@vuetify/v0 0.0.16 → 0.0.20
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.
- package/README.md +125 -47
- package/dist/browser/index.js +1801 -1604
- package/dist/components/index.d.mts +4 -4
- package/dist/components/index.mjs +6 -6
- package/dist/{components-Dk00OFL2.mjs → components-D590hSY0.mjs} +151 -54
- package/dist/composables/index.d.mts +4 -4
- package/dist/composables/index.mjs +5 -5
- package/dist/{composables-YOUVfUsn.mjs → composables-FE6B8JUW.mjs} +370 -303
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +3 -3
- package/dist/{globals-Rnihe4SF.mjs → globals-exvZ8fiO.mjs} +1 -1
- package/dist/index-4jSy8KIt.d.mts +73 -0
- package/dist/{index-BzW68rBC.d.mts → index-BYyEPh1S.d.mts} +227 -17
- package/dist/index-CjzlIAtF.d.mts +296 -0
- package/dist/{index-BeJMYhId.d.mts → index-DahjxaTj.d.mts} +899 -136
- package/dist/{index-BulceeMA.d.mts → index-Gr6XPRWt.d.mts} +50 -18
- package/dist/index.d.mts +7 -7
- package/dist/index.mjs +8 -8
- package/dist/types/index.d.mts +1 -1
- package/dist/{useStep-Bqhi_DDs.mjs → useStep-Dw7XloDM.mjs} +1067 -1258
- package/dist/utilities/index.d.mts +2 -2
- package/dist/utilities/index.mjs +1 -1
- package/dist/utilities-BrFKLHFS.mjs +363 -0
- package/package.json +3 -3
- package/dist/index-BXN7M6o_.d.mts +0 -71
- package/dist/index-Bd3J4RNS.d.mts +0 -11
- package/dist/utilities-DQWf_4V_.mjs +0 -139
- /package/dist/{constants-BWV0uYsM.mjs → constants-DypzAkYp.mjs} +0 -0
- /package/dist/{htmlElements-BYo-fMlZ.mjs → htmlElements-CXObxj0V.mjs} +0 -0
- /package/dist/{index-B6lIRI3i.d.mts → index-B9mKi4pr.d.mts} +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { i as ID, t as DOMElement } from "./index-
|
|
2
|
-
import { I as RegistryContext, M as SelectionTicket, S as GroupContext, T as GroupTicket,
|
|
3
|
-
import * as
|
|
1
|
+
import { i as ID, t as DOMElement } from "./index-4jSy8KIt.mjs";
|
|
2
|
+
import { B as RegistryTicket, 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 } from "./index-Gr6XPRWt.mjs";
|
|
3
|
+
import * as vue370 from "vue";
|
|
4
4
|
import { MaybeRef, Ref, ShallowRef, TemplateRef } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Atom/Atom.vue.d.ts
|
|
7
|
+
|
|
7
8
|
/**
|
|
8
9
|
* Props for the Atom component
|
|
9
10
|
*/
|
|
@@ -39,27 +40,40 @@ interface AtomExpose {
|
|
|
39
40
|
element: TemplateRef<HTMLElement | null>;
|
|
40
41
|
}
|
|
41
42
|
interface AtomPrivateProps extends AtomProps {}
|
|
42
|
-
declare const
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
declare const _default$27: typeof __VLS_export$27;
|
|
44
|
+
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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
45
|
+
props: __VLS_PrettifyLocal$11<AtomPrivateProps> & vue370.PublicProps & (typeof globalThis extends {
|
|
46
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
47
|
+
} ? P : {});
|
|
48
|
+
expose: (exposed: vue370.ShallowUnwrapRef<AtomExpose>) => void;
|
|
45
49
|
attrs: any;
|
|
46
50
|
slots: AtomSlots<T>;
|
|
47
51
|
emit: {};
|
|
48
|
-
}>) =>
|
|
52
|
+
}>) => vue370.VNode & {
|
|
49
53
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
50
54
|
};
|
|
51
|
-
|
|
52
|
-
type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
|
|
55
|
+
type __VLS_PrettifyLocal$11<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
53
56
|
//#endregion
|
|
54
|
-
//#region src/components/Avatar/
|
|
55
|
-
interface
|
|
56
|
-
/** Namespace for
|
|
57
|
+
//#region src/components/Avatar/AvatarRoot.vue.d.ts
|
|
58
|
+
interface AvatarRootProps extends AtomProps {
|
|
59
|
+
/** Namespace for dependency injection */
|
|
57
60
|
namespace?: string;
|
|
58
61
|
}
|
|
59
|
-
interface
|
|
60
|
-
|
|
61
|
-
|
|
62
|
+
interface AvatarTicket extends SelectionTicket {
|
|
63
|
+
type?: 'image' | 'fallback';
|
|
64
|
+
priority?: number;
|
|
62
65
|
}
|
|
66
|
+
interface AvatarContext extends SelectionContext<AvatarTicket> {}
|
|
67
|
+
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?: vue370.App) => AvatarContext;
|
|
68
|
+
declare const _default$26: typeof __VLS_export$26;
|
|
69
|
+
declare const __VLS_export$26: __VLS_WithSlots$15<vue370.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
70
|
+
default?: (props: {}) => any;
|
|
71
|
+
}>;
|
|
72
|
+
type __VLS_WithSlots$15<T, S> = T & {
|
|
73
|
+
new (): {
|
|
74
|
+
$slots: S;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
63
77
|
//#endregion
|
|
64
78
|
//#region src/components/Avatar/AvatarImage.vue.d.ts
|
|
65
79
|
interface AvatarImageProps extends AtomProps {
|
|
@@ -85,46 +99,109 @@ interface AvatarImageSlotProps {
|
|
|
85
99
|
onError: (e: Event) => void;
|
|
86
100
|
};
|
|
87
101
|
}
|
|
102
|
+
declare const _default$25: typeof __VLS_export$25;
|
|
103
|
+
declare const __VLS_export$25: __VLS_WithSlots$14<vue370.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
104
|
+
error: (e: Event) => any;
|
|
105
|
+
load: (e: Event) => any;
|
|
106
|
+
}, string, vue370.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
107
|
+
onError?: ((e: Event) => any) | undefined;
|
|
108
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
109
|
+
}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
110
|
+
default: (props: AvatarImageSlotProps) => any;
|
|
111
|
+
}>;
|
|
112
|
+
type __VLS_WithSlots$14<T, S> = T & {
|
|
113
|
+
new (): {
|
|
114
|
+
$slots: S;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
88
117
|
//#endregion
|
|
89
|
-
//#region src/components/Avatar/
|
|
90
|
-
interface
|
|
91
|
-
/** Namespace for
|
|
118
|
+
//#region src/components/Avatar/AvatarFallback.vue.d.ts
|
|
119
|
+
interface AvatarFallbackProps extends AtomProps {
|
|
120
|
+
/** Namespace for retrieving avatar context */
|
|
92
121
|
namespace?: string;
|
|
93
122
|
}
|
|
94
|
-
interface
|
|
95
|
-
|
|
96
|
-
|
|
123
|
+
interface AvatarFallbackSlotProps {
|
|
124
|
+
/** Whether this fallback is currently visible */
|
|
125
|
+
isSelected: boolean;
|
|
97
126
|
}
|
|
98
|
-
|
|
99
|
-
declare const
|
|
127
|
+
declare const _default$24: typeof __VLS_export$24;
|
|
128
|
+
declare const __VLS_export$24: __VLS_WithSlots$13<vue370.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
129
|
+
default: (props: AvatarFallbackSlotProps) => any;
|
|
130
|
+
}>;
|
|
131
|
+
type __VLS_WithSlots$13<T, S> = T & {
|
|
132
|
+
new (): {
|
|
133
|
+
$slots: S;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
100
136
|
//#endregion
|
|
101
137
|
//#region src/components/Avatar/index.d.ts
|
|
138
|
+
/**
|
|
139
|
+
* Avatar component with sub-components for building avatars.
|
|
140
|
+
*
|
|
141
|
+
* @see https://0.vuetifyjs.com/components/avatar
|
|
142
|
+
*/
|
|
102
143
|
declare const Avatar: {
|
|
103
|
-
|
|
104
|
-
|
|
144
|
+
/**
|
|
145
|
+
* Root component for avatars.
|
|
146
|
+
*
|
|
147
|
+
* @see https://0.vuetifyjs.com/components/avatar
|
|
148
|
+
*
|
|
149
|
+
* @example
|
|
150
|
+
* ```vue
|
|
151
|
+
* <script lang="ts" setup>
|
|
152
|
+
* import { Avatar } from '@vuetify/v0'
|
|
153
|
+
* </script>
|
|
154
|
+
*
|
|
155
|
+
* <template>
|
|
156
|
+
* <Avatar.Root>
|
|
157
|
+
* <Avatar.Image src="/avatar.jpg" />
|
|
158
|
+
*
|
|
159
|
+
* <Avatar.Fallback>JD</Avatar.Fallback>
|
|
160
|
+
* </Avatar.Root>
|
|
161
|
+
* </template>
|
|
162
|
+
* ```
|
|
163
|
+
*/
|
|
164
|
+
Root: {
|
|
165
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
105
166
|
P: {};
|
|
106
167
|
B: {};
|
|
107
168
|
D: {};
|
|
108
169
|
C: {};
|
|
109
170
|
M: {};
|
|
110
171
|
Defaults: {};
|
|
111
|
-
}, Readonly<
|
|
172
|
+
}, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
112
173
|
__isFragment?: never;
|
|
113
174
|
__isTeleport?: never;
|
|
114
175
|
__isSuspense?: never;
|
|
115
|
-
} &
|
|
176
|
+
} & vue370.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
116
177
|
$slots: {
|
|
117
|
-
default
|
|
178
|
+
default?: (props: {}) => any;
|
|
118
179
|
};
|
|
119
180
|
});
|
|
181
|
+
/**
|
|
182
|
+
* Component for displaying the avatar image.
|
|
183
|
+
*
|
|
184
|
+
* @see https://0.vuetifyjs.com/components/avatar#avatarimage
|
|
185
|
+
*
|
|
186
|
+
* @example
|
|
187
|
+
* ```vue
|
|
188
|
+
* <script lang="ts" setup>
|
|
189
|
+
* import { Avatar } from '@vuetify/v0'
|
|
190
|
+
* </script>
|
|
191
|
+
*
|
|
192
|
+
* <template>
|
|
193
|
+
* <Avatar.Image src="/avatar.jpg" alt="User avatar" />
|
|
194
|
+
* </template>
|
|
195
|
+
* ```
|
|
196
|
+
*/
|
|
120
197
|
Image: {
|
|
121
|
-
new (...args: any[]):
|
|
122
|
-
onLoad?: ((e: Event) => any) | undefined;
|
|
198
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
123
199
|
onError?: ((e: Event) => any) | undefined;
|
|
124
|
-
|
|
125
|
-
|
|
200
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
201
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
126
202
|
error: (e: Event) => any;
|
|
127
|
-
|
|
203
|
+
load: (e: Event) => any;
|
|
204
|
+
}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
128
205
|
P: {};
|
|
129
206
|
B: {};
|
|
130
207
|
D: {};
|
|
@@ -132,38 +209,56 @@ declare const Avatar: {
|
|
|
132
209
|
M: {};
|
|
133
210
|
Defaults: {};
|
|
134
211
|
}, Readonly<AvatarImageProps> & Readonly<{
|
|
135
|
-
onLoad?: ((e: Event) => any) | undefined;
|
|
136
212
|
onError?: ((e: Event) => any) | undefined;
|
|
213
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
137
214
|
}>, {}, {}, {}, {}, {}>;
|
|
138
215
|
__isFragment?: never;
|
|
139
216
|
__isTeleport?: never;
|
|
140
217
|
__isSuspense?: never;
|
|
141
|
-
} &
|
|
142
|
-
onLoad?: ((e: Event) => any) | undefined;
|
|
218
|
+
} & vue370.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
143
219
|
onError?: ((e: Event) => any) | undefined;
|
|
144
|
-
|
|
145
|
-
|
|
220
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
221
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
146
222
|
error: (e: Event) => any;
|
|
147
|
-
|
|
223
|
+
load: (e: Event) => any;
|
|
224
|
+
}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
148
225
|
$slots: {
|
|
149
226
|
default: (props: AvatarImageSlotProps) => any;
|
|
150
227
|
};
|
|
151
228
|
});
|
|
152
|
-
|
|
153
|
-
|
|
229
|
+
/**
|
|
230
|
+
* Component for displaying fallback content when image fails to load.
|
|
231
|
+
*
|
|
232
|
+
* @see https://0.vuetifyjs.com/components/avatar#avatarfallback
|
|
233
|
+
*
|
|
234
|
+
* @example
|
|
235
|
+
* ```vue
|
|
236
|
+
* <script lang="ts" setup>
|
|
237
|
+
* import { Avatar } from '@vuetify/v0'
|
|
238
|
+
* </script>
|
|
239
|
+
*
|
|
240
|
+
* <template>
|
|
241
|
+
* <Avatar.Fallback>
|
|
242
|
+
* JD
|
|
243
|
+
* </Avatar.Fallback>
|
|
244
|
+
* </template>
|
|
245
|
+
* ```
|
|
246
|
+
*/
|
|
247
|
+
Fallback: {
|
|
248
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
154
249
|
P: {};
|
|
155
250
|
B: {};
|
|
156
251
|
D: {};
|
|
157
252
|
C: {};
|
|
158
253
|
M: {};
|
|
159
254
|
Defaults: {};
|
|
160
|
-
}, Readonly<
|
|
255
|
+
}, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
161
256
|
__isFragment?: never;
|
|
162
257
|
__isTeleport?: never;
|
|
163
258
|
__isSuspense?: never;
|
|
164
|
-
} &
|
|
259
|
+
} & vue370.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
165
260
|
$slots: {
|
|
166
|
-
default
|
|
261
|
+
default: (props: AvatarFallbackSlotProps) => any;
|
|
167
262
|
};
|
|
168
263
|
});
|
|
169
264
|
};
|
|
@@ -205,7 +300,26 @@ interface ExpansionPanelRootSlotProps {
|
|
|
205
300
|
/** Toggle a panel's expansion state by ID */
|
|
206
301
|
toggle: (id: ID) => void;
|
|
207
302
|
}
|
|
208
|
-
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?:
|
|
303
|
+
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue370.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
304
|
+
declare const _default$23: typeof __VLS_export$23;
|
|
305
|
+
declare const __VLS_export$23: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$10<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
306
|
+
props: __VLS_PrettifyLocal$10<(ExpansionPanelRootProps & {
|
|
307
|
+
modelValue?: T | T[];
|
|
308
|
+
}) & {
|
|
309
|
+
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
310
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
311
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
312
|
+
} ? P : {});
|
|
313
|
+
expose: (exposed: {}) => void;
|
|
314
|
+
attrs: any;
|
|
315
|
+
slots: {
|
|
316
|
+
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
317
|
+
};
|
|
318
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
319
|
+
}>) => vue370.VNode & {
|
|
320
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
321
|
+
};
|
|
322
|
+
type __VLS_PrettifyLocal$10<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
209
323
|
//#endregion
|
|
210
324
|
//#region src/components/ExpansionPanel/ExpansionPanelItem.vue.d.ts
|
|
211
325
|
interface ExpansionPanelItemProps<V = unknown> extends AtomProps {
|
|
@@ -246,7 +360,22 @@ interface ExpansionPanelItemSlotProps {
|
|
|
246
360
|
'data-selected': true | undefined;
|
|
247
361
|
};
|
|
248
362
|
}
|
|
249
|
-
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?:
|
|
363
|
+
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue370.App) => ExpansionPanelItemContext;
|
|
364
|
+
declare const _default$22: typeof __VLS_export$22;
|
|
365
|
+
declare const __VLS_export$22: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$9<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
366
|
+
props: __VLS_PrettifyLocal$9<ExpansionPanelItemProps<V>> & vue370.PublicProps & (typeof globalThis extends {
|
|
367
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
368
|
+
} ? P : {});
|
|
369
|
+
expose: (exposed: {}) => void;
|
|
370
|
+
attrs: any;
|
|
371
|
+
slots: {
|
|
372
|
+
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
373
|
+
};
|
|
374
|
+
emit: {};
|
|
375
|
+
}>) => vue370.VNode & {
|
|
376
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
377
|
+
};
|
|
378
|
+
type __VLS_PrettifyLocal$9<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
250
379
|
//#endregion
|
|
251
380
|
//#region src/components/ExpansionPanel/ExpansionPanelHeader.vue.d.ts
|
|
252
381
|
interface ExpansionPanelHeaderProps extends AtomProps {
|
|
@@ -262,6 +391,15 @@ interface ExpansionPanelHeaderSlotProps {
|
|
|
262
391
|
'data-selected': true | undefined;
|
|
263
392
|
};
|
|
264
393
|
}
|
|
394
|
+
declare const _default$21: typeof __VLS_export$21;
|
|
395
|
+
declare const __VLS_export$21: __VLS_WithSlots$12<vue370.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
396
|
+
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
397
|
+
}>;
|
|
398
|
+
type __VLS_WithSlots$12<T, S> = T & {
|
|
399
|
+
new (): {
|
|
400
|
+
$slots: S;
|
|
401
|
+
};
|
|
402
|
+
};
|
|
265
403
|
//#endregion
|
|
266
404
|
//#region src/components/ExpansionPanel/ExpansionPanelActivator.vue.d.ts
|
|
267
405
|
interface ExpansionPanelActivatorProps extends AtomProps {
|
|
@@ -302,6 +440,15 @@ interface ExpansionPanelActivatorSlotProps {
|
|
|
302
440
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
303
441
|
};
|
|
304
442
|
}
|
|
443
|
+
declare const _default$19: typeof __VLS_export$20;
|
|
444
|
+
declare const __VLS_export$20: __VLS_WithSlots$11<vue370.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
445
|
+
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
446
|
+
}>;
|
|
447
|
+
type __VLS_WithSlots$11<T, S> = T & {
|
|
448
|
+
new (): {
|
|
449
|
+
$slots: S;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
305
452
|
//#endregion
|
|
306
453
|
//#region src/components/ExpansionPanel/ExpansionPanelContent.vue.d.ts
|
|
307
454
|
interface ExpansionPanelContentProps extends AtomProps {
|
|
@@ -324,8 +471,22 @@ interface ExpansionPanelContentSlotProps {
|
|
|
324
471
|
'hidden': boolean;
|
|
325
472
|
};
|
|
326
473
|
}
|
|
474
|
+
declare const _default$20: typeof __VLS_export$19;
|
|
475
|
+
declare const __VLS_export$19: __VLS_WithSlots$10<vue370.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
476
|
+
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
477
|
+
}>;
|
|
478
|
+
type __VLS_WithSlots$10<T, S> = T & {
|
|
479
|
+
new (): {
|
|
480
|
+
$slots: S;
|
|
481
|
+
};
|
|
482
|
+
};
|
|
327
483
|
//#endregion
|
|
328
484
|
//#region src/components/ExpansionPanel/index.d.ts
|
|
485
|
+
/**
|
|
486
|
+
* ExpansionPanel component with sub-components for building expansion panels.
|
|
487
|
+
*
|
|
488
|
+
* @see https://0.vuetifyjs.com/components/expansion-panels
|
|
489
|
+
*/
|
|
329
490
|
declare const ExpansionPanel: {
|
|
330
491
|
/**
|
|
331
492
|
* Root component for expansion panels.
|
|
@@ -361,7 +522,7 @@ declare const ExpansionPanel: {
|
|
|
361
522
|
slots: {
|
|
362
523
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
363
524
|
};
|
|
364
|
-
},
|
|
525
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
365
526
|
props: {
|
|
366
527
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
367
528
|
namespace?: string | undefined;
|
|
@@ -372,14 +533,16 @@ declare const ExpansionPanel: {
|
|
|
372
533
|
as?: (DOMElement | null) | undefined;
|
|
373
534
|
renderless?: boolean | undefined;
|
|
374
535
|
modelValue?: (T | T[]) | undefined;
|
|
375
|
-
} &
|
|
536
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
537
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
538
|
+
} ? P : {});
|
|
376
539
|
expose: (exposed: {}) => void;
|
|
377
540
|
attrs: any;
|
|
378
541
|
slots: {
|
|
379
542
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
380
543
|
};
|
|
381
544
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
382
|
-
}>) =>
|
|
545
|
+
}>) => vue370.VNode & {
|
|
383
546
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
384
547
|
};
|
|
385
548
|
/**
|
|
@@ -414,22 +577,24 @@ declare const ExpansionPanel: {
|
|
|
414
577
|
slots: {
|
|
415
578
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
416
579
|
};
|
|
417
|
-
},
|
|
580
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
418
581
|
props: {
|
|
419
582
|
id?: string | undefined;
|
|
420
583
|
value?: V | undefined;
|
|
421
|
-
disabled?:
|
|
584
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
422
585
|
namespace?: string | undefined;
|
|
423
586
|
as?: (DOMElement | null) | undefined;
|
|
424
587
|
renderless?: boolean | undefined;
|
|
425
|
-
} &
|
|
588
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
589
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
590
|
+
} ? P : {});
|
|
426
591
|
expose: (exposed: {}) => void;
|
|
427
592
|
attrs: any;
|
|
428
593
|
slots: {
|
|
429
594
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
430
595
|
};
|
|
431
596
|
emit: {};
|
|
432
|
-
}>) =>
|
|
597
|
+
}>) => vue370.VNode & {
|
|
433
598
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
434
599
|
};
|
|
435
600
|
/**
|
|
@@ -453,7 +618,7 @@ declare const ExpansionPanel: {
|
|
|
453
618
|
* ```
|
|
454
619
|
*/
|
|
455
620
|
Header: {
|
|
456
|
-
new (...args: any[]):
|
|
621
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
457
622
|
P: {};
|
|
458
623
|
B: {};
|
|
459
624
|
D: {};
|
|
@@ -464,7 +629,7 @@ declare const ExpansionPanel: {
|
|
|
464
629
|
__isFragment?: never;
|
|
465
630
|
__isTeleport?: never;
|
|
466
631
|
__isSuspense?: never;
|
|
467
|
-
} &
|
|
632
|
+
} & vue370.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
468
633
|
$slots: {
|
|
469
634
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
470
635
|
};
|
|
@@ -488,7 +653,7 @@ declare const ExpansionPanel: {
|
|
|
488
653
|
* ```
|
|
489
654
|
*/
|
|
490
655
|
Activator: {
|
|
491
|
-
new (...args: any[]):
|
|
656
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
492
657
|
P: {};
|
|
493
658
|
B: {};
|
|
494
659
|
D: {};
|
|
@@ -499,7 +664,7 @@ declare const ExpansionPanel: {
|
|
|
499
664
|
__isFragment?: never;
|
|
500
665
|
__isTeleport?: never;
|
|
501
666
|
__isSuspense?: never;
|
|
502
|
-
} &
|
|
667
|
+
} & vue370.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
503
668
|
$slots: {
|
|
504
669
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
505
670
|
};
|
|
@@ -523,7 +688,7 @@ declare const ExpansionPanel: {
|
|
|
523
688
|
* ```
|
|
524
689
|
*/
|
|
525
690
|
Content: {
|
|
526
|
-
new (...args: any[]):
|
|
691
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
527
692
|
P: {};
|
|
528
693
|
B: {};
|
|
529
694
|
D: {};
|
|
@@ -534,7 +699,7 @@ declare const ExpansionPanel: {
|
|
|
534
699
|
__isFragment?: never;
|
|
535
700
|
__isTeleport?: never;
|
|
536
701
|
__isSuspense?: never;
|
|
537
|
-
} &
|
|
702
|
+
} & vue370.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
538
703
|
$slots: {
|
|
539
704
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
540
705
|
};
|
|
@@ -583,7 +748,27 @@ interface GroupRootSlotProps {
|
|
|
583
748
|
'aria-multiselectable': true;
|
|
584
749
|
};
|
|
585
750
|
}
|
|
586
|
-
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?:
|
|
751
|
+
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?: vue370.App) => GroupContext<GroupTicket<unknown>>;
|
|
752
|
+
declare const _default$18: typeof __VLS_export$18;
|
|
753
|
+
declare const __VLS_export$18: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$8<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
754
|
+
props: __VLS_PrettifyLocal$8<(GroupRootProps & {
|
|
755
|
+
modelValue?: T | T[];
|
|
756
|
+
}) & {
|
|
757
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
758
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
759
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
760
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
761
|
+
} ? P : {});
|
|
762
|
+
expose: (exposed: {}) => void;
|
|
763
|
+
attrs: any;
|
|
764
|
+
slots: {
|
|
765
|
+
default: (props: GroupRootSlotProps) => any;
|
|
766
|
+
};
|
|
767
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
768
|
+
}>) => vue370.VNode & {
|
|
769
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
770
|
+
};
|
|
771
|
+
type __VLS_PrettifyLocal$8<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
587
772
|
//#endregion
|
|
588
773
|
//#region src/components/Group/GroupItem.vue.d.ts
|
|
589
774
|
interface GroupItemProps<V = unknown> {
|
|
@@ -625,23 +810,64 @@ interface GroupItemSlotProps<V = unknown> {
|
|
|
625
810
|
unmix: () => void;
|
|
626
811
|
/** Attributes to bind to the item element */
|
|
627
812
|
attrs: {
|
|
628
|
-
'
|
|
813
|
+
'role': 'checkbox';
|
|
814
|
+
'aria-checked': boolean | 'mixed';
|
|
629
815
|
'aria-disabled': boolean;
|
|
630
816
|
'data-selected': true | undefined;
|
|
631
817
|
'data-disabled': true | undefined;
|
|
632
818
|
'data-mixed': true | undefined;
|
|
633
819
|
};
|
|
634
820
|
}
|
|
821
|
+
declare const _default$17: typeof __VLS_export$17;
|
|
822
|
+
declare const __VLS_export$17: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
823
|
+
props: __VLS_PrettifyLocal$7<GroupItemProps<V>> & vue370.PublicProps & (typeof globalThis extends {
|
|
824
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
825
|
+
} ? P : {});
|
|
826
|
+
expose: (exposed: {}) => void;
|
|
827
|
+
attrs: any;
|
|
828
|
+
slots: {
|
|
829
|
+
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
830
|
+
};
|
|
831
|
+
emit: {};
|
|
832
|
+
}>) => vue370.VNode & {
|
|
833
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
834
|
+
};
|
|
835
|
+
type __VLS_PrettifyLocal$7<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
635
836
|
//#endregion
|
|
636
837
|
//#region src/components/Group/index.d.ts
|
|
838
|
+
/**
|
|
839
|
+
* Group component with sub-components for multi-selection.
|
|
840
|
+
*
|
|
841
|
+
* @see https://0.vuetifyjs.com/components/group
|
|
842
|
+
*/
|
|
637
843
|
declare const Group: {
|
|
844
|
+
/**
|
|
845
|
+
* Root component for multi-selection groups.
|
|
846
|
+
*
|
|
847
|
+
* @see https://0.vuetifyjs.com/components/group
|
|
848
|
+
*
|
|
849
|
+
* @example
|
|
850
|
+
* ```vue
|
|
851
|
+
* <script lang="ts" setup>
|
|
852
|
+
* import { Group } from '@vuetify/v0'
|
|
853
|
+
* </script>
|
|
854
|
+
*
|
|
855
|
+
* <template>
|
|
856
|
+
* <Group.Root v-model="selected">
|
|
857
|
+
* <Group.Item value="a">Option A</Group.Item>
|
|
858
|
+
*
|
|
859
|
+
* <Group.Item value="b">Option B</Group.Item>
|
|
860
|
+
* </Group.Root>
|
|
861
|
+
* </template>
|
|
862
|
+
* ```
|
|
863
|
+
*/
|
|
638
864
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
639
865
|
attrs: any;
|
|
640
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
866
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
641
867
|
slots: {
|
|
642
868
|
default: (props: GroupRootSlotProps) => any;
|
|
643
869
|
};
|
|
644
|
-
},
|
|
870
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
645
871
|
props: {
|
|
646
872
|
namespace?: string | undefined;
|
|
647
873
|
disabled?: boolean | undefined;
|
|
@@ -649,46 +875,69 @@ declare const Group: {
|
|
|
649
875
|
mandatory?: boolean | "force" | undefined;
|
|
650
876
|
modelValue?: (T | T[]) | undefined;
|
|
651
877
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
652
|
-
|
|
878
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
879
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
880
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
881
|
+
} ? P : {});
|
|
653
882
|
expose: (exposed: {}) => void;
|
|
654
883
|
attrs: any;
|
|
655
884
|
slots: {
|
|
656
885
|
default: (props: GroupRootSlotProps) => any;
|
|
657
886
|
};
|
|
658
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
659
|
-
}>) =>
|
|
887
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
888
|
+
}>) => vue370.VNode & {
|
|
660
889
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
661
890
|
};
|
|
891
|
+
/**
|
|
892
|
+
* Item component for multi-selection groups.
|
|
893
|
+
*
|
|
894
|
+
* @see https://0.vuetifyjs.com/components/group#groupitem
|
|
895
|
+
*
|
|
896
|
+
* @example
|
|
897
|
+
* ```vue
|
|
898
|
+
* <script lang="ts" setup>
|
|
899
|
+
* import { Group } from '@vuetify/v0'
|
|
900
|
+
* </script>
|
|
901
|
+
*
|
|
902
|
+
* <template>
|
|
903
|
+
* <Group.Item value="a">
|
|
904
|
+
* Option A
|
|
905
|
+
* </Group.Item>
|
|
906
|
+
* </template>
|
|
907
|
+
* ```
|
|
908
|
+
*/
|
|
662
909
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
663
910
|
attrs: any;
|
|
664
911
|
emit: {};
|
|
665
912
|
slots: {
|
|
666
913
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
667
914
|
};
|
|
668
|
-
},
|
|
915
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
669
916
|
props: {
|
|
670
917
|
id?: string | undefined;
|
|
671
918
|
label?: string | undefined;
|
|
672
919
|
value?: V | undefined;
|
|
673
|
-
disabled?:
|
|
674
|
-
indeterminate?:
|
|
920
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
921
|
+
indeterminate?: vue370.MaybeRef<boolean> | undefined;
|
|
675
922
|
namespace?: string | undefined;
|
|
676
|
-
} &
|
|
923
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
924
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
925
|
+
} ? P : {});
|
|
677
926
|
expose: (exposed: {}) => void;
|
|
678
927
|
attrs: any;
|
|
679
928
|
slots: {
|
|
680
929
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
681
930
|
};
|
|
682
931
|
emit: {};
|
|
683
|
-
}>) =>
|
|
932
|
+
}>) => vue370.VNode & {
|
|
684
933
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
685
934
|
};
|
|
686
935
|
};
|
|
687
936
|
//#endregion
|
|
688
937
|
//#region src/components/Pagination/PaginationRoot.vue.d.ts
|
|
689
|
-
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext
|
|
690
|
-
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
691
|
-
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
938
|
+
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue370.App) => PaginationContext;
|
|
939
|
+
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue370.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
940
|
+
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue370.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
692
941
|
interface PaginationRootProps extends AtomProps {
|
|
693
942
|
/** Namespace for dependency injection */
|
|
694
943
|
namespace?: string;
|
|
@@ -714,7 +963,7 @@ interface PaginationRootSlotProps {
|
|
|
714
963
|
/** Items per page */
|
|
715
964
|
itemsPerPage: number;
|
|
716
965
|
/** Visible page items for rendering */
|
|
717
|
-
items:
|
|
966
|
+
items: PaginationTicket[];
|
|
718
967
|
/** Start index of items on current page (0-indexed) */
|
|
719
968
|
pageStart: number;
|
|
720
969
|
/** End index of items on current page (exclusive) */
|
|
@@ -736,8 +985,28 @@ interface PaginationRootSlotProps {
|
|
|
736
985
|
/** Attributes to bind to the root element */
|
|
737
986
|
attrs: {
|
|
738
987
|
'aria-label': string;
|
|
988
|
+
'role': 'navigation' | undefined;
|
|
739
989
|
};
|
|
740
990
|
}
|
|
991
|
+
declare const _default$15: typeof __VLS_export$16;
|
|
992
|
+
declare const __VLS_export$16: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
993
|
+
props: __VLS_PrettifyLocal$6<(PaginationRootProps & {
|
|
994
|
+
modelValue?: number;
|
|
995
|
+
}) & {
|
|
996
|
+
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
997
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
998
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
999
|
+
} ? P : {});
|
|
1000
|
+
expose: (exposed: {}) => void;
|
|
1001
|
+
attrs: any;
|
|
1002
|
+
slots: {
|
|
1003
|
+
default: (props: PaginationRootSlotProps) => any;
|
|
1004
|
+
};
|
|
1005
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
1006
|
+
}>) => vue370.VNode & {
|
|
1007
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1008
|
+
};
|
|
1009
|
+
type __VLS_PrettifyLocal$6<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
741
1010
|
//#endregion
|
|
742
1011
|
//#region src/components/Pagination/PaginationItem.vue.d.ts
|
|
743
1012
|
interface PaginationItemProps extends AtomProps {
|
|
@@ -763,13 +1032,24 @@ interface PaginationItemSlotProps {
|
|
|
763
1032
|
attrs: {
|
|
764
1033
|
'aria-label': string;
|
|
765
1034
|
'aria-current': 'page' | undefined;
|
|
1035
|
+
'aria-disabled': boolean;
|
|
766
1036
|
'data-selected': true | undefined;
|
|
767
1037
|
'data-disabled': true | undefined;
|
|
768
1038
|
'disabled': boolean | undefined;
|
|
1039
|
+
'tabindex': number;
|
|
769
1040
|
'type': 'button' | undefined;
|
|
770
1041
|
'onClick': () => void;
|
|
771
1042
|
};
|
|
772
1043
|
}
|
|
1044
|
+
declare const _default$11: typeof __VLS_export$15;
|
|
1045
|
+
declare const __VLS_export$15: __VLS_WithSlots$9<vue370.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1046
|
+
default: (props: PaginationItemSlotProps) => any;
|
|
1047
|
+
}>;
|
|
1048
|
+
type __VLS_WithSlots$9<T, S> = T & {
|
|
1049
|
+
new (): {
|
|
1050
|
+
$slots: S;
|
|
1051
|
+
};
|
|
1052
|
+
};
|
|
773
1053
|
//#endregion
|
|
774
1054
|
//#region src/components/Pagination/PaginationFirst.vue.d.ts
|
|
775
1055
|
interface PaginationFirstProps extends AtomProps {
|
|
@@ -788,13 +1068,23 @@ interface PaginationFirstSlotProps {
|
|
|
788
1068
|
/** Attributes to bind to the button element */
|
|
789
1069
|
attrs: {
|
|
790
1070
|
'aria-label': string;
|
|
791
|
-
'aria-disabled': boolean
|
|
1071
|
+
'aria-disabled': boolean;
|
|
792
1072
|
'data-disabled': true | undefined;
|
|
793
1073
|
'disabled': boolean | undefined;
|
|
1074
|
+
'tabindex': number;
|
|
794
1075
|
'type': 'button' | undefined;
|
|
795
1076
|
'onClick': () => void;
|
|
796
1077
|
};
|
|
797
1078
|
}
|
|
1079
|
+
declare const _default$10: typeof __VLS_export$14;
|
|
1080
|
+
declare const __VLS_export$14: __VLS_WithSlots$8<vue370.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1081
|
+
default: (props: PaginationFirstSlotProps) => any;
|
|
1082
|
+
}>;
|
|
1083
|
+
type __VLS_WithSlots$8<T, S> = T & {
|
|
1084
|
+
new (): {
|
|
1085
|
+
$slots: S;
|
|
1086
|
+
};
|
|
1087
|
+
};
|
|
798
1088
|
//#endregion
|
|
799
1089
|
//#region src/components/Pagination/PaginationPrev.vue.d.ts
|
|
800
1090
|
interface PaginationPrevProps extends AtomProps {
|
|
@@ -813,13 +1103,23 @@ interface PaginationPrevSlotProps {
|
|
|
813
1103
|
/** Attributes to bind to the button element */
|
|
814
1104
|
attrs: {
|
|
815
1105
|
'aria-label': string;
|
|
816
|
-
'aria-disabled': boolean
|
|
1106
|
+
'aria-disabled': boolean;
|
|
817
1107
|
'data-disabled': true | undefined;
|
|
818
1108
|
'disabled': boolean | undefined;
|
|
1109
|
+
'tabindex': number;
|
|
819
1110
|
'type': 'button' | undefined;
|
|
820
1111
|
'onClick': () => void;
|
|
821
1112
|
};
|
|
822
1113
|
}
|
|
1114
|
+
declare const _default$14: typeof __VLS_export$13;
|
|
1115
|
+
declare const __VLS_export$13: __VLS_WithSlots$7<vue370.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1116
|
+
default: (props: PaginationPrevSlotProps) => any;
|
|
1117
|
+
}>;
|
|
1118
|
+
type __VLS_WithSlots$7<T, S> = T & {
|
|
1119
|
+
new (): {
|
|
1120
|
+
$slots: S;
|
|
1121
|
+
};
|
|
1122
|
+
};
|
|
823
1123
|
//#endregion
|
|
824
1124
|
//#region src/components/Pagination/PaginationEllipsis.vue.d.ts
|
|
825
1125
|
interface PaginationEllipsisProps extends AtomProps {
|
|
@@ -838,6 +1138,15 @@ interface PaginationEllipsisSlotProps {
|
|
|
838
1138
|
'aria-hidden': 'true';
|
|
839
1139
|
};
|
|
840
1140
|
}
|
|
1141
|
+
declare const _default$9: typeof __VLS_export$12;
|
|
1142
|
+
declare const __VLS_export$12: __VLS_WithSlots$6<vue370.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1143
|
+
default: (props: PaginationEllipsisSlotProps) => any;
|
|
1144
|
+
}>;
|
|
1145
|
+
type __VLS_WithSlots$6<T, S> = T & {
|
|
1146
|
+
new (): {
|
|
1147
|
+
$slots: S;
|
|
1148
|
+
};
|
|
1149
|
+
};
|
|
841
1150
|
//#endregion
|
|
842
1151
|
//#region src/components/Pagination/PaginationNext.vue.d.ts
|
|
843
1152
|
interface PaginationNextProps extends AtomProps {
|
|
@@ -856,13 +1165,23 @@ interface PaginationNextSlotProps {
|
|
|
856
1165
|
/** Attributes to bind to the button element */
|
|
857
1166
|
attrs: {
|
|
858
1167
|
'aria-label': string;
|
|
859
|
-
'aria-disabled': boolean
|
|
1168
|
+
'aria-disabled': boolean;
|
|
860
1169
|
'data-disabled': true | undefined;
|
|
861
1170
|
'disabled': boolean | undefined;
|
|
1171
|
+
'tabindex': number;
|
|
862
1172
|
'type': 'button' | undefined;
|
|
863
1173
|
'onClick': () => void;
|
|
864
1174
|
};
|
|
865
1175
|
}
|
|
1176
|
+
declare const _default$13: typeof __VLS_export$11;
|
|
1177
|
+
declare const __VLS_export$11: __VLS_WithSlots$5<vue370.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1178
|
+
default: (props: PaginationNextSlotProps) => any;
|
|
1179
|
+
}>;
|
|
1180
|
+
type __VLS_WithSlots$5<T, S> = T & {
|
|
1181
|
+
new (): {
|
|
1182
|
+
$slots: S;
|
|
1183
|
+
};
|
|
1184
|
+
};
|
|
866
1185
|
//#endregion
|
|
867
1186
|
//#region src/components/Pagination/PaginationLast.vue.d.ts
|
|
868
1187
|
interface PaginationLastProps extends AtomProps {
|
|
@@ -881,15 +1200,59 @@ interface PaginationLastSlotProps {
|
|
|
881
1200
|
/** Attributes to bind to the button element */
|
|
882
1201
|
attrs: {
|
|
883
1202
|
'aria-label': string;
|
|
884
|
-
'aria-disabled': boolean
|
|
1203
|
+
'aria-disabled': boolean;
|
|
885
1204
|
'data-disabled': true | undefined;
|
|
886
1205
|
'disabled': boolean | undefined;
|
|
1206
|
+
'tabindex': number;
|
|
887
1207
|
'type': 'button' | undefined;
|
|
888
1208
|
'onClick': () => void;
|
|
889
1209
|
};
|
|
890
1210
|
}
|
|
1211
|
+
declare const _default$12: typeof __VLS_export$10;
|
|
1212
|
+
declare const __VLS_export$10: __VLS_WithSlots$4<vue370.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1213
|
+
default: (props: PaginationLastSlotProps) => any;
|
|
1214
|
+
}>;
|
|
1215
|
+
type __VLS_WithSlots$4<T, S> = T & {
|
|
1216
|
+
new (): {
|
|
1217
|
+
$slots: S;
|
|
1218
|
+
};
|
|
1219
|
+
};
|
|
1220
|
+
//#endregion
|
|
1221
|
+
//#region src/components/Pagination/PaginationStatus.vue.d.ts
|
|
1222
|
+
interface PaginationStatusProps extends AtomProps {
|
|
1223
|
+
/** Namespace for dependency injection */
|
|
1224
|
+
namespace?: string;
|
|
1225
|
+
}
|
|
1226
|
+
interface PaginationStatusSlotProps {
|
|
1227
|
+
/** Current page (1-indexed) */
|
|
1228
|
+
page: number;
|
|
1229
|
+
/** Total number of pages */
|
|
1230
|
+
pages: number;
|
|
1231
|
+
/** Announcement text */
|
|
1232
|
+
text: string;
|
|
1233
|
+
/** Attributes to bind to the status element */
|
|
1234
|
+
attrs: {
|
|
1235
|
+
'aria-atomic': true;
|
|
1236
|
+
'aria-live': 'polite';
|
|
1237
|
+
'role': 'status';
|
|
1238
|
+
};
|
|
1239
|
+
}
|
|
1240
|
+
declare const _default$16: typeof __VLS_export$9;
|
|
1241
|
+
declare const __VLS_export$9: __VLS_WithSlots$3<vue370.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1242
|
+
default: (props: PaginationStatusSlotProps) => any;
|
|
1243
|
+
}>;
|
|
1244
|
+
type __VLS_WithSlots$3<T, S> = T & {
|
|
1245
|
+
new (): {
|
|
1246
|
+
$slots: S;
|
|
1247
|
+
};
|
|
1248
|
+
};
|
|
891
1249
|
//#endregion
|
|
892
1250
|
//#region src/components/Pagination/index.d.ts
|
|
1251
|
+
/**
|
|
1252
|
+
* Pagination component with sub-components for building pagination controls.
|
|
1253
|
+
*
|
|
1254
|
+
* @see https://0.vuetifyjs.com/components/pagination
|
|
1255
|
+
*/
|
|
893
1256
|
declare const Pagination: {
|
|
894
1257
|
/**
|
|
895
1258
|
* Root component for pagination controls.
|
|
@@ -927,7 +1290,7 @@ declare const Pagination: {
|
|
|
927
1290
|
slots: {
|
|
928
1291
|
default: (props: PaginationRootSlotProps) => any;
|
|
929
1292
|
};
|
|
930
|
-
},
|
|
1293
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
931
1294
|
props: {
|
|
932
1295
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
933
1296
|
namespace?: string | undefined;
|
|
@@ -938,14 +1301,16 @@ declare const Pagination: {
|
|
|
938
1301
|
as?: (DOMElement | null) | undefined;
|
|
939
1302
|
renderless?: boolean | undefined;
|
|
940
1303
|
modelValue?: number | undefined;
|
|
941
|
-
} &
|
|
1304
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
1305
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
1306
|
+
} ? P : {});
|
|
942
1307
|
expose: (exposed: {}) => void;
|
|
943
1308
|
attrs: any;
|
|
944
1309
|
slots: {
|
|
945
1310
|
default: (props: PaginationRootSlotProps) => any;
|
|
946
1311
|
};
|
|
947
1312
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
948
|
-
}>) =>
|
|
1313
|
+
}>) => vue370.VNode & {
|
|
949
1314
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
950
1315
|
};
|
|
951
1316
|
/**
|
|
@@ -970,7 +1335,7 @@ declare const Pagination: {
|
|
|
970
1335
|
* ```
|
|
971
1336
|
*/
|
|
972
1337
|
Item: {
|
|
973
|
-
new (...args: any[]):
|
|
1338
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
974
1339
|
P: {};
|
|
975
1340
|
B: {};
|
|
976
1341
|
D: {};
|
|
@@ -981,7 +1346,7 @@ declare const Pagination: {
|
|
|
981
1346
|
__isFragment?: never;
|
|
982
1347
|
__isTeleport?: never;
|
|
983
1348
|
__isSuspense?: never;
|
|
984
|
-
} &
|
|
1349
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
985
1350
|
$slots: {
|
|
986
1351
|
default: (props: PaginationItemSlotProps) => any;
|
|
987
1352
|
};
|
|
@@ -1014,7 +1379,7 @@ declare const Pagination: {
|
|
|
1014
1379
|
* ```
|
|
1015
1380
|
*/
|
|
1016
1381
|
First: {
|
|
1017
|
-
new (...args: any[]):
|
|
1382
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1018
1383
|
P: {};
|
|
1019
1384
|
B: {};
|
|
1020
1385
|
D: {};
|
|
@@ -1025,7 +1390,7 @@ declare const Pagination: {
|
|
|
1025
1390
|
__isFragment?: never;
|
|
1026
1391
|
__isTeleport?: never;
|
|
1027
1392
|
__isSuspense?: never;
|
|
1028
|
-
} &
|
|
1393
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1029
1394
|
$slots: {
|
|
1030
1395
|
default: (props: PaginationFirstSlotProps) => any;
|
|
1031
1396
|
};
|
|
@@ -1058,7 +1423,7 @@ declare const Pagination: {
|
|
|
1058
1423
|
* ```
|
|
1059
1424
|
*/
|
|
1060
1425
|
Prev: {
|
|
1061
|
-
new (...args: any[]):
|
|
1426
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1062
1427
|
P: {};
|
|
1063
1428
|
B: {};
|
|
1064
1429
|
D: {};
|
|
@@ -1069,7 +1434,7 @@ declare const Pagination: {
|
|
|
1069
1434
|
__isFragment?: never;
|
|
1070
1435
|
__isTeleport?: never;
|
|
1071
1436
|
__isSuspense?: never;
|
|
1072
|
-
} &
|
|
1437
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1073
1438
|
$slots: {
|
|
1074
1439
|
default: (props: PaginationPrevSlotProps) => any;
|
|
1075
1440
|
};
|
|
@@ -1097,7 +1462,7 @@ declare const Pagination: {
|
|
|
1097
1462
|
* ```
|
|
1098
1463
|
*/
|
|
1099
1464
|
Ellipsis: {
|
|
1100
|
-
new (...args: any[]):
|
|
1465
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1101
1466
|
P: {};
|
|
1102
1467
|
B: {};
|
|
1103
1468
|
D: {};
|
|
@@ -1108,7 +1473,7 @@ declare const Pagination: {
|
|
|
1108
1473
|
__isFragment?: never;
|
|
1109
1474
|
__isTeleport?: never;
|
|
1110
1475
|
__isSuspense?: never;
|
|
1111
|
-
} &
|
|
1476
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1112
1477
|
$slots: {
|
|
1113
1478
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
1114
1479
|
};
|
|
@@ -1141,7 +1506,7 @@ declare const Pagination: {
|
|
|
1141
1506
|
* ```
|
|
1142
1507
|
*/
|
|
1143
1508
|
Next: {
|
|
1144
|
-
new (...args: any[]):
|
|
1509
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1145
1510
|
P: {};
|
|
1146
1511
|
B: {};
|
|
1147
1512
|
D: {};
|
|
@@ -1152,7 +1517,7 @@ declare const Pagination: {
|
|
|
1152
1517
|
__isFragment?: never;
|
|
1153
1518
|
__isTeleport?: never;
|
|
1154
1519
|
__isSuspense?: never;
|
|
1155
|
-
} &
|
|
1520
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1156
1521
|
$slots: {
|
|
1157
1522
|
default: (props: PaginationNextSlotProps) => any;
|
|
1158
1523
|
};
|
|
@@ -1185,7 +1550,7 @@ declare const Pagination: {
|
|
|
1185
1550
|
* ```
|
|
1186
1551
|
*/
|
|
1187
1552
|
Last: {
|
|
1188
|
-
new (...args: any[]):
|
|
1553
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1189
1554
|
P: {};
|
|
1190
1555
|
B: {};
|
|
1191
1556
|
D: {};
|
|
@@ -1196,11 +1561,48 @@ declare const Pagination: {
|
|
|
1196
1561
|
__isFragment?: never;
|
|
1197
1562
|
__isTeleport?: never;
|
|
1198
1563
|
__isSuspense?: never;
|
|
1199
|
-
} &
|
|
1564
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1200
1565
|
$slots: {
|
|
1201
1566
|
default: (props: PaginationLastSlotProps) => any;
|
|
1202
1567
|
};
|
|
1203
1568
|
});
|
|
1569
|
+
/**
|
|
1570
|
+
* Visually-hidden live region that announces page changes to screen
|
|
1571
|
+
* readers. Should be styled with sr-only/visually-hidden CSS.
|
|
1572
|
+
*
|
|
1573
|
+
* @see https://0.vuetifyjs.com/components/pagination#paginationstatus
|
|
1574
|
+
*
|
|
1575
|
+
* @example
|
|
1576
|
+
* ```vue
|
|
1577
|
+
* <script lang="ts" setup>
|
|
1578
|
+
* import { Pagination } from '@vuetify/v0'
|
|
1579
|
+
* </script>
|
|
1580
|
+
*
|
|
1581
|
+
* <template>
|
|
1582
|
+
* <Pagination.Root v-model="page" :size="100">
|
|
1583
|
+
* <Pagination.Status class="sr-only" />
|
|
1584
|
+
* <!-- other pagination items -->
|
|
1585
|
+
* </Pagination.Root>
|
|
1586
|
+
* </template>
|
|
1587
|
+
* ```
|
|
1588
|
+
*/
|
|
1589
|
+
Status: {
|
|
1590
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1591
|
+
P: {};
|
|
1592
|
+
B: {};
|
|
1593
|
+
D: {};
|
|
1594
|
+
C: {};
|
|
1595
|
+
M: {};
|
|
1596
|
+
Defaults: {};
|
|
1597
|
+
}, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1598
|
+
__isFragment?: never;
|
|
1599
|
+
__isTeleport?: never;
|
|
1600
|
+
__isSuspense?: never;
|
|
1601
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1602
|
+
$slots: {
|
|
1603
|
+
default: (props: PaginationStatusSlotProps) => any;
|
|
1604
|
+
};
|
|
1605
|
+
});
|
|
1204
1606
|
};
|
|
1205
1607
|
//#endregion
|
|
1206
1608
|
//#region src/components/Popover/PopoverRoot.vue.d.ts
|
|
@@ -1221,7 +1623,24 @@ interface PopoverRootSlotProps {
|
|
|
1221
1623
|
/** Toggle the popover open/closed state */
|
|
1222
1624
|
toggle: () => void;
|
|
1223
1625
|
}
|
|
1224
|
-
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?:
|
|
1626
|
+
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue370.App) => PopoverContext;
|
|
1627
|
+
declare const _default$8: typeof __VLS_export$8;
|
|
1628
|
+
declare const __VLS_export$8: __VLS_WithSlots$2<vue370.DefineComponent<PopoverRootProps & {
|
|
1629
|
+
modelValue?: boolean;
|
|
1630
|
+
}, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1631
|
+
"update:modelValue": (value: boolean) => any;
|
|
1632
|
+
}, string, vue370.PublicProps, Readonly<PopoverRootProps & {
|
|
1633
|
+
modelValue?: boolean;
|
|
1634
|
+
}> & Readonly<{
|
|
1635
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1636
|
+
}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1637
|
+
default: (props: PopoverRootSlotProps) => any;
|
|
1638
|
+
}>;
|
|
1639
|
+
type __VLS_WithSlots$2<T, S> = T & {
|
|
1640
|
+
new (): {
|
|
1641
|
+
$slots: S;
|
|
1642
|
+
};
|
|
1643
|
+
};
|
|
1225
1644
|
//#endregion
|
|
1226
1645
|
//#region src/components/Popover/PopoverAnchor.vue.d.ts
|
|
1227
1646
|
interface PopoverAnchorProps extends AtomProps {
|
|
@@ -1238,6 +1657,15 @@ interface PopoverAnchorSlotProps {
|
|
|
1238
1657
|
'data-popover-open': '' | undefined;
|
|
1239
1658
|
};
|
|
1240
1659
|
}
|
|
1660
|
+
declare const _default$6: typeof __VLS_export$7;
|
|
1661
|
+
declare const __VLS_export$7: __VLS_WithSlots$1<vue370.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1662
|
+
default: (props: PopoverAnchorSlotProps) => any;
|
|
1663
|
+
}>;
|
|
1664
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
1665
|
+
new (): {
|
|
1666
|
+
$slots: S;
|
|
1667
|
+
};
|
|
1668
|
+
};
|
|
1241
1669
|
//#endregion
|
|
1242
1670
|
//#region src/components/Popover/PopoverContent.vue.d.ts
|
|
1243
1671
|
interface PopoverContentProps extends AtomProps {
|
|
@@ -1260,17 +1688,59 @@ interface PopoverContentSlotProps {
|
|
|
1260
1688
|
popover: '';
|
|
1261
1689
|
};
|
|
1262
1690
|
}
|
|
1691
|
+
declare const _default$7: typeof __VLS_export$6;
|
|
1692
|
+
declare const __VLS_export$6: __VLS_WithSlots<vue370.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1693
|
+
beforetoggle: (e: ToggleEvent) => any;
|
|
1694
|
+
}, string, vue370.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
1695
|
+
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
1696
|
+
}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1697
|
+
default: (props: PopoverContentSlotProps) => any;
|
|
1698
|
+
}>;
|
|
1699
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
1700
|
+
new (): {
|
|
1701
|
+
$slots: S;
|
|
1702
|
+
};
|
|
1703
|
+
};
|
|
1263
1704
|
//#endregion
|
|
1264
1705
|
//#region src/components/Popover/index.d.ts
|
|
1706
|
+
/**
|
|
1707
|
+
* Popover component with sub-components for building popovers.
|
|
1708
|
+
*
|
|
1709
|
+
* @see https://0.vuetifyjs.com/components/popover
|
|
1710
|
+
*/
|
|
1265
1711
|
declare const Popover: {
|
|
1712
|
+
/**
|
|
1713
|
+
* Root component for popovers.
|
|
1714
|
+
*
|
|
1715
|
+
* @see https://0.vuetifyjs.com/components/popover
|
|
1716
|
+
*
|
|
1717
|
+
* @example
|
|
1718
|
+
* ```vue
|
|
1719
|
+
* <script lang="ts" setup>
|
|
1720
|
+
* import { Popover } from '@vuetify/v0'
|
|
1721
|
+
* </script>
|
|
1722
|
+
*
|
|
1723
|
+
* <template>
|
|
1724
|
+
* <Popover.Root>
|
|
1725
|
+
* <Popover.Anchor>
|
|
1726
|
+
* Click to toggle
|
|
1727
|
+
* </Popover.Anchor>
|
|
1728
|
+
*
|
|
1729
|
+
* <Popover.Content>
|
|
1730
|
+
* Popover content goes here.
|
|
1731
|
+
* </Popover.Content>
|
|
1732
|
+
* </Popover.Root>
|
|
1733
|
+
* </template>
|
|
1734
|
+
* ```
|
|
1735
|
+
*/
|
|
1266
1736
|
Root: {
|
|
1267
|
-
new (...args: any[]):
|
|
1737
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
1268
1738
|
modelValue?: boolean;
|
|
1269
1739
|
}> & Readonly<{
|
|
1270
1740
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1271
|
-
}>, {}, {}, {}, {},
|
|
1741
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1272
1742
|
"update:modelValue": (value: boolean) => any;
|
|
1273
|
-
},
|
|
1743
|
+
}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1274
1744
|
P: {};
|
|
1275
1745
|
B: {};
|
|
1276
1746
|
D: {};
|
|
@@ -1285,19 +1755,37 @@ declare const Popover: {
|
|
|
1285
1755
|
__isFragment?: never;
|
|
1286
1756
|
__isTeleport?: never;
|
|
1287
1757
|
__isSuspense?: never;
|
|
1288
|
-
} &
|
|
1758
|
+
} & vue370.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
1289
1759
|
modelValue?: boolean;
|
|
1290
1760
|
}> & Readonly<{
|
|
1291
1761
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1292
|
-
}>, {}, {}, {}, {},
|
|
1762
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1293
1763
|
"update:modelValue": (value: boolean) => any;
|
|
1294
|
-
}, string, {}, {}, string, {},
|
|
1764
|
+
}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1295
1765
|
$slots: {
|
|
1296
1766
|
default: (props: PopoverRootSlotProps) => any;
|
|
1297
1767
|
};
|
|
1298
1768
|
});
|
|
1769
|
+
/**
|
|
1770
|
+
* Component for the anchor/trigger of a popover.
|
|
1771
|
+
*
|
|
1772
|
+
* @see https://0.vuetifyjs.com/components/popover#popoveranchor
|
|
1773
|
+
*
|
|
1774
|
+
* @example
|
|
1775
|
+
* ```vue
|
|
1776
|
+
* <script lang="ts" setup>
|
|
1777
|
+
* import { Popover } from '@vuetify/v0'
|
|
1778
|
+
* </script>
|
|
1779
|
+
*
|
|
1780
|
+
* <template>
|
|
1781
|
+
* <Popover.Anchor>
|
|
1782
|
+
* Click to toggle
|
|
1783
|
+
* </Popover.Anchor>
|
|
1784
|
+
* </template>
|
|
1785
|
+
* ```
|
|
1786
|
+
*/
|
|
1299
1787
|
Anchor: {
|
|
1300
|
-
new (...args: any[]):
|
|
1788
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1301
1789
|
P: {};
|
|
1302
1790
|
B: {};
|
|
1303
1791
|
D: {};
|
|
@@ -1308,17 +1796,35 @@ declare const Popover: {
|
|
|
1308
1796
|
__isFragment?: never;
|
|
1309
1797
|
__isTeleport?: never;
|
|
1310
1798
|
__isSuspense?: never;
|
|
1311
|
-
} &
|
|
1799
|
+
} & vue370.ComponentOptionsBase<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1312
1800
|
$slots: {
|
|
1313
1801
|
default: (props: PopoverAnchorSlotProps) => any;
|
|
1314
1802
|
};
|
|
1315
1803
|
});
|
|
1804
|
+
/**
|
|
1805
|
+
* Component for the content section of a popover.
|
|
1806
|
+
*
|
|
1807
|
+
* @see https://0.vuetifyjs.com/components/popover#popovercontent
|
|
1808
|
+
*
|
|
1809
|
+
* @example
|
|
1810
|
+
* ```vue
|
|
1811
|
+
* <script lang="ts" setup>
|
|
1812
|
+
* import { Popover } from '@vuetify/v0'
|
|
1813
|
+
* </script>
|
|
1814
|
+
*
|
|
1815
|
+
* <template>
|
|
1816
|
+
* <Popover.Content>
|
|
1817
|
+
* Popover content goes here.
|
|
1818
|
+
* </Popover.Content>
|
|
1819
|
+
* </template>
|
|
1820
|
+
* ```
|
|
1821
|
+
*/
|
|
1316
1822
|
Content: {
|
|
1317
|
-
new (...args: any[]):
|
|
1823
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
1318
1824
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
1319
|
-
}>, {}, {}, {}, {},
|
|
1825
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1320
1826
|
beforetoggle: (e: ToggleEvent) => any;
|
|
1321
|
-
},
|
|
1827
|
+
}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1322
1828
|
P: {};
|
|
1323
1829
|
B: {};
|
|
1324
1830
|
D: {};
|
|
@@ -1331,11 +1837,11 @@ declare const Popover: {
|
|
|
1331
1837
|
__isFragment?: never;
|
|
1332
1838
|
__isTeleport?: never;
|
|
1333
1839
|
__isSuspense?: never;
|
|
1334
|
-
} &
|
|
1840
|
+
} & vue370.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
1335
1841
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
1336
|
-
}>, {}, {}, {}, {},
|
|
1842
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1337
1843
|
beforetoggle: (e: ToggleEvent) => any;
|
|
1338
|
-
}, string, {}, {}, string, {},
|
|
1844
|
+
}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1339
1845
|
$slots: {
|
|
1340
1846
|
default: (props: PopoverContentSlotProps) => any;
|
|
1341
1847
|
};
|
|
@@ -1376,7 +1882,27 @@ interface SelectionRootSlotProps {
|
|
|
1376
1882
|
'aria-multiselectable': boolean;
|
|
1377
1883
|
};
|
|
1378
1884
|
}
|
|
1379
|
-
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?:
|
|
1885
|
+
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue370.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
1886
|
+
declare const _default$5: typeof __VLS_export$5;
|
|
1887
|
+
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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1888
|
+
props: __VLS_PrettifyLocal$5<(SelectionRootProps & {
|
|
1889
|
+
modelValue?: T | T[];
|
|
1890
|
+
}) & {
|
|
1891
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1892
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1893
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
1894
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
1895
|
+
} ? P : {});
|
|
1896
|
+
expose: (exposed: {}) => void;
|
|
1897
|
+
attrs: any;
|
|
1898
|
+
slots: {
|
|
1899
|
+
default: (props: SelectionRootSlotProps) => any;
|
|
1900
|
+
};
|
|
1901
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1902
|
+
}>) => vue370.VNode & {
|
|
1903
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1904
|
+
};
|
|
1905
|
+
type __VLS_PrettifyLocal$5<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1380
1906
|
//#endregion
|
|
1381
1907
|
//#region src/components/Selection/SelectionItem.vue.d.ts
|
|
1382
1908
|
interface SelectionItemProps<V = unknown> {
|
|
@@ -1416,16 +1942,60 @@ interface SelectionItemSlotProps<V = unknown> {
|
|
|
1416
1942
|
'data-disabled': true | undefined;
|
|
1417
1943
|
};
|
|
1418
1944
|
}
|
|
1945
|
+
declare const _default$4: typeof __VLS_export$4;
|
|
1946
|
+
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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1947
|
+
props: __VLS_PrettifyLocal$4<SelectionItemProps<V>> & vue370.PublicProps & (typeof globalThis extends {
|
|
1948
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
1949
|
+
} ? P : {});
|
|
1950
|
+
expose: (exposed: {}) => void;
|
|
1951
|
+
attrs: any;
|
|
1952
|
+
slots: {
|
|
1953
|
+
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
1954
|
+
};
|
|
1955
|
+
emit: {};
|
|
1956
|
+
}>) => vue370.VNode & {
|
|
1957
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1958
|
+
};
|
|
1959
|
+
type __VLS_PrettifyLocal$4<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1419
1960
|
//#endregion
|
|
1420
1961
|
//#region src/components/Selection/index.d.ts
|
|
1962
|
+
/**
|
|
1963
|
+
* Selection component with sub-components for managing item selection state.
|
|
1964
|
+
*
|
|
1965
|
+
* @see https://0.vuetifyjs.com/components/selection
|
|
1966
|
+
*/
|
|
1421
1967
|
declare const Selection: {
|
|
1968
|
+
/**
|
|
1969
|
+
* Root component for selection contexts.
|
|
1970
|
+
*
|
|
1971
|
+
* @see https://0.vuetifyjs.com/components/selection#selectionroot
|
|
1972
|
+
*
|
|
1973
|
+
* @example
|
|
1974
|
+
* ```vue
|
|
1975
|
+
* <script lang="ts" setup>
|
|
1976
|
+
* import { Selection } from '@vuetify/v0'
|
|
1977
|
+
* </script>
|
|
1978
|
+
*
|
|
1979
|
+
* <template>
|
|
1980
|
+
* <Selection.Root v-model="selected" multiple>
|
|
1981
|
+
* <Selection.Item value="a" v-slot="{ attrs }">
|
|
1982
|
+
* <button v-bind="attrs">Option A</button>
|
|
1983
|
+
* </Selection.Item>
|
|
1984
|
+
*
|
|
1985
|
+
* <Selection.Item value="b" v-slot="{ attrs }">
|
|
1986
|
+
* <button v-bind="attrs">Option B</button>
|
|
1987
|
+
* </Selection.Item>
|
|
1988
|
+
* </Selection.Root>
|
|
1989
|
+
* </template>
|
|
1990
|
+
* ```
|
|
1991
|
+
*/
|
|
1422
1992
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1423
1993
|
attrs: any;
|
|
1424
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
1994
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1425
1995
|
slots: {
|
|
1426
1996
|
default: (props: SelectionRootSlotProps) => any;
|
|
1427
1997
|
};
|
|
1428
|
-
},
|
|
1998
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1429
1999
|
props: {
|
|
1430
2000
|
namespace?: string | undefined;
|
|
1431
2001
|
disabled?: boolean | undefined;
|
|
@@ -1434,37 +2004,60 @@ declare const Selection: {
|
|
|
1434
2004
|
multiple?: boolean | undefined;
|
|
1435
2005
|
modelValue?: (T | T[]) | undefined;
|
|
1436
2006
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1437
|
-
|
|
2007
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2008
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2009
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2010
|
+
} ? P : {});
|
|
1438
2011
|
expose: (exposed: {}) => void;
|
|
1439
2012
|
attrs: any;
|
|
1440
2013
|
slots: {
|
|
1441
2014
|
default: (props: SelectionRootSlotProps) => any;
|
|
1442
2015
|
};
|
|
1443
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
1444
|
-
}>) =>
|
|
2016
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2017
|
+
}>) => vue370.VNode & {
|
|
1445
2018
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1446
2019
|
};
|
|
2020
|
+
/**
|
|
2021
|
+
* Item component for selection contexts.
|
|
2022
|
+
*
|
|
2023
|
+
* @see https://0.vuetifyjs.com/components/selection#selectionitem
|
|
2024
|
+
*
|
|
2025
|
+
* @example
|
|
2026
|
+
* ```vue
|
|
2027
|
+
* <script lang="ts" setup>
|
|
2028
|
+
* import { Selection } from '@vuetify/v0'
|
|
2029
|
+
* </script>
|
|
2030
|
+
*
|
|
2031
|
+
* <template>
|
|
2032
|
+
* <Selection.Item value="a" v-slot="{ attrs }">
|
|
2033
|
+
* <button v-bind="attrs">Option A</button>
|
|
2034
|
+
* </Selection.Item>
|
|
2035
|
+
* </template>
|
|
2036
|
+
* ```
|
|
2037
|
+
*/
|
|
1447
2038
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1448
2039
|
attrs: any;
|
|
1449
2040
|
emit: {};
|
|
1450
2041
|
slots: {
|
|
1451
2042
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
1452
2043
|
};
|
|
1453
|
-
},
|
|
2044
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1454
2045
|
props: {
|
|
1455
2046
|
id?: string | undefined;
|
|
1456
2047
|
label?: string | undefined;
|
|
1457
2048
|
value?: V | undefined;
|
|
1458
|
-
disabled?:
|
|
2049
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
1459
2050
|
namespace?: string | undefined;
|
|
1460
|
-
} &
|
|
2051
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2052
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2053
|
+
} ? P : {});
|
|
1461
2054
|
expose: (exposed: {}) => void;
|
|
1462
2055
|
attrs: any;
|
|
1463
2056
|
slots: {
|
|
1464
2057
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
1465
2058
|
};
|
|
1466
2059
|
emit: {};
|
|
1467
|
-
}>) =>
|
|
2060
|
+
}>) => vue370.VNode & {
|
|
1468
2061
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1469
2062
|
};
|
|
1470
2063
|
};
|
|
@@ -1499,7 +2092,26 @@ interface SingleRootSlotProps {
|
|
|
1499
2092
|
'aria-multiselectable': false;
|
|
1500
2093
|
};
|
|
1501
2094
|
}
|
|
1502
|
-
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?:
|
|
2095
|
+
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?: vue370.App) => SingleContext<SingleTicket<unknown>>;
|
|
2096
|
+
declare const _default$3: typeof __VLS_export$3;
|
|
2097
|
+
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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2098
|
+
props: __VLS_PrettifyLocal$3<(SingleRootProps & {
|
|
2099
|
+
modelValue?: T | T[];
|
|
2100
|
+
}) & {
|
|
2101
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2102
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
2103
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2104
|
+
} ? P : {});
|
|
2105
|
+
expose: (exposed: {}) => void;
|
|
2106
|
+
attrs: any;
|
|
2107
|
+
slots: {
|
|
2108
|
+
default: (props: SingleRootSlotProps) => any;
|
|
2109
|
+
};
|
|
2110
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2111
|
+
}>) => vue370.VNode & {
|
|
2112
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2113
|
+
};
|
|
2114
|
+
type __VLS_PrettifyLocal$3<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1503
2115
|
//#endregion
|
|
1504
2116
|
//#region src/components/Single/SingleItem.vue.d.ts
|
|
1505
2117
|
interface SingleItemProps<V = unknown> {
|
|
@@ -1539,16 +2151,60 @@ interface SingleItemSlotProps<V = unknown> {
|
|
|
1539
2151
|
'data-disabled': true | undefined;
|
|
1540
2152
|
};
|
|
1541
2153
|
}
|
|
2154
|
+
declare const _default$2: typeof __VLS_export$2;
|
|
2155
|
+
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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2156
|
+
props: __VLS_PrettifyLocal$2<SingleItemProps<V>> & vue370.PublicProps & (typeof globalThis extends {
|
|
2157
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2158
|
+
} ? P : {});
|
|
2159
|
+
expose: (exposed: {}) => void;
|
|
2160
|
+
attrs: any;
|
|
2161
|
+
slots: {
|
|
2162
|
+
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
2163
|
+
};
|
|
2164
|
+
emit: {};
|
|
2165
|
+
}>) => vue370.VNode & {
|
|
2166
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2167
|
+
};
|
|
2168
|
+
type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1542
2169
|
//#endregion
|
|
1543
2170
|
//#region src/components/Single/index.d.ts
|
|
2171
|
+
/**
|
|
2172
|
+
* Single component with sub-components for building single-selection interfaces.
|
|
2173
|
+
*
|
|
2174
|
+
* @see https://0.vuetifyjs.com/components/single
|
|
2175
|
+
*/
|
|
1544
2176
|
declare const Single: {
|
|
2177
|
+
/**
|
|
2178
|
+
* Root component for single-selection. Only one item can be selected at a time.
|
|
2179
|
+
*
|
|
2180
|
+
* @see https://0.vuetifyjs.com/components/single#singleroot
|
|
2181
|
+
*
|
|
2182
|
+
* @example
|
|
2183
|
+
* ```vue
|
|
2184
|
+
* <script lang="ts" setup>
|
|
2185
|
+
* import { Single } from '@vuetify/v0'
|
|
2186
|
+
* </script>
|
|
2187
|
+
*
|
|
2188
|
+
* <template>
|
|
2189
|
+
* <Single.Root v-model="selected">
|
|
2190
|
+
* <Single.Item value="option1">
|
|
2191
|
+
* Option 1
|
|
2192
|
+
* </Single.Item>
|
|
2193
|
+
*
|
|
2194
|
+
* <Single.Item value="option2">
|
|
2195
|
+
* Option 2
|
|
2196
|
+
* </Single.Item>
|
|
2197
|
+
* </Single.Root>
|
|
2198
|
+
* </template>
|
|
2199
|
+
* ```
|
|
2200
|
+
*/
|
|
1545
2201
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1546
2202
|
attrs: any;
|
|
1547
2203
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
1548
2204
|
slots: {
|
|
1549
2205
|
default: (props: SingleRootSlotProps) => any;
|
|
1550
2206
|
};
|
|
1551
|
-
},
|
|
2207
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1552
2208
|
props: {
|
|
1553
2209
|
namespace?: string | undefined;
|
|
1554
2210
|
disabled?: boolean | undefined;
|
|
@@ -1556,37 +2212,61 @@ declare const Single: {
|
|
|
1556
2212
|
mandatory?: boolean | "force" | undefined;
|
|
1557
2213
|
modelValue?: (T | T[]) | undefined;
|
|
1558
2214
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1559
|
-
} &
|
|
2215
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2216
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2217
|
+
} ? P : {});
|
|
1560
2218
|
expose: (exposed: {}) => void;
|
|
1561
2219
|
attrs: any;
|
|
1562
2220
|
slots: {
|
|
1563
2221
|
default: (props: SingleRootSlotProps) => any;
|
|
1564
2222
|
};
|
|
1565
2223
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
1566
|
-
}>) =>
|
|
2224
|
+
}>) => vue370.VNode & {
|
|
1567
2225
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1568
2226
|
};
|
|
2227
|
+
/**
|
|
2228
|
+
* Component representing a selectable item within Single.Root.
|
|
2229
|
+
*
|
|
2230
|
+
* @see https://0.vuetifyjs.com/components/single#singleitem
|
|
2231
|
+
*
|
|
2232
|
+
* @example
|
|
2233
|
+
* ```vue
|
|
2234
|
+
* <script lang="ts" setup>
|
|
2235
|
+
* import { Single } from '@vuetify/v0'
|
|
2236
|
+
* </script>
|
|
2237
|
+
*
|
|
2238
|
+
* <template>
|
|
2239
|
+
* <Single.Item value="option1" #default="{ isSelected }">
|
|
2240
|
+
* <div :class="{ selected: isSelected }">
|
|
2241
|
+
* Option 1
|
|
2242
|
+
* </div>
|
|
2243
|
+
* </Single.Item>
|
|
2244
|
+
* </template>
|
|
2245
|
+
* ```
|
|
2246
|
+
*/
|
|
1569
2247
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1570
2248
|
attrs: any;
|
|
1571
2249
|
emit: {};
|
|
1572
2250
|
slots: {
|
|
1573
2251
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
1574
2252
|
};
|
|
1575
|
-
},
|
|
2253
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1576
2254
|
props: {
|
|
1577
2255
|
id?: string | undefined;
|
|
1578
2256
|
label?: string | undefined;
|
|
1579
2257
|
value?: V | undefined;
|
|
1580
|
-
disabled?:
|
|
2258
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
1581
2259
|
namespace?: string | undefined;
|
|
1582
|
-
} &
|
|
2260
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2261
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2262
|
+
} ? P : {});
|
|
1583
2263
|
expose: (exposed: {}) => void;
|
|
1584
2264
|
attrs: any;
|
|
1585
2265
|
slots: {
|
|
1586
2266
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
1587
2267
|
};
|
|
1588
2268
|
emit: {};
|
|
1589
|
-
}>) =>
|
|
2269
|
+
}>) => vue370.VNode & {
|
|
1590
2270
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1591
2271
|
};
|
|
1592
2272
|
};
|
|
@@ -1631,7 +2311,26 @@ interface StepRootSlotProps {
|
|
|
1631
2311
|
'aria-multiselectable': false;
|
|
1632
2312
|
};
|
|
1633
2313
|
}
|
|
1634
|
-
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?:
|
|
2314
|
+
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?: vue370.App) => StepContext<StepTicket<unknown>>;
|
|
2315
|
+
declare const _default$1: typeof __VLS_export$1;
|
|
2316
|
+
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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2317
|
+
props: __VLS_PrettifyLocal$1<(StepRootProps & {
|
|
2318
|
+
modelValue?: T | T[];
|
|
2319
|
+
}) & {
|
|
2320
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2321
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
2322
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2323
|
+
} ? P : {});
|
|
2324
|
+
expose: (exposed: {}) => void;
|
|
2325
|
+
attrs: any;
|
|
2326
|
+
slots: {
|
|
2327
|
+
default: (props: StepRootSlotProps) => any;
|
|
2328
|
+
};
|
|
2329
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2330
|
+
}>) => vue370.VNode & {
|
|
2331
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2332
|
+
};
|
|
2333
|
+
type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1635
2334
|
//#endregion
|
|
1636
2335
|
//#region src/components/Step/StepItem.vue.d.ts
|
|
1637
2336
|
interface StepItemProps<V = unknown> {
|
|
@@ -1671,16 +2370,58 @@ interface StepItemSlotProps<V = unknown> {
|
|
|
1671
2370
|
'data-disabled': true | undefined;
|
|
1672
2371
|
};
|
|
1673
2372
|
}
|
|
2373
|
+
declare const _default: typeof __VLS_export;
|
|
2374
|
+
declare const __VLS_export: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2375
|
+
props: __VLS_PrettifyLocal<StepItemProps<V>> & vue370.PublicProps & (typeof globalThis extends {
|
|
2376
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2377
|
+
} ? P : {});
|
|
2378
|
+
expose: (exposed: {}) => void;
|
|
2379
|
+
attrs: any;
|
|
2380
|
+
slots: {
|
|
2381
|
+
default: (props: StepItemSlotProps<V>) => unknown;
|
|
2382
|
+
};
|
|
2383
|
+
emit: {};
|
|
2384
|
+
}>) => vue370.VNode & {
|
|
2385
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2386
|
+
};
|
|
2387
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1674
2388
|
//#endregion
|
|
1675
2389
|
//#region src/components/Step/index.d.ts
|
|
2390
|
+
/**
|
|
2391
|
+
* Step component with sub-components for building stepper navigation.
|
|
2392
|
+
*
|
|
2393
|
+
* @see https://0.vuetifyjs.com/components/step
|
|
2394
|
+
*/
|
|
1676
2395
|
declare const Step: {
|
|
2396
|
+
/**
|
|
2397
|
+
* Root component for step navigation.
|
|
2398
|
+
*
|
|
2399
|
+
* @see https://0.vuetifyjs.com/components/step
|
|
2400
|
+
*
|
|
2401
|
+
* @example
|
|
2402
|
+
* ```vue
|
|
2403
|
+
* <script lang="ts" setup>
|
|
2404
|
+
* import { Step } from '@vuetify/v0'
|
|
2405
|
+
* </script>
|
|
2406
|
+
*
|
|
2407
|
+
* <template>
|
|
2408
|
+
* <Step.Root>
|
|
2409
|
+
* <Step.Item value="account">Account</Step.Item>
|
|
2410
|
+
*
|
|
2411
|
+
* <Step.Item value="profile">Profile</Step.Item>
|
|
2412
|
+
*
|
|
2413
|
+
* <Step.Item value="review">Review</Step.Item>
|
|
2414
|
+
* </Step.Root>
|
|
2415
|
+
* </template>
|
|
2416
|
+
* ```
|
|
2417
|
+
*/
|
|
1677
2418
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1678
2419
|
attrs: any;
|
|
1679
2420
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
1680
2421
|
slots: {
|
|
1681
2422
|
default: (props: StepRootSlotProps) => any;
|
|
1682
2423
|
};
|
|
1683
|
-
},
|
|
2424
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1684
2425
|
props: {
|
|
1685
2426
|
namespace?: string | undefined;
|
|
1686
2427
|
disabled?: boolean | undefined;
|
|
@@ -1688,39 +2429,61 @@ declare const Step: {
|
|
|
1688
2429
|
mandatory?: boolean | "force" | undefined;
|
|
1689
2430
|
modelValue?: (T | T[]) | undefined;
|
|
1690
2431
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1691
|
-
} &
|
|
2432
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2433
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2434
|
+
} ? P : {});
|
|
1692
2435
|
expose: (exposed: {}) => void;
|
|
1693
2436
|
attrs: any;
|
|
1694
2437
|
slots: {
|
|
1695
2438
|
default: (props: StepRootSlotProps) => any;
|
|
1696
2439
|
};
|
|
1697
2440
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
1698
|
-
}>) =>
|
|
2441
|
+
}>) => vue370.VNode & {
|
|
1699
2442
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1700
2443
|
};
|
|
2444
|
+
/**
|
|
2445
|
+
* Component representing a single step item.
|
|
2446
|
+
*
|
|
2447
|
+
* @see https://0.vuetifyjs.com/components/step#stepitem
|
|
2448
|
+
*
|
|
2449
|
+
* @example
|
|
2450
|
+
* ```vue
|
|
2451
|
+
* <script lang="ts" setup>
|
|
2452
|
+
* import { Step } from '@vuetify/v0'
|
|
2453
|
+
* </script>
|
|
2454
|
+
*
|
|
2455
|
+
* <template>
|
|
2456
|
+
* <Step.Item value="account">
|
|
2457
|
+
* Account Setup
|
|
2458
|
+
* </Step.Item>
|
|
2459
|
+
* </template>
|
|
2460
|
+
* ```
|
|
2461
|
+
*/
|
|
1701
2462
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1702
2463
|
attrs: any;
|
|
1703
2464
|
emit: {};
|
|
1704
2465
|
slots: {
|
|
1705
2466
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
1706
2467
|
};
|
|
1707
|
-
},
|
|
2468
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1708
2469
|
props: {
|
|
1709
2470
|
id?: string | undefined;
|
|
1710
2471
|
label?: string | undefined;
|
|
1711
2472
|
value?: V | undefined;
|
|
1712
|
-
disabled?:
|
|
2473
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
1713
2474
|
namespace?: string | undefined;
|
|
1714
|
-
} &
|
|
2475
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2476
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2477
|
+
} ? P : {});
|
|
1715
2478
|
expose: (exposed: {}) => void;
|
|
1716
2479
|
attrs: any;
|
|
1717
2480
|
slots: {
|
|
1718
2481
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
1719
2482
|
};
|
|
1720
2483
|
emit: {};
|
|
1721
|
-
}>) =>
|
|
2484
|
+
}>) => vue370.VNode & {
|
|
1722
2485
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1723
2486
|
};
|
|
1724
2487
|
};
|
|
1725
2488
|
//#endregion
|
|
1726
|
-
export {
|
|
2489
|
+
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 };
|