@vuetify/v0 0.0.24 → 0.1.1
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/browser/index.js +165 -66
- package/dist/components/index.d.mts +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/{components-D_yAxHwn.mjs → components-BOipMGkD.mjs} +11 -6
- package/dist/composables/index.d.mts +4 -4
- package/dist/composables/index.mjs +3 -3
- package/dist/constants/index.mjs +1 -1
- package/dist/date/index.mjs +1 -1
- package/dist/{globals-BhNI7no7.mjs → globals-qE_M6ZhX.mjs} +1 -1
- package/dist/{index-OghXharF.d.mts → index-Bx6Ke-u_.d.mts} +291 -264
- package/dist/{index-kvJsAOSg.d.mts → index-CoO8LW8o.d.mts} +1 -1
- package/dist/{index-ZW2YLa57.d.mts → index-DlxrzbvZ.d.mts} +15 -14
- package/dist/{index-isYKpbs6.d.mts → index-DmNXO254.d.mts} +239 -73
- package/dist/{index-DknfL2GU.d.mts → index-qSuLpob3.d.mts} +226 -45
- package/dist/index.d.mts +6 -6
- package/dist/index.mjs +4 -4
- package/dist/json/attributes.json +5 -1
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +12 -2
- package/dist/types/index.d.mts +2 -2
- package/dist/{useClickOutside-w-Y2QxHh.mjs → useClickOutside-DcrXfUVx.mjs} +156 -62
- package/dist/utilities/index.d.mts +2 -2
- package/package.json +19 -2
|
@@ -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-qSuLpob3.mjs";
|
|
3
|
+
import * as vue471 from "vue";
|
|
4
4
|
import { MaybeRef, Ref, ShallowRef, TemplateRef } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Atom/Atom.vue.d.ts
|
|
@@ -40,12 +40,12 @@ interface AtomExpose {
|
|
|
40
40
|
}
|
|
41
41
|
interface AtomPrivateProps extends AtomProps {}
|
|
42
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> &
|
|
44
|
-
expose: (exposed:
|
|
43
|
+
props: __VLS_PrettifyLocal$18<AtomPrivateProps> & vue471.PublicProps;
|
|
44
|
+
expose: (exposed: vue471.ShallowUnwrapRef<AtomExpose>) => void;
|
|
45
45
|
attrs: any;
|
|
46
46
|
slots: AtomSlots<T>;
|
|
47
47
|
emit: {};
|
|
48
|
-
}>) =>
|
|
48
|
+
}>) => vue471.VNode & {
|
|
49
49
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
50
50
|
};
|
|
51
51
|
declare const _default$46: typeof __VLS_export$46;
|
|
@@ -61,8 +61,8 @@ 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$45: __VLS_WithSlots$25<
|
|
64
|
+
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?: vue471.App) => AvatarContext;
|
|
65
|
+
declare const __VLS_export$45: __VLS_WithSlots$25<vue471.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
66
66
|
default?: (props: {}) => any;
|
|
67
67
|
}>;
|
|
68
68
|
declare const _default$45: typeof __VLS_export$45;
|
|
@@ -96,13 +96,13 @@ interface AvatarImageSlotProps {
|
|
|
96
96
|
onError: (e: Event) => void;
|
|
97
97
|
};
|
|
98
98
|
}
|
|
99
|
-
declare const __VLS_export$44: __VLS_WithSlots$24<
|
|
100
|
-
error: (e: Event) => any;
|
|
99
|
+
declare const __VLS_export$44: __VLS_WithSlots$24<vue471.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
101
100
|
load: (e: Event) => any;
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
error: (e: Event) => any;
|
|
102
|
+
}, string, vue471.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
104
103
|
onLoad?: ((e: Event) => any) | undefined;
|
|
105
|
-
|
|
104
|
+
onError?: ((e: Event) => any) | undefined;
|
|
105
|
+
}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
106
106
|
default: (props: AvatarImageSlotProps) => any;
|
|
107
107
|
}>;
|
|
108
108
|
declare const _default$44: typeof __VLS_export$44;
|
|
@@ -121,7 +121,7 @@ interface AvatarFallbackSlotProps {
|
|
|
121
121
|
/** Whether this fallback is currently visible */
|
|
122
122
|
isSelected: boolean;
|
|
123
123
|
}
|
|
124
|
-
declare const __VLS_export$43: __VLS_WithSlots$23<
|
|
124
|
+
declare const __VLS_export$43: __VLS_WithSlots$23<vue471.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
125
125
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
126
126
|
}>;
|
|
127
127
|
declare const _default$43: typeof __VLS_export$43;
|
|
@@ -159,7 +159,7 @@ declare const Avatar: {
|
|
|
159
159
|
* ```
|
|
160
160
|
*/
|
|
161
161
|
Root: {
|
|
162
|
-
new (...args: any[]):
|
|
162
|
+
new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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
|
-
onError?: ((e: Event) => any) | undefined;
|
|
195
|
+
new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
197
196
|
onLoad?: ((e: Event) => any) | undefined;
|
|
198
|
-
|
|
199
|
-
|
|
197
|
+
onError?: ((e: Event) => any) | undefined;
|
|
198
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
200
199
|
load: (e: Event) => any;
|
|
201
|
-
|
|
200
|
+
error: (e: Event) => any;
|
|
201
|
+
}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
-
onError?: ((e: Event) => any) | undefined;
|
|
210
209
|
onLoad?: ((e: Event) => any) | undefined;
|
|
210
|
+
onError?: ((e: Event) => any) | undefined;
|
|
211
211
|
}>, {}, {}, {}, {}, {}>;
|
|
212
212
|
__isFragment?: never;
|
|
213
213
|
__isTeleport?: never;
|
|
214
214
|
__isSuspense?: never;
|
|
215
|
-
} &
|
|
216
|
-
onError?: ((e: Event) => any) | undefined;
|
|
215
|
+
} & vue471.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
217
216
|
onLoad?: ((e: Event) => any) | undefined;
|
|
218
|
-
|
|
219
|
-
|
|
217
|
+
onError?: ((e: Event) => any) | undefined;
|
|
218
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
220
219
|
load: (e: Event) => any;
|
|
221
|
-
|
|
220
|
+
error: (e: Event) => any;
|
|
221
|
+
}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
|
|
257
257
|
$slots: {
|
|
258
258
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
259
259
|
};
|
|
@@ -311,21 +311,21 @@ interface CheckboxGroupSlotProps {
|
|
|
311
311
|
'aria-describedby': string | undefined;
|
|
312
312
|
};
|
|
313
313
|
}
|
|
314
|
-
declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket<
|
|
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?: vue471.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
315
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
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
|
+
}> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
329
329
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
330
330
|
};
|
|
331
331
|
declare const _default$38: typeof __VLS_export$42;
|
|
@@ -342,7 +342,7 @@ interface CheckboxHiddenInputProps {
|
|
|
342
342
|
/** Associate with form by ID (defaults to context value) */
|
|
343
343
|
form?: string;
|
|
344
344
|
}
|
|
345
|
-
declare const __VLS_export$41:
|
|
345
|
+
declare const __VLS_export$41: vue471.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>;
|
|
346
346
|
declare const _default$39: typeof __VLS_export$41;
|
|
347
347
|
//#endregion
|
|
348
348
|
//#region src/components/Checkbox/CheckboxRoot.vue.d.ts
|
|
@@ -440,21 +440,21 @@ 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?:
|
|
443
|
+
declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue471.App) => CheckboxRootContext<unknown>;
|
|
444
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
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
|
+
}> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
458
458
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
459
459
|
};
|
|
460
460
|
declare const _default$41: typeof __VLS_export$40;
|
|
@@ -478,7 +478,7 @@ interface CheckboxIndicatorSlotProps {
|
|
|
478
478
|
};
|
|
479
479
|
};
|
|
480
480
|
}
|
|
481
|
-
declare const __VLS_export$39: __VLS_WithSlots$22<
|
|
481
|
+
declare const __VLS_export$39: __VLS_WithSlots$22<vue471.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
482
482
|
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
483
483
|
}>;
|
|
484
484
|
declare const _default$40: typeof __VLS_export$39;
|
|
@@ -532,7 +532,7 @@ interface CheckboxSelectAllSlotProps {
|
|
|
532
532
|
'data-disabled': true | undefined;
|
|
533
533
|
};
|
|
534
534
|
}
|
|
535
|
-
declare const __VLS_export$38: __VLS_WithSlots$21<
|
|
535
|
+
declare const __VLS_export$38: __VLS_WithSlots$21<vue471.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
536
536
|
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
537
537
|
}>;
|
|
538
538
|
declare const _default$42: typeof __VLS_export$38;
|
|
@@ -594,11 +594,11 @@ declare const Checkbox: {
|
|
|
594
594
|
* ```
|
|
595
595
|
*/
|
|
596
596
|
Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
597
|
-
attrs: any;
|
|
598
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
599
597
|
slots: {
|
|
600
598
|
default: (props: CheckboxGroupSlotProps) => any;
|
|
601
599
|
};
|
|
600
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
601
|
+
attrs: any;
|
|
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
|
+
} & vue471.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
|
+
}>) => vue471.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: vue471.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
|
|
687
687
|
$slots: {
|
|
688
688
|
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
689
689
|
};
|
|
@@ -718,11 +718,11 @@ declare const Checkbox: {
|
|
|
718
718
|
* ```
|
|
719
719
|
*/
|
|
720
720
|
Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
721
|
-
attrs: any;
|
|
722
|
-
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
723
721
|
slots: {
|
|
724
722
|
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
725
723
|
};
|
|
724
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
725
|
+
attrs: any;
|
|
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?: vue471.MaybeRef<boolean> | undefined;
|
|
734
|
+
indeterminate?: vue471.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
|
+
} & vue471.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
|
+
}>) => vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
|
|
802
802
|
$slots: {
|
|
803
803
|
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
804
804
|
};
|
|
@@ -830,16 +830,16 @@ 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$37: __VLS_WithSlots$20<
|
|
833
|
+
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue471.App) => DialogContext;
|
|
834
|
+
declare const __VLS_export$37: __VLS_WithSlots$20<vue471.DefineComponent<DialogRootProps & {
|
|
835
835
|
modelValue?: boolean;
|
|
836
|
-
}, {}, {}, {}, {},
|
|
836
|
+
}, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
837
837
|
"update:modelValue": (...args: unknown[]) => any;
|
|
838
|
-
}, string,
|
|
838
|
+
}, string, vue471.PublicProps, Readonly<DialogRootProps & {
|
|
839
839
|
modelValue?: boolean;
|
|
840
840
|
}> & Readonly<{
|
|
841
841
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
842
|
-
}>, {}, {}, {}, {}, string,
|
|
842
|
+
}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
843
843
|
default: (props: DialogRootSlotProps) => any;
|
|
844
844
|
}>;
|
|
845
845
|
declare const _default$35: typeof __VLS_export$37;
|
|
@@ -865,7 +865,7 @@ interface DialogActivatorSlotProps {
|
|
|
865
865
|
'data-dialog-open': '' | undefined;
|
|
866
866
|
};
|
|
867
867
|
}
|
|
868
|
-
declare const __VLS_export$36: __VLS_WithSlots$19<
|
|
868
|
+
declare const __VLS_export$36: __VLS_WithSlots$19<vue471.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
869
869
|
default: (props: DialogActivatorSlotProps) => any;
|
|
870
870
|
}>;
|
|
871
871
|
declare const _default$37: typeof __VLS_export$36;
|
|
@@ -898,13 +898,13 @@ interface DialogContentSlotProps {
|
|
|
898
898
|
'aria-describedby': string;
|
|
899
899
|
};
|
|
900
900
|
}
|
|
901
|
-
declare const __VLS_export$35: __VLS_WithSlots$18<
|
|
901
|
+
declare const __VLS_export$35: __VLS_WithSlots$18<vue471.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
902
902
|
cancel: (e: Event) => any;
|
|
903
903
|
close: (e: Event) => any;
|
|
904
|
-
}, string,
|
|
904
|
+
}, string, vue471.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
905
905
|
onCancel?: ((e: Event) => any) | undefined;
|
|
906
906
|
onClose?: ((e: Event) => any) | undefined;
|
|
907
|
-
}>, {}, {}, {}, {}, string,
|
|
907
|
+
}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
908
908
|
default: (props: DialogContentSlotProps) => any;
|
|
909
909
|
}>;
|
|
910
910
|
declare const _default$33: typeof __VLS_export$35;
|
|
@@ -925,7 +925,7 @@ interface DialogTitleSlotProps {
|
|
|
925
925
|
id: string;
|
|
926
926
|
};
|
|
927
927
|
}
|
|
928
|
-
declare const __VLS_export$34: __VLS_WithSlots$17<
|
|
928
|
+
declare const __VLS_export$34: __VLS_WithSlots$17<vue471.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
929
929
|
default: (props: DialogTitleSlotProps) => any;
|
|
930
930
|
}>;
|
|
931
931
|
declare const _default$36: typeof __VLS_export$34;
|
|
@@ -946,7 +946,7 @@ interface DialogDescriptionSlotProps {
|
|
|
946
946
|
id: string;
|
|
947
947
|
};
|
|
948
948
|
}
|
|
949
|
-
declare const __VLS_export$33: __VLS_WithSlots$16<
|
|
949
|
+
declare const __VLS_export$33: __VLS_WithSlots$16<vue471.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
950
950
|
default: (props: DialogDescriptionSlotProps) => any;
|
|
951
951
|
}>;
|
|
952
952
|
declare const _default$34: typeof __VLS_export$33;
|
|
@@ -970,7 +970,7 @@ interface DialogCloseSlotProps {
|
|
|
970
970
|
'aria-label': 'Close';
|
|
971
971
|
};
|
|
972
972
|
}
|
|
973
|
-
declare const __VLS_export$32: __VLS_WithSlots$15<
|
|
973
|
+
declare const __VLS_export$32: __VLS_WithSlots$15<vue471.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
974
974
|
default: (props: DialogCloseSlotProps) => any;
|
|
975
975
|
}>;
|
|
976
976
|
declare const _default$32: typeof __VLS_export$32;
|
|
@@ -1034,13 +1034,13 @@ declare const Dialog: {
|
|
|
1034
1034
|
* ```
|
|
1035
1035
|
*/
|
|
1036
1036
|
Root: {
|
|
1037
|
-
new (...args: any[]):
|
|
1037
|
+
new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
|
|
1038
1038
|
modelValue?: boolean;
|
|
1039
1039
|
}> & Readonly<{
|
|
1040
1040
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
1041
|
-
}>, {}, {}, {}, {},
|
|
1041
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
1042
1042
|
"update:modelValue": (...args: unknown[]) => any;
|
|
1043
|
-
},
|
|
1043
|
+
}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<DialogRootProps & {
|
|
1059
1059
|
modelValue?: boolean;
|
|
1060
1060
|
}> & Readonly<{
|
|
1061
1061
|
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
1062
|
-
}>, {}, {}, {}, {},
|
|
1062
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
1063
1063
|
"update:modelValue": (...args: unknown[]) => any;
|
|
1064
|
-
}, string, {}, {}, string, {},
|
|
1064
|
+
}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
|
|
1126
1126
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1127
1127
|
onClose?: ((e: Event) => any) | undefined;
|
|
1128
|
-
}>, {}, {}, {}, {},
|
|
1128
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
1129
1129
|
cancel: (e: Event) => any;
|
|
1130
1130
|
close: (e: Event) => any;
|
|
1131
|
-
},
|
|
1131
|
+
}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
|
|
1146
1146
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1147
1147
|
onClose?: ((e: Event) => any) | undefined;
|
|
1148
|
-
}>, {}, {}, {}, {},
|
|
1148
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
1149
1149
|
cancel: (e: Event) => any;
|
|
1150
1150
|
close: (e: Event) => any;
|
|
1151
|
-
}, string, {}, {}, string, {},
|
|
1151
|
+
}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
|
|
1253
1253
|
$slots: {
|
|
1254
1254
|
default: (props: DialogCloseSlotProps) => any;
|
|
1255
1255
|
};
|
|
@@ -1293,20 +1293,20 @@ 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<
|
|
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?: vue471.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
1297
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
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
|
+
}> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
1310
1310
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1311
1311
|
};
|
|
1312
1312
|
declare const _default$31: typeof __VLS_export$31;
|
|
@@ -1351,16 +1351,16 @@ 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?:
|
|
1354
|
+
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue471.App) => ExpansionPanelItemContext;
|
|
1355
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>> &
|
|
1356
|
+
props: __VLS_PrettifyLocal$14<ExpansionPanelItemProps<V>> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
1364
1364
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1365
1365
|
};
|
|
1366
1366
|
declare const _default$30: typeof __VLS_export$30;
|
|
@@ -1380,7 +1380,7 @@ interface ExpansionPanelHeaderSlotProps {
|
|
|
1380
1380
|
'data-selected': true | undefined;
|
|
1381
1381
|
};
|
|
1382
1382
|
}
|
|
1383
|
-
declare const __VLS_export$29: __VLS_WithSlots$14<
|
|
1383
|
+
declare const __VLS_export$29: __VLS_WithSlots$14<vue471.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
1384
1384
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
1385
1385
|
}>;
|
|
1386
1386
|
declare const _default$29: typeof __VLS_export$29;
|
|
@@ -1429,7 +1429,7 @@ interface ExpansionPanelActivatorSlotProps {
|
|
|
1429
1429
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
1430
1430
|
};
|
|
1431
1431
|
}
|
|
1432
|
-
declare const __VLS_export$28: __VLS_WithSlots$13<
|
|
1432
|
+
declare const __VLS_export$28: __VLS_WithSlots$13<vue471.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
1433
1433
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
1434
1434
|
}>;
|
|
1435
1435
|
declare const _default$27: typeof __VLS_export$28;
|
|
@@ -1460,7 +1460,7 @@ interface ExpansionPanelContentSlotProps {
|
|
|
1460
1460
|
'hidden': boolean;
|
|
1461
1461
|
};
|
|
1462
1462
|
}
|
|
1463
|
-
declare const __VLS_export$27: __VLS_WithSlots$12<
|
|
1463
|
+
declare const __VLS_export$27: __VLS_WithSlots$12<vue471.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
1464
1464
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
1465
1465
|
}>;
|
|
1466
1466
|
declare const _default$28: typeof __VLS_export$27;
|
|
@@ -1506,11 +1506,11 @@ declare const ExpansionPanel: {
|
|
|
1506
1506
|
* ```
|
|
1507
1507
|
*/
|
|
1508
1508
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1509
|
-
attrs: any;
|
|
1510
|
-
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1511
1509
|
slots: {
|
|
1512
1510
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
1513
1511
|
};
|
|
1512
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1513
|
+
attrs: any;
|
|
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
|
+
} & vue471.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
|
+
}>) => vue471.VNode & {
|
|
1533
1533
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1534
1534
|
};
|
|
1535
1535
|
/**
|
|
@@ -1559,27 +1559,27 @@ declare const ExpansionPanel: {
|
|
|
1559
1559
|
* ```
|
|
1560
1560
|
*/
|
|
1561
1561
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1562
|
-
attrs: any;
|
|
1563
|
-
emit: {};
|
|
1564
1562
|
slots: {
|
|
1565
1563
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
1566
1564
|
};
|
|
1565
|
+
emit: {};
|
|
1566
|
+
attrs: any;
|
|
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?: vue471.MaybeRef<boolean> | undefined;
|
|
1572
1572
|
namespace?: string | undefined;
|
|
1573
1573
|
as?: (DOMElement | null) | undefined;
|
|
1574
1574
|
renderless?: boolean | undefined;
|
|
1575
|
-
} &
|
|
1575
|
+
} & vue471.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
|
+
}>) => vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
|
|
1688
1688
|
$slots: {
|
|
1689
1689
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
1690
1690
|
};
|
|
@@ -1733,21 +1733,21 @@ interface GroupRootSlotProps {
|
|
|
1733
1733
|
'aria-multiselectable': true;
|
|
1734
1734
|
};
|
|
1735
1735
|
}
|
|
1736
|
-
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<
|
|
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?: vue471.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
1737
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
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
|
+
}> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
1751
1751
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1752
1752
|
};
|
|
1753
1753
|
declare const _default$26: typeof __VLS_export$26;
|
|
@@ -1802,14 +1802,14 @@ interface GroupItemSlotProps<V = unknown> {
|
|
|
1802
1802
|
};
|
|
1803
1803
|
}
|
|
1804
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>> &
|
|
1805
|
+
props: __VLS_PrettifyLocal$12<GroupItemProps<V>> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
1813
1813
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1814
1814
|
};
|
|
1815
1815
|
declare const _default$25: typeof __VLS_export$25;
|
|
@@ -1843,11 +1843,11 @@ declare const Group: {
|
|
|
1843
1843
|
* ```
|
|
1844
1844
|
*/
|
|
1845
1845
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1846
|
-
attrs: any;
|
|
1847
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1848
1846
|
slots: {
|
|
1849
1847
|
default: (props: GroupRootSlotProps) => any;
|
|
1850
1848
|
};
|
|
1849
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1850
|
+
attrs: any;
|
|
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
|
+
} & vue471.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
|
+
}>) => vue471.VNode & {
|
|
1868
1868
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1869
1869
|
};
|
|
1870
1870
|
/**
|
|
@@ -1886,35 +1886,35 @@ declare const Group: {
|
|
|
1886
1886
|
* ```
|
|
1887
1887
|
*/
|
|
1888
1888
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1889
|
-
attrs: any;
|
|
1890
|
-
emit: {};
|
|
1891
1889
|
slots: {
|
|
1892
1890
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
1893
1891
|
};
|
|
1892
|
+
emit: {};
|
|
1893
|
+
attrs: any;
|
|
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?: vue471.MaybeRef<boolean> | undefined;
|
|
1900
|
+
indeterminate?: vue471.MaybeRef<boolean> | undefined;
|
|
1901
1901
|
namespace?: string | undefined;
|
|
1902
|
-
} &
|
|
1902
|
+
} & vue471.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
|
+
}>) => vue471.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?: vue471.App) => PaginationContext;
|
|
1916
|
+
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue471.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?: vue471.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
1918
1918
|
interface PaginationRootProps extends AtomProps {
|
|
1919
1919
|
/** Namespace for dependency injection */
|
|
1920
1920
|
namespace?: string;
|
|
@@ -1970,14 +1970,14 @@ declare const __VLS_export$24: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
1970
1970
|
modelValue?: number;
|
|
1971
1971
|
}) & {
|
|
1972
1972
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
1973
|
-
}> &
|
|
1973
|
+
}> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
1981
1981
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1982
1982
|
};
|
|
1983
1983
|
declare const _default$23: typeof __VLS_export$24;
|
|
@@ -2016,7 +2016,7 @@ interface PaginationItemSlotProps {
|
|
|
2016
2016
|
'onClick': () => void;
|
|
2017
2017
|
};
|
|
2018
2018
|
}
|
|
2019
|
-
declare const __VLS_export$23: __VLS_WithSlots$11<
|
|
2019
|
+
declare const __VLS_export$23: __VLS_WithSlots$11<vue471.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2020
2020
|
default: (props: PaginationItemSlotProps) => any;
|
|
2021
2021
|
}>;
|
|
2022
2022
|
declare const _default$19: typeof __VLS_export$23;
|
|
@@ -2051,7 +2051,7 @@ interface PaginationFirstSlotProps {
|
|
|
2051
2051
|
'onClick': () => void;
|
|
2052
2052
|
};
|
|
2053
2053
|
}
|
|
2054
|
-
declare const __VLS_export$22: __VLS_WithSlots$10<
|
|
2054
|
+
declare const __VLS_export$22: __VLS_WithSlots$10<vue471.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2055
2055
|
default: (props: PaginationFirstSlotProps) => any;
|
|
2056
2056
|
}>;
|
|
2057
2057
|
declare const _default$18: typeof __VLS_export$22;
|
|
@@ -2086,7 +2086,7 @@ interface PaginationPrevSlotProps {
|
|
|
2086
2086
|
'onClick': () => void;
|
|
2087
2087
|
};
|
|
2088
2088
|
}
|
|
2089
|
-
declare const __VLS_export$21: __VLS_WithSlots$9<
|
|
2089
|
+
declare const __VLS_export$21: __VLS_WithSlots$9<vue471.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2090
2090
|
default: (props: PaginationPrevSlotProps) => any;
|
|
2091
2091
|
}>;
|
|
2092
2092
|
declare const _default$22: typeof __VLS_export$21;
|
|
@@ -2113,7 +2113,7 @@ interface PaginationEllipsisSlotProps {
|
|
|
2113
2113
|
'aria-hidden': 'true';
|
|
2114
2114
|
};
|
|
2115
2115
|
}
|
|
2116
|
-
declare const __VLS_export$20: __VLS_WithSlots$8<
|
|
2116
|
+
declare const __VLS_export$20: __VLS_WithSlots$8<vue471.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2117
2117
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
2118
2118
|
}>;
|
|
2119
2119
|
declare const _default$17: typeof __VLS_export$20;
|
|
@@ -2148,7 +2148,7 @@ interface PaginationNextSlotProps {
|
|
|
2148
2148
|
'onClick': () => void;
|
|
2149
2149
|
};
|
|
2150
2150
|
}
|
|
2151
|
-
declare const __VLS_export$19: __VLS_WithSlots$7<
|
|
2151
|
+
declare const __VLS_export$19: __VLS_WithSlots$7<vue471.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2152
2152
|
default: (props: PaginationNextSlotProps) => any;
|
|
2153
2153
|
}>;
|
|
2154
2154
|
declare const _default$21: typeof __VLS_export$19;
|
|
@@ -2183,7 +2183,7 @@ interface PaginationLastSlotProps {
|
|
|
2183
2183
|
'onClick': () => void;
|
|
2184
2184
|
};
|
|
2185
2185
|
}
|
|
2186
|
-
declare const __VLS_export$18: __VLS_WithSlots$6<
|
|
2186
|
+
declare const __VLS_export$18: __VLS_WithSlots$6<vue471.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2187
2187
|
default: (props: PaginationLastSlotProps) => any;
|
|
2188
2188
|
}>;
|
|
2189
2189
|
declare const _default$20: typeof __VLS_export$18;
|
|
@@ -2212,7 +2212,7 @@ interface PaginationStatusSlotProps {
|
|
|
2212
2212
|
'role': 'status';
|
|
2213
2213
|
};
|
|
2214
2214
|
}
|
|
2215
|
-
declare const __VLS_export$17: __VLS_WithSlots$5<
|
|
2215
|
+
declare const __VLS_export$17: __VLS_WithSlots$5<vue471.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2216
2216
|
default: (props: PaginationStatusSlotProps) => any;
|
|
2217
2217
|
}>;
|
|
2218
2218
|
declare const _default$24: typeof __VLS_export$17;
|
|
@@ -2260,11 +2260,11 @@ declare const Pagination: {
|
|
|
2260
2260
|
* ```
|
|
2261
2261
|
*/
|
|
2262
2262
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2263
|
-
attrs: any;
|
|
2264
|
-
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2265
2263
|
slots: {
|
|
2266
2264
|
default: (props: PaginationRootSlotProps) => any;
|
|
2267
2265
|
};
|
|
2266
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2267
|
+
attrs: any;
|
|
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
|
+
} & vue471.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
|
+
}>) => vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
|
|
2575
2575
|
$slots: {
|
|
2576
2576
|
default: (props: PaginationStatusSlotProps) => any;
|
|
2577
2577
|
};
|
|
@@ -2596,16 +2596,16 @@ 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$16: __VLS_WithSlots$4<
|
|
2599
|
+
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue471.App) => PopoverContext;
|
|
2600
|
+
declare const __VLS_export$16: __VLS_WithSlots$4<vue471.DefineComponent<PopoverRootProps & {
|
|
2601
2601
|
modelValue?: boolean;
|
|
2602
|
-
}, {}, {}, {}, {},
|
|
2602
|
+
}, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
2603
2603
|
"update:modelValue": (value: boolean) => any;
|
|
2604
|
-
}, string,
|
|
2604
|
+
}, string, vue471.PublicProps, Readonly<PopoverRootProps & {
|
|
2605
2605
|
modelValue?: boolean;
|
|
2606
2606
|
}> & Readonly<{
|
|
2607
2607
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2608
|
-
}>, {}, {}, {}, {}, string,
|
|
2608
|
+
}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2609
2609
|
default: (props: PopoverRootSlotProps) => any;
|
|
2610
2610
|
}>;
|
|
2611
2611
|
declare const _default$16: typeof __VLS_export$16;
|
|
@@ -2630,7 +2630,7 @@ interface PopoverActivatorSlotProps {
|
|
|
2630
2630
|
'data-popover-open': '' | undefined;
|
|
2631
2631
|
};
|
|
2632
2632
|
}
|
|
2633
|
-
declare const __VLS_export$15: __VLS_WithSlots$3<
|
|
2633
|
+
declare const __VLS_export$15: __VLS_WithSlots$3<vue471.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2634
2634
|
default: (props: PopoverActivatorSlotProps) => any;
|
|
2635
2635
|
}>;
|
|
2636
2636
|
declare const _default$14: typeof __VLS_export$15;
|
|
@@ -2661,11 +2661,11 @@ interface PopoverContentSlotProps {
|
|
|
2661
2661
|
popover: '';
|
|
2662
2662
|
};
|
|
2663
2663
|
}
|
|
2664
|
-
declare const __VLS_export$14: __VLS_WithSlots$2<
|
|
2664
|
+
declare const __VLS_export$14: __VLS_WithSlots$2<vue471.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
2665
2665
|
beforetoggle: (e: ToggleEvent) => any;
|
|
2666
|
-
}, string,
|
|
2666
|
+
}, string, vue471.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
2667
2667
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2668
|
-
}>, {}, {}, {}, {}, string,
|
|
2668
|
+
}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
2669
2669
|
default: (props: PopoverContentSlotProps) => any;
|
|
2670
2670
|
}>;
|
|
2671
2671
|
declare const _default$15: typeof __VLS_export$14;
|
|
@@ -2707,13 +2707,13 @@ declare const Popover: {
|
|
|
2707
2707
|
* ```
|
|
2708
2708
|
*/
|
|
2709
2709
|
Root: {
|
|
2710
|
-
new (...args: any[]):
|
|
2710
|
+
new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
2711
2711
|
modelValue?: boolean;
|
|
2712
2712
|
}> & Readonly<{
|
|
2713
2713
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2714
|
-
}>, {}, {}, {}, {},
|
|
2714
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
2715
2715
|
"update:modelValue": (value: boolean) => any;
|
|
2716
|
-
},
|
|
2716
|
+
}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
2732
2732
|
modelValue?: boolean;
|
|
2733
2733
|
}> & Readonly<{
|
|
2734
2734
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2735
|
-
}>, {}, {}, {}, {},
|
|
2735
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
2736
2736
|
"update:modelValue": (value: boolean) => any;
|
|
2737
|
-
}, string, {}, {}, string, {},
|
|
2737
|
+
}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
2797
2797
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2798
|
-
}>, {}, {}, {}, {},
|
|
2798
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
2799
2799
|
beforetoggle: (e: ToggleEvent) => any;
|
|
2800
|
-
},
|
|
2800
|
+
}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
2814
2814
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2815
|
-
}>, {}, {}, {}, {},
|
|
2815
|
+
}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {
|
|
2816
2816
|
beforetoggle: (e: ToggleEvent) => any;
|
|
2817
|
-
}, string, {}, {}, string, {},
|
|
2817
|
+
}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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?:
|
|
2940
|
+
declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue471.App) => RadioGroupContext;
|
|
2916
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<{
|
|
2917
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
|
+
}> & vue471.PublicProps;
|
|
2923
2948
|
expose: (exposed: {}) => void;
|
|
2924
2949
|
attrs: any;
|
|
2925
2950
|
slots: {
|
|
@@ -2941,7 +2966,7 @@ declare const __VLS_export$13: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
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
|
+
}>) => vue471.VNode & {
|
|
2945
2970
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2946
2971
|
};
|
|
2947
2972
|
declare const _default$10: typeof __VLS_export$13;
|
|
@@ -2993,7 +3018,7 @@ interface RadioHiddenInputProps {
|
|
|
2993
3018
|
*/
|
|
2994
3019
|
form?: string;
|
|
2995
3020
|
}
|
|
2996
|
-
declare const __VLS_export$12:
|
|
3021
|
+
declare const __VLS_export$12: vue471.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>;
|
|
2997
3022
|
declare const _default$11: typeof __VLS_export$12;
|
|
2998
3023
|
//#endregion
|
|
2999
3024
|
//#region src/components/Radio/RadioRoot.vue.d.ts
|
|
@@ -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?:
|
|
3142
|
+
declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue471.App) => RadioRootContext;
|
|
3118
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<{
|
|
3119
|
-
props: __VLS_PrettifyLocal$9<RadioRootProps<V>> &
|
|
3144
|
+
props: __VLS_PrettifyLocal$9<RadioRootProps<V>> & vue471.PublicProps;
|
|
3120
3145
|
expose: (exposed: {}) => void;
|
|
3121
3146
|
attrs: any;
|
|
3122
3147
|
slots: {
|
|
@@ -3137,7 +3162,7 @@ declare const __VLS_export$11: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
3137
3162
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3138
3163
|
};
|
|
3139
3164
|
emit: {};
|
|
3140
|
-
}>) =>
|
|
3165
|
+
}>) => vue471.VNode & {
|
|
3141
3166
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3142
3167
|
};
|
|
3143
3168
|
declare const _default$13: typeof __VLS_export$11;
|
|
@@ -3159,7 +3184,7 @@ interface RadioIndicatorSlotProps {
|
|
|
3159
3184
|
};
|
|
3160
3185
|
};
|
|
3161
3186
|
}
|
|
3162
|
-
declare const __VLS_export$10: __VLS_WithSlots$1<
|
|
3187
|
+
declare const __VLS_export$10: __VLS_WithSlots$1<vue471.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
3163
3188
|
/**
|
|
3164
3189
|
* Default slot for custom indicator content
|
|
3165
3190
|
*
|
|
@@ -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?: {
|
|
3247
|
-
attrs: any;
|
|
3248
|
-
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3249
3272
|
slots: {
|
|
3250
3273
|
default: (props: RadioGroupSlotProps) => any;
|
|
3251
3274
|
};
|
|
3275
|
+
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3276
|
+
attrs: any;
|
|
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
|
+
} & vue471.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
|
+
}>) => vue471.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: vue471.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.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[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.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
|
+
} & vue471.ComponentOptionsBase<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.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?: {
|
|
3373
|
-
attrs: any;
|
|
3374
|
-
emit: {};
|
|
3375
3399
|
slots: {
|
|
3376
3400
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3377
3401
|
};
|
|
3402
|
+
emit: {};
|
|
3403
|
+
attrs: any;
|
|
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?: vue471.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
|
+
} & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3401
3427
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3402
3428
|
};
|
|
3403
3429
|
};
|
|
@@ -3436,21 +3462,21 @@ interface SelectionRootSlotProps {
|
|
|
3436
3462
|
'aria-multiselectable': boolean;
|
|
3437
3463
|
};
|
|
3438
3464
|
}
|
|
3439
|
-
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<
|
|
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?: vue471.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
3440
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<{
|
|
3441
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
|
+
}> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3454
3480
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3455
3481
|
};
|
|
3456
3482
|
declare const _default$9: typeof __VLS_export$9;
|
|
@@ -3495,14 +3521,14 @@ interface SelectionItemSlotProps<V = unknown> {
|
|
|
3495
3521
|
};
|
|
3496
3522
|
}
|
|
3497
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<{
|
|
3498
|
-
props: __VLS_PrettifyLocal$7<SelectionItemProps<V>> &
|
|
3524
|
+
props: __VLS_PrettifyLocal$7<SelectionItemProps<V>> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3506
3532
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3507
3533
|
};
|
|
3508
3534
|
declare const _default$8: typeof __VLS_export$8;
|
|
@@ -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?: {
|
|
3543
|
-
attrs: any;
|
|
3544
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3545
3569
|
slots: {
|
|
3546
3570
|
default: (props: SelectionRootSlotProps) => any;
|
|
3547
3571
|
};
|
|
3572
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3573
|
+
attrs: any;
|
|
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
|
+
} & vue471.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
|
+
}>) => vue471.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?: {
|
|
3587
|
-
attrs: any;
|
|
3588
|
-
emit: {};
|
|
3589
3613
|
slots: {
|
|
3590
3614
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
3591
3615
|
};
|
|
3616
|
+
emit: {};
|
|
3617
|
+
attrs: any;
|
|
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?: vue471.MaybeRef<boolean> | undefined;
|
|
3598
3624
|
namespace?: string | undefined;
|
|
3599
|
-
} &
|
|
3625
|
+
} & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3607
3633
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3608
3634
|
};
|
|
3609
3635
|
};
|
|
@@ -3638,20 +3664,20 @@ interface SingleRootSlotProps {
|
|
|
3638
3664
|
'aria-multiselectable': false;
|
|
3639
3665
|
};
|
|
3640
3666
|
}
|
|
3641
|
-
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<
|
|
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?: vue471.App) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>;
|
|
3642
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<{
|
|
3643
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
|
+
}> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3655
3681
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3656
3682
|
};
|
|
3657
3683
|
declare const _default$7: typeof __VLS_export$7;
|
|
@@ -3696,14 +3722,14 @@ interface SingleItemSlotProps<V = unknown> {
|
|
|
3696
3722
|
};
|
|
3697
3723
|
}
|
|
3698
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<{
|
|
3699
|
-
props: __VLS_PrettifyLocal$5<SingleItemProps<V>> &
|
|
3725
|
+
props: __VLS_PrettifyLocal$5<SingleItemProps<V>> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3707
3733
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3708
3734
|
};
|
|
3709
3735
|
declare const _default$6: typeof __VLS_export$6;
|
|
@@ -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?: {
|
|
3744
|
-
attrs: any;
|
|
3745
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3746
3770
|
slots: {
|
|
3747
3771
|
default: (props: SingleRootSlotProps) => any;
|
|
3748
3772
|
};
|
|
3773
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3774
|
+
attrs: any;
|
|
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
|
+
} & vue471.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
|
+
}>) => vue471.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?: {
|
|
3788
|
-
attrs: any;
|
|
3789
|
-
emit: {};
|
|
3790
3814
|
slots: {
|
|
3791
3815
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
3792
3816
|
};
|
|
3817
|
+
emit: {};
|
|
3818
|
+
attrs: any;
|
|
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?: vue471.MaybeRef<boolean> | undefined;
|
|
3799
3825
|
namespace?: string | undefined;
|
|
3800
|
-
} &
|
|
3826
|
+
} & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3808
3834
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3809
3835
|
};
|
|
3810
3836
|
};
|
|
@@ -3849,20 +3875,20 @@ interface StepRootSlotProps {
|
|
|
3849
3875
|
'aria-multiselectable': false;
|
|
3850
3876
|
};
|
|
3851
3877
|
}
|
|
3852
|
-
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<
|
|
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?: vue471.App) => StepContext<StepTicket, StepTicket<StepTicket>>;
|
|
3853
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<{
|
|
3854
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
|
+
}> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3866
3892
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3867
3893
|
};
|
|
3868
3894
|
declare const _default$5: typeof __VLS_export$5;
|
|
@@ -3907,14 +3933,14 @@ interface StepItemSlotProps<V = unknown> {
|
|
|
3907
3933
|
};
|
|
3908
3934
|
}
|
|
3909
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<{
|
|
3910
|
-
props: __VLS_PrettifyLocal$3<StepItemProps<V>> &
|
|
3936
|
+
props: __VLS_PrettifyLocal$3<StepItemProps<V>> & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3918
3944
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3919
3945
|
};
|
|
3920
3946
|
declare const _default$4: typeof __VLS_export$4;
|
|
@@ -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?: {
|
|
3953
|
-
attrs: any;
|
|
3954
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3955
3979
|
slots: {
|
|
3956
3980
|
default: (props: StepRootSlotProps) => any;
|
|
3957
3981
|
};
|
|
3982
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3983
|
+
attrs: any;
|
|
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
|
+
} & vue471.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
|
+
}>) => vue471.VNode & {
|
|
3974
4000
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3975
4001
|
};
|
|
3976
4002
|
/**
|
|
@@ -3992,26 +4018,26 @@ declare const Step: {
|
|
|
3992
4018
|
* ```
|
|
3993
4019
|
*/
|
|
3994
4020
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3995
|
-
attrs: any;
|
|
3996
|
-
emit: {};
|
|
3997
4021
|
slots: {
|
|
3998
4022
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
3999
4023
|
};
|
|
4024
|
+
emit: {};
|
|
4025
|
+
attrs: any;
|
|
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?: vue471.MaybeRef<boolean> | undefined;
|
|
4006
4032
|
namespace?: string | undefined;
|
|
4007
|
-
} &
|
|
4033
|
+
} & vue471.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
|
+
}>) => vue471.VNode & {
|
|
4015
4041
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4016
4042
|
};
|
|
4017
4043
|
};
|
|
@@ -4023,7 +4049,8 @@ interface TabsTicket extends StepTicket {
|
|
|
4023
4049
|
/** Element reference for roving tabindex focus management */
|
|
4024
4050
|
el?: MaybeRef<HTMLElement | null | undefined>;
|
|
4025
4051
|
}
|
|
4026
|
-
|
|
4052
|
+
/** Activation mode alias for Tabs component API */
|
|
4053
|
+
type TabsActivation = Activation;
|
|
4027
4054
|
interface TabsRootProps {
|
|
4028
4055
|
/** Namespace for dependency injection (must match child namespace) */
|
|
4029
4056
|
namespace?: string;
|
|
@@ -4087,21 +4114,21 @@ interface TabsContext extends StepContext<TabsTicket> {
|
|
|
4087
4114
|
/** Root ID for generating tab/panel IDs */
|
|
4088
4115
|
rootId: string;
|
|
4089
4116
|
}
|
|
4090
|
-
declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?:
|
|
4117
|
+
declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue471.App) => TabsContext;
|
|
4091
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<{
|
|
4092
4119
|
props: __VLS_PrettifyLocal$2<(TabsRootProps & {
|
|
4093
4120
|
modelValue?: T | T[];
|
|
4094
4121
|
}) & {
|
|
4095
4122
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4096
4123
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4097
|
-
}> &
|
|
4124
|
+
}> & vue471.PublicProps;
|
|
4098
4125
|
expose: (exposed: {}) => void;
|
|
4099
4126
|
attrs: any;
|
|
4100
4127
|
slots: {
|
|
4101
4128
|
default: (props: TabsRootSlotProps) => any;
|
|
4102
4129
|
};
|
|
4103
4130
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4104
|
-
}>) =>
|
|
4131
|
+
}>) => vue471.VNode & {
|
|
4105
4132
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4106
4133
|
};
|
|
4107
4134
|
declare const _default: typeof __VLS_export$3;
|
|
@@ -4128,7 +4155,7 @@ interface TabsListSlotProps {
|
|
|
4128
4155
|
'data-disabled': true | undefined;
|
|
4129
4156
|
};
|
|
4130
4157
|
}
|
|
4131
|
-
declare const __VLS_export$2: __VLS_WithSlots<
|
|
4158
|
+
declare const __VLS_export$2: __VLS_WithSlots<vue471.DefineComponent<TabsListProps, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, vue471.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue471.ComponentProvideOptions, false, {}, any>, {
|
|
4132
4159
|
default: (props: TabsListSlotProps) => any;
|
|
4133
4160
|
}>;
|
|
4134
4161
|
declare const _default$1: typeof __VLS_export$2;
|
|
@@ -4185,14 +4212,14 @@ interface TabsItemSlotProps {
|
|
|
4185
4212
|
};
|
|
4186
4213
|
}
|
|
4187
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<{
|
|
4188
|
-
props: __VLS_PrettifyLocal$1<TabsItemProps<V>> &
|
|
4215
|
+
props: __VLS_PrettifyLocal$1<TabsItemProps<V>> & vue471.PublicProps;
|
|
4189
4216
|
expose: (exposed: {}) => void;
|
|
4190
4217
|
attrs: any;
|
|
4191
4218
|
slots: {
|
|
4192
4219
|
default: (props: TabsItemSlotProps) => any;
|
|
4193
4220
|
};
|
|
4194
4221
|
emit: {};
|
|
4195
|
-
}>) =>
|
|
4222
|
+
}>) => vue471.VNode & {
|
|
4196
4223
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4197
4224
|
};
|
|
4198
4225
|
declare const _default$2: typeof __VLS_export$1;
|
|
@@ -4219,14 +4246,14 @@ interface TabsPanelSlotProps {
|
|
|
4219
4246
|
};
|
|
4220
4247
|
}
|
|
4221
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<{
|
|
4222
|
-
props: __VLS_PrettifyLocal<TabsPanelProps<V>> &
|
|
4249
|
+
props: __VLS_PrettifyLocal<TabsPanelProps<V>> & vue471.PublicProps;
|
|
4223
4250
|
expose: (exposed: {}) => void;
|
|
4224
4251
|
attrs: any;
|
|
4225
4252
|
slots: {
|
|
4226
4253
|
default: (props: TabsPanelSlotProps) => any;
|
|
4227
4254
|
};
|
|
4228
4255
|
emit: {};
|
|
4229
|
-
}>) =>
|
|
4256
|
+
}>) => vue471.VNode & {
|
|
4230
4257
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4231
4258
|
};
|
|
4232
4259
|
declare const _default$3: typeof __VLS_export;
|
|
@@ -4268,11 +4295,11 @@ declare const Tabs: {
|
|
|
4268
4295
|
* @see https://0.vuetifyjs.com/components/tabs
|
|
4269
4296
|
*/
|
|
4270
4297
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4271
|
-
attrs: any;
|
|
4272
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4273
4298
|
slots: {
|
|
4274
4299
|
default: (props: TabsRootSlotProps) => any;
|
|
4275
4300
|
};
|
|
4301
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4302
|
+
attrs: any;
|
|
4276
4303
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4277
4304
|
props: {
|
|
4278
4305
|
namespace?: string | undefined;
|
|
@@ -4285,14 +4312,14 @@ declare const Tabs: {
|
|
|
4285
4312
|
modelValue?: (T | T[]) | undefined;
|
|
4286
4313
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4287
4314
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4288
|
-
} &
|
|
4315
|
+
} & vue471.PublicProps;
|
|
4289
4316
|
expose: (exposed: {}) => void;
|
|
4290
4317
|
attrs: any;
|
|
4291
4318
|
slots: {
|
|
4292
4319
|
default: (props: TabsRootSlotProps) => any;
|
|
4293
4320
|
};
|
|
4294
4321
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4295
|
-
}>) =>
|
|
4322
|
+
}>) => vue471.VNode & {
|
|
4296
4323
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4297
4324
|
};
|
|
4298
4325
|
/**
|
|
@@ -4301,7 +4328,7 @@ declare const Tabs: {
|
|
|
4301
4328
|
* @see https://0.vuetifyjs.com/components/tabs#tabslist
|
|
4302
4329
|
*/
|
|
4303
4330
|
List: {
|
|
4304
|
-
new (...args: any[]):
|
|
4331
|
+
new (...args: any[]): vue471.CreateComponentPublicInstanceWithMixins<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, vue471.PublicProps, {}, false, {}, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, {}, any, vue471.ComponentProvideOptions, {
|
|
4305
4332
|
P: {};
|
|
4306
4333
|
B: {};
|
|
4307
4334
|
D: {};
|
|
@@ -4312,7 +4339,7 @@ declare const Tabs: {
|
|
|
4312
4339
|
__isFragment?: never;
|
|
4313
4340
|
__isTeleport?: never;
|
|
4314
4341
|
__isSuspense?: never;
|
|
4315
|
-
} &
|
|
4342
|
+
} & vue471.ComponentOptionsBase<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue471.ComponentOptionsMixin, vue471.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue471.GlobalComponents, vue471.GlobalDirectives, string, vue471.ComponentProvideOptions> & vue471.VNodeProps & vue471.AllowedComponentProps & vue471.ComponentCustomProps & (new () => {
|
|
4316
4343
|
$slots: {
|
|
4317
4344
|
default: (props: TabsListSlotProps) => any;
|
|
4318
4345
|
};
|
|
@@ -4323,30 +4350,30 @@ declare const Tabs: {
|
|
|
4323
4350
|
* @see https://0.vuetifyjs.com/components/tabs#tabsitem
|
|
4324
4351
|
*/
|
|
4325
4352
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4326
|
-
attrs: any;
|
|
4327
|
-
emit: {};
|
|
4328
4353
|
slots: {
|
|
4329
4354
|
default: (props: TabsItemSlotProps) => any;
|
|
4330
4355
|
};
|
|
4356
|
+
emit: {};
|
|
4357
|
+
attrs: any;
|
|
4331
4358
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4332
4359
|
props: {
|
|
4333
4360
|
id?: ID | undefined;
|
|
4334
4361
|
value?: V | undefined;
|
|
4335
|
-
disabled?:
|
|
4362
|
+
disabled?: vue471.MaybeRef<boolean> | undefined;
|
|
4336
4363
|
namespace?: string | undefined;
|
|
4337
4364
|
ariaLabel?: string | undefined;
|
|
4338
4365
|
ariaLabelledby?: string | undefined;
|
|
4339
4366
|
ariaDescribedby?: string | undefined;
|
|
4340
4367
|
as?: (DOMElement | null) | undefined;
|
|
4341
4368
|
renderless?: boolean | undefined;
|
|
4342
|
-
} &
|
|
4369
|
+
} & vue471.PublicProps;
|
|
4343
4370
|
expose: (exposed: {}) => void;
|
|
4344
4371
|
attrs: any;
|
|
4345
4372
|
slots: {
|
|
4346
4373
|
default: (props: TabsItemSlotProps) => any;
|
|
4347
4374
|
};
|
|
4348
4375
|
emit: {};
|
|
4349
|
-
}>) =>
|
|
4376
|
+
}>) => vue471.VNode & {
|
|
4350
4377
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4351
4378
|
};
|
|
4352
4379
|
/**
|
|
@@ -4355,27 +4382,27 @@ declare const Tabs: {
|
|
|
4355
4382
|
* @see https://0.vuetifyjs.com/components/tabs#tabspanel
|
|
4356
4383
|
*/
|
|
4357
4384
|
Panel: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4358
|
-
attrs: any;
|
|
4359
|
-
emit: {};
|
|
4360
4385
|
slots: {
|
|
4361
4386
|
default: (props: TabsPanelSlotProps) => any;
|
|
4362
4387
|
};
|
|
4388
|
+
emit: {};
|
|
4389
|
+
attrs: any;
|
|
4363
4390
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4364
4391
|
props: {
|
|
4365
4392
|
value: V;
|
|
4366
4393
|
namespace?: string | undefined;
|
|
4367
4394
|
as?: (DOMElement | null) | undefined;
|
|
4368
4395
|
renderless?: boolean | undefined;
|
|
4369
|
-
} &
|
|
4396
|
+
} & vue471.PublicProps;
|
|
4370
4397
|
expose: (exposed: {}) => void;
|
|
4371
4398
|
attrs: any;
|
|
4372
4399
|
slots: {
|
|
4373
4400
|
default: (props: TabsPanelSlotProps) => any;
|
|
4374
4401
|
};
|
|
4375
4402
|
emit: {};
|
|
4376
|
-
}>) =>
|
|
4403
|
+
}>) => vue471.VNode & {
|
|
4377
4404
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4378
4405
|
};
|
|
4379
4406
|
};
|
|
4380
4407
|
//#endregion
|
|
4381
|
-
export { RadioRootSlotProps as $,
|
|
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 };
|