Skip to content

Commit

Permalink
docs(design): update module deprecation notice (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint authored Dec 11, 2024
1 parent 01dbb28 commit a8ea9b1
Show file tree
Hide file tree
Showing 22 changed files with 32 additions and 22 deletions.
4 changes: 3 additions & 1 deletion libs/design/accordion/src/accordion.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { DaffAccordionComponent } from './accordion/accordion/accordion.componen
import { DaffAccordionItemComponent } from './accordion/accordion-item/accordion-item.component';
import { DaffAccordionItemTitleDirective } from './accordion/accordion-item-title/accordion-item-title.directive';

/** @deprecated in favor of {@link DAFF_ACCORDION_COMPONENTS} */
/**
* @deprecated in favor of {@link DAFF_ACCORDION_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
CommonModule,
Expand Down
4 changes: 3 additions & 1 deletion libs/design/article/src/article.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import { NgModule } from '@angular/core';
import { DaffArticleComponent } from './article/article.component';
import { DaffArticleMetaDirective } from './article-meta/article-meta.directive';

/** @deprecated in favor of {@link DAFF_ARTICLE_COMPONENTS} */
/**
* @deprecated in favor of {@link DAFF_ARTICLE_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
CommonModule,
Expand Down
4 changes: 3 additions & 1 deletion libs/design/breadcrumb/src/breadcrumb.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { NgModule } from '@angular/core';
import { DaffBreadcrumbComponent } from './breadcrumb/breadcrumb.component';
import { DaffBreadcrumbItemDirective } from './breadcrumb-item/breadcrumb-item.directive';

/** @deprecated in favor of {@link DAFF_BREADCRUMB_COMPONENTS} */
/**
* @deprecated in favor of {@link DAFF_BREADCRUMB_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
DaffBreadcrumbComponent,
Expand Down
4 changes: 3 additions & 1 deletion libs/design/button/src/button.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import { DaffRaisedButtonComponent } from './button/raised/raised.component';
import { DaffStrokedButtonComponent } from './button/stroked/stroked.component';
import { DaffUnderlineButtonComponent } from './button/underline/underline.component';

/** @deprecated in favor of {@link DAFF_BUTTON_COMPONENTS} */
/**
* @deprecated in favor of {@link DAFF_BUTTON_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
CommonModule,
Expand Down
4 changes: 3 additions & 1 deletion libs/design/callout/src/callout.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import { DaffCalloutSubtitleDirective } from './callout-subtitle/callout-subtitl
import { DaffCalloutTaglineDirective } from './callout-tagline/callout-tagline.directive';
import { DaffCalloutTitleDirective } from './callout-title/callout-title.directive';

/** @deprecated in favor of {@link DAFF_CALLOUT_COMPONENTS} */
/**
* @deprecated in favor of {@link DAFF_CALLOUT_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
CommonModule,
Expand Down
2 changes: 1 addition & 1 deletion libs/design/card/src/card.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { DaffCardTaglineDirective } from './card-tagline/card-tagline.directive'
import { DaffCardTitleDirective } from './card-title/card-title.directive';

/**
* @deprecated in favor of {@link DAFF_CARD_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_CARD_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/container/src/container.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NgModule } from '@angular/core';
import { DaffContainerComponent } from './container/container.component';

/**
* @deprecated in favor of {@link DAFF_CONTAINER_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_CONTAINER_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/hero/src/hero.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { DaffHeroTaglineDirective } from './hero-tagline/hero-tagline.directive'
import { DaffHeroTitleDirective } from './hero-title/hero-title.directive';

/**
* @deprecated in favor of {@link DAFF_HERO_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_HERO_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
* */
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/image/src/image.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NgModule } from '@angular/core';
import { DaffImageComponent } from './image/image.component';

/**
* @deprecated in favor of {@link DAFF_IMAGE_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_IMAGE_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
* */
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/link-set/src/link-set.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { DaffLinkSetItemComponent } from './link-set-item/link-set-item.componen
import { DaffLinkSetSubheadingDirective } from './link-set-subheading/link-set-subheading.directive';

/**
* @deprecated in favor of {@link DAFF_LINK_SET_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_LINK_SET_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/list/src/list.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { DaffListComponent } from './list/list.component';
import { DaffListItemComponent } from './list-item/list-item.component';

/**
* @deprecated in favor of {@link DAFF_LIST_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_LIST_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/loading-icon/src/loading-icon.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NgModule } from '@angular/core';
import { DaffLoadingIconComponent } from './loading-icon/loading-icon.component';

/**
* @deprecated in favor of {@link DAFF_LOADING_ICON_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_LOADING_ICON_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/media-gallery/src/media-gallery.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { DaffMediaRendererComponent } from './media-renderer/media-renderer.comp
import { DaffThumbnailDirective } from './thumbnail/thumbnail.directive';

/**
* @deprecated in favor of {@link DAFF_MEDIA_GALLERY_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_MEDIA_GALLERY_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/modal/src/modal.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { DaffModalTitleDirective } from './modal-title/modal-title.directive';
import { DaffModalService } from './service/modal.service';

/**
* @deprecated in favor of {@link DAFF_MODAL_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_MODAL_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/navbar/src/navbar.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NgModule } from '@angular/core';
import { DaffNavbarComponent } from './navbar/navbar.component';

/**
* @deprecated in favor of {@link DAFF_NAVBAR_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_NAVBAR_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/notification/src/notification.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { DaffNotificationSubtitleDirective } from './notification-subtitle/notif
import { DaffNotificationTitleDirective } from './notification-title/notification-title.directive';

/**
* @deprecated in favor of {@link DAFF_NOTIFICATION_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_NOTIFICATION_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/paginator/src/paginator.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
import { DaffPaginatorComponent } from './paginator/paginator.component';

/**
* @deprecated in favor of {@link DAFF_PAGINATOR_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_PAGINATOR_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/progress-bar/src/progress-bar.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { DaffProgressBarLabelDirective } from './progress-bar-label/progress-bar
import { DaffProgressBarComponent } from './progress-bar.component';

/**
* @deprecated in favor of {@link DAFF_PROGRESS_BAR_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_PROGRESS_BAR_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/sidebar/src/sidebar.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { DaffSidebarViewportComponent } from './sidebar-viewport/sidebar-viewpor
import { DaffSidebarViewportBackdropComponent } from './sidebar-viewport-backdrop/sidebar-viewport-backdrop.component';

/**
* @deprecated in favor of {@link DAFF_SIDEBAR_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_SIDEBAR_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class DaffFormFieldComponent implements DoCheck, AfterContentInit, AfterC
* The tracking property used to determine if the parent form has been submitted,
* and thus show an error message (even if the field hasn't been touched).
*
* @deprecated Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
@Input() formSubmitted: boolean = false;
Expand Down
2 changes: 1 addition & 1 deletion libs/design/toast/src/toast.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { DaffToastMessageDirective } from './toast-message/toast-message.directi
import { DaffToastTitleDirective } from './toast-title/toast-title.directive';

/**
* @deprecated in favor of {@link provideDaffToast} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link provideDaffToast}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/tree/src/tree.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { DaffTreeComponent } from './tree/tree.component';
import { DaffTreeItemDirective } from './tree-item/tree-item.directive';

/**
* @deprecated in favor of {@link DAFF_TREE_COMPONENTS} Deprecated in version 0.78.0. Will be removed in version 0.81.0.
* @deprecated in favor of {@link DAFF_TREE_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
*/
@NgModule({
imports: [
Expand Down

0 comments on commit a8ea9b1

Please sign in to comment.