@daffodil/design 0.93.0 → 0.94.0
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/README.md +0 -1
- package/accordion/src/accordion-theme.scss +2 -2
- package/article/src/article/_stops-article-cascade.scss +5 -1
- package/article/src/article-theme.scss +2 -2
- package/badge/README.md +85 -0
- package/badge/src/badge-theme.scss +197 -0
- package/beacon/README.md +61 -0
- package/beacon/src/beacon-theme.scss +61 -0
- package/breadcrumb/src/breadcrumb-theme.scss +2 -2
- package/button/src/button/basic/button-theme.scss +2 -2
- package/button/src/button/flat/flat-theme.scss +2 -2
- package/button/src/button/icon/icon-theme.scss +2 -2
- package/button/src/button/raised/raised-theme.scss +13 -13
- package/button/src/button/stroked/stroked-theme.scss +2 -2
- package/button/src/button/underline/underline-theme.scss +2 -2
- package/callout/src/callout-theme.scss +12 -2
- package/card/src/card/stroked/stroked-theme.scss +14 -22
- package/card/src/card-base-theme.scss +4 -4
- package/card/src/card-base.scss +13 -16
- package/fesm2022/daffodil-design-accordion.mjs +9 -15
- package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
- package/fesm2022/daffodil-design-article.mjs +2 -2
- package/fesm2022/daffodil-design-article.mjs.map +1 -1
- package/fesm2022/daffodil-design-badge.mjs +87 -0
- package/fesm2022/daffodil-design-badge.mjs.map +1 -0
- package/fesm2022/daffodil-design-beacon.mjs +48 -0
- package/fesm2022/daffodil-design-beacon.mjs.map +1 -0
- package/fesm2022/daffodil-design-breadcrumb.mjs +1 -1
- package/fesm2022/daffodil-design-breadcrumb.mjs.map +1 -1
- package/fesm2022/daffodil-design-button.mjs +1 -1
- package/fesm2022/daffodil-design-button.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout.mjs +2 -2
- package/fesm2022/daffodil-design-card.mjs +9 -11
- package/fesm2022/daffodil-design-card.mjs.map +1 -1
- package/fesm2022/daffodil-design-form-field.mjs +95 -115
- package/fesm2022/daffodil-design-form-field.mjs.map +1 -1
- package/fesm2022/daffodil-design-form.mjs +5 -7
- package/fesm2022/daffodil-design-form.mjs.map +1 -1
- package/fesm2022/daffodil-design-image.mjs +41 -98
- package/fesm2022/daffodil-design-image.mjs.map +1 -1
- package/fesm2022/daffodil-design-input.mjs +3 -3
- package/fesm2022/daffodil-design-input.mjs.map +1 -1
- package/fesm2022/daffodil-design-list.mjs +16 -21
- package/fesm2022/daffodil-design-list.mjs.map +1 -1
- package/fesm2022/daffodil-design-media-gallery.mjs +56 -61
- package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
- package/fesm2022/daffodil-design-menu.mjs +61 -38
- package/fesm2022/daffodil-design-menu.mjs.map +1 -1
- package/fesm2022/daffodil-design-modal.mjs +2 -2
- package/fesm2022/daffodil-design-modal.mjs.map +1 -1
- package/fesm2022/daffodil-design-native-select.mjs +3 -3
- package/fesm2022/daffodil-design-native-select.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification.mjs +17 -20
- package/fesm2022/daffodil-design-notification.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator.mjs +71 -76
- package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
- package/fesm2022/daffodil-design-progress-bar.mjs +33 -53
- package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
- package/fesm2022/daffodil-design-select.mjs +1 -1
- package/fesm2022/daffodil-design-select.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar.mjs +2 -2
- package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
- package/fesm2022/daffodil-design-spinner.mjs +17 -16
- package/fesm2022/daffodil-design-spinner.mjs.map +1 -1
- package/fesm2022/daffodil-design-switch.mjs +20 -29
- package/fesm2022/daffodil-design-switch.mjs.map +1 -1
- package/fesm2022/daffodil-design-tabs.mjs +86 -88
- package/fesm2022/daffodil-design-tabs.mjs.map +1 -1
- package/fesm2022/daffodil-design-tag.mjs +33 -28
- package/fesm2022/daffodil-design-tag.mjs.map +1 -1
- package/fesm2022/daffodil-design-text-snippet.mjs +18 -23
- package/fesm2022/daffodil-design-text-snippet.mjs.map +1 -1
- package/fesm2022/daffodil-design-textarea.mjs +3 -3
- package/fesm2022/daffodil-design-textarea.mjs.map +1 -1
- package/fesm2022/daffodil-design-toast.mjs +19 -20
- package/fesm2022/daffodil-design-toast.mjs.map +1 -1
- package/fesm2022/daffodil-design.mjs +111 -80
- package/fesm2022/daffodil-design.mjs.map +1 -1
- package/form/src/hint/hint-theme.scss +2 -2
- package/form-field/src/form-field-theme.scss +2 -2
- package/hero/src/hero-theme.scss +12 -2
- package/list/README.md +10 -0
- package/list/src/list-theme.scss +2 -2
- package/media-gallery/README.md +0 -5
- package/media-gallery/src/media-gallery-theme.scss +2 -2
- package/menu/README.md +5 -0
- package/menu/src/menu-theme.scss +4 -4
- package/notification/src/notification-theme.scss +2 -2
- package/package.json +1 -1
- package/paginator/src/paginator-theme.scss +2 -2
- package/progress-bar/README.md +1 -1
- package/progress-bar/src/progress-bar-theme.scss +2 -2
- package/scss/global.scss +4 -0
- package/scss/state/skeleton/_mixins.scss +2 -2
- package/scss/theme/default.scss +15 -0
- package/scss/theme.scss +4 -8
- package/scss/theming/_configure-palette.scss +5 -1
- package/scss/theming/_get-theme-mode.scss +1 -1
- package/scss/theming/_index.scss +2 -3
- package/scss/theming/_light-dark.scss +37 -12
- package/scss/theming/color-shift/_color-shift.scss +56 -0
- package/scss/theming/color-shift/_color-shift.spec.scss +107 -0
- package/scss/theming/color-shift/_index.scss +1 -0
- package/scss/theming/{_daff-theme.scss → default/_daff-theme.scss} +4 -4
- package/scss/theming/default/_index.scss +1 -0
- package/select/src/select-theme.scss +5 -3
- package/switch/src/switch-theme.scss +2 -2
- package/tabs/src/tabs-theme.scss +2 -2
- package/tag/README.md +10 -6
- package/tag/src/tag-theme.scss +102 -5
- package/toast/src/toast-theme.scss +2 -2
- package/tree/src/tree-theme.scss +2 -2
- package/types/daffodil-design-accordion.d.ts +4 -4
- package/types/daffodil-design-badge.d.ts +63 -0
- package/types/daffodil-design-beacon.d.ts +26 -0
- package/types/daffodil-design-card.d.ts +2 -2
- package/types/daffodil-design-form-field.d.ts +34 -31
- package/types/daffodil-design-form.d.ts +2 -2
- package/types/daffodil-design-image.d.ts +15 -28
- package/types/daffodil-design-list.d.ts +3 -3
- package/types/daffodil-design-media-gallery.d.ts +31 -20
- package/types/daffodil-design-menu.d.ts +51 -20
- package/types/daffodil-design-notification.d.ts +5 -6
- package/types/daffodil-design-paginator.d.ts +20 -25
- package/types/daffodil-design-progress-bar.d.ts +16 -21
- package/types/daffodil-design-spinner.d.ts +2 -2
- package/types/daffodil-design-switch.d.ts +7 -8
- package/types/daffodil-design-tabs.d.ts +29 -29
- package/types/daffodil-design-tag.d.ts +22 -16
- package/types/daffodil-design-text-snippet.d.ts +9 -9
- package/types/daffodil-design.d.ts +61 -41
- package/fesm2022/daffodil-design-loading-icon.mjs +0 -67
- package/fesm2022/daffodil-design-loading-icon.mjs.map +0 -1
- package/loading-icon/README.md +0 -59
- package/loading-icon/src/loading-icon-theme.scss +0 -103
- package/scss/theming/illuminate/illuminate.scss +0 -149
- package/scss/theming/illuminate/illuminate.spec.scss +0 -15
- package/types/daffodil-design-loading-icon.d.ts +0 -31
|
@@ -1,70 +1,57 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
3
2
|
import * as i1$1 from '@angular/common';
|
|
4
3
|
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
5
4
|
import * as i1 from '@daffodil/design';
|
|
6
5
|
|
|
7
|
-
declare class DaffImageComponent
|
|
6
|
+
declare class DaffImageComponent {
|
|
8
7
|
private sanitizer;
|
|
9
|
-
private _src;
|
|
10
8
|
/**
|
|
11
9
|
* The URL of the image.
|
|
12
10
|
*/
|
|
13
|
-
|
|
14
|
-
set src(value: string);
|
|
15
|
-
private _alt;
|
|
11
|
+
src: _angular_core.InputSignalWithTransform<string, string>;
|
|
16
12
|
/**
|
|
17
13
|
* The alternate text for the image.
|
|
18
14
|
*/
|
|
19
|
-
|
|
20
|
-
set alt(value: string);
|
|
21
|
-
private _width;
|
|
15
|
+
alt: _angular_core.InputSignalWithTransform<string, string>;
|
|
22
16
|
/**
|
|
23
17
|
* The width of the image.
|
|
24
18
|
*/
|
|
25
|
-
|
|
26
|
-
set width(value: number);
|
|
27
|
-
private _height;
|
|
19
|
+
width: _angular_core.InputSignalWithTransform<number, number>;
|
|
28
20
|
/**
|
|
29
21
|
* The height of the image.
|
|
30
22
|
*/
|
|
31
|
-
|
|
32
|
-
set height(value: number);
|
|
23
|
+
height: _angular_core.InputSignalWithTransform<number, number>;
|
|
33
24
|
/**
|
|
34
25
|
* Whether the image should be treated as a priority image for loading.
|
|
35
26
|
* Priority images are loaded eagerly and not lazy-loaded.
|
|
36
27
|
*/
|
|
37
|
-
priority:
|
|
28
|
+
priority: _angular_core.InputSignal<boolean>;
|
|
38
29
|
/**
|
|
39
30
|
* Emits when the image has loaded.
|
|
40
31
|
*/
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @docs-private
|
|
44
|
-
*/
|
|
45
|
-
ngOnInit(): void;
|
|
32
|
+
loaded: _angular_core.OutputEmitterRef<void>;
|
|
46
33
|
constructor(sanitizer: DomSanitizer);
|
|
47
34
|
/**
|
|
48
35
|
* @docs-private
|
|
49
36
|
*/
|
|
50
|
-
|
|
37
|
+
_paddingTop: _angular_core.Signal<SafeStyle>;
|
|
51
38
|
/**
|
|
52
39
|
* @docs-private
|
|
53
40
|
*
|
|
54
41
|
* The aspect ratio of an image, based on the width and height set by the user.
|
|
55
42
|
*/
|
|
56
|
-
|
|
57
|
-
static ɵfac:
|
|
58
|
-
static ɵcmp:
|
|
43
|
+
_aspectRatio: _angular_core.Signal<SafeStyle>;
|
|
44
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffImageComponent, never>;
|
|
45
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffImageComponent, "daff-image", never, { "src": { "alias": "src"; "required": true; "isSignal": true; }; "alt": { "alias": "alt"; "required": true; "isSignal": true; }; "width": { "alias": "width"; "required": true; "isSignal": true; }; "height": { "alias": "height"; "required": true; "isSignal": true; }; "priority": { "alias": "priority"; "required": false; "isSignal": true; }; }, { "loaded": "loaded"; }, never, never, true, [{ directive: typeof i1.DaffSkeletonableDirective; inputs: { "skeleton": "skeleton"; }; outputs: {}; }]>;
|
|
59
46
|
}
|
|
60
47
|
|
|
61
48
|
/**
|
|
62
49
|
* @deprecated in favor of {@link DAFF_IMAGE_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
|
|
63
50
|
* */
|
|
64
51
|
declare class DaffImageModule {
|
|
65
|
-
static ɵfac:
|
|
66
|
-
static ɵmod:
|
|
67
|
-
static ɵinj:
|
|
52
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffImageModule, never>;
|
|
53
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DaffImageModule, never, [typeof i1$1.CommonModule, typeof DaffImageComponent], [typeof DaffImageComponent]>;
|
|
54
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DaffImageModule>;
|
|
68
55
|
}
|
|
69
56
|
|
|
70
57
|
/**
|
|
@@ -48,18 +48,18 @@ declare class DaffNavListComponent {
|
|
|
48
48
|
declare class DaffListItemComponent {
|
|
49
49
|
private elementRef;
|
|
50
50
|
/** Whether an item in a `<daff-nav-list>` is the currently active item. */
|
|
51
|
-
active: boolean
|
|
51
|
+
active: i0.InputSignal<boolean>;
|
|
52
52
|
/**
|
|
53
53
|
* @docs-private
|
|
54
54
|
*/
|
|
55
|
-
_prefix: DaffPrefixDirective
|
|
55
|
+
_prefix: i0.Signal<DaffPrefixDirective>;
|
|
56
56
|
constructor(elementRef: ElementRef);
|
|
57
57
|
/**
|
|
58
58
|
* @docs-private
|
|
59
59
|
*/
|
|
60
60
|
get _isAnchor(): boolean;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffListItemComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffListItemComponent, "daff-list-item,a[daff-list-item]", never, { "active": { "alias": "active"; "required": false; }; }, {}, ["_prefix"], ["[daffPrefix]", "*"], true, never>;
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffListItemComponent, "daff-list-item,a[daff-list-item]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; }, {}, ["_prefix"], ["[daffPrefix]", "*"], true, never>;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { OnInit, TemplateRef
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { Signal, OnInit, TemplateRef } from '@angular/core';
|
|
3
3
|
import * as i1 from '@daffodil/design';
|
|
4
4
|
import { DaffSkeletonableDirective } from '@daffodil/design';
|
|
5
5
|
import * as i1$1 from '@angular/common';
|
|
6
6
|
|
|
7
7
|
interface DaffMediaGalleryRegistration {
|
|
8
|
-
id: string
|
|
8
|
+
id: Signal<string>;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -30,23 +30,23 @@ declare class DaffThumbnailDirective implements OnInit {
|
|
|
30
30
|
*
|
|
31
31
|
* The autogenerated unique id for a thumbnail.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
id: _angular_core.Signal<string>;
|
|
34
34
|
/**
|
|
35
35
|
* @docs-private
|
|
36
36
|
*
|
|
37
37
|
* The unique id of the selected thumbnail.
|
|
38
38
|
*/
|
|
39
|
-
|
|
39
|
+
selectedThumbnailId: _angular_core.Signal<string>;
|
|
40
40
|
/**
|
|
41
41
|
* The file path to a thumbnail, presumably an image.
|
|
42
42
|
*/
|
|
43
|
-
thumbnailSrc:
|
|
43
|
+
thumbnailSrc: _angular_core.InputSignal<string>;
|
|
44
44
|
/**
|
|
45
45
|
* Provides an accessible label for a thumbnail.
|
|
46
46
|
*/
|
|
47
|
-
label: string
|
|
47
|
+
label: _angular_core.InputSignal<string>;
|
|
48
48
|
/** Indicates whether the thumbnail represents a video. */
|
|
49
|
-
isVideo: boolean
|
|
49
|
+
isVideo: _angular_core.InputSignal<boolean>;
|
|
50
50
|
constructor(
|
|
51
51
|
/**
|
|
52
52
|
* @docs-private
|
|
@@ -60,8 +60,8 @@ declare class DaffThumbnailDirective implements OnInit {
|
|
|
60
60
|
* @docs-private
|
|
61
61
|
*/
|
|
62
62
|
ngOnInit(): void;
|
|
63
|
-
static ɵfac:
|
|
64
|
-
static ɵdir:
|
|
63
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffThumbnailDirective, never>;
|
|
64
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DaffThumbnailDirective, "[daffThumbnail]", never, { "thumbnailSrc": { "alias": "thumbnailSrc"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "isVideo": { "alias": "isVideo"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
/**
|
|
@@ -78,18 +78,23 @@ declare class DaffThumbnailDirective implements OnInit {
|
|
|
78
78
|
declare class DaffMediaGalleryComponent implements DaffMediaGalleryRegistration {
|
|
79
79
|
private skeletonDirective;
|
|
80
80
|
/**
|
|
81
|
-
* The
|
|
81
|
+
* The auto-generated ID of the gallery.
|
|
82
82
|
*/
|
|
83
|
-
private
|
|
83
|
+
private _defaultId;
|
|
84
84
|
/**
|
|
85
85
|
* Custom ID for the media gallery that overrides the auto-generated one. When using this input, it is your responsibility to ensure that the ID is unique.
|
|
86
86
|
*/
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
customId: _angular_core.InputSignal<string>;
|
|
88
|
+
/**
|
|
89
|
+
* @docs-private
|
|
90
|
+
*
|
|
91
|
+
* The resolved ID of the gallery: the custom ID when provided, otherwise the auto-generated one.
|
|
92
|
+
*/
|
|
93
|
+
id: Signal<string>;
|
|
89
94
|
/**
|
|
90
95
|
* An event indicating that the selected media gallery element has changed.
|
|
91
96
|
*/
|
|
92
|
-
elementChange:
|
|
97
|
+
elementChange: _angular_core.OutputEmitterRef<number>;
|
|
93
98
|
/**
|
|
94
99
|
* @docs-private
|
|
95
100
|
*/
|
|
@@ -113,6 +118,12 @@ declare class DaffMediaGalleryComponent implements DaffMediaGalleryRegistration
|
|
|
113
118
|
*/
|
|
114
119
|
_selectedThumbnail: Signal<DaffThumbnailDirective>;
|
|
115
120
|
private _selectedIndex;
|
|
121
|
+
/**
|
|
122
|
+
* @docs-private
|
|
123
|
+
*
|
|
124
|
+
* Whether the given thumbnail is the currently selected one.
|
|
125
|
+
*/
|
|
126
|
+
_isSelected(thumbnail: DaffThumbnailDirective): boolean;
|
|
116
127
|
private focusSelected;
|
|
117
128
|
/**
|
|
118
129
|
* Select a specific entry in the media gallery by its index.
|
|
@@ -144,17 +155,17 @@ declare class DaffMediaGalleryComponent implements DaffMediaGalleryRegistration
|
|
|
144
155
|
* @param Whether to move focus to the newly selected item.
|
|
145
156
|
*/
|
|
146
157
|
selectLast(focus?: boolean): void;
|
|
147
|
-
static ɵfac:
|
|
148
|
-
static ɵcmp:
|
|
158
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffMediaGalleryComponent, never>;
|
|
159
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffMediaGalleryComponent, "daff-media-gallery", never, { "customId": { "alias": "id"; "required": false; "isSignal": true; }; }, { "elementChange": "elementChange"; }, ["_thumbnails"], ["*"], true, [{ directive: typeof i1.DaffArticleEncapsulatedDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.DaffSkeletonableDirective; inputs: { "skeleton": "skeleton"; }; outputs: {}; }]>;
|
|
149
160
|
}
|
|
150
161
|
|
|
151
162
|
/**
|
|
152
163
|
* @deprecated in favor of {@link DAFF_MEDIA_GALLERY_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
|
|
153
164
|
*/
|
|
154
165
|
declare class DaffMediaGalleryModule {
|
|
155
|
-
static ɵfac:
|
|
156
|
-
static ɵmod:
|
|
157
|
-
static ɵinj:
|
|
166
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffMediaGalleryModule, never>;
|
|
167
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DaffMediaGalleryModule, never, [typeof i1$1.CommonModule, typeof DaffMediaGalleryComponent, typeof DaffThumbnailDirective], [typeof DaffMediaGalleryComponent, typeof DaffThumbnailDirective]>;
|
|
168
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DaffMediaGalleryModule>;
|
|
158
169
|
}
|
|
159
170
|
|
|
160
171
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i2 from '@angular/cdk/overlay';
|
|
2
2
|
import { Overlay, OverlayRef } from '@angular/cdk/overlay';
|
|
3
|
-
import * as
|
|
3
|
+
import * as _angular_core from '@angular/core';
|
|
4
4
|
import { Injector, ViewContainerRef, TemplateRef, Type, OnDestroy, ChangeDetectorRef, AfterContentInit, AfterViewInit, ElementRef } from '@angular/core';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
6
|
import * as i6 from '@daffodil/design';
|
|
@@ -8,6 +8,21 @@ import { DaffLazyComponent, DaffPrefixDirective } from '@daffodil/design';
|
|
|
8
8
|
import * as i1 from '@angular/common';
|
|
9
9
|
import { ConfigurableFocusTrapFactory, FocusableOption } from '@angular/cdk/a11y';
|
|
10
10
|
|
|
11
|
+
/**
|
|
12
|
+
* The horizontal alignment of the menu relative to its activator.
|
|
13
|
+
*
|
|
14
|
+
* - `after` lines the menu's left edge up with the activator's left edge.
|
|
15
|
+
* - `before` lines the menu's right edge up with the activator's right edge.
|
|
16
|
+
*/
|
|
17
|
+
type DaffMenuXPosition = 'before' | 'after';
|
|
18
|
+
/**
|
|
19
|
+
* The vertical position of the menu relative to its activator.
|
|
20
|
+
*
|
|
21
|
+
* - `below` drops the menu down from the activator's bottom edge.
|
|
22
|
+
* - `above` raises the menu up from the activator's top edge.
|
|
23
|
+
*/
|
|
24
|
+
type DaffMenuYPosition = 'above' | 'below';
|
|
25
|
+
|
|
11
26
|
/**
|
|
12
27
|
* Configuration for a menu instance.
|
|
13
28
|
*/
|
|
@@ -16,6 +31,14 @@ interface DaffMenuConfig {
|
|
|
16
31
|
* A unique identifier for the menu instance.
|
|
17
32
|
*/
|
|
18
33
|
menuId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The horizontal alignment of the menu relative to its activator. Defaults to `after`.
|
|
36
|
+
*/
|
|
37
|
+
xPosition?: DaffMenuXPosition;
|
|
38
|
+
/**
|
|
39
|
+
* The vertical position of the menu relative to its activator. Defaults to `below`.
|
|
40
|
+
*/
|
|
41
|
+
yPosition?: DaffMenuYPosition;
|
|
19
42
|
}
|
|
20
43
|
|
|
21
44
|
type DaffMenuSlot = TemplateRef<unknown> | DaffLazyComponent | Type<unknown>;
|
|
@@ -37,8 +60,8 @@ declare class DaffMenuService {
|
|
|
37
60
|
protected _destroyOverlay(): void;
|
|
38
61
|
close(): void;
|
|
39
62
|
open(activator: ViewContainerRef, component: DaffMenuSlot, config?: DaffMenuConfig): void;
|
|
40
|
-
static ɵfac:
|
|
41
|
-
static ɵprov:
|
|
63
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffMenuService, never>;
|
|
64
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DaffMenuService>;
|
|
42
65
|
}
|
|
43
66
|
|
|
44
67
|
/**
|
|
@@ -58,20 +81,28 @@ declare class DaffMenuActivatorDirective implements OnDestroy {
|
|
|
58
81
|
private _destroyed$;
|
|
59
82
|
private _defaultMenuId;
|
|
60
83
|
protected _open: boolean;
|
|
61
|
-
readonly isOpen:
|
|
84
|
+
readonly isOpen: _angular_core.WritableSignal<boolean>;
|
|
62
85
|
/**
|
|
63
86
|
* The menu content to display when activated.
|
|
64
87
|
*/
|
|
65
|
-
daffMenuActivator: Type<unknown> | TemplateRef<unknown
|
|
88
|
+
daffMenuActivator: _angular_core.InputSignal<Type<unknown> | TemplateRef<unknown>>;
|
|
66
89
|
/**
|
|
67
90
|
* An optional ID for the activator.
|
|
68
91
|
* When set, the menu's ID is derived as `${id}-menu`.
|
|
69
92
|
*/
|
|
70
|
-
id:
|
|
93
|
+
id: _angular_core.InputSignal<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The horizontal alignment of the menu relative to the activator. Defaults to `after`.
|
|
96
|
+
*/
|
|
97
|
+
xPosition: _angular_core.InputSignal<DaffMenuXPosition>;
|
|
98
|
+
/**
|
|
99
|
+
* The vertical position of the menu relative to the activator. Defaults to `below`.
|
|
100
|
+
*/
|
|
101
|
+
yPosition: _angular_core.InputSignal<DaffMenuYPosition>;
|
|
71
102
|
/**
|
|
72
103
|
* The resolved menu ID.
|
|
73
104
|
*/
|
|
74
|
-
protected menuId:
|
|
105
|
+
protected menuId: _angular_core.Signal<string>;
|
|
75
106
|
/**
|
|
76
107
|
* @docs-private
|
|
77
108
|
*/
|
|
@@ -89,8 +120,8 @@ declare class DaffMenuActivatorDirective implements OnDestroy {
|
|
|
89
120
|
* @docs-private
|
|
90
121
|
*/
|
|
91
122
|
onClick(event: MouseEvent): void;
|
|
92
|
-
static ɵfac:
|
|
93
|
-
static ɵdir:
|
|
123
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffMenuActivatorDirective, never>;
|
|
124
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DaffMenuActivatorDirective, "[daffMenuActivator]", ["daffMenuActivator"], { "daffMenuActivator": { "alias": "daffMenuActivator"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "xPosition": { "alias": "xPosition"; "required": false; "isSignal": true; }; "yPosition": { "alias": "yPosition"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
94
125
|
}
|
|
95
126
|
|
|
96
127
|
/**
|
|
@@ -150,8 +181,8 @@ declare class DaffMenuComponent implements AfterContentInit, AfterViewInit {
|
|
|
150
181
|
* @docs-private
|
|
151
182
|
*/
|
|
152
183
|
ngAfterViewInit(): void;
|
|
153
|
-
static ɵfac:
|
|
154
|
-
static ɵcmp:
|
|
184
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffMenuComponent, never>;
|
|
185
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffMenuComponent, "daff-menu", never, {}, {}, ["_items"], ["*"], true, never>;
|
|
155
186
|
}
|
|
156
187
|
|
|
157
188
|
/**
|
|
@@ -179,23 +210,23 @@ declare class DaffMenuItemComponent implements FocusableOption {
|
|
|
179
210
|
* Focus the menu item.
|
|
180
211
|
*/
|
|
181
212
|
focus(): void;
|
|
182
|
-
static ɵfac:
|
|
183
|
-
static ɵcmp:
|
|
213
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffMenuItemComponent, never>;
|
|
214
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffMenuItemComponent, "a[daff-menu-item],button[daff-menu-item]", never, {}, {}, ["_prefix"], ["[daffPrefix]", "*"], true, never>;
|
|
184
215
|
}
|
|
185
216
|
|
|
186
217
|
/**
|
|
187
218
|
* @deprecated in favor of {@link DAFF_MENU_COMPONENTS} Deprecated in version 0.92.0. Will be removed in version 0.95.0.
|
|
188
219
|
*/
|
|
189
220
|
declare class DaffMenuModule {
|
|
190
|
-
static ɵfac:
|
|
191
|
-
static ɵmod:
|
|
192
|
-
static ɵinj:
|
|
221
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffMenuModule, never>;
|
|
222
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DaffMenuModule, never, [typeof i1.CommonModule, typeof i2.OverlayModule, typeof DaffMenuActivatorDirective, typeof DaffMenuComponent, typeof DaffMenuItemComponent, typeof i6.DaffPrefixDirective], [typeof DaffMenuActivatorDirective, typeof DaffMenuComponent, typeof DaffMenuItemComponent, typeof i6.DaffPrefixDirective]>;
|
|
223
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DaffMenuModule>;
|
|
193
224
|
}
|
|
194
225
|
|
|
195
226
|
/**
|
|
196
227
|
* @docs-private
|
|
197
228
|
*/
|
|
198
|
-
declare const DAFF_MENU_COMPONENTS: readonly [typeof DaffMenuComponent, typeof DaffMenuActivatorDirective, typeof DaffMenuItemComponent];
|
|
229
|
+
declare const DAFF_MENU_COMPONENTS: readonly [typeof DaffMenuComponent, typeof DaffMenuActivatorDirective, typeof DaffMenuItemComponent, typeof DaffPrefixDirective];
|
|
199
230
|
|
|
200
231
|
/**
|
|
201
232
|
* Injection token/provider pair used to identify menu items.
|
|
@@ -204,8 +235,8 @@ declare const DAFF_MENU_COMPONENTS: readonly [typeof DaffMenuComponent, typeof D
|
|
|
204
235
|
* its menu items. Use `provideDaffMenuItemToken` in component providers to register
|
|
205
236
|
* custom directives and components as menu items alongside native `daff-menu-item` elements.
|
|
206
237
|
*/
|
|
207
|
-
declare const DAFF_MENU_ITEM_TOKEN:
|
|
208
|
-
declare const provideDaffMenuItemToken: <R extends FocusableOption = FocusableOption>(klass:
|
|
238
|
+
declare const DAFF_MENU_ITEM_TOKEN: _angular_core.InjectionToken<FocusableOption>;
|
|
239
|
+
declare const provideDaffMenuItemToken: <R extends FocusableOption = FocusableOption>(klass: _angular_core.Type<R>) => _angular_core.ExistingProvider;
|
|
209
240
|
|
|
210
241
|
export { DAFF_MENU_COMPONENTS, DAFF_MENU_ITEM_TOKEN, DaffMenuActivatorDirective, DaffMenuComponent, DaffMenuItemComponent, DaffMenuModule, DaffMenuService, provideDaffMenuItemToken };
|
|
211
|
-
export type { DaffMenuConfig, DaffMenuSlot };
|
|
242
|
+
export type { DaffMenuConfig, DaffMenuSlot, DaffMenuXPosition, DaffMenuYPosition };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter } from '@angular/core';
|
|
3
2
|
import * as i1$1 from '@angular/common';
|
|
4
3
|
import * as i1 from '@daffodil/design';
|
|
5
4
|
import { DaffPrefixDirective, DaffStatusableDirective, DaffOrientableDirective } from '@daffodil/design';
|
|
@@ -50,11 +49,11 @@ declare class DaffNotificationComponent {
|
|
|
50
49
|
/**
|
|
51
50
|
* @docs-private
|
|
52
51
|
*/
|
|
53
|
-
_prefix: DaffPrefixDirective
|
|
52
|
+
_prefix: i0.Signal<DaffPrefixDirective>;
|
|
54
53
|
/**
|
|
55
54
|
* @docs-private
|
|
56
55
|
*/
|
|
57
|
-
_actions: DaffNotificationActionsDirective
|
|
56
|
+
_actions: i0.Signal<DaffNotificationActionsDirective>;
|
|
58
57
|
/**
|
|
59
58
|
* @docs-private
|
|
60
59
|
*
|
|
@@ -65,12 +64,12 @@ declare class DaffNotificationComponent {
|
|
|
65
64
|
/** Whether the notification can be dismissed by the user.
|
|
66
65
|
* Displays a close icon if `true`.
|
|
67
66
|
*/
|
|
68
|
-
dismissible: boolean
|
|
67
|
+
dismissible: i0.InputSignal<boolean>;
|
|
69
68
|
constructor(statusDirective: DaffStatusableDirective, orientation: DaffOrientableDirective);
|
|
70
69
|
/**
|
|
71
70
|
* Emits when the notification is closed.
|
|
72
71
|
*/
|
|
73
|
-
closeNotification:
|
|
72
|
+
closeNotification: i0.OutputEmitterRef<void>;
|
|
74
73
|
/**
|
|
75
74
|
* @docs-private
|
|
76
75
|
*
|
|
@@ -78,7 +77,7 @@ declare class DaffNotificationComponent {
|
|
|
78
77
|
*/
|
|
79
78
|
onCloseNotification(event: Event): void;
|
|
80
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffNotificationComponent, never>;
|
|
81
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffNotificationComponent, "daff-notification", never, { "dismissible": { "alias": "dismissible"; "required": false; }; }, { "closeNotification": "closeNotification"; }, ["_prefix", "_actions"], ["[daffPrefix]", "[daffNotificationTitle]", "[daffNotificationMessage]", "[daffNotificationActions]"], true, [{ directive: typeof i1.DaffArticleEncapsulatedDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.DaffStatusableDirective; inputs: { "status": "status"; }; outputs: {}; }, { directive: typeof i1.DaffOrientableDirective; inputs: { "orientation": "orientation"; }; outputs: {}; }]>;
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffNotificationComponent, "daff-notification", never, { "dismissible": { "alias": "dismissible"; "required": false; "isSignal": true; }; }, { "closeNotification": "closeNotification"; }, ["_prefix", "_actions"], ["[daffPrefix]", "[daffNotificationTitle]", "[daffNotificationMessage]", "[daffNotificationActions]"], true, [{ directive: typeof i1.DaffArticleEncapsulatedDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.DaffStatusableDirective; inputs: { "status": "status"; }; outputs: {}; }, { directive: typeof i1.DaffOrientableDirective; inputs: { "orientation": "orientation"; }; outputs: {}; }]>;
|
|
82
81
|
}
|
|
83
82
|
|
|
84
83
|
/**
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { OnChanges, EventEmitter } from '@angular/core';
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
3
2
|
import * as i1 from '@angular/common';
|
|
4
3
|
import * as i2 from '@angular/router';
|
|
5
4
|
import { Params } from '@angular/router';
|
|
6
5
|
import * as i3 from '@fortawesome/angular-fontawesome';
|
|
7
6
|
import * as _fortawesome_fontawesome_common_types from '@fortawesome/fontawesome-common-types';
|
|
8
7
|
|
|
9
|
-
declare class DaffPaginatorComponent
|
|
8
|
+
declare class DaffPaginatorComponent {
|
|
10
9
|
/**
|
|
11
10
|
* @docs-private
|
|
12
11
|
*/
|
|
@@ -21,60 +20,56 @@ declare class DaffPaginatorComponent implements OnChanges {
|
|
|
21
20
|
*
|
|
22
21
|
* For example, if the `numberOfPages` is dynamically changed to a value less than the `currentPage`, the paginator will break.
|
|
23
22
|
*/
|
|
24
|
-
numberOfPages: number
|
|
23
|
+
numberOfPages: _angular_core.InputSignal<number>;
|
|
25
24
|
/**
|
|
26
25
|
* The currently selected page.
|
|
27
26
|
*/
|
|
28
|
-
currentPage: number
|
|
27
|
+
currentPage: _angular_core.InputSignal<number>;
|
|
29
28
|
/**
|
|
30
29
|
* Replace the paginator buttons with links. `url` is required if using this mode.
|
|
31
30
|
*/
|
|
32
|
-
linkMode: boolean
|
|
31
|
+
linkMode: _angular_core.InputSignal<boolean>;
|
|
33
32
|
/**
|
|
34
33
|
* The url to which to navigate if the paginator is in link mode.
|
|
35
34
|
* This paginator component will set the page query param.
|
|
36
35
|
*/
|
|
37
|
-
url
|
|
36
|
+
url: _angular_core.InputSignal<string>;
|
|
38
37
|
/**
|
|
39
38
|
* The query param to which the paginator component will set the current page value in link mode.
|
|
40
39
|
*/
|
|
41
|
-
queryParam: string
|
|
40
|
+
queryParam: _angular_core.InputSignal<string>;
|
|
42
41
|
/**
|
|
43
|
-
*
|
|
42
|
+
* Emits when the current page changes with the new current page.
|
|
44
43
|
*/
|
|
45
|
-
|
|
44
|
+
notifyPageChange: _angular_core.OutputEmitterRef<any>;
|
|
46
45
|
/**
|
|
47
|
-
*
|
|
46
|
+
* @docs-private
|
|
48
47
|
*/
|
|
49
|
-
|
|
48
|
+
_numberOfPagesArray: _angular_core.Signal<number[]>;
|
|
50
49
|
/**
|
|
51
50
|
* Determines when ellipsis after the first page number should show.
|
|
52
51
|
*
|
|
53
52
|
* @docs-private
|
|
54
53
|
*/
|
|
55
|
-
|
|
54
|
+
_showFirstEllipsis: _angular_core.Signal<boolean>;
|
|
56
55
|
/**
|
|
57
56
|
* Determines when ellipsis before the final page number should show.
|
|
58
57
|
*
|
|
59
58
|
* @docs-private
|
|
60
59
|
*/
|
|
61
|
-
|
|
60
|
+
_showLastEllipsis: _angular_core.Signal<boolean>;
|
|
62
61
|
/**
|
|
63
62
|
* Determines when the Previous button should be disabled.
|
|
64
63
|
*
|
|
65
64
|
* @docs-private
|
|
66
65
|
*/
|
|
67
|
-
|
|
66
|
+
_disablePrev: _angular_core.Signal<boolean>;
|
|
68
67
|
/**
|
|
69
68
|
* Determines when the Next button should be disabled.
|
|
70
69
|
*
|
|
71
70
|
* @docs-private
|
|
72
71
|
*/
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* @docs-private
|
|
76
|
-
*/
|
|
77
|
-
ngOnChanges(): void;
|
|
72
|
+
_disableNext: _angular_core.Signal<boolean>;
|
|
78
73
|
/**
|
|
79
74
|
* Emits the previous page number through notifyPageChange Output.
|
|
80
75
|
*
|
|
@@ -110,17 +105,17 @@ declare class DaffPaginatorComponent implements OnChanges {
|
|
|
110
105
|
* @docs-private
|
|
111
106
|
*/
|
|
112
107
|
_buildPageQueryParams(page: number): Params;
|
|
113
|
-
static ɵfac:
|
|
114
|
-
static ɵcmp:
|
|
108
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffPaginatorComponent, never>;
|
|
109
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffPaginatorComponent, "daff-paginator", never, { "numberOfPages": { "alias": "numberOfPages"; "required": true; "isSignal": true; }; "currentPage": { "alias": "currentPage"; "required": true; "isSignal": true; }; "linkMode": { "alias": "linkMode"; "required": false; "isSignal": true; }; "url": { "alias": "url"; "required": false; "isSignal": true; }; "queryParam": { "alias": "queryParam"; "required": false; "isSignal": true; }; }, { "notifyPageChange": "notifyPageChange"; }, never, never, true, never>;
|
|
115
110
|
}
|
|
116
111
|
|
|
117
112
|
/**
|
|
118
113
|
* @deprecated in favor of {@link DAFF_PAGINATOR_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
|
|
119
114
|
*/
|
|
120
115
|
declare class DaffPaginatorModule {
|
|
121
|
-
static ɵfac:
|
|
122
|
-
static ɵmod:
|
|
123
|
-
static ɵinj:
|
|
116
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffPaginatorModule, never>;
|
|
117
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DaffPaginatorModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.FontAwesomeModule, typeof DaffPaginatorComponent], [typeof DaffPaginatorComponent]>;
|
|
118
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DaffPaginatorModule>;
|
|
124
119
|
}
|
|
125
120
|
|
|
126
121
|
/**
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
3
2
|
import * as i1$1 from '@angular/common';
|
|
4
3
|
import * as i1 from '@daffodil/design';
|
|
5
4
|
import { DaffColorableDirective } from '@daffodil/design';
|
|
@@ -13,8 +12,8 @@ import { DaffColorableDirective } from '@daffodil/design';
|
|
|
13
12
|
* ```
|
|
14
13
|
*/
|
|
15
14
|
declare class DaffProgressBarLabelDirective {
|
|
16
|
-
static ɵfac:
|
|
17
|
-
static ɵdir:
|
|
15
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffProgressBarLabelDirective, never>;
|
|
16
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DaffProgressBarLabelDirective, "daff-progress-bar-label", never, {}, {}, never, never, true, never>;
|
|
18
17
|
}
|
|
19
18
|
|
|
20
19
|
/**
|
|
@@ -28,28 +27,25 @@ declare class DaffProgressBarLabelDirective {
|
|
|
28
27
|
* ```
|
|
29
28
|
*/
|
|
30
29
|
declare class DaffProgressBarComponent {
|
|
31
|
-
private _changeDetectorRef;
|
|
32
30
|
private colorable;
|
|
33
|
-
constructor(
|
|
34
|
-
private _percentage;
|
|
31
|
+
constructor(colorable: DaffColorableDirective);
|
|
35
32
|
/**
|
|
36
33
|
* @docs-private
|
|
37
34
|
*/
|
|
38
|
-
_label: DaffProgressBarLabelDirective
|
|
35
|
+
_label: _angular_core.Signal<DaffProgressBarLabelDirective>;
|
|
39
36
|
/**
|
|
40
37
|
* Sets the percentage completion of the progression,
|
|
41
38
|
* expressed as a whole number between 0 and 100.
|
|
42
39
|
*/
|
|
43
|
-
|
|
44
|
-
set percentage(val: number);
|
|
40
|
+
percentage: _angular_core.InputSignalWithTransform<number, number>;
|
|
45
41
|
/**
|
|
46
42
|
* @docs-private
|
|
47
43
|
*/
|
|
48
|
-
|
|
44
|
+
ariaValueNow: _angular_core.Signal<number>;
|
|
49
45
|
/**
|
|
50
46
|
* @docs-private
|
|
51
47
|
*/
|
|
52
|
-
|
|
48
|
+
ariaLabelledBy: _angular_core.Signal<string>;
|
|
53
49
|
/**
|
|
54
50
|
* @docs-private
|
|
55
51
|
*
|
|
@@ -59,14 +55,14 @@ declare class DaffProgressBarComponent {
|
|
|
59
55
|
/**
|
|
60
56
|
* An `aria-label` for the progress bar.
|
|
61
57
|
*/
|
|
62
|
-
ariaLabel: string
|
|
58
|
+
ariaLabel: _angular_core.InputSignal<string>;
|
|
63
59
|
/**
|
|
64
60
|
* Property to set the animation of a progress bar to
|
|
65
61
|
* run for an indefinite amount of time.
|
|
66
62
|
*
|
|
67
63
|
* See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress
|
|
68
64
|
**/
|
|
69
|
-
indeterminate: boolean
|
|
65
|
+
indeterminate: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
70
66
|
/**
|
|
71
67
|
* @docs-private
|
|
72
68
|
*
|
|
@@ -77,25 +73,24 @@ declare class DaffProgressBarComponent {
|
|
|
77
73
|
* An event that emits each time the progression reaches 100%
|
|
78
74
|
* and the animation is finished.
|
|
79
75
|
*/
|
|
80
|
-
finished:
|
|
76
|
+
finished: _angular_core.OutputEmitterRef<void>;
|
|
81
77
|
/**
|
|
82
78
|
* @docs-private
|
|
83
79
|
*
|
|
84
80
|
* Handles the CSS transition end event.
|
|
85
81
|
*/
|
|
86
82
|
onTransitionEnd(event: TransitionEvent): void;
|
|
87
|
-
static ɵfac:
|
|
88
|
-
static ɵcmp:
|
|
89
|
-
static ngAcceptInputType_indeterminate: unknown;
|
|
83
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffProgressBarComponent, never>;
|
|
84
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffProgressBarComponent, "daff-progress-bar", never, { "percentage": { "alias": "percentage"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; }, { "finished": "finished"; }, ["_label"], ["daff-progress-bar-label"], true, [{ directive: typeof i1.DaffColorableDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
|
90
85
|
}
|
|
91
86
|
|
|
92
87
|
/**
|
|
93
88
|
* @deprecated in favor of {@link DAFF_PROGRESS_BAR_COMPONENTS}. Deprecated in version 0.78.0. Will be removed in version 1.0.0.
|
|
94
89
|
*/
|
|
95
90
|
declare class DaffProgressBarModule {
|
|
96
|
-
static ɵfac:
|
|
97
|
-
static ɵmod:
|
|
98
|
-
static ɵinj:
|
|
91
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffProgressBarModule, never>;
|
|
92
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DaffProgressBarModule, never, [typeof i1$1.CommonModule, typeof DaffProgressBarComponent, typeof DaffProgressBarLabelDirective], [typeof DaffProgressBarComponent, typeof DaffProgressBarLabelDirective]>;
|
|
93
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DaffProgressBarModule>;
|
|
99
94
|
}
|
|
100
95
|
|
|
101
96
|
/**
|