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