@vuetify/v0 0.0.16 → 0.0.18

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.
@@ -1,6 +1,6 @@
1
- import { i as ID, t as DOMElement } from "./index-Bd3J4RNS.mjs";
2
- import { I as RegistryContext, M as SelectionTicket, S as GroupContext, T as GroupTicket, _ as PaginationItem, c as SingleContext, d as SingleTicket, h as PaginationContext, i as StepTicket, k as SelectionContext, t as StepContext, z as RegistryTicket } from "./index-BulceeMA.mjs";
3
- import * as vue267 from "vue";
1
+ import { i as ID, t as DOMElement } from "./index-C5LQZd3v.mjs";
2
+ import { I as RegistryContext, M as SelectionTicket, S as GroupContext, T as GroupTicket, c as SingleContext, d as SingleTicket, h as PaginationContext, i as StepTicket, k as SelectionContext, t as StepContext, v as PaginationTicket, z as RegistryTicket } from "./index-DaX9-kmY.mjs";
3
+ import * as vue319 from "vue";
4
4
  import { MaybeRef, Ref, ShallowRef, TemplateRef } from "vue";
5
5
 
6
6
  //#region src/components/Atom/Atom.vue.d.ts
@@ -39,27 +39,38 @@ interface AtomExpose {
39
39
  element: TemplateRef<HTMLElement | null>;
40
40
  }
41
41
  interface AtomPrivateProps extends AtomProps {}
42
- declare const __VLS_export: <T extends Record<string, any> = {}>(__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<{
43
- props: __VLS_PrettifyLocal<AtomPrivateProps> & vue267.PublicProps;
44
- expose: (exposed: vue267.ShallowUnwrapRef<AtomExpose>) => void;
42
+ declare const __VLS_export$27: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$11<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
43
+ props: __VLS_PrettifyLocal$11<AtomPrivateProps> & vue319.PublicProps;
44
+ expose: (exposed: vue319.ShallowUnwrapRef<AtomExpose>) => void;
45
45
  attrs: any;
46
46
  slots: AtomSlots<T>;
47
47
  emit: {};
48
- }>) => vue267.VNode & {
48
+ }>) => vue319.VNode & {
49
49
  __ctx?: Awaited<typeof __VLS_setup>;
50
50
  };
51
- declare const _default: typeof __VLS_export;
52
- type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
51
+ declare const _default$27: typeof __VLS_export$27;
52
+ type __VLS_PrettifyLocal$11<T> = { [K in keyof T as K]: T[K] } & {};
53
53
  //#endregion
54
- //#region src/components/Avatar/AvatarFallback.vue.d.ts
55
- interface AvatarFallbackProps extends AtomProps {
56
- /** Namespace for retrieving avatar context */
54
+ //#region src/components/Avatar/AvatarRoot.vue.d.ts
55
+ interface AvatarRootProps extends AtomProps {
56
+ /** Namespace for dependency injection */
57
57
  namespace?: string;
58
58
  }
59
- interface AvatarFallbackSlotProps {
60
- /** Whether this fallback is currently visible */
61
- isSelected: boolean;
59
+ interface AvatarTicket extends SelectionTicket {
60
+ type?: 'image' | 'fallback';
61
+ priority?: number;
62
62
  }
63
+ interface AvatarContext extends SelectionContext<AvatarTicket> {}
64
+ declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?: vue319.App) => AvatarContext;
65
+ declare const __VLS_export$26: __VLS_WithSlots$15<vue319.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
66
+ default?: (props: {}) => any;
67
+ }>;
68
+ declare const _default$26: typeof __VLS_export$26;
69
+ type __VLS_WithSlots$15<T, S> = T & {
70
+ new (): {
71
+ $slots: S;
72
+ };
73
+ };
63
74
  //#endregion
64
75
  //#region src/components/Avatar/AvatarImage.vue.d.ts
65
76
  interface AvatarImageProps extends AtomProps {
@@ -85,46 +96,109 @@ interface AvatarImageSlotProps {
85
96
  onError: (e: Event) => void;
86
97
  };
87
98
  }
99
+ declare const __VLS_export$25: __VLS_WithSlots$14<vue319.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {
100
+ load: (e: Event) => any;
101
+ error: (e: Event) => any;
102
+ }, string, vue319.PublicProps, Readonly<AvatarImageProps> & Readonly<{
103
+ onLoad?: ((e: Event) => any) | undefined;
104
+ onError?: ((e: Event) => any) | undefined;
105
+ }>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
106
+ default: (props: AvatarImageSlotProps) => any;
107
+ }>;
108
+ declare const _default$25: typeof __VLS_export$25;
109
+ type __VLS_WithSlots$14<T, S> = T & {
110
+ new (): {
111
+ $slots: S;
112
+ };
113
+ };
88
114
  //#endregion
89
- //#region src/components/Avatar/AvatarRoot.vue.d.ts
90
- interface AvatarRootProps extends AtomProps {
91
- /** Namespace for dependency injection */
115
+ //#region src/components/Avatar/AvatarFallback.vue.d.ts
116
+ interface AvatarFallbackProps extends AtomProps {
117
+ /** Namespace for retrieving avatar context */
92
118
  namespace?: string;
93
119
  }
94
- interface AvatarTicket extends SelectionTicket {
95
- type?: 'image' | 'fallback';
96
- priority?: number;
120
+ interface AvatarFallbackSlotProps {
121
+ /** Whether this fallback is currently visible */
122
+ isSelected: boolean;
97
123
  }
98
- interface AvatarContext extends SelectionContext<AvatarTicket> {}
99
- declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?: vue267.App) => AvatarContext;
124
+ declare const __VLS_export$24: __VLS_WithSlots$13<vue319.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
125
+ default: (props: AvatarFallbackSlotProps) => any;
126
+ }>;
127
+ declare const _default$24: typeof __VLS_export$24;
128
+ type __VLS_WithSlots$13<T, S> = T & {
129
+ new (): {
130
+ $slots: S;
131
+ };
132
+ };
100
133
  //#endregion
101
134
  //#region src/components/Avatar/index.d.ts
135
+ /**
136
+ * Avatar component with sub-components for building avatars.
137
+ *
138
+ * @see https://0.vuetifyjs.com/components/avatar
139
+ */
102
140
  declare const Avatar: {
103
- Fallback: {
104
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
141
+ /**
142
+ * Root component for avatars.
143
+ *
144
+ * @see https://0.vuetifyjs.com/components/avatar
145
+ *
146
+ * @example
147
+ * ```vue
148
+ * <script lang="ts" setup>
149
+ * import { Avatar } from '@vuetify/v0'
150
+ * </script>
151
+ *
152
+ * <template>
153
+ * <Avatar.Root>
154
+ * <Avatar.Image src="/avatar.jpg" />
155
+ *
156
+ * <Avatar.Fallback>JD</Avatar.Fallback>
157
+ * </Avatar.Root>
158
+ * </template>
159
+ * ```
160
+ */
161
+ Root: {
162
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
105
163
  P: {};
106
164
  B: {};
107
165
  D: {};
108
166
  C: {};
109
167
  M: {};
110
168
  Defaults: {};
111
- }, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
169
+ }, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
112
170
  __isFragment?: never;
113
171
  __isTeleport?: never;
114
172
  __isSuspense?: never;
115
- } & vue267.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
173
+ } & vue319.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
116
174
  $slots: {
117
- default: (props: AvatarFallbackSlotProps) => any;
175
+ default?: (props: {}) => any;
118
176
  };
119
177
  });
178
+ /**
179
+ * Component for displaying the avatar image.
180
+ *
181
+ * @see https://0.vuetifyjs.com/components/avatar#avatarimage
182
+ *
183
+ * @example
184
+ * ```vue
185
+ * <script lang="ts" setup>
186
+ * import { Avatar } from '@vuetify/v0'
187
+ * </script>
188
+ *
189
+ * <template>
190
+ * <Avatar.Image src="/avatar.jpg" alt="User avatar" />
191
+ * </template>
192
+ * ```
193
+ */
120
194
  Image: {
121
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
195
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
122
196
  onLoad?: ((e: Event) => any) | undefined;
123
197
  onError?: ((e: Event) => any) | undefined;
124
- }>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {
198
+ }>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {
125
199
  load: (e: Event) => any;
126
200
  error: (e: Event) => any;
127
- }, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
201
+ }, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
128
202
  P: {};
129
203
  B: {};
130
204
  D: {};
@@ -138,32 +212,50 @@ declare const Avatar: {
138
212
  __isFragment?: never;
139
213
  __isTeleport?: never;
140
214
  __isSuspense?: never;
141
- } & vue267.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
215
+ } & vue319.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
142
216
  onLoad?: ((e: Event) => any) | undefined;
143
217
  onError?: ((e: Event) => any) | undefined;
144
- }>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {
218
+ }>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {
145
219
  load: (e: Event) => any;
146
220
  error: (e: Event) => any;
147
- }, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
221
+ }, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
148
222
  $slots: {
149
223
  default: (props: AvatarImageSlotProps) => any;
150
224
  };
151
225
  });
152
- Root: {
153
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
226
+ /**
227
+ * Component for displaying fallback content when image fails to load.
228
+ *
229
+ * @see https://0.vuetifyjs.com/components/avatar#avatarfallback
230
+ *
231
+ * @example
232
+ * ```vue
233
+ * <script lang="ts" setup>
234
+ * import { Avatar } from '@vuetify/v0'
235
+ * </script>
236
+ *
237
+ * <template>
238
+ * <Avatar.Fallback>
239
+ * JD
240
+ * </Avatar.Fallback>
241
+ * </template>
242
+ * ```
243
+ */
244
+ Fallback: {
245
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
154
246
  P: {};
155
247
  B: {};
156
248
  D: {};
157
249
  C: {};
158
250
  M: {};
159
251
  Defaults: {};
160
- }, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
252
+ }, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
161
253
  __isFragment?: never;
162
254
  __isTeleport?: never;
163
255
  __isSuspense?: never;
164
- } & vue267.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
256
+ } & vue319.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
165
257
  $slots: {
166
- default?: (props: {}) => any;
258
+ default: (props: AvatarFallbackSlotProps) => any;
167
259
  };
168
260
  });
169
261
  };
@@ -205,7 +297,24 @@ interface ExpansionPanelRootSlotProps {
205
297
  /** Toggle a panel's expansion state by ID */
206
298
  toggle: (id: ID) => void;
207
299
  }
208
- declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue267.App) => SelectionContext<SelectionTicket<unknown>>;
300
+ declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue319.App) => SelectionContext<SelectionTicket<unknown>>;
301
+ declare const __VLS_export$23: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$10<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
302
+ props: __VLS_PrettifyLocal$10<(ExpansionPanelRootProps & {
303
+ modelValue?: T | T[];
304
+ }) & {
305
+ [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
306
+ }> & vue319.PublicProps;
307
+ expose: (exposed: {}) => void;
308
+ attrs: any;
309
+ slots: {
310
+ default: (props: ExpansionPanelRootSlotProps) => any;
311
+ };
312
+ emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
313
+ }>) => vue319.VNode & {
314
+ __ctx?: Awaited<typeof __VLS_setup>;
315
+ };
316
+ declare const _default$23: typeof __VLS_export$23;
317
+ type __VLS_PrettifyLocal$10<T> = { [K in keyof T as K]: T[K] } & {};
209
318
  //#endregion
210
319
  //#region src/components/ExpansionPanel/ExpansionPanelItem.vue.d.ts
211
320
  interface ExpansionPanelItemProps<V = unknown> extends AtomProps {
@@ -246,7 +355,20 @@ interface ExpansionPanelItemSlotProps {
246
355
  'data-selected': true | undefined;
247
356
  };
248
357
  }
249
- declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue267.App) => ExpansionPanelItemContext;
358
+ declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue319.App) => ExpansionPanelItemContext;
359
+ declare const __VLS_export$22: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$9<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
360
+ props: __VLS_PrettifyLocal$9<ExpansionPanelItemProps<V>> & vue319.PublicProps;
361
+ expose: (exposed: {}) => void;
362
+ attrs: any;
363
+ slots: {
364
+ default: (props: ExpansionPanelItemSlotProps) => any;
365
+ };
366
+ emit: {};
367
+ }>) => vue319.VNode & {
368
+ __ctx?: Awaited<typeof __VLS_setup>;
369
+ };
370
+ declare const _default$22: typeof __VLS_export$22;
371
+ type __VLS_PrettifyLocal$9<T> = { [K in keyof T as K]: T[K] } & {};
250
372
  //#endregion
251
373
  //#region src/components/ExpansionPanel/ExpansionPanelHeader.vue.d.ts
252
374
  interface ExpansionPanelHeaderProps extends AtomProps {
@@ -262,6 +384,15 @@ interface ExpansionPanelHeaderSlotProps {
262
384
  'data-selected': true | undefined;
263
385
  };
264
386
  }
387
+ declare const __VLS_export$21: __VLS_WithSlots$12<vue319.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
388
+ default: (props: ExpansionPanelHeaderSlotProps) => any;
389
+ }>;
390
+ declare const _default$21: typeof __VLS_export$21;
391
+ type __VLS_WithSlots$12<T, S> = T & {
392
+ new (): {
393
+ $slots: S;
394
+ };
395
+ };
265
396
  //#endregion
266
397
  //#region src/components/ExpansionPanel/ExpansionPanelActivator.vue.d.ts
267
398
  interface ExpansionPanelActivatorProps extends AtomProps {
@@ -302,6 +433,15 @@ interface ExpansionPanelActivatorSlotProps {
302
433
  'onKeydown': (e: KeyboardEvent) => void;
303
434
  };
304
435
  }
436
+ declare const __VLS_export$20: __VLS_WithSlots$11<vue319.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
437
+ default: (props: ExpansionPanelActivatorSlotProps) => any;
438
+ }>;
439
+ declare const _default$19: typeof __VLS_export$20;
440
+ type __VLS_WithSlots$11<T, S> = T & {
441
+ new (): {
442
+ $slots: S;
443
+ };
444
+ };
305
445
  //#endregion
306
446
  //#region src/components/ExpansionPanel/ExpansionPanelContent.vue.d.ts
307
447
  interface ExpansionPanelContentProps extends AtomProps {
@@ -324,8 +464,22 @@ interface ExpansionPanelContentSlotProps {
324
464
  'hidden': boolean;
325
465
  };
326
466
  }
467
+ declare const __VLS_export$19: __VLS_WithSlots$10<vue319.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
468
+ default: (props: ExpansionPanelContentSlotProps) => any;
469
+ }>;
470
+ declare const _default$20: typeof __VLS_export$19;
471
+ type __VLS_WithSlots$10<T, S> = T & {
472
+ new (): {
473
+ $slots: S;
474
+ };
475
+ };
327
476
  //#endregion
328
477
  //#region src/components/ExpansionPanel/index.d.ts
478
+ /**
479
+ * ExpansionPanel component with sub-components for building expansion panels.
480
+ *
481
+ * @see https://0.vuetifyjs.com/components/expansion-panels
482
+ */
329
483
  declare const ExpansionPanel: {
330
484
  /**
331
485
  * Root component for expansion panels.
@@ -372,14 +526,14 @@ declare const ExpansionPanel: {
372
526
  as?: (DOMElement | null) | undefined;
373
527
  renderless?: boolean | undefined;
374
528
  modelValue?: (T | T[]) | undefined;
375
- } & vue267.PublicProps;
529
+ } & vue319.PublicProps;
376
530
  expose: (exposed: {}) => void;
377
531
  attrs: any;
378
532
  slots: {
379
533
  default: (props: ExpansionPanelRootSlotProps) => any;
380
534
  };
381
535
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
382
- }>) => vue267.VNode & {
536
+ }>) => vue319.VNode & {
383
537
  __ctx?: Awaited<typeof __VLS_setup>;
384
538
  };
385
539
  /**
@@ -418,18 +572,18 @@ declare const ExpansionPanel: {
418
572
  props: {
419
573
  id?: string | undefined;
420
574
  value?: V | undefined;
421
- disabled?: vue267.MaybeRef<boolean> | undefined;
575
+ disabled?: vue319.MaybeRef<boolean> | undefined;
422
576
  namespace?: string | undefined;
423
577
  as?: (DOMElement | null) | undefined;
424
578
  renderless?: boolean | undefined;
425
- } & vue267.PublicProps;
579
+ } & vue319.PublicProps;
426
580
  expose: (exposed: {}) => void;
427
581
  attrs: any;
428
582
  slots: {
429
583
  default: (props: ExpansionPanelItemSlotProps) => any;
430
584
  };
431
585
  emit: {};
432
- }>) => vue267.VNode & {
586
+ }>) => vue319.VNode & {
433
587
  __ctx?: Awaited<typeof __VLS_setup>;
434
588
  };
435
589
  /**
@@ -453,7 +607,7 @@ declare const ExpansionPanel: {
453
607
  * ```
454
608
  */
455
609
  Header: {
456
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
610
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
457
611
  P: {};
458
612
  B: {};
459
613
  D: {};
@@ -464,7 +618,7 @@ declare const ExpansionPanel: {
464
618
  __isFragment?: never;
465
619
  __isTeleport?: never;
466
620
  __isSuspense?: never;
467
- } & vue267.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
621
+ } & vue319.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
468
622
  $slots: {
469
623
  default: (props: ExpansionPanelHeaderSlotProps) => any;
470
624
  };
@@ -488,7 +642,7 @@ declare const ExpansionPanel: {
488
642
  * ```
489
643
  */
490
644
  Activator: {
491
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
645
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
492
646
  P: {};
493
647
  B: {};
494
648
  D: {};
@@ -499,7 +653,7 @@ declare const ExpansionPanel: {
499
653
  __isFragment?: never;
500
654
  __isTeleport?: never;
501
655
  __isSuspense?: never;
502
- } & vue267.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
656
+ } & vue319.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
503
657
  $slots: {
504
658
  default: (props: ExpansionPanelActivatorSlotProps) => any;
505
659
  };
@@ -523,7 +677,7 @@ declare const ExpansionPanel: {
523
677
  * ```
524
678
  */
525
679
  Content: {
526
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
680
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
527
681
  P: {};
528
682
  B: {};
529
683
  D: {};
@@ -534,7 +688,7 @@ declare const ExpansionPanel: {
534
688
  __isFragment?: never;
535
689
  __isTeleport?: never;
536
690
  __isSuspense?: never;
537
- } & vue267.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
691
+ } & vue319.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
538
692
  $slots: {
539
693
  default: (props: ExpansionPanelContentSlotProps) => any;
540
694
  };
@@ -583,7 +737,25 @@ interface GroupRootSlotProps {
583
737
  'aria-multiselectable': true;
584
738
  };
585
739
  }
586
- declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?: vue267.App) => GroupContext<GroupTicket<unknown>>;
740
+ declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?: vue319.App) => GroupContext<GroupTicket<unknown>>;
741
+ declare const __VLS_export$18: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$8<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
742
+ props: __VLS_PrettifyLocal$8<(GroupRootProps & {
743
+ modelValue?: T | T[];
744
+ }) & {
745
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
746
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
747
+ }> & vue319.PublicProps;
748
+ expose: (exposed: {}) => void;
749
+ attrs: any;
750
+ slots: {
751
+ default: (props: GroupRootSlotProps) => any;
752
+ };
753
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
754
+ }>) => vue319.VNode & {
755
+ __ctx?: Awaited<typeof __VLS_setup>;
756
+ };
757
+ declare const _default$18: typeof __VLS_export$18;
758
+ type __VLS_PrettifyLocal$8<T> = { [K in keyof T as K]: T[K] } & {};
587
759
  //#endregion
588
760
  //#region src/components/Group/GroupItem.vue.d.ts
589
761
  interface GroupItemProps<V = unknown> {
@@ -625,19 +797,58 @@ interface GroupItemSlotProps<V = unknown> {
625
797
  unmix: () => void;
626
798
  /** Attributes to bind to the item element */
627
799
  attrs: {
628
- 'aria-selected': boolean;
800
+ 'role': 'checkbox';
801
+ 'aria-checked': boolean | 'mixed';
629
802
  'aria-disabled': boolean;
630
803
  'data-selected': true | undefined;
631
804
  'data-disabled': true | undefined;
632
805
  'data-mixed': true | undefined;
633
806
  };
634
807
  }
808
+ declare const __VLS_export$17: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
809
+ props: __VLS_PrettifyLocal$7<GroupItemProps<V>> & vue319.PublicProps;
810
+ expose: (exposed: {}) => void;
811
+ attrs: any;
812
+ slots: {
813
+ default: (props: GroupItemSlotProps<V>) => unknown;
814
+ };
815
+ emit: {};
816
+ }>) => vue319.VNode & {
817
+ __ctx?: Awaited<typeof __VLS_setup>;
818
+ };
819
+ declare const _default$17: typeof __VLS_export$17;
820
+ type __VLS_PrettifyLocal$7<T> = { [K in keyof T as K]: T[K] } & {};
635
821
  //#endregion
636
822
  //#region src/components/Group/index.d.ts
823
+ /**
824
+ * Group component with sub-components for multi-selection.
825
+ *
826
+ * @see https://0.vuetifyjs.com/components/group
827
+ */
637
828
  declare const Group: {
829
+ /**
830
+ * Root component for multi-selection groups.
831
+ *
832
+ * @see https://0.vuetifyjs.com/components/group
833
+ *
834
+ * @example
835
+ * ```vue
836
+ * <script lang="ts" setup>
837
+ * import { Group } from '@vuetify/v0'
838
+ * </script>
839
+ *
840
+ * <template>
841
+ * <Group.Root v-model="selected">
842
+ * <Group.Item value="a">Option A</Group.Item>
843
+ *
844
+ * <Group.Item value="b">Option B</Group.Item>
845
+ * </Group.Root>
846
+ * </template>
847
+ * ```
848
+ */
638
849
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
639
850
  attrs: any;
640
- emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
851
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
641
852
  slots: {
642
853
  default: (props: GroupRootSlotProps) => any;
643
854
  };
@@ -649,16 +860,35 @@ declare const Group: {
649
860
  mandatory?: boolean | "force" | undefined;
650
861
  modelValue?: (T | T[]) | undefined;
651
862
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
652
- } & vue267.PublicProps;
863
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
864
+ } & vue319.PublicProps;
653
865
  expose: (exposed: {}) => void;
654
866
  attrs: any;
655
867
  slots: {
656
868
  default: (props: GroupRootSlotProps) => any;
657
869
  };
658
- emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
659
- }>) => vue267.VNode & {
870
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
871
+ }>) => vue319.VNode & {
660
872
  __ctx?: Awaited<typeof __VLS_setup>;
661
873
  };
874
+ /**
875
+ * Item component for multi-selection groups.
876
+ *
877
+ * @see https://0.vuetifyjs.com/components/group#groupitem
878
+ *
879
+ * @example
880
+ * ```vue
881
+ * <script lang="ts" setup>
882
+ * import { Group } from '@vuetify/v0'
883
+ * </script>
884
+ *
885
+ * <template>
886
+ * <Group.Item value="a">
887
+ * Option A
888
+ * </Group.Item>
889
+ * </template>
890
+ * ```
891
+ */
662
892
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
663
893
  attrs: any;
664
894
  emit: {};
@@ -670,25 +900,25 @@ declare const Group: {
670
900
  id?: string | undefined;
671
901
  label?: string | undefined;
672
902
  value?: V | undefined;
673
- disabled?: vue267.MaybeRef<boolean> | undefined;
674
- indeterminate?: vue267.MaybeRef<boolean> | undefined;
903
+ disabled?: vue319.MaybeRef<boolean> | undefined;
904
+ indeterminate?: vue319.MaybeRef<boolean> | undefined;
675
905
  namespace?: string | undefined;
676
- } & vue267.PublicProps;
906
+ } & vue319.PublicProps;
677
907
  expose: (exposed: {}) => void;
678
908
  attrs: any;
679
909
  slots: {
680
910
  default: (props: GroupItemSlotProps<V>) => unknown;
681
911
  };
682
912
  emit: {};
683
- }>) => vue267.VNode & {
913
+ }>) => vue319.VNode & {
684
914
  __ctx?: Awaited<typeof __VLS_setup>;
685
915
  };
686
916
  };
687
917
  //#endregion
688
918
  //#region src/components/Pagination/PaginationRoot.vue.d.ts
689
- declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext<PaginationItem> | undefined) => PaginationContext<PaginationItem>, providePaginationRoot: (key: string, context: PaginationContext<PaginationItem>, app?: vue267.App) => PaginationContext<PaginationItem>;
690
- declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue267.App) => RegistryContext<RegistryTicket<unknown>>;
691
- declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue267.App) => RegistryContext<RegistryTicket<unknown>>;
919
+ declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue319.App) => PaginationContext;
920
+ declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue319.App) => RegistryContext<RegistryTicket<unknown>>;
921
+ declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue319.App) => RegistryContext<RegistryTicket<unknown>>;
692
922
  interface PaginationRootProps extends AtomProps {
693
923
  /** Namespace for dependency injection */
694
924
  namespace?: string;
@@ -714,7 +944,7 @@ interface PaginationRootSlotProps {
714
944
  /** Items per page */
715
945
  itemsPerPage: number;
716
946
  /** Visible page items for rendering */
717
- items: PaginationItem[];
947
+ items: PaginationTicket[];
718
948
  /** Start index of items on current page (0-indexed) */
719
949
  pageStart: number;
720
950
  /** End index of items on current page (exclusive) */
@@ -736,8 +966,26 @@ interface PaginationRootSlotProps {
736
966
  /** Attributes to bind to the root element */
737
967
  attrs: {
738
968
  'aria-label': string;
969
+ 'role': 'navigation' | undefined;
739
970
  };
740
971
  }
972
+ declare const __VLS_export$16: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
973
+ props: __VLS_PrettifyLocal$6<(PaginationRootProps & {
974
+ modelValue?: number;
975
+ }) & {
976
+ [x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
977
+ }> & vue319.PublicProps;
978
+ expose: (exposed: {}) => void;
979
+ attrs: any;
980
+ slots: {
981
+ default: (props: PaginationRootSlotProps) => any;
982
+ };
983
+ emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
984
+ }>) => vue319.VNode & {
985
+ __ctx?: Awaited<typeof __VLS_setup>;
986
+ };
987
+ declare const _default$15: typeof __VLS_export$16;
988
+ type __VLS_PrettifyLocal$6<T> = { [K in keyof T as K]: T[K] } & {};
741
989
  //#endregion
742
990
  //#region src/components/Pagination/PaginationItem.vue.d.ts
743
991
  interface PaginationItemProps extends AtomProps {
@@ -763,13 +1011,24 @@ interface PaginationItemSlotProps {
763
1011
  attrs: {
764
1012
  'aria-label': string;
765
1013
  'aria-current': 'page' | undefined;
1014
+ 'aria-disabled': boolean;
766
1015
  'data-selected': true | undefined;
767
1016
  'data-disabled': true | undefined;
768
1017
  'disabled': boolean | undefined;
1018
+ 'tabindex': number;
769
1019
  'type': 'button' | undefined;
770
1020
  'onClick': () => void;
771
1021
  };
772
1022
  }
1023
+ declare const __VLS_export$15: __VLS_WithSlots$9<vue319.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1024
+ default: (props: PaginationItemSlotProps) => any;
1025
+ }>;
1026
+ declare const _default$11: typeof __VLS_export$15;
1027
+ type __VLS_WithSlots$9<T, S> = T & {
1028
+ new (): {
1029
+ $slots: S;
1030
+ };
1031
+ };
773
1032
  //#endregion
774
1033
  //#region src/components/Pagination/PaginationFirst.vue.d.ts
775
1034
  interface PaginationFirstProps extends AtomProps {
@@ -788,13 +1047,23 @@ interface PaginationFirstSlotProps {
788
1047
  /** Attributes to bind to the button element */
789
1048
  attrs: {
790
1049
  'aria-label': string;
791
- 'aria-disabled': boolean | undefined;
1050
+ 'aria-disabled': boolean;
792
1051
  'data-disabled': true | undefined;
793
1052
  'disabled': boolean | undefined;
1053
+ 'tabindex': number;
794
1054
  'type': 'button' | undefined;
795
1055
  'onClick': () => void;
796
1056
  };
797
1057
  }
1058
+ declare const __VLS_export$14: __VLS_WithSlots$8<vue319.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1059
+ default: (props: PaginationFirstSlotProps) => any;
1060
+ }>;
1061
+ declare const _default$10: typeof __VLS_export$14;
1062
+ type __VLS_WithSlots$8<T, S> = T & {
1063
+ new (): {
1064
+ $slots: S;
1065
+ };
1066
+ };
798
1067
  //#endregion
799
1068
  //#region src/components/Pagination/PaginationPrev.vue.d.ts
800
1069
  interface PaginationPrevProps extends AtomProps {
@@ -813,13 +1082,23 @@ interface PaginationPrevSlotProps {
813
1082
  /** Attributes to bind to the button element */
814
1083
  attrs: {
815
1084
  'aria-label': string;
816
- 'aria-disabled': boolean | undefined;
1085
+ 'aria-disabled': boolean;
817
1086
  'data-disabled': true | undefined;
818
1087
  'disabled': boolean | undefined;
1088
+ 'tabindex': number;
819
1089
  'type': 'button' | undefined;
820
1090
  'onClick': () => void;
821
1091
  };
822
1092
  }
1093
+ declare const __VLS_export$13: __VLS_WithSlots$7<vue319.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1094
+ default: (props: PaginationPrevSlotProps) => any;
1095
+ }>;
1096
+ declare const _default$14: typeof __VLS_export$13;
1097
+ type __VLS_WithSlots$7<T, S> = T & {
1098
+ new (): {
1099
+ $slots: S;
1100
+ };
1101
+ };
823
1102
  //#endregion
824
1103
  //#region src/components/Pagination/PaginationEllipsis.vue.d.ts
825
1104
  interface PaginationEllipsisProps extends AtomProps {
@@ -838,6 +1117,15 @@ interface PaginationEllipsisSlotProps {
838
1117
  'aria-hidden': 'true';
839
1118
  };
840
1119
  }
1120
+ declare const __VLS_export$12: __VLS_WithSlots$6<vue319.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1121
+ default: (props: PaginationEllipsisSlotProps) => any;
1122
+ }>;
1123
+ declare const _default$9: typeof __VLS_export$12;
1124
+ type __VLS_WithSlots$6<T, S> = T & {
1125
+ new (): {
1126
+ $slots: S;
1127
+ };
1128
+ };
841
1129
  //#endregion
842
1130
  //#region src/components/Pagination/PaginationNext.vue.d.ts
843
1131
  interface PaginationNextProps extends AtomProps {
@@ -856,13 +1144,23 @@ interface PaginationNextSlotProps {
856
1144
  /** Attributes to bind to the button element */
857
1145
  attrs: {
858
1146
  'aria-label': string;
859
- 'aria-disabled': boolean | undefined;
1147
+ 'aria-disabled': boolean;
860
1148
  'data-disabled': true | undefined;
861
1149
  'disabled': boolean | undefined;
1150
+ 'tabindex': number;
862
1151
  'type': 'button' | undefined;
863
1152
  'onClick': () => void;
864
1153
  };
865
1154
  }
1155
+ declare const __VLS_export$11: __VLS_WithSlots$5<vue319.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1156
+ default: (props: PaginationNextSlotProps) => any;
1157
+ }>;
1158
+ declare const _default$13: typeof __VLS_export$11;
1159
+ type __VLS_WithSlots$5<T, S> = T & {
1160
+ new (): {
1161
+ $slots: S;
1162
+ };
1163
+ };
866
1164
  //#endregion
867
1165
  //#region src/components/Pagination/PaginationLast.vue.d.ts
868
1166
  interface PaginationLastProps extends AtomProps {
@@ -881,15 +1179,59 @@ interface PaginationLastSlotProps {
881
1179
  /** Attributes to bind to the button element */
882
1180
  attrs: {
883
1181
  'aria-label': string;
884
- 'aria-disabled': boolean | undefined;
1182
+ 'aria-disabled': boolean;
885
1183
  'data-disabled': true | undefined;
886
1184
  'disabled': boolean | undefined;
1185
+ 'tabindex': number;
887
1186
  'type': 'button' | undefined;
888
1187
  'onClick': () => void;
889
1188
  };
890
1189
  }
1190
+ declare const __VLS_export$10: __VLS_WithSlots$4<vue319.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1191
+ default: (props: PaginationLastSlotProps) => any;
1192
+ }>;
1193
+ declare const _default$12: typeof __VLS_export$10;
1194
+ type __VLS_WithSlots$4<T, S> = T & {
1195
+ new (): {
1196
+ $slots: S;
1197
+ };
1198
+ };
1199
+ //#endregion
1200
+ //#region src/components/Pagination/PaginationStatus.vue.d.ts
1201
+ interface PaginationStatusProps extends AtomProps {
1202
+ /** Namespace for dependency injection */
1203
+ namespace?: string;
1204
+ }
1205
+ interface PaginationStatusSlotProps {
1206
+ /** Current page (1-indexed) */
1207
+ page: number;
1208
+ /** Total number of pages */
1209
+ pages: number;
1210
+ /** Announcement text */
1211
+ text: string;
1212
+ /** Attributes to bind to the status element */
1213
+ attrs: {
1214
+ 'aria-atomic': true;
1215
+ 'aria-live': 'polite';
1216
+ 'role': 'status';
1217
+ };
1218
+ }
1219
+ declare const __VLS_export$9: __VLS_WithSlots$3<vue319.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1220
+ default: (props: PaginationStatusSlotProps) => any;
1221
+ }>;
1222
+ declare const _default$16: typeof __VLS_export$9;
1223
+ type __VLS_WithSlots$3<T, S> = T & {
1224
+ new (): {
1225
+ $slots: S;
1226
+ };
1227
+ };
891
1228
  //#endregion
892
1229
  //#region src/components/Pagination/index.d.ts
1230
+ /**
1231
+ * Pagination component with sub-components for building pagination controls.
1232
+ *
1233
+ * @see https://0.vuetifyjs.com/components/pagination
1234
+ */
893
1235
  declare const Pagination: {
894
1236
  /**
895
1237
  * Root component for pagination controls.
@@ -938,14 +1280,14 @@ declare const Pagination: {
938
1280
  as?: (DOMElement | null) | undefined;
939
1281
  renderless?: boolean | undefined;
940
1282
  modelValue?: number | undefined;
941
- } & vue267.PublicProps;
1283
+ } & vue319.PublicProps;
942
1284
  expose: (exposed: {}) => void;
943
1285
  attrs: any;
944
1286
  slots: {
945
1287
  default: (props: PaginationRootSlotProps) => any;
946
1288
  };
947
1289
  emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
948
- }>) => vue267.VNode & {
1290
+ }>) => vue319.VNode & {
949
1291
  __ctx?: Awaited<typeof __VLS_setup>;
950
1292
  };
951
1293
  /**
@@ -970,7 +1312,7 @@ declare const Pagination: {
970
1312
  * ```
971
1313
  */
972
1314
  Item: {
973
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
1315
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
974
1316
  P: {};
975
1317
  B: {};
976
1318
  D: {};
@@ -981,7 +1323,7 @@ declare const Pagination: {
981
1323
  __isFragment?: never;
982
1324
  __isTeleport?: never;
983
1325
  __isSuspense?: never;
984
- } & vue267.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
1326
+ } & vue319.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
985
1327
  $slots: {
986
1328
  default: (props: PaginationItemSlotProps) => any;
987
1329
  };
@@ -1014,7 +1356,7 @@ declare const Pagination: {
1014
1356
  * ```
1015
1357
  */
1016
1358
  First: {
1017
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
1359
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
1018
1360
  P: {};
1019
1361
  B: {};
1020
1362
  D: {};
@@ -1025,7 +1367,7 @@ declare const Pagination: {
1025
1367
  __isFragment?: never;
1026
1368
  __isTeleport?: never;
1027
1369
  __isSuspense?: never;
1028
- } & vue267.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
1370
+ } & vue319.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
1029
1371
  $slots: {
1030
1372
  default: (props: PaginationFirstSlotProps) => any;
1031
1373
  };
@@ -1058,7 +1400,7 @@ declare const Pagination: {
1058
1400
  * ```
1059
1401
  */
1060
1402
  Prev: {
1061
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
1403
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
1062
1404
  P: {};
1063
1405
  B: {};
1064
1406
  D: {};
@@ -1069,7 +1411,7 @@ declare const Pagination: {
1069
1411
  __isFragment?: never;
1070
1412
  __isTeleport?: never;
1071
1413
  __isSuspense?: never;
1072
- } & vue267.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
1414
+ } & vue319.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
1073
1415
  $slots: {
1074
1416
  default: (props: PaginationPrevSlotProps) => any;
1075
1417
  };
@@ -1097,7 +1439,7 @@ declare const Pagination: {
1097
1439
  * ```
1098
1440
  */
1099
1441
  Ellipsis: {
1100
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
1442
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
1101
1443
  P: {};
1102
1444
  B: {};
1103
1445
  D: {};
@@ -1108,7 +1450,7 @@ declare const Pagination: {
1108
1450
  __isFragment?: never;
1109
1451
  __isTeleport?: never;
1110
1452
  __isSuspense?: never;
1111
- } & vue267.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
1453
+ } & vue319.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
1112
1454
  $slots: {
1113
1455
  default: (props: PaginationEllipsisSlotProps) => any;
1114
1456
  };
@@ -1141,7 +1483,7 @@ declare const Pagination: {
1141
1483
  * ```
1142
1484
  */
1143
1485
  Next: {
1144
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
1486
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
1145
1487
  P: {};
1146
1488
  B: {};
1147
1489
  D: {};
@@ -1152,7 +1494,7 @@ declare const Pagination: {
1152
1494
  __isFragment?: never;
1153
1495
  __isTeleport?: never;
1154
1496
  __isSuspense?: never;
1155
- } & vue267.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
1497
+ } & vue319.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
1156
1498
  $slots: {
1157
1499
  default: (props: PaginationNextSlotProps) => any;
1158
1500
  };
@@ -1185,7 +1527,7 @@ declare const Pagination: {
1185
1527
  * ```
1186
1528
  */
1187
1529
  Last: {
1188
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
1530
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
1189
1531
  P: {};
1190
1532
  B: {};
1191
1533
  D: {};
@@ -1196,11 +1538,48 @@ declare const Pagination: {
1196
1538
  __isFragment?: never;
1197
1539
  __isTeleport?: never;
1198
1540
  __isSuspense?: never;
1199
- } & vue267.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
1541
+ } & vue319.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
1200
1542
  $slots: {
1201
1543
  default: (props: PaginationLastSlotProps) => any;
1202
1544
  };
1203
1545
  });
1546
+ /**
1547
+ * Visually-hidden live region that announces page changes to screen
1548
+ * readers. Should be styled with sr-only/visually-hidden CSS.
1549
+ *
1550
+ * @see https://0.vuetifyjs.com/components/pagination#paginationstatus
1551
+ *
1552
+ * @example
1553
+ * ```vue
1554
+ * <script lang="ts" setup>
1555
+ * import { Pagination } from '@vuetify/v0'
1556
+ * </script>
1557
+ *
1558
+ * <template>
1559
+ * <Pagination.Root v-model="page" :size="100">
1560
+ * <Pagination.Status class="sr-only" />
1561
+ * <!-- other pagination items -->
1562
+ * </Pagination.Root>
1563
+ * </template>
1564
+ * ```
1565
+ */
1566
+ Status: {
1567
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
1568
+ P: {};
1569
+ B: {};
1570
+ D: {};
1571
+ C: {};
1572
+ M: {};
1573
+ Defaults: {};
1574
+ }, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1575
+ __isFragment?: never;
1576
+ __isTeleport?: never;
1577
+ __isSuspense?: never;
1578
+ } & vue319.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
1579
+ $slots: {
1580
+ default: (props: PaginationStatusSlotProps) => any;
1581
+ };
1582
+ });
1204
1583
  };
1205
1584
  //#endregion
1206
1585
  //#region src/components/Popover/PopoverRoot.vue.d.ts
@@ -1221,7 +1600,24 @@ interface PopoverRootSlotProps {
1221
1600
  /** Toggle the popover open/closed state */
1222
1601
  toggle: () => void;
1223
1602
  }
1224
- declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue267.App) => PopoverContext;
1603
+ declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue319.App) => PopoverContext;
1604
+ declare const __VLS_export$8: __VLS_WithSlots$2<vue319.DefineComponent<PopoverRootProps & {
1605
+ modelValue?: boolean;
1606
+ }, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {
1607
+ "update:modelValue": (value: boolean) => any;
1608
+ }, string, vue319.PublicProps, Readonly<PopoverRootProps & {
1609
+ modelValue?: boolean;
1610
+ }> & Readonly<{
1611
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1612
+ }>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1613
+ default: (props: PopoverRootSlotProps) => any;
1614
+ }>;
1615
+ declare const _default$8: typeof __VLS_export$8;
1616
+ type __VLS_WithSlots$2<T, S> = T & {
1617
+ new (): {
1618
+ $slots: S;
1619
+ };
1620
+ };
1225
1621
  //#endregion
1226
1622
  //#region src/components/Popover/PopoverAnchor.vue.d.ts
1227
1623
  interface PopoverAnchorProps extends AtomProps {
@@ -1238,6 +1634,15 @@ interface PopoverAnchorSlotProps {
1238
1634
  'data-popover-open': '' | undefined;
1239
1635
  };
1240
1636
  }
1637
+ declare const __VLS_export$7: __VLS_WithSlots$1<vue319.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, vue319.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1638
+ default: (props: PopoverAnchorSlotProps) => any;
1639
+ }>;
1640
+ declare const _default$6: typeof __VLS_export$7;
1641
+ type __VLS_WithSlots$1<T, S> = T & {
1642
+ new (): {
1643
+ $slots: S;
1644
+ };
1645
+ };
1241
1646
  //#endregion
1242
1647
  //#region src/components/Popover/PopoverContent.vue.d.ts
1243
1648
  interface PopoverContentProps extends AtomProps {
@@ -1260,17 +1665,59 @@ interface PopoverContentSlotProps {
1260
1665
  popover: '';
1261
1666
  };
1262
1667
  }
1668
+ declare const __VLS_export$6: __VLS_WithSlots<vue319.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {
1669
+ beforetoggle: (e: ToggleEvent) => any;
1670
+ }, string, vue319.PublicProps, Readonly<PopoverContentProps> & Readonly<{
1671
+ onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
1672
+ }>, {}, {}, {}, {}, string, vue319.ComponentProvideOptions, false, {}, any>, {
1673
+ default: (props: PopoverContentSlotProps) => any;
1674
+ }>;
1675
+ declare const _default$7: typeof __VLS_export$6;
1676
+ type __VLS_WithSlots<T, S> = T & {
1677
+ new (): {
1678
+ $slots: S;
1679
+ };
1680
+ };
1263
1681
  //#endregion
1264
1682
  //#region src/components/Popover/index.d.ts
1683
+ /**
1684
+ * Popover component with sub-components for building popovers.
1685
+ *
1686
+ * @see https://0.vuetifyjs.com/components/popover
1687
+ */
1265
1688
  declare const Popover: {
1689
+ /**
1690
+ * Root component for popovers.
1691
+ *
1692
+ * @see https://0.vuetifyjs.com/components/popover
1693
+ *
1694
+ * @example
1695
+ * ```vue
1696
+ * <script lang="ts" setup>
1697
+ * import { Popover } from '@vuetify/v0'
1698
+ * </script>
1699
+ *
1700
+ * <template>
1701
+ * <Popover.Root>
1702
+ * <Popover.Anchor>
1703
+ * Click to toggle
1704
+ * </Popover.Anchor>
1705
+ *
1706
+ * <Popover.Content>
1707
+ * Popover content goes here.
1708
+ * </Popover.Content>
1709
+ * </Popover.Root>
1710
+ * </template>
1711
+ * ```
1712
+ */
1266
1713
  Root: {
1267
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
1714
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
1268
1715
  modelValue?: boolean;
1269
1716
  }> & Readonly<{
1270
1717
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1271
- }>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {
1718
+ }>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {
1272
1719
  "update:modelValue": (value: boolean) => any;
1273
- }, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
1720
+ }, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
1274
1721
  P: {};
1275
1722
  B: {};
1276
1723
  D: {};
@@ -1285,19 +1732,37 @@ declare const Popover: {
1285
1732
  __isFragment?: never;
1286
1733
  __isTeleport?: never;
1287
1734
  __isSuspense?: never;
1288
- } & vue267.ComponentOptionsBase<Readonly<PopoverRootProps & {
1735
+ } & vue319.ComponentOptionsBase<Readonly<PopoverRootProps & {
1289
1736
  modelValue?: boolean;
1290
1737
  }> & Readonly<{
1291
1738
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1292
- }>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {
1739
+ }>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {
1293
1740
  "update:modelValue": (value: boolean) => any;
1294
- }, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
1741
+ }, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
1295
1742
  $slots: {
1296
1743
  default: (props: PopoverRootSlotProps) => any;
1297
1744
  };
1298
1745
  });
1746
+ /**
1747
+ * Component for the anchor/trigger of a popover.
1748
+ *
1749
+ * @see https://0.vuetifyjs.com/components/popover#popoveranchor
1750
+ *
1751
+ * @example
1752
+ * ```vue
1753
+ * <script lang="ts" setup>
1754
+ * import { Popover } from '@vuetify/v0'
1755
+ * </script>
1756
+ *
1757
+ * <template>
1758
+ * <Popover.Anchor>
1759
+ * Click to toggle
1760
+ * </Popover.Anchor>
1761
+ * </template>
1762
+ * ```
1763
+ */
1299
1764
  Anchor: {
1300
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
1765
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
1301
1766
  P: {};
1302
1767
  B: {};
1303
1768
  D: {};
@@ -1308,17 +1773,35 @@ declare const Popover: {
1308
1773
  __isFragment?: never;
1309
1774
  __isTeleport?: never;
1310
1775
  __isSuspense?: never;
1311
- } & vue267.ComponentOptionsBase<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
1776
+ } & vue319.ComponentOptionsBase<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
1312
1777
  $slots: {
1313
1778
  default: (props: PopoverAnchorSlotProps) => any;
1314
1779
  };
1315
1780
  });
1781
+ /**
1782
+ * Component for the content section of a popover.
1783
+ *
1784
+ * @see https://0.vuetifyjs.com/components/popover#popovercontent
1785
+ *
1786
+ * @example
1787
+ * ```vue
1788
+ * <script lang="ts" setup>
1789
+ * import { Popover } from '@vuetify/v0'
1790
+ * </script>
1791
+ *
1792
+ * <template>
1793
+ * <Popover.Content>
1794
+ * Popover content goes here.
1795
+ * </Popover.Content>
1796
+ * </template>
1797
+ * ```
1798
+ */
1316
1799
  Content: {
1317
- new (...args: any[]): vue267.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
1800
+ new (...args: any[]): vue319.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
1318
1801
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
1319
- }>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {
1802
+ }>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {
1320
1803
  beforetoggle: (e: ToggleEvent) => any;
1321
- }, vue267.PublicProps, {}, false, {}, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, {}, any, vue267.ComponentProvideOptions, {
1804
+ }, vue319.PublicProps, {}, false, {}, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, {}, any, vue319.ComponentProvideOptions, {
1322
1805
  P: {};
1323
1806
  B: {};
1324
1807
  D: {};
@@ -1331,11 +1814,11 @@ declare const Popover: {
1331
1814
  __isFragment?: never;
1332
1815
  __isTeleport?: never;
1333
1816
  __isSuspense?: never;
1334
- } & vue267.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
1817
+ } & vue319.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
1335
1818
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
1336
- }>, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {
1819
+ }>, {}, {}, {}, {}, vue319.ComponentOptionsMixin, vue319.ComponentOptionsMixin, {
1337
1820
  beforetoggle: (e: ToggleEvent) => any;
1338
- }, string, {}, {}, string, {}, vue267.GlobalComponents, vue267.GlobalDirectives, string, vue267.ComponentProvideOptions> & vue267.VNodeProps & vue267.AllowedComponentProps & vue267.ComponentCustomProps & (new () => {
1821
+ }, string, {}, {}, string, {}, vue319.GlobalComponents, vue319.GlobalDirectives, string, vue319.ComponentProvideOptions> & vue319.VNodeProps & vue319.AllowedComponentProps & vue319.ComponentCustomProps & (new () => {
1339
1822
  $slots: {
1340
1823
  default: (props: PopoverContentSlotProps) => any;
1341
1824
  };
@@ -1376,7 +1859,25 @@ interface SelectionRootSlotProps {
1376
1859
  'aria-multiselectable': boolean;
1377
1860
  };
1378
1861
  }
1379
- declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue267.App) => SelectionContext<SelectionTicket<unknown>>;
1862
+ declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue319.App) => SelectionContext<SelectionTicket<unknown>>;
1863
+ declare const __VLS_export$5: <T = 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<{
1864
+ props: __VLS_PrettifyLocal$5<(SelectionRootProps & {
1865
+ modelValue?: T | T[];
1866
+ }) & {
1867
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1868
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1869
+ }> & vue319.PublicProps;
1870
+ expose: (exposed: {}) => void;
1871
+ attrs: any;
1872
+ slots: {
1873
+ default: (props: SelectionRootSlotProps) => any;
1874
+ };
1875
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1876
+ }>) => vue319.VNode & {
1877
+ __ctx?: Awaited<typeof __VLS_setup>;
1878
+ };
1879
+ declare const _default$5: typeof __VLS_export$5;
1880
+ type __VLS_PrettifyLocal$5<T> = { [K in keyof T as K]: T[K] } & {};
1380
1881
  //#endregion
1381
1882
  //#region src/components/Selection/SelectionItem.vue.d.ts
1382
1883
  interface SelectionItemProps<V = unknown> {
@@ -1416,12 +1917,54 @@ interface SelectionItemSlotProps<V = unknown> {
1416
1917
  'data-disabled': true | undefined;
1417
1918
  };
1418
1919
  }
1920
+ declare const __VLS_export$4: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1921
+ props: __VLS_PrettifyLocal$4<SelectionItemProps<V>> & vue319.PublicProps;
1922
+ expose: (exposed: {}) => void;
1923
+ attrs: any;
1924
+ slots: {
1925
+ default: (props: SelectionItemSlotProps<V>) => unknown;
1926
+ };
1927
+ emit: {};
1928
+ }>) => vue319.VNode & {
1929
+ __ctx?: Awaited<typeof __VLS_setup>;
1930
+ };
1931
+ declare const _default$4: typeof __VLS_export$4;
1932
+ type __VLS_PrettifyLocal$4<T> = { [K in keyof T as K]: T[K] } & {};
1419
1933
  //#endregion
1420
1934
  //#region src/components/Selection/index.d.ts
1935
+ /**
1936
+ * Selection component with sub-components for managing item selection state.
1937
+ *
1938
+ * @see https://0.vuetifyjs.com/components/selection
1939
+ */
1421
1940
  declare const Selection: {
1941
+ /**
1942
+ * Root component for selection contexts.
1943
+ *
1944
+ * @see https://0.vuetifyjs.com/components/selection#selectionroot
1945
+ *
1946
+ * @example
1947
+ * ```vue
1948
+ * <script lang="ts" setup>
1949
+ * import { Selection } from '@vuetify/v0'
1950
+ * </script>
1951
+ *
1952
+ * <template>
1953
+ * <Selection.Root v-model="selected" multiple>
1954
+ * <Selection.Item value="a" v-slot="{ attrs }">
1955
+ * <button v-bind="attrs">Option A</button>
1956
+ * </Selection.Item>
1957
+ *
1958
+ * <Selection.Item value="b" v-slot="{ attrs }">
1959
+ * <button v-bind="attrs">Option B</button>
1960
+ * </Selection.Item>
1961
+ * </Selection.Root>
1962
+ * </template>
1963
+ * ```
1964
+ */
1422
1965
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1423
1966
  attrs: any;
1424
- emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
1967
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1425
1968
  slots: {
1426
1969
  default: (props: SelectionRootSlotProps) => any;
1427
1970
  };
@@ -1434,16 +1977,35 @@ declare const Selection: {
1434
1977
  multiple?: boolean | undefined;
1435
1978
  modelValue?: (T | T[]) | undefined;
1436
1979
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1437
- } & vue267.PublicProps;
1980
+ "onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
1981
+ } & vue319.PublicProps;
1438
1982
  expose: (exposed: {}) => void;
1439
1983
  attrs: any;
1440
1984
  slots: {
1441
1985
  default: (props: SelectionRootSlotProps) => any;
1442
1986
  };
1443
- emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
1444
- }>) => vue267.VNode & {
1987
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
1988
+ }>) => vue319.VNode & {
1445
1989
  __ctx?: Awaited<typeof __VLS_setup>;
1446
1990
  };
1991
+ /**
1992
+ * Item component for selection contexts.
1993
+ *
1994
+ * @see https://0.vuetifyjs.com/components/selection#selectionitem
1995
+ *
1996
+ * @example
1997
+ * ```vue
1998
+ * <script lang="ts" setup>
1999
+ * import { Selection } from '@vuetify/v0'
2000
+ * </script>
2001
+ *
2002
+ * <template>
2003
+ * <Selection.Item value="a" v-slot="{ attrs }">
2004
+ * <button v-bind="attrs">Option A</button>
2005
+ * </Selection.Item>
2006
+ * </template>
2007
+ * ```
2008
+ */
1447
2009
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1448
2010
  attrs: any;
1449
2011
  emit: {};
@@ -1455,16 +2017,16 @@ declare const Selection: {
1455
2017
  id?: string | undefined;
1456
2018
  label?: string | undefined;
1457
2019
  value?: V | undefined;
1458
- disabled?: vue267.MaybeRef<boolean> | undefined;
2020
+ disabled?: vue319.MaybeRef<boolean> | undefined;
1459
2021
  namespace?: string | undefined;
1460
- } & vue267.PublicProps;
2022
+ } & vue319.PublicProps;
1461
2023
  expose: (exposed: {}) => void;
1462
2024
  attrs: any;
1463
2025
  slots: {
1464
2026
  default: (props: SelectionItemSlotProps<V>) => unknown;
1465
2027
  };
1466
2028
  emit: {};
1467
- }>) => vue267.VNode & {
2029
+ }>) => vue319.VNode & {
1468
2030
  __ctx?: Awaited<typeof __VLS_setup>;
1469
2031
  };
1470
2032
  };
@@ -1499,7 +2061,24 @@ interface SingleRootSlotProps {
1499
2061
  'aria-multiselectable': false;
1500
2062
  };
1501
2063
  }
1502
- declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?: vue267.App) => SingleContext<SingleTicket<unknown>>;
2064
+ declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?: vue319.App) => SingleContext<SingleTicket<unknown>>;
2065
+ declare const __VLS_export$3: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2066
+ props: __VLS_PrettifyLocal$3<(SingleRootProps & {
2067
+ modelValue?: T | T[];
2068
+ }) & {
2069
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2070
+ }> & vue319.PublicProps;
2071
+ expose: (exposed: {}) => void;
2072
+ attrs: any;
2073
+ slots: {
2074
+ default: (props: SingleRootSlotProps) => any;
2075
+ };
2076
+ emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
2077
+ }>) => vue319.VNode & {
2078
+ __ctx?: Awaited<typeof __VLS_setup>;
2079
+ };
2080
+ declare const _default$3: typeof __VLS_export$3;
2081
+ type __VLS_PrettifyLocal$3<T> = { [K in keyof T as K]: T[K] } & {};
1503
2082
  //#endregion
1504
2083
  //#region src/components/Single/SingleItem.vue.d.ts
1505
2084
  interface SingleItemProps<V = unknown> {
@@ -1539,9 +2118,51 @@ interface SingleItemSlotProps<V = unknown> {
1539
2118
  'data-disabled': true | undefined;
1540
2119
  };
1541
2120
  }
2121
+ declare const __VLS_export$2: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2122
+ props: __VLS_PrettifyLocal$2<SingleItemProps<V>> & vue319.PublicProps;
2123
+ expose: (exposed: {}) => void;
2124
+ attrs: any;
2125
+ slots: {
2126
+ default: (props: SingleItemSlotProps<V>) => unknown;
2127
+ };
2128
+ emit: {};
2129
+ }>) => vue319.VNode & {
2130
+ __ctx?: Awaited<typeof __VLS_setup>;
2131
+ };
2132
+ declare const _default$2: typeof __VLS_export$2;
2133
+ type __VLS_PrettifyLocal$2<T> = { [K in keyof T as K]: T[K] } & {};
1542
2134
  //#endregion
1543
2135
  //#region src/components/Single/index.d.ts
2136
+ /**
2137
+ * Single component with sub-components for building single-selection interfaces.
2138
+ *
2139
+ * @see https://0.vuetifyjs.com/components/single
2140
+ */
1544
2141
  declare const Single: {
2142
+ /**
2143
+ * Root component for single-selection. Only one item can be selected at a time.
2144
+ *
2145
+ * @see https://0.vuetifyjs.com/components/single#singleroot
2146
+ *
2147
+ * @example
2148
+ * ```vue
2149
+ * <script lang="ts" setup>
2150
+ * import { Single } from '@vuetify/v0'
2151
+ * </script>
2152
+ *
2153
+ * <template>
2154
+ * <Single.Root v-model="selected">
2155
+ * <Single.Item value="option1">
2156
+ * Option 1
2157
+ * </Single.Item>
2158
+ *
2159
+ * <Single.Item value="option2">
2160
+ * Option 2
2161
+ * </Single.Item>
2162
+ * </Single.Root>
2163
+ * </template>
2164
+ * ```
2165
+ */
1545
2166
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1546
2167
  attrs: any;
1547
2168
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
@@ -1556,16 +2177,36 @@ declare const Single: {
1556
2177
  mandatory?: boolean | "force" | undefined;
1557
2178
  modelValue?: (T | T[]) | undefined;
1558
2179
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1559
- } & vue267.PublicProps;
2180
+ } & vue319.PublicProps;
1560
2181
  expose: (exposed: {}) => void;
1561
2182
  attrs: any;
1562
2183
  slots: {
1563
2184
  default: (props: SingleRootSlotProps) => any;
1564
2185
  };
1565
2186
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
1566
- }>) => vue267.VNode & {
2187
+ }>) => vue319.VNode & {
1567
2188
  __ctx?: Awaited<typeof __VLS_setup>;
1568
2189
  };
2190
+ /**
2191
+ * Component representing a selectable item within Single.Root.
2192
+ *
2193
+ * @see https://0.vuetifyjs.com/components/single#singleitem
2194
+ *
2195
+ * @example
2196
+ * ```vue
2197
+ * <script lang="ts" setup>
2198
+ * import { Single } from '@vuetify/v0'
2199
+ * </script>
2200
+ *
2201
+ * <template>
2202
+ * <Single.Item value="option1" #default="{ isSelected }">
2203
+ * <div :class="{ selected: isSelected }">
2204
+ * Option 1
2205
+ * </div>
2206
+ * </Single.Item>
2207
+ * </template>
2208
+ * ```
2209
+ */
1569
2210
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1570
2211
  attrs: any;
1571
2212
  emit: {};
@@ -1577,16 +2218,16 @@ declare const Single: {
1577
2218
  id?: string | undefined;
1578
2219
  label?: string | undefined;
1579
2220
  value?: V | undefined;
1580
- disabled?: vue267.MaybeRef<boolean> | undefined;
2221
+ disabled?: vue319.MaybeRef<boolean> | undefined;
1581
2222
  namespace?: string | undefined;
1582
- } & vue267.PublicProps;
2223
+ } & vue319.PublicProps;
1583
2224
  expose: (exposed: {}) => void;
1584
2225
  attrs: any;
1585
2226
  slots: {
1586
2227
  default: (props: SingleItemSlotProps<V>) => unknown;
1587
2228
  };
1588
2229
  emit: {};
1589
- }>) => vue267.VNode & {
2230
+ }>) => vue319.VNode & {
1590
2231
  __ctx?: Awaited<typeof __VLS_setup>;
1591
2232
  };
1592
2233
  };
@@ -1631,7 +2272,24 @@ interface StepRootSlotProps {
1631
2272
  'aria-multiselectable': false;
1632
2273
  };
1633
2274
  }
1634
- declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?: vue267.App) => StepContext<StepTicket<unknown>>;
2275
+ declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?: vue319.App) => StepContext<StepTicket<unknown>>;
2276
+ declare const __VLS_export$1: <T = 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<{
2277
+ props: __VLS_PrettifyLocal$1<(StepRootProps & {
2278
+ modelValue?: T | T[];
2279
+ }) & {
2280
+ "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
2281
+ }> & vue319.PublicProps;
2282
+ expose: (exposed: {}) => void;
2283
+ attrs: any;
2284
+ slots: {
2285
+ default: (props: StepRootSlotProps) => any;
2286
+ };
2287
+ emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
2288
+ }>) => vue319.VNode & {
2289
+ __ctx?: Awaited<typeof __VLS_setup>;
2290
+ };
2291
+ declare const _default$1: typeof __VLS_export$1;
2292
+ type __VLS_PrettifyLocal$1<T> = { [K in keyof T as K]: T[K] } & {};
1635
2293
  //#endregion
1636
2294
  //#region src/components/Step/StepItem.vue.d.ts
1637
2295
  interface StepItemProps<V = unknown> {
@@ -1671,9 +2329,49 @@ interface StepItemSlotProps<V = unknown> {
1671
2329
  'data-disabled': true | undefined;
1672
2330
  };
1673
2331
  }
2332
+ 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<{
2333
+ props: __VLS_PrettifyLocal<StepItemProps<V>> & vue319.PublicProps;
2334
+ expose: (exposed: {}) => void;
2335
+ attrs: any;
2336
+ slots: {
2337
+ default: (props: StepItemSlotProps<V>) => unknown;
2338
+ };
2339
+ emit: {};
2340
+ }>) => vue319.VNode & {
2341
+ __ctx?: Awaited<typeof __VLS_setup>;
2342
+ };
2343
+ declare const _default: typeof __VLS_export;
2344
+ type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
1674
2345
  //#endregion
1675
2346
  //#region src/components/Step/index.d.ts
2347
+ /**
2348
+ * Step component with sub-components for building stepper navigation.
2349
+ *
2350
+ * @see https://0.vuetifyjs.com/components/step
2351
+ */
1676
2352
  declare const Step: {
2353
+ /**
2354
+ * Root component for step navigation.
2355
+ *
2356
+ * @see https://0.vuetifyjs.com/components/step
2357
+ *
2358
+ * @example
2359
+ * ```vue
2360
+ * <script lang="ts" setup>
2361
+ * import { Step } from '@vuetify/v0'
2362
+ * </script>
2363
+ *
2364
+ * <template>
2365
+ * <Step.Root>
2366
+ * <Step.Item value="account">Account</Step.Item>
2367
+ *
2368
+ * <Step.Item value="profile">Profile</Step.Item>
2369
+ *
2370
+ * <Step.Item value="review">Review</Step.Item>
2371
+ * </Step.Root>
2372
+ * </template>
2373
+ * ```
2374
+ */
1677
2375
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1678
2376
  attrs: any;
1679
2377
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
@@ -1688,16 +2386,34 @@ declare const Step: {
1688
2386
  mandatory?: boolean | "force" | undefined;
1689
2387
  modelValue?: (T | T[]) | undefined;
1690
2388
  "onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
1691
- } & vue267.PublicProps;
2389
+ } & vue319.PublicProps;
1692
2390
  expose: (exposed: {}) => void;
1693
2391
  attrs: any;
1694
2392
  slots: {
1695
2393
  default: (props: StepRootSlotProps) => any;
1696
2394
  };
1697
2395
  emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
1698
- }>) => vue267.VNode & {
2396
+ }>) => vue319.VNode & {
1699
2397
  __ctx?: Awaited<typeof __VLS_setup>;
1700
2398
  };
2399
+ /**
2400
+ * Component representing a single step item.
2401
+ *
2402
+ * @see https://0.vuetifyjs.com/components/step#stepitem
2403
+ *
2404
+ * @example
2405
+ * ```vue
2406
+ * <script lang="ts" setup>
2407
+ * import { Step } from '@vuetify/v0'
2408
+ * </script>
2409
+ *
2410
+ * <template>
2411
+ * <Step.Item value="account">
2412
+ * Account Setup
2413
+ * </Step.Item>
2414
+ * </template>
2415
+ * ```
2416
+ */
1701
2417
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1702
2418
  attrs: any;
1703
2419
  emit: {};
@@ -1709,18 +2425,18 @@ declare const Step: {
1709
2425
  id?: string | undefined;
1710
2426
  label?: string | undefined;
1711
2427
  value?: V | undefined;
1712
- disabled?: vue267.MaybeRef<boolean> | undefined;
2428
+ disabled?: vue319.MaybeRef<boolean> | undefined;
1713
2429
  namespace?: string | undefined;
1714
- } & vue267.PublicProps;
2430
+ } & vue319.PublicProps;
1715
2431
  expose: (exposed: {}) => void;
1716
2432
  attrs: any;
1717
2433
  slots: {
1718
2434
  default: (props: StepItemSlotProps<V>) => unknown;
1719
2435
  };
1720
2436
  emit: {};
1721
- }>) => vue267.VNode & {
2437
+ }>) => vue319.VNode & {
1722
2438
  __ctx?: Awaited<typeof __VLS_setup>;
1723
2439
  };
1724
2440
  };
1725
2441
  //#endregion
1726
- export { GroupItemSlotProps as $, Pagination as A, AvatarFallbackProps as At, PaginationFirstSlotProps as B, PopoverContentEmits as C, AvatarRootProps as Ct, PopoverRootProps as D, AvatarImageEmits as Dt, PopoverContext as E, useAvatarRoot as Et, PaginationEllipsisProps as F, _default as Ft, providePaginationControls as G, PaginationItemSlotProps as H, PaginationEllipsisSlotProps as I, usePaginationControls as J, providePaginationItems as K, PaginationPrevProps as L, PaginationLastSlotProps as M, AtomExpose as Mt, PaginationNextProps as N, AtomProps as Nt, providePopoverContext as O, AvatarImageProps as Ot, PaginationNextSlotProps as P, AtomSlots as Pt, GroupItemProps as Q, PaginationPrevSlotProps as R, Popover as S, AvatarContext as St, PopoverAnchorProps as T, provideAvatarContext as Tt, PaginationRootProps as U, PaginationItemProps as V, PaginationRootSlotProps as W, usePaginationRoot as X, usePaginationItems as Y, Group as Z, SelectionItemSlotProps as _, ExpansionPanelRootProps as _t, StepRootSlotProps as a, ExpansionPanelContentProps as at, provideSelectionRoot as b, useExpansionPanelRoot as bt, Single as c, ExpansionPanelActivatorSlotProps as ct, SingleRootProps as d, ExpansionPanelItemContext as dt, GroupRootProps as et, SingleRootSlotProps as f, ExpansionPanelItemProps as ft, SelectionItemProps as g, ExpansionPanelOptionsContext as gt, Selection as h, useExpansionPanelItem as ht, StepRootProps as i, ExpansionPanel as it, PaginationLastProps as j, AvatarFallbackSlotProps as jt, usePopoverContext as k, AvatarImageSlotProps as kt, SingleItemProps as l, ExpansionPanelHeaderProps as lt, useSingleRoot as m, provideExpansionPanelItem as mt, StepItemProps as n, provideGroupRoot as nt, provideStepRoot as o, ExpansionPanelContentSlotProps as ot, provideSingleRoot as p, ExpansionPanelItemSlotProps as pt, providePaginationRoot as q, StepItemSlotProps as r, useGroupRoot as rt, useStepRoot as s, ExpansionPanelActivatorProps as st, Step as t, GroupRootSlotProps as tt, SingleItemSlotProps as u, ExpansionPanelHeaderSlotProps as ut, SelectionRootProps as v, ExpansionPanelRootSlotProps as vt, PopoverContentProps as w, AvatarTicket as wt, useSelectionRoot as x, Avatar as xt, SelectionRootSlotProps as y, provideExpansionPanelSelection as yt, PaginationFirstProps as z };
2442
+ export { PaginationEllipsisSlotProps as $, _default$24 as $t, PopoverContentProps as A, ExpansionPanelContentSlotProps as At, providePopoverContext as B, ExpansionPanelItemSlotProps as Bt, SelectionRootProps as C, GroupRootProps as Ct, useSelectionRoot as D, useGroupRoot as Dt, provideSelectionRoot as E, provideGroupRoot as Et, _default$6 as F, ExpansionPanelHeaderProps as Ft, _default$16 as G, ExpansionPanelRootProps as Gt, Pagination as H, provideExpansionPanelItem as Ht, PopoverContext as I, ExpansionPanelHeaderSlotProps as It, _default$12 as J, provideExpansionPanelSelection as Jt, PaginationLastProps as K, ExpansionPanelRootSlotProps as Kt, PopoverRootProps as L, _default$21 as Lt, _default$7 as M, ExpansionPanelActivatorProps as Mt, PopoverAnchorProps as N, ExpansionPanelActivatorSlotProps as Nt, Popover as O, ExpansionPanel as Ot, PopoverAnchorSlotProps as P, _default$19 as Pt, PaginationEllipsisProps as Q, AvatarFallbackSlotProps as Qt, PopoverRootSlotProps as R, ExpansionPanelItemContext as Rt, _default$4 as S, _default$17 as St, _default$5 as T, _default$18 as Tt, PaginationStatusProps as U, useExpansionPanelItem as Ut, usePopoverContext as V, _default$22 as Vt, PaginationStatusSlotProps as W, ExpansionPanelOptionsContext as Wt, PaginationNextSlotProps as X, Avatar as Xt, PaginationNextProps as Y, useExpansionPanelRoot as Yt, _default$13 as Z, AvatarFallbackProps as Zt, provideSingleRoot as _, usePaginationItems as _t, StepRootProps as a, AvatarRootProps as an, PaginationFirstSlotProps as at, SelectionItemProps as b, GroupItemProps as bt, provideStepRoot as c, provideAvatarContext as cn, PaginationItemSlotProps as ct, SingleItemProps as d, AtomProps as dn, PaginationRootSlotProps as dt, AvatarImageEmits as en, _default$9 as et, SingleItemSlotProps as f, AtomSlots as fn, _default$15 as ft, _default$3 as g, usePaginationControls as gt, SingleRootSlotProps as h, providePaginationRoot as ht, _default as i, AvatarContext as in, PaginationFirstProps as it, PopoverContentSlotProps as j, _default$20 as jt, PopoverContentEmits as k, ExpansionPanelContentProps as kt, useStepRoot as l, useAvatarRoot as ln, _default$11 as lt, SingleRootProps as m, providePaginationItems as mt, StepItemProps as n, AvatarImageSlotProps as nn, PaginationPrevSlotProps as nt, StepRootSlotProps as o, AvatarTicket as on, _default$10 as ot, _default$2 as p, _default$27 as pn, providePaginationControls as pt, PaginationLastSlotProps as q, _default$23 as qt, StepItemSlotProps as r, _default$25 as rn, _default$14 as rt, _default$1 as s, _default$26 as sn, PaginationItemProps as st, Step as t, AvatarImageProps as tn, PaginationPrevProps as tt, Single as u, AtomExpose as un, PaginationRootProps as ut, useSingleRoot as v, usePaginationRoot as vt, SelectionRootSlotProps as w, GroupRootSlotProps as wt, SelectionItemSlotProps as x, GroupItemSlotProps as xt, Selection as y, Group as yt, _default$8 as z, ExpansionPanelItemProps as zt };