@vuetify/v0 0.0.22 → 0.0.23
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 +33 -26
- package/dist/browser/index.js +3591 -1911
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.mjs +5 -5
- package/dist/{components-mxRTI3xB.mjs → components-BI9xdoz5.mjs} +827 -67
- package/dist/composables/index.d.mts +2 -2
- package/dist/composables/index.mjs +4 -4
- package/dist/constants/index.mjs +1 -1
- package/dist/{globals-B0yp-n-D.mjs → globals-WKdFmgwy.mjs} +1 -1
- package/dist/{index-D3xuqKI0.d.mts → index-C8YcMooA.d.mts} +1 -1
- package/dist/{index-DF1O-1ZO.d.mts → index-_y91DmIS.d.mts} +2048 -968
- package/dist/{index-Dr-ge3ZA.d.mts → index-rcTqb9U3.d.mts} +449 -37
- package/dist/index.d.mts +4 -4
- package/dist/index.mjs +5 -5
- package/dist/json/attributes.json +898 -0
- package/dist/json/importMap.json +176 -0
- package/dist/json/tags.json +441 -0
- package/dist/json/web-types.json +2132 -0
- package/dist/{useClickOutside-bbFXLr1p.mjs → useClickOutside-B47X8X6-.mjs} +2941 -2035
- package/dist/utilities/index.d.mts +1 -1
- package/dist/utilities/index.mjs +1 -1
- package/dist/{utilities-CKvM4p7S.mjs → utilities-9i1hJnMd.mjs} +18 -4
- package/package.json +10 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as ID, t as DOMElement } from "./index-DYSwiS9k.mjs";
|
|
2
2
|
import { B as RegistryTicket, I as RegistryContext, M as SelectionTicket, S as GroupContext, T as GroupTicket, c as SingleContext, d as SingleTicket, h as PaginationContext, i as StepTicket, k as SelectionContext, t as StepContext, v as PaginationTicket } from "./index-Bby5ljat.mjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue453 from "vue";
|
|
4
4
|
import { MaybeRef, Ref, ShallowRef, TemplateRef } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Atom/Atom.vue.d.ts
|
|
@@ -39,19 +39,17 @@ interface AtomExpose {
|
|
|
39
39
|
element: TemplateRef<HTMLElement | null>;
|
|
40
40
|
}
|
|
41
41
|
interface AtomPrivateProps extends AtomProps {}
|
|
42
|
-
declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
46
|
-
} ? P : {});
|
|
47
|
-
expose: (exposed: vue379.ShallowUnwrapRef<AtomExpose>) => void;
|
|
42
|
+
declare const __VLS_export$42: <T extends Record<string, any> = {}>(__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<{
|
|
43
|
+
props: __VLS_PrettifyLocal$15<AtomPrivateProps> & vue453.PublicProps;
|
|
44
|
+
expose: (exposed: vue453.ShallowUnwrapRef<AtomExpose>) => void;
|
|
48
45
|
attrs: any;
|
|
49
46
|
slots: AtomSlots<T>;
|
|
50
47
|
emit: {};
|
|
51
|
-
}>) =>
|
|
48
|
+
}>) => vue453.VNode & {
|
|
52
49
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
53
50
|
};
|
|
54
|
-
|
|
51
|
+
declare const _default$42: typeof __VLS_export$42;
|
|
52
|
+
type __VLS_PrettifyLocal$15<T> = { [K in keyof T as K]: T[K] } & {};
|
|
55
53
|
//#endregion
|
|
56
54
|
//#region src/components/Avatar/AvatarRoot.vue.d.ts
|
|
57
55
|
interface AvatarRootProps extends AtomProps {
|
|
@@ -63,12 +61,12 @@ interface AvatarTicket extends SelectionTicket {
|
|
|
63
61
|
priority?: number;
|
|
64
62
|
}
|
|
65
63
|
interface AvatarContext extends SelectionContext<AvatarTicket> {}
|
|
66
|
-
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?:
|
|
67
|
-
declare const
|
|
68
|
-
declare const __VLS_export$32: __VLS_WithSlots$21<vue379.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
64
|
+
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarContext: (key: string, context: AvatarContext, app?: vue453.App) => AvatarContext;
|
|
65
|
+
declare const __VLS_export$41: __VLS_WithSlots$24<vue453.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
69
66
|
default?: (props: {}) => any;
|
|
70
67
|
}>;
|
|
71
|
-
|
|
68
|
+
declare const _default$41: typeof __VLS_export$41;
|
|
69
|
+
type __VLS_WithSlots$24<T, S> = T & {
|
|
72
70
|
new (): {
|
|
73
71
|
$slots: S;
|
|
74
72
|
};
|
|
@@ -98,17 +96,17 @@ interface AvatarImageSlotProps {
|
|
|
98
96
|
onError: (e: Event) => void;
|
|
99
97
|
};
|
|
100
98
|
}
|
|
101
|
-
declare const
|
|
102
|
-
declare const __VLS_export$31: __VLS_WithSlots$20<vue379.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
99
|
+
declare const __VLS_export$40: __VLS_WithSlots$23<vue453.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
103
100
|
load: (e: Event) => any;
|
|
104
101
|
error: (e: Event) => any;
|
|
105
|
-
}, string,
|
|
102
|
+
}, string, vue453.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
106
103
|
onLoad?: ((e: Event) => any) | undefined;
|
|
107
104
|
onError?: ((e: Event) => any) | undefined;
|
|
108
|
-
}>, {}, {}, {}, {}, string,
|
|
105
|
+
}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
109
106
|
default: (props: AvatarImageSlotProps) => any;
|
|
110
107
|
}>;
|
|
111
|
-
|
|
108
|
+
declare const _default$40: typeof __VLS_export$40;
|
|
109
|
+
type __VLS_WithSlots$23<T, S> = T & {
|
|
112
110
|
new (): {
|
|
113
111
|
$slots: S;
|
|
114
112
|
};
|
|
@@ -123,11 +121,11 @@ interface AvatarFallbackSlotProps {
|
|
|
123
121
|
/** Whether this fallback is currently visible */
|
|
124
122
|
isSelected: boolean;
|
|
125
123
|
}
|
|
126
|
-
declare const
|
|
127
|
-
declare const __VLS_export$30: __VLS_WithSlots$19<vue379.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
124
|
+
declare const __VLS_export$39: __VLS_WithSlots$22<vue453.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
128
125
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
129
126
|
}>;
|
|
130
|
-
|
|
127
|
+
declare const _default$39: typeof __VLS_export$39;
|
|
128
|
+
type __VLS_WithSlots$22<T, S> = T & {
|
|
131
129
|
new (): {
|
|
132
130
|
$slots: S;
|
|
133
131
|
};
|
|
@@ -161,7 +159,7 @@ declare const Avatar: {
|
|
|
161
159
|
* ```
|
|
162
160
|
*/
|
|
163
161
|
Root: {
|
|
164
|
-
new (...args: any[]):
|
|
162
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
165
163
|
P: {};
|
|
166
164
|
B: {};
|
|
167
165
|
D: {};
|
|
@@ -172,7 +170,7 @@ declare const Avatar: {
|
|
|
172
170
|
__isFragment?: never;
|
|
173
171
|
__isTeleport?: never;
|
|
174
172
|
__isSuspense?: never;
|
|
175
|
-
} &
|
|
173
|
+
} & vue453.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
176
174
|
$slots: {
|
|
177
175
|
default?: (props: {}) => any;
|
|
178
176
|
};
|
|
@@ -194,13 +192,13 @@ declare const Avatar: {
|
|
|
194
192
|
* ```
|
|
195
193
|
*/
|
|
196
194
|
Image: {
|
|
197
|
-
new (...args: any[]):
|
|
195
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
198
196
|
onLoad?: ((e: Event) => any) | undefined;
|
|
199
197
|
onError?: ((e: Event) => any) | undefined;
|
|
200
|
-
}>, {}, {}, {}, {},
|
|
198
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
201
199
|
load: (e: Event) => any;
|
|
202
200
|
error: (e: Event) => any;
|
|
203
|
-
},
|
|
201
|
+
}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
204
202
|
P: {};
|
|
205
203
|
B: {};
|
|
206
204
|
D: {};
|
|
@@ -214,13 +212,13 @@ declare const Avatar: {
|
|
|
214
212
|
__isFragment?: never;
|
|
215
213
|
__isTeleport?: never;
|
|
216
214
|
__isSuspense?: never;
|
|
217
|
-
} &
|
|
215
|
+
} & vue453.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
218
216
|
onLoad?: ((e: Event) => any) | undefined;
|
|
219
217
|
onError?: ((e: Event) => any) | undefined;
|
|
220
|
-
}>, {}, {}, {}, {},
|
|
218
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
221
219
|
load: (e: Event) => any;
|
|
222
220
|
error: (e: Event) => any;
|
|
223
|
-
}, string, {}, {}, string, {},
|
|
221
|
+
}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
224
222
|
$slots: {
|
|
225
223
|
default: (props: AvatarImageSlotProps) => any;
|
|
226
224
|
};
|
|
@@ -244,7 +242,7 @@ declare const Avatar: {
|
|
|
244
242
|
* ```
|
|
245
243
|
*/
|
|
246
244
|
Fallback: {
|
|
247
|
-
new (...args: any[]):
|
|
245
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
248
246
|
P: {};
|
|
249
247
|
B: {};
|
|
250
248
|
D: {};
|
|
@@ -255,547 +253,1090 @@ declare const Avatar: {
|
|
|
255
253
|
__isFragment?: never;
|
|
256
254
|
__isTeleport?: never;
|
|
257
255
|
__isSuspense?: never;
|
|
258
|
-
} &
|
|
256
|
+
} & vue453.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
259
257
|
$slots: {
|
|
260
258
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
261
259
|
};
|
|
262
260
|
});
|
|
263
261
|
};
|
|
264
262
|
//#endregion
|
|
265
|
-
//#region src/components/
|
|
266
|
-
interface
|
|
267
|
-
isOpen: ShallowRef<boolean>;
|
|
268
|
-
id: string;
|
|
269
|
-
titleId: string;
|
|
270
|
-
descriptionId: string;
|
|
271
|
-
open: () => void;
|
|
272
|
-
close: () => void;
|
|
273
|
-
}
|
|
274
|
-
interface DialogRootProps extends AtomProps {
|
|
275
|
-
/** Namespace for dependency injection */
|
|
276
|
-
namespace?: string;
|
|
277
|
-
/** Unique identifier for the dialog (auto-generated if not provided) */
|
|
278
|
-
id?: string;
|
|
279
|
-
}
|
|
280
|
-
interface DialogRootSlotProps {
|
|
281
|
-
/** Unique identifier */
|
|
282
|
-
id: string;
|
|
283
|
-
/** Whether the dialog is currently open */
|
|
284
|
-
isOpen: boolean;
|
|
285
|
-
/** Open the dialog */
|
|
286
|
-
open: () => void;
|
|
287
|
-
/** Close the dialog */
|
|
288
|
-
close: () => void;
|
|
289
|
-
}
|
|
290
|
-
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue379.App) => DialogContext;
|
|
291
|
-
declare const _default$27: typeof __VLS_export$29;
|
|
292
|
-
declare const __VLS_export$29: __VLS_WithSlots$18<vue379.DefineComponent<DialogRootProps & {
|
|
293
|
-
modelValue?: boolean;
|
|
294
|
-
}, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
295
|
-
"update:modelValue": (...args: unknown[]) => any;
|
|
296
|
-
}, string, vue379.PublicProps, Readonly<DialogRootProps & {
|
|
297
|
-
modelValue?: boolean;
|
|
298
|
-
}> & Readonly<{
|
|
299
|
-
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
300
|
-
}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
301
|
-
default: (props: DialogRootSlotProps) => any;
|
|
302
|
-
}>;
|
|
303
|
-
type __VLS_WithSlots$18<T, S> = T & {
|
|
304
|
-
new (): {
|
|
305
|
-
$slots: S;
|
|
306
|
-
};
|
|
307
|
-
};
|
|
308
|
-
//#endregion
|
|
309
|
-
//#region src/components/Dialog/DialogActivator.vue.d.ts
|
|
310
|
-
interface DialogActivatorProps extends AtomProps {
|
|
263
|
+
//#region src/components/Checkbox/CheckboxGroup.vue.d.ts
|
|
264
|
+
interface CheckboxGroupProps extends AtomProps {
|
|
311
265
|
/** Namespace for dependency injection */
|
|
312
266
|
namespace?: string;
|
|
267
|
+
/** Disables the entire checkbox group */
|
|
268
|
+
disabled?: boolean;
|
|
269
|
+
/** Auto-select non-disabled items on registration */
|
|
270
|
+
enroll?: boolean;
|
|
271
|
+
/**
|
|
272
|
+
* Controls mandatory checkbox behavior:
|
|
273
|
+
* - false (default): No mandatory enforcement
|
|
274
|
+
* - true: Prevents deselecting the last selected item
|
|
275
|
+
* - `force`: Automatically selects the first non-disabled item on registration
|
|
276
|
+
*/
|
|
277
|
+
mandatory?: boolean | 'force';
|
|
278
|
+
/** Accessible name for the group */
|
|
279
|
+
label?: string;
|
|
280
|
+
/** ID of element that labels this group */
|
|
281
|
+
ariaLabelledby?: string;
|
|
282
|
+
/** ID of element that describes this group */
|
|
283
|
+
ariaDescribedby?: string;
|
|
313
284
|
}
|
|
314
|
-
interface
|
|
315
|
-
/** Whether the
|
|
316
|
-
|
|
317
|
-
/**
|
|
285
|
+
interface CheckboxGroupSlotProps {
|
|
286
|
+
/** Whether the checkbox group is disabled */
|
|
287
|
+
isDisabled: boolean;
|
|
288
|
+
/** Whether no items are currently selected */
|
|
289
|
+
isNoneSelected: boolean;
|
|
290
|
+
/** Whether all selectable (non-disabled) items are selected */
|
|
291
|
+
isAllSelected: boolean;
|
|
292
|
+
/** Whether some but not all selectable items are selected */
|
|
293
|
+
isMixed: boolean;
|
|
294
|
+
/** Select an item by ID */
|
|
295
|
+
select: (id: ID | ID[]) => void;
|
|
296
|
+
/** Unselect an item by ID */
|
|
297
|
+
unselect: (id: ID | ID[]) => void;
|
|
298
|
+
/** Toggle an item's selection state by ID */
|
|
299
|
+
toggle: (id: ID | ID[]) => void;
|
|
300
|
+
/** Select all selectable (non-disabled) items */
|
|
301
|
+
selectAll: () => void;
|
|
302
|
+
/** Unselect all items (respects mandatory option) */
|
|
303
|
+
unselectAll: () => void;
|
|
304
|
+
/** Toggle between all selected and none selected */
|
|
305
|
+
toggleAll: () => void;
|
|
306
|
+
/** Attributes to bind to the root element */
|
|
318
307
|
attrs: {
|
|
319
|
-
'
|
|
320
|
-
'aria-
|
|
321
|
-
'aria-
|
|
322
|
-
'
|
|
308
|
+
'role': 'group';
|
|
309
|
+
'aria-label': string | undefined;
|
|
310
|
+
'aria-labelledby': string | undefined;
|
|
311
|
+
'aria-describedby': string | undefined;
|
|
323
312
|
};
|
|
324
313
|
}
|
|
325
|
-
declare const
|
|
326
|
-
declare const __VLS_export$
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
314
|
+
declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket<unknown>>, app?: vue453.App) => GroupContext<GroupTicket<unknown>>;
|
|
315
|
+
declare const __VLS_export$38: <T = 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<{
|
|
316
|
+
props: __VLS_PrettifyLocal$14<(CheckboxGroupProps & {
|
|
317
|
+
modelValue?: T | T[];
|
|
318
|
+
}) & {
|
|
319
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
320
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
321
|
+
}> & vue453.PublicProps;
|
|
322
|
+
expose: (exposed: {}) => void;
|
|
323
|
+
attrs: any;
|
|
324
|
+
slots: {
|
|
325
|
+
default: (props: CheckboxGroupSlotProps) => any;
|
|
332
326
|
};
|
|
327
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
328
|
+
}>) => vue453.VNode & {
|
|
329
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
333
330
|
};
|
|
331
|
+
declare const _default$34: typeof __VLS_export$38;
|
|
332
|
+
type __VLS_PrettifyLocal$14<T> = { [K in keyof T as K]: T[K] } & {};
|
|
334
333
|
//#endregion
|
|
335
|
-
//#region src/components/
|
|
336
|
-
interface
|
|
337
|
-
/** Namespace for
|
|
334
|
+
//#region src/components/Checkbox/CheckboxHiddenInput.vue.d.ts
|
|
335
|
+
interface CheckboxHiddenInputProps {
|
|
336
|
+
/** Namespace for context injection from parent Checkbox.Root */
|
|
338
337
|
namespace?: string;
|
|
339
|
-
/**
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
isOpen: boolean;
|
|
349
|
-
/** Attributes to bind to the dialog element */
|
|
350
|
-
attrs: {
|
|
351
|
-
'id': string;
|
|
352
|
-
'role': 'dialog';
|
|
353
|
-
'aria-modal': 'true';
|
|
354
|
-
'aria-labelledby': string;
|
|
355
|
-
'aria-describedby': string;
|
|
356
|
-
};
|
|
357
|
-
}
|
|
358
|
-
declare const _default$25: typeof __VLS_export$27;
|
|
359
|
-
declare const __VLS_export$27: __VLS_WithSlots$16<vue379.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
360
|
-
cancel: (e: Event) => any;
|
|
361
|
-
close: (e: Event) => any;
|
|
362
|
-
}, string, vue379.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
363
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
364
|
-
onClose?: ((e: Event) => any) | undefined;
|
|
365
|
-
}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
366
|
-
default: (props: DialogContentSlotProps) => any;
|
|
367
|
-
}>;
|
|
368
|
-
type __VLS_WithSlots$16<T, S> = T & {
|
|
369
|
-
new (): {
|
|
370
|
-
$slots: S;
|
|
371
|
-
};
|
|
372
|
-
};
|
|
338
|
+
/** Form field name (defaults to context value) */
|
|
339
|
+
name?: string;
|
|
340
|
+
/** Submitted value when checked (defaults to context value or 'on') */
|
|
341
|
+
value?: string;
|
|
342
|
+
/** Associate with form by ID (defaults to context value) */
|
|
343
|
+
form?: string;
|
|
344
|
+
}
|
|
345
|
+
declare const __VLS_export$37: vue453.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>;
|
|
346
|
+
declare const _default$35: typeof __VLS_export$37;
|
|
373
347
|
//#endregion
|
|
374
|
-
//#region src/components/
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
348
|
+
//#region src/components/Checkbox/CheckboxRoot.vue.d.ts
|
|
349
|
+
/** Visual state of the checkbox for styling purposes */
|
|
350
|
+
type CheckboxState = 'checked' | 'unchecked' | 'indeterminate';
|
|
351
|
+
interface CheckboxRootContext<V = unknown> {
|
|
352
|
+
/** Unique identifier */
|
|
353
|
+
readonly id: ID;
|
|
354
|
+
/** Optional display label */
|
|
355
|
+
readonly label?: string;
|
|
356
|
+
/** Value associated with this checkbox */
|
|
357
|
+
readonly value: V | undefined;
|
|
358
|
+
/** Form field name (triggers auto hidden input when provided) */
|
|
359
|
+
readonly name?: string;
|
|
360
|
+
/** Associate with form by ID */
|
|
361
|
+
readonly form?: string;
|
|
362
|
+
/** Whether this checkbox is currently checked */
|
|
363
|
+
isChecked: Readonly<Ref<boolean>>;
|
|
364
|
+
/** Whether this checkbox is in a mixed/indeterminate state */
|
|
365
|
+
isMixed: Readonly<Ref<boolean>>;
|
|
366
|
+
/** Whether this checkbox is disabled */
|
|
367
|
+
isDisabled: Readonly<Ref<boolean>>;
|
|
368
|
+
/** Check this checkbox */
|
|
369
|
+
select: () => void;
|
|
370
|
+
/** Uncheck this checkbox */
|
|
371
|
+
unselect: () => void;
|
|
372
|
+
/** Toggle this checkbox's state */
|
|
373
|
+
toggle: () => void;
|
|
374
|
+
/** Set this checkbox to mixed/indeterminate state (group mode only) */
|
|
375
|
+
mix: () => void;
|
|
376
|
+
/** Clear mixed/indeterminate state (group mode only) */
|
|
377
|
+
unmix: () => void;
|
|
378
378
|
}
|
|
379
|
-
interface
|
|
380
|
-
/**
|
|
379
|
+
interface CheckboxRootProps<V = unknown> extends AtomProps {
|
|
380
|
+
/** Unique identifier (auto-generated if not provided) */
|
|
381
|
+
id?: ID;
|
|
382
|
+
/** Optional display label (passed through to slot) */
|
|
383
|
+
label?: string;
|
|
384
|
+
/** Value associated with this checkbox (used in group mode and form submission) */
|
|
385
|
+
value?: V;
|
|
386
|
+
/** Form field name - triggers auto hidden input when provided */
|
|
387
|
+
name?: string;
|
|
388
|
+
/** Associate with form by ID */
|
|
389
|
+
form?: string;
|
|
390
|
+
/** Disables this checkbox */
|
|
391
|
+
disabled?: MaybeRef<boolean>;
|
|
392
|
+
/** Sets the indeterminate state */
|
|
393
|
+
indeterminate?: MaybeRef<boolean>;
|
|
394
|
+
/** Namespace for context provision to children (Indicator, HiddenInput) */
|
|
395
|
+
namespace?: string;
|
|
396
|
+
/** Namespace for connecting to parent Checkbox.Group */
|
|
397
|
+
groupNamespace?: string;
|
|
398
|
+
/** ID of element that labels this checkbox */
|
|
399
|
+
ariaLabelledby?: string;
|
|
400
|
+
/** ID of element that describes this checkbox */
|
|
401
|
+
ariaDescribedby?: string;
|
|
402
|
+
/** Whether the checkbox has an invalid value */
|
|
403
|
+
ariaInvalid?: boolean;
|
|
404
|
+
}
|
|
405
|
+
interface CheckboxRootSlotProps<V = unknown> {
|
|
406
|
+
/** Unique identifier */
|
|
407
|
+
id: ID;
|
|
408
|
+
/** Optional display label */
|
|
409
|
+
label?: string;
|
|
410
|
+
/** Value associated with this checkbox */
|
|
411
|
+
value: V | undefined;
|
|
412
|
+
/** Whether this checkbox is currently checked */
|
|
413
|
+
isChecked: boolean;
|
|
414
|
+
/** Whether this checkbox is in a mixed/indeterminate state */
|
|
415
|
+
isMixed: boolean;
|
|
416
|
+
/** Whether this checkbox is disabled */
|
|
417
|
+
isDisabled: boolean;
|
|
418
|
+
/** Check this checkbox */
|
|
419
|
+
select: () => void;
|
|
420
|
+
/** Uncheck this checkbox */
|
|
421
|
+
unselect: () => void;
|
|
422
|
+
/** Toggle this checkbox's state */
|
|
423
|
+
toggle: () => void;
|
|
424
|
+
/** Set this checkbox to mixed/indeterminate state (group mode only) */
|
|
425
|
+
mix: () => void;
|
|
426
|
+
/** Clear mixed/indeterminate state (group mode only) */
|
|
427
|
+
unmix: () => void;
|
|
428
|
+
/** Attributes to bind to the checkbox element */
|
|
381
429
|
attrs: {
|
|
382
|
-
|
|
430
|
+
'type': 'button' | undefined;
|
|
431
|
+
'role': 'checkbox';
|
|
432
|
+
'aria-checked': boolean | 'mixed';
|
|
433
|
+
'aria-disabled': boolean | undefined;
|
|
434
|
+
'aria-label': string | undefined;
|
|
435
|
+
'aria-labelledby': string | undefined;
|
|
436
|
+
'aria-describedby': string | undefined;
|
|
437
|
+
'aria-invalid': boolean | undefined;
|
|
438
|
+
'tabindex': 0 | undefined;
|
|
439
|
+
'data-state': CheckboxState;
|
|
440
|
+
'data-disabled': true | undefined;
|
|
383
441
|
};
|
|
384
442
|
}
|
|
385
|
-
declare const
|
|
386
|
-
declare const __VLS_export$
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
443
|
+
declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue453.App) => CheckboxRootContext<unknown>;
|
|
444
|
+
declare const __VLS_export$36: <V = 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<{
|
|
445
|
+
props: __VLS_PrettifyLocal$13<(CheckboxRootProps<V> & {
|
|
446
|
+
modelValue?: boolean;
|
|
447
|
+
}) & {
|
|
448
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
449
|
+
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
450
|
+
}> & vue453.PublicProps;
|
|
451
|
+
expose: (exposed: {}) => void;
|
|
452
|
+
attrs: any;
|
|
453
|
+
slots: {
|
|
454
|
+
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
392
455
|
};
|
|
456
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
457
|
+
}>) => vue453.VNode & {
|
|
458
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
393
459
|
};
|
|
460
|
+
declare const _default$37: typeof __VLS_export$36;
|
|
461
|
+
type __VLS_PrettifyLocal$13<T> = { [K in keyof T as K]: T[K] } & {};
|
|
394
462
|
//#endregion
|
|
395
|
-
//#region src/components/
|
|
396
|
-
interface
|
|
397
|
-
/** Namespace for
|
|
463
|
+
//#region src/components/Checkbox/CheckboxIndicator.vue.d.ts
|
|
464
|
+
interface CheckboxIndicatorProps extends AtomProps {
|
|
465
|
+
/** Namespace for context injection from parent Checkbox.Root */
|
|
398
466
|
namespace?: string;
|
|
399
467
|
}
|
|
400
|
-
interface
|
|
401
|
-
/**
|
|
468
|
+
interface CheckboxIndicatorSlotProps {
|
|
469
|
+
/** Whether this checkbox is currently checked */
|
|
470
|
+
isChecked: boolean;
|
|
471
|
+
/** Whether this checkbox is in a mixed/indeterminate state */
|
|
472
|
+
isMixed: boolean;
|
|
473
|
+
/** Attributes to bind to the indicator element */
|
|
402
474
|
attrs: {
|
|
403
|
-
|
|
475
|
+
'data-state': CheckboxState;
|
|
476
|
+
'style': {
|
|
477
|
+
visibility: 'visible' | 'hidden';
|
|
478
|
+
};
|
|
404
479
|
};
|
|
405
480
|
}
|
|
406
|
-
declare const
|
|
407
|
-
|
|
408
|
-
default: (props: DialogDescriptionSlotProps) => any;
|
|
481
|
+
declare const __VLS_export$35: __VLS_WithSlots$21<vue453.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
482
|
+
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
409
483
|
}>;
|
|
410
|
-
|
|
484
|
+
declare const _default$36: typeof __VLS_export$35;
|
|
485
|
+
type __VLS_WithSlots$21<T, S> = T & {
|
|
411
486
|
new (): {
|
|
412
487
|
$slots: S;
|
|
413
488
|
};
|
|
414
489
|
};
|
|
415
490
|
//#endregion
|
|
416
|
-
//#region src/components/
|
|
417
|
-
interface
|
|
418
|
-
/**
|
|
491
|
+
//#region src/components/Checkbox/CheckboxSelectAll.vue.d.ts
|
|
492
|
+
interface CheckboxSelectAllProps extends AtomProps {
|
|
493
|
+
/** Optional display label (passed through to slot and aria-label) */
|
|
494
|
+
label?: string;
|
|
495
|
+
/** Disables this checkbox */
|
|
496
|
+
disabled?: boolean;
|
|
497
|
+
/** Namespace for context provision to children (Indicator) */
|
|
419
498
|
namespace?: string;
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
/**
|
|
423
|
-
|
|
424
|
-
/**
|
|
499
|
+
/** Namespace for connecting to parent Checkbox.Group */
|
|
500
|
+
groupNamespace?: string;
|
|
501
|
+
/** ID of element that labels this checkbox */
|
|
502
|
+
ariaLabelledby?: string;
|
|
503
|
+
/** ID of element that describes this checkbox */
|
|
504
|
+
ariaDescribedby?: string;
|
|
505
|
+
}
|
|
506
|
+
interface CheckboxSelectAllSlotProps {
|
|
507
|
+
/** Optional display label */
|
|
508
|
+
label?: string;
|
|
509
|
+
/** Whether all selectable items are selected */
|
|
510
|
+
isAllSelected: boolean;
|
|
511
|
+
/** Whether some but not all selectable items are selected */
|
|
512
|
+
isMixed: boolean;
|
|
513
|
+
/** Whether this checkbox is disabled */
|
|
514
|
+
isDisabled: boolean;
|
|
515
|
+
/** Select all selectable items */
|
|
516
|
+
selectAll: () => void;
|
|
517
|
+
/** Unselect all items */
|
|
518
|
+
unselectAll: () => void;
|
|
519
|
+
/** Toggle between all selected and none selected */
|
|
520
|
+
toggleAll: () => void;
|
|
521
|
+
/** Attributes to bind to the checkbox element */
|
|
425
522
|
attrs: {
|
|
426
523
|
'type': 'button' | undefined;
|
|
427
|
-
'
|
|
524
|
+
'role': 'checkbox';
|
|
525
|
+
'aria-checked': boolean | 'mixed';
|
|
526
|
+
'aria-disabled': boolean | undefined;
|
|
527
|
+
'aria-label': string | undefined;
|
|
528
|
+
'aria-labelledby': string | undefined;
|
|
529
|
+
'aria-describedby': string | undefined;
|
|
530
|
+
'tabindex': 0 | undefined;
|
|
531
|
+
'data-state': CheckboxState;
|
|
532
|
+
'data-disabled': true | undefined;
|
|
428
533
|
};
|
|
429
534
|
}
|
|
430
|
-
declare const
|
|
431
|
-
|
|
432
|
-
default: (props: DialogCloseSlotProps) => any;
|
|
535
|
+
declare const __VLS_export$34: __VLS_WithSlots$20<vue453.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
536
|
+
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
433
537
|
}>;
|
|
434
|
-
|
|
538
|
+
declare const _default$38: typeof __VLS_export$34;
|
|
539
|
+
type __VLS_WithSlots$20<T, S> = T & {
|
|
435
540
|
new (): {
|
|
436
541
|
$slots: S;
|
|
437
542
|
};
|
|
438
543
|
};
|
|
439
544
|
//#endregion
|
|
440
|
-
//#region src/components/
|
|
545
|
+
//#region src/components/Checkbox/index.d.ts
|
|
441
546
|
/**
|
|
442
|
-
*
|
|
547
|
+
* Checkbox component with sub-components for checkbox controls.
|
|
443
548
|
*
|
|
444
|
-
* @see https://0.vuetifyjs.com/components/
|
|
549
|
+
* @see https://0.vuetifyjs.com/components/forms/checkbox
|
|
445
550
|
*
|
|
446
551
|
* @example
|
|
447
552
|
* ```vue
|
|
448
553
|
* <script lang="ts" setup>
|
|
449
|
-
* import {
|
|
554
|
+
* import { Checkbox } from '@vuetify/v0'
|
|
450
555
|
* </script>
|
|
451
556
|
*
|
|
452
557
|
* <template>
|
|
453
|
-
* <
|
|
454
|
-
* <
|
|
455
|
-
*
|
|
456
|
-
* </
|
|
457
|
-
*
|
|
458
|
-
*
|
|
459
|
-
* <Dialog.Title>Dialog Title</Dialog.Title>
|
|
460
|
-
* <Dialog.Description>Dialog description text.</Dialog.Description>
|
|
461
|
-
*
|
|
462
|
-
* <p>Dialog content goes here.</p>
|
|
463
|
-
*
|
|
464
|
-
* <Dialog.Close>Close</Dialog.Close>
|
|
465
|
-
* </Dialog.Content>
|
|
466
|
-
* </Dialog.Root>
|
|
558
|
+
* <label>
|
|
559
|
+
* <Checkbox.Root>
|
|
560
|
+
* <Checkbox.Indicator>✓</Checkbox.Indicator>
|
|
561
|
+
* </Checkbox.Root>
|
|
562
|
+
* I agree to terms
|
|
563
|
+
* </label>
|
|
467
564
|
* </template>
|
|
468
565
|
* ```
|
|
469
566
|
*/
|
|
470
|
-
declare const
|
|
567
|
+
declare const Checkbox: {
|
|
471
568
|
/**
|
|
472
|
-
*
|
|
569
|
+
* Group component for managing multiple checkboxes.
|
|
473
570
|
*
|
|
474
|
-
* @see https://0.vuetifyjs.com/components/
|
|
571
|
+
* @see https://0.vuetifyjs.com/components/forms/checkbox#group
|
|
475
572
|
*
|
|
476
573
|
* @example
|
|
477
574
|
* ```vue
|
|
478
|
-
* <script lang="ts"
|
|
479
|
-
* import {
|
|
575
|
+
* <script setup lang="ts">
|
|
576
|
+
* import { Checkbox } from '@vuetify/v0'
|
|
577
|
+
* import { ref } from 'vue'
|
|
578
|
+
*
|
|
579
|
+
* const selected = ref<string[]>([])
|
|
480
580
|
* </script>
|
|
481
581
|
*
|
|
482
582
|
* <template>
|
|
483
|
-
* <
|
|
484
|
-
* <
|
|
485
|
-
*
|
|
486
|
-
*
|
|
487
|
-
*
|
|
488
|
-
*
|
|
489
|
-
*
|
|
583
|
+
* <Checkbox.Group v-model="selected">
|
|
584
|
+
* <Checkbox.Root value="a">
|
|
585
|
+
* <Checkbox.Indicator>✓</Checkbox.Indicator>
|
|
586
|
+
* Option A
|
|
587
|
+
* </Checkbox.Root>
|
|
588
|
+
* <Checkbox.Root value="b">
|
|
589
|
+
* <Checkbox.Indicator>✓</Checkbox.Indicator>
|
|
590
|
+
* Option B
|
|
591
|
+
* </Checkbox.Root>
|
|
592
|
+
* </Checkbox.Group>
|
|
490
593
|
* </template>
|
|
491
594
|
* ```
|
|
492
595
|
*/
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
}> & Readonly<{
|
|
497
|
-
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
498
|
-
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
499
|
-
"update:modelValue": (...args: unknown[]) => any;
|
|
500
|
-
}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
501
|
-
P: {};
|
|
502
|
-
B: {};
|
|
503
|
-
D: {};
|
|
504
|
-
C: {};
|
|
505
|
-
M: {};
|
|
506
|
-
Defaults: {};
|
|
507
|
-
}, Readonly<DialogRootProps & {
|
|
508
|
-
modelValue?: boolean;
|
|
509
|
-
}> & Readonly<{
|
|
510
|
-
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
511
|
-
}>, {}, {}, {}, {}, {}>;
|
|
512
|
-
__isFragment?: never;
|
|
513
|
-
__isTeleport?: never;
|
|
514
|
-
__isSuspense?: never;
|
|
515
|
-
} & vue379.ComponentOptionsBase<Readonly<DialogRootProps & {
|
|
516
|
-
modelValue?: boolean;
|
|
517
|
-
}> & Readonly<{
|
|
518
|
-
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
519
|
-
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
520
|
-
"update:modelValue": (...args: unknown[]) => any;
|
|
521
|
-
}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
522
|
-
$slots: {
|
|
523
|
-
default: (props: DialogRootSlotProps) => any;
|
|
596
|
+
Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
597
|
+
slots: {
|
|
598
|
+
default: (props: CheckboxGroupSlotProps) => any;
|
|
524
599
|
};
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
P: {};
|
|
547
|
-
B: {};
|
|
548
|
-
D: {};
|
|
549
|
-
C: {};
|
|
550
|
-
M: {};
|
|
551
|
-
Defaults: {};
|
|
552
|
-
}, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
553
|
-
__isFragment?: never;
|
|
554
|
-
__isTeleport?: never;
|
|
555
|
-
__isSuspense?: never;
|
|
556
|
-
} & vue379.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
557
|
-
$slots: {
|
|
558
|
-
default: (props: DialogActivatorSlotProps) => any;
|
|
600
|
+
attrs: any;
|
|
601
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
602
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
603
|
+
props: {
|
|
604
|
+
namespace?: string | undefined;
|
|
605
|
+
disabled?: boolean | undefined;
|
|
606
|
+
enroll?: boolean | undefined;
|
|
607
|
+
mandatory?: boolean | "force" | undefined;
|
|
608
|
+
label?: string | undefined;
|
|
609
|
+
ariaLabelledby?: string | undefined;
|
|
610
|
+
ariaDescribedby?: string | undefined;
|
|
611
|
+
as?: (DOMElement | null) | undefined;
|
|
612
|
+
renderless?: boolean | undefined;
|
|
613
|
+
modelValue?: (T | T[]) | undefined;
|
|
614
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
615
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
616
|
+
} & vue453.PublicProps;
|
|
617
|
+
expose: (exposed: {}) => void;
|
|
618
|
+
attrs: any;
|
|
619
|
+
slots: {
|
|
620
|
+
default: (props: CheckboxGroupSlotProps) => any;
|
|
559
621
|
};
|
|
560
|
-
|
|
622
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
623
|
+
}>) => vue453.VNode & {
|
|
624
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
625
|
+
};
|
|
561
626
|
/**
|
|
562
|
-
*
|
|
627
|
+
* Hidden input component for form submission.
|
|
563
628
|
*
|
|
564
|
-
*
|
|
629
|
+
* Auto-rendered by Root when `name` prop is provided.
|
|
630
|
+
* Can also be used explicitly for custom form integration.
|
|
631
|
+
*
|
|
632
|
+
* @see https://0.vuetifyjs.com/components/forms/checkbox#hiddeninput
|
|
565
633
|
*
|
|
566
634
|
* @example
|
|
567
635
|
* ```vue
|
|
568
|
-
* <script lang="ts"
|
|
569
|
-
* import {
|
|
636
|
+
* <script setup lang="ts">
|
|
637
|
+
* import { Checkbox } from '@vuetify/v0'
|
|
570
638
|
* </script>
|
|
571
639
|
*
|
|
572
640
|
* <template>
|
|
573
|
-
* <
|
|
574
|
-
* <
|
|
575
|
-
* <
|
|
576
|
-
*
|
|
577
|
-
* </Dialog.Content>
|
|
641
|
+
* <Checkbox.Root>
|
|
642
|
+
* <Checkbox.Indicator>✓</Checkbox.Indicator>
|
|
643
|
+
* <Checkbox.HiddenInput name="agree" value="yes" />
|
|
644
|
+
* </Checkbox.Root>
|
|
578
645
|
* </template>
|
|
579
646
|
* ```
|
|
580
647
|
*/
|
|
581
|
-
|
|
582
|
-
new (...args: any[]): vue379.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
|
|
583
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
584
|
-
onClose?: ((e: Event) => any) | undefined;
|
|
585
|
-
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
586
|
-
cancel: (e: Event) => any;
|
|
587
|
-
close: (e: Event) => any;
|
|
588
|
-
}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
589
|
-
P: {};
|
|
590
|
-
B: {};
|
|
591
|
-
D: {};
|
|
592
|
-
C: {};
|
|
593
|
-
M: {};
|
|
594
|
-
Defaults: {};
|
|
595
|
-
}, Readonly<DialogContentProps> & Readonly<{
|
|
596
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
597
|
-
onClose?: ((e: Event) => any) | undefined;
|
|
598
|
-
}>, {}, {}, {}, {}, {}>;
|
|
599
|
-
__isFragment?: never;
|
|
600
|
-
__isTeleport?: never;
|
|
601
|
-
__isSuspense?: never;
|
|
602
|
-
} & vue379.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
|
|
603
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
604
|
-
onClose?: ((e: Event) => any) | undefined;
|
|
605
|
-
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
606
|
-
cancel: (e: Event) => any;
|
|
607
|
-
close: (e: Event) => any;
|
|
608
|
-
}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
609
|
-
$slots: {
|
|
610
|
-
default: (props: DialogContentSlotProps) => any;
|
|
611
|
-
};
|
|
612
|
-
});
|
|
648
|
+
HiddenInput: vue453.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>;
|
|
613
649
|
/**
|
|
614
|
-
*
|
|
650
|
+
* Visual indicator component for checkboxes.
|
|
615
651
|
*
|
|
616
|
-
*
|
|
652
|
+
* Renders as a span and only displays when checked or indeterminate.
|
|
653
|
+
* Must be used within a Checkbox.Root component.
|
|
654
|
+
*
|
|
655
|
+
* @see https://0.vuetifyjs.com/components/forms/checkbox#indicator
|
|
617
656
|
*
|
|
618
657
|
* @example
|
|
619
658
|
* ```vue
|
|
620
|
-
* <script lang="ts"
|
|
621
|
-
* import {
|
|
659
|
+
* <script setup lang="ts">
|
|
660
|
+
* import { Checkbox } from '@vuetify/v0'
|
|
622
661
|
* </script>
|
|
623
662
|
*
|
|
624
663
|
* <template>
|
|
625
|
-
* <
|
|
664
|
+
* <Checkbox.Root>
|
|
665
|
+
* <Checkbox.Indicator>
|
|
666
|
+
* <svg viewBox="0 0 24 24">
|
|
667
|
+
* <path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" />
|
|
668
|
+
* </svg>
|
|
669
|
+
* </Checkbox.Indicator>
|
|
670
|
+
* </Checkbox.Root>
|
|
626
671
|
* </template>
|
|
627
672
|
* ```
|
|
628
673
|
*/
|
|
629
|
-
|
|
630
|
-
new (...args: any[]):
|
|
674
|
+
Indicator: {
|
|
675
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
631
676
|
P: {};
|
|
632
677
|
B: {};
|
|
633
678
|
D: {};
|
|
634
679
|
C: {};
|
|
635
680
|
M: {};
|
|
636
681
|
Defaults: {};
|
|
637
|
-
}, Readonly<
|
|
682
|
+
}, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
638
683
|
__isFragment?: never;
|
|
639
684
|
__isTeleport?: never;
|
|
640
685
|
__isSuspense?: never;
|
|
641
|
-
} &
|
|
686
|
+
} & vue453.ComponentOptionsBase<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
642
687
|
$slots: {
|
|
643
|
-
default: (props:
|
|
688
|
+
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
644
689
|
};
|
|
645
690
|
});
|
|
646
691
|
/**
|
|
647
|
-
*
|
|
692
|
+
* Root component for individual checkboxes.
|
|
648
693
|
*
|
|
649
|
-
*
|
|
694
|
+
* Renders as a button with proper ARIA attributes and handles
|
|
695
|
+
* click/keyboard interactions. Supports standalone mode with
|
|
696
|
+
* v-model or group mode within Checkbox.Group. When `name` prop
|
|
697
|
+
* is provided, automatically renders a hidden input for form submission.
|
|
698
|
+
*
|
|
699
|
+
* @see https://0.vuetifyjs.com/components/forms/checkbox#root
|
|
650
700
|
*
|
|
651
701
|
* @example
|
|
652
702
|
* ```vue
|
|
653
|
-
* <script lang="ts"
|
|
654
|
-
* import {
|
|
703
|
+
* <script setup lang="ts">
|
|
704
|
+
* import { Checkbox } from '@vuetify/v0'
|
|
705
|
+
* import { ref } from 'vue'
|
|
706
|
+
*
|
|
707
|
+
* const agreed = ref(false)
|
|
655
708
|
* </script>
|
|
656
709
|
*
|
|
657
710
|
* <template>
|
|
658
|
-
* <
|
|
659
|
-
*
|
|
660
|
-
*
|
|
711
|
+
* <label>
|
|
712
|
+
* <Checkbox.Root v-model="agreed">
|
|
713
|
+
* <Checkbox.Indicator>✓</Checkbox.Indicator>
|
|
714
|
+
* </Checkbox.Root>
|
|
715
|
+
* I agree to the terms
|
|
716
|
+
* </label>
|
|
661
717
|
* </template>
|
|
662
718
|
* ```
|
|
663
719
|
*/
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
B: {};
|
|
668
|
-
D: {};
|
|
669
|
-
C: {};
|
|
670
|
-
M: {};
|
|
671
|
-
Defaults: {};
|
|
672
|
-
}, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
673
|
-
__isFragment?: never;
|
|
674
|
-
__isTeleport?: never;
|
|
675
|
-
__isSuspense?: never;
|
|
676
|
-
} & vue379.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
677
|
-
$slots: {
|
|
678
|
-
default: (props: DialogDescriptionSlotProps) => any;
|
|
720
|
+
Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
721
|
+
slots: {
|
|
722
|
+
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
679
723
|
};
|
|
680
|
-
|
|
724
|
+
attrs: any;
|
|
725
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
726
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
727
|
+
props: {
|
|
728
|
+
id?: ID | undefined;
|
|
729
|
+
label?: string | undefined;
|
|
730
|
+
value?: V | undefined;
|
|
731
|
+
name?: string | undefined;
|
|
732
|
+
form?: string | undefined;
|
|
733
|
+
disabled?: vue453.MaybeRef<boolean> | undefined;
|
|
734
|
+
indeterminate?: vue453.MaybeRef<boolean> | undefined;
|
|
735
|
+
namespace?: string | undefined;
|
|
736
|
+
groupNamespace?: string | undefined;
|
|
737
|
+
ariaLabelledby?: string | undefined;
|
|
738
|
+
ariaDescribedby?: string | undefined;
|
|
739
|
+
ariaInvalid?: boolean | undefined;
|
|
740
|
+
as?: (DOMElement | null) | undefined;
|
|
741
|
+
renderless?: boolean | undefined;
|
|
742
|
+
modelValue?: boolean | undefined;
|
|
743
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
744
|
+
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
745
|
+
} & vue453.PublicProps;
|
|
746
|
+
expose: (exposed: {}) => void;
|
|
747
|
+
attrs: any;
|
|
748
|
+
slots: {
|
|
749
|
+
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
750
|
+
};
|
|
751
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
752
|
+
}>) => vue453.VNode & {
|
|
753
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
754
|
+
};
|
|
681
755
|
/**
|
|
682
|
-
*
|
|
756
|
+
* Select all checkbox for group multi-selection.
|
|
683
757
|
*
|
|
684
|
-
*
|
|
758
|
+
* Binds to parent Checkbox.Group's aggregate state. Reflects
|
|
759
|
+
* isAllSelected/isMixed and calls toggleAll on click. Does NOT
|
|
760
|
+
* register as a group item. Must be used within a Checkbox.Group.
|
|
761
|
+
*
|
|
762
|
+
* @see https://0.vuetifyjs.com/components/forms/checkbox#selectall
|
|
685
763
|
*
|
|
686
764
|
* @example
|
|
687
765
|
* ```vue
|
|
688
|
-
* <script lang="ts"
|
|
689
|
-
* import {
|
|
766
|
+
* <script setup lang="ts">
|
|
767
|
+
* import { Checkbox } from '@vuetify/v0'
|
|
768
|
+
* import { ref } from 'vue'
|
|
769
|
+
*
|
|
770
|
+
* const selected = ref<string[]>([])
|
|
690
771
|
* </script>
|
|
691
772
|
*
|
|
692
773
|
* <template>
|
|
693
|
-
* <
|
|
774
|
+
* <Checkbox.Group v-model="selected">
|
|
775
|
+
* <Checkbox.SelectAll>
|
|
776
|
+
* <Checkbox.Indicator v-slot="{ isMixed }">
|
|
777
|
+
* <span v-if="isMixed">−</span>
|
|
778
|
+
* <span v-else>✓</span>
|
|
779
|
+
* </Checkbox.Indicator>
|
|
780
|
+
* </Checkbox.SelectAll>
|
|
781
|
+
*
|
|
782
|
+
* <Checkbox.Root value="a">
|
|
783
|
+
* <Checkbox.Indicator>✓</Checkbox.Indicator>
|
|
784
|
+
* </Checkbox.Root>
|
|
785
|
+
* </Checkbox.Group>
|
|
694
786
|
* </template>
|
|
695
787
|
* ```
|
|
696
788
|
*/
|
|
697
|
-
|
|
698
|
-
new (...args: any[]):
|
|
789
|
+
SelectAll: {
|
|
790
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
699
791
|
P: {};
|
|
700
792
|
B: {};
|
|
701
793
|
D: {};
|
|
702
794
|
C: {};
|
|
703
795
|
M: {};
|
|
704
796
|
Defaults: {};
|
|
705
|
-
}, Readonly<
|
|
797
|
+
}, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
706
798
|
__isFragment?: never;
|
|
707
799
|
__isTeleport?: never;
|
|
708
800
|
__isSuspense?: never;
|
|
709
|
-
} &
|
|
801
|
+
} & vue453.ComponentOptionsBase<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
710
802
|
$slots: {
|
|
711
|
-
default: (props:
|
|
803
|
+
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
712
804
|
};
|
|
713
805
|
});
|
|
714
806
|
};
|
|
715
807
|
//#endregion
|
|
716
|
-
//#region src/components/
|
|
717
|
-
interface
|
|
718
|
-
|
|
719
|
-
|
|
808
|
+
//#region src/components/Dialog/DialogRoot.vue.d.ts
|
|
809
|
+
interface DialogContext {
|
|
810
|
+
isOpen: ShallowRef<boolean>;
|
|
811
|
+
id: string;
|
|
812
|
+
titleId: string;
|
|
813
|
+
descriptionId: string;
|
|
814
|
+
open: () => void;
|
|
815
|
+
close: () => void;
|
|
720
816
|
}
|
|
721
|
-
interface
|
|
722
|
-
/** Namespace for dependency injection
|
|
817
|
+
interface DialogRootProps extends AtomProps {
|
|
818
|
+
/** Namespace for dependency injection */
|
|
723
819
|
namespace?: string;
|
|
724
|
-
/**
|
|
725
|
-
|
|
726
|
-
/** Auto-expand non-disabled items when registered */
|
|
727
|
-
enroll?: boolean;
|
|
728
|
-
/**
|
|
729
|
-
* Mandatory expansion behavior:
|
|
730
|
-
* - false (default): All panels can be collapsed
|
|
731
|
-
* - true: Prevents collapsing the last expanded panel
|
|
732
|
-
* - 'force': Automatically expands the first non-disabled panel
|
|
733
|
-
*/
|
|
734
|
-
mandatory?: boolean | 'force';
|
|
735
|
-
/**
|
|
736
|
-
* Enable multi-expansion mode
|
|
737
|
-
* - false (default): Single panel expanded at a time (accordion mode)
|
|
738
|
-
* - true: Multiple panels can be expanded simultaneously
|
|
739
|
-
* Note: Changes v-model type from T to T[]
|
|
740
|
-
*/
|
|
741
|
-
multiple?: boolean;
|
|
820
|
+
/** Unique identifier for the dialog (auto-generated if not provided) */
|
|
821
|
+
id?: string;
|
|
742
822
|
}
|
|
743
|
-
interface
|
|
744
|
-
/**
|
|
745
|
-
|
|
746
|
-
/**
|
|
747
|
-
|
|
748
|
-
/**
|
|
749
|
-
|
|
750
|
-
/**
|
|
751
|
-
|
|
823
|
+
interface DialogRootSlotProps {
|
|
824
|
+
/** Unique identifier */
|
|
825
|
+
id: string;
|
|
826
|
+
/** Whether the dialog is currently open */
|
|
827
|
+
isOpen: boolean;
|
|
828
|
+
/** Open the dialog */
|
|
829
|
+
open: () => void;
|
|
830
|
+
/** Close the dialog */
|
|
831
|
+
close: () => void;
|
|
752
832
|
}
|
|
753
|
-
declare const
|
|
754
|
-
declare const
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
833
|
+
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue453.App) => DialogContext;
|
|
834
|
+
declare const __VLS_export$33: __VLS_WithSlots$19<vue453.DefineComponent<DialogRootProps & {
|
|
835
|
+
modelValue?: boolean;
|
|
836
|
+
}, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
837
|
+
"update:modelValue": (...args: unknown[]) => any;
|
|
838
|
+
}, string, vue453.PublicProps, Readonly<DialogRootProps & {
|
|
839
|
+
modelValue?: boolean;
|
|
840
|
+
}> & Readonly<{
|
|
841
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
842
|
+
}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
843
|
+
default: (props: DialogRootSlotProps) => any;
|
|
844
|
+
}>;
|
|
845
|
+
declare const _default$31: typeof __VLS_export$33;
|
|
846
|
+
type __VLS_WithSlots$19<T, S> = T & {
|
|
847
|
+
new (): {
|
|
848
|
+
$slots: S;
|
|
767
849
|
};
|
|
768
|
-
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
769
|
-
}>) => vue379.VNode & {
|
|
770
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
771
850
|
};
|
|
772
|
-
type __VLS_PrettifyLocal$10<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
773
851
|
//#endregion
|
|
774
|
-
//#region src/components/
|
|
775
|
-
interface
|
|
776
|
-
/**
|
|
777
|
-
id?: string;
|
|
778
|
-
/** Value associated with this panel item for v-model binding */
|
|
779
|
-
value?: V;
|
|
780
|
-
/** Disables this specific panel item */
|
|
781
|
-
disabled?: MaybeRef<boolean>;
|
|
782
|
-
/** Namespace to retrieve the parent ExpansionPanelRoot context (default: 'v0:expansion-panel') */
|
|
852
|
+
//#region src/components/Dialog/DialogActivator.vue.d.ts
|
|
853
|
+
interface DialogActivatorProps extends AtomProps {
|
|
854
|
+
/** Namespace for dependency injection */
|
|
783
855
|
namespace?: string;
|
|
784
856
|
}
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
*/
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
}
|
|
857
|
+
interface DialogActivatorSlotProps {
|
|
858
|
+
/** Whether the dialog is currently open */
|
|
859
|
+
isOpen: boolean;
|
|
860
|
+
/** Attributes to bind to the trigger element */
|
|
861
|
+
attrs: {
|
|
862
|
+
'type': 'button' | undefined;
|
|
863
|
+
'aria-haspopup': 'dialog';
|
|
864
|
+
'aria-expanded': boolean;
|
|
865
|
+
'data-dialog-open': '' | undefined;
|
|
866
|
+
};
|
|
867
|
+
}
|
|
868
|
+
declare const __VLS_export$32: __VLS_WithSlots$18<vue453.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
869
|
+
default: (props: DialogActivatorSlotProps) => any;
|
|
870
|
+
}>;
|
|
871
|
+
declare const _default$33: typeof __VLS_export$32;
|
|
872
|
+
type __VLS_WithSlots$18<T, S> = T & {
|
|
873
|
+
new (): {
|
|
874
|
+
$slots: S;
|
|
875
|
+
};
|
|
876
|
+
};
|
|
877
|
+
//#endregion
|
|
878
|
+
//#region src/components/Dialog/DialogContent.vue.d.ts
|
|
879
|
+
interface DialogContentProps extends AtomProps {
|
|
880
|
+
/** Namespace for dependency injection */
|
|
881
|
+
namespace?: string;
|
|
882
|
+
/** Close dialog when clicking outside content @default true */
|
|
883
|
+
closeOnClickOutside?: boolean;
|
|
884
|
+
}
|
|
885
|
+
interface DialogContentEmits {
|
|
886
|
+
cancel: [e: Event];
|
|
887
|
+
close: [e: Event];
|
|
888
|
+
}
|
|
889
|
+
interface DialogContentSlotProps {
|
|
890
|
+
/** Whether the dialog is currently open */
|
|
891
|
+
isOpen: boolean;
|
|
892
|
+
/** Attributes to bind to the dialog element */
|
|
893
|
+
attrs: {
|
|
894
|
+
'id': string;
|
|
895
|
+
'role': 'dialog';
|
|
896
|
+
'aria-modal': 'true';
|
|
897
|
+
'aria-labelledby': string;
|
|
898
|
+
'aria-describedby': string;
|
|
899
|
+
};
|
|
900
|
+
}
|
|
901
|
+
declare const __VLS_export$31: __VLS_WithSlots$17<vue453.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
902
|
+
cancel: (e: Event) => any;
|
|
903
|
+
close: (e: Event) => any;
|
|
904
|
+
}, string, vue453.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
905
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
906
|
+
onClose?: ((e: Event) => any) | undefined;
|
|
907
|
+
}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
908
|
+
default: (props: DialogContentSlotProps) => any;
|
|
909
|
+
}>;
|
|
910
|
+
declare const _default$29: typeof __VLS_export$31;
|
|
911
|
+
type __VLS_WithSlots$17<T, S> = T & {
|
|
912
|
+
new (): {
|
|
913
|
+
$slots: S;
|
|
914
|
+
};
|
|
915
|
+
};
|
|
916
|
+
//#endregion
|
|
917
|
+
//#region src/components/Dialog/DialogTitle.vue.d.ts
|
|
918
|
+
interface DialogTitleProps extends AtomProps {
|
|
919
|
+
/** Namespace for dependency injection */
|
|
920
|
+
namespace?: string;
|
|
921
|
+
}
|
|
922
|
+
interface DialogTitleSlotProps {
|
|
923
|
+
/** Attributes to bind to the title element */
|
|
924
|
+
attrs: {
|
|
925
|
+
id: string;
|
|
926
|
+
};
|
|
927
|
+
}
|
|
928
|
+
declare const __VLS_export$30: __VLS_WithSlots$16<vue453.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
929
|
+
default: (props: DialogTitleSlotProps) => any;
|
|
930
|
+
}>;
|
|
931
|
+
declare const _default$32: typeof __VLS_export$30;
|
|
932
|
+
type __VLS_WithSlots$16<T, S> = T & {
|
|
933
|
+
new (): {
|
|
934
|
+
$slots: S;
|
|
935
|
+
};
|
|
936
|
+
};
|
|
937
|
+
//#endregion
|
|
938
|
+
//#region src/components/Dialog/DialogDescription.vue.d.ts
|
|
939
|
+
interface DialogDescriptionProps extends AtomProps {
|
|
940
|
+
/** Namespace for dependency injection */
|
|
941
|
+
namespace?: string;
|
|
942
|
+
}
|
|
943
|
+
interface DialogDescriptionSlotProps {
|
|
944
|
+
/** Attributes to bind to the description element */
|
|
945
|
+
attrs: {
|
|
946
|
+
id: string;
|
|
947
|
+
};
|
|
948
|
+
}
|
|
949
|
+
declare const __VLS_export$29: __VLS_WithSlots$15<vue453.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
950
|
+
default: (props: DialogDescriptionSlotProps) => any;
|
|
951
|
+
}>;
|
|
952
|
+
declare const _default$30: typeof __VLS_export$29;
|
|
953
|
+
type __VLS_WithSlots$15<T, S> = T & {
|
|
954
|
+
new (): {
|
|
955
|
+
$slots: S;
|
|
956
|
+
};
|
|
957
|
+
};
|
|
958
|
+
//#endregion
|
|
959
|
+
//#region src/components/Dialog/DialogClose.vue.d.ts
|
|
960
|
+
interface DialogCloseProps extends AtomProps {
|
|
961
|
+
/** Namespace for dependency injection */
|
|
962
|
+
namespace?: string;
|
|
963
|
+
}
|
|
964
|
+
interface DialogCloseSlotProps {
|
|
965
|
+
/** Whether the dialog is currently open */
|
|
966
|
+
isOpen: boolean;
|
|
967
|
+
/** Attributes to bind to the close button element */
|
|
968
|
+
attrs: {
|
|
969
|
+
'type': 'button' | undefined;
|
|
970
|
+
'aria-label': 'Close';
|
|
971
|
+
};
|
|
972
|
+
}
|
|
973
|
+
declare const __VLS_export$28: __VLS_WithSlots$14<vue453.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
974
|
+
default: (props: DialogCloseSlotProps) => any;
|
|
975
|
+
}>;
|
|
976
|
+
declare const _default$28: typeof __VLS_export$28;
|
|
977
|
+
type __VLS_WithSlots$14<T, S> = T & {
|
|
978
|
+
new (): {
|
|
979
|
+
$slots: S;
|
|
980
|
+
};
|
|
981
|
+
};
|
|
982
|
+
//#endregion
|
|
983
|
+
//#region src/components/Dialog/index.d.ts
|
|
984
|
+
/**
|
|
985
|
+
* Dialog component with sub-components for building modal dialogs.
|
|
986
|
+
*
|
|
987
|
+
* @see https://0.vuetifyjs.com/components/dialog
|
|
988
|
+
*
|
|
989
|
+
* @example
|
|
990
|
+
* ```vue
|
|
991
|
+
* <script lang="ts" setup>
|
|
992
|
+
* import { Dialog } from '@vuetify/v0'
|
|
993
|
+
* </script>
|
|
994
|
+
*
|
|
995
|
+
* <template>
|
|
996
|
+
* <Dialog.Root>
|
|
997
|
+
* <Dialog.Activator>
|
|
998
|
+
* Open Dialog
|
|
999
|
+
* </Dialog.Activator>
|
|
1000
|
+
*
|
|
1001
|
+
* <Dialog.Content>
|
|
1002
|
+
* <Dialog.Title>Dialog Title</Dialog.Title>
|
|
1003
|
+
* <Dialog.Description>Dialog description text.</Dialog.Description>
|
|
1004
|
+
*
|
|
1005
|
+
* <p>Dialog content goes here.</p>
|
|
1006
|
+
*
|
|
1007
|
+
* <Dialog.Close>Close</Dialog.Close>
|
|
1008
|
+
* </Dialog.Content>
|
|
1009
|
+
* </Dialog.Root>
|
|
1010
|
+
* </template>
|
|
1011
|
+
* ```
|
|
1012
|
+
*/
|
|
1013
|
+
declare const Dialog: {
|
|
1014
|
+
/**
|
|
1015
|
+
* Root component for dialogs.
|
|
1016
|
+
*
|
|
1017
|
+
* @see https://0.vuetifyjs.com/components/dialog
|
|
1018
|
+
*
|
|
1019
|
+
* @example
|
|
1020
|
+
* ```vue
|
|
1021
|
+
* <script lang="ts" setup>
|
|
1022
|
+
* import { Dialog } from '@vuetify/v0'
|
|
1023
|
+
* </script>
|
|
1024
|
+
*
|
|
1025
|
+
* <template>
|
|
1026
|
+
* <Dialog.Root>
|
|
1027
|
+
* <Dialog.Activator>Open</Dialog.Activator>
|
|
1028
|
+
* <Dialog.Content>
|
|
1029
|
+
* <Dialog.Title>Title</Dialog.Title>
|
|
1030
|
+
* <Dialog.Close>Close</Dialog.Close>
|
|
1031
|
+
* </Dialog.Content>
|
|
1032
|
+
* </Dialog.Root>
|
|
1033
|
+
* </template>
|
|
1034
|
+
* ```
|
|
1035
|
+
*/
|
|
1036
|
+
Root: {
|
|
1037
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
|
|
1038
|
+
modelValue?: boolean;
|
|
1039
|
+
}> & Readonly<{
|
|
1040
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
1041
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
1042
|
+
"update:modelValue": (...args: unknown[]) => any;
|
|
1043
|
+
}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1044
|
+
P: {};
|
|
1045
|
+
B: {};
|
|
1046
|
+
D: {};
|
|
1047
|
+
C: {};
|
|
1048
|
+
M: {};
|
|
1049
|
+
Defaults: {};
|
|
1050
|
+
}, Readonly<DialogRootProps & {
|
|
1051
|
+
modelValue?: boolean;
|
|
1052
|
+
}> & Readonly<{
|
|
1053
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
1054
|
+
}>, {}, {}, {}, {}, {}>;
|
|
1055
|
+
__isFragment?: never;
|
|
1056
|
+
__isTeleport?: never;
|
|
1057
|
+
__isSuspense?: never;
|
|
1058
|
+
} & vue453.ComponentOptionsBase<Readonly<DialogRootProps & {
|
|
1059
|
+
modelValue?: boolean;
|
|
1060
|
+
}> & Readonly<{
|
|
1061
|
+
"onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
|
|
1062
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
1063
|
+
"update:modelValue": (...args: unknown[]) => any;
|
|
1064
|
+
}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1065
|
+
$slots: {
|
|
1066
|
+
default: (props: DialogRootSlotProps) => any;
|
|
1067
|
+
};
|
|
1068
|
+
});
|
|
1069
|
+
/**
|
|
1070
|
+
* Activator component that opens the dialog.
|
|
1071
|
+
*
|
|
1072
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogactivator
|
|
1073
|
+
*
|
|
1074
|
+
* @example
|
|
1075
|
+
* ```vue
|
|
1076
|
+
* <script lang="ts" setup>
|
|
1077
|
+
* import { Dialog } from '@vuetify/v0'
|
|
1078
|
+
* </script>
|
|
1079
|
+
*
|
|
1080
|
+
* <template>
|
|
1081
|
+
* <Dialog.Activator>
|
|
1082
|
+
* Open Dialog
|
|
1083
|
+
* </Dialog.Activator>
|
|
1084
|
+
* </template>
|
|
1085
|
+
* ```
|
|
1086
|
+
*/
|
|
1087
|
+
Activator: {
|
|
1088
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1089
|
+
P: {};
|
|
1090
|
+
B: {};
|
|
1091
|
+
D: {};
|
|
1092
|
+
C: {};
|
|
1093
|
+
M: {};
|
|
1094
|
+
Defaults: {};
|
|
1095
|
+
}, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1096
|
+
__isFragment?: never;
|
|
1097
|
+
__isTeleport?: never;
|
|
1098
|
+
__isSuspense?: never;
|
|
1099
|
+
} & vue453.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1100
|
+
$slots: {
|
|
1101
|
+
default: (props: DialogActivatorSlotProps) => any;
|
|
1102
|
+
};
|
|
1103
|
+
});
|
|
1104
|
+
/**
|
|
1105
|
+
* Content container for the dialog using native `<dialog>` element.
|
|
1106
|
+
*
|
|
1107
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogcontent
|
|
1108
|
+
*
|
|
1109
|
+
* @example
|
|
1110
|
+
* ```vue
|
|
1111
|
+
* <script lang="ts" setup>
|
|
1112
|
+
* import { Dialog } from '@vuetify/v0'
|
|
1113
|
+
* </script>
|
|
1114
|
+
*
|
|
1115
|
+
* <template>
|
|
1116
|
+
* <Dialog.Content>
|
|
1117
|
+
* <Dialog.Title>Title</Dialog.Title>
|
|
1118
|
+
* <p>Content goes here.</p>
|
|
1119
|
+
* <Dialog.Close>Close</Dialog.Close>
|
|
1120
|
+
* </Dialog.Content>
|
|
1121
|
+
* </template>
|
|
1122
|
+
* ```
|
|
1123
|
+
*/
|
|
1124
|
+
Content: {
|
|
1125
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
|
|
1126
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
1127
|
+
onClose?: ((e: Event) => any) | undefined;
|
|
1128
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
1129
|
+
cancel: (e: Event) => any;
|
|
1130
|
+
close: (e: Event) => any;
|
|
1131
|
+
}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1132
|
+
P: {};
|
|
1133
|
+
B: {};
|
|
1134
|
+
D: {};
|
|
1135
|
+
C: {};
|
|
1136
|
+
M: {};
|
|
1137
|
+
Defaults: {};
|
|
1138
|
+
}, Readonly<DialogContentProps> & Readonly<{
|
|
1139
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
1140
|
+
onClose?: ((e: Event) => any) | undefined;
|
|
1141
|
+
}>, {}, {}, {}, {}, {}>;
|
|
1142
|
+
__isFragment?: never;
|
|
1143
|
+
__isTeleport?: never;
|
|
1144
|
+
__isSuspense?: never;
|
|
1145
|
+
} & vue453.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
|
|
1146
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
1147
|
+
onClose?: ((e: Event) => any) | undefined;
|
|
1148
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
1149
|
+
cancel: (e: Event) => any;
|
|
1150
|
+
close: (e: Event) => any;
|
|
1151
|
+
}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1152
|
+
$slots: {
|
|
1153
|
+
default: (props: DialogContentSlotProps) => any;
|
|
1154
|
+
};
|
|
1155
|
+
});
|
|
1156
|
+
/**
|
|
1157
|
+
* Title component for accessible dialog labeling.
|
|
1158
|
+
*
|
|
1159
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogtitle
|
|
1160
|
+
*
|
|
1161
|
+
* @example
|
|
1162
|
+
* ```vue
|
|
1163
|
+
* <script lang="ts" setup>
|
|
1164
|
+
* import { Dialog } from '@vuetify/v0'
|
|
1165
|
+
* </script>
|
|
1166
|
+
*
|
|
1167
|
+
* <template>
|
|
1168
|
+
* <Dialog.Title>Dialog Title</Dialog.Title>
|
|
1169
|
+
* </template>
|
|
1170
|
+
* ```
|
|
1171
|
+
*/
|
|
1172
|
+
Title: {
|
|
1173
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1174
|
+
P: {};
|
|
1175
|
+
B: {};
|
|
1176
|
+
D: {};
|
|
1177
|
+
C: {};
|
|
1178
|
+
M: {};
|
|
1179
|
+
Defaults: {};
|
|
1180
|
+
}, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1181
|
+
__isFragment?: never;
|
|
1182
|
+
__isTeleport?: never;
|
|
1183
|
+
__isSuspense?: never;
|
|
1184
|
+
} & vue453.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1185
|
+
$slots: {
|
|
1186
|
+
default: (props: DialogTitleSlotProps) => any;
|
|
1187
|
+
};
|
|
1188
|
+
});
|
|
1189
|
+
/**
|
|
1190
|
+
* Description component for accessible dialog description.
|
|
1191
|
+
*
|
|
1192
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogdescription
|
|
1193
|
+
*
|
|
1194
|
+
* @example
|
|
1195
|
+
* ```vue
|
|
1196
|
+
* <script lang="ts" setup>
|
|
1197
|
+
* import { Dialog } from '@vuetify/v0'
|
|
1198
|
+
* </script>
|
|
1199
|
+
*
|
|
1200
|
+
* <template>
|
|
1201
|
+
* <Dialog.Description>
|
|
1202
|
+
* This dialog allows you to configure settings.
|
|
1203
|
+
* </Dialog.Description>
|
|
1204
|
+
* </template>
|
|
1205
|
+
* ```
|
|
1206
|
+
*/
|
|
1207
|
+
Description: {
|
|
1208
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1209
|
+
P: {};
|
|
1210
|
+
B: {};
|
|
1211
|
+
D: {};
|
|
1212
|
+
C: {};
|
|
1213
|
+
M: {};
|
|
1214
|
+
Defaults: {};
|
|
1215
|
+
}, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1216
|
+
__isFragment?: never;
|
|
1217
|
+
__isTeleport?: never;
|
|
1218
|
+
__isSuspense?: never;
|
|
1219
|
+
} & vue453.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1220
|
+
$slots: {
|
|
1221
|
+
default: (props: DialogDescriptionSlotProps) => any;
|
|
1222
|
+
};
|
|
1223
|
+
});
|
|
1224
|
+
/**
|
|
1225
|
+
* Close button component for closing the dialog.
|
|
1226
|
+
*
|
|
1227
|
+
* @see https://0.vuetifyjs.com/components/dialog#dialogclose
|
|
1228
|
+
*
|
|
1229
|
+
* @example
|
|
1230
|
+
* ```vue
|
|
1231
|
+
* <script lang="ts" setup>
|
|
1232
|
+
* import { Dialog } from '@vuetify/v0'
|
|
1233
|
+
* </script>
|
|
1234
|
+
*
|
|
1235
|
+
* <template>
|
|
1236
|
+
* <Dialog.Close>Close</Dialog.Close>
|
|
1237
|
+
* </template>
|
|
1238
|
+
* ```
|
|
1239
|
+
*/
|
|
1240
|
+
Close: {
|
|
1241
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1242
|
+
P: {};
|
|
1243
|
+
B: {};
|
|
1244
|
+
D: {};
|
|
1245
|
+
C: {};
|
|
1246
|
+
M: {};
|
|
1247
|
+
Defaults: {};
|
|
1248
|
+
}, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1249
|
+
__isFragment?: never;
|
|
1250
|
+
__isTeleport?: never;
|
|
1251
|
+
__isSuspense?: never;
|
|
1252
|
+
} & vue453.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1253
|
+
$slots: {
|
|
1254
|
+
default: (props: DialogCloseSlotProps) => any;
|
|
1255
|
+
};
|
|
1256
|
+
});
|
|
1257
|
+
};
|
|
1258
|
+
//#endregion
|
|
1259
|
+
//#region src/components/ExpansionPanel/ExpansionPanelRoot.vue.d.ts
|
|
1260
|
+
interface ExpansionPanelOptionsContext {
|
|
1261
|
+
/** Disabled state of the entire expansion panel */
|
|
1262
|
+
isDisabled: Readonly<Ref<boolean>>;
|
|
1263
|
+
}
|
|
1264
|
+
interface ExpansionPanelRootProps extends AtomProps {
|
|
1265
|
+
/** Namespace for dependency injection (default: 'v0:expansion-panel') */
|
|
1266
|
+
namespace?: string;
|
|
1267
|
+
/** Disables the entire expansion panel instance and all items */
|
|
1268
|
+
disabled?: boolean;
|
|
1269
|
+
/** Auto-expand non-disabled items when registered */
|
|
1270
|
+
enroll?: boolean;
|
|
1271
|
+
/**
|
|
1272
|
+
* Mandatory expansion behavior:
|
|
1273
|
+
* - false (default): All panels can be collapsed
|
|
1274
|
+
* - true: Prevents collapsing the last expanded panel
|
|
1275
|
+
* - 'force': Automatically expands the first non-disabled panel
|
|
1276
|
+
*/
|
|
1277
|
+
mandatory?: boolean | 'force';
|
|
1278
|
+
/**
|
|
1279
|
+
* Enable multi-expansion mode
|
|
1280
|
+
* - false (default): Single panel expanded at a time (accordion mode)
|
|
1281
|
+
* - true: Multiple panels can be expanded simultaneously
|
|
1282
|
+
* Note: Changes v-model type from T to T[]
|
|
1283
|
+
*/
|
|
1284
|
+
multiple?: boolean;
|
|
1285
|
+
}
|
|
1286
|
+
interface ExpansionPanelRootSlotProps {
|
|
1287
|
+
/** Disables the entire expansion panel instance and all registered items */
|
|
1288
|
+
isDisabled: Readonly<Ref<boolean>>;
|
|
1289
|
+
/** Select a panel by ID */
|
|
1290
|
+
select: (id: ID) => void;
|
|
1291
|
+
/** Unselect a panel by ID */
|
|
1292
|
+
unselect: (id: ID) => void;
|
|
1293
|
+
/** Toggle a panel's expansion state by ID */
|
|
1294
|
+
toggle: (id: ID) => void;
|
|
1295
|
+
}
|
|
1296
|
+
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideExpansionPanelSelection: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue453.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
1297
|
+
declare const __VLS_export$27: <T = 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<{
|
|
1298
|
+
props: __VLS_PrettifyLocal$12<(ExpansionPanelRootProps & {
|
|
1299
|
+
modelValue?: T | T[];
|
|
1300
|
+
}) & {
|
|
1301
|
+
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
1302
|
+
}> & vue453.PublicProps;
|
|
1303
|
+
expose: (exposed: {}) => void;
|
|
1304
|
+
attrs: any;
|
|
1305
|
+
slots: {
|
|
1306
|
+
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
1307
|
+
};
|
|
1308
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1309
|
+
}>) => vue453.VNode & {
|
|
1310
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1311
|
+
};
|
|
1312
|
+
declare const _default$27: typeof __VLS_export$27;
|
|
1313
|
+
type __VLS_PrettifyLocal$12<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1314
|
+
//#endregion
|
|
1315
|
+
//#region src/components/ExpansionPanel/ExpansionPanelItem.vue.d.ts
|
|
1316
|
+
interface ExpansionPanelItemProps<V = unknown> extends AtomProps {
|
|
1317
|
+
/** Unique identifier for the panel item (auto-generated if not provided) */
|
|
1318
|
+
id?: string;
|
|
1319
|
+
/** Value associated with this panel item for v-model binding */
|
|
1320
|
+
value?: V;
|
|
1321
|
+
/** Disables this specific panel item */
|
|
1322
|
+
disabled?: MaybeRef<boolean>;
|
|
1323
|
+
/** Namespace to retrieve the parent ExpansionPanelRoot context (default: 'v0:expansion-panel') */
|
|
1324
|
+
namespace?: string;
|
|
1325
|
+
}
|
|
1326
|
+
/**
|
|
1327
|
+
* Context provided to child components (ExpansionPanelActivator and ExpansionPanelContent)
|
|
1328
|
+
* via dependency injection using the itemNamespace.
|
|
1329
|
+
*/
|
|
1330
|
+
interface ExpansionPanelItemContext {
|
|
1331
|
+
/** Selection ticket from the parent ExpansionPanel registry */
|
|
1332
|
+
ticket: SelectionTicket;
|
|
1333
|
+
/** Unique ID for the header/activator element (for aria-controls) */
|
|
1334
|
+
headerId: Readonly<Ref<string>>;
|
|
1335
|
+
/** Unique ID for the content region (for aria-labelledby) */
|
|
1336
|
+
contentId: Readonly<Ref<string>>;
|
|
1337
|
+
/** Combined disabled state from item and parent */
|
|
1338
|
+
isDisabled: Readonly<Ref<boolean>>;
|
|
1339
|
+
}
|
|
799
1340
|
/**
|
|
800
1341
|
* Slot props provided to the default slot of ExpansionPanelItem
|
|
801
1342
|
*/
|
|
@@ -810,22 +1351,20 @@ interface ExpansionPanelItemSlotProps {
|
|
|
810
1351
|
'data-selected': true | undefined;
|
|
811
1352
|
};
|
|
812
1353
|
}
|
|
813
|
-
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?:
|
|
814
|
-
declare const
|
|
815
|
-
|
|
816
|
-
props: __VLS_PrettifyLocal$9<ExpansionPanelItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
817
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
818
|
-
} ? P : {});
|
|
1354
|
+
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue453.App) => ExpansionPanelItemContext;
|
|
1355
|
+
declare const __VLS_export$26: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$11<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1356
|
+
props: __VLS_PrettifyLocal$11<ExpansionPanelItemProps<V>> & vue453.PublicProps;
|
|
819
1357
|
expose: (exposed: {}) => void;
|
|
820
1358
|
attrs: any;
|
|
821
1359
|
slots: {
|
|
822
1360
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
823
1361
|
};
|
|
824
1362
|
emit: {};
|
|
825
|
-
}>) =>
|
|
1363
|
+
}>) => vue453.VNode & {
|
|
826
1364
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
827
1365
|
};
|
|
828
|
-
|
|
1366
|
+
declare const _default$26: typeof __VLS_export$26;
|
|
1367
|
+
type __VLS_PrettifyLocal$11<T> = { [K in keyof T as K]: T[K] } & {};
|
|
829
1368
|
//#endregion
|
|
830
1369
|
//#region src/components/ExpansionPanel/ExpansionPanelHeader.vue.d.ts
|
|
831
1370
|
interface ExpansionPanelHeaderProps extends AtomProps {
|
|
@@ -841,11 +1380,11 @@ interface ExpansionPanelHeaderSlotProps {
|
|
|
841
1380
|
'data-selected': true | undefined;
|
|
842
1381
|
};
|
|
843
1382
|
}
|
|
844
|
-
declare const
|
|
845
|
-
declare const __VLS_export$21: __VLS_WithSlots$12<vue379.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1383
|
+
declare const __VLS_export$25: __VLS_WithSlots$13<vue453.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
846
1384
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
847
1385
|
}>;
|
|
848
|
-
|
|
1386
|
+
declare const _default$25: typeof __VLS_export$25;
|
|
1387
|
+
type __VLS_WithSlots$13<T, S> = T & {
|
|
849
1388
|
new (): {
|
|
850
1389
|
$slots: S;
|
|
851
1390
|
};
|
|
@@ -890,11 +1429,11 @@ interface ExpansionPanelActivatorSlotProps {
|
|
|
890
1429
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
891
1430
|
};
|
|
892
1431
|
}
|
|
893
|
-
declare const
|
|
894
|
-
declare const __VLS_export$20: __VLS_WithSlots$11<vue379.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1432
|
+
declare const __VLS_export$24: __VLS_WithSlots$12<vue453.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
895
1433
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
896
1434
|
}>;
|
|
897
|
-
|
|
1435
|
+
declare const _default$23: typeof __VLS_export$24;
|
|
1436
|
+
type __VLS_WithSlots$12<T, S> = T & {
|
|
898
1437
|
new (): {
|
|
899
1438
|
$slots: S;
|
|
900
1439
|
};
|
|
@@ -921,11 +1460,11 @@ interface ExpansionPanelContentSlotProps {
|
|
|
921
1460
|
'hidden': boolean;
|
|
922
1461
|
};
|
|
923
1462
|
}
|
|
924
|
-
declare const
|
|
925
|
-
declare const __VLS_export$19: __VLS_WithSlots$10<vue379.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
1463
|
+
declare const __VLS_export$23: __VLS_WithSlots$11<vue453.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
926
1464
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
927
1465
|
}>;
|
|
928
|
-
|
|
1466
|
+
declare const _default$24: typeof __VLS_export$23;
|
|
1467
|
+
type __VLS_WithSlots$11<T, S> = T & {
|
|
929
1468
|
new (): {
|
|
930
1469
|
$slots: S;
|
|
931
1470
|
};
|
|
@@ -967,12 +1506,12 @@ declare const ExpansionPanel: {
|
|
|
967
1506
|
* ```
|
|
968
1507
|
*/
|
|
969
1508
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
970
|
-
attrs: any;
|
|
971
|
-
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
972
1509
|
slots: {
|
|
973
1510
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
974
1511
|
};
|
|
975
|
-
|
|
1512
|
+
attrs: any;
|
|
1513
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1514
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
976
1515
|
props: {
|
|
977
1516
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
978
1517
|
namespace?: string | undefined;
|
|
@@ -983,16 +1522,14 @@ declare const ExpansionPanel: {
|
|
|
983
1522
|
as?: (DOMElement | null) | undefined;
|
|
984
1523
|
renderless?: boolean | undefined;
|
|
985
1524
|
modelValue?: (T | T[]) | undefined;
|
|
986
|
-
} &
|
|
987
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
988
|
-
} ? P : {});
|
|
1525
|
+
} & vue453.PublicProps;
|
|
989
1526
|
expose: (exposed: {}) => void;
|
|
990
1527
|
attrs: any;
|
|
991
1528
|
slots: {
|
|
992
1529
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
993
1530
|
};
|
|
994
1531
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
995
|
-
}>) =>
|
|
1532
|
+
}>) => vue453.VNode & {
|
|
996
1533
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
997
1534
|
};
|
|
998
1535
|
/**
|
|
@@ -1022,29 +1559,27 @@ declare const ExpansionPanel: {
|
|
|
1022
1559
|
* ```
|
|
1023
1560
|
*/
|
|
1024
1561
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1025
|
-
attrs: any;
|
|
1026
|
-
emit: {};
|
|
1027
1562
|
slots: {
|
|
1028
1563
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
1029
1564
|
};
|
|
1030
|
-
|
|
1565
|
+
attrs: any;
|
|
1566
|
+
emit: {};
|
|
1567
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1031
1568
|
props: {
|
|
1032
1569
|
id?: string | undefined;
|
|
1033
1570
|
value?: V | undefined;
|
|
1034
|
-
disabled?:
|
|
1571
|
+
disabled?: vue453.MaybeRef<boolean> | undefined;
|
|
1035
1572
|
namespace?: string | undefined;
|
|
1036
1573
|
as?: (DOMElement | null) | undefined;
|
|
1037
1574
|
renderless?: boolean | undefined;
|
|
1038
|
-
} &
|
|
1039
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
1040
|
-
} ? P : {});
|
|
1575
|
+
} & vue453.PublicProps;
|
|
1041
1576
|
expose: (exposed: {}) => void;
|
|
1042
1577
|
attrs: any;
|
|
1043
1578
|
slots: {
|
|
1044
1579
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
1045
1580
|
};
|
|
1046
1581
|
emit: {};
|
|
1047
|
-
}>) =>
|
|
1582
|
+
}>) => vue453.VNode & {
|
|
1048
1583
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1049
1584
|
};
|
|
1050
1585
|
/**
|
|
@@ -1068,7 +1603,7 @@ declare const ExpansionPanel: {
|
|
|
1068
1603
|
* ```
|
|
1069
1604
|
*/
|
|
1070
1605
|
Header: {
|
|
1071
|
-
new (...args: any[]):
|
|
1606
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1072
1607
|
P: {};
|
|
1073
1608
|
B: {};
|
|
1074
1609
|
D: {};
|
|
@@ -1079,7 +1614,7 @@ declare const ExpansionPanel: {
|
|
|
1079
1614
|
__isFragment?: never;
|
|
1080
1615
|
__isTeleport?: never;
|
|
1081
1616
|
__isSuspense?: never;
|
|
1082
|
-
} &
|
|
1617
|
+
} & vue453.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1083
1618
|
$slots: {
|
|
1084
1619
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
1085
1620
|
};
|
|
@@ -1103,7 +1638,7 @@ declare const ExpansionPanel: {
|
|
|
1103
1638
|
* ```
|
|
1104
1639
|
*/
|
|
1105
1640
|
Activator: {
|
|
1106
|
-
new (...args: any[]):
|
|
1641
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1107
1642
|
P: {};
|
|
1108
1643
|
B: {};
|
|
1109
1644
|
D: {};
|
|
@@ -1114,7 +1649,7 @@ declare const ExpansionPanel: {
|
|
|
1114
1649
|
__isFragment?: never;
|
|
1115
1650
|
__isTeleport?: never;
|
|
1116
1651
|
__isSuspense?: never;
|
|
1117
|
-
} &
|
|
1652
|
+
} & vue453.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1118
1653
|
$slots: {
|
|
1119
1654
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
1120
1655
|
};
|
|
@@ -1138,7 +1673,7 @@ declare const ExpansionPanel: {
|
|
|
1138
1673
|
* ```
|
|
1139
1674
|
*/
|
|
1140
1675
|
Content: {
|
|
1141
|
-
new (...args: any[]):
|
|
1676
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1142
1677
|
P: {};
|
|
1143
1678
|
B: {};
|
|
1144
1679
|
D: {};
|
|
@@ -1149,7 +1684,7 @@ declare const ExpansionPanel: {
|
|
|
1149
1684
|
__isFragment?: never;
|
|
1150
1685
|
__isTeleport?: never;
|
|
1151
1686
|
__isSuspense?: never;
|
|
1152
|
-
} &
|
|
1687
|
+
} & vue453.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1153
1688
|
$slots: {
|
|
1154
1689
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
1155
1690
|
};
|
|
@@ -1198,27 +1733,25 @@ interface GroupRootSlotProps {
|
|
|
1198
1733
|
'aria-multiselectable': true;
|
|
1199
1734
|
};
|
|
1200
1735
|
}
|
|
1201
|
-
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?:
|
|
1202
|
-
declare const
|
|
1203
|
-
|
|
1204
|
-
props: __VLS_PrettifyLocal$8<(GroupRootProps & {
|
|
1736
|
+
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket<unknown>> | undefined) => GroupContext<GroupTicket<unknown>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket<unknown>>, app?: vue453.App) => GroupContext<GroupTicket<unknown>>;
|
|
1737
|
+
declare const __VLS_export$22: <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<{
|
|
1738
|
+
props: __VLS_PrettifyLocal$10<(GroupRootProps & {
|
|
1205
1739
|
modelValue?: T | T[];
|
|
1206
1740
|
}) & {
|
|
1207
1741
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1208
1742
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1209
|
-
}> &
|
|
1210
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
1211
|
-
} ? P : {});
|
|
1743
|
+
}> & vue453.PublicProps;
|
|
1212
1744
|
expose: (exposed: {}) => void;
|
|
1213
1745
|
attrs: any;
|
|
1214
1746
|
slots: {
|
|
1215
1747
|
default: (props: GroupRootSlotProps) => any;
|
|
1216
1748
|
};
|
|
1217
1749
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1218
|
-
}>) =>
|
|
1750
|
+
}>) => vue453.VNode & {
|
|
1219
1751
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1220
1752
|
};
|
|
1221
|
-
|
|
1753
|
+
declare const _default$22: typeof __VLS_export$22;
|
|
1754
|
+
type __VLS_PrettifyLocal$10<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1222
1755
|
//#endregion
|
|
1223
1756
|
//#region src/components/Group/GroupItem.vue.d.ts
|
|
1224
1757
|
interface GroupItemProps<V = unknown> {
|
|
@@ -1268,21 +1801,19 @@ interface GroupItemSlotProps<V = unknown> {
|
|
|
1268
1801
|
'data-mixed': true | undefined;
|
|
1269
1802
|
};
|
|
1270
1803
|
}
|
|
1271
|
-
declare const
|
|
1272
|
-
|
|
1273
|
-
props: __VLS_PrettifyLocal$7<GroupItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
1274
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
1275
|
-
} ? P : {});
|
|
1804
|
+
declare const __VLS_export$21: <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<{
|
|
1805
|
+
props: __VLS_PrettifyLocal$9<GroupItemProps<V>> & vue453.PublicProps;
|
|
1276
1806
|
expose: (exposed: {}) => void;
|
|
1277
1807
|
attrs: any;
|
|
1278
1808
|
slots: {
|
|
1279
1809
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
1280
1810
|
};
|
|
1281
1811
|
emit: {};
|
|
1282
|
-
}>) =>
|
|
1812
|
+
}>) => vue453.VNode & {
|
|
1283
1813
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1284
1814
|
};
|
|
1285
|
-
|
|
1815
|
+
declare const _default$21: typeof __VLS_export$21;
|
|
1816
|
+
type __VLS_PrettifyLocal$9<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1286
1817
|
//#endregion
|
|
1287
1818
|
//#region src/components/Group/index.d.ts
|
|
1288
1819
|
/**
|
|
@@ -1312,12 +1843,12 @@ declare const Group: {
|
|
|
1312
1843
|
* ```
|
|
1313
1844
|
*/
|
|
1314
1845
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1315
|
-
attrs: any;
|
|
1316
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1317
1846
|
slots: {
|
|
1318
1847
|
default: (props: GroupRootSlotProps) => any;
|
|
1319
1848
|
};
|
|
1320
|
-
|
|
1849
|
+
attrs: any;
|
|
1850
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1851
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1321
1852
|
props: {
|
|
1322
1853
|
namespace?: string | undefined;
|
|
1323
1854
|
disabled?: boolean | undefined;
|
|
@@ -1326,16 +1857,14 @@ declare const Group: {
|
|
|
1326
1857
|
modelValue?: (T | T[]) | undefined;
|
|
1327
1858
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1328
1859
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1329
|
-
} &
|
|
1330
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
1331
|
-
} ? P : {});
|
|
1860
|
+
} & vue453.PublicProps;
|
|
1332
1861
|
expose: (exposed: {}) => void;
|
|
1333
1862
|
attrs: any;
|
|
1334
1863
|
slots: {
|
|
1335
1864
|
default: (props: GroupRootSlotProps) => any;
|
|
1336
1865
|
};
|
|
1337
1866
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1338
|
-
}>) =>
|
|
1867
|
+
}>) => vue453.VNode & {
|
|
1339
1868
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1340
1869
|
};
|
|
1341
1870
|
/**
|
|
@@ -1357,37 +1886,35 @@ declare const Group: {
|
|
|
1357
1886
|
* ```
|
|
1358
1887
|
*/
|
|
1359
1888
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1360
|
-
attrs: any;
|
|
1361
|
-
emit: {};
|
|
1362
1889
|
slots: {
|
|
1363
1890
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
1364
1891
|
};
|
|
1365
|
-
|
|
1892
|
+
attrs: any;
|
|
1893
|
+
emit: {};
|
|
1894
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1366
1895
|
props: {
|
|
1367
1896
|
id?: string | undefined;
|
|
1368
1897
|
label?: string | undefined;
|
|
1369
1898
|
value?: V | undefined;
|
|
1370
|
-
disabled?:
|
|
1371
|
-
indeterminate?:
|
|
1899
|
+
disabled?: vue453.MaybeRef<boolean> | undefined;
|
|
1900
|
+
indeterminate?: vue453.MaybeRef<boolean> | undefined;
|
|
1372
1901
|
namespace?: string | undefined;
|
|
1373
|
-
} &
|
|
1374
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
1375
|
-
} ? P : {});
|
|
1902
|
+
} & vue453.PublicProps;
|
|
1376
1903
|
expose: (exposed: {}) => void;
|
|
1377
1904
|
attrs: any;
|
|
1378
1905
|
slots: {
|
|
1379
1906
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
1380
1907
|
};
|
|
1381
1908
|
emit: {};
|
|
1382
|
-
}>) =>
|
|
1909
|
+
}>) => vue453.VNode & {
|
|
1383
1910
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1384
1911
|
};
|
|
1385
1912
|
};
|
|
1386
1913
|
//#endregion
|
|
1387
1914
|
//#region src/components/Pagination/PaginationRoot.vue.d.ts
|
|
1388
|
-
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?:
|
|
1389
|
-
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
1390
|
-
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?: vue453.App) => PaginationContext;
|
|
1916
|
+
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?: vue453.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?: vue453.App) => RegistryContext<RegistryTicket<unknown>>;
|
|
1391
1918
|
interface PaginationRootProps extends AtomProps {
|
|
1392
1919
|
/** Namespace for dependency injection */
|
|
1393
1920
|
namespace?: string;
|
|
@@ -1438,25 +1965,23 @@ interface PaginationRootSlotProps {
|
|
|
1438
1965
|
'role': 'navigation' | undefined;
|
|
1439
1966
|
};
|
|
1440
1967
|
}
|
|
1441
|
-
declare const
|
|
1442
|
-
|
|
1443
|
-
props: __VLS_PrettifyLocal$6<(PaginationRootProps & {
|
|
1968
|
+
declare const __VLS_export$20: <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<{
|
|
1969
|
+
props: __VLS_PrettifyLocal$8<(PaginationRootProps & {
|
|
1444
1970
|
modelValue?: number;
|
|
1445
1971
|
}) & {
|
|
1446
1972
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
1447
|
-
}> &
|
|
1448
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
1449
|
-
} ? P : {});
|
|
1973
|
+
}> & vue453.PublicProps;
|
|
1450
1974
|
expose: (exposed: {}) => void;
|
|
1451
1975
|
attrs: any;
|
|
1452
1976
|
slots: {
|
|
1453
1977
|
default: (props: PaginationRootSlotProps) => any;
|
|
1454
1978
|
};
|
|
1455
1979
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
1456
|
-
}>) =>
|
|
1980
|
+
}>) => vue453.VNode & {
|
|
1457
1981
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1458
1982
|
};
|
|
1459
|
-
|
|
1983
|
+
declare const _default$19: typeof __VLS_export$20;
|
|
1984
|
+
type __VLS_PrettifyLocal$8<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1460
1985
|
//#endregion
|
|
1461
1986
|
//#region src/components/Pagination/PaginationItem.vue.d.ts
|
|
1462
1987
|
interface PaginationItemProps extends AtomProps {
|
|
@@ -1491,11 +2016,11 @@ interface PaginationItemSlotProps {
|
|
|
1491
2016
|
'onClick': () => void;
|
|
1492
2017
|
};
|
|
1493
2018
|
}
|
|
1494
|
-
declare const
|
|
1495
|
-
declare const __VLS_export$15: __VLS_WithSlots$9<vue379.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
2019
|
+
declare const __VLS_export$19: __VLS_WithSlots$10<vue453.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
1496
2020
|
default: (props: PaginationItemSlotProps) => any;
|
|
1497
2021
|
}>;
|
|
1498
|
-
|
|
2022
|
+
declare const _default$15: typeof __VLS_export$19;
|
|
2023
|
+
type __VLS_WithSlots$10<T, S> = T & {
|
|
1499
2024
|
new (): {
|
|
1500
2025
|
$slots: S;
|
|
1501
2026
|
};
|
|
@@ -1526,11 +2051,11 @@ interface PaginationFirstSlotProps {
|
|
|
1526
2051
|
'onClick': () => void;
|
|
1527
2052
|
};
|
|
1528
2053
|
}
|
|
1529
|
-
declare const
|
|
1530
|
-
declare const __VLS_export$14: __VLS_WithSlots$8<vue379.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
2054
|
+
declare const __VLS_export$18: __VLS_WithSlots$9<vue453.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
1531
2055
|
default: (props: PaginationFirstSlotProps) => any;
|
|
1532
2056
|
}>;
|
|
1533
|
-
|
|
2057
|
+
declare const _default$14: typeof __VLS_export$18;
|
|
2058
|
+
type __VLS_WithSlots$9<T, S> = T & {
|
|
1534
2059
|
new (): {
|
|
1535
2060
|
$slots: S;
|
|
1536
2061
|
};
|
|
@@ -1561,11 +2086,11 @@ interface PaginationPrevSlotProps {
|
|
|
1561
2086
|
'onClick': () => void;
|
|
1562
2087
|
};
|
|
1563
2088
|
}
|
|
1564
|
-
declare const
|
|
1565
|
-
declare const __VLS_export$13: __VLS_WithSlots$7<vue379.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
2089
|
+
declare const __VLS_export$17: __VLS_WithSlots$8<vue453.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
1566
2090
|
default: (props: PaginationPrevSlotProps) => any;
|
|
1567
2091
|
}>;
|
|
1568
|
-
|
|
2092
|
+
declare const _default$18: typeof __VLS_export$17;
|
|
2093
|
+
type __VLS_WithSlots$8<T, S> = T & {
|
|
1569
2094
|
new (): {
|
|
1570
2095
|
$slots: S;
|
|
1571
2096
|
};
|
|
@@ -1588,11 +2113,11 @@ interface PaginationEllipsisSlotProps {
|
|
|
1588
2113
|
'aria-hidden': 'true';
|
|
1589
2114
|
};
|
|
1590
2115
|
}
|
|
1591
|
-
declare const
|
|
1592
|
-
declare const __VLS_export$12: __VLS_WithSlots$6<vue379.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
2116
|
+
declare const __VLS_export$16: __VLS_WithSlots$7<vue453.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
1593
2117
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
1594
2118
|
}>;
|
|
1595
|
-
|
|
2119
|
+
declare const _default$13: typeof __VLS_export$16;
|
|
2120
|
+
type __VLS_WithSlots$7<T, S> = T & {
|
|
1596
2121
|
new (): {
|
|
1597
2122
|
$slots: S;
|
|
1598
2123
|
};
|
|
@@ -1623,11 +2148,11 @@ interface PaginationNextSlotProps {
|
|
|
1623
2148
|
'onClick': () => void;
|
|
1624
2149
|
};
|
|
1625
2150
|
}
|
|
1626
|
-
declare const
|
|
1627
|
-
declare const __VLS_export$11: __VLS_WithSlots$5<vue379.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
2151
|
+
declare const __VLS_export$15: __VLS_WithSlots$6<vue453.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
1628
2152
|
default: (props: PaginationNextSlotProps) => any;
|
|
1629
2153
|
}>;
|
|
1630
|
-
|
|
2154
|
+
declare const _default$17: typeof __VLS_export$15;
|
|
2155
|
+
type __VLS_WithSlots$6<T, S> = T & {
|
|
1631
2156
|
new (): {
|
|
1632
2157
|
$slots: S;
|
|
1633
2158
|
};
|
|
@@ -1658,11 +2183,11 @@ interface PaginationLastSlotProps {
|
|
|
1658
2183
|
'onClick': () => void;
|
|
1659
2184
|
};
|
|
1660
2185
|
}
|
|
1661
|
-
declare const
|
|
1662
|
-
declare const __VLS_export$10: __VLS_WithSlots$4<vue379.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
2186
|
+
declare const __VLS_export$14: __VLS_WithSlots$5<vue453.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
1663
2187
|
default: (props: PaginationLastSlotProps) => any;
|
|
1664
2188
|
}>;
|
|
1665
|
-
|
|
2189
|
+
declare const _default$16: typeof __VLS_export$14;
|
|
2190
|
+
type __VLS_WithSlots$5<T, S> = T & {
|
|
1666
2191
|
new (): {
|
|
1667
2192
|
$slots: S;
|
|
1668
2193
|
};
|
|
@@ -1687,11 +2212,11 @@ interface PaginationStatusSlotProps {
|
|
|
1687
2212
|
'role': 'status';
|
|
1688
2213
|
};
|
|
1689
2214
|
}
|
|
1690
|
-
declare const
|
|
1691
|
-
declare const __VLS_export$9: __VLS_WithSlots$3<vue379.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, vue379.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
2215
|
+
declare const __VLS_export$13: __VLS_WithSlots$4<vue453.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
1692
2216
|
default: (props: PaginationStatusSlotProps) => any;
|
|
1693
2217
|
}>;
|
|
1694
|
-
|
|
2218
|
+
declare const _default$20: typeof __VLS_export$13;
|
|
2219
|
+
type __VLS_WithSlots$4<T, S> = T & {
|
|
1695
2220
|
new (): {
|
|
1696
2221
|
$slots: S;
|
|
1697
2222
|
};
|
|
@@ -1705,9 +2230,194 @@ type __VLS_WithSlots$3<T, S> = T & {
|
|
|
1705
2230
|
*/
|
|
1706
2231
|
declare const Pagination: {
|
|
1707
2232
|
/**
|
|
1708
|
-
* Root component for pagination controls.
|
|
2233
|
+
* Root component for pagination controls.
|
|
2234
|
+
*
|
|
2235
|
+
* @see https://0.vuetifyjs.com/components/pagination
|
|
2236
|
+
*
|
|
2237
|
+
* @example
|
|
2238
|
+
* ```vue
|
|
2239
|
+
* <script lang="ts" setup>
|
|
2240
|
+
* import { Pagination } from '@vuetify/v0'
|
|
2241
|
+
* </script>
|
|
2242
|
+
*
|
|
2243
|
+
* <template>
|
|
2244
|
+
* <Pagination.Root v-model="page" :size="100">
|
|
2245
|
+
* <Pagination.First />
|
|
2246
|
+
*
|
|
2247
|
+
* <Pagination.Prev />
|
|
2248
|
+
*
|
|
2249
|
+
* <template v-for="item in items" :key="item.value">
|
|
2250
|
+
* <Pagination.Item v-if="item.type === 'page'" :value="item.value" />
|
|
2251
|
+
*
|
|
2252
|
+
* <Pagination.Ellipsis v-else />
|
|
2253
|
+
* </template>
|
|
2254
|
+
*
|
|
2255
|
+
* <Pagination.Next />
|
|
2256
|
+
*
|
|
2257
|
+
* <Pagination.Last />
|
|
2258
|
+
* </Pagination.Root>
|
|
2259
|
+
* </template>
|
|
2260
|
+
* ```
|
|
2261
|
+
*/
|
|
2262
|
+
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2263
|
+
slots: {
|
|
2264
|
+
default: (props: PaginationRootSlotProps) => any;
|
|
2265
|
+
};
|
|
2266
|
+
attrs: any;
|
|
2267
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2268
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2269
|
+
props: {
|
|
2270
|
+
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
2271
|
+
namespace?: string | undefined;
|
|
2272
|
+
size?: number | undefined;
|
|
2273
|
+
totalVisible?: number | undefined;
|
|
2274
|
+
itemsPerPage?: number | undefined;
|
|
2275
|
+
ellipsis?: string | false | undefined;
|
|
2276
|
+
as?: (DOMElement | null) | undefined;
|
|
2277
|
+
renderless?: boolean | undefined;
|
|
2278
|
+
modelValue?: number | undefined;
|
|
2279
|
+
} & vue453.PublicProps;
|
|
2280
|
+
expose: (exposed: {}) => void;
|
|
2281
|
+
attrs: any;
|
|
2282
|
+
slots: {
|
|
2283
|
+
default: (props: PaginationRootSlotProps) => any;
|
|
2284
|
+
};
|
|
2285
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2286
|
+
}>) => vue453.VNode & {
|
|
2287
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2288
|
+
};
|
|
2289
|
+
/**
|
|
2290
|
+
* Individual page button that navigates to a specific page number.
|
|
2291
|
+
*
|
|
2292
|
+
* @see https://0.vuetifyjs.com/components/pagination#paginationitem
|
|
2293
|
+
*
|
|
2294
|
+
* @example
|
|
2295
|
+
* ```vue
|
|
2296
|
+
* <script lang="ts" setup>
|
|
2297
|
+
* import { Pagination } from '@vuetify/v0'
|
|
2298
|
+
* </script>
|
|
2299
|
+
*
|
|
2300
|
+
* <template>
|
|
2301
|
+
* <Pagination.Item :value="1">1</Pagination.Item>
|
|
2302
|
+
*
|
|
2303
|
+
* <!-- With slot props -->
|
|
2304
|
+
* <Pagination.Item :value="2" v-slot="{ isSelected }">
|
|
2305
|
+
* <span :class="{ 'font-bold': isSelected }">2</span>
|
|
2306
|
+
* </Pagination.Item>
|
|
2307
|
+
* </template>
|
|
2308
|
+
* ```
|
|
2309
|
+
*/
|
|
2310
|
+
Item: {
|
|
2311
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
2312
|
+
P: {};
|
|
2313
|
+
B: {};
|
|
2314
|
+
D: {};
|
|
2315
|
+
C: {};
|
|
2316
|
+
M: {};
|
|
2317
|
+
Defaults: {};
|
|
2318
|
+
}, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2319
|
+
__isFragment?: never;
|
|
2320
|
+
__isTeleport?: never;
|
|
2321
|
+
__isSuspense?: never;
|
|
2322
|
+
} & vue453.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
2323
|
+
$slots: {
|
|
2324
|
+
default: (props: PaginationItemSlotProps) => any;
|
|
2325
|
+
};
|
|
2326
|
+
});
|
|
2327
|
+
/**
|
|
2328
|
+
* Navigation button that jumps to the first page. Automatically
|
|
2329
|
+
* disables when already on the first page.
|
|
2330
|
+
*
|
|
2331
|
+
* @see https://0.vuetifyjs.com/components/pagination#paginationfirst
|
|
2332
|
+
*
|
|
2333
|
+
* @example
|
|
2334
|
+
* ```vue
|
|
2335
|
+
* <script lang="ts" setup>
|
|
2336
|
+
* import { Pagination } from '@vuetify/v0'
|
|
2337
|
+
* </script>
|
|
2338
|
+
*
|
|
2339
|
+
* <template>
|
|
2340
|
+
* <Pagination.First>First</Pagination.First>
|
|
2341
|
+
*
|
|
2342
|
+
* <!-- With slot props -->
|
|
2343
|
+
* <Pagination.First v-slot="{ isDisabled }">
|
|
2344
|
+
* <span :class="{ 'opacity-50': isDisabled }">«</span>
|
|
2345
|
+
* </Pagination.First>
|
|
2346
|
+
*
|
|
2347
|
+
* <!-- With data attributes -->
|
|
2348
|
+
* <Pagination.First class="data-[disabled]:opacity-50">
|
|
2349
|
+
* First
|
|
2350
|
+
* </Pagination.First>
|
|
2351
|
+
* </template>
|
|
2352
|
+
* ```
|
|
2353
|
+
*/
|
|
2354
|
+
First: {
|
|
2355
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
2356
|
+
P: {};
|
|
2357
|
+
B: {};
|
|
2358
|
+
D: {};
|
|
2359
|
+
C: {};
|
|
2360
|
+
M: {};
|
|
2361
|
+
Defaults: {};
|
|
2362
|
+
}, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2363
|
+
__isFragment?: never;
|
|
2364
|
+
__isTeleport?: never;
|
|
2365
|
+
__isSuspense?: never;
|
|
2366
|
+
} & vue453.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
2367
|
+
$slots: {
|
|
2368
|
+
default: (props: PaginationFirstSlotProps) => any;
|
|
2369
|
+
};
|
|
2370
|
+
});
|
|
2371
|
+
/**
|
|
2372
|
+
* Navigation button that moves to the previous page. Automatically
|
|
2373
|
+
* disables when already on the first page.
|
|
2374
|
+
*
|
|
2375
|
+
* @see https://0.vuetifyjs.com/components/pagination#paginationprev
|
|
2376
|
+
*
|
|
2377
|
+
* @example
|
|
2378
|
+
* ```vue
|
|
2379
|
+
* <script lang="ts" setup>
|
|
2380
|
+
* import { Pagination } from '@vuetify/v0'
|
|
2381
|
+
* </script>
|
|
2382
|
+
*
|
|
2383
|
+
* <template>
|
|
2384
|
+
* <Pagination.Prev>Prev</Pagination.Prev>
|
|
2385
|
+
*
|
|
2386
|
+
* <!-- With slot props -->
|
|
2387
|
+
* <Pagination.Prev v-slot="{ isDisabled }">
|
|
2388
|
+
* <span :class="{ 'opacity-50': isDisabled }">‹</span>
|
|
2389
|
+
* </Pagination.Prev>
|
|
2390
|
+
*
|
|
2391
|
+
* <!-- With data attributes -->
|
|
2392
|
+
* <Pagination.Prev class="data-[disabled]:opacity-50">
|
|
2393
|
+
* Prev
|
|
2394
|
+
* </Pagination.Prev>
|
|
2395
|
+
* </template>
|
|
2396
|
+
* ```
|
|
2397
|
+
*/
|
|
2398
|
+
Prev: {
|
|
2399
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
2400
|
+
P: {};
|
|
2401
|
+
B: {};
|
|
2402
|
+
D: {};
|
|
2403
|
+
C: {};
|
|
2404
|
+
M: {};
|
|
2405
|
+
Defaults: {};
|
|
2406
|
+
}, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2407
|
+
__isFragment?: never;
|
|
2408
|
+
__isTeleport?: never;
|
|
2409
|
+
__isSuspense?: never;
|
|
2410
|
+
} & vue453.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
2411
|
+
$slots: {
|
|
2412
|
+
default: (props: PaginationPrevSlotProps) => any;
|
|
2413
|
+
};
|
|
2414
|
+
});
|
|
2415
|
+
/**
|
|
2416
|
+
* Visual indicator for omitted page numbers. Hidden from screen
|
|
2417
|
+
* readers via aria-hidden. Inherits ellipsis character from Root
|
|
2418
|
+
* or can be overridden via prop.
|
|
1709
2419
|
*
|
|
1710
|
-
* @see https://0.vuetifyjs.com/components/pagination
|
|
2420
|
+
* @see https://0.vuetifyjs.com/components/pagination#paginationellipsis
|
|
1711
2421
|
*
|
|
1712
2422
|
* @example
|
|
1713
2423
|
* ```vue
|
|
@@ -1716,57 +2426,36 @@ declare const Pagination: {
|
|
|
1716
2426
|
* </script>
|
|
1717
2427
|
*
|
|
1718
2428
|
* <template>
|
|
1719
|
-
*
|
|
1720
|
-
*
|
|
1721
|
-
*
|
|
1722
|
-
* <Pagination.Prev />
|
|
1723
|
-
*
|
|
1724
|
-
* <template v-for="item in items" :key="item.value">
|
|
1725
|
-
* <Pagination.Item v-if="item.type === 'page'" :value="item.value" />
|
|
1726
|
-
*
|
|
1727
|
-
* <Pagination.Ellipsis v-else />
|
|
1728
|
-
* </template>
|
|
1729
|
-
*
|
|
1730
|
-
* <Pagination.Next />
|
|
2429
|
+
* <!-- Uses default "..." from Root -->
|
|
2430
|
+
* <Pagination.Ellipsis />
|
|
1731
2431
|
*
|
|
1732
|
-
*
|
|
1733
|
-
*
|
|
2432
|
+
* <!-- Override ellipsis character -->
|
|
2433
|
+
* <Pagination.Ellipsis ellipsis="…" />
|
|
1734
2434
|
* </template>
|
|
1735
2435
|
* ```
|
|
1736
2436
|
*/
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
renderless?: boolean | undefined;
|
|
1753
|
-
modelValue?: number | undefined;
|
|
1754
|
-
} & vue379.PublicProps & (typeof globalThis extends {
|
|
1755
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
1756
|
-
} ? P : {});
|
|
1757
|
-
expose: (exposed: {}) => void;
|
|
1758
|
-
attrs: any;
|
|
1759
|
-
slots: {
|
|
1760
|
-
default: (props: PaginationRootSlotProps) => any;
|
|
2437
|
+
Ellipsis: {
|
|
2438
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
2439
|
+
P: {};
|
|
2440
|
+
B: {};
|
|
2441
|
+
D: {};
|
|
2442
|
+
C: {};
|
|
2443
|
+
M: {};
|
|
2444
|
+
Defaults: {};
|
|
2445
|
+
}, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2446
|
+
__isFragment?: never;
|
|
2447
|
+
__isTeleport?: never;
|
|
2448
|
+
__isSuspense?: never;
|
|
2449
|
+
} & vue453.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
2450
|
+
$slots: {
|
|
2451
|
+
default: (props: PaginationEllipsisSlotProps) => any;
|
|
1761
2452
|
};
|
|
1762
|
-
|
|
1763
|
-
}>) => vue379.VNode & {
|
|
1764
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1765
|
-
};
|
|
2453
|
+
});
|
|
1766
2454
|
/**
|
|
1767
|
-
*
|
|
2455
|
+
* Navigation button that moves to the next page. Automatically
|
|
2456
|
+
* disables when already on the last page.
|
|
1768
2457
|
*
|
|
1769
|
-
* @see https://0.vuetifyjs.com/components/pagination#
|
|
2458
|
+
* @see https://0.vuetifyjs.com/components/pagination#paginationnext
|
|
1770
2459
|
*
|
|
1771
2460
|
* @example
|
|
1772
2461
|
* ```vue
|
|
@@ -1775,37 +2464,42 @@ declare const Pagination: {
|
|
|
1775
2464
|
* </script>
|
|
1776
2465
|
*
|
|
1777
2466
|
* <template>
|
|
1778
|
-
* <Pagination.
|
|
2467
|
+
* <Pagination.Next>Next</Pagination.Next>
|
|
1779
2468
|
*
|
|
1780
2469
|
* <!-- With slot props -->
|
|
1781
|
-
* <Pagination.
|
|
1782
|
-
* <span :class="{ '
|
|
1783
|
-
* </Pagination.
|
|
2470
|
+
* <Pagination.Next v-slot="{ isDisabled }">
|
|
2471
|
+
* <span :class="{ 'opacity-50': isDisabled }">›</span>
|
|
2472
|
+
* </Pagination.Next>
|
|
2473
|
+
*
|
|
2474
|
+
* <!-- With data attributes -->
|
|
2475
|
+
* <Pagination.Next class="data-[disabled]:opacity-50">
|
|
2476
|
+
* Next
|
|
2477
|
+
* </Pagination.Next>
|
|
1784
2478
|
* </template>
|
|
1785
2479
|
* ```
|
|
1786
2480
|
*/
|
|
1787
|
-
|
|
1788
|
-
new (...args: any[]):
|
|
2481
|
+
Next: {
|
|
2482
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1789
2483
|
P: {};
|
|
1790
2484
|
B: {};
|
|
1791
2485
|
D: {};
|
|
1792
2486
|
C: {};
|
|
1793
2487
|
M: {};
|
|
1794
2488
|
Defaults: {};
|
|
1795
|
-
}, Readonly<
|
|
2489
|
+
}, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1796
2490
|
__isFragment?: never;
|
|
1797
2491
|
__isTeleport?: never;
|
|
1798
2492
|
__isSuspense?: never;
|
|
1799
|
-
} &
|
|
2493
|
+
} & vue453.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1800
2494
|
$slots: {
|
|
1801
|
-
default: (props:
|
|
2495
|
+
default: (props: PaginationNextSlotProps) => any;
|
|
1802
2496
|
};
|
|
1803
2497
|
});
|
|
1804
2498
|
/**
|
|
1805
|
-
* Navigation button that jumps to the
|
|
1806
|
-
* disables when already on the
|
|
2499
|
+
* Navigation button that jumps to the last page. Automatically
|
|
2500
|
+
* disables when already on the last page.
|
|
1807
2501
|
*
|
|
1808
|
-
* @see https://0.vuetifyjs.com/components/pagination#
|
|
2502
|
+
* @see https://0.vuetifyjs.com/components/pagination#paginationlast
|
|
1809
2503
|
*
|
|
1810
2504
|
* @example
|
|
1811
2505
|
* ```vue
|
|
@@ -1814,488 +2508,898 @@ declare const Pagination: {
|
|
|
1814
2508
|
* </script>
|
|
1815
2509
|
*
|
|
1816
2510
|
* <template>
|
|
1817
|
-
* <Pagination.
|
|
2511
|
+
* <Pagination.Last>Last</Pagination.Last>
|
|
1818
2512
|
*
|
|
1819
2513
|
* <!-- With slot props -->
|
|
1820
|
-
* <Pagination.
|
|
1821
|
-
* <span :class="{ 'opacity-50': isDisabled }"
|
|
1822
|
-
* </Pagination.
|
|
2514
|
+
* <Pagination.Last v-slot="{ isDisabled }">
|
|
2515
|
+
* <span :class="{ 'opacity-50': isDisabled }">»</span>
|
|
2516
|
+
* </Pagination.Last>
|
|
1823
2517
|
*
|
|
1824
2518
|
* <!-- With data attributes -->
|
|
1825
|
-
* <Pagination.
|
|
1826
|
-
*
|
|
1827
|
-
* </Pagination.
|
|
2519
|
+
* <Pagination.Last class="data-[disabled]:opacity-50">
|
|
2520
|
+
* Last
|
|
2521
|
+
* </Pagination.Last>
|
|
1828
2522
|
* </template>
|
|
1829
2523
|
* ```
|
|
1830
2524
|
*/
|
|
1831
|
-
|
|
1832
|
-
new (...args: any[]):
|
|
2525
|
+
Last: {
|
|
2526
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1833
2527
|
P: {};
|
|
1834
2528
|
B: {};
|
|
1835
2529
|
D: {};
|
|
1836
2530
|
C: {};
|
|
1837
2531
|
M: {};
|
|
1838
2532
|
Defaults: {};
|
|
1839
|
-
}, Readonly<
|
|
2533
|
+
}, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1840
2534
|
__isFragment?: never;
|
|
1841
2535
|
__isTeleport?: never;
|
|
1842
2536
|
__isSuspense?: never;
|
|
1843
|
-
} &
|
|
2537
|
+
} & vue453.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1844
2538
|
$slots: {
|
|
1845
|
-
default: (props:
|
|
2539
|
+
default: (props: PaginationLastSlotProps) => any;
|
|
1846
2540
|
};
|
|
1847
2541
|
});
|
|
1848
2542
|
/**
|
|
1849
|
-
*
|
|
1850
|
-
*
|
|
2543
|
+
* Visually-hidden live region that announces page changes to screen
|
|
2544
|
+
* readers. Should be styled with sr-only/visually-hidden CSS.
|
|
1851
2545
|
*
|
|
1852
|
-
* @see https://0.vuetifyjs.com/components/pagination#
|
|
2546
|
+
* @see https://0.vuetifyjs.com/components/pagination#paginationstatus
|
|
2547
|
+
*
|
|
2548
|
+
* @example
|
|
2549
|
+
* ```vue
|
|
2550
|
+
* <script lang="ts" setup>
|
|
2551
|
+
* import { Pagination } from '@vuetify/v0'
|
|
2552
|
+
* </script>
|
|
2553
|
+
*
|
|
2554
|
+
* <template>
|
|
2555
|
+
* <Pagination.Root v-model="page" :size="100">
|
|
2556
|
+
* <Pagination.Status class="sr-only" />
|
|
2557
|
+
* <!-- other pagination items -->
|
|
2558
|
+
* </Pagination.Root>
|
|
2559
|
+
* </template>
|
|
2560
|
+
* ```
|
|
2561
|
+
*/
|
|
2562
|
+
Status: {
|
|
2563
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
2564
|
+
P: {};
|
|
2565
|
+
B: {};
|
|
2566
|
+
D: {};
|
|
2567
|
+
C: {};
|
|
2568
|
+
M: {};
|
|
2569
|
+
Defaults: {};
|
|
2570
|
+
}, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2571
|
+
__isFragment?: never;
|
|
2572
|
+
__isTeleport?: never;
|
|
2573
|
+
__isSuspense?: never;
|
|
2574
|
+
} & vue453.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
2575
|
+
$slots: {
|
|
2576
|
+
default: (props: PaginationStatusSlotProps) => any;
|
|
2577
|
+
};
|
|
2578
|
+
});
|
|
2579
|
+
};
|
|
2580
|
+
//#endregion
|
|
2581
|
+
//#region src/components/Popover/PopoverRoot.vue.d.ts
|
|
2582
|
+
interface PopoverContext {
|
|
2583
|
+
isSelected: ShallowRef<boolean>;
|
|
2584
|
+
id: string;
|
|
2585
|
+
toggle: () => void;
|
|
2586
|
+
}
|
|
2587
|
+
interface PopoverRootProps extends AtomProps {
|
|
2588
|
+
/** Unique identifier for the popover (auto-generated if not provided) */
|
|
2589
|
+
id?: string;
|
|
2590
|
+
}
|
|
2591
|
+
interface PopoverRootSlotProps {
|
|
2592
|
+
/** Unique identifier */
|
|
2593
|
+
id: string;
|
|
2594
|
+
/** Whether the popover is currently open */
|
|
2595
|
+
isSelected: boolean;
|
|
2596
|
+
/** Toggle the popover open/closed state */
|
|
2597
|
+
toggle: () => void;
|
|
2598
|
+
}
|
|
2599
|
+
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue453.App) => PopoverContext;
|
|
2600
|
+
declare const __VLS_export$12: __VLS_WithSlots$3<vue453.DefineComponent<PopoverRootProps & {
|
|
2601
|
+
modelValue?: boolean;
|
|
2602
|
+
}, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
2603
|
+
"update:modelValue": (value: boolean) => any;
|
|
2604
|
+
}, string, vue453.PublicProps, Readonly<PopoverRootProps & {
|
|
2605
|
+
modelValue?: boolean;
|
|
2606
|
+
}> & Readonly<{
|
|
2607
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2608
|
+
}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
2609
|
+
default: (props: PopoverRootSlotProps) => any;
|
|
2610
|
+
}>;
|
|
2611
|
+
declare const _default$12: typeof __VLS_export$12;
|
|
2612
|
+
type __VLS_WithSlots$3<T, S> = T & {
|
|
2613
|
+
new (): {
|
|
2614
|
+
$slots: S;
|
|
2615
|
+
};
|
|
2616
|
+
};
|
|
2617
|
+
//#endregion
|
|
2618
|
+
//#region src/components/Popover/PopoverActivator.vue.d.ts
|
|
2619
|
+
interface PopoverActivatorProps extends AtomProps {
|
|
2620
|
+
/** Target popover ID (defaults to parent PopoverRoot id) */
|
|
2621
|
+
target?: string;
|
|
2622
|
+
}
|
|
2623
|
+
interface PopoverActivatorSlotProps {
|
|
2624
|
+
/** Whether the popover is currently open */
|
|
2625
|
+
isOpen: boolean;
|
|
2626
|
+
/** Attributes to bind to the anchor element */
|
|
2627
|
+
attrs: {
|
|
2628
|
+
'popovertarget': string;
|
|
2629
|
+
'type': 'button' | undefined;
|
|
2630
|
+
'data-popover-open': '' | undefined;
|
|
2631
|
+
};
|
|
2632
|
+
}
|
|
2633
|
+
declare const __VLS_export$11: __VLS_WithSlots$2<vue453.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
2634
|
+
default: (props: PopoverActivatorSlotProps) => any;
|
|
2635
|
+
}>;
|
|
2636
|
+
declare const _default$10: typeof __VLS_export$11;
|
|
2637
|
+
type __VLS_WithSlots$2<T, S> = T & {
|
|
2638
|
+
new (): {
|
|
2639
|
+
$slots: S;
|
|
2640
|
+
};
|
|
2641
|
+
};
|
|
2642
|
+
//#endregion
|
|
2643
|
+
//#region src/components/Popover/PopoverContent.vue.d.ts
|
|
2644
|
+
interface PopoverContentProps extends AtomProps {
|
|
2645
|
+
/** Unique identifier (defaults to parent PopoverRoot id) */
|
|
2646
|
+
id?: string;
|
|
2647
|
+
/** CSS position-area value for anchor positioning */
|
|
2648
|
+
positionArea?: string;
|
|
2649
|
+
/** CSS position-try value for fallback positioning */
|
|
2650
|
+
positionTry?: string;
|
|
2651
|
+
}
|
|
2652
|
+
interface PopoverContentEmits {
|
|
2653
|
+
beforetoggle: [e: ToggleEvent];
|
|
2654
|
+
}
|
|
2655
|
+
interface PopoverContentSlotProps {
|
|
2656
|
+
/** Whether the popover is currently open */
|
|
2657
|
+
isOpen: boolean;
|
|
2658
|
+
/** Attributes to bind to the content element */
|
|
2659
|
+
attrs: {
|
|
2660
|
+
id: string;
|
|
2661
|
+
popover: '';
|
|
2662
|
+
};
|
|
2663
|
+
}
|
|
2664
|
+
declare const __VLS_export$10: __VLS_WithSlots$1<vue453.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
2665
|
+
beforetoggle: (e: ToggleEvent) => any;
|
|
2666
|
+
}, string, vue453.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
2667
|
+
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2668
|
+
}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
2669
|
+
default: (props: PopoverContentSlotProps) => any;
|
|
2670
|
+
}>;
|
|
2671
|
+
declare const _default$11: typeof __VLS_export$10;
|
|
2672
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
2673
|
+
new (): {
|
|
2674
|
+
$slots: S;
|
|
2675
|
+
};
|
|
2676
|
+
};
|
|
2677
|
+
//#endregion
|
|
2678
|
+
//#region src/components/Popover/index.d.ts
|
|
2679
|
+
/**
|
|
2680
|
+
* Popover component with sub-components for building popovers.
|
|
2681
|
+
*
|
|
2682
|
+
* @see https://0.vuetifyjs.com/components/popover
|
|
2683
|
+
*/
|
|
2684
|
+
declare const Popover: {
|
|
2685
|
+
/**
|
|
2686
|
+
* Root component for popovers.
|
|
2687
|
+
*
|
|
2688
|
+
* @see https://0.vuetifyjs.com/components/popover
|
|
1853
2689
|
*
|
|
1854
2690
|
* @example
|
|
1855
2691
|
* ```vue
|
|
1856
2692
|
* <script lang="ts" setup>
|
|
1857
|
-
* import {
|
|
2693
|
+
* import { Popover } from '@vuetify/v0'
|
|
1858
2694
|
* </script>
|
|
1859
2695
|
*
|
|
1860
2696
|
* <template>
|
|
1861
|
-
* <
|
|
1862
|
-
*
|
|
1863
|
-
*
|
|
1864
|
-
*
|
|
1865
|
-
* <span :class="{ 'opacity-50': isDisabled }">‹</span>
|
|
1866
|
-
* </Pagination.Prev>
|
|
2697
|
+
* <Popover.Root>
|
|
2698
|
+
* <Popover.Activator>
|
|
2699
|
+
* Click to toggle
|
|
2700
|
+
* </Popover.Activator>
|
|
1867
2701
|
*
|
|
1868
|
-
*
|
|
1869
|
-
*
|
|
1870
|
-
*
|
|
1871
|
-
*
|
|
2702
|
+
* <Popover.Content>
|
|
2703
|
+
* Popover content goes here.
|
|
2704
|
+
* </Popover.Content>
|
|
2705
|
+
* </Popover.Root>
|
|
1872
2706
|
* </template>
|
|
1873
2707
|
* ```
|
|
1874
2708
|
*/
|
|
1875
|
-
|
|
1876
|
-
new (...args: any[]):
|
|
2709
|
+
Root: {
|
|
2710
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
2711
|
+
modelValue?: boolean;
|
|
2712
|
+
}> & Readonly<{
|
|
2713
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2714
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
2715
|
+
"update:modelValue": (value: boolean) => any;
|
|
2716
|
+
}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1877
2717
|
P: {};
|
|
1878
2718
|
B: {};
|
|
1879
2719
|
D: {};
|
|
1880
2720
|
C: {};
|
|
1881
2721
|
M: {};
|
|
1882
2722
|
Defaults: {};
|
|
1883
|
-
}, Readonly<
|
|
2723
|
+
}, Readonly<PopoverRootProps & {
|
|
2724
|
+
modelValue?: boolean;
|
|
2725
|
+
}> & Readonly<{
|
|
2726
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2727
|
+
}>, {}, {}, {}, {}, {}>;
|
|
1884
2728
|
__isFragment?: never;
|
|
1885
2729
|
__isTeleport?: never;
|
|
1886
2730
|
__isSuspense?: never;
|
|
1887
|
-
} &
|
|
2731
|
+
} & vue453.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
2732
|
+
modelValue?: boolean;
|
|
2733
|
+
}> & Readonly<{
|
|
2734
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2735
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
2736
|
+
"update:modelValue": (value: boolean) => any;
|
|
2737
|
+
}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1888
2738
|
$slots: {
|
|
1889
|
-
default: (props:
|
|
2739
|
+
default: (props: PopoverRootSlotProps) => any;
|
|
1890
2740
|
};
|
|
1891
2741
|
});
|
|
1892
2742
|
/**
|
|
1893
|
-
*
|
|
1894
|
-
* readers via aria-hidden. Inherits ellipsis character from Root
|
|
1895
|
-
* or can be overridden via prop.
|
|
2743
|
+
* Activator component that opens the popover.
|
|
1896
2744
|
*
|
|
1897
|
-
* @see https://0.vuetifyjs.com/components/
|
|
2745
|
+
* @see https://0.vuetifyjs.com/components/popover#popoveractivator
|
|
1898
2746
|
*
|
|
1899
2747
|
* @example
|
|
1900
2748
|
* ```vue
|
|
1901
2749
|
* <script lang="ts" setup>
|
|
1902
|
-
* import {
|
|
2750
|
+
* import { Popover } from '@vuetify/v0'
|
|
1903
2751
|
* </script>
|
|
1904
2752
|
*
|
|
1905
2753
|
* <template>
|
|
1906
|
-
*
|
|
1907
|
-
*
|
|
1908
|
-
*
|
|
1909
|
-
* <!-- Override ellipsis character -->
|
|
1910
|
-
* <Pagination.Ellipsis ellipsis="…" />
|
|
2754
|
+
* <Popover.Activator>
|
|
2755
|
+
* Click to toggle
|
|
2756
|
+
* </Popover.Activator>
|
|
1911
2757
|
* </template>
|
|
1912
2758
|
* ```
|
|
1913
2759
|
*/
|
|
1914
|
-
|
|
1915
|
-
new (...args: any[]):
|
|
2760
|
+
Activator: {
|
|
2761
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1916
2762
|
P: {};
|
|
1917
2763
|
B: {};
|
|
1918
2764
|
D: {};
|
|
1919
2765
|
C: {};
|
|
1920
2766
|
M: {};
|
|
1921
2767
|
Defaults: {};
|
|
1922
|
-
}, Readonly<
|
|
2768
|
+
}, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1923
2769
|
__isFragment?: never;
|
|
1924
2770
|
__isTeleport?: never;
|
|
1925
2771
|
__isSuspense?: never;
|
|
1926
|
-
} &
|
|
2772
|
+
} & vue453.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1927
2773
|
$slots: {
|
|
1928
|
-
default: (props:
|
|
2774
|
+
default: (props: PopoverActivatorSlotProps) => any;
|
|
1929
2775
|
};
|
|
1930
2776
|
});
|
|
1931
2777
|
/**
|
|
1932
|
-
*
|
|
1933
|
-
* disables when already on the last page.
|
|
2778
|
+
* Component for the content section of a popover.
|
|
1934
2779
|
*
|
|
1935
|
-
* @see https://0.vuetifyjs.com/components/
|
|
2780
|
+
* @see https://0.vuetifyjs.com/components/popover#popovercontent
|
|
1936
2781
|
*
|
|
1937
2782
|
* @example
|
|
1938
2783
|
* ```vue
|
|
1939
2784
|
* <script lang="ts" setup>
|
|
1940
|
-
* import {
|
|
2785
|
+
* import { Popover } from '@vuetify/v0'
|
|
1941
2786
|
* </script>
|
|
1942
2787
|
*
|
|
1943
2788
|
* <template>
|
|
1944
|
-
* <
|
|
1945
|
-
*
|
|
1946
|
-
*
|
|
1947
|
-
* <Pagination.Next v-slot="{ isDisabled }">
|
|
1948
|
-
* <span :class="{ 'opacity-50': isDisabled }">›</span>
|
|
1949
|
-
* </Pagination.Next>
|
|
1950
|
-
*
|
|
1951
|
-
* <!-- With data attributes -->
|
|
1952
|
-
* <Pagination.Next class="data-[disabled]:opacity-50">
|
|
1953
|
-
* Next
|
|
1954
|
-
* </Pagination.Next>
|
|
2789
|
+
* <Popover.Content>
|
|
2790
|
+
* Popover content goes here.
|
|
2791
|
+
* </Popover.Content>
|
|
1955
2792
|
* </template>
|
|
1956
2793
|
* ```
|
|
1957
2794
|
*/
|
|
1958
|
-
|
|
1959
|
-
new (...args: any[]):
|
|
2795
|
+
Content: {
|
|
2796
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
2797
|
+
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2798
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
2799
|
+
beforetoggle: (e: ToggleEvent) => any;
|
|
2800
|
+
}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
1960
2801
|
P: {};
|
|
1961
2802
|
B: {};
|
|
1962
2803
|
D: {};
|
|
1963
2804
|
C: {};
|
|
1964
2805
|
M: {};
|
|
1965
2806
|
Defaults: {};
|
|
1966
|
-
}, Readonly<
|
|
2807
|
+
}, Readonly<PopoverContentProps> & Readonly<{
|
|
2808
|
+
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2809
|
+
}>, {}, {}, {}, {}, {}>;
|
|
1967
2810
|
__isFragment?: never;
|
|
1968
2811
|
__isTeleport?: never;
|
|
1969
2812
|
__isSuspense?: never;
|
|
1970
|
-
} &
|
|
2813
|
+
} & vue453.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
2814
|
+
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2815
|
+
}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {
|
|
2816
|
+
beforetoggle: (e: ToggleEvent) => any;
|
|
2817
|
+
}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
1971
2818
|
$slots: {
|
|
1972
|
-
default: (props:
|
|
2819
|
+
default: (props: PopoverContentSlotProps) => any;
|
|
1973
2820
|
};
|
|
1974
2821
|
});
|
|
2822
|
+
};
|
|
2823
|
+
//#endregion
|
|
2824
|
+
//#region src/components/Radio/RadioGroup.vue.d.ts
|
|
2825
|
+
/** Ticket for radio items with element reference for focus management */
|
|
2826
|
+
interface RadioTicket extends SingleTicket {
|
|
2827
|
+
/** Element reference for roving tabindex focus management */
|
|
2828
|
+
el?: MaybeRef<HTMLElement | null | undefined>;
|
|
2829
|
+
}
|
|
2830
|
+
interface RadioGroupContext extends SingleContext<RadioTicket> {
|
|
2831
|
+
/** Form field name shared by all radios in the group */
|
|
2832
|
+
name?: string;
|
|
2833
|
+
}
|
|
2834
|
+
interface RadioGroupProps extends AtomProps {
|
|
2835
|
+
/** Namespace for dependency injection */
|
|
2836
|
+
namespace?: string;
|
|
1975
2837
|
/**
|
|
1976
|
-
*
|
|
1977
|
-
* disables when already on the last page.
|
|
1978
|
-
*
|
|
1979
|
-
* @see https://0.vuetifyjs.com/components/pagination#paginationlast
|
|
2838
|
+
* Disables the entire radio group
|
|
1980
2839
|
*
|
|
1981
2840
|
* @example
|
|
1982
2841
|
* ```vue
|
|
1983
|
-
* <
|
|
1984
|
-
*
|
|
1985
|
-
* </
|
|
2842
|
+
* <template>
|
|
2843
|
+
* <Radio.Group disabled>
|
|
2844
|
+
* <Radio.Root value="a">Option A</Radio.Root>
|
|
2845
|
+
* </Radio.Group>
|
|
2846
|
+
* </template>
|
|
2847
|
+
* ```
|
|
2848
|
+
*/
|
|
2849
|
+
disabled?: boolean;
|
|
2850
|
+
/**
|
|
2851
|
+
* Auto-selects the first non-disabled item on mount.
|
|
2852
|
+
* Radio groups are inherently mandatory (selection can only be changed, not cleared),
|
|
2853
|
+
* so `mandatory="force"` is the only meaningful option.
|
|
1986
2854
|
*
|
|
2855
|
+
* @example
|
|
2856
|
+
* ```vue
|
|
1987
2857
|
* <template>
|
|
1988
|
-
* <
|
|
2858
|
+
* <Radio.Group v-model="selected" mandatory="force">
|
|
2859
|
+
* <Radio.Root value="small">Small</Radio.Root>
|
|
2860
|
+
* <Radio.Root value="medium">Medium</Radio.Root>
|
|
2861
|
+
* </Radio.Group>
|
|
2862
|
+
* </template>
|
|
2863
|
+
* ```
|
|
2864
|
+
*/
|
|
2865
|
+
mandatory?: boolean | 'force';
|
|
2866
|
+
/**
|
|
2867
|
+
* Accessible name for the group
|
|
1989
2868
|
*
|
|
1990
|
-
*
|
|
1991
|
-
*
|
|
1992
|
-
*
|
|
1993
|
-
*
|
|
2869
|
+
* @example
|
|
2870
|
+
* ```vue
|
|
2871
|
+
* <template>
|
|
2872
|
+
* <Radio.Group label="Select size">
|
|
2873
|
+
* <Radio.Root value="s">Small</Radio.Root>
|
|
2874
|
+
* <Radio.Root value="m">Medium</Radio.Root>
|
|
2875
|
+
* </Radio.Group>
|
|
2876
|
+
* </template>
|
|
2877
|
+
* ```
|
|
2878
|
+
*/
|
|
2879
|
+
label?: string;
|
|
2880
|
+
/** ID of element that labels this group */
|
|
2881
|
+
ariaLabelledby?: string;
|
|
2882
|
+
/** ID of element that describes this group */
|
|
2883
|
+
ariaDescribedby?: string;
|
|
2884
|
+
/** Whether a selection is required before form submission */
|
|
2885
|
+
ariaRequired?: boolean;
|
|
2886
|
+
/**
|
|
2887
|
+
* Form field name - enables native form submission for all radios in group
|
|
1994
2888
|
*
|
|
1995
|
-
*
|
|
1996
|
-
*
|
|
1997
|
-
*
|
|
1998
|
-
*
|
|
2889
|
+
* @example
|
|
2890
|
+
* ```vue
|
|
2891
|
+
* <template>
|
|
2892
|
+
* <Radio.Group v-model="size" name="product_size">
|
|
2893
|
+
* <Radio.Root value="small">Small</Radio.Root>
|
|
2894
|
+
* <Radio.Root value="large">Large</Radio.Root>
|
|
2895
|
+
* </Radio.Group>
|
|
1999
2896
|
* </template>
|
|
2000
2897
|
* ```
|
|
2001
2898
|
*/
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2899
|
+
name?: string;
|
|
2900
|
+
}
|
|
2901
|
+
interface RadioGroupSlotProps {
|
|
2902
|
+
/** Whether the radio group is disabled */
|
|
2903
|
+
isDisabled: boolean;
|
|
2904
|
+
/** Whether no items are currently selected */
|
|
2905
|
+
isNoneSelected: boolean;
|
|
2906
|
+
/** Attributes to bind to the root element */
|
|
2907
|
+
attrs: {
|
|
2908
|
+
'role': 'radiogroup';
|
|
2909
|
+
'aria-label': string | undefined;
|
|
2910
|
+
'aria-labelledby': string | undefined;
|
|
2911
|
+
'aria-describedby': string | undefined;
|
|
2912
|
+
'aria-required': boolean | undefined;
|
|
2913
|
+
};
|
|
2914
|
+
}
|
|
2915
|
+
declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue453.App) => RadioGroupContext;
|
|
2916
|
+
declare const __VLS_export$9: <T = 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<{
|
|
2917
|
+
props: __VLS_PrettifyLocal$7<(RadioGroupProps & {
|
|
2918
|
+
modelValue?: T;
|
|
2919
|
+
}) & {
|
|
2920
|
+
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
2921
|
+
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
2922
|
+
}> & vue453.PublicProps;
|
|
2923
|
+
expose: (exposed: {}) => void;
|
|
2924
|
+
attrs: any;
|
|
2925
|
+
slots: {
|
|
2926
|
+
/**
|
|
2927
|
+
* Default slot with group state and ARIA attributes
|
|
2928
|
+
*
|
|
2929
|
+
* @example
|
|
2930
|
+
* ```vue
|
|
2931
|
+
* <template>
|
|
2932
|
+
* <Radio.Group v-slot="{ isNoneSelected, attrs }">
|
|
2933
|
+
* <div v-bind="attrs">
|
|
2934
|
+
* <p v-if="isNoneSelected">Please select an option</p>
|
|
2935
|
+
* <Radio.Root value="a">Option A</Radio.Root>
|
|
2936
|
+
* </div>
|
|
2937
|
+
* </Radio.Group>
|
|
2938
|
+
* </template>
|
|
2939
|
+
* ```
|
|
2940
|
+
*/
|
|
2941
|
+
default: (props: RadioGroupSlotProps) => any;
|
|
2942
|
+
};
|
|
2943
|
+
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
2944
|
+
}>) => vue453.VNode & {
|
|
2945
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2946
|
+
};
|
|
2947
|
+
declare const _default$6: typeof __VLS_export$9;
|
|
2948
|
+
type __VLS_PrettifyLocal$7<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2949
|
+
//#endregion
|
|
2950
|
+
//#region src/components/Radio/RadioHiddenInput.vue.d.ts
|
|
2951
|
+
interface RadioHiddenInputProps {
|
|
2952
|
+
/** Namespace for context injection from parent Radio.Root */
|
|
2953
|
+
namespace?: string;
|
|
2019
2954
|
/**
|
|
2020
|
-
*
|
|
2021
|
-
* readers. Should be styled with sr-only/visually-hidden CSS.
|
|
2955
|
+
* Form field name (defaults to context value from Radio.Group)
|
|
2022
2956
|
*
|
|
2023
|
-
* @
|
|
2957
|
+
* @example
|
|
2958
|
+
* ```vue
|
|
2959
|
+
* <template>
|
|
2960
|
+
* <Radio.Root value="a">
|
|
2961
|
+
* <Radio.HiddenInput name="choice" />
|
|
2962
|
+
* <Radio.Indicator />
|
|
2963
|
+
* </Radio.Root>
|
|
2964
|
+
* </template>
|
|
2965
|
+
* ```
|
|
2966
|
+
*/
|
|
2967
|
+
name?: string;
|
|
2968
|
+
/**
|
|
2969
|
+
* Submitted value when checked (defaults to context value or 'on').
|
|
2970
|
+
* Use to override the Radio.Root value for form submission.
|
|
2024
2971
|
*
|
|
2025
2972
|
* @example
|
|
2026
2973
|
* ```vue
|
|
2027
|
-
* <
|
|
2028
|
-
*
|
|
2029
|
-
*
|
|
2974
|
+
* <template>
|
|
2975
|
+
* <Radio.Root value="internal-id">
|
|
2976
|
+
* <Radio.HiddenInput name="choice" value="user-friendly-value" />
|
|
2977
|
+
* </Radio.Root>
|
|
2978
|
+
* </template>
|
|
2979
|
+
* ```
|
|
2980
|
+
*/
|
|
2981
|
+
value?: string;
|
|
2982
|
+
/**
|
|
2983
|
+
* Associate with form by ID (for inputs outside the form element)
|
|
2030
2984
|
*
|
|
2985
|
+
* @example
|
|
2986
|
+
* ```vue
|
|
2031
2987
|
* <template>
|
|
2032
|
-
* <
|
|
2033
|
-
* <
|
|
2034
|
-
*
|
|
2035
|
-
* </Pagination.Root>
|
|
2988
|
+
* <Radio.Root value="a">
|
|
2989
|
+
* <Radio.HiddenInput name="choice" form="external-form" />
|
|
2990
|
+
* </Radio.Root>
|
|
2036
2991
|
* </template>
|
|
2037
2992
|
* ```
|
|
2038
2993
|
*/
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
D: {};
|
|
2044
|
-
C: {};
|
|
2045
|
-
M: {};
|
|
2046
|
-
Defaults: {};
|
|
2047
|
-
}, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2048
|
-
__isFragment?: never;
|
|
2049
|
-
__isTeleport?: never;
|
|
2050
|
-
__isSuspense?: never;
|
|
2051
|
-
} & vue379.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
2052
|
-
$slots: {
|
|
2053
|
-
default: (props: PaginationStatusSlotProps) => any;
|
|
2054
|
-
};
|
|
2055
|
-
});
|
|
2056
|
-
};
|
|
2994
|
+
form?: string;
|
|
2995
|
+
}
|
|
2996
|
+
declare const __VLS_export$8: vue453.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>;
|
|
2997
|
+
declare const _default$7: typeof __VLS_export$8;
|
|
2057
2998
|
//#endregion
|
|
2058
|
-
//#region src/components/
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2999
|
+
//#region src/components/Radio/RadioRoot.vue.d.ts
|
|
3000
|
+
/** Visual state of the radio for styling purposes */
|
|
3001
|
+
type RadioState = 'checked' | 'unchecked';
|
|
3002
|
+
interface RadioRootContext {
|
|
3003
|
+
/** Unique identifier */
|
|
3004
|
+
readonly id: ID;
|
|
3005
|
+
/** Optional display label */
|
|
3006
|
+
readonly label?: string;
|
|
3007
|
+
/** Value associated with this radio */
|
|
3008
|
+
readonly value: unknown;
|
|
3009
|
+
/** Form field name (triggers auto hidden input when provided) */
|
|
3010
|
+
readonly name?: string;
|
|
3011
|
+
/** Associate with form by ID */
|
|
3012
|
+
readonly form?: string;
|
|
3013
|
+
/** Whether this radio is currently checked */
|
|
3014
|
+
isChecked: Readonly<Ref<boolean>>;
|
|
3015
|
+
/** Whether this radio is disabled */
|
|
3016
|
+
isDisabled: Readonly<Ref<boolean>>;
|
|
3017
|
+
/** Check this radio */
|
|
3018
|
+
select: () => void;
|
|
2063
3019
|
}
|
|
2064
|
-
interface
|
|
2065
|
-
/** Unique identifier
|
|
2066
|
-
id?:
|
|
3020
|
+
interface RadioRootProps<V = unknown> extends AtomProps {
|
|
3021
|
+
/** Unique identifier (auto-generated if not provided) */
|
|
3022
|
+
id?: ID;
|
|
3023
|
+
/** Optional display label (passed through to slot) */
|
|
3024
|
+
label?: string;
|
|
3025
|
+
/**
|
|
3026
|
+
* Value associated with this radio for group selection and form submission
|
|
3027
|
+
*
|
|
3028
|
+
* @example
|
|
3029
|
+
* ```vue
|
|
3030
|
+
* <template>
|
|
3031
|
+
* <Radio.Group v-model="size">
|
|
3032
|
+
* <Radio.Root value="small">Small</Radio.Root>
|
|
3033
|
+
* <Radio.Root value="large">Large</Radio.Root>
|
|
3034
|
+
* </Radio.Group>
|
|
3035
|
+
* </template>
|
|
3036
|
+
* ```
|
|
3037
|
+
*/
|
|
3038
|
+
value?: V;
|
|
3039
|
+
/** Form field name - triggers auto hidden input when provided */
|
|
3040
|
+
name?: string;
|
|
3041
|
+
/**
|
|
3042
|
+
* Associate with a form by ID (for radios outside the form element)
|
|
3043
|
+
*
|
|
3044
|
+
* @example
|
|
3045
|
+
* ```vue
|
|
3046
|
+
* <template>
|
|
3047
|
+
* <form id="my-form">...</form>
|
|
3048
|
+
* <Radio.Root value="a" form="my-form">Option</Radio.Root>
|
|
3049
|
+
* </template>
|
|
3050
|
+
* ```
|
|
3051
|
+
*/
|
|
3052
|
+
form?: string;
|
|
3053
|
+
/**
|
|
3054
|
+
* Disables this radio (prevents selection and keyboard focus)
|
|
3055
|
+
*
|
|
3056
|
+
* @example
|
|
3057
|
+
* ```vue
|
|
3058
|
+
* <template>
|
|
3059
|
+
* <Radio.Root value="premium" disabled>
|
|
3060
|
+
* Premium (Coming soon)
|
|
3061
|
+
* </Radio.Root>
|
|
3062
|
+
* </template>
|
|
3063
|
+
* ```
|
|
3064
|
+
*/
|
|
3065
|
+
disabled?: MaybeRef<boolean>;
|
|
3066
|
+
/** Namespace for context provision to children (Indicator, HiddenInput) */
|
|
3067
|
+
namespace?: string;
|
|
3068
|
+
/** Namespace for connecting to parent Radio.Group */
|
|
3069
|
+
groupNamespace?: string;
|
|
3070
|
+
/** ID of element that labels this radio */
|
|
3071
|
+
ariaLabelledby?: string;
|
|
3072
|
+
/** ID of element that describes this radio */
|
|
3073
|
+
ariaDescribedby?: string;
|
|
3074
|
+
/**
|
|
3075
|
+
* Marks the radio as invalid for form validation
|
|
3076
|
+
*
|
|
3077
|
+
* @example
|
|
3078
|
+
* ```vue
|
|
3079
|
+
* <template>
|
|
3080
|
+
* <Radio.Root :aria-invalid="hasError" value="a">
|
|
3081
|
+
* Option A
|
|
3082
|
+
* </Radio.Root>
|
|
3083
|
+
* </template>
|
|
3084
|
+
* ```
|
|
3085
|
+
*/
|
|
3086
|
+
ariaInvalid?: boolean;
|
|
2067
3087
|
}
|
|
2068
|
-
interface
|
|
3088
|
+
interface RadioRootSlotProps<V = unknown> {
|
|
2069
3089
|
/** Unique identifier */
|
|
2070
|
-
id:
|
|
2071
|
-
/**
|
|
2072
|
-
|
|
2073
|
-
/**
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
}, string, vue379.PublicProps, Readonly<PopoverRootProps & {
|
|
2083
|
-
modelValue?: boolean;
|
|
2084
|
-
}> & Readonly<{
|
|
2085
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2086
|
-
}>, {}, {}, {}, {}, string, vue379.ComponentProvideOptions, false, {}, any>, {
|
|
2087
|
-
default: (props: PopoverRootSlotProps) => any;
|
|
2088
|
-
}>;
|
|
2089
|
-
type __VLS_WithSlots$2<T, S> = T & {
|
|
2090
|
-
new (): {
|
|
2091
|
-
$slots: S;
|
|
2092
|
-
};
|
|
2093
|
-
};
|
|
2094
|
-
//#endregion
|
|
2095
|
-
//#region src/components/Popover/PopoverActivator.vue.d.ts
|
|
2096
|
-
interface PopoverActivatorProps extends AtomProps {
|
|
2097
|
-
/** Target popover ID (defaults to parent PopoverRoot id) */
|
|
2098
|
-
target?: string;
|
|
2099
|
-
}
|
|
2100
|
-
interface PopoverActivatorSlotProps {
|
|
2101
|
-
/** Whether the popover is currently open */
|
|
2102
|
-
isOpen: boolean;
|
|
2103
|
-
/** Attributes to bind to the anchor element */
|
|
3090
|
+
id: ID;
|
|
3091
|
+
/** Optional display label */
|
|
3092
|
+
label?: string;
|
|
3093
|
+
/** Value associated with this radio */
|
|
3094
|
+
value: V | undefined;
|
|
3095
|
+
/** Whether this radio is currently checked */
|
|
3096
|
+
isChecked: boolean;
|
|
3097
|
+
/** Whether this radio is disabled */
|
|
3098
|
+
isDisabled: boolean;
|
|
3099
|
+
/** Check this radio */
|
|
3100
|
+
select: () => void;
|
|
3101
|
+
/** Attributes to bind to the radio element */
|
|
2104
3102
|
attrs: {
|
|
2105
|
-
'popovertarget': string;
|
|
2106
3103
|
'type': 'button' | undefined;
|
|
2107
|
-
'
|
|
3104
|
+
'role': 'radio';
|
|
3105
|
+
'aria-checked': boolean;
|
|
3106
|
+
'aria-disabled': boolean | undefined;
|
|
3107
|
+
'aria-label': string | undefined;
|
|
3108
|
+
'aria-labelledby': string | undefined;
|
|
3109
|
+
'aria-describedby': string | undefined;
|
|
3110
|
+
'aria-invalid': boolean | undefined;
|
|
3111
|
+
'tabindex': 0 | -1;
|
|
3112
|
+
'data-state': RadioState;
|
|
3113
|
+
'data-disabled': true | undefined;
|
|
3114
|
+
'data-radio-id': ID;
|
|
2108
3115
|
};
|
|
2109
3116
|
}
|
|
2110
|
-
declare const
|
|
2111
|
-
declare const __VLS_export$7:
|
|
2112
|
-
|
|
2113
|
-
}
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
3117
|
+
declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue453.App) => RadioRootContext;
|
|
3118
|
+
declare const __VLS_export$7: <V = 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<{
|
|
3119
|
+
props: __VLS_PrettifyLocal$6<RadioRootProps<V>> & vue453.PublicProps;
|
|
3120
|
+
expose: (exposed: {}) => void;
|
|
3121
|
+
attrs: any;
|
|
3122
|
+
slots: {
|
|
3123
|
+
/**
|
|
3124
|
+
* Default slot with radio state, actions, and ARIA attributes
|
|
3125
|
+
*
|
|
3126
|
+
* @example
|
|
3127
|
+
* ```vue
|
|
3128
|
+
* <template>
|
|
3129
|
+
* <Radio.Root v-slot="{ isChecked, select, attrs }" value="a">
|
|
3130
|
+
* <div v-bind="attrs" v-on:click="select">
|
|
3131
|
+
* <span :class="{ 'font-bold': isChecked }">Option A</span>
|
|
3132
|
+
* </div>
|
|
3133
|
+
* </Radio.Root>
|
|
3134
|
+
* </template>
|
|
3135
|
+
* ```
|
|
3136
|
+
*/
|
|
3137
|
+
default: (props: RadioRootSlotProps<V>) => any;
|
|
2117
3138
|
};
|
|
3139
|
+
emit: {};
|
|
3140
|
+
}>) => vue453.VNode & {
|
|
3141
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2118
3142
|
};
|
|
3143
|
+
declare const _default$9: typeof __VLS_export$7;
|
|
3144
|
+
type __VLS_PrettifyLocal$6<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2119
3145
|
//#endregion
|
|
2120
|
-
//#region src/components/
|
|
2121
|
-
interface
|
|
2122
|
-
/**
|
|
2123
|
-
|
|
2124
|
-
/** CSS position-area value for anchor positioning */
|
|
2125
|
-
positionArea?: string;
|
|
2126
|
-
/** CSS position-try value for fallback positioning */
|
|
2127
|
-
positionTry?: string;
|
|
2128
|
-
}
|
|
2129
|
-
interface PopoverContentEmits {
|
|
2130
|
-
beforetoggle: [e: ToggleEvent];
|
|
3146
|
+
//#region src/components/Radio/RadioIndicator.vue.d.ts
|
|
3147
|
+
interface RadioIndicatorProps extends AtomProps {
|
|
3148
|
+
/** Namespace for context injection from parent Radio.Root */
|
|
3149
|
+
namespace?: string;
|
|
2131
3150
|
}
|
|
2132
|
-
interface
|
|
2133
|
-
/** Whether
|
|
2134
|
-
|
|
2135
|
-
/** Attributes to bind to the
|
|
3151
|
+
interface RadioIndicatorSlotProps {
|
|
3152
|
+
/** Whether this radio is currently checked */
|
|
3153
|
+
isChecked: boolean;
|
|
3154
|
+
/** Attributes to bind to the indicator element */
|
|
2136
3155
|
attrs: {
|
|
2137
|
-
|
|
2138
|
-
|
|
3156
|
+
'data-state': RadioState;
|
|
3157
|
+
'style': {
|
|
3158
|
+
visibility: 'visible' | 'hidden';
|
|
3159
|
+
};
|
|
2139
3160
|
};
|
|
2140
3161
|
}
|
|
2141
|
-
declare const
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
3162
|
+
declare const __VLS_export$6: __VLS_WithSlots<vue453.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>, {
|
|
3163
|
+
/**
|
|
3164
|
+
* Default slot for custom indicator content
|
|
3165
|
+
*
|
|
3166
|
+
* @example
|
|
3167
|
+
* ```vue
|
|
3168
|
+
* <template>
|
|
3169
|
+
* <Radio.Indicator v-slot="{ isChecked }">
|
|
3170
|
+
* <CheckIcon v-if="isChecked" />
|
|
3171
|
+
* </Radio.Indicator>
|
|
3172
|
+
* </template>
|
|
3173
|
+
* ```
|
|
3174
|
+
*/
|
|
3175
|
+
default: (props: RadioIndicatorSlotProps) => any;
|
|
2148
3176
|
}>;
|
|
3177
|
+
declare const _default$8: typeof __VLS_export$6;
|
|
2149
3178
|
type __VLS_WithSlots<T, S> = T & {
|
|
2150
3179
|
new (): {
|
|
2151
3180
|
$slots: S;
|
|
2152
3181
|
};
|
|
2153
3182
|
};
|
|
2154
3183
|
//#endregion
|
|
2155
|
-
//#region src/components/
|
|
3184
|
+
//#region src/components/Radio/index.d.ts
|
|
2156
3185
|
/**
|
|
2157
|
-
*
|
|
3186
|
+
* Radio component with sub-components for radio button controls.
|
|
2158
3187
|
*
|
|
2159
|
-
* @see https://0.vuetifyjs.com/components/
|
|
3188
|
+
* @see https://0.vuetifyjs.com/components/forms/radio
|
|
3189
|
+
*
|
|
3190
|
+
* @example
|
|
3191
|
+
* ```vue
|
|
3192
|
+
* <script lang="ts" setup>
|
|
3193
|
+
* import { Radio } from '@vuetify/v0'
|
|
3194
|
+
* import { ref } from 'vue'
|
|
3195
|
+
*
|
|
3196
|
+
* const selected = ref<string>()
|
|
3197
|
+
* </script>
|
|
3198
|
+
*
|
|
3199
|
+
* <template>
|
|
3200
|
+
* <Radio.Group v-model="selected">
|
|
3201
|
+
* <label>
|
|
3202
|
+
* <Radio.Root value="a">
|
|
3203
|
+
* <Radio.Indicator>●</Radio.Indicator>
|
|
3204
|
+
* </Radio.Root>
|
|
3205
|
+
* Option A
|
|
3206
|
+
* </label>
|
|
3207
|
+
* <label>
|
|
3208
|
+
* <Radio.Root value="b">
|
|
3209
|
+
* <Radio.Indicator>●</Radio.Indicator>
|
|
3210
|
+
* </Radio.Root>
|
|
3211
|
+
* Option B
|
|
3212
|
+
* </label>
|
|
3213
|
+
* </Radio.Group>
|
|
3214
|
+
* </template>
|
|
3215
|
+
* ```
|
|
2160
3216
|
*/
|
|
2161
|
-
declare const
|
|
3217
|
+
declare const Radio: {
|
|
2162
3218
|
/**
|
|
2163
|
-
*
|
|
3219
|
+
* Group component for managing radio buttons with single-selection.
|
|
2164
3220
|
*
|
|
2165
|
-
* @see https://0.vuetifyjs.com/components/
|
|
3221
|
+
* @see https://0.vuetifyjs.com/components/forms/radio#group
|
|
2166
3222
|
*
|
|
2167
3223
|
* @example
|
|
2168
3224
|
* ```vue
|
|
2169
|
-
* <script lang="ts"
|
|
2170
|
-
* import {
|
|
3225
|
+
* <script setup lang="ts">
|
|
3226
|
+
* import { Radio } from '@vuetify/v0'
|
|
3227
|
+
* import { ref } from 'vue'
|
|
3228
|
+
*
|
|
3229
|
+
* const selected = ref<string>()
|
|
2171
3230
|
* </script>
|
|
2172
3231
|
*
|
|
2173
3232
|
* <template>
|
|
2174
|
-
* <
|
|
2175
|
-
* <
|
|
2176
|
-
*
|
|
2177
|
-
*
|
|
2178
|
-
*
|
|
2179
|
-
* <
|
|
2180
|
-
*
|
|
2181
|
-
*
|
|
2182
|
-
*
|
|
3233
|
+
* <Radio.Group v-model="selected" mandatory>
|
|
3234
|
+
* <Radio.Root value="a">
|
|
3235
|
+
* <Radio.Indicator>●</Radio.Indicator>
|
|
3236
|
+
* Option A
|
|
3237
|
+
* </Radio.Root>
|
|
3238
|
+
* <Radio.Root value="b">
|
|
3239
|
+
* <Radio.Indicator>●</Radio.Indicator>
|
|
3240
|
+
* Option B
|
|
3241
|
+
* </Radio.Root>
|
|
3242
|
+
* </Radio.Group>
|
|
2183
3243
|
* </template>
|
|
2184
3244
|
* ```
|
|
2185
3245
|
*/
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
}> & Readonly<{
|
|
2190
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2191
|
-
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
2192
|
-
"update:modelValue": (value: boolean) => any;
|
|
2193
|
-
}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
2194
|
-
P: {};
|
|
2195
|
-
B: {};
|
|
2196
|
-
D: {};
|
|
2197
|
-
C: {};
|
|
2198
|
-
M: {};
|
|
2199
|
-
Defaults: {};
|
|
2200
|
-
}, Readonly<PopoverRootProps & {
|
|
2201
|
-
modelValue?: boolean;
|
|
2202
|
-
}> & Readonly<{
|
|
2203
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2204
|
-
}>, {}, {}, {}, {}, {}>;
|
|
2205
|
-
__isFragment?: never;
|
|
2206
|
-
__isTeleport?: never;
|
|
2207
|
-
__isSuspense?: never;
|
|
2208
|
-
} & vue379.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
2209
|
-
modelValue?: boolean;
|
|
2210
|
-
}> & Readonly<{
|
|
2211
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2212
|
-
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
2213
|
-
"update:modelValue": (value: boolean) => any;
|
|
2214
|
-
}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
2215
|
-
$slots: {
|
|
2216
|
-
default: (props: PopoverRootSlotProps) => any;
|
|
3246
|
+
Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3247
|
+
slots: {
|
|
3248
|
+
default: (props: RadioGroupSlotProps) => any;
|
|
2217
3249
|
};
|
|
2218
|
-
|
|
3250
|
+
attrs: any;
|
|
3251
|
+
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3252
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3253
|
+
props: {
|
|
3254
|
+
namespace?: string | undefined;
|
|
3255
|
+
disabled?: boolean | undefined;
|
|
3256
|
+
mandatory?: boolean | "force" | undefined;
|
|
3257
|
+
label?: string | undefined;
|
|
3258
|
+
ariaLabelledby?: string | undefined;
|
|
3259
|
+
ariaDescribedby?: string | undefined;
|
|
3260
|
+
ariaRequired?: boolean | undefined;
|
|
3261
|
+
name?: string | undefined;
|
|
3262
|
+
as?: (DOMElement | null) | undefined;
|
|
3263
|
+
renderless?: boolean | undefined;
|
|
3264
|
+
modelValue?: T | undefined;
|
|
3265
|
+
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
3266
|
+
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
3267
|
+
} & vue453.PublicProps;
|
|
3268
|
+
expose: (exposed: {}) => void;
|
|
3269
|
+
attrs: any;
|
|
3270
|
+
slots: {
|
|
3271
|
+
default: (props: RadioGroupSlotProps) => any;
|
|
3272
|
+
};
|
|
3273
|
+
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3274
|
+
}>) => vue453.VNode & {
|
|
3275
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3276
|
+
};
|
|
2219
3277
|
/**
|
|
2220
|
-
*
|
|
3278
|
+
* Hidden input component for form submission.
|
|
2221
3279
|
*
|
|
2222
|
-
*
|
|
3280
|
+
* Auto-rendered by Root when Group has a `name` prop.
|
|
3281
|
+
* Can also be used explicitly for custom form integration.
|
|
3282
|
+
*
|
|
3283
|
+
* @see https://0.vuetifyjs.com/components/forms/radio#hiddeninput
|
|
2223
3284
|
*
|
|
2224
3285
|
* @example
|
|
2225
3286
|
* ```vue
|
|
2226
|
-
* <script lang="ts"
|
|
2227
|
-
* import {
|
|
3287
|
+
* <script setup lang="ts">
|
|
3288
|
+
* import { Radio } from '@vuetify/v0'
|
|
2228
3289
|
* </script>
|
|
2229
3290
|
*
|
|
2230
3291
|
* <template>
|
|
2231
|
-
* <
|
|
2232
|
-
*
|
|
2233
|
-
*
|
|
3292
|
+
* <Radio.Group v-model="selected">
|
|
3293
|
+
* <Radio.Root value="yes">
|
|
3294
|
+
* <Radio.Indicator>●</Radio.Indicator>
|
|
3295
|
+
* <Radio.HiddenInput name="choice" />
|
|
3296
|
+
* </Radio.Root>
|
|
3297
|
+
* </Radio.Group>
|
|
2234
3298
|
* </template>
|
|
2235
3299
|
* ```
|
|
2236
3300
|
*/
|
|
2237
|
-
|
|
2238
|
-
|
|
3301
|
+
HiddenInput: vue453.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, vue453.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue453.ComponentProvideOptions, false, {}, any>;
|
|
3302
|
+
/**
|
|
3303
|
+
* Visual indicator component for radio buttons.
|
|
3304
|
+
*
|
|
3305
|
+
* Renders as a span and only displays when checked.
|
|
3306
|
+
* Must be used within a Radio.Root component.
|
|
3307
|
+
*
|
|
3308
|
+
* @see https://0.vuetifyjs.com/components/forms/radio#indicator
|
|
3309
|
+
*
|
|
3310
|
+
* @example
|
|
3311
|
+
* ```vue
|
|
3312
|
+
* <script setup lang="ts">
|
|
3313
|
+
* import { Radio } from '@vuetify/v0'
|
|
3314
|
+
* </script>
|
|
3315
|
+
*
|
|
3316
|
+
* <template>
|
|
3317
|
+
* <Radio.Group v-model="selected">
|
|
3318
|
+
* <Radio.Root value="a">
|
|
3319
|
+
* <Radio.Indicator>
|
|
3320
|
+
* <svg viewBox="0 0 24 24">
|
|
3321
|
+
* <circle cx="12" cy="12" r="6" />
|
|
3322
|
+
* </svg>
|
|
3323
|
+
* </Radio.Indicator>
|
|
3324
|
+
* </Radio.Root>
|
|
3325
|
+
* </Radio.Group>
|
|
3326
|
+
* </template>
|
|
3327
|
+
* ```
|
|
3328
|
+
*/
|
|
3329
|
+
Indicator: {
|
|
3330
|
+
new (...args: any[]): vue453.CreateComponentPublicInstanceWithMixins<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, vue453.PublicProps, {}, false, {}, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, {}, any, vue453.ComponentProvideOptions, {
|
|
2239
3331
|
P: {};
|
|
2240
3332
|
B: {};
|
|
2241
3333
|
D: {};
|
|
2242
3334
|
C: {};
|
|
2243
3335
|
M: {};
|
|
2244
3336
|
Defaults: {};
|
|
2245
|
-
}, Readonly<
|
|
3337
|
+
}, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2246
3338
|
__isFragment?: never;
|
|
2247
3339
|
__isTeleport?: never;
|
|
2248
3340
|
__isSuspense?: never;
|
|
2249
|
-
} &
|
|
3341
|
+
} & vue453.ComponentOptionsBase<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue453.ComponentOptionsMixin, vue453.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue453.GlobalComponents, vue453.GlobalDirectives, string, vue453.ComponentProvideOptions> & vue453.VNodeProps & vue453.AllowedComponentProps & vue453.ComponentCustomProps & (new () => {
|
|
2250
3342
|
$slots: {
|
|
2251
|
-
default: (props:
|
|
3343
|
+
default: (props: RadioIndicatorSlotProps) => any;
|
|
2252
3344
|
};
|
|
2253
3345
|
});
|
|
2254
3346
|
/**
|
|
2255
|
-
*
|
|
3347
|
+
* Root component for individual radio buttons.
|
|
2256
3348
|
*
|
|
2257
|
-
*
|
|
3349
|
+
* Must be used within a Radio.Group. Renders as a button with proper
|
|
3350
|
+
* ARIA attributes and handles click/keyboard interactions. When the
|
|
3351
|
+
* group has a `name` prop, automatically renders a hidden input for
|
|
3352
|
+
* form submission.
|
|
3353
|
+
*
|
|
3354
|
+
* @see https://0.vuetifyjs.com/components/forms/radio#root
|
|
2258
3355
|
*
|
|
2259
3356
|
* @example
|
|
2260
3357
|
* ```vue
|
|
2261
|
-
* <script lang="ts"
|
|
2262
|
-
* import {
|
|
3358
|
+
* <script setup lang="ts">
|
|
3359
|
+
* import { Radio } from '@vuetify/v0'
|
|
2263
3360
|
* </script>
|
|
2264
3361
|
*
|
|
2265
3362
|
* <template>
|
|
2266
|
-
* <
|
|
2267
|
-
*
|
|
2268
|
-
*
|
|
3363
|
+
* <Radio.Group v-model="selected">
|
|
3364
|
+
* <Radio.Root value="option1">
|
|
3365
|
+
* <Radio.Indicator>●</Radio.Indicator>
|
|
3366
|
+
* Option 1
|
|
3367
|
+
* </Radio.Root>
|
|
3368
|
+
* </Radio.Group>
|
|
2269
3369
|
* </template>
|
|
2270
3370
|
* ```
|
|
2271
3371
|
*/
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
2276
|
-
beforetoggle: (e: ToggleEvent) => any;
|
|
2277
|
-
}, vue379.PublicProps, {}, false, {}, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, {}, any, vue379.ComponentProvideOptions, {
|
|
2278
|
-
P: {};
|
|
2279
|
-
B: {};
|
|
2280
|
-
D: {};
|
|
2281
|
-
C: {};
|
|
2282
|
-
M: {};
|
|
2283
|
-
Defaults: {};
|
|
2284
|
-
}, Readonly<PopoverContentProps> & Readonly<{
|
|
2285
|
-
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2286
|
-
}>, {}, {}, {}, {}, {}>;
|
|
2287
|
-
__isFragment?: never;
|
|
2288
|
-
__isTeleport?: never;
|
|
2289
|
-
__isSuspense?: never;
|
|
2290
|
-
} & vue379.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
2291
|
-
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
2292
|
-
}>, {}, {}, {}, {}, vue379.ComponentOptionsMixin, vue379.ComponentOptionsMixin, {
|
|
2293
|
-
beforetoggle: (e: ToggleEvent) => any;
|
|
2294
|
-
}, string, {}, {}, string, {}, vue379.GlobalComponents, vue379.GlobalDirectives, string, vue379.ComponentProvideOptions> & vue379.VNodeProps & vue379.AllowedComponentProps & vue379.ComponentCustomProps & (new () => {
|
|
2295
|
-
$slots: {
|
|
2296
|
-
default: (props: PopoverContentSlotProps) => any;
|
|
3372
|
+
Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3373
|
+
slots: {
|
|
3374
|
+
default: (props: RadioRootSlotProps<V>) => any;
|
|
2297
3375
|
};
|
|
2298
|
-
|
|
3376
|
+
attrs: any;
|
|
3377
|
+
emit: {};
|
|
3378
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3379
|
+
props: {
|
|
3380
|
+
id?: ID | undefined;
|
|
3381
|
+
label?: string | undefined;
|
|
3382
|
+
value?: V | undefined;
|
|
3383
|
+
name?: string | undefined;
|
|
3384
|
+
form?: string | undefined;
|
|
3385
|
+
disabled?: vue453.MaybeRef<boolean> | undefined;
|
|
3386
|
+
namespace?: string | undefined;
|
|
3387
|
+
groupNamespace?: string | undefined;
|
|
3388
|
+
ariaLabelledby?: string | undefined;
|
|
3389
|
+
ariaDescribedby?: string | undefined;
|
|
3390
|
+
ariaInvalid?: boolean | undefined;
|
|
3391
|
+
as?: (DOMElement | null) | undefined;
|
|
3392
|
+
renderless?: boolean | undefined;
|
|
3393
|
+
} & vue453.PublicProps;
|
|
3394
|
+
expose: (exposed: {}) => void;
|
|
3395
|
+
attrs: any;
|
|
3396
|
+
slots: {
|
|
3397
|
+
default: (props: RadioRootSlotProps<V>) => any;
|
|
3398
|
+
};
|
|
3399
|
+
emit: {};
|
|
3400
|
+
}>) => vue453.VNode & {
|
|
3401
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3402
|
+
};
|
|
2299
3403
|
};
|
|
2300
3404
|
//#endregion
|
|
2301
3405
|
//#region src/components/Selection/SelectionRoot.vue.d.ts
|
|
@@ -2332,27 +3436,25 @@ interface SelectionRootSlotProps {
|
|
|
2332
3436
|
'aria-multiselectable': boolean;
|
|
2333
3437
|
};
|
|
2334
3438
|
}
|
|
2335
|
-
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?:
|
|
2336
|
-
declare const
|
|
2337
|
-
declare const __VLS_export$5: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3439
|
+
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket<unknown>> | undefined) => SelectionContext<SelectionTicket<unknown>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket<unknown>>, app?: vue453.App) => SelectionContext<SelectionTicket<unknown>>;
|
|
3440
|
+
declare const __VLS_export$5: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2338
3441
|
props: __VLS_PrettifyLocal$5<(SelectionRootProps & {
|
|
2339
3442
|
modelValue?: T | T[];
|
|
2340
3443
|
}) & {
|
|
2341
3444
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2342
3445
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2343
|
-
}> &
|
|
2344
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2345
|
-
} ? P : {});
|
|
3446
|
+
}> & vue453.PublicProps;
|
|
2346
3447
|
expose: (exposed: {}) => void;
|
|
2347
3448
|
attrs: any;
|
|
2348
3449
|
slots: {
|
|
2349
3450
|
default: (props: SelectionRootSlotProps) => any;
|
|
2350
3451
|
};
|
|
2351
3452
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2352
|
-
}>) =>
|
|
3453
|
+
}>) => vue453.VNode & {
|
|
2353
3454
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2354
3455
|
};
|
|
2355
|
-
|
|
3456
|
+
declare const _default$5: typeof __VLS_export$5;
|
|
3457
|
+
type __VLS_PrettifyLocal$5<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2356
3458
|
//#endregion
|
|
2357
3459
|
//#region src/components/Selection/SelectionItem.vue.d.ts
|
|
2358
3460
|
interface SelectionItemProps<V = unknown> {
|
|
@@ -2392,21 +3494,19 @@ interface SelectionItemSlotProps<V = unknown> {
|
|
|
2392
3494
|
'data-disabled': true | undefined;
|
|
2393
3495
|
};
|
|
2394
3496
|
}
|
|
2395
|
-
declare const
|
|
2396
|
-
|
|
2397
|
-
props: __VLS_PrettifyLocal$4<SelectionItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
2398
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2399
|
-
} ? P : {});
|
|
3497
|
+
declare const __VLS_export$4: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3498
|
+
props: __VLS_PrettifyLocal$4<SelectionItemProps<V>> & vue453.PublicProps;
|
|
2400
3499
|
expose: (exposed: {}) => void;
|
|
2401
3500
|
attrs: any;
|
|
2402
3501
|
slots: {
|
|
2403
3502
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
2404
3503
|
};
|
|
2405
3504
|
emit: {};
|
|
2406
|
-
}>) =>
|
|
3505
|
+
}>) => vue453.VNode & {
|
|
2407
3506
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2408
3507
|
};
|
|
2409
|
-
|
|
3508
|
+
declare const _default$4: typeof __VLS_export$4;
|
|
3509
|
+
type __VLS_PrettifyLocal$4<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2410
3510
|
//#endregion
|
|
2411
3511
|
//#region src/components/Selection/index.d.ts
|
|
2412
3512
|
/**
|
|
@@ -2440,12 +3540,12 @@ declare const Selection: {
|
|
|
2440
3540
|
* ```
|
|
2441
3541
|
*/
|
|
2442
3542
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2443
|
-
attrs: any;
|
|
2444
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2445
3543
|
slots: {
|
|
2446
3544
|
default: (props: SelectionRootSlotProps) => any;
|
|
2447
3545
|
};
|
|
2448
|
-
|
|
3546
|
+
attrs: any;
|
|
3547
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
3548
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2449
3549
|
props: {
|
|
2450
3550
|
namespace?: string | undefined;
|
|
2451
3551
|
disabled?: boolean | undefined;
|
|
@@ -2455,16 +3555,14 @@ declare const Selection: {
|
|
|
2455
3555
|
modelValue?: (T | T[]) | undefined;
|
|
2456
3556
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2457
3557
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2458
|
-
} &
|
|
2459
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2460
|
-
} ? P : {});
|
|
3558
|
+
} & vue453.PublicProps;
|
|
2461
3559
|
expose: (exposed: {}) => void;
|
|
2462
3560
|
attrs: any;
|
|
2463
3561
|
slots: {
|
|
2464
3562
|
default: (props: SelectionRootSlotProps) => any;
|
|
2465
3563
|
};
|
|
2466
3564
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2467
|
-
}>) =>
|
|
3565
|
+
}>) => vue453.VNode & {
|
|
2468
3566
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2469
3567
|
};
|
|
2470
3568
|
/**
|
|
@@ -2486,28 +3584,26 @@ declare const Selection: {
|
|
|
2486
3584
|
* ```
|
|
2487
3585
|
*/
|
|
2488
3586
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2489
|
-
attrs: any;
|
|
2490
|
-
emit: {};
|
|
2491
3587
|
slots: {
|
|
2492
3588
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
2493
3589
|
};
|
|
2494
|
-
|
|
3590
|
+
attrs: any;
|
|
3591
|
+
emit: {};
|
|
3592
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2495
3593
|
props: {
|
|
2496
3594
|
id?: string | undefined;
|
|
2497
3595
|
label?: string | undefined;
|
|
2498
3596
|
value?: V | undefined;
|
|
2499
|
-
disabled?:
|
|
3597
|
+
disabled?: vue453.MaybeRef<boolean> | undefined;
|
|
2500
3598
|
namespace?: string | undefined;
|
|
2501
|
-
} &
|
|
2502
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2503
|
-
} ? P : {});
|
|
3599
|
+
} & vue453.PublicProps;
|
|
2504
3600
|
expose: (exposed: {}) => void;
|
|
2505
3601
|
attrs: any;
|
|
2506
3602
|
slots: {
|
|
2507
3603
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
2508
3604
|
};
|
|
2509
3605
|
emit: {};
|
|
2510
|
-
}>) =>
|
|
3606
|
+
}>) => vue453.VNode & {
|
|
2511
3607
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2512
3608
|
};
|
|
2513
3609
|
};
|
|
@@ -2542,26 +3638,24 @@ interface SingleRootSlotProps {
|
|
|
2542
3638
|
'aria-multiselectable': false;
|
|
2543
3639
|
};
|
|
2544
3640
|
}
|
|
2545
|
-
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?:
|
|
2546
|
-
declare const
|
|
2547
|
-
declare const __VLS_export$3: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3641
|
+
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket<unknown>> | undefined) => SingleContext<SingleTicket<unknown>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket<unknown>>, app?: vue453.App) => SingleContext<SingleTicket<unknown>>;
|
|
3642
|
+
declare const __VLS_export$3: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2548
3643
|
props: __VLS_PrettifyLocal$3<(SingleRootProps & {
|
|
2549
3644
|
modelValue?: T | T[];
|
|
2550
3645
|
}) & {
|
|
2551
3646
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2552
|
-
}> &
|
|
2553
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2554
|
-
} ? P : {});
|
|
3647
|
+
}> & vue453.PublicProps;
|
|
2555
3648
|
expose: (exposed: {}) => void;
|
|
2556
3649
|
attrs: any;
|
|
2557
3650
|
slots: {
|
|
2558
3651
|
default: (props: SingleRootSlotProps) => any;
|
|
2559
3652
|
};
|
|
2560
3653
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2561
|
-
}>) =>
|
|
3654
|
+
}>) => vue453.VNode & {
|
|
2562
3655
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2563
3656
|
};
|
|
2564
|
-
|
|
3657
|
+
declare const _default$3: typeof __VLS_export$3;
|
|
3658
|
+
type __VLS_PrettifyLocal$3<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2565
3659
|
//#endregion
|
|
2566
3660
|
//#region src/components/Single/SingleItem.vue.d.ts
|
|
2567
3661
|
interface SingleItemProps<V = unknown> {
|
|
@@ -2601,21 +3695,19 @@ interface SingleItemSlotProps<V = unknown> {
|
|
|
2601
3695
|
'data-disabled': true | undefined;
|
|
2602
3696
|
};
|
|
2603
3697
|
}
|
|
2604
|
-
declare const
|
|
2605
|
-
|
|
2606
|
-
props: __VLS_PrettifyLocal$2<SingleItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
2607
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2608
|
-
} ? P : {});
|
|
3698
|
+
declare const __VLS_export$2: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3699
|
+
props: __VLS_PrettifyLocal$2<SingleItemProps<V>> & vue453.PublicProps;
|
|
2609
3700
|
expose: (exposed: {}) => void;
|
|
2610
3701
|
attrs: any;
|
|
2611
3702
|
slots: {
|
|
2612
3703
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
2613
3704
|
};
|
|
2614
3705
|
emit: {};
|
|
2615
|
-
}>) =>
|
|
3706
|
+
}>) => vue453.VNode & {
|
|
2616
3707
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2617
3708
|
};
|
|
2618
|
-
|
|
3709
|
+
declare const _default$2: typeof __VLS_export$2;
|
|
3710
|
+
type __VLS_PrettifyLocal$2<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2619
3711
|
//#endregion
|
|
2620
3712
|
//#region src/components/Single/index.d.ts
|
|
2621
3713
|
/**
|
|
@@ -2649,12 +3741,12 @@ declare const Single: {
|
|
|
2649
3741
|
* ```
|
|
2650
3742
|
*/
|
|
2651
3743
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2652
|
-
attrs: any;
|
|
2653
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2654
3744
|
slots: {
|
|
2655
3745
|
default: (props: SingleRootSlotProps) => any;
|
|
2656
3746
|
};
|
|
2657
|
-
|
|
3747
|
+
attrs: any;
|
|
3748
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3749
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2658
3750
|
props: {
|
|
2659
3751
|
namespace?: string | undefined;
|
|
2660
3752
|
disabled?: boolean | undefined;
|
|
@@ -2662,16 +3754,14 @@ declare const Single: {
|
|
|
2662
3754
|
mandatory?: boolean | "force" | undefined;
|
|
2663
3755
|
modelValue?: (T | T[]) | undefined;
|
|
2664
3756
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2665
|
-
} &
|
|
2666
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2667
|
-
} ? P : {});
|
|
3757
|
+
} & vue453.PublicProps;
|
|
2668
3758
|
expose: (exposed: {}) => void;
|
|
2669
3759
|
attrs: any;
|
|
2670
3760
|
slots: {
|
|
2671
3761
|
default: (props: SingleRootSlotProps) => any;
|
|
2672
3762
|
};
|
|
2673
3763
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2674
|
-
}>) =>
|
|
3764
|
+
}>) => vue453.VNode & {
|
|
2675
3765
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2676
3766
|
};
|
|
2677
3767
|
/**
|
|
@@ -2695,28 +3785,26 @@ declare const Single: {
|
|
|
2695
3785
|
* ```
|
|
2696
3786
|
*/
|
|
2697
3787
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2698
|
-
attrs: any;
|
|
2699
|
-
emit: {};
|
|
2700
3788
|
slots: {
|
|
2701
3789
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
2702
3790
|
};
|
|
2703
|
-
|
|
3791
|
+
attrs: any;
|
|
3792
|
+
emit: {};
|
|
3793
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2704
3794
|
props: {
|
|
2705
3795
|
id?: string | undefined;
|
|
2706
3796
|
label?: string | undefined;
|
|
2707
3797
|
value?: V | undefined;
|
|
2708
|
-
disabled?:
|
|
3798
|
+
disabled?: vue453.MaybeRef<boolean> | undefined;
|
|
2709
3799
|
namespace?: string | undefined;
|
|
2710
|
-
} &
|
|
2711
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2712
|
-
} ? P : {});
|
|
3800
|
+
} & vue453.PublicProps;
|
|
2713
3801
|
expose: (exposed: {}) => void;
|
|
2714
3802
|
attrs: any;
|
|
2715
3803
|
slots: {
|
|
2716
3804
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
2717
3805
|
};
|
|
2718
3806
|
emit: {};
|
|
2719
|
-
}>) =>
|
|
3807
|
+
}>) => vue453.VNode & {
|
|
2720
3808
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2721
3809
|
};
|
|
2722
3810
|
};
|
|
@@ -2761,26 +3849,24 @@ interface StepRootSlotProps {
|
|
|
2761
3849
|
'aria-multiselectable': false;
|
|
2762
3850
|
};
|
|
2763
3851
|
}
|
|
2764
|
-
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?:
|
|
2765
|
-
declare const
|
|
2766
|
-
declare const __VLS_export$1: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3852
|
+
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket<unknown>> | undefined) => StepContext<StepTicket<unknown>>, provideStepRoot: (key: string, context: StepContext<StepTicket<unknown>>, app?: vue453.App) => StepContext<StepTicket<unknown>>;
|
|
3853
|
+
declare const __VLS_export$1: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2767
3854
|
props: __VLS_PrettifyLocal$1<(StepRootProps & {
|
|
2768
3855
|
modelValue?: T | T[];
|
|
2769
3856
|
}) & {
|
|
2770
3857
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2771
|
-
}> &
|
|
2772
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2773
|
-
} ? P : {});
|
|
3858
|
+
}> & vue453.PublicProps;
|
|
2774
3859
|
expose: (exposed: {}) => void;
|
|
2775
3860
|
attrs: any;
|
|
2776
3861
|
slots: {
|
|
2777
3862
|
default: (props: StepRootSlotProps) => any;
|
|
2778
3863
|
};
|
|
2779
3864
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2780
|
-
}>) =>
|
|
3865
|
+
}>) => vue453.VNode & {
|
|
2781
3866
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2782
3867
|
};
|
|
2783
|
-
|
|
3868
|
+
declare const _default$1: typeof __VLS_export$1;
|
|
3869
|
+
type __VLS_PrettifyLocal$1<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2784
3870
|
//#endregion
|
|
2785
3871
|
//#region src/components/Step/StepItem.vue.d.ts
|
|
2786
3872
|
interface StepItemProps<V = unknown> {
|
|
@@ -2820,21 +3906,19 @@ interface StepItemSlotProps<V = unknown> {
|
|
|
2820
3906
|
'data-disabled': true | undefined;
|
|
2821
3907
|
};
|
|
2822
3908
|
}
|
|
2823
|
-
declare const
|
|
2824
|
-
|
|
2825
|
-
props: __VLS_PrettifyLocal<StepItemProps<V>> & vue379.PublicProps & (typeof globalThis extends {
|
|
2826
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2827
|
-
} ? P : {});
|
|
3909
|
+
declare const __VLS_export: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3910
|
+
props: __VLS_PrettifyLocal<StepItemProps<V>> & vue453.PublicProps;
|
|
2828
3911
|
expose: (exposed: {}) => void;
|
|
2829
3912
|
attrs: any;
|
|
2830
3913
|
slots: {
|
|
2831
3914
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
2832
3915
|
};
|
|
2833
3916
|
emit: {};
|
|
2834
|
-
}>) =>
|
|
3917
|
+
}>) => vue453.VNode & {
|
|
2835
3918
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2836
3919
|
};
|
|
2837
|
-
|
|
3920
|
+
declare const _default: typeof __VLS_export;
|
|
3921
|
+
type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2838
3922
|
//#endregion
|
|
2839
3923
|
//#region src/components/Step/index.d.ts
|
|
2840
3924
|
/**
|
|
@@ -2866,12 +3950,12 @@ declare const Step: {
|
|
|
2866
3950
|
* ```
|
|
2867
3951
|
*/
|
|
2868
3952
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2869
|
-
attrs: any;
|
|
2870
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2871
3953
|
slots: {
|
|
2872
3954
|
default: (props: StepRootSlotProps) => any;
|
|
2873
3955
|
};
|
|
2874
|
-
|
|
3956
|
+
attrs: any;
|
|
3957
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
3958
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2875
3959
|
props: {
|
|
2876
3960
|
namespace?: string | undefined;
|
|
2877
3961
|
disabled?: boolean | undefined;
|
|
@@ -2879,16 +3963,14 @@ declare const Step: {
|
|
|
2879
3963
|
mandatory?: boolean | "force" | undefined;
|
|
2880
3964
|
modelValue?: (T | T[]) | undefined;
|
|
2881
3965
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2882
|
-
} &
|
|
2883
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2884
|
-
} ? P : {});
|
|
3966
|
+
} & vue453.PublicProps;
|
|
2885
3967
|
expose: (exposed: {}) => void;
|
|
2886
3968
|
attrs: any;
|
|
2887
3969
|
slots: {
|
|
2888
3970
|
default: (props: StepRootSlotProps) => any;
|
|
2889
3971
|
};
|
|
2890
3972
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2891
|
-
}>) =>
|
|
3973
|
+
}>) => vue453.VNode & {
|
|
2892
3974
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2893
3975
|
};
|
|
2894
3976
|
/**
|
|
@@ -2910,30 +3992,28 @@ declare const Step: {
|
|
|
2910
3992
|
* ```
|
|
2911
3993
|
*/
|
|
2912
3994
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2913
|
-
attrs: any;
|
|
2914
|
-
emit: {};
|
|
2915
3995
|
slots: {
|
|
2916
3996
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
2917
3997
|
};
|
|
2918
|
-
|
|
3998
|
+
attrs: any;
|
|
3999
|
+
emit: {};
|
|
4000
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2919
4001
|
props: {
|
|
2920
4002
|
id?: string | undefined;
|
|
2921
4003
|
label?: string | undefined;
|
|
2922
4004
|
value?: V | undefined;
|
|
2923
|
-
disabled?:
|
|
4005
|
+
disabled?: vue453.MaybeRef<boolean> | undefined;
|
|
2924
4006
|
namespace?: string | undefined;
|
|
2925
|
-
} &
|
|
2926
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
2927
|
-
} ? P : {});
|
|
4007
|
+
} & vue453.PublicProps;
|
|
2928
4008
|
expose: (exposed: {}) => void;
|
|
2929
4009
|
attrs: any;
|
|
2930
4010
|
slots: {
|
|
2931
4011
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
2932
4012
|
};
|
|
2933
4013
|
emit: {};
|
|
2934
|
-
}>) =>
|
|
4014
|
+
}>) => vue453.VNode & {
|
|
2935
4015
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2936
4016
|
};
|
|
2937
4017
|
};
|
|
2938
4018
|
//#endregion
|
|
2939
|
-
export {
|
|
4019
|
+
export { PopoverActivatorProps as $, CheckboxHiddenInputProps as $n, ExpansionPanelActivatorSlotProps as $t, RadioIndicatorSlotProps as A, DialogActivatorProps as An, PaginationRootProps as At, _default$7 as B, CheckboxSelectAllProps as Bn, GroupItemProps as Bt, SelectionRootProps as C, DialogTitleProps as Cn, _default$42 as Cr, _default$18 as Ct, useSelectionRoot as D, DialogContentProps as Dn, PaginationItemProps as Dt, provideSelectionRoot as E, DialogContentEmits as En, _default$14 as Et, RadioState as F, DialogRootSlotProps as Fn, providePaginationRoot as Ft, _default$6 as G, _default$36 as Gn, _default$22 as Gt, RadioGroupProps as H, _default$38 as Hn, _default$21 as Ht, _default$9 as I, _default$31 as In, usePaginationControls as It, Popover as J, CheckboxRootSlotProps as Jn, ExpansionPanel as Jt, provideRadioGroup as K, CheckboxRootContext as Kn, provideGroupRoot as Kt, provideRadioRoot as L, provideDialogContext as Ln, usePaginationItems as Lt, RadioRootContext as M, _default$33 as Mn, _default$19 as Mt, RadioRootProps as N, DialogContext as Nn, providePaginationControls as Nt, Radio as O, DialogContentSlotProps as On, PaginationItemSlotProps as Ot, RadioRootSlotProps as P, DialogRootProps as Pn, providePaginationItems as Pt, _default$11 as Q, useCheckboxRoot as Qn, ExpansionPanelActivatorProps as Qt, useRadioRoot as R, useDialogContext as Rn, usePaginationRoot as Rt, _default$4 as S, _default$30 as Sn, AtomSlots as Sr, PaginationPrevSlotProps as St, _default$5 as T, _default$32 as Tn, PaginationFirstSlotProps as Tt, RadioGroupSlotProps as U, CheckboxIndicatorProps as Un, GroupRootProps as Ut, RadioGroupContext as V, CheckboxSelectAllSlotProps as Vn, GroupItemSlotProps as Vt, RadioTicket as W, CheckboxIndicatorSlotProps as Wn, GroupRootSlotProps as Wt, PopoverContentProps as X, _default$37 as Xn, ExpansionPanelContentSlotProps as Xt, PopoverContentEmits as Y, CheckboxState as Yn, ExpansionPanelContentProps as Yt, PopoverContentSlotProps as Z, provideCheckboxRoot as Zn, _default$24 as Zt, provideSingleRoot as _, DialogCloseProps as _n, _default$41 as _r, _default$17 as _t, StepRootProps as a, ExpansionPanelItemProps as an, useCheckboxGroup as ar, _default$12 as at, SelectionItemProps as b, DialogDescriptionProps as bn, AtomExpose as br, _default$13 as bt, provideStepRoot as c, provideExpansionPanelItem as cn, AvatarFallbackSlotProps as cr, Pagination as ct, SingleItemProps as d, ExpansionPanelRootProps as dn, AvatarImageProps as dr, _default$20 as dt, _default$23 as en, _default$35 as er, PopoverActivatorSlotProps as et, SingleItemSlotProps as f, ExpansionPanelRootSlotProps as fn, AvatarImageSlotProps as fr, PaginationLastProps as ft, _default$3 as g, Dialog as gn, AvatarTicket as gr, PaginationNextSlotProps as gt, SingleRootSlotProps as h, useExpansionPanelRoot as hn, AvatarRootProps as hr, PaginationNextProps as ht, _default as i, ExpansionPanelItemContext as in, provideCheckboxGroup as ir, PopoverRootSlotProps as it, _default$8 as j, DialogActivatorSlotProps as jn, PaginationRootSlotProps as jt, RadioIndicatorProps as k, _default$29 as kn, _default$15 as kt, useStepRoot as l, useExpansionPanelItem as ln, _default$39 as lr, PaginationStatusProps as lt, SingleRootProps as m, provideExpansionPanelSelection as mn, AvatarContext as mr, _default$16 as mt, StepItemProps as n, ExpansionPanelHeaderSlotProps as nn, CheckboxGroupSlotProps as nr, PopoverContext as nt, StepRootSlotProps as o, ExpansionPanelItemSlotProps as on, Avatar as or, providePopoverContext as ot, _default$2 as p, _default$27 as pn, _default$40 as pr, PaginationLastSlotProps as pt, useRadioGroup as q, CheckboxRootProps as qn, useGroupRoot as qt, StepItemSlotProps as r, _default$25 as rn, _default$34 as rr, PopoverRootProps as rt, _default$1 as s, _default$26 as sn, AvatarFallbackProps as sr, usePopoverContext as st, Step as t, ExpansionPanelHeaderProps as tn, CheckboxGroupProps as tr, _default$10 as tt, Single as u, ExpansionPanelOptionsContext as un, AvatarImageEmits as ur, PaginationStatusSlotProps as ut, useSingleRoot as v, DialogCloseSlotProps as vn, provideAvatarContext as vr, PaginationEllipsisProps as vt, SelectionRootSlotProps as w, DialogTitleSlotProps as wn, PaginationFirstProps as wt, SelectionItemSlotProps as x, DialogDescriptionSlotProps as xn, AtomProps as xr, PaginationPrevProps as xt, Selection as y, _default$28 as yn, useAvatarRoot as yr, PaginationEllipsisSlotProps as yt, RadioHiddenInputProps as z, Checkbox as zn, Group as zt };
|