@daffodil/design 0.87.2 → 0.88.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (215) hide show
  1. package/accordion/accordion/accordion-item/accordion-item.component.d.ts +1 -9
  2. package/accordion/accordion/accordion-item-title/accordion-item-title.directive.d.ts +0 -4
  3. package/article/article/article.component.d.ts +0 -8
  4. package/article/article-meta/article-meta.directive.d.ts +0 -4
  5. package/atoms/form/form-field/form-field/form-field.component.d.ts +3 -2
  6. package/atoms/form/form-field/form-field-control.d.ts +3 -1
  7. package/atoms/form/native-select/native-select.component.d.ts +11 -0
  8. package/breadcrumb/breadcrumb/breadcrumb.component.d.ts +0 -4
  9. package/breadcrumb/breadcrumb-item/breadcrumb-item.directive.d.ts +0 -12
  10. package/button/button/basic/button.component.d.ts +0 -4
  11. package/button/button/button-base.directive.d.ts +0 -18
  12. package/button/button/flat/flat.component.d.ts +0 -4
  13. package/button/button/icon/icon.component.d.ts +0 -4
  14. package/button/button/stroked/stroked.component.d.ts +0 -4
  15. package/button/button/underline/underline.component.d.ts +0 -4
  16. package/button/src/button/button-base.scss +3 -3
  17. package/callout/README.md +38 -40
  18. package/callout/callout/callout.component.d.ts +13 -5
  19. package/callout/callout-body/callout-body.directive.d.ts +9 -4
  20. package/callout/callout-icon/callout-icon.directive.d.ts +9 -4
  21. package/callout/callout-subtitle/callout-subtitle.directive.d.ts +8 -4
  22. package/callout/callout-tagline/callout-tagline.directive.d.ts +8 -4
  23. package/callout/callout-title/callout-title.directive.d.ts +8 -4
  24. package/card/README.md +52 -44
  25. package/card/card/basic/basic.component.d.ts +18 -4
  26. package/card/card/raised/raised.component.d.ts +3 -4
  27. package/card/card/stroked/stroked.component.d.ts +18 -4
  28. package/card/card-actions/card-actions.directive.d.ts +8 -4
  29. package/card/card-base.directive.d.ts +8 -16
  30. package/card/card-content/card-content.directive.d.ts +9 -4
  31. package/card/card-icon/card-icon.directive.d.ts +8 -4
  32. package/card/card-image/card-image.directive.d.ts +8 -4
  33. package/card/card-tagline/card-tagline.directive.d.ts +8 -4
  34. package/card/card-title/card-title.directive.d.ts +8 -4
  35. package/card/card.d.ts +1 -0
  36. package/card/examples/elevated-card/elevated-card.component.d.ts +5 -0
  37. package/card/examples/public_api.d.ts +3 -3
  38. package/card/helpers/card-orientation.d.ts +17 -0
  39. package/card/public_api.d.ts +9 -8
  40. package/card/src/card-base-theme.scss +40 -58
  41. package/container/container/container.component.d.ts +0 -4
  42. package/core/public_api.d.ts +1 -0
  43. package/core/sticky/public_api.d.ts +1 -0
  44. package/core/sticky/sticky-tracker.directive.d.ts +23 -0
  45. package/fesm2022/daffodil-design-accordion.mjs +13 -55
  46. package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
  47. package/fesm2022/daffodil-design-article.mjs +14 -32
  48. package/fesm2022/daffodil-design-article.mjs.map +1 -1
  49. package/fesm2022/daffodil-design-breadcrumb.mjs +15 -38
  50. package/fesm2022/daffodil-design-breadcrumb.mjs.map +1 -1
  51. package/fesm2022/daffodil-design-button.mjs +41 -108
  52. package/fesm2022/daffodil-design-button.mjs.map +1 -1
  53. package/fesm2022/daffodil-design-callout.mjs +91 -73
  54. package/fesm2022/daffodil-design-callout.mjs.map +1 -1
  55. package/fesm2022/daffodil-design-card-examples.mjs +17 -32
  56. package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
  57. package/fesm2022/daffodil-design-card.mjs +167 -145
  58. package/fesm2022/daffodil-design-card.mjs.map +1 -1
  59. package/fesm2022/daffodil-design-container.mjs +7 -13
  60. package/fesm2022/daffodil-design-container.mjs.map +1 -1
  61. package/fesm2022/daffodil-design-form-field-examples.mjs +7 -7
  62. package/fesm2022/daffodil-design-form-field-examples.mjs.map +1 -1
  63. package/fesm2022/daffodil-design-hero-examples.mjs +18 -1
  64. package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
  65. package/fesm2022/daffodil-design-hero.mjs +102 -71
  66. package/fesm2022/daffodil-design-hero.mjs.map +1 -1
  67. package/fesm2022/daffodil-design-image.mjs +5 -12
  68. package/fesm2022/daffodil-design-image.mjs.map +1 -1
  69. package/fesm2022/daffodil-design-input-examples.mjs +6 -6
  70. package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
  71. package/fesm2022/daffodil-design-input.mjs +60 -35
  72. package/fesm2022/daffodil-design-input.mjs.map +1 -1
  73. package/fesm2022/daffodil-design-list-examples.mjs +14 -10
  74. package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
  75. package/fesm2022/daffodil-design-list.mjs +111 -98
  76. package/fesm2022/daffodil-design-list.mjs.map +1 -1
  77. package/fesm2022/daffodil-design-media-gallery.mjs +7 -17
  78. package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
  79. package/fesm2022/daffodil-design-menu.mjs +26 -63
  80. package/fesm2022/daffodil-design-menu.mjs.map +1 -1
  81. package/fesm2022/daffodil-design-modal.mjs +63 -130
  82. package/fesm2022/daffodil-design-modal.mjs.map +1 -1
  83. package/fesm2022/daffodil-design-navbar.mjs +7 -20
  84. package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
  85. package/fesm2022/daffodil-design-notification-examples.mjs +16 -41
  86. package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
  87. package/fesm2022/daffodil-design-notification.mjs +112 -116
  88. package/fesm2022/daffodil-design-notification.mjs.map +1 -1
  89. package/fesm2022/daffodil-design-paginator.mjs +8 -21
  90. package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
  91. package/fesm2022/daffodil-design-progress-bar-examples.mjs +6 -6
  92. package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
  93. package/fesm2022/daffodil-design-progress-bar.mjs +74 -115
  94. package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
  95. package/fesm2022/daffodil-design-quantity-field.mjs +11 -3
  96. package/fesm2022/daffodil-design-quantity-field.mjs.map +1 -1
  97. package/fesm2022/daffodil-design-select-examples.mjs +4 -4
  98. package/fesm2022/daffodil-design-select-examples.mjs.map +1 -1
  99. package/fesm2022/daffodil-design-select.mjs +50 -117
  100. package/fesm2022/daffodil-design-select.mjs.map +1 -1
  101. package/fesm2022/daffodil-design-sidebar-examples.mjs +29 -3
  102. package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
  103. package/fesm2022/daffodil-design-sidebar.mjs +39 -78
  104. package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
  105. package/fesm2022/daffodil-design-sticky-examples.mjs +25 -0
  106. package/fesm2022/daffodil-design-sticky-examples.mjs.map +1 -0
  107. package/fesm2022/daffodil-design-tabs.mjs +54 -131
  108. package/fesm2022/daffodil-design-tabs.mjs.map +1 -1
  109. package/fesm2022/daffodil-design-text-snippet.mjs +17 -8
  110. package/fesm2022/daffodil-design-text-snippet.mjs.map +1 -1
  111. package/fesm2022/daffodil-design-textarea-examples.mjs +3 -3
  112. package/fesm2022/daffodil-design-textarea-examples.mjs.map +1 -1
  113. package/fesm2022/daffodil-design-textarea.mjs +49 -25
  114. package/fesm2022/daffodil-design-textarea.mjs.map +1 -1
  115. package/fesm2022/daffodil-design-toast.mjs +42 -128
  116. package/fesm2022/daffodil-design-toast.mjs.map +1 -1
  117. package/fesm2022/daffodil-design-tree.mjs +26 -70
  118. package/fesm2022/daffodil-design-tree.mjs.map +1 -1
  119. package/fesm2022/daffodil-design.mjs +164 -17
  120. package/fesm2022/daffodil-design.mjs.map +1 -1
  121. package/hero/README.md +39 -25
  122. package/hero/examples/basic-hero/basic-hero.component.d.ts +6 -0
  123. package/hero/examples/public_api.d.ts +1 -0
  124. package/hero/hero/hero.component.d.ts +21 -4
  125. package/hero/hero-body/hero-body.directive.d.ts +10 -4
  126. package/hero/hero-icon/hero-icon.directive.d.ts +10 -4
  127. package/hero/hero-subtitle/hero-subtitle.directive.d.ts +8 -4
  128. package/hero/hero-tagline/hero-tagline.directive.d.ts +8 -4
  129. package/hero/hero-title/hero-title.directive.d.ts +8 -4
  130. package/image/image/image.component.d.ts +0 -4
  131. package/input/input.component.d.ts +29 -9
  132. package/list/README.md +43 -13
  133. package/list/examples/multiline-list/multiline-list.component.d.ts +1 -0
  134. package/list/list/list.component.d.ts +12 -24
  135. package/list/list-item/list-item.component.d.ts +13 -20
  136. package/list/list-item-title/list-item-title.directive.d.ts +13 -0
  137. package/list/list.d.ts +8 -2
  138. package/list/list.module.d.ts +4 -3
  139. package/list/nav-list/nav-list.component.d.ts +17 -0
  140. package/list/public_api.d.ts +5 -2
  141. package/list/src/list-base.scss +40 -0
  142. package/list/src/list-theme.scss +5 -0
  143. package/media-gallery/media-gallery/media-gallery.component.d.ts +0 -6
  144. package/menu/menu/menu.component.d.ts +0 -12
  145. package/menu/menu-activator/menu-activator.component.d.ts +4 -5
  146. package/menu/menu-item/menu-item.component.d.ts +0 -10
  147. package/modal/modal/modal.component.d.ts +12 -33
  148. package/modal/modal-actions/modal-actions.component.d.ts +0 -4
  149. package/modal/modal-close/modal-close.directive.d.ts +1 -8
  150. package/modal/modal-content/modal-content.component.d.ts +0 -4
  151. package/modal/modal-header/modal-header.component.d.ts +0 -4
  152. package/modal/modal-title/modal-title.directive.d.ts +0 -11
  153. package/navbar/navbar/navbar.component.d.ts +0 -8
  154. package/navbar/src/navbar-theme.scss +2 -1
  155. package/notification/README.md +39 -24
  156. package/notification/examples/default-notification/default-notification.component.d.ts +0 -2
  157. package/notification/examples/public_api.d.ts +1 -5
  158. package/notification/helpers/notification-orientation.d.ts +17 -0
  159. package/notification/notification/notification.component.d.ts +39 -23
  160. package/notification/notification-actions/notification-actions.directive.d.ts +11 -4
  161. package/notification/notification-message/notification-message.directive.d.ts +9 -4
  162. package/notification/notification-subtitle/notification-subtitle.directive.d.ts +3 -4
  163. package/notification/notification-title/notification-title.directive.d.ts +8 -4
  164. package/notification/public_api.d.ts +6 -5
  165. package/package.json +1 -1
  166. package/paginator/paginator/paginator.component.d.ts +0 -11
  167. package/progress-bar/README.md +31 -8
  168. package/progress-bar/progress-bar-label/progress-bar-label.directive.d.ts +9 -5
  169. package/progress-bar/progress-bar.component.d.ts +39 -35
  170. package/progress-bar/public_api.d.ts +2 -2
  171. package/quantity-field/quantity-field.component.d.ts +10 -0
  172. package/scss/global.scss +0 -1
  173. package/select/select/select.component.d.ts +13 -25
  174. package/select/select.d.ts +1 -2
  175. package/sidebar/README.md +67 -72
  176. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.d.ts +0 -1
  177. package/sidebar/examples/sidebar-sides/sidebar-sides.component.d.ts +11 -0
  178. package/sidebar/sidebar/sidebar.component.d.ts +0 -9
  179. package/sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -4
  180. package/sidebar/sidebar-header/sidebar-header-action/sidebar-header-action.directive.d.ts +3 -0
  181. package/sidebar/sidebar-header/sidebar-header.component.d.ts +0 -4
  182. package/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +0 -17
  183. package/sticky/examples/basic-sticky/basic-sticky.component.d.ts +5 -0
  184. package/sticky/examples/index.d.ts +1 -0
  185. package/sticky/examples/public_api.d.ts +2 -0
  186. package/tabs/README.md +38 -14
  187. package/tabs/tabs/tab/tab.component.d.ts +4 -16
  188. package/tabs/tabs/tab-activator/tab-activator.component.d.ts +6 -27
  189. package/tabs/tabs/tab-label/tab-label.component.d.ts +5 -2
  190. package/tabs/tabs/tab-panel/tab-panel.component.d.ts +7 -24
  191. package/tabs/tabs/tabs.component.d.ts +5 -11
  192. package/text-snippet/README.md +31 -3
  193. package/text-snippet/text-snippet.component.d.ts +17 -2
  194. package/textarea/textarea.component.d.ts +25 -5
  195. package/toast/README.md +47 -21
  196. package/toast/interfaces/toast-action.d.ts +4 -5
  197. package/toast/interfaces/toast-options.d.ts +3 -1
  198. package/toast/interfaces/toast.d.ts +22 -7
  199. package/toast/service/toast.service.d.ts +3 -3
  200. package/toast/toast/toast-config.d.ts +7 -3
  201. package/toast/toast/toast-template.component.d.ts +1 -1
  202. package/toast/toast/toast.component.d.ts +0 -2
  203. package/toast/toast-actions/toast-actions.directive.d.ts +0 -4
  204. package/toast/toast-message/toast-message.directive.d.ts +0 -4
  205. package/toast/toast-title/toast-title.directive.d.ts +0 -4
  206. package/tree/tree/tree.component.d.ts +0 -6
  207. package/tree/tree-item/tree-item.directive.d.ts +7 -35
  208. package/accordion/accordion/animation/accordion-animation-state.d.ts +0 -1
  209. package/accordion/accordion/animation/accordion-animation.d.ts +0 -4
  210. package/card/examples/raised-card/raised-card.component.d.ts +0 -11
  211. package/notification/examples/notification-with-actions/notification-with-actions.component.d.ts +0 -8
  212. package/progress-bar/animation/progress-bar-animation.d.ts +0 -4
  213. package/select/animation/select-animation-state.d.ts +0 -7
  214. package/select/animation/select-animation.d.ts +0 -4
  215. package/select/animation/state.enum.d.ts +0 -4
@@ -1,26 +1,41 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { DaffStatus } from '@daffodil/design';
3
3
  import { DaffToastAction } from './toast-action';
4
- /** Possible data that can be shown on a toast */
4
+ /**
5
+ * Data that defines the content and behavior of a toast.
6
+ */
5
7
  export interface DaffToastData {
6
- /** A title that provides a quick oveview of the toast. */
8
+ /**
9
+ * The primary text that summarizes the purpose of the toast.
10
+ */
7
11
  title: string;
8
- /** A short message used to provide additional details about the toast. */
12
+ /**
13
+ * Provides additional details or context about the toast.
14
+ */
9
15
  message?: string;
10
- /** Sets a status on the toast. */
16
+ /**
17
+ * The visual status of the toast.
18
+ */
11
19
  status?: DaffStatus;
12
- /** Used to display actions in the toast. */
20
+ /**
21
+ * Used to display actionable buttons related to the toast.
22
+ */
13
23
  actions?: DaffToastAction[];
14
- /** Whether or not the toast is dismissible. */
24
+ /**
25
+ * Whether the toast can be manually dismissed with a close button.
26
+ */
15
27
  dismissible?: boolean;
16
28
  }
29
+ /**
30
+ * A toast instance.
31
+ */
17
32
  export interface DaffToast extends DaffToastData {
18
33
  /**
19
34
  * Closes the toast.
20
35
  */
21
36
  dismiss: () => void;
22
37
  /**
23
- * The observable that emits when the toast is closed.
38
+ * Emits when the toast has been closed.
24
39
  */
25
40
  dismissalStream: Observable<void>;
26
41
  }
@@ -76,14 +76,14 @@ export declare class DaffToastService implements OnDestroy {
76
76
  private _attachToastTemplate;
77
77
  private _createOverlayRef;
78
78
  /**
79
- * Opens the toast.
79
+ * Opens a toast.
80
80
  *
81
81
  * @param toast Data that can be shown on a toast.
82
- * @param configuration Additional configuration options such as duration. The default duration is set to 5000ms.
82
+ * @param configuration Additional configuration options such as duration. The default duration is set to `5000ms`.
83
83
  */
84
84
  open(toast: DaffToastData, configuration?: Partial<DaffToastConfiguration>): DaffToast;
85
85
  /**
86
- * Closes the toast.
86
+ * Closes a toast.
87
87
  *
88
88
  * @param toast The instance of toast that you wish to close.
89
89
  */
@@ -1,9 +1,13 @@
1
+ /**
2
+ * Defines optional settings that control the behavior of a toast.
3
+ */
1
4
  export interface DaffToastConfiguration {
2
5
  /**
3
- * The duration (in milliseconds) for which a toast remains visible before dismissal.
6
+ * The duration (in milliseconds) the toast remains visible before dismissal. By default, toasts without actions are dismissed after `5000ms`.
7
+ *
8
+ * While a duration can be set for actionable toasts, it is not recommended since
9
+ * users should have sufficient time to interact with the actions.
4
10
  *
5
- * While you can set a duration for toasts with actions, it's generally not recommended,
6
- * as users should have ample time to interact with them.
7
11
  *
8
12
  * @usage
9
13
  * ```
@@ -12,7 +12,7 @@ export declare class DaffToastTemplateComponent {
12
12
  constructor(cd: ChangeDetectorRef, options: DaffToastOptions, toastPosition: DaffToastPositionService);
13
13
  closeToast: EventEmitter<void>;
14
14
  onCloseToast(event: Event): void;
15
- get slideAnimation(): any;
15
+ getAnimationDirection(): string;
16
16
  get items(): DaffToast[];
17
17
  set items(value: DaffToast[]);
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DaffToastTemplateComponent, never>;
@@ -15,8 +15,6 @@ export declare class DaffToastComponent implements AfterContentInit, AfterViewIn
15
15
  private _elementRef;
16
16
  private _focusTrapFactory;
17
17
  private _focusStack;
18
- /** @docs-private */
19
- class: boolean;
20
18
  /**
21
19
  * @docs-private
22
20
  */
@@ -1,9 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class DaffToastActionsDirective {
3
- /**
4
- * @docs-private
5
- */
6
- class: boolean;
7
3
  static ɵfac: i0.ɵɵFactoryDeclaration<DaffToastActionsDirective, never>;
8
4
  static ɵdir: i0.ɵɵDirectiveDeclaration<DaffToastActionsDirective, "[daffToastActions]", never, {}, {}, never, never, true, never>;
9
5
  }
@@ -1,9 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class DaffToastMessageDirective {
3
- /**
4
- * @docs-private
5
- */
6
- class: boolean;
7
3
  static ɵfac: i0.ɵɵFactoryDeclaration<DaffToastMessageDirective, never>;
8
4
  static ɵdir: i0.ɵɵDirectiveDeclaration<DaffToastMessageDirective, "[daffToastMessage]", never, {}, {}, never, never, true, never>;
9
5
  }
@@ -1,9 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class DaffToastTitleDirective {
3
- /**
4
- * @docs-private
5
- */
6
- class: boolean;
7
3
  static ɵfac: i0.ɵɵFactoryDeclaration<DaffToastTitleDirective, never>;
8
4
  static ɵdir: i0.ɵɵDirectiveDeclaration<DaffToastTitleDirective, "[daffToastTitle]", never, {}, {}, never, never, true, never>;
9
5
  }
@@ -26,12 +26,6 @@ import * as i1 from "@daffodil/design";
26
26
  */
27
27
  export declare class DaffTreeComponent implements OnInit, OnChanges {
28
28
  private notifier;
29
- /**
30
- * The css class of the daff-tree.
31
- *
32
- * @docs-private
33
- */
34
- class: boolean;
35
29
  /**
36
30
  * The rendering mode for nodes in the tree.
37
31
  *
@@ -24,55 +24,27 @@ import * as i0 from "@angular/core";
24
24
  export declare class DaffTreeItemDirective {
25
25
  private document;
26
26
  private treeNotifier;
27
- /**
28
- * The css class of the tree item.
29
- *
30
- * @docs-private
31
- */
32
- class: boolean;
33
- /**
34
- * The css class of a DaffTreeItemDirective that has children.
35
- *
36
- * @docs-private
37
- */
38
- classParent: boolean;
27
+ private isParent;
39
28
  /**
40
29
  * The html `id` of the tree item. This is derived from the {@link DaffTreeData}.
41
30
  *
42
- * @docs-private
43
31
  */
44
- id: any;
32
+ private id;
45
33
  /**
46
34
  * Accessibility property, notifying users about whether
47
35
  * or not the tree item is open.
48
- *
49
- * @docs-private
50
36
  */
51
- ariaExpanded: string;
37
+ private ariaExpanded;
52
38
  /**
53
- * @docs-private
54
- *
55
- * A css variable indicating the depth of the tree.
56
- * You can use this to style your templates if you want to
57
- * use different designs at different depths.
58
- */
59
- depth: number;
60
- /**
61
- * @docs-private
62
- *
63
- * The CSS class indicating whether or not the tree is `selected`.
39
+ * A property indicating the depth of the tree.
64
40
  */
65
- get selectedClass(): boolean;
41
+ private depth;
66
42
  /**
67
- * @docs-private
68
- *
69
- * The CSS class indicating whether or not the tree is `open`.
43
+ * Indicates whether or not the tree is `open`.
70
44
  */
71
- openClass: boolean;
45
+ private open;
72
46
  /**
73
47
  * The {@link DaffTreeFlatNode} associated with this specific tree item.
74
- *
75
- * @docs-private
76
48
  */
77
49
  private _node;
78
50
  /**
@@ -1 +0,0 @@
1
- export declare const getAnimationState: (open: boolean) => "open" | "void";
@@ -1,4 +0,0 @@
1
- import { AnimationTriggerMetadata } from '@angular/animations';
2
- export declare const daffAccordionAnimations: {
3
- readonly openAccordion: AnimationTriggerMetadata;
4
- };
@@ -1,11 +0,0 @@
1
- import { UntypedFormControl } from '@angular/forms';
2
- import * as i0 from "@angular/core";
3
- export declare class RaisedCardComponent {
4
- colorControl: UntypedFormControl;
5
- options: {
6
- value: string;
7
- label: string;
8
- }[];
9
- static ɵfac: i0.ɵɵFactoryDeclaration<RaisedCardComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<RaisedCardComponent, "raised-card", never, {}, {}, never, never, true, never>;
11
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class NotificationWithActionsComponent {
3
- faExclamationCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
4
- showNotification: boolean;
5
- toggleNotification(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<NotificationWithActionsComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationWithActionsComponent, "notification-with-actions", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,4 +0,0 @@
1
- import { AnimationTriggerMetadata } from '@angular/animations';
2
- export declare const daffProgressBarAnimation: {
3
- readonly fill: AnimationTriggerMetadata;
4
- };
@@ -1,7 +0,0 @@
1
- import { DaffSelectAnimationState } from './state.enum';
2
- /**
3
- * Turns a boolean into a string of 'open' or 'close'.
4
- *
5
- * @param open A boolean representing the open status of an select.
6
- */
7
- export declare const getAnimationState: (open: boolean) => DaffSelectAnimationState;
@@ -1,4 +0,0 @@
1
- import { AnimationTriggerMetadata } from '@angular/animations';
2
- export declare const daffSelectAnimations: {
3
- readonly openSelect: AnimationTriggerMetadata;
4
- };
@@ -1,4 +0,0 @@
1
- export declare enum DaffSelectAnimationState {
2
- OPEN = "open",
3
- CLOSED = "closed"
4
- }