@frame-ui-ng/components 0.1.0-beta.0 → 0.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/src/styles/_vars.css +25 -25
- package/accordion/src/styles/accordion.css +105 -87
- package/alert/src/styles/_vars.css +28 -28
- package/badge/src/styles/_vars.css +19 -16
- package/badge/src/styles/badge.css +132 -125
- package/breadcrumb/src/styles/_vars.css +17 -16
- package/breadcrumb/src/styles/breadcrumb.css +110 -98
- package/button/src/styles/_vars.css +20 -20
- package/button/src/styles/button.css +66 -9
- package/button-group/src/styles/button-group.css +100 -69
- package/calendar/src/styles/_vars.css +29 -29
- package/calendar/src/styles/calendar.css +247 -226
- package/card/src/styles/_vars.css +17 -17
- package/checkbox/src/styles/_vars.css +22 -22
- package/collapsible/src/styles/collapsible.css +55 -42
- package/combobox/src/styles/_vars.css +61 -60
- package/combobox/src/styles/combobox.css +295 -285
- package/command/src/styles/_vars.css +47 -37
- package/command/src/styles/command.css +236 -171
- package/date-picker/src/styles/_vars.css +30 -29
- package/date-picker/src/styles/date-picker.css +203 -177
- package/dropdown-menu/src/styles/_vars.css +34 -34
- package/dropdown-menu/src/styles/dropdown-menu-item.css +87 -87
- package/fesm2022/frame-ui-ng-components-accordion.mjs +26 -11
- package/fesm2022/frame-ui-ng-components-accordion.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-badge.mjs +1 -0
- package/fesm2022/frame-ui-ng-components-badge.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-button.mjs +1 -1
- package/fesm2022/frame-ui-ng-components-button.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-calendar.mjs +369 -263
- package/fesm2022/frame-ui-ng-components-calendar.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-command.mjs +20 -2
- package/fesm2022/frame-ui-ng-components-command.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-date-picker.mjs +232 -226
- package/fesm2022/frame-ui-ng-components-date-picker.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-dropdown-menu.mjs +45 -22
- package/fesm2022/frame-ui-ng-components-dropdown-menu.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-input.mjs +6 -3
- package/fesm2022/frame-ui-ng-components-input.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-select.mjs +6 -3
- package/fesm2022/frame-ui-ng-components-select.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-sidebar.mjs +47 -4
- package/fesm2022/frame-ui-ng-components-sidebar.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-toast.mjs +152 -142
- package/fesm2022/frame-ui-ng-components-toast.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components-tooltip.mjs +263 -254
- package/fesm2022/frame-ui-ng-components-tooltip.mjs.map +1 -1
- package/fesm2022/frame-ui-ng-components.mjs +745 -531
- package/fesm2022/frame-ui-ng-components.mjs.map +1 -1
- package/input/src/styles/_vars.css +65 -65
- package/input/src/styles/input-group.css +164 -112
- package/input/src/styles/input.css +197 -163
- package/input-otp/src/styles/_vars.css +21 -21
- package/item/src/styles/_vars.css +34 -34
- package/menubar/src/styles/_vars.css +22 -22
- package/modal/src/styles/_vars.css +19 -18
- package/modal/src/styles/modal.css +202 -179
- package/navigation-menu/src/styles/_vars.css +45 -45
- package/package.json +12 -3
- package/pagination/src/styles/_vars.css +22 -22
- package/pagination/src/styles/pagination.css +158 -138
- package/progress/src/styles/_vars.css +15 -15
- package/radio-group/src/styles/_vars.css +29 -29
- package/radio-group/src/styles/radio-group.css +146 -137
- package/resizable/src/styles/_vars.css +20 -20
- package/select/src/styles/_vars.css +28 -28
- package/select/src/styles/select-trigger.css +109 -95
- package/separator/src/styles/_vars.css +9 -9
- package/sheet/src/styles/_vars.css +20 -18
- package/sheet/src/styles/sheet.css +220 -215
- package/sidebar/src/styles/sidebar.css +544 -531
- package/slider/src/styles/_vars.css +17 -17
- package/src/styles/blueprint.css +659 -0
- package/src/styles/components.css +47 -47
- package/styles/blueprint.css +659 -0
- package/styles/components.css +47 -47
- package/styles.css +49 -49
- package/switch/src/styles/_vars.css +34 -34
- package/switch/src/styles/switch.css +130 -131
- package/tabs/src/styles/_vars.css +23 -23
- package/textarea/src/styles/_vars.css +20 -20
- package/textarea/src/styles/textarea.css +62 -60
- package/toast/src/styles/_vars.css +48 -47
- package/toast/src/styles/toast.css +279 -314
- package/toggle/src/styles/_vars.css +24 -24
- package/tooltip/src/styles/_vars.css +21 -21
- package/tooltip/src/styles/tooltip.css +99 -103
- package/types/frame-ui-ng-components-accordion.d.ts +3 -1
- package/types/frame-ui-ng-components-badge.d.ts +2 -2
- package/types/frame-ui-ng-components-calendar.d.ts +14 -0
- package/types/frame-ui-ng-components-command.d.ts +7 -2
- package/types/frame-ui-ng-components-context-menu.d.ts +2 -2
- package/types/frame-ui-ng-components-date-picker.d.ts +3 -1
- package/types/frame-ui-ng-components-dropdown-menu.d.ts +3 -3
- package/types/frame-ui-ng-components-input.d.ts +6 -3
- package/types/frame-ui-ng-components-select.d.ts +6 -3
- package/types/frame-ui-ng-components-sidebar.d.ts +8 -1
- package/types/frame-ui-ng-components-tooltip.d.ts +43 -73
- package/types/frame-ui-ng-components.d.ts +91 -55
- package/virtual-scroll/src/styles/virtual-scroll.css +54 -54
|
@@ -14,7 +14,7 @@ import * as i1$3 from '@frame-ui-ng/components/dropdown-menu';
|
|
|
14
14
|
import { FrDropdownMenuContent as FrDropdownMenuContent$1, FrDropdownMenuParent as FrDropdownMenuParent$1 } from '@frame-ui-ng/components/dropdown-menu';
|
|
15
15
|
import * as i1$2 from '@angular/cdk/menu';
|
|
16
16
|
import { CdkMenuItemCheckbox, CdkMenuItemRadio, CdkMenuTrigger } from '@angular/cdk/menu';
|
|
17
|
-
import { FrCalendarDateRange as FrCalendarDateRange$1, FrCalendarMode as FrCalendarMode$1, FrCalendarCaptionLayout as FrCalendarCaptionLayout$1, FrCalendarDisabledMatcher as FrCalendarDisabledMatcher$1, FrCalendarCellContext as FrCalendarCellContext$1 } from '@frame-ui-ng/components/calendar';
|
|
17
|
+
import { FrCalendarDateRange as FrCalendarDateRange$1, FrCalendarMode as FrCalendarMode$1, FrCalendarCaptionLayout as FrCalendarCaptionLayout$1, FrCalendarDisabledMatcher as FrCalendarDisabledMatcher$1, FrCalendarCellContext as FrCalendarCellContext$1, FrCalendar as FrCalendar$1 } from '@frame-ui-ng/components/calendar';
|
|
18
18
|
import * as _frame_ui_ng_components from '@frame-ui-ng/components';
|
|
19
19
|
|
|
20
20
|
interface FrAccordionItemContext {
|
|
@@ -29,12 +29,14 @@ declare class FrAccordionContent {
|
|
|
29
29
|
private readonly host;
|
|
30
30
|
protected readonly item: FrAccordionItemContext;
|
|
31
31
|
private initialized;
|
|
32
|
-
private
|
|
32
|
+
private rafIds;
|
|
33
33
|
constructor();
|
|
34
34
|
onTransitionEnd(event: TransitionEvent): void;
|
|
35
35
|
private animate;
|
|
36
36
|
private applyStaticState;
|
|
37
|
+
private measureContentHeight;
|
|
37
38
|
private cancelAnimationFrame;
|
|
39
|
+
private requestAnimationFrame;
|
|
38
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAccordionContent, never>;
|
|
39
41
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrAccordionContent, "[frAccordionContent]", never, {}, {}, never, never, true, never>;
|
|
40
42
|
}
|
|
@@ -119,7 +121,7 @@ declare class FrAvatarFallback {
|
|
|
119
121
|
|
|
120
122
|
declare class FrAvatarGroup {
|
|
121
123
|
readonly expandOnHover: i0.InputSignalWithTransform<boolean, unknown>;
|
|
122
|
-
readonly size: i0.InputSignal<"
|
|
124
|
+
readonly size: i0.InputSignal<"sm" | "lg" | "xs" | "md">;
|
|
123
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatarGroup, never>;
|
|
124
126
|
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>;
|
|
125
127
|
}
|
|
@@ -145,7 +147,7 @@ declare class FrAvatarImage implements AfterViewInit {
|
|
|
145
147
|
}
|
|
146
148
|
|
|
147
149
|
declare class FrAvatar {
|
|
148
|
-
readonly size: i0.InputSignal<"
|
|
150
|
+
readonly size: i0.InputSignal<"sm" | "lg" | "xs" | "md">;
|
|
149
151
|
readonly status: i0.WritableSignal<"error" | "idle" | "loaded">;
|
|
150
152
|
setStatus(status: 'error' | 'idle' | 'loaded'): void;
|
|
151
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatar, never>;
|
|
@@ -155,12 +157,12 @@ declare class FrAvatar {
|
|
|
155
157
|
declare const FR_AVATAR_SIZES: readonly ["xs", "sm", "md", "lg"];
|
|
156
158
|
type FrAvatarSize = (typeof FR_AVATAR_SIZES)[number];
|
|
157
159
|
|
|
158
|
-
declare const FR_BADGE_VARIANTS: readonly ["default", "secondary", "destructive", "outline", "ghost", "link"];
|
|
160
|
+
declare const FR_BADGE_VARIANTS: readonly ["default", "secondary", "success", "destructive", "outline", "ghost", "link"];
|
|
159
161
|
declare const FR_BADGE_ICON_POSITIONS: readonly ["inline-start", "inline-end"];
|
|
160
162
|
type FrBadgeVariant = (typeof FR_BADGE_VARIANTS)[number];
|
|
161
163
|
type FrBadgeIconPosition = (typeof FR_BADGE_ICON_POSITIONS)[number];
|
|
162
164
|
declare class FrBadge {
|
|
163
|
-
readonly variant: i0.InputSignal<"default" | "destructive" | "
|
|
165
|
+
readonly variant: i0.InputSignal<"default" | "destructive" | "ghost" | "outline" | "link" | "success" | "secondary">;
|
|
164
166
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrBadge, never>;
|
|
165
167
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrBadge, "[frBadge], frame-badge", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
166
168
|
}
|
|
@@ -221,12 +223,12 @@ type FrButtonSize = (typeof FR_BUTTON_SIZES)[number];
|
|
|
221
223
|
declare class FrButton {
|
|
222
224
|
private readonly loadingIndicator;
|
|
223
225
|
private readonly spinnerIndicator;
|
|
224
|
-
readonly appearance: i0.InputSignal<"
|
|
226
|
+
readonly appearance: i0.InputSignal<"ghost" | "outline" | "primary">;
|
|
225
227
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
226
228
|
readonly loading: i0.InputSignalWithTransform<boolean, unknown>;
|
|
227
229
|
readonly loadingDisplay: i0.InputSignal<"inline" | "replace">;
|
|
228
|
-
readonly radius: i0.InputSignal<"
|
|
229
|
-
readonly size: i0.InputSignal<"sm" | "
|
|
230
|
+
readonly radius: i0.InputSignal<"full" | "none" | "sm" | "lg" | "md">;
|
|
231
|
+
readonly size: i0.InputSignal<"sm" | "lg" | "md">;
|
|
230
232
|
protected readonly hasCustomLoadingIndicator: i0.Signal<boolean>;
|
|
231
233
|
protected readonly isUnavailable: i0.Signal<boolean>;
|
|
232
234
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrButton, never>;
|
|
@@ -253,7 +255,7 @@ declare class FrButtonLoading {
|
|
|
253
255
|
declare const FR_BUTTON_GROUP_ORIENTATIONS: readonly ["horizontal", "vertical"];
|
|
254
256
|
type FrButtonGroupOrientation = (typeof FR_BUTTON_GROUP_ORIENTATIONS)[number];
|
|
255
257
|
declare class FrButtonGroup {
|
|
256
|
-
readonly orientation: i0.InputSignal<"
|
|
258
|
+
readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
|
|
257
259
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrButtonGroup, never>;
|
|
258
260
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrButtonGroup, "[frButtonGroup], frame-button-group", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
259
261
|
}
|
|
@@ -314,9 +316,11 @@ declare class FrCalendar implements ControlValueAccessor {
|
|
|
314
316
|
readonly selected: i0.InputSignal<Date | FrCalendarDateRange | null | undefined>;
|
|
315
317
|
readonly selectedChange: i0.OutputEmitterRef<Date | FrCalendarDateRange | null>;
|
|
316
318
|
readonly monthChange: i0.OutputEmitterRef<Date>;
|
|
319
|
+
readonly focusedDate: i0.WritableSignal<Date | null>;
|
|
317
320
|
private readonly navigatedMonth;
|
|
318
321
|
private readonly internalValue;
|
|
319
322
|
private readonly cvaDisabled;
|
|
323
|
+
private readonly host;
|
|
320
324
|
readonly currentMonth: i0.Signal<Date>;
|
|
321
325
|
readonly isDisabled: i0.Signal<boolean>;
|
|
322
326
|
readonly value: i0.Signal<Date | FrCalendarDateRange | null>;
|
|
@@ -327,6 +331,7 @@ declare class FrCalendar implements ControlValueAccessor {
|
|
|
327
331
|
}[]>;
|
|
328
332
|
readonly yearOptions: i0.Signal<number[]>;
|
|
329
333
|
readonly months: i0.Signal<CalendarMonth[]>;
|
|
334
|
+
readonly activeDate: i0.Signal<Date>;
|
|
330
335
|
private onTouched;
|
|
331
336
|
private onChange;
|
|
332
337
|
writeValue(value: Date | FrCalendarDateRange | null): void;
|
|
@@ -338,9 +343,20 @@ declare class FrCalendar implements ControlValueAccessor {
|
|
|
338
343
|
setMonth(value: string): void;
|
|
339
344
|
setYear(value: string): void;
|
|
340
345
|
selectDay(day: CalendarDay): void;
|
|
346
|
+
handleDayKeydown(event: KeyboardEvent, day: CalendarDay): void;
|
|
347
|
+
dayTabIndex(day: CalendarDay): number;
|
|
348
|
+
focusActiveDate(): void;
|
|
341
349
|
monthLabel(date: Date): string;
|
|
342
350
|
dayLabel(date: Date): string;
|
|
343
351
|
weekNumber(date: Date): string;
|
|
352
|
+
private navigationOffset;
|
|
353
|
+
private resolveActiveDate;
|
|
354
|
+
private selectedDate;
|
|
355
|
+
private isDateVisible;
|
|
356
|
+
private findDay;
|
|
357
|
+
private isDayDisabled;
|
|
358
|
+
private focusDay;
|
|
359
|
+
private focusDayElement;
|
|
344
360
|
private updateMonth;
|
|
345
361
|
private buildMonth;
|
|
346
362
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCalendar, never>;
|
|
@@ -357,7 +373,7 @@ declare class FrCard {
|
|
|
357
373
|
private readonly elementRef;
|
|
358
374
|
private readonly renderer;
|
|
359
375
|
readonly size: i0.InputSignal<"default" | "sm">;
|
|
360
|
-
readonly spacing: i0.InputSignal<"sm" | "
|
|
376
|
+
readonly spacing: i0.InputSignal<"sm" | "lg" | "md" | "xl" | null>;
|
|
361
377
|
constructor();
|
|
362
378
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrCard, never>;
|
|
363
379
|
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>;
|
|
@@ -422,16 +438,16 @@ declare class FrCarousel implements AfterViewInit {
|
|
|
422
438
|
private loopBoundaryClone;
|
|
423
439
|
private contentElement;
|
|
424
440
|
private itemElements;
|
|
425
|
-
readonly align: i0.InputSignal<"start" | "
|
|
441
|
+
readonly align: i0.InputSignal<"start" | "center" | "end">;
|
|
426
442
|
readonly loop: i0.InputSignalWithTransform<boolean, unknown>;
|
|
427
|
-
readonly orientation: i0.InputSignal<"
|
|
443
|
+
readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
|
|
428
444
|
readonly opts: i0.InputSignal<FrCarouselOptions | null>;
|
|
429
445
|
readonly plugins: i0.InputSignal<readonly FrCarouselPlugin[]>;
|
|
430
446
|
readonly apiReady: i0.OutputEmitterRef<FrCarouselApi>;
|
|
431
447
|
readonly selectedChange: i0.OutputEmitterRef<number>;
|
|
432
448
|
readonly selectedIndex: i0.WritableSignal<number>;
|
|
433
449
|
readonly snapCount: i0.WritableSignal<number>;
|
|
434
|
-
protected readonly effectiveAlign: i0.Signal<"start" | "
|
|
450
|
+
protected readonly effectiveAlign: i0.Signal<"start" | "center" | "end">;
|
|
435
451
|
protected readonly effectiveDirection: i0.Signal<"ltr" | "rtl">;
|
|
436
452
|
private readonly effectiveLoop;
|
|
437
453
|
readonly api: FrCarouselApi;
|
|
@@ -646,7 +662,7 @@ declare class FrCombobox extends FrControlValueAccessor$1<FrComboboxValue | FrCo
|
|
|
646
662
|
readonly query: i0.WritableSignal<string>;
|
|
647
663
|
readonly anchorWidth: i0.WritableSignal<number | null>;
|
|
648
664
|
readonly highlightedIndex: i0.WritableSignal<number>;
|
|
649
|
-
readonly overlaySide: i0.WritableSignal<"
|
|
665
|
+
readonly overlaySide: i0.WritableSignal<"bottom" | "top">;
|
|
650
666
|
readonly positions: ConnectedPosition[];
|
|
651
667
|
readonly selectedValues: i0.Signal<any[]>;
|
|
652
668
|
readonly displayValue: i0.Signal<string>;
|
|
@@ -791,6 +807,11 @@ declare class FrCommandService {
|
|
|
791
807
|
static ɵprov: i0.ɵɵInjectableDeclaration<FrCommandService>;
|
|
792
808
|
}
|
|
793
809
|
|
|
810
|
+
declare class FrCommandFooter {
|
|
811
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FrCommandFooter, never>;
|
|
812
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FrCommandFooter, "[frCommandFooter]", never, {}, {}, never, never, true, never>;
|
|
813
|
+
}
|
|
814
|
+
|
|
794
815
|
declare class FrCommandItem {
|
|
795
816
|
private readonly destroyRef;
|
|
796
817
|
private readonly elementRef;
|
|
@@ -929,10 +950,10 @@ declare class FrCommandSeparator {
|
|
|
929
950
|
declare const FR_CONTEXT_MENU_CONTENT: InjectionToken<FrContextMenuContent>;
|
|
930
951
|
declare class FrContextMenuContent implements Partial<FrDropdownMenuContent$1> {
|
|
931
952
|
readonly templateRef: TemplateRef<any>;
|
|
932
|
-
readonly align: i0.InputSignal<"start" | "
|
|
953
|
+
readonly align: i0.InputSignal<"start" | "center" | "end">;
|
|
933
954
|
readonly alignOffset: i0.InputSignal<number>;
|
|
934
955
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
935
|
-
readonly side: i0.InputSignal<"top" | "
|
|
956
|
+
readonly side: i0.InputSignal<"bottom" | "top" | "auto" | "left" | "right">;
|
|
936
957
|
readonly sideOffset: i0.InputSignal<number>;
|
|
937
958
|
isDebugVisible(): boolean;
|
|
938
959
|
getPositions(isSubmenu: boolean): ConnectedPosition[];
|
|
@@ -940,7 +961,7 @@ declare class FrContextMenuContent implements Partial<FrDropdownMenuContent$1> {
|
|
|
940
961
|
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>;
|
|
941
962
|
}
|
|
942
963
|
declare class FrContextMenuPanel {
|
|
943
|
-
protected readonly side: i0.InputSignal<"top" | "
|
|
964
|
+
protected readonly side: i0.InputSignal<"bottom" | "top" | "auto" | "left" | "right">;
|
|
944
965
|
private readonly tree;
|
|
945
966
|
private readonly parent;
|
|
946
967
|
protected handleMouseEnter(): void;
|
|
@@ -997,16 +1018,16 @@ declare class FrContextMenuItemIndicator {
|
|
|
997
1018
|
|
|
998
1019
|
declare class FrContextMenu implements FrDropdownMenuParent$1 {
|
|
999
1020
|
readonly closeDelay: i0.InputSignal<number>;
|
|
1000
|
-
readonly triggerMode: i0.InputSignal<"
|
|
1021
|
+
readonly triggerMode: i0.InputSignal<"both" | "click" | "hover">;
|
|
1001
1022
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenu, never>;
|
|
1002
1023
|
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>;
|
|
1003
1024
|
}
|
|
1004
1025
|
declare class FrContextMenuSub implements FrDropdownMenuParent$1 {
|
|
1005
1026
|
private readonly parent;
|
|
1006
1027
|
readonly closeDelayInput: i0.InputSignal<number | null>;
|
|
1007
|
-
readonly triggerModeInput: i0.InputSignal<"
|
|
1028
|
+
readonly triggerModeInput: i0.InputSignal<"both" | "click" | "hover" | null>;
|
|
1008
1029
|
readonly closeDelay: i0.WritableSignal<number>;
|
|
1009
|
-
readonly triggerMode: i0.WritableSignal<"
|
|
1030
|
+
readonly triggerMode: i0.WritableSignal<"both" | "click" | "hover">;
|
|
1010
1031
|
constructor();
|
|
1011
1032
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuSub, never>;
|
|
1012
1033
|
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>;
|
|
@@ -1019,7 +1040,7 @@ declare class FrContextMenuSubTrigger implements OnDestroy {
|
|
|
1019
1040
|
private readonly parent;
|
|
1020
1041
|
readonly menuContent: InputSignal<FrContextMenuContent | null>;
|
|
1021
1042
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1022
|
-
readonly triggerModeInput: InputSignal<"
|
|
1043
|
+
readonly triggerModeInput: InputSignal<"both" | "click" | "hover" | null>;
|
|
1023
1044
|
readonly variant: InputSignal<"default" | "destructive">;
|
|
1024
1045
|
readonly isOpen: i0.WritableSignal<boolean>;
|
|
1025
1046
|
constructor();
|
|
@@ -1110,9 +1131,10 @@ declare class FrDatePicker extends FrControlValueAccessor$1<FrDatePickerValue> {
|
|
|
1110
1131
|
readonly valueChange: i0.OutputEmitterRef<FrDatePickerValue>;
|
|
1111
1132
|
readonly openChange: i0.OutputEmitterRef<boolean>;
|
|
1112
1133
|
readonly monthChange: i0.OutputEmitterRef<Date>;
|
|
1134
|
+
readonly calendar: i0.Signal<FrCalendar$1 | undefined>;
|
|
1113
1135
|
readonly positions: ConnectedPosition[];
|
|
1114
1136
|
readonly isOpen: i0.WritableSignal<boolean>;
|
|
1115
|
-
readonly overlaySide: i0.WritableSignal<"
|
|
1137
|
+
readonly overlaySide: i0.WritableSignal<"bottom" | "top">;
|
|
1116
1138
|
readonly value: i0.WritableSignal<FrDatePickerValue>;
|
|
1117
1139
|
readonly inputDraft: i0.WritableSignal<string | null>;
|
|
1118
1140
|
readonly disabled: i0.Signal<boolean>;
|
|
@@ -1135,6 +1157,7 @@ declare class FrDatePicker extends FrControlValueAccessor$1<FrDatePickerValue> {
|
|
|
1135
1157
|
commitInput(value: string): void;
|
|
1136
1158
|
handleTriggerKeydown(event: KeyboardEvent): void;
|
|
1137
1159
|
handlePositionChange(event: ConnectedOverlayPositionChange): void;
|
|
1160
|
+
focusCalendar(): void;
|
|
1138
1161
|
overlayPanelClasses(): string[];
|
|
1139
1162
|
protected setViewValue(value: FrDatePickerValue): void;
|
|
1140
1163
|
private commitValue;
|
|
@@ -1145,10 +1168,10 @@ declare class FrDatePicker extends FrControlValueAccessor$1<FrDatePickerValue> {
|
|
|
1145
1168
|
declare const FR_DROPDOWN_MENU_CONTENT: InjectionToken<FrDropdownMenuContent>;
|
|
1146
1169
|
declare class FrDropdownMenuContent {
|
|
1147
1170
|
readonly templateRef: TemplateRef<any>;
|
|
1148
|
-
readonly align: i0.InputSignal<"start" | "
|
|
1171
|
+
readonly align: i0.InputSignal<"start" | "center" | "end">;
|
|
1149
1172
|
readonly alignOffset: i0.InputSignal<number>;
|
|
1150
1173
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1151
|
-
readonly side: i0.InputSignal<"top" | "
|
|
1174
|
+
readonly side: i0.InputSignal<"bottom" | "top" | "auto" | "left" | "right">;
|
|
1152
1175
|
readonly sideOffset: i0.InputSignal<number>;
|
|
1153
1176
|
isDebugVisible(): boolean;
|
|
1154
1177
|
getPositions(isSubmenu: boolean): ConnectedPosition[];
|
|
@@ -1156,7 +1179,7 @@ declare class FrDropdownMenuContent {
|
|
|
1156
1179
|
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>;
|
|
1157
1180
|
}
|
|
1158
1181
|
declare class FrDropdownMenuPanel {
|
|
1159
|
-
protected readonly side: i0.InputSignal<"top" | "
|
|
1182
|
+
protected readonly side: i0.InputSignal<"bottom" | "top" | "auto" | "left" | "right">;
|
|
1160
1183
|
private readonly tree;
|
|
1161
1184
|
private readonly parent;
|
|
1162
1185
|
protected handleMouseEnter(): void;
|
|
@@ -1212,7 +1235,7 @@ declare class FrDropdownMenuItemIndicator {
|
|
|
1212
1235
|
}
|
|
1213
1236
|
|
|
1214
1237
|
declare const FR_DROPDOWN_MENU_ALIGNMENTS: readonly ["center", "end", "start"];
|
|
1215
|
-
declare const FR_DROPDOWN_MENU_SIDES: readonly ["bottom", "left", "right", "top"];
|
|
1238
|
+
declare const FR_DROPDOWN_MENU_SIDES: readonly ["auto", "bottom", "left", "right", "top"];
|
|
1216
1239
|
declare const FR_DROPDOWN_MENU_TRIGGER_MODES: readonly ["both", "click", "hover"];
|
|
1217
1240
|
declare const FR_DROPDOWN_MENU_ITEM_VARIANTS: readonly ["default", "destructive"];
|
|
1218
1241
|
type FrDropdownMenuAlignment = (typeof FR_DROPDOWN_MENU_ALIGNMENTS)[number];
|
|
@@ -1254,16 +1277,16 @@ declare class FrDropdownMenuTree {
|
|
|
1254
1277
|
}
|
|
1255
1278
|
declare class FrDropdownMenu implements FrDropdownMenuParent {
|
|
1256
1279
|
readonly closeDelay: i0.InputSignal<number>;
|
|
1257
|
-
readonly triggerMode: i0.InputSignal<"
|
|
1280
|
+
readonly triggerMode: i0.InputSignal<"both" | "click" | "hover">;
|
|
1258
1281
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenu, never>;
|
|
1259
1282
|
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>;
|
|
1260
1283
|
}
|
|
1261
1284
|
declare class FrDropdownMenuSub implements FrDropdownMenuParent {
|
|
1262
1285
|
private readonly parent;
|
|
1263
1286
|
readonly closeDelayInput: i0.InputSignal<number | null>;
|
|
1264
|
-
readonly triggerModeInput: i0.InputSignal<"
|
|
1287
|
+
readonly triggerModeInput: i0.InputSignal<"both" | "click" | "hover" | null>;
|
|
1265
1288
|
readonly closeDelay: i0.WritableSignal<number>;
|
|
1266
|
-
readonly triggerMode: i0.WritableSignal<"
|
|
1289
|
+
readonly triggerMode: i0.WritableSignal<"both" | "click" | "hover">;
|
|
1267
1290
|
constructor();
|
|
1268
1291
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuSub, never>;
|
|
1269
1292
|
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>;
|
|
@@ -1295,7 +1318,7 @@ declare abstract class FrDropdownMenuTriggerBase implements OnDestroy {
|
|
|
1295
1318
|
}
|
|
1296
1319
|
declare class FrDropdownMenuTrigger extends FrDropdownMenuTriggerBase {
|
|
1297
1320
|
readonly menuContent: InputSignal<FrDropdownMenuContent | null>;
|
|
1298
|
-
readonly triggerModeInput: InputSignal<"
|
|
1321
|
+
readonly triggerModeInput: InputSignal<"both" | "click" | "hover" | null>;
|
|
1299
1322
|
protected readonly isSubmenuTrigger = false;
|
|
1300
1323
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuTrigger, never>;
|
|
1301
1324
|
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: {}; }]>;
|
|
@@ -1303,7 +1326,7 @@ declare class FrDropdownMenuTrigger extends FrDropdownMenuTriggerBase {
|
|
|
1303
1326
|
declare class FrDropdownMenuSubTrigger extends FrDropdownMenuTriggerBase {
|
|
1304
1327
|
readonly menuContent: InputSignal<FrDropdownMenuContent | null>;
|
|
1305
1328
|
readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1306
|
-
readonly triggerModeInput: InputSignal<"
|
|
1329
|
+
readonly triggerModeInput: InputSignal<"both" | "click" | "hover" | null>;
|
|
1307
1330
|
readonly variant: InputSignal<"default" | "destructive">;
|
|
1308
1331
|
protected readonly isSubmenuTrigger = true;
|
|
1309
1332
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuSubTrigger, never>;
|
|
@@ -1317,7 +1340,7 @@ type FrEmptyMediaVariant = (typeof FR_EMPTY_MEDIA_VARIANTS)[number];
|
|
|
1317
1340
|
type FrEmptyOrientation = (typeof FR_EMPTY_ORIENTATIONS)[number];
|
|
1318
1341
|
type FrEmptyVariant = (typeof FR_EMPTY_VARIANTS)[number];
|
|
1319
1342
|
declare class FrEmpty {
|
|
1320
|
-
readonly orientation: i0.InputSignal<"
|
|
1343
|
+
readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
|
|
1321
1344
|
readonly variant: i0.InputSignal<"default" | "outline" | "soft">;
|
|
1322
1345
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrEmpty, never>;
|
|
1323
1346
|
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>;
|
|
@@ -1365,7 +1388,7 @@ declare class FrFieldGroup {
|
|
|
1365
1388
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrFieldGroup, "[frFieldGroup], frame-field-group", never, {}, {}, never, never, true, never>;
|
|
1366
1389
|
}
|
|
1367
1390
|
declare class FrField {
|
|
1368
|
-
readonly orientation: i0.InputSignal<"
|
|
1391
|
+
readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
|
|
1369
1392
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1370
1393
|
readonly invalid: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1371
1394
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrField, never>;
|
|
@@ -1424,10 +1447,10 @@ declare abstract class FrControlValueAccessor<T> implements ControlValueAccessor
|
|
|
1424
1447
|
|
|
1425
1448
|
declare class FrHoverCardContent {
|
|
1426
1449
|
readonly templateRef: TemplateRef<any>;
|
|
1427
|
-
readonly align: i0.InputSignal<"start" | "
|
|
1450
|
+
readonly align: i0.InputSignal<"start" | "center" | "end">;
|
|
1428
1451
|
readonly alignOffset: i0.InputSignal<number>;
|
|
1429
1452
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1430
|
-
readonly side: i0.InputSignal<"
|
|
1453
|
+
readonly side: i0.InputSignal<"bottom" | "top" | "left" | "right">;
|
|
1431
1454
|
readonly sideOffset: i0.InputSignal<number>;
|
|
1432
1455
|
getPositions(): ConnectedPosition[];
|
|
1433
1456
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrHoverCardContent, never>;
|
|
@@ -1542,15 +1565,18 @@ declare class FrInputBadge {
|
|
|
1542
1565
|
}
|
|
1543
1566
|
|
|
1544
1567
|
declare const FR_INPUT_GROUP_ADDON_ALIGNS: readonly ["inline-start", "inline-end"];
|
|
1568
|
+
declare const FR_INPUT_GROUP_ADDON_VARIANTS: readonly ["default", "ghost"];
|
|
1545
1569
|
type FrInputGroupAddonAlign = (typeof FR_INPUT_GROUP_ADDON_ALIGNS)[number];
|
|
1570
|
+
type FrInputGroupAddonVariant = (typeof FR_INPUT_GROUP_ADDON_VARIANTS)[number];
|
|
1546
1571
|
declare class FrInputGroup {
|
|
1547
1572
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroup, never>;
|
|
1548
1573
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputGroup, "[frInputGroup], frame-input-group", never, {}, {}, never, never, true, never>;
|
|
1549
1574
|
}
|
|
1550
1575
|
declare class FrInputGroupAddon {
|
|
1551
1576
|
readonly align: i0.InputSignal<"inline-start" | "inline-end">;
|
|
1577
|
+
readonly variant: i0.InputSignal<"default" | "ghost">;
|
|
1552
1578
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroupAddon, never>;
|
|
1553
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputGroupAddon, "[frInputGroupAddon], frame-input-group-addon", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1579
|
+
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>;
|
|
1554
1580
|
}
|
|
1555
1581
|
declare class FrInputGroupText {
|
|
1556
1582
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroupText, never>;
|
|
@@ -1629,7 +1655,7 @@ type FrItemMediaVariant = (typeof FR_ITEM_MEDIA_VARIANTS)[number];
|
|
|
1629
1655
|
declare class FrItem {
|
|
1630
1656
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1631
1657
|
readonly interactive: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1632
|
-
readonly size: i0.InputSignal<"default" | "
|
|
1658
|
+
readonly size: i0.InputSignal<"default" | "sm" | "xs">;
|
|
1633
1659
|
readonly variant: i0.InputSignal<"default" | "outline" | "muted">;
|
|
1634
1660
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItem, never>;
|
|
1635
1661
|
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>;
|
|
@@ -1647,7 +1673,7 @@ declare class FrItemHeader {
|
|
|
1647
1673
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemHeader, "[frItemHeader], frame-item-header", never, {}, {}, never, never, true, never>;
|
|
1648
1674
|
}
|
|
1649
1675
|
declare class FrItemMedia {
|
|
1650
|
-
readonly variant: i0.InputSignal<"default" | "
|
|
1676
|
+
readonly variant: i0.InputSignal<"default" | "icon" | "image" | "avatar">;
|
|
1651
1677
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrItemMedia, never>;
|
|
1652
1678
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemMedia, "[frItemMedia], frame-item-media", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1653
1679
|
}
|
|
@@ -1675,7 +1701,7 @@ declare class FrItemFooter {
|
|
|
1675
1701
|
declare const FR_MENUBAR_PARENT: InjectionToken<FrMenuBar>;
|
|
1676
1702
|
declare class FrMenuBar implements FrDropdownMenuParent$1 {
|
|
1677
1703
|
readonly closeDelay: i0.InputSignal<number>;
|
|
1678
|
-
readonly triggerMode: i0.InputSignal<"
|
|
1704
|
+
readonly triggerMode: i0.InputSignal<"both" | "click" | "hover">;
|
|
1679
1705
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBar, never>;
|
|
1680
1706
|
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>;
|
|
1681
1707
|
}
|
|
@@ -1823,7 +1849,7 @@ declare class FrModalClose {
|
|
|
1823
1849
|
declare class FrModalPanel {
|
|
1824
1850
|
readonly scrollable: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1825
1851
|
readonly showCloseButton: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1826
|
-
readonly size: i0.InputSignal<"
|
|
1852
|
+
readonly size: i0.InputSignal<"full" | "sm" | "lg" | "md" | "xl">;
|
|
1827
1853
|
readonly stickyFooter: i0.InputSignalWithTransform<boolean, unknown>;
|
|
1828
1854
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrModalPanel, never>;
|
|
1829
1855
|
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>;
|
|
@@ -1872,7 +1898,7 @@ declare class FrModalTrigger {
|
|
|
1872
1898
|
declare const FR_NAVIGATION_MENU_PARENT: InjectionToken<FrNavigationMenu>;
|
|
1873
1899
|
declare class FrNavigationMenu implements FrDropdownMenuParent$1 {
|
|
1874
1900
|
readonly closeDelay: i0.InputSignal<number>;
|
|
1875
|
-
readonly triggerMode: i0.InputSignal<"
|
|
1901
|
+
readonly triggerMode: i0.InputSignal<"both" | "click" | "hover">;
|
|
1876
1902
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenu, never>;
|
|
1877
1903
|
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>;
|
|
1878
1904
|
}
|
|
@@ -2002,10 +2028,10 @@ declare class FrPaginationEllipsis {
|
|
|
2002
2028
|
|
|
2003
2029
|
declare class FrPopoverContent {
|
|
2004
2030
|
readonly templateRef: TemplateRef<any>;
|
|
2005
|
-
readonly align: i0.InputSignal<"start" | "
|
|
2031
|
+
readonly align: i0.InputSignal<"start" | "center" | "end">;
|
|
2006
2032
|
readonly alignOffset: i0.InputSignal<number>;
|
|
2007
2033
|
readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2008
|
-
readonly side: i0.InputSignal<"
|
|
2034
|
+
readonly side: i0.InputSignal<"bottom" | "top" | "left" | "right">;
|
|
2009
2035
|
readonly sideOffset: i0.InputSignal<number>;
|
|
2010
2036
|
getPositions(): ConnectedPosition[];
|
|
2011
2037
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverContent, never>;
|
|
@@ -2102,7 +2128,7 @@ declare const FR_RADIO_GROUP_VARIANTS: readonly ["default", "cards"];
|
|
|
2102
2128
|
type FrRadioGroupOrientation = (typeof FR_RADIO_GROUP_ORIENTATIONS)[number];
|
|
2103
2129
|
type FrRadioGroupVariant = (typeof FR_RADIO_GROUP_VARIANTS)[number];
|
|
2104
2130
|
declare class FrRadioGroup {
|
|
2105
|
-
readonly orientation: i0.InputSignal<"
|
|
2131
|
+
readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
|
|
2106
2132
|
readonly variant: i0.InputSignal<"default" | "cards">;
|
|
2107
2133
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2108
2134
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrRadioGroup, never>;
|
|
@@ -2133,7 +2159,7 @@ declare class FrResizablePanelGroup implements AfterViewInit, OnDestroy {
|
|
|
2133
2159
|
private readonly elementRef;
|
|
2134
2160
|
private readonly groupId;
|
|
2135
2161
|
private readonly cleanupFns;
|
|
2136
|
-
readonly orientation: i0.InputSignal<"
|
|
2162
|
+
readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
|
|
2137
2163
|
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2138
2164
|
readonly layoutChange: i0.OutputEmitterRef<number[]>;
|
|
2139
2165
|
ngAfterViewInit(): void;
|
|
@@ -2229,6 +2255,8 @@ declare class FrSelectPanel {
|
|
|
2229
2255
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectPanel, "[frSelectPanel], frame-select-panel", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuPanel; inputs: {}; outputs: {}; }]>;
|
|
2230
2256
|
}
|
|
2231
2257
|
|
|
2258
|
+
declare const FR_SELECT_ICON_POSITIONS: readonly ["leading", "trailing"];
|
|
2259
|
+
type FrSelectIconPosition = (typeof FR_SELECT_ICON_POSITIONS)[number];
|
|
2232
2260
|
declare class FrSelectValue {
|
|
2233
2261
|
private readonly select;
|
|
2234
2262
|
readonly placeholder: i0.InputSignal<string>;
|
|
@@ -2242,8 +2270,9 @@ declare class FrSelectItemIndicator {
|
|
|
2242
2270
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectItemIndicator, "[frSelectItemIndicator], frame-select-item-indicator", never, {}, {}, never, never, true, never>;
|
|
2243
2271
|
}
|
|
2244
2272
|
declare class FrSelectIcon {
|
|
2273
|
+
readonly position: i0.InputSignal<"leading" | "trailing">;
|
|
2245
2274
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectIcon, never>;
|
|
2246
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectIcon, "[frSelectIcon], frame-select-icon", never, {}, {}, never, never, true, never>;
|
|
2275
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectIcon, "[frSelectIcon], frame-select-icon", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2247
2276
|
}
|
|
2248
2277
|
declare class FrSelectError {
|
|
2249
2278
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectError, never>;
|
|
@@ -2288,7 +2317,7 @@ declare class FrSlider extends FrControlValueAccessor$1<FrSliderValue | null> {
|
|
|
2288
2317
|
readonly max: i0.InputSignalWithTransform<number, unknown>;
|
|
2289
2318
|
readonly step: i0.InputSignalWithTransform<number, unknown>;
|
|
2290
2319
|
readonly minStepsBetweenThumbs: i0.InputSignalWithTransform<number, unknown>;
|
|
2291
|
-
readonly orientation: i0.InputSignalWithTransform<"
|
|
2320
|
+
readonly orientation: i0.InputSignalWithTransform<"vertical" | "horizontal", unknown>;
|
|
2292
2321
|
readonly disabledInput: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2293
2322
|
readonly invalidInput: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2294
2323
|
readonly inverted: i0.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -2325,7 +2354,7 @@ declare class FrSlider extends FrControlValueAccessor$1<FrSliderValue | null> {
|
|
|
2325
2354
|
declare const FR_SEPARATOR_ORIENTATIONS: readonly ["horizontal", "vertical"];
|
|
2326
2355
|
type FrSeparatorOrientation = (typeof FR_SEPARATOR_ORIENTATIONS)[number];
|
|
2327
2356
|
declare class FrSeparator {
|
|
2328
|
-
readonly orientation: i0.InputSignalWithTransform<"
|
|
2357
|
+
readonly orientation: i0.InputSignalWithTransform<"vertical" | "horizontal", unknown>;
|
|
2329
2358
|
readonly decorative: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2330
2359
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSeparator, never>;
|
|
2331
2360
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSeparator, "[frSeparator], frame-separator", ["frSeparator"], { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "decorative": { "alias": "decorative"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -2343,7 +2372,7 @@ declare class FrSheetClose {
|
|
|
2343
2372
|
declare class FrSheetPanel {
|
|
2344
2373
|
readonly scrollable: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2345
2374
|
readonly showCloseButton: i0.InputSignalWithTransform<boolean, unknown>;
|
|
2346
|
-
readonly side: i0.InputSignalWithTransform<"
|
|
2375
|
+
readonly side: i0.InputSignalWithTransform<"bottom" | "top" | "left" | "right", unknown>;
|
|
2347
2376
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSheetPanel, never>;
|
|
2348
2377
|
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>;
|
|
2349
2378
|
}
|
|
@@ -2504,10 +2533,12 @@ declare class FrSidebar {
|
|
|
2504
2533
|
readonly elementRef: ElementRef<HTMLElement>;
|
|
2505
2534
|
readonly provider: FrSidebarProvider | null;
|
|
2506
2535
|
readonly side: i0.InputSignalWithTransform<"left" | "right", unknown>;
|
|
2507
|
-
readonly variant: i0.InputSignalWithTransform<"
|
|
2508
|
-
readonly collapsible: i0.InputSignalWithTransform<"
|
|
2536
|
+
readonly variant: i0.InputSignalWithTransform<"sidebar" | "floating" | "inset", unknown>;
|
|
2537
|
+
readonly collapsible: i0.InputSignalWithTransform<"offcanvas" | "icon" | "none", unknown>;
|
|
2538
|
+
readonly minSize: i0.InputSignalWithTransform<number | null, unknown>;
|
|
2539
|
+
readonly maxSize: i0.InputSignalWithTransform<number | null, unknown>;
|
|
2509
2540
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebar, never>;
|
|
2510
|
-
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; }; }, {}, never, never, true, never>;
|
|
2541
|
+
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; }; }, {}, never, never, true, never>;
|
|
2511
2542
|
}
|
|
2512
2543
|
declare class FrSidebarTrigger {
|
|
2513
2544
|
readonly provider: FrSidebarProvider | null;
|
|
@@ -2525,11 +2556,16 @@ declare class FrSidebarRail {
|
|
|
2525
2556
|
private suppressClick;
|
|
2526
2557
|
private frameId;
|
|
2527
2558
|
private pendingWidth;
|
|
2559
|
+
private resizeMinSize;
|
|
2560
|
+
private resizeMaxSize;
|
|
2528
2561
|
readonly provider: FrSidebarProvider | null;
|
|
2529
2562
|
toggle(): void;
|
|
2530
2563
|
startResize(event: PointerEvent): void;
|
|
2531
2564
|
private resize;
|
|
2532
2565
|
private flushResize;
|
|
2566
|
+
private clampWidth;
|
|
2567
|
+
private captureResizeBounds;
|
|
2568
|
+
private measureContentMinSize;
|
|
2533
2569
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarRail, never>;
|
|
2534
2570
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarRail, "[frSidebarRail], frame-sidebar-rail", never, {}, {}, never, never, true, never>;
|
|
2535
2571
|
}
|
|
@@ -2742,5 +2778,5 @@ declare class FrVirtualViewport {
|
|
|
2742
2778
|
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>;
|
|
2743
2779
|
}
|
|
2744
2780
|
|
|
2745
|
-
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_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_NAVIGATION_MENU_PARENT, FR_POPOVER_ALIGNMENTS, FR_POPOVER_SIDES, FR_RADIO_GROUP_ORIENTATIONS, FR_RADIO_GROUP_VARIANTS, FR_RESIZABLE_ORIENTATIONS, 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, 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, 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 };
|
|
2746
|
-
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, FrInputOtpPattern, FrItemMediaVariant, FrItemSize, FrItemVariant, FrModalConfig, FrModalFooterAction, FrModalRef, FrModalShellOptions, FrModalSize, FrPaginationPage, FrPopoverAlignment, FrPopoverSide, FrRadioGroupOrientation, FrRadioGroupVariant, FrResizableOrientation, FrSelectIndicatorPosition, FrSelectPosition, FrSeparatorOrientation, FrSheetConfig, FrSheetFooterAction, FrSheetRef, FrSheetShellOptions, FrSheetSide, FrSidebarCollapsible, FrSidebarMenuButtonSize, FrSidebarMenuButtonVariant, FrSidebarSide, FrSidebarState, FrSidebarVariant, FrSliderOrientation, FrSliderValue, FrSwitchSize, FrVirtualForContext, FrVirtualRange, FrVirtualRangeOptions, FrVirtualScrollAlignment, FrVirtualTrackBy };
|
|
2781
|
+
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_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, 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 };
|
|
2782
|
+
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, FrModalRef, 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 };
|