@vuetify/v0 0.0.21 → 0.0.22
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 +1 -1
- package/dist/browser/index.js +6075 -5323
- package/dist/components/index.d.mts +4 -4
- package/dist/components/index.mjs +5 -5
- package/dist/{components-BomyjmT3.mjs → components-mxRTI3xB.mjs} +315 -26
- package/dist/composables/index.d.mts +4 -4
- package/dist/composables/index.mjs +4 -5
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +2 -2
- package/dist/{globals-C3JrEDXZ.mjs → globals-B0yp-n-D.mjs} +1 -1
- package/dist/{index-MLb3LH9a.d.mts → index-Bby5ljat.d.mts} +55 -55
- package/dist/{index-CxeZr8jO.d.mts → index-D3xuqKI0.d.mts} +6 -2
- package/dist/{index-B0QJdwz9.d.mts → index-DF1O-1ZO.d.mts} +618 -167
- package/dist/{index-OU0IRbIS.d.mts → index-Dr-ge3ZA.d.mts} +182 -55
- package/dist/index.d.mts +7 -7
- package/dist/index.mjs +6 -7
- package/dist/types/index.d.mts +1 -1
- package/dist/useClickOutside-bbFXLr1p.mjs +6750 -0
- package/dist/utilities/index.d.mts +3 -3
- package/dist/utilities/index.mjs +2 -2
- package/dist/{utilities-CjDz-Xvn.mjs → utilities-CKvM4p7S.mjs} +14 -1
- package/package.json +1 -1
- package/dist/composables-CbAPZabd.mjs +0 -3113
- package/dist/useStep-CfgBbrJB.mjs +0 -3192
- /package/dist/{constants-DypzAkYp.mjs → constants-3l8TGg5J.mjs} +0 -0
- /package/dist/{index-B9mKi4pr.d.mts → index-DMQJJUrv.d.mts} +0 -0
- /package/dist/{index-4jSy8KIt.d.mts → index-DYSwiS9k.d.mts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { i as ID, t as DOMElement } from "./index-
|
|
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-
|
|
3
|
-
import * as
|
|
1
|
+
import { i as ID, t as DOMElement } from "./index-DYSwiS9k.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-Bby5ljat.mjs";
|
|
3
|
+
import * as vue379 from "vue";
|
|
4
4
|
import { MaybeRef, Ref, ShallowRef, TemplateRef } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Atom/Atom.vue.d.ts
|
|
@@ -39,16 +39,16 @@ interface AtomExpose {
|
|
|
39
39
|
element: TemplateRef<HTMLElement | null>;
|
|
40
40
|
}
|
|
41
41
|
interface AtomPrivateProps extends AtomProps {}
|
|
42
|
-
declare const _default$
|
|
43
|
-
declare const __VLS_export$
|
|
44
|
-
props: __VLS_PrettifyLocal$11<AtomPrivateProps> &
|
|
42
|
+
declare const _default$33: typeof __VLS_export$33;
|
|
43
|
+
declare const __VLS_export$33: <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<{
|
|
44
|
+
props: __VLS_PrettifyLocal$11<AtomPrivateProps> & vue379.PublicProps & (typeof globalThis extends {
|
|
45
45
|
__VLS_PROPS_FALLBACK: infer P;
|
|
46
46
|
} ? P : {});
|
|
47
|
-
expose: (exposed:
|
|
47
|
+
expose: (exposed: vue379.ShallowUnwrapRef<AtomExpose>) => void;
|
|
48
48
|
attrs: any;
|
|
49
49
|
slots: AtomSlots<T>;
|
|
50
50
|
emit: {};
|
|
51
|
-
}>) =>
|
|
51
|
+
}>) => vue379.VNode & {
|
|
52
52
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
53
53
|
};
|
|
54
54
|
type __VLS_PrettifyLocal$11<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -63,12 +63,12 @@ interface AvatarTicket extends SelectionTicket {
|
|
|
63
63
|
priority?: number;
|
|
64
64
|
}
|
|
65
65
|
interface AvatarContext extends SelectionContext<AvatarTicket> {}
|
|
66
|
-
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?:
|
|
67
|
-
declare const _default$
|
|
68
|
-
declare const __VLS_export$
|
|
66
|
+
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?: vue379.App) => AvatarContext;
|
|
67
|
+
declare const _default$32: typeof __VLS_export$32;
|
|
68
|
+
declare const __VLS_export$32: __VLS_WithSlots$21<vue379.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
69
69
|
default?: (props: {}) => any;
|
|
70
70
|
}>;
|
|
71
|
-
type __VLS_WithSlots$
|
|
71
|
+
type __VLS_WithSlots$21<T, S> = T & {
|
|
72
72
|
new (): {
|
|
73
73
|
$slots: S;
|
|
74
74
|
};
|
|
@@ -98,17 +98,17 @@ interface AvatarImageSlotProps {
|
|
|
98
98
|
onError: (e: Event) => void;
|
|
99
99
|
};
|
|
100
100
|
}
|
|
101
|
-
declare const _default$
|
|
102
|
-
declare const __VLS_export$
|
|
103
|
-
error: (e: Event) => any;
|
|
101
|
+
declare const _default$31: typeof __VLS_export$31;
|
|
102
|
+
declare const __VLS_export$31: __VLS_WithSlots$20<vue379.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
104
103
|
load: (e: Event) => any;
|
|
105
|
-
|
|
106
|
-
|
|
104
|
+
error: (e: Event) => any;
|
|
105
|
+
}, string, vue379.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
107
106
|
onLoad?: ((e: Event) => any) | undefined;
|
|
108
|
-
|
|
107
|
+
onError?: ((e: Event) => any) | undefined;
|
|
108
|
+
}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
109
109
|
default: (props: AvatarImageSlotProps) => any;
|
|
110
110
|
}>;
|
|
111
|
-
type __VLS_WithSlots$
|
|
111
|
+
type __VLS_WithSlots$20<T, S> = T & {
|
|
112
112
|
new (): {
|
|
113
113
|
$slots: S;
|
|
114
114
|
};
|
|
@@ -123,11 +123,11 @@ interface AvatarFallbackSlotProps {
|
|
|
123
123
|
/** Whether this fallback is currently visible */
|
|
124
124
|
isSelected: boolean;
|
|
125
125
|
}
|
|
126
|
-
declare const _default$
|
|
127
|
-
declare const __VLS_export$
|
|
126
|
+
declare const _default$30: typeof __VLS_export$30;
|
|
127
|
+
declare const __VLS_export$30: __VLS_WithSlots$19<vue379.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
128
128
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
129
129
|
}>;
|
|
130
|
-
type __VLS_WithSlots$
|
|
130
|
+
type __VLS_WithSlots$19<T, S> = T & {
|
|
131
131
|
new (): {
|
|
132
132
|
$slots: S;
|
|
133
133
|
};
|
|
@@ -161,7 +161,7 @@ declare const Avatar: {
|
|
|
161
161
|
* ```
|
|
162
162
|
*/
|
|
163
163
|
Root: {
|
|
164
|
-
new (...args: any[]):
|
|
164
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
165
165
|
P: {};
|
|
166
166
|
B: {};
|
|
167
167
|
D: {};
|
|
@@ -172,7 +172,7 @@ declare const Avatar: {
|
|
|
172
172
|
__isFragment?: never;
|
|
173
173
|
__isTeleport?: never;
|
|
174
174
|
__isSuspense?: never;
|
|
175
|
-
} &
|
|
175
|
+
} & vue379.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
176
176
|
$slots: {
|
|
177
177
|
default?: (props: {}) => any;
|
|
178
178
|
};
|
|
@@ -194,13 +194,13 @@ declare const Avatar: {
|
|
|
194
194
|
* ```
|
|
195
195
|
*/
|
|
196
196
|
Image: {
|
|
197
|
-
new (...args: any[]):
|
|
198
|
-
onError?: ((e: Event) => any) | undefined;
|
|
197
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
199
198
|
onLoad?: ((e: Event) => any) | undefined;
|
|
200
|
-
|
|
201
|
-
|
|
199
|
+
onError?: ((e: Event) => any) | undefined;
|
|
200
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
202
201
|
load: (e: Event) => any;
|
|
203
|
-
|
|
202
|
+
error: (e: Event) => any;
|
|
203
|
+
}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
204
204
|
P: {};
|
|
205
205
|
B: {};
|
|
206
206
|
D: {};
|
|
@@ -208,19 +208,19 @@ declare const Avatar: {
|
|
|
208
208
|
M: {};
|
|
209
209
|
Defaults: {};
|
|
210
210
|
}, Readonly<AvatarImageProps> & Readonly<{
|
|
211
|
-
onError?: ((e: Event) => any) | undefined;
|
|
212
211
|
onLoad?: ((e: Event) => any) | undefined;
|
|
212
|
+
onError?: ((e: Event) => any) | undefined;
|
|
213
213
|
}>, {}, {}, {}, {}, {}>;
|
|
214
214
|
__isFragment?: never;
|
|
215
215
|
__isTeleport?: never;
|
|
216
216
|
__isSuspense?: never;
|
|
217
|
-
} &
|
|
218
|
-
onError?: ((e: Event) => any) | undefined;
|
|
217
|
+
} & vue379.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
219
218
|
onLoad?: ((e: Event) => any) | undefined;
|
|
220
|
-
|
|
221
|
-
|
|
219
|
+
onError?: ((e: Event) => any) | undefined;
|
|
220
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
222
221
|
load: (e: Event) => any;
|
|
223
|
-
|
|
222
|
+
error: (e: Event) => any;
|
|
223
|
+
}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
224
224
|
$slots: {
|
|
225
225
|
default: (props: AvatarImageSlotProps) => any;
|
|
226
226
|
};
|
|
@@ -244,7 +244,7 @@ declare const Avatar: {
|
|
|
244
244
|
* ```
|
|
245
245
|
*/
|
|
246
246
|
Fallback: {
|
|
247
|
-
new (...args: any[]):
|
|
247
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
248
248
|
P: {};
|
|
249
249
|
B: {};
|
|
250
250
|
D: {};
|
|
@@ -255,13 +255,464 @@ declare const Avatar: {
|
|
|
255
255
|
__isFragment?: never;
|
|
256
256
|
__isTeleport?: never;
|
|
257
257
|
__isSuspense?: never;
|
|
258
|
-
} &
|
|
258
|
+
} & vue379.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
259
259
|
$slots: {
|
|
260
260
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
261
261
|
};
|
|
262
262
|
});
|
|
263
263
|
};
|
|
264
264
|
//#endregion
|
|
265
|
+
//#region src/components/Dialog/DialogRoot.vue.d.ts
|
|
266
|
+
interface DialogContext {
|
|
267
|
+
isOpen: ShallowRef<boolean>;
|
|
268
|
+
id: string;
|
|
269
|
+
titleId: string;
|
|
270
|
+
descriptionId: string;
|
|
271
|
+
open: () => void;
|
|
272
|
+
close: () => void;
|
|
273
|
+
}
|
|
274
|
+
interface DialogRootProps extends AtomProps {
|
|
275
|
+
/** Namespace for dependency injection */
|
|
276
|
+
namespace?: string;
|
|
277
|
+
/** Unique identifier for the dialog (auto-generated if not provided) */
|
|
278
|
+
id?: string;
|
|
279
|
+
}
|
|
280
|
+
interface DialogRootSlotProps {
|
|
281
|
+
/** Unique identifier */
|
|
282
|
+
id: string;
|
|
283
|
+
/** Whether the dialog is currently open */
|
|
284
|
+
isOpen: boolean;
|
|
285
|
+
/** Open the dialog */
|
|
286
|
+
open: () => void;
|
|
287
|
+
/** Close the dialog */
|
|
288
|
+
close: () => void;
|
|
289
|
+
}
|
|
290
|
+
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue379.App) => DialogContext;
|
|
291
|
+
declare const _default$27: typeof __VLS_export$29;
|
|
292
|
+
declare const __VLS_export$29: __VLS_WithSlots$18<vue379.DefineComponent<DialogRootProps & {
|
|
293
|
+
modelValue?: boolean;
|
|
294
|
+
}, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
295
|
+
"update:modelValue": (...args: unknown[]) => any;
|
|
296
|
+
}, string, vue379.PublicProps, Readonly<DialogRootProps & {
|
|
297
|
+
modelValue?: boolean;
|
|
298
|
+
}> & Readonly<{
|
|
299
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
300
|
+
}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
301
|
+
default: (props: DialogRootSlotProps) => any;
|
|
302
|
+
}>;
|
|
303
|
+
type __VLS_WithSlots$18<T, S> = T & {
|
|
304
|
+
new (): {
|
|
305
|
+
$slots: S;
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
//#endregion
|
|
309
|
+
//#region src/components/Dialog/DialogActivator.vue.d.ts
|
|
310
|
+
interface DialogActivatorProps extends AtomProps {
|
|
311
|
+
/** Namespace for dependency injection */
|
|
312
|
+
namespace?: string;
|
|
313
|
+
}
|
|
314
|
+
interface DialogActivatorSlotProps {
|
|
315
|
+
/** Whether the dialog is currently open */
|
|
316
|
+
isOpen: boolean;
|
|
317
|
+
/** Attributes to bind to the trigger element */
|
|
318
|
+
attrs: {
|
|
319
|
+
'type': 'button' | undefined;
|
|
320
|
+
'aria-haspopup': 'dialog';
|
|
321
|
+
'aria-expanded': boolean;
|
|
322
|
+
'data-dialog-open': '' | undefined;
|
|
323
|
+
};
|
|
324
|
+
}
|
|
325
|
+
declare const _default$29: typeof __VLS_export$28;
|
|
326
|
+
declare const __VLS_export$28: __VLS_WithSlots$17<vue379.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
327
|
+
default: (props: DialogActivatorSlotProps) => any;
|
|
328
|
+
}>;
|
|
329
|
+
type __VLS_WithSlots$17<T, S> = T & {
|
|
330
|
+
new (): {
|
|
331
|
+
$slots: S;
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
//#endregion
|
|
335
|
+
//#region src/components/Dialog/DialogContent.vue.d.ts
|
|
336
|
+
interface DialogContentProps extends AtomProps {
|
|
337
|
+
/** Namespace for dependency injection */
|
|
338
|
+
namespace?: string;
|
|
339
|
+
/** Close dialog when clicking outside content @default true */
|
|
340
|
+
closeOnClickOutside?: boolean;
|
|
341
|
+
}
|
|
342
|
+
interface DialogContentEmits {
|
|
343
|
+
cancel: [e: Event];
|
|
344
|
+
close: [e: Event];
|
|
345
|
+
}
|
|
346
|
+
interface DialogContentSlotProps {
|
|
347
|
+
/** Whether the dialog is currently open */
|
|
348
|
+
isOpen: boolean;
|
|
349
|
+
/** Attributes to bind to the dialog element */
|
|
350
|
+
attrs: {
|
|
351
|
+
'id': string;
|
|
352
|
+
'role': 'dialog';
|
|
353
|
+
'aria-modal': 'true';
|
|
354
|
+
'aria-labelledby': string;
|
|
355
|
+
'aria-describedby': string;
|
|
356
|
+
};
|
|
357
|
+
}
|
|
358
|
+
declare const _default$25: typeof __VLS_export$27;
|
|
359
|
+
declare const __VLS_export$27: __VLS_WithSlots$16<vue379.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
360
|
+
cancel: (e: Event) => any;
|
|
361
|
+
close: (e: Event) => any;
|
|
362
|
+
}, string, vue379.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
363
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
364
|
+
onClose?: ((e: Event) => any) | undefined;
|
|
365
|
+
}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
366
|
+
default: (props: DialogContentSlotProps) => any;
|
|
367
|
+
}>;
|
|
368
|
+
type __VLS_WithSlots$16<T, S> = T & {
|
|
369
|
+
new (): {
|
|
370
|
+
$slots: S;
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
//#endregion
|
|
374
|
+
//#region src/components/Dialog/DialogTitle.vue.d.ts
|
|
375
|
+
interface DialogTitleProps extends AtomProps {
|
|
376
|
+
/** Namespace for dependency injection */
|
|
377
|
+
namespace?: string;
|
|
378
|
+
}
|
|
379
|
+
interface DialogTitleSlotProps {
|
|
380
|
+
/** Attributes to bind to the title element */
|
|
381
|
+
attrs: {
|
|
382
|
+
id: string;
|
|
383
|
+
};
|
|
384
|
+
}
|
|
385
|
+
declare const _default$28: typeof __VLS_export$26;
|
|
386
|
+
declare const __VLS_export$26: __VLS_WithSlots$15<vue379.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
387
|
+
default: (props: DialogTitleSlotProps) => any;
|
|
388
|
+
}>;
|
|
389
|
+
type __VLS_WithSlots$15<T, S> = T & {
|
|
390
|
+
new (): {
|
|
391
|
+
$slots: S;
|
|
392
|
+
};
|
|
393
|
+
};
|
|
394
|
+
//#endregion
|
|
395
|
+
//#region src/components/Dialog/DialogDescription.vue.d.ts
|
|
396
|
+
interface DialogDescriptionProps extends AtomProps {
|
|
397
|
+
/** Namespace for dependency injection */
|
|
398
|
+
namespace?: string;
|
|
399
|
+
}
|
|
400
|
+
interface DialogDescriptionSlotProps {
|
|
401
|
+
/** Attributes to bind to the description element */
|
|
402
|
+
attrs: {
|
|
403
|
+
id: string;
|
|
404
|
+
};
|
|
405
|
+
}
|
|
406
|
+
declare const _default$26: typeof __VLS_export$25;
|
|
407
|
+
declare const __VLS_export$25: __VLS_WithSlots$14<vue379.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
408
|
+
default: (props: DialogDescriptionSlotProps) => any;
|
|
409
|
+
}>;
|
|
410
|
+
type __VLS_WithSlots$14<T, S> = T & {
|
|
411
|
+
new (): {
|
|
412
|
+
$slots: S;
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
//#endregion
|
|
416
|
+
//#region src/components/Dialog/DialogClose.vue.d.ts
|
|
417
|
+
interface DialogCloseProps extends AtomProps {
|
|
418
|
+
/** Namespace for dependency injection */
|
|
419
|
+
namespace?: string;
|
|
420
|
+
}
|
|
421
|
+
interface DialogCloseSlotProps {
|
|
422
|
+
/** Whether the dialog is currently open */
|
|
423
|
+
isOpen: boolean;
|
|
424
|
+
/** Attributes to bind to the close button element */
|
|
425
|
+
attrs: {
|
|
426
|
+
'type': 'button' | undefined;
|
|
427
|
+
'aria-label': 'Close';
|
|
428
|
+
};
|
|
429
|
+
}
|
|
430
|
+
declare const _default$24: typeof __VLS_export$24;
|
|
431
|
+
declare const __VLS_export$24: __VLS_WithSlots$13<vue379.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
432
|
+
default: (props: DialogCloseSlotProps) => any;
|
|
433
|
+
}>;
|
|
434
|
+
type __VLS_WithSlots$13<T, S> = T & {
|
|
435
|
+
new (): {
|
|
436
|
+
$slots: S;
|
|
437
|
+
};
|
|
438
|
+
};
|
|
439
|
+
//#endregion
|
|
440
|
+
//#region src/components/Dialog/index.d.ts
|
|
441
|
+
/**
|
|
442
|
+
* Dialog component with sub-components for building modal dialogs.
|
|
443
|
+
*
|
|
444
|
+
* @see https://0.vuetifyjs.com/components/dialog
|
|
445
|
+
*
|
|
446
|
+
* @example
|
|
447
|
+
* ```vue
|
|
448
|
+
* <script lang="ts" setup>
|
|
449
|
+
* import { Dialog } from '@vuetify/v0'
|
|
450
|
+
* </script>
|
|
451
|
+
*
|
|
452
|
+
* <template>
|
|
453
|
+
* <Dialog.Root>
|
|
454
|
+
* <Dialog.Activator>
|
|
455
|
+
* Open Dialog
|
|
456
|
+
* </Dialog.Activator>
|
|
457
|
+
*
|
|
458
|
+
* <Dialog.Content>
|
|
459
|
+
* <Dialog.Title>Dialog Title</Dialog.Title>
|
|
460
|
+
* <Dialog.Description>Dialog description text.</Dialog.Description>
|
|
461
|
+
*
|
|
462
|
+
* <p>Dialog content goes here.</p>
|
|
463
|
+
*
|
|
464
|
+
* <Dialog.Close>Close</Dialog.Close>
|
|
465
|
+
* </Dialog.Content>
|
|
466
|
+
* </Dialog.Root>
|
|
467
|
+
* </template>
|
|
468
|
+
* ```
|
|
469
|
+
*/
|
|
470
|
+
declare const Dialog: {
|
|
471
|
+
/**
|
|
472
|
+
* Root component for dialogs.
|
|
473
|
+
*
|
|
474
|
+
* @see https://0.vuetifyjs.com/components/dialog
|
|
475
|
+
*
|
|
476
|
+
* @example
|
|
477
|
+
* ```vue
|
|
478
|
+
* <script lang="ts" setup>
|
|
479
|
+
* import { Dialog } from '@vuetify/v0'
|
|
480
|
+
* </script>
|
|
481
|
+
*
|
|
482
|
+
* <template>
|
|
483
|
+
* <Dialog.Root>
|
|
484
|
+
* <Dialog.Activator>Open</Dialog.Activator>
|
|
485
|
+
* <Dialog.Content>
|
|
486
|
+
* <Dialog.Title>Title</Dialog.Title>
|
|
487
|
+
* <Dialog.Close>Close</Dialog.Close>
|
|
488
|
+
* </Dialog.Content>
|
|
489
|
+
* </Dialog.Root>
|
|
490
|
+
* </template>
|
|
491
|
+
* ```
|
|
492
|
+
*/
|
|
493
|
+
Root: {
|
|
494
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
|
|
495
|
+
modelValue?: boolean;
|
|
496
|
+
}> & Readonly<{
|
|
497
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
498
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
499
|
+
"update:modelValue": (...args: unknown[]) => any;
|
|
500
|
+
}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
501
|
+
P: {};
|
|
502
|
+
B: {};
|
|
503
|
+
D: {};
|
|
504
|
+
C: {};
|
|
505
|
+
M: {};
|
|
506
|
+
Defaults: {};
|
|
507
|
+
}, Readonly<DialogRootProps & {
|
|
508
|
+
modelValue?: boolean;
|
|
509
|
+
}> & Readonly<{
|
|
510
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
511
|
+
}>, {}, {}, {}, {}, {}>;
|
|
512
|
+
__isFragment?: never;
|
|
513
|
+
__isTeleport?: never;
|
|
514
|
+
__isSuspense?: never;
|
|
515
|
+
} & vue379.ComponentOptionsBase<Readonly<DialogRootProps & {
|
|
516
|
+
modelValue?: boolean;
|
|
517
|
+
}> & Readonly<{
|
|
518
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
519
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
520
|
+
"update:modelValue": (...args: unknown[]) => any;
|
|
521
|
+
}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
522
|
+
$slots: {
|
|
523
|
+
default: (props: DialogRootSlotProps) => any;
|
|
524
|
+
};
|
|
525
|
+
});
|
|
526
|
+
/**
|
|
527
|
+
* Activator component that opens the dialog.
|
|
528
|
+
*
|
|
529
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogactivator
|
|
530
|
+
*
|
|
531
|
+
* @example
|
|
532
|
+
* ```vue
|
|
533
|
+
* <script lang="ts" setup>
|
|
534
|
+
* import { Dialog } from '@vuetify/v0'
|
|
535
|
+
* </script>
|
|
536
|
+
*
|
|
537
|
+
* <template>
|
|
538
|
+
* <Dialog.Activator>
|
|
539
|
+
* Open Dialog
|
|
540
|
+
* </Dialog.Activator>
|
|
541
|
+
* </template>
|
|
542
|
+
* ```
|
|
543
|
+
*/
|
|
544
|
+
Activator: {
|
|
545
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
546
|
+
P: {};
|
|
547
|
+
B: {};
|
|
548
|
+
D: {};
|
|
549
|
+
C: {};
|
|
550
|
+
M: {};
|
|
551
|
+
Defaults: {};
|
|
552
|
+
}, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
553
|
+
__isFragment?: never;
|
|
554
|
+
__isTeleport?: never;
|
|
555
|
+
__isSuspense?: never;
|
|
556
|
+
} & vue379.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
557
|
+
$slots: {
|
|
558
|
+
default: (props: DialogActivatorSlotProps) => any;
|
|
559
|
+
};
|
|
560
|
+
});
|
|
561
|
+
/**
|
|
562
|
+
* Content container for the dialog using native `<dialog>` element.
|
|
563
|
+
*
|
|
564
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogcontent
|
|
565
|
+
*
|
|
566
|
+
* @example
|
|
567
|
+
* ```vue
|
|
568
|
+
* <script lang="ts" setup>
|
|
569
|
+
* import { Dialog } from '@vuetify/v0'
|
|
570
|
+
* </script>
|
|
571
|
+
*
|
|
572
|
+
* <template>
|
|
573
|
+
* <Dialog.Content>
|
|
574
|
+
* <Dialog.Title>Title</Dialog.Title>
|
|
575
|
+
* <p>Content goes here.</p>
|
|
576
|
+
* <Dialog.Close>Close</Dialog.Close>
|
|
577
|
+
* </Dialog.Content>
|
|
578
|
+
* </template>
|
|
579
|
+
* ```
|
|
580
|
+
*/
|
|
581
|
+
Content: {
|
|
582
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
|
|
583
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
584
|
+
onClose?: ((e: Event) => any) | undefined;
|
|
585
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
586
|
+
cancel: (e: Event) => any;
|
|
587
|
+
close: (e: Event) => any;
|
|
588
|
+
}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
589
|
+
P: {};
|
|
590
|
+
B: {};
|
|
591
|
+
D: {};
|
|
592
|
+
C: {};
|
|
593
|
+
M: {};
|
|
594
|
+
Defaults: {};
|
|
595
|
+
}, Readonly<DialogContentProps> & Readonly<{
|
|
596
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
597
|
+
onClose?: ((e: Event) => any) | undefined;
|
|
598
|
+
}>, {}, {}, {}, {}, {}>;
|
|
599
|
+
__isFragment?: never;
|
|
600
|
+
__isTeleport?: never;
|
|
601
|
+
__isSuspense?: never;
|
|
602
|
+
} & vue379.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
|
|
603
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
604
|
+
onClose?: ((e: Event) => any) | undefined;
|
|
605
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
606
|
+
cancel: (e: Event) => any;
|
|
607
|
+
close: (e: Event) => any;
|
|
608
|
+
}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
609
|
+
$slots: {
|
|
610
|
+
default: (props: DialogContentSlotProps) => any;
|
|
611
|
+
};
|
|
612
|
+
});
|
|
613
|
+
/**
|
|
614
|
+
* Title component for accessible dialog labeling.
|
|
615
|
+
*
|
|
616
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogtitle
|
|
617
|
+
*
|
|
618
|
+
* @example
|
|
619
|
+
* ```vue
|
|
620
|
+
* <script lang="ts" setup>
|
|
621
|
+
* import { Dialog } from '@vuetify/v0'
|
|
622
|
+
* </script>
|
|
623
|
+
*
|
|
624
|
+
* <template>
|
|
625
|
+
* <Dialog.Title>Dialog Title</Dialog.Title>
|
|
626
|
+
* </template>
|
|
627
|
+
* ```
|
|
628
|
+
*/
|
|
629
|
+
Title: {
|
|
630
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
631
|
+
P: {};
|
|
632
|
+
B: {};
|
|
633
|
+
D: {};
|
|
634
|
+
C: {};
|
|
635
|
+
M: {};
|
|
636
|
+
Defaults: {};
|
|
637
|
+
}, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
638
|
+
__isFragment?: never;
|
|
639
|
+
__isTeleport?: never;
|
|
640
|
+
__isSuspense?: never;
|
|
641
|
+
} & vue379.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
642
|
+
$slots: {
|
|
643
|
+
default: (props: DialogTitleSlotProps) => any;
|
|
644
|
+
};
|
|
645
|
+
});
|
|
646
|
+
/**
|
|
647
|
+
* Description component for accessible dialog description.
|
|
648
|
+
*
|
|
649
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogdescription
|
|
650
|
+
*
|
|
651
|
+
* @example
|
|
652
|
+
* ```vue
|
|
653
|
+
* <script lang="ts" setup>
|
|
654
|
+
* import { Dialog } from '@vuetify/v0'
|
|
655
|
+
* </script>
|
|
656
|
+
*
|
|
657
|
+
* <template>
|
|
658
|
+
* <Dialog.Description>
|
|
659
|
+
* This dialog allows you to configure settings.
|
|
660
|
+
* </Dialog.Description>
|
|
661
|
+
* </template>
|
|
662
|
+
* ```
|
|
663
|
+
*/
|
|
664
|
+
Description: {
|
|
665
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
666
|
+
P: {};
|
|
667
|
+
B: {};
|
|
668
|
+
D: {};
|
|
669
|
+
C: {};
|
|
670
|
+
M: {};
|
|
671
|
+
Defaults: {};
|
|
672
|
+
}, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
673
|
+
__isFragment?: never;
|
|
674
|
+
__isTeleport?: never;
|
|
675
|
+
__isSuspense?: never;
|
|
676
|
+
} & vue379.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
677
|
+
$slots: {
|
|
678
|
+
default: (props: DialogDescriptionSlotProps) => any;
|
|
679
|
+
};
|
|
680
|
+
});
|
|
681
|
+
/**
|
|
682
|
+
* Close button component for closing the dialog.
|
|
683
|
+
*
|
|
684
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogclose
|
|
685
|
+
*
|
|
686
|
+
* @example
|
|
687
|
+
* ```vue
|
|
688
|
+
* <script lang="ts" setup>
|
|
689
|
+
* import { Dialog } from '@vuetify/v0'
|
|
690
|
+
* </script>
|
|
691
|
+
*
|
|
692
|
+
* <template>
|
|
693
|
+
* <Dialog.Close>Close</Dialog.Close>
|
|
694
|
+
* </template>
|
|
695
|
+
* ```
|
|
696
|
+
*/
|
|
697
|
+
Close: {
|
|
698
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
699
|
+
P: {};
|
|
700
|
+
B: {};
|
|
701
|
+
D: {};
|
|
702
|
+
C: {};
|
|
703
|
+
M: {};
|
|
704
|
+
Defaults: {};
|
|
705
|
+
}, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
706
|
+
__isFragment?: never;
|
|
707
|
+
__isTeleport?: never;
|
|
708
|
+
__isSuspense?: never;
|
|
709
|
+
} & vue379.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
710
|
+
$slots: {
|
|
711
|
+
default: (props: DialogCloseSlotProps) => any;
|
|
712
|
+
};
|
|
713
|
+
});
|
|
714
|
+
};
|
|
715
|
+
//#endregion
|
|
265
716
|
//#region src/components/ExpansionPanel/ExpansionPanelRoot.vue.d.ts
|
|
266
717
|
interface ExpansionPanelOptionsContext {
|
|
267
718
|
/** Disabled state of the entire expansion panel */
|
|
@@ -299,14 +750,14 @@ interface ExpansionPanelRootSlotProps {
|
|
|
299
750
|
/** Toggle a panel's expansion state by ID */
|
|
300
751
|
toggle: (id: ID) => void;
|
|
301
752
|
}
|
|
302
|
-
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?:
|
|
753
|
+
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue379.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
303
754
|
declare const _default$23: typeof __VLS_export$23;
|
|
304
755
|
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<{
|
|
305
756
|
props: __VLS_PrettifyLocal$10<(ExpansionPanelRootProps & {
|
|
306
757
|
modelValue?: T | T[];
|
|
307
758
|
}) & {
|
|
308
759
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
309
|
-
}> &
|
|
760
|
+
}> & vue379.PublicProps & (typeof globalThis extends {
|
|
310
761
|
__VLS_PROPS_FALLBACK: infer P;
|
|
311
762
|
} ? P : {});
|
|
312
763
|
expose: (exposed: {}) => void;
|
|
@@ -315,7 +766,7 @@ declare const __VLS_export$23: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
315
766
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
316
767
|
};
|
|
317
768
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
318
|
-
}>) =>
|
|
769
|
+
}>) => vue379.VNode & {
|
|
319
770
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
320
771
|
};
|
|
321
772
|
type __VLS_PrettifyLocal$10<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -359,10 +810,10 @@ interface ExpansionPanelItemSlotProps {
|
|
|
359
810
|
'data-selected': true | undefined;
|
|
360
811
|
};
|
|
361
812
|
}
|
|
362
|
-
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?:
|
|
813
|
+
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue379.App) => ExpansionPanelItemContext;
|
|
363
814
|
declare const _default$22: typeof __VLS_export$22;
|
|
364
815
|
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<{
|
|
365
|
-
props: __VLS_PrettifyLocal$9<ExpansionPanelItemProps<V>> &
|
|
816
|
+
props: __VLS_PrettifyLocal$9<ExpansionPanelItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
366
817
|
__VLS_PROPS_FALLBACK: infer P;
|
|
367
818
|
} ? P : {});
|
|
368
819
|
expose: (exposed: {}) => void;
|
|
@@ -371,7 +822,7 @@ declare const __VLS_export$22: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
371
822
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
372
823
|
};
|
|
373
824
|
emit: {};
|
|
374
|
-
}>) =>
|
|
825
|
+
}>) => vue379.VNode & {
|
|
375
826
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
376
827
|
};
|
|
377
828
|
type __VLS_PrettifyLocal$9<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -391,7 +842,7 @@ interface ExpansionPanelHeaderSlotProps {
|
|
|
391
842
|
};
|
|
392
843
|
}
|
|
393
844
|
declare const _default$21: typeof __VLS_export$21;
|
|
394
|
-
declare const __VLS_export$21: __VLS_WithSlots$12<
|
|
845
|
+
declare const __VLS_export$21: __VLS_WithSlots$12<vue379.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
395
846
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
396
847
|
}>;
|
|
397
848
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -440,7 +891,7 @@ interface ExpansionPanelActivatorSlotProps {
|
|
|
440
891
|
};
|
|
441
892
|
}
|
|
442
893
|
declare const _default$19: typeof __VLS_export$20;
|
|
443
|
-
declare const __VLS_export$20: __VLS_WithSlots$11<
|
|
894
|
+
declare const __VLS_export$20: __VLS_WithSlots$11<vue379.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
444
895
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
445
896
|
}>;
|
|
446
897
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -471,7 +922,7 @@ interface ExpansionPanelContentSlotProps {
|
|
|
471
922
|
};
|
|
472
923
|
}
|
|
473
924
|
declare const _default$20: typeof __VLS_export$19;
|
|
474
|
-
declare const __VLS_export$19: __VLS_WithSlots$10<
|
|
925
|
+
declare const __VLS_export$19: __VLS_WithSlots$10<vue379.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
475
926
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
476
927
|
}>;
|
|
477
928
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -532,7 +983,7 @@ declare const ExpansionPanel: {
|
|
|
532
983
|
as?: (DOMElement | null) | undefined;
|
|
533
984
|
renderless?: boolean | undefined;
|
|
534
985
|
modelValue?: (T | T[]) | undefined;
|
|
535
|
-
} &
|
|
986
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
536
987
|
__VLS_PROPS_FALLBACK: infer P;
|
|
537
988
|
} ? P : {});
|
|
538
989
|
expose: (exposed: {}) => void;
|
|
@@ -541,7 +992,7 @@ declare const ExpansionPanel: {
|
|
|
541
992
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
542
993
|
};
|
|
543
994
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
544
|
-
}>) =>
|
|
995
|
+
}>) => vue379.VNode & {
|
|
545
996
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
546
997
|
};
|
|
547
998
|
/**
|
|
@@ -580,11 +1031,11 @@ declare const ExpansionPanel: {
|
|
|
580
1031
|
props: {
|
|
581
1032
|
id?: string | undefined;
|
|
582
1033
|
value?: V | undefined;
|
|
583
|
-
disabled?:
|
|
1034
|
+
disabled?: vue379.MaybeRef<boolean> | undefined;
|
|
584
1035
|
namespace?: string | undefined;
|
|
585
1036
|
as?: (DOMElement | null) | undefined;
|
|
586
1037
|
renderless?: boolean | undefined;
|
|
587
|
-
} &
|
|
1038
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
588
1039
|
__VLS_PROPS_FALLBACK: infer P;
|
|
589
1040
|
} ? P : {});
|
|
590
1041
|
expose: (exposed: {}) => void;
|
|
@@ -593,7 +1044,7 @@ declare const ExpansionPanel: {
|
|
|
593
1044
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
594
1045
|
};
|
|
595
1046
|
emit: {};
|
|
596
|
-
}>) =>
|
|
1047
|
+
}>) => vue379.VNode & {
|
|
597
1048
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
598
1049
|
};
|
|
599
1050
|
/**
|
|
@@ -617,7 +1068,7 @@ declare const ExpansionPanel: {
|
|
|
617
1068
|
* ```
|
|
618
1069
|
*/
|
|
619
1070
|
Header: {
|
|
620
|
-
new (...args: any[]):
|
|
1071
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
621
1072
|
P: {};
|
|
622
1073
|
B: {};
|
|
623
1074
|
D: {};
|
|
@@ -628,7 +1079,7 @@ declare const ExpansionPanel: {
|
|
|
628
1079
|
__isFragment?: never;
|
|
629
1080
|
__isTeleport?: never;
|
|
630
1081
|
__isSuspense?: never;
|
|
631
|
-
} &
|
|
1082
|
+
} & vue379.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
632
1083
|
$slots: {
|
|
633
1084
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
634
1085
|
};
|
|
@@ -652,7 +1103,7 @@ declare const ExpansionPanel: {
|
|
|
652
1103
|
* ```
|
|
653
1104
|
*/
|
|
654
1105
|
Activator: {
|
|
655
|
-
new (...args: any[]):
|
|
1106
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
656
1107
|
P: {};
|
|
657
1108
|
B: {};
|
|
658
1109
|
D: {};
|
|
@@ -663,7 +1114,7 @@ declare const ExpansionPanel: {
|
|
|
663
1114
|
__isFragment?: never;
|
|
664
1115
|
__isTeleport?: never;
|
|
665
1116
|
__isSuspense?: never;
|
|
666
|
-
} &
|
|
1117
|
+
} & vue379.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
667
1118
|
$slots: {
|
|
668
1119
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
669
1120
|
};
|
|
@@ -687,7 +1138,7 @@ declare const ExpansionPanel: {
|
|
|
687
1138
|
* ```
|
|
688
1139
|
*/
|
|
689
1140
|
Content: {
|
|
690
|
-
new (...args: any[]):
|
|
1141
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
691
1142
|
P: {};
|
|
692
1143
|
B: {};
|
|
693
1144
|
D: {};
|
|
@@ -698,7 +1149,7 @@ declare const ExpansionPanel: {
|
|
|
698
1149
|
__isFragment?: never;
|
|
699
1150
|
__isTeleport?: never;
|
|
700
1151
|
__isSuspense?: never;
|
|
701
|
-
} &
|
|
1152
|
+
} & vue379.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
702
1153
|
$slots: {
|
|
703
1154
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
704
1155
|
};
|
|
@@ -747,15 +1198,15 @@ interface GroupRootSlotProps {
|
|
|
747
1198
|
'aria-multiselectable': true;
|
|
748
1199
|
};
|
|
749
1200
|
}
|
|
750
|
-
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?:
|
|
1201
|
+
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?: vue379.App) => GroupContext<GroupTicket<unknown>>;
|
|
751
1202
|
declare const _default$18: typeof __VLS_export$18;
|
|
752
1203
|
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<{
|
|
753
1204
|
props: __VLS_PrettifyLocal$8<(GroupRootProps & {
|
|
754
1205
|
modelValue?: T | T[];
|
|
755
1206
|
}) & {
|
|
756
|
-
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
757
1207
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
758
|
-
|
|
1208
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1209
|
+
}> & vue379.PublicProps & (typeof globalThis extends {
|
|
759
1210
|
__VLS_PROPS_FALLBACK: infer P;
|
|
760
1211
|
} ? P : {});
|
|
761
1212
|
expose: (exposed: {}) => void;
|
|
@@ -764,7 +1215,7 @@ declare const __VLS_export$18: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
764
1215
|
default: (props: GroupRootSlotProps) => any;
|
|
765
1216
|
};
|
|
766
1217
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
767
|
-
}>) =>
|
|
1218
|
+
}>) => vue379.VNode & {
|
|
768
1219
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
769
1220
|
};
|
|
770
1221
|
type __VLS_PrettifyLocal$8<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -819,7 +1270,7 @@ interface GroupItemSlotProps<V = unknown> {
|
|
|
819
1270
|
}
|
|
820
1271
|
declare const _default$17: typeof __VLS_export$17;
|
|
821
1272
|
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<{
|
|
822
|
-
props: __VLS_PrettifyLocal$7<GroupItemProps<V>> &
|
|
1273
|
+
props: __VLS_PrettifyLocal$7<GroupItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
823
1274
|
__VLS_PROPS_FALLBACK: infer P;
|
|
824
1275
|
} ? P : {});
|
|
825
1276
|
expose: (exposed: {}) => void;
|
|
@@ -828,7 +1279,7 @@ declare const __VLS_export$17: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
828
1279
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
829
1280
|
};
|
|
830
1281
|
emit: {};
|
|
831
|
-
}>) =>
|
|
1282
|
+
}>) => vue379.VNode & {
|
|
832
1283
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
833
1284
|
};
|
|
834
1285
|
type __VLS_PrettifyLocal$7<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -873,9 +1324,9 @@ declare const Group: {
|
|
|
873
1324
|
enroll?: boolean | undefined;
|
|
874
1325
|
mandatory?: boolean | "force" | undefined;
|
|
875
1326
|
modelValue?: (T | T[]) | undefined;
|
|
876
|
-
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
877
1327
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
878
|
-
|
|
1328
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1329
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
879
1330
|
__VLS_PROPS_FALLBACK: infer P;
|
|
880
1331
|
} ? P : {});
|
|
881
1332
|
expose: (exposed: {}) => void;
|
|
@@ -884,7 +1335,7 @@ declare const Group: {
|
|
|
884
1335
|
default: (props: GroupRootSlotProps) => any;
|
|
885
1336
|
};
|
|
886
1337
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
887
|
-
}>) =>
|
|
1338
|
+
}>) => vue379.VNode & {
|
|
888
1339
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
889
1340
|
};
|
|
890
1341
|
/**
|
|
@@ -916,10 +1367,10 @@ declare const Group: {
|
|
|
916
1367
|
id?: string | undefined;
|
|
917
1368
|
label?: string | undefined;
|
|
918
1369
|
value?: V | undefined;
|
|
919
|
-
disabled?:
|
|
920
|
-
indeterminate?:
|
|
1370
|
+
disabled?: vue379.MaybeRef<boolean> | undefined;
|
|
1371
|
+
indeterminate?: vue379.MaybeRef<boolean> | undefined;
|
|
921
1372
|
namespace?: string | undefined;
|
|
922
|
-
} &
|
|
1373
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
923
1374
|
__VLS_PROPS_FALLBACK: infer P;
|
|
924
1375
|
} ? P : {});
|
|
925
1376
|
expose: (exposed: {}) => void;
|
|
@@ -928,15 +1379,15 @@ declare const Group: {
|
|
|
928
1379
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
929
1380
|
};
|
|
930
1381
|
emit: {};
|
|
931
|
-
}>) =>
|
|
1382
|
+
}>) => vue379.VNode & {
|
|
932
1383
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
933
1384
|
};
|
|
934
1385
|
};
|
|
935
1386
|
//#endregion
|
|
936
1387
|
//#region src/components/Pagination/PaginationRoot.vue.d.ts
|
|
937
|
-
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?:
|
|
938
|
-
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
939
|
-
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
1388
|
+
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue379.App) => PaginationContext;
|
|
1389
|
+
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue379.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
1390
|
+
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue379.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
940
1391
|
interface PaginationRootProps extends AtomProps {
|
|
941
1392
|
/** Namespace for dependency injection */
|
|
942
1393
|
namespace?: string;
|
|
@@ -993,7 +1444,7 @@ declare const __VLS_export$16: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
993
1444
|
modelValue?: number;
|
|
994
1445
|
}) & {
|
|
995
1446
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
996
|
-
}> &
|
|
1447
|
+
}> & vue379.PublicProps & (typeof globalThis extends {
|
|
997
1448
|
__VLS_PROPS_FALLBACK: infer P;
|
|
998
1449
|
} ? P : {});
|
|
999
1450
|
expose: (exposed: {}) => void;
|
|
@@ -1002,7 +1453,7 @@ declare const __VLS_export$16: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
1002
1453
|
default: (props: PaginationRootSlotProps) => any;
|
|
1003
1454
|
};
|
|
1004
1455
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
1005
|
-
}>) =>
|
|
1456
|
+
}>) => vue379.VNode & {
|
|
1006
1457
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1007
1458
|
};
|
|
1008
1459
|
type __VLS_PrettifyLocal$6<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -1041,7 +1492,7 @@ interface PaginationItemSlotProps {
|
|
|
1041
1492
|
};
|
|
1042
1493
|
}
|
|
1043
1494
|
declare const _default$11: typeof __VLS_export$15;
|
|
1044
|
-
declare const __VLS_export$15: __VLS_WithSlots$9<
|
|
1495
|
+
declare const __VLS_export$15: __VLS_WithSlots$9<vue379.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1045
1496
|
default: (props: PaginationItemSlotProps) => any;
|
|
1046
1497
|
}>;
|
|
1047
1498
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -1076,7 +1527,7 @@ interface PaginationFirstSlotProps {
|
|
|
1076
1527
|
};
|
|
1077
1528
|
}
|
|
1078
1529
|
declare const _default$10: typeof __VLS_export$14;
|
|
1079
|
-
declare const __VLS_export$14: __VLS_WithSlots$8<
|
|
1530
|
+
declare const __VLS_export$14: __VLS_WithSlots$8<vue379.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1080
1531
|
default: (props: PaginationFirstSlotProps) => any;
|
|
1081
1532
|
}>;
|
|
1082
1533
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -1111,7 +1562,7 @@ interface PaginationPrevSlotProps {
|
|
|
1111
1562
|
};
|
|
1112
1563
|
}
|
|
1113
1564
|
declare const _default$14: typeof __VLS_export$13;
|
|
1114
|
-
declare const __VLS_export$13: __VLS_WithSlots$7<
|
|
1565
|
+
declare const __VLS_export$13: __VLS_WithSlots$7<vue379.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1115
1566
|
default: (props: PaginationPrevSlotProps) => any;
|
|
1116
1567
|
}>;
|
|
1117
1568
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -1138,7 +1589,7 @@ interface PaginationEllipsisSlotProps {
|
|
|
1138
1589
|
};
|
|
1139
1590
|
}
|
|
1140
1591
|
declare const _default$9: typeof __VLS_export$12;
|
|
1141
|
-
declare const __VLS_export$12: __VLS_WithSlots$6<
|
|
1592
|
+
declare const __VLS_export$12: __VLS_WithSlots$6<vue379.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1142
1593
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
1143
1594
|
}>;
|
|
1144
1595
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -1173,7 +1624,7 @@ interface PaginationNextSlotProps {
|
|
|
1173
1624
|
};
|
|
1174
1625
|
}
|
|
1175
1626
|
declare const _default$13: typeof __VLS_export$11;
|
|
1176
|
-
declare const __VLS_export$11: __VLS_WithSlots$5<
|
|
1627
|
+
declare const __VLS_export$11: __VLS_WithSlots$5<vue379.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1177
1628
|
default: (props: PaginationNextSlotProps) => any;
|
|
1178
1629
|
}>;
|
|
1179
1630
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -1208,7 +1659,7 @@ interface PaginationLastSlotProps {
|
|
|
1208
1659
|
};
|
|
1209
1660
|
}
|
|
1210
1661
|
declare const _default$12: typeof __VLS_export$10;
|
|
1211
|
-
declare const __VLS_export$10: __VLS_WithSlots$4<
|
|
1662
|
+
declare const __VLS_export$10: __VLS_WithSlots$4<vue379.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1212
1663
|
default: (props: PaginationLastSlotProps) => any;
|
|
1213
1664
|
}>;
|
|
1214
1665
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -1237,7 +1688,7 @@ interface PaginationStatusSlotProps {
|
|
|
1237
1688
|
};
|
|
1238
1689
|
}
|
|
1239
1690
|
declare const _default$16: typeof __VLS_export$9;
|
|
1240
|
-
declare const __VLS_export$9: __VLS_WithSlots$3<
|
|
1691
|
+
declare const __VLS_export$9: __VLS_WithSlots$3<vue379.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1241
1692
|
default: (props: PaginationStatusSlotProps) => any;
|
|
1242
1693
|
}>;
|
|
1243
1694
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -1300,7 +1751,7 @@ declare const Pagination: {
|
|
|
1300
1751
|
as?: (DOMElement | null) | undefined;
|
|
1301
1752
|
renderless?: boolean | undefined;
|
|
1302
1753
|
modelValue?: number | undefined;
|
|
1303
|
-
} &
|
|
1754
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
1304
1755
|
__VLS_PROPS_FALLBACK: infer P;
|
|
1305
1756
|
} ? P : {});
|
|
1306
1757
|
expose: (exposed: {}) => void;
|
|
@@ -1309,7 +1760,7 @@ declare const Pagination: {
|
|
|
1309
1760
|
default: (props: PaginationRootSlotProps) => any;
|
|
1310
1761
|
};
|
|
1311
1762
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
1312
|
-
}>) =>
|
|
1763
|
+
}>) => vue379.VNode & {
|
|
1313
1764
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1314
1765
|
};
|
|
1315
1766
|
/**
|
|
@@ -1334,7 +1785,7 @@ declare const Pagination: {
|
|
|
1334
1785
|
* ```
|
|
1335
1786
|
*/
|
|
1336
1787
|
Item: {
|
|
1337
|
-
new (...args: any[]):
|
|
1788
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1338
1789
|
P: {};
|
|
1339
1790
|
B: {};
|
|
1340
1791
|
D: {};
|
|
@@ -1345,7 +1796,7 @@ declare const Pagination: {
|
|
|
1345
1796
|
__isFragment?: never;
|
|
1346
1797
|
__isTeleport?: never;
|
|
1347
1798
|
__isSuspense?: never;
|
|
1348
|
-
} &
|
|
1799
|
+
} & vue379.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1349
1800
|
$slots: {
|
|
1350
1801
|
default: (props: PaginationItemSlotProps) => any;
|
|
1351
1802
|
};
|
|
@@ -1378,7 +1829,7 @@ declare const Pagination: {
|
|
|
1378
1829
|
* ```
|
|
1379
1830
|
*/
|
|
1380
1831
|
First: {
|
|
1381
|
-
new (...args: any[]):
|
|
1832
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1382
1833
|
P: {};
|
|
1383
1834
|
B: {};
|
|
1384
1835
|
D: {};
|
|
@@ -1389,7 +1840,7 @@ declare const Pagination: {
|
|
|
1389
1840
|
__isFragment?: never;
|
|
1390
1841
|
__isTeleport?: never;
|
|
1391
1842
|
__isSuspense?: never;
|
|
1392
|
-
} &
|
|
1843
|
+
} & vue379.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1393
1844
|
$slots: {
|
|
1394
1845
|
default: (props: PaginationFirstSlotProps) => any;
|
|
1395
1846
|
};
|
|
@@ -1422,7 +1873,7 @@ declare const Pagination: {
|
|
|
1422
1873
|
* ```
|
|
1423
1874
|
*/
|
|
1424
1875
|
Prev: {
|
|
1425
|
-
new (...args: any[]):
|
|
1876
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1426
1877
|
P: {};
|
|
1427
1878
|
B: {};
|
|
1428
1879
|
D: {};
|
|
@@ -1433,7 +1884,7 @@ declare const Pagination: {
|
|
|
1433
1884
|
__isFragment?: never;
|
|
1434
1885
|
__isTeleport?: never;
|
|
1435
1886
|
__isSuspense?: never;
|
|
1436
|
-
} &
|
|
1887
|
+
} & vue379.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1437
1888
|
$slots: {
|
|
1438
1889
|
default: (props: PaginationPrevSlotProps) => any;
|
|
1439
1890
|
};
|
|
@@ -1461,7 +1912,7 @@ declare const Pagination: {
|
|
|
1461
1912
|
* ```
|
|
1462
1913
|
*/
|
|
1463
1914
|
Ellipsis: {
|
|
1464
|
-
new (...args: any[]):
|
|
1915
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1465
1916
|
P: {};
|
|
1466
1917
|
B: {};
|
|
1467
1918
|
D: {};
|
|
@@ -1472,7 +1923,7 @@ declare const Pagination: {
|
|
|
1472
1923
|
__isFragment?: never;
|
|
1473
1924
|
__isTeleport?: never;
|
|
1474
1925
|
__isSuspense?: never;
|
|
1475
|
-
} &
|
|
1926
|
+
} & vue379.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1476
1927
|
$slots: {
|
|
1477
1928
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
1478
1929
|
};
|
|
@@ -1505,7 +1956,7 @@ declare const Pagination: {
|
|
|
1505
1956
|
* ```
|
|
1506
1957
|
*/
|
|
1507
1958
|
Next: {
|
|
1508
|
-
new (...args: any[]):
|
|
1959
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1509
1960
|
P: {};
|
|
1510
1961
|
B: {};
|
|
1511
1962
|
D: {};
|
|
@@ -1516,7 +1967,7 @@ declare const Pagination: {
|
|
|
1516
1967
|
__isFragment?: never;
|
|
1517
1968
|
__isTeleport?: never;
|
|
1518
1969
|
__isSuspense?: never;
|
|
1519
|
-
} &
|
|
1970
|
+
} & vue379.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1520
1971
|
$slots: {
|
|
1521
1972
|
default: (props: PaginationNextSlotProps) => any;
|
|
1522
1973
|
};
|
|
@@ -1549,7 +2000,7 @@ declare const Pagination: {
|
|
|
1549
2000
|
* ```
|
|
1550
2001
|
*/
|
|
1551
2002
|
Last: {
|
|
1552
|
-
new (...args: any[]):
|
|
2003
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1553
2004
|
P: {};
|
|
1554
2005
|
B: {};
|
|
1555
2006
|
D: {};
|
|
@@ -1560,7 +2011,7 @@ declare const Pagination: {
|
|
|
1560
2011
|
__isFragment?: never;
|
|
1561
2012
|
__isTeleport?: never;
|
|
1562
2013
|
__isSuspense?: never;
|
|
1563
|
-
} &
|
|
2014
|
+
} & vue379.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1564
2015
|
$slots: {
|
|
1565
2016
|
default: (props: PaginationLastSlotProps) => any;
|
|
1566
2017
|
};
|
|
@@ -1586,7 +2037,7 @@ declare const Pagination: {
|
|
|
1586
2037
|
* ```
|
|
1587
2038
|
*/
|
|
1588
2039
|
Status: {
|
|
1589
|
-
new (...args: any[]):
|
|
2040
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1590
2041
|
P: {};
|
|
1591
2042
|
B: {};
|
|
1592
2043
|
D: {};
|
|
@@ -1597,7 +2048,7 @@ declare const Pagination: {
|
|
|
1597
2048
|
__isFragment?: never;
|
|
1598
2049
|
__isTeleport?: never;
|
|
1599
2050
|
__isSuspense?: never;
|
|
1600
|
-
} &
|
|
2051
|
+
} & vue379.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1601
2052
|
$slots: {
|
|
1602
2053
|
default: (props: PaginationStatusSlotProps) => any;
|
|
1603
2054
|
};
|
|
@@ -1622,17 +2073,17 @@ interface PopoverRootSlotProps {
|
|
|
1622
2073
|
/** Toggle the popover open/closed state */
|
|
1623
2074
|
toggle: () => void;
|
|
1624
2075
|
}
|
|
1625
|
-
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?:
|
|
2076
|
+
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue379.App) => PopoverContext;
|
|
1626
2077
|
declare const _default$8: typeof __VLS_export$8;
|
|
1627
|
-
declare const __VLS_export$8: __VLS_WithSlots$2<
|
|
2078
|
+
declare const __VLS_export$8: __VLS_WithSlots$2<vue379.DefineComponent<PopoverRootProps & {
|
|
1628
2079
|
modelValue?: boolean;
|
|
1629
|
-
}, {}, {}, {}, {},
|
|
2080
|
+
}, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
1630
2081
|
"update:modelValue": (value: boolean) => any;
|
|
1631
|
-
}, string,
|
|
2082
|
+
}, string, vue379.PublicProps, Readonly<PopoverRootProps & {
|
|
1632
2083
|
modelValue?: boolean;
|
|
1633
2084
|
}> & Readonly<{
|
|
1634
2085
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1635
|
-
}>, {}, {}, {}, {}, string,
|
|
2086
|
+
}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1636
2087
|
default: (props: PopoverRootSlotProps) => any;
|
|
1637
2088
|
}>;
|
|
1638
2089
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -1641,12 +2092,12 @@ type __VLS_WithSlots$2<T, S> = T & {
|
|
|
1641
2092
|
};
|
|
1642
2093
|
};
|
|
1643
2094
|
//#endregion
|
|
1644
|
-
//#region src/components/Popover/
|
|
1645
|
-
interface
|
|
2095
|
+
//#region src/components/Popover/PopoverActivator.vue.d.ts
|
|
2096
|
+
interface PopoverActivatorProps extends AtomProps {
|
|
1646
2097
|
/** Target popover ID (defaults to parent PopoverRoot id) */
|
|
1647
2098
|
target?: string;
|
|
1648
2099
|
}
|
|
1649
|
-
interface
|
|
2100
|
+
interface PopoverActivatorSlotProps {
|
|
1650
2101
|
/** Whether the popover is currently open */
|
|
1651
2102
|
isOpen: boolean;
|
|
1652
2103
|
/** Attributes to bind to the anchor element */
|
|
@@ -1657,8 +2108,8 @@ interface PopoverAnchorSlotProps {
|
|
|
1657
2108
|
};
|
|
1658
2109
|
}
|
|
1659
2110
|
declare const _default$6: typeof __VLS_export$7;
|
|
1660
|
-
declare const __VLS_export$7: __VLS_WithSlots$1<
|
|
1661
|
-
default: (props:
|
|
2111
|
+
declare const __VLS_export$7: __VLS_WithSlots$1<vue379.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
2112
|
+
default: (props: PopoverActivatorSlotProps) => any;
|
|
1662
2113
|
}>;
|
|
1663
2114
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
1664
2115
|
new (): {
|
|
@@ -1688,11 +2139,11 @@ interface PopoverContentSlotProps {
|
|
|
1688
2139
|
};
|
|
1689
2140
|
}
|
|
1690
2141
|
declare const _default$7: typeof __VLS_export$6;
|
|
1691
|
-
declare const __VLS_export$6: __VLS_WithSlots<
|
|
2142
|
+
declare const __VLS_export$6: __VLS_WithSlots<vue379.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
1692
2143
|
beforetoggle: (e: ToggleEvent) => any;
|
|
1693
|
-
}, string,
|
|
2144
|
+
}, string, vue379.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
1694
2145
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
1695
|
-
}>, {}, {}, {}, {}, string,
|
|
2146
|
+
}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1696
2147
|
default: (props: PopoverContentSlotProps) => any;
|
|
1697
2148
|
}>;
|
|
1698
2149
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1721,9 +2172,9 @@ declare const Popover: {
|
|
|
1721
2172
|
*
|
|
1722
2173
|
* <template>
|
|
1723
2174
|
* <Popover.Root>
|
|
1724
|
-
* <Popover.
|
|
2175
|
+
* <Popover.Activator>
|
|
1725
2176
|
* Click to toggle
|
|
1726
|
-
* </Popover.
|
|
2177
|
+
* </Popover.Activator>
|
|
1727
2178
|
*
|
|
1728
2179
|
* <Popover.Content>
|
|
1729
2180
|
* Popover content goes here.
|
|
@@ -1733,13 +2184,13 @@ declare const Popover: {
|
|
|
1733
2184
|
* ```
|
|
1734
2185
|
*/
|
|
1735
2186
|
Root: {
|
|
1736
|
-
new (...args: any[]):
|
|
2187
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
1737
2188
|
modelValue?: boolean;
|
|
1738
2189
|
}> & Readonly<{
|
|
1739
2190
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1740
|
-
}>, {}, {}, {}, {},
|
|
2191
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
1741
2192
|
"update:modelValue": (value: boolean) => any;
|
|
1742
|
-
},
|
|
2193
|
+
}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1743
2194
|
P: {};
|
|
1744
2195
|
B: {};
|
|
1745
2196
|
D: {};
|
|
@@ -1754,21 +2205,21 @@ declare const Popover: {
|
|
|
1754
2205
|
__isFragment?: never;
|
|
1755
2206
|
__isTeleport?: never;
|
|
1756
2207
|
__isSuspense?: never;
|
|
1757
|
-
} &
|
|
2208
|
+
} & vue379.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
1758
2209
|
modelValue?: boolean;
|
|
1759
2210
|
}> & Readonly<{
|
|
1760
2211
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1761
|
-
}>, {}, {}, {}, {},
|
|
2212
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
1762
2213
|
"update:modelValue": (value: boolean) => any;
|
|
1763
|
-
}, string, {}, {}, string, {},
|
|
2214
|
+
}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1764
2215
|
$slots: {
|
|
1765
2216
|
default: (props: PopoverRootSlotProps) => any;
|
|
1766
2217
|
};
|
|
1767
2218
|
});
|
|
1768
2219
|
/**
|
|
1769
|
-
*
|
|
2220
|
+
* Activator component that opens the popover.
|
|
1770
2221
|
*
|
|
1771
|
-
* @see https://0.vuetifyjs.com/components/popover#
|
|
2222
|
+
* @see https://0.vuetifyjs.com/components/popover#popoveractivator
|
|
1772
2223
|
*
|
|
1773
2224
|
* @example
|
|
1774
2225
|
* ```vue
|
|
@@ -1777,27 +2228,27 @@ declare const Popover: {
|
|
|
1777
2228
|
* </script>
|
|
1778
2229
|
*
|
|
1779
2230
|
* <template>
|
|
1780
|
-
* <Popover.
|
|
2231
|
+
* <Popover.Activator>
|
|
1781
2232
|
* Click to toggle
|
|
1782
|
-
* </Popover.
|
|
2233
|
+
* </Popover.Activator>
|
|
1783
2234
|
* </template>
|
|
1784
2235
|
* ```
|
|
1785
2236
|
*/
|
|
1786
|
-
|
|
1787
|
-
new (...args: any[]):
|
|
2237
|
+
Activator: {
|
|
2238
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1788
2239
|
P: {};
|
|
1789
2240
|
B: {};
|
|
1790
2241
|
D: {};
|
|
1791
2242
|
C: {};
|
|
1792
2243
|
M: {};
|
|
1793
2244
|
Defaults: {};
|
|
1794
|
-
}, Readonly<
|
|
2245
|
+
}, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1795
2246
|
__isFragment?: never;
|
|
1796
2247
|
__isTeleport?: never;
|
|
1797
2248
|
__isSuspense?: never;
|
|
1798
|
-
} &
|
|
2249
|
+
} & vue379.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1799
2250
|
$slots: {
|
|
1800
|
-
default: (props:
|
|
2251
|
+
default: (props: PopoverActivatorSlotProps) => any;
|
|
1801
2252
|
};
|
|
1802
2253
|
});
|
|
1803
2254
|
/**
|
|
@@ -1819,11 +2270,11 @@ declare const Popover: {
|
|
|
1819
2270
|
* ```
|
|
1820
2271
|
*/
|
|
1821
2272
|
Content: {
|
|
1822
|
-
new (...args: any[]):
|
|
2273
|
+
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
1823
2274
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
1824
|
-
}>, {}, {}, {}, {},
|
|
2275
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
1825
2276
|
beforetoggle: (e: ToggleEvent) => any;
|
|
1826
|
-
},
|
|
2277
|
+
}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
1827
2278
|
P: {};
|
|
1828
2279
|
B: {};
|
|
1829
2280
|
D: {};
|
|
@@ -1836,11 +2287,11 @@ declare const Popover: {
|
|
|
1836
2287
|
__isFragment?: never;
|
|
1837
2288
|
__isTeleport?: never;
|
|
1838
2289
|
__isSuspense?: never;
|
|
1839
|
-
} &
|
|
2290
|
+
} & vue379.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
1840
2291
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
1841
|
-
}>, {}, {}, {}, {},
|
|
2292
|
+
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
1842
2293
|
beforetoggle: (e: ToggleEvent) => any;
|
|
1843
|
-
}, string, {}, {}, string, {},
|
|
2294
|
+
}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
1844
2295
|
$slots: {
|
|
1845
2296
|
default: (props: PopoverContentSlotProps) => any;
|
|
1846
2297
|
};
|
|
@@ -1881,15 +2332,15 @@ interface SelectionRootSlotProps {
|
|
|
1881
2332
|
'aria-multiselectable': boolean;
|
|
1882
2333
|
};
|
|
1883
2334
|
}
|
|
1884
|
-
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?:
|
|
2335
|
+
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue379.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
1885
2336
|
declare const _default$5: typeof __VLS_export$5;
|
|
1886
2337
|
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<{
|
|
1887
2338
|
props: __VLS_PrettifyLocal$5<(SelectionRootProps & {
|
|
1888
2339
|
modelValue?: T | T[];
|
|
1889
2340
|
}) & {
|
|
1890
|
-
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1891
2341
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1892
|
-
|
|
2342
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2343
|
+
}> & vue379.PublicProps & (typeof globalThis extends {
|
|
1893
2344
|
__VLS_PROPS_FALLBACK: infer P;
|
|
1894
2345
|
} ? P : {});
|
|
1895
2346
|
expose: (exposed: {}) => void;
|
|
@@ -1898,7 +2349,7 @@ declare const __VLS_export$5: <T = unknown>(__VLS_props: NonNullable<Awaited<typ
|
|
|
1898
2349
|
default: (props: SelectionRootSlotProps) => any;
|
|
1899
2350
|
};
|
|
1900
2351
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1901
|
-
}>) =>
|
|
2352
|
+
}>) => vue379.VNode & {
|
|
1902
2353
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1903
2354
|
};
|
|
1904
2355
|
type __VLS_PrettifyLocal$5<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -1943,7 +2394,7 @@ interface SelectionItemSlotProps<V = unknown> {
|
|
|
1943
2394
|
}
|
|
1944
2395
|
declare const _default$4: typeof __VLS_export$4;
|
|
1945
2396
|
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<{
|
|
1946
|
-
props: __VLS_PrettifyLocal$4<SelectionItemProps<V>> &
|
|
2397
|
+
props: __VLS_PrettifyLocal$4<SelectionItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
1947
2398
|
__VLS_PROPS_FALLBACK: infer P;
|
|
1948
2399
|
} ? P : {});
|
|
1949
2400
|
expose: (exposed: {}) => void;
|
|
@@ -1952,7 +2403,7 @@ declare const __VLS_export$4: <V = unknown>(__VLS_props: NonNullable<Awaited<typ
|
|
|
1952
2403
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
1953
2404
|
};
|
|
1954
2405
|
emit: {};
|
|
1955
|
-
}>) =>
|
|
2406
|
+
}>) => vue379.VNode & {
|
|
1956
2407
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1957
2408
|
};
|
|
1958
2409
|
type __VLS_PrettifyLocal$4<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -2002,9 +2453,9 @@ declare const Selection: {
|
|
|
2002
2453
|
mandatory?: boolean | "force" | undefined;
|
|
2003
2454
|
multiple?: boolean | undefined;
|
|
2004
2455
|
modelValue?: (T | T[]) | undefined;
|
|
2005
|
-
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2006
2456
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2007
|
-
|
|
2457
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2458
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
2008
2459
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2009
2460
|
} ? P : {});
|
|
2010
2461
|
expose: (exposed: {}) => void;
|
|
@@ -2013,7 +2464,7 @@ declare const Selection: {
|
|
|
2013
2464
|
default: (props: SelectionRootSlotProps) => any;
|
|
2014
2465
|
};
|
|
2015
2466
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2016
|
-
}>) =>
|
|
2467
|
+
}>) => vue379.VNode & {
|
|
2017
2468
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2018
2469
|
};
|
|
2019
2470
|
/**
|
|
@@ -2045,9 +2496,9 @@ declare const Selection: {
|
|
|
2045
2496
|
id?: string | undefined;
|
|
2046
2497
|
label?: string | undefined;
|
|
2047
2498
|
value?: V | undefined;
|
|
2048
|
-
disabled?:
|
|
2499
|
+
disabled?: vue379.MaybeRef<boolean> | undefined;
|
|
2049
2500
|
namespace?: string | undefined;
|
|
2050
|
-
} &
|
|
2501
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
2051
2502
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2052
2503
|
} ? P : {});
|
|
2053
2504
|
expose: (exposed: {}) => void;
|
|
@@ -2056,7 +2507,7 @@ declare const Selection: {
|
|
|
2056
2507
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
2057
2508
|
};
|
|
2058
2509
|
emit: {};
|
|
2059
|
-
}>) =>
|
|
2510
|
+
}>) => vue379.VNode & {
|
|
2060
2511
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2061
2512
|
};
|
|
2062
2513
|
};
|
|
@@ -2091,14 +2542,14 @@ interface SingleRootSlotProps {
|
|
|
2091
2542
|
'aria-multiselectable': false;
|
|
2092
2543
|
};
|
|
2093
2544
|
}
|
|
2094
|
-
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?:
|
|
2545
|
+
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?: vue379.App) => SingleContext<SingleTicket<unknown>>;
|
|
2095
2546
|
declare const _default$3: typeof __VLS_export$3;
|
|
2096
2547
|
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<{
|
|
2097
2548
|
props: __VLS_PrettifyLocal$3<(SingleRootProps & {
|
|
2098
2549
|
modelValue?: T | T[];
|
|
2099
2550
|
}) & {
|
|
2100
2551
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2101
|
-
}> &
|
|
2552
|
+
}> & vue379.PublicProps & (typeof globalThis extends {
|
|
2102
2553
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2103
2554
|
} ? P : {});
|
|
2104
2555
|
expose: (exposed: {}) => void;
|
|
@@ -2107,7 +2558,7 @@ declare const __VLS_export$3: <T = unknown>(__VLS_props: NonNullable<Awaited<typ
|
|
|
2107
2558
|
default: (props: SingleRootSlotProps) => any;
|
|
2108
2559
|
};
|
|
2109
2560
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2110
|
-
}>) =>
|
|
2561
|
+
}>) => vue379.VNode & {
|
|
2111
2562
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2112
2563
|
};
|
|
2113
2564
|
type __VLS_PrettifyLocal$3<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -2152,7 +2603,7 @@ interface SingleItemSlotProps<V = unknown> {
|
|
|
2152
2603
|
}
|
|
2153
2604
|
declare const _default$2: typeof __VLS_export$2;
|
|
2154
2605
|
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<{
|
|
2155
|
-
props: __VLS_PrettifyLocal$2<SingleItemProps<V>> &
|
|
2606
|
+
props: __VLS_PrettifyLocal$2<SingleItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
2156
2607
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2157
2608
|
} ? P : {});
|
|
2158
2609
|
expose: (exposed: {}) => void;
|
|
@@ -2161,7 +2612,7 @@ declare const __VLS_export$2: <V = unknown>(__VLS_props: NonNullable<Awaited<typ
|
|
|
2161
2612
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
2162
2613
|
};
|
|
2163
2614
|
emit: {};
|
|
2164
|
-
}>) =>
|
|
2615
|
+
}>) => vue379.VNode & {
|
|
2165
2616
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2166
2617
|
};
|
|
2167
2618
|
type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -2211,7 +2662,7 @@ declare const Single: {
|
|
|
2211
2662
|
mandatory?: boolean | "force" | undefined;
|
|
2212
2663
|
modelValue?: (T | T[]) | undefined;
|
|
2213
2664
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2214
|
-
} &
|
|
2665
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
2215
2666
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2216
2667
|
} ? P : {});
|
|
2217
2668
|
expose: (exposed: {}) => void;
|
|
@@ -2220,7 +2671,7 @@ declare const Single: {
|
|
|
2220
2671
|
default: (props: SingleRootSlotProps) => any;
|
|
2221
2672
|
};
|
|
2222
2673
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2223
|
-
}>) =>
|
|
2674
|
+
}>) => vue379.VNode & {
|
|
2224
2675
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2225
2676
|
};
|
|
2226
2677
|
/**
|
|
@@ -2254,9 +2705,9 @@ declare const Single: {
|
|
|
2254
2705
|
id?: string | undefined;
|
|
2255
2706
|
label?: string | undefined;
|
|
2256
2707
|
value?: V | undefined;
|
|
2257
|
-
disabled?:
|
|
2708
|
+
disabled?: vue379.MaybeRef<boolean> | undefined;
|
|
2258
2709
|
namespace?: string | undefined;
|
|
2259
|
-
} &
|
|
2710
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
2260
2711
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2261
2712
|
} ? P : {});
|
|
2262
2713
|
expose: (exposed: {}) => void;
|
|
@@ -2265,7 +2716,7 @@ declare const Single: {
|
|
|
2265
2716
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
2266
2717
|
};
|
|
2267
2718
|
emit: {};
|
|
2268
|
-
}>) =>
|
|
2719
|
+
}>) => vue379.VNode & {
|
|
2269
2720
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2270
2721
|
};
|
|
2271
2722
|
};
|
|
@@ -2310,14 +2761,14 @@ interface StepRootSlotProps {
|
|
|
2310
2761
|
'aria-multiselectable': false;
|
|
2311
2762
|
};
|
|
2312
2763
|
}
|
|
2313
|
-
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?:
|
|
2764
|
+
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?: vue379.App) => StepContext<StepTicket<unknown>>;
|
|
2314
2765
|
declare const _default$1: typeof __VLS_export$1;
|
|
2315
2766
|
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<{
|
|
2316
2767
|
props: __VLS_PrettifyLocal$1<(StepRootProps & {
|
|
2317
2768
|
modelValue?: T | T[];
|
|
2318
2769
|
}) & {
|
|
2319
2770
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2320
|
-
}> &
|
|
2771
|
+
}> & vue379.PublicProps & (typeof globalThis extends {
|
|
2321
2772
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2322
2773
|
} ? P : {});
|
|
2323
2774
|
expose: (exposed: {}) => void;
|
|
@@ -2326,7 +2777,7 @@ declare const __VLS_export$1: <T = unknown>(__VLS_props: NonNullable<Awaited<typ
|
|
|
2326
2777
|
default: (props: StepRootSlotProps) => any;
|
|
2327
2778
|
};
|
|
2328
2779
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2329
|
-
}>) =>
|
|
2780
|
+
}>) => vue379.VNode & {
|
|
2330
2781
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2331
2782
|
};
|
|
2332
2783
|
type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -2371,7 +2822,7 @@ interface StepItemSlotProps<V = unknown> {
|
|
|
2371
2822
|
}
|
|
2372
2823
|
declare const _default: typeof __VLS_export;
|
|
2373
2824
|
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<{
|
|
2374
|
-
props: __VLS_PrettifyLocal<StepItemProps<V>> &
|
|
2825
|
+
props: __VLS_PrettifyLocal<StepItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
2375
2826
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2376
2827
|
} ? P : {});
|
|
2377
2828
|
expose: (exposed: {}) => void;
|
|
@@ -2380,7 +2831,7 @@ declare const __VLS_export: <V = unknown>(__VLS_props: NonNullable<Awaited<typeo
|
|
|
2380
2831
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
2381
2832
|
};
|
|
2382
2833
|
emit: {};
|
|
2383
|
-
}>) =>
|
|
2834
|
+
}>) => vue379.VNode & {
|
|
2384
2835
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2385
2836
|
};
|
|
2386
2837
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -2428,7 +2879,7 @@ declare const Step: {
|
|
|
2428
2879
|
mandatory?: boolean | "force" | undefined;
|
|
2429
2880
|
modelValue?: (T | T[]) | undefined;
|
|
2430
2881
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2431
|
-
} &
|
|
2882
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
2432
2883
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2433
2884
|
} ? P : {});
|
|
2434
2885
|
expose: (exposed: {}) => void;
|
|
@@ -2437,7 +2888,7 @@ declare const Step: {
|
|
|
2437
2888
|
default: (props: StepRootSlotProps) => any;
|
|
2438
2889
|
};
|
|
2439
2890
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2440
|
-
}>) =>
|
|
2891
|
+
}>) => vue379.VNode & {
|
|
2441
2892
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2442
2893
|
};
|
|
2443
2894
|
/**
|
|
@@ -2469,9 +2920,9 @@ declare const Step: {
|
|
|
2469
2920
|
id?: string | undefined;
|
|
2470
2921
|
label?: string | undefined;
|
|
2471
2922
|
value?: V | undefined;
|
|
2472
|
-
disabled?:
|
|
2923
|
+
disabled?: vue379.MaybeRef<boolean> | undefined;
|
|
2473
2924
|
namespace?: string | undefined;
|
|
2474
|
-
} &
|
|
2925
|
+
} & vue379.PublicProps & (typeof globalThis extends {
|
|
2475
2926
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2476
2927
|
} ? P : {});
|
|
2477
2928
|
expose: (exposed: {}) => void;
|
|
@@ -2480,9 +2931,9 @@ declare const Step: {
|
|
|
2480
2931
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
2481
2932
|
};
|
|
2482
2933
|
emit: {};
|
|
2483
|
-
}>) =>
|
|
2934
|
+
}>) => vue379.VNode & {
|
|
2484
2935
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2485
2936
|
};
|
|
2486
2937
|
};
|
|
2487
2938
|
//#endregion
|
|
2488
|
-
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,
|
|
2939
|
+
export { PaginationEllipsisSlotProps as $, _default$24 as $t, PopoverContentProps as A, _default$32 as An, ExpansionPanelContentSlotProps as At, providePopoverContext as B, ExpansionPanelItemSlotProps as Bt, SelectionRootProps as C, AvatarImageEmits as Cn, GroupRootProps as Ct, useSelectionRoot as D, AvatarContext as Dn, useGroupRoot as Dt, provideSelectionRoot as E, _default$31 as En, provideGroupRoot as Et, _default$6 as F, AtomSlots as Fn, ExpansionPanelHeaderProps as Ft, _default$16 as G, ExpansionPanelRootProps as Gt, Pagination as H, provideExpansionPanelItem as Ht, PopoverContext as I, _default$33 as In, 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, useAvatarRoot as Mn, ExpansionPanelActivatorProps as Mt, PopoverActivatorProps as N, AtomExpose as Nn, ExpansionPanelActivatorSlotProps as Nt, Popover as O, AvatarRootProps as On, ExpansionPanel as Ot, PopoverActivatorSlotProps as P, AtomProps as Pn, _default$19 as Pt, PaginationEllipsisProps as Q, DialogCloseSlotProps as Qt, PopoverRootSlotProps as R, ExpansionPanelItemContext as Rt, _default$4 as S, _default$30 as Sn, _default$17 as St, _default$5 as T, AvatarImageSlotProps as Tn, _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, Dialog as Xt, PaginationNextProps as Y, useExpansionPanelRoot as Yt, _default$13 as Z, DialogCloseProps as Zt, provideSingleRoot as _, provideDialogContext as _n, usePaginationItems as _t, StepRootProps as a, _default$28 as an, PaginationFirstSlotProps as at, SelectionItemProps as b, AvatarFallbackProps as bn, GroupItemProps as bt, provideStepRoot as c, DialogContentSlotProps as cn, PaginationItemSlotProps as ct, SingleItemProps as d, DialogActivatorSlotProps as dn, PaginationRootSlotProps as dt, DialogDescriptionProps as en, _default$9 as et, SingleItemSlotProps as f, _default$29 as fn, _default$15 as ft, _default$3 as g, _default$27 as gn, usePaginationControls as gt, SingleRootSlotProps as h, DialogRootSlotProps as hn, providePaginationRoot as ht, _default as i, DialogTitleSlotProps as in, PaginationFirstProps as it, PopoverContentSlotProps as j, provideAvatarContext as jn, _default$20 as jt, PopoverContentEmits as k, AvatarTicket as kn, ExpansionPanelContentProps as kt, useStepRoot as l, _default$25 as ln, _default$11 as lt, SingleRootProps as m, DialogRootProps as mn, providePaginationItems as mt, StepItemProps as n, _default$26 as nn, PaginationPrevSlotProps as nt, StepRootSlotProps as o, DialogContentEmits as on, _default$10 as ot, _default$2 as p, DialogContext as pn, providePaginationControls as pt, PaginationLastSlotProps as q, _default$23 as qt, StepItemSlotProps as r, DialogTitleProps as rn, _default$14 as rt, _default$1 as s, DialogContentProps as sn, PaginationItemProps as st, Step as t, DialogDescriptionSlotProps as tn, PaginationPrevProps as tt, Single as u, DialogActivatorProps as un, PaginationRootProps as ut, useSingleRoot as v, useDialogContext as vn, usePaginationRoot as vt, SelectionRootSlotProps as w, AvatarImageProps as wn, GroupRootSlotProps as wt, SelectionItemSlotProps as x, AvatarFallbackSlotProps as xn, GroupItemSlotProps as xt, Selection as y, Avatar as yn, Group as yt, _default$8 as z, ExpansionPanelItemProps as zt };
|