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