@vuetify/v0 0.0.23 → 0.0.24
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/dist/adapter-L4Php1_S.d.mts +97 -0
- package/dist/browser/index.js +1069 -809
- package/dist/components/index.d.mts +4 -4
- package/dist/components/index.mjs +6 -6
- package/dist/{components-BI9xdoz5.mjs → components-D_yAxHwn.mjs} +433 -113
- package/dist/composables/index.d.mts +5 -4
- package/dist/composables/index.mjs +4 -4
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +3 -3
- package/dist/date/index.d.mts +124 -0
- package/dist/date/index.mjs +7514 -0
- package/dist/{globals-WKdFmgwy.mjs → globals-BhNI7no7.mjs} +1 -1
- package/dist/{index-Bby5ljat.d.mts → index-DknfL2GU.d.mts} +1 -1
- package/dist/{index-_y91DmIS.d.mts → index-OghXharF.d.mts} +721 -359
- package/dist/{index-DYSwiS9k.d.mts → index-ZW2YLa57.d.mts} +21 -2
- package/dist/{index-rcTqb9U3.d.mts → index-isYKpbs6.d.mts} +426 -266
- package/dist/{index-C8YcMooA.d.mts → index-kvJsAOSg.d.mts} +13 -9
- package/dist/index.d.mts +8 -7
- package/dist/index.mjs +7 -7
- package/dist/json/attributes.json +100 -0
- package/dist/json/importMap.json +64 -0
- package/dist/json/tags.json +45 -0
- package/dist/json/web-types.json +1303 -392
- package/dist/types/index.d.mts +2 -2
- package/dist/{useClickOutside-B47X8X6-.mjs → useClickOutside-w-Y2QxHh.mjs} +591 -657
- package/dist/utilities/index.d.mts +3 -3
- package/dist/utilities/index.mjs +2 -2
- package/dist/{utilities-9i1hJnMd.mjs → utilities-B58TiS_S.mjs} +41 -34
- package/package.json +3 -2
- /package/dist/{constants-3l8TGg5J.mjs → constants-DHKqjdjH.mjs} +0 -0
- /package/dist/{htmlElements-CXObxj0V.mjs → htmlElements-DO9n35bD.mjs} +0 -0
- /package/dist/{index-DMQJJUrv.d.mts → index-cPmI99rd.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-ZW2YLa57.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-DknfL2GU.mjs";
|
|
3
|
+
import * as vue483 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,17 @@ interface AtomExpose {
|
|
|
39
39
|
element: TemplateRef<HTMLElement | null>;
|
|
40
40
|
}
|
|
41
41
|
interface AtomPrivateProps extends AtomProps {}
|
|
42
|
-
declare const __VLS_export$
|
|
43
|
-
props: __VLS_PrettifyLocal$
|
|
44
|
-
expose: (exposed:
|
|
42
|
+
declare const __VLS_export$46: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$18<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
43
|
+
props: __VLS_PrettifyLocal$18<AtomPrivateProps> & vue483.PublicProps;
|
|
44
|
+
expose: (exposed: vue483.ShallowUnwrapRef<AtomExpose>) => void;
|
|
45
45
|
attrs: any;
|
|
46
46
|
slots: AtomSlots<T>;
|
|
47
47
|
emit: {};
|
|
48
|
-
}>) =>
|
|
48
|
+
}>) => vue483.VNode & {
|
|
49
49
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
50
50
|
};
|
|
51
|
-
declare const _default$
|
|
52
|
-
type __VLS_PrettifyLocal$
|
|
51
|
+
declare const _default$46: typeof __VLS_export$46;
|
|
52
|
+
type __VLS_PrettifyLocal$18<T> = { [K in keyof T as K]: T[K] } & {};
|
|
53
53
|
//#endregion
|
|
54
54
|
//#region src/components/Avatar/AvatarRoot.vue.d.ts
|
|
55
55
|
interface AvatarRootProps extends AtomProps {
|
|
@@ -61,12 +61,12 @@ interface AvatarTicket extends SelectionTicket {
|
|
|
61
61
|
priority?: number;
|
|
62
62
|
}
|
|
63
63
|
interface AvatarContext extends SelectionContext<AvatarTicket> {}
|
|
64
|
-
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?:
|
|
65
|
-
declare const __VLS_export$
|
|
64
|
+
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?: vue483.App) => AvatarContext;
|
|
65
|
+
declare const __VLS_export$45: __VLS_WithSlots$25<vue483.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
66
66
|
default?: (props: {}) => any;
|
|
67
67
|
}>;
|
|
68
|
-
declare const _default$
|
|
69
|
-
type __VLS_WithSlots$
|
|
68
|
+
declare const _default$45: typeof __VLS_export$45;
|
|
69
|
+
type __VLS_WithSlots$25<T, S> = T & {
|
|
70
70
|
new (): {
|
|
71
71
|
$slots: S;
|
|
72
72
|
};
|
|
@@ -96,17 +96,17 @@ interface AvatarImageSlotProps {
|
|
|
96
96
|
onError: (e: Event) => void;
|
|
97
97
|
};
|
|
98
98
|
}
|
|
99
|
-
declare const __VLS_export$
|
|
100
|
-
load: (e: Event) => any;
|
|
99
|
+
declare const __VLS_export$44: __VLS_WithSlots$24<vue483.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
101
100
|
error: (e: Event) => any;
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
load: (e: Event) => any;
|
|
102
|
+
}, string, vue483.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
104
103
|
onError?: ((e: Event) => any) | undefined;
|
|
105
|
-
|
|
104
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
105
|
+
}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
106
106
|
default: (props: AvatarImageSlotProps) => any;
|
|
107
107
|
}>;
|
|
108
|
-
declare const _default$
|
|
109
|
-
type __VLS_WithSlots$
|
|
108
|
+
declare const _default$44: typeof __VLS_export$44;
|
|
109
|
+
type __VLS_WithSlots$24<T, S> = T & {
|
|
110
110
|
new (): {
|
|
111
111
|
$slots: S;
|
|
112
112
|
};
|
|
@@ -121,11 +121,11 @@ interface AvatarFallbackSlotProps {
|
|
|
121
121
|
/** Whether this fallback is currently visible */
|
|
122
122
|
isSelected: boolean;
|
|
123
123
|
}
|
|
124
|
-
declare const __VLS_export$
|
|
124
|
+
declare const __VLS_export$43: __VLS_WithSlots$23<vue483.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
125
125
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
126
126
|
}>;
|
|
127
|
-
declare const _default$
|
|
128
|
-
type __VLS_WithSlots$
|
|
127
|
+
declare const _default$43: typeof __VLS_export$43;
|
|
128
|
+
type __VLS_WithSlots$23<T, S> = T & {
|
|
129
129
|
new (): {
|
|
130
130
|
$slots: S;
|
|
131
131
|
};
|
|
@@ -159,7 +159,7 @@ declare const Avatar: {
|
|
|
159
159
|
* ```
|
|
160
160
|
*/
|
|
161
161
|
Root: {
|
|
162
|
-
new (...args: any[]):
|
|
162
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
163
163
|
P: {};
|
|
164
164
|
B: {};
|
|
165
165
|
D: {};
|
|
@@ -170,7 +170,7 @@ declare const Avatar: {
|
|
|
170
170
|
__isFragment?: never;
|
|
171
171
|
__isTeleport?: never;
|
|
172
172
|
__isSuspense?: never;
|
|
173
|
-
} &
|
|
173
|
+
} & vue483.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
174
174
|
$slots: {
|
|
175
175
|
default?: (props: {}) => any;
|
|
176
176
|
};
|
|
@@ -192,13 +192,13 @@ declare const Avatar: {
|
|
|
192
192
|
* ```
|
|
193
193
|
*/
|
|
194
194
|
Image: {
|
|
195
|
-
new (...args: any[]):
|
|
196
|
-
onLoad?: ((e: Event) => any) | undefined;
|
|
195
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
197
196
|
onError?: ((e: Event) => any) | undefined;
|
|
198
|
-
|
|
199
|
-
|
|
197
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
198
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
200
199
|
error: (e: Event) => any;
|
|
201
|
-
|
|
200
|
+
load: (e: Event) => any;
|
|
201
|
+
}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
202
202
|
P: {};
|
|
203
203
|
B: {};
|
|
204
204
|
D: {};
|
|
@@ -206,19 +206,19 @@ declare const Avatar: {
|
|
|
206
206
|
M: {};
|
|
207
207
|
Defaults: {};
|
|
208
208
|
}, Readonly<AvatarImageProps> & Readonly<{
|
|
209
|
-
onLoad?: ((e: Event) => any) | undefined;
|
|
210
209
|
onError?: ((e: Event) => any) | undefined;
|
|
210
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
211
211
|
}>, {}, {}, {}, {}, {}>;
|
|
212
212
|
__isFragment?: never;
|
|
213
213
|
__isTeleport?: never;
|
|
214
214
|
__isSuspense?: never;
|
|
215
|
-
} &
|
|
216
|
-
onLoad?: ((e: Event) => any) | undefined;
|
|
215
|
+
} & vue483.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
217
216
|
onError?: ((e: Event) => any) | undefined;
|
|
218
|
-
|
|
219
|
-
|
|
217
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
218
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
220
219
|
error: (e: Event) => any;
|
|
221
|
-
|
|
220
|
+
load: (e: Event) => any;
|
|
221
|
+
}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
222
222
|
$slots: {
|
|
223
223
|
default: (props: AvatarImageSlotProps) => any;
|
|
224
224
|
};
|
|
@@ -242,7 +242,7 @@ declare const Avatar: {
|
|
|
242
242
|
* ```
|
|
243
243
|
*/
|
|
244
244
|
Fallback: {
|
|
245
|
-
new (...args: any[]):
|
|
245
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
246
246
|
P: {};
|
|
247
247
|
B: {};
|
|
248
248
|
D: {};
|
|
@@ -253,7 +253,7 @@ declare const Avatar: {
|
|
|
253
253
|
__isFragment?: never;
|
|
254
254
|
__isTeleport?: never;
|
|
255
255
|
__isSuspense?: never;
|
|
256
|
-
} &
|
|
256
|
+
} & vue483.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
257
257
|
$slots: {
|
|
258
258
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
259
259
|
};
|
|
@@ -311,25 +311,25 @@ interface CheckboxGroupSlotProps {
|
|
|
311
311
|
'aria-describedby': string | undefined;
|
|
312
312
|
};
|
|
313
313
|
}
|
|
314
|
-
declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket<unknown>>, app?:
|
|
315
|
-
declare const __VLS_export$
|
|
316
|
-
props: __VLS_PrettifyLocal$
|
|
314
|
+
declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket<unknown>>, app?: vue483.App) => GroupContext<GroupTicket<unknown>>;
|
|
315
|
+
declare const __VLS_export$42: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$17<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
316
|
+
props: __VLS_PrettifyLocal$17<(CheckboxGroupProps & {
|
|
317
317
|
modelValue?: T | T[];
|
|
318
318
|
}) & {
|
|
319
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
320
319
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
321
|
-
|
|
320
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
321
|
+
}> & vue483.PublicProps;
|
|
322
322
|
expose: (exposed: {}) => void;
|
|
323
323
|
attrs: any;
|
|
324
324
|
slots: {
|
|
325
325
|
default: (props: CheckboxGroupSlotProps) => any;
|
|
326
326
|
};
|
|
327
327
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
328
|
-
}>) =>
|
|
328
|
+
}>) => vue483.VNode & {
|
|
329
329
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
330
330
|
};
|
|
331
|
-
declare const _default$
|
|
332
|
-
type __VLS_PrettifyLocal$
|
|
331
|
+
declare const _default$38: typeof __VLS_export$42;
|
|
332
|
+
type __VLS_PrettifyLocal$17<T> = { [K in keyof T as K]: T[K] } & {};
|
|
333
333
|
//#endregion
|
|
334
334
|
//#region src/components/Checkbox/CheckboxHiddenInput.vue.d.ts
|
|
335
335
|
interface CheckboxHiddenInputProps {
|
|
@@ -342,8 +342,8 @@ interface CheckboxHiddenInputProps {
|
|
|
342
342
|
/** Associate with form by ID (defaults to context value) */
|
|
343
343
|
form?: string;
|
|
344
344
|
}
|
|
345
|
-
declare const __VLS_export$
|
|
346
|
-
declare const _default$
|
|
345
|
+
declare const __VLS_export$41: vue483.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>;
|
|
346
|
+
declare const _default$39: typeof __VLS_export$41;
|
|
347
347
|
//#endregion
|
|
348
348
|
//#region src/components/Checkbox/CheckboxRoot.vue.d.ts
|
|
349
349
|
/** Visual state of the checkbox for styling purposes */
|
|
@@ -440,25 +440,25 @@ interface CheckboxRootSlotProps<V = unknown> {
|
|
|
440
440
|
'data-disabled': true | undefined;
|
|
441
441
|
};
|
|
442
442
|
}
|
|
443
|
-
declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?:
|
|
444
|
-
declare const __VLS_export$
|
|
445
|
-
props: __VLS_PrettifyLocal$
|
|
443
|
+
declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue483.App) => CheckboxRootContext<unknown>;
|
|
444
|
+
declare const __VLS_export$40: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$16<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
445
|
+
props: __VLS_PrettifyLocal$16<(CheckboxRootProps<V> & {
|
|
446
446
|
modelValue?: boolean;
|
|
447
447
|
}) & {
|
|
448
|
-
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
449
448
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
450
|
-
|
|
449
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
450
|
+
}> & vue483.PublicProps;
|
|
451
451
|
expose: (exposed: {}) => void;
|
|
452
452
|
attrs: any;
|
|
453
453
|
slots: {
|
|
454
454
|
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
455
455
|
};
|
|
456
456
|
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
457
|
-
}>) =>
|
|
457
|
+
}>) => vue483.VNode & {
|
|
458
458
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
459
459
|
};
|
|
460
|
-
declare const _default$
|
|
461
|
-
type __VLS_PrettifyLocal$
|
|
460
|
+
declare const _default$41: typeof __VLS_export$40;
|
|
461
|
+
type __VLS_PrettifyLocal$16<T> = { [K in keyof T as K]: T[K] } & {};
|
|
462
462
|
//#endregion
|
|
463
463
|
//#region src/components/Checkbox/CheckboxIndicator.vue.d.ts
|
|
464
464
|
interface CheckboxIndicatorProps extends AtomProps {
|
|
@@ -478,11 +478,11 @@ interface CheckboxIndicatorSlotProps {
|
|
|
478
478
|
};
|
|
479
479
|
};
|
|
480
480
|
}
|
|
481
|
-
declare const __VLS_export$
|
|
481
|
+
declare const __VLS_export$39: __VLS_WithSlots$22<vue483.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
482
482
|
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
483
483
|
}>;
|
|
484
|
-
declare const _default$
|
|
485
|
-
type __VLS_WithSlots$
|
|
484
|
+
declare const _default$40: typeof __VLS_export$39;
|
|
485
|
+
type __VLS_WithSlots$22<T, S> = T & {
|
|
486
486
|
new (): {
|
|
487
487
|
$slots: S;
|
|
488
488
|
};
|
|
@@ -532,11 +532,11 @@ interface CheckboxSelectAllSlotProps {
|
|
|
532
532
|
'data-disabled': true | undefined;
|
|
533
533
|
};
|
|
534
534
|
}
|
|
535
|
-
declare const __VLS_export$
|
|
535
|
+
declare const __VLS_export$38: __VLS_WithSlots$21<vue483.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
536
536
|
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
537
537
|
}>;
|
|
538
|
-
declare const _default$
|
|
539
|
-
type __VLS_WithSlots$
|
|
538
|
+
declare const _default$42: typeof __VLS_export$38;
|
|
539
|
+
type __VLS_WithSlots$21<T, S> = T & {
|
|
540
540
|
new (): {
|
|
541
541
|
$slots: S;
|
|
542
542
|
};
|
|
@@ -594,11 +594,11 @@ declare const Checkbox: {
|
|
|
594
594
|
* ```
|
|
595
595
|
*/
|
|
596
596
|
Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
597
|
+
attrs: any;
|
|
598
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
597
599
|
slots: {
|
|
598
600
|
default: (props: CheckboxGroupSlotProps) => any;
|
|
599
601
|
};
|
|
600
|
-
attrs: any;
|
|
601
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
602
602
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
603
603
|
props: {
|
|
604
604
|
namespace?: string | undefined;
|
|
@@ -611,16 +611,16 @@ declare const Checkbox: {
|
|
|
611
611
|
as?: (DOMElement | null) | undefined;
|
|
612
612
|
renderless?: boolean | undefined;
|
|
613
613
|
modelValue?: (T | T[]) | undefined;
|
|
614
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
615
614
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
616
|
-
|
|
615
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
616
|
+
} & vue483.PublicProps;
|
|
617
617
|
expose: (exposed: {}) => void;
|
|
618
618
|
attrs: any;
|
|
619
619
|
slots: {
|
|
620
620
|
default: (props: CheckboxGroupSlotProps) => any;
|
|
621
621
|
};
|
|
622
622
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
623
|
-
}>) =>
|
|
623
|
+
}>) => vue483.VNode & {
|
|
624
624
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
625
625
|
};
|
|
626
626
|
/**
|
|
@@ -645,7 +645,7 @@ declare const Checkbox: {
|
|
|
645
645
|
* </template>
|
|
646
646
|
* ```
|
|
647
647
|
*/
|
|
648
|
-
HiddenInput:
|
|
648
|
+
HiddenInput: vue483.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>;
|
|
649
649
|
/**
|
|
650
650
|
* Visual indicator component for checkboxes.
|
|
651
651
|
*
|
|
@@ -672,7 +672,7 @@ declare const Checkbox: {
|
|
|
672
672
|
* ```
|
|
673
673
|
*/
|
|
674
674
|
Indicator: {
|
|
675
|
-
new (...args: any[]):
|
|
675
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
676
676
|
P: {};
|
|
677
677
|
B: {};
|
|
678
678
|
D: {};
|
|
@@ -683,7 +683,7 @@ declare const Checkbox: {
|
|
|
683
683
|
__isFragment?: never;
|
|
684
684
|
__isTeleport?: never;
|
|
685
685
|
__isSuspense?: never;
|
|
686
|
-
} &
|
|
686
|
+
} & vue483.ComponentOptionsBase<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
687
687
|
$slots: {
|
|
688
688
|
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
689
689
|
};
|
|
@@ -718,11 +718,11 @@ declare const Checkbox: {
|
|
|
718
718
|
* ```
|
|
719
719
|
*/
|
|
720
720
|
Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
721
|
+
attrs: any;
|
|
722
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
721
723
|
slots: {
|
|
722
724
|
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
723
725
|
};
|
|
724
|
-
attrs: any;
|
|
725
|
-
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
726
726
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
727
727
|
props: {
|
|
728
728
|
id?: ID | undefined;
|
|
@@ -730,8 +730,8 @@ declare const Checkbox: {
|
|
|
730
730
|
value?: V | undefined;
|
|
731
731
|
name?: string | undefined;
|
|
732
732
|
form?: string | undefined;
|
|
733
|
-
disabled?:
|
|
734
|
-
indeterminate?:
|
|
733
|
+
disabled?: vue483.MaybeRef<boolean> | undefined;
|
|
734
|
+
indeterminate?: vue483.MaybeRef<boolean> | undefined;
|
|
735
735
|
namespace?: string | undefined;
|
|
736
736
|
groupNamespace?: string | undefined;
|
|
737
737
|
ariaLabelledby?: string | undefined;
|
|
@@ -740,16 +740,16 @@ declare const Checkbox: {
|
|
|
740
740
|
as?: (DOMElement | null) | undefined;
|
|
741
741
|
renderless?: boolean | undefined;
|
|
742
742
|
modelValue?: boolean | undefined;
|
|
743
|
-
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
744
743
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
745
|
-
|
|
744
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
745
|
+
} & vue483.PublicProps;
|
|
746
746
|
expose: (exposed: {}) => void;
|
|
747
747
|
attrs: any;
|
|
748
748
|
slots: {
|
|
749
749
|
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
750
750
|
};
|
|
751
751
|
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
752
|
-
}>) =>
|
|
752
|
+
}>) => vue483.VNode & {
|
|
753
753
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
754
754
|
};
|
|
755
755
|
/**
|
|
@@ -787,7 +787,7 @@ declare const Checkbox: {
|
|
|
787
787
|
* ```
|
|
788
788
|
*/
|
|
789
789
|
SelectAll: {
|
|
790
|
-
new (...args: any[]):
|
|
790
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
791
791
|
P: {};
|
|
792
792
|
B: {};
|
|
793
793
|
D: {};
|
|
@@ -798,7 +798,7 @@ declare const Checkbox: {
|
|
|
798
798
|
__isFragment?: never;
|
|
799
799
|
__isTeleport?: never;
|
|
800
800
|
__isSuspense?: never;
|
|
801
|
-
} &
|
|
801
|
+
} & vue483.ComponentOptionsBase<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
802
802
|
$slots: {
|
|
803
803
|
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
804
804
|
};
|
|
@@ -830,20 +830,20 @@ interface DialogRootSlotProps {
|
|
|
830
830
|
/** Close the dialog */
|
|
831
831
|
close: () => void;
|
|
832
832
|
}
|
|
833
|
-
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?:
|
|
834
|
-
declare const __VLS_export$
|
|
833
|
+
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue483.App) => DialogContext;
|
|
834
|
+
declare const __VLS_export$37: __VLS_WithSlots$20<vue483.DefineComponent<DialogRootProps & {
|
|
835
835
|
modelValue?: boolean;
|
|
836
|
-
}, {}, {}, {}, {},
|
|
836
|
+
}, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
837
837
|
"update:modelValue": (...args: unknown[]) => any;
|
|
838
|
-
}, string,
|
|
838
|
+
}, string, vue483.PublicProps, Readonly<DialogRootProps & {
|
|
839
839
|
modelValue?: boolean;
|
|
840
840
|
}> & Readonly<{
|
|
841
841
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
842
|
-
}>, {}, {}, {}, {}, string,
|
|
842
|
+
}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
843
843
|
default: (props: DialogRootSlotProps) => any;
|
|
844
844
|
}>;
|
|
845
|
-
declare const _default$
|
|
846
|
-
type __VLS_WithSlots$
|
|
845
|
+
declare const _default$35: typeof __VLS_export$37;
|
|
846
|
+
type __VLS_WithSlots$20<T, S> = T & {
|
|
847
847
|
new (): {
|
|
848
848
|
$slots: S;
|
|
849
849
|
};
|
|
@@ -865,11 +865,11 @@ interface DialogActivatorSlotProps {
|
|
|
865
865
|
'data-dialog-open': '' | undefined;
|
|
866
866
|
};
|
|
867
867
|
}
|
|
868
|
-
declare const __VLS_export$
|
|
868
|
+
declare const __VLS_export$36: __VLS_WithSlots$19<vue483.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
869
869
|
default: (props: DialogActivatorSlotProps) => any;
|
|
870
870
|
}>;
|
|
871
|
-
declare const _default$
|
|
872
|
-
type __VLS_WithSlots$
|
|
871
|
+
declare const _default$37: typeof __VLS_export$36;
|
|
872
|
+
type __VLS_WithSlots$19<T, S> = T & {
|
|
873
873
|
new (): {
|
|
874
874
|
$slots: S;
|
|
875
875
|
};
|
|
@@ -898,17 +898,17 @@ interface DialogContentSlotProps {
|
|
|
898
898
|
'aria-describedby': string;
|
|
899
899
|
};
|
|
900
900
|
}
|
|
901
|
-
declare const __VLS_export$
|
|
901
|
+
declare const __VLS_export$35: __VLS_WithSlots$18<vue483.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
902
902
|
cancel: (e: Event) => any;
|
|
903
903
|
close: (e: Event) => any;
|
|
904
|
-
}, string,
|
|
904
|
+
}, string, vue483.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
905
905
|
onCancel?: ((e: Event) => any) | undefined;
|
|
906
906
|
onClose?: ((e: Event) => any) | undefined;
|
|
907
|
-
}>, {}, {}, {}, {}, string,
|
|
907
|
+
}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
908
908
|
default: (props: DialogContentSlotProps) => any;
|
|
909
909
|
}>;
|
|
910
|
-
declare const _default$
|
|
911
|
-
type __VLS_WithSlots$
|
|
910
|
+
declare const _default$33: typeof __VLS_export$35;
|
|
911
|
+
type __VLS_WithSlots$18<T, S> = T & {
|
|
912
912
|
new (): {
|
|
913
913
|
$slots: S;
|
|
914
914
|
};
|
|
@@ -925,11 +925,11 @@ interface DialogTitleSlotProps {
|
|
|
925
925
|
id: string;
|
|
926
926
|
};
|
|
927
927
|
}
|
|
928
|
-
declare const __VLS_export$
|
|
928
|
+
declare const __VLS_export$34: __VLS_WithSlots$17<vue483.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
929
929
|
default: (props: DialogTitleSlotProps) => any;
|
|
930
930
|
}>;
|
|
931
|
-
declare const _default$
|
|
932
|
-
type __VLS_WithSlots$
|
|
931
|
+
declare const _default$36: typeof __VLS_export$34;
|
|
932
|
+
type __VLS_WithSlots$17<T, S> = T & {
|
|
933
933
|
new (): {
|
|
934
934
|
$slots: S;
|
|
935
935
|
};
|
|
@@ -946,11 +946,11 @@ interface DialogDescriptionSlotProps {
|
|
|
946
946
|
id: string;
|
|
947
947
|
};
|
|
948
948
|
}
|
|
949
|
-
declare const __VLS_export$
|
|
949
|
+
declare const __VLS_export$33: __VLS_WithSlots$16<vue483.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
950
950
|
default: (props: DialogDescriptionSlotProps) => any;
|
|
951
951
|
}>;
|
|
952
|
-
declare const _default$
|
|
953
|
-
type __VLS_WithSlots$
|
|
952
|
+
declare const _default$34: typeof __VLS_export$33;
|
|
953
|
+
type __VLS_WithSlots$16<T, S> = T & {
|
|
954
954
|
new (): {
|
|
955
955
|
$slots: S;
|
|
956
956
|
};
|
|
@@ -970,11 +970,11 @@ interface DialogCloseSlotProps {
|
|
|
970
970
|
'aria-label': 'Close';
|
|
971
971
|
};
|
|
972
972
|
}
|
|
973
|
-
declare const __VLS_export$
|
|
973
|
+
declare const __VLS_export$32: __VLS_WithSlots$15<vue483.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
974
974
|
default: (props: DialogCloseSlotProps) => any;
|
|
975
975
|
}>;
|
|
976
|
-
declare const _default$
|
|
977
|
-
type __VLS_WithSlots$
|
|
976
|
+
declare const _default$32: typeof __VLS_export$32;
|
|
977
|
+
type __VLS_WithSlots$15<T, S> = T & {
|
|
978
978
|
new (): {
|
|
979
979
|
$slots: S;
|
|
980
980
|
};
|
|
@@ -1034,13 +1034,13 @@ declare const Dialog: {
|
|
|
1034
1034
|
* ```
|
|
1035
1035
|
*/
|
|
1036
1036
|
Root: {
|
|
1037
|
-
new (...args: any[]):
|
|
1037
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
|
|
1038
1038
|
modelValue?: boolean;
|
|
1039
1039
|
}> & Readonly<{
|
|
1040
1040
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
1041
|
-
}>, {}, {}, {}, {},
|
|
1041
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
1042
1042
|
"update:modelValue": (...args: unknown[]) => any;
|
|
1043
|
-
},
|
|
1043
|
+
}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
1044
1044
|
P: {};
|
|
1045
1045
|
B: {};
|
|
1046
1046
|
D: {};
|
|
@@ -1055,13 +1055,13 @@ declare const Dialog: {
|
|
|
1055
1055
|
__isFragment?: never;
|
|
1056
1056
|
__isTeleport?: never;
|
|
1057
1057
|
__isSuspense?: never;
|
|
1058
|
-
} &
|
|
1058
|
+
} & vue483.ComponentOptionsBase<Readonly<DialogRootProps & {
|
|
1059
1059
|
modelValue?: boolean;
|
|
1060
1060
|
}> & Readonly<{
|
|
1061
1061
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
1062
|
-
}>, {}, {}, {}, {},
|
|
1062
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
1063
1063
|
"update:modelValue": (...args: unknown[]) => any;
|
|
1064
|
-
}, string, {}, {}, string, {},
|
|
1064
|
+
}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
1065
1065
|
$slots: {
|
|
1066
1066
|
default: (props: DialogRootSlotProps) => any;
|
|
1067
1067
|
};
|
|
@@ -1085,7 +1085,7 @@ declare const Dialog: {
|
|
|
1085
1085
|
* ```
|
|
1086
1086
|
*/
|
|
1087
1087
|
Activator: {
|
|
1088
|
-
new (...args: any[]):
|
|
1088
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
1089
1089
|
P: {};
|
|
1090
1090
|
B: {};
|
|
1091
1091
|
D: {};
|
|
@@ -1096,7 +1096,7 @@ declare const Dialog: {
|
|
|
1096
1096
|
__isFragment?: never;
|
|
1097
1097
|
__isTeleport?: never;
|
|
1098
1098
|
__isSuspense?: never;
|
|
1099
|
-
} &
|
|
1099
|
+
} & vue483.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
1100
1100
|
$slots: {
|
|
1101
1101
|
default: (props: DialogActivatorSlotProps) => any;
|
|
1102
1102
|
};
|
|
@@ -1122,13 +1122,13 @@ declare const Dialog: {
|
|
|
1122
1122
|
* ```
|
|
1123
1123
|
*/
|
|
1124
1124
|
Content: {
|
|
1125
|
-
new (...args: any[]):
|
|
1125
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
|
|
1126
1126
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1127
1127
|
onClose?: ((e: Event) => any) | undefined;
|
|
1128
|
-
}>, {}, {}, {}, {},
|
|
1128
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
1129
1129
|
cancel: (e: Event) => any;
|
|
1130
1130
|
close: (e: Event) => any;
|
|
1131
|
-
},
|
|
1131
|
+
}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
1132
1132
|
P: {};
|
|
1133
1133
|
B: {};
|
|
1134
1134
|
D: {};
|
|
@@ -1142,13 +1142,13 @@ declare const Dialog: {
|
|
|
1142
1142
|
__isFragment?: never;
|
|
1143
1143
|
__isTeleport?: never;
|
|
1144
1144
|
__isSuspense?: never;
|
|
1145
|
-
} &
|
|
1145
|
+
} & vue483.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
|
|
1146
1146
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1147
1147
|
onClose?: ((e: Event) => any) | undefined;
|
|
1148
|
-
}>, {}, {}, {}, {},
|
|
1148
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
1149
1149
|
cancel: (e: Event) => any;
|
|
1150
1150
|
close: (e: Event) => any;
|
|
1151
|
-
}, string, {}, {}, string, {},
|
|
1151
|
+
}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
1152
1152
|
$slots: {
|
|
1153
1153
|
default: (props: DialogContentSlotProps) => any;
|
|
1154
1154
|
};
|
|
@@ -1170,7 +1170,7 @@ declare const Dialog: {
|
|
|
1170
1170
|
* ```
|
|
1171
1171
|
*/
|
|
1172
1172
|
Title: {
|
|
1173
|
-
new (...args: any[]):
|
|
1173
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
1174
1174
|
P: {};
|
|
1175
1175
|
B: {};
|
|
1176
1176
|
D: {};
|
|
@@ -1181,7 +1181,7 @@ declare const Dialog: {
|
|
|
1181
1181
|
__isFragment?: never;
|
|
1182
1182
|
__isTeleport?: never;
|
|
1183
1183
|
__isSuspense?: never;
|
|
1184
|
-
} &
|
|
1184
|
+
} & vue483.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
1185
1185
|
$slots: {
|
|
1186
1186
|
default: (props: DialogTitleSlotProps) => any;
|
|
1187
1187
|
};
|
|
@@ -1205,7 +1205,7 @@ declare const Dialog: {
|
|
|
1205
1205
|
* ```
|
|
1206
1206
|
*/
|
|
1207
1207
|
Description: {
|
|
1208
|
-
new (...args: any[]):
|
|
1208
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
1209
1209
|
P: {};
|
|
1210
1210
|
B: {};
|
|
1211
1211
|
D: {};
|
|
@@ -1216,7 +1216,7 @@ declare const Dialog: {
|
|
|
1216
1216
|
__isFragment?: never;
|
|
1217
1217
|
__isTeleport?: never;
|
|
1218
1218
|
__isSuspense?: never;
|
|
1219
|
-
} &
|
|
1219
|
+
} & vue483.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
1220
1220
|
$slots: {
|
|
1221
1221
|
default: (props: DialogDescriptionSlotProps) => any;
|
|
1222
1222
|
};
|
|
@@ -1238,7 +1238,7 @@ declare const Dialog: {
|
|
|
1238
1238
|
* ```
|
|
1239
1239
|
*/
|
|
1240
1240
|
Close: {
|
|
1241
|
-
new (...args: any[]):
|
|
1241
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
1242
1242
|
P: {};
|
|
1243
1243
|
B: {};
|
|
1244
1244
|
D: {};
|
|
@@ -1249,7 +1249,7 @@ declare const Dialog: {
|
|
|
1249
1249
|
__isFragment?: never;
|
|
1250
1250
|
__isTeleport?: never;
|
|
1251
1251
|
__isSuspense?: never;
|
|
1252
|
-
} &
|
|
1252
|
+
} & vue483.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
1253
1253
|
$slots: {
|
|
1254
1254
|
default: (props: DialogCloseSlotProps) => any;
|
|
1255
1255
|
};
|
|
@@ -1293,24 +1293,24 @@ interface ExpansionPanelRootSlotProps {
|
|
|
1293
1293
|
/** Toggle a panel's expansion state by ID */
|
|
1294
1294
|
toggle: (id: ID) => void;
|
|
1295
1295
|
}
|
|
1296
|
-
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?:
|
|
1297
|
-
declare const __VLS_export$
|
|
1298
|
-
props: __VLS_PrettifyLocal$
|
|
1296
|
+
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue483.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
1297
|
+
declare const __VLS_export$31: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$15<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1298
|
+
props: __VLS_PrettifyLocal$15<(ExpansionPanelRootProps & {
|
|
1299
1299
|
modelValue?: T | T[];
|
|
1300
1300
|
}) & {
|
|
1301
1301
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
1302
|
-
}> &
|
|
1302
|
+
}> & vue483.PublicProps;
|
|
1303
1303
|
expose: (exposed: {}) => void;
|
|
1304
1304
|
attrs: any;
|
|
1305
1305
|
slots: {
|
|
1306
1306
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
1307
1307
|
};
|
|
1308
1308
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1309
|
-
}>) =>
|
|
1309
|
+
}>) => vue483.VNode & {
|
|
1310
1310
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1311
1311
|
};
|
|
1312
|
-
declare const _default$
|
|
1313
|
-
type __VLS_PrettifyLocal$
|
|
1312
|
+
declare const _default$31: typeof __VLS_export$31;
|
|
1313
|
+
type __VLS_PrettifyLocal$15<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1314
1314
|
//#endregion
|
|
1315
1315
|
//#region src/components/ExpansionPanel/ExpansionPanelItem.vue.d.ts
|
|
1316
1316
|
interface ExpansionPanelItemProps<V = unknown> extends AtomProps {
|
|
@@ -1351,20 +1351,20 @@ interface ExpansionPanelItemSlotProps {
|
|
|
1351
1351
|
'data-selected': true | undefined;
|
|
1352
1352
|
};
|
|
1353
1353
|
}
|
|
1354
|
-
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?:
|
|
1355
|
-
declare const __VLS_export$
|
|
1356
|
-
props: __VLS_PrettifyLocal$
|
|
1354
|
+
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue483.App) => ExpansionPanelItemContext;
|
|
1355
|
+
declare const __VLS_export$30: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$14<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1356
|
+
props: __VLS_PrettifyLocal$14<ExpansionPanelItemProps<V>> & vue483.PublicProps;
|
|
1357
1357
|
expose: (exposed: {}) => void;
|
|
1358
1358
|
attrs: any;
|
|
1359
1359
|
slots: {
|
|
1360
1360
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
1361
1361
|
};
|
|
1362
1362
|
emit: {};
|
|
1363
|
-
}>) =>
|
|
1363
|
+
}>) => vue483.VNode & {
|
|
1364
1364
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1365
1365
|
};
|
|
1366
|
-
declare const _default$
|
|
1367
|
-
type __VLS_PrettifyLocal$
|
|
1366
|
+
declare const _default$30: typeof __VLS_export$30;
|
|
1367
|
+
type __VLS_PrettifyLocal$14<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1368
1368
|
//#endregion
|
|
1369
1369
|
//#region src/components/ExpansionPanel/ExpansionPanelHeader.vue.d.ts
|
|
1370
1370
|
interface ExpansionPanelHeaderProps extends AtomProps {
|
|
@@ -1380,11 +1380,11 @@ interface ExpansionPanelHeaderSlotProps {
|
|
|
1380
1380
|
'data-selected': true | undefined;
|
|
1381
1381
|
};
|
|
1382
1382
|
}
|
|
1383
|
-
declare const __VLS_export$
|
|
1383
|
+
declare const __VLS_export$29: __VLS_WithSlots$14<vue483.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
1384
1384
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
1385
1385
|
}>;
|
|
1386
|
-
declare const _default$
|
|
1387
|
-
type __VLS_WithSlots$
|
|
1386
|
+
declare const _default$29: typeof __VLS_export$29;
|
|
1387
|
+
type __VLS_WithSlots$14<T, S> = T & {
|
|
1388
1388
|
new (): {
|
|
1389
1389
|
$slots: S;
|
|
1390
1390
|
};
|
|
@@ -1429,11 +1429,11 @@ interface ExpansionPanelActivatorSlotProps {
|
|
|
1429
1429
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
1430
1430
|
};
|
|
1431
1431
|
}
|
|
1432
|
-
declare const __VLS_export$
|
|
1432
|
+
declare const __VLS_export$28: __VLS_WithSlots$13<vue483.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
1433
1433
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
1434
1434
|
}>;
|
|
1435
|
-
declare const _default$
|
|
1436
|
-
type __VLS_WithSlots$
|
|
1435
|
+
declare const _default$27: typeof __VLS_export$28;
|
|
1436
|
+
type __VLS_WithSlots$13<T, S> = T & {
|
|
1437
1437
|
new (): {
|
|
1438
1438
|
$slots: S;
|
|
1439
1439
|
};
|
|
@@ -1460,11 +1460,11 @@ interface ExpansionPanelContentSlotProps {
|
|
|
1460
1460
|
'hidden': boolean;
|
|
1461
1461
|
};
|
|
1462
1462
|
}
|
|
1463
|
-
declare const __VLS_export$
|
|
1463
|
+
declare const __VLS_export$27: __VLS_WithSlots$12<vue483.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
1464
1464
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
1465
1465
|
}>;
|
|
1466
|
-
declare const _default$
|
|
1467
|
-
type __VLS_WithSlots$
|
|
1466
|
+
declare const _default$28: typeof __VLS_export$27;
|
|
1467
|
+
type __VLS_WithSlots$12<T, S> = T & {
|
|
1468
1468
|
new (): {
|
|
1469
1469
|
$slots: S;
|
|
1470
1470
|
};
|
|
@@ -1506,11 +1506,11 @@ declare const ExpansionPanel: {
|
|
|
1506
1506
|
* ```
|
|
1507
1507
|
*/
|
|
1508
1508
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1509
|
+
attrs: any;
|
|
1510
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1509
1511
|
slots: {
|
|
1510
1512
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
1511
1513
|
};
|
|
1512
|
-
attrs: any;
|
|
1513
|
-
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1514
1514
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1515
1515
|
props: {
|
|
1516
1516
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
@@ -1522,14 +1522,14 @@ declare const ExpansionPanel: {
|
|
|
1522
1522
|
as?: (DOMElement | null) | undefined;
|
|
1523
1523
|
renderless?: boolean | undefined;
|
|
1524
1524
|
modelValue?: (T | T[]) | undefined;
|
|
1525
|
-
} &
|
|
1525
|
+
} & vue483.PublicProps;
|
|
1526
1526
|
expose: (exposed: {}) => void;
|
|
1527
1527
|
attrs: any;
|
|
1528
1528
|
slots: {
|
|
1529
1529
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
1530
1530
|
};
|
|
1531
1531
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1532
|
-
}>) =>
|
|
1532
|
+
}>) => vue483.VNode & {
|
|
1533
1533
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1534
1534
|
};
|
|
1535
1535
|
/**
|
|
@@ -1559,27 +1559,27 @@ declare const ExpansionPanel: {
|
|
|
1559
1559
|
* ```
|
|
1560
1560
|
*/
|
|
1561
1561
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1562
|
+
attrs: any;
|
|
1563
|
+
emit: {};
|
|
1562
1564
|
slots: {
|
|
1563
1565
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
1564
1566
|
};
|
|
1565
|
-
attrs: any;
|
|
1566
|
-
emit: {};
|
|
1567
1567
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1568
1568
|
props: {
|
|
1569
1569
|
id?: string | undefined;
|
|
1570
1570
|
value?: V | undefined;
|
|
1571
|
-
disabled?:
|
|
1571
|
+
disabled?: vue483.MaybeRef<boolean> | undefined;
|
|
1572
1572
|
namespace?: string | undefined;
|
|
1573
1573
|
as?: (DOMElement | null) | undefined;
|
|
1574
1574
|
renderless?: boolean | undefined;
|
|
1575
|
-
} &
|
|
1575
|
+
} & vue483.PublicProps;
|
|
1576
1576
|
expose: (exposed: {}) => void;
|
|
1577
1577
|
attrs: any;
|
|
1578
1578
|
slots: {
|
|
1579
1579
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
1580
1580
|
};
|
|
1581
1581
|
emit: {};
|
|
1582
|
-
}>) =>
|
|
1582
|
+
}>) => vue483.VNode & {
|
|
1583
1583
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1584
1584
|
};
|
|
1585
1585
|
/**
|
|
@@ -1603,7 +1603,7 @@ declare const ExpansionPanel: {
|
|
|
1603
1603
|
* ```
|
|
1604
1604
|
*/
|
|
1605
1605
|
Header: {
|
|
1606
|
-
new (...args: any[]):
|
|
1606
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
1607
1607
|
P: {};
|
|
1608
1608
|
B: {};
|
|
1609
1609
|
D: {};
|
|
@@ -1614,7 +1614,7 @@ declare const ExpansionPanel: {
|
|
|
1614
1614
|
__isFragment?: never;
|
|
1615
1615
|
__isTeleport?: never;
|
|
1616
1616
|
__isSuspense?: never;
|
|
1617
|
-
} &
|
|
1617
|
+
} & vue483.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
1618
1618
|
$slots: {
|
|
1619
1619
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
1620
1620
|
};
|
|
@@ -1638,7 +1638,7 @@ declare const ExpansionPanel: {
|
|
|
1638
1638
|
* ```
|
|
1639
1639
|
*/
|
|
1640
1640
|
Activator: {
|
|
1641
|
-
new (...args: any[]):
|
|
1641
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
1642
1642
|
P: {};
|
|
1643
1643
|
B: {};
|
|
1644
1644
|
D: {};
|
|
@@ -1649,7 +1649,7 @@ declare const ExpansionPanel: {
|
|
|
1649
1649
|
__isFragment?: never;
|
|
1650
1650
|
__isTeleport?: never;
|
|
1651
1651
|
__isSuspense?: never;
|
|
1652
|
-
} &
|
|
1652
|
+
} & vue483.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
1653
1653
|
$slots: {
|
|
1654
1654
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
1655
1655
|
};
|
|
@@ -1673,7 +1673,7 @@ declare const ExpansionPanel: {
|
|
|
1673
1673
|
* ```
|
|
1674
1674
|
*/
|
|
1675
1675
|
Content: {
|
|
1676
|
-
new (...args: any[]):
|
|
1676
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
1677
1677
|
P: {};
|
|
1678
1678
|
B: {};
|
|
1679
1679
|
D: {};
|
|
@@ -1684,7 +1684,7 @@ declare const ExpansionPanel: {
|
|
|
1684
1684
|
__isFragment?: never;
|
|
1685
1685
|
__isTeleport?: never;
|
|
1686
1686
|
__isSuspense?: never;
|
|
1687
|
-
} &
|
|
1687
|
+
} & vue483.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
1688
1688
|
$slots: {
|
|
1689
1689
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
1690
1690
|
};
|
|
@@ -1733,25 +1733,25 @@ interface GroupRootSlotProps {
|
|
|
1733
1733
|
'aria-multiselectable': true;
|
|
1734
1734
|
};
|
|
1735
1735
|
}
|
|
1736
|
-
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?:
|
|
1737
|
-
declare const __VLS_export$
|
|
1738
|
-
props: __VLS_PrettifyLocal$
|
|
1736
|
+
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?: vue483.App) => GroupContext<GroupTicket<unknown>>;
|
|
1737
|
+
declare const __VLS_export$26: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$13<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1738
|
+
props: __VLS_PrettifyLocal$13<(GroupRootProps & {
|
|
1739
1739
|
modelValue?: T | T[];
|
|
1740
1740
|
}) & {
|
|
1741
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1742
1741
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1743
|
-
|
|
1742
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1743
|
+
}> & vue483.PublicProps;
|
|
1744
1744
|
expose: (exposed: {}) => void;
|
|
1745
1745
|
attrs: any;
|
|
1746
1746
|
slots: {
|
|
1747
1747
|
default: (props: GroupRootSlotProps) => any;
|
|
1748
1748
|
};
|
|
1749
1749
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1750
|
-
}>) =>
|
|
1750
|
+
}>) => vue483.VNode & {
|
|
1751
1751
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1752
1752
|
};
|
|
1753
|
-
declare const _default$
|
|
1754
|
-
type __VLS_PrettifyLocal$
|
|
1753
|
+
declare const _default$26: typeof __VLS_export$26;
|
|
1754
|
+
type __VLS_PrettifyLocal$13<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1755
1755
|
//#endregion
|
|
1756
1756
|
//#region src/components/Group/GroupItem.vue.d.ts
|
|
1757
1757
|
interface GroupItemProps<V = unknown> {
|
|
@@ -1801,19 +1801,19 @@ interface GroupItemSlotProps<V = unknown> {
|
|
|
1801
1801
|
'data-mixed': true | undefined;
|
|
1802
1802
|
};
|
|
1803
1803
|
}
|
|
1804
|
-
declare const __VLS_export$
|
|
1805
|
-
props: __VLS_PrettifyLocal$
|
|
1804
|
+
declare const __VLS_export$25: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$12<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1805
|
+
props: __VLS_PrettifyLocal$12<GroupItemProps<V>> & vue483.PublicProps;
|
|
1806
1806
|
expose: (exposed: {}) => void;
|
|
1807
1807
|
attrs: any;
|
|
1808
1808
|
slots: {
|
|
1809
1809
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
1810
1810
|
};
|
|
1811
1811
|
emit: {};
|
|
1812
|
-
}>) =>
|
|
1812
|
+
}>) => vue483.VNode & {
|
|
1813
1813
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1814
1814
|
};
|
|
1815
|
-
declare const _default$
|
|
1816
|
-
type __VLS_PrettifyLocal$
|
|
1815
|
+
declare const _default$25: typeof __VLS_export$25;
|
|
1816
|
+
type __VLS_PrettifyLocal$12<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1817
1817
|
//#endregion
|
|
1818
1818
|
//#region src/components/Group/index.d.ts
|
|
1819
1819
|
/**
|
|
@@ -1843,11 +1843,11 @@ declare const Group: {
|
|
|
1843
1843
|
* ```
|
|
1844
1844
|
*/
|
|
1845
1845
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1846
|
+
attrs: any;
|
|
1847
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1846
1848
|
slots: {
|
|
1847
1849
|
default: (props: GroupRootSlotProps) => any;
|
|
1848
1850
|
};
|
|
1849
|
-
attrs: any;
|
|
1850
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1851
1851
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1852
1852
|
props: {
|
|
1853
1853
|
namespace?: string | undefined;
|
|
@@ -1855,16 +1855,16 @@ declare const Group: {
|
|
|
1855
1855
|
enroll?: boolean | undefined;
|
|
1856
1856
|
mandatory?: boolean | "force" | undefined;
|
|
1857
1857
|
modelValue?: (T | T[]) | undefined;
|
|
1858
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1859
1858
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1860
|
-
|
|
1859
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1860
|
+
} & vue483.PublicProps;
|
|
1861
1861
|
expose: (exposed: {}) => void;
|
|
1862
1862
|
attrs: any;
|
|
1863
1863
|
slots: {
|
|
1864
1864
|
default: (props: GroupRootSlotProps) => any;
|
|
1865
1865
|
};
|
|
1866
1866
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1867
|
-
}>) =>
|
|
1867
|
+
}>) => vue483.VNode & {
|
|
1868
1868
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1869
1869
|
};
|
|
1870
1870
|
/**
|
|
@@ -1886,35 +1886,35 @@ declare const Group: {
|
|
|
1886
1886
|
* ```
|
|
1887
1887
|
*/
|
|
1888
1888
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1889
|
+
attrs: any;
|
|
1890
|
+
emit: {};
|
|
1889
1891
|
slots: {
|
|
1890
1892
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
1891
1893
|
};
|
|
1892
|
-
attrs: any;
|
|
1893
|
-
emit: {};
|
|
1894
1894
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1895
1895
|
props: {
|
|
1896
1896
|
id?: string | undefined;
|
|
1897
1897
|
label?: string | undefined;
|
|
1898
1898
|
value?: V | undefined;
|
|
1899
|
-
disabled?:
|
|
1900
|
-
indeterminate?:
|
|
1899
|
+
disabled?: vue483.MaybeRef<boolean> | undefined;
|
|
1900
|
+
indeterminate?: vue483.MaybeRef<boolean> | undefined;
|
|
1901
1901
|
namespace?: string | undefined;
|
|
1902
|
-
} &
|
|
1902
|
+
} & vue483.PublicProps;
|
|
1903
1903
|
expose: (exposed: {}) => void;
|
|
1904
1904
|
attrs: any;
|
|
1905
1905
|
slots: {
|
|
1906
1906
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
1907
1907
|
};
|
|
1908
1908
|
emit: {};
|
|
1909
|
-
}>) =>
|
|
1909
|
+
}>) => vue483.VNode & {
|
|
1910
1910
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1911
1911
|
};
|
|
1912
1912
|
};
|
|
1913
1913
|
//#endregion
|
|
1914
1914
|
//#region src/components/Pagination/PaginationRoot.vue.d.ts
|
|
1915
|
-
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?:
|
|
1916
|
-
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
1917
|
-
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
1915
|
+
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue483.App) => PaginationContext;
|
|
1916
|
+
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue483.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
1917
|
+
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue483.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
1918
1918
|
interface PaginationRootProps extends AtomProps {
|
|
1919
1919
|
/** Namespace for dependency injection */
|
|
1920
1920
|
namespace?: string;
|
|
@@ -1965,23 +1965,23 @@ interface PaginationRootSlotProps {
|
|
|
1965
1965
|
'role': 'navigation' | undefined;
|
|
1966
1966
|
};
|
|
1967
1967
|
}
|
|
1968
|
-
declare const __VLS_export$
|
|
1969
|
-
props: __VLS_PrettifyLocal$
|
|
1968
|
+
declare const __VLS_export$24: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$11<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1969
|
+
props: __VLS_PrettifyLocal$11<(PaginationRootProps & {
|
|
1970
1970
|
modelValue?: number;
|
|
1971
1971
|
}) & {
|
|
1972
1972
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
1973
|
-
}> &
|
|
1973
|
+
}> & vue483.PublicProps;
|
|
1974
1974
|
expose: (exposed: {}) => void;
|
|
1975
1975
|
attrs: any;
|
|
1976
1976
|
slots: {
|
|
1977
1977
|
default: (props: PaginationRootSlotProps) => any;
|
|
1978
1978
|
};
|
|
1979
1979
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
1980
|
-
}>) =>
|
|
1980
|
+
}>) => vue483.VNode & {
|
|
1981
1981
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1982
1982
|
};
|
|
1983
|
-
declare const _default$
|
|
1984
|
-
type __VLS_PrettifyLocal$
|
|
1983
|
+
declare const _default$23: typeof __VLS_export$24;
|
|
1984
|
+
type __VLS_PrettifyLocal$11<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1985
1985
|
//#endregion
|
|
1986
1986
|
//#region src/components/Pagination/PaginationItem.vue.d.ts
|
|
1987
1987
|
interface PaginationItemProps extends AtomProps {
|
|
@@ -2016,11 +2016,11 @@ interface PaginationItemSlotProps {
|
|
|
2016
2016
|
'onClick': () => void;
|
|
2017
2017
|
};
|
|
2018
2018
|
}
|
|
2019
|
-
declare const __VLS_export$
|
|
2019
|
+
declare const __VLS_export$23: __VLS_WithSlots$11<vue483.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2020
2020
|
default: (props: PaginationItemSlotProps) => any;
|
|
2021
2021
|
}>;
|
|
2022
|
-
declare const _default$
|
|
2023
|
-
type __VLS_WithSlots$
|
|
2022
|
+
declare const _default$19: typeof __VLS_export$23;
|
|
2023
|
+
type __VLS_WithSlots$11<T, S> = T & {
|
|
2024
2024
|
new (): {
|
|
2025
2025
|
$slots: S;
|
|
2026
2026
|
};
|
|
@@ -2051,11 +2051,11 @@ interface PaginationFirstSlotProps {
|
|
|
2051
2051
|
'onClick': () => void;
|
|
2052
2052
|
};
|
|
2053
2053
|
}
|
|
2054
|
-
declare const __VLS_export$
|
|
2054
|
+
declare const __VLS_export$22: __VLS_WithSlots$10<vue483.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2055
2055
|
default: (props: PaginationFirstSlotProps) => any;
|
|
2056
2056
|
}>;
|
|
2057
|
-
declare const _default$
|
|
2058
|
-
type __VLS_WithSlots$
|
|
2057
|
+
declare const _default$18: typeof __VLS_export$22;
|
|
2058
|
+
type __VLS_WithSlots$10<T, S> = T & {
|
|
2059
2059
|
new (): {
|
|
2060
2060
|
$slots: S;
|
|
2061
2061
|
};
|
|
@@ -2086,11 +2086,11 @@ interface PaginationPrevSlotProps {
|
|
|
2086
2086
|
'onClick': () => void;
|
|
2087
2087
|
};
|
|
2088
2088
|
}
|
|
2089
|
-
declare const __VLS_export$
|
|
2089
|
+
declare const __VLS_export$21: __VLS_WithSlots$9<vue483.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2090
2090
|
default: (props: PaginationPrevSlotProps) => any;
|
|
2091
2091
|
}>;
|
|
2092
|
-
declare const _default$
|
|
2093
|
-
type __VLS_WithSlots$
|
|
2092
|
+
declare const _default$22: typeof __VLS_export$21;
|
|
2093
|
+
type __VLS_WithSlots$9<T, S> = T & {
|
|
2094
2094
|
new (): {
|
|
2095
2095
|
$slots: S;
|
|
2096
2096
|
};
|
|
@@ -2113,11 +2113,11 @@ interface PaginationEllipsisSlotProps {
|
|
|
2113
2113
|
'aria-hidden': 'true';
|
|
2114
2114
|
};
|
|
2115
2115
|
}
|
|
2116
|
-
declare const __VLS_export$
|
|
2116
|
+
declare const __VLS_export$20: __VLS_WithSlots$8<vue483.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2117
2117
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
2118
2118
|
}>;
|
|
2119
|
-
declare const _default$
|
|
2120
|
-
type __VLS_WithSlots$
|
|
2119
|
+
declare const _default$17: typeof __VLS_export$20;
|
|
2120
|
+
type __VLS_WithSlots$8<T, S> = T & {
|
|
2121
2121
|
new (): {
|
|
2122
2122
|
$slots: S;
|
|
2123
2123
|
};
|
|
@@ -2148,11 +2148,11 @@ interface PaginationNextSlotProps {
|
|
|
2148
2148
|
'onClick': () => void;
|
|
2149
2149
|
};
|
|
2150
2150
|
}
|
|
2151
|
-
declare const __VLS_export$
|
|
2151
|
+
declare const __VLS_export$19: __VLS_WithSlots$7<vue483.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2152
2152
|
default: (props: PaginationNextSlotProps) => any;
|
|
2153
2153
|
}>;
|
|
2154
|
-
declare const _default$
|
|
2155
|
-
type __VLS_WithSlots$
|
|
2154
|
+
declare const _default$21: typeof __VLS_export$19;
|
|
2155
|
+
type __VLS_WithSlots$7<T, S> = T & {
|
|
2156
2156
|
new (): {
|
|
2157
2157
|
$slots: S;
|
|
2158
2158
|
};
|
|
@@ -2183,11 +2183,11 @@ interface PaginationLastSlotProps {
|
|
|
2183
2183
|
'onClick': () => void;
|
|
2184
2184
|
};
|
|
2185
2185
|
}
|
|
2186
|
-
declare const __VLS_export$
|
|
2186
|
+
declare const __VLS_export$18: __VLS_WithSlots$6<vue483.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2187
2187
|
default: (props: PaginationLastSlotProps) => any;
|
|
2188
2188
|
}>;
|
|
2189
|
-
declare const _default$
|
|
2190
|
-
type __VLS_WithSlots$
|
|
2189
|
+
declare const _default$20: typeof __VLS_export$18;
|
|
2190
|
+
type __VLS_WithSlots$6<T, S> = T & {
|
|
2191
2191
|
new (): {
|
|
2192
2192
|
$slots: S;
|
|
2193
2193
|
};
|
|
@@ -2212,11 +2212,11 @@ interface PaginationStatusSlotProps {
|
|
|
2212
2212
|
'role': 'status';
|
|
2213
2213
|
};
|
|
2214
2214
|
}
|
|
2215
|
-
declare const __VLS_export$
|
|
2215
|
+
declare const __VLS_export$17: __VLS_WithSlots$5<vue483.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2216
2216
|
default: (props: PaginationStatusSlotProps) => any;
|
|
2217
2217
|
}>;
|
|
2218
|
-
declare const _default$
|
|
2219
|
-
type __VLS_WithSlots$
|
|
2218
|
+
declare const _default$24: typeof __VLS_export$17;
|
|
2219
|
+
type __VLS_WithSlots$5<T, S> = T & {
|
|
2220
2220
|
new (): {
|
|
2221
2221
|
$slots: S;
|
|
2222
2222
|
};
|
|
@@ -2260,11 +2260,11 @@ declare const Pagination: {
|
|
|
2260
2260
|
* ```
|
|
2261
2261
|
*/
|
|
2262
2262
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2263
|
+
attrs: any;
|
|
2264
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2263
2265
|
slots: {
|
|
2264
2266
|
default: (props: PaginationRootSlotProps) => any;
|
|
2265
2267
|
};
|
|
2266
|
-
attrs: any;
|
|
2267
|
-
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2268
2268
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2269
2269
|
props: {
|
|
2270
2270
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
@@ -2276,14 +2276,14 @@ declare const Pagination: {
|
|
|
2276
2276
|
as?: (DOMElement | null) | undefined;
|
|
2277
2277
|
renderless?: boolean | undefined;
|
|
2278
2278
|
modelValue?: number | undefined;
|
|
2279
|
-
} &
|
|
2279
|
+
} & vue483.PublicProps;
|
|
2280
2280
|
expose: (exposed: {}) => void;
|
|
2281
2281
|
attrs: any;
|
|
2282
2282
|
slots: {
|
|
2283
2283
|
default: (props: PaginationRootSlotProps) => any;
|
|
2284
2284
|
};
|
|
2285
2285
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2286
|
-
}>) =>
|
|
2286
|
+
}>) => vue483.VNode & {
|
|
2287
2287
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2288
2288
|
};
|
|
2289
2289
|
/**
|
|
@@ -2308,7 +2308,7 @@ declare const Pagination: {
|
|
|
2308
2308
|
* ```
|
|
2309
2309
|
*/
|
|
2310
2310
|
Item: {
|
|
2311
|
-
new (...args: any[]):
|
|
2311
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2312
2312
|
P: {};
|
|
2313
2313
|
B: {};
|
|
2314
2314
|
D: {};
|
|
@@ -2319,7 +2319,7 @@ declare const Pagination: {
|
|
|
2319
2319
|
__isFragment?: never;
|
|
2320
2320
|
__isTeleport?: never;
|
|
2321
2321
|
__isSuspense?: never;
|
|
2322
|
-
} &
|
|
2322
|
+
} & vue483.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2323
2323
|
$slots: {
|
|
2324
2324
|
default: (props: PaginationItemSlotProps) => any;
|
|
2325
2325
|
};
|
|
@@ -2352,7 +2352,7 @@ declare const Pagination: {
|
|
|
2352
2352
|
* ```
|
|
2353
2353
|
*/
|
|
2354
2354
|
First: {
|
|
2355
|
-
new (...args: any[]):
|
|
2355
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2356
2356
|
P: {};
|
|
2357
2357
|
B: {};
|
|
2358
2358
|
D: {};
|
|
@@ -2363,7 +2363,7 @@ declare const Pagination: {
|
|
|
2363
2363
|
__isFragment?: never;
|
|
2364
2364
|
__isTeleport?: never;
|
|
2365
2365
|
__isSuspense?: never;
|
|
2366
|
-
} &
|
|
2366
|
+
} & vue483.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2367
2367
|
$slots: {
|
|
2368
2368
|
default: (props: PaginationFirstSlotProps) => any;
|
|
2369
2369
|
};
|
|
@@ -2396,7 +2396,7 @@ declare const Pagination: {
|
|
|
2396
2396
|
* ```
|
|
2397
2397
|
*/
|
|
2398
2398
|
Prev: {
|
|
2399
|
-
new (...args: any[]):
|
|
2399
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2400
2400
|
P: {};
|
|
2401
2401
|
B: {};
|
|
2402
2402
|
D: {};
|
|
@@ -2407,7 +2407,7 @@ declare const Pagination: {
|
|
|
2407
2407
|
__isFragment?: never;
|
|
2408
2408
|
__isTeleport?: never;
|
|
2409
2409
|
__isSuspense?: never;
|
|
2410
|
-
} &
|
|
2410
|
+
} & vue483.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2411
2411
|
$slots: {
|
|
2412
2412
|
default: (props: PaginationPrevSlotProps) => any;
|
|
2413
2413
|
};
|
|
@@ -2435,7 +2435,7 @@ declare const Pagination: {
|
|
|
2435
2435
|
* ```
|
|
2436
2436
|
*/
|
|
2437
2437
|
Ellipsis: {
|
|
2438
|
-
new (...args: any[]):
|
|
2438
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2439
2439
|
P: {};
|
|
2440
2440
|
B: {};
|
|
2441
2441
|
D: {};
|
|
@@ -2446,7 +2446,7 @@ declare const Pagination: {
|
|
|
2446
2446
|
__isFragment?: never;
|
|
2447
2447
|
__isTeleport?: never;
|
|
2448
2448
|
__isSuspense?: never;
|
|
2449
|
-
} &
|
|
2449
|
+
} & vue483.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2450
2450
|
$slots: {
|
|
2451
2451
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
2452
2452
|
};
|
|
@@ -2479,7 +2479,7 @@ declare const Pagination: {
|
|
|
2479
2479
|
* ```
|
|
2480
2480
|
*/
|
|
2481
2481
|
Next: {
|
|
2482
|
-
new (...args: any[]):
|
|
2482
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2483
2483
|
P: {};
|
|
2484
2484
|
B: {};
|
|
2485
2485
|
D: {};
|
|
@@ -2490,7 +2490,7 @@ declare const Pagination: {
|
|
|
2490
2490
|
__isFragment?: never;
|
|
2491
2491
|
__isTeleport?: never;
|
|
2492
2492
|
__isSuspense?: never;
|
|
2493
|
-
} &
|
|
2493
|
+
} & vue483.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2494
2494
|
$slots: {
|
|
2495
2495
|
default: (props: PaginationNextSlotProps) => any;
|
|
2496
2496
|
};
|
|
@@ -2523,7 +2523,7 @@ declare const Pagination: {
|
|
|
2523
2523
|
* ```
|
|
2524
2524
|
*/
|
|
2525
2525
|
Last: {
|
|
2526
|
-
new (...args: any[]):
|
|
2526
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2527
2527
|
P: {};
|
|
2528
2528
|
B: {};
|
|
2529
2529
|
D: {};
|
|
@@ -2534,7 +2534,7 @@ declare const Pagination: {
|
|
|
2534
2534
|
__isFragment?: never;
|
|
2535
2535
|
__isTeleport?: never;
|
|
2536
2536
|
__isSuspense?: never;
|
|
2537
|
-
} &
|
|
2537
|
+
} & vue483.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2538
2538
|
$slots: {
|
|
2539
2539
|
default: (props: PaginationLastSlotProps) => any;
|
|
2540
2540
|
};
|
|
@@ -2560,7 +2560,7 @@ declare const Pagination: {
|
|
|
2560
2560
|
* ```
|
|
2561
2561
|
*/
|
|
2562
2562
|
Status: {
|
|
2563
|
-
new (...args: any[]):
|
|
2563
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2564
2564
|
P: {};
|
|
2565
2565
|
B: {};
|
|
2566
2566
|
D: {};
|
|
@@ -2571,7 +2571,7 @@ declare const Pagination: {
|
|
|
2571
2571
|
__isFragment?: never;
|
|
2572
2572
|
__isTeleport?: never;
|
|
2573
2573
|
__isSuspense?: never;
|
|
2574
|
-
} &
|
|
2574
|
+
} & vue483.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2575
2575
|
$slots: {
|
|
2576
2576
|
default: (props: PaginationStatusSlotProps) => any;
|
|
2577
2577
|
};
|
|
@@ -2596,20 +2596,20 @@ interface PopoverRootSlotProps {
|
|
|
2596
2596
|
/** Toggle the popover open/closed state */
|
|
2597
2597
|
toggle: () => void;
|
|
2598
2598
|
}
|
|
2599
|
-
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?:
|
|
2600
|
-
declare const __VLS_export$
|
|
2599
|
+
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue483.App) => PopoverContext;
|
|
2600
|
+
declare const __VLS_export$16: __VLS_WithSlots$4<vue483.DefineComponent<PopoverRootProps & {
|
|
2601
2601
|
modelValue?: boolean;
|
|
2602
|
-
}, {}, {}, {}, {},
|
|
2602
|
+
}, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
2603
2603
|
"update:modelValue": (value: boolean) => any;
|
|
2604
|
-
}, string,
|
|
2604
|
+
}, string, vue483.PublicProps, Readonly<PopoverRootProps & {
|
|
2605
2605
|
modelValue?: boolean;
|
|
2606
2606
|
}> & Readonly<{
|
|
2607
2607
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2608
|
-
}>, {}, {}, {}, {}, string,
|
|
2608
|
+
}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2609
2609
|
default: (props: PopoverRootSlotProps) => any;
|
|
2610
2610
|
}>;
|
|
2611
|
-
declare const _default$
|
|
2612
|
-
type __VLS_WithSlots$
|
|
2611
|
+
declare const _default$16: typeof __VLS_export$16;
|
|
2612
|
+
type __VLS_WithSlots$4<T, S> = T & {
|
|
2613
2613
|
new (): {
|
|
2614
2614
|
$slots: S;
|
|
2615
2615
|
};
|
|
@@ -2630,11 +2630,11 @@ interface PopoverActivatorSlotProps {
|
|
|
2630
2630
|
'data-popover-open': '' | undefined;
|
|
2631
2631
|
};
|
|
2632
2632
|
}
|
|
2633
|
-
declare const __VLS_export$
|
|
2633
|
+
declare const __VLS_export$15: __VLS_WithSlots$3<vue483.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2634
2634
|
default: (props: PopoverActivatorSlotProps) => any;
|
|
2635
2635
|
}>;
|
|
2636
|
-
declare const _default$
|
|
2637
|
-
type __VLS_WithSlots$
|
|
2636
|
+
declare const _default$14: typeof __VLS_export$15;
|
|
2637
|
+
type __VLS_WithSlots$3<T, S> = T & {
|
|
2638
2638
|
new (): {
|
|
2639
2639
|
$slots: S;
|
|
2640
2640
|
};
|
|
@@ -2661,15 +2661,15 @@ interface PopoverContentSlotProps {
|
|
|
2661
2661
|
popover: '';
|
|
2662
2662
|
};
|
|
2663
2663
|
}
|
|
2664
|
-
declare const __VLS_export$
|
|
2664
|
+
declare const __VLS_export$14: __VLS_WithSlots$2<vue483.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
2665
2665
|
beforetoggle: (e: ToggleEvent) => any;
|
|
2666
|
-
}, string,
|
|
2666
|
+
}, string, vue483.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
2667
2667
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2668
|
-
}>, {}, {}, {}, {}, string,
|
|
2668
|
+
}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
2669
2669
|
default: (props: PopoverContentSlotProps) => any;
|
|
2670
2670
|
}>;
|
|
2671
|
-
declare const _default$
|
|
2672
|
-
type __VLS_WithSlots$
|
|
2671
|
+
declare const _default$15: typeof __VLS_export$14;
|
|
2672
|
+
type __VLS_WithSlots$2<T, S> = T & {
|
|
2673
2673
|
new (): {
|
|
2674
2674
|
$slots: S;
|
|
2675
2675
|
};
|
|
@@ -2707,13 +2707,13 @@ declare const Popover: {
|
|
|
2707
2707
|
* ```
|
|
2708
2708
|
*/
|
|
2709
2709
|
Root: {
|
|
2710
|
-
new (...args: any[]):
|
|
2710
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
2711
2711
|
modelValue?: boolean;
|
|
2712
2712
|
}> & Readonly<{
|
|
2713
2713
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2714
|
-
}>, {}, {}, {}, {},
|
|
2714
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
2715
2715
|
"update:modelValue": (value: boolean) => any;
|
|
2716
|
-
},
|
|
2716
|
+
}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2717
2717
|
P: {};
|
|
2718
2718
|
B: {};
|
|
2719
2719
|
D: {};
|
|
@@ -2728,13 +2728,13 @@ declare const Popover: {
|
|
|
2728
2728
|
__isFragment?: never;
|
|
2729
2729
|
__isTeleport?: never;
|
|
2730
2730
|
__isSuspense?: never;
|
|
2731
|
-
} &
|
|
2731
|
+
} & vue483.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
2732
2732
|
modelValue?: boolean;
|
|
2733
2733
|
}> & Readonly<{
|
|
2734
2734
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2735
|
-
}>, {}, {}, {}, {},
|
|
2735
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
2736
2736
|
"update:modelValue": (value: boolean) => any;
|
|
2737
|
-
}, string, {}, {}, string, {},
|
|
2737
|
+
}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2738
2738
|
$slots: {
|
|
2739
2739
|
default: (props: PopoverRootSlotProps) => any;
|
|
2740
2740
|
};
|
|
@@ -2758,7 +2758,7 @@ declare const Popover: {
|
|
|
2758
2758
|
* ```
|
|
2759
2759
|
*/
|
|
2760
2760
|
Activator: {
|
|
2761
|
-
new (...args: any[]):
|
|
2761
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2762
2762
|
P: {};
|
|
2763
2763
|
B: {};
|
|
2764
2764
|
D: {};
|
|
@@ -2769,7 +2769,7 @@ declare const Popover: {
|
|
|
2769
2769
|
__isFragment?: never;
|
|
2770
2770
|
__isTeleport?: never;
|
|
2771
2771
|
__isSuspense?: never;
|
|
2772
|
-
} &
|
|
2772
|
+
} & vue483.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2773
2773
|
$slots: {
|
|
2774
2774
|
default: (props: PopoverActivatorSlotProps) => any;
|
|
2775
2775
|
};
|
|
@@ -2793,11 +2793,11 @@ declare const Popover: {
|
|
|
2793
2793
|
* ```
|
|
2794
2794
|
*/
|
|
2795
2795
|
Content: {
|
|
2796
|
-
new (...args: any[]):
|
|
2796
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
2797
2797
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2798
|
-
}>, {}, {}, {}, {},
|
|
2798
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
2799
2799
|
beforetoggle: (e: ToggleEvent) => any;
|
|
2800
|
-
},
|
|
2800
|
+
}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
2801
2801
|
P: {};
|
|
2802
2802
|
B: {};
|
|
2803
2803
|
D: {};
|
|
@@ -2810,11 +2810,11 @@ declare const Popover: {
|
|
|
2810
2810
|
__isFragment?: never;
|
|
2811
2811
|
__isTeleport?: never;
|
|
2812
2812
|
__isSuspense?: never;
|
|
2813
|
-
} &
|
|
2813
|
+
} & vue483.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
2814
2814
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2815
|
-
}>, {}, {}, {}, {},
|
|
2815
|
+
}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {
|
|
2816
2816
|
beforetoggle: (e: ToggleEvent) => any;
|
|
2817
|
-
}, string, {}, {}, string, {},
|
|
2817
|
+
}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
2818
2818
|
$slots: {
|
|
2819
2819
|
default: (props: PopoverContentSlotProps) => any;
|
|
2820
2820
|
};
|
|
@@ -2912,14 +2912,14 @@ interface RadioGroupSlotProps {
|
|
|
2912
2912
|
'aria-required': boolean | undefined;
|
|
2913
2913
|
};
|
|
2914
2914
|
}
|
|
2915
|
-
declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?:
|
|
2916
|
-
declare const __VLS_export$
|
|
2917
|
-
props: __VLS_PrettifyLocal$
|
|
2915
|
+
declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue483.App) => RadioGroupContext;
|
|
2916
|
+
declare const __VLS_export$13: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$10<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2917
|
+
props: __VLS_PrettifyLocal$10<(RadioGroupProps & {
|
|
2918
2918
|
modelValue?: T;
|
|
2919
2919
|
}) & {
|
|
2920
|
-
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
2921
2920
|
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
2922
|
-
|
|
2921
|
+
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
2922
|
+
}> & vue483.PublicProps;
|
|
2923
2923
|
expose: (exposed: {}) => void;
|
|
2924
2924
|
attrs: any;
|
|
2925
2925
|
slots: {
|
|
@@ -2941,11 +2941,11 @@ declare const __VLS_export$9: <T = unknown>(__VLS_props: NonNullable<Awaited<typ
|
|
|
2941
2941
|
default: (props: RadioGroupSlotProps) => any;
|
|
2942
2942
|
};
|
|
2943
2943
|
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
2944
|
-
}>) =>
|
|
2944
|
+
}>) => vue483.VNode & {
|
|
2945
2945
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2946
2946
|
};
|
|
2947
|
-
declare const _default$
|
|
2948
|
-
type __VLS_PrettifyLocal$
|
|
2947
|
+
declare const _default$10: typeof __VLS_export$13;
|
|
2948
|
+
type __VLS_PrettifyLocal$10<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2949
2949
|
//#endregion
|
|
2950
2950
|
//#region src/components/Radio/RadioHiddenInput.vue.d.ts
|
|
2951
2951
|
interface RadioHiddenInputProps {
|
|
@@ -2993,8 +2993,8 @@ interface RadioHiddenInputProps {
|
|
|
2993
2993
|
*/
|
|
2994
2994
|
form?: string;
|
|
2995
2995
|
}
|
|
2996
|
-
declare const __VLS_export$
|
|
2997
|
-
declare const _default$
|
|
2996
|
+
declare const __VLS_export$12: vue483.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>;
|
|
2997
|
+
declare const _default$11: typeof __VLS_export$12;
|
|
2998
2998
|
//#endregion
|
|
2999
2999
|
//#region src/components/Radio/RadioRoot.vue.d.ts
|
|
3000
3000
|
/** Visual state of the radio for styling purposes */
|
|
@@ -3114,9 +3114,9 @@ interface RadioRootSlotProps<V = unknown> {
|
|
|
3114
3114
|
'data-radio-id': ID;
|
|
3115
3115
|
};
|
|
3116
3116
|
}
|
|
3117
|
-
declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?:
|
|
3118
|
-
declare const __VLS_export$
|
|
3119
|
-
props: __VLS_PrettifyLocal$
|
|
3117
|
+
declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue483.App) => RadioRootContext;
|
|
3118
|
+
declare const __VLS_export$11: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$9<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3119
|
+
props: __VLS_PrettifyLocal$9<RadioRootProps<V>> & vue483.PublicProps;
|
|
3120
3120
|
expose: (exposed: {}) => void;
|
|
3121
3121
|
attrs: any;
|
|
3122
3122
|
slots: {
|
|
@@ -3137,11 +3137,11 @@ declare const __VLS_export$7: <V = unknown>(__VLS_props: NonNullable<Awaited<typ
|
|
|
3137
3137
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3138
3138
|
};
|
|
3139
3139
|
emit: {};
|
|
3140
|
-
}>) =>
|
|
3140
|
+
}>) => vue483.VNode & {
|
|
3141
3141
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3142
3142
|
};
|
|
3143
|
-
declare const _default$
|
|
3144
|
-
type __VLS_PrettifyLocal$
|
|
3143
|
+
declare const _default$13: typeof __VLS_export$11;
|
|
3144
|
+
type __VLS_PrettifyLocal$9<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3145
3145
|
//#endregion
|
|
3146
3146
|
//#region src/components/Radio/RadioIndicator.vue.d.ts
|
|
3147
3147
|
interface RadioIndicatorProps extends AtomProps {
|
|
@@ -3159,7 +3159,7 @@ interface RadioIndicatorSlotProps {
|
|
|
3159
3159
|
};
|
|
3160
3160
|
};
|
|
3161
3161
|
}
|
|
3162
|
-
declare const __VLS_export$
|
|
3162
|
+
declare const __VLS_export$10: __VLS_WithSlots$1<vue483.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
3163
3163
|
/**
|
|
3164
3164
|
* Default slot for custom indicator content
|
|
3165
3165
|
*
|
|
@@ -3174,8 +3174,8 @@ declare const __VLS_export$6: __VLS_WithSlots<vue453.DefineComponent<RadioIndica
|
|
|
3174
3174
|
*/
|
|
3175
3175
|
default: (props: RadioIndicatorSlotProps) => any;
|
|
3176
3176
|
}>;
|
|
3177
|
-
declare const _default$
|
|
3178
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
3177
|
+
declare const _default$12: typeof __VLS_export$10;
|
|
3178
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
3179
3179
|
new (): {
|
|
3180
3180
|
$slots: S;
|
|
3181
3181
|
};
|
|
@@ -3244,11 +3244,11 @@ declare const Radio: {
|
|
|
3244
3244
|
* ```
|
|
3245
3245
|
*/
|
|
3246
3246
|
Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3247
|
+
attrs: any;
|
|
3248
|
+
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3247
3249
|
slots: {
|
|
3248
3250
|
default: (props: RadioGroupSlotProps) => any;
|
|
3249
3251
|
};
|
|
3250
|
-
attrs: any;
|
|
3251
|
-
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3252
3252
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3253
3253
|
props: {
|
|
3254
3254
|
namespace?: string | undefined;
|
|
@@ -3262,16 +3262,16 @@ declare const Radio: {
|
|
|
3262
3262
|
as?: (DOMElement | null) | undefined;
|
|
3263
3263
|
renderless?: boolean | undefined;
|
|
3264
3264
|
modelValue?: T | undefined;
|
|
3265
|
-
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
3266
3265
|
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
3267
|
-
|
|
3266
|
+
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
3267
|
+
} & vue483.PublicProps;
|
|
3268
3268
|
expose: (exposed: {}) => void;
|
|
3269
3269
|
attrs: any;
|
|
3270
3270
|
slots: {
|
|
3271
3271
|
default: (props: RadioGroupSlotProps) => any;
|
|
3272
3272
|
};
|
|
3273
3273
|
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3274
|
-
}>) =>
|
|
3274
|
+
}>) => vue483.VNode & {
|
|
3275
3275
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3276
3276
|
};
|
|
3277
3277
|
/**
|
|
@@ -3298,7 +3298,7 @@ declare const Radio: {
|
|
|
3298
3298
|
* </template>
|
|
3299
3299
|
* ```
|
|
3300
3300
|
*/
|
|
3301
|
-
HiddenInput:
|
|
3301
|
+
HiddenInput: vue483.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>;
|
|
3302
3302
|
/**
|
|
3303
3303
|
* Visual indicator component for radio buttons.
|
|
3304
3304
|
*
|
|
@@ -3327,7 +3327,7 @@ declare const Radio: {
|
|
|
3327
3327
|
* ```
|
|
3328
3328
|
*/
|
|
3329
3329
|
Indicator: {
|
|
3330
|
-
new (...args: any[]):
|
|
3330
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
3331
3331
|
P: {};
|
|
3332
3332
|
B: {};
|
|
3333
3333
|
D: {};
|
|
@@ -3338,7 +3338,7 @@ declare const Radio: {
|
|
|
3338
3338
|
__isFragment?: never;
|
|
3339
3339
|
__isTeleport?: never;
|
|
3340
3340
|
__isSuspense?: never;
|
|
3341
|
-
} &
|
|
3341
|
+
} & vue483.ComponentOptionsBase<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
3342
3342
|
$slots: {
|
|
3343
3343
|
default: (props: RadioIndicatorSlotProps) => any;
|
|
3344
3344
|
};
|
|
@@ -3370,11 +3370,11 @@ declare const Radio: {
|
|
|
3370
3370
|
* ```
|
|
3371
3371
|
*/
|
|
3372
3372
|
Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3373
|
+
attrs: any;
|
|
3374
|
+
emit: {};
|
|
3373
3375
|
slots: {
|
|
3374
3376
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3375
3377
|
};
|
|
3376
|
-
attrs: any;
|
|
3377
|
-
emit: {};
|
|
3378
3378
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3379
3379
|
props: {
|
|
3380
3380
|
id?: ID | undefined;
|
|
@@ -3382,7 +3382,7 @@ declare const Radio: {
|
|
|
3382
3382
|
value?: V | undefined;
|
|
3383
3383
|
name?: string | undefined;
|
|
3384
3384
|
form?: string | undefined;
|
|
3385
|
-
disabled?:
|
|
3385
|
+
disabled?: vue483.MaybeRef<boolean> | undefined;
|
|
3386
3386
|
namespace?: string | undefined;
|
|
3387
3387
|
groupNamespace?: string | undefined;
|
|
3388
3388
|
ariaLabelledby?: string | undefined;
|
|
@@ -3390,14 +3390,14 @@ declare const Radio: {
|
|
|
3390
3390
|
ariaInvalid?: boolean | undefined;
|
|
3391
3391
|
as?: (DOMElement | null) | undefined;
|
|
3392
3392
|
renderless?: boolean | undefined;
|
|
3393
|
-
} &
|
|
3393
|
+
} & vue483.PublicProps;
|
|
3394
3394
|
expose: (exposed: {}) => void;
|
|
3395
3395
|
attrs: any;
|
|
3396
3396
|
slots: {
|
|
3397
3397
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3398
3398
|
};
|
|
3399
3399
|
emit: {};
|
|
3400
|
-
}>) =>
|
|
3400
|
+
}>) => vue483.VNode & {
|
|
3401
3401
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3402
3402
|
};
|
|
3403
3403
|
};
|
|
@@ -3436,25 +3436,25 @@ interface SelectionRootSlotProps {
|
|
|
3436
3436
|
'aria-multiselectable': boolean;
|
|
3437
3437
|
};
|
|
3438
3438
|
}
|
|
3439
|
-
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?:
|
|
3440
|
-
declare const __VLS_export$
|
|
3441
|
-
props: __VLS_PrettifyLocal$
|
|
3439
|
+
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue483.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
3440
|
+
declare const __VLS_export$9: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$8<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3441
|
+
props: __VLS_PrettifyLocal$8<(SelectionRootProps & {
|
|
3442
3442
|
modelValue?: T | T[];
|
|
3443
3443
|
}) & {
|
|
3444
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3445
3444
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
3446
|
-
|
|
3445
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3446
|
+
}> & vue483.PublicProps;
|
|
3447
3447
|
expose: (exposed: {}) => void;
|
|
3448
3448
|
attrs: any;
|
|
3449
3449
|
slots: {
|
|
3450
3450
|
default: (props: SelectionRootSlotProps) => any;
|
|
3451
3451
|
};
|
|
3452
3452
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3453
|
-
}>) =>
|
|
3453
|
+
}>) => vue483.VNode & {
|
|
3454
3454
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3455
3455
|
};
|
|
3456
|
-
declare const _default$
|
|
3457
|
-
type __VLS_PrettifyLocal$
|
|
3456
|
+
declare const _default$9: typeof __VLS_export$9;
|
|
3457
|
+
type __VLS_PrettifyLocal$8<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3458
3458
|
//#endregion
|
|
3459
3459
|
//#region src/components/Selection/SelectionItem.vue.d.ts
|
|
3460
3460
|
interface SelectionItemProps<V = unknown> {
|
|
@@ -3494,19 +3494,19 @@ interface SelectionItemSlotProps<V = unknown> {
|
|
|
3494
3494
|
'data-disabled': true | undefined;
|
|
3495
3495
|
};
|
|
3496
3496
|
}
|
|
3497
|
-
declare const __VLS_export$
|
|
3498
|
-
props: __VLS_PrettifyLocal$
|
|
3497
|
+
declare const __VLS_export$8: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3498
|
+
props: __VLS_PrettifyLocal$7<SelectionItemProps<V>> & vue483.PublicProps;
|
|
3499
3499
|
expose: (exposed: {}) => void;
|
|
3500
3500
|
attrs: any;
|
|
3501
3501
|
slots: {
|
|
3502
3502
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
3503
3503
|
};
|
|
3504
3504
|
emit: {};
|
|
3505
|
-
}>) =>
|
|
3505
|
+
}>) => vue483.VNode & {
|
|
3506
3506
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3507
3507
|
};
|
|
3508
|
-
declare const _default$
|
|
3509
|
-
type __VLS_PrettifyLocal$
|
|
3508
|
+
declare const _default$8: typeof __VLS_export$8;
|
|
3509
|
+
type __VLS_PrettifyLocal$7<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3510
3510
|
//#endregion
|
|
3511
3511
|
//#region src/components/Selection/index.d.ts
|
|
3512
3512
|
/**
|
|
@@ -3540,11 +3540,11 @@ declare const Selection: {
|
|
|
3540
3540
|
* ```
|
|
3541
3541
|
*/
|
|
3542
3542
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3543
|
+
attrs: any;
|
|
3544
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3543
3545
|
slots: {
|
|
3544
3546
|
default: (props: SelectionRootSlotProps) => any;
|
|
3545
3547
|
};
|
|
3546
|
-
attrs: any;
|
|
3547
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3548
3548
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3549
3549
|
props: {
|
|
3550
3550
|
namespace?: string | undefined;
|
|
@@ -3553,16 +3553,16 @@ declare const Selection: {
|
|
|
3553
3553
|
mandatory?: boolean | "force" | undefined;
|
|
3554
3554
|
multiple?: boolean | undefined;
|
|
3555
3555
|
modelValue?: (T | T[]) | undefined;
|
|
3556
|
-
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3557
3556
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
3558
|
-
|
|
3557
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3558
|
+
} & vue483.PublicProps;
|
|
3559
3559
|
expose: (exposed: {}) => void;
|
|
3560
3560
|
attrs: any;
|
|
3561
3561
|
slots: {
|
|
3562
3562
|
default: (props: SelectionRootSlotProps) => any;
|
|
3563
3563
|
};
|
|
3564
3564
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3565
|
-
}>) =>
|
|
3565
|
+
}>) => vue483.VNode & {
|
|
3566
3566
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3567
3567
|
};
|
|
3568
3568
|
/**
|
|
@@ -3584,26 +3584,26 @@ declare const Selection: {
|
|
|
3584
3584
|
* ```
|
|
3585
3585
|
*/
|
|
3586
3586
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3587
|
+
attrs: any;
|
|
3588
|
+
emit: {};
|
|
3587
3589
|
slots: {
|
|
3588
3590
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
3589
3591
|
};
|
|
3590
|
-
attrs: any;
|
|
3591
|
-
emit: {};
|
|
3592
3592
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3593
3593
|
props: {
|
|
3594
3594
|
id?: string | undefined;
|
|
3595
3595
|
label?: string | undefined;
|
|
3596
3596
|
value?: V | undefined;
|
|
3597
|
-
disabled?:
|
|
3597
|
+
disabled?: vue483.MaybeRef<boolean> | undefined;
|
|
3598
3598
|
namespace?: string | undefined;
|
|
3599
|
-
} &
|
|
3599
|
+
} & vue483.PublicProps;
|
|
3600
3600
|
expose: (exposed: {}) => void;
|
|
3601
3601
|
attrs: any;
|
|
3602
3602
|
slots: {
|
|
3603
3603
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
3604
3604
|
};
|
|
3605
3605
|
emit: {};
|
|
3606
|
-
}>) =>
|
|
3606
|
+
}>) => vue483.VNode & {
|
|
3607
3607
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3608
3608
|
};
|
|
3609
3609
|
};
|
|
@@ -3638,24 +3638,24 @@ interface SingleRootSlotProps {
|
|
|
3638
3638
|
'aria-multiselectable': false;
|
|
3639
3639
|
};
|
|
3640
3640
|
}
|
|
3641
|
-
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?:
|
|
3642
|
-
declare const __VLS_export$
|
|
3643
|
-
props: __VLS_PrettifyLocal$
|
|
3641
|
+
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?: vue483.App) => SingleContext<SingleTicket<unknown>>;
|
|
3642
|
+
declare const __VLS_export$7: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3643
|
+
props: __VLS_PrettifyLocal$6<(SingleRootProps & {
|
|
3644
3644
|
modelValue?: T | T[];
|
|
3645
3645
|
}) & {
|
|
3646
3646
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3647
|
-
}> &
|
|
3647
|
+
}> & vue483.PublicProps;
|
|
3648
3648
|
expose: (exposed: {}) => void;
|
|
3649
3649
|
attrs: any;
|
|
3650
3650
|
slots: {
|
|
3651
3651
|
default: (props: SingleRootSlotProps) => any;
|
|
3652
3652
|
};
|
|
3653
3653
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3654
|
-
}>) =>
|
|
3654
|
+
}>) => vue483.VNode & {
|
|
3655
3655
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3656
3656
|
};
|
|
3657
|
-
declare const _default$
|
|
3658
|
-
type __VLS_PrettifyLocal$
|
|
3657
|
+
declare const _default$7: typeof __VLS_export$7;
|
|
3658
|
+
type __VLS_PrettifyLocal$6<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3659
3659
|
//#endregion
|
|
3660
3660
|
//#region src/components/Single/SingleItem.vue.d.ts
|
|
3661
3661
|
interface SingleItemProps<V = unknown> {
|
|
@@ -3695,19 +3695,19 @@ interface SingleItemSlotProps<V = unknown> {
|
|
|
3695
3695
|
'data-disabled': true | undefined;
|
|
3696
3696
|
};
|
|
3697
3697
|
}
|
|
3698
|
-
declare const __VLS_export$
|
|
3699
|
-
props: __VLS_PrettifyLocal$
|
|
3698
|
+
declare const __VLS_export$6: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3699
|
+
props: __VLS_PrettifyLocal$5<SingleItemProps<V>> & vue483.PublicProps;
|
|
3700
3700
|
expose: (exposed: {}) => void;
|
|
3701
3701
|
attrs: any;
|
|
3702
3702
|
slots: {
|
|
3703
3703
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
3704
3704
|
};
|
|
3705
3705
|
emit: {};
|
|
3706
|
-
}>) =>
|
|
3706
|
+
}>) => vue483.VNode & {
|
|
3707
3707
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3708
3708
|
};
|
|
3709
|
-
declare const _default$
|
|
3710
|
-
type __VLS_PrettifyLocal$
|
|
3709
|
+
declare const _default$6: typeof __VLS_export$6;
|
|
3710
|
+
type __VLS_PrettifyLocal$5<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3711
3711
|
//#endregion
|
|
3712
3712
|
//#region src/components/Single/index.d.ts
|
|
3713
3713
|
/**
|
|
@@ -3741,11 +3741,11 @@ declare const Single: {
|
|
|
3741
3741
|
* ```
|
|
3742
3742
|
*/
|
|
3743
3743
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3744
|
+
attrs: any;
|
|
3745
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3744
3746
|
slots: {
|
|
3745
3747
|
default: (props: SingleRootSlotProps) => any;
|
|
3746
3748
|
};
|
|
3747
|
-
attrs: any;
|
|
3748
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3749
3749
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3750
3750
|
props: {
|
|
3751
3751
|
namespace?: string | undefined;
|
|
@@ -3754,14 +3754,14 @@ declare const Single: {
|
|
|
3754
3754
|
mandatory?: boolean | "force" | undefined;
|
|
3755
3755
|
modelValue?: (T | T[]) | undefined;
|
|
3756
3756
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3757
|
-
} &
|
|
3757
|
+
} & vue483.PublicProps;
|
|
3758
3758
|
expose: (exposed: {}) => void;
|
|
3759
3759
|
attrs: any;
|
|
3760
3760
|
slots: {
|
|
3761
3761
|
default: (props: SingleRootSlotProps) => any;
|
|
3762
3762
|
};
|
|
3763
3763
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3764
|
-
}>) =>
|
|
3764
|
+
}>) => vue483.VNode & {
|
|
3765
3765
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3766
3766
|
};
|
|
3767
3767
|
/**
|
|
@@ -3785,26 +3785,26 @@ declare const Single: {
|
|
|
3785
3785
|
* ```
|
|
3786
3786
|
*/
|
|
3787
3787
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3788
|
+
attrs: any;
|
|
3789
|
+
emit: {};
|
|
3788
3790
|
slots: {
|
|
3789
3791
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
3790
3792
|
};
|
|
3791
|
-
attrs: any;
|
|
3792
|
-
emit: {};
|
|
3793
3793
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3794
3794
|
props: {
|
|
3795
3795
|
id?: string | undefined;
|
|
3796
3796
|
label?: string | undefined;
|
|
3797
3797
|
value?: V | undefined;
|
|
3798
|
-
disabled?:
|
|
3798
|
+
disabled?: vue483.MaybeRef<boolean> | undefined;
|
|
3799
3799
|
namespace?: string | undefined;
|
|
3800
|
-
} &
|
|
3800
|
+
} & vue483.PublicProps;
|
|
3801
3801
|
expose: (exposed: {}) => void;
|
|
3802
3802
|
attrs: any;
|
|
3803
3803
|
slots: {
|
|
3804
3804
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
3805
3805
|
};
|
|
3806
3806
|
emit: {};
|
|
3807
|
-
}>) =>
|
|
3807
|
+
}>) => vue483.VNode & {
|
|
3808
3808
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3809
3809
|
};
|
|
3810
3810
|
};
|
|
@@ -3849,24 +3849,24 @@ interface StepRootSlotProps {
|
|
|
3849
3849
|
'aria-multiselectable': false;
|
|
3850
3850
|
};
|
|
3851
3851
|
}
|
|
3852
|
-
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?:
|
|
3853
|
-
declare const __VLS_export$
|
|
3854
|
-
props: __VLS_PrettifyLocal$
|
|
3852
|
+
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?: vue483.App) => StepContext<StepTicket<unknown>>;
|
|
3853
|
+
declare const __VLS_export$5: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3854
|
+
props: __VLS_PrettifyLocal$4<(StepRootProps & {
|
|
3855
3855
|
modelValue?: T | T[];
|
|
3856
3856
|
}) & {
|
|
3857
3857
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3858
|
-
}> &
|
|
3858
|
+
}> & vue483.PublicProps;
|
|
3859
3859
|
expose: (exposed: {}) => void;
|
|
3860
3860
|
attrs: any;
|
|
3861
3861
|
slots: {
|
|
3862
3862
|
default: (props: StepRootSlotProps) => any;
|
|
3863
3863
|
};
|
|
3864
3864
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3865
|
-
}>) =>
|
|
3865
|
+
}>) => vue483.VNode & {
|
|
3866
3866
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3867
3867
|
};
|
|
3868
|
-
declare const _default$
|
|
3869
|
-
type __VLS_PrettifyLocal$
|
|
3868
|
+
declare const _default$5: typeof __VLS_export$5;
|
|
3869
|
+
type __VLS_PrettifyLocal$4<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3870
3870
|
//#endregion
|
|
3871
3871
|
//#region src/components/Step/StepItem.vue.d.ts
|
|
3872
3872
|
interface StepItemProps<V = unknown> {
|
|
@@ -3906,19 +3906,19 @@ interface StepItemSlotProps<V = unknown> {
|
|
|
3906
3906
|
'data-disabled': true | undefined;
|
|
3907
3907
|
};
|
|
3908
3908
|
}
|
|
3909
|
-
declare const __VLS_export: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3910
|
-
props: __VLS_PrettifyLocal<StepItemProps<V>> &
|
|
3909
|
+
declare const __VLS_export$4: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3910
|
+
props: __VLS_PrettifyLocal$3<StepItemProps<V>> & vue483.PublicProps;
|
|
3911
3911
|
expose: (exposed: {}) => void;
|
|
3912
3912
|
attrs: any;
|
|
3913
3913
|
slots: {
|
|
3914
3914
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
3915
3915
|
};
|
|
3916
3916
|
emit: {};
|
|
3917
|
-
}>) =>
|
|
3917
|
+
}>) => vue483.VNode & {
|
|
3918
3918
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3919
3919
|
};
|
|
3920
|
-
declare const _default: typeof __VLS_export;
|
|
3921
|
-
type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3920
|
+
declare const _default$4: typeof __VLS_export$4;
|
|
3921
|
+
type __VLS_PrettifyLocal$3<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3922
3922
|
//#endregion
|
|
3923
3923
|
//#region src/components/Step/index.d.ts
|
|
3924
3924
|
/**
|
|
@@ -3950,11 +3950,11 @@ declare const Step: {
|
|
|
3950
3950
|
* ```
|
|
3951
3951
|
*/
|
|
3952
3952
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3953
|
+
attrs: any;
|
|
3954
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3953
3955
|
slots: {
|
|
3954
3956
|
default: (props: StepRootSlotProps) => any;
|
|
3955
3957
|
};
|
|
3956
|
-
attrs: any;
|
|
3957
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3958
3958
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3959
3959
|
props: {
|
|
3960
3960
|
namespace?: string | undefined;
|
|
@@ -3963,14 +3963,14 @@ declare const Step: {
|
|
|
3963
3963
|
mandatory?: boolean | "force" | undefined;
|
|
3964
3964
|
modelValue?: (T | T[]) | undefined;
|
|
3965
3965
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3966
|
-
} &
|
|
3966
|
+
} & vue483.PublicProps;
|
|
3967
3967
|
expose: (exposed: {}) => void;
|
|
3968
3968
|
attrs: any;
|
|
3969
3969
|
slots: {
|
|
3970
3970
|
default: (props: StepRootSlotProps) => any;
|
|
3971
3971
|
};
|
|
3972
3972
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3973
|
-
}>) =>
|
|
3973
|
+
}>) => vue483.VNode & {
|
|
3974
3974
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3975
3975
|
};
|
|
3976
3976
|
/**
|
|
@@ -3992,28 +3992,390 @@ declare const Step: {
|
|
|
3992
3992
|
* ```
|
|
3993
3993
|
*/
|
|
3994
3994
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3995
|
+
attrs: any;
|
|
3996
|
+
emit: {};
|
|
3995
3997
|
slots: {
|
|
3996
3998
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
3997
3999
|
};
|
|
3998
|
-
attrs: any;
|
|
3999
|
-
emit: {};
|
|
4000
4000
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4001
4001
|
props: {
|
|
4002
4002
|
id?: string | undefined;
|
|
4003
4003
|
label?: string | undefined;
|
|
4004
4004
|
value?: V | undefined;
|
|
4005
|
-
disabled?:
|
|
4005
|
+
disabled?: vue483.MaybeRef<boolean> | undefined;
|
|
4006
4006
|
namespace?: string | undefined;
|
|
4007
|
-
} &
|
|
4007
|
+
} & vue483.PublicProps;
|
|
4008
4008
|
expose: (exposed: {}) => void;
|
|
4009
4009
|
attrs: any;
|
|
4010
4010
|
slots: {
|
|
4011
4011
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
4012
4012
|
};
|
|
4013
4013
|
emit: {};
|
|
4014
|
-
}>) =>
|
|
4014
|
+
}>) => vue483.VNode & {
|
|
4015
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4016
|
+
};
|
|
4017
|
+
};
|
|
4018
|
+
//#endregion
|
|
4019
|
+
//#region src/components/Tabs/TabsRoot.vue.d.ts
|
|
4020
|
+
type TabsOrientation = 'horizontal' | 'vertical';
|
|
4021
|
+
/** Ticket for tab items with element reference for focus management */
|
|
4022
|
+
interface TabsTicket extends StepTicket {
|
|
4023
|
+
/** Element reference for roving tabindex focus management */
|
|
4024
|
+
el?: MaybeRef<HTMLElement | null | undefined>;
|
|
4025
|
+
}
|
|
4026
|
+
type TabsActivation = 'automatic' | 'manual';
|
|
4027
|
+
interface TabsRootProps {
|
|
4028
|
+
/** Namespace for dependency injection (must match child namespace) */
|
|
4029
|
+
namespace?: string;
|
|
4030
|
+
/** Disables the entire tabs instance */
|
|
4031
|
+
disabled?: boolean;
|
|
4032
|
+
/** Auto-select non-disabled items on registration */
|
|
4033
|
+
enroll?: boolean;
|
|
4034
|
+
/**
|
|
4035
|
+
* Controls mandatory tab behavior:
|
|
4036
|
+
* - false: No mandatory tab enforcement
|
|
4037
|
+
* - true: Prevents deselecting the last selected item
|
|
4038
|
+
* - `force` (default): Automatically selects the first non-disabled tab
|
|
4039
|
+
*/
|
|
4040
|
+
mandatory?: boolean | 'force';
|
|
4041
|
+
/** Whether arrow key navigation wraps around */
|
|
4042
|
+
circular?: boolean;
|
|
4043
|
+
/** Tab orientation for keyboard navigation */
|
|
4044
|
+
orientation?: TabsOrientation;
|
|
4045
|
+
/**
|
|
4046
|
+
* Activation mode:
|
|
4047
|
+
* - `automatic`: Tab activates on focus (arrow keys)
|
|
4048
|
+
* - `manual`: Tab activates on Enter/Space only
|
|
4049
|
+
*/
|
|
4050
|
+
activation?: TabsActivation;
|
|
4051
|
+
}
|
|
4052
|
+
interface TabsRootSlotProps {
|
|
4053
|
+
/** Whether the tabs instance is disabled */
|
|
4054
|
+
isDisabled: boolean;
|
|
4055
|
+
/** Current orientation */
|
|
4056
|
+
orientation: TabsOrientation;
|
|
4057
|
+
/** Current activation mode */
|
|
4058
|
+
activation: TabsActivation;
|
|
4059
|
+
/** Select the first tab */
|
|
4060
|
+
first: () => void;
|
|
4061
|
+
/** Select the last tab */
|
|
4062
|
+
last: () => void;
|
|
4063
|
+
/** Select the next tab */
|
|
4064
|
+
next: () => void;
|
|
4065
|
+
/** Select the previous tab */
|
|
4066
|
+
prev: () => void;
|
|
4067
|
+
/** Step forward or backward by a specific count */
|
|
4068
|
+
step: (count: number) => void;
|
|
4069
|
+
/** Select a tab by ID */
|
|
4070
|
+
select: (id: ID) => void;
|
|
4071
|
+
/** Unselect a tab by ID */
|
|
4072
|
+
unselect: (id: ID) => void;
|
|
4073
|
+
/** Toggle a tab's selection state by ID */
|
|
4074
|
+
toggle: (id: ID) => void;
|
|
4075
|
+
/** Attributes to bind to the root element */
|
|
4076
|
+
attrs: {
|
|
4077
|
+
'aria-multiselectable': false;
|
|
4078
|
+
};
|
|
4079
|
+
}
|
|
4080
|
+
interface TabsContext extends StepContext<TabsTicket> {
|
|
4081
|
+
/** Tab orientation */
|
|
4082
|
+
orientation: Ref<TabsOrientation>;
|
|
4083
|
+
/** Activation mode */
|
|
4084
|
+
activation: Ref<TabsActivation>;
|
|
4085
|
+
/** Whether navigation wraps around */
|
|
4086
|
+
circular: Ref<boolean>;
|
|
4087
|
+
/** Root ID for generating tab/panel IDs */
|
|
4088
|
+
rootId: string;
|
|
4089
|
+
}
|
|
4090
|
+
declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue483.App) => TabsContext;
|
|
4091
|
+
declare const __VLS_export$3: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4092
|
+
props: __VLS_PrettifyLocal$2<(TabsRootProps & {
|
|
4093
|
+
modelValue?: T | T[];
|
|
4094
|
+
}) & {
|
|
4095
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4096
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4097
|
+
}> & vue483.PublicProps;
|
|
4098
|
+
expose: (exposed: {}) => void;
|
|
4099
|
+
attrs: any;
|
|
4100
|
+
slots: {
|
|
4101
|
+
default: (props: TabsRootSlotProps) => any;
|
|
4102
|
+
};
|
|
4103
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4104
|
+
}>) => vue483.VNode & {
|
|
4105
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4106
|
+
};
|
|
4107
|
+
declare const _default: typeof __VLS_export$3;
|
|
4108
|
+
type __VLS_PrettifyLocal$2<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4109
|
+
//#endregion
|
|
4110
|
+
//#region src/components/Tabs/TabsList.vue.d.ts
|
|
4111
|
+
interface TabsListProps extends AtomProps {
|
|
4112
|
+
/** Accessible label for the tablist */
|
|
4113
|
+
label?: string;
|
|
4114
|
+
/** Namespace for dependency injection */
|
|
4115
|
+
namespace?: string;
|
|
4116
|
+
}
|
|
4117
|
+
interface TabsListSlotProps {
|
|
4118
|
+
/** Current orientation */
|
|
4119
|
+
orientation: TabsOrientation;
|
|
4120
|
+
/** Whether the tabs instance is disabled */
|
|
4121
|
+
isDisabled: boolean;
|
|
4122
|
+
/** Attributes to bind to the tablist element */
|
|
4123
|
+
attrs: {
|
|
4124
|
+
'role': 'tablist';
|
|
4125
|
+
'aria-orientation': TabsOrientation;
|
|
4126
|
+
'aria-label': string | undefined;
|
|
4127
|
+
'aria-disabled': boolean | undefined;
|
|
4128
|
+
'data-disabled': true | undefined;
|
|
4129
|
+
};
|
|
4130
|
+
}
|
|
4131
|
+
declare const __VLS_export$2: __VLS_WithSlots<vue483.DefineComponent<TabsListProps, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, vue483.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue483.ComponentProvideOptions, false, {}, any>, {
|
|
4132
|
+
default: (props: TabsListSlotProps) => any;
|
|
4133
|
+
}>;
|
|
4134
|
+
declare const _default$1: typeof __VLS_export$2;
|
|
4135
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
4136
|
+
new (): {
|
|
4137
|
+
$slots: S;
|
|
4138
|
+
};
|
|
4139
|
+
};
|
|
4140
|
+
//#endregion
|
|
4141
|
+
//#region src/components/Tabs/TabsItem.vue.d.ts
|
|
4142
|
+
interface TabsItemProps<V = unknown> extends AtomProps {
|
|
4143
|
+
/** Unique identifier (auto-generated if not provided) */
|
|
4144
|
+
id?: ID;
|
|
4145
|
+
/** Value associated with this tab (used to match with TabsPanel) */
|
|
4146
|
+
value?: V;
|
|
4147
|
+
/** Disables this specific tab */
|
|
4148
|
+
disabled?: MaybeRef<boolean>;
|
|
4149
|
+
/** Namespace for dependency injection */
|
|
4150
|
+
namespace?: string;
|
|
4151
|
+
/** Accessible label for this tab */
|
|
4152
|
+
ariaLabel?: string;
|
|
4153
|
+
/** ID of element that labels this tab */
|
|
4154
|
+
ariaLabelledby?: string;
|
|
4155
|
+
/** ID of element that describes this tab */
|
|
4156
|
+
ariaDescribedby?: string;
|
|
4157
|
+
}
|
|
4158
|
+
interface TabsItemSlotProps {
|
|
4159
|
+
/** Unique identifier */
|
|
4160
|
+
id: string;
|
|
4161
|
+
/** Whether this tab is currently selected */
|
|
4162
|
+
isSelected: boolean;
|
|
4163
|
+
/** Whether this tab is disabled */
|
|
4164
|
+
isDisabled: boolean;
|
|
4165
|
+
/** Select this tab */
|
|
4166
|
+
select: () => void;
|
|
4167
|
+
/** Attributes to bind to the tab element */
|
|
4168
|
+
attrs: {
|
|
4169
|
+
'id': string;
|
|
4170
|
+
'role': 'tab';
|
|
4171
|
+
'tabindex': 0 | -1;
|
|
4172
|
+
'aria-selected': boolean;
|
|
4173
|
+
'aria-controls': string;
|
|
4174
|
+
'aria-disabled': boolean | undefined;
|
|
4175
|
+
'aria-label': string | undefined;
|
|
4176
|
+
'aria-labelledby': string | undefined;
|
|
4177
|
+
'aria-describedby': string | undefined;
|
|
4178
|
+
'data-selected': true | undefined;
|
|
4179
|
+
'data-disabled': true | undefined;
|
|
4180
|
+
'disabled': boolean | undefined;
|
|
4181
|
+
'type': 'button' | undefined;
|
|
4182
|
+
'onClick': () => void;
|
|
4183
|
+
'onKeydown': (e: KeyboardEvent) => void;
|
|
4184
|
+
'onFocus': () => void;
|
|
4185
|
+
};
|
|
4186
|
+
}
|
|
4187
|
+
declare const __VLS_export$1: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4188
|
+
props: __VLS_PrettifyLocal$1<TabsItemProps<V>> & vue483.PublicProps;
|
|
4189
|
+
expose: (exposed: {}) => void;
|
|
4190
|
+
attrs: any;
|
|
4191
|
+
slots: {
|
|
4192
|
+
default: (props: TabsItemSlotProps) => any;
|
|
4193
|
+
};
|
|
4194
|
+
emit: {};
|
|
4195
|
+
}>) => vue483.VNode & {
|
|
4196
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4197
|
+
};
|
|
4198
|
+
declare const _default$2: typeof __VLS_export$1;
|
|
4199
|
+
type __VLS_PrettifyLocal$1<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4200
|
+
//#endregion
|
|
4201
|
+
//#region src/components/Tabs/TabsPanel.vue.d.ts
|
|
4202
|
+
interface TabsPanelProps<V = unknown> extends AtomProps {
|
|
4203
|
+
/** Value to match with corresponding TabsItem */
|
|
4204
|
+
value: V;
|
|
4205
|
+
/** Namespace for dependency injection */
|
|
4206
|
+
namespace?: string;
|
|
4207
|
+
}
|
|
4208
|
+
interface TabsPanelSlotProps {
|
|
4209
|
+
/** Whether this panel's tab is currently selected */
|
|
4210
|
+
isSelected: boolean;
|
|
4211
|
+
/** Attributes to bind to the panel element */
|
|
4212
|
+
attrs: {
|
|
4213
|
+
'id': string;
|
|
4214
|
+
'role': 'tabpanel';
|
|
4215
|
+
'aria-labelledby': string;
|
|
4216
|
+
'tabindex': 0 | -1;
|
|
4217
|
+
'hidden': boolean;
|
|
4218
|
+
'data-selected': true | undefined;
|
|
4219
|
+
};
|
|
4220
|
+
}
|
|
4221
|
+
declare const __VLS_export: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4222
|
+
props: __VLS_PrettifyLocal<TabsPanelProps<V>> & vue483.PublicProps;
|
|
4223
|
+
expose: (exposed: {}) => void;
|
|
4224
|
+
attrs: any;
|
|
4225
|
+
slots: {
|
|
4226
|
+
default: (props: TabsPanelSlotProps) => any;
|
|
4227
|
+
};
|
|
4228
|
+
emit: {};
|
|
4229
|
+
}>) => vue483.VNode & {
|
|
4230
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4231
|
+
};
|
|
4232
|
+
declare const _default$3: typeof __VLS_export;
|
|
4233
|
+
type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4234
|
+
//#endregion
|
|
4235
|
+
//#region src/components/Tabs/index.d.ts
|
|
4236
|
+
/**
|
|
4237
|
+
* Tabs component with sub-components for building accessible tab interfaces.
|
|
4238
|
+
*
|
|
4239
|
+
* @see https://0.vuetifyjs.com/components/tabs
|
|
4240
|
+
*
|
|
4241
|
+
* @example
|
|
4242
|
+
* ```vue
|
|
4243
|
+
* <script lang="ts" setup>
|
|
4244
|
+
* import { Tabs } from '@vuetify/v0'
|
|
4245
|
+
*
|
|
4246
|
+
* const selected = ref('profile')
|
|
4247
|
+
* </script>
|
|
4248
|
+
*
|
|
4249
|
+
* <template>
|
|
4250
|
+
* <Tabs.Root v-model="selected">
|
|
4251
|
+
* <Tabs.List label="Account settings">
|
|
4252
|
+
* <Tabs.Item value="profile">Profile</Tabs.Item>
|
|
4253
|
+
* <Tabs.Item value="password">Password</Tabs.Item>
|
|
4254
|
+
* <Tabs.Item value="billing" disabled>Billing</Tabs.Item>
|
|
4255
|
+
* </Tabs.List>
|
|
4256
|
+
*
|
|
4257
|
+
* <Tabs.Panel value="profile">Profile content</Tabs.Panel>
|
|
4258
|
+
* <Tabs.Panel value="password">Password content</Tabs.Panel>
|
|
4259
|
+
* <Tabs.Panel value="billing">Billing content</Tabs.Panel>
|
|
4260
|
+
* </Tabs.Root>
|
|
4261
|
+
* </template>
|
|
4262
|
+
* ```
|
|
4263
|
+
*/
|
|
4264
|
+
declare const Tabs: {
|
|
4265
|
+
/**
|
|
4266
|
+
* Root component that provides tabs context.
|
|
4267
|
+
*
|
|
4268
|
+
* @see https://0.vuetifyjs.com/components/tabs
|
|
4269
|
+
*/
|
|
4270
|
+
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4271
|
+
attrs: any;
|
|
4272
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4273
|
+
slots: {
|
|
4274
|
+
default: (props: TabsRootSlotProps) => any;
|
|
4275
|
+
};
|
|
4276
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4277
|
+
props: {
|
|
4278
|
+
namespace?: string | undefined;
|
|
4279
|
+
disabled?: boolean | undefined;
|
|
4280
|
+
enroll?: boolean | undefined;
|
|
4281
|
+
mandatory?: boolean | "force" | undefined;
|
|
4282
|
+
circular?: boolean | undefined;
|
|
4283
|
+
orientation?: TabsOrientation | undefined;
|
|
4284
|
+
activation?: TabsActivation | undefined;
|
|
4285
|
+
modelValue?: (T | T[]) | undefined;
|
|
4286
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4287
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4288
|
+
} & vue483.PublicProps;
|
|
4289
|
+
expose: (exposed: {}) => void;
|
|
4290
|
+
attrs: any;
|
|
4291
|
+
slots: {
|
|
4292
|
+
default: (props: TabsRootSlotProps) => any;
|
|
4293
|
+
};
|
|
4294
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4295
|
+
}>) => vue483.VNode & {
|
|
4296
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4297
|
+
};
|
|
4298
|
+
/**
|
|
4299
|
+
* Container for tab triggers with tablist role.
|
|
4300
|
+
*
|
|
4301
|
+
* @see https://0.vuetifyjs.com/components/tabs#tabslist
|
|
4302
|
+
*/
|
|
4303
|
+
List: {
|
|
4304
|
+
new (...args: any[]): vue483.CreateComponentPublicInstanceWithMixins<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, vue483.PublicProps, {}, false, {}, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, {}, any, vue483.ComponentProvideOptions, {
|
|
4305
|
+
P: {};
|
|
4306
|
+
B: {};
|
|
4307
|
+
D: {};
|
|
4308
|
+
C: {};
|
|
4309
|
+
M: {};
|
|
4310
|
+
Defaults: {};
|
|
4311
|
+
}, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4312
|
+
__isFragment?: never;
|
|
4313
|
+
__isTeleport?: never;
|
|
4314
|
+
__isSuspense?: never;
|
|
4315
|
+
} & vue483.ComponentOptionsBase<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue483.ComponentOptionsMixin, vue483.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue483.GlobalComponents, vue483.GlobalDirectives, string, vue483.ComponentProvideOptions> & vue483.VNodeProps & vue483.AllowedComponentProps & vue483.ComponentCustomProps & (new () => {
|
|
4316
|
+
$slots: {
|
|
4317
|
+
default: (props: TabsListSlotProps) => any;
|
|
4318
|
+
};
|
|
4319
|
+
});
|
|
4320
|
+
/**
|
|
4321
|
+
* Individual tab trigger.
|
|
4322
|
+
*
|
|
4323
|
+
* @see https://0.vuetifyjs.com/components/tabs#tabsitem
|
|
4324
|
+
*/
|
|
4325
|
+
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4326
|
+
attrs: any;
|
|
4327
|
+
emit: {};
|
|
4328
|
+
slots: {
|
|
4329
|
+
default: (props: TabsItemSlotProps) => any;
|
|
4330
|
+
};
|
|
4331
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4332
|
+
props: {
|
|
4333
|
+
id?: ID | undefined;
|
|
4334
|
+
value?: V | undefined;
|
|
4335
|
+
disabled?: vue483.MaybeRef<boolean> | undefined;
|
|
4336
|
+
namespace?: string | undefined;
|
|
4337
|
+
ariaLabel?: string | undefined;
|
|
4338
|
+
ariaLabelledby?: string | undefined;
|
|
4339
|
+
ariaDescribedby?: string | undefined;
|
|
4340
|
+
as?: (DOMElement | null) | undefined;
|
|
4341
|
+
renderless?: boolean | undefined;
|
|
4342
|
+
} & vue483.PublicProps;
|
|
4343
|
+
expose: (exposed: {}) => void;
|
|
4344
|
+
attrs: any;
|
|
4345
|
+
slots: {
|
|
4346
|
+
default: (props: TabsItemSlotProps) => any;
|
|
4347
|
+
};
|
|
4348
|
+
emit: {};
|
|
4349
|
+
}>) => vue483.VNode & {
|
|
4350
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4351
|
+
};
|
|
4352
|
+
/**
|
|
4353
|
+
* Content panel associated with a tab.
|
|
4354
|
+
*
|
|
4355
|
+
* @see https://0.vuetifyjs.com/components/tabs#tabspanel
|
|
4356
|
+
*/
|
|
4357
|
+
Panel: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4358
|
+
attrs: any;
|
|
4359
|
+
emit: {};
|
|
4360
|
+
slots: {
|
|
4361
|
+
default: (props: TabsPanelSlotProps) => any;
|
|
4362
|
+
};
|
|
4363
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4364
|
+
props: {
|
|
4365
|
+
value: V;
|
|
4366
|
+
namespace?: string | undefined;
|
|
4367
|
+
as?: (DOMElement | null) | undefined;
|
|
4368
|
+
renderless?: boolean | undefined;
|
|
4369
|
+
} & vue483.PublicProps;
|
|
4370
|
+
expose: (exposed: {}) => void;
|
|
4371
|
+
attrs: any;
|
|
4372
|
+
slots: {
|
|
4373
|
+
default: (props: TabsPanelSlotProps) => any;
|
|
4374
|
+
};
|
|
4375
|
+
emit: {};
|
|
4376
|
+
}>) => vue483.VNode & {
|
|
4015
4377
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4016
4378
|
};
|
|
4017
4379
|
};
|
|
4018
4380
|
//#endregion
|
|
4019
|
-
export {
|
|
4381
|
+
export { RadioRootSlotProps as $, DialogRootProps as $n, providePaginationItems as $t, SingleItemProps as A, ExpansionPanelRootProps as An, AvatarImageProps as Ar, _default$24 as At, SelectionItemSlotProps as B, DialogDescriptionSlotProps as Bn, AtomProps as Br, PaginationPrevProps as Bt, _default$4 as C, ExpansionPanelItemContext as Cn, provideCheckboxGroup as Cr, PopoverRootSlotProps as Ct, provideStepRoot as D, provideExpansionPanelItem as Dn, AvatarFallbackSlotProps as Dr, Pagination as Dt, _default$5 as E, _default$30 as En, AvatarFallbackProps as Er, usePopoverContext as Et, _default$7 as F, Dialog as Fn, AvatarTicket as Fr, PaginationNextSlotProps as Ft, provideSelectionRoot as G, DialogContentEmits as Gn, _default$18 as Gt, SelectionRootProps as H, DialogTitleProps as Hn, _default$46 as Hr, _default$22 as Ht, provideSingleRoot as I, DialogCloseProps as In, _default$45 as Ir, _default$21 as It, RadioIndicatorProps as J, _default$33 as Jn, _default$19 as Jt, useSelectionRoot as K, DialogContentProps as Kn, PaginationItemProps as Kt, useSingleRoot as L, DialogCloseSlotProps as Ln, provideAvatarContext as Lr, PaginationEllipsisProps as Lt, _default$6 as M, _default$31 as Mn, _default$44 as Mr, PaginationLastSlotProps as Mt, SingleRootProps as N, provideExpansionPanelSelection as Nn, AvatarContext as Nr, _default$20 as Nt, useStepRoot as O, useExpansionPanelItem as On, _default$43 as Or, PaginationStatusProps as Ot, SingleRootSlotProps as P, useExpansionPanelRoot as Pn, AvatarRootProps as Pr, PaginationNextProps as Pt, RadioRootProps as Q, DialogContext as Qn, providePaginationControls as Qt, Selection as R, _default$32 as Rn, useAvatarRoot as Rr, PaginationEllipsisSlotProps as Rt, StepItemSlotProps as S, _default$29 as Sn, _default$38 as Sr, PopoverRootProps as St, StepRootSlotProps as T, ExpansionPanelItemSlotProps as Tn, Avatar as Tr, providePopoverContext as Tt, SelectionRootSlotProps as U, DialogTitleSlotProps as Un, PaginationFirstProps as Ut, _default$8 as V, _default$34 as Vn, AtomSlots as Vr, PaginationPrevSlotProps as Vt, _default$9 as W, _default$36 as Wn, PaginationFirstSlotProps as Wt, _default$12 as X, DialogActivatorSlotProps as Xn, PaginationRootSlotProps as Xt, RadioIndicatorSlotProps as Y, DialogActivatorProps as Yn, PaginationRootProps as Yt, RadioRootContext as Z, _default$37 as Zn, _default$23 as Zt, _default as _, ExpansionPanelActivatorProps as _n, useCheckboxRoot as _r, _default$15 as _t, TabsItemProps as a, GroupItemProps as an, CheckboxSelectAllProps as ar, _default$11 as at, Step as b, ExpansionPanelHeaderProps as bn, CheckboxGroupProps as br, _default$14 as bt, TabsListProps as c, GroupRootProps as cn, CheckboxIndicatorProps as cr, RadioGroupSlotProps as ct, TabsActivation as d, provideGroupRoot as dn, CheckboxRootContext as dr, provideRadioGroup as dt, providePaginationRoot as en, DialogRootSlotProps as er, RadioState as et, TabsContext as f, useGroupRoot as fn, CheckboxRootProps as fr, useRadioGroup as ft, TabsTicket as g, _default$28 as gn, provideCheckboxRoot as gr, PopoverContentSlotProps as gt, TabsRootSlotProps as h, ExpansionPanelContentSlotProps as hn, _default$41 as hr, PopoverContentProps as ht, _default$3 as i, Group as in, Checkbox as ir, RadioHiddenInputProps as it, SingleItemSlotProps as j, ExpansionPanelRootSlotProps as jn, AvatarImageSlotProps as jr, PaginationLastProps as jt, Single as k, ExpansionPanelOptionsContext as kn, AvatarImageEmits as kr, PaginationStatusSlotProps as kt, TabsListSlotProps as l, GroupRootSlotProps as ln, CheckboxIndicatorSlotProps as lr, RadioTicket as lt, TabsRootProps as m, ExpansionPanelContentProps as mn, CheckboxState as mr, PopoverContentEmits as mt, TabsPanelProps as n, usePaginationItems as nn, provideDialogContext as nr, provideRadioRoot as nt, TabsItemSlotProps as o, GroupItemSlotProps as on, CheckboxSelectAllSlotProps as or, RadioGroupContext as ot, TabsOrientation as p, ExpansionPanel as pn, CheckboxRootSlotProps as pr, Popover as pt, Radio as q, DialogContentSlotProps as qn, PaginationItemSlotProps as qt, TabsPanelSlotProps as r, usePaginationRoot as rn, useDialogContext as rr, useRadioRoot as rt, _default$2 as s, _default$25 as sn, _default$42 as sr, RadioGroupProps as st, Tabs as t, usePaginationControls as tn, _default$35 as tr, _default$13 as tt, _default$1 as u, _default$26 as un, _default$40 as ur, _default$10 as ut, provideTabsRoot as v, ExpansionPanelActivatorSlotProps as vn, CheckboxHiddenInputProps as vr, PopoverActivatorProps as vt, StepRootProps as w, ExpansionPanelItemProps as wn, useCheckboxGroup as wr, _default$16 as wt, StepItemProps as x, ExpansionPanelHeaderSlotProps as xn, CheckboxGroupSlotProps as xr, PopoverContext as xt, useTabsRoot as y, _default$27 as yn, _default$39 as yr, PopoverActivatorSlotProps as yt, SelectionItemProps as z, DialogDescriptionProps as zn, AtomExpose as zr, _default$17 as zt };
|