@vuetify/v0 0.1.8 → 0.1.10

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 (119) hide show
  1. package/SKILL.md +95 -0
  2. package/dist/adapter-D3dUnE__.d.mts +17 -0
  3. package/dist/{adapter-DIx4Rntl.d.mts → adapter-hDuQ9aNN.d.mts} +4 -4
  4. package/dist/browser/index.js +2029 -704
  5. package/dist/components/index.d.mts +2 -2
  6. package/dist/components/index.mjs +23 -23
  7. package/dist/{components-BbxKYAXs.mjs → components-TiigKVsl.mjs} +816 -237
  8. package/dist/composables/index.d.mts +16 -15
  9. package/dist/composables/index.mjs +22 -22
  10. package/dist/{consola-BVzYzeLH.d.mts → consola-C1OjyZVf.d.mts} +1 -1
  11. package/dist/constants/index.d.mts +1 -1
  12. package/dist/constants/index.mjs +1 -1
  13. package/dist/{createDataTable-DZouEhvH.mjs → createDataTable-DoqbfLt0.mjs} +5 -5
  14. package/dist/{createGroup-BpJFi41X.mjs → createGroup-DpbGTwFy.mjs} +1 -1
  15. package/dist/{createPagination-Bu8vE0JW.mjs → createPagination-DZSJ8aO5.mjs} +5 -5
  16. package/dist/{createSelection-8MX0OHXR.mjs → createSelection-B6bQNyuF.mjs} +1 -1
  17. package/dist/{createSingle-CbuOBb-E.mjs → createSingle-fWHREEJO.mjs} +6 -6
  18. package/dist/{createTokens-CXlT0Vc6.mjs → createTokens-N8QIWw_D.mjs} +26 -5
  19. package/dist/data-table/adapters/client/index.d.mts +1 -1
  20. package/dist/data-table/adapters/client/index.mjs +3 -3
  21. package/dist/data-table/adapters/index.d.mts +4 -4
  22. package/dist/data-table/adapters/index.mjs +5 -5
  23. package/dist/data-table/adapters/server/index.d.mts +1 -1
  24. package/dist/data-table/adapters/server/index.mjs +3 -3
  25. package/dist/data-table/adapters/virtual/index.d.mts +1 -1
  26. package/dist/data-table/adapters/virtual/index.mjs +3 -3
  27. package/dist/data-table/index.d.mts +5 -5
  28. package/dist/data-table/index.mjs +14 -14
  29. package/dist/date/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-ClSU6mqC.mjs → globals-F7fiJVG1.mjs} +1 -1
  34. package/dist/{index-CmCMrlt3.d.mts → index-CLDBngUs.d.mts} +1 -1
  35. package/dist/{index-MHkcqY_y.d.mts → index-Cv1XUHyA.d.mts} +1 -21
  36. package/dist/{index-B5NU2uB7.d.mts → index-DXdQb5BV.d.mts} +1057 -217
  37. package/dist/{index-63-0oJS8.d.mts → index-Dfa5Wb4T.d.mts} +430 -186
  38. package/dist/{index-CxW4itj1.d.mts → index-YyqYAay2.d.mts} +10 -2
  39. package/dist/index.d.mts +19 -18
  40. package/dist/index.mjs +24 -24
  41. package/dist/json/attributes.json +196 -0
  42. package/dist/json/importMap.json +52 -0
  43. package/dist/json/tags.json +104 -0
  44. package/dist/json/web-types.json +617 -1
  45. package/dist/locale/adapters/index.d.mts +3 -2
  46. package/dist/locale/adapters/index.mjs +2 -2
  47. package/dist/locale/adapters/v0/index.d.mts +1 -1
  48. package/dist/locale/adapters/v0/index.mjs +2 -2
  49. package/dist/locale/adapters/vue-i18n/index.d.mts +22 -0
  50. package/dist/locale/adapters/vue-i18n/index.mjs +26 -0
  51. package/dist/locale/index.d.mts +4 -3
  52. package/dist/locale/index.mjs +8 -9
  53. package/dist/logger/adapters/consola/index.d.mts +1 -1
  54. package/dist/logger/adapters/index.d.mts +4 -4
  55. package/dist/logger/adapters/index.mjs +2 -2
  56. package/dist/logger/adapters/pino/index.d.mts +1 -1
  57. package/dist/logger/adapters/pino/index.mjs +1 -1
  58. package/dist/logger/adapters/v0/index.d.mts +1 -1
  59. package/dist/logger/adapters/v0/index.mjs +2 -2
  60. package/dist/logger/index.d.mts +5 -5
  61. package/dist/logger/index.mjs +3 -3
  62. package/dist/notifications/index.d.mts +78 -0
  63. package/dist/notifications/index.mjs +215 -0
  64. package/dist/palettes/ant/index.d.mts +1 -1
  65. package/dist/palettes/index.d.mts +2 -2
  66. package/dist/palettes/material/index.d.mts +1 -1
  67. package/dist/palettes/md1/index.d.mts +1 -1
  68. package/dist/palettes/md2/index.d.mts +1 -1
  69. package/dist/palettes/radix/index.d.mts +1 -1
  70. package/dist/palettes/tailwind/index.d.mts +1 -1
  71. package/dist/permissions/adapters/index.d.mts +2 -2
  72. package/dist/permissions/adapters/index.mjs +1 -1
  73. package/dist/permissions/adapters/v0/index.d.mts +1 -1
  74. package/dist/permissions/adapters/v0/index.mjs +1 -1
  75. package/dist/permissions/index.d.mts +1 -1
  76. package/dist/permissions/index.mjs +5 -5
  77. package/dist/{pino-Bzighnkd.d.mts → pino-CM1iLXmi.d.mts} +1 -1
  78. package/dist/{posthog-BE7-t7cV.mjs → posthog-CdcdfMYS.mjs} +1 -1
  79. package/dist/rules/index.d.mts +1 -1
  80. package/dist/rules/index.mjs +9 -10
  81. package/dist/{server-Ch9J86tb.d.mts → server-Ct-h4-OA.d.mts} +1 -1
  82. package/dist/{server-CZ6ahbEH.mjs → server-DHET3KNW.mjs} +1 -1
  83. package/dist/storage/adapters/index.d.mts +2 -2
  84. package/dist/storage/adapters/memory/index.d.mts +1 -1
  85. package/dist/storage/index.d.mts +3 -3
  86. package/dist/storage/index.mjs +21 -21
  87. package/dist/theme/adapters/index.d.mts +1 -1
  88. package/dist/theme/adapters/index.mjs +2 -2
  89. package/dist/theme/adapters/v0/index.d.mts +1 -1
  90. package/dist/theme/adapters/v0/index.mjs +2 -2
  91. package/dist/theme/index.d.mts +1 -1
  92. package/dist/theme/index.mjs +8 -8
  93. package/dist/{useClickOutside-W0Sur1rC.mjs → useClickOutside-DNuJQ9EG.mjs} +860 -126
  94. package/dist/{useFeatures-CUicSI-E.mjs → useFeatures-CWNXTIXk.mjs} +3 -3
  95. package/dist/useLocale-Dzl6lCCF.mjs +75 -0
  96. package/dist/{useLogger-DY1Hbcy1.mjs → useLogger-Bw836Jbg.mjs} +2 -2
  97. package/dist/{usePermissions-BSW59R4q.mjs → usePermissions-DrRVDeVy.mjs} +2 -2
  98. package/dist/{useRules-BbA6_gvs.mjs → useRules-TMGuA8al.mjs} +2 -2
  99. package/dist/{useTheme-Bdx2Lj5c.mjs → useTheme-qMpg3Ti6.mjs} +9 -6
  100. package/dist/utilities/index.d.mts +2 -2
  101. package/dist/utilities/index.mjs +3 -32
  102. package/dist/v0-3zDdS4II.d.mts +19 -0
  103. package/dist/{v0-BZINNGoC.d.mts → v0-BBRwZ3at.d.mts} +1 -1
  104. package/dist/{v0-YAqbXudL.mjs → v0-BoWQ8RK0.mjs} +1 -1
  105. package/dist/{v0-BFseIsBi.mjs → v0-BsuBuBSa.mjs} +1 -1
  106. package/dist/{v0-2G2476h-.mjs → v0-CIEQpOK2.mjs} +1 -1
  107. package/dist/{v0-CdUL2eOn.d.mts → v0-CMeh39LQ.d.mts} +1 -1
  108. package/dist/v0-DgaVf3xM.mjs +62 -0
  109. package/dist/{v0-1xxC39wf.d.mts → v0-JPf99NKg.d.mts} +1 -1
  110. package/dist/{virtual-DwBiFA25.d.mts → virtual-B1lRbO7Q.d.mts} +1 -1
  111. package/dist/{virtual-eDNVH1fz.mjs → virtual-D0_D5gkh.mjs} +1 -1
  112. package/package.json +11 -4
  113. package/dist/useLocale-cQlPxbpV.mjs +0 -87
  114. package/dist/v0-CAKa6tzG.d.mts +0 -22
  115. package/dist/v0-CHBrvw49.mjs +0 -35
  116. /package/dist/{adapter-JTFG3Jn8.d.mts → adapter-CJQav2JB.d.mts} +0 -0
  117. /package/dist/{index-B5ZDDkXv.d.mts → index-BvTD7kU8.d.mts} +0 -0
  118. /package/dist/{index-NsE5nARK.d.mts → index-DSao7i57.d.mts} +0 -0
  119. /package/dist/{memory-BTtRdnNn.d.mts → memory-DyBabFV1.d.mts} +0 -0
@@ -1,7 +1,7 @@
1
1
  import { n as DOMElement, o as ID, s as MaybeArray, t as Activation } from "./index-Dor6eAEc.mjs";
2
- import { b as RegistryTicketInput, p as RegistryContext, y as RegistryTicket } from "./index-CxW4itj1.mjs";
3
- import { $ as StepTicket, Da as SingleTicket, Fa as SelectionTicket, Fr as FormValidationRule, Gr as RuleAlias, Ia as SelectionTicketInput, Ma as SelectionContext, X as StepContext, ca as GroupContext, ct as StackTicket, da as GroupTicket, mt as SliderContext, na as OverflowContext, ni as StandardSchemaV1, r as VirtualFocusReturn, tn as PopoverReturn, va as BreadcrumbsContext, wa as SingleContext } from "./index-63-0oJS8.mjs";
4
- import { s as PaginationContext, u as PaginationTicket } from "./adapter-DIx4Rntl.mjs";
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";
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$80: typeof __VLS_export$80;
45
- declare const __VLS_export$80: <T extends Record<string, any> = {}>(__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<{
46
- props: vue.PublicProps & __VLS_PrettifyLocal$21<AtomPrivateProps> & (typeof globalThis extends {
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 {
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$80: <T extends Record<string, any> = {}>(__VLS_props:
53
53
  }>) => vue.VNode & {
54
54
  __ctx?: Awaited<typeof __VLS_setup>;
55
55
  };
56
- type __VLS_PrettifyLocal$21<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
56
+ type __VLS_PrettifyLocal$23<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$79: typeof __VLS_export$79;
70
- declare const __VLS_export$79: __VLS_WithSlots$54<vue.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
71
71
  default?: (props: {}) => any;
72
72
  }>;
73
- type __VLS_WithSlots$54<T, S> = T & {
73
+ type __VLS_WithSlots$62<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$78: typeof __VLS_export$78;
104
- declare const __VLS_export$78: __VLS_WithSlots$53<vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
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, {
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$78: __VLS_WithSlots$53<vue.DefineComponent<AvatarImag
110
110
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
111
111
  default: (props: AvatarImageSlotProps) => any;
112
112
  }>;
113
- type __VLS_WithSlots$53<T, S> = T & {
113
+ type __VLS_WithSlots$61<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$77: typeof __VLS_export$77;
129
- declare const __VLS_export$77: __VLS_WithSlots$52<vue.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
130
130
  default: (props: AvatarFallbackSlotProps) => any;
131
131
  }>;
132
- type __VLS_WithSlots$52<T, S> = T & {
132
+ type __VLS_WithSlots$60<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$76: typeof __VLS_export$76;
330
- declare const __VLS_export$76: __VLS_WithSlots$51<vue.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
331
331
  default: (props: BreadcrumbsRootSlotProps) => unknown;
332
332
  }>;
333
- type __VLS_WithSlots$51<T, S> = T & {
333
+ type __VLS_WithSlots$59<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$75: typeof __VLS_export$75;
347
- declare const __VLS_export$75: __VLS_WithSlots$50<vue.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
348
348
  default: (props: BreadcrumbsListSlotProps) => unknown;
349
349
  }>;
350
- type __VLS_WithSlots$50<T, S> = T & {
350
+ type __VLS_WithSlots$58<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$74: typeof __VLS_export$74;
378
- declare const __VLS_export$74: __VLS_WithSlots$49<vue.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
379
379
  default: (props: BreadcrumbsItemSlotProps) => unknown;
380
380
  }>;
381
- type __VLS_WithSlots$49<T, S> = T & {
381
+ type __VLS_WithSlots$57<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$73: typeof __VLS_export$73;
396
- declare const __VLS_export$73: __VLS_WithSlots$48<vue.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
397
397
  default: (props: BreadcrumbsPageSlotProps) => unknown;
398
398
  }>;
399
- type __VLS_WithSlots$48<T, S> = T & {
399
+ type __VLS_WithSlots$56<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$72: typeof __VLS_export$72;
428
- declare const __VLS_export$72: __VLS_WithSlots$47<vue.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
429
429
  default: (props: BreadcrumbsDividerSlotProps) => unknown;
430
430
  }>;
431
- type __VLS_WithSlots$47<T, S> = T & {
431
+ type __VLS_WithSlots$55<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$71: typeof __VLS_export$71;
460
- declare const __VLS_export$71: __VLS_WithSlots$46<vue.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
461
461
  default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
462
462
  }>;
463
- type __VLS_WithSlots$46<T, S> = T & {
463
+ type __VLS_WithSlots$54<T, S> = T & {
464
464
  new (): {
465
465
  $slots: S;
466
466
  };
@@ -468,11 +468,11 @@ type __VLS_WithSlots$46<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$70: typeof __VLS_export$70;
472
- declare const __VLS_export$70: __VLS_WithSlots$45<vue.DefineComponent<AtomProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
473
473
  default?: (props: {}) => any;
474
474
  }>;
475
- type __VLS_WithSlots$45<T, S> = T & {
475
+ type __VLS_WithSlots$53<T, S> = T & {
476
476
  new (): {
477
477
  $slots: S;
478
478
  };
@@ -758,15 +758,513 @@ declare const Breadcrumbs: {
758
758
  C: {};
759
759
  M: {};
760
760
  Defaults: {};
761
- }, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
761
+ }, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
762
+ __isFragment?: never;
763
+ __isTeleport?: never;
764
+ __isSuspense?: never;
765
+ } & vue.ComponentOptionsBase<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
766
+ $slots: {
767
+ default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
768
+ };
769
+ });
770
+ };
771
+ //#endregion
772
+ //#region src/components/Button/ButtonContent.vue.d.ts
773
+ interface ButtonContentProps {
774
+ /** Unique identifier for ticket registration */
775
+ id?: ID;
776
+ /** Namespace for context injection from parent Button.Root */
777
+ namespace?: string;
778
+ }
779
+ interface ButtonContentSlotProps {
780
+ isSelected: boolean;
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>, {
784
+ default: (props: ButtonContentSlotProps) => any;
785
+ }>;
786
+ type __VLS_WithSlots$52<T, S> = T & {
787
+ new (): {
788
+ $slots: S;
789
+ };
790
+ };
791
+ //#endregion
792
+ //#region src/components/Button/ButtonGroup.vue.d.ts
793
+ interface ButtonGroupProps extends AtomProps {
794
+ /** Namespace for dependency injection */
795
+ namespace?: string;
796
+ /** Disables the entire button group */
797
+ disabled?: boolean;
798
+ /** Single (default) or multi-select */
799
+ multiple?: boolean;
800
+ /**
801
+ * Controls mandatory selection behavior:
802
+ * - false (default): No mandatory enforcement
803
+ * - true: Prevents deselecting the last selected item
804
+ * - `force`: Automatically selects the first non-disabled item on registration
805
+ */
806
+ mandatory?: boolean | 'force';
807
+ /** Accessible name for the group */
808
+ label?: string;
809
+ /** ID of element that labels this group */
810
+ ariaLabelledby?: string;
811
+ /** ID of element that describes this group */
812
+ ariaDescribedby?: string;
813
+ }
814
+ interface ButtonGroupSlotProps {
815
+ /** Whether the button group is disabled */
816
+ isDisabled: boolean;
817
+ /** Attributes to bind to the root element */
818
+ attrs: {
819
+ 'role': 'group';
820
+ 'aria-label': string | undefined;
821
+ 'aria-labelledby': string | undefined;
822
+ 'aria-describedby': string | undefined;
823
+ };
824
+ }
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 & {
829
+ modelValue?: T | T[];
830
+ }) & {
831
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
832
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
833
+ }> & (typeof globalThis extends {
834
+ __VLS_PROPS_FALLBACK: infer P;
835
+ } ? P : {});
836
+ expose: (exposed: {}) => void;
837
+ attrs: any;
838
+ slots: {
839
+ default: (props: ButtonGroupSlotProps) => any;
840
+ };
841
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
842
+ }>) => vue.VNode & {
843
+ __ctx?: Awaited<typeof __VLS_setup>;
844
+ };
845
+ type __VLS_PrettifyLocal$22<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
846
+ //#endregion
847
+ //#region src/components/Button/ButtonHiddenInput.vue.d.ts
848
+ interface ButtonHiddenInputProps {
849
+ /** Namespace for context injection from parent Button.Root */
850
+ namespace?: string;
851
+ /** Form field name */
852
+ name?: string;
853
+ /** Submitted value (defaults to 'on') */
854
+ value?: string;
855
+ /** Associate with form by ID */
856
+ form?: string;
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>;
860
+ //#endregion
861
+ //#region src/components/Button/ButtonIcon.vue.d.ts
862
+ interface ButtonIconProps extends AtomProps {
863
+ /** Namespace for context injection from parent Button.Root */
864
+ namespace?: string;
865
+ }
866
+ interface ButtonIconSlotProps {
867
+ /** Whether this is an icon-only button */
868
+ isSolo: boolean;
869
+ /** Attributes to bind to the icon element */
870
+ attrs: {
871
+ 'aria-hidden': true;
872
+ };
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>, {
876
+ default: (props: ButtonIconSlotProps) => any;
877
+ }>;
878
+ type __VLS_WithSlots$51<T, S> = T & {
879
+ new (): {
880
+ $slots: S;
881
+ };
882
+ };
883
+ //#endregion
884
+ //#region src/components/Button/ButtonLoading.vue.d.ts
885
+ interface ButtonLoadingProps {
886
+ /** Unique identifier for ticket registration */
887
+ id?: ID;
888
+ /** Namespace for context injection from parent Button.Root */
889
+ namespace?: string;
890
+ }
891
+ interface ButtonLoadingSlotProps {
892
+ /** Whether this loading indicator is currently selected/visible */
893
+ isSelected: boolean;
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>, {
897
+ default: (props: ButtonLoadingSlotProps) => any;
898
+ }>;
899
+ type __VLS_WithSlots$50<T, S> = T & {
900
+ new (): {
901
+ $slots: S;
902
+ };
903
+ };
904
+ //#endregion
905
+ //#region src/components/Button/ButtonRoot.vue.d.ts
906
+ interface ButtonRootContext {
907
+ /** The button's value (for group registration / form submission) */
908
+ value: unknown;
909
+ /** Form field name */
910
+ name?: string;
911
+ /** Form association ID */
912
+ form?: string;
913
+ /** Whether the button is in the loading state (after grace period) */
914
+ isLoading: Readonly<Ref<boolean>>;
915
+ /** Whether the button is disabled */
916
+ isDisabled: Readonly<Ref<boolean>>;
917
+ /** Whether the button is readonly */
918
+ isReadonly: Readonly<Ref<boolean>>;
919
+ /** Whether the button is passive */
920
+ isPassive: Readonly<Ref<boolean>>;
921
+ /** Whether the button is selected (in group mode) */
922
+ isSelected: Readonly<Ref<boolean>>;
923
+ /** Whether the button is an icon-only button */
924
+ isSolo: Ref<boolean>;
925
+ /** Internal single selection for Loading/Content visibility */
926
+ single: SingleContext;
927
+ }
928
+ interface ButtonRootProps<V = unknown> extends AtomProps {
929
+ /** Disables the button — fully non-interactive, removed from tab order */
930
+ disabled?: boolean;
931
+ /** Non-clickable but looks normal, remains focusable/hoverable */
932
+ readonly?: boolean;
933
+ /** Non-clickable, looks disabled via [data-passive], remains focusable/hoverable */
934
+ passive?: boolean;
935
+ /** Triggers loading state with grace period before visual indicator */
936
+ loading?: boolean;
937
+ /** Duration in ms before loading UI appears (0 to show immediately) */
938
+ grace?: number;
939
+ /** Value for use inside Button.Group */
940
+ value?: V;
941
+ /** Namespace for context provision to children */
942
+ namespace?: string;
943
+ /** Namespace for connecting to parent Button.Group */
944
+ groupNamespace?: string;
945
+ /** Form field name — auto-renders HiddenInput when set */
946
+ name?: string;
947
+ /** Associate with form by ID */
948
+ form?: string;
949
+ /** Accessible label for the button */
950
+ ariaLabel?: string;
951
+ }
952
+ interface ButtonRootSlotProps {
953
+ /** Whether the button is in the loading state (after grace period) */
954
+ isLoading: boolean;
955
+ /** Whether the button is disabled */
956
+ isDisabled: boolean;
957
+ /** Whether the button is readonly */
958
+ isReadonly: boolean;
959
+ /** Whether the button is passive */
960
+ isPassive: boolean;
961
+ /** Whether the button is selected (in group mode) */
962
+ isSelected: boolean;
963
+ /** Attributes to bind to the button element */
964
+ attrs: {
965
+ 'type': 'button' | undefined;
966
+ 'role': 'button';
967
+ 'disabled': true | undefined;
968
+ 'aria-disabled': true | undefined;
969
+ 'aria-busy': true | undefined;
970
+ 'aria-pressed': boolean | undefined;
971
+ 'aria-label': string | undefined;
972
+ 'tabindex': 0 | -1 | undefined;
973
+ 'data-loading': true | undefined;
974
+ 'data-passive': true | undefined;
975
+ 'data-readonly': true | undefined;
976
+ 'data-disabled': true | undefined;
977
+ 'data-selected': true | undefined;
978
+ 'data-solo': true | undefined;
979
+ 'onClick': () => void;
980
+ };
981
+ }
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 {
986
+ __VLS_PROPS_FALLBACK: infer P;
987
+ } ? P : {});
988
+ expose: (exposed: {}) => void;
989
+ attrs: any;
990
+ slots: {
991
+ default: (props: ButtonRootSlotProps) => any;
992
+ };
993
+ emit: {};
994
+ }>) => vue.VNode & {
995
+ __ctx?: Awaited<typeof __VLS_setup>;
996
+ };
997
+ type __VLS_PrettifyLocal$21<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
998
+ //#endregion
999
+ //#region src/components/Button/index.d.ts
1000
+ /**
1001
+ * Button component with sub-components for interactive button controls.
1002
+ *
1003
+ * @see https://0.vuetifyjs.com/components/actions/button
1004
+ *
1005
+ * @example
1006
+ * ```vue
1007
+ * <script setup lang="ts">
1008
+ * import { Button } from '@vuetify/v0'
1009
+ * </script>
1010
+ *
1011
+ * <template>
1012
+ * <Button.Root>
1013
+ * <Button.Content>Click me</Button.Content>
1014
+ * </Button.Root>
1015
+ * </template>
1016
+ * ```
1017
+ */
1018
+ declare const Button: {
1019
+ /**
1020
+ * Default content area for buttons.
1021
+ *
1022
+ * Registers with Root's internal selection as the fallback.
1023
+ * Always rendered, selected when Loading is not active.
1024
+ *
1025
+ * @see https://0.vuetifyjs.com/components/actions/button#content
1026
+ *
1027
+ * @example
1028
+ * ```vue
1029
+ * <script setup lang="ts">
1030
+ * import { Button } from '@vuetify/v0'
1031
+ * </script>
1032
+ *
1033
+ * <template>
1034
+ * <Button.Root>
1035
+ * <Button.Content>Submit</Button.Content>
1036
+ * </Button.Root>
1037
+ * </template>
1038
+ * ```
1039
+ */
1040
+ Content: {
1041
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ButtonContentProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1042
+ P: {};
1043
+ B: {};
1044
+ D: {};
1045
+ C: {};
1046
+ M: {};
1047
+ Defaults: {};
1048
+ }, Readonly<ButtonContentProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1049
+ __isFragment?: never;
1050
+ __isTeleport?: never;
1051
+ __isSuspense?: never;
1052
+ } & vue.ComponentOptionsBase<Readonly<ButtonContentProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1053
+ $slots: {
1054
+ default: (props: ButtonContentSlotProps) => any;
1055
+ };
1056
+ });
1057
+ /**
1058
+ * Selection container for toggle button groups.
1059
+ *
1060
+ * @see https://0.vuetifyjs.com/components/actions/button#group
1061
+ *
1062
+ * @example
1063
+ * ```vue
1064
+ * <script setup lang="ts">
1065
+ * import { Button } from '@vuetify/v0'
1066
+ * import { ref } from 'vue'
1067
+ *
1068
+ * const selected = ref<string>()
1069
+ * </script>
1070
+ *
1071
+ * <template>
1072
+ * <Button.Group v-model="selected">
1073
+ * <Button.Root value="bold">B</Button.Root>
1074
+ * <Button.Root value="italic">I</Button.Root>
1075
+ * </Button.Group>
1076
+ * </template>
1077
+ * ```
1078
+ */
1079
+ Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1080
+ slots: {
1081
+ default: (props: ButtonGroupSlotProps) => any;
1082
+ };
1083
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
1084
+ attrs: any;
1085
+ }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1086
+ props: vue.PublicProps & {
1087
+ namespace?: string | undefined;
1088
+ disabled?: boolean | undefined;
1089
+ multiple?: boolean | undefined;
1090
+ mandatory?: boolean | "force" | undefined;
1091
+ label?: string | undefined;
1092
+ ariaLabelledby?: string | undefined;
1093
+ ariaDescribedby?: string | undefined;
1094
+ as?: (DOMElement | null) | undefined;
1095
+ renderless?: boolean | undefined;
1096
+ modelValue?: (T | T[]) | undefined;
1097
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1098
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1099
+ } & (typeof globalThis extends {
1100
+ __VLS_PROPS_FALLBACK: infer P;
1101
+ } ? P : {});
1102
+ expose: (exposed: {}) => void;
1103
+ attrs: any;
1104
+ slots: {
1105
+ default: (props: ButtonGroupSlotProps) => any;
1106
+ };
1107
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
1108
+ }>) => vue.VNode & {
1109
+ __ctx?: Awaited<typeof __VLS_setup>;
1110
+ };
1111
+ /**
1112
+ * Hidden input component for form submission.
1113
+ *
1114
+ * @see https://0.vuetifyjs.com/components/actions/button#hiddeninput
1115
+ *
1116
+ * @example
1117
+ * ```vue
1118
+ * <script setup lang="ts">
1119
+ * import { Button } from '@vuetify/v0'
1120
+ * </script>
1121
+ *
1122
+ * <template>
1123
+ * <Button.Group>
1124
+ * <Button.Root value="yes">
1125
+ * Yes
1126
+ * <Button.HiddenInput name="answer" />
1127
+ * </Button.Root>
1128
+ * </Button.Group>
1129
+ * </template>
1130
+ * ```
1131
+ */
1132
+ HiddenInput: vue.DefineComponent<ButtonHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ButtonHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
1133
+ /**
1134
+ * Icon wrapper with accessibility enforcement.
1135
+ *
1136
+ * Sets `aria-hidden="true"` on itself. Detects solo buttons
1137
+ * and warns when `aria-label` is missing on Root.
1138
+ *
1139
+ * @see https://0.vuetifyjs.com/components/actions/button#icon
1140
+ *
1141
+ * @example
1142
+ * ```vue
1143
+ * <script setup lang="ts">
1144
+ * import { Button } from '@vuetify/v0'
1145
+ * </script>
1146
+ *
1147
+ * <template>
1148
+ * <Button.Root aria-label="Close">
1149
+ * <Button.Icon>✕</Button.Icon>
1150
+ * </Button.Root>
1151
+ * </template>
1152
+ * ```
1153
+ */
1154
+ Icon: {
1155
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ButtonIconProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1156
+ P: {};
1157
+ B: {};
1158
+ D: {};
1159
+ C: {};
1160
+ M: {};
1161
+ Defaults: {};
1162
+ }, Readonly<ButtonIconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1163
+ __isFragment?: never;
1164
+ __isTeleport?: never;
1165
+ __isSuspense?: never;
1166
+ } & vue.ComponentOptionsBase<Readonly<ButtonIconProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1167
+ $slots: {
1168
+ default: (props: ButtonIconSlotProps) => any;
1169
+ };
1170
+ });
1171
+ /**
1172
+ * Loading indicator that becomes visible after the grace period.
1173
+ *
1174
+ * Registers with Root's internal selection. Enabled and selected
1175
+ * when Root's isLoading becomes true (after grace period).
1176
+ *
1177
+ * @see https://0.vuetifyjs.com/components/actions/button#loading
1178
+ *
1179
+ * @example
1180
+ * ```vue
1181
+ * <script setup lang="ts">
1182
+ * import { Button } from '@vuetify/v0'
1183
+ * import { shallowRef } from 'vue'
1184
+ *
1185
+ * const loading = shallowRef(false)
1186
+ * </script>
1187
+ *
1188
+ * <template>
1189
+ * <Button.Root :loading @click="loading = true">
1190
+ * <Button.Loading>Saving...</Button.Loading>
1191
+ * <Button.Content>Save</Button.Content>
1192
+ * </Button.Root>
1193
+ * </template>
1194
+ * ```
1195
+ */
1196
+ Loading: {
1197
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ButtonLoadingProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1198
+ P: {};
1199
+ B: {};
1200
+ D: {};
1201
+ C: {};
1202
+ M: {};
1203
+ Defaults: {};
1204
+ }, Readonly<ButtonLoadingProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
762
1205
  __isFragment?: never;
763
1206
  __isTeleport?: never;
764
1207
  __isSuspense?: never;
765
- } & vue.ComponentOptionsBase<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1208
+ } & vue.ComponentOptionsBase<Readonly<ButtonLoadingProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
766
1209
  $slots: {
767
- default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
1210
+ default: (props: ButtonLoadingSlotProps) => any;
768
1211
  };
769
1212
  });
1213
+ /**
1214
+ * Root component for buttons.
1215
+ *
1216
+ * Renders as a button with proper ARIA attributes. Supports
1217
+ * disabled, readonly, passive, and loading states. When inside
1218
+ * a Button.Group, registers as a toggle button.
1219
+ *
1220
+ * @see https://0.vuetifyjs.com/components/actions/button#root
1221
+ *
1222
+ * @example
1223
+ * ```vue
1224
+ * <script setup lang="ts">
1225
+ * import { Button } from '@vuetify/v0'
1226
+ * </script>
1227
+ *
1228
+ * <template>
1229
+ * <Button.Root>
1230
+ * <Button.Content>Click me</Button.Content>
1231
+ * </Button.Root>
1232
+ * </template>
1233
+ * ```
1234
+ */
1235
+ Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1236
+ slots: {
1237
+ default: (props: ButtonRootSlotProps) => any;
1238
+ };
1239
+ emit: {};
1240
+ attrs: any;
1241
+ }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1242
+ props: vue.PublicProps & {
1243
+ disabled?: boolean | undefined;
1244
+ readonly?: boolean | undefined;
1245
+ passive?: boolean | undefined;
1246
+ loading?: boolean | undefined;
1247
+ grace?: number | undefined;
1248
+ value?: V | undefined;
1249
+ namespace?: string | undefined;
1250
+ groupNamespace?: string | undefined;
1251
+ name?: string | undefined;
1252
+ form?: string | undefined;
1253
+ ariaLabel?: string | undefined;
1254
+ as?: (DOMElement | null) | undefined;
1255
+ renderless?: boolean | undefined;
1256
+ } & (typeof globalThis extends {
1257
+ __VLS_PROPS_FALLBACK: infer P;
1258
+ } ? P : {});
1259
+ expose: (exposed: {}) => void;
1260
+ attrs: any;
1261
+ slots: {
1262
+ default: (props: ButtonRootSlotProps) => any;
1263
+ };
1264
+ emit: {};
1265
+ }>) => vue.VNode & {
1266
+ __ctx?: Awaited<typeof __VLS_setup>;
1267
+ };
770
1268
  };
771
1269
  //#endregion
772
1270
  //#region src/components/Checkbox/CheckboxGroup.vue.d.ts
@@ -821,13 +1319,13 @@ interface CheckboxGroupSlotProps {
821
1319
  };
822
1320
  }
823
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>>;
824
- declare const _default$69: typeof __VLS_export$69;
825
- declare const __VLS_export$69: <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<{
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<{
826
1324
  props: vue.PublicProps & __VLS_PrettifyLocal$20<(CheckboxGroupProps & {
827
1325
  modelValue?: T | T[];
828
1326
  }) & {
829
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
830
1327
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1328
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
831
1329
  }> & (typeof globalThis extends {
832
1330
  __VLS_PROPS_FALLBACK: infer P;
833
1331
  } ? P : {});
@@ -853,8 +1351,8 @@ interface CheckboxHiddenInputProps {
853
1351
  /** Associate with form by ID (defaults to context value) */
854
1352
  form?: string;
855
1353
  }
856
- declare const _default$68: typeof __VLS_export$68;
857
- declare const __VLS_export$68: vue.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
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>;
858
1356
  //#endregion
859
1357
  //#region src/components/Checkbox/CheckboxRoot.vue.d.ts
860
1358
  /** Visual state of the checkbox for styling purposes */
@@ -952,13 +1450,13 @@ interface CheckboxRootSlotProps<V = unknown> {
952
1450
  };
953
1451
  }
954
1452
  declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue.App) => CheckboxRootContext<unknown>;
955
- declare const _default$67: typeof __VLS_export$67;
956
- declare const __VLS_export$67: <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<{
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<{
957
1455
  props: vue.PublicProps & __VLS_PrettifyLocal$19<(CheckboxRootProps<V> & {
958
1456
  modelValue?: boolean;
959
1457
  }) & {
960
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
961
1458
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
1459
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
962
1460
  }> & (typeof globalThis extends {
963
1461
  __VLS_PROPS_FALLBACK: infer P;
964
1462
  } ? P : {});
@@ -991,11 +1489,11 @@ interface CheckboxIndicatorSlotProps {
991
1489
  };
992
1490
  };
993
1491
  }
994
- declare const _default$66: typeof __VLS_export$66;
995
- declare const __VLS_export$66: __VLS_WithSlots$44<vue.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
996
1494
  default: (props: CheckboxIndicatorSlotProps) => any;
997
1495
  }>;
998
- type __VLS_WithSlots$44<T, S> = T & {
1496
+ type __VLS_WithSlots$49<T, S> = T & {
999
1497
  new (): {
1000
1498
  $slots: S;
1001
1499
  };
@@ -1045,11 +1543,11 @@ interface CheckboxSelectAllSlotProps {
1045
1543
  'data-disabled': true | undefined;
1046
1544
  };
1047
1545
  }
1048
- declare const _default$65: typeof __VLS_export$65;
1049
- declare const __VLS_export$65: __VLS_WithSlots$43<vue.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
1050
1548
  default: (props: CheckboxSelectAllSlotProps) => any;
1051
1549
  }>;
1052
- type __VLS_WithSlots$43<T, S> = T & {
1550
+ type __VLS_WithSlots$48<T, S> = T & {
1053
1551
  new (): {
1054
1552
  $slots: S;
1055
1553
  };
@@ -1124,8 +1622,8 @@ declare const Checkbox: {
1124
1622
  as?: (DOMElement | null) | undefined;
1125
1623
  renderless?: boolean | undefined;
1126
1624
  modelValue?: (T | T[]) | undefined;
1127
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1128
1625
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1626
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1129
1627
  } & (typeof globalThis extends {
1130
1628
  __VLS_PROPS_FALLBACK: infer P;
1131
1629
  } ? P : {});
@@ -1255,8 +1753,8 @@ declare const Checkbox: {
1255
1753
  as?: (DOMElement | null) | undefined;
1256
1754
  renderless?: boolean | undefined;
1257
1755
  modelValue?: boolean | undefined;
1258
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1259
1756
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
1757
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1260
1758
  } & (typeof globalThis extends {
1261
1759
  __VLS_PROPS_FALLBACK: infer P;
1262
1760
  } ? P : {});
@@ -1348,21 +1846,21 @@ interface DialogRootSlotProps {
1348
1846
  close: () => void;
1349
1847
  }
1350
1848
  declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue.App) => DialogContext;
1351
- declare const _default$64: typeof __VLS_export$64;
1352
- declare const __VLS_export$64: __VLS_WithSlots$42<vue.DefineComponent<DialogRootProps & {
1849
+ declare const _default$69: typeof __VLS_export$69;
1850
+ declare const __VLS_export$69: __VLS_WithSlots$47<vue.DefineComponent<DialogRootProps & {
1353
1851
  modelValue?: boolean;
1354
1852
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1355
- "update:model-value": (value: boolean) => any;
1356
1853
  "update:modelValue": (value: boolean) => any;
1854
+ "update:model-value": (value: boolean) => any;
1357
1855
  }, string, vue.PublicProps, Readonly<DialogRootProps & {
1358
1856
  modelValue?: boolean;
1359
1857
  }> & Readonly<{
1360
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1361
1858
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1859
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1362
1860
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1363
1861
  default: (props: DialogRootSlotProps) => any;
1364
1862
  }>;
1365
- type __VLS_WithSlots$42<T, S> = T & {
1863
+ type __VLS_WithSlots$47<T, S> = T & {
1366
1864
  new (): {
1367
1865
  $slots: S;
1368
1866
  };
@@ -1384,11 +1882,11 @@ interface DialogActivatorSlotProps {
1384
1882
  'data-dialog-open': '' | undefined;
1385
1883
  };
1386
1884
  }
1387
- declare const _default$63: typeof __VLS_export$63;
1388
- declare const __VLS_export$63: __VLS_WithSlots$41<vue.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
1389
1887
  default: (props: DialogActivatorSlotProps) => any;
1390
1888
  }>;
1391
- type __VLS_WithSlots$41<T, S> = T & {
1889
+ type __VLS_WithSlots$46<T, S> = T & {
1392
1890
  new (): {
1393
1891
  $slots: S;
1394
1892
  };
@@ -1428,8 +1926,8 @@ interface DialogContentSlotProps {
1428
1926
  'aria-describedby': string;
1429
1927
  };
1430
1928
  }
1431
- declare const _default$62: typeof __VLS_export$62;
1432
- declare const __VLS_export$62: __VLS_WithSlots$40<vue.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
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, {
1433
1931
  cancel: (e: Event) => any;
1434
1932
  close: (e: Event) => any;
1435
1933
  }, string, vue.PublicProps, Readonly<DialogContentProps> & Readonly<{
@@ -1438,7 +1936,7 @@ declare const __VLS_export$62: __VLS_WithSlots$40<vue.DefineComponent<DialogCont
1438
1936
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1439
1937
  default: (props: DialogContentSlotProps) => any;
1440
1938
  }>;
1441
- type __VLS_WithSlots$40<T, S> = T & {
1939
+ type __VLS_WithSlots$45<T, S> = T & {
1442
1940
  new (): {
1443
1941
  $slots: S;
1444
1942
  };
@@ -1455,11 +1953,11 @@ interface DialogTitleSlotProps {
1455
1953
  id: string;
1456
1954
  };
1457
1955
  }
1458
- declare const _default$61: typeof __VLS_export$61;
1459
- declare const __VLS_export$61: __VLS_WithSlots$39<vue.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
1460
1958
  default: (props: DialogTitleSlotProps) => any;
1461
1959
  }>;
1462
- type __VLS_WithSlots$39<T, S> = T & {
1960
+ type __VLS_WithSlots$44<T, S> = T & {
1463
1961
  new (): {
1464
1962
  $slots: S;
1465
1963
  };
@@ -1476,11 +1974,11 @@ interface DialogDescriptionSlotProps {
1476
1974
  id: string;
1477
1975
  };
1478
1976
  }
1479
- declare const _default$60: typeof __VLS_export$60;
1480
- declare const __VLS_export$60: __VLS_WithSlots$38<vue.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
1481
1979
  default: (props: DialogDescriptionSlotProps) => any;
1482
1980
  }>;
1483
- type __VLS_WithSlots$38<T, S> = T & {
1981
+ type __VLS_WithSlots$43<T, S> = T & {
1484
1982
  new (): {
1485
1983
  $slots: S;
1486
1984
  };
@@ -1500,11 +1998,11 @@ interface DialogCloseSlotProps {
1500
1998
  'aria-label': 'Close';
1501
1999
  };
1502
2000
  }
1503
- declare const _default$59: typeof __VLS_export$59;
1504
- declare const __VLS_export$59: __VLS_WithSlots$37<vue.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
1505
2003
  default: (props: DialogCloseSlotProps) => any;
1506
2004
  }>;
1507
- type __VLS_WithSlots$37<T, S> = T & {
2005
+ type __VLS_WithSlots$42<T, S> = T & {
1508
2006
  new (): {
1509
2007
  $slots: S;
1510
2008
  };
@@ -1567,11 +2065,11 @@ declare const Dialog: {
1567
2065
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
1568
2066
  modelValue?: boolean;
1569
2067
  }> & Readonly<{
1570
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1571
2068
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2069
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1572
2070
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1573
- "update:model-value": (value: boolean) => any;
1574
2071
  "update:modelValue": (value: boolean) => any;
2072
+ "update:model-value": (value: boolean) => any;
1575
2073
  }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1576
2074
  P: {};
1577
2075
  B: {};
@@ -1582,8 +2080,8 @@ declare const Dialog: {
1582
2080
  }, Readonly<DialogRootProps & {
1583
2081
  modelValue?: boolean;
1584
2082
  }> & Readonly<{
1585
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1586
2083
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2084
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1587
2085
  }>, {}, {}, {}, {}, {}>;
1588
2086
  __isFragment?: never;
1589
2087
  __isTeleport?: never;
@@ -1591,11 +2089,11 @@ declare const Dialog: {
1591
2089
  } & vue.ComponentOptionsBase<Readonly<DialogRootProps & {
1592
2090
  modelValue?: boolean;
1593
2091
  }> & Readonly<{
1594
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1595
2092
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2093
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1596
2094
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1597
- "update:model-value": (value: boolean) => any;
1598
2095
  "update:modelValue": (value: boolean) => any;
2096
+ "update:model-value": (value: boolean) => any;
1599
2097
  }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1600
2098
  $slots: {
1601
2099
  default: (props: DialogRootSlotProps) => any;
@@ -1829,8 +2327,8 @@ interface ExpansionPanelRootSlotProps {
1829
2327
  toggle: (id: ID) => void;
1830
2328
  }
1831
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>>;
1832
- declare const _default$58: typeof __VLS_export$58;
1833
- declare const __VLS_export$58: <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<{
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<{
1834
2332
  props: vue.PublicProps & __VLS_PrettifyLocal$18<(ExpansionPanelRootProps & {
1835
2333
  modelValue?: T | T[];
1836
2334
  }) & {
@@ -1888,8 +2386,8 @@ interface ExpansionPanelItemSlotProps {
1888
2386
  };
1889
2387
  }
1890
2388
  declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue.App) => ExpansionPanelItemContext;
1891
- declare const _default$57: typeof __VLS_export$57;
1892
- declare const __VLS_export$57: <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<{
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<{
1893
2391
  props: vue.PublicProps & __VLS_PrettifyLocal$17<ExpansionPanelItemProps<V>> & (typeof globalThis extends {
1894
2392
  __VLS_PROPS_FALLBACK: infer P;
1895
2393
  } ? P : {});
@@ -1917,11 +2415,11 @@ interface ExpansionPanelHeaderSlotProps {
1917
2415
  /** Data attribute for selected state */'data-selected': true | undefined;
1918
2416
  };
1919
2417
  }
1920
- declare const _default$56: typeof __VLS_export$56;
1921
- declare const __VLS_export$56: __VLS_WithSlots$36<vue.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
1922
2420
  default: (props: ExpansionPanelHeaderSlotProps) => any;
1923
2421
  }>;
1924
- type __VLS_WithSlots$36<T, S> = T & {
2422
+ type __VLS_WithSlots$41<T, S> = T & {
1925
2423
  new (): {
1926
2424
  $slots: S;
1927
2425
  };
@@ -1954,11 +2452,11 @@ interface ExpansionPanelActivatorSlotProps {
1954
2452
  'onKeydown': (e: KeyboardEvent) => void;
1955
2453
  };
1956
2454
  }
1957
- declare const _default$55: typeof __VLS_export$55;
1958
- declare const __VLS_export$55: __VLS_WithSlots$35<vue.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
1959
2457
  default: (props: ExpansionPanelActivatorSlotProps) => any;
1960
2458
  }>;
1961
- type __VLS_WithSlots$35<T, S> = T & {
2459
+ type __VLS_WithSlots$40<T, S> = T & {
1962
2460
  new (): {
1963
2461
  $slots: S;
1964
2462
  };
@@ -1980,11 +2478,11 @@ interface ExpansionPanelContentSlotProps {
1980
2478
  'hidden': boolean;
1981
2479
  };
1982
2480
  }
1983
- declare const _default$54: typeof __VLS_export$54;
1984
- declare const __VLS_export$54: __VLS_WithSlots$34<vue.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
1985
2483
  default: (props: ExpansionPanelContentSlotProps) => any;
1986
2484
  }>;
1987
- type __VLS_WithSlots$34<T, S> = T & {
2485
+ type __VLS_WithSlots$39<T, S> = T & {
1988
2486
  new (): {
1989
2487
  $slots: S;
1990
2488
  };
@@ -2238,13 +2736,13 @@ interface FormSlotProps {
2238
2736
  /** Reset all field validations */
2239
2737
  reset: () => void;
2240
2738
  }
2241
- declare const _default$53: typeof __VLS_export$53;
2242
- declare const __VLS_export$53: __VLS_WithSlots$33<vue.DefineComponent<FormProps & {
2739
+ declare const _default$58: typeof __VLS_export$58;
2740
+ declare const __VLS_export$58: __VLS_WithSlots$38<vue.DefineComponent<FormProps & {
2243
2741
  modelValue?: boolean | null;
2244
2742
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2245
2743
  reset: () => any;
2246
- "update:model-value": (value: boolean | null) => any;
2247
2744
  "update:modelValue": (value: boolean | null) => any;
2745
+ "update:model-value": (value: boolean | null) => any;
2248
2746
  submit: (payload: {
2249
2747
  valid: boolean;
2250
2748
  }) => any;
@@ -2252,15 +2750,15 @@ declare const __VLS_export$53: __VLS_WithSlots$33<vue.DefineComponent<FormProps
2252
2750
  modelValue?: boolean | null;
2253
2751
  }> & Readonly<{
2254
2752
  onReset?: (() => any) | undefined;
2255
- "onUpdate:model-value"?: ((value: boolean | null) => any) | undefined;
2256
2753
  "onUpdate:modelValue"?: ((value: boolean | null) => any) | undefined;
2754
+ "onUpdate:model-value"?: ((value: boolean | null) => any) | undefined;
2257
2755
  onSubmit?: ((payload: {
2258
2756
  valid: boolean;
2259
2757
  }) => any) | undefined;
2260
2758
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2261
2759
  default: (props: FormSlotProps) => any;
2262
2760
  }>;
2263
- type __VLS_WithSlots$33<T, S> = T & {
2761
+ type __VLS_WithSlots$38<T, S> = T & {
2264
2762
  new (): {
2265
2763
  $slots: S;
2266
2764
  };
@@ -2309,13 +2807,13 @@ interface GroupRootSlotProps {
2309
2807
  };
2310
2808
  }
2311
2809
  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>>;
2312
- declare const _default$52: typeof __VLS_export$52;
2313
- declare const __VLS_export$52: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$16<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
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<{
2314
2812
  props: vue.PublicProps & __VLS_PrettifyLocal$16<(GroupRootProps & {
2315
2813
  modelValue?: T | T[];
2316
2814
  }) & {
2317
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2318
2815
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2816
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2319
2817
  }> & (typeof globalThis extends {
2320
2818
  __VLS_PROPS_FALLBACK: infer P;
2321
2819
  } ? P : {});
@@ -2378,8 +2876,8 @@ interface GroupItemSlotProps<V = unknown> {
2378
2876
  'data-mixed': true | undefined;
2379
2877
  };
2380
2878
  }
2381
- declare const _default$51: typeof __VLS_export$51;
2382
- declare const __VLS_export$51: <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<{
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<{
2383
2881
  props: vue.PublicProps & __VLS_PrettifyLocal$15<GroupItemProps<V>> & (typeof globalThis extends {
2384
2882
  __VLS_PROPS_FALLBACK: infer P;
2385
2883
  } ? P : {});
@@ -2434,8 +2932,8 @@ declare const Group: {
2434
2932
  enroll?: boolean | undefined;
2435
2933
  mandatory?: boolean | "force" | undefined;
2436
2934
  modelValue?: (T | T[]) | undefined;
2437
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2438
2935
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2936
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2439
2937
  } & (typeof globalThis extends {
2440
2938
  __VLS_PROPS_FALLBACK: infer P;
2441
2939
  } ? P : {});
@@ -2510,11 +3008,11 @@ interface InputControlSlotProps {
2510
3008
  /** Pre-computed attributes for the input element */
2511
3009
  attrs: Record<string, unknown>;
2512
3010
  }
2513
- declare const _default$50: typeof __VLS_export$50;
2514
- declare const __VLS_export$50: __VLS_WithSlots$32<vue.DefineComponent<InputControlProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<InputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
2515
3013
  default: (props: InputControlSlotProps) => any;
2516
3014
  }>;
2517
- type __VLS_WithSlots$32<T, S> = T & {
3015
+ type __VLS_WithSlots$37<T, S> = T & {
2518
3016
  new (): {
2519
3017
  $slots: S;
2520
3018
  };
@@ -2529,11 +3027,11 @@ interface InputDescriptionSlotProps {
2529
3027
  /** ID for this description element */
2530
3028
  id: string;
2531
3029
  }
2532
- declare const _default$49: typeof __VLS_export$49;
2533
- declare const __VLS_export$49: __VLS_WithSlots$31<vue.DefineComponent<InputDescriptionProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<InputDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
2534
3032
  default: (props: InputDescriptionSlotProps) => any;
2535
3033
  }>;
2536
- type __VLS_WithSlots$31<T, S> = T & {
3034
+ type __VLS_WithSlots$36<T, S> = T & {
2537
3035
  new (): {
2538
3036
  $slots: S;
2539
3037
  };
@@ -2556,11 +3054,11 @@ interface InputErrorSlotProps {
2556
3054
  'data-state': 'visible' | 'hidden';
2557
3055
  };
2558
3056
  }
2559
- declare const _default$48: typeof __VLS_export$48;
2560
- declare const __VLS_export$48: __VLS_WithSlots$30<vue.DefineComponent<InputErrorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<InputErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
2561
3059
  default: (props: InputErrorSlotProps) => any;
2562
3060
  }>;
2563
- type __VLS_WithSlots$30<T, S> = T & {
3061
+ type __VLS_WithSlots$35<T, S> = T & {
2564
3062
  new (): {
2565
3063
  $slots: S;
2566
3064
  };
@@ -2682,23 +3180,23 @@ interface InputRootSlotProps {
2682
3180
  };
2683
3181
  }
2684
3182
  declare const useInputRoot: (key: string, defaultValue?: InputRootContext | undefined) => InputRootContext, provideInputRoot: (key: string, context: InputRootContext, app?: vue.App) => InputRootContext;
2685
- declare const _default$47: typeof __VLS_export$47;
2686
- declare const __VLS_export$47: __VLS_WithSlots$29<vue.DefineComponent<InputRootProps & {
3183
+ declare const _default$52: typeof __VLS_export$52;
3184
+ declare const __VLS_export$52: __VLS_WithSlots$34<vue.DefineComponent<InputRootProps & {
2687
3185
  modelValue?: string;
2688
3186
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2689
- "update:model-value": (value: string) => any;
2690
3187
  "update:modelValue": (value: string) => any;
3188
+ "update:model-value": (value: string) => any;
2691
3189
  "update:isFocused": (value: boolean) => any;
2692
3190
  }, string, vue.PublicProps, Readonly<InputRootProps & {
2693
3191
  modelValue?: string;
2694
3192
  }> & Readonly<{
2695
- "onUpdate:model-value"?: ((value: string) => any) | undefined;
2696
3193
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3194
+ "onUpdate:model-value"?: ((value: string) => any) | undefined;
2697
3195
  "onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
2698
3196
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
2699
3197
  default: (props: InputRootSlotProps) => any;
2700
3198
  }>;
2701
- type __VLS_WithSlots$29<T, S> = T & {
3199
+ type __VLS_WithSlots$34<T, S> = T & {
2702
3200
  new (): {
2703
3201
  $slots: S;
2704
3202
  };
@@ -2868,12 +3366,12 @@ declare const Input: {
2868
3366
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<InputRootProps & {
2869
3367
  modelValue?: string;
2870
3368
  }> & Readonly<{
2871
- "onUpdate:model-value"?: ((value: string) => any) | undefined;
2872
3369
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3370
+ "onUpdate:model-value"?: ((value: string) => any) | undefined;
2873
3371
  "onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
2874
3372
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2875
- "update:model-value": (value: string) => any;
2876
3373
  "update:modelValue": (value: string) => any;
3374
+ "update:model-value": (value: string) => any;
2877
3375
  "update:isFocused": (value: boolean) => any;
2878
3376
  }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
2879
3377
  P: {};
@@ -2885,8 +3383,8 @@ declare const Input: {
2885
3383
  }, Readonly<InputRootProps & {
2886
3384
  modelValue?: string;
2887
3385
  }> & Readonly<{
2888
- "onUpdate:model-value"?: ((value: string) => any) | undefined;
2889
3386
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3387
+ "onUpdate:model-value"?: ((value: string) => any) | undefined;
2890
3388
  "onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
2891
3389
  }>, {}, {}, {}, {}, {}>;
2892
3390
  __isFragment?: never;
@@ -2895,12 +3393,12 @@ declare const Input: {
2895
3393
  } & vue.ComponentOptionsBase<Readonly<InputRootProps & {
2896
3394
  modelValue?: string;
2897
3395
  }> & Readonly<{
2898
- "onUpdate:model-value"?: ((value: string) => any) | undefined;
2899
3396
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3397
+ "onUpdate:model-value"?: ((value: string) => any) | undefined;
2900
3398
  "onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
2901
3399
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2902
- "update:model-value": (value: string) => any;
2903
3400
  "update:modelValue": (value: string) => any;
3401
+ "update:model-value": (value: string) => any;
2904
3402
  "update:isFocused": (value: boolean) => any;
2905
3403
  }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
2906
3404
  $slots: {
@@ -2963,8 +3461,8 @@ interface PaginationRootSlotProps {
2963
3461
  'role': 'navigation' | undefined;
2964
3462
  };
2965
3463
  }
2966
- declare const _default$46: typeof __VLS_export$46;
2967
- declare const __VLS_export$46: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$14<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
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<{
2968
3466
  props: vue.PublicProps & __VLS_PrettifyLocal$14<(PaginationRootProps & {
2969
3467
  modelValue?: number;
2970
3468
  }) & {
@@ -3016,11 +3514,11 @@ interface PaginationItemSlotProps {
3016
3514
  'onClick': () => void;
3017
3515
  };
3018
3516
  }
3019
- declare const _default$45: typeof __VLS_export$45;
3020
- declare const __VLS_export$45: __VLS_WithSlots$28<vue.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
3021
3519
  default: (props: PaginationItemSlotProps) => any;
3022
3520
  }>;
3023
- type __VLS_WithSlots$28<T, S> = T & {
3521
+ type __VLS_WithSlots$33<T, S> = T & {
3024
3522
  new (): {
3025
3523
  $slots: S;
3026
3524
  };
@@ -3051,11 +3549,11 @@ interface PaginationFirstSlotProps {
3051
3549
  'onClick': () => void;
3052
3550
  };
3053
3551
  }
3054
- declare const _default$44: typeof __VLS_export$44;
3055
- declare const __VLS_export$44: __VLS_WithSlots$27<vue.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
3056
3554
  default: (props: PaginationFirstSlotProps) => any;
3057
3555
  }>;
3058
- type __VLS_WithSlots$27<T, S> = T & {
3556
+ type __VLS_WithSlots$32<T, S> = T & {
3059
3557
  new (): {
3060
3558
  $slots: S;
3061
3559
  };
@@ -3086,11 +3584,11 @@ interface PaginationPrevSlotProps {
3086
3584
  'onClick': () => void;
3087
3585
  };
3088
3586
  }
3089
- declare const _default$43: typeof __VLS_export$43;
3090
- declare const __VLS_export$43: __VLS_WithSlots$26<vue.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
3091
3589
  default: (props: PaginationPrevSlotProps) => any;
3092
3590
  }>;
3093
- type __VLS_WithSlots$26<T, S> = T & {
3591
+ type __VLS_WithSlots$31<T, S> = T & {
3094
3592
  new (): {
3095
3593
  $slots: S;
3096
3594
  };
@@ -3113,11 +3611,11 @@ interface PaginationEllipsisSlotProps {
3113
3611
  'aria-hidden': 'true';
3114
3612
  };
3115
3613
  }
3116
- declare const _default$42: typeof __VLS_export$42;
3117
- declare const __VLS_export$42: __VLS_WithSlots$25<vue.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
3118
3616
  default: (props: PaginationEllipsisSlotProps) => any;
3119
3617
  }>;
3120
- type __VLS_WithSlots$25<T, S> = T & {
3618
+ type __VLS_WithSlots$30<T, S> = T & {
3121
3619
  new (): {
3122
3620
  $slots: S;
3123
3621
  };
@@ -3148,11 +3646,11 @@ interface PaginationNextSlotProps {
3148
3646
  'onClick': () => void;
3149
3647
  };
3150
3648
  }
3151
- declare const _default$41: typeof __VLS_export$41;
3152
- declare const __VLS_export$41: __VLS_WithSlots$24<vue.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
3153
3651
  default: (props: PaginationNextSlotProps) => any;
3154
3652
  }>;
3155
- type __VLS_WithSlots$24<T, S> = T & {
3653
+ type __VLS_WithSlots$29<T, S> = T & {
3156
3654
  new (): {
3157
3655
  $slots: S;
3158
3656
  };
@@ -3183,11 +3681,11 @@ interface PaginationLastSlotProps {
3183
3681
  'onClick': () => void;
3184
3682
  };
3185
3683
  }
3186
- declare const _default$40: typeof __VLS_export$40;
3187
- declare const __VLS_export$40: __VLS_WithSlots$23<vue.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
3188
3686
  default: (props: PaginationLastSlotProps) => any;
3189
3687
  }>;
3190
- type __VLS_WithSlots$23<T, S> = T & {
3688
+ type __VLS_WithSlots$28<T, S> = T & {
3191
3689
  new (): {
3192
3690
  $slots: S;
3193
3691
  };
@@ -3212,11 +3710,11 @@ interface PaginationStatusSlotProps {
3212
3710
  'role': 'status';
3213
3711
  };
3214
3712
  }
3215
- declare const _default$39: typeof __VLS_export$39;
3216
- declare const __VLS_export$39: __VLS_WithSlots$22<vue.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
3217
3715
  default: (props: PaginationStatusSlotProps) => any;
3218
3716
  }>;
3219
- type __VLS_WithSlots$22<T, S> = T & {
3717
+ type __VLS_WithSlots$27<T, S> = T & {
3220
3718
  new (): {
3221
3719
  $slots: S;
3222
3720
  };
@@ -3598,8 +4096,8 @@ interface PopoverRootSlotProps {
3598
4096
  toggle: () => void;
3599
4097
  }
3600
4098
  declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue.App) => PopoverContext;
3601
- declare const _default$38: typeof __VLS_export$38;
3602
- declare const __VLS_export$38: __VLS_WithSlots$21<vue.DefineComponent<PopoverRootProps & {
4099
+ declare const _default$43: typeof __VLS_export$43;
4100
+ declare const __VLS_export$43: __VLS_WithSlots$26<vue.DefineComponent<PopoverRootProps & {
3603
4101
  modelValue?: boolean;
3604
4102
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3605
4103
  "update:modelValue": (value: boolean) => any;
@@ -3610,7 +4108,7 @@ declare const __VLS_export$38: __VLS_WithSlots$21<vue.DefineComponent<PopoverRoo
3610
4108
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3611
4109
  default: (props: PopoverRootSlotProps) => any;
3612
4110
  }>;
3613
- type __VLS_WithSlots$21<T, S> = T & {
4111
+ type __VLS_WithSlots$26<T, S> = T & {
3614
4112
  new (): {
3615
4113
  $slots: S;
3616
4114
  };
@@ -3631,11 +4129,11 @@ interface PopoverActivatorSlotProps {
3631
4129
  'data-popover-open': '' | undefined;
3632
4130
  };
3633
4131
  }
3634
- declare const _default$37: typeof __VLS_export$37;
3635
- declare const __VLS_export$37: __VLS_WithSlots$20<vue.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
3636
4134
  default: (props: PopoverActivatorSlotProps) => any;
3637
4135
  }>;
3638
- type __VLS_WithSlots$20<T, S> = T & {
4136
+ type __VLS_WithSlots$25<T, S> = T & {
3639
4137
  new (): {
3640
4138
  $slots: S;
3641
4139
  };
@@ -3662,15 +4160,15 @@ interface PopoverContentSlotProps {
3662
4160
  popover: '';
3663
4161
  };
3664
4162
  }
3665
- declare const _default$36: typeof __VLS_export$36;
3666
- declare const __VLS_export$36: __VLS_WithSlots$19<vue.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
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, {
3667
4165
  beforetoggle: (e: ToggleEvent) => any;
3668
4166
  }, string, vue.PublicProps, Readonly<PopoverContentProps> & Readonly<{
3669
4167
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
3670
4168
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
3671
4169
  default: (props: PopoverContentSlotProps) => any;
3672
4170
  }>;
3673
- type __VLS_WithSlots$19<T, S> = T & {
4171
+ type __VLS_WithSlots$24<T, S> = T & {
3674
4172
  new (): {
3675
4173
  $slots: S;
3676
4174
  };
@@ -3939,13 +4437,13 @@ interface RadioGroupSlotProps {
3939
4437
  };
3940
4438
  }
3941
4439
  declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue.App) => RadioGroupContext;
3942
- declare const _default$35: typeof __VLS_export$35;
3943
- declare const __VLS_export$35: <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<{
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<{
3944
4442
  props: vue.PublicProps & __VLS_PrettifyLocal$13<(RadioGroupProps & {
3945
4443
  modelValue?: T;
3946
4444
  }) & {
3947
- "onUpdate:model-value"?: ((value: T) => any) | undefined;
3948
4445
  "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
4446
+ "onUpdate:model-value"?: ((value: T) => any) | undefined;
3949
4447
  }> & (typeof globalThis extends {
3950
4448
  __VLS_PROPS_FALLBACK: infer P;
3951
4449
  } ? P : {});
@@ -4021,8 +4519,8 @@ interface RadioHiddenInputProps {
4021
4519
  */
4022
4520
  form?: string;
4023
4521
  }
4024
- declare const _default$34: typeof __VLS_export$34;
4025
- declare const __VLS_export$34: vue.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
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>;
4026
4524
  //#endregion
4027
4525
  //#region src/components/Radio/RadioRoot.vue.d.ts
4028
4526
  /** Visual state of the radio for styling purposes */
@@ -4143,8 +4641,8 @@ interface RadioRootSlotProps<V = unknown> {
4143
4641
  };
4144
4642
  }
4145
4643
  declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue.App) => RadioRootContext;
4146
- declare const _default$33: typeof __VLS_export$33;
4147
- declare const __VLS_export$33: <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<{
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<{
4148
4646
  props: vue.PublicProps & __VLS_PrettifyLocal$12<RadioRootProps<V>> & (typeof globalThis extends {
4149
4647
  __VLS_PROPS_FALLBACK: infer P;
4150
4648
  } ? P : {});
@@ -4189,8 +4687,8 @@ interface RadioIndicatorSlotProps {
4189
4687
  };
4190
4688
  };
4191
4689
  }
4192
- declare const _default$32: typeof __VLS_export$32;
4193
- declare const __VLS_export$32: __VLS_WithSlots$18<vue.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
4194
4692
  /**
4195
4693
  * Default slot for custom indicator content
4196
4694
  *
@@ -4205,7 +4703,7 @@ declare const __VLS_export$32: __VLS_WithSlots$18<vue.DefineComponent<RadioIndic
4205
4703
  */
4206
4704
  default: (props: RadioIndicatorSlotProps) => any;
4207
4705
  }>;
4208
- type __VLS_WithSlots$18<T, S> = T & {
4706
+ type __VLS_WithSlots$23<T, S> = T & {
4209
4707
  new (): {
4210
4708
  $slots: S;
4211
4709
  };
@@ -4293,8 +4791,8 @@ declare const Radio: {
4293
4791
  as?: (DOMElement | null) | undefined;
4294
4792
  renderless?: boolean | undefined;
4295
4793
  modelValue?: T | undefined;
4296
- "onUpdate:model-value"?: ((value: T) => any) | undefined;
4297
4794
  "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
4795
+ "onUpdate:model-value"?: ((value: T) => any) | undefined;
4298
4796
  } & (typeof globalThis extends {
4299
4797
  __VLS_PROPS_FALLBACK: infer P;
4300
4798
  } ? P : {});
@@ -4468,11 +4966,11 @@ interface ScrimSlotProps {
4468
4966
  /** Dismiss this overlay */
4469
4967
  dismiss: () => void;
4470
4968
  }
4471
- declare const _default$31: typeof __VLS_export$31;
4472
- declare const __VLS_export$31: __VLS_WithSlots$17<vue.DefineComponent<ScrimProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ScrimProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
4473
4971
  default: (props: ScrimSlotProps) => any;
4474
4972
  }>;
4475
- type __VLS_WithSlots$17<T, S> = T & {
4973
+ type __VLS_WithSlots$22<T, S> = T & {
4476
4974
  new (): {
4477
4975
  $slots: S;
4478
4976
  };
@@ -4549,21 +5047,21 @@ interface SelectRootSlotProps {
4549
5047
  toggle: () => void;
4550
5048
  }
4551
5049
  declare const useSelectContext: (key: string, defaultValue?: SelectContext | undefined) => SelectContext, provideSelectContext: (key: string, context: SelectContext, app?: vue.App) => SelectContext;
4552
- declare const _default$30: typeof __VLS_export$30;
4553
- declare const __VLS_export$30: __VLS_WithSlots$16<vue.DefineComponent<SelectRootProps & {
5050
+ declare const _default$35: typeof __VLS_export$35;
5051
+ declare const __VLS_export$35: __VLS_WithSlots$21<vue.DefineComponent<SelectRootProps & {
4554
5052
  modelValue?: ID | ID[];
4555
5053
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4556
- "update:model-value": (value: ID | ID[]) => any;
4557
5054
  "update:modelValue": (value: ID | ID[] | undefined) => any;
5055
+ "update:model-value": (value: ID | ID[]) => any;
4558
5056
  }, string, vue.PublicProps, Readonly<SelectRootProps & {
4559
5057
  modelValue?: ID | ID[];
4560
5058
  }> & Readonly<{
4561
- "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
4562
5059
  "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5060
+ "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
4563
5061
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
4564
5062
  default: (props: SelectRootSlotProps) => any;
4565
5063
  }>;
4566
- type __VLS_WithSlots$16<T, S> = T & {
5064
+ type __VLS_WithSlots$21<T, S> = T & {
4567
5065
  new (): {
4568
5066
  $slots: S;
4569
5067
  };
@@ -4588,11 +5086,11 @@ interface SelectActivatorSlotProps {
4588
5086
  'data-select-open': '' | undefined;
4589
5087
  };
4590
5088
  }
4591
- declare const _default$29: typeof __VLS_export$29;
4592
- declare const __VLS_export$29: __VLS_WithSlots$15<vue.DefineComponent<SelectActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
4593
5091
  default: (props: SelectActivatorSlotProps) => any;
4594
5092
  }>;
4595
- type __VLS_WithSlots$15<T, S> = T & {
5093
+ type __VLS_WithSlots$20<T, S> = T & {
4596
5094
  new (): {
4597
5095
  $slots: S;
4598
5096
  };
@@ -4617,11 +5115,11 @@ interface SelectValueSlotProps {
4617
5115
  /** Attributes to bind to the value element */
4618
5116
  attrs: Record<string, never>;
4619
5117
  }
4620
- declare const _default$28: typeof __VLS_export$28;
4621
- declare const __VLS_export$28: __VLS_WithSlots$14<vue.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
4622
5120
  default: (props: SelectValueSlotProps) => any;
4623
5121
  }>;
4624
- type __VLS_WithSlots$14<T, S> = T & {
5122
+ type __VLS_WithSlots$19<T, S> = T & {
4625
5123
  new (): {
4626
5124
  $slots: S;
4627
5125
  };
@@ -4636,11 +5134,11 @@ interface SelectContentSlotProps {
4636
5134
  /** Whether the dropdown is open */
4637
5135
  isOpen: boolean;
4638
5136
  }
4639
- declare const _default$27: typeof __VLS_export$27;
4640
- declare const __VLS_export$27: __VLS_WithSlots$13<vue.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
4641
5139
  default: (props: SelectContentSlotProps) => any;
4642
5140
  }>;
4643
- type __VLS_WithSlots$13<T, S> = T & {
5141
+ type __VLS_WithSlots$18<T, S> = T & {
4644
5142
  new (): {
4645
5143
  $slots: S;
4646
5144
  };
@@ -4657,11 +5155,11 @@ interface SelectCueSlotProps {
4657
5155
  'data-state': 'open' | 'closed';
4658
5156
  };
4659
5157
  }
4660
- declare const _default$26: typeof __VLS_export$26;
4661
- declare const __VLS_export$26: __VLS_WithSlots$12<vue.DefineComponent<SelectCueProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectCueProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
4662
5160
  default: (props: SelectCueSlotProps) => any;
4663
5161
  }>;
4664
- type __VLS_WithSlots$12<T, S> = T & {
5162
+ type __VLS_WithSlots$17<T, S> = T & {
4665
5163
  new (): {
4666
5164
  $slots: S;
4667
5165
  };
@@ -4701,8 +5199,8 @@ interface SelectItemSlotProps<V = unknown> {
4701
5199
  'data-id': string;
4702
5200
  };
4703
5201
  }
4704
- declare const _default$25: typeof __VLS_export$25;
4705
- declare const __VLS_export$25: <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<{
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<{
4706
5204
  props: vue.PublicProps & __VLS_PrettifyLocal$11<SelectItemProps<V>> & (typeof globalThis extends {
4707
5205
  __VLS_PROPS_FALLBACK: infer P;
4708
5206
  } ? P : {});
@@ -4724,11 +5222,11 @@ interface SelectPlaceholderProps extends AtomProps {
4724
5222
  interface SelectPlaceholderSlotProps {
4725
5223
  hasValue: boolean;
4726
5224
  }
4727
- declare const _default$24: typeof __VLS_export$24;
4728
- declare const __VLS_export$24: __VLS_WithSlots$11<vue.DefineComponent<SelectPlaceholderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectPlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
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>, {
4729
5227
  default: (props: SelectPlaceholderSlotProps) => any;
4730
5228
  }>;
4731
- type __VLS_WithSlots$11<T, S> = T & {
5229
+ type __VLS_WithSlots$16<T, S> = T & {
4732
5230
  new (): {
4733
5231
  $slots: S;
4734
5232
  };
@@ -4810,11 +5308,11 @@ declare const Select: {
4810
5308
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<SelectRootProps & {
4811
5309
  modelValue?: ID | ID[];
4812
5310
  }> & Readonly<{
4813
- "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
4814
5311
  "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5312
+ "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
4815
5313
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4816
- "update:model-value": (value: ID | ID[]) => any;
4817
5314
  "update:modelValue": (value: ID | ID[] | undefined) => any;
5315
+ "update:model-value": (value: ID | ID[]) => any;
4818
5316
  }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
4819
5317
  P: {};
4820
5318
  B: {};
@@ -4825,8 +5323,8 @@ declare const Select: {
4825
5323
  }, Readonly<SelectRootProps & {
4826
5324
  modelValue?: ID | ID[];
4827
5325
  }> & Readonly<{
4828
- "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
4829
5326
  "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5327
+ "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
4830
5328
  }>, {}, {}, {}, {}, {}>;
4831
5329
  __isFragment?: never;
4832
5330
  __isTeleport?: never;
@@ -4834,11 +5332,11 @@ declare const Select: {
4834
5332
  } & vue.ComponentOptionsBase<Readonly<SelectRootProps & {
4835
5333
  modelValue?: ID | ID[];
4836
5334
  }> & Readonly<{
4837
- "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
4838
5335
  "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
5336
+ "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
4839
5337
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4840
- "update:model-value": (value: ID | ID[]) => any;
4841
5338
  "update:modelValue": (value: ID | ID[] | undefined) => any;
5339
+ "update:model-value": (value: ID | ID[]) => any;
4842
5340
  }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
4843
5341
  $slots: {
4844
5342
  default: (props: SelectRootSlotProps) => any;
@@ -5096,13 +5594,13 @@ interface SelectionRootSlotProps {
5096
5594
  };
5097
5595
  }
5098
5596
  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>>;
5099
- declare const _default$23: typeof __VLS_export$23;
5100
- declare const __VLS_export$23: <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<{
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<{
5101
5599
  props: vue.PublicProps & __VLS_PrettifyLocal$10<(SelectionRootProps & {
5102
5600
  modelValue?: T | T[];
5103
5601
  }) & {
5104
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
5105
5602
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
5603
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
5106
5604
  }> & (typeof globalThis extends {
5107
5605
  __VLS_PROPS_FALLBACK: infer P;
5108
5606
  } ? P : {});
@@ -5155,8 +5653,8 @@ interface SelectionItemSlotProps<V = unknown> {
5155
5653
  'data-disabled': true | undefined;
5156
5654
  };
5157
5655
  }
5158
- declare const _default$22: typeof __VLS_export$22;
5159
- 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<{
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<{
5160
5658
  props: vue.PublicProps & __VLS_PrettifyLocal$9<SelectionItemProps<V>> & (typeof globalThis extends {
5161
5659
  __VLS_PROPS_FALLBACK: infer P;
5162
5660
  } ? P : {});
@@ -5216,8 +5714,8 @@ declare const Selection: {
5216
5714
  mandatory?: boolean | "force" | undefined;
5217
5715
  multiple?: boolean | undefined;
5218
5716
  modelValue?: (T | T[]) | undefined;
5219
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
5220
5717
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
5718
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
5221
5719
  } & (typeof globalThis extends {
5222
5720
  __VLS_PROPS_FALLBACK: infer P;
5223
5721
  } ? P : {});
@@ -5275,6 +5773,346 @@ declare const Selection: {
5275
5773
  };
5276
5774
  };
5277
5775
  //#endregion
5776
+ //#region src/components/Snackbar/SnackbarPortal.vue.d.ts
5777
+ interface SnackbarPortalProps extends AtomProps {
5778
+ /** Teleport target. `false` renders inline. @default 'body' */
5779
+ teleport?: string | false;
5780
+ }
5781
+ interface SnackbarPortalSlotProps {
5782
+ /** Calculated z-index from useStack */
5783
+ zIndex: number;
5784
+ }
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>, {
5787
+ default: (props: SnackbarPortalSlotProps) => any;
5788
+ }>;
5789
+ type __VLS_WithSlots$15<T, S> = T & {
5790
+ new (): {
5791
+ $slots: S;
5792
+ };
5793
+ };
5794
+ //#endregion
5795
+ //#region src/components/Snackbar/SnackbarQueue.vue.d.ts
5796
+ interface SnackbarQueueContext {
5797
+ dismiss: (id: ID) => void;
5798
+ }
5799
+ declare const useSnackbarQueueContext: (key: string, defaultValue?: SnackbarQueueContext | null | undefined) => SnackbarQueueContext | null, provideSnackbarQueueContext: (key: string, context: SnackbarQueueContext | null, app?: vue.App) => SnackbarQueueContext | null;
5800
+ interface SnackbarQueueProps extends AtomProps {
5801
+ /** Which notifications instance to connect to. @default 'v0:notifications' */
5802
+ namespace?: string;
5803
+ }
5804
+ interface SnackbarQueueSlotProps {
5805
+ items: NotificationTicket[];
5806
+ attrs: {
5807
+ onMouseenter: () => void;
5808
+ onMouseleave: () => void;
5809
+ onFocusin: () => void;
5810
+ onFocusout: (e: FocusEvent) => void;
5811
+ };
5812
+ }
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>, {
5815
+ default: (props: SnackbarQueueSlotProps) => any;
5816
+ }>;
5817
+ type __VLS_WithSlots$14<T, S> = T & {
5818
+ new (): {
5819
+ $slots: S;
5820
+ };
5821
+ };
5822
+ //#endregion
5823
+ //#region src/components/Snackbar/SnackbarRoot.vue.d.ts
5824
+ interface SnackbarRootContext {
5825
+ id: ID;
5826
+ onDismiss: () => void;
5827
+ }
5828
+ declare const useSnackbarRootContext: (key: string, defaultValue?: SnackbarRootContext | undefined) => SnackbarRootContext, provideSnackbarRootContext: (key: string, context: SnackbarRootContext, app?: vue.App) => SnackbarRootContext;
5829
+ interface SnackbarRootProps extends AtomProps {
5830
+ /** Namespace for dependency injection. @default 'v0:notifications' */
5831
+ namespace?: string;
5832
+ /** Unique identifier. Auto-generated if not provided. */
5833
+ id?: ID;
5834
+ }
5835
+ interface SnackbarRootSlotProps {
5836
+ id: ID;
5837
+ attrs: {
5838
+ role: string;
5839
+ };
5840
+ }
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, {
5843
+ dismiss: (id: ID) => any;
5844
+ }, string, vue.PublicProps, Readonly<SnackbarRootProps> & Readonly<{
5845
+ onDismiss?: ((id: ID) => any) | undefined;
5846
+ }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
5847
+ default: (props: SnackbarRootSlotProps) => any;
5848
+ }>;
5849
+ type __VLS_WithSlots$13<T, S> = T & {
5850
+ new (): {
5851
+ $slots: S;
5852
+ };
5853
+ };
5854
+ //#endregion
5855
+ //#region src/components/Snackbar/SnackbarClose.vue.d.ts
5856
+ interface SnackbarCloseProps extends AtomProps {
5857
+ /** Namespace for dependency injection. @default 'v0:notifications' */
5858
+ namespace?: string;
5859
+ }
5860
+ interface SnackbarCloseSlotProps {
5861
+ /** Attributes to bind to the close button element */
5862
+ attrs: {
5863
+ 'type': 'button' | undefined;
5864
+ 'aria-label': 'Close';
5865
+ 'onClick': () => void;
5866
+ };
5867
+ }
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>, {
5870
+ default: (props: SnackbarCloseSlotProps) => any;
5871
+ }>;
5872
+ type __VLS_WithSlots$12<T, S> = T & {
5873
+ new (): {
5874
+ $slots: S;
5875
+ };
5876
+ };
5877
+ //#endregion
5878
+ //#region src/components/Snackbar/SnackbarContent.vue.d.ts
5879
+ 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>, {
5882
+ default: () => any;
5883
+ }>;
5884
+ type __VLS_WithSlots$11<T, S> = T & {
5885
+ new (): {
5886
+ $slots: S;
5887
+ };
5888
+ };
5889
+ //#endregion
5890
+ //#region src/components/Snackbar/index.d.ts
5891
+ /**
5892
+ * Snackbar component with sub-components for building toast notifications.
5893
+ *
5894
+ * @see https://0.vuetifyjs.com/components/snackbar
5895
+ *
5896
+ * @example
5897
+ * ```vue
5898
+ * <script setup lang="ts">
5899
+ * import { Snackbar } from '@vuetify/v0'
5900
+ * </script>
5901
+ *
5902
+ * <template>
5903
+ * <Snackbar.Portal>
5904
+ * <Snackbar.Queue v-slot="{ items }">
5905
+ * <template v-for="item in items" :key="item.id">
5906
+ * <Snackbar.Root :id="item.id">
5907
+ * <Snackbar.Content>{{ item.subject }}</Snackbar.Content>
5908
+ * <Snackbar.Close />
5909
+ * </Snackbar.Root>
5910
+ * </template>
5911
+ * </Snackbar.Queue>
5912
+ * </Snackbar.Portal>
5913
+ * </template>
5914
+ * ```
5915
+ */
5916
+ declare const Snackbar: {
5917
+ /**
5918
+ * Container that teleports to `<body>` and manages z-index via useStack.
5919
+ * Coordinates layering with Dialog and Scrim. Pass `:teleport="false"`
5920
+ * for inline rendering (docs, Storybook, scoped containers).
5921
+ *
5922
+ * @see https://0.vuetifyjs.com/components/snackbar
5923
+ *
5924
+ * @example
5925
+ * ```vue
5926
+ * <script setup lang="ts">
5927
+ * import { Snackbar } from '@vuetify/v0'
5928
+ * </script>
5929
+ *
5930
+ * <template>
5931
+ * <Snackbar.Portal>
5932
+ * <Snackbar.Root>
5933
+ * <Snackbar.Content>Saved</Snackbar.Content>
5934
+ * <Snackbar.Close />
5935
+ * </Snackbar.Root>
5936
+ * </Snackbar.Portal>
5937
+ * </template>
5938
+ * ```
5939
+ */
5940
+ Portal: {
5941
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<SnackbarPortalProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
5942
+ P: {};
5943
+ B: {};
5944
+ D: {};
5945
+ C: {};
5946
+ M: {};
5947
+ Defaults: {};
5948
+ }, Readonly<SnackbarPortalProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
5949
+ __isFragment?: never;
5950
+ __isTeleport?: never;
5951
+ __isSuspense?: never;
5952
+ } & vue.ComponentOptionsBase<Readonly<SnackbarPortalProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
5953
+ $slots: {
5954
+ default: (props: SnackbarPortalSlotProps) => any;
5955
+ };
5956
+ });
5957
+ /**
5958
+ * Connects to useNotifications by namespace and exposes queue items
5959
+ * via scoped slot. Pauses auto-dismiss on hover and focus (WCAG 2.2.1).
5960
+ * Re-pauses after dismiss when hover/focus is still active.
5961
+ *
5962
+ * @see https://0.vuetifyjs.com/components/snackbar#snackbarqueue
5963
+ *
5964
+ * @example
5965
+ * ```vue
5966
+ * <script setup lang="ts">
5967
+ * import { Snackbar } from '@vuetify/v0'
5968
+ * </script>
5969
+ *
5970
+ * <template>
5971
+ * <Snackbar.Queue v-slot="{ items }">
5972
+ * <Snackbar.Root v-for="item in items" :key="item.id" :id="item.id">
5973
+ * <Snackbar.Content>{{ item.subject }}</Snackbar.Content>
5974
+ * <Snackbar.Close />
5975
+ * </Snackbar.Root>
5976
+ * </Snackbar.Queue>
5977
+ * </template>
5978
+ * ```
5979
+ */
5980
+ Queue: {
5981
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<SnackbarQueueProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
5982
+ P: {};
5983
+ B: {};
5984
+ D: {};
5985
+ C: {};
5986
+ M: {};
5987
+ Defaults: {};
5988
+ }, Readonly<SnackbarQueueProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
5989
+ __isFragment?: never;
5990
+ __isTeleport?: never;
5991
+ __isSuspense?: never;
5992
+ } & vue.ComponentOptionsBase<Readonly<SnackbarQueueProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
5993
+ $slots: {
5994
+ default: (props: SnackbarQueueSlotProps) => any;
5995
+ };
5996
+ });
5997
+ /**
5998
+ * A single snackbar instance. Provides dismiss context to child
5999
+ * Snackbar.Close components. Defaults to `role="status"` (polite
6000
+ * live region) — override with `role="alert"` for urgent notifications.
6001
+ *
6002
+ * @see https://0.vuetifyjs.com/components/snackbar#snackbarroot
6003
+ *
6004
+ * @example
6005
+ * ```vue
6006
+ * <script setup lang="ts">
6007
+ * import { Snackbar } from '@vuetify/v0'
6008
+ * </script>
6009
+ *
6010
+ * <template>
6011
+ * <Snackbar.Root :id="item.id">
6012
+ * <Snackbar.Content>{{ item.subject }}</Snackbar.Content>
6013
+ * <Snackbar.Close />
6014
+ * </Snackbar.Root>
6015
+ * </template>
6016
+ * ```
6017
+ */
6018
+ Root: {
6019
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<SnackbarRootProps> & Readonly<{
6020
+ onDismiss?: ((id: ID) => any) | undefined;
6021
+ }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6022
+ dismiss: (id: ID) => any;
6023
+ }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
6024
+ P: {};
6025
+ B: {};
6026
+ D: {};
6027
+ C: {};
6028
+ M: {};
6029
+ Defaults: {};
6030
+ }, Readonly<SnackbarRootProps> & Readonly<{
6031
+ onDismiss?: ((id: ID) => any) | undefined;
6032
+ }>, {}, {}, {}, {}, {}>;
6033
+ __isFragment?: never;
6034
+ __isTeleport?: never;
6035
+ __isSuspense?: never;
6036
+ } & vue.ComponentOptionsBase<Readonly<SnackbarRootProps> & Readonly<{
6037
+ onDismiss?: ((id: ID) => any) | undefined;
6038
+ }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6039
+ dismiss: (id: ID) => any;
6040
+ }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
6041
+ $slots: {
6042
+ default: (props: SnackbarRootSlotProps) => any;
6043
+ };
6044
+ });
6045
+ /**
6046
+ * Semantic wrapper for the notification message text.
6047
+ * Renders as a `<div>` by default. Polymorphic via the `as` prop.
6048
+ *
6049
+ * @see https://0.vuetifyjs.com/components/snackbar#snackbarcontent
6050
+ *
6051
+ * @example
6052
+ * ```vue
6053
+ * <script setup lang="ts">
6054
+ * import { Snackbar } from '@vuetify/v0'
6055
+ * </script>
6056
+ *
6057
+ * <template>
6058
+ * <Snackbar.Content>Changes saved</Snackbar.Content>
6059
+ * </template>
6060
+ * ```
6061
+ */
6062
+ Content: {
6063
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
6064
+ P: {};
6065
+ B: {};
6066
+ D: {};
6067
+ C: {};
6068
+ M: {};
6069
+ Defaults: {};
6070
+ }, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
6071
+ __isFragment?: never;
6072
+ __isTeleport?: never;
6073
+ __isSuspense?: never;
6074
+ } & vue.ComponentOptionsBase<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
6075
+ $slots: {
6076
+ default: () => any;
6077
+ };
6078
+ });
6079
+ /**
6080
+ * Dismiss button that auto-wires to the nearest Snackbar.Root context.
6081
+ * Renders with `aria-label="Close"` and `type="button"`. In renderless
6082
+ * mode, all attributes including `onClick` are available via `slotProps.attrs`.
6083
+ *
6084
+ * @see https://0.vuetifyjs.com/components/snackbar#snackbarclose
6085
+ *
6086
+ * @example
6087
+ * ```vue
6088
+ * <script setup lang="ts">
6089
+ * import { Snackbar } from '@vuetify/v0'
6090
+ * </script>
6091
+ *
6092
+ * <template>
6093
+ * <Snackbar.Close />
6094
+ * </template>
6095
+ * ```
6096
+ */
6097
+ Close: {
6098
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<SnackbarCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
6099
+ P: {};
6100
+ B: {};
6101
+ D: {};
6102
+ C: {};
6103
+ M: {};
6104
+ Defaults: {};
6105
+ }, Readonly<SnackbarCloseProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
6106
+ __isFragment?: never;
6107
+ __isTeleport?: never;
6108
+ __isSuspense?: never;
6109
+ } & vue.ComponentOptionsBase<Readonly<SnackbarCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
6110
+ $slots: {
6111
+ default: (props: SnackbarCloseSlotProps) => any;
6112
+ };
6113
+ });
6114
+ };
6115
+ //#endregion
5278
6116
  //#region src/components/Slider/SliderRoot.vue.d.ts
5279
6117
  interface SliderRootContext extends SliderContext {
5280
6118
  /** Unique identifier */
@@ -5345,15 +6183,15 @@ declare const _default$21: typeof __VLS_export$21;
5345
6183
  declare const __VLS_export$21: __VLS_WithSlots$10<vue.DefineComponent<SliderRootProps & {
5346
6184
  modelValue?: number | number[];
5347
6185
  }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5348
- "update:model-value": (value: number | number[]) => any;
5349
6186
  "update:modelValue": (value: number | number[]) => any;
6187
+ "update:model-value": (value: number | number[]) => any;
5350
6188
  start: (value: number | number[]) => any;
5351
6189
  end: (value: number | number[]) => any;
5352
6190
  }, string, vue.PublicProps, Readonly<SliderRootProps & {
5353
6191
  modelValue?: number | number[];
5354
6192
  }> & Readonly<{
5355
- "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
5356
6193
  "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6194
+ "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
5357
6195
  onStart?: ((value: number | number[]) => any) | undefined;
5358
6196
  onEnd?: ((value: number | number[]) => any) | undefined;
5359
6197
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
@@ -5540,13 +6378,13 @@ declare const Slider: {
5540
6378
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<SliderRootProps & {
5541
6379
  modelValue?: number | number[];
5542
6380
  }> & Readonly<{
5543
- "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
5544
6381
  "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6382
+ "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
5545
6383
  onStart?: ((value: number | number[]) => any) | undefined;
5546
6384
  onEnd?: ((value: number | number[]) => any) | undefined;
5547
6385
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5548
- "update:model-value": (value: number | number[]) => any;
5549
6386
  "update:modelValue": (value: number | number[]) => any;
6387
+ "update:model-value": (value: number | number[]) => any;
5550
6388
  start: (value: number | number[]) => any;
5551
6389
  end: (value: number | number[]) => any;
5552
6390
  }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
@@ -5559,8 +6397,8 @@ declare const Slider: {
5559
6397
  }, Readonly<SliderRootProps & {
5560
6398
  modelValue?: number | number[];
5561
6399
  }> & Readonly<{
5562
- "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
5563
6400
  "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6401
+ "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
5564
6402
  onStart?: ((value: number | number[]) => any) | undefined;
5565
6403
  onEnd?: ((value: number | number[]) => any) | undefined;
5566
6404
  }>, {}, {}, {}, {}, {}>;
@@ -5570,13 +6408,13 @@ declare const Slider: {
5570
6408
  } & vue.ComponentOptionsBase<Readonly<SliderRootProps & {
5571
6409
  modelValue?: number | number[];
5572
6410
  }> & Readonly<{
5573
- "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
5574
6411
  "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
6412
+ "onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
5575
6413
  onStart?: ((value: number | number[]) => any) | undefined;
5576
6414
  onEnd?: ((value: number | number[]) => any) | undefined;
5577
6415
  }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5578
- "update:model-value": (value: number | number[]) => any;
5579
6416
  "update:modelValue": (value: number | number[]) => any;
6417
+ "update:model-value": (value: number | number[]) => any;
5580
6418
  start: (value: number | number[]) => any;
5581
6419
  end: (value: number | number[]) => any;
5582
6420
  }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
@@ -5762,6 +6600,7 @@ interface SplitterRootSlotProps {
5762
6600
  isDragging: boolean;
5763
6601
  distribute: (sizes: number[]) => void;
5764
6602
  attrs: {
6603
+ 'style'?: Record<string, string>;
5765
6604
  'data-orientation': SplitterOrientation;
5766
6605
  'data-dragging': true | undefined;
5767
6606
  };
@@ -5802,6 +6641,7 @@ interface SplitterPanelSlotProps {
5802
6641
  expand: () => void;
5803
6642
  attrs: {
5804
6643
  'id': string;
6644
+ 'style'?: Record<string, string>;
5805
6645
  'data-orientation': SplitterOrientation;
5806
6646
  'data-panel-index': number;
5807
6647
  'data-collapsed': true | undefined;
@@ -6079,8 +6919,8 @@ declare const __VLS_export$13: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
6079
6919
  props: vue.PublicProps & __VLS_PrettifyLocal$8<(SwitchGroupProps & {
6080
6920
  modelValue?: T | T[];
6081
6921
  }) & {
6082
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
6083
6922
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
6923
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
6084
6924
  }> & (typeof globalThis extends {
6085
6925
  __VLS_PROPS_FALLBACK: infer P;
6086
6926
  } ? P : {});
@@ -6210,8 +7050,8 @@ declare const __VLS_export$11: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
6210
7050
  props: vue.PublicProps & __VLS_PrettifyLocal$7<(SwitchRootProps<V> & {
6211
7051
  modelValue?: boolean;
6212
7052
  }) & {
6213
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
6214
7053
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
7054
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
6215
7055
  }> & (typeof globalThis extends {
6216
7056
  __VLS_PROPS_FALLBACK: infer P;
6217
7057
  } ? P : {});
@@ -6411,8 +7251,8 @@ declare const Switch: {
6411
7251
  as?: (DOMElement | null) | undefined;
6412
7252
  renderless?: boolean | undefined;
6413
7253
  modelValue?: (T | T[]) | undefined;
6414
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
6415
7254
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
7255
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
6416
7256
  } & (typeof globalThis extends {
6417
7257
  __VLS_PROPS_FALLBACK: infer P;
6418
7258
  } ? P : {});
@@ -6502,8 +7342,8 @@ declare const Switch: {
6502
7342
  as?: (DOMElement | null) | undefined;
6503
7343
  renderless?: boolean | undefined;
6504
7344
  modelValue?: boolean | undefined;
6505
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
6506
7345
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
7346
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
6507
7347
  } & (typeof globalThis extends {
6508
7348
  __VLS_PROPS_FALLBACK: infer P;
6509
7349
  } ? P : {});
@@ -7143,8 +7983,8 @@ declare const __VLS_export$3: <T = unknown>(__VLS_props: NonNullable<Awaited<typ
7143
7983
  props: vue.PublicProps & __VLS_PrettifyLocal$2<(TabsRootProps & {
7144
7984
  modelValue?: T | T[];
7145
7985
  }) & {
7146
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
7147
7986
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
7987
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
7148
7988
  }> & (typeof globalThis extends {
7149
7989
  __VLS_PROPS_FALLBACK: infer P;
7150
7990
  } ? P : {});
@@ -7339,8 +8179,8 @@ declare const Tabs: {
7339
8179
  orientation?: TabsOrientation | undefined;
7340
8180
  activation?: TabsActivation | undefined;
7341
8181
  modelValue?: (T | T[]) | undefined;
7342
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
7343
8182
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
8183
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
7344
8184
  } & (typeof globalThis extends {
7345
8185
  __VLS_PROPS_FALLBACK: infer P;
7346
8186
  } ? P : {});
@@ -7440,4 +8280,4 @@ declare const Tabs: {
7440
8280
  };
7441
8281
  };
7442
8282
  //#endregion
7443
- export { provideSwitchRoot as $, BreadcrumbsRootContext as $a, _default$62 as $i, PopoverContentSlotProps as $n, _default$48 as $r, provideSelectionRoot as $t, SingleItemProps as A, Breadcrumbs as Aa, ExpansionPanelItemSlotProps as Ai, RadioIndicatorProps as An, PaginationItemSlotProps as Ar, SliderThumbProps as At, SwitchTrackSlotProps as B, BreadcrumbsPageSlotProps as Ba, Dialog as Bi, RadioHiddenInputProps as Bn, usePaginationRoot as Br, SliderRootContext as Bt, _default$4 as C, CheckboxHiddenInputProps as Ca, ExpansionPanelActivatorSlotProps as Ci, _default$30 as Cn, PaginationPrevProps as Cr, SplitterRootSlotProps as Ct, provideStepRoot as D, _default$69 as Da, _default$56 as Di, ScrimSlotProps as Dn, PaginationFirstSlotProps as Dr, Slider as Dt, _default$5 as E, CheckboxGroupSlotProps as Ea, ExpansionPanelHeaderSlotProps as Ei, ScrimProps as En, PaginationFirstProps as Er, useSplitterRoot as Et, _default$7 as F, _default$71 as Fa, ExpansionPanelRootProps as Fi, RadioRootSlotProps as Fn, providePaginationControls as Fr, SliderRangeSlotProps as Ft, SwitchSelectAllProps as G, BreadcrumbsListProps as Ga, DialogDescriptionSlotProps as Gi, RadioGroupSlotProps as Gn, InputState as Gr, useSliderRoot as Gt, SwitchThumbProps as H, BreadcrumbsItemProps as Ha, DialogCloseSlotProps as Hi, RadioActivation as Hn, InputRootContext as Hr, SliderRootSlotProps as Ht, provideSingleRoot as I, BreadcrumbsDividerProps as Ia, ExpansionPanelRootSlotProps as Ii, RadioState as In, providePaginationItems as Ir, _default$19 as It, SwitchRootContext as J, BreadcrumbsRootProps as Ja, DialogTitleSlotProps as Ji, provideRadioGroup as Jn, _default$47 as Jr, SelectionItemSlotProps as Jt, SwitchSelectAllSlotProps as K, BreadcrumbsListSlotProps as Ka, _default$60 as Ki, RadioTicket as Kn, ValidateEvent as Kr, Selection as Kt, useSingleRoot as L, BreadcrumbsDividerSlotProps as La, _default$58 as Li, _default$33 as Ln, providePaginationRoot as Lr, SliderTrackProps as Lt, _default$6 as M, _default$70 as Ma, provideExpansionPanelItem as Mi, _default$32 as Mn, PaginationRootProps as Mr, SliderThumbState as Mt, SingleRootProps as N, BreadcrumbsEllipsisProps as Na, useExpansionPanelItem as Ni, RadioRootContext as Nn, PaginationRootSlotProps as Nr, _default$18 as Nt, useStepRoot as O, provideCheckboxGroup as Oa, ExpansionPanelItemContext as Oi, _default$31 as On, _default$44 as Or, SliderHiddenInputProps as Ot, SingleRootSlotProps as P, BreadcrumbsEllipsisSlotProps as Pa, ExpansionPanelOptionsContext as Pi, RadioRootProps as Pn, _default$46 as Pr, SliderRangeProps as Pt, _default$11 as Q, useBreadcrumbsRoot as Qa, DialogContentSlotProps as Qi, PopoverContentProps as Qn, InputErrorSlotProps as Qr, _default$23 as Qt, Switch as R, _default$72 as Ra, provideExpansionPanelRoot as Ri, provideRadioRoot as Rn, usePaginationControls as Rr, SliderTrackSlotProps as Rt, StepItemSlotProps as S, useCheckboxRoot as Sa, ExpansionPanelActivatorProps as Si, SelectRootSlotProps as Sn, _default$42 as Sr, SplitterRootProps as St, StepRootSlotProps as T, CheckboxGroupProps as Ta, ExpansionPanelHeaderProps as Ti, useSelectContext as Tn, _default$43 as Tr, provideSplitterRoot as Tt, SwitchThumbSlotProps as U, BreadcrumbsItemSlotProps as Ua, _default$59 as Ui, RadioGroupContext as Un, InputRootProps as Ur, _default$21 as Ut, _default$8 as V, _default$73 as Va, DialogCloseProps as Vi, _default$34 as Vn, Input as Vr, SliderRootProps as Vt, _default$9 as W, _default$74 as Wa, DialogDescriptionProps as Wi, RadioGroupProps as Wn, InputRootSlotProps as Wr, provideSliderRoot as Wt, SwitchRootSlotProps as X, _default$76 as Xa, DialogContentEmits as Xi, Popover as Xn, useInputRoot as Xr, SelectionRootProps as Xt, SwitchRootProps as Y, BreadcrumbsRootSlotProps as Ya, _default$61 as Yi, useRadioGroup as Yn, provideInputRoot as Yr, _default$22 as Yt, SwitchState as Z, provideBreadcrumbsRoot as Za, DialogContentProps as Zi, PopoverContentEmits as Zn, InputErrorProps as Zr, SelectionRootSlotProps as Zt, _default$3 as _, CheckboxRootProps as _a, _default$53 as _i, SelectActivatorProps as _n, AtomProps as _o, PaginationNextProps as _r, SplitterContext as _t, TabsItemProps as a, DialogRootSlotProps as aa, _default$50 as ai, SelectItemProps as an, _default$77 as ao, PopoverRootProps as ar, _default$13 as at, Step as b, _default$67 as ba, ExpansionPanelContentSlotProps as bi, SelectContext as bn, PaginationEllipsisProps as br, SplitterPanelTicket as bt, TabsListProps as c, useDialogContext as ca, GroupItemSlotProps as ci, SelectCueProps as cn, AvatarImageSlotProps as co, providePopoverContext as cr, Splitter as ct, TabsActivation as d, CheckboxSelectAllSlotProps as da, GroupRootSlotProps as di, SelectContentProps as dn, AvatarRootProps as do, PaginationStatusProps as dr, SplitterHandleState as dt, DialogActivatorProps as ea, InputDescriptionProps as ei, useSelectionRoot as en, BreadcrumbsTicket as eo, _default$36 as er, useSwitchRoot as et, TabsContext as f, _default$65 as fa, _default$52 as fi, SelectContentSlotProps as fn, AvatarTicket as fo, PaginationStatusSlotProps as fr, _default$14 as ft, TabsTicket as g, CheckboxRootContext as ga, FormSlotProps as gi, _default$28 as gn, AtomExpose as go, _default$40 as gr, _default$15 as gt, TabsRootSlotProps as h, _default$66 as ha, FormProps as hi, SelectValueSlotProps as hn, useAvatarRoot as ho, PaginationLastSlotProps as hr, SplitterPanelSlotProps as ht, _default as i, DialogRootProps as ia, InputControlSlotProps as ii, _default$24 as in, AvatarFallbackSlotProps as io, PopoverContext as ir, SwitchGroupSlotProps as it, SingleItemSlotProps as j, BreadcrumbsLinkProps as ja, _default$57 as ji, RadioIndicatorSlotProps as jn, _default$45 as jr, SliderThumbSlotProps as jt, Single as k, useCheckboxGroup as ka, ExpansionPanelItemProps as ki, Radio as kn, PaginationItemProps as kr, _default$17 as kt, TabsListSlotProps as l, Checkbox as la, _default$51 as li, SelectCueSlotProps as ln, _default$78 as lo, usePopoverContext as lr, SplitterHandleProps as lt, TabsRootProps as m, CheckboxIndicatorSlotProps as ma, useGroupRoot as mi, SelectValueProps as mn, provideAvatarRoot as mo, PaginationLastProps as mr, SplitterPanelProps as mt, TabsPanelProps as n, _default$63 as na, _default$49 as ni, SelectPlaceholderProps as nn, Avatar as no, PopoverActivatorSlotProps as nr, _default$12 as nt, TabsItemSlotProps as o, _default$64 as oa, Group as oi, SelectItemSlotProps as on, AvatarImageEmits as oo, PopoverRootSlotProps as or, provideSwitchGroup as ot, TabsOrientation as p, CheckboxIndicatorProps as pa, provideGroupRoot as pi, _default$27 as pn, _default$79 as po, _default$39 as pr, SplitterPanelExpose as pt, _default$10 as q, _default$75 as qa, DialogTitleProps as qi, _default$35 as qn, ValidateOn as qr, SelectionItemProps as qt, TabsPanelSlotProps as r, DialogContext as ra, InputControlProps as ri, SelectPlaceholderSlotProps as rn, AvatarFallbackProps as ro, _default$37 as rr, SwitchGroupProps as rt, _default$1 as s, provideDialogContext as sa, GroupItemProps as si, _default$25 as sn, AvatarImageProps as so, _default$38 as sr, useSwitchGroup as st, Tabs as t, DialogActivatorSlotProps as ta, InputDescriptionSlotProps as ti, Select as tn, BreadcrumbsTicketType as to, PopoverActivatorProps as tr, SwitchHiddenInputProps as tt, _default$2 as u, CheckboxSelectAllProps as ua, GroupRootProps as ui, _default$26 as un, AvatarContext as uo, Pagination as ur, SplitterHandleSlotProps as ut, provideTabsRoot as v, CheckboxRootSlotProps as va, ExpansionPanel as vi, SelectActivatorSlotProps as vn, AtomSlots as vo, PaginationNextSlotProps as vr, SplitterOrientation as vt, StepRootProps as w, _default$68 as wa, _default$55 as wi, provideSelectContext as wn, PaginationPrevSlotProps as wr, _default$16 as wt, StepItemProps as x, provideCheckboxRoot as xa, _default$54 as xi, SelectRootProps as xn, PaginationEllipsisSlotProps as xr, SplitterRootExpose as xt, useTabsRoot as y, CheckboxState as ya, ExpansionPanelContentProps as yi, _default$29 as yn, _default$80 as yo, _default$41 as yr, SplitterPanelInput as yt, SwitchTrackProps as z, BreadcrumbsPageProps as za, useExpansionPanelRoot as zi, useRadioRoot as zn, usePaginationItems as zr, _default$20 as zt };
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 };