@vuetify/v0 0.1.3 → 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 (127) hide show
  1. package/dist/adapter-BN-h5JbD.d.mts +344 -0
  2. package/dist/adapter-CJIj5ySf.d.mts +11 -0
  3. package/dist/adapter-D_0ptsPm.mjs +229 -0
  4. package/dist/adapters-BQ-Lr3PW.mjs +1 -0
  5. package/dist/adapters-DEXpW9If.mjs +1 -0
  6. package/dist/adapters-Q9WaOsJp.mjs +1 -0
  7. package/dist/adapters-SSDVth5e.mjs +1 -0
  8. package/dist/browser/index.js +359 -933
  9. package/dist/components/index.d.mts +19 -6
  10. package/dist/components/index.mjs +37 -5
  11. package/dist/{components-C0zEvP7w.mjs → components-CMuzTJdK.mjs} +11 -4
  12. package/dist/composables/index.d.mts +17 -4
  13. package/dist/composables/index.mjs +36 -4
  14. package/dist/consola-DiUk9j3y.d.mts +15 -0
  15. package/dist/consola-GBy8XRuL.mjs +31 -0
  16. package/dist/constants/index.d.mts +1 -1
  17. package/dist/constants/index.mjs +3 -3
  18. package/dist/constants-B8pMSkcW.mjs +1 -0
  19. package/dist/createDataTable-BJnmvxfb.mjs +387 -0
  20. package/dist/createGroup-CPhp6FUh.mjs +363 -0
  21. package/dist/createPagination-cyOWlpfH.mjs +234 -0
  22. package/dist/createSelection-uqEbFgha.mjs +261 -0
  23. package/dist/createSingle-B59ya3aa.mjs +179 -0
  24. package/dist/createTokens-BlhLdHXE.mjs +682 -0
  25. package/dist/createTrinity-EeHQSsb6.mjs +149 -0
  26. package/dist/data-table/adapters/client/index.d.mts +3 -0
  27. package/dist/data-table/adapters/client/index.mjs +9 -0
  28. package/dist/data-table/adapters/index.d.mts +5 -0
  29. package/dist/data-table/adapters/index.mjs +12 -0
  30. package/dist/data-table/adapters/server/index.d.mts +3 -0
  31. package/dist/data-table/adapters/server/index.mjs +7 -0
  32. package/dist/data-table/adapters/virtual/index.d.mts +3 -0
  33. package/dist/data-table/adapters/virtual/index.mjs +9 -0
  34. package/dist/data-table/index.d.mts +7 -0
  35. package/dist/data-table/index.mjs +25 -0
  36. package/dist/date/index.d.mts +1 -1
  37. package/dist/date/index.mjs +2 -2
  38. package/dist/features/adapters/flagsmith/index.d.mts +16 -0
  39. package/dist/features/adapters/flagsmith/index.mjs +3 -0
  40. package/dist/features/adapters/launchdarkly/index.d.mts +15 -0
  41. package/dist/features/adapters/launchdarkly/index.mjs +3 -0
  42. package/dist/features/adapters/posthog/index.d.mts +15 -0
  43. package/dist/features/adapters/posthog/index.mjs +4 -0
  44. package/dist/features/index.d.mts +17 -0
  45. package/dist/features/index.mjs +18 -0
  46. package/dist/flagsmith-CHmpPGR7.mjs +40 -0
  47. package/dist/{globals-BwYsH-rt.mjs → globals-B_GVfG06.mjs} +2 -2
  48. package/dist/index-7mWYFHA6.d.mts +251 -0
  49. package/dist/index-BDTbJClL.d.mts +11 -0
  50. package/dist/index-BuOz3Rgm.d.mts +32 -0
  51. package/dist/{index-Bmem4l8m.d.mts → index-Bv1VN_j5.d.mts} +1 -1
  52. package/dist/{index-DFM5iBqh.d.mts → index-CQrDeqsK.d.mts} +280 -279
  53. package/dist/{index-2wh69fk5.d.mts → index-Dd0m0LIJ.d.mts} +135 -1407
  54. package/dist/{index-DBZTizq2.d.mts → index-UNwEBkQT.d.mts} +16 -2
  55. package/dist/index.d.mts +20 -7
  56. package/dist/index.mjs +39 -7
  57. package/dist/json/web-types.json +1 -1
  58. package/dist/launchdarkly-W8t8ZANX.mjs +28 -0
  59. package/dist/locale/adapters/index.d.mts +3 -0
  60. package/dist/locale/adapters/index.mjs +6 -0
  61. package/dist/locale/adapters/v0/index.d.mts +3 -0
  62. package/dist/locale/adapters/v0/index.mjs +5 -0
  63. package/dist/locale/index.d.mts +17 -0
  64. package/dist/locale/index.mjs +17 -0
  65. package/dist/logger/adapters/consola/index.d.mts +3 -0
  66. package/dist/logger/adapters/consola/index.mjs +3 -0
  67. package/dist/logger/adapters/index.d.mts +5 -0
  68. package/dist/logger/adapters/index.mjs +8 -0
  69. package/dist/logger/adapters/pino/index.d.mts +3 -0
  70. package/dist/logger/adapters/pino/index.mjs +5 -0
  71. package/dist/logger/adapters/v0/index.d.mts +3 -0
  72. package/dist/logger/adapters/v0/index.mjs +5 -0
  73. package/dist/logger/index.d.mts +17 -0
  74. package/dist/logger/index.mjs +10 -0
  75. package/dist/memory-BsZGbGnG.mjs +27 -0
  76. package/dist/memory-DVjquu_v.d.mts +25 -0
  77. package/dist/permissions/adapters/index.d.mts +18 -0
  78. package/dist/permissions/adapters/index.mjs +6 -0
  79. package/dist/permissions/adapters/v0/index.d.mts +18 -0
  80. package/dist/permissions/adapters/v0/index.mjs +5 -0
  81. package/dist/permissions/index.d.mts +17 -0
  82. package/dist/permissions/index.mjs +15 -0
  83. package/dist/pino-01x_NmWp.mjs +49 -0
  84. package/dist/pino-p-jDkNQd.d.mts +24 -0
  85. package/dist/posthog-BrGBPPir.mjs +50 -0
  86. package/dist/server-6cs14bj1.d.mts +20 -0
  87. package/dist/server-ClCwiLMA.mjs +45 -0
  88. package/dist/storage/adapters/index.d.mts +3 -0
  89. package/dist/storage/adapters/index.mjs +3 -0
  90. package/dist/storage/adapters/memory/index.d.mts +2 -0
  91. package/dist/storage/adapters/memory/index.mjs +3 -0
  92. package/dist/storage/index.d.mts +17 -0
  93. package/dist/storage/index.mjs +37 -0
  94. package/dist/theme/adapters/index.d.mts +17 -0
  95. package/dist/theme/adapters/index.mjs +6 -0
  96. package/dist/theme/adapters/v0/index.d.mts +17 -0
  97. package/dist/theme/adapters/v0/index.mjs +5 -0
  98. package/dist/theme/index.d.mts +17 -0
  99. package/dist/theme/index.mjs +16 -0
  100. package/dist/toArray-DIeXVX1C.mjs +38 -0
  101. package/dist/types/index.d.mts +1 -1
  102. package/dist/useClickOutside-p8HP07At.mjs +4680 -0
  103. package/dist/useFeatures-C4JF3Hgr.mjs +122 -0
  104. package/dist/useLocale-DlbShzF-.mjs +85 -0
  105. package/dist/useLogger-CO9JwbSJ.mjs +283 -0
  106. package/dist/usePermissions-DQVT_4nD.mjs +128 -0
  107. package/dist/useTheme-Bcw1Ebyt.mjs +135 -0
  108. package/dist/utilities/index.d.mts +3 -3
  109. package/dist/utilities/index.mjs +3 -3
  110. package/dist/{utilities-BbKjbXTx.mjs → utilities-BqS1sC1W.mjs} +20 -3
  111. package/dist/v0-B40YkIQ-.mjs +21 -0
  112. package/dist/v0-BOxb3nD1.d.mts +33 -0
  113. package/dist/v0-BogbIzpM.mjs +41 -0
  114. package/dist/v0-BtQCSBOG.mjs +37 -0
  115. package/dist/v0-C-9dv_1S.d.mts +10 -0
  116. package/dist/v0-CtjuUUPl.mjs +73 -0
  117. package/dist/v0-DHMoZ7dS.d.mts +22 -0
  118. package/dist/v0-ONBWyQYQ.mjs +83 -0
  119. package/dist/v0-RepwEY1F.d.mts +9 -0
  120. package/dist/virtual-B3IPkHC0.d.mts +9 -0
  121. package/dist/virtual-BP9WXRzN.mjs +44 -0
  122. package/package.json +34 -2
  123. package/dist/useClickOutside-DrkNYxDe.mjs +0 -8871
  124. /package/dist/{adapter-D95FHAtt.d.mts → adapter-DcwxFryd.d.mts} +0 -0
  125. /package/dist/{constants-DHKqjdjH.mjs → adapters-BGJKsBrw.mjs} +0 -0
  126. /package/dist/{htmlElements-DO9n35bD.mjs → htmlElements-d8iBCGpO.mjs} +0 -0
  127. /package/dist/{index-BLK67J_-.d.mts → index-BFBN5Zl3.d.mts} +0 -0
@@ -1,6 +1,7 @@
1
- import { n as DOMElement, o as ID, t as Activation } from "./index-BLK67J_-.mjs";
2
- import { Ka as SelectionContext, Ki as PaginationContext, Ma as BreadcrumbsContext, Ra as SingleContext, Sa as GroupContext, Ta as GroupTicket, Va as SingleTicket, X as StepTicket, Ya as SelectionTicket, Yi as PaginationTicket, at as StackTicket, eo as RegistryContext, ga as OverflowContext, oo as RegistryTicket, q as StepContext } from "./index-2wh69fk5.mjs";
3
- import * as vue583 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
@@ -40,12 +41,12 @@ interface AtomExpose {
40
41
  }
41
42
  interface AtomPrivateProps extends AtomProps {}
42
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<{
43
- props: __VLS_PrettifyLocal$18<AtomPrivateProps> & vue583.PublicProps;
44
- expose: (exposed: vue583.ShallowUnwrapRef<AtomExpose>) => void;
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
- }>) => vue583.VNode & {
49
+ }>) => vue584.VNode & {
49
50
  __ctx?: Awaited<typeof __VLS_setup>;
50
51
  };
51
52
  declare const _default$54: typeof __VLS_export$54;
@@ -61,8 +62,8 @@ 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, provideAvatarRoot: (key: string, context: AvatarContext, app?: vue583.App) => AvatarContext;
65
- declare const __VLS_export$53: __VLS_WithSlots$33<vue583.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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
69
  declare const _default$53: typeof __VLS_export$53;
@@ -96,13 +97,13 @@ interface AvatarImageSlotProps {
96
97
  onError: (e: Event) => void;
97
98
  };
98
99
  }
99
- declare const __VLS_export$52: __VLS_WithSlots$32<vue583.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.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, vue583.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, vue583.ComponentProvideOptions, false, {}, any>, {
106
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
106
107
  default: (props: AvatarImageSlotProps) => any;
107
108
  }>;
108
109
  declare const _default$52: typeof __VLS_export$52;
@@ -121,7 +122,7 @@ interface AvatarFallbackSlotProps {
121
122
  /** Whether this fallback is currently visible */
122
123
  isSelected: boolean;
123
124
  }
124
- declare const __VLS_export$51: __VLS_WithSlots$31<vue583.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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
128
  declare const _default$51: typeof __VLS_export$51;
@@ -159,7 +160,7 @@ declare const Avatar: {
159
160
  * ```
160
161
  */
161
162
  Root: {
162
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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
- } & vue583.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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[]): vue583.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
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
199
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
199
200
  error: (e: Event) => any;
200
201
  load: (e: Event) => any;
201
- }, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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
- } & vue583.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
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
219
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
219
220
  error: (e: Event) => any;
220
221
  load: (e: Event) => any;
221
- }, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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,7 +254,7 @@ declare const Avatar: {
253
254
  __isFragment?: never;
254
255
  __isTeleport?: never;
255
256
  __isSuspense?: never;
256
- } & vue583.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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
  };
@@ -321,8 +322,8 @@ interface BreadcrumbsRootSlotProps {
321
322
  'role': 'navigation' | undefined;
322
323
  };
323
324
  }
324
- declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?: vue583.App) => BreadcrumbsRootContext;
325
- declare const __VLS_export$50: __VLS_WithSlots$30<vue583.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
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>, {
326
327
  default: (props: BreadcrumbsRootSlotProps) => unknown;
327
328
  }>;
328
329
  declare const _default$50: typeof __VLS_export$50;
@@ -339,7 +340,7 @@ interface BreadcrumbsListSlotProps {
339
340
  role: 'list';
340
341
  };
341
342
  }
342
- declare const __VLS_export$49: __VLS_WithSlots$29<vue583.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
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>, {
343
344
  default: (props: BreadcrumbsListSlotProps) => unknown;
344
345
  }>;
345
346
  declare const _default$48: typeof __VLS_export$49;
@@ -370,7 +371,7 @@ interface BreadcrumbsItemSlotProps {
370
371
  'data-selected': true | undefined;
371
372
  };
372
373
  }
373
- declare const __VLS_export$48: __VLS_WithSlots$28<vue583.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
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>, {
374
375
  default: (props: BreadcrumbsItemSlotProps) => unknown;
375
376
  }>;
376
377
  declare const _default$46: typeof __VLS_export$48;
@@ -388,7 +389,7 @@ interface BreadcrumbsPageSlotProps {
388
389
  'aria-current': 'page';
389
390
  };
390
391
  }
391
- declare const __VLS_export$47: __VLS_WithSlots$27<vue583.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
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>, {
392
393
  default: (props: BreadcrumbsPageSlotProps) => unknown;
393
394
  }>;
394
395
  declare const _default$49: typeof __VLS_export$47;
@@ -420,7 +421,7 @@ interface BreadcrumbsDividerSlotProps {
420
421
  'data-selected': true | undefined;
421
422
  };
422
423
  }
423
- declare const __VLS_export$46: __VLS_WithSlots$26<vue583.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
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>, {
424
425
  default: (props: BreadcrumbsDividerSlotProps) => unknown;
425
426
  }>;
426
427
  declare const _default$44: typeof __VLS_export$46;
@@ -452,7 +453,7 @@ interface BreadcrumbsEllipsisSlotProps {
452
453
  'data-selected': true | undefined;
453
454
  };
454
455
  }
455
- declare const __VLS_export$45: __VLS_WithSlots$25<vue583.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
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>, {
456
457
  default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
457
458
  }>;
458
459
  declare const _default$45: typeof __VLS_export$45;
@@ -464,7 +465,7 @@ type __VLS_WithSlots$25<T, S> = T & {
464
465
  //#endregion
465
466
  //#region src/components/Breadcrumbs/BreadcrumbsLink.vue.d.ts
466
467
  type BreadcrumbsLinkProps = AtomProps;
467
- declare const __VLS_export$44: __VLS_WithSlots$24<vue583.DefineComponent<AtomProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
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>, {
468
469
  default?: (props: {}) => any;
469
470
  }>;
470
471
  declare const _default$47: typeof __VLS_export$44;
@@ -519,7 +520,7 @@ declare const Breadcrumbs: {
519
520
  * ```
520
521
  */
521
522
  Root: {
522
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
523
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
523
524
  P: {};
524
525
  B: {};
525
526
  D: {};
@@ -530,7 +531,7 @@ declare const Breadcrumbs: {
530
531
  __isFragment?: never;
531
532
  __isTeleport?: never;
532
533
  __isSuspense?: never;
533
- } & vue583.ComponentOptionsBase<Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
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 () => {
534
535
  $slots: {
535
536
  default: (props: BreadcrumbsRootSlotProps) => unknown;
536
537
  };
@@ -551,7 +552,7 @@ declare const Breadcrumbs: {
551
552
  * ```
552
553
  */
553
554
  List: {
554
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
555
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
555
556
  P: {};
556
557
  B: {};
557
558
  D: {};
@@ -562,7 +563,7 @@ declare const Breadcrumbs: {
562
563
  __isFragment?: never;
563
564
  __isTeleport?: never;
564
565
  __isSuspense?: never;
565
- } & vue583.ComponentOptionsBase<Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
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 () => {
566
567
  $slots: {
567
568
  default: (props: BreadcrumbsListSlotProps) => unknown;
568
569
  };
@@ -594,7 +595,7 @@ declare const Breadcrumbs: {
594
595
  * ```
595
596
  */
596
597
  Item: {
597
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
598
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
598
599
  P: {};
599
600
  B: {};
600
601
  D: {};
@@ -605,7 +606,7 @@ declare const Breadcrumbs: {
605
606
  __isFragment?: never;
606
607
  __isTeleport?: never;
607
608
  __isSuspense?: never;
608
- } & vue583.ComponentOptionsBase<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
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 () => {
609
610
  $slots: {
610
611
  default: (props: BreadcrumbsItemSlotProps) => unknown;
611
612
  };
@@ -637,7 +638,7 @@ declare const Breadcrumbs: {
637
638
  * ```
638
639
  */
639
640
  Link: {
640
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
641
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
641
642
  P: {};
642
643
  B: {};
643
644
  D: {};
@@ -648,7 +649,7 @@ declare const Breadcrumbs: {
648
649
  __isFragment?: never;
649
650
  __isTeleport?: never;
650
651
  __isSuspense?: never;
651
- } & vue583.ComponentOptionsBase<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
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 () => {
652
653
  $slots: {
653
654
  default?: (props: {}) => any;
654
655
  };
@@ -670,7 +671,7 @@ declare const Breadcrumbs: {
670
671
  * ```
671
672
  */
672
673
  Page: {
673
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
674
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
674
675
  P: {};
675
676
  B: {};
676
677
  D: {};
@@ -681,7 +682,7 @@ declare const Breadcrumbs: {
681
682
  __isFragment?: never;
682
683
  __isTeleport?: never;
683
684
  __isSuspense?: never;
684
- } & vue583.ComponentOptionsBase<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
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 () => {
685
686
  $slots: {
686
687
  default: (props: BreadcrumbsPageSlotProps) => unknown;
687
688
  };
@@ -712,7 +713,7 @@ declare const Breadcrumbs: {
712
713
  * ```
713
714
  */
714
715
  Divider: {
715
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
716
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
716
717
  P: {};
717
718
  B: {};
718
719
  D: {};
@@ -723,7 +724,7 @@ declare const Breadcrumbs: {
723
724
  __isFragment?: never;
724
725
  __isTeleport?: never;
725
726
  __isSuspense?: never;
726
- } & vue583.ComponentOptionsBase<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
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 () => {
727
728
  $slots: {
728
729
  default: (props: BreadcrumbsDividerSlotProps) => unknown;
729
730
  };
@@ -747,7 +748,7 @@ declare const Breadcrumbs: {
747
748
  * ```
748
749
  */
749
750
  Ellipsis: {
750
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
751
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
751
752
  P: {};
752
753
  B: {};
753
754
  D: {};
@@ -758,7 +759,7 @@ declare const Breadcrumbs: {
758
759
  __isFragment?: never;
759
760
  __isTeleport?: never;
760
761
  __isSuspense?: never;
761
- } & vue583.ComponentOptionsBase<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
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 () => {
762
763
  $slots: {
763
764
  default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
764
765
  };
@@ -816,21 +817,21 @@ interface CheckboxGroupSlotProps {
816
817
  'aria-describedby': string | undefined;
817
818
  };
818
819
  }
819
- declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue583.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
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>>;
820
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<{
821
822
  props: __VLS_PrettifyLocal$17<(CheckboxGroupProps & {
822
823
  modelValue?: T | T[];
823
824
  }) & {
824
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
825
825
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
826
- }> & vue583.PublicProps;
826
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
827
+ }> & vue584.PublicProps;
827
828
  expose: (exposed: {}) => void;
828
829
  attrs: any;
829
830
  slots: {
830
831
  default: (props: CheckboxGroupSlotProps) => any;
831
832
  };
832
833
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
833
- }>) => vue583.VNode & {
834
+ }>) => vue584.VNode & {
834
835
  __ctx?: Awaited<typeof __VLS_setup>;
835
836
  };
836
837
  declare const _default$39: typeof __VLS_export$43;
@@ -847,7 +848,7 @@ interface CheckboxHiddenInputProps {
847
848
  /** Associate with form by ID (defaults to context value) */
848
849
  form?: string;
849
850
  }
850
- declare const __VLS_export$42: vue583.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>;
851
+ declare const __VLS_export$42: vue584.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>;
851
852
  declare const _default$40: typeof __VLS_export$42;
852
853
  //#endregion
853
854
  //#region src/components/Checkbox/CheckboxRoot.vue.d.ts
@@ -945,21 +946,21 @@ interface CheckboxRootSlotProps<V = unknown> {
945
946
  'data-disabled': true | undefined;
946
947
  };
947
948
  }
948
- declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue583.App) => CheckboxRootContext<unknown>;
949
+ declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue584.App) => CheckboxRootContext<unknown>;
949
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<{
950
951
  props: __VLS_PrettifyLocal$16<(CheckboxRootProps<V> & {
951
952
  modelValue?: boolean;
952
953
  }) & {
953
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
954
954
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
955
- }> & vue583.PublicProps;
955
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
956
+ }> & vue584.PublicProps;
956
957
  expose: (exposed: {}) => void;
957
958
  attrs: any;
958
959
  slots: {
959
960
  default: (props: CheckboxRootSlotProps<V>) => any;
960
961
  };
961
962
  emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
962
- }>) => vue583.VNode & {
963
+ }>) => vue584.VNode & {
963
964
  __ctx?: Awaited<typeof __VLS_setup>;
964
965
  };
965
966
  declare const _default$42: typeof __VLS_export$41;
@@ -983,7 +984,7 @@ interface CheckboxIndicatorSlotProps {
983
984
  };
984
985
  };
985
986
  }
986
- declare const __VLS_export$40: __VLS_WithSlots$23<vue583.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
987
988
  default: (props: CheckboxIndicatorSlotProps) => any;
988
989
  }>;
989
990
  declare const _default$41: typeof __VLS_export$40;
@@ -1037,7 +1038,7 @@ interface CheckboxSelectAllSlotProps {
1037
1038
  'data-disabled': true | undefined;
1038
1039
  };
1039
1040
  }
1040
- declare const __VLS_export$39: __VLS_WithSlots$22<vue583.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
1041
1042
  default: (props: CheckboxSelectAllSlotProps) => any;
1042
1043
  }>;
1043
1044
  declare const _default$43: typeof __VLS_export$39;
@@ -1099,11 +1100,11 @@ declare const Checkbox: {
1099
1100
  * ```
1100
1101
  */
1101
1102
  Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1102
- attrs: any;
1103
1103
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1104
1104
  slots: {
1105
1105
  default: (props: CheckboxGroupSlotProps) => any;
1106
1106
  };
1107
+ attrs: any;
1107
1108
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1108
1109
  props: {
1109
1110
  namespace?: string | undefined;
@@ -1116,16 +1117,16 @@ declare const Checkbox: {
1116
1117
  as?: (DOMElement | null) | undefined;
1117
1118
  renderless?: boolean | undefined;
1118
1119
  modelValue?: (T | T[]) | undefined;
1119
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1120
1120
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1121
- } & vue583.PublicProps;
1121
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1122
+ } & vue584.PublicProps;
1122
1123
  expose: (exposed: {}) => void;
1123
1124
  attrs: any;
1124
1125
  slots: {
1125
1126
  default: (props: CheckboxGroupSlotProps) => any;
1126
1127
  };
1127
1128
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1128
- }>) => vue583.VNode & {
1129
+ }>) => vue584.VNode & {
1129
1130
  __ctx?: Awaited<typeof __VLS_setup>;
1130
1131
  };
1131
1132
  /**
@@ -1150,7 +1151,7 @@ declare const Checkbox: {
1150
1151
  * </template>
1151
1152
  * ```
1152
1153
  */
1153
- HiddenInput: vue583.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>;
1154
+ HiddenInput: vue584.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>;
1154
1155
  /**
1155
1156
  * Visual indicator component for checkboxes.
1156
1157
  *
@@ -1177,7 +1178,7 @@ declare const Checkbox: {
1177
1178
  * ```
1178
1179
  */
1179
1180
  Indicator: {
1180
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
1181
1182
  P: {};
1182
1183
  B: {};
1183
1184
  D: {};
@@ -1188,7 +1189,7 @@ declare const Checkbox: {
1188
1189
  __isFragment?: never;
1189
1190
  __isTeleport?: never;
1190
1191
  __isSuspense?: never;
1191
- } & vue583.ComponentOptionsBase<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
1192
1193
  $slots: {
1193
1194
  default: (props: CheckboxIndicatorSlotProps) => any;
1194
1195
  };
@@ -1223,11 +1224,11 @@ declare const Checkbox: {
1223
1224
  * ```
1224
1225
  */
1225
1226
  Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1226
- attrs: any;
1227
1227
  emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
1228
1228
  slots: {
1229
1229
  default: (props: CheckboxRootSlotProps<V>) => any;
1230
1230
  };
1231
+ attrs: any;
1231
1232
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1232
1233
  props: {
1233
1234
  id?: ID | undefined;
@@ -1235,8 +1236,8 @@ declare const Checkbox: {
1235
1236
  value?: V | undefined;
1236
1237
  name?: string | undefined;
1237
1238
  form?: string | undefined;
1238
- disabled?: vue583.MaybeRef<boolean> | undefined;
1239
- indeterminate?: vue583.MaybeRef<boolean> | undefined;
1239
+ disabled?: vue584.MaybeRef<boolean> | undefined;
1240
+ indeterminate?: vue584.MaybeRef<boolean> | undefined;
1240
1241
  namespace?: string | undefined;
1241
1242
  groupNamespace?: string | undefined;
1242
1243
  ariaLabelledby?: string | undefined;
@@ -1245,16 +1246,16 @@ declare const Checkbox: {
1245
1246
  as?: (DOMElement | null) | undefined;
1246
1247
  renderless?: boolean | undefined;
1247
1248
  modelValue?: boolean | undefined;
1248
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1249
1249
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
1250
- } & vue583.PublicProps;
1250
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1251
+ } & vue584.PublicProps;
1251
1252
  expose: (exposed: {}) => void;
1252
1253
  attrs: any;
1253
1254
  slots: {
1254
1255
  default: (props: CheckboxRootSlotProps<V>) => any;
1255
1256
  };
1256
1257
  emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
1257
- }>) => vue583.VNode & {
1258
+ }>) => vue584.VNode & {
1258
1259
  __ctx?: Awaited<typeof __VLS_setup>;
1259
1260
  };
1260
1261
  /**
@@ -1292,7 +1293,7 @@ declare const Checkbox: {
1292
1293
  * ```
1293
1294
  */
1294
1295
  SelectAll: {
1295
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
1296
1297
  P: {};
1297
1298
  B: {};
1298
1299
  D: {};
@@ -1303,7 +1304,7 @@ declare const Checkbox: {
1303
1304
  __isFragment?: never;
1304
1305
  __isTeleport?: never;
1305
1306
  __isSuspense?: never;
1306
- } & vue583.ComponentOptionsBase<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
1307
1308
  $slots: {
1308
1309
  default: (props: CheckboxSelectAllSlotProps) => any;
1309
1310
  };
@@ -1335,18 +1336,18 @@ interface DialogRootSlotProps {
1335
1336
  /** Close the dialog */
1336
1337
  close: () => void;
1337
1338
  }
1338
- declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue583.App) => DialogContext;
1339
- declare const __VLS_export$38: __VLS_WithSlots$21<vue583.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 & {
1340
1341
  modelValue?: boolean;
1341
- }, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
1342
- "update:model-value": (value: boolean) => any;
1342
+ }, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1343
1343
  "update:modelValue": (value: boolean) => any;
1344
- }, string, vue583.PublicProps, Readonly<DialogRootProps & {
1344
+ "update:model-value": (value: boolean) => any;
1345
+ }, string, vue584.PublicProps, Readonly<DialogRootProps & {
1345
1346
  modelValue?: boolean;
1346
1347
  }> & Readonly<{
1347
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1348
1348
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1349
- }>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
1349
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1350
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
1350
1351
  default: (props: DialogRootSlotProps) => any;
1351
1352
  }>;
1352
1353
  declare const _default$36: typeof __VLS_export$38;
@@ -1372,7 +1373,7 @@ interface DialogActivatorSlotProps {
1372
1373
  'data-dialog-open': '' | undefined;
1373
1374
  };
1374
1375
  }
1375
- declare const __VLS_export$37: __VLS_WithSlots$20<vue583.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
1376
1377
  default: (props: DialogActivatorSlotProps) => any;
1377
1378
  }>;
1378
1379
  declare const _default$38: typeof __VLS_export$37;
@@ -1416,13 +1417,13 @@ interface DialogContentSlotProps {
1416
1417
  'aria-describedby': string;
1417
1418
  };
1418
1419
  }
1419
- declare const __VLS_export$36: __VLS_WithSlots$19<vue583.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
1420
+ declare const __VLS_export$36: __VLS_WithSlots$19<vue584.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1420
1421
  cancel: (e: Event) => any;
1421
1422
  close: (e: Event) => any;
1422
- }, string, vue583.PublicProps, Readonly<DialogContentProps> & Readonly<{
1423
+ }, string, vue584.PublicProps, Readonly<DialogContentProps> & Readonly<{
1423
1424
  onCancel?: ((e: Event) => any) | undefined;
1424
1425
  onClose?: ((e: Event) => any) | undefined;
1425
- }>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
1426
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
1426
1427
  default: (props: DialogContentSlotProps) => any;
1427
1428
  }>;
1428
1429
  declare const _default$34: typeof __VLS_export$36;
@@ -1443,7 +1444,7 @@ interface DialogTitleSlotProps {
1443
1444
  id: string;
1444
1445
  };
1445
1446
  }
1446
- declare const __VLS_export$35: __VLS_WithSlots$18<vue583.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
1447
1448
  default: (props: DialogTitleSlotProps) => any;
1448
1449
  }>;
1449
1450
  declare const _default$37: typeof __VLS_export$35;
@@ -1464,7 +1465,7 @@ interface DialogDescriptionSlotProps {
1464
1465
  id: string;
1465
1466
  };
1466
1467
  }
1467
- declare const __VLS_export$34: __VLS_WithSlots$17<vue583.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
1468
1469
  default: (props: DialogDescriptionSlotProps) => any;
1469
1470
  }>;
1470
1471
  declare const _default$35: typeof __VLS_export$34;
@@ -1488,7 +1489,7 @@ interface DialogCloseSlotProps {
1488
1489
  'aria-label': 'Close';
1489
1490
  };
1490
1491
  }
1491
- declare const __VLS_export$33: __VLS_WithSlots$16<vue583.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
1492
1493
  default: (props: DialogCloseSlotProps) => any;
1493
1494
  }>;
1494
1495
  declare const _default$33: typeof __VLS_export$33;
@@ -1552,15 +1553,15 @@ declare const Dialog: {
1552
1553
  * ```
1553
1554
  */
1554
1555
  Root: {
1555
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
1556
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
1556
1557
  modelValue?: boolean;
1557
1558
  }> & Readonly<{
1558
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1559
1559
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1560
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
1561
- "update:model-value": (value: boolean) => any;
1560
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1561
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1562
1562
  "update:modelValue": (value: boolean) => any;
1563
- }, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
1563
+ "update:model-value": (value: boolean) => any;
1564
+ }, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1564
1565
  P: {};
1565
1566
  B: {};
1566
1567
  D: {};
@@ -1570,21 +1571,21 @@ declare const Dialog: {
1570
1571
  }, Readonly<DialogRootProps & {
1571
1572
  modelValue?: boolean;
1572
1573
  }> & Readonly<{
1573
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1574
1574
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1575
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1575
1576
  }>, {}, {}, {}, {}, {}>;
1576
1577
  __isFragment?: never;
1577
1578
  __isTeleport?: never;
1578
1579
  __isSuspense?: never;
1579
- } & vue583.ComponentOptionsBase<Readonly<DialogRootProps & {
1580
+ } & vue584.ComponentOptionsBase<Readonly<DialogRootProps & {
1580
1581
  modelValue?: boolean;
1581
1582
  }> & Readonly<{
1582
- "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1583
1583
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1584
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
1585
- "update:model-value": (value: boolean) => any;
1584
+ "onUpdate:model-value"?: ((value: boolean) => any) | undefined;
1585
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1586
1586
  "update:modelValue": (value: boolean) => any;
1587
- }, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
1587
+ "update:model-value": (value: boolean) => any;
1588
+ }, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1588
1589
  $slots: {
1589
1590
  default: (props: DialogRootSlotProps) => any;
1590
1591
  };
@@ -1608,7 +1609,7 @@ declare const Dialog: {
1608
1609
  * ```
1609
1610
  */
1610
1611
  Activator: {
1611
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
1612
1613
  P: {};
1613
1614
  B: {};
1614
1615
  D: {};
@@ -1619,7 +1620,7 @@ declare const Dialog: {
1619
1620
  __isFragment?: never;
1620
1621
  __isTeleport?: never;
1621
1622
  __isSuspense?: never;
1622
- } & vue583.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
1623
1624
  $slots: {
1624
1625
  default: (props: DialogActivatorSlotProps) => any;
1625
1626
  };
@@ -1645,13 +1646,13 @@ declare const Dialog: {
1645
1646
  * ```
1646
1647
  */
1647
1648
  Content: {
1648
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
1649
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
1649
1650
  onCancel?: ((e: Event) => any) | undefined;
1650
1651
  onClose?: ((e: Event) => any) | undefined;
1651
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
1652
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1652
1653
  cancel: (e: Event) => any;
1653
1654
  close: (e: Event) => any;
1654
- }, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
1655
+ }, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
1655
1656
  P: {};
1656
1657
  B: {};
1657
1658
  D: {};
@@ -1665,13 +1666,13 @@ declare const Dialog: {
1665
1666
  __isFragment?: never;
1666
1667
  __isTeleport?: never;
1667
1668
  __isSuspense?: never;
1668
- } & vue583.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
1669
+ } & vue584.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
1669
1670
  onCancel?: ((e: Event) => any) | undefined;
1670
1671
  onClose?: ((e: Event) => any) | undefined;
1671
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
1672
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
1672
1673
  cancel: (e: Event) => any;
1673
1674
  close: (e: Event) => any;
1674
- }, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
1675
+ }, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
1675
1676
  $slots: {
1676
1677
  default: (props: DialogContentSlotProps) => any;
1677
1678
  };
@@ -1693,7 +1694,7 @@ declare const Dialog: {
1693
1694
  * ```
1694
1695
  */
1695
1696
  Title: {
1696
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
1697
1698
  P: {};
1698
1699
  B: {};
1699
1700
  D: {};
@@ -1704,7 +1705,7 @@ declare const Dialog: {
1704
1705
  __isFragment?: never;
1705
1706
  __isTeleport?: never;
1706
1707
  __isSuspense?: never;
1707
- } & vue583.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
1708
1709
  $slots: {
1709
1710
  default: (props: DialogTitleSlotProps) => any;
1710
1711
  };
@@ -1728,7 +1729,7 @@ declare const Dialog: {
1728
1729
  * ```
1729
1730
  */
1730
1731
  Description: {
1731
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
1732
1733
  P: {};
1733
1734
  B: {};
1734
1735
  D: {};
@@ -1739,7 +1740,7 @@ declare const Dialog: {
1739
1740
  __isFragment?: never;
1740
1741
  __isTeleport?: never;
1741
1742
  __isSuspense?: never;
1742
- } & vue583.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
1743
1744
  $slots: {
1744
1745
  default: (props: DialogDescriptionSlotProps) => any;
1745
1746
  };
@@ -1761,7 +1762,7 @@ declare const Dialog: {
1761
1762
  * ```
1762
1763
  */
1763
1764
  Close: {
1764
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
1765
1766
  P: {};
1766
1767
  B: {};
1767
1768
  D: {};
@@ -1772,7 +1773,7 @@ declare const Dialog: {
1772
1773
  __isFragment?: never;
1773
1774
  __isTeleport?: never;
1774
1775
  __isSuspense?: never;
1775
- } & vue583.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
1776
1777
  $slots: {
1777
1778
  default: (props: DialogCloseSlotProps) => any;
1778
1779
  };
@@ -1816,20 +1817,20 @@ interface ExpansionPanelRootSlotProps {
1816
1817
  /** Toggle a panel's expansion state by ID */
1817
1818
  toggle: (id: ID) => void;
1818
1819
  }
1819
- declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue583.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
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>>;
1820
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<{
1821
1822
  props: __VLS_PrettifyLocal$15<(ExpansionPanelRootProps & {
1822
1823
  modelValue?: T | T[];
1823
1824
  }) & {
1824
1825
  [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
1825
- }> & vue583.PublicProps;
1826
+ }> & vue584.PublicProps;
1826
1827
  expose: (exposed: {}) => void;
1827
1828
  attrs: any;
1828
1829
  slots: {
1829
1830
  default: (props: ExpansionPanelRootSlotProps) => any;
1830
1831
  };
1831
1832
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1832
- }>) => vue583.VNode & {
1833
+ }>) => vue584.VNode & {
1833
1834
  __ctx?: Awaited<typeof __VLS_setup>;
1834
1835
  };
1835
1836
  declare const _default$32: typeof __VLS_export$32;
@@ -1874,16 +1875,16 @@ interface ExpansionPanelItemSlotProps {
1874
1875
  'data-selected': true | undefined;
1875
1876
  };
1876
1877
  }
1877
- declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue583.App) => ExpansionPanelItemContext;
1878
+ declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue584.App) => ExpansionPanelItemContext;
1878
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<{
1879
- props: __VLS_PrettifyLocal$14<ExpansionPanelItemProps<V>> & vue583.PublicProps;
1880
+ props: __VLS_PrettifyLocal$14<ExpansionPanelItemProps<V>> & vue584.PublicProps;
1880
1881
  expose: (exposed: {}) => void;
1881
1882
  attrs: any;
1882
1883
  slots: {
1883
1884
  default: (props: ExpansionPanelItemSlotProps) => any;
1884
1885
  };
1885
1886
  emit: {};
1886
- }>) => vue583.VNode & {
1887
+ }>) => vue584.VNode & {
1887
1888
  __ctx?: Awaited<typeof __VLS_setup>;
1888
1889
  };
1889
1890
  declare const _default$31: typeof __VLS_export$31;
@@ -1903,7 +1904,7 @@ interface ExpansionPanelHeaderSlotProps {
1903
1904
  'data-selected': true | undefined;
1904
1905
  };
1905
1906
  }
1906
- declare const __VLS_export$30: __VLS_WithSlots$15<vue583.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
1907
1908
  default: (props: ExpansionPanelHeaderSlotProps) => any;
1908
1909
  }>;
1909
1910
  declare const _default$30: typeof __VLS_export$30;
@@ -1952,7 +1953,7 @@ interface ExpansionPanelActivatorSlotProps {
1952
1953
  'onKeydown': (e: KeyboardEvent) => void;
1953
1954
  };
1954
1955
  }
1955
- declare const __VLS_export$29: __VLS_WithSlots$14<vue583.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
1956
1957
  default: (props: ExpansionPanelActivatorSlotProps) => any;
1957
1958
  }>;
1958
1959
  declare const _default$28: typeof __VLS_export$29;
@@ -1983,7 +1984,7 @@ interface ExpansionPanelContentSlotProps {
1983
1984
  'hidden': boolean;
1984
1985
  };
1985
1986
  }
1986
- declare const __VLS_export$28: __VLS_WithSlots$13<vue583.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
1987
1988
  default: (props: ExpansionPanelContentSlotProps) => any;
1988
1989
  }>;
1989
1990
  declare const _default$29: typeof __VLS_export$28;
@@ -2029,11 +2030,11 @@ declare const ExpansionPanel: {
2029
2030
  * ```
2030
2031
  */
2031
2032
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2032
- attrs: any;
2033
2033
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
2034
2034
  slots: {
2035
2035
  default: (props: ExpansionPanelRootSlotProps) => any;
2036
2036
  };
2037
+ attrs: any;
2037
2038
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2038
2039
  props: {
2039
2040
  [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
@@ -2045,14 +2046,14 @@ declare const ExpansionPanel: {
2045
2046
  as?: (DOMElement | null) | undefined;
2046
2047
  renderless?: boolean | undefined;
2047
2048
  modelValue?: (T | T[]) | undefined;
2048
- } & vue583.PublicProps;
2049
+ } & vue584.PublicProps;
2049
2050
  expose: (exposed: {}) => void;
2050
2051
  attrs: any;
2051
2052
  slots: {
2052
2053
  default: (props: ExpansionPanelRootSlotProps) => any;
2053
2054
  };
2054
2055
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
2055
- }>) => vue583.VNode & {
2056
+ }>) => vue584.VNode & {
2056
2057
  __ctx?: Awaited<typeof __VLS_setup>;
2057
2058
  };
2058
2059
  /**
@@ -2082,27 +2083,27 @@ declare const ExpansionPanel: {
2082
2083
  * ```
2083
2084
  */
2084
2085
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2085
- attrs: any;
2086
2086
  emit: {};
2087
2087
  slots: {
2088
2088
  default: (props: ExpansionPanelItemSlotProps) => any;
2089
2089
  };
2090
+ attrs: any;
2090
2091
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2091
2092
  props: {
2092
2093
  id?: string | undefined;
2093
2094
  value?: V | undefined;
2094
- disabled?: vue583.MaybeRef<boolean> | undefined;
2095
+ disabled?: vue584.MaybeRef<boolean> | undefined;
2095
2096
  namespace?: string | undefined;
2096
2097
  as?: (DOMElement | null) | undefined;
2097
2098
  renderless?: boolean | undefined;
2098
- } & vue583.PublicProps;
2099
+ } & vue584.PublicProps;
2099
2100
  expose: (exposed: {}) => void;
2100
2101
  attrs: any;
2101
2102
  slots: {
2102
2103
  default: (props: ExpansionPanelItemSlotProps) => any;
2103
2104
  };
2104
2105
  emit: {};
2105
- }>) => vue583.VNode & {
2106
+ }>) => vue584.VNode & {
2106
2107
  __ctx?: Awaited<typeof __VLS_setup>;
2107
2108
  };
2108
2109
  /**
@@ -2126,7 +2127,7 @@ declare const ExpansionPanel: {
2126
2127
  * ```
2127
2128
  */
2128
2129
  Header: {
2129
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
2130
2131
  P: {};
2131
2132
  B: {};
2132
2133
  D: {};
@@ -2137,7 +2138,7 @@ declare const ExpansionPanel: {
2137
2138
  __isFragment?: never;
2138
2139
  __isTeleport?: never;
2139
2140
  __isSuspense?: never;
2140
- } & vue583.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
2141
2142
  $slots: {
2142
2143
  default: (props: ExpansionPanelHeaderSlotProps) => any;
2143
2144
  };
@@ -2161,7 +2162,7 @@ declare const ExpansionPanel: {
2161
2162
  * ```
2162
2163
  */
2163
2164
  Activator: {
2164
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
2165
2166
  P: {};
2166
2167
  B: {};
2167
2168
  D: {};
@@ -2172,7 +2173,7 @@ declare const ExpansionPanel: {
2172
2173
  __isFragment?: never;
2173
2174
  __isTeleport?: never;
2174
2175
  __isSuspense?: never;
2175
- } & vue583.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
2176
2177
  $slots: {
2177
2178
  default: (props: ExpansionPanelActivatorSlotProps) => any;
2178
2179
  };
@@ -2196,7 +2197,7 @@ declare const ExpansionPanel: {
2196
2197
  * ```
2197
2198
  */
2198
2199
  Content: {
2199
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
2200
2201
  P: {};
2201
2202
  B: {};
2202
2203
  D: {};
@@ -2207,7 +2208,7 @@ declare const ExpansionPanel: {
2207
2208
  __isFragment?: never;
2208
2209
  __isTeleport?: never;
2209
2210
  __isSuspense?: never;
2210
- } & vue583.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
2211
2212
  $slots: {
2212
2213
  default: (props: ExpansionPanelContentSlotProps) => any;
2213
2214
  };
@@ -2256,21 +2257,21 @@ interface GroupRootSlotProps {
2256
2257
  'aria-multiselectable': true;
2257
2258
  };
2258
2259
  }
2259
- declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue583.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
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>>;
2260
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<{
2261
2262
  props: __VLS_PrettifyLocal$13<(GroupRootProps & {
2262
2263
  modelValue?: T | T[];
2263
2264
  }) & {
2264
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2265
2265
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2266
- }> & vue583.PublicProps;
2266
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2267
+ }> & vue584.PublicProps;
2267
2268
  expose: (exposed: {}) => void;
2268
2269
  attrs: any;
2269
2270
  slots: {
2270
2271
  default: (props: GroupRootSlotProps) => any;
2271
2272
  };
2272
2273
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
2273
- }>) => vue583.VNode & {
2274
+ }>) => vue584.VNode & {
2274
2275
  __ctx?: Awaited<typeof __VLS_setup>;
2275
2276
  };
2276
2277
  declare const _default$27: typeof __VLS_export$27;
@@ -2325,14 +2326,14 @@ interface GroupItemSlotProps<V = unknown> {
2325
2326
  };
2326
2327
  }
2327
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<{
2328
- props: __VLS_PrettifyLocal$12<GroupItemProps<V>> & vue583.PublicProps;
2329
+ props: __VLS_PrettifyLocal$12<GroupItemProps<V>> & vue584.PublicProps;
2329
2330
  expose: (exposed: {}) => void;
2330
2331
  attrs: any;
2331
2332
  slots: {
2332
2333
  default: (props: GroupItemSlotProps<V>) => unknown;
2333
2334
  };
2334
2335
  emit: {};
2335
- }>) => vue583.VNode & {
2336
+ }>) => vue584.VNode & {
2336
2337
  __ctx?: Awaited<typeof __VLS_setup>;
2337
2338
  };
2338
2339
  declare const _default$26: typeof __VLS_export$26;
@@ -2366,11 +2367,11 @@ declare const Group: {
2366
2367
  * ```
2367
2368
  */
2368
2369
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2369
- attrs: any;
2370
2370
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
2371
2371
  slots: {
2372
2372
  default: (props: GroupRootSlotProps) => any;
2373
2373
  };
2374
+ attrs: any;
2374
2375
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2375
2376
  props: {
2376
2377
  namespace?: string | undefined;
@@ -2378,16 +2379,16 @@ declare const Group: {
2378
2379
  enroll?: boolean | undefined;
2379
2380
  mandatory?: boolean | "force" | undefined;
2380
2381
  modelValue?: (T | T[]) | undefined;
2381
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2382
2382
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2383
- } & vue583.PublicProps;
2383
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
2384
+ } & vue584.PublicProps;
2384
2385
  expose: (exposed: {}) => void;
2385
2386
  attrs: any;
2386
2387
  slots: {
2387
2388
  default: (props: GroupRootSlotProps) => any;
2388
2389
  };
2389
2390
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
2390
- }>) => vue583.VNode & {
2391
+ }>) => vue584.VNode & {
2391
2392
  __ctx?: Awaited<typeof __VLS_setup>;
2392
2393
  };
2393
2394
  /**
@@ -2409,35 +2410,35 @@ declare const Group: {
2409
2410
  * ```
2410
2411
  */
2411
2412
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2412
- attrs: any;
2413
2413
  emit: {};
2414
2414
  slots: {
2415
2415
  default: (props: GroupItemSlotProps<V>) => unknown;
2416
2416
  };
2417
+ attrs: any;
2417
2418
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2418
2419
  props: {
2419
2420
  id?: string | undefined;
2420
2421
  label?: string | undefined;
2421
2422
  value?: V | undefined;
2422
- disabled?: vue583.MaybeRef<boolean> | undefined;
2423
- indeterminate?: vue583.MaybeRef<boolean> | undefined;
2423
+ disabled?: vue584.MaybeRef<boolean> | undefined;
2424
+ indeterminate?: vue584.MaybeRef<boolean> | undefined;
2424
2425
  namespace?: string | undefined;
2425
- } & vue583.PublicProps;
2426
+ } & vue584.PublicProps;
2426
2427
  expose: (exposed: {}) => void;
2427
2428
  attrs: any;
2428
2429
  slots: {
2429
2430
  default: (props: GroupItemSlotProps<V>) => unknown;
2430
2431
  };
2431
2432
  emit: {};
2432
- }>) => vue583.VNode & {
2433
+ }>) => vue584.VNode & {
2433
2434
  __ctx?: Awaited<typeof __VLS_setup>;
2434
2435
  };
2435
2436
  };
2436
2437
  //#endregion
2437
2438
  //#region src/components/Pagination/PaginationRoot.vue.d.ts
2438
- declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue583.App) => PaginationContext;
2439
- declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue583.App) => RegistryContext<RegistryTicket<unknown>>;
2440
- declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue583.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>>;
2441
2442
  interface PaginationRootProps extends AtomProps {
2442
2443
  /** Namespace for dependency injection */
2443
2444
  namespace?: string;
@@ -2493,14 +2494,14 @@ declare const __VLS_export$25: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
2493
2494
  modelValue?: number;
2494
2495
  }) & {
2495
2496
  [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
2496
- }> & vue583.PublicProps;
2497
+ }> & vue584.PublicProps;
2497
2498
  expose: (exposed: {}) => void;
2498
2499
  attrs: any;
2499
2500
  slots: {
2500
2501
  default: (props: PaginationRootSlotProps) => any;
2501
2502
  };
2502
2503
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
2503
- }>) => vue583.VNode & {
2504
+ }>) => vue584.VNode & {
2504
2505
  __ctx?: Awaited<typeof __VLS_setup>;
2505
2506
  };
2506
2507
  declare const _default$24: typeof __VLS_export$25;
@@ -2539,7 +2540,7 @@ interface PaginationItemSlotProps {
2539
2540
  'onClick': () => void;
2540
2541
  };
2541
2542
  }
2542
- declare const __VLS_export$24: __VLS_WithSlots$12<vue583.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
2543
2544
  default: (props: PaginationItemSlotProps) => any;
2544
2545
  }>;
2545
2546
  declare const _default$20: typeof __VLS_export$24;
@@ -2574,7 +2575,7 @@ interface PaginationFirstSlotProps {
2574
2575
  'onClick': () => void;
2575
2576
  };
2576
2577
  }
2577
- declare const __VLS_export$23: __VLS_WithSlots$11<vue583.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
2578
2579
  default: (props: PaginationFirstSlotProps) => any;
2579
2580
  }>;
2580
2581
  declare const _default$19: typeof __VLS_export$23;
@@ -2609,7 +2610,7 @@ interface PaginationPrevSlotProps {
2609
2610
  'onClick': () => void;
2610
2611
  };
2611
2612
  }
2612
- declare const __VLS_export$22: __VLS_WithSlots$10<vue583.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
2613
2614
  default: (props: PaginationPrevSlotProps) => any;
2614
2615
  }>;
2615
2616
  declare const _default$23: typeof __VLS_export$22;
@@ -2636,7 +2637,7 @@ interface PaginationEllipsisSlotProps {
2636
2637
  'aria-hidden': 'true';
2637
2638
  };
2638
2639
  }
2639
- declare const __VLS_export$21: __VLS_WithSlots$9<vue583.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
2640
2641
  default: (props: PaginationEllipsisSlotProps) => any;
2641
2642
  }>;
2642
2643
  declare const _default$18: typeof __VLS_export$21;
@@ -2671,7 +2672,7 @@ interface PaginationNextSlotProps {
2671
2672
  'onClick': () => void;
2672
2673
  };
2673
2674
  }
2674
- declare const __VLS_export$20: __VLS_WithSlots$8<vue583.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
2675
2676
  default: (props: PaginationNextSlotProps) => any;
2676
2677
  }>;
2677
2678
  declare const _default$22: typeof __VLS_export$20;
@@ -2706,7 +2707,7 @@ interface PaginationLastSlotProps {
2706
2707
  'onClick': () => void;
2707
2708
  };
2708
2709
  }
2709
- declare const __VLS_export$19: __VLS_WithSlots$7<vue583.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
2710
2711
  default: (props: PaginationLastSlotProps) => any;
2711
2712
  }>;
2712
2713
  declare const _default$21: typeof __VLS_export$19;
@@ -2735,7 +2736,7 @@ interface PaginationStatusSlotProps {
2735
2736
  'role': 'status';
2736
2737
  };
2737
2738
  }
2738
- declare const __VLS_export$18: __VLS_WithSlots$6<vue583.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
2739
2740
  default: (props: PaginationStatusSlotProps) => any;
2740
2741
  }>;
2741
2742
  declare const _default$25: typeof __VLS_export$18;
@@ -2783,11 +2784,11 @@ declare const Pagination: {
2783
2784
  * ```
2784
2785
  */
2785
2786
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2786
- attrs: any;
2787
2787
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
2788
2788
  slots: {
2789
2789
  default: (props: PaginationRootSlotProps) => any;
2790
2790
  };
2791
+ attrs: any;
2791
2792
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2792
2793
  props: {
2793
2794
  [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
@@ -2799,14 +2800,14 @@ declare const Pagination: {
2799
2800
  as?: (DOMElement | null) | undefined;
2800
2801
  renderless?: boolean | undefined;
2801
2802
  modelValue?: number | undefined;
2802
- } & vue583.PublicProps;
2803
+ } & vue584.PublicProps;
2803
2804
  expose: (exposed: {}) => void;
2804
2805
  attrs: any;
2805
2806
  slots: {
2806
2807
  default: (props: PaginationRootSlotProps) => any;
2807
2808
  };
2808
2809
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
2809
- }>) => vue583.VNode & {
2810
+ }>) => vue584.VNode & {
2810
2811
  __ctx?: Awaited<typeof __VLS_setup>;
2811
2812
  };
2812
2813
  /**
@@ -2831,7 +2832,7 @@ declare const Pagination: {
2831
2832
  * ```
2832
2833
  */
2833
2834
  Item: {
2834
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
2835
2836
  P: {};
2836
2837
  B: {};
2837
2838
  D: {};
@@ -2842,7 +2843,7 @@ declare const Pagination: {
2842
2843
  __isFragment?: never;
2843
2844
  __isTeleport?: never;
2844
2845
  __isSuspense?: never;
2845
- } & vue583.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
2846
2847
  $slots: {
2847
2848
  default: (props: PaginationItemSlotProps) => any;
2848
2849
  };
@@ -2875,7 +2876,7 @@ declare const Pagination: {
2875
2876
  * ```
2876
2877
  */
2877
2878
  First: {
2878
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
2879
2880
  P: {};
2880
2881
  B: {};
2881
2882
  D: {};
@@ -2886,7 +2887,7 @@ declare const Pagination: {
2886
2887
  __isFragment?: never;
2887
2888
  __isTeleport?: never;
2888
2889
  __isSuspense?: never;
2889
- } & vue583.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
2890
2891
  $slots: {
2891
2892
  default: (props: PaginationFirstSlotProps) => any;
2892
2893
  };
@@ -2919,7 +2920,7 @@ declare const Pagination: {
2919
2920
  * ```
2920
2921
  */
2921
2922
  Prev: {
2922
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
2923
2924
  P: {};
2924
2925
  B: {};
2925
2926
  D: {};
@@ -2930,7 +2931,7 @@ declare const Pagination: {
2930
2931
  __isFragment?: never;
2931
2932
  __isTeleport?: never;
2932
2933
  __isSuspense?: never;
2933
- } & vue583.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
2934
2935
  $slots: {
2935
2936
  default: (props: PaginationPrevSlotProps) => any;
2936
2937
  };
@@ -2958,7 +2959,7 @@ declare const Pagination: {
2958
2959
  * ```
2959
2960
  */
2960
2961
  Ellipsis: {
2961
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
2962
2963
  P: {};
2963
2964
  B: {};
2964
2965
  D: {};
@@ -2969,7 +2970,7 @@ declare const Pagination: {
2969
2970
  __isFragment?: never;
2970
2971
  __isTeleport?: never;
2971
2972
  __isSuspense?: never;
2972
- } & vue583.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
2973
2974
  $slots: {
2974
2975
  default: (props: PaginationEllipsisSlotProps) => any;
2975
2976
  };
@@ -3002,7 +3003,7 @@ declare const Pagination: {
3002
3003
  * ```
3003
3004
  */
3004
3005
  Next: {
3005
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
3006
3007
  P: {};
3007
3008
  B: {};
3008
3009
  D: {};
@@ -3013,7 +3014,7 @@ declare const Pagination: {
3013
3014
  __isFragment?: never;
3014
3015
  __isTeleport?: never;
3015
3016
  __isSuspense?: never;
3016
- } & vue583.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
3017
3018
  $slots: {
3018
3019
  default: (props: PaginationNextSlotProps) => any;
3019
3020
  };
@@ -3046,7 +3047,7 @@ declare const Pagination: {
3046
3047
  * ```
3047
3048
  */
3048
3049
  Last: {
3049
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
3050
3051
  P: {};
3051
3052
  B: {};
3052
3053
  D: {};
@@ -3057,7 +3058,7 @@ declare const Pagination: {
3057
3058
  __isFragment?: never;
3058
3059
  __isTeleport?: never;
3059
3060
  __isSuspense?: never;
3060
- } & vue583.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
3061
3062
  $slots: {
3062
3063
  default: (props: PaginationLastSlotProps) => any;
3063
3064
  };
@@ -3083,7 +3084,7 @@ declare const Pagination: {
3083
3084
  * ```
3084
3085
  */
3085
3086
  Status: {
3086
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
3087
3088
  P: {};
3088
3089
  B: {};
3089
3090
  D: {};
@@ -3094,7 +3095,7 @@ declare const Pagination: {
3094
3095
  __isFragment?: never;
3095
3096
  __isTeleport?: never;
3096
3097
  __isSuspense?: never;
3097
- } & vue583.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
3098
3099
  $slots: {
3099
3100
  default: (props: PaginationStatusSlotProps) => any;
3100
3101
  };
@@ -3119,16 +3120,16 @@ interface PopoverRootSlotProps {
3119
3120
  /** Toggle the popover open/closed state */
3120
3121
  toggle: () => void;
3121
3122
  }
3122
- declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue583.App) => PopoverContext;
3123
- declare const __VLS_export$17: __VLS_WithSlots$5<vue583.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 & {
3124
3125
  modelValue?: boolean;
3125
- }, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
3126
+ }, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
3126
3127
  "update:modelValue": (value: boolean) => any;
3127
- }, string, vue583.PublicProps, Readonly<PopoverRootProps & {
3128
+ }, string, vue584.PublicProps, Readonly<PopoverRootProps & {
3128
3129
  modelValue?: boolean;
3129
3130
  }> & Readonly<{
3130
3131
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3131
- }>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
3132
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
3132
3133
  default: (props: PopoverRootSlotProps) => any;
3133
3134
  }>;
3134
3135
  declare const _default$17: typeof __VLS_export$17;
@@ -3153,7 +3154,7 @@ interface PopoverActivatorSlotProps {
3153
3154
  'data-popover-open': '' | undefined;
3154
3155
  };
3155
3156
  }
3156
- declare const __VLS_export$16: __VLS_WithSlots$4<vue583.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
3157
3158
  default: (props: PopoverActivatorSlotProps) => any;
3158
3159
  }>;
3159
3160
  declare const _default$15: typeof __VLS_export$16;
@@ -3184,11 +3185,11 @@ interface PopoverContentSlotProps {
3184
3185
  popover: '';
3185
3186
  };
3186
3187
  }
3187
- declare const __VLS_export$15: __VLS_WithSlots$3<vue583.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
3188
+ declare const __VLS_export$15: __VLS_WithSlots$3<vue584.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
3188
3189
  beforetoggle: (e: ToggleEvent) => any;
3189
- }, string, vue583.PublicProps, Readonly<PopoverContentProps> & Readonly<{
3190
+ }, string, vue584.PublicProps, Readonly<PopoverContentProps> & Readonly<{
3190
3191
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
3191
- }>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
3192
+ }>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>, {
3192
3193
  default: (props: PopoverContentSlotProps) => any;
3193
3194
  }>;
3194
3195
  declare const _default$16: typeof __VLS_export$15;
@@ -3230,13 +3231,13 @@ declare const Popover: {
3230
3231
  * ```
3231
3232
  */
3232
3233
  Root: {
3233
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
3234
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
3234
3235
  modelValue?: boolean;
3235
3236
  }> & Readonly<{
3236
3237
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3237
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
3238
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
3238
3239
  "update:modelValue": (value: boolean) => any;
3239
- }, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
3240
+ }, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
3240
3241
  P: {};
3241
3242
  B: {};
3242
3243
  D: {};
@@ -3251,13 +3252,13 @@ declare const Popover: {
3251
3252
  __isFragment?: never;
3252
3253
  __isTeleport?: never;
3253
3254
  __isSuspense?: never;
3254
- } & vue583.ComponentOptionsBase<Readonly<PopoverRootProps & {
3255
+ } & vue584.ComponentOptionsBase<Readonly<PopoverRootProps & {
3255
3256
  modelValue?: boolean;
3256
3257
  }> & Readonly<{
3257
3258
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3258
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
3259
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
3259
3260
  "update:modelValue": (value: boolean) => any;
3260
- }, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
3261
+ }, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
3261
3262
  $slots: {
3262
3263
  default: (props: PopoverRootSlotProps) => any;
3263
3264
  };
@@ -3281,7 +3282,7 @@ declare const Popover: {
3281
3282
  * ```
3282
3283
  */
3283
3284
  Activator: {
3284
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
3285
3286
  P: {};
3286
3287
  B: {};
3287
3288
  D: {};
@@ -3292,7 +3293,7 @@ declare const Popover: {
3292
3293
  __isFragment?: never;
3293
3294
  __isTeleport?: never;
3294
3295
  __isSuspense?: never;
3295
- } & vue583.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
3296
3297
  $slots: {
3297
3298
  default: (props: PopoverActivatorSlotProps) => any;
3298
3299
  };
@@ -3316,11 +3317,11 @@ declare const Popover: {
3316
3317
  * ```
3317
3318
  */
3318
3319
  Content: {
3319
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
3320
+ new (...args: any[]): vue584.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
3320
3321
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
3321
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
3322
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
3322
3323
  beforetoggle: (e: ToggleEvent) => any;
3323
- }, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.ComponentProvideOptions, {
3324
+ }, vue584.PublicProps, {}, false, {}, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, {}, any, vue584.ComponentProvideOptions, {
3324
3325
  P: {};
3325
3326
  B: {};
3326
3327
  D: {};
@@ -3333,11 +3334,11 @@ declare const Popover: {
3333
3334
  __isFragment?: never;
3334
3335
  __isTeleport?: never;
3335
3336
  __isSuspense?: never;
3336
- } & vue583.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
3337
+ } & vue584.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
3337
3338
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
3338
- }>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {
3339
+ }>, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {
3339
3340
  beforetoggle: (e: ToggleEvent) => any;
3340
- }, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.ComponentCustomProps & (new () => {
3341
+ }, string, {}, {}, string, {}, vue584.GlobalComponents, vue584.GlobalDirectives, string, vue584.ComponentProvideOptions> & vue584.VNodeProps & vue584.AllowedComponentProps & vue584.ComponentCustomProps & (new () => {
3341
3342
  $slots: {
3342
3343
  default: (props: PopoverContentSlotProps) => any;
3343
3344
  };
@@ -3460,14 +3461,14 @@ interface RadioGroupSlotProps {
3460
3461
  'aria-required': boolean | undefined;
3461
3462
  };
3462
3463
  }
3463
- declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue583.App) => RadioGroupContext;
3464
+ declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue584.App) => RadioGroupContext;
3464
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<{
3465
3466
  props: __VLS_PrettifyLocal$10<(RadioGroupProps & {
3466
3467
  modelValue?: T;
3467
3468
  }) & {
3468
- "onUpdate:model-value"?: ((value: T) => any) | undefined;
3469
3469
  "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
3470
- }> & vue583.PublicProps;
3470
+ "onUpdate:model-value"?: ((value: T) => any) | undefined;
3471
+ }> & vue584.PublicProps;
3471
3472
  expose: (exposed: {}) => void;
3472
3473
  attrs: any;
3473
3474
  slots: {
@@ -3489,7 +3490,7 @@ declare const __VLS_export$14: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
3489
3490
  default: (props: RadioGroupSlotProps) => any;
3490
3491
  };
3491
3492
  emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
3492
- }>) => vue583.VNode & {
3493
+ }>) => vue584.VNode & {
3493
3494
  __ctx?: Awaited<typeof __VLS_setup>;
3494
3495
  };
3495
3496
  declare const _default$11: typeof __VLS_export$14;
@@ -3541,7 +3542,7 @@ interface RadioHiddenInputProps {
3541
3542
  */
3542
3543
  form?: string;
3543
3544
  }
3544
- declare const __VLS_export$13: vue583.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>;
3545
+ declare const __VLS_export$13: vue584.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>;
3545
3546
  declare const _default$12: typeof __VLS_export$13;
3546
3547
  //#endregion
3547
3548
  //#region src/components/Radio/RadioRoot.vue.d.ts
@@ -3662,9 +3663,9 @@ interface RadioRootSlotProps<V = unknown> {
3662
3663
  'data-radio-id': ID;
3663
3664
  };
3664
3665
  }
3665
- declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue583.App) => RadioRootContext;
3666
+ declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue584.App) => RadioRootContext;
3666
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<{
3667
- props: __VLS_PrettifyLocal$9<RadioRootProps<V>> & vue583.PublicProps;
3668
+ props: __VLS_PrettifyLocal$9<RadioRootProps<V>> & vue584.PublicProps;
3668
3669
  expose: (exposed: {}) => void;
3669
3670
  attrs: any;
3670
3671
  slots: {
@@ -3685,7 +3686,7 @@ declare const __VLS_export$12: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
3685
3686
  default: (props: RadioRootSlotProps<V>) => any;
3686
3687
  };
3687
3688
  emit: {};
3688
- }>) => vue583.VNode & {
3689
+ }>) => vue584.VNode & {
3689
3690
  __ctx?: Awaited<typeof __VLS_setup>;
3690
3691
  };
3691
3692
  declare const _default$14: typeof __VLS_export$12;
@@ -3707,7 +3708,7 @@ interface RadioIndicatorSlotProps {
3707
3708
  };
3708
3709
  };
3709
3710
  }
3710
- declare const __VLS_export$11: __VLS_WithSlots$2<vue583.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
3711
3712
  /**
3712
3713
  * Default slot for custom indicator content
3713
3714
  *
@@ -3792,11 +3793,11 @@ declare const Radio: {
3792
3793
  * ```
3793
3794
  */
3794
3795
  Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
3795
- attrs: any;
3796
3796
  emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
3797
3797
  slots: {
3798
3798
  default: (props: RadioGroupSlotProps) => any;
3799
3799
  };
3800
+ attrs: any;
3800
3801
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3801
3802
  props: {
3802
3803
  namespace?: string | undefined;
@@ -3811,16 +3812,16 @@ declare const Radio: {
3811
3812
  as?: (DOMElement | null) | undefined;
3812
3813
  renderless?: boolean | undefined;
3813
3814
  modelValue?: T | undefined;
3814
- "onUpdate:model-value"?: ((value: T) => any) | undefined;
3815
3815
  "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
3816
- } & vue583.PublicProps;
3816
+ "onUpdate:model-value"?: ((value: T) => any) | undefined;
3817
+ } & vue584.PublicProps;
3817
3818
  expose: (exposed: {}) => void;
3818
3819
  attrs: any;
3819
3820
  slots: {
3820
3821
  default: (props: RadioGroupSlotProps) => any;
3821
3822
  };
3822
3823
  emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
3823
- }>) => vue583.VNode & {
3824
+ }>) => vue584.VNode & {
3824
3825
  __ctx?: Awaited<typeof __VLS_setup>;
3825
3826
  };
3826
3827
  /**
@@ -3847,7 +3848,7 @@ declare const Radio: {
3847
3848
  * </template>
3848
3849
  * ```
3849
3850
  */
3850
- HiddenInput: vue583.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>;
3851
+ HiddenInput: vue584.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue584.ComponentOptionsMixin, vue584.ComponentOptionsMixin, {}, string, vue584.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue584.ComponentProvideOptions, false, {}, any>;
3851
3852
  /**
3852
3853
  * Visual indicator component for radio buttons.
3853
3854
  *
@@ -3876,7 +3877,7 @@ declare const Radio: {
3876
3877
  * ```
3877
3878
  */
3878
3879
  Indicator: {
3879
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
3880
3881
  P: {};
3881
3882
  B: {};
3882
3883
  D: {};
@@ -3887,7 +3888,7 @@ declare const Radio: {
3887
3888
  __isFragment?: never;
3888
3889
  __isTeleport?: never;
3889
3890
  __isSuspense?: never;
3890
- } & vue583.ComponentOptionsBase<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
3891
3892
  $slots: {
3892
3893
  default: (props: RadioIndicatorSlotProps) => any;
3893
3894
  };
@@ -3919,11 +3920,11 @@ declare const Radio: {
3919
3920
  * ```
3920
3921
  */
3921
3922
  Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
3922
- attrs: any;
3923
3923
  emit: {};
3924
3924
  slots: {
3925
3925
  default: (props: RadioRootSlotProps<V>) => any;
3926
3926
  };
3927
+ attrs: any;
3927
3928
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3928
3929
  props: {
3929
3930
  id?: ID | undefined;
@@ -3931,7 +3932,7 @@ declare const Radio: {
3931
3932
  value?: V | undefined;
3932
3933
  name?: string | undefined;
3933
3934
  form?: string | undefined;
3934
- disabled?: vue583.MaybeRef<boolean> | undefined;
3935
+ disabled?: vue584.MaybeRef<boolean> | undefined;
3935
3936
  namespace?: string | undefined;
3936
3937
  groupNamespace?: string | undefined;
3937
3938
  ariaLabelledby?: string | undefined;
@@ -3939,14 +3940,14 @@ declare const Radio: {
3939
3940
  ariaInvalid?: boolean | undefined;
3940
3941
  as?: (DOMElement | null) | undefined;
3941
3942
  renderless?: boolean | undefined;
3942
- } & vue583.PublicProps;
3943
+ } & vue584.PublicProps;
3943
3944
  expose: (exposed: {}) => void;
3944
3945
  attrs: any;
3945
3946
  slots: {
3946
3947
  default: (props: RadioRootSlotProps<V>) => any;
3947
3948
  };
3948
3949
  emit: {};
3949
- }>) => vue583.VNode & {
3950
+ }>) => vue584.VNode & {
3950
3951
  __ctx?: Awaited<typeof __VLS_setup>;
3951
3952
  };
3952
3953
  };
@@ -3982,7 +3983,7 @@ interface ScrimSlotProps {
3982
3983
  /** Dismiss this overlay */
3983
3984
  dismiss: () => void;
3984
3985
  }
3985
- declare const __VLS_export$10: __VLS_WithSlots$1<vue583.DefineComponent<ScrimProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<ScrimProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.ComponentProvideOptions, false, {}, any>, {
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>, {
3986
3987
  default: (props: ScrimSlotProps) => any;
3987
3988
  }>;
3988
3989
  declare const _default$10: typeof __VLS_export$10;
@@ -4026,21 +4027,21 @@ interface SelectionRootSlotProps {
4026
4027
  'aria-multiselectable': boolean;
4027
4028
  };
4028
4029
  }
4029
- declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue583.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>>;
4030
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<{
4031
4032
  props: __VLS_PrettifyLocal$8<(SelectionRootProps & {
4032
4033
  modelValue?: T | T[];
4033
4034
  }) & {
4034
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4035
4035
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4036
- }> & vue583.PublicProps;
4036
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4037
+ }> & vue584.PublicProps;
4037
4038
  expose: (exposed: {}) => void;
4038
4039
  attrs: any;
4039
4040
  slots: {
4040
4041
  default: (props: SelectionRootSlotProps) => any;
4041
4042
  };
4042
4043
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4043
- }>) => vue583.VNode & {
4044
+ }>) => vue584.VNode & {
4044
4045
  __ctx?: Awaited<typeof __VLS_setup>;
4045
4046
  };
4046
4047
  declare const _default$9: typeof __VLS_export$9;
@@ -4085,14 +4086,14 @@ interface SelectionItemSlotProps<V = unknown> {
4085
4086
  };
4086
4087
  }
4087
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<{
4088
- props: __VLS_PrettifyLocal$7<SelectionItemProps<V>> & vue583.PublicProps;
4089
+ props: __VLS_PrettifyLocal$7<SelectionItemProps<V>> & vue584.PublicProps;
4089
4090
  expose: (exposed: {}) => void;
4090
4091
  attrs: any;
4091
4092
  slots: {
4092
4093
  default: (props: SelectionItemSlotProps<V>) => unknown;
4093
4094
  };
4094
4095
  emit: {};
4095
- }>) => vue583.VNode & {
4096
+ }>) => vue584.VNode & {
4096
4097
  __ctx?: Awaited<typeof __VLS_setup>;
4097
4098
  };
4098
4099
  declare const _default$8: typeof __VLS_export$8;
@@ -4130,11 +4131,11 @@ declare const Selection: {
4130
4131
  * ```
4131
4132
  */
4132
4133
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4133
- attrs: any;
4134
4134
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4135
4135
  slots: {
4136
4136
  default: (props: SelectionRootSlotProps) => any;
4137
4137
  };
4138
+ attrs: any;
4138
4139
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4139
4140
  props: {
4140
4141
  namespace?: string | undefined;
@@ -4143,16 +4144,16 @@ declare const Selection: {
4143
4144
  mandatory?: boolean | "force" | undefined;
4144
4145
  multiple?: boolean | undefined;
4145
4146
  modelValue?: (T | T[]) | undefined;
4146
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4147
4147
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4148
- } & vue583.PublicProps;
4148
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4149
+ } & vue584.PublicProps;
4149
4150
  expose: (exposed: {}) => void;
4150
4151
  attrs: any;
4151
4152
  slots: {
4152
4153
  default: (props: SelectionRootSlotProps) => any;
4153
4154
  };
4154
4155
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4155
- }>) => vue583.VNode & {
4156
+ }>) => vue584.VNode & {
4156
4157
  __ctx?: Awaited<typeof __VLS_setup>;
4157
4158
  };
4158
4159
  /**
@@ -4174,26 +4175,26 @@ declare const Selection: {
4174
4175
  * ```
4175
4176
  */
4176
4177
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4177
- attrs: any;
4178
4178
  emit: {};
4179
4179
  slots: {
4180
4180
  default: (props: SelectionItemSlotProps<V>) => unknown;
4181
4181
  };
4182
+ attrs: any;
4182
4183
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4183
4184
  props: {
4184
4185
  id?: string | undefined;
4185
4186
  label?: string | undefined;
4186
4187
  value?: V | undefined;
4187
- disabled?: vue583.MaybeRef<boolean> | undefined;
4188
+ disabled?: vue584.MaybeRef<boolean> | undefined;
4188
4189
  namespace?: string | undefined;
4189
- } & vue583.PublicProps;
4190
+ } & vue584.PublicProps;
4190
4191
  expose: (exposed: {}) => void;
4191
4192
  attrs: any;
4192
4193
  slots: {
4193
4194
  default: (props: SelectionItemSlotProps<V>) => unknown;
4194
4195
  };
4195
4196
  emit: {};
4196
- }>) => vue583.VNode & {
4197
+ }>) => vue584.VNode & {
4197
4198
  __ctx?: Awaited<typeof __VLS_setup>;
4198
4199
  };
4199
4200
  };
@@ -4228,20 +4229,20 @@ interface SingleRootSlotProps {
4228
4229
  'aria-multiselectable': false;
4229
4230
  };
4230
4231
  }
4231
- declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket, SingleTicket<SingleTicket>> | undefined) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket, SingleTicket<SingleTicket>>, app?: vue583.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>>;
4232
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<{
4233
4234
  props: __VLS_PrettifyLocal$6<(SingleRootProps & {
4234
4235
  modelValue?: T | T[];
4235
4236
  }) & {
4236
4237
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4237
- }> & vue583.PublicProps;
4238
+ }> & vue584.PublicProps;
4238
4239
  expose: (exposed: {}) => void;
4239
4240
  attrs: any;
4240
4241
  slots: {
4241
4242
  default: (props: SingleRootSlotProps) => any;
4242
4243
  };
4243
4244
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
4244
- }>) => vue583.VNode & {
4245
+ }>) => vue584.VNode & {
4245
4246
  __ctx?: Awaited<typeof __VLS_setup>;
4246
4247
  };
4247
4248
  declare const _default$7: typeof __VLS_export$7;
@@ -4286,14 +4287,14 @@ interface SingleItemSlotProps<V = unknown> {
4286
4287
  };
4287
4288
  }
4288
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<{
4289
- props: __VLS_PrettifyLocal$5<SingleItemProps<V>> & vue583.PublicProps;
4290
+ props: __VLS_PrettifyLocal$5<SingleItemProps<V>> & vue584.PublicProps;
4290
4291
  expose: (exposed: {}) => void;
4291
4292
  attrs: any;
4292
4293
  slots: {
4293
4294
  default: (props: SingleItemSlotProps<V>) => unknown;
4294
4295
  };
4295
4296
  emit: {};
4296
- }>) => vue583.VNode & {
4297
+ }>) => vue584.VNode & {
4297
4298
  __ctx?: Awaited<typeof __VLS_setup>;
4298
4299
  };
4299
4300
  declare const _default$6: typeof __VLS_export$6;
@@ -4331,11 +4332,11 @@ declare const Single: {
4331
4332
  * ```
4332
4333
  */
4333
4334
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4334
- attrs: any;
4335
4335
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
4336
4336
  slots: {
4337
4337
  default: (props: SingleRootSlotProps) => any;
4338
4338
  };
4339
+ attrs: any;
4339
4340
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4340
4341
  props: {
4341
4342
  namespace?: string | undefined;
@@ -4344,14 +4345,14 @@ declare const Single: {
4344
4345
  mandatory?: boolean | "force" | undefined;
4345
4346
  modelValue?: (T | T[]) | undefined;
4346
4347
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4347
- } & vue583.PublicProps;
4348
+ } & vue584.PublicProps;
4348
4349
  expose: (exposed: {}) => void;
4349
4350
  attrs: any;
4350
4351
  slots: {
4351
4352
  default: (props: SingleRootSlotProps) => any;
4352
4353
  };
4353
4354
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
4354
- }>) => vue583.VNode & {
4355
+ }>) => vue584.VNode & {
4355
4356
  __ctx?: Awaited<typeof __VLS_setup>;
4356
4357
  };
4357
4358
  /**
@@ -4375,26 +4376,26 @@ declare const Single: {
4375
4376
  * ```
4376
4377
  */
4377
4378
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4378
- attrs: any;
4379
4379
  emit: {};
4380
4380
  slots: {
4381
4381
  default: (props: SingleItemSlotProps<V>) => unknown;
4382
4382
  };
4383
+ attrs: any;
4383
4384
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4384
4385
  props: {
4385
4386
  id?: string | undefined;
4386
4387
  label?: string | undefined;
4387
4388
  value?: V | undefined;
4388
- disabled?: vue583.MaybeRef<boolean> | undefined;
4389
+ disabled?: vue584.MaybeRef<boolean> | undefined;
4389
4390
  namespace?: string | undefined;
4390
- } & vue583.PublicProps;
4391
+ } & vue584.PublicProps;
4391
4392
  expose: (exposed: {}) => void;
4392
4393
  attrs: any;
4393
4394
  slots: {
4394
4395
  default: (props: SingleItemSlotProps<V>) => unknown;
4395
4396
  };
4396
4397
  emit: {};
4397
- }>) => vue583.VNode & {
4398
+ }>) => vue584.VNode & {
4398
4399
  __ctx?: Awaited<typeof __VLS_setup>;
4399
4400
  };
4400
4401
  };
@@ -4439,20 +4440,20 @@ interface StepRootSlotProps {
4439
4440
  'aria-multiselectable': false;
4440
4441
  };
4441
4442
  }
4442
- declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket, StepTicket<StepTicket>> | undefined) => StepContext<StepTicket, StepTicket<StepTicket>>, provideStepRoot: (key: string, context: StepContext<StepTicket, StepTicket<StepTicket>>, app?: vue583.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>>;
4443
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<{
4444
4445
  props: __VLS_PrettifyLocal$4<(StepRootProps & {
4445
4446
  modelValue?: T | T[];
4446
4447
  }) & {
4447
4448
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4448
- }> & vue583.PublicProps;
4449
+ }> & vue584.PublicProps;
4449
4450
  expose: (exposed: {}) => void;
4450
4451
  attrs: any;
4451
4452
  slots: {
4452
4453
  default: (props: StepRootSlotProps) => any;
4453
4454
  };
4454
4455
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
4455
- }>) => vue583.VNode & {
4456
+ }>) => vue584.VNode & {
4456
4457
  __ctx?: Awaited<typeof __VLS_setup>;
4457
4458
  };
4458
4459
  declare const _default$5: typeof __VLS_export$5;
@@ -4497,14 +4498,14 @@ interface StepItemSlotProps<V = unknown> {
4497
4498
  };
4498
4499
  }
4499
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<{
4500
- props: __VLS_PrettifyLocal$3<StepItemProps<V>> & vue583.PublicProps;
4501
+ props: __VLS_PrettifyLocal$3<StepItemProps<V>> & vue584.PublicProps;
4501
4502
  expose: (exposed: {}) => void;
4502
4503
  attrs: any;
4503
4504
  slots: {
4504
4505
  default: (props: StepItemSlotProps<V>) => unknown;
4505
4506
  };
4506
4507
  emit: {};
4507
- }>) => vue583.VNode & {
4508
+ }>) => vue584.VNode & {
4508
4509
  __ctx?: Awaited<typeof __VLS_setup>;
4509
4510
  };
4510
4511
  declare const _default$4: typeof __VLS_export$4;
@@ -4540,11 +4541,11 @@ declare const Step: {
4540
4541
  * ```
4541
4542
  */
4542
4543
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4543
- attrs: any;
4544
4544
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
4545
4545
  slots: {
4546
4546
  default: (props: StepRootSlotProps) => any;
4547
4547
  };
4548
+ attrs: any;
4548
4549
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4549
4550
  props: {
4550
4551
  namespace?: string | undefined;
@@ -4553,14 +4554,14 @@ declare const Step: {
4553
4554
  mandatory?: boolean | "force" | undefined;
4554
4555
  modelValue?: (T | T[]) | undefined;
4555
4556
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4556
- } & vue583.PublicProps;
4557
+ } & vue584.PublicProps;
4557
4558
  expose: (exposed: {}) => void;
4558
4559
  attrs: any;
4559
4560
  slots: {
4560
4561
  default: (props: StepRootSlotProps) => any;
4561
4562
  };
4562
4563
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
4563
- }>) => vue583.VNode & {
4564
+ }>) => vue584.VNode & {
4564
4565
  __ctx?: Awaited<typeof __VLS_setup>;
4565
4566
  };
4566
4567
  /**
@@ -4582,26 +4583,26 @@ declare const Step: {
4582
4583
  * ```
4583
4584
  */
4584
4585
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4585
- attrs: any;
4586
4586
  emit: {};
4587
4587
  slots: {
4588
4588
  default: (props: StepItemSlotProps<V>) => unknown;
4589
4589
  };
4590
+ attrs: any;
4590
4591
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4591
4592
  props: {
4592
4593
  id?: string | undefined;
4593
4594
  label?: string | undefined;
4594
4595
  value?: V | undefined;
4595
- disabled?: vue583.MaybeRef<boolean> | undefined;
4596
+ disabled?: vue584.MaybeRef<boolean> | undefined;
4596
4597
  namespace?: string | undefined;
4597
- } & vue583.PublicProps;
4598
+ } & vue584.PublicProps;
4598
4599
  expose: (exposed: {}) => void;
4599
4600
  attrs: any;
4600
4601
  slots: {
4601
4602
  default: (props: StepItemSlotProps<V>) => unknown;
4602
4603
  };
4603
4604
  emit: {};
4604
- }>) => vue583.VNode & {
4605
+ }>) => vue584.VNode & {
4605
4606
  __ctx?: Awaited<typeof __VLS_setup>;
4606
4607
  };
4607
4608
  };
@@ -4678,21 +4679,21 @@ interface TabsContext extends StepContext<TabsTicket> {
4678
4679
  /** Root ID for generating tab/panel IDs */
4679
4680
  rootId: string;
4680
4681
  }
4681
- declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue583.App) => TabsContext;
4682
+ declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue584.App) => TabsContext;
4682
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<{
4683
4684
  props: __VLS_PrettifyLocal$2<(TabsRootProps & {
4684
4685
  modelValue?: T | T[];
4685
4686
  }) & {
4686
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4687
4687
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4688
- }> & vue583.PublicProps;
4688
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4689
+ }> & vue584.PublicProps;
4689
4690
  expose: (exposed: {}) => void;
4690
4691
  attrs: any;
4691
4692
  slots: {
4692
4693
  default: (props: TabsRootSlotProps) => any;
4693
4694
  };
4694
4695
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4695
- }>) => vue583.VNode & {
4696
+ }>) => vue584.VNode & {
4696
4697
  __ctx?: Awaited<typeof __VLS_setup>;
4697
4698
  };
4698
4699
  declare const _default: typeof __VLS_export$3;
@@ -4719,7 +4720,7 @@ interface TabsListSlotProps {
4719
4720
  'data-disabled': true | undefined;
4720
4721
  };
4721
4722
  }
4722
- declare const __VLS_export$2: __VLS_WithSlots<vue583.DefineComponent<TabsListProps, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, vue583.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue583.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>, {
4723
4724
  default: (props: TabsListSlotProps) => any;
4724
4725
  }>;
4725
4726
  declare const _default$1: typeof __VLS_export$2;
@@ -4776,14 +4777,14 @@ interface TabsItemSlotProps {
4776
4777
  };
4777
4778
  }
4778
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<{
4779
- props: __VLS_PrettifyLocal$1<TabsItemProps<V>> & vue583.PublicProps;
4780
+ props: __VLS_PrettifyLocal$1<TabsItemProps<V>> & vue584.PublicProps;
4780
4781
  expose: (exposed: {}) => void;
4781
4782
  attrs: any;
4782
4783
  slots: {
4783
4784
  default: (props: TabsItemSlotProps) => any;
4784
4785
  };
4785
4786
  emit: {};
4786
- }>) => vue583.VNode & {
4787
+ }>) => vue584.VNode & {
4787
4788
  __ctx?: Awaited<typeof __VLS_setup>;
4788
4789
  };
4789
4790
  declare const _default$2: typeof __VLS_export$1;
@@ -4810,14 +4811,14 @@ interface TabsPanelSlotProps {
4810
4811
  };
4811
4812
  }
4812
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<{
4813
- props: __VLS_PrettifyLocal<TabsPanelProps<V>> & vue583.PublicProps;
4814
+ props: __VLS_PrettifyLocal<TabsPanelProps<V>> & vue584.PublicProps;
4814
4815
  expose: (exposed: {}) => void;
4815
4816
  attrs: any;
4816
4817
  slots: {
4817
4818
  default: (props: TabsPanelSlotProps) => any;
4818
4819
  };
4819
4820
  emit: {};
4820
- }>) => vue583.VNode & {
4821
+ }>) => vue584.VNode & {
4821
4822
  __ctx?: Awaited<typeof __VLS_setup>;
4822
4823
  };
4823
4824
  declare const _default$3: typeof __VLS_export;
@@ -4859,11 +4860,11 @@ declare const Tabs: {
4859
4860
  * @see https://0.vuetifyjs.com/components/tabs
4860
4861
  */
4861
4862
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4862
- attrs: any;
4863
4863
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4864
4864
  slots: {
4865
4865
  default: (props: TabsRootSlotProps) => any;
4866
4866
  };
4867
+ attrs: any;
4867
4868
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4868
4869
  props: {
4869
4870
  namespace?: string | undefined;
@@ -4874,16 +4875,16 @@ declare const Tabs: {
4874
4875
  orientation?: TabsOrientation | undefined;
4875
4876
  activation?: TabsActivation | undefined;
4876
4877
  modelValue?: (T | T[]) | undefined;
4877
- "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4878
4878
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
4879
- } & vue583.PublicProps;
4879
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
4880
+ } & vue584.PublicProps;
4880
4881
  expose: (exposed: {}) => void;
4881
4882
  attrs: any;
4882
4883
  slots: {
4883
4884
  default: (props: TabsRootSlotProps) => any;
4884
4885
  };
4885
4886
  emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
4886
- }>) => vue583.VNode & {
4887
+ }>) => vue584.VNode & {
4887
4888
  __ctx?: Awaited<typeof __VLS_setup>;
4888
4889
  };
4889
4890
  /**
@@ -4892,7 +4893,7 @@ declare const Tabs: {
4892
4893
  * @see https://0.vuetifyjs.com/components/tabs#tabslist
4893
4894
  */
4894
4895
  List: {
4895
- new (...args: any[]): vue583.CreateComponentPublicInstanceWithMixins<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, vue583.PublicProps, {}, false, {}, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, {}, any, vue583.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, {
4896
4897
  P: {};
4897
4898
  B: {};
4898
4899
  D: {};
@@ -4903,7 +4904,7 @@ declare const Tabs: {
4903
4904
  __isFragment?: never;
4904
4905
  __isTeleport?: never;
4905
4906
  __isSuspense?: never;
4906
- } & vue583.ComponentOptionsBase<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue583.ComponentOptionsMixin, vue583.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue583.GlobalComponents, vue583.GlobalDirectives, string, vue583.ComponentProvideOptions> & vue583.VNodeProps & vue583.AllowedComponentProps & vue583.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 () => {
4907
4908
  $slots: {
4908
4909
  default: (props: TabsListSlotProps) => any;
4909
4910
  };
@@ -4914,30 +4915,30 @@ declare const Tabs: {
4914
4915
  * @see https://0.vuetifyjs.com/components/tabs#tabsitem
4915
4916
  */
4916
4917
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4917
- attrs: any;
4918
4918
  emit: {};
4919
4919
  slots: {
4920
4920
  default: (props: TabsItemSlotProps) => any;
4921
4921
  };
4922
+ attrs: any;
4922
4923
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4923
4924
  props: {
4924
4925
  id?: ID | undefined;
4925
4926
  value?: V | undefined;
4926
- disabled?: vue583.MaybeRef<boolean> | undefined;
4927
+ disabled?: vue584.MaybeRef<boolean> | undefined;
4927
4928
  namespace?: string | undefined;
4928
4929
  ariaLabel?: string | undefined;
4929
4930
  ariaLabelledby?: string | undefined;
4930
4931
  ariaDescribedby?: string | undefined;
4931
4932
  as?: (DOMElement | null) | undefined;
4932
4933
  renderless?: boolean | undefined;
4933
- } & vue583.PublicProps;
4934
+ } & vue584.PublicProps;
4934
4935
  expose: (exposed: {}) => void;
4935
4936
  attrs: any;
4936
4937
  slots: {
4937
4938
  default: (props: TabsItemSlotProps) => any;
4938
4939
  };
4939
4940
  emit: {};
4940
- }>) => vue583.VNode & {
4941
+ }>) => vue584.VNode & {
4941
4942
  __ctx?: Awaited<typeof __VLS_setup>;
4942
4943
  };
4943
4944
  /**
@@ -4946,25 +4947,25 @@ declare const Tabs: {
4946
4947
  * @see https://0.vuetifyjs.com/components/tabs#tabspanel
4947
4948
  */
4948
4949
  Panel: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4949
- attrs: any;
4950
4950
  emit: {};
4951
4951
  slots: {
4952
4952
  default: (props: TabsPanelSlotProps) => any;
4953
4953
  };
4954
+ attrs: any;
4954
4955
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4955
4956
  props: {
4956
4957
  value: V;
4957
4958
  namespace?: string | undefined;
4958
4959
  as?: (DOMElement | null) | undefined;
4959
4960
  renderless?: boolean | undefined;
4960
- } & vue583.PublicProps;
4961
+ } & vue584.PublicProps;
4961
4962
  expose: (exposed: {}) => void;
4962
4963
  attrs: any;
4963
4964
  slots: {
4964
4965
  default: (props: TabsPanelSlotProps) => any;
4965
4966
  };
4966
4967
  emit: {};
4967
- }>) => vue583.VNode & {
4968
+ }>) => vue584.VNode & {
4968
4969
  __ctx?: Awaited<typeof __VLS_setup>;
4969
4970
  };
4970
4971
  };