@vuetify/v0 0.0.18 → 0.0.21
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 +128 -47
- package/dist/browser/index.js +1645 -1128
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.mjs +4 -4
- package/dist/{components-DRdenC8b.mjs → components-BomyjmT3.mjs} +24 -3
- package/dist/composables/index.d.mts +4 -4
- package/dist/composables/index.mjs +5 -5
- package/dist/{composables-DG1MHp-R.mjs → composables-CbAPZabd.mjs} +276 -29
- package/dist/constants/index.mjs +1 -1
- package/dist/{globals-BGVqrlN7.mjs → globals-C3JrEDXZ.mjs} +2 -1
- package/dist/index-4jSy8KIt.d.mts +73 -0
- package/dist/{index-oQuVnpOj.d.mts → index-B0QJdwz9.d.mts} +254 -208
- package/dist/index-CxeZr8jO.d.mts +270 -0
- package/dist/{index-DaX9-kmY.d.mts → index-MLb3LH9a.d.mts} +9 -7
- package/dist/{index-CH7DpIK8.d.mts → index-OU0IRbIS.d.mts} +127 -10
- package/dist/index.d.mts +6 -6
- package/dist/index.mjs +6 -6
- package/dist/types/index.d.mts +1 -1
- package/dist/{useStep-DC_JvZpy.mjs → useStep-CfgBbrJB.mjs} +1088 -1070
- package/dist/utilities/index.d.mts +2 -2
- package/dist/utilities/index.mjs +1 -1
- package/dist/utilities-CjDz-Xvn.mjs +369 -0
- package/package.json +3 -21
- package/dist/index-B-jVvwsm.d.mts +0 -71
- package/dist/index-C5LQZd3v.d.mts +0 -11
- package/dist/utilities-JxCe-nF2.mjs +0 -139
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { i as ID, t as DOMElement } from "./index-
|
|
2
|
-
import { I as RegistryContext, M as SelectionTicket, S as GroupContext, T as GroupTicket, c as SingleContext, d as SingleTicket, h as PaginationContext, i as StepTicket, k as SelectionContext, t as StepContext, v as PaginationTicket
|
|
3
|
-
import * as
|
|
1
|
+
import { i as ID, t as DOMElement } from "./index-4jSy8KIt.mjs";
|
|
2
|
+
import { B as RegistryTicket, I as RegistryContext, M as SelectionTicket, S as GroupContext, T as GroupTicket, c as SingleContext, d as SingleTicket, h as PaginationContext, i as StepTicket, k as SelectionContext, t as StepContext, v as PaginationTicket } from "./index-MLb3LH9a.mjs";
|
|
3
|
+
import * as vue370 from "vue";
|
|
4
4
|
import { MaybeRef, Ref, ShallowRef, TemplateRef } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Atom/Atom.vue.d.ts
|
|
@@ -39,17 +39,19 @@ interface AtomExpose {
|
|
|
39
39
|
element: TemplateRef<HTMLElement | null>;
|
|
40
40
|
}
|
|
41
41
|
interface AtomPrivateProps extends AtomProps {}
|
|
42
|
-
declare const
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
declare const _default$27: typeof __VLS_export$27;
|
|
43
|
+
declare const __VLS_export$27: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$11<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
44
|
+
props: __VLS_PrettifyLocal$11<AtomPrivateProps> & vue370.PublicProps & (typeof globalThis extends {
|
|
45
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
46
|
+
} ? P : {});
|
|
47
|
+
expose: (exposed: vue370.ShallowUnwrapRef<AtomExpose>) => void;
|
|
45
48
|
attrs: any;
|
|
46
49
|
slots: AtomSlots<T>;
|
|
47
50
|
emit: {};
|
|
48
|
-
}>) =>
|
|
51
|
+
}>) => vue370.VNode & {
|
|
49
52
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
50
53
|
};
|
|
51
|
-
|
|
52
|
-
type __VLS_PrettifyLocal$11<T> = { [K in keyof T as K]: T[K] } & {};
|
|
54
|
+
type __VLS_PrettifyLocal$11<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
53
55
|
//#endregion
|
|
54
56
|
//#region src/components/Avatar/AvatarRoot.vue.d.ts
|
|
55
57
|
interface AvatarRootProps extends AtomProps {
|
|
@@ -61,11 +63,11 @@ interface AvatarTicket extends SelectionTicket {
|
|
|
61
63
|
priority?: number;
|
|
62
64
|
}
|
|
63
65
|
interface AvatarContext extends SelectionContext<AvatarTicket> {}
|
|
64
|
-
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?:
|
|
65
|
-
declare const
|
|
66
|
+
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?: vue370.App) => AvatarContext;
|
|
67
|
+
declare const _default$26: typeof __VLS_export$26;
|
|
68
|
+
declare const __VLS_export$26: __VLS_WithSlots$15<vue370.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
66
69
|
default?: (props: {}) => any;
|
|
67
70
|
}>;
|
|
68
|
-
declare const _default$26: typeof __VLS_export$26;
|
|
69
71
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
70
72
|
new (): {
|
|
71
73
|
$slots: S;
|
|
@@ -96,16 +98,16 @@ interface AvatarImageSlotProps {
|
|
|
96
98
|
onError: (e: Event) => void;
|
|
97
99
|
};
|
|
98
100
|
}
|
|
99
|
-
declare const
|
|
100
|
-
|
|
101
|
+
declare const _default$25: typeof __VLS_export$25;
|
|
102
|
+
declare const __VLS_export$25: __VLS_WithSlots$14<vue370.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
101
103
|
error: (e: Event) => any;
|
|
102
|
-
|
|
103
|
-
|
|
104
|
+
load: (e: Event) => any;
|
|
105
|
+
}, string, vue370.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
104
106
|
onError?: ((e: Event) => any) | undefined;
|
|
105
|
-
|
|
107
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
108
|
+
}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
106
109
|
default: (props: AvatarImageSlotProps) => any;
|
|
107
110
|
}>;
|
|
108
|
-
declare const _default$25: typeof __VLS_export$25;
|
|
109
111
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
110
112
|
new (): {
|
|
111
113
|
$slots: S;
|
|
@@ -121,10 +123,10 @@ interface AvatarFallbackSlotProps {
|
|
|
121
123
|
/** Whether this fallback is currently visible */
|
|
122
124
|
isSelected: boolean;
|
|
123
125
|
}
|
|
124
|
-
declare const
|
|
126
|
+
declare const _default$24: typeof __VLS_export$24;
|
|
127
|
+
declare const __VLS_export$24: __VLS_WithSlots$13<vue370.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
125
128
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
126
129
|
}>;
|
|
127
|
-
declare const _default$24: typeof __VLS_export$24;
|
|
128
130
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
129
131
|
new (): {
|
|
130
132
|
$slots: S;
|
|
@@ -159,7 +161,7 @@ declare const Avatar: {
|
|
|
159
161
|
* ```
|
|
160
162
|
*/
|
|
161
163
|
Root: {
|
|
162
|
-
new (...args: any[]):
|
|
164
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
163
165
|
P: {};
|
|
164
166
|
B: {};
|
|
165
167
|
D: {};
|
|
@@ -170,7 +172,7 @@ declare const Avatar: {
|
|
|
170
172
|
__isFragment?: never;
|
|
171
173
|
__isTeleport?: never;
|
|
172
174
|
__isSuspense?: never;
|
|
173
|
-
} &
|
|
175
|
+
} & vue370.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
174
176
|
$slots: {
|
|
175
177
|
default?: (props: {}) => any;
|
|
176
178
|
};
|
|
@@ -192,13 +194,13 @@ declare const Avatar: {
|
|
|
192
194
|
* ```
|
|
193
195
|
*/
|
|
194
196
|
Image: {
|
|
195
|
-
new (...args: any[]):
|
|
196
|
-
onLoad?: ((e: Event) => any) | undefined;
|
|
197
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
197
198
|
onError?: ((e: Event) => any) | undefined;
|
|
198
|
-
|
|
199
|
-
|
|
199
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
200
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
200
201
|
error: (e: Event) => any;
|
|
201
|
-
|
|
202
|
+
load: (e: Event) => any;
|
|
203
|
+
}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
202
204
|
P: {};
|
|
203
205
|
B: {};
|
|
204
206
|
D: {};
|
|
@@ -206,19 +208,19 @@ declare const Avatar: {
|
|
|
206
208
|
M: {};
|
|
207
209
|
Defaults: {};
|
|
208
210
|
}, Readonly<AvatarImageProps> & Readonly<{
|
|
209
|
-
onLoad?: ((e: Event) => any) | undefined;
|
|
210
211
|
onError?: ((e: Event) => any) | undefined;
|
|
212
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
211
213
|
}>, {}, {}, {}, {}, {}>;
|
|
212
214
|
__isFragment?: never;
|
|
213
215
|
__isTeleport?: never;
|
|
214
216
|
__isSuspense?: never;
|
|
215
|
-
} &
|
|
216
|
-
onLoad?: ((e: Event) => any) | undefined;
|
|
217
|
+
} & vue370.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
217
218
|
onError?: ((e: Event) => any) | undefined;
|
|
218
|
-
|
|
219
|
-
|
|
219
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
220
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
220
221
|
error: (e: Event) => any;
|
|
221
|
-
|
|
222
|
+
load: (e: Event) => any;
|
|
223
|
+
}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
222
224
|
$slots: {
|
|
223
225
|
default: (props: AvatarImageSlotProps) => any;
|
|
224
226
|
};
|
|
@@ -242,7 +244,7 @@ declare const Avatar: {
|
|
|
242
244
|
* ```
|
|
243
245
|
*/
|
|
244
246
|
Fallback: {
|
|
245
|
-
new (...args: any[]):
|
|
247
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
246
248
|
P: {};
|
|
247
249
|
B: {};
|
|
248
250
|
D: {};
|
|
@@ -253,7 +255,7 @@ declare const Avatar: {
|
|
|
253
255
|
__isFragment?: never;
|
|
254
256
|
__isTeleport?: never;
|
|
255
257
|
__isSuspense?: never;
|
|
256
|
-
} &
|
|
258
|
+
} & vue370.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
257
259
|
$slots: {
|
|
258
260
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
259
261
|
};
|
|
@@ -297,24 +299,26 @@ interface ExpansionPanelRootSlotProps {
|
|
|
297
299
|
/** Toggle a panel's expansion state by ID */
|
|
298
300
|
toggle: (id: ID) => void;
|
|
299
301
|
}
|
|
300
|
-
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?:
|
|
301
|
-
declare const
|
|
302
|
+
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue370.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
303
|
+
declare const _default$23: typeof __VLS_export$23;
|
|
304
|
+
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<{
|
|
302
305
|
props: __VLS_PrettifyLocal$10<(ExpansionPanelRootProps & {
|
|
303
306
|
modelValue?: T | T[];
|
|
304
307
|
}) & {
|
|
305
308
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
306
|
-
}> &
|
|
309
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
310
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
311
|
+
} ? P : {});
|
|
307
312
|
expose: (exposed: {}) => void;
|
|
308
313
|
attrs: any;
|
|
309
314
|
slots: {
|
|
310
315
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
311
316
|
};
|
|
312
317
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
313
|
-
}>) =>
|
|
318
|
+
}>) => vue370.VNode & {
|
|
314
319
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
315
320
|
};
|
|
316
|
-
|
|
317
|
-
type __VLS_PrettifyLocal$10<T> = { [K in keyof T as K]: T[K] } & {};
|
|
321
|
+
type __VLS_PrettifyLocal$10<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
318
322
|
//#endregion
|
|
319
323
|
//#region src/components/ExpansionPanel/ExpansionPanelItem.vue.d.ts
|
|
320
324
|
interface ExpansionPanelItemProps<V = unknown> extends AtomProps {
|
|
@@ -355,20 +359,22 @@ interface ExpansionPanelItemSlotProps {
|
|
|
355
359
|
'data-selected': true | undefined;
|
|
356
360
|
};
|
|
357
361
|
}
|
|
358
|
-
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?:
|
|
359
|
-
declare const
|
|
360
|
-
|
|
362
|
+
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue370.App) => ExpansionPanelItemContext;
|
|
363
|
+
declare const _default$22: typeof __VLS_export$22;
|
|
364
|
+
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>> & vue370.PublicProps & (typeof globalThis extends {
|
|
366
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
367
|
+
} ? P : {});
|
|
361
368
|
expose: (exposed: {}) => void;
|
|
362
369
|
attrs: any;
|
|
363
370
|
slots: {
|
|
364
371
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
365
372
|
};
|
|
366
373
|
emit: {};
|
|
367
|
-
}>) =>
|
|
374
|
+
}>) => vue370.VNode & {
|
|
368
375
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
369
376
|
};
|
|
370
|
-
|
|
371
|
-
type __VLS_PrettifyLocal$9<T> = { [K in keyof T as K]: T[K] } & {};
|
|
377
|
+
type __VLS_PrettifyLocal$9<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
372
378
|
//#endregion
|
|
373
379
|
//#region src/components/ExpansionPanel/ExpansionPanelHeader.vue.d.ts
|
|
374
380
|
interface ExpansionPanelHeaderProps extends AtomProps {
|
|
@@ -384,10 +390,10 @@ interface ExpansionPanelHeaderSlotProps {
|
|
|
384
390
|
'data-selected': true | undefined;
|
|
385
391
|
};
|
|
386
392
|
}
|
|
387
|
-
declare const
|
|
393
|
+
declare const _default$21: typeof __VLS_export$21;
|
|
394
|
+
declare const __VLS_export$21: __VLS_WithSlots$12<vue370.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
388
395
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
389
396
|
}>;
|
|
390
|
-
declare const _default$21: typeof __VLS_export$21;
|
|
391
397
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
392
398
|
new (): {
|
|
393
399
|
$slots: S;
|
|
@@ -433,10 +439,10 @@ interface ExpansionPanelActivatorSlotProps {
|
|
|
433
439
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
434
440
|
};
|
|
435
441
|
}
|
|
436
|
-
declare const
|
|
442
|
+
declare const _default$19: typeof __VLS_export$20;
|
|
443
|
+
declare const __VLS_export$20: __VLS_WithSlots$11<vue370.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
437
444
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
438
445
|
}>;
|
|
439
|
-
declare const _default$19: typeof __VLS_export$20;
|
|
440
446
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
441
447
|
new (): {
|
|
442
448
|
$slots: S;
|
|
@@ -464,10 +470,10 @@ interface ExpansionPanelContentSlotProps {
|
|
|
464
470
|
'hidden': boolean;
|
|
465
471
|
};
|
|
466
472
|
}
|
|
467
|
-
declare const
|
|
473
|
+
declare const _default$20: typeof __VLS_export$19;
|
|
474
|
+
declare const __VLS_export$19: __VLS_WithSlots$10<vue370.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
468
475
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
469
476
|
}>;
|
|
470
|
-
declare const _default$20: typeof __VLS_export$19;
|
|
471
477
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
472
478
|
new (): {
|
|
473
479
|
$slots: S;
|
|
@@ -515,7 +521,7 @@ declare const ExpansionPanel: {
|
|
|
515
521
|
slots: {
|
|
516
522
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
517
523
|
};
|
|
518
|
-
},
|
|
524
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
519
525
|
props: {
|
|
520
526
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
521
527
|
namespace?: string | undefined;
|
|
@@ -526,14 +532,16 @@ declare const ExpansionPanel: {
|
|
|
526
532
|
as?: (DOMElement | null) | undefined;
|
|
527
533
|
renderless?: boolean | undefined;
|
|
528
534
|
modelValue?: (T | T[]) | undefined;
|
|
529
|
-
} &
|
|
535
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
536
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
537
|
+
} ? P : {});
|
|
530
538
|
expose: (exposed: {}) => void;
|
|
531
539
|
attrs: any;
|
|
532
540
|
slots: {
|
|
533
541
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
534
542
|
};
|
|
535
543
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
536
|
-
}>) =>
|
|
544
|
+
}>) => vue370.VNode & {
|
|
537
545
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
538
546
|
};
|
|
539
547
|
/**
|
|
@@ -568,22 +576,24 @@ declare const ExpansionPanel: {
|
|
|
568
576
|
slots: {
|
|
569
577
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
570
578
|
};
|
|
571
|
-
},
|
|
579
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
572
580
|
props: {
|
|
573
581
|
id?: string | undefined;
|
|
574
582
|
value?: V | undefined;
|
|
575
|
-
disabled?:
|
|
583
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
576
584
|
namespace?: string | undefined;
|
|
577
585
|
as?: (DOMElement | null) | undefined;
|
|
578
586
|
renderless?: boolean | undefined;
|
|
579
|
-
} &
|
|
587
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
588
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
589
|
+
} ? P : {});
|
|
580
590
|
expose: (exposed: {}) => void;
|
|
581
591
|
attrs: any;
|
|
582
592
|
slots: {
|
|
583
593
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
584
594
|
};
|
|
585
595
|
emit: {};
|
|
586
|
-
}>) =>
|
|
596
|
+
}>) => vue370.VNode & {
|
|
587
597
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
588
598
|
};
|
|
589
599
|
/**
|
|
@@ -607,7 +617,7 @@ declare const ExpansionPanel: {
|
|
|
607
617
|
* ```
|
|
608
618
|
*/
|
|
609
619
|
Header: {
|
|
610
|
-
new (...args: any[]):
|
|
620
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
611
621
|
P: {};
|
|
612
622
|
B: {};
|
|
613
623
|
D: {};
|
|
@@ -618,7 +628,7 @@ declare const ExpansionPanel: {
|
|
|
618
628
|
__isFragment?: never;
|
|
619
629
|
__isTeleport?: never;
|
|
620
630
|
__isSuspense?: never;
|
|
621
|
-
} &
|
|
631
|
+
} & vue370.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
622
632
|
$slots: {
|
|
623
633
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
624
634
|
};
|
|
@@ -642,7 +652,7 @@ declare const ExpansionPanel: {
|
|
|
642
652
|
* ```
|
|
643
653
|
*/
|
|
644
654
|
Activator: {
|
|
645
|
-
new (...args: any[]):
|
|
655
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
646
656
|
P: {};
|
|
647
657
|
B: {};
|
|
648
658
|
D: {};
|
|
@@ -653,7 +663,7 @@ declare const ExpansionPanel: {
|
|
|
653
663
|
__isFragment?: never;
|
|
654
664
|
__isTeleport?: never;
|
|
655
665
|
__isSuspense?: never;
|
|
656
|
-
} &
|
|
666
|
+
} & vue370.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
657
667
|
$slots: {
|
|
658
668
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
659
669
|
};
|
|
@@ -677,7 +687,7 @@ declare const ExpansionPanel: {
|
|
|
677
687
|
* ```
|
|
678
688
|
*/
|
|
679
689
|
Content: {
|
|
680
|
-
new (...args: any[]):
|
|
690
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
681
691
|
P: {};
|
|
682
692
|
B: {};
|
|
683
693
|
D: {};
|
|
@@ -688,7 +698,7 @@ declare const ExpansionPanel: {
|
|
|
688
698
|
__isFragment?: never;
|
|
689
699
|
__isTeleport?: never;
|
|
690
700
|
__isSuspense?: never;
|
|
691
|
-
} &
|
|
701
|
+
} & vue370.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
692
702
|
$slots: {
|
|
693
703
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
694
704
|
};
|
|
@@ -737,25 +747,27 @@ interface GroupRootSlotProps {
|
|
|
737
747
|
'aria-multiselectable': true;
|
|
738
748
|
};
|
|
739
749
|
}
|
|
740
|
-
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?:
|
|
741
|
-
declare const
|
|
750
|
+
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?: vue370.App) => GroupContext<GroupTicket<unknown>>;
|
|
751
|
+
declare const _default$18: typeof __VLS_export$18;
|
|
752
|
+
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<{
|
|
742
753
|
props: __VLS_PrettifyLocal$8<(GroupRootProps & {
|
|
743
754
|
modelValue?: T | T[];
|
|
744
755
|
}) & {
|
|
745
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
746
756
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
747
|
-
|
|
757
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
758
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
759
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
760
|
+
} ? P : {});
|
|
748
761
|
expose: (exposed: {}) => void;
|
|
749
762
|
attrs: any;
|
|
750
763
|
slots: {
|
|
751
764
|
default: (props: GroupRootSlotProps) => any;
|
|
752
765
|
};
|
|
753
766
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
754
|
-
}>) =>
|
|
767
|
+
}>) => vue370.VNode & {
|
|
755
768
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
756
769
|
};
|
|
757
|
-
|
|
758
|
-
type __VLS_PrettifyLocal$8<T> = { [K in keyof T as K]: T[K] } & {};
|
|
770
|
+
type __VLS_PrettifyLocal$8<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
759
771
|
//#endregion
|
|
760
772
|
//#region src/components/Group/GroupItem.vue.d.ts
|
|
761
773
|
interface GroupItemProps<V = unknown> {
|
|
@@ -805,19 +817,21 @@ interface GroupItemSlotProps<V = unknown> {
|
|
|
805
817
|
'data-mixed': true | undefined;
|
|
806
818
|
};
|
|
807
819
|
}
|
|
808
|
-
declare const
|
|
809
|
-
|
|
820
|
+
declare const _default$17: typeof __VLS_export$17;
|
|
821
|
+
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>> & vue370.PublicProps & (typeof globalThis extends {
|
|
823
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
824
|
+
} ? P : {});
|
|
810
825
|
expose: (exposed: {}) => void;
|
|
811
826
|
attrs: any;
|
|
812
827
|
slots: {
|
|
813
828
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
814
829
|
};
|
|
815
830
|
emit: {};
|
|
816
|
-
}>) =>
|
|
831
|
+
}>) => vue370.VNode & {
|
|
817
832
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
818
833
|
};
|
|
819
|
-
|
|
820
|
-
type __VLS_PrettifyLocal$7<T> = { [K in keyof T as K]: T[K] } & {};
|
|
834
|
+
type __VLS_PrettifyLocal$7<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
821
835
|
//#endregion
|
|
822
836
|
//#region src/components/Group/index.d.ts
|
|
823
837
|
/**
|
|
@@ -852,23 +866,25 @@ declare const Group: {
|
|
|
852
866
|
slots: {
|
|
853
867
|
default: (props: GroupRootSlotProps) => any;
|
|
854
868
|
};
|
|
855
|
-
},
|
|
869
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
856
870
|
props: {
|
|
857
871
|
namespace?: string | undefined;
|
|
858
872
|
disabled?: boolean | undefined;
|
|
859
873
|
enroll?: boolean | undefined;
|
|
860
874
|
mandatory?: boolean | "force" | undefined;
|
|
861
875
|
modelValue?: (T | T[]) | undefined;
|
|
862
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
863
876
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
864
|
-
|
|
877
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
878
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
879
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
880
|
+
} ? P : {});
|
|
865
881
|
expose: (exposed: {}) => void;
|
|
866
882
|
attrs: any;
|
|
867
883
|
slots: {
|
|
868
884
|
default: (props: GroupRootSlotProps) => any;
|
|
869
885
|
};
|
|
870
886
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
871
|
-
}>) =>
|
|
887
|
+
}>) => vue370.VNode & {
|
|
872
888
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
873
889
|
};
|
|
874
890
|
/**
|
|
@@ -895,30 +911,32 @@ declare const Group: {
|
|
|
895
911
|
slots: {
|
|
896
912
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
897
913
|
};
|
|
898
|
-
},
|
|
914
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
899
915
|
props: {
|
|
900
916
|
id?: string | undefined;
|
|
901
917
|
label?: string | undefined;
|
|
902
918
|
value?: V | undefined;
|
|
903
|
-
disabled?:
|
|
904
|
-
indeterminate?:
|
|
919
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
920
|
+
indeterminate?: vue370.MaybeRef<boolean> | undefined;
|
|
905
921
|
namespace?: string | undefined;
|
|
906
|
-
} &
|
|
922
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
923
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
924
|
+
} ? P : {});
|
|
907
925
|
expose: (exposed: {}) => void;
|
|
908
926
|
attrs: any;
|
|
909
927
|
slots: {
|
|
910
928
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
911
929
|
};
|
|
912
930
|
emit: {};
|
|
913
|
-
}>) =>
|
|
931
|
+
}>) => vue370.VNode & {
|
|
914
932
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
915
933
|
};
|
|
916
934
|
};
|
|
917
935
|
//#endregion
|
|
918
936
|
//#region src/components/Pagination/PaginationRoot.vue.d.ts
|
|
919
|
-
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?:
|
|
920
|
-
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
921
|
-
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
937
|
+
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue370.App) => PaginationContext;
|
|
938
|
+
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue370.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
939
|
+
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue370.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
922
940
|
interface PaginationRootProps extends AtomProps {
|
|
923
941
|
/** Namespace for dependency injection */
|
|
924
942
|
namespace?: string;
|
|
@@ -969,23 +987,25 @@ interface PaginationRootSlotProps {
|
|
|
969
987
|
'role': 'navigation' | undefined;
|
|
970
988
|
};
|
|
971
989
|
}
|
|
972
|
-
declare const
|
|
990
|
+
declare const _default$15: typeof __VLS_export$16;
|
|
991
|
+
declare const __VLS_export$16: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
973
992
|
props: __VLS_PrettifyLocal$6<(PaginationRootProps & {
|
|
974
993
|
modelValue?: number;
|
|
975
994
|
}) & {
|
|
976
995
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
977
|
-
}> &
|
|
996
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
997
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
998
|
+
} ? P : {});
|
|
978
999
|
expose: (exposed: {}) => void;
|
|
979
1000
|
attrs: any;
|
|
980
1001
|
slots: {
|
|
981
1002
|
default: (props: PaginationRootSlotProps) => any;
|
|
982
1003
|
};
|
|
983
1004
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
984
|
-
}>) =>
|
|
1005
|
+
}>) => vue370.VNode & {
|
|
985
1006
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
986
1007
|
};
|
|
987
|
-
|
|
988
|
-
type __VLS_PrettifyLocal$6<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1008
|
+
type __VLS_PrettifyLocal$6<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
989
1009
|
//#endregion
|
|
990
1010
|
//#region src/components/Pagination/PaginationItem.vue.d.ts
|
|
991
1011
|
interface PaginationItemProps extends AtomProps {
|
|
@@ -1020,10 +1040,10 @@ interface PaginationItemSlotProps {
|
|
|
1020
1040
|
'onClick': () => void;
|
|
1021
1041
|
};
|
|
1022
1042
|
}
|
|
1023
|
-
declare const
|
|
1043
|
+
declare const _default$11: typeof __VLS_export$15;
|
|
1044
|
+
declare const __VLS_export$15: __VLS_WithSlots$9<vue370.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1024
1045
|
default: (props: PaginationItemSlotProps) => any;
|
|
1025
1046
|
}>;
|
|
1026
|
-
declare const _default$11: typeof __VLS_export$15;
|
|
1027
1047
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
1028
1048
|
new (): {
|
|
1029
1049
|
$slots: S;
|
|
@@ -1055,10 +1075,10 @@ interface PaginationFirstSlotProps {
|
|
|
1055
1075
|
'onClick': () => void;
|
|
1056
1076
|
};
|
|
1057
1077
|
}
|
|
1058
|
-
declare const
|
|
1078
|
+
declare const _default$10: typeof __VLS_export$14;
|
|
1079
|
+
declare const __VLS_export$14: __VLS_WithSlots$8<vue370.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1059
1080
|
default: (props: PaginationFirstSlotProps) => any;
|
|
1060
1081
|
}>;
|
|
1061
|
-
declare const _default$10: typeof __VLS_export$14;
|
|
1062
1082
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
1063
1083
|
new (): {
|
|
1064
1084
|
$slots: S;
|
|
@@ -1090,10 +1110,10 @@ interface PaginationPrevSlotProps {
|
|
|
1090
1110
|
'onClick': () => void;
|
|
1091
1111
|
};
|
|
1092
1112
|
}
|
|
1093
|
-
declare const
|
|
1113
|
+
declare const _default$14: typeof __VLS_export$13;
|
|
1114
|
+
declare const __VLS_export$13: __VLS_WithSlots$7<vue370.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1094
1115
|
default: (props: PaginationPrevSlotProps) => any;
|
|
1095
1116
|
}>;
|
|
1096
|
-
declare const _default$14: typeof __VLS_export$13;
|
|
1097
1117
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
1098
1118
|
new (): {
|
|
1099
1119
|
$slots: S;
|
|
@@ -1117,10 +1137,10 @@ interface PaginationEllipsisSlotProps {
|
|
|
1117
1137
|
'aria-hidden': 'true';
|
|
1118
1138
|
};
|
|
1119
1139
|
}
|
|
1120
|
-
declare const
|
|
1140
|
+
declare const _default$9: typeof __VLS_export$12;
|
|
1141
|
+
declare const __VLS_export$12: __VLS_WithSlots$6<vue370.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1121
1142
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
1122
1143
|
}>;
|
|
1123
|
-
declare const _default$9: typeof __VLS_export$12;
|
|
1124
1144
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
1125
1145
|
new (): {
|
|
1126
1146
|
$slots: S;
|
|
@@ -1152,10 +1172,10 @@ interface PaginationNextSlotProps {
|
|
|
1152
1172
|
'onClick': () => void;
|
|
1153
1173
|
};
|
|
1154
1174
|
}
|
|
1155
|
-
declare const
|
|
1175
|
+
declare const _default$13: typeof __VLS_export$11;
|
|
1176
|
+
declare const __VLS_export$11: __VLS_WithSlots$5<vue370.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1156
1177
|
default: (props: PaginationNextSlotProps) => any;
|
|
1157
1178
|
}>;
|
|
1158
|
-
declare const _default$13: typeof __VLS_export$11;
|
|
1159
1179
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
1160
1180
|
new (): {
|
|
1161
1181
|
$slots: S;
|
|
@@ -1187,10 +1207,10 @@ interface PaginationLastSlotProps {
|
|
|
1187
1207
|
'onClick': () => void;
|
|
1188
1208
|
};
|
|
1189
1209
|
}
|
|
1190
|
-
declare const
|
|
1210
|
+
declare const _default$12: typeof __VLS_export$10;
|
|
1211
|
+
declare const __VLS_export$10: __VLS_WithSlots$4<vue370.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1191
1212
|
default: (props: PaginationLastSlotProps) => any;
|
|
1192
1213
|
}>;
|
|
1193
|
-
declare const _default$12: typeof __VLS_export$10;
|
|
1194
1214
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
1195
1215
|
new (): {
|
|
1196
1216
|
$slots: S;
|
|
@@ -1216,10 +1236,10 @@ interface PaginationStatusSlotProps {
|
|
|
1216
1236
|
'role': 'status';
|
|
1217
1237
|
};
|
|
1218
1238
|
}
|
|
1219
|
-
declare const
|
|
1239
|
+
declare const _default$16: typeof __VLS_export$9;
|
|
1240
|
+
declare const __VLS_export$9: __VLS_WithSlots$3<vue370.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1220
1241
|
default: (props: PaginationStatusSlotProps) => any;
|
|
1221
1242
|
}>;
|
|
1222
|
-
declare const _default$16: typeof __VLS_export$9;
|
|
1223
1243
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
1224
1244
|
new (): {
|
|
1225
1245
|
$slots: S;
|
|
@@ -1269,7 +1289,7 @@ declare const Pagination: {
|
|
|
1269
1289
|
slots: {
|
|
1270
1290
|
default: (props: PaginationRootSlotProps) => any;
|
|
1271
1291
|
};
|
|
1272
|
-
},
|
|
1292
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1273
1293
|
props: {
|
|
1274
1294
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
1275
1295
|
namespace?: string | undefined;
|
|
@@ -1280,14 +1300,16 @@ declare const Pagination: {
|
|
|
1280
1300
|
as?: (DOMElement | null) | undefined;
|
|
1281
1301
|
renderless?: boolean | undefined;
|
|
1282
1302
|
modelValue?: number | undefined;
|
|
1283
|
-
} &
|
|
1303
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
1304
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
1305
|
+
} ? P : {});
|
|
1284
1306
|
expose: (exposed: {}) => void;
|
|
1285
1307
|
attrs: any;
|
|
1286
1308
|
slots: {
|
|
1287
1309
|
default: (props: PaginationRootSlotProps) => any;
|
|
1288
1310
|
};
|
|
1289
1311
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
1290
|
-
}>) =>
|
|
1312
|
+
}>) => vue370.VNode & {
|
|
1291
1313
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1292
1314
|
};
|
|
1293
1315
|
/**
|
|
@@ -1312,7 +1334,7 @@ declare const Pagination: {
|
|
|
1312
1334
|
* ```
|
|
1313
1335
|
*/
|
|
1314
1336
|
Item: {
|
|
1315
|
-
new (...args: any[]):
|
|
1337
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1316
1338
|
P: {};
|
|
1317
1339
|
B: {};
|
|
1318
1340
|
D: {};
|
|
@@ -1323,7 +1345,7 @@ declare const Pagination: {
|
|
|
1323
1345
|
__isFragment?: never;
|
|
1324
1346
|
__isTeleport?: never;
|
|
1325
1347
|
__isSuspense?: never;
|
|
1326
|
-
} &
|
|
1348
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1327
1349
|
$slots: {
|
|
1328
1350
|
default: (props: PaginationItemSlotProps) => any;
|
|
1329
1351
|
};
|
|
@@ -1356,7 +1378,7 @@ declare const Pagination: {
|
|
|
1356
1378
|
* ```
|
|
1357
1379
|
*/
|
|
1358
1380
|
First: {
|
|
1359
|
-
new (...args: any[]):
|
|
1381
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1360
1382
|
P: {};
|
|
1361
1383
|
B: {};
|
|
1362
1384
|
D: {};
|
|
@@ -1367,7 +1389,7 @@ declare const Pagination: {
|
|
|
1367
1389
|
__isFragment?: never;
|
|
1368
1390
|
__isTeleport?: never;
|
|
1369
1391
|
__isSuspense?: never;
|
|
1370
|
-
} &
|
|
1392
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1371
1393
|
$slots: {
|
|
1372
1394
|
default: (props: PaginationFirstSlotProps) => any;
|
|
1373
1395
|
};
|
|
@@ -1400,7 +1422,7 @@ declare const Pagination: {
|
|
|
1400
1422
|
* ```
|
|
1401
1423
|
*/
|
|
1402
1424
|
Prev: {
|
|
1403
|
-
new (...args: any[]):
|
|
1425
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1404
1426
|
P: {};
|
|
1405
1427
|
B: {};
|
|
1406
1428
|
D: {};
|
|
@@ -1411,7 +1433,7 @@ declare const Pagination: {
|
|
|
1411
1433
|
__isFragment?: never;
|
|
1412
1434
|
__isTeleport?: never;
|
|
1413
1435
|
__isSuspense?: never;
|
|
1414
|
-
} &
|
|
1436
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1415
1437
|
$slots: {
|
|
1416
1438
|
default: (props: PaginationPrevSlotProps) => any;
|
|
1417
1439
|
};
|
|
@@ -1439,7 +1461,7 @@ declare const Pagination: {
|
|
|
1439
1461
|
* ```
|
|
1440
1462
|
*/
|
|
1441
1463
|
Ellipsis: {
|
|
1442
|
-
new (...args: any[]):
|
|
1464
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1443
1465
|
P: {};
|
|
1444
1466
|
B: {};
|
|
1445
1467
|
D: {};
|
|
@@ -1450,7 +1472,7 @@ declare const Pagination: {
|
|
|
1450
1472
|
__isFragment?: never;
|
|
1451
1473
|
__isTeleport?: never;
|
|
1452
1474
|
__isSuspense?: never;
|
|
1453
|
-
} &
|
|
1475
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1454
1476
|
$slots: {
|
|
1455
1477
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
1456
1478
|
};
|
|
@@ -1483,7 +1505,7 @@ declare const Pagination: {
|
|
|
1483
1505
|
* ```
|
|
1484
1506
|
*/
|
|
1485
1507
|
Next: {
|
|
1486
|
-
new (...args: any[]):
|
|
1508
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1487
1509
|
P: {};
|
|
1488
1510
|
B: {};
|
|
1489
1511
|
D: {};
|
|
@@ -1494,7 +1516,7 @@ declare const Pagination: {
|
|
|
1494
1516
|
__isFragment?: never;
|
|
1495
1517
|
__isTeleport?: never;
|
|
1496
1518
|
__isSuspense?: never;
|
|
1497
|
-
} &
|
|
1519
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1498
1520
|
$slots: {
|
|
1499
1521
|
default: (props: PaginationNextSlotProps) => any;
|
|
1500
1522
|
};
|
|
@@ -1527,7 +1549,7 @@ declare const Pagination: {
|
|
|
1527
1549
|
* ```
|
|
1528
1550
|
*/
|
|
1529
1551
|
Last: {
|
|
1530
|
-
new (...args: any[]):
|
|
1552
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1531
1553
|
P: {};
|
|
1532
1554
|
B: {};
|
|
1533
1555
|
D: {};
|
|
@@ -1538,7 +1560,7 @@ declare const Pagination: {
|
|
|
1538
1560
|
__isFragment?: never;
|
|
1539
1561
|
__isTeleport?: never;
|
|
1540
1562
|
__isSuspense?: never;
|
|
1541
|
-
} &
|
|
1563
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1542
1564
|
$slots: {
|
|
1543
1565
|
default: (props: PaginationLastSlotProps) => any;
|
|
1544
1566
|
};
|
|
@@ -1564,7 +1586,7 @@ declare const Pagination: {
|
|
|
1564
1586
|
* ```
|
|
1565
1587
|
*/
|
|
1566
1588
|
Status: {
|
|
1567
|
-
new (...args: any[]):
|
|
1589
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1568
1590
|
P: {};
|
|
1569
1591
|
B: {};
|
|
1570
1592
|
D: {};
|
|
@@ -1575,7 +1597,7 @@ declare const Pagination: {
|
|
|
1575
1597
|
__isFragment?: never;
|
|
1576
1598
|
__isTeleport?: never;
|
|
1577
1599
|
__isSuspense?: never;
|
|
1578
|
-
} &
|
|
1600
|
+
} & vue370.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1579
1601
|
$slots: {
|
|
1580
1602
|
default: (props: PaginationStatusSlotProps) => any;
|
|
1581
1603
|
};
|
|
@@ -1600,19 +1622,19 @@ interface PopoverRootSlotProps {
|
|
|
1600
1622
|
/** Toggle the popover open/closed state */
|
|
1601
1623
|
toggle: () => void;
|
|
1602
1624
|
}
|
|
1603
|
-
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?:
|
|
1604
|
-
declare const
|
|
1625
|
+
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue370.App) => PopoverContext;
|
|
1626
|
+
declare const _default$8: typeof __VLS_export$8;
|
|
1627
|
+
declare const __VLS_export$8: __VLS_WithSlots$2<vue370.DefineComponent<PopoverRootProps & {
|
|
1605
1628
|
modelValue?: boolean;
|
|
1606
|
-
}, {}, {}, {}, {},
|
|
1629
|
+
}, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1607
1630
|
"update:modelValue": (value: boolean) => any;
|
|
1608
|
-
}, string,
|
|
1631
|
+
}, string, vue370.PublicProps, Readonly<PopoverRootProps & {
|
|
1609
1632
|
modelValue?: boolean;
|
|
1610
1633
|
}> & Readonly<{
|
|
1611
1634
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1612
|
-
}>, {}, {}, {}, {}, string,
|
|
1635
|
+
}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1613
1636
|
default: (props: PopoverRootSlotProps) => any;
|
|
1614
1637
|
}>;
|
|
1615
|
-
declare const _default$8: typeof __VLS_export$8;
|
|
1616
1638
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
1617
1639
|
new (): {
|
|
1618
1640
|
$slots: S;
|
|
@@ -1634,10 +1656,10 @@ interface PopoverAnchorSlotProps {
|
|
|
1634
1656
|
'data-popover-open': '' | undefined;
|
|
1635
1657
|
};
|
|
1636
1658
|
}
|
|
1637
|
-
declare const
|
|
1659
|
+
declare const _default$6: typeof __VLS_export$7;
|
|
1660
|
+
declare const __VLS_export$7: __VLS_WithSlots$1<vue370.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, vue370.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1638
1661
|
default: (props: PopoverAnchorSlotProps) => any;
|
|
1639
1662
|
}>;
|
|
1640
|
-
declare const _default$6: typeof __VLS_export$7;
|
|
1641
1663
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
1642
1664
|
new (): {
|
|
1643
1665
|
$slots: S;
|
|
@@ -1665,14 +1687,14 @@ interface PopoverContentSlotProps {
|
|
|
1665
1687
|
popover: '';
|
|
1666
1688
|
};
|
|
1667
1689
|
}
|
|
1668
|
-
declare const
|
|
1690
|
+
declare const _default$7: typeof __VLS_export$6;
|
|
1691
|
+
declare const __VLS_export$6: __VLS_WithSlots<vue370.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1669
1692
|
beforetoggle: (e: ToggleEvent) => any;
|
|
1670
|
-
}, string,
|
|
1693
|
+
}, string, vue370.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
1671
1694
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
1672
|
-
}>, {}, {}, {}, {}, string,
|
|
1695
|
+
}>, {}, {}, {}, {}, string, vue370.ComponentProvideOptions, false, {}, any>, {
|
|
1673
1696
|
default: (props: PopoverContentSlotProps) => any;
|
|
1674
1697
|
}>;
|
|
1675
|
-
declare const _default$7: typeof __VLS_export$6;
|
|
1676
1698
|
type __VLS_WithSlots<T, S> = T & {
|
|
1677
1699
|
new (): {
|
|
1678
1700
|
$slots: S;
|
|
@@ -1711,13 +1733,13 @@ declare const Popover: {
|
|
|
1711
1733
|
* ```
|
|
1712
1734
|
*/
|
|
1713
1735
|
Root: {
|
|
1714
|
-
new (...args: any[]):
|
|
1736
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
1715
1737
|
modelValue?: boolean;
|
|
1716
1738
|
}> & Readonly<{
|
|
1717
1739
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1718
|
-
}>, {}, {}, {}, {},
|
|
1740
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1719
1741
|
"update:modelValue": (value: boolean) => any;
|
|
1720
|
-
},
|
|
1742
|
+
}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1721
1743
|
P: {};
|
|
1722
1744
|
B: {};
|
|
1723
1745
|
D: {};
|
|
@@ -1732,13 +1754,13 @@ declare const Popover: {
|
|
|
1732
1754
|
__isFragment?: never;
|
|
1733
1755
|
__isTeleport?: never;
|
|
1734
1756
|
__isSuspense?: never;
|
|
1735
|
-
} &
|
|
1757
|
+
} & vue370.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
1736
1758
|
modelValue?: boolean;
|
|
1737
1759
|
}> & Readonly<{
|
|
1738
1760
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1739
|
-
}>, {}, {}, {}, {},
|
|
1761
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1740
1762
|
"update:modelValue": (value: boolean) => any;
|
|
1741
|
-
}, string, {}, {}, string, {},
|
|
1763
|
+
}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1742
1764
|
$slots: {
|
|
1743
1765
|
default: (props: PopoverRootSlotProps) => any;
|
|
1744
1766
|
};
|
|
@@ -1762,7 +1784,7 @@ declare const Popover: {
|
|
|
1762
1784
|
* ```
|
|
1763
1785
|
*/
|
|
1764
1786
|
Anchor: {
|
|
1765
|
-
new (...args: any[]):
|
|
1787
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1766
1788
|
P: {};
|
|
1767
1789
|
B: {};
|
|
1768
1790
|
D: {};
|
|
@@ -1773,7 +1795,7 @@ declare const Popover: {
|
|
|
1773
1795
|
__isFragment?: never;
|
|
1774
1796
|
__isTeleport?: never;
|
|
1775
1797
|
__isSuspense?: never;
|
|
1776
|
-
} &
|
|
1798
|
+
} & vue370.ComponentOptionsBase<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1777
1799
|
$slots: {
|
|
1778
1800
|
default: (props: PopoverAnchorSlotProps) => any;
|
|
1779
1801
|
};
|
|
@@ -1797,11 +1819,11 @@ declare const Popover: {
|
|
|
1797
1819
|
* ```
|
|
1798
1820
|
*/
|
|
1799
1821
|
Content: {
|
|
1800
|
-
new (...args: any[]):
|
|
1822
|
+
new (...args: any[]): vue370.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
1801
1823
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
1802
|
-
}>, {}, {}, {}, {},
|
|
1824
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1803
1825
|
beforetoggle: (e: ToggleEvent) => any;
|
|
1804
|
-
},
|
|
1826
|
+
}, vue370.PublicProps, {}, false, {}, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, {}, any, vue370.ComponentProvideOptions, {
|
|
1805
1827
|
P: {};
|
|
1806
1828
|
B: {};
|
|
1807
1829
|
D: {};
|
|
@@ -1814,11 +1836,11 @@ declare const Popover: {
|
|
|
1814
1836
|
__isFragment?: never;
|
|
1815
1837
|
__isTeleport?: never;
|
|
1816
1838
|
__isSuspense?: never;
|
|
1817
|
-
} &
|
|
1839
|
+
} & vue370.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
1818
1840
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
1819
|
-
}>, {}, {}, {}, {},
|
|
1841
|
+
}>, {}, {}, {}, {}, vue370.ComponentOptionsMixin, vue370.ComponentOptionsMixin, {
|
|
1820
1842
|
beforetoggle: (e: ToggleEvent) => any;
|
|
1821
|
-
}, string, {}, {}, string, {},
|
|
1843
|
+
}, string, {}, {}, string, {}, vue370.GlobalComponents, vue370.GlobalDirectives, string, vue370.ComponentProvideOptions> & vue370.VNodeProps & vue370.AllowedComponentProps & vue370.ComponentCustomProps & (new () => {
|
|
1822
1844
|
$slots: {
|
|
1823
1845
|
default: (props: PopoverContentSlotProps) => any;
|
|
1824
1846
|
};
|
|
@@ -1859,25 +1881,27 @@ interface SelectionRootSlotProps {
|
|
|
1859
1881
|
'aria-multiselectable': boolean;
|
|
1860
1882
|
};
|
|
1861
1883
|
}
|
|
1862
|
-
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?:
|
|
1863
|
-
declare const
|
|
1884
|
+
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue370.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
1885
|
+
declare const _default$5: typeof __VLS_export$5;
|
|
1886
|
+
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<{
|
|
1864
1887
|
props: __VLS_PrettifyLocal$5<(SelectionRootProps & {
|
|
1865
1888
|
modelValue?: T | T[];
|
|
1866
1889
|
}) & {
|
|
1867
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1868
1890
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1869
|
-
|
|
1891
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1892
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
1893
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
1894
|
+
} ? P : {});
|
|
1870
1895
|
expose: (exposed: {}) => void;
|
|
1871
1896
|
attrs: any;
|
|
1872
1897
|
slots: {
|
|
1873
1898
|
default: (props: SelectionRootSlotProps) => any;
|
|
1874
1899
|
};
|
|
1875
1900
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1876
|
-
}>) =>
|
|
1901
|
+
}>) => vue370.VNode & {
|
|
1877
1902
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1878
1903
|
};
|
|
1879
|
-
|
|
1880
|
-
type __VLS_PrettifyLocal$5<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1904
|
+
type __VLS_PrettifyLocal$5<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1881
1905
|
//#endregion
|
|
1882
1906
|
//#region src/components/Selection/SelectionItem.vue.d.ts
|
|
1883
1907
|
interface SelectionItemProps<V = unknown> {
|
|
@@ -1917,19 +1941,21 @@ interface SelectionItemSlotProps<V = unknown> {
|
|
|
1917
1941
|
'data-disabled': true | undefined;
|
|
1918
1942
|
};
|
|
1919
1943
|
}
|
|
1920
|
-
declare const
|
|
1921
|
-
|
|
1944
|
+
declare const _default$4: typeof __VLS_export$4;
|
|
1945
|
+
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>> & vue370.PublicProps & (typeof globalThis extends {
|
|
1947
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
1948
|
+
} ? P : {});
|
|
1922
1949
|
expose: (exposed: {}) => void;
|
|
1923
1950
|
attrs: any;
|
|
1924
1951
|
slots: {
|
|
1925
1952
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
1926
1953
|
};
|
|
1927
1954
|
emit: {};
|
|
1928
|
-
}>) =>
|
|
1955
|
+
}>) => vue370.VNode & {
|
|
1929
1956
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1930
1957
|
};
|
|
1931
|
-
|
|
1932
|
-
type __VLS_PrettifyLocal$4<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1958
|
+
type __VLS_PrettifyLocal$4<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1933
1959
|
//#endregion
|
|
1934
1960
|
//#region src/components/Selection/index.d.ts
|
|
1935
1961
|
/**
|
|
@@ -1968,7 +1994,7 @@ declare const Selection: {
|
|
|
1968
1994
|
slots: {
|
|
1969
1995
|
default: (props: SelectionRootSlotProps) => any;
|
|
1970
1996
|
};
|
|
1971
|
-
},
|
|
1997
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1972
1998
|
props: {
|
|
1973
1999
|
namespace?: string | undefined;
|
|
1974
2000
|
disabled?: boolean | undefined;
|
|
@@ -1976,16 +2002,18 @@ declare const Selection: {
|
|
|
1976
2002
|
mandatory?: boolean | "force" | undefined;
|
|
1977
2003
|
multiple?: boolean | undefined;
|
|
1978
2004
|
modelValue?: (T | T[]) | undefined;
|
|
1979
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1980
2005
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1981
|
-
|
|
2006
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2007
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2008
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2009
|
+
} ? P : {});
|
|
1982
2010
|
expose: (exposed: {}) => void;
|
|
1983
2011
|
attrs: any;
|
|
1984
2012
|
slots: {
|
|
1985
2013
|
default: (props: SelectionRootSlotProps) => any;
|
|
1986
2014
|
};
|
|
1987
2015
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1988
|
-
}>) =>
|
|
2016
|
+
}>) => vue370.VNode & {
|
|
1989
2017
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1990
2018
|
};
|
|
1991
2019
|
/**
|
|
@@ -2012,21 +2040,23 @@ declare const Selection: {
|
|
|
2012
2040
|
slots: {
|
|
2013
2041
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
2014
2042
|
};
|
|
2015
|
-
},
|
|
2043
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2016
2044
|
props: {
|
|
2017
2045
|
id?: string | undefined;
|
|
2018
2046
|
label?: string | undefined;
|
|
2019
2047
|
value?: V | undefined;
|
|
2020
|
-
disabled?:
|
|
2048
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
2021
2049
|
namespace?: string | undefined;
|
|
2022
|
-
} &
|
|
2050
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2051
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2052
|
+
} ? P : {});
|
|
2023
2053
|
expose: (exposed: {}) => void;
|
|
2024
2054
|
attrs: any;
|
|
2025
2055
|
slots: {
|
|
2026
2056
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
2027
2057
|
};
|
|
2028
2058
|
emit: {};
|
|
2029
|
-
}>) =>
|
|
2059
|
+
}>) => vue370.VNode & {
|
|
2030
2060
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2031
2061
|
};
|
|
2032
2062
|
};
|
|
@@ -2061,24 +2091,26 @@ interface SingleRootSlotProps {
|
|
|
2061
2091
|
'aria-multiselectable': false;
|
|
2062
2092
|
};
|
|
2063
2093
|
}
|
|
2064
|
-
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?:
|
|
2065
|
-
declare const
|
|
2094
|
+
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?: vue370.App) => SingleContext<SingleTicket<unknown>>;
|
|
2095
|
+
declare const _default$3: typeof __VLS_export$3;
|
|
2096
|
+
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<{
|
|
2066
2097
|
props: __VLS_PrettifyLocal$3<(SingleRootProps & {
|
|
2067
2098
|
modelValue?: T | T[];
|
|
2068
2099
|
}) & {
|
|
2069
2100
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2070
|
-
}> &
|
|
2101
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
2102
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2103
|
+
} ? P : {});
|
|
2071
2104
|
expose: (exposed: {}) => void;
|
|
2072
2105
|
attrs: any;
|
|
2073
2106
|
slots: {
|
|
2074
2107
|
default: (props: SingleRootSlotProps) => any;
|
|
2075
2108
|
};
|
|
2076
2109
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2077
|
-
}>) =>
|
|
2110
|
+
}>) => vue370.VNode & {
|
|
2078
2111
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2079
2112
|
};
|
|
2080
|
-
|
|
2081
|
-
type __VLS_PrettifyLocal$3<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2113
|
+
type __VLS_PrettifyLocal$3<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
2082
2114
|
//#endregion
|
|
2083
2115
|
//#region src/components/Single/SingleItem.vue.d.ts
|
|
2084
2116
|
interface SingleItemProps<V = unknown> {
|
|
@@ -2118,19 +2150,21 @@ interface SingleItemSlotProps<V = unknown> {
|
|
|
2118
2150
|
'data-disabled': true | undefined;
|
|
2119
2151
|
};
|
|
2120
2152
|
}
|
|
2121
|
-
declare const
|
|
2122
|
-
|
|
2153
|
+
declare const _default$2: typeof __VLS_export$2;
|
|
2154
|
+
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>> & vue370.PublicProps & (typeof globalThis extends {
|
|
2156
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2157
|
+
} ? P : {});
|
|
2123
2158
|
expose: (exposed: {}) => void;
|
|
2124
2159
|
attrs: any;
|
|
2125
2160
|
slots: {
|
|
2126
2161
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
2127
2162
|
};
|
|
2128
2163
|
emit: {};
|
|
2129
|
-
}>) =>
|
|
2164
|
+
}>) => vue370.VNode & {
|
|
2130
2165
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2131
2166
|
};
|
|
2132
|
-
|
|
2133
|
-
type __VLS_PrettifyLocal$2<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2167
|
+
type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
2134
2168
|
//#endregion
|
|
2135
2169
|
//#region src/components/Single/index.d.ts
|
|
2136
2170
|
/**
|
|
@@ -2169,7 +2203,7 @@ declare const Single: {
|
|
|
2169
2203
|
slots: {
|
|
2170
2204
|
default: (props: SingleRootSlotProps) => any;
|
|
2171
2205
|
};
|
|
2172
|
-
},
|
|
2206
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2173
2207
|
props: {
|
|
2174
2208
|
namespace?: string | undefined;
|
|
2175
2209
|
disabled?: boolean | undefined;
|
|
@@ -2177,14 +2211,16 @@ declare const Single: {
|
|
|
2177
2211
|
mandatory?: boolean | "force" | undefined;
|
|
2178
2212
|
modelValue?: (T | T[]) | undefined;
|
|
2179
2213
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2180
|
-
} &
|
|
2214
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2215
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2216
|
+
} ? P : {});
|
|
2181
2217
|
expose: (exposed: {}) => void;
|
|
2182
2218
|
attrs: any;
|
|
2183
2219
|
slots: {
|
|
2184
2220
|
default: (props: SingleRootSlotProps) => any;
|
|
2185
2221
|
};
|
|
2186
2222
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2187
|
-
}>) =>
|
|
2223
|
+
}>) => vue370.VNode & {
|
|
2188
2224
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2189
2225
|
};
|
|
2190
2226
|
/**
|
|
@@ -2213,21 +2249,23 @@ declare const Single: {
|
|
|
2213
2249
|
slots: {
|
|
2214
2250
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
2215
2251
|
};
|
|
2216
|
-
},
|
|
2252
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2217
2253
|
props: {
|
|
2218
2254
|
id?: string | undefined;
|
|
2219
2255
|
label?: string | undefined;
|
|
2220
2256
|
value?: V | undefined;
|
|
2221
|
-
disabled?:
|
|
2257
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
2222
2258
|
namespace?: string | undefined;
|
|
2223
|
-
} &
|
|
2259
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2260
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2261
|
+
} ? P : {});
|
|
2224
2262
|
expose: (exposed: {}) => void;
|
|
2225
2263
|
attrs: any;
|
|
2226
2264
|
slots: {
|
|
2227
2265
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
2228
2266
|
};
|
|
2229
2267
|
emit: {};
|
|
2230
|
-
}>) =>
|
|
2268
|
+
}>) => vue370.VNode & {
|
|
2231
2269
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2232
2270
|
};
|
|
2233
2271
|
};
|
|
@@ -2272,24 +2310,26 @@ interface StepRootSlotProps {
|
|
|
2272
2310
|
'aria-multiselectable': false;
|
|
2273
2311
|
};
|
|
2274
2312
|
}
|
|
2275
|
-
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?:
|
|
2276
|
-
declare const
|
|
2313
|
+
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?: vue370.App) => StepContext<StepTicket<unknown>>;
|
|
2314
|
+
declare const _default$1: typeof __VLS_export$1;
|
|
2315
|
+
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<{
|
|
2277
2316
|
props: __VLS_PrettifyLocal$1<(StepRootProps & {
|
|
2278
2317
|
modelValue?: T | T[];
|
|
2279
2318
|
}) & {
|
|
2280
2319
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2281
|
-
}> &
|
|
2320
|
+
}> & vue370.PublicProps & (typeof globalThis extends {
|
|
2321
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2322
|
+
} ? P : {});
|
|
2282
2323
|
expose: (exposed: {}) => void;
|
|
2283
2324
|
attrs: any;
|
|
2284
2325
|
slots: {
|
|
2285
2326
|
default: (props: StepRootSlotProps) => any;
|
|
2286
2327
|
};
|
|
2287
2328
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2288
|
-
}>) =>
|
|
2329
|
+
}>) => vue370.VNode & {
|
|
2289
2330
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2290
2331
|
};
|
|
2291
|
-
|
|
2292
|
-
type __VLS_PrettifyLocal$1<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2332
|
+
type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
2293
2333
|
//#endregion
|
|
2294
2334
|
//#region src/components/Step/StepItem.vue.d.ts
|
|
2295
2335
|
interface StepItemProps<V = unknown> {
|
|
@@ -2329,19 +2369,21 @@ interface StepItemSlotProps<V = unknown> {
|
|
|
2329
2369
|
'data-disabled': true | undefined;
|
|
2330
2370
|
};
|
|
2331
2371
|
}
|
|
2332
|
-
declare const
|
|
2333
|
-
|
|
2372
|
+
declare const _default: typeof __VLS_export;
|
|
2373
|
+
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>> & vue370.PublicProps & (typeof globalThis extends {
|
|
2375
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2376
|
+
} ? P : {});
|
|
2334
2377
|
expose: (exposed: {}) => void;
|
|
2335
2378
|
attrs: any;
|
|
2336
2379
|
slots: {
|
|
2337
2380
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
2338
2381
|
};
|
|
2339
2382
|
emit: {};
|
|
2340
|
-
}>) =>
|
|
2383
|
+
}>) => vue370.VNode & {
|
|
2341
2384
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2342
2385
|
};
|
|
2343
|
-
|
|
2344
|
-
type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2386
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
2345
2387
|
//#endregion
|
|
2346
2388
|
//#region src/components/Step/index.d.ts
|
|
2347
2389
|
/**
|
|
@@ -2378,7 +2420,7 @@ declare const Step: {
|
|
|
2378
2420
|
slots: {
|
|
2379
2421
|
default: (props: StepRootSlotProps) => any;
|
|
2380
2422
|
};
|
|
2381
|
-
},
|
|
2423
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2382
2424
|
props: {
|
|
2383
2425
|
namespace?: string | undefined;
|
|
2384
2426
|
disabled?: boolean | undefined;
|
|
@@ -2386,14 +2428,16 @@ declare const Step: {
|
|
|
2386
2428
|
mandatory?: boolean | "force" | undefined;
|
|
2387
2429
|
modelValue?: (T | T[]) | undefined;
|
|
2388
2430
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2389
|
-
} &
|
|
2431
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2432
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2433
|
+
} ? P : {});
|
|
2390
2434
|
expose: (exposed: {}) => void;
|
|
2391
2435
|
attrs: any;
|
|
2392
2436
|
slots: {
|
|
2393
2437
|
default: (props: StepRootSlotProps) => any;
|
|
2394
2438
|
};
|
|
2395
2439
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2396
|
-
}>) =>
|
|
2440
|
+
}>) => vue370.VNode & {
|
|
2397
2441
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2398
2442
|
};
|
|
2399
2443
|
/**
|
|
@@ -2420,21 +2464,23 @@ declare const Step: {
|
|
|
2420
2464
|
slots: {
|
|
2421
2465
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
2422
2466
|
};
|
|
2423
|
-
},
|
|
2467
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2424
2468
|
props: {
|
|
2425
2469
|
id?: string | undefined;
|
|
2426
2470
|
label?: string | undefined;
|
|
2427
2471
|
value?: V | undefined;
|
|
2428
|
-
disabled?:
|
|
2472
|
+
disabled?: vue370.MaybeRef<boolean> | undefined;
|
|
2429
2473
|
namespace?: string | undefined;
|
|
2430
|
-
} &
|
|
2474
|
+
} & vue370.PublicProps & (typeof globalThis extends {
|
|
2475
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2476
|
+
} ? P : {});
|
|
2431
2477
|
expose: (exposed: {}) => void;
|
|
2432
2478
|
attrs: any;
|
|
2433
2479
|
slots: {
|
|
2434
2480
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
2435
2481
|
};
|
|
2436
2482
|
emit: {};
|
|
2437
|
-
}>) =>
|
|
2483
|
+
}>) => vue370.VNode & {
|
|
2438
2484
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2439
2485
|
};
|
|
2440
2486
|
};
|