@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
@@ -214,8 +214,8 @@ interface AtomExpose {
214
214
  element: TemplateRef<HTMLElement | null>;
215
215
  }
216
216
  interface AtomPrivateProps extends AtomProps {}
217
- declare const _default$9: typeof __VLS_export$169;
218
- 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<{
217
+ declare const _default$9: typeof __VLS_export$170;
218
+ 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<{
219
219
  props: _$vue.PublicProps & __VLS_PrettifyLocal$32<AtomPrivateProps> & (typeof globalThis extends {
220
220
  __VLS_PROPS_FALLBACK: infer P;
221
221
  } ? P : {});
@@ -235,6 +235,7 @@ interface AlertDialogContext {
235
235
  titleId: string;
236
236
  descriptionId: string;
237
237
  isPending: ShallowRef<boolean>;
238
+ cancelEl: ShallowRef<HTMLElement | null>;
238
239
  open: () => void;
239
240
  close: () => void;
240
241
  }
@@ -257,8 +258,8 @@ interface AlertDialogRootSlotProps {
257
258
  close: () => void;
258
259
  }
259
260
  declare const useAlertDialogContext: (key: string, defaultValue?: AlertDialogContext | undefined) => AlertDialogContext, provideAlertDialogContext: (key: string, context: AlertDialogContext, app?: _$vue.App) => AlertDialogContext;
260
- declare const _default$6: typeof __VLS_export$168;
261
- declare const __VLS_export$168: __VLS_WithSlots$129<_$vue.DefineComponent<AlertDialogRootProps & {
261
+ declare const _default$6: typeof __VLS_export$169;
262
+ declare const __VLS_export$169: __VLS_WithSlots$129<_$vue.DefineComponent<AlertDialogRootProps & {
262
263
  modelValue?: boolean;
263
264
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
264
265
  "update:modelValue": (value: boolean) => any;
@@ -288,14 +289,17 @@ interface AlertDialogActivatorSlotProps {
288
289
  /** Attributes to bind to the trigger element */
289
290
  attrs: {
290
291
  'type': 'button' | undefined;
292
+ 'role': 'button' | undefined;
293
+ 'tabindex': number;
291
294
  'aria-haspopup': 'dialog';
292
295
  'aria-expanded': boolean;
293
296
  'data-open': true | undefined;
294
297
  'onClick': () => void;
298
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
295
299
  };
296
300
  }
297
- declare const _default$1: typeof __VLS_export$167;
298
- 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>, {
301
+ declare const _default$1: typeof __VLS_export$168;
302
+ 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>, {
299
303
  default: (props: AlertDialogActivatorSlotProps) => any;
300
304
  }>;
301
305
  type __VLS_WithSlots$128<T, S> = T & {
@@ -344,8 +348,8 @@ interface AlertDialogContentSlotProps {
344
348
  'onClose': (e: Event) => void;
345
349
  };
346
350
  }
347
- declare const _default$4: typeof __VLS_export$166;
348
- declare const __VLS_export$166: __VLS_WithSlots$127<_$vue.DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
351
+ declare const _default$4: typeof __VLS_export$167;
352
+ declare const __VLS_export$167: __VLS_WithSlots$127<_$vue.DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
349
353
  cancel: (e: Event) => any;
350
354
  close: (e: Event) => any;
351
355
  }, string, _$vue.PublicProps, Readonly<AlertDialogContentProps> & Readonly<{
@@ -371,8 +375,8 @@ interface AlertDialogTitleSlotProps {
371
375
  id: string;
372
376
  };
373
377
  }
374
- declare const _default$7: typeof __VLS_export$165;
375
- 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>, {
378
+ declare const _default$7: typeof __VLS_export$166;
379
+ 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>, {
376
380
  default: (props: AlertDialogTitleSlotProps) => any;
377
381
  }>;
378
382
  type __VLS_WithSlots$126<T, S> = T & {
@@ -392,8 +396,8 @@ interface AlertDialogDescriptionSlotProps {
392
396
  id: string;
393
397
  };
394
398
  }
395
- declare const _default$5: typeof __VLS_export$164;
396
- 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>, {
399
+ declare const _default$5: typeof __VLS_export$165;
400
+ 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>, {
397
401
  default: (props: AlertDialogDescriptionSlotProps) => any;
398
402
  }>;
399
403
  type __VLS_WithSlots$125<T, S> = T & {
@@ -415,13 +419,16 @@ interface AlertDialogCancelSlotProps {
415
419
  /** Attributes to bind to the cancel button element */
416
420
  attrs: {
417
421
  'type': 'button' | undefined;
422
+ 'role': 'button' | undefined;
423
+ 'tabindex': number;
418
424
  'disabled': boolean | undefined;
419
425
  'data-disabled': '' | undefined;
420
426
  'onClick': () => void;
427
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
421
428
  };
422
429
  }
423
- declare const _default$2: typeof __VLS_export$163;
424
- 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>, {
430
+ declare const _default$2: typeof __VLS_export$164;
431
+ 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>, {
425
432
  default: (props: AlertDialogCancelSlotProps) => any;
426
433
  }>;
427
434
  type __VLS_WithSlots$124<T, S> = T & {
@@ -441,12 +448,15 @@ interface AlertDialogCloseSlotProps {
441
448
  /** Attributes to bind to the close button element */
442
449
  attrs: {
443
450
  'type': 'button' | undefined;
451
+ 'role': 'button' | undefined;
452
+ 'tabindex': number;
444
453
  'aria-label': string;
445
454
  'onClick': () => void;
455
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
446
456
  };
447
457
  }
448
- declare const _default$3: typeof __VLS_export$162;
449
- 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>, {
458
+ declare const _default$3: typeof __VLS_export$163;
459
+ 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>, {
450
460
  default: (props: AlertDialogCloseSlotProps) => any;
451
461
  }>;
452
462
  type __VLS_WithSlots$123<T, S> = T & {
@@ -477,14 +487,17 @@ interface AlertDialogActionSlotProps {
477
487
  /** Attributes to bind to the action button element */
478
488
  attrs: {
479
489
  'type': 'button' | undefined;
490
+ 'role': 'button' | undefined;
491
+ 'tabindex': number;
480
492
  'disabled': boolean | undefined;
481
493
  'data-disabled': '' | undefined;
482
494
  'data-pending': '' | undefined;
483
495
  'onClick': () => void;
496
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
484
497
  };
485
498
  }
486
- declare const _default: typeof __VLS_export$161;
487
- declare const __VLS_export$161: __VLS_WithSlots$122<_$vue.DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
499
+ declare const _default: typeof __VLS_export$162;
500
+ declare const __VLS_export$162: __VLS_WithSlots$122<_$vue.DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
488
501
  action: (event: AlertDialogActionEvent) => any;
489
502
  }, string, _$vue.PublicProps, Readonly<AlertDialogActionProps> & Readonly<{
490
503
  onAction?: ((event: AlertDialogActionEvent) => any) | undefined;
@@ -874,8 +887,8 @@ interface AspectRatioSlotProps {
874
887
  };
875
888
  };
876
889
  }
877
- declare const _default$8: typeof __VLS_export$160;
878
- 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>, {
890
+ declare const _default$8: typeof __VLS_export$161;
891
+ 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>, {
879
892
  default: (props: AspectRatioSlotProps) => any;
880
893
  }>;
881
894
  type __VLS_WithSlots$121<T, S> = T & {
@@ -2221,8 +2234,8 @@ interface AvatarRootSlotProps {
2221
2234
  index: number;
2222
2235
  }
2223
2236
  declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?: _$vue.App) => AvatarContext;
2224
- declare const _default$14: typeof __VLS_export$159;
2225
- 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>, {
2237
+ declare const _default$14: typeof __VLS_export$160;
2238
+ 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>, {
2226
2239
  default: (props: AvatarRootSlotProps) => unknown;
2227
2240
  }>;
2228
2241
  type __VLS_WithSlots$120<T, S> = T & {
@@ -2356,8 +2369,8 @@ interface AvatarImageSlotProps {
2356
2369
  onError: (e: Event) => void;
2357
2370
  };
2358
2371
  }
2359
- declare const _default$12: typeof __VLS_export$158;
2360
- declare const __VLS_export$158: __VLS_WithSlots$119<_$vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
2372
+ declare const _default$12: typeof __VLS_export$159;
2373
+ declare const __VLS_export$159: __VLS_WithSlots$119<_$vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
2361
2374
  error: (e: Event) => any;
2362
2375
  load: (e: Event) => any;
2363
2376
  }, string, _$vue.PublicProps, Readonly<AvatarImageProps> & Readonly<{
@@ -2381,8 +2394,8 @@ interface AvatarFallbackSlotProps {
2381
2394
  /** Whether this fallback is currently visible */
2382
2395
  isSelected: boolean;
2383
2396
  }
2384
- declare const _default$10: typeof __VLS_export$157;
2385
- 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>, {
2397
+ declare const _default$10: typeof __VLS_export$158;
2398
+ 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>, {
2386
2399
  default: (props: AvatarFallbackSlotProps) => any;
2387
2400
  }>;
2388
2401
  type __VLS_WithSlots$118<T, S> = T & {
@@ -2593,8 +2606,8 @@ interface AvatarGroupSlotProps {
2593
2606
  };
2594
2607
  }
2595
2608
  declare const useAvatarGroup: (key: string, defaultValue?: AvatarGroupContext | null | undefined) => AvatarGroupContext | null, provideAvatarGroup: (key: string, context: AvatarGroupContext | null, app?: _$vue.App) => AvatarGroupContext | null;
2596
- declare const _default$11: typeof __VLS_export$156;
2597
- 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>, {
2609
+ declare const _default$11: typeof __VLS_export$157;
2610
+ 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>, {
2598
2611
  default: (props: AvatarGroupSlotProps) => unknown;
2599
2612
  }>;
2600
2613
  type __VLS_WithSlots$117<T, S> = T & {
@@ -2617,8 +2630,8 @@ interface AvatarIndicatorSlotProps {
2617
2630
  'data-overflow-indicator': 'true';
2618
2631
  };
2619
2632
  }
2620
- declare const _default$13: typeof __VLS_export$155;
2621
- 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>, {
2633
+ declare const _default$13: typeof __VLS_export$156;
2634
+ 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>, {
2622
2635
  default: (props: AvatarIndicatorSlotProps) => unknown;
2623
2636
  }>;
2624
2637
  type __VLS_WithSlots$116<T, S> = T & {
@@ -3308,8 +3321,8 @@ interface BreadcrumbsRootSlotProps {
3308
3321
  };
3309
3322
  }
3310
3323
  declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?: _$vue.App) => BreadcrumbsRootContext;
3311
- declare const _default$22: typeof __VLS_export$154;
3312
- 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>, {
3324
+ declare const _default$22: typeof __VLS_export$155;
3325
+ 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>, {
3313
3326
  default: (props: BreadcrumbsRootSlotProps) => unknown;
3314
3327
  }>;
3315
3328
  type __VLS_WithSlots$115<T, S> = T & {
@@ -3325,8 +3338,8 @@ interface BreadcrumbsListSlotProps {
3325
3338
  role: 'list';
3326
3339
  };
3327
3340
  }
3328
- declare const _default$20: typeof __VLS_export$153;
3329
- 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>, {
3341
+ declare const _default$20: typeof __VLS_export$154;
3342
+ 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>, {
3330
3343
  default: (props: BreadcrumbsListSlotProps) => unknown;
3331
3344
  }>;
3332
3345
  type __VLS_WithSlots$114<T, S> = T & {
@@ -3357,8 +3370,8 @@ interface BreadcrumbsItemSlotProps {
3357
3370
  'data-selected': true | undefined;
3358
3371
  };
3359
3372
  }
3360
- declare const _default$18: typeof __VLS_export$152;
3361
- 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>, {
3373
+ declare const _default$18: typeof __VLS_export$153;
3374
+ 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>, {
3362
3375
  default: (props: BreadcrumbsItemSlotProps) => unknown;
3363
3376
  }>;
3364
3377
  type __VLS_WithSlots$113<T, S> = T & {
@@ -3375,8 +3388,8 @@ interface BreadcrumbsPageSlotProps {
3375
3388
  'aria-current': 'page';
3376
3389
  };
3377
3390
  }
3378
- declare const _default$21: typeof __VLS_export$151;
3379
- 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>, {
3391
+ declare const _default$21: typeof __VLS_export$152;
3392
+ 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>, {
3380
3393
  default: (props: BreadcrumbsPageSlotProps) => unknown;
3381
3394
  }>;
3382
3395
  type __VLS_WithSlots$112<T, S> = T & {
@@ -3407,8 +3420,8 @@ interface BreadcrumbsDividerSlotProps {
3407
3420
  'data-selected': true | undefined;
3408
3421
  };
3409
3422
  }
3410
- declare const _default$16: typeof __VLS_export$150;
3411
- 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>, {
3423
+ declare const _default$16: typeof __VLS_export$151;
3424
+ 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>, {
3412
3425
  default: (props: BreadcrumbsDividerSlotProps) => unknown;
3413
3426
  }>;
3414
3427
  type __VLS_WithSlots$111<T, S> = T & {
@@ -3441,8 +3454,8 @@ interface BreadcrumbsEllipsisSlotProps {
3441
3454
  'data-selected': true | undefined;
3442
3455
  };
3443
3456
  }
3444
- declare const _default$17: typeof __VLS_export$149;
3445
- 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>, {
3457
+ declare const _default$17: typeof __VLS_export$150;
3458
+ 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>, {
3446
3459
  default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
3447
3460
  }>;
3448
3461
  type __VLS_WithSlots$110<T, S> = T & {
@@ -3475,8 +3488,8 @@ interface BreadcrumbsActivatorSlotProps {
3475
3488
  'onKeydown': ((e: KeyboardEvent) => void) | undefined;
3476
3489
  };
3477
3490
  }
3478
- declare const _default$15: typeof __VLS_export$148;
3479
- 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>, {
3491
+ declare const _default$15: typeof __VLS_export$149;
3492
+ 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>, {
3480
3493
  default: (props: BreadcrumbsActivatorSlotProps) => unknown;
3481
3494
  }>;
3482
3495
  type __VLS_WithSlots$109<T, S> = T & {
@@ -3487,8 +3500,8 @@ type __VLS_WithSlots$109<T, S> = T & {
3487
3500
  //#endregion
3488
3501
  //#region src/components/Breadcrumbs/BreadcrumbsLink.vue.d.ts
3489
3502
  type BreadcrumbsLinkProps = AtomProps;
3490
- declare const _default$19: typeof __VLS_export$147;
3491
- 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>, {
3503
+ declare const _default$19: typeof __VLS_export$148;
3504
+ 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>, {
3492
3505
  default?: (props: {}) => any;
3493
3506
  }>;
3494
3507
  type __VLS_WithSlots$108<T, S> = T & {
@@ -3830,8 +3843,8 @@ interface ButtonContentProps {
3830
3843
  interface ButtonContentSlotProps {
3831
3844
  isSelected: boolean;
3832
3845
  }
3833
- declare const _default$23: typeof __VLS_export$146;
3834
- 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>, {
3846
+ declare const _default$23: typeof __VLS_export$147;
3847
+ 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>, {
3835
3848
  default: (props: ButtonContentSlotProps) => any;
3836
3849
  }>;
3837
3850
  type __VLS_WithSlots$107<T, S> = T & {
@@ -3874,8 +3887,8 @@ interface ButtonGroupSlotProps {
3874
3887
  };
3875
3888
  }
3876
3889
  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>>;
3877
- declare const _default$24: typeof __VLS_export$145;
3878
- 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<{
3890
+ declare const _default$24: typeof __VLS_export$146;
3891
+ 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<{
3879
3892
  props: _$vue.PublicProps & __VLS_PrettifyLocal$31<(ButtonGroupProps & {
3880
3893
  modelValue?: T | T[];
3881
3894
  }) & {
@@ -3906,8 +3919,8 @@ interface ButtonHiddenInputProps {
3906
3919
  /** Associate with form by ID */
3907
3920
  form?: string;
3908
3921
  }
3909
- declare const _default$25: typeof __VLS_export$144;
3910
- declare const __VLS_export$144: _$vue.DefineComponent<ButtonHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
3922
+ declare const _default$25: typeof __VLS_export$145;
3923
+ declare const __VLS_export$145: _$vue.DefineComponent<ButtonHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
3911
3924
  //#endregion
3912
3925
  //#region src/components/Button/ButtonIcon.vue.d.ts
3913
3926
  interface ButtonIconProps extends AtomProps {
@@ -3922,8 +3935,8 @@ interface ButtonIconSlotProps {
3922
3935
  'aria-hidden': true;
3923
3936
  };
3924
3937
  }
3925
- declare const _default$26: typeof __VLS_export$143;
3926
- 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>, {
3938
+ declare const _default$26: typeof __VLS_export$144;
3939
+ 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>, {
3927
3940
  default: (props: ButtonIconSlotProps) => any;
3928
3941
  }>;
3929
3942
  type __VLS_WithSlots$106<T, S> = T & {
@@ -3943,8 +3956,8 @@ interface ButtonLoadingSlotProps {
3943
3956
  /** Whether this loading indicator is currently selected/visible */
3944
3957
  isSelected: boolean;
3945
3958
  }
3946
- declare const _default$27: typeof __VLS_export$142;
3947
- 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>, {
3959
+ declare const _default$27: typeof __VLS_export$143;
3960
+ 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>, {
3948
3961
  default: (props: ButtonLoadingSlotProps) => any;
3949
3962
  }>;
3950
3963
  type __VLS_WithSlots$105<T, S> = T & {
@@ -4032,8 +4045,8 @@ interface ButtonRootSlotProps {
4032
4045
  };
4033
4046
  }
4034
4047
  declare const useButtonRoot: (key: string, defaultValue?: ButtonRootContext | undefined) => ButtonRootContext, provideButtonRoot: (key: string, context: ButtonRootContext, app?: _$vue.App) => ButtonRootContext;
4035
- declare const _default$28: typeof __VLS_export$141;
4036
- 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<{
4048
+ declare const _default$28: typeof __VLS_export$142;
4049
+ 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<{
4037
4050
  props: _$vue.PublicProps & __VLS_PrettifyLocal$30<ButtonRootProps<V>> & (typeof globalThis extends {
4038
4051
  __VLS_PROPS_FALLBACK: infer P;
4039
4052
  } ? P : {});
@@ -4132,8 +4145,8 @@ declare const Button: {
4132
4145
  slots: {
4133
4146
  default: (props: ButtonGroupSlotProps) => any;
4134
4147
  };
4135
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
4136
4148
  attrs: any;
4149
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
4137
4150
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4138
4151
  props: _$vue.PublicProps & {
4139
4152
  namespace?: string | undefined;
@@ -4288,8 +4301,8 @@ declare const Button: {
4288
4301
  slots: {
4289
4302
  default: (props: ButtonRootSlotProps) => any;
4290
4303
  };
4291
- emit: {};
4292
4304
  attrs: any;
4305
+ emit: {};
4293
4306
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4294
4307
  props: _$vue.PublicProps & {
4295
4308
  disabled?: boolean | undefined;
@@ -4596,8 +4609,8 @@ interface CarouselContext extends StepContext<CarouselTicket> {
4596
4609
  resume: () => void;
4597
4610
  }
4598
4611
  declare const useCarouselRoot: (key: string, defaultValue?: CarouselContext | undefined) => CarouselContext, provideCarouselRoot: (key: string, context: CarouselContext, app?: _$vue.App) => CarouselContext;
4599
- declare const _default$35: typeof __VLS_export$140;
4600
- 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<{
4612
+ declare const _default$35: typeof __VLS_export$141;
4613
+ 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<{
4601
4614
  props: _$vue.PublicProps & __VLS_PrettifyLocal$29<(CarouselRootProps & {
4602
4615
  modelValue?: T | T[];
4603
4616
  }) & {
@@ -4632,8 +4645,8 @@ interface CarouselViewportSlotProps {
4632
4645
  'style': Record<string, string | number>;
4633
4646
  };
4634
4647
  }
4635
- declare const _default$36: typeof __VLS_export$139;
4636
- 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>, {
4648
+ declare const _default$36: typeof __VLS_export$140;
4649
+ 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>, {
4637
4650
  default: (props: CarouselViewportSlotProps) => any;
4638
4651
  }>;
4639
4652
  type __VLS_WithSlots$104<T, S> = T & {
@@ -4684,8 +4697,8 @@ interface CarouselItemSlotProps {
4684
4697
  'style': Record<string, string>;
4685
4698
  };
4686
4699
  }
4687
- declare const _default$30: typeof __VLS_export$138;
4688
- 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<{
4700
+ declare const _default$30: typeof __VLS_export$139;
4701
+ 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<{
4689
4702
  props: _$vue.PublicProps & __VLS_PrettifyLocal$28<CarouselItemProps<V>> & (typeof globalThis extends {
4690
4703
  __VLS_PROPS_FALLBACK: infer P;
4691
4704
  } ? P : {});
@@ -4713,6 +4726,8 @@ interface CarouselPreviousSlotProps {
4713
4726
  /** Attributes to bind to the button element */
4714
4727
  attrs: {
4715
4728
  'type': 'button' | undefined;
4729
+ 'role': 'button' | undefined;
4730
+ 'tabindex': number;
4716
4731
  'aria-label': string;
4717
4732
  'aria-controls': string;
4718
4733
  'aria-disabled': boolean;
@@ -4720,10 +4735,11 @@ interface CarouselPreviousSlotProps {
4720
4735
  'data-disabled': true | undefined;
4721
4736
  'data-edge': true | undefined;
4722
4737
  'onClick': () => void;
4738
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
4723
4739
  };
4724
4740
  }
4725
- declare const _default$33: typeof __VLS_export$137;
4726
- 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>, {
4741
+ declare const _default$33: typeof __VLS_export$138;
4742
+ 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>, {
4727
4743
  default: (props: CarouselPreviousSlotProps) => any;
4728
4744
  }>;
4729
4745
  type __VLS_WithSlots$103<T, S> = T & {
@@ -4745,6 +4761,8 @@ interface CarouselNextSlotProps {
4745
4761
  /** Attributes to bind to the button element */
4746
4762
  attrs: {
4747
4763
  'type': 'button' | undefined;
4764
+ 'role': 'button' | undefined;
4765
+ 'tabindex': number;
4748
4766
  'aria-label': string;
4749
4767
  'aria-controls': string;
4750
4768
  'aria-disabled': boolean;
@@ -4752,10 +4770,11 @@ interface CarouselNextSlotProps {
4752
4770
  'data-disabled': true | undefined;
4753
4771
  'data-edge': true | undefined;
4754
4772
  'onClick': () => void;
4773
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
4755
4774
  };
4756
4775
  }
4757
- declare const _default$32: typeof __VLS_export$136;
4758
- 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>, {
4776
+ declare const _default$32: typeof __VLS_export$137;
4777
+ 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>, {
4759
4778
  default: (props: CarouselNextSlotProps) => any;
4760
4779
  }>;
4761
4780
  type __VLS_WithSlots$102<T, S> = T & {
@@ -4805,8 +4824,8 @@ interface CarouselIndicatorSlotProps {
4805
4824
  'aria-orientation': 'horizontal' | 'vertical';
4806
4825
  };
4807
4826
  }
4808
- declare const _default$29: typeof __VLS_export$135;
4809
- 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>, {
4827
+ declare const _default$29: typeof __VLS_export$136;
4828
+ 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>, {
4810
4829
  default: (props: CarouselIndicatorSlotProps) => any;
4811
4830
  }>;
4812
4831
  type __VLS_WithSlots$101<T, S> = T & {
@@ -4841,8 +4860,8 @@ interface CarouselProgressSlotProps {
4841
4860
  };
4842
4861
  };
4843
4862
  }
4844
- declare const _default$34: typeof __VLS_export$134;
4845
- 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>, {
4863
+ declare const _default$34: typeof __VLS_export$135;
4864
+ 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>, {
4846
4865
  default: (props: CarouselProgressSlotProps) => any;
4847
4866
  }>;
4848
4867
  type __VLS_WithSlots$100<T, S> = T & {
@@ -4870,8 +4889,8 @@ interface CarouselLiveRegionSlotProps {
4870
4889
  'role': 'status';
4871
4890
  };
4872
4891
  }
4873
- declare const _default$31: typeof __VLS_export$133;
4874
- 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>, {
4892
+ declare const _default$31: typeof __VLS_export$134;
4893
+ 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>, {
4875
4894
  default: (props: CarouselLiveRegionSlotProps) => any;
4876
4895
  }>;
4877
4896
  type __VLS_WithSlots$99<T, S> = T & {
@@ -4937,8 +4956,8 @@ declare const Carousel: {
4937
4956
  slots: {
4938
4957
  default: (props: CarouselRootSlotProps) => any;
4939
4958
  };
4940
- emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
4941
4959
  attrs: any;
4960
+ emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
4942
4961
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4943
4962
  props: _$vue.PublicProps & {
4944
4963
  id?: string | undefined;
@@ -5034,8 +5053,8 @@ declare const Carousel: {
5034
5053
  slots: {
5035
5054
  default: (props: CarouselItemSlotProps) => any;
5036
5055
  };
5037
- emit: {};
5038
5056
  attrs: any;
5057
+ emit: {};
5039
5058
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5040
5059
  props: _$vue.PublicProps & {
5041
5060
  id?: ID | undefined;
@@ -5301,8 +5320,8 @@ interface CheckboxGroupSlotProps {
5301
5320
  };
5302
5321
  }
5303
5322
  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>>;
5304
- declare const _default$37: typeof __VLS_export$132;
5305
- 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<{
5323
+ declare const _default$37: typeof __VLS_export$133;
5324
+ 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<{
5306
5325
  props: _$vue.PublicProps & __VLS_PrettifyLocal$27<(CheckboxGroupProps & {
5307
5326
  modelValue?: T | T[];
5308
5327
  }) & {
@@ -5333,8 +5352,8 @@ interface CheckboxHiddenInputProps {
5333
5352
  /** Associate with form by ID (defaults to context value) */
5334
5353
  form?: string;
5335
5354
  }
5336
- declare const _default$38: typeof __VLS_export$131;
5337
- declare const __VLS_export$131: _$vue.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
5355
+ declare const _default$38: typeof __VLS_export$132;
5356
+ declare const __VLS_export$132: _$vue.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
5338
5357
  //#endregion
5339
5358
  //#region src/components/Checkbox/CheckboxRoot.vue.d.ts
5340
5359
  /** Visual state of the checkbox for styling purposes */
@@ -5434,8 +5453,8 @@ interface CheckboxRootSlotProps<V = unknown> {
5434
5453
  };
5435
5454
  }
5436
5455
  declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: _$vue.App) => CheckboxRootContext<unknown>;
5437
- declare const _default$40: typeof __VLS_export$130;
5438
- 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<{
5456
+ declare const _default$40: typeof __VLS_export$131;
5457
+ 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<{
5439
5458
  props: _$vue.PublicProps & __VLS_PrettifyLocal$26<(CheckboxRootProps<V> & {
5440
5459
  modelValue?: boolean;
5441
5460
  }) & {
@@ -5473,8 +5492,8 @@ interface CheckboxIndicatorSlotProps {
5473
5492
  };
5474
5493
  };
5475
5494
  }
5476
- declare const _default$39: typeof __VLS_export$129;
5477
- 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>, {
5495
+ declare const _default$39: typeof __VLS_export$130;
5496
+ 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>, {
5478
5497
  default: (props: CheckboxIndicatorSlotProps) => any;
5479
5498
  }>;
5480
5499
  type __VLS_WithSlots$98<T, S> = T & {
@@ -5529,8 +5548,8 @@ interface CheckboxSelectAllSlotProps {
5529
5548
  'onKeydown': (e: KeyboardEvent) => void;
5530
5549
  };
5531
5550
  }
5532
- declare const _default$41: typeof __VLS_export$128;
5533
- 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>, {
5551
+ declare const _default$41: typeof __VLS_export$129;
5552
+ 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>, {
5534
5553
  default: (props: CheckboxSelectAllSlotProps) => any;
5535
5554
  }>;
5536
5555
  type __VLS_WithSlots$97<T, S> = T & {
@@ -5594,8 +5613,8 @@ declare const Checkbox: {
5594
5613
  slots: {
5595
5614
  default: (props: CheckboxGroupSlotProps) => any;
5596
5615
  };
5597
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
5598
5616
  attrs: any;
5617
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
5599
5618
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5600
5619
  props: _$vue.PublicProps & {
5601
5620
  namespace?: string | undefined;
@@ -5720,8 +5739,8 @@ declare const Checkbox: {
5720
5739
  slots: {
5721
5740
  default: (props: CheckboxRootSlotProps<V>) => any;
5722
5741
  };
5723
- emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
5724
5742
  attrs: any;
5743
+ emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
5725
5744
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5726
5745
  props: _$vue.PublicProps & {
5727
5746
  id?: ID | undefined;
@@ -5840,8 +5859,8 @@ interface CollapsibleRootSlotProps {
5840
5859
  };
5841
5860
  }
5842
5861
  declare const useCollapsible: (key: string, defaultValue?: CollapsibleContext | undefined) => CollapsibleContext, provideCollapsible: (key: string, context: CollapsibleContext, app?: _$vue.App) => CollapsibleContext;
5843
- declare const _default$45: typeof __VLS_export$127;
5844
- declare const __VLS_export$127: __VLS_WithSlots$96<_$vue.DefineComponent<CollapsibleRootProps & {
5862
+ declare const _default$45: typeof __VLS_export$128;
5863
+ declare const __VLS_export$128: __VLS_WithSlots$96<_$vue.DefineComponent<CollapsibleRootProps & {
5845
5864
  modelValue?: boolean;
5846
5865
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
5847
5866
  "update:modelValue": (value: boolean) => any;
@@ -5884,11 +5903,11 @@ interface CollapsibleActivatorSlotProps {
5884
5903
  'disabled': boolean | undefined; /** Type attribute for native button elements */
5885
5904
  'type': 'button' | undefined; /** Click handler to toggle */
5886
5905
  'onClick': () => void; /** Keyboard handler for Enter and Space keys */
5887
- 'onKeydown': (e: KeyboardEvent) => void;
5906
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
5888
5907
  };
5889
5908
  }
5890
- declare const _default$42: typeof __VLS_export$126;
5891
- 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>, {
5909
+ declare const _default$42: typeof __VLS_export$127;
5910
+ 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>, {
5892
5911
  default: (props: CollapsibleActivatorSlotProps) => any;
5893
5912
  }>;
5894
5913
  type __VLS_WithSlots$95<T, S> = T & {
@@ -5908,8 +5927,8 @@ interface CollapsibleCueSlotProps {
5908
5927
  'data-state': 'open' | 'closed';
5909
5928
  };
5910
5929
  }
5911
- declare const _default$44: typeof __VLS_export$125;
5912
- 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>, {
5930
+ declare const _default$44: typeof __VLS_export$126;
5931
+ 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>, {
5913
5932
  default: (props: CollapsibleCueSlotProps) => any;
5914
5933
  }>;
5915
5934
  type __VLS_WithSlots$94<T, S> = T & {
@@ -5935,8 +5954,8 @@ interface CollapsibleContentSlotProps {
5935
5954
  'data-disabled': true | undefined;
5936
5955
  };
5937
5956
  }
5938
- declare const _default$43: typeof __VLS_export$124;
5939
- 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>, {
5957
+ declare const _default$43: typeof __VLS_export$125;
5958
+ 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>, {
5940
5959
  default: (props: CollapsibleContentSlotProps) => any;
5941
5960
  }>;
5942
5961
  type __VLS_WithSlots$93<T, S> = T & {
@@ -6457,8 +6476,8 @@ interface ComboboxRootSlotProps {
6457
6476
  clear: () => void;
6458
6477
  }
6459
6478
  declare const useComboboxContext: (key: string, defaultValue?: ComboboxContext | undefined) => ComboboxContext, provideComboboxContext: (key: string, context: ComboboxContext, app?: _$vue.App) => ComboboxContext;
6460
- declare const _default$54: typeof __VLS_export$123;
6461
- 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<{
6479
+ declare const _default$54: typeof __VLS_export$124;
6480
+ 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<{
6462
6481
  props: _$vue.PublicProps & __VLS_PrettifyLocal$25<(ComboboxRootProps & {
6463
6482
  modelValue?: T | T[];
6464
6483
  }) & {
@@ -6492,8 +6511,8 @@ interface ComboboxActivatorSlotProps {
6492
6511
  'style': Record<string, string>;
6493
6512
  };
6494
6513
  }
6495
- declare const _default$46: typeof __VLS_export$122;
6496
- 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>, {
6514
+ declare const _default$46: typeof __VLS_export$123;
6515
+ 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>, {
6497
6516
  default: (props: ComboboxActivatorSlotProps) => any;
6498
6517
  }>;
6499
6518
  type __VLS_WithSlots$92<T, S> = T & {
@@ -6536,8 +6555,8 @@ interface ComboboxControlSlotProps {
6536
6555
  'onKeydown': (e: KeyboardEvent) => void;
6537
6556
  };
6538
6557
  }
6539
- declare const _default$48: typeof __VLS_export$121;
6540
- 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>, {
6558
+ declare const _default$48: typeof __VLS_export$122;
6559
+ 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>, {
6541
6560
  default: (props: ComboboxControlSlotProps) => any;
6542
6561
  }>;
6543
6562
  type __VLS_WithSlots$91<T, S> = T & {
@@ -6558,8 +6577,8 @@ interface ComboboxCueSlotProps {
6558
6577
  'onClick': () => void;
6559
6578
  };
6560
6579
  }
6561
- declare const _default$49: typeof __VLS_export$120;
6562
- 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>, {
6580
+ declare const _default$49: typeof __VLS_export$121;
6581
+ 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>, {
6563
6582
  default: (props: ComboboxCueSlotProps) => any;
6564
6583
  }>;
6565
6584
  type __VLS_WithSlots$90<T, S> = T & {
@@ -6581,8 +6600,8 @@ interface ComboboxContentSlotProps {
6581
6600
  /** Attributes to bind to the content element */
6582
6601
  attrs: Record<string, unknown>;
6583
6602
  }
6584
- declare const _default$47: typeof __VLS_export$119;
6585
- 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>, {
6603
+ declare const _default$47: typeof __VLS_export$120;
6604
+ 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>, {
6586
6605
  default: (props: ComboboxContentSlotProps) => any;
6587
6606
  }>;
6588
6607
  type __VLS_WithSlots$89<T, S> = T & {
@@ -6628,8 +6647,8 @@ interface ComboboxItemSlotProps<V = unknown> {
6628
6647
  'onClick': () => void;
6629
6648
  };
6630
6649
  }
6631
- declare const _default$53: typeof __VLS_export$118;
6632
- 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<{
6650
+ declare const _default$53: typeof __VLS_export$119;
6651
+ 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<{
6633
6652
  props: _$vue.PublicProps & __VLS_PrettifyLocal$24<ComboboxItemProps<V>> & (typeof globalThis extends {
6634
6653
  __VLS_PROPS_FALLBACK: infer P;
6635
6654
  } ? P : {});
@@ -6653,8 +6672,8 @@ interface ComboboxEmptySlotProps {
6653
6672
  /** Current query string */
6654
6673
  query: string;
6655
6674
  }
6656
- declare const _default$51: typeof __VLS_export$117;
6657
- 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>, {
6675
+ declare const _default$51: typeof __VLS_export$118;
6676
+ 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>, {
6658
6677
  default: (props: ComboboxEmptySlotProps) => any;
6659
6678
  }>;
6660
6679
  type __VLS_WithSlots$88<T, S> = T & {
@@ -6672,8 +6691,8 @@ interface ComboboxDescriptionSlotProps {
6672
6691
  /** ID for this description element */
6673
6692
  id: string;
6674
6693
  }
6675
- declare const _default$50: typeof __VLS_export$116;
6676
- 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>, {
6694
+ declare const _default$50: typeof __VLS_export$117;
6695
+ 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>, {
6677
6696
  default: (props: ComboboxDescriptionSlotProps) => any;
6678
6697
  }>;
6679
6698
  type __VLS_WithSlots$87<T, S> = T & {
@@ -6699,8 +6718,8 @@ interface ComboboxErrorSlotProps {
6699
6718
  'data-state': 'visible' | 'hidden';
6700
6719
  };
6701
6720
  }
6702
- declare const _default$52: typeof __VLS_export$115;
6703
- 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>, {
6721
+ declare const _default$52: typeof __VLS_export$116;
6722
+ 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>, {
6704
6723
  default: (props: ComboboxErrorSlotProps) => any;
6705
6724
  }>;
6706
6725
  type __VLS_WithSlots$86<T, S> = T & {
@@ -6742,9 +6761,8 @@ type __VLS_WithSlots$86<T, S> = T & {
6742
6761
  * :key="item.id"
6743
6762
  * :id="item.id"
6744
6763
  * :value="item.label"
6745
- * v-slot="{ isSelected, attrs }"
6746
6764
  * >
6747
- * <div v-bind="attrs">{{ item.label }}</div>
6765
+ * {{ item.label }}
6748
6766
  * </Combobox.Item>
6749
6767
  * <Combobox.Empty>No results found</Combobox.Empty>
6750
6768
  * </Combobox.Content>
@@ -6785,8 +6803,8 @@ declare const Combobox: {
6785
6803
  slots: {
6786
6804
  default: (props: ComboboxRootSlotProps) => any;
6787
6805
  };
6788
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
6789
6806
  attrs: any;
6807
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
6790
6808
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6791
6809
  props: _$vue.PublicProps & {
6792
6810
  namespace?: string | undefined;
@@ -6952,10 +6970,13 @@ declare const Combobox: {
6952
6970
  *
6953
6971
  * @example
6954
6972
  * ```vue
6955
- * <Combobox.Item id="apple" value="Apple" v-slot="{ isSelected, isHighlighted, attrs }">
6956
- * <div v-bind="attrs" :class="{ highlighted: isHighlighted }">
6957
- * Apple {{ isSelected ? '✓' : '' }}
6958
- * </div>
6973
+ * <Combobox.Item
6974
+ * id="apple"
6975
+ * value="Apple"
6976
+ * class="data-[highlighted]:bg-primary"
6977
+ * v-slot="{ isSelected }"
6978
+ * >
6979
+ * Apple {{ isSelected ? '✓' : '' }}
6959
6980
  * </Combobox.Item>
6960
6981
  * ```
6961
6982
  */
@@ -6963,8 +6984,8 @@ declare const Combobox: {
6963
6984
  slots: {
6964
6985
  default: (props: ComboboxItemSlotProps<V>) => any;
6965
6986
  };
6966
- emit: {};
6967
6987
  attrs: any;
6988
+ emit: {};
6968
6989
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6969
6990
  props: _$vue.PublicProps & {
6970
6991
  namespace?: string | undefined;
@@ -7114,8 +7135,8 @@ interface DialogRootSlotProps {
7114
7135
  close: () => void;
7115
7136
  }
7116
7137
  declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: _$vue.App) => DialogContext;
7117
- declare const _default$59: typeof __VLS_export$114;
7118
- declare const __VLS_export$114: __VLS_WithSlots$85<_$vue.DefineComponent<DialogRootProps & {
7138
+ declare const _default$59: typeof __VLS_export$115;
7139
+ declare const __VLS_export$115: __VLS_WithSlots$85<_$vue.DefineComponent<DialogRootProps & {
7119
7140
  modelValue?: boolean;
7120
7141
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
7121
7142
  "update:modelValue": (value: boolean) => any;
@@ -7145,14 +7166,17 @@ interface DialogActivatorSlotProps {
7145
7166
  /** Attributes to bind to the trigger element */
7146
7167
  attrs: {
7147
7168
  'type': 'button' | undefined;
7169
+ 'role': 'button' | undefined;
7170
+ 'tabindex': number;
7148
7171
  'aria-haspopup': 'dialog';
7149
7172
  'aria-expanded': boolean;
7150
7173
  'data-open': true | undefined;
7151
7174
  'onClick': () => void;
7175
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
7152
7176
  };
7153
7177
  }
7154
- declare const _default$55: typeof __VLS_export$113;
7155
- 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>, {
7178
+ declare const _default$55: typeof __VLS_export$114;
7179
+ 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>, {
7156
7180
  default: (props: DialogActivatorSlotProps) => any;
7157
7181
  }>;
7158
7182
  type __VLS_WithSlots$84<T, S> = T & {
@@ -7200,8 +7224,8 @@ interface DialogContentSlotProps {
7200
7224
  'onClose': (e: Event) => void;
7201
7225
  };
7202
7226
  }
7203
- declare const _default$57: typeof __VLS_export$112;
7204
- declare const __VLS_export$112: __VLS_WithSlots$83<_$vue.DefineComponent<DialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
7227
+ declare const _default$57: typeof __VLS_export$113;
7228
+ declare const __VLS_export$113: __VLS_WithSlots$83<_$vue.DefineComponent<DialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
7205
7229
  cancel: (e: Event) => any;
7206
7230
  close: (e: Event) => any;
7207
7231
  }, string, _$vue.PublicProps, Readonly<DialogContentProps> & Readonly<{
@@ -7227,8 +7251,8 @@ interface DialogTitleSlotProps {
7227
7251
  id: string;
7228
7252
  };
7229
7253
  }
7230
- declare const _default$60: typeof __VLS_export$111;
7231
- 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>, {
7254
+ declare const _default$60: typeof __VLS_export$112;
7255
+ 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>, {
7232
7256
  default: (props: DialogTitleSlotProps) => any;
7233
7257
  }>;
7234
7258
  type __VLS_WithSlots$82<T, S> = T & {
@@ -7248,8 +7272,8 @@ interface DialogDescriptionSlotProps {
7248
7272
  id: string;
7249
7273
  };
7250
7274
  }
7251
- declare const _default$58: typeof __VLS_export$110;
7252
- 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>, {
7275
+ declare const _default$58: typeof __VLS_export$111;
7276
+ 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>, {
7253
7277
  default: (props: DialogDescriptionSlotProps) => any;
7254
7278
  }>;
7255
7279
  type __VLS_WithSlots$81<T, S> = T & {
@@ -7269,12 +7293,15 @@ interface DialogCloseSlotProps {
7269
7293
  /** Attributes to bind to the close button element */
7270
7294
  attrs: {
7271
7295
  'type': 'button' | undefined;
7296
+ 'role': 'button' | undefined;
7297
+ 'tabindex': number;
7272
7298
  'aria-label': string;
7273
7299
  'onClick': () => void;
7300
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
7274
7301
  };
7275
7302
  }
7276
- declare const _default$56: typeof __VLS_export$109;
7277
- 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>, {
7303
+ declare const _default$56: typeof __VLS_export$110;
7304
+ 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>, {
7278
7305
  default: (props: DialogCloseSlotProps) => any;
7279
7306
  }>;
7280
7307
  type __VLS_WithSlots$80<T, S> = T & {
@@ -7602,8 +7629,8 @@ interface ExpansionPanelGroupSlotProps {
7602
7629
  toggle: (id: ID) => void;
7603
7630
  }
7604
7631
  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>>;
7605
- declare const _default$64: typeof __VLS_export$108;
7606
- 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<{
7632
+ declare const _default$64: typeof __VLS_export$109;
7633
+ 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<{
7607
7634
  props: _$vue.PublicProps & __VLS_PrettifyLocal$23<(ExpansionPanelGroupProps & {
7608
7635
  modelValue?: T | T[];
7609
7636
  }) & {
@@ -7662,8 +7689,8 @@ interface ExpansionPanelRootSlotProps {
7662
7689
  };
7663
7690
  }
7664
7691
  declare const useExpansionPanelRoot: (key: string, defaultValue?: ExpansionPanelRootContext | undefined) => ExpansionPanelRootContext, provideExpansionPanelRoot: (key: string, context: ExpansionPanelRootContext, app?: _$vue.App) => ExpansionPanelRootContext;
7665
- declare const _default$66: typeof __VLS_export$107;
7666
- 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<{
7692
+ declare const _default$66: typeof __VLS_export$108;
7693
+ 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<{
7667
7694
  props: _$vue.PublicProps & __VLS_PrettifyLocal$22<ExpansionPanelRootProps<V>> & (typeof globalThis extends {
7668
7695
  __VLS_PROPS_FALLBACK: infer P;
7669
7696
  } ? P : {});
@@ -7691,8 +7718,8 @@ interface ExpansionPanelHeaderSlotProps {
7691
7718
  /** Data attribute for selected state */'data-selected': true | undefined;
7692
7719
  };
7693
7720
  }
7694
- declare const _default$65: typeof __VLS_export$106;
7695
- 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>, {
7721
+ declare const _default$65: typeof __VLS_export$107;
7722
+ 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>, {
7696
7723
  default: (props: ExpansionPanelHeaderSlotProps) => any;
7697
7724
  }>;
7698
7725
  type __VLS_WithSlots$79<T, S> = T & {
@@ -7725,11 +7752,11 @@ interface ExpansionPanelActivatorSlotProps {
7725
7752
  'disabled': boolean | undefined; /** Type attribute for native button elements */
7726
7753
  'type': 'button' | undefined; /** Click handler to toggle panel */
7727
7754
  'onClick': () => void; /** Keyboard handler for Enter and Space keys */
7728
- 'onKeydown': (e: KeyboardEvent) => void;
7755
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
7729
7756
  };
7730
7757
  }
7731
- declare const _default$61: typeof __VLS_export$105;
7732
- 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>, {
7758
+ declare const _default$61: typeof __VLS_export$106;
7759
+ 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>, {
7733
7760
  default: (props: ExpansionPanelActivatorSlotProps) => any;
7734
7761
  }>;
7735
7762
  type __VLS_WithSlots$78<T, S> = T & {
@@ -7749,8 +7776,8 @@ interface ExpansionPanelCueSlotProps {
7749
7776
  'data-state': 'open' | 'closed';
7750
7777
  };
7751
7778
  }
7752
- declare const _default$63: typeof __VLS_export$104;
7753
- 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>, {
7779
+ declare const _default$63: typeof __VLS_export$105;
7780
+ 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>, {
7754
7781
  default: (props: ExpansionPanelCueSlotProps) => any;
7755
7782
  }>;
7756
7783
  type __VLS_WithSlots$77<T, S> = T & {
@@ -7775,8 +7802,8 @@ interface ExpansionPanelContentSlotProps {
7775
7802
  'hidden': boolean;
7776
7803
  };
7777
7804
  }
7778
- declare const _default$62: typeof __VLS_export$103;
7779
- 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>, {
7805
+ declare const _default$62: typeof __VLS_export$104;
7806
+ 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>, {
7780
7807
  default: (props: ExpansionPanelContentSlotProps) => any;
7781
7808
  }>;
7782
7809
  type __VLS_WithSlots$76<T, S> = T & {
@@ -7824,8 +7851,8 @@ declare const ExpansionPanel: {
7824
7851
  slots: {
7825
7852
  default: (props: ExpansionPanelGroupSlotProps) => any;
7826
7853
  };
7827
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
7828
7854
  attrs: any;
7855
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
7829
7856
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7830
7857
  props: _$vue.PublicProps & {
7831
7858
  namespace?: string | undefined;
@@ -7880,8 +7907,8 @@ declare const ExpansionPanel: {
7880
7907
  slots: {
7881
7908
  default: (props: ExpansionPanelRootSlotProps) => any;
7882
7909
  };
7883
- emit: {};
7884
7910
  attrs: any;
7911
+ emit: {};
7885
7912
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7886
7913
  props: _$vue.PublicProps & {
7887
7914
  id?: string | undefined;
@@ -8078,22 +8105,22 @@ interface FormSlotProps {
8078
8105
  onReset: (event: Event) => void;
8079
8106
  };
8080
8107
  }
8081
- declare const _default$67: typeof __VLS_export$102;
8082
- declare const __VLS_export$102: __VLS_WithSlots$75<_$vue.DefineComponent<FormProps & {
8108
+ declare const _default$67: typeof __VLS_export$103;
8109
+ declare const __VLS_export$103: __VLS_WithSlots$75<_$vue.DefineComponent<FormProps & {
8083
8110
  modelValue?: boolean | null;
8084
8111
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
8085
- reset: () => any;
8086
8112
  "update:modelValue": (value: boolean | null) => any;
8087
8113
  "update:model-value": (value: boolean | null) => any;
8114
+ reset: () => any;
8088
8115
  submit: (payload: {
8089
8116
  valid: boolean;
8090
8117
  }) => any;
8091
8118
  }, string, _$vue.PublicProps, Readonly<FormProps & {
8092
8119
  modelValue?: boolean | null;
8093
8120
  }> & Readonly<{
8094
- onReset?: (() => any) | undefined;
8095
8121
  "onUpdate:modelValue"?: ((value: boolean | null) => any) | undefined;
8096
8122
  "onUpdate:model-value"?: ((value: boolean | null) => any) | undefined;
8123
+ onReset?: (() => any) | undefined;
8097
8124
  onSubmit?: ((payload: {
8098
8125
  valid: boolean;
8099
8126
  }) => any) | undefined;
@@ -8149,8 +8176,8 @@ interface GroupRootSlotProps {
8149
8176
  };
8150
8177
  }
8151
8178
  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>>;
8152
- declare const _default$69: typeof __VLS_export$101;
8153
- 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<{
8179
+ declare const _default$69: typeof __VLS_export$102;
8180
+ 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<{
8154
8181
  props: _$vue.PublicProps & __VLS_PrettifyLocal$21<(GroupRootProps & {
8155
8182
  modelValue?: T | T[];
8156
8183
  }) & {
@@ -8211,16 +8238,18 @@ interface GroupItemSlotProps<V = unknown> {
8211
8238
  /** Attributes to bind to the item element */
8212
8239
  attrs: {
8213
8240
  'role': 'checkbox';
8241
+ 'tabindex': 0 | -1;
8214
8242
  'aria-checked': boolean | 'mixed';
8215
8243
  'aria-disabled': boolean;
8216
8244
  'data-selected': true | undefined;
8217
8245
  'data-disabled': true | undefined;
8218
8246
  'data-mixed': true | undefined;
8219
8247
  'onClick': () => void;
8248
+ 'onKeydown': (e: KeyboardEvent) => void;
8220
8249
  };
8221
8250
  }
8222
- declare const _default$68: typeof __VLS_export$100;
8223
- 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<{
8251
+ declare const _default$68: typeof __VLS_export$101;
8252
+ 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<{
8224
8253
  props: _$vue.PublicProps & __VLS_PrettifyLocal$20<GroupItemProps<V>> & (typeof globalThis extends {
8225
8254
  __VLS_PROPS_FALLBACK: infer P;
8226
8255
  } ? P : {});
@@ -8266,8 +8295,8 @@ declare const Group: {
8266
8295
  slots: {
8267
8296
  default: (props: GroupRootSlotProps) => any;
8268
8297
  };
8269
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
8270
8298
  attrs: any;
8299
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
8271
8300
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8272
8301
  props: _$vue.PublicProps & {
8273
8302
  namespace?: string | undefined;
@@ -8311,8 +8340,8 @@ declare const Group: {
8311
8340
  slots: {
8312
8341
  default: (props: GroupItemSlotProps<V>) => unknown;
8313
8342
  };
8314
- emit: {};
8315
8343
  attrs: any;
8344
+ emit: {};
8316
8345
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8317
8346
  props: _$vue.PublicProps & {
8318
8347
  id?: string | undefined;
@@ -8374,8 +8403,8 @@ interface ImageRootSlotProps {
8374
8403
  }
8375
8404
  interface ImageContext extends UseImageReturn {}
8376
8405
  declare const useImageRoot: (key: string, defaultValue?: ImageContext | undefined) => ImageContext, provideImageRoot: (key: string, context: ImageContext, app?: _$vue.App) => ImageContext;
8377
- declare const _default$73: typeof __VLS_export$99;
8378
- 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>, {
8406
+ declare const _default$73: typeof __VLS_export$100;
8407
+ 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>, {
8379
8408
  default: (props: ImageRootSlotProps) => any;
8380
8409
  }>;
8381
8410
  type __VLS_WithSlots$74<T, S> = T & {
@@ -8444,8 +8473,8 @@ interface ImageImgSlotProps {
8444
8473
  'onError': (e: Event) => void;
8445
8474
  };
8446
8475
  }
8447
- declare const _default$71: typeof __VLS_export$98;
8448
- declare const __VLS_export$98: __VLS_WithSlots$73<_$vue.DefineComponent<ImageImgProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
8476
+ declare const _default$71: typeof __VLS_export$99;
8477
+ declare const __VLS_export$99: __VLS_WithSlots$73<_$vue.DefineComponent<ImageImgProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
8449
8478
  error: (e: Event) => any;
8450
8479
  load: (e: Event) => any;
8451
8480
  loadstart: (src: string) => any;
@@ -8476,8 +8505,8 @@ interface ImagePlaceholderSlotProps {
8476
8505
  'data-state': ImageStatus;
8477
8506
  };
8478
8507
  }
8479
- declare const _default$72: typeof __VLS_export$97;
8480
- 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>, {
8508
+ declare const _default$72: typeof __VLS_export$98;
8509
+ 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>, {
8481
8510
  default: (props: ImagePlaceholderSlotProps) => any;
8482
8511
  }>;
8483
8512
  type __VLS_WithSlots$72<T, S> = T & {
@@ -8500,8 +8529,8 @@ interface ImageFallbackSlotProps {
8500
8529
  'data-state': 'error';
8501
8530
  };
8502
8531
  }
8503
- declare const _default$70: typeof __VLS_export$96;
8504
- 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>, {
8532
+ declare const _default$70: typeof __VLS_export$97;
8533
+ 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>, {
8505
8534
  default: (props: ImageFallbackSlotProps) => any;
8506
8535
  }>;
8507
8536
  type __VLS_WithSlots$71<T, S> = T & {
@@ -8680,8 +8709,8 @@ interface InputControlSlotProps {
8680
8709
  /** Pre-computed attributes for the input element */
8681
8710
  attrs: Record<string, unknown>;
8682
8711
  }
8683
- declare const _default$74: typeof __VLS_export$95;
8684
- 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>, {
8712
+ declare const _default$74: typeof __VLS_export$96;
8713
+ 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>, {
8685
8714
  default: (props: InputControlSlotProps) => any;
8686
8715
  }>;
8687
8716
  type __VLS_WithSlots$70<T, S> = T & {
@@ -8701,8 +8730,8 @@ interface InputDescriptionSlotProps {
8701
8730
  /** ID for this description element */
8702
8731
  id: string;
8703
8732
  }
8704
- declare const _default$75: typeof __VLS_export$94;
8705
- 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>, {
8733
+ declare const _default$75: typeof __VLS_export$95;
8734
+ 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>, {
8706
8735
  default: (props: InputDescriptionSlotProps) => any;
8707
8736
  }>;
8708
8737
  type __VLS_WithSlots$69<T, S> = T & {
@@ -8728,8 +8757,8 @@ interface InputErrorSlotProps {
8728
8757
  'data-state': 'visible' | 'hidden';
8729
8758
  };
8730
8759
  }
8731
- declare const _default$76: typeof __VLS_export$93;
8732
- 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>, {
8760
+ declare const _default$76: typeof __VLS_export$94;
8761
+ 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>, {
8733
8762
  default: (props: InputErrorSlotProps) => any;
8734
8763
  }>;
8735
8764
  type __VLS_WithSlots$68<T, S> = T & {
@@ -16403,7 +16432,7 @@ interface InputRootContext {
16403
16432
  /** Form field name */
16404
16433
  readonly name?: string;
16405
16434
  /** Input type */
16406
- readonly type: string;
16435
+ readonly type: Readonly<Ref<string>>;
16407
16436
  /** Associate with form by ID */
16408
16437
  readonly form?: string;
16409
16438
  /** Whether this input is required */
@@ -16508,8 +16537,8 @@ interface InputRootSlotProps {
16508
16537
  };
16509
16538
  }
16510
16539
  declare const useInputRoot: (key: string, defaultValue?: InputRootContext | undefined) => InputRootContext, provideInputRoot: (key: string, context: InputRootContext, app?: _$vue.App) => InputRootContext;
16511
- declare const _default$77: typeof __VLS_export$92;
16512
- declare const __VLS_export$92: __VLS_WithSlots$67<_$vue.DefineComponent<InputRootProps & {
16540
+ declare const _default$77: typeof __VLS_export$93;
16541
+ declare const __VLS_export$93: __VLS_WithSlots$67<_$vue.DefineComponent<InputRootProps & {
16513
16542
  modelValue?: string;
16514
16543
  focused?: boolean;
16515
16544
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
@@ -16763,8 +16792,8 @@ interface LocaleSlotProps {
16763
16792
  /** Attributes including lang for binding */
16764
16793
  attrs: Record<string, unknown>;
16765
16794
  }
16766
- declare const _default$78: typeof __VLS_export$91;
16767
- 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>, {
16795
+ declare const _default$78: typeof __VLS_export$92;
16796
+ 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>, {
16768
16797
  default: (props: LocaleSlotProps) => any;
16769
16798
  }>;
16770
16799
  type __VLS_WithSlots$66<T, S> = T & {
@@ -16777,8 +16806,10 @@ type __VLS_WithSlots$66<T, S> = T & {
16777
16806
  interface NumberFieldRootContext extends NumberFieldContext {
16778
16807
  /** Unique identifier */
16779
16808
  readonly id: ID;
16780
- /** Optional display label */
16809
+ /** Optional display label (used as aria-label on spinbutton) */
16781
16810
  readonly label?: string;
16811
+ /** ID of element that labels this spinbutton */
16812
+ readonly ariaLabelledby?: string;
16782
16813
  /** Form field name */
16783
16814
  readonly name?: string;
16784
16815
  /** Associate with form by ID */
@@ -16827,8 +16858,10 @@ interface NumberFieldRootContext extends NumberFieldContext {
16827
16858
  interface NumberFieldRootProps extends AtomProps {
16828
16859
  /** Unique identifier (auto-generated if not provided) */
16829
16860
  id?: ID;
16830
- /** Optional display label */
16861
+ /** Optional display label (rendered as aria-label on the spinbutton) */
16831
16862
  label?: string;
16863
+ /** ID of element that labels this spinbutton */
16864
+ ariaLabelledby?: string;
16832
16865
  /** Form field name */
16833
16866
  name?: string;
16834
16867
  /** Associate with form by ID */
@@ -16909,8 +16942,8 @@ interface NumberFieldRootSlotProps {
16909
16942
  };
16910
16943
  }
16911
16944
  declare const useNumberFieldRoot: (key: string, defaultValue?: NumberFieldRootContext | undefined) => NumberFieldRootContext, provideNumberFieldRoot: (key: string, context: NumberFieldRootContext, app?: _$vue.App) => NumberFieldRootContext;
16912
- declare const _default$84: typeof __VLS_export$90;
16913
- declare const __VLS_export$90: __VLS_WithSlots$65<_$vue.DefineComponent<NumberFieldRootProps & {
16945
+ declare const _default$84: typeof __VLS_export$91;
16946
+ declare const __VLS_export$91: __VLS_WithSlots$65<_$vue.DefineComponent<NumberFieldRootProps & {
16914
16947
  modelValue?: number | null;
16915
16948
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
16916
16949
  "update:modelValue": (value: number | null) => any;
@@ -16946,8 +16979,8 @@ interface NumberFieldControlSlotProps {
16946
16979
  /** Pre-computed attributes for the input element */
16947
16980
  attrs: Record<string, unknown>;
16948
16981
  }
16949
- declare const _default$79: typeof __VLS_export$89;
16950
- 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>, {
16982
+ declare const _default$79: typeof __VLS_export$90;
16983
+ 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>, {
16951
16984
  default: (props: NumberFieldControlSlotProps) => any;
16952
16985
  }>;
16953
16986
  type __VLS_WithSlots$64<T, S> = T & {
@@ -16967,8 +17000,8 @@ interface NumberFieldIncrementSlotProps {
16967
17000
  /** Pre-computed attributes for the button */
16968
17001
  attrs: Record<string, unknown>;
16969
17002
  }
16970
- declare const _default$83: typeof __VLS_export$88;
16971
- 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>, {
17003
+ declare const _default$83: typeof __VLS_export$89;
17004
+ 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>, {
16972
17005
  default: (props: NumberFieldIncrementSlotProps) => any;
16973
17006
  }>;
16974
17007
  type __VLS_WithSlots$63<T, S> = T & {
@@ -16988,8 +17021,8 @@ interface NumberFieldDecrementSlotProps {
16988
17021
  /** Pre-computed attributes for the button */
16989
17022
  attrs: Record<string, unknown>;
16990
17023
  }
16991
- declare const _default$80: typeof __VLS_export$87;
16992
- 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>, {
17024
+ declare const _default$80: typeof __VLS_export$88;
17025
+ 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>, {
16993
17026
  default: (props: NumberFieldDecrementSlotProps) => any;
16994
17027
  }>;
16995
17028
  type __VLS_WithSlots$62<T, S> = T & {
@@ -17018,8 +17051,8 @@ interface NumberFieldScrubSlotProps {
17018
17051
  'onPointerup': () => void;
17019
17052
  };
17020
17053
  }
17021
- declare const _default$85: typeof __VLS_export$86;
17022
- 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>, {
17054
+ declare const _default$85: typeof __VLS_export$87;
17055
+ 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>, {
17023
17056
  default: (props: NumberFieldScrubSlotProps) => any;
17024
17057
  }>;
17025
17058
  type __VLS_WithSlots$61<T, S> = T & {
@@ -17039,8 +17072,8 @@ interface NumberFieldDescriptionSlotProps {
17039
17072
  /** ID for this description element */
17040
17073
  id: string;
17041
17074
  }
17042
- declare const _default$81: typeof __VLS_export$85;
17043
- 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>, {
17075
+ declare const _default$81: typeof __VLS_export$86;
17076
+ 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>, {
17044
17077
  default: (props: NumberFieldDescriptionSlotProps) => any;
17045
17078
  }>;
17046
17079
  type __VLS_WithSlots$60<T, S> = T & {
@@ -17066,8 +17099,8 @@ interface NumberFieldErrorSlotProps {
17066
17099
  'data-state': 'visible' | 'hidden';
17067
17100
  };
17068
17101
  }
17069
- declare const _default$82: typeof __VLS_export$84;
17070
- 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>, {
17102
+ declare const _default$82: typeof __VLS_export$85;
17103
+ 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>, {
17071
17104
  default: (props: NumberFieldErrorSlotProps) => any;
17072
17105
  }>;
17073
17106
  type __VLS_WithSlots$59<T, S> = T & {
@@ -17400,8 +17433,8 @@ interface OverflowRootSlotProps {
17400
17433
  };
17401
17434
  }
17402
17435
  declare const useOverflowRoot: (key: string, defaultValue?: OverflowRootContext | undefined) => OverflowRootContext, provideOverflowRoot: (key: string, context: OverflowRootContext, app?: _$vue.App) => OverflowRootContext;
17403
- declare const _default$88: typeof __VLS_export$83;
17404
- 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>, {
17436
+ declare const _default$88: typeof __VLS_export$84;
17437
+ 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>, {
17405
17438
  default: (props: OverflowRootSlotProps) => unknown;
17406
17439
  }>;
17407
17440
  type __VLS_WithSlots$58<T, S> = T & {
@@ -17427,8 +17460,8 @@ interface OverflowItemSlotProps {
17427
17460
  'aria-hidden': 'true' | undefined;
17428
17461
  };
17429
17462
  }
17430
- declare const _default$87: typeof __VLS_export$82;
17431
- 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>, {
17463
+ declare const _default$87: typeof __VLS_export$83;
17464
+ 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>, {
17432
17465
  default: (props: OverflowItemSlotProps) => unknown;
17433
17466
  }>;
17434
17467
  type __VLS_WithSlots$57<T, S> = T & {
@@ -17450,8 +17483,8 @@ interface OverflowIndicatorSlotProps {
17450
17483
  'aria-live': 'polite';
17451
17484
  };
17452
17485
  }
17453
- declare const _default$86: typeof __VLS_export$81;
17454
- 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>, {
17486
+ declare const _default$86: typeof __VLS_export$82;
17487
+ 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>, {
17455
17488
  default: (props: OverflowIndicatorSlotProps) => unknown;
17456
17489
  }>;
17457
17490
  type __VLS_WithSlots$56<T, S> = T & {
@@ -17631,8 +17664,8 @@ interface PaginationRootSlotProps {
17631
17664
  'role': 'navigation' | undefined;
17632
17665
  };
17633
17666
  }
17634
- declare const _default$95: typeof __VLS_export$80;
17635
- 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<{
17667
+ declare const _default$95: typeof __VLS_export$81;
17668
+ 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<{
17636
17669
  props: _$vue.PublicProps & __VLS_PrettifyLocal$19<(PaginationRootProps & {
17637
17670
  modelValue?: number;
17638
17671
  }) & {
@@ -17687,8 +17720,8 @@ interface PaginationItemSlotProps {
17687
17720
  'onKeydown': ((e: KeyboardEvent) => void) | undefined;
17688
17721
  };
17689
17722
  }
17690
- declare const _default$91: typeof __VLS_export$79;
17691
- 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>, {
17723
+ declare const _default$91: typeof __VLS_export$80;
17724
+ 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>, {
17692
17725
  default: (props: PaginationItemSlotProps) => any;
17693
17726
  }>;
17694
17727
  type __VLS_WithSlots$55<T, S> = T & {
@@ -17719,11 +17752,13 @@ interface PaginationFirstSlotProps {
17719
17752
  'disabled': boolean | undefined;
17720
17753
  'tabindex': number;
17721
17754
  'type': 'button' | undefined;
17755
+ 'role': 'button' | undefined;
17722
17756
  'onClick': () => void;
17757
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
17723
17758
  };
17724
17759
  }
17725
- declare const _default$90: typeof __VLS_export$78;
17726
- 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>, {
17760
+ declare const _default$90: typeof __VLS_export$79;
17761
+ 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>, {
17727
17762
  default: (props: PaginationFirstSlotProps) => any;
17728
17763
  }>;
17729
17764
  type __VLS_WithSlots$54<T, S> = T & {
@@ -17754,11 +17789,13 @@ interface PaginationPrevSlotProps {
17754
17789
  'disabled': boolean | undefined;
17755
17790
  'tabindex': number;
17756
17791
  'type': 'button' | undefined;
17792
+ 'role': 'button' | undefined;
17757
17793
  'onClick': () => void;
17794
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
17758
17795
  };
17759
17796
  }
17760
- declare const _default$94: typeof __VLS_export$77;
17761
- 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>, {
17797
+ declare const _default$94: typeof __VLS_export$78;
17798
+ 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>, {
17762
17799
  default: (props: PaginationPrevSlotProps) => any;
17763
17800
  }>;
17764
17801
  type __VLS_WithSlots$53<T, S> = T & {
@@ -17784,8 +17821,8 @@ interface PaginationEllipsisSlotProps {
17784
17821
  'aria-hidden': 'true';
17785
17822
  };
17786
17823
  }
17787
- declare const _default$89: typeof __VLS_export$76;
17788
- 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>, {
17824
+ declare const _default$89: typeof __VLS_export$77;
17825
+ 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>, {
17789
17826
  default: (props: PaginationEllipsisSlotProps) => any;
17790
17827
  }>;
17791
17828
  type __VLS_WithSlots$52<T, S> = T & {
@@ -17816,11 +17853,13 @@ interface PaginationNextSlotProps {
17816
17853
  'disabled': boolean | undefined;
17817
17854
  'tabindex': number;
17818
17855
  'type': 'button' | undefined;
17856
+ 'role': 'button' | undefined;
17819
17857
  'onClick': () => void;
17858
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
17820
17859
  };
17821
17860
  }
17822
- declare const _default$93: typeof __VLS_export$75;
17823
- 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>, {
17861
+ declare const _default$93: typeof __VLS_export$76;
17862
+ 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>, {
17824
17863
  default: (props: PaginationNextSlotProps) => any;
17825
17864
  }>;
17826
17865
  type __VLS_WithSlots$51<T, S> = T & {
@@ -17851,11 +17890,13 @@ interface PaginationLastSlotProps {
17851
17890
  'disabled': boolean | undefined;
17852
17891
  'tabindex': number;
17853
17892
  'type': 'button' | undefined;
17893
+ 'role': 'button' | undefined;
17854
17894
  'onClick': () => void;
17895
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
17855
17896
  };
17856
17897
  }
17857
- declare const _default$92: typeof __VLS_export$74;
17858
- 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>, {
17898
+ declare const _default$92: typeof __VLS_export$75;
17899
+ 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>, {
17859
17900
  default: (props: PaginationLastSlotProps) => any;
17860
17901
  }>;
17861
17902
  type __VLS_WithSlots$50<T, S> = T & {
@@ -17883,8 +17924,8 @@ interface PaginationStatusSlotProps {
17883
17924
  'role': 'status';
17884
17925
  };
17885
17926
  }
17886
- declare const _default$96: typeof __VLS_export$73;
17887
- 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>, {
17927
+ declare const _default$96: typeof __VLS_export$74;
17928
+ 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>, {
17888
17929
  default: (props: PaginationStatusSlotProps) => any;
17889
17930
  }>;
17890
17931
  type __VLS_WithSlots$49<T, S> = T & {
@@ -17934,8 +17975,8 @@ declare const Pagination: {
17934
17975
  slots: {
17935
17976
  default: (props: PaginationRootSlotProps) => any;
17936
17977
  };
17937
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
17938
17978
  attrs: any;
17979
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
17939
17980
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
17940
17981
  props: _$vue.PublicProps & {
17941
17982
  namespace?: string | undefined;
@@ -18267,8 +18308,8 @@ interface PopoverRootSlotProps {
18267
18308
  toggle: () => void;
18268
18309
  }
18269
18310
  declare const usePopoverContext: () => PopoverReturn, providePopoverContext: (context: PopoverReturn, app?: _$vue.App) => PopoverReturn;
18270
- declare const _default$99: typeof __VLS_export$72;
18271
- declare const __VLS_export$72: __VLS_WithSlots$48<_$vue.DefineComponent<PopoverRootProps & {
18311
+ declare const _default$99: typeof __VLS_export$73;
18312
+ declare const __VLS_export$73: __VLS_WithSlots$48<_$vue.DefineComponent<PopoverRootProps & {
18272
18313
  modelValue?: boolean;
18273
18314
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
18274
18315
  "update:modelValue": (value: boolean) => any;
@@ -18297,14 +18338,17 @@ interface PopoverActivatorSlotProps {
18297
18338
  attrs: {
18298
18339
  'popovertarget': string;
18299
18340
  'type': 'button' | undefined;
18341
+ 'role': 'button' | undefined;
18342
+ 'tabindex': number;
18300
18343
  'aria-expanded': boolean;
18301
18344
  'aria-controls': string;
18302
18345
  'data-open': true | undefined;
18303
18346
  'style': Record<string, string>;
18347
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
18304
18348
  };
18305
18349
  }
18306
- declare const _default$97: typeof __VLS_export$71;
18307
- 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>, {
18350
+ declare const _default$97: typeof __VLS_export$72;
18351
+ 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>, {
18308
18352
  default: (props: PopoverActivatorSlotProps) => any;
18309
18353
  }>;
18310
18354
  type __VLS_WithSlots$47<T, S> = T & {
@@ -18336,8 +18380,8 @@ interface PopoverContentSlotProps {
18336
18380
  onBeforetoggle: (e: ToggleEvent) => void;
18337
18381
  };
18338
18382
  }
18339
- declare const _default$98: typeof __VLS_export$70;
18340
- declare const __VLS_export$70: __VLS_WithSlots$46<_$vue.DefineComponent<PopoverContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
18383
+ declare const _default$98: typeof __VLS_export$71;
18384
+ declare const __VLS_export$71: __VLS_WithSlots$46<_$vue.DefineComponent<PopoverContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
18341
18385
  beforetoggle: (e: ToggleEvent) => any;
18342
18386
  }, string, _$vue.PublicProps, Readonly<PopoverContentProps> & Readonly<{
18343
18387
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
@@ -18520,8 +18564,8 @@ interface PortalSlotProps {
18520
18564
  /** Close this portal (unselects from stack) */
18521
18565
  close: () => void;
18522
18566
  }
18523
- declare const _default$100: typeof __VLS_export$69;
18524
- declare const __VLS_export$69: __VLS_WithSlots$45<_$vue.DefineComponent<PortalProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
18567
+ declare const _default$100: typeof __VLS_export$70;
18568
+ declare const __VLS_export$70: __VLS_WithSlots$45<_$vue.DefineComponent<PortalProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
18525
18569
  close: () => any;
18526
18570
  }, string, _$vue.PublicProps, Readonly<PortalProps> & Readonly<{
18527
18571
  onClose?: (() => any) | undefined;
@@ -18557,8 +18601,8 @@ interface PresenceSlotProps {
18557
18601
  /** Call when exit animation finishes. */
18558
18602
  done: () => void;
18559
18603
  }
18560
- declare const _default$101: typeof __VLS_export$68;
18561
- declare const __VLS_export$68: __VLS_WithSlots$44<_$vue.DefineComponent<PresenceProps & {
18604
+ declare const _default$101: typeof __VLS_export$69;
18605
+ declare const __VLS_export$69: __VLS_WithSlots$44<_$vue.DefineComponent<PresenceProps & {
18562
18606
  modelValue?: boolean;
18563
18607
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
18564
18608
  "update:modelValue": (value: boolean) => any;
@@ -18586,9 +18630,13 @@ interface ProgressRootContext extends ProgressContext {
18586
18630
  readonly id: string;
18587
18631
  readonly name?: string;
18588
18632
  readonly labelId: string;
18633
+ /** Whether a Progress.Label child is currently mounted */
18634
+ readonly hasLabel: ShallowRef<boolean>;
18589
18635
  }
18590
18636
  interface ProgressRootProps extends AtomProps {
18591
18637
  id?: string;
18638
+ /** Accessible label when no visible Progress.Label is used */
18639
+ ariaLabel?: string;
18592
18640
  modelValue?: number | number[];
18593
18641
  min?: number;
18594
18642
  max?: number;
@@ -18607,15 +18655,16 @@ interface ProgressRootSlotProps {
18607
18655
  'aria-valuemin': number;
18608
18656
  'aria-valuemax': number;
18609
18657
  'aria-valuetext': string | undefined;
18610
- 'aria-labelledby': string;
18658
+ 'aria-label': string | undefined;
18659
+ 'aria-labelledby': string | undefined;
18611
18660
  'aria-busy': true | undefined;
18612
18661
  'data-state': 'determinate' | 'indeterminate';
18613
18662
  'data-complete': true | undefined;
18614
18663
  };
18615
18664
  }
18616
18665
  declare const useProgressRoot: (key: string, defaultValue?: ProgressRootContext | undefined) => ProgressRootContext, provideProgressRoot: (key: string, context: ProgressRootContext, app?: _$vue.App) => ProgressRootContext;
18617
- declare const _default$106: typeof __VLS_export$67;
18618
- declare const __VLS_export$67: __VLS_WithSlots$43<_$vue.DefineComponent<ProgressRootProps & {
18666
+ declare const _default$106: typeof __VLS_export$68;
18667
+ declare const __VLS_export$68: __VLS_WithSlots$43<_$vue.DefineComponent<ProgressRootProps & {
18619
18668
  modelValue?: number | number[];
18620
18669
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
18621
18670
  "update:modelValue": (value: number | number[] | undefined) => any;
@@ -18643,8 +18692,8 @@ interface ProgressTrackSlotProps {
18643
18692
  'data-state': 'determinate' | 'indeterminate';
18644
18693
  };
18645
18694
  }
18646
- declare const _default$107: typeof __VLS_export$66;
18647
- 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>, {
18695
+ declare const _default$107: typeof __VLS_export$67;
18696
+ 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>, {
18648
18697
  default: (props: ProgressTrackSlotProps) => any;
18649
18698
  }>;
18650
18699
  type __VLS_WithSlots$42<T, S> = T & {
@@ -18670,8 +18719,8 @@ interface ProgressFillSlotProps {
18670
18719
  };
18671
18720
  };
18672
18721
  }
18673
- declare const _default$103: typeof __VLS_export$65;
18674
- 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>, {
18722
+ declare const _default$103: typeof __VLS_export$66;
18723
+ 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>, {
18675
18724
  default: (props: ProgressFillSlotProps) => any;
18676
18725
  }>;
18677
18726
  type __VLS_WithSlots$41<T, S> = T & {
@@ -18701,8 +18750,8 @@ interface ProgressBufferSlotProps {
18701
18750
  };
18702
18751
  };
18703
18752
  }
18704
- declare const _default$102: typeof __VLS_export$64;
18705
- 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>, {
18753
+ declare const _default$102: typeof __VLS_export$65;
18754
+ 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>, {
18706
18755
  default: (props: ProgressBufferSlotProps) => any;
18707
18756
  }>;
18708
18757
  type __VLS_WithSlots$40<T, S> = T & {
@@ -18726,8 +18775,8 @@ interface ProgressValueSlotProps {
18726
18775
  /** Pre-computed attributes for binding */
18727
18776
  attrs: Record<string, never>;
18728
18777
  }
18729
- declare const _default$108: typeof __VLS_export$63;
18730
- 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>, {
18778
+ declare const _default$108: typeof __VLS_export$64;
18779
+ 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>, {
18731
18780
  default: (props: ProgressValueSlotProps) => any;
18732
18781
  }>;
18733
18782
  type __VLS_WithSlots$39<T, S> = T & {
@@ -18748,8 +18797,8 @@ interface ProgressLabelSlotProps {
18748
18797
  id: string;
18749
18798
  };
18750
18799
  }
18751
- declare const _default$105: typeof __VLS_export$62;
18752
- 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>, {
18800
+ declare const _default$105: typeof __VLS_export$63;
18801
+ 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>, {
18753
18802
  default: (props: ProgressLabelSlotProps) => any;
18754
18803
  }>;
18755
18804
  type __VLS_WithSlots$38<T, S> = T & {
@@ -18763,8 +18812,8 @@ interface ProgressHiddenInputProps {
18763
18812
  /** Namespace for context injection from parent Progress.Root */
18764
18813
  namespace?: string;
18765
18814
  }
18766
- declare const _default$104: typeof __VLS_export$61;
18767
- declare const __VLS_export$61: _$vue.DefineComponent<ProgressHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
18815
+ declare const _default$104: typeof __VLS_export$62;
18816
+ declare const __VLS_export$62: _$vue.DefineComponent<ProgressHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
18768
18817
  //#endregion
18769
18818
  //#region src/components/Progress/index.d.ts
18770
18819
  /**
@@ -19201,8 +19250,8 @@ interface RadioGroupSlotProps {
19201
19250
  };
19202
19251
  }
19203
19252
  declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: _$vue.App) => RadioGroupContext;
19204
- declare const _default$109: typeof __VLS_export$60;
19205
- 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<{
19253
+ declare const _default$109: typeof __VLS_export$61;
19254
+ 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<{
19206
19255
  props: _$vue.PublicProps & __VLS_PrettifyLocal$18<(RadioGroupProps & {
19207
19256
  modelValue?: T;
19208
19257
  }) & {
@@ -19220,7 +19269,7 @@ declare const __VLS_export$60: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
19220
19269
  * @example
19221
19270
  * ```vue
19222
19271
  * <template>
19223
- * <Radio.Group v-slot="{ isNoneSelected, attrs }">
19272
+ * <Radio.Group v-slot="{ isNoneSelected, attrs }" renderless>
19224
19273
  * <div v-bind="attrs">
19225
19274
  * <p v-if="isNoneSelected">Please select an option</p>
19226
19275
  * <Radio.Root value="a">Option A</Radio.Root>
@@ -19283,8 +19332,8 @@ interface RadioHiddenInputProps {
19283
19332
  */
19284
19333
  form?: string;
19285
19334
  }
19286
- declare const _default$110: typeof __VLS_export$59;
19287
- declare const __VLS_export$59: _$vue.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
19335
+ declare const _default$110: typeof __VLS_export$60;
19336
+ declare const __VLS_export$60: _$vue.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
19288
19337
  //#endregion
19289
19338
  //#region src/components/Radio/RadioRoot.vue.d.ts
19290
19339
  /** Visual state of the radio for styling purposes */
@@ -19407,8 +19456,8 @@ interface RadioRootSlotProps<V = unknown> {
19407
19456
  };
19408
19457
  }
19409
19458
  declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: _$vue.App) => RadioRootContext;
19410
- declare const _default$112: typeof __VLS_export$58;
19411
- 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<{
19459
+ declare const _default$112: typeof __VLS_export$59;
19460
+ 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<{
19412
19461
  props: _$vue.PublicProps & __VLS_PrettifyLocal$17<RadioRootProps<V>> & (typeof globalThis extends {
19413
19462
  __VLS_PROPS_FALLBACK: infer P;
19414
19463
  } ? P : {});
@@ -19421,8 +19470,8 @@ declare const __VLS_export$58: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
19421
19470
  * @example
19422
19471
  * ```vue
19423
19472
  * <template>
19424
- * <Radio.Root v-slot="{ isChecked, select, attrs }" value="a">
19425
- * <div v-bind="attrs" v-on:click="select">
19473
+ * <Radio.Root v-slot="{ isChecked, attrs }" value="a" renderless>
19474
+ * <div v-bind="attrs">
19426
19475
  * <span :class="{ 'font-bold': isChecked }">Option A</span>
19427
19476
  * </div>
19428
19477
  * </Radio.Root>
@@ -19453,8 +19502,8 @@ interface RadioIndicatorSlotProps {
19453
19502
  };
19454
19503
  };
19455
19504
  }
19456
- declare const _default$111: typeof __VLS_export$57;
19457
- 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>, {
19505
+ declare const _default$111: typeof __VLS_export$58;
19506
+ 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>, {
19458
19507
  /**
19459
19508
  * Default slot for custom indicator content
19460
19509
  *
@@ -19541,8 +19590,8 @@ declare const Radio: {
19541
19590
  slots: {
19542
19591
  default: (props: RadioGroupSlotProps) => any;
19543
19592
  };
19544
- emit: ((evt: "update:model-value", value: T) => void) & ((event: "update:modelValue", value: T | undefined) => void);
19545
19593
  attrs: any;
19594
+ emit: ((evt: "update:model-value", value: T) => void) & ((event: "update:modelValue", value: T | undefined) => void);
19546
19595
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
19547
19596
  props: _$vue.PublicProps & {
19548
19597
  namespace?: string | undefined;
@@ -19670,8 +19719,8 @@ declare const Radio: {
19670
19719
  slots: {
19671
19720
  default: (props: RadioRootSlotProps<V>) => any;
19672
19721
  };
19673
- emit: {};
19674
19722
  attrs: any;
19723
+ emit: {};
19675
19724
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
19676
19725
  props: _$vue.PublicProps & {
19677
19726
  id?: ID | undefined;
@@ -19725,6 +19774,10 @@ interface RatingRootProps extends AtomProps {
19725
19774
  disabled?: MaybeRefOrGetter<boolean>;
19726
19775
  /** Show value, prevent changes */
19727
19776
  readonly?: MaybeRefOrGetter<boolean>;
19777
+ /** Accessible name for the slider */
19778
+ ariaLabel?: string;
19779
+ /** ID of element that labels this slider */
19780
+ ariaLabelledby?: string;
19728
19781
  /** Form field name — triggers hidden input */
19729
19782
  name?: string;
19730
19783
  /** Namespace for context provision */
@@ -19749,6 +19802,8 @@ interface RatingRootSlotProps {
19749
19802
  'aria-valuemin': 0;
19750
19803
  'aria-valuemax': number;
19751
19804
  'aria-valuetext': string;
19805
+ 'aria-label': string | undefined;
19806
+ 'aria-labelledby': string | undefined;
19752
19807
  'aria-disabled': boolean;
19753
19808
  'aria-readonly': true | undefined;
19754
19809
  'data-disabled': true | undefined;
@@ -19759,8 +19814,8 @@ interface RatingRootSlotProps {
19759
19814
  };
19760
19815
  }
19761
19816
  declare const useRatingRoot: (key: string, defaultValue?: RatingRootContext | undefined) => RatingRootContext, provideRatingRoot: (key: string, context: RatingRootContext, app?: _$vue.App) => RatingRootContext;
19762
- declare const _default$115: typeof __VLS_export$56;
19763
- declare const __VLS_export$56: __VLS_WithSlots$36<_$vue.DefineComponent<RatingRootProps & {
19817
+ declare const _default$115: typeof __VLS_export$57;
19818
+ declare const __VLS_export$57: __VLS_WithSlots$36<_$vue.DefineComponent<RatingRootProps & {
19764
19819
  modelValue?: number;
19765
19820
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
19766
19821
  "update:modelValue": (value: number) => any;
@@ -19803,8 +19858,8 @@ interface RatingItemSlotProps {
19803
19858
  'onClick': () => void;
19804
19859
  };
19805
19860
  }
19806
- declare const _default$114: typeof __VLS_export$55;
19807
- 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>, {
19861
+ declare const _default$114: typeof __VLS_export$56;
19862
+ 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>, {
19808
19863
  default: (props: RatingItemSlotProps) => any;
19809
19864
  }>;
19810
19865
  type __VLS_WithSlots$35<T, S> = T & {
@@ -19818,8 +19873,8 @@ interface RatingHiddenInputProps {
19818
19873
  /** Namespace for context injection from parent Rating.Root */
19819
19874
  namespace?: string;
19820
19875
  }
19821
- declare const _default$113: typeof __VLS_export$54;
19822
- declare const __VLS_export$54: _$vue.DefineComponent<RatingHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RatingHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
19876
+ declare const _default$113: typeof __VLS_export$55;
19877
+ declare const __VLS_export$55: _$vue.DefineComponent<RatingHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<RatingHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
19823
19878
  //#endregion
19824
19879
  //#region src/components/Rating/index.d.ts
19825
19880
  /**
@@ -19847,7 +19902,6 @@ declare const __VLS_export$54: _$vue.DefineComponent<RatingHiddenInputProps, {},
19847
19902
  * v-for="i in 5"
19848
19903
  * :key="i"
19849
19904
  * :index="i"
19850
- * as="button"
19851
19905
  * v-slot="{ state }"
19852
19906
  * >
19853
19907
  * {{ state === 'full' ? '★' : '☆' }}
@@ -19883,7 +19937,6 @@ declare const Rating: {
19883
19937
  * v-for="i in 5"
19884
19938
  * :key="i"
19885
19939
  * :index="i"
19886
- * as="button"
19887
19940
  * v-slot="{ state }"
19888
19941
  * >
19889
19942
  * {{ state === 'full' ? '★' : '☆' }}
@@ -19946,7 +19999,6 @@ declare const Rating: {
19946
19999
  * <template>
19947
20000
  * <Rating.Item
19948
20001
  * :index="1"
19949
- * as="button"
19950
20002
  * class="[&[data-state=full]]:text-amber-500 [&[data-state=empty]]:text-gray-300"
19951
20003
  * v-slot="{ state }"
19952
20004
  * >
@@ -19998,7 +20050,6 @@ declare const Rating: {
19998
20050
  * v-for="i in 5"
19999
20051
  * :key="i"
20000
20052
  * :index="i"
20001
- * as="button"
20002
20053
  * v-slot="{ state }"
20003
20054
  * >
20004
20055
  * {{ state === 'full' ? '★' : '☆' }}
@@ -20049,8 +20100,8 @@ interface ScrimSlotProps {
20049
20100
  'onClick': () => void;
20050
20101
  };
20051
20102
  }
20052
- declare const _default$116: typeof __VLS_export$53;
20053
- 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>, {
20103
+ declare const _default$116: typeof __VLS_export$54;
20104
+ 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>, {
20054
20105
  default: (props: ScrimSlotProps) => any;
20055
20106
  }>;
20056
20107
  type __VLS_WithSlots$34<T, S> = T & {
@@ -20132,8 +20183,8 @@ interface SelectRootSlotProps {
20132
20183
  toggle: () => void;
20133
20184
  }
20134
20185
  declare const useSelectContext: (key: string, defaultValue?: SelectContext | undefined) => SelectContext, provideSelectContext: (key: string, context: SelectContext, app?: _$vue.App) => SelectContext;
20135
- declare const _default$122: typeof __VLS_export$52;
20136
- 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<{
20186
+ declare const _default$122: typeof __VLS_export$53;
20187
+ 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<{
20137
20188
  props: _$vue.PublicProps & __VLS_PrettifyLocal$16<(SelectRootProps & {
20138
20189
  modelValue?: T | T[];
20139
20190
  }) & {
@@ -20178,8 +20229,8 @@ interface SelectActivatorSlotProps {
20178
20229
  'onKeydown': (e: KeyboardEvent) => void;
20179
20230
  };
20180
20231
  }
20181
- declare const _default$117: typeof __VLS_export$51;
20182
- 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>, {
20232
+ declare const _default$117: typeof __VLS_export$52;
20233
+ 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>, {
20183
20234
  default: (props: SelectActivatorSlotProps) => any;
20184
20235
  }>;
20185
20236
  type __VLS_WithSlots$33<T, S> = T & {
@@ -20207,8 +20258,8 @@ interface SelectValueSlotProps {
20207
20258
  /** Attributes to bind to the value element */
20208
20259
  attrs: Record<string, never>;
20209
20260
  }
20210
- declare const _default$123: typeof __VLS_export$50;
20211
- 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>, {
20261
+ declare const _default$123: typeof __VLS_export$51;
20262
+ 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>, {
20212
20263
  default: (props: SelectValueSlotProps) => any;
20213
20264
  }>;
20214
20265
  type __VLS_WithSlots$32<T, S> = T & {
@@ -20238,8 +20289,8 @@ interface SelectContentSlotProps {
20238
20289
  'style': Record<string, string>;
20239
20290
  };
20240
20291
  }
20241
- declare const _default$118: typeof __VLS_export$49;
20242
- 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>, {
20292
+ declare const _default$118: typeof __VLS_export$50;
20293
+ 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>, {
20243
20294
  default: (props: SelectContentSlotProps) => any;
20244
20295
  }>;
20245
20296
  type __VLS_WithSlots$31<T, S> = T & {
@@ -20259,8 +20310,8 @@ interface SelectCueSlotProps {
20259
20310
  'data-state': 'open' | 'closed';
20260
20311
  };
20261
20312
  }
20262
- declare const _default$119: typeof __VLS_export$48;
20263
- 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>, {
20313
+ declare const _default$119: typeof __VLS_export$49;
20314
+ 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>, {
20264
20315
  default: (props: SelectCueSlotProps) => any;
20265
20316
  }>;
20266
20317
  type __VLS_WithSlots$30<T, S> = T & {
@@ -20304,8 +20355,8 @@ interface SelectItemSlotProps<V = unknown> {
20304
20355
  'onClick': () => void;
20305
20356
  };
20306
20357
  }
20307
- declare const _default$120: typeof __VLS_export$47;
20308
- 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<{
20358
+ declare const _default$120: typeof __VLS_export$48;
20359
+ 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<{
20309
20360
  props: _$vue.PublicProps & __VLS_PrettifyLocal$15<SelectItemProps<V>> & (typeof globalThis extends {
20310
20361
  __VLS_PROPS_FALLBACK: infer P;
20311
20362
  } ? P : {});
@@ -20327,8 +20378,8 @@ interface SelectPlaceholderProps extends AtomProps {
20327
20378
  interface SelectPlaceholderSlotProps {
20328
20379
  hasValue: boolean;
20329
20380
  }
20330
- declare const _default$121: typeof __VLS_export$46;
20331
- 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>, {
20381
+ declare const _default$121: typeof __VLS_export$47;
20382
+ 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>, {
20332
20383
  default: (props: SelectPlaceholderSlotProps) => any;
20333
20384
  }>;
20334
20385
  type __VLS_WithSlots$29<T, S> = T & {
@@ -20372,9 +20423,8 @@ type __VLS_WithSlots$29<T, S> = T & {
20372
20423
  * :key="item.id"
20373
20424
  * :id="item.id"
20374
20425
  * :value="item.label"
20375
- * v-slot="{ isSelected, attrs }"
20376
20426
  * >
20377
- * <div v-bind="attrs">{{ item.label }}</div>
20427
+ * {{ item.label }}
20378
20428
  * </Select.Item>
20379
20429
  * </Select.Content>
20380
20430
  * </Select.Root>
@@ -20413,8 +20463,8 @@ declare const Select: {
20413
20463
  slots: {
20414
20464
  default: (props: SelectRootSlotProps) => any;
20415
20465
  };
20416
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
20417
20466
  attrs: any;
20467
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
20418
20468
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
20419
20469
  props: _$vue.PublicProps & {
20420
20470
  namespace?: string | undefined;
@@ -20593,8 +20643,8 @@ declare const Select: {
20593
20643
  * </script>
20594
20644
  *
20595
20645
  * <template>
20596
- * <Select.Item id="apple" value="Apple" v-slot="{ isSelected, attrs }">
20597
- * <div v-bind="attrs">Apple {{ isSelected ? '✓' : '' }}</div>
20646
+ * <Select.Item id="apple" value="Apple" v-slot="{ isSelected }">
20647
+ * Apple {{ isSelected ? '✓' : '' }}
20598
20648
  * </Select.Item>
20599
20649
  * </template>
20600
20650
  * ```
@@ -20603,8 +20653,8 @@ declare const Select: {
20603
20653
  slots: {
20604
20654
  default: (props: SelectItemSlotProps<V>) => any;
20605
20655
  };
20606
- emit: {};
20607
20656
  attrs: any;
20657
+ emit: {};
20608
20658
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
20609
20659
  props: _$vue.PublicProps & {
20610
20660
  namespace?: string | undefined;
@@ -20693,8 +20743,8 @@ interface SelectionRootSlotProps {
20693
20743
  };
20694
20744
  }
20695
20745
  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>>;
20696
- declare const _default$125: typeof __VLS_export$45;
20697
- 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<{
20746
+ declare const _default$125: typeof __VLS_export$46;
20747
+ 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<{
20698
20748
  props: _$vue.PublicProps & __VLS_PrettifyLocal$14<(SelectionRootProps & {
20699
20749
  modelValue?: T | T[];
20700
20750
  }) & {
@@ -20746,15 +20796,18 @@ interface SelectionItemSlotProps<V = unknown> {
20746
20796
  toggle: () => void;
20747
20797
  /** Attributes to bind to the item element */
20748
20798
  attrs: {
20799
+ 'role': 'option';
20800
+ 'tabindex': 0 | -1;
20749
20801
  'aria-selected': boolean;
20750
20802
  'aria-disabled': boolean;
20751
20803
  'data-selected': true | undefined;
20752
20804
  'data-disabled': true | undefined;
20753
20805
  'onClick': () => void;
20806
+ 'onKeydown': (e: KeyboardEvent) => void;
20754
20807
  };
20755
20808
  }
20756
- declare const _default$124: typeof __VLS_export$44;
20757
- 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<{
20809
+ declare const _default$124: typeof __VLS_export$45;
20810
+ 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<{
20758
20811
  props: _$vue.PublicProps & __VLS_PrettifyLocal$13<SelectionItemProps<V>> & (typeof globalThis extends {
20759
20812
  __VLS_PROPS_FALLBACK: infer P;
20760
20813
  } ? P : {});
@@ -20804,8 +20857,8 @@ declare const Selection: {
20804
20857
  slots: {
20805
20858
  default: (props: SelectionRootSlotProps) => any;
20806
20859
  };
20807
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
20808
20860
  attrs: any;
20861
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
20809
20862
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
20810
20863
  props: _$vue.PublicProps & {
20811
20864
  namespace?: string | undefined;
@@ -20850,8 +20903,8 @@ declare const Selection: {
20850
20903
  slots: {
20851
20904
  default: (props: SelectionItemSlotProps<V>) => unknown;
20852
20905
  };
20853
- emit: {};
20854
20906
  attrs: any;
20907
+ emit: {};
20855
20908
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
20856
20909
  props: _$vue.PublicProps & {
20857
20910
  id?: string | undefined;
@@ -20904,8 +20957,8 @@ interface SingleRootSlotProps {
20904
20957
  };
20905
20958
  }
20906
20959
  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>>;
20907
- declare const _default$127: typeof __VLS_export$43;
20908
- 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<{
20960
+ declare const _default$127: typeof __VLS_export$44;
20961
+ 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<{
20909
20962
  props: _$vue.PublicProps & __VLS_PrettifyLocal$12<(SingleRootProps & {
20910
20963
  modelValue?: T | T[];
20911
20964
  }) & {
@@ -20956,15 +21009,18 @@ interface SingleItemSlotProps<V = unknown> {
20956
21009
  toggle: () => void;
20957
21010
  /** Attributes to bind to the item element */
20958
21011
  attrs: {
21012
+ 'role': 'option';
21013
+ 'tabindex': 0 | -1;
20959
21014
  'aria-selected': boolean;
20960
21015
  'aria-disabled': boolean;
20961
21016
  'data-selected': true | undefined;
20962
21017
  'data-disabled': true | undefined;
20963
21018
  'onClick': () => void;
21019
+ 'onKeydown': (e: KeyboardEvent) => void;
20964
21020
  };
20965
21021
  }
20966
- declare const _default$126: typeof __VLS_export$42;
20967
- 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<{
21022
+ declare const _default$126: typeof __VLS_export$43;
21023
+ 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<{
20968
21024
  props: _$vue.PublicProps & __VLS_PrettifyLocal$11<SingleItemProps<V>> & (typeof globalThis extends {
20969
21025
  __VLS_PROPS_FALLBACK: infer P;
20970
21026
  } ? P : {});
@@ -21014,8 +21070,8 @@ declare const Single: {
21014
21070
  slots: {
21015
21071
  default: (props: SingleRootSlotProps) => any;
21016
21072
  };
21017
- emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
21018
21073
  attrs: any;
21074
+ emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
21019
21075
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
21020
21076
  props: _$vue.PublicProps & {
21021
21077
  namespace?: string | undefined;
@@ -21060,8 +21116,8 @@ declare const Single: {
21060
21116
  slots: {
21061
21117
  default: (props: SingleItemSlotProps<V>) => unknown;
21062
21118
  };
21063
- emit: {};
21064
21119
  attrs: any;
21120
+ emit: {};
21065
21121
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
21066
21122
  props: _$vue.PublicProps & {
21067
21123
  id?: string | undefined;
@@ -21172,8 +21228,8 @@ interface SliderRootSlotProps {
21172
21228
  };
21173
21229
  }
21174
21230
  declare const useSliderRoot: (key: string, defaultValue?: SliderRootContext | undefined) => SliderRootContext, provideSliderRoot: (key: string, context: SliderRootContext, app?: _$vue.App) => SliderRootContext;
21175
- declare const _default$130: typeof __VLS_export$41;
21176
- declare const __VLS_export$41: __VLS_WithSlots$28<_$vue.DefineComponent<SliderRootProps & {
21231
+ declare const _default$130: typeof __VLS_export$42;
21232
+ declare const __VLS_export$42: __VLS_WithSlots$28<_$vue.DefineComponent<SliderRootProps & {
21177
21233
  modelValue?: number | number[];
21178
21234
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
21179
21235
  "update:modelValue": (value: number | number[]) => any;
@@ -21211,8 +21267,8 @@ interface SliderTrackSlotProps {
21211
21267
  'onPointerdown': (e: PointerEvent) => void;
21212
21268
  };
21213
21269
  }
21214
- declare const _default$132: typeof __VLS_export$40;
21215
- 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>, {
21270
+ declare const _default$132: typeof __VLS_export$41;
21271
+ 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>, {
21216
21272
  default: (props: SliderTrackSlotProps) => any;
21217
21273
  }>;
21218
21274
  type __VLS_WithSlots$27<T, S> = T & {
@@ -21239,8 +21295,8 @@ interface SliderRangeSlotProps {
21239
21295
  'style': Record<string, string>;
21240
21296
  };
21241
21297
  }
21242
- declare const _default$129: typeof __VLS_export$39;
21243
- 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>, {
21298
+ declare const _default$129: typeof __VLS_export$40;
21299
+ 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>, {
21244
21300
  default: (props: SliderRangeSlotProps) => any;
21245
21301
  }>;
21246
21302
  type __VLS_WithSlots$26<T, S> = T & {
@@ -21291,8 +21347,8 @@ interface SliderThumbSlotProps {
21291
21347
  'onPointerdown': (e: PointerEvent) => void;
21292
21348
  };
21293
21349
  }
21294
- declare const _default$131: typeof __VLS_export$38;
21295
- 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>, {
21350
+ declare const _default$131: typeof __VLS_export$39;
21351
+ 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>, {
21296
21352
  default: (props: SliderThumbSlotProps) => any;
21297
21353
  }>;
21298
21354
  type __VLS_WithSlots$25<T, S> = T & {
@@ -21308,8 +21364,8 @@ interface SliderHiddenInputProps {
21308
21364
  /** Thumb index to read value from */
21309
21365
  index?: number;
21310
21366
  }
21311
- declare const _default$128: typeof __VLS_export$37;
21312
- declare const __VLS_export$37: _$vue.DefineComponent<SliderHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
21367
+ declare const _default$128: typeof __VLS_export$38;
21368
+ declare const __VLS_export$38: _$vue.DefineComponent<SliderHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
21313
21369
  //#endregion
21314
21370
  //#region src/components/Slider/index.d.ts
21315
21371
  /**
@@ -21551,23 +21607,43 @@ declare const Slider: {
21551
21607
  };
21552
21608
  //#endregion
21553
21609
  //#region src/components/Snackbar/SnackbarPortal.vue.d.ts
21610
+ interface SnackbarPortalContext {
21611
+ /** Mirror a message into the persistent announcers. Urgent routes to the assertive/alert region. */
21612
+ announce: (message: string, urgent?: boolean) => void;
21613
+ /** Current polite (role="status") announcement text */
21614
+ polite: Readonly<ShallowRef<string>>;
21615
+ /** Current assertive (role="alert") announcement text */
21616
+ assertive: Readonly<ShallowRef<string>>;
21617
+ }
21554
21618
  interface SnackbarPortalProps extends AtomProps {
21619
+ /** Auto-render the Snackbar.Announcer live-region pair. Set false to omit it or place `<Snackbar.Announcer>` yourself. @default true */
21620
+ announcer?: boolean;
21621
+ /** Namespace for dependency injection. @default 'v0:notifications' */
21622
+ namespace?: string;
21555
21623
  /** Teleport target. `'top-layer'` mounts into the topmost open modal; `false` renders inline. @default 'top-layer' */
21556
21624
  teleport?: 'top-layer' | (string & {}) | false;
21557
21625
  }
21558
21626
  interface SnackbarPortalSlotProps {
21559
21627
  /** Calculated z-index from useStack */
21560
21628
  zIndex: number;
21561
- /** Attributes to bind to the portal element */
21629
+ /**
21630
+ * Attributes to bind to the portal element.
21631
+ *
21632
+ * @remarks
21633
+ * The style carries only `zIndex` so consumer positioning (classes or
21634
+ * styles like `absolute` / `fixed`) wins. In renderless mode the wrapper
21635
+ * you render must be positioned (non-`static`) for the z-index to take
21636
+ * effect — the automatic `position: relative` fallback only covers the
21637
+ * element rendered by the non-renderless Atom.
21638
+ */
21562
21639
  attrs: {
21563
21640
  style: {
21564
- position: 'relative';
21565
21641
  zIndex: number;
21566
21642
  };
21567
21643
  };
21568
21644
  }
21569
- declare const _default$135: typeof __VLS_export$36;
21570
- 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>, {
21645
+ declare const _default$136: typeof __VLS_export$37;
21646
+ 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>, {
21571
21647
  default: (props: SnackbarPortalSlotProps) => any;
21572
21648
  }>;
21573
21649
  type __VLS_WithSlots$24<T, S> = T & {
@@ -21594,8 +21670,8 @@ interface SnackbarQueueSlotProps {
21594
21670
  onFocusout: (e: FocusEvent) => void;
21595
21671
  };
21596
21672
  }
21597
- declare const _default$136: typeof __VLS_export$35;
21598
- 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>, {
21673
+ declare const _default$137: typeof __VLS_export$36;
21674
+ 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>, {
21599
21675
  default: (props: SnackbarQueueSlotProps) => any;
21600
21676
  }>;
21601
21677
  type __VLS_WithSlots$23<T, S> = T & {
@@ -21624,8 +21700,8 @@ interface SnackbarRootSlotProps {
21624
21700
  role: string;
21625
21701
  };
21626
21702
  }
21627
- declare const _default$137: typeof __VLS_export$34;
21628
- declare const __VLS_export$34: __VLS_WithSlots$22<_$vue.DefineComponent<SnackbarRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
21703
+ declare const _default$138: typeof __VLS_export$35;
21704
+ declare const __VLS_export$35: __VLS_WithSlots$22<_$vue.DefineComponent<SnackbarRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
21629
21705
  dismiss: (id: ID) => any;
21630
21706
  }, string, _$vue.PublicProps, Readonly<SnackbarRootProps> & Readonly<{
21631
21707
  onDismiss?: ((id: ID) => any) | undefined;
@@ -21647,12 +21723,15 @@ interface SnackbarCloseSlotProps {
21647
21723
  /** Attributes to bind to the close button element */
21648
21724
  attrs: {
21649
21725
  'type': 'button' | undefined;
21726
+ 'role': 'button' | undefined;
21727
+ 'tabindex': number;
21650
21728
  'aria-label': string;
21651
21729
  'onClick': () => void;
21730
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
21652
21731
  };
21653
21732
  }
21654
- declare const _default$133: typeof __VLS_export$33;
21655
- 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>, {
21733
+ declare const _default$134: typeof __VLS_export$34;
21734
+ 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>, {
21656
21735
  default: (props: SnackbarCloseSlotProps) => any;
21657
21736
  }>;
21658
21737
  type __VLS_WithSlots$21<T, S> = T & {
@@ -21661,9 +21740,17 @@ type __VLS_WithSlots$21<T, S> = T & {
21661
21740
  };
21662
21741
  };
21663
21742
  //#endregion
21743
+ //#region src/components/Snackbar/SnackbarAnnouncer.vue.d.ts
21744
+ interface SnackbarAnnouncerProps {
21745
+ /** Namespace for context injection from parent Snackbar.Portal. @default 'v0:notifications' */
21746
+ namespace?: string;
21747
+ }
21748
+ declare const _default$133: typeof __VLS_export$33;
21749
+ declare const __VLS_export$33: _$vue.DefineComponent<SnackbarAnnouncerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarAnnouncerProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
21750
+ //#endregion
21664
21751
  //#region src/components/Snackbar/SnackbarContent.vue.d.ts
21665
21752
  type SnackbarContentProps = AtomProps;
21666
- declare const _default$134: typeof __VLS_export$32;
21753
+ declare const _default$135: typeof __VLS_export$32;
21667
21754
  declare const __VLS_export$32: __VLS_WithSlots$20<_$vue.DefineComponent<AtomProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
21668
21755
  default: () => any;
21669
21756
  }>;
@@ -21897,6 +21984,32 @@ declare const Snackbar: {
21897
21984
  default: (props: SnackbarCloseSlotProps) => any;
21898
21985
  };
21899
21986
  });
21987
+ /**
21988
+ * Visually-hidden polite + assertive live-region pair that announces
21989
+ * snackbar messages. Auto-rendered by Snackbar.Portal — place explicitly
21990
+ * with `:announcer="false"` on the Portal to control position or markup
21991
+ * order.
21992
+ *
21993
+ * @see https://0.vuetifyjs.com/components/semantic/snackbar
21994
+ *
21995
+ * @example
21996
+ * ```vue
21997
+ * <script setup lang="ts">
21998
+ * import { Snackbar } from '@vuetify/v0'
21999
+ * </script>
22000
+ *
22001
+ * <template>
22002
+ * <Snackbar.Portal :announcer="false">
22003
+ * <Snackbar.Announcer />
22004
+ * <Snackbar.Root>
22005
+ * <Snackbar.Content>Saved</Snackbar.Content>
22006
+ * <Snackbar.Close />
22007
+ * </Snackbar.Root>
22008
+ * </Snackbar.Portal>
22009
+ * </template>
22010
+ * ```
22011
+ */
22012
+ Announcer: _$vue.DefineComponent<SnackbarAnnouncerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SnackbarAnnouncerProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
21900
22013
  };
21901
22014
  //#endregion
21902
22015
  //#region src/components/Splitter/SplitterRoot.vue.d.ts
@@ -21949,7 +22062,7 @@ interface SplitterRootSlotProps {
21949
22062
  };
21950
22063
  }
21951
22064
  declare const useSplitterRoot: () => SplitterContext, provideSplitterRoot: (context: SplitterContext, app?: _$vue.App) => SplitterContext;
21952
- declare const _default$140: typeof __VLS_export$31;
22065
+ declare const _default$141: typeof __VLS_export$31;
21953
22066
  declare const __VLS_export$31: __VLS_WithSlots$19<_$vue.DefineComponent<SplitterRootProps, SplitterRootExpose, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
21954
22067
  layout: (sizes: number[]) => any;
21955
22068
  }, string, _$vue.PublicProps, Readonly<SplitterRootProps> & Readonly<{
@@ -21991,7 +22104,7 @@ interface SplitterPanelSlotProps {
21991
22104
  'data-collapsed': true | undefined;
21992
22105
  };
21993
22106
  }
21994
- declare const _default$139: typeof __VLS_export$30;
22107
+ declare const _default$140: typeof __VLS_export$30;
21995
22108
  declare const __VLS_export$30: __VLS_WithSlots$18<_$vue.DefineComponent<SplitterPanelProps & {
21996
22109
  collapsed?: boolean;
21997
22110
  }, SplitterPanelExpose, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
@@ -22041,7 +22154,7 @@ interface SplitterHandleSlotProps {
22041
22154
  'onKeydown': (e: KeyboardEvent) => void;
22042
22155
  };
22043
22156
  }
22044
- declare const _default$138: typeof __VLS_export$29;
22157
+ declare const _default$139: typeof __VLS_export$29;
22045
22158
  declare const __VLS_export$29: __VLS_WithSlots$17<_$vue.DefineComponent<SplitterHandleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SplitterHandleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
22046
22159
  default: (props: SplitterHandleSlotProps) => any;
22047
22160
  }>;
@@ -22252,7 +22365,7 @@ interface StepRootSlotProps {
22252
22365
  };
22253
22366
  }
22254
22367
  declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket, StepTicket<StepTicket>> | undefined) => StepContext<StepTicket, StepTicket<StepTicket>>, provideStepRoot: (key: string, context: StepContext<StepTicket, StepTicket<StepTicket>>, app?: _$vue.App) => StepContext<StepTicket, StepTicket<StepTicket>>;
22255
- declare const _default$142: typeof __VLS_export$28;
22368
+ declare const _default$143: typeof __VLS_export$28;
22256
22369
  declare const __VLS_export$28: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$10<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
22257
22370
  props: _$vue.PublicProps & __VLS_PrettifyLocal$10<(StepRootProps & {
22258
22371
  modelValue?: T | T[];
@@ -22304,14 +22417,17 @@ interface StepItemSlotProps<V = unknown> {
22304
22417
  toggle: () => void;
22305
22418
  /** Attributes to bind to the item element */
22306
22419
  attrs: {
22420
+ 'role': 'tab';
22421
+ 'tabindex': 0 | -1;
22307
22422
  'aria-selected': boolean;
22308
22423
  'aria-disabled': boolean;
22309
22424
  'data-selected': true | undefined;
22310
22425
  'data-disabled': true | undefined;
22311
22426
  'onClick': () => void;
22427
+ 'onKeydown': (e: KeyboardEvent) => void;
22312
22428
  };
22313
22429
  }
22314
- declare const _default$141: typeof __VLS_export$27;
22430
+ declare const _default$142: typeof __VLS_export$27;
22315
22431
  declare const __VLS_export$27: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$9<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
22316
22432
  props: _$vue.PublicProps & __VLS_PrettifyLocal$9<StepItemProps<V>> & (typeof globalThis extends {
22317
22433
  __VLS_PROPS_FALLBACK: infer P;
@@ -22360,8 +22476,8 @@ declare const Step: {
22360
22476
  slots: {
22361
22477
  default: (props: StepRootSlotProps) => any;
22362
22478
  };
22363
- emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
22364
22479
  attrs: any;
22480
+ emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
22365
22481
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
22366
22482
  props: _$vue.PublicProps & {
22367
22483
  namespace?: string | undefined;
@@ -22404,8 +22520,8 @@ declare const Step: {
22404
22520
  slots: {
22405
22521
  default: (props: StepItemSlotProps<V>) => unknown;
22406
22522
  };
22407
- emit: {};
22408
22523
  attrs: any;
22524
+ emit: {};
22409
22525
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
22410
22526
  props: _$vue.PublicProps & {
22411
22527
  id?: string | undefined;
@@ -22474,7 +22590,7 @@ interface SwitchGroupSlotProps {
22474
22590
  };
22475
22591
  }
22476
22592
  declare const useSwitchGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideSwitchGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: _$vue.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
22477
- declare const _default$143: typeof __VLS_export$26;
22593
+ declare const _default$144: typeof __VLS_export$26;
22478
22594
  declare const __VLS_export$26: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$8<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
22479
22595
  props: _$vue.PublicProps & __VLS_PrettifyLocal$8<(SwitchGroupProps & {
22480
22596
  modelValue?: T | T[];
@@ -22506,7 +22622,7 @@ interface SwitchHiddenInputProps {
22506
22622
  /** Associate with form by ID (overrides Root's form) */
22507
22623
  form?: string;
22508
22624
  }
22509
- declare const _default$144: typeof __VLS_export$25;
22625
+ declare const _default$145: typeof __VLS_export$25;
22510
22626
  declare const __VLS_export$25: _$vue.DefineComponent<SwitchHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SwitchHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
22511
22627
  //#endregion
22512
22628
  //#region src/components/Switch/SwitchRoot.vue.d.ts
@@ -22607,7 +22723,7 @@ interface SwitchRootSlotProps<V = unknown> {
22607
22723
  };
22608
22724
  }
22609
22725
  declare const useSwitchRoot: (key: string, defaultValue?: SwitchRootContext<unknown> | undefined) => SwitchRootContext<unknown>, provideSwitchRoot: (key: string, context: SwitchRootContext<unknown>, app?: _$vue.App) => SwitchRootContext<unknown>;
22610
- declare const _default$145: typeof __VLS_export$24;
22726
+ declare const _default$146: typeof __VLS_export$24;
22611
22727
  declare const __VLS_export$24: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
22612
22728
  props: _$vue.PublicProps & __VLS_PrettifyLocal$7<(SwitchRootProps<V> & {
22613
22729
  modelValue?: boolean;
@@ -22674,7 +22790,7 @@ interface SwitchSelectAllSlotProps {
22674
22790
  'onKeydown': (e: KeyboardEvent) => void;
22675
22791
  };
22676
22792
  }
22677
- declare const _default$146: typeof __VLS_export$23;
22793
+ declare const _default$147: typeof __VLS_export$23;
22678
22794
  declare const __VLS_export$23: __VLS_WithSlots$16<_$vue.DefineComponent<SwitchSelectAllProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
22679
22795
  default: (props: SwitchSelectAllSlotProps) => any;
22680
22796
  }>;
@@ -22700,7 +22816,7 @@ interface SwitchThumbSlotProps {
22700
22816
  'data-state': SwitchState;
22701
22817
  };
22702
22818
  }
22703
- declare const _default$147: typeof __VLS_export$22;
22819
+ declare const _default$148: typeof __VLS_export$22;
22704
22820
  declare const __VLS_export$22: __VLS_WithSlots$15<_$vue.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
22705
22821
  default: (props: SwitchThumbSlotProps) => any;
22706
22822
  }>;
@@ -22726,7 +22842,7 @@ interface SwitchTrackSlotProps {
22726
22842
  'data-state': SwitchState;
22727
22843
  };
22728
22844
  }
22729
- declare const _default$148: typeof __VLS_export$21;
22845
+ declare const _default$149: typeof __VLS_export$21;
22730
22846
  declare const __VLS_export$21: __VLS_WithSlots$14<_$vue.DefineComponent<SwitchTrackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
22731
22847
  default: (props: SwitchTrackSlotProps) => any;
22732
22848
  }>;
@@ -22800,8 +22916,8 @@ declare const Switch: {
22800
22916
  slots: {
22801
22917
  default: (props: SwitchGroupSlotProps) => any;
22802
22918
  };
22803
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
22804
22919
  attrs: any;
22920
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
22805
22921
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
22806
22922
  props: _$vue.PublicProps & {
22807
22923
  namespace?: string | undefined;
@@ -22886,8 +23002,8 @@ declare const Switch: {
22886
23002
  slots: {
22887
23003
  default: (props: SwitchRootSlotProps<V>) => any;
22888
23004
  };
22889
- emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
22890
23005
  attrs: any;
23006
+ emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
22891
23007
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
22892
23008
  props: _$vue.PublicProps & {
22893
23009
  id?: ID | undefined;
@@ -23117,7 +23233,7 @@ interface TabsContext extends StepContext<TabsTicket> {
23117
23233
  rootId: string;
23118
23234
  }
23119
23235
  declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: _$vue.App) => TabsContext;
23120
- declare const _default$152: typeof __VLS_export$20;
23236
+ declare const _default$153: typeof __VLS_export$20;
23121
23237
  declare const __VLS_export$20: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
23122
23238
  props: _$vue.PublicProps & __VLS_PrettifyLocal$6<(TabsRootProps & {
23123
23239
  modelValue?: T | T[];
@@ -23159,7 +23275,7 @@ interface TabsListSlotProps {
23159
23275
  'data-disabled': true | undefined;
23160
23276
  };
23161
23277
  }
23162
- declare const _default$150: typeof __VLS_export$19;
23278
+ declare const _default$151: typeof __VLS_export$19;
23163
23279
  declare const __VLS_export$19: __VLS_WithSlots$13<_$vue.DefineComponent<TabsListProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
23164
23280
  default: (props: TabsListSlotProps) => any;
23165
23281
  }>;
@@ -23215,7 +23331,7 @@ interface TabsItemSlotProps {
23215
23331
  'onFocus': () => void;
23216
23332
  };
23217
23333
  }
23218
- declare const _default$149: typeof __VLS_export$18;
23334
+ declare const _default$150: typeof __VLS_export$18;
23219
23335
  declare const __VLS_export$18: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
23220
23336
  props: _$vue.PublicProps & __VLS_PrettifyLocal$5<TabsItemProps<V>> & (typeof globalThis extends {
23221
23337
  __VLS_PROPS_FALLBACK: infer P;
@@ -23251,7 +23367,7 @@ interface TabsPanelSlotProps {
23251
23367
  'data-selected': true | undefined;
23252
23368
  };
23253
23369
  }
23254
- declare const _default$151: typeof __VLS_export$17;
23370
+ declare const _default$152: typeof __VLS_export$17;
23255
23371
  declare const __VLS_export$17: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
23256
23372
  props: _$vue.PublicProps & __VLS_PrettifyLocal$4<TabsPanelProps<V>> & (typeof globalThis extends {
23257
23373
  __VLS_PROPS_FALLBACK: infer P;
@@ -23306,8 +23422,8 @@ declare const Tabs: {
23306
23422
  slots: {
23307
23423
  default: (props: TabsRootSlotProps) => any;
23308
23424
  };
23309
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
23310
23425
  attrs: any;
23426
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
23311
23427
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
23312
23428
  props: _$vue.PublicProps & {
23313
23429
  namespace?: string | undefined;
@@ -23363,8 +23479,8 @@ declare const Tabs: {
23363
23479
  slots: {
23364
23480
  default: (props: TabsItemSlotProps) => any;
23365
23481
  };
23366
- emit: {};
23367
23482
  attrs: any;
23483
+ emit: {};
23368
23484
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
23369
23485
  props: _$vue.PublicProps & {
23370
23486
  id?: ID | undefined;
@@ -23397,8 +23513,8 @@ declare const Tabs: {
23397
23513
  slots: {
23398
23514
  default: (props: TabsPanelSlotProps) => any;
23399
23515
  };
23400
- emit: {};
23401
23516
  attrs: any;
23517
+ emit: {};
23402
23518
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
23403
23519
  props: _$vue.PublicProps & {
23404
23520
  value: V;
@@ -23429,7 +23545,7 @@ interface ThemeSlotProps {
23429
23545
  theme: ID | null | undefined;
23430
23546
  isDark: boolean;
23431
23547
  }
23432
- declare const _default$153: typeof __VLS_export$16;
23548
+ declare const _default$154: typeof __VLS_export$16;
23433
23549
  declare const __VLS_export$16: __VLS_WithSlots$12<_$vue.DefineComponent<ThemeProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ThemeProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
23434
23550
  default: (props: ThemeSlotProps) => any;
23435
23551
  }>;
@@ -23480,7 +23596,7 @@ interface ToggleGroupSlotProps {
23480
23596
  };
23481
23597
  }
23482
23598
  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>>>;
23483
- declare const _default$154: typeof __VLS_export$15;
23599
+ declare const _default$155: typeof __VLS_export$15;
23484
23600
  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<{
23485
23601
  props: _$vue.PublicProps & __VLS_PrettifyLocal$3<(ToggleGroupProps & {
23486
23602
  modelValue?: T | T[];
@@ -23517,7 +23633,7 @@ interface ToggleIndicatorSlotProps {
23517
23633
  };
23518
23634
  };
23519
23635
  }
23520
- declare const _default$155: typeof __VLS_export$14;
23636
+ declare const _default$156: typeof __VLS_export$14;
23521
23637
  declare const __VLS_export$14: __VLS_WithSlots$11<_$vue.DefineComponent<ToggleIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ToggleIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
23522
23638
  default: (props: ToggleIndicatorSlotProps) => any;
23523
23639
  }>;
@@ -23561,15 +23677,15 @@ interface ToggleRootSlotProps {
23561
23677
  'role': 'button' | undefined;
23562
23678
  'aria-pressed': boolean;
23563
23679
  'aria-disabled': boolean;
23564
- 'tabindex': 0 | undefined;
23680
+ 'tabindex': 0 | -1;
23565
23681
  'data-state': 'on' | 'off';
23566
23682
  'data-disabled': true | undefined;
23567
23683
  'onClick': () => void;
23568
- 'onKeydown': (e: KeyboardEvent) => void;
23684
+ 'onKeydown': ((e: KeyboardEvent) => void) | undefined;
23569
23685
  };
23570
23686
  }
23571
23687
  declare const useToggleRoot: (key: string, defaultValue?: ToggleRootContext | undefined) => ToggleRootContext, provideToggleRoot: (key: string, context: ToggleRootContext, app?: _$vue.App) => ToggleRootContext;
23572
- declare const _default$156: typeof __VLS_export$13;
23688
+ declare const _default$157: typeof __VLS_export$13;
23573
23689
  declare const __VLS_export$13: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
23574
23690
  props: _$vue.PublicProps & __VLS_PrettifyLocal$2<(ToggleRootProps<V> & {
23575
23691
  modelValue?: boolean;
@@ -23638,8 +23754,8 @@ declare const Toggle: {
23638
23754
  slots: {
23639
23755
  default: (props: ToggleGroupSlotProps) => any;
23640
23756
  };
23641
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
23642
23757
  attrs: any;
23758
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
23643
23759
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
23644
23760
  props: _$vue.PublicProps & {
23645
23761
  namespace?: string | undefined;
@@ -23731,8 +23847,8 @@ declare const Toggle: {
23731
23847
  slots: {
23732
23848
  default: (props: ToggleRootSlotProps) => any;
23733
23849
  };
23734
- emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
23735
23850
  attrs: any;
23851
+ emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
23736
23852
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
23737
23853
  props: _$vue.PublicProps & {
23738
23854
  id?: ID | undefined;
@@ -23818,7 +23934,7 @@ interface TooltipRootContext {
23818
23934
  attach: PopoverReturn['attach'];
23819
23935
  }
23820
23936
  declare const useTooltipRoot: (key: string, defaultValue?: TooltipRootContext | undefined) => TooltipRootContext, provideTooltipRoot: (key: string, context: TooltipRootContext, app?: _$vue.App) => TooltipRootContext;
23821
- declare const _default$159: typeof __VLS_export$12;
23937
+ declare const _default$160: typeof __VLS_export$12;
23822
23938
  declare const __VLS_export$12: __VLS_WithSlots$10<_$vue.DefineComponent<TooltipRootProps & {
23823
23939
  modelValue?: boolean;
23824
23940
  }, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
@@ -23861,7 +23977,7 @@ interface TooltipActivatorSlotProps {
23861
23977
  };
23862
23978
  styles: Record<string, string>;
23863
23979
  }
23864
- declare const _default$157: typeof __VLS_export$11;
23980
+ declare const _default$158: typeof __VLS_export$11;
23865
23981
  declare const __VLS_export$11: __VLS_WithSlots$9<_$vue.DefineComponent<TooltipActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TooltipActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
23866
23982
  default: (props: TooltipActivatorSlotProps) => any;
23867
23983
  }>;
@@ -23890,7 +24006,7 @@ interface TooltipContentSlotProps {
23890
24006
  };
23891
24007
  styles: Record<string, string>;
23892
24008
  }
23893
- declare const _default$158: typeof __VLS_export$10;
24009
+ declare const _default$159: typeof __VLS_export$10;
23894
24010
  declare const __VLS_export$10: __VLS_WithSlots$8<_$vue.DefineComponent<TooltipContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TooltipContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
23895
24011
  default: (props: TooltipContentSlotProps) => any;
23896
24012
  }>;
@@ -24485,7 +24601,7 @@ type __VLS_Slots$6 = {
24485
24601
  };
24486
24602
  declare const __VLS_base$6: _$vue.DefineComponent<TreeviewActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TreeviewActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24487
24603
  declare const __VLS_export$9: __VLS_WithSlots$7<typeof __VLS_base$6, __VLS_Slots$6>;
24488
- declare const _default$160: typeof __VLS_export$9;
24604
+ declare const _default$161: typeof __VLS_export$9;
24489
24605
  type __VLS_WithSlots$7<T, S> = T & {
24490
24606
  new (): {
24491
24607
  $slots: S;
@@ -24498,7 +24614,7 @@ type __VLS_Slots$5 = {
24498
24614
  };
24499
24615
  declare const __VLS_base$5: _$vue.DefineComponent<TreeviewCheckboxProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TreeviewCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24500
24616
  declare const __VLS_export$8: __VLS_WithSlots$6<typeof __VLS_base$5, __VLS_Slots$5>;
24501
- declare const _default$161: typeof __VLS_export$8;
24617
+ declare const _default$162: typeof __VLS_export$8;
24502
24618
  type __VLS_WithSlots$6<T, S> = T & {
24503
24619
  new (): {
24504
24620
  $slots: S;
@@ -24511,7 +24627,7 @@ type __VLS_Slots$4 = {
24511
24627
  };
24512
24628
  declare const __VLS_base$4: _$vue.DefineComponent<TreeviewContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TreeviewContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24513
24629
  declare const __VLS_export$7: __VLS_WithSlots$5<typeof __VLS_base$4, __VLS_Slots$4>;
24514
- declare const _default$162: typeof __VLS_export$7;
24630
+ declare const _default$163: typeof __VLS_export$7;
24515
24631
  type __VLS_WithSlots$5<T, S> = T & {
24516
24632
  new (): {
24517
24633
  $slots: S;
@@ -24524,7 +24640,7 @@ type __VLS_Slots$3 = {
24524
24640
  };
24525
24641
  declare const __VLS_base$3: _$vue.DefineComponent<TreeviewCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TreeviewCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24526
24642
  declare const __VLS_export$6: __VLS_WithSlots$4<typeof __VLS_base$3, __VLS_Slots$3>;
24527
- declare const _default$163: typeof __VLS_export$6;
24643
+ declare const _default$164: typeof __VLS_export$6;
24528
24644
  type __VLS_WithSlots$4<T, S> = T & {
24529
24645
  new (): {
24530
24646
  $slots: S;
@@ -24537,7 +24653,7 @@ type __VLS_Slots$2 = {
24537
24653
  };
24538
24654
  declare const __VLS_base$2: _$vue.DefineComponent<TreeviewGroupProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TreeviewGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24539
24655
  declare const __VLS_export$5: __VLS_WithSlots$3<typeof __VLS_base$2, __VLS_Slots$2>;
24540
- declare const _default$164: typeof __VLS_export$5;
24656
+ declare const _default$165: typeof __VLS_export$5;
24541
24657
  type __VLS_WithSlots$3<T, S> = T & {
24542
24658
  new (): {
24543
24659
  $slots: S;
@@ -24550,7 +24666,7 @@ type __VLS_Slots$1 = {
24550
24666
  };
24551
24667
  declare const __VLS_base$1: _$vue.DefineComponent<TreeviewIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TreeviewIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24552
24668
  declare const __VLS_export$4: __VLS_WithSlots$2<typeof __VLS_base$1, __VLS_Slots$1>;
24553
- declare const _default$165: typeof __VLS_export$4;
24669
+ declare const _default$166: typeof __VLS_export$4;
24554
24670
  type __VLS_WithSlots$2<T, S> = T & {
24555
24671
  new (): {
24556
24672
  $slots: S;
@@ -24564,7 +24680,7 @@ interface TreeviewItemContext {
24564
24680
  hasContent: Ref<boolean>;
24565
24681
  }
24566
24682
  declare const useTreeviewItem: (key: string, defaultValue?: TreeviewItemContext | null | undefined) => TreeviewItemContext | null, provideTreeviewItem: (key: string, context: TreeviewItemContext | null, app?: _$vue.App) => TreeviewItemContext | null;
24567
- declare const _default$166: typeof __VLS_export$3;
24683
+ declare const _default$167: typeof __VLS_export$3;
24568
24684
  declare const __VLS_export$3: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
24569
24685
  props: _$vue.PublicProps & __VLS_PrettifyLocal$1<TreeviewItemProps<V>> & (typeof globalThis extends {
24570
24686
  __VLS_PROPS_FALLBACK: infer P;
@@ -24583,7 +24699,7 @@ type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K
24583
24699
  //#region src/components/Treeview/TreeviewList.vue.d.ts
24584
24700
  type TreeviewListContext = RovingFocusReturn;
24585
24701
  declare const useTreeviewList: (key: string, defaultValue?: RovingFocusReturn | null | undefined) => RovingFocusReturn | null, provideTreeviewList: (key: string, context: RovingFocusReturn | null, app?: _$vue.App) => RovingFocusReturn | null;
24586
- declare const _default$167: typeof __VLS_export$2;
24702
+ declare const _default$168: typeof __VLS_export$2;
24587
24703
  declare const __VLS_export$2: __VLS_WithSlots$1<_$vue.DefineComponent<TreeviewListProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TreeviewListProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
24588
24704
  default: (props: TreeviewListSlotProps) => any;
24589
24705
  }>;
@@ -24596,7 +24712,7 @@ type __VLS_WithSlots$1<T, S> = T & {
24596
24712
  //#region src/components/Treeview/TreeviewRoot.vue.d.ts
24597
24713
  type TreeviewRootContext = NestedContext<NestedTicket>;
24598
24714
  declare const useTreeviewRoot: (key: string, defaultValue?: TreeviewRootContext | undefined) => TreeviewRootContext, provideTreeviewRoot: (key: string, context: TreeviewRootContext, app?: _$vue.App) => TreeviewRootContext;
24599
- declare const _default$168: typeof __VLS_export$1;
24715
+ declare const _default$169: typeof __VLS_export$1;
24600
24716
  declare const __VLS_export$1: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
24601
24717
  props: _$vue.PublicProps & __VLS_PrettifyLocal<(TreeviewRootProps & {
24602
24718
  modelValue?: T | T[];
@@ -24623,7 +24739,7 @@ type __VLS_Slots = {
24623
24739
  };
24624
24740
  declare const __VLS_base: _$vue.DefineComponent<TreeviewSelectAllProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TreeviewSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
24625
24741
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24626
- declare const _default$169: typeof __VLS_export;
24742
+ declare const _default$170: typeof __VLS_export;
24627
24743
  type __VLS_WithSlots<T, S> = T & {
24628
24744
  new (): {
24629
24745
  $slots: S;
@@ -24685,8 +24801,8 @@ declare const Treeview: {
24685
24801
  slots: {
24686
24802
  default: (props: TreeviewRootSlotProps) => any;
24687
24803
  };
24688
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
24689
24804
  attrs: any;
24805
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
24690
24806
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
24691
24807
  props: _$vue.PublicProps & {
24692
24808
  namespace?: string | undefined;
@@ -24767,8 +24883,8 @@ declare const Treeview: {
24767
24883
  slots: {
24768
24884
  default: (props: TreeviewItemSlotProps<V>) => any;
24769
24885
  };
24770
- emit: {};
24771
24886
  attrs: any;
24887
+ emit: {};
24772
24888
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
24773
24889
  props: _$vue.PublicProps & {
24774
24890
  id?: ID | undefined;
@@ -24857,7 +24973,7 @@ declare const Treeview: {
24857
24973
  *
24858
24974
  * @example
24859
24975
  * ```vue
24860
- * <Treeview.Cue v-slot="{ attrs }">
24976
+ * <Treeview.Cue v-slot="{ attrs }" renderless>
24861
24977
  * <span v-bind="attrs">▶</span>
24862
24978
  * </Treeview.Cue>
24863
24979
  * ```
@@ -24919,7 +25035,7 @@ declare const Treeview: {
24919
25035
  *
24920
25036
  * @example
24921
25037
  * ```vue
24922
- * <Treeview.Checkbox v-slot="{ attrs, isSelected, isMixed }">
25038
+ * <Treeview.Checkbox v-slot="{ attrs, isSelected, isMixed }" renderless>
24923
25039
  * <span v-bind="attrs">{{ isMixed ? '−' : isSelected ? '✓' : '○' }}</span>
24924
25040
  * </Treeview.Checkbox>
24925
25041
  * ```
@@ -24949,7 +25065,7 @@ declare const Treeview: {
24949
25065
  *
24950
25066
  * @example
24951
25067
  * ```vue
24952
- * <Treeview.Indicator v-slot="{ attrs }">
25068
+ * <Treeview.Indicator v-slot="{ attrs }" renderless>
24953
25069
  * <span v-bind="attrs">●</span>
24954
25070
  * </Treeview.Indicator>
24955
25071
  * ```
@@ -24982,7 +25098,7 @@ declare const Treeview: {
24982
25098
  *
24983
25099
  * @example
24984
25100
  * ```vue
24985
- * <Treeview.SelectAll v-slot="{ attrs, isAllSelected, isMixed }">
25101
+ * <Treeview.SelectAll v-slot="{ attrs, isAllSelected, isMixed }" renderless>
24986
25102
  * <button v-bind="attrs">
24987
25103
  * {{ isMixed ? '−' : isAllSelected ? '✓' : '○' }} Select All
24988
25104
  * </button>
@@ -25507,4 +25623,4 @@ declare function resolveIndexes(items: Iterable<{
25507
25623
  declare function instanceExists(): boolean;
25508
25624
  declare function instanceName(): string | undefined;
25509
25625
  //#endregion
25510
- export { type ActiveCell, ActiveDrag, AlertDialog, _default as AlertDialogAction, type AlertDialogActionEmits, type AlertDialogActionEvent, type AlertDialogActionProps, type AlertDialogActionSlotProps, _default$1 as AlertDialogActivator, type AlertDialogActivatorProps, type AlertDialogActivatorSlotProps, _default$2 as AlertDialogCancel, type AlertDialogCancelProps, type AlertDialogCancelSlotProps, _default$3 as AlertDialogClose, type AlertDialogCloseProps, type AlertDialogCloseSlotProps, _default$4 as AlertDialogContent, type AlertDialogContentEmits, type AlertDialogContentProps, type AlertDialogContentSlotProps, type AlertDialogContext, _default$5 as AlertDialogDescription, type AlertDialogDescriptionProps, type AlertDialogDescriptionSlotProps, _default$6 as AlertDialogRoot, type AlertDialogRootProps, type AlertDialogRootSlotProps, _default$7 as AlertDialogTitle, type AlertDialogTitleProps, type AlertDialogTitleSlotProps, _default$8 as AspectRatio, type AspectRatioProps, type AspectRatioSlotProps, _default$9 as Atom, type AtomExpose, type AtomProps, type AtomSlots, Avatar, type AvatarContext, _default$10 as AvatarFallback, type AvatarFallbackProps, type AvatarFallbackSlotProps, _default$11 as AvatarGroup, type AvatarGroupContext, type AvatarGroupPriority, type AvatarGroupProps, type AvatarGroupSlotProps, type AvatarGroupTicket, type AvatarGroupTicketInput, _default$12 as AvatarImage, type AvatarImageEmits, type AvatarImageProps, type AvatarImageSlotProps, _default$13 as AvatarIndicator, type AvatarIndicatorProps, type AvatarIndicatorSlotProps, _default$14 as AvatarRoot, type AvatarRootProps, type AvatarRootSlotProps, type AvatarTicket, BreadcrumbTicket, BreadcrumbTicketInput, Breadcrumbs, _default$15 as BreadcrumbsActivator, type BreadcrumbsActivatorProps, type BreadcrumbsActivatorSlotProps, BreadcrumbsContext, BreadcrumbsContextOptions, _default$16 as BreadcrumbsDivider, type BreadcrumbsDividerProps, type BreadcrumbsDividerSlotProps, _default$17 as BreadcrumbsEllipsis, type BreadcrumbsEllipsisProps, type BreadcrumbsEllipsisSlotProps, _default$18 as BreadcrumbsItem, type BreadcrumbsItemProps, type BreadcrumbsItemSlotProps, _default$19 as BreadcrumbsLink, type BreadcrumbsLinkProps, _default$20 as BreadcrumbsList, type BreadcrumbsListProps, type BreadcrumbsListSlotProps, BreadcrumbsOptions, _default$21 as BreadcrumbsPage, type BreadcrumbsPageProps, type BreadcrumbsPageSlotProps, _default$22 as BreadcrumbsRoot, type BreadcrumbsRootContext, type BreadcrumbsRootProps, type BreadcrumbsRootSlotProps, type BreadcrumbsTicket, type BreadcrumbsTicketType, BreakpointName, BreakpointsContext, BreakpointsContextOptions, BreakpointsOptions, BreakpointsPluginOptions, Button, _default$23 as ButtonContent, type ButtonContentProps, type ButtonContentSlotProps, _default$24 as ButtonGroup, type ButtonGroupProps, type ButtonGroupSlotProps, _default$25 as ButtonHiddenInput, type ButtonHiddenInputProps, _default$26 as ButtonIcon, type ButtonIconProps, type ButtonIconSlotProps, _default$27 as ButtonLoading, type ButtonLoadingProps, type ButtonLoadingSlotProps, _default$28 as ButtonRoot, type ButtonRootContext, type ButtonRootProps, type ButtonRootSlotProps, Carousel, type CarouselContext, _default$29 as CarouselIndicator, type CarouselIndicatorItem, type CarouselIndicatorProps, type CarouselIndicatorSlotProps, _default$30 as CarouselItem, type CarouselItemProps, type CarouselItemSlotProps, _default$31 as CarouselLiveRegion, type CarouselLiveRegionProps, type CarouselLiveRegionSlotProps, _default$32 as CarouselNext, type CarouselNextProps, type CarouselNextSlotProps, type CarouselOrientation, type CarouselPartTicket, _default$33 as CarouselPrevious, type CarouselPreviousProps, type CarouselPreviousSlotProps, _default$34 as CarouselProgress, type CarouselProgressProps, type CarouselProgressSlotProps, _default$35 as CarouselRoot, type CarouselRootProps, type CarouselRootSlotProps, type CarouselTicket, _default$36 as CarouselViewport, type CarouselViewportProps, type CarouselViewportSlotProps, type CellEditing, type CellEditingOptions, type CellEditingRegistry, Checkbox, _default$37 as CheckboxGroup, type CheckboxGroupProps, type CheckboxGroupSlotProps, _default$38 as CheckboxHiddenInput, type CheckboxHiddenInputProps, _default$39 as CheckboxIndicator, type CheckboxIndicatorProps, type CheckboxIndicatorSlotProps, _default$40 as CheckboxRoot, type CheckboxRootContext, type CheckboxRootProps, type CheckboxRootSlotProps, _default$41 as CheckboxSelectAll, type CheckboxSelectAllProps, type CheckboxSelectAllSlotProps, type CheckboxState, CleanupFunction, ClickOutsideElement, ClickOutsideIgnoreTarget, ClickOutsideTarget, ClientComboboxAdapter, type ClientComboboxAdapterOptions, ClientDataTableAdapter, Collapsible, _default$42 as CollapsibleActivator, type CollapsibleActivatorProps, type CollapsibleActivatorSlotProps, _default$43 as CollapsibleContent, type CollapsibleContentProps, type CollapsibleContentSlotProps, type CollapsibleContext, _default$44 as CollapsibleCue, type CollapsibleCueProps, type CollapsibleCueSlotProps, _default$45 as CollapsibleRoot, type CollapsibleRootProps, type CollapsibleRootSlotProps, Colors, type ColumnLayout, type ColumnNode, Combobox, _default$46 as ComboboxActivator, type ComboboxActivatorProps, type ComboboxActivatorSlotProps, ComboboxAdapter, type ComboboxAdapterContext, type ComboboxAdapterResult, _default$47 as ComboboxContent, type ComboboxContentProps, type ComboboxContentSlotProps, ComboboxContext, _default$48 as ComboboxControl, type ComboboxControlProps, type ComboboxControlSlotProps, _default$49 as ComboboxCue, type ComboboxCueProps, type ComboboxCueSlotProps, _default$50 as ComboboxDescription, type ComboboxDescriptionProps, type ComboboxDescriptionSlotProps, _default$51 as ComboboxEmpty, type ComboboxEmptyProps, type ComboboxEmptySlotProps, _default$52 as ComboboxError, type ComboboxErrorProps, type ComboboxErrorSlotProps, _default$53 as ComboboxItem, type ComboboxItemProps, type ComboboxItemSlotProps, ComboboxOptions, _default$54 as ComboboxRoot, type ComboboxRootProps, type ComboboxRootSlotProps, ConsolaLoggerAdapter, ContextKey, ContextTrinity, CreateContextOptions, DataGridColumn, DataGridColumnTicket, DataGridColumnTicketInput, DataGridContext, DataGridContextOptions, DataGridOptions, type DataTableAdapter, type DataTableAdapterContext, type DataTableAdapterResult, DataTableColumnTicket, DataTableColumnTicketInput, DataTableContext, DataTableContextOptions, DataTableExpansion, DataTableGroup, DataTableGrouping, DataTableOptions, DataTableSelection, DataTableSort, DataTableTicket, DataTableTicketInput, DateAdapter, DateContext, DateContextOptions, DateOptions, DatePluginOptions, Dialog, _default$55 as DialogActivator, type DialogActivatorProps, type DialogActivatorSlotProps, _default$56 as DialogClose, type DialogCloseProps, type DialogCloseSlotProps, _default$57 as DialogContent, type DialogContentEmits, type DialogContentProps, type DialogContentSlotProps, type DialogContext, _default$58 as DialogDescription, type DialogDescriptionProps, type DialogDescriptionSlotProps, _default$59 as DialogRoot, type DialogRootProps, type DialogRootSlotProps, _default$60 as DialogTitle, type DialogTitleProps, type DialogTitleSlotProps, DragDropAdapter, type DragDropAdapterContext, type DragDropAdapterEmit, DragDropContext, DragDropOptions, DragDropPlugin, DragType, DragVia, DraggableTicket, DraggableTicketInput, DraggablesContext, DropIndicator, DropPosition, DropZoneTicket, DropZoneTicketInput, type EditableColumn, EventHandler, ExpansionPanel, _default$61 as ExpansionPanelActivator, type ExpansionPanelActivatorProps, type ExpansionPanelActivatorSlotProps, _default$62 as ExpansionPanelContent, type ExpansionPanelContentProps, type ExpansionPanelContentSlotProps, _default$63 as ExpansionPanelCue, type ExpansionPanelCueProps, type ExpansionPanelCueSlotProps, _default$64 as ExpansionPanelGroup, type ExpansionPanelGroupProps, type ExpansionPanelGroupSlotProps, _default$65 as ExpansionPanelHeader, type ExpansionPanelHeaderProps, type ExpansionPanelHeaderSlotProps, type ExpansionPanelOptionsContext, _default$66 as ExpansionPanelRoot, type ExpansionPanelRootContext, type ExpansionPanelRootProps, type ExpansionPanelRootSlotProps, FeatureContext, FeatureContextOptions, FeatureOptions, FeaturePluginOptions, FeatureTicket, FeatureTicketInput, FeaturesAdapter, type FeaturesAdapterFlags, type FeaturesAdapterValue, FilterContext, FilterContextOptions, FilterFunction, FilterItem, FilterMode, FilterOptions, FilterQuery, FilterResult, FlatTokenCollection, _default$67 as Form, FormContext, FormContextOptions, FormOptions, type FormProps, type FormSlotProps, FormTicket, FormTicketInput, FormValidationResult, FormValidationRule, FormValue, type GridColumnDef, Group, GroupContext, GroupContextOptions, _default$68 as GroupItem, type GroupItemProps, type GroupItemSlotProps, GroupOptions, _default$69 as GroupRoot, type GroupRootProps, type GroupRootSlotProps, GroupTicket, GroupTicketInput, HTMLElementName, HighlightChunk, HydrationContext, HydrationContextOptions, HydrationOptions, HydrationPluginOptions, type ID, IN_BROWSER, Image, type ImageContext, _default$70 as ImageFallback, type ImageFallbackProps, type ImageFallbackSlotProps, _default$71 as ImageImg, type ImageImgEmits, type ImageImgProps, type ImageImgSlotProps, _default$72 as ImagePlaceholder, type ImagePlaceholderProps, type ImagePlaceholderSlotProps, _default$73 as ImageRoot, type ImageRootProps, type ImageRootSlotProps, ImageStatus, Input, InputContext, _default$74 as InputControl, type InputControlProps, type InputControlSlotProps, _default$75 as InputDescription, type InputDescriptionProps, type InputDescriptionSlotProps, _default$76 as InputError, type InputErrorProps, type InputErrorSlotProps, InputOptions, _default$77 as InputRoot, type InputRootContext, type InputRootProps, type InputRootSlotProps, InputState, type InternalHeader, IntersectionObserverEntry, IntersectionObserverOptions, KanbanColumnTicket, KanbanColumnTicketInput, KanbanContext, KanbanEventListener, KanbanOptions, KanbanTransferPayload, KeyboardAdapter, type KeyboardAdapterOptions, LazyContext, LazyOptions, _default$78 as Locale, LocaleAdapter, type LocaleAdapterContext, LocaleContext, LocaleContextOptions, LocaleOptions, LocalePluginOptions, type LocaleProps, LocaleRecord, type LocaleSlotProps, LocaleTicket, LocaleTicketInput, type LogLevel, LoggerAdapter, LoggerContext, LoggerContextOptions, LoggerOptions, LoggerPluginOptions, MatchRange, MaybeElementRef, MediaQueryContext, MemoryStorageAdapter, ModelContext, ModelOptions, ModelTicket, ModelTicketInput, MutationObserverRecord, type NestedActiveMode, type NestedContext, type NestedContextOptions, type NestedOpenMode, type NestedOptions, type NestedRegistration, type NestedSelectionMode, type NestedTicket, type NestedTicketInput, NotificationInput, NotificationSeverity, NotificationTicket, NotificationTicketInput, NotificationsAdapterContext, NotificationsContext, NotificationsOptions, NotificationsPluginOptions, NumberField, NumberFieldContext, _default$79 as NumberFieldControl, type NumberFieldControlProps, type NumberFieldControlSlotProps, _default$80 as NumberFieldDecrement, type NumberFieldDecrementProps, type NumberFieldDecrementSlotProps, _default$81 as NumberFieldDescription, type NumberFieldDescriptionProps, type NumberFieldDescriptionSlotProps, _default$82 as NumberFieldError, type NumberFieldErrorProps, type NumberFieldErrorSlotProps, _default$83 as NumberFieldIncrement, type NumberFieldIncrementProps, type NumberFieldIncrementSlotProps, NumberFieldOptions, _default$84 as NumberFieldRoot, type NumberFieldRootContext, type NumberFieldRootProps, type NumberFieldRootSlotProps, _default$85 as NumberFieldScrub, type NumberFieldScrubProps, type NumberFieldScrubSlotProps, NumericContext, NumericOptions, ObservableNodeList, Orientation, OtpContext, OtpOptions, OtpPattern, Overflow, OverflowContext, OverflowContextOptions, _default$86 as OverflowIndicator, type OverflowIndicatorProps, type OverflowIndicatorSlotProps, _default$87 as OverflowItem, type OverflowItemProps, type OverflowItemSlotProps, OverflowOptions, type OverflowPriority, _default$88 as OverflowRoot, type OverflowRootContext, type OverflowRootProps, type OverflowRootSlotProps, type OverflowTicket, type OverflowTicketInput, Pagination, PaginationContext, PaginationContextOptions, _default$89 as PaginationEllipsis, type PaginationEllipsisProps, type PaginationEllipsisSlotProps, _default$90 as PaginationFirst, type PaginationFirstProps, type PaginationFirstSlotProps, _default$91 as PaginationItem, type PaginationItemProps, type PaginationItemSlotProps, _default$92 as PaginationLast, type PaginationLastProps, type PaginationLastSlotProps, _default$93 as PaginationNext, type PaginationNextProps, type PaginationNextSlotProps, PaginationOptions, _default$94 as PaginationPrev, type PaginationPrevProps, type PaginationPrevSlotProps, _default$95 as PaginationRoot, type PaginationRootProps, type PaginationRootSlotProps, _default$96 as PaginationStatus, type PaginationStatusProps, type PaginationStatusSlotProps, PaginationTicket, PermissionContext, PermissionContextOptions, PermissionOptions, PermissionPluginOptions, PermissionTicket, PermissionsAdapter, type PinPosition, type PinnedRegion, PinoLoggerAdapter, PlatformContext, Plugin, PluginContextConfig, PluginOptions, PointerAdapter, type PointerAdapterOptions, Popover, _default$97 as PopoverActivator, type PopoverActivatorProps, type PopoverActivatorSlotProps, _default$98 as PopoverContent, type PopoverContentEmits, type PopoverContentProps, type PopoverContentSlotProps, type PopoverContext, PopoverOptions, PopoverReturn, _default$99 as PopoverRoot, type PopoverRootProps, type PopoverRootSlotProps, _default$100 as Portal, type PortalProps, type PortalSlotProps, _default$101 as Presence, type PresenceAttrs, type PresenceProps, type PresenceSlotProps, PresenceState, Primitive, Progress, _default$102 as ProgressBuffer, type ProgressBufferProps, type ProgressBufferSlotProps, ProgressContext, ProgressContextOptions, _default$103 as ProgressFill, type ProgressFillProps, type ProgressFillSlotProps, _default$104 as ProgressHiddenInput, type ProgressHiddenInputProps, _default$105 as ProgressLabel, type ProgressLabelProps, type ProgressLabelSlotProps, ProgressOptions, _default$106 as ProgressRoot, type ProgressRootContext, type ProgressRootProps, type ProgressRootSlotProps, ProgressTicket, ProgressTicketInput, _default$107 as ProgressTrack, type ProgressTrackProps, type ProgressTrackSlotProps, _default$108 as ProgressValue, type ProgressValueProps, type ProgressValueSlotProps, ProxyModelOptions, ProxyModelTarget, ProxyRegistryContext, ProxyRegistryOptions, QueueContext, QueueContextOptions, QueueOptions, QueueTicket, QueueTicketInput, RGB, Radio, type RadioActivation, _default$109 as RadioGroup, type RadioGroupContext, type RadioGroupProps, type RadioGroupSlotProps, _default$110 as RadioHiddenInput, type RadioHiddenInputProps, _default$111 as RadioIndicator, type RadioIndicatorProps, type RadioIndicatorSlotProps, _default$112 as RadioRoot, type RadioRootContext, type RadioRootProps, type RadioRootSlotProps, type RadioState, type RadioTicket, Rating, RatingContext, RatingContextOptions, _default$113 as RatingHiddenInput, type RatingHiddenInputProps, _default$114 as RatingItem, RatingItemDescriptor, type RatingItemProps, type RatingItemSlotProps, RatingItemState, RatingOptions, _default$115 as RatingRoot, type RatingRootContext, type RatingRootProps, type RatingRootSlotProps, ReducedMotionAdapter, type ReducedMotionAdapterSetupContext, ReducedMotionContext, ReducedMotionContextOptions, ReducedMotionMode, ReducedMotionOptions, ReducedMotionPluginOptions, RegistryContext, RegistryContextOptions, RegistryEventCallback, RegistryEventMap, RegistryEventName, RegistryOptions, RegistryTicket, RegistryTicketInput, ResizeObserverEntry, ResizeObserverOptions, type ResolvedColumn, RovingFocusOptions, RovingFocusReturn, RovingItem, type RowSpanningOptions, RtlAdapter, type RtlAdapterSetupContext, RtlContext, RtlContextOptions, RtlOptions, RtlPluginOptions, RuleAlias, RuleAliases, RuleInput, RulesContext, RulesContextOptions, RulesOptions, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, _default$116 as Scrim, type ScrimProps, type ScrimSlotProps, ScrollToOptions, Select, _default$117 as SelectActivator, type SelectActivatorProps, type SelectActivatorSlotProps, _default$118 as SelectContent, type SelectContentProps, type SelectContentSlotProps, type SelectContext, _default$119 as SelectCue, type SelectCueProps, type SelectCueSlotProps, _default$120 as SelectItem, type SelectItemProps, type SelectItemSlotProps, _default$121 as SelectPlaceholder, type SelectPlaceholderProps, type SelectPlaceholderSlotProps, _default$122 as SelectRoot, type SelectRootProps, type SelectRootSlotProps, SelectStrategy, _default$123 as SelectValue, type SelectValueProps, type SelectValueSlotProps, Selection, SelectionContext, SelectionContextOptions, _default$124 as SelectionItem, type SelectionItemProps, type SelectionItemSlotProps, SelectionOptions, _default$125 as SelectionRoot, type SelectionRootProps, type SelectionRootSlotProps, SelectionTicket, SelectionTicketInput, SelfClosingElement, ServerComboboxAdapter, ServerDataTableAdapter, ServerDataTableAdapter as ServerGridAdapter, type ServerDataTableAdapterOptions, type ServerDataTableAdapterOptions as ServerGridAdapterOptions, Single, SingleContext, SingleContextOptions, _default$126 as SingleItem, type SingleItemProps, type SingleItemSlotProps, SingleOptions, _default$127 as SingleRoot, type SingleRootProps, type SingleRootSlotProps, SingleTicket, SingleTicketInput, Slider, SliderContext, _default$128 as SliderHiddenInput, type SliderHiddenInputProps, SliderOptions, _default$129 as SliderRange, type SliderRangeProps, type SliderRangeSlotProps, _default$130 as SliderRoot, type SliderRootContext, type SliderRootProps, type SliderRootSlotProps, _default$131 as SliderThumb, type SliderThumbProps, type SliderThumbSlotProps, type SliderThumbState, SliderTicket, SliderTicketInput, _default$132 as SliderTrack, type SliderTrackProps, type SliderTrackSlotProps, Snackbar, _default$133 as SnackbarClose, type SnackbarCloseProps, type SnackbarCloseSlotProps, _default$134 as SnackbarContent, type SnackbarContentProps, _default$135 as SnackbarPortal, type SnackbarPortalProps, type SnackbarPortalSlotProps, _default$136 as SnackbarQueue, type SnackbarQueueContext, type SnackbarQueueProps, type SnackbarQueueSlotProps, _default$137 as SnackbarRoot, type SnackbarRootContext, type SnackbarRootProps, type SnackbarRootSlotProps, type SortDirection, type SortEntry, SortableContext, SortableEventListener, SortableMovePayload, SortableOptions, SortableTicket, SortableTicketInput, type SpanEntry, Splitter, type SplitterContext, _default$138 as SplitterHandle, type SplitterHandleProps, type SplitterHandleSlotProps, type SplitterHandleState, type SplitterOrientation, _default$139 as SplitterPanel, type SplitterPanelExpose, type SplitterPanelInput, type SplitterPanelProps, type SplitterPanelSlotProps, type SplitterPanelTicket, _default$140 as SplitterRoot, type SplitterRootExpose, type SplitterRootProps, type SplitterRootSlotProps, StackContext, StackContextOptions, StackOptions, StackPluginOptions, StackTicket, StackTicketInput, type StandardSchemaV1, Step, StepContext, StepContextOptions, _default$141 as StepItem, type StepItemProps, type StepItemSlotProps, StepOptions, _default$142 as StepRoot, type StepRootProps, type StepRootSlotProps, StepTicket, StepTicketInput, StorageAdapter, StorageContext, StorageContextOptions, StorageOptions, StoragePluginOptions, type StorageType, Switch, _default$143 as SwitchGroup, type SwitchGroupProps, type SwitchGroupSlotProps, _default$144 as SwitchHiddenInput, type SwitchHiddenInputProps, _default$145 as SwitchRoot, type SwitchRootContext, type SwitchRootProps, type SwitchRootSlotProps, _default$146 as SwitchSelectAll, type SwitchSelectAllProps, type SwitchSelectAllSlotProps, type SwitchState, _default$147 as SwitchThumb, type SwitchThumbProps, type SwitchThumbSlotProps, _default$148 as SwitchTrack, type SwitchTrackProps, type SwitchTrackSlotProps, Tabs, type TabsActivation, type TabsContext, _default$149 as TabsItem, type TabsItemProps, type TabsItemSlotProps, _default$150 as TabsList, type TabsListProps, type TabsListSlotProps, type TabsOrientation, _default$151 as TabsPanel, type TabsPanelProps, type TabsPanelSlotProps, _default$152 as TabsRoot, type TabsRootProps, type TabsRootSlotProps, type TabsTicket, _default$153 as Theme, ThemeAdapter, ThemeColors, ThemeContext, ThemeContextOptions, ThemeOptions, ThemePluginOptions, type ThemeProps, ThemeRecord, type ThemeSlotProps, ThemeTicket, ThemeTicketInput, TimelineContext, TimelineContextOptions, TimelineOptions, TimelineTicket, TimerContext, TimerOptions, ToHighlightOptions, Toggle, _default$154 as ToggleGroup, type ToggleGroupContext, type ToggleGroupProps, type ToggleGroupSlotProps, _default$155 as ToggleIndicator, type ToggleIndicatorProps, type ToggleIndicatorSlotProps, type ToggleOrientation, _default$156 as ToggleRoot, type ToggleRootContext, type ToggleRootProps, type ToggleRootSlotProps, ToggleScopeControls, TokenAlias, TokenCollection, TokenContext, TokenContextOptions, TokenOptions, TokenPrimitive, TokenTicket, TokenValue, Tooltip, _default$157 as TooltipActivator, type TooltipActivatorProps, type TooltipActivatorSlotProps, _default$158 as TooltipContent, type TooltipContentProps, type TooltipContentSlotProps, TooltipContext, TooltipContextOptions, TooltipOptions, TooltipPluginOptions, _default$159 as TooltipRoot, type TooltipRootContext, type TooltipRootProps, type TooltipRootSlotProps, Treeview, _default$160 as TreeviewActivator, type TreeviewActivatorProps, type TreeviewActivatorSlotProps, _default$161 as TreeviewCheckbox, type TreeviewCheckboxProps, type TreeviewCheckboxSlotProps, _default$162 as TreeviewContent, type TreeviewContentProps, type TreeviewContentSlotProps, _default$163 as TreeviewCue, type TreeviewCueProps, type TreeviewCueSlotProps, _default$164 as TreeviewGroup, type TreeviewGroupProps, type TreeviewGroupSlotProps, _default$165 as TreeviewIndicator, type TreeviewIndicatorProps, type TreeviewIndicatorSlotProps, _default$166 as TreeviewItem, type TreeviewItemContext, type TreeviewItemProps, type TreeviewItemSlotProps, _default$167 as TreeviewList, type TreeviewListContext, type TreeviewListProps, type TreeviewListSlotProps, _default$168 as TreeviewRoot, type TreeviewRootContext, type TreeviewRootProps, type TreeviewRootSlotProps, _default$169 as TreeviewSelectAll, type TreeviewSelectAllProps, type TreeviewSelectAllSlotProps, UNSAFE_KEYS, UseClickOutsideOptions, UseClickOutsideReturn, UseDelayOptions, UseDelayReturn, UseDelayStartOptions, UseElementIntersectionReturn, UseElementSizeReturn, UseHotkeyOptions, UseHotkeyReturn, UseImageOptions, UseImageReturn, UseIntersectionObserverReturn, UseMutationObserverOptions, UseMutationObserverReturn, UsePresenceOptions, UsePresenceReturn, UseRafReturn, UseResizeObserverReturn, V0Error, type V0ErrorCode, type V0ErrorDetails, V0LocaleAdapter, V0LoggerAdapter, V0ReducedMotionAdapter, V0RtlAdapter, V0StyleSheetThemeAdapter, V0UnheadThemeAdapter, type ValidateEvent, type ValidateOn, ValidationContext, ValidationOptions, ValidationTicket, ValidationTicketInput, VirtualAnchor, VirtualContext, VirtualContextOptions, VirtualDataTableAdapter, VirtualDirection, VirtualFocusItem, VirtualFocusOptions, VirtualFocusReturn, VirtualItem, VirtualOptions, VirtualState, ZonesContext, __LOGGER_ENABLED__, apca, clamp, computeDepth, createBreadcrumbs, createBreadcrumbsContext, createBreakpoints, createBreakpointsContext, createBreakpointsPlugin, createCombobox, createComboboxContext, createContext, createDataGrid, createDataGridContext, createDataTable, createDataTableContext, createDate, createDateContext, createDatePlugin, createFallbackHydration, createFeatures, createFeaturesContext, createFeaturesPlugin, createFilter, createFilterContext, createForm, createFormContext, createGroup, createGroupContext, createHydration, createHydrationContext, createHydrationPlugin, createInput, createKanban, createLocale, createLocaleContext, createLocaleFallback, createLocalePlugin, createLogger, createLoggerContext, createLoggerPlugin, createModel, createNested, createNestedContext, createNotifications, createNotificationsContext, createNotificationsPlugin, createNumberField, createNumeric, createOtp, createOverflow, createOverflowContext, createPagination, createPaginationContext, createPermissions, createPermissionsContext, createPermissionsPlugin, createPlugin, createPluginContext, createProgress, createProgressContext, createQueue, createQueueContext, createRating, createRatingContext, createReducedMotion, createReducedMotionContext, createReducedMotionPlugin, createRegistry, createRegistryContext, createRtl, createRtlContext, createRtlFallback, createRtlPlugin, createRules, createRulesContext, createRulesFallback, createRulesPlugin, createSelection, createSelectionContext, createSingle, createSingleContext, createSlider, createSortable, createStack, createStackContext, createStackPlugin, createStep, createStepContext, createStorage, createStorageContext, createStoragePlugin, createTheme, createThemeContext, createThemePlugin, createTimeline, createTimelineContext, createTokens, createTokensContext, createTooltipContext, createTooltipFallback, createTooltipPlugin, createTrinity, createValidation, createVirtual, createVirtualContext, extractLeaves, flatten, foreground, hexToRgb, instanceExists, instanceName, isArray, isBoolean, isElement, isFunction, isNaN, isNull, isNullOrUndefined, isNumber, isObject, isPrimitive, isSelfClosingTag, isStandardSchema, isString, isSymbol, isThenable, isUndefined, isV0Error, mergeDeep, provideAlertDialogContext, provideAvatarGroup, provideAvatarRoot, provideBreadcrumbsRoot, provideButtonGroup, provideButtonRoot, provideCarouselRoot, provideCheckboxGroup, provideCheckboxRoot, provideCollapsible, provideComboboxContext, provideContext, provideDialogContext, provideExpansionPanelGroup, provideExpansionPanelRoot, provideGroupRoot, provideImageRoot, provideInputRoot, provideNumberFieldRoot, provideOverflowRoot, providePaginationControls, providePaginationItems, providePaginationRoot, providePopoverContext, provideProgressRoot, provideRadioGroup, provideRadioRoot, provideRatingRoot, provideSelectContext, provideSelectionRoot, provideSingleRoot, provideSliderRoot, provideSnackbarQueueContext, provideSnackbarRootContext, provideSplitterRoot, provideStepRoot, provideSwitchGroup, provideSwitchRoot, provideTabsRoot, provideToggleGroup, provideToggleRoot, provideTooltipRoot, provideTreeviewItem, provideTreeviewList, provideTreeviewRoot, range, resolveHeaders, resolveIds, resolveIndexes, rgbToHex, toArray, toElement, toHighlight, toReactive, useAlertDialogContext, useAvatarGroup, useAvatarRoot, useBreadcrumbs, useBreadcrumbsRoot, useBreakpoints, useButtonGroup, useButtonRoot, useCarouselRoot, useCheckboxGroup, useCheckboxRoot, useClickOutside, useCollapsible, useCombobox, useComboboxContext, useContext, useDataGrid, useDataTable, useDate, useDelay, useDialogContext, useDocumentEventListener, useDragDrop, useElementIntersection, useElementSize, useEventListener, useExpansionPanelGroup, useExpansionPanelRoot, useFeatures, useFilter, useForm, useGroup, useGroupRoot, useHotkey, useHydration, useId, useImage, useImageRoot, useInputRoot, useIntersectionObserver, useLazy, useLocale, useLogger, useMediaQuery, useMutationObserver, useNested, useNotifications, useNumberFieldRoot, useOverflow, useOverflowRoot, usePagination, usePaginationControls, usePaginationItems, usePaginationRoot, usePermissions, usePopover, usePopoverContext, usePrefersContrast, usePrefersDark, usePrefersReducedMotion, usePresence, useProgress, useProgressRoot, useProxyModel, useProxyRegistry, useQueue, useRadioGroup, useRadioRoot, useRaf, useRating, useRatingRoot, useReducedMotion, useRegistry, useResizeObserver, useRovingFocus, useRtl, useRules, useSelectContext, useSelection, useSelectionRoot, useSingle, useSingleRoot, useSliderRoot, useSnackbarQueueContext, useSnackbarRootContext, useSplitterRoot, useStack, useStep, useStepRoot, useStorage, useSwitchGroup, useSwitchRoot, useTabsRoot, useTheme, useTimeline, useTimer, useToggleGroup, useToggleRoot, useToggleScope, useTokens, useTooltip, useTooltipRoot, useTreeviewItem, useTreeviewList, useTreeviewRoot, useVirtual, useVirtualFocus, useWindowEventListener, version };
25626
+ export { type ActiveCell, ActiveDrag, AlertDialog, _default as AlertDialogAction, type AlertDialogActionEmits, type AlertDialogActionEvent, type AlertDialogActionProps, type AlertDialogActionSlotProps, _default$1 as AlertDialogActivator, type AlertDialogActivatorProps, type AlertDialogActivatorSlotProps, _default$2 as AlertDialogCancel, type AlertDialogCancelProps, type AlertDialogCancelSlotProps, _default$3 as AlertDialogClose, type AlertDialogCloseProps, type AlertDialogCloseSlotProps, _default$4 as AlertDialogContent, type AlertDialogContentEmits, type AlertDialogContentProps, type AlertDialogContentSlotProps, type AlertDialogContext, _default$5 as AlertDialogDescription, type AlertDialogDescriptionProps, type AlertDialogDescriptionSlotProps, _default$6 as AlertDialogRoot, type AlertDialogRootProps, type AlertDialogRootSlotProps, _default$7 as AlertDialogTitle, type AlertDialogTitleProps, type AlertDialogTitleSlotProps, _default$8 as AspectRatio, type AspectRatioProps, type AspectRatioSlotProps, _default$9 as Atom, type AtomExpose, type AtomProps, type AtomSlots, Avatar, type AvatarContext, _default$10 as AvatarFallback, type AvatarFallbackProps, type AvatarFallbackSlotProps, _default$11 as AvatarGroup, type AvatarGroupContext, type AvatarGroupPriority, type AvatarGroupProps, type AvatarGroupSlotProps, type AvatarGroupTicket, type AvatarGroupTicketInput, _default$12 as AvatarImage, type AvatarImageEmits, type AvatarImageProps, type AvatarImageSlotProps, _default$13 as AvatarIndicator, type AvatarIndicatorProps, type AvatarIndicatorSlotProps, _default$14 as AvatarRoot, type AvatarRootProps, type AvatarRootSlotProps, type AvatarTicket, BreadcrumbTicket, BreadcrumbTicketInput, Breadcrumbs, _default$15 as BreadcrumbsActivator, type BreadcrumbsActivatorProps, type BreadcrumbsActivatorSlotProps, BreadcrumbsContext, BreadcrumbsContextOptions, _default$16 as BreadcrumbsDivider, type BreadcrumbsDividerProps, type BreadcrumbsDividerSlotProps, _default$17 as BreadcrumbsEllipsis, type BreadcrumbsEllipsisProps, type BreadcrumbsEllipsisSlotProps, _default$18 as BreadcrumbsItem, type BreadcrumbsItemProps, type BreadcrumbsItemSlotProps, _default$19 as BreadcrumbsLink, type BreadcrumbsLinkProps, _default$20 as BreadcrumbsList, type BreadcrumbsListProps, type BreadcrumbsListSlotProps, BreadcrumbsOptions, _default$21 as BreadcrumbsPage, type BreadcrumbsPageProps, type BreadcrumbsPageSlotProps, _default$22 as BreadcrumbsRoot, type BreadcrumbsRootContext, type BreadcrumbsRootProps, type BreadcrumbsRootSlotProps, type BreadcrumbsTicket, type BreadcrumbsTicketType, BreakpointName, BreakpointsContext, BreakpointsContextOptions, BreakpointsOptions, BreakpointsPluginOptions, Button, _default$23 as ButtonContent, type ButtonContentProps, type ButtonContentSlotProps, _default$24 as ButtonGroup, type ButtonGroupProps, type ButtonGroupSlotProps, _default$25 as ButtonHiddenInput, type ButtonHiddenInputProps, _default$26 as ButtonIcon, type ButtonIconProps, type ButtonIconSlotProps, _default$27 as ButtonLoading, type ButtonLoadingProps, type ButtonLoadingSlotProps, _default$28 as ButtonRoot, type ButtonRootContext, type ButtonRootProps, type ButtonRootSlotProps, Carousel, type CarouselContext, _default$29 as CarouselIndicator, type CarouselIndicatorItem, type CarouselIndicatorProps, type CarouselIndicatorSlotProps, _default$30 as CarouselItem, type CarouselItemProps, type CarouselItemSlotProps, _default$31 as CarouselLiveRegion, type CarouselLiveRegionProps, type CarouselLiveRegionSlotProps, _default$32 as CarouselNext, type CarouselNextProps, type CarouselNextSlotProps, type CarouselOrientation, type CarouselPartTicket, _default$33 as CarouselPrevious, type CarouselPreviousProps, type CarouselPreviousSlotProps, _default$34 as CarouselProgress, type CarouselProgressProps, type CarouselProgressSlotProps, _default$35 as CarouselRoot, type CarouselRootProps, type CarouselRootSlotProps, type CarouselTicket, _default$36 as CarouselViewport, type CarouselViewportProps, type CarouselViewportSlotProps, type CellEditing, type CellEditingOptions, type CellEditingRegistry, Checkbox, _default$37 as CheckboxGroup, type CheckboxGroupProps, type CheckboxGroupSlotProps, _default$38 as CheckboxHiddenInput, type CheckboxHiddenInputProps, _default$39 as CheckboxIndicator, type CheckboxIndicatorProps, type CheckboxIndicatorSlotProps, _default$40 as CheckboxRoot, type CheckboxRootContext, type CheckboxRootProps, type CheckboxRootSlotProps, _default$41 as CheckboxSelectAll, type CheckboxSelectAllProps, type CheckboxSelectAllSlotProps, type CheckboxState, CleanupFunction, ClickOutsideElement, ClickOutsideIgnoreTarget, ClickOutsideTarget, ClientComboboxAdapter, type ClientComboboxAdapterOptions, ClientDataTableAdapter, Collapsible, _default$42 as CollapsibleActivator, type CollapsibleActivatorProps, type CollapsibleActivatorSlotProps, _default$43 as CollapsibleContent, type CollapsibleContentProps, type CollapsibleContentSlotProps, type CollapsibleContext, _default$44 as CollapsibleCue, type CollapsibleCueProps, type CollapsibleCueSlotProps, _default$45 as CollapsibleRoot, type CollapsibleRootProps, type CollapsibleRootSlotProps, Colors, type ColumnLayout, type ColumnNode, Combobox, _default$46 as ComboboxActivator, type ComboboxActivatorProps, type ComboboxActivatorSlotProps, ComboboxAdapter, type ComboboxAdapterContext, type ComboboxAdapterResult, _default$47 as ComboboxContent, type ComboboxContentProps, type ComboboxContentSlotProps, ComboboxContext, _default$48 as ComboboxControl, type ComboboxControlProps, type ComboboxControlSlotProps, _default$49 as ComboboxCue, type ComboboxCueProps, type ComboboxCueSlotProps, _default$50 as ComboboxDescription, type ComboboxDescriptionProps, type ComboboxDescriptionSlotProps, _default$51 as ComboboxEmpty, type ComboboxEmptyProps, type ComboboxEmptySlotProps, _default$52 as ComboboxError, type ComboboxErrorProps, type ComboboxErrorSlotProps, _default$53 as ComboboxItem, type ComboboxItemProps, type ComboboxItemSlotProps, ComboboxOptions, _default$54 as ComboboxRoot, type ComboboxRootProps, type ComboboxRootSlotProps, ConsolaLoggerAdapter, ContextKey, ContextTrinity, CreateContextOptions, DataGridColumn, DataGridColumnTicket, DataGridColumnTicketInput, DataGridContext, DataGridContextOptions, DataGridOptions, type DataTableAdapter, type DataTableAdapterContext, type DataTableAdapterResult, DataTableColumnTicket, DataTableColumnTicketInput, DataTableContext, DataTableContextOptions, DataTableExpansion, DataTableGroup, DataTableGrouping, DataTableOptions, DataTableSelection, DataTableSort, DataTableTicket, DataTableTicketInput, DateAdapter, DateContext, DateContextOptions, DateOptions, DatePluginOptions, Dialog, _default$55 as DialogActivator, type DialogActivatorProps, type DialogActivatorSlotProps, _default$56 as DialogClose, type DialogCloseProps, type DialogCloseSlotProps, _default$57 as DialogContent, type DialogContentEmits, type DialogContentProps, type DialogContentSlotProps, type DialogContext, _default$58 as DialogDescription, type DialogDescriptionProps, type DialogDescriptionSlotProps, _default$59 as DialogRoot, type DialogRootProps, type DialogRootSlotProps, _default$60 as DialogTitle, type DialogTitleProps, type DialogTitleSlotProps, DragDropAdapter, type DragDropAdapterContext, type DragDropAdapterEmit, DragDropContext, DragDropOptions, DragDropPlugin, DragType, DragVia, DraggableTicket, DraggableTicketInput, DraggablesContext, DropIndicator, DropPosition, DropZoneTicket, DropZoneTicketInput, type EditableColumn, EventHandler, ExpansionPanel, _default$61 as ExpansionPanelActivator, type ExpansionPanelActivatorProps, type ExpansionPanelActivatorSlotProps, _default$62 as ExpansionPanelContent, type ExpansionPanelContentProps, type ExpansionPanelContentSlotProps, _default$63 as ExpansionPanelCue, type ExpansionPanelCueProps, type ExpansionPanelCueSlotProps, _default$64 as ExpansionPanelGroup, type ExpansionPanelGroupProps, type ExpansionPanelGroupSlotProps, _default$65 as ExpansionPanelHeader, type ExpansionPanelHeaderProps, type ExpansionPanelHeaderSlotProps, type ExpansionPanelOptionsContext, _default$66 as ExpansionPanelRoot, type ExpansionPanelRootContext, type ExpansionPanelRootProps, type ExpansionPanelRootSlotProps, FeatureContext, FeatureContextOptions, FeatureOptions, FeaturePluginOptions, FeatureTicket, FeatureTicketInput, FeaturesAdapter, type FeaturesAdapterFlags, type FeaturesAdapterValue, FilterContext, FilterContextOptions, FilterFunction, FilterItem, FilterMode, FilterOptions, FilterQuery, FilterResult, FlatTokenCollection, _default$67 as Form, FormContext, FormContextOptions, FormOptions, type FormProps, type FormSlotProps, FormTicket, FormTicketInput, FormValidationResult, FormValidationRule, FormValue, type GridColumnDef, Group, GroupContext, GroupContextOptions, _default$68 as GroupItem, type GroupItemProps, type GroupItemSlotProps, GroupOptions, _default$69 as GroupRoot, type GroupRootProps, type GroupRootSlotProps, GroupTicket, GroupTicketInput, HTMLElementName, HighlightChunk, HydrationContext, HydrationContextOptions, HydrationOptions, HydrationPluginOptions, type ID, IN_BROWSER, Image, type ImageContext, _default$70 as ImageFallback, type ImageFallbackProps, type ImageFallbackSlotProps, _default$71 as ImageImg, type ImageImgEmits, type ImageImgProps, type ImageImgSlotProps, _default$72 as ImagePlaceholder, type ImagePlaceholderProps, type ImagePlaceholderSlotProps, _default$73 as ImageRoot, type ImageRootProps, type ImageRootSlotProps, ImageStatus, Input, InputContext, _default$74 as InputControl, type InputControlProps, type InputControlSlotProps, _default$75 as InputDescription, type InputDescriptionProps, type InputDescriptionSlotProps, _default$76 as InputError, type InputErrorProps, type InputErrorSlotProps, InputOptions, _default$77 as InputRoot, type InputRootContext, type InputRootProps, type InputRootSlotProps, InputState, type InternalHeader, IntersectionObserverEntry, IntersectionObserverOptions, KanbanColumnTicket, KanbanColumnTicketInput, KanbanContext, KanbanEventListener, KanbanOptions, KanbanTransferPayload, KeyboardAdapter, type KeyboardAdapterOptions, LazyContext, LazyOptions, _default$78 as Locale, LocaleAdapter, type LocaleAdapterContext, LocaleContext, LocaleContextOptions, LocaleOptions, LocalePluginOptions, type LocaleProps, LocaleRecord, type LocaleSlotProps, LocaleTicket, LocaleTicketInput, type LogLevel, LoggerAdapter, LoggerContext, LoggerContextOptions, LoggerOptions, LoggerPluginOptions, MatchRange, MaybeElementRef, MediaQueryContext, MemoryStorageAdapter, ModelContext, ModelOptions, ModelTicket, ModelTicketInput, MutationObserverRecord, type NestedActiveMode, type NestedContext, type NestedContextOptions, type NestedOpenMode, type NestedOptions, type NestedRegistration, type NestedSelectionMode, type NestedTicket, type NestedTicketInput, NotificationInput, NotificationSeverity, NotificationTicket, NotificationTicketInput, NotificationsAdapterContext, NotificationsContext, NotificationsOptions, NotificationsPluginOptions, NumberField, NumberFieldContext, _default$79 as NumberFieldControl, type NumberFieldControlProps, type NumberFieldControlSlotProps, _default$80 as NumberFieldDecrement, type NumberFieldDecrementProps, type NumberFieldDecrementSlotProps, _default$81 as NumberFieldDescription, type NumberFieldDescriptionProps, type NumberFieldDescriptionSlotProps, _default$82 as NumberFieldError, type NumberFieldErrorProps, type NumberFieldErrorSlotProps, _default$83 as NumberFieldIncrement, type NumberFieldIncrementProps, type NumberFieldIncrementSlotProps, NumberFieldOptions, _default$84 as NumberFieldRoot, type NumberFieldRootContext, type NumberFieldRootProps, type NumberFieldRootSlotProps, _default$85 as NumberFieldScrub, type NumberFieldScrubProps, type NumberFieldScrubSlotProps, NumericContext, NumericOptions, ObservableNodeList, Orientation, OtpContext, OtpOptions, OtpPattern, Overflow, OverflowContext, OverflowContextOptions, _default$86 as OverflowIndicator, type OverflowIndicatorProps, type OverflowIndicatorSlotProps, _default$87 as OverflowItem, type OverflowItemProps, type OverflowItemSlotProps, OverflowOptions, type OverflowPriority, _default$88 as OverflowRoot, type OverflowRootContext, type OverflowRootProps, type OverflowRootSlotProps, type OverflowTicket, type OverflowTicketInput, Pagination, PaginationContext, PaginationContextOptions, _default$89 as PaginationEllipsis, type PaginationEllipsisProps, type PaginationEllipsisSlotProps, _default$90 as PaginationFirst, type PaginationFirstProps, type PaginationFirstSlotProps, _default$91 as PaginationItem, type PaginationItemProps, type PaginationItemSlotProps, _default$92 as PaginationLast, type PaginationLastProps, type PaginationLastSlotProps, _default$93 as PaginationNext, type PaginationNextProps, type PaginationNextSlotProps, PaginationOptions, _default$94 as PaginationPrev, type PaginationPrevProps, type PaginationPrevSlotProps, _default$95 as PaginationRoot, type PaginationRootProps, type PaginationRootSlotProps, _default$96 as PaginationStatus, type PaginationStatusProps, type PaginationStatusSlotProps, PaginationTicket, PermissionContext, PermissionContextOptions, PermissionOptions, PermissionPluginOptions, PermissionTicket, PermissionsAdapter, type PinPosition, type PinnedRegion, PinoLoggerAdapter, PlatformContext, Plugin, PluginContextConfig, PluginOptions, PointerAdapter, type PointerAdapterOptions, Popover, _default$97 as PopoverActivator, type PopoverActivatorProps, type PopoverActivatorSlotProps, _default$98 as PopoverContent, type PopoverContentEmits, type PopoverContentProps, type PopoverContentSlotProps, type PopoverContext, PopoverOptions, PopoverReturn, _default$99 as PopoverRoot, type PopoverRootProps, type PopoverRootSlotProps, _default$100 as Portal, type PortalProps, type PortalSlotProps, _default$101 as Presence, type PresenceAttrs, type PresenceProps, type PresenceSlotProps, PresenceState, Primitive, Progress, _default$102 as ProgressBuffer, type ProgressBufferProps, type ProgressBufferSlotProps, ProgressContext, ProgressContextOptions, _default$103 as ProgressFill, type ProgressFillProps, type ProgressFillSlotProps, _default$104 as ProgressHiddenInput, type ProgressHiddenInputProps, _default$105 as ProgressLabel, type ProgressLabelProps, type ProgressLabelSlotProps, ProgressOptions, _default$106 as ProgressRoot, type ProgressRootContext, type ProgressRootProps, type ProgressRootSlotProps, ProgressTicket, ProgressTicketInput, _default$107 as ProgressTrack, type ProgressTrackProps, type ProgressTrackSlotProps, _default$108 as ProgressValue, type ProgressValueProps, type ProgressValueSlotProps, ProxyModelOptions, ProxyModelTarget, ProxyRegistryContext, ProxyRegistryOptions, QueueContext, QueueContextOptions, QueueOptions, QueueTicket, QueueTicketInput, RGB, Radio, type RadioActivation, _default$109 as RadioGroup, type RadioGroupContext, type RadioGroupProps, type RadioGroupSlotProps, _default$110 as RadioHiddenInput, type RadioHiddenInputProps, _default$111 as RadioIndicator, type RadioIndicatorProps, type RadioIndicatorSlotProps, _default$112 as RadioRoot, type RadioRootContext, type RadioRootProps, type RadioRootSlotProps, type RadioState, type RadioTicket, Rating, RatingContext, RatingContextOptions, _default$113 as RatingHiddenInput, type RatingHiddenInputProps, _default$114 as RatingItem, RatingItemDescriptor, type RatingItemProps, type RatingItemSlotProps, RatingItemState, RatingOptions, _default$115 as RatingRoot, type RatingRootContext, type RatingRootProps, type RatingRootSlotProps, ReducedMotionAdapter, type ReducedMotionAdapterSetupContext, ReducedMotionContext, ReducedMotionContextOptions, ReducedMotionMode, ReducedMotionOptions, ReducedMotionPluginOptions, RegistryContext, RegistryContextOptions, RegistryEventCallback, RegistryEventMap, RegistryEventName, RegistryOptions, RegistryTicket, RegistryTicketInput, ResizeObserverEntry, ResizeObserverOptions, type ResolvedColumn, RovingFocusOptions, RovingFocusReturn, RovingItem, type RowSpanningOptions, RtlAdapter, type RtlAdapterSetupContext, RtlContext, RtlContextOptions, RtlOptions, RtlPluginOptions, RuleAlias, RuleAliases, RuleInput, RulesContext, RulesContextOptions, RulesOptions, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, _default$116 as Scrim, type ScrimProps, type ScrimSlotProps, ScrollToOptions, Select, _default$117 as SelectActivator, type SelectActivatorProps, type SelectActivatorSlotProps, _default$118 as SelectContent, type SelectContentProps, type SelectContentSlotProps, type SelectContext, _default$119 as SelectCue, type SelectCueProps, type SelectCueSlotProps, _default$120 as SelectItem, type SelectItemProps, type SelectItemSlotProps, _default$121 as SelectPlaceholder, type SelectPlaceholderProps, type SelectPlaceholderSlotProps, _default$122 as SelectRoot, type SelectRootProps, type SelectRootSlotProps, SelectStrategy, _default$123 as SelectValue, type SelectValueProps, type SelectValueSlotProps, Selection, SelectionContext, SelectionContextOptions, _default$124 as SelectionItem, type SelectionItemProps, type SelectionItemSlotProps, SelectionOptions, _default$125 as SelectionRoot, type SelectionRootProps, type SelectionRootSlotProps, SelectionTicket, SelectionTicketInput, SelfClosingElement, ServerComboboxAdapter, ServerDataTableAdapter, ServerDataTableAdapter as ServerGridAdapter, type ServerDataTableAdapterOptions, type ServerDataTableAdapterOptions as ServerGridAdapterOptions, Single, SingleContext, SingleContextOptions, _default$126 as SingleItem, type SingleItemProps, type SingleItemSlotProps, SingleOptions, _default$127 as SingleRoot, type SingleRootProps, type SingleRootSlotProps, SingleTicket, SingleTicketInput, Slider, SliderContext, _default$128 as SliderHiddenInput, type SliderHiddenInputProps, SliderOptions, _default$129 as SliderRange, type SliderRangeProps, type SliderRangeSlotProps, _default$130 as SliderRoot, type SliderRootContext, type SliderRootProps, type SliderRootSlotProps, _default$131 as SliderThumb, type SliderThumbProps, type SliderThumbSlotProps, type SliderThumbState, SliderTicket, SliderTicketInput, _default$132 as SliderTrack, type SliderTrackProps, type SliderTrackSlotProps, Snackbar, _default$133 as SnackbarAnnouncer, type SnackbarAnnouncerProps, _default$134 as SnackbarClose, type SnackbarCloseProps, type SnackbarCloseSlotProps, _default$135 as SnackbarContent, type SnackbarContentProps, _default$136 as SnackbarPortal, type SnackbarPortalContext, type SnackbarPortalProps, type SnackbarPortalSlotProps, _default$137 as SnackbarQueue, type SnackbarQueueContext, type SnackbarQueueProps, type SnackbarQueueSlotProps, _default$138 as SnackbarRoot, type SnackbarRootContext, type SnackbarRootProps, type SnackbarRootSlotProps, type SortDirection, type SortEntry, SortableContext, SortableEventListener, SortableMovePayload, SortableOptions, SortableTicket, SortableTicketInput, type SpanEntry, Splitter, type SplitterContext, _default$139 as SplitterHandle, type SplitterHandleProps, type SplitterHandleSlotProps, type SplitterHandleState, type SplitterOrientation, _default$140 as SplitterPanel, type SplitterPanelExpose, type SplitterPanelInput, type SplitterPanelProps, type SplitterPanelSlotProps, type SplitterPanelTicket, _default$141 as SplitterRoot, type SplitterRootExpose, type SplitterRootProps, type SplitterRootSlotProps, StackContext, StackContextOptions, StackOptions, StackPluginOptions, StackTicket, StackTicketInput, type StandardSchemaV1, Step, StepContext, StepContextOptions, _default$142 as StepItem, type StepItemProps, type StepItemSlotProps, StepOptions, _default$143 as StepRoot, type StepRootProps, type StepRootSlotProps, StepTicket, StepTicketInput, StorageAdapter, StorageContext, StorageContextOptions, StorageOptions, StoragePluginOptions, type StorageType, Switch, _default$144 as SwitchGroup, type SwitchGroupProps, type SwitchGroupSlotProps, _default$145 as SwitchHiddenInput, type SwitchHiddenInputProps, _default$146 as SwitchRoot, type SwitchRootContext, type SwitchRootProps, type SwitchRootSlotProps, _default$147 as SwitchSelectAll, type SwitchSelectAllProps, type SwitchSelectAllSlotProps, type SwitchState, _default$148 as SwitchThumb, type SwitchThumbProps, type SwitchThumbSlotProps, _default$149 as SwitchTrack, type SwitchTrackProps, type SwitchTrackSlotProps, Tabs, type TabsActivation, type TabsContext, _default$150 as TabsItem, type TabsItemProps, type TabsItemSlotProps, _default$151 as TabsList, type TabsListProps, type TabsListSlotProps, type TabsOrientation, _default$152 as TabsPanel, type TabsPanelProps, type TabsPanelSlotProps, _default$153 as TabsRoot, type TabsRootProps, type TabsRootSlotProps, type TabsTicket, _default$154 as Theme, ThemeAdapter, ThemeColors, ThemeContext, ThemeContextOptions, ThemeOptions, ThemePluginOptions, type ThemeProps, ThemeRecord, type ThemeSlotProps, ThemeTicket, ThemeTicketInput, TimelineContext, TimelineContextOptions, TimelineOptions, TimelineTicket, TimerContext, TimerOptions, ToHighlightOptions, Toggle, _default$155 as ToggleGroup, type ToggleGroupContext, type ToggleGroupProps, type ToggleGroupSlotProps, _default$156 as ToggleIndicator, type ToggleIndicatorProps, type ToggleIndicatorSlotProps, type ToggleOrientation, _default$157 as ToggleRoot, type ToggleRootContext, type ToggleRootProps, type ToggleRootSlotProps, ToggleScopeControls, TokenAlias, TokenCollection, TokenContext, TokenContextOptions, TokenOptions, TokenPrimitive, TokenTicket, TokenValue, Tooltip, _default$158 as TooltipActivator, type TooltipActivatorProps, type TooltipActivatorSlotProps, _default$159 as TooltipContent, type TooltipContentProps, type TooltipContentSlotProps, TooltipContext, TooltipContextOptions, TooltipOptions, TooltipPluginOptions, _default$160 as TooltipRoot, type TooltipRootContext, type TooltipRootProps, type TooltipRootSlotProps, Treeview, _default$161 as TreeviewActivator, type TreeviewActivatorProps, type TreeviewActivatorSlotProps, _default$162 as TreeviewCheckbox, type TreeviewCheckboxProps, type TreeviewCheckboxSlotProps, _default$163 as TreeviewContent, type TreeviewContentProps, type TreeviewContentSlotProps, _default$164 as TreeviewCue, type TreeviewCueProps, type TreeviewCueSlotProps, _default$165 as TreeviewGroup, type TreeviewGroupProps, type TreeviewGroupSlotProps, _default$166 as TreeviewIndicator, type TreeviewIndicatorProps, type TreeviewIndicatorSlotProps, _default$167 as TreeviewItem, type TreeviewItemContext, type TreeviewItemProps, type TreeviewItemSlotProps, _default$168 as TreeviewList, type TreeviewListContext, type TreeviewListProps, type TreeviewListSlotProps, _default$169 as TreeviewRoot, type TreeviewRootContext, type TreeviewRootProps, type TreeviewRootSlotProps, _default$170 as TreeviewSelectAll, type TreeviewSelectAllProps, type TreeviewSelectAllSlotProps, UNSAFE_KEYS, UseClickOutsideOptions, UseClickOutsideReturn, UseDelayOptions, UseDelayReturn, UseDelayStartOptions, UseElementIntersectionReturn, UseElementSizeReturn, UseHotkeyOptions, UseHotkeyReturn, UseImageOptions, UseImageReturn, UseIntersectionObserverReturn, UseMutationObserverOptions, UseMutationObserverReturn, UsePresenceOptions, UsePresenceReturn, UseRafReturn, UseResizeObserverReturn, V0Error, type V0ErrorCode, type V0ErrorDetails, V0LocaleAdapter, V0LoggerAdapter, V0ReducedMotionAdapter, V0RtlAdapter, V0StyleSheetThemeAdapter, V0UnheadThemeAdapter, type ValidateEvent, type ValidateOn, ValidationContext, ValidationOptions, ValidationTicket, ValidationTicketInput, VirtualAnchor, VirtualContext, VirtualContextOptions, VirtualDataTableAdapter, VirtualDirection, VirtualFocusItem, VirtualFocusOptions, VirtualFocusReturn, VirtualItem, VirtualOptions, VirtualState, ZonesContext, __LOGGER_ENABLED__, apca, clamp, computeDepth, createBreadcrumbs, createBreadcrumbsContext, createBreakpoints, createBreakpointsContext, createBreakpointsPlugin, createCombobox, createComboboxContext, createContext, createDataGrid, createDataGridContext, createDataTable, createDataTableContext, createDate, createDateContext, createDatePlugin, createFallbackHydration, createFeatures, createFeaturesContext, createFeaturesPlugin, createFilter, createFilterContext, createForm, createFormContext, createGroup, createGroupContext, createHydration, createHydrationContext, createHydrationPlugin, createInput, createKanban, createLocale, createLocaleContext, createLocaleFallback, createLocalePlugin, createLogger, createLoggerContext, createLoggerPlugin, createModel, createNested, createNestedContext, createNotifications, createNotificationsContext, createNotificationsPlugin, createNumberField, createNumeric, createOtp, createOverflow, createOverflowContext, createPagination, createPaginationContext, createPermissions, createPermissionsContext, createPermissionsPlugin, createPlugin, createPluginContext, createProgress, createProgressContext, createQueue, createQueueContext, createRating, createRatingContext, createReducedMotion, createReducedMotionContext, createReducedMotionPlugin, createRegistry, createRegistryContext, createRtl, createRtlContext, createRtlFallback, createRtlPlugin, createRules, createRulesContext, createRulesFallback, createRulesPlugin, createSelection, createSelectionContext, createSingle, createSingleContext, createSlider, createSortable, createStack, createStackContext, createStackPlugin, createStep, createStepContext, createStorage, createStorageContext, createStoragePlugin, createTheme, createThemeContext, createThemePlugin, createTimeline, createTimelineContext, createTokens, createTokensContext, createTooltipContext, createTooltipFallback, createTooltipPlugin, createTrinity, createValidation, createVirtual, createVirtualContext, extractLeaves, flatten, foreground, hexToRgb, instanceExists, instanceName, isArray, isBoolean, isElement, isFunction, isNaN, isNull, isNullOrUndefined, isNumber, isObject, isPrimitive, isSelfClosingTag, isStandardSchema, isString, isSymbol, isThenable, isUndefined, isV0Error, mergeDeep, provideAlertDialogContext, provideAvatarGroup, provideAvatarRoot, provideBreadcrumbsRoot, provideButtonGroup, provideButtonRoot, provideCarouselRoot, provideCheckboxGroup, provideCheckboxRoot, provideCollapsible, provideComboboxContext, provideContext, provideDialogContext, provideExpansionPanelGroup, provideExpansionPanelRoot, provideGroupRoot, provideImageRoot, provideInputRoot, provideNumberFieldRoot, provideOverflowRoot, providePaginationControls, providePaginationItems, providePaginationRoot, providePopoverContext, provideProgressRoot, provideRadioGroup, provideRadioRoot, provideRatingRoot, provideSelectContext, provideSelectionRoot, provideSingleRoot, provideSliderRoot, provideSnackbarQueueContext, provideSnackbarRootContext, provideSplitterRoot, provideStepRoot, provideSwitchGroup, provideSwitchRoot, provideTabsRoot, provideToggleGroup, provideToggleRoot, provideTooltipRoot, provideTreeviewItem, provideTreeviewList, provideTreeviewRoot, range, resolveHeaders, resolveIds, resolveIndexes, rgbToHex, toArray, toElement, toHighlight, toReactive, useAlertDialogContext, useAvatarGroup, useAvatarRoot, useBreadcrumbs, useBreadcrumbsRoot, useBreakpoints, useButtonGroup, useButtonRoot, useCarouselRoot, useCheckboxGroup, useCheckboxRoot, useClickOutside, useCollapsible, useCombobox, useComboboxContext, useContext, useDataGrid, useDataTable, useDate, useDelay, useDialogContext, useDocumentEventListener, useDragDrop, useElementIntersection, useElementSize, useEventListener, useExpansionPanelGroup, useExpansionPanelRoot, useFeatures, useFilter, useForm, useGroup, useGroupRoot, useHotkey, useHydration, useId, useImage, useImageRoot, useInputRoot, useIntersectionObserver, useLazy, useLocale, useLogger, useMediaQuery, useMutationObserver, useNested, useNotifications, useNumberFieldRoot, useOverflow, useOverflowRoot, usePagination, usePaginationControls, usePaginationItems, usePaginationRoot, usePermissions, usePopover, usePopoverContext, usePrefersContrast, usePrefersDark, usePrefersReducedMotion, usePresence, useProgress, useProgressRoot, useProxyModel, useProxyRegistry, useQueue, useRadioGroup, useRadioRoot, useRaf, useRating, useRatingRoot, useReducedMotion, useRegistry, useResizeObserver, useRovingFocus, useRtl, useRules, useSelectContext, useSelection, useSelectionRoot, useSingle, useSingleRoot, useSliderRoot, useSnackbarQueueContext, useSnackbarRootContext, useSplitterRoot, useStack, useStep, useStepRoot, useStorage, useSwitchGroup, useSwitchRoot, useTabsRoot, useTheme, useTimeline, useTimer, useToggleGroup, useToggleRoot, useToggleScope, useTokens, useTooltip, useTooltipRoot, useTreeviewItem, useTreeviewList, useTreeviewRoot, useVirtual, useVirtualFocus, useWindowEventListener, version };