@frame-ui-ng/components 0.2.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.
Files changed (36) hide show
  1. package/button/src/styles/button.css +15 -3
  2. package/dropdown-menu/src/styles/_vars.css +1 -1
  3. package/dropdown-menu/src/styles/dropdown-menu-item.css +87 -87
  4. package/fesm2022/frame-ui-ng-components-calendar.mjs +369 -263
  5. package/fesm2022/frame-ui-ng-components-calendar.mjs.map +1 -1
  6. package/fesm2022/frame-ui-ng-components-command.mjs +1 -1
  7. package/fesm2022/frame-ui-ng-components-command.mjs.map +1 -1
  8. package/fesm2022/frame-ui-ng-components-date-picker.mjs +232 -226
  9. package/fesm2022/frame-ui-ng-components-date-picker.mjs.map +1 -1
  10. package/fesm2022/frame-ui-ng-components-dropdown-menu.mjs +45 -22
  11. package/fesm2022/frame-ui-ng-components-dropdown-menu.mjs.map +1 -1
  12. package/fesm2022/frame-ui-ng-components-input.mjs +6 -3
  13. package/fesm2022/frame-ui-ng-components-input.mjs.map +1 -1
  14. package/fesm2022/frame-ui-ng-components-select.mjs +6 -3
  15. package/fesm2022/frame-ui-ng-components-select.mjs.map +1 -1
  16. package/fesm2022/frame-ui-ng-components-sidebar.mjs +47 -4
  17. package/fesm2022/frame-ui-ng-components-sidebar.mjs.map +1 -1
  18. package/fesm2022/frame-ui-ng-components-tooltip.mjs +263 -254
  19. package/fesm2022/frame-ui-ng-components-tooltip.mjs.map +1 -1
  20. package/fesm2022/frame-ui-ng-components.mjs +703 -519
  21. package/fesm2022/frame-ui-ng-components.mjs.map +1 -1
  22. package/input/src/styles/input-group.css +50 -0
  23. package/package.json +2 -2
  24. package/select/src/styles/select-trigger.css +7 -36
  25. package/src/styles/blueprint.css +4 -11
  26. package/styles/blueprint.css +4 -11
  27. package/tooltip/src/styles/tooltip.css +3 -9
  28. package/types/frame-ui-ng-components-calendar.d.ts +14 -0
  29. package/types/frame-ui-ng-components-context-menu.d.ts +2 -2
  30. package/types/frame-ui-ng-components-date-picker.d.ts +3 -1
  31. package/types/frame-ui-ng-components-dropdown-menu.d.ts +3 -3
  32. package/types/frame-ui-ng-components-input.d.ts +6 -3
  33. package/types/frame-ui-ng-components-select.d.ts +6 -3
  34. package/types/frame-ui-ng-components-sidebar.d.ts +8 -1
  35. package/types/frame-ui-ng-components-tooltip.d.ts +43 -73
  36. package/types/frame-ui-ng-components.d.ts +84 -55
@@ -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 {
@@ -86,7 +86,7 @@ type FrAccordionType = (typeof FR_ACCORDION_TYPES)[number];
86
86
  declare const FR_ALERT_VARIANTS: readonly ["default", "destructive", "success", "danger", "info"];
87
87
  type FrAlertVariant = (typeof FR_ALERT_VARIANTS)[number];
88
88
  declare class FrAlert {
89
- readonly variant: i0.InputSignal<"default" | "success" | "destructive" | "danger" | "info">;
89
+ readonly variant: i0.InputSignal<"default" | "destructive" | "success" | "danger" | "info">;
90
90
  static ɵfac: i0.ɵɵFactoryDeclaration<FrAlert, never>;
91
91
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrAlert, "[frAlert]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
92
92
  }
@@ -121,7 +121,7 @@ declare class FrAvatarFallback {
121
121
 
122
122
  declare class FrAvatarGroup {
123
123
  readonly expandOnHover: i0.InputSignalWithTransform<boolean, unknown>;
124
- readonly size: i0.InputSignal<"lg" | "md" | "sm" | "xs">;
124
+ readonly size: i0.InputSignal<"sm" | "lg" | "xs" | "md">;
125
125
  static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatarGroup, never>;
126
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>;
127
127
  }
@@ -147,7 +147,7 @@ declare class FrAvatarImage implements AfterViewInit {
147
147
  }
148
148
 
149
149
  declare class FrAvatar {
150
- readonly size: i0.InputSignal<"lg" | "md" | "sm" | "xs">;
150
+ readonly size: i0.InputSignal<"sm" | "lg" | "xs" | "md">;
151
151
  readonly status: i0.WritableSignal<"error" | "idle" | "loaded">;
152
152
  setStatus(status: 'error' | 'idle' | 'loaded'): void;
153
153
  static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatar, never>;
@@ -162,7 +162,7 @@ declare const FR_BADGE_ICON_POSITIONS: readonly ["inline-start", "inline-end"];
162
162
  type FrBadgeVariant = (typeof FR_BADGE_VARIANTS)[number];
163
163
  type FrBadgeIconPosition = (typeof FR_BADGE_ICON_POSITIONS)[number];
164
164
  declare class FrBadge {
165
- readonly variant: i0.InputSignal<"default" | "secondary" | "success" | "destructive" | "outline" | "ghost" | "link">;
165
+ readonly variant: i0.InputSignal<"default" | "destructive" | "ghost" | "outline" | "link" | "success" | "secondary">;
166
166
  static ɵfac: i0.ɵɵFactoryDeclaration<FrBadge, never>;
167
167
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrBadge, "[frBadge], frame-badge", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
168
168
  }
@@ -223,12 +223,12 @@ type FrButtonSize = (typeof FR_BUTTON_SIZES)[number];
223
223
  declare class FrButton {
224
224
  private readonly loadingIndicator;
225
225
  private readonly spinnerIndicator;
226
- readonly appearance: i0.InputSignal<"outline" | "ghost" | "primary">;
226
+ readonly appearance: i0.InputSignal<"ghost" | "outline" | "primary">;
227
227
  readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
228
228
  readonly loading: i0.InputSignalWithTransform<boolean, unknown>;
229
229
  readonly loadingDisplay: i0.InputSignal<"inline" | "replace">;
230
- readonly radius: i0.InputSignal<"full" | "lg" | "md" | "none" | "sm">;
231
- readonly size: i0.InputSignal<"lg" | "md" | "sm">;
230
+ readonly radius: i0.InputSignal<"full" | "none" | "sm" | "lg" | "md">;
231
+ readonly size: i0.InputSignal<"sm" | "lg" | "md">;
232
232
  protected readonly hasCustomLoadingIndicator: i0.Signal<boolean>;
233
233
  protected readonly isUnavailable: i0.Signal<boolean>;
234
234
  static ɵfac: i0.ɵɵFactoryDeclaration<FrButton, never>;
@@ -255,7 +255,7 @@ declare class FrButtonLoading {
255
255
  declare const FR_BUTTON_GROUP_ORIENTATIONS: readonly ["horizontal", "vertical"];
256
256
  type FrButtonGroupOrientation = (typeof FR_BUTTON_GROUP_ORIENTATIONS)[number];
257
257
  declare class FrButtonGroup {
258
- readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
258
+ readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
259
259
  static ɵfac: i0.ɵɵFactoryDeclaration<FrButtonGroup, never>;
260
260
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrButtonGroup, "[frButtonGroup], frame-button-group", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
261
261
  }
@@ -316,9 +316,11 @@ declare class FrCalendar implements ControlValueAccessor {
316
316
  readonly selected: i0.InputSignal<Date | FrCalendarDateRange | null | undefined>;
317
317
  readonly selectedChange: i0.OutputEmitterRef<Date | FrCalendarDateRange | null>;
318
318
  readonly monthChange: i0.OutputEmitterRef<Date>;
319
+ readonly focusedDate: i0.WritableSignal<Date | null>;
319
320
  private readonly navigatedMonth;
320
321
  private readonly internalValue;
321
322
  private readonly cvaDisabled;
323
+ private readonly host;
322
324
  readonly currentMonth: i0.Signal<Date>;
323
325
  readonly isDisabled: i0.Signal<boolean>;
324
326
  readonly value: i0.Signal<Date | FrCalendarDateRange | null>;
@@ -329,6 +331,7 @@ declare class FrCalendar implements ControlValueAccessor {
329
331
  }[]>;
330
332
  readonly yearOptions: i0.Signal<number[]>;
331
333
  readonly months: i0.Signal<CalendarMonth[]>;
334
+ readonly activeDate: i0.Signal<Date>;
332
335
  private onTouched;
333
336
  private onChange;
334
337
  writeValue(value: Date | FrCalendarDateRange | null): void;
@@ -340,9 +343,20 @@ declare class FrCalendar implements ControlValueAccessor {
340
343
  setMonth(value: string): void;
341
344
  setYear(value: string): void;
342
345
  selectDay(day: CalendarDay): void;
346
+ handleDayKeydown(event: KeyboardEvent, day: CalendarDay): void;
347
+ dayTabIndex(day: CalendarDay): number;
348
+ focusActiveDate(): void;
343
349
  monthLabel(date: Date): string;
344
350
  dayLabel(date: Date): string;
345
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;
346
360
  private updateMonth;
347
361
  private buildMonth;
348
362
  static ɵfac: i0.ɵɵFactoryDeclaration<FrCalendar, never>;
@@ -359,7 +373,7 @@ declare class FrCard {
359
373
  private readonly elementRef;
360
374
  private readonly renderer;
361
375
  readonly size: i0.InputSignal<"default" | "sm">;
362
- readonly spacing: i0.InputSignal<"lg" | "md" | "sm" | "xl" | null>;
376
+ readonly spacing: i0.InputSignal<"sm" | "lg" | "md" | "xl" | null>;
363
377
  constructor();
364
378
  static ɵfac: i0.ɵɵFactoryDeclaration<FrCard, never>;
365
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>;
@@ -424,16 +438,16 @@ declare class FrCarousel implements AfterViewInit {
424
438
  private loopBoundaryClone;
425
439
  private contentElement;
426
440
  private itemElements;
427
- readonly align: i0.InputSignal<"start" | "end" | "center">;
441
+ readonly align: i0.InputSignal<"start" | "center" | "end">;
428
442
  readonly loop: i0.InputSignalWithTransform<boolean, unknown>;
429
- readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
443
+ readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
430
444
  readonly opts: i0.InputSignal<FrCarouselOptions | null>;
431
445
  readonly plugins: i0.InputSignal<readonly FrCarouselPlugin[]>;
432
446
  readonly apiReady: i0.OutputEmitterRef<FrCarouselApi>;
433
447
  readonly selectedChange: i0.OutputEmitterRef<number>;
434
448
  readonly selectedIndex: i0.WritableSignal<number>;
435
449
  readonly snapCount: i0.WritableSignal<number>;
436
- protected readonly effectiveAlign: i0.Signal<"start" | "end" | "center">;
450
+ protected readonly effectiveAlign: i0.Signal<"start" | "center" | "end">;
437
451
  protected readonly effectiveDirection: i0.Signal<"ltr" | "rtl">;
438
452
  private readonly effectiveLoop;
439
453
  readonly api: FrCarouselApi;
@@ -648,7 +662,7 @@ declare class FrCombobox extends FrControlValueAccessor$1<FrComboboxValue | FrCo
648
662
  readonly query: i0.WritableSignal<string>;
649
663
  readonly anchorWidth: i0.WritableSignal<number | null>;
650
664
  readonly highlightedIndex: i0.WritableSignal<number>;
651
- readonly overlaySide: i0.WritableSignal<"top" | "bottom">;
665
+ readonly overlaySide: i0.WritableSignal<"bottom" | "top">;
652
666
  readonly positions: ConnectedPosition[];
653
667
  readonly selectedValues: i0.Signal<any[]>;
654
668
  readonly displayValue: i0.Signal<string>;
@@ -936,10 +950,10 @@ declare class FrCommandSeparator {
936
950
  declare const FR_CONTEXT_MENU_CONTENT: InjectionToken<FrContextMenuContent>;
937
951
  declare class FrContextMenuContent implements Partial<FrDropdownMenuContent$1> {
938
952
  readonly templateRef: TemplateRef<any>;
939
- readonly align: i0.InputSignal<"start" | "end" | "center">;
953
+ readonly align: i0.InputSignal<"start" | "center" | "end">;
940
954
  readonly alignOffset: i0.InputSignal<number>;
941
955
  readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
942
- readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right">;
956
+ readonly side: i0.InputSignal<"bottom" | "top" | "auto" | "left" | "right">;
943
957
  readonly sideOffset: i0.InputSignal<number>;
944
958
  isDebugVisible(): boolean;
945
959
  getPositions(isSubmenu: boolean): ConnectedPosition[];
@@ -947,7 +961,7 @@ declare class FrContextMenuContent implements Partial<FrDropdownMenuContent$1> {
947
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>;
948
962
  }
949
963
  declare class FrContextMenuPanel {
950
- protected readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right">;
964
+ protected readonly side: i0.InputSignal<"bottom" | "top" | "auto" | "left" | "right">;
951
965
  private readonly tree;
952
966
  private readonly parent;
953
967
  protected handleMouseEnter(): void;
@@ -1004,16 +1018,16 @@ declare class FrContextMenuItemIndicator {
1004
1018
 
1005
1019
  declare class FrContextMenu implements FrDropdownMenuParent$1 {
1006
1020
  readonly closeDelay: i0.InputSignal<number>;
1007
- readonly triggerMode: i0.InputSignal<"click" | "both" | "hover">;
1021
+ readonly triggerMode: i0.InputSignal<"both" | "click" | "hover">;
1008
1022
  static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenu, never>;
1009
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>;
1010
1024
  }
1011
1025
  declare class FrContextMenuSub implements FrDropdownMenuParent$1 {
1012
1026
  private readonly parent;
1013
1027
  readonly closeDelayInput: i0.InputSignal<number | null>;
1014
- readonly triggerModeInput: i0.InputSignal<"click" | "both" | "hover" | null>;
1028
+ readonly triggerModeInput: i0.InputSignal<"both" | "click" | "hover" | null>;
1015
1029
  readonly closeDelay: i0.WritableSignal<number>;
1016
- readonly triggerMode: i0.WritableSignal<"click" | "both" | "hover">;
1030
+ readonly triggerMode: i0.WritableSignal<"both" | "click" | "hover">;
1017
1031
  constructor();
1018
1032
  static ɵfac: i0.ɵɵFactoryDeclaration<FrContextMenuSub, never>;
1019
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>;
@@ -1026,7 +1040,7 @@ declare class FrContextMenuSubTrigger implements OnDestroy {
1026
1040
  private readonly parent;
1027
1041
  readonly menuContent: InputSignal<FrContextMenuContent | null>;
1028
1042
  readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
1029
- readonly triggerModeInput: InputSignal<"click" | "both" | "hover" | null>;
1043
+ readonly triggerModeInput: InputSignal<"both" | "click" | "hover" | null>;
1030
1044
  readonly variant: InputSignal<"default" | "destructive">;
1031
1045
  readonly isOpen: i0.WritableSignal<boolean>;
1032
1046
  constructor();
@@ -1117,9 +1131,10 @@ declare class FrDatePicker extends FrControlValueAccessor$1<FrDatePickerValue> {
1117
1131
  readonly valueChange: i0.OutputEmitterRef<FrDatePickerValue>;
1118
1132
  readonly openChange: i0.OutputEmitterRef<boolean>;
1119
1133
  readonly monthChange: i0.OutputEmitterRef<Date>;
1134
+ readonly calendar: i0.Signal<FrCalendar$1 | undefined>;
1120
1135
  readonly positions: ConnectedPosition[];
1121
1136
  readonly isOpen: i0.WritableSignal<boolean>;
1122
- readonly overlaySide: i0.WritableSignal<"top" | "bottom">;
1137
+ readonly overlaySide: i0.WritableSignal<"bottom" | "top">;
1123
1138
  readonly value: i0.WritableSignal<FrDatePickerValue>;
1124
1139
  readonly inputDraft: i0.WritableSignal<string | null>;
1125
1140
  readonly disabled: i0.Signal<boolean>;
@@ -1142,6 +1157,7 @@ declare class FrDatePicker extends FrControlValueAccessor$1<FrDatePickerValue> {
1142
1157
  commitInput(value: string): void;
1143
1158
  handleTriggerKeydown(event: KeyboardEvent): void;
1144
1159
  handlePositionChange(event: ConnectedOverlayPositionChange): void;
1160
+ focusCalendar(): void;
1145
1161
  overlayPanelClasses(): string[];
1146
1162
  protected setViewValue(value: FrDatePickerValue): void;
1147
1163
  private commitValue;
@@ -1152,10 +1168,10 @@ declare class FrDatePicker extends FrControlValueAccessor$1<FrDatePickerValue> {
1152
1168
  declare const FR_DROPDOWN_MENU_CONTENT: InjectionToken<FrDropdownMenuContent>;
1153
1169
  declare class FrDropdownMenuContent {
1154
1170
  readonly templateRef: TemplateRef<any>;
1155
- readonly align: i0.InputSignal<"start" | "end" | "center">;
1171
+ readonly align: i0.InputSignal<"start" | "center" | "end">;
1156
1172
  readonly alignOffset: i0.InputSignal<number>;
1157
1173
  readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
1158
- readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right">;
1174
+ readonly side: i0.InputSignal<"bottom" | "top" | "auto" | "left" | "right">;
1159
1175
  readonly sideOffset: i0.InputSignal<number>;
1160
1176
  isDebugVisible(): boolean;
1161
1177
  getPositions(isSubmenu: boolean): ConnectedPosition[];
@@ -1163,7 +1179,7 @@ declare class FrDropdownMenuContent {
1163
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>;
1164
1180
  }
1165
1181
  declare class FrDropdownMenuPanel {
1166
- protected readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right">;
1182
+ protected readonly side: i0.InputSignal<"bottom" | "top" | "auto" | "left" | "right">;
1167
1183
  private readonly tree;
1168
1184
  private readonly parent;
1169
1185
  protected handleMouseEnter(): void;
@@ -1219,7 +1235,7 @@ declare class FrDropdownMenuItemIndicator {
1219
1235
  }
1220
1236
 
1221
1237
  declare const FR_DROPDOWN_MENU_ALIGNMENTS: readonly ["center", "end", "start"];
1222
- declare const FR_DROPDOWN_MENU_SIDES: readonly ["bottom", "left", "right", "top"];
1238
+ declare const FR_DROPDOWN_MENU_SIDES: readonly ["auto", "bottom", "left", "right", "top"];
1223
1239
  declare const FR_DROPDOWN_MENU_TRIGGER_MODES: readonly ["both", "click", "hover"];
1224
1240
  declare const FR_DROPDOWN_MENU_ITEM_VARIANTS: readonly ["default", "destructive"];
1225
1241
  type FrDropdownMenuAlignment = (typeof FR_DROPDOWN_MENU_ALIGNMENTS)[number];
@@ -1261,16 +1277,16 @@ declare class FrDropdownMenuTree {
1261
1277
  }
1262
1278
  declare class FrDropdownMenu implements FrDropdownMenuParent {
1263
1279
  readonly closeDelay: i0.InputSignal<number>;
1264
- readonly triggerMode: i0.InputSignal<"click" | "both" | "hover">;
1280
+ readonly triggerMode: i0.InputSignal<"both" | "click" | "hover">;
1265
1281
  static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenu, never>;
1266
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>;
1267
1283
  }
1268
1284
  declare class FrDropdownMenuSub implements FrDropdownMenuParent {
1269
1285
  private readonly parent;
1270
1286
  readonly closeDelayInput: i0.InputSignal<number | null>;
1271
- readonly triggerModeInput: i0.InputSignal<"click" | "both" | "hover" | null>;
1287
+ readonly triggerModeInput: i0.InputSignal<"both" | "click" | "hover" | null>;
1272
1288
  readonly closeDelay: i0.WritableSignal<number>;
1273
- readonly triggerMode: i0.WritableSignal<"click" | "both" | "hover">;
1289
+ readonly triggerMode: i0.WritableSignal<"both" | "click" | "hover">;
1274
1290
  constructor();
1275
1291
  static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuSub, never>;
1276
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>;
@@ -1302,7 +1318,7 @@ declare abstract class FrDropdownMenuTriggerBase implements OnDestroy {
1302
1318
  }
1303
1319
  declare class FrDropdownMenuTrigger extends FrDropdownMenuTriggerBase {
1304
1320
  readonly menuContent: InputSignal<FrDropdownMenuContent | null>;
1305
- readonly triggerModeInput: InputSignal<"click" | "both" | "hover" | null>;
1321
+ readonly triggerModeInput: InputSignal<"both" | "click" | "hover" | null>;
1306
1322
  protected readonly isSubmenuTrigger = false;
1307
1323
  static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuTrigger, never>;
1308
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: {}; }]>;
@@ -1310,7 +1326,7 @@ declare class FrDropdownMenuTrigger extends FrDropdownMenuTriggerBase {
1310
1326
  declare class FrDropdownMenuSubTrigger extends FrDropdownMenuTriggerBase {
1311
1327
  readonly menuContent: InputSignal<FrDropdownMenuContent | null>;
1312
1328
  readonly inset: i0.InputSignalWithTransform<boolean, unknown>;
1313
- readonly triggerModeInput: InputSignal<"click" | "both" | "hover" | null>;
1329
+ readonly triggerModeInput: InputSignal<"both" | "click" | "hover" | null>;
1314
1330
  readonly variant: InputSignal<"default" | "destructive">;
1315
1331
  protected readonly isSubmenuTrigger = true;
1316
1332
  static ɵfac: i0.ɵɵFactoryDeclaration<FrDropdownMenuSubTrigger, never>;
@@ -1324,7 +1340,7 @@ type FrEmptyMediaVariant = (typeof FR_EMPTY_MEDIA_VARIANTS)[number];
1324
1340
  type FrEmptyOrientation = (typeof FR_EMPTY_ORIENTATIONS)[number];
1325
1341
  type FrEmptyVariant = (typeof FR_EMPTY_VARIANTS)[number];
1326
1342
  declare class FrEmpty {
1327
- readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
1343
+ readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
1328
1344
  readonly variant: i0.InputSignal<"default" | "outline" | "soft">;
1329
1345
  static ɵfac: i0.ɵɵFactoryDeclaration<FrEmpty, never>;
1330
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>;
@@ -1372,7 +1388,7 @@ declare class FrFieldGroup {
1372
1388
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrFieldGroup, "[frFieldGroup], frame-field-group", never, {}, {}, never, never, true, never>;
1373
1389
  }
1374
1390
  declare class FrField {
1375
- readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
1391
+ readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
1376
1392
  readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
1377
1393
  readonly invalid: i0.InputSignalWithTransform<boolean, unknown>;
1378
1394
  static ɵfac: i0.ɵɵFactoryDeclaration<FrField, never>;
@@ -1431,10 +1447,10 @@ declare abstract class FrControlValueAccessor<T> implements ControlValueAccessor
1431
1447
 
1432
1448
  declare class FrHoverCardContent {
1433
1449
  readonly templateRef: TemplateRef<any>;
1434
- readonly align: i0.InputSignal<"start" | "end" | "center">;
1450
+ readonly align: i0.InputSignal<"start" | "center" | "end">;
1435
1451
  readonly alignOffset: i0.InputSignal<number>;
1436
1452
  readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
1437
- readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right">;
1453
+ readonly side: i0.InputSignal<"bottom" | "top" | "left" | "right">;
1438
1454
  readonly sideOffset: i0.InputSignal<number>;
1439
1455
  getPositions(): ConnectedPosition[];
1440
1456
  static ɵfac: i0.ɵɵFactoryDeclaration<FrHoverCardContent, never>;
@@ -1549,15 +1565,18 @@ declare class FrInputBadge {
1549
1565
  }
1550
1566
 
1551
1567
  declare const FR_INPUT_GROUP_ADDON_ALIGNS: readonly ["inline-start", "inline-end"];
1568
+ declare const FR_INPUT_GROUP_ADDON_VARIANTS: readonly ["default", "ghost"];
1552
1569
  type FrInputGroupAddonAlign = (typeof FR_INPUT_GROUP_ADDON_ALIGNS)[number];
1570
+ type FrInputGroupAddonVariant = (typeof FR_INPUT_GROUP_ADDON_VARIANTS)[number];
1553
1571
  declare class FrInputGroup {
1554
1572
  static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroup, never>;
1555
1573
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrInputGroup, "[frInputGroup], frame-input-group", never, {}, {}, never, never, true, never>;
1556
1574
  }
1557
1575
  declare class FrInputGroupAddon {
1558
1576
  readonly align: i0.InputSignal<"inline-start" | "inline-end">;
1577
+ readonly variant: i0.InputSignal<"default" | "ghost">;
1559
1578
  static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroupAddon, never>;
1560
- 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>;
1561
1580
  }
1562
1581
  declare class FrInputGroupText {
1563
1582
  static ɵfac: i0.ɵɵFactoryDeclaration<FrInputGroupText, never>;
@@ -1654,7 +1673,7 @@ declare class FrItemHeader {
1654
1673
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemHeader, "[frItemHeader], frame-item-header", never, {}, {}, never, never, true, never>;
1655
1674
  }
1656
1675
  declare class FrItemMedia {
1657
- readonly variant: i0.InputSignal<"default" | "image" | "icon" | "avatar">;
1676
+ readonly variant: i0.InputSignal<"default" | "icon" | "image" | "avatar">;
1658
1677
  static ɵfac: i0.ɵɵFactoryDeclaration<FrItemMedia, never>;
1659
1678
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrItemMedia, "[frItemMedia], frame-item-media", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1660
1679
  }
@@ -1682,7 +1701,7 @@ declare class FrItemFooter {
1682
1701
  declare const FR_MENUBAR_PARENT: InjectionToken<FrMenuBar>;
1683
1702
  declare class FrMenuBar implements FrDropdownMenuParent$1 {
1684
1703
  readonly closeDelay: i0.InputSignal<number>;
1685
- readonly triggerMode: i0.InputSignal<"click" | "both" | "hover">;
1704
+ readonly triggerMode: i0.InputSignal<"both" | "click" | "hover">;
1686
1705
  static ɵfac: i0.ɵɵFactoryDeclaration<FrMenuBar, never>;
1687
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>;
1688
1707
  }
@@ -1830,7 +1849,7 @@ declare class FrModalClose {
1830
1849
  declare class FrModalPanel {
1831
1850
  readonly scrollable: i0.InputSignalWithTransform<boolean, unknown>;
1832
1851
  readonly showCloseButton: i0.InputSignalWithTransform<boolean, unknown>;
1833
- readonly size: i0.InputSignal<"full" | "lg" | "md" | "sm" | "xl">;
1852
+ readonly size: i0.InputSignal<"full" | "sm" | "lg" | "md" | "xl">;
1834
1853
  readonly stickyFooter: i0.InputSignalWithTransform<boolean, unknown>;
1835
1854
  static ɵfac: i0.ɵɵFactoryDeclaration<FrModalPanel, never>;
1836
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>;
@@ -1879,7 +1898,7 @@ declare class FrModalTrigger {
1879
1898
  declare const FR_NAVIGATION_MENU_PARENT: InjectionToken<FrNavigationMenu>;
1880
1899
  declare class FrNavigationMenu implements FrDropdownMenuParent$1 {
1881
1900
  readonly closeDelay: i0.InputSignal<number>;
1882
- readonly triggerMode: i0.InputSignal<"click" | "both" | "hover">;
1901
+ readonly triggerMode: i0.InputSignal<"both" | "click" | "hover">;
1883
1902
  static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenu, never>;
1884
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>;
1885
1904
  }
@@ -1909,7 +1928,7 @@ declare class FrNavigationMenuLink {
1909
1928
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuLink, "[frNavigationMenuLink], a[frNavigationMenuLink]", never, { "active": { "alias": "active"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1910
1929
  }
1911
1930
  declare class FrNavigationMenuGrid {
1912
- readonly columns: i0.InputSignal<2 | 3 | 1>;
1931
+ readonly columns: i0.InputSignal<1 | 2 | 3>;
1913
1932
  static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuGrid, never>;
1914
1933
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuGrid, "[frNavigationMenuGrid]", never, { "columns": { "alias": "columns"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1915
1934
  }
@@ -2009,10 +2028,10 @@ declare class FrPaginationEllipsis {
2009
2028
 
2010
2029
  declare class FrPopoverContent {
2011
2030
  readonly templateRef: TemplateRef<any>;
2012
- readonly align: i0.InputSignal<"start" | "end" | "center">;
2031
+ readonly align: i0.InputSignal<"start" | "center" | "end">;
2013
2032
  readonly alignOffset: i0.InputSignal<number>;
2014
2033
  readonly debugVisible: i0.InputSignalWithTransform<boolean, unknown>;
2015
- readonly side: i0.InputSignal<"top" | "left" | "bottom" | "right">;
2034
+ readonly side: i0.InputSignal<"bottom" | "top" | "left" | "right">;
2016
2035
  readonly sideOffset: i0.InputSignal<number>;
2017
2036
  getPositions(): ConnectedPosition[];
2018
2037
  static ɵfac: i0.ɵɵFactoryDeclaration<FrPopoverContent, never>;
@@ -2109,7 +2128,7 @@ declare const FR_RADIO_GROUP_VARIANTS: readonly ["default", "cards"];
2109
2128
  type FrRadioGroupOrientation = (typeof FR_RADIO_GROUP_ORIENTATIONS)[number];
2110
2129
  type FrRadioGroupVariant = (typeof FR_RADIO_GROUP_VARIANTS)[number];
2111
2130
  declare class FrRadioGroup {
2112
- readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
2131
+ readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
2113
2132
  readonly variant: i0.InputSignal<"default" | "cards">;
2114
2133
  readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
2115
2134
  static ɵfac: i0.ɵɵFactoryDeclaration<FrRadioGroup, never>;
@@ -2140,7 +2159,7 @@ declare class FrResizablePanelGroup implements AfterViewInit, OnDestroy {
2140
2159
  private readonly elementRef;
2141
2160
  private readonly groupId;
2142
2161
  private readonly cleanupFns;
2143
- readonly orientation: i0.InputSignal<"horizontal" | "vertical">;
2162
+ readonly orientation: i0.InputSignal<"vertical" | "horizontal">;
2144
2163
  readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
2145
2164
  readonly layoutChange: i0.OutputEmitterRef<number[]>;
2146
2165
  ngAfterViewInit(): void;
@@ -2236,6 +2255,8 @@ declare class FrSelectPanel {
2236
2255
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectPanel, "[frSelectPanel], frame-select-panel", never, {}, {}, never, never, true, [{ directive: typeof i1$3.FrDropdownMenuPanel; inputs: {}; outputs: {}; }]>;
2237
2256
  }
2238
2257
 
2258
+ declare const FR_SELECT_ICON_POSITIONS: readonly ["leading", "trailing"];
2259
+ type FrSelectIconPosition = (typeof FR_SELECT_ICON_POSITIONS)[number];
2239
2260
  declare class FrSelectValue {
2240
2261
  private readonly select;
2241
2262
  readonly placeholder: i0.InputSignal<string>;
@@ -2249,8 +2270,9 @@ declare class FrSelectItemIndicator {
2249
2270
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrSelectItemIndicator, "[frSelectItemIndicator], frame-select-item-indicator", never, {}, {}, never, never, true, never>;
2250
2271
  }
2251
2272
  declare class FrSelectIcon {
2273
+ readonly position: i0.InputSignal<"leading" | "trailing">;
2252
2274
  static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectIcon, never>;
2253
- 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>;
2254
2276
  }
2255
2277
  declare class FrSelectError {
2256
2278
  static ɵfac: i0.ɵɵFactoryDeclaration<FrSelectError, never>;
@@ -2295,7 +2317,7 @@ declare class FrSlider extends FrControlValueAccessor$1<FrSliderValue | null> {
2295
2317
  readonly max: i0.InputSignalWithTransform<number, unknown>;
2296
2318
  readonly step: i0.InputSignalWithTransform<number, unknown>;
2297
2319
  readonly minStepsBetweenThumbs: i0.InputSignalWithTransform<number, unknown>;
2298
- readonly orientation: i0.InputSignalWithTransform<"horizontal" | "vertical", unknown>;
2320
+ readonly orientation: i0.InputSignalWithTransform<"vertical" | "horizontal", unknown>;
2299
2321
  readonly disabledInput: i0.InputSignalWithTransform<boolean, unknown>;
2300
2322
  readonly invalidInput: i0.InputSignalWithTransform<boolean, unknown>;
2301
2323
  readonly inverted: i0.InputSignalWithTransform<boolean, unknown>;
@@ -2332,7 +2354,7 @@ declare class FrSlider extends FrControlValueAccessor$1<FrSliderValue | null> {
2332
2354
  declare const FR_SEPARATOR_ORIENTATIONS: readonly ["horizontal", "vertical"];
2333
2355
  type FrSeparatorOrientation = (typeof FR_SEPARATOR_ORIENTATIONS)[number];
2334
2356
  declare class FrSeparator {
2335
- readonly orientation: i0.InputSignalWithTransform<"horizontal" | "vertical", unknown>;
2357
+ readonly orientation: i0.InputSignalWithTransform<"vertical" | "horizontal", unknown>;
2336
2358
  readonly decorative: i0.InputSignalWithTransform<boolean, unknown>;
2337
2359
  static ɵfac: i0.ɵɵFactoryDeclaration<FrSeparator, never>;
2338
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>;
@@ -2350,7 +2372,7 @@ declare class FrSheetClose {
2350
2372
  declare class FrSheetPanel {
2351
2373
  readonly scrollable: i0.InputSignalWithTransform<boolean, unknown>;
2352
2374
  readonly showCloseButton: i0.InputSignalWithTransform<boolean, unknown>;
2353
- readonly side: i0.InputSignalWithTransform<"top" | "left" | "bottom" | "right", unknown>;
2375
+ readonly side: i0.InputSignalWithTransform<"bottom" | "top" | "left" | "right", unknown>;
2354
2376
  static ɵfac: i0.ɵɵFactoryDeclaration<FrSheetPanel, never>;
2355
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>;
2356
2378
  }
@@ -2511,10 +2533,12 @@ declare class FrSidebar {
2511
2533
  readonly elementRef: ElementRef<HTMLElement>;
2512
2534
  readonly provider: FrSidebarProvider | null;
2513
2535
  readonly side: i0.InputSignalWithTransform<"left" | "right", unknown>;
2514
- readonly variant: i0.InputSignalWithTransform<"inset" | "sidebar" | "floating", unknown>;
2515
- readonly collapsible: i0.InputSignalWithTransform<"none" | "icon" | "offcanvas", unknown>;
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>;
2516
2540
  static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebar, never>;
2517
- 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>;
2518
2542
  }
2519
2543
  declare class FrSidebarTrigger {
2520
2544
  readonly provider: FrSidebarProvider | null;
@@ -2532,11 +2556,16 @@ declare class FrSidebarRail {
2532
2556
  private suppressClick;
2533
2557
  private frameId;
2534
2558
  private pendingWidth;
2559
+ private resizeMinSize;
2560
+ private resizeMaxSize;
2535
2561
  readonly provider: FrSidebarProvider | null;
2536
2562
  toggle(): void;
2537
2563
  startResize(event: PointerEvent): void;
2538
2564
  private resize;
2539
2565
  private flushResize;
2566
+ private clampWidth;
2567
+ private captureResizeBounds;
2568
+ private measureContentMinSize;
2540
2569
  static ɵfac: i0.ɵɵFactoryDeclaration<FrSidebarRail, never>;
2541
2570
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrSidebarRail, "[frSidebarRail], frame-sidebar-rail", never, {}, {}, never, never, true, never>;
2542
2571
  }
@@ -2583,7 +2612,7 @@ declare class FrSidebarMenuItem {
2583
2612
  declare class FrSidebarMenuButton {
2584
2613
  readonly active: i0.InputSignalWithTransform<boolean, unknown>;
2585
2614
  readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
2586
- readonly size: i0.InputSignalWithTransform<"default" | "lg" | "sm", unknown>;
2615
+ readonly size: i0.InputSignalWithTransform<"default" | "sm" | "lg", unknown>;
2587
2616
  readonly variant: i0.InputSignalWithTransform<"default" | "outline", unknown>;
2588
2617
  readonly tooltip: i0.InputSignal<string | null>;
2589
2618
  handleClick(event: Event): void;
@@ -2749,5 +2778,5 @@ declare class FrVirtualViewport {
2749
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>;
2750
2779
  }
2751
2780
 
2752
- 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, 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 };
2753
- 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 };