@frame-ui-ng/components 0.4.0-beta.0 → 0.4.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/confirm-popover/src/styles/confirm-popover.css +20 -0
- package/drag-drop/src/styles/_vars.css +28 -0
- package/drag-drop/src/styles/drag-drop.css +132 -0
- package/fesm2022/frame-ui-ng-components-accordion.mjs +26 -21
- package/fesm2022/frame-ui-ng-components-accordion.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-alert.mjs +4 -0
- package/fesm2022/frame-ui-ng-components-alert.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-avatar.mjs +7 -0
- package/fesm2022/frame-ui-ng-components-avatar.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-badge.mjs +4 -0
- package/fesm2022/frame-ui-ng-components-badge.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-breadcrumb.mjs +13 -6
- package/fesm2022/frame-ui-ng-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-button-group.mjs +1 -0
- package/fesm2022/frame-ui-ng-components-button-group.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-button.mjs +5 -0
- package/fesm2022/frame-ui-ng-components-button.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-calendar.mjs +4 -0
- package/fesm2022/frame-ui-ng-components-calendar.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-card.mjs +15 -15
- package/fesm2022/frame-ui-ng-components-card.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-carousel.mjs +33 -16
- package/fesm2022/frame-ui-ng-components-carousel.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-checkbox.mjs +7 -9
- package/fesm2022/frame-ui-ng-components-checkbox.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-collapsible.mjs +24 -23
- package/fesm2022/frame-ui-ng-components-collapsible.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-combobox.mjs +66 -18
- package/fesm2022/frame-ui-ng-components-combobox.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-command.mjs +47 -16
- package/fesm2022/frame-ui-ng-components-command.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-confirm-modal.mjs +3 -0
- package/fesm2022/frame-ui-ng-components-confirm-modal.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-confirm-popover.mjs +423 -0
- package/fesm2022/frame-ui-ng-components-confirm-popover.mjs.map +1 -0
- package/fesm2022/frame-ui-ng-components-context-menu.mjs +71 -45
- package/fesm2022/frame-ui-ng-components-context-menu.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-date-picker.mjs +3 -0
- package/fesm2022/frame-ui-ng-components-date-picker.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-drag-drop.mjs +293 -0
- package/fesm2022/frame-ui-ng-components-drag-drop.mjs.map +1 -0
- package/fesm2022/frame-ui-ng-components-dropdown-menu.mjs +73 -36
- package/fesm2022/frame-ui-ng-components-dropdown-menu.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-empty.mjs +6 -0
- package/fesm2022/frame-ui-ng-components-empty.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-field.mjs +21 -12
- package/fesm2022/frame-ui-ng-components-field.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-forms.mjs +1 -0
- package/fesm2022/frame-ui-ng-components-forms.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-hover-card.mjs +49 -43
- package/fesm2022/frame-ui-ng-components-hover-card.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-input-otp.mjs +5 -0
- package/fesm2022/frame-ui-ng-components-input-otp.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-input.mjs +13 -0
- package/fesm2022/frame-ui-ng-components-input.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-item.mjs +10 -0
- package/fesm2022/frame-ui-ng-components-item.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-menubar.mjs +15 -0
- package/fesm2022/frame-ui-ng-components-menubar.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-modal.mjs +128 -114
- package/fesm2022/frame-ui-ng-components-modal.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-navigation-menu.mjs +14 -0
- package/fesm2022/frame-ui-ng-components-navigation-menu.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-pagination.mjs +8 -0
- package/fesm2022/frame-ui-ng-components-pagination.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-popover.mjs +63 -51
- package/fesm2022/frame-ui-ng-components-popover.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-progress.mjs +2 -0
- package/fesm2022/frame-ui-ng-components-progress.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-radio-group.mjs +5 -0
- package/fesm2022/frame-ui-ng-components-radio-group.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-resizable.mjs +6 -0
- package/fesm2022/frame-ui-ng-components-resizable.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-select.mjs +62 -14
- package/fesm2022/frame-ui-ng-components-select.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-separator.mjs +1 -0
- package/fesm2022/frame-ui-ng-components-separator.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-sheet.mjs +99 -88
- package/fesm2022/frame-ui-ng-components-sheet.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-sidebar.mjs +27 -12
- package/fesm2022/frame-ui-ng-components-sidebar.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-skeleton.mjs +1 -0
- package/fesm2022/frame-ui-ng-components-skeleton.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-slider.mjs +29 -16
- package/fesm2022/frame-ui-ng-components-slider.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-spinner.mjs +1 -0
- package/fesm2022/frame-ui-ng-components-spinner.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-switch.mjs +6 -0
- package/fesm2022/frame-ui-ng-components-switch.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-table.mjs +76 -50
- package/fesm2022/frame-ui-ng-components-table.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-tabs.mjs +4 -0
- package/fesm2022/frame-ui-ng-components-tabs.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-textarea.mjs +1 -0
- package/fesm2022/frame-ui-ng-components-textarea.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-toast.mjs +2 -0
- package/fesm2022/frame-ui-ng-components-toast.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-toggle.mjs +23 -16
- package/fesm2022/frame-ui-ng-components-toggle.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-tooltip.mjs +30 -25
- package/fesm2022/frame-ui-ng-components-tooltip.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-virtual-scroll.mjs +26 -8
- package/fesm2022/frame-ui-ng-components-virtual-scroll.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components.mjs +1387 -552
- package/fesm2022/frame-ui-ng-components.mjs.map +1 -1
- package/package.json +10 -2
- package/popover/src/styles/popover.css +106 -101
- package/src/styles/components.css +6 -4
- package/styles/components.css +6 -4
- package/styles.css +6 -4
- package/types/frame-ui-ng-components-accordion.d.ts +11 -4
- package/types/frame-ui-ng-components-alert.d.ts +4 -0
- package/types/frame-ui-ng-components-avatar.d.ts +7 -0
- package/types/frame-ui-ng-components-badge.d.ts +4 -0
- package/types/frame-ui-ng-components-breadcrumb.d.ts +7 -0
- package/types/frame-ui-ng-components-button-group.d.ts +1 -0
- package/types/frame-ui-ng-components-button.d.ts +5 -0
- package/types/frame-ui-ng-components-calendar.d.ts +1 -0
- package/types/frame-ui-ng-components-card.d.ts +8 -3
- package/types/frame-ui-ng-components-carousel.d.ts +11 -2
- package/types/frame-ui-ng-components-checkbox.d.ts +3 -2
- package/types/frame-ui-ng-components-collapsible.d.ts +9 -4
- package/types/frame-ui-ng-components-combobox.d.ts +32 -3
- package/types/frame-ui-ng-components-command.d.ts +26 -4
- package/types/frame-ui-ng-components-confirm-modal.d.ts +2 -0
- package/types/frame-ui-ng-components-confirm-popover.d.ts +87 -0
- package/types/frame-ui-ng-components-context-menu.d.ts +29 -10
- package/types/frame-ui-ng-components-date-picker.d.ts +1 -0
- package/types/frame-ui-ng-components-drag-drop.d.ts +103 -0
- package/types/frame-ui-ng-components-dropdown-menu.d.ts +32 -9
- package/types/frame-ui-ng-components-empty.d.ts +6 -0
- package/types/frame-ui-ng-components-field.d.ts +9 -0
- package/types/frame-ui-ng-components-forms.d.ts +1 -0
- package/types/frame-ui-ng-components-hover-card.d.ts +8 -2
- package/types/frame-ui-ng-components-input-otp.d.ts +4 -0
- package/types/frame-ui-ng-components-input.d.ts +13 -0
- package/types/frame-ui-ng-components-item.d.ts +10 -0
- package/types/frame-ui-ng-components-menubar.d.ts +15 -0
- package/types/frame-ui-ng-components-modal.d.ts +12 -0
- package/types/frame-ui-ng-components-navigation-menu.d.ts +14 -0
- package/types/frame-ui-ng-components-pagination.d.ts +8 -0
- package/types/frame-ui-ng-components-popover.d.ts +14 -2
- package/types/frame-ui-ng-components-progress.d.ts +2 -0
- package/types/frame-ui-ng-components-radio-group.d.ts +5 -0
- package/types/frame-ui-ng-components-resizable.d.ts +3 -0
- package/types/frame-ui-ng-components-select.d.ts +23 -2
- package/types/frame-ui-ng-components-separator.d.ts +1 -0
- package/types/frame-ui-ng-components-sheet.d.ts +11 -0
- package/types/frame-ui-ng-components-sidebar.d.ts +21 -0
- package/types/frame-ui-ng-components-skeleton.d.ts +1 -0
- package/types/frame-ui-ng-components-slider.d.ts +5 -2
- package/types/frame-ui-ng-components-spinner.d.ts +1 -0
- package/types/frame-ui-ng-components-switch.d.ts +6 -0
- package/types/frame-ui-ng-components-table.d.ts +26 -0
- package/types/frame-ui-ng-components-tabs.d.ts +4 -0
- package/types/frame-ui-ng-components-textarea.d.ts +1 -0
- package/types/frame-ui-ng-components-toast.d.ts +2 -0
- package/types/frame-ui-ng-components-toggle.d.ts +8 -2
- package/types/frame-ui-ng-components-tooltip.d.ts +6 -2
- package/types/frame-ui-ng-components-virtual-scroll.d.ts +11 -2
- package/types/frame-ui-ng-components.d.ts +492 -76
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Signal, AfterViewInit, TemplateRef, ViewContainerRef, WritableSignal, InjectionToken,
|
|
2
|
+
import { Signal, AfterViewInit, DoCheck, OnDestroy, TemplateRef, ViewContainerRef, WritableSignal, InjectionToken, InputSignal, OnInit, Type, AfterViewChecked, ElementRef } from '@angular/core';
|
|
3
3
|
import * as i1 from '@frame-ui-ng/components/spinner';
|
|
4
4
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
5
5
|
import * as i1$1 from '@frame-ui-ng/components/button';
|
|
6
|
-
import { FrButtonAppearance as FrButtonAppearance$1 } from '@frame-ui-ng/components/button';
|
|
6
|
+
import { FrButtonSize as FrButtonSize$1, FrButtonAppearance as FrButtonAppearance$1 } from '@frame-ui-ng/components/button';
|
|
7
7
|
import * as _angular_cdk_overlay from '@angular/cdk/overlay';
|
|
8
8
|
import { ConnectedPosition, ConnectedOverlayPositionChange } from '@angular/cdk/overlay';
|
|
9
9
|
import { FrControlValueAccessor as FrControlValueAccessor$1 } from '@frame-ui-ng/components/forms';
|
|
10
10
|
import { Direction } from '@angular/cdk/bidi';
|
|
11
11
|
import { ComponentType } from '@angular/cdk/portal';
|
|
12
12
|
import { DialogConfig, DialogRef } from '@angular/cdk/dialog';
|
|
13
|
+
import { FrPopoverAlignment as FrPopoverAlignment$1, FrPopoverSide as FrPopoverSide$1 } from '@frame-ui-ng/components/popover';
|
|
13
14
|
import * as i1$3 from '@frame-ui-ng/components/dropdown-menu';
|
|
14
15
|
import { FrDropdownMenuContent as FrDropdownMenuContent$1, FrDropdownMenuParent as FrDropdownMenuParent$1 } from '@frame-ui-ng/components/dropdown-menu';
|
|
15
16
|
import * as i1$2 from '@angular/cdk/menu';
|
|
@@ -25,12 +26,16 @@ interface FrAccordionItemContext {
|
|
|
25
26
|
toggle(): void;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
|
-
|
|
29
|
+
/** Content slot for accordion. */
|
|
30
|
+
declare class FrAccordionContent implements AfterViewInit, DoCheck, OnDestroy {
|
|
29
31
|
private readonly host;
|
|
30
32
|
protected readonly item: FrAccordionItemContext;
|
|
31
33
|
private initialized;
|
|
34
|
+
private lastOpen;
|
|
32
35
|
private rafIds;
|
|
33
|
-
|
|
36
|
+
ngAfterViewInit(): void;
|
|
37
|
+
ngDoCheck(): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
34
39
|
onTransitionEnd(event: TransitionEvent): void;
|
|
35
40
|
private animate;
|
|
36
41
|
private applyStaticState;
|
|
@@ -41,6 +46,7 @@ declare class FrAccordionContent {
|
|
|
41
46
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAccordionContent, "[frAccordionContent]", never, {}, {}, never, never, true, never>;
|
|
42
47
|
}
|
|
43
48
|
|
|
49
|
+
/** Item slot for accordion. */
|
|
44
50
|
declare class FrAccordionItem {
|
|
45
51
|
private readonly root;
|
|
46
52
|
private readonly itemId;
|
|
@@ -54,6 +60,7 @@ declare class FrAccordionItem {
|
|
|
54
60
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAccordionItem, "[frAccordionItem]", ["frAccordionItem"], { "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
55
61
|
}
|
|
56
62
|
|
|
63
|
+
/** Accordion component primitive. */
|
|
57
64
|
declare class FrAccordion {
|
|
58
65
|
readonly type: i0.InputSignal<"single" | "multiple">;
|
|
59
66
|
readonly border: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -61,7 +68,6 @@ declare class FrAccordion {
|
|
|
61
68
|
readonly defaultValue: i0.InputSignal<string | readonly string[] | null>;
|
|
62
69
|
readonly valueChange: i0.OutputEmitterRef<string | string[] | null>;
|
|
63
70
|
private readonly openItems;
|
|
64
|
-
constructor();
|
|
65
71
|
isItemOpen(value: string): boolean;
|
|
66
72
|
toggleItem(value: string): void;
|
|
67
73
|
private commit;
|
|
@@ -70,11 +76,13 @@ declare class FrAccordion {
|
|
|
70
76
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAccordion, "[frAccordion]", ["frAccordion"], { "type": { "alias": "type"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "defaultValue": { "alias": "defaultValue"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
71
77
|
}
|
|
72
78
|
|
|
79
|
+
/** Trigger control for accordion. */
|
|
73
80
|
declare class FrAccordionTrigger {
|
|
74
81
|
protected readonly item: FrAccordionItemContext;
|
|
75
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAccordionTrigger, never>;
|
|
76
83
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAccordionTrigger, "button[frAccordionTrigger]", never, {}, {}, never, never, true, never>;
|
|
77
84
|
}
|
|
85
|
+
/** Icon slot for accordion. */
|
|
78
86
|
declare class FrAccordionIcon {
|
|
79
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAccordionIcon, never>;
|
|
80
88
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAccordionIcon, "[frAccordionIcon]", never, {}, {}, never, never, true, never>;
|
|
@@ -85,24 +93,29 @@ type FrAccordionType = (typeof FR_ACCORDION_TYPES)[number];
|
|
|
85
93
|
|
|
86
94
|
declare const FR_ALERT_VARIANTS: readonly ["default", "destructive", "success", "danger", "info"];
|
|
87
95
|
type FrAlertVariant = (typeof FR_ALERT_VARIANTS)[number];
|
|
96
|
+
/** Alert component primitive. */
|
|
88
97
|
declare class FrAlert {
|
|
89
98
|
readonly variant: i0.InputSignal<"default" | "destructive" | "success" | "danger" | "info">;
|
|
90
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAlert, never>;
|
|
91
100
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAlert, "[frAlert]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
92
101
|
}
|
|
102
|
+
/** Icon slot for alert. */
|
|
93
103
|
declare class FrAlertIcon {
|
|
94
104
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAlertIcon, never>;
|
|
95
105
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAlertIcon, "[frAlertIcon]", never, {}, {}, never, never, true, never>;
|
|
96
106
|
}
|
|
107
|
+
/** Title slot for alert. */
|
|
97
108
|
declare class FrAlertTitle {
|
|
98
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAlertTitle, never>;
|
|
99
110
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAlertTitle, "[frAlertTitle]", never, {}, {}, never, never, true, never>;
|
|
100
111
|
}
|
|
112
|
+
/** Description slot for alert. */
|
|
101
113
|
declare class FrAlertDescription {
|
|
102
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAlertDescription, never>;
|
|
103
115
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAlertDescription, "[frAlertDescription]", never, {}, {}, never, never, true, never>;
|
|
104
116
|
}
|
|
105
117
|
|
|
118
|
+
/** Badge slot for avatar. */
|
|
106
119
|
declare class FrAvatarBadge {
|
|
107
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatarBadge, never>;
|
|
108
121
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAvatarBadge, "[frAvatarBadge]", never, {}, {}, never, never, true, never>;
|
|
@@ -113,29 +126,34 @@ interface FrAvatarContext {
|
|
|
113
126
|
setStatus(status: 'error' | 'idle' | 'loaded'): void;
|
|
114
127
|
}
|
|
115
128
|
|
|
129
|
+
/** Avatar fallback component primitive. */
|
|
116
130
|
declare class FrAvatarFallback {
|
|
117
131
|
protected readonly root: FrAvatarContext;
|
|
118
132
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatarFallback, never>;
|
|
119
133
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAvatarFallback, "[frAvatarFallback]", never, {}, {}, never, never, true, never>;
|
|
120
134
|
}
|
|
121
135
|
|
|
136
|
+
/** Group slot for avatar. */
|
|
122
137
|
declare class FrAvatarGroup {
|
|
123
138
|
readonly expandOnHover: i0.InputSignalWithTransform<boolean, unknown>;
|
|
124
|
-
readonly size: i0.InputSignal<"sm" | "
|
|
139
|
+
readonly size: i0.InputSignal<"sm" | "md" | "lg" | "xs">;
|
|
125
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatarGroup, never>;
|
|
126
141
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAvatarGroup, "[frAvatarGroup]", never, { "expandOnHover": { "alias": "expandOnHover"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
127
142
|
}
|
|
143
|
+
/** Avatar group count component primitive. */
|
|
128
144
|
declare class FrAvatarGroupCount {
|
|
129
145
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatarGroupCount, never>;
|
|
130
146
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAvatarGroupCount, "[frAvatarGroupCount]", never, {}, {}, never, never, true, never>;
|
|
131
147
|
}
|
|
132
148
|
|
|
149
|
+
/** Icon slot for avatar. */
|
|
133
150
|
declare class FrAvatarIcon {
|
|
134
151
|
protected readonly root: FrAvatarContext;
|
|
135
152
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatarIcon, never>;
|
|
136
153
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAvatarIcon, "[frAvatarIcon]", never, {}, {}, never, never, true, never>;
|
|
137
154
|
}
|
|
138
155
|
|
|
156
|
+
/** Avatar image component primitive. */
|
|
139
157
|
declare class FrAvatarImage implements AfterViewInit {
|
|
140
158
|
private readonly host;
|
|
141
159
|
private readonly root;
|
|
@@ -146,8 +164,9 @@ declare class FrAvatarImage implements AfterViewInit {
|
|
|
146
164
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAvatarImage, "img[frAvatarImage]", never, {}, {}, never, never, true, never>;
|
|
147
165
|
}
|
|
148
166
|
|
|
167
|
+
/** Avatar component primitive. */
|
|
149
168
|
declare class FrAvatar {
|
|
150
|
-
readonly size: i0.InputSignal<"sm" | "
|
|
169
|
+
readonly size: i0.InputSignal<"sm" | "md" | "lg" | "xs">;
|
|
151
170
|
readonly status: i0.WritableSignal<"error" | "idle" | "loaded">;
|
|
152
171
|
setStatus(status: 'error' | 'idle' | 'loaded'): void;
|
|
153
172
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatar, never>;
|
|
@@ -161,51 +180,62 @@ declare const FR_BADGE_VARIANTS: readonly ["default", "secondary", "success", "d
|
|
|
161
180
|
declare const FR_BADGE_ICON_POSITIONS: readonly ["inline-start", "inline-end"];
|
|
162
181
|
type FrBadgeVariant = (typeof FR_BADGE_VARIANTS)[number];
|
|
163
182
|
type FrBadgeIconPosition = (typeof FR_BADGE_ICON_POSITIONS)[number];
|
|
183
|
+
/** Inline badge host with variant styling. */
|
|
164
184
|
declare class FrBadge {
|
|
165
|
-
readonly variant: i0.InputSignal<"default" | "
|
|
185
|
+
readonly variant: i0.InputSignal<"default" | "link" | "ghost" | "outline" | "destructive" | "success" | "secondary">;
|
|
166
186
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBadge, never>;
|
|
167
187
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBadge, "[frBadge], frame-badge", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
168
188
|
}
|
|
189
|
+
/** Icon slot for badge. */
|
|
169
190
|
declare class FrBadgeIcon {
|
|
170
191
|
readonly position: i0.InputSignal<"inline-start" | "inline-end">;
|
|
171
192
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBadgeIcon, never>;
|
|
172
193
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBadgeIcon, "[frBadgeIcon]", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
173
194
|
}
|
|
195
|
+
/** Label slot for badge. */
|
|
174
196
|
declare class FrBadgeLabel {
|
|
175
197
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBadgeLabel, never>;
|
|
176
198
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBadgeLabel, "[frBadgeLabel]", never, {}, {}, never, never, true, never>;
|
|
177
199
|
}
|
|
200
|
+
/** Loading indicator slot for badge. */
|
|
178
201
|
declare class FrBadgeSpinner {
|
|
179
202
|
readonly position: i0.InputSignal<"inline-start" | "inline-end">;
|
|
180
203
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBadgeSpinner, never>;
|
|
181
204
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBadgeSpinner, "[frBadgeSpinner]", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.FrSpinner; inputs: { "sizeValue": "sizeValue"; "decorative": "decorative"; "duration": "duration"; "label": "label"; "size": "size"; "stroke": "stroke"; }; outputs: {}; }]>;
|
|
182
205
|
}
|
|
183
206
|
|
|
207
|
+
/** Breadcrumb navigation landmark. */
|
|
184
208
|
declare class FrBreadcrumb {
|
|
185
209
|
readonly ariaLabel: i0.InputSignal<string>;
|
|
186
210
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBreadcrumb, never>;
|
|
187
211
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBreadcrumb, "nav[frBreadcrumb], [frBreadcrumb]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
188
212
|
}
|
|
213
|
+
/** List slot for breadcrumb. */
|
|
189
214
|
declare class FrBreadcrumbList {
|
|
190
215
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBreadcrumbList, never>;
|
|
191
216
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBreadcrumbList, "ol[frBreadcrumbList], ul[frBreadcrumbList], [frBreadcrumbList]", never, {}, {}, never, never, true, never>;
|
|
192
217
|
}
|
|
218
|
+
/** Item slot for breadcrumb. */
|
|
193
219
|
declare class FrBreadcrumbItem {
|
|
194
220
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBreadcrumbItem, never>;
|
|
195
221
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBreadcrumbItem, "li[frBreadcrumbItem], [frBreadcrumbItem]", never, {}, {}, never, never, true, never>;
|
|
196
222
|
}
|
|
223
|
+
/** Navigable link inside a breadcrumb item. */
|
|
197
224
|
declare class FrBreadcrumbLink {
|
|
198
225
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBreadcrumbLink, never>;
|
|
199
226
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBreadcrumbLink, "a[frBreadcrumbLink], [frBreadcrumbLink]", never, {}, {}, never, never, true, never>;
|
|
200
227
|
}
|
|
228
|
+
/** Page slot for breadcrumb. */
|
|
201
229
|
declare class FrBreadcrumbPage {
|
|
202
230
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBreadcrumbPage, never>;
|
|
203
231
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBreadcrumbPage, "[frBreadcrumbPage]", never, {}, {}, never, never, true, never>;
|
|
204
232
|
}
|
|
233
|
+
/** Separator slot for breadcrumb. */
|
|
205
234
|
declare class FrBreadcrumbSeparator {
|
|
206
235
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBreadcrumbSeparator, never>;
|
|
207
236
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBreadcrumbSeparator, "[frBreadcrumbSeparator]", never, {}, {}, never, never, true, never>;
|
|
208
237
|
}
|
|
238
|
+
/** Ellipsis slot for breadcrumb. */
|
|
209
239
|
declare class FrBreadcrumbEllipsis {
|
|
210
240
|
readonly label: i0.InputSignal<string>;
|
|
211
241
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBreadcrumbEllipsis, never>;
|
|
@@ -220,33 +250,38 @@ type FrButtonAppearance = (typeof FR_BUTTON_APPEARANCES)[number];
|
|
|
220
250
|
type FrButtonLoadingDisplay = (typeof FR_BUTTON_LOADING_DISPLAYS)[number];
|
|
221
251
|
type FrButtonRadius = (typeof FR_BUTTON_RADII)[number];
|
|
222
252
|
type FrButtonSize = (typeof FR_BUTTON_SIZES)[number];
|
|
253
|
+
/** Button host with FrameUI size and appearance variants. */
|
|
223
254
|
declare class FrButton {
|
|
224
255
|
private readonly loadingIndicator;
|
|
225
256
|
private readonly spinnerIndicator;
|
|
226
|
-
readonly appearance: i0.InputSignal<"
|
|
257
|
+
readonly appearance: i0.InputSignal<"ghost" | "outline" | "primary">;
|
|
227
258
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
228
259
|
readonly loading: i0.InputSignalWithTransform<boolean, unknown>;
|
|
229
260
|
readonly loadingDisplay: i0.InputSignal<"inline" | "replace">;
|
|
230
|
-
readonly radius: i0.InputSignal<"
|
|
231
|
-
readonly size: i0.InputSignal<"sm" | "
|
|
261
|
+
readonly radius: i0.InputSignal<"full" | "sm" | "md" | "lg" | "none">;
|
|
262
|
+
readonly size: i0.InputSignal<"sm" | "md" | "lg">;
|
|
232
263
|
protected readonly hasCustomLoadingIndicator: i0.Signal<boolean>;
|
|
233
264
|
protected readonly isUnavailable: i0.Signal<boolean>;
|
|
234
265
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrButton, never>;
|
|
235
266
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrButton, "a[frButton], button[frButton]", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDisplay": { "alias": "loadingDisplay"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["loadingIndicator", "spinnerIndicator"], never, true, never>;
|
|
236
267
|
}
|
|
268
|
+
/** Icon-only button host with square sizing. */
|
|
237
269
|
declare class FrIconButton {
|
|
238
270
|
readonly ariaLabel: i0.InputSignal<string | null>;
|
|
239
271
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrIconButton, never>;
|
|
240
272
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrIconButton, "a[frIconButton], button[frIconButton]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "loading": "loading"; "loadingDisplay": "loadingDisplay"; "radius": "radius"; "size": "size"; }; outputs: {}; }]>;
|
|
241
273
|
}
|
|
274
|
+
/** Icon slot for button. */
|
|
242
275
|
declare class FrButtonIcon {
|
|
243
276
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrButtonIcon, never>;
|
|
244
277
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrButtonIcon, "[frButtonIcon]", never, {}, {}, never, never, true, never>;
|
|
245
278
|
}
|
|
279
|
+
/** Label slot for button. */
|
|
246
280
|
declare class FrButtonLabel {
|
|
247
281
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrButtonLabel, never>;
|
|
248
282
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrButtonLabel, "[frButtonLabel]", never, {}, {}, never, never, true, never>;
|
|
249
283
|
}
|
|
284
|
+
/** Loading indicator slot for button. */
|
|
250
285
|
declare class FrButtonLoading {
|
|
251
286
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrButtonLoading, never>;
|
|
252
287
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrButtonLoading, "[frButtonLoading]", never, {}, {}, never, never, true, never>;
|
|
@@ -254,6 +289,7 @@ declare class FrButtonLoading {
|
|
|
254
289
|
|
|
255
290
|
declare const FR_BUTTON_GROUP_ORIENTATIONS: readonly ["horizontal", "vertical"];
|
|
256
291
|
type FrButtonGroupOrientation = (typeof FR_BUTTON_GROUP_ORIENTATIONS)[number];
|
|
292
|
+
/** Groups related buttons with shared orientation. */
|
|
257
293
|
declare class FrButtonGroup {
|
|
258
294
|
readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
|
|
259
295
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrButtonGroup, never>;
|
|
@@ -289,6 +325,7 @@ type CalendarMonth = {
|
|
|
289
325
|
label: string;
|
|
290
326
|
weeks: CalendarDay[][];
|
|
291
327
|
};
|
|
328
|
+
/** Calendar control for single-date and range selection. */
|
|
292
329
|
declare class FrCalendar implements ControlValueAccessor {
|
|
293
330
|
readonly mode: i0.InputSignal<FrCalendarMode>;
|
|
294
331
|
readonly captionLayout: i0.InputSignal<FrCalendarCaptionLayout>;
|
|
@@ -296,7 +333,7 @@ declare class FrCalendar implements ControlValueAccessor {
|
|
|
296
333
|
readonly firstDayOfWeek: i0.InputSignal<number>;
|
|
297
334
|
readonly locale: i0.InputSignal<string>;
|
|
298
335
|
readonly timeZone: i0.InputSignal<string | undefined>;
|
|
299
|
-
readonly dir: i0.InputSignal<"
|
|
336
|
+
readonly dir: i0.InputSignal<"ltr" | "rtl">;
|
|
300
337
|
readonly fromYear: i0.InputSignal<number>;
|
|
301
338
|
readonly toYear: i0.InputSignal<number>;
|
|
302
339
|
readonly showOutsideDays: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -369,35 +406,40 @@ declare const FR_CARD_FOOTER_ALIGNS: readonly ["start", "end", "between"];
|
|
|
369
406
|
type FrCardSize = (typeof FR_CARD_SIZES)[number];
|
|
370
407
|
type FrCardSpacing = (typeof FR_CARD_SPACINGS)[number];
|
|
371
408
|
type FrCardFooterAlign = (typeof FR_CARD_FOOTER_ALIGNS)[number];
|
|
409
|
+
/** Card container with size and spacing controls. */
|
|
372
410
|
declare class FrCard {
|
|
373
|
-
private readonly elementRef;
|
|
374
|
-
private readonly renderer;
|
|
375
411
|
readonly size: i0.InputSignal<"default" | "sm">;
|
|
376
|
-
readonly spacing: i0.InputSignal<"sm" | "
|
|
377
|
-
|
|
412
|
+
readonly spacing: i0.InputSignal<"sm" | "md" | "lg" | "xl" | null>;
|
|
413
|
+
protected readonly spacingValue: i0.Signal<string | null>;
|
|
378
414
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCard, never>;
|
|
379
415
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCard, "[frCard], frame-card", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "spacing": { "alias": "spacing"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
380
416
|
}
|
|
417
|
+
/** Header slot for card. */
|
|
381
418
|
declare class FrCardHeader {
|
|
382
419
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCardHeader, never>;
|
|
383
420
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCardHeader, "[frCardHeader]", never, {}, {}, never, never, true, never>;
|
|
384
421
|
}
|
|
422
|
+
/** Title slot for card. */
|
|
385
423
|
declare class FrCardTitle {
|
|
386
424
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCardTitle, never>;
|
|
387
425
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCardTitle, "[frCardTitle]", never, {}, {}, never, never, true, never>;
|
|
388
426
|
}
|
|
427
|
+
/** Description slot for card. */
|
|
389
428
|
declare class FrCardDescription {
|
|
390
429
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCardDescription, never>;
|
|
391
430
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCardDescription, "[frCardDescription]", never, {}, {}, never, never, true, never>;
|
|
392
431
|
}
|
|
432
|
+
/** Action slot for card. */
|
|
393
433
|
declare class FrCardAction {
|
|
394
434
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCardAction, never>;
|
|
395
435
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCardAction, "[frCardAction]", never, {}, {}, never, never, true, never>;
|
|
396
436
|
}
|
|
437
|
+
/** Content slot for card. */
|
|
397
438
|
declare class FrCardContent {
|
|
398
439
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCardContent, never>;
|
|
399
440
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCardContent, "[frCardContent]", never, {}, {}, never, never, true, never>;
|
|
400
441
|
}
|
|
442
|
+
/** Footer slot for card. */
|
|
401
443
|
declare class FrCardFooter {
|
|
402
444
|
readonly align: i0.InputSignal<"start" | "end" | "between">;
|
|
403
445
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCardFooter, never>;
|
|
@@ -427,7 +469,8 @@ type FrCarouselApi = {
|
|
|
427
469
|
selectedScrollSnap: () => number;
|
|
428
470
|
on: (event: FrCarouselEvent, callback: () => void) => () => void;
|
|
429
471
|
};
|
|
430
|
-
|
|
472
|
+
/** Carousel root that coordinates scroll state and navigation. */
|
|
473
|
+
declare class FrCarousel implements AfterViewInit, DoCheck {
|
|
431
474
|
private readonly destroyRef;
|
|
432
475
|
private readonly listeners;
|
|
433
476
|
private readonly pluginCleanups;
|
|
@@ -438,7 +481,9 @@ declare class FrCarousel implements AfterViewInit {
|
|
|
438
481
|
private loopBoundaryClone;
|
|
439
482
|
private contentElement;
|
|
440
483
|
private itemElements;
|
|
441
|
-
|
|
484
|
+
private lastLoop;
|
|
485
|
+
private lastPlugins;
|
|
486
|
+
readonly align: i0.InputSignal<"start" | "end" | "center">;
|
|
442
487
|
readonly loop: i0.InputSignalWithTransform<boolean, unknown>;
|
|
443
488
|
readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
|
|
444
489
|
readonly opts: i0.InputSignal<FrCarouselOptions | null>;
|
|
@@ -447,11 +492,12 @@ declare class FrCarousel implements AfterViewInit {
|
|
|
447
492
|
readonly selectedChange: i0.OutputEmitterRef<number>;
|
|
448
493
|
readonly selectedIndex: i0.WritableSignal<number>;
|
|
449
494
|
readonly snapCount: i0.WritableSignal<number>;
|
|
450
|
-
protected readonly effectiveAlign: i0.Signal<"
|
|
451
|
-
protected readonly effectiveDirection: i0.Signal<"
|
|
495
|
+
protected readonly effectiveAlign: i0.Signal<"start" | "end" | "center">;
|
|
496
|
+
protected readonly effectiveDirection: i0.Signal<"ltr" | "rtl">;
|
|
452
497
|
private readonly effectiveLoop;
|
|
453
498
|
readonly api: FrCarouselApi;
|
|
454
499
|
constructor();
|
|
500
|
+
ngDoCheck(): void;
|
|
455
501
|
ngAfterViewInit(): void;
|
|
456
502
|
registerContent(element: HTMLElement): void;
|
|
457
503
|
registerItem(element: HTMLElement): void;
|
|
@@ -464,6 +510,7 @@ declare class FrCarousel implements AfterViewInit {
|
|
|
464
510
|
handleKeydown(event: KeyboardEvent): void;
|
|
465
511
|
private on;
|
|
466
512
|
private emit;
|
|
513
|
+
private syncPlugins;
|
|
467
514
|
private recalculate;
|
|
468
515
|
private syncSelectedFromScroll;
|
|
469
516
|
private scrollItemIntoView;
|
|
@@ -481,6 +528,7 @@ declare class FrCarousel implements AfterViewInit {
|
|
|
481
528
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCarousel, never>;
|
|
482
529
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCarousel, "[frCarousel], frame-carousel", ["frCarousel"], { "align": { "alias": "align"; "required": false; "isSignal": true; }; "loop": { "alias": "loop"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "opts": { "alias": "opts"; "required": false; "isSignal": true; }; "plugins": { "alias": "plugins"; "required": false; "isSignal": true; }; }, { "apiReady": "apiReady"; "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
483
530
|
}
|
|
531
|
+
/** Content slot for carousel. */
|
|
484
532
|
declare class FrCarouselContent implements AfterViewInit {
|
|
485
533
|
protected readonly carousel: FrCarousel;
|
|
486
534
|
private readonly elementRef;
|
|
@@ -488,6 +536,7 @@ declare class FrCarouselContent implements AfterViewInit {
|
|
|
488
536
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCarouselContent, never>;
|
|
489
537
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCarouselContent, "[frCarouselContent]", never, {}, {}, never, never, true, never>;
|
|
490
538
|
}
|
|
539
|
+
/** Item slot for carousel. */
|
|
491
540
|
declare class FrCarouselItem implements AfterViewInit {
|
|
492
541
|
private readonly carousel;
|
|
493
542
|
private readonly destroyRef;
|
|
@@ -496,12 +545,14 @@ declare class FrCarouselItem implements AfterViewInit {
|
|
|
496
545
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCarouselItem, never>;
|
|
497
546
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCarouselItem, "[frCarouselItem]", never, {}, {}, never, never, true, never>;
|
|
498
547
|
}
|
|
548
|
+
/** Previous-slide control for carousel. */
|
|
499
549
|
declare class FrCarouselPrevious {
|
|
500
550
|
protected readonly carousel: FrCarousel;
|
|
501
551
|
readonly label: i0.InputSignal<string>;
|
|
502
552
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCarouselPrevious, never>;
|
|
503
553
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCarouselPrevious, "button[frCarouselPrevious]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "radius": "radius"; "size": "size"; }; outputs: {}; }]>;
|
|
504
554
|
}
|
|
555
|
+
/** Next-slide control for carousel. */
|
|
505
556
|
declare class FrCarouselNext {
|
|
506
557
|
protected readonly carousel: FrCarousel;
|
|
507
558
|
readonly label: i0.InputSignal<string>;
|
|
@@ -509,17 +560,18 @@ declare class FrCarouselNext {
|
|
|
509
560
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCarouselNext, "button[frCarouselNext]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "radius": "radius"; "size": "size"; }; outputs: {}; }]>;
|
|
510
561
|
}
|
|
511
562
|
|
|
563
|
+
/** Checkbox input styled as a FrameUI control. */
|
|
512
564
|
declare class FrCheckbox {
|
|
513
|
-
private readonly elementRef;
|
|
514
565
|
readonly indeterminate: i0.InputSignalWithTransform<boolean, unknown>;
|
|
515
|
-
constructor();
|
|
516
566
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCheckbox, never>;
|
|
517
567
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCheckbox, "input[type=checkbox][frCheckbox]", never, { "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
518
568
|
}
|
|
569
|
+
/** Field slot for checkbox. */
|
|
519
570
|
declare class FrCheckboxField {
|
|
520
571
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCheckboxField, never>;
|
|
521
572
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCheckboxField, "label[frCheckboxField]", never, {}, {}, never, never, true, never>;
|
|
522
573
|
}
|
|
574
|
+
/** Label slot for checkbox. */
|
|
523
575
|
declare class FrCheckboxLabel {
|
|
524
576
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCheckboxLabel, never>;
|
|
525
577
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCheckboxLabel, "[frCheckboxLabel]", never, {}, {}, never, never, true, never>;
|
|
@@ -533,12 +585,16 @@ interface FrCollapsibleContext {
|
|
|
533
585
|
toggle(): void;
|
|
534
586
|
}
|
|
535
587
|
|
|
536
|
-
|
|
588
|
+
/** Content slot for collapsible. */
|
|
589
|
+
declare class FrCollapsibleContent implements AfterViewInit, DoCheck, OnDestroy {
|
|
537
590
|
private readonly host;
|
|
538
591
|
protected readonly collapsible: FrCollapsibleContext;
|
|
539
592
|
private initialized;
|
|
593
|
+
private lastOpen;
|
|
540
594
|
private rafId;
|
|
541
|
-
|
|
595
|
+
ngAfterViewInit(): void;
|
|
596
|
+
ngDoCheck(): void;
|
|
597
|
+
ngOnDestroy(): void;
|
|
542
598
|
onTransitionEnd(event: TransitionEvent): void;
|
|
543
599
|
private animate;
|
|
544
600
|
private applyStaticState;
|
|
@@ -547,6 +603,7 @@ declare class FrCollapsibleContent {
|
|
|
547
603
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCollapsibleContent, "[frCollapsibleContent]", never, {}, {}, never, never, true, never>;
|
|
548
604
|
}
|
|
549
605
|
|
|
606
|
+
/** Root controller for expandable collapsible content. */
|
|
550
607
|
declare class FrCollapsible {
|
|
551
608
|
private readonly collapsibleId;
|
|
552
609
|
private readonly internalOpen;
|
|
@@ -557,59 +614,69 @@ declare class FrCollapsible {
|
|
|
557
614
|
readonly open: i0.Signal<boolean>;
|
|
558
615
|
readonly triggerId: i0.Signal<string>;
|
|
559
616
|
readonly contentId: i0.Signal<string>;
|
|
560
|
-
constructor();
|
|
561
617
|
toggle(): void;
|
|
562
618
|
setOpen(open: boolean): void;
|
|
563
619
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCollapsible, never>;
|
|
564
620
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCollapsible, "[frCollapsible], frame-collapsible", ["frCollapsible"], { "defaultOpen": { "alias": "defaultOpen"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "openInput": { "alias": "open"; "required": false; "isSignal": true; }; }, { "openChange": "openChange"; }, never, never, true, never>;
|
|
565
621
|
}
|
|
566
622
|
|
|
623
|
+
/** Trigger control for collapsible. */
|
|
567
624
|
declare class FrCollapsibleTrigger {
|
|
568
625
|
protected readonly collapsible: FrCollapsibleContext;
|
|
569
626
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCollapsibleTrigger, never>;
|
|
570
627
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCollapsibleTrigger, "button[frCollapsibleTrigger]", never, {}, {}, never, never, true, never>;
|
|
571
628
|
}
|
|
572
629
|
|
|
630
|
+
/** Content slot for combobox. */
|
|
573
631
|
declare class FrComboboxContent {
|
|
574
632
|
readonly templateRef: TemplateRef<any>;
|
|
575
633
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxContent, never>;
|
|
576
634
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxContent, "ng-template[frComboboxContent]", ["frComboboxContent"], {}, {}, never, never, true, never>;
|
|
577
635
|
}
|
|
636
|
+
/** Panel slot for combobox. */
|
|
578
637
|
declare class FrComboboxPanel {
|
|
579
638
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxPanel, never>;
|
|
580
639
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxPanel, "[frComboboxPanel], frame-combobox-panel", never, {}, {}, never, never, true, never>;
|
|
581
640
|
}
|
|
641
|
+
/** List slot for combobox. */
|
|
582
642
|
declare class FrComboboxList {
|
|
583
643
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxList, never>;
|
|
584
644
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxList, "[frComboboxList], frame-combobox-list", never, {}, {}, never, never, true, never>;
|
|
585
645
|
}
|
|
646
|
+
/** Empty-state slot for combobox results. */
|
|
586
647
|
declare class FrComboboxEmpty {
|
|
587
648
|
private readonly root;
|
|
588
649
|
protected hidden(): boolean;
|
|
589
650
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxEmpty, never>;
|
|
590
651
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxEmpty, "[frComboboxEmpty], frame-combobox-empty", never, {}, {}, never, never, true, never>;
|
|
591
652
|
}
|
|
653
|
+
/** Group slot for combobox. */
|
|
592
654
|
declare class FrComboboxGroup {
|
|
593
655
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxGroup, never>;
|
|
594
656
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxGroup, "[frComboboxGroup], frame-combobox-group", never, {}, {}, never, never, true, never>;
|
|
595
657
|
}
|
|
658
|
+
/** Label slot for combobox. */
|
|
596
659
|
declare class FrComboboxLabel {
|
|
597
660
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxLabel, never>;
|
|
598
661
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxLabel, "[frComboboxLabel], frame-combobox-label", never, {}, {}, never, never, true, never>;
|
|
599
662
|
}
|
|
663
|
+
/** Separator slot for combobox. */
|
|
600
664
|
declare class FrComboboxSeparator {
|
|
601
665
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxSeparator, never>;
|
|
602
666
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxSeparator, "[frComboboxSeparator], frame-combobox-separator", never, {}, {}, never, never, true, never>;
|
|
603
667
|
}
|
|
668
|
+
/** Collection host for combobox options. */
|
|
604
669
|
declare class FrComboboxCollection {
|
|
605
670
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxCollection, never>;
|
|
606
671
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxCollection, "[frComboboxCollection], frame-combobox-collection", never, {}, {}, never, never, true, never>;
|
|
607
672
|
}
|
|
673
|
+
/** Base API for combobox root lookup. */
|
|
608
674
|
declare abstract class FrComboboxRootLookup {
|
|
609
675
|
abstract visibleCount(): number;
|
|
610
676
|
}
|
|
611
677
|
|
|
612
|
-
|
|
678
|
+
/** Item slot for combobox. */
|
|
679
|
+
declare class FrComboboxItem implements DoCheck {
|
|
613
680
|
private readonly destroyRef;
|
|
614
681
|
private readonly elementRef;
|
|
615
682
|
private readonly root;
|
|
@@ -618,9 +685,11 @@ declare class FrComboboxItem {
|
|
|
618
685
|
readonly itemLabel: i0.InputSignal<string | null>;
|
|
619
686
|
readonly value: i0.InputSignal<unknown>;
|
|
620
687
|
readonly resolvedLabel: i0.WritableSignal<string>;
|
|
688
|
+
private lastItemStateKey;
|
|
621
689
|
readonly label: i0.Signal<string>;
|
|
622
690
|
readonly visible: i0.Signal<boolean>;
|
|
623
691
|
constructor();
|
|
692
|
+
ngDoCheck(): void;
|
|
624
693
|
isVisible(): boolean;
|
|
625
694
|
isSelected(): boolean;
|
|
626
695
|
isHighlighted(): boolean;
|
|
@@ -632,6 +701,7 @@ declare class FrComboboxItem {
|
|
|
632
701
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxItem, never>;
|
|
633
702
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxItem, "button[frComboboxItem]", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "itemLabel": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
634
703
|
}
|
|
704
|
+
/** Indicator slot for combobox item. */
|
|
635
705
|
declare class FrComboboxItemIndicator {
|
|
636
706
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxItemIndicator, never>;
|
|
637
707
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxItemIndicator, "[frComboboxItemIndicator]", never, {}, {}, never, never, true, never>;
|
|
@@ -639,12 +709,16 @@ declare class FrComboboxItemIndicator {
|
|
|
639
709
|
|
|
640
710
|
type FrComboboxValue = unknown;
|
|
641
711
|
type FrComboboxStringifier = (item: FrComboboxValue) => string;
|
|
642
|
-
|
|
712
|
+
/** Combobox control with single and multi-value support. */
|
|
713
|
+
declare class FrCombobox extends FrControlValueAccessor$1<FrComboboxValue | FrComboboxValue[] | null> implements AfterViewInit, DoCheck {
|
|
643
714
|
private readonly destroyRef;
|
|
644
715
|
private readonly elementRef;
|
|
645
716
|
private readonly items;
|
|
646
717
|
private readonly itemsVersion;
|
|
647
718
|
private readonly selectedLabels;
|
|
719
|
+
private lastAutoHighlight;
|
|
720
|
+
private lastItemsVersion;
|
|
721
|
+
private lastQuery;
|
|
648
722
|
private resizeObserver;
|
|
649
723
|
private readonly origin;
|
|
650
724
|
readonly content: i0.Signal<FrComboboxContent | undefined>;
|
|
@@ -668,8 +742,11 @@ declare class FrCombobox extends FrControlValueAccessor$1<FrComboboxValue | FrCo
|
|
|
668
742
|
readonly displayValue: i0.Signal<string>;
|
|
669
743
|
readonly hasValue: i0.Signal<boolean>;
|
|
670
744
|
constructor();
|
|
745
|
+
ngAfterViewInit(): void;
|
|
746
|
+
ngDoCheck(): void;
|
|
671
747
|
registerItem(item: FrComboboxItem): void;
|
|
672
748
|
unregisterItem(item: FrComboboxItem): void;
|
|
749
|
+
refreshItems(): void;
|
|
673
750
|
visibleItems(): FrComboboxItem[];
|
|
674
751
|
visibleCount(): number;
|
|
675
752
|
overlayMinWidth(): number;
|
|
@@ -696,6 +773,7 @@ declare class FrCombobox extends FrControlValueAccessor$1<FrComboboxValue | FrCo
|
|
|
696
773
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrCombobox, "[frCombobox], frame-combobox", ["frCombobox"], { "autoHighlight": { "alias": "autoHighlight"; "required": false; "isSignal": true; }; "debugVisible": { "alias": "debugVisible"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "invalidInput": { "alias": "invalid"; "required": false; "isSignal": true; }; "itemToStringValue": { "alias": "itemToStringValue"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "showClear": { "alias": "showClear"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, ["content"], ["*"], true, never>;
|
|
697
774
|
}
|
|
698
775
|
|
|
776
|
+
/** Search input for combobox filtering. */
|
|
699
777
|
declare class FrComboboxInput {
|
|
700
778
|
protected readonly root: FrCombobox;
|
|
701
779
|
private readonly elementRef;
|
|
@@ -705,11 +783,13 @@ declare class FrComboboxInput {
|
|
|
705
783
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxInput, never>;
|
|
706
784
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxInput, "input[frComboboxInput]", never, {}, {}, never, never, true, never>;
|
|
707
785
|
}
|
|
786
|
+
/** Trigger control for combobox. */
|
|
708
787
|
declare class FrComboboxTrigger {
|
|
709
788
|
protected readonly root: FrCombobox;
|
|
710
789
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxTrigger, never>;
|
|
711
790
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxTrigger, "button[frComboboxTrigger]", never, {}, {}, never, never, true, never>;
|
|
712
791
|
}
|
|
792
|
+
/** Clear control for combobox values. */
|
|
713
793
|
declare class FrComboboxClear {
|
|
714
794
|
protected readonly root: FrCombobox;
|
|
715
795
|
protected hidden(): boolean;
|
|
@@ -717,17 +797,20 @@ declare class FrComboboxClear {
|
|
|
717
797
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxClear, "button[frComboboxClear]", never, {}, {}, never, never, true, never>;
|
|
718
798
|
}
|
|
719
799
|
|
|
800
|
+
/** Chip list for multi-value combobox selections. */
|
|
720
801
|
declare class FrComboboxChips {
|
|
721
802
|
protected readonly root: FrCombobox;
|
|
722
803
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxChips, never>;
|
|
723
804
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxChips, "[frComboboxChips], frame-combobox-chips", never, {}, {}, never, never, true, never>;
|
|
724
805
|
}
|
|
806
|
+
/** List slot for combobox value. */
|
|
725
807
|
declare class FrComboboxValueList {
|
|
726
808
|
private readonly root;
|
|
727
809
|
values(): FrComboboxValue[];
|
|
728
810
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxValueList, never>;
|
|
729
811
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxValueList, "[frComboboxValue], frame-combobox-value", ["frComboboxValue"], {}, {}, never, never, true, never>;
|
|
730
812
|
}
|
|
813
|
+
/** Selected value chip for combobox. */
|
|
731
814
|
declare class FrComboboxChip {
|
|
732
815
|
private readonly root;
|
|
733
816
|
private readonly elementRef;
|
|
@@ -740,12 +823,14 @@ declare class FrComboboxChip {
|
|
|
740
823
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxChip, never>;
|
|
741
824
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxChip, "[frComboboxChip], frame-combobox-chip", ["frComboboxChip"], { "value": { "alias": "value"; "required": true; "isSignal": true; }; "removable": { "alias": "removable"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
742
825
|
}
|
|
826
|
+
/** Remove control for a combobox chip. */
|
|
743
827
|
declare class FrComboboxChipRemove {
|
|
744
828
|
private readonly chip;
|
|
745
829
|
protected remove(event: MouseEvent): void;
|
|
746
830
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxChipRemove, never>;
|
|
747
831
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxChipRemove, "button[frComboboxChipRemove]", never, {}, {}, never, never, true, never>;
|
|
748
832
|
}
|
|
833
|
+
/** Inline text input inside combobox chips. */
|
|
749
834
|
declare class FrComboboxChipsInput {
|
|
750
835
|
protected readonly root: FrCombobox;
|
|
751
836
|
protected handleInput(event: Event): void;
|
|
@@ -753,6 +838,7 @@ declare class FrComboboxChipsInput {
|
|
|
753
838
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxChipsInput, never>;
|
|
754
839
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxChipsInput, "input[frComboboxChipsInput]", never, {}, {}, never, never, true, never>;
|
|
755
840
|
}
|
|
841
|
+
/** Error slot for combobox. */
|
|
756
842
|
declare class FrComboboxError {
|
|
757
843
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrComboboxError, never>;
|
|
758
844
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrComboboxError, "[frComboboxError], frame-combobox-error", never, {}, {}, never, never, true, never>;
|
|
@@ -760,6 +846,7 @@ declare class FrComboboxError {
|
|
|
760
846
|
|
|
761
847
|
type FrCommandDialogRef<Result = unknown, Component = unknown> = DialogRef<Result, Component>;
|
|
762
848
|
type FrCommandDialogConfig<Data = unknown, Result = unknown, Component = unknown> = DialogConfig<Data, DialogRef<Result, Component>>;
|
|
849
|
+
/** Template configuration for a command dialog. */
|
|
763
850
|
declare class FrCommandDialog {
|
|
764
851
|
readonly templateRef: TemplateRef<any>;
|
|
765
852
|
readonly ariaLabel: i0.InputSignal<string | null>;
|
|
@@ -783,6 +870,7 @@ declare class FrCommandDialog {
|
|
|
783
870
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandDialog, never>;
|
|
784
871
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandDialog, "ng-template[frCommandDialog]", ["frCommandDialog"], { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "backdropClass": { "alias": "backdropClass"; "required": false; "isSignal": true; }; "closeOnDestroy": { "alias": "closeOnDestroy"; "required": false; "isSignal": true; }; "closeOnNavigation": { "alias": "closeOnNavigation"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "disableClose": { "alias": "disableClose"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "minHeight": { "alias": "minHeight"; "required": false; "isSignal": true; }; "minWidth": { "alias": "minWidth"; "required": false; "isSignal": true; }; "panelClass": { "alias": "panelClass"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
785
872
|
}
|
|
873
|
+
/** Trigger control for command dialog. */
|
|
786
874
|
declare class FrCommandDialogTrigger {
|
|
787
875
|
private readonly commandDialog;
|
|
788
876
|
private readonly destroyRef;
|
|
@@ -797,6 +885,7 @@ declare class FrCommandDialogTrigger {
|
|
|
797
885
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandDialogTrigger, never>;
|
|
798
886
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandDialogTrigger, "[frCommandDialogTrigger]", never, { "content": { "alias": "frCommandDialogTrigger"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "opened": "opened"; "closed": "closed"; }, never, never, true, never>;
|
|
799
887
|
}
|
|
888
|
+
/** Service for opening command dialogs. */
|
|
800
889
|
declare class FrCommandService {
|
|
801
890
|
private readonly dialog;
|
|
802
891
|
open<Result = unknown, Data = unknown, Component = unknown>(content: ComponentType<Component>, config?: FrCommandDialogConfig<Data, Result, Component>): FrCommandDialogRef<Result, Component>;
|
|
@@ -807,12 +896,14 @@ declare class FrCommandService {
|
|
|
807
896
|
static ɵprov: i0.ɵɵInjectableDeclaration<FrCommandService>;
|
|
808
897
|
}
|
|
809
898
|
|
|
899
|
+
/** Footer slot for command. */
|
|
810
900
|
declare class FrCommandFooter {
|
|
811
901
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandFooter, never>;
|
|
812
902
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandFooter, "[frCommandFooter]", never, {}, {}, never, never, true, never>;
|
|
813
903
|
}
|
|
814
904
|
|
|
815
|
-
|
|
905
|
+
/** Item slot for command. */
|
|
906
|
+
declare class FrCommandItem implements DoCheck {
|
|
816
907
|
private readonly destroyRef;
|
|
817
908
|
private readonly elementRef;
|
|
818
909
|
private readonly command;
|
|
@@ -828,7 +919,9 @@ declare class FrCommandItem {
|
|
|
828
919
|
readonly keywords: i0.Signal<string[]>;
|
|
829
920
|
readonly value: i0.Signal<{}>;
|
|
830
921
|
readonly visible: i0.Signal<boolean>;
|
|
922
|
+
private lastSearchKey;
|
|
831
923
|
constructor();
|
|
924
|
+
ngDoCheck(): void;
|
|
832
925
|
isVisible(): boolean;
|
|
833
926
|
isHighlighted(): boolean;
|
|
834
927
|
isSelected(): boolean;
|
|
@@ -841,15 +934,18 @@ declare class FrCommandItem {
|
|
|
841
934
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandItem, never>;
|
|
842
935
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandItem, "button[frCommandItem]", ["frCommandItem"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "itemKeywords": { "alias": "keywords"; "required": false; "isSignal": true; }; "itemLabel": { "alias": "label"; "required": false; "isSignal": true; }; "valueInput": { "alias": "value"; "required": false; "isSignal": true; }; }, { "itemSelected": "selected"; }, never, never, true, never>;
|
|
843
936
|
}
|
|
937
|
+
/** Icon slot for command item. */
|
|
844
938
|
declare class FrCommandItemIcon {
|
|
845
939
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandItemIcon, never>;
|
|
846
940
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandItemIcon, "[frCommandItemIcon]", never, {}, {}, never, never, true, never>;
|
|
847
941
|
}
|
|
942
|
+
/** Shortcut slot for command. */
|
|
848
943
|
declare class FrCommandShortcut {
|
|
849
944
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandShortcut, never>;
|
|
850
945
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandShortcut, "[frCommandShortcut]", never, {}, {}, never, never, true, never>;
|
|
851
946
|
}
|
|
852
947
|
|
|
948
|
+
/** Group slot for command. */
|
|
853
949
|
declare class FrCommandGroup {
|
|
854
950
|
private readonly items;
|
|
855
951
|
private readonly itemsVersion;
|
|
@@ -862,6 +958,7 @@ declare class FrCommandGroup {
|
|
|
862
958
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandGroup, never>;
|
|
863
959
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandGroup, "[frCommandGroup]", ["frCommandGroup"], { "forceMount": { "alias": "forceMount"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
864
960
|
}
|
|
961
|
+
/** Heading slot for a command group. */
|
|
865
962
|
declare class FrCommandGroupHeading {
|
|
866
963
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandGroupHeading, never>;
|
|
867
964
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandGroupHeading, "[frCommandGroupHeading]", never, {}, {}, never, never, true, never>;
|
|
@@ -877,6 +974,7 @@ interface FrCommandRootContext {
|
|
|
877
974
|
isHighlighted(item: FrCommandItem): boolean;
|
|
878
975
|
isItemSelected(value: unknown): boolean;
|
|
879
976
|
moveHighlight(delta: number): void;
|
|
977
|
+
refreshItems(): void;
|
|
880
978
|
registerItem(item: FrCommandItem): void;
|
|
881
979
|
selectItem(item: FrCommandItem): void;
|
|
882
980
|
setQuery(query: string): void;
|
|
@@ -885,6 +983,7 @@ interface FrCommandRootContext {
|
|
|
885
983
|
visibleItems(): FrCommandItem[];
|
|
886
984
|
}
|
|
887
985
|
|
|
986
|
+
/** Command input component primitive. */
|
|
888
987
|
declare class FrCommandInput {
|
|
889
988
|
private readonly elementRef;
|
|
890
989
|
protected readonly command: FrCommandRootContext;
|
|
@@ -894,10 +993,12 @@ declare class FrCommandInput {
|
|
|
894
993
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandInput, "input[frCommandInput]", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
895
994
|
}
|
|
896
995
|
|
|
996
|
+
/** List slot for command. */
|
|
897
997
|
declare class FrCommandList {
|
|
898
998
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandList, never>;
|
|
899
999
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandList, "[frCommandList]", never, {}, {}, never, never, true, never>;
|
|
900
1000
|
}
|
|
1001
|
+
/** Empty-state slot for command results. */
|
|
901
1002
|
declare class FrCommandEmpty {
|
|
902
1003
|
protected readonly command: FrCommandRootContext;
|
|
903
1004
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandEmpty, never>;
|
|
@@ -905,10 +1006,15 @@ declare class FrCommandEmpty {
|
|
|
905
1006
|
}
|
|
906
1007
|
|
|
907
1008
|
type FrCommandFilter = (query: string, label: string, keywords: readonly string[]) => boolean;
|
|
908
|
-
|
|
1009
|
+
/** Command menu root that coordinates filtering and selection. */
|
|
1010
|
+
declare class FrCommand implements DoCheck {
|
|
909
1011
|
private readonly dialogRef;
|
|
910
1012
|
private readonly items;
|
|
911
1013
|
private readonly itemsVersion;
|
|
1014
|
+
private lastFilter;
|
|
1015
|
+
private lastHighlightedIndex;
|
|
1016
|
+
private lastItemsVersion;
|
|
1017
|
+
private lastQuery;
|
|
912
1018
|
readonly closeOnSelect: i0.InputSignalWithTransform<boolean, unknown>;
|
|
913
1019
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
914
1020
|
readonly filter: i0.InputSignal<FrCommandFilter>;
|
|
@@ -919,9 +1025,10 @@ declare class FrCommand {
|
|
|
919
1025
|
readonly query: i0.WritableSignal<string>;
|
|
920
1026
|
readonly highlightedIndex: i0.WritableSignal<number>;
|
|
921
1027
|
readonly selectedValue: i0.Signal<unknown>;
|
|
922
|
-
|
|
1028
|
+
ngDoCheck(): void;
|
|
923
1029
|
registerItem(item: FrCommandItem): void;
|
|
924
1030
|
unregisterItem(item: FrCommandItem): void;
|
|
1031
|
+
refreshItems(): void;
|
|
925
1032
|
visibleItems(): FrCommandItem[];
|
|
926
1033
|
visibleCount(): number;
|
|
927
1034
|
filteredItemVisible(label: string, keywords: readonly string[]): boolean;
|
|
@@ -942,26 +1049,104 @@ declare class FrCommand {
|
|
|
942
1049
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommand, "[frCommand], frame-command", ["frCommand"], { "closeOnSelect": { "alias": "closeOnSelect"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "loop": { "alias": "loop"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "itemSelected": "itemSelected"; "queryChange": "queryChange"; }, never, never, true, never>;
|
|
943
1050
|
}
|
|
944
1051
|
|
|
1052
|
+
/** Separator slot for command. */
|
|
945
1053
|
declare class FrCommandSeparator {
|
|
946
1054
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandSeparator, never>;
|
|
947
1055
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandSeparator, "[frCommandSeparator]", never, {}, {}, never, never, true, never>;
|
|
948
1056
|
}
|
|
949
1057
|
|
|
1058
|
+
type FrConfirmPopoverResult = 'cancel' | 'confirm';
|
|
1059
|
+
type FrConfirmPopoverConfig = {
|
|
1060
|
+
align?: FrPopoverAlignment$1;
|
|
1061
|
+
alignOffset?: number;
|
|
1062
|
+
buttonSize?: FrButtonSize$1;
|
|
1063
|
+
cancelAppearance?: FrButtonAppearance$1;
|
|
1064
|
+
cancelLabel?: string;
|
|
1065
|
+
confirmAppearance?: FrButtonAppearance$1;
|
|
1066
|
+
confirmLabel?: string;
|
|
1067
|
+
description?: string;
|
|
1068
|
+
disabled?: boolean;
|
|
1069
|
+
side?: FrPopoverSide$1;
|
|
1070
|
+
sideOffset?: number;
|
|
1071
|
+
title?: string;
|
|
1072
|
+
};
|
|
1073
|
+
/** Flexible confirmation popover trigger that can attach to any host element. */
|
|
1074
|
+
declare class FrConfirmPopover {
|
|
1075
|
+
private readonly destroyRef;
|
|
1076
|
+
private readonly elementRef;
|
|
1077
|
+
private readonly overlay;
|
|
1078
|
+
private readonly platformId;
|
|
1079
|
+
readonly config: i0.InputSignal<string | FrConfirmPopoverConfig>;
|
|
1080
|
+
readonly align: i0.InputSignal<"start" | "end" | "center" | undefined>;
|
|
1081
|
+
readonly alignOffset: i0.InputSignalWithTransform<number | undefined, unknown>;
|
|
1082
|
+
readonly buttonSize: i0.InputSignal<"sm" | "md" | "lg" | undefined>;
|
|
1083
|
+
readonly cancelAppearance: i0.InputSignal<"ghost" | "outline" | "primary" | undefined>;
|
|
1084
|
+
readonly cancelLabel: i0.InputSignal<string | undefined>;
|
|
1085
|
+
readonly confirmAppearance: i0.InputSignal<"ghost" | "outline" | "primary" | undefined>;
|
|
1086
|
+
readonly confirmLabel: i0.InputSignal<string | undefined>;
|
|
1087
|
+
readonly description: i0.InputSignal<string | undefined>;
|
|
1088
|
+
readonly disabled: i0.InputSignalWithTransform<boolean | undefined, unknown>;
|
|
1089
|
+
readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right" | undefined>;
|
|
1090
|
+
readonly sideOffset: i0.InputSignalWithTransform<number | undefined, unknown>;
|
|
1091
|
+
readonly title: i0.InputSignal<string | undefined>;
|
|
1092
|
+
readonly closed: i0.OutputEmitterRef<FrConfirmPopoverResult | undefined>;
|
|
1093
|
+
readonly cancelled: i0.OutputEmitterRef<void>;
|
|
1094
|
+
readonly confirmed: i0.OutputEmitterRef<void>;
|
|
1095
|
+
protected readonly isOpen: i0.WritableSignal<boolean>;
|
|
1096
|
+
private overlayRef;
|
|
1097
|
+
private panelRef;
|
|
1098
|
+
private currentSide;
|
|
1099
|
+
constructor();
|
|
1100
|
+
open(): void;
|
|
1101
|
+
close(result?: FrConfirmPopoverResult): void;
|
|
1102
|
+
toggle(): void;
|
|
1103
|
+
protected handleClick(event: Event): void;
|
|
1104
|
+
protected handleKeydown(event: KeyboardEvent): void;
|
|
1105
|
+
private createOverlay;
|
|
1106
|
+
private handlePositionChange;
|
|
1107
|
+
private updatePanelInputs;
|
|
1108
|
+
private resolvedConfig;
|
|
1109
|
+
private syncCustomPropertiesToOverlay;
|
|
1110
|
+
private isNativeInteractiveElement;
|
|
1111
|
+
private destroy;
|
|
1112
|
+
private detachPanel;
|
|
1113
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FrConfirmPopover, never>;
|
|
1114
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FrConfirmPopover, " [frConfirmPopover], [frConfirmPopoverAlign], [frConfirmPopoverAlignOffset], [frConfirmPopoverButtonSize], [frConfirmPopoverCancelAppearance], [frConfirmPopoverCancelLabel], [frConfirmPopoverConfirmAppearance], [frConfirmPopoverConfirmLabel], [frConfirmPopoverDescription], [frConfirmPopoverDisabled], [frConfirmPopoverSide], [frConfirmPopoverSideOffset], [frConfirmPopoverTitle] ", ["frConfirmPopover"], { "config": { "alias": "frConfirmPopover"; "required": false; "isSignal": true; }; "align": { "alias": "frConfirmPopoverAlign"; "required": false; "isSignal": true; }; "alignOffset": { "alias": "frConfirmPopoverAlignOffset"; "required": false; "isSignal": true; }; "buttonSize": { "alias": "frConfirmPopoverButtonSize"; "required": false; "isSignal": true; }; "cancelAppearance": { "alias": "frConfirmPopoverCancelAppearance"; "required": false; "isSignal": true; }; "cancelLabel": { "alias": "frConfirmPopoverCancelLabel"; "required": false; "isSignal": true; }; "confirmAppearance": { "alias": "frConfirmPopoverConfirmAppearance"; "required": false; "isSignal": true; }; "confirmLabel": { "alias": "frConfirmPopoverConfirmLabel"; "required": false; "isSignal": true; }; "description": { "alias": "frConfirmPopoverDescription"; "required": false; "isSignal": true; }; "disabled": { "alias": "frConfirmPopoverDisabled"; "required": false; "isSignal": true; }; "side": { "alias": "frConfirmPopoverSide"; "required": false; "isSignal": true; }; "sideOffset": { "alias": "frConfirmPopoverSideOffset"; "required": false; "isSignal": true; }; "title": { "alias": "frConfirmPopoverTitle"; "required": false; "isSignal": true; }; }, { "closed": "frConfirmPopoverClosed"; "cancelled": "frConfirmPopoverCancelled"; "confirmed": "frConfirmPopoverConfirmed"; }, never, never, true, never>;
|
|
1115
|
+
}
|
|
1116
|
+
declare class FrConfirmPopoverPanel {
|
|
1117
|
+
readonly buttonSize: i0.InputSignal<"sm" | "md" | "lg">;
|
|
1118
|
+
readonly cancelAppearance: i0.InputSignal<"ghost" | "outline" | "primary">;
|
|
1119
|
+
readonly cancelLabel: i0.InputSignal<string>;
|
|
1120
|
+
readonly confirmAppearance: i0.InputSignal<"ghost" | "outline" | "primary">;
|
|
1121
|
+
readonly confirmLabel: i0.InputSignal<string>;
|
|
1122
|
+
readonly description: i0.InputSignal<string | undefined>;
|
|
1123
|
+
readonly descriptionId: i0.InputSignal<string | null>;
|
|
1124
|
+
readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right">;
|
|
1125
|
+
readonly title: i0.InputSignal<string>;
|
|
1126
|
+
readonly titleId: i0.InputSignal<string>;
|
|
1127
|
+
readonly cancelled: i0.OutputEmitterRef<void>;
|
|
1128
|
+
readonly confirmed: i0.OutputEmitterRef<void>;
|
|
1129
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FrConfirmPopoverPanel, never>;
|
|
1130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FrConfirmPopoverPanel, "frame-confirm-popover-panel", never, { "buttonSize": { "alias": "buttonSize"; "required": false; "isSignal": true; }; "cancelAppearance": { "alias": "cancelAppearance"; "required": false; "isSignal": true; }; "cancelLabel": { "alias": "cancelLabel"; "required": false; "isSignal": true; }; "confirmAppearance": { "alias": "confirmAppearance"; "required": false; "isSignal": true; }; "confirmLabel": { "alias": "confirmLabel"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "descriptionId": { "alias": "descriptionId"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "titleId": { "alias": "titleId"; "required": true; "isSignal": true; }; }, { "cancelled": "cancelled"; "confirmed": "confirmed"; }, never, never, true, never>;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
950
1133
|
declare const FR_CONTEXT_MENU_CONTENT: InjectionToken<FrContextMenuContent>;
|
|
1134
|
+
/** Content slot for context menu. */
|
|
951
1135
|
declare class FrContextMenuContent implements Partial<FrDropdownMenuContent$1> {
|
|
952
1136
|
readonly templateRef: TemplateRef<any>;
|
|
953
|
-
readonly align: i0.InputSignal<"
|
|
1137
|
+
readonly align: i0.InputSignal<"start" | "end" | "center">;
|
|
954
1138
|
readonly alignOffset: i0.InputSignal<number>;
|
|
955
1139
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
956
|
-
readonly side: i0.InputSignal<"
|
|
1140
|
+
readonly side: i0.InputSignal<"auto" | "top" | "left" | "bottom" | "right">;
|
|
957
1141
|
readonly sideOffset: i0.InputSignal<number>;
|
|
958
1142
|
isDebugVisible(): boolean;
|
|
959
1143
|
getPositions(isSubmenu: boolean): ConnectedPosition[];
|
|
960
1144
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuContent, never>;
|
|
961
1145
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuContent, "ng-template[frContextMenuContent], ng-template[frContextMenuSubContent]", ["frContextMenuContent"], { "align": { "alias": "align"; "required": false; "isSignal": true; }; "alignOffset": { "alias": "alignOffset"; "required": false; "isSignal": true; }; "debugVisible": { "alias": "debugVisible"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; "sideOffset": { "alias": "sideOffset"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
962
1146
|
}
|
|
1147
|
+
/** Panel slot for context menu. */
|
|
963
1148
|
declare class FrContextMenuPanel {
|
|
964
|
-
protected readonly side: i0.InputSignal<"
|
|
1149
|
+
protected readonly side: i0.InputSignal<"auto" | "top" | "left" | "bottom" | "right">;
|
|
965
1150
|
private readonly tree;
|
|
966
1151
|
private readonly parent;
|
|
967
1152
|
protected handleMouseEnter(): void;
|
|
@@ -970,70 +1155,82 @@ declare class FrContextMenuPanel {
|
|
|
970
1155
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuPanel, "[frContextMenuPanel]", never, {}, {}, never, never, true, [{ directive: typeof i1$2.CdkMenu; inputs: {}; outputs: {}; }, { directive: typeof i1$2.CdkTargetMenuAim; inputs: {}; outputs: {}; }]>;
|
|
971
1156
|
}
|
|
972
1157
|
|
|
1158
|
+
/** Item slot for context menu. */
|
|
973
1159
|
declare class FrContextMenuItem {
|
|
974
1160
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
975
1161
|
readonly variant: i0.InputSignal<"default" | "destructive">;
|
|
976
1162
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuItem, never>;
|
|
977
1163
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuItem, "[frContextMenuItem]", never, { "inset": { "alias": "inset"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$2.CdkMenuItem; inputs: {}; outputs: {}; }]>;
|
|
978
1164
|
}
|
|
979
|
-
|
|
1165
|
+
/** Item slot for context menu checkbox. */
|
|
1166
|
+
declare class FrContextMenuCheckboxItem implements DoCheck {
|
|
980
1167
|
protected readonly checkboxItem: CdkMenuItemCheckbox;
|
|
1168
|
+
private lastChecked;
|
|
981
1169
|
readonly checked: i0.InputSignalWithTransform<boolean, unknown>;
|
|
982
1170
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
983
1171
|
readonly variant: i0.InputSignal<"default" | "destructive">;
|
|
984
|
-
|
|
1172
|
+
ngDoCheck(): void;
|
|
985
1173
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuCheckboxItem, never>;
|
|
986
1174
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuCheckboxItem, "button[frContextMenuCheckboxItem]", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "inset": { "alias": "inset"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$2.CdkMenuItemCheckbox; inputs: {}; outputs: {}; }]>;
|
|
987
1175
|
}
|
|
1176
|
+
/** Group slot for context menu radio. */
|
|
988
1177
|
declare class FrContextMenuRadioGroup {
|
|
989
1178
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuRadioGroup, never>;
|
|
990
1179
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuRadioGroup, "[frContextMenuRadioGroup]", never, {}, {}, never, never, true, [{ directive: typeof i1$2.CdkMenuGroup; inputs: {}; outputs: {}; }]>;
|
|
991
1180
|
}
|
|
992
|
-
|
|
1181
|
+
/** Item slot for context menu radio. */
|
|
1182
|
+
declare class FrContextMenuRadioItem implements DoCheck {
|
|
993
1183
|
protected readonly radioItem: CdkMenuItemRadio;
|
|
1184
|
+
private lastChecked;
|
|
994
1185
|
readonly checked: i0.InputSignalWithTransform<boolean, unknown>;
|
|
995
1186
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
996
1187
|
readonly variant: i0.InputSignal<"default" | "destructive">;
|
|
997
|
-
|
|
1188
|
+
ngDoCheck(): void;
|
|
998
1189
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuRadioItem, never>;
|
|
999
1190
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuRadioItem, "button[frContextMenuRadioItem]", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "inset": { "alias": "inset"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$2.CdkMenuItemRadio; inputs: {}; outputs: {}; }]>;
|
|
1000
1191
|
}
|
|
1192
|
+
/** Label slot for context menu. */
|
|
1001
1193
|
declare class FrContextMenuLabel {
|
|
1002
1194
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1003
1195
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuLabel, never>;
|
|
1004
1196
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuLabel, "[frContextMenuLabel]", never, { "inset": { "alias": "inset"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1005
1197
|
}
|
|
1198
|
+
/** Separator slot for context menu. */
|
|
1006
1199
|
declare class FrContextMenuSeparator {
|
|
1007
1200
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuSeparator, never>;
|
|
1008
1201
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuSeparator, "[frContextMenuSeparator]", never, {}, {}, never, never, true, never>;
|
|
1009
1202
|
}
|
|
1203
|
+
/** Shortcut slot for context menu. */
|
|
1010
1204
|
declare class FrContextMenuShortcut {
|
|
1011
1205
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuShortcut, never>;
|
|
1012
1206
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuShortcut, "[frContextMenuShortcut]", never, {}, {}, never, never, true, never>;
|
|
1013
1207
|
}
|
|
1208
|
+
/** Indicator slot for context menu item. */
|
|
1014
1209
|
declare class FrContextMenuItemIndicator {
|
|
1015
1210
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuItemIndicator, never>;
|
|
1016
1211
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuItemIndicator, "[frContextMenuItemIndicator]", never, {}, {}, never, never, true, never>;
|
|
1017
1212
|
}
|
|
1018
1213
|
|
|
1214
|
+
/** Root controller for context menu interactions. */
|
|
1019
1215
|
declare class FrContextMenu implements FrDropdownMenuParent$1 {
|
|
1020
1216
|
readonly closeDelay: i0.InputSignal<number>;
|
|
1021
1217
|
readonly triggerMode: i0.InputSignal<"click" | "both" | "hover">;
|
|
1022
1218
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenu, never>;
|
|
1023
1219
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenu, "[frContextMenu]", never, { "closeDelay": { "alias": "closeDelay"; "required": false; "isSignal": true; }; "triggerMode": { "alias": "triggerMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1024
1220
|
}
|
|
1221
|
+
/** Nested submenu controller for context menu. */
|
|
1025
1222
|
declare class FrContextMenuSub implements FrDropdownMenuParent$1 {
|
|
1026
1223
|
private readonly parent;
|
|
1027
1224
|
readonly closeDelayInput: i0.InputSignal<number | null>;
|
|
1028
1225
|
readonly triggerModeInput: i0.InputSignal<"click" | "both" | "hover" | null>;
|
|
1029
|
-
readonly closeDelay: i0.
|
|
1030
|
-
readonly triggerMode: i0.
|
|
1031
|
-
constructor();
|
|
1226
|
+
readonly closeDelay: i0.Signal<number>;
|
|
1227
|
+
readonly triggerMode: i0.Signal<"click" | "both" | "hover">;
|
|
1032
1228
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuSub, never>;
|
|
1033
1229
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrContextMenuSub, "[frContextMenuSub]", never, { "closeDelayInput": { "alias": "closeDelay"; "required": false; "isSignal": true; }; "triggerModeInput": { "alias": "triggerMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1034
1230
|
}
|
|
1035
1231
|
|
|
1036
|
-
|
|
1232
|
+
/** Trigger control for context menu sub. */
|
|
1233
|
+
declare class FrContextMenuSubTrigger implements DoCheck, OnDestroy {
|
|
1037
1234
|
private readonly cdkMenuTrigger;
|
|
1038
1235
|
private readonly destroyRef;
|
|
1039
1236
|
private readonly tree;
|
|
@@ -1044,6 +1241,8 @@ declare class FrContextMenuSubTrigger implements OnDestroy {
|
|
|
1044
1241
|
readonly variant: InputSignal<"default" | "destructive">;
|
|
1045
1242
|
readonly isOpen: i0.WritableSignal<boolean>;
|
|
1046
1243
|
constructor();
|
|
1244
|
+
ngDoCheck(): void;
|
|
1245
|
+
private syncCdkTrigger;
|
|
1047
1246
|
close(): void;
|
|
1048
1247
|
ngOnDestroy(): void;
|
|
1049
1248
|
protected handleMouseEnter(): void;
|
|
@@ -1058,7 +1257,8 @@ type ContextMenuCoordinates = {
|
|
|
1058
1257
|
readonly x: number;
|
|
1059
1258
|
readonly y: number;
|
|
1060
1259
|
};
|
|
1061
|
-
|
|
1260
|
+
/** Trigger control for context menu. */
|
|
1261
|
+
declare class FrContextMenuTrigger implements DoCheck {
|
|
1062
1262
|
private static readonly CUSTOM_PROPERTY_PREFIX;
|
|
1063
1263
|
private readonly cdkContextMenuTrigger;
|
|
1064
1264
|
private readonly destroyRef;
|
|
@@ -1071,6 +1271,8 @@ declare class FrContextMenuTrigger {
|
|
|
1071
1271
|
readonly closed: i0.OutputEmitterRef<void>;
|
|
1072
1272
|
readonly isOpen: i0.WritableSignal<boolean>;
|
|
1073
1273
|
constructor();
|
|
1274
|
+
ngDoCheck(): void;
|
|
1275
|
+
private syncCdkTrigger;
|
|
1074
1276
|
openAt(coordinates: ContextMenuCoordinates): void;
|
|
1075
1277
|
close(): void;
|
|
1076
1278
|
protected handlePointerDown(event: PointerEvent): void;
|
|
@@ -1089,6 +1291,7 @@ type FrDatePickerPreset = {
|
|
|
1089
1291
|
};
|
|
1090
1292
|
type FrDatePickerFormatter = (value: FrDatePickerValue, locale: string) => string;
|
|
1091
1293
|
type FrDatePickerParser = (value: string, locale: string) => FrDatePickerValue | undefined;
|
|
1294
|
+
/** Date picker control backed by the calendar primitive. */
|
|
1092
1295
|
declare class FrDatePicker extends FrControlValueAccessor$1<FrDatePickerValue> {
|
|
1093
1296
|
readonly mode: i0.InputSignal<FrCalendarMode$1>;
|
|
1094
1297
|
readonly captionLayout: i0.InputSignal<FrCalendarCaptionLayout$1>;
|
|
@@ -1096,7 +1299,7 @@ declare class FrDatePicker extends FrControlValueAccessor$1<FrDatePickerValue> {
|
|
|
1096
1299
|
readonly firstDayOfWeek: i0.InputSignal<number>;
|
|
1097
1300
|
readonly locale: i0.InputSignal<string>;
|
|
1098
1301
|
readonly timeZone: i0.InputSignal<string | undefined>;
|
|
1099
|
-
readonly dir: i0.InputSignal<"
|
|
1302
|
+
readonly dir: i0.InputSignal<"ltr" | "rtl">;
|
|
1100
1303
|
readonly fromYear: i0.InputSignal<number>;
|
|
1101
1304
|
readonly toYear: i0.InputSignal<number>;
|
|
1102
1305
|
readonly showOutsideDays: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -1166,20 +1369,22 @@ declare class FrDatePicker extends FrControlValueAccessor$1<FrDatePickerValue> {
|
|
|
1166
1369
|
}
|
|
1167
1370
|
|
|
1168
1371
|
declare const FR_DROPDOWN_MENU_CONTENT: InjectionToken<FrDropdownMenuContent>;
|
|
1372
|
+
/** Content slot for dropdown menu. */
|
|
1169
1373
|
declare class FrDropdownMenuContent {
|
|
1170
1374
|
readonly templateRef: TemplateRef<any>;
|
|
1171
|
-
readonly align: i0.InputSignal<"
|
|
1375
|
+
readonly align: i0.InputSignal<"start" | "end" | "center">;
|
|
1172
1376
|
readonly alignOffset: i0.InputSignal<number>;
|
|
1173
1377
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1174
|
-
readonly side: i0.InputSignal<"
|
|
1378
|
+
readonly side: i0.InputSignal<"auto" | "top" | "left" | "bottom" | "right">;
|
|
1175
1379
|
readonly sideOffset: i0.InputSignal<number>;
|
|
1176
1380
|
isDebugVisible(): boolean;
|
|
1177
1381
|
getPositions(isSubmenu: boolean): ConnectedPosition[];
|
|
1178
1382
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuContent, never>;
|
|
1179
1383
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuContent, "ng-template[frDropdownMenuContent], ng-template[frDropdownMenuSubContent]", ["frDropdownMenuContent"], { "align": { "alias": "align"; "required": false; "isSignal": true; }; "alignOffset": { "alias": "alignOffset"; "required": false; "isSignal": true; }; "debugVisible": { "alias": "debugVisible"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; "sideOffset": { "alias": "sideOffset"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1180
1384
|
}
|
|
1385
|
+
/** Panel slot for dropdown menu. */
|
|
1181
1386
|
declare class FrDropdownMenuPanel {
|
|
1182
|
-
protected readonly side: i0.InputSignal<"
|
|
1387
|
+
protected readonly side: i0.InputSignal<"auto" | "top" | "left" | "bottom" | "right">;
|
|
1183
1388
|
private readonly tree;
|
|
1184
1389
|
private readonly parent;
|
|
1185
1390
|
protected handleMouseEnter(): void;
|
|
@@ -1188,47 +1393,57 @@ declare class FrDropdownMenuPanel {
|
|
|
1188
1393
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuPanel, "[frDropdownMenuPanel]", never, {}, {}, never, never, true, [{ directive: typeof i1$2.CdkMenu; inputs: {}; outputs: {}; }, { directive: typeof i1$2.CdkTargetMenuAim; inputs: {}; outputs: {}; }]>;
|
|
1189
1394
|
}
|
|
1190
1395
|
|
|
1396
|
+
/** Item slot for dropdown menu. */
|
|
1191
1397
|
declare class FrDropdownMenuItem {
|
|
1192
1398
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1193
1399
|
readonly variant: i0.InputSignal<"default" | "destructive">;
|
|
1194
1400
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuItem, never>;
|
|
1195
1401
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuItem, "[frDropdownMenuItem]", never, { "inset": { "alias": "inset"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$2.CdkMenuItem; inputs: {}; outputs: {}; }]>;
|
|
1196
1402
|
}
|
|
1197
|
-
|
|
1403
|
+
/** Item slot for dropdown menu checkbox. */
|
|
1404
|
+
declare class FrDropdownMenuCheckboxItem implements DoCheck {
|
|
1198
1405
|
protected readonly checkboxItem: CdkMenuItemCheckbox;
|
|
1406
|
+
private lastChecked;
|
|
1199
1407
|
readonly checked: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1200
1408
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1201
1409
|
readonly variant: i0.InputSignal<"default" | "destructive">;
|
|
1202
|
-
|
|
1410
|
+
ngDoCheck(): void;
|
|
1203
1411
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuCheckboxItem, never>;
|
|
1204
1412
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuCheckboxItem, "button[frDropdownMenuCheckboxItem]", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "inset": { "alias": "inset"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$2.CdkMenuItemCheckbox; inputs: {}; outputs: {}; }]>;
|
|
1205
1413
|
}
|
|
1414
|
+
/** Group slot for dropdown menu radio. */
|
|
1206
1415
|
declare class FrDropdownMenuRadioGroup {
|
|
1207
1416
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuRadioGroup, never>;
|
|
1208
1417
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuRadioGroup, "[frDropdownMenuRadioGroup]", never, {}, {}, never, never, true, [{ directive: typeof i1$2.CdkMenuGroup; inputs: {}; outputs: {}; }]>;
|
|
1209
1418
|
}
|
|
1210
|
-
|
|
1419
|
+
/** Item slot for dropdown menu radio. */
|
|
1420
|
+
declare class FrDropdownMenuRadioItem implements DoCheck {
|
|
1211
1421
|
protected readonly radioItem: CdkMenuItemRadio;
|
|
1422
|
+
private lastChecked;
|
|
1212
1423
|
readonly checked: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1213
1424
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1214
1425
|
readonly variant: i0.InputSignal<"default" | "destructive">;
|
|
1215
|
-
|
|
1426
|
+
ngDoCheck(): void;
|
|
1216
1427
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuRadioItem, never>;
|
|
1217
1428
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuRadioItem, "button[frDropdownMenuRadioItem]", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "inset": { "alias": "inset"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$2.CdkMenuItemRadio; inputs: {}; outputs: {}; }]>;
|
|
1218
1429
|
}
|
|
1430
|
+
/** Label slot for dropdown menu. */
|
|
1219
1431
|
declare class FrDropdownMenuLabel {
|
|
1220
1432
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1221
1433
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuLabel, never>;
|
|
1222
1434
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuLabel, "[frDropdownMenuLabel]", never, { "inset": { "alias": "inset"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1223
1435
|
}
|
|
1436
|
+
/** Separator slot for dropdown menu. */
|
|
1224
1437
|
declare class FrDropdownMenuSeparator {
|
|
1225
1438
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuSeparator, never>;
|
|
1226
1439
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuSeparator, "[frDropdownMenuSeparator]", never, {}, {}, never, never, true, never>;
|
|
1227
1440
|
}
|
|
1441
|
+
/** Shortcut slot for dropdown menu. */
|
|
1228
1442
|
declare class FrDropdownMenuShortcut {
|
|
1229
1443
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuShortcut, never>;
|
|
1230
1444
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuShortcut, "[frDropdownMenuShortcut]", never, {}, {}, never, never, true, never>;
|
|
1231
1445
|
}
|
|
1446
|
+
/** Indicator slot for dropdown menu item. */
|
|
1232
1447
|
declare class FrDropdownMenuItemIndicator {
|
|
1233
1448
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuItemIndicator, never>;
|
|
1234
1449
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuItemIndicator, "[frDropdownMenuItemIndicator]", never, {}, {}, never, never, true, never>;
|
|
@@ -1257,6 +1472,7 @@ interface FrDropdownMenuParent {
|
|
|
1257
1472
|
readonly triggerMode: () => FrDropdownMenuTriggerMode;
|
|
1258
1473
|
}
|
|
1259
1474
|
declare const FR_DROPDOWN_MENU_PARENT: InjectionToken<FrDropdownMenuParent>;
|
|
1475
|
+
/** Shared registry for nested dropdown menu state. */
|
|
1260
1476
|
declare class FrDropdownMenuTree {
|
|
1261
1477
|
private readonly triggers;
|
|
1262
1478
|
private closeTimeoutId;
|
|
@@ -1275,24 +1491,26 @@ declare class FrDropdownMenuTree {
|
|
|
1275
1491
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuTree, never>;
|
|
1276
1492
|
static ɵprov: i0.ɵɵInjectableDeclaration<FrDropdownMenuTree>;
|
|
1277
1493
|
}
|
|
1494
|
+
/** Root controller for dropdown menu interactions. */
|
|
1278
1495
|
declare class FrDropdownMenu implements FrDropdownMenuParent {
|
|
1279
1496
|
readonly closeDelay: i0.InputSignal<number>;
|
|
1280
1497
|
readonly triggerMode: i0.InputSignal<"click" | "both" | "hover">;
|
|
1281
1498
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenu, never>;
|
|
1282
1499
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenu, "[frDropdownMenu]", never, { "closeDelay": { "alias": "closeDelay"; "required": false; "isSignal": true; }; "triggerMode": { "alias": "triggerMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1283
1500
|
}
|
|
1501
|
+
/** Nested submenu controller for dropdown menu. */
|
|
1284
1502
|
declare class FrDropdownMenuSub implements FrDropdownMenuParent {
|
|
1285
1503
|
private readonly parent;
|
|
1286
1504
|
readonly closeDelayInput: i0.InputSignal<number | null>;
|
|
1287
1505
|
readonly triggerModeInput: i0.InputSignal<"click" | "both" | "hover" | null>;
|
|
1288
|
-
readonly closeDelay: i0.
|
|
1289
|
-
readonly triggerMode: i0.
|
|
1290
|
-
constructor();
|
|
1506
|
+
readonly closeDelay: i0.Signal<number>;
|
|
1507
|
+
readonly triggerMode: i0.Signal<"click" | "both" | "hover">;
|
|
1291
1508
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuSub, never>;
|
|
1292
1509
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuSub, "[frDropdownMenuSub]", never, { "closeDelayInput": { "alias": "closeDelay"; "required": false; "isSignal": true; }; "triggerModeInput": { "alias": "triggerMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1293
1510
|
}
|
|
1294
1511
|
|
|
1295
|
-
|
|
1512
|
+
/** Shared trigger behavior for root and nested dropdown menus. */
|
|
1513
|
+
declare abstract class FrDropdownMenuTriggerBase implements DoCheck, OnDestroy {
|
|
1296
1514
|
private static readonly CUSTOM_PROPERTY_PREFIX;
|
|
1297
1515
|
protected readonly cdkMenuTrigger: CdkMenuTrigger;
|
|
1298
1516
|
private readonly destroyRef;
|
|
@@ -1300,22 +1518,29 @@ declare abstract class FrDropdownMenuTriggerBase implements OnDestroy {
|
|
|
1300
1518
|
private readonly tree;
|
|
1301
1519
|
private readonly parent;
|
|
1302
1520
|
protected readonly isOpen: i0.WritableSignal<boolean>;
|
|
1521
|
+
private menuContentOverride;
|
|
1303
1522
|
constructor();
|
|
1304
1523
|
protected abstract readonly menuContent: () => FrDropdownMenuContent | null;
|
|
1305
1524
|
protected abstract readonly isSubmenuTrigger: boolean;
|
|
1306
1525
|
protected abstract readonly triggerModeInput: InputSignal<FrDropdownMenuTriggerMode | null>;
|
|
1526
|
+
ngDoCheck(): void;
|
|
1307
1527
|
protected get triggerMode(): FrDropdownMenuTriggerMode;
|
|
1308
1528
|
protected get closeDelay(): number;
|
|
1309
1529
|
protected resolvePositions(): ConnectedPosition[];
|
|
1530
|
+
private syncCdkTrigger;
|
|
1531
|
+
private currentMenuContent;
|
|
1310
1532
|
protected openFromHover(): void;
|
|
1311
1533
|
protected handleMouseEnter(): void;
|
|
1312
1534
|
protected handleMouseLeave(): void;
|
|
1313
1535
|
close(): void;
|
|
1536
|
+
open(): void;
|
|
1537
|
+
setMenuContentOverride(content: FrDropdownMenuContent | null): void;
|
|
1314
1538
|
ngOnDestroy(): void;
|
|
1315
1539
|
private syncCustomPropertiesToOverlay;
|
|
1316
1540
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuTriggerBase, never>;
|
|
1317
1541
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuTriggerBase, never, never, {}, {}, never, never, true, never>;
|
|
1318
1542
|
}
|
|
1543
|
+
/** Trigger control for dropdown menu. */
|
|
1319
1544
|
declare class FrDropdownMenuTrigger extends FrDropdownMenuTriggerBase {
|
|
1320
1545
|
readonly menuContent: InputSignal<FrDropdownMenuContent | null>;
|
|
1321
1546
|
readonly triggerModeInput: InputSignal<"click" | "both" | "hover" | null>;
|
|
@@ -1323,6 +1548,7 @@ declare class FrDropdownMenuTrigger extends FrDropdownMenuTriggerBase {
|
|
|
1323
1548
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuTrigger, never>;
|
|
1324
1549
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrDropdownMenuTrigger, "[frDropdownMenuTrigger]", never, { "menuContent": { "alias": "frDropdownMenuTrigger"; "required": false; "isSignal": true; }; "triggerModeInput": { "alias": "triggerMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$2.CdkMenuTrigger; inputs: {}; outputs: {}; }]>;
|
|
1325
1550
|
}
|
|
1551
|
+
/** Trigger control for dropdown menu sub. */
|
|
1326
1552
|
declare class FrDropdownMenuSubTrigger extends FrDropdownMenuTriggerBase {
|
|
1327
1553
|
readonly menuContent: InputSignal<FrDropdownMenuContent | null>;
|
|
1328
1554
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -1339,29 +1565,35 @@ declare const FR_EMPTY_VARIANTS: readonly ["default", "outline", "soft"];
|
|
|
1339
1565
|
type FrEmptyMediaVariant = (typeof FR_EMPTY_MEDIA_VARIANTS)[number];
|
|
1340
1566
|
type FrEmptyOrientation = (typeof FR_EMPTY_ORIENTATIONS)[number];
|
|
1341
1567
|
type FrEmptyVariant = (typeof FR_EMPTY_VARIANTS)[number];
|
|
1568
|
+
/** Empty-state container with orientation and variant controls. */
|
|
1342
1569
|
declare class FrEmpty {
|
|
1343
1570
|
readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
|
|
1344
1571
|
readonly variant: i0.InputSignal<"default" | "outline" | "soft">;
|
|
1345
1572
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrEmpty, never>;
|
|
1346
1573
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrEmpty, "[frEmpty], frame-empty", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1347
1574
|
}
|
|
1575
|
+
/** Header slot for empty. */
|
|
1348
1576
|
declare class FrEmptyHeader {
|
|
1349
1577
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrEmptyHeader, never>;
|
|
1350
1578
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrEmptyHeader, "[frEmptyHeader], frame-empty-header", never, {}, {}, never, never, true, never>;
|
|
1351
1579
|
}
|
|
1580
|
+
/** Media slot for empty. */
|
|
1352
1581
|
declare class FrEmptyMedia {
|
|
1353
|
-
readonly variant: i0.InputSignal<"
|
|
1582
|
+
readonly variant: i0.InputSignal<"default" | "icon">;
|
|
1354
1583
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrEmptyMedia, never>;
|
|
1355
1584
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrEmptyMedia, "[frEmptyMedia], frame-empty-media", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1356
1585
|
}
|
|
1586
|
+
/** Title slot for empty. */
|
|
1357
1587
|
declare class FrEmptyTitle {
|
|
1358
1588
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrEmptyTitle, never>;
|
|
1359
1589
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrEmptyTitle, "[frEmptyTitle], frame-empty-title", never, {}, {}, never, never, true, never>;
|
|
1360
1590
|
}
|
|
1591
|
+
/** Description slot for empty. */
|
|
1361
1592
|
declare class FrEmptyDescription {
|
|
1362
1593
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrEmptyDescription, never>;
|
|
1363
1594
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrEmptyDescription, "[frEmptyDescription], frame-empty-description", never, {}, {}, never, never, true, never>;
|
|
1364
1595
|
}
|
|
1596
|
+
/** Content slot for empty. */
|
|
1365
1597
|
declare class FrEmptyContent {
|
|
1366
1598
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrEmptyContent, never>;
|
|
1367
1599
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrEmptyContent, "[frEmptyContent], frame-empty-content", never, {}, {}, never, never, true, never>;
|
|
@@ -1374,19 +1606,23 @@ type FrFieldOrientation = (typeof FR_FIELD_ORIENTATIONS)[number];
|
|
|
1374
1606
|
type FrFieldErrorLike = string | {
|
|
1375
1607
|
message?: string | null;
|
|
1376
1608
|
} | null | undefined;
|
|
1609
|
+
/** Fieldset wrapper for related form fields. */
|
|
1377
1610
|
declare class FrFieldSet {
|
|
1378
1611
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrFieldSet, never>;
|
|
1379
1612
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrFieldSet, "fieldset[frFieldSet], frame-field-set", never, {}, {}, never, never, true, never>;
|
|
1380
1613
|
}
|
|
1614
|
+
/** Legend slot for field. */
|
|
1381
1615
|
declare class FrFieldLegend {
|
|
1382
1616
|
readonly variant: i0.InputSignal<"label" | "legend">;
|
|
1383
1617
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrFieldLegend, never>;
|
|
1384
1618
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrFieldLegend, "legend[frFieldLegend], frame-field-legend", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1385
1619
|
}
|
|
1620
|
+
/** Group slot for field. */
|
|
1386
1621
|
declare class FrFieldGroup {
|
|
1387
1622
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrFieldGroup, never>;
|
|
1388
1623
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrFieldGroup, "[frFieldGroup], frame-field-group", never, {}, {}, never, never, true, never>;
|
|
1389
1624
|
}
|
|
1625
|
+
/** Form field row with orientation and responsive layout. */
|
|
1390
1626
|
declare class FrField {
|
|
1391
1627
|
readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
|
|
1392
1628
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -1394,22 +1630,27 @@ declare class FrField {
|
|
|
1394
1630
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrField, never>;
|
|
1395
1631
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrField, "[frField], frame-field", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1396
1632
|
}
|
|
1633
|
+
/** Content slot for field. */
|
|
1397
1634
|
declare class FrFieldContent {
|
|
1398
1635
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrFieldContent, never>;
|
|
1399
1636
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrFieldContent, "[frFieldContent], frame-field-content", never, {}, {}, never, never, true, never>;
|
|
1400
1637
|
}
|
|
1638
|
+
/** Label slot for field. */
|
|
1401
1639
|
declare class FrFieldLabel {
|
|
1402
1640
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrFieldLabel, never>;
|
|
1403
1641
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrFieldLabel, "[frFieldLabel], frame-field-label", never, {}, {}, never, never, true, never>;
|
|
1404
1642
|
}
|
|
1643
|
+
/** Description slot for field. */
|
|
1405
1644
|
declare class FrFieldDescription {
|
|
1406
1645
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrFieldDescription, never>;
|
|
1407
1646
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrFieldDescription, "[frFieldDescription], frame-field-description", never, {}, {}, never, never, true, never>;
|
|
1408
1647
|
}
|
|
1648
|
+
/** Separator slot for field. */
|
|
1409
1649
|
declare class FrFieldSeparator {
|
|
1410
1650
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrFieldSeparator, never>;
|
|
1411
1651
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrFieldSeparator, "[frFieldSeparator], frame-field-separator", never, {}, {}, never, never, true, never>;
|
|
1412
1652
|
}
|
|
1653
|
+
/** Error slot for field. */
|
|
1413
1654
|
declare class FrFieldError {
|
|
1414
1655
|
readonly errors: i0.InputSignal<FrFieldErrorLike>;
|
|
1415
1656
|
message(): string;
|
|
@@ -1422,6 +1663,7 @@ declare function provideDsValueAccessor(type: Type<ControlValueAccessor>): {
|
|
|
1422
1663
|
useExisting: Type<any>;
|
|
1423
1664
|
multi: boolean;
|
|
1424
1665
|
};
|
|
1666
|
+
/** Base ControlValueAccessor implementation for FrameUI form controls. */
|
|
1425
1667
|
declare abstract class FrControlValueAccessor<T> implements ControlValueAccessor, OnInit {
|
|
1426
1668
|
private readonly injector;
|
|
1427
1669
|
private readonly FrControlDestroyRef;
|
|
@@ -1445,17 +1687,19 @@ declare abstract class FrControlValueAccessor<T> implements ControlValueAccessor
|
|
|
1445
1687
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrControlValueAccessor<any>, never, never, {}, {}, never, never, true, never>;
|
|
1446
1688
|
}
|
|
1447
1689
|
|
|
1690
|
+
/** Content slot for hover card. */
|
|
1448
1691
|
declare class FrHoverCardContent {
|
|
1449
1692
|
readonly templateRef: TemplateRef<any>;
|
|
1450
|
-
readonly align: i0.InputSignal<"
|
|
1693
|
+
readonly align: i0.InputSignal<"start" | "end" | "center">;
|
|
1451
1694
|
readonly alignOffset: i0.InputSignal<number>;
|
|
1452
1695
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1453
|
-
readonly side: i0.InputSignal<"top" | "
|
|
1696
|
+
readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right">;
|
|
1454
1697
|
readonly sideOffset: i0.InputSignal<number>;
|
|
1455
1698
|
getPositions(): ConnectedPosition[];
|
|
1456
1699
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrHoverCardContent, never>;
|
|
1457
1700
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrHoverCardContent, "ng-template[frHoverCardContent]", ["frHoverCardContent"], { "align": { "alias": "align"; "required": false; "isSignal": true; }; "alignOffset": { "alias": "alignOffset"; "required": false; "isSignal": true; }; "debugVisible": { "alias": "debugVisible"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; "sideOffset": { "alias": "sideOffset"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1458
1701
|
}
|
|
1702
|
+
/** Panel slot for hover card. */
|
|
1459
1703
|
declare class FrHoverCardPanel {
|
|
1460
1704
|
protected readonly content: FrHoverCardContent;
|
|
1461
1705
|
private readonly root;
|
|
@@ -1465,6 +1709,7 @@ declare class FrHoverCardPanel {
|
|
|
1465
1709
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrHoverCardPanel, "[frHoverCardPanel]", never, {}, {}, never, never, true, never>;
|
|
1466
1710
|
}
|
|
1467
1711
|
|
|
1712
|
+
/** Root controller for hover card. */
|
|
1468
1713
|
declare class FrHoverCardRoot {
|
|
1469
1714
|
readonly openDelay: i0.InputSignal<number>;
|
|
1470
1715
|
readonly closeDelay: i0.InputSignal<number>;
|
|
@@ -1508,11 +1753,14 @@ type FrHoverCardController = {
|
|
|
1508
1753
|
setContent: (content: unknown | null) => void;
|
|
1509
1754
|
};
|
|
1510
1755
|
|
|
1511
|
-
|
|
1756
|
+
/** Trigger control for hover card. */
|
|
1757
|
+
declare class FrHoverCardTrigger implements DoCheck {
|
|
1512
1758
|
readonly content: i0.InputSignal<FrHoverCardContent | null>;
|
|
1513
1759
|
protected readonly root: FrHoverCardController;
|
|
1514
1760
|
private readonly elementRef;
|
|
1761
|
+
private lastContent;
|
|
1515
1762
|
constructor();
|
|
1763
|
+
ngDoCheck(): void;
|
|
1516
1764
|
protected handleMouseEnter(): void;
|
|
1517
1765
|
protected handleMouseLeave(): void;
|
|
1518
1766
|
protected handleFocusIn(): void;
|
|
@@ -1527,38 +1775,47 @@ declare const FR_HOVER_CARD_SIDES: readonly ["top", "right", "bottom", "left"];
|
|
|
1527
1775
|
type FrHoverCardAlignment = (typeof FR_HOVER_CARD_ALIGNMENTS)[number];
|
|
1528
1776
|
type FrHoverCardSide = (typeof FR_HOVER_CARD_SIDES)[number];
|
|
1529
1777
|
|
|
1778
|
+
/** Input wrapper for labels, controls, and validation text. */
|
|
1530
1779
|
declare class FrInput {
|
|
1531
1780
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInput, never>;
|
|
1532
1781
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInput, "input[frInput]", never, {}, {}, never, never, true, never>;
|
|
1533
1782
|
}
|
|
1783
|
+
/** Field slot for input. */
|
|
1534
1784
|
declare class FrInputField {
|
|
1535
1785
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputField, never>;
|
|
1536
1786
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputField, "[frInputField], frame-input-field", never, {}, {}, never, never, true, never>;
|
|
1537
1787
|
}
|
|
1788
|
+
/** Header slot for input. */
|
|
1538
1789
|
declare class FrInputHeader {
|
|
1539
1790
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputHeader, never>;
|
|
1540
1791
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputHeader, "[frInputHeader], frame-input-header", never, {}, {}, never, never, true, never>;
|
|
1541
1792
|
}
|
|
1793
|
+
/** Control slot for input. */
|
|
1542
1794
|
declare class FrInputControl {
|
|
1543
1795
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputControl, never>;
|
|
1544
1796
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputControl, "[frInputControl], frame-input-control", never, {}, {}, never, never, true, never>;
|
|
1545
1797
|
}
|
|
1798
|
+
/** Group slot for input field. */
|
|
1546
1799
|
declare class FrInputFieldGroup {
|
|
1547
1800
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputFieldGroup, never>;
|
|
1548
1801
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputFieldGroup, "[frInputFieldGroup], frame-input-field-group", never, {}, {}, never, never, true, never>;
|
|
1549
1802
|
}
|
|
1803
|
+
/** Label slot for input. */
|
|
1550
1804
|
declare class FrInputLabel {
|
|
1551
1805
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputLabel, never>;
|
|
1552
1806
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputLabel, "[frInputLabel], frame-input-label", never, {}, {}, never, never, true, never>;
|
|
1553
1807
|
}
|
|
1808
|
+
/** Description slot for input. */
|
|
1554
1809
|
declare class FrInputDescription {
|
|
1555
1810
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputDescription, never>;
|
|
1556
1811
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputDescription, "[frInputDescription], frame-input-description", never, {}, {}, never, never, true, never>;
|
|
1557
1812
|
}
|
|
1813
|
+
/** Error slot for input. */
|
|
1558
1814
|
declare class FrInputError {
|
|
1559
1815
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputError, never>;
|
|
1560
1816
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputError, "[frInputError], frame-input-error", never, {}, {}, never, never, true, never>;
|
|
1561
1817
|
}
|
|
1818
|
+
/** Badge slot for input. */
|
|
1562
1819
|
declare class FrInputBadge {
|
|
1563
1820
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputBadge, never>;
|
|
1564
1821
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputBadge, "[frInputBadge], frame-input-badge", never, {}, {}, never, never, true, never>;
|
|
@@ -1568,20 +1825,24 @@ declare const FR_INPUT_GROUP_ADDON_ALIGNS: readonly ["inline-start", "inline-end
|
|
|
1568
1825
|
declare const FR_INPUT_GROUP_ADDON_VARIANTS: readonly ["default", "ghost"];
|
|
1569
1826
|
type FrInputGroupAddonAlign = (typeof FR_INPUT_GROUP_ADDON_ALIGNS)[number];
|
|
1570
1827
|
type FrInputGroupAddonVariant = (typeof FR_INPUT_GROUP_ADDON_VARIANTS)[number];
|
|
1828
|
+
/** Group slot for input. */
|
|
1571
1829
|
declare class FrInputGroup {
|
|
1572
1830
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroup, never>;
|
|
1573
1831
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputGroup, "[frInputGroup], frame-input-group", never, {}, {}, never, never, true, never>;
|
|
1574
1832
|
}
|
|
1833
|
+
/** Addon slot for grouped inputs. */
|
|
1575
1834
|
declare class FrInputGroupAddon {
|
|
1576
1835
|
readonly align: i0.InputSignal<"inline-start" | "inline-end">;
|
|
1577
1836
|
readonly variant: i0.InputSignal<"default" | "ghost">;
|
|
1578
1837
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroupAddon, never>;
|
|
1579
1838
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputGroupAddon, "[frInputGroupAddon], frame-input-group-addon", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1580
1839
|
}
|
|
1840
|
+
/** Text slot for grouped inputs. */
|
|
1581
1841
|
declare class FrInputGroupText {
|
|
1582
1842
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroupText, never>;
|
|
1583
1843
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputGroupText, "[frInputGroupText], frame-input-group-text", never, {}, {}, never, never, true, never>;
|
|
1584
1844
|
}
|
|
1845
|
+
/** Input control slot inside an input group. */
|
|
1585
1846
|
declare class FrInputGroupInput {
|
|
1586
1847
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroupInput, never>;
|
|
1587
1848
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputGroupInput, "input[frInputGroupInput]", never, {}, {}, never, never, true, [{ directive: typeof FrInput; inputs: {}; outputs: {}; }]>;
|
|
@@ -1597,6 +1858,7 @@ type FrInputOtpController = {
|
|
|
1597
1858
|
focus: (index?: number) => void;
|
|
1598
1859
|
invalid: () => boolean;
|
|
1599
1860
|
};
|
|
1861
|
+
/** One-time-code input with grouped slots. */
|
|
1600
1862
|
declare class FrInputOtp extends FrControlValueAccessor$1<string> {
|
|
1601
1863
|
private readonly nativeInput;
|
|
1602
1864
|
readonly maxLength: i0.InputSignalWithTransform<number, unknown>;
|
|
@@ -1627,10 +1889,12 @@ declare class FrInputOtp extends FrControlValueAccessor$1<string> {
|
|
|
1627
1889
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputOtp, never>;
|
|
1628
1890
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrInputOtp, "frame-input-otp", ["frInputOtp"], { "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "pattern": { "alias": "pattern"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "invalidInput": { "alias": "invalid"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "complete": "complete"; }, never, ["*"], true, never>;
|
|
1629
1891
|
}
|
|
1892
|
+
/** Group slot for input otp. */
|
|
1630
1893
|
declare class FrInputOtpGroup {
|
|
1631
1894
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputOtpGroup, never>;
|
|
1632
1895
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputOtpGroup, "[frInputOtpGroup], frame-input-otp-group", never, {}, {}, never, never, true, never>;
|
|
1633
1896
|
}
|
|
1897
|
+
/** Input slot for one OTP character. */
|
|
1634
1898
|
declare class FrInputOtpSlot {
|
|
1635
1899
|
protected readonly root: FrInputOtpController;
|
|
1636
1900
|
readonly index: i0.InputSignal<number>;
|
|
@@ -1641,6 +1905,7 @@ declare class FrInputOtpSlot {
|
|
|
1641
1905
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputOtpSlot, never>;
|
|
1642
1906
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrInputOtpSlot, "[frInputOtpSlot], frame-input-otp-slot", never, { "index": { "alias": "index"; "required": true; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1643
1907
|
}
|
|
1908
|
+
/** Separator slot for input otp. */
|
|
1644
1909
|
declare class FrInputOtpSeparator {
|
|
1645
1910
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputOtpSeparator, never>;
|
|
1646
1911
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputOtpSeparator, "[frInputOtpSeparator], frame-input-otp-separator", never, {}, {}, never, never, true, never>;
|
|
@@ -1652,6 +1917,7 @@ declare const FR_ITEM_MEDIA_VARIANTS: readonly ["default", "icon", "image", "ava
|
|
|
1652
1917
|
type FrItemVariant = (typeof FR_ITEM_VARIANTS)[number];
|
|
1653
1918
|
type FrItemSize = (typeof FR_ITEM_SIZES)[number];
|
|
1654
1919
|
type FrItemMediaVariant = (typeof FR_ITEM_MEDIA_VARIANTS)[number];
|
|
1920
|
+
/** Composable item row for lists and menus. */
|
|
1655
1921
|
declare class FrItem {
|
|
1656
1922
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1657
1923
|
readonly interactive: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -1660,103 +1926,127 @@ declare class FrItem {
|
|
|
1660
1926
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItem, never>;
|
|
1661
1927
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItem, "[frItem], frame-item", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1662
1928
|
}
|
|
1929
|
+
/** Group slot for item. */
|
|
1663
1930
|
declare class FrItemGroup {
|
|
1664
1931
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemGroup, never>;
|
|
1665
1932
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemGroup, "[frItemGroup], frame-item-group", never, {}, {}, never, never, true, never>;
|
|
1666
1933
|
}
|
|
1934
|
+
/** Separator slot for item. */
|
|
1667
1935
|
declare class FrItemSeparator {
|
|
1668
1936
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemSeparator, never>;
|
|
1669
1937
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemSeparator, "[frItemSeparator], frame-item-separator", never, {}, {}, never, never, true, never>;
|
|
1670
1938
|
}
|
|
1939
|
+
/** Header slot for item. */
|
|
1671
1940
|
declare class FrItemHeader {
|
|
1672
1941
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemHeader, never>;
|
|
1673
1942
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemHeader, "[frItemHeader], frame-item-header", never, {}, {}, never, never, true, never>;
|
|
1674
1943
|
}
|
|
1944
|
+
/** Media slot for item. */
|
|
1675
1945
|
declare class FrItemMedia {
|
|
1676
|
-
readonly variant: i0.InputSignal<"
|
|
1946
|
+
readonly variant: i0.InputSignal<"default" | "image" | "icon" | "avatar">;
|
|
1677
1947
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemMedia, never>;
|
|
1678
1948
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemMedia, "[frItemMedia], frame-item-media", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1679
1949
|
}
|
|
1950
|
+
/** Content slot for item. */
|
|
1680
1951
|
declare class FrItemContent {
|
|
1681
1952
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemContent, never>;
|
|
1682
1953
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemContent, "[frItemContent], frame-item-content", never, {}, {}, never, never, true, never>;
|
|
1683
1954
|
}
|
|
1955
|
+
/** Title slot for item. */
|
|
1684
1956
|
declare class FrItemTitle {
|
|
1685
1957
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemTitle, never>;
|
|
1686
1958
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemTitle, "[frItemTitle], frame-item-title", never, {}, {}, never, never, true, never>;
|
|
1687
1959
|
}
|
|
1960
|
+
/** Description slot for item. */
|
|
1688
1961
|
declare class FrItemDescription {
|
|
1689
1962
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemDescription, never>;
|
|
1690
1963
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemDescription, "[frItemDescription], frame-item-description", never, {}, {}, never, never, true, never>;
|
|
1691
1964
|
}
|
|
1965
|
+
/** Actions slot for item. */
|
|
1692
1966
|
declare class FrItemActions {
|
|
1693
1967
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemActions, never>;
|
|
1694
1968
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemActions, "[frItemActions], frame-item-actions", never, {}, {}, never, never, true, never>;
|
|
1695
1969
|
}
|
|
1970
|
+
/** Footer slot for item. */
|
|
1696
1971
|
declare class FrItemFooter {
|
|
1697
1972
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemFooter, never>;
|
|
1698
1973
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemFooter, "[frItemFooter], frame-item-footer", never, {}, {}, never, never, true, never>;
|
|
1699
1974
|
}
|
|
1700
1975
|
|
|
1701
1976
|
declare const FR_MENUBAR_PARENT: InjectionToken<FrMenuBar>;
|
|
1977
|
+
/** Menubar root for top-level menu interactions. */
|
|
1702
1978
|
declare class FrMenuBar implements FrDropdownMenuParent$1 {
|
|
1703
1979
|
readonly closeDelay: i0.InputSignal<number>;
|
|
1704
1980
|
readonly triggerMode: i0.InputSignal<"click" | "both" | "hover">;
|
|
1705
1981
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBar, never>;
|
|
1706
1982
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBar, "[frMenuBar], frame-menubar", never, { "closeDelay": { "alias": "closeDelay"; "required": false; "isSignal": true; }; "triggerMode": { "alias": "triggerMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1707
1983
|
}
|
|
1984
|
+
/** Top-level menu scope inside a menubar. */
|
|
1708
1985
|
declare class FrMenuBarMenu {
|
|
1709
1986
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarMenu, never>;
|
|
1710
1987
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarMenu, "[frMenuBarMenu], frame-menubar-menu", never, {}, {}, never, never, true, never>;
|
|
1711
1988
|
}
|
|
1989
|
+
/** Trigger control for menu bar. */
|
|
1712
1990
|
declare class FrMenuBarTrigger {
|
|
1713
1991
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarTrigger, never>;
|
|
1714
1992
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarTrigger, "[frMenuBarTrigger]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuTrigger; inputs: { "frDropdownMenuTrigger": "frMenuBarTrigger"; "triggerMode": "triggerMode"; }; outputs: {}; }]>;
|
|
1715
1993
|
}
|
|
1994
|
+
/** Content slot for menu bar. */
|
|
1716
1995
|
declare class FrMenuBarContent extends FrDropdownMenuContent$1 {
|
|
1717
1996
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarContent, never>;
|
|
1718
1997
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarContent, "ng-template[frMenuBarContent], ng-template[frMenuBarSubContent]", ["frMenuBarContent"], {}, {}, never, never, true, never>;
|
|
1719
1998
|
}
|
|
1999
|
+
/** Panel slot for menu bar. */
|
|
1720
2000
|
declare class FrMenuBarPanel {
|
|
1721
2001
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarPanel, never>;
|
|
1722
2002
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarPanel, "[frMenuBarPanel]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuPanel; inputs: {}; outputs: {}; }]>;
|
|
1723
2003
|
}
|
|
2004
|
+
/** Item slot for menu bar. */
|
|
1724
2005
|
declare class FrMenuBarItem {
|
|
1725
2006
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarItem, never>;
|
|
1726
2007
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarItem, "[frMenuBarItem]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuItem; inputs: { "inset": "inset"; "variant": "variant"; }; outputs: {}; }]>;
|
|
1727
2008
|
}
|
|
2009
|
+
/** Item slot for menu bar checkbox. */
|
|
1728
2010
|
declare class FrMenuBarCheckboxItem {
|
|
1729
2011
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarCheckboxItem, never>;
|
|
1730
2012
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarCheckboxItem, "button[frMenuBarCheckboxItem]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuCheckboxItem; inputs: { "checked": "checked"; "inset": "inset"; "variant": "variant"; }; outputs: {}; }]>;
|
|
1731
2013
|
}
|
|
2014
|
+
/** Group slot for menu bar radio. */
|
|
1732
2015
|
declare class FrMenuBarRadioGroup {
|
|
1733
2016
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarRadioGroup, never>;
|
|
1734
2017
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarRadioGroup, "[frMenuBarRadioGroup]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuRadioGroup; inputs: {}; outputs: {}; }]>;
|
|
1735
2018
|
}
|
|
2019
|
+
/** Item slot for menu bar radio. */
|
|
1736
2020
|
declare class FrMenuBarRadioItem {
|
|
1737
2021
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarRadioItem, never>;
|
|
1738
2022
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarRadioItem, "button[frMenuBarRadioItem]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuRadioItem; inputs: { "checked": "checked"; "inset": "inset"; "variant": "variant"; }; outputs: {}; }]>;
|
|
1739
2023
|
}
|
|
2024
|
+
/** Label slot for menu bar. */
|
|
1740
2025
|
declare class FrMenuBarLabel {
|
|
1741
2026
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarLabel, never>;
|
|
1742
2027
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarLabel, "[frMenuBarLabel]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuLabel; inputs: { "inset": "inset"; }; outputs: {}; }]>;
|
|
1743
2028
|
}
|
|
2029
|
+
/** Separator slot for menu bar. */
|
|
1744
2030
|
declare class FrMenuBarSeparator {
|
|
1745
2031
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarSeparator, never>;
|
|
1746
2032
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarSeparator, "[frMenuBarSeparator]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuSeparator; inputs: {}; outputs: {}; }]>;
|
|
1747
2033
|
}
|
|
2034
|
+
/** Shortcut slot for menu bar. */
|
|
1748
2035
|
declare class FrMenuBarShortcut {
|
|
1749
2036
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarShortcut, never>;
|
|
1750
2037
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarShortcut, "[frMenuBarShortcut]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuShortcut; inputs: {}; outputs: {}; }]>;
|
|
1751
2038
|
}
|
|
2039
|
+
/** Indicator slot for menu bar item. */
|
|
1752
2040
|
declare class FrMenuBarItemIndicator {
|
|
1753
2041
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarItemIndicator, never>;
|
|
1754
2042
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarItemIndicator, "[frMenuBarItemIndicator]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuItemIndicator; inputs: {}; outputs: {}; }]>;
|
|
1755
2043
|
}
|
|
2044
|
+
/** Nested submenu scope inside a menubar. */
|
|
1756
2045
|
declare class FrMenuBarSub {
|
|
1757
2046
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarSub, never>;
|
|
1758
2047
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarSub, "[frMenuBarSub]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuSub; inputs: { "closeDelay": "closeDelay"; "triggerMode": "triggerMode"; }; outputs: {}; }]>;
|
|
1759
2048
|
}
|
|
2049
|
+
/** Trigger control for menu bar sub. */
|
|
1760
2050
|
declare class FrMenuBarSubTrigger {
|
|
1761
2051
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBarSubTrigger, never>;
|
|
1762
2052
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrMenuBarSubTrigger, "[frMenuBarSubTrigger]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuSubTrigger; inputs: { "frDropdownMenuSubTrigger": "frMenuBarSubTrigger"; "inset": "inset"; "triggerMode": "triggerMode"; "variant": "variant"; }; outputs: {}; }]>;
|
|
@@ -1782,6 +2072,7 @@ type FrModalShellOptions = {
|
|
|
1782
2072
|
stickyFooter?: boolean;
|
|
1783
2073
|
title?: string;
|
|
1784
2074
|
};
|
|
2075
|
+
/** Default shell for modal content, title, and footer actions. */
|
|
1785
2076
|
declare class FrModalShell {
|
|
1786
2077
|
private readonly dialogRef;
|
|
1787
2078
|
private readonly injector;
|
|
@@ -1792,6 +2083,7 @@ declare class FrModalShell {
|
|
|
1792
2083
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrModalShell, "frame-modal-shell", never, {}, {}, never, never, true, never>;
|
|
1793
2084
|
}
|
|
1794
2085
|
|
|
2086
|
+
/** Reference handle for an opened modal. */
|
|
1795
2087
|
declare abstract class FrModalRef<Component = unknown, Result = unknown> extends DialogRef<Result, Component> {
|
|
1796
2088
|
}
|
|
1797
2089
|
|
|
@@ -1814,6 +2106,7 @@ type FrModalConfig<Data = unknown, Result = unknown, Component = unknown> = Dial
|
|
|
1814
2106
|
stickyFooter?: boolean;
|
|
1815
2107
|
title?: string;
|
|
1816
2108
|
};
|
|
2109
|
+
/** Service for opening modal dialogs. */
|
|
1817
2110
|
declare class FrModalService {
|
|
1818
2111
|
private readonly dialog;
|
|
1819
2112
|
open<Result = unknown, Data = unknown, Component = unknown>(content: ComponentType<Component>, config?: FrModalConfig<Data, Result, Component>): FrModalRef<Component, Result>;
|
|
@@ -1825,6 +2118,7 @@ declare class FrModalService {
|
|
|
1825
2118
|
static ɵprov: i0.ɵɵInjectableDeclaration<FrModalService>;
|
|
1826
2119
|
}
|
|
1827
2120
|
|
|
2121
|
+
/** Content slot for modal. */
|
|
1828
2122
|
declare class FrModalContent {
|
|
1829
2123
|
readonly templateRef: TemplateRef<any>;
|
|
1830
2124
|
readonly ariaLabel: i0.InputSignal<string | null>;
|
|
@@ -1849,6 +2143,7 @@ declare class FrModalContent {
|
|
|
1849
2143
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrModalContent, "ng-template[frModalContent]", ["frModalContent"], { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaDescribedBy": { "alias": "aria-describedby"; "required": false; "isSignal": true; }; "backdropClass": { "alias": "backdropClass"; "required": false; "isSignal": true; }; "closeOnDestroy": { "alias": "closeOnDestroy"; "required": false; "isSignal": true; }; "closeOnNavigation": { "alias": "closeOnNavigation"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "disableClose": { "alias": "disableClose"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "minHeight": { "alias": "minHeight"; "required": false; "isSignal": true; }; "minWidth": { "alias": "minWidth"; "required": false; "isSignal": true; }; "panelClass": { "alias": "panelClass"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1850
2144
|
}
|
|
1851
2145
|
|
|
2146
|
+
/** Close control for modal. */
|
|
1852
2147
|
declare class FrModalClose {
|
|
1853
2148
|
private readonly dialogRef;
|
|
1854
2149
|
readonly result: i0.InputSignal<unknown>;
|
|
@@ -1856,30 +2151,36 @@ declare class FrModalClose {
|
|
|
1856
2151
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrModalClose, never>;
|
|
1857
2152
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrModalClose, "[frModalClose]", never, { "result": { "alias": "frModalClose"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1858
2153
|
}
|
|
2154
|
+
/** Panel slot for modal. */
|
|
1859
2155
|
declare class FrModalPanel {
|
|
1860
2156
|
readonly scrollable: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1861
2157
|
readonly showCloseButton: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1862
|
-
readonly size: i0.InputSignal<"
|
|
2158
|
+
readonly size: i0.InputSignal<"full" | "sm" | "md" | "lg" | "xl">;
|
|
1863
2159
|
readonly stickyFooter: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1864
2160
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrModalPanel, never>;
|
|
1865
2161
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrModalPanel, "[frModalPanel], frame-modal-panel", never, { "scrollable": { "alias": "scrollable"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "stickyFooter": { "alias": "stickyFooter"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
1866
2162
|
}
|
|
2163
|
+
/** Header slot for modal. */
|
|
1867
2164
|
declare class FrModalHeader {
|
|
1868
2165
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrModalHeader, never>;
|
|
1869
2166
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrModalHeader, "[frModalHeader], frame-modal-header", never, {}, {}, never, never, true, never>;
|
|
1870
2167
|
}
|
|
2168
|
+
/** Body slot for modal. */
|
|
1871
2169
|
declare class FrModalBody {
|
|
1872
2170
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrModalBody, never>;
|
|
1873
2171
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrModalBody, "[frModalBody], frame-modal-body", never, {}, {}, never, never, true, never>;
|
|
1874
2172
|
}
|
|
2173
|
+
/** Footer slot for modal. */
|
|
1875
2174
|
declare class FrModalFooter {
|
|
1876
2175
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrModalFooter, never>;
|
|
1877
2176
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrModalFooter, "[frModalFooter], frame-modal-footer", never, {}, {}, never, never, true, never>;
|
|
1878
2177
|
}
|
|
2178
|
+
/** Title slot for modal. */
|
|
1879
2179
|
declare class FrModalTitle {
|
|
1880
2180
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrModalTitle, never>;
|
|
1881
2181
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrModalTitle, "[frModalTitle], frame-modal-title", never, {}, {}, never, never, true, never>;
|
|
1882
2182
|
}
|
|
2183
|
+
/** Description slot for modal. */
|
|
1883
2184
|
declare class FrModalDescription {
|
|
1884
2185
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrModalDescription, never>;
|
|
1885
2186
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrModalDescription, "[frModalDescription], frame-modal-description", never, {}, {}, never, never, true, never>;
|
|
@@ -1888,6 +2189,7 @@ declare class FrModalDescription {
|
|
|
1888
2189
|
declare const FR_MODAL_DATA: i0.InjectionToken<any>;
|
|
1889
2190
|
declare const FR_MODAL_REF: typeof FrModalRef;
|
|
1890
2191
|
|
|
2192
|
+
/** Trigger control for modal. */
|
|
1891
2193
|
declare class FrModalTrigger {
|
|
1892
2194
|
private static readonly CUSTOM_PROPERTY_PREFIX;
|
|
1893
2195
|
private readonly destroyRef;
|
|
@@ -1907,68 +2209,83 @@ declare class FrModalTrigger {
|
|
|
1907
2209
|
}
|
|
1908
2210
|
|
|
1909
2211
|
declare const FR_NAVIGATION_MENU_PARENT: InjectionToken<FrNavigationMenu>;
|
|
2212
|
+
/** Navigation menu root for hover and focus interactions. */
|
|
1910
2213
|
declare class FrNavigationMenu implements FrDropdownMenuParent$1 {
|
|
1911
2214
|
readonly closeDelay: i0.InputSignal<number>;
|
|
1912
2215
|
readonly triggerMode: i0.InputSignal<"click" | "both" | "hover">;
|
|
1913
2216
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenu, never>;
|
|
1914
2217
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenu, "[frNavigationMenu], frame-navigation-menu", never, { "closeDelay": { "alias": "closeDelay"; "required": false; "isSignal": true; }; "triggerMode": { "alias": "triggerMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1915
2218
|
}
|
|
2219
|
+
/** List slot for navigation menu. */
|
|
1916
2220
|
declare class FrNavigationMenuList {
|
|
1917
2221
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuList, never>;
|
|
1918
2222
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuList, "[frNavigationMenuList], frame-navigation-menu-list", never, {}, {}, never, never, true, never>;
|
|
1919
2223
|
}
|
|
2224
|
+
/** Item slot for navigation menu. */
|
|
1920
2225
|
declare class FrNavigationMenuItem {
|
|
1921
2226
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuItem, never>;
|
|
1922
2227
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuItem, "[frNavigationMenuItem], frame-navigation-menu-item", never, {}, {}, never, never, true, never>;
|
|
1923
2228
|
}
|
|
2229
|
+
/** Trigger control for navigation menu. */
|
|
1924
2230
|
declare class FrNavigationMenuTrigger {
|
|
1925
2231
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuTrigger, never>;
|
|
1926
2232
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuTrigger, "[frNavigationMenuTrigger]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuTrigger; inputs: { "frDropdownMenuTrigger": "frNavigationMenuTrigger"; "triggerMode": "triggerMode"; }; outputs: {}; }]>;
|
|
1927
2233
|
}
|
|
2234
|
+
/** Content slot for navigation menu. */
|
|
1928
2235
|
declare class FrNavigationMenuContent extends FrDropdownMenuContent$1 {
|
|
1929
2236
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuContent, never>;
|
|
1930
2237
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuContent, "ng-template[frNavigationMenuContent]", ["frNavigationMenuContent"], {}, {}, never, never, true, never>;
|
|
1931
2238
|
}
|
|
2239
|
+
/** Panel slot for navigation menu. */
|
|
1932
2240
|
declare class FrNavigationMenuPanel {
|
|
1933
2241
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuPanel, never>;
|
|
1934
2242
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuPanel, "[frNavigationMenuPanel]", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuPanel; inputs: {}; outputs: {}; }]>;
|
|
1935
2243
|
}
|
|
2244
|
+
/** Link primitive inside a navigation menu panel. */
|
|
1936
2245
|
declare class FrNavigationMenuLink {
|
|
1937
2246
|
readonly active: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1938
2247
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuLink, never>;
|
|
1939
2248
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuLink, "[frNavigationMenuLink], a[frNavigationMenuLink]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1940
2249
|
}
|
|
2250
|
+
/** Grid layout helper for navigation menu content. */
|
|
1941
2251
|
declare class FrNavigationMenuGrid {
|
|
1942
|
-
readonly columns: i0.InputSignal<
|
|
2252
|
+
readonly columns: i0.InputSignal<2 | 1 | 3>;
|
|
1943
2253
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuGrid, never>;
|
|
1944
2254
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuGrid, "[frNavigationMenuGrid]", never, { "columns": { "alias": "columns"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1945
2255
|
}
|
|
2256
|
+
/** Featured content slot inside navigation menu panels. */
|
|
1946
2257
|
declare class FrNavigationMenuFeature {
|
|
1947
2258
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuFeature, never>;
|
|
1948
2259
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuFeature, "[frNavigationMenuFeature]", never, {}, {}, never, never, true, never>;
|
|
1949
2260
|
}
|
|
2261
|
+
/** Title slot for navigation menu link. */
|
|
1950
2262
|
declare class FrNavigationMenuLinkTitle {
|
|
1951
2263
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuLinkTitle, never>;
|
|
1952
2264
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuLinkTitle, "[frNavigationMenuLinkTitle]", never, {}, {}, never, never, true, never>;
|
|
1953
2265
|
}
|
|
2266
|
+
/** Description slot for navigation menu link. */
|
|
1954
2267
|
declare class FrNavigationMenuLinkDescription {
|
|
1955
2268
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuLinkDescription, never>;
|
|
1956
2269
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuLinkDescription, "[frNavigationMenuLinkDescription]", never, {}, {}, never, never, true, never>;
|
|
1957
2270
|
}
|
|
2271
|
+
/** Separator slot for navigation link. */
|
|
1958
2272
|
declare class FrNavigationLinkSeparator {
|
|
1959
2273
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationLinkSeparator, never>;
|
|
1960
2274
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationLinkSeparator, "[frNavigationLinkSeparator]", never, {}, {}, never, never, true, never>;
|
|
1961
2275
|
}
|
|
2276
|
+
/** Indicator slot for navigation menu. */
|
|
1962
2277
|
declare class FrNavigationMenuIndicator {
|
|
1963
2278
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuIndicator, never>;
|
|
1964
2279
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuIndicator, "[frNavigationMenuIndicator], frame-navigation-menu-indicator", never, {}, {}, never, never, true, never>;
|
|
1965
2280
|
}
|
|
2281
|
+
/** Viewport slot for navigation menu. */
|
|
1966
2282
|
declare class FrNavigationMenuViewport {
|
|
1967
2283
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuViewport, never>;
|
|
1968
2284
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuViewport, "[frNavigationMenuViewport], frame-navigation-menu-viewport", never, {}, {}, never, never, true, never>;
|
|
1969
2285
|
}
|
|
1970
2286
|
|
|
1971
2287
|
type FrPaginationPage = number | 'ellipsis';
|
|
2288
|
+
/** Pagination navigation container. */
|
|
1972
2289
|
declare class FrPagination {
|
|
1973
2290
|
readonly ariaLabel: i0.InputSignal<string>;
|
|
1974
2291
|
readonly boundaryCount: i0.InputSignal<number>;
|
|
@@ -1986,14 +2303,17 @@ declare class FrPagination {
|
|
|
1986
2303
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPagination, never>;
|
|
1987
2304
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPagination, "nav[frPagination], [frPagination]", ["frPagination"], { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "boundaryCount": { "alias": "boundaryCount"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": false; "isSignal": true; }; "siblingCount": { "alias": "siblingCount"; "required": false; "isSignal": true; }; "totalPages": { "alias": "totalPages"; "required": false; "isSignal": true; }; }, { "page": "pageChange"; }, never, never, true, never>;
|
|
1988
2305
|
}
|
|
2306
|
+
/** Content slot for pagination. */
|
|
1989
2307
|
declare class FrPaginationContent {
|
|
1990
2308
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPaginationContent, never>;
|
|
1991
2309
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPaginationContent, "ul[frPaginationContent], ol[frPaginationContent], [frPaginationContent]", never, {}, {}, never, never, true, never>;
|
|
1992
2310
|
}
|
|
2311
|
+
/** Item slot for pagination. */
|
|
1993
2312
|
declare class FrPaginationItem {
|
|
1994
2313
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPaginationItem, never>;
|
|
1995
2314
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPaginationItem, "li[frPaginationItem], [frPaginationItem]", never, {}, {}, never, never, true, never>;
|
|
1996
2315
|
}
|
|
2316
|
+
/** Page link with active and disabled states. */
|
|
1997
2317
|
declare class FrPaginationLink {
|
|
1998
2318
|
private readonly pagination;
|
|
1999
2319
|
readonly active: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -2005,10 +2325,12 @@ declare class FrPaginationLink {
|
|
|
2005
2325
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPaginationLink, never>;
|
|
2006
2326
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPaginationLink, "a[frPaginationLink], button[frPaginationLink]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2007
2327
|
}
|
|
2328
|
+
/** Icon slot for pagination. */
|
|
2008
2329
|
declare class FrPaginationIcon {
|
|
2009
2330
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPaginationIcon, never>;
|
|
2010
2331
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPaginationIcon, "[frPaginationIcon]", never, {}, {}, never, never, true, never>;
|
|
2011
2332
|
}
|
|
2333
|
+
/** Previous-page pagination control. */
|
|
2012
2334
|
declare class FrPaginationPrevious {
|
|
2013
2335
|
private readonly pagination;
|
|
2014
2336
|
readonly ariaLabel: i0.InputSignal<string>;
|
|
@@ -2020,6 +2342,7 @@ declare class FrPaginationPrevious {
|
|
|
2020
2342
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPaginationPrevious, never>;
|
|
2021
2343
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrPaginationPrevious, "a[frPaginationPrevious], button[frPaginationPrevious]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, ["[frPaginationIcon]"], true, never>;
|
|
2022
2344
|
}
|
|
2345
|
+
/** Next-page pagination control. */
|
|
2023
2346
|
declare class FrPaginationNext {
|
|
2024
2347
|
private readonly pagination;
|
|
2025
2348
|
readonly ariaLabel: i0.InputSignal<string>;
|
|
@@ -2031,48 +2354,57 @@ declare class FrPaginationNext {
|
|
|
2031
2354
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPaginationNext, never>;
|
|
2032
2355
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrPaginationNext, "a[frPaginationNext], button[frPaginationNext]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, ["[frPaginationIcon]"], true, never>;
|
|
2033
2356
|
}
|
|
2357
|
+
/** Ellipsis slot for pagination. */
|
|
2034
2358
|
declare class FrPaginationEllipsis {
|
|
2035
2359
|
readonly label: i0.InputSignal<string>;
|
|
2036
2360
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPaginationEllipsis, never>;
|
|
2037
2361
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrPaginationEllipsis, "[frPaginationEllipsis], frame-pagination-ellipsis", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2038
2362
|
}
|
|
2039
2363
|
|
|
2364
|
+
/** Content slot for popover. */
|
|
2040
2365
|
declare class FrPopoverContent {
|
|
2041
2366
|
readonly templateRef: TemplateRef<any>;
|
|
2042
|
-
readonly align: i0.InputSignal<"
|
|
2367
|
+
readonly align: i0.InputSignal<"start" | "end" | "center">;
|
|
2043
2368
|
readonly alignOffset: i0.InputSignal<number>;
|
|
2044
2369
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2045
|
-
readonly side: i0.InputSignal<"top" | "
|
|
2370
|
+
readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right">;
|
|
2046
2371
|
readonly sideOffset: i0.InputSignal<number>;
|
|
2047
2372
|
getPositions(): ConnectedPosition[];
|
|
2048
2373
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverContent, never>;
|
|
2049
2374
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPopoverContent, "ng-template[frPopoverContent]", ["frPopoverContent"], { "align": { "alias": "align"; "required": false; "isSignal": true; }; "alignOffset": { "alias": "alignOffset"; "required": false; "isSignal": true; }; "debugVisible": { "alias": "debugVisible"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; "sideOffset": { "alias": "sideOffset"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2050
2375
|
}
|
|
2376
|
+
/** Panel slot for popover. */
|
|
2051
2377
|
declare class FrPopoverPanel {
|
|
2052
2378
|
protected readonly content: FrPopoverContent;
|
|
2053
2379
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverPanel, never>;
|
|
2054
2380
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPopoverPanel, "[frPopoverPanel]", never, {}, {}, never, never, true, never>;
|
|
2055
2381
|
}
|
|
2382
|
+
/** Header slot for popover. */
|
|
2056
2383
|
declare class FrPopoverHeader {
|
|
2057
2384
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverHeader, never>;
|
|
2058
2385
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPopoverHeader, "[frPopoverHeader]", never, {}, {}, never, never, true, never>;
|
|
2059
2386
|
}
|
|
2387
|
+
/** Title slot for popover. */
|
|
2060
2388
|
declare class FrPopoverTitle {
|
|
2061
2389
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverTitle, never>;
|
|
2062
2390
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPopoverTitle, "[frPopoverTitle]", never, {}, {}, never, never, true, never>;
|
|
2063
2391
|
}
|
|
2392
|
+
/** Description slot for popover. */
|
|
2064
2393
|
declare class FrPopoverDescription {
|
|
2065
2394
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverDescription, never>;
|
|
2066
2395
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPopoverDescription, "[frPopoverDescription]", never, {}, {}, never, never, true, never>;
|
|
2067
2396
|
}
|
|
2397
|
+
/** Body slot for popover. */
|
|
2068
2398
|
declare class FrPopoverBody {
|
|
2069
2399
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverBody, never>;
|
|
2070
2400
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPopoverBody, "[frPopoverBody]", never, {}, {}, never, never, true, never>;
|
|
2071
2401
|
}
|
|
2402
|
+
/** Footer slot for popover. */
|
|
2072
2403
|
declare class FrPopoverFooter {
|
|
2073
2404
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverFooter, never>;
|
|
2074
2405
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPopoverFooter, "[frPopoverFooter]", never, {}, {}, never, never, true, never>;
|
|
2075
2406
|
}
|
|
2407
|
+
/** Close control for popover. */
|
|
2076
2408
|
declare class FrPopoverClose {
|
|
2077
2409
|
private readonly root;
|
|
2078
2410
|
protected handleClick(event: Event): void;
|
|
@@ -2080,6 +2412,7 @@ declare class FrPopoverClose {
|
|
|
2080
2412
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrPopoverClose, "[frPopoverClose]", never, {}, {}, never, never, true, never>;
|
|
2081
2413
|
}
|
|
2082
2414
|
|
|
2415
|
+
/** Root controller for popover. */
|
|
2083
2416
|
declare class FrPopoverRoot {
|
|
2084
2417
|
readonly defaultOpen: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2085
2418
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -2103,11 +2436,14 @@ declare class FrPopoverRoot {
|
|
|
2103
2436
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrPopoverRoot, "frame-popover", ["frPopover"], { "defaultOpen": { "alias": "defaultOpen"; "required": false; "isSignal": true; }; "debugVisible": { "alias": "debugVisible"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "open": "openChange"; }, never, ["*"], true, never>;
|
|
2104
2437
|
}
|
|
2105
2438
|
|
|
2106
|
-
|
|
2439
|
+
/** Trigger control for popover. */
|
|
2440
|
+
declare class FrPopoverTrigger implements DoCheck {
|
|
2107
2441
|
readonly content: i0.InputSignal<FrPopoverContent | null>;
|
|
2108
2442
|
protected readonly root: _frame_ui_ng_components.FrPopover;
|
|
2109
2443
|
private readonly elementRef;
|
|
2444
|
+
private lastContent;
|
|
2110
2445
|
constructor();
|
|
2446
|
+
ngDoCheck(): void;
|
|
2111
2447
|
protected handleClick(event: Event): void;
|
|
2112
2448
|
protected handleKeydown(event: KeyboardEvent): void;
|
|
2113
2449
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverTrigger, never>;
|
|
@@ -2119,16 +2455,18 @@ declare const FR_POPOVER_SIDES: readonly ["top", "right", "bottom", "left"];
|
|
|
2119
2455
|
type FrPopoverAlignment = (typeof FR_POPOVER_ALIGNMENTS)[number];
|
|
2120
2456
|
type FrPopoverSide = (typeof FR_POPOVER_SIDES)[number];
|
|
2121
2457
|
|
|
2458
|
+
/** Progress bar host with value and max state. */
|
|
2122
2459
|
declare class FrProgress {
|
|
2123
2460
|
readonly value: i0.InputSignalWithTransform<number | null, unknown>;
|
|
2124
2461
|
readonly max: i0.InputSignalWithTransform<number, unknown>;
|
|
2125
2462
|
readonly isIndeterminate: i0.Signal<boolean>;
|
|
2126
2463
|
readonly normalizedValue: i0.Signal<number>;
|
|
2127
2464
|
readonly percentage: i0.Signal<number>;
|
|
2128
|
-
readonly state: i0.Signal<"
|
|
2465
|
+
readonly state: i0.Signal<"loading" | "indeterminate" | "complete">;
|
|
2129
2466
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrProgress, never>;
|
|
2130
2467
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrProgress, "[frProgress], frame-progress", ["frProgress"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2131
2468
|
}
|
|
2469
|
+
/** Indicator slot for progress. */
|
|
2132
2470
|
declare class FrProgressIndicator {
|
|
2133
2471
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrProgressIndicator, never>;
|
|
2134
2472
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrProgressIndicator, "[frProgressIndicator], frame-progress-indicator", never, {}, {}, never, never, true, never>;
|
|
@@ -2138,6 +2476,7 @@ declare const FR_RADIO_GROUP_ORIENTATIONS: readonly ["vertical", "horizontal"];
|
|
|
2138
2476
|
declare const FR_RADIO_GROUP_VARIANTS: readonly ["default", "cards"];
|
|
2139
2477
|
type FrRadioGroupOrientation = (typeof FR_RADIO_GROUP_ORIENTATIONS)[number];
|
|
2140
2478
|
type FrRadioGroupVariant = (typeof FR_RADIO_GROUP_VARIANTS)[number];
|
|
2479
|
+
/** Radio group host with orientation and variant controls. */
|
|
2141
2480
|
declare class FrRadioGroup {
|
|
2142
2481
|
readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
|
|
2143
2482
|
readonly variant: i0.InputSignal<"default" | "cards">;
|
|
@@ -2145,20 +2484,24 @@ declare class FrRadioGroup {
|
|
|
2145
2484
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrRadioGroup, never>;
|
|
2146
2485
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrRadioGroup, "[frRadioGroup], frame-radio-group", ["frRadioGroup"], { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2147
2486
|
}
|
|
2487
|
+
/** Item slot for radio group. */
|
|
2148
2488
|
declare class FrRadioGroupItem {
|
|
2149
2489
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrRadioGroupItem, never>;
|
|
2150
2490
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrRadioGroupItem, "input[type=radio][frRadioGroupItem]", never, {}, {}, never, never, true, never>;
|
|
2151
2491
|
}
|
|
2492
|
+
/** Field slot for radio group. */
|
|
2152
2493
|
declare class FrRadioGroupField {
|
|
2153
2494
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2154
2495
|
readonly invalid: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2155
2496
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrRadioGroupField, never>;
|
|
2156
2497
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrRadioGroupField, "label[frRadioGroupField]", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "invalid": { "alias": "invalid"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2157
2498
|
}
|
|
2499
|
+
/** Card layout option for radio group choices. */
|
|
2158
2500
|
declare class FrRadioGroupCard {
|
|
2159
2501
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrRadioGroupCard, never>;
|
|
2160
2502
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrRadioGroupCard, "label[frRadioGroupCard]", never, {}, {}, never, never, true, never>;
|
|
2161
2503
|
}
|
|
2504
|
+
/** Meta slot for radio group card. */
|
|
2162
2505
|
declare class FrRadioGroupCardMeta {
|
|
2163
2506
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrRadioGroupCardMeta, never>;
|
|
2164
2507
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrRadioGroupCardMeta, "[frRadioGroupCardMeta]", never, {}, {}, never, never, true, never>;
|
|
@@ -2166,6 +2509,7 @@ declare class FrRadioGroupCardMeta {
|
|
|
2166
2509
|
|
|
2167
2510
|
declare const FR_RESIZABLE_ORIENTATIONS: readonly ["horizontal", "vertical"];
|
|
2168
2511
|
type FrResizableOrientation = (typeof FR_RESIZABLE_ORIENTATIONS)[number];
|
|
2512
|
+
/** Resizable panel group that coordinates pane sizes. */
|
|
2169
2513
|
declare class FrResizablePanelGroup implements AfterViewInit, OnDestroy {
|
|
2170
2514
|
private readonly elementRef;
|
|
2171
2515
|
private readonly groupId;
|
|
@@ -2195,6 +2539,7 @@ declare class FrResizablePanelGroup implements AfterViewInit, OnDestroy {
|
|
|
2195
2539
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrResizablePanelGroup, never>;
|
|
2196
2540
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrResizablePanelGroup, "[frResizablePanelGroup], frame-resizable-panel-group", ["frResizablePanelGroup"], { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "layoutChange": "layoutChange"; }, never, never, true, never>;
|
|
2197
2541
|
}
|
|
2542
|
+
/** Panel slot for resizable. */
|
|
2198
2543
|
declare class FrResizablePanel {
|
|
2199
2544
|
readonly defaultSize: i0.InputSignalWithTransform<number, unknown>;
|
|
2200
2545
|
readonly minSize: i0.InputSignalWithTransform<number, unknown>;
|
|
@@ -2204,6 +2549,7 @@ declare class FrResizablePanel {
|
|
|
2204
2549
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrResizablePanel, never>;
|
|
2205
2550
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrResizablePanel, "[frResizablePanel], frame-resizable-panel", never, { "defaultSize": { "alias": "defaultSize"; "required": false; "isSignal": true; }; "minSize": { "alias": "minSize"; "required": false; "isSignal": true; }; "maxSize": { "alias": "maxSize"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "collapsedSize": { "alias": "collapsedSize"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2206
2551
|
}
|
|
2552
|
+
/** Resize handle between adjacent resizable panels. */
|
|
2207
2553
|
declare class FrResizableHandle {
|
|
2208
2554
|
protected readonly group: FrResizablePanelGroup;
|
|
2209
2555
|
private readonly elementRef;
|
|
@@ -2216,14 +2562,20 @@ declare class FrResizableHandle {
|
|
|
2216
2562
|
|
|
2217
2563
|
declare const FR_SELECT_INDICATOR_POSITIONS: readonly ["start", "end"];
|
|
2218
2564
|
type FrSelectIndicatorPosition = (typeof FR_SELECT_INDICATOR_POSITIONS)[number];
|
|
2219
|
-
|
|
2565
|
+
/** Select control backed by dropdown menu primitives. */
|
|
2566
|
+
declare class FrSelect extends FrControlValueAccessor$1<string | null> implements AfterViewChecked, DoCheck {
|
|
2220
2567
|
private readonly destroyRef;
|
|
2221
2568
|
private readonly dropdownTrigger;
|
|
2222
2569
|
private readonly elementRef;
|
|
2223
2570
|
private readonly selectedLabel;
|
|
2224
2571
|
private readonly labels;
|
|
2572
|
+
private lastContent;
|
|
2573
|
+
private lastContentDebugVisible;
|
|
2574
|
+
private lastDebugVisible;
|
|
2575
|
+
private lastTriggerWidth;
|
|
2225
2576
|
private resizeObserver;
|
|
2226
2577
|
readonly value: i0.ModelSignal<string | null>;
|
|
2578
|
+
readonly menuContent: i0.InputSignal<FrSelectContent | null>;
|
|
2227
2579
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2228
2580
|
readonly disabledInput: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2229
2581
|
readonly indicatorPosition: i0.InputSignal<"start" | "end">;
|
|
@@ -2232,16 +2584,21 @@ declare class FrSelect extends FrControlValueAccessor$1<string | null> {
|
|
|
2232
2584
|
readonly invalid: i0.Signal<boolean | null>;
|
|
2233
2585
|
readonly displayValue: i0.Signal<string | null>;
|
|
2234
2586
|
constructor();
|
|
2587
|
+
ngDoCheck(): void;
|
|
2588
|
+
ngAfterViewChecked(): void;
|
|
2235
2589
|
registerItem(value: string | null, label: string): void;
|
|
2236
2590
|
selectValue(value: string | null, label: string): void;
|
|
2237
2591
|
protected setViewValue(value: string | null): void;
|
|
2238
2592
|
private attachResizeObserver;
|
|
2593
|
+
private syncContent;
|
|
2594
|
+
private resolveContent;
|
|
2239
2595
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelect, never>;
|
|
2240
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelect, "button[frSelect]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "debugVisible": { "alias": "debugVisible"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "indicatorPosition": { "alias": "indicatorPosition"; "required": false; "isSignal": true; }; "invalidInput": { "alias": "invalid"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, true, [{ directive: typeof i1$3.FrDropdownMenu; inputs: { "closeDelay": "closeDelay"; "triggerMode": "triggerMode"; }; outputs: {}; }, { directive: typeof i1$3.FrDropdownMenuTrigger; inputs: {
|
|
2596
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelect, "button[frSelect]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "menuContent": { "alias": "frSelect"; "required": false; "isSignal": true; }; "debugVisible": { "alias": "debugVisible"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "indicatorPosition": { "alias": "indicatorPosition"; "required": false; "isSignal": true; }; "invalidInput": { "alias": "invalid"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, true, [{ directive: typeof i1$3.FrDropdownMenu; inputs: { "closeDelay": "closeDelay"; "triggerMode": "triggerMode"; }; outputs: {}; }, { directive: typeof i1$3.FrDropdownMenuTrigger; inputs: {}; outputs: {}; }]>;
|
|
2241
2597
|
}
|
|
2242
2598
|
|
|
2243
2599
|
declare const FR_SELECT_POSITIONS: readonly ["item-aligned", "popper"];
|
|
2244
2600
|
type FrSelectPosition = (typeof FR_SELECT_POSITIONS)[number];
|
|
2601
|
+
/** Content slot for select. */
|
|
2245
2602
|
declare class FrSelectContent extends FrDropdownMenuContent$1 {
|
|
2246
2603
|
private readonly destroyRef;
|
|
2247
2604
|
private readonly viewContainerRef;
|
|
@@ -2260,6 +2617,7 @@ declare class FrSelectContent extends FrDropdownMenuContent$1 {
|
|
|
2260
2617
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectContent, never>;
|
|
2261
2618
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectContent, "ng-template[frSelectContent]", ["frSelectContent"], { "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2262
2619
|
}
|
|
2620
|
+
/** Panel slot for select. */
|
|
2263
2621
|
declare class FrSelectPanel {
|
|
2264
2622
|
protected readonly content: FrSelectContent;
|
|
2265
2623
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectPanel, never>;
|
|
@@ -2268,6 +2626,7 @@ declare class FrSelectPanel {
|
|
|
2268
2626
|
|
|
2269
2627
|
declare const FR_SELECT_ICON_POSITIONS: readonly ["leading", "trailing"];
|
|
2270
2628
|
type FrSelectIconPosition = (typeof FR_SELECT_ICON_POSITIONS)[number];
|
|
2629
|
+
/** Value slot for select. */
|
|
2271
2630
|
declare class FrSelectValue {
|
|
2272
2631
|
private readonly select;
|
|
2273
2632
|
readonly placeholder: i0.InputSignal<string>;
|
|
@@ -2276,32 +2635,39 @@ declare class FrSelectValue {
|
|
|
2276
2635
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectValue, never>;
|
|
2277
2636
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectValue, "[frSelectValue], frame-select-value", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2278
2637
|
}
|
|
2638
|
+
/** Indicator slot for select item. */
|
|
2279
2639
|
declare class FrSelectItemIndicator {
|
|
2280
2640
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectItemIndicator, never>;
|
|
2281
2641
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectItemIndicator, "[frSelectItemIndicator], frame-select-item-indicator", never, {}, {}, never, never, true, never>;
|
|
2282
2642
|
}
|
|
2643
|
+
/** Icon slot for select. */
|
|
2283
2644
|
declare class FrSelectIcon {
|
|
2284
2645
|
readonly position: i0.InputSignal<"leading" | "trailing">;
|
|
2285
2646
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectIcon, never>;
|
|
2286
2647
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectIcon, "[frSelectIcon], frame-select-icon", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2287
2648
|
}
|
|
2649
|
+
/** Error slot for select. */
|
|
2288
2650
|
declare class FrSelectError {
|
|
2289
2651
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectError, never>;
|
|
2290
2652
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectError, "[frSelectError], frame-select-error", never, {}, {}, never, never, true, never>;
|
|
2291
2653
|
}
|
|
2292
2654
|
|
|
2655
|
+
/** Group slot for select. */
|
|
2293
2656
|
declare class FrSelectGroup {
|
|
2294
2657
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectGroup, never>;
|
|
2295
2658
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectGroup, "[frSelectGroup], frame-select-group", never, {}, {}, never, never, true, never>;
|
|
2296
2659
|
}
|
|
2660
|
+
/** Label slot for select. */
|
|
2297
2661
|
declare class FrSelectLabel {
|
|
2298
2662
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectLabel, never>;
|
|
2299
2663
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectLabel, "[frSelectLabel], frame-select-label", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuLabel; inputs: {}; outputs: {}; }]>;
|
|
2300
2664
|
}
|
|
2665
|
+
/** Separator slot for select. */
|
|
2301
2666
|
declare class FrSelectSeparator {
|
|
2302
2667
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectSeparator, never>;
|
|
2303
2668
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectSeparator, "[frSelectSeparator], frame-select-separator", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuSeparator; inputs: {}; outputs: {}; }]>;
|
|
2304
2669
|
}
|
|
2670
|
+
/** Item slot for select. */
|
|
2305
2671
|
declare class FrSelectItem {
|
|
2306
2672
|
private readonly elementRef;
|
|
2307
2673
|
private readonly content;
|
|
@@ -2320,10 +2686,12 @@ declare class FrSelectItem {
|
|
|
2320
2686
|
declare const FR_SLIDER_ORIENTATIONS: readonly ["horizontal", "vertical"];
|
|
2321
2687
|
type FrSliderOrientation = (typeof FR_SLIDER_ORIENTATIONS)[number];
|
|
2322
2688
|
type FrSliderValue = number | number[];
|
|
2323
|
-
|
|
2689
|
+
/** Slider control with single and range value support. */
|
|
2690
|
+
declare class FrSlider extends FrControlValueAccessor$1<FrSliderValue | null> implements DoCheck {
|
|
2324
2691
|
private readonly elementRef;
|
|
2325
2692
|
private readonly document;
|
|
2326
2693
|
private controlledByInput;
|
|
2694
|
+
private lastInputKey;
|
|
2327
2695
|
readonly min: i0.InputSignalWithTransform<number, unknown>;
|
|
2328
2696
|
readonly max: i0.InputSignalWithTransform<number, unknown>;
|
|
2329
2697
|
readonly step: i0.InputSignalWithTransform<number, unknown>;
|
|
@@ -2343,7 +2711,7 @@ declare class FrSlider extends FrControlValueAccessor$1<FrSliderValue | null> {
|
|
|
2343
2711
|
protected readonly invalid: i0.Signal<boolean | null>;
|
|
2344
2712
|
protected readonly rangeStartPercent: i0.Signal<number>;
|
|
2345
2713
|
protected readonly rangeEndPercent: i0.Signal<number>;
|
|
2346
|
-
|
|
2714
|
+
ngDoCheck(): void;
|
|
2347
2715
|
protected setViewValue(value: FrSliderValue | null): void;
|
|
2348
2716
|
protected handleNativeInput(index: number, rawValue: string): void;
|
|
2349
2717
|
protected markTouched(): void;
|
|
@@ -2364,6 +2732,7 @@ declare class FrSlider extends FrControlValueAccessor$1<FrSliderValue | null> {
|
|
|
2364
2732
|
|
|
2365
2733
|
declare const FR_SEPARATOR_ORIENTATIONS: readonly ["horizontal", "vertical"];
|
|
2366
2734
|
type FrSeparatorOrientation = (typeof FR_SEPARATOR_ORIENTATIONS)[number];
|
|
2735
|
+
/** Visual or semantic separator with orientation support. */
|
|
2367
2736
|
declare class FrSeparator {
|
|
2368
2737
|
readonly orientation: i0.InputSignalWithTransform<"horizontal" | "vertical", unknown>;
|
|
2369
2738
|
readonly decorative: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -2373,6 +2742,7 @@ declare class FrSeparator {
|
|
|
2373
2742
|
|
|
2374
2743
|
declare const FR_SHEET_SIDES: readonly ["top", "right", "bottom", "left"];
|
|
2375
2744
|
type FrSheetSide = (typeof FR_SHEET_SIDES)[number];
|
|
2745
|
+
/** Close control for sheet. */
|
|
2376
2746
|
declare class FrSheetClose {
|
|
2377
2747
|
private readonly dialogRef;
|
|
2378
2748
|
readonly result: i0.InputSignal<unknown>;
|
|
@@ -2380,31 +2750,37 @@ declare class FrSheetClose {
|
|
|
2380
2750
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSheetClose, never>;
|
|
2381
2751
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSheetClose, "[frSheetClose]", never, { "result": { "alias": "frSheetClose"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2382
2752
|
}
|
|
2753
|
+
/** Panel slot for sheet. */
|
|
2383
2754
|
declare class FrSheetPanel {
|
|
2384
2755
|
private readonly dialogRef;
|
|
2385
2756
|
readonly scrollable: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2386
2757
|
readonly showCloseButton: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2387
|
-
readonly side: i0.InputSignalWithTransform<"top" | "
|
|
2758
|
+
readonly side: i0.InputSignalWithTransform<"top" | "left" | "bottom" | "right", unknown>;
|
|
2388
2759
|
close(): void;
|
|
2389
2760
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSheetPanel, never>;
|
|
2390
2761
|
static ɵcmp: i0.ɵɵComponentDeclaration<FrSheetPanel, "[frSheetPanel], frame-sheet-panel", never, { "scrollable": { "alias": "scrollable"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
2391
2762
|
}
|
|
2763
|
+
/** Header slot for sheet. */
|
|
2392
2764
|
declare class FrSheetHeader {
|
|
2393
2765
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSheetHeader, never>;
|
|
2394
2766
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSheetHeader, "[frSheetHeader], frame-sheet-header", never, {}, {}, never, never, true, never>;
|
|
2395
2767
|
}
|
|
2768
|
+
/** Body slot for sheet. */
|
|
2396
2769
|
declare class FrSheetBody {
|
|
2397
2770
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSheetBody, never>;
|
|
2398
2771
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSheetBody, "[frSheetBody], frame-sheet-body", never, {}, {}, never, never, true, never>;
|
|
2399
2772
|
}
|
|
2773
|
+
/** Footer slot for sheet. */
|
|
2400
2774
|
declare class FrSheetFooter {
|
|
2401
2775
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSheetFooter, never>;
|
|
2402
2776
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSheetFooter, "[frSheetFooter], frame-sheet-footer", never, {}, {}, never, never, true, never>;
|
|
2403
2777
|
}
|
|
2778
|
+
/** Title slot for sheet. */
|
|
2404
2779
|
declare class FrSheetTitle {
|
|
2405
2780
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSheetTitle, never>;
|
|
2406
2781
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSheetTitle, "[frSheetTitle], frame-sheet-title", never, {}, {}, never, never, true, never>;
|
|
2407
2782
|
}
|
|
2783
|
+
/** Description slot for sheet. */
|
|
2408
2784
|
declare class FrSheetDescription {
|
|
2409
2785
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSheetDescription, never>;
|
|
2410
2786
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSheetDescription, "[frSheetDescription], frame-sheet-description", never, {}, {}, never, never, true, never>;
|
|
@@ -2429,6 +2805,7 @@ type FrSheetShellOptions = {
|
|
|
2429
2805
|
side?: FrSheetSide;
|
|
2430
2806
|
title?: string;
|
|
2431
2807
|
};
|
|
2808
|
+
/** Default shell for sheet content, title, and footer actions. */
|
|
2432
2809
|
declare class FrSheetShell {
|
|
2433
2810
|
private readonly dialogRef;
|
|
2434
2811
|
private readonly injector;
|
|
@@ -2450,6 +2827,7 @@ type FrSheetConfig<Data = unknown, Result = unknown, Component = unknown> = Dial
|
|
|
2450
2827
|
side?: FrSheetSide;
|
|
2451
2828
|
title?: string;
|
|
2452
2829
|
};
|
|
2830
|
+
/** Service for opening sheet dialogs. */
|
|
2453
2831
|
declare class FrSheetService {
|
|
2454
2832
|
private readonly dialog;
|
|
2455
2833
|
open<Result = unknown, Data = unknown, Component = unknown>(content: ComponentType<Component>, config?: FrSheetConfig<Data, Result, Component>): FrSheetRef<Result, Component>;
|
|
@@ -2460,6 +2838,7 @@ declare class FrSheetService {
|
|
|
2460
2838
|
static ɵprov: i0.ɵɵInjectableDeclaration<FrSheetService>;
|
|
2461
2839
|
}
|
|
2462
2840
|
|
|
2841
|
+
/** Content slot for sheet. */
|
|
2463
2842
|
declare class FrSheetContent {
|
|
2464
2843
|
readonly templateRef: TemplateRef<any>;
|
|
2465
2844
|
readonly ariaLabel: i0.InputSignal<string | null>;
|
|
@@ -2486,6 +2865,7 @@ declare class FrSheetContent {
|
|
|
2486
2865
|
|
|
2487
2866
|
declare const FR_SHEET_DATA: i0.InjectionToken<any>;
|
|
2488
2867
|
|
|
2868
|
+
/** Trigger control for sheet. */
|
|
2489
2869
|
declare class FrSheetTrigger {
|
|
2490
2870
|
private static readonly CUSTOM_PROPERTY_PREFIX;
|
|
2491
2871
|
private readonly destroyRef;
|
|
@@ -2516,6 +2896,7 @@ type FrSidebarState = 'expanded' | 'collapsed';
|
|
|
2516
2896
|
type FrSidebarMenuButtonSize = (typeof FR_SIDEBAR_MENU_BUTTON_SIZES)[number];
|
|
2517
2897
|
type FrSidebarMenuButtonVariant = (typeof FR_SIDEBAR_MENU_BUTTON_VARIANTS)[number];
|
|
2518
2898
|
declare const FR_SIDEBAR_PROVIDER: InjectionToken<FrSidebarProvider>;
|
|
2899
|
+
/** Shared state provider for sidebar. */
|
|
2519
2900
|
declare class FrSidebarProvider {
|
|
2520
2901
|
private readonly document;
|
|
2521
2902
|
private readonly elementRef;
|
|
@@ -2542,18 +2923,20 @@ declare class FrSidebarProvider {
|
|
|
2542
2923
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarProvider, never>;
|
|
2543
2924
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarProvider, "[frSidebarProvider], frame-sidebar-provider", ["frSidebarProvider"], { "defaultOpen": { "alias": "defaultOpen"; "required": false; "isSignal": true; }; "openInput": { "alias": "open"; "required": false; "isSignal": true; }; "shortcut": { "alias": "shortcut"; "required": false; "isSignal": true; }; "keyboardShortcut": { "alias": "keyboardShortcut"; "required": false; "isSignal": true; }; }, { "openChange": "openChange"; "openMobileChange": "openMobileChange"; }, never, never, true, never>;
|
|
2544
2925
|
}
|
|
2926
|
+
/** Sidebar root driven by provider state. */
|
|
2545
2927
|
declare class FrSidebar {
|
|
2546
2928
|
readonly elementRef: ElementRef<HTMLElement>;
|
|
2547
2929
|
readonly provider: FrSidebarProvider | null;
|
|
2548
|
-
readonly side: i0.InputSignalWithTransform<"
|
|
2930
|
+
readonly side: i0.InputSignalWithTransform<"left" | "right", unknown>;
|
|
2549
2931
|
readonly variant: i0.InputSignalWithTransform<"sidebar" | "floating" | "inset", unknown>;
|
|
2550
|
-
readonly collapsible: i0.InputSignalWithTransform<"
|
|
2932
|
+
readonly collapsible: i0.InputSignalWithTransform<"none" | "offcanvas" | "icon", unknown>;
|
|
2551
2933
|
readonly minSize: i0.InputSignalWithTransform<number | null, unknown>;
|
|
2552
2934
|
readonly maxSize: i0.InputSignalWithTransform<number | null, unknown>;
|
|
2553
2935
|
readonly resizable: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2554
2936
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebar, never>;
|
|
2555
2937
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebar, "[frSidebar], frame-sidebar", never, { "side": { "alias": "side"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "collapsible": { "alias": "collapsible"; "required": false; "isSignal": true; }; "minSize": { "alias": "minSize"; "required": false; "isSignal": true; }; "maxSize": { "alias": "maxSize"; "required": false; "isSignal": true; }; "resizable": { "alias": "resizable"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2556
2938
|
}
|
|
2939
|
+
/** Trigger control for sidebar. */
|
|
2557
2940
|
declare class FrSidebarTrigger {
|
|
2558
2941
|
readonly provider: FrSidebarProvider | null;
|
|
2559
2942
|
readonly ariaLabel: i0.InputSignal<string>;
|
|
@@ -2561,6 +2944,7 @@ declare class FrSidebarTrigger {
|
|
|
2561
2944
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarTrigger, never>;
|
|
2562
2945
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarTrigger, "[frSidebarTrigger]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2563
2946
|
}
|
|
2947
|
+
/** Rail slot for sidebar. */
|
|
2564
2948
|
declare class FrSidebarRail {
|
|
2565
2949
|
private readonly document;
|
|
2566
2950
|
private readonly sidebar;
|
|
@@ -2582,46 +2966,57 @@ declare class FrSidebarRail {
|
|
|
2582
2966
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarRail, never>;
|
|
2583
2967
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarRail, "[frSidebarRail], frame-sidebar-rail", never, {}, {}, never, never, true, never>;
|
|
2584
2968
|
}
|
|
2969
|
+
/** Inset slot for sidebar. */
|
|
2585
2970
|
declare class FrSidebarInset {
|
|
2586
2971
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarInset, never>;
|
|
2587
2972
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarInset, "[frSidebarInset], frame-sidebar-inset", never, {}, {}, never, never, true, never>;
|
|
2588
2973
|
}
|
|
2974
|
+
/** Header slot for sidebar. */
|
|
2589
2975
|
declare class FrSidebarHeader {
|
|
2590
2976
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarHeader, never>;
|
|
2591
2977
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarHeader, "[frSidebarHeader], frame-sidebar-header", never, {}, {}, never, never, true, never>;
|
|
2592
2978
|
}
|
|
2979
|
+
/** Footer slot for sidebar. */
|
|
2593
2980
|
declare class FrSidebarFooter {
|
|
2594
2981
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarFooter, never>;
|
|
2595
2982
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarFooter, "[frSidebarFooter], frame-sidebar-footer", never, {}, {}, never, never, true, never>;
|
|
2596
2983
|
}
|
|
2984
|
+
/** Content slot for sidebar. */
|
|
2597
2985
|
declare class FrSidebarContent {
|
|
2598
2986
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarContent, never>;
|
|
2599
2987
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarContent, "[frSidebarContent], frame-sidebar-content", never, {}, {}, never, never, true, never>;
|
|
2600
2988
|
}
|
|
2989
|
+
/** Group slot for sidebar. */
|
|
2601
2990
|
declare class FrSidebarGroup {
|
|
2602
2991
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarGroup, never>;
|
|
2603
2992
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarGroup, "[frSidebarGroup], frame-sidebar-group", never, {}, {}, never, never, true, never>;
|
|
2604
2993
|
}
|
|
2994
|
+
/** Label slot for sidebar group. */
|
|
2605
2995
|
declare class FrSidebarGroupLabel {
|
|
2606
2996
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarGroupLabel, never>;
|
|
2607
2997
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarGroupLabel, "[frSidebarGroupLabel], frame-sidebar-group-label", never, {}, {}, never, never, true, never>;
|
|
2608
2998
|
}
|
|
2999
|
+
/** Action slot for sidebar group. */
|
|
2609
3000
|
declare class FrSidebarGroupAction {
|
|
2610
3001
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarGroupAction, never>;
|
|
2611
3002
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarGroupAction, "[frSidebarGroupAction], frame-sidebar-group-action", never, {}, {}, never, never, true, never>;
|
|
2612
3003
|
}
|
|
3004
|
+
/** Content slot for sidebar group. */
|
|
2613
3005
|
declare class FrSidebarGroupContent {
|
|
2614
3006
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarGroupContent, never>;
|
|
2615
3007
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarGroupContent, "[frSidebarGroupContent], frame-sidebar-group-content", never, {}, {}, never, never, true, never>;
|
|
2616
3008
|
}
|
|
3009
|
+
/** Menu list inside sidebar navigation. */
|
|
2617
3010
|
declare class FrSidebarMenu {
|
|
2618
3011
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarMenu, never>;
|
|
2619
3012
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarMenu, "[frSidebarMenu], frame-sidebar-menu", never, {}, {}, never, never, true, never>;
|
|
2620
3013
|
}
|
|
3014
|
+
/** Item slot for sidebar menu. */
|
|
2621
3015
|
declare class FrSidebarMenuItem {
|
|
2622
3016
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarMenuItem, never>;
|
|
2623
3017
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarMenuItem, "[frSidebarMenuItem], frame-sidebar-menu-item", never, {}, {}, never, never, true, never>;
|
|
2624
3018
|
}
|
|
3019
|
+
/** Interactive button or link inside a sidebar menu item. */
|
|
2625
3020
|
declare class FrSidebarMenuButton {
|
|
2626
3021
|
readonly active: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2627
3022
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -2632,23 +3027,28 @@ declare class FrSidebarMenuButton {
|
|
|
2632
3027
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarMenuButton, never>;
|
|
2633
3028
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarMenuButton, "[frSidebarMenuButton], a[frSidebarMenuButton], button[frSidebarMenuButton]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2634
3029
|
}
|
|
3030
|
+
/** Action slot for sidebar menu. */
|
|
2635
3031
|
declare class FrSidebarMenuAction {
|
|
2636
3032
|
readonly showOnHover: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2637
3033
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarMenuAction, never>;
|
|
2638
3034
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarMenuAction, "[frSidebarMenuAction], frame-sidebar-menu-action", never, { "showOnHover": { "alias": "showOnHover"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2639
3035
|
}
|
|
3036
|
+
/** Badge slot for sidebar menu. */
|
|
2640
3037
|
declare class FrSidebarMenuBadge {
|
|
2641
3038
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarMenuBadge, never>;
|
|
2642
3039
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarMenuBadge, "[frSidebarMenuBadge], frame-sidebar-menu-badge", never, {}, {}, never, never, true, never>;
|
|
2643
3040
|
}
|
|
3041
|
+
/** Nested menu list inside sidebar navigation. */
|
|
2644
3042
|
declare class FrSidebarMenuSub {
|
|
2645
3043
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarMenuSub, never>;
|
|
2646
3044
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarMenuSub, "[frSidebarMenuSub], frame-sidebar-menu-sub", never, {}, {}, never, never, true, never>;
|
|
2647
3045
|
}
|
|
3046
|
+
/** Item slot for sidebar menu sub. */
|
|
2648
3047
|
declare class FrSidebarMenuSubItem {
|
|
2649
3048
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarMenuSubItem, never>;
|
|
2650
3049
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarMenuSubItem, "[frSidebarMenuSubItem], frame-sidebar-menu-sub-item", never, {}, {}, never, never, true, never>;
|
|
2651
3050
|
}
|
|
3051
|
+
/** Interactive button or link inside a sidebar submenu. */
|
|
2652
3052
|
declare class FrSidebarMenuSubButton {
|
|
2653
3053
|
readonly active: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2654
3054
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -2656,6 +3056,7 @@ declare class FrSidebarMenuSubButton {
|
|
|
2656
3056
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarMenuSubButton, never>;
|
|
2657
3057
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarMenuSubButton, "[frSidebarMenuSubButton], a[frSidebarMenuSubButton], button[frSidebarMenuSubButton]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2658
3058
|
}
|
|
3059
|
+
/** Skeleton slot for sidebar menu. */
|
|
2659
3060
|
declare class FrSidebarMenuSkeleton {
|
|
2660
3061
|
readonly showIcon: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2661
3062
|
readonly width: i0.InputSignal<string>;
|
|
@@ -2665,37 +3066,45 @@ declare class FrSidebarMenuSkeleton {
|
|
|
2665
3066
|
|
|
2666
3067
|
declare const FR_SWITCH_SIZES: readonly ["sm", "default"];
|
|
2667
3068
|
type FrSwitchSize = (typeof FR_SWITCH_SIZES)[number];
|
|
3069
|
+
/** Switch input styled as a FrameUI control. */
|
|
2668
3070
|
declare class FrSwitch {
|
|
2669
3071
|
readonly size: i0.InputSignal<"default" | "sm">;
|
|
2670
3072
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSwitch, never>;
|
|
2671
3073
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSwitch, "input[type=checkbox][frSwitch]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2672
3074
|
}
|
|
3075
|
+
/** Field slot for switch. */
|
|
2673
3076
|
declare class FrSwitchField {
|
|
2674
3077
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSwitchField, never>;
|
|
2675
3078
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSwitchField, "[frSwitchField], frame-switch-field", never, {}, {}, never, never, true, never>;
|
|
2676
3079
|
}
|
|
3080
|
+
/** Content slot for switch. */
|
|
2677
3081
|
declare class FrSwitchContent {
|
|
2678
3082
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSwitchContent, never>;
|
|
2679
3083
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSwitchContent, "[frSwitchContent], frame-switch-content", never, {}, {}, never, never, true, never>;
|
|
2680
3084
|
}
|
|
3085
|
+
/** Label slot for switch. */
|
|
2681
3086
|
declare class FrSwitchLabel {
|
|
2682
3087
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSwitchLabel, never>;
|
|
2683
3088
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSwitchLabel, "[frSwitchLabel], frame-switch-label", never, {}, {}, never, never, true, never>;
|
|
2684
3089
|
}
|
|
3090
|
+
/** Description slot for switch. */
|
|
2685
3091
|
declare class FrSwitchDescription {
|
|
2686
3092
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSwitchDescription, never>;
|
|
2687
3093
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSwitchDescription, "[frSwitchDescription], frame-switch-description", never, {}, {}, never, never, true, never>;
|
|
2688
3094
|
}
|
|
3095
|
+
/** Error slot for switch. */
|
|
2689
3096
|
declare class FrSwitchError {
|
|
2690
3097
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSwitchError, never>;
|
|
2691
3098
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSwitchError, "[frSwitchError], frame-switch-error", never, {}, {}, never, never, true, never>;
|
|
2692
3099
|
}
|
|
2693
3100
|
|
|
3101
|
+
/** Textarea control with FrameUI field styling. */
|
|
2694
3102
|
declare class FrTextarea {
|
|
2695
3103
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrTextarea, never>;
|
|
2696
3104
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrTextarea, "textarea[frTextarea]", never, {}, {}, never, never, true, never>;
|
|
2697
3105
|
}
|
|
2698
3106
|
|
|
3107
|
+
/** Measured content wrapper for virtual scrolling. */
|
|
2699
3108
|
declare class FrVirtualContent {
|
|
2700
3109
|
private readonly viewport;
|
|
2701
3110
|
protected readonly before: i0.Signal<number>;
|
|
@@ -2731,15 +3140,17 @@ interface FrVirtualForContext<T> {
|
|
|
2731
3140
|
odd: boolean;
|
|
2732
3141
|
}
|
|
2733
3142
|
type FrVirtualTrackBy<T> = (index: number, item: T) => unknown;
|
|
2734
|
-
|
|
3143
|
+
/** Structural directive for rendering virtualized ranges. */
|
|
3144
|
+
declare class FrVirtualFor<T> implements DoCheck {
|
|
2735
3145
|
private readonly templateRef;
|
|
2736
3146
|
private readonly viewContainerRef;
|
|
2737
3147
|
private readonly viewport;
|
|
2738
3148
|
private readonly views;
|
|
2739
3149
|
readonly frVirtualForOf: i0.InputSignal<readonly T[]>;
|
|
2740
3150
|
readonly frVirtualForTrackBy: i0.InputSignal<FrVirtualTrackBy<T> | null>;
|
|
3151
|
+
private lastRenderKey;
|
|
2741
3152
|
private readonly slice;
|
|
2742
|
-
|
|
3153
|
+
ngDoCheck(): void;
|
|
2743
3154
|
static ngTemplateContextGuard<T>(_directive: FrVirtualFor<T>, _context: unknown): _context is FrVirtualForContext<T>;
|
|
2744
3155
|
private render;
|
|
2745
3156
|
private createView;
|
|
@@ -2747,23 +3158,28 @@ declare class FrVirtualFor<T> {
|
|
|
2747
3158
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrVirtualFor<any>, "[frVirtualFor][frVirtualForOf]", never, { "frVirtualForOf": { "alias": "frVirtualForOf"; "required": true; "isSignal": true; }; "frVirtualForTrackBy": { "alias": "frVirtualForTrackBy"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2748
3159
|
}
|
|
2749
3160
|
|
|
3161
|
+
/** List wrapper for virtualized items. */
|
|
2750
3162
|
declare class FrVirtualList {
|
|
2751
3163
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrVirtualList, never>;
|
|
2752
3164
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrVirtualList, "[frVirtualList], frame-virtual-list", never, {}, {}, never, never, true, never>;
|
|
2753
3165
|
}
|
|
3166
|
+
/** Panel wrapper for virtualized content. */
|
|
2754
3167
|
declare class FrVirtualPanel {
|
|
2755
3168
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrVirtualPanel, never>;
|
|
2756
3169
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrVirtualPanel, "[frVirtualPanel], frame-virtual-panel", never, {}, {}, never, never, true, never>;
|
|
2757
3170
|
}
|
|
3171
|
+
/** Item wrapper for virtualized rows. */
|
|
2758
3172
|
declare class FrVirtualItem {
|
|
2759
3173
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrVirtualItem, never>;
|
|
2760
3174
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrVirtualItem, "[frVirtualItem], frame-virtual-item", never, {}, {}, never, never, true, never>;
|
|
2761
3175
|
}
|
|
3176
|
+
/** Meta slot for virtual item. */
|
|
2762
3177
|
declare class FrVirtualItemMeta {
|
|
2763
3178
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrVirtualItemMeta, never>;
|
|
2764
3179
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrVirtualItemMeta, "[frVirtualItemMeta], frame-virtual-item-meta", never, {}, {}, never, never, true, never>;
|
|
2765
3180
|
}
|
|
2766
3181
|
|
|
3182
|
+
/** Viewport controller for virtual scrolling. */
|
|
2767
3183
|
declare class FrVirtualViewport {
|
|
2768
3184
|
private readonly destroyRef;
|
|
2769
3185
|
private readonly elementRef;
|
|
@@ -2791,5 +3207,5 @@ declare class FrVirtualViewport {
|
|
|
2791
3207
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrVirtualViewport, "[frVirtualViewport], frame-virtual-viewport", ["frVirtualViewport"], { "itemSize": { "alias": "itemSize"; "required": true; "isSignal": true; }; "overscan": { "alias": "overscan"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2792
3208
|
}
|
|
2793
3209
|
|
|
2794
|
-
export { FR_ACCORDION_TYPES, FR_ALERT_VARIANTS, FR_AVATAR_SIZES, FR_BADGE_ICON_POSITIONS, FR_BADGE_VARIANTS, FR_BUTTON_APPEARANCES, FR_BUTTON_GROUP_ORIENTATIONS, FR_BUTTON_LOADING_DISPLAYS, FR_BUTTON_RADII, FR_BUTTON_SIZES, FR_CARD_FOOTER_ALIGNS, FR_CARD_SIZES, FR_CARD_SPACINGS, FR_CAROUSEL_ALIGNS, FR_CAROUSEL_DIRECTIONS, FR_CAROUSEL_ORIENTATIONS, FR_CONTEXT_MENU_CONTENT, FR_DROPDOWN_MENU_ALIGNMENTS, FR_DROPDOWN_MENU_CONTENT, FR_DROPDOWN_MENU_ITEM_VARIANTS, FR_DROPDOWN_MENU_PARENT, FR_DROPDOWN_MENU_SIDES, FR_DROPDOWN_MENU_TRIGGER_MODES, FR_EMPTY_MEDIA_VARIANTS, FR_EMPTY_ORIENTATIONS, FR_EMPTY_VARIANTS, FR_FIELD_LEGEND_VARIANTS, FR_FIELD_ORIENTATIONS, FR_HOVER_CARD_ALIGNMENTS, FR_HOVER_CARD_SIDES, FR_INPUT_GROUP_ADDON_ALIGNS, FR_INPUT_GROUP_ADDON_VARIANTS, FR_INPUT_OTP_PATTERN_DIGITS, FR_INPUT_OTP_PATTERN_DIGITS_AND_CHARS, FR_ITEM_MEDIA_VARIANTS, FR_ITEM_SIZES, FR_ITEM_VARIANTS, FR_MENUBAR_PARENT, FR_MODAL_DATA, FR_MODAL_REF, FR_NAVIGATION_MENU_PARENT, FR_POPOVER_ALIGNMENTS, FR_POPOVER_SIDES, FR_RADIO_GROUP_ORIENTATIONS, FR_RADIO_GROUP_VARIANTS, FR_RESIZABLE_ORIENTATIONS, FR_SELECT_ICON_POSITIONS, FR_SELECT_INDICATOR_POSITIONS, FR_SELECT_POSITIONS, FR_SEPARATOR_ORIENTATIONS, FR_SHEET_DATA, FR_SHEET_SIDES, FR_SIDEBAR_COLLAPSIBLES, FR_SIDEBAR_MENU_BUTTON_SIZES, FR_SIDEBAR_MENU_BUTTON_VARIANTS, FR_SIDEBAR_PROVIDER, FR_SIDEBAR_SIDES, FR_SIDEBAR_VARIANTS, FR_SLIDER_ORIENTATIONS, FR_SWITCH_SIZES, FrAccordion, FrAccordionContent, FrAccordionIcon, FrAccordionItem, FrAccordionTrigger, FrAlert, FrAlertDescription, FrAlertIcon, FrAlertTitle, FrAvatar, FrAvatarBadge, FrAvatarFallback, FrAvatarGroup, FrAvatarGroupCount, FrAvatarIcon, FrAvatarImage, FrBadge, FrBadgeIcon, FrBadgeLabel, FrBadgeSpinner, FrBreadcrumb, FrBreadcrumbEllipsis, FrBreadcrumbItem, FrBreadcrumbLink, FrBreadcrumbList, FrBreadcrumbPage, FrBreadcrumbSeparator, FrButton, FrButtonGroup, FrButtonIcon, FrButtonLabel, FrButtonLoading, FrCalendar, FrCard, FrCardAction, FrCardContent, FrCardDescription, FrCardFooter, FrCardHeader, FrCardTitle, FrCarousel, FrCarouselContent, FrCarouselItem, FrCarouselNext, FrCarouselPrevious, FrCheckbox, FrCheckboxField, FrCheckboxLabel, FrCollapsible, FrCollapsibleContent, FrCollapsibleTrigger, FrCombobox, FrComboboxChip, FrComboboxChipRemove, FrComboboxChips, FrComboboxChipsInput, FrComboboxClear, FrComboboxCollection, FrComboboxContent, FrComboboxEmpty, FrComboboxError, FrComboboxGroup, FrComboboxInput, FrComboboxItem, FrComboboxItemIndicator, FrComboboxLabel, FrComboboxList, FrComboboxPanel, FrComboboxRootLookup, FrComboboxSeparator, FrComboboxTrigger, FrComboboxValueList, FrCommand, FrCommandDialog, FrCommandDialogTrigger, FrCommandEmpty, FrCommandFooter, FrCommandGroup, FrCommandGroupHeading, FrCommandInput, FrCommandItem, FrCommandItemIcon, FrCommandList, FrCommandSeparator, FrCommandService, FrCommandShortcut, FrContextMenu, FrContextMenuCheckboxItem, FrContextMenuContent, FrContextMenuItem, FrContextMenuItemIndicator, FrContextMenuLabel, FrContextMenuPanel, FrContextMenuRadioGroup, FrContextMenuRadioItem, FrContextMenuSeparator, FrContextMenuShortcut, FrContextMenuSub, FrContextMenuSubTrigger, FrContextMenuTrigger, FrControlValueAccessor, FrDatePicker, FrDropdownMenu, FrDropdownMenuCheckboxItem, FrDropdownMenuContent, FrDropdownMenuItem, FrDropdownMenuItemIndicator, FrDropdownMenuLabel, FrDropdownMenuPanel, FrDropdownMenuRadioGroup, FrDropdownMenuRadioItem, FrDropdownMenuSeparator, FrDropdownMenuShortcut, FrDropdownMenuSub, FrDropdownMenuSubTrigger, FrDropdownMenuTree, FrDropdownMenuTrigger, FrEmpty, FrEmptyContent, FrEmptyDescription, FrEmptyHeader, FrEmptyMedia, FrEmptyTitle, FrField, FrFieldContent, FrFieldDescription, FrFieldError, FrFieldGroup, FrFieldLabel, FrFieldLegend, FrFieldSeparator, FrFieldSet, FrHoverCardRoot as FrHoverCard, FrHoverCardContent, FrHoverCardPanel, FrHoverCardTrigger, FrIconButton, FrInput, FrInputBadge, FrInputControl, FrInputDescription, FrInputError, FrInputField, FrInputFieldGroup, FrInputGroup, FrInputGroupAddon, FrInputGroupInput, FrInputGroupText, FrInputHeader, FrInputLabel, FrInputOtp, FrInputOtpGroup, FrInputOtpSeparator, FrInputOtpSlot, FrItem, FrItemActions, FrItemContent, FrItemDescription, FrItemFooter, FrItemGroup, FrItemHeader, FrItemMedia, FrItemSeparator, FrItemTitle, FrMenuBar, FrMenuBarCheckboxItem, FrMenuBarContent, FrMenuBarItem, FrMenuBarItemIndicator, FrMenuBarLabel, FrMenuBarMenu, FrMenuBarPanel, FrMenuBarRadioGroup, FrMenuBarRadioItem, FrMenuBarSeparator, FrMenuBarShortcut, FrMenuBarSub, FrMenuBarSubTrigger, FrMenuBarTrigger, FrModalBody, FrModalClose, FrModalContent, FrModalDescription, FrModalFooter, FrModalHeader, FrModalPanel, FrModalRef, FrModalService, FrModalShell, FrModalTitle, FrModalTrigger, FrNavigationLinkSeparator, FrNavigationMenu, FrNavigationMenuContent, FrNavigationMenuFeature, FrNavigationMenuGrid, FrNavigationMenuIndicator, FrNavigationMenuItem, FrNavigationMenuLink, FrNavigationMenuLinkDescription, FrNavigationMenuLinkTitle, FrNavigationMenuList, FrNavigationMenuPanel, FrNavigationMenuTrigger, FrNavigationMenuViewport, FrPagination, FrPaginationContent, FrPaginationEllipsis, FrPaginationIcon, FrPaginationItem, FrPaginationLink, FrPaginationNext, FrPaginationPrevious, FrPopoverRoot as FrPopover, FrPopoverBody, FrPopoverClose, FrPopoverContent, FrPopoverDescription, FrPopoverFooter, FrPopoverHeader, FrPopoverPanel, FrPopoverTitle, FrPopoverTrigger, FrProgress, FrProgressIndicator, FrRadioGroup, FrRadioGroupCard, FrRadioGroupCardMeta, FrRadioGroupField, FrRadioGroupItem, FrResizableHandle, FrResizablePanel, FrResizablePanelGroup, FrSelect, FrSelectContent, FrSelectError, FrSelectGroup, FrSelectIcon, FrSelectItem, FrSelectItemIndicator, FrSelectLabel, FrSelectPanel, FrSelectSeparator, FrSelectValue, FrSeparator, FrSheetBody, FrSheetClose, FrSheetContent, FrSheetDescription, FrSheetFooter, FrSheetHeader, FrSheetPanel, FrSheetService, FrSheetShell, FrSheetTitle, FrSheetTrigger, FrSidebar, FrSidebarContent, FrSidebarFooter, FrSidebarGroup, FrSidebarGroupAction, FrSidebarGroupContent, FrSidebarGroupLabel, FrSidebarHeader, FrSidebarInset, FrSidebarMenu, FrSidebarMenuAction, FrSidebarMenuBadge, FrSidebarMenuButton, FrSidebarMenuItem, FrSidebarMenuSkeleton, FrSidebarMenuSub, FrSidebarMenuSubButton, FrSidebarMenuSubItem, FrSidebarProvider, FrSidebarRail, FrSidebarTrigger, FrSlider, FrSwitch, FrSwitchContent, FrSwitchDescription, FrSwitchError, FrSwitchField, FrSwitchLabel, FrTextarea, FrVirtualContent, FrVirtualFor, FrVirtualItem, FrVirtualItemMeta, FrVirtualList, FrVirtualPanel, FrVirtualViewport, buildConnectedPositions, calculateScrollOffsetForIndex, calculateVirtualRange, defaultPositions, provideDsValueAccessor };
|
|
2795
|
-
export type { FrAccordionType, FrAlertVariant, FrAvatarSize, FrBadgeIconPosition, FrBadgeVariant, FrButtonAppearance, FrButtonGroupOrientation, FrButtonLoadingDisplay, FrButtonRadius, FrButtonSize, FrCalendarCaptionLayout, FrCalendarCellContext, FrCalendarDateRange, FrCalendarDisabledMatcher, FrCalendarMode, FrCardFooterAlign, FrCardSize, FrCardSpacing, FrCarouselAlign, FrCarouselApi, FrCarouselDirection, FrCarouselEvent, FrCarouselOptions, FrCarouselOrientation, FrCarouselPlugin, FrComboboxStringifier, FrComboboxValue, FrCommandDialogConfig, FrCommandDialogRef, FrCommandFilter, FrDatePickerFormatter, FrDatePickerParser, FrDatePickerPreset, FrDatePickerValue, FrDropdownMenuAlignment, FrDropdownMenuItemVariant, FrDropdownMenuParent, FrDropdownMenuSide, FrDropdownMenuTriggerMode, FrEmptyMediaVariant, FrEmptyOrientation, FrEmptyVariant, FrFieldErrorLike, FrFieldLegendVariant, FrFieldOrientation, FrHoverCardAlignment, FrHoverCardSide, FrInputGroupAddonAlign, FrInputGroupAddonVariant, FrInputOtpPattern, FrItemMediaVariant, FrItemSize, FrItemVariant, FrModalConfig, FrModalFooterAction, FrModalShellOptions, FrModalSize, FrPaginationPage, FrPopoverAlignment, FrPopoverSide, FrRadioGroupOrientation, FrRadioGroupVariant, FrResizableOrientation, FrSelectIconPosition, FrSelectIndicatorPosition, FrSelectPosition, FrSeparatorOrientation, FrSheetConfig, FrSheetFooterAction, FrSheetRef, FrSheetShellOptions, FrSheetSide, FrSidebarCollapsible, FrSidebarMenuButtonSize, FrSidebarMenuButtonVariant, FrSidebarSide, FrSidebarState, FrSidebarVariant, FrSliderOrientation, FrSliderValue, FrSwitchSize, FrVirtualForContext, FrVirtualRange, FrVirtualRangeOptions, FrVirtualScrollAlignment, FrVirtualTrackBy };
|
|
3210
|
+
export { FR_ACCORDION_TYPES, FR_ALERT_VARIANTS, FR_AVATAR_SIZES, FR_BADGE_ICON_POSITIONS, FR_BADGE_VARIANTS, FR_BUTTON_APPEARANCES, FR_BUTTON_GROUP_ORIENTATIONS, FR_BUTTON_LOADING_DISPLAYS, FR_BUTTON_RADII, FR_BUTTON_SIZES, FR_CARD_FOOTER_ALIGNS, FR_CARD_SIZES, FR_CARD_SPACINGS, FR_CAROUSEL_ALIGNS, FR_CAROUSEL_DIRECTIONS, FR_CAROUSEL_ORIENTATIONS, FR_CONTEXT_MENU_CONTENT, FR_DROPDOWN_MENU_ALIGNMENTS, FR_DROPDOWN_MENU_CONTENT, FR_DROPDOWN_MENU_ITEM_VARIANTS, FR_DROPDOWN_MENU_PARENT, FR_DROPDOWN_MENU_SIDES, FR_DROPDOWN_MENU_TRIGGER_MODES, FR_EMPTY_MEDIA_VARIANTS, FR_EMPTY_ORIENTATIONS, FR_EMPTY_VARIANTS, FR_FIELD_LEGEND_VARIANTS, FR_FIELD_ORIENTATIONS, FR_HOVER_CARD_ALIGNMENTS, FR_HOVER_CARD_SIDES, FR_INPUT_GROUP_ADDON_ALIGNS, FR_INPUT_GROUP_ADDON_VARIANTS, FR_INPUT_OTP_PATTERN_DIGITS, FR_INPUT_OTP_PATTERN_DIGITS_AND_CHARS, FR_ITEM_MEDIA_VARIANTS, FR_ITEM_SIZES, FR_ITEM_VARIANTS, FR_MENUBAR_PARENT, FR_MODAL_DATA, FR_MODAL_REF, FR_NAVIGATION_MENU_PARENT, FR_POPOVER_ALIGNMENTS, FR_POPOVER_SIDES, FR_RADIO_GROUP_ORIENTATIONS, FR_RADIO_GROUP_VARIANTS, FR_RESIZABLE_ORIENTATIONS, FR_SELECT_ICON_POSITIONS, FR_SELECT_INDICATOR_POSITIONS, FR_SELECT_POSITIONS, FR_SEPARATOR_ORIENTATIONS, FR_SHEET_DATA, FR_SHEET_SIDES, FR_SIDEBAR_COLLAPSIBLES, FR_SIDEBAR_MENU_BUTTON_SIZES, FR_SIDEBAR_MENU_BUTTON_VARIANTS, FR_SIDEBAR_PROVIDER, FR_SIDEBAR_SIDES, FR_SIDEBAR_VARIANTS, FR_SLIDER_ORIENTATIONS, FR_SWITCH_SIZES, FrAccordion, FrAccordionContent, FrAccordionIcon, FrAccordionItem, FrAccordionTrigger, FrAlert, FrAlertDescription, FrAlertIcon, FrAlertTitle, FrAvatar, FrAvatarBadge, FrAvatarFallback, FrAvatarGroup, FrAvatarGroupCount, FrAvatarIcon, FrAvatarImage, FrBadge, FrBadgeIcon, FrBadgeLabel, FrBadgeSpinner, FrBreadcrumb, FrBreadcrumbEllipsis, FrBreadcrumbItem, FrBreadcrumbLink, FrBreadcrumbList, FrBreadcrumbPage, FrBreadcrumbSeparator, FrButton, FrButtonGroup, FrButtonIcon, FrButtonLabel, FrButtonLoading, FrCalendar, FrCard, FrCardAction, FrCardContent, FrCardDescription, FrCardFooter, FrCardHeader, FrCardTitle, FrCarousel, FrCarouselContent, FrCarouselItem, FrCarouselNext, FrCarouselPrevious, FrCheckbox, FrCheckboxField, FrCheckboxLabel, FrCollapsible, FrCollapsibleContent, FrCollapsibleTrigger, FrCombobox, FrComboboxChip, FrComboboxChipRemove, FrComboboxChips, FrComboboxChipsInput, FrComboboxClear, FrComboboxCollection, FrComboboxContent, FrComboboxEmpty, FrComboboxError, FrComboboxGroup, FrComboboxInput, FrComboboxItem, FrComboboxItemIndicator, FrComboboxLabel, FrComboboxList, FrComboboxPanel, FrComboboxRootLookup, FrComboboxSeparator, FrComboboxTrigger, FrComboboxValueList, FrCommand, FrCommandDialog, FrCommandDialogTrigger, FrCommandEmpty, FrCommandFooter, FrCommandGroup, FrCommandGroupHeading, FrCommandInput, FrCommandItem, FrCommandItemIcon, FrCommandList, FrCommandSeparator, FrCommandService, FrCommandShortcut, FrConfirmPopover, FrConfirmPopoverPanel, FrContextMenu, FrContextMenuCheckboxItem, FrContextMenuContent, FrContextMenuItem, FrContextMenuItemIndicator, FrContextMenuLabel, FrContextMenuPanel, FrContextMenuRadioGroup, FrContextMenuRadioItem, FrContextMenuSeparator, FrContextMenuShortcut, FrContextMenuSub, FrContextMenuSubTrigger, FrContextMenuTrigger, FrControlValueAccessor, FrDatePicker, FrDropdownMenu, FrDropdownMenuCheckboxItem, FrDropdownMenuContent, FrDropdownMenuItem, FrDropdownMenuItemIndicator, FrDropdownMenuLabel, FrDropdownMenuPanel, FrDropdownMenuRadioGroup, FrDropdownMenuRadioItem, FrDropdownMenuSeparator, FrDropdownMenuShortcut, FrDropdownMenuSub, FrDropdownMenuSubTrigger, FrDropdownMenuTree, FrDropdownMenuTrigger, FrEmpty, FrEmptyContent, FrEmptyDescription, FrEmptyHeader, FrEmptyMedia, FrEmptyTitle, FrField, FrFieldContent, FrFieldDescription, FrFieldError, FrFieldGroup, FrFieldLabel, FrFieldLegend, FrFieldSeparator, FrFieldSet, FrHoverCardRoot as FrHoverCard, FrHoverCardContent, FrHoverCardPanel, FrHoverCardTrigger, FrIconButton, FrInput, FrInputBadge, FrInputControl, FrInputDescription, FrInputError, FrInputField, FrInputFieldGroup, FrInputGroup, FrInputGroupAddon, FrInputGroupInput, FrInputGroupText, FrInputHeader, FrInputLabel, FrInputOtp, FrInputOtpGroup, FrInputOtpSeparator, FrInputOtpSlot, FrItem, FrItemActions, FrItemContent, FrItemDescription, FrItemFooter, FrItemGroup, FrItemHeader, FrItemMedia, FrItemSeparator, FrItemTitle, FrMenuBar, FrMenuBarCheckboxItem, FrMenuBarContent, FrMenuBarItem, FrMenuBarItemIndicator, FrMenuBarLabel, FrMenuBarMenu, FrMenuBarPanel, FrMenuBarRadioGroup, FrMenuBarRadioItem, FrMenuBarSeparator, FrMenuBarShortcut, FrMenuBarSub, FrMenuBarSubTrigger, FrMenuBarTrigger, FrModalBody, FrModalClose, FrModalContent, FrModalDescription, FrModalFooter, FrModalHeader, FrModalPanel, FrModalRef, FrModalService, FrModalShell, FrModalTitle, FrModalTrigger, FrNavigationLinkSeparator, FrNavigationMenu, FrNavigationMenuContent, FrNavigationMenuFeature, FrNavigationMenuGrid, FrNavigationMenuIndicator, FrNavigationMenuItem, FrNavigationMenuLink, FrNavigationMenuLinkDescription, FrNavigationMenuLinkTitle, FrNavigationMenuList, FrNavigationMenuPanel, FrNavigationMenuTrigger, FrNavigationMenuViewport, FrPagination, FrPaginationContent, FrPaginationEllipsis, FrPaginationIcon, FrPaginationItem, FrPaginationLink, FrPaginationNext, FrPaginationPrevious, FrPopoverRoot as FrPopover, FrPopoverBody, FrPopoverClose, FrPopoverContent, FrPopoverDescription, FrPopoverFooter, FrPopoverHeader, FrPopoverPanel, FrPopoverTitle, FrPopoverTrigger, FrProgress, FrProgressIndicator, FrRadioGroup, FrRadioGroupCard, FrRadioGroupCardMeta, FrRadioGroupField, FrRadioGroupItem, FrResizableHandle, FrResizablePanel, FrResizablePanelGroup, FrSelect, FrSelectContent, FrSelectError, FrSelectGroup, FrSelectIcon, FrSelectItem, FrSelectItemIndicator, FrSelectLabel, FrSelectPanel, FrSelectSeparator, FrSelectValue, FrSeparator, FrSheetBody, FrSheetClose, FrSheetContent, FrSheetDescription, FrSheetFooter, FrSheetHeader, FrSheetPanel, FrSheetService, FrSheetShell, FrSheetTitle, FrSheetTrigger, FrSidebar, FrSidebarContent, FrSidebarFooter, FrSidebarGroup, FrSidebarGroupAction, FrSidebarGroupContent, FrSidebarGroupLabel, FrSidebarHeader, FrSidebarInset, FrSidebarMenu, FrSidebarMenuAction, FrSidebarMenuBadge, FrSidebarMenuButton, FrSidebarMenuItem, FrSidebarMenuSkeleton, FrSidebarMenuSub, FrSidebarMenuSubButton, FrSidebarMenuSubItem, FrSidebarProvider, FrSidebarRail, FrSidebarTrigger, FrSlider, FrSwitch, FrSwitchContent, FrSwitchDescription, FrSwitchError, FrSwitchField, FrSwitchLabel, FrTextarea, FrVirtualContent, FrVirtualFor, FrVirtualItem, FrVirtualItemMeta, FrVirtualList, FrVirtualPanel, FrVirtualViewport, buildConnectedPositions, calculateScrollOffsetForIndex, calculateVirtualRange, defaultPositions, provideDsValueAccessor };
|
|
3211
|
+
export type { FrAccordionType, FrAlertVariant, FrAvatarSize, FrBadgeIconPosition, FrBadgeVariant, FrButtonAppearance, FrButtonGroupOrientation, FrButtonLoadingDisplay, FrButtonRadius, FrButtonSize, FrCalendarCaptionLayout, FrCalendarCellContext, FrCalendarDateRange, FrCalendarDisabledMatcher, FrCalendarMode, FrCardFooterAlign, FrCardSize, FrCardSpacing, FrCarouselAlign, FrCarouselApi, FrCarouselDirection, FrCarouselEvent, FrCarouselOptions, FrCarouselOrientation, FrCarouselPlugin, FrComboboxStringifier, FrComboboxValue, FrCommandDialogConfig, FrCommandDialogRef, FrCommandFilter, FrConfirmPopoverConfig, FrConfirmPopoverResult, FrDatePickerFormatter, FrDatePickerParser, FrDatePickerPreset, FrDatePickerValue, FrDropdownMenuAlignment, FrDropdownMenuItemVariant, FrDropdownMenuParent, FrDropdownMenuSide, FrDropdownMenuTriggerMode, FrEmptyMediaVariant, FrEmptyOrientation, FrEmptyVariant, FrFieldErrorLike, FrFieldLegendVariant, FrFieldOrientation, FrHoverCardAlignment, FrHoverCardSide, FrInputGroupAddonAlign, FrInputGroupAddonVariant, FrInputOtpPattern, FrItemMediaVariant, FrItemSize, FrItemVariant, FrModalConfig, FrModalFooterAction, FrModalShellOptions, FrModalSize, FrPaginationPage, FrPopoverAlignment, FrPopoverSide, FrRadioGroupOrientation, FrRadioGroupVariant, FrResizableOrientation, FrSelectIconPosition, FrSelectIndicatorPosition, FrSelectPosition, FrSeparatorOrientation, FrSheetConfig, FrSheetFooterAction, FrSheetRef, FrSheetShellOptions, FrSheetSide, FrSidebarCollapsible, FrSidebarMenuButtonSize, FrSidebarMenuButtonVariant, FrSidebarSide, FrSidebarState, FrSidebarVariant, FrSliderOrientation, FrSliderValue, FrSwitchSize, FrVirtualForContext, FrVirtualRange, FrVirtualRangeOptions, FrVirtualScrollAlignment, FrVirtualTrackBy };
|