@vuetify/v0 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{adapter-Cmeg49W9.mjs → adapter-Bjs_Nx_J.mjs} +8 -10
- package/dist/{adapter-D2JoR-4d.d.mts → adapter-CLs-OrSN.d.mts} +4 -4
- package/dist/browser/index.js +1645 -273
- package/dist/components/index.d.mts +8 -8
- package/dist/components/index.mjs +28 -28
- package/dist/{components-BbbGkTcN.mjs → components-GiQh_RfQ.mjs} +1101 -110
- package/dist/composables/index.d.mts +7 -7
- package/dist/composables/index.mjs +27 -27
- package/dist/constants/index.mjs +1 -1
- package/dist/{createDataTable-cNf6DdHz.mjs → createDataTable-lSofI5rU.mjs} +5 -5
- package/dist/{createGroup-BrZPZudL.mjs → createGroup-CCb7Zfyw.mjs} +6 -5
- package/dist/{createPagination-Wc_vRGNQ.mjs → createPagination-lagznd8i.mjs} +2 -2
- package/dist/{createSelection-BURpoE3p.mjs → createSelection-Zo4RQpYe.mjs} +217 -61
- package/dist/{createSingle-BE1vHaZy.mjs → createSingle-BH9wNDrS.mjs} +2 -2
- package/dist/{createTokens-jwf8-iGn.mjs → createTokens-Cu1efg9Z.mjs} +21 -3
- package/dist/{createTrinity-DkwPrPRS.mjs → createTrinity-Cii8-B2r.mjs} +1 -1
- package/dist/data-table/adapters/client/index.d.mts +2 -2
- package/dist/data-table/adapters/client/index.mjs +7 -7
- package/dist/data-table/adapters/index.d.mts +4 -4
- package/dist/data-table/adapters/index.mjs +9 -9
- package/dist/data-table/adapters/server/index.d.mts +2 -2
- package/dist/data-table/adapters/server/index.mjs +5 -5
- package/dist/data-table/adapters/virtual/index.d.mts +2 -2
- package/dist/data-table/adapters/virtual/index.mjs +7 -7
- package/dist/data-table/index.d.mts +5 -5
- package/dist/data-table/index.mjs +19 -19
- package/dist/date/index.mjs +2 -2
- package/dist/features/adapters/posthog/index.mjs +2 -2
- package/dist/features/index.d.mts +6 -6
- package/dist/features/index.mjs +12 -12
- package/dist/{globals-vN-O052q.mjs → globals-D6FBsWDI.mjs} +1 -1
- package/dist/{index-DdWxDPX3.d.mts → index-DIK84tM4.d.mts} +1 -1
- package/dist/{index-BTMzRHep.d.mts → index-De0SQt1w.d.mts} +801 -50
- package/dist/{index-DRax9EgT.d.mts → index-DlUIZN-F.d.mts} +1125 -373
- package/dist/index.d.mts +8 -8
- package/dist/index.mjs +28 -28
- package/dist/json/attributes.json +196 -12
- package/dist/json/importMap.json +40 -0
- package/dist/json/tags.json +86 -0
- package/dist/json/web-types.json +605 -13
- package/dist/locale/adapters/index.mjs +3 -3
- package/dist/locale/adapters/v0/index.mjs +3 -3
- package/dist/locale/index.d.mts +6 -6
- package/dist/locale/index.mjs +12 -12
- package/dist/logger/adapters/index.mjs +4 -4
- package/dist/logger/adapters/pino/index.mjs +3 -3
- package/dist/logger/adapters/v0/index.mjs +3 -3
- package/dist/logger/index.d.mts +6 -6
- package/dist/logger/index.mjs +6 -6
- package/dist/permissions/adapters/index.d.mts +7 -7
- package/dist/permissions/adapters/index.mjs +3 -3
- package/dist/permissions/adapters/v0/index.d.mts +7 -7
- package/dist/permissions/adapters/v0/index.mjs +3 -3
- package/dist/permissions/index.d.mts +6 -6
- package/dist/permissions/index.mjs +10 -10
- package/dist/{pino-DFxkZLiu.mjs → pino-BD5PCzAF.mjs} +1 -1
- package/dist/{posthog-BOUoZTTf.mjs → posthog-BxaG8sYi.mjs} +1 -1
- package/dist/{server-B-HWxaTQ.d.mts → server-CGAeOGPC.d.mts} +1 -1
- package/dist/{server-C2R2POGE.mjs → server-DgOdFYMU.mjs} +1 -1
- package/dist/storage/index.d.mts +6 -6
- package/dist/storage/index.mjs +26 -26
- package/dist/theme/adapters/index.d.mts +6 -6
- package/dist/theme/adapters/index.mjs +3 -3
- package/dist/theme/adapters/v0/index.d.mts +6 -6
- package/dist/theme/adapters/v0/index.mjs +3 -3
- package/dist/theme/index.d.mts +6 -6
- package/dist/theme/index.mjs +11 -11
- package/dist/{toArray-VIn8vYt3.mjs → toArray-BBZH-G2X.mjs} +1 -1
- package/dist/{useClickOutside-DIi0kjN5.mjs → useClickOutside-Bm_3mbcT.mjs} +306 -98
- package/dist/{useFeatures-6O7EPJUS.mjs → useFeatures-BS4mit8z.mjs} +4 -4
- package/dist/{useLocale-DHjbekzS.mjs → useLocale-DJJmg-wv.mjs} +6 -6
- package/dist/{useLogger-BXqiUvt2.mjs → useLogger-C8G5jgNk.mjs} +4 -4
- package/dist/{usePermissions-DFacFVqO.mjs → usePermissions-C5Mkotol.mjs} +4 -4
- package/dist/{useTheme-D0_1mjTw.mjs → useTheme-BBnASLr3.mjs} +4 -4
- package/dist/utilities/index.mjs +2 -2
- package/dist/{utilities-Dx8wzGa5.mjs → utilities-CcJtp9Gx.mjs} +1 -1
- package/dist/{v0-CfSj99gF.mjs → v0-BWBSVkew.mjs} +2 -2
- package/dist/{v0-BNXo1ecc.d.mts → v0-Bh8d1j_p.d.mts} +1 -1
- package/dist/{v0-BPzPP8C5.d.mts → v0-CVr15VcY.d.mts} +1 -1
- package/dist/{v0-Dc5mcpQs.mjs → v0-CWUF_HqP.mjs} +2 -2
- package/dist/{v0-BYqmw3qM.mjs → v0-DtO_ICXr.mjs} +1 -1
- package/dist/{v0-Dwufx8ae.mjs → v0-DzvhDU1W.mjs} +2 -2
- package/dist/{v0-C8DBv9mh.mjs → v0-lua6ffdk.mjs} +2 -2
- package/dist/{virtual-BoTGK6HT.mjs → virtual-BEOqkQvm.mjs} +2 -2
- package/dist/{virtual-A4e1yrdn.d.mts → virtual-CVb9hRUU.d.mts} +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as DOMElement, o as ID, t as Activation } from "./index-BFBN5Zl3.mjs";
|
|
2
|
-
import { s as PaginationContext, u as PaginationTicket } from "./adapter-
|
|
3
|
-
import {
|
|
4
|
-
import * as
|
|
5
|
-
import {
|
|
2
|
+
import { s as PaginationContext, u as PaginationTicket } from "./adapter-CLs-OrSN.mjs";
|
|
3
|
+
import { Ca as RegistryTicketInput, Di as OverflowContext, Ii as GroupTicket, K as StepContext, Ni as GroupContext, Qi as SingleTicket, Sa as RegistryTicket, Ui as BreadcrumbsContext, Y as StepTicket, Yi as SingleContext, ga as RegistryContext, it as StackTicket, oa as SelectionTicket, ra as SelectionContext, sa as SelectionTicketInput, ut as SliderContext } from "./index-De0SQt1w.mjs";
|
|
4
|
+
import * as vue760 from "vue";
|
|
5
|
+
import { MaybeRefOrGetter, Ref, ShallowRef, TemplateRef } from "vue";
|
|
6
6
|
|
|
7
7
|
//#region src/components/Atom/Atom.vue.d.ts
|
|
8
8
|
/**
|
|
@@ -40,16 +40,16 @@ interface AtomExpose {
|
|
|
40
40
|
element: TemplateRef<HTMLElement | null>;
|
|
41
41
|
}
|
|
42
42
|
interface AtomPrivateProps extends AtomProps {}
|
|
43
|
-
declare const __VLS_export$
|
|
44
|
-
props: __VLS_PrettifyLocal$20<AtomPrivateProps> &
|
|
45
|
-
expose: (exposed:
|
|
43
|
+
declare const __VLS_export$68: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$20<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
44
|
+
props: __VLS_PrettifyLocal$20<AtomPrivateProps> & vue760.PublicProps;
|
|
45
|
+
expose: (exposed: vue760.ShallowUnwrapRef<AtomExpose>) => void;
|
|
46
46
|
attrs: any;
|
|
47
47
|
slots: AtomSlots<T>;
|
|
48
48
|
emit: {};
|
|
49
|
-
}>) =>
|
|
49
|
+
}>) => vue760.VNode & {
|
|
50
50
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
51
51
|
};
|
|
52
|
-
declare const _default$
|
|
52
|
+
declare const _default$68: typeof __VLS_export$68;
|
|
53
53
|
type __VLS_PrettifyLocal$20<T> = { [K in keyof T as K]: T[K] } & {};
|
|
54
54
|
//#endregion
|
|
55
55
|
//#region src/components/Avatar/AvatarRoot.vue.d.ts
|
|
@@ -62,12 +62,12 @@ interface AvatarTicket extends SelectionTicket {
|
|
|
62
62
|
priority?: number;
|
|
63
63
|
}
|
|
64
64
|
interface AvatarContext extends SelectionContext<AvatarTicket> {}
|
|
65
|
-
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?:
|
|
66
|
-
declare const __VLS_export$
|
|
65
|
+
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?: vue760.App) => AvatarContext;
|
|
66
|
+
declare const __VLS_export$67: __VLS_WithSlots$43<vue760.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
67
67
|
default?: (props: {}) => any;
|
|
68
68
|
}>;
|
|
69
|
-
declare const _default$
|
|
70
|
-
type __VLS_WithSlots$
|
|
69
|
+
declare const _default$67: typeof __VLS_export$67;
|
|
70
|
+
type __VLS_WithSlots$43<T, S> = T & {
|
|
71
71
|
new (): {
|
|
72
72
|
$slots: S;
|
|
73
73
|
};
|
|
@@ -97,17 +97,17 @@ interface AvatarImageSlotProps {
|
|
|
97
97
|
onError: (e: Event) => void;
|
|
98
98
|
};
|
|
99
99
|
}
|
|
100
|
-
declare const __VLS_export$
|
|
100
|
+
declare const __VLS_export$66: __VLS_WithSlots$42<vue760.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
101
101
|
error: (e: Event) => any;
|
|
102
102
|
load: (e: Event) => any;
|
|
103
|
-
}, string,
|
|
103
|
+
}, string, vue760.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
104
104
|
onError?: ((e: Event) => any) | undefined;
|
|
105
105
|
onLoad?: ((e: Event) => any) | undefined;
|
|
106
|
-
}>, {}, {}, {}, {}, string,
|
|
106
|
+
}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
107
107
|
default: (props: AvatarImageSlotProps) => any;
|
|
108
108
|
}>;
|
|
109
|
-
declare const _default$
|
|
110
|
-
type __VLS_WithSlots$
|
|
109
|
+
declare const _default$66: typeof __VLS_export$66;
|
|
110
|
+
type __VLS_WithSlots$42<T, S> = T & {
|
|
111
111
|
new (): {
|
|
112
112
|
$slots: S;
|
|
113
113
|
};
|
|
@@ -122,11 +122,11 @@ interface AvatarFallbackSlotProps {
|
|
|
122
122
|
/** Whether this fallback is currently visible */
|
|
123
123
|
isSelected: boolean;
|
|
124
124
|
}
|
|
125
|
-
declare const __VLS_export$
|
|
125
|
+
declare const __VLS_export$65: __VLS_WithSlots$41<vue760.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
126
126
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
127
127
|
}>;
|
|
128
|
-
declare const _default$
|
|
129
|
-
type __VLS_WithSlots$
|
|
128
|
+
declare const _default$65: typeof __VLS_export$65;
|
|
129
|
+
type __VLS_WithSlots$41<T, S> = T & {
|
|
130
130
|
new (): {
|
|
131
131
|
$slots: S;
|
|
132
132
|
};
|
|
@@ -160,7 +160,7 @@ declare const Avatar: {
|
|
|
160
160
|
* ```
|
|
161
161
|
*/
|
|
162
162
|
Root: {
|
|
163
|
-
new (...args: any[]):
|
|
163
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
164
164
|
P: {};
|
|
165
165
|
B: {};
|
|
166
166
|
D: {};
|
|
@@ -171,7 +171,7 @@ declare const Avatar: {
|
|
|
171
171
|
__isFragment?: never;
|
|
172
172
|
__isTeleport?: never;
|
|
173
173
|
__isSuspense?: never;
|
|
174
|
-
} &
|
|
174
|
+
} & vue760.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
175
175
|
$slots: {
|
|
176
176
|
default?: (props: {}) => any;
|
|
177
177
|
};
|
|
@@ -193,13 +193,13 @@ declare const Avatar: {
|
|
|
193
193
|
* ```
|
|
194
194
|
*/
|
|
195
195
|
Image: {
|
|
196
|
-
new (...args: any[]):
|
|
196
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
197
197
|
onError?: ((e: Event) => any) | undefined;
|
|
198
198
|
onLoad?: ((e: Event) => any) | undefined;
|
|
199
|
-
}>, {}, {}, {}, {},
|
|
199
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
200
200
|
error: (e: Event) => any;
|
|
201
201
|
load: (e: Event) => any;
|
|
202
|
-
},
|
|
202
|
+
}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
203
203
|
P: {};
|
|
204
204
|
B: {};
|
|
205
205
|
D: {};
|
|
@@ -213,13 +213,13 @@ declare const Avatar: {
|
|
|
213
213
|
__isFragment?: never;
|
|
214
214
|
__isTeleport?: never;
|
|
215
215
|
__isSuspense?: never;
|
|
216
|
-
} &
|
|
216
|
+
} & vue760.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
217
217
|
onError?: ((e: Event) => any) | undefined;
|
|
218
218
|
onLoad?: ((e: Event) => any) | undefined;
|
|
219
|
-
}>, {}, {}, {}, {},
|
|
219
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
220
220
|
error: (e: Event) => any;
|
|
221
221
|
load: (e: Event) => any;
|
|
222
|
-
}, string, {}, {}, string, {},
|
|
222
|
+
}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
223
223
|
$slots: {
|
|
224
224
|
default: (props: AvatarImageSlotProps) => any;
|
|
225
225
|
};
|
|
@@ -243,7 +243,7 @@ declare const Avatar: {
|
|
|
243
243
|
* ```
|
|
244
244
|
*/
|
|
245
245
|
Fallback: {
|
|
246
|
-
new (...args: any[]):
|
|
246
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
247
247
|
P: {};
|
|
248
248
|
B: {};
|
|
249
249
|
D: {};
|
|
@@ -254,7 +254,7 @@ declare const Avatar: {
|
|
|
254
254
|
__isFragment?: never;
|
|
255
255
|
__isTeleport?: never;
|
|
256
256
|
__isSuspense?: never;
|
|
257
|
-
} &
|
|
257
|
+
} & vue760.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
258
258
|
$slots: {
|
|
259
259
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
260
260
|
};
|
|
@@ -322,12 +322,12 @@ interface BreadcrumbsRootSlotProps {
|
|
|
322
322
|
'role': 'navigation' | undefined;
|
|
323
323
|
};
|
|
324
324
|
}
|
|
325
|
-
declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?:
|
|
326
|
-
declare const __VLS_export$
|
|
325
|
+
declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?: vue760.App) => BreadcrumbsRootContext;
|
|
326
|
+
declare const __VLS_export$64: __VLS_WithSlots$40<vue760.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
327
327
|
default: (props: BreadcrumbsRootSlotProps) => unknown;
|
|
328
328
|
}>;
|
|
329
|
-
declare const _default$
|
|
330
|
-
type __VLS_WithSlots$
|
|
329
|
+
declare const _default$64: typeof __VLS_export$64;
|
|
330
|
+
type __VLS_WithSlots$40<T, S> = T & {
|
|
331
331
|
new (): {
|
|
332
332
|
$slots: S;
|
|
333
333
|
};
|
|
@@ -340,11 +340,11 @@ interface BreadcrumbsListSlotProps {
|
|
|
340
340
|
role: 'list';
|
|
341
341
|
};
|
|
342
342
|
}
|
|
343
|
-
declare const __VLS_export$
|
|
343
|
+
declare const __VLS_export$63: __VLS_WithSlots$39<vue760.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
344
344
|
default: (props: BreadcrumbsListSlotProps) => unknown;
|
|
345
345
|
}>;
|
|
346
|
-
declare const _default$
|
|
347
|
-
type __VLS_WithSlots$
|
|
346
|
+
declare const _default$62: typeof __VLS_export$63;
|
|
347
|
+
type __VLS_WithSlots$39<T, S> = T & {
|
|
348
348
|
new (): {
|
|
349
349
|
$slots: S;
|
|
350
350
|
};
|
|
@@ -371,11 +371,11 @@ interface BreadcrumbsItemSlotProps {
|
|
|
371
371
|
'data-selected': true | undefined;
|
|
372
372
|
};
|
|
373
373
|
}
|
|
374
|
-
declare const __VLS_export$
|
|
374
|
+
declare const __VLS_export$62: __VLS_WithSlots$38<vue760.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
375
375
|
default: (props: BreadcrumbsItemSlotProps) => unknown;
|
|
376
376
|
}>;
|
|
377
|
-
declare const _default$
|
|
378
|
-
type __VLS_WithSlots$
|
|
377
|
+
declare const _default$60: typeof __VLS_export$62;
|
|
378
|
+
type __VLS_WithSlots$38<T, S> = T & {
|
|
379
379
|
new (): {
|
|
380
380
|
$slots: S;
|
|
381
381
|
};
|
|
@@ -389,11 +389,11 @@ interface BreadcrumbsPageSlotProps {
|
|
|
389
389
|
'aria-current': 'page';
|
|
390
390
|
};
|
|
391
391
|
}
|
|
392
|
-
declare const __VLS_export$
|
|
392
|
+
declare const __VLS_export$61: __VLS_WithSlots$37<vue760.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
393
393
|
default: (props: BreadcrumbsPageSlotProps) => unknown;
|
|
394
394
|
}>;
|
|
395
|
-
declare const _default$
|
|
396
|
-
type __VLS_WithSlots$
|
|
395
|
+
declare const _default$63: typeof __VLS_export$61;
|
|
396
|
+
type __VLS_WithSlots$37<T, S> = T & {
|
|
397
397
|
new (): {
|
|
398
398
|
$slots: S;
|
|
399
399
|
};
|
|
@@ -421,11 +421,11 @@ interface BreadcrumbsDividerSlotProps {
|
|
|
421
421
|
'data-selected': true | undefined;
|
|
422
422
|
};
|
|
423
423
|
}
|
|
424
|
-
declare const __VLS_export$
|
|
424
|
+
declare const __VLS_export$60: __VLS_WithSlots$36<vue760.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
425
425
|
default: (props: BreadcrumbsDividerSlotProps) => unknown;
|
|
426
426
|
}>;
|
|
427
|
-
declare const _default$
|
|
428
|
-
type __VLS_WithSlots$
|
|
427
|
+
declare const _default$58: typeof __VLS_export$60;
|
|
428
|
+
type __VLS_WithSlots$36<T, S> = T & {
|
|
429
429
|
new (): {
|
|
430
430
|
$slots: S;
|
|
431
431
|
};
|
|
@@ -453,11 +453,11 @@ interface BreadcrumbsEllipsisSlotProps {
|
|
|
453
453
|
'data-selected': true | undefined;
|
|
454
454
|
};
|
|
455
455
|
}
|
|
456
|
-
declare const __VLS_export$
|
|
456
|
+
declare const __VLS_export$59: __VLS_WithSlots$35<vue760.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
457
457
|
default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
|
|
458
458
|
}>;
|
|
459
|
-
declare const _default$
|
|
460
|
-
type __VLS_WithSlots$
|
|
459
|
+
declare const _default$59: typeof __VLS_export$59;
|
|
460
|
+
type __VLS_WithSlots$35<T, S> = T & {
|
|
461
461
|
new (): {
|
|
462
462
|
$slots: S;
|
|
463
463
|
};
|
|
@@ -465,11 +465,11 @@ type __VLS_WithSlots$28<T, S> = T & {
|
|
|
465
465
|
//#endregion
|
|
466
466
|
//#region src/components/Breadcrumbs/BreadcrumbsLink.vue.d.ts
|
|
467
467
|
type BreadcrumbsLinkProps = AtomProps;
|
|
468
|
-
declare const __VLS_export$
|
|
468
|
+
declare const __VLS_export$58: __VLS_WithSlots$34<vue760.DefineComponent<AtomProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
469
469
|
default?: (props: {}) => any;
|
|
470
470
|
}>;
|
|
471
|
-
declare const _default$
|
|
472
|
-
type __VLS_WithSlots$
|
|
471
|
+
declare const _default$61: typeof __VLS_export$58;
|
|
472
|
+
type __VLS_WithSlots$34<T, S> = T & {
|
|
473
473
|
new (): {
|
|
474
474
|
$slots: S;
|
|
475
475
|
};
|
|
@@ -520,7 +520,7 @@ declare const Breadcrumbs: {
|
|
|
520
520
|
* ```
|
|
521
521
|
*/
|
|
522
522
|
Root: {
|
|
523
|
-
new (...args: any[]):
|
|
523
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
524
524
|
P: {};
|
|
525
525
|
B: {};
|
|
526
526
|
D: {};
|
|
@@ -531,7 +531,7 @@ declare const Breadcrumbs: {
|
|
|
531
531
|
__isFragment?: never;
|
|
532
532
|
__isTeleport?: never;
|
|
533
533
|
__isSuspense?: never;
|
|
534
|
-
} &
|
|
534
|
+
} & vue760.ComponentOptionsBase<Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
535
535
|
$slots: {
|
|
536
536
|
default: (props: BreadcrumbsRootSlotProps) => unknown;
|
|
537
537
|
};
|
|
@@ -552,7 +552,7 @@ declare const Breadcrumbs: {
|
|
|
552
552
|
* ```
|
|
553
553
|
*/
|
|
554
554
|
List: {
|
|
555
|
-
new (...args: any[]):
|
|
555
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
556
556
|
P: {};
|
|
557
557
|
B: {};
|
|
558
558
|
D: {};
|
|
@@ -563,7 +563,7 @@ declare const Breadcrumbs: {
|
|
|
563
563
|
__isFragment?: never;
|
|
564
564
|
__isTeleport?: never;
|
|
565
565
|
__isSuspense?: never;
|
|
566
|
-
} &
|
|
566
|
+
} & vue760.ComponentOptionsBase<Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
567
567
|
$slots: {
|
|
568
568
|
default: (props: BreadcrumbsListSlotProps) => unknown;
|
|
569
569
|
};
|
|
@@ -595,7 +595,7 @@ declare const Breadcrumbs: {
|
|
|
595
595
|
* ```
|
|
596
596
|
*/
|
|
597
597
|
Item: {
|
|
598
|
-
new (...args: any[]):
|
|
598
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
599
599
|
P: {};
|
|
600
600
|
B: {};
|
|
601
601
|
D: {};
|
|
@@ -606,7 +606,7 @@ declare const Breadcrumbs: {
|
|
|
606
606
|
__isFragment?: never;
|
|
607
607
|
__isTeleport?: never;
|
|
608
608
|
__isSuspense?: never;
|
|
609
|
-
} &
|
|
609
|
+
} & vue760.ComponentOptionsBase<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
610
610
|
$slots: {
|
|
611
611
|
default: (props: BreadcrumbsItemSlotProps) => unknown;
|
|
612
612
|
};
|
|
@@ -638,7 +638,7 @@ declare const Breadcrumbs: {
|
|
|
638
638
|
* ```
|
|
639
639
|
*/
|
|
640
640
|
Link: {
|
|
641
|
-
new (...args: any[]):
|
|
641
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
642
642
|
P: {};
|
|
643
643
|
B: {};
|
|
644
644
|
D: {};
|
|
@@ -649,7 +649,7 @@ declare const Breadcrumbs: {
|
|
|
649
649
|
__isFragment?: never;
|
|
650
650
|
__isTeleport?: never;
|
|
651
651
|
__isSuspense?: never;
|
|
652
|
-
} &
|
|
652
|
+
} & vue760.ComponentOptionsBase<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
653
653
|
$slots: {
|
|
654
654
|
default?: (props: {}) => any;
|
|
655
655
|
};
|
|
@@ -671,7 +671,7 @@ declare const Breadcrumbs: {
|
|
|
671
671
|
* ```
|
|
672
672
|
*/
|
|
673
673
|
Page: {
|
|
674
|
-
new (...args: any[]):
|
|
674
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
675
675
|
P: {};
|
|
676
676
|
B: {};
|
|
677
677
|
D: {};
|
|
@@ -682,7 +682,7 @@ declare const Breadcrumbs: {
|
|
|
682
682
|
__isFragment?: never;
|
|
683
683
|
__isTeleport?: never;
|
|
684
684
|
__isSuspense?: never;
|
|
685
|
-
} &
|
|
685
|
+
} & vue760.ComponentOptionsBase<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
686
686
|
$slots: {
|
|
687
687
|
default: (props: BreadcrumbsPageSlotProps) => unknown;
|
|
688
688
|
};
|
|
@@ -713,7 +713,7 @@ declare const Breadcrumbs: {
|
|
|
713
713
|
* ```
|
|
714
714
|
*/
|
|
715
715
|
Divider: {
|
|
716
|
-
new (...args: any[]):
|
|
716
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
717
717
|
P: {};
|
|
718
718
|
B: {};
|
|
719
719
|
D: {};
|
|
@@ -724,7 +724,7 @@ declare const Breadcrumbs: {
|
|
|
724
724
|
__isFragment?: never;
|
|
725
725
|
__isTeleport?: never;
|
|
726
726
|
__isSuspense?: never;
|
|
727
|
-
} &
|
|
727
|
+
} & vue760.ComponentOptionsBase<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
728
728
|
$slots: {
|
|
729
729
|
default: (props: BreadcrumbsDividerSlotProps) => unknown;
|
|
730
730
|
};
|
|
@@ -748,7 +748,7 @@ declare const Breadcrumbs: {
|
|
|
748
748
|
* ```
|
|
749
749
|
*/
|
|
750
750
|
Ellipsis: {
|
|
751
|
-
new (...args: any[]):
|
|
751
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
752
752
|
P: {};
|
|
753
753
|
B: {};
|
|
754
754
|
D: {};
|
|
@@ -759,7 +759,7 @@ declare const Breadcrumbs: {
|
|
|
759
759
|
__isFragment?: never;
|
|
760
760
|
__isTeleport?: never;
|
|
761
761
|
__isSuspense?: never;
|
|
762
|
-
} &
|
|
762
|
+
} & vue760.ComponentOptionsBase<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
763
763
|
$slots: {
|
|
764
764
|
default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
|
|
765
765
|
};
|
|
@@ -817,24 +817,24 @@ interface CheckboxGroupSlotProps {
|
|
|
817
817
|
'aria-describedby': string | undefined;
|
|
818
818
|
};
|
|
819
819
|
}
|
|
820
|
-
declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?:
|
|
821
|
-
declare const __VLS_export$
|
|
820
|
+
declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue760.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
821
|
+
declare const __VLS_export$57: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$19<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
822
822
|
props: __VLS_PrettifyLocal$19<(CheckboxGroupProps & {
|
|
823
823
|
modelValue?: T | T[];
|
|
824
824
|
}) & {
|
|
825
825
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
826
826
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
827
|
-
}> &
|
|
827
|
+
}> & vue760.PublicProps;
|
|
828
828
|
expose: (exposed: {}) => void;
|
|
829
829
|
attrs: any;
|
|
830
830
|
slots: {
|
|
831
831
|
default: (props: CheckboxGroupSlotProps) => any;
|
|
832
832
|
};
|
|
833
833
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
834
|
-
}>) =>
|
|
834
|
+
}>) => vue760.VNode & {
|
|
835
835
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
836
836
|
};
|
|
837
|
-
declare const _default$
|
|
837
|
+
declare const _default$53: typeof __VLS_export$57;
|
|
838
838
|
type __VLS_PrettifyLocal$19<T> = { [K in keyof T as K]: T[K] } & {};
|
|
839
839
|
//#endregion
|
|
840
840
|
//#region src/components/Checkbox/CheckboxHiddenInput.vue.d.ts
|
|
@@ -848,8 +848,8 @@ interface CheckboxHiddenInputProps {
|
|
|
848
848
|
/** Associate with form by ID (defaults to context value) */
|
|
849
849
|
form?: string;
|
|
850
850
|
}
|
|
851
|
-
declare const __VLS_export$
|
|
852
|
-
declare const _default$
|
|
851
|
+
declare const __VLS_export$56: vue760.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>;
|
|
852
|
+
declare const _default$54: typeof __VLS_export$56;
|
|
853
853
|
//#endregion
|
|
854
854
|
//#region src/components/Checkbox/CheckboxRoot.vue.d.ts
|
|
855
855
|
/** Visual state of the checkbox for styling purposes */
|
|
@@ -894,9 +894,9 @@ interface CheckboxRootProps<V = unknown> extends AtomProps {
|
|
|
894
894
|
/** Associate with form by ID */
|
|
895
895
|
form?: string;
|
|
896
896
|
/** Disables this checkbox */
|
|
897
|
-
disabled?:
|
|
897
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
898
898
|
/** Sets the indeterminate state */
|
|
899
|
-
indeterminate?:
|
|
899
|
+
indeterminate?: MaybeRefOrGetter<boolean>;
|
|
900
900
|
/** Namespace for context provision to children (Indicator, HiddenInput) */
|
|
901
901
|
namespace?: string;
|
|
902
902
|
/** Namespace for connecting to parent Checkbox.Group */
|
|
@@ -946,24 +946,24 @@ interface CheckboxRootSlotProps<V = unknown> {
|
|
|
946
946
|
'data-disabled': true | undefined;
|
|
947
947
|
};
|
|
948
948
|
}
|
|
949
|
-
declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?:
|
|
950
|
-
declare const __VLS_export$
|
|
949
|
+
declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue760.App) => CheckboxRootContext<unknown>;
|
|
950
|
+
declare const __VLS_export$55: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$18<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
951
951
|
props: __VLS_PrettifyLocal$18<(CheckboxRootProps<V> & {
|
|
952
952
|
modelValue?: boolean;
|
|
953
953
|
}) & {
|
|
954
954
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
955
955
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
956
|
-
}> &
|
|
956
|
+
}> & vue760.PublicProps;
|
|
957
957
|
expose: (exposed: {}) => void;
|
|
958
958
|
attrs: any;
|
|
959
959
|
slots: {
|
|
960
960
|
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
961
961
|
};
|
|
962
962
|
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
963
|
-
}>) =>
|
|
963
|
+
}>) => vue760.VNode & {
|
|
964
964
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
965
965
|
};
|
|
966
|
-
declare const _default$
|
|
966
|
+
declare const _default$56: typeof __VLS_export$55;
|
|
967
967
|
type __VLS_PrettifyLocal$18<T> = { [K in keyof T as K]: T[K] } & {};
|
|
968
968
|
//#endregion
|
|
969
969
|
//#region src/components/Checkbox/CheckboxIndicator.vue.d.ts
|
|
@@ -984,11 +984,11 @@ interface CheckboxIndicatorSlotProps {
|
|
|
984
984
|
};
|
|
985
985
|
};
|
|
986
986
|
}
|
|
987
|
-
declare const __VLS_export$
|
|
987
|
+
declare const __VLS_export$54: __VLS_WithSlots$33<vue760.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
988
988
|
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
989
989
|
}>;
|
|
990
|
-
declare const _default$
|
|
991
|
-
type __VLS_WithSlots$
|
|
990
|
+
declare const _default$55: typeof __VLS_export$54;
|
|
991
|
+
type __VLS_WithSlots$33<T, S> = T & {
|
|
992
992
|
new (): {
|
|
993
993
|
$slots: S;
|
|
994
994
|
};
|
|
@@ -1038,11 +1038,11 @@ interface CheckboxSelectAllSlotProps {
|
|
|
1038
1038
|
'data-disabled': true | undefined;
|
|
1039
1039
|
};
|
|
1040
1040
|
}
|
|
1041
|
-
declare const __VLS_export$
|
|
1041
|
+
declare const __VLS_export$53: __VLS_WithSlots$32<vue760.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1042
1042
|
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
1043
1043
|
}>;
|
|
1044
|
-
declare const _default$
|
|
1045
|
-
type __VLS_WithSlots$
|
|
1044
|
+
declare const _default$57: typeof __VLS_export$53;
|
|
1045
|
+
type __VLS_WithSlots$32<T, S> = T & {
|
|
1046
1046
|
new (): {
|
|
1047
1047
|
$slots: S;
|
|
1048
1048
|
};
|
|
@@ -1119,14 +1119,14 @@ declare const Checkbox: {
|
|
|
1119
1119
|
modelValue?: (T | T[]) | undefined;
|
|
1120
1120
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1121
1121
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1122
|
-
} &
|
|
1122
|
+
} & vue760.PublicProps;
|
|
1123
1123
|
expose: (exposed: {}) => void;
|
|
1124
1124
|
attrs: any;
|
|
1125
1125
|
slots: {
|
|
1126
1126
|
default: (props: CheckboxGroupSlotProps) => any;
|
|
1127
1127
|
};
|
|
1128
1128
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1129
|
-
}>) =>
|
|
1129
|
+
}>) => vue760.VNode & {
|
|
1130
1130
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1131
1131
|
};
|
|
1132
1132
|
/**
|
|
@@ -1151,7 +1151,7 @@ declare const Checkbox: {
|
|
|
1151
1151
|
* </template>
|
|
1152
1152
|
* ```
|
|
1153
1153
|
*/
|
|
1154
|
-
HiddenInput:
|
|
1154
|
+
HiddenInput: vue760.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>;
|
|
1155
1155
|
/**
|
|
1156
1156
|
* Visual indicator component for checkboxes.
|
|
1157
1157
|
*
|
|
@@ -1178,7 +1178,7 @@ declare const Checkbox: {
|
|
|
1178
1178
|
* ```
|
|
1179
1179
|
*/
|
|
1180
1180
|
Indicator: {
|
|
1181
|
-
new (...args: any[]):
|
|
1181
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
1182
1182
|
P: {};
|
|
1183
1183
|
B: {};
|
|
1184
1184
|
D: {};
|
|
@@ -1189,7 +1189,7 @@ declare const Checkbox: {
|
|
|
1189
1189
|
__isFragment?: never;
|
|
1190
1190
|
__isTeleport?: never;
|
|
1191
1191
|
__isSuspense?: never;
|
|
1192
|
-
} &
|
|
1192
|
+
} & vue760.ComponentOptionsBase<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
1193
1193
|
$slots: {
|
|
1194
1194
|
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
1195
1195
|
};
|
|
@@ -1236,8 +1236,8 @@ declare const Checkbox: {
|
|
|
1236
1236
|
value?: V | undefined;
|
|
1237
1237
|
name?: string | undefined;
|
|
1238
1238
|
form?: string | undefined;
|
|
1239
|
-
disabled?:
|
|
1240
|
-
indeterminate?:
|
|
1239
|
+
disabled?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
1240
|
+
indeterminate?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
1241
1241
|
namespace?: string | undefined;
|
|
1242
1242
|
groupNamespace?: string | undefined;
|
|
1243
1243
|
ariaLabelledby?: string | undefined;
|
|
@@ -1248,14 +1248,14 @@ declare const Checkbox: {
|
|
|
1248
1248
|
modelValue?: boolean | undefined;
|
|
1249
1249
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
1250
1250
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
1251
|
-
} &
|
|
1251
|
+
} & vue760.PublicProps;
|
|
1252
1252
|
expose: (exposed: {}) => void;
|
|
1253
1253
|
attrs: any;
|
|
1254
1254
|
slots: {
|
|
1255
1255
|
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
1256
1256
|
};
|
|
1257
1257
|
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
1258
|
-
}>) =>
|
|
1258
|
+
}>) => vue760.VNode & {
|
|
1259
1259
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1260
1260
|
};
|
|
1261
1261
|
/**
|
|
@@ -1293,7 +1293,7 @@ declare const Checkbox: {
|
|
|
1293
1293
|
* ```
|
|
1294
1294
|
*/
|
|
1295
1295
|
SelectAll: {
|
|
1296
|
-
new (...args: any[]):
|
|
1296
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
1297
1297
|
P: {};
|
|
1298
1298
|
B: {};
|
|
1299
1299
|
D: {};
|
|
@@ -1304,7 +1304,7 @@ declare const Checkbox: {
|
|
|
1304
1304
|
__isFragment?: never;
|
|
1305
1305
|
__isTeleport?: never;
|
|
1306
1306
|
__isSuspense?: never;
|
|
1307
|
-
} &
|
|
1307
|
+
} & vue760.ComponentOptionsBase<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
1308
1308
|
$slots: {
|
|
1309
1309
|
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
1310
1310
|
};
|
|
@@ -1336,22 +1336,22 @@ interface DialogRootSlotProps {
|
|
|
1336
1336
|
/** Close the dialog */
|
|
1337
1337
|
close: () => void;
|
|
1338
1338
|
}
|
|
1339
|
-
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?:
|
|
1340
|
-
declare const __VLS_export$
|
|
1339
|
+
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue760.App) => DialogContext;
|
|
1340
|
+
declare const __VLS_export$52: __VLS_WithSlots$31<vue760.DefineComponent<DialogRootProps & {
|
|
1341
1341
|
modelValue?: boolean;
|
|
1342
|
-
}, {}, {}, {}, {},
|
|
1342
|
+
}, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
1343
1343
|
"update:model-value": (value: boolean) => any;
|
|
1344
1344
|
"update:modelValue": (value: boolean) => any;
|
|
1345
|
-
}, string,
|
|
1345
|
+
}, string, vue760.PublicProps, Readonly<DialogRootProps & {
|
|
1346
1346
|
modelValue?: boolean;
|
|
1347
1347
|
}> & Readonly<{
|
|
1348
1348
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
1349
1349
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1350
|
-
}>, {}, {}, {}, {}, string,
|
|
1350
|
+
}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1351
1351
|
default: (props: DialogRootSlotProps) => any;
|
|
1352
1352
|
}>;
|
|
1353
|
-
declare const _default$
|
|
1354
|
-
type __VLS_WithSlots$
|
|
1353
|
+
declare const _default$50: typeof __VLS_export$52;
|
|
1354
|
+
type __VLS_WithSlots$31<T, S> = T & {
|
|
1355
1355
|
new (): {
|
|
1356
1356
|
$slots: S;
|
|
1357
1357
|
};
|
|
@@ -1373,11 +1373,11 @@ interface DialogActivatorSlotProps {
|
|
|
1373
1373
|
'data-dialog-open': '' | undefined;
|
|
1374
1374
|
};
|
|
1375
1375
|
}
|
|
1376
|
-
declare const __VLS_export$
|
|
1376
|
+
declare const __VLS_export$51: __VLS_WithSlots$30<vue760.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1377
1377
|
default: (props: DialogActivatorSlotProps) => any;
|
|
1378
1378
|
}>;
|
|
1379
|
-
declare const _default$
|
|
1380
|
-
type __VLS_WithSlots$
|
|
1379
|
+
declare const _default$52: typeof __VLS_export$51;
|
|
1380
|
+
type __VLS_WithSlots$30<T, S> = T & {
|
|
1381
1381
|
new (): {
|
|
1382
1382
|
$slots: S;
|
|
1383
1383
|
};
|
|
@@ -1417,17 +1417,17 @@ interface DialogContentSlotProps {
|
|
|
1417
1417
|
'aria-describedby': string;
|
|
1418
1418
|
};
|
|
1419
1419
|
}
|
|
1420
|
-
declare const __VLS_export$
|
|
1420
|
+
declare const __VLS_export$50: __VLS_WithSlots$29<vue760.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
1421
1421
|
cancel: (e: Event) => any;
|
|
1422
1422
|
close: (e: Event) => any;
|
|
1423
|
-
}, string,
|
|
1423
|
+
}, string, vue760.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
1424
1424
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1425
1425
|
onClose?: ((e: Event) => any) | undefined;
|
|
1426
|
-
}>, {}, {}, {}, {}, string,
|
|
1426
|
+
}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1427
1427
|
default: (props: DialogContentSlotProps) => any;
|
|
1428
1428
|
}>;
|
|
1429
|
-
declare const _default$
|
|
1430
|
-
type __VLS_WithSlots$
|
|
1429
|
+
declare const _default$48: typeof __VLS_export$50;
|
|
1430
|
+
type __VLS_WithSlots$29<T, S> = T & {
|
|
1431
1431
|
new (): {
|
|
1432
1432
|
$slots: S;
|
|
1433
1433
|
};
|
|
@@ -1444,11 +1444,11 @@ interface DialogTitleSlotProps {
|
|
|
1444
1444
|
id: string;
|
|
1445
1445
|
};
|
|
1446
1446
|
}
|
|
1447
|
-
declare const __VLS_export$
|
|
1447
|
+
declare const __VLS_export$49: __VLS_WithSlots$28<vue760.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1448
1448
|
default: (props: DialogTitleSlotProps) => any;
|
|
1449
1449
|
}>;
|
|
1450
|
-
declare const _default$
|
|
1451
|
-
type __VLS_WithSlots$
|
|
1450
|
+
declare const _default$51: typeof __VLS_export$49;
|
|
1451
|
+
type __VLS_WithSlots$28<T, S> = T & {
|
|
1452
1452
|
new (): {
|
|
1453
1453
|
$slots: S;
|
|
1454
1454
|
};
|
|
@@ -1465,11 +1465,11 @@ interface DialogDescriptionSlotProps {
|
|
|
1465
1465
|
id: string;
|
|
1466
1466
|
};
|
|
1467
1467
|
}
|
|
1468
|
-
declare const __VLS_export$
|
|
1468
|
+
declare const __VLS_export$48: __VLS_WithSlots$27<vue760.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1469
1469
|
default: (props: DialogDescriptionSlotProps) => any;
|
|
1470
1470
|
}>;
|
|
1471
|
-
declare const _default$
|
|
1472
|
-
type __VLS_WithSlots$
|
|
1471
|
+
declare const _default$49: typeof __VLS_export$48;
|
|
1472
|
+
type __VLS_WithSlots$27<T, S> = T & {
|
|
1473
1473
|
new (): {
|
|
1474
1474
|
$slots: S;
|
|
1475
1475
|
};
|
|
@@ -1489,11 +1489,11 @@ interface DialogCloseSlotProps {
|
|
|
1489
1489
|
'aria-label': 'Close';
|
|
1490
1490
|
};
|
|
1491
1491
|
}
|
|
1492
|
-
declare const __VLS_export$
|
|
1492
|
+
declare const __VLS_export$47: __VLS_WithSlots$26<vue760.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1493
1493
|
default: (props: DialogCloseSlotProps) => any;
|
|
1494
1494
|
}>;
|
|
1495
|
-
declare const _default$
|
|
1496
|
-
type __VLS_WithSlots$
|
|
1495
|
+
declare const _default$47: typeof __VLS_export$47;
|
|
1496
|
+
type __VLS_WithSlots$26<T, S> = T & {
|
|
1497
1497
|
new (): {
|
|
1498
1498
|
$slots: S;
|
|
1499
1499
|
};
|
|
@@ -1553,15 +1553,15 @@ declare const Dialog: {
|
|
|
1553
1553
|
* ```
|
|
1554
1554
|
*/
|
|
1555
1555
|
Root: {
|
|
1556
|
-
new (...args: any[]):
|
|
1556
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
|
|
1557
1557
|
modelValue?: boolean;
|
|
1558
1558
|
}> & Readonly<{
|
|
1559
1559
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
1560
1560
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1561
|
-
}>, {}, {}, {}, {},
|
|
1561
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
1562
1562
|
"update:model-value": (value: boolean) => any;
|
|
1563
1563
|
"update:modelValue": (value: boolean) => any;
|
|
1564
|
-
},
|
|
1564
|
+
}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
1565
1565
|
P: {};
|
|
1566
1566
|
B: {};
|
|
1567
1567
|
D: {};
|
|
@@ -1577,15 +1577,15 @@ declare const Dialog: {
|
|
|
1577
1577
|
__isFragment?: never;
|
|
1578
1578
|
__isTeleport?: never;
|
|
1579
1579
|
__isSuspense?: never;
|
|
1580
|
-
} &
|
|
1580
|
+
} & vue760.ComponentOptionsBase<Readonly<DialogRootProps & {
|
|
1581
1581
|
modelValue?: boolean;
|
|
1582
1582
|
}> & Readonly<{
|
|
1583
1583
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
1584
1584
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1585
|
-
}>, {}, {}, {}, {},
|
|
1585
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
1586
1586
|
"update:model-value": (value: boolean) => any;
|
|
1587
1587
|
"update:modelValue": (value: boolean) => any;
|
|
1588
|
-
}, string, {}, {}, string, {},
|
|
1588
|
+
}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
1589
1589
|
$slots: {
|
|
1590
1590
|
default: (props: DialogRootSlotProps) => any;
|
|
1591
1591
|
};
|
|
@@ -1609,7 +1609,7 @@ declare const Dialog: {
|
|
|
1609
1609
|
* ```
|
|
1610
1610
|
*/
|
|
1611
1611
|
Activator: {
|
|
1612
|
-
new (...args: any[]):
|
|
1612
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
1613
1613
|
P: {};
|
|
1614
1614
|
B: {};
|
|
1615
1615
|
D: {};
|
|
@@ -1620,7 +1620,7 @@ declare const Dialog: {
|
|
|
1620
1620
|
__isFragment?: never;
|
|
1621
1621
|
__isTeleport?: never;
|
|
1622
1622
|
__isSuspense?: never;
|
|
1623
|
-
} &
|
|
1623
|
+
} & vue760.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
1624
1624
|
$slots: {
|
|
1625
1625
|
default: (props: DialogActivatorSlotProps) => any;
|
|
1626
1626
|
};
|
|
@@ -1646,13 +1646,13 @@ declare const Dialog: {
|
|
|
1646
1646
|
* ```
|
|
1647
1647
|
*/
|
|
1648
1648
|
Content: {
|
|
1649
|
-
new (...args: any[]):
|
|
1649
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
|
|
1650
1650
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1651
1651
|
onClose?: ((e: Event) => any) | undefined;
|
|
1652
|
-
}>, {}, {}, {}, {},
|
|
1652
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
1653
1653
|
cancel: (e: Event) => any;
|
|
1654
1654
|
close: (e: Event) => any;
|
|
1655
|
-
},
|
|
1655
|
+
}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
1656
1656
|
P: {};
|
|
1657
1657
|
B: {};
|
|
1658
1658
|
D: {};
|
|
@@ -1666,13 +1666,13 @@ declare const Dialog: {
|
|
|
1666
1666
|
__isFragment?: never;
|
|
1667
1667
|
__isTeleport?: never;
|
|
1668
1668
|
__isSuspense?: never;
|
|
1669
|
-
} &
|
|
1669
|
+
} & vue760.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
|
|
1670
1670
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1671
1671
|
onClose?: ((e: Event) => any) | undefined;
|
|
1672
|
-
}>, {}, {}, {}, {},
|
|
1672
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
1673
1673
|
cancel: (e: Event) => any;
|
|
1674
1674
|
close: (e: Event) => any;
|
|
1675
|
-
}, string, {}, {}, string, {},
|
|
1675
|
+
}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
1676
1676
|
$slots: {
|
|
1677
1677
|
default: (props: DialogContentSlotProps) => any;
|
|
1678
1678
|
};
|
|
@@ -1694,7 +1694,7 @@ declare const Dialog: {
|
|
|
1694
1694
|
* ```
|
|
1695
1695
|
*/
|
|
1696
1696
|
Title: {
|
|
1697
|
-
new (...args: any[]):
|
|
1697
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
1698
1698
|
P: {};
|
|
1699
1699
|
B: {};
|
|
1700
1700
|
D: {};
|
|
@@ -1705,7 +1705,7 @@ declare const Dialog: {
|
|
|
1705
1705
|
__isFragment?: never;
|
|
1706
1706
|
__isTeleport?: never;
|
|
1707
1707
|
__isSuspense?: never;
|
|
1708
|
-
} &
|
|
1708
|
+
} & vue760.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
1709
1709
|
$slots: {
|
|
1710
1710
|
default: (props: DialogTitleSlotProps) => any;
|
|
1711
1711
|
};
|
|
@@ -1729,7 +1729,7 @@ declare const Dialog: {
|
|
|
1729
1729
|
* ```
|
|
1730
1730
|
*/
|
|
1731
1731
|
Description: {
|
|
1732
|
-
new (...args: any[]):
|
|
1732
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
1733
1733
|
P: {};
|
|
1734
1734
|
B: {};
|
|
1735
1735
|
D: {};
|
|
@@ -1740,7 +1740,7 @@ declare const Dialog: {
|
|
|
1740
1740
|
__isFragment?: never;
|
|
1741
1741
|
__isTeleport?: never;
|
|
1742
1742
|
__isSuspense?: never;
|
|
1743
|
-
} &
|
|
1743
|
+
} & vue760.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
1744
1744
|
$slots: {
|
|
1745
1745
|
default: (props: DialogDescriptionSlotProps) => any;
|
|
1746
1746
|
};
|
|
@@ -1762,7 +1762,7 @@ declare const Dialog: {
|
|
|
1762
1762
|
* ```
|
|
1763
1763
|
*/
|
|
1764
1764
|
Close: {
|
|
1765
|
-
new (...args: any[]):
|
|
1765
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
1766
1766
|
P: {};
|
|
1767
1767
|
B: {};
|
|
1768
1768
|
D: {};
|
|
@@ -1773,7 +1773,7 @@ declare const Dialog: {
|
|
|
1773
1773
|
__isFragment?: never;
|
|
1774
1774
|
__isTeleport?: never;
|
|
1775
1775
|
__isSuspense?: never;
|
|
1776
|
-
} &
|
|
1776
|
+
} & vue760.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
1777
1777
|
$slots: {
|
|
1778
1778
|
default: (props: DialogCloseSlotProps) => any;
|
|
1779
1779
|
};
|
|
@@ -1817,23 +1817,23 @@ interface ExpansionPanelRootSlotProps {
|
|
|
1817
1817
|
/** Toggle a panel's expansion state by ID */
|
|
1818
1818
|
toggle: (id: ID) => void;
|
|
1819
1819
|
}
|
|
1820
|
-
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?:
|
|
1821
|
-
declare const __VLS_export$
|
|
1820
|
+
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue760.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
1821
|
+
declare const __VLS_export$46: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$17<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1822
1822
|
props: __VLS_PrettifyLocal$17<(ExpansionPanelRootProps & {
|
|
1823
1823
|
modelValue?: T | T[];
|
|
1824
1824
|
}) & {
|
|
1825
1825
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
1826
|
-
}> &
|
|
1826
|
+
}> & vue760.PublicProps;
|
|
1827
1827
|
expose: (exposed: {}) => void;
|
|
1828
1828
|
attrs: any;
|
|
1829
1829
|
slots: {
|
|
1830
1830
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
1831
1831
|
};
|
|
1832
1832
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1833
|
-
}>) =>
|
|
1833
|
+
}>) => vue760.VNode & {
|
|
1834
1834
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1835
1835
|
};
|
|
1836
|
-
declare const _default$
|
|
1836
|
+
declare const _default$46: typeof __VLS_export$46;
|
|
1837
1837
|
type __VLS_PrettifyLocal$17<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1838
1838
|
//#endregion
|
|
1839
1839
|
//#region src/components/ExpansionPanel/ExpansionPanelItem.vue.d.ts
|
|
@@ -1843,7 +1843,7 @@ interface ExpansionPanelItemProps<V = unknown> extends AtomProps {
|
|
|
1843
1843
|
/** Value associated with this panel item for v-model binding */
|
|
1844
1844
|
value?: V;
|
|
1845
1845
|
/** Disables this specific panel item */
|
|
1846
|
-
disabled?:
|
|
1846
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
1847
1847
|
/** Namespace to retrieve the parent ExpansionPanelRoot context (default: 'v0:expansion-panel') */
|
|
1848
1848
|
namespace?: string;
|
|
1849
1849
|
}
|
|
@@ -1875,19 +1875,19 @@ interface ExpansionPanelItemSlotProps {
|
|
|
1875
1875
|
'data-selected': true | undefined;
|
|
1876
1876
|
};
|
|
1877
1877
|
}
|
|
1878
|
-
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?:
|
|
1879
|
-
declare const __VLS_export$
|
|
1880
|
-
props: __VLS_PrettifyLocal$16<ExpansionPanelItemProps<V>> &
|
|
1878
|
+
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue760.App) => ExpansionPanelItemContext;
|
|
1879
|
+
declare const __VLS_export$45: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$16<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1880
|
+
props: __VLS_PrettifyLocal$16<ExpansionPanelItemProps<V>> & vue760.PublicProps;
|
|
1881
1881
|
expose: (exposed: {}) => void;
|
|
1882
1882
|
attrs: any;
|
|
1883
1883
|
slots: {
|
|
1884
1884
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
1885
1885
|
};
|
|
1886
1886
|
emit: {};
|
|
1887
|
-
}>) =>
|
|
1887
|
+
}>) => vue760.VNode & {
|
|
1888
1888
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1889
1889
|
};
|
|
1890
|
-
declare const _default$
|
|
1890
|
+
declare const _default$45: typeof __VLS_export$45;
|
|
1891
1891
|
type __VLS_PrettifyLocal$16<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1892
1892
|
//#endregion
|
|
1893
1893
|
//#region src/components/ExpansionPanel/ExpansionPanelHeader.vue.d.ts
|
|
@@ -1904,11 +1904,11 @@ interface ExpansionPanelHeaderSlotProps {
|
|
|
1904
1904
|
'data-selected': true | undefined;
|
|
1905
1905
|
};
|
|
1906
1906
|
}
|
|
1907
|
-
declare const __VLS_export$
|
|
1907
|
+
declare const __VLS_export$44: __VLS_WithSlots$25<vue760.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1908
1908
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
1909
1909
|
}>;
|
|
1910
|
-
declare const _default$
|
|
1911
|
-
type __VLS_WithSlots$
|
|
1910
|
+
declare const _default$44: typeof __VLS_export$44;
|
|
1911
|
+
type __VLS_WithSlots$25<T, S> = T & {
|
|
1912
1912
|
new (): {
|
|
1913
1913
|
$slots: S;
|
|
1914
1914
|
};
|
|
@@ -1953,11 +1953,11 @@ interface ExpansionPanelActivatorSlotProps {
|
|
|
1953
1953
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
1954
1954
|
};
|
|
1955
1955
|
}
|
|
1956
|
-
declare const __VLS_export$
|
|
1956
|
+
declare const __VLS_export$43: __VLS_WithSlots$24<vue760.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1957
1957
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
1958
1958
|
}>;
|
|
1959
|
-
declare const _default$
|
|
1960
|
-
type __VLS_WithSlots$
|
|
1959
|
+
declare const _default$42: typeof __VLS_export$43;
|
|
1960
|
+
type __VLS_WithSlots$24<T, S> = T & {
|
|
1961
1961
|
new (): {
|
|
1962
1962
|
$slots: S;
|
|
1963
1963
|
};
|
|
@@ -1984,11 +1984,11 @@ interface ExpansionPanelContentSlotProps {
|
|
|
1984
1984
|
'hidden': boolean;
|
|
1985
1985
|
};
|
|
1986
1986
|
}
|
|
1987
|
-
declare const __VLS_export$
|
|
1987
|
+
declare const __VLS_export$42: __VLS_WithSlots$23<vue760.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
1988
1988
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
1989
1989
|
}>;
|
|
1990
|
-
declare const _default$
|
|
1991
|
-
type __VLS_WithSlots$
|
|
1990
|
+
declare const _default$43: typeof __VLS_export$42;
|
|
1991
|
+
type __VLS_WithSlots$23<T, S> = T & {
|
|
1992
1992
|
new (): {
|
|
1993
1993
|
$slots: S;
|
|
1994
1994
|
};
|
|
@@ -2046,14 +2046,14 @@ declare const ExpansionPanel: {
|
|
|
2046
2046
|
as?: (DOMElement | null) | undefined;
|
|
2047
2047
|
renderless?: boolean | undefined;
|
|
2048
2048
|
modelValue?: (T | T[]) | undefined;
|
|
2049
|
-
} &
|
|
2049
|
+
} & vue760.PublicProps;
|
|
2050
2050
|
expose: (exposed: {}) => void;
|
|
2051
2051
|
attrs: any;
|
|
2052
2052
|
slots: {
|
|
2053
2053
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
2054
2054
|
};
|
|
2055
2055
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2056
|
-
}>) =>
|
|
2056
|
+
}>) => vue760.VNode & {
|
|
2057
2057
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2058
2058
|
};
|
|
2059
2059
|
/**
|
|
@@ -2092,18 +2092,18 @@ declare const ExpansionPanel: {
|
|
|
2092
2092
|
props: {
|
|
2093
2093
|
id?: string | undefined;
|
|
2094
2094
|
value?: V | undefined;
|
|
2095
|
-
disabled?:
|
|
2095
|
+
disabled?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
2096
2096
|
namespace?: string | undefined;
|
|
2097
2097
|
as?: (DOMElement | null) | undefined;
|
|
2098
2098
|
renderless?: boolean | undefined;
|
|
2099
|
-
} &
|
|
2099
|
+
} & vue760.PublicProps;
|
|
2100
2100
|
expose: (exposed: {}) => void;
|
|
2101
2101
|
attrs: any;
|
|
2102
2102
|
slots: {
|
|
2103
2103
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
2104
2104
|
};
|
|
2105
2105
|
emit: {};
|
|
2106
|
-
}>) =>
|
|
2106
|
+
}>) => vue760.VNode & {
|
|
2107
2107
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2108
2108
|
};
|
|
2109
2109
|
/**
|
|
@@ -2127,7 +2127,7 @@ declare const ExpansionPanel: {
|
|
|
2127
2127
|
* ```
|
|
2128
2128
|
*/
|
|
2129
2129
|
Header: {
|
|
2130
|
-
new (...args: any[]):
|
|
2130
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
2131
2131
|
P: {};
|
|
2132
2132
|
B: {};
|
|
2133
2133
|
D: {};
|
|
@@ -2138,7 +2138,7 @@ declare const ExpansionPanel: {
|
|
|
2138
2138
|
__isFragment?: never;
|
|
2139
2139
|
__isTeleport?: never;
|
|
2140
2140
|
__isSuspense?: never;
|
|
2141
|
-
} &
|
|
2141
|
+
} & vue760.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
2142
2142
|
$slots: {
|
|
2143
2143
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
2144
2144
|
};
|
|
@@ -2162,7 +2162,7 @@ declare const ExpansionPanel: {
|
|
|
2162
2162
|
* ```
|
|
2163
2163
|
*/
|
|
2164
2164
|
Activator: {
|
|
2165
|
-
new (...args: any[]):
|
|
2165
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
2166
2166
|
P: {};
|
|
2167
2167
|
B: {};
|
|
2168
2168
|
D: {};
|
|
@@ -2173,7 +2173,7 @@ declare const ExpansionPanel: {
|
|
|
2173
2173
|
__isFragment?: never;
|
|
2174
2174
|
__isTeleport?: never;
|
|
2175
2175
|
__isSuspense?: never;
|
|
2176
|
-
} &
|
|
2176
|
+
} & vue760.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
2177
2177
|
$slots: {
|
|
2178
2178
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
2179
2179
|
};
|
|
@@ -2197,7 +2197,7 @@ declare const ExpansionPanel: {
|
|
|
2197
2197
|
* ```
|
|
2198
2198
|
*/
|
|
2199
2199
|
Content: {
|
|
2200
|
-
new (...args: any[]):
|
|
2200
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
2201
2201
|
P: {};
|
|
2202
2202
|
B: {};
|
|
2203
2203
|
D: {};
|
|
@@ -2208,7 +2208,7 @@ declare const ExpansionPanel: {
|
|
|
2208
2208
|
__isFragment?: never;
|
|
2209
2209
|
__isTeleport?: never;
|
|
2210
2210
|
__isSuspense?: never;
|
|
2211
|
-
} &
|
|
2211
|
+
} & vue760.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
2212
2212
|
$slots: {
|
|
2213
2213
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
2214
2214
|
};
|
|
@@ -2257,24 +2257,24 @@ interface GroupRootSlotProps {
|
|
|
2257
2257
|
'aria-multiselectable': true;
|
|
2258
2258
|
};
|
|
2259
2259
|
}
|
|
2260
|
-
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?:
|
|
2261
|
-
declare const __VLS_export$
|
|
2260
|
+
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue760.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
2261
|
+
declare const __VLS_export$41: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$15<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2262
2262
|
props: __VLS_PrettifyLocal$15<(GroupRootProps & {
|
|
2263
2263
|
modelValue?: T | T[];
|
|
2264
2264
|
}) & {
|
|
2265
2265
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2266
2266
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2267
|
-
}> &
|
|
2267
|
+
}> & vue760.PublicProps;
|
|
2268
2268
|
expose: (exposed: {}) => void;
|
|
2269
2269
|
attrs: any;
|
|
2270
2270
|
slots: {
|
|
2271
2271
|
default: (props: GroupRootSlotProps) => any;
|
|
2272
2272
|
};
|
|
2273
2273
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2274
|
-
}>) =>
|
|
2274
|
+
}>) => vue760.VNode & {
|
|
2275
2275
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2276
2276
|
};
|
|
2277
|
-
declare const _default$
|
|
2277
|
+
declare const _default$41: typeof __VLS_export$41;
|
|
2278
2278
|
type __VLS_PrettifyLocal$15<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2279
2279
|
//#endregion
|
|
2280
2280
|
//#region src/components/Group/GroupItem.vue.d.ts
|
|
@@ -2286,9 +2286,9 @@ interface GroupItemProps<V = unknown> {
|
|
|
2286
2286
|
/** Value associated with this item */
|
|
2287
2287
|
value?: V;
|
|
2288
2288
|
/** Disables this specific item */
|
|
2289
|
-
disabled?:
|
|
2289
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
2290
2290
|
/** Sets the indeterminate state (for checkboxes) */
|
|
2291
|
-
indeterminate?:
|
|
2291
|
+
indeterminate?: MaybeRefOrGetter<boolean>;
|
|
2292
2292
|
/** Namespace for dependency injection */
|
|
2293
2293
|
namespace?: string;
|
|
2294
2294
|
}
|
|
@@ -2325,18 +2325,18 @@ interface GroupItemSlotProps<V = unknown> {
|
|
|
2325
2325
|
'data-mixed': true | undefined;
|
|
2326
2326
|
};
|
|
2327
2327
|
}
|
|
2328
|
-
declare const __VLS_export$
|
|
2329
|
-
props: __VLS_PrettifyLocal$14<GroupItemProps<V>> &
|
|
2328
|
+
declare const __VLS_export$40: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$14<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2329
|
+
props: __VLS_PrettifyLocal$14<GroupItemProps<V>> & vue760.PublicProps;
|
|
2330
2330
|
expose: (exposed: {}) => void;
|
|
2331
2331
|
attrs: any;
|
|
2332
2332
|
slots: {
|
|
2333
2333
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
2334
2334
|
};
|
|
2335
2335
|
emit: {};
|
|
2336
|
-
}>) =>
|
|
2336
|
+
}>) => vue760.VNode & {
|
|
2337
2337
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2338
2338
|
};
|
|
2339
|
-
declare const _default$
|
|
2339
|
+
declare const _default$40: typeof __VLS_export$40;
|
|
2340
2340
|
type __VLS_PrettifyLocal$14<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2341
2341
|
//#endregion
|
|
2342
2342
|
//#region src/components/Group/index.d.ts
|
|
@@ -2381,14 +2381,14 @@ declare const Group: {
|
|
|
2381
2381
|
modelValue?: (T | T[]) | undefined;
|
|
2382
2382
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2383
2383
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2384
|
-
} &
|
|
2384
|
+
} & vue760.PublicProps;
|
|
2385
2385
|
expose: (exposed: {}) => void;
|
|
2386
2386
|
attrs: any;
|
|
2387
2387
|
slots: {
|
|
2388
2388
|
default: (props: GroupRootSlotProps) => any;
|
|
2389
2389
|
};
|
|
2390
2390
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2391
|
-
}>) =>
|
|
2391
|
+
}>) => vue760.VNode & {
|
|
2392
2392
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2393
2393
|
};
|
|
2394
2394
|
/**
|
|
@@ -2420,25 +2420,25 @@ declare const Group: {
|
|
|
2420
2420
|
id?: string | undefined;
|
|
2421
2421
|
label?: string | undefined;
|
|
2422
2422
|
value?: V | undefined;
|
|
2423
|
-
disabled?:
|
|
2424
|
-
indeterminate?:
|
|
2423
|
+
disabled?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
2424
|
+
indeterminate?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
2425
2425
|
namespace?: string | undefined;
|
|
2426
|
-
} &
|
|
2426
|
+
} & vue760.PublicProps;
|
|
2427
2427
|
expose: (exposed: {}) => void;
|
|
2428
2428
|
attrs: any;
|
|
2429
2429
|
slots: {
|
|
2430
2430
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
2431
2431
|
};
|
|
2432
2432
|
emit: {};
|
|
2433
|
-
}>) =>
|
|
2433
|
+
}>) => vue760.VNode & {
|
|
2434
2434
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2435
2435
|
};
|
|
2436
2436
|
};
|
|
2437
2437
|
//#endregion
|
|
2438
2438
|
//#region src/components/Pagination/PaginationRoot.vue.d.ts
|
|
2439
|
-
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?:
|
|
2440
|
-
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>> | undefined) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, app?:
|
|
2441
|
-
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>> | undefined) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, app?:
|
|
2439
|
+
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue760.App) => PaginationContext;
|
|
2440
|
+
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>> | undefined) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, app?: vue760.App) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>;
|
|
2441
|
+
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>> | undefined) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>, app?: vue760.App) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>;
|
|
2442
2442
|
interface PaginationRootProps extends AtomProps {
|
|
2443
2443
|
/** Namespace for dependency injection */
|
|
2444
2444
|
namespace?: string;
|
|
@@ -2489,22 +2489,22 @@ interface PaginationRootSlotProps {
|
|
|
2489
2489
|
'role': 'navigation' | undefined;
|
|
2490
2490
|
};
|
|
2491
2491
|
}
|
|
2492
|
-
declare const __VLS_export$
|
|
2492
|
+
declare const __VLS_export$39: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$13<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2493
2493
|
props: __VLS_PrettifyLocal$13<(PaginationRootProps & {
|
|
2494
2494
|
modelValue?: number;
|
|
2495
2495
|
}) & {
|
|
2496
2496
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
2497
|
-
}> &
|
|
2497
|
+
}> & vue760.PublicProps;
|
|
2498
2498
|
expose: (exposed: {}) => void;
|
|
2499
2499
|
attrs: any;
|
|
2500
2500
|
slots: {
|
|
2501
2501
|
default: (props: PaginationRootSlotProps) => any;
|
|
2502
2502
|
};
|
|
2503
2503
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2504
|
-
}>) =>
|
|
2504
|
+
}>) => vue760.VNode & {
|
|
2505
2505
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2506
2506
|
};
|
|
2507
|
-
declare const _default$
|
|
2507
|
+
declare const _default$38: typeof __VLS_export$39;
|
|
2508
2508
|
type __VLS_PrettifyLocal$13<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2509
2509
|
//#endregion
|
|
2510
2510
|
//#region src/components/Pagination/PaginationItem.vue.d.ts
|
|
@@ -2540,11 +2540,11 @@ interface PaginationItemSlotProps {
|
|
|
2540
2540
|
'onClick': () => void;
|
|
2541
2541
|
};
|
|
2542
2542
|
}
|
|
2543
|
-
declare const __VLS_export$
|
|
2543
|
+
declare const __VLS_export$38: __VLS_WithSlots$22<vue760.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
2544
2544
|
default: (props: PaginationItemSlotProps) => any;
|
|
2545
2545
|
}>;
|
|
2546
|
-
declare const _default$
|
|
2547
|
-
type __VLS_WithSlots$
|
|
2546
|
+
declare const _default$34: typeof __VLS_export$38;
|
|
2547
|
+
type __VLS_WithSlots$22<T, S> = T & {
|
|
2548
2548
|
new (): {
|
|
2549
2549
|
$slots: S;
|
|
2550
2550
|
};
|
|
@@ -2575,11 +2575,11 @@ interface PaginationFirstSlotProps {
|
|
|
2575
2575
|
'onClick': () => void;
|
|
2576
2576
|
};
|
|
2577
2577
|
}
|
|
2578
|
-
declare const __VLS_export$
|
|
2578
|
+
declare const __VLS_export$37: __VLS_WithSlots$21<vue760.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
2579
2579
|
default: (props: PaginationFirstSlotProps) => any;
|
|
2580
2580
|
}>;
|
|
2581
|
-
declare const _default$
|
|
2582
|
-
type __VLS_WithSlots$
|
|
2581
|
+
declare const _default$33: typeof __VLS_export$37;
|
|
2582
|
+
type __VLS_WithSlots$21<T, S> = T & {
|
|
2583
2583
|
new (): {
|
|
2584
2584
|
$slots: S;
|
|
2585
2585
|
};
|
|
@@ -2610,11 +2610,11 @@ interface PaginationPrevSlotProps {
|
|
|
2610
2610
|
'onClick': () => void;
|
|
2611
2611
|
};
|
|
2612
2612
|
}
|
|
2613
|
-
declare const __VLS_export$
|
|
2613
|
+
declare const __VLS_export$36: __VLS_WithSlots$20<vue760.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
2614
2614
|
default: (props: PaginationPrevSlotProps) => any;
|
|
2615
2615
|
}>;
|
|
2616
|
-
declare const _default$
|
|
2617
|
-
type __VLS_WithSlots$
|
|
2616
|
+
declare const _default$37: typeof __VLS_export$36;
|
|
2617
|
+
type __VLS_WithSlots$20<T, S> = T & {
|
|
2618
2618
|
new (): {
|
|
2619
2619
|
$slots: S;
|
|
2620
2620
|
};
|
|
@@ -2637,11 +2637,11 @@ interface PaginationEllipsisSlotProps {
|
|
|
2637
2637
|
'aria-hidden': 'true';
|
|
2638
2638
|
};
|
|
2639
2639
|
}
|
|
2640
|
-
declare const __VLS_export$
|
|
2640
|
+
declare const __VLS_export$35: __VLS_WithSlots$19<vue760.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
2641
2641
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
2642
2642
|
}>;
|
|
2643
|
-
declare const _default$
|
|
2644
|
-
type __VLS_WithSlots$
|
|
2643
|
+
declare const _default$32: typeof __VLS_export$35;
|
|
2644
|
+
type __VLS_WithSlots$19<T, S> = T & {
|
|
2645
2645
|
new (): {
|
|
2646
2646
|
$slots: S;
|
|
2647
2647
|
};
|
|
@@ -2672,11 +2672,11 @@ interface PaginationNextSlotProps {
|
|
|
2672
2672
|
'onClick': () => void;
|
|
2673
2673
|
};
|
|
2674
2674
|
}
|
|
2675
|
-
declare const __VLS_export$
|
|
2675
|
+
declare const __VLS_export$34: __VLS_WithSlots$18<vue760.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
2676
2676
|
default: (props: PaginationNextSlotProps) => any;
|
|
2677
2677
|
}>;
|
|
2678
|
-
declare const _default$
|
|
2679
|
-
type __VLS_WithSlots$
|
|
2678
|
+
declare const _default$36: typeof __VLS_export$34;
|
|
2679
|
+
type __VLS_WithSlots$18<T, S> = T & {
|
|
2680
2680
|
new (): {
|
|
2681
2681
|
$slots: S;
|
|
2682
2682
|
};
|
|
@@ -2707,11 +2707,11 @@ interface PaginationLastSlotProps {
|
|
|
2707
2707
|
'onClick': () => void;
|
|
2708
2708
|
};
|
|
2709
2709
|
}
|
|
2710
|
-
declare const __VLS_export$
|
|
2710
|
+
declare const __VLS_export$33: __VLS_WithSlots$17<vue760.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
2711
2711
|
default: (props: PaginationLastSlotProps) => any;
|
|
2712
2712
|
}>;
|
|
2713
|
-
declare const _default$
|
|
2714
|
-
type __VLS_WithSlots$
|
|
2713
|
+
declare const _default$35: typeof __VLS_export$33;
|
|
2714
|
+
type __VLS_WithSlots$17<T, S> = T & {
|
|
2715
2715
|
new (): {
|
|
2716
2716
|
$slots: S;
|
|
2717
2717
|
};
|
|
@@ -2736,11 +2736,11 @@ interface PaginationStatusSlotProps {
|
|
|
2736
2736
|
'role': 'status';
|
|
2737
2737
|
};
|
|
2738
2738
|
}
|
|
2739
|
-
declare const __VLS_export$
|
|
2739
|
+
declare const __VLS_export$32: __VLS_WithSlots$16<vue760.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
2740
2740
|
default: (props: PaginationStatusSlotProps) => any;
|
|
2741
2741
|
}>;
|
|
2742
|
-
declare const _default$
|
|
2743
|
-
type __VLS_WithSlots$
|
|
2742
|
+
declare const _default$39: typeof __VLS_export$32;
|
|
2743
|
+
type __VLS_WithSlots$16<T, S> = T & {
|
|
2744
2744
|
new (): {
|
|
2745
2745
|
$slots: S;
|
|
2746
2746
|
};
|
|
@@ -2800,14 +2800,14 @@ declare const Pagination: {
|
|
|
2800
2800
|
as?: (DOMElement | null) | undefined;
|
|
2801
2801
|
renderless?: boolean | undefined;
|
|
2802
2802
|
modelValue?: number | undefined;
|
|
2803
|
-
} &
|
|
2803
|
+
} & vue760.PublicProps;
|
|
2804
2804
|
expose: (exposed: {}) => void;
|
|
2805
2805
|
attrs: any;
|
|
2806
2806
|
slots: {
|
|
2807
2807
|
default: (props: PaginationRootSlotProps) => any;
|
|
2808
2808
|
};
|
|
2809
2809
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2810
|
-
}>) =>
|
|
2810
|
+
}>) => vue760.VNode & {
|
|
2811
2811
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2812
2812
|
};
|
|
2813
2813
|
/**
|
|
@@ -2832,7 +2832,7 @@ declare const Pagination: {
|
|
|
2832
2832
|
* ```
|
|
2833
2833
|
*/
|
|
2834
2834
|
Item: {
|
|
2835
|
-
new (...args: any[]):
|
|
2835
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
2836
2836
|
P: {};
|
|
2837
2837
|
B: {};
|
|
2838
2838
|
D: {};
|
|
@@ -2843,7 +2843,7 @@ declare const Pagination: {
|
|
|
2843
2843
|
__isFragment?: never;
|
|
2844
2844
|
__isTeleport?: never;
|
|
2845
2845
|
__isSuspense?: never;
|
|
2846
|
-
} &
|
|
2846
|
+
} & vue760.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
2847
2847
|
$slots: {
|
|
2848
2848
|
default: (props: PaginationItemSlotProps) => any;
|
|
2849
2849
|
};
|
|
@@ -2876,7 +2876,7 @@ declare const Pagination: {
|
|
|
2876
2876
|
* ```
|
|
2877
2877
|
*/
|
|
2878
2878
|
First: {
|
|
2879
|
-
new (...args: any[]):
|
|
2879
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
2880
2880
|
P: {};
|
|
2881
2881
|
B: {};
|
|
2882
2882
|
D: {};
|
|
@@ -2887,7 +2887,7 @@ declare const Pagination: {
|
|
|
2887
2887
|
__isFragment?: never;
|
|
2888
2888
|
__isTeleport?: never;
|
|
2889
2889
|
__isSuspense?: never;
|
|
2890
|
-
} &
|
|
2890
|
+
} & vue760.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
2891
2891
|
$slots: {
|
|
2892
2892
|
default: (props: PaginationFirstSlotProps) => any;
|
|
2893
2893
|
};
|
|
@@ -2920,7 +2920,7 @@ declare const Pagination: {
|
|
|
2920
2920
|
* ```
|
|
2921
2921
|
*/
|
|
2922
2922
|
Prev: {
|
|
2923
|
-
new (...args: any[]):
|
|
2923
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
2924
2924
|
P: {};
|
|
2925
2925
|
B: {};
|
|
2926
2926
|
D: {};
|
|
@@ -2931,7 +2931,7 @@ declare const Pagination: {
|
|
|
2931
2931
|
__isFragment?: never;
|
|
2932
2932
|
__isTeleport?: never;
|
|
2933
2933
|
__isSuspense?: never;
|
|
2934
|
-
} &
|
|
2934
|
+
} & vue760.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
2935
2935
|
$slots: {
|
|
2936
2936
|
default: (props: PaginationPrevSlotProps) => any;
|
|
2937
2937
|
};
|
|
@@ -2959,7 +2959,7 @@ declare const Pagination: {
|
|
|
2959
2959
|
* ```
|
|
2960
2960
|
*/
|
|
2961
2961
|
Ellipsis: {
|
|
2962
|
-
new (...args: any[]):
|
|
2962
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
2963
2963
|
P: {};
|
|
2964
2964
|
B: {};
|
|
2965
2965
|
D: {};
|
|
@@ -2970,7 +2970,7 @@ declare const Pagination: {
|
|
|
2970
2970
|
__isFragment?: never;
|
|
2971
2971
|
__isTeleport?: never;
|
|
2972
2972
|
__isSuspense?: never;
|
|
2973
|
-
} &
|
|
2973
|
+
} & vue760.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
2974
2974
|
$slots: {
|
|
2975
2975
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
2976
2976
|
};
|
|
@@ -3003,7 +3003,7 @@ declare const Pagination: {
|
|
|
3003
3003
|
* ```
|
|
3004
3004
|
*/
|
|
3005
3005
|
Next: {
|
|
3006
|
-
new (...args: any[]):
|
|
3006
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
3007
3007
|
P: {};
|
|
3008
3008
|
B: {};
|
|
3009
3009
|
D: {};
|
|
@@ -3014,7 +3014,7 @@ declare const Pagination: {
|
|
|
3014
3014
|
__isFragment?: never;
|
|
3015
3015
|
__isTeleport?: never;
|
|
3016
3016
|
__isSuspense?: never;
|
|
3017
|
-
} &
|
|
3017
|
+
} & vue760.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
3018
3018
|
$slots: {
|
|
3019
3019
|
default: (props: PaginationNextSlotProps) => any;
|
|
3020
3020
|
};
|
|
@@ -3047,7 +3047,7 @@ declare const Pagination: {
|
|
|
3047
3047
|
* ```
|
|
3048
3048
|
*/
|
|
3049
3049
|
Last: {
|
|
3050
|
-
new (...args: any[]):
|
|
3050
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
3051
3051
|
P: {};
|
|
3052
3052
|
B: {};
|
|
3053
3053
|
D: {};
|
|
@@ -3058,7 +3058,7 @@ declare const Pagination: {
|
|
|
3058
3058
|
__isFragment?: never;
|
|
3059
3059
|
__isTeleport?: never;
|
|
3060
3060
|
__isSuspense?: never;
|
|
3061
|
-
} &
|
|
3061
|
+
} & vue760.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
3062
3062
|
$slots: {
|
|
3063
3063
|
default: (props: PaginationLastSlotProps) => any;
|
|
3064
3064
|
};
|
|
@@ -3084,7 +3084,7 @@ declare const Pagination: {
|
|
|
3084
3084
|
* ```
|
|
3085
3085
|
*/
|
|
3086
3086
|
Status: {
|
|
3087
|
-
new (...args: any[]):
|
|
3087
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
3088
3088
|
P: {};
|
|
3089
3089
|
B: {};
|
|
3090
3090
|
D: {};
|
|
@@ -3095,7 +3095,7 @@ declare const Pagination: {
|
|
|
3095
3095
|
__isFragment?: never;
|
|
3096
3096
|
__isTeleport?: never;
|
|
3097
3097
|
__isSuspense?: never;
|
|
3098
|
-
} &
|
|
3098
|
+
} & vue760.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
3099
3099
|
$slots: {
|
|
3100
3100
|
default: (props: PaginationStatusSlotProps) => any;
|
|
3101
3101
|
};
|
|
@@ -3120,20 +3120,20 @@ interface PopoverRootSlotProps {
|
|
|
3120
3120
|
/** Toggle the popover open/closed state */
|
|
3121
3121
|
toggle: () => void;
|
|
3122
3122
|
}
|
|
3123
|
-
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?:
|
|
3124
|
-
declare const __VLS_export$
|
|
3123
|
+
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue760.App) => PopoverContext;
|
|
3124
|
+
declare const __VLS_export$31: __VLS_WithSlots$15<vue760.DefineComponent<PopoverRootProps & {
|
|
3125
3125
|
modelValue?: boolean;
|
|
3126
|
-
}, {}, {}, {}, {},
|
|
3126
|
+
}, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
3127
3127
|
"update:modelValue": (value: boolean) => any;
|
|
3128
|
-
}, string,
|
|
3128
|
+
}, string, vue760.PublicProps, Readonly<PopoverRootProps & {
|
|
3129
3129
|
modelValue?: boolean;
|
|
3130
3130
|
}> & Readonly<{
|
|
3131
3131
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3132
|
-
}>, {}, {}, {}, {}, string,
|
|
3132
|
+
}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
3133
3133
|
default: (props: PopoverRootSlotProps) => any;
|
|
3134
3134
|
}>;
|
|
3135
|
-
declare const _default$
|
|
3136
|
-
type __VLS_WithSlots$
|
|
3135
|
+
declare const _default$31: typeof __VLS_export$31;
|
|
3136
|
+
type __VLS_WithSlots$15<T, S> = T & {
|
|
3137
3137
|
new (): {
|
|
3138
3138
|
$slots: S;
|
|
3139
3139
|
};
|
|
@@ -3154,11 +3154,11 @@ interface PopoverActivatorSlotProps {
|
|
|
3154
3154
|
'data-popover-open': '' | undefined;
|
|
3155
3155
|
};
|
|
3156
3156
|
}
|
|
3157
|
-
declare const __VLS_export$
|
|
3157
|
+
declare const __VLS_export$30: __VLS_WithSlots$14<vue760.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
3158
3158
|
default: (props: PopoverActivatorSlotProps) => any;
|
|
3159
3159
|
}>;
|
|
3160
|
-
declare const _default$
|
|
3161
|
-
type __VLS_WithSlots$
|
|
3160
|
+
declare const _default$29: typeof __VLS_export$30;
|
|
3161
|
+
type __VLS_WithSlots$14<T, S> = T & {
|
|
3162
3162
|
new (): {
|
|
3163
3163
|
$slots: S;
|
|
3164
3164
|
};
|
|
@@ -3185,15 +3185,15 @@ interface PopoverContentSlotProps {
|
|
|
3185
3185
|
popover: '';
|
|
3186
3186
|
};
|
|
3187
3187
|
}
|
|
3188
|
-
declare const __VLS_export$
|
|
3188
|
+
declare const __VLS_export$29: __VLS_WithSlots$13<vue760.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
3189
3189
|
beforetoggle: (e: ToggleEvent) => any;
|
|
3190
|
-
}, string,
|
|
3190
|
+
}, string, vue760.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
3191
3191
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
3192
|
-
}>, {}, {}, {}, {}, string,
|
|
3192
|
+
}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
3193
3193
|
default: (props: PopoverContentSlotProps) => any;
|
|
3194
3194
|
}>;
|
|
3195
|
-
declare const _default$
|
|
3196
|
-
type __VLS_WithSlots$
|
|
3195
|
+
declare const _default$30: typeof __VLS_export$29;
|
|
3196
|
+
type __VLS_WithSlots$13<T, S> = T & {
|
|
3197
3197
|
new (): {
|
|
3198
3198
|
$slots: S;
|
|
3199
3199
|
};
|
|
@@ -3231,13 +3231,13 @@ declare const Popover: {
|
|
|
3231
3231
|
* ```
|
|
3232
3232
|
*/
|
|
3233
3233
|
Root: {
|
|
3234
|
-
new (...args: any[]):
|
|
3234
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
3235
3235
|
modelValue?: boolean;
|
|
3236
3236
|
}> & Readonly<{
|
|
3237
3237
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3238
|
-
}>, {}, {}, {}, {},
|
|
3238
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
3239
3239
|
"update:modelValue": (value: boolean) => any;
|
|
3240
|
-
},
|
|
3240
|
+
}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
3241
3241
|
P: {};
|
|
3242
3242
|
B: {};
|
|
3243
3243
|
D: {};
|
|
@@ -3252,13 +3252,13 @@ declare const Popover: {
|
|
|
3252
3252
|
__isFragment?: never;
|
|
3253
3253
|
__isTeleport?: never;
|
|
3254
3254
|
__isSuspense?: never;
|
|
3255
|
-
} &
|
|
3255
|
+
} & vue760.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
3256
3256
|
modelValue?: boolean;
|
|
3257
3257
|
}> & Readonly<{
|
|
3258
3258
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3259
|
-
}>, {}, {}, {}, {},
|
|
3259
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
3260
3260
|
"update:modelValue": (value: boolean) => any;
|
|
3261
|
-
}, string, {}, {}, string, {},
|
|
3261
|
+
}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
3262
3262
|
$slots: {
|
|
3263
3263
|
default: (props: PopoverRootSlotProps) => any;
|
|
3264
3264
|
};
|
|
@@ -3282,7 +3282,7 @@ declare const Popover: {
|
|
|
3282
3282
|
* ```
|
|
3283
3283
|
*/
|
|
3284
3284
|
Activator: {
|
|
3285
|
-
new (...args: any[]):
|
|
3285
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
3286
3286
|
P: {};
|
|
3287
3287
|
B: {};
|
|
3288
3288
|
D: {};
|
|
@@ -3293,7 +3293,7 @@ declare const Popover: {
|
|
|
3293
3293
|
__isFragment?: never;
|
|
3294
3294
|
__isTeleport?: never;
|
|
3295
3295
|
__isSuspense?: never;
|
|
3296
|
-
} &
|
|
3296
|
+
} & vue760.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
3297
3297
|
$slots: {
|
|
3298
3298
|
default: (props: PopoverActivatorSlotProps) => any;
|
|
3299
3299
|
};
|
|
@@ -3317,11 +3317,11 @@ declare const Popover: {
|
|
|
3317
3317
|
* ```
|
|
3318
3318
|
*/
|
|
3319
3319
|
Content: {
|
|
3320
|
-
new (...args: any[]):
|
|
3320
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
3321
3321
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
3322
|
-
}>, {}, {}, {}, {},
|
|
3322
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
3323
3323
|
beforetoggle: (e: ToggleEvent) => any;
|
|
3324
|
-
},
|
|
3324
|
+
}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
3325
3325
|
P: {};
|
|
3326
3326
|
B: {};
|
|
3327
3327
|
D: {};
|
|
@@ -3334,11 +3334,11 @@ declare const Popover: {
|
|
|
3334
3334
|
__isFragment?: never;
|
|
3335
3335
|
__isTeleport?: never;
|
|
3336
3336
|
__isSuspense?: never;
|
|
3337
|
-
} &
|
|
3337
|
+
} & vue760.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
3338
3338
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
3339
|
-
}>, {}, {}, {}, {},
|
|
3339
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
3340
3340
|
beforetoggle: (e: ToggleEvent) => any;
|
|
3341
|
-
}, string, {}, {}, string, {},
|
|
3341
|
+
}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
3342
3342
|
$slots: {
|
|
3343
3343
|
default: (props: PopoverContentSlotProps) => any;
|
|
3344
3344
|
};
|
|
@@ -3349,7 +3349,7 @@ declare const Popover: {
|
|
|
3349
3349
|
/** Ticket for radio items with element reference for focus management */
|
|
3350
3350
|
interface RadioTicket extends SingleTicket {
|
|
3351
3351
|
/** Element reference for roving tabindex focus management */
|
|
3352
|
-
el?:
|
|
3352
|
+
el?: MaybeRefOrGetter<HTMLElement | null | undefined>;
|
|
3353
3353
|
}
|
|
3354
3354
|
/** Activation mode alias for Radio component API */
|
|
3355
3355
|
type RadioActivation = Activation;
|
|
@@ -3461,14 +3461,14 @@ interface RadioGroupSlotProps {
|
|
|
3461
3461
|
'aria-required': boolean | undefined;
|
|
3462
3462
|
};
|
|
3463
3463
|
}
|
|
3464
|
-
declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?:
|
|
3465
|
-
declare const __VLS_export$
|
|
3464
|
+
declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue760.App) => RadioGroupContext;
|
|
3465
|
+
declare const __VLS_export$28: <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<{
|
|
3466
3466
|
props: __VLS_PrettifyLocal$12<(RadioGroupProps & {
|
|
3467
3467
|
modelValue?: T;
|
|
3468
3468
|
}) & {
|
|
3469
3469
|
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
3470
3470
|
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
3471
|
-
}> &
|
|
3471
|
+
}> & vue760.PublicProps;
|
|
3472
3472
|
expose: (exposed: {}) => void;
|
|
3473
3473
|
attrs: any;
|
|
3474
3474
|
slots: {
|
|
@@ -3490,10 +3490,10 @@ declare const __VLS_export$20: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
3490
3490
|
default: (props: RadioGroupSlotProps) => any;
|
|
3491
3491
|
};
|
|
3492
3492
|
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3493
|
-
}>) =>
|
|
3493
|
+
}>) => vue760.VNode & {
|
|
3494
3494
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3495
3495
|
};
|
|
3496
|
-
declare const _default$
|
|
3496
|
+
declare const _default$25: typeof __VLS_export$28;
|
|
3497
3497
|
type __VLS_PrettifyLocal$12<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3498
3498
|
//#endregion
|
|
3499
3499
|
//#region src/components/Radio/RadioHiddenInput.vue.d.ts
|
|
@@ -3542,8 +3542,8 @@ interface RadioHiddenInputProps {
|
|
|
3542
3542
|
*/
|
|
3543
3543
|
form?: string;
|
|
3544
3544
|
}
|
|
3545
|
-
declare const __VLS_export$
|
|
3546
|
-
declare const _default$
|
|
3545
|
+
declare const __VLS_export$27: vue760.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>;
|
|
3546
|
+
declare const _default$26: typeof __VLS_export$27;
|
|
3547
3547
|
//#endregion
|
|
3548
3548
|
//#region src/components/Radio/RadioRoot.vue.d.ts
|
|
3549
3549
|
/** Visual state of the radio for styling purposes */
|
|
@@ -3611,7 +3611,7 @@ interface RadioRootProps<V = unknown> extends AtomProps {
|
|
|
3611
3611
|
* </template>
|
|
3612
3612
|
* ```
|
|
3613
3613
|
*/
|
|
3614
|
-
disabled?:
|
|
3614
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
3615
3615
|
/** Namespace for context provision to children (Indicator, HiddenInput) */
|
|
3616
3616
|
namespace?: string;
|
|
3617
3617
|
/** Namespace for connecting to parent Radio.Group */
|
|
@@ -3663,9 +3663,9 @@ interface RadioRootSlotProps<V = unknown> {
|
|
|
3663
3663
|
'data-radio-id': ID;
|
|
3664
3664
|
};
|
|
3665
3665
|
}
|
|
3666
|
-
declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?:
|
|
3667
|
-
declare const __VLS_export$
|
|
3668
|
-
props: __VLS_PrettifyLocal$11<RadioRootProps<V>> &
|
|
3666
|
+
declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue760.App) => RadioRootContext;
|
|
3667
|
+
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<{
|
|
3668
|
+
props: __VLS_PrettifyLocal$11<RadioRootProps<V>> & vue760.PublicProps;
|
|
3669
3669
|
expose: (exposed: {}) => void;
|
|
3670
3670
|
attrs: any;
|
|
3671
3671
|
slots: {
|
|
@@ -3686,10 +3686,10 @@ declare const __VLS_export$18: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
3686
3686
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3687
3687
|
};
|
|
3688
3688
|
emit: {};
|
|
3689
|
-
}>) =>
|
|
3689
|
+
}>) => vue760.VNode & {
|
|
3690
3690
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3691
3691
|
};
|
|
3692
|
-
declare const _default$
|
|
3692
|
+
declare const _default$28: typeof __VLS_export$26;
|
|
3693
3693
|
type __VLS_PrettifyLocal$11<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3694
3694
|
//#endregion
|
|
3695
3695
|
//#region src/components/Radio/RadioIndicator.vue.d.ts
|
|
@@ -3708,7 +3708,7 @@ interface RadioIndicatorSlotProps {
|
|
|
3708
3708
|
};
|
|
3709
3709
|
};
|
|
3710
3710
|
}
|
|
3711
|
-
declare const __VLS_export$
|
|
3711
|
+
declare const __VLS_export$25: __VLS_WithSlots$12<vue760.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
3712
3712
|
/**
|
|
3713
3713
|
* Default slot for custom indicator content
|
|
3714
3714
|
*
|
|
@@ -3723,8 +3723,8 @@ declare const __VLS_export$17: __VLS_WithSlots$5<vue643.DefineComponent<RadioInd
|
|
|
3723
3723
|
*/
|
|
3724
3724
|
default: (props: RadioIndicatorSlotProps) => any;
|
|
3725
3725
|
}>;
|
|
3726
|
-
declare const _default$
|
|
3727
|
-
type __VLS_WithSlots$
|
|
3726
|
+
declare const _default$27: typeof __VLS_export$25;
|
|
3727
|
+
type __VLS_WithSlots$12<T, S> = T & {
|
|
3728
3728
|
new (): {
|
|
3729
3729
|
$slots: S;
|
|
3730
3730
|
};
|
|
@@ -3814,14 +3814,14 @@ declare const Radio: {
|
|
|
3814
3814
|
modelValue?: T | undefined;
|
|
3815
3815
|
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
3816
3816
|
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
3817
|
-
} &
|
|
3817
|
+
} & vue760.PublicProps;
|
|
3818
3818
|
expose: (exposed: {}) => void;
|
|
3819
3819
|
attrs: any;
|
|
3820
3820
|
slots: {
|
|
3821
3821
|
default: (props: RadioGroupSlotProps) => any;
|
|
3822
3822
|
};
|
|
3823
3823
|
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3824
|
-
}>) =>
|
|
3824
|
+
}>) => vue760.VNode & {
|
|
3825
3825
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3826
3826
|
};
|
|
3827
3827
|
/**
|
|
@@ -3848,7 +3848,7 @@ declare const Radio: {
|
|
|
3848
3848
|
* </template>
|
|
3849
3849
|
* ```
|
|
3850
3850
|
*/
|
|
3851
|
-
HiddenInput:
|
|
3851
|
+
HiddenInput: vue760.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>;
|
|
3852
3852
|
/**
|
|
3853
3853
|
* Visual indicator component for radio buttons.
|
|
3854
3854
|
*
|
|
@@ -3877,7 +3877,7 @@ declare const Radio: {
|
|
|
3877
3877
|
* ```
|
|
3878
3878
|
*/
|
|
3879
3879
|
Indicator: {
|
|
3880
|
-
new (...args: any[]):
|
|
3880
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
3881
3881
|
P: {};
|
|
3882
3882
|
B: {};
|
|
3883
3883
|
D: {};
|
|
@@ -3888,7 +3888,7 @@ declare const Radio: {
|
|
|
3888
3888
|
__isFragment?: never;
|
|
3889
3889
|
__isTeleport?: never;
|
|
3890
3890
|
__isSuspense?: never;
|
|
3891
|
-
} &
|
|
3891
|
+
} & vue760.ComponentOptionsBase<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
3892
3892
|
$slots: {
|
|
3893
3893
|
default: (props: RadioIndicatorSlotProps) => any;
|
|
3894
3894
|
};
|
|
@@ -3932,7 +3932,7 @@ declare const Radio: {
|
|
|
3932
3932
|
value?: V | undefined;
|
|
3933
3933
|
name?: string | undefined;
|
|
3934
3934
|
form?: string | undefined;
|
|
3935
|
-
disabled?:
|
|
3935
|
+
disabled?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
3936
3936
|
namespace?: string | undefined;
|
|
3937
3937
|
groupNamespace?: string | undefined;
|
|
3938
3938
|
ariaLabelledby?: string | undefined;
|
|
@@ -3940,14 +3940,14 @@ declare const Radio: {
|
|
|
3940
3940
|
ariaInvalid?: boolean | undefined;
|
|
3941
3941
|
as?: (DOMElement | null) | undefined;
|
|
3942
3942
|
renderless?: boolean | undefined;
|
|
3943
|
-
} &
|
|
3943
|
+
} & vue760.PublicProps;
|
|
3944
3944
|
expose: (exposed: {}) => void;
|
|
3945
3945
|
attrs: any;
|
|
3946
3946
|
slots: {
|
|
3947
3947
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3948
3948
|
};
|
|
3949
3949
|
emit: {};
|
|
3950
|
-
}>) =>
|
|
3950
|
+
}>) => vue760.VNode & {
|
|
3951
3951
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3952
3952
|
};
|
|
3953
3953
|
};
|
|
@@ -3983,11 +3983,11 @@ interface ScrimSlotProps {
|
|
|
3983
3983
|
/** Dismiss this overlay */
|
|
3984
3984
|
dismiss: () => void;
|
|
3985
3985
|
}
|
|
3986
|
-
declare const __VLS_export$
|
|
3986
|
+
declare const __VLS_export$24: __VLS_WithSlots$11<vue760.DefineComponent<ScrimProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<ScrimProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
3987
3987
|
default: (props: ScrimSlotProps) => any;
|
|
3988
3988
|
}>;
|
|
3989
|
-
declare const _default$
|
|
3990
|
-
type __VLS_WithSlots$
|
|
3989
|
+
declare const _default$24: typeof __VLS_export$24;
|
|
3990
|
+
type __VLS_WithSlots$11<T, S> = T & {
|
|
3991
3991
|
new (): {
|
|
3992
3992
|
$slots: S;
|
|
3993
3993
|
};
|
|
@@ -4027,24 +4027,24 @@ interface SelectionRootSlotProps {
|
|
|
4027
4027
|
'aria-multiselectable': boolean;
|
|
4028
4028
|
};
|
|
4029
4029
|
}
|
|
4030
|
-
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?:
|
|
4031
|
-
declare const __VLS_export$
|
|
4030
|
+
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: vue760.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
4031
|
+
declare const __VLS_export$23: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$10<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4032
4032
|
props: __VLS_PrettifyLocal$10<(SelectionRootProps & {
|
|
4033
4033
|
modelValue?: T | T[];
|
|
4034
4034
|
}) & {
|
|
4035
4035
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4036
4036
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4037
|
-
}> &
|
|
4037
|
+
}> & vue760.PublicProps;
|
|
4038
4038
|
expose: (exposed: {}) => void;
|
|
4039
4039
|
attrs: any;
|
|
4040
4040
|
slots: {
|
|
4041
4041
|
default: (props: SelectionRootSlotProps) => any;
|
|
4042
4042
|
};
|
|
4043
4043
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4044
|
-
}>) =>
|
|
4044
|
+
}>) => vue760.VNode & {
|
|
4045
4045
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4046
4046
|
};
|
|
4047
|
-
declare const _default$
|
|
4047
|
+
declare const _default$23: typeof __VLS_export$23;
|
|
4048
4048
|
type __VLS_PrettifyLocal$10<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4049
4049
|
//#endregion
|
|
4050
4050
|
//#region src/components/Selection/SelectionItem.vue.d.ts
|
|
@@ -4056,7 +4056,7 @@ interface SelectionItemProps<V = unknown> {
|
|
|
4056
4056
|
/** Value associated with this item */
|
|
4057
4057
|
value?: V;
|
|
4058
4058
|
/** Disables this specific item */
|
|
4059
|
-
disabled?:
|
|
4059
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
4060
4060
|
/** Namespace for dependency injection */
|
|
4061
4061
|
namespace?: string;
|
|
4062
4062
|
}
|
|
@@ -4085,18 +4085,18 @@ interface SelectionItemSlotProps<V = unknown> {
|
|
|
4085
4085
|
'data-disabled': true | undefined;
|
|
4086
4086
|
};
|
|
4087
4087
|
}
|
|
4088
|
-
declare const __VLS_export$
|
|
4089
|
-
props: __VLS_PrettifyLocal$9<SelectionItemProps<V>> &
|
|
4088
|
+
declare const __VLS_export$22: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$9<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4089
|
+
props: __VLS_PrettifyLocal$9<SelectionItemProps<V>> & vue760.PublicProps;
|
|
4090
4090
|
expose: (exposed: {}) => void;
|
|
4091
4091
|
attrs: any;
|
|
4092
4092
|
slots: {
|
|
4093
4093
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
4094
4094
|
};
|
|
4095
4095
|
emit: {};
|
|
4096
|
-
}>) =>
|
|
4096
|
+
}>) => vue760.VNode & {
|
|
4097
4097
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4098
4098
|
};
|
|
4099
|
-
declare const _default$
|
|
4099
|
+
declare const _default$22: typeof __VLS_export$22;
|
|
4100
4100
|
type __VLS_PrettifyLocal$9<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4101
4101
|
//#endregion
|
|
4102
4102
|
//#region src/components/Selection/index.d.ts
|
|
@@ -4146,14 +4146,14 @@ declare const Selection: {
|
|
|
4146
4146
|
modelValue?: (T | T[]) | undefined;
|
|
4147
4147
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4148
4148
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4149
|
-
} &
|
|
4149
|
+
} & vue760.PublicProps;
|
|
4150
4150
|
expose: (exposed: {}) => void;
|
|
4151
4151
|
attrs: any;
|
|
4152
4152
|
slots: {
|
|
4153
4153
|
default: (props: SelectionRootSlotProps) => any;
|
|
4154
4154
|
};
|
|
4155
4155
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4156
|
-
}>) =>
|
|
4156
|
+
}>) => vue760.VNode & {
|
|
4157
4157
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4158
4158
|
};
|
|
4159
4159
|
/**
|
|
@@ -4185,20 +4185,772 @@ declare const Selection: {
|
|
|
4185
4185
|
id?: string | undefined;
|
|
4186
4186
|
label?: string | undefined;
|
|
4187
4187
|
value?: V | undefined;
|
|
4188
|
-
disabled?:
|
|
4188
|
+
disabled?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
4189
4189
|
namespace?: string | undefined;
|
|
4190
|
-
} &
|
|
4190
|
+
} & vue760.PublicProps;
|
|
4191
4191
|
expose: (exposed: {}) => void;
|
|
4192
4192
|
attrs: any;
|
|
4193
4193
|
slots: {
|
|
4194
4194
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
4195
4195
|
};
|
|
4196
4196
|
emit: {};
|
|
4197
|
-
}>) =>
|
|
4197
|
+
}>) => vue760.VNode & {
|
|
4198
4198
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4199
4199
|
};
|
|
4200
4200
|
};
|
|
4201
4201
|
//#endregion
|
|
4202
|
+
//#region src/components/Slider/SliderRoot.vue.d.ts
|
|
4203
|
+
interface SliderRootContext extends SliderContext {
|
|
4204
|
+
/** Unique identifier */
|
|
4205
|
+
readonly id: string;
|
|
4206
|
+
/** Form field name */
|
|
4207
|
+
readonly name?: string;
|
|
4208
|
+
/** Form association */
|
|
4209
|
+
readonly form?: string;
|
|
4210
|
+
/** Track which thumb is currently being dragged */
|
|
4211
|
+
dragging: Ref<number | null>;
|
|
4212
|
+
/** Track element ref for percent calculation */
|
|
4213
|
+
track: Ref<HTMLElement | null>;
|
|
4214
|
+
/** Start a drag interaction for a thumb */
|
|
4215
|
+
onDrag: (index: number, event: PointerEvent, thumbEl?: HTMLElement) => void;
|
|
4216
|
+
}
|
|
4217
|
+
interface SliderRootProps extends AtomProps {
|
|
4218
|
+
/** Unique identifier (auto-generated if not provided) */
|
|
4219
|
+
id?: string;
|
|
4220
|
+
/** Minimum value (default: 0) */
|
|
4221
|
+
min?: number;
|
|
4222
|
+
/** Maximum value (default: 100) */
|
|
4223
|
+
max?: number;
|
|
4224
|
+
/** Step increment (default: 1) */
|
|
4225
|
+
step?: number;
|
|
4226
|
+
/** Disables the slider */
|
|
4227
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
4228
|
+
/** Readonly — focusable but not editable */
|
|
4229
|
+
readonly?: MaybeRefOrGetter<boolean>;
|
|
4230
|
+
/** Slider orientation */
|
|
4231
|
+
orientation?: 'horizontal' | 'vertical';
|
|
4232
|
+
/** Flip the percent axis */
|
|
4233
|
+
inverted?: boolean;
|
|
4234
|
+
/** Minimum steps between adjacent thumbs (default: 0) */
|
|
4235
|
+
minStepsBetweenThumbs?: number;
|
|
4236
|
+
/** Allow thumbs to pass through each other (default: false) */
|
|
4237
|
+
crossover?: boolean;
|
|
4238
|
+
/** Form field name — triggers hidden inputs */
|
|
4239
|
+
name?: string;
|
|
4240
|
+
/** Associate with form by ID */
|
|
4241
|
+
form?: string;
|
|
4242
|
+
/** Namespace for context provision */
|
|
4243
|
+
namespace?: string;
|
|
4244
|
+
}
|
|
4245
|
+
interface SliderRootSlotProps {
|
|
4246
|
+
/** Unique identifier */
|
|
4247
|
+
id: string;
|
|
4248
|
+
/** All current values */
|
|
4249
|
+
values: number[];
|
|
4250
|
+
/** Minimum value */
|
|
4251
|
+
min: number;
|
|
4252
|
+
/** Maximum value */
|
|
4253
|
+
max: number;
|
|
4254
|
+
/** Whether the slider is disabled */
|
|
4255
|
+
isDisabled: boolean;
|
|
4256
|
+
/** Whether the slider is readonly */
|
|
4257
|
+
isReadonly: boolean;
|
|
4258
|
+
/** Slider orientation */
|
|
4259
|
+
orientation: 'horizontal' | 'vertical';
|
|
4260
|
+
/** Pre-computed attributes for binding */
|
|
4261
|
+
attrs: {
|
|
4262
|
+
'data-disabled': true | undefined;
|
|
4263
|
+
'data-readonly': true | undefined;
|
|
4264
|
+
'data-orientation': 'horizontal' | 'vertical';
|
|
4265
|
+
};
|
|
4266
|
+
}
|
|
4267
|
+
declare const useSliderRoot: (key: string, defaultValue?: SliderRootContext | undefined) => SliderRootContext, provideSliderRoot: (key: string, context: SliderRootContext, app?: vue760.App) => SliderRootContext;
|
|
4268
|
+
declare const __VLS_export$21: __VLS_WithSlots$10<vue760.DefineComponent<SliderRootProps & {
|
|
4269
|
+
modelValue?: number | number[];
|
|
4270
|
+
}, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
4271
|
+
"update:model-value": (value: number | number[]) => any;
|
|
4272
|
+
"update:modelValue": (value: number | number[]) => any;
|
|
4273
|
+
start: (value: number | number[]) => any;
|
|
4274
|
+
end: (value: number | number[]) => any;
|
|
4275
|
+
}, string, vue760.PublicProps, Readonly<SliderRootProps & {
|
|
4276
|
+
modelValue?: number | number[];
|
|
4277
|
+
}> & Readonly<{
|
|
4278
|
+
"onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
|
|
4279
|
+
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
4280
|
+
onStart?: ((value: number | number[]) => any) | undefined;
|
|
4281
|
+
onEnd?: ((value: number | number[]) => any) | undefined;
|
|
4282
|
+
}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4283
|
+
default: (props: SliderRootSlotProps) => any;
|
|
4284
|
+
}>;
|
|
4285
|
+
declare const _default$19: typeof __VLS_export$21;
|
|
4286
|
+
type __VLS_WithSlots$10<T, S> = T & {
|
|
4287
|
+
new (): {
|
|
4288
|
+
$slots: S;
|
|
4289
|
+
};
|
|
4290
|
+
};
|
|
4291
|
+
//#endregion
|
|
4292
|
+
//#region src/components/Slider/SliderTrack.vue.d.ts
|
|
4293
|
+
interface SliderTrackProps extends AtomProps {
|
|
4294
|
+
/** Namespace for connecting to parent Slider.Root */
|
|
4295
|
+
namespace?: string;
|
|
4296
|
+
}
|
|
4297
|
+
interface SliderTrackSlotProps {
|
|
4298
|
+
/** Pre-computed attributes */
|
|
4299
|
+
attrs: {
|
|
4300
|
+
'data-disabled': true | undefined;
|
|
4301
|
+
'data-readonly': true | undefined;
|
|
4302
|
+
'data-orientation': 'horizontal' | 'vertical';
|
|
4303
|
+
'style': Record<string, string>;
|
|
4304
|
+
'onPointerdown': (e: PointerEvent) => void;
|
|
4305
|
+
};
|
|
4306
|
+
}
|
|
4307
|
+
declare const __VLS_export$20: __VLS_WithSlots$9<vue760.DefineComponent<SliderTrackProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4308
|
+
default: (props: SliderTrackSlotProps) => any;
|
|
4309
|
+
}>;
|
|
4310
|
+
declare const _default$21: typeof __VLS_export$20;
|
|
4311
|
+
type __VLS_WithSlots$9<T, S> = T & {
|
|
4312
|
+
new (): {
|
|
4313
|
+
$slots: S;
|
|
4314
|
+
};
|
|
4315
|
+
};
|
|
4316
|
+
//#endregion
|
|
4317
|
+
//#region src/components/Slider/SliderRange.vue.d.ts
|
|
4318
|
+
interface SliderRangeProps extends AtomProps {
|
|
4319
|
+
/** Namespace for connecting to parent Slider.Root */
|
|
4320
|
+
namespace?: string;
|
|
4321
|
+
}
|
|
4322
|
+
interface SliderRangeSlotProps {
|
|
4323
|
+
/** Start percentage (0-100) */
|
|
4324
|
+
start: number;
|
|
4325
|
+
/** End percentage (0-100) */
|
|
4326
|
+
end: number;
|
|
4327
|
+
/** Pre-computed attributes and style */
|
|
4328
|
+
attrs: {
|
|
4329
|
+
'data-disabled': true | undefined;
|
|
4330
|
+
'data-readonly': true | undefined;
|
|
4331
|
+
'data-orientation': 'horizontal' | 'vertical';
|
|
4332
|
+
'style': Record<string, string>;
|
|
4333
|
+
};
|
|
4334
|
+
}
|
|
4335
|
+
declare const __VLS_export$19: __VLS_WithSlots$8<vue760.DefineComponent<SliderRangeProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SliderRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4336
|
+
default: (props: SliderRangeSlotProps) => any;
|
|
4337
|
+
}>;
|
|
4338
|
+
declare const _default$18: typeof __VLS_export$19;
|
|
4339
|
+
type __VLS_WithSlots$8<T, S> = T & {
|
|
4340
|
+
new (): {
|
|
4341
|
+
$slots: S;
|
|
4342
|
+
};
|
|
4343
|
+
};
|
|
4344
|
+
//#endregion
|
|
4345
|
+
//#region src/components/Slider/SliderThumb.vue.d.ts
|
|
4346
|
+
type SliderThumbState = 'dragging' | 'idle';
|
|
4347
|
+
interface SliderThumbProps extends AtomProps {
|
|
4348
|
+
/** Namespace for connecting to parent Slider.Root */
|
|
4349
|
+
namespace?: string;
|
|
4350
|
+
/** Accessible label for this thumb */
|
|
4351
|
+
ariaLabel?: string;
|
|
4352
|
+
/** ID of element labelling this thumb */
|
|
4353
|
+
ariaLabelledby?: string;
|
|
4354
|
+
/** Custom aria-valuetext (for formatted display) */
|
|
4355
|
+
ariaValuetext?: string;
|
|
4356
|
+
}
|
|
4357
|
+
interface SliderThumbSlotProps {
|
|
4358
|
+
/** Thumb index in parent slider */
|
|
4359
|
+
index: number;
|
|
4360
|
+
/** Current value of this thumb */
|
|
4361
|
+
value: number;
|
|
4362
|
+
/** Current value as percentage (0-100) */
|
|
4363
|
+
percent: number;
|
|
4364
|
+
/** Whether this thumb is being dragged */
|
|
4365
|
+
isDragging: boolean;
|
|
4366
|
+
/** Pre-computed ARIA and data attributes */
|
|
4367
|
+
attrs: {
|
|
4368
|
+
'role': 'slider';
|
|
4369
|
+
'tabindex': 0 | -1;
|
|
4370
|
+
'aria-valuenow': number;
|
|
4371
|
+
'aria-valuemin': number;
|
|
4372
|
+
'aria-valuemax': number;
|
|
4373
|
+
'aria-valuetext': string | undefined;
|
|
4374
|
+
'aria-orientation': 'horizontal' | 'vertical';
|
|
4375
|
+
'aria-disabled': true | undefined;
|
|
4376
|
+
'aria-readonly': true | undefined;
|
|
4377
|
+
'aria-label': string | undefined;
|
|
4378
|
+
'aria-labelledby': string | undefined;
|
|
4379
|
+
'data-state': SliderThumbState;
|
|
4380
|
+
'data-disabled': true | undefined;
|
|
4381
|
+
'data-readonly': true | undefined;
|
|
4382
|
+
'style': Record<string, string>;
|
|
4383
|
+
'onKeydown': (e: KeyboardEvent) => void;
|
|
4384
|
+
'onPointerdown': (e: PointerEvent) => void;
|
|
4385
|
+
};
|
|
4386
|
+
}
|
|
4387
|
+
declare const __VLS_export$18: __VLS_WithSlots$7<vue760.DefineComponent<SliderThumbProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4388
|
+
default: (props: SliderThumbSlotProps) => any;
|
|
4389
|
+
}>;
|
|
4390
|
+
declare const _default$20: typeof __VLS_export$18;
|
|
4391
|
+
type __VLS_WithSlots$7<T, S> = T & {
|
|
4392
|
+
new (): {
|
|
4393
|
+
$slots: S;
|
|
4394
|
+
};
|
|
4395
|
+
};
|
|
4396
|
+
//#endregion
|
|
4397
|
+
//#region src/components/Slider/SliderHiddenInput.vue.d.ts
|
|
4398
|
+
interface SliderHiddenInputProps {
|
|
4399
|
+
/** Namespace for context injection from parent Slider.Root */
|
|
4400
|
+
namespace?: string;
|
|
4401
|
+
/** Thumb index to read value from */
|
|
4402
|
+
index?: number;
|
|
4403
|
+
}
|
|
4404
|
+
declare const __VLS_export$17: vue760.DefineComponent<SliderHiddenInputProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>;
|
|
4405
|
+
declare const _default$17: typeof __VLS_export$17;
|
|
4406
|
+
//#endregion
|
|
4407
|
+
//#region src/components/Slider/index.d.ts
|
|
4408
|
+
/**
|
|
4409
|
+
* Slider component with sub-components for range input controls.
|
|
4410
|
+
*
|
|
4411
|
+
* @see https://0.vuetifyjs.com/components/slider
|
|
4412
|
+
*
|
|
4413
|
+
* @example
|
|
4414
|
+
* ```vue
|
|
4415
|
+
* <script setup lang="ts">
|
|
4416
|
+
* import { Slider } from '@vuetify/v0'
|
|
4417
|
+
* import { ref } from 'vue'
|
|
4418
|
+
*
|
|
4419
|
+
* const value = ref([50])
|
|
4420
|
+
* </script>
|
|
4421
|
+
*
|
|
4422
|
+
* <template>
|
|
4423
|
+
* <Slider.Root v-model="value" :min="0" :max="100">
|
|
4424
|
+
* <Slider.Track>
|
|
4425
|
+
* <Slider.Range />
|
|
4426
|
+
* </Slider.Track>
|
|
4427
|
+
* <Slider.Thumb />
|
|
4428
|
+
* </Slider.Root>
|
|
4429
|
+
* </template>
|
|
4430
|
+
* ```
|
|
4431
|
+
*/
|
|
4432
|
+
declare const Slider: {
|
|
4433
|
+
/**
|
|
4434
|
+
* Root component for sliders.
|
|
4435
|
+
*
|
|
4436
|
+
* Creates slider context, provides it to child components, and
|
|
4437
|
+
* bridges v-model. Value is always `number[]`: single thumb = `[50]`,
|
|
4438
|
+
* range = `[25, 75]`. Configure min, max, step, and orientation via
|
|
4439
|
+
* props. When `name` prop is provided, automatically renders hidden
|
|
4440
|
+
* inputs for form submission.
|
|
4441
|
+
*
|
|
4442
|
+
* @see https://0.vuetifyjs.com/components/slider
|
|
4443
|
+
*
|
|
4444
|
+
* @example
|
|
4445
|
+
* ```vue
|
|
4446
|
+
* <script setup lang="ts">
|
|
4447
|
+
* import { Slider } from '@vuetify/v0'
|
|
4448
|
+
* import { ref } from 'vue'
|
|
4449
|
+
*
|
|
4450
|
+
* const value = ref([50])
|
|
4451
|
+
* </script>
|
|
4452
|
+
*
|
|
4453
|
+
* <template>
|
|
4454
|
+
* <Slider.Root v-model="value" :min="0" :max="100">
|
|
4455
|
+
* <Slider.Track>
|
|
4456
|
+
* <Slider.Range />
|
|
4457
|
+
* </Slider.Track>
|
|
4458
|
+
* <Slider.Thumb />
|
|
4459
|
+
* </Slider.Root>
|
|
4460
|
+
* </template>
|
|
4461
|
+
* ```
|
|
4462
|
+
*/
|
|
4463
|
+
Root: {
|
|
4464
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SliderRootProps & {
|
|
4465
|
+
modelValue?: number | number[];
|
|
4466
|
+
}> & Readonly<{
|
|
4467
|
+
"onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
|
|
4468
|
+
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
4469
|
+
onStart?: ((value: number | number[]) => any) | undefined;
|
|
4470
|
+
onEnd?: ((value: number | number[]) => any) | undefined;
|
|
4471
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
4472
|
+
"update:model-value": (value: number | number[]) => any;
|
|
4473
|
+
"update:modelValue": (value: number | number[]) => any;
|
|
4474
|
+
start: (value: number | number[]) => any;
|
|
4475
|
+
end: (value: number | number[]) => any;
|
|
4476
|
+
}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4477
|
+
P: {};
|
|
4478
|
+
B: {};
|
|
4479
|
+
D: {};
|
|
4480
|
+
C: {};
|
|
4481
|
+
M: {};
|
|
4482
|
+
Defaults: {};
|
|
4483
|
+
}, Readonly<SliderRootProps & {
|
|
4484
|
+
modelValue?: number | number[];
|
|
4485
|
+
}> & Readonly<{
|
|
4486
|
+
"onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
|
|
4487
|
+
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
4488
|
+
onStart?: ((value: number | number[]) => any) | undefined;
|
|
4489
|
+
onEnd?: ((value: number | number[]) => any) | undefined;
|
|
4490
|
+
}>, {}, {}, {}, {}, {}>;
|
|
4491
|
+
__isFragment?: never;
|
|
4492
|
+
__isTeleport?: never;
|
|
4493
|
+
__isSuspense?: never;
|
|
4494
|
+
} & vue760.ComponentOptionsBase<Readonly<SliderRootProps & {
|
|
4495
|
+
modelValue?: number | number[];
|
|
4496
|
+
}> & Readonly<{
|
|
4497
|
+
"onUpdate:model-value"?: ((value: number | number[]) => any) | undefined;
|
|
4498
|
+
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
4499
|
+
onStart?: ((value: number | number[]) => any) | undefined;
|
|
4500
|
+
onEnd?: ((value: number | number[]) => any) | undefined;
|
|
4501
|
+
}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
4502
|
+
"update:model-value": (value: number | number[]) => any;
|
|
4503
|
+
"update:modelValue": (value: number | number[]) => any;
|
|
4504
|
+
start: (value: number | number[]) => any;
|
|
4505
|
+
end: (value: number | number[]) => any;
|
|
4506
|
+
}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4507
|
+
$slots: {
|
|
4508
|
+
default: (props: SliderRootSlotProps) => any;
|
|
4509
|
+
};
|
|
4510
|
+
});
|
|
4511
|
+
/**
|
|
4512
|
+
* Track element that contains the Range and handles click-to-position.
|
|
4513
|
+
*
|
|
4514
|
+
* On pointerdown, calculates the value from pointer position, snaps
|
|
4515
|
+
* the nearest thumb to that value, and initiates drag. Must contain
|
|
4516
|
+
* Slider.Range as a child.
|
|
4517
|
+
*
|
|
4518
|
+
* @see https://0.vuetifyjs.com/components/slider#anatomy
|
|
4519
|
+
*
|
|
4520
|
+
* @example
|
|
4521
|
+
* ```vue
|
|
4522
|
+
* <Slider.Track>
|
|
4523
|
+
* <Slider.Range />
|
|
4524
|
+
* </Slider.Track>
|
|
4525
|
+
* ```
|
|
4526
|
+
*/
|
|
4527
|
+
Track: {
|
|
4528
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4529
|
+
P: {};
|
|
4530
|
+
B: {};
|
|
4531
|
+
D: {};
|
|
4532
|
+
C: {};
|
|
4533
|
+
M: {};
|
|
4534
|
+
Defaults: {};
|
|
4535
|
+
}, Readonly<SliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4536
|
+
__isFragment?: never;
|
|
4537
|
+
__isTeleport?: never;
|
|
4538
|
+
__isSuspense?: never;
|
|
4539
|
+
} & vue760.ComponentOptionsBase<Readonly<SliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4540
|
+
$slots: {
|
|
4541
|
+
default: (props: SliderTrackSlotProps) => any;
|
|
4542
|
+
};
|
|
4543
|
+
});
|
|
4544
|
+
/**
|
|
4545
|
+
* Filled region between thumb positions.
|
|
4546
|
+
*
|
|
4547
|
+
* For single-thumb sliders, fills from min to the thumb value.
|
|
4548
|
+
* For range sliders, fills between the lowest and highest thumb
|
|
4549
|
+
* values. Must be used within a Slider.Track component.
|
|
4550
|
+
*
|
|
4551
|
+
* @see https://0.vuetifyjs.com/components/slider#anatomy
|
|
4552
|
+
*
|
|
4553
|
+
* @example
|
|
4554
|
+
* ```vue
|
|
4555
|
+
* <Slider.Track>
|
|
4556
|
+
* <Slider.Range />
|
|
4557
|
+
* </Slider.Track>
|
|
4558
|
+
* ```
|
|
4559
|
+
*/
|
|
4560
|
+
Range: {
|
|
4561
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SliderRangeProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4562
|
+
P: {};
|
|
4563
|
+
B: {};
|
|
4564
|
+
D: {};
|
|
4565
|
+
C: {};
|
|
4566
|
+
M: {};
|
|
4567
|
+
Defaults: {};
|
|
4568
|
+
}, Readonly<SliderRangeProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4569
|
+
__isFragment?: never;
|
|
4570
|
+
__isTeleport?: never;
|
|
4571
|
+
__isSuspense?: never;
|
|
4572
|
+
} & vue760.ComponentOptionsBase<Readonly<SliderRangeProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4573
|
+
$slots: {
|
|
4574
|
+
default: (props: SliderRangeSlotProps) => any;
|
|
4575
|
+
};
|
|
4576
|
+
});
|
|
4577
|
+
/**
|
|
4578
|
+
* Draggable thumb control with keyboard navigation.
|
|
4579
|
+
*
|
|
4580
|
+
* Auto-registers with parent Root to receive its index. Supports
|
|
4581
|
+
* pointer drag and full keyboard navigation (Arrow, Page, Home/End).
|
|
4582
|
+
* Provides ARIA slider attributes including per-thumb constrained
|
|
4583
|
+
* valuemin/valuemax for multi-thumb sliders. Render multiple Thumbs
|
|
4584
|
+
* for range sliders.
|
|
4585
|
+
*
|
|
4586
|
+
* @see https://0.vuetifyjs.com/components/slider#anatomy
|
|
4587
|
+
*
|
|
4588
|
+
* @example
|
|
4589
|
+
* ```vue
|
|
4590
|
+
* <Slider.Thumb />
|
|
4591
|
+
* ```
|
|
4592
|
+
*/
|
|
4593
|
+
Thumb: {
|
|
4594
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4595
|
+
P: {};
|
|
4596
|
+
B: {};
|
|
4597
|
+
D: {};
|
|
4598
|
+
C: {};
|
|
4599
|
+
M: {};
|
|
4600
|
+
Defaults: {};
|
|
4601
|
+
}, Readonly<SliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4602
|
+
__isFragment?: never;
|
|
4603
|
+
__isTeleport?: never;
|
|
4604
|
+
__isSuspense?: never;
|
|
4605
|
+
} & vue760.ComponentOptionsBase<Readonly<SliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4606
|
+
$slots: {
|
|
4607
|
+
default: (props: SliderThumbSlotProps) => any;
|
|
4608
|
+
};
|
|
4609
|
+
});
|
|
4610
|
+
/**
|
|
4611
|
+
* Hidden native input for form submission.
|
|
4612
|
+
*
|
|
4613
|
+
* Auto-rendered by Root when `name` prop is provided — one input
|
|
4614
|
+
* per thumb value. Can also be used explicitly for custom form
|
|
4615
|
+
* integration.
|
|
4616
|
+
*
|
|
4617
|
+
* @see https://0.vuetifyjs.com/components/slider#form-integration
|
|
4618
|
+
* @internal
|
|
4619
|
+
*
|
|
4620
|
+
* @example
|
|
4621
|
+
* ```vue
|
|
4622
|
+
* <script setup lang="ts">
|
|
4623
|
+
* import { Slider } from '@vuetify/v0'
|
|
4624
|
+
* import { ref } from 'vue'
|
|
4625
|
+
*
|
|
4626
|
+
* const value = ref([50])
|
|
4627
|
+
* </script>
|
|
4628
|
+
*
|
|
4629
|
+
* <template>
|
|
4630
|
+
* <!-- You don't need to do this — Root auto-renders hidden
|
|
4631
|
+
* inputs when the `name` prop is set. This is only needed
|
|
4632
|
+
* for custom form integration. -->
|
|
4633
|
+
* <Slider.Root v-model="value">
|
|
4634
|
+
* <Slider.Track>
|
|
4635
|
+
* <Slider.Range />
|
|
4636
|
+
* </Slider.Track>
|
|
4637
|
+
* <Slider.Thumb />
|
|
4638
|
+
* <Slider.HiddenInput name="volume" :index="0" />
|
|
4639
|
+
* </Slider.Root>
|
|
4640
|
+
* </template>
|
|
4641
|
+
* ```
|
|
4642
|
+
*/
|
|
4643
|
+
HiddenInput: vue760.DefineComponent<SliderHiddenInputProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>;
|
|
4644
|
+
};
|
|
4645
|
+
//#endregion
|
|
4646
|
+
//#region src/components/Splitter/SplitterRoot.vue.d.ts
|
|
4647
|
+
type SplitterOrientation = 'horizontal' | 'vertical';
|
|
4648
|
+
interface SplitterPanelInput extends SelectionTicketInput {
|
|
4649
|
+
size: number;
|
|
4650
|
+
minSize: number;
|
|
4651
|
+
maxSize: number;
|
|
4652
|
+
collapsible: boolean;
|
|
4653
|
+
collapsedSize: number;
|
|
4654
|
+
defaultSize: number;
|
|
4655
|
+
}
|
|
4656
|
+
type SplitterPanelTicket = SelectionTicket<SplitterPanelInput>;
|
|
4657
|
+
interface SplitterContext {
|
|
4658
|
+
orientation: Readonly<Ref<SplitterOrientation>>;
|
|
4659
|
+
disabled: Readonly<Ref<boolean>>;
|
|
4660
|
+
panels: SelectionContext<SplitterPanelInput>;
|
|
4661
|
+
handles: RegistryContext;
|
|
4662
|
+
dragging: Readonly<Ref<boolean>>;
|
|
4663
|
+
draggingHandle: Readonly<Ref<number | null>>;
|
|
4664
|
+
rootEl: Readonly<Ref<HTMLElement | null>>;
|
|
4665
|
+
panel: (index: number) => SplitterPanelTicket | undefined;
|
|
4666
|
+
resize: (index: number, delta: number, options?: {
|
|
4667
|
+
emit?: boolean;
|
|
4668
|
+
}) => void;
|
|
4669
|
+
onStartDrag: (index: number) => void;
|
|
4670
|
+
onEndDrag: () => void;
|
|
4671
|
+
collapse: (index: number, neighborIndex?: number) => void;
|
|
4672
|
+
expand: (index: number, neighborIndex?: number) => void;
|
|
4673
|
+
distribute: (sizes: number[]) => void;
|
|
4674
|
+
}
|
|
4675
|
+
interface SplitterRootExpose {
|
|
4676
|
+
distribute: (sizes: number[]) => void;
|
|
4677
|
+
}
|
|
4678
|
+
interface SplitterRootProps extends AtomProps {
|
|
4679
|
+
orientation?: SplitterOrientation;
|
|
4680
|
+
disabled?: boolean;
|
|
4681
|
+
}
|
|
4682
|
+
interface SplitterRootSlotProps {
|
|
4683
|
+
orientation: SplitterOrientation;
|
|
4684
|
+
isDisabled: boolean;
|
|
4685
|
+
sizes: number[];
|
|
4686
|
+
isDragging: boolean;
|
|
4687
|
+
distribute: (sizes: number[]) => void;
|
|
4688
|
+
attrs: {
|
|
4689
|
+
'data-orientation': SplitterOrientation;
|
|
4690
|
+
'data-dragging': true | undefined;
|
|
4691
|
+
};
|
|
4692
|
+
}
|
|
4693
|
+
declare const useSplitterRoot: () => SplitterContext, provideSplitterRoot: (context: SplitterContext, app?: vue760.App) => SplitterContext;
|
|
4694
|
+
declare const __VLS_export$16: __VLS_WithSlots$6<vue760.DefineComponent<SplitterRootProps, SplitterRootExpose, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
4695
|
+
layout: (sizes: number[]) => any;
|
|
4696
|
+
}, string, vue760.PublicProps, Readonly<SplitterRootProps> & Readonly<{
|
|
4697
|
+
onLayout?: ((sizes: number[]) => any) | undefined;
|
|
4698
|
+
}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4699
|
+
default: (props: SplitterRootSlotProps) => any;
|
|
4700
|
+
}>;
|
|
4701
|
+
declare const _default$14: typeof __VLS_export$16;
|
|
4702
|
+
type __VLS_WithSlots$6<T, S> = T & {
|
|
4703
|
+
new (): {
|
|
4704
|
+
$slots: S;
|
|
4705
|
+
};
|
|
4706
|
+
};
|
|
4707
|
+
//#endregion
|
|
4708
|
+
//#region src/components/Splitter/SplitterPanel.vue.d.ts
|
|
4709
|
+
interface SplitterPanelProps extends AtomProps {
|
|
4710
|
+
defaultSize: number;
|
|
4711
|
+
minSize?: number;
|
|
4712
|
+
maxSize?: number;
|
|
4713
|
+
collapsible?: boolean;
|
|
4714
|
+
collapsedSize?: number;
|
|
4715
|
+
}
|
|
4716
|
+
interface SplitterPanelExpose {
|
|
4717
|
+
collapse: () => void;
|
|
4718
|
+
expand: () => void;
|
|
4719
|
+
size: Ref<number>;
|
|
4720
|
+
isCollapsed: Ref<boolean>;
|
|
4721
|
+
}
|
|
4722
|
+
interface SplitterPanelSlotProps {
|
|
4723
|
+
size: number;
|
|
4724
|
+
isCollapsed: boolean;
|
|
4725
|
+
collapse: () => void;
|
|
4726
|
+
expand: () => void;
|
|
4727
|
+
attrs: {
|
|
4728
|
+
'id': string;
|
|
4729
|
+
'data-orientation': SplitterOrientation;
|
|
4730
|
+
'data-panel-index': number;
|
|
4731
|
+
'data-collapsed': true | undefined;
|
|
4732
|
+
};
|
|
4733
|
+
}
|
|
4734
|
+
declare const __VLS_export$15: __VLS_WithSlots$5<vue760.DefineComponent<SplitterPanelProps & {
|
|
4735
|
+
collapsed?: boolean;
|
|
4736
|
+
}, SplitterPanelExpose, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
4737
|
+
resize: (size: number) => any;
|
|
4738
|
+
"update:collapsed": (...args: unknown[]) => any;
|
|
4739
|
+
}, string, vue760.PublicProps, Readonly<SplitterPanelProps & {
|
|
4740
|
+
collapsed?: boolean;
|
|
4741
|
+
}> & Readonly<{
|
|
4742
|
+
onResize?: ((size: number) => any) | undefined;
|
|
4743
|
+
"onUpdate:collapsed"?: ((...args: unknown[]) => any) | undefined;
|
|
4744
|
+
}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4745
|
+
default: (props: SplitterPanelSlotProps) => any;
|
|
4746
|
+
}>;
|
|
4747
|
+
declare const _default$15: typeof __VLS_export$15;
|
|
4748
|
+
type __VLS_WithSlots$5<T, S> = T & {
|
|
4749
|
+
new (): {
|
|
4750
|
+
$slots: S;
|
|
4751
|
+
};
|
|
4752
|
+
};
|
|
4753
|
+
//#endregion
|
|
4754
|
+
//#region src/components/Splitter/SplitterHandle.vue.d.ts
|
|
4755
|
+
interface SplitterHandleProps extends AtomProps {
|
|
4756
|
+
disabled?: boolean;
|
|
4757
|
+
label?: string;
|
|
4758
|
+
}
|
|
4759
|
+
type SplitterHandleState = 'drag' | 'hover' | 'inactive';
|
|
4760
|
+
interface SplitterHandleSlotProps {
|
|
4761
|
+
isDragging: boolean;
|
|
4762
|
+
isDisabled: boolean;
|
|
4763
|
+
state: SplitterHandleState;
|
|
4764
|
+
attrs: {
|
|
4765
|
+
'role': 'separator';
|
|
4766
|
+
'tabindex': 0 | -1;
|
|
4767
|
+
'aria-valuenow': number;
|
|
4768
|
+
'aria-valuemin': number;
|
|
4769
|
+
'aria-valuemax': number;
|
|
4770
|
+
'aria-orientation': SplitterOrientation;
|
|
4771
|
+
'aria-controls': string | undefined;
|
|
4772
|
+
'aria-label': string | undefined;
|
|
4773
|
+
'aria-disabled': true | undefined;
|
|
4774
|
+
'data-state': SplitterHandleState;
|
|
4775
|
+
'data-orientation': SplitterOrientation;
|
|
4776
|
+
'data-disabled': true | undefined;
|
|
4777
|
+
'style': Record<string, string>;
|
|
4778
|
+
'onPointerdown': (e: PointerEvent) => void;
|
|
4779
|
+
'onPointerenter': () => void;
|
|
4780
|
+
'onPointerleave': () => void;
|
|
4781
|
+
'onKeydown': (e: KeyboardEvent) => void;
|
|
4782
|
+
};
|
|
4783
|
+
}
|
|
4784
|
+
declare const __VLS_export$14: __VLS_WithSlots$4<vue760.DefineComponent<SplitterHandleProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SplitterHandleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4785
|
+
default: (props: SplitterHandleSlotProps) => any;
|
|
4786
|
+
}>;
|
|
4787
|
+
declare const _default$16: typeof __VLS_export$14;
|
|
4788
|
+
type __VLS_WithSlots$4<T, S> = T & {
|
|
4789
|
+
new (): {
|
|
4790
|
+
$slots: S;
|
|
4791
|
+
};
|
|
4792
|
+
};
|
|
4793
|
+
//#endregion
|
|
4794
|
+
//#region src/components/Splitter/index.d.ts
|
|
4795
|
+
/**
|
|
4796
|
+
* Splitter component with sub-components for building resizable panel layouts.
|
|
4797
|
+
*
|
|
4798
|
+
* @see https://0.vuetifyjs.com/components/splitter
|
|
4799
|
+
*
|
|
4800
|
+
* @example
|
|
4801
|
+
* ```vue
|
|
4802
|
+
* <script lang="ts" setup>
|
|
4803
|
+
* import { Splitter } from '@vuetify/v0'
|
|
4804
|
+
* </script>
|
|
4805
|
+
*
|
|
4806
|
+
* <template>
|
|
4807
|
+
* <Splitter.Root orientation="horizontal">
|
|
4808
|
+
* <Splitter.Panel :default-size="60" :min-size="20">
|
|
4809
|
+
* Left content
|
|
4810
|
+
* </Splitter.Panel>
|
|
4811
|
+
*
|
|
4812
|
+
* <Splitter.Handle />
|
|
4813
|
+
*
|
|
4814
|
+
* <Splitter.Panel :default-size="40" :min-size="20">
|
|
4815
|
+
* Right content
|
|
4816
|
+
* </Splitter.Panel>
|
|
4817
|
+
* </Splitter.Root>
|
|
4818
|
+
* </template>
|
|
4819
|
+
* ```
|
|
4820
|
+
*/
|
|
4821
|
+
declare const Splitter: {
|
|
4822
|
+
/**
|
|
4823
|
+
* Root container that provides splitter context and manages panel sizes.
|
|
4824
|
+
*
|
|
4825
|
+
* @see https://0.vuetifyjs.com/components/splitter
|
|
4826
|
+
*
|
|
4827
|
+
* @example
|
|
4828
|
+
* ```vue
|
|
4829
|
+
* <script lang="ts" setup>
|
|
4830
|
+
* import { Splitter } from '@vuetify/v0'
|
|
4831
|
+
* </script>
|
|
4832
|
+
*
|
|
4833
|
+
* <template>
|
|
4834
|
+
* <Splitter.Root orientation="horizontal">
|
|
4835
|
+
* <Splitter.Panel :default-size="60" :min-size="20">
|
|
4836
|
+
* Left content
|
|
4837
|
+
* </Splitter.Panel>
|
|
4838
|
+
*
|
|
4839
|
+
* <Splitter.Handle label="Resize panels" />
|
|
4840
|
+
*
|
|
4841
|
+
* <Splitter.Panel :default-size="40" :min-size="20">
|
|
4842
|
+
* Right content
|
|
4843
|
+
* </Splitter.Panel>
|
|
4844
|
+
* </Splitter.Root>
|
|
4845
|
+
* </template>
|
|
4846
|
+
* ```
|
|
4847
|
+
*/
|
|
4848
|
+
Root: {
|
|
4849
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SplitterRootProps> & Readonly<{
|
|
4850
|
+
onLayout?: ((sizes: number[]) => any) | undefined;
|
|
4851
|
+
}>, SplitterRootExpose, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
4852
|
+
layout: (sizes: number[]) => any;
|
|
4853
|
+
}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4854
|
+
P: {};
|
|
4855
|
+
B: {};
|
|
4856
|
+
D: {};
|
|
4857
|
+
C: {};
|
|
4858
|
+
M: {};
|
|
4859
|
+
Defaults: {};
|
|
4860
|
+
}, Readonly<SplitterRootProps> & Readonly<{
|
|
4861
|
+
onLayout?: ((sizes: number[]) => any) | undefined;
|
|
4862
|
+
}>, SplitterRootExpose, {}, {}, {}, {}>;
|
|
4863
|
+
__isFragment?: never;
|
|
4864
|
+
__isTeleport?: never;
|
|
4865
|
+
__isSuspense?: never;
|
|
4866
|
+
} & vue760.ComponentOptionsBase<Readonly<SplitterRootProps> & Readonly<{
|
|
4867
|
+
onLayout?: ((sizes: number[]) => any) | undefined;
|
|
4868
|
+
}>, SplitterRootExpose, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
4869
|
+
layout: (sizes: number[]) => any;
|
|
4870
|
+
}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4871
|
+
$slots: {
|
|
4872
|
+
default: (props: SplitterRootSlotProps) => any;
|
|
4873
|
+
};
|
|
4874
|
+
});
|
|
4875
|
+
/**
|
|
4876
|
+
* Resizable panel within a splitter layout, sized via flex-basis percentage.
|
|
4877
|
+
*
|
|
4878
|
+
* @see https://0.vuetifyjs.com/components/splitter#splitterpanel
|
|
4879
|
+
*
|
|
4880
|
+
* @example
|
|
4881
|
+
* ```vue
|
|
4882
|
+
* <Splitter.Panel :default-size="50" :min-size="20" :max-size="80">
|
|
4883
|
+
* Panel content
|
|
4884
|
+
* </Splitter.Panel>
|
|
4885
|
+
* ```
|
|
4886
|
+
*/
|
|
4887
|
+
Panel: {
|
|
4888
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SplitterPanelProps & {
|
|
4889
|
+
collapsed?: boolean;
|
|
4890
|
+
}> & Readonly<{
|
|
4891
|
+
onResize?: ((size: number) => any) | undefined;
|
|
4892
|
+
"onUpdate:collapsed"?: ((...args: unknown[]) => any) | undefined;
|
|
4893
|
+
}>, SplitterPanelExpose, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
4894
|
+
resize: (size: number) => any;
|
|
4895
|
+
"update:collapsed": (...args: unknown[]) => any;
|
|
4896
|
+
}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4897
|
+
P: {};
|
|
4898
|
+
B: {};
|
|
4899
|
+
D: {};
|
|
4900
|
+
C: {};
|
|
4901
|
+
M: {};
|
|
4902
|
+
Defaults: {};
|
|
4903
|
+
}, Readonly<SplitterPanelProps & {
|
|
4904
|
+
collapsed?: boolean;
|
|
4905
|
+
}> & Readonly<{
|
|
4906
|
+
onResize?: ((size: number) => any) | undefined;
|
|
4907
|
+
"onUpdate:collapsed"?: ((...args: unknown[]) => any) | undefined;
|
|
4908
|
+
}>, SplitterPanelExpose, {}, {}, {}, {}>;
|
|
4909
|
+
__isFragment?: never;
|
|
4910
|
+
__isTeleport?: never;
|
|
4911
|
+
__isSuspense?: never;
|
|
4912
|
+
} & vue760.ComponentOptionsBase<Readonly<SplitterPanelProps & {
|
|
4913
|
+
collapsed?: boolean;
|
|
4914
|
+
}> & Readonly<{
|
|
4915
|
+
onResize?: ((size: number) => any) | undefined;
|
|
4916
|
+
"onUpdate:collapsed"?: ((...args: unknown[]) => any) | undefined;
|
|
4917
|
+
}>, SplitterPanelExpose, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {
|
|
4918
|
+
resize: (size: number) => any;
|
|
4919
|
+
"update:collapsed": (...args: unknown[]) => any;
|
|
4920
|
+
}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4921
|
+
$slots: {
|
|
4922
|
+
default: (props: SplitterPanelSlotProps) => any;
|
|
4923
|
+
};
|
|
4924
|
+
});
|
|
4925
|
+
/**
|
|
4926
|
+
* Draggable resize handle between two adjacent panels.
|
|
4927
|
+
*
|
|
4928
|
+
* @see https://0.vuetifyjs.com/components/splitter#splitterhandle
|
|
4929
|
+
*
|
|
4930
|
+
* @example
|
|
4931
|
+
* ```vue
|
|
4932
|
+
* <Splitter.Handle label="Resize panels" />
|
|
4933
|
+
* ```
|
|
4934
|
+
*/
|
|
4935
|
+
Handle: {
|
|
4936
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SplitterHandleProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4937
|
+
P: {};
|
|
4938
|
+
B: {};
|
|
4939
|
+
D: {};
|
|
4940
|
+
C: {};
|
|
4941
|
+
M: {};
|
|
4942
|
+
Defaults: {};
|
|
4943
|
+
}, Readonly<SplitterHandleProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4944
|
+
__isFragment?: never;
|
|
4945
|
+
__isTeleport?: never;
|
|
4946
|
+
__isSuspense?: never;
|
|
4947
|
+
} & vue760.ComponentOptionsBase<Readonly<SplitterHandleProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4948
|
+
$slots: {
|
|
4949
|
+
default: (props: SplitterHandleSlotProps) => any;
|
|
4950
|
+
};
|
|
4951
|
+
});
|
|
4952
|
+
};
|
|
4953
|
+
//#endregion
|
|
4202
4954
|
//#region src/components/Switch/SwitchGroup.vue.d.ts
|
|
4203
4955
|
interface SwitchGroupProps extends AtomProps {
|
|
4204
4956
|
/** Namespace for context provision to children */
|
|
@@ -4245,21 +4997,21 @@ interface SwitchGroupSlotProps {
|
|
|
4245
4997
|
'aria-describedby': string | undefined;
|
|
4246
4998
|
};
|
|
4247
4999
|
}
|
|
4248
|
-
declare const useSwitchGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideSwitchGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?:
|
|
5000
|
+
declare const useSwitchGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideSwitchGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: vue760.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
4249
5001
|
declare const __VLS_export$13: <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<{
|
|
4250
5002
|
props: __VLS_PrettifyLocal$8<(SwitchGroupProps & {
|
|
4251
5003
|
modelValue?: T | T[];
|
|
4252
5004
|
}) & {
|
|
4253
5005
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4254
5006
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4255
|
-
}> &
|
|
5007
|
+
}> & vue760.PublicProps;
|
|
4256
5008
|
expose: (exposed: {}) => void;
|
|
4257
5009
|
attrs: any;
|
|
4258
5010
|
slots: {
|
|
4259
5011
|
default: (props: SwitchGroupSlotProps) => any;
|
|
4260
5012
|
};
|
|
4261
5013
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4262
|
-
}>) =>
|
|
5014
|
+
}>) => vue760.VNode & {
|
|
4263
5015
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4264
5016
|
};
|
|
4265
5017
|
declare const _default$8: typeof __VLS_export$13;
|
|
@@ -4276,7 +5028,7 @@ interface SwitchHiddenInputProps {
|
|
|
4276
5028
|
/** Associate with form by ID (overrides Root's form) */
|
|
4277
5029
|
form?: string;
|
|
4278
5030
|
}
|
|
4279
|
-
declare const __VLS_export$12:
|
|
5031
|
+
declare const __VLS_export$12: vue760.DefineComponent<SwitchHiddenInputProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SwitchHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>;
|
|
4280
5032
|
declare const _default$9: typeof __VLS_export$12;
|
|
4281
5033
|
//#endregion
|
|
4282
5034
|
//#region src/components/Switch/SwitchRoot.vue.d.ts
|
|
@@ -4322,9 +5074,9 @@ interface SwitchRootProps<V = unknown> extends AtomProps {
|
|
|
4322
5074
|
/** Associate with form by ID */
|
|
4323
5075
|
form?: string;
|
|
4324
5076
|
/** Disables this switch */
|
|
4325
|
-
disabled?:
|
|
5077
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
4326
5078
|
/** Sets the indeterminate state */
|
|
4327
|
-
indeterminate?:
|
|
5079
|
+
indeterminate?: MaybeRefOrGetter<boolean>;
|
|
4328
5080
|
/** Namespace for context provision to children (Track, Thumb, HiddenInput) */
|
|
4329
5081
|
namespace?: string;
|
|
4330
5082
|
/** Namespace for connecting to parent Switch.Group */
|
|
@@ -4374,21 +5126,21 @@ interface SwitchRootSlotProps<V = unknown> {
|
|
|
4374
5126
|
'data-disabled': true | undefined;
|
|
4375
5127
|
};
|
|
4376
5128
|
}
|
|
4377
|
-
declare const useSwitchRoot: (key: string, defaultValue?: SwitchRootContext<unknown> | undefined) => SwitchRootContext<unknown>, provideSwitchRoot: (key: string, context: SwitchRootContext<unknown>, app?:
|
|
5129
|
+
declare const useSwitchRoot: (key: string, defaultValue?: SwitchRootContext<unknown> | undefined) => SwitchRootContext<unknown>, provideSwitchRoot: (key: string, context: SwitchRootContext<unknown>, app?: vue760.App) => SwitchRootContext<unknown>;
|
|
4378
5130
|
declare const __VLS_export$11: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4379
5131
|
props: __VLS_PrettifyLocal$7<(SwitchRootProps<V> & {
|
|
4380
5132
|
modelValue?: boolean;
|
|
4381
5133
|
}) & {
|
|
4382
5134
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
4383
5135
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
4384
|
-
}> &
|
|
5136
|
+
}> & vue760.PublicProps;
|
|
4385
5137
|
expose: (exposed: {}) => void;
|
|
4386
5138
|
attrs: any;
|
|
4387
5139
|
slots: {
|
|
4388
5140
|
default: (props: SwitchRootSlotProps<V>) => any;
|
|
4389
5141
|
};
|
|
4390
5142
|
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
4391
|
-
}>) =>
|
|
5143
|
+
}>) => vue760.VNode & {
|
|
4392
5144
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4393
5145
|
};
|
|
4394
5146
|
declare const _default$10: typeof __VLS_export$11;
|
|
@@ -4438,7 +5190,7 @@ interface SwitchSelectAllSlotProps {
|
|
|
4438
5190
|
'data-disabled': true | undefined;
|
|
4439
5191
|
};
|
|
4440
5192
|
}
|
|
4441
|
-
declare const __VLS_export$10: __VLS_WithSlots$3<
|
|
5193
|
+
declare const __VLS_export$10: __VLS_WithSlots$3<vue760.DefineComponent<SwitchSelectAllProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4442
5194
|
default: (props: SwitchSelectAllSlotProps) => any;
|
|
4443
5195
|
}>;
|
|
4444
5196
|
declare const _default$11: typeof __VLS_export$10;
|
|
@@ -4466,7 +5218,7 @@ interface SwitchThumbSlotProps {
|
|
|
4466
5218
|
};
|
|
4467
5219
|
};
|
|
4468
5220
|
}
|
|
4469
|
-
declare const __VLS_export$9: __VLS_WithSlots$2<
|
|
5221
|
+
declare const __VLS_export$9: __VLS_WithSlots$2<vue760.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4470
5222
|
default: (props: SwitchThumbSlotProps) => any;
|
|
4471
5223
|
}>;
|
|
4472
5224
|
declare const _default$12: typeof __VLS_export$9;
|
|
@@ -4491,7 +5243,7 @@ interface SwitchTrackSlotProps {
|
|
|
4491
5243
|
'data-state': SwitchState;
|
|
4492
5244
|
};
|
|
4493
5245
|
}
|
|
4494
|
-
declare const __VLS_export$8: __VLS_WithSlots$1<
|
|
5246
|
+
declare const __VLS_export$8: __VLS_WithSlots$1<vue760.DefineComponent<SwitchTrackProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
4495
5247
|
default: (props: SwitchTrackSlotProps) => any;
|
|
4496
5248
|
}>;
|
|
4497
5249
|
declare const _default$13: typeof __VLS_export$8;
|
|
@@ -4581,14 +5333,14 @@ declare const Switch: {
|
|
|
4581
5333
|
modelValue?: (T | T[]) | undefined;
|
|
4582
5334
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4583
5335
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4584
|
-
} &
|
|
5336
|
+
} & vue760.PublicProps;
|
|
4585
5337
|
expose: (exposed: {}) => void;
|
|
4586
5338
|
attrs: any;
|
|
4587
5339
|
slots: {
|
|
4588
5340
|
default: (props: SwitchGroupSlotProps) => any;
|
|
4589
5341
|
};
|
|
4590
5342
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4591
|
-
}>) =>
|
|
5343
|
+
}>) => vue760.VNode & {
|
|
4592
5344
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4593
5345
|
};
|
|
4594
5346
|
/**
|
|
@@ -4613,7 +5365,7 @@ declare const Switch: {
|
|
|
4613
5365
|
* </template>
|
|
4614
5366
|
* ```
|
|
4615
5367
|
*/
|
|
4616
|
-
HiddenInput:
|
|
5368
|
+
HiddenInput: vue760.DefineComponent<SwitchHiddenInputProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<SwitchHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>;
|
|
4617
5369
|
/**
|
|
4618
5370
|
* Root component for individual switches.
|
|
4619
5371
|
*
|
|
@@ -4658,8 +5410,8 @@ declare const Switch: {
|
|
|
4658
5410
|
value?: V | undefined;
|
|
4659
5411
|
name?: string | undefined;
|
|
4660
5412
|
form?: string | undefined;
|
|
4661
|
-
disabled?:
|
|
4662
|
-
indeterminate?:
|
|
5413
|
+
disabled?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
5414
|
+
indeterminate?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
4663
5415
|
namespace?: string | undefined;
|
|
4664
5416
|
groupNamespace?: string | undefined;
|
|
4665
5417
|
ariaLabelledby?: string | undefined;
|
|
@@ -4670,14 +5422,14 @@ declare const Switch: {
|
|
|
4670
5422
|
modelValue?: boolean | undefined;
|
|
4671
5423
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
4672
5424
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
4673
|
-
} &
|
|
5425
|
+
} & vue760.PublicProps;
|
|
4674
5426
|
expose: (exposed: {}) => void;
|
|
4675
5427
|
attrs: any;
|
|
4676
5428
|
slots: {
|
|
4677
5429
|
default: (props: SwitchRootSlotProps<V>) => any;
|
|
4678
5430
|
};
|
|
4679
5431
|
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
4680
|
-
}>) =>
|
|
5432
|
+
}>) => vue760.VNode & {
|
|
4681
5433
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4682
5434
|
};
|
|
4683
5435
|
/**
|
|
@@ -4718,7 +5470,7 @@ declare const Switch: {
|
|
|
4718
5470
|
* ```
|
|
4719
5471
|
*/
|
|
4720
5472
|
SelectAll: {
|
|
4721
|
-
new (...args: any[]):
|
|
5473
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4722
5474
|
P: {};
|
|
4723
5475
|
B: {};
|
|
4724
5476
|
D: {};
|
|
@@ -4729,7 +5481,7 @@ declare const Switch: {
|
|
|
4729
5481
|
__isFragment?: never;
|
|
4730
5482
|
__isTeleport?: never;
|
|
4731
5483
|
__isSuspense?: never;
|
|
4732
|
-
} &
|
|
5484
|
+
} & vue760.ComponentOptionsBase<Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4733
5485
|
$slots: {
|
|
4734
5486
|
default: (props: SwitchSelectAllSlotProps) => any;
|
|
4735
5487
|
};
|
|
@@ -4753,7 +5505,7 @@ declare const Switch: {
|
|
|
4753
5505
|
* ```
|
|
4754
5506
|
*/
|
|
4755
5507
|
Thumb: {
|
|
4756
|
-
new (...args: any[]):
|
|
5508
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4757
5509
|
P: {};
|
|
4758
5510
|
B: {};
|
|
4759
5511
|
D: {};
|
|
@@ -4764,7 +5516,7 @@ declare const Switch: {
|
|
|
4764
5516
|
__isFragment?: never;
|
|
4765
5517
|
__isTeleport?: never;
|
|
4766
5518
|
__isSuspense?: never;
|
|
4767
|
-
} &
|
|
5519
|
+
} & vue760.ComponentOptionsBase<Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4768
5520
|
$slots: {
|
|
4769
5521
|
default: (props: SwitchThumbSlotProps) => any;
|
|
4770
5522
|
};
|
|
@@ -4787,7 +5539,7 @@ declare const Switch: {
|
|
|
4787
5539
|
* ```
|
|
4788
5540
|
*/
|
|
4789
5541
|
Track: {
|
|
4790
|
-
new (...args: any[]):
|
|
5542
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
4791
5543
|
P: {};
|
|
4792
5544
|
B: {};
|
|
4793
5545
|
D: {};
|
|
@@ -4798,7 +5550,7 @@ declare const Switch: {
|
|
|
4798
5550
|
__isFragment?: never;
|
|
4799
5551
|
__isTeleport?: never;
|
|
4800
5552
|
__isSuspense?: never;
|
|
4801
|
-
} &
|
|
5553
|
+
} & vue760.ComponentOptionsBase<Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
4802
5554
|
$slots: {
|
|
4803
5555
|
default: (props: SwitchTrackSlotProps) => any;
|
|
4804
5556
|
};
|
|
@@ -4835,20 +5587,20 @@ interface SingleRootSlotProps {
|
|
|
4835
5587
|
'aria-multiselectable': false;
|
|
4836
5588
|
};
|
|
4837
5589
|
}
|
|
4838
|
-
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket, SingleTicket<SingleTicket>> | undefined) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket, SingleTicket<SingleTicket>>, app?:
|
|
5590
|
+
declare const useSingleRoot: (key: string, defaultValue?: SingleContext<SingleTicket, SingleTicket<SingleTicket>> | undefined) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>, provideSingleRoot: (key: string, context: SingleContext<SingleTicket, SingleTicket<SingleTicket>>, app?: vue760.App) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>;
|
|
4839
5591
|
declare const __VLS_export$7: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4840
5592
|
props: __VLS_PrettifyLocal$6<(SingleRootProps & {
|
|
4841
5593
|
modelValue?: T | T[];
|
|
4842
5594
|
}) & {
|
|
4843
5595
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4844
|
-
}> &
|
|
5596
|
+
}> & vue760.PublicProps;
|
|
4845
5597
|
expose: (exposed: {}) => void;
|
|
4846
5598
|
attrs: any;
|
|
4847
5599
|
slots: {
|
|
4848
5600
|
default: (props: SingleRootSlotProps) => any;
|
|
4849
5601
|
};
|
|
4850
5602
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4851
|
-
}>) =>
|
|
5603
|
+
}>) => vue760.VNode & {
|
|
4852
5604
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4853
5605
|
};
|
|
4854
5606
|
declare const _default$7: typeof __VLS_export$7;
|
|
@@ -4863,7 +5615,7 @@ interface SingleItemProps<V = unknown> {
|
|
|
4863
5615
|
/** Value associated with this item */
|
|
4864
5616
|
value?: V;
|
|
4865
5617
|
/** Disables this specific item */
|
|
4866
|
-
disabled?:
|
|
5618
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
4867
5619
|
/** Namespace for dependency injection */
|
|
4868
5620
|
namespace?: string;
|
|
4869
5621
|
}
|
|
@@ -4893,14 +5645,14 @@ interface SingleItemSlotProps<V = unknown> {
|
|
|
4893
5645
|
};
|
|
4894
5646
|
}
|
|
4895
5647
|
declare const __VLS_export$6: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4896
|
-
props: __VLS_PrettifyLocal$5<SingleItemProps<V>> &
|
|
5648
|
+
props: __VLS_PrettifyLocal$5<SingleItemProps<V>> & vue760.PublicProps;
|
|
4897
5649
|
expose: (exposed: {}) => void;
|
|
4898
5650
|
attrs: any;
|
|
4899
5651
|
slots: {
|
|
4900
5652
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
4901
5653
|
};
|
|
4902
5654
|
emit: {};
|
|
4903
|
-
}>) =>
|
|
5655
|
+
}>) => vue760.VNode & {
|
|
4904
5656
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4905
5657
|
};
|
|
4906
5658
|
declare const _default$6: typeof __VLS_export$6;
|
|
@@ -4951,14 +5703,14 @@ declare const Single: {
|
|
|
4951
5703
|
mandatory?: boolean | "force" | undefined;
|
|
4952
5704
|
modelValue?: (T | T[]) | undefined;
|
|
4953
5705
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4954
|
-
} &
|
|
5706
|
+
} & vue760.PublicProps;
|
|
4955
5707
|
expose: (exposed: {}) => void;
|
|
4956
5708
|
attrs: any;
|
|
4957
5709
|
slots: {
|
|
4958
5710
|
default: (props: SingleRootSlotProps) => any;
|
|
4959
5711
|
};
|
|
4960
5712
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4961
|
-
}>) =>
|
|
5713
|
+
}>) => vue760.VNode & {
|
|
4962
5714
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4963
5715
|
};
|
|
4964
5716
|
/**
|
|
@@ -4992,16 +5744,16 @@ declare const Single: {
|
|
|
4992
5744
|
id?: string | undefined;
|
|
4993
5745
|
label?: string | undefined;
|
|
4994
5746
|
value?: V | undefined;
|
|
4995
|
-
disabled?:
|
|
5747
|
+
disabled?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
4996
5748
|
namespace?: string | undefined;
|
|
4997
|
-
} &
|
|
5749
|
+
} & vue760.PublicProps;
|
|
4998
5750
|
expose: (exposed: {}) => void;
|
|
4999
5751
|
attrs: any;
|
|
5000
5752
|
slots: {
|
|
5001
5753
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
5002
5754
|
};
|
|
5003
5755
|
emit: {};
|
|
5004
|
-
}>) =>
|
|
5756
|
+
}>) => vue760.VNode & {
|
|
5005
5757
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5006
5758
|
};
|
|
5007
5759
|
};
|
|
@@ -5046,20 +5798,20 @@ interface StepRootSlotProps {
|
|
|
5046
5798
|
'aria-multiselectable': false;
|
|
5047
5799
|
};
|
|
5048
5800
|
}
|
|
5049
|
-
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket, StepTicket<StepTicket>> | undefined) => StepContext<StepTicket, StepTicket<StepTicket>>, provideStepRoot: (key: string, context: StepContext<StepTicket, StepTicket<StepTicket>>, app?:
|
|
5801
|
+
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket, StepTicket<StepTicket>> | undefined) => StepContext<StepTicket, StepTicket<StepTicket>>, provideStepRoot: (key: string, context: StepContext<StepTicket, StepTicket<StepTicket>>, app?: vue760.App) => StepContext<StepTicket, StepTicket<StepTicket>>;
|
|
5050
5802
|
declare const __VLS_export$5: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5051
5803
|
props: __VLS_PrettifyLocal$4<(StepRootProps & {
|
|
5052
5804
|
modelValue?: T | T[];
|
|
5053
5805
|
}) & {
|
|
5054
5806
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
5055
|
-
}> &
|
|
5807
|
+
}> & vue760.PublicProps;
|
|
5056
5808
|
expose: (exposed: {}) => void;
|
|
5057
5809
|
attrs: any;
|
|
5058
5810
|
slots: {
|
|
5059
5811
|
default: (props: StepRootSlotProps) => any;
|
|
5060
5812
|
};
|
|
5061
5813
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
5062
|
-
}>) =>
|
|
5814
|
+
}>) => vue760.VNode & {
|
|
5063
5815
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5064
5816
|
};
|
|
5065
5817
|
declare const _default$5: typeof __VLS_export$5;
|
|
@@ -5074,7 +5826,7 @@ interface StepItemProps<V = unknown> {
|
|
|
5074
5826
|
/** Value associated with this item */
|
|
5075
5827
|
value?: V;
|
|
5076
5828
|
/** Disables this specific item */
|
|
5077
|
-
disabled?:
|
|
5829
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
5078
5830
|
/** Namespace for dependency injection */
|
|
5079
5831
|
namespace?: string;
|
|
5080
5832
|
}
|
|
@@ -5104,14 +5856,14 @@ interface StepItemSlotProps<V = unknown> {
|
|
|
5104
5856
|
};
|
|
5105
5857
|
}
|
|
5106
5858
|
declare const __VLS_export$4: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5107
|
-
props: __VLS_PrettifyLocal$3<StepItemProps<V>> &
|
|
5859
|
+
props: __VLS_PrettifyLocal$3<StepItemProps<V>> & vue760.PublicProps;
|
|
5108
5860
|
expose: (exposed: {}) => void;
|
|
5109
5861
|
attrs: any;
|
|
5110
5862
|
slots: {
|
|
5111
5863
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
5112
5864
|
};
|
|
5113
5865
|
emit: {};
|
|
5114
|
-
}>) =>
|
|
5866
|
+
}>) => vue760.VNode & {
|
|
5115
5867
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5116
5868
|
};
|
|
5117
5869
|
declare const _default$4: typeof __VLS_export$4;
|
|
@@ -5160,14 +5912,14 @@ declare const Step: {
|
|
|
5160
5912
|
mandatory?: boolean | "force" | undefined;
|
|
5161
5913
|
modelValue?: (T | T[]) | undefined;
|
|
5162
5914
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
5163
|
-
} &
|
|
5915
|
+
} & vue760.PublicProps;
|
|
5164
5916
|
expose: (exposed: {}) => void;
|
|
5165
5917
|
attrs: any;
|
|
5166
5918
|
slots: {
|
|
5167
5919
|
default: (props: StepRootSlotProps) => any;
|
|
5168
5920
|
};
|
|
5169
5921
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
5170
|
-
}>) =>
|
|
5922
|
+
}>) => vue760.VNode & {
|
|
5171
5923
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5172
5924
|
};
|
|
5173
5925
|
/**
|
|
@@ -5199,16 +5951,16 @@ declare const Step: {
|
|
|
5199
5951
|
id?: string | undefined;
|
|
5200
5952
|
label?: string | undefined;
|
|
5201
5953
|
value?: V | undefined;
|
|
5202
|
-
disabled?:
|
|
5954
|
+
disabled?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
5203
5955
|
namespace?: string | undefined;
|
|
5204
|
-
} &
|
|
5956
|
+
} & vue760.PublicProps;
|
|
5205
5957
|
expose: (exposed: {}) => void;
|
|
5206
5958
|
attrs: any;
|
|
5207
5959
|
slots: {
|
|
5208
5960
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
5209
5961
|
};
|
|
5210
5962
|
emit: {};
|
|
5211
|
-
}>) =>
|
|
5963
|
+
}>) => vue760.VNode & {
|
|
5212
5964
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5213
5965
|
};
|
|
5214
5966
|
};
|
|
@@ -5218,7 +5970,7 @@ type TabsOrientation = 'horizontal' | 'vertical';
|
|
|
5218
5970
|
/** Ticket for tab items with element reference for focus management */
|
|
5219
5971
|
interface TabsTicket extends StepTicket {
|
|
5220
5972
|
/** Element reference for roving tabindex focus management */
|
|
5221
|
-
el?:
|
|
5973
|
+
el?: MaybeRefOrGetter<HTMLElement | null | undefined>;
|
|
5222
5974
|
}
|
|
5223
5975
|
/** Activation mode alias for Tabs component API */
|
|
5224
5976
|
type TabsActivation = Activation;
|
|
@@ -5285,21 +6037,21 @@ interface TabsContext extends StepContext<TabsTicket> {
|
|
|
5285
6037
|
/** Root ID for generating tab/panel IDs */
|
|
5286
6038
|
rootId: string;
|
|
5287
6039
|
}
|
|
5288
|
-
declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?:
|
|
6040
|
+
declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue760.App) => TabsContext;
|
|
5289
6041
|
declare const __VLS_export$3: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5290
6042
|
props: __VLS_PrettifyLocal$2<(TabsRootProps & {
|
|
5291
6043
|
modelValue?: T | T[];
|
|
5292
6044
|
}) & {
|
|
5293
6045
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
5294
6046
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
5295
|
-
}> &
|
|
6047
|
+
}> & vue760.PublicProps;
|
|
5296
6048
|
expose: (exposed: {}) => void;
|
|
5297
6049
|
attrs: any;
|
|
5298
6050
|
slots: {
|
|
5299
6051
|
default: (props: TabsRootSlotProps) => any;
|
|
5300
6052
|
};
|
|
5301
6053
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
5302
|
-
}>) =>
|
|
6054
|
+
}>) => vue760.VNode & {
|
|
5303
6055
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5304
6056
|
};
|
|
5305
6057
|
declare const _default: typeof __VLS_export$3;
|
|
@@ -5326,7 +6078,7 @@ interface TabsListSlotProps {
|
|
|
5326
6078
|
'data-disabled': true | undefined;
|
|
5327
6079
|
};
|
|
5328
6080
|
}
|
|
5329
|
-
declare const __VLS_export$2: __VLS_WithSlots<
|
|
6081
|
+
declare const __VLS_export$2: __VLS_WithSlots<vue760.DefineComponent<TabsListProps, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, vue760.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue760.ComponentProvideOptions, false, {}, any>, {
|
|
5330
6082
|
default: (props: TabsListSlotProps) => any;
|
|
5331
6083
|
}>;
|
|
5332
6084
|
declare const _default$1: typeof __VLS_export$2;
|
|
@@ -5343,7 +6095,7 @@ interface TabsItemProps<V = unknown> extends AtomProps {
|
|
|
5343
6095
|
/** Value associated with this tab (used to match with TabsPanel) */
|
|
5344
6096
|
value?: V;
|
|
5345
6097
|
/** Disables this specific tab */
|
|
5346
|
-
disabled?:
|
|
6098
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
5347
6099
|
/** Namespace for dependency injection */
|
|
5348
6100
|
namespace?: string;
|
|
5349
6101
|
/** Accessible label for this tab */
|
|
@@ -5383,14 +6135,14 @@ interface TabsItemSlotProps {
|
|
|
5383
6135
|
};
|
|
5384
6136
|
}
|
|
5385
6137
|
declare const __VLS_export$1: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5386
|
-
props: __VLS_PrettifyLocal$1<TabsItemProps<V>> &
|
|
6138
|
+
props: __VLS_PrettifyLocal$1<TabsItemProps<V>> & vue760.PublicProps;
|
|
5387
6139
|
expose: (exposed: {}) => void;
|
|
5388
6140
|
attrs: any;
|
|
5389
6141
|
slots: {
|
|
5390
6142
|
default: (props: TabsItemSlotProps) => any;
|
|
5391
6143
|
};
|
|
5392
6144
|
emit: {};
|
|
5393
|
-
}>) =>
|
|
6145
|
+
}>) => vue760.VNode & {
|
|
5394
6146
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5395
6147
|
};
|
|
5396
6148
|
declare const _default$2: typeof __VLS_export$1;
|
|
@@ -5417,14 +6169,14 @@ interface TabsPanelSlotProps {
|
|
|
5417
6169
|
};
|
|
5418
6170
|
}
|
|
5419
6171
|
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<{
|
|
5420
|
-
props: __VLS_PrettifyLocal<TabsPanelProps<V>> &
|
|
6172
|
+
props: __VLS_PrettifyLocal<TabsPanelProps<V>> & vue760.PublicProps;
|
|
5421
6173
|
expose: (exposed: {}) => void;
|
|
5422
6174
|
attrs: any;
|
|
5423
6175
|
slots: {
|
|
5424
6176
|
default: (props: TabsPanelSlotProps) => any;
|
|
5425
6177
|
};
|
|
5426
6178
|
emit: {};
|
|
5427
|
-
}>) =>
|
|
6179
|
+
}>) => vue760.VNode & {
|
|
5428
6180
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5429
6181
|
};
|
|
5430
6182
|
declare const _default$3: typeof __VLS_export;
|
|
@@ -5483,14 +6235,14 @@ declare const Tabs: {
|
|
|
5483
6235
|
modelValue?: (T | T[]) | undefined;
|
|
5484
6236
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
5485
6237
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
5486
|
-
} &
|
|
6238
|
+
} & vue760.PublicProps;
|
|
5487
6239
|
expose: (exposed: {}) => void;
|
|
5488
6240
|
attrs: any;
|
|
5489
6241
|
slots: {
|
|
5490
6242
|
default: (props: TabsRootSlotProps) => any;
|
|
5491
6243
|
};
|
|
5492
6244
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
5493
|
-
}>) =>
|
|
6245
|
+
}>) => vue760.VNode & {
|
|
5494
6246
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5495
6247
|
};
|
|
5496
6248
|
/**
|
|
@@ -5499,7 +6251,7 @@ declare const Tabs: {
|
|
|
5499
6251
|
* @see https://0.vuetifyjs.com/components/tabs#tabslist
|
|
5500
6252
|
*/
|
|
5501
6253
|
List: {
|
|
5502
|
-
new (...args: any[]):
|
|
6254
|
+
new (...args: any[]): vue760.CreateComponentPublicInstanceWithMixins<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, vue760.PublicProps, {}, false, {}, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, {}, any, vue760.ComponentProvideOptions, {
|
|
5503
6255
|
P: {};
|
|
5504
6256
|
B: {};
|
|
5505
6257
|
D: {};
|
|
@@ -5510,7 +6262,7 @@ declare const Tabs: {
|
|
|
5510
6262
|
__isFragment?: never;
|
|
5511
6263
|
__isTeleport?: never;
|
|
5512
6264
|
__isSuspense?: never;
|
|
5513
|
-
} &
|
|
6265
|
+
} & vue760.ComponentOptionsBase<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue760.ComponentOptionsMixin, vue760.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue760.GlobalComponents, vue760.GlobalDirectives, string, vue760.ComponentProvideOptions> & vue760.VNodeProps & vue760.AllowedComponentProps & vue760.ComponentCustomProps & (new () => {
|
|
5514
6266
|
$slots: {
|
|
5515
6267
|
default: (props: TabsListSlotProps) => any;
|
|
5516
6268
|
};
|
|
@@ -5530,21 +6282,21 @@ declare const Tabs: {
|
|
|
5530
6282
|
props: {
|
|
5531
6283
|
id?: ID | undefined;
|
|
5532
6284
|
value?: V | undefined;
|
|
5533
|
-
disabled?:
|
|
6285
|
+
disabled?: vue760.MaybeRefOrGetter<boolean> | undefined;
|
|
5534
6286
|
namespace?: string | undefined;
|
|
5535
6287
|
ariaLabel?: string | undefined;
|
|
5536
6288
|
ariaLabelledby?: string | undefined;
|
|
5537
6289
|
ariaDescribedby?: string | undefined;
|
|
5538
6290
|
as?: (DOMElement | null) | undefined;
|
|
5539
6291
|
renderless?: boolean | undefined;
|
|
5540
|
-
} &
|
|
6292
|
+
} & vue760.PublicProps;
|
|
5541
6293
|
expose: (exposed: {}) => void;
|
|
5542
6294
|
attrs: any;
|
|
5543
6295
|
slots: {
|
|
5544
6296
|
default: (props: TabsItemSlotProps) => any;
|
|
5545
6297
|
};
|
|
5546
6298
|
emit: {};
|
|
5547
|
-
}>) =>
|
|
6299
|
+
}>) => vue760.VNode & {
|
|
5548
6300
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5549
6301
|
};
|
|
5550
6302
|
/**
|
|
@@ -5564,16 +6316,16 @@ declare const Tabs: {
|
|
|
5564
6316
|
namespace?: string | undefined;
|
|
5565
6317
|
as?: (DOMElement | null) | undefined;
|
|
5566
6318
|
renderless?: boolean | undefined;
|
|
5567
|
-
} &
|
|
6319
|
+
} & vue760.PublicProps;
|
|
5568
6320
|
expose: (exposed: {}) => void;
|
|
5569
6321
|
attrs: any;
|
|
5570
6322
|
slots: {
|
|
5571
6323
|
default: (props: TabsPanelSlotProps) => any;
|
|
5572
6324
|
};
|
|
5573
6325
|
emit: {};
|
|
5574
|
-
}>) =>
|
|
6326
|
+
}>) => vue760.VNode & {
|
|
5575
6327
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5576
6328
|
};
|
|
5577
6329
|
};
|
|
5578
6330
|
//#endregion
|
|
5579
|
-
export { provideSwitchRoot as $,
|
|
6331
|
+
export { provideSwitchRoot as $, BreadcrumbsListSlotProps as $i, PaginationPrevSlotProps as $n, _default$49 as $r, provideSelectionRoot as $t, SingleItemProps as A, CheckboxHiddenInputProps as Ai, PopoverActivatorProps as An, ExpansionPanelActivatorSlotProps as Ar, SliderThumbProps as At, SwitchTrackSlotProps as B, BreadcrumbsEllipsisProps as Bi, PaginationStatusProps as Bn, useExpansionPanelItem as Br, SliderRootContext as Bt, _default$4 as C, AtomExpose as Ca, CheckboxRootContext as Ci, provideRadioGroup as Cn, provideGroupRoot as Cr, SplitterRootSlotProps as Ct, provideStepRoot as D, _default$56 as Di, PopoverContentProps as Dn, ExpansionPanelContentSlotProps as Dr, Slider as Dt, _default$5 as E, _default$68 as Ea, CheckboxState as Ei, PopoverContentEmits as En, ExpansionPanelContentProps as Er, useSplitterRoot as Et, _default$7 as F, provideCheckboxGroup as Fi, PopoverRootSlotProps as Fn, ExpansionPanelItemContext as Fr, SliderRangeSlotProps as Ft, SwitchSelectAllProps as G, _default$58 as Gi, _default$35 as Gn, provideExpansionPanelRoot as Gr, useSliderRoot as Gt, SwitchThumbProps as H, _default$59 as Hi, _default$39 as Hn, ExpansionPanelRootProps as Hr, SliderRootSlotProps as Ht, provideSingleRoot as I, useCheckboxGroup as Ii, _default$31 as In, ExpansionPanelItemProps as Ir, _default$18 as It, SwitchRootContext as J, _default$63 as Ji, _default$36 as Jn, DialogCloseProps as Jr, SelectionItemSlotProps as Jt, SwitchSelectAllSlotProps as K, BreadcrumbsPageProps as Ki, PaginationNextProps as Kn, useExpansionPanelRoot as Kr, Selection as Kt, useSingleRoot as L, Breadcrumbs as Li, providePopoverContext as Ln, ExpansionPanelItemSlotProps as Lr, SliderTrackProps as Lt, _default$6 as M, CheckboxGroupProps as Mi, _default$29 as Mn, ExpansionPanelHeaderProps as Mr, SliderThumbState as Mt, SingleRootProps as N, CheckboxGroupSlotProps as Ni, PopoverContext as Nn, ExpansionPanelHeaderSlotProps as Nr, _default$20 as Nt, useStepRoot as O, provideCheckboxRoot as Oi, PopoverContentSlotProps as On, _default$43 as Or, SliderHiddenInputProps as Ot, SingleRootSlotProps as P, _default$53 as Pi, PopoverRootProps as Pn, _default$44 as Pr, SliderRangeProps as Pt, _default$10 as Q, BreadcrumbsListProps as Qi, PaginationPrevProps as Qn, DialogDescriptionSlotProps as Qr, _default$23 as Qt, Switch as R, BreadcrumbsLinkProps as Ri, usePopoverContext as Rn, _default$45 as Rr, SliderTrackSlotProps as Rt, StepItemSlotProps as S, useAvatarRoot as Sa, _default$55 as Si, _default$25 as Sn, _default$41 as Sr, SplitterRootProps as St, StepRootSlotProps as T, AtomSlots as Ta, CheckboxRootSlotProps as Ti, Popover as Tn, ExpansionPanel as Tr, provideSplitterRoot as Tt, SwitchThumbSlotProps as U, BreadcrumbsDividerProps as Ui, PaginationLastProps as Un, ExpansionPanelRootSlotProps as Ur, _default$19 as Ut, _default$13 as V, BreadcrumbsEllipsisSlotProps as Vi, PaginationStatusSlotProps as Vn, ExpansionPanelOptionsContext as Vr, SliderRootProps as Vt, _default$12 as W, BreadcrumbsDividerSlotProps as Wi, PaginationLastSlotProps as Wn, _default$46 as Wr, provideSliderRoot as Wt, SwitchRootSlotProps as X, BreadcrumbsItemSlotProps as Xi, PaginationEllipsisSlotProps as Xn, _default$47 as Xr, SelectionRootProps as Xt, SwitchRootProps as Y, BreadcrumbsItemProps as Yi, PaginationEllipsisProps as Yn, DialogCloseSlotProps as Yr, _default$22 as Yt, SwitchState as Z, _default$60 as Zi, _default$32 as Zn, DialogDescriptionProps as Zr, SelectionRootSlotProps as Zt, _default as _, AvatarContext as _a, CheckboxSelectAllProps as _i, RadioActivation as _n, GroupItemProps as _r, SplitterContext as _t, TabsItemProps as a, useBreadcrumbsRoot as aa, DialogContentSlotProps as ai, RadioIndicatorProps as an, PaginationItemSlotProps as ar, _default$8 as at, Step as b, _default$67 as ba, CheckboxIndicatorProps as bi, RadioGroupSlotProps as bn, GroupRootProps as br, SplitterPanelTicket as bt, TabsListProps as c, BreadcrumbsTicketType as ca, DialogActivatorSlotProps as ci, RadioRootContext as cn, PaginationRootSlotProps as cr, Splitter as ct, TabsActivation as d, AvatarFallbackSlotProps as da, DialogRootProps as di, RadioState as dn, providePaginationItems as dr, SplitterHandleState as dt, _default$62 as ea, DialogTitleProps as ei, useSelectionRoot as en, _default$37 as er, useSwitchRoot as et, TabsContext as f, _default$65 as fa, DialogRootSlotProps as fi, _default$28 as fn, providePaginationRoot as fr, _default$16 as ft, TabsTicket as g, _default$66 as ga, Checkbox as gi, _default$26 as gn, Group as gr, _default$15 as gt, TabsRootSlotProps as h, AvatarImageSlotProps as ha, useDialogContext as hi, RadioHiddenInputProps as hn, usePaginationRoot as hr, SplitterPanelSlotProps as ht, _default$3 as i, provideBreadcrumbsRoot as ia, DialogContentProps as ii, Radio as in, PaginationItemProps as ir, SwitchGroupSlotProps as it, SingleItemSlotProps as j, _default$54 as ji, PopoverActivatorSlotProps as jn, _default$42 as jr, SliderThumbSlotProps as jt, Single as k, useCheckboxRoot as ki, _default$30 as kn, ExpansionPanelActivatorProps as kr, _default$17 as kt, TabsListSlotProps as l, Avatar as la, _default$52 as li, RadioRootProps as ln, _default$38 as lr, SplitterHandleProps as lt, TabsRootProps as m, AvatarImageProps as ma, provideDialogContext as mi, useRadioRoot as mn, usePaginationItems as mr, SplitterPanelProps as mt, TabsPanelProps as n, BreadcrumbsRootSlotProps as na, _default$51 as ni, ScrimSlotProps as nn, PaginationFirstSlotProps as nr, _default$9 as nt, TabsItemSlotProps as o, BreadcrumbsRootContext as oa, _default$48 as oi, RadioIndicatorSlotProps as on, _default$34 as or, provideSwitchGroup as ot, TabsOrientation as p, AvatarImageEmits as pa, _default$50 as pi, provideRadioRoot as pn, usePaginationControls as pr, SplitterPanelExpose as pt, _default$11 as q, BreadcrumbsPageSlotProps as qi, PaginationNextSlotProps as qn, Dialog as qr, SelectionItemProps as qt, TabsPanelSlotProps as r, _default$64 as ra, DialogContentEmits as ri, _default$24 as rn, _default$33 as rr, SwitchGroupProps as rt, _default$2 as s, BreadcrumbsTicket as sa, DialogActivatorProps as si, _default$27 as sn, PaginationRootProps as sr, useSwitchGroup as st, Tabs as t, BreadcrumbsRootProps as ta, DialogTitleSlotProps as ti, ScrimProps as tn, PaginationFirstProps as tr, SwitchHiddenInputProps as tt, _default$1 as u, AvatarFallbackProps as ua, DialogContext as ui, RadioRootSlotProps as un, providePaginationControls as ur, SplitterHandleSlotProps as ut, provideTabsRoot as v, AvatarRootProps as va, CheckboxSelectAllSlotProps as vi, RadioGroupContext as vn, GroupItemSlotProps as vr, SplitterOrientation as vt, StepRootProps as w, AtomProps as wa, CheckboxRootProps as wi, useRadioGroup as wn, useGroupRoot as wr, _default$14 as wt, StepItemProps as x, provideAvatarRoot as xa, CheckboxIndicatorSlotProps as xi, RadioTicket as xn, GroupRootSlotProps as xr, SplitterRootExpose as xt, useTabsRoot as y, AvatarTicket as ya, _default$57 as yi, RadioGroupProps as yn, _default$40 as yr, SplitterPanelInput as yt, SwitchTrackProps as z, _default$61 as zi, Pagination as zn, provideExpansionPanelItem as zr, _default$21 as zt };
|