@daffodil/design 0.93.1 → 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/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-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-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-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 +14 -17
- 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 +95 -69
- 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/state/skeleton/_mixins.scss +2 -2
- package/scss/theme/default.scss +15 -0
- package/scss/theme.scss +2 -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/src/tag-theme.scss +2 -2
- 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-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 +5 -7
- package/types/daffodil-design-text-snippet.d.ts +9 -9
- package/types/daffodil-design.d.ts +53 -38
- 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,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
|
/**
|
|
@@ -24,7 +24,7 @@ declare class DaffSpinnerComponent {
|
|
|
24
24
|
/**
|
|
25
25
|
* @docs-private
|
|
26
26
|
*/
|
|
27
|
-
_label: DaffSpinnerLabelDirective
|
|
27
|
+
_label: i0.Signal<DaffSpinnerLabelDirective>;
|
|
28
28
|
private static readonly SIZE_MAP;
|
|
29
29
|
/**
|
|
30
30
|
* The `aria-label` for the spinner. Defaults to "loading".
|
|
@@ -33,7 +33,7 @@ declare class DaffSpinnerComponent {
|
|
|
33
33
|
/**
|
|
34
34
|
* @docs-private
|
|
35
35
|
*/
|
|
36
|
-
|
|
36
|
+
_ariaLabel: i0.Signal<string>;
|
|
37
37
|
/**
|
|
38
38
|
* @docs-private
|
|
39
39
|
*
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
3
2
|
import * as i1 from '@daffodil/design';
|
|
4
3
|
import { DaffSizableDirective, DaffSizeSmallType, DaffDisableable, DaffDisableableDirective } from '@daffodil/design';
|
|
5
4
|
|
|
@@ -18,7 +17,7 @@ declare class DaffSwitchComponent extends DaffSizableDirective<DaffSwitchSize> i
|
|
|
18
17
|
/**
|
|
19
18
|
* The position of the label relative to the switch.
|
|
20
19
|
*/
|
|
21
|
-
labelPosition: DaffSwitchLabelPosition
|
|
20
|
+
labelPosition: _angular_core.InputSignal<DaffSwitchLabelPosition>;
|
|
22
21
|
constructor(disabledDirective: DaffDisableableDirective);
|
|
23
22
|
/**
|
|
24
23
|
* Whether the switch is disabled.
|
|
@@ -28,7 +27,7 @@ declare class DaffSwitchComponent extends DaffSizableDirective<DaffSwitchSize> i
|
|
|
28
27
|
/**
|
|
29
28
|
* Current state of switch (on/off).
|
|
30
29
|
*/
|
|
31
|
-
checked: boolean
|
|
30
|
+
checked: _angular_core.ModelSignal<boolean>;
|
|
32
31
|
/**
|
|
33
32
|
* @docs-private
|
|
34
33
|
*/
|
|
@@ -39,17 +38,17 @@ declare class DaffSwitchComponent extends DaffSizableDirective<DaffSwitchSize> i
|
|
|
39
38
|
*
|
|
40
39
|
* It gets assigned to the `for` attribute on the `<label>` inside of the switch.
|
|
41
40
|
*/
|
|
42
|
-
id: string
|
|
41
|
+
id: _angular_core.InputSignal<string>;
|
|
43
42
|
/**
|
|
44
43
|
* Output event triggered when the switch has been toggled.
|
|
45
44
|
*/
|
|
46
|
-
toggled:
|
|
45
|
+
toggled: _angular_core.OutputEmitterRef<boolean>;
|
|
47
46
|
/**
|
|
48
47
|
* @docs-private
|
|
49
48
|
*/
|
|
50
49
|
onToggle(): void;
|
|
51
|
-
static ɵfac:
|
|
52
|
-
static ɵcmp:
|
|
50
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffSwitchComponent, never>;
|
|
51
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffSwitchComponent, "daff-switch", never, { "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "toggled": "toggled"; }, never, ["*"], true, [{ directive: typeof i1.DaffSizableDirective; inputs: { "size": "size"; }; outputs: {}; }, { directive: typeof i1.DaffDisableableDirective; inputs: { "disabled": "disabled"; }; outputs: {}; }]>;
|
|
53
52
|
}
|
|
54
53
|
|
|
55
54
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { TemplateRef, ElementRef, AfterContentInit, OnInit,
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { TemplateRef, ElementRef, AfterContentInit, OnInit, ChangeDetectorRef } from '@angular/core';
|
|
3
3
|
import * as i1 from '@daffodil/design';
|
|
4
4
|
import { DaffDisableable, DaffDisableableDirective, DaffPrefixDirective, DaffSuffixDirective, DaffSelectableDirective } from '@daffodil/design';
|
|
5
5
|
import { Location } from '@angular/common';
|
|
@@ -34,23 +34,23 @@ declare class DaffTabComponent implements DaffDisableable {
|
|
|
34
34
|
/**
|
|
35
35
|
* @docs-private
|
|
36
36
|
*/
|
|
37
|
-
contentRef: TemplateRef<any
|
|
37
|
+
contentRef: _angular_core.Signal<TemplateRef<any>>;
|
|
38
38
|
/**
|
|
39
39
|
* @docs-private
|
|
40
40
|
*/
|
|
41
|
-
labelRef: TemplateRef<any
|
|
41
|
+
labelRef: _angular_core.Signal<TemplateRef<any>>;
|
|
42
42
|
/**
|
|
43
43
|
* A unique id for the tab component. Defaults to an autogenerated value. When using this,
|
|
44
44
|
* it's your responsibility to ensure that the id for each tab is unique.
|
|
45
45
|
*/
|
|
46
|
-
id: string
|
|
46
|
+
id: _angular_core.InputSignal<string>;
|
|
47
47
|
/**
|
|
48
48
|
* @docs-private
|
|
49
49
|
*/
|
|
50
50
|
panelId: string;
|
|
51
51
|
constructor(disabledDirective: DaffDisableableDirective);
|
|
52
|
-
static ɵfac:
|
|
53
|
-
static ɵcmp:
|
|
52
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffTabComponent, never>;
|
|
53
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffTabComponent, "daff-tab", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["daff-tab-label", "daff-tab-panel"], true, [{ directive: typeof i1.DaffDisableableDirective; inputs: { "disabled": "disabled"; }; outputs: {}; }]>;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
/**
|
|
@@ -69,13 +69,13 @@ declare class DaffTabLabelComponent {
|
|
|
69
69
|
/**
|
|
70
70
|
* @docs-private
|
|
71
71
|
*/
|
|
72
|
-
_prefix: DaffPrefixDirective
|
|
72
|
+
_prefix: _angular_core.Signal<DaffPrefixDirective>;
|
|
73
73
|
/**
|
|
74
74
|
* @docs-private
|
|
75
75
|
*/
|
|
76
|
-
_suffix: DaffSuffixDirective
|
|
77
|
-
static ɵfac:
|
|
78
|
-
static ɵcmp:
|
|
76
|
+
_suffix: _angular_core.Signal<DaffSuffixDirective>;
|
|
77
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffTabLabelComponent, never>;
|
|
78
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffTabLabelComponent, "daff-tab-label", never, {}, {}, ["_prefix", "_suffix"], ["[daffPrefix]", "*", "[daffSuffix]"], true, never>;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/**
|
|
@@ -103,8 +103,8 @@ declare class DaffTabPanelComponent {
|
|
|
103
103
|
*/
|
|
104
104
|
get ariaLabelledBy(): string;
|
|
105
105
|
constructor(tab: DaffTabComponent);
|
|
106
|
-
static ɵfac:
|
|
107
|
-
static ɵcmp:
|
|
106
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffTabPanelComponent, never>;
|
|
107
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffTabPanelComponent, "daff-tab-panel", never, {}, {}, never, ["*"], true, never>;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
declare class DaffTabActivatorComponent {
|
|
@@ -126,14 +126,14 @@ declare class DaffTabActivatorComponent {
|
|
|
126
126
|
/**
|
|
127
127
|
* The html id of the tab activator component
|
|
128
128
|
*/
|
|
129
|
-
tabActivatorId: string
|
|
130
|
-
panelId: string
|
|
129
|
+
tabActivatorId: _angular_core.InputSignal<string>;
|
|
130
|
+
panelId: _angular_core.InputSignal<string>;
|
|
131
131
|
/**
|
|
132
132
|
* Sets focus to the native element of the component.
|
|
133
133
|
*/
|
|
134
134
|
focus(): void;
|
|
135
|
-
static ɵfac:
|
|
136
|
-
static ɵcmp:
|
|
135
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffTabActivatorComponent, never>;
|
|
136
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffTabActivatorComponent, "button[daff-tab-activator],a[daff-tab-activator]", never, { "tabActivatorId": { "alias": "tabActivatorId"; "required": false; "isSignal": true; }; "panelId": { "alias": "panelId"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1.DaffSelectableDirective; inputs: { "selected": "selected"; }; outputs: {}; }]>;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
/**
|
|
@@ -171,44 +171,44 @@ declare class DaffTabsComponent implements AfterContentInit, OnInit {
|
|
|
171
171
|
*
|
|
172
172
|
* The currently selected tab. This property is dynamically updated when a user selects a tab.
|
|
173
173
|
*/
|
|
174
|
-
selectedTab: string
|
|
174
|
+
selectedTab: _angular_core.WritableSignal<string>;
|
|
175
175
|
/**
|
|
176
176
|
* The tab that is selected on initial load. If it's not used, the first tab in the tablist will be selected by default.
|
|
177
177
|
*/
|
|
178
|
-
initiallySelected: string
|
|
178
|
+
initiallySelected: _angular_core.InputSignal<string>;
|
|
179
179
|
/**
|
|
180
180
|
* `aria-label` to label the tablist.
|
|
181
181
|
*/
|
|
182
|
-
ariaLabel: string
|
|
182
|
+
ariaLabel: _angular_core.InputSignal<string>;
|
|
183
183
|
/**
|
|
184
184
|
* Replace the tab buttons as links.
|
|
185
185
|
*/
|
|
186
|
-
linkMode: boolean
|
|
186
|
+
linkMode: _angular_core.InputSignal<boolean>;
|
|
187
187
|
/**
|
|
188
188
|
* The URL to navigate to when the component is in link mode.
|
|
189
189
|
* This component will set the specified query param.
|
|
190
190
|
*/
|
|
191
|
-
url
|
|
191
|
+
url: _angular_core.InputSignal<string>;
|
|
192
192
|
/**
|
|
193
193
|
* The query parameter that the tabs component will use to set the tab value in link mode.
|
|
194
194
|
*/
|
|
195
|
-
queryParam: string
|
|
195
|
+
queryParam: _angular_core.InputSignal<string>;
|
|
196
196
|
/**
|
|
197
197
|
* Event emitted when tab selection changes.
|
|
198
198
|
*/
|
|
199
|
-
tabChange:
|
|
199
|
+
tabChange: _angular_core.OutputEmitterRef<string>;
|
|
200
200
|
/**
|
|
201
201
|
* @docs-private
|
|
202
202
|
*/
|
|
203
|
-
_labels:
|
|
203
|
+
_labels: _angular_core.Signal<readonly DaffTabLabelComponent[]>;
|
|
204
204
|
/**
|
|
205
205
|
* @docs-private
|
|
206
206
|
*/
|
|
207
|
-
_tabs:
|
|
207
|
+
_tabs: _angular_core.Signal<readonly DaffTabComponent[]>;
|
|
208
208
|
/**
|
|
209
209
|
* @docs-private
|
|
210
210
|
*/
|
|
211
|
-
_tabActivators:
|
|
211
|
+
_tabActivators: _angular_core.Signal<readonly DaffTabActivatorComponent[]>;
|
|
212
212
|
/**
|
|
213
213
|
* @docs-private
|
|
214
214
|
*/
|
|
@@ -262,8 +262,8 @@ declare class DaffTabsComponent implements AfterContentInit, OnInit {
|
|
|
262
262
|
* Selects the last tab.
|
|
263
263
|
*/
|
|
264
264
|
selectLast(event: KeyboardEvent | null): void;
|
|
265
|
-
static ɵfac:
|
|
266
|
-
static ɵcmp:
|
|
265
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DaffTabsComponent, never>;
|
|
266
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DaffTabsComponent, "daff-tabs", never, { "initiallySelected": { "alias": "initiallySelected"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "linkMode": { "alias": "linkMode"; "required": false; "isSignal": true; }; "url": { "alias": "url"; "required": false; "isSignal": true; }; "queryParam": { "alias": "queryParam"; "required": false; "isSignal": true; }; }, { "tabChange": "tabChange"; }, ["_labels", "_tabs"], never, true, never>;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
/**
|