@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.
- package/accordion/accordion/accordion-item/accordion-item.component.d.ts +1 -9
- package/accordion/accordion/accordion-item-title/accordion-item-title.directive.d.ts +0 -4
- package/article/article/article.component.d.ts +0 -8
- package/article/article-meta/article-meta.directive.d.ts +0 -4
- package/atoms/form/form-field/form-field/form-field.component.d.ts +3 -2
- package/atoms/form/form-field/form-field-control.d.ts +3 -1
- package/atoms/form/native-select/native-select.component.d.ts +11 -0
- package/breadcrumb/breadcrumb/breadcrumb.component.d.ts +0 -4
- package/breadcrumb/breadcrumb-item/breadcrumb-item.directive.d.ts +0 -12
- package/button/button/basic/button.component.d.ts +0 -4
- package/button/button/button-base.directive.d.ts +0 -18
- package/button/button/flat/flat.component.d.ts +0 -4
- package/button/button/icon/icon.component.d.ts +0 -4
- package/button/button/stroked/stroked.component.d.ts +0 -4
- package/button/button/underline/underline.component.d.ts +0 -4
- package/button/src/button/button-base.scss +3 -3
- package/callout/README.md +38 -40
- package/callout/callout/callout.component.d.ts +13 -5
- package/callout/callout-body/callout-body.directive.d.ts +9 -4
- package/callout/callout-icon/callout-icon.directive.d.ts +9 -4
- package/callout/callout-subtitle/callout-subtitle.directive.d.ts +8 -4
- package/callout/callout-tagline/callout-tagline.directive.d.ts +8 -4
- package/callout/callout-title/callout-title.directive.d.ts +8 -4
- package/card/README.md +52 -44
- package/card/card/basic/basic.component.d.ts +18 -4
- package/card/card/raised/raised.component.d.ts +3 -4
- package/card/card/stroked/stroked.component.d.ts +18 -4
- package/card/card-actions/card-actions.directive.d.ts +8 -4
- package/card/card-base.directive.d.ts +8 -16
- package/card/card-content/card-content.directive.d.ts +9 -4
- package/card/card-icon/card-icon.directive.d.ts +8 -4
- package/card/card-image/card-image.directive.d.ts +8 -4
- package/card/card-tagline/card-tagline.directive.d.ts +8 -4
- package/card/card-title/card-title.directive.d.ts +8 -4
- package/card/card.d.ts +1 -0
- package/card/examples/elevated-card/elevated-card.component.d.ts +5 -0
- package/card/examples/public_api.d.ts +3 -3
- package/card/helpers/card-orientation.d.ts +17 -0
- package/card/public_api.d.ts +9 -8
- package/card/src/card-base-theme.scss +40 -58
- package/container/container/container.component.d.ts +0 -4
- package/core/public_api.d.ts +1 -0
- package/core/sticky/public_api.d.ts +1 -0
- package/core/sticky/sticky-tracker.directive.d.ts +23 -0
- package/fesm2022/daffodil-design-accordion.mjs +13 -55
- package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
- package/fesm2022/daffodil-design-article.mjs +14 -32
- package/fesm2022/daffodil-design-article.mjs.map +1 -1
- package/fesm2022/daffodil-design-breadcrumb.mjs +15 -38
- package/fesm2022/daffodil-design-breadcrumb.mjs.map +1 -1
- package/fesm2022/daffodil-design-button.mjs +41 -108
- package/fesm2022/daffodil-design-button.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout.mjs +91 -73
- package/fesm2022/daffodil-design-callout.mjs.map +1 -1
- package/fesm2022/daffodil-design-card-examples.mjs +17 -32
- package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-card.mjs +167 -145
- package/fesm2022/daffodil-design-card.mjs.map +1 -1
- package/fesm2022/daffodil-design-container.mjs +7 -13
- package/fesm2022/daffodil-design-container.mjs.map +1 -1
- package/fesm2022/daffodil-design-form-field-examples.mjs +7 -7
- package/fesm2022/daffodil-design-form-field-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero-examples.mjs +18 -1
- package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero.mjs +102 -71
- package/fesm2022/daffodil-design-hero.mjs.map +1 -1
- package/fesm2022/daffodil-design-image.mjs +5 -12
- package/fesm2022/daffodil-design-image.mjs.map +1 -1
- package/fesm2022/daffodil-design-input-examples.mjs +6 -6
- package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-input.mjs +60 -35
- package/fesm2022/daffodil-design-input.mjs.map +1 -1
- package/fesm2022/daffodil-design-list-examples.mjs +14 -10
- package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-list.mjs +111 -98
- package/fesm2022/daffodil-design-list.mjs.map +1 -1
- package/fesm2022/daffodil-design-media-gallery.mjs +7 -17
- package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
- package/fesm2022/daffodil-design-menu.mjs +26 -63
- package/fesm2022/daffodil-design-menu.mjs.map +1 -1
- package/fesm2022/daffodil-design-modal.mjs +63 -130
- package/fesm2022/daffodil-design-modal.mjs.map +1 -1
- package/fesm2022/daffodil-design-navbar.mjs +7 -20
- package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification-examples.mjs +16 -41
- package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification.mjs +112 -116
- package/fesm2022/daffodil-design-notification.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator.mjs +8 -21
- package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
- package/fesm2022/daffodil-design-progress-bar-examples.mjs +6 -6
- package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-progress-bar.mjs +74 -115
- package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
- package/fesm2022/daffodil-design-quantity-field.mjs +11 -3
- package/fesm2022/daffodil-design-quantity-field.mjs.map +1 -1
- package/fesm2022/daffodil-design-select-examples.mjs +4 -4
- package/fesm2022/daffodil-design-select-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-select.mjs +50 -117
- package/fesm2022/daffodil-design-select.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar-examples.mjs +29 -3
- package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar.mjs +39 -78
- package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
- package/fesm2022/daffodil-design-sticky-examples.mjs +25 -0
- package/fesm2022/daffodil-design-sticky-examples.mjs.map +1 -0
- package/fesm2022/daffodil-design-tabs.mjs +54 -131
- package/fesm2022/daffodil-design-tabs.mjs.map +1 -1
- package/fesm2022/daffodil-design-text-snippet.mjs +17 -8
- package/fesm2022/daffodil-design-text-snippet.mjs.map +1 -1
- package/fesm2022/daffodil-design-textarea-examples.mjs +3 -3
- package/fesm2022/daffodil-design-textarea-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-textarea.mjs +49 -25
- package/fesm2022/daffodil-design-textarea.mjs.map +1 -1
- package/fesm2022/daffodil-design-toast.mjs +42 -128
- package/fesm2022/daffodil-design-toast.mjs.map +1 -1
- package/fesm2022/daffodil-design-tree.mjs +26 -70
- package/fesm2022/daffodil-design-tree.mjs.map +1 -1
- package/fesm2022/daffodil-design.mjs +164 -17
- package/fesm2022/daffodil-design.mjs.map +1 -1
- package/hero/README.md +39 -25
- package/hero/examples/basic-hero/basic-hero.component.d.ts +6 -0
- package/hero/examples/public_api.d.ts +1 -0
- package/hero/hero/hero.component.d.ts +21 -4
- package/hero/hero-body/hero-body.directive.d.ts +10 -4
- package/hero/hero-icon/hero-icon.directive.d.ts +10 -4
- package/hero/hero-subtitle/hero-subtitle.directive.d.ts +8 -4
- package/hero/hero-tagline/hero-tagline.directive.d.ts +8 -4
- package/hero/hero-title/hero-title.directive.d.ts +8 -4
- package/image/image/image.component.d.ts +0 -4
- package/input/input.component.d.ts +29 -9
- package/list/README.md +43 -13
- package/list/examples/multiline-list/multiline-list.component.d.ts +1 -0
- package/list/list/list.component.d.ts +12 -24
- package/list/list-item/list-item.component.d.ts +13 -20
- package/list/list-item-title/list-item-title.directive.d.ts +13 -0
- package/list/list.d.ts +8 -2
- package/list/list.module.d.ts +4 -3
- package/list/nav-list/nav-list.component.d.ts +17 -0
- package/list/public_api.d.ts +5 -2
- package/list/src/list-base.scss +40 -0
- package/list/src/list-theme.scss +5 -0
- package/media-gallery/media-gallery/media-gallery.component.d.ts +0 -6
- package/menu/menu/menu.component.d.ts +0 -12
- package/menu/menu-activator/menu-activator.component.d.ts +4 -5
- package/menu/menu-item/menu-item.component.d.ts +0 -10
- package/modal/modal/modal.component.d.ts +12 -33
- package/modal/modal-actions/modal-actions.component.d.ts +0 -4
- package/modal/modal-close/modal-close.directive.d.ts +1 -8
- package/modal/modal-content/modal-content.component.d.ts +0 -4
- package/modal/modal-header/modal-header.component.d.ts +0 -4
- package/modal/modal-title/modal-title.directive.d.ts +0 -11
- package/navbar/navbar/navbar.component.d.ts +0 -8
- package/navbar/src/navbar-theme.scss +2 -1
- package/notification/README.md +39 -24
- package/notification/examples/default-notification/default-notification.component.d.ts +0 -2
- package/notification/examples/public_api.d.ts +1 -5
- package/notification/helpers/notification-orientation.d.ts +17 -0
- package/notification/notification/notification.component.d.ts +39 -23
- package/notification/notification-actions/notification-actions.directive.d.ts +11 -4
- package/notification/notification-message/notification-message.directive.d.ts +9 -4
- package/notification/notification-subtitle/notification-subtitle.directive.d.ts +3 -4
- package/notification/notification-title/notification-title.directive.d.ts +8 -4
- package/notification/public_api.d.ts +6 -5
- package/package.json +1 -1
- package/paginator/paginator/paginator.component.d.ts +0 -11
- package/progress-bar/README.md +31 -8
- package/progress-bar/progress-bar-label/progress-bar-label.directive.d.ts +9 -5
- package/progress-bar/progress-bar.component.d.ts +39 -35
- package/progress-bar/public_api.d.ts +2 -2
- package/quantity-field/quantity-field.component.d.ts +10 -0
- package/scss/global.scss +0 -1
- package/select/select/select.component.d.ts +13 -25
- package/select/select.d.ts +1 -2
- package/sidebar/README.md +67 -72
- package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.d.ts +0 -1
- package/sidebar/examples/sidebar-sides/sidebar-sides.component.d.ts +11 -0
- package/sidebar/sidebar/sidebar.component.d.ts +0 -9
- package/sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -4
- package/sidebar/sidebar-header/sidebar-header-action/sidebar-header-action.directive.d.ts +3 -0
- package/sidebar/sidebar-header/sidebar-header.component.d.ts +0 -4
- package/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +0 -17
- package/sticky/examples/basic-sticky/basic-sticky.component.d.ts +5 -0
- package/sticky/examples/index.d.ts +1 -0
- package/sticky/examples/public_api.d.ts +2 -0
- package/tabs/README.md +38 -14
- package/tabs/tabs/tab/tab.component.d.ts +4 -16
- package/tabs/tabs/tab-activator/tab-activator.component.d.ts +6 -27
- package/tabs/tabs/tab-label/tab-label.component.d.ts +5 -2
- package/tabs/tabs/tab-panel/tab-panel.component.d.ts +7 -24
- package/tabs/tabs/tabs.component.d.ts +5 -11
- package/text-snippet/README.md +31 -3
- package/text-snippet/text-snippet.component.d.ts +17 -2
- package/textarea/textarea.component.d.ts +25 -5
- package/toast/README.md +47 -21
- package/toast/interfaces/toast-action.d.ts +4 -5
- package/toast/interfaces/toast-options.d.ts +3 -1
- package/toast/interfaces/toast.d.ts +22 -7
- package/toast/service/toast.service.d.ts +3 -3
- package/toast/toast/toast-config.d.ts +7 -3
- package/toast/toast/toast-template.component.d.ts +1 -1
- package/toast/toast/toast.component.d.ts +0 -2
- package/toast/toast-actions/toast-actions.directive.d.ts +0 -4
- package/toast/toast-message/toast-message.directive.d.ts +0 -4
- package/toast/toast-title/toast-title.directive.d.ts +0 -4
- package/tree/tree/tree.component.d.ts +0 -6
- package/tree/tree-item/tree-item.directive.d.ts +7 -35
- package/accordion/accordion/animation/accordion-animation-state.d.ts +0 -1
- package/accordion/accordion/animation/accordion-animation.d.ts +0 -4
- package/card/examples/raised-card/raised-card.component.d.ts +0 -11
- package/notification/examples/notification-with-actions/notification-with-actions.component.d.ts +0 -8
- package/progress-bar/animation/progress-bar-animation.d.ts +0 -4
- package/select/animation/select-animation-state.d.ts +0 -7
- package/select/animation/select-animation.d.ts +0 -4
- 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
|
-
/**
|
4
|
+
/**
|
5
|
+
* Data that defines the content and behavior of a toast.
|
6
|
+
*/
|
5
7
|
export interface DaffToastData {
|
6
|
-
/**
|
8
|
+
/**
|
9
|
+
* The primary text that summarizes the purpose of the toast.
|
10
|
+
*/
|
7
11
|
title: string;
|
8
|
-
/**
|
12
|
+
/**
|
13
|
+
* Provides additional details or context about the toast.
|
14
|
+
*/
|
9
15
|
message?: string;
|
10
|
-
/**
|
16
|
+
/**
|
17
|
+
* The visual status of the toast.
|
18
|
+
*/
|
11
19
|
status?: DaffStatus;
|
12
|
-
/**
|
20
|
+
/**
|
21
|
+
* Used to display actionable buttons related to the toast.
|
22
|
+
*/
|
13
23
|
actions?: DaffToastAction[];
|
14
|
-
/**
|
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
|
-
*
|
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
|
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
|
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)
|
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
|
-
|
15
|
+
getAnimationDirection(): string;
|
16
16
|
get items(): DaffToast[];
|
17
17
|
set items(value: DaffToast[]);
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffToastTemplateComponent, never>;
|
@@ -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
|
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
|
37
|
+
private ariaExpanded;
|
52
38
|
/**
|
53
|
-
*
|
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
|
-
|
41
|
+
private depth;
|
66
42
|
/**
|
67
|
-
*
|
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
|
-
|
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,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
|
-
}
|
package/notification/examples/notification-with-actions/notification-with-actions.component.d.ts
DELETED
@@ -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,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;
|