@vuetify/v0 1.0.2 → 1.0.3

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 (58) hide show
  1. package/dist/browser/index.d.ts +489 -373
  2. package/dist/browser/index.js +498 -185
  3. package/dist/components/index.d.mts +2 -2
  4. package/dist/components/index.mjs +2 -2
  5. package/dist/{components-EPI-OV3g.mjs → components-CeyYdes9.mjs} +795 -497
  6. package/dist/composables/index.mjs +21 -21
  7. package/dist/{composables-Ce3inP9P.mjs → composables-Br-ApSWN.mjs} +45 -38
  8. package/dist/constants/index.mjs +1 -1
  9. package/dist/{createDataTable-BnL2eb_0.mjs → createDataTable-B1uf_rZu.mjs} +3 -3
  10. package/dist/{createGroup-CJjPnhGu.mjs → createGroup-Czt0x8tf.mjs} +1 -1
  11. package/dist/{createRegistry-BCyeTWME.mjs → createRegistry-Cu1WQTyV.mjs} +1 -1
  12. package/dist/{createSelection-MKYbRsRh.mjs → createSelection-kydb14hZ.mjs} +1 -1
  13. package/dist/{createSingle-BqTldaCh.mjs → createSingle-JWAjGQLk.mjs} +1 -1
  14. package/dist/{createTokens-1CBBjmzi.mjs → createTokens-BD7p5_XB.mjs} +2 -2
  15. package/dist/data-table/index.mjs +1 -1
  16. package/dist/date/index.mjs +1 -1
  17. package/dist/features/adapters/posthog/index.mjs +1 -1
  18. package/dist/features/index.mjs +1 -1
  19. package/dist/{globals-BVulH1kl.mjs → globals-XB8xcQFv.mjs} +1 -1
  20. package/dist/{index-DBm7uM6h.d.mts → index-BS_OGRsE.d.mts} +423 -307
  21. package/dist/index.d.mts +2 -2
  22. package/dist/index.mjs +24 -24
  23. package/dist/json/attributes.json +29 -1
  24. package/dist/json/importMap.json +4 -0
  25. package/dist/json/tags.json +12 -0
  26. package/dist/json/web-types.json +74 -2
  27. package/dist/locale/adapters/index.mjs +1 -1
  28. package/dist/locale/adapters/v0/index.mjs +1 -1
  29. package/dist/locale/index.mjs +2 -2
  30. package/dist/locale/messages/en/index.d.mts +5 -0
  31. package/dist/locale/messages/en/index.mjs +7 -2
  32. package/dist/logger/adapters/index.mjs +1 -1
  33. package/dist/logger/adapters/v0/index.mjs +1 -1
  34. package/dist/logger/index.mjs +2 -2
  35. package/dist/notifications/index.mjs +2 -2
  36. package/dist/permissions/index.mjs +1 -1
  37. package/dist/rules/index.mjs +1 -1
  38. package/dist/storage/index.mjs +1 -1
  39. package/dist/theme/adapters/index.mjs +2 -2
  40. package/dist/theme/adapters/unhead/index.mjs +1 -1
  41. package/dist/theme/adapters/v0/index.mjs +1 -1
  42. package/dist/theme/index.mjs +3 -3
  43. package/dist/{unhead-OxL9-io3.mjs → unhead-VVWCVv5Z.mjs} +1 -1
  44. package/dist/{useEventListener-DvBy0REl.mjs → useEventListener-DasgNSNh.mjs} +1 -1
  45. package/dist/{useFeatures-BzLoyh-D.mjs → useFeatures-SX-DoCwv.mjs} +3 -3
  46. package/dist/{useLocale-6nnyjL_b.mjs → useLocale-C8E7B4Il.mjs} +4 -4
  47. package/dist/{useLogger-SKBSf2Ry.mjs → useLogger-pEmKLFsd.mjs} +2 -2
  48. package/dist/{useNotifications-CD7VNgfs.mjs → useNotifications-C6xFiQsD.mjs} +3 -3
  49. package/dist/{usePermissions-CT4nIEtD.mjs → usePermissions-CCA_18Be.mjs} +2 -2
  50. package/dist/{useRovingFocus-DPa2z5II.mjs → useRovingFocus-D2_aApXC.mjs} +26 -18
  51. package/dist/{useRules-DhN_Glen.mjs → useRules-CWWsE2Xt.mjs} +2 -2
  52. package/dist/{useStorage-vwbN1KlV.mjs → useStorage-Dd_snxwm.mjs} +3 -3
  53. package/dist/{useTheme-HbZK7iGf.mjs → useTheme-8qFLgTvi.mjs} +4 -4
  54. package/dist/utilities/index.mjs +1 -1
  55. package/dist/{v0-D-N-Egmx.mjs → v0-BLhsLm61.mjs} +1 -1
  56. package/dist/{v0-CvlDO4sB.mjs → v0-Bdm1oHXK.mjs} +1 -1
  57. package/dist/{v0-C2JHbe3R.mjs → v0-DYG-2UmI.mjs} +1 -1
  58. package/package.json +1 -1
@@ -41,8 +41,8 @@ interface AtomExpose {
41
41
  element: TemplateRef<HTMLElement | null>;
42
42
  }
43
43
  interface AtomPrivateProps extends AtomProps {}
44
- declare const _default$169: typeof __VLS_export$169;
45
- declare const __VLS_export$169: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$32<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
44
+ declare const _default$170: typeof __VLS_export$170;
45
+ declare const __VLS_export$170: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$32<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
46
46
  props: _$vue.PublicProps & __VLS_PrettifyLocal$32<AtomPrivateProps> & (typeof globalThis extends {
47
47
  __VLS_PROPS_FALLBACK: infer P;
48
48
  } ? P : {});
@@ -62,6 +62,7 @@ interface AlertDialogContext {
62
62
  titleId: string;
63
63
  descriptionId: string;
64
64
  isPending: ShallowRef<boolean>;
65
+ cancelEl: ShallowRef<HTMLElement | null>;
65
66
  open: () => void;
66
67
  close: () => void;
67
68
  }
@@ -84,8 +85,8 @@ interface AlertDialogRootSlotProps {
84
85
  close: () => void;
85
86
  }
86
87
  declare const useAlertDialogContext: (key: string, defaultValue?: AlertDialogContext | undefined) => AlertDialogContext, provideAlertDialogContext: (key: string, context: AlertDialogContext, app?: _$vue.App) => AlertDialogContext;
87
- declare const _default$168: typeof __VLS_export$168;
88
- declare const __VLS_export$168: __VLS_WithSlots$129<_$vue.DefineComponent<AlertDialogRootProps & {
88
+ declare const _default$169: typeof __VLS_export$169;
89
+ declare const __VLS_export$169: __VLS_WithSlots$129<_$vue.DefineComponent<AlertDialogRootProps & {
89
90
  modelValue?: boolean;
90
91
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
91
92
  "update:modelValue": (value: boolean) => any;
@@ -115,14 +116,17 @@ interface AlertDialogActivatorSlotProps {
115
116
  /** Attributes to bind to the trigger element */
116
117
  attrs: {
117
118
  'type': 'button' | undefined;
119
+ 'role': 'button' | undefined;
120
+ 'tabindex': number;
118
121
  'aria-haspopup': 'dialog';
119
122
  'aria-expanded': boolean;
120
123
  'data-open': true | undefined;
121
124
  'onClick': () => void;
125
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
122
126
  };
123
127
  }
124
- declare const _default$167: typeof __VLS_export$167;
125
- declare const __VLS_export$167: __VLS_WithSlots$128<_$vue.DefineComponent<AlertDialogActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
128
+ declare const _default$168: typeof __VLS_export$168;
129
+ declare const __VLS_export$168: __VLS_WithSlots$128<_$vue.DefineComponent<AlertDialogActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
126
130
  default: (props: AlertDialogActivatorSlotProps) => any;
127
131
  }>;
128
132
  type __VLS_WithSlots$128<T, S> = T & {
@@ -171,8 +175,8 @@ interface AlertDialogContentSlotProps {
171
175
  'onClose': (e: Event) => void;
172
176
  };
173
177
  }
174
- declare const _default$166: typeof __VLS_export$166;
175
- declare const __VLS_export$166: __VLS_WithSlots$127<_$vue.DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
178
+ declare const _default$167: typeof __VLS_export$167;
179
+ declare const __VLS_export$167: __VLS_WithSlots$127<_$vue.DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
176
180
  cancel: (e: Event) => any;
177
181
  close: (e: Event) => any;
178
182
  }, string, _$vue.PublicProps, Readonly<AlertDialogContentProps> & Readonly<{
@@ -198,8 +202,8 @@ interface AlertDialogTitleSlotProps {
198
202
  id: string;
199
203
  };
200
204
  }
201
- declare const _default$165: typeof __VLS_export$165;
202
- declare const __VLS_export$165: __VLS_WithSlots$126<_$vue.DefineComponent<AlertDialogTitleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
205
+ declare const _default$166: typeof __VLS_export$166;
206
+ declare const __VLS_export$166: __VLS_WithSlots$126<_$vue.DefineComponent<AlertDialogTitleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
203
207
  default: (props: AlertDialogTitleSlotProps) => any;
204
208
  }>;
205
209
  type __VLS_WithSlots$126<T, S> = T & {
@@ -219,8 +223,8 @@ interface AlertDialogDescriptionSlotProps {
219
223
  id: string;
220
224
  };
221
225
  }
222
- declare const _default$164: typeof __VLS_export$164;
223
- declare const __VLS_export$164: __VLS_WithSlots$125<_$vue.DefineComponent<AlertDialogDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
226
+ declare const _default$165: typeof __VLS_export$165;
227
+ declare const __VLS_export$165: __VLS_WithSlots$125<_$vue.DefineComponent<AlertDialogDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
224
228
  default: (props: AlertDialogDescriptionSlotProps) => any;
225
229
  }>;
226
230
  type __VLS_WithSlots$125<T, S> = T & {
@@ -242,13 +246,16 @@ interface AlertDialogCancelSlotProps {
242
246
  /** Attributes to bind to the cancel button element */
243
247
  attrs: {
244
248
  'type': 'button' | undefined;
249
+ 'role': 'button' | undefined;
250
+ 'tabindex': number;
245
251
  'disabled': boolean | undefined;
246
252
  'data-disabled': '' | undefined;
247
253
  'onClick': () => void;
254
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
248
255
  };
249
256
  }
250
- declare const _default$163: typeof __VLS_export$163;
251
- declare const __VLS_export$163: __VLS_WithSlots$124<_$vue.DefineComponent<AlertDialogCancelProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
257
+ declare const _default$164: typeof __VLS_export$164;
258
+ declare const __VLS_export$164: __VLS_WithSlots$124<_$vue.DefineComponent<AlertDialogCancelProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
252
259
  default: (props: AlertDialogCancelSlotProps) => any;
253
260
  }>;
254
261
  type __VLS_WithSlots$124<T, S> = T & {
@@ -268,12 +275,15 @@ interface AlertDialogCloseSlotProps {
268
275
  /** Attributes to bind to the close button element */
269
276
  attrs: {
270
277
  'type': 'button' | undefined;
278
+ 'role': 'button' | undefined;
279
+ 'tabindex': number;
271
280
  'aria-label': string;
272
281
  'onClick': () => void;
282
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
273
283
  };
274
284
  }
275
- declare const _default$162: typeof __VLS_export$162;
276
- declare const __VLS_export$162: __VLS_WithSlots$123<_$vue.DefineComponent<AlertDialogCloseProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
285
+ declare const _default$163: typeof __VLS_export$163;
286
+ declare const __VLS_export$163: __VLS_WithSlots$123<_$vue.DefineComponent<AlertDialogCloseProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
277
287
  default: (props: AlertDialogCloseSlotProps) => any;
278
288
  }>;
279
289
  type __VLS_WithSlots$123<T, S> = T & {
@@ -304,14 +314,17 @@ interface AlertDialogActionSlotProps {
304
314
  /** Attributes to bind to the action button element */
305
315
  attrs: {
306
316
  'type': 'button' | undefined;
317
+ 'role': 'button' | undefined;
318
+ 'tabindex': number;
307
319
  'disabled': boolean | undefined;
308
320
  'data-disabled': '' | undefined;
309
321
  'data-pending': '' | undefined;
310
322
  'onClick': () => void;
323
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
311
324
  };
312
325
  }
313
- declare const _default$161: typeof __VLS_export$161;
314
- declare const __VLS_export$161: __VLS_WithSlots$122<_$vue.DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
326
+ declare const _default$162: typeof __VLS_export$162;
327
+ declare const __VLS_export$162: __VLS_WithSlots$122<_$vue.DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
315
328
  action: (event: AlertDialogActionEvent) => any;
316
329
  }, string, _$vue.PublicProps, Readonly<AlertDialogActionProps> & Readonly<{
317
330
  onAction?: ((event: AlertDialogActionEvent) => any) | undefined;
@@ -701,8 +714,8 @@ interface AspectRatioSlotProps {
701
714
  };
702
715
  };
703
716
  }
704
- declare const _default$160: typeof __VLS_export$160;
705
- declare const __VLS_export$160: __VLS_WithSlots$121<_$vue.DefineComponent<AspectRatioProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AspectRatioProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
717
+ declare const _default$161: typeof __VLS_export$161;
718
+ declare const __VLS_export$161: __VLS_WithSlots$121<_$vue.DefineComponent<AspectRatioProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AspectRatioProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
706
719
  default: (props: AspectRatioSlotProps) => any;
707
720
  }>;
708
721
  type __VLS_WithSlots$121<T, S> = T & {
@@ -734,8 +747,8 @@ interface AvatarRootSlotProps {
734
747
  index: number;
735
748
  }
736
749
  declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?: _$vue.App) => AvatarContext;
737
- declare const _default$159: typeof __VLS_export$159;
738
- declare const __VLS_export$159: __VLS_WithSlots$120<_$vue.DefineComponent<AvatarRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
750
+ declare const _default$160: typeof __VLS_export$160;
751
+ declare const __VLS_export$160: __VLS_WithSlots$120<_$vue.DefineComponent<AvatarRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
739
752
  default: (props: AvatarRootSlotProps) => unknown;
740
753
  }>;
741
754
  type __VLS_WithSlots$120<T, S> = T & {
@@ -779,8 +792,8 @@ interface AvatarImageSlotProps {
779
792
  onError: (e: Event) => void;
780
793
  };
781
794
  }
782
- declare const _default$158: typeof __VLS_export$158;
783
- declare const __VLS_export$158: __VLS_WithSlots$119<_$vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
795
+ declare const _default$159: typeof __VLS_export$159;
796
+ declare const __VLS_export$159: __VLS_WithSlots$119<_$vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
784
797
  load: (e: Event) => any;
785
798
  error: (e: Event) => any;
786
799
  }, string, _$vue.PublicProps, Readonly<AvatarImageProps> & Readonly<{
@@ -804,8 +817,8 @@ interface AvatarFallbackSlotProps {
804
817
  /** Whether this fallback is currently visible */
805
818
  isSelected: boolean;
806
819
  }
807
- declare const _default$157: typeof __VLS_export$157;
808
- declare const __VLS_export$157: __VLS_WithSlots$118<_$vue.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
820
+ declare const _default$158: typeof __VLS_export$158;
821
+ declare const __VLS_export$158: __VLS_WithSlots$118<_$vue.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
809
822
  default: (props: AvatarFallbackSlotProps) => any;
810
823
  }>;
811
824
  type __VLS_WithSlots$118<T, S> = T & {
@@ -871,8 +884,8 @@ interface AvatarGroupSlotProps {
871
884
  };
872
885
  }
873
886
  declare const useAvatarGroup: (key: string, defaultValue?: AvatarGroupContext | null | undefined) => AvatarGroupContext | null, provideAvatarGroup: (key: string, context: AvatarGroupContext | null, app?: _$vue.App) => AvatarGroupContext | null;
874
- declare const _default$156: typeof __VLS_export$156;
875
- declare const __VLS_export$156: __VLS_WithSlots$117<_$vue.DefineComponent<AvatarGroupProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
887
+ declare const _default$157: typeof __VLS_export$157;
888
+ declare const __VLS_export$157: __VLS_WithSlots$117<_$vue.DefineComponent<AvatarGroupProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
876
889
  default: (props: AvatarGroupSlotProps) => unknown;
877
890
  }>;
878
891
  type __VLS_WithSlots$117<T, S> = T & {
@@ -895,8 +908,8 @@ interface AvatarIndicatorSlotProps {
895
908
  'data-overflow-indicator': 'true';
896
909
  };
897
910
  }
898
- declare const _default$155: typeof __VLS_export$155;
899
- declare const __VLS_export$155: __VLS_WithSlots$116<_$vue.DefineComponent<AvatarIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
911
+ declare const _default$156: typeof __VLS_export$156;
912
+ declare const __VLS_export$156: __VLS_WithSlots$116<_$vue.DefineComponent<AvatarIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
900
913
  default: (props: AvatarIndicatorSlotProps) => unknown;
901
914
  }>;
902
915
  type __VLS_WithSlots$116<T, S> = T & {
@@ -1145,8 +1158,8 @@ interface BreadcrumbsRootSlotProps {
1145
1158
  };
1146
1159
  }
1147
1160
  declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?: _$vue.App) => BreadcrumbsRootContext;
1148
- declare const _default$154: typeof __VLS_export$154;
1149
- declare const __VLS_export$154: __VLS_WithSlots$115<_$vue.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1161
+ declare const _default$155: typeof __VLS_export$155;
1162
+ declare const __VLS_export$155: __VLS_WithSlots$115<_$vue.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1150
1163
  default: (props: BreadcrumbsRootSlotProps) => unknown;
1151
1164
  }>;
1152
1165
  type __VLS_WithSlots$115<T, S> = T & {
@@ -1162,8 +1175,8 @@ interface BreadcrumbsListSlotProps {
1162
1175
  role: 'list';
1163
1176
  };
1164
1177
  }
1165
- declare const _default$153: typeof __VLS_export$153;
1166
- declare const __VLS_export$153: __VLS_WithSlots$114<_$vue.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1178
+ declare const _default$154: typeof __VLS_export$154;
1179
+ declare const __VLS_export$154: __VLS_WithSlots$114<_$vue.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1167
1180
  default: (props: BreadcrumbsListSlotProps) => unknown;
1168
1181
  }>;
1169
1182
  type __VLS_WithSlots$114<T, S> = T & {
@@ -1194,8 +1207,8 @@ interface BreadcrumbsItemSlotProps {
1194
1207
  'data-selected': true | undefined;
1195
1208
  };
1196
1209
  }
1197
- declare const _default$152: typeof __VLS_export$152;
1198
- declare const __VLS_export$152: __VLS_WithSlots$113<_$vue.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1210
+ declare const _default$153: typeof __VLS_export$153;
1211
+ declare const __VLS_export$153: __VLS_WithSlots$113<_$vue.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1199
1212
  default: (props: BreadcrumbsItemSlotProps) => unknown;
1200
1213
  }>;
1201
1214
  type __VLS_WithSlots$113<T, S> = T & {
@@ -1212,8 +1225,8 @@ interface BreadcrumbsPageSlotProps {
1212
1225
  'aria-current': 'page';
1213
1226
  };
1214
1227
  }
1215
- declare const _default$151: typeof __VLS_export$151;
1216
- declare const __VLS_export$151: __VLS_WithSlots$112<_$vue.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1228
+ declare const _default$152: typeof __VLS_export$152;
1229
+ declare const __VLS_export$152: __VLS_WithSlots$112<_$vue.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1217
1230
  default: (props: BreadcrumbsPageSlotProps) => unknown;
1218
1231
  }>;
1219
1232
  type __VLS_WithSlots$112<T, S> = T & {
@@ -1244,8 +1257,8 @@ interface BreadcrumbsDividerSlotProps {
1244
1257
  'data-selected': true | undefined;
1245
1258
  };
1246
1259
  }
1247
- declare const _default$150: typeof __VLS_export$150;
1248
- declare const __VLS_export$150: __VLS_WithSlots$111<_$vue.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1260
+ declare const _default$151: typeof __VLS_export$151;
1261
+ declare const __VLS_export$151: __VLS_WithSlots$111<_$vue.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1249
1262
  default: (props: BreadcrumbsDividerSlotProps) => unknown;
1250
1263
  }>;
1251
1264
  type __VLS_WithSlots$111<T, S> = T & {
@@ -1278,8 +1291,8 @@ interface BreadcrumbsEllipsisSlotProps {
1278
1291
  'data-selected': true | undefined;
1279
1292
  };
1280
1293
  }
1281
- declare const _default$149: typeof __VLS_export$149;
1282
- declare const __VLS_export$149: __VLS_WithSlots$110<_$vue.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1294
+ declare const _default$150: typeof __VLS_export$150;
1295
+ declare const __VLS_export$150: __VLS_WithSlots$110<_$vue.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1283
1296
  default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
1284
1297
  }>;
1285
1298
  type __VLS_WithSlots$110<T, S> = T & {
@@ -1312,8 +1325,8 @@ interface BreadcrumbsActivatorSlotProps {
1312
1325
  'onKeydown': ((e: KeyboardEvent) => void) | undefined;
1313
1326
  };
1314
1327
  }
1315
- declare const _default$148: typeof __VLS_export$148;
1316
- declare const __VLS_export$148: __VLS_WithSlots$109<_$vue.DefineComponent<BreadcrumbsActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1328
+ declare const _default$149: typeof __VLS_export$149;
1329
+ declare const __VLS_export$149: __VLS_WithSlots$109<_$vue.DefineComponent<BreadcrumbsActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1317
1330
  default: (props: BreadcrumbsActivatorSlotProps) => unknown;
1318
1331
  }>;
1319
1332
  type __VLS_WithSlots$109<T, S> = T & {
@@ -1324,8 +1337,8 @@ type __VLS_WithSlots$109<T, S> = T & {
1324
1337
  //#endregion
1325
1338
  //#region src/components/Breadcrumbs/BreadcrumbsLink.vue.d.ts
1326
1339
  type BreadcrumbsLinkProps = AtomProps;
1327
- declare const _default$147: typeof __VLS_export$147;
1328
- declare const __VLS_export$147: __VLS_WithSlots$108<_$vue.DefineComponent<AtomProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1340
+ declare const _default$148: typeof __VLS_export$148;
1341
+ declare const __VLS_export$148: __VLS_WithSlots$108<_$vue.DefineComponent<AtomProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1329
1342
  default?: (props: {}) => any;
1330
1343
  }>;
1331
1344
  type __VLS_WithSlots$108<T, S> = T & {
@@ -1667,8 +1680,8 @@ interface ButtonContentProps {
1667
1680
  interface ButtonContentSlotProps {
1668
1681
  isSelected: boolean;
1669
1682
  }
1670
- declare const _default$146: typeof __VLS_export$146;
1671
- declare const __VLS_export$146: __VLS_WithSlots$107<_$vue.DefineComponent<ButtonContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1683
+ declare const _default$147: typeof __VLS_export$147;
1684
+ declare const __VLS_export$147: __VLS_WithSlots$107<_$vue.DefineComponent<ButtonContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1672
1685
  default: (props: ButtonContentSlotProps) => any;
1673
1686
  }>;
1674
1687
  type __VLS_WithSlots$107<T, S> = T & {
@@ -1711,8 +1724,8 @@ interface ButtonGroupSlotProps {
1711
1724
  };
1712
1725
  }
1713
1726
  declare const useButtonGroup: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideButtonGroup: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: _$vue.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
1714
- declare const _default$145: typeof __VLS_export$145;
1715
- declare const __VLS_export$145: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$31<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1727
+ declare const _default$146: typeof __VLS_export$146;
1728
+ declare const __VLS_export$146: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$31<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1716
1729
  props: _$vue.PublicProps & __VLS_PrettifyLocal$31<(ButtonGroupProps & {
1717
1730
  modelValue?: T | T[];
1718
1731
  }) & {
@@ -1743,8 +1756,8 @@ interface ButtonHiddenInputProps {
1743
1756
  /** Associate with form by ID */
1744
1757
  form?: string;
1745
1758
  }
1746
- declare const _default$144: typeof __VLS_export$144;
1747
- declare const __VLS_export$144: _$vue.DefineComponent<ButtonHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1759
+ declare const _default$145: typeof __VLS_export$145;
1760
+ declare const __VLS_export$145: _$vue.DefineComponent<ButtonHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1748
1761
  //#endregion
1749
1762
  //#region src/components/Button/ButtonIcon.vue.d.ts
1750
1763
  interface ButtonIconProps extends AtomProps {
@@ -1759,8 +1772,8 @@ interface ButtonIconSlotProps {
1759
1772
  'aria-hidden': true;
1760
1773
  };
1761
1774
  }
1762
- declare const _default$143: typeof __VLS_export$143;
1763
- declare const __VLS_export$143: __VLS_WithSlots$106<_$vue.DefineComponent<ButtonIconProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonIconProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1775
+ declare const _default$144: typeof __VLS_export$144;
1776
+ declare const __VLS_export$144: __VLS_WithSlots$106<_$vue.DefineComponent<ButtonIconProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonIconProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1764
1777
  default: (props: ButtonIconSlotProps) => any;
1765
1778
  }>;
1766
1779
  type __VLS_WithSlots$106<T, S> = T & {
@@ -1780,8 +1793,8 @@ interface ButtonLoadingSlotProps {
1780
1793
  /** Whether this loading indicator is currently selected/visible */
1781
1794
  isSelected: boolean;
1782
1795
  }
1783
- declare const _default$142: typeof __VLS_export$142;
1784
- declare const __VLS_export$142: __VLS_WithSlots$105<_$vue.DefineComponent<ButtonLoadingProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonLoadingProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1796
+ declare const _default$143: typeof __VLS_export$143;
1797
+ declare const __VLS_export$143: __VLS_WithSlots$105<_$vue.DefineComponent<ButtonLoadingProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonLoadingProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
1785
1798
  default: (props: ButtonLoadingSlotProps) => any;
1786
1799
  }>;
1787
1800
  type __VLS_WithSlots$105<T, S> = T & {
@@ -1869,8 +1882,8 @@ interface ButtonRootSlotProps {
1869
1882
  };
1870
1883
  }
1871
1884
  declare const useButtonRoot: (key: string, defaultValue?: ButtonRootContext | undefined) => ButtonRootContext, provideButtonRoot: (key: string, context: ButtonRootContext, app?: _$vue.App) => ButtonRootContext;
1872
- declare const _default$141: typeof __VLS_export$141;
1873
- declare const __VLS_export$141: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$30<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1885
+ declare const _default$142: typeof __VLS_export$142;
1886
+ declare const __VLS_export$142: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$30<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1874
1887
  props: _$vue.PublicProps & __VLS_PrettifyLocal$30<ButtonRootProps<V>> & (typeof globalThis extends {
1875
1888
  __VLS_PROPS_FALLBACK: infer P;
1876
1889
  } ? P : {});
@@ -2257,8 +2270,8 @@ interface CarouselContext extends StepContext<CarouselTicket> {
2257
2270
  resume: () => void;
2258
2271
  }
2259
2272
  declare const useCarouselRoot: (key: string, defaultValue?: CarouselContext | undefined) => CarouselContext, provideCarouselRoot: (key: string, context: CarouselContext, app?: _$vue.App) => CarouselContext;
2260
- declare const _default$140: typeof __VLS_export$140;
2261
- declare const __VLS_export$140: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$29<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2273
+ declare const _default$141: typeof __VLS_export$141;
2274
+ declare const __VLS_export$141: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$29<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2262
2275
  props: _$vue.PublicProps & __VLS_PrettifyLocal$29<(CarouselRootProps & {
2263
2276
  modelValue?: T | T[];
2264
2277
  }) & {
@@ -2293,8 +2306,8 @@ interface CarouselViewportSlotProps {
2293
2306
  'style': Record<string, string | number>;
2294
2307
  };
2295
2308
  }
2296
- declare const _default$139: typeof __VLS_export$139;
2297
- declare const __VLS_export$139: __VLS_WithSlots$104<_$vue.DefineComponent<CarouselViewportProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2309
+ declare const _default$140: typeof __VLS_export$140;
2310
+ declare const __VLS_export$140: __VLS_WithSlots$104<_$vue.DefineComponent<CarouselViewportProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2298
2311
  default: (props: CarouselViewportSlotProps) => any;
2299
2312
  }>;
2300
2313
  type __VLS_WithSlots$104<T, S> = T & {
@@ -2345,8 +2358,8 @@ interface CarouselItemSlotProps {
2345
2358
  'style': Record<string, string>;
2346
2359
  };
2347
2360
  }
2348
- declare const _default$138: typeof __VLS_export$138;
2349
- declare const __VLS_export$138: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$28<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2361
+ declare const _default$139: typeof __VLS_export$139;
2362
+ declare const __VLS_export$139: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$28<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2350
2363
  props: _$vue.PublicProps & __VLS_PrettifyLocal$28<CarouselItemProps<V>> & (typeof globalThis extends {
2351
2364
  __VLS_PROPS_FALLBACK: infer P;
2352
2365
  } ? P : {});
@@ -2374,6 +2387,8 @@ interface CarouselPreviousSlotProps {
2374
2387
  /** Attributes to bind to the button element */
2375
2388
  attrs: {
2376
2389
  'type': 'button' | undefined;
2390
+ 'role': 'button' | undefined;
2391
+ 'tabindex': number;
2377
2392
  'aria-label': string;
2378
2393
  'aria-controls': string;
2379
2394
  'aria-disabled': boolean;
@@ -2381,10 +2396,11 @@ interface CarouselPreviousSlotProps {
2381
2396
  'data-disabled': true | undefined;
2382
2397
  'data-edge': true | undefined;
2383
2398
  'onClick': () => void;
2399
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
2384
2400
  };
2385
2401
  }
2386
- declare const _default$137: typeof __VLS_export$137;
2387
- declare const __VLS_export$137: __VLS_WithSlots$103<_$vue.DefineComponent<CarouselPreviousProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselPreviousProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2402
+ declare const _default$138: typeof __VLS_export$138;
2403
+ declare const __VLS_export$138: __VLS_WithSlots$103<_$vue.DefineComponent<CarouselPreviousProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselPreviousProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2388
2404
  default: (props: CarouselPreviousSlotProps) => any;
2389
2405
  }>;
2390
2406
  type __VLS_WithSlots$103<T, S> = T & {
@@ -2406,6 +2422,8 @@ interface CarouselNextSlotProps {
2406
2422
  /** Attributes to bind to the button element */
2407
2423
  attrs: {
2408
2424
  'type': 'button' | undefined;
2425
+ 'role': 'button' | undefined;
2426
+ 'tabindex': number;
2409
2427
  'aria-label': string;
2410
2428
  'aria-controls': string;
2411
2429
  'aria-disabled': boolean;
@@ -2413,10 +2431,11 @@ interface CarouselNextSlotProps {
2413
2431
  'data-disabled': true | undefined;
2414
2432
  'data-edge': true | undefined;
2415
2433
  'onClick': () => void;
2434
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
2416
2435
  };
2417
2436
  }
2418
- declare const _default$136: typeof __VLS_export$136;
2419
- declare const __VLS_export$136: __VLS_WithSlots$102<_$vue.DefineComponent<CarouselNextProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselNextProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2437
+ declare const _default$137: typeof __VLS_export$137;
2438
+ declare const __VLS_export$137: __VLS_WithSlots$102<_$vue.DefineComponent<CarouselNextProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselNextProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2420
2439
  default: (props: CarouselNextSlotProps) => any;
2421
2440
  }>;
2422
2441
  type __VLS_WithSlots$102<T, S> = T & {
@@ -2466,8 +2485,8 @@ interface CarouselIndicatorSlotProps {
2466
2485
  'aria-orientation': 'horizontal' | 'vertical';
2467
2486
  };
2468
2487
  }
2469
- declare const _default$135: typeof __VLS_export$135;
2470
- declare const __VLS_export$135: __VLS_WithSlots$101<_$vue.DefineComponent<CarouselIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2488
+ declare const _default$136: typeof __VLS_export$136;
2489
+ declare const __VLS_export$136: __VLS_WithSlots$101<_$vue.DefineComponent<CarouselIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2471
2490
  default: (props: CarouselIndicatorSlotProps) => any;
2472
2491
  }>;
2473
2492
  type __VLS_WithSlots$101<T, S> = T & {
@@ -2502,8 +2521,8 @@ interface CarouselProgressSlotProps {
2502
2521
  };
2503
2522
  };
2504
2523
  }
2505
- declare const _default$134: typeof __VLS_export$134;
2506
- declare const __VLS_export$134: __VLS_WithSlots$100<_$vue.DefineComponent<CarouselProgressProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselProgressProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2524
+ declare const _default$135: typeof __VLS_export$135;
2525
+ declare const __VLS_export$135: __VLS_WithSlots$100<_$vue.DefineComponent<CarouselProgressProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselProgressProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2507
2526
  default: (props: CarouselProgressSlotProps) => any;
2508
2527
  }>;
2509
2528
  type __VLS_WithSlots$100<T, S> = T & {
@@ -2531,8 +2550,8 @@ interface CarouselLiveRegionSlotProps {
2531
2550
  'role': 'status';
2532
2551
  };
2533
2552
  }
2534
- declare const _default$133: typeof __VLS_export$133;
2535
- declare const __VLS_export$133: __VLS_WithSlots$99<_$vue.DefineComponent<CarouselLiveRegionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselLiveRegionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2553
+ declare const _default$134: typeof __VLS_export$134;
2554
+ declare const __VLS_export$134: __VLS_WithSlots$99<_$vue.DefineComponent<CarouselLiveRegionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselLiveRegionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
2536
2555
  default: (props: CarouselLiveRegionSlotProps) => any;
2537
2556
  }>;
2538
2557
  type __VLS_WithSlots$99<T, S> = T & {
@@ -2962,8 +2981,8 @@ interface CheckboxGroupSlotProps {
2962
2981
  };
2963
2982
  }
2964
2983
  declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: _$vue.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
2965
- declare const _default$132: typeof __VLS_export$132;
2966
- declare const __VLS_export$132: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$27<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2984
+ declare const _default$133: typeof __VLS_export$133;
2985
+ declare const __VLS_export$133: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$27<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2967
2986
  props: _$vue.PublicProps & __VLS_PrettifyLocal$27<(CheckboxGroupProps & {
2968
2987
  modelValue?: T | T[];
2969
2988
  }) & {
@@ -2994,8 +3013,8 @@ interface CheckboxHiddenInputProps {
2994
3013
  /** Associate with form by ID (defaults to context value) */
2995
3014
  form?: string;
2996
3015
  }
2997
- declare const _default$131: typeof __VLS_export$131;
2998
- declare const __VLS_export$131: _$vue.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
3016
+ declare const _default$132: typeof __VLS_export$132;
3017
+ declare const __VLS_export$132: _$vue.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
2999
3018
  //#endregion
3000
3019
  //#region src/components/Checkbox/CheckboxRoot.vue.d.ts
3001
3020
  /** Visual state of the checkbox for styling purposes */
@@ -3095,8 +3114,8 @@ interface CheckboxRootSlotProps<V = unknown> {
3095
3114
  };
3096
3115
  }
3097
3116
  declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: _$vue.App) => CheckboxRootContext<unknown>;
3098
- declare const _default$130: typeof __VLS_export$130;
3099
- declare const __VLS_export$130: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$26<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3117
+ declare const _default$131: typeof __VLS_export$131;
3118
+ declare const __VLS_export$131: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$26<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3100
3119
  props: _$vue.PublicProps & __VLS_PrettifyLocal$26<(CheckboxRootProps<V> & {
3101
3120
  modelValue?: boolean;
3102
3121
  }) & {
@@ -3134,8 +3153,8 @@ interface CheckboxIndicatorSlotProps {
3134
3153
  };
3135
3154
  };
3136
3155
  }
3137
- declare const _default$129: typeof __VLS_export$129;
3138
- declare const __VLS_export$129: __VLS_WithSlots$98<_$vue.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3156
+ declare const _default$130: typeof __VLS_export$130;
3157
+ declare const __VLS_export$130: __VLS_WithSlots$98<_$vue.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3139
3158
  default: (props: CheckboxIndicatorSlotProps) => any;
3140
3159
  }>;
3141
3160
  type __VLS_WithSlots$98<T, S> = T & {
@@ -3190,8 +3209,8 @@ interface CheckboxSelectAllSlotProps {
3190
3209
  'onKeydown': (e: KeyboardEvent) => void;
3191
3210
  };
3192
3211
  }
3193
- declare const _default$128: typeof __VLS_export$128;
3194
- declare const __VLS_export$128: __VLS_WithSlots$97<_$vue.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3212
+ declare const _default$129: typeof __VLS_export$129;
3213
+ declare const __VLS_export$129: __VLS_WithSlots$97<_$vue.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3195
3214
  default: (props: CheckboxSelectAllSlotProps) => any;
3196
3215
  }>;
3197
3216
  type __VLS_WithSlots$97<T, S> = T & {
@@ -3501,8 +3520,8 @@ interface CollapsibleRootSlotProps {
3501
3520
  };
3502
3521
  }
3503
3522
  declare const useCollapsible: (key: string, defaultValue?: CollapsibleContext | undefined) => CollapsibleContext, provideCollapsible: (key: string, context: CollapsibleContext, app?: _$vue.App) => CollapsibleContext;
3504
- declare const _default$127: typeof __VLS_export$127;
3505
- declare const __VLS_export$127: __VLS_WithSlots$96<_$vue.DefineComponent<CollapsibleRootProps & {
3523
+ declare const _default$128: typeof __VLS_export$128;
3524
+ declare const __VLS_export$128: __VLS_WithSlots$96<_$vue.DefineComponent<CollapsibleRootProps & {
3506
3525
  modelValue?: boolean;
3507
3526
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
3508
3527
  "update:modelValue": (value: boolean) => any;
@@ -3545,11 +3564,11 @@ interface CollapsibleActivatorSlotProps {
3545
3564
  'disabled': boolean | undefined; /** Type attribute for native button elements */
3546
3565
  'type': 'button' | undefined; /** Click handler to toggle */
3547
3566
  'onClick': () => void; /** Keyboard handler for Enter and Space keys */
3548
- 'onKeydown': (e: KeyboardEvent) => void;
3567
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
3549
3568
  };
3550
3569
  }
3551
- declare const _default$126: typeof __VLS_export$126;
3552
- declare const __VLS_export$126: __VLS_WithSlots$95<_$vue.DefineComponent<CollapsibleActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapsibleActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3570
+ declare const _default$127: typeof __VLS_export$127;
3571
+ declare const __VLS_export$127: __VLS_WithSlots$95<_$vue.DefineComponent<CollapsibleActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapsibleActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3553
3572
  default: (props: CollapsibleActivatorSlotProps) => any;
3554
3573
  }>;
3555
3574
  type __VLS_WithSlots$95<T, S> = T & {
@@ -3569,8 +3588,8 @@ interface CollapsibleCueSlotProps {
3569
3588
  'data-state': 'open' | 'closed';
3570
3589
  };
3571
3590
  }
3572
- declare const _default$125: typeof __VLS_export$125;
3573
- declare const __VLS_export$125: __VLS_WithSlots$94<_$vue.DefineComponent<CollapsibleCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapsibleCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3591
+ declare const _default$126: typeof __VLS_export$126;
3592
+ declare const __VLS_export$126: __VLS_WithSlots$94<_$vue.DefineComponent<CollapsibleCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapsibleCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3574
3593
  default: (props: CollapsibleCueSlotProps) => any;
3575
3594
  }>;
3576
3595
  type __VLS_WithSlots$94<T, S> = T & {
@@ -3596,8 +3615,8 @@ interface CollapsibleContentSlotProps {
3596
3615
  'data-disabled': true | undefined;
3597
3616
  };
3598
3617
  }
3599
- declare const _default$124: typeof __VLS_export$124;
3600
- declare const __VLS_export$124: __VLS_WithSlots$93<_$vue.DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3618
+ declare const _default$125: typeof __VLS_export$125;
3619
+ declare const __VLS_export$125: __VLS_WithSlots$93<_$vue.DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3601
3620
  default: (props: CollapsibleContentSlotProps) => any;
3602
3621
  }>;
3603
3622
  type __VLS_WithSlots$93<T, S> = T & {
@@ -3782,8 +3801,8 @@ interface ComboboxRootSlotProps {
3782
3801
  clear: () => void;
3783
3802
  }
3784
3803
  declare const useComboboxContext: (key: string, defaultValue?: ComboboxContext | undefined) => ComboboxContext, provideComboboxContext: (key: string, context: ComboboxContext, app?: _$vue.App) => ComboboxContext;
3785
- declare const _default$123: typeof __VLS_export$123;
3786
- declare const __VLS_export$123: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$25<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3804
+ declare const _default$124: typeof __VLS_export$124;
3805
+ declare const __VLS_export$124: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$25<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3787
3806
  props: _$vue.PublicProps & __VLS_PrettifyLocal$25<(ComboboxRootProps & {
3788
3807
  modelValue?: T | T[];
3789
3808
  }) & {
@@ -3817,8 +3836,8 @@ interface ComboboxActivatorSlotProps {
3817
3836
  'style': Record<string, string>;
3818
3837
  };
3819
3838
  }
3820
- declare const _default$122: typeof __VLS_export$122;
3821
- declare const __VLS_export$122: __VLS_WithSlots$92<_$vue.DefineComponent<ComboboxActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3839
+ declare const _default$123: typeof __VLS_export$123;
3840
+ declare const __VLS_export$123: __VLS_WithSlots$92<_$vue.DefineComponent<ComboboxActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3822
3841
  default: (props: ComboboxActivatorSlotProps) => any;
3823
3842
  }>;
3824
3843
  type __VLS_WithSlots$92<T, S> = T & {
@@ -3861,8 +3880,8 @@ interface ComboboxControlSlotProps {
3861
3880
  'onKeydown': (e: KeyboardEvent) => void;
3862
3881
  };
3863
3882
  }
3864
- declare const _default$121: typeof __VLS_export$121;
3865
- declare const __VLS_export$121: __VLS_WithSlots$91<_$vue.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3883
+ declare const _default$122: typeof __VLS_export$122;
3884
+ declare const __VLS_export$122: __VLS_WithSlots$91<_$vue.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3866
3885
  default: (props: ComboboxControlSlotProps) => any;
3867
3886
  }>;
3868
3887
  type __VLS_WithSlots$91<T, S> = T & {
@@ -3883,8 +3902,8 @@ interface ComboboxCueSlotProps {
3883
3902
  'onClick': () => void;
3884
3903
  };
3885
3904
  }
3886
- declare const _default$120: typeof __VLS_export$120;
3887
- declare const __VLS_export$120: __VLS_WithSlots$90<_$vue.DefineComponent<ComboboxCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3905
+ declare const _default$121: typeof __VLS_export$121;
3906
+ declare const __VLS_export$121: __VLS_WithSlots$90<_$vue.DefineComponent<ComboboxCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3888
3907
  default: (props: ComboboxCueSlotProps) => any;
3889
3908
  }>;
3890
3909
  type __VLS_WithSlots$90<T, S> = T & {
@@ -3906,8 +3925,8 @@ interface ComboboxContentSlotProps {
3906
3925
  /** Attributes to bind to the content element */
3907
3926
  attrs: Record<string, unknown>;
3908
3927
  }
3909
- declare const _default$119: typeof __VLS_export$119;
3910
- declare const __VLS_export$119: __VLS_WithSlots$89<_$vue.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3928
+ declare const _default$120: typeof __VLS_export$120;
3929
+ declare const __VLS_export$120: __VLS_WithSlots$89<_$vue.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3911
3930
  default: (props: ComboboxContentSlotProps) => any;
3912
3931
  }>;
3913
3932
  type __VLS_WithSlots$89<T, S> = T & {
@@ -3953,8 +3972,8 @@ interface ComboboxItemSlotProps<V = unknown> {
3953
3972
  'onClick': () => void;
3954
3973
  };
3955
3974
  }
3956
- declare const _default$118: typeof __VLS_export$118;
3957
- declare const __VLS_export$118: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$24<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3975
+ declare const _default$119: typeof __VLS_export$119;
3976
+ declare const __VLS_export$119: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$24<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3958
3977
  props: _$vue.PublicProps & __VLS_PrettifyLocal$24<ComboboxItemProps<V>> & (typeof globalThis extends {
3959
3978
  __VLS_PROPS_FALLBACK: infer P;
3960
3979
  } ? P : {});
@@ -3978,8 +3997,8 @@ interface ComboboxEmptySlotProps {
3978
3997
  /** Current query string */
3979
3998
  query: string;
3980
3999
  }
3981
- declare const _default$117: typeof __VLS_export$117;
3982
- declare const __VLS_export$117: __VLS_WithSlots$88<_$vue.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4000
+ declare const _default$118: typeof __VLS_export$118;
4001
+ declare const __VLS_export$118: __VLS_WithSlots$88<_$vue.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
3983
4002
  default: (props: ComboboxEmptySlotProps) => any;
3984
4003
  }>;
3985
4004
  type __VLS_WithSlots$88<T, S> = T & {
@@ -3997,8 +4016,8 @@ interface ComboboxDescriptionSlotProps {
3997
4016
  /** ID for this description element */
3998
4017
  id: string;
3999
4018
  }
4000
- declare const _default$116: typeof __VLS_export$116;
4001
- declare const __VLS_export$116: __VLS_WithSlots$87<_$vue.DefineComponent<ComboboxDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4019
+ declare const _default$117: typeof __VLS_export$117;
4020
+ declare const __VLS_export$117: __VLS_WithSlots$87<_$vue.DefineComponent<ComboboxDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4002
4021
  default: (props: ComboboxDescriptionSlotProps) => any;
4003
4022
  }>;
4004
4023
  type __VLS_WithSlots$87<T, S> = T & {
@@ -4024,8 +4043,8 @@ interface ComboboxErrorSlotProps {
4024
4043
  'data-state': 'visible' | 'hidden';
4025
4044
  };
4026
4045
  }
4027
- declare const _default$115: typeof __VLS_export$115;
4028
- declare const __VLS_export$115: __VLS_WithSlots$86<_$vue.DefineComponent<ComboboxErrorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4046
+ declare const _default$116: typeof __VLS_export$116;
4047
+ declare const __VLS_export$116: __VLS_WithSlots$86<_$vue.DefineComponent<ComboboxErrorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4029
4048
  default: (props: ComboboxErrorSlotProps) => any;
4030
4049
  }>;
4031
4050
  type __VLS_WithSlots$86<T, S> = T & {
@@ -4067,9 +4086,8 @@ type __VLS_WithSlots$86<T, S> = T & {
4067
4086
  * :key="item.id"
4068
4087
  * :id="item.id"
4069
4088
  * :value="item.label"
4070
- * v-slot="{ isSelected, attrs }"
4071
4089
  * >
4072
- * <div v-bind="attrs">{{ item.label }}</div>
4090
+ * {{ item.label }}
4073
4091
  * </Combobox.Item>
4074
4092
  * <Combobox.Empty>No results found</Combobox.Empty>
4075
4093
  * </Combobox.Content>
@@ -4277,10 +4295,13 @@ declare const Combobox: {
4277
4295
  *
4278
4296
  * @example
4279
4297
  * ```vue
4280
- * <Combobox.Item id="apple" value="Apple" v-slot="{ isSelected, isHighlighted, attrs }">
4281
- * <div v-bind="attrs" :class="{ highlighted: isHighlighted }">
4282
- * Apple {{ isSelected ? '✓' : '' }}
4283
- * </div>
4298
+ * <Combobox.Item
4299
+ * id="apple"
4300
+ * value="Apple"
4301
+ * class="data-[highlighted]:bg-primary"
4302
+ * v-slot="{ isSelected }"
4303
+ * >
4304
+ * Apple {{ isSelected ? '✓' : '' }}
4284
4305
  * </Combobox.Item>
4285
4306
  * ```
4286
4307
  */
@@ -4439,8 +4460,8 @@ interface DialogRootSlotProps {
4439
4460
  close: () => void;
4440
4461
  }
4441
4462
  declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: _$vue.App) => DialogContext;
4442
- declare const _default$114: typeof __VLS_export$114;
4443
- declare const __VLS_export$114: __VLS_WithSlots$85<_$vue.DefineComponent<DialogRootProps & {
4463
+ declare const _default$115: typeof __VLS_export$115;
4464
+ declare const __VLS_export$115: __VLS_WithSlots$85<_$vue.DefineComponent<DialogRootProps & {
4444
4465
  modelValue?: boolean;
4445
4466
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
4446
4467
  "update:modelValue": (value: boolean) => any;
@@ -4470,14 +4491,17 @@ interface DialogActivatorSlotProps {
4470
4491
  /** Attributes to bind to the trigger element */
4471
4492
  attrs: {
4472
4493
  'type': 'button' | undefined;
4494
+ 'role': 'button' | undefined;
4495
+ 'tabindex': number;
4473
4496
  'aria-haspopup': 'dialog';
4474
4497
  'aria-expanded': boolean;
4475
4498
  'data-open': true | undefined;
4476
4499
  'onClick': () => void;
4500
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
4477
4501
  };
4478
4502
  }
4479
- declare const _default$113: typeof __VLS_export$113;
4480
- declare const __VLS_export$113: __VLS_WithSlots$84<_$vue.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4503
+ declare const _default$114: typeof __VLS_export$114;
4504
+ declare const __VLS_export$114: __VLS_WithSlots$84<_$vue.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4481
4505
  default: (props: DialogActivatorSlotProps) => any;
4482
4506
  }>;
4483
4507
  type __VLS_WithSlots$84<T, S> = T & {
@@ -4525,8 +4549,8 @@ interface DialogContentSlotProps {
4525
4549
  'onClose': (e: Event) => void;
4526
4550
  };
4527
4551
  }
4528
- declare const _default$112: typeof __VLS_export$112;
4529
- declare const __VLS_export$112: __VLS_WithSlots$83<_$vue.DefineComponent<DialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
4552
+ declare const _default$113: typeof __VLS_export$113;
4553
+ declare const __VLS_export$113: __VLS_WithSlots$83<_$vue.DefineComponent<DialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
4530
4554
  cancel: (e: Event) => any;
4531
4555
  close: (e: Event) => any;
4532
4556
  }, string, _$vue.PublicProps, Readonly<DialogContentProps> & Readonly<{
@@ -4552,8 +4576,8 @@ interface DialogTitleSlotProps {
4552
4576
  id: string;
4553
4577
  };
4554
4578
  }
4555
- declare const _default$111: typeof __VLS_export$111;
4556
- declare const __VLS_export$111: __VLS_WithSlots$82<_$vue.DefineComponent<DialogTitleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4579
+ declare const _default$112: typeof __VLS_export$112;
4580
+ declare const __VLS_export$112: __VLS_WithSlots$82<_$vue.DefineComponent<DialogTitleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4557
4581
  default: (props: DialogTitleSlotProps) => any;
4558
4582
  }>;
4559
4583
  type __VLS_WithSlots$82<T, S> = T & {
@@ -4573,8 +4597,8 @@ interface DialogDescriptionSlotProps {
4573
4597
  id: string;
4574
4598
  };
4575
4599
  }
4576
- declare const _default$110: typeof __VLS_export$110;
4577
- declare const __VLS_export$110: __VLS_WithSlots$81<_$vue.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4600
+ declare const _default$111: typeof __VLS_export$111;
4601
+ declare const __VLS_export$111: __VLS_WithSlots$81<_$vue.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4578
4602
  default: (props: DialogDescriptionSlotProps) => any;
4579
4603
  }>;
4580
4604
  type __VLS_WithSlots$81<T, S> = T & {
@@ -4594,12 +4618,15 @@ interface DialogCloseSlotProps {
4594
4618
  /** Attributes to bind to the close button element */
4595
4619
  attrs: {
4596
4620
  'type': 'button' | undefined;
4621
+ 'role': 'button' | undefined;
4622
+ 'tabindex': number;
4597
4623
  'aria-label': string;
4598
4624
  'onClick': () => void;
4625
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
4599
4626
  };
4600
4627
  }
4601
- declare const _default$109: typeof __VLS_export$109;
4602
- declare const __VLS_export$109: __VLS_WithSlots$80<_$vue.DefineComponent<DialogCloseProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4628
+ declare const _default$110: typeof __VLS_export$110;
4629
+ declare const __VLS_export$110: __VLS_WithSlots$80<_$vue.DefineComponent<DialogCloseProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
4603
4630
  default: (props: DialogCloseSlotProps) => any;
4604
4631
  }>;
4605
4632
  type __VLS_WithSlots$80<T, S> = T & {
@@ -4927,8 +4954,8 @@ interface ExpansionPanelGroupSlotProps {
4927
4954
  toggle: (id: ID) => void;
4928
4955
  }
4929
4956
  declare const useExpansionPanelGroup: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelGroup: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: _$vue.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
4930
- declare const _default$108: typeof __VLS_export$108;
4931
- declare const __VLS_export$108: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$23<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4957
+ declare const _default$109: typeof __VLS_export$109;
4958
+ declare const __VLS_export$109: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$23<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4932
4959
  props: _$vue.PublicProps & __VLS_PrettifyLocal$23<(ExpansionPanelGroupProps & {
4933
4960
  modelValue?: T | T[];
4934
4961
  }) & {
@@ -4987,8 +5014,8 @@ interface ExpansionPanelRootSlotProps {
4987
5014
  };
4988
5015
  }
4989
5016
  declare const useExpansionPanelRoot: (key: string, defaultValue?: ExpansionPanelRootContext | undefined) => ExpansionPanelRootContext, provideExpansionPanelRoot: (key: string, context: ExpansionPanelRootContext, app?: _$vue.App) => ExpansionPanelRootContext;
4990
- declare const _default$107: typeof __VLS_export$107;
4991
- declare const __VLS_export$107: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$22<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5017
+ declare const _default$108: typeof __VLS_export$108;
5018
+ declare const __VLS_export$108: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$22<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4992
5019
  props: _$vue.PublicProps & __VLS_PrettifyLocal$22<ExpansionPanelRootProps<V>> & (typeof globalThis extends {
4993
5020
  __VLS_PROPS_FALLBACK: infer P;
4994
5021
  } ? P : {});
@@ -5016,8 +5043,8 @@ interface ExpansionPanelHeaderSlotProps {
5016
5043
  /** Data attribute for selected state */'data-selected': true | undefined;
5017
5044
  };
5018
5045
  }
5019
- declare const _default$106: typeof __VLS_export$106;
5020
- declare const __VLS_export$106: __VLS_WithSlots$79<_$vue.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5046
+ declare const _default$107: typeof __VLS_export$107;
5047
+ declare const __VLS_export$107: __VLS_WithSlots$79<_$vue.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5021
5048
  default: (props: ExpansionPanelHeaderSlotProps) => any;
5022
5049
  }>;
5023
5050
  type __VLS_WithSlots$79<T, S> = T & {
@@ -5050,11 +5077,11 @@ interface ExpansionPanelActivatorSlotProps {
5050
5077
  'disabled': boolean | undefined; /** Type attribute for native button elements */
5051
5078
  'type': 'button' | undefined; /** Click handler to toggle panel */
5052
5079
  'onClick': () => void; /** Keyboard handler for Enter and Space keys */
5053
- 'onKeydown': (e: KeyboardEvent) => void;
5080
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
5054
5081
  };
5055
5082
  }
5056
- declare const _default$105: typeof __VLS_export$105;
5057
- declare const __VLS_export$105: __VLS_WithSlots$78<_$vue.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5083
+ declare const _default$106: typeof __VLS_export$106;
5084
+ declare const __VLS_export$106: __VLS_WithSlots$78<_$vue.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5058
5085
  default: (props: ExpansionPanelActivatorSlotProps) => any;
5059
5086
  }>;
5060
5087
  type __VLS_WithSlots$78<T, S> = T & {
@@ -5074,8 +5101,8 @@ interface ExpansionPanelCueSlotProps {
5074
5101
  'data-state': 'open' | 'closed';
5075
5102
  };
5076
5103
  }
5077
- declare const _default$104: typeof __VLS_export$104;
5078
- declare const __VLS_export$104: __VLS_WithSlots$77<_$vue.DefineComponent<ExpansionPanelCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5104
+ declare const _default$105: typeof __VLS_export$105;
5105
+ declare const __VLS_export$105: __VLS_WithSlots$77<_$vue.DefineComponent<ExpansionPanelCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5079
5106
  default: (props: ExpansionPanelCueSlotProps) => any;
5080
5107
  }>;
5081
5108
  type __VLS_WithSlots$77<T, S> = T & {
@@ -5100,8 +5127,8 @@ interface ExpansionPanelContentSlotProps {
5100
5127
  'hidden': boolean;
5101
5128
  };
5102
5129
  }
5103
- declare const _default$103: typeof __VLS_export$103;
5104
- declare const __VLS_export$103: __VLS_WithSlots$76<_$vue.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5130
+ declare const _default$104: typeof __VLS_export$104;
5131
+ declare const __VLS_export$104: __VLS_WithSlots$76<_$vue.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5105
5132
  default: (props: ExpansionPanelContentSlotProps) => any;
5106
5133
  }>;
5107
5134
  type __VLS_WithSlots$76<T, S> = T & {
@@ -5403,8 +5430,8 @@ interface FormSlotProps {
5403
5430
  onReset: (event: Event) => void;
5404
5431
  };
5405
5432
  }
5406
- declare const _default$102: typeof __VLS_export$102;
5407
- declare const __VLS_export$102: __VLS_WithSlots$75<_$vue.DefineComponent<FormProps & {
5433
+ declare const _default$103: typeof __VLS_export$103;
5434
+ declare const __VLS_export$103: __VLS_WithSlots$75<_$vue.DefineComponent<FormProps & {
5408
5435
  modelValue?: boolean | null;
5409
5436
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
5410
5437
  "update:modelValue": (value: boolean | null) => any;
@@ -5474,8 +5501,8 @@ interface GroupRootSlotProps {
5474
5501
  };
5475
5502
  }
5476
5503
  declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: _$vue.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
5477
- declare const _default$101: typeof __VLS_export$101;
5478
- declare const __VLS_export$101: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$21<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5504
+ declare const _default$102: typeof __VLS_export$102;
5505
+ declare const __VLS_export$102: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$21<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5479
5506
  props: _$vue.PublicProps & __VLS_PrettifyLocal$21<(GroupRootProps & {
5480
5507
  modelValue?: T | T[];
5481
5508
  }) & {
@@ -5536,16 +5563,18 @@ interface GroupItemSlotProps<V = unknown> {
5536
5563
  /** Attributes to bind to the item element */
5537
5564
  attrs: {
5538
5565
  'role': 'checkbox';
5566
+ 'tabindex': 0 | -1;
5539
5567
  'aria-checked': boolean | 'mixed';
5540
5568
  'aria-disabled': boolean;
5541
5569
  'data-selected': true | undefined;
5542
5570
  'data-disabled': true | undefined;
5543
5571
  'data-mixed': true | undefined;
5544
5572
  'onClick': () => void;
5573
+ 'onKeydown': (e: KeyboardEvent) => void;
5545
5574
  };
5546
5575
  }
5547
- declare const _default$100: typeof __VLS_export$100;
5548
- declare const __VLS_export$100: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$20<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5576
+ declare const _default$101: typeof __VLS_export$101;
5577
+ declare const __VLS_export$101: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$20<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5549
5578
  props: _$vue.PublicProps & __VLS_PrettifyLocal$20<GroupItemProps<V>> & (typeof globalThis extends {
5550
5579
  __VLS_PROPS_FALLBACK: infer P;
5551
5580
  } ? P : {});
@@ -5699,8 +5728,8 @@ interface ImageRootSlotProps {
5699
5728
  }
5700
5729
  interface ImageContext extends UseImageReturn {}
5701
5730
  declare const useImageRoot: (key: string, defaultValue?: ImageContext | undefined) => ImageContext, provideImageRoot: (key: string, context: ImageContext, app?: _$vue.App) => ImageContext;
5702
- declare const _default$99: typeof __VLS_export$99;
5703
- declare const __VLS_export$99: __VLS_WithSlots$74<_$vue.DefineComponent<ImageRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ImageRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5731
+ declare const _default$100: typeof __VLS_export$100;
5732
+ declare const __VLS_export$100: __VLS_WithSlots$74<_$vue.DefineComponent<ImageRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ImageRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5704
5733
  default: (props: ImageRootSlotProps) => any;
5705
5734
  }>;
5706
5735
  type __VLS_WithSlots$74<T, S> = T & {
@@ -5769,8 +5798,8 @@ interface ImageImgSlotProps {
5769
5798
  'onError': (e: Event) => void;
5770
5799
  };
5771
5800
  }
5772
- declare const _default$98: typeof __VLS_export$98;
5773
- declare const __VLS_export$98: __VLS_WithSlots$73<_$vue.DefineComponent<ImageImgProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
5801
+ declare const _default$99: typeof __VLS_export$99;
5802
+ declare const __VLS_export$99: __VLS_WithSlots$73<_$vue.DefineComponent<ImageImgProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
5774
5803
  load: (e: Event) => any;
5775
5804
  error: (e: Event) => any;
5776
5805
  loadstart: (src: string) => any;
@@ -5801,8 +5830,8 @@ interface ImagePlaceholderSlotProps {
5801
5830
  'data-state': ImageStatus;
5802
5831
  };
5803
5832
  }
5804
- declare const _default$97: typeof __VLS_export$97;
5805
- declare const __VLS_export$97: __VLS_WithSlots$72<_$vue.DefineComponent<ImagePlaceholderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ImagePlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5833
+ declare const _default$98: typeof __VLS_export$98;
5834
+ declare const __VLS_export$98: __VLS_WithSlots$72<_$vue.DefineComponent<ImagePlaceholderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ImagePlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5806
5835
  default: (props: ImagePlaceholderSlotProps) => any;
5807
5836
  }>;
5808
5837
  type __VLS_WithSlots$72<T, S> = T & {
@@ -5825,8 +5854,8 @@ interface ImageFallbackSlotProps {
5825
5854
  'data-state': 'error';
5826
5855
  };
5827
5856
  }
5828
- declare const _default$96: typeof __VLS_export$96;
5829
- declare const __VLS_export$96: __VLS_WithSlots$71<_$vue.DefineComponent<ImageFallbackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ImageFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5857
+ declare const _default$97: typeof __VLS_export$97;
5858
+ declare const __VLS_export$97: __VLS_WithSlots$71<_$vue.DefineComponent<ImageFallbackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ImageFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
5830
5859
  default: (props: ImageFallbackSlotProps) => any;
5831
5860
  }>;
5832
5861
  type __VLS_WithSlots$71<T, S> = T & {
@@ -6005,8 +6034,8 @@ interface InputControlSlotProps {
6005
6034
  /** Pre-computed attributes for the input element */
6006
6035
  attrs: Record<string, unknown>;
6007
6036
  }
6008
- declare const _default$95: typeof __VLS_export$95;
6009
- declare const __VLS_export$95: __VLS_WithSlots$70<_$vue.DefineComponent<InputControlProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<InputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6037
+ declare const _default$96: typeof __VLS_export$96;
6038
+ declare const __VLS_export$96: __VLS_WithSlots$70<_$vue.DefineComponent<InputControlProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<InputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6010
6039
  default: (props: InputControlSlotProps) => any;
6011
6040
  }>;
6012
6041
  type __VLS_WithSlots$70<T, S> = T & {
@@ -6026,8 +6055,8 @@ interface InputDescriptionSlotProps {
6026
6055
  /** ID for this description element */
6027
6056
  id: string;
6028
6057
  }
6029
- declare const _default$94: typeof __VLS_export$94;
6030
- declare const __VLS_export$94: __VLS_WithSlots$69<_$vue.DefineComponent<InputDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<InputDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6058
+ declare const _default$95: typeof __VLS_export$95;
6059
+ declare const __VLS_export$95: __VLS_WithSlots$69<_$vue.DefineComponent<InputDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<InputDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6031
6060
  default: (props: InputDescriptionSlotProps) => any;
6032
6061
  }>;
6033
6062
  type __VLS_WithSlots$69<T, S> = T & {
@@ -6053,8 +6082,8 @@ interface InputErrorSlotProps {
6053
6082
  'data-state': 'visible' | 'hidden';
6054
6083
  };
6055
6084
  }
6056
- declare const _default$93: typeof __VLS_export$93;
6057
- declare const __VLS_export$93: __VLS_WithSlots$68<_$vue.DefineComponent<InputErrorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<InputErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6085
+ declare const _default$94: typeof __VLS_export$94;
6086
+ declare const __VLS_export$94: __VLS_WithSlots$68<_$vue.DefineComponent<InputErrorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<InputErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6058
6087
  default: (props: InputErrorSlotProps) => any;
6059
6088
  }>;
6060
6089
  type __VLS_WithSlots$68<T, S> = T & {
@@ -6076,7 +6105,7 @@ interface InputRootContext {
6076
6105
  /** Form field name */
6077
6106
  readonly name?: string;
6078
6107
  /** Input type */
6079
- readonly type: string;
6108
+ readonly type: Readonly<Ref<string>>;
6080
6109
  /** Associate with form by ID */
6081
6110
  readonly form?: string;
6082
6111
  /** Whether this input is required */
@@ -6181,8 +6210,8 @@ interface InputRootSlotProps {
6181
6210
  };
6182
6211
  }
6183
6212
  declare const useInputRoot: (key: string, defaultValue?: InputRootContext | undefined) => InputRootContext, provideInputRoot: (key: string, context: InputRootContext, app?: _$vue.App) => InputRootContext;
6184
- declare const _default$92: typeof __VLS_export$92;
6185
- declare const __VLS_export$92: __VLS_WithSlots$67<_$vue.DefineComponent<InputRootProps & {
6213
+ declare const _default$93: typeof __VLS_export$93;
6214
+ declare const __VLS_export$93: __VLS_WithSlots$67<_$vue.DefineComponent<InputRootProps & {
6186
6215
  modelValue?: string;
6187
6216
  focused?: boolean;
6188
6217
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
@@ -6436,8 +6465,8 @@ interface LocaleSlotProps {
6436
6465
  /** Attributes including lang for binding */
6437
6466
  attrs: Record<string, unknown>;
6438
6467
  }
6439
- declare const _default$91: typeof __VLS_export$91;
6440
- declare const __VLS_export$91: __VLS_WithSlots$66<_$vue.DefineComponent<LocaleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<LocaleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6468
+ declare const _default$92: typeof __VLS_export$92;
6469
+ declare const __VLS_export$92: __VLS_WithSlots$66<_$vue.DefineComponent<LocaleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<LocaleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6441
6470
  default: (props: LocaleSlotProps) => any;
6442
6471
  }>;
6443
6472
  type __VLS_WithSlots$66<T, S> = T & {
@@ -6450,8 +6479,10 @@ type __VLS_WithSlots$66<T, S> = T & {
6450
6479
  interface NumberFieldRootContext extends NumberFieldContext {
6451
6480
  /** Unique identifier */
6452
6481
  readonly id: ID;
6453
- /** Optional display label */
6482
+ /** Optional display label (used as aria-label on spinbutton) */
6454
6483
  readonly label?: string;
6484
+ /** ID of element that labels this spinbutton */
6485
+ readonly ariaLabelledby?: string;
6455
6486
  /** Form field name */
6456
6487
  readonly name?: string;
6457
6488
  /** Associate with form by ID */
@@ -6500,8 +6531,10 @@ interface NumberFieldRootContext extends NumberFieldContext {
6500
6531
  interface NumberFieldRootProps extends AtomProps {
6501
6532
  /** Unique identifier (auto-generated if not provided) */
6502
6533
  id?: ID;
6503
- /** Optional display label */
6534
+ /** Optional display label (rendered as aria-label on the spinbutton) */
6504
6535
  label?: string;
6536
+ /** ID of element that labels this spinbutton */
6537
+ ariaLabelledby?: string;
6505
6538
  /** Form field name */
6506
6539
  name?: string;
6507
6540
  /** Associate with form by ID */
@@ -6582,8 +6615,8 @@ interface NumberFieldRootSlotProps {
6582
6615
  };
6583
6616
  }
6584
6617
  declare const useNumberFieldRoot: (key: string, defaultValue?: NumberFieldRootContext | undefined) => NumberFieldRootContext, provideNumberFieldRoot: (key: string, context: NumberFieldRootContext, app?: _$vue.App) => NumberFieldRootContext;
6585
- declare const _default$90: typeof __VLS_export$90;
6586
- declare const __VLS_export$90: __VLS_WithSlots$65<_$vue.DefineComponent<NumberFieldRootProps & {
6618
+ declare const _default$91: typeof __VLS_export$91;
6619
+ declare const __VLS_export$91: __VLS_WithSlots$65<_$vue.DefineComponent<NumberFieldRootProps & {
6587
6620
  modelValue?: number | null;
6588
6621
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
6589
6622
  "update:modelValue": (value: number | null) => any;
@@ -6619,8 +6652,8 @@ interface NumberFieldControlSlotProps {
6619
6652
  /** Pre-computed attributes for the input element */
6620
6653
  attrs: Record<string, unknown>;
6621
6654
  }
6622
- declare const _default$89: typeof __VLS_export$89;
6623
- declare const __VLS_export$89: __VLS_WithSlots$64<_$vue.DefineComponent<NumberFieldControlProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldControlProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6655
+ declare const _default$90: typeof __VLS_export$90;
6656
+ declare const __VLS_export$90: __VLS_WithSlots$64<_$vue.DefineComponent<NumberFieldControlProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldControlProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6624
6657
  default: (props: NumberFieldControlSlotProps) => any;
6625
6658
  }>;
6626
6659
  type __VLS_WithSlots$64<T, S> = T & {
@@ -6640,8 +6673,8 @@ interface NumberFieldIncrementSlotProps {
6640
6673
  /** Pre-computed attributes for the button */
6641
6674
  attrs: Record<string, unknown>;
6642
6675
  }
6643
- declare const _default$88: typeof __VLS_export$88;
6644
- declare const __VLS_export$88: __VLS_WithSlots$63<_$vue.DefineComponent<NumberFieldIncrementProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldIncrementProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6676
+ declare const _default$89: typeof __VLS_export$89;
6677
+ declare const __VLS_export$89: __VLS_WithSlots$63<_$vue.DefineComponent<NumberFieldIncrementProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldIncrementProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6645
6678
  default: (props: NumberFieldIncrementSlotProps) => any;
6646
6679
  }>;
6647
6680
  type __VLS_WithSlots$63<T, S> = T & {
@@ -6661,8 +6694,8 @@ interface NumberFieldDecrementSlotProps {
6661
6694
  /** Pre-computed attributes for the button */
6662
6695
  attrs: Record<string, unknown>;
6663
6696
  }
6664
- declare const _default$87: typeof __VLS_export$87;
6665
- declare const __VLS_export$87: __VLS_WithSlots$62<_$vue.DefineComponent<NumberFieldDecrementProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldDecrementProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6697
+ declare const _default$88: typeof __VLS_export$88;
6698
+ declare const __VLS_export$88: __VLS_WithSlots$62<_$vue.DefineComponent<NumberFieldDecrementProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldDecrementProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6666
6699
  default: (props: NumberFieldDecrementSlotProps) => any;
6667
6700
  }>;
6668
6701
  type __VLS_WithSlots$62<T, S> = T & {
@@ -6691,8 +6724,8 @@ interface NumberFieldScrubSlotProps {
6691
6724
  'onPointerup': () => void;
6692
6725
  };
6693
6726
  }
6694
- declare const _default$86: typeof __VLS_export$86;
6695
- declare const __VLS_export$86: __VLS_WithSlots$61<_$vue.DefineComponent<NumberFieldScrubProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldScrubProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6727
+ declare const _default$87: typeof __VLS_export$87;
6728
+ declare const __VLS_export$87: __VLS_WithSlots$61<_$vue.DefineComponent<NumberFieldScrubProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldScrubProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6696
6729
  default: (props: NumberFieldScrubSlotProps) => any;
6697
6730
  }>;
6698
6731
  type __VLS_WithSlots$61<T, S> = T & {
@@ -6712,8 +6745,8 @@ interface NumberFieldDescriptionSlotProps {
6712
6745
  /** ID for this description element */
6713
6746
  id: string;
6714
6747
  }
6715
- declare const _default$85: typeof __VLS_export$85;
6716
- declare const __VLS_export$85: __VLS_WithSlots$60<_$vue.DefineComponent<NumberFieldDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6748
+ declare const _default$86: typeof __VLS_export$86;
6749
+ declare const __VLS_export$86: __VLS_WithSlots$60<_$vue.DefineComponent<NumberFieldDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6717
6750
  default: (props: NumberFieldDescriptionSlotProps) => any;
6718
6751
  }>;
6719
6752
  type __VLS_WithSlots$60<T, S> = T & {
@@ -6739,8 +6772,8 @@ interface NumberFieldErrorSlotProps {
6739
6772
  'data-state': 'visible' | 'hidden';
6740
6773
  };
6741
6774
  }
6742
- declare const _default$84: typeof __VLS_export$84;
6743
- declare const __VLS_export$84: __VLS_WithSlots$59<_$vue.DefineComponent<NumberFieldErrorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6775
+ declare const _default$85: typeof __VLS_export$85;
6776
+ declare const __VLS_export$85: __VLS_WithSlots$59<_$vue.DefineComponent<NumberFieldErrorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NumberFieldErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
6744
6777
  default: (props: NumberFieldErrorSlotProps) => any;
6745
6778
  }>;
6746
6779
  type __VLS_WithSlots$59<T, S> = T & {
@@ -7073,8 +7106,8 @@ interface OverflowRootSlotProps {
7073
7106
  };
7074
7107
  }
7075
7108
  declare const useOverflowRoot: (key: string, defaultValue?: OverflowRootContext | undefined) => OverflowRootContext, provideOverflowRoot: (key: string, context: OverflowRootContext, app?: _$vue.App) => OverflowRootContext;
7076
- declare const _default$83: typeof __VLS_export$83;
7077
- declare const __VLS_export$83: __VLS_WithSlots$58<_$vue.DefineComponent<OverflowRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OverflowRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7109
+ declare const _default$84: typeof __VLS_export$84;
7110
+ declare const __VLS_export$84: __VLS_WithSlots$58<_$vue.DefineComponent<OverflowRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OverflowRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7078
7111
  default: (props: OverflowRootSlotProps) => unknown;
7079
7112
  }>;
7080
7113
  type __VLS_WithSlots$58<T, S> = T & {
@@ -7100,8 +7133,8 @@ interface OverflowItemSlotProps {
7100
7133
  'aria-hidden': 'true' | undefined;
7101
7134
  };
7102
7135
  }
7103
- declare const _default$82: typeof __VLS_export$82;
7104
- declare const __VLS_export$82: __VLS_WithSlots$57<_$vue.DefineComponent<OverflowItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OverflowItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7136
+ declare const _default$83: typeof __VLS_export$83;
7137
+ declare const __VLS_export$83: __VLS_WithSlots$57<_$vue.DefineComponent<OverflowItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OverflowItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7105
7138
  default: (props: OverflowItemSlotProps) => unknown;
7106
7139
  }>;
7107
7140
  type __VLS_WithSlots$57<T, S> = T & {
@@ -7123,8 +7156,8 @@ interface OverflowIndicatorSlotProps {
7123
7156
  'aria-live': 'polite';
7124
7157
  };
7125
7158
  }
7126
- declare const _default$81: typeof __VLS_export$81;
7127
- declare const __VLS_export$81: __VLS_WithSlots$56<_$vue.DefineComponent<OverflowIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OverflowIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7159
+ declare const _default$82: typeof __VLS_export$82;
7160
+ declare const __VLS_export$82: __VLS_WithSlots$56<_$vue.DefineComponent<OverflowIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<OverflowIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7128
7161
  default: (props: OverflowIndicatorSlotProps) => unknown;
7129
7162
  }>;
7130
7163
  type __VLS_WithSlots$56<T, S> = T & {
@@ -7304,8 +7337,8 @@ interface PaginationRootSlotProps {
7304
7337
  'role': 'navigation' | undefined;
7305
7338
  };
7306
7339
  }
7307
- declare const _default$80: typeof __VLS_export$80;
7308
- declare const __VLS_export$80: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$19<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7340
+ declare const _default$81: typeof __VLS_export$81;
7341
+ declare const __VLS_export$81: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$19<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7309
7342
  props: _$vue.PublicProps & __VLS_PrettifyLocal$19<(PaginationRootProps & {
7310
7343
  modelValue?: number;
7311
7344
  }) & {
@@ -7360,8 +7393,8 @@ interface PaginationItemSlotProps {
7360
7393
  'onKeydown': ((e: KeyboardEvent) => void) | undefined;
7361
7394
  };
7362
7395
  }
7363
- declare const _default$79: typeof __VLS_export$79;
7364
- declare const __VLS_export$79: __VLS_WithSlots$55<_$vue.DefineComponent<PaginationItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7396
+ declare const _default$80: typeof __VLS_export$80;
7397
+ declare const __VLS_export$80: __VLS_WithSlots$55<_$vue.DefineComponent<PaginationItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7365
7398
  default: (props: PaginationItemSlotProps) => any;
7366
7399
  }>;
7367
7400
  type __VLS_WithSlots$55<T, S> = T & {
@@ -7392,11 +7425,13 @@ interface PaginationFirstSlotProps {
7392
7425
  'disabled': boolean | undefined;
7393
7426
  'tabindex': number;
7394
7427
  'type': 'button' | undefined;
7428
+ 'role': 'button' | undefined;
7395
7429
  'onClick': () => void;
7430
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
7396
7431
  };
7397
7432
  }
7398
- declare const _default$78: typeof __VLS_export$78;
7399
- declare const __VLS_export$78: __VLS_WithSlots$54<_$vue.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7433
+ declare const _default$79: typeof __VLS_export$79;
7434
+ declare const __VLS_export$79: __VLS_WithSlots$54<_$vue.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7400
7435
  default: (props: PaginationFirstSlotProps) => any;
7401
7436
  }>;
7402
7437
  type __VLS_WithSlots$54<T, S> = T & {
@@ -7427,11 +7462,13 @@ interface PaginationPrevSlotProps {
7427
7462
  'disabled': boolean | undefined;
7428
7463
  'tabindex': number;
7429
7464
  'type': 'button' | undefined;
7465
+ 'role': 'button' | undefined;
7430
7466
  'onClick': () => void;
7467
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
7431
7468
  };
7432
7469
  }
7433
- declare const _default$77: typeof __VLS_export$77;
7434
- declare const __VLS_export$77: __VLS_WithSlots$53<_$vue.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7470
+ declare const _default$78: typeof __VLS_export$78;
7471
+ declare const __VLS_export$78: __VLS_WithSlots$53<_$vue.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7435
7472
  default: (props: PaginationPrevSlotProps) => any;
7436
7473
  }>;
7437
7474
  type __VLS_WithSlots$53<T, S> = T & {
@@ -7457,8 +7494,8 @@ interface PaginationEllipsisSlotProps {
7457
7494
  'aria-hidden': 'true';
7458
7495
  };
7459
7496
  }
7460
- declare const _default$76: typeof __VLS_export$76;
7461
- declare const __VLS_export$76: __VLS_WithSlots$52<_$vue.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7497
+ declare const _default$77: typeof __VLS_export$77;
7498
+ declare const __VLS_export$77: __VLS_WithSlots$52<_$vue.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7462
7499
  default: (props: PaginationEllipsisSlotProps) => any;
7463
7500
  }>;
7464
7501
  type __VLS_WithSlots$52<T, S> = T & {
@@ -7489,11 +7526,13 @@ interface PaginationNextSlotProps {
7489
7526
  'disabled': boolean | undefined;
7490
7527
  'tabindex': number;
7491
7528
  'type': 'button' | undefined;
7529
+ 'role': 'button' | undefined;
7492
7530
  'onClick': () => void;
7531
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
7493
7532
  };
7494
7533
  }
7495
- declare const _default$75: typeof __VLS_export$75;
7496
- declare const __VLS_export$75: __VLS_WithSlots$51<_$vue.DefineComponent<PaginationNextProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7534
+ declare const _default$76: typeof __VLS_export$76;
7535
+ declare const __VLS_export$76: __VLS_WithSlots$51<_$vue.DefineComponent<PaginationNextProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7497
7536
  default: (props: PaginationNextSlotProps) => any;
7498
7537
  }>;
7499
7538
  type __VLS_WithSlots$51<T, S> = T & {
@@ -7524,11 +7563,13 @@ interface PaginationLastSlotProps {
7524
7563
  'disabled': boolean | undefined;
7525
7564
  'tabindex': number;
7526
7565
  'type': 'button' | undefined;
7566
+ 'role': 'button' | undefined;
7527
7567
  'onClick': () => void;
7568
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
7528
7569
  };
7529
7570
  }
7530
- declare const _default$74: typeof __VLS_export$74;
7531
- declare const __VLS_export$74: __VLS_WithSlots$50<_$vue.DefineComponent<PaginationLastProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7571
+ declare const _default$75: typeof __VLS_export$75;
7572
+ declare const __VLS_export$75: __VLS_WithSlots$50<_$vue.DefineComponent<PaginationLastProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7532
7573
  default: (props: PaginationLastSlotProps) => any;
7533
7574
  }>;
7534
7575
  type __VLS_WithSlots$50<T, S> = T & {
@@ -7556,8 +7597,8 @@ interface PaginationStatusSlotProps {
7556
7597
  'role': 'status';
7557
7598
  };
7558
7599
  }
7559
- declare const _default$73: typeof __VLS_export$73;
7560
- declare const __VLS_export$73: __VLS_WithSlots$49<_$vue.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7600
+ declare const _default$74: typeof __VLS_export$74;
7601
+ declare const __VLS_export$74: __VLS_WithSlots$49<_$vue.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7561
7602
  default: (props: PaginationStatusSlotProps) => any;
7562
7603
  }>;
7563
7604
  type __VLS_WithSlots$49<T, S> = T & {
@@ -7940,8 +7981,8 @@ interface PopoverRootSlotProps {
7940
7981
  toggle: () => void;
7941
7982
  }
7942
7983
  declare const usePopoverContext: () => PopoverReturn, providePopoverContext: (context: PopoverReturn, app?: _$vue.App) => PopoverReturn;
7943
- declare const _default$72: typeof __VLS_export$72;
7944
- declare const __VLS_export$72: __VLS_WithSlots$48<_$vue.DefineComponent<PopoverRootProps & {
7984
+ declare const _default$73: typeof __VLS_export$73;
7985
+ declare const __VLS_export$73: __VLS_WithSlots$48<_$vue.DefineComponent<PopoverRootProps & {
7945
7986
  modelValue?: boolean;
7946
7987
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
7947
7988
  "update:modelValue": (value: boolean) => any;
@@ -7970,14 +8011,17 @@ interface PopoverActivatorSlotProps {
7970
8011
  attrs: {
7971
8012
  'popovertarget': string;
7972
8013
  'type': 'button' | undefined;
8014
+ 'role': 'button' | undefined;
8015
+ 'tabindex': number;
7973
8016
  'aria-expanded': boolean;
7974
8017
  'aria-controls': string;
7975
8018
  'data-open': true | undefined;
7976
8019
  'style': Record<string, string>;
8020
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
7977
8021
  };
7978
8022
  }
7979
- declare const _default$71: typeof __VLS_export$71;
7980
- declare const __VLS_export$71: __VLS_WithSlots$47<_$vue.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8023
+ declare const _default$72: typeof __VLS_export$72;
8024
+ declare const __VLS_export$72: __VLS_WithSlots$47<_$vue.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
7981
8025
  default: (props: PopoverActivatorSlotProps) => any;
7982
8026
  }>;
7983
8027
  type __VLS_WithSlots$47<T, S> = T & {
@@ -8009,8 +8053,8 @@ interface PopoverContentSlotProps {
8009
8053
  onBeforetoggle: (e: ToggleEvent) => void;
8010
8054
  };
8011
8055
  }
8012
- declare const _default$70: typeof __VLS_export$70;
8013
- declare const __VLS_export$70: __VLS_WithSlots$46<_$vue.DefineComponent<PopoverContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
8056
+ declare const _default$71: typeof __VLS_export$71;
8057
+ declare const __VLS_export$71: __VLS_WithSlots$46<_$vue.DefineComponent<PopoverContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
8014
8058
  beforetoggle: (e: ToggleEvent) => any;
8015
8059
  }, string, _$vue.PublicProps, Readonly<PopoverContentProps> & Readonly<{
8016
8060
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
@@ -8193,8 +8237,8 @@ interface PortalSlotProps {
8193
8237
  /** Close this portal (unselects from stack) */
8194
8238
  close: () => void;
8195
8239
  }
8196
- declare const _default$69: typeof __VLS_export$69;
8197
- declare const __VLS_export$69: __VLS_WithSlots$45<_$vue.DefineComponent<PortalProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
8240
+ declare const _default$70: typeof __VLS_export$70;
8241
+ declare const __VLS_export$70: __VLS_WithSlots$45<_$vue.DefineComponent<PortalProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
8198
8242
  close: () => any;
8199
8243
  }, string, _$vue.PublicProps, Readonly<PortalProps> & Readonly<{
8200
8244
  onClose?: (() => any) | undefined;
@@ -8230,8 +8274,8 @@ interface PresenceSlotProps {
8230
8274
  /** Call when exit animation finishes. */
8231
8275
  done: () => void;
8232
8276
  }
8233
- declare const _default$68: typeof __VLS_export$68;
8234
- declare const __VLS_export$68: __VLS_WithSlots$44<_$vue.DefineComponent<PresenceProps & {
8277
+ declare const _default$69: typeof __VLS_export$69;
8278
+ declare const __VLS_export$69: __VLS_WithSlots$44<_$vue.DefineComponent<PresenceProps & {
8235
8279
  modelValue?: boolean;
8236
8280
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
8237
8281
  "update:modelValue": (value: boolean) => any;
@@ -8259,9 +8303,13 @@ interface ProgressRootContext extends ProgressContext {
8259
8303
  readonly id: string;
8260
8304
  readonly name?: string;
8261
8305
  readonly labelId: string;
8306
+ /** Whether a Progress.Label child is currently mounted */
8307
+ readonly hasLabel: ShallowRef<boolean>;
8262
8308
  }
8263
8309
  interface ProgressRootProps extends AtomProps {
8264
8310
  id?: string;
8311
+ /** Accessible label when no visible Progress.Label is used */
8312
+ ariaLabel?: string;
8265
8313
  modelValue?: number | number[];
8266
8314
  min?: number;
8267
8315
  max?: number;
@@ -8280,15 +8328,16 @@ interface ProgressRootSlotProps {
8280
8328
  'aria-valuemin': number;
8281
8329
  'aria-valuemax': number;
8282
8330
  'aria-valuetext': string | undefined;
8283
- 'aria-labelledby': string;
8331
+ 'aria-label': string | undefined;
8332
+ 'aria-labelledby': string | undefined;
8284
8333
  'aria-busy': true | undefined;
8285
8334
  'data-state': 'determinate' | 'indeterminate';
8286
8335
  'data-complete': true | undefined;
8287
8336
  };
8288
8337
  }
8289
8338
  declare const useProgressRoot: (key: string, defaultValue?: ProgressRootContext | undefined) => ProgressRootContext, provideProgressRoot: (key: string, context: ProgressRootContext, app?: _$vue.App) => ProgressRootContext;
8290
- declare const _default$67: typeof __VLS_export$67;
8291
- declare const __VLS_export$67: __VLS_WithSlots$43<_$vue.DefineComponent<ProgressRootProps & {
8339
+ declare const _default$68: typeof __VLS_export$68;
8340
+ declare const __VLS_export$68: __VLS_WithSlots$43<_$vue.DefineComponent<ProgressRootProps & {
8292
8341
  modelValue?: number | number[];
8293
8342
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
8294
8343
  "update:modelValue": (value: number | number[] | undefined) => any;
@@ -8316,8 +8365,8 @@ interface ProgressTrackSlotProps {
8316
8365
  'data-state': 'determinate' | 'indeterminate';
8317
8366
  };
8318
8367
  }
8319
- declare const _default$66: typeof __VLS_export$66;
8320
- declare const __VLS_export$66: __VLS_WithSlots$42<_$vue.DefineComponent<ProgressTrackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8368
+ declare const _default$67: typeof __VLS_export$67;
8369
+ declare const __VLS_export$67: __VLS_WithSlots$42<_$vue.DefineComponent<ProgressTrackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8321
8370
  default: (props: ProgressTrackSlotProps) => any;
8322
8371
  }>;
8323
8372
  type __VLS_WithSlots$42<T, S> = T & {
@@ -8343,8 +8392,8 @@ interface ProgressFillSlotProps {
8343
8392
  };
8344
8393
  };
8345
8394
  }
8346
- declare const _default$65: typeof __VLS_export$65;
8347
- declare const __VLS_export$65: __VLS_WithSlots$41<_$vue.DefineComponent<ProgressFillProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressFillProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8395
+ declare const _default$66: typeof __VLS_export$66;
8396
+ declare const __VLS_export$66: __VLS_WithSlots$41<_$vue.DefineComponent<ProgressFillProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressFillProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8348
8397
  default: (props: ProgressFillSlotProps) => any;
8349
8398
  }>;
8350
8399
  type __VLS_WithSlots$41<T, S> = T & {
@@ -8374,8 +8423,8 @@ interface ProgressBufferSlotProps {
8374
8423
  };
8375
8424
  };
8376
8425
  }
8377
- declare const _default$64: typeof __VLS_export$64;
8378
- declare const __VLS_export$64: __VLS_WithSlots$40<_$vue.DefineComponent<ProgressBufferProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressBufferProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8426
+ declare const _default$65: typeof __VLS_export$65;
8427
+ declare const __VLS_export$65: __VLS_WithSlots$40<_$vue.DefineComponent<ProgressBufferProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressBufferProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8379
8428
  default: (props: ProgressBufferSlotProps) => any;
8380
8429
  }>;
8381
8430
  type __VLS_WithSlots$40<T, S> = T & {
@@ -8399,8 +8448,8 @@ interface ProgressValueSlotProps {
8399
8448
  /** Pre-computed attributes for binding */
8400
8449
  attrs: Record<string, never>;
8401
8450
  }
8402
- declare const _default$63: typeof __VLS_export$63;
8403
- declare const __VLS_export$63: __VLS_WithSlots$39<_$vue.DefineComponent<ProgressValueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressValueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8451
+ declare const _default$64: typeof __VLS_export$64;
8452
+ declare const __VLS_export$64: __VLS_WithSlots$39<_$vue.DefineComponent<ProgressValueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressValueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8404
8453
  default: (props: ProgressValueSlotProps) => any;
8405
8454
  }>;
8406
8455
  type __VLS_WithSlots$39<T, S> = T & {
@@ -8421,8 +8470,8 @@ interface ProgressLabelSlotProps {
8421
8470
  id: string;
8422
8471
  };
8423
8472
  }
8424
- declare const _default$62: typeof __VLS_export$62;
8425
- declare const __VLS_export$62: __VLS_WithSlots$38<_$vue.DefineComponent<ProgressLabelProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8473
+ declare const _default$63: typeof __VLS_export$63;
8474
+ declare const __VLS_export$63: __VLS_WithSlots$38<_$vue.DefineComponent<ProgressLabelProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
8426
8475
  default: (props: ProgressLabelSlotProps) => any;
8427
8476
  }>;
8428
8477
  type __VLS_WithSlots$38<T, S> = T & {
@@ -8436,8 +8485,8 @@ interface ProgressHiddenInputProps {
8436
8485
  /** Namespace for context injection from parent Progress.Root */
8437
8486
  namespace?: string;
8438
8487
  }
8439
- declare const _default$61: typeof __VLS_export$61;
8440
- declare const __VLS_export$61: _$vue.DefineComponent<ProgressHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
8488
+ declare const _default$62: typeof __VLS_export$62;
8489
+ declare const __VLS_export$62: _$vue.DefineComponent<ProgressHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
8441
8490
  //#endregion
8442
8491
  //#region src/components/Progress/index.d.ts
8443
8492
  /**
@@ -8874,8 +8923,8 @@ interface RadioGroupSlotProps {
8874
8923
  };
8875
8924
  }
8876
8925
  declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: _$vue.App) => RadioGroupContext;
8877
- declare const _default$60: typeof __VLS_export$60;
8878
- declare const __VLS_export$60: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$18<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8926
+ declare const _default$61: typeof __VLS_export$61;
8927
+ declare const __VLS_export$61: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$18<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8879
8928
  props: _$vue.PublicProps & __VLS_PrettifyLocal$18<(RadioGroupProps & {
8880
8929
  modelValue?: T;
8881
8930
  }) & {
@@ -8893,7 +8942,7 @@ declare const __VLS_export$60: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
8893
8942
  * @example
8894
8943
  * ```vue
8895
8944
  * <template>
8896
- * <Radio.Group v-slot="{ isNoneSelected, attrs }">
8945
+ * <Radio.Group v-slot="{ isNoneSelected, attrs }" renderless>
8897
8946
  * <div v-bind="attrs">
8898
8947
  * <p v-if="isNoneSelected">Please select an option</p>
8899
8948
  * <Radio.Root value="a">Option A</Radio.Root>
@@ -8956,8 +9005,8 @@ interface RadioHiddenInputProps {
8956
9005
  */
8957
9006
  form?: string;
8958
9007
  }
8959
- declare const _default$59: typeof __VLS_export$59;
8960
- declare const __VLS_export$59: _$vue.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
9008
+ declare const _default$60: typeof __VLS_export$60;
9009
+ declare const __VLS_export$60: _$vue.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
8961
9010
  //#endregion
8962
9011
  //#region src/components/Radio/RadioRoot.vue.d.ts
8963
9012
  /** Visual state of the radio for styling purposes */
@@ -9080,8 +9129,8 @@ interface RadioRootSlotProps<V = unknown> {
9080
9129
  };
9081
9130
  }
9082
9131
  declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: _$vue.App) => RadioRootContext;
9083
- declare const _default$58: typeof __VLS_export$58;
9084
- declare const __VLS_export$58: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$17<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9132
+ declare const _default$59: typeof __VLS_export$59;
9133
+ declare const __VLS_export$59: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$17<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9085
9134
  props: _$vue.PublicProps & __VLS_PrettifyLocal$17<RadioRootProps<V>> & (typeof globalThis extends {
9086
9135
  __VLS_PROPS_FALLBACK: infer P;
9087
9136
  } ? P : {});
@@ -9094,8 +9143,8 @@ declare const __VLS_export$58: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
9094
9143
  * @example
9095
9144
  * ```vue
9096
9145
  * <template>
9097
- * <Radio.Root v-slot="{ isChecked, select, attrs }" value="a">
9098
- * <div v-bind="attrs" v-on:click="select">
9146
+ * <Radio.Root v-slot="{ isChecked, attrs }" value="a" renderless>
9147
+ * <div v-bind="attrs">
9099
9148
  * <span :class="{ 'font-bold': isChecked }">Option A</span>
9100
9149
  * </div>
9101
9150
  * </Radio.Root>
@@ -9126,8 +9175,8 @@ interface RadioIndicatorSlotProps {
9126
9175
  };
9127
9176
  };
9128
9177
  }
9129
- declare const _default$57: typeof __VLS_export$57;
9130
- declare const __VLS_export$57: __VLS_WithSlots$37<_$vue.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9178
+ declare const _default$58: typeof __VLS_export$58;
9179
+ declare const __VLS_export$58: __VLS_WithSlots$37<_$vue.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9131
9180
  /**
9132
9181
  * Default slot for custom indicator content
9133
9182
  *
@@ -9398,6 +9447,10 @@ interface RatingRootProps extends AtomProps {
9398
9447
  disabled?: MaybeRefOrGetter<boolean>;
9399
9448
  /** Show value, prevent changes */
9400
9449
  readonly?: MaybeRefOrGetter<boolean>;
9450
+ /** Accessible name for the slider */
9451
+ ariaLabel?: string;
9452
+ /** ID of element that labels this slider */
9453
+ ariaLabelledby?: string;
9401
9454
  /** Form field name — triggers hidden input */
9402
9455
  name?: string;
9403
9456
  /** Namespace for context provision */
@@ -9422,6 +9475,8 @@ interface RatingRootSlotProps {
9422
9475
  'aria-valuemin': 0;
9423
9476
  'aria-valuemax': number;
9424
9477
  'aria-valuetext': string;
9478
+ 'aria-label': string | undefined;
9479
+ 'aria-labelledby': string | undefined;
9425
9480
  'aria-disabled': boolean;
9426
9481
  'aria-readonly': true | undefined;
9427
9482
  'data-disabled': true | undefined;
@@ -9432,8 +9487,8 @@ interface RatingRootSlotProps {
9432
9487
  };
9433
9488
  }
9434
9489
  declare const useRatingRoot: (key: string, defaultValue?: RatingRootContext | undefined) => RatingRootContext, provideRatingRoot: (key: string, context: RatingRootContext, app?: _$vue.App) => RatingRootContext;
9435
- declare const _default$56: typeof __VLS_export$56;
9436
- declare const __VLS_export$56: __VLS_WithSlots$36<_$vue.DefineComponent<RatingRootProps & {
9490
+ declare const _default$57: typeof __VLS_export$57;
9491
+ declare const __VLS_export$57: __VLS_WithSlots$36<_$vue.DefineComponent<RatingRootProps & {
9437
9492
  modelValue?: number;
9438
9493
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
9439
9494
  "update:modelValue": (value: number) => any;
@@ -9476,8 +9531,8 @@ interface RatingItemSlotProps {
9476
9531
  'onClick': () => void;
9477
9532
  };
9478
9533
  }
9479
- declare const _default$55: typeof __VLS_export$55;
9480
- declare const __VLS_export$55: __VLS_WithSlots$35<_$vue.DefineComponent<RatingItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RatingItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9534
+ declare const _default$56: typeof __VLS_export$56;
9535
+ declare const __VLS_export$56: __VLS_WithSlots$35<_$vue.DefineComponent<RatingItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RatingItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9481
9536
  default: (props: RatingItemSlotProps) => any;
9482
9537
  }>;
9483
9538
  type __VLS_WithSlots$35<T, S> = T & {
@@ -9491,8 +9546,8 @@ interface RatingHiddenInputProps {
9491
9546
  /** Namespace for context injection from parent Rating.Root */
9492
9547
  namespace?: string;
9493
9548
  }
9494
- declare const _default$54: typeof __VLS_export$54;
9495
- declare const __VLS_export$54: _$vue.DefineComponent<RatingHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RatingHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
9549
+ declare const _default$55: typeof __VLS_export$55;
9550
+ declare const __VLS_export$55: _$vue.DefineComponent<RatingHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RatingHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
9496
9551
  //#endregion
9497
9552
  //#region src/components/Rating/index.d.ts
9498
9553
  /**
@@ -9520,7 +9575,6 @@ declare const __VLS_export$54: _$vue.DefineComponent<RatingHiddenInputProps, {},
9520
9575
  * v-for="i in 5"
9521
9576
  * :key="i"
9522
9577
  * :index="i"
9523
- * as="button"
9524
9578
  * v-slot="{ state }"
9525
9579
  * >
9526
9580
  * {{ state === 'full' ? '★' : '☆' }}
@@ -9556,7 +9610,6 @@ declare const Rating: {
9556
9610
  * v-for="i in 5"
9557
9611
  * :key="i"
9558
9612
  * :index="i"
9559
- * as="button"
9560
9613
  * v-slot="{ state }"
9561
9614
  * >
9562
9615
  * {{ state === 'full' ? '★' : '☆' }}
@@ -9619,7 +9672,6 @@ declare const Rating: {
9619
9672
  * <template>
9620
9673
  * <Rating.Item
9621
9674
  * :index="1"
9622
- * as="button"
9623
9675
  * class="[&[data-state=full]]:text-amber-500 [&[data-state=empty]]:text-gray-300"
9624
9676
  * v-slot="{ state }"
9625
9677
  * >
@@ -9671,7 +9723,6 @@ declare const Rating: {
9671
9723
  * v-for="i in 5"
9672
9724
  * :key="i"
9673
9725
  * :index="i"
9674
- * as="button"
9675
9726
  * v-slot="{ state }"
9676
9727
  * >
9677
9728
  * {{ state === 'full' ? '★' : '☆' }}
@@ -9722,8 +9773,8 @@ interface ScrimSlotProps {
9722
9773
  'onClick': () => void;
9723
9774
  };
9724
9775
  }
9725
- declare const _default$53: typeof __VLS_export$53;
9726
- declare const __VLS_export$53: __VLS_WithSlots$34<_$vue.DefineComponent<ScrimProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ScrimProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9776
+ declare const _default$54: typeof __VLS_export$54;
9777
+ declare const __VLS_export$54: __VLS_WithSlots$34<_$vue.DefineComponent<ScrimProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ScrimProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9727
9778
  default: (props: ScrimSlotProps) => any;
9728
9779
  }>;
9729
9780
  type __VLS_WithSlots$34<T, S> = T & {
@@ -9805,8 +9856,8 @@ interface SelectRootSlotProps {
9805
9856
  toggle: () => void;
9806
9857
  }
9807
9858
  declare const useSelectContext: (key: string, defaultValue?: SelectContext | undefined) => SelectContext, provideSelectContext: (key: string, context: SelectContext, app?: _$vue.App) => SelectContext;
9808
- declare const _default$52: typeof __VLS_export$52;
9809
- declare const __VLS_export$52: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$16<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9859
+ declare const _default$53: typeof __VLS_export$53;
9860
+ declare const __VLS_export$53: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$16<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9810
9861
  props: _$vue.PublicProps & __VLS_PrettifyLocal$16<(SelectRootProps & {
9811
9862
  modelValue?: T | T[];
9812
9863
  }) & {
@@ -9851,8 +9902,8 @@ interface SelectActivatorSlotProps {
9851
9902
  'onKeydown': (e: KeyboardEvent) => void;
9852
9903
  };
9853
9904
  }
9854
- declare const _default$51: typeof __VLS_export$51;
9855
- declare const __VLS_export$51: __VLS_WithSlots$33<_$vue.DefineComponent<SelectActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9905
+ declare const _default$52: typeof __VLS_export$52;
9906
+ declare const __VLS_export$52: __VLS_WithSlots$33<_$vue.DefineComponent<SelectActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9856
9907
  default: (props: SelectActivatorSlotProps) => any;
9857
9908
  }>;
9858
9909
  type __VLS_WithSlots$33<T, S> = T & {
@@ -9880,8 +9931,8 @@ interface SelectValueSlotProps {
9880
9931
  /** Attributes to bind to the value element */
9881
9932
  attrs: Record<string, never>;
9882
9933
  }
9883
- declare const _default$50: typeof __VLS_export$50;
9884
- declare const __VLS_export$50: __VLS_WithSlots$32<_$vue.DefineComponent<SelectValueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9934
+ declare const _default$51: typeof __VLS_export$51;
9935
+ declare const __VLS_export$51: __VLS_WithSlots$32<_$vue.DefineComponent<SelectValueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9885
9936
  default: (props: SelectValueSlotProps) => any;
9886
9937
  }>;
9887
9938
  type __VLS_WithSlots$32<T, S> = T & {
@@ -9911,8 +9962,8 @@ interface SelectContentSlotProps {
9911
9962
  'style': Record<string, string>;
9912
9963
  };
9913
9964
  }
9914
- declare const _default$49: typeof __VLS_export$49;
9915
- declare const __VLS_export$49: __VLS_WithSlots$31<_$vue.DefineComponent<SelectContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9965
+ declare const _default$50: typeof __VLS_export$50;
9966
+ declare const __VLS_export$50: __VLS_WithSlots$31<_$vue.DefineComponent<SelectContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9916
9967
  default: (props: SelectContentSlotProps) => any;
9917
9968
  }>;
9918
9969
  type __VLS_WithSlots$31<T, S> = T & {
@@ -9932,8 +9983,8 @@ interface SelectCueSlotProps {
9932
9983
  'data-state': 'open' | 'closed';
9933
9984
  };
9934
9985
  }
9935
- declare const _default$48: typeof __VLS_export$48;
9936
- declare const __VLS_export$48: __VLS_WithSlots$30<_$vue.DefineComponent<SelectCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9986
+ declare const _default$49: typeof __VLS_export$49;
9987
+ declare const __VLS_export$49: __VLS_WithSlots$30<_$vue.DefineComponent<SelectCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
9937
9988
  default: (props: SelectCueSlotProps) => any;
9938
9989
  }>;
9939
9990
  type __VLS_WithSlots$30<T, S> = T & {
@@ -9977,8 +10028,8 @@ interface SelectItemSlotProps<V = unknown> {
9977
10028
  'onClick': () => void;
9978
10029
  };
9979
10030
  }
9980
- declare const _default$47: typeof __VLS_export$47;
9981
- declare const __VLS_export$47: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$15<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10031
+ declare const _default$48: typeof __VLS_export$48;
10032
+ declare const __VLS_export$48: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$15<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9982
10033
  props: _$vue.PublicProps & __VLS_PrettifyLocal$15<SelectItemProps<V>> & (typeof globalThis extends {
9983
10034
  __VLS_PROPS_FALLBACK: infer P;
9984
10035
  } ? P : {});
@@ -10000,8 +10051,8 @@ interface SelectPlaceholderProps extends AtomProps {
10000
10051
  interface SelectPlaceholderSlotProps {
10001
10052
  hasValue: boolean;
10002
10053
  }
10003
- declare const _default$46: typeof __VLS_export$46;
10004
- declare const __VLS_export$46: __VLS_WithSlots$29<_$vue.DefineComponent<SelectPlaceholderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectPlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
10054
+ declare const _default$47: typeof __VLS_export$47;
10055
+ declare const __VLS_export$47: __VLS_WithSlots$29<_$vue.DefineComponent<SelectPlaceholderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SelectPlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
10005
10056
  default: (props: SelectPlaceholderSlotProps) => any;
10006
10057
  }>;
10007
10058
  type __VLS_WithSlots$29<T, S> = T & {
@@ -10045,9 +10096,8 @@ type __VLS_WithSlots$29<T, S> = T & {
10045
10096
  * :key="item.id"
10046
10097
  * :id="item.id"
10047
10098
  * :value="item.label"
10048
- * v-slot="{ isSelected, attrs }"
10049
10099
  * >
10050
- * <div v-bind="attrs">{{ item.label }}</div>
10100
+ * {{ item.label }}
10051
10101
  * </Select.Item>
10052
10102
  * </Select.Content>
10053
10103
  * </Select.Root>
@@ -10266,8 +10316,8 @@ declare const Select: {
10266
10316
  * </script>
10267
10317
  *
10268
10318
  * <template>
10269
- * <Select.Item id="apple" value="Apple" v-slot="{ isSelected, attrs }">
10270
- * <div v-bind="attrs">Apple {{ isSelected ? '✓' : '' }}</div>
10319
+ * <Select.Item id="apple" value="Apple" v-slot="{ isSelected }">
10320
+ * Apple {{ isSelected ? '✓' : '' }}
10271
10321
  * </Select.Item>
10272
10322
  * </template>
10273
10323
  * ```
@@ -10366,8 +10416,8 @@ interface SelectionRootSlotProps {
10366
10416
  };
10367
10417
  }
10368
10418
  declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: _$vue.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
10369
- declare const _default$45: typeof __VLS_export$45;
10370
- declare const __VLS_export$45: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$14<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10419
+ declare const _default$46: typeof __VLS_export$46;
10420
+ declare const __VLS_export$46: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$14<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10371
10421
  props: _$vue.PublicProps & __VLS_PrettifyLocal$14<(SelectionRootProps & {
10372
10422
  modelValue?: T | T[];
10373
10423
  }) & {
@@ -10419,15 +10469,18 @@ interface SelectionItemSlotProps<V = unknown> {
10419
10469
  toggle: () => void;
10420
10470
  /** Attributes to bind to the item element */
10421
10471
  attrs: {
10472
+ 'role': 'option';
10473
+ 'tabindex': 0 | -1;
10422
10474
  'aria-selected': boolean;
10423
10475
  'aria-disabled': boolean;
10424
10476
  'data-selected': true | undefined;
10425
10477
  'data-disabled': true | undefined;
10426
10478
  'onClick': () => void;
10479
+ 'onKeydown': (e: KeyboardEvent) => void;
10427
10480
  };
10428
10481
  }
10429
- declare const _default$44: typeof __VLS_export$44;
10430
- declare const __VLS_export$44: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$13<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10482
+ declare const _default$45: typeof __VLS_export$45;
10483
+ declare const __VLS_export$45: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$13<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10431
10484
  props: _$vue.PublicProps & __VLS_PrettifyLocal$13<SelectionItemProps<V>> & (typeof globalThis extends {
10432
10485
  __VLS_PROPS_FALLBACK: infer P;
10433
10486
  } ? P : {});
@@ -10577,8 +10630,8 @@ interface SingleRootSlotProps {
10577
10630
  };
10578
10631
  }
10579
10632
  declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket, SingleTicket<SingleTicket>> | undefined) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket, SingleTicket<SingleTicket>>, app?: _$vue.App) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>;
10580
- declare const _default$43: typeof __VLS_export$43;
10581
- declare const __VLS_export$43: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$12<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10633
+ declare const _default$44: typeof __VLS_export$44;
10634
+ declare const __VLS_export$44: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$12<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10582
10635
  props: _$vue.PublicProps & __VLS_PrettifyLocal$12<(SingleRootProps & {
10583
10636
  modelValue?: T | T[];
10584
10637
  }) & {
@@ -10629,15 +10682,18 @@ interface SingleItemSlotProps<V = unknown> {
10629
10682
  toggle: () => void;
10630
10683
  /** Attributes to bind to the item element */
10631
10684
  attrs: {
10685
+ 'role': 'option';
10686
+ 'tabindex': 0 | -1;
10632
10687
  'aria-selected': boolean;
10633
10688
  'aria-disabled': boolean;
10634
10689
  'data-selected': true | undefined;
10635
10690
  'data-disabled': true | undefined;
10636
10691
  'onClick': () => void;
10692
+ 'onKeydown': (e: KeyboardEvent) => void;
10637
10693
  };
10638
10694
  }
10639
- declare const _default$42: typeof __VLS_export$42;
10640
- declare const __VLS_export$42: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$11<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10695
+ declare const _default$43: typeof __VLS_export$43;
10696
+ declare const __VLS_export$43: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$11<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10641
10697
  props: _$vue.PublicProps & __VLS_PrettifyLocal$11<SingleItemProps<V>> & (typeof globalThis extends {
10642
10698
  __VLS_PROPS_FALLBACK: infer P;
10643
10699
  } ? P : {});
@@ -10845,8 +10901,8 @@ interface SliderRootSlotProps {
10845
10901
  };
10846
10902
  }
10847
10903
  declare const useSliderRoot: (key: string, defaultValue?: SliderRootContext | undefined) => SliderRootContext, provideSliderRoot: (key: string, context: SliderRootContext, app?: _$vue.App) => SliderRootContext;
10848
- declare const _default$41: typeof __VLS_export$41;
10849
- declare const __VLS_export$41: __VLS_WithSlots$28<_$vue.DefineComponent<SliderRootProps & {
10904
+ declare const _default$42: typeof __VLS_export$42;
10905
+ declare const __VLS_export$42: __VLS_WithSlots$28<_$vue.DefineComponent<SliderRootProps & {
10850
10906
  modelValue?: number | number[];
10851
10907
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
10852
10908
  "update:modelValue": (value: number | number[]) => any;
@@ -10884,8 +10940,8 @@ interface SliderTrackSlotProps {
10884
10940
  'onPointerdown': (e: PointerEvent) => void;
10885
10941
  };
10886
10942
  }
10887
- declare const _default$40: typeof __VLS_export$40;
10888
- declare const __VLS_export$40: __VLS_WithSlots$27<_$vue.DefineComponent<SliderTrackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
10943
+ declare const _default$41: typeof __VLS_export$41;
10944
+ declare const __VLS_export$41: __VLS_WithSlots$27<_$vue.DefineComponent<SliderTrackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
10889
10945
  default: (props: SliderTrackSlotProps) => any;
10890
10946
  }>;
10891
10947
  type __VLS_WithSlots$27<T, S> = T & {
@@ -10912,8 +10968,8 @@ interface SliderRangeSlotProps {
10912
10968
  'style': Record<string, string>;
10913
10969
  };
10914
10970
  }
10915
- declare const _default$39: typeof __VLS_export$39;
10916
- declare const __VLS_export$39: __VLS_WithSlots$26<_$vue.DefineComponent<SliderRangeProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
10971
+ declare const _default$40: typeof __VLS_export$40;
10972
+ declare const __VLS_export$40: __VLS_WithSlots$26<_$vue.DefineComponent<SliderRangeProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
10917
10973
  default: (props: SliderRangeSlotProps) => any;
10918
10974
  }>;
10919
10975
  type __VLS_WithSlots$26<T, S> = T & {
@@ -10964,8 +11020,8 @@ interface SliderThumbSlotProps {
10964
11020
  'onPointerdown': (e: PointerEvent) => void;
10965
11021
  };
10966
11022
  }
10967
- declare const _default$38: typeof __VLS_export$38;
10968
- declare const __VLS_export$38: __VLS_WithSlots$25<_$vue.DefineComponent<SliderThumbProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
11023
+ declare const _default$39: typeof __VLS_export$39;
11024
+ declare const __VLS_export$39: __VLS_WithSlots$25<_$vue.DefineComponent<SliderThumbProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
10969
11025
  default: (props: SliderThumbSlotProps) => any;
10970
11026
  }>;
10971
11027
  type __VLS_WithSlots$25<T, S> = T & {
@@ -10981,8 +11037,8 @@ interface SliderHiddenInputProps {
10981
11037
  /** Thumb index to read value from */
10982
11038
  index?: number;
10983
11039
  }
10984
- declare const _default$37: typeof __VLS_export$37;
10985
- declare const __VLS_export$37: _$vue.DefineComponent<SliderHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
11040
+ declare const _default$38: typeof __VLS_export$38;
11041
+ declare const __VLS_export$38: _$vue.DefineComponent<SliderHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
10986
11042
  //#endregion
10987
11043
  //#region src/components/Slider/index.d.ts
10988
11044
  /**
@@ -11224,23 +11280,43 @@ declare const Slider: {
11224
11280
  };
11225
11281
  //#endregion
11226
11282
  //#region src/components/Snackbar/SnackbarPortal.vue.d.ts
11283
+ interface SnackbarPortalContext {
11284
+ /** Mirror a message into the persistent announcers. Urgent routes to the assertive/alert region. */
11285
+ announce: (message: string, urgent?: boolean) => void;
11286
+ /** Current polite (role="status") announcement text */
11287
+ polite: Readonly<ShallowRef<string>>;
11288
+ /** Current assertive (role="alert") announcement text */
11289
+ assertive: Readonly<ShallowRef<string>>;
11290
+ }
11227
11291
  interface SnackbarPortalProps extends AtomProps {
11292
+ /** Auto-render the Snackbar.Announcer live-region pair. Set false to omit it or place `<Snackbar.Announcer>` yourself. @default true */
11293
+ announcer?: boolean;
11294
+ /** Namespace for dependency injection. @default 'v0:notifications' */
11295
+ namespace?: string;
11228
11296
  /** Teleport target. `'top-layer'` mounts into the topmost open modal; `false` renders inline. @default 'top-layer' */
11229
11297
  teleport?: 'top-layer' | (string & {}) | false;
11230
11298
  }
11231
11299
  interface SnackbarPortalSlotProps {
11232
11300
  /** Calculated z-index from useStack */
11233
11301
  zIndex: number;
11234
- /** Attributes to bind to the portal element */
11302
+ /**
11303
+ * Attributes to bind to the portal element.
11304
+ *
11305
+ * @remarks
11306
+ * The style carries only `zIndex` so consumer positioning (classes or
11307
+ * styles like `absolute` / `fixed`) wins. In renderless mode the wrapper
11308
+ * you render must be positioned (non-`static`) for the z-index to take
11309
+ * effect — the automatic `position: relative` fallback only covers the
11310
+ * element rendered by the non-renderless Atom.
11311
+ */
11235
11312
  attrs: {
11236
11313
  style: {
11237
- position: 'relative';
11238
11314
  zIndex: number;
11239
11315
  };
11240
11316
  };
11241
11317
  }
11242
- declare const _default$36: typeof __VLS_export$36;
11243
- declare const __VLS_export$36: __VLS_WithSlots$24<_$vue.DefineComponent<SnackbarPortalProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
11318
+ declare const _default$37: typeof __VLS_export$37;
11319
+ declare const __VLS_export$37: __VLS_WithSlots$24<_$vue.DefineComponent<SnackbarPortalProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
11244
11320
  default: (props: SnackbarPortalSlotProps) => any;
11245
11321
  }>;
11246
11322
  type __VLS_WithSlots$24<T, S> = T & {
@@ -11267,8 +11343,8 @@ interface SnackbarQueueSlotProps {
11267
11343
  onFocusout: (e: FocusEvent) => void;
11268
11344
  };
11269
11345
  }
11270
- declare const _default$35: typeof __VLS_export$35;
11271
- declare const __VLS_export$35: __VLS_WithSlots$23<_$vue.DefineComponent<SnackbarQueueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarQueueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
11346
+ declare const _default$36: typeof __VLS_export$36;
11347
+ declare const __VLS_export$36: __VLS_WithSlots$23<_$vue.DefineComponent<SnackbarQueueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarQueueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
11272
11348
  default: (props: SnackbarQueueSlotProps) => any;
11273
11349
  }>;
11274
11350
  type __VLS_WithSlots$23<T, S> = T & {
@@ -11297,8 +11373,8 @@ interface SnackbarRootSlotProps {
11297
11373
  role: string;
11298
11374
  };
11299
11375
  }
11300
- declare const _default$34: typeof __VLS_export$34;
11301
- declare const __VLS_export$34: __VLS_WithSlots$22<_$vue.DefineComponent<SnackbarRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
11376
+ declare const _default$35: typeof __VLS_export$35;
11377
+ declare const __VLS_export$35: __VLS_WithSlots$22<_$vue.DefineComponent<SnackbarRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
11302
11378
  dismiss: (id: ID) => any;
11303
11379
  }, string, _$vue.PublicProps, Readonly<SnackbarRootProps> & Readonly<{
11304
11380
  onDismiss?: ((id: ID) => any) | undefined;
@@ -11320,12 +11396,15 @@ interface SnackbarCloseSlotProps {
11320
11396
  /** Attributes to bind to the close button element */
11321
11397
  attrs: {
11322
11398
  'type': 'button' | undefined;
11399
+ 'role': 'button' | undefined;
11400
+ 'tabindex': number;
11323
11401
  'aria-label': string;
11324
11402
  'onClick': () => void;
11403
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
11325
11404
  };
11326
11405
  }
11327
- declare const _default$33: typeof __VLS_export$33;
11328
- declare const __VLS_export$33: __VLS_WithSlots$21<_$vue.DefineComponent<SnackbarCloseProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
11406
+ declare const _default$34: typeof __VLS_export$34;
11407
+ declare const __VLS_export$34: __VLS_WithSlots$21<_$vue.DefineComponent<SnackbarCloseProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
11329
11408
  default: (props: SnackbarCloseSlotProps) => any;
11330
11409
  }>;
11331
11410
  type __VLS_WithSlots$21<T, S> = T & {
@@ -11334,6 +11413,14 @@ type __VLS_WithSlots$21<T, S> = T & {
11334
11413
  };
11335
11414
  };
11336
11415
  //#endregion
11416
+ //#region src/components/Snackbar/SnackbarAnnouncer.vue.d.ts
11417
+ interface SnackbarAnnouncerProps {
11418
+ /** Namespace for context injection from parent Snackbar.Portal. @default 'v0:notifications' */
11419
+ namespace?: string;
11420
+ }
11421
+ declare const _default$33: typeof __VLS_export$33;
11422
+ declare const __VLS_export$33: _$vue.DefineComponent<SnackbarAnnouncerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarAnnouncerProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
11423
+ //#endregion
11337
11424
  //#region src/components/Snackbar/SnackbarContent.vue.d.ts
11338
11425
  type SnackbarContentProps = AtomProps;
11339
11426
  declare const _default$32: typeof __VLS_export$32;
@@ -11570,6 +11657,32 @@ declare const Snackbar: {
11570
11657
  default: (props: SnackbarCloseSlotProps) => any;
11571
11658
  };
11572
11659
  });
11660
+ /**
11661
+ * Visually-hidden polite + assertive live-region pair that announces
11662
+ * snackbar messages. Auto-rendered by Snackbar.Portal — place explicitly
11663
+ * with `:announcer="false"` on the Portal to control position or markup
11664
+ * order.
11665
+ *
11666
+ * @see https://0.vuetifyjs.com/components/semantic/snackbar
11667
+ *
11668
+ * @example
11669
+ * ```vue
11670
+ * <script setup lang="ts">
11671
+ * import { Snackbar } from '@vuetify/v0'
11672
+ * </script>
11673
+ *
11674
+ * <template>
11675
+ * <Snackbar.Portal :announcer="false">
11676
+ * <Snackbar.Announcer />
11677
+ * <Snackbar.Root>
11678
+ * <Snackbar.Content>Saved</Snackbar.Content>
11679
+ * <Snackbar.Close />
11680
+ * </Snackbar.Root>
11681
+ * </Snackbar.Portal>
11682
+ * </template>
11683
+ * ```
11684
+ */
11685
+ Announcer: _$vue.DefineComponent<SnackbarAnnouncerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarAnnouncerProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
11573
11686
  };
11574
11687
  //#endregion
11575
11688
  //#region src/components/Splitter/SplitterRoot.vue.d.ts
@@ -11977,11 +12090,14 @@ interface StepItemSlotProps<V = unknown> {
11977
12090
  toggle: () => void;
11978
12091
  /** Attributes to bind to the item element */
11979
12092
  attrs: {
12093
+ 'role': 'tab';
12094
+ 'tabindex': 0 | -1;
11980
12095
  'aria-selected': boolean;
11981
12096
  'aria-disabled': boolean;
11982
12097
  'data-selected': true | undefined;
11983
12098
  'data-disabled': true | undefined;
11984
12099
  'onClick': () => void;
12100
+ 'onKeydown': (e: KeyboardEvent) => void;
11985
12101
  };
11986
12102
  }
11987
12103
  declare const _default$27: typeof __VLS_export$27;
@@ -13152,7 +13268,7 @@ interface ToggleGroupSlotProps {
13152
13268
  'data-disabled': true | undefined;
13153
13269
  };
13154
13270
  }
13155
- declare const useToggleGroup: (key: string, defaultValue?: ToggleGroupContext<SingleContext<SingleTicket, SingleTicket<SingleTicket>> | GroupContext<GroupTicket, GroupTicket<GroupTicket>>> | undefined) => ToggleGroupContext<SingleContext<SingleTicket, SingleTicket<SingleTicket>> | GroupContext<GroupTicket, GroupTicket<GroupTicket>>>, provideToggleGroup: (key: string, context: ToggleGroupContext<SingleContext<SingleTicket, SingleTicket<SingleTicket>> | GroupContext<GroupTicket, GroupTicket<GroupTicket>>>, app?: _$vue.App) => ToggleGroupContext<SingleContext<SingleTicket, SingleTicket<SingleTicket>> | GroupContext<GroupTicket, GroupTicket<GroupTicket>>>;
13271
+ declare const useToggleGroup: (key: string, defaultValue?: ToggleGroupContext<GroupContext<GroupTicket, GroupTicket<GroupTicket>> | SingleContext<SingleTicket, SingleTicket<SingleTicket>>> | undefined) => ToggleGroupContext<GroupContext<GroupTicket, GroupTicket<GroupTicket>> | SingleContext<SingleTicket, SingleTicket<SingleTicket>>>, provideToggleGroup: (key: string, context: ToggleGroupContext<GroupContext<GroupTicket, GroupTicket<GroupTicket>> | SingleContext<SingleTicket, SingleTicket<SingleTicket>>>, app?: _$vue.App) => ToggleGroupContext<GroupContext<GroupTicket, GroupTicket<GroupTicket>> | SingleContext<SingleTicket, SingleTicket<SingleTicket>>>;
13156
13272
  declare const _default$15: typeof __VLS_export$15;
13157
13273
  declare const __VLS_export$15: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
13158
13274
  props: _$vue.PublicProps & __VLS_PrettifyLocal$3<(ToggleGroupProps & {
@@ -13234,11 +13350,11 @@ interface ToggleRootSlotProps {
13234
13350
  'role': 'button' | undefined;
13235
13351
  'aria-pressed': boolean;
13236
13352
  'aria-disabled': boolean;
13237
- 'tabindex': 0 | undefined;
13353
+ 'tabindex': 0 | -1;
13238
13354
  'data-state': 'on' | 'off';
13239
13355
  'data-disabled': true | undefined;
13240
13356
  'onClick': () => void;
13241
- 'onKeydown': (e: KeyboardEvent) => void;
13357
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
13242
13358
  };
13243
13359
  }
13244
13360
  declare const useToggleRoot: (key: string, defaultValue?: ToggleRootContext | undefined) => ToggleRootContext, provideToggleRoot: (key: string, context: ToggleRootContext, app?: _$vue.App) => ToggleRootContext;
@@ -14530,7 +14646,7 @@ declare const Treeview: {
14530
14646
  *
14531
14647
  * @example
14532
14648
  * ```vue
14533
- * <Treeview.Cue v-slot="{ attrs }">
14649
+ * <Treeview.Cue v-slot="{ attrs }" renderless>
14534
14650
  * <span v-bind="attrs">▶</span>
14535
14651
  * </Treeview.Cue>
14536
14652
  * ```
@@ -14592,7 +14708,7 @@ declare const Treeview: {
14592
14708
  *
14593
14709
  * @example
14594
14710
  * ```vue
14595
- * <Treeview.Checkbox v-slot="{ attrs, isSelected, isMixed }">
14711
+ * <Treeview.Checkbox v-slot="{ attrs, isSelected, isMixed }" renderless>
14596
14712
  * <span v-bind="attrs">{{ isMixed ? '−' : isSelected ? '✓' : '○' }}</span>
14597
14713
  * </Treeview.Checkbox>
14598
14714
  * ```
@@ -14622,7 +14738,7 @@ declare const Treeview: {
14622
14738
  *
14623
14739
  * @example
14624
14740
  * ```vue
14625
- * <Treeview.Indicator v-slot="{ attrs }">
14741
+ * <Treeview.Indicator v-slot="{ attrs }" renderless>
14626
14742
  * <span v-bind="attrs">●</span>
14627
14743
  * </Treeview.Indicator>
14628
14744
  * ```
@@ -14655,7 +14771,7 @@ declare const Treeview: {
14655
14771
  *
14656
14772
  * @example
14657
14773
  * ```vue
14658
- * <Treeview.SelectAll v-slot="{ attrs, isAllSelected, isMixed }">
14774
+ * <Treeview.SelectAll v-slot="{ attrs, isAllSelected, isMixed }" renderless>
14659
14775
  * <button v-bind="attrs">
14660
14776
  * {{ isMixed ? '−' : isAllSelected ? '✓' : '○' }} Select All
14661
14777
  * </button>
@@ -14681,4 +14797,4 @@ declare const Treeview: {
14681
14797
  });
14682
14798
  };
14683
14799
  //#endregion
14684
- export { useTooltipRoot as $, PaginationPrevSlotProps as $a, _default$116 as $c, AvatarImageProps as $d, _default$62 as $i, CheckboxHiddenInputProps as $l, provideSnackbarQueueContext as $n, NumberFieldRootSlotProps as $o, _default$49 as $r, ExpansionPanel as $s, _default$24 as $t, ButtonGroupProps as $u, TreeviewGroupSlotProps as A, PopoverActivatorProps as Aa, _default$110 as Ac, _default$154 as Ad, AlertDialogContentEmits as Af, _default$57 as Ai, CollapsibleActivatorProps as Al, SplitterPanelTicket as An, OverflowTicket as Ao, provideSingleRoot as Ar, _default$97 as As, TabsActivation as At, CarouselOrientation as Au, TreeviewSelectAllSlotProps as B, PaginationStatusProps as Ba, _default$113 as Bc, AvatarGroupContext as Bd, _default$168 as Bf, RadioActivation as Bi, CheckboxSelectAllProps as Bl, SnackbarCloseProps as Bn, NumberFieldScrubSlotProps as Bo, useSelectionRoot as Br, useImageRoot as Bs, SwitchTrackProps as Bt, ButtonRootProps as Bu, TreeviewCheckboxProps as C, PortalSlotProps as Ca, useExpansionPanelGroup as Cc, BreadcrumbsItemSlotProps as Cd, _default$163 as Cf, RatingRootSlotProps as Ci, Collapsible as Cl, SplitterPanelExpose as Cn, OverflowRootProps as Co, Single as Cr, _default$95 as Cs, _default$17 as Ct, CarouselItemProps as Cu, TreeviewCueProps as D, PopoverContentProps as Da, _default$109 as Dc, _default$153 as Dd, AlertDialogTitleProps as Df, Radio as Di, CollapsibleCueProps as Dl, SplitterContext as Dn, useOverflowRoot as Do, SingleRootProps as Dr, _default$96 as Ds, TabsListProps as Dt, CarouselViewportSlotProps as Du, TreeviewContentSlotProps as E, PopoverContentEmits as Ea, DialogCloseSlotProps as Ec, BreadcrumbsListSlotProps as Ed, _default$164 as Ef, useRatingRoot as Ei, _default$124 as El, _default$30 as En, provideOverflowRoot as Eo, _default$42 as Er, ImageFallbackSlotProps as Es, _default$18 as Et, CarouselViewportProps as Eu, TreeviewListProps as F, PopoverRootSlotProps as Fa, DialogContentProps as Fc, BreadcrumbsTicketType as Fd, AlertDialogActivatorSlotProps as Ff, _default$58 as Fi, CollapsibleRootSlotProps as Fl, provideSplitterRoot as Fn, _default$84 as Fo, _default$44 as Fr, ImageContext as Fs, TabsTicket as Ft, _default$140 as Fu, TooltipActivatorProps as G, _default$74 as Ga, provideDialogContext as Gc, AvatarGroupTicketInput as Gd, AtomSlots as Gf, _default$60 as Gi, _default$129 as Gl, SnackbarRootSlotProps as Gn, NumberFieldIncrementProps as Go, SelectItemProps as Gr, GroupRootProps as Gs, _default$22 as Gt, ButtonLoadingProps as Gu, TooltipContentProps as H, _default$73 as Ha, DialogRootProps as Hc, AvatarGroupProps as Hd, useAlertDialogContext as Hf, RadioGroupProps as Hi, _default$128 as Hl, _default$33 as Hn, NumberFieldDecrementProps as Ho, SelectPlaceholderProps as Hr, GroupItemProps as Hs, _default$21 as Ht, _default$141 as Hu, TreeviewListSlotProps as I, _default$72 as Ia, DialogContentSlotProps as Ic, Avatar as Id, _default$167 as If, provideRadioRoot as Ii, _default$127 as Il, useSplitterRoot as In, NumberFieldDescriptionProps as Io, SelectionRootProps as Ir, ImageRootProps as Is, _default$20 as It, provideCarouselRoot as Iu, TooltipRootContext as J, _default$75 as Ja, ComboboxErrorProps as Jc, useAvatarGroup as Jd, Progress as Ji, CheckboxRootSlotProps as Jl, useSnackbarRootContext as Jn, NumberFieldControlProps as Jo, SelectCueProps as Jr, provideGroupRoot as Js, _default$23 as Jt, ButtonIconProps as Ju, TooltipActivatorSlotProps as K, PaginationNextProps as Ka, useDialogContext as Kc, _default$156 as Kd, _default$169 as Kf, provideRadioGroup as Ki, CheckboxRootContext as Kl, _default$34 as Kn, NumberFieldIncrementSlotProps as Ko, SelectItemSlotProps as Kr, GroupRootSlotProps as Ks, SwitchSelectAllProps as Kt, ButtonLoadingSlotProps as Ku, TreeviewRootProps as L, providePopoverContext as La, _default$112 as Lc, AvatarIndicatorProps as Ld, AlertDialogContext as Lf, useRadioRoot as Li, provideCollapsible as Ll, Snackbar as Ln, NumberFieldDescriptionSlotProps as Lo, SelectionRootSlotProps as Lr, ImageRootSlotProps as Ls, provideTabsRoot as Lt, useCarouselRoot as Lu, TreeviewIndicatorSlotProps as M, _default$71 as Ma, DialogTitleSlotProps as Mc, useBreadcrumbsRoot as Md, AlertDialogContentSlotProps as Mf, RadioRootProps as Mi, _default$126 as Ml, SplitterRootProps as Mn, NumberField as Mo, Selection as Mr, ImageImgProps as Ms, TabsOrientation as Mt, CarouselRootProps as Mu, TreeviewItemProps as N, PopoverContext as Na, _default$111 as Nc, BreadcrumbsRootContext as Nd, _default$166 as Nf, RadioRootSlotProps as Ni, CollapsibleContext as Nl, SplitterRootSlotProps as Nn, NumberFieldErrorProps as No, SelectionItemProps as Nr, ImageImgSlotProps as Ns, TabsRootProps as Nt, CarouselRootSlotProps as Nu, TreeviewCueSlotProps as O, PopoverContentSlotProps as Oa, DialogDescriptionProps as Oc, BreadcrumbsRootProps as Od, AlertDialogTitleSlotProps as Of, RadioIndicatorProps as Oi, CollapsibleCueSlotProps as Ol, SplitterOrientation as On, OverflowPriority as Oo, SingleRootSlotProps as Or, ImagePlaceholderProps as Os, TabsListSlotProps as Ot, _default$139 as Ou, TreeviewItemSlotProps as P, PopoverRootProps as Pa, DialogContentEmits as Pc, BreadcrumbsTicket as Pd, AlertDialogActivatorProps as Pf, RadioState as Pi, CollapsibleRootProps as Pl, _default$31 as Pn, NumberFieldErrorSlotProps as Po, SelectionItemSlotProps as Pr, _default$98 as Ps, TabsRootSlotProps as Pt, CarouselTicket as Pu, provideTooltipRoot as Q, PaginationPrevProps as Qa, ComboboxDescriptionSlotProps as Qc, AvatarImageEmits as Qd, ProgressLabelSlotProps as Qi, useCheckboxRoot as Ql, _default$35 as Qn, NumberFieldRootProps as Qo, SelectContentSlotProps as Qr, _default$102 as Qs, SwitchState as Qt, _default$144 as Qu, TreeviewRootSlotProps as R, usePopoverContext as Ra, DialogActivatorProps as Rc, AvatarIndicatorSlotProps as Rd, AlertDialogRootProps as Rf, RadioHiddenInputProps as Ri, useCollapsible as Rl, SnackbarContentProps as Rn, _default$85 as Ro, _default$45 as Rr, _default$99 as Rs, useTabsRoot as Rt, Button as Ru, TreeviewActivatorSlotProps as S, PortalProps as Sa, provideExpansionPanelGroup as Sc, BreadcrumbsItemProps as Sd, AlertDialogCancelSlotProps as Sf, RatingRootProps as Si, useComboboxContext as Sl, _default$29 as Sn, _default$82 as So, useSliderRoot as Sr, InputControlSlotProps as Ss, TabsPanelSlotProps as St, _default$137 as Su, TreeviewContentProps as T, Popover as Ta, DialogCloseProps as Tc, BreadcrumbsListProps as Td, AlertDialogDescriptionSlotProps as Tf, provideRatingRoot as Ti, CollapsibleContentSlotProps as Tl, SplitterPanelSlotProps as Tn, _default$83 as To, SingleItemSlotProps as Tr, ImageFallbackProps as Ts, TabsItemSlotProps as Tt, _default$138 as Tu, TooltipContentSlotProps as U, PaginationLastProps as Ua, DialogRootSlotProps as Uc, AvatarGroupSlotProps as Ud, AtomExpose as Uf, RadioGroupSlotProps as Ui, CheckboxIndicatorProps as Ul, SnackbarRootContext as Un, NumberFieldDecrementSlotProps as Uo, SelectPlaceholderSlotProps as Ur, GroupItemSlotProps as Us, SwitchThumbProps as Ut, provideButtonRoot as Uu, Tooltip as V, PaginationStatusSlotProps as Va, DialogContext as Vc, AvatarGroupPriority as Vd, provideAlertDialogContext as Vf, RadioGroupContext as Vi, CheckboxSelectAllSlotProps as Vl, SnackbarCloseSlotProps as Vn, _default$86 as Vo, Select as Vr, Group as Vs, SwitchTrackSlotProps as Vt, ButtonRootSlotProps as Vu, _default$10 as W, PaginationLastSlotProps as Wa, _default$114 as Wc, AvatarGroupTicket as Wd, AtomProps as Wf, RadioTicket as Wi, CheckboxIndicatorSlotProps as Wl, SnackbarRootProps as Wn, _default$87 as Wo, _default$46 as Wr, _default$100 as Ws, SwitchThumbSlotProps as Wt, useButtonRoot as Wu, TooltipRootSlotProps as X, PaginationEllipsisSlotProps as Xa, _default$115 as Xc, AvatarFallbackSlotProps as Xd, _default$61 as Xi, _default$130 as Xl, SnackbarQueueProps as Xn, _default$89 as Xo, _default$48 as Xr, FormProps as Xs, SwitchRootProps as Xt, _default$143 as Xu, TooltipRootProps as Y, PaginationEllipsisProps as Ya, ComboboxErrorSlotProps as Yc, AvatarFallbackProps as Yd, ProgressHiddenInputProps as Yi, CheckboxState as Yl, SnackbarQueueContext as Yn, NumberFieldControlSlotProps as Yo, SelectCueSlotProps as Yr, useGroupRoot as Ys, SwitchRootContext as Yt, ButtonIconSlotProps as Yu, _default$12 as Z, _default$76 as Za, ComboboxDescriptionProps as Zc, _default$157 as Zd, ProgressLabelProps as Zi, provideCheckboxRoot as Zl, SnackbarQueueSlotProps as Zn, NumberFieldRootContext as Zo, SelectContentProps as Zr, FormSlotProps as Zs, SwitchRootSlotProps as Zt, ButtonHiddenInputProps as Zu, _default$6 as _, useProgressRoot as _a, useExpansionPanelRoot as _c, BreadcrumbsDividerSlotProps as _d, _default$161 as _f, _default$54 as _i, _default$122 as _l, useStepRoot as _n, OverflowIndicatorProps as _o, SliderRootContext as _r, _default$93 as _s, ThemeProps as _t, CarouselNextProps as _u, provideTreeviewRoot as a, _default$64 as aa, _default$104 as ac, ButtonContentSlotProps as ad, AvatarTicket as af, _default$51 as ai, _default$118 as al, SwitchGroupSlotProps as an, PaginationItemSlotProps as ao, SliderHiddenInputProps as ar, _default$91 as as, provideToggleRoot as at, useCheckboxGroup as au, _default$9 as b, PresenceSlotProps as ba, ExpansionPanelOptionsContext as bc, BreadcrumbsPageSlotProps as bd, _default$162 as bf, _default$55 as bi, _default$123 as bl, SplitterHandleSlotProps as bn, OverflowItemProps as bo, _default$41 as br, _default$94 as bs, Tabs as bt, CarouselPreviousProps as bu, _default$2 as c, _default$65 as ca, _default$105 as cc, BreadcrumbsLinkProps as cd, useAvatarRoot as cf, SelectRootSlotProps as ci, _default$119 as cl, useSwitchGroup as cn, PaginationRootSlotProps as co, SliderThumbSlotProps as cr, InputRootProps as cs, ToggleIndicatorSlotProps as ct, CarouselLiveRegionSlotProps as cu, TreeviewItemContext as d, _default$66 as da, _default$106 as dc, BreadcrumbsActivatorSlotProps as dd, _default$160 as df, useSelectContext as di, _default$120 as dl, StepItemSlotProps as dn, providePaginationItems as do, SliderRangeProps as dr, ValidateOn as ds, ToggleGroupProps as dt, CarouselProgressSlotProps as du, ProgressValueProps as ea, ExpansionPanelContentProps as ec, ButtonGroupSlotProps as ed, AvatarImageSlotProps as ef, SelectValueProps as ei, ComboboxEmptyProps as el, provideSwitchRoot as en, _default$77 as eo, useSnackbarQueueContext as er, _default$90 as es, Toggle as et, _default$131 as eu, _default$3 as f, ProgressRootContext as fa, ExpansionPanelRootContext as fc, _default$148 as fd, AlertDialog as ff, ScrimProps as fi, ComboboxControlProps as fl, _default$27 as fn, providePaginationRoot as fo, SliderRangeSlotProps as fr, _default$92 as fs, ToggleGroupSlotProps as ft, _default$134 as fu, _default$5 as g, provideProgressRoot as ga, provideExpansionPanelRoot as gc, BreadcrumbsDividerProps as gd, AlertDialogActionSlotProps as gf, RatingHiddenInputProps as gi, ComboboxActivatorSlotProps as gl, provideStepRoot as gn, Overflow as go, _default$40 as gr, InputErrorSlotProps as gs, useToggleGroup as gt, _default$135 as gu, _default$4 as h, _default$67 as ha, _default$107 as hc, _default$149 as hd, AlertDialogActionProps as hf, Rating as hi, ComboboxActivatorProps as hl, _default$28 as hn, usePaginationRoot as ho, SliderTrackSlotProps as hr, InputErrorProps as hs, provideToggleGroup as ht, CarouselIndicatorSlotProps as hu, _default$1 as i, ProgressBufferSlotProps as ia, ExpansionPanelCueSlotProps as ic, ButtonContentProps as id, AvatarRootSlotProps as if, SelectActivatorSlotProps as ii, ComboboxItemSlotProps as il, SwitchGroupProps as in, PaginationItemProps as io, Slider as ir, LocaleSlotProps as is, _default$13 as it, provideCheckboxGroup as iu, TreeviewIndicatorProps as j, PopoverActivatorSlotProps as ja, DialogTitleProps as jc, provideBreadcrumbsRoot as jd, AlertDialogContentProps as jf, RadioRootContext as ji, CollapsibleActivatorSlotProps as jl, SplitterRootExpose as jn, OverflowTicketInput as jo, useSingleRoot as jr, ImageImgEmits as js, TabsContext as jt, CarouselPartTicket as ju, TreeviewGroupProps as k, _default$70 as ka, DialogDescriptionSlotProps as kc, BreadcrumbsRootSlotProps as kd, _default$165 as kf, RadioIndicatorSlotProps as ki, _default$125 as kl, SplitterPanelInput as kn, OverflowRootContext as ko, _default$43 as kr, ImagePlaceholderSlotProps as ks, _default$19 as kt, CarouselContext as ku, provideTreeviewList as l, ProgressTrackProps as la, ExpansionPanelHeaderProps as lc, _default$147 as ld, AspectRatioProps as lf, _default$52 as li, ComboboxCueProps as ll, Step as ln, _default$80 as lo, SliderThumbState as lr, InputRootSlotProps as ls, _default$14 as lt, _default$133 as lu, useTreeviewItem as m, ProgressRootSlotProps as ma, ExpansionPanelRootSlotProps as mc, BreadcrumbsEllipsisSlotProps as md, AlertDialogActionEvent as mf, _default$53 as mi, _default$121 as ml, StepRootSlotProps as mn, usePaginationItems as mo, SliderTrackProps as mr, useInputRoot as ms, _default$15 as mt, CarouselIndicatorProps as mu, _default as n, _default$63 as na, _default$103 as nc, provideButtonGroup as nd, AvatarContext as nf, _default$50 as ni, _default$117 as nl, SwitchHiddenInputProps as nn, PaginationFirstSlotProps as no, SnackbarPortalSlotProps as nr, useNumberFieldRoot as ns, ToggleRootProps as nt, CheckboxGroupSlotProps as nu, useTreeviewRoot as o, ProgressFillProps as oa, ExpansionPanelActivatorProps as oc, _default$146 as od, _default$159 as of, SelectContext as oi, ComboboxContentProps as ol, _default$26 as on, _default$79 as oo, _default$37 as or, Input as os, useToggleRoot as ot, Carousel as ou, provideTreeviewItem as p, ProgressRootProps as pa, ExpansionPanelRootProps as pc, BreadcrumbsEllipsisProps as pd, AlertDialogActionEmits as pf, ScrimSlotProps as pi, ComboboxControlSlotProps as pl, StepRootProps as pn, usePaginationControls as po, _default$39 as pr, provideInputRoot as ps, ToggleOrientation as pt, CarouselIndicatorItem as pu, _default$11 as q, PaginationNextSlotProps as qa, Combobox as qc, provideAvatarGroup as qd, useRadioGroup as qi, CheckboxRootProps as ql, provideSnackbarRootContext as qn, _default$88 as qo, _default$47 as qr, _default$101 as qs, SwitchSelectAllSlotProps as qt, _default$142 as qu, TreeviewRootContext as r, ProgressBufferProps as ra, ExpansionPanelCueProps as rc, useButtonGroup as rd, AvatarRootProps as rf, SelectActivatorProps as ri, ComboboxItemProps as rl, _default$25 as rn, _default$78 as ro, _default$36 as rr, LocaleProps as rs, ToggleRootSlotProps as rt, _default$132 as ru, TreeviewListContext as s, ProgressFillSlotProps as sa, ExpansionPanelActivatorSlotProps as sc, Breadcrumbs as sd, provideAvatarRoot as sf, SelectRootProps as si, ComboboxContentSlotProps as sl, provideSwitchGroup as sn, PaginationRootProps as so, SliderThumbProps as sr, InputRootContext as ss, ToggleIndicatorProps as st, CarouselLiveRegionProps as su, Treeview as t, ProgressValueSlotProps as ta, ExpansionPanelContentSlotProps as tc, _default$145 as td, _default$158 as tf, SelectValueSlotProps as ti, ComboboxEmptySlotProps as tl, useSwitchRoot as tn, PaginationFirstProps as to, SnackbarPortalProps as tr, provideNumberFieldRoot as ts, ToggleRootContext as tt, CheckboxGroupProps as tu, useTreeviewList as u, ProgressTrackSlotProps as ua, ExpansionPanelHeaderSlotProps as uc, BreadcrumbsActivatorProps as ud, AspectRatioSlotProps as uf, provideSelectContext as ui, ComboboxCueSlotProps as ul, StepItemProps as un, providePaginationControls as uo, _default$38 as ur, ValidateEvent as us, ToggleGroupContext as ut, CarouselProgressProps as uu, _default$7 as v, PresenceAttrs as va, ExpansionPanelGroupProps as vc, _default$150 as vd, AlertDialogCloseProps as vf, RatingItemProps as vi, ComboboxRootProps as vl, Splitter as vn, OverflowIndicatorSlotProps as vo, SliderRootProps as vr, InputDescriptionProps as vs, ThemeSlotProps as vt, CarouselNextSlotProps as vu, TreeviewCheckboxSlotProps as w, _default$69 as wa, Dialog as wc, _default$152 as wd, AlertDialogDescriptionProps as wf, _default$56 as wi, CollapsibleContentProps as wl, SplitterPanelProps as wn, OverflowRootSlotProps as wo, SingleItemProps as wr, Image as ws, TabsItemProps as wt, CarouselItemSlotProps as wu, TreeviewActivatorProps as x, _default$68 as xa, _default$108 as xc, _default$151 as xd, AlertDialogCancelProps as xf, RatingRootContext as xi, provideComboboxContext as xl, SplitterHandleState as xn, OverflowItemSlotProps as xo, provideSliderRoot as xr, InputControlProps as xs, TabsPanelProps as xt, CarouselPreviousSlotProps as xu, _default$8 as y, PresenceProps as ya, ExpansionPanelGroupSlotProps as yc, BreadcrumbsPageProps as yd, AlertDialogCloseSlotProps as yf, RatingItemSlotProps as yi, ComboboxRootSlotProps as yl, SplitterHandleProps as yn, _default$81 as yo, SliderRootSlotProps as yr, InputDescriptionSlotProps as ys, _default$16 as yt, _default$136 as yu, TreeviewSelectAllProps as z, Pagination as za, DialogActivatorSlotProps as zc, _default$155 as zd, AlertDialogRootSlotProps as zf, _default$59 as zi, Checkbox as zl, _default$32 as zn, NumberFieldScrubProps as zo, provideSelectionRoot as zr, provideImageRoot as zs, Switch as zt, ButtonRootContext as zu };
14800
+ export { useTooltipRoot as $, PaginationEllipsisSlotProps as $a, _default$116 as $c, AvatarFallbackSlotProps as $d, _default$62 as $i, _default$131 as $l, SnackbarQueueSlotProps as $n, _default$90 as $o, _default$49 as $r, FormProps as $s, _default$24 as $t, _default$144 as $u, TreeviewGroupSlotProps as A, PopoverContentProps as Aa, _default$110 as Ac, _default$154 as Ad, AlertDialogTitleProps as Af, Radio as Ai, CollapsibleCueProps as Al, SplitterPanelTicket as An, useOverflowRoot as Ao, SingleRootProps as Ar, _default$97 as As, TabsActivation as At, CarouselViewportSlotProps as Au, TreeviewSelectAllSlotProps as B, providePopoverContext as Ba, _default$113 as Bc, AvatarIndicatorProps as Bd, AlertDialogContext as Bf, useRadioRoot as Bi, provideCollapsible as Bl, SnackbarAnnouncerProps as Bn, NumberFieldDescriptionSlotProps as Bo, SelectionRootSlotProps as Br, ImageRootSlotProps as Bs, SwitchTrackProps as Bt, useCarouselRoot as Bu, TreeviewCheckboxProps as C, PresenceSlotProps as Ca, ExpansionPanelOptionsContext as Cc, BreadcrumbsPageSlotProps as Cd, _default$163 as Cf, _default$56 as Ci, _default$124 as Cl, SplitterPanelExpose as Cn, OverflowItemProps as Co, _default$42 as Cr, _default$95 as Cs, _default$17 as Ct, CarouselPreviousProps as Cu, TreeviewCueProps as D, _default$70 as Da, Dialog as Dc, _default$153 as Dd, AlertDialogDescriptionProps as Df, _default$57 as Di, CollapsibleContentProps as Dl, SplitterContext as Dn, OverflowRootSlotProps as Do, SingleItemProps as Dr, Image as Ds, TabsListProps as Dt, CarouselItemSlotProps as Du, TreeviewContentSlotProps as E, PortalSlotProps as Ea, useExpansionPanelGroup as Ec, BreadcrumbsItemSlotProps as Ed, _default$164 as Ef, RatingRootSlotProps as Ei, Collapsible as El, _default$30 as En, OverflowRootProps as Eo, Single as Er, _default$96 as Es, _default$18 as Et, CarouselItemProps as Eu, TreeviewListProps as F, _default$72 as Fa, DialogTitleSlotProps as Fc, useBreadcrumbsRoot as Fd, AlertDialogContentSlotProps as Ff, RadioRootProps as Fi, _default$127 as Fl, provideSplitterRoot as Fn, NumberField as Fo, Selection as Fr, ImageImgProps as Fs, TabsTicket as Ft, CarouselRootProps as Fu, TooltipActivatorProps as G, _default$74 as Ga, DialogRootProps as Gc, AvatarGroupProps as Gd, useAlertDialogContext as Gf, RadioGroupProps as Gi, _default$129 as Gl, SnackbarRootContext as Gn, NumberFieldDecrementProps as Go, SelectPlaceholderProps as Gr, GroupItemProps as Gs, _default$22 as Gt, _default$142 as Gu, TooltipContentProps as H, Pagination as Ha, DialogActivatorSlotProps as Hc, _default$156 as Hd, AlertDialogRootSlotProps as Hf, _default$60 as Hi, Checkbox as Hl, SnackbarCloseProps as Hn, NumberFieldScrubProps as Ho, provideSelectionRoot as Hr, provideImageRoot as Hs, _default$21 as Ht, ButtonRootContext as Hu, TreeviewListSlotProps as I, PopoverContext as Ia, _default$112 as Ic, BreadcrumbsRootContext as Id, _default$167 as If, RadioRootSlotProps as Ii, CollapsibleContext as Il, useSplitterRoot as In, NumberFieldErrorProps as Io, SelectionItemProps as Ir, ImageImgSlotProps as Is, _default$20 as It, CarouselRootSlotProps as Iu, TooltipRootContext as J, _default$75 as Ja, provideDialogContext as Jc, AvatarGroupTicketInput as Jd, AtomSlots as Jf, _default$61 as Ji, _default$130 as Jl, _default$35 as Jn, NumberFieldIncrementProps as Jo, SelectItemProps as Jr, GroupRootProps as Js, _default$23 as Jt, ButtonLoadingProps as Ju, TooltipActivatorSlotProps as K, PaginationLastProps as Ka, DialogRootSlotProps as Kc, AvatarGroupSlotProps as Kd, AtomExpose as Kf, RadioGroupSlotProps as Ki, CheckboxIndicatorProps as Kl, SnackbarRootProps as Kn, NumberFieldDecrementSlotProps as Ko, SelectPlaceholderSlotProps as Kr, GroupItemSlotProps as Ks, SwitchSelectAllProps as Kt, provideButtonRoot as Ku, TreeviewRootProps as L, PopoverRootProps as La, DialogContentEmits as Lc, BreadcrumbsTicket as Ld, AlertDialogActivatorProps as Lf, RadioState as Li, CollapsibleRootProps as Ll, Snackbar as Ln, NumberFieldErrorSlotProps as Lo, SelectionItemSlotProps as Lr, _default$99 as Ls, provideTabsRoot as Lt, CarouselTicket as Lu, TreeviewIndicatorSlotProps as M, _default$71 as Ma, DialogDescriptionSlotProps as Mc, BreadcrumbsRootSlotProps as Md, _default$166 as Mf, RadioIndicatorSlotProps as Mi, _default$126 as Ml, SplitterRootProps as Mn, OverflowRootContext as Mo, _default$44 as Mr, ImagePlaceholderSlotProps as Ms, TabsOrientation as Mt, CarouselContext as Mu, TreeviewItemProps as N, PopoverActivatorProps as Na, _default$111 as Nc, _default$155 as Nd, AlertDialogContentEmits as Nf, _default$58 as Ni, CollapsibleActivatorProps as Nl, SplitterRootSlotProps as Nn, OverflowTicket as No, provideSingleRoot as Nr, _default$98 as Ns, TabsRootProps as Nt, CarouselOrientation as Nu, TreeviewCueSlotProps as O, Popover as Oa, DialogCloseProps as Oc, BreadcrumbsListProps as Od, AlertDialogDescriptionSlotProps as Of, provideRatingRoot as Oi, CollapsibleContentSlotProps as Ol, SplitterOrientation as On, _default$84 as Oo, SingleItemSlotProps as Or, ImageFallbackProps as Os, TabsListSlotProps as Ot, _default$139 as Ou, TreeviewItemSlotProps as P, PopoverActivatorSlotProps as Pa, DialogTitleProps as Pc, provideBreadcrumbsRoot as Pd, AlertDialogContentProps as Pf, RadioRootContext as Pi, CollapsibleActivatorSlotProps as Pl, _default$31 as Pn, OverflowTicketInput as Po, useSingleRoot as Pr, ImageImgEmits as Ps, TabsRootSlotProps as Pt, CarouselPartTicket as Pu, provideTooltipRoot as Q, PaginationEllipsisProps as Qa, ComboboxErrorSlotProps as Qc, AvatarFallbackProps as Qd, ProgressHiddenInputProps as Qi, CheckboxState as Ql, SnackbarQueueProps as Qn, NumberFieldControlSlotProps as Qo, SelectCueSlotProps as Qr, useGroupRoot as Qs, SwitchState as Qt, ButtonIconSlotProps as Qu, TreeviewRootSlotProps as R, PopoverRootSlotProps as Ra, DialogContentProps as Rc, BreadcrumbsTicketType as Rd, AlertDialogActivatorSlotProps as Rf, _default$59 as Ri, CollapsibleRootSlotProps as Rl, SnackbarContentProps as Rn, _default$85 as Ro, _default$45 as Rr, ImageContext as Rs, useTabsRoot as Rt, _default$141 as Ru, TreeviewActivatorSlotProps as S, PresenceProps as Sa, ExpansionPanelGroupSlotProps as Sc, BreadcrumbsPageProps as Sd, AlertDialogCloseSlotProps as Sf, RatingItemSlotProps as Si, ComboboxRootSlotProps as Sl, _default$29 as Sn, _default$82 as So, SliderRootSlotProps as Sr, InputDescriptionSlotProps as Ss, TabsPanelSlotProps as St, _default$137 as Su, TreeviewContentProps as T, PortalProps as Ta, provideExpansionPanelGroup as Tc, BreadcrumbsItemProps as Td, AlertDialogCancelSlotProps as Tf, RatingRootProps as Ti, useComboboxContext as Tl, SplitterPanelSlotProps as Tn, _default$83 as To, useSliderRoot as Tr, InputControlSlotProps as Ts, TabsItemSlotProps as Tt, _default$138 as Tu, TooltipContentSlotProps as U, PaginationStatusProps as Ua, _default$114 as Uc, AvatarGroupContext as Ud, _default$169 as Uf, RadioActivation as Ui, CheckboxSelectAllProps as Ul, SnackbarCloseSlotProps as Un, NumberFieldScrubSlotProps as Uo, useSelectionRoot as Ur, useImageRoot as Us, SwitchThumbProps as Ut, ButtonRootProps as Uu, Tooltip as V, usePopoverContext as Va, DialogActivatorProps as Vc, AvatarIndicatorSlotProps as Vd, AlertDialogRootProps as Vf, RadioHiddenInputProps as Vi, useCollapsible as Vl, _default$33 as Vn, _default$86 as Vo, _default$46 as Vr, _default$100 as Vs, SwitchTrackSlotProps as Vt, Button as Vu, _default$10 as W, PaginationStatusSlotProps as Wa, DialogContext as Wc, AvatarGroupPriority as Wd, provideAlertDialogContext as Wf, RadioGroupContext as Wi, CheckboxSelectAllSlotProps as Wl, _default$34 as Wn, _default$87 as Wo, Select as Wr, Group as Ws, SwitchThumbSlotProps as Wt, ButtonRootSlotProps as Wu, TooltipRootSlotProps as X, PaginationNextSlotProps as Xa, Combobox as Xc, provideAvatarGroup as Xd, useRadioGroup as Xi, CheckboxRootProps as Xl, useSnackbarRootContext as Xn, _default$89 as Xo, _default$48 as Xr, _default$102 as Xs, SwitchRootProps as Xt, _default$143 as Xu, TooltipRootProps as Y, PaginationNextProps as Ya, useDialogContext as Yc, _default$157 as Yd, _default$170 as Yf, provideRadioGroup as Yi, CheckboxRootContext as Yl, provideSnackbarRootContext as Yn, NumberFieldIncrementSlotProps as Yo, SelectItemSlotProps as Yr, GroupRootSlotProps as Ys, SwitchRootContext as Yt, ButtonLoadingSlotProps as Yu, _default$12 as Z, _default$76 as Za, ComboboxErrorProps as Zc, useAvatarGroup as Zd, Progress as Zi, CheckboxRootSlotProps as Zl, SnackbarQueueContext as Zn, NumberFieldControlProps as Zo, SelectCueProps as Zr, provideGroupRoot as Zs, SwitchRootSlotProps as Zt, ButtonIconProps as Zu, _default$6 as _, ProgressRootSlotProps as _a, ExpansionPanelRootSlotProps as _c, BreadcrumbsEllipsisSlotProps as _d, AlertDialogActionEvent as _f, _default$54 as _i, _default$122 as _l, useStepRoot as _n, usePaginationItems as _o, SliderTrackProps as _r, useInputRoot as _s, ThemeProps as _t, CarouselIndicatorProps as _u, provideTreeviewRoot as a, _default$64 as aa, _default$104 as ac, provideButtonGroup as ad, AvatarContext as af, _default$51 as ai, _default$118 as al, SwitchGroupSlotProps as an, PaginationFirstSlotProps as ao, SnackbarPortalSlotProps as ar, useNumberFieldRoot as as, provideToggleRoot as at, CheckboxGroupSlotProps as au, _default$9 as b, useProgressRoot as ba, useExpansionPanelRoot as bc, BreadcrumbsDividerSlotProps as bd, _default$162 as bf, _default$55 as bi, _default$123 as bl, SplitterHandleSlotProps as bn, OverflowIndicatorProps as bo, SliderRootContext as br, _default$94 as bs, Tabs as bt, CarouselNextProps as bu, _default$2 as c, _default$65 as ca, _default$105 as cc, ButtonContentSlotProps as cd, AvatarTicket as cf, _default$52 as ci, _default$119 as cl, useSwitchGroup as cn, PaginationItemSlotProps as co, SliderHiddenInputProps as cr, _default$92 as cs, ToggleIndicatorSlotProps as ct, useCheckboxGroup as cu, TreeviewItemContext as d, _default$66 as da, _default$106 as dc, BreadcrumbsLinkProps as dd, useAvatarRoot as df, SelectRootSlotProps as di, _default$120 as dl, StepItemSlotProps as dn, PaginationRootSlotProps as do, SliderThumbSlotProps as dr, InputRootProps as ds, ToggleGroupProps as dt, CarouselLiveRegionSlotProps as du, ProgressLabelProps as ea, FormSlotProps as ec, ButtonHiddenInputProps as ed, _default$158 as ef, SelectContentProps as ei, ComboboxDescriptionProps as el, provideSwitchRoot as en, _default$77 as eo, _default$36 as er, NumberFieldRootContext as es, Toggle as et, provideCheckboxRoot as eu, _default$3 as f, ProgressTrackProps as fa, ExpansionPanelHeaderProps as fc, _default$148 as fd, AspectRatioProps as ff, _default$53 as fi, ComboboxCueProps as fl, _default$27 as fn, _default$81 as fo, SliderThumbState as fr, InputRootSlotProps as fs, ToggleGroupSlotProps as ft, _default$134 as fu, _default$5 as g, ProgressRootProps as ga, ExpansionPanelRootProps as gc, BreadcrumbsEllipsisProps as gd, AlertDialogActionEmits as gf, ScrimSlotProps as gi, ComboboxControlSlotProps as gl, provideStepRoot as gn, usePaginationControls as go, _default$40 as gr, provideInputRoot as gs, useToggleGroup as gt, CarouselIndicatorItem as gu, _default$4 as h, ProgressRootContext as ha, ExpansionPanelRootContext as hc, _default$149 as hd, AlertDialog as hf, ScrimProps as hi, ComboboxControlProps as hl, _default$28 as hn, providePaginationRoot as ho, SliderRangeSlotProps as hr, _default$93 as hs, provideToggleGroup as ht, _default$135 as hu, _default$1 as i, ProgressValueSlotProps as ia, ExpansionPanelContentSlotProps as ic, _default$146 as id, _default$159 as if, SelectValueSlotProps as ii, ComboboxEmptySlotProps as il, SwitchGroupProps as in, PaginationFirstProps as io, SnackbarPortalProps as ir, provideNumberFieldRoot as is, _default$13 as it, CheckboxGroupProps as iu, TreeviewIndicatorProps as j, PopoverContentSlotProps as ja, DialogDescriptionProps as jc, BreadcrumbsRootProps as jd, AlertDialogTitleSlotProps as jf, RadioIndicatorProps as ji, CollapsibleCueSlotProps as jl, SplitterRootExpose as jn, OverflowPriority as jo, SingleRootSlotProps as jr, ImagePlaceholderProps as js, TabsContext as jt, _default$140 as ju, TreeviewGroupProps as k, PopoverContentEmits as ka, DialogCloseSlotProps as kc, BreadcrumbsListSlotProps as kd, _default$165 as kf, useRatingRoot as ki, _default$125 as kl, SplitterPanelInput as kn, provideOverflowRoot as ko, _default$43 as kr, ImageFallbackSlotProps as ks, _default$19 as kt, CarouselViewportProps as ku, provideTreeviewList as l, ProgressFillProps as la, ExpansionPanelActivatorProps as lc, _default$147 as ld, _default$160 as lf, SelectContext as li, ComboboxContentProps as ll, Step as ln, _default$80 as lo, _default$38 as lr, Input as ls, _default$14 as lt, Carousel as lu, useTreeviewItem as m, _default$67 as ma, _default$107 as mc, BreadcrumbsActivatorSlotProps as md, _default$161 as mf, useSelectContext as mi, _default$121 as ml, StepRootSlotProps as mn, providePaginationItems as mo, SliderRangeProps as mr, ValidateOn as ms, _default$15 as mt, CarouselProgressSlotProps as mu, _default as n, _default$63 as na, ExpansionPanel as nc, ButtonGroupProps as nd, AvatarImageProps as nf, _default$50 as ni, _default$117 as nl, SwitchHiddenInputProps as nn, PaginationPrevSlotProps as no, useSnackbarQueueContext as nr, NumberFieldRootSlotProps as ns, ToggleRootProps as nt, CheckboxHiddenInputProps as nu, useTreeviewRoot as o, ProgressBufferProps as oa, ExpansionPanelCueProps as oc, useButtonGroup as od, AvatarRootProps as of, SelectActivatorProps as oi, ComboboxItemProps as ol, _default$26 as on, _default$79 as oo, _default$37 as or, LocaleProps as os, useToggleRoot as ot, _default$133 as ou, provideTreeviewItem as p, ProgressTrackSlotProps as pa, ExpansionPanelHeaderSlotProps as pc, BreadcrumbsActivatorProps as pd, AspectRatioSlotProps as pf, provideSelectContext as pi, ComboboxCueSlotProps as pl, StepRootProps as pn, providePaginationControls as po, _default$39 as pr, ValidateEvent as ps, ToggleOrientation as pt, CarouselProgressProps as pu, _default$11 as q, PaginationLastSlotProps as qa, _default$115 as qc, AvatarGroupTicket as qd, AtomProps as qf, RadioTicket as qi, CheckboxIndicatorSlotProps as ql, SnackbarRootSlotProps as qn, _default$88 as qo, _default$47 as qr, _default$101 as qs, SwitchSelectAllSlotProps as qt, useButtonRoot as qu, TreeviewRootContext as r, ProgressValueProps as ra, ExpansionPanelContentProps as rc, ButtonGroupSlotProps as rd, AvatarImageSlotProps as rf, SelectValueProps as ri, ComboboxEmptyProps as rl, _default$25 as rn, _default$78 as ro, SnackbarPortalContext as rr, _default$91 as rs, ToggleRootSlotProps as rt, _default$132 as ru, TreeviewListContext as s, ProgressBufferSlotProps as sa, ExpansionPanelCueSlotProps as sc, ButtonContentProps as sd, AvatarRootSlotProps as sf, SelectActivatorSlotProps as si, ComboboxItemSlotProps as sl, provideSwitchGroup as sn, PaginationItemProps as so, Slider as sr, LocaleSlotProps as ss, ToggleIndicatorProps as st, provideCheckboxGroup as su, Treeview as t, ProgressLabelSlotProps as ta, _default$103 as tc, _default$145 as td, AvatarImageEmits as tf, SelectContentSlotProps as ti, ComboboxDescriptionSlotProps as tl, useSwitchRoot as tn, PaginationPrevProps as to, provideSnackbarQueueContext as tr, NumberFieldRootProps as ts, ToggleRootContext as tt, useCheckboxRoot as tu, useTreeviewList as u, ProgressFillSlotProps as ua, ExpansionPanelActivatorSlotProps as uc, Breadcrumbs as ud, provideAvatarRoot as uf, SelectRootProps as ui, ComboboxContentSlotProps as ul, StepItemProps as un, PaginationRootProps as uo, SliderThumbProps as ur, InputRootContext as us, ToggleGroupContext as ut, CarouselLiveRegionProps as uu, _default$7 as v, _default$68 as va, _default$108 as vc, _default$150 as vd, AlertDialogActionProps as vf, Rating as vi, ComboboxActivatorProps as vl, Splitter as vn, usePaginationRoot as vo, SliderTrackSlotProps as vr, InputErrorProps as vs, ThemeSlotProps as vt, CarouselIndicatorSlotProps as vu, TreeviewCheckboxSlotProps as w, _default$69 as wa, _default$109 as wc, _default$152 as wd, AlertDialogCancelProps as wf, RatingRootContext as wi, provideComboboxContext as wl, SplitterPanelProps as wn, OverflowItemSlotProps as wo, provideSliderRoot as wr, InputControlProps as ws, TabsItemProps as wt, CarouselPreviousSlotProps as wu, TreeviewActivatorProps as x, PresenceAttrs as xa, ExpansionPanelGroupProps as xc, _default$151 as xd, AlertDialogCloseProps as xf, RatingItemProps as xi, ComboboxRootProps as xl, SplitterHandleState as xn, OverflowIndicatorSlotProps as xo, SliderRootProps as xr, InputDescriptionProps as xs, TabsPanelProps as xt, CarouselNextSlotProps as xu, _default$8 as y, provideProgressRoot as ya, provideExpansionPanelRoot as yc, BreadcrumbsDividerProps as yd, AlertDialogActionSlotProps as yf, RatingHiddenInputProps as yi, ComboboxActivatorSlotProps as yl, SplitterHandleProps as yn, Overflow as yo, _default$41 as yr, InputErrorSlotProps as ys, _default$16 as yt, _default$136 as yu, TreeviewSelectAllProps as z, _default$73 as za, DialogContentSlotProps as zc, Avatar as zd, _default$168 as zf, provideRadioRoot as zi, _default$128 as zl, _default$32 as zn, NumberFieldDescriptionProps as zo, SelectionRootProps as zr, ImageRootProps as zs, Switch as zt, provideCarouselRoot as zu };