@vuetify/v0 0.1.10 → 0.1.12

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 (95) hide show
  1. package/dist/{adapter-CqP9Z4JU.d.mts → adapter-BWMm0JAQ.d.mts} +7 -7
  2. package/dist/{adapter-B4zE-hA5.mjs → adapter-DXRKF27V.mjs} +7 -4
  3. package/dist/{adapter-hDuQ9aNN.d.mts → adapter-DvT8lTup.d.mts} +3 -3
  4. package/dist/browser/index.js +1277 -232
  5. package/dist/components/index.d.mts +2 -2
  6. package/dist/components/index.mjs +24 -24
  7. package/dist/{components-TiigKVsl.mjs → components-CrZmJSH3.mjs} +1148 -346
  8. package/dist/composables/index.d.mts +7 -7
  9. package/dist/composables/index.mjs +22 -22
  10. package/dist/constants/index.mjs +1 -1
  11. package/dist/{createDataTable-DoqbfLt0.mjs → createDataTable-DKCm5-7f.mjs} +3 -3
  12. package/dist/{createGroup-DpbGTwFy.mjs → createGroup-CFMocwej.mjs} +1 -1
  13. package/dist/{createPagination-DZSJ8aO5.mjs → createPagination-CeGMgKCx.mjs} +10 -1
  14. package/dist/{createSelection-B6bQNyuF.mjs → createSelection-Cl1nX0he.mjs} +1 -1
  15. package/dist/{createSingle-fWHREEJO.mjs → createSingle-BxOPkL3l.mjs} +1 -1
  16. package/dist/{createTokens-N8QIWw_D.mjs → createTokens-C67MMcZJ.mjs} +2 -3
  17. package/dist/data-table/adapters/client/index.d.mts +1 -1
  18. package/dist/data-table/adapters/client/index.mjs +4 -4
  19. package/dist/data-table/adapters/index.d.mts +4 -4
  20. package/dist/data-table/adapters/index.mjs +6 -6
  21. package/dist/data-table/adapters/server/index.d.mts +1 -1
  22. package/dist/data-table/adapters/server/index.mjs +3 -3
  23. package/dist/data-table/adapters/virtual/index.d.mts +1 -1
  24. package/dist/data-table/adapters/virtual/index.mjs +4 -4
  25. package/dist/data-table/index.d.mts +5 -5
  26. package/dist/data-table/index.mjs +15 -15
  27. package/dist/date/index.d.mts +9 -6
  28. package/dist/date/index.mjs +44 -21
  29. package/dist/features/adapters/launchdarkly/index.mjs +1 -1
  30. package/dist/features/adapters/posthog/index.mjs +2 -2
  31. package/dist/features/index.d.mts +1 -1
  32. package/dist/features/index.mjs +8 -8
  33. package/dist/{globals-F7fiJVG1.mjs → globals-uLTsqsl2.mjs} +1 -1
  34. package/dist/{index-DXdQb5BV.d.mts → index-BN-lmMJM.d.mts} +1377 -358
  35. package/dist/{index-Cv1XUHyA.d.mts → index-B_pScNDG.d.mts} +20 -1
  36. package/dist/{index-Dfa5Wb4T.d.mts → index-CBER-Sxt.d.mts} +33 -6
  37. package/dist/{index-CLDBngUs.d.mts → index-CdUIc68E.d.mts} +1 -1
  38. package/dist/index.d.mts +10 -10
  39. package/dist/index.mjs +25 -25
  40. package/dist/json/attributes.json +193 -1
  41. package/dist/json/importMap.json +52 -0
  42. package/dist/json/tags.json +108 -0
  43. package/dist/json/web-types.json +627 -3
  44. package/dist/{launchdarkly-jF2KZGoH.mjs → launchdarkly-DEqUn7qm.mjs} +7 -5
  45. package/dist/locale/adapters/index.mjs +2 -2
  46. package/dist/locale/adapters/v0/index.mjs +2 -2
  47. package/dist/locale/adapters/vue-i18n/index.mjs +1 -1
  48. package/dist/locale/index.d.mts +1 -1
  49. package/dist/locale/index.mjs +8 -8
  50. package/dist/logger/adapters/index.mjs +2 -2
  51. package/dist/logger/adapters/pino/index.mjs +1 -1
  52. package/dist/logger/adapters/v0/index.mjs +2 -2
  53. package/dist/logger/index.d.mts +1 -1
  54. package/dist/logger/index.mjs +3 -3
  55. package/dist/notifications/index.d.mts +1 -1
  56. package/dist/notifications/index.mjs +1 -1
  57. package/dist/palettes/index.d.mts +1 -1
  58. package/dist/permissions/adapters/index.d.mts +2 -2
  59. package/dist/permissions/adapters/index.mjs +1 -1
  60. package/dist/permissions/adapters/v0/index.d.mts +1 -1
  61. package/dist/permissions/adapters/v0/index.mjs +1 -1
  62. package/dist/permissions/index.d.mts +1 -1
  63. package/dist/permissions/index.mjs +5 -5
  64. package/dist/posthog-DSkHSLCw.mjs +45 -0
  65. package/dist/rules/index.d.mts +1 -1
  66. package/dist/rules/index.mjs +9 -9
  67. package/dist/{server-Ct-h4-OA.d.mts → server-CSLVeyyI.d.mts} +1 -1
  68. package/dist/{server-DHET3KNW.mjs → server-CYYGvVps.mjs} +1 -1
  69. package/dist/storage/index.d.mts +1 -1
  70. package/dist/storage/index.mjs +22 -22
  71. package/dist/theme/adapters/index.d.mts +1 -1
  72. package/dist/theme/adapters/index.mjs +2 -2
  73. package/dist/theme/adapters/v0/index.d.mts +1 -1
  74. package/dist/theme/adapters/v0/index.mjs +2 -2
  75. package/dist/theme/index.d.mts +1 -1
  76. package/dist/theme/index.mjs +8 -8
  77. package/dist/{useClickOutside-DNuJQ9EG.mjs → useClickOutside-hbi0BOL-.mjs} +143 -25
  78. package/dist/{useFeatures-CWNXTIXk.mjs → useFeatures-DNQ8V1So.mjs} +3 -3
  79. package/dist/{useLocale-Dzl6lCCF.mjs → useLocale-BpjMU7hm.mjs} +4 -4
  80. package/dist/{useLogger-Bw836Jbg.mjs → useLogger-jmvgVE6N.mjs} +3 -3
  81. package/dist/{usePermissions-DrRVDeVy.mjs → usePermissions-TIV4dGj1.mjs} +2 -2
  82. package/dist/{useRules-TMGuA8al.mjs → useRules-sRYyyrvM.mjs} +2 -2
  83. package/dist/{useTheme-qMpg3Ti6.mjs → useTheme-vAXldHit.mjs} +14 -7
  84. package/dist/utilities/index.d.mts +2 -2
  85. package/dist/utilities/index.mjs +125 -21
  86. package/dist/{v0-BBRwZ3at.d.mts → v0-B6ILFiMN.d.mts} +1 -1
  87. package/dist/{v0-CMeh39LQ.d.mts → v0-CQ2qHo5-.d.mts} +1 -1
  88. package/dist/{v0-BoWQ8RK0.mjs → v0-D87sooe0.mjs} +2 -2
  89. package/dist/{v0-BsuBuBSa.mjs → v0-Dem6wjKF.mjs} +1 -1
  90. package/dist/{v0-DgaVf3xM.mjs → v0-JMByI2xs.mjs} +1 -1
  91. package/dist/{v0-CIEQpOK2.mjs → v0-vIA3663g.mjs} +8 -3
  92. package/dist/{virtual-D0_D5gkh.mjs → virtual-D75KhU6Q.mjs} +2 -2
  93. package/dist/{virtual-B1lRbO7Q.d.mts → virtual-Dg0Cm5Hn.d.mts} +1 -1
  94. package/package.json +1 -1
  95. package/dist/posthog-CdcdfMYS.mjs +0 -48
@@ -1,7 +1,7 @@
1
1
  import { n as DOMElement, o as ID, s as MaybeArray, t as Activation } from "./index-Dor6eAEc.mjs";
2
2
  import { b as RegistryTicket, m as RegistryContext, x as RegistryTicketInput } from "./index-YyqYAay2.mjs";
3
- import { $ as StepContext, $a as SelectionTicketInput, Fa as BreadcrumbsContext, Oa as GroupTicket, Qa as SelectionTicket, Qr as FormValidationRule, Qt as PopoverReturn, Ta as GroupContext, Va as SingleContext, Wa as SingleTicket, Ya as SelectionContext, _t as SliderContext, ci as RuleAlias, dt as StackTicket, nt as StepTicket, pn as NotificationTicket, r as VirtualFocusReturn, ya as OverflowContext, yi as StandardSchemaV1 } from "./index-Dfa5Wb4T.mjs";
4
- import { s as PaginationContext, u as PaginationTicket } from "./adapter-hDuQ9aNN.mjs";
3
+ import { $ as StepContext, $a as SelectionTicketInput, Fa as BreadcrumbsContext, Hn as NestedSelectionMode, In as NestedActiveMode, Ln as NestedContext, Oa as GroupTicket, Pt as RovingFocusReturn, Qa as SelectionTicket, Qr as FormValidationRule, Qt as PopoverReturn, Ta as GroupContext, Un as NestedTicket, Va as SingleContext, Wa as SingleTicket, Ya as SelectionContext, _t as SliderContext, ci as RuleAlias, dt as StackTicket, nt as StepTicket, pn as NotificationTicket, r as VirtualFocusReturn, ya as OverflowContext, yi as StandardSchemaV1, zn as NestedOpenMode } from "./index-CBER-Sxt.mjs";
4
+ import { s as PaginationContext, u as PaginationTicket } from "./adapter-DvT8lTup.mjs";
5
5
  import * as vue from "vue";
6
6
  import { MaybeRefOrGetter, Ref, ShallowRef, TemplateRef } from "vue";
7
7
 
@@ -41,9 +41,9 @@ interface AtomExpose {
41
41
  element: TemplateRef<HTMLElement | null>;
42
42
  }
43
43
  interface AtomPrivateProps extends AtomProps {}
44
- declare const _default$91: typeof __VLS_export$91;
45
- declare const __VLS_export$91: <T extends Record<string, any> = {}>(__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<{
46
- props: vue.PublicProps & __VLS_PrettifyLocal$23<AtomPrivateProps> & (typeof globalThis extends {
44
+ declare const _default$103: typeof __VLS_export$103;
45
+ declare const __VLS_export$103: <T extends Record<string, any> = {}>(__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<{
46
+ props: vue.PublicProps & __VLS_PrettifyLocal$25<AtomPrivateProps> & (typeof globalThis extends {
47
47
  __VLS_PROPS_FALLBACK: infer P;
48
48
  } ? P : {});
49
49
  expose: (exposed: vue.ShallowUnwrapRef<AtomExpose>) => void;
@@ -53,7 +53,7 @@ declare const __VLS_export$91: <T extends Record<string, any> = {}>(__VLS_props:
53
53
  }>) => vue.VNode & {
54
54
  __ctx?: Awaited<typeof __VLS_setup>;
55
55
  };
56
- type __VLS_PrettifyLocal$23<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
56
+ type __VLS_PrettifyLocal$25<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
57
57
  //#endregion
58
58
  //#region src/components/Avatar/AvatarRoot.vue.d.ts
59
59
  interface AvatarRootProps extends AtomProps {
@@ -66,11 +66,11 @@ interface AvatarTicket extends SelectionTicket {
66
66
  }
67
67
  interface AvatarContext extends SelectionContext<AvatarTicket> {}
68
68
  declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?: vue.App) => AvatarContext;
69
- declare const _default$90: typeof __VLS_export$90;
70
- declare const __VLS_export$90: __VLS_WithSlots$62<vue.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
69
+ declare const _default$102: typeof __VLS_export$102;
70
+ declare const __VLS_export$102: __VLS_WithSlots$72<vue.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
71
71
  default?: (props: {}) => any;
72
72
  }>;
73
- type __VLS_WithSlots$62<T, S> = T & {
73
+ type __VLS_WithSlots$72<T, S> = T & {
74
74
  new (): {
75
75
  $slots: S;
76
76
  };
@@ -100,8 +100,8 @@ interface AvatarImageSlotProps {
100
100
  onError: (e: Event) => void;
101
101
  };
102
102
  }
103
- declare const _default$89: typeof __VLS_export$89;
104
- declare const __VLS_export$89: __VLS_WithSlots$61<vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
103
+ declare const _default$101: typeof __VLS_export$101;
104
+ declare const __VLS_export$101: __VLS_WithSlots$71<vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
105
105
  error: (e: Event) => any;
106
106
  load: (e: Event) => any;
107
107
  }, string, vue.PublicProps, Readonly<AvatarImageProps> & Readonly<{
@@ -110,7 +110,7 @@ declare const __VLS_export$89: __VLS_WithSlots$61<vue.DefineComponent<AvatarImag
110
110
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
111
111
  default: (props: AvatarImageSlotProps) => any;
112
112
  }>;
113
- type __VLS_WithSlots$61<T, S> = T & {
113
+ type __VLS_WithSlots$71<T, S> = T & {
114
114
  new (): {
115
115
  $slots: S;
116
116
  };
@@ -125,11 +125,11 @@ interface AvatarFallbackSlotProps {
125
125
  /** Whether this fallback is currently visible */
126
126
  isSelected: boolean;
127
127
  }
128
- declare const _default$88: typeof __VLS_export$88;
129
- declare const __VLS_export$88: __VLS_WithSlots$60<vue.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
128
+ declare const _default$100: typeof __VLS_export$100;
129
+ declare const __VLS_export$100: __VLS_WithSlots$70<vue.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
130
130
  default: (props: AvatarFallbackSlotProps) => any;
131
131
  }>;
132
- type __VLS_WithSlots$60<T, S> = T & {
132
+ type __VLS_WithSlots$70<T, S> = T & {
133
133
  new (): {
134
134
  $slots: S;
135
135
  };
@@ -326,11 +326,11 @@ interface BreadcrumbsRootSlotProps {
326
326
  };
327
327
  }
328
328
  declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?: vue.App) => BreadcrumbsRootContext;
329
- declare const _default$87: typeof __VLS_export$87;
330
- declare const __VLS_export$87: __VLS_WithSlots$59<vue.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
329
+ declare const _default$99: typeof __VLS_export$99;
330
+ declare const __VLS_export$99: __VLS_WithSlots$69<vue.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
331
331
  default: (props: BreadcrumbsRootSlotProps) => unknown;
332
332
  }>;
333
- type __VLS_WithSlots$59<T, S> = T & {
333
+ type __VLS_WithSlots$69<T, S> = T & {
334
334
  new (): {
335
335
  $slots: S;
336
336
  };
@@ -343,11 +343,11 @@ interface BreadcrumbsListSlotProps {
343
343
  role: 'list';
344
344
  };
345
345
  }
346
- declare const _default$86: typeof __VLS_export$86;
347
- declare const __VLS_export$86: __VLS_WithSlots$58<vue.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
346
+ declare const _default$98: typeof __VLS_export$98;
347
+ declare const __VLS_export$98: __VLS_WithSlots$68<vue.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
348
348
  default: (props: BreadcrumbsListSlotProps) => unknown;
349
349
  }>;
350
- type __VLS_WithSlots$58<T, S> = T & {
350
+ type __VLS_WithSlots$68<T, S> = T & {
351
351
  new (): {
352
352
  $slots: S;
353
353
  };
@@ -374,11 +374,11 @@ interface BreadcrumbsItemSlotProps {
374
374
  'data-selected': true | undefined;
375
375
  };
376
376
  }
377
- declare const _default$85: typeof __VLS_export$85;
378
- declare const __VLS_export$85: __VLS_WithSlots$57<vue.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
377
+ declare const _default$97: typeof __VLS_export$97;
378
+ declare const __VLS_export$97: __VLS_WithSlots$67<vue.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
379
379
  default: (props: BreadcrumbsItemSlotProps) => unknown;
380
380
  }>;
381
- type __VLS_WithSlots$57<T, S> = T & {
381
+ type __VLS_WithSlots$67<T, S> = T & {
382
382
  new (): {
383
383
  $slots: S;
384
384
  };
@@ -392,11 +392,11 @@ interface BreadcrumbsPageSlotProps {
392
392
  'aria-current': 'page';
393
393
  };
394
394
  }
395
- declare const _default$84: typeof __VLS_export$84;
396
- declare const __VLS_export$84: __VLS_WithSlots$56<vue.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
395
+ declare const _default$96: typeof __VLS_export$96;
396
+ declare const __VLS_export$96: __VLS_WithSlots$66<vue.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
397
397
  default: (props: BreadcrumbsPageSlotProps) => unknown;
398
398
  }>;
399
- type __VLS_WithSlots$56<T, S> = T & {
399
+ type __VLS_WithSlots$66<T, S> = T & {
400
400
  new (): {
401
401
  $slots: S;
402
402
  };
@@ -424,11 +424,11 @@ interface BreadcrumbsDividerSlotProps {
424
424
  'data-selected': true | undefined;
425
425
  };
426
426
  }
427
- declare const _default$83: typeof __VLS_export$83;
428
- declare const __VLS_export$83: __VLS_WithSlots$55<vue.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
427
+ declare const _default$95: typeof __VLS_export$95;
428
+ declare const __VLS_export$95: __VLS_WithSlots$65<vue.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
429
429
  default: (props: BreadcrumbsDividerSlotProps) => unknown;
430
430
  }>;
431
- type __VLS_WithSlots$55<T, S> = T & {
431
+ type __VLS_WithSlots$65<T, S> = T & {
432
432
  new (): {
433
433
  $slots: S;
434
434
  };
@@ -456,11 +456,11 @@ interface BreadcrumbsEllipsisSlotProps {
456
456
  'data-selected': true | undefined;
457
457
  };
458
458
  }
459
- declare const _default$82: typeof __VLS_export$82;
460
- declare const __VLS_export$82: __VLS_WithSlots$54<vue.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
459
+ declare const _default$94: typeof __VLS_export$94;
460
+ declare const __VLS_export$94: __VLS_WithSlots$64<vue.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
461
461
  default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
462
462
  }>;
463
- type __VLS_WithSlots$54<T, S> = T & {
463
+ type __VLS_WithSlots$64<T, S> = T & {
464
464
  new (): {
465
465
  $slots: S;
466
466
  };
@@ -468,11 +468,11 @@ type __VLS_WithSlots$54<T, S> = T & {
468
468
  //#endregion
469
469
  //#region src/components/Breadcrumbs/BreadcrumbsLink.vue.d.ts
470
470
  type BreadcrumbsLinkProps = AtomProps;
471
- declare const _default$81: typeof __VLS_export$81;
472
- declare const __VLS_export$81: __VLS_WithSlots$53<vue.DefineComponent<AtomProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
471
+ declare const _default$93: typeof __VLS_export$93;
472
+ declare const __VLS_export$93: __VLS_WithSlots$63<vue.DefineComponent<AtomProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
473
473
  default?: (props: {}) => any;
474
474
  }>;
475
- type __VLS_WithSlots$53<T, S> = T & {
475
+ type __VLS_WithSlots$63<T, S> = T & {
476
476
  new (): {
477
477
  $slots: S;
478
478
  };
@@ -779,11 +779,11 @@ interface ButtonContentProps {
779
779
  interface ButtonContentSlotProps {
780
780
  isSelected: boolean;
781
781
  }
782
- declare const _default$80: typeof __VLS_export$80;
783
- declare const __VLS_export$80: __VLS_WithSlots$52<vue.DefineComponent<ButtonContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
782
+ declare const _default$92: typeof __VLS_export$92;
783
+ declare const __VLS_export$92: __VLS_WithSlots$62<vue.DefineComponent<ButtonContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
784
784
  default: (props: ButtonContentSlotProps) => any;
785
785
  }>;
786
- type __VLS_WithSlots$52<T, S> = T & {
786
+ type __VLS_WithSlots$62<T, S> = T & {
787
787
  new (): {
788
788
  $slots: S;
789
789
  };
@@ -823,13 +823,13 @@ interface ButtonGroupSlotProps {
823
823
  };
824
824
  }
825
825
  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>>;
826
- declare const _default$79: typeof __VLS_export$79;
827
- declare const __VLS_export$79: <T = 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<{
828
- props: vue.PublicProps & __VLS_PrettifyLocal$22<(ButtonGroupProps & {
826
+ declare const _default$91: typeof __VLS_export$91;
827
+ declare const __VLS_export$91: <T = 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<{
828
+ props: vue.PublicProps & __VLS_PrettifyLocal$24<(ButtonGroupProps & {
829
829
  modelValue?: T | T[];
830
830
  }) & {
831
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
832
831
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
832
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
833
833
  }> & (typeof globalThis extends {
834
834
  __VLS_PROPS_FALLBACK: infer P;
835
835
  } ? P : {});
@@ -842,7 +842,7 @@ declare const __VLS_export$79: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
842
842
  }>) => vue.VNode & {
843
843
  __ctx?: Awaited<typeof __VLS_setup>;
844
844
  };
845
- type __VLS_PrettifyLocal$22<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
845
+ type __VLS_PrettifyLocal$24<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
846
846
  //#endregion
847
847
  //#region src/components/Button/ButtonHiddenInput.vue.d.ts
848
848
  interface ButtonHiddenInputProps {
@@ -855,8 +855,8 @@ interface ButtonHiddenInputProps {
855
855
  /** Associate with form by ID */
856
856
  form?: string;
857
857
  }
858
- declare const _default$78: typeof __VLS_export$78;
859
- declare const __VLS_export$78: vue.DefineComponent<ButtonHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
858
+ declare const _default$90: typeof __VLS_export$90;
859
+ declare const __VLS_export$90: vue.DefineComponent<ButtonHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
860
860
  //#endregion
861
861
  //#region src/components/Button/ButtonIcon.vue.d.ts
862
862
  interface ButtonIconProps extends AtomProps {
@@ -871,11 +871,11 @@ interface ButtonIconSlotProps {
871
871
  'aria-hidden': true;
872
872
  };
873
873
  }
874
- declare const _default$77: typeof __VLS_export$77;
875
- declare const __VLS_export$77: __VLS_WithSlots$51<vue.DefineComponent<ButtonIconProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
874
+ declare const _default$89: typeof __VLS_export$89;
875
+ declare const __VLS_export$89: __VLS_WithSlots$61<vue.DefineComponent<ButtonIconProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonIconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
876
876
  default: (props: ButtonIconSlotProps) => any;
877
877
  }>;
878
- type __VLS_WithSlots$51<T, S> = T & {
878
+ type __VLS_WithSlots$61<T, S> = T & {
879
879
  new (): {
880
880
  $slots: S;
881
881
  };
@@ -892,11 +892,11 @@ interface ButtonLoadingSlotProps {
892
892
  /** Whether this loading indicator is currently selected/visible */
893
893
  isSelected: boolean;
894
894
  }
895
- declare const _default$76: typeof __VLS_export$76;
896
- declare const __VLS_export$76: __VLS_WithSlots$50<vue.DefineComponent<ButtonLoadingProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonLoadingProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
895
+ declare const _default$88: typeof __VLS_export$88;
896
+ declare const __VLS_export$88: __VLS_WithSlots$60<vue.DefineComponent<ButtonLoadingProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonLoadingProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
897
897
  default: (props: ButtonLoadingSlotProps) => any;
898
898
  }>;
899
- type __VLS_WithSlots$50<T, S> = T & {
899
+ type __VLS_WithSlots$60<T, S> = T & {
900
900
  new (): {
901
901
  $slots: S;
902
902
  };
@@ -976,13 +976,13 @@ interface ButtonRootSlotProps {
976
976
  'data-disabled': true | undefined;
977
977
  'data-selected': true | undefined;
978
978
  'data-solo': true | undefined;
979
- 'onClick': () => void;
979
+ 'onClick': (() => void) | undefined;
980
980
  };
981
981
  }
982
982
  declare const useButtonRoot: (key: string, defaultValue?: ButtonRootContext | undefined) => ButtonRootContext, provideButtonRoot: (key: string, context: ButtonRootContext, app?: vue.App) => ButtonRootContext;
983
- declare const _default$75: typeof __VLS_export$75;
984
- declare const __VLS_export$75: <V = 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<{
985
- props: vue.PublicProps & __VLS_PrettifyLocal$21<ButtonRootProps<V>> & (typeof globalThis extends {
983
+ declare const _default$87: typeof __VLS_export$87;
984
+ declare const __VLS_export$87: <V = 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<{
985
+ props: vue.PublicProps & __VLS_PrettifyLocal$23<ButtonRootProps<V>> & (typeof globalThis extends {
986
986
  __VLS_PROPS_FALLBACK: infer P;
987
987
  } ? P : {});
988
988
  expose: (exposed: {}) => void;
@@ -994,7 +994,7 @@ declare const __VLS_export$75: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
994
994
  }>) => vue.VNode & {
995
995
  __ctx?: Awaited<typeof __VLS_setup>;
996
996
  };
997
- type __VLS_PrettifyLocal$21<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
997
+ type __VLS_PrettifyLocal$23<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
998
998
  //#endregion
999
999
  //#region src/components/Button/index.d.ts
1000
1000
  /**
@@ -1094,8 +1094,8 @@ declare const Button: {
1094
1094
  as?: (DOMElement | null) | undefined;
1095
1095
  renderless?: boolean | undefined;
1096
1096
  modelValue?: (T | T[]) | undefined;
1097
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1098
1097
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1098
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1099
1099
  } & (typeof globalThis extends {
1100
1100
  __VLS_PROPS_FALLBACK: infer P;
1101
1101
  } ? P : {});
@@ -1319,13 +1319,13 @@ interface CheckboxGroupSlotProps {
1319
1319
  };
1320
1320
  }
1321
1321
  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>>;
1322
- declare const _default$74: typeof __VLS_export$74;
1323
- declare const __VLS_export$74: <T = 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<{
1324
- props: vue.PublicProps & __VLS_PrettifyLocal$20<(CheckboxGroupProps & {
1322
+ declare const _default$86: typeof __VLS_export$86;
1323
+ declare const __VLS_export$86: <T = 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<{
1324
+ props: vue.PublicProps & __VLS_PrettifyLocal$22<(CheckboxGroupProps & {
1325
1325
  modelValue?: T | T[];
1326
1326
  }) & {
1327
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1328
1327
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1328
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1329
1329
  }> & (typeof globalThis extends {
1330
1330
  __VLS_PROPS_FALLBACK: infer P;
1331
1331
  } ? P : {});
@@ -1338,7 +1338,7 @@ declare const __VLS_export$74: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
1338
1338
  }>) => vue.VNode & {
1339
1339
  __ctx?: Awaited<typeof __VLS_setup>;
1340
1340
  };
1341
- type __VLS_PrettifyLocal$20<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
1341
+ type __VLS_PrettifyLocal$22<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
1342
1342
  //#endregion
1343
1343
  //#region src/components/Checkbox/CheckboxHiddenInput.vue.d.ts
1344
1344
  interface CheckboxHiddenInputProps {
@@ -1351,8 +1351,8 @@ interface CheckboxHiddenInputProps {
1351
1351
  /** Associate with form by ID (defaults to context value) */
1352
1352
  form?: string;
1353
1353
  }
1354
- declare const _default$73: typeof __VLS_export$73;
1355
- declare const __VLS_export$73: vue.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
1354
+ declare const _default$85: typeof __VLS_export$85;
1355
+ declare const __VLS_export$85: vue.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
1356
1356
  //#endregion
1357
1357
  //#region src/components/Checkbox/CheckboxRoot.vue.d.ts
1358
1358
  /** Visual state of the checkbox for styling purposes */
@@ -1450,13 +1450,13 @@ interface CheckboxRootSlotProps<V = unknown> {
1450
1450
  };
1451
1451
  }
1452
1452
  declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue.App) => CheckboxRootContext<unknown>;
1453
- declare const _default$72: typeof __VLS_export$72;
1454
- declare const __VLS_export$72: <V = 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<{
1455
- props: vue.PublicProps & __VLS_PrettifyLocal$19<(CheckboxRootProps<V> & {
1453
+ declare const _default$84: typeof __VLS_export$84;
1454
+ declare const __VLS_export$84: <V = 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<{
1455
+ props: vue.PublicProps & __VLS_PrettifyLocal$21<(CheckboxRootProps<V> & {
1456
1456
  modelValue?: boolean;
1457
1457
  }) & {
1458
- "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
1459
1458
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1459
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
1460
1460
  }> & (typeof globalThis extends {
1461
1461
  __VLS_PROPS_FALLBACK: infer P;
1462
1462
  } ? P : {});
@@ -1469,7 +1469,7 @@ declare const __VLS_export$72: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
1469
1469
  }>) => vue.VNode & {
1470
1470
  __ctx?: Awaited<typeof __VLS_setup>;
1471
1471
  };
1472
- type __VLS_PrettifyLocal$19<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
1472
+ type __VLS_PrettifyLocal$21<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
1473
1473
  //#endregion
1474
1474
  //#region src/components/Checkbox/CheckboxIndicator.vue.d.ts
1475
1475
  interface CheckboxIndicatorProps extends AtomProps {
@@ -1489,11 +1489,11 @@ interface CheckboxIndicatorSlotProps {
1489
1489
  };
1490
1490
  };
1491
1491
  }
1492
- declare const _default$71: typeof __VLS_export$71;
1493
- declare const __VLS_export$71: __VLS_WithSlots$49<vue.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1492
+ declare const _default$83: typeof __VLS_export$83;
1493
+ declare const __VLS_export$83: __VLS_WithSlots$59<vue.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1494
1494
  default: (props: CheckboxIndicatorSlotProps) => any;
1495
1495
  }>;
1496
- type __VLS_WithSlots$49<T, S> = T & {
1496
+ type __VLS_WithSlots$59<T, S> = T & {
1497
1497
  new (): {
1498
1498
  $slots: S;
1499
1499
  };
@@ -1543,11 +1543,11 @@ interface CheckboxSelectAllSlotProps {
1543
1543
  'data-disabled': true | undefined;
1544
1544
  };
1545
1545
  }
1546
- declare const _default$70: typeof __VLS_export$70;
1547
- declare const __VLS_export$70: __VLS_WithSlots$48<vue.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1546
+ declare const _default$82: typeof __VLS_export$82;
1547
+ declare const __VLS_export$82: __VLS_WithSlots$58<vue.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1548
1548
  default: (props: CheckboxSelectAllSlotProps) => any;
1549
1549
  }>;
1550
- type __VLS_WithSlots$48<T, S> = T & {
1550
+ type __VLS_WithSlots$58<T, S> = T & {
1551
1551
  new (): {
1552
1552
  $slots: S;
1553
1553
  };
@@ -1622,8 +1622,8 @@ declare const Checkbox: {
1622
1622
  as?: (DOMElement | null) | undefined;
1623
1623
  renderless?: boolean | undefined;
1624
1624
  modelValue?: (T | T[]) | undefined;
1625
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1626
1625
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1626
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1627
1627
  } & (typeof globalThis extends {
1628
1628
  __VLS_PROPS_FALLBACK: infer P;
1629
1629
  } ? P : {});
@@ -1753,8 +1753,8 @@ declare const Checkbox: {
1753
1753
  as?: (DOMElement | null) | undefined;
1754
1754
  renderless?: boolean | undefined;
1755
1755
  modelValue?: boolean | undefined;
1756
- "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
1757
1756
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1757
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
1758
1758
  } & (typeof globalThis extends {
1759
1759
  __VLS_PROPS_FALLBACK: infer P;
1760
1760
  } ? P : {});
@@ -1846,21 +1846,21 @@ interface DialogRootSlotProps {
1846
1846
  close: () => void;
1847
1847
  }
1848
1848
  declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue.App) => DialogContext;
1849
- declare const _default$69: typeof __VLS_export$69;
1850
- declare const __VLS_export$69: __VLS_WithSlots$47<vue.DefineComponent<DialogRootProps & {
1849
+ declare const _default$81: typeof __VLS_export$81;
1850
+ declare const __VLS_export$81: __VLS_WithSlots$57<vue.DefineComponent<DialogRootProps & {
1851
1851
  modelValue?: boolean;
1852
1852
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1853
- "update:modelValue": (value: boolean) => any;
1854
1853
  "update:model-value": (value: boolean) => any;
1854
+ "update:modelValue": (value: boolean) => any;
1855
1855
  }, string, vue.PublicProps, Readonly<DialogRootProps & {
1856
1856
  modelValue?: boolean;
1857
1857
  }> & Readonly<{
1858
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1859
1858
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1859
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1860
1860
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1861
1861
  default: (props: DialogRootSlotProps) => any;
1862
1862
  }>;
1863
- type __VLS_WithSlots$47<T, S> = T & {
1863
+ type __VLS_WithSlots$57<T, S> = T & {
1864
1864
  new (): {
1865
1865
  $slots: S;
1866
1866
  };
@@ -1882,11 +1882,11 @@ interface DialogActivatorSlotProps {
1882
1882
  'data-dialog-open': '' | undefined;
1883
1883
  };
1884
1884
  }
1885
- declare const _default$68: typeof __VLS_export$68;
1886
- declare const __VLS_export$68: __VLS_WithSlots$46<vue.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1885
+ declare const _default$80: typeof __VLS_export$80;
1886
+ declare const __VLS_export$80: __VLS_WithSlots$56<vue.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1887
1887
  default: (props: DialogActivatorSlotProps) => any;
1888
1888
  }>;
1889
- type __VLS_WithSlots$46<T, S> = T & {
1889
+ type __VLS_WithSlots$56<T, S> = T & {
1890
1890
  new (): {
1891
1891
  $slots: S;
1892
1892
  };
@@ -1926,8 +1926,8 @@ interface DialogContentSlotProps {
1926
1926
  'aria-describedby': string;
1927
1927
  };
1928
1928
  }
1929
- declare const _default$67: typeof __VLS_export$67;
1930
- declare const __VLS_export$67: __VLS_WithSlots$45<vue.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1929
+ declare const _default$79: typeof __VLS_export$79;
1930
+ declare const __VLS_export$79: __VLS_WithSlots$55<vue.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1931
1931
  cancel: (e: Event) => any;
1932
1932
  close: (e: Event) => any;
1933
1933
  }, string, vue.PublicProps, Readonly<DialogContentProps> & Readonly<{
@@ -1936,7 +1936,7 @@ declare const __VLS_export$67: __VLS_WithSlots$45<vue.DefineComponent<DialogCont
1936
1936
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1937
1937
  default: (props: DialogContentSlotProps) => any;
1938
1938
  }>;
1939
- type __VLS_WithSlots$45<T, S> = T & {
1939
+ type __VLS_WithSlots$55<T, S> = T & {
1940
1940
  new (): {
1941
1941
  $slots: S;
1942
1942
  };
@@ -1953,11 +1953,11 @@ interface DialogTitleSlotProps {
1953
1953
  id: string;
1954
1954
  };
1955
1955
  }
1956
- declare const _default$66: typeof __VLS_export$66;
1957
- declare const __VLS_export$66: __VLS_WithSlots$44<vue.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1956
+ declare const _default$78: typeof __VLS_export$78;
1957
+ declare const __VLS_export$78: __VLS_WithSlots$54<vue.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1958
1958
  default: (props: DialogTitleSlotProps) => any;
1959
1959
  }>;
1960
- type __VLS_WithSlots$44<T, S> = T & {
1960
+ type __VLS_WithSlots$54<T, S> = T & {
1961
1961
  new (): {
1962
1962
  $slots: S;
1963
1963
  };
@@ -1974,11 +1974,11 @@ interface DialogDescriptionSlotProps {
1974
1974
  id: string;
1975
1975
  };
1976
1976
  }
1977
- declare const _default$65: typeof __VLS_export$65;
1978
- declare const __VLS_export$65: __VLS_WithSlots$43<vue.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1977
+ declare const _default$77: typeof __VLS_export$77;
1978
+ declare const __VLS_export$77: __VLS_WithSlots$53<vue.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1979
1979
  default: (props: DialogDescriptionSlotProps) => any;
1980
1980
  }>;
1981
- type __VLS_WithSlots$43<T, S> = T & {
1981
+ type __VLS_WithSlots$53<T, S> = T & {
1982
1982
  new (): {
1983
1983
  $slots: S;
1984
1984
  };
@@ -1998,11 +1998,11 @@ interface DialogCloseSlotProps {
1998
1998
  'aria-label': 'Close';
1999
1999
  };
2000
2000
  }
2001
- declare const _default$64: typeof __VLS_export$64;
2002
- declare const __VLS_export$64: __VLS_WithSlots$42<vue.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2001
+ declare const _default$76: typeof __VLS_export$76;
2002
+ declare const __VLS_export$76: __VLS_WithSlots$52<vue.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2003
2003
  default: (props: DialogCloseSlotProps) => any;
2004
2004
  }>;
2005
- type __VLS_WithSlots$42<T, S> = T & {
2005
+ type __VLS_WithSlots$52<T, S> = T & {
2006
2006
  new (): {
2007
2007
  $slots: S;
2008
2008
  };
@@ -2065,11 +2065,11 @@ declare const Dialog: {
2065
2065
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
2066
2066
  modelValue?: boolean;
2067
2067
  }> & Readonly<{
2068
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2069
2068
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
2069
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2070
2070
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2071
- "update:modelValue": (value: boolean) => any;
2072
2071
  "update:model-value": (value: boolean) => any;
2072
+ "update:modelValue": (value: boolean) => any;
2073
2073
  }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
2074
2074
  P: {};
2075
2075
  B: {};
@@ -2080,8 +2080,8 @@ declare const Dialog: {
2080
2080
  }, Readonly<DialogRootProps & {
2081
2081
  modelValue?: boolean;
2082
2082
  }> & Readonly<{
2083
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2084
2083
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
2084
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2085
2085
  }>, {}, {}, {}, {}, {}>;
2086
2086
  __isFragment?: never;
2087
2087
  __isTeleport?: never;
@@ -2089,11 +2089,11 @@ declare const Dialog: {
2089
2089
  } & vue.ComponentOptionsBase<Readonly<DialogRootProps & {
2090
2090
  modelValue?: boolean;
2091
2091
  }> & Readonly<{
2092
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2093
2092
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
2093
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2094
2094
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2095
- "update:modelValue": (value: boolean) => any;
2096
2095
  "update:model-value": (value: boolean) => any;
2096
+ "update:modelValue": (value: boolean) => any;
2097
2097
  }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
2098
2098
  $slots: {
2099
2099
  default: (props: DialogRootSlotProps) => any;
@@ -2327,12 +2327,13 @@ interface ExpansionPanelRootSlotProps {
2327
2327
  toggle: (id: ID) => void;
2328
2328
  }
2329
2329
  declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
2330
- declare const _default$63: typeof __VLS_export$63;
2331
- declare const __VLS_export$63: <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<{
2332
- props: vue.PublicProps & __VLS_PrettifyLocal$18<(ExpansionPanelRootProps & {
2330
+ declare const _default$75: typeof __VLS_export$75;
2331
+ declare const __VLS_export$75: <T = 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<{
2332
+ props: vue.PublicProps & __VLS_PrettifyLocal$20<(ExpansionPanelRootProps & {
2333
2333
  modelValue?: T | T[];
2334
2334
  }) & {
2335
- [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
2335
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2336
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2336
2337
  }> & (typeof globalThis extends {
2337
2338
  __VLS_PROPS_FALLBACK: infer P;
2338
2339
  } ? P : {});
@@ -2341,11 +2342,11 @@ declare const __VLS_export$63: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
2341
2342
  slots: {
2342
2343
  default: (props: ExpansionPanelRootSlotProps) => any;
2343
2344
  };
2344
- emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2345
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2345
2346
  }>) => vue.VNode & {
2346
2347
  __ctx?: Awaited<typeof __VLS_setup>;
2347
2348
  };
2348
- type __VLS_PrettifyLocal$18<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
2349
+ type __VLS_PrettifyLocal$20<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
2349
2350
  //#endregion
2350
2351
  //#region src/components/ExpansionPanel/ExpansionPanelItem.vue.d.ts
2351
2352
  interface ExpansionPanelItemProps<V = unknown> extends AtomProps {
@@ -2386,9 +2387,9 @@ interface ExpansionPanelItemSlotProps {
2386
2387
  };
2387
2388
  }
2388
2389
  declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue.App) => ExpansionPanelItemContext;
2389
- declare const _default$62: typeof __VLS_export$62;
2390
- declare const __VLS_export$62: <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<{
2391
- props: vue.PublicProps & __VLS_PrettifyLocal$17<ExpansionPanelItemProps<V>> & (typeof globalThis extends {
2390
+ declare const _default$74: typeof __VLS_export$74;
2391
+ declare const __VLS_export$74: <V = 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<{
2392
+ props: vue.PublicProps & __VLS_PrettifyLocal$19<ExpansionPanelItemProps<V>> & (typeof globalThis extends {
2392
2393
  __VLS_PROPS_FALLBACK: infer P;
2393
2394
  } ? P : {});
2394
2395
  expose: (exposed: {}) => void;
@@ -2400,7 +2401,7 @@ declare const __VLS_export$62: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
2400
2401
  }>) => vue.VNode & {
2401
2402
  __ctx?: Awaited<typeof __VLS_setup>;
2402
2403
  };
2403
- type __VLS_PrettifyLocal$17<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
2404
+ type __VLS_PrettifyLocal$19<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
2404
2405
  //#endregion
2405
2406
  //#region src/components/ExpansionPanel/ExpansionPanelHeader.vue.d.ts
2406
2407
  interface ExpansionPanelHeaderProps extends AtomProps {
@@ -2415,11 +2416,11 @@ interface ExpansionPanelHeaderSlotProps {
2415
2416
  /** Data attribute for selected state */'data-selected': true | undefined;
2416
2417
  };
2417
2418
  }
2418
- declare const _default$61: typeof __VLS_export$61;
2419
- declare const __VLS_export$61: __VLS_WithSlots$41<vue.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2419
+ declare const _default$73: typeof __VLS_export$73;
2420
+ declare const __VLS_export$73: __VLS_WithSlots$51<vue.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2420
2421
  default: (props: ExpansionPanelHeaderSlotProps) => any;
2421
2422
  }>;
2422
- type __VLS_WithSlots$41<T, S> = T & {
2423
+ type __VLS_WithSlots$51<T, S> = T & {
2423
2424
  new (): {
2424
2425
  $slots: S;
2425
2426
  };
@@ -2452,11 +2453,11 @@ interface ExpansionPanelActivatorSlotProps {
2452
2453
  'onKeydown': (e: KeyboardEvent) => void;
2453
2454
  };
2454
2455
  }
2455
- declare const _default$60: typeof __VLS_export$60;
2456
- declare const __VLS_export$60: __VLS_WithSlots$40<vue.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2456
+ declare const _default$72: typeof __VLS_export$72;
2457
+ declare const __VLS_export$72: __VLS_WithSlots$50<vue.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2457
2458
  default: (props: ExpansionPanelActivatorSlotProps) => any;
2458
2459
  }>;
2459
- type __VLS_WithSlots$40<T, S> = T & {
2460
+ type __VLS_WithSlots$50<T, S> = T & {
2460
2461
  new (): {
2461
2462
  $slots: S;
2462
2463
  };
@@ -2478,11 +2479,11 @@ interface ExpansionPanelContentSlotProps {
2478
2479
  'hidden': boolean;
2479
2480
  };
2480
2481
  }
2481
- declare const _default$59: typeof __VLS_export$59;
2482
- declare const __VLS_export$59: __VLS_WithSlots$39<vue.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2482
+ declare const _default$71: typeof __VLS_export$71;
2483
+ declare const __VLS_export$71: __VLS_WithSlots$49<vue.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2483
2484
  default: (props: ExpansionPanelContentSlotProps) => any;
2484
2485
  }>;
2485
- type __VLS_WithSlots$39<T, S> = T & {
2486
+ type __VLS_WithSlots$49<T, S> = T & {
2486
2487
  new (): {
2487
2488
  $slots: S;
2488
2489
  };
@@ -2527,11 +2528,10 @@ declare const ExpansionPanel: {
2527
2528
  slots: {
2528
2529
  default: (props: ExpansionPanelRootSlotProps) => any;
2529
2530
  };
2530
- emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2531
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2531
2532
  attrs: any;
2532
2533
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2533
2534
  props: vue.PublicProps & {
2534
- [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
2535
2535
  namespace?: string | undefined;
2536
2536
  disabled?: boolean | undefined;
2537
2537
  enroll?: boolean | undefined;
@@ -2540,6 +2540,8 @@ declare const ExpansionPanel: {
2540
2540
  as?: (DOMElement | null) | undefined;
2541
2541
  renderless?: boolean | undefined;
2542
2542
  modelValue?: (T | T[]) | undefined;
2543
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2544
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2543
2545
  } & (typeof globalThis extends {
2544
2546
  __VLS_PROPS_FALLBACK: infer P;
2545
2547
  } ? P : {});
@@ -2548,7 +2550,7 @@ declare const ExpansionPanel: {
2548
2550
  slots: {
2549
2551
  default: (props: ExpansionPanelRootSlotProps) => any;
2550
2552
  };
2551
- emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2553
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2552
2554
  }>) => vue.VNode & {
2553
2555
  __ctx?: Awaited<typeof __VLS_setup>;
2554
2556
  };
@@ -2736,13 +2738,13 @@ interface FormSlotProps {
2736
2738
  /** Reset all field validations */
2737
2739
  reset: () => void;
2738
2740
  }
2739
- declare const _default$58: typeof __VLS_export$58;
2740
- declare const __VLS_export$58: __VLS_WithSlots$38<vue.DefineComponent<FormProps & {
2741
+ declare const _default$70: typeof __VLS_export$70;
2742
+ declare const __VLS_export$70: __VLS_WithSlots$48<vue.DefineComponent<FormProps & {
2741
2743
  modelValue?: boolean | null;
2742
2744
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2743
2745
  reset: () => any;
2744
- "update:modelValue": (value: boolean | null) => any;
2745
2746
  "update:model-value": (value: boolean | null) => any;
2747
+ "update:modelValue": (value: boolean | null) => any;
2746
2748
  submit: (payload: {
2747
2749
  valid: boolean;
2748
2750
  }) => any;
@@ -2750,15 +2752,15 @@ declare const __VLS_export$58: __VLS_WithSlots$38<vue.DefineComponent<FormProps
2750
2752
  modelValue?: boolean | null;
2751
2753
  }> & Readonly<{
2752
2754
  onReset?: (() => any) | undefined;
2753
- "onUpdate:modelValue"?: ((value: boolean | null) => any) | undefined;
2754
2755
  "onUpdate:model-value"?: ((value: boolean | null) => any) | undefined;
2756
+ "onUpdate:modelValue"?: ((value: boolean | null) => any) | undefined;
2755
2757
  onSubmit?: ((payload: {
2756
2758
  valid: boolean;
2757
2759
  }) => any) | undefined;
2758
2760
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2759
2761
  default: (props: FormSlotProps) => any;
2760
2762
  }>;
2761
- type __VLS_WithSlots$38<T, S> = T & {
2763
+ type __VLS_WithSlots$48<T, S> = T & {
2762
2764
  new (): {
2763
2765
  $slots: S;
2764
2766
  };
@@ -2807,13 +2809,13 @@ interface GroupRootSlotProps {
2807
2809
  };
2808
2810
  }
2809
2811
  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>>;
2810
- declare const _default$57: typeof __VLS_export$57;
2811
- declare const __VLS_export$57: <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<{
2812
- props: vue.PublicProps & __VLS_PrettifyLocal$16<(GroupRootProps & {
2812
+ declare const _default$69: typeof __VLS_export$69;
2813
+ declare const __VLS_export$69: <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<{
2814
+ props: vue.PublicProps & __VLS_PrettifyLocal$18<(GroupRootProps & {
2813
2815
  modelValue?: T | T[];
2814
2816
  }) & {
2815
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2816
2817
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2818
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2817
2819
  }> & (typeof globalThis extends {
2818
2820
  __VLS_PROPS_FALLBACK: infer P;
2819
2821
  } ? P : {});
@@ -2826,7 +2828,7 @@ declare const __VLS_export$57: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
2826
2828
  }>) => vue.VNode & {
2827
2829
  __ctx?: Awaited<typeof __VLS_setup>;
2828
2830
  };
2829
- type __VLS_PrettifyLocal$16<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
2831
+ type __VLS_PrettifyLocal$18<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
2830
2832
  //#endregion
2831
2833
  //#region src/components/Group/GroupItem.vue.d.ts
2832
2834
  interface GroupItemProps<V = unknown> {
@@ -2876,9 +2878,9 @@ interface GroupItemSlotProps<V = unknown> {
2876
2878
  'data-mixed': true | undefined;
2877
2879
  };
2878
2880
  }
2879
- declare const _default$56: typeof __VLS_export$56;
2880
- declare const __VLS_export$56: <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<{
2881
- props: vue.PublicProps & __VLS_PrettifyLocal$15<GroupItemProps<V>> & (typeof globalThis extends {
2881
+ declare const _default$68: typeof __VLS_export$68;
2882
+ declare const __VLS_export$68: <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<{
2883
+ props: vue.PublicProps & __VLS_PrettifyLocal$17<GroupItemProps<V>> & (typeof globalThis extends {
2882
2884
  __VLS_PROPS_FALLBACK: infer P;
2883
2885
  } ? P : {});
2884
2886
  expose: (exposed: {}) => void;
@@ -2890,7 +2892,7 @@ declare const __VLS_export$56: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
2890
2892
  }>) => vue.VNode & {
2891
2893
  __ctx?: Awaited<typeof __VLS_setup>;
2892
2894
  };
2893
- type __VLS_PrettifyLocal$15<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
2895
+ type __VLS_PrettifyLocal$17<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
2894
2896
  //#endregion
2895
2897
  //#region src/components/Group/index.d.ts
2896
2898
  /**
@@ -2932,8 +2934,8 @@ declare const Group: {
2932
2934
  enroll?: boolean | undefined;
2933
2935
  mandatory?: boolean | "force" | undefined;
2934
2936
  modelValue?: (T | T[]) | undefined;
2935
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2936
2937
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2938
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2937
2939
  } & (typeof globalThis extends {
2938
2940
  __VLS_PROPS_FALLBACK: infer P;
2939
2941
  } ? P : {});
@@ -3008,11 +3010,11 @@ interface InputControlSlotProps {
3008
3010
  /** Pre-computed attributes for the input element */
3009
3011
  attrs: Record<string, unknown>;
3010
3012
  }
3011
- declare const _default$55: typeof __VLS_export$55;
3012
- declare const __VLS_export$55: __VLS_WithSlots$37<vue.DefineComponent<InputControlProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<InputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3013
+ declare const _default$67: typeof __VLS_export$67;
3014
+ declare const __VLS_export$67: __VLS_WithSlots$47<vue.DefineComponent<InputControlProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<InputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3013
3015
  default: (props: InputControlSlotProps) => any;
3014
3016
  }>;
3015
- type __VLS_WithSlots$37<T, S> = T & {
3017
+ type __VLS_WithSlots$47<T, S> = T & {
3016
3018
  new (): {
3017
3019
  $slots: S;
3018
3020
  };
@@ -3027,11 +3029,11 @@ interface InputDescriptionSlotProps {
3027
3029
  /** ID for this description element */
3028
3030
  id: string;
3029
3031
  }
3030
- declare const _default$54: typeof __VLS_export$54;
3031
- declare const __VLS_export$54: __VLS_WithSlots$36<vue.DefineComponent<InputDescriptionProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<InputDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3032
+ declare const _default$66: typeof __VLS_export$66;
3033
+ declare const __VLS_export$66: __VLS_WithSlots$46<vue.DefineComponent<InputDescriptionProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<InputDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3032
3034
  default: (props: InputDescriptionSlotProps) => any;
3033
3035
  }>;
3034
- type __VLS_WithSlots$36<T, S> = T & {
3036
+ type __VLS_WithSlots$46<T, S> = T & {
3035
3037
  new (): {
3036
3038
  $slots: S;
3037
3039
  };
@@ -3054,11 +3056,11 @@ interface InputErrorSlotProps {
3054
3056
  'data-state': 'visible' | 'hidden';
3055
3057
  };
3056
3058
  }
3057
- declare const _default$53: typeof __VLS_export$53;
3058
- declare const __VLS_export$53: __VLS_WithSlots$35<vue.DefineComponent<InputErrorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<InputErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3059
+ declare const _default$65: typeof __VLS_export$65;
3060
+ declare const __VLS_export$65: __VLS_WithSlots$45<vue.DefineComponent<InputErrorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<InputErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3059
3061
  default: (props: InputErrorSlotProps) => any;
3060
3062
  }>;
3061
- type __VLS_WithSlots$35<T, S> = T & {
3063
+ type __VLS_WithSlots$45<T, S> = T & {
3062
3064
  new (): {
3063
3065
  $slots: S;
3064
3066
  };
@@ -3180,23 +3182,23 @@ interface InputRootSlotProps {
3180
3182
  };
3181
3183
  }
3182
3184
  declare const useInputRoot: (key: string, defaultValue?: InputRootContext | undefined) => InputRootContext, provideInputRoot: (key: string, context: InputRootContext, app?: vue.App) => InputRootContext;
3183
- declare const _default$52: typeof __VLS_export$52;
3184
- declare const __VLS_export$52: __VLS_WithSlots$34<vue.DefineComponent<InputRootProps & {
3185
+ declare const _default$64: typeof __VLS_export$64;
3186
+ declare const __VLS_export$64: __VLS_WithSlots$44<vue.DefineComponent<InputRootProps & {
3185
3187
  modelValue?: string;
3186
3188
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3187
- "update:modelValue": (value: string) => any;
3188
3189
  "update:model-value": (value: string) => any;
3190
+ "update:modelValue": (value: string) => any;
3189
3191
  "update:isFocused": (value: boolean) => any;
3190
3192
  }, string, vue.PublicProps, Readonly<InputRootProps & {
3191
3193
  modelValue?: string;
3192
3194
  }> & Readonly<{
3193
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3194
3195
  "onUpdate:model-value"?: ((value: string) => any) | undefined;
3196
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3195
3197
  "onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
3196
3198
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3197
3199
  default: (props: InputRootSlotProps) => any;
3198
3200
  }>;
3199
- type __VLS_WithSlots$34<T, S> = T & {
3201
+ type __VLS_WithSlots$44<T, S> = T & {
3200
3202
  new (): {
3201
3203
  $slots: S;
3202
3204
  };
@@ -3366,12 +3368,12 @@ declare const Input: {
3366
3368
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<InputRootProps & {
3367
3369
  modelValue?: string;
3368
3370
  }> & Readonly<{
3369
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3370
3371
  "onUpdate:model-value"?: ((value: string) => any) | undefined;
3372
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3371
3373
  "onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
3372
3374
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3373
- "update:modelValue": (value: string) => any;
3374
3375
  "update:model-value": (value: string) => any;
3376
+ "update:modelValue": (value: string) => any;
3375
3377
  "update:isFocused": (value: boolean) => any;
3376
3378
  }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
3377
3379
  P: {};
@@ -3383,8 +3385,8 @@ declare const Input: {
3383
3385
  }, Readonly<InputRootProps & {
3384
3386
  modelValue?: string;
3385
3387
  }> & Readonly<{
3386
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3387
3388
  "onUpdate:model-value"?: ((value: string) => any) | undefined;
3389
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3388
3390
  "onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
3389
3391
  }>, {}, {}, {}, {}, {}>;
3390
3392
  __isFragment?: never;
@@ -3393,12 +3395,12 @@ declare const Input: {
3393
3395
  } & vue.ComponentOptionsBase<Readonly<InputRootProps & {
3394
3396
  modelValue?: string;
3395
3397
  }> & Readonly<{
3396
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3397
3398
  "onUpdate:model-value"?: ((value: string) => any) | undefined;
3399
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3398
3400
  "onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
3399
3401
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3400
- "update:modelValue": (value: string) => any;
3401
3402
  "update:model-value": (value: string) => any;
3403
+ "update:modelValue": (value: string) => any;
3402
3404
  "update:isFocused": (value: boolean) => any;
3403
3405
  }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
3404
3406
  $slots: {
@@ -3407,6 +3409,39 @@ declare const Input: {
3407
3409
  });
3408
3410
  };
3409
3411
  //#endregion
3412
+ //#region src/components/Locale/Locale.vue.d.ts
3413
+ interface LocaleProps {
3414
+ /**
3415
+ * Locale ID to scope to
3416
+ */
3417
+ locale: string;
3418
+ /**
3419
+ * Skip wrapper element, pass attrs via slot
3420
+ *
3421
+ * @default false
3422
+ */
3423
+ renderless?: boolean;
3424
+ /**
3425
+ * Wrapper element tag
3426
+ *
3427
+ * @default 'div'
3428
+ */
3429
+ as?: DOMElement;
3430
+ }
3431
+ interface LocaleSlotProps {
3432
+ /** Attributes including lang for binding */
3433
+ attrs: Record<string, unknown>;
3434
+ }
3435
+ declare const _default$63: typeof __VLS_export$63;
3436
+ declare const __VLS_export$63: __VLS_WithSlots$43<vue.DefineComponent<LocaleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<LocaleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3437
+ default: (props: LocaleSlotProps) => any;
3438
+ }>;
3439
+ type __VLS_WithSlots$43<T, S> = T & {
3440
+ new (): {
3441
+ $slots: S;
3442
+ };
3443
+ };
3444
+ //#endregion
3410
3445
  //#region src/components/Pagination/PaginationRoot.vue.d.ts
3411
3446
  declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue.App) => PaginationContext;
3412
3447
  declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>> | undefined) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, app?: vue.App) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>;
@@ -3461,12 +3496,13 @@ interface PaginationRootSlotProps {
3461
3496
  'role': 'navigation' | undefined;
3462
3497
  };
3463
3498
  }
3464
- declare const _default$51: typeof __VLS_export$51;
3465
- declare const __VLS_export$51: <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<{
3466
- props: vue.PublicProps & __VLS_PrettifyLocal$14<(PaginationRootProps & {
3499
+ declare const _default$62: typeof __VLS_export$62;
3500
+ declare const __VLS_export$62: <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<{
3501
+ props: vue.PublicProps & __VLS_PrettifyLocal$16<(PaginationRootProps & {
3467
3502
  modelValue?: number;
3468
3503
  }) & {
3469
- [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
3504
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
3505
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
3470
3506
  }> & (typeof globalThis extends {
3471
3507
  __VLS_PROPS_FALLBACK: infer P;
3472
3508
  } ? P : {});
@@ -3475,11 +3511,11 @@ declare const __VLS_export$51: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
3475
3511
  slots: {
3476
3512
  default: (props: PaginationRootSlotProps) => any;
3477
3513
  };
3478
- emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
3514
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
3479
3515
  }>) => vue.VNode & {
3480
3516
  __ctx?: Awaited<typeof __VLS_setup>;
3481
3517
  };
3482
- type __VLS_PrettifyLocal$14<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
3518
+ type __VLS_PrettifyLocal$16<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
3483
3519
  //#endregion
3484
3520
  //#region src/components/Pagination/PaginationItem.vue.d.ts
3485
3521
  interface PaginationItemProps extends AtomProps {
@@ -3514,11 +3550,11 @@ interface PaginationItemSlotProps {
3514
3550
  'onClick': () => void;
3515
3551
  };
3516
3552
  }
3517
- declare const _default$50: typeof __VLS_export$50;
3518
- declare const __VLS_export$50: __VLS_WithSlots$33<vue.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3553
+ declare const _default$61: typeof __VLS_export$61;
3554
+ declare const __VLS_export$61: __VLS_WithSlots$42<vue.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3519
3555
  default: (props: PaginationItemSlotProps) => any;
3520
3556
  }>;
3521
- type __VLS_WithSlots$33<T, S> = T & {
3557
+ type __VLS_WithSlots$42<T, S> = T & {
3522
3558
  new (): {
3523
3559
  $slots: S;
3524
3560
  };
@@ -3549,11 +3585,11 @@ interface PaginationFirstSlotProps {
3549
3585
  'onClick': () => void;
3550
3586
  };
3551
3587
  }
3552
- declare const _default$49: typeof __VLS_export$49;
3553
- declare const __VLS_export$49: __VLS_WithSlots$32<vue.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3588
+ declare const _default$60: typeof __VLS_export$60;
3589
+ declare const __VLS_export$60: __VLS_WithSlots$41<vue.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3554
3590
  default: (props: PaginationFirstSlotProps) => any;
3555
3591
  }>;
3556
- type __VLS_WithSlots$32<T, S> = T & {
3592
+ type __VLS_WithSlots$41<T, S> = T & {
3557
3593
  new (): {
3558
3594
  $slots: S;
3559
3595
  };
@@ -3584,11 +3620,11 @@ interface PaginationPrevSlotProps {
3584
3620
  'onClick': () => void;
3585
3621
  };
3586
3622
  }
3587
- declare const _default$48: typeof __VLS_export$48;
3588
- declare const __VLS_export$48: __VLS_WithSlots$31<vue.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3623
+ declare const _default$59: typeof __VLS_export$59;
3624
+ declare const __VLS_export$59: __VLS_WithSlots$40<vue.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3589
3625
  default: (props: PaginationPrevSlotProps) => any;
3590
3626
  }>;
3591
- type __VLS_WithSlots$31<T, S> = T & {
3627
+ type __VLS_WithSlots$40<T, S> = T & {
3592
3628
  new (): {
3593
3629
  $slots: S;
3594
3630
  };
@@ -3611,11 +3647,11 @@ interface PaginationEllipsisSlotProps {
3611
3647
  'aria-hidden': 'true';
3612
3648
  };
3613
3649
  }
3614
- declare const _default$47: typeof __VLS_export$47;
3615
- declare const __VLS_export$47: __VLS_WithSlots$30<vue.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3650
+ declare const _default$58: typeof __VLS_export$58;
3651
+ declare const __VLS_export$58: __VLS_WithSlots$39<vue.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3616
3652
  default: (props: PaginationEllipsisSlotProps) => any;
3617
3653
  }>;
3618
- type __VLS_WithSlots$30<T, S> = T & {
3654
+ type __VLS_WithSlots$39<T, S> = T & {
3619
3655
  new (): {
3620
3656
  $slots: S;
3621
3657
  };
@@ -3646,11 +3682,11 @@ interface PaginationNextSlotProps {
3646
3682
  'onClick': () => void;
3647
3683
  };
3648
3684
  }
3649
- declare const _default$46: typeof __VLS_export$46;
3650
- declare const __VLS_export$46: __VLS_WithSlots$29<vue.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3685
+ declare const _default$57: typeof __VLS_export$57;
3686
+ declare const __VLS_export$57: __VLS_WithSlots$38<vue.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3651
3687
  default: (props: PaginationNextSlotProps) => any;
3652
3688
  }>;
3653
- type __VLS_WithSlots$29<T, S> = T & {
3689
+ type __VLS_WithSlots$38<T, S> = T & {
3654
3690
  new (): {
3655
3691
  $slots: S;
3656
3692
  };
@@ -3681,11 +3717,11 @@ interface PaginationLastSlotProps {
3681
3717
  'onClick': () => void;
3682
3718
  };
3683
3719
  }
3684
- declare const _default$45: typeof __VLS_export$45;
3685
- declare const __VLS_export$45: __VLS_WithSlots$28<vue.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3720
+ declare const _default$56: typeof __VLS_export$56;
3721
+ declare const __VLS_export$56: __VLS_WithSlots$37<vue.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3686
3722
  default: (props: PaginationLastSlotProps) => any;
3687
3723
  }>;
3688
- type __VLS_WithSlots$28<T, S> = T & {
3724
+ type __VLS_WithSlots$37<T, S> = T & {
3689
3725
  new (): {
3690
3726
  $slots: S;
3691
3727
  };
@@ -3710,11 +3746,11 @@ interface PaginationStatusSlotProps {
3710
3746
  'role': 'status';
3711
3747
  };
3712
3748
  }
3713
- declare const _default$44: typeof __VLS_export$44;
3714
- declare const __VLS_export$44: __VLS_WithSlots$27<vue.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3749
+ declare const _default$55: typeof __VLS_export$55;
3750
+ declare const __VLS_export$55: __VLS_WithSlots$36<vue.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3715
3751
  default: (props: PaginationStatusSlotProps) => any;
3716
3752
  }>;
3717
- type __VLS_WithSlots$27<T, S> = T & {
3753
+ type __VLS_WithSlots$36<T, S> = T & {
3718
3754
  new (): {
3719
3755
  $slots: S;
3720
3756
  };
@@ -3761,11 +3797,10 @@ declare const Pagination: {
3761
3797
  slots: {
3762
3798
  default: (props: PaginationRootSlotProps) => any;
3763
3799
  };
3764
- emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
3800
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
3765
3801
  attrs: any;
3766
3802
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3767
3803
  props: vue.PublicProps & {
3768
- [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
3769
3804
  namespace?: string | undefined;
3770
3805
  size?: number | undefined;
3771
3806
  totalVisible?: number | undefined;
@@ -3774,6 +3809,8 @@ declare const Pagination: {
3774
3809
  as?: (DOMElement | null) | undefined;
3775
3810
  renderless?: boolean | undefined;
3776
3811
  modelValue?: number | undefined;
3812
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
3813
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
3777
3814
  } & (typeof globalThis extends {
3778
3815
  __VLS_PROPS_FALLBACK: infer P;
3779
3816
  } ? P : {});
@@ -3782,7 +3819,7 @@ declare const Pagination: {
3782
3819
  slots: {
3783
3820
  default: (props: PaginationRootSlotProps) => any;
3784
3821
  };
3785
- emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
3822
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
3786
3823
  }>) => vue.VNode & {
3787
3824
  __ctx?: Awaited<typeof __VLS_setup>;
3788
3825
  };
@@ -4096,8 +4133,8 @@ interface PopoverRootSlotProps {
4096
4133
  toggle: () => void;
4097
4134
  }
4098
4135
  declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue.App) => PopoverContext;
4099
- declare const _default$43: typeof __VLS_export$43;
4100
- declare const __VLS_export$43: __VLS_WithSlots$26<vue.DefineComponent<PopoverRootProps & {
4136
+ declare const _default$54: typeof __VLS_export$54;
4137
+ declare const __VLS_export$54: __VLS_WithSlots$35<vue.DefineComponent<PopoverRootProps & {
4101
4138
  modelValue?: boolean;
4102
4139
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4103
4140
  "update:modelValue": (value: boolean) => any;
@@ -4108,7 +4145,7 @@ declare const __VLS_export$43: __VLS_WithSlots$26<vue.DefineComponent<PopoverRoo
4108
4145
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
4109
4146
  default: (props: PopoverRootSlotProps) => any;
4110
4147
  }>;
4111
- type __VLS_WithSlots$26<T, S> = T & {
4148
+ type __VLS_WithSlots$35<T, S> = T & {
4112
4149
  new (): {
4113
4150
  $slots: S;
4114
4151
  };
@@ -4129,11 +4166,11 @@ interface PopoverActivatorSlotProps {
4129
4166
  'data-popover-open': '' | undefined;
4130
4167
  };
4131
4168
  }
4132
- declare const _default$42: typeof __VLS_export$42;
4133
- declare const __VLS_export$42: __VLS_WithSlots$25<vue.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
4169
+ declare const _default$53: typeof __VLS_export$53;
4170
+ declare const __VLS_export$53: __VLS_WithSlots$34<vue.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
4134
4171
  default: (props: PopoverActivatorSlotProps) => any;
4135
4172
  }>;
4136
- type __VLS_WithSlots$25<T, S> = T & {
4173
+ type __VLS_WithSlots$34<T, S> = T & {
4137
4174
  new (): {
4138
4175
  $slots: S;
4139
4176
  };
@@ -4160,15 +4197,15 @@ interface PopoverContentSlotProps {
4160
4197
  popover: '';
4161
4198
  };
4162
4199
  }
4163
- declare const _default$41: typeof __VLS_export$41;
4164
- declare const __VLS_export$41: __VLS_WithSlots$24<vue.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4200
+ declare const _default$52: typeof __VLS_export$52;
4201
+ declare const __VLS_export$52: __VLS_WithSlots$33<vue.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4165
4202
  beforetoggle: (e: ToggleEvent) => any;
4166
4203
  }, string, vue.PublicProps, Readonly<PopoverContentProps> & Readonly<{
4167
4204
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
4168
4205
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
4169
4206
  default: (props: PopoverContentSlotProps) => any;
4170
4207
  }>;
4171
- type __VLS_WithSlots$24<T, S> = T & {
4208
+ type __VLS_WithSlots$33<T, S> = T & {
4172
4209
  new (): {
4173
4210
  $slots: S;
4174
4211
  };
@@ -4437,13 +4474,13 @@ interface RadioGroupSlotProps {
4437
4474
  };
4438
4475
  }
4439
4476
  declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue.App) => RadioGroupContext;
4440
- declare const _default$40: typeof __VLS_export$40;
4441
- declare const __VLS_export$40: <T = 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<{
4442
- props: vue.PublicProps & __VLS_PrettifyLocal$13<(RadioGroupProps & {
4477
+ declare const _default$51: typeof __VLS_export$51;
4478
+ declare const __VLS_export$51: <T = 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<{
4479
+ props: vue.PublicProps & __VLS_PrettifyLocal$15<(RadioGroupProps & {
4443
4480
  modelValue?: T;
4444
4481
  }) & {
4445
- "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
4446
4482
  "onUpdate:model-value"?: ((value: T) => any) | undefined;
4483
+ "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
4447
4484
  }> & (typeof globalThis extends {
4448
4485
  __VLS_PROPS_FALLBACK: infer P;
4449
4486
  } ? P : {});
@@ -4471,7 +4508,7 @@ declare const __VLS_export$40: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
4471
4508
  }>) => vue.VNode & {
4472
4509
  __ctx?: Awaited<typeof __VLS_setup>;
4473
4510
  };
4474
- type __VLS_PrettifyLocal$13<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
4511
+ type __VLS_PrettifyLocal$15<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
4475
4512
  //#endregion
4476
4513
  //#region src/components/Radio/RadioHiddenInput.vue.d.ts
4477
4514
  interface RadioHiddenInputProps {
@@ -4519,8 +4556,8 @@ interface RadioHiddenInputProps {
4519
4556
  */
4520
4557
  form?: string;
4521
4558
  }
4522
- declare const _default$39: typeof __VLS_export$39;
4523
- declare const __VLS_export$39: vue.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
4559
+ declare const _default$50: typeof __VLS_export$50;
4560
+ declare const __VLS_export$50: vue.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
4524
4561
  //#endregion
4525
4562
  //#region src/components/Radio/RadioRoot.vue.d.ts
4526
4563
  /** Visual state of the radio for styling purposes */
@@ -4641,9 +4678,9 @@ interface RadioRootSlotProps<V = unknown> {
4641
4678
  };
4642
4679
  }
4643
4680
  declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue.App) => RadioRootContext;
4644
- declare const _default$38: typeof __VLS_export$38;
4645
- declare const __VLS_export$38: <V = 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<{
4646
- props: vue.PublicProps & __VLS_PrettifyLocal$12<RadioRootProps<V>> & (typeof globalThis extends {
4681
+ declare const _default$49: typeof __VLS_export$49;
4682
+ declare const __VLS_export$49: <V = 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<{
4683
+ props: vue.PublicProps & __VLS_PrettifyLocal$14<RadioRootProps<V>> & (typeof globalThis extends {
4647
4684
  __VLS_PROPS_FALLBACK: infer P;
4648
4685
  } ? P : {});
4649
4686
  expose: (exposed: {}) => void;
@@ -4669,7 +4706,7 @@ declare const __VLS_export$38: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
4669
4706
  }>) => vue.VNode & {
4670
4707
  __ctx?: Awaited<typeof __VLS_setup>;
4671
4708
  };
4672
- type __VLS_PrettifyLocal$12<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
4709
+ type __VLS_PrettifyLocal$14<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
4673
4710
  //#endregion
4674
4711
  //#region src/components/Radio/RadioIndicator.vue.d.ts
4675
4712
  interface RadioIndicatorProps extends AtomProps {
@@ -4687,8 +4724,8 @@ interface RadioIndicatorSlotProps {
4687
4724
  };
4688
4725
  };
4689
4726
  }
4690
- declare const _default$37: typeof __VLS_export$37;
4691
- declare const __VLS_export$37: __VLS_WithSlots$23<vue.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
4727
+ declare const _default$48: typeof __VLS_export$48;
4728
+ declare const __VLS_export$48: __VLS_WithSlots$32<vue.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
4692
4729
  /**
4693
4730
  * Default slot for custom indicator content
4694
4731
  *
@@ -4703,7 +4740,7 @@ declare const __VLS_export$37: __VLS_WithSlots$23<vue.DefineComponent<RadioIndic
4703
4740
  */
4704
4741
  default: (props: RadioIndicatorSlotProps) => any;
4705
4742
  }>;
4706
- type __VLS_WithSlots$23<T, S> = T & {
4743
+ type __VLS_WithSlots$32<T, S> = T & {
4707
4744
  new (): {
4708
4745
  $slots: S;
4709
4746
  };
@@ -4791,8 +4828,8 @@ declare const Radio: {
4791
4828
  as?: (DOMElement | null) | undefined;
4792
4829
  renderless?: boolean | undefined;
4793
4830
  modelValue?: T | undefined;
4794
- "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
4795
4831
  "onUpdate:model-value"?: ((value: T) => any) | undefined;
4832
+ "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
4796
4833
  } & (typeof globalThis extends {
4797
4834
  __VLS_PROPS_FALLBACK: infer P;
4798
4835
  } ? P : {});
@@ -4966,11 +5003,11 @@ interface ScrimSlotProps {
4966
5003
  /** Dismiss this overlay */
4967
5004
  dismiss: () => void;
4968
5005
  }
4969
- declare const _default$36: typeof __VLS_export$36;
4970
- declare const __VLS_export$36: __VLS_WithSlots$22<vue.DefineComponent<ScrimProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ScrimProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5006
+ declare const _default$47: typeof __VLS_export$47;
5007
+ declare const __VLS_export$47: __VLS_WithSlots$31<vue.DefineComponent<ScrimProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ScrimProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
4971
5008
  default: (props: ScrimSlotProps) => any;
4972
5009
  }>;
4973
- type __VLS_WithSlots$22<T, S> = T & {
5010
+ type __VLS_WithSlots$31<T, S> = T & {
4974
5011
  new (): {
4975
5012
  $slots: S;
4976
5013
  };
@@ -5047,21 +5084,21 @@ interface SelectRootSlotProps {
5047
5084
  toggle: () => void;
5048
5085
  }
5049
5086
  declare const useSelectContext: (key: string, defaultValue?: SelectContext | undefined) => SelectContext, provideSelectContext: (key: string, context: SelectContext, app?: vue.App) => SelectContext;
5050
- declare const _default$35: typeof __VLS_export$35;
5051
- declare const __VLS_export$35: __VLS_WithSlots$21<vue.DefineComponent<SelectRootProps & {
5087
+ declare const _default$46: typeof __VLS_export$46;
5088
+ declare const __VLS_export$46: __VLS_WithSlots$30<vue.DefineComponent<SelectRootProps & {
5052
5089
  modelValue?: ID | ID[];
5053
5090
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5054
- "update:modelValue": (value: ID | ID[] | undefined) => any;
5055
5091
  "update:model-value": (value: ID | ID[]) => any;
5092
+ "update:modelValue": (value: ID | ID[] | undefined) => any;
5056
5093
  }, string, vue.PublicProps, Readonly<SelectRootProps & {
5057
5094
  modelValue?: ID | ID[];
5058
5095
  }> & Readonly<{
5059
- "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5060
5096
  "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
5097
+ "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5061
5098
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5062
5099
  default: (props: SelectRootSlotProps) => any;
5063
5100
  }>;
5064
- type __VLS_WithSlots$21<T, S> = T & {
5101
+ type __VLS_WithSlots$30<T, S> = T & {
5065
5102
  new (): {
5066
5103
  $slots: S;
5067
5104
  };
@@ -5086,11 +5123,11 @@ interface SelectActivatorSlotProps {
5086
5123
  'data-select-open': '' | undefined;
5087
5124
  };
5088
5125
  }
5089
- declare const _default$34: typeof __VLS_export$34;
5090
- declare const __VLS_export$34: __VLS_WithSlots$20<vue.DefineComponent<SelectActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5126
+ declare const _default$45: typeof __VLS_export$45;
5127
+ declare const __VLS_export$45: __VLS_WithSlots$29<vue.DefineComponent<SelectActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5091
5128
  default: (props: SelectActivatorSlotProps) => any;
5092
5129
  }>;
5093
- type __VLS_WithSlots$20<T, S> = T & {
5130
+ type __VLS_WithSlots$29<T, S> = T & {
5094
5131
  new (): {
5095
5132
  $slots: S;
5096
5133
  };
@@ -5115,11 +5152,11 @@ interface SelectValueSlotProps {
5115
5152
  /** Attributes to bind to the value element */
5116
5153
  attrs: Record<string, never>;
5117
5154
  }
5118
- declare const _default$33: typeof __VLS_export$33;
5119
- declare const __VLS_export$33: __VLS_WithSlots$19<vue.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5155
+ declare const _default$44: typeof __VLS_export$44;
5156
+ declare const __VLS_export$44: __VLS_WithSlots$28<vue.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5120
5157
  default: (props: SelectValueSlotProps) => any;
5121
5158
  }>;
5122
- type __VLS_WithSlots$19<T, S> = T & {
5159
+ type __VLS_WithSlots$28<T, S> = T & {
5123
5160
  new (): {
5124
5161
  $slots: S;
5125
5162
  };
@@ -5134,11 +5171,11 @@ interface SelectContentSlotProps {
5134
5171
  /** Whether the dropdown is open */
5135
5172
  isOpen: boolean;
5136
5173
  }
5137
- declare const _default$32: typeof __VLS_export$32;
5138
- declare const __VLS_export$32: __VLS_WithSlots$18<vue.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5174
+ declare const _default$43: typeof __VLS_export$43;
5175
+ declare const __VLS_export$43: __VLS_WithSlots$27<vue.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5139
5176
  default: (props: SelectContentSlotProps) => any;
5140
5177
  }>;
5141
- type __VLS_WithSlots$18<T, S> = T & {
5178
+ type __VLS_WithSlots$27<T, S> = T & {
5142
5179
  new (): {
5143
5180
  $slots: S;
5144
5181
  };
@@ -5155,11 +5192,11 @@ interface SelectCueSlotProps {
5155
5192
  'data-state': 'open' | 'closed';
5156
5193
  };
5157
5194
  }
5158
- declare const _default$31: typeof __VLS_export$31;
5159
- declare const __VLS_export$31: __VLS_WithSlots$17<vue.DefineComponent<SelectCueProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectCueProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5195
+ declare const _default$42: typeof __VLS_export$42;
5196
+ declare const __VLS_export$42: __VLS_WithSlots$26<vue.DefineComponent<SelectCueProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectCueProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5160
5197
  default: (props: SelectCueSlotProps) => any;
5161
5198
  }>;
5162
- type __VLS_WithSlots$17<T, S> = T & {
5199
+ type __VLS_WithSlots$26<T, S> = T & {
5163
5200
  new (): {
5164
5201
  $slots: S;
5165
5202
  };
@@ -5199,9 +5236,9 @@ interface SelectItemSlotProps<V = unknown> {
5199
5236
  'data-id': string;
5200
5237
  };
5201
5238
  }
5202
- declare const _default$30: typeof __VLS_export$30;
5203
- declare const __VLS_export$30: <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<{
5204
- props: vue.PublicProps & __VLS_PrettifyLocal$11<SelectItemProps<V>> & (typeof globalThis extends {
5239
+ declare const _default$41: typeof __VLS_export$41;
5240
+ declare const __VLS_export$41: <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<{
5241
+ props: vue.PublicProps & __VLS_PrettifyLocal$13<SelectItemProps<V>> & (typeof globalThis extends {
5205
5242
  __VLS_PROPS_FALLBACK: infer P;
5206
5243
  } ? P : {});
5207
5244
  expose: (exposed: {}) => void;
@@ -5213,7 +5250,7 @@ declare const __VLS_export$30: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
5213
5250
  }>) => vue.VNode & {
5214
5251
  __ctx?: Awaited<typeof __VLS_setup>;
5215
5252
  };
5216
- type __VLS_PrettifyLocal$11<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
5253
+ type __VLS_PrettifyLocal$13<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
5217
5254
  //#endregion
5218
5255
  //#region src/components/Select/SelectPlaceholder.vue.d.ts
5219
5256
  interface SelectPlaceholderProps extends AtomProps {
@@ -5222,11 +5259,11 @@ interface SelectPlaceholderProps extends AtomProps {
5222
5259
  interface SelectPlaceholderSlotProps {
5223
5260
  hasValue: boolean;
5224
5261
  }
5225
- declare const _default$29: typeof __VLS_export$29;
5226
- declare const __VLS_export$29: __VLS_WithSlots$16<vue.DefineComponent<SelectPlaceholderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectPlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5262
+ declare const _default$40: typeof __VLS_export$40;
5263
+ declare const __VLS_export$40: __VLS_WithSlots$25<vue.DefineComponent<SelectPlaceholderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectPlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5227
5264
  default: (props: SelectPlaceholderSlotProps) => any;
5228
5265
  }>;
5229
- type __VLS_WithSlots$16<T, S> = T & {
5266
+ type __VLS_WithSlots$25<T, S> = T & {
5230
5267
  new (): {
5231
5268
  $slots: S;
5232
5269
  };
@@ -5308,11 +5345,11 @@ declare const Select: {
5308
5345
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<SelectRootProps & {
5309
5346
  modelValue?: ID | ID[];
5310
5347
  }> & Readonly<{
5311
- "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5312
5348
  "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
5349
+ "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5313
5350
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5314
- "update:modelValue": (value: ID | ID[] | undefined) => any;
5315
5351
  "update:model-value": (value: ID | ID[]) => any;
5352
+ "update:modelValue": (value: ID | ID[] | undefined) => any;
5316
5353
  }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
5317
5354
  P: {};
5318
5355
  B: {};
@@ -5323,8 +5360,8 @@ declare const Select: {
5323
5360
  }, Readonly<SelectRootProps & {
5324
5361
  modelValue?: ID | ID[];
5325
5362
  }> & Readonly<{
5326
- "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5327
5363
  "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
5364
+ "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5328
5365
  }>, {}, {}, {}, {}, {}>;
5329
5366
  __isFragment?: never;
5330
5367
  __isTeleport?: never;
@@ -5332,11 +5369,11 @@ declare const Select: {
5332
5369
  } & vue.ComponentOptionsBase<Readonly<SelectRootProps & {
5333
5370
  modelValue?: ID | ID[];
5334
5371
  }> & Readonly<{
5335
- "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5336
5372
  "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
5373
+ "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5337
5374
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5338
- "update:modelValue": (value: ID | ID[] | undefined) => any;
5339
5375
  "update:model-value": (value: ID | ID[]) => any;
5376
+ "update:modelValue": (value: ID | ID[] | undefined) => any;
5340
5377
  }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
5341
5378
  $slots: {
5342
5379
  default: (props: SelectRootSlotProps) => any;
@@ -5594,13 +5631,13 @@ interface SelectionRootSlotProps {
5594
5631
  };
5595
5632
  }
5596
5633
  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>>;
5597
- declare const _default$28: typeof __VLS_export$28;
5598
- 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<{
5599
- props: vue.PublicProps & __VLS_PrettifyLocal$10<(SelectionRootProps & {
5634
+ declare const _default$39: typeof __VLS_export$39;
5635
+ declare const __VLS_export$39: <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<{
5636
+ props: vue.PublicProps & __VLS_PrettifyLocal$12<(SelectionRootProps & {
5600
5637
  modelValue?: T | T[];
5601
5638
  }) & {
5602
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
5603
5639
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
5640
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
5604
5641
  }> & (typeof globalThis extends {
5605
5642
  __VLS_PROPS_FALLBACK: infer P;
5606
5643
  } ? P : {});
@@ -5613,7 +5650,7 @@ declare const __VLS_export$28: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
5613
5650
  }>) => vue.VNode & {
5614
5651
  __ctx?: Awaited<typeof __VLS_setup>;
5615
5652
  };
5616
- type __VLS_PrettifyLocal$10<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
5653
+ type __VLS_PrettifyLocal$12<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
5617
5654
  //#endregion
5618
5655
  //#region src/components/Selection/SelectionItem.vue.d.ts
5619
5656
  interface SelectionItemProps<V = unknown> {
@@ -5653,9 +5690,9 @@ interface SelectionItemSlotProps<V = unknown> {
5653
5690
  'data-disabled': true | undefined;
5654
5691
  };
5655
5692
  }
5656
- declare const _default$27: typeof __VLS_export$27;
5657
- 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<{
5658
- props: vue.PublicProps & __VLS_PrettifyLocal$9<SelectionItemProps<V>> & (typeof globalThis extends {
5693
+ declare const _default$38: typeof __VLS_export$38;
5694
+ declare const __VLS_export$38: <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<{
5695
+ props: vue.PublicProps & __VLS_PrettifyLocal$11<SelectionItemProps<V>> & (typeof globalThis extends {
5659
5696
  __VLS_PROPS_FALLBACK: infer P;
5660
5697
  } ? P : {});
5661
5698
  expose: (exposed: {}) => void;
@@ -5667,7 +5704,7 @@ declare const __VLS_export$27: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
5667
5704
  }>) => vue.VNode & {
5668
5705
  __ctx?: Awaited<typeof __VLS_setup>;
5669
5706
  };
5670
- type __VLS_PrettifyLocal$9<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
5707
+ type __VLS_PrettifyLocal$11<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
5671
5708
  //#endregion
5672
5709
  //#region src/components/Selection/index.d.ts
5673
5710
  /**
@@ -5714,8 +5751,8 @@ declare const Selection: {
5714
5751
  mandatory?: boolean | "force" | undefined;
5715
5752
  multiple?: boolean | undefined;
5716
5753
  modelValue?: (T | T[]) | undefined;
5717
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
5718
5754
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
5755
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
5719
5756
  } & (typeof globalThis extends {
5720
5757
  __VLS_PROPS_FALLBACK: infer P;
5721
5758
  } ? P : {});
@@ -5782,11 +5819,11 @@ interface SnackbarPortalSlotProps {
5782
5819
  /** Calculated z-index from useStack */
5783
5820
  zIndex: number;
5784
5821
  }
5785
- declare const _default$26: typeof __VLS_export$26;
5786
- declare const __VLS_export$26: __VLS_WithSlots$15<vue.DefineComponent<SnackbarPortalProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SnackbarPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5822
+ declare const _default$37: typeof __VLS_export$37;
5823
+ 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>, {
5787
5824
  default: (props: SnackbarPortalSlotProps) => any;
5788
5825
  }>;
5789
- type __VLS_WithSlots$15<T, S> = T & {
5826
+ type __VLS_WithSlots$24<T, S> = T & {
5790
5827
  new (): {
5791
5828
  $slots: S;
5792
5829
  };
@@ -5810,11 +5847,11 @@ interface SnackbarQueueSlotProps {
5810
5847
  onFocusout: (e: FocusEvent) => void;
5811
5848
  };
5812
5849
  }
5813
- declare const _default$25: typeof __VLS_export$25;
5814
- declare const __VLS_export$25: __VLS_WithSlots$14<vue.DefineComponent<SnackbarQueueProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SnackbarQueueProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5850
+ declare const _default$36: typeof __VLS_export$36;
5851
+ 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>, {
5815
5852
  default: (props: SnackbarQueueSlotProps) => any;
5816
5853
  }>;
5817
- type __VLS_WithSlots$14<T, S> = T & {
5854
+ type __VLS_WithSlots$23<T, S> = T & {
5818
5855
  new (): {
5819
5856
  $slots: S;
5820
5857
  };
@@ -5838,15 +5875,15 @@ interface SnackbarRootSlotProps {
5838
5875
  role: string;
5839
5876
  };
5840
5877
  }
5841
- declare const _default$24: typeof __VLS_export$24;
5842
- declare const __VLS_export$24: __VLS_WithSlots$13<vue.DefineComponent<SnackbarRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5878
+ declare const _default$35: typeof __VLS_export$35;
5879
+ declare const __VLS_export$35: __VLS_WithSlots$22<vue.DefineComponent<SnackbarRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5843
5880
  dismiss: (id: ID) => any;
5844
5881
  }, string, vue.PublicProps, Readonly<SnackbarRootProps> & Readonly<{
5845
5882
  onDismiss?: ((id: ID) => any) | undefined;
5846
5883
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5847
5884
  default: (props: SnackbarRootSlotProps) => any;
5848
5885
  }>;
5849
- type __VLS_WithSlots$13<T, S> = T & {
5886
+ type __VLS_WithSlots$22<T, S> = T & {
5850
5887
  new (): {
5851
5888
  $slots: S;
5852
5889
  };
@@ -5865,11 +5902,11 @@ interface SnackbarCloseSlotProps {
5865
5902
  'onClick': () => void;
5866
5903
  };
5867
5904
  }
5868
- declare const _default$23: typeof __VLS_export$23;
5869
- declare const __VLS_export$23: __VLS_WithSlots$12<vue.DefineComponent<SnackbarCloseProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SnackbarCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5905
+ declare const _default$34: typeof __VLS_export$34;
5906
+ 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>, {
5870
5907
  default: (props: SnackbarCloseSlotProps) => any;
5871
5908
  }>;
5872
- type __VLS_WithSlots$12<T, S> = T & {
5909
+ type __VLS_WithSlots$21<T, S> = T & {
5873
5910
  new (): {
5874
5911
  $slots: S;
5875
5912
  };
@@ -5877,11 +5914,11 @@ type __VLS_WithSlots$12<T, S> = T & {
5877
5914
  //#endregion
5878
5915
  //#region src/components/Snackbar/SnackbarContent.vue.d.ts
5879
5916
  type SnackbarContentProps = AtomProps;
5880
- declare const _default$22: typeof __VLS_export$22;
5881
- declare const __VLS_export$22: __VLS_WithSlots$11<vue.DefineComponent<AtomProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5917
+ declare const _default$33: typeof __VLS_export$33;
5918
+ declare const __VLS_export$33: __VLS_WithSlots$20<vue.DefineComponent<AtomProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5882
5919
  default: () => any;
5883
5920
  }>;
5884
- type __VLS_WithSlots$11<T, S> = T & {
5921
+ type __VLS_WithSlots$20<T, S> = T & {
5885
5922
  new (): {
5886
5923
  $slots: S;
5887
5924
  };
@@ -6179,25 +6216,25 @@ interface SliderRootSlotProps {
6179
6216
  };
6180
6217
  }
6181
6218
  declare const useSliderRoot: (key: string, defaultValue?: SliderRootContext | undefined) => SliderRootContext, provideSliderRoot: (key: string, context: SliderRootContext, app?: vue.App) => SliderRootContext;
6182
- declare const _default$21: typeof __VLS_export$21;
6183
- declare const __VLS_export$21: __VLS_WithSlots$10<vue.DefineComponent<SliderRootProps & {
6219
+ declare const _default$32: typeof __VLS_export$32;
6220
+ declare const __VLS_export$32: __VLS_WithSlots$19<vue.DefineComponent<SliderRootProps & {
6184
6221
  modelValue?: number | number[];
6185
6222
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6186
- "update:modelValue": (value: number | number[]) => any;
6187
6223
  "update:model-value": (value: number | number[]) => any;
6224
+ "update:modelValue": (value: number | number[]) => any;
6188
6225
  start: (value: number | number[]) => any;
6189
6226
  end: (value: number | number[]) => any;
6190
6227
  }, string, vue.PublicProps, Readonly<SliderRootProps & {
6191
6228
  modelValue?: number | number[];
6192
6229
  }> & Readonly<{
6193
- "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6194
6230
  "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
6231
+ "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6195
6232
  onStart?: ((value: number | number[]) => any) | undefined;
6196
6233
  onEnd?: ((value: number | number[]) => any) | undefined;
6197
6234
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6198
6235
  default: (props: SliderRootSlotProps) => any;
6199
6236
  }>;
6200
- type __VLS_WithSlots$10<T, S> = T & {
6237
+ type __VLS_WithSlots$19<T, S> = T & {
6201
6238
  new (): {
6202
6239
  $slots: S;
6203
6240
  };
@@ -6218,11 +6255,11 @@ interface SliderTrackSlotProps {
6218
6255
  'onPointerdown': (e: PointerEvent) => void;
6219
6256
  };
6220
6257
  }
6221
- declare const _default$20: typeof __VLS_export$20;
6222
- declare const __VLS_export$20: __VLS_WithSlots$9<vue.DefineComponent<SliderTrackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6258
+ declare const _default$31: typeof __VLS_export$31;
6259
+ declare const __VLS_export$31: __VLS_WithSlots$18<vue.DefineComponent<SliderTrackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6223
6260
  default: (props: SliderTrackSlotProps) => any;
6224
6261
  }>;
6225
- type __VLS_WithSlots$9<T, S> = T & {
6262
+ type __VLS_WithSlots$18<T, S> = T & {
6226
6263
  new (): {
6227
6264
  $slots: S;
6228
6265
  };
@@ -6246,11 +6283,11 @@ interface SliderRangeSlotProps {
6246
6283
  'style': Record<string, string>;
6247
6284
  };
6248
6285
  }
6249
- declare const _default$19: typeof __VLS_export$19;
6250
- declare const __VLS_export$19: __VLS_WithSlots$8<vue.DefineComponent<SliderRangeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SliderRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6286
+ declare const _default$30: typeof __VLS_export$30;
6287
+ declare const __VLS_export$30: __VLS_WithSlots$17<vue.DefineComponent<SliderRangeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SliderRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6251
6288
  default: (props: SliderRangeSlotProps) => any;
6252
6289
  }>;
6253
- type __VLS_WithSlots$8<T, S> = T & {
6290
+ type __VLS_WithSlots$17<T, S> = T & {
6254
6291
  new (): {
6255
6292
  $slots: S;
6256
6293
  };
@@ -6298,11 +6335,11 @@ interface SliderThumbSlotProps {
6298
6335
  'onPointerdown': (e: PointerEvent) => void;
6299
6336
  };
6300
6337
  }
6301
- declare const _default$18: typeof __VLS_export$18;
6302
- declare const __VLS_export$18: __VLS_WithSlots$7<vue.DefineComponent<SliderThumbProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6338
+ declare const _default$29: typeof __VLS_export$29;
6339
+ declare const __VLS_export$29: __VLS_WithSlots$16<vue.DefineComponent<SliderThumbProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6303
6340
  default: (props: SliderThumbSlotProps) => any;
6304
6341
  }>;
6305
- type __VLS_WithSlots$7<T, S> = T & {
6342
+ type __VLS_WithSlots$16<T, S> = T & {
6306
6343
  new (): {
6307
6344
  $slots: S;
6308
6345
  };
@@ -6315,8 +6352,8 @@ interface SliderHiddenInputProps {
6315
6352
  /** Thumb index to read value from */
6316
6353
  index?: number;
6317
6354
  }
6318
- declare const _default$17: typeof __VLS_export$17;
6319
- declare const __VLS_export$17: vue.DefineComponent<SliderHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
6355
+ declare const _default$28: typeof __VLS_export$28;
6356
+ declare const __VLS_export$28: vue.DefineComponent<SliderHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
6320
6357
  //#endregion
6321
6358
  //#region src/components/Slider/index.d.ts
6322
6359
  /**
@@ -6378,13 +6415,13 @@ declare const Slider: {
6378
6415
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<SliderRootProps & {
6379
6416
  modelValue?: number | number[];
6380
6417
  }> & Readonly<{
6381
- "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6382
6418
  "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
6419
+ "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6383
6420
  onStart?: ((value: number | number[]) => any) | undefined;
6384
6421
  onEnd?: ((value: number | number[]) => any) | undefined;
6385
6422
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6386
- "update:modelValue": (value: number | number[]) => any;
6387
6423
  "update:model-value": (value: number | number[]) => any;
6424
+ "update:modelValue": (value: number | number[]) => any;
6388
6425
  start: (value: number | number[]) => any;
6389
6426
  end: (value: number | number[]) => any;
6390
6427
  }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
@@ -6397,8 +6434,8 @@ declare const Slider: {
6397
6434
  }, Readonly<SliderRootProps & {
6398
6435
  modelValue?: number | number[];
6399
6436
  }> & Readonly<{
6400
- "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6401
6437
  "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
6438
+ "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6402
6439
  onStart?: ((value: number | number[]) => any) | undefined;
6403
6440
  onEnd?: ((value: number | number[]) => any) | undefined;
6404
6441
  }>, {}, {}, {}, {}, {}>;
@@ -6408,13 +6445,13 @@ declare const Slider: {
6408
6445
  } & vue.ComponentOptionsBase<Readonly<SliderRootProps & {
6409
6446
  modelValue?: number | number[];
6410
6447
  }> & Readonly<{
6411
- "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6412
6448
  "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
6449
+ "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6413
6450
  onStart?: ((value: number | number[]) => any) | undefined;
6414
6451
  onEnd?: ((value: number | number[]) => any) | undefined;
6415
6452
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6416
- "update:modelValue": (value: number | number[]) => any;
6417
6453
  "update:model-value": (value: number | number[]) => any;
6454
+ "update:modelValue": (value: number | number[]) => any;
6418
6455
  start: (value: number | number[]) => any;
6419
6456
  end: (value: number | number[]) => any;
6420
6457
  }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
@@ -6606,15 +6643,15 @@ interface SplitterRootSlotProps {
6606
6643
  };
6607
6644
  }
6608
6645
  declare const useSplitterRoot: () => SplitterContext, provideSplitterRoot: (context: SplitterContext, app?: vue.App) => SplitterContext;
6609
- declare const _default$16: typeof __VLS_export$16;
6610
- declare const __VLS_export$16: __VLS_WithSlots$6<vue.DefineComponent<SplitterRootProps, SplitterRootExpose, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6646
+ declare const _default$27: typeof __VLS_export$27;
6647
+ declare const __VLS_export$27: __VLS_WithSlots$15<vue.DefineComponent<SplitterRootProps, SplitterRootExpose, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6611
6648
  layout: (sizes: number[]) => any;
6612
6649
  }, string, vue.PublicProps, Readonly<SplitterRootProps> & Readonly<{
6613
6650
  onLayout?: ((sizes: number[]) => any) | undefined;
6614
6651
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6615
6652
  default: (props: SplitterRootSlotProps) => any;
6616
6653
  }>;
6617
- type __VLS_WithSlots$6<T, S> = T & {
6654
+ type __VLS_WithSlots$15<T, S> = T & {
6618
6655
  new (): {
6619
6656
  $slots: S;
6620
6657
  };
@@ -6624,7 +6661,7 @@ type __VLS_WithSlots$6<T, S> = T & {
6624
6661
  interface SplitterPanelProps extends AtomProps {
6625
6662
  defaultSize: number;
6626
6663
  minSize?: number;
6627
- maxSize?: number;
6664
+ maxSize?: number | `${number}px`;
6628
6665
  collapsible?: boolean;
6629
6666
  collapsedSize?: number;
6630
6667
  }
@@ -6647,8 +6684,8 @@ interface SplitterPanelSlotProps {
6647
6684
  'data-collapsed': true | undefined;
6648
6685
  };
6649
6686
  }
6650
- declare const _default$15: typeof __VLS_export$15;
6651
- declare const __VLS_export$15: __VLS_WithSlots$5<vue.DefineComponent<SplitterPanelProps & {
6687
+ declare const _default$26: typeof __VLS_export$26;
6688
+ declare const __VLS_export$26: __VLS_WithSlots$14<vue.DefineComponent<SplitterPanelProps & {
6652
6689
  collapsed?: boolean;
6653
6690
  }, SplitterPanelExpose, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6654
6691
  resize: (size: number) => any;
@@ -6661,7 +6698,7 @@ declare const __VLS_export$15: __VLS_WithSlots$5<vue.DefineComponent<SplitterPan
6661
6698
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6662
6699
  default: (props: SplitterPanelSlotProps) => any;
6663
6700
  }>;
6664
- type __VLS_WithSlots$5<T, S> = T & {
6701
+ type __VLS_WithSlots$14<T, S> = T & {
6665
6702
  new (): {
6666
6703
  $slots: S;
6667
6704
  };
@@ -6697,11 +6734,11 @@ interface SplitterHandleSlotProps {
6697
6734
  'onKeydown': (e: KeyboardEvent) => void;
6698
6735
  };
6699
6736
  }
6700
- declare const _default$14: typeof __VLS_export$14;
6701
- declare const __VLS_export$14: __VLS_WithSlots$4<vue.DefineComponent<SplitterHandleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SplitterHandleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6737
+ declare const _default$25: typeof __VLS_export$25;
6738
+ declare const __VLS_export$25: __VLS_WithSlots$13<vue.DefineComponent<SplitterHandleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SplitterHandleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
6702
6739
  default: (props: SplitterHandleSlotProps) => any;
6703
6740
  }>;
6704
- type __VLS_WithSlots$4<T, S> = T & {
6741
+ type __VLS_WithSlots$13<T, S> = T & {
6705
6742
  new (): {
6706
6743
  $slots: S;
6707
6744
  };
@@ -6914,13 +6951,13 @@ interface SwitchGroupSlotProps {
6914
6951
  };
6915
6952
  }
6916
6953
  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>>;
6917
- declare const _default$13: typeof __VLS_export$13;
6918
- declare const __VLS_export$13: <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<{
6919
- props: vue.PublicProps & __VLS_PrettifyLocal$8<(SwitchGroupProps & {
6954
+ declare const _default$24: typeof __VLS_export$24;
6955
+ declare const __VLS_export$24: <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<{
6956
+ props: vue.PublicProps & __VLS_PrettifyLocal$10<(SwitchGroupProps & {
6920
6957
  modelValue?: T | T[];
6921
6958
  }) & {
6922
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
6923
6959
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
6960
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
6924
6961
  }> & (typeof globalThis extends {
6925
6962
  __VLS_PROPS_FALLBACK: infer P;
6926
6963
  } ? P : {});
@@ -6933,7 +6970,7 @@ declare const __VLS_export$13: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
6933
6970
  }>) => vue.VNode & {
6934
6971
  __ctx?: Awaited<typeof __VLS_setup>;
6935
6972
  };
6936
- type __VLS_PrettifyLocal$8<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
6973
+ type __VLS_PrettifyLocal$10<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
6937
6974
  //#endregion
6938
6975
  //#region src/components/Switch/SwitchHiddenInput.vue.d.ts
6939
6976
  interface SwitchHiddenInputProps {
@@ -6946,8 +6983,8 @@ interface SwitchHiddenInputProps {
6946
6983
  /** Associate with form by ID (overrides Root's form) */
6947
6984
  form?: string;
6948
6985
  }
6949
- declare const _default$12: typeof __VLS_export$12;
6950
- declare const __VLS_export$12: vue.DefineComponent<SwitchHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SwitchHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
6986
+ declare const _default$23: typeof __VLS_export$23;
6987
+ declare const __VLS_export$23: vue.DefineComponent<SwitchHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SwitchHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
6951
6988
  //#endregion
6952
6989
  //#region src/components/Switch/SwitchRoot.vue.d.ts
6953
6990
  /** Visual state of the switch for styling purposes */
@@ -7045,13 +7082,13 @@ interface SwitchRootSlotProps<V = unknown> {
7045
7082
  };
7046
7083
  }
7047
7084
  declare const useSwitchRoot: (key: string, defaultValue?: SwitchRootContext<unknown> | undefined) => SwitchRootContext<unknown>, provideSwitchRoot: (key: string, context: SwitchRootContext<unknown>, app?: vue.App) => SwitchRootContext<unknown>;
7048
- declare const _default$11: typeof __VLS_export$11;
7049
- declare const __VLS_export$11: <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<{
7050
- props: vue.PublicProps & __VLS_PrettifyLocal$7<(SwitchRootProps<V> & {
7085
+ declare const _default$22: typeof __VLS_export$22;
7086
+ declare const __VLS_export$22: <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<{
7087
+ props: vue.PublicProps & __VLS_PrettifyLocal$9<(SwitchRootProps<V> & {
7051
7088
  modelValue?: boolean;
7052
7089
  }) & {
7053
- "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
7054
7090
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
7091
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
7055
7092
  }> & (typeof globalThis extends {
7056
7093
  __VLS_PROPS_FALLBACK: infer P;
7057
7094
  } ? P : {});
@@ -7064,7 +7101,7 @@ declare const __VLS_export$11: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
7064
7101
  }>) => vue.VNode & {
7065
7102
  __ctx?: Awaited<typeof __VLS_setup>;
7066
7103
  };
7067
- type __VLS_PrettifyLocal$7<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7104
+ type __VLS_PrettifyLocal$9<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7068
7105
  //#endregion
7069
7106
  //#region src/components/Switch/SwitchSelectAll.vue.d.ts
7070
7107
  interface SwitchSelectAllProps extends AtomProps {
@@ -7110,11 +7147,11 @@ interface SwitchSelectAllSlotProps {
7110
7147
  'data-disabled': true | undefined;
7111
7148
  };
7112
7149
  }
7113
- declare const _default$10: typeof __VLS_export$10;
7114
- declare const __VLS_export$10: __VLS_WithSlots$3<vue.DefineComponent<SwitchSelectAllProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
7150
+ declare const _default$21: typeof __VLS_export$21;
7151
+ declare const __VLS_export$21: __VLS_WithSlots$12<vue.DefineComponent<SwitchSelectAllProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
7115
7152
  default: (props: SwitchSelectAllSlotProps) => any;
7116
7153
  }>;
7117
- type __VLS_WithSlots$3<T, S> = T & {
7154
+ type __VLS_WithSlots$12<T, S> = T & {
7118
7155
  new (): {
7119
7156
  $slots: S;
7120
7157
  };
@@ -7138,11 +7175,11 @@ interface SwitchThumbSlotProps {
7138
7175
  };
7139
7176
  };
7140
7177
  }
7141
- declare const _default$9: typeof __VLS_export$9;
7142
- declare const __VLS_export$9: __VLS_WithSlots$2<vue.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
7178
+ declare const _default$20: typeof __VLS_export$20;
7179
+ declare const __VLS_export$20: __VLS_WithSlots$11<vue.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
7143
7180
  default: (props: SwitchThumbSlotProps) => any;
7144
7181
  }>;
7145
- type __VLS_WithSlots$2<T, S> = T & {
7182
+ type __VLS_WithSlots$11<T, S> = T & {
7146
7183
  new (): {
7147
7184
  $slots: S;
7148
7185
  };
@@ -7163,11 +7200,11 @@ interface SwitchTrackSlotProps {
7163
7200
  'data-state': SwitchState;
7164
7201
  };
7165
7202
  }
7166
- declare const _default$8: typeof __VLS_export$8;
7167
- declare const __VLS_export$8: __VLS_WithSlots$1<vue.DefineComponent<SwitchTrackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
7203
+ declare const _default$19: typeof __VLS_export$19;
7204
+ declare const __VLS_export$19: __VLS_WithSlots$10<vue.DefineComponent<SwitchTrackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
7168
7205
  default: (props: SwitchTrackSlotProps) => any;
7169
7206
  }>;
7170
- type __VLS_WithSlots$1<T, S> = T & {
7207
+ type __VLS_WithSlots$10<T, S> = T & {
7171
7208
  new (): {
7172
7209
  $slots: S;
7173
7210
  };
@@ -7251,8 +7288,8 @@ declare const Switch: {
7251
7288
  as?: (DOMElement | null) | undefined;
7252
7289
  renderless?: boolean | undefined;
7253
7290
  modelValue?: (T | T[]) | undefined;
7254
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
7255
7291
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
7292
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
7256
7293
  } & (typeof globalThis extends {
7257
7294
  __VLS_PROPS_FALLBACK: infer P;
7258
7295
  } ? P : {});
@@ -7342,8 +7379,8 @@ declare const Switch: {
7342
7379
  as?: (DOMElement | null) | undefined;
7343
7380
  renderless?: boolean | undefined;
7344
7381
  modelValue?: boolean | undefined;
7345
- "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
7346
7382
  "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
7383
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
7347
7384
  } & (typeof globalThis extends {
7348
7385
  __VLS_PROPS_FALLBACK: infer P;
7349
7386
  } ? P : {});
@@ -7512,9 +7549,9 @@ interface SingleRootSlotProps {
7512
7549
  };
7513
7550
  }
7514
7551
  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>>;
7515
- declare const _default$7: typeof __VLS_export$7;
7516
- declare const __VLS_export$7: <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<{
7517
- props: vue.PublicProps & __VLS_PrettifyLocal$6<(SingleRootProps & {
7552
+ declare const _default$18: typeof __VLS_export$18;
7553
+ declare const __VLS_export$18: <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<{
7554
+ props: vue.PublicProps & __VLS_PrettifyLocal$8<(SingleRootProps & {
7518
7555
  modelValue?: T | T[];
7519
7556
  }) & {
7520
7557
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
@@ -7530,7 +7567,7 @@ declare const __VLS_export$7: <T = unknown>(__VLS_props: NonNullable<Awaited<typ
7530
7567
  }>) => vue.VNode & {
7531
7568
  __ctx?: Awaited<typeof __VLS_setup>;
7532
7569
  };
7533
- type __VLS_PrettifyLocal$6<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7570
+ type __VLS_PrettifyLocal$8<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7534
7571
  //#endregion
7535
7572
  //#region src/components/Single/SingleItem.vue.d.ts
7536
7573
  interface SingleItemProps<V = unknown> {
@@ -7570,9 +7607,9 @@ interface SingleItemSlotProps<V = unknown> {
7570
7607
  'data-disabled': true | undefined;
7571
7608
  };
7572
7609
  }
7573
- declare const _default$6: typeof __VLS_export$6;
7574
- declare const __VLS_export$6: <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<{
7575
- props: vue.PublicProps & __VLS_PrettifyLocal$5<SingleItemProps<V>> & (typeof globalThis extends {
7610
+ declare const _default$17: typeof __VLS_export$17;
7611
+ declare const __VLS_export$17: <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<{
7612
+ props: vue.PublicProps & __VLS_PrettifyLocal$7<SingleItemProps<V>> & (typeof globalThis extends {
7576
7613
  __VLS_PROPS_FALLBACK: infer P;
7577
7614
  } ? P : {});
7578
7615
  expose: (exposed: {}) => void;
@@ -7584,7 +7621,7 @@ declare const __VLS_export$6: <V = unknown>(__VLS_props: NonNullable<Awaited<typ
7584
7621
  }>) => vue.VNode & {
7585
7622
  __ctx?: Awaited<typeof __VLS_setup>;
7586
7623
  };
7587
- type __VLS_PrettifyLocal$5<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7624
+ type __VLS_PrettifyLocal$7<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7588
7625
  //#endregion
7589
7626
  //#region src/components/Single/index.d.ts
7590
7627
  /**
@@ -7731,9 +7768,9 @@ interface StepRootSlotProps {
7731
7768
  };
7732
7769
  }
7733
7770
  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>>;
7734
- declare const _default$5: typeof __VLS_export$5;
7735
- declare const __VLS_export$5: <T = 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<{
7736
- props: vue.PublicProps & __VLS_PrettifyLocal$4<(StepRootProps & {
7771
+ declare const _default$16: typeof __VLS_export$16;
7772
+ declare const __VLS_export$16: <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<{
7773
+ props: vue.PublicProps & __VLS_PrettifyLocal$6<(StepRootProps & {
7737
7774
  modelValue?: T | T[];
7738
7775
  }) & {
7739
7776
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
@@ -7749,7 +7786,7 @@ declare const __VLS_export$5: <T = unknown>(__VLS_props: NonNullable<Awaited<typ
7749
7786
  }>) => vue.VNode & {
7750
7787
  __ctx?: Awaited<typeof __VLS_setup>;
7751
7788
  };
7752
- type __VLS_PrettifyLocal$4<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7789
+ type __VLS_PrettifyLocal$6<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7753
7790
  //#endregion
7754
7791
  //#region src/components/Step/StepItem.vue.d.ts
7755
7792
  interface StepItemProps<V = unknown> {
@@ -7789,9 +7826,9 @@ interface StepItemSlotProps<V = unknown> {
7789
7826
  'data-disabled': true | undefined;
7790
7827
  };
7791
7828
  }
7792
- declare const _default$4: typeof __VLS_export$4;
7793
- declare const __VLS_export$4: <V = 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<{
7794
- props: vue.PublicProps & __VLS_PrettifyLocal$3<StepItemProps<V>> & (typeof globalThis extends {
7829
+ declare const _default$15: typeof __VLS_export$15;
7830
+ declare const __VLS_export$15: <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<{
7831
+ props: vue.PublicProps & __VLS_PrettifyLocal$5<StepItemProps<V>> & (typeof globalThis extends {
7795
7832
  __VLS_PROPS_FALLBACK: infer P;
7796
7833
  } ? P : {});
7797
7834
  expose: (exposed: {}) => void;
@@ -7803,7 +7840,7 @@ declare const __VLS_export$4: <V = unknown>(__VLS_props: NonNullable<Awaited<typ
7803
7840
  }>) => vue.VNode & {
7804
7841
  __ctx?: Awaited<typeof __VLS_setup>;
7805
7842
  };
7806
- type __VLS_PrettifyLocal$3<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7843
+ type __VLS_PrettifyLocal$5<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
7807
7844
  //#endregion
7808
7845
  //#region src/components/Step/index.d.ts
7809
7846
  /**
@@ -7978,13 +8015,13 @@ interface TabsContext extends StepContext<TabsTicket> {
7978
8015
  rootId: string;
7979
8016
  }
7980
8017
  declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue.App) => TabsContext;
7981
- declare const _default$3: typeof __VLS_export$3;
7982
- declare const __VLS_export$3: <T = 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<{
7983
- props: vue.PublicProps & __VLS_PrettifyLocal$2<(TabsRootProps & {
8018
+ declare const _default$14: typeof __VLS_export$14;
8019
+ declare const __VLS_export$14: <T = 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<{
8020
+ props: vue.PublicProps & __VLS_PrettifyLocal$4<(TabsRootProps & {
7984
8021
  modelValue?: T | T[];
7985
8022
  }) & {
7986
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
7987
8023
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
8024
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
7988
8025
  }> & (typeof globalThis extends {
7989
8026
  __VLS_PROPS_FALLBACK: infer P;
7990
8027
  } ? P : {});
@@ -7997,7 +8034,7 @@ declare const __VLS_export$3: <T = unknown>(__VLS_props: NonNullable<Awaited<typ
7997
8034
  }>) => vue.VNode & {
7998
8035
  __ctx?: Awaited<typeof __VLS_setup>;
7999
8036
  };
8000
- type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
8037
+ type __VLS_PrettifyLocal$4<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
8001
8038
  //#endregion
8002
8039
  //#region src/components/Tabs/TabsList.vue.d.ts
8003
8040
  interface TabsListProps extends AtomProps {
@@ -8020,11 +8057,11 @@ interface TabsListSlotProps {
8020
8057
  'data-disabled': true | undefined;
8021
8058
  };
8022
8059
  }
8023
- declare const _default$2: typeof __VLS_export$2;
8024
- declare const __VLS_export$2: __VLS_WithSlots<vue.DefineComponent<TabsListProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
8060
+ declare const _default$13: typeof __VLS_export$13;
8061
+ declare const __VLS_export$13: __VLS_WithSlots$9<vue.DefineComponent<TabsListProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
8025
8062
  default: (props: TabsListSlotProps) => any;
8026
8063
  }>;
8027
- type __VLS_WithSlots<T, S> = T & {
8064
+ type __VLS_WithSlots$9<T, S> = T & {
8028
8065
  new (): {
8029
8066
  $slots: S;
8030
8067
  };
@@ -8076,9 +8113,9 @@ interface TabsItemSlotProps {
8076
8113
  'onFocus': () => void;
8077
8114
  };
8078
8115
  }
8079
- declare const _default$1: typeof __VLS_export$1;
8080
- declare const __VLS_export$1: <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<{
8081
- props: vue.PublicProps & __VLS_PrettifyLocal$1<TabsItemProps<V>> & (typeof globalThis extends {
8116
+ declare const _default$12: typeof __VLS_export$12;
8117
+ declare const __VLS_export$12: <V = 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<{
8118
+ props: vue.PublicProps & __VLS_PrettifyLocal$3<TabsItemProps<V>> & (typeof globalThis extends {
8082
8119
  __VLS_PROPS_FALLBACK: infer P;
8083
8120
  } ? P : {});
8084
8121
  expose: (exposed: {}) => void;
@@ -8090,7 +8127,7 @@ declare const __VLS_export$1: <V = unknown>(__VLS_props: NonNullable<Awaited<typ
8090
8127
  }>) => vue.VNode & {
8091
8128
  __ctx?: Awaited<typeof __VLS_setup>;
8092
8129
  };
8093
- type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
8130
+ type __VLS_PrettifyLocal$3<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
8094
8131
  //#endregion
8095
8132
  //#region src/components/Tabs/TabsPanel.vue.d.ts
8096
8133
  interface TabsPanelProps<V = unknown> extends AtomProps {
@@ -8112,9 +8149,9 @@ interface TabsPanelSlotProps {
8112
8149
  'data-selected': true | undefined;
8113
8150
  };
8114
8151
  }
8115
- declare const _default: typeof __VLS_export;
8116
- declare const __VLS_export: <V = 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<{
8117
- props: vue.PublicProps & __VLS_PrettifyLocal<TabsPanelProps<V>> & (typeof globalThis extends {
8152
+ declare const _default$11: typeof __VLS_export$11;
8153
+ declare const __VLS_export$11: <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<{
8154
+ props: vue.PublicProps & __VLS_PrettifyLocal$2<TabsPanelProps<V>> & (typeof globalThis extends {
8118
8155
  __VLS_PROPS_FALLBACK: infer P;
8119
8156
  } ? P : {});
8120
8157
  expose: (exposed: {}) => void;
@@ -8126,7 +8163,7 @@ declare const __VLS_export: <V = unknown>(__VLS_props: NonNullable<Awaited<typeo
8126
8163
  }>) => vue.VNode & {
8127
8164
  __ctx?: Awaited<typeof __VLS_setup>;
8128
8165
  };
8129
- type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
8166
+ type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
8130
8167
  //#endregion
8131
8168
  //#region src/components/Tabs/index.d.ts
8132
8169
  /**
@@ -8179,8 +8216,8 @@ declare const Tabs: {
8179
8216
  orientation?: TabsOrientation | undefined;
8180
8217
  activation?: TabsActivation | undefined;
8181
8218
  modelValue?: (T | T[]) | undefined;
8182
- "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
8183
8219
  "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
8220
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
8184
8221
  } & (typeof globalThis extends {
8185
8222
  __VLS_PROPS_FALLBACK: infer P;
8186
8223
  } ? P : {});
@@ -8280,4 +8317,986 @@ declare const Tabs: {
8280
8317
  };
8281
8318
  };
8282
8319
  //#endregion
8283
- export { provideSwitchRoot as $, ButtonRootProps as $a, provideExpansionPanelItem as $i, _default$37 as $n, _default$89 as $o, PaginationRootProps as $r, SnackbarRootProps as $t, SingleItemProps as A, Checkbox as Aa, _default$56 as Ai, SelectCueSlotProps as An, BreadcrumbsPageSlotProps as Ao, usePopoverContext as Ar, SliderThumbProps as At, SwitchTrackSlotProps as B, CheckboxState as Ba, ExpansionPanelContentProps as Bi, _default$34 as Bn, _default$87 as Bo, _default$46 as Br, SliderRootContext as Bt, _default$4 as C, _default$68 as Ca, _default$54 as Ci, SelectPlaceholderProps as Cn, BreadcrumbsEllipsisProps as Co, PopoverActivatorSlotProps as Cr, SplitterRootSlotProps as Ct, provideStepRoot as D, _default$69 as Da, Group as Di, SelectItemSlotProps as Dn, BreadcrumbsDividerSlotProps as Do, PopoverRootSlotProps as Dr, Slider as Dt, _default$5 as E, DialogRootSlotProps as Ea, _default$55 as Ei, SelectItemProps as En, BreadcrumbsDividerProps as Eo, PopoverRootProps as Er, useSplitterRoot as Et, _default$7 as F, CheckboxIndicatorSlotProps as Fa, useGroupRoot as Fi, SelectValueProps as Fn, BreadcrumbsListProps as Fo, PaginationLastProps as Fr, SliderRangeSlotProps as Ft, SwitchSelectAllProps as G, _default$73 as Ga, _default$60 as Gi, provideSelectContext as Gn, BreadcrumbsTicketType as Go, PaginationPrevSlotProps as Gr, useSliderRoot as Gt, SwitchThumbProps as H, provideCheckboxRoot as Ha, _default$59 as Hi, SelectRootProps as Hn, useBreadcrumbsRoot as Ho, PaginationEllipsisSlotProps as Hr, SliderRootSlotProps as Ht, provideSingleRoot as I, _default$71 as Ia, FormProps as Ii, SelectValueSlotProps as In, BreadcrumbsListSlotProps as Io, PaginationLastSlotProps as Ir, _default$19 as It, SwitchRootContext as J, _default$74 as Ja, _default$61 as Ji, ScrimSlotProps as Jn, AvatarFallbackSlotProps as Jo, PaginationFirstSlotProps as Jr, _default$22 as Jt, SwitchSelectAllSlotProps as K, CheckboxGroupProps as Ka, ExpansionPanelHeaderProps as Ki, useSelectContext as Kn, Avatar as Ko, _default$48 as Kr, Snackbar as Kt, useSingleRoot as L, CheckboxRootContext as La, FormSlotProps as Li, _default$33 as Ln, _default$86 as Lo, _default$45 as Lr, SliderTrackProps as Lt, _default$6 as M, CheckboxSelectAllSlotProps as Ma, GroupRootSlotProps as Mi, SelectContentProps as Mn, BreadcrumbsItemProps as Mo, PaginationStatusProps as Mr, SliderThumbState as Mt, SingleRootProps as N, _default$70 as Na, _default$57 as Ni, SelectContentSlotProps as Nn, BreadcrumbsItemSlotProps as No, PaginationStatusSlotProps as Nr, _default$18 as Nt, useStepRoot as O, provideDialogContext as Oa, GroupItemProps as Oi, _default$30 as On, _default$83 as Oo, _default$43 as Or, SliderHiddenInputProps as Ot, SingleRootSlotProps as P, CheckboxIndicatorProps as Pa, provideGroupRoot as Pi, _default$32 as Pn, _default$85 as Po, _default$44 as Pr, SliderRangeProps as Pt, _default$11 as Q, ButtonRootContext as Qa, _default$62 as Qi, RadioIndicatorSlotProps as Qn, AvatarImageSlotProps as Qo, _default$50 as Qr, SnackbarRootContext as Qt, Switch as R, CheckboxRootProps as Ra, _default$58 as Ri, SelectActivatorProps as Rn, BreadcrumbsRootProps as Ro, PaginationNextProps as Rr, SliderTrackSlotProps as Rt, StepItemSlotProps as S, DialogActivatorSlotProps as Sa, InputDescriptionSlotProps as Si, Select as Sn, _default$81 as So, PopoverActivatorProps as Sr, SplitterRootProps as St, StepRootSlotProps as T, DialogRootProps as Ta, InputControlSlotProps as Ti, _default$29 as Tn, _default$82 as To, PopoverContext as Tr, provideSplitterRoot as Tt, SwitchThumbSlotProps as U, useCheckboxRoot as Ua, ExpansionPanelActivatorProps as Ui, SelectRootSlotProps as Un, BreadcrumbsRootContext as Uo, _default$47 as Ur, _default$21 as Ut, _default$8 as V, _default$72 as Va, ExpansionPanelContentSlotProps as Vi, SelectContext as Vn, provideBreadcrumbsRoot as Vo, PaginationEllipsisProps as Vr, SliderRootProps as Vt, _default$9 as W, CheckboxHiddenInputProps as Wa, ExpansionPanelActivatorSlotProps as Wi, _default$35 as Wn, BreadcrumbsTicket as Wo, PaginationPrevProps as Wr, provideSliderRoot as Wt, SwitchRootSlotProps as X, useCheckboxGroup as Xa, ExpansionPanelItemProps as Xi, Radio as Xn, AvatarImageEmits as Xo, PaginationItemProps as Xr, SnackbarCloseSlotProps as Xt, SwitchRootProps as Y, provideCheckboxGroup as Ya, ExpansionPanelItemContext as Yi, _default$36 as Yn, _default$88 as Yo, _default$49 as Yr, SnackbarCloseProps as Yt, SwitchState as Z, Button as Za, ExpansionPanelItemSlotProps as Zi, RadioIndicatorProps as Zn, AvatarImageProps as Zo, PaginationItemSlotProps as Zr, _default$23 as Zt, _default$3 as _, DialogContentEmits as _a, useInputRoot as _i, SelectionRootProps as _n, ButtonContentProps as _o, Popover as _r, SplitterContext as _t, TabsItemProps as a, provideExpansionPanelRoot as aa, usePaginationControls as ai, SnackbarQueueProps as an, ButtonLoadingSlotProps as ao, provideRadioRoot as ar, useAvatarRoot as as, _default$13 as at, Step as b, _default$67 as ba, _default$53 as bi, provideSelectionRoot as bn, Breadcrumbs as bo, PopoverContentSlotProps as br, SplitterPanelTicket as bt, TabsListProps as c, DialogCloseProps as ca, Input as ci, provideSnackbarQueueContext as cn, ButtonIconSlotProps as co, _default$39 as cr, AtomSlots as cs, Splitter as ct, TabsActivation as d, DialogDescriptionProps as da, InputRootSlotProps as di, SnackbarPortalSlotProps as dn, _default$78 as do, RadioGroupProps as dr, SplitterHandleState as dt, useExpansionPanelItem as ea, PaginationRootSlotProps as ei, SnackbarRootSlotProps as en, ButtonRootSlotProps as eo, RadioRootContext as er, AvatarContext as es, useSwitchRoot as et, TabsContext as f, DialogDescriptionSlotProps as fa, InputState as fi, _default$26 as fn, ButtonGroupProps as fo, RadioGroupSlotProps as fr, _default$14 as ft, TabsTicket as g, _default$66 as ga, provideInputRoot as gi, _default$27 as gn, useButtonGroup as go, useRadioGroup as gr, _default$15 as gt, TabsRootSlotProps as h, DialogTitleSlotProps as ha, _default$52 as hi, SelectionItemSlotProps as hn, provideButtonGroup as ho, provideRadioGroup as hr, SplitterPanelSlotProps as ht, _default as i, _default$63 as ia, providePaginationRoot as ii, SnackbarQueueContext as in, ButtonLoadingProps as io, _default$38 as ir, provideAvatarRoot as is, SwitchGroupSlotProps as it, SingleItemSlotProps as j, CheckboxSelectAllProps as ja, GroupRootProps as ji, _default$31 as jn, _default$84 as jo, Pagination as jr, SliderThumbSlotProps as jt, Single as k, useDialogContext as ka, GroupItemSlotProps as ki, SelectCueProps as kn, BreadcrumbsPageProps as ko, providePopoverContext as kr, _default$17 as kt, TabsListSlotProps as l, DialogCloseSlotProps as la, InputRootContext as li, useSnackbarQueueContext as ln, _default$77 as lo, RadioActivation as lr, _default$91 as ls, SplitterHandleProps as lt, TabsRootProps as m, DialogTitleProps as ma, ValidateOn as mi, SelectionItemProps as mn, _default$79 as mo, _default$40 as mr, SplitterPanelProps as mt, TabsPanelProps as n, ExpansionPanelRootProps as na, providePaginationControls as ni, provideSnackbarRootContext as nn, provideButtonRoot as no, RadioRootSlotProps as nr, AvatarTicket as ns, _default$12 as nt, TabsItemSlotProps as o, useExpansionPanelRoot as oa, usePaginationItems as oi, SnackbarQueueSlotProps as on, _default$76 as oo, useRadioRoot as or, AtomExpose as os, provideSwitchGroup as ot, TabsOrientation as p, _default$65 as pa, ValidateEvent as pi, Selection as pn, ButtonGroupSlotProps as po, RadioTicket as pr, SplitterPanelExpose as pt, _default$10 as q, CheckboxGroupSlotProps as qa, ExpansionPanelHeaderSlotProps as qi, ScrimProps as qn, AvatarFallbackProps as qo, PaginationFirstProps as qr, SnackbarContentProps as qt, TabsPanelSlotProps as r, ExpansionPanelRootSlotProps as ra, providePaginationItems as ri, useSnackbarRootContext as rn, useButtonRoot as ro, RadioState as rr, _default$90 as rs, SwitchGroupProps as rt, _default$1 as s, Dialog as sa, usePaginationRoot as si, _default$25 as sn, ButtonIconProps as so, RadioHiddenInputProps as sr, AtomProps as ss, useSwitchGroup as st, Tabs as t, ExpansionPanelOptionsContext as ta, _default$51 as ti, _default$24 as tn, _default$75 as to, RadioRootProps as tr, AvatarRootProps as ts, SwitchHiddenInputProps as tt, _default$2 as u, _default$64 as ua, InputRootProps as ui, SnackbarPortalProps as un, ButtonHiddenInputProps as uo, RadioGroupContext as ur, SplitterHandleSlotProps as ut, provideTabsRoot as v, DialogContentProps as va, InputErrorProps as vi, SelectionRootSlotProps as vn, ButtonContentSlotProps as vo, PopoverContentEmits as vr, SplitterOrientation as vt, StepRootProps as w, DialogContext as wa, InputControlProps as wi, SelectPlaceholderSlotProps as wn, BreadcrumbsEllipsisSlotProps as wo, _default$42 as wr, _default$16 as wt, StepItemProps as x, DialogActivatorProps as xa, InputDescriptionProps as xi, useSelectionRoot as xn, BreadcrumbsLinkProps as xo, _default$41 as xr, SplitterRootExpose as xt, useTabsRoot as y, DialogContentSlotProps as ya, InputErrorSlotProps as yi, _default$28 as yn, _default$80 as yo, PopoverContentProps as yr, SplitterPanelInput as yt, SwitchTrackProps as z, CheckboxRootSlotProps as za, ExpansionPanel as zi, SelectActivatorSlotProps as zn, BreadcrumbsRootSlotProps as zo, PaginationNextSlotProps as zr, _default$20 as zt };
8320
+ //#region src/components/Theme/Theme.vue.d.ts
8321
+ interface ThemeProps {
8322
+ /**
8323
+ * Theme ID to scope to
8324
+ */
8325
+ theme: string;
8326
+ /**
8327
+ * Skip wrapper element, pass attrs via slot
8328
+ *
8329
+ * @default false
8330
+ */
8331
+ renderless?: boolean;
8332
+ /**
8333
+ * Wrapper element tag
8334
+ *
8335
+ * @default 'div'
8336
+ */
8337
+ as?: DOMElement;
8338
+ }
8339
+ interface ThemeSlotProps {
8340
+ /** Attributes including data-theme for binding */
8341
+ attrs: Record<string, unknown>;
8342
+ }
8343
+ declare const _default$10: typeof __VLS_export$10;
8344
+ declare const __VLS_export$10: __VLS_WithSlots$8<vue.DefineComponent<ThemeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ThemeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
8345
+ default: (props: ThemeSlotProps) => any;
8346
+ }>;
8347
+ type __VLS_WithSlots$8<T, S> = T & {
8348
+ new (): {
8349
+ $slots: S;
8350
+ };
8351
+ };
8352
+ //#endregion
8353
+ //#region src/components/Treeview/types.d.ts
8354
+ interface TreeviewActivatorProps extends AtomProps {
8355
+ /** Namespace for dependency injection */
8356
+ namespace?: string;
8357
+ }
8358
+ interface TreeviewActivatorSlotProps {
8359
+ /** Whether the parent item is expanded */
8360
+ isOpen: boolean;
8361
+ /** Whether the parent item is a leaf node (no children) */
8362
+ isLeaf: boolean;
8363
+ /** Whether the parent item is disabled */
8364
+ isDisabled: boolean;
8365
+ /** Toggle the parent item's open/closed state */
8366
+ flip: () => void;
8367
+ /** Attributes to bind to the activator element */
8368
+ attrs: {
8369
+ 'role': 'button' | undefined;
8370
+ 'tabindex': -1;
8371
+ 'aria-disabled': true | undefined;
8372
+ 'data-disabled': true | undefined;
8373
+ 'data-open': true | undefined;
8374
+ 'disabled': boolean | undefined;
8375
+ 'type': 'button' | undefined;
8376
+ 'onClick': () => void;
8377
+ };
8378
+ }
8379
+ interface TreeviewCheckboxProps extends AtomProps {
8380
+ /** Namespace for dependency injection */
8381
+ namespace?: string;
8382
+ }
8383
+ interface TreeviewCheckboxSlotProps {
8384
+ /** Whether the item is selected */
8385
+ isSelected: boolean;
8386
+ /** Whether the item is in a mixed/indeterminate state (some descendants selected) */
8387
+ isMixed: boolean;
8388
+ /** Whether the item is disabled */
8389
+ isDisabled: boolean;
8390
+ /** Toggle selection state */
8391
+ toggle: () => void;
8392
+ /** Select this item */
8393
+ select: () => void;
8394
+ /** Unselect this item */
8395
+ unselect: () => void;
8396
+ /** Attributes to bind to the checkbox element */
8397
+ attrs: {
8398
+ 'role': 'checkbox';
8399
+ 'aria-checked': boolean | 'mixed';
8400
+ 'aria-disabled': true | undefined;
8401
+ 'tabindex': -1;
8402
+ 'data-selected': true | undefined;
8403
+ 'data-disabled': true | undefined;
8404
+ 'data-mixed': true | undefined;
8405
+ 'onClick': () => void;
8406
+ };
8407
+ }
8408
+ interface TreeviewCueProps extends AtomProps {
8409
+ /** Namespace for dependency injection */
8410
+ namespace?: string;
8411
+ }
8412
+ interface TreeviewCueSlotProps {
8413
+ /** Whether the parent item is expanded */
8414
+ isOpen: boolean;
8415
+ /** Whether the parent item is a leaf node (no children) */
8416
+ isLeaf: boolean;
8417
+ /** Attributes to bind to the cue element */
8418
+ attrs: {
8419
+ 'aria-hidden': true;
8420
+ 'data-state': 'open' | 'closed';
8421
+ 'style': {
8422
+ visibility: 'visible' | 'hidden';
8423
+ };
8424
+ };
8425
+ }
8426
+ interface TreeviewContentProps {
8427
+ /** Namespace for dependency injection */
8428
+ namespace?: string;
8429
+ }
8430
+ interface TreeviewContentSlotProps {
8431
+ /** Whether the parent item is expanded */
8432
+ isOpen: boolean;
8433
+ }
8434
+ interface TreeviewGroupProps extends AtomProps {}
8435
+ interface TreeviewGroupSlotProps {
8436
+ /** Attributes to bind to the group element */
8437
+ attrs: {
8438
+ role: 'group';
8439
+ };
8440
+ }
8441
+ interface TreeviewIndicatorProps extends AtomProps {
8442
+ /** Namespace for dependency injection */
8443
+ namespace?: string;
8444
+ }
8445
+ interface TreeviewIndicatorSlotProps {
8446
+ /** Whether the item is selected */
8447
+ isSelected: boolean;
8448
+ /** Whether the item is in a mixed/indeterminate state */
8449
+ isMixed: boolean;
8450
+ /** Attributes to bind to the indicator element */
8451
+ attrs: {
8452
+ 'aria-hidden': true;
8453
+ 'data-state': 'checked' | 'unchecked' | 'indeterminate';
8454
+ 'style': {
8455
+ visibility: 'visible' | 'hidden';
8456
+ };
8457
+ };
8458
+ }
8459
+ interface TreeviewItemProps<V = unknown> extends AtomProps {
8460
+ /** Unique identifier (auto-generated if not provided) */
8461
+ id?: ID;
8462
+ /**
8463
+ * Value associated with this item
8464
+ *
8465
+ * @example
8466
+ * ```vue
8467
+ * <template>
8468
+ * <Treeview.Item value="settings">
8469
+ * <Treeview.Activator>Settings</Treeview.Activator>
8470
+ * </Treeview.Item>
8471
+ * </template>
8472
+ * ```
8473
+ */
8474
+ value?: V;
8475
+ /**
8476
+ * Disables this item
8477
+ *
8478
+ * @example
8479
+ * ```vue
8480
+ * <template>
8481
+ * <Treeview.Item disabled>
8482
+ * <Treeview.Activator>Locked</Treeview.Activator>
8483
+ * </Treeview.Item>
8484
+ * </template>
8485
+ * ```
8486
+ */
8487
+ disabled?: MaybeRefOrGetter<boolean>;
8488
+ /** Namespace for dependency injection */
8489
+ namespace?: string;
8490
+ }
8491
+ interface TreeviewItemSlotProps<V = unknown> {
8492
+ /** Unique identifier of this item */
8493
+ id: ID;
8494
+ /** Value associated with this item */
8495
+ value: V | undefined;
8496
+ /** Whether this item is selected */
8497
+ isSelected: boolean;
8498
+ /** Whether this item is in a mixed/indeterminate state */
8499
+ isMixed: boolean;
8500
+ /** Whether this item is disabled */
8501
+ isDisabled: boolean;
8502
+ /** Whether this item is expanded */
8503
+ isOpen: boolean;
8504
+ /** Whether this item is active/highlighted */
8505
+ isActive: boolean;
8506
+ /** Whether this item is a leaf node (no children) */
8507
+ isLeaf: boolean;
8508
+ /** Depth level in the tree (0 = root) */
8509
+ depth: number;
8510
+ /** Select this item */
8511
+ select: () => void;
8512
+ /** Unselect this item */
8513
+ unselect: () => void;
8514
+ /** Toggle selection state */
8515
+ toggle: () => void;
8516
+ /** Toggle open/closed state */
8517
+ flip: () => void;
8518
+ /** Expand this item */
8519
+ open: () => void;
8520
+ /** Collapse this item */
8521
+ close: () => void;
8522
+ /** Activate/highlight this item */
8523
+ activate: () => void;
8524
+ /** Deactivate/unhighlight this item */
8525
+ deactivate: () => void;
8526
+ }
8527
+ interface TreeviewListProps extends AtomProps {
8528
+ /** Namespace for dependency injection */
8529
+ namespace?: string;
8530
+ /** Whether multiple items can be selected (sets aria-multiselectable) */
8531
+ multiselectable?: boolean;
8532
+ /** Accessible label for the tree */
8533
+ label?: string;
8534
+ }
8535
+ interface TreeviewListSlotProps {
8536
+ /** Attributes to bind to the list element */
8537
+ attrs: {
8538
+ 'role': 'tree';
8539
+ 'aria-multiselectable': boolean;
8540
+ 'aria-label': string | undefined;
8541
+ 'onKeydown': (e: KeyboardEvent) => void;
8542
+ 'onFocusin': (e: FocusEvent) => void;
8543
+ };
8544
+ }
8545
+ interface TreeviewSelectAllProps extends AtomProps {
8546
+ /**
8547
+ * Optional display label (passed through to slot and aria-label)
8548
+ *
8549
+ * @example
8550
+ * ```vue
8551
+ * <template>
8552
+ * <Treeview.SelectAll label="Select all items" />
8553
+ * </template>
8554
+ * ```
8555
+ */
8556
+ label?: string;
8557
+ /** Disables this checkbox */
8558
+ disabled?: boolean;
8559
+ /** Namespace for dependency injection */
8560
+ namespace?: string;
8561
+ }
8562
+ interface TreeviewSelectAllSlotProps {
8563
+ /** Optional display label */
8564
+ label?: string;
8565
+ /** Whether all items are selected */
8566
+ isAllSelected: boolean;
8567
+ /** Whether some but not all items are selected */
8568
+ isMixed: boolean;
8569
+ /** Whether this checkbox is disabled */
8570
+ isDisabled: boolean;
8571
+ /** Select all items */
8572
+ selectAll: () => void;
8573
+ /** Unselect all items */
8574
+ unselectAll: () => void;
8575
+ /** Toggle between all selected and none selected */
8576
+ toggleAll: () => void;
8577
+ /** Attributes to bind to the select-all element */
8578
+ attrs: {
8579
+ 'role': 'checkbox';
8580
+ 'aria-checked': boolean | 'mixed';
8581
+ 'aria-disabled': true | undefined;
8582
+ 'aria-label': string | undefined;
8583
+ 'tabindex': 0 | undefined;
8584
+ 'data-state': 'checked' | 'unchecked' | 'indeterminate';
8585
+ 'data-disabled': true | undefined;
8586
+ 'onClick': () => void;
8587
+ 'onKeydown': (e: KeyboardEvent) => void;
8588
+ };
8589
+ }
8590
+ interface TreeviewRootProps {
8591
+ /** Namespace for dependency injection */
8592
+ namespace?: string;
8593
+ /**
8594
+ * Disables the entire tree
8595
+ *
8596
+ * @example
8597
+ * ```vue
8598
+ * <template>
8599
+ * <Treeview.Root disabled>
8600
+ * <Treeview.List>
8601
+ * <Treeview.Item>
8602
+ * <Treeview.Activator>Disabled item</Treeview.Activator>
8603
+ * </Treeview.Item>
8604
+ * </Treeview.List>
8605
+ * </Treeview.Root>
8606
+ * </template>
8607
+ * ```
8608
+ */
8609
+ disabled?: boolean;
8610
+ /**
8611
+ * Auto-select non-disabled items on registration
8612
+ *
8613
+ * @example
8614
+ * ```vue
8615
+ * <template>
8616
+ * <Treeview.Root enroll multiple>
8617
+ * <Treeview.List>
8618
+ * <Treeview.Item value="a">A</Treeview.Item>
8619
+ * <Treeview.Item value="b">B</Treeview.Item>
8620
+ * </Treeview.List>
8621
+ * </Treeview.Root>
8622
+ * </template>
8623
+ * ```
8624
+ */
8625
+ enroll?: boolean;
8626
+ /**
8627
+ * Prevents deselecting the last selected item
8628
+ *
8629
+ * @example
8630
+ * ```vue
8631
+ * <template>
8632
+ * <Treeview.Root mandatory>
8633
+ * <Treeview.List>
8634
+ * <Treeview.Item value="a">Always one selected</Treeview.Item>
8635
+ * <Treeview.Item value="b">Can't deselect last</Treeview.Item>
8636
+ * </Treeview.List>
8637
+ * </Treeview.Root>
8638
+ * </template>
8639
+ * ```
8640
+ */
8641
+ mandatory?: boolean | 'force';
8642
+ /**
8643
+ * Allows selecting multiple items
8644
+ *
8645
+ * @example
8646
+ * ```vue
8647
+ * <template>
8648
+ * <Treeview.Root multiple>
8649
+ * <Treeview.List>
8650
+ * <Treeview.Item value="a">
8651
+ * <Treeview.Checkbox />
8652
+ * Option A
8653
+ * </Treeview.Item>
8654
+ * <Treeview.Item value="b">
8655
+ * <Treeview.Checkbox />
8656
+ * Option B
8657
+ * </Treeview.Item>
8658
+ * </Treeview.List>
8659
+ * </Treeview.Root>
8660
+ * </template>
8661
+ * ```
8662
+ */
8663
+ multiple?: boolean;
8664
+ /**
8665
+ * Controls how nodes expand: 'multiple' (default) or 'single' (accordion)
8666
+ *
8667
+ * @example
8668
+ * ```vue
8669
+ * <template>
8670
+ * <Treeview.Root open="single">
8671
+ * <Treeview.List>
8672
+ * <Treeview.Item>
8673
+ * <Treeview.Activator>Only one open at a time</Treeview.Activator>
8674
+ * </Treeview.Item>
8675
+ * </Treeview.List>
8676
+ * </Treeview.Root>
8677
+ * </template>
8678
+ * ```
8679
+ */
8680
+ open?: NestedOpenMode;
8681
+ /**
8682
+ * Auto-expand all nodes on registration
8683
+ *
8684
+ * @example
8685
+ * ```vue
8686
+ * <template>
8687
+ * <Treeview.Root open-all>
8688
+ * <Treeview.List>
8689
+ * <Treeview.Item>
8690
+ * <Treeview.Activator>Parent</Treeview.Activator>
8691
+ * <Treeview.Content>
8692
+ * <Treeview.Item>
8693
+ * <Treeview.Activator>Child (visible on mount)</Treeview.Activator>
8694
+ * </Treeview.Item>
8695
+ * </Treeview.Content>
8696
+ * </Treeview.Item>
8697
+ * </Treeview.List>
8698
+ * </Treeview.Root>
8699
+ * </template>
8700
+ * ```
8701
+ */
8702
+ openAll?: boolean;
8703
+ /**
8704
+ * Opening a node also opens all its ancestors
8705
+ *
8706
+ * @example
8707
+ * ```vue
8708
+ * <template>
8709
+ * <Treeview.Root reveal>
8710
+ * <Treeview.List>...</Treeview.List>
8711
+ * </Treeview.Root>
8712
+ * </template>
8713
+ * ```
8714
+ */
8715
+ reveal?: boolean;
8716
+ /**
8717
+ * Controls how selection cascades: 'cascade' (default), 'independent', or 'leaf'
8718
+ *
8719
+ * @example
8720
+ * ```vue
8721
+ * <template>
8722
+ * <!-- Parent selection selects all descendants -->
8723
+ * <Treeview.Root selection="cascade" multiple>...</Treeview.Root>
8724
+ *
8725
+ * <!-- Each node selected independently -->
8726
+ * <Treeview.Root selection="independent" multiple>...</Treeview.Root>
8727
+ *
8728
+ * <!-- Only leaf nodes can be selected -->
8729
+ * <Treeview.Root selection="leaf" multiple>...</Treeview.Root>
8730
+ * </template>
8731
+ * ```
8732
+ */
8733
+ selection?: NestedSelectionMode;
8734
+ /**
8735
+ * Controls active/highlight mode: 'single' (default) or 'multiple'
8736
+ *
8737
+ * @example
8738
+ * ```vue
8739
+ * <template>
8740
+ * <Treeview.Root active="multiple">
8741
+ * <Treeview.List>...</Treeview.List>
8742
+ * </Treeview.Root>
8743
+ * </template>
8744
+ * ```
8745
+ */
8746
+ active?: NestedActiveMode;
8747
+ }
8748
+ interface TreeviewRootSlotProps {
8749
+ /** Whether the tree is disabled */
8750
+ isDisabled: boolean;
8751
+ /** Whether no items are selected */
8752
+ isNoneSelected: boolean;
8753
+ /** Whether all items are selected */
8754
+ isAllSelected: boolean;
8755
+ /** Whether some but not all items are selected */
8756
+ isMixed: boolean;
8757
+ /** Select one or more items by ID */
8758
+ select: (id: ID | ID[]) => void;
8759
+ /** Unselect one or more items by ID */
8760
+ unselect: (id: ID | ID[]) => void;
8761
+ /** Toggle selection of one or more items by ID */
8762
+ toggle: (id: ID | ID[]) => void;
8763
+ /** Select all items */
8764
+ selectAll: () => void;
8765
+ /** Unselect all items */
8766
+ unselectAll: () => void;
8767
+ /** Expand all non-leaf nodes */
8768
+ expandAll: () => void;
8769
+ /** Collapse all nodes */
8770
+ collapseAll: () => void;
8771
+ }
8772
+ //#endregion
8773
+ //#region src/components/Treeview/TreeviewActivator.vue.d.ts
8774
+ type __VLS_Slots$6 = {
8775
+ default: (props: TreeviewActivatorSlotProps) => any;
8776
+ };
8777
+ declare const __VLS_base$6: vue.DefineComponent<TreeviewActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TreeviewActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
8778
+ declare const __VLS_export$9: __VLS_WithSlots$7<typeof __VLS_base$6, __VLS_Slots$6>;
8779
+ declare const _default$9: typeof __VLS_export$9;
8780
+ type __VLS_WithSlots$7<T, S> = T & {
8781
+ new (): {
8782
+ $slots: S;
8783
+ };
8784
+ };
8785
+ //#endregion
8786
+ //#region src/components/Treeview/TreeviewCheckbox.vue.d.ts
8787
+ type __VLS_Slots$5 = {
8788
+ default: (props: TreeviewCheckboxSlotProps) => any;
8789
+ };
8790
+ declare const __VLS_base$5: vue.DefineComponent<TreeviewCheckboxProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TreeviewCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
8791
+ declare const __VLS_export$8: __VLS_WithSlots$6<typeof __VLS_base$5, __VLS_Slots$5>;
8792
+ declare const _default$8: typeof __VLS_export$8;
8793
+ type __VLS_WithSlots$6<T, S> = T & {
8794
+ new (): {
8795
+ $slots: S;
8796
+ };
8797
+ };
8798
+ //#endregion
8799
+ //#region src/components/Treeview/TreeviewContent.vue.d.ts
8800
+ type __VLS_Slots$4 = {
8801
+ default: (props: TreeviewContentSlotProps) => any;
8802
+ };
8803
+ declare const __VLS_base$4: vue.DefineComponent<TreeviewContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TreeviewContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
8804
+ declare const __VLS_export$7: __VLS_WithSlots$5<typeof __VLS_base$4, __VLS_Slots$4>;
8805
+ declare const _default$7: typeof __VLS_export$7;
8806
+ type __VLS_WithSlots$5<T, S> = T & {
8807
+ new (): {
8808
+ $slots: S;
8809
+ };
8810
+ };
8811
+ //#endregion
8812
+ //#region src/components/Treeview/TreeviewCue.vue.d.ts
8813
+ type __VLS_Slots$3 = {
8814
+ default: (props: TreeviewCueSlotProps) => any;
8815
+ };
8816
+ declare const __VLS_base$3: vue.DefineComponent<TreeviewCueProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TreeviewCueProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
8817
+ declare const __VLS_export$6: __VLS_WithSlots$4<typeof __VLS_base$3, __VLS_Slots$3>;
8818
+ declare const _default$6: typeof __VLS_export$6;
8819
+ type __VLS_WithSlots$4<T, S> = T & {
8820
+ new (): {
8821
+ $slots: S;
8822
+ };
8823
+ };
8824
+ //#endregion
8825
+ //#region src/components/Treeview/TreeviewGroup.vue.d.ts
8826
+ type __VLS_Slots$2 = {
8827
+ default: (props: TreeviewGroupSlotProps) => any;
8828
+ };
8829
+ declare const __VLS_base$2: vue.DefineComponent<TreeviewGroupProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TreeviewGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
8830
+ declare const __VLS_export$5: __VLS_WithSlots$3<typeof __VLS_base$2, __VLS_Slots$2>;
8831
+ declare const _default$5: typeof __VLS_export$5;
8832
+ type __VLS_WithSlots$3<T, S> = T & {
8833
+ new (): {
8834
+ $slots: S;
8835
+ };
8836
+ };
8837
+ //#endregion
8838
+ //#region src/components/Treeview/TreeviewIndicator.vue.d.ts
8839
+ type __VLS_Slots$1 = {
8840
+ default: (props: TreeviewIndicatorSlotProps) => any;
8841
+ };
8842
+ declare const __VLS_base$1: vue.DefineComponent<TreeviewIndicatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TreeviewIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
8843
+ declare const __VLS_export$4: __VLS_WithSlots$2<typeof __VLS_base$1, __VLS_Slots$1>;
8844
+ declare const _default$4: typeof __VLS_export$4;
8845
+ type __VLS_WithSlots$2<T, S> = T & {
8846
+ new (): {
8847
+ $slots: S;
8848
+ };
8849
+ };
8850
+ //#endregion
8851
+ //#region src/components/Treeview/TreeviewItem.vue.d.ts
8852
+ interface TreeviewItemContext {
8853
+ ticket: NestedTicket;
8854
+ isDisabled: Readonly<Ref<boolean>>;
8855
+ hasContent: Ref<boolean>;
8856
+ }
8857
+ declare const useTreeviewItem: (key: string, defaultValue?: TreeviewItemContext | null | undefined) => TreeviewItemContext | null, provideTreeviewItem: (key: string, context: TreeviewItemContext | null, app?: vue.App) => TreeviewItemContext | null;
8858
+ declare const _default$3: typeof __VLS_export$3;
8859
+ 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<{
8860
+ props: vue.PublicProps & __VLS_PrettifyLocal$1<TreeviewItemProps<V>> & (typeof globalThis extends {
8861
+ __VLS_PROPS_FALLBACK: infer P;
8862
+ } ? P : {});
8863
+ expose: (exposed: {}) => void;
8864
+ attrs: any;
8865
+ slots: {
8866
+ default: (props: TreeviewItemSlotProps<V>) => any;
8867
+ };
8868
+ emit: {};
8869
+ }>) => vue.VNode & {
8870
+ __ctx?: Awaited<typeof __VLS_setup>;
8871
+ };
8872
+ type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
8873
+ //#endregion
8874
+ //#region src/components/Treeview/TreeviewList.vue.d.ts
8875
+ type TreeviewListContext = RovingFocusReturn;
8876
+ declare const useTreeviewList: (key: string, defaultValue?: RovingFocusReturn | null | undefined) => RovingFocusReturn | null, provideTreeviewList: (key: string, context: RovingFocusReturn | null, app?: vue.App) => RovingFocusReturn | null;
8877
+ declare const _default$2: typeof __VLS_export$2;
8878
+ 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>, {
8879
+ default: (props: TreeviewListSlotProps) => any;
8880
+ }>;
8881
+ type __VLS_WithSlots$1<T, S> = T & {
8882
+ new (): {
8883
+ $slots: S;
8884
+ };
8885
+ };
8886
+ //#endregion
8887
+ //#region src/components/Treeview/TreeviewRoot.vue.d.ts
8888
+ type TreeviewRootContext = NestedContext<NestedTicket>;
8889
+ declare const useTreeviewRoot: (key: string, defaultValue?: TreeviewRootContext | undefined) => TreeviewRootContext, provideTreeviewRoot: (key: string, context: TreeviewRootContext, app?: vue.App) => TreeviewRootContext;
8890
+ declare const _default$1: typeof __VLS_export$1;
8891
+ 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<{
8892
+ props: vue.PublicProps & __VLS_PrettifyLocal<(TreeviewRootProps & {
8893
+ modelValue?: T | T[];
8894
+ }) & {
8895
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
8896
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
8897
+ }> & (typeof globalThis extends {
8898
+ __VLS_PROPS_FALLBACK: infer P;
8899
+ } ? P : {});
8900
+ expose: (exposed: {}) => void;
8901
+ attrs: any;
8902
+ slots: {
8903
+ default: (props: TreeviewRootSlotProps) => any;
8904
+ };
8905
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
8906
+ }>) => vue.VNode & {
8907
+ __ctx?: Awaited<typeof __VLS_setup>;
8908
+ };
8909
+ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
8910
+ //#endregion
8911
+ //#region src/components/Treeview/TreeviewSelectAll.vue.d.ts
8912
+ type __VLS_Slots = {
8913
+ default: (props: TreeviewSelectAllSlotProps) => any;
8914
+ };
8915
+ declare const __VLS_base: vue.DefineComponent<TreeviewSelectAllProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TreeviewSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
8916
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8917
+ declare const _default: typeof __VLS_export;
8918
+ type __VLS_WithSlots<T, S> = T & {
8919
+ new (): {
8920
+ $slots: S;
8921
+ };
8922
+ };
8923
+ //#endregion
8924
+ //#region src/components/Treeview/index.d.ts
8925
+ /**
8926
+ * Treeview component with sub-components for hierarchical data.
8927
+ *
8928
+ * @see https://0.vuetifyjs.com/components/treeview
8929
+ *
8930
+ * @example
8931
+ * ```vue
8932
+ * <script setup lang="ts">
8933
+ * import { Treeview } from '@vuetify/v0'
8934
+ * </script>
8935
+ *
8936
+ * <template>
8937
+ * <Treeview.Root>
8938
+ * <Treeview.List>
8939
+ * <Treeview.Item>
8940
+ * <Treeview.Activator>Documents</Treeview.Activator>
8941
+ * <Treeview.Content>
8942
+ * <Treeview.Group>
8943
+ * <Treeview.Item>
8944
+ * <Treeview.Activator>Resume.pdf</Treeview.Activator>
8945
+ * </Treeview.Item>
8946
+ * </Treeview.Group>
8947
+ * </Treeview.Content>
8948
+ * </Treeview.Item>
8949
+ * </Treeview.List>
8950
+ * </Treeview.Root>
8951
+ * </template>
8952
+ * ```
8953
+ */
8954
+ declare const Treeview: {
8955
+ /**
8956
+ * Root component that creates and provides the nested context.
8957
+ *
8958
+ * @see https://0.vuetifyjs.com/components/treeview
8959
+ *
8960
+ * @example
8961
+ * ```vue
8962
+ * <script setup lang="ts">
8963
+ * import { Treeview } from '@vuetify/v0'
8964
+ * </script>
8965
+ *
8966
+ * <template>
8967
+ * <Treeview.Root v-model="selected" :multiple="true">
8968
+ * <Treeview.List>
8969
+ * <Treeview.Item value="a">Node A</Treeview.Item>
8970
+ * </Treeview.List>
8971
+ * </Treeview.Root>
8972
+ * </template>
8973
+ * ```
8974
+ */
8975
+ Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
8976
+ slots: {
8977
+ default: (props: TreeviewRootSlotProps) => any;
8978
+ };
8979
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
8980
+ attrs: any;
8981
+ }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8982
+ props: vue.PublicProps & {
8983
+ namespace?: string | undefined;
8984
+ disabled?: boolean | undefined;
8985
+ enroll?: boolean | undefined;
8986
+ mandatory?: boolean | "force" | undefined;
8987
+ multiple?: boolean | undefined;
8988
+ open?: NestedOpenMode | undefined;
8989
+ openAll?: boolean | undefined;
8990
+ reveal?: boolean | undefined;
8991
+ selection?: NestedSelectionMode | undefined;
8992
+ active?: NestedActiveMode | undefined;
8993
+ modelValue?: (T | T[]) | undefined;
8994
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
8995
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
8996
+ } & (typeof globalThis extends {
8997
+ __VLS_PROPS_FALLBACK: infer P;
8998
+ } ? P : {});
8999
+ expose: (exposed: {}) => void;
9000
+ attrs: any;
9001
+ slots: {
9002
+ default: (props: TreeviewRootSlotProps) => any;
9003
+ };
9004
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
9005
+ }>) => vue.VNode & {
9006
+ __ctx?: Awaited<typeof __VLS_setup>;
9007
+ };
9008
+ /**
9009
+ * Top-level list container with `role="tree"` and `aria-multiselectable`.
9010
+ *
9011
+ * @see https://0.vuetifyjs.com/components/treeview#treeviewlist
9012
+ *
9013
+ * @example
9014
+ * ```vue
9015
+ * <Treeview.List label="File browser">
9016
+ * <Treeview.Item>...</Treeview.Item>
9017
+ * </Treeview.List>
9018
+ * ```
9019
+ */
9020
+ List: {
9021
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<TreeviewListProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
9022
+ P: {};
9023
+ B: {};
9024
+ D: {};
9025
+ C: {};
9026
+ M: {};
9027
+ Defaults: {};
9028
+ }, Readonly<TreeviewListProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
9029
+ __isFragment?: never;
9030
+ __isTeleport?: never;
9031
+ __isSuspense?: never;
9032
+ } & vue.ComponentOptionsBase<Readonly<TreeviewListProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
9033
+ $slots: {
9034
+ default: (props: TreeviewListSlotProps) => any;
9035
+ };
9036
+ });
9037
+ /**
9038
+ * Tree node with `role="treeitem"`. Registers with the nearest Root context
9039
+ * and auto-nests under the closest ancestor Item.
9040
+ *
9041
+ * @see https://0.vuetifyjs.com/components/treeview#treeviewitem
9042
+ *
9043
+ * @example
9044
+ * ```vue
9045
+ * <Treeview.Item id="docs" value="documents">
9046
+ * <Treeview.Activator>Documents</Treeview.Activator>
9047
+ * <Treeview.Content>
9048
+ * <Treeview.Group>
9049
+ * <Treeview.Item id="resume" value="resume.pdf">
9050
+ * <Treeview.Activator>Resume.pdf</Treeview.Activator>
9051
+ * </Treeview.Item>
9052
+ * </Treeview.Group>
9053
+ * </Treeview.Content>
9054
+ * </Treeview.Item>
9055
+ * ```
9056
+ */
9057
+ Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
9058
+ slots: {
9059
+ default: (props: TreeviewItemSlotProps<V>) => any;
9060
+ };
9061
+ emit: {};
9062
+ attrs: any;
9063
+ }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9064
+ props: vue.PublicProps & {
9065
+ id?: ID | undefined;
9066
+ value?: V | undefined;
9067
+ disabled?: vue.MaybeRefOrGetter<boolean> | undefined;
9068
+ namespace?: string | undefined;
9069
+ as?: (DOMElement | null) | undefined;
9070
+ renderless?: boolean | undefined;
9071
+ } & (typeof globalThis extends {
9072
+ __VLS_PROPS_FALLBACK: infer P;
9073
+ } ? P : {});
9074
+ expose: (exposed: {}) => void;
9075
+ attrs: any;
9076
+ slots: {
9077
+ default: (props: TreeviewItemSlotProps<V>) => any;
9078
+ };
9079
+ emit: {};
9080
+ }>) => vue.VNode & {
9081
+ __ctx?: Awaited<typeof __VLS_setup>;
9082
+ };
9083
+ /**
9084
+ * Click-to-toggle trigger for expand/collapse. Renders a button by default.
9085
+ *
9086
+ * @see https://0.vuetifyjs.com/components/treeview#treeviewactivator
9087
+ *
9088
+ * @example
9089
+ * ```vue
9090
+ * <Treeview.Activator v-slot="{ isOpen }">
9091
+ * {{ isOpen ? '▼' : '▶' }} Documents
9092
+ * </Treeview.Activator>
9093
+ * ```
9094
+ */
9095
+ Activator: {
9096
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<TreeviewActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
9097
+ P: {};
9098
+ B: {};
9099
+ D: {};
9100
+ C: {};
9101
+ M: {};
9102
+ Defaults: {};
9103
+ }, Readonly<TreeviewActivatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
9104
+ __isFragment?: never;
9105
+ __isTeleport?: never;
9106
+ __isSuspense?: never;
9107
+ } & vue.ComponentOptionsBase<Readonly<TreeviewActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
9108
+ $slots: {
9109
+ default: (props: TreeviewActivatorSlotProps) => any;
9110
+ };
9111
+ });
9112
+ /**
9113
+ * Collapse gate for child nodes. Conditionally renders when the parent Item is open.
9114
+ *
9115
+ * @see https://0.vuetifyjs.com/components/treeview#treeviewcontent
9116
+ *
9117
+ * @example
9118
+ * ```vue
9119
+ * <Treeview.Content>
9120
+ * <Treeview.Group>
9121
+ * <Treeview.Item>...</Treeview.Item>
9122
+ * </Treeview.Group>
9123
+ * </Treeview.Content>
9124
+ * ```
9125
+ */
9126
+ Content: {
9127
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<TreeviewContentProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
9128
+ P: {};
9129
+ B: {};
9130
+ D: {};
9131
+ C: {};
9132
+ M: {};
9133
+ Defaults: {};
9134
+ }, Readonly<TreeviewContentProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
9135
+ __isFragment?: never;
9136
+ __isTeleport?: never;
9137
+ __isSuspense?: never;
9138
+ } & vue.ComponentOptionsBase<Readonly<TreeviewContentProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
9139
+ $slots: {
9140
+ default: (props: TreeviewContentSlotProps) => any;
9141
+ };
9142
+ });
9143
+ /**
9144
+ * Visual cue for expand/collapse state. Hides itself on leaf nodes.
9145
+ * Exposes `data-state="open|closed"` for CSS-driven styling.
9146
+ *
9147
+ * @see https://0.vuetifyjs.com/components/treeview#treeviewcue
9148
+ *
9149
+ * @example
9150
+ * ```vue
9151
+ * <Treeview.Cue v-slot="{ attrs }">
9152
+ * <span v-bind="attrs">▶</span>
9153
+ * </Treeview.Cue>
9154
+ * ```
9155
+ */
9156
+ Cue: {
9157
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<TreeviewCueProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
9158
+ P: {};
9159
+ B: {};
9160
+ D: {};
9161
+ C: {};
9162
+ M: {};
9163
+ Defaults: {};
9164
+ }, Readonly<TreeviewCueProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
9165
+ __isFragment?: never;
9166
+ __isTeleport?: never;
9167
+ __isSuspense?: never;
9168
+ } & vue.ComponentOptionsBase<Readonly<TreeviewCueProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
9169
+ $slots: {
9170
+ default: (props: TreeviewCueSlotProps) => any;
9171
+ };
9172
+ });
9173
+ /**
9174
+ * Wrapper with `role="group"` for nested child items inside Content.
9175
+ *
9176
+ * @see https://0.vuetifyjs.com/components/treeview#treeviewgroup
9177
+ *
9178
+ * @example
9179
+ * ```vue
9180
+ * <Treeview.Content>
9181
+ * <Treeview.Group>
9182
+ * <Treeview.Item>Child A</Treeview.Item>
9183
+ * <Treeview.Item>Child B</Treeview.Item>
9184
+ * </Treeview.Group>
9185
+ * </Treeview.Content>
9186
+ * ```
9187
+ */
9188
+ Group: {
9189
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<TreeviewGroupProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
9190
+ P: {};
9191
+ B: {};
9192
+ D: {};
9193
+ C: {};
9194
+ M: {};
9195
+ Defaults: {};
9196
+ }, Readonly<TreeviewGroupProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
9197
+ __isFragment?: never;
9198
+ __isTeleport?: never;
9199
+ __isSuspense?: never;
9200
+ } & vue.ComponentOptionsBase<Readonly<TreeviewGroupProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
9201
+ $slots: {
9202
+ default: (props: TreeviewGroupSlotProps) => any;
9203
+ };
9204
+ });
9205
+ /**
9206
+ * Tri-state checkbox for selection. Toggles selection on click
9207
+ * and shows mixed state for partially-selected parents.
9208
+ *
9209
+ * @see https://0.vuetifyjs.com/components/treeview#treeviewcheckbox
9210
+ *
9211
+ * @example
9212
+ * ```vue
9213
+ * <Treeview.Checkbox v-slot="{ attrs, isSelected, isMixed }">
9214
+ * <span v-bind="attrs">{{ isMixed ? '−' : isSelected ? '✓' : '○' }}</span>
9215
+ * </Treeview.Checkbox>
9216
+ * ```
9217
+ */
9218
+ Checkbox: {
9219
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<TreeviewCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
9220
+ P: {};
9221
+ B: {};
9222
+ D: {};
9223
+ C: {};
9224
+ M: {};
9225
+ Defaults: {};
9226
+ }, Readonly<TreeviewCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
9227
+ __isFragment?: never;
9228
+ __isTeleport?: never;
9229
+ __isSuspense?: never;
9230
+ } & vue.ComponentOptionsBase<Readonly<TreeviewCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
9231
+ $slots: {
9232
+ default: (props: TreeviewCheckboxSlotProps) => any;
9233
+ };
9234
+ });
9235
+ /**
9236
+ * Visual indicator for selection state. Shows checked, unchecked,
9237
+ * or indeterminate via `data-state`.
9238
+ *
9239
+ * @see https://0.vuetifyjs.com/components/treeview#treeviewindicator
9240
+ *
9241
+ * @example
9242
+ * ```vue
9243
+ * <Treeview.Indicator v-slot="{ attrs }">
9244
+ * <span v-bind="attrs">●</span>
9245
+ * </Treeview.Indicator>
9246
+ * ```
9247
+ */
9248
+ Indicator: {
9249
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<TreeviewIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
9250
+ P: {};
9251
+ B: {};
9252
+ D: {};
9253
+ C: {};
9254
+ M: {};
9255
+ Defaults: {};
9256
+ }, Readonly<TreeviewIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
9257
+ __isFragment?: never;
9258
+ __isTeleport?: never;
9259
+ __isSuspense?: never;
9260
+ } & vue.ComponentOptionsBase<Readonly<TreeviewIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
9261
+ $slots: {
9262
+ default: (props: TreeviewIndicatorSlotProps) => any;
9263
+ };
9264
+ });
9265
+ /**
9266
+ * Select all checkbox for tree-wide multi-selection.
9267
+ *
9268
+ * Binds to parent TreeviewRoot's aggregate state. Reflects
9269
+ * isAllSelected/isMixed and calls toggleAll on click. Does NOT
9270
+ * register as a tree item. Must be used within a Treeview.Root.
9271
+ *
9272
+ * @see https://0.vuetifyjs.com/components/treeview#treeviewselectall
9273
+ *
9274
+ * @example
9275
+ * ```vue
9276
+ * <Treeview.SelectAll v-slot="{ attrs, isAllSelected, isMixed }">
9277
+ * <button v-bind="attrs">
9278
+ * {{ isMixed ? '−' : isAllSelected ? '✓' : '○' }} Select All
9279
+ * </button>
9280
+ * </Treeview.SelectAll>
9281
+ * ```
9282
+ */
9283
+ SelectAll: {
9284
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<TreeviewSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
9285
+ P: {};
9286
+ B: {};
9287
+ D: {};
9288
+ C: {};
9289
+ M: {};
9290
+ Defaults: {};
9291
+ }, Readonly<TreeviewSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
9292
+ __isFragment?: never;
9293
+ __isTeleport?: never;
9294
+ __isSuspense?: never;
9295
+ } & vue.ComponentOptionsBase<Readonly<TreeviewSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
9296
+ $slots: {
9297
+ default: (props: TreeviewSelectAllSlotProps) => any;
9298
+ };
9299
+ });
9300
+ };
9301
+ //#endregion
9302
+ export { _default$13 as $, Dialog as $a, _default$63 as $i, SnackbarPortalProps as $n, ButtonIconProps as $o, RadioGroupContext as $r, AtomProps as $s, SplitterHandleSlotProps as $t, TreeviewGroupSlotProps as A, _default$70 as Aa, PaginationEllipsisProps as Ai, SliderRootProps as An, CheckboxRootProps as Ao, SelectContext as Ar, BreadcrumbsRootProps as As, _default$19 as At, TreeviewSelectAllSlotProps as B, _default$73 as Ba, PaginationItemSlotProps as Bi, _default$34 as Bn, _default$86 as Bo, RadioIndicatorProps as Br, AvatarFallbackSlotProps as Bs, SwitchState as Bt, TreeviewCheckboxProps as C, GroupRootProps as Ca, _default$55 as Ci, SliderRangeProps as Cn, CheckboxSelectAllProps as Co, _default$43 as Cr, _default$96 as Cs, SingleRootSlotProps as Ct, TreeviewCueProps as D, useGroupRoot as Da, PaginationNextProps as Di, SliderTrackSlotProps as Dn, CheckboxIndicatorSlotProps as Do, SelectActivatorProps as Dr, BreadcrumbsListProps as Ds, Switch as Dt, TreeviewContentSlotProps as E, provideGroupRoot as Ea, _default$56 as Ei, SliderTrackProps as En, CheckboxIndicatorProps as Eo, _default$44 as Er, _default$97 as Es, useSingleRoot as Et, TreeviewListProps as F, ExpansionPanelActivatorProps as Fa, _default$59 as Fi, Snackbar as Fn, useCheckboxRoot as Fo, useSelectContext as Fr, BreadcrumbsRootContext as Fs, SwitchSelectAllSlotProps as Ft, TabsPanelProps as G, provideExpansionPanelItem as Ga, providePaginationControls as Gi, provideSnackbarRootContext as Gn, ButtonRootProps as Go, RadioRootSlotProps as Gr, _default$101 as Gs, _default$23 as Gt, ThemeSlotProps as H, ExpansionPanelItemProps as Ha, PaginationRootProps as Hi, SnackbarRootProps as Hn, useCheckboxGroup as Ho, _default$48 as Hr, AvatarImageEmits as Hs, provideSwitchRoot as Ht, TreeviewListSlotProps as I, ExpansionPanelActivatorSlotProps as Ia, PaginationFirstProps as Ii, SnackbarContentProps as In, CheckboxHiddenInputProps as Io, ScrimProps as Ir, BreadcrumbsTicket as Is, _default$21 as It, TabsItemProps as J, ExpansionPanelRootProps as Ja, usePaginationControls as Ji, SnackbarQueueProps as Jn, provideButtonRoot as Jo, provideRadioRoot as Jr, AvatarTicket as Js, _default$24 as Jt, TabsPanelSlotProps as K, useExpansionPanelItem as Ka, providePaginationItems as Ki, useSnackbarRootContext as Kn, ButtonRootSlotProps as Ko, RadioState as Kr, AvatarContext as Ks, SwitchGroupProps as Kt, TreeviewRootProps as L, _default$72 as La, PaginationFirstSlotProps as Li, _default$33 as Ln, _default$85 as Lo, ScrimSlotProps as Lr, BreadcrumbsTicketType as Ls, SwitchRootContext as Lt, TreeviewIndicatorSlotProps as M, ExpansionPanelContentProps as Ma, _default$58 as Mi, _default$32 as Mn, CheckboxState as Mo, SelectRootSlotProps as Mr, _default$99 as Ms, SwitchThumbSlotProps as Mt, TreeviewItemProps as N, ExpansionPanelContentSlotProps as Na, PaginationPrevProps as Ni, provideSliderRoot as Nn, _default$84 as No, _default$46 as Nr, provideBreadcrumbsRoot as Ns, _default$20 as Nt, TreeviewCueSlotProps as O, FormProps as Oa, PaginationNextSlotProps as Oi, _default$31 as On, _default$83 as Oo, SelectActivatorSlotProps as Or, BreadcrumbsListSlotProps as Os, SwitchTrackProps as Ot, TreeviewItemSlotProps as P, _default$71 as Pa, PaginationPrevSlotProps as Pi, useSliderRoot as Pn, provideCheckboxRoot as Po, provideSelectContext as Pr, useBreadcrumbsRoot as Ps, SwitchSelectAllProps as Pt, TabsListSlotProps as Q, useExpansionPanelRoot as Qa, LocaleSlotProps as Qi, useSnackbarQueueContext as Qn, _default$88 as Qo, RadioActivation as Qr, AtomExpose as Qs, SplitterHandleProps as Qt, TreeviewRootSlotProps as R, ExpansionPanelHeaderProps as Ra, _default$60 as Ri, SnackbarCloseProps as Rn, CheckboxGroupProps as Ro, _default$47 as Rr, Avatar as Rs, SwitchRootProps as Rt, TreeviewActivatorSlotProps as S, _default$68 as Sa, PaginationStatusSlotProps as Si, _default$29 as Sn, Checkbox as So, SelectContentSlotProps as Sr, BreadcrumbsPageSlotProps as Ss, SingleRootProps as St, TreeviewContentProps as T, _default$69 as Ta, PaginationLastSlotProps as Ti, _default$30 as Tn, _default$82 as To, SelectValueSlotProps as Tr, BreadcrumbsItemSlotProps as Ts, provideSingleRoot as Tt, _default$10 as U, ExpansionPanelItemSlotProps as Ua, PaginationRootSlotProps as Ui, SnackbarRootSlotProps as Un, Button as Uo, RadioRootContext as Ur, AvatarImageProps as Us, useSwitchRoot as Ut, ThemeProps as V, ExpansionPanelItemContext as Va, _default$61 as Vi, SnackbarRootContext as Vn, provideCheckboxGroup as Vo, RadioIndicatorSlotProps as Vr, _default$100 as Vs, _default$22 as Vt, Tabs as W, _default$74 as Wa, _default$62 as Wi, _default$35 as Wn, ButtonRootContext as Wo, RadioRootProps as Wr, AvatarImageSlotProps as Ws, SwitchHiddenInputProps as Wt, _default$12 as X, _default$75 as Xa, usePaginationRoot as Xi, _default$36 as Xn, ButtonLoadingProps as Xo, RadioHiddenInputProps as Xr, provideAvatarRoot as Xs, useSwitchGroup as Xt, TabsItemSlotProps as Y, ExpansionPanelRootSlotProps as Ya, usePaginationItems as Yi, SnackbarQueueSlotProps as Yn, useButtonRoot as Yo, useRadioRoot as Yr, _default$102 as Ys, provideSwitchGroup as Yt, TabsListProps as Z, provideExpansionPanelRoot as Za, LocaleProps as Zi, provideSnackbarQueueContext as Zn, ButtonLoadingSlotProps as Zo, _default$50 as Zr, useAvatarRoot as Zs, Splitter as Zt, _default$6 as _, InputControlSlotProps as _a, _default$54 as _i, SliderHiddenInputProps as _n, DialogRootProps as _o, _default$41 as _r, _default$94 as _s, useStepRoot as _t, provideTreeviewRoot as a, ValidateEvent as aa, useRadioGroup as ai, _default$26 as an, _default$77 as ao, _default$38 as ar, ButtonGroupSlotProps as as, TabsTicket as at, _default$9 as b, GroupItemProps as ba, Pagination as bi, SliderThumbSlotProps as bn, provideDialogContext as bo, _default$42 as br, _default$95 as bs, SingleItemSlotProps as bt, _default$2 as c, provideInputRoot as ca, PopoverContentProps as ci, SplitterPanelInput as cn, _default$78 as co, _default$39 as cr, useButtonGroup as cs, useTabsRoot as ct, TreeviewItemContext as d, InputErrorSlotProps as da, PopoverActivatorProps as di, SplitterRootProps as dn, DialogContentSlotProps as do, Select as dr, _default$92 as ds, StepItemSlotProps as dt, Input as ea, AtomSlots as ec, RadioGroupProps as ei, SplitterHandleState as en, DialogCloseProps as eo, SnackbarPortalSlotProps as er, ButtonIconSlotProps as es, TabsActivation as et, _default$3 as f, _default$65 as fa, PopoverActivatorSlotProps as fi, SplitterRootSlotProps as fn, _default$79 as fo, SelectPlaceholderProps as fr, Breadcrumbs as fs, _default$15 as ft, _default$5 as g, InputControlProps as ga, PopoverRootSlotProps as gi, Slider as gn, DialogContext as go, SelectItemSlotProps as gr, BreadcrumbsEllipsisSlotProps as gs, provideStepRoot as gt, _default$4 as h, _default$66 as ha, PopoverRootProps as hi, useSplitterRoot as hn, _default$80 as ho, SelectItemProps as hr, BreadcrumbsEllipsisProps as hs, _default$16 as ht, _default$1 as i, InputState as ia, provideRadioGroup as ii, SplitterPanelSlotProps as in, DialogDescriptionSlotProps as io, SelectionItemSlotProps as ir, ButtonGroupProps as is, TabsRootSlotProps as it, TreeviewIndicatorProps as j, ExpansionPanel as ja, PaginationEllipsisSlotProps as ji, SliderRootSlotProps as jn, CheckboxRootSlotProps as jo, SelectRootProps as jr, BreadcrumbsRootSlotProps as js, SwitchThumbProps as jt, TreeviewGroupProps as k, FormSlotProps as ka, _default$57 as ki, SliderRootContext as kn, CheckboxRootContext as ko, _default$45 as kr, _default$98 as ks, SwitchTrackSlotProps as kt, provideTreeviewList as l, useInputRoot as la, PopoverContentSlotProps as li, SplitterPanelTicket as ln, DialogContentEmits as lo, provideSelectionRoot as lr, ButtonContentProps as ls, Step as lt, useTreeviewItem as m, InputDescriptionSlotProps as ma, PopoverContext as mi, provideSplitterRoot as mn, DialogActivatorSlotProps as mo, _default$40 as mr, _default$93 as ms, StepRootSlotProps as mt, _default as n, InputRootProps as na, RadioTicket as ni, SplitterPanelExpose as nn, _default$76 as no, Selection as nr, ButtonHiddenInputProps as ns, TabsOrientation as nt, useTreeviewRoot as o, ValidateOn as oa, Popover as oi, SplitterContext as on, DialogTitleProps as oo, SelectionRootProps as or, _default$91 as os, _default$14 as ot, provideTreeviewItem as p, InputDescriptionProps as pa, _default$53 as pi, _default$27 as pn, DialogActivatorProps as po, SelectPlaceholderSlotProps as pr, BreadcrumbsLinkProps as ps, StepRootProps as pt, _default$11 as q, ExpansionPanelOptionsContext as qa, providePaginationRoot as qi, SnackbarQueueContext as qn, _default$87 as qo, _default$49 as qr, AvatarRootProps as qs, SwitchGroupSlotProps as qt, TreeviewRootContext as r, InputRootSlotProps as ra, _default$51 as ri, SplitterPanelProps as rn, DialogDescriptionProps as ro, SelectionItemProps as rr, _default$90 as rs, TabsRootProps as rt, TreeviewListContext as s, _default$64 as sa, PopoverContentEmits as si, SplitterOrientation as sn, DialogTitleSlotProps as so, SelectionRootSlotProps as sr, provideButtonGroup as ss, provideTabsRoot as st, Treeview as t, InputRootContext as ta, _default$103 as tc, RadioGroupSlotProps as ti, _default$25 as tn, DialogCloseSlotProps as to, _default$37 as tr, _default$89 as ts, TabsContext as tt, useTreeviewList as u, InputErrorProps as ua, _default$52 as ui, SplitterRootExpose as un, DialogContentProps as uo, useSelectionRoot as ur, ButtonContentSlotProps as us, StepItemProps as ut, _default$7 as v, _default$67 as va, providePopoverContext as vi, _default$28 as vn, DialogRootSlotProps as vo, SelectCueProps as vr, BreadcrumbsDividerProps as vs, Single as vt, TreeviewCheckboxSlotProps as w, GroupRootSlotProps as wa, PaginationLastProps as wi, SliderRangeSlotProps as wn, CheckboxSelectAllSlotProps as wo, SelectValueProps as wr, BreadcrumbsItemProps as ws, _default$18 as wt, TreeviewActivatorProps as x, GroupItemSlotProps as xa, PaginationStatusProps as xi, SliderThumbState as xn, useDialogContext as xo, SelectContentProps as xr, BreadcrumbsPageProps as xs, _default$17 as xt, _default$8 as y, Group as ya, usePopoverContext as yi, SliderThumbProps as yn, _default$81 as yo, SelectCueSlotProps as yr, BreadcrumbsDividerSlotProps as ys, SingleItemProps as yt, TreeviewSelectAllProps as z, ExpansionPanelHeaderSlotProps as za, PaginationItemProps as zi, SnackbarCloseSlotProps as zn, CheckboxGroupSlotProps as zo, Radio as zr, AvatarFallbackProps as zs, SwitchRootSlotProps as zt };