@vuetify/v0 0.1.2 → 0.1.4

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 (131) hide show
  1. package/README.md +20 -3
  2. package/dist/adapter-BN-h5JbD.d.mts +344 -0
  3. package/dist/adapter-CJIj5ySf.d.mts +11 -0
  4. package/dist/adapter-D_0ptsPm.mjs +229 -0
  5. package/dist/adapters-BQ-Lr3PW.mjs +1 -0
  6. package/dist/adapters-DEXpW9If.mjs +1 -0
  7. package/dist/adapters-Q9WaOsJp.mjs +1 -0
  8. package/dist/adapters-SSDVth5e.mjs +1 -0
  9. package/dist/browser/index.js +5593 -4490
  10. package/dist/components/index.d.mts +20 -4
  11. package/dist/components/index.mjs +38 -6
  12. package/dist/{components-z56rRlS4.mjs → components-CMuzTJdK.mjs} +588 -90
  13. package/dist/composables/index.d.mts +17 -5
  14. package/dist/composables/index.mjs +36 -4
  15. package/dist/consola-DiUk9j3y.d.mts +15 -0
  16. package/dist/consola-GBy8XRuL.mjs +31 -0
  17. package/dist/constants/index.d.mts +1 -1
  18. package/dist/constants/index.mjs +3 -3
  19. package/dist/constants-B8pMSkcW.mjs +1 -0
  20. package/dist/createDataTable-BJnmvxfb.mjs +387 -0
  21. package/dist/createGroup-CPhp6FUh.mjs +363 -0
  22. package/dist/createPagination-cyOWlpfH.mjs +234 -0
  23. package/dist/createSelection-uqEbFgha.mjs +261 -0
  24. package/dist/createSingle-B59ya3aa.mjs +179 -0
  25. package/dist/createTokens-BlhLdHXE.mjs +682 -0
  26. package/dist/createTrinity-EeHQSsb6.mjs +149 -0
  27. package/dist/data-table/adapters/client/index.d.mts +3 -0
  28. package/dist/data-table/adapters/client/index.mjs +9 -0
  29. package/dist/data-table/adapters/index.d.mts +5 -0
  30. package/dist/data-table/adapters/index.mjs +12 -0
  31. package/dist/data-table/adapters/server/index.d.mts +3 -0
  32. package/dist/data-table/adapters/server/index.mjs +7 -0
  33. package/dist/data-table/adapters/virtual/index.d.mts +3 -0
  34. package/dist/data-table/adapters/virtual/index.mjs +9 -0
  35. package/dist/data-table/index.d.mts +7 -0
  36. package/dist/data-table/index.mjs +25 -0
  37. package/dist/date/index.d.mts +1 -1
  38. package/dist/date/index.mjs +19 -15
  39. package/dist/features/adapters/flagsmith/index.d.mts +16 -0
  40. package/dist/features/adapters/flagsmith/index.mjs +3 -0
  41. package/dist/features/adapters/launchdarkly/index.d.mts +15 -0
  42. package/dist/features/adapters/launchdarkly/index.mjs +3 -0
  43. package/dist/features/adapters/posthog/index.d.mts +15 -0
  44. package/dist/features/adapters/posthog/index.mjs +4 -0
  45. package/dist/features/index.d.mts +17 -0
  46. package/dist/features/index.mjs +18 -0
  47. package/dist/flagsmith-CHmpPGR7.mjs +40 -0
  48. package/dist/{globals-VwjZ5i4B.mjs → globals-B_GVfG06.mjs} +2 -2
  49. package/dist/index-7mWYFHA6.d.mts +251 -0
  50. package/dist/index-BDTbJClL.d.mts +11 -0
  51. package/dist/{index-DlxrzbvZ.d.mts → index-BFBN5Zl3.d.mts} +41 -1
  52. package/dist/index-BuOz3Rgm.d.mts +32 -0
  53. package/dist/{index-cPmI99rd.d.mts → index-Bv1VN_j5.d.mts} +1 -1
  54. package/dist/{index-PuLeBGZ3.d.mts → index-CQrDeqsK.d.mts} +894 -329
  55. package/dist/{index-CLKfXGEQ.d.mts → index-Dd0m0LIJ.d.mts} +2228 -1178
  56. package/dist/{index-CoO8LW8o.d.mts → index-UNwEBkQT.d.mts} +16 -2
  57. package/dist/index.d.mts +20 -8
  58. package/dist/index.mjs +39 -7
  59. package/dist/json/attributes.json +140 -0
  60. package/dist/json/importMap.json +36 -0
  61. package/dist/json/tags.json +75 -0
  62. package/dist/json/web-types.json +440 -1
  63. package/dist/launchdarkly-W8t8ZANX.mjs +28 -0
  64. package/dist/locale/adapters/index.d.mts +3 -0
  65. package/dist/locale/adapters/index.mjs +6 -0
  66. package/dist/locale/adapters/v0/index.d.mts +3 -0
  67. package/dist/locale/adapters/v0/index.mjs +5 -0
  68. package/dist/locale/index.d.mts +17 -0
  69. package/dist/locale/index.mjs +17 -0
  70. package/dist/logger/adapters/consola/index.d.mts +3 -0
  71. package/dist/logger/adapters/consola/index.mjs +3 -0
  72. package/dist/logger/adapters/index.d.mts +5 -0
  73. package/dist/logger/adapters/index.mjs +8 -0
  74. package/dist/logger/adapters/pino/index.d.mts +3 -0
  75. package/dist/logger/adapters/pino/index.mjs +5 -0
  76. package/dist/logger/adapters/v0/index.d.mts +3 -0
  77. package/dist/logger/adapters/v0/index.mjs +5 -0
  78. package/dist/logger/index.d.mts +17 -0
  79. package/dist/logger/index.mjs +10 -0
  80. package/dist/memory-BsZGbGnG.mjs +27 -0
  81. package/dist/memory-DVjquu_v.d.mts +25 -0
  82. package/dist/permissions/adapters/index.d.mts +18 -0
  83. package/dist/permissions/adapters/index.mjs +6 -0
  84. package/dist/permissions/adapters/v0/index.d.mts +18 -0
  85. package/dist/permissions/adapters/v0/index.mjs +5 -0
  86. package/dist/permissions/index.d.mts +17 -0
  87. package/dist/permissions/index.mjs +15 -0
  88. package/dist/pino-01x_NmWp.mjs +49 -0
  89. package/dist/pino-p-jDkNQd.d.mts +24 -0
  90. package/dist/posthog-BrGBPPir.mjs +50 -0
  91. package/dist/server-6cs14bj1.d.mts +20 -0
  92. package/dist/server-ClCwiLMA.mjs +45 -0
  93. package/dist/storage/adapters/index.d.mts +3 -0
  94. package/dist/storage/adapters/index.mjs +3 -0
  95. package/dist/storage/adapters/memory/index.d.mts +2 -0
  96. package/dist/storage/adapters/memory/index.mjs +3 -0
  97. package/dist/storage/index.d.mts +17 -0
  98. package/dist/storage/index.mjs +37 -0
  99. package/dist/theme/adapters/index.d.mts +17 -0
  100. package/dist/theme/adapters/index.mjs +6 -0
  101. package/dist/theme/adapters/v0/index.d.mts +17 -0
  102. package/dist/theme/adapters/v0/index.mjs +5 -0
  103. package/dist/theme/index.d.mts +17 -0
  104. package/dist/theme/index.mjs +16 -0
  105. package/dist/toArray-DIeXVX1C.mjs +38 -0
  106. package/dist/types/index.d.mts +2 -2
  107. package/dist/{useClickOutside-Dp1MHIjr.mjs → useClickOutside-p8HP07At.mjs} +2437 -5442
  108. package/dist/useFeatures-C4JF3Hgr.mjs +122 -0
  109. package/dist/useLocale-DlbShzF-.mjs +85 -0
  110. package/dist/useLogger-CO9JwbSJ.mjs +283 -0
  111. package/dist/usePermissions-DQVT_4nD.mjs +128 -0
  112. package/dist/useTheme-Bcw1Ebyt.mjs +135 -0
  113. package/dist/utilities/index.d.mts +3 -3
  114. package/dist/utilities/index.mjs +3 -2
  115. package/dist/{utilities-B58TiS_S.mjs → utilities-BqS1sC1W.mjs} +27 -1
  116. package/dist/v0-B40YkIQ-.mjs +21 -0
  117. package/dist/v0-BOxb3nD1.d.mts +33 -0
  118. package/dist/v0-BogbIzpM.mjs +41 -0
  119. package/dist/v0-BtQCSBOG.mjs +37 -0
  120. package/dist/v0-C-9dv_1S.d.mts +10 -0
  121. package/dist/v0-CtjuUUPl.mjs +73 -0
  122. package/dist/v0-DHMoZ7dS.d.mts +22 -0
  123. package/dist/v0-ONBWyQYQ.mjs +83 -0
  124. package/dist/v0-RepwEY1F.d.mts +9 -0
  125. package/dist/virtual-B3IPkHC0.d.mts +9 -0
  126. package/dist/virtual-BP9WXRzN.mjs +44 -0
  127. package/package.json +37 -4
  128. package/dist/index-qSuLpob3.d.mts +0 -1544
  129. /package/dist/{adapter-L4Php1_S.d.mts → adapter-DcwxFryd.d.mts} +0 -0
  130. /package/dist/{constants-DHKqjdjH.mjs → adapters-BGJKsBrw.mjs} +0 -0
  131. /package/dist/{htmlElements-DO9n35bD.mjs → htmlElements-d8iBCGpO.mjs} +0 -0
@@ -1,6 +1,7 @@
1
- import { a as ID, n as DOMElement, t as Activation } from "./index-DlxrzbvZ.mjs";
2
- import { B as RegistryContext, D as GroupTicket, F as SelectionTicket, M as SelectionContext, W as RegistryTicket, _ as PaginationContext, b as PaginationTicket, f as SingleTicket, i as StepTicket, l as SingleContext, t as StepContext, w as GroupContext } from "./index-qSuLpob3.mjs";
3
- import * as vue471 from "vue";
1
+ import { n as DOMElement, o as ID, t as Activation } from "./index-BFBN5Zl3.mjs";
2
+ import { s as PaginationContext, u as PaginationTicket } from "./adapter-BN-h5JbD.mjs";
3
+ import { $i as SelectionTicket, Ei as GroupContext, Gi as SingleTicket, Hi as SingleContext, Ii as BreadcrumbsContext, K as StepContext, Xi as SelectionContext, Y as StepTicket, bi as OverflowContext, da as RegistryTicketInput, ia as RegistryContext, it as StackTicket, ki as GroupTicket, ua as RegistryTicket } from "./index-Dd0m0LIJ.mjs";
4
+ import * as vue584 from "vue";
4
5
  import { MaybeRef, Ref, ShallowRef, TemplateRef } from "vue";
5
6
 
6
7
  //#region src/components/Atom/Atom.vue.d.ts
@@ -39,16 +40,16 @@ interface AtomExpose {
39
40
  element: TemplateRef<HTMLElement | null>;
40
41
  }
41
42
  interface AtomPrivateProps extends AtomProps {}
42
- declare const __VLS_export$46: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$18<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
43
- props: __VLS_PrettifyLocal$18<AtomPrivateProps> & vue471.PublicProps;
44
- expose: (exposed: vue471.ShallowUnwrapRef<AtomExpose>) => void;
43
+ declare const __VLS_export$54: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$18<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
44
+ props: __VLS_PrettifyLocal$18<AtomPrivateProps> & vue584.PublicProps;
45
+ expose: (exposed: vue584.ShallowUnwrapRef<AtomExpose>) => void;
45
46
  attrs: any;
46
47
  slots: AtomSlots<T>;
47
48
  emit: {};
48
- }>) => vue471.VNode & {
49
+ }>) => vue584.VNode & {
49
50
  __ctx?: Awaited<typeof __VLS_setup>;
50
51
  };
51
- declare const _default$46: typeof __VLS_export$46;
52
+ declare const _default$54: typeof __VLS_export$54;
52
53
  type __VLS_PrettifyLocal$18<T> = { [K in keyof T as K]: T[K] } & {};
53
54
  //#endregion
54
55
  //#region src/components/Avatar/AvatarRoot.vue.d.ts
@@ -61,12 +62,12 @@ interface AvatarTicket extends SelectionTicket {
61
62
  priority?: number;
62
63
  }
63
64
  interface AvatarContext extends SelectionContext<AvatarTicket> {}
64
- declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?: vue471.App) => AvatarContext;
65
- declare const __VLS_export$45: __VLS_WithSlots$25<vue471.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
65
+ declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?: vue584.App) => AvatarContext;
66
+ declare const __VLS_export$53: __VLS_WithSlots$33<vue584.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
66
67
  default?: (props: {}) => any;
67
68
  }>;
68
- declare const _default$45: typeof __VLS_export$45;
69
- type __VLS_WithSlots$25<T, S> = T & {
69
+ declare const _default$53: typeof __VLS_export$53;
70
+ type __VLS_WithSlots$33<T, S> = T & {
70
71
  new (): {
71
72
  $slots: S;
72
73
  };
@@ -96,17 +97,17 @@ interface AvatarImageSlotProps {
96
97
  onError: (e: Event) => void;
97
98
  };
98
99
  }
99
- declare const __VLS_export$44: __VLS_WithSlots$24<vue471.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
100
+ declare const __VLS_export$52: __VLS_WithSlots$32<vue584.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
100
101
  error: (e: Event) => any;
101
102
  load: (e: Event) => any;
102
- }, string, vue471.PublicProps, Readonly<AvatarImageProps> & Readonly<{
103
+ }, string, vue584.PublicProps, Readonly<AvatarImageProps> & Readonly<{
103
104
  onError?: ((e: Event) => any) | undefined;
104
105
  onLoad?: ((e: Event) => any) | undefined;
105
- }>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
106
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
106
107
  default: (props: AvatarImageSlotProps) => any;
107
108
  }>;
108
- declare const _default$44: typeof __VLS_export$44;
109
- type __VLS_WithSlots$24<T, S> = T & {
109
+ declare const _default$52: typeof __VLS_export$52;
110
+ type __VLS_WithSlots$32<T, S> = T & {
110
111
  new (): {
111
112
  $slots: S;
112
113
  };
@@ -121,11 +122,11 @@ interface AvatarFallbackSlotProps {
121
122
  /** Whether this fallback is currently visible */
122
123
  isSelected: boolean;
123
124
  }
124
- declare const __VLS_export$43: __VLS_WithSlots$23<vue471.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
125
+ declare const __VLS_export$51: __VLS_WithSlots$31<vue584.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
125
126
  default: (props: AvatarFallbackSlotProps) => any;
126
127
  }>;
127
- declare const _default$43: typeof __VLS_export$43;
128
- type __VLS_WithSlots$23<T, S> = T & {
128
+ declare const _default$51: typeof __VLS_export$51;
129
+ type __VLS_WithSlots$31<T, S> = T & {
129
130
  new (): {
130
131
  $slots: S;
131
132
  };
@@ -159,7 +160,7 @@ declare const Avatar: {
159
160
  * ```
160
161
  */
161
162
  Root: {
162
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
163
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
163
164
  P: {};
164
165
  B: {};
165
166
  D: {};
@@ -170,7 +171,7 @@ declare const Avatar: {
170
171
  __isFragment?: never;
171
172
  __isTeleport?: never;
172
173
  __isSuspense?: never;
173
- } & vue471.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
174
+ } & vue584.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
174
175
  $slots: {
175
176
  default?: (props: {}) => any;
176
177
  };
@@ -192,13 +193,13 @@ declare const Avatar: {
192
193
  * ```
193
194
  */
194
195
  Image: {
195
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
196
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
196
197
  onError?: ((e: Event) => any) | undefined;
197
198
  onLoad?: ((e: Event) => any) | undefined;
198
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
199
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
199
200
  error: (e: Event) => any;
200
201
  load: (e: Event) => any;
201
- }, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
202
+ }, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
202
203
  P: {};
203
204
  B: {};
204
205
  D: {};
@@ -212,13 +213,13 @@ declare const Avatar: {
212
213
  __isFragment?: never;
213
214
  __isTeleport?: never;
214
215
  __isSuspense?: never;
215
- } & vue471.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
216
+ } & vue584.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
216
217
  onError?: ((e: Event) => any) | undefined;
217
218
  onLoad?: ((e: Event) => any) | undefined;
218
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
219
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
219
220
  error: (e: Event) => any;
220
221
  load: (e: Event) => any;
221
- }, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
222
+ }, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
222
223
  $slots: {
223
224
  default: (props: AvatarImageSlotProps) => any;
224
225
  };
@@ -242,7 +243,7 @@ declare const Avatar: {
242
243
  * ```
243
244
  */
244
245
  Fallback: {
245
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
246
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
246
247
  P: {};
247
248
  B: {};
248
249
  D: {};
@@ -253,13 +254,518 @@ declare const Avatar: {
253
254
  __isFragment?: never;
254
255
  __isTeleport?: never;
255
256
  __isSuspense?: never;
256
- } & vue471.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
257
+ } & vue584.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
257
258
  $slots: {
258
259
  default: (props: AvatarFallbackSlotProps) => any;
259
260
  };
260
261
  });
261
262
  };
262
263
  //#endregion
264
+ //#region src/components/Breadcrumbs/types.d.ts
265
+ type BreadcrumbsTicketType = 'item' | 'divider' | 'ellipsis';
266
+ interface BreadcrumbsTicket extends GroupTicket {
267
+ /** Type of breadcrumb element */
268
+ type: BreadcrumbsTicketType;
269
+ }
270
+ interface BreadcrumbsRootContext {
271
+ /** Breadcrumbs composable context for navigation and state */
272
+ breadcrumbs: BreadcrumbsContext;
273
+ /** Group context for managing item registration and selection (overflow) */
274
+ group: GroupContext<BreadcrumbsTicket>;
275
+ /** Overflow context for width measurement and capacity calculation */
276
+ overflow: OverflowContext;
277
+ /** Default divider character/text */
278
+ divider: Ref<string>;
279
+ /** Default ellipsis character/text */
280
+ ellipsis: Ref<string>;
281
+ /** Whether items are being truncated */
282
+ isOverflowing: Readonly<Ref<boolean>>;
283
+ /** Measured ellipsis width in pixels (set by BreadcrumbsEllipsis) */
284
+ ellipsisWidth: ShallowRef<number>;
285
+ /** Route element measurement — first item/divider go to reserved space, rest to overflow */
286
+ measureElement: (index: number, type: 'item' | 'divider', el: Element | undefined) => void;
287
+ }
288
+ //#endregion
289
+ //#region src/components/Breadcrumbs/BreadcrumbsRoot.vue.d.ts
290
+ interface BreadcrumbsRootProps extends AtomProps {
291
+ /** Namespace for dependency injection */
292
+ namespace?: string;
293
+ /** Default divider character/text */
294
+ divider?: string;
295
+ /** Default ellipsis character/text */
296
+ ellipsis?: string;
297
+ /** Gap between items in pixels. @default 8 */
298
+ gap?: number;
299
+ /** Accessible label for the navigation landmark */
300
+ label?: string;
301
+ }
302
+ interface BreadcrumbsRootSlotProps {
303
+ /** Whether items are being truncated */
304
+ isOverflowing: boolean;
305
+ /** Number of items that fit in available space */
306
+ capacity: number;
307
+ /** Total number of registered items */
308
+ total: number;
309
+ /** Current depth of the breadcrumb path */
310
+ depth: number;
311
+ /** Whether at root level */
312
+ isRoot: boolean;
313
+ /** Navigate to root */
314
+ first: () => void;
315
+ /** Navigate up one level */
316
+ prev: () => void;
317
+ /** Navigate to a specific item */
318
+ select: (id: ID) => void;
319
+ /** Attributes to bind to the root element */
320
+ attrs: {
321
+ 'aria-label': string;
322
+ 'role': 'navigation' | undefined;
323
+ };
324
+ }
325
+ declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?: vue584.App) => BreadcrumbsRootContext;
326
+ declare const __VLS_export$50: __VLS_WithSlots$30<vue584.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
327
+ default: (props: BreadcrumbsRootSlotProps) => unknown;
328
+ }>;
329
+ declare const _default$50: typeof __VLS_export$50;
330
+ type __VLS_WithSlots$30<T, S> = T & {
331
+ new (): {
332
+ $slots: S;
333
+ };
334
+ };
335
+ //#endregion
336
+ //#region src/components/Breadcrumbs/BreadcrumbsList.vue.d.ts
337
+ interface BreadcrumbsListProps extends AtomProps {}
338
+ interface BreadcrumbsListSlotProps {
339
+ attrs: {
340
+ role: 'list';
341
+ };
342
+ }
343
+ declare const __VLS_export$49: __VLS_WithSlots$29<vue584.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
344
+ default: (props: BreadcrumbsListSlotProps) => unknown;
345
+ }>;
346
+ declare const _default$48: typeof __VLS_export$49;
347
+ type __VLS_WithSlots$29<T, S> = T & {
348
+ new (): {
349
+ $slots: S;
350
+ };
351
+ };
352
+ //#endregion
353
+ //#region src/components/Breadcrumbs/BreadcrumbsItem.vue.d.ts
354
+ interface BreadcrumbsItemProps extends AtomProps {
355
+ /** Namespace for dependency injection */
356
+ namespace?: string;
357
+ /** Unique identifier (auto-generated if not provided) */
358
+ id?: ID;
359
+ /** Value associated with this item */
360
+ value?: unknown;
361
+ /** Display text for the breadcrumb (used by composable model) */
362
+ text?: string;
363
+ }
364
+ interface BreadcrumbsItemSlotProps {
365
+ /** Unique identifier */
366
+ id: ID;
367
+ /** Whether this item is currently selected (visible) */
368
+ isSelected: boolean;
369
+ /** Attributes to bind to the item element */
370
+ attrs: {
371
+ 'data-selected': true | undefined;
372
+ };
373
+ }
374
+ declare const __VLS_export$48: __VLS_WithSlots$28<vue584.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
375
+ default: (props: BreadcrumbsItemSlotProps) => unknown;
376
+ }>;
377
+ declare const _default$46: typeof __VLS_export$48;
378
+ type __VLS_WithSlots$28<T, S> = T & {
379
+ new (): {
380
+ $slots: S;
381
+ };
382
+ };
383
+ //#endregion
384
+ //#region src/components/Breadcrumbs/BreadcrumbsPage.vue.d.ts
385
+ interface BreadcrumbsPageProps extends AtomProps {}
386
+ interface BreadcrumbsPageSlotProps {
387
+ /** Attributes to bind to the page element */
388
+ attrs: {
389
+ 'aria-current': 'page';
390
+ };
391
+ }
392
+ declare const __VLS_export$47: __VLS_WithSlots$27<vue584.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
393
+ default: (props: BreadcrumbsPageSlotProps) => unknown;
394
+ }>;
395
+ declare const _default$49: typeof __VLS_export$47;
396
+ type __VLS_WithSlots$27<T, S> = T & {
397
+ new (): {
398
+ $slots: S;
399
+ };
400
+ };
401
+ //#endregion
402
+ //#region src/components/Breadcrumbs/BreadcrumbsDivider.vue.d.ts
403
+ interface BreadcrumbsDividerProps extends AtomProps {
404
+ /** Namespace for dependency injection */
405
+ namespace?: string;
406
+ /** Unique identifier (auto-generated if not provided) */
407
+ id?: ID;
408
+ /** Override divider character (uses global from Root if not provided) */
409
+ divider?: string;
410
+ }
411
+ interface BreadcrumbsDividerSlotProps {
412
+ /** Unique identifier */
413
+ id: ID;
414
+ /** Resolved divider character */
415
+ divider: string;
416
+ /** Whether this divider is currently selected (visible) */
417
+ isSelected: boolean;
418
+ /** Attributes to bind to the divider element */
419
+ attrs: {
420
+ 'aria-hidden': 'true';
421
+ 'data-selected': true | undefined;
422
+ };
423
+ }
424
+ declare const __VLS_export$46: __VLS_WithSlots$26<vue584.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
425
+ default: (props: BreadcrumbsDividerSlotProps) => unknown;
426
+ }>;
427
+ declare const _default$44: typeof __VLS_export$46;
428
+ type __VLS_WithSlots$26<T, S> = T & {
429
+ new (): {
430
+ $slots: S;
431
+ };
432
+ };
433
+ //#endregion
434
+ //#region src/components/Breadcrumbs/BreadcrumbsEllipsis.vue.d.ts
435
+ interface BreadcrumbsEllipsisProps extends AtomProps {
436
+ /** Namespace for dependency injection */
437
+ namespace?: string;
438
+ /** Unique identifier (auto-generated if not provided) */
439
+ id?: ID;
440
+ /** Override ellipsis character (uses global from Root if not provided) */
441
+ ellipsis?: string;
442
+ }
443
+ interface BreadcrumbsEllipsisSlotProps {
444
+ /** Unique identifier */
445
+ id: ID;
446
+ /** Resolved ellipsis character */
447
+ ellipsis: string;
448
+ /** Whether the ellipsis is currently selected (visible) */
449
+ isSelected: boolean;
450
+ /** Attributes to bind to the ellipsis element */
451
+ attrs: {
452
+ 'aria-hidden': 'true';
453
+ 'data-selected': true | undefined;
454
+ };
455
+ }
456
+ declare const __VLS_export$45: __VLS_WithSlots$25<vue584.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
457
+ default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
458
+ }>;
459
+ declare const _default$45: typeof __VLS_export$45;
460
+ type __VLS_WithSlots$25<T, S> = T & {
461
+ new (): {
462
+ $slots: S;
463
+ };
464
+ };
465
+ //#endregion
466
+ //#region src/components/Breadcrumbs/BreadcrumbsLink.vue.d.ts
467
+ type BreadcrumbsLinkProps = AtomProps;
468
+ declare const __VLS_export$44: __VLS_WithSlots$24<vue584.DefineComponent<AtomProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
469
+ default?: (props: {}) => any;
470
+ }>;
471
+ declare const _default$47: typeof __VLS_export$44;
472
+ type __VLS_WithSlots$24<T, S> = T & {
473
+ new (): {
474
+ $slots: S;
475
+ };
476
+ };
477
+ //#endregion
478
+ //#region src/components/Breadcrumbs/index.d.ts
479
+ /**
480
+ * Breadcrumbs component for responsive navigation trails.
481
+ *
482
+ * @see https://0.vuetifyjs.com/components/breadcrumbs
483
+ */
484
+ declare const Breadcrumbs: {
485
+ /**
486
+ * Root component for breadcrumb navigation.
487
+ * Creates breadcrumbs composable + Group + Overflow context.
488
+ *
489
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsroot
490
+ *
491
+ * @example
492
+ * ```vue
493
+ * <script setup lang="ts">
494
+ * import { Breadcrumbs } from '@vuetify/v0'
495
+ * </script>
496
+ *
497
+ * <template>
498
+ * <Breadcrumbs.Root>
499
+ * <Breadcrumbs.List>
500
+ * <Breadcrumbs.Item text="Home">
501
+ * <Breadcrumbs.Link href="/">Home</Breadcrumbs.Link>
502
+ * </Breadcrumbs.Item>
503
+ *
504
+ * <Breadcrumbs.Divider />
505
+ *
506
+ * <Breadcrumbs.Ellipsis />
507
+ *
508
+ * <Breadcrumbs.Item text="Products">
509
+ * <Breadcrumbs.Link href="/products">Products</Breadcrumbs.Link>
510
+ * </Breadcrumbs.Item>
511
+ *
512
+ * <Breadcrumbs.Divider />
513
+ *
514
+ * <Breadcrumbs.Item text="Shoes">
515
+ * <Breadcrumbs.Page>Shoes</Breadcrumbs.Page>
516
+ * </Breadcrumbs.Item>
517
+ * </Breadcrumbs.List>
518
+ * </Breadcrumbs.Root>
519
+ * </template>
520
+ * ```
521
+ */
522
+ Root: {
523
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
524
+ P: {};
525
+ B: {};
526
+ D: {};
527
+ C: {};
528
+ M: {};
529
+ Defaults: {};
530
+ }, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
531
+ __isFragment?: never;
532
+ __isTeleport?: never;
533
+ __isSuspense?: never;
534
+ } & vue584.ComponentOptionsBase<Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
535
+ $slots: {
536
+ default: (props: BreadcrumbsRootSlotProps) => unknown;
537
+ };
538
+ });
539
+ /**
540
+ * Semantic list wrapper for breadcrumb items.
541
+ * Renders as an ordered list with role="list".
542
+ *
543
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbslist
544
+ *
545
+ * @example
546
+ * ```vue
547
+ * <template>
548
+ * <Breadcrumbs.List>
549
+ * <!-- Items, dividers, ellipsis go here -->
550
+ * </Breadcrumbs.List>
551
+ * </template>
552
+ * ```
553
+ */
554
+ List: {
555
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
556
+ P: {};
557
+ B: {};
558
+ D: {};
559
+ C: {};
560
+ M: {};
561
+ Defaults: {};
562
+ }, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
563
+ __isFragment?: never;
564
+ __isTeleport?: never;
565
+ __isSuspense?: never;
566
+ } & vue584.ComponentOptionsBase<Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
567
+ $slots: {
568
+ default: (props: BreadcrumbsListSlotProps) => unknown;
569
+ };
570
+ });
571
+ /**
572
+ * Individual breadcrumb item. Registers with root and
573
+ * self-measures for overflow visibility.
574
+ *
575
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsitem
576
+ *
577
+ * @example
578
+ * ```vue
579
+ * <template>
580
+ * <!-- With a link -->
581
+ * <Breadcrumbs.Item text="Products">
582
+ * <Breadcrumbs.Link href="/products">Products</Breadcrumbs.Link>
583
+ * </Breadcrumbs.Item>
584
+ *
585
+ * <!-- Current page (no link) -->
586
+ * <Breadcrumbs.Item text="Shoes">
587
+ * <Breadcrumbs.Page>Shoes</Breadcrumbs.Page>
588
+ * </Breadcrumbs.Item>
589
+ *
590
+ * <!-- With slot props -->
591
+ * <Breadcrumbs.Item text="Home" v-slot="{ isSelected }">
592
+ * <span v-show="isSelected">Home</span>
593
+ * </Breadcrumbs.Item>
594
+ * </template>
595
+ * ```
596
+ */
597
+ Item: {
598
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
599
+ P: {};
600
+ B: {};
601
+ D: {};
602
+ C: {};
603
+ M: {};
604
+ Defaults: {};
605
+ }, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
606
+ __isFragment?: never;
607
+ __isTeleport?: never;
608
+ __isSuspense?: never;
609
+ } & vue584.ComponentOptionsBase<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
610
+ $slots: {
611
+ default: (props: BreadcrumbsItemSlotProps) => unknown;
612
+ };
613
+ });
614
+ /**
615
+ * Navigable breadcrumb link. Renders as an anchor by default.
616
+ * All attributes (href, to, etc.) fall through to the underlying element.
617
+ *
618
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbslink
619
+ *
620
+ * @example
621
+ * ```vue
622
+ * <template>
623
+ * <!-- Standard anchor -->
624
+ * <Breadcrumbs.Link href="/products">
625
+ * Products
626
+ * </Breadcrumbs.Link>
627
+ *
628
+ * <!-- With RouterLink via :as -->
629
+ * <Breadcrumbs.Link :as="RouterLink" to="/products">
630
+ * Products
631
+ * </Breadcrumbs.Link>
632
+ *
633
+ * <!-- Custom element -->
634
+ * <Breadcrumbs.Link as="button" @click="navigate">
635
+ * Products
636
+ * </Breadcrumbs.Link>
637
+ * </template>
638
+ * ```
639
+ */
640
+ Link: {
641
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
642
+ P: {};
643
+ B: {};
644
+ D: {};
645
+ C: {};
646
+ M: {};
647
+ Defaults: {};
648
+ }, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
649
+ __isFragment?: never;
650
+ __isTeleport?: never;
651
+ __isSuspense?: never;
652
+ } & vue584.ComponentOptionsBase<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
653
+ $slots: {
654
+ default?: (props: {}) => any;
655
+ };
656
+ });
657
+ /**
658
+ * Current page indicator. Renders as a span with
659
+ * aria-current="page".
660
+ *
661
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbspage
662
+ *
663
+ * @example
664
+ * ```vue
665
+ * <template>
666
+ * <Breadcrumbs.Page>Current Page</Breadcrumbs.Page>
667
+ *
668
+ * <!-- With custom element -->
669
+ * <Breadcrumbs.Page as="strong">Current Page</Breadcrumbs.Page>
670
+ * </template>
671
+ * ```
672
+ */
673
+ Page: {
674
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
675
+ P: {};
676
+ B: {};
677
+ D: {};
678
+ C: {};
679
+ M: {};
680
+ Defaults: {};
681
+ }, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
682
+ __isFragment?: never;
683
+ __isTeleport?: never;
684
+ __isSuspense?: never;
685
+ } & vue584.ComponentOptionsBase<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
686
+ $slots: {
687
+ default: (props: BreadcrumbsPageSlotProps) => unknown;
688
+ };
689
+ });
690
+ /**
691
+ * Visual separator between breadcrumb items. Renders as a list
692
+ * item with aria-hidden="true". Uses divider character from Root
693
+ * by default, or override via prop or slot content.
694
+ *
695
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsdivider
696
+ *
697
+ * @example
698
+ * ```vue
699
+ * <template>
700
+ * <!-- Uses default divider from Root -->
701
+ * <Breadcrumbs.Divider />
702
+ *
703
+ * <!-- Override divider character -->
704
+ * <Breadcrumbs.Divider divider=">" />
705
+ *
706
+ * <!-- Custom slot content (e.g., SVG chevron) -->
707
+ * <Breadcrumbs.Divider>
708
+ * <svg class="size-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
709
+ * <path d="M9 5l7 7-7 7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
710
+ * </svg>
711
+ * </Breadcrumbs.Divider>
712
+ * </template>
713
+ * ```
714
+ */
715
+ Divider: {
716
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
717
+ P: {};
718
+ B: {};
719
+ D: {};
720
+ C: {};
721
+ M: {};
722
+ Defaults: {};
723
+ }, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
724
+ __isFragment?: never;
725
+ __isTeleport?: never;
726
+ __isSuspense?: never;
727
+ } & vue584.ComponentOptionsBase<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
728
+ $slots: {
729
+ default: (props: BreadcrumbsDividerSlotProps) => unknown;
730
+ };
731
+ });
732
+ /**
733
+ * Ellipsis indicator shown when items are truncated by overflow.
734
+ * Auto-hidden until overflow is detected. Renders with
735
+ * aria-hidden="true".
736
+ *
737
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsellipsis
738
+ *
739
+ * @example
740
+ * ```vue
741
+ * <template>
742
+ * <!-- Uses default "..." from Root -->
743
+ * <Breadcrumbs.Ellipsis />
744
+ *
745
+ * <!-- Override ellipsis character -->
746
+ * <Breadcrumbs.Ellipsis ellipsis="…" />
747
+ * </template>
748
+ * ```
749
+ */
750
+ Ellipsis: {
751
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
752
+ P: {};
753
+ B: {};
754
+ D: {};
755
+ C: {};
756
+ M: {};
757
+ Defaults: {};
758
+ }, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
759
+ __isFragment?: never;
760
+ __isTeleport?: never;
761
+ __isSuspense?: never;
762
+ } & vue584.ComponentOptionsBase<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
763
+ $slots: {
764
+ default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
765
+ };
766
+ });
767
+ };
768
+ //#endregion
263
769
  //#region src/components/Checkbox/CheckboxGroup.vue.d.ts
264
770
  interface CheckboxGroupProps extends AtomProps {
265
771
  /** Namespace for dependency injection */
@@ -311,24 +817,24 @@ interface CheckboxGroupSlotProps {
311
817
  'aria-describedby': string | undefined;
312
818
  };
313
819
  }
314
- declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue471.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
315
- declare const __VLS_export$42: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$17<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
820
+ declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue584.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
821
+ declare const __VLS_export$43: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$17<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
316
822
  props: __VLS_PrettifyLocal$17<(CheckboxGroupProps & {
317
823
  modelValue?: T | T[];
318
824
  }) & {
319
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
320
825
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
321
- }> & vue471.PublicProps;
826
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
827
+ }> & vue584.PublicProps;
322
828
  expose: (exposed: {}) => void;
323
829
  attrs: any;
324
830
  slots: {
325
831
  default: (props: CheckboxGroupSlotProps) => any;
326
832
  };
327
833
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
328
- }>) => vue471.VNode & {
834
+ }>) => vue584.VNode & {
329
835
  __ctx?: Awaited<typeof __VLS_setup>;
330
836
  };
331
- declare const _default$38: typeof __VLS_export$42;
837
+ declare const _default$39: typeof __VLS_export$43;
332
838
  type __VLS_PrettifyLocal$17<T> = { [K in keyof T as K]: T[K] } & {};
333
839
  //#endregion
334
840
  //#region src/components/Checkbox/CheckboxHiddenInput.vue.d.ts
@@ -342,8 +848,8 @@ interface CheckboxHiddenInputProps {
342
848
  /** Associate with form by ID (defaults to context value) */
343
849
  form?: string;
344
850
  }
345
- declare const __VLS_export$41: vue471.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>;
346
- declare const _default$39: typeof __VLS_export$41;
851
+ declare const __VLS_export$42: vue584.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>;
852
+ declare const _default$40: typeof __VLS_export$42;
347
853
  //#endregion
348
854
  //#region src/components/Checkbox/CheckboxRoot.vue.d.ts
349
855
  /** Visual state of the checkbox for styling purposes */
@@ -440,24 +946,24 @@ interface CheckboxRootSlotProps<V = unknown> {
440
946
  'data-disabled': true | undefined;
441
947
  };
442
948
  }
443
- declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue471.App) => CheckboxRootContext<unknown>;
444
- declare const __VLS_export$40: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$16<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
949
+ declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue584.App) => CheckboxRootContext<unknown>;
950
+ declare const __VLS_export$41: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$16<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
445
951
  props: __VLS_PrettifyLocal$16<(CheckboxRootProps<V> & {
446
952
  modelValue?: boolean;
447
953
  }) & {
448
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
449
954
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
450
- }> & vue471.PublicProps;
955
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
956
+ }> & vue584.PublicProps;
451
957
  expose: (exposed: {}) => void;
452
958
  attrs: any;
453
959
  slots: {
454
960
  default: (props: CheckboxRootSlotProps<V>) => any;
455
961
  };
456
962
  emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
457
- }>) => vue471.VNode & {
963
+ }>) => vue584.VNode & {
458
964
  __ctx?: Awaited<typeof __VLS_setup>;
459
965
  };
460
- declare const _default$41: typeof __VLS_export$40;
966
+ declare const _default$42: typeof __VLS_export$41;
461
967
  type __VLS_PrettifyLocal$16<T> = { [K in keyof T as K]: T[K] } & {};
462
968
  //#endregion
463
969
  //#region src/components/Checkbox/CheckboxIndicator.vue.d.ts
@@ -478,11 +984,11 @@ interface CheckboxIndicatorSlotProps {
478
984
  };
479
985
  };
480
986
  }
481
- declare const __VLS_export$39: __VLS_WithSlots$22<vue471.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
987
+ declare const __VLS_export$40: __VLS_WithSlots$23<vue584.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
482
988
  default: (props: CheckboxIndicatorSlotProps) => any;
483
989
  }>;
484
- declare const _default$40: typeof __VLS_export$39;
485
- type __VLS_WithSlots$22<T, S> = T & {
990
+ declare const _default$41: typeof __VLS_export$40;
991
+ type __VLS_WithSlots$23<T, S> = T & {
486
992
  new (): {
487
993
  $slots: S;
488
994
  };
@@ -532,11 +1038,11 @@ interface CheckboxSelectAllSlotProps {
532
1038
  'data-disabled': true | undefined;
533
1039
  };
534
1040
  }
535
- declare const __VLS_export$38: __VLS_WithSlots$21<vue471.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1041
+ declare const __VLS_export$39: __VLS_WithSlots$22<vue584.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
536
1042
  default: (props: CheckboxSelectAllSlotProps) => any;
537
1043
  }>;
538
- declare const _default$42: typeof __VLS_export$38;
539
- type __VLS_WithSlots$21<T, S> = T & {
1044
+ declare const _default$43: typeof __VLS_export$39;
1045
+ type __VLS_WithSlots$22<T, S> = T & {
540
1046
  new (): {
541
1047
  $slots: S;
542
1048
  };
@@ -594,10 +1100,10 @@ declare const Checkbox: {
594
1100
  * ```
595
1101
  */
596
1102
  Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1103
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
597
1104
  slots: {
598
1105
  default: (props: CheckboxGroupSlotProps) => any;
599
1106
  };
600
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
601
1107
  attrs: any;
602
1108
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
603
1109
  props: {
@@ -611,16 +1117,16 @@ declare const Checkbox: {
611
1117
  as?: (DOMElement | null) | undefined;
612
1118
  renderless?: boolean | undefined;
613
1119
  modelValue?: (T | T[]) | undefined;
614
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
615
1120
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
616
- } & vue471.PublicProps;
1121
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1122
+ } & vue584.PublicProps;
617
1123
  expose: (exposed: {}) => void;
618
1124
  attrs: any;
619
1125
  slots: {
620
1126
  default: (props: CheckboxGroupSlotProps) => any;
621
1127
  };
622
1128
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
623
- }>) => vue471.VNode & {
1129
+ }>) => vue584.VNode & {
624
1130
  __ctx?: Awaited<typeof __VLS_setup>;
625
1131
  };
626
1132
  /**
@@ -645,7 +1151,7 @@ declare const Checkbox: {
645
1151
  * </template>
646
1152
  * ```
647
1153
  */
648
- HiddenInput: vue471.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>;
1154
+ HiddenInput: vue584.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>;
649
1155
  /**
650
1156
  * Visual indicator component for checkboxes.
651
1157
  *
@@ -672,7 +1178,7 @@ declare const Checkbox: {
672
1178
  * ```
673
1179
  */
674
1180
  Indicator: {
675
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
1181
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
676
1182
  P: {};
677
1183
  B: {};
678
1184
  D: {};
@@ -683,7 +1189,7 @@ declare const Checkbox: {
683
1189
  __isFragment?: never;
684
1190
  __isTeleport?: never;
685
1191
  __isSuspense?: never;
686
- } & vue471.ComponentOptionsBase<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
1192
+ } & vue584.ComponentOptionsBase<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
687
1193
  $slots: {
688
1194
  default: (props: CheckboxIndicatorSlotProps) => any;
689
1195
  };
@@ -718,10 +1224,10 @@ declare const Checkbox: {
718
1224
  * ```
719
1225
  */
720
1226
  Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1227
+ emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
721
1228
  slots: {
722
1229
  default: (props: CheckboxRootSlotProps<V>) => any;
723
1230
  };
724
- emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
725
1231
  attrs: any;
726
1232
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
727
1233
  props: {
@@ -730,8 +1236,8 @@ declare const Checkbox: {
730
1236
  value?: V | undefined;
731
1237
  name?: string | undefined;
732
1238
  form?: string | undefined;
733
- disabled?: vue471.MaybeRef<boolean> | undefined;
734
- indeterminate?: vue471.MaybeRef<boolean> | undefined;
1239
+ disabled?: vue584.MaybeRef<boolean> | undefined;
1240
+ indeterminate?: vue584.MaybeRef<boolean> | undefined;
735
1241
  namespace?: string | undefined;
736
1242
  groupNamespace?: string | undefined;
737
1243
  ariaLabelledby?: string | undefined;
@@ -740,16 +1246,16 @@ declare const Checkbox: {
740
1246
  as?: (DOMElement | null) | undefined;
741
1247
  renderless?: boolean | undefined;
742
1248
  modelValue?: boolean | undefined;
743
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
744
1249
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
745
- } & vue471.PublicProps;
1250
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1251
+ } & vue584.PublicProps;
746
1252
  expose: (exposed: {}) => void;
747
1253
  attrs: any;
748
1254
  slots: {
749
1255
  default: (props: CheckboxRootSlotProps<V>) => any;
750
1256
  };
751
1257
  emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
752
- }>) => vue471.VNode & {
1258
+ }>) => vue584.VNode & {
753
1259
  __ctx?: Awaited<typeof __VLS_setup>;
754
1260
  };
755
1261
  /**
@@ -787,7 +1293,7 @@ declare const Checkbox: {
787
1293
  * ```
788
1294
  */
789
1295
  SelectAll: {
790
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
1296
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
791
1297
  P: {};
792
1298
  B: {};
793
1299
  D: {};
@@ -798,7 +1304,7 @@ declare const Checkbox: {
798
1304
  __isFragment?: never;
799
1305
  __isTeleport?: never;
800
1306
  __isSuspense?: never;
801
- } & vue471.ComponentOptionsBase<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
1307
+ } & vue584.ComponentOptionsBase<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
802
1308
  $slots: {
803
1309
  default: (props: CheckboxSelectAllSlotProps) => any;
804
1310
  };
@@ -830,20 +1336,22 @@ interface DialogRootSlotProps {
830
1336
  /** Close the dialog */
831
1337
  close: () => void;
832
1338
  }
833
- declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue471.App) => DialogContext;
834
- declare const __VLS_export$37: __VLS_WithSlots$20<vue471.DefineComponent<DialogRootProps & {
1339
+ declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue584.App) => DialogContext;
1340
+ declare const __VLS_export$38: __VLS_WithSlots$21<vue584.DefineComponent<DialogRootProps & {
835
1341
  modelValue?: boolean;
836
- }, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
837
- "update:modelValue": (...args: unknown[]) => any;
838
- }, string, vue471.PublicProps, Readonly<DialogRootProps & {
1342
+ }, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1343
+ "update:modelValue": (value: boolean) => any;
1344
+ "update:model-value": (value: boolean) => any;
1345
+ }, string, vue584.PublicProps, Readonly<DialogRootProps & {
839
1346
  modelValue?: boolean;
840
1347
  }> & Readonly<{
841
- "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
842
- }>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1348
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1349
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1350
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
843
1351
  default: (props: DialogRootSlotProps) => any;
844
1352
  }>;
845
- declare const _default$35: typeof __VLS_export$37;
846
- type __VLS_WithSlots$20<T, S> = T & {
1353
+ declare const _default$36: typeof __VLS_export$38;
1354
+ type __VLS_WithSlots$21<T, S> = T & {
847
1355
  new (): {
848
1356
  $slots: S;
849
1357
  };
@@ -865,11 +1373,11 @@ interface DialogActivatorSlotProps {
865
1373
  'data-dialog-open': '' | undefined;
866
1374
  };
867
1375
  }
868
- declare const __VLS_export$36: __VLS_WithSlots$19<vue471.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1376
+ declare const __VLS_export$37: __VLS_WithSlots$20<vue584.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
869
1377
  default: (props: DialogActivatorSlotProps) => any;
870
1378
  }>;
871
- declare const _default$37: typeof __VLS_export$36;
872
- type __VLS_WithSlots$19<T, S> = T & {
1379
+ declare const _default$38: typeof __VLS_export$37;
1380
+ type __VLS_WithSlots$20<T, S> = T & {
873
1381
  new (): {
874
1382
  $slots: S;
875
1383
  };
@@ -881,6 +1389,13 @@ interface DialogContentProps extends AtomProps {
881
1389
  namespace?: string;
882
1390
  /** Close dialog when clicking outside content @default true */
883
1391
  closeOnClickOutside?: boolean;
1392
+ /**
1393
+ * Whether this dialog blocks scrim dismissal
1394
+ *
1395
+ * @default false
1396
+ * @remarks When true, clicking the scrim will not dismiss this dialog. Use for critical dialogs requiring explicit user action.
1397
+ */
1398
+ blocking?: boolean;
884
1399
  }
885
1400
  interface DialogContentEmits {
886
1401
  cancel: [e: Event];
@@ -889,6 +1404,10 @@ interface DialogContentEmits {
889
1404
  interface DialogContentSlotProps {
890
1405
  /** Whether the dialog is currently open */
891
1406
  isOpen: boolean;
1407
+ /** Whether this dialog is the topmost in the global stack */
1408
+ globalTop: boolean;
1409
+ /** Calculated z-index for the dialog */
1410
+ zIndex: number;
892
1411
  /** Attributes to bind to the dialog element */
893
1412
  attrs: {
894
1413
  'id': string;
@@ -898,17 +1417,17 @@ interface DialogContentSlotProps {
898
1417
  'aria-describedby': string;
899
1418
  };
900
1419
  }
901
- declare const __VLS_export$35: __VLS_WithSlots$18<vue471.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
1420
+ declare const __VLS_export$36: __VLS_WithSlots$19<vue584.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
902
1421
  cancel: (e: Event) => any;
903
1422
  close: (e: Event) => any;
904
- }, string, vue471.PublicProps, Readonly<DialogContentProps> & Readonly<{
1423
+ }, string, vue584.PublicProps, Readonly<DialogContentProps> & Readonly<{
905
1424
  onCancel?: ((e: Event) => any) | undefined;
906
1425
  onClose?: ((e: Event) => any) | undefined;
907
- }>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1426
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
908
1427
  default: (props: DialogContentSlotProps) => any;
909
1428
  }>;
910
- declare const _default$33: typeof __VLS_export$35;
911
- type __VLS_WithSlots$18<T, S> = T & {
1429
+ declare const _default$34: typeof __VLS_export$36;
1430
+ type __VLS_WithSlots$19<T, S> = T & {
912
1431
  new (): {
913
1432
  $slots: S;
914
1433
  };
@@ -925,11 +1444,11 @@ interface DialogTitleSlotProps {
925
1444
  id: string;
926
1445
  };
927
1446
  }
928
- declare const __VLS_export$34: __VLS_WithSlots$17<vue471.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1447
+ declare const __VLS_export$35: __VLS_WithSlots$18<vue584.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
929
1448
  default: (props: DialogTitleSlotProps) => any;
930
1449
  }>;
931
- declare const _default$36: typeof __VLS_export$34;
932
- type __VLS_WithSlots$17<T, S> = T & {
1450
+ declare const _default$37: typeof __VLS_export$35;
1451
+ type __VLS_WithSlots$18<T, S> = T & {
933
1452
  new (): {
934
1453
  $slots: S;
935
1454
  };
@@ -946,11 +1465,11 @@ interface DialogDescriptionSlotProps {
946
1465
  id: string;
947
1466
  };
948
1467
  }
949
- declare const __VLS_export$33: __VLS_WithSlots$16<vue471.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1468
+ declare const __VLS_export$34: __VLS_WithSlots$17<vue584.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
950
1469
  default: (props: DialogDescriptionSlotProps) => any;
951
1470
  }>;
952
- declare const _default$34: typeof __VLS_export$33;
953
- type __VLS_WithSlots$16<T, S> = T & {
1471
+ declare const _default$35: typeof __VLS_export$34;
1472
+ type __VLS_WithSlots$17<T, S> = T & {
954
1473
  new (): {
955
1474
  $slots: S;
956
1475
  };
@@ -970,11 +1489,11 @@ interface DialogCloseSlotProps {
970
1489
  'aria-label': 'Close';
971
1490
  };
972
1491
  }
973
- declare const __VLS_export$32: __VLS_WithSlots$15<vue471.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1492
+ declare const __VLS_export$33: __VLS_WithSlots$16<vue584.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
974
1493
  default: (props: DialogCloseSlotProps) => any;
975
1494
  }>;
976
- declare const _default$32: typeof __VLS_export$32;
977
- type __VLS_WithSlots$15<T, S> = T & {
1495
+ declare const _default$33: typeof __VLS_export$33;
1496
+ type __VLS_WithSlots$16<T, S> = T & {
978
1497
  new (): {
979
1498
  $slots: S;
980
1499
  };
@@ -1034,13 +1553,15 @@ declare const Dialog: {
1034
1553
  * ```
1035
1554
  */
1036
1555
  Root: {
1037
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
1556
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
1038
1557
  modelValue?: boolean;
1039
1558
  }> & Readonly<{
1040
- "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
1041
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
1042
- "update:modelValue": (...args: unknown[]) => any;
1043
- }, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
1559
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1560
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1561
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1562
+ "update:modelValue": (value: boolean) => any;
1563
+ "update:model-value": (value: boolean) => any;
1564
+ }, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1044
1565
  P: {};
1045
1566
  B: {};
1046
1567
  D: {};
@@ -1050,18 +1571,21 @@ declare const Dialog: {
1050
1571
  }, Readonly<DialogRootProps & {
1051
1572
  modelValue?: boolean;
1052
1573
  }> & Readonly<{
1053
- "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
1574
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1575
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1054
1576
  }>, {}, {}, {}, {}, {}>;
1055
1577
  __isFragment?: never;
1056
1578
  __isTeleport?: never;
1057
1579
  __isSuspense?: never;
1058
- } & vue471.ComponentOptionsBase<Readonly<DialogRootProps & {
1580
+ } & vue584.ComponentOptionsBase<Readonly<DialogRootProps & {
1059
1581
  modelValue?: boolean;
1060
1582
  }> & Readonly<{
1061
- "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
1062
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
1063
- "update:modelValue": (...args: unknown[]) => any;
1064
- }, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
1583
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1584
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1585
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1586
+ "update:modelValue": (value: boolean) => any;
1587
+ "update:model-value": (value: boolean) => any;
1588
+ }, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1065
1589
  $slots: {
1066
1590
  default: (props: DialogRootSlotProps) => any;
1067
1591
  };
@@ -1085,7 +1609,7 @@ declare const Dialog: {
1085
1609
  * ```
1086
1610
  */
1087
1611
  Activator: {
1088
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
1612
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1089
1613
  P: {};
1090
1614
  B: {};
1091
1615
  D: {};
@@ -1096,7 +1620,7 @@ declare const Dialog: {
1096
1620
  __isFragment?: never;
1097
1621
  __isTeleport?: never;
1098
1622
  __isSuspense?: never;
1099
- } & vue471.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
1623
+ } & vue584.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1100
1624
  $slots: {
1101
1625
  default: (props: DialogActivatorSlotProps) => any;
1102
1626
  };
@@ -1122,13 +1646,13 @@ declare const Dialog: {
1122
1646
  * ```
1123
1647
  */
1124
1648
  Content: {
1125
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
1649
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
1126
1650
  onCancel?: ((e: Event) => any) | undefined;
1127
1651
  onClose?: ((e: Event) => any) | undefined;
1128
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
1652
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1129
1653
  cancel: (e: Event) => any;
1130
1654
  close: (e: Event) => any;
1131
- }, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
1655
+ }, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1132
1656
  P: {};
1133
1657
  B: {};
1134
1658
  D: {};
@@ -1142,13 +1666,13 @@ declare const Dialog: {
1142
1666
  __isFragment?: never;
1143
1667
  __isTeleport?: never;
1144
1668
  __isSuspense?: never;
1145
- } & vue471.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
1669
+ } & vue584.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
1146
1670
  onCancel?: ((e: Event) => any) | undefined;
1147
1671
  onClose?: ((e: Event) => any) | undefined;
1148
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
1672
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1149
1673
  cancel: (e: Event) => any;
1150
1674
  close: (e: Event) => any;
1151
- }, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
1675
+ }, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1152
1676
  $slots: {
1153
1677
  default: (props: DialogContentSlotProps) => any;
1154
1678
  };
@@ -1170,7 +1694,7 @@ declare const Dialog: {
1170
1694
  * ```
1171
1695
  */
1172
1696
  Title: {
1173
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
1697
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1174
1698
  P: {};
1175
1699
  B: {};
1176
1700
  D: {};
@@ -1181,7 +1705,7 @@ declare const Dialog: {
1181
1705
  __isFragment?: never;
1182
1706
  __isTeleport?: never;
1183
1707
  __isSuspense?: never;
1184
- } & vue471.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
1708
+ } & vue584.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1185
1709
  $slots: {
1186
1710
  default: (props: DialogTitleSlotProps) => any;
1187
1711
  };
@@ -1205,7 +1729,7 @@ declare const Dialog: {
1205
1729
  * ```
1206
1730
  */
1207
1731
  Description: {
1208
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
1732
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1209
1733
  P: {};
1210
1734
  B: {};
1211
1735
  D: {};
@@ -1216,7 +1740,7 @@ declare const Dialog: {
1216
1740
  __isFragment?: never;
1217
1741
  __isTeleport?: never;
1218
1742
  __isSuspense?: never;
1219
- } & vue471.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
1743
+ } & vue584.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1220
1744
  $slots: {
1221
1745
  default: (props: DialogDescriptionSlotProps) => any;
1222
1746
  };
@@ -1238,7 +1762,7 @@ declare const Dialog: {
1238
1762
  * ```
1239
1763
  */
1240
1764
  Close: {
1241
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
1765
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1242
1766
  P: {};
1243
1767
  B: {};
1244
1768
  D: {};
@@ -1249,7 +1773,7 @@ declare const Dialog: {
1249
1773
  __isFragment?: never;
1250
1774
  __isTeleport?: never;
1251
1775
  __isSuspense?: never;
1252
- } & vue471.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
1776
+ } & vue584.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1253
1777
  $slots: {
1254
1778
  default: (props: DialogCloseSlotProps) => any;
1255
1779
  };
@@ -1293,23 +1817,23 @@ interface ExpansionPanelRootSlotProps {
1293
1817
  /** Toggle a panel's expansion state by ID */
1294
1818
  toggle: (id: ID) => void;
1295
1819
  }
1296
- declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue471.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
1297
- declare const __VLS_export$31: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$15<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1820
+ declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue584.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
1821
+ declare const __VLS_export$32: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$15<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1298
1822
  props: __VLS_PrettifyLocal$15<(ExpansionPanelRootProps & {
1299
1823
  modelValue?: T | T[];
1300
1824
  }) & {
1301
1825
  [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
1302
- }> & vue471.PublicProps;
1826
+ }> & vue584.PublicProps;
1303
1827
  expose: (exposed: {}) => void;
1304
1828
  attrs: any;
1305
1829
  slots: {
1306
1830
  default: (props: ExpansionPanelRootSlotProps) => any;
1307
1831
  };
1308
1832
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1309
- }>) => vue471.VNode & {
1833
+ }>) => vue584.VNode & {
1310
1834
  __ctx?: Awaited<typeof __VLS_setup>;
1311
1835
  };
1312
- declare const _default$31: typeof __VLS_export$31;
1836
+ declare const _default$32: typeof __VLS_export$32;
1313
1837
  type __VLS_PrettifyLocal$15<T> = { [K in keyof T as K]: T[K] } & {};
1314
1838
  //#endregion
1315
1839
  //#region src/components/ExpansionPanel/ExpansionPanelItem.vue.d.ts
@@ -1351,19 +1875,19 @@ interface ExpansionPanelItemSlotProps {
1351
1875
  'data-selected': true | undefined;
1352
1876
  };
1353
1877
  }
1354
- declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue471.App) => ExpansionPanelItemContext;
1355
- declare const __VLS_export$30: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$14<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1356
- props: __VLS_PrettifyLocal$14<ExpansionPanelItemProps<V>> & vue471.PublicProps;
1878
+ declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue584.App) => ExpansionPanelItemContext;
1879
+ declare const __VLS_export$31: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$14<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1880
+ props: __VLS_PrettifyLocal$14<ExpansionPanelItemProps<V>> & vue584.PublicProps;
1357
1881
  expose: (exposed: {}) => void;
1358
1882
  attrs: any;
1359
1883
  slots: {
1360
1884
  default: (props: ExpansionPanelItemSlotProps) => any;
1361
1885
  };
1362
1886
  emit: {};
1363
- }>) => vue471.VNode & {
1887
+ }>) => vue584.VNode & {
1364
1888
  __ctx?: Awaited<typeof __VLS_setup>;
1365
1889
  };
1366
- declare const _default$30: typeof __VLS_export$30;
1890
+ declare const _default$31: typeof __VLS_export$31;
1367
1891
  type __VLS_PrettifyLocal$14<T> = { [K in keyof T as K]: T[K] } & {};
1368
1892
  //#endregion
1369
1893
  //#region src/components/ExpansionPanel/ExpansionPanelHeader.vue.d.ts
@@ -1380,11 +1904,11 @@ interface ExpansionPanelHeaderSlotProps {
1380
1904
  'data-selected': true | undefined;
1381
1905
  };
1382
1906
  }
1383
- declare const __VLS_export$29: __VLS_WithSlots$14<vue471.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1907
+ declare const __VLS_export$30: __VLS_WithSlots$15<vue584.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
1384
1908
  default: (props: ExpansionPanelHeaderSlotProps) => any;
1385
1909
  }>;
1386
- declare const _default$29: typeof __VLS_export$29;
1387
- type __VLS_WithSlots$14<T, S> = T & {
1910
+ declare const _default$30: typeof __VLS_export$30;
1911
+ type __VLS_WithSlots$15<T, S> = T & {
1388
1912
  new (): {
1389
1913
  $slots: S;
1390
1914
  };
@@ -1429,11 +1953,11 @@ interface ExpansionPanelActivatorSlotProps {
1429
1953
  'onKeydown': (e: KeyboardEvent) => void;
1430
1954
  };
1431
1955
  }
1432
- declare const __VLS_export$28: __VLS_WithSlots$13<vue471.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1956
+ declare const __VLS_export$29: __VLS_WithSlots$14<vue584.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
1433
1957
  default: (props: ExpansionPanelActivatorSlotProps) => any;
1434
1958
  }>;
1435
- declare const _default$27: typeof __VLS_export$28;
1436
- type __VLS_WithSlots$13<T, S> = T & {
1959
+ declare const _default$28: typeof __VLS_export$29;
1960
+ type __VLS_WithSlots$14<T, S> = T & {
1437
1961
  new (): {
1438
1962
  $slots: S;
1439
1963
  };
@@ -1460,11 +1984,11 @@ interface ExpansionPanelContentSlotProps {
1460
1984
  'hidden': boolean;
1461
1985
  };
1462
1986
  }
1463
- declare const __VLS_export$27: __VLS_WithSlots$12<vue471.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
1987
+ declare const __VLS_export$28: __VLS_WithSlots$13<vue584.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
1464
1988
  default: (props: ExpansionPanelContentSlotProps) => any;
1465
1989
  }>;
1466
- declare const _default$28: typeof __VLS_export$27;
1467
- type __VLS_WithSlots$12<T, S> = T & {
1990
+ declare const _default$29: typeof __VLS_export$28;
1991
+ type __VLS_WithSlots$13<T, S> = T & {
1468
1992
  new (): {
1469
1993
  $slots: S;
1470
1994
  };
@@ -1506,10 +2030,10 @@ declare const ExpansionPanel: {
1506
2030
  * ```
1507
2031
  */
1508
2032
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2033
+ emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1509
2034
  slots: {
1510
2035
  default: (props: ExpansionPanelRootSlotProps) => any;
1511
2036
  };
1512
- emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1513
2037
  attrs: any;
1514
2038
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1515
2039
  props: {
@@ -1522,14 +2046,14 @@ declare const ExpansionPanel: {
1522
2046
  as?: (DOMElement | null) | undefined;
1523
2047
  renderless?: boolean | undefined;
1524
2048
  modelValue?: (T | T[]) | undefined;
1525
- } & vue471.PublicProps;
2049
+ } & vue584.PublicProps;
1526
2050
  expose: (exposed: {}) => void;
1527
2051
  attrs: any;
1528
2052
  slots: {
1529
2053
  default: (props: ExpansionPanelRootSlotProps) => any;
1530
2054
  };
1531
2055
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1532
- }>) => vue471.VNode & {
2056
+ }>) => vue584.VNode & {
1533
2057
  __ctx?: Awaited<typeof __VLS_setup>;
1534
2058
  };
1535
2059
  /**
@@ -1559,27 +2083,27 @@ declare const ExpansionPanel: {
1559
2083
  * ```
1560
2084
  */
1561
2085
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2086
+ emit: {};
1562
2087
  slots: {
1563
2088
  default: (props: ExpansionPanelItemSlotProps) => any;
1564
2089
  };
1565
- emit: {};
1566
2090
  attrs: any;
1567
2091
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1568
2092
  props: {
1569
2093
  id?: string | undefined;
1570
2094
  value?: V | undefined;
1571
- disabled?: vue471.MaybeRef<boolean> | undefined;
2095
+ disabled?: vue584.MaybeRef<boolean> | undefined;
1572
2096
  namespace?: string | undefined;
1573
2097
  as?: (DOMElement | null) | undefined;
1574
2098
  renderless?: boolean | undefined;
1575
- } & vue471.PublicProps;
2099
+ } & vue584.PublicProps;
1576
2100
  expose: (exposed: {}) => void;
1577
2101
  attrs: any;
1578
2102
  slots: {
1579
2103
  default: (props: ExpansionPanelItemSlotProps) => any;
1580
2104
  };
1581
2105
  emit: {};
1582
- }>) => vue471.VNode & {
2106
+ }>) => vue584.VNode & {
1583
2107
  __ctx?: Awaited<typeof __VLS_setup>;
1584
2108
  };
1585
2109
  /**
@@ -1603,7 +2127,7 @@ declare const ExpansionPanel: {
1603
2127
  * ```
1604
2128
  */
1605
2129
  Header: {
1606
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
2130
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1607
2131
  P: {};
1608
2132
  B: {};
1609
2133
  D: {};
@@ -1614,7 +2138,7 @@ declare const ExpansionPanel: {
1614
2138
  __isFragment?: never;
1615
2139
  __isTeleport?: never;
1616
2140
  __isSuspense?: never;
1617
- } & vue471.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
2141
+ } & vue584.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1618
2142
  $slots: {
1619
2143
  default: (props: ExpansionPanelHeaderSlotProps) => any;
1620
2144
  };
@@ -1638,7 +2162,7 @@ declare const ExpansionPanel: {
1638
2162
  * ```
1639
2163
  */
1640
2164
  Activator: {
1641
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
2165
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1642
2166
  P: {};
1643
2167
  B: {};
1644
2168
  D: {};
@@ -1649,7 +2173,7 @@ declare const ExpansionPanel: {
1649
2173
  __isFragment?: never;
1650
2174
  __isTeleport?: never;
1651
2175
  __isSuspense?: never;
1652
- } & vue471.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
2176
+ } & vue584.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1653
2177
  $slots: {
1654
2178
  default: (props: ExpansionPanelActivatorSlotProps) => any;
1655
2179
  };
@@ -1673,7 +2197,7 @@ declare const ExpansionPanel: {
1673
2197
  * ```
1674
2198
  */
1675
2199
  Content: {
1676
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
2200
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1677
2201
  P: {};
1678
2202
  B: {};
1679
2203
  D: {};
@@ -1684,7 +2208,7 @@ declare const ExpansionPanel: {
1684
2208
  __isFragment?: never;
1685
2209
  __isTeleport?: never;
1686
2210
  __isSuspense?: never;
1687
- } & vue471.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
2211
+ } & vue584.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1688
2212
  $slots: {
1689
2213
  default: (props: ExpansionPanelContentSlotProps) => any;
1690
2214
  };
@@ -1733,24 +2257,24 @@ interface GroupRootSlotProps {
1733
2257
  'aria-multiselectable': true;
1734
2258
  };
1735
2259
  }
1736
- declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue471.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
1737
- declare const __VLS_export$26: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2260
+ declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue584.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
2261
+ declare const __VLS_export$27: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1738
2262
  props: __VLS_PrettifyLocal$13<(GroupRootProps & {
1739
2263
  modelValue?: T | T[];
1740
2264
  }) & {
1741
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1742
2265
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1743
- }> & vue471.PublicProps;
2266
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2267
+ }> & vue584.PublicProps;
1744
2268
  expose: (exposed: {}) => void;
1745
2269
  attrs: any;
1746
2270
  slots: {
1747
2271
  default: (props: GroupRootSlotProps) => any;
1748
2272
  };
1749
2273
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1750
- }>) => vue471.VNode & {
2274
+ }>) => vue584.VNode & {
1751
2275
  __ctx?: Awaited<typeof __VLS_setup>;
1752
2276
  };
1753
- declare const _default$26: typeof __VLS_export$26;
2277
+ declare const _default$27: typeof __VLS_export$27;
1754
2278
  type __VLS_PrettifyLocal$13<T> = { [K in keyof T as K]: T[K] } & {};
1755
2279
  //#endregion
1756
2280
  //#region src/components/Group/GroupItem.vue.d.ts
@@ -1801,18 +2325,18 @@ interface GroupItemSlotProps<V = unknown> {
1801
2325
  'data-mixed': true | undefined;
1802
2326
  };
1803
2327
  }
1804
- declare const __VLS_export$25: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1805
- props: __VLS_PrettifyLocal$12<GroupItemProps<V>> & vue471.PublicProps;
2328
+ declare const __VLS_export$26: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2329
+ props: __VLS_PrettifyLocal$12<GroupItemProps<V>> & vue584.PublicProps;
1806
2330
  expose: (exposed: {}) => void;
1807
2331
  attrs: any;
1808
2332
  slots: {
1809
2333
  default: (props: GroupItemSlotProps<V>) => unknown;
1810
2334
  };
1811
2335
  emit: {};
1812
- }>) => vue471.VNode & {
2336
+ }>) => vue584.VNode & {
1813
2337
  __ctx?: Awaited<typeof __VLS_setup>;
1814
2338
  };
1815
- declare const _default$25: typeof __VLS_export$25;
2339
+ declare const _default$26: typeof __VLS_export$26;
1816
2340
  type __VLS_PrettifyLocal$12<T> = { [K in keyof T as K]: T[K] } & {};
1817
2341
  //#endregion
1818
2342
  //#region src/components/Group/index.d.ts
@@ -1843,10 +2367,10 @@ declare const Group: {
1843
2367
  * ```
1844
2368
  */
1845
2369
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2370
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1846
2371
  slots: {
1847
2372
  default: (props: GroupRootSlotProps) => any;
1848
2373
  };
1849
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1850
2374
  attrs: any;
1851
2375
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1852
2376
  props: {
@@ -1855,16 +2379,16 @@ declare const Group: {
1855
2379
  enroll?: boolean | undefined;
1856
2380
  mandatory?: boolean | "force" | undefined;
1857
2381
  modelValue?: (T | T[]) | undefined;
1858
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1859
2382
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1860
- } & vue471.PublicProps;
2383
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2384
+ } & vue584.PublicProps;
1861
2385
  expose: (exposed: {}) => void;
1862
2386
  attrs: any;
1863
2387
  slots: {
1864
2388
  default: (props: GroupRootSlotProps) => any;
1865
2389
  };
1866
2390
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1867
- }>) => vue471.VNode & {
2391
+ }>) => vue584.VNode & {
1868
2392
  __ctx?: Awaited<typeof __VLS_setup>;
1869
2393
  };
1870
2394
  /**
@@ -1886,35 +2410,35 @@ declare const Group: {
1886
2410
  * ```
1887
2411
  */
1888
2412
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2413
+ emit: {};
1889
2414
  slots: {
1890
2415
  default: (props: GroupItemSlotProps<V>) => unknown;
1891
2416
  };
1892
- emit: {};
1893
2417
  attrs: any;
1894
2418
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1895
2419
  props: {
1896
2420
  id?: string | undefined;
1897
2421
  label?: string | undefined;
1898
2422
  value?: V | undefined;
1899
- disabled?: vue471.MaybeRef<boolean> | undefined;
1900
- indeterminate?: vue471.MaybeRef<boolean> | undefined;
2423
+ disabled?: vue584.MaybeRef<boolean> | undefined;
2424
+ indeterminate?: vue584.MaybeRef<boolean> | undefined;
1901
2425
  namespace?: string | undefined;
1902
- } & vue471.PublicProps;
2426
+ } & vue584.PublicProps;
1903
2427
  expose: (exposed: {}) => void;
1904
2428
  attrs: any;
1905
2429
  slots: {
1906
2430
  default: (props: GroupItemSlotProps<V>) => unknown;
1907
2431
  };
1908
2432
  emit: {};
1909
- }>) => vue471.VNode & {
2433
+ }>) => vue584.VNode & {
1910
2434
  __ctx?: Awaited<typeof __VLS_setup>;
1911
2435
  };
1912
2436
  };
1913
2437
  //#endregion
1914
2438
  //#region src/components/Pagination/PaginationRoot.vue.d.ts
1915
- declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue471.App) => PaginationContext;
1916
- declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue471.App) => RegistryContext<RegistryTicket<unknown>>;
1917
- declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue471.App) => RegistryContext<RegistryTicket<unknown>>;
2439
+ declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue584.App) => PaginationContext;
2440
+ declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>> | undefined) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, app?: vue584.App) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>;
2441
+ declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>> | undefined) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, app?: vue584.App) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>;
1918
2442
  interface PaginationRootProps extends AtomProps {
1919
2443
  /** Namespace for dependency injection */
1920
2444
  namespace?: string;
@@ -1965,22 +2489,22 @@ interface PaginationRootSlotProps {
1965
2489
  'role': 'navigation' | undefined;
1966
2490
  };
1967
2491
  }
1968
- declare const __VLS_export$24: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$11<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2492
+ declare const __VLS_export$25: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$11<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1969
2493
  props: __VLS_PrettifyLocal$11<(PaginationRootProps & {
1970
2494
  modelValue?: number;
1971
2495
  }) & {
1972
2496
  [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
1973
- }> & vue471.PublicProps;
2497
+ }> & vue584.PublicProps;
1974
2498
  expose: (exposed: {}) => void;
1975
2499
  attrs: any;
1976
2500
  slots: {
1977
2501
  default: (props: PaginationRootSlotProps) => any;
1978
2502
  };
1979
2503
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
1980
- }>) => vue471.VNode & {
2504
+ }>) => vue584.VNode & {
1981
2505
  __ctx?: Awaited<typeof __VLS_setup>;
1982
2506
  };
1983
- declare const _default$23: typeof __VLS_export$24;
2507
+ declare const _default$24: typeof __VLS_export$25;
1984
2508
  type __VLS_PrettifyLocal$11<T> = { [K in keyof T as K]: T[K] } & {};
1985
2509
  //#endregion
1986
2510
  //#region src/components/Pagination/PaginationItem.vue.d.ts
@@ -2016,11 +2540,11 @@ interface PaginationItemSlotProps {
2016
2540
  'onClick': () => void;
2017
2541
  };
2018
2542
  }
2019
- declare const __VLS_export$23: __VLS_WithSlots$11<vue471.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
2543
+ declare const __VLS_export$24: __VLS_WithSlots$12<vue584.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2020
2544
  default: (props: PaginationItemSlotProps) => any;
2021
2545
  }>;
2022
- declare const _default$19: typeof __VLS_export$23;
2023
- type __VLS_WithSlots$11<T, S> = T & {
2546
+ declare const _default$20: typeof __VLS_export$24;
2547
+ type __VLS_WithSlots$12<T, S> = T & {
2024
2548
  new (): {
2025
2549
  $slots: S;
2026
2550
  };
@@ -2051,11 +2575,11 @@ interface PaginationFirstSlotProps {
2051
2575
  'onClick': () => void;
2052
2576
  };
2053
2577
  }
2054
- declare const __VLS_export$22: __VLS_WithSlots$10<vue471.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
2578
+ declare const __VLS_export$23: __VLS_WithSlots$11<vue584.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2055
2579
  default: (props: PaginationFirstSlotProps) => any;
2056
2580
  }>;
2057
- declare const _default$18: typeof __VLS_export$22;
2058
- type __VLS_WithSlots$10<T, S> = T & {
2581
+ declare const _default$19: typeof __VLS_export$23;
2582
+ type __VLS_WithSlots$11<T, S> = T & {
2059
2583
  new (): {
2060
2584
  $slots: S;
2061
2585
  };
@@ -2086,11 +2610,11 @@ interface PaginationPrevSlotProps {
2086
2610
  'onClick': () => void;
2087
2611
  };
2088
2612
  }
2089
- declare const __VLS_export$21: __VLS_WithSlots$9<vue471.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
2613
+ declare const __VLS_export$22: __VLS_WithSlots$10<vue584.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2090
2614
  default: (props: PaginationPrevSlotProps) => any;
2091
2615
  }>;
2092
- declare const _default$22: typeof __VLS_export$21;
2093
- type __VLS_WithSlots$9<T, S> = T & {
2616
+ declare const _default$23: typeof __VLS_export$22;
2617
+ type __VLS_WithSlots$10<T, S> = T & {
2094
2618
  new (): {
2095
2619
  $slots: S;
2096
2620
  };
@@ -2113,11 +2637,11 @@ interface PaginationEllipsisSlotProps {
2113
2637
  'aria-hidden': 'true';
2114
2638
  };
2115
2639
  }
2116
- declare const __VLS_export$20: __VLS_WithSlots$8<vue471.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
2640
+ declare const __VLS_export$21: __VLS_WithSlots$9<vue584.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2117
2641
  default: (props: PaginationEllipsisSlotProps) => any;
2118
2642
  }>;
2119
- declare const _default$17: typeof __VLS_export$20;
2120
- type __VLS_WithSlots$8<T, S> = T & {
2643
+ declare const _default$18: typeof __VLS_export$21;
2644
+ type __VLS_WithSlots$9<T, S> = T & {
2121
2645
  new (): {
2122
2646
  $slots: S;
2123
2647
  };
@@ -2148,11 +2672,11 @@ interface PaginationNextSlotProps {
2148
2672
  'onClick': () => void;
2149
2673
  };
2150
2674
  }
2151
- declare const __VLS_export$19: __VLS_WithSlots$7<vue471.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
2675
+ declare const __VLS_export$20: __VLS_WithSlots$8<vue584.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2152
2676
  default: (props: PaginationNextSlotProps) => any;
2153
2677
  }>;
2154
- declare const _default$21: typeof __VLS_export$19;
2155
- type __VLS_WithSlots$7<T, S> = T & {
2678
+ declare const _default$22: typeof __VLS_export$20;
2679
+ type __VLS_WithSlots$8<T, S> = T & {
2156
2680
  new (): {
2157
2681
  $slots: S;
2158
2682
  };
@@ -2183,11 +2707,11 @@ interface PaginationLastSlotProps {
2183
2707
  'onClick': () => void;
2184
2708
  };
2185
2709
  }
2186
- declare const __VLS_export$18: __VLS_WithSlots$6<vue471.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
2710
+ declare const __VLS_export$19: __VLS_WithSlots$7<vue584.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2187
2711
  default: (props: PaginationLastSlotProps) => any;
2188
2712
  }>;
2189
- declare const _default$20: typeof __VLS_export$18;
2190
- type __VLS_WithSlots$6<T, S> = T & {
2713
+ declare const _default$21: typeof __VLS_export$19;
2714
+ type __VLS_WithSlots$7<T, S> = T & {
2191
2715
  new (): {
2192
2716
  $slots: S;
2193
2717
  };
@@ -2212,11 +2736,11 @@ interface PaginationStatusSlotProps {
2212
2736
  'role': 'status';
2213
2737
  };
2214
2738
  }
2215
- declare const __VLS_export$17: __VLS_WithSlots$5<vue471.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
2739
+ declare const __VLS_export$18: __VLS_WithSlots$6<vue584.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2216
2740
  default: (props: PaginationStatusSlotProps) => any;
2217
2741
  }>;
2218
- declare const _default$24: typeof __VLS_export$17;
2219
- type __VLS_WithSlots$5<T, S> = T & {
2742
+ declare const _default$25: typeof __VLS_export$18;
2743
+ type __VLS_WithSlots$6<T, S> = T & {
2220
2744
  new (): {
2221
2745
  $slots: S;
2222
2746
  };
@@ -2260,10 +2784,10 @@ declare const Pagination: {
2260
2784
  * ```
2261
2785
  */
2262
2786
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2787
+ emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
2263
2788
  slots: {
2264
2789
  default: (props: PaginationRootSlotProps) => any;
2265
2790
  };
2266
- emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
2267
2791
  attrs: any;
2268
2792
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2269
2793
  props: {
@@ -2276,14 +2800,14 @@ declare const Pagination: {
2276
2800
  as?: (DOMElement | null) | undefined;
2277
2801
  renderless?: boolean | undefined;
2278
2802
  modelValue?: number | undefined;
2279
- } & vue471.PublicProps;
2803
+ } & vue584.PublicProps;
2280
2804
  expose: (exposed: {}) => void;
2281
2805
  attrs: any;
2282
2806
  slots: {
2283
2807
  default: (props: PaginationRootSlotProps) => any;
2284
2808
  };
2285
2809
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
2286
- }>) => vue471.VNode & {
2810
+ }>) => vue584.VNode & {
2287
2811
  __ctx?: Awaited<typeof __VLS_setup>;
2288
2812
  };
2289
2813
  /**
@@ -2308,7 +2832,7 @@ declare const Pagination: {
2308
2832
  * ```
2309
2833
  */
2310
2834
  Item: {
2311
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
2835
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2312
2836
  P: {};
2313
2837
  B: {};
2314
2838
  D: {};
@@ -2319,7 +2843,7 @@ declare const Pagination: {
2319
2843
  __isFragment?: never;
2320
2844
  __isTeleport?: never;
2321
2845
  __isSuspense?: never;
2322
- } & vue471.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
2846
+ } & vue584.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2323
2847
  $slots: {
2324
2848
  default: (props: PaginationItemSlotProps) => any;
2325
2849
  };
@@ -2352,7 +2876,7 @@ declare const Pagination: {
2352
2876
  * ```
2353
2877
  */
2354
2878
  First: {
2355
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
2879
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2356
2880
  P: {};
2357
2881
  B: {};
2358
2882
  D: {};
@@ -2363,7 +2887,7 @@ declare const Pagination: {
2363
2887
  __isFragment?: never;
2364
2888
  __isTeleport?: never;
2365
2889
  __isSuspense?: never;
2366
- } & vue471.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
2890
+ } & vue584.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2367
2891
  $slots: {
2368
2892
  default: (props: PaginationFirstSlotProps) => any;
2369
2893
  };
@@ -2396,7 +2920,7 @@ declare const Pagination: {
2396
2920
  * ```
2397
2921
  */
2398
2922
  Prev: {
2399
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
2923
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2400
2924
  P: {};
2401
2925
  B: {};
2402
2926
  D: {};
@@ -2407,7 +2931,7 @@ declare const Pagination: {
2407
2931
  __isFragment?: never;
2408
2932
  __isTeleport?: never;
2409
2933
  __isSuspense?: never;
2410
- } & vue471.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
2934
+ } & vue584.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2411
2935
  $slots: {
2412
2936
  default: (props: PaginationPrevSlotProps) => any;
2413
2937
  };
@@ -2435,7 +2959,7 @@ declare const Pagination: {
2435
2959
  * ```
2436
2960
  */
2437
2961
  Ellipsis: {
2438
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
2962
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2439
2963
  P: {};
2440
2964
  B: {};
2441
2965
  D: {};
@@ -2446,7 +2970,7 @@ declare const Pagination: {
2446
2970
  __isFragment?: never;
2447
2971
  __isTeleport?: never;
2448
2972
  __isSuspense?: never;
2449
- } & vue471.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
2973
+ } & vue584.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2450
2974
  $slots: {
2451
2975
  default: (props: PaginationEllipsisSlotProps) => any;
2452
2976
  };
@@ -2479,7 +3003,7 @@ declare const Pagination: {
2479
3003
  * ```
2480
3004
  */
2481
3005
  Next: {
2482
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
3006
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2483
3007
  P: {};
2484
3008
  B: {};
2485
3009
  D: {};
@@ -2490,7 +3014,7 @@ declare const Pagination: {
2490
3014
  __isFragment?: never;
2491
3015
  __isTeleport?: never;
2492
3016
  __isSuspense?: never;
2493
- } & vue471.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
3017
+ } & vue584.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2494
3018
  $slots: {
2495
3019
  default: (props: PaginationNextSlotProps) => any;
2496
3020
  };
@@ -2523,7 +3047,7 @@ declare const Pagination: {
2523
3047
  * ```
2524
3048
  */
2525
3049
  Last: {
2526
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
3050
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2527
3051
  P: {};
2528
3052
  B: {};
2529
3053
  D: {};
@@ -2534,7 +3058,7 @@ declare const Pagination: {
2534
3058
  __isFragment?: never;
2535
3059
  __isTeleport?: never;
2536
3060
  __isSuspense?: never;
2537
- } & vue471.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
3061
+ } & vue584.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2538
3062
  $slots: {
2539
3063
  default: (props: PaginationLastSlotProps) => any;
2540
3064
  };
@@ -2560,7 +3084,7 @@ declare const Pagination: {
2560
3084
  * ```
2561
3085
  */
2562
3086
  Status: {
2563
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
3087
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2564
3088
  P: {};
2565
3089
  B: {};
2566
3090
  D: {};
@@ -2571,7 +3095,7 @@ declare const Pagination: {
2571
3095
  __isFragment?: never;
2572
3096
  __isTeleport?: never;
2573
3097
  __isSuspense?: never;
2574
- } & vue471.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
3098
+ } & vue584.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2575
3099
  $slots: {
2576
3100
  default: (props: PaginationStatusSlotProps) => any;
2577
3101
  };
@@ -2596,20 +3120,20 @@ interface PopoverRootSlotProps {
2596
3120
  /** Toggle the popover open/closed state */
2597
3121
  toggle: () => void;
2598
3122
  }
2599
- declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue471.App) => PopoverContext;
2600
- declare const __VLS_export$16: __VLS_WithSlots$4<vue471.DefineComponent<PopoverRootProps & {
3123
+ declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue584.App) => PopoverContext;
3124
+ declare const __VLS_export$17: __VLS_WithSlots$5<vue584.DefineComponent<PopoverRootProps & {
2601
3125
  modelValue?: boolean;
2602
- }, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
3126
+ }, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
2603
3127
  "update:modelValue": (value: boolean) => any;
2604
- }, string, vue471.PublicProps, Readonly<PopoverRootProps & {
3128
+ }, string, vue584.PublicProps, Readonly<PopoverRootProps & {
2605
3129
  modelValue?: boolean;
2606
3130
  }> & Readonly<{
2607
3131
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2608
- }>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
3132
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2609
3133
  default: (props: PopoverRootSlotProps) => any;
2610
3134
  }>;
2611
- declare const _default$16: typeof __VLS_export$16;
2612
- type __VLS_WithSlots$4<T, S> = T & {
3135
+ declare const _default$17: typeof __VLS_export$17;
3136
+ type __VLS_WithSlots$5<T, S> = T & {
2613
3137
  new (): {
2614
3138
  $slots: S;
2615
3139
  };
@@ -2630,11 +3154,11 @@ interface PopoverActivatorSlotProps {
2630
3154
  'data-popover-open': '' | undefined;
2631
3155
  };
2632
3156
  }
2633
- declare const __VLS_export$15: __VLS_WithSlots$3<vue471.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
3157
+ declare const __VLS_export$16: __VLS_WithSlots$4<vue584.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2634
3158
  default: (props: PopoverActivatorSlotProps) => any;
2635
3159
  }>;
2636
- declare const _default$14: typeof __VLS_export$15;
2637
- type __VLS_WithSlots$3<T, S> = T & {
3160
+ declare const _default$15: typeof __VLS_export$16;
3161
+ type __VLS_WithSlots$4<T, S> = T & {
2638
3162
  new (): {
2639
3163
  $slots: S;
2640
3164
  };
@@ -2661,15 +3185,15 @@ interface PopoverContentSlotProps {
2661
3185
  popover: '';
2662
3186
  };
2663
3187
  }
2664
- declare const __VLS_export$14: __VLS_WithSlots$2<vue471.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
3188
+ declare const __VLS_export$15: __VLS_WithSlots$3<vue584.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
2665
3189
  beforetoggle: (e: ToggleEvent) => any;
2666
- }, string, vue471.PublicProps, Readonly<PopoverContentProps> & Readonly<{
3190
+ }, string, vue584.PublicProps, Readonly<PopoverContentProps> & Readonly<{
2667
3191
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
2668
- }>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
3192
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
2669
3193
  default: (props: PopoverContentSlotProps) => any;
2670
3194
  }>;
2671
- declare const _default$15: typeof __VLS_export$14;
2672
- type __VLS_WithSlots$2<T, S> = T & {
3195
+ declare const _default$16: typeof __VLS_export$15;
3196
+ type __VLS_WithSlots$3<T, S> = T & {
2673
3197
  new (): {
2674
3198
  $slots: S;
2675
3199
  };
@@ -2707,13 +3231,13 @@ declare const Popover: {
2707
3231
  * ```
2708
3232
  */
2709
3233
  Root: {
2710
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
3234
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
2711
3235
  modelValue?: boolean;
2712
3236
  }> & Readonly<{
2713
3237
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2714
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
3238
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
2715
3239
  "update:modelValue": (value: boolean) => any;
2716
- }, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
3240
+ }, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2717
3241
  P: {};
2718
3242
  B: {};
2719
3243
  D: {};
@@ -2728,13 +3252,13 @@ declare const Popover: {
2728
3252
  __isFragment?: never;
2729
3253
  __isTeleport?: never;
2730
3254
  __isSuspense?: never;
2731
- } & vue471.ComponentOptionsBase<Readonly<PopoverRootProps & {
3255
+ } & vue584.ComponentOptionsBase<Readonly<PopoverRootProps & {
2732
3256
  modelValue?: boolean;
2733
3257
  }> & Readonly<{
2734
3258
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2735
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
3259
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
2736
3260
  "update:modelValue": (value: boolean) => any;
2737
- }, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
3261
+ }, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2738
3262
  $slots: {
2739
3263
  default: (props: PopoverRootSlotProps) => any;
2740
3264
  };
@@ -2758,7 +3282,7 @@ declare const Popover: {
2758
3282
  * ```
2759
3283
  */
2760
3284
  Activator: {
2761
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
3285
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2762
3286
  P: {};
2763
3287
  B: {};
2764
3288
  D: {};
@@ -2769,7 +3293,7 @@ declare const Popover: {
2769
3293
  __isFragment?: never;
2770
3294
  __isTeleport?: never;
2771
3295
  __isSuspense?: never;
2772
- } & vue471.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
3296
+ } & vue584.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2773
3297
  $slots: {
2774
3298
  default: (props: PopoverActivatorSlotProps) => any;
2775
3299
  };
@@ -2793,11 +3317,11 @@ declare const Popover: {
2793
3317
  * ```
2794
3318
  */
2795
3319
  Content: {
2796
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
3320
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
2797
3321
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
2798
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
3322
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
2799
3323
  beforetoggle: (e: ToggleEvent) => any;
2800
- }, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
3324
+ }, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
2801
3325
  P: {};
2802
3326
  B: {};
2803
3327
  D: {};
@@ -2810,11 +3334,11 @@ declare const Popover: {
2810
3334
  __isFragment?: never;
2811
3335
  __isTeleport?: never;
2812
3336
  __isSuspense?: never;
2813
- } & vue471.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
3337
+ } & vue584.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
2814
3338
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
2815
- }>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
3339
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
2816
3340
  beforetoggle: (e: ToggleEvent) => any;
2817
- }, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
3341
+ }, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
2818
3342
  $slots: {
2819
3343
  default: (props: PopoverContentSlotProps) => any;
2820
3344
  };
@@ -2937,14 +3461,14 @@ interface RadioGroupSlotProps {
2937
3461
  'aria-required': boolean | undefined;
2938
3462
  };
2939
3463
  }
2940
- declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue471.App) => RadioGroupContext;
2941
- declare const __VLS_export$13: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3464
+ declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue584.App) => RadioGroupContext;
3465
+ declare const __VLS_export$14: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2942
3466
  props: __VLS_PrettifyLocal$10<(RadioGroupProps & {
2943
3467
  modelValue?: T;
2944
3468
  }) & {
2945
- "onUpdate:model-value"?: ((value: T) => any) | undefined;
2946
3469
  "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
2947
- }> & vue471.PublicProps;
3470
+ "onUpdate:model-value"?: ((value: T) => any) | undefined;
3471
+ }> & vue584.PublicProps;
2948
3472
  expose: (exposed: {}) => void;
2949
3473
  attrs: any;
2950
3474
  slots: {
@@ -2966,10 +3490,10 @@ declare const __VLS_export$13: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
2966
3490
  default: (props: RadioGroupSlotProps) => any;
2967
3491
  };
2968
3492
  emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
2969
- }>) => vue471.VNode & {
3493
+ }>) => vue584.VNode & {
2970
3494
  __ctx?: Awaited<typeof __VLS_setup>;
2971
3495
  };
2972
- declare const _default$10: typeof __VLS_export$13;
3496
+ declare const _default$11: typeof __VLS_export$14;
2973
3497
  type __VLS_PrettifyLocal$10<T> = { [K in keyof T as K]: T[K] } & {};
2974
3498
  //#endregion
2975
3499
  //#region src/components/Radio/RadioHiddenInput.vue.d.ts
@@ -3018,8 +3542,8 @@ interface RadioHiddenInputProps {
3018
3542
  */
3019
3543
  form?: string;
3020
3544
  }
3021
- declare const __VLS_export$12: vue471.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>;
3022
- declare const _default$11: typeof __VLS_export$12;
3545
+ declare const __VLS_export$13: vue584.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>;
3546
+ declare const _default$12: typeof __VLS_export$13;
3023
3547
  //#endregion
3024
3548
  //#region src/components/Radio/RadioRoot.vue.d.ts
3025
3549
  /** Visual state of the radio for styling purposes */
@@ -3139,9 +3663,9 @@ interface RadioRootSlotProps<V = unknown> {
3139
3663
  'data-radio-id': ID;
3140
3664
  };
3141
3665
  }
3142
- declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue471.App) => RadioRootContext;
3143
- declare const __VLS_export$11: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3144
- props: __VLS_PrettifyLocal$9<RadioRootProps<V>> & vue471.PublicProps;
3666
+ declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue584.App) => RadioRootContext;
3667
+ declare const __VLS_export$12: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3668
+ props: __VLS_PrettifyLocal$9<RadioRootProps<V>> & vue584.PublicProps;
3145
3669
  expose: (exposed: {}) => void;
3146
3670
  attrs: any;
3147
3671
  slots: {
@@ -3162,10 +3686,10 @@ declare const __VLS_export$11: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
3162
3686
  default: (props: RadioRootSlotProps<V>) => any;
3163
3687
  };
3164
3688
  emit: {};
3165
- }>) => vue471.VNode & {
3689
+ }>) => vue584.VNode & {
3166
3690
  __ctx?: Awaited<typeof __VLS_setup>;
3167
3691
  };
3168
- declare const _default$13: typeof __VLS_export$11;
3692
+ declare const _default$14: typeof __VLS_export$12;
3169
3693
  type __VLS_PrettifyLocal$9<T> = { [K in keyof T as K]: T[K] } & {};
3170
3694
  //#endregion
3171
3695
  //#region src/components/Radio/RadioIndicator.vue.d.ts
@@ -3184,7 +3708,7 @@ interface RadioIndicatorSlotProps {
3184
3708
  };
3185
3709
  };
3186
3710
  }
3187
- declare const __VLS_export$10: __VLS_WithSlots$1<vue471.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
3711
+ declare const __VLS_export$11: __VLS_WithSlots$2<vue584.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
3188
3712
  /**
3189
3713
  * Default slot for custom indicator content
3190
3714
  *
@@ -3199,8 +3723,8 @@ declare const __VLS_export$10: __VLS_WithSlots$1<vue471.DefineComponent<RadioInd
3199
3723
  */
3200
3724
  default: (props: RadioIndicatorSlotProps) => any;
3201
3725
  }>;
3202
- declare const _default$12: typeof __VLS_export$10;
3203
- type __VLS_WithSlots$1<T, S> = T & {
3726
+ declare const _default$13: typeof __VLS_export$11;
3727
+ type __VLS_WithSlots$2<T, S> = T & {
3204
3728
  new (): {
3205
3729
  $slots: S;
3206
3730
  };
@@ -3269,10 +3793,10 @@ declare const Radio: {
3269
3793
  * ```
3270
3794
  */
3271
3795
  Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
3796
+ emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
3272
3797
  slots: {
3273
3798
  default: (props: RadioGroupSlotProps) => any;
3274
3799
  };
3275
- emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
3276
3800
  attrs: any;
3277
3801
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3278
3802
  props: {
@@ -3288,16 +3812,16 @@ declare const Radio: {
3288
3812
  as?: (DOMElement | null) | undefined;
3289
3813
  renderless?: boolean | undefined;
3290
3814
  modelValue?: T | undefined;
3291
- "onUpdate:model-value"?: ((value: T) => any) | undefined;
3292
3815
  "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
3293
- } & vue471.PublicProps;
3816
+ "onUpdate:model-value"?: ((value: T) => any) | undefined;
3817
+ } & vue584.PublicProps;
3294
3818
  expose: (exposed: {}) => void;
3295
3819
  attrs: any;
3296
3820
  slots: {
3297
3821
  default: (props: RadioGroupSlotProps) => any;
3298
3822
  };
3299
3823
  emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
3300
- }>) => vue471.VNode & {
3824
+ }>) => vue584.VNode & {
3301
3825
  __ctx?: Awaited<typeof __VLS_setup>;
3302
3826
  };
3303
3827
  /**
@@ -3324,7 +3848,7 @@ declare const Radio: {
3324
3848
  * </template>
3325
3849
  * ```
3326
3850
  */
3327
- HiddenInput: vue471.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>;
3851
+ HiddenInput: vue584.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>;
3328
3852
  /**
3329
3853
  * Visual indicator component for radio buttons.
3330
3854
  *
@@ -3353,7 +3877,7 @@ declare const Radio: {
3353
3877
  * ```
3354
3878
  */
3355
3879
  Indicator: {
3356
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
3880
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
3357
3881
  P: {};
3358
3882
  B: {};
3359
3883
  D: {};
@@ -3364,7 +3888,7 @@ declare const Radio: {
3364
3888
  __isFragment?: never;
3365
3889
  __isTeleport?: never;
3366
3890
  __isSuspense?: never;
3367
- } & vue471.ComponentOptionsBase<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
3891
+ } & vue584.ComponentOptionsBase<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
3368
3892
  $slots: {
3369
3893
  default: (props: RadioIndicatorSlotProps) => any;
3370
3894
  };
@@ -3396,10 +3920,10 @@ declare const Radio: {
3396
3920
  * ```
3397
3921
  */
3398
3922
  Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
3923
+ emit: {};
3399
3924
  slots: {
3400
3925
  default: (props: RadioRootSlotProps<V>) => any;
3401
3926
  };
3402
- emit: {};
3403
3927
  attrs: any;
3404
3928
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3405
3929
  props: {
@@ -3408,7 +3932,7 @@ declare const Radio: {
3408
3932
  value?: V | undefined;
3409
3933
  name?: string | undefined;
3410
3934
  form?: string | undefined;
3411
- disabled?: vue471.MaybeRef<boolean> | undefined;
3935
+ disabled?: vue584.MaybeRef<boolean> | undefined;
3412
3936
  namespace?: string | undefined;
3413
3937
  groupNamespace?: string | undefined;
3414
3938
  ariaLabelledby?: string | undefined;
@@ -3416,18 +3940,59 @@ declare const Radio: {
3416
3940
  ariaInvalid?: boolean | undefined;
3417
3941
  as?: (DOMElement | null) | undefined;
3418
3942
  renderless?: boolean | undefined;
3419
- } & vue471.PublicProps;
3943
+ } & vue584.PublicProps;
3420
3944
  expose: (exposed: {}) => void;
3421
3945
  attrs: any;
3422
3946
  slots: {
3423
3947
  default: (props: RadioRootSlotProps<V>) => any;
3424
3948
  };
3425
3949
  emit: {};
3426
- }>) => vue471.VNode & {
3950
+ }>) => vue584.VNode & {
3427
3951
  __ctx?: Awaited<typeof __VLS_setup>;
3428
3952
  };
3429
3953
  };
3430
3954
  //#endregion
3955
+ //#region src/components/Scrim/Scrim.vue.d.ts
3956
+ interface ScrimProps extends AtomProps {
3957
+ /**
3958
+ * Transition name for enter/leave animations
3959
+ *
3960
+ * @default 'fade'
3961
+ */
3962
+ transition?: string;
3963
+ /**
3964
+ * Whether to teleport the scrim to the body element
3965
+ *
3966
+ * @default true
3967
+ */
3968
+ teleport?: boolean;
3969
+ /**
3970
+ * Target selector or element for teleport
3971
+ *
3972
+ * @default 'body'
3973
+ */
3974
+ teleportTo?: string | HTMLElement;
3975
+ }
3976
+ interface ScrimSlotProps {
3977
+ /** The ticket for this scrim layer */
3978
+ ticket: StackTicket;
3979
+ /** Z-index for this scrim layer (one below the overlay) */
3980
+ zIndex: number;
3981
+ /** Whether this ticket's overlay blocks scrim dismissal */
3982
+ isBlocking: boolean;
3983
+ /** Dismiss this overlay */
3984
+ dismiss: () => void;
3985
+ }
3986
+ declare const __VLS_export$10: __VLS_WithSlots$1<vue584.DefineComponent<ScrimProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<ScrimProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
3987
+ default: (props: ScrimSlotProps) => any;
3988
+ }>;
3989
+ declare const _default$10: typeof __VLS_export$10;
3990
+ type __VLS_WithSlots$1<T, S> = T & {
3991
+ new (): {
3992
+ $slots: S;
3993
+ };
3994
+ };
3995
+ //#endregion
3431
3996
  //#region src/components/Selection/SelectionRoot.vue.d.ts
3432
3997
  interface SelectionRootProps {
3433
3998
  /** Namespace for dependency injection (must match SelectionItem namespace) */
@@ -3462,21 +4027,21 @@ interface SelectionRootSlotProps {
3462
4027
  'aria-multiselectable': boolean;
3463
4028
  };
3464
4029
  }
3465
- declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue471.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
4030
+ declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue584.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
3466
4031
  declare const __VLS_export$9: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$8<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3467
4032
  props: __VLS_PrettifyLocal$8<(SelectionRootProps & {
3468
4033
  modelValue?: T | T[];
3469
4034
  }) & {
3470
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
3471
4035
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
3472
- }> & vue471.PublicProps;
4036
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4037
+ }> & vue584.PublicProps;
3473
4038
  expose: (exposed: {}) => void;
3474
4039
  attrs: any;
3475
4040
  slots: {
3476
4041
  default: (props: SelectionRootSlotProps) => any;
3477
4042
  };
3478
4043
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
3479
- }>) => vue471.VNode & {
4044
+ }>) => vue584.VNode & {
3480
4045
  __ctx?: Awaited<typeof __VLS_setup>;
3481
4046
  };
3482
4047
  declare const _default$9: typeof __VLS_export$9;
@@ -3521,14 +4086,14 @@ interface SelectionItemSlotProps<V = unknown> {
3521
4086
  };
3522
4087
  }
3523
4088
  declare const __VLS_export$8: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3524
- props: __VLS_PrettifyLocal$7<SelectionItemProps<V>> & vue471.PublicProps;
4089
+ props: __VLS_PrettifyLocal$7<SelectionItemProps<V>> & vue584.PublicProps;
3525
4090
  expose: (exposed: {}) => void;
3526
4091
  attrs: any;
3527
4092
  slots: {
3528
4093
  default: (props: SelectionItemSlotProps<V>) => unknown;
3529
4094
  };
3530
4095
  emit: {};
3531
- }>) => vue471.VNode & {
4096
+ }>) => vue584.VNode & {
3532
4097
  __ctx?: Awaited<typeof __VLS_setup>;
3533
4098
  };
3534
4099
  declare const _default$8: typeof __VLS_export$8;
@@ -3566,10 +4131,10 @@ declare const Selection: {
3566
4131
  * ```
3567
4132
  */
3568
4133
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4134
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
3569
4135
  slots: {
3570
4136
  default: (props: SelectionRootSlotProps) => any;
3571
4137
  };
3572
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
3573
4138
  attrs: any;
3574
4139
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3575
4140
  props: {
@@ -3579,16 +4144,16 @@ declare const Selection: {
3579
4144
  mandatory?: boolean | "force" | undefined;
3580
4145
  multiple?: boolean | undefined;
3581
4146
  modelValue?: (T | T[]) | undefined;
3582
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
3583
4147
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
3584
- } & vue471.PublicProps;
4148
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4149
+ } & vue584.PublicProps;
3585
4150
  expose: (exposed: {}) => void;
3586
4151
  attrs: any;
3587
4152
  slots: {
3588
4153
  default: (props: SelectionRootSlotProps) => any;
3589
4154
  };
3590
4155
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
3591
- }>) => vue471.VNode & {
4156
+ }>) => vue584.VNode & {
3592
4157
  __ctx?: Awaited<typeof __VLS_setup>;
3593
4158
  };
3594
4159
  /**
@@ -3610,26 +4175,26 @@ declare const Selection: {
3610
4175
  * ```
3611
4176
  */
3612
4177
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4178
+ emit: {};
3613
4179
  slots: {
3614
4180
  default: (props: SelectionItemSlotProps<V>) => unknown;
3615
4181
  };
3616
- emit: {};
3617
4182
  attrs: any;
3618
4183
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3619
4184
  props: {
3620
4185
  id?: string | undefined;
3621
4186
  label?: string | undefined;
3622
4187
  value?: V | undefined;
3623
- disabled?: vue471.MaybeRef<boolean> | undefined;
4188
+ disabled?: vue584.MaybeRef<boolean> | undefined;
3624
4189
  namespace?: string | undefined;
3625
- } & vue471.PublicProps;
4190
+ } & vue584.PublicProps;
3626
4191
  expose: (exposed: {}) => void;
3627
4192
  attrs: any;
3628
4193
  slots: {
3629
4194
  default: (props: SelectionItemSlotProps<V>) => unknown;
3630
4195
  };
3631
4196
  emit: {};
3632
- }>) => vue471.VNode & {
4197
+ }>) => vue584.VNode & {
3633
4198
  __ctx?: Awaited<typeof __VLS_setup>;
3634
4199
  };
3635
4200
  };
@@ -3664,20 +4229,20 @@ interface SingleRootSlotProps {
3664
4229
  'aria-multiselectable': false;
3665
4230
  };
3666
4231
  }
3667
- declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket, SingleTicket<SingleTicket>> | undefined) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket, SingleTicket<SingleTicket>>, app?: vue471.App) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>;
4232
+ declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket, SingleTicket<SingleTicket>> | undefined) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket, SingleTicket<SingleTicket>>, app?: vue584.App) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>;
3668
4233
  declare const __VLS_export$7: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3669
4234
  props: __VLS_PrettifyLocal$6<(SingleRootProps & {
3670
4235
  modelValue?: T | T[];
3671
4236
  }) & {
3672
4237
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
3673
- }> & vue471.PublicProps;
4238
+ }> & vue584.PublicProps;
3674
4239
  expose: (exposed: {}) => void;
3675
4240
  attrs: any;
3676
4241
  slots: {
3677
4242
  default: (props: SingleRootSlotProps) => any;
3678
4243
  };
3679
4244
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
3680
- }>) => vue471.VNode & {
4245
+ }>) => vue584.VNode & {
3681
4246
  __ctx?: Awaited<typeof __VLS_setup>;
3682
4247
  };
3683
4248
  declare const _default$7: typeof __VLS_export$7;
@@ -3722,14 +4287,14 @@ interface SingleItemSlotProps<V = unknown> {
3722
4287
  };
3723
4288
  }
3724
4289
  declare const __VLS_export$6: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3725
- props: __VLS_PrettifyLocal$5<SingleItemProps<V>> & vue471.PublicProps;
4290
+ props: __VLS_PrettifyLocal$5<SingleItemProps<V>> & vue584.PublicProps;
3726
4291
  expose: (exposed: {}) => void;
3727
4292
  attrs: any;
3728
4293
  slots: {
3729
4294
  default: (props: SingleItemSlotProps<V>) => unknown;
3730
4295
  };
3731
4296
  emit: {};
3732
- }>) => vue471.VNode & {
4297
+ }>) => vue584.VNode & {
3733
4298
  __ctx?: Awaited<typeof __VLS_setup>;
3734
4299
  };
3735
4300
  declare const _default$6: typeof __VLS_export$6;
@@ -3767,10 +4332,10 @@ declare const Single: {
3767
4332
  * ```
3768
4333
  */
3769
4334
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4335
+ emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
3770
4336
  slots: {
3771
4337
  default: (props: SingleRootSlotProps) => any;
3772
4338
  };
3773
- emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
3774
4339
  attrs: any;
3775
4340
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3776
4341
  props: {
@@ -3780,14 +4345,14 @@ declare const Single: {
3780
4345
  mandatory?: boolean | "force" | undefined;
3781
4346
  modelValue?: (T | T[]) | undefined;
3782
4347
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
3783
- } & vue471.PublicProps;
4348
+ } & vue584.PublicProps;
3784
4349
  expose: (exposed: {}) => void;
3785
4350
  attrs: any;
3786
4351
  slots: {
3787
4352
  default: (props: SingleRootSlotProps) => any;
3788
4353
  };
3789
4354
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
3790
- }>) => vue471.VNode & {
4355
+ }>) => vue584.VNode & {
3791
4356
  __ctx?: Awaited<typeof __VLS_setup>;
3792
4357
  };
3793
4358
  /**
@@ -3811,26 +4376,26 @@ declare const Single: {
3811
4376
  * ```
3812
4377
  */
3813
4378
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4379
+ emit: {};
3814
4380
  slots: {
3815
4381
  default: (props: SingleItemSlotProps<V>) => unknown;
3816
4382
  };
3817
- emit: {};
3818
4383
  attrs: any;
3819
4384
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3820
4385
  props: {
3821
4386
  id?: string | undefined;
3822
4387
  label?: string | undefined;
3823
4388
  value?: V | undefined;
3824
- disabled?: vue471.MaybeRef<boolean> | undefined;
4389
+ disabled?: vue584.MaybeRef<boolean> | undefined;
3825
4390
  namespace?: string | undefined;
3826
- } & vue471.PublicProps;
4391
+ } & vue584.PublicProps;
3827
4392
  expose: (exposed: {}) => void;
3828
4393
  attrs: any;
3829
4394
  slots: {
3830
4395
  default: (props: SingleItemSlotProps<V>) => unknown;
3831
4396
  };
3832
4397
  emit: {};
3833
- }>) => vue471.VNode & {
4398
+ }>) => vue584.VNode & {
3834
4399
  __ctx?: Awaited<typeof __VLS_setup>;
3835
4400
  };
3836
4401
  };
@@ -3875,20 +4440,20 @@ interface StepRootSlotProps {
3875
4440
  'aria-multiselectable': false;
3876
4441
  };
3877
4442
  }
3878
- declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket, StepTicket<StepTicket>> | undefined) => StepContext<StepTicket, StepTicket<StepTicket>>, provideStepRoot: (key: string, context: StepContext<StepTicket, StepTicket<StepTicket>>, app?: vue471.App) => StepContext<StepTicket, StepTicket<StepTicket>>;
4443
+ declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket, StepTicket<StepTicket>> | undefined) => StepContext<StepTicket, StepTicket<StepTicket>>, provideStepRoot: (key: string, context: StepContext<StepTicket, StepTicket<StepTicket>>, app?: vue584.App) => StepContext<StepTicket, StepTicket<StepTicket>>;
3879
4444
  declare const __VLS_export$5: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3880
4445
  props: __VLS_PrettifyLocal$4<(StepRootProps & {
3881
4446
  modelValue?: T | T[];
3882
4447
  }) & {
3883
4448
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
3884
- }> & vue471.PublicProps;
4449
+ }> & vue584.PublicProps;
3885
4450
  expose: (exposed: {}) => void;
3886
4451
  attrs: any;
3887
4452
  slots: {
3888
4453
  default: (props: StepRootSlotProps) => any;
3889
4454
  };
3890
4455
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
3891
- }>) => vue471.VNode & {
4456
+ }>) => vue584.VNode & {
3892
4457
  __ctx?: Awaited<typeof __VLS_setup>;
3893
4458
  };
3894
4459
  declare const _default$5: typeof __VLS_export$5;
@@ -3933,14 +4498,14 @@ interface StepItemSlotProps<V = unknown> {
3933
4498
  };
3934
4499
  }
3935
4500
  declare const __VLS_export$4: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3936
- props: __VLS_PrettifyLocal$3<StepItemProps<V>> & vue471.PublicProps;
4501
+ props: __VLS_PrettifyLocal$3<StepItemProps<V>> & vue584.PublicProps;
3937
4502
  expose: (exposed: {}) => void;
3938
4503
  attrs: any;
3939
4504
  slots: {
3940
4505
  default: (props: StepItemSlotProps<V>) => unknown;
3941
4506
  };
3942
4507
  emit: {};
3943
- }>) => vue471.VNode & {
4508
+ }>) => vue584.VNode & {
3944
4509
  __ctx?: Awaited<typeof __VLS_setup>;
3945
4510
  };
3946
4511
  declare const _default$4: typeof __VLS_export$4;
@@ -3976,10 +4541,10 @@ declare const Step: {
3976
4541
  * ```
3977
4542
  */
3978
4543
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4544
+ emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
3979
4545
  slots: {
3980
4546
  default: (props: StepRootSlotProps) => any;
3981
4547
  };
3982
- emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
3983
4548
  attrs: any;
3984
4549
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3985
4550
  props: {
@@ -3989,14 +4554,14 @@ declare const Step: {
3989
4554
  mandatory?: boolean | "force" | undefined;
3990
4555
  modelValue?: (T | T[]) | undefined;
3991
4556
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
3992
- } & vue471.PublicProps;
4557
+ } & vue584.PublicProps;
3993
4558
  expose: (exposed: {}) => void;
3994
4559
  attrs: any;
3995
4560
  slots: {
3996
4561
  default: (props: StepRootSlotProps) => any;
3997
4562
  };
3998
4563
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
3999
- }>) => vue471.VNode & {
4564
+ }>) => vue584.VNode & {
4000
4565
  __ctx?: Awaited<typeof __VLS_setup>;
4001
4566
  };
4002
4567
  /**
@@ -4018,26 +4583,26 @@ declare const Step: {
4018
4583
  * ```
4019
4584
  */
4020
4585
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4586
+ emit: {};
4021
4587
  slots: {
4022
4588
  default: (props: StepItemSlotProps<V>) => unknown;
4023
4589
  };
4024
- emit: {};
4025
4590
  attrs: any;
4026
4591
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4027
4592
  props: {
4028
4593
  id?: string | undefined;
4029
4594
  label?: string | undefined;
4030
4595
  value?: V | undefined;
4031
- disabled?: vue471.MaybeRef<boolean> | undefined;
4596
+ disabled?: vue584.MaybeRef<boolean> | undefined;
4032
4597
  namespace?: string | undefined;
4033
- } & vue471.PublicProps;
4598
+ } & vue584.PublicProps;
4034
4599
  expose: (exposed: {}) => void;
4035
4600
  attrs: any;
4036
4601
  slots: {
4037
4602
  default: (props: StepItemSlotProps<V>) => unknown;
4038
4603
  };
4039
4604
  emit: {};
4040
- }>) => vue471.VNode & {
4605
+ }>) => vue584.VNode & {
4041
4606
  __ctx?: Awaited<typeof __VLS_setup>;
4042
4607
  };
4043
4608
  };
@@ -4114,21 +4679,21 @@ interface TabsContext extends StepContext<TabsTicket> {
4114
4679
  /** Root ID for generating tab/panel IDs */
4115
4680
  rootId: string;
4116
4681
  }
4117
- declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue471.App) => TabsContext;
4682
+ declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue584.App) => TabsContext;
4118
4683
  declare const __VLS_export$3: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4119
4684
  props: __VLS_PrettifyLocal$2<(TabsRootProps & {
4120
4685
  modelValue?: T | T[];
4121
4686
  }) & {
4122
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4123
4687
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4124
- }> & vue471.PublicProps;
4688
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4689
+ }> & vue584.PublicProps;
4125
4690
  expose: (exposed: {}) => void;
4126
4691
  attrs: any;
4127
4692
  slots: {
4128
4693
  default: (props: TabsRootSlotProps) => any;
4129
4694
  };
4130
4695
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4131
- }>) => vue471.VNode & {
4696
+ }>) => vue584.VNode & {
4132
4697
  __ctx?: Awaited<typeof __VLS_setup>;
4133
4698
  };
4134
4699
  declare const _default: typeof __VLS_export$3;
@@ -4155,7 +4720,7 @@ interface TabsListSlotProps {
4155
4720
  'data-disabled': true | undefined;
4156
4721
  };
4157
4722
  }
4158
- declare const __VLS_export$2: __VLS_WithSlots<vue471.DefineComponent<TabsListProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
4723
+ declare const __VLS_export$2: __VLS_WithSlots<vue584.DefineComponent<TabsListProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
4159
4724
  default: (props: TabsListSlotProps) => any;
4160
4725
  }>;
4161
4726
  declare const _default$1: typeof __VLS_export$2;
@@ -4212,14 +4777,14 @@ interface TabsItemSlotProps {
4212
4777
  };
4213
4778
  }
4214
4779
  declare const __VLS_export$1: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4215
- props: __VLS_PrettifyLocal$1<TabsItemProps<V>> & vue471.PublicProps;
4780
+ props: __VLS_PrettifyLocal$1<TabsItemProps<V>> & vue584.PublicProps;
4216
4781
  expose: (exposed: {}) => void;
4217
4782
  attrs: any;
4218
4783
  slots: {
4219
4784
  default: (props: TabsItemSlotProps) => any;
4220
4785
  };
4221
4786
  emit: {};
4222
- }>) => vue471.VNode & {
4787
+ }>) => vue584.VNode & {
4223
4788
  __ctx?: Awaited<typeof __VLS_setup>;
4224
4789
  };
4225
4790
  declare const _default$2: typeof __VLS_export$1;
@@ -4246,14 +4811,14 @@ interface TabsPanelSlotProps {
4246
4811
  };
4247
4812
  }
4248
4813
  declare const __VLS_export: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4249
- props: __VLS_PrettifyLocal<TabsPanelProps<V>> & vue471.PublicProps;
4814
+ props: __VLS_PrettifyLocal<TabsPanelProps<V>> & vue584.PublicProps;
4250
4815
  expose: (exposed: {}) => void;
4251
4816
  attrs: any;
4252
4817
  slots: {
4253
4818
  default: (props: TabsPanelSlotProps) => any;
4254
4819
  };
4255
4820
  emit: {};
4256
- }>) => vue471.VNode & {
4821
+ }>) => vue584.VNode & {
4257
4822
  __ctx?: Awaited<typeof __VLS_setup>;
4258
4823
  };
4259
4824
  declare const _default$3: typeof __VLS_export;
@@ -4295,10 +4860,10 @@ declare const Tabs: {
4295
4860
  * @see https://0.vuetifyjs.com/components/tabs
4296
4861
  */
4297
4862
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4863
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4298
4864
  slots: {
4299
4865
  default: (props: TabsRootSlotProps) => any;
4300
4866
  };
4301
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4302
4867
  attrs: any;
4303
4868
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4304
4869
  props: {
@@ -4310,16 +4875,16 @@ declare const Tabs: {
4310
4875
  orientation?: TabsOrientation | undefined;
4311
4876
  activation?: TabsActivation | undefined;
4312
4877
  modelValue?: (T | T[]) | undefined;
4313
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4314
4878
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4315
- } & vue471.PublicProps;
4879
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4880
+ } & vue584.PublicProps;
4316
4881
  expose: (exposed: {}) => void;
4317
4882
  attrs: any;
4318
4883
  slots: {
4319
4884
  default: (props: TabsRootSlotProps) => any;
4320
4885
  };
4321
4886
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4322
- }>) => vue471.VNode & {
4887
+ }>) => vue584.VNode & {
4323
4888
  __ctx?: Awaited<typeof __VLS_setup>;
4324
4889
  };
4325
4890
  /**
@@ -4328,7 +4893,7 @@ declare const Tabs: {
4328
4893
  * @see https://0.vuetifyjs.com/components/tabs#tabslist
4329
4894
  */
4330
4895
  List: {
4331
- new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
4896
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
4332
4897
  P: {};
4333
4898
  B: {};
4334
4899
  D: {};
@@ -4339,7 +4904,7 @@ declare const Tabs: {
4339
4904
  __isFragment?: never;
4340
4905
  __isTeleport?: never;
4341
4906
  __isSuspense?: never;
4342
- } & vue471.ComponentOptionsBase<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
4907
+ } & vue584.ComponentOptionsBase<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
4343
4908
  $slots: {
4344
4909
  default: (props: TabsListSlotProps) => any;
4345
4910
  };
@@ -4350,30 +4915,30 @@ declare const Tabs: {
4350
4915
  * @see https://0.vuetifyjs.com/components/tabs#tabsitem
4351
4916
  */
4352
4917
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4918
+ emit: {};
4353
4919
  slots: {
4354
4920
  default: (props: TabsItemSlotProps) => any;
4355
4921
  };
4356
- emit: {};
4357
4922
  attrs: any;
4358
4923
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4359
4924
  props: {
4360
4925
  id?: ID | undefined;
4361
4926
  value?: V | undefined;
4362
- disabled?: vue471.MaybeRef<boolean> | undefined;
4927
+ disabled?: vue584.MaybeRef<boolean> | undefined;
4363
4928
  namespace?: string | undefined;
4364
4929
  ariaLabel?: string | undefined;
4365
4930
  ariaLabelledby?: string | undefined;
4366
4931
  ariaDescribedby?: string | undefined;
4367
4932
  as?: (DOMElement | null) | undefined;
4368
4933
  renderless?: boolean | undefined;
4369
- } & vue471.PublicProps;
4934
+ } & vue584.PublicProps;
4370
4935
  expose: (exposed: {}) => void;
4371
4936
  attrs: any;
4372
4937
  slots: {
4373
4938
  default: (props: TabsItemSlotProps) => any;
4374
4939
  };
4375
4940
  emit: {};
4376
- }>) => vue471.VNode & {
4941
+ }>) => vue584.VNode & {
4377
4942
  __ctx?: Awaited<typeof __VLS_setup>;
4378
4943
  };
4379
4944
  /**
@@ -4382,10 +4947,10 @@ declare const Tabs: {
4382
4947
  * @see https://0.vuetifyjs.com/components/tabs#tabspanel
4383
4948
  */
4384
4949
  Panel: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4950
+ emit: {};
4385
4951
  slots: {
4386
4952
  default: (props: TabsPanelSlotProps) => any;
4387
4953
  };
4388
- emit: {};
4389
4954
  attrs: any;
4390
4955
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4391
4956
  props: {
@@ -4393,16 +4958,16 @@ declare const Tabs: {
4393
4958
  namespace?: string | undefined;
4394
4959
  as?: (DOMElement | null) | undefined;
4395
4960
  renderless?: boolean | undefined;
4396
- } & vue471.PublicProps;
4961
+ } & vue584.PublicProps;
4397
4962
  expose: (exposed: {}) => void;
4398
4963
  attrs: any;
4399
4964
  slots: {
4400
4965
  default: (props: TabsPanelSlotProps) => any;
4401
4966
  };
4402
4967
  emit: {};
4403
- }>) => vue471.VNode & {
4968
+ }>) => vue584.VNode & {
4404
4969
  __ctx?: Awaited<typeof __VLS_setup>;
4405
4970
  };
4406
4971
  };
4407
4972
  //#endregion
4408
- export { RadioRootSlotProps as $, DialogContext as $n, providePaginationControls as $t, SingleItemProps as A, ExpansionPanelOptionsContext as An, AvatarImageEmits as Ar, PaginationStatusSlotProps as At, SelectionItemSlotProps as B, DialogDescriptionProps as Bn, AtomExpose as Br, _default$17 as Bt, _default$4 as C, _default$29 as Cn, _default$38 as Cr, PopoverRootProps as Ct, provideStepRoot as D, _default$30 as Dn, AvatarFallbackProps as Dr, usePopoverContext as Dt, _default$5 as E, ExpansionPanelItemSlotProps as En, Avatar as Er, providePopoverContext as Et, _default$7 as F, useExpansionPanelRoot as Fn, AvatarRootProps as Fr, PaginationNextProps as Ft, provideSelectionRoot as G, _default$36 as Gn, PaginationFirstSlotProps as Gt, SelectionRootProps as H, _default$34 as Hn, AtomSlots as Hr, PaginationPrevSlotProps as Ht, provideSingleRoot as I, Dialog as In, AvatarTicket as Ir, PaginationNextSlotProps as It, RadioIndicatorProps as J, DialogContentSlotProps as Jn, PaginationItemSlotProps as Jt, useSelectionRoot as K, DialogContentEmits as Kn, _default$18 as Kt, useSingleRoot as L, DialogCloseProps as Ln, _default$45 as Lr, _default$21 as Lt, _default$6 as M, ExpansionPanelRootSlotProps as Mn, AvatarImageSlotProps as Mr, PaginationLastProps as Mt, SingleRootProps as N, _default$31 as Nn, _default$44 as Nr, PaginationLastSlotProps as Nt, useStepRoot as O, provideExpansionPanelItem as On, AvatarFallbackSlotProps as Or, Pagination as Ot, SingleRootSlotProps as P, provideExpansionPanelSelection as Pn, AvatarContext as Pr, _default$20 as Pt, RadioRootProps as Q, _default$37 as Qn, _default$23 as Qt, Selection as R, DialogCloseSlotProps as Rn, provideAvatarContext as Rr, PaginationEllipsisProps as Rt, StepItemSlotProps as S, ExpansionPanelHeaderSlotProps as Sn, CheckboxGroupSlotProps as Sr, PopoverContext as St, StepRootSlotProps as T, ExpansionPanelItemProps as Tn, useCheckboxGroup as Tr, _default$16 as Tt, SelectionRootSlotProps as U, DialogTitleProps as Un, _default$46 as Ur, _default$22 as Ut, _default$8 as V, DialogDescriptionSlotProps as Vn, AtomProps as Vr, PaginationPrevProps as Vt, _default$9 as W, DialogTitleSlotProps as Wn, PaginationFirstProps as Wt, _default$12 as X, DialogActivatorProps as Xn, PaginationRootProps as Xt, RadioIndicatorSlotProps as Y, _default$33 as Yn, _default$19 as Yt, RadioRootContext as Z, DialogActivatorSlotProps as Zn, PaginationRootSlotProps as Zt, _default as _, _default$28 as _n, provideCheckboxRoot as _r, PopoverContentSlotProps as _t, TabsItemProps as a, Group as an, Checkbox as ar, _default$11 as at, Step as b, _default$27 as bn, _default$39 as br, PopoverActivatorSlotProps as bt, TabsListProps as c, _default$25 as cn, _default$42 as cr, RadioGroupProps as ct, TabsActivation as d, _default$26 as dn, _default$40 as dr, _default$10 as dt, providePaginationItems as en, DialogRootProps as er, RadioState as et, TabsContext as f, provideGroupRoot as fn, CheckboxRootContext as fr, provideRadioGroup as ft, TabsTicket as g, ExpansionPanelContentSlotProps as gn, _default$41 as gr, PopoverContentProps as gt, TabsRootSlotProps as h, ExpansionPanelContentProps as hn, CheckboxState as hr, PopoverContentEmits as ht, _default$3 as i, usePaginationRoot as in, useDialogContext as ir, RadioHiddenInputProps as it, SingleItemSlotProps as j, ExpansionPanelRootProps as jn, AvatarImageProps as jr, _default$24 as jt, Single as k, useExpansionPanelItem as kn, _default$43 as kr, PaginationStatusProps as kt, TabsListSlotProps as l, GroupRootProps as ln, CheckboxIndicatorProps as lr, RadioGroupSlotProps as lt, TabsRootProps as m, ExpansionPanel as mn, CheckboxRootSlotProps as mr, Popover as mt, TabsPanelProps as n, usePaginationControls as nn, _default$35 as nr, provideRadioRoot as nt, TabsItemSlotProps as o, GroupItemProps as on, CheckboxSelectAllProps as or, RadioActivation as ot, TabsOrientation as p, useGroupRoot as pn, CheckboxRootProps as pr, useRadioGroup as pt, Radio as q, DialogContentProps as qn, PaginationItemProps as qt, TabsPanelSlotProps as r, usePaginationItems as rn, provideDialogContext as rr, useRadioRoot as rt, _default$2 as s, GroupItemSlotProps as sn, CheckboxSelectAllSlotProps as sr, RadioGroupContext as st, Tabs as t, providePaginationRoot as tn, DialogRootSlotProps as tr, _default$13 as tt, _default$1 as u, GroupRootSlotProps as un, CheckboxIndicatorSlotProps as ur, RadioTicket as ut, provideTabsRoot as v, ExpansionPanelActivatorProps as vn, useCheckboxRoot as vr, _default$15 as vt, StepRootProps as w, ExpansionPanelItemContext as wn, provideCheckboxGroup as wr, PopoverRootSlotProps as wt, StepItemProps as x, ExpansionPanelHeaderProps as xn, CheckboxGroupProps as xr, _default$14 as xt, useTabsRoot as y, ExpansionPanelActivatorSlotProps as yn, CheckboxHiddenInputProps as yr, PopoverActivatorProps as yt, SelectionItemProps as z, _default$32 as zn, useAvatarRoot as zr, PaginationEllipsisSlotProps as zt };
4973
+ export { _default$13 as $, DialogActivatorProps as $n, BreadcrumbsTicket as $r, PaginationRootProps as $t, SingleItemProps as A, _default$31 as An, BreadcrumbsLinkProps as Ar, usePopoverContext as At, SelectionItemSlotProps as B, DialogCloseProps as Bn, _default$49 as Br, _default$22 as Bt, _default$4 as C, _default$28 as Cn, _default$40 as Cr, PopoverActivatorSlotProps as Ct, provideStepRoot as D, ExpansionPanelItemContext as Dn, provideCheckboxGroup as Dr, PopoverRootSlotProps as Dt, _default$5 as E, _default$30 as En, _default$39 as Er, PopoverRootProps as Et, _default$7 as F, ExpansionPanelRootSlotProps as Fn, BreadcrumbsDividerProps as Fr, PaginationLastProps as Ft, provideSelectionRoot as G, _default$35 as Gn, BreadcrumbsListSlotProps as Gr, PaginationPrevSlotProps as Gt, SelectionRootProps as H, _default$33 as Hn, BreadcrumbsItemSlotProps as Hr, PaginationEllipsisSlotProps as Ht, provideSingleRoot as I, _default$32 as In, BreadcrumbsDividerSlotProps as Ir, PaginationLastSlotProps as It, ScrimSlotProps as J, _default$37 as Jn, BreadcrumbsRootSlotProps as Jr, PaginationFirstSlotProps as Jt, useSelectionRoot as K, DialogTitleProps as Kn, _default$48 as Kr, _default$23 as Kt, useSingleRoot as L, provideExpansionPanelRoot as Ln, _default$44 as Lr, _default$21 as Lt, _default$6 as M, useExpansionPanelItem as Mn, BreadcrumbsEllipsisProps as Mr, PaginationStatusProps as Mt, SingleRootProps as N, ExpansionPanelOptionsContext as Nn, BreadcrumbsEllipsisSlotProps as Nr, PaginationStatusSlotProps as Nt, useStepRoot as O, ExpansionPanelItemProps as On, useCheckboxGroup as Or, _default$17 as Ot, SingleRootSlotProps as P, ExpansionPanelRootProps as Pn, _default$45 as Pr, _default$25 as Pt, RadioIndicatorSlotProps as Q, _default$34 as Qn, BreadcrumbsRootContext as Qr, _default$20 as Qt, Selection as R, useExpansionPanelRoot as Rn, BreadcrumbsPageProps as Rr, PaginationNextProps as Rt, StepItemSlotProps as S, ExpansionPanelActivatorSlotProps as Sn, CheckboxHiddenInputProps as Sr, PopoverActivatorProps as St, StepRootSlotProps as T, ExpansionPanelHeaderSlotProps as Tn, CheckboxGroupSlotProps as Tr, PopoverContext as Tt, SelectionRootSlotProps as U, DialogDescriptionProps as Un, _default$46 as Ur, _default$18 as Ut, _default$8 as V, DialogCloseSlotProps as Vn, BreadcrumbsItemProps as Vr, PaginationEllipsisProps as Vt, _default$9 as W, DialogDescriptionSlotProps as Wn, BreadcrumbsListProps as Wr, PaginationPrevProps as Wt, Radio as X, DialogContentProps as Xn, provideBreadcrumbsRoot as Xr, PaginationItemProps as Xt, _default$10 as Y, DialogContentEmits as Yn, _default$50 as Yr, _default$19 as Yt, RadioIndicatorProps as Z, DialogContentSlotProps as Zn, useBreadcrumbsRoot as Zr, PaginationItemSlotProps as Zt, _default as _, AtomSlots as _i, ExpansionPanel as _n, CheckboxRootSlotProps as _r, Popover as _t, TabsItemProps as a, AvatarImageEmits as ai, usePaginationControls as an, _default$36 as ar, provideRadioRoot as at, Step as b, _default$29 as bn, provideCheckboxRoot as br, PopoverContentSlotProps as bt, TabsListProps as c, _default$52 as ci, Group as cn, Checkbox as cr, _default$12 as ct, TabsActivation as d, AvatarTicket as di, _default$26 as dn, _default$43 as dr, RadioGroupProps as dt, BreadcrumbsTicketType as ei, PaginationRootSlotProps as en, DialogActivatorSlotProps as er, RadioRootContext as et, TabsContext as f, _default$53 as fi, GroupRootProps as fn, CheckboxIndicatorProps as fr, RadioGroupSlotProps as ft, TabsTicket as g, AtomProps as gi, useGroupRoot as gn, CheckboxRootProps as gr, useRadioGroup as gt, TabsRootSlotProps as h, AtomExpose as hi, provideGroupRoot as hn, CheckboxRootContext as hr, provideRadioGroup as ht, _default$3 as i, _default$51 as ii, providePaginationRoot as in, DialogRootSlotProps as ir, _default$14 as it, SingleItemSlotProps as j, provideExpansionPanelItem as jn, _default$47 as jr, Pagination as jt, Single as k, ExpansionPanelItemSlotProps as kn, Breadcrumbs as kr, providePopoverContext as kt, TabsListSlotProps as l, AvatarContext as li, GroupItemProps as ln, CheckboxSelectAllProps as lr, RadioActivation as lt, TabsRootProps as m, useAvatarRoot as mi, _default$27 as mn, _default$41 as mr, _default$11 as mt, TabsPanelProps as n, AvatarFallbackProps as ni, providePaginationControls as nn, DialogContext as nr, RadioRootSlotProps as nt, TabsItemSlotProps as o, AvatarImageProps as oi, usePaginationItems as on, provideDialogContext as or, useRadioRoot as ot, TabsOrientation as p, provideAvatarRoot as pi, GroupRootSlotProps as pn, CheckboxIndicatorSlotProps as pr, RadioTicket as pt, ScrimProps as q, DialogTitleSlotProps as qn, BreadcrumbsRootProps as qr, PaginationFirstProps as qt, TabsPanelSlotProps as r, AvatarFallbackSlotProps as ri, providePaginationItems as rn, DialogRootProps as rr, RadioState as rt, _default$2 as s, AvatarImageSlotProps as si, usePaginationRoot as sn, useDialogContext as sr, RadioHiddenInputProps as st, Tabs as t, Avatar as ti, _default$24 as tn, _default$38 as tr, RadioRootProps as tt, _default$1 as u, AvatarRootProps as ui, GroupItemSlotProps as un, CheckboxSelectAllSlotProps as ur, RadioGroupContext as ut, provideTabsRoot as v, _default$54 as vi, ExpansionPanelContentProps as vn, CheckboxState as vr, PopoverContentEmits as vt, StepRootProps as w, ExpansionPanelHeaderProps as wn, CheckboxGroupProps as wr, _default$15 as wt, StepItemProps as x, ExpansionPanelActivatorProps as xn, useCheckboxRoot as xr, _default$16 as xt, useTabsRoot as y, ExpansionPanelContentSlotProps as yn, _default$42 as yr, PopoverContentProps as yt, SelectionItemProps as z, Dialog as zn, BreadcrumbsPageSlotProps as zr, PaginationNextSlotProps as zt };