@vuetify/v0 0.1.3 → 0.1.5
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-CJIj5ySf.d.mts +11 -0
- package/dist/adapter-Cmeg49W9.mjs +229 -0
- package/dist/adapter-D2JoR-4d.d.mts +344 -0
- package/dist/adapters-BQ-Lr3PW.mjs +1 -0
- package/dist/adapters-DEXpW9If.mjs +1 -0
- package/dist/adapters-Q9WaOsJp.mjs +1 -0
- package/dist/adapters-SSDVth5e.mjs +1 -0
- package/dist/browser/index.js +953 -1026
- package/dist/components/index.d.mts +20 -7
- package/dist/components/index.mjs +38 -6
- package/dist/{components-C0zEvP7w.mjs → components-BbbGkTcN.mjs} +579 -107
- package/dist/composables/index.d.mts +17 -4
- package/dist/composables/index.mjs +36 -4
- package/dist/consola-DiUk9j3y.d.mts +15 -0
- package/dist/consola-GBy8XRuL.mjs +31 -0
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +3 -3
- package/dist/constants-B8pMSkcW.mjs +1 -0
- package/dist/createDataTable-cNf6DdHz.mjs +387 -0
- package/dist/createGroup-BrZPZudL.mjs +363 -0
- package/dist/createPagination-Wc_vRGNQ.mjs +234 -0
- package/dist/createSelection-BURpoE3p.mjs +261 -0
- package/dist/createSingle-BE1vHaZy.mjs +179 -0
- package/dist/createTokens-jwf8-iGn.mjs +682 -0
- package/dist/createTrinity-DkwPrPRS.mjs +149 -0
- package/dist/data-table/adapters/client/index.d.mts +3 -0
- package/dist/data-table/adapters/client/index.mjs +9 -0
- package/dist/data-table/adapters/index.d.mts +5 -0
- package/dist/data-table/adapters/index.mjs +12 -0
- package/dist/data-table/adapters/server/index.d.mts +3 -0
- package/dist/data-table/adapters/server/index.mjs +7 -0
- package/dist/data-table/adapters/virtual/index.d.mts +3 -0
- package/dist/data-table/adapters/virtual/index.mjs +9 -0
- package/dist/data-table/index.d.mts +7 -0
- package/dist/data-table/index.mjs +25 -0
- package/dist/date/index.d.mts +1 -1
- package/dist/date/index.mjs +2 -2
- package/dist/features/adapters/flagsmith/index.d.mts +16 -0
- package/dist/features/adapters/flagsmith/index.mjs +3 -0
- package/dist/features/adapters/launchdarkly/index.d.mts +15 -0
- package/dist/features/adapters/launchdarkly/index.mjs +3 -0
- package/dist/features/adapters/posthog/index.d.mts +15 -0
- package/dist/features/adapters/posthog/index.mjs +4 -0
- package/dist/features/index.d.mts +17 -0
- package/dist/features/index.mjs +18 -0
- package/dist/flagsmith-CHmpPGR7.mjs +40 -0
- package/dist/{globals-BwYsH-rt.mjs → globals-vN-O052q.mjs} +2 -2
- package/dist/index-BDTbJClL.d.mts +11 -0
- package/dist/{index-2wh69fk5.d.mts → index-BTMzRHep.d.mts} +187 -1417
- package/dist/index-BuOz3Rgm.d.mts +32 -0
- package/dist/{index-Bmem4l8m.d.mts → index-Bv1VN_j5.d.mts} +1 -1
- package/dist/{index-DFM5iBqh.d.mts → index-DRax9EgT.d.mts} +1044 -437
- package/dist/index-DdWxDPX3.d.mts +251 -0
- package/dist/{index-DBZTizq2.d.mts → index-UNwEBkQT.d.mts} +16 -2
- package/dist/index.d.mts +20 -7
- package/dist/index.mjs +39 -7
- package/dist/json/attributes.json +172 -0
- package/dist/json/importMap.json +28 -0
- package/dist/json/tags.json +73 -0
- package/dist/json/web-types.json +475 -1
- package/dist/launchdarkly-W8t8ZANX.mjs +28 -0
- package/dist/locale/adapters/index.d.mts +3 -0
- package/dist/locale/adapters/index.mjs +6 -0
- package/dist/locale/adapters/v0/index.d.mts +3 -0
- package/dist/locale/adapters/v0/index.mjs +5 -0
- package/dist/locale/index.d.mts +17 -0
- package/dist/locale/index.mjs +17 -0
- package/dist/logger/adapters/consola/index.d.mts +3 -0
- package/dist/logger/adapters/consola/index.mjs +3 -0
- package/dist/logger/adapters/index.d.mts +5 -0
- package/dist/logger/adapters/index.mjs +8 -0
- package/dist/logger/adapters/pino/index.d.mts +3 -0
- package/dist/logger/adapters/pino/index.mjs +5 -0
- package/dist/logger/adapters/v0/index.d.mts +3 -0
- package/dist/logger/adapters/v0/index.mjs +5 -0
- package/dist/logger/index.d.mts +17 -0
- package/dist/logger/index.mjs +10 -0
- package/dist/memory-BsZGbGnG.mjs +27 -0
- package/dist/memory-DVjquu_v.d.mts +25 -0
- package/dist/permissions/adapters/index.d.mts +18 -0
- package/dist/permissions/adapters/index.mjs +6 -0
- package/dist/permissions/adapters/v0/index.d.mts +18 -0
- package/dist/permissions/adapters/v0/index.mjs +5 -0
- package/dist/permissions/index.d.mts +17 -0
- package/dist/permissions/index.mjs +15 -0
- package/dist/pino-DFxkZLiu.mjs +49 -0
- package/dist/pino-p-jDkNQd.d.mts +24 -0
- package/dist/posthog-BOUoZTTf.mjs +50 -0
- package/dist/server-B-HWxaTQ.d.mts +20 -0
- package/dist/server-C2R2POGE.mjs +45 -0
- package/dist/storage/adapters/index.d.mts +3 -0
- package/dist/storage/adapters/index.mjs +3 -0
- package/dist/storage/adapters/memory/index.d.mts +2 -0
- package/dist/storage/adapters/memory/index.mjs +3 -0
- package/dist/storage/index.d.mts +17 -0
- package/dist/storage/index.mjs +37 -0
- package/dist/theme/adapters/index.d.mts +17 -0
- package/dist/theme/adapters/index.mjs +6 -0
- package/dist/theme/adapters/v0/index.d.mts +17 -0
- package/dist/theme/adapters/v0/index.mjs +5 -0
- package/dist/theme/index.d.mts +17 -0
- package/dist/theme/index.mjs +16 -0
- package/dist/toArray-VIn8vYt3.mjs +38 -0
- package/dist/types/index.d.mts +1 -1
- package/dist/useClickOutside-DIi0kjN5.mjs +4716 -0
- package/dist/useFeatures-6O7EPJUS.mjs +122 -0
- package/dist/useLocale-DHjbekzS.mjs +85 -0
- package/dist/useLogger-BXqiUvt2.mjs +283 -0
- package/dist/usePermissions-DFacFVqO.mjs +128 -0
- package/dist/useTheme-D0_1mjTw.mjs +135 -0
- package/dist/utilities/index.d.mts +3 -3
- package/dist/utilities/index.mjs +3 -3
- package/dist/{utilities-BbKjbXTx.mjs → utilities-Dx8wzGa5.mjs} +20 -3
- package/dist/v0-BNXo1ecc.d.mts +10 -0
- package/dist/v0-BOxb3nD1.d.mts +33 -0
- package/dist/v0-BPzPP8C5.d.mts +9 -0
- package/dist/v0-BYqmw3qM.mjs +21 -0
- package/dist/v0-C8DBv9mh.mjs +73 -0
- package/dist/v0-CfSj99gF.mjs +37 -0
- package/dist/v0-DHMoZ7dS.d.mts +22 -0
- package/dist/v0-Dc5mcpQs.mjs +41 -0
- package/dist/v0-Dwufx8ae.mjs +83 -0
- package/dist/virtual-A4e1yrdn.d.mts +9 -0
- package/dist/virtual-BoTGK6HT.mjs +44 -0
- package/package.json +34 -2
- package/dist/useClickOutside-DrkNYxDe.mjs +0 -8871
- /package/dist/{adapter-D95FHAtt.d.mts → adapter-DcwxFryd.d.mts} +0 -0
- /package/dist/{constants-DHKqjdjH.mjs → adapters-BGJKsBrw.mjs} +0 -0
- /package/dist/{htmlElements-DO9n35bD.mjs → htmlElements-d8iBCGpO.mjs} +0 -0
- /package/dist/{index-BLK67J_-.d.mts → index-BFBN5Zl3.d.mts} +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { n as DOMElement, o as ID, t as Activation } from "./index-
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
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-D2JoR-4d.mjs";
|
|
3
|
+
import { K as StepContext, Oi as GroupContext, Qi as SelectionContext, Ri as BreadcrumbsContext, Si as OverflowContext, Wi as SingleContext, Y as StepTicket, fa as RegistryTicket, it as StackTicket, ji as GroupTicket, oa as RegistryContext, pa as RegistryTicketInput, qi as SingleTicket, ta as SelectionTicket } from "./index-BTMzRHep.mjs";
|
|
4
|
+
import * as vue643 from "vue";
|
|
4
5
|
import { MaybeRef, Ref, ShallowRef, TemplateRef } from "vue";
|
|
5
6
|
|
|
6
7
|
//#region src/components/Atom/Atom.vue.d.ts
|
|
@@ -39,17 +40,17 @@ interface AtomExpose {
|
|
|
39
40
|
element: TemplateRef<HTMLElement | null>;
|
|
40
41
|
}
|
|
41
42
|
interface AtomPrivateProps extends AtomProps {}
|
|
42
|
-
declare const __VLS_export$
|
|
43
|
-
props: __VLS_PrettifyLocal$
|
|
44
|
-
expose: (exposed:
|
|
43
|
+
declare const __VLS_export$60: <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> & vue643.PublicProps;
|
|
45
|
+
expose: (exposed: vue643.ShallowUnwrapRef<AtomExpose>) => void;
|
|
45
46
|
attrs: any;
|
|
46
47
|
slots: AtomSlots<T>;
|
|
47
48
|
emit: {};
|
|
48
|
-
}>) =>
|
|
49
|
+
}>) => vue643.VNode & {
|
|
49
50
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
50
51
|
};
|
|
51
|
-
declare const _default$
|
|
52
|
-
type __VLS_PrettifyLocal$
|
|
52
|
+
declare const _default$60: typeof __VLS_export$60;
|
|
53
|
+
type __VLS_PrettifyLocal$20<T> = { [K in keyof T as K]: T[K] } & {};
|
|
53
54
|
//#endregion
|
|
54
55
|
//#region src/components/Avatar/AvatarRoot.vue.d.ts
|
|
55
56
|
interface AvatarRootProps extends AtomProps {
|
|
@@ -61,12 +62,12 @@ interface AvatarTicket extends SelectionTicket {
|
|
|
61
62
|
priority?: number;
|
|
62
63
|
}
|
|
63
64
|
interface AvatarContext extends SelectionContext<AvatarTicket> {}
|
|
64
|
-
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?:
|
|
65
|
-
declare const __VLS_export$
|
|
65
|
+
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?: vue643.App) => AvatarContext;
|
|
66
|
+
declare const __VLS_export$59: __VLS_WithSlots$36<vue643.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
66
67
|
default?: (props: {}) => any;
|
|
67
68
|
}>;
|
|
68
|
-
declare const _default$
|
|
69
|
-
type __VLS_WithSlots$
|
|
69
|
+
declare const _default$59: typeof __VLS_export$59;
|
|
70
|
+
type __VLS_WithSlots$36<T, S> = T & {
|
|
70
71
|
new (): {
|
|
71
72
|
$slots: S;
|
|
72
73
|
};
|
|
@@ -96,17 +97,17 @@ interface AvatarImageSlotProps {
|
|
|
96
97
|
onError: (e: Event) => void;
|
|
97
98
|
};
|
|
98
99
|
}
|
|
99
|
-
declare const __VLS_export$
|
|
100
|
+
declare const __VLS_export$58: __VLS_WithSlots$35<vue643.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
100
101
|
error: (e: Event) => any;
|
|
101
102
|
load: (e: Event) => any;
|
|
102
|
-
}, string,
|
|
103
|
+
}, string, vue643.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
103
104
|
onError?: ((e: Event) => any) | undefined;
|
|
104
105
|
onLoad?: ((e: Event) => any) | undefined;
|
|
105
|
-
}>, {}, {}, {}, {}, string,
|
|
106
|
+
}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
106
107
|
default: (props: AvatarImageSlotProps) => any;
|
|
107
108
|
}>;
|
|
108
|
-
declare const _default$
|
|
109
|
-
type __VLS_WithSlots$
|
|
109
|
+
declare const _default$58: typeof __VLS_export$58;
|
|
110
|
+
type __VLS_WithSlots$35<T, S> = T & {
|
|
110
111
|
new (): {
|
|
111
112
|
$slots: S;
|
|
112
113
|
};
|
|
@@ -121,11 +122,11 @@ interface AvatarFallbackSlotProps {
|
|
|
121
122
|
/** Whether this fallback is currently visible */
|
|
122
123
|
isSelected: boolean;
|
|
123
124
|
}
|
|
124
|
-
declare const __VLS_export$
|
|
125
|
+
declare const __VLS_export$57: __VLS_WithSlots$34<vue643.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
125
126
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
126
127
|
}>;
|
|
127
|
-
declare const _default$
|
|
128
|
-
type __VLS_WithSlots$
|
|
128
|
+
declare const _default$57: typeof __VLS_export$57;
|
|
129
|
+
type __VLS_WithSlots$34<T, S> = T & {
|
|
129
130
|
new (): {
|
|
130
131
|
$slots: S;
|
|
131
132
|
};
|
|
@@ -159,7 +160,7 @@ declare const Avatar: {
|
|
|
159
160
|
* ```
|
|
160
161
|
*/
|
|
161
162
|
Root: {
|
|
162
|
-
new (...args: any[]):
|
|
163
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
163
164
|
P: {};
|
|
164
165
|
B: {};
|
|
165
166
|
D: {};
|
|
@@ -170,7 +171,7 @@ declare const Avatar: {
|
|
|
170
171
|
__isFragment?: never;
|
|
171
172
|
__isTeleport?: never;
|
|
172
173
|
__isSuspense?: never;
|
|
173
|
-
} &
|
|
174
|
+
} & vue643.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
174
175
|
$slots: {
|
|
175
176
|
default?: (props: {}) => any;
|
|
176
177
|
};
|
|
@@ -192,13 +193,13 @@ declare const Avatar: {
|
|
|
192
193
|
* ```
|
|
193
194
|
*/
|
|
194
195
|
Image: {
|
|
195
|
-
new (...args: any[]):
|
|
196
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
196
197
|
onError?: ((e: Event) => any) | undefined;
|
|
197
198
|
onLoad?: ((e: Event) => any) | undefined;
|
|
198
|
-
}>, {}, {}, {}, {},
|
|
199
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
199
200
|
error: (e: Event) => any;
|
|
200
201
|
load: (e: Event) => any;
|
|
201
|
-
},
|
|
202
|
+
}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
202
203
|
P: {};
|
|
203
204
|
B: {};
|
|
204
205
|
D: {};
|
|
@@ -212,13 +213,13 @@ declare const Avatar: {
|
|
|
212
213
|
__isFragment?: never;
|
|
213
214
|
__isTeleport?: never;
|
|
214
215
|
__isSuspense?: never;
|
|
215
|
-
} &
|
|
216
|
+
} & vue643.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
216
217
|
onError?: ((e: Event) => any) | undefined;
|
|
217
218
|
onLoad?: ((e: Event) => any) | undefined;
|
|
218
|
-
}>, {}, {}, {}, {},
|
|
219
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
219
220
|
error: (e: Event) => any;
|
|
220
221
|
load: (e: Event) => any;
|
|
221
|
-
}, string, {}, {}, string, {},
|
|
222
|
+
}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
222
223
|
$slots: {
|
|
223
224
|
default: (props: AvatarImageSlotProps) => any;
|
|
224
225
|
};
|
|
@@ -242,7 +243,7 @@ declare const Avatar: {
|
|
|
242
243
|
* ```
|
|
243
244
|
*/
|
|
244
245
|
Fallback: {
|
|
245
|
-
new (...args: any[]):
|
|
246
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
246
247
|
P: {};
|
|
247
248
|
B: {};
|
|
248
249
|
D: {};
|
|
@@ -253,7 +254,7 @@ declare const Avatar: {
|
|
|
253
254
|
__isFragment?: never;
|
|
254
255
|
__isTeleport?: never;
|
|
255
256
|
__isSuspense?: never;
|
|
256
|
-
} &
|
|
257
|
+
} & vue643.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
257
258
|
$slots: {
|
|
258
259
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
259
260
|
};
|
|
@@ -321,12 +322,12 @@ interface BreadcrumbsRootSlotProps {
|
|
|
321
322
|
'role': 'navigation' | undefined;
|
|
322
323
|
};
|
|
323
324
|
}
|
|
324
|
-
declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?:
|
|
325
|
-
declare const __VLS_export$
|
|
325
|
+
declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?: vue643.App) => BreadcrumbsRootContext;
|
|
326
|
+
declare const __VLS_export$56: __VLS_WithSlots$33<vue643.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
326
327
|
default: (props: BreadcrumbsRootSlotProps) => unknown;
|
|
327
328
|
}>;
|
|
328
|
-
declare const _default$
|
|
329
|
-
type __VLS_WithSlots$
|
|
329
|
+
declare const _default$56: typeof __VLS_export$56;
|
|
330
|
+
type __VLS_WithSlots$33<T, S> = T & {
|
|
330
331
|
new (): {
|
|
331
332
|
$slots: S;
|
|
332
333
|
};
|
|
@@ -339,11 +340,11 @@ interface BreadcrumbsListSlotProps {
|
|
|
339
340
|
role: 'list';
|
|
340
341
|
};
|
|
341
342
|
}
|
|
342
|
-
declare const __VLS_export$
|
|
343
|
+
declare const __VLS_export$55: __VLS_WithSlots$32<vue643.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
343
344
|
default: (props: BreadcrumbsListSlotProps) => unknown;
|
|
344
345
|
}>;
|
|
345
|
-
declare const _default$
|
|
346
|
-
type __VLS_WithSlots$
|
|
346
|
+
declare const _default$54: typeof __VLS_export$55;
|
|
347
|
+
type __VLS_WithSlots$32<T, S> = T & {
|
|
347
348
|
new (): {
|
|
348
349
|
$slots: S;
|
|
349
350
|
};
|
|
@@ -370,11 +371,11 @@ interface BreadcrumbsItemSlotProps {
|
|
|
370
371
|
'data-selected': true | undefined;
|
|
371
372
|
};
|
|
372
373
|
}
|
|
373
|
-
declare const __VLS_export$
|
|
374
|
+
declare const __VLS_export$54: __VLS_WithSlots$31<vue643.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
374
375
|
default: (props: BreadcrumbsItemSlotProps) => unknown;
|
|
375
376
|
}>;
|
|
376
|
-
declare const _default$
|
|
377
|
-
type __VLS_WithSlots$
|
|
377
|
+
declare const _default$52: typeof __VLS_export$54;
|
|
378
|
+
type __VLS_WithSlots$31<T, S> = T & {
|
|
378
379
|
new (): {
|
|
379
380
|
$slots: S;
|
|
380
381
|
};
|
|
@@ -388,11 +389,11 @@ interface BreadcrumbsPageSlotProps {
|
|
|
388
389
|
'aria-current': 'page';
|
|
389
390
|
};
|
|
390
391
|
}
|
|
391
|
-
declare const __VLS_export$
|
|
392
|
+
declare const __VLS_export$53: __VLS_WithSlots$30<vue643.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
392
393
|
default: (props: BreadcrumbsPageSlotProps) => unknown;
|
|
393
394
|
}>;
|
|
394
|
-
declare const _default$
|
|
395
|
-
type __VLS_WithSlots$
|
|
395
|
+
declare const _default$55: typeof __VLS_export$53;
|
|
396
|
+
type __VLS_WithSlots$30<T, S> = T & {
|
|
396
397
|
new (): {
|
|
397
398
|
$slots: S;
|
|
398
399
|
};
|
|
@@ -420,11 +421,11 @@ interface BreadcrumbsDividerSlotProps {
|
|
|
420
421
|
'data-selected': true | undefined;
|
|
421
422
|
};
|
|
422
423
|
}
|
|
423
|
-
declare const __VLS_export$
|
|
424
|
+
declare const __VLS_export$52: __VLS_WithSlots$29<vue643.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
424
425
|
default: (props: BreadcrumbsDividerSlotProps) => unknown;
|
|
425
426
|
}>;
|
|
426
|
-
declare const _default$
|
|
427
|
-
type __VLS_WithSlots$
|
|
427
|
+
declare const _default$50: typeof __VLS_export$52;
|
|
428
|
+
type __VLS_WithSlots$29<T, S> = T & {
|
|
428
429
|
new (): {
|
|
429
430
|
$slots: S;
|
|
430
431
|
};
|
|
@@ -452,11 +453,11 @@ interface BreadcrumbsEllipsisSlotProps {
|
|
|
452
453
|
'data-selected': true | undefined;
|
|
453
454
|
};
|
|
454
455
|
}
|
|
455
|
-
declare const __VLS_export$
|
|
456
|
+
declare const __VLS_export$51: __VLS_WithSlots$28<vue643.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
456
457
|
default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
|
|
457
458
|
}>;
|
|
458
|
-
declare const _default$
|
|
459
|
-
type __VLS_WithSlots$
|
|
459
|
+
declare const _default$51: typeof __VLS_export$51;
|
|
460
|
+
type __VLS_WithSlots$28<T, S> = T & {
|
|
460
461
|
new (): {
|
|
461
462
|
$slots: S;
|
|
462
463
|
};
|
|
@@ -464,11 +465,11 @@ type __VLS_WithSlots$25<T, S> = T & {
|
|
|
464
465
|
//#endregion
|
|
465
466
|
//#region src/components/Breadcrumbs/BreadcrumbsLink.vue.d.ts
|
|
466
467
|
type BreadcrumbsLinkProps = AtomProps;
|
|
467
|
-
declare const __VLS_export$
|
|
468
|
+
declare const __VLS_export$50: __VLS_WithSlots$27<vue643.DefineComponent<AtomProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
468
469
|
default?: (props: {}) => any;
|
|
469
470
|
}>;
|
|
470
|
-
declare const _default$
|
|
471
|
-
type __VLS_WithSlots$
|
|
471
|
+
declare const _default$53: typeof __VLS_export$50;
|
|
472
|
+
type __VLS_WithSlots$27<T, S> = T & {
|
|
472
473
|
new (): {
|
|
473
474
|
$slots: S;
|
|
474
475
|
};
|
|
@@ -519,7 +520,7 @@ declare const Breadcrumbs: {
|
|
|
519
520
|
* ```
|
|
520
521
|
*/
|
|
521
522
|
Root: {
|
|
522
|
-
new (...args: any[]):
|
|
523
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
523
524
|
P: {};
|
|
524
525
|
B: {};
|
|
525
526
|
D: {};
|
|
@@ -530,7 +531,7 @@ declare const Breadcrumbs: {
|
|
|
530
531
|
__isFragment?: never;
|
|
531
532
|
__isTeleport?: never;
|
|
532
533
|
__isSuspense?: never;
|
|
533
|
-
} &
|
|
534
|
+
} & vue643.ComponentOptionsBase<Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
534
535
|
$slots: {
|
|
535
536
|
default: (props: BreadcrumbsRootSlotProps) => unknown;
|
|
536
537
|
};
|
|
@@ -551,7 +552,7 @@ declare const Breadcrumbs: {
|
|
|
551
552
|
* ```
|
|
552
553
|
*/
|
|
553
554
|
List: {
|
|
554
|
-
new (...args: any[]):
|
|
555
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
555
556
|
P: {};
|
|
556
557
|
B: {};
|
|
557
558
|
D: {};
|
|
@@ -562,7 +563,7 @@ declare const Breadcrumbs: {
|
|
|
562
563
|
__isFragment?: never;
|
|
563
564
|
__isTeleport?: never;
|
|
564
565
|
__isSuspense?: never;
|
|
565
|
-
} &
|
|
566
|
+
} & vue643.ComponentOptionsBase<Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
566
567
|
$slots: {
|
|
567
568
|
default: (props: BreadcrumbsListSlotProps) => unknown;
|
|
568
569
|
};
|
|
@@ -594,7 +595,7 @@ declare const Breadcrumbs: {
|
|
|
594
595
|
* ```
|
|
595
596
|
*/
|
|
596
597
|
Item: {
|
|
597
|
-
new (...args: any[]):
|
|
598
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
598
599
|
P: {};
|
|
599
600
|
B: {};
|
|
600
601
|
D: {};
|
|
@@ -605,7 +606,7 @@ declare const Breadcrumbs: {
|
|
|
605
606
|
__isFragment?: never;
|
|
606
607
|
__isTeleport?: never;
|
|
607
608
|
__isSuspense?: never;
|
|
608
|
-
} &
|
|
609
|
+
} & vue643.ComponentOptionsBase<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
609
610
|
$slots: {
|
|
610
611
|
default: (props: BreadcrumbsItemSlotProps) => unknown;
|
|
611
612
|
};
|
|
@@ -637,7 +638,7 @@ declare const Breadcrumbs: {
|
|
|
637
638
|
* ```
|
|
638
639
|
*/
|
|
639
640
|
Link: {
|
|
640
|
-
new (...args: any[]):
|
|
641
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
641
642
|
P: {};
|
|
642
643
|
B: {};
|
|
643
644
|
D: {};
|
|
@@ -648,7 +649,7 @@ declare const Breadcrumbs: {
|
|
|
648
649
|
__isFragment?: never;
|
|
649
650
|
__isTeleport?: never;
|
|
650
651
|
__isSuspense?: never;
|
|
651
|
-
} &
|
|
652
|
+
} & vue643.ComponentOptionsBase<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
652
653
|
$slots: {
|
|
653
654
|
default?: (props: {}) => any;
|
|
654
655
|
};
|
|
@@ -670,7 +671,7 @@ declare const Breadcrumbs: {
|
|
|
670
671
|
* ```
|
|
671
672
|
*/
|
|
672
673
|
Page: {
|
|
673
|
-
new (...args: any[]):
|
|
674
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
674
675
|
P: {};
|
|
675
676
|
B: {};
|
|
676
677
|
D: {};
|
|
@@ -681,7 +682,7 @@ declare const Breadcrumbs: {
|
|
|
681
682
|
__isFragment?: never;
|
|
682
683
|
__isTeleport?: never;
|
|
683
684
|
__isSuspense?: never;
|
|
684
|
-
} &
|
|
685
|
+
} & vue643.ComponentOptionsBase<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
685
686
|
$slots: {
|
|
686
687
|
default: (props: BreadcrumbsPageSlotProps) => unknown;
|
|
687
688
|
};
|
|
@@ -712,7 +713,7 @@ declare const Breadcrumbs: {
|
|
|
712
713
|
* ```
|
|
713
714
|
*/
|
|
714
715
|
Divider: {
|
|
715
|
-
new (...args: any[]):
|
|
716
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
716
717
|
P: {};
|
|
717
718
|
B: {};
|
|
718
719
|
D: {};
|
|
@@ -723,7 +724,7 @@ declare const Breadcrumbs: {
|
|
|
723
724
|
__isFragment?: never;
|
|
724
725
|
__isTeleport?: never;
|
|
725
726
|
__isSuspense?: never;
|
|
726
|
-
} &
|
|
727
|
+
} & vue643.ComponentOptionsBase<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
727
728
|
$slots: {
|
|
728
729
|
default: (props: BreadcrumbsDividerSlotProps) => unknown;
|
|
729
730
|
};
|
|
@@ -747,7 +748,7 @@ declare const Breadcrumbs: {
|
|
|
747
748
|
* ```
|
|
748
749
|
*/
|
|
749
750
|
Ellipsis: {
|
|
750
|
-
new (...args: any[]):
|
|
751
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
751
752
|
P: {};
|
|
752
753
|
B: {};
|
|
753
754
|
D: {};
|
|
@@ -758,7 +759,7 @@ declare const Breadcrumbs: {
|
|
|
758
759
|
__isFragment?: never;
|
|
759
760
|
__isTeleport?: never;
|
|
760
761
|
__isSuspense?: never;
|
|
761
|
-
} &
|
|
762
|
+
} & vue643.ComponentOptionsBase<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
762
763
|
$slots: {
|
|
763
764
|
default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
|
|
764
765
|
};
|
|
@@ -816,25 +817,25 @@ interface CheckboxGroupSlotProps {
|
|
|
816
817
|
'aria-describedby': string | undefined;
|
|
817
818
|
};
|
|
818
819
|
}
|
|
819
|
-
declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?:
|
|
820
|
-
declare const __VLS_export$
|
|
821
|
-
props: __VLS_PrettifyLocal$
|
|
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?: vue643.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
821
|
+
declare const __VLS_export$49: <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
|
+
props: __VLS_PrettifyLocal$19<(CheckboxGroupProps & {
|
|
822
823
|
modelValue?: T | T[];
|
|
823
824
|
}) & {
|
|
824
825
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
825
826
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
826
|
-
}> &
|
|
827
|
+
}> & vue643.PublicProps;
|
|
827
828
|
expose: (exposed: {}) => void;
|
|
828
829
|
attrs: any;
|
|
829
830
|
slots: {
|
|
830
831
|
default: (props: CheckboxGroupSlotProps) => any;
|
|
831
832
|
};
|
|
832
833
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
833
|
-
}>) =>
|
|
834
|
+
}>) => vue643.VNode & {
|
|
834
835
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
835
836
|
};
|
|
836
|
-
declare const _default$
|
|
837
|
-
type __VLS_PrettifyLocal$
|
|
837
|
+
declare const _default$45: typeof __VLS_export$49;
|
|
838
|
+
type __VLS_PrettifyLocal$19<T> = { [K in keyof T as K]: T[K] } & {};
|
|
838
839
|
//#endregion
|
|
839
840
|
//#region src/components/Checkbox/CheckboxHiddenInput.vue.d.ts
|
|
840
841
|
interface CheckboxHiddenInputProps {
|
|
@@ -847,8 +848,8 @@ interface CheckboxHiddenInputProps {
|
|
|
847
848
|
/** Associate with form by ID (defaults to context value) */
|
|
848
849
|
form?: string;
|
|
849
850
|
}
|
|
850
|
-
declare const __VLS_export$
|
|
851
|
-
declare const _default$
|
|
851
|
+
declare const __VLS_export$48: vue643.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>;
|
|
852
|
+
declare const _default$46: typeof __VLS_export$48;
|
|
852
853
|
//#endregion
|
|
853
854
|
//#region src/components/Checkbox/CheckboxRoot.vue.d.ts
|
|
854
855
|
/** Visual state of the checkbox for styling purposes */
|
|
@@ -945,25 +946,25 @@ interface CheckboxRootSlotProps<V = unknown> {
|
|
|
945
946
|
'data-disabled': true | undefined;
|
|
946
947
|
};
|
|
947
948
|
}
|
|
948
|
-
declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?:
|
|
949
|
-
declare const __VLS_export$
|
|
950
|
-
props: __VLS_PrettifyLocal$
|
|
949
|
+
declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: vue643.App) => CheckboxRootContext<unknown>;
|
|
950
|
+
declare const __VLS_export$47: <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
|
+
props: __VLS_PrettifyLocal$18<(CheckboxRootProps<V> & {
|
|
951
952
|
modelValue?: boolean;
|
|
952
953
|
}) & {
|
|
953
954
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
954
955
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
955
|
-
}> &
|
|
956
|
+
}> & vue643.PublicProps;
|
|
956
957
|
expose: (exposed: {}) => void;
|
|
957
958
|
attrs: any;
|
|
958
959
|
slots: {
|
|
959
960
|
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
960
961
|
};
|
|
961
962
|
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
962
|
-
}>) =>
|
|
963
|
+
}>) => vue643.VNode & {
|
|
963
964
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
964
965
|
};
|
|
965
|
-
declare const _default$
|
|
966
|
-
type __VLS_PrettifyLocal$
|
|
966
|
+
declare const _default$48: typeof __VLS_export$47;
|
|
967
|
+
type __VLS_PrettifyLocal$18<T> = { [K in keyof T as K]: T[K] } & {};
|
|
967
968
|
//#endregion
|
|
968
969
|
//#region src/components/Checkbox/CheckboxIndicator.vue.d.ts
|
|
969
970
|
interface CheckboxIndicatorProps extends AtomProps {
|
|
@@ -983,11 +984,11 @@ interface CheckboxIndicatorSlotProps {
|
|
|
983
984
|
};
|
|
984
985
|
};
|
|
985
986
|
}
|
|
986
|
-
declare const __VLS_export$
|
|
987
|
+
declare const __VLS_export$46: __VLS_WithSlots$26<vue643.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
987
988
|
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
988
989
|
}>;
|
|
989
|
-
declare const _default$
|
|
990
|
-
type __VLS_WithSlots$
|
|
990
|
+
declare const _default$47: typeof __VLS_export$46;
|
|
991
|
+
type __VLS_WithSlots$26<T, S> = T & {
|
|
991
992
|
new (): {
|
|
992
993
|
$slots: S;
|
|
993
994
|
};
|
|
@@ -1037,11 +1038,11 @@ interface CheckboxSelectAllSlotProps {
|
|
|
1037
1038
|
'data-disabled': true | undefined;
|
|
1038
1039
|
};
|
|
1039
1040
|
}
|
|
1040
|
-
declare const __VLS_export$
|
|
1041
|
+
declare const __VLS_export$45: __VLS_WithSlots$25<vue643.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1041
1042
|
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
1042
1043
|
}>;
|
|
1043
|
-
declare const _default$
|
|
1044
|
-
type __VLS_WithSlots$
|
|
1044
|
+
declare const _default$49: typeof __VLS_export$45;
|
|
1045
|
+
type __VLS_WithSlots$25<T, S> = T & {
|
|
1045
1046
|
new (): {
|
|
1046
1047
|
$slots: S;
|
|
1047
1048
|
};
|
|
@@ -1099,11 +1100,11 @@ declare const Checkbox: {
|
|
|
1099
1100
|
* ```
|
|
1100
1101
|
*/
|
|
1101
1102
|
Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1102
|
-
attrs: any;
|
|
1103
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1104
1103
|
slots: {
|
|
1105
1104
|
default: (props: CheckboxGroupSlotProps) => any;
|
|
1106
1105
|
};
|
|
1106
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1107
|
+
attrs: any;
|
|
1107
1108
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1108
1109
|
props: {
|
|
1109
1110
|
namespace?: string | undefined;
|
|
@@ -1118,14 +1119,14 @@ declare const Checkbox: {
|
|
|
1118
1119
|
modelValue?: (T | T[]) | undefined;
|
|
1119
1120
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1120
1121
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1121
|
-
} &
|
|
1122
|
+
} & vue643.PublicProps;
|
|
1122
1123
|
expose: (exposed: {}) => void;
|
|
1123
1124
|
attrs: any;
|
|
1124
1125
|
slots: {
|
|
1125
1126
|
default: (props: CheckboxGroupSlotProps) => any;
|
|
1126
1127
|
};
|
|
1127
1128
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1128
|
-
}>) =>
|
|
1129
|
+
}>) => vue643.VNode & {
|
|
1129
1130
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1130
1131
|
};
|
|
1131
1132
|
/**
|
|
@@ -1150,7 +1151,7 @@ declare const Checkbox: {
|
|
|
1150
1151
|
* </template>
|
|
1151
1152
|
* ```
|
|
1152
1153
|
*/
|
|
1153
|
-
HiddenInput:
|
|
1154
|
+
HiddenInput: vue643.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>;
|
|
1154
1155
|
/**
|
|
1155
1156
|
* Visual indicator component for checkboxes.
|
|
1156
1157
|
*
|
|
@@ -1177,7 +1178,7 @@ declare const Checkbox: {
|
|
|
1177
1178
|
* ```
|
|
1178
1179
|
*/
|
|
1179
1180
|
Indicator: {
|
|
1180
|
-
new (...args: any[]):
|
|
1181
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
1181
1182
|
P: {};
|
|
1182
1183
|
B: {};
|
|
1183
1184
|
D: {};
|
|
@@ -1188,7 +1189,7 @@ declare const Checkbox: {
|
|
|
1188
1189
|
__isFragment?: never;
|
|
1189
1190
|
__isTeleport?: never;
|
|
1190
1191
|
__isSuspense?: never;
|
|
1191
|
-
} &
|
|
1192
|
+
} & vue643.ComponentOptionsBase<Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
1192
1193
|
$slots: {
|
|
1193
1194
|
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
1194
1195
|
};
|
|
@@ -1223,11 +1224,11 @@ declare const Checkbox: {
|
|
|
1223
1224
|
* ```
|
|
1224
1225
|
*/
|
|
1225
1226
|
Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
1226
|
-
attrs: any;
|
|
1227
|
-
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
1228
1227
|
slots: {
|
|
1229
1228
|
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
1230
1229
|
};
|
|
1230
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
1231
|
+
attrs: any;
|
|
1231
1232
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1232
1233
|
props: {
|
|
1233
1234
|
id?: ID | undefined;
|
|
@@ -1235,8 +1236,8 @@ declare const Checkbox: {
|
|
|
1235
1236
|
value?: V | undefined;
|
|
1236
1237
|
name?: string | undefined;
|
|
1237
1238
|
form?: string | undefined;
|
|
1238
|
-
disabled?:
|
|
1239
|
-
indeterminate?:
|
|
1239
|
+
disabled?: vue643.MaybeRef<boolean> | undefined;
|
|
1240
|
+
indeterminate?: vue643.MaybeRef<boolean> | undefined;
|
|
1240
1241
|
namespace?: string | undefined;
|
|
1241
1242
|
groupNamespace?: string | undefined;
|
|
1242
1243
|
ariaLabelledby?: string | undefined;
|
|
@@ -1247,14 +1248,14 @@ declare const Checkbox: {
|
|
|
1247
1248
|
modelValue?: boolean | undefined;
|
|
1248
1249
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
1249
1250
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
1250
|
-
} &
|
|
1251
|
+
} & vue643.PublicProps;
|
|
1251
1252
|
expose: (exposed: {}) => void;
|
|
1252
1253
|
attrs: any;
|
|
1253
1254
|
slots: {
|
|
1254
1255
|
default: (props: CheckboxRootSlotProps<V>) => any;
|
|
1255
1256
|
};
|
|
1256
1257
|
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
1257
|
-
}>) =>
|
|
1258
|
+
}>) => vue643.VNode & {
|
|
1258
1259
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1259
1260
|
};
|
|
1260
1261
|
/**
|
|
@@ -1292,7 +1293,7 @@ declare const Checkbox: {
|
|
|
1292
1293
|
* ```
|
|
1293
1294
|
*/
|
|
1294
1295
|
SelectAll: {
|
|
1295
|
-
new (...args: any[]):
|
|
1296
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
1296
1297
|
P: {};
|
|
1297
1298
|
B: {};
|
|
1298
1299
|
D: {};
|
|
@@ -1303,7 +1304,7 @@ declare const Checkbox: {
|
|
|
1303
1304
|
__isFragment?: never;
|
|
1304
1305
|
__isTeleport?: never;
|
|
1305
1306
|
__isSuspense?: never;
|
|
1306
|
-
} &
|
|
1307
|
+
} & vue643.ComponentOptionsBase<Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
1307
1308
|
$slots: {
|
|
1308
1309
|
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
1309
1310
|
};
|
|
@@ -1335,22 +1336,22 @@ interface DialogRootSlotProps {
|
|
|
1335
1336
|
/** Close the dialog */
|
|
1336
1337
|
close: () => void;
|
|
1337
1338
|
}
|
|
1338
|
-
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?:
|
|
1339
|
-
declare const __VLS_export$
|
|
1339
|
+
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: vue643.App) => DialogContext;
|
|
1340
|
+
declare const __VLS_export$44: __VLS_WithSlots$24<vue643.DefineComponent<DialogRootProps & {
|
|
1340
1341
|
modelValue?: boolean;
|
|
1341
|
-
}, {}, {}, {}, {},
|
|
1342
|
+
}, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
1342
1343
|
"update:model-value": (value: boolean) => any;
|
|
1343
1344
|
"update:modelValue": (value: boolean) => any;
|
|
1344
|
-
}, string,
|
|
1345
|
+
}, string, vue643.PublicProps, Readonly<DialogRootProps & {
|
|
1345
1346
|
modelValue?: boolean;
|
|
1346
1347
|
}> & Readonly<{
|
|
1347
1348
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
1348
1349
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1349
|
-
}>, {}, {}, {}, {}, string,
|
|
1350
|
+
}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1350
1351
|
default: (props: DialogRootSlotProps) => any;
|
|
1351
1352
|
}>;
|
|
1352
|
-
declare const _default$
|
|
1353
|
-
type __VLS_WithSlots$
|
|
1353
|
+
declare const _default$42: typeof __VLS_export$44;
|
|
1354
|
+
type __VLS_WithSlots$24<T, S> = T & {
|
|
1354
1355
|
new (): {
|
|
1355
1356
|
$slots: S;
|
|
1356
1357
|
};
|
|
@@ -1372,11 +1373,11 @@ interface DialogActivatorSlotProps {
|
|
|
1372
1373
|
'data-dialog-open': '' | undefined;
|
|
1373
1374
|
};
|
|
1374
1375
|
}
|
|
1375
|
-
declare const __VLS_export$
|
|
1376
|
+
declare const __VLS_export$43: __VLS_WithSlots$23<vue643.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1376
1377
|
default: (props: DialogActivatorSlotProps) => any;
|
|
1377
1378
|
}>;
|
|
1378
|
-
declare const _default$
|
|
1379
|
-
type __VLS_WithSlots$
|
|
1379
|
+
declare const _default$44: typeof __VLS_export$43;
|
|
1380
|
+
type __VLS_WithSlots$23<T, S> = T & {
|
|
1380
1381
|
new (): {
|
|
1381
1382
|
$slots: S;
|
|
1382
1383
|
};
|
|
@@ -1416,17 +1417,17 @@ interface DialogContentSlotProps {
|
|
|
1416
1417
|
'aria-describedby': string;
|
|
1417
1418
|
};
|
|
1418
1419
|
}
|
|
1419
|
-
declare const __VLS_export$
|
|
1420
|
+
declare const __VLS_export$42: __VLS_WithSlots$22<vue643.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
1420
1421
|
cancel: (e: Event) => any;
|
|
1421
1422
|
close: (e: Event) => any;
|
|
1422
|
-
}, string,
|
|
1423
|
+
}, string, vue643.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
1423
1424
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1424
1425
|
onClose?: ((e: Event) => any) | undefined;
|
|
1425
|
-
}>, {}, {}, {}, {}, string,
|
|
1426
|
+
}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1426
1427
|
default: (props: DialogContentSlotProps) => any;
|
|
1427
1428
|
}>;
|
|
1428
|
-
declare const _default$
|
|
1429
|
-
type __VLS_WithSlots$
|
|
1429
|
+
declare const _default$40: typeof __VLS_export$42;
|
|
1430
|
+
type __VLS_WithSlots$22<T, S> = T & {
|
|
1430
1431
|
new (): {
|
|
1431
1432
|
$slots: S;
|
|
1432
1433
|
};
|
|
@@ -1443,11 +1444,11 @@ interface DialogTitleSlotProps {
|
|
|
1443
1444
|
id: string;
|
|
1444
1445
|
};
|
|
1445
1446
|
}
|
|
1446
|
-
declare const __VLS_export$
|
|
1447
|
+
declare const __VLS_export$41: __VLS_WithSlots$21<vue643.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1447
1448
|
default: (props: DialogTitleSlotProps) => any;
|
|
1448
1449
|
}>;
|
|
1449
|
-
declare const _default$
|
|
1450
|
-
type __VLS_WithSlots$
|
|
1450
|
+
declare const _default$43: typeof __VLS_export$41;
|
|
1451
|
+
type __VLS_WithSlots$21<T, S> = T & {
|
|
1451
1452
|
new (): {
|
|
1452
1453
|
$slots: S;
|
|
1453
1454
|
};
|
|
@@ -1464,11 +1465,11 @@ interface DialogDescriptionSlotProps {
|
|
|
1464
1465
|
id: string;
|
|
1465
1466
|
};
|
|
1466
1467
|
}
|
|
1467
|
-
declare const __VLS_export$
|
|
1468
|
+
declare const __VLS_export$40: __VLS_WithSlots$20<vue643.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1468
1469
|
default: (props: DialogDescriptionSlotProps) => any;
|
|
1469
1470
|
}>;
|
|
1470
|
-
declare const _default$
|
|
1471
|
-
type __VLS_WithSlots$
|
|
1471
|
+
declare const _default$41: typeof __VLS_export$40;
|
|
1472
|
+
type __VLS_WithSlots$20<T, S> = T & {
|
|
1472
1473
|
new (): {
|
|
1473
1474
|
$slots: S;
|
|
1474
1475
|
};
|
|
@@ -1488,11 +1489,11 @@ interface DialogCloseSlotProps {
|
|
|
1488
1489
|
'aria-label': 'Close';
|
|
1489
1490
|
};
|
|
1490
1491
|
}
|
|
1491
|
-
declare const __VLS_export$
|
|
1492
|
+
declare const __VLS_export$39: __VLS_WithSlots$19<vue643.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1492
1493
|
default: (props: DialogCloseSlotProps) => any;
|
|
1493
1494
|
}>;
|
|
1494
|
-
declare const _default$
|
|
1495
|
-
type __VLS_WithSlots$
|
|
1495
|
+
declare const _default$39: typeof __VLS_export$39;
|
|
1496
|
+
type __VLS_WithSlots$19<T, S> = T & {
|
|
1496
1497
|
new (): {
|
|
1497
1498
|
$slots: S;
|
|
1498
1499
|
};
|
|
@@ -1552,15 +1553,15 @@ declare const Dialog: {
|
|
|
1552
1553
|
* ```
|
|
1553
1554
|
*/
|
|
1554
1555
|
Root: {
|
|
1555
|
-
new (...args: any[]):
|
|
1556
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<DialogRootProps & {
|
|
1556
1557
|
modelValue?: boolean;
|
|
1557
1558
|
}> & Readonly<{
|
|
1558
1559
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
1559
1560
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1560
|
-
}>, {}, {}, {}, {},
|
|
1561
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
1561
1562
|
"update:model-value": (value: boolean) => any;
|
|
1562
1563
|
"update:modelValue": (value: boolean) => any;
|
|
1563
|
-
},
|
|
1564
|
+
}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
1564
1565
|
P: {};
|
|
1565
1566
|
B: {};
|
|
1566
1567
|
D: {};
|
|
@@ -1576,15 +1577,15 @@ declare const Dialog: {
|
|
|
1576
1577
|
__isFragment?: never;
|
|
1577
1578
|
__isTeleport?: never;
|
|
1578
1579
|
__isSuspense?: never;
|
|
1579
|
-
} &
|
|
1580
|
+
} & vue643.ComponentOptionsBase<Readonly<DialogRootProps & {
|
|
1580
1581
|
modelValue?: boolean;
|
|
1581
1582
|
}> & Readonly<{
|
|
1582
1583
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
1583
1584
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1584
|
-
}>, {}, {}, {}, {},
|
|
1585
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
1585
1586
|
"update:model-value": (value: boolean) => any;
|
|
1586
1587
|
"update:modelValue": (value: boolean) => any;
|
|
1587
|
-
}, string, {}, {}, string, {},
|
|
1588
|
+
}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
1588
1589
|
$slots: {
|
|
1589
1590
|
default: (props: DialogRootSlotProps) => any;
|
|
1590
1591
|
};
|
|
@@ -1608,7 +1609,7 @@ declare const Dialog: {
|
|
|
1608
1609
|
* ```
|
|
1609
1610
|
*/
|
|
1610
1611
|
Activator: {
|
|
1611
|
-
new (...args: any[]):
|
|
1612
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
1612
1613
|
P: {};
|
|
1613
1614
|
B: {};
|
|
1614
1615
|
D: {};
|
|
@@ -1619,7 +1620,7 @@ declare const Dialog: {
|
|
|
1619
1620
|
__isFragment?: never;
|
|
1620
1621
|
__isTeleport?: never;
|
|
1621
1622
|
__isSuspense?: never;
|
|
1622
|
-
} &
|
|
1623
|
+
} & vue643.ComponentOptionsBase<Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
1623
1624
|
$slots: {
|
|
1624
1625
|
default: (props: DialogActivatorSlotProps) => any;
|
|
1625
1626
|
};
|
|
@@ -1645,13 +1646,13 @@ declare const Dialog: {
|
|
|
1645
1646
|
* ```
|
|
1646
1647
|
*/
|
|
1647
1648
|
Content: {
|
|
1648
|
-
new (...args: any[]):
|
|
1649
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<DialogContentProps> & Readonly<{
|
|
1649
1650
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1650
1651
|
onClose?: ((e: Event) => any) | undefined;
|
|
1651
|
-
}>, {}, {}, {}, {},
|
|
1652
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
1652
1653
|
cancel: (e: Event) => any;
|
|
1653
1654
|
close: (e: Event) => any;
|
|
1654
|
-
},
|
|
1655
|
+
}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
1655
1656
|
P: {};
|
|
1656
1657
|
B: {};
|
|
1657
1658
|
D: {};
|
|
@@ -1665,13 +1666,13 @@ declare const Dialog: {
|
|
|
1665
1666
|
__isFragment?: never;
|
|
1666
1667
|
__isTeleport?: never;
|
|
1667
1668
|
__isSuspense?: never;
|
|
1668
|
-
} &
|
|
1669
|
+
} & vue643.ComponentOptionsBase<Readonly<DialogContentProps> & Readonly<{
|
|
1669
1670
|
onCancel?: ((e: Event) => any) | undefined;
|
|
1670
1671
|
onClose?: ((e: Event) => any) | undefined;
|
|
1671
|
-
}>, {}, {}, {}, {},
|
|
1672
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
1672
1673
|
cancel: (e: Event) => any;
|
|
1673
1674
|
close: (e: Event) => any;
|
|
1674
|
-
}, string, {}, {}, string, {},
|
|
1675
|
+
}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
1675
1676
|
$slots: {
|
|
1676
1677
|
default: (props: DialogContentSlotProps) => any;
|
|
1677
1678
|
};
|
|
@@ -1693,7 +1694,7 @@ declare const Dialog: {
|
|
|
1693
1694
|
* ```
|
|
1694
1695
|
*/
|
|
1695
1696
|
Title: {
|
|
1696
|
-
new (...args: any[]):
|
|
1697
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
1697
1698
|
P: {};
|
|
1698
1699
|
B: {};
|
|
1699
1700
|
D: {};
|
|
@@ -1704,7 +1705,7 @@ declare const Dialog: {
|
|
|
1704
1705
|
__isFragment?: never;
|
|
1705
1706
|
__isTeleport?: never;
|
|
1706
1707
|
__isSuspense?: never;
|
|
1707
|
-
} &
|
|
1708
|
+
} & vue643.ComponentOptionsBase<Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
1708
1709
|
$slots: {
|
|
1709
1710
|
default: (props: DialogTitleSlotProps) => any;
|
|
1710
1711
|
};
|
|
@@ -1728,7 +1729,7 @@ declare const Dialog: {
|
|
|
1728
1729
|
* ```
|
|
1729
1730
|
*/
|
|
1730
1731
|
Description: {
|
|
1731
|
-
new (...args: any[]):
|
|
1732
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
1732
1733
|
P: {};
|
|
1733
1734
|
B: {};
|
|
1734
1735
|
D: {};
|
|
@@ -1739,7 +1740,7 @@ declare const Dialog: {
|
|
|
1739
1740
|
__isFragment?: never;
|
|
1740
1741
|
__isTeleport?: never;
|
|
1741
1742
|
__isSuspense?: never;
|
|
1742
|
-
} &
|
|
1743
|
+
} & vue643.ComponentOptionsBase<Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
1743
1744
|
$slots: {
|
|
1744
1745
|
default: (props: DialogDescriptionSlotProps) => any;
|
|
1745
1746
|
};
|
|
@@ -1761,7 +1762,7 @@ declare const Dialog: {
|
|
|
1761
1762
|
* ```
|
|
1762
1763
|
*/
|
|
1763
1764
|
Close: {
|
|
1764
|
-
new (...args: any[]):
|
|
1765
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
1765
1766
|
P: {};
|
|
1766
1767
|
B: {};
|
|
1767
1768
|
D: {};
|
|
@@ -1772,7 +1773,7 @@ declare const Dialog: {
|
|
|
1772
1773
|
__isFragment?: never;
|
|
1773
1774
|
__isTeleport?: never;
|
|
1774
1775
|
__isSuspense?: never;
|
|
1775
|
-
} &
|
|
1776
|
+
} & vue643.ComponentOptionsBase<Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
1776
1777
|
$slots: {
|
|
1777
1778
|
default: (props: DialogCloseSlotProps) => any;
|
|
1778
1779
|
};
|
|
@@ -1816,24 +1817,24 @@ interface ExpansionPanelRootSlotProps {
|
|
|
1816
1817
|
/** Toggle a panel's expansion state by ID */
|
|
1817
1818
|
toggle: (id: ID) => void;
|
|
1818
1819
|
}
|
|
1819
|
-
declare const useExpansionPanelRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?:
|
|
1820
|
-
declare const __VLS_export$
|
|
1821
|
-
props: __VLS_PrettifyLocal$
|
|
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?: vue643.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
1821
|
+
declare const __VLS_export$38: <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
|
+
props: __VLS_PrettifyLocal$17<(ExpansionPanelRootProps & {
|
|
1822
1823
|
modelValue?: T | T[];
|
|
1823
1824
|
}) & {
|
|
1824
1825
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
1825
|
-
}> &
|
|
1826
|
+
}> & vue643.PublicProps;
|
|
1826
1827
|
expose: (exposed: {}) => void;
|
|
1827
1828
|
attrs: any;
|
|
1828
1829
|
slots: {
|
|
1829
1830
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
1830
1831
|
};
|
|
1831
1832
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
1832
|
-
}>) =>
|
|
1833
|
+
}>) => vue643.VNode & {
|
|
1833
1834
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1834
1835
|
};
|
|
1835
|
-
declare const _default$
|
|
1836
|
-
type __VLS_PrettifyLocal$
|
|
1836
|
+
declare const _default$38: typeof __VLS_export$38;
|
|
1837
|
+
type __VLS_PrettifyLocal$17<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1837
1838
|
//#endregion
|
|
1838
1839
|
//#region src/components/ExpansionPanel/ExpansionPanelItem.vue.d.ts
|
|
1839
1840
|
interface ExpansionPanelItemProps<V = unknown> extends AtomProps {
|
|
@@ -1874,20 +1875,20 @@ interface ExpansionPanelItemSlotProps {
|
|
|
1874
1875
|
'data-selected': true | undefined;
|
|
1875
1876
|
};
|
|
1876
1877
|
}
|
|
1877
|
-
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?:
|
|
1878
|
-
declare const __VLS_export$
|
|
1879
|
-
props: __VLS_PrettifyLocal$
|
|
1878
|
+
declare const useExpansionPanelItem: (key: string, defaultValue?: ExpansionPanelItemContext | undefined) => ExpansionPanelItemContext, provideExpansionPanelItem: (key: string, context: ExpansionPanelItemContext, app?: vue643.App) => ExpansionPanelItemContext;
|
|
1879
|
+
declare const __VLS_export$37: <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>> & vue643.PublicProps;
|
|
1880
1881
|
expose: (exposed: {}) => void;
|
|
1881
1882
|
attrs: any;
|
|
1882
1883
|
slots: {
|
|
1883
1884
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
1884
1885
|
};
|
|
1885
1886
|
emit: {};
|
|
1886
|
-
}>) =>
|
|
1887
|
+
}>) => vue643.VNode & {
|
|
1887
1888
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1888
1889
|
};
|
|
1889
|
-
declare const _default$
|
|
1890
|
-
type __VLS_PrettifyLocal$
|
|
1890
|
+
declare const _default$37: typeof __VLS_export$37;
|
|
1891
|
+
type __VLS_PrettifyLocal$16<T> = { [K in keyof T as K]: T[K] } & {};
|
|
1891
1892
|
//#endregion
|
|
1892
1893
|
//#region src/components/ExpansionPanel/ExpansionPanelHeader.vue.d.ts
|
|
1893
1894
|
interface ExpansionPanelHeaderProps extends AtomProps {
|
|
@@ -1903,11 +1904,11 @@ interface ExpansionPanelHeaderSlotProps {
|
|
|
1903
1904
|
'data-selected': true | undefined;
|
|
1904
1905
|
};
|
|
1905
1906
|
}
|
|
1906
|
-
declare const __VLS_export$
|
|
1907
|
+
declare const __VLS_export$36: __VLS_WithSlots$18<vue643.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1907
1908
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
1908
1909
|
}>;
|
|
1909
|
-
declare const _default$
|
|
1910
|
-
type __VLS_WithSlots$
|
|
1910
|
+
declare const _default$36: typeof __VLS_export$36;
|
|
1911
|
+
type __VLS_WithSlots$18<T, S> = T & {
|
|
1911
1912
|
new (): {
|
|
1912
1913
|
$slots: S;
|
|
1913
1914
|
};
|
|
@@ -1952,11 +1953,11 @@ interface ExpansionPanelActivatorSlotProps {
|
|
|
1952
1953
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
1953
1954
|
};
|
|
1954
1955
|
}
|
|
1955
|
-
declare const __VLS_export$
|
|
1956
|
+
declare const __VLS_export$35: __VLS_WithSlots$17<vue643.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1956
1957
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
1957
1958
|
}>;
|
|
1958
|
-
declare const _default$
|
|
1959
|
-
type __VLS_WithSlots$
|
|
1959
|
+
declare const _default$34: typeof __VLS_export$35;
|
|
1960
|
+
type __VLS_WithSlots$17<T, S> = T & {
|
|
1960
1961
|
new (): {
|
|
1961
1962
|
$slots: S;
|
|
1962
1963
|
};
|
|
@@ -1983,11 +1984,11 @@ interface ExpansionPanelContentSlotProps {
|
|
|
1983
1984
|
'hidden': boolean;
|
|
1984
1985
|
};
|
|
1985
1986
|
}
|
|
1986
|
-
declare const __VLS_export$
|
|
1987
|
+
declare const __VLS_export$34: __VLS_WithSlots$16<vue643.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
1987
1988
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
1988
1989
|
}>;
|
|
1989
|
-
declare const _default$
|
|
1990
|
-
type __VLS_WithSlots$
|
|
1990
|
+
declare const _default$35: typeof __VLS_export$34;
|
|
1991
|
+
type __VLS_WithSlots$16<T, S> = T & {
|
|
1991
1992
|
new (): {
|
|
1992
1993
|
$slots: S;
|
|
1993
1994
|
};
|
|
@@ -2029,11 +2030,11 @@ declare const ExpansionPanel: {
|
|
|
2029
2030
|
* ```
|
|
2030
2031
|
*/
|
|
2031
2032
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2032
|
-
attrs: any;
|
|
2033
|
-
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2034
2033
|
slots: {
|
|
2035
2034
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
2036
2035
|
};
|
|
2036
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2037
|
+
attrs: any;
|
|
2037
2038
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2038
2039
|
props: {
|
|
2039
2040
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
@@ -2045,14 +2046,14 @@ declare const ExpansionPanel: {
|
|
|
2045
2046
|
as?: (DOMElement | null) | undefined;
|
|
2046
2047
|
renderless?: boolean | undefined;
|
|
2047
2048
|
modelValue?: (T | T[]) | undefined;
|
|
2048
|
-
} &
|
|
2049
|
+
} & vue643.PublicProps;
|
|
2049
2050
|
expose: (exposed: {}) => void;
|
|
2050
2051
|
attrs: any;
|
|
2051
2052
|
slots: {
|
|
2052
2053
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
2053
2054
|
};
|
|
2054
2055
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2055
|
-
}>) =>
|
|
2056
|
+
}>) => vue643.VNode & {
|
|
2056
2057
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2057
2058
|
};
|
|
2058
2059
|
/**
|
|
@@ -2082,27 +2083,27 @@ declare const ExpansionPanel: {
|
|
|
2082
2083
|
* ```
|
|
2083
2084
|
*/
|
|
2084
2085
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2085
|
-
attrs: any;
|
|
2086
|
-
emit: {};
|
|
2087
2086
|
slots: {
|
|
2088
2087
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
2089
2088
|
};
|
|
2089
|
+
emit: {};
|
|
2090
|
+
attrs: any;
|
|
2090
2091
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2091
2092
|
props: {
|
|
2092
2093
|
id?: string | undefined;
|
|
2093
2094
|
value?: V | undefined;
|
|
2094
|
-
disabled?:
|
|
2095
|
+
disabled?: vue643.MaybeRef<boolean> | undefined;
|
|
2095
2096
|
namespace?: string | undefined;
|
|
2096
2097
|
as?: (DOMElement | null) | undefined;
|
|
2097
2098
|
renderless?: boolean | undefined;
|
|
2098
|
-
} &
|
|
2099
|
+
} & vue643.PublicProps;
|
|
2099
2100
|
expose: (exposed: {}) => void;
|
|
2100
2101
|
attrs: any;
|
|
2101
2102
|
slots: {
|
|
2102
2103
|
default: (props: ExpansionPanelItemSlotProps) => any;
|
|
2103
2104
|
};
|
|
2104
2105
|
emit: {};
|
|
2105
|
-
}>) =>
|
|
2106
|
+
}>) => vue643.VNode & {
|
|
2106
2107
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2107
2108
|
};
|
|
2108
2109
|
/**
|
|
@@ -2126,7 +2127,7 @@ declare const ExpansionPanel: {
|
|
|
2126
2127
|
* ```
|
|
2127
2128
|
*/
|
|
2128
2129
|
Header: {
|
|
2129
|
-
new (...args: any[]):
|
|
2130
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
2130
2131
|
P: {};
|
|
2131
2132
|
B: {};
|
|
2132
2133
|
D: {};
|
|
@@ -2137,7 +2138,7 @@ declare const ExpansionPanel: {
|
|
|
2137
2138
|
__isFragment?: never;
|
|
2138
2139
|
__isTeleport?: never;
|
|
2139
2140
|
__isSuspense?: never;
|
|
2140
|
-
} &
|
|
2141
|
+
} & vue643.ComponentOptionsBase<Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
2141
2142
|
$slots: {
|
|
2142
2143
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
2143
2144
|
};
|
|
@@ -2161,7 +2162,7 @@ declare const ExpansionPanel: {
|
|
|
2161
2162
|
* ```
|
|
2162
2163
|
*/
|
|
2163
2164
|
Activator: {
|
|
2164
|
-
new (...args: any[]):
|
|
2165
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
2165
2166
|
P: {};
|
|
2166
2167
|
B: {};
|
|
2167
2168
|
D: {};
|
|
@@ -2172,7 +2173,7 @@ declare const ExpansionPanel: {
|
|
|
2172
2173
|
__isFragment?: never;
|
|
2173
2174
|
__isTeleport?: never;
|
|
2174
2175
|
__isSuspense?: never;
|
|
2175
|
-
} &
|
|
2176
|
+
} & vue643.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
2176
2177
|
$slots: {
|
|
2177
2178
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
2178
2179
|
};
|
|
@@ -2196,7 +2197,7 @@ declare const ExpansionPanel: {
|
|
|
2196
2197
|
* ```
|
|
2197
2198
|
*/
|
|
2198
2199
|
Content: {
|
|
2199
|
-
new (...args: any[]):
|
|
2200
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
2200
2201
|
P: {};
|
|
2201
2202
|
B: {};
|
|
2202
2203
|
D: {};
|
|
@@ -2207,7 +2208,7 @@ declare const ExpansionPanel: {
|
|
|
2207
2208
|
__isFragment?: never;
|
|
2208
2209
|
__isTeleport?: never;
|
|
2209
2210
|
__isSuspense?: never;
|
|
2210
|
-
} &
|
|
2211
|
+
} & vue643.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
2211
2212
|
$slots: {
|
|
2212
2213
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
2213
2214
|
};
|
|
@@ -2256,25 +2257,25 @@ interface GroupRootSlotProps {
|
|
|
2256
2257
|
'aria-multiselectable': true;
|
|
2257
2258
|
};
|
|
2258
2259
|
}
|
|
2259
|
-
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?:
|
|
2260
|
-
declare const __VLS_export$
|
|
2261
|
-
props: __VLS_PrettifyLocal$
|
|
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?: vue643.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
2261
|
+
declare const __VLS_export$33: <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
|
+
props: __VLS_PrettifyLocal$15<(GroupRootProps & {
|
|
2262
2263
|
modelValue?: T | T[];
|
|
2263
2264
|
}) & {
|
|
2264
2265
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2265
2266
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2266
|
-
}> &
|
|
2267
|
+
}> & vue643.PublicProps;
|
|
2267
2268
|
expose: (exposed: {}) => void;
|
|
2268
2269
|
attrs: any;
|
|
2269
2270
|
slots: {
|
|
2270
2271
|
default: (props: GroupRootSlotProps) => any;
|
|
2271
2272
|
};
|
|
2272
2273
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2273
|
-
}>) =>
|
|
2274
|
+
}>) => vue643.VNode & {
|
|
2274
2275
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2275
2276
|
};
|
|
2276
|
-
declare const _default$
|
|
2277
|
-
type __VLS_PrettifyLocal$
|
|
2277
|
+
declare const _default$33: typeof __VLS_export$33;
|
|
2278
|
+
type __VLS_PrettifyLocal$15<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2278
2279
|
//#endregion
|
|
2279
2280
|
//#region src/components/Group/GroupItem.vue.d.ts
|
|
2280
2281
|
interface GroupItemProps<V = unknown> {
|
|
@@ -2324,19 +2325,19 @@ interface GroupItemSlotProps<V = unknown> {
|
|
|
2324
2325
|
'data-mixed': true | undefined;
|
|
2325
2326
|
};
|
|
2326
2327
|
}
|
|
2327
|
-
declare const __VLS_export$
|
|
2328
|
-
props: __VLS_PrettifyLocal$
|
|
2328
|
+
declare const __VLS_export$32: <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>> & vue643.PublicProps;
|
|
2329
2330
|
expose: (exposed: {}) => void;
|
|
2330
2331
|
attrs: any;
|
|
2331
2332
|
slots: {
|
|
2332
2333
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
2333
2334
|
};
|
|
2334
2335
|
emit: {};
|
|
2335
|
-
}>) =>
|
|
2336
|
+
}>) => vue643.VNode & {
|
|
2336
2337
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2337
2338
|
};
|
|
2338
|
-
declare const _default$
|
|
2339
|
-
type __VLS_PrettifyLocal$
|
|
2339
|
+
declare const _default$32: typeof __VLS_export$32;
|
|
2340
|
+
type __VLS_PrettifyLocal$14<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2340
2341
|
//#endregion
|
|
2341
2342
|
//#region src/components/Group/index.d.ts
|
|
2342
2343
|
/**
|
|
@@ -2366,11 +2367,11 @@ declare const Group: {
|
|
|
2366
2367
|
* ```
|
|
2367
2368
|
*/
|
|
2368
2369
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2369
|
-
attrs: any;
|
|
2370
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2371
2370
|
slots: {
|
|
2372
2371
|
default: (props: GroupRootSlotProps) => any;
|
|
2373
2372
|
};
|
|
2373
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2374
|
+
attrs: any;
|
|
2374
2375
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2375
2376
|
props: {
|
|
2376
2377
|
namespace?: string | undefined;
|
|
@@ -2380,14 +2381,14 @@ declare const Group: {
|
|
|
2380
2381
|
modelValue?: (T | T[]) | undefined;
|
|
2381
2382
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2382
2383
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2383
|
-
} &
|
|
2384
|
+
} & vue643.PublicProps;
|
|
2384
2385
|
expose: (exposed: {}) => void;
|
|
2385
2386
|
attrs: any;
|
|
2386
2387
|
slots: {
|
|
2387
2388
|
default: (props: GroupRootSlotProps) => any;
|
|
2388
2389
|
};
|
|
2389
2390
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2390
|
-
}>) =>
|
|
2391
|
+
}>) => vue643.VNode & {
|
|
2391
2392
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2392
2393
|
};
|
|
2393
2394
|
/**
|
|
@@ -2409,35 +2410,35 @@ declare const Group: {
|
|
|
2409
2410
|
* ```
|
|
2410
2411
|
*/
|
|
2411
2412
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2412
|
-
attrs: any;
|
|
2413
|
-
emit: {};
|
|
2414
2413
|
slots: {
|
|
2415
2414
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
2416
2415
|
};
|
|
2416
|
+
emit: {};
|
|
2417
|
+
attrs: any;
|
|
2417
2418
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2418
2419
|
props: {
|
|
2419
2420
|
id?: string | undefined;
|
|
2420
2421
|
label?: string | undefined;
|
|
2421
2422
|
value?: V | undefined;
|
|
2422
|
-
disabled?:
|
|
2423
|
-
indeterminate?:
|
|
2423
|
+
disabled?: vue643.MaybeRef<boolean> | undefined;
|
|
2424
|
+
indeterminate?: vue643.MaybeRef<boolean> | undefined;
|
|
2424
2425
|
namespace?: string | undefined;
|
|
2425
|
-
} &
|
|
2426
|
+
} & vue643.PublicProps;
|
|
2426
2427
|
expose: (exposed: {}) => void;
|
|
2427
2428
|
attrs: any;
|
|
2428
2429
|
slots: {
|
|
2429
2430
|
default: (props: GroupItemSlotProps<V>) => unknown;
|
|
2430
2431
|
};
|
|
2431
2432
|
emit: {};
|
|
2432
|
-
}>) =>
|
|
2433
|
+
}>) => vue643.VNode & {
|
|
2433
2434
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2434
2435
|
};
|
|
2435
2436
|
};
|
|
2436
2437
|
//#endregion
|
|
2437
2438
|
//#region src/components/Pagination/PaginationRoot.vue.d.ts
|
|
2438
|
-
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?:
|
|
2439
|
-
declare const usePaginationControls: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationControls: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
2440
|
-
declare const usePaginationItems: (key: string, defaultValue?: RegistryContext<RegistryTicket<unknown>> | undefined) => RegistryContext<RegistryTicket<unknown>>, providePaginationItems: (key: string, context: RegistryContext<RegistryTicket<unknown>>, app?:
|
|
2439
|
+
declare const usePaginationRoot: (key: string, defaultValue?: PaginationContext | undefined) => PaginationContext, providePaginationRoot: (key: string, context: PaginationContext, app?: vue643.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?: vue643.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?: vue643.App) => RegistryContext<RegistryTicketInput<unknown>, RegistryTicket<unknown> & RegistryTicketInput<unknown>>;
|
|
2441
2442
|
interface PaginationRootProps extends AtomProps {
|
|
2442
2443
|
/** Namespace for dependency injection */
|
|
2443
2444
|
namespace?: string;
|
|
@@ -2488,23 +2489,23 @@ interface PaginationRootSlotProps {
|
|
|
2488
2489
|
'role': 'navigation' | undefined;
|
|
2489
2490
|
};
|
|
2490
2491
|
}
|
|
2491
|
-
declare const __VLS_export$
|
|
2492
|
-
props: __VLS_PrettifyLocal$
|
|
2492
|
+
declare const __VLS_export$31: <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
|
+
props: __VLS_PrettifyLocal$13<(PaginationRootProps & {
|
|
2493
2494
|
modelValue?: number;
|
|
2494
2495
|
}) & {
|
|
2495
2496
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
2496
|
-
}> &
|
|
2497
|
+
}> & vue643.PublicProps;
|
|
2497
2498
|
expose: (exposed: {}) => void;
|
|
2498
2499
|
attrs: any;
|
|
2499
2500
|
slots: {
|
|
2500
2501
|
default: (props: PaginationRootSlotProps) => any;
|
|
2501
2502
|
};
|
|
2502
2503
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2503
|
-
}>) =>
|
|
2504
|
+
}>) => vue643.VNode & {
|
|
2504
2505
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2505
2506
|
};
|
|
2506
|
-
declare const _default$
|
|
2507
|
-
type __VLS_PrettifyLocal$
|
|
2507
|
+
declare const _default$30: typeof __VLS_export$31;
|
|
2508
|
+
type __VLS_PrettifyLocal$13<T> = { [K in keyof T as K]: T[K] } & {};
|
|
2508
2509
|
//#endregion
|
|
2509
2510
|
//#region src/components/Pagination/PaginationItem.vue.d.ts
|
|
2510
2511
|
interface PaginationItemProps extends AtomProps {
|
|
@@ -2539,11 +2540,11 @@ interface PaginationItemSlotProps {
|
|
|
2539
2540
|
'onClick': () => void;
|
|
2540
2541
|
};
|
|
2541
2542
|
}
|
|
2542
|
-
declare const __VLS_export$
|
|
2543
|
+
declare const __VLS_export$30: __VLS_WithSlots$15<vue643.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
2543
2544
|
default: (props: PaginationItemSlotProps) => any;
|
|
2544
2545
|
}>;
|
|
2545
|
-
declare const _default$
|
|
2546
|
-
type __VLS_WithSlots$
|
|
2546
|
+
declare const _default$26: typeof __VLS_export$30;
|
|
2547
|
+
type __VLS_WithSlots$15<T, S> = T & {
|
|
2547
2548
|
new (): {
|
|
2548
2549
|
$slots: S;
|
|
2549
2550
|
};
|
|
@@ -2574,11 +2575,11 @@ interface PaginationFirstSlotProps {
|
|
|
2574
2575
|
'onClick': () => void;
|
|
2575
2576
|
};
|
|
2576
2577
|
}
|
|
2577
|
-
declare const __VLS_export$
|
|
2578
|
+
declare const __VLS_export$29: __VLS_WithSlots$14<vue643.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
2578
2579
|
default: (props: PaginationFirstSlotProps) => any;
|
|
2579
2580
|
}>;
|
|
2580
|
-
declare const _default$
|
|
2581
|
-
type __VLS_WithSlots$
|
|
2581
|
+
declare const _default$25: typeof __VLS_export$29;
|
|
2582
|
+
type __VLS_WithSlots$14<T, S> = T & {
|
|
2582
2583
|
new (): {
|
|
2583
2584
|
$slots: S;
|
|
2584
2585
|
};
|
|
@@ -2609,11 +2610,11 @@ interface PaginationPrevSlotProps {
|
|
|
2609
2610
|
'onClick': () => void;
|
|
2610
2611
|
};
|
|
2611
2612
|
}
|
|
2612
|
-
declare const __VLS_export$
|
|
2613
|
+
declare const __VLS_export$28: __VLS_WithSlots$13<vue643.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
2613
2614
|
default: (props: PaginationPrevSlotProps) => any;
|
|
2614
2615
|
}>;
|
|
2615
|
-
declare const _default$
|
|
2616
|
-
type __VLS_WithSlots$
|
|
2616
|
+
declare const _default$29: typeof __VLS_export$28;
|
|
2617
|
+
type __VLS_WithSlots$13<T, S> = T & {
|
|
2617
2618
|
new (): {
|
|
2618
2619
|
$slots: S;
|
|
2619
2620
|
};
|
|
@@ -2636,11 +2637,11 @@ interface PaginationEllipsisSlotProps {
|
|
|
2636
2637
|
'aria-hidden': 'true';
|
|
2637
2638
|
};
|
|
2638
2639
|
}
|
|
2639
|
-
declare const __VLS_export$
|
|
2640
|
+
declare const __VLS_export$27: __VLS_WithSlots$12<vue643.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
2640
2641
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
2641
2642
|
}>;
|
|
2642
|
-
declare const _default$
|
|
2643
|
-
type __VLS_WithSlots$
|
|
2643
|
+
declare const _default$24: typeof __VLS_export$27;
|
|
2644
|
+
type __VLS_WithSlots$12<T, S> = T & {
|
|
2644
2645
|
new (): {
|
|
2645
2646
|
$slots: S;
|
|
2646
2647
|
};
|
|
@@ -2671,11 +2672,11 @@ interface PaginationNextSlotProps {
|
|
|
2671
2672
|
'onClick': () => void;
|
|
2672
2673
|
};
|
|
2673
2674
|
}
|
|
2674
|
-
declare const __VLS_export$
|
|
2675
|
+
declare const __VLS_export$26: __VLS_WithSlots$11<vue643.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
2675
2676
|
default: (props: PaginationNextSlotProps) => any;
|
|
2676
2677
|
}>;
|
|
2677
|
-
declare const _default$
|
|
2678
|
-
type __VLS_WithSlots$
|
|
2678
|
+
declare const _default$28: typeof __VLS_export$26;
|
|
2679
|
+
type __VLS_WithSlots$11<T, S> = T & {
|
|
2679
2680
|
new (): {
|
|
2680
2681
|
$slots: S;
|
|
2681
2682
|
};
|
|
@@ -2706,11 +2707,11 @@ interface PaginationLastSlotProps {
|
|
|
2706
2707
|
'onClick': () => void;
|
|
2707
2708
|
};
|
|
2708
2709
|
}
|
|
2709
|
-
declare const __VLS_export$
|
|
2710
|
+
declare const __VLS_export$25: __VLS_WithSlots$10<vue643.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
2710
2711
|
default: (props: PaginationLastSlotProps) => any;
|
|
2711
2712
|
}>;
|
|
2712
|
-
declare const _default$
|
|
2713
|
-
type __VLS_WithSlots$
|
|
2713
|
+
declare const _default$27: typeof __VLS_export$25;
|
|
2714
|
+
type __VLS_WithSlots$10<T, S> = T & {
|
|
2714
2715
|
new (): {
|
|
2715
2716
|
$slots: S;
|
|
2716
2717
|
};
|
|
@@ -2735,11 +2736,11 @@ interface PaginationStatusSlotProps {
|
|
|
2735
2736
|
'role': 'status';
|
|
2736
2737
|
};
|
|
2737
2738
|
}
|
|
2738
|
-
declare const __VLS_export$
|
|
2739
|
+
declare const __VLS_export$24: __VLS_WithSlots$9<vue643.DefineComponent<PaginationStatusProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
2739
2740
|
default: (props: PaginationStatusSlotProps) => any;
|
|
2740
2741
|
}>;
|
|
2741
|
-
declare const _default$
|
|
2742
|
-
type __VLS_WithSlots$
|
|
2742
|
+
declare const _default$31: typeof __VLS_export$24;
|
|
2743
|
+
type __VLS_WithSlots$9<T, S> = T & {
|
|
2743
2744
|
new (): {
|
|
2744
2745
|
$slots: S;
|
|
2745
2746
|
};
|
|
@@ -2783,11 +2784,11 @@ declare const Pagination: {
|
|
|
2783
2784
|
* ```
|
|
2784
2785
|
*/
|
|
2785
2786
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2786
|
-
attrs: any;
|
|
2787
|
-
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2788
2787
|
slots: {
|
|
2789
2788
|
default: (props: PaginationRootSlotProps) => any;
|
|
2790
2789
|
};
|
|
2790
|
+
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2791
|
+
attrs: any;
|
|
2791
2792
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2792
2793
|
props: {
|
|
2793
2794
|
[x: `on${Capitalize<string>}`]: ((...args: any) => any) | undefined;
|
|
@@ -2799,14 +2800,14 @@ declare const Pagination: {
|
|
|
2799
2800
|
as?: (DOMElement | null) | undefined;
|
|
2800
2801
|
renderless?: boolean | undefined;
|
|
2801
2802
|
modelValue?: number | undefined;
|
|
2802
|
-
} &
|
|
2803
|
+
} & vue643.PublicProps;
|
|
2803
2804
|
expose: (exposed: {}) => void;
|
|
2804
2805
|
attrs: any;
|
|
2805
2806
|
slots: {
|
|
2806
2807
|
default: (props: PaginationRootSlotProps) => any;
|
|
2807
2808
|
};
|
|
2808
2809
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: number) => void);
|
|
2809
|
-
}>) =>
|
|
2810
|
+
}>) => vue643.VNode & {
|
|
2810
2811
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2811
2812
|
};
|
|
2812
2813
|
/**
|
|
@@ -2831,7 +2832,7 @@ declare const Pagination: {
|
|
|
2831
2832
|
* ```
|
|
2832
2833
|
*/
|
|
2833
2834
|
Item: {
|
|
2834
|
-
new (...args: any[]):
|
|
2835
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
2835
2836
|
P: {};
|
|
2836
2837
|
B: {};
|
|
2837
2838
|
D: {};
|
|
@@ -2842,7 +2843,7 @@ declare const Pagination: {
|
|
|
2842
2843
|
__isFragment?: never;
|
|
2843
2844
|
__isTeleport?: never;
|
|
2844
2845
|
__isSuspense?: never;
|
|
2845
|
-
} &
|
|
2846
|
+
} & vue643.ComponentOptionsBase<Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
2846
2847
|
$slots: {
|
|
2847
2848
|
default: (props: PaginationItemSlotProps) => any;
|
|
2848
2849
|
};
|
|
@@ -2875,7 +2876,7 @@ declare const Pagination: {
|
|
|
2875
2876
|
* ```
|
|
2876
2877
|
*/
|
|
2877
2878
|
First: {
|
|
2878
|
-
new (...args: any[]):
|
|
2879
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
2879
2880
|
P: {};
|
|
2880
2881
|
B: {};
|
|
2881
2882
|
D: {};
|
|
@@ -2886,7 +2887,7 @@ declare const Pagination: {
|
|
|
2886
2887
|
__isFragment?: never;
|
|
2887
2888
|
__isTeleport?: never;
|
|
2888
2889
|
__isSuspense?: never;
|
|
2889
|
-
} &
|
|
2890
|
+
} & vue643.ComponentOptionsBase<Readonly<PaginationFirstProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
2890
2891
|
$slots: {
|
|
2891
2892
|
default: (props: PaginationFirstSlotProps) => any;
|
|
2892
2893
|
};
|
|
@@ -2919,7 +2920,7 @@ declare const Pagination: {
|
|
|
2919
2920
|
* ```
|
|
2920
2921
|
*/
|
|
2921
2922
|
Prev: {
|
|
2922
|
-
new (...args: any[]):
|
|
2923
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
2923
2924
|
P: {};
|
|
2924
2925
|
B: {};
|
|
2925
2926
|
D: {};
|
|
@@ -2930,7 +2931,7 @@ declare const Pagination: {
|
|
|
2930
2931
|
__isFragment?: never;
|
|
2931
2932
|
__isTeleport?: never;
|
|
2932
2933
|
__isSuspense?: never;
|
|
2933
|
-
} &
|
|
2934
|
+
} & vue643.ComponentOptionsBase<Readonly<PaginationPrevProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
2934
2935
|
$slots: {
|
|
2935
2936
|
default: (props: PaginationPrevSlotProps) => any;
|
|
2936
2937
|
};
|
|
@@ -2958,7 +2959,7 @@ declare const Pagination: {
|
|
|
2958
2959
|
* ```
|
|
2959
2960
|
*/
|
|
2960
2961
|
Ellipsis: {
|
|
2961
|
-
new (...args: any[]):
|
|
2962
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
2962
2963
|
P: {};
|
|
2963
2964
|
B: {};
|
|
2964
2965
|
D: {};
|
|
@@ -2969,7 +2970,7 @@ declare const Pagination: {
|
|
|
2969
2970
|
__isFragment?: never;
|
|
2970
2971
|
__isTeleport?: never;
|
|
2971
2972
|
__isSuspense?: never;
|
|
2972
|
-
} &
|
|
2973
|
+
} & vue643.ComponentOptionsBase<Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
2973
2974
|
$slots: {
|
|
2974
2975
|
default: (props: PaginationEllipsisSlotProps) => any;
|
|
2975
2976
|
};
|
|
@@ -3002,7 +3003,7 @@ declare const Pagination: {
|
|
|
3002
3003
|
* ```
|
|
3003
3004
|
*/
|
|
3004
3005
|
Next: {
|
|
3005
|
-
new (...args: any[]):
|
|
3006
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
3006
3007
|
P: {};
|
|
3007
3008
|
B: {};
|
|
3008
3009
|
D: {};
|
|
@@ -3013,7 +3014,7 @@ declare const Pagination: {
|
|
|
3013
3014
|
__isFragment?: never;
|
|
3014
3015
|
__isTeleport?: never;
|
|
3015
3016
|
__isSuspense?: never;
|
|
3016
|
-
} &
|
|
3017
|
+
} & vue643.ComponentOptionsBase<Readonly<PaginationNextProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
3017
3018
|
$slots: {
|
|
3018
3019
|
default: (props: PaginationNextSlotProps) => any;
|
|
3019
3020
|
};
|
|
@@ -3046,7 +3047,7 @@ declare const Pagination: {
|
|
|
3046
3047
|
* ```
|
|
3047
3048
|
*/
|
|
3048
3049
|
Last: {
|
|
3049
|
-
new (...args: any[]):
|
|
3050
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
3050
3051
|
P: {};
|
|
3051
3052
|
B: {};
|
|
3052
3053
|
D: {};
|
|
@@ -3057,7 +3058,7 @@ declare const Pagination: {
|
|
|
3057
3058
|
__isFragment?: never;
|
|
3058
3059
|
__isTeleport?: never;
|
|
3059
3060
|
__isSuspense?: never;
|
|
3060
|
-
} &
|
|
3061
|
+
} & vue643.ComponentOptionsBase<Readonly<PaginationLastProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
3061
3062
|
$slots: {
|
|
3062
3063
|
default: (props: PaginationLastSlotProps) => any;
|
|
3063
3064
|
};
|
|
@@ -3083,7 +3084,7 @@ declare const Pagination: {
|
|
|
3083
3084
|
* ```
|
|
3084
3085
|
*/
|
|
3085
3086
|
Status: {
|
|
3086
|
-
new (...args: any[]):
|
|
3087
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
3087
3088
|
P: {};
|
|
3088
3089
|
B: {};
|
|
3089
3090
|
D: {};
|
|
@@ -3094,7 +3095,7 @@ declare const Pagination: {
|
|
|
3094
3095
|
__isFragment?: never;
|
|
3095
3096
|
__isTeleport?: never;
|
|
3096
3097
|
__isSuspense?: never;
|
|
3097
|
-
} &
|
|
3098
|
+
} & vue643.ComponentOptionsBase<Readonly<PaginationStatusProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
3098
3099
|
$slots: {
|
|
3099
3100
|
default: (props: PaginationStatusSlotProps) => any;
|
|
3100
3101
|
};
|
|
@@ -3119,20 +3120,20 @@ interface PopoverRootSlotProps {
|
|
|
3119
3120
|
/** Toggle the popover open/closed state */
|
|
3120
3121
|
toggle: () => void;
|
|
3121
3122
|
}
|
|
3122
|
-
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?:
|
|
3123
|
-
declare const __VLS_export$
|
|
3123
|
+
declare const usePopoverContext: () => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue643.App) => PopoverContext;
|
|
3124
|
+
declare const __VLS_export$23: __VLS_WithSlots$8<vue643.DefineComponent<PopoverRootProps & {
|
|
3124
3125
|
modelValue?: boolean;
|
|
3125
|
-
}, {}, {}, {}, {},
|
|
3126
|
+
}, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
3126
3127
|
"update:modelValue": (value: boolean) => any;
|
|
3127
|
-
}, string,
|
|
3128
|
+
}, string, vue643.PublicProps, Readonly<PopoverRootProps & {
|
|
3128
3129
|
modelValue?: boolean;
|
|
3129
3130
|
}> & Readonly<{
|
|
3130
3131
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3131
|
-
}>, {}, {}, {}, {}, string,
|
|
3132
|
+
}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
3132
3133
|
default: (props: PopoverRootSlotProps) => any;
|
|
3133
3134
|
}>;
|
|
3134
|
-
declare const _default$
|
|
3135
|
-
type __VLS_WithSlots$
|
|
3135
|
+
declare const _default$23: typeof __VLS_export$23;
|
|
3136
|
+
type __VLS_WithSlots$8<T, S> = T & {
|
|
3136
3137
|
new (): {
|
|
3137
3138
|
$slots: S;
|
|
3138
3139
|
};
|
|
@@ -3153,11 +3154,11 @@ interface PopoverActivatorSlotProps {
|
|
|
3153
3154
|
'data-popover-open': '' | undefined;
|
|
3154
3155
|
};
|
|
3155
3156
|
}
|
|
3156
|
-
declare const __VLS_export$
|
|
3157
|
+
declare const __VLS_export$22: __VLS_WithSlots$7<vue643.DefineComponent<PopoverActivatorProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
3157
3158
|
default: (props: PopoverActivatorSlotProps) => any;
|
|
3158
3159
|
}>;
|
|
3159
|
-
declare const _default$
|
|
3160
|
-
type __VLS_WithSlots$
|
|
3160
|
+
declare const _default$21: typeof __VLS_export$22;
|
|
3161
|
+
type __VLS_WithSlots$7<T, S> = T & {
|
|
3161
3162
|
new (): {
|
|
3162
3163
|
$slots: S;
|
|
3163
3164
|
};
|
|
@@ -3184,15 +3185,15 @@ interface PopoverContentSlotProps {
|
|
|
3184
3185
|
popover: '';
|
|
3185
3186
|
};
|
|
3186
3187
|
}
|
|
3187
|
-
declare const __VLS_export$
|
|
3188
|
+
declare const __VLS_export$21: __VLS_WithSlots$6<vue643.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
3188
3189
|
beforetoggle: (e: ToggleEvent) => any;
|
|
3189
|
-
}, string,
|
|
3190
|
+
}, string, vue643.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
3190
3191
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
3191
|
-
}>, {}, {}, {}, {}, string,
|
|
3192
|
+
}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
3192
3193
|
default: (props: PopoverContentSlotProps) => any;
|
|
3193
3194
|
}>;
|
|
3194
|
-
declare const _default$
|
|
3195
|
-
type __VLS_WithSlots$
|
|
3195
|
+
declare const _default$22: typeof __VLS_export$21;
|
|
3196
|
+
type __VLS_WithSlots$6<T, S> = T & {
|
|
3196
3197
|
new (): {
|
|
3197
3198
|
$slots: S;
|
|
3198
3199
|
};
|
|
@@ -3230,13 +3231,13 @@ declare const Popover: {
|
|
|
3230
3231
|
* ```
|
|
3231
3232
|
*/
|
|
3232
3233
|
Root: {
|
|
3233
|
-
new (...args: any[]):
|
|
3234
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
3234
3235
|
modelValue?: boolean;
|
|
3235
3236
|
}> & Readonly<{
|
|
3236
3237
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3237
|
-
}>, {}, {}, {}, {},
|
|
3238
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
3238
3239
|
"update:modelValue": (value: boolean) => any;
|
|
3239
|
-
},
|
|
3240
|
+
}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
3240
3241
|
P: {};
|
|
3241
3242
|
B: {};
|
|
3242
3243
|
D: {};
|
|
@@ -3251,13 +3252,13 @@ declare const Popover: {
|
|
|
3251
3252
|
__isFragment?: never;
|
|
3252
3253
|
__isTeleport?: never;
|
|
3253
3254
|
__isSuspense?: never;
|
|
3254
|
-
} &
|
|
3255
|
+
} & vue643.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
3255
3256
|
modelValue?: boolean;
|
|
3256
3257
|
}> & Readonly<{
|
|
3257
3258
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3258
|
-
}>, {}, {}, {}, {},
|
|
3259
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
3259
3260
|
"update:modelValue": (value: boolean) => any;
|
|
3260
|
-
}, string, {}, {}, string, {},
|
|
3261
|
+
}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
3261
3262
|
$slots: {
|
|
3262
3263
|
default: (props: PopoverRootSlotProps) => any;
|
|
3263
3264
|
};
|
|
@@ -3281,7 +3282,7 @@ declare const Popover: {
|
|
|
3281
3282
|
* ```
|
|
3282
3283
|
*/
|
|
3283
3284
|
Activator: {
|
|
3284
|
-
new (...args: any[]):
|
|
3285
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
3285
3286
|
P: {};
|
|
3286
3287
|
B: {};
|
|
3287
3288
|
D: {};
|
|
@@ -3292,7 +3293,7 @@ declare const Popover: {
|
|
|
3292
3293
|
__isFragment?: never;
|
|
3293
3294
|
__isTeleport?: never;
|
|
3294
3295
|
__isSuspense?: never;
|
|
3295
|
-
} &
|
|
3296
|
+
} & vue643.ComponentOptionsBase<Readonly<PopoverActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
3296
3297
|
$slots: {
|
|
3297
3298
|
default: (props: PopoverActivatorSlotProps) => any;
|
|
3298
3299
|
};
|
|
@@ -3316,11 +3317,11 @@ declare const Popover: {
|
|
|
3316
3317
|
* ```
|
|
3317
3318
|
*/
|
|
3318
3319
|
Content: {
|
|
3319
|
-
new (...args: any[]):
|
|
3320
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
3320
3321
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
3321
|
-
}>, {}, {}, {}, {},
|
|
3322
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
3322
3323
|
beforetoggle: (e: ToggleEvent) => any;
|
|
3323
|
-
},
|
|
3324
|
+
}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
3324
3325
|
P: {};
|
|
3325
3326
|
B: {};
|
|
3326
3327
|
D: {};
|
|
@@ -3333,11 +3334,11 @@ declare const Popover: {
|
|
|
3333
3334
|
__isFragment?: never;
|
|
3334
3335
|
__isTeleport?: never;
|
|
3335
3336
|
__isSuspense?: never;
|
|
3336
|
-
} &
|
|
3337
|
+
} & vue643.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
3337
3338
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
3338
|
-
}>, {}, {}, {}, {},
|
|
3339
|
+
}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {
|
|
3339
3340
|
beforetoggle: (e: ToggleEvent) => any;
|
|
3340
|
-
}, string, {}, {}, string, {},
|
|
3341
|
+
}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
3341
3342
|
$slots: {
|
|
3342
3343
|
default: (props: PopoverContentSlotProps) => any;
|
|
3343
3344
|
};
|
|
@@ -3460,14 +3461,14 @@ interface RadioGroupSlotProps {
|
|
|
3460
3461
|
'aria-required': boolean | undefined;
|
|
3461
3462
|
};
|
|
3462
3463
|
}
|
|
3463
|
-
declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?:
|
|
3464
|
-
declare const __VLS_export$
|
|
3465
|
-
props: __VLS_PrettifyLocal$
|
|
3464
|
+
declare const useRadioGroup: (key: string, defaultValue?: RadioGroupContext | undefined) => RadioGroupContext, provideRadioGroup: (key: string, context: RadioGroupContext, app?: vue643.App) => RadioGroupContext;
|
|
3465
|
+
declare const __VLS_export$20: <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
|
+
props: __VLS_PrettifyLocal$12<(RadioGroupProps & {
|
|
3466
3467
|
modelValue?: T;
|
|
3467
3468
|
}) & {
|
|
3468
3469
|
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
3469
3470
|
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
3470
|
-
}> &
|
|
3471
|
+
}> & vue643.PublicProps;
|
|
3471
3472
|
expose: (exposed: {}) => void;
|
|
3472
3473
|
attrs: any;
|
|
3473
3474
|
slots: {
|
|
@@ -3489,11 +3490,11 @@ declare const __VLS_export$14: <T = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
3489
3490
|
default: (props: RadioGroupSlotProps) => any;
|
|
3490
3491
|
};
|
|
3491
3492
|
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3492
|
-
}>) =>
|
|
3493
|
+
}>) => vue643.VNode & {
|
|
3493
3494
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3494
3495
|
};
|
|
3495
|
-
declare const _default$
|
|
3496
|
-
type __VLS_PrettifyLocal$
|
|
3496
|
+
declare const _default$17: typeof __VLS_export$20;
|
|
3497
|
+
type __VLS_PrettifyLocal$12<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3497
3498
|
//#endregion
|
|
3498
3499
|
//#region src/components/Radio/RadioHiddenInput.vue.d.ts
|
|
3499
3500
|
interface RadioHiddenInputProps {
|
|
@@ -3541,8 +3542,8 @@ interface RadioHiddenInputProps {
|
|
|
3541
3542
|
*/
|
|
3542
3543
|
form?: string;
|
|
3543
3544
|
}
|
|
3544
|
-
declare const __VLS_export$
|
|
3545
|
-
declare const _default$
|
|
3545
|
+
declare const __VLS_export$19: vue643.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>;
|
|
3546
|
+
declare const _default$18: typeof __VLS_export$19;
|
|
3546
3547
|
//#endregion
|
|
3547
3548
|
//#region src/components/Radio/RadioRoot.vue.d.ts
|
|
3548
3549
|
/** Visual state of the radio for styling purposes */
|
|
@@ -3662,9 +3663,9 @@ interface RadioRootSlotProps<V = unknown> {
|
|
|
3662
3663
|
'data-radio-id': ID;
|
|
3663
3664
|
};
|
|
3664
3665
|
}
|
|
3665
|
-
declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?:
|
|
3666
|
-
declare const __VLS_export$
|
|
3667
|
-
props: __VLS_PrettifyLocal$
|
|
3666
|
+
declare const useRadioRoot: (key: string, defaultValue?: RadioRootContext | undefined) => RadioRootContext, provideRadioRoot: (key: string, context: RadioRootContext, app?: vue643.App) => RadioRootContext;
|
|
3667
|
+
declare const __VLS_export$18: <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>> & vue643.PublicProps;
|
|
3668
3669
|
expose: (exposed: {}) => void;
|
|
3669
3670
|
attrs: any;
|
|
3670
3671
|
slots: {
|
|
@@ -3685,11 +3686,11 @@ declare const __VLS_export$12: <V = unknown>(__VLS_props: NonNullable<Awaited<ty
|
|
|
3685
3686
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3686
3687
|
};
|
|
3687
3688
|
emit: {};
|
|
3688
|
-
}>) =>
|
|
3689
|
+
}>) => vue643.VNode & {
|
|
3689
3690
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3690
3691
|
};
|
|
3691
|
-
declare const _default$
|
|
3692
|
-
type __VLS_PrettifyLocal$
|
|
3692
|
+
declare const _default$20: typeof __VLS_export$18;
|
|
3693
|
+
type __VLS_PrettifyLocal$11<T> = { [K in keyof T as K]: T[K] } & {};
|
|
3693
3694
|
//#endregion
|
|
3694
3695
|
//#region src/components/Radio/RadioIndicator.vue.d.ts
|
|
3695
3696
|
interface RadioIndicatorProps extends AtomProps {
|
|
@@ -3707,7 +3708,7 @@ interface RadioIndicatorSlotProps {
|
|
|
3707
3708
|
};
|
|
3708
3709
|
};
|
|
3709
3710
|
}
|
|
3710
|
-
declare const __VLS_export$
|
|
3711
|
+
declare const __VLS_export$17: __VLS_WithSlots$5<vue643.DefineComponent<RadioIndicatorProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
3711
3712
|
/**
|
|
3712
3713
|
* Default slot for custom indicator content
|
|
3713
3714
|
*
|
|
@@ -3722,8 +3723,8 @@ declare const __VLS_export$11: __VLS_WithSlots$2<vue583.DefineComponent<RadioInd
|
|
|
3722
3723
|
*/
|
|
3723
3724
|
default: (props: RadioIndicatorSlotProps) => any;
|
|
3724
3725
|
}>;
|
|
3725
|
-
declare const _default$
|
|
3726
|
-
type __VLS_WithSlots$
|
|
3726
|
+
declare const _default$19: typeof __VLS_export$17;
|
|
3727
|
+
type __VLS_WithSlots$5<T, S> = T & {
|
|
3727
3728
|
new (): {
|
|
3728
3729
|
$slots: S;
|
|
3729
3730
|
};
|
|
@@ -3792,11 +3793,11 @@ declare const Radio: {
|
|
|
3792
3793
|
* ```
|
|
3793
3794
|
*/
|
|
3794
3795
|
Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3795
|
-
attrs: any;
|
|
3796
|
-
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3797
3796
|
slots: {
|
|
3798
3797
|
default: (props: RadioGroupSlotProps) => any;
|
|
3799
3798
|
};
|
|
3799
|
+
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3800
|
+
attrs: any;
|
|
3800
3801
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3801
3802
|
props: {
|
|
3802
3803
|
namespace?: string | undefined;
|
|
@@ -3813,14 +3814,14 @@ declare const Radio: {
|
|
|
3813
3814
|
modelValue?: T | undefined;
|
|
3814
3815
|
"onUpdate:model-value"?: ((value: T) => any) | undefined;
|
|
3815
3816
|
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
3816
|
-
} &
|
|
3817
|
+
} & vue643.PublicProps;
|
|
3817
3818
|
expose: (exposed: {}) => void;
|
|
3818
3819
|
attrs: any;
|
|
3819
3820
|
slots: {
|
|
3820
3821
|
default: (props: RadioGroupSlotProps) => any;
|
|
3821
3822
|
};
|
|
3822
3823
|
emit: ((evt: "update:model-value", value: T) => void) & ((evt: "update:modelValue", value: T | undefined) => void);
|
|
3823
|
-
}>) =>
|
|
3824
|
+
}>) => vue643.VNode & {
|
|
3824
3825
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3825
3826
|
};
|
|
3826
3827
|
/**
|
|
@@ -3847,7 +3848,7 @@ declare const Radio: {
|
|
|
3847
3848
|
* </template>
|
|
3848
3849
|
* ```
|
|
3849
3850
|
*/
|
|
3850
|
-
HiddenInput:
|
|
3851
|
+
HiddenInput: vue643.DefineComponent<RadioHiddenInputProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<RadioHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>;
|
|
3851
3852
|
/**
|
|
3852
3853
|
* Visual indicator component for radio buttons.
|
|
3853
3854
|
*
|
|
@@ -3876,7 +3877,7 @@ declare const Radio: {
|
|
|
3876
3877
|
* ```
|
|
3877
3878
|
*/
|
|
3878
3879
|
Indicator: {
|
|
3879
|
-
new (...args: any[]):
|
|
3880
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
3880
3881
|
P: {};
|
|
3881
3882
|
B: {};
|
|
3882
3883
|
D: {};
|
|
@@ -3887,7 +3888,7 @@ declare const Radio: {
|
|
|
3887
3888
|
__isFragment?: never;
|
|
3888
3889
|
__isTeleport?: never;
|
|
3889
3890
|
__isSuspense?: never;
|
|
3890
|
-
} &
|
|
3891
|
+
} & vue643.ComponentOptionsBase<Readonly<RadioIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
3891
3892
|
$slots: {
|
|
3892
3893
|
default: (props: RadioIndicatorSlotProps) => any;
|
|
3893
3894
|
};
|
|
@@ -3919,11 +3920,11 @@ declare const Radio: {
|
|
|
3919
3920
|
* ```
|
|
3920
3921
|
*/
|
|
3921
3922
|
Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
3922
|
-
attrs: any;
|
|
3923
|
-
emit: {};
|
|
3924
3923
|
slots: {
|
|
3925
3924
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3926
3925
|
};
|
|
3926
|
+
emit: {};
|
|
3927
|
+
attrs: any;
|
|
3927
3928
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3928
3929
|
props: {
|
|
3929
3930
|
id?: ID | undefined;
|
|
@@ -3931,7 +3932,7 @@ declare const Radio: {
|
|
|
3931
3932
|
value?: V | undefined;
|
|
3932
3933
|
name?: string | undefined;
|
|
3933
3934
|
form?: string | undefined;
|
|
3934
|
-
disabled?:
|
|
3935
|
+
disabled?: vue643.MaybeRef<boolean> | undefined;
|
|
3935
3936
|
namespace?: string | undefined;
|
|
3936
3937
|
groupNamespace?: string | undefined;
|
|
3937
3938
|
ariaLabelledby?: string | undefined;
|
|
@@ -3939,14 +3940,14 @@ declare const Radio: {
|
|
|
3939
3940
|
ariaInvalid?: boolean | undefined;
|
|
3940
3941
|
as?: (DOMElement | null) | undefined;
|
|
3941
3942
|
renderless?: boolean | undefined;
|
|
3942
|
-
} &
|
|
3943
|
+
} & vue643.PublicProps;
|
|
3943
3944
|
expose: (exposed: {}) => void;
|
|
3944
3945
|
attrs: any;
|
|
3945
3946
|
slots: {
|
|
3946
3947
|
default: (props: RadioRootSlotProps<V>) => any;
|
|
3947
3948
|
};
|
|
3948
3949
|
emit: {};
|
|
3949
|
-
}>) =>
|
|
3950
|
+
}>) => vue643.VNode & {
|
|
3950
3951
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
3951
3952
|
};
|
|
3952
3953
|
};
|
|
@@ -3982,11 +3983,11 @@ interface ScrimSlotProps {
|
|
|
3982
3983
|
/** Dismiss this overlay */
|
|
3983
3984
|
dismiss: () => void;
|
|
3984
3985
|
}
|
|
3985
|
-
declare const __VLS_export$
|
|
3986
|
+
declare const __VLS_export$16: __VLS_WithSlots$4<vue643.DefineComponent<ScrimProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<ScrimProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
3986
3987
|
default: (props: ScrimSlotProps) => any;
|
|
3987
3988
|
}>;
|
|
3988
|
-
declare const _default$
|
|
3989
|
-
type __VLS_WithSlots$
|
|
3989
|
+
declare const _default$16: typeof __VLS_export$16;
|
|
3990
|
+
type __VLS_WithSlots$4<T, S> = T & {
|
|
3990
3991
|
new (): {
|
|
3991
3992
|
$slots: S;
|
|
3992
3993
|
};
|
|
@@ -4026,25 +4027,25 @@ interface SelectionRootSlotProps {
|
|
|
4026
4027
|
'aria-multiselectable': boolean;
|
|
4027
4028
|
};
|
|
4028
4029
|
}
|
|
4029
|
-
declare const useSelectionRoot: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideSelectionRoot: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?:
|
|
4030
|
-
declare const __VLS_export$
|
|
4031
|
-
props: __VLS_PrettifyLocal$
|
|
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?: vue643.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
4031
|
+
declare const __VLS_export$15: <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
|
+
props: __VLS_PrettifyLocal$10<(SelectionRootProps & {
|
|
4032
4033
|
modelValue?: T | T[];
|
|
4033
4034
|
}) & {
|
|
4034
4035
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4035
4036
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4036
|
-
}> &
|
|
4037
|
+
}> & vue643.PublicProps;
|
|
4037
4038
|
expose: (exposed: {}) => void;
|
|
4038
4039
|
attrs: any;
|
|
4039
4040
|
slots: {
|
|
4040
4041
|
default: (props: SelectionRootSlotProps) => any;
|
|
4041
4042
|
};
|
|
4042
4043
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4043
|
-
}>) =>
|
|
4044
|
+
}>) => vue643.VNode & {
|
|
4044
4045
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4045
4046
|
};
|
|
4046
|
-
declare const _default$
|
|
4047
|
-
type __VLS_PrettifyLocal$
|
|
4047
|
+
declare const _default$15: typeof __VLS_export$15;
|
|
4048
|
+
type __VLS_PrettifyLocal$10<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4048
4049
|
//#endregion
|
|
4049
4050
|
//#region src/components/Selection/SelectionItem.vue.d.ts
|
|
4050
4051
|
interface SelectionItemProps<V = unknown> {
|
|
@@ -4084,19 +4085,19 @@ interface SelectionItemSlotProps<V = unknown> {
|
|
|
4084
4085
|
'data-disabled': true | undefined;
|
|
4085
4086
|
};
|
|
4086
4087
|
}
|
|
4087
|
-
declare const __VLS_export$
|
|
4088
|
-
props: __VLS_PrettifyLocal$
|
|
4088
|
+
declare const __VLS_export$14: <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>> & vue643.PublicProps;
|
|
4089
4090
|
expose: (exposed: {}) => void;
|
|
4090
4091
|
attrs: any;
|
|
4091
4092
|
slots: {
|
|
4092
4093
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
4093
4094
|
};
|
|
4094
4095
|
emit: {};
|
|
4095
|
-
}>) =>
|
|
4096
|
+
}>) => vue643.VNode & {
|
|
4096
4097
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4097
4098
|
};
|
|
4098
|
-
declare const _default$
|
|
4099
|
-
type __VLS_PrettifyLocal$
|
|
4099
|
+
declare const _default$14: typeof __VLS_export$14;
|
|
4100
|
+
type __VLS_PrettifyLocal$9<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4100
4101
|
//#endregion
|
|
4101
4102
|
//#region src/components/Selection/index.d.ts
|
|
4102
4103
|
/**
|
|
@@ -4130,11 +4131,11 @@ declare const Selection: {
|
|
|
4130
4131
|
* ```
|
|
4131
4132
|
*/
|
|
4132
4133
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4133
|
-
attrs: any;
|
|
4134
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4135
4134
|
slots: {
|
|
4136
4135
|
default: (props: SelectionRootSlotProps) => any;
|
|
4137
4136
|
};
|
|
4137
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4138
|
+
attrs: any;
|
|
4138
4139
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4139
4140
|
props: {
|
|
4140
4141
|
namespace?: string | undefined;
|
|
@@ -4145,14 +4146,14 @@ declare const Selection: {
|
|
|
4145
4146
|
modelValue?: (T | T[]) | undefined;
|
|
4146
4147
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4147
4148
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4148
|
-
} &
|
|
4149
|
+
} & vue643.PublicProps;
|
|
4149
4150
|
expose: (exposed: {}) => void;
|
|
4150
4151
|
attrs: any;
|
|
4151
4152
|
slots: {
|
|
4152
4153
|
default: (props: SelectionRootSlotProps) => any;
|
|
4153
4154
|
};
|
|
4154
4155
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4155
|
-
}>) =>
|
|
4156
|
+
}>) => vue643.VNode & {
|
|
4156
4157
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4157
4158
|
};
|
|
4158
4159
|
/**
|
|
@@ -4174,126 +4175,732 @@ declare const Selection: {
|
|
|
4174
4175
|
* ```
|
|
4175
4176
|
*/
|
|
4176
4177
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4177
|
-
attrs: any;
|
|
4178
|
-
emit: {};
|
|
4179
4178
|
slots: {
|
|
4180
4179
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
4181
4180
|
};
|
|
4181
|
+
emit: {};
|
|
4182
|
+
attrs: any;
|
|
4182
4183
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4183
4184
|
props: {
|
|
4184
4185
|
id?: string | undefined;
|
|
4185
4186
|
label?: string | undefined;
|
|
4186
4187
|
value?: V | undefined;
|
|
4187
|
-
disabled?:
|
|
4188
|
+
disabled?: vue643.MaybeRef<boolean> | undefined;
|
|
4188
4189
|
namespace?: string | undefined;
|
|
4189
|
-
} &
|
|
4190
|
+
} & vue643.PublicProps;
|
|
4190
4191
|
expose: (exposed: {}) => void;
|
|
4191
4192
|
attrs: any;
|
|
4192
4193
|
slots: {
|
|
4193
4194
|
default: (props: SelectionItemSlotProps<V>) => unknown;
|
|
4194
4195
|
};
|
|
4195
4196
|
emit: {};
|
|
4196
|
-
}>) =>
|
|
4197
|
+
}>) => vue643.VNode & {
|
|
4197
4198
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4198
4199
|
};
|
|
4199
4200
|
};
|
|
4200
4201
|
//#endregion
|
|
4201
|
-
//#region src/components/
|
|
4202
|
-
interface
|
|
4203
|
-
/** Namespace for
|
|
4202
|
+
//#region src/components/Switch/SwitchGroup.vue.d.ts
|
|
4203
|
+
interface SwitchGroupProps extends AtomProps {
|
|
4204
|
+
/** Namespace for context provision to children */
|
|
4204
4205
|
namespace?: string;
|
|
4205
|
-
/** Disables
|
|
4206
|
+
/** Disables all switches in the group */
|
|
4206
4207
|
disabled?: boolean;
|
|
4207
|
-
/** Auto-select
|
|
4208
|
+
/** Auto-select items on registration */
|
|
4208
4209
|
enroll?: boolean;
|
|
4209
|
-
/**
|
|
4210
|
-
* Controls mandatory single behavior:
|
|
4211
|
-
* - false (default): No mandatory single enforcement
|
|
4212
|
-
* - true: Prevents deselecting the last selected item
|
|
4213
|
-
* - `force`: Automatically selects the first non-disabled item on registration
|
|
4214
|
-
*/
|
|
4210
|
+
/** Require at least one switch to be on. `'force'` prevents deselecting the last item */
|
|
4215
4211
|
mandatory?: boolean | 'force';
|
|
4212
|
+
/** Accessible group label */
|
|
4213
|
+
label?: string;
|
|
4214
|
+
/** ID of element that labels this group */
|
|
4215
|
+
ariaLabelledby?: string;
|
|
4216
|
+
/** ID of element that describes this group */
|
|
4217
|
+
ariaDescribedby?: string;
|
|
4216
4218
|
}
|
|
4217
|
-
interface
|
|
4218
|
-
/** Whether the
|
|
4219
|
+
interface SwitchGroupSlotProps {
|
|
4220
|
+
/** Whether the group is disabled */
|
|
4219
4221
|
isDisabled: boolean;
|
|
4220
|
-
/**
|
|
4221
|
-
|
|
4222
|
-
/**
|
|
4223
|
-
|
|
4224
|
-
/**
|
|
4225
|
-
|
|
4226
|
-
/**
|
|
4222
|
+
/** Whether no switches are on */
|
|
4223
|
+
isNoneSelected: boolean;
|
|
4224
|
+
/** Whether all switches are on */
|
|
4225
|
+
isAllSelected: boolean;
|
|
4226
|
+
/** Whether some but not all switches are on */
|
|
4227
|
+
isMixed: boolean;
|
|
4228
|
+
/** Turn on specific switches by ID */
|
|
4229
|
+
select: (id: ID | ID[]) => void;
|
|
4230
|
+
/** Turn off specific switches by ID */
|
|
4231
|
+
unselect: (id: ID | ID[]) => void;
|
|
4232
|
+
/** Toggle specific switches by ID */
|
|
4233
|
+
toggle: (id: ID | ID[]) => void;
|
|
4234
|
+
/** Turn on all switches */
|
|
4235
|
+
selectAll: () => void;
|
|
4236
|
+
/** Turn off all switches */
|
|
4237
|
+
unselectAll: () => void;
|
|
4238
|
+
/** Toggle all switches */
|
|
4239
|
+
toggleAll: () => void;
|
|
4240
|
+
/** Pre-computed ARIA attributes for the group element */
|
|
4227
4241
|
attrs: {
|
|
4228
|
-
'
|
|
4242
|
+
'role': 'group';
|
|
4243
|
+
'aria-label': string | undefined;
|
|
4244
|
+
'aria-labelledby': string | undefined;
|
|
4245
|
+
'aria-describedby': string | undefined;
|
|
4229
4246
|
};
|
|
4230
4247
|
}
|
|
4231
|
-
declare const
|
|
4232
|
-
declare const __VLS_export$
|
|
4233
|
-
props: __VLS_PrettifyLocal$
|
|
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?: vue643.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
4249
|
+
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
|
+
props: __VLS_PrettifyLocal$8<(SwitchGroupProps & {
|
|
4234
4251
|
modelValue?: T | T[];
|
|
4235
4252
|
}) & {
|
|
4253
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4236
4254
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4237
|
-
}> &
|
|
4255
|
+
}> & vue643.PublicProps;
|
|
4238
4256
|
expose: (exposed: {}) => void;
|
|
4239
4257
|
attrs: any;
|
|
4240
4258
|
slots: {
|
|
4241
|
-
default: (props:
|
|
4259
|
+
default: (props: SwitchGroupSlotProps) => any;
|
|
4242
4260
|
};
|
|
4243
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4244
|
-
}>) =>
|
|
4261
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4262
|
+
}>) => vue643.VNode & {
|
|
4245
4263
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4246
4264
|
};
|
|
4247
|
-
declare const _default$
|
|
4248
|
-
type __VLS_PrettifyLocal$
|
|
4265
|
+
declare const _default$8: typeof __VLS_export$13;
|
|
4266
|
+
type __VLS_PrettifyLocal$8<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4249
4267
|
//#endregion
|
|
4250
|
-
//#region src/components/
|
|
4251
|
-
interface
|
|
4268
|
+
//#region src/components/Switch/SwitchHiddenInput.vue.d.ts
|
|
4269
|
+
interface SwitchHiddenInputProps {
|
|
4270
|
+
/** Namespace for connecting to parent Switch.Root */
|
|
4271
|
+
namespace?: string;
|
|
4272
|
+
/** Form field name (overrides Root's name) */
|
|
4273
|
+
name?: string;
|
|
4274
|
+
/** Form field value (overrides Root's value, defaults to 'on') */
|
|
4275
|
+
value?: string;
|
|
4276
|
+
/** Associate with form by ID (overrides Root's form) */
|
|
4277
|
+
form?: string;
|
|
4278
|
+
}
|
|
4279
|
+
declare const __VLS_export$12: vue643.DefineComponent<SwitchHiddenInputProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<SwitchHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>;
|
|
4280
|
+
declare const _default$9: typeof __VLS_export$12;
|
|
4281
|
+
//#endregion
|
|
4282
|
+
//#region src/components/Switch/SwitchRoot.vue.d.ts
|
|
4283
|
+
/** Visual state of the switch for styling purposes */
|
|
4284
|
+
type SwitchState = 'checked' | 'unchecked' | 'indeterminate';
|
|
4285
|
+
interface SwitchRootContext<V = unknown> {
|
|
4286
|
+
/** Unique identifier */
|
|
4287
|
+
readonly id: ID;
|
|
4288
|
+
/** Optional display label */
|
|
4289
|
+
readonly label?: string;
|
|
4290
|
+
/** Value associated with this switch */
|
|
4291
|
+
readonly value: V | undefined;
|
|
4292
|
+
/** Form field name (triggers auto hidden input when provided) */
|
|
4293
|
+
readonly name?: string;
|
|
4294
|
+
/** Associate with form by ID */
|
|
4295
|
+
readonly form?: string;
|
|
4296
|
+
/** Whether this switch is currently on */
|
|
4297
|
+
isChecked: Readonly<Ref<boolean>>;
|
|
4298
|
+
/** Whether this switch is in a mixed/indeterminate state */
|
|
4299
|
+
isMixed: Readonly<Ref<boolean>>;
|
|
4300
|
+
/** Whether this switch is disabled */
|
|
4301
|
+
isDisabled: Readonly<Ref<boolean>>;
|
|
4302
|
+
/** Turn this switch on */
|
|
4303
|
+
select: () => void;
|
|
4304
|
+
/** Turn this switch off */
|
|
4305
|
+
unselect: () => void;
|
|
4306
|
+
/** Toggle this switch's state */
|
|
4307
|
+
toggle: () => void;
|
|
4308
|
+
/** Set this switch to mixed/indeterminate state (group mode only) */
|
|
4309
|
+
mix: () => void;
|
|
4310
|
+
/** Clear mixed/indeterminate state (group mode only) */
|
|
4311
|
+
unmix: () => void;
|
|
4312
|
+
}
|
|
4313
|
+
interface SwitchRootProps<V = unknown> extends AtomProps {
|
|
4252
4314
|
/** Unique identifier (auto-generated if not provided) */
|
|
4253
|
-
id?:
|
|
4254
|
-
/** Optional display label (passed through to slot
|
|
4315
|
+
id?: ID;
|
|
4316
|
+
/** Optional display label (passed through to slot) */
|
|
4255
4317
|
label?: string;
|
|
4256
|
-
/** Value associated with this
|
|
4318
|
+
/** Value associated with this switch (used in group mode and form submission) */
|
|
4257
4319
|
value?: V;
|
|
4258
|
-
/**
|
|
4320
|
+
/** Form field name - triggers auto hidden input when provided */
|
|
4321
|
+
name?: string;
|
|
4322
|
+
/** Associate with form by ID */
|
|
4323
|
+
form?: string;
|
|
4324
|
+
/** Disables this switch */
|
|
4259
4325
|
disabled?: MaybeRef<boolean>;
|
|
4260
|
-
/**
|
|
4326
|
+
/** Sets the indeterminate state */
|
|
4327
|
+
indeterminate?: MaybeRef<boolean>;
|
|
4328
|
+
/** Namespace for context provision to children (Track, Thumb, HiddenInput) */
|
|
4261
4329
|
namespace?: string;
|
|
4330
|
+
/** Namespace for connecting to parent Switch.Group */
|
|
4331
|
+
groupNamespace?: string;
|
|
4332
|
+
/** ID of element that labels this switch */
|
|
4333
|
+
ariaLabelledby?: string;
|
|
4334
|
+
/** ID of element that describes this switch */
|
|
4335
|
+
ariaDescribedby?: string;
|
|
4336
|
+
/** Whether the switch has an invalid value */
|
|
4337
|
+
ariaInvalid?: boolean;
|
|
4262
4338
|
}
|
|
4263
|
-
interface
|
|
4339
|
+
interface SwitchRootSlotProps<V = unknown> {
|
|
4264
4340
|
/** Unique identifier */
|
|
4265
|
-
id:
|
|
4341
|
+
id: ID;
|
|
4266
4342
|
/** Optional display label */
|
|
4267
4343
|
label?: string;
|
|
4268
|
-
/** Value associated with this
|
|
4344
|
+
/** Value associated with this switch */
|
|
4269
4345
|
value: V | undefined;
|
|
4270
|
-
/** Whether this
|
|
4271
|
-
|
|
4272
|
-
/** Whether this
|
|
4346
|
+
/** Whether this switch is currently on */
|
|
4347
|
+
isChecked: boolean;
|
|
4348
|
+
/** Whether this switch is in a mixed/indeterminate state */
|
|
4349
|
+
isMixed: boolean;
|
|
4350
|
+
/** Whether this switch is disabled */
|
|
4273
4351
|
isDisabled: boolean;
|
|
4274
|
-
/**
|
|
4352
|
+
/** Turn this switch on */
|
|
4275
4353
|
select: () => void;
|
|
4276
|
-
/**
|
|
4354
|
+
/** Turn this switch off */
|
|
4277
4355
|
unselect: () => void;
|
|
4278
|
-
/** Toggle this
|
|
4356
|
+
/** Toggle this switch's state */
|
|
4279
4357
|
toggle: () => void;
|
|
4280
|
-
/**
|
|
4358
|
+
/** Set this switch to mixed/indeterminate state (group mode only) */
|
|
4359
|
+
mix: () => void;
|
|
4360
|
+
/** Clear mixed/indeterminate state (group mode only) */
|
|
4361
|
+
unmix: () => void;
|
|
4362
|
+
/** Pre-computed ARIA and data attributes for the root element */
|
|
4281
4363
|
attrs: {
|
|
4282
|
-
'
|
|
4283
|
-
'
|
|
4284
|
-
'
|
|
4364
|
+
'type': 'button' | undefined;
|
|
4365
|
+
'role': 'switch';
|
|
4366
|
+
'aria-checked': boolean | 'mixed';
|
|
4367
|
+
'aria-disabled': boolean | undefined;
|
|
4368
|
+
'aria-label': string | undefined;
|
|
4369
|
+
'aria-labelledby': string | undefined;
|
|
4370
|
+
'aria-describedby': string | undefined;
|
|
4371
|
+
'aria-invalid': boolean | undefined;
|
|
4372
|
+
'tabindex': 0 | undefined;
|
|
4373
|
+
'data-state': SwitchState;
|
|
4374
|
+
'data-disabled': true | undefined;
|
|
4375
|
+
};
|
|
4376
|
+
}
|
|
4377
|
+
declare const useSwitchRoot: (key: string, defaultValue?: SwitchRootContext<unknown> | undefined) => SwitchRootContext<unknown>, provideSwitchRoot: (key: string, context: SwitchRootContext<unknown>, app?: vue643.App) => SwitchRootContext<unknown>;
|
|
4378
|
+
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
|
+
props: __VLS_PrettifyLocal$7<(SwitchRootProps<V> & {
|
|
4380
|
+
modelValue?: boolean;
|
|
4381
|
+
}) & {
|
|
4382
|
+
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
4383
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
4384
|
+
}> & vue643.PublicProps;
|
|
4385
|
+
expose: (exposed: {}) => void;
|
|
4386
|
+
attrs: any;
|
|
4387
|
+
slots: {
|
|
4388
|
+
default: (props: SwitchRootSlotProps<V>) => any;
|
|
4389
|
+
};
|
|
4390
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
4391
|
+
}>) => vue643.VNode & {
|
|
4392
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4393
|
+
};
|
|
4394
|
+
declare const _default$10: typeof __VLS_export$11;
|
|
4395
|
+
type __VLS_PrettifyLocal$7<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4396
|
+
//#endregion
|
|
4397
|
+
//#region src/components/Switch/SwitchSelectAll.vue.d.ts
|
|
4398
|
+
interface SwitchSelectAllProps extends AtomProps {
|
|
4399
|
+
/** Accessible label for the select-all toggle */
|
|
4400
|
+
label?: string;
|
|
4401
|
+
/** Disables this toggle */
|
|
4402
|
+
disabled?: boolean;
|
|
4403
|
+
/** Namespace for context provision to children (Track, Thumb) */
|
|
4404
|
+
namespace?: string;
|
|
4405
|
+
/** Namespace for connecting to parent Switch.Group */
|
|
4406
|
+
groupNamespace?: string;
|
|
4407
|
+
/** ID of element that labels this toggle */
|
|
4408
|
+
ariaLabelledby?: string;
|
|
4409
|
+
/** ID of element that describes this toggle */
|
|
4410
|
+
ariaDescribedby?: string;
|
|
4411
|
+
}
|
|
4412
|
+
interface SwitchSelectAllSlotProps {
|
|
4413
|
+
/** Accessible label */
|
|
4414
|
+
label?: string;
|
|
4415
|
+
/** Whether all switches in the group are on */
|
|
4416
|
+
isAllSelected: boolean;
|
|
4417
|
+
/** Whether some but not all switches are on */
|
|
4418
|
+
isMixed: boolean;
|
|
4419
|
+
/** Whether this toggle is disabled */
|
|
4420
|
+
isDisabled: boolean;
|
|
4421
|
+
/** Turn on all switches in the group */
|
|
4422
|
+
selectAll: () => void;
|
|
4423
|
+
/** Turn off all switches in the group */
|
|
4424
|
+
unselectAll: () => void;
|
|
4425
|
+
/** Toggle all switches in the group */
|
|
4426
|
+
toggleAll: () => void;
|
|
4427
|
+
/** Pre-computed ARIA and data attributes for the root element */
|
|
4428
|
+
attrs: {
|
|
4429
|
+
'type': 'button' | undefined;
|
|
4430
|
+
'role': 'switch';
|
|
4431
|
+
'aria-checked': boolean | 'mixed';
|
|
4432
|
+
'aria-disabled': boolean | undefined;
|
|
4433
|
+
'aria-label': string | undefined;
|
|
4434
|
+
'aria-labelledby': string | undefined;
|
|
4435
|
+
'aria-describedby': string | undefined;
|
|
4436
|
+
'tabindex': 0 | undefined;
|
|
4437
|
+
'data-state': SwitchState;
|
|
4438
|
+
'data-disabled': true | undefined;
|
|
4439
|
+
};
|
|
4440
|
+
}
|
|
4441
|
+
declare const __VLS_export$10: __VLS_WithSlots$3<vue643.DefineComponent<SwitchSelectAllProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
4442
|
+
default: (props: SwitchSelectAllSlotProps) => any;
|
|
4443
|
+
}>;
|
|
4444
|
+
declare const _default$11: typeof __VLS_export$10;
|
|
4445
|
+
type __VLS_WithSlots$3<T, S> = T & {
|
|
4446
|
+
new (): {
|
|
4447
|
+
$slots: S;
|
|
4448
|
+
};
|
|
4449
|
+
};
|
|
4450
|
+
//#endregion
|
|
4451
|
+
//#region src/components/Switch/SwitchThumb.vue.d.ts
|
|
4452
|
+
interface SwitchThumbProps extends AtomProps {
|
|
4453
|
+
/** Namespace for connecting to parent Switch.Root */
|
|
4454
|
+
namespace?: string;
|
|
4455
|
+
}
|
|
4456
|
+
interface SwitchThumbSlotProps {
|
|
4457
|
+
/** Whether the parent switch is on */
|
|
4458
|
+
isChecked: boolean;
|
|
4459
|
+
/** Whether the parent switch is in a mixed/indeterminate state */
|
|
4460
|
+
isMixed: boolean;
|
|
4461
|
+
/** Pre-computed data attributes and visibility style for styling */
|
|
4462
|
+
attrs: {
|
|
4463
|
+
'data-state': SwitchState;
|
|
4464
|
+
'style': {
|
|
4465
|
+
visibility: 'visible' | 'hidden';
|
|
4466
|
+
};
|
|
4467
|
+
};
|
|
4468
|
+
}
|
|
4469
|
+
declare const __VLS_export$9: __VLS_WithSlots$2<vue643.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
4470
|
+
default: (props: SwitchThumbSlotProps) => any;
|
|
4471
|
+
}>;
|
|
4472
|
+
declare const _default$12: typeof __VLS_export$9;
|
|
4473
|
+
type __VLS_WithSlots$2<T, S> = T & {
|
|
4474
|
+
new (): {
|
|
4475
|
+
$slots: S;
|
|
4476
|
+
};
|
|
4477
|
+
};
|
|
4478
|
+
//#endregion
|
|
4479
|
+
//#region src/components/Switch/SwitchTrack.vue.d.ts
|
|
4480
|
+
interface SwitchTrackProps extends AtomProps {
|
|
4481
|
+
/** Namespace for connecting to parent Switch.Root */
|
|
4482
|
+
namespace?: string;
|
|
4483
|
+
}
|
|
4484
|
+
interface SwitchTrackSlotProps {
|
|
4485
|
+
/** Whether the parent switch is on */
|
|
4486
|
+
isChecked: boolean;
|
|
4487
|
+
/** Whether the parent switch is in a mixed/indeterminate state */
|
|
4488
|
+
isMixed: boolean;
|
|
4489
|
+
/** Pre-computed data attributes for styling */
|
|
4490
|
+
attrs: {
|
|
4491
|
+
'data-state': SwitchState;
|
|
4492
|
+
};
|
|
4493
|
+
}
|
|
4494
|
+
declare const __VLS_export$8: __VLS_WithSlots$1<vue643.DefineComponent<SwitchTrackProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
4495
|
+
default: (props: SwitchTrackSlotProps) => any;
|
|
4496
|
+
}>;
|
|
4497
|
+
declare const _default$13: typeof __VLS_export$8;
|
|
4498
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
4499
|
+
new (): {
|
|
4500
|
+
$slots: S;
|
|
4501
|
+
};
|
|
4502
|
+
};
|
|
4503
|
+
//#endregion
|
|
4504
|
+
//#region src/components/Switch/index.d.ts
|
|
4505
|
+
/**
|
|
4506
|
+
* Switch component with sub-components for toggle controls.
|
|
4507
|
+
*
|
|
4508
|
+
* @see https://0.vuetifyjs.com/components/forms/switch
|
|
4509
|
+
*
|
|
4510
|
+
* @example
|
|
4511
|
+
* ```vue
|
|
4512
|
+
* <script lang="ts" setup>
|
|
4513
|
+
* import { Switch } from '@vuetify/v0'
|
|
4514
|
+
* import { ref } from 'vue'
|
|
4515
|
+
*
|
|
4516
|
+
* const enabled = ref(false)
|
|
4517
|
+
* </script>
|
|
4518
|
+
*
|
|
4519
|
+
* <template>
|
|
4520
|
+
* <label>
|
|
4521
|
+
* <Switch.Root v-model="enabled">
|
|
4522
|
+
* <Switch.Track>
|
|
4523
|
+
* <Switch.Thumb />
|
|
4524
|
+
* </Switch.Track>
|
|
4525
|
+
* </Switch.Root>
|
|
4526
|
+
* Enable notifications
|
|
4527
|
+
* </label>
|
|
4528
|
+
* </template>
|
|
4529
|
+
* ```
|
|
4530
|
+
*/
|
|
4531
|
+
declare const Switch: {
|
|
4532
|
+
/**
|
|
4533
|
+
* Group component for managing multiple switches with tri-state support.
|
|
4534
|
+
*
|
|
4535
|
+
* @see https://0.vuetifyjs.com/components/forms/switch#group
|
|
4536
|
+
*
|
|
4537
|
+
* @example
|
|
4538
|
+
* ```vue
|
|
4539
|
+
* <script setup lang="ts">
|
|
4540
|
+
* import { Switch } from '@vuetify/v0'
|
|
4541
|
+
* import { ref } from 'vue'
|
|
4542
|
+
*
|
|
4543
|
+
* const selected = ref<string[]>([])
|
|
4544
|
+
* </script>
|
|
4545
|
+
*
|
|
4546
|
+
* <template>
|
|
4547
|
+
* <Switch.Group v-model="selected">
|
|
4548
|
+
* <label>
|
|
4549
|
+
* <Switch.Root value="a">
|
|
4550
|
+
* <Switch.Track><Switch.Thumb /></Switch.Track>
|
|
4551
|
+
* </Switch.Root>
|
|
4552
|
+
* Option A
|
|
4553
|
+
* </label>
|
|
4554
|
+
* <label>
|
|
4555
|
+
* <Switch.Root value="b">
|
|
4556
|
+
* <Switch.Track><Switch.Thumb /></Switch.Track>
|
|
4557
|
+
* </Switch.Root>
|
|
4558
|
+
* Option B
|
|
4559
|
+
* </label>
|
|
4560
|
+
* </Switch.Group>
|
|
4561
|
+
* </template>
|
|
4562
|
+
* ```
|
|
4563
|
+
*/
|
|
4564
|
+
Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4565
|
+
slots: {
|
|
4566
|
+
default: (props: SwitchGroupSlotProps) => any;
|
|
4567
|
+
};
|
|
4568
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4569
|
+
attrs: any;
|
|
4570
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4571
|
+
props: {
|
|
4572
|
+
namespace?: string | undefined;
|
|
4573
|
+
disabled?: boolean | undefined;
|
|
4574
|
+
enroll?: boolean | undefined;
|
|
4575
|
+
mandatory?: boolean | "force" | undefined;
|
|
4576
|
+
label?: string | undefined;
|
|
4577
|
+
ariaLabelledby?: string | undefined;
|
|
4578
|
+
ariaDescribedby?: string | undefined;
|
|
4579
|
+
as?: (DOMElement | null) | undefined;
|
|
4580
|
+
renderless?: boolean | undefined;
|
|
4581
|
+
modelValue?: (T | T[]) | undefined;
|
|
4582
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4583
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4584
|
+
} & vue643.PublicProps;
|
|
4585
|
+
expose: (exposed: {}) => void;
|
|
4586
|
+
attrs: any;
|
|
4587
|
+
slots: {
|
|
4588
|
+
default: (props: SwitchGroupSlotProps) => any;
|
|
4589
|
+
};
|
|
4590
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4591
|
+
}>) => vue643.VNode & {
|
|
4592
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4593
|
+
};
|
|
4594
|
+
/**
|
|
4595
|
+
* Hidden input component for form submission.
|
|
4596
|
+
*
|
|
4597
|
+
* Auto-rendered by Root when `name` prop is provided.
|
|
4598
|
+
* Can also be used explicitly for custom form integration.
|
|
4599
|
+
*
|
|
4600
|
+
* @see https://0.vuetifyjs.com/components/forms/switch#hiddeninput
|
|
4601
|
+
*
|
|
4602
|
+
* @example
|
|
4603
|
+
* ```vue
|
|
4604
|
+
* <script setup lang="ts">
|
|
4605
|
+
* import { Switch } from '@vuetify/v0'
|
|
4606
|
+
* </script>
|
|
4607
|
+
*
|
|
4608
|
+
* <template>
|
|
4609
|
+
* <Switch.Root>
|
|
4610
|
+
* <Switch.Track><Switch.Thumb /></Switch.Track>
|
|
4611
|
+
* <Switch.HiddenInput name="notifications" value="on" />
|
|
4612
|
+
* </Switch.Root>
|
|
4613
|
+
* </template>
|
|
4614
|
+
* ```
|
|
4615
|
+
*/
|
|
4616
|
+
HiddenInput: vue643.DefineComponent<SwitchHiddenInputProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<SwitchHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>;
|
|
4617
|
+
/**
|
|
4618
|
+
* Root component for individual switches.
|
|
4619
|
+
*
|
|
4620
|
+
* Renders as a button with `role="switch"` and proper ARIA attributes.
|
|
4621
|
+
* Handles click/keyboard interactions. Supports standalone mode with
|
|
4622
|
+
* v-model or group mode within Switch.Group. When `name` prop is
|
|
4623
|
+
* provided, automatically renders a hidden input for form submission.
|
|
4624
|
+
*
|
|
4625
|
+
* @see https://0.vuetifyjs.com/components/forms/switch#root
|
|
4626
|
+
*
|
|
4627
|
+
* @example
|
|
4628
|
+
* ```vue
|
|
4629
|
+
* <script setup lang="ts">
|
|
4630
|
+
* import { Switch } from '@vuetify/v0'
|
|
4631
|
+
* import { ref } from 'vue'
|
|
4632
|
+
*
|
|
4633
|
+
* const enabled = ref(false)
|
|
4634
|
+
* </script>
|
|
4635
|
+
*
|
|
4636
|
+
* <template>
|
|
4637
|
+
* <label>
|
|
4638
|
+
* <Switch.Root v-model="enabled">
|
|
4639
|
+
* <Switch.Track>
|
|
4640
|
+
* <Switch.Thumb />
|
|
4641
|
+
* </Switch.Track>
|
|
4642
|
+
* </Switch.Root>
|
|
4643
|
+
* Enable notifications
|
|
4644
|
+
* </label>
|
|
4645
|
+
* </template>
|
|
4646
|
+
* ```
|
|
4647
|
+
*/
|
|
4648
|
+
Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4649
|
+
slots: {
|
|
4650
|
+
default: (props: SwitchRootSlotProps<V>) => any;
|
|
4651
|
+
};
|
|
4652
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
4653
|
+
attrs: any;
|
|
4654
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4655
|
+
props: {
|
|
4656
|
+
id?: ID | undefined;
|
|
4657
|
+
label?: string | undefined;
|
|
4658
|
+
value?: V | undefined;
|
|
4659
|
+
name?: string | undefined;
|
|
4660
|
+
form?: string | undefined;
|
|
4661
|
+
disabled?: vue643.MaybeRef<boolean> | undefined;
|
|
4662
|
+
indeterminate?: vue643.MaybeRef<boolean> | undefined;
|
|
4663
|
+
namespace?: string | undefined;
|
|
4664
|
+
groupNamespace?: string | undefined;
|
|
4665
|
+
ariaLabelledby?: string | undefined;
|
|
4666
|
+
ariaDescribedby?: string | undefined;
|
|
4667
|
+
ariaInvalid?: boolean | undefined;
|
|
4668
|
+
as?: (DOMElement | null) | undefined;
|
|
4669
|
+
renderless?: boolean | undefined;
|
|
4670
|
+
modelValue?: boolean | undefined;
|
|
4671
|
+
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
4672
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
4673
|
+
} & vue643.PublicProps;
|
|
4674
|
+
expose: (exposed: {}) => void;
|
|
4675
|
+
attrs: any;
|
|
4676
|
+
slots: {
|
|
4677
|
+
default: (props: SwitchRootSlotProps<V>) => any;
|
|
4678
|
+
};
|
|
4679
|
+
emit: ((evt: "update:model-value", value: boolean) => void) & ((evt: "update:modelValue", value: boolean | undefined) => void);
|
|
4680
|
+
}>) => vue643.VNode & {
|
|
4681
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4682
|
+
};
|
|
4683
|
+
/**
|
|
4684
|
+
* Select-all toggle for group multi-selection.
|
|
4685
|
+
*
|
|
4686
|
+
* Binds to parent Switch.Group's aggregate state. Reflects
|
|
4687
|
+
* isAllSelected/isMixed and calls toggleAll on click. Does NOT
|
|
4688
|
+
* register as a group item. Must be used within a Switch.Group.
|
|
4689
|
+
*
|
|
4690
|
+
* @see https://0.vuetifyjs.com/components/forms/switch#selectall
|
|
4691
|
+
*
|
|
4692
|
+
* @example
|
|
4693
|
+
* ```vue
|
|
4694
|
+
* <script setup lang="ts">
|
|
4695
|
+
* import { Switch } from '@vuetify/v0'
|
|
4696
|
+
* import { ref } from 'vue'
|
|
4697
|
+
*
|
|
4698
|
+
* const selected = ref<string[]>([])
|
|
4699
|
+
* </script>
|
|
4700
|
+
*
|
|
4701
|
+
* <template>
|
|
4702
|
+
* <Switch.Group v-model="selected">
|
|
4703
|
+
* <label>
|
|
4704
|
+
* <Switch.SelectAll label="Toggle all">
|
|
4705
|
+
* <Switch.Track><Switch.Thumb /></Switch.Track>
|
|
4706
|
+
* </Switch.SelectAll>
|
|
4707
|
+
* Select all
|
|
4708
|
+
* </label>
|
|
4709
|
+
*
|
|
4710
|
+
* <label>
|
|
4711
|
+
* <Switch.Root value="a">
|
|
4712
|
+
* <Switch.Track><Switch.Thumb /></Switch.Track>
|
|
4713
|
+
* </Switch.Root>
|
|
4714
|
+
* Option A
|
|
4715
|
+
* </label>
|
|
4716
|
+
* </Switch.Group>
|
|
4717
|
+
* </template>
|
|
4718
|
+
* ```
|
|
4719
|
+
*/
|
|
4720
|
+
SelectAll: {
|
|
4721
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
4722
|
+
P: {};
|
|
4723
|
+
B: {};
|
|
4724
|
+
D: {};
|
|
4725
|
+
C: {};
|
|
4726
|
+
M: {};
|
|
4727
|
+
Defaults: {};
|
|
4728
|
+
}, Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4729
|
+
__isFragment?: never;
|
|
4730
|
+
__isTeleport?: never;
|
|
4731
|
+
__isSuspense?: never;
|
|
4732
|
+
} & vue643.ComponentOptionsBase<Readonly<SwitchSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
4733
|
+
$slots: {
|
|
4734
|
+
default: (props: SwitchSelectAllSlotProps) => any;
|
|
4735
|
+
};
|
|
4736
|
+
});
|
|
4737
|
+
/**
|
|
4738
|
+
* Sliding knob indicator for switches.
|
|
4739
|
+
*
|
|
4740
|
+
* Renders as a span with `data-state` attribute for CSS styling.
|
|
4741
|
+
* Hidden via `visibility: hidden` when unchecked and not mixed.
|
|
4742
|
+
* Must be used within a Switch.Root or Switch.SelectAll.
|
|
4743
|
+
*
|
|
4744
|
+
* @see https://0.vuetifyjs.com/components/forms/switch#thumb
|
|
4745
|
+
*
|
|
4746
|
+
* @example
|
|
4747
|
+
* ```vue
|
|
4748
|
+
* <Switch.Root v-model="enabled">
|
|
4749
|
+
* <Switch.Track>
|
|
4750
|
+
* <Switch.Thumb />
|
|
4751
|
+
* </Switch.Track>
|
|
4752
|
+
* </Switch.Root>
|
|
4753
|
+
* ```
|
|
4754
|
+
*/
|
|
4755
|
+
Thumb: {
|
|
4756
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
4757
|
+
P: {};
|
|
4758
|
+
B: {};
|
|
4759
|
+
D: {};
|
|
4760
|
+
C: {};
|
|
4761
|
+
M: {};
|
|
4762
|
+
Defaults: {};
|
|
4763
|
+
}, Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4764
|
+
__isFragment?: never;
|
|
4765
|
+
__isTeleport?: never;
|
|
4766
|
+
__isSuspense?: never;
|
|
4767
|
+
} & vue643.ComponentOptionsBase<Readonly<SwitchThumbProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
4768
|
+
$slots: {
|
|
4769
|
+
default: (props: SwitchThumbSlotProps) => any;
|
|
4770
|
+
};
|
|
4771
|
+
});
|
|
4772
|
+
/**
|
|
4773
|
+
* Track/rail component for switches.
|
|
4774
|
+
*
|
|
4775
|
+
* Always visible, provides `data-state` attribute for CSS styling.
|
|
4776
|
+
* Must be used within a Switch.Root or Switch.SelectAll.
|
|
4777
|
+
*
|
|
4778
|
+
* @see https://0.vuetifyjs.com/components/forms/switch#track
|
|
4779
|
+
*
|
|
4780
|
+
* @example
|
|
4781
|
+
* ```vue
|
|
4782
|
+
* <Switch.Root v-model="enabled">
|
|
4783
|
+
* <Switch.Track>
|
|
4784
|
+
* <Switch.Thumb />
|
|
4785
|
+
* </Switch.Track>
|
|
4786
|
+
* </Switch.Root>
|
|
4787
|
+
* ```
|
|
4788
|
+
*/
|
|
4789
|
+
Track: {
|
|
4790
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
4791
|
+
P: {};
|
|
4792
|
+
B: {};
|
|
4793
|
+
D: {};
|
|
4794
|
+
C: {};
|
|
4795
|
+
M: {};
|
|
4796
|
+
Defaults: {};
|
|
4797
|
+
}, Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4798
|
+
__isFragment?: never;
|
|
4799
|
+
__isTeleport?: never;
|
|
4800
|
+
__isSuspense?: never;
|
|
4801
|
+
} & vue643.ComponentOptionsBase<Readonly<SwitchTrackProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
4802
|
+
$slots: {
|
|
4803
|
+
default: (props: SwitchTrackSlotProps) => any;
|
|
4804
|
+
};
|
|
4805
|
+
});
|
|
4806
|
+
};
|
|
4807
|
+
//#endregion
|
|
4808
|
+
//#region src/components/Single/SingleRoot.vue.d.ts
|
|
4809
|
+
interface SingleRootProps {
|
|
4810
|
+
/** Namespace for dependency injection (must match SingleItem namespace) */
|
|
4811
|
+
namespace?: string;
|
|
4812
|
+
/** Disables the entire single instance */
|
|
4813
|
+
disabled?: boolean;
|
|
4814
|
+
/** Auto-select non-disabled items on registration */
|
|
4815
|
+
enroll?: boolean;
|
|
4816
|
+
/**
|
|
4817
|
+
* Controls mandatory single behavior:
|
|
4818
|
+
* - false (default): No mandatory single enforcement
|
|
4819
|
+
* - true: Prevents deselecting the last selected item
|
|
4820
|
+
* - `force`: Automatically selects the first non-disabled item on registration
|
|
4821
|
+
*/
|
|
4822
|
+
mandatory?: boolean | 'force';
|
|
4823
|
+
}
|
|
4824
|
+
interface SingleRootSlotProps {
|
|
4825
|
+
/** Whether the single instance is disabled */
|
|
4826
|
+
isDisabled: boolean;
|
|
4827
|
+
/** Select an item by ID */
|
|
4828
|
+
select: (id: ID) => void;
|
|
4829
|
+
/** Unselect an item by ID */
|
|
4830
|
+
unselect: (id: ID) => void;
|
|
4831
|
+
/** Toggle an item's single state by ID */
|
|
4832
|
+
toggle: (id: ID) => void;
|
|
4833
|
+
/** Attributes to bind to the root element */
|
|
4834
|
+
attrs: {
|
|
4835
|
+
'aria-multiselectable': false;
|
|
4836
|
+
};
|
|
4837
|
+
}
|
|
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?: vue643.App) => SingleContext<SingleTicket, SingleTicket<SingleTicket>>;
|
|
4839
|
+
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
|
+
props: __VLS_PrettifyLocal$6<(SingleRootProps & {
|
|
4841
|
+
modelValue?: T | T[];
|
|
4842
|
+
}) & {
|
|
4843
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4844
|
+
}> & vue643.PublicProps;
|
|
4845
|
+
expose: (exposed: {}) => void;
|
|
4846
|
+
attrs: any;
|
|
4847
|
+
slots: {
|
|
4848
|
+
default: (props: SingleRootSlotProps) => any;
|
|
4849
|
+
};
|
|
4850
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4851
|
+
}>) => vue643.VNode & {
|
|
4852
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4853
|
+
};
|
|
4854
|
+
declare const _default$7: typeof __VLS_export$7;
|
|
4855
|
+
type __VLS_PrettifyLocal$6<T> = { [K in keyof T as K]: T[K] } & {};
|
|
4856
|
+
//#endregion
|
|
4857
|
+
//#region src/components/Single/SingleItem.vue.d.ts
|
|
4858
|
+
interface SingleItemProps<V = unknown> {
|
|
4859
|
+
/** Unique identifier (auto-generated if not provided) */
|
|
4860
|
+
id?: string;
|
|
4861
|
+
/** Optional display label (passed through to slot, not used in registration) */
|
|
4862
|
+
label?: string;
|
|
4863
|
+
/** Value associated with this item */
|
|
4864
|
+
value?: V;
|
|
4865
|
+
/** Disables this specific item */
|
|
4866
|
+
disabled?: MaybeRef<boolean>;
|
|
4867
|
+
/** Namespace for dependency injection */
|
|
4868
|
+
namespace?: string;
|
|
4869
|
+
}
|
|
4870
|
+
interface SingleItemSlotProps<V = unknown> {
|
|
4871
|
+
/** Unique identifier */
|
|
4872
|
+
id: string;
|
|
4873
|
+
/** Optional display label */
|
|
4874
|
+
label?: string;
|
|
4875
|
+
/** Value associated with this item */
|
|
4876
|
+
value: V | undefined;
|
|
4877
|
+
/** Whether this item is currently selected */
|
|
4878
|
+
isSelected: boolean;
|
|
4879
|
+
/** Whether this item is disabled */
|
|
4880
|
+
isDisabled: boolean;
|
|
4881
|
+
/** Select this item */
|
|
4882
|
+
select: () => void;
|
|
4883
|
+
/** Unselect this item */
|
|
4884
|
+
unselect: () => void;
|
|
4885
|
+
/** Toggle this item's single state */
|
|
4886
|
+
toggle: () => void;
|
|
4887
|
+
/** Attributes to bind to the item element */
|
|
4888
|
+
attrs: {
|
|
4889
|
+
'aria-selected': boolean;
|
|
4890
|
+
'aria-disabled': boolean;
|
|
4891
|
+
'data-selected': true | undefined;
|
|
4285
4892
|
'data-disabled': true | undefined;
|
|
4286
4893
|
};
|
|
4287
4894
|
}
|
|
4288
4895
|
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<{
|
|
4289
|
-
props: __VLS_PrettifyLocal$5<SingleItemProps<V>> &
|
|
4896
|
+
props: __VLS_PrettifyLocal$5<SingleItemProps<V>> & vue643.PublicProps;
|
|
4290
4897
|
expose: (exposed: {}) => void;
|
|
4291
4898
|
attrs: any;
|
|
4292
4899
|
slots: {
|
|
4293
4900
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
4294
4901
|
};
|
|
4295
4902
|
emit: {};
|
|
4296
|
-
}>) =>
|
|
4903
|
+
}>) => vue643.VNode & {
|
|
4297
4904
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4298
4905
|
};
|
|
4299
4906
|
declare const _default$6: typeof __VLS_export$6;
|
|
@@ -4331,11 +4938,11 @@ declare const Single: {
|
|
|
4331
4938
|
* ```
|
|
4332
4939
|
*/
|
|
4333
4940
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4334
|
-
attrs: any;
|
|
4335
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4336
4941
|
slots: {
|
|
4337
4942
|
default: (props: SingleRootSlotProps) => any;
|
|
4338
4943
|
};
|
|
4944
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4945
|
+
attrs: any;
|
|
4339
4946
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4340
4947
|
props: {
|
|
4341
4948
|
namespace?: string | undefined;
|
|
@@ -4344,14 +4951,14 @@ declare const Single: {
|
|
|
4344
4951
|
mandatory?: boolean | "force" | undefined;
|
|
4345
4952
|
modelValue?: (T | T[]) | undefined;
|
|
4346
4953
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4347
|
-
} &
|
|
4954
|
+
} & vue643.PublicProps;
|
|
4348
4955
|
expose: (exposed: {}) => void;
|
|
4349
4956
|
attrs: any;
|
|
4350
4957
|
slots: {
|
|
4351
4958
|
default: (props: SingleRootSlotProps) => any;
|
|
4352
4959
|
};
|
|
4353
4960
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4354
|
-
}>) =>
|
|
4961
|
+
}>) => vue643.VNode & {
|
|
4355
4962
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4356
4963
|
};
|
|
4357
4964
|
/**
|
|
@@ -4375,26 +4982,26 @@ declare const Single: {
|
|
|
4375
4982
|
* ```
|
|
4376
4983
|
*/
|
|
4377
4984
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4378
|
-
attrs: any;
|
|
4379
|
-
emit: {};
|
|
4380
4985
|
slots: {
|
|
4381
4986
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
4382
4987
|
};
|
|
4988
|
+
emit: {};
|
|
4989
|
+
attrs: any;
|
|
4383
4990
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4384
4991
|
props: {
|
|
4385
4992
|
id?: string | undefined;
|
|
4386
4993
|
label?: string | undefined;
|
|
4387
4994
|
value?: V | undefined;
|
|
4388
|
-
disabled?:
|
|
4995
|
+
disabled?: vue643.MaybeRef<boolean> | undefined;
|
|
4389
4996
|
namespace?: string | undefined;
|
|
4390
|
-
} &
|
|
4997
|
+
} & vue643.PublicProps;
|
|
4391
4998
|
expose: (exposed: {}) => void;
|
|
4392
4999
|
attrs: any;
|
|
4393
5000
|
slots: {
|
|
4394
5001
|
default: (props: SingleItemSlotProps<V>) => unknown;
|
|
4395
5002
|
};
|
|
4396
5003
|
emit: {};
|
|
4397
|
-
}>) =>
|
|
5004
|
+
}>) => vue643.VNode & {
|
|
4398
5005
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4399
5006
|
};
|
|
4400
5007
|
};
|
|
@@ -4439,20 +5046,20 @@ interface StepRootSlotProps {
|
|
|
4439
5046
|
'aria-multiselectable': false;
|
|
4440
5047
|
};
|
|
4441
5048
|
}
|
|
4442
|
-
declare const useStepRoot: (key: string, defaultValue?: StepContext<StepTicket, StepTicket<StepTicket>> | undefined) => StepContext<StepTicket, StepTicket<StepTicket>>, provideStepRoot: (key: string, context: StepContext<StepTicket, StepTicket<StepTicket>>, app?:
|
|
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?: vue643.App) => StepContext<StepTicket, StepTicket<StepTicket>>;
|
|
4443
5050
|
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<{
|
|
4444
5051
|
props: __VLS_PrettifyLocal$4<(StepRootProps & {
|
|
4445
5052
|
modelValue?: T | T[];
|
|
4446
5053
|
}) & {
|
|
4447
5054
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4448
|
-
}> &
|
|
5055
|
+
}> & vue643.PublicProps;
|
|
4449
5056
|
expose: (exposed: {}) => void;
|
|
4450
5057
|
attrs: any;
|
|
4451
5058
|
slots: {
|
|
4452
5059
|
default: (props: StepRootSlotProps) => any;
|
|
4453
5060
|
};
|
|
4454
5061
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4455
|
-
}>) =>
|
|
5062
|
+
}>) => vue643.VNode & {
|
|
4456
5063
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4457
5064
|
};
|
|
4458
5065
|
declare const _default$5: typeof __VLS_export$5;
|
|
@@ -4497,14 +5104,14 @@ interface StepItemSlotProps<V = unknown> {
|
|
|
4497
5104
|
};
|
|
4498
5105
|
}
|
|
4499
5106
|
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<{
|
|
4500
|
-
props: __VLS_PrettifyLocal$3<StepItemProps<V>> &
|
|
5107
|
+
props: __VLS_PrettifyLocal$3<StepItemProps<V>> & vue643.PublicProps;
|
|
4501
5108
|
expose: (exposed: {}) => void;
|
|
4502
5109
|
attrs: any;
|
|
4503
5110
|
slots: {
|
|
4504
5111
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
4505
5112
|
};
|
|
4506
5113
|
emit: {};
|
|
4507
|
-
}>) =>
|
|
5114
|
+
}>) => vue643.VNode & {
|
|
4508
5115
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4509
5116
|
};
|
|
4510
5117
|
declare const _default$4: typeof __VLS_export$4;
|
|
@@ -4540,11 +5147,11 @@ declare const Step: {
|
|
|
4540
5147
|
* ```
|
|
4541
5148
|
*/
|
|
4542
5149
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4543
|
-
attrs: any;
|
|
4544
|
-
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4545
5150
|
slots: {
|
|
4546
5151
|
default: (props: StepRootSlotProps) => any;
|
|
4547
5152
|
};
|
|
5153
|
+
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
5154
|
+
attrs: any;
|
|
4548
5155
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4549
5156
|
props: {
|
|
4550
5157
|
namespace?: string | undefined;
|
|
@@ -4553,14 +5160,14 @@ declare const Step: {
|
|
|
4553
5160
|
mandatory?: boolean | "force" | undefined;
|
|
4554
5161
|
modelValue?: (T | T[]) | undefined;
|
|
4555
5162
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4556
|
-
} &
|
|
5163
|
+
} & vue643.PublicProps;
|
|
4557
5164
|
expose: (exposed: {}) => void;
|
|
4558
5165
|
attrs: any;
|
|
4559
5166
|
slots: {
|
|
4560
5167
|
default: (props: StepRootSlotProps) => any;
|
|
4561
5168
|
};
|
|
4562
5169
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
4563
|
-
}>) =>
|
|
5170
|
+
}>) => vue643.VNode & {
|
|
4564
5171
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4565
5172
|
};
|
|
4566
5173
|
/**
|
|
@@ -4582,26 +5189,26 @@ declare const Step: {
|
|
|
4582
5189
|
* ```
|
|
4583
5190
|
*/
|
|
4584
5191
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4585
|
-
attrs: any;
|
|
4586
|
-
emit: {};
|
|
4587
5192
|
slots: {
|
|
4588
5193
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
4589
5194
|
};
|
|
5195
|
+
emit: {};
|
|
5196
|
+
attrs: any;
|
|
4590
5197
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4591
5198
|
props: {
|
|
4592
5199
|
id?: string | undefined;
|
|
4593
5200
|
label?: string | undefined;
|
|
4594
5201
|
value?: V | undefined;
|
|
4595
|
-
disabled?:
|
|
5202
|
+
disabled?: vue643.MaybeRef<boolean> | undefined;
|
|
4596
5203
|
namespace?: string | undefined;
|
|
4597
|
-
} &
|
|
5204
|
+
} & vue643.PublicProps;
|
|
4598
5205
|
expose: (exposed: {}) => void;
|
|
4599
5206
|
attrs: any;
|
|
4600
5207
|
slots: {
|
|
4601
5208
|
default: (props: StepItemSlotProps<V>) => unknown;
|
|
4602
5209
|
};
|
|
4603
5210
|
emit: {};
|
|
4604
|
-
}>) =>
|
|
5211
|
+
}>) => vue643.VNode & {
|
|
4605
5212
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4606
5213
|
};
|
|
4607
5214
|
};
|
|
@@ -4678,21 +5285,21 @@ interface TabsContext extends StepContext<TabsTicket> {
|
|
|
4678
5285
|
/** Root ID for generating tab/panel IDs */
|
|
4679
5286
|
rootId: string;
|
|
4680
5287
|
}
|
|
4681
|
-
declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?:
|
|
5288
|
+
declare const useTabsRoot: (key: string, defaultValue?: TabsContext | undefined) => TabsContext, provideTabsRoot: (key: string, context: TabsContext, app?: vue643.App) => TabsContext;
|
|
4682
5289
|
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<{
|
|
4683
5290
|
props: __VLS_PrettifyLocal$2<(TabsRootProps & {
|
|
4684
5291
|
modelValue?: T | T[];
|
|
4685
5292
|
}) & {
|
|
4686
5293
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4687
5294
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4688
|
-
}> &
|
|
5295
|
+
}> & vue643.PublicProps;
|
|
4689
5296
|
expose: (exposed: {}) => void;
|
|
4690
5297
|
attrs: any;
|
|
4691
5298
|
slots: {
|
|
4692
5299
|
default: (props: TabsRootSlotProps) => any;
|
|
4693
5300
|
};
|
|
4694
5301
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4695
|
-
}>) =>
|
|
5302
|
+
}>) => vue643.VNode & {
|
|
4696
5303
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4697
5304
|
};
|
|
4698
5305
|
declare const _default: typeof __VLS_export$3;
|
|
@@ -4719,7 +5326,7 @@ interface TabsListSlotProps {
|
|
|
4719
5326
|
'data-disabled': true | undefined;
|
|
4720
5327
|
};
|
|
4721
5328
|
}
|
|
4722
|
-
declare const __VLS_export$2: __VLS_WithSlots<
|
|
5329
|
+
declare const __VLS_export$2: __VLS_WithSlots<vue643.DefineComponent<TabsListProps, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, vue643.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue643.ComponentProvideOptions, false, {}, any>, {
|
|
4723
5330
|
default: (props: TabsListSlotProps) => any;
|
|
4724
5331
|
}>;
|
|
4725
5332
|
declare const _default$1: typeof __VLS_export$2;
|
|
@@ -4776,14 +5383,14 @@ interface TabsItemSlotProps {
|
|
|
4776
5383
|
};
|
|
4777
5384
|
}
|
|
4778
5385
|
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<{
|
|
4779
|
-
props: __VLS_PrettifyLocal$1<TabsItemProps<V>> &
|
|
5386
|
+
props: __VLS_PrettifyLocal$1<TabsItemProps<V>> & vue643.PublicProps;
|
|
4780
5387
|
expose: (exposed: {}) => void;
|
|
4781
5388
|
attrs: any;
|
|
4782
5389
|
slots: {
|
|
4783
5390
|
default: (props: TabsItemSlotProps) => any;
|
|
4784
5391
|
};
|
|
4785
5392
|
emit: {};
|
|
4786
|
-
}>) =>
|
|
5393
|
+
}>) => vue643.VNode & {
|
|
4787
5394
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4788
5395
|
};
|
|
4789
5396
|
declare const _default$2: typeof __VLS_export$1;
|
|
@@ -4810,14 +5417,14 @@ interface TabsPanelSlotProps {
|
|
|
4810
5417
|
};
|
|
4811
5418
|
}
|
|
4812
5419
|
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<{
|
|
4813
|
-
props: __VLS_PrettifyLocal<TabsPanelProps<V>> &
|
|
5420
|
+
props: __VLS_PrettifyLocal<TabsPanelProps<V>> & vue643.PublicProps;
|
|
4814
5421
|
expose: (exposed: {}) => void;
|
|
4815
5422
|
attrs: any;
|
|
4816
5423
|
slots: {
|
|
4817
5424
|
default: (props: TabsPanelSlotProps) => any;
|
|
4818
5425
|
};
|
|
4819
5426
|
emit: {};
|
|
4820
|
-
}>) =>
|
|
5427
|
+
}>) => vue643.VNode & {
|
|
4821
5428
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4822
5429
|
};
|
|
4823
5430
|
declare const _default$3: typeof __VLS_export;
|
|
@@ -4859,11 +5466,11 @@ declare const Tabs: {
|
|
|
4859
5466
|
* @see https://0.vuetifyjs.com/components/tabs
|
|
4860
5467
|
*/
|
|
4861
5468
|
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4862
|
-
attrs: any;
|
|
4863
|
-
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4864
5469
|
slots: {
|
|
4865
5470
|
default: (props: TabsRootSlotProps) => any;
|
|
4866
5471
|
};
|
|
5472
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
5473
|
+
attrs: any;
|
|
4867
5474
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4868
5475
|
props: {
|
|
4869
5476
|
namespace?: string | undefined;
|
|
@@ -4876,14 +5483,14 @@ declare const Tabs: {
|
|
|
4876
5483
|
modelValue?: (T | T[]) | undefined;
|
|
4877
5484
|
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
4878
5485
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
4879
|
-
} &
|
|
5486
|
+
} & vue643.PublicProps;
|
|
4880
5487
|
expose: (exposed: {}) => void;
|
|
4881
5488
|
attrs: any;
|
|
4882
5489
|
slots: {
|
|
4883
5490
|
default: (props: TabsRootSlotProps) => any;
|
|
4884
5491
|
};
|
|
4885
5492
|
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
4886
|
-
}>) =>
|
|
5493
|
+
}>) => vue643.VNode & {
|
|
4887
5494
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4888
5495
|
};
|
|
4889
5496
|
/**
|
|
@@ -4892,7 +5499,7 @@ declare const Tabs: {
|
|
|
4892
5499
|
* @see https://0.vuetifyjs.com/components/tabs#tabslist
|
|
4893
5500
|
*/
|
|
4894
5501
|
List: {
|
|
4895
|
-
new (...args: any[]):
|
|
5502
|
+
new (...args: any[]): vue643.CreateComponentPublicInstanceWithMixins<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, vue643.PublicProps, {}, false, {}, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, {}, any, vue643.ComponentProvideOptions, {
|
|
4896
5503
|
P: {};
|
|
4897
5504
|
B: {};
|
|
4898
5505
|
D: {};
|
|
@@ -4903,7 +5510,7 @@ declare const Tabs: {
|
|
|
4903
5510
|
__isFragment?: never;
|
|
4904
5511
|
__isTeleport?: never;
|
|
4905
5512
|
__isSuspense?: never;
|
|
4906
|
-
} &
|
|
5513
|
+
} & vue643.ComponentOptionsBase<Readonly<TabsListProps> & Readonly<{}>, {}, {}, {}, {}, vue643.ComponentOptionsMixin, vue643.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue643.GlobalComponents, vue643.GlobalDirectives, string, vue643.ComponentProvideOptions> & vue643.VNodeProps & vue643.AllowedComponentProps & vue643.ComponentCustomProps & (new () => {
|
|
4907
5514
|
$slots: {
|
|
4908
5515
|
default: (props: TabsListSlotProps) => any;
|
|
4909
5516
|
};
|
|
@@ -4914,30 +5521,30 @@ declare const Tabs: {
|
|
|
4914
5521
|
* @see https://0.vuetifyjs.com/components/tabs#tabsitem
|
|
4915
5522
|
*/
|
|
4916
5523
|
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4917
|
-
attrs: any;
|
|
4918
|
-
emit: {};
|
|
4919
5524
|
slots: {
|
|
4920
5525
|
default: (props: TabsItemSlotProps) => any;
|
|
4921
5526
|
};
|
|
5527
|
+
emit: {};
|
|
5528
|
+
attrs: any;
|
|
4922
5529
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4923
5530
|
props: {
|
|
4924
5531
|
id?: ID | undefined;
|
|
4925
5532
|
value?: V | undefined;
|
|
4926
|
-
disabled?:
|
|
5533
|
+
disabled?: vue643.MaybeRef<boolean> | undefined;
|
|
4927
5534
|
namespace?: string | undefined;
|
|
4928
5535
|
ariaLabel?: string | undefined;
|
|
4929
5536
|
ariaLabelledby?: string | undefined;
|
|
4930
5537
|
ariaDescribedby?: string | undefined;
|
|
4931
5538
|
as?: (DOMElement | null) | undefined;
|
|
4932
5539
|
renderless?: boolean | undefined;
|
|
4933
|
-
} &
|
|
5540
|
+
} & vue643.PublicProps;
|
|
4934
5541
|
expose: (exposed: {}) => void;
|
|
4935
5542
|
attrs: any;
|
|
4936
5543
|
slots: {
|
|
4937
5544
|
default: (props: TabsItemSlotProps) => any;
|
|
4938
5545
|
};
|
|
4939
5546
|
emit: {};
|
|
4940
|
-
}>) =>
|
|
5547
|
+
}>) => vue643.VNode & {
|
|
4941
5548
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4942
5549
|
};
|
|
4943
5550
|
/**
|
|
@@ -4946,27 +5553,27 @@ declare const Tabs: {
|
|
|
4946
5553
|
* @see https://0.vuetifyjs.com/components/tabs#tabspanel
|
|
4947
5554
|
*/
|
|
4948
5555
|
Panel: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
4949
|
-
attrs: any;
|
|
4950
|
-
emit: {};
|
|
4951
5556
|
slots: {
|
|
4952
5557
|
default: (props: TabsPanelSlotProps) => any;
|
|
4953
5558
|
};
|
|
5559
|
+
emit: {};
|
|
5560
|
+
attrs: any;
|
|
4954
5561
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4955
5562
|
props: {
|
|
4956
5563
|
value: V;
|
|
4957
5564
|
namespace?: string | undefined;
|
|
4958
5565
|
as?: (DOMElement | null) | undefined;
|
|
4959
5566
|
renderless?: boolean | undefined;
|
|
4960
|
-
} &
|
|
5567
|
+
} & vue643.PublicProps;
|
|
4961
5568
|
expose: (exposed: {}) => void;
|
|
4962
5569
|
attrs: any;
|
|
4963
5570
|
slots: {
|
|
4964
5571
|
default: (props: TabsPanelSlotProps) => any;
|
|
4965
5572
|
};
|
|
4966
5573
|
emit: {};
|
|
4967
|
-
}>) =>
|
|
5574
|
+
}>) => vue643.VNode & {
|
|
4968
5575
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
4969
5576
|
};
|
|
4970
5577
|
};
|
|
4971
5578
|
//#endregion
|
|
4972
|
-
export {
|
|
5579
|
+
export { provideSwitchRoot as $, ExpansionPanelItemSlotProps as $n, Breadcrumbs as $r, providePopoverContext as $t, SingleItemProps as A, AvatarImageProps as Ai, usePaginationItems as An, provideDialogContext as Ar, useRadioRoot as At, SwitchTrackSlotProps as B, AtomProps as Bi, useGroupRoot as Bn, CheckboxRootProps as Br, useRadioGroup as Bt, _default$4 as C, BreadcrumbsTicket as Ci, PaginationRootProps as Cn, DialogActivatorProps as Cr, _default$19 as Ct, provideStepRoot as D, AvatarFallbackSlotProps as Di, providePaginationItems as Dn, DialogRootProps as Dr, RadioState as Dt, _default$5 as E, AvatarFallbackProps as Ei, providePaginationControls as En, DialogContext as Er, RadioRootSlotProps as Et, _default$7 as F, AvatarTicket as Fi, _default$32 as Fn, _default$49 as Fr, RadioGroupProps as Ft, SwitchSelectAllProps as G, ExpansionPanelActivatorProps as Gn, useCheckboxRoot as Gr, _default$22 as Gt, SwitchThumbProps as H, _default$60 as Hi, ExpansionPanelContentProps as Hn, CheckboxState as Hr, PopoverContentEmits as Ht, provideSingleRoot as I, _default$59 as Ii, GroupRootProps as In, CheckboxIndicatorProps as Ir, RadioGroupSlotProps as It, SwitchRootContext as J, ExpansionPanelHeaderProps as Jn, CheckboxGroupProps as Jr, _default$21 as Jt, SwitchSelectAllSlotProps as K, ExpansionPanelActivatorSlotProps as Kn, CheckboxHiddenInputProps as Kr, PopoverActivatorProps as Kt, useSingleRoot as L, provideAvatarRoot as Li, GroupRootSlotProps as Ln, CheckboxIndicatorSlotProps as Lr, RadioTicket as Lt, _default$6 as M, _default$58 as Mi, Group as Mn, Checkbox as Mr, _default$18 as Mt, SingleRootProps as N, AvatarContext as Ni, GroupItemProps as Nn, CheckboxSelectAllProps as Nr, RadioActivation as Nt, useStepRoot as O, _default$57 as Oi, providePaginationRoot as On, DialogRootSlotProps as Or, _default$20 as Ot, SingleRootSlotProps as P, AvatarRootProps as Pi, GroupItemSlotProps as Pn, CheckboxSelectAllSlotProps as Pr, RadioGroupContext as Pt, _default$10 as Q, ExpansionPanelItemProps as Qn, useCheckboxGroup as Qr, _default$23 as Qt, Switch as R, useAvatarRoot as Ri, _default$33 as Rn, _default$47 as Rr, _default$17 as Rt, StepItemSlotProps as S, BreadcrumbsRootContext as Si, _default$26 as Sn, _default$40 as Sr, RadioIndicatorSlotProps as St, StepRootSlotProps as T, Avatar as Ti, _default$30 as Tn, _default$44 as Tr, RadioRootProps as Tt, SwitchThumbSlotProps as U, ExpansionPanelContentSlotProps as Un, _default$48 as Ur, PopoverContentProps as Ut, _default$13 as V, AtomSlots as Vi, ExpansionPanel as Vn, CheckboxRootSlotProps as Vr, Popover as Vt, _default$12 as W, _default$35 as Wn, provideCheckboxRoot as Wr, PopoverContentSlotProps as Wt, SwitchRootSlotProps as X, _default$36 as Xn, _default$45 as Xr, PopoverRootProps as Xt, SwitchRootProps as Y, ExpansionPanelHeaderSlotProps as Yn, CheckboxGroupSlotProps as Yr, PopoverContext as Yt, SwitchState as Z, ExpansionPanelItemContext as Zn, provideCheckboxGroup as Zr, PopoverRootSlotProps as Zt, _default as _, BreadcrumbsRootProps as _i, PaginationFirstProps as _n, DialogTitleSlotProps as _r, ScrimProps as _t, TabsItemProps as a, BreadcrumbsDividerProps as ai, PaginationLastProps as an, ExpansionPanelRootSlotProps as ar, _default$8 as at, Step as b, provideBreadcrumbsRoot as bi, PaginationItemProps as bn, DialogContentProps as br, Radio as bt, TabsListProps as c, BreadcrumbsPageProps as ci, PaginationNextProps as cn, useExpansionPanelRoot as cr, Selection as ct, TabsActivation as d, BreadcrumbsItemProps as di, PaginationEllipsisProps as dn, DialogCloseSlotProps as dr, _default$14 as dt, BreadcrumbsLinkProps as ei, usePopoverContext as en, _default$37 as er, useSwitchRoot as et, TabsContext as f, BreadcrumbsItemSlotProps as fi, PaginationEllipsisSlotProps as fn, _default$39 as fr, SelectionRootProps as ft, TabsTicket as g, _default$54 as gi, _default$29 as gn, DialogTitleProps as gr, useSelectionRoot as gt, TabsRootSlotProps as h, BreadcrumbsListSlotProps as hi, PaginationPrevSlotProps as hn, _default$41 as hr, provideSelectionRoot as ht, _default$3 as i, _default$51 as ii, _default$31 as in, ExpansionPanelRootProps as ir, SwitchGroupSlotProps as it, SingleItemSlotProps as j, AvatarImageSlotProps as ji, usePaginationRoot as jn, useDialogContext as jr, RadioHiddenInputProps as jt, Single as k, AvatarImageEmits as ki, usePaginationControls as kn, _default$42 as kr, provideRadioRoot as kt, TabsListSlotProps as l, BreadcrumbsPageSlotProps as li, PaginationNextSlotProps as ln, Dialog as lr, SelectionItemProps as lt, TabsRootProps as m, BreadcrumbsListProps as mi, PaginationPrevProps as mn, DialogDescriptionSlotProps as mr, _default$15 as mt, TabsPanelProps as n, BreadcrumbsEllipsisProps as ni, PaginationStatusProps as nn, useExpansionPanelItem as nr, _default$9 as nt, TabsItemSlotProps as o, BreadcrumbsDividerSlotProps as oi, PaginationLastSlotProps as on, _default$38 as or, provideSwitchGroup as ot, TabsOrientation as p, _default$52 as pi, _default$24 as pn, DialogDescriptionProps as pr, SelectionRootSlotProps as pt, _default$11 as q, _default$34 as qn, _default$46 as qr, PopoverActivatorSlotProps as qt, TabsPanelSlotProps as r, BreadcrumbsEllipsisSlotProps as ri, PaginationStatusSlotProps as rn, ExpansionPanelOptionsContext as rr, SwitchGroupProps as rt, _default$2 as s, _default$50 as si, _default$27 as sn, provideExpansionPanelRoot as sr, useSwitchGroup as st, Tabs as t, _default$53 as ti, Pagination as tn, provideExpansionPanelItem as tr, SwitchHiddenInputProps as tt, _default$1 as u, _default$55 as ui, _default$28 as un, DialogCloseProps as ur, SelectionItemSlotProps as ut, provideTabsRoot as v, BreadcrumbsRootSlotProps as vi, PaginationFirstSlotProps as vn, _default$43 as vr, ScrimSlotProps as vt, StepRootProps as w, BreadcrumbsTicketType as wi, PaginationRootSlotProps as wn, DialogActivatorSlotProps as wr, RadioRootContext as wt, StepItemProps as x, useBreadcrumbsRoot as xi, PaginationItemSlotProps as xn, DialogContentSlotProps as xr, RadioIndicatorProps as xt, useTabsRoot as y, _default$56 as yi, _default$25 as yn, DialogContentEmits as yr, _default$16 as yt, SwitchTrackProps as z, AtomExpose as zi, provideGroupRoot as zn, CheckboxRootContext as zr, provideRadioGroup as zt };
|