@vuetify/v0 0.0.24-beta.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/adapter-L4Php1_S.d.mts +97 -0
- package/dist/browser/index.js +1318 -842
- package/dist/components/index.d.mts +4 -4
- package/dist/components/index.mjs +6 -6
- package/dist/{components-Dd4KKVtk.mjs → components-V4KaMfn-.mjs} +442 -117
- 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-CiCJWcbb.mjs → globals-CgcVstn0.mjs} +1 -1
- package/dist/{index-CAEB2sxS.d.mts → index-CSjKBMhp.d.mts} +738 -349
- package/dist/{index-C8YcMooA.d.mts → index-CoO8LW8o.d.mts} +13 -9
- package/dist/{index-DYSwiS9k.d.mts → index-DlxrzbvZ.d.mts} +21 -1
- package/dist/{index-rcTqb9U3.d.mts → index-DsiFkTD8.d.mts} +662 -306
- package/dist/{index-Bby5ljat.d.mts → index-t-t6sAn3.d.mts} +222 -41
- package/dist/index.d.mts +8 -7
- package/dist/index.mjs +7 -7
- package/dist/json/attributes.json +104 -0
- package/dist/json/importMap.json +20 -0
- package/dist/json/tags.json +46 -0
- package/dist/json/web-types.json +309 -9
- package/dist/types/index.d.mts +2 -2
- package/dist/{useClickOutside-BfEvdnA4.mjs → useClickOutside-Cj8CguMD.mjs} +844 -699
- 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 +21 -3
- /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 {
|
|
2
|
-
import { B as
|
|
3
|
-
import * as
|
|
1
|
+
import { a as ID, n as DOMElement, t as Activation } from "./index-DlxrzbvZ.mjs";
|
|
2
|
+
import { B as RegistryContext, D as GroupTicket, F as SelectionTicket, M as SelectionContext, W as RegistryTicket, _ as PaginationContext, b as PaginationTicket, f as SingleTicket, i as StepTicket, l as SingleContext, t as StepContext, w as GroupContext } from "./index-t-t6sAn3.mjs";
|
|
3
|
+
import * as vue586 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> & vue586.PublicProps;
|
|
44
|
+
expose: (exposed: vue586.ShallowUnwrapRef<AtomExpose>) => void;
|
|
45
45
|
attrs: any;
|
|
46
46
|
slots: AtomSlots<T>;
|
|
47
47
|
emit: {};
|
|
48
|
-
}>) =>
|
|
48
|
+
}>) => vue586.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?: vue586.App) => AvatarContext;
|
|
65
|
+
declare const __VLS_export$45: __VLS_WithSlots$25<vue586.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
101
100
|
error: (e: Event) => any;
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
load: (e: Event) => any;
|
|
102
|
+
}, string, vue586.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
104
103
|
onError?: ((e: Event) => any) | undefined;
|
|
105
|
-
|
|
104
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
105
|
+
}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
197
196
|
onError?: ((e: Event) => any) | undefined;
|
|
198
|
-
|
|
199
|
-
|
|
197
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
198
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
200
199
|
error: (e: Event) => any;
|
|
201
|
-
|
|
200
|
+
load: (e: Event) => any;
|
|
201
|
+
}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
217
216
|
onError?: ((e: Event) => any) | undefined;
|
|
218
|
-
|
|
219
|
-
|
|
217
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
218
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
220
219
|
error: (e: Event) => any;
|
|
221
|
-
|
|
220
|
+
load: (e: Event) => any;
|
|
221
|
+
}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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<
|
|
315
|
-
declare const __VLS_export$
|
|
316
|
-
props: __VLS_PrettifyLocal$
|
|
314
|
+
declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue586.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
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
319
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
320
320
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
321
|
-
}> &
|
|
321
|
+
}> & vue586.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
|
+
}>) => vue586.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: vue586.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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?: vue586.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
448
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
449
449
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
450
|
-
}> &
|
|
450
|
+
}> & vue586.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
|
+
}>) => vue586.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<vue586.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
598
|
+
attrs: any;
|
|
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;
|
|
@@ -613,14 +613,14 @@ declare const Checkbox: {
|
|
|
613
613
|
modelValue?: (T | T[]) | undefined;
|
|
614
614
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
615
615
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
616
|
-
} &
|
|
616
|
+
} & vue586.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
|
+
}>) => vue586.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: vue586.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
722
|
+
attrs: any;
|
|
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?: vue586.MaybeRef<boolean> | undefined;
|
|
734
|
+
indeterminate?: vue586.MaybeRef<boolean> | undefined;
|
|
735
735
|
namespace?: string | undefined;
|
|
736
736
|
groupNamespace?: string | undefined;
|
|
737
737
|
ariaLabelledby?: string | undefined;
|
|
@@ -742,14 +742,14 @@ declare const Checkbox: {
|
|
|
742
742
|
modelValue?: boolean | undefined;
|
|
743
743
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
744
744
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
745
|
-
} &
|
|
745
|
+
} & vue586.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
|
+
}>) => vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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?: vue586.App) => DialogContext;
|
|
834
|
+
declare const __VLS_export$37: __VLS_WithSlots$20<vue586.DefineComponent<DialogRootProps & {
|
|
835
835
|
modelValue?: boolean;
|
|
836
|
-
}, {}, {}, {}, {},
|
|
836
|
+
}, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
837
837
|
"update:modelValue": (...args: unknown[]) => any;
|
|
838
|
-
}, string,
|
|
838
|
+
}, string, vue586.PublicProps, Readonly<DialogRootProps & {
|
|
839
839
|
modelValue?: boolean;
|
|
840
840
|
}> & Readonly<{
|
|
841
841
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
842
|
-
}>, {}, {}, {}, {}, string,
|
|
842
|
+
}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
902
902
|
cancel: (e: Event) => any;
|
|
903
903
|
close: (e: Event) => any;
|
|
904
|
-
}, string,
|
|
904
|
+
}, string, vue586.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
905
905
|
onCancel?: ((e: Event) => any) | undefined;
|
|
906
906
|
onClose?: ((e: Event) => any) | undefined;
|
|
907
|
-
}>, {}, {}, {}, {}, string,
|
|
907
|
+
}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
|
|
1038
1038
|
modelValue?: boolean;
|
|
1039
1039
|
}> & Readonly<{
|
|
1040
1040
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
1041
|
-
}>, {}, {}, {}, {},
|
|
1041
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
1042
1042
|
"update:modelValue": (...args: unknown[]) => any;
|
|
1043
|
-
},
|
|
1043
|
+
}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<DialogRootProps & {
|
|
1059
1059
|
modelValue?: boolean;
|
|
1060
1060
|
}> & Readonly<{
|
|
1061
1061
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
1062
|
-
}>, {}, {}, {}, {},
|
|
1062
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
1063
1063
|
"update:modelValue": (...args: unknown[]) => any;
|
|
1064
|
-
}, string, {}, {}, string, {},
|
|
1064
|
+
}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
|
|
1126
1126
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1127
1127
|
onClose?: ((e: Event) => any) | undefined;
|
|
1128
|
-
}>, {}, {}, {}, {},
|
|
1128
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
1129
1129
|
cancel: (e: Event) => any;
|
|
1130
1130
|
close: (e: Event) => any;
|
|
1131
|
-
},
|
|
1131
|
+
}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
|
|
1146
1146
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1147
1147
|
onClose?: ((e: Event) => any) | undefined;
|
|
1148
|
-
}>, {}, {}, {}, {},
|
|
1148
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
1149
1149
|
cancel: (e: Event) => any;
|
|
1150
1150
|
close: (e: Event) => any;
|
|
1151
|
-
}, string, {}, {}, string, {},
|
|
1151
|
+
}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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<
|
|
1297
|
-
declare const __VLS_export$
|
|
1298
|
-
props: __VLS_PrettifyLocal$
|
|
1296
|
+
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue586.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
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
|
+
}> & vue586.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
|
+
}>) => vue586.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?: vue586.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>> & vue586.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
|
+
}>) => vue586.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<vue586.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1510
|
+
attrs: any;
|
|
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
|
+
} & vue586.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
|
+
}>) => vue586.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
|
+
emit: {};
|
|
1563
|
+
attrs: any;
|
|
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?: vue586.MaybeRef<boolean> | undefined;
|
|
1572
1572
|
namespace?: string | undefined;
|
|
1573
1573
|
as?: (DOMElement | null) | undefined;
|
|
1574
1574
|
renderless?: boolean | undefined;
|
|
1575
|
-
} &
|
|
1575
|
+
} & vue586.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
|
+
}>) => vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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<
|
|
1737
|
-
declare const __VLS_export$
|
|
1738
|
-
props: __VLS_PrettifyLocal$
|
|
1736
|
+
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue586.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
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
1741
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1742
1742
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1743
|
-
}> &
|
|
1743
|
+
}> & vue586.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
|
+
}>) => vue586.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>> & vue586.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
|
+
}>) => vue586.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
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1847
|
+
attrs: any;
|
|
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;
|
|
@@ -1857,14 +1857,14 @@ declare const Group: {
|
|
|
1857
1857
|
modelValue?: (T | T[]) | undefined;
|
|
1858
1858
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1859
1859
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1860
|
-
} &
|
|
1860
|
+
} & vue586.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
|
+
}>) => vue586.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
|
+
emit: {};
|
|
1890
|
+
attrs: any;
|
|
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?: vue586.MaybeRef<boolean> | undefined;
|
|
1900
|
+
indeterminate?: vue586.MaybeRef<boolean> | undefined;
|
|
1901
1901
|
namespace?: string | undefined;
|
|
1902
|
-
} &
|
|
1902
|
+
} & vue586.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
|
+
}>) => vue586.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?: vue586.App) => PaginationContext;
|
|
1916
|
+
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue586.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?: vue586.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
|
+
}> & vue586.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
|
+
}>) => vue586.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<vue586.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2264
|
+
attrs: any;
|
|
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
|
+
} & vue586.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
|
+
}>) => vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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?: vue586.App) => PopoverContext;
|
|
2600
|
+
declare const __VLS_export$16: __VLS_WithSlots$4<vue586.DefineComponent<PopoverRootProps & {
|
|
2601
2601
|
modelValue?: boolean;
|
|
2602
|
-
}, {}, {}, {}, {},
|
|
2602
|
+
}, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
2603
2603
|
"update:modelValue": (value: boolean) => any;
|
|
2604
|
-
}, string,
|
|
2604
|
+
}, string, vue586.PublicProps, Readonly<PopoverRootProps & {
|
|
2605
2605
|
modelValue?: boolean;
|
|
2606
2606
|
}> & Readonly<{
|
|
2607
2607
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2608
|
-
}>, {}, {}, {}, {}, string,
|
|
2608
|
+
}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.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<vue586.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
2665
2665
|
beforetoggle: (e: ToggleEvent) => any;
|
|
2666
|
-
}, string,
|
|
2666
|
+
}, string, vue586.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
2667
2667
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2668
|
-
}>, {}, {}, {}, {}, string,
|
|
2668
|
+
}>, {}, {}, {}, {}, string, vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
2711
2711
|
modelValue?: boolean;
|
|
2712
2712
|
}> & Readonly<{
|
|
2713
2713
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2714
|
-
}>, {}, {}, {}, {},
|
|
2714
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
2715
2715
|
"update:modelValue": (value: boolean) => any;
|
|
2716
|
-
},
|
|
2716
|
+
}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
2732
2732
|
modelValue?: boolean;
|
|
2733
2733
|
}> & Readonly<{
|
|
2734
2734
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2735
|
-
}>, {}, {}, {}, {},
|
|
2735
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
2736
2736
|
"update:modelValue": (value: boolean) => any;
|
|
2737
|
-
}, string, {}, {}, string, {},
|
|
2737
|
+
}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.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[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
2797
2797
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2798
|
-
}>, {}, {}, {}, {},
|
|
2798
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
2799
2799
|
beforetoggle: (e: ToggleEvent) => any;
|
|
2800
|
-
},
|
|
2800
|
+
}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.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
|
+
} & vue586.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
2814
2814
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2815
|
-
}>, {}, {}, {}, {},
|
|
2815
|
+
}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {
|
|
2816
2816
|
beforetoggle: (e: ToggleEvent) => any;
|
|
2817
|
-
}, string, {}, {}, string, {},
|
|
2817
|
+
}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.ComponentCustomProps & (new () => {
|
|
2818
2818
|
$slots: {
|
|
2819
2819
|
default: (props: PopoverContentSlotProps) => any;
|
|
2820
2820
|
};
|
|
@@ -2827,9 +2827,13 @@ interface RadioTicket extends SingleTicket {
|
|
|
2827
2827
|
/** Element reference for roving tabindex focus management */
|
|
2828
2828
|
el?: MaybeRef<HTMLElement | null | undefined>;
|
|
2829
2829
|
}
|
|
2830
|
+
/** Activation mode alias for Radio component API */
|
|
2831
|
+
type RadioActivation = Activation;
|
|
2830
2832
|
interface RadioGroupContext extends SingleContext<RadioTicket> {
|
|
2831
2833
|
/** Form field name shared by all radios in the group */
|
|
2832
2834
|
name?: string;
|
|
2835
|
+
/** Activation mode for the group */
|
|
2836
|
+
activation: Ref<RadioActivation>;
|
|
2833
2837
|
}
|
|
2834
2838
|
interface RadioGroupProps extends AtomProps {
|
|
2835
2839
|
/** Namespace for dependency injection */
|
|
@@ -2897,12 +2901,33 @@ interface RadioGroupProps extends AtomProps {
|
|
|
2897
2901
|
* ```
|
|
2898
2902
|
*/
|
|
2899
2903
|
name?: string;
|
|
2904
|
+
/**
|
|
2905
|
+
* Activation mode controlling when selection occurs:
|
|
2906
|
+
* - `automatic` (default): Selection follows focus (arrow keys select)
|
|
2907
|
+
* - `manual`: Selection requires explicit Enter/Space key press
|
|
2908
|
+
*
|
|
2909
|
+
* Per WAI-ARIA APG, radio groups should have selection follow focus by default.
|
|
2910
|
+
* Use `manual` for toolbar radio groups or when deliberate selection is preferred.
|
|
2911
|
+
*
|
|
2912
|
+
* @example
|
|
2913
|
+
* ```vue
|
|
2914
|
+
* <template>
|
|
2915
|
+
* <Radio.Group v-model="selected" activation="manual">
|
|
2916
|
+
* <Radio.Root value="a">Option A</Radio.Root>
|
|
2917
|
+
* <Radio.Root value="b">Option B</Radio.Root>
|
|
2918
|
+
* </Radio.Group>
|
|
2919
|
+
* </template>
|
|
2920
|
+
* ```
|
|
2921
|
+
*/
|
|
2922
|
+
activation?: RadioActivation;
|
|
2900
2923
|
}
|
|
2901
2924
|
interface RadioGroupSlotProps {
|
|
2902
2925
|
/** Whether the radio group is disabled */
|
|
2903
2926
|
isDisabled: boolean;
|
|
2904
2927
|
/** Whether no items are currently selected */
|
|
2905
2928
|
isNoneSelected: boolean;
|
|
2929
|
+
/** Current activation mode */
|
|
2930
|
+
activation: RadioActivation;
|
|
2906
2931
|
/** Attributes to bind to the root element */
|
|
2907
2932
|
attrs: {
|
|
2908
2933
|
'role': 'radiogroup';
|
|
@@ -2912,14 +2937,14 @@ interface RadioGroupSlotProps {
|
|
|
2912
2937
|
'aria-required': boolean | undefined;
|
|
2913
2938
|
};
|
|
2914
2939
|
}
|
|
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$
|
|
2940
|
+
declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue586.App) => RadioGroupContext;
|
|
2941
|
+
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<{
|
|
2942
|
+
props: __VLS_PrettifyLocal$10<(RadioGroupProps & {
|
|
2918
2943
|
modelValue?: T;
|
|
2919
2944
|
}) & {
|
|
2920
2945
|
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
2921
2946
|
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
2922
|
-
}> &
|
|
2947
|
+
}> & vue586.PublicProps;
|
|
2923
2948
|
expose: (exposed: {}) => void;
|
|
2924
2949
|
attrs: any;
|
|
2925
2950
|
slots: {
|
|
@@ -2941,11 +2966,11 @@ declare const __VLS_export$9: <T = unknown>(__VLS_props: NonNullable<Awaited<typ
|
|
|
2941
2966
|
default: (props: RadioGroupSlotProps) => any;
|
|
2942
2967
|
};
|
|
2943
2968
|
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
2944
|
-
}>) =>
|
|
2969
|
+
}>) => vue586.VNode & {
|
|
2945
2970
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2946
2971
|
};
|
|
2947
|
-
declare const _default$
|
|
2948
|
-
type __VLS_PrettifyLocal$
|
|
2972
|
+
declare const _default$10: typeof __VLS_export$13;
|
|
2973
|
+
type __VLS_PrettifyLocal$10<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2949
2974
|
//#endregion
|
|
2950
2975
|
//#region src/components/Radio/RadioHiddenInput.vue.d.ts
|
|
2951
2976
|
interface RadioHiddenInputProps {
|
|
@@ -2993,8 +3018,8 @@ interface RadioHiddenInputProps {
|
|
|
2993
3018
|
*/
|
|
2994
3019
|
form?: string;
|
|
2995
3020
|
}
|
|
2996
|
-
declare const __VLS_export$
|
|
2997
|
-
declare const _default$
|
|
3021
|
+
declare const __VLS_export$12: vue586.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.ComponentProvideOptions, false, {}, any>;
|
|
3022
|
+
declare const _default$11: typeof __VLS_export$12;
|
|
2998
3023
|
//#endregion
|
|
2999
3024
|
//#region src/components/Radio/RadioRoot.vue.d.ts
|
|
3000
3025
|
/** Visual state of the radio for styling purposes */
|
|
@@ -3114,9 +3139,9 @@ interface RadioRootSlotProps<V = unknown> {
|
|
|
3114
3139
|
'data-radio-id': ID;
|
|
3115
3140
|
};
|
|
3116
3141
|
}
|
|
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$
|
|
3142
|
+
declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue586.App) => RadioRootContext;
|
|
3143
|
+
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<{
|
|
3144
|
+
props: __VLS_PrettifyLocal$9<RadioRootProps<V>> & vue586.PublicProps;
|
|
3120
3145
|
expose: (exposed: {}) => void;
|
|
3121
3146
|
attrs: any;
|
|
3122
3147
|
slots: {
|
|
@@ -3137,11 +3162,11 @@ declare const __VLS_export$7: <V = unknown>(__VLS_props: NonNullable<Awaited<typ
|
|
|
3137
3162
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3138
3163
|
};
|
|
3139
3164
|
emit: {};
|
|
3140
|
-
}>) =>
|
|
3165
|
+
}>) => vue586.VNode & {
|
|
3141
3166
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3142
3167
|
};
|
|
3143
|
-
declare const _default$
|
|
3144
|
-
type __VLS_PrettifyLocal$
|
|
3168
|
+
declare const _default$13: typeof __VLS_export$11;
|
|
3169
|
+
type __VLS_PrettifyLocal$9<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3145
3170
|
//#endregion
|
|
3146
3171
|
//#region src/components/Radio/RadioIndicator.vue.d.ts
|
|
3147
3172
|
interface RadioIndicatorProps extends AtomProps {
|
|
@@ -3159,7 +3184,7 @@ interface RadioIndicatorSlotProps {
|
|
|
3159
3184
|
};
|
|
3160
3185
|
};
|
|
3161
3186
|
}
|
|
3162
|
-
declare const __VLS_export$
|
|
3187
|
+
declare const __VLS_export$10: __VLS_WithSlots$1<vue586.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.ComponentProvideOptions, false, {}, any>, {
|
|
3163
3188
|
/**
|
|
3164
3189
|
* Default slot for custom indicator content
|
|
3165
3190
|
*
|
|
@@ -3174,8 +3199,8 @@ declare const __VLS_export$6: __VLS_WithSlots<vue500.DefineComponent<RadioIndica
|
|
|
3174
3199
|
*/
|
|
3175
3200
|
default: (props: RadioIndicatorSlotProps) => any;
|
|
3176
3201
|
}>;
|
|
3177
|
-
declare const _default$
|
|
3178
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
3202
|
+
declare const _default$12: typeof __VLS_export$10;
|
|
3203
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
3179
3204
|
new (): {
|
|
3180
3205
|
$slots: S;
|
|
3181
3206
|
};
|
|
@@ -3244,11 +3269,11 @@ declare const Radio: {
|
|
|
3244
3269
|
* ```
|
|
3245
3270
|
*/
|
|
3246
3271
|
Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3272
|
+
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3273
|
+
attrs: any;
|
|
3247
3274
|
slots: {
|
|
3248
3275
|
default: (props: RadioGroupSlotProps) => any;
|
|
3249
3276
|
};
|
|
3250
|
-
attrs: any;
|
|
3251
|
-
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3252
3277
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3253
3278
|
props: {
|
|
3254
3279
|
namespace?: string | undefined;
|
|
@@ -3259,19 +3284,20 @@ declare const Radio: {
|
|
|
3259
3284
|
ariaDescribedby?: string | undefined;
|
|
3260
3285
|
ariaRequired?: boolean | undefined;
|
|
3261
3286
|
name?: string | undefined;
|
|
3287
|
+
activation?: RadioActivation | undefined;
|
|
3262
3288
|
as?: (DOMElement | null) | undefined;
|
|
3263
3289
|
renderless?: boolean | undefined;
|
|
3264
3290
|
modelValue?: T | undefined;
|
|
3265
3291
|
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
3266
3292
|
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
3267
|
-
} &
|
|
3293
|
+
} & vue586.PublicProps;
|
|
3268
3294
|
expose: (exposed: {}) => void;
|
|
3269
3295
|
attrs: any;
|
|
3270
3296
|
slots: {
|
|
3271
3297
|
default: (props: RadioGroupSlotProps) => any;
|
|
3272
3298
|
};
|
|
3273
3299
|
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3274
|
-
}>) =>
|
|
3300
|
+
}>) => vue586.VNode & {
|
|
3275
3301
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3276
3302
|
};
|
|
3277
3303
|
/**
|
|
@@ -3298,7 +3324,7 @@ declare const Radio: {
|
|
|
3298
3324
|
* </template>
|
|
3299
3325
|
* ```
|
|
3300
3326
|
*/
|
|
3301
|
-
HiddenInput:
|
|
3327
|
+
HiddenInput: vue586.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.ComponentProvideOptions, false, {}, any>;
|
|
3302
3328
|
/**
|
|
3303
3329
|
* Visual indicator component for radio buttons.
|
|
3304
3330
|
*
|
|
@@ -3327,7 +3353,7 @@ declare const Radio: {
|
|
|
3327
3353
|
* ```
|
|
3328
3354
|
*/
|
|
3329
3355
|
Indicator: {
|
|
3330
|
-
new (...args: any[]):
|
|
3356
|
+
new (...args: any[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.ComponentProvideOptions, {
|
|
3331
3357
|
P: {};
|
|
3332
3358
|
B: {};
|
|
3333
3359
|
D: {};
|
|
@@ -3338,7 +3364,7 @@ declare const Radio: {
|
|
|
3338
3364
|
__isFragment?: never;
|
|
3339
3365
|
__isTeleport?: never;
|
|
3340
3366
|
__isSuspense?: never;
|
|
3341
|
-
} &
|
|
3367
|
+
} & vue586.ComponentOptionsBase<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.ComponentCustomProps & (new () => {
|
|
3342
3368
|
$slots: {
|
|
3343
3369
|
default: (props: RadioIndicatorSlotProps) => any;
|
|
3344
3370
|
};
|
|
@@ -3370,11 +3396,11 @@ declare const Radio: {
|
|
|
3370
3396
|
* ```
|
|
3371
3397
|
*/
|
|
3372
3398
|
Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3399
|
+
emit: {};
|
|
3400
|
+
attrs: any;
|
|
3373
3401
|
slots: {
|
|
3374
3402
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3375
3403
|
};
|
|
3376
|
-
attrs: any;
|
|
3377
|
-
emit: {};
|
|
3378
3404
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3379
3405
|
props: {
|
|
3380
3406
|
id?: ID | undefined;
|
|
@@ -3382,7 +3408,7 @@ declare const Radio: {
|
|
|
3382
3408
|
value?: V | undefined;
|
|
3383
3409
|
name?: string | undefined;
|
|
3384
3410
|
form?: string | undefined;
|
|
3385
|
-
disabled?:
|
|
3411
|
+
disabled?: vue586.MaybeRef<boolean> | undefined;
|
|
3386
3412
|
namespace?: string | undefined;
|
|
3387
3413
|
groupNamespace?: string | undefined;
|
|
3388
3414
|
ariaLabelledby?: string | undefined;
|
|
@@ -3390,14 +3416,14 @@ declare const Radio: {
|
|
|
3390
3416
|
ariaInvalid?: boolean | undefined;
|
|
3391
3417
|
as?: (DOMElement | null) | undefined;
|
|
3392
3418
|
renderless?: boolean | undefined;
|
|
3393
|
-
} &
|
|
3419
|
+
} & vue586.PublicProps;
|
|
3394
3420
|
expose: (exposed: {}) => void;
|
|
3395
3421
|
attrs: any;
|
|
3396
3422
|
slots: {
|
|
3397
3423
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3398
3424
|
};
|
|
3399
3425
|
emit: {};
|
|
3400
|
-
}>) =>
|
|
3426
|
+
}>) => vue586.VNode & {
|
|
3401
3427
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3402
3428
|
};
|
|
3403
3429
|
};
|
|
@@ -3436,25 +3462,25 @@ interface SelectionRootSlotProps {
|
|
|
3436
3462
|
'aria-multiselectable': boolean;
|
|
3437
3463
|
};
|
|
3438
3464
|
}
|
|
3439
|
-
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<
|
|
3440
|
-
declare const __VLS_export$
|
|
3441
|
-
props: __VLS_PrettifyLocal$
|
|
3465
|
+
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue586.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
3466
|
+
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<{
|
|
3467
|
+
props: __VLS_PrettifyLocal$8<(SelectionRootProps & {
|
|
3442
3468
|
modelValue?: T | T[];
|
|
3443
3469
|
}) & {
|
|
3444
3470
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
3445
3471
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3446
|
-
}> &
|
|
3472
|
+
}> & vue586.PublicProps;
|
|
3447
3473
|
expose: (exposed: {}) => void;
|
|
3448
3474
|
attrs: any;
|
|
3449
3475
|
slots: {
|
|
3450
3476
|
default: (props: SelectionRootSlotProps) => any;
|
|
3451
3477
|
};
|
|
3452
3478
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3453
|
-
}>) =>
|
|
3479
|
+
}>) => vue586.VNode & {
|
|
3454
3480
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3455
3481
|
};
|
|
3456
|
-
declare const _default$
|
|
3457
|
-
type __VLS_PrettifyLocal$
|
|
3482
|
+
declare const _default$9: typeof __VLS_export$9;
|
|
3483
|
+
type __VLS_PrettifyLocal$8<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3458
3484
|
//#endregion
|
|
3459
3485
|
//#region src/components/Selection/SelectionItem.vue.d.ts
|
|
3460
3486
|
interface SelectionItemProps<V = unknown> {
|
|
@@ -3494,19 +3520,19 @@ interface SelectionItemSlotProps<V = unknown> {
|
|
|
3494
3520
|
'data-disabled': true | undefined;
|
|
3495
3521
|
};
|
|
3496
3522
|
}
|
|
3497
|
-
declare const __VLS_export$
|
|
3498
|
-
props: __VLS_PrettifyLocal$
|
|
3523
|
+
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<{
|
|
3524
|
+
props: __VLS_PrettifyLocal$7<SelectionItemProps<V>> & vue586.PublicProps;
|
|
3499
3525
|
expose: (exposed: {}) => void;
|
|
3500
3526
|
attrs: any;
|
|
3501
3527
|
slots: {
|
|
3502
3528
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
3503
3529
|
};
|
|
3504
3530
|
emit: {};
|
|
3505
|
-
}>) =>
|
|
3531
|
+
}>) => vue586.VNode & {
|
|
3506
3532
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3507
3533
|
};
|
|
3508
|
-
declare const _default$
|
|
3509
|
-
type __VLS_PrettifyLocal$
|
|
3534
|
+
declare const _default$8: typeof __VLS_export$8;
|
|
3535
|
+
type __VLS_PrettifyLocal$7<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3510
3536
|
//#endregion
|
|
3511
3537
|
//#region src/components/Selection/index.d.ts
|
|
3512
3538
|
/**
|
|
@@ -3540,11 +3566,11 @@ declare const Selection: {
|
|
|
3540
3566
|
* ```
|
|
3541
3567
|
*/
|
|
3542
3568
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3569
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3570
|
+
attrs: any;
|
|
3543
3571
|
slots: {
|
|
3544
3572
|
default: (props: SelectionRootSlotProps) => any;
|
|
3545
3573
|
};
|
|
3546
|
-
attrs: any;
|
|
3547
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3548
3574
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3549
3575
|
props: {
|
|
3550
3576
|
namespace?: string | undefined;
|
|
@@ -3555,14 +3581,14 @@ declare const Selection: {
|
|
|
3555
3581
|
modelValue?: (T | T[]) | undefined;
|
|
3556
3582
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
3557
3583
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3558
|
-
} &
|
|
3584
|
+
} & vue586.PublicProps;
|
|
3559
3585
|
expose: (exposed: {}) => void;
|
|
3560
3586
|
attrs: any;
|
|
3561
3587
|
slots: {
|
|
3562
3588
|
default: (props: SelectionRootSlotProps) => any;
|
|
3563
3589
|
};
|
|
3564
3590
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3565
|
-
}>) =>
|
|
3591
|
+
}>) => vue586.VNode & {
|
|
3566
3592
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3567
3593
|
};
|
|
3568
3594
|
/**
|
|
@@ -3584,26 +3610,26 @@ declare const Selection: {
|
|
|
3584
3610
|
* ```
|
|
3585
3611
|
*/
|
|
3586
3612
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3613
|
+
emit: {};
|
|
3614
|
+
attrs: any;
|
|
3587
3615
|
slots: {
|
|
3588
3616
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
3589
3617
|
};
|
|
3590
|
-
attrs: any;
|
|
3591
|
-
emit: {};
|
|
3592
3618
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3593
3619
|
props: {
|
|
3594
3620
|
id?: string | undefined;
|
|
3595
3621
|
label?: string | undefined;
|
|
3596
3622
|
value?: V | undefined;
|
|
3597
|
-
disabled?:
|
|
3623
|
+
disabled?: vue586.MaybeRef<boolean> | undefined;
|
|
3598
3624
|
namespace?: string | undefined;
|
|
3599
|
-
} &
|
|
3625
|
+
} & vue586.PublicProps;
|
|
3600
3626
|
expose: (exposed: {}) => void;
|
|
3601
3627
|
attrs: any;
|
|
3602
3628
|
slots: {
|
|
3603
3629
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
3604
3630
|
};
|
|
3605
3631
|
emit: {};
|
|
3606
|
-
}>) =>
|
|
3632
|
+
}>) => vue586.VNode & {
|
|
3607
3633
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3608
3634
|
};
|
|
3609
3635
|
};
|
|
@@ -3638,24 +3664,24 @@ interface SingleRootSlotProps {
|
|
|
3638
3664
|
'aria-multiselectable': false;
|
|
3639
3665
|
};
|
|
3640
3666
|
}
|
|
3641
|
-
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<
|
|
3642
|
-
declare const __VLS_export$
|
|
3643
|
-
props: __VLS_PrettifyLocal$
|
|
3667
|
+
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket, SingleTicket<SingleTicket>> | undefined) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket, SingleTicket<SingleTicket>>, app?: vue586.App) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>;
|
|
3668
|
+
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<{
|
|
3669
|
+
props: __VLS_PrettifyLocal$6<(SingleRootProps & {
|
|
3644
3670
|
modelValue?: T | T[];
|
|
3645
3671
|
}) & {
|
|
3646
3672
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3647
|
-
}> &
|
|
3673
|
+
}> & vue586.PublicProps;
|
|
3648
3674
|
expose: (exposed: {}) => void;
|
|
3649
3675
|
attrs: any;
|
|
3650
3676
|
slots: {
|
|
3651
3677
|
default: (props: SingleRootSlotProps) => any;
|
|
3652
3678
|
};
|
|
3653
3679
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3654
|
-
}>) =>
|
|
3680
|
+
}>) => vue586.VNode & {
|
|
3655
3681
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3656
3682
|
};
|
|
3657
|
-
declare const _default$
|
|
3658
|
-
type __VLS_PrettifyLocal$
|
|
3683
|
+
declare const _default$7: typeof __VLS_export$7;
|
|
3684
|
+
type __VLS_PrettifyLocal$6<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3659
3685
|
//#endregion
|
|
3660
3686
|
//#region src/components/Single/SingleItem.vue.d.ts
|
|
3661
3687
|
interface SingleItemProps<V = unknown> {
|
|
@@ -3695,19 +3721,19 @@ interface SingleItemSlotProps<V = unknown> {
|
|
|
3695
3721
|
'data-disabled': true | undefined;
|
|
3696
3722
|
};
|
|
3697
3723
|
}
|
|
3698
|
-
declare const __VLS_export$
|
|
3699
|
-
props: __VLS_PrettifyLocal$
|
|
3724
|
+
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<{
|
|
3725
|
+
props: __VLS_PrettifyLocal$5<SingleItemProps<V>> & vue586.PublicProps;
|
|
3700
3726
|
expose: (exposed: {}) => void;
|
|
3701
3727
|
attrs: any;
|
|
3702
3728
|
slots: {
|
|
3703
3729
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
3704
3730
|
};
|
|
3705
3731
|
emit: {};
|
|
3706
|
-
}>) =>
|
|
3732
|
+
}>) => vue586.VNode & {
|
|
3707
3733
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3708
3734
|
};
|
|
3709
|
-
declare const _default$
|
|
3710
|
-
type __VLS_PrettifyLocal$
|
|
3735
|
+
declare const _default$6: typeof __VLS_export$6;
|
|
3736
|
+
type __VLS_PrettifyLocal$5<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3711
3737
|
//#endregion
|
|
3712
3738
|
//#region src/components/Single/index.d.ts
|
|
3713
3739
|
/**
|
|
@@ -3741,11 +3767,11 @@ declare const Single: {
|
|
|
3741
3767
|
* ```
|
|
3742
3768
|
*/
|
|
3743
3769
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3770
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3771
|
+
attrs: any;
|
|
3744
3772
|
slots: {
|
|
3745
3773
|
default: (props: SingleRootSlotProps) => any;
|
|
3746
3774
|
};
|
|
3747
|
-
attrs: any;
|
|
3748
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3749
3775
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3750
3776
|
props: {
|
|
3751
3777
|
namespace?: string | undefined;
|
|
@@ -3754,14 +3780,14 @@ declare const Single: {
|
|
|
3754
3780
|
mandatory?: boolean | "force" | undefined;
|
|
3755
3781
|
modelValue?: (T | T[]) | undefined;
|
|
3756
3782
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3757
|
-
} &
|
|
3783
|
+
} & vue586.PublicProps;
|
|
3758
3784
|
expose: (exposed: {}) => void;
|
|
3759
3785
|
attrs: any;
|
|
3760
3786
|
slots: {
|
|
3761
3787
|
default: (props: SingleRootSlotProps) => any;
|
|
3762
3788
|
};
|
|
3763
3789
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3764
|
-
}>) =>
|
|
3790
|
+
}>) => vue586.VNode & {
|
|
3765
3791
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3766
3792
|
};
|
|
3767
3793
|
/**
|
|
@@ -3785,26 +3811,26 @@ declare const Single: {
|
|
|
3785
3811
|
* ```
|
|
3786
3812
|
*/
|
|
3787
3813
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3814
|
+
emit: {};
|
|
3815
|
+
attrs: any;
|
|
3788
3816
|
slots: {
|
|
3789
3817
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
3790
3818
|
};
|
|
3791
|
-
attrs: any;
|
|
3792
|
-
emit: {};
|
|
3793
3819
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3794
3820
|
props: {
|
|
3795
3821
|
id?: string | undefined;
|
|
3796
3822
|
label?: string | undefined;
|
|
3797
3823
|
value?: V | undefined;
|
|
3798
|
-
disabled?:
|
|
3824
|
+
disabled?: vue586.MaybeRef<boolean> | undefined;
|
|
3799
3825
|
namespace?: string | undefined;
|
|
3800
|
-
} &
|
|
3826
|
+
} & vue586.PublicProps;
|
|
3801
3827
|
expose: (exposed: {}) => void;
|
|
3802
3828
|
attrs: any;
|
|
3803
3829
|
slots: {
|
|
3804
3830
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
3805
3831
|
};
|
|
3806
3832
|
emit: {};
|
|
3807
|
-
}>) =>
|
|
3833
|
+
}>) => vue586.VNode & {
|
|
3808
3834
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3809
3835
|
};
|
|
3810
3836
|
};
|
|
@@ -3849,24 +3875,24 @@ interface StepRootSlotProps {
|
|
|
3849
3875
|
'aria-multiselectable': false;
|
|
3850
3876
|
};
|
|
3851
3877
|
}
|
|
3852
|
-
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<
|
|
3853
|
-
declare const __VLS_export$
|
|
3854
|
-
props: __VLS_PrettifyLocal$
|
|
3878
|
+
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket, StepTicket<StepTicket>> | undefined) => StepContext<StepTicket, StepTicket<StepTicket>>, provideStepRoot: (key: string, context: StepContext<StepTicket, StepTicket<StepTicket>>, app?: vue586.App) => StepContext<StepTicket, StepTicket<StepTicket>>;
|
|
3879
|
+
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<{
|
|
3880
|
+
props: __VLS_PrettifyLocal$4<(StepRootProps & {
|
|
3855
3881
|
modelValue?: T | T[];
|
|
3856
3882
|
}) & {
|
|
3857
3883
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3858
|
-
}> &
|
|
3884
|
+
}> & vue586.PublicProps;
|
|
3859
3885
|
expose: (exposed: {}) => void;
|
|
3860
3886
|
attrs: any;
|
|
3861
3887
|
slots: {
|
|
3862
3888
|
default: (props: StepRootSlotProps) => any;
|
|
3863
3889
|
};
|
|
3864
3890
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3865
|
-
}>) =>
|
|
3891
|
+
}>) => vue586.VNode & {
|
|
3866
3892
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3867
3893
|
};
|
|
3868
|
-
declare const _default$
|
|
3869
|
-
type __VLS_PrettifyLocal$
|
|
3894
|
+
declare const _default$5: typeof __VLS_export$5;
|
|
3895
|
+
type __VLS_PrettifyLocal$4<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3870
3896
|
//#endregion
|
|
3871
3897
|
//#region src/components/Step/StepItem.vue.d.ts
|
|
3872
3898
|
interface StepItemProps<V = unknown> {
|
|
@@ -3906,19 +3932,19 @@ interface StepItemSlotProps<V = unknown> {
|
|
|
3906
3932
|
'data-disabled': true | undefined;
|
|
3907
3933
|
};
|
|
3908
3934
|
}
|
|
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>> &
|
|
3935
|
+
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<{
|
|
3936
|
+
props: __VLS_PrettifyLocal$3<StepItemProps<V>> & vue586.PublicProps;
|
|
3911
3937
|
expose: (exposed: {}) => void;
|
|
3912
3938
|
attrs: any;
|
|
3913
3939
|
slots: {
|
|
3914
3940
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
3915
3941
|
};
|
|
3916
3942
|
emit: {};
|
|
3917
|
-
}>) =>
|
|
3943
|
+
}>) => vue586.VNode & {
|
|
3918
3944
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3919
3945
|
};
|
|
3920
|
-
declare const _default: typeof __VLS_export;
|
|
3921
|
-
type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3946
|
+
declare const _default$4: typeof __VLS_export$4;
|
|
3947
|
+
type __VLS_PrettifyLocal$3<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3922
3948
|
//#endregion
|
|
3923
3949
|
//#region src/components/Step/index.d.ts
|
|
3924
3950
|
/**
|
|
@@ -3950,11 +3976,11 @@ declare const Step: {
|
|
|
3950
3976
|
* ```
|
|
3951
3977
|
*/
|
|
3952
3978
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3979
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3980
|
+
attrs: any;
|
|
3953
3981
|
slots: {
|
|
3954
3982
|
default: (props: StepRootSlotProps) => any;
|
|
3955
3983
|
};
|
|
3956
|
-
attrs: any;
|
|
3957
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3958
3984
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3959
3985
|
props: {
|
|
3960
3986
|
namespace?: string | undefined;
|
|
@@ -3963,14 +3989,14 @@ declare const Step: {
|
|
|
3963
3989
|
mandatory?: boolean | "force" | undefined;
|
|
3964
3990
|
modelValue?: (T | T[]) | undefined;
|
|
3965
3991
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
3966
|
-
} &
|
|
3992
|
+
} & vue586.PublicProps;
|
|
3967
3993
|
expose: (exposed: {}) => void;
|
|
3968
3994
|
attrs: any;
|
|
3969
3995
|
slots: {
|
|
3970
3996
|
default: (props: StepRootSlotProps) => any;
|
|
3971
3997
|
};
|
|
3972
3998
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3973
|
-
}>) =>
|
|
3999
|
+
}>) => vue586.VNode & {
|
|
3974
4000
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3975
4001
|
};
|
|
3976
4002
|
/**
|
|
@@ -3992,28 +4018,391 @@ declare const Step: {
|
|
|
3992
4018
|
* ```
|
|
3993
4019
|
*/
|
|
3994
4020
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4021
|
+
emit: {};
|
|
4022
|
+
attrs: any;
|
|
3995
4023
|
slots: {
|
|
3996
4024
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
3997
4025
|
};
|
|
3998
|
-
attrs: any;
|
|
3999
|
-
emit: {};
|
|
4000
4026
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4001
4027
|
props: {
|
|
4002
4028
|
id?: string | undefined;
|
|
4003
4029
|
label?: string | undefined;
|
|
4004
4030
|
value?: V | undefined;
|
|
4005
|
-
disabled?:
|
|
4031
|
+
disabled?: vue586.MaybeRef<boolean> | undefined;
|
|
4006
4032
|
namespace?: string | undefined;
|
|
4007
|
-
} &
|
|
4033
|
+
} & vue586.PublicProps;
|
|
4008
4034
|
expose: (exposed: {}) => void;
|
|
4009
4035
|
attrs: any;
|
|
4010
4036
|
slots: {
|
|
4011
4037
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
4012
4038
|
};
|
|
4013
4039
|
emit: {};
|
|
4014
|
-
}>) =>
|
|
4040
|
+
}>) => vue586.VNode & {
|
|
4041
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4042
|
+
};
|
|
4043
|
+
};
|
|
4044
|
+
//#endregion
|
|
4045
|
+
//#region src/components/Tabs/TabsRoot.vue.d.ts
|
|
4046
|
+
type TabsOrientation = 'horizontal' | 'vertical';
|
|
4047
|
+
/** Ticket for tab items with element reference for focus management */
|
|
4048
|
+
interface TabsTicket extends StepTicket {
|
|
4049
|
+
/** Element reference for roving tabindex focus management */
|
|
4050
|
+
el?: MaybeRef<HTMLElement | null | undefined>;
|
|
4051
|
+
}
|
|
4052
|
+
/** Activation mode alias for Tabs component API */
|
|
4053
|
+
type TabsActivation = Activation;
|
|
4054
|
+
interface TabsRootProps {
|
|
4055
|
+
/** Namespace for dependency injection (must match child namespace) */
|
|
4056
|
+
namespace?: string;
|
|
4057
|
+
/** Disables the entire tabs instance */
|
|
4058
|
+
disabled?: boolean;
|
|
4059
|
+
/** Auto-select non-disabled items on registration */
|
|
4060
|
+
enroll?: boolean;
|
|
4061
|
+
/**
|
|
4062
|
+
* Controls mandatory tab behavior:
|
|
4063
|
+
* - false: No mandatory tab enforcement
|
|
4064
|
+
* - true: Prevents deselecting the last selected item
|
|
4065
|
+
* - `force` (default): Automatically selects the first non-disabled tab
|
|
4066
|
+
*/
|
|
4067
|
+
mandatory?: boolean | 'force';
|
|
4068
|
+
/** Whether arrow key navigation wraps around */
|
|
4069
|
+
circular?: boolean;
|
|
4070
|
+
/** Tab orientation for keyboard navigation */
|
|
4071
|
+
orientation?: TabsOrientation;
|
|
4072
|
+
/**
|
|
4073
|
+
* Activation mode:
|
|
4074
|
+
* - `automatic`: Tab activates on focus (arrow keys)
|
|
4075
|
+
* - `manual`: Tab activates on Enter/Space only
|
|
4076
|
+
*/
|
|
4077
|
+
activation?: TabsActivation;
|
|
4078
|
+
}
|
|
4079
|
+
interface TabsRootSlotProps {
|
|
4080
|
+
/** Whether the tabs instance is disabled */
|
|
4081
|
+
isDisabled: boolean;
|
|
4082
|
+
/** Current orientation */
|
|
4083
|
+
orientation: TabsOrientation;
|
|
4084
|
+
/** Current activation mode */
|
|
4085
|
+
activation: TabsActivation;
|
|
4086
|
+
/** Select the first tab */
|
|
4087
|
+
first: () => void;
|
|
4088
|
+
/** Select the last tab */
|
|
4089
|
+
last: () => void;
|
|
4090
|
+
/** Select the next tab */
|
|
4091
|
+
next: () => void;
|
|
4092
|
+
/** Select the previous tab */
|
|
4093
|
+
prev: () => void;
|
|
4094
|
+
/** Step forward or backward by a specific count */
|
|
4095
|
+
step: (count: number) => void;
|
|
4096
|
+
/** Select a tab by ID */
|
|
4097
|
+
select: (id: ID) => void;
|
|
4098
|
+
/** Unselect a tab by ID */
|
|
4099
|
+
unselect: (id: ID) => void;
|
|
4100
|
+
/** Toggle a tab's selection state by ID */
|
|
4101
|
+
toggle: (id: ID) => void;
|
|
4102
|
+
/** Attributes to bind to the root element */
|
|
4103
|
+
attrs: {
|
|
4104
|
+
'aria-multiselectable': false;
|
|
4105
|
+
};
|
|
4106
|
+
}
|
|
4107
|
+
interface TabsContext extends StepContext<TabsTicket> {
|
|
4108
|
+
/** Tab orientation */
|
|
4109
|
+
orientation: Ref<TabsOrientation>;
|
|
4110
|
+
/** Activation mode */
|
|
4111
|
+
activation: Ref<TabsActivation>;
|
|
4112
|
+
/** Whether navigation wraps around */
|
|
4113
|
+
circular: Ref<boolean>;
|
|
4114
|
+
/** Root ID for generating tab/panel IDs */
|
|
4115
|
+
rootId: string;
|
|
4116
|
+
}
|
|
4117
|
+
declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue586.App) => TabsContext;
|
|
4118
|
+
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<{
|
|
4119
|
+
props: __VLS_PrettifyLocal$2<(TabsRootProps & {
|
|
4120
|
+
modelValue?: T | T[];
|
|
4121
|
+
}) & {
|
|
4122
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4123
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4124
|
+
}> & vue586.PublicProps;
|
|
4125
|
+
expose: (exposed: {}) => void;
|
|
4126
|
+
attrs: any;
|
|
4127
|
+
slots: {
|
|
4128
|
+
default: (props: TabsRootSlotProps) => any;
|
|
4129
|
+
};
|
|
4130
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4131
|
+
}>) => vue586.VNode & {
|
|
4132
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4133
|
+
};
|
|
4134
|
+
declare const _default: typeof __VLS_export$3;
|
|
4135
|
+
type __VLS_PrettifyLocal$2<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4136
|
+
//#endregion
|
|
4137
|
+
//#region src/components/Tabs/TabsList.vue.d.ts
|
|
4138
|
+
interface TabsListProps extends AtomProps {
|
|
4139
|
+
/** Accessible label for the tablist */
|
|
4140
|
+
label?: string;
|
|
4141
|
+
/** Namespace for dependency injection */
|
|
4142
|
+
namespace?: string;
|
|
4143
|
+
}
|
|
4144
|
+
interface TabsListSlotProps {
|
|
4145
|
+
/** Current orientation */
|
|
4146
|
+
orientation: TabsOrientation;
|
|
4147
|
+
/** Whether the tabs instance is disabled */
|
|
4148
|
+
isDisabled: boolean;
|
|
4149
|
+
/** Attributes to bind to the tablist element */
|
|
4150
|
+
attrs: {
|
|
4151
|
+
'role': 'tablist';
|
|
4152
|
+
'aria-orientation': TabsOrientation;
|
|
4153
|
+
'aria-label': string | undefined;
|
|
4154
|
+
'aria-disabled': boolean | undefined;
|
|
4155
|
+
'data-disabled': true | undefined;
|
|
4156
|
+
};
|
|
4157
|
+
}
|
|
4158
|
+
declare const __VLS_export$2: __VLS_WithSlots<vue586.DefineComponent<TabsListProps, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, vue586.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue586.ComponentProvideOptions, false, {}, any>, {
|
|
4159
|
+
default: (props: TabsListSlotProps) => any;
|
|
4160
|
+
}>;
|
|
4161
|
+
declare const _default$1: typeof __VLS_export$2;
|
|
4162
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
4163
|
+
new (): {
|
|
4164
|
+
$slots: S;
|
|
4165
|
+
};
|
|
4166
|
+
};
|
|
4167
|
+
//#endregion
|
|
4168
|
+
//#region src/components/Tabs/TabsItem.vue.d.ts
|
|
4169
|
+
interface TabsItemProps<V = unknown> extends AtomProps {
|
|
4170
|
+
/** Unique identifier (auto-generated if not provided) */
|
|
4171
|
+
id?: ID;
|
|
4172
|
+
/** Value associated with this tab (used to match with TabsPanel) */
|
|
4173
|
+
value?: V;
|
|
4174
|
+
/** Disables this specific tab */
|
|
4175
|
+
disabled?: MaybeRef<boolean>;
|
|
4176
|
+
/** Namespace for dependency injection */
|
|
4177
|
+
namespace?: string;
|
|
4178
|
+
/** Accessible label for this tab */
|
|
4179
|
+
ariaLabel?: string;
|
|
4180
|
+
/** ID of element that labels this tab */
|
|
4181
|
+
ariaLabelledby?: string;
|
|
4182
|
+
/** ID of element that describes this tab */
|
|
4183
|
+
ariaDescribedby?: string;
|
|
4184
|
+
}
|
|
4185
|
+
interface TabsItemSlotProps {
|
|
4186
|
+
/** Unique identifier */
|
|
4187
|
+
id: string;
|
|
4188
|
+
/** Whether this tab is currently selected */
|
|
4189
|
+
isSelected: boolean;
|
|
4190
|
+
/** Whether this tab is disabled */
|
|
4191
|
+
isDisabled: boolean;
|
|
4192
|
+
/** Select this tab */
|
|
4193
|
+
select: () => void;
|
|
4194
|
+
/** Attributes to bind to the tab element */
|
|
4195
|
+
attrs: {
|
|
4196
|
+
'id': string;
|
|
4197
|
+
'role': 'tab';
|
|
4198
|
+
'tabindex': 0 | -1;
|
|
4199
|
+
'aria-selected': boolean;
|
|
4200
|
+
'aria-controls': string;
|
|
4201
|
+
'aria-disabled': boolean | undefined;
|
|
4202
|
+
'aria-label': string | undefined;
|
|
4203
|
+
'aria-labelledby': string | undefined;
|
|
4204
|
+
'aria-describedby': string | undefined;
|
|
4205
|
+
'data-selected': true | undefined;
|
|
4206
|
+
'data-disabled': true | undefined;
|
|
4207
|
+
'disabled': boolean | undefined;
|
|
4208
|
+
'type': 'button' | undefined;
|
|
4209
|
+
'onClick': () => void;
|
|
4210
|
+
'onKeydown': (e: KeyboardEvent) => void;
|
|
4211
|
+
'onFocus': () => void;
|
|
4212
|
+
};
|
|
4213
|
+
}
|
|
4214
|
+
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<{
|
|
4215
|
+
props: __VLS_PrettifyLocal$1<TabsItemProps<V>> & vue586.PublicProps;
|
|
4216
|
+
expose: (exposed: {}) => void;
|
|
4217
|
+
attrs: any;
|
|
4218
|
+
slots: {
|
|
4219
|
+
default: (props: TabsItemSlotProps) => any;
|
|
4220
|
+
};
|
|
4221
|
+
emit: {};
|
|
4222
|
+
}>) => vue586.VNode & {
|
|
4223
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4224
|
+
};
|
|
4225
|
+
declare const _default$2: typeof __VLS_export$1;
|
|
4226
|
+
type __VLS_PrettifyLocal$1<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4227
|
+
//#endregion
|
|
4228
|
+
//#region src/components/Tabs/TabsPanel.vue.d.ts
|
|
4229
|
+
interface TabsPanelProps<V = unknown> extends AtomProps {
|
|
4230
|
+
/** Value to match with corresponding TabsItem */
|
|
4231
|
+
value: V;
|
|
4232
|
+
/** Namespace for dependency injection */
|
|
4233
|
+
namespace?: string;
|
|
4234
|
+
}
|
|
4235
|
+
interface TabsPanelSlotProps {
|
|
4236
|
+
/** Whether this panel's tab is currently selected */
|
|
4237
|
+
isSelected: boolean;
|
|
4238
|
+
/** Attributes to bind to the panel element */
|
|
4239
|
+
attrs: {
|
|
4240
|
+
'id': string;
|
|
4241
|
+
'role': 'tabpanel';
|
|
4242
|
+
'aria-labelledby': string;
|
|
4243
|
+
'tabindex': 0 | -1;
|
|
4244
|
+
'hidden': boolean;
|
|
4245
|
+
'data-selected': true | undefined;
|
|
4246
|
+
};
|
|
4247
|
+
}
|
|
4248
|
+
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<{
|
|
4249
|
+
props: __VLS_PrettifyLocal<TabsPanelProps<V>> & vue586.PublicProps;
|
|
4250
|
+
expose: (exposed: {}) => void;
|
|
4251
|
+
attrs: any;
|
|
4252
|
+
slots: {
|
|
4253
|
+
default: (props: TabsPanelSlotProps) => any;
|
|
4254
|
+
};
|
|
4255
|
+
emit: {};
|
|
4256
|
+
}>) => vue586.VNode & {
|
|
4257
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4258
|
+
};
|
|
4259
|
+
declare const _default$3: typeof __VLS_export;
|
|
4260
|
+
type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4261
|
+
//#endregion
|
|
4262
|
+
//#region src/components/Tabs/index.d.ts
|
|
4263
|
+
/**
|
|
4264
|
+
* Tabs component with sub-components for building accessible tab interfaces.
|
|
4265
|
+
*
|
|
4266
|
+
* @see https://0.vuetifyjs.com/components/tabs
|
|
4267
|
+
*
|
|
4268
|
+
* @example
|
|
4269
|
+
* ```vue
|
|
4270
|
+
* <script lang="ts" setup>
|
|
4271
|
+
* import { Tabs } from '@vuetify/v0'
|
|
4272
|
+
*
|
|
4273
|
+
* const selected = ref('profile')
|
|
4274
|
+
* </script>
|
|
4275
|
+
*
|
|
4276
|
+
* <template>
|
|
4277
|
+
* <Tabs.Root v-model="selected">
|
|
4278
|
+
* <Tabs.List label="Account settings">
|
|
4279
|
+
* <Tabs.Item value="profile">Profile</Tabs.Item>
|
|
4280
|
+
* <Tabs.Item value="password">Password</Tabs.Item>
|
|
4281
|
+
* <Tabs.Item value="billing" disabled>Billing</Tabs.Item>
|
|
4282
|
+
* </Tabs.List>
|
|
4283
|
+
*
|
|
4284
|
+
* <Tabs.Panel value="profile">Profile content</Tabs.Panel>
|
|
4285
|
+
* <Tabs.Panel value="password">Password content</Tabs.Panel>
|
|
4286
|
+
* <Tabs.Panel value="billing">Billing content</Tabs.Panel>
|
|
4287
|
+
* </Tabs.Root>
|
|
4288
|
+
* </template>
|
|
4289
|
+
* ```
|
|
4290
|
+
*/
|
|
4291
|
+
declare const Tabs: {
|
|
4292
|
+
/**
|
|
4293
|
+
* Root component that provides tabs context.
|
|
4294
|
+
*
|
|
4295
|
+
* @see https://0.vuetifyjs.com/components/tabs
|
|
4296
|
+
*/
|
|
4297
|
+
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4298
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4299
|
+
attrs: any;
|
|
4300
|
+
slots: {
|
|
4301
|
+
default: (props: TabsRootSlotProps) => any;
|
|
4302
|
+
};
|
|
4303
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4304
|
+
props: {
|
|
4305
|
+
namespace?: string | undefined;
|
|
4306
|
+
disabled?: boolean | undefined;
|
|
4307
|
+
enroll?: boolean | undefined;
|
|
4308
|
+
mandatory?: boolean | "force" | undefined;
|
|
4309
|
+
circular?: boolean | undefined;
|
|
4310
|
+
orientation?: TabsOrientation | undefined;
|
|
4311
|
+
activation?: TabsActivation | undefined;
|
|
4312
|
+
modelValue?: (T | T[]) | undefined;
|
|
4313
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4314
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4315
|
+
} & vue586.PublicProps;
|
|
4316
|
+
expose: (exposed: {}) => void;
|
|
4317
|
+
attrs: any;
|
|
4318
|
+
slots: {
|
|
4319
|
+
default: (props: TabsRootSlotProps) => any;
|
|
4320
|
+
};
|
|
4321
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4322
|
+
}>) => vue586.VNode & {
|
|
4323
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4324
|
+
};
|
|
4325
|
+
/**
|
|
4326
|
+
* Container for tab triggers with tablist role.
|
|
4327
|
+
*
|
|
4328
|
+
* @see https://0.vuetifyjs.com/components/tabs#tabslist
|
|
4329
|
+
*/
|
|
4330
|
+
List: {
|
|
4331
|
+
new (...args: any[]): vue586.CreateComponentPublicInstanceWithMixins<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, vue586.PublicProps, {}, false, {}, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, {}, any, vue586.ComponentProvideOptions, {
|
|
4332
|
+
P: {};
|
|
4333
|
+
B: {};
|
|
4334
|
+
D: {};
|
|
4335
|
+
C: {};
|
|
4336
|
+
M: {};
|
|
4337
|
+
Defaults: {};
|
|
4338
|
+
}, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4339
|
+
__isFragment?: never;
|
|
4340
|
+
__isTeleport?: never;
|
|
4341
|
+
__isSuspense?: never;
|
|
4342
|
+
} & vue586.ComponentOptionsBase<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue586.ComponentOptionsMixin, vue586.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue586.GlobalComponents, vue586.GlobalDirectives, string, vue586.ComponentProvideOptions> & vue586.VNodeProps & vue586.AllowedComponentProps & vue586.ComponentCustomProps & (new () => {
|
|
4343
|
+
$slots: {
|
|
4344
|
+
default: (props: TabsListSlotProps) => any;
|
|
4345
|
+
};
|
|
4346
|
+
});
|
|
4347
|
+
/**
|
|
4348
|
+
* Individual tab trigger.
|
|
4349
|
+
*
|
|
4350
|
+
* @see https://0.vuetifyjs.com/components/tabs#tabsitem
|
|
4351
|
+
*/
|
|
4352
|
+
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4353
|
+
emit: {};
|
|
4354
|
+
attrs: any;
|
|
4355
|
+
slots: {
|
|
4356
|
+
default: (props: TabsItemSlotProps) => any;
|
|
4357
|
+
};
|
|
4358
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4359
|
+
props: {
|
|
4360
|
+
id?: ID | undefined;
|
|
4361
|
+
value?: V | undefined;
|
|
4362
|
+
disabled?: vue586.MaybeRef<boolean> | undefined;
|
|
4363
|
+
namespace?: string | undefined;
|
|
4364
|
+
ariaLabel?: string | undefined;
|
|
4365
|
+
ariaLabelledby?: string | undefined;
|
|
4366
|
+
ariaDescribedby?: string | undefined;
|
|
4367
|
+
as?: (DOMElement | null) | undefined;
|
|
4368
|
+
renderless?: boolean | undefined;
|
|
4369
|
+
} & vue586.PublicProps;
|
|
4370
|
+
expose: (exposed: {}) => void;
|
|
4371
|
+
attrs: any;
|
|
4372
|
+
slots: {
|
|
4373
|
+
default: (props: TabsItemSlotProps) => any;
|
|
4374
|
+
};
|
|
4375
|
+
emit: {};
|
|
4376
|
+
}>) => vue586.VNode & {
|
|
4377
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4378
|
+
};
|
|
4379
|
+
/**
|
|
4380
|
+
* Content panel associated with a tab.
|
|
4381
|
+
*
|
|
4382
|
+
* @see https://0.vuetifyjs.com/components/tabs#tabspanel
|
|
4383
|
+
*/
|
|
4384
|
+
Panel: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4385
|
+
emit: {};
|
|
4386
|
+
attrs: any;
|
|
4387
|
+
slots: {
|
|
4388
|
+
default: (props: TabsPanelSlotProps) => any;
|
|
4389
|
+
};
|
|
4390
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4391
|
+
props: {
|
|
4392
|
+
value: V;
|
|
4393
|
+
namespace?: string | undefined;
|
|
4394
|
+
as?: (DOMElement | null) | undefined;
|
|
4395
|
+
renderless?: boolean | undefined;
|
|
4396
|
+
} & vue586.PublicProps;
|
|
4397
|
+
expose: (exposed: {}) => void;
|
|
4398
|
+
attrs: any;
|
|
4399
|
+
slots: {
|
|
4400
|
+
default: (props: TabsPanelSlotProps) => any;
|
|
4401
|
+
};
|
|
4402
|
+
emit: {};
|
|
4403
|
+
}>) => vue586.VNode & {
|
|
4015
4404
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4016
4405
|
};
|
|
4017
4406
|
};
|
|
4018
4407
|
//#endregion
|
|
4019
|
-
export {
|
|
4408
|
+
export { RadioRootSlotProps as $, DialogContext as $n, providePaginationControls as $t, SingleItemProps as A, ExpansionPanelOptionsContext as An, AvatarImageEmits as Ar, PaginationStatusSlotProps as At, SelectionItemSlotProps as B, DialogDescriptionProps as Bn, AtomExpose as Br, _default$17 as Bt, _default$4 as C, _default$29 as Cn, _default$38 as Cr, PopoverRootProps as Ct, provideStepRoot as D, _default$30 as Dn, AvatarFallbackProps as Dr, usePopoverContext as Dt, _default$5 as E, ExpansionPanelItemSlotProps as En, Avatar as Er, providePopoverContext as Et, _default$7 as F, useExpansionPanelRoot as Fn, AvatarRootProps as Fr, PaginationNextProps as Ft, provideSelectionRoot as G, _default$36 as Gn, PaginationFirstSlotProps as Gt, SelectionRootProps as H, _default$34 as Hn, AtomSlots as Hr, PaginationPrevSlotProps as Ht, provideSingleRoot as I, Dialog as In, AvatarTicket as Ir, PaginationNextSlotProps as It, RadioIndicatorProps as J, DialogContentSlotProps as Jn, PaginationItemSlotProps as Jt, useSelectionRoot as K, DialogContentEmits as Kn, _default$18 as Kt, useSingleRoot as L, DialogCloseProps as Ln, _default$45 as Lr, _default$21 as Lt, _default$6 as M, ExpansionPanelRootSlotProps as Mn, AvatarImageSlotProps as Mr, PaginationLastProps as Mt, SingleRootProps as N, _default$31 as Nn, _default$44 as Nr, PaginationLastSlotProps as Nt, useStepRoot as O, provideExpansionPanelItem as On, AvatarFallbackSlotProps as Or, Pagination as Ot, SingleRootSlotProps as P, provideExpansionPanelSelection as Pn, AvatarContext as Pr, _default$20 as Pt, RadioRootProps as Q, _default$37 as Qn, _default$23 as Qt, Selection as R, DialogCloseSlotProps as Rn, provideAvatarContext as Rr, PaginationEllipsisProps as Rt, StepItemSlotProps as S, ExpansionPanelHeaderSlotProps as Sn, CheckboxGroupSlotProps as Sr, PopoverContext as St, StepRootSlotProps as T, ExpansionPanelItemProps as Tn, useCheckboxGroup as Tr, _default$16 as Tt, SelectionRootSlotProps as U, DialogTitleProps as Un, _default$46 as Ur, _default$22 as Ut, _default$8 as V, DialogDescriptionSlotProps as Vn, AtomProps as Vr, PaginationPrevProps as Vt, _default$9 as W, DialogTitleSlotProps as Wn, PaginationFirstProps as Wt, _default$12 as X, DialogActivatorProps as Xn, PaginationRootProps as Xt, RadioIndicatorSlotProps as Y, _default$33 as Yn, _default$19 as Yt, RadioRootContext as Z, DialogActivatorSlotProps as Zn, PaginationRootSlotProps as Zt, _default as _, _default$28 as _n, provideCheckboxRoot as _r, PopoverContentSlotProps as _t, TabsItemProps as a, Group as an, Checkbox as ar, _default$11 as at, Step as b, _default$27 as bn, _default$39 as br, PopoverActivatorSlotProps as bt, TabsListProps as c, _default$25 as cn, _default$42 as cr, RadioGroupProps as ct, TabsActivation as d, _default$26 as dn, _default$40 as dr, _default$10 as dt, providePaginationItems as en, DialogRootProps as er, RadioState as et, TabsContext as f, provideGroupRoot as fn, CheckboxRootContext as fr, provideRadioGroup as ft, TabsTicket as g, ExpansionPanelContentSlotProps as gn, _default$41 as gr, PopoverContentProps as gt, TabsRootSlotProps as h, ExpansionPanelContentProps as hn, CheckboxState as hr, PopoverContentEmits as ht, _default$3 as i, usePaginationRoot as in, useDialogContext as ir, RadioHiddenInputProps as it, SingleItemSlotProps as j, ExpansionPanelRootProps as jn, AvatarImageProps as jr, _default$24 as jt, Single as k, useExpansionPanelItem as kn, _default$43 as kr, PaginationStatusProps as kt, TabsListSlotProps as l, GroupRootProps as ln, CheckboxIndicatorProps as lr, RadioGroupSlotProps as lt, TabsRootProps as m, ExpansionPanel as mn, CheckboxRootSlotProps as mr, Popover as mt, TabsPanelProps as n, usePaginationControls as nn, _default$35 as nr, provideRadioRoot as nt, TabsItemSlotProps as o, GroupItemProps as on, CheckboxSelectAllProps as or, RadioActivation as ot, TabsOrientation as p, useGroupRoot as pn, CheckboxRootProps as pr, useRadioGroup as pt, Radio as q, DialogContentProps as qn, PaginationItemProps as qt, TabsPanelSlotProps as r, usePaginationItems as rn, provideDialogContext as rr, useRadioRoot as rt, _default$2 as s, GroupItemSlotProps as sn, CheckboxSelectAllSlotProps as sr, RadioGroupContext as st, Tabs as t, providePaginationRoot as tn, DialogRootSlotProps as tr, _default$13 as tt, _default$1 as u, GroupRootSlotProps as un, CheckboxIndicatorSlotProps as ur, RadioTicket as ut, provideTabsRoot as v, ExpansionPanelActivatorProps as vn, useCheckboxRoot as vr, _default$15 as vt, StepRootProps as w, ExpansionPanelItemContext as wn, provideCheckboxGroup as wr, PopoverRootSlotProps as wt, StepItemProps as x, ExpansionPanelHeaderProps as xn, CheckboxGroupProps as xr, _default$14 as xt, useTabsRoot as y, ExpansionPanelActivatorSlotProps as yn, CheckboxHiddenInputProps as yr, PopoverActivatorProps as yt, SelectionItemProps as z, _default$32 as zn, useAvatarRoot as zr, PaginationEllipsisSlotProps as zt };
|