@vuetify/v0 1.0.0-alpha.0 → 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/{adapter-CCIeOzqr.mjs → adapter-CDpOQ8sn.mjs} +29 -20
- package/dist/{adapter-CcHB7rs3.d.mts → adapter-DoziXEzS.d.mts} +1 -1
- package/dist/{adapter-Drq1v5wV.mjs → adapter-DtgIrQsG.mjs} +5 -2
- package/dist/{adapter-BZjmDNJF.d.mts → adapter-J7ude3gO.d.mts} +2 -2
- package/dist/adapters-CFjrKxA2.mjs +5 -0
- package/dist/adapters-CiCexgsk.mjs +4 -0
- package/dist/{adapters-D49L7m2R.mjs → adapters-Da2twiUn.mjs} +1 -1
- package/dist/adapters-DegUcfkd.mjs +2 -0
- package/dist/browser/index.js +10113 -8547
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.mjs +2 -2
- package/dist/{components-Dc7sUTsg.mjs → components-CaPQCjo5.mjs} +1356 -386
- package/dist/composables/index.d.mts +11 -11
- package/dist/composables/index.mjs +24 -24
- package/dist/constants/index.mjs +2 -2
- package/dist/{createDataTable-BbUL9Vva.mjs → createDataTable-B4UflKnT.mjs} +100 -30
- package/dist/{createGroup-C2WCfYPB.mjs → createGroup-BC2nfttd.mjs} +24 -9
- package/dist/{createPagination-Tp4C4He8.mjs → createPagination-qvJkcTUY.mjs} +11 -7
- package/dist/{createSelection-AmMX6sjc.mjs → createSelection-BA9guLah.mjs} +28 -21
- package/dist/{createSingle-CffpxK__.mjs → createSingle-BHxHLZeg.mjs} +13 -17
- package/dist/{createTokens-qv02qq4_.mjs → createTokens-oJAeh262.mjs} +27 -15
- package/dist/{createTrinity-vvXk0ARD.mjs → createTrinity-BTCs1pYx.mjs} +34 -31
- package/dist/data-table/adapters/client/index.d.mts +1 -1
- package/dist/data-table/adapters/client/index.mjs +1 -1
- package/dist/data-table/adapters/index.d.mts +4 -4
- package/dist/data-table/adapters/index.mjs +5 -5
- package/dist/data-table/adapters/server/index.d.mts +1 -1
- package/dist/data-table/adapters/server/index.mjs +1 -1
- package/dist/data-table/adapters/virtual/index.d.mts +1 -1
- package/dist/data-table/adapters/virtual/index.mjs +1 -1
- package/dist/data-table/index.d.mts +6 -6
- package/dist/data-table/index.mjs +6 -6
- package/dist/date/index.mjs +1 -1
- package/dist/features/adapters/posthog/index.mjs +1 -1
- package/dist/features/index.d.mts +1 -1
- package/dist/features/index.mjs +1 -1
- package/dist/{globals-CAv9vqkP.mjs → globals-Berkg6mP.mjs} +1 -1
- package/dist/{htmlElements-DcYtv0hg.mjs → htmlElements-CIePKaTX.mjs} +1 -1
- package/dist/{index-76fQGkkO.d.mts → index-D4odwkZg.d.mts} +8 -11
- package/dist/{index-B_XLHftL.d.mts → index-DFvLSoto.d.mts} +296 -258
- package/dist/{index-DoGxDgdN.d.mts → index-DVPq3_Fz.d.mts} +55 -4
- package/dist/{index-D26_u_WI.d.mts → index-Gk3x_7zD.d.mts} +1439 -306
- package/dist/{index-BUsrN1vL.d.mts → index-TtSSvHY6.d.mts} +1 -1
- package/dist/index.d.mts +12 -12
- package/dist/index.mjs +27 -27
- package/dist/json/attributes.json +276 -0
- package/dist/json/importMap.json +60 -0
- package/dist/json/tags.json +136 -2
- package/dist/json/web-types.json +1183 -344
- package/dist/locale/adapters/index.d.mts +2 -2
- package/dist/locale/adapters/index.mjs +2 -2
- package/dist/locale/adapters/v0/index.d.mts +1 -1
- package/dist/locale/adapters/v0/index.mjs +1 -1
- package/dist/locale/adapters/vue-i18n/index.d.mts +1 -1
- package/dist/locale/index.d.mts +3 -3
- package/dist/locale/index.mjs +2 -2
- package/dist/logger/adapters/index.mjs +2 -2
- package/dist/logger/adapters/v0/index.mjs +1 -1
- package/dist/logger/index.d.mts +1 -1
- package/dist/logger/index.mjs +2 -2
- package/dist/notifications/index.d.mts +1 -1
- package/dist/notifications/index.mjs +1 -1
- package/dist/palettes/ant/index.d.mts +1 -1
- package/dist/palettes/index.d.mts +2 -2
- package/dist/palettes/material/index.d.mts +1 -1
- package/dist/palettes/md1/index.d.mts +1 -1
- package/dist/palettes/md2/index.d.mts +1 -1
- package/dist/palettes/radix/index.d.mts +1 -1
- package/dist/palettes/tailwind/index.d.mts +1 -1
- package/dist/permissions/adapters/index.d.mts +1 -1
- package/dist/permissions/adapters/v0/index.d.mts +1 -1
- package/dist/permissions/index.d.mts +1 -1
- package/dist/permissions/index.mjs +1 -1
- package/dist/{posthog-B8PEtlFr.mjs → posthog-CPvNHMUb.mjs} +1 -1
- package/dist/rules/index.d.mts +1 -1
- package/dist/rules/index.mjs +1 -1
- package/dist/{server-CIftA0pK.mjs → server-B6OtHgBT.mjs} +1 -1
- package/dist/{server-DNUTnISs.d.mts → server-ZiHJ4tfq.d.mts} +1 -1
- package/dist/storage/index.d.mts +1 -1
- package/dist/storage/index.mjs +1 -1
- package/dist/theme/adapters/index.d.mts +1 -1
- package/dist/theme/adapters/index.mjs +4 -4
- package/dist/theme/adapters/unhead/index.d.mts +1 -1
- package/dist/theme/adapters/unhead/index.mjs +1 -1
- package/dist/theme/adapters/v0/index.d.mts +1 -1
- package/dist/theme/adapters/v0/index.mjs +1 -1
- package/dist/theme/index.d.mts +1 -1
- package/dist/theme/index.mjs +3 -3
- package/dist/{toArray-doLQVI56.mjs → toArray-BA_JxFPv.mjs} +9 -0
- package/dist/{unhead-BYw3a366.mjs → unhead-D2YqAcmF.mjs} +2 -2
- package/dist/{useClickOutside-CnCQkh7M.mjs → useClickOutside-B9a6Jext.mjs} +572 -160
- package/dist/{useFeatures-CMpkbU8Q.mjs → useFeatures-wgMwaQ5W.mjs} +14 -5
- package/dist/{useLocale-BYmoHpo6.mjs → useLocale-qMmVnAwS.mjs} +14 -5
- package/dist/{useLogger-BfaFH-Bi.mjs → useLogger-DFIRqm-N.mjs} +33 -16
- package/dist/{usePermissions-y3Uum3nO.mjs → usePermissions-tZhkBJmq.mjs} +11 -3
- package/dist/{useRules-eqSXpP9V.mjs → useRules-D3UXEtu7.mjs} +10 -2
- package/dist/{useTheme-CFH6I91x.mjs → useTheme-BeD__R8t.mjs} +14 -5
- package/dist/utilities/index.mjs +5 -5
- package/dist/{v0-DXqYgj7J.mjs → v0-6XptGYVx.mjs} +2 -2
- package/dist/{v0-DOq_Ia5H.mjs → v0-BG7RhKBv.mjs} +2 -2
- package/dist/{v0-BqikIgl0.mjs → v0-CNitYI9N.mjs} +1 -1
- package/dist/{v0-BpgPZ1qB.d.mts → v0-CWXUkMY0.d.mts} +1 -1
- package/dist/{v0-BAG8p0si.d.mts → v0-Dzw5OwNo.d.mts} +1 -1
- package/dist/{v0-CFV8A5PF.mjs → v0-I2mHxD9T.mjs} +1 -1
- package/dist/{virtual-BaQWQ9ji.d.mts → virtual-BCOfxnRS.d.mts} +1 -1
- package/dist/{virtual-D1HwNBLS.mjs → virtual-To-dSw2_.mjs} +2 -2
- package/package.json +10 -7
- package/SKILL.md +0 -95
- package/dist/adapters-BOVGPozf.mjs +0 -2
- package/dist/adapters-BbNfjyvY.mjs +0 -5
- package/dist/adapters-RwNU3wNj.mjs +0 -4
- /package/dist/{index-c55Utzva.d.mts → index-DvuJXuAN.d.mts} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as DOMElement, o as ID, s as MaybeArray, t as Activation } from "./index-B_AlCD7t.mjs";
|
|
2
|
-
import { b as RegistryTicket, m as RegistryContext, x as RegistryTicketInput } from "./index-
|
|
3
|
-
import {
|
|
4
|
-
import { s as PaginationContext, u as PaginationTicket } from "./adapter-
|
|
2
|
+
import { b as RegistryTicket, m as RegistryContext, x as RegistryTicketInput } from "./index-TtSSvHY6.mjs";
|
|
3
|
+
import { Ao as SingleTicket, Do as SingleContext, Ei as NumberFieldContext, Fi as NestedActiveMode, Fo as ImageStatus, Ha as ComboboxAdapterInterface, Hi as NestedTicket, Ho as SelectionTicket, Ii as NestedContext, Ka as VirtualFocusReturn, Ki as InputState, L as StackTicket, Lo as UseImageReturn, Lt as NotificationTicket, Na as ComboboxContext, Qr as SliderContext, Ri as NestedOpenMode, Uo as SelectionTicketInput, Vi as NestedSelectionMode, Ya as PopoverReturn, Za as StepContext, ai as RatingItemState, ao as OverflowContext, do as GroupContext, ea as FormValidationRule, eo as StepTicket, ii as RatingItemDescriptor, mo as GroupTicket, ni as RatingContext, nt as RovingFocusReturn, ua as RuleAlias, vi as ProgressContext, xa as StandardSchemaV1, xi as ProgressTicket, xo as BreadcrumbsContext, yt as PresenceState, zo as SelectionContext } from "./index-DFvLSoto.mjs";
|
|
4
|
+
import { s as PaginationContext, u as PaginationTicket } from "./adapter-J7ude3gO.mjs";
|
|
5
5
|
import * as _$vue from "vue";
|
|
6
6
|
import { MaybeRefOrGetter, Ref, ShallowRef, TemplateRef } from "vue";
|
|
7
7
|
|
|
@@ -41,9 +41,9 @@ interface AtomExpose {
|
|
|
41
41
|
element: TemplateRef<HTMLElement | null>;
|
|
42
42
|
}
|
|
43
43
|
interface AtomPrivateProps extends AtomProps {}
|
|
44
|
-
declare const _default$
|
|
45
|
-
declare const __VLS_export$
|
|
46
|
-
props: _$vue.PublicProps & __VLS_PrettifyLocal$
|
|
44
|
+
declare const _default$160: typeof __VLS_export$160;
|
|
45
|
+
declare const __VLS_export$160: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$30<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
46
|
+
props: _$vue.PublicProps & __VLS_PrettifyLocal$30<AtomPrivateProps> & (typeof globalThis extends {
|
|
47
47
|
__VLS_PROPS_FALLBACK: infer P;
|
|
48
48
|
} ? P : {});
|
|
49
49
|
expose: (exposed: _$vue.ShallowUnwrapRef<AtomExpose>) => void;
|
|
@@ -53,7 +53,7 @@ declare const __VLS_export$147: <T extends Record<string, any> = {}>(__VLS_props
|
|
|
53
53
|
}>) => _$vue.VNode & {
|
|
54
54
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
55
55
|
};
|
|
56
|
-
type __VLS_PrettifyLocal$
|
|
56
|
+
type __VLS_PrettifyLocal$30<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
57
57
|
//#endregion
|
|
58
58
|
//#region src/components/AlertDialog/AlertDialogRoot.vue.d.ts
|
|
59
59
|
interface AlertDialogContext {
|
|
@@ -84,8 +84,8 @@ interface AlertDialogRootSlotProps {
|
|
|
84
84
|
close: () => void;
|
|
85
85
|
}
|
|
86
86
|
declare const useAlertDialogContext: (key: string, defaultValue?: AlertDialogContext | undefined) => AlertDialogContext, provideAlertDialogContext: (key: string, context: AlertDialogContext, app?: _$vue.App) => AlertDialogContext;
|
|
87
|
-
declare const _default$
|
|
88
|
-
declare const __VLS_export$
|
|
87
|
+
declare const _default$159: typeof __VLS_export$159;
|
|
88
|
+
declare const __VLS_export$159: __VLS_WithSlots$122<_$vue.DefineComponent<AlertDialogRootProps & {
|
|
89
89
|
modelValue?: boolean;
|
|
90
90
|
}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
91
91
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -98,7 +98,7 @@ declare const __VLS_export$146: __VLS_WithSlots$111<_$vue.DefineComponent<AlertD
|
|
|
98
98
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
99
99
|
default: (props: AlertDialogRootSlotProps) => any;
|
|
100
100
|
}>;
|
|
101
|
-
type __VLS_WithSlots$
|
|
101
|
+
type __VLS_WithSlots$122<T, S> = T & {
|
|
102
102
|
new (): {
|
|
103
103
|
$slots: S;
|
|
104
104
|
};
|
|
@@ -120,11 +120,11 @@ interface AlertDialogActivatorSlotProps {
|
|
|
120
120
|
'data-alert-dialog-open': '' | undefined;
|
|
121
121
|
};
|
|
122
122
|
}
|
|
123
|
-
declare const _default$
|
|
124
|
-
declare const __VLS_export$
|
|
123
|
+
declare const _default$158: typeof __VLS_export$158;
|
|
124
|
+
declare const __VLS_export$158: __VLS_WithSlots$121<_$vue.DefineComponent<AlertDialogActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
125
125
|
default: (props: AlertDialogActivatorSlotProps) => any;
|
|
126
126
|
}>;
|
|
127
|
-
type __VLS_WithSlots$
|
|
127
|
+
type __VLS_WithSlots$121<T, S> = T & {
|
|
128
128
|
new (): {
|
|
129
129
|
$slots: S;
|
|
130
130
|
};
|
|
@@ -165,8 +165,8 @@ interface AlertDialogContentSlotProps {
|
|
|
165
165
|
'aria-describedby': string;
|
|
166
166
|
};
|
|
167
167
|
}
|
|
168
|
-
declare const _default$
|
|
169
|
-
declare const __VLS_export$
|
|
168
|
+
declare const _default$157: typeof __VLS_export$157;
|
|
169
|
+
declare const __VLS_export$157: __VLS_WithSlots$120<_$vue.DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
170
170
|
cancel: (e: Event) => any;
|
|
171
171
|
close: (e: Event) => any;
|
|
172
172
|
}, string, _$vue.PublicProps, Readonly<AlertDialogContentProps> & Readonly<{
|
|
@@ -175,7 +175,7 @@ declare const __VLS_export$144: __VLS_WithSlots$109<_$vue.DefineComponent<AlertD
|
|
|
175
175
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
176
176
|
default: (props: AlertDialogContentSlotProps) => any;
|
|
177
177
|
}>;
|
|
178
|
-
type __VLS_WithSlots$
|
|
178
|
+
type __VLS_WithSlots$120<T, S> = T & {
|
|
179
179
|
new (): {
|
|
180
180
|
$slots: S;
|
|
181
181
|
};
|
|
@@ -192,11 +192,11 @@ interface AlertDialogTitleSlotProps {
|
|
|
192
192
|
id: string;
|
|
193
193
|
};
|
|
194
194
|
}
|
|
195
|
-
declare const _default$
|
|
196
|
-
declare const __VLS_export$
|
|
195
|
+
declare const _default$156: typeof __VLS_export$156;
|
|
196
|
+
declare const __VLS_export$156: __VLS_WithSlots$119<_$vue.DefineComponent<AlertDialogTitleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
197
197
|
default: (props: AlertDialogTitleSlotProps) => any;
|
|
198
198
|
}>;
|
|
199
|
-
type __VLS_WithSlots$
|
|
199
|
+
type __VLS_WithSlots$119<T, S> = T & {
|
|
200
200
|
new (): {
|
|
201
201
|
$slots: S;
|
|
202
202
|
};
|
|
@@ -213,11 +213,11 @@ interface AlertDialogDescriptionSlotProps {
|
|
|
213
213
|
id: string;
|
|
214
214
|
};
|
|
215
215
|
}
|
|
216
|
-
declare const _default$
|
|
217
|
-
declare const __VLS_export$
|
|
216
|
+
declare const _default$155: typeof __VLS_export$155;
|
|
217
|
+
declare const __VLS_export$155: __VLS_WithSlots$118<_$vue.DefineComponent<AlertDialogDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
218
218
|
default: (props: AlertDialogDescriptionSlotProps) => any;
|
|
219
219
|
}>;
|
|
220
|
-
type __VLS_WithSlots$
|
|
220
|
+
type __VLS_WithSlots$118<T, S> = T & {
|
|
221
221
|
new (): {
|
|
222
222
|
$slots: S;
|
|
223
223
|
};
|
|
@@ -240,11 +240,11 @@ interface AlertDialogCancelSlotProps {
|
|
|
240
240
|
'data-disabled': '' | undefined;
|
|
241
241
|
};
|
|
242
242
|
}
|
|
243
|
-
declare const _default$
|
|
244
|
-
declare const __VLS_export$
|
|
243
|
+
declare const _default$154: typeof __VLS_export$154;
|
|
244
|
+
declare const __VLS_export$154: __VLS_WithSlots$117<_$vue.DefineComponent<AlertDialogCancelProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
245
245
|
default: (props: AlertDialogCancelSlotProps) => any;
|
|
246
246
|
}>;
|
|
247
|
-
type __VLS_WithSlots$
|
|
247
|
+
type __VLS_WithSlots$117<T, S> = T & {
|
|
248
248
|
new (): {
|
|
249
249
|
$slots: S;
|
|
250
250
|
};
|
|
@@ -261,14 +261,14 @@ interface AlertDialogCloseSlotProps {
|
|
|
261
261
|
/** Attributes to bind to the close button element */
|
|
262
262
|
attrs: {
|
|
263
263
|
'type': 'button' | undefined;
|
|
264
|
-
'aria-label':
|
|
264
|
+
'aria-label': string;
|
|
265
265
|
};
|
|
266
266
|
}
|
|
267
|
-
declare const _default$
|
|
268
|
-
declare const __VLS_export$
|
|
267
|
+
declare const _default$153: typeof __VLS_export$153;
|
|
268
|
+
declare const __VLS_export$153: __VLS_WithSlots$116<_$vue.DefineComponent<AlertDialogCloseProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AlertDialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
269
269
|
default: (props: AlertDialogCloseSlotProps) => any;
|
|
270
270
|
}>;
|
|
271
|
-
type __VLS_WithSlots$
|
|
271
|
+
type __VLS_WithSlots$116<T, S> = T & {
|
|
272
272
|
new (): {
|
|
273
273
|
$slots: S;
|
|
274
274
|
};
|
|
@@ -301,15 +301,15 @@ interface AlertDialogActionSlotProps {
|
|
|
301
301
|
'data-pending': '' | undefined;
|
|
302
302
|
};
|
|
303
303
|
}
|
|
304
|
-
declare const _default$
|
|
305
|
-
declare const __VLS_export$
|
|
304
|
+
declare const _default$152: typeof __VLS_export$152;
|
|
305
|
+
declare const __VLS_export$152: __VLS_WithSlots$115<_$vue.DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
306
306
|
action: (event: AlertDialogActionEvent) => any;
|
|
307
307
|
}, string, _$vue.PublicProps, Readonly<AlertDialogActionProps> & Readonly<{
|
|
308
308
|
onAction?: ((event: AlertDialogActionEvent) => any) | undefined;
|
|
309
309
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
310
310
|
default: (props: AlertDialogActionSlotProps) => any;
|
|
311
311
|
}>;
|
|
312
|
-
type __VLS_WithSlots$
|
|
312
|
+
type __VLS_WithSlots$115<T, S> = T & {
|
|
313
313
|
new (): {
|
|
314
314
|
$slots: S;
|
|
315
315
|
};
|
|
@@ -673,6 +673,35 @@ declare const AlertDialog: {
|
|
|
673
673
|
});
|
|
674
674
|
};
|
|
675
675
|
//#endregion
|
|
676
|
+
//#region src/components/AspectRatio/AspectRatio.vue.d.ts
|
|
677
|
+
interface AspectRatioProps extends AtomProps {
|
|
678
|
+
/**
|
|
679
|
+
* The aspect ratio as `width / height`. Accepts a number (`16 / 9`) or a
|
|
680
|
+
* CSS `aspect-ratio` string (`'16 / 9'`, `'1.777'`).
|
|
681
|
+
* @default 1
|
|
682
|
+
*/
|
|
683
|
+
ratio?: number | string;
|
|
684
|
+
}
|
|
685
|
+
interface AspectRatioSlotProps {
|
|
686
|
+
/** Resolved CSS `aspect-ratio` value. */
|
|
687
|
+
ratio: string;
|
|
688
|
+
/** Attributes to bind to the root element. */
|
|
689
|
+
attrs: {
|
|
690
|
+
style: {
|
|
691
|
+
aspectRatio: string;
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
}
|
|
695
|
+
declare const _default$151: typeof __VLS_export$151;
|
|
696
|
+
declare const __VLS_export$151: __VLS_WithSlots$114<_$vue.DefineComponent<AspectRatioProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AspectRatioProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
697
|
+
default: (props: AspectRatioSlotProps) => any;
|
|
698
|
+
}>;
|
|
699
|
+
type __VLS_WithSlots$114<T, S> = T & {
|
|
700
|
+
new (): {
|
|
701
|
+
$slots: S;
|
|
702
|
+
};
|
|
703
|
+
};
|
|
704
|
+
//#endregion
|
|
676
705
|
//#region src/components/Avatar/AvatarRoot.vue.d.ts
|
|
677
706
|
interface AvatarRootProps extends AtomProps {
|
|
678
707
|
/** Namespace for dependency injection */
|
|
@@ -684,11 +713,11 @@ interface AvatarTicket extends SelectionTicket {
|
|
|
684
713
|
}
|
|
685
714
|
interface AvatarContext extends SelectionContext<AvatarTicket> {}
|
|
686
715
|
declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?: _$vue.App) => AvatarContext;
|
|
687
|
-
declare const _default$
|
|
688
|
-
declare const __VLS_export$
|
|
716
|
+
declare const _default$150: typeof __VLS_export$150;
|
|
717
|
+
declare const __VLS_export$150: __VLS_WithSlots$113<_$vue.DefineComponent<AvatarRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
689
718
|
default?: (props: {}) => any;
|
|
690
719
|
}>;
|
|
691
|
-
type __VLS_WithSlots$
|
|
720
|
+
type __VLS_WithSlots$113<T, S> = T & {
|
|
692
721
|
new (): {
|
|
693
722
|
$slots: S;
|
|
694
723
|
};
|
|
@@ -710,6 +739,14 @@ interface AvatarImageEmits {
|
|
|
710
739
|
interface AvatarImageSlotProps {
|
|
711
740
|
/** Whether this image is currently visible */
|
|
712
741
|
isSelected: boolean;
|
|
742
|
+
/** Current loading status */
|
|
743
|
+
status: ImageStatus;
|
|
744
|
+
/** Whether the image has loaded successfully */
|
|
745
|
+
isLoaded: boolean;
|
|
746
|
+
/** Whether the image failed to load */
|
|
747
|
+
isError: boolean;
|
|
748
|
+
/** Reset the image and re-attempt loading */
|
|
749
|
+
retry: () => void;
|
|
713
750
|
/** Attributes to bind to the image element */
|
|
714
751
|
attrs: {
|
|
715
752
|
role: 'img';
|
|
@@ -718,17 +755,17 @@ interface AvatarImageSlotProps {
|
|
|
718
755
|
onError: (e: Event) => void;
|
|
719
756
|
};
|
|
720
757
|
}
|
|
721
|
-
declare const _default$
|
|
722
|
-
declare const __VLS_export$
|
|
723
|
-
error: (e: Event) => any;
|
|
758
|
+
declare const _default$149: typeof __VLS_export$149;
|
|
759
|
+
declare const __VLS_export$149: __VLS_WithSlots$112<_$vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
724
760
|
load: (e: Event) => any;
|
|
761
|
+
error: (e: Event) => any;
|
|
725
762
|
}, string, _$vue.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
726
|
-
onError?: ((e: Event) => any) | undefined;
|
|
727
763
|
onLoad?: ((e: Event) => any) | undefined;
|
|
764
|
+
onError?: ((e: Event) => any) | undefined;
|
|
728
765
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
729
766
|
default: (props: AvatarImageSlotProps) => any;
|
|
730
767
|
}>;
|
|
731
|
-
type __VLS_WithSlots$
|
|
768
|
+
type __VLS_WithSlots$112<T, S> = T & {
|
|
732
769
|
new (): {
|
|
733
770
|
$slots: S;
|
|
734
771
|
};
|
|
@@ -743,11 +780,11 @@ interface AvatarFallbackSlotProps {
|
|
|
743
780
|
/** Whether this fallback is currently visible */
|
|
744
781
|
isSelected: boolean;
|
|
745
782
|
}
|
|
746
|
-
declare const _default$
|
|
747
|
-
declare const __VLS_export$
|
|
783
|
+
declare const _default$148: typeof __VLS_export$148;
|
|
784
|
+
declare const __VLS_export$148: __VLS_WithSlots$111<_$vue.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
748
785
|
default: (props: AvatarFallbackSlotProps) => any;
|
|
749
786
|
}>;
|
|
750
|
-
type __VLS_WithSlots$
|
|
787
|
+
type __VLS_WithSlots$111<T, S> = T & {
|
|
751
788
|
new (): {
|
|
752
789
|
$slots: S;
|
|
753
790
|
};
|
|
@@ -815,11 +852,11 @@ declare const Avatar: {
|
|
|
815
852
|
*/
|
|
816
853
|
Image: {
|
|
817
854
|
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
818
|
-
onError?: ((e: Event) => any) | undefined;
|
|
819
855
|
onLoad?: ((e: Event) => any) | undefined;
|
|
856
|
+
onError?: ((e: Event) => any) | undefined;
|
|
820
857
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
821
|
-
error: (e: Event) => any;
|
|
822
858
|
load: (e: Event) => any;
|
|
859
|
+
error: (e: Event) => any;
|
|
823
860
|
}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
824
861
|
P: {};
|
|
825
862
|
B: {};
|
|
@@ -828,18 +865,18 @@ declare const Avatar: {
|
|
|
828
865
|
M: {};
|
|
829
866
|
Defaults: {};
|
|
830
867
|
}, Readonly<AvatarImageProps> & Readonly<{
|
|
831
|
-
onError?: ((e: Event) => any) | undefined;
|
|
832
868
|
onLoad?: ((e: Event) => any) | undefined;
|
|
869
|
+
onError?: ((e: Event) => any) | undefined;
|
|
833
870
|
}>, {}, {}, {}, {}, {}>;
|
|
834
871
|
__isFragment?: never;
|
|
835
872
|
__isTeleport?: never;
|
|
836
873
|
__isSuspense?: never;
|
|
837
874
|
} & _$vue.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
838
|
-
onError?: ((e: Event) => any) | undefined;
|
|
839
875
|
onLoad?: ((e: Event) => any) | undefined;
|
|
876
|
+
onError?: ((e: Event) => any) | undefined;
|
|
840
877
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
841
|
-
error: (e: Event) => any;
|
|
842
878
|
load: (e: Event) => any;
|
|
879
|
+
error: (e: Event) => any;
|
|
843
880
|
}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
844
881
|
$slots: {
|
|
845
882
|
default: (props: AvatarImageSlotProps) => any;
|
|
@@ -944,11 +981,11 @@ interface BreadcrumbsRootSlotProps {
|
|
|
944
981
|
};
|
|
945
982
|
}
|
|
946
983
|
declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?: _$vue.App) => BreadcrumbsRootContext;
|
|
947
|
-
declare const _default$
|
|
948
|
-
declare const __VLS_export$
|
|
984
|
+
declare const _default$147: typeof __VLS_export$147;
|
|
985
|
+
declare const __VLS_export$147: __VLS_WithSlots$110<_$vue.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
949
986
|
default: (props: BreadcrumbsRootSlotProps) => unknown;
|
|
950
987
|
}>;
|
|
951
|
-
type __VLS_WithSlots$
|
|
988
|
+
type __VLS_WithSlots$110<T, S> = T & {
|
|
952
989
|
new (): {
|
|
953
990
|
$slots: S;
|
|
954
991
|
};
|
|
@@ -961,11 +998,11 @@ interface BreadcrumbsListSlotProps {
|
|
|
961
998
|
role: 'list';
|
|
962
999
|
};
|
|
963
1000
|
}
|
|
964
|
-
declare const _default$
|
|
965
|
-
declare const __VLS_export$
|
|
1001
|
+
declare const _default$146: typeof __VLS_export$146;
|
|
1002
|
+
declare const __VLS_export$146: __VLS_WithSlots$109<_$vue.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
966
1003
|
default: (props: BreadcrumbsListSlotProps) => unknown;
|
|
967
1004
|
}>;
|
|
968
|
-
type __VLS_WithSlots$
|
|
1005
|
+
type __VLS_WithSlots$109<T, S> = T & {
|
|
969
1006
|
new (): {
|
|
970
1007
|
$slots: S;
|
|
971
1008
|
};
|
|
@@ -992,11 +1029,11 @@ interface BreadcrumbsItemSlotProps {
|
|
|
992
1029
|
'data-selected': true | undefined;
|
|
993
1030
|
};
|
|
994
1031
|
}
|
|
995
|
-
declare const _default$
|
|
996
|
-
declare const __VLS_export$
|
|
1032
|
+
declare const _default$145: typeof __VLS_export$145;
|
|
1033
|
+
declare const __VLS_export$145: __VLS_WithSlots$108<_$vue.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
997
1034
|
default: (props: BreadcrumbsItemSlotProps) => unknown;
|
|
998
1035
|
}>;
|
|
999
|
-
type __VLS_WithSlots$
|
|
1036
|
+
type __VLS_WithSlots$108<T, S> = T & {
|
|
1000
1037
|
new (): {
|
|
1001
1038
|
$slots: S;
|
|
1002
1039
|
};
|
|
@@ -1010,11 +1047,11 @@ interface BreadcrumbsPageSlotProps {
|
|
|
1010
1047
|
'aria-current': 'page';
|
|
1011
1048
|
};
|
|
1012
1049
|
}
|
|
1013
|
-
declare const _default$
|
|
1014
|
-
declare const __VLS_export$
|
|
1050
|
+
declare const _default$144: typeof __VLS_export$144;
|
|
1051
|
+
declare const __VLS_export$144: __VLS_WithSlots$107<_$vue.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
1015
1052
|
default: (props: BreadcrumbsPageSlotProps) => unknown;
|
|
1016
1053
|
}>;
|
|
1017
|
-
type __VLS_WithSlots$
|
|
1054
|
+
type __VLS_WithSlots$107<T, S> = T & {
|
|
1018
1055
|
new (): {
|
|
1019
1056
|
$slots: S;
|
|
1020
1057
|
};
|
|
@@ -1042,11 +1079,11 @@ interface BreadcrumbsDividerSlotProps {
|
|
|
1042
1079
|
'data-selected': true | undefined;
|
|
1043
1080
|
};
|
|
1044
1081
|
}
|
|
1045
|
-
declare const _default$
|
|
1046
|
-
declare const __VLS_export$
|
|
1082
|
+
declare const _default$143: typeof __VLS_export$143;
|
|
1083
|
+
declare const __VLS_export$143: __VLS_WithSlots$106<_$vue.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
1047
1084
|
default: (props: BreadcrumbsDividerSlotProps) => unknown;
|
|
1048
1085
|
}>;
|
|
1049
|
-
type __VLS_WithSlots$
|
|
1086
|
+
type __VLS_WithSlots$106<T, S> = T & {
|
|
1050
1087
|
new (): {
|
|
1051
1088
|
$slots: S;
|
|
1052
1089
|
};
|
|
@@ -1074,11 +1111,11 @@ interface BreadcrumbsEllipsisSlotProps {
|
|
|
1074
1111
|
'data-selected': true | undefined;
|
|
1075
1112
|
};
|
|
1076
1113
|
}
|
|
1077
|
-
declare const _default$
|
|
1078
|
-
declare const __VLS_export$
|
|
1114
|
+
declare const _default$142: typeof __VLS_export$142;
|
|
1115
|
+
declare const __VLS_export$142: __VLS_WithSlots$105<_$vue.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
1079
1116
|
default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
|
|
1080
1117
|
}>;
|
|
1081
|
-
type __VLS_WithSlots$
|
|
1118
|
+
type __VLS_WithSlots$105<T, S> = T & {
|
|
1082
1119
|
new (): {
|
|
1083
1120
|
$slots: S;
|
|
1084
1121
|
};
|
|
@@ -1086,11 +1123,11 @@ type __VLS_WithSlots$95<T, S> = T & {
|
|
|
1086
1123
|
//#endregion
|
|
1087
1124
|
//#region src/components/Breadcrumbs/BreadcrumbsLink.vue.d.ts
|
|
1088
1125
|
type BreadcrumbsLinkProps = AtomProps;
|
|
1089
|
-
declare const _default$
|
|
1090
|
-
declare const __VLS_export$
|
|
1126
|
+
declare const _default$141: typeof __VLS_export$141;
|
|
1127
|
+
declare const __VLS_export$141: __VLS_WithSlots$104<_$vue.DefineComponent<AtomProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
1091
1128
|
default?: (props: {}) => any;
|
|
1092
1129
|
}>;
|
|
1093
|
-
type __VLS_WithSlots$
|
|
1130
|
+
type __VLS_WithSlots$104<T, S> = T & {
|
|
1094
1131
|
new (): {
|
|
1095
1132
|
$slots: S;
|
|
1096
1133
|
};
|
|
@@ -1397,11 +1434,11 @@ interface ButtonContentProps {
|
|
|
1397
1434
|
interface ButtonContentSlotProps {
|
|
1398
1435
|
isSelected: boolean;
|
|
1399
1436
|
}
|
|
1400
|
-
declare const _default$
|
|
1401
|
-
declare const __VLS_export$
|
|
1437
|
+
declare const _default$140: typeof __VLS_export$140;
|
|
1438
|
+
declare const __VLS_export$140: __VLS_WithSlots$103<_$vue.DefineComponent<ButtonContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
1402
1439
|
default: (props: ButtonContentSlotProps) => any;
|
|
1403
1440
|
}>;
|
|
1404
|
-
type __VLS_WithSlots$
|
|
1441
|
+
type __VLS_WithSlots$103<T, S> = T & {
|
|
1405
1442
|
new (): {
|
|
1406
1443
|
$slots: S;
|
|
1407
1444
|
};
|
|
@@ -1441,9 +1478,9 @@ interface ButtonGroupSlotProps {
|
|
|
1441
1478
|
};
|
|
1442
1479
|
}
|
|
1443
1480
|
declare const useButtonGroup: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideButtonGroup: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: _$vue.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
1444
|
-
declare const _default$
|
|
1445
|
-
declare const __VLS_export$
|
|
1446
|
-
props: _$vue.PublicProps & __VLS_PrettifyLocal$
|
|
1481
|
+
declare const _default$139: typeof __VLS_export$139;
|
|
1482
|
+
declare const __VLS_export$139: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$29<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1483
|
+
props: _$vue.PublicProps & __VLS_PrettifyLocal$29<(ButtonGroupProps & {
|
|
1447
1484
|
modelValue?: T | T[];
|
|
1448
1485
|
}) & {
|
|
1449
1486
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
@@ -1460,7 +1497,7 @@ declare const __VLS_export$127: <T = unknown>(__VLS_props: NonNullable<Awaited<t
|
|
|
1460
1497
|
}>) => _$vue.VNode & {
|
|
1461
1498
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1462
1499
|
};
|
|
1463
|
-
type __VLS_PrettifyLocal$
|
|
1500
|
+
type __VLS_PrettifyLocal$29<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1464
1501
|
//#endregion
|
|
1465
1502
|
//#region src/components/Button/ButtonHiddenInput.vue.d.ts
|
|
1466
1503
|
interface ButtonHiddenInputProps {
|
|
@@ -1473,8 +1510,8 @@ interface ButtonHiddenInputProps {
|
|
|
1473
1510
|
/** Associate with form by ID */
|
|
1474
1511
|
form?: string;
|
|
1475
1512
|
}
|
|
1476
|
-
declare const _default$
|
|
1477
|
-
declare const __VLS_export$
|
|
1513
|
+
declare const _default$138: typeof __VLS_export$138;
|
|
1514
|
+
declare const __VLS_export$138: _$vue.DefineComponent<ButtonHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1478
1515
|
//#endregion
|
|
1479
1516
|
//#region src/components/Button/ButtonIcon.vue.d.ts
|
|
1480
1517
|
interface ButtonIconProps extends AtomProps {
|
|
@@ -1489,11 +1526,11 @@ interface ButtonIconSlotProps {
|
|
|
1489
1526
|
'aria-hidden': true;
|
|
1490
1527
|
};
|
|
1491
1528
|
}
|
|
1492
|
-
declare const _default$
|
|
1493
|
-
declare const __VLS_export$
|
|
1529
|
+
declare const _default$137: typeof __VLS_export$137;
|
|
1530
|
+
declare const __VLS_export$137: __VLS_WithSlots$102<_$vue.DefineComponent<ButtonIconProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonIconProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
1494
1531
|
default: (props: ButtonIconSlotProps) => any;
|
|
1495
1532
|
}>;
|
|
1496
|
-
type __VLS_WithSlots$
|
|
1533
|
+
type __VLS_WithSlots$102<T, S> = T & {
|
|
1497
1534
|
new (): {
|
|
1498
1535
|
$slots: S;
|
|
1499
1536
|
};
|
|
@@ -1510,11 +1547,11 @@ interface ButtonLoadingSlotProps {
|
|
|
1510
1547
|
/** Whether this loading indicator is currently selected/visible */
|
|
1511
1548
|
isSelected: boolean;
|
|
1512
1549
|
}
|
|
1513
|
-
declare const _default$
|
|
1514
|
-
declare const __VLS_export$
|
|
1550
|
+
declare const _default$136: typeof __VLS_export$136;
|
|
1551
|
+
declare const __VLS_export$136: __VLS_WithSlots$101<_$vue.DefineComponent<ButtonLoadingProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ButtonLoadingProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
1515
1552
|
default: (props: ButtonLoadingSlotProps) => any;
|
|
1516
1553
|
}>;
|
|
1517
|
-
type __VLS_WithSlots$
|
|
1554
|
+
type __VLS_WithSlots$101<T, S> = T & {
|
|
1518
1555
|
new (): {
|
|
1519
1556
|
$slots: S;
|
|
1520
1557
|
};
|
|
@@ -1598,9 +1635,9 @@ interface ButtonRootSlotProps {
|
|
|
1598
1635
|
};
|
|
1599
1636
|
}
|
|
1600
1637
|
declare const useButtonRoot: (key: string, defaultValue?: ButtonRootContext | undefined) => ButtonRootContext, provideButtonRoot: (key: string, context: ButtonRootContext, app?: _$vue.App) => ButtonRootContext;
|
|
1601
|
-
declare const _default$
|
|
1602
|
-
declare const __VLS_export$
|
|
1603
|
-
props: _$vue.PublicProps & __VLS_PrettifyLocal$
|
|
1638
|
+
declare const _default$135: typeof __VLS_export$135;
|
|
1639
|
+
declare const __VLS_export$135: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$28<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1640
|
+
props: _$vue.PublicProps & __VLS_PrettifyLocal$28<ButtonRootProps<V>> & (typeof globalThis extends {
|
|
1604
1641
|
__VLS_PROPS_FALLBACK: infer P;
|
|
1605
1642
|
} ? P : {});
|
|
1606
1643
|
expose: (exposed: {}) => void;
|
|
@@ -1612,7 +1649,7 @@ declare const __VLS_export$123: <V = unknown>(__VLS_props: NonNullable<Awaited<t
|
|
|
1612
1649
|
}>) => _$vue.VNode & {
|
|
1613
1650
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1614
1651
|
};
|
|
1615
|
-
type __VLS_PrettifyLocal$
|
|
1652
|
+
type __VLS_PrettifyLocal$28<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1616
1653
|
//#endregion
|
|
1617
1654
|
//#region src/components/Button/index.d.ts
|
|
1618
1655
|
/**
|
|
@@ -1885,155 +1922,909 @@ declare const Button: {
|
|
|
1885
1922
|
};
|
|
1886
1923
|
};
|
|
1887
1924
|
//#endregion
|
|
1888
|
-
//#region src/components/
|
|
1889
|
-
|
|
1890
|
-
|
|
1925
|
+
//#region src/components/Carousel/CarouselRoot.vue.d.ts
|
|
1926
|
+
type CarouselOrientation = 'horizontal' | 'vertical';
|
|
1927
|
+
interface CarouselTicket extends StepTicket {
|
|
1928
|
+
/** Element reference for DOM measurement */
|
|
1929
|
+
el?: MaybeRefOrGetter<HTMLElement | null>;
|
|
1930
|
+
}
|
|
1931
|
+
interface CarouselRootProps extends AtomProps {
|
|
1932
|
+
/** Unique identifier for the carousel */
|
|
1933
|
+
id?: string;
|
|
1934
|
+
/** Accessible label for the carousel region */
|
|
1935
|
+
label?: string;
|
|
1936
|
+
/** Namespace for dependency injection (must match child namespace) */
|
|
1891
1937
|
namespace?: string;
|
|
1892
|
-
/** Disables the entire
|
|
1938
|
+
/** Disables the entire carousel */
|
|
1893
1939
|
disabled?: boolean;
|
|
1894
|
-
/**
|
|
1895
|
-
|
|
1896
|
-
/**
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
/** ID of element that describes this group */
|
|
1908
|
-
ariaDescribedby?: string;
|
|
1909
|
-
}
|
|
1910
|
-
interface CheckboxGroupSlotProps {
|
|
1911
|
-
/** Whether the checkbox group is disabled */
|
|
1940
|
+
/** Whether navigation wraps around from last to first */
|
|
1941
|
+
circular?: boolean;
|
|
1942
|
+
/** Carousel orientation */
|
|
1943
|
+
orientation?: CarouselOrientation;
|
|
1944
|
+
/** Number of slides visible at once */
|
|
1945
|
+
perView?: number;
|
|
1946
|
+
/** Autoplay interval in milliseconds. 0 disables autoplay. */
|
|
1947
|
+
autoplay?: number;
|
|
1948
|
+
/** Scroll behavior for programmatic navigation */
|
|
1949
|
+
behavior?: ScrollBehavior;
|
|
1950
|
+
}
|
|
1951
|
+
interface CarouselRootSlotProps {
|
|
1952
|
+
/** Whether the carousel is disabled */
|
|
1912
1953
|
isDisabled: boolean;
|
|
1913
|
-
/**
|
|
1914
|
-
|
|
1915
|
-
/**
|
|
1916
|
-
|
|
1917
|
-
/**
|
|
1918
|
-
|
|
1919
|
-
/** Select
|
|
1920
|
-
|
|
1921
|
-
/**
|
|
1922
|
-
|
|
1923
|
-
/**
|
|
1924
|
-
|
|
1925
|
-
/**
|
|
1926
|
-
|
|
1927
|
-
/**
|
|
1928
|
-
|
|
1929
|
-
/**
|
|
1930
|
-
|
|
1954
|
+
/** Current orientation */
|
|
1955
|
+
orientation: CarouselOrientation;
|
|
1956
|
+
/** Number of slides visible at once */
|
|
1957
|
+
perView: number;
|
|
1958
|
+
/** Select the first slide */
|
|
1959
|
+
first: () => void;
|
|
1960
|
+
/** Select the last slide */
|
|
1961
|
+
last: () => void;
|
|
1962
|
+
/** Select the next slide */
|
|
1963
|
+
next: () => void;
|
|
1964
|
+
/** Select the previous slide */
|
|
1965
|
+
prev: () => void;
|
|
1966
|
+
/** Step forward or backward by a specific count */
|
|
1967
|
+
step: (count: number) => void;
|
|
1968
|
+
/** Select a slide by ID */
|
|
1969
|
+
select: (id: ID) => void;
|
|
1970
|
+
/** Whether autoplay is active */
|
|
1971
|
+
isAutoplay: boolean;
|
|
1972
|
+
/** Whether autoplay is paused */
|
|
1973
|
+
isPaused: boolean;
|
|
1974
|
+
/** Milliseconds remaining until next slide */
|
|
1975
|
+
remaining: number;
|
|
1976
|
+
/** Start or restart autoplay from full interval */
|
|
1977
|
+
play: () => void;
|
|
1978
|
+
/** Stop autoplay and reset timer */
|
|
1979
|
+
stop: () => void;
|
|
1980
|
+
/** Pause autoplay, preserving remaining time */
|
|
1981
|
+
pause: () => void;
|
|
1982
|
+
/** Resume autoplay from where it was paused */
|
|
1983
|
+
resume: () => void;
|
|
1931
1984
|
/** Attributes to bind to the root element */
|
|
1932
1985
|
attrs: {
|
|
1933
|
-
'role': '
|
|
1934
|
-
'aria-
|
|
1935
|
-
'aria-
|
|
1936
|
-
'aria-
|
|
1986
|
+
'role': 'region';
|
|
1987
|
+
'aria-roledescription': 'carousel';
|
|
1988
|
+
'aria-label': string;
|
|
1989
|
+
'aria-disabled': boolean;
|
|
1990
|
+
'data-disabled': true | undefined;
|
|
1937
1991
|
};
|
|
1938
1992
|
}
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1993
|
+
interface CarouselPartTicket extends RegistryTicketInput {
|
|
1994
|
+
type: 'viewport' | 'previous' | 'next' | 'indicator' | 'progress' | 'live-region';
|
|
1995
|
+
el: MaybeRefOrGetter<HTMLElement | null>;
|
|
1996
|
+
}
|
|
1997
|
+
interface CarouselContext extends StepContext<CarouselTicket> {
|
|
1998
|
+
/** Carousel orientation */
|
|
1999
|
+
orientation: Ref<CarouselOrientation>;
|
|
2000
|
+
/** Number of slides visible at once */
|
|
2001
|
+
perView: Ref<number>;
|
|
2002
|
+
/** Whether navigation wraps around */
|
|
2003
|
+
circular: Ref<boolean>;
|
|
2004
|
+
/** Root ID for generating sub-component IDs */
|
|
2005
|
+
rootId: string;
|
|
2006
|
+
/** Scroll behavior for programmatic navigation */
|
|
2007
|
+
behavior: Ref<ScrollBehavior>;
|
|
2008
|
+
/** Registry for structural sub-components */
|
|
2009
|
+
parts: RegistryContext<CarouselPartTicket>;
|
|
2010
|
+
/** Autoplay interval duration in ms (0 = disabled) */
|
|
2011
|
+
autoplay: Readonly<Ref<number>>;
|
|
2012
|
+
/** Milliseconds remaining until next auto-advance */
|
|
2013
|
+
remaining: Readonly<Ref<number>>;
|
|
2014
|
+
/** Whether autoplay is currently active */
|
|
2015
|
+
isAutoplay: Readonly<Ref<boolean>>;
|
|
2016
|
+
/** Whether autoplay is currently paused */
|
|
2017
|
+
isPaused: Readonly<Ref<boolean>>;
|
|
2018
|
+
/** Restart autoplay from full interval */
|
|
2019
|
+
play: () => void;
|
|
2020
|
+
/** Pause autoplay timer */
|
|
2021
|
+
pause: () => void;
|
|
2022
|
+
/** Resume autoplay timer from remaining time */
|
|
2023
|
+
resume: () => void;
|
|
2024
|
+
}
|
|
2025
|
+
declare const useCarouselRoot: (key: string, defaultValue?: CarouselContext | undefined) => CarouselContext, provideCarouselRoot: (key: string, context: CarouselContext, app?: _$vue.App) => CarouselContext;
|
|
2026
|
+
declare const _default$134: typeof __VLS_export$134;
|
|
2027
|
+
declare const __VLS_export$134: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$27<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2028
|
+
props: _$vue.PublicProps & __VLS_PrettifyLocal$27<(CarouselRootProps & {
|
|
1943
2029
|
modelValue?: T | T[];
|
|
1944
2030
|
}) & {
|
|
1945
2031
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
1946
|
-
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
1947
2032
|
}> & (typeof globalThis extends {
|
|
1948
2033
|
__VLS_PROPS_FALLBACK: infer P;
|
|
1949
2034
|
} ? P : {});
|
|
1950
2035
|
expose: (exposed: {}) => void;
|
|
1951
2036
|
attrs: any;
|
|
1952
2037
|
slots: {
|
|
1953
|
-
default: (props:
|
|
2038
|
+
default: (props: CarouselRootSlotProps) => any;
|
|
1954
2039
|
};
|
|
1955
|
-
emit: (
|
|
2040
|
+
emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
|
|
1956
2041
|
}>) => _$vue.VNode & {
|
|
1957
2042
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1958
2043
|
};
|
|
1959
|
-
type __VLS_PrettifyLocal$
|
|
2044
|
+
type __VLS_PrettifyLocal$27<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1960
2045
|
//#endregion
|
|
1961
|
-
//#region src/components/
|
|
1962
|
-
interface
|
|
1963
|
-
/** Namespace for
|
|
2046
|
+
//#region src/components/Carousel/CarouselViewport.vue.d.ts
|
|
2047
|
+
interface CarouselViewportProps extends AtomProps {
|
|
2048
|
+
/** Namespace for connecting to parent Carousel.Root */
|
|
1964
2049
|
namespace?: string;
|
|
1965
|
-
/** Form field name (defaults to context value) */
|
|
1966
|
-
name?: string;
|
|
1967
|
-
/** Submitted value when checked (defaults to context value or 'on') */
|
|
1968
|
-
value?: string;
|
|
1969
|
-
/** Associate with form by ID (defaults to context value) */
|
|
1970
|
-
form?: string;
|
|
1971
2050
|
}
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
readonly label?: string;
|
|
1983
|
-
/** Value associated with this checkbox */
|
|
1984
|
-
readonly value: V | undefined;
|
|
1985
|
-
/** Form field name (triggers auto hidden input when provided) */
|
|
1986
|
-
readonly name?: string;
|
|
1987
|
-
/** Associate with form by ID */
|
|
1988
|
-
readonly form?: string;
|
|
1989
|
-
/** Whether this checkbox is currently checked */
|
|
1990
|
-
isChecked: Readonly<Ref<boolean>>;
|
|
1991
|
-
/** Whether this checkbox is in a mixed/indeterminate state */
|
|
1992
|
-
isMixed: Readonly<Ref<boolean>>;
|
|
1993
|
-
/** Whether this checkbox is disabled */
|
|
1994
|
-
isDisabled: Readonly<Ref<boolean>>;
|
|
1995
|
-
/** Check this checkbox */
|
|
1996
|
-
select: () => void;
|
|
1997
|
-
/** Uncheck this checkbox */
|
|
1998
|
-
unselect: () => void;
|
|
1999
|
-
/** Toggle this checkbox's state */
|
|
2000
|
-
toggle: () => void;
|
|
2001
|
-
/** Set this checkbox to mixed/indeterminate state (group mode only) */
|
|
2002
|
-
mix: () => void;
|
|
2003
|
-
/** Clear mixed/indeterminate state (group mode only) */
|
|
2004
|
-
unmix: () => void;
|
|
2051
|
+
interface CarouselViewportSlotProps {
|
|
2052
|
+
/** Whether the user is currently dragging/scrolling */
|
|
2053
|
+
isDragging: boolean;
|
|
2054
|
+
/** Attributes to bind to the viewport element */
|
|
2055
|
+
attrs: {
|
|
2056
|
+
'id': string;
|
|
2057
|
+
'data-orientation': 'horizontal' | 'vertical';
|
|
2058
|
+
'data-dragging': true | undefined;
|
|
2059
|
+
'style': Record<string, string | number>;
|
|
2060
|
+
};
|
|
2005
2061
|
}
|
|
2006
|
-
|
|
2062
|
+
declare const _default$133: typeof __VLS_export$133;
|
|
2063
|
+
declare const __VLS_export$133: __VLS_WithSlots$100<_$vue.DefineComponent<CarouselViewportProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2064
|
+
default: (props: CarouselViewportSlotProps) => any;
|
|
2065
|
+
}>;
|
|
2066
|
+
type __VLS_WithSlots$100<T, S> = T & {
|
|
2067
|
+
new (): {
|
|
2068
|
+
$slots: S;
|
|
2069
|
+
};
|
|
2070
|
+
};
|
|
2071
|
+
//#endregion
|
|
2072
|
+
//#region src/components/Carousel/CarouselItem.vue.d.ts
|
|
2073
|
+
interface CarouselItemProps<V = unknown> extends AtomProps {
|
|
2007
2074
|
/** Unique identifier (auto-generated if not provided) */
|
|
2008
2075
|
id?: ID;
|
|
2009
|
-
/**
|
|
2010
|
-
label?: string;
|
|
2011
|
-
/** Value associated with this checkbox (used in group mode and form submission) */
|
|
2076
|
+
/** Value associated with this slide */
|
|
2012
2077
|
value?: V;
|
|
2013
|
-
/**
|
|
2014
|
-
name?: string;
|
|
2015
|
-
/** Associate with form by ID */
|
|
2016
|
-
form?: string;
|
|
2017
|
-
/** Disables this checkbox */
|
|
2078
|
+
/** Disables this specific slide */
|
|
2018
2079
|
disabled?: MaybeRefOrGetter<boolean>;
|
|
2019
|
-
/**
|
|
2020
|
-
indeterminate?: MaybeRefOrGetter<boolean>;
|
|
2021
|
-
/** Namespace for context provision to children (Indicator, HiddenInput) */
|
|
2080
|
+
/** Namespace for dependency injection */
|
|
2022
2081
|
namespace?: string;
|
|
2023
|
-
/** Namespace for connecting to parent Checkbox.Group */
|
|
2024
|
-
groupNamespace?: string;
|
|
2025
|
-
/** ID of element that labels this checkbox */
|
|
2026
|
-
ariaLabelledby?: string;
|
|
2027
|
-
/** ID of element that describes this checkbox */
|
|
2028
|
-
ariaDescribedby?: string;
|
|
2029
|
-
/** Whether the checkbox has an invalid value */
|
|
2030
|
-
ariaInvalid?: boolean;
|
|
2031
2082
|
}
|
|
2032
|
-
interface
|
|
2083
|
+
interface CarouselItemSlotProps {
|
|
2033
2084
|
/** Unique identifier */
|
|
2034
|
-
id:
|
|
2035
|
-
/**
|
|
2036
|
-
|
|
2085
|
+
id: string;
|
|
2086
|
+
/** Whether this slide is the selected (anchor) slide */
|
|
2087
|
+
isSelected: boolean;
|
|
2088
|
+
/** Whether this slide is in the visible window */
|
|
2089
|
+
isActive: boolean;
|
|
2090
|
+
/** Whether this slide is disabled */
|
|
2091
|
+
isDisabled: boolean;
|
|
2092
|
+
/** Slide index in the carousel */
|
|
2093
|
+
index: number;
|
|
2094
|
+
/** Select this slide */
|
|
2095
|
+
select: () => void;
|
|
2096
|
+
/** Unselect this slide */
|
|
2097
|
+
unselect: () => void;
|
|
2098
|
+
/** Toggle this slide's selection state */
|
|
2099
|
+
toggle: () => void;
|
|
2100
|
+
/** Attributes to bind to the slide element */
|
|
2101
|
+
attrs: {
|
|
2102
|
+
'id': string;
|
|
2103
|
+
'role': 'group';
|
|
2104
|
+
'aria-roledescription': 'slide';
|
|
2105
|
+
'aria-label': string;
|
|
2106
|
+
'aria-hidden': true | undefined;
|
|
2107
|
+
'data-selected': true | undefined;
|
|
2108
|
+
'data-active': true | undefined;
|
|
2109
|
+
'data-disabled': true | undefined;
|
|
2110
|
+
'data-index': number;
|
|
2111
|
+
'style': Record<string, string>;
|
|
2112
|
+
};
|
|
2113
|
+
}
|
|
2114
|
+
declare const _default$132: typeof __VLS_export$132;
|
|
2115
|
+
declare const __VLS_export$132: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$26<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2116
|
+
props: _$vue.PublicProps & __VLS_PrettifyLocal$26<CarouselItemProps<V>> & (typeof globalThis extends {
|
|
2117
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2118
|
+
} ? P : {});
|
|
2119
|
+
expose: (exposed: {}) => void;
|
|
2120
|
+
attrs: any;
|
|
2121
|
+
slots: {
|
|
2122
|
+
default: (props: CarouselItemSlotProps) => any;
|
|
2123
|
+
};
|
|
2124
|
+
emit: {};
|
|
2125
|
+
}>) => _$vue.VNode & {
|
|
2126
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2127
|
+
};
|
|
2128
|
+
type __VLS_PrettifyLocal$26<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
2129
|
+
//#endregion
|
|
2130
|
+
//#region src/components/Carousel/CarouselPrevious.vue.d.ts
|
|
2131
|
+
interface CarouselPreviousProps extends AtomProps {
|
|
2132
|
+
/** Namespace for connecting to parent Carousel.Root */
|
|
2133
|
+
namespace?: string;
|
|
2134
|
+
}
|
|
2135
|
+
interface CarouselPreviousSlotProps {
|
|
2136
|
+
/** Whether the button is disabled */
|
|
2137
|
+
isDisabled: boolean;
|
|
2138
|
+
/** Whether the carousel is at the first slide (non-circular) */
|
|
2139
|
+
isAtEdge: boolean;
|
|
2140
|
+
/** Attributes to bind to the button element */
|
|
2141
|
+
attrs: {
|
|
2142
|
+
'type': 'button' | undefined;
|
|
2143
|
+
'aria-label': string;
|
|
2144
|
+
'aria-controls': string;
|
|
2145
|
+
'aria-disabled': boolean;
|
|
2146
|
+
'disabled': boolean | undefined;
|
|
2147
|
+
'data-disabled': true | undefined;
|
|
2148
|
+
'data-edge': true | undefined;
|
|
2149
|
+
'onClick': () => void;
|
|
2150
|
+
};
|
|
2151
|
+
}
|
|
2152
|
+
declare const _default$131: typeof __VLS_export$131;
|
|
2153
|
+
declare const __VLS_export$131: __VLS_WithSlots$99<_$vue.DefineComponent<CarouselPreviousProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselPreviousProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2154
|
+
default: (props: CarouselPreviousSlotProps) => any;
|
|
2155
|
+
}>;
|
|
2156
|
+
type __VLS_WithSlots$99<T, S> = T & {
|
|
2157
|
+
new (): {
|
|
2158
|
+
$slots: S;
|
|
2159
|
+
};
|
|
2160
|
+
};
|
|
2161
|
+
//#endregion
|
|
2162
|
+
//#region src/components/Carousel/CarouselNext.vue.d.ts
|
|
2163
|
+
interface CarouselNextProps extends AtomProps {
|
|
2164
|
+
/** Namespace for connecting to parent Carousel.Root */
|
|
2165
|
+
namespace?: string;
|
|
2166
|
+
}
|
|
2167
|
+
interface CarouselNextSlotProps {
|
|
2168
|
+
/** Whether the button is disabled */
|
|
2169
|
+
isDisabled: boolean;
|
|
2170
|
+
/** Whether the carousel is at the last slide (non-circular) */
|
|
2171
|
+
isAtEdge: boolean;
|
|
2172
|
+
/** Attributes to bind to the button element */
|
|
2173
|
+
attrs: {
|
|
2174
|
+
'type': 'button' | undefined;
|
|
2175
|
+
'aria-label': string;
|
|
2176
|
+
'aria-controls': string;
|
|
2177
|
+
'aria-disabled': boolean;
|
|
2178
|
+
'disabled': boolean | undefined;
|
|
2179
|
+
'data-disabled': true | undefined;
|
|
2180
|
+
'data-edge': true | undefined;
|
|
2181
|
+
'onClick': () => void;
|
|
2182
|
+
};
|
|
2183
|
+
}
|
|
2184
|
+
declare const _default$130: typeof __VLS_export$130;
|
|
2185
|
+
declare const __VLS_export$130: __VLS_WithSlots$98<_$vue.DefineComponent<CarouselNextProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselNextProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2186
|
+
default: (props: CarouselNextSlotProps) => any;
|
|
2187
|
+
}>;
|
|
2188
|
+
type __VLS_WithSlots$98<T, S> = T & {
|
|
2189
|
+
new (): {
|
|
2190
|
+
$slots: S;
|
|
2191
|
+
};
|
|
2192
|
+
};
|
|
2193
|
+
//#endregion
|
|
2194
|
+
//#region src/components/Carousel/CarouselIndicator.vue.d.ts
|
|
2195
|
+
interface CarouselIndicatorProps extends AtomProps {
|
|
2196
|
+
/** Accessible label for the indicator group */
|
|
2197
|
+
label?: string;
|
|
2198
|
+
/** Namespace for connecting to parent Carousel.Root */
|
|
2199
|
+
namespace?: string;
|
|
2200
|
+
}
|
|
2201
|
+
interface CarouselIndicatorItem {
|
|
2202
|
+
/** Slide index (0-based) */
|
|
2203
|
+
index: number;
|
|
2204
|
+
/** Whether this indicator's slide is selected */
|
|
2205
|
+
isSelected: boolean;
|
|
2206
|
+
/** Whether this indicator's slide is in the visible window */
|
|
2207
|
+
isActive: boolean;
|
|
2208
|
+
/** Attributes to bind to each indicator element */
|
|
2209
|
+
attrs: {
|
|
2210
|
+
'role': 'tab';
|
|
2211
|
+
'tabindex': 0 | -1;
|
|
2212
|
+
'aria-selected': boolean;
|
|
2213
|
+
'aria-controls': string;
|
|
2214
|
+
'aria-label': string;
|
|
2215
|
+
'data-selected': true | undefined;
|
|
2216
|
+
'data-active': true | undefined;
|
|
2217
|
+
'onClick': () => void;
|
|
2218
|
+
'onKeydown': (e: KeyboardEvent) => void;
|
|
2219
|
+
};
|
|
2220
|
+
}
|
|
2221
|
+
interface CarouselIndicatorSlotProps {
|
|
2222
|
+
/** Total number of slides */
|
|
2223
|
+
size: number;
|
|
2224
|
+
/** Currently selected slide index */
|
|
2225
|
+
selectedIndex: number;
|
|
2226
|
+
/** Array of indicator items with per-dot state and attrs */
|
|
2227
|
+
items: CarouselIndicatorItem[];
|
|
2228
|
+
/** Attributes to bind to the indicator container */
|
|
2229
|
+
attrs: {
|
|
2230
|
+
'role': 'tablist';
|
|
2231
|
+
'aria-label': string;
|
|
2232
|
+
'aria-orientation': 'horizontal' | 'vertical';
|
|
2233
|
+
};
|
|
2234
|
+
}
|
|
2235
|
+
declare const _default$129: typeof __VLS_export$129;
|
|
2236
|
+
declare const __VLS_export$129: __VLS_WithSlots$97<_$vue.DefineComponent<CarouselIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2237
|
+
default: (props: CarouselIndicatorSlotProps) => any;
|
|
2238
|
+
}>;
|
|
2239
|
+
type __VLS_WithSlots$97<T, S> = T & {
|
|
2240
|
+
new (): {
|
|
2241
|
+
$slots: S;
|
|
2242
|
+
};
|
|
2243
|
+
};
|
|
2244
|
+
//#endregion
|
|
2245
|
+
//#region src/components/Carousel/CarouselProgress.vue.d.ts
|
|
2246
|
+
interface CarouselProgressProps extends AtomProps {
|
|
2247
|
+
/** Namespace for connecting to parent Carousel.Root */
|
|
2248
|
+
namespace?: string;
|
|
2249
|
+
}
|
|
2250
|
+
interface CarouselProgressSlotProps {
|
|
2251
|
+
/** Progress value from 0 to 1 */
|
|
2252
|
+
progress: number;
|
|
2253
|
+
/** Whether autoplay is currently active */
|
|
2254
|
+
isAutoplay: boolean;
|
|
2255
|
+
/** Whether autoplay is paused */
|
|
2256
|
+
isPaused: boolean;
|
|
2257
|
+
/** Attributes to bind to the progress element */
|
|
2258
|
+
attrs: {
|
|
2259
|
+
'role': 'progressbar';
|
|
2260
|
+
'aria-valuenow': number;
|
|
2261
|
+
'aria-valuemin': 0;
|
|
2262
|
+
'aria-valuemax': 100;
|
|
2263
|
+
'aria-valuetext': string;
|
|
2264
|
+
'aria-label': string;
|
|
2265
|
+
'data-state': 'active' | 'paused' | 'idle';
|
|
2266
|
+
'style': {
|
|
2267
|
+
width: string;
|
|
2268
|
+
};
|
|
2269
|
+
};
|
|
2270
|
+
}
|
|
2271
|
+
declare const _default$128: typeof __VLS_export$128;
|
|
2272
|
+
declare const __VLS_export$128: __VLS_WithSlots$96<_$vue.DefineComponent<CarouselProgressProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselProgressProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2273
|
+
default: (props: CarouselProgressSlotProps) => any;
|
|
2274
|
+
}>;
|
|
2275
|
+
type __VLS_WithSlots$96<T, S> = T & {
|
|
2276
|
+
new (): {
|
|
2277
|
+
$slots: S;
|
|
2278
|
+
};
|
|
2279
|
+
};
|
|
2280
|
+
//#endregion
|
|
2281
|
+
//#region src/components/Carousel/CarouselLiveRegion.vue.d.ts
|
|
2282
|
+
interface CarouselLiveRegionProps extends AtomProps {
|
|
2283
|
+
/** Namespace for connecting to parent Carousel.Root */
|
|
2284
|
+
namespace?: string;
|
|
2285
|
+
}
|
|
2286
|
+
interface CarouselLiveRegionSlotProps {
|
|
2287
|
+
/** Current slide number (1-indexed) */
|
|
2288
|
+
current: number;
|
|
2289
|
+
/** Total number of slides */
|
|
2290
|
+
size: number;
|
|
2291
|
+
/** Announcement text */
|
|
2292
|
+
text: string;
|
|
2293
|
+
/** Attributes to bind to the live region element */
|
|
2294
|
+
attrs: {
|
|
2295
|
+
'aria-atomic': true;
|
|
2296
|
+
'aria-live': 'polite';
|
|
2297
|
+
'role': 'status';
|
|
2298
|
+
};
|
|
2299
|
+
}
|
|
2300
|
+
declare const _default$127: typeof __VLS_export$127;
|
|
2301
|
+
declare const __VLS_export$127: __VLS_WithSlots$95<_$vue.DefineComponent<CarouselLiveRegionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CarouselLiveRegionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2302
|
+
default: (props: CarouselLiveRegionSlotProps) => any;
|
|
2303
|
+
}>;
|
|
2304
|
+
type __VLS_WithSlots$95<T, S> = T & {
|
|
2305
|
+
new (): {
|
|
2306
|
+
$slots: S;
|
|
2307
|
+
};
|
|
2308
|
+
};
|
|
2309
|
+
//#endregion
|
|
2310
|
+
//#region src/components/Carousel/index.d.ts
|
|
2311
|
+
/**
|
|
2312
|
+
* Carousel component with sub-components for building accessible slide navigation.
|
|
2313
|
+
*
|
|
2314
|
+
* @see https://0.vuetifyjs.com/components/semantic/carousel
|
|
2315
|
+
*
|
|
2316
|
+
* @example
|
|
2317
|
+
* ```vue
|
|
2318
|
+
* <script setup lang="ts">
|
|
2319
|
+
* import { Carousel } from '@vuetify/v0'
|
|
2320
|
+
* </script>
|
|
2321
|
+
*
|
|
2322
|
+
* <template>
|
|
2323
|
+
* <Carousel.Root circular>
|
|
2324
|
+
* <Carousel.Viewport>
|
|
2325
|
+
* <Carousel.Item v-for="i in 5" :key="i" :value="i">
|
|
2326
|
+
* Slide {{ i }}
|
|
2327
|
+
* </Carousel.Item>
|
|
2328
|
+
* </Carousel.Viewport>
|
|
2329
|
+
*
|
|
2330
|
+
* <Carousel.Previous>Previous</Carousel.Previous>
|
|
2331
|
+
* <Carousel.Next>Next</Carousel.Next>
|
|
2332
|
+
* </Carousel.Root>
|
|
2333
|
+
* </template>
|
|
2334
|
+
* ```
|
|
2335
|
+
*/
|
|
2336
|
+
declare const Carousel: {
|
|
2337
|
+
/**
|
|
2338
|
+
* Root component that provides carousel context.
|
|
2339
|
+
*
|
|
2340
|
+
* @see https://0.vuetifyjs.com/components/semantic/carousel
|
|
2341
|
+
*
|
|
2342
|
+
* @example
|
|
2343
|
+
* ```vue
|
|
2344
|
+
* <script setup lang="ts">
|
|
2345
|
+
* import { Carousel } from '@vuetify/v0'
|
|
2346
|
+
* </script>
|
|
2347
|
+
*
|
|
2348
|
+
* <template>
|
|
2349
|
+
* <Carousel.Root circular :autoplay="5000">
|
|
2350
|
+
* <Carousel.Viewport>
|
|
2351
|
+
* <Carousel.Item v-for="i in 5" :key="i" :value="i">
|
|
2352
|
+
* Slide {{ i }}
|
|
2353
|
+
* </Carousel.Item>
|
|
2354
|
+
* </Carousel.Viewport>
|
|
2355
|
+
*
|
|
2356
|
+
* <Carousel.Previous>Previous</Carousel.Previous>
|
|
2357
|
+
* <Carousel.Next>Next</Carousel.Next>
|
|
2358
|
+
* <Carousel.LiveRegion class="sr-only" />
|
|
2359
|
+
* </Carousel.Root>
|
|
2360
|
+
* </template>
|
|
2361
|
+
* ```
|
|
2362
|
+
*/
|
|
2363
|
+
Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2364
|
+
attrs: any;
|
|
2365
|
+
emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2366
|
+
slots: {
|
|
2367
|
+
default: (props: CarouselRootSlotProps) => any;
|
|
2368
|
+
};
|
|
2369
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2370
|
+
props: _$vue.PublicProps & {
|
|
2371
|
+
id?: string | undefined;
|
|
2372
|
+
label?: string | undefined;
|
|
2373
|
+
namespace?: string | undefined;
|
|
2374
|
+
disabled?: boolean | undefined;
|
|
2375
|
+
circular?: boolean | undefined;
|
|
2376
|
+
orientation?: CarouselOrientation | undefined;
|
|
2377
|
+
perView?: number | undefined;
|
|
2378
|
+
autoplay?: number | undefined;
|
|
2379
|
+
behavior?: ScrollBehavior | undefined;
|
|
2380
|
+
as?: (DOMElement | null) | undefined;
|
|
2381
|
+
renderless?: boolean | undefined;
|
|
2382
|
+
modelValue?: (T | T[]) | undefined;
|
|
2383
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2384
|
+
} & (typeof globalThis extends {
|
|
2385
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2386
|
+
} ? P : {});
|
|
2387
|
+
expose: (exposed: {}) => void;
|
|
2388
|
+
attrs: any;
|
|
2389
|
+
slots: {
|
|
2390
|
+
default: (props: CarouselRootSlotProps) => any;
|
|
2391
|
+
};
|
|
2392
|
+
emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
|
|
2393
|
+
}>) => _$vue.VNode & {
|
|
2394
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2395
|
+
};
|
|
2396
|
+
/**
|
|
2397
|
+
* Scroll-snap container for carousel items. Handles native drag/swipe
|
|
2398
|
+
* via CSS scroll-snap and synchronizes scroll position with selection.
|
|
2399
|
+
*
|
|
2400
|
+
* @see https://0.vuetifyjs.com/components/semantic/carousel
|
|
2401
|
+
*
|
|
2402
|
+
* @example
|
|
2403
|
+
* ```vue
|
|
2404
|
+
* <template>
|
|
2405
|
+
* <Carousel.Viewport class="cursor-grab data-[dragging]:cursor-grabbing">
|
|
2406
|
+
* <Carousel.Item v-for="i in 5" :key="i" :value="i">
|
|
2407
|
+
* Slide {{ i }}
|
|
2408
|
+
* </Carousel.Item>
|
|
2409
|
+
* </Carousel.Viewport>
|
|
2410
|
+
*
|
|
2411
|
+
* <!-- With slot props -->
|
|
2412
|
+
* <Carousel.Viewport v-slot="{ isDragging }">
|
|
2413
|
+
* <span v-if="isDragging">Dragging...</span>
|
|
2414
|
+
* </Carousel.Viewport>
|
|
2415
|
+
* </template>
|
|
2416
|
+
* ```
|
|
2417
|
+
*/
|
|
2418
|
+
Viewport: {
|
|
2419
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<CarouselViewportProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
2420
|
+
P: {};
|
|
2421
|
+
B: {};
|
|
2422
|
+
D: {};
|
|
2423
|
+
C: {};
|
|
2424
|
+
M: {};
|
|
2425
|
+
Defaults: {};
|
|
2426
|
+
}, Readonly<CarouselViewportProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2427
|
+
__isFragment?: never;
|
|
2428
|
+
__isTeleport?: never;
|
|
2429
|
+
__isSuspense?: never;
|
|
2430
|
+
} & _$vue.ComponentOptionsBase<Readonly<CarouselViewportProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
2431
|
+
$slots: {
|
|
2432
|
+
default: (props: CarouselViewportSlotProps) => any;
|
|
2433
|
+
};
|
|
2434
|
+
});
|
|
2435
|
+
/**
|
|
2436
|
+
* Individual carousel slide that registers with the step context.
|
|
2437
|
+
* Exposes selection state, visibility, and ARIA attributes.
|
|
2438
|
+
*
|
|
2439
|
+
* @see https://0.vuetifyjs.com/components/semantic/carousel
|
|
2440
|
+
*
|
|
2441
|
+
* @example
|
|
2442
|
+
* ```vue
|
|
2443
|
+
* <template>
|
|
2444
|
+
* <Carousel.Item :value="1">Slide 1</Carousel.Item>
|
|
2445
|
+
*
|
|
2446
|
+
* <!-- With slot props -->
|
|
2447
|
+
* <Carousel.Item :value="2" v-slot="{ isActive, isSelected }">
|
|
2448
|
+
* <div :class="{ 'opacity-100': isActive, 'opacity-40': !isActive }">
|
|
2449
|
+
* Slide 2
|
|
2450
|
+
* </div>
|
|
2451
|
+
* </Carousel.Item>
|
|
2452
|
+
*
|
|
2453
|
+
* <!-- With data attributes -->
|
|
2454
|
+
* <Carousel.Item :value="3" class="data-[active]:opacity-100 opacity-40">
|
|
2455
|
+
* Slide 3
|
|
2456
|
+
* </Carousel.Item>
|
|
2457
|
+
* </template>
|
|
2458
|
+
* ```
|
|
2459
|
+
*/
|
|
2460
|
+
Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
2461
|
+
attrs: any;
|
|
2462
|
+
emit: {};
|
|
2463
|
+
slots: {
|
|
2464
|
+
default: (props: CarouselItemSlotProps) => any;
|
|
2465
|
+
};
|
|
2466
|
+
}, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2467
|
+
props: _$vue.PublicProps & {
|
|
2468
|
+
id?: ID | undefined;
|
|
2469
|
+
value?: V | undefined;
|
|
2470
|
+
disabled?: _$vue.MaybeRefOrGetter<boolean> | undefined;
|
|
2471
|
+
namespace?: string | undefined;
|
|
2472
|
+
as?: (DOMElement | null) | undefined;
|
|
2473
|
+
renderless?: boolean | undefined;
|
|
2474
|
+
} & (typeof globalThis extends {
|
|
2475
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2476
|
+
} ? P : {});
|
|
2477
|
+
expose: (exposed: {}) => void;
|
|
2478
|
+
attrs: any;
|
|
2479
|
+
slots: {
|
|
2480
|
+
default: (props: CarouselItemSlotProps) => any;
|
|
2481
|
+
};
|
|
2482
|
+
emit: {};
|
|
2483
|
+
}>) => _$vue.VNode & {
|
|
2484
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2485
|
+
};
|
|
2486
|
+
/**
|
|
2487
|
+
* Navigation button that moves to the previous slide. Automatically
|
|
2488
|
+
* disables at the first slide in non-circular mode.
|
|
2489
|
+
*
|
|
2490
|
+
* @see https://0.vuetifyjs.com/components/semantic/carousel
|
|
2491
|
+
*
|
|
2492
|
+
* @example
|
|
2493
|
+
* ```vue
|
|
2494
|
+
* <template>
|
|
2495
|
+
* <Carousel.Previous>Previous</Carousel.Previous>
|
|
2496
|
+
*
|
|
2497
|
+
* <!-- With slot props -->
|
|
2498
|
+
* <Carousel.Previous v-slot="{ isDisabled, isAtEdge }">
|
|
2499
|
+
* <span :class="{ 'opacity-50': isDisabled }">‹</span>
|
|
2500
|
+
* </Carousel.Previous>
|
|
2501
|
+
*
|
|
2502
|
+
* <!-- With data attributes -->
|
|
2503
|
+
* <Carousel.Previous class="data-[disabled]:opacity-40">
|
|
2504
|
+
* Previous
|
|
2505
|
+
* </Carousel.Previous>
|
|
2506
|
+
* </template>
|
|
2507
|
+
* ```
|
|
2508
|
+
*/
|
|
2509
|
+
Previous: {
|
|
2510
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<CarouselPreviousProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
2511
|
+
P: {};
|
|
2512
|
+
B: {};
|
|
2513
|
+
D: {};
|
|
2514
|
+
C: {};
|
|
2515
|
+
M: {};
|
|
2516
|
+
Defaults: {};
|
|
2517
|
+
}, Readonly<CarouselPreviousProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2518
|
+
__isFragment?: never;
|
|
2519
|
+
__isTeleport?: never;
|
|
2520
|
+
__isSuspense?: never;
|
|
2521
|
+
} & _$vue.ComponentOptionsBase<Readonly<CarouselPreviousProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
2522
|
+
$slots: {
|
|
2523
|
+
default: (props: CarouselPreviousSlotProps) => any;
|
|
2524
|
+
};
|
|
2525
|
+
});
|
|
2526
|
+
/**
|
|
2527
|
+
* Navigation button that moves to the next slide. Automatically
|
|
2528
|
+
* disables at the last visible boundary in non-circular mode.
|
|
2529
|
+
*
|
|
2530
|
+
* @see https://0.vuetifyjs.com/components/semantic/carousel
|
|
2531
|
+
*
|
|
2532
|
+
* @example
|
|
2533
|
+
* ```vue
|
|
2534
|
+
* <template>
|
|
2535
|
+
* <Carousel.Next>Next</Carousel.Next>
|
|
2536
|
+
*
|
|
2537
|
+
* <!-- With slot props -->
|
|
2538
|
+
* <Carousel.Next v-slot="{ isDisabled, isAtEdge }">
|
|
2539
|
+
* <span :class="{ 'opacity-50': isDisabled }">›</span>
|
|
2540
|
+
* </Carousel.Next>
|
|
2541
|
+
*
|
|
2542
|
+
* <!-- With data attributes -->
|
|
2543
|
+
* <Carousel.Next class="data-[disabled]:opacity-40">
|
|
2544
|
+
* Next
|
|
2545
|
+
* </Carousel.Next>
|
|
2546
|
+
* </template>
|
|
2547
|
+
* ```
|
|
2548
|
+
*/
|
|
2549
|
+
Next: {
|
|
2550
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<CarouselNextProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
2551
|
+
P: {};
|
|
2552
|
+
B: {};
|
|
2553
|
+
D: {};
|
|
2554
|
+
C: {};
|
|
2555
|
+
M: {};
|
|
2556
|
+
Defaults: {};
|
|
2557
|
+
}, Readonly<CarouselNextProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2558
|
+
__isFragment?: never;
|
|
2559
|
+
__isTeleport?: never;
|
|
2560
|
+
__isSuspense?: never;
|
|
2561
|
+
} & _$vue.ComponentOptionsBase<Readonly<CarouselNextProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
2562
|
+
$slots: {
|
|
2563
|
+
default: (props: CarouselNextSlotProps) => any;
|
|
2564
|
+
};
|
|
2565
|
+
});
|
|
2566
|
+
/**
|
|
2567
|
+
* Dot indicator navigation showing the active slide. Exposes an
|
|
2568
|
+
* `items` array via slot props — one entry per slide with selection
|
|
2569
|
+
* state and ARIA attributes. Uses roving tabindex for keyboard nav.
|
|
2570
|
+
*
|
|
2571
|
+
* @see https://0.vuetifyjs.com/components/semantic/carousel
|
|
2572
|
+
*
|
|
2573
|
+
* @example
|
|
2574
|
+
* ```vue
|
|
2575
|
+
* <template>
|
|
2576
|
+
* <Carousel.Indicator v-slot="{ items }">
|
|
2577
|
+
* <button
|
|
2578
|
+
* v-for="item in items"
|
|
2579
|
+
* :key="item.index"
|
|
2580
|
+
* v-bind="item.attrs"
|
|
2581
|
+
* class="size-2 rounded-full bg-surface-variant data-[selected]:bg-primary"
|
|
2582
|
+
* />
|
|
2583
|
+
* </Carousel.Indicator>
|
|
2584
|
+
* </template>
|
|
2585
|
+
* ```
|
|
2586
|
+
*/
|
|
2587
|
+
Indicator: {
|
|
2588
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
2589
|
+
P: {};
|
|
2590
|
+
B: {};
|
|
2591
|
+
D: {};
|
|
2592
|
+
C: {};
|
|
2593
|
+
M: {};
|
|
2594
|
+
Defaults: {};
|
|
2595
|
+
}, Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2596
|
+
__isFragment?: never;
|
|
2597
|
+
__isTeleport?: never;
|
|
2598
|
+
__isSuspense?: never;
|
|
2599
|
+
} & _$vue.ComponentOptionsBase<Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
2600
|
+
$slots: {
|
|
2601
|
+
default: (props: CarouselIndicatorSlotProps) => any;
|
|
2602
|
+
};
|
|
2603
|
+
});
|
|
2604
|
+
/**
|
|
2605
|
+
* Autoplay progress bar that fills based on remaining timer duration.
|
|
2606
|
+
* Exposes progress (0–1), autoplay state, and width styling via
|
|
2607
|
+
* slot props. Use `data-state` to style active/paused/idle states.
|
|
2608
|
+
*
|
|
2609
|
+
* @see https://0.vuetifyjs.com/components/semantic/carousel
|
|
2610
|
+
*
|
|
2611
|
+
* @example
|
|
2612
|
+
* ```vue
|
|
2613
|
+
* <template>
|
|
2614
|
+
* <Carousel.Progress
|
|
2615
|
+
* class="h-1 bg-surface-variant data-[state=idle]:hidden"
|
|
2616
|
+
* >
|
|
2617
|
+
* <template #default="{ attrs }">
|
|
2618
|
+
* <div
|
|
2619
|
+
* class="h-full bg-primary transition-[width]"
|
|
2620
|
+
* :style="attrs.style"
|
|
2621
|
+
* />
|
|
2622
|
+
* </template>
|
|
2623
|
+
* </Carousel.Progress>
|
|
2624
|
+
* </template>
|
|
2625
|
+
* ```
|
|
2626
|
+
*/
|
|
2627
|
+
Progress: {
|
|
2628
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<CarouselProgressProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
2629
|
+
P: {};
|
|
2630
|
+
B: {};
|
|
2631
|
+
D: {};
|
|
2632
|
+
C: {};
|
|
2633
|
+
M: {};
|
|
2634
|
+
Defaults: {};
|
|
2635
|
+
}, Readonly<CarouselProgressProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2636
|
+
__isFragment?: never;
|
|
2637
|
+
__isTeleport?: never;
|
|
2638
|
+
__isSuspense?: never;
|
|
2639
|
+
} & _$vue.ComponentOptionsBase<Readonly<CarouselProgressProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
2640
|
+
$slots: {
|
|
2641
|
+
default: (props: CarouselProgressSlotProps) => any;
|
|
2642
|
+
};
|
|
2643
|
+
});
|
|
2644
|
+
/**
|
|
2645
|
+
* Visually-hidden live region that announces slide changes to screen
|
|
2646
|
+
* readers. Should be styled with sr-only/visually-hidden CSS.
|
|
2647
|
+
*
|
|
2648
|
+
* @see https://0.vuetifyjs.com/components/semantic/carousel
|
|
2649
|
+
*
|
|
2650
|
+
* @example
|
|
2651
|
+
* ```vue
|
|
2652
|
+
* <template>
|
|
2653
|
+
* <Carousel.Root>
|
|
2654
|
+
* <Carousel.LiveRegion class="sr-only" />
|
|
2655
|
+
* <!-- other carousel items -->
|
|
2656
|
+
* </Carousel.Root>
|
|
2657
|
+
* </template>
|
|
2658
|
+
* ```
|
|
2659
|
+
*/
|
|
2660
|
+
LiveRegion: {
|
|
2661
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<CarouselLiveRegionProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
2662
|
+
P: {};
|
|
2663
|
+
B: {};
|
|
2664
|
+
D: {};
|
|
2665
|
+
C: {};
|
|
2666
|
+
M: {};
|
|
2667
|
+
Defaults: {};
|
|
2668
|
+
}, Readonly<CarouselLiveRegionProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2669
|
+
__isFragment?: never;
|
|
2670
|
+
__isTeleport?: never;
|
|
2671
|
+
__isSuspense?: never;
|
|
2672
|
+
} & _$vue.ComponentOptionsBase<Readonly<CarouselLiveRegionProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
2673
|
+
$slots: {
|
|
2674
|
+
default: (props: CarouselLiveRegionSlotProps) => any;
|
|
2675
|
+
};
|
|
2676
|
+
});
|
|
2677
|
+
};
|
|
2678
|
+
//#endregion
|
|
2679
|
+
//#region src/components/Checkbox/CheckboxGroup.vue.d.ts
|
|
2680
|
+
interface CheckboxGroupProps extends AtomProps {
|
|
2681
|
+
/** Namespace for dependency injection */
|
|
2682
|
+
namespace?: string;
|
|
2683
|
+
/** Disables the entire checkbox group */
|
|
2684
|
+
disabled?: boolean;
|
|
2685
|
+
/** Auto-select non-disabled items on registration */
|
|
2686
|
+
enroll?: boolean;
|
|
2687
|
+
/**
|
|
2688
|
+
* Controls mandatory checkbox behavior:
|
|
2689
|
+
* - false (default): No mandatory enforcement
|
|
2690
|
+
* - true: Prevents deselecting the last selected item
|
|
2691
|
+
* - `force`: Automatically selects the first non-disabled item on registration
|
|
2692
|
+
*/
|
|
2693
|
+
mandatory?: boolean | 'force';
|
|
2694
|
+
/** Accessible name for the group */
|
|
2695
|
+
label?: string;
|
|
2696
|
+
/** ID of element that labels this group */
|
|
2697
|
+
ariaLabelledby?: string;
|
|
2698
|
+
/** ID of element that describes this group */
|
|
2699
|
+
ariaDescribedby?: string;
|
|
2700
|
+
}
|
|
2701
|
+
interface CheckboxGroupSlotProps {
|
|
2702
|
+
/** Whether the checkbox group is disabled */
|
|
2703
|
+
isDisabled: boolean;
|
|
2704
|
+
/** Whether no items are currently selected */
|
|
2705
|
+
isNoneSelected: boolean;
|
|
2706
|
+
/** Whether all selectable (non-disabled) items are selected */
|
|
2707
|
+
isAllSelected: boolean;
|
|
2708
|
+
/** Whether some but not all selectable items are selected */
|
|
2709
|
+
isMixed: boolean;
|
|
2710
|
+
/** Select an item by ID */
|
|
2711
|
+
select: (id: ID | ID[]) => void;
|
|
2712
|
+
/** Unselect an item by ID */
|
|
2713
|
+
unselect: (id: ID | ID[]) => void;
|
|
2714
|
+
/** Toggle an item's selection state by ID */
|
|
2715
|
+
toggle: (id: ID | ID[]) => void;
|
|
2716
|
+
/** Select all selectable (non-disabled) items */
|
|
2717
|
+
selectAll: () => void;
|
|
2718
|
+
/** Unselect all items (respects mandatory option) */
|
|
2719
|
+
unselectAll: () => void;
|
|
2720
|
+
/** Toggle between all selected and none selected */
|
|
2721
|
+
toggleAll: () => void;
|
|
2722
|
+
/** Attributes to bind to the root element */
|
|
2723
|
+
attrs: {
|
|
2724
|
+
'role': 'group';
|
|
2725
|
+
'aria-label': string | undefined;
|
|
2726
|
+
'aria-labelledby': string | undefined;
|
|
2727
|
+
'aria-describedby': string | undefined;
|
|
2728
|
+
};
|
|
2729
|
+
}
|
|
2730
|
+
declare const useCheckboxGroup: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideCheckboxGroup: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: _$vue.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
2731
|
+
declare const _default$126: typeof __VLS_export$126;
|
|
2732
|
+
declare const __VLS_export$126: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$25<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2733
|
+
props: _$vue.PublicProps & __VLS_PrettifyLocal$25<(CheckboxGroupProps & {
|
|
2734
|
+
modelValue?: T | T[];
|
|
2735
|
+
}) & {
|
|
2736
|
+
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
2737
|
+
"onUpdate:model-value"?: ((value: T | T[]) => any) | undefined;
|
|
2738
|
+
}> & (typeof globalThis extends {
|
|
2739
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
2740
|
+
} ? P : {});
|
|
2741
|
+
expose: (exposed: {}) => void;
|
|
2742
|
+
attrs: any;
|
|
2743
|
+
slots: {
|
|
2744
|
+
default: (props: CheckboxGroupSlotProps) => any;
|
|
2745
|
+
};
|
|
2746
|
+
emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
|
|
2747
|
+
}>) => _$vue.VNode & {
|
|
2748
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2749
|
+
};
|
|
2750
|
+
type __VLS_PrettifyLocal$25<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
2751
|
+
//#endregion
|
|
2752
|
+
//#region src/components/Checkbox/CheckboxHiddenInput.vue.d.ts
|
|
2753
|
+
interface CheckboxHiddenInputProps {
|
|
2754
|
+
/** Namespace for context injection from parent Checkbox.Root */
|
|
2755
|
+
namespace?: string;
|
|
2756
|
+
/** Form field name (defaults to context value) */
|
|
2757
|
+
name?: string;
|
|
2758
|
+
/** Submitted value when checked (defaults to context value or 'on') */
|
|
2759
|
+
value?: string;
|
|
2760
|
+
/** Associate with form by ID (defaults to context value) */
|
|
2761
|
+
form?: string;
|
|
2762
|
+
}
|
|
2763
|
+
declare const _default$125: typeof __VLS_export$125;
|
|
2764
|
+
declare const __VLS_export$125: _$vue.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2765
|
+
//#endregion
|
|
2766
|
+
//#region src/components/Checkbox/CheckboxRoot.vue.d.ts
|
|
2767
|
+
/** Visual state of the checkbox for styling purposes */
|
|
2768
|
+
type CheckboxState = 'checked' | 'unchecked' | 'indeterminate';
|
|
2769
|
+
interface CheckboxRootContext<V = unknown> {
|
|
2770
|
+
/** Unique identifier */
|
|
2771
|
+
readonly id: ID;
|
|
2772
|
+
/** Optional display label */
|
|
2773
|
+
readonly label?: string;
|
|
2774
|
+
/** Value associated with this checkbox */
|
|
2775
|
+
readonly value: V | undefined;
|
|
2776
|
+
/** Form field name (triggers auto hidden input when provided) */
|
|
2777
|
+
readonly name?: string;
|
|
2778
|
+
/** Associate with form by ID */
|
|
2779
|
+
readonly form?: string;
|
|
2780
|
+
/** Whether this checkbox is currently checked */
|
|
2781
|
+
isChecked: Readonly<Ref<boolean>>;
|
|
2782
|
+
/** Whether this checkbox is in a mixed/indeterminate state */
|
|
2783
|
+
isMixed: Readonly<Ref<boolean>>;
|
|
2784
|
+
/** Whether this checkbox is disabled */
|
|
2785
|
+
isDisabled: Readonly<Ref<boolean>>;
|
|
2786
|
+
/** Check this checkbox */
|
|
2787
|
+
select: () => void;
|
|
2788
|
+
/** Uncheck this checkbox */
|
|
2789
|
+
unselect: () => void;
|
|
2790
|
+
/** Toggle this checkbox's state */
|
|
2791
|
+
toggle: () => void;
|
|
2792
|
+
/** Set this checkbox to mixed/indeterminate state (group mode only) */
|
|
2793
|
+
mix: () => void;
|
|
2794
|
+
/** Clear mixed/indeterminate state (group mode only) */
|
|
2795
|
+
unmix: () => void;
|
|
2796
|
+
}
|
|
2797
|
+
interface CheckboxRootProps<V = unknown> extends AtomProps {
|
|
2798
|
+
/** Unique identifier (auto-generated if not provided) */
|
|
2799
|
+
id?: ID;
|
|
2800
|
+
/** Optional display label (passed through to slot) */
|
|
2801
|
+
label?: string;
|
|
2802
|
+
/** Value associated with this checkbox (used in group mode and form submission) */
|
|
2803
|
+
value?: V;
|
|
2804
|
+
/** Form field name - triggers auto hidden input when provided */
|
|
2805
|
+
name?: string;
|
|
2806
|
+
/** Associate with form by ID */
|
|
2807
|
+
form?: string;
|
|
2808
|
+
/** Disables this checkbox */
|
|
2809
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
2810
|
+
/** Sets the indeterminate state */
|
|
2811
|
+
indeterminate?: MaybeRefOrGetter<boolean>;
|
|
2812
|
+
/** Namespace for context provision to children (Indicator, HiddenInput) */
|
|
2813
|
+
namespace?: string;
|
|
2814
|
+
/** Namespace for connecting to parent Checkbox.Group */
|
|
2815
|
+
groupNamespace?: string;
|
|
2816
|
+
/** ID of element that labels this checkbox */
|
|
2817
|
+
ariaLabelledby?: string;
|
|
2818
|
+
/** ID of element that describes this checkbox */
|
|
2819
|
+
ariaDescribedby?: string;
|
|
2820
|
+
/** Whether the checkbox has an invalid value */
|
|
2821
|
+
ariaInvalid?: boolean;
|
|
2822
|
+
}
|
|
2823
|
+
interface CheckboxRootSlotProps<V = unknown> {
|
|
2824
|
+
/** Unique identifier */
|
|
2825
|
+
id: ID;
|
|
2826
|
+
/** Optional display label */
|
|
2827
|
+
label?: string;
|
|
2037
2828
|
/** Value associated with this checkbox */
|
|
2038
2829
|
value: V | undefined;
|
|
2039
2830
|
/** Whether this checkbox is currently checked */
|
|
@@ -2068,8 +2859,8 @@ interface CheckboxRootSlotProps<V = unknown> {
|
|
|
2068
2859
|
};
|
|
2069
2860
|
}
|
|
2070
2861
|
declare const useCheckboxRoot: (key: string, defaultValue?: CheckboxRootContext<unknown> | undefined) => CheckboxRootContext<unknown>, provideCheckboxRoot: (key: string, context: CheckboxRootContext<unknown>, app?: _$vue.App) => CheckboxRootContext<unknown>;
|
|
2071
|
-
declare const _default$
|
|
2072
|
-
declare const __VLS_export$
|
|
2862
|
+
declare const _default$124: typeof __VLS_export$124;
|
|
2863
|
+
declare const __VLS_export$124: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$24<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2073
2864
|
props: _$vue.PublicProps & __VLS_PrettifyLocal$24<(CheckboxRootProps<V> & {
|
|
2074
2865
|
modelValue?: boolean;
|
|
2075
2866
|
}) & {
|
|
@@ -2107,11 +2898,11 @@ interface CheckboxIndicatorSlotProps {
|
|
|
2107
2898
|
};
|
|
2108
2899
|
};
|
|
2109
2900
|
}
|
|
2110
|
-
declare const _default$
|
|
2111
|
-
declare const __VLS_export$
|
|
2901
|
+
declare const _default$123: typeof __VLS_export$123;
|
|
2902
|
+
declare const __VLS_export$123: __VLS_WithSlots$94<_$vue.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2112
2903
|
default: (props: CheckboxIndicatorSlotProps) => any;
|
|
2113
2904
|
}>;
|
|
2114
|
-
type __VLS_WithSlots$
|
|
2905
|
+
type __VLS_WithSlots$94<T, S> = T & {
|
|
2115
2906
|
new (): {
|
|
2116
2907
|
$slots: S;
|
|
2117
2908
|
};
|
|
@@ -2161,11 +2952,11 @@ interface CheckboxSelectAllSlotProps {
|
|
|
2161
2952
|
'data-disabled': true | undefined;
|
|
2162
2953
|
};
|
|
2163
2954
|
}
|
|
2164
|
-
declare const _default$
|
|
2165
|
-
declare const __VLS_export$
|
|
2955
|
+
declare const _default$122: typeof __VLS_export$122;
|
|
2956
|
+
declare const __VLS_export$122: __VLS_WithSlots$93<_$vue.DefineComponent<CheckboxSelectAllProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CheckboxSelectAllProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2166
2957
|
default: (props: CheckboxSelectAllSlotProps) => any;
|
|
2167
2958
|
}>;
|
|
2168
|
-
type __VLS_WithSlots$
|
|
2959
|
+
type __VLS_WithSlots$93<T, S> = T & {
|
|
2169
2960
|
new (): {
|
|
2170
2961
|
$slots: S;
|
|
2171
2962
|
};
|
|
@@ -2472,8 +3263,8 @@ interface CollapsibleRootSlotProps {
|
|
|
2472
3263
|
};
|
|
2473
3264
|
}
|
|
2474
3265
|
declare const useCollapsible: (key: string, defaultValue?: CollapsibleContext | undefined) => CollapsibleContext, provideCollapsible: (key: string, context: CollapsibleContext, app?: _$vue.App) => CollapsibleContext;
|
|
2475
|
-
declare const _default$
|
|
2476
|
-
declare const __VLS_export$
|
|
3266
|
+
declare const _default$121: typeof __VLS_export$121;
|
|
3267
|
+
declare const __VLS_export$121: __VLS_WithSlots$92<_$vue.DefineComponent<CollapsibleRootProps & {
|
|
2477
3268
|
modelValue?: boolean;
|
|
2478
3269
|
}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
2479
3270
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -2486,7 +3277,7 @@ declare const __VLS_export$117: __VLS_WithSlots$88<_$vue.DefineComponent<Collaps
|
|
|
2486
3277
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2487
3278
|
default: (props: CollapsibleRootSlotProps) => any;
|
|
2488
3279
|
}>;
|
|
2489
|
-
type __VLS_WithSlots$
|
|
3280
|
+
type __VLS_WithSlots$92<T, S> = T & {
|
|
2490
3281
|
new (): {
|
|
2491
3282
|
$slots: S;
|
|
2492
3283
|
};
|
|
@@ -2519,11 +3310,11 @@ interface CollapsibleActivatorSlotProps {
|
|
|
2519
3310
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
2520
3311
|
};
|
|
2521
3312
|
}
|
|
2522
|
-
declare const _default$
|
|
2523
|
-
declare const __VLS_export$
|
|
3313
|
+
declare const _default$120: typeof __VLS_export$120;
|
|
3314
|
+
declare const __VLS_export$120: __VLS_WithSlots$91<_$vue.DefineComponent<CollapsibleActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapsibleActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2524
3315
|
default: (props: CollapsibleActivatorSlotProps) => any;
|
|
2525
3316
|
}>;
|
|
2526
|
-
type __VLS_WithSlots$
|
|
3317
|
+
type __VLS_WithSlots$91<T, S> = T & {
|
|
2527
3318
|
new (): {
|
|
2528
3319
|
$slots: S;
|
|
2529
3320
|
};
|
|
@@ -2540,11 +3331,11 @@ interface CollapsibleCueSlotProps {
|
|
|
2540
3331
|
'data-state': 'open' | 'closed';
|
|
2541
3332
|
};
|
|
2542
3333
|
}
|
|
2543
|
-
declare const _default$
|
|
2544
|
-
declare const __VLS_export$
|
|
3334
|
+
declare const _default$119: typeof __VLS_export$119;
|
|
3335
|
+
declare const __VLS_export$119: __VLS_WithSlots$90<_$vue.DefineComponent<CollapsibleCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapsibleCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2545
3336
|
default: (props: CollapsibleCueSlotProps) => any;
|
|
2546
3337
|
}>;
|
|
2547
|
-
type __VLS_WithSlots$
|
|
3338
|
+
type __VLS_WithSlots$90<T, S> = T & {
|
|
2548
3339
|
new (): {
|
|
2549
3340
|
$slots: S;
|
|
2550
3341
|
};
|
|
@@ -2567,11 +3358,11 @@ interface CollapsibleContentSlotProps {
|
|
|
2567
3358
|
'data-disabled': true | undefined;
|
|
2568
3359
|
};
|
|
2569
3360
|
}
|
|
2570
|
-
declare const _default$
|
|
2571
|
-
declare const __VLS_export$
|
|
3361
|
+
declare const _default$118: typeof __VLS_export$118;
|
|
3362
|
+
declare const __VLS_export$118: __VLS_WithSlots$89<_$vue.DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2572
3363
|
default: (props: CollapsibleContentSlotProps) => any;
|
|
2573
3364
|
}>;
|
|
2574
|
-
type __VLS_WithSlots$
|
|
3365
|
+
type __VLS_WithSlots$89<T, S> = T & {
|
|
2575
3366
|
new (): {
|
|
2576
3367
|
$slots: S;
|
|
2577
3368
|
};
|
|
@@ -2753,8 +3544,8 @@ interface ComboboxRootSlotProps {
|
|
|
2753
3544
|
clear: () => void;
|
|
2754
3545
|
}
|
|
2755
3546
|
declare const useComboboxContext: (key: string, defaultValue?: ComboboxContext | undefined) => ComboboxContext, provideComboboxContext: (key: string, context: ComboboxContext, app?: _$vue.App) => ComboboxContext;
|
|
2756
|
-
declare const _default$
|
|
2757
|
-
declare const __VLS_export$
|
|
3547
|
+
declare const _default$117: typeof __VLS_export$117;
|
|
3548
|
+
declare const __VLS_export$117: __VLS_WithSlots$88<_$vue.DefineComponent<ComboboxRootProps & {
|
|
2758
3549
|
modelValue?: ID | ID[];
|
|
2759
3550
|
}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
2760
3551
|
"update:modelValue": (value: ID | ID[] | undefined) => any;
|
|
@@ -2767,7 +3558,7 @@ declare const __VLS_export$113: __VLS_WithSlots$84<_$vue.DefineComponent<Combobo
|
|
|
2767
3558
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2768
3559
|
default: (props: ComboboxRootSlotProps) => any;
|
|
2769
3560
|
}>;
|
|
2770
|
-
type __VLS_WithSlots$
|
|
3561
|
+
type __VLS_WithSlots$88<T, S> = T & {
|
|
2771
3562
|
new (): {
|
|
2772
3563
|
$slots: S;
|
|
2773
3564
|
};
|
|
@@ -2786,11 +3577,11 @@ interface ComboboxActivatorSlotProps {
|
|
|
2786
3577
|
'data-state': 'open' | 'closed';
|
|
2787
3578
|
};
|
|
2788
3579
|
}
|
|
2789
|
-
declare const _default$
|
|
2790
|
-
declare const __VLS_export$
|
|
3580
|
+
declare const _default$116: typeof __VLS_export$116;
|
|
3581
|
+
declare const __VLS_export$116: __VLS_WithSlots$87<_$vue.DefineComponent<ComboboxActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2791
3582
|
default: (props: ComboboxActivatorSlotProps) => any;
|
|
2792
3583
|
}>;
|
|
2793
|
-
type __VLS_WithSlots$
|
|
3584
|
+
type __VLS_WithSlots$87<T, S> = T & {
|
|
2794
3585
|
new (): {
|
|
2795
3586
|
$slots: S;
|
|
2796
3587
|
};
|
|
@@ -2828,11 +3619,11 @@ interface ComboboxControlSlotProps {
|
|
|
2828
3619
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
2829
3620
|
};
|
|
2830
3621
|
}
|
|
2831
|
-
declare const _default$
|
|
2832
|
-
declare const __VLS_export$
|
|
3622
|
+
declare const _default$115: typeof __VLS_export$115;
|
|
3623
|
+
declare const __VLS_export$115: __VLS_WithSlots$86<_$vue.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2833
3624
|
default: (props: ComboboxControlSlotProps) => any;
|
|
2834
3625
|
}>;
|
|
2835
|
-
type __VLS_WithSlots$
|
|
3626
|
+
type __VLS_WithSlots$86<T, S> = T & {
|
|
2836
3627
|
new (): {
|
|
2837
3628
|
$slots: S;
|
|
2838
3629
|
};
|
|
@@ -2850,11 +3641,11 @@ interface ComboboxCueSlotProps {
|
|
|
2850
3641
|
'onClick': () => void;
|
|
2851
3642
|
};
|
|
2852
3643
|
}
|
|
2853
|
-
declare const _default$
|
|
2854
|
-
declare const __VLS_export$
|
|
3644
|
+
declare const _default$114: typeof __VLS_export$114;
|
|
3645
|
+
declare const __VLS_export$114: __VLS_WithSlots$85<_$vue.DefineComponent<ComboboxCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2855
3646
|
default: (props: ComboboxCueSlotProps) => any;
|
|
2856
3647
|
}>;
|
|
2857
|
-
type __VLS_WithSlots$
|
|
3648
|
+
type __VLS_WithSlots$85<T, S> = T & {
|
|
2858
3649
|
new (): {
|
|
2859
3650
|
$slots: S;
|
|
2860
3651
|
};
|
|
@@ -2873,11 +3664,11 @@ interface ComboboxContentSlotProps {
|
|
|
2873
3664
|
/** Attributes to bind to the content element */
|
|
2874
3665
|
attrs: Record<string, unknown>;
|
|
2875
3666
|
}
|
|
2876
|
-
declare const _default$
|
|
2877
|
-
declare const __VLS_export$
|
|
3667
|
+
declare const _default$113: typeof __VLS_export$113;
|
|
3668
|
+
declare const __VLS_export$113: __VLS_WithSlots$84<_$vue.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2878
3669
|
default: (props: ComboboxContentSlotProps) => any;
|
|
2879
3670
|
}>;
|
|
2880
|
-
type __VLS_WithSlots$
|
|
3671
|
+
type __VLS_WithSlots$84<T, S> = T & {
|
|
2881
3672
|
new (): {
|
|
2882
3673
|
$slots: S;
|
|
2883
3674
|
};
|
|
@@ -2919,8 +3710,8 @@ interface ComboboxItemSlotProps<V = unknown> {
|
|
|
2919
3710
|
'data-id': string;
|
|
2920
3711
|
};
|
|
2921
3712
|
}
|
|
2922
|
-
declare const _default$
|
|
2923
|
-
declare const __VLS_export$
|
|
3713
|
+
declare const _default$112: typeof __VLS_export$112;
|
|
3714
|
+
declare const __VLS_export$112: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$23<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2924
3715
|
props: _$vue.PublicProps & __VLS_PrettifyLocal$23<ComboboxItemProps<V>> & (typeof globalThis extends {
|
|
2925
3716
|
__VLS_PROPS_FALLBACK: infer P;
|
|
2926
3717
|
} ? P : {});
|
|
@@ -2944,11 +3735,11 @@ interface ComboboxEmptySlotProps {
|
|
|
2944
3735
|
/** Current query string */
|
|
2945
3736
|
query: string;
|
|
2946
3737
|
}
|
|
2947
|
-
declare const _default$
|
|
2948
|
-
declare const __VLS_export$
|
|
3738
|
+
declare const _default$111: typeof __VLS_export$111;
|
|
3739
|
+
declare const __VLS_export$111: __VLS_WithSlots$83<_$vue.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2949
3740
|
default: (props: ComboboxEmptySlotProps) => any;
|
|
2950
3741
|
}>;
|
|
2951
|
-
type __VLS_WithSlots$
|
|
3742
|
+
type __VLS_WithSlots$83<T, S> = T & {
|
|
2952
3743
|
new (): {
|
|
2953
3744
|
$slots: S;
|
|
2954
3745
|
};
|
|
@@ -2963,11 +3754,11 @@ interface ComboboxDescriptionSlotProps {
|
|
|
2963
3754
|
/** ID for this description element */
|
|
2964
3755
|
id: string;
|
|
2965
3756
|
}
|
|
2966
|
-
declare const _default$
|
|
2967
|
-
declare const __VLS_export$
|
|
3757
|
+
declare const _default$110: typeof __VLS_export$110;
|
|
3758
|
+
declare const __VLS_export$110: __VLS_WithSlots$82<_$vue.DefineComponent<ComboboxDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2968
3759
|
default: (props: ComboboxDescriptionSlotProps) => any;
|
|
2969
3760
|
}>;
|
|
2970
|
-
type __VLS_WithSlots$
|
|
3761
|
+
type __VLS_WithSlots$82<T, S> = T & {
|
|
2971
3762
|
new (): {
|
|
2972
3763
|
$slots: S;
|
|
2973
3764
|
};
|
|
@@ -2990,11 +3781,11 @@ interface ComboboxErrorSlotProps {
|
|
|
2990
3781
|
'data-state': 'visible' | 'hidden';
|
|
2991
3782
|
};
|
|
2992
3783
|
}
|
|
2993
|
-
declare const _default$
|
|
2994
|
-
declare const __VLS_export$
|
|
3784
|
+
declare const _default$109: typeof __VLS_export$109;
|
|
3785
|
+
declare const __VLS_export$109: __VLS_WithSlots$81<_$vue.DefineComponent<ComboboxErrorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ComboboxErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
2995
3786
|
default: (props: ComboboxErrorSlotProps) => any;
|
|
2996
3787
|
}>;
|
|
2997
|
-
type __VLS_WithSlots$
|
|
3788
|
+
type __VLS_WithSlots$81<T, S> = T & {
|
|
2998
3789
|
new (): {
|
|
2999
3790
|
$slots: S;
|
|
3000
3791
|
};
|
|
@@ -3406,8 +4197,8 @@ interface DialogRootSlotProps {
|
|
|
3406
4197
|
close: () => void;
|
|
3407
4198
|
}
|
|
3408
4199
|
declare const useDialogContext: (key: string, defaultValue?: DialogContext | undefined) => DialogContext, provideDialogContext: (key: string, context: DialogContext, app?: _$vue.App) => DialogContext;
|
|
3409
|
-
declare const _default$
|
|
3410
|
-
declare const __VLS_export$
|
|
4200
|
+
declare const _default$108: typeof __VLS_export$108;
|
|
4201
|
+
declare const __VLS_export$108: __VLS_WithSlots$80<_$vue.DefineComponent<DialogRootProps & {
|
|
3411
4202
|
modelValue?: boolean;
|
|
3412
4203
|
}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
3413
4204
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -3420,7 +4211,7 @@ declare const __VLS_export$104: __VLS_WithSlots$76<_$vue.DefineComponent<DialogR
|
|
|
3420
4211
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
3421
4212
|
default: (props: DialogRootSlotProps) => any;
|
|
3422
4213
|
}>;
|
|
3423
|
-
type __VLS_WithSlots$
|
|
4214
|
+
type __VLS_WithSlots$80<T, S> = T & {
|
|
3424
4215
|
new (): {
|
|
3425
4216
|
$slots: S;
|
|
3426
4217
|
};
|
|
@@ -3442,11 +4233,11 @@ interface DialogActivatorSlotProps {
|
|
|
3442
4233
|
'data-dialog-open': '' | undefined;
|
|
3443
4234
|
};
|
|
3444
4235
|
}
|
|
3445
|
-
declare const _default$
|
|
3446
|
-
declare const __VLS_export$
|
|
4236
|
+
declare const _default$107: typeof __VLS_export$107;
|
|
4237
|
+
declare const __VLS_export$107: __VLS_WithSlots$79<_$vue.DefineComponent<DialogActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
3447
4238
|
default: (props: DialogActivatorSlotProps) => any;
|
|
3448
4239
|
}>;
|
|
3449
|
-
type __VLS_WithSlots$
|
|
4240
|
+
type __VLS_WithSlots$79<T, S> = T & {
|
|
3450
4241
|
new (): {
|
|
3451
4242
|
$slots: S;
|
|
3452
4243
|
};
|
|
@@ -3486,8 +4277,8 @@ interface DialogContentSlotProps {
|
|
|
3486
4277
|
'aria-describedby': string;
|
|
3487
4278
|
};
|
|
3488
4279
|
}
|
|
3489
|
-
declare const _default$
|
|
3490
|
-
declare const __VLS_export$
|
|
4280
|
+
declare const _default$106: typeof __VLS_export$106;
|
|
4281
|
+
declare const __VLS_export$106: __VLS_WithSlots$78<_$vue.DefineComponent<DialogContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
3491
4282
|
cancel: (e: Event) => any;
|
|
3492
4283
|
close: (e: Event) => any;
|
|
3493
4284
|
}, string, _$vue.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
@@ -3496,7 +4287,7 @@ declare const __VLS_export$102: __VLS_WithSlots$74<_$vue.DefineComponent<DialogC
|
|
|
3496
4287
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
3497
4288
|
default: (props: DialogContentSlotProps) => any;
|
|
3498
4289
|
}>;
|
|
3499
|
-
type __VLS_WithSlots$
|
|
4290
|
+
type __VLS_WithSlots$78<T, S> = T & {
|
|
3500
4291
|
new (): {
|
|
3501
4292
|
$slots: S;
|
|
3502
4293
|
};
|
|
@@ -3513,11 +4304,11 @@ interface DialogTitleSlotProps {
|
|
|
3513
4304
|
id: string;
|
|
3514
4305
|
};
|
|
3515
4306
|
}
|
|
3516
|
-
declare const _default$
|
|
3517
|
-
declare const __VLS_export$
|
|
4307
|
+
declare const _default$105: typeof __VLS_export$105;
|
|
4308
|
+
declare const __VLS_export$105: __VLS_WithSlots$77<_$vue.DefineComponent<DialogTitleProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
3518
4309
|
default: (props: DialogTitleSlotProps) => any;
|
|
3519
4310
|
}>;
|
|
3520
|
-
type __VLS_WithSlots$
|
|
4311
|
+
type __VLS_WithSlots$77<T, S> = T & {
|
|
3521
4312
|
new (): {
|
|
3522
4313
|
$slots: S;
|
|
3523
4314
|
};
|
|
@@ -3534,11 +4325,11 @@ interface DialogDescriptionSlotProps {
|
|
|
3534
4325
|
id: string;
|
|
3535
4326
|
};
|
|
3536
4327
|
}
|
|
3537
|
-
declare const _default$
|
|
3538
|
-
declare const __VLS_export$
|
|
4328
|
+
declare const _default$104: typeof __VLS_export$104;
|
|
4329
|
+
declare const __VLS_export$104: __VLS_WithSlots$76<_$vue.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
3539
4330
|
default: (props: DialogDescriptionSlotProps) => any;
|
|
3540
4331
|
}>;
|
|
3541
|
-
type __VLS_WithSlots$
|
|
4332
|
+
type __VLS_WithSlots$76<T, S> = T & {
|
|
3542
4333
|
new (): {
|
|
3543
4334
|
$slots: S;
|
|
3544
4335
|
};
|
|
@@ -3555,14 +4346,14 @@ interface DialogCloseSlotProps {
|
|
|
3555
4346
|
/** Attributes to bind to the close button element */
|
|
3556
4347
|
attrs: {
|
|
3557
4348
|
'type': 'button' | undefined;
|
|
3558
|
-
'aria-label':
|
|
4349
|
+
'aria-label': string;
|
|
3559
4350
|
};
|
|
3560
4351
|
}
|
|
3561
|
-
declare const _default$
|
|
3562
|
-
declare const __VLS_export$
|
|
4352
|
+
declare const _default$103: typeof __VLS_export$103;
|
|
4353
|
+
declare const __VLS_export$103: __VLS_WithSlots$75<_$vue.DefineComponent<DialogCloseProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
3563
4354
|
default: (props: DialogCloseSlotProps) => any;
|
|
3564
4355
|
}>;
|
|
3565
|
-
type __VLS_WithSlots$
|
|
4356
|
+
type __VLS_WithSlots$75<T, S> = T & {
|
|
3566
4357
|
new (): {
|
|
3567
4358
|
$slots: S;
|
|
3568
4359
|
};
|
|
@@ -3887,8 +4678,8 @@ interface ExpansionPanelGroupSlotProps {
|
|
|
3887
4678
|
toggle: (id: ID) => void;
|
|
3888
4679
|
}
|
|
3889
4680
|
declare const useExpansionPanelGroup: (key: string, defaultValue?: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>> | undefined) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, provideExpansionPanelGroup: (key: string, context: SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>, app?: _$vue.App) => SelectionContext<SelectionTicket, SelectionTicket<SelectionTicket>>;
|
|
3890
|
-
declare const _default$
|
|
3891
|
-
declare const __VLS_export$
|
|
4681
|
+
declare const _default$102: typeof __VLS_export$102;
|
|
4682
|
+
declare const __VLS_export$102: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$22<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3892
4683
|
props: _$vue.PublicProps & __VLS_PrettifyLocal$22<(ExpansionPanelGroupProps & {
|
|
3893
4684
|
modelValue?: T | T[];
|
|
3894
4685
|
}) & {
|
|
@@ -3947,8 +4738,8 @@ interface ExpansionPanelRootSlotProps {
|
|
|
3947
4738
|
};
|
|
3948
4739
|
}
|
|
3949
4740
|
declare const useExpansionPanelRoot: (key: string, defaultValue?: ExpansionPanelRootContext | undefined) => ExpansionPanelRootContext, provideExpansionPanelRoot: (key: string, context: ExpansionPanelRootContext, app?: _$vue.App) => ExpansionPanelRootContext;
|
|
3950
|
-
declare const _default$
|
|
3951
|
-
declare const __VLS_export$
|
|
4741
|
+
declare const _default$101: typeof __VLS_export$101;
|
|
4742
|
+
declare const __VLS_export$101: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$21<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3952
4743
|
props: _$vue.PublicProps & __VLS_PrettifyLocal$21<ExpansionPanelRootProps<V>> & (typeof globalThis extends {
|
|
3953
4744
|
__VLS_PROPS_FALLBACK: infer P;
|
|
3954
4745
|
} ? P : {});
|
|
@@ -3976,11 +4767,11 @@ interface ExpansionPanelHeaderSlotProps {
|
|
|
3976
4767
|
/** Data attribute for selected state */'data-selected': true | undefined;
|
|
3977
4768
|
};
|
|
3978
4769
|
}
|
|
3979
|
-
declare const _default$
|
|
3980
|
-
declare const __VLS_export$
|
|
4770
|
+
declare const _default$100: typeof __VLS_export$100;
|
|
4771
|
+
declare const __VLS_export$100: __VLS_WithSlots$74<_$vue.DefineComponent<ExpansionPanelHeaderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
3981
4772
|
default: (props: ExpansionPanelHeaderSlotProps) => any;
|
|
3982
4773
|
}>;
|
|
3983
|
-
type __VLS_WithSlots$
|
|
4774
|
+
type __VLS_WithSlots$74<T, S> = T & {
|
|
3984
4775
|
new (): {
|
|
3985
4776
|
$slots: S;
|
|
3986
4777
|
};
|
|
@@ -4013,11 +4804,11 @@ interface ExpansionPanelActivatorSlotProps {
|
|
|
4013
4804
|
'onKeydown': (e: KeyboardEvent) => void;
|
|
4014
4805
|
};
|
|
4015
4806
|
}
|
|
4016
|
-
declare const _default$
|
|
4017
|
-
declare const __VLS_export$
|
|
4807
|
+
declare const _default$99: typeof __VLS_export$99;
|
|
4808
|
+
declare const __VLS_export$99: __VLS_WithSlots$73<_$vue.DefineComponent<ExpansionPanelActivatorProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
4018
4809
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
4019
4810
|
}>;
|
|
4020
|
-
type __VLS_WithSlots$
|
|
4811
|
+
type __VLS_WithSlots$73<T, S> = T & {
|
|
4021
4812
|
new (): {
|
|
4022
4813
|
$slots: S;
|
|
4023
4814
|
};
|
|
@@ -4034,11 +4825,11 @@ interface ExpansionPanelCueSlotProps {
|
|
|
4034
4825
|
'data-state': 'open' | 'closed';
|
|
4035
4826
|
};
|
|
4036
4827
|
}
|
|
4037
|
-
declare const _default$
|
|
4038
|
-
declare const __VLS_export$
|
|
4828
|
+
declare const _default$98: typeof __VLS_export$98;
|
|
4829
|
+
declare const __VLS_export$98: __VLS_WithSlots$72<_$vue.DefineComponent<ExpansionPanelCueProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelCueProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
4039
4830
|
default: (props: ExpansionPanelCueSlotProps) => any;
|
|
4040
4831
|
}>;
|
|
4041
|
-
type __VLS_WithSlots$
|
|
4832
|
+
type __VLS_WithSlots$72<T, S> = T & {
|
|
4042
4833
|
new (): {
|
|
4043
4834
|
$slots: S;
|
|
4044
4835
|
};
|
|
@@ -4060,11 +4851,11 @@ interface ExpansionPanelContentSlotProps {
|
|
|
4060
4851
|
'hidden': boolean;
|
|
4061
4852
|
};
|
|
4062
4853
|
}
|
|
4063
|
-
declare const _default$
|
|
4064
|
-
declare const __VLS_export$
|
|
4854
|
+
declare const _default$97: typeof __VLS_export$97;
|
|
4855
|
+
declare const __VLS_export$97: __VLS_WithSlots$71<_$vue.DefineComponent<ExpansionPanelContentProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
4065
4856
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
4066
4857
|
}>;
|
|
4067
|
-
type __VLS_WithSlots$
|
|
4858
|
+
type __VLS_WithSlots$71<T, S> = T & {
|
|
4068
4859
|
new (): {
|
|
4069
4860
|
$slots: S;
|
|
4070
4861
|
};
|
|
@@ -4355,8 +5146,8 @@ interface FormSlotProps {
|
|
|
4355
5146
|
/** Reset all field validations */
|
|
4356
5147
|
reset: () => void;
|
|
4357
5148
|
}
|
|
4358
|
-
declare const _default$
|
|
4359
|
-
declare const __VLS_export$
|
|
5149
|
+
declare const _default$96: typeof __VLS_export$96;
|
|
5150
|
+
declare const __VLS_export$96: __VLS_WithSlots$70<_$vue.DefineComponent<FormProps & {
|
|
4360
5151
|
modelValue?: boolean | null;
|
|
4361
5152
|
}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
4362
5153
|
"update:modelValue": (value: boolean | null) => any;
|
|
@@ -4377,7 +5168,7 @@ declare const __VLS_export$92: __VLS_WithSlots$66<_$vue.DefineComponent<FormProp
|
|
|
4377
5168
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
4378
5169
|
default: (props: FormSlotProps) => any;
|
|
4379
5170
|
}>;
|
|
4380
|
-
type __VLS_WithSlots$
|
|
5171
|
+
type __VLS_WithSlots$70<T, S> = T & {
|
|
4381
5172
|
new (): {
|
|
4382
5173
|
$slots: S;
|
|
4383
5174
|
};
|
|
@@ -4426,8 +5217,8 @@ interface GroupRootSlotProps {
|
|
|
4426
5217
|
};
|
|
4427
5218
|
}
|
|
4428
5219
|
declare const useGroupRoot: (key: string, defaultValue?: GroupContext<GroupTicket, GroupTicket<GroupTicket>> | undefined) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>, provideGroupRoot: (key: string, context: GroupContext<GroupTicket, GroupTicket<GroupTicket>>, app?: _$vue.App) => GroupContext<GroupTicket, GroupTicket<GroupTicket>>;
|
|
4429
|
-
declare const _default$
|
|
4430
|
-
declare const __VLS_export$
|
|
5220
|
+
declare const _default$95: typeof __VLS_export$95;
|
|
5221
|
+
declare const __VLS_export$95: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$20<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4431
5222
|
props: _$vue.PublicProps & __VLS_PrettifyLocal$20<(GroupRootProps & {
|
|
4432
5223
|
modelValue?: T | T[];
|
|
4433
5224
|
}) & {
|
|
@@ -4496,8 +5287,8 @@ interface GroupItemSlotProps<V = unknown> {
|
|
|
4496
5287
|
'onClick': () => void;
|
|
4497
5288
|
};
|
|
4498
5289
|
}
|
|
4499
|
-
declare const _default$
|
|
4500
|
-
declare const __VLS_export$
|
|
5290
|
+
declare const _default$94: typeof __VLS_export$94;
|
|
5291
|
+
declare const __VLS_export$94: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$19<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4501
5292
|
props: _$vue.PublicProps & __VLS_PrettifyLocal$19<GroupItemProps<V>> & (typeof globalThis extends {
|
|
4502
5293
|
__VLS_PROPS_FALLBACK: infer P;
|
|
4503
5294
|
} ? P : {});
|
|
@@ -4612,6 +5403,335 @@ declare const Group: {
|
|
|
4612
5403
|
};
|
|
4613
5404
|
};
|
|
4614
5405
|
//#endregion
|
|
5406
|
+
//#region src/components/Image/ImageRoot.vue.d.ts
|
|
5407
|
+
interface ImageRootProps extends AtomProps {
|
|
5408
|
+
/** Image source URL. Forwarded to Image.Img via context. */
|
|
5409
|
+
src?: string;
|
|
5410
|
+
/** Defer loading until the root element intersects the viewport. */
|
|
5411
|
+
lazy?: boolean;
|
|
5412
|
+
/** IntersectionObserver root margin. Only used when lazy is true. */
|
|
5413
|
+
rootMargin?: string;
|
|
5414
|
+
/**
|
|
5415
|
+
* IntersectionObserver threshold(s). A number or array of numbers
|
|
5416
|
+
* between 0.0 and 1.0 indicating the percentage of the target's
|
|
5417
|
+
* visibility required to trigger the observer. Only used when lazy is true.
|
|
5418
|
+
*/
|
|
5419
|
+
threshold?: number | number[];
|
|
5420
|
+
/**
|
|
5421
|
+
* IntersectionObserver root element. If omitted, the viewport is used.
|
|
5422
|
+
* Pass a scroll container to observe intersections relative to it instead.
|
|
5423
|
+
* Only used when lazy is true.
|
|
5424
|
+
*/
|
|
5425
|
+
root?: Element | null;
|
|
5426
|
+
/** Namespace for dependency injection. */
|
|
5427
|
+
namespace?: string;
|
|
5428
|
+
}
|
|
5429
|
+
interface ImageRootSlotProps {
|
|
5430
|
+
/** Current loading status. */
|
|
5431
|
+
status: ImageStatus;
|
|
5432
|
+
isIdle: boolean;
|
|
5433
|
+
isLoading: boolean;
|
|
5434
|
+
isLoaded: boolean;
|
|
5435
|
+
isError: boolean;
|
|
5436
|
+
/** Reset the image and re-attempt loading. */
|
|
5437
|
+
retry: () => void;
|
|
5438
|
+
/** Attributes for the root element. */
|
|
5439
|
+
attrs: {
|
|
5440
|
+
'data-state': ImageStatus;
|
|
5441
|
+
};
|
|
5442
|
+
}
|
|
5443
|
+
interface ImageContext extends UseImageReturn {}
|
|
5444
|
+
declare const useImageRoot: (key: string, defaultValue?: ImageContext | undefined) => ImageContext, provideImageRoot: (key: string, context: ImageContext, app?: _$vue.App) => ImageContext;
|
|
5445
|
+
declare const _default$93: typeof __VLS_export$93;
|
|
5446
|
+
declare const __VLS_export$93: __VLS_WithSlots$69<_$vue.DefineComponent<ImageRootProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ImageRootProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
5447
|
+
default: (props: ImageRootSlotProps) => any;
|
|
5448
|
+
}>;
|
|
5449
|
+
type __VLS_WithSlots$69<T, S> = T & {
|
|
5450
|
+
new (): {
|
|
5451
|
+
$slots: S;
|
|
5452
|
+
};
|
|
5453
|
+
};
|
|
5454
|
+
//#endregion
|
|
5455
|
+
//#region src/components/Image/ImageImg.vue.d.ts
|
|
5456
|
+
interface ImageImgProps extends AtomProps {
|
|
5457
|
+
/** Accessible alt text. */
|
|
5458
|
+
alt?: string;
|
|
5459
|
+
/** Responsive image candidates. */
|
|
5460
|
+
srcset?: string;
|
|
5461
|
+
/** Image sizes hint for responsive selection. */
|
|
5462
|
+
sizes?: string;
|
|
5463
|
+
/** Intrinsic image width — set to prevent layout shift. */
|
|
5464
|
+
width?: number | string;
|
|
5465
|
+
/** Intrinsic image height — set to prevent layout shift. */
|
|
5466
|
+
height?: number | string;
|
|
5467
|
+
/** CORS request mode. */
|
|
5468
|
+
crossorigin?: '' | 'anonymous' | 'use-credentials';
|
|
5469
|
+
/** Referrer policy for the request. */
|
|
5470
|
+
referrerpolicy?: string;
|
|
5471
|
+
/** How the browser should decode the image. */
|
|
5472
|
+
decoding?: 'sync' | 'async' | 'auto';
|
|
5473
|
+
/** Native browser-managed lazy loading hint. */
|
|
5474
|
+
loading?: 'eager' | 'lazy';
|
|
5475
|
+
/** Resource priority hint. */
|
|
5476
|
+
fetchpriority?: 'high' | 'low' | 'auto';
|
|
5477
|
+
/** Namespace for retrieving the Image context. */
|
|
5478
|
+
namespace?: string;
|
|
5479
|
+
}
|
|
5480
|
+
interface ImageImgEmits {
|
|
5481
|
+
load: [e: Event];
|
|
5482
|
+
error: [e: Event];
|
|
5483
|
+
/**
|
|
5484
|
+
* Synthesized event fired when the image transitions into the `loading`
|
|
5485
|
+
* state: on initial mount if `eager`, on intersection if `lazy`, when
|
|
5486
|
+
* `src` changes, or when `retry()` is called. Emits the source URL that
|
|
5487
|
+
* started loading — analytics can treat every emit as one network request.
|
|
5488
|
+
*/
|
|
5489
|
+
loadstart: [src: string];
|
|
5490
|
+
}
|
|
5491
|
+
interface ImageImgSlotProps {
|
|
5492
|
+
/** Whether the image has loaded successfully. */
|
|
5493
|
+
isLoaded: boolean;
|
|
5494
|
+
/** Current loading status. */
|
|
5495
|
+
status: ImageStatus;
|
|
5496
|
+
/** Attributes to bind to the image element. */
|
|
5497
|
+
attrs: {
|
|
5498
|
+
'role': 'img';
|
|
5499
|
+
'src': string | undefined;
|
|
5500
|
+
'srcset': string | undefined;
|
|
5501
|
+
'sizes': string | undefined;
|
|
5502
|
+
'alt': string | undefined;
|
|
5503
|
+
'width': number | string | undefined;
|
|
5504
|
+
'height': number | string | undefined;
|
|
5505
|
+
'crossorigin': '' | 'anonymous' | 'use-credentials' | undefined;
|
|
5506
|
+
'referrerpolicy': string | undefined;
|
|
5507
|
+
'decoding': 'sync' | 'async' | 'auto';
|
|
5508
|
+
'loading': 'eager' | 'lazy' | undefined;
|
|
5509
|
+
'fetchpriority': 'high' | 'low' | 'auto' | undefined;
|
|
5510
|
+
'data-state': ImageStatus;
|
|
5511
|
+
'onLoad': (e: Event) => void;
|
|
5512
|
+
'onError': (e: Event) => void;
|
|
5513
|
+
};
|
|
5514
|
+
}
|
|
5515
|
+
declare const _default$92: typeof __VLS_export$92;
|
|
5516
|
+
declare const __VLS_export$92: __VLS_WithSlots$68<_$vue.DefineComponent<ImageImgProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
5517
|
+
load: (e: Event) => any;
|
|
5518
|
+
error: (e: Event) => any;
|
|
5519
|
+
loadstart: (src: string) => any;
|
|
5520
|
+
}, string, _$vue.PublicProps, Readonly<ImageImgProps> & Readonly<{
|
|
5521
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
5522
|
+
onError?: ((e: Event) => any) | undefined;
|
|
5523
|
+
onLoadstart?: ((src: string) => any) | undefined;
|
|
5524
|
+
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
5525
|
+
default: (props: ImageImgSlotProps) => any;
|
|
5526
|
+
}>;
|
|
5527
|
+
type __VLS_WithSlots$68<T, S> = T & {
|
|
5528
|
+
new (): {
|
|
5529
|
+
$slots: S;
|
|
5530
|
+
};
|
|
5531
|
+
};
|
|
5532
|
+
//#endregion
|
|
5533
|
+
//#region src/components/Image/ImagePlaceholder.vue.d.ts
|
|
5534
|
+
interface ImagePlaceholderProps extends AtomProps {
|
|
5535
|
+
/** Namespace for retrieving the Image context. */
|
|
5536
|
+
namespace?: string;
|
|
5537
|
+
}
|
|
5538
|
+
interface ImagePlaceholderSlotProps {
|
|
5539
|
+
/** Current loading status. */
|
|
5540
|
+
status: ImageStatus;
|
|
5541
|
+
/** Attributes to bind to the placeholder element. */
|
|
5542
|
+
attrs: {
|
|
5543
|
+
'aria-hidden': true;
|
|
5544
|
+
'data-state': ImageStatus;
|
|
5545
|
+
};
|
|
5546
|
+
}
|
|
5547
|
+
declare const _default$91: typeof __VLS_export$91;
|
|
5548
|
+
declare const __VLS_export$91: __VLS_WithSlots$67<_$vue.DefineComponent<ImagePlaceholderProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ImagePlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
5549
|
+
default: (props: ImagePlaceholderSlotProps) => any;
|
|
5550
|
+
}>;
|
|
5551
|
+
type __VLS_WithSlots$67<T, S> = T & {
|
|
5552
|
+
new (): {
|
|
5553
|
+
$slots: S;
|
|
5554
|
+
};
|
|
5555
|
+
};
|
|
5556
|
+
//#endregion
|
|
5557
|
+
//#region src/components/Image/ImageFallback.vue.d.ts
|
|
5558
|
+
interface ImageFallbackProps extends AtomProps {
|
|
5559
|
+
/** Namespace for retrieving the Image context. */
|
|
5560
|
+
namespace?: string;
|
|
5561
|
+
}
|
|
5562
|
+
interface ImageFallbackSlotProps {
|
|
5563
|
+
/** Reset the image and re-attempt loading. */
|
|
5564
|
+
retry: () => void;
|
|
5565
|
+
/** Attributes to bind to the fallback element. */
|
|
5566
|
+
attrs: {
|
|
5567
|
+
'role': 'img';
|
|
5568
|
+
'data-state': 'error';
|
|
5569
|
+
};
|
|
5570
|
+
}
|
|
5571
|
+
declare const _default$90: typeof __VLS_export$90;
|
|
5572
|
+
declare const __VLS_export$90: __VLS_WithSlots$66<_$vue.DefineComponent<ImageFallbackProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ImageFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
5573
|
+
default: (props: ImageFallbackSlotProps) => any;
|
|
5574
|
+
}>;
|
|
5575
|
+
type __VLS_WithSlots$66<T, S> = T & {
|
|
5576
|
+
new (): {
|
|
5577
|
+
$slots: S;
|
|
5578
|
+
};
|
|
5579
|
+
};
|
|
5580
|
+
//#endregion
|
|
5581
|
+
//#region src/components/Image/index.d.ts
|
|
5582
|
+
/**
|
|
5583
|
+
* Image component with sub-components for managing image loading lifecycle.
|
|
5584
|
+
*
|
|
5585
|
+
* @see https://0.vuetifyjs.com/components/semantic/image
|
|
5586
|
+
*/
|
|
5587
|
+
declare const Image: {
|
|
5588
|
+
/**
|
|
5589
|
+
* Root component for images. Owns the loading state machine and optionally
|
|
5590
|
+
* manages lazy loading via IntersectionObserver.
|
|
5591
|
+
*
|
|
5592
|
+
* @see https://0.vuetifyjs.com/components/semantic/image
|
|
5593
|
+
*
|
|
5594
|
+
* @example
|
|
5595
|
+
* ```vue
|
|
5596
|
+
* <script lang="ts" setup>
|
|
5597
|
+
* import { Image } from '@vuetify/v0'
|
|
5598
|
+
* </script>
|
|
5599
|
+
*
|
|
5600
|
+
* <template>
|
|
5601
|
+
* <Image.Root src="/photo.jpg">
|
|
5602
|
+
* <Image.Img alt="A photo" width="800" height="600" />
|
|
5603
|
+
* <Image.Placeholder>Loading...</Image.Placeholder>
|
|
5604
|
+
* <Image.Fallback>Failed to load</Image.Fallback>
|
|
5605
|
+
* </Image.Root>
|
|
5606
|
+
* </template>
|
|
5607
|
+
* ```
|
|
5608
|
+
*/
|
|
5609
|
+
Root: {
|
|
5610
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<ImageRootProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
5611
|
+
P: {};
|
|
5612
|
+
B: {};
|
|
5613
|
+
D: {};
|
|
5614
|
+
C: {};
|
|
5615
|
+
M: {};
|
|
5616
|
+
Defaults: {};
|
|
5617
|
+
}, Readonly<ImageRootProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
5618
|
+
__isFragment?: never;
|
|
5619
|
+
__isTeleport?: never;
|
|
5620
|
+
__isSuspense?: never;
|
|
5621
|
+
} & _$vue.ComponentOptionsBase<Readonly<ImageRootProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
5622
|
+
$slots: {
|
|
5623
|
+
default: (props: ImageRootSlotProps) => any;
|
|
5624
|
+
};
|
|
5625
|
+
});
|
|
5626
|
+
/**
|
|
5627
|
+
* The `<img>` element. Reads the gated source from context and reports
|
|
5628
|
+
* load/error events.
|
|
5629
|
+
*
|
|
5630
|
+
* @see https://0.vuetifyjs.com/components/semantic/image
|
|
5631
|
+
*
|
|
5632
|
+
* @example
|
|
5633
|
+
* ```vue
|
|
5634
|
+
* <Image.Img alt="Description" width="800" height="600" />
|
|
5635
|
+
* ```
|
|
5636
|
+
*/
|
|
5637
|
+
Img: {
|
|
5638
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<ImageImgProps> & Readonly<{
|
|
5639
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
5640
|
+
onError?: ((e: Event) => any) | undefined;
|
|
5641
|
+
onLoadstart?: ((src: string) => any) | undefined;
|
|
5642
|
+
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
5643
|
+
load: (e: Event) => any;
|
|
5644
|
+
error: (e: Event) => any;
|
|
5645
|
+
loadstart: (src: string) => any;
|
|
5646
|
+
}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
5647
|
+
P: {};
|
|
5648
|
+
B: {};
|
|
5649
|
+
D: {};
|
|
5650
|
+
C: {};
|
|
5651
|
+
M: {};
|
|
5652
|
+
Defaults: {};
|
|
5653
|
+
}, Readonly<ImageImgProps> & Readonly<{
|
|
5654
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
5655
|
+
onError?: ((e: Event) => any) | undefined;
|
|
5656
|
+
onLoadstart?: ((src: string) => any) | undefined;
|
|
5657
|
+
}>, {}, {}, {}, {}, {}>;
|
|
5658
|
+
__isFragment?: never;
|
|
5659
|
+
__isTeleport?: never;
|
|
5660
|
+
__isSuspense?: never;
|
|
5661
|
+
} & _$vue.ComponentOptionsBase<Readonly<ImageImgProps> & Readonly<{
|
|
5662
|
+
onLoad?: ((e: Event) => any) | undefined;
|
|
5663
|
+
onError?: ((e: Event) => any) | undefined;
|
|
5664
|
+
onLoadstart?: ((src: string) => any) | undefined;
|
|
5665
|
+
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
5666
|
+
load: (e: Event) => any;
|
|
5667
|
+
error: (e: Event) => any;
|
|
5668
|
+
loadstart: (src: string) => any;
|
|
5669
|
+
}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
5670
|
+
$slots: {
|
|
5671
|
+
default: (props: ImageImgSlotProps) => any;
|
|
5672
|
+
};
|
|
5673
|
+
});
|
|
5674
|
+
/**
|
|
5675
|
+
* Placeholder content shown while the image is idle or loading.
|
|
5676
|
+
*
|
|
5677
|
+
* @see https://0.vuetifyjs.com/components/semantic/image
|
|
5678
|
+
*
|
|
5679
|
+
* @example
|
|
5680
|
+
* ```vue
|
|
5681
|
+
* <Image.Placeholder>
|
|
5682
|
+
* <div class="bg-gray-200 animate-pulse" />
|
|
5683
|
+
* </Image.Placeholder>
|
|
5684
|
+
* ```
|
|
5685
|
+
*/
|
|
5686
|
+
Placeholder: {
|
|
5687
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<ImagePlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
5688
|
+
P: {};
|
|
5689
|
+
B: {};
|
|
5690
|
+
D: {};
|
|
5691
|
+
C: {};
|
|
5692
|
+
M: {};
|
|
5693
|
+
Defaults: {};
|
|
5694
|
+
}, Readonly<ImagePlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
5695
|
+
__isFragment?: never;
|
|
5696
|
+
__isTeleport?: never;
|
|
5697
|
+
__isSuspense?: never;
|
|
5698
|
+
} & _$vue.ComponentOptionsBase<Readonly<ImagePlaceholderProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
5699
|
+
$slots: {
|
|
5700
|
+
default: (props: ImagePlaceholderSlotProps) => any;
|
|
5701
|
+
};
|
|
5702
|
+
});
|
|
5703
|
+
/**
|
|
5704
|
+
* Fallback content shown when the image fails to load. Exposes `retry()`
|
|
5705
|
+
* via slot props.
|
|
5706
|
+
*
|
|
5707
|
+
* @see https://0.vuetifyjs.com/components/semantic/image
|
|
5708
|
+
*
|
|
5709
|
+
* @example
|
|
5710
|
+
* ```vue
|
|
5711
|
+
* <Image.Fallback v-slot="{ retry }">
|
|
5712
|
+
* <button @click="retry">Retry</button>
|
|
5713
|
+
* </Image.Fallback>
|
|
5714
|
+
* ```
|
|
5715
|
+
*/
|
|
5716
|
+
Fallback: {
|
|
5717
|
+
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<ImageFallbackProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
5718
|
+
P: {};
|
|
5719
|
+
B: {};
|
|
5720
|
+
D: {};
|
|
5721
|
+
C: {};
|
|
5722
|
+
M: {};
|
|
5723
|
+
Defaults: {};
|
|
5724
|
+
}, Readonly<ImageFallbackProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
5725
|
+
__isFragment?: never;
|
|
5726
|
+
__isTeleport?: never;
|
|
5727
|
+
__isSuspense?: never;
|
|
5728
|
+
} & _$vue.ComponentOptionsBase<Readonly<ImageFallbackProps> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
5729
|
+
$slots: {
|
|
5730
|
+
default: (props: ImageFallbackSlotProps) => any;
|
|
5731
|
+
};
|
|
5732
|
+
});
|
|
5733
|
+
};
|
|
5734
|
+
//#endregion
|
|
4615
5735
|
//#region src/components/Input/InputControl.vue.d.ts
|
|
4616
5736
|
interface InputControlProps extends AtomProps {
|
|
4617
5737
|
namespace?: string;
|
|
@@ -4807,16 +5927,18 @@ declare const useInputRoot: (key: string, defaultValue?: InputRootContext | unde
|
|
|
4807
5927
|
declare const _default$86: typeof __VLS_export$86;
|
|
4808
5928
|
declare const __VLS_export$86: __VLS_WithSlots$62<_$vue.DefineComponent<InputRootProps & {
|
|
4809
5929
|
modelValue?: string;
|
|
5930
|
+
focused?: boolean;
|
|
4810
5931
|
}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
4811
5932
|
"update:modelValue": (value: string) => any;
|
|
4812
5933
|
"update:model-value": (value: string) => any;
|
|
4813
|
-
"update:
|
|
5934
|
+
"update:focused": (...args: unknown[]) => any;
|
|
4814
5935
|
}, string, _$vue.PublicProps, Readonly<InputRootProps & {
|
|
4815
5936
|
modelValue?: string;
|
|
5937
|
+
focused?: boolean;
|
|
4816
5938
|
}> & Readonly<{
|
|
4817
5939
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4818
5940
|
"onUpdate:model-value"?: ((value: string) => any) | undefined;
|
|
4819
|
-
"onUpdate:
|
|
5941
|
+
"onUpdate:focused"?: ((...args: unknown[]) => any) | undefined;
|
|
4820
5942
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
4821
5943
|
default: (props: InputRootSlotProps) => any;
|
|
4822
5944
|
}>;
|
|
@@ -4989,14 +6111,15 @@ declare const Input: {
|
|
|
4989
6111
|
Root: {
|
|
4990
6112
|
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<InputRootProps & {
|
|
4991
6113
|
modelValue?: string;
|
|
6114
|
+
focused?: boolean;
|
|
4992
6115
|
}> & Readonly<{
|
|
4993
6116
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4994
6117
|
"onUpdate:model-value"?: ((value: string) => any) | undefined;
|
|
4995
|
-
"onUpdate:
|
|
6118
|
+
"onUpdate:focused"?: ((...args: unknown[]) => any) | undefined;
|
|
4996
6119
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
4997
6120
|
"update:modelValue": (value: string) => any;
|
|
4998
6121
|
"update:model-value": (value: string) => any;
|
|
4999
|
-
"update:
|
|
6122
|
+
"update:focused": (...args: unknown[]) => any;
|
|
5000
6123
|
}, _$vue.PublicProps, {}, false, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
5001
6124
|
P: {};
|
|
5002
6125
|
B: {};
|
|
@@ -5006,24 +6129,26 @@ declare const Input: {
|
|
|
5006
6129
|
Defaults: {};
|
|
5007
6130
|
}, Readonly<InputRootProps & {
|
|
5008
6131
|
modelValue?: string;
|
|
6132
|
+
focused?: boolean;
|
|
5009
6133
|
}> & Readonly<{
|
|
5010
6134
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
5011
6135
|
"onUpdate:model-value"?: ((value: string) => any) | undefined;
|
|
5012
|
-
"onUpdate:
|
|
6136
|
+
"onUpdate:focused"?: ((...args: unknown[]) => any) | undefined;
|
|
5013
6137
|
}>, {}, {}, {}, {}, {}>;
|
|
5014
6138
|
__isFragment?: never;
|
|
5015
6139
|
__isTeleport?: never;
|
|
5016
6140
|
__isSuspense?: never;
|
|
5017
6141
|
} & _$vue.ComponentOptionsBase<Readonly<InputRootProps & {
|
|
5018
6142
|
modelValue?: string;
|
|
6143
|
+
focused?: boolean;
|
|
5019
6144
|
}> & Readonly<{
|
|
5020
6145
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
5021
6146
|
"onUpdate:model-value"?: ((value: string) => any) | undefined;
|
|
5022
|
-
"onUpdate:
|
|
6147
|
+
"onUpdate:focused"?: ((...args: unknown[]) => any) | undefined;
|
|
5023
6148
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
5024
6149
|
"update:modelValue": (value: string) => any;
|
|
5025
6150
|
"update:model-value": (value: string) => any;
|
|
5026
|
-
"update:
|
|
6151
|
+
"update:focused": (...args: unknown[]) => any;
|
|
5027
6152
|
}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
5028
6153
|
$slots: {
|
|
5029
6154
|
default: (props: InputRootSlotProps) => any;
|
|
@@ -6561,13 +7686,21 @@ interface PortalProps {
|
|
|
6561
7686
|
to?: string | HTMLElement;
|
|
6562
7687
|
/** Render inline instead of teleporting. @default false */
|
|
6563
7688
|
disabled?: boolean;
|
|
7689
|
+
/** Block scrim close. @default false */
|
|
7690
|
+
blocking?: boolean;
|
|
6564
7691
|
}
|
|
6565
7692
|
interface PortalSlotProps {
|
|
6566
7693
|
/** Calculated z-index from useStack */
|
|
6567
7694
|
zIndex: number;
|
|
7695
|
+
/** Close this portal (unselects from stack) */
|
|
7696
|
+
close: () => void;
|
|
6568
7697
|
}
|
|
6569
7698
|
declare const _default$66: typeof __VLS_export$66;
|
|
6570
|
-
declare const __VLS_export$66: __VLS_WithSlots$43<_$vue.DefineComponent<PortalProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
7699
|
+
declare const __VLS_export$66: __VLS_WithSlots$43<_$vue.DefineComponent<PortalProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
7700
|
+
close: () => any;
|
|
7701
|
+
}, string, _$vue.PublicProps, Readonly<PortalProps> & Readonly<{
|
|
7702
|
+
onClose?: (() => any) | undefined;
|
|
7703
|
+
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>, {
|
|
6571
7704
|
default: (props: PortalSlotProps) => any;
|
|
6572
7705
|
}>;
|
|
6573
7706
|
type __VLS_WithSlots$43<T, S> = T & {
|
|
@@ -9653,7 +10786,7 @@ interface SnackbarCloseSlotProps {
|
|
|
9653
10786
|
/** Attributes to bind to the close button element */
|
|
9654
10787
|
attrs: {
|
|
9655
10788
|
'type': 'button' | undefined;
|
|
9656
|
-
'aria-label':
|
|
10789
|
+
'aria-label': string;
|
|
9657
10790
|
'onClick': () => void;
|
|
9658
10791
|
};
|
|
9659
10792
|
}
|
|
@@ -9980,8 +11113,8 @@ interface SplitterPanelProps extends AtomProps {
|
|
|
9980
11113
|
interface SplitterPanelExpose {
|
|
9981
11114
|
collapse: () => void;
|
|
9982
11115
|
expand: () => void;
|
|
9983
|
-
size: Ref<number
|
|
9984
|
-
isCollapsed: Ref<boolean
|
|
11116
|
+
size: Readonly<Ref<number>>;
|
|
11117
|
+
isCollapsed: Readonly<Ref<boolean>>;
|
|
9985
11118
|
}
|
|
9986
11119
|
interface SplitterPanelSlotProps {
|
|
9987
11120
|
size: number;
|
|
@@ -12695,4 +13828,4 @@ declare const Treeview: {
|
|
|
12695
13828
|
});
|
|
12696
13829
|
};
|
|
12697
13830
|
//#endregion
|
|
12698
|
-
export { ToggleGroupSlotProps as $, providePaginationRoot as $a, _default$119 as $c, ProgressRootContext as $i, BreadcrumbsListSlotProps as $l, SliderRangeSlotProps as $n, GroupRootProps as $o, ScrimProps as $r, provideDialogContext as $s, _default$24 as $t, useAlertDialogContext as $u, TreeviewGroupSlotProps as A, PaginationLastProps as Aa, useComboboxContext as Ac, RadioGroupSlotProps as Ai, ButtonGroupSlotProps as Al, SnackbarRootContext as An, _default$85 as Ao, SelectPlaceholderSlotProps as Ar, provideExpansionPanelGroup as As, SwitchThumbProps as At, AlertDialogCloseSlotProps as Au, TreeviewSelectAllSlotProps as B, PaginationPrevSlotProps as Ba, _default$116 as Bc, _default$59 as Bi, BreadcrumbsEllipsisProps as Bl, provideSnackbarQueueContext as Bn, InputErrorProps as Bo, _default$46 as Br, DialogTitleSlotProps as Bs, _default$21 as Bt, _default$143 as Bu, TreeviewCheckboxProps as C, _default$69 as Ca, ComboboxActivatorProps as Cc, provideRadioRoot as Ci, _default$124 as Cl, useSplitterRoot as Cn, NumberFieldRootProps as Co, SelectionRootProps as Cr, _default$97 as Cs, _default$17 as Ct, AlertDialog as Cu, TreeviewCueProps as D, PaginationStatusProps as Da, ComboboxRootSlotProps as Dc, RadioActivation as Di, ButtonHiddenInputProps as Dl, SnackbarCloseProps as Dn, useNumberFieldRoot as Do, useSelectionRoot as Dr, ExpansionPanelGroupSlotProps as Ds, SwitchTrackProps as Dt, AlertDialogActionSlotProps as Du, TreeviewContentSlotProps as E, Pagination as Ea, ComboboxRootProps as Ec, _default$56 as Ei, _default$125 as El, _default$29 as En, provideNumberFieldRoot as Eo, provideSelectionRoot as Er, ExpansionPanelGroupProps as Es, Switch as Et, AlertDialogActionProps as Eu, TreeviewListProps as F, _default$72 as Fa, CollapsibleCueProps as Fc, Progress as Fi, ButtonContentSlotProps as Fl, useSnackbarRootContext as Fn, ValidateEvent as Fo, SelectCueProps as Fr, _default$99 as Fs, _default$20 as Ft, AlertDialogDescriptionProps as Fu, _default$10 as G, PaginationItemProps as Ga, provideCollapsible as Gc, ProgressBufferSlotProps as Gi, _default$131 as Gl, Slider as Gn, _default$88 as Go, SelectActivatorSlotProps as Gr, _default$102 as Gs, SwitchGroupProps as Gt, AlertDialogActivatorProps as Gu, ToggleRootContext as H, PaginationFirstProps as Ha, CollapsibleRootProps as Hc, ProgressValueSlotProps as Hi, _default$130 as Hl, SnackbarPortalProps as Hn, _default$87 as Ho, SelectValueSlotProps as Hr, DialogContentEmits as Hs, useSwitchRoot as Ht, AlertDialogContentProps as Hu, TreeviewListSlotProps as I, PaginationEllipsisProps as Ia, CollapsibleCueSlotProps as Ic, ProgressHiddenInputProps as Ii, _default$128 as Il, SnackbarQueueContext as In, ValidateOn as Io, SelectCueSlotProps as Ir, DialogDescriptionProps as Is, SwitchRootContext as It, AlertDialogDescriptionSlotProps as Iu, ToggleIndicatorProps as J, PaginationRootProps as Ja, CheckboxSelectAllProps as Jc, ProgressFillSlotProps as Ji, _default$132 as Jl, SliderThumbProps as Jn, _default$89 as Jo, SelectRootProps as Jr, _default$103 as Js, provideSwitchGroup as Jt, AlertDialogContext as Ju, provideToggleRoot as K, PaginationItemSlotProps as Ka, useCollapsible as Kc, _default$61 as Ki, BreadcrumbsPageProps as Kl, SliderHiddenInputProps as Kn, InputControlProps as Ko, _default$48 as Kr, DialogActivatorProps as Ks, SwitchGroupSlotProps as Kt, AlertDialogActivatorSlotProps as Ku, TreeviewRootProps as L, PaginationEllipsisSlotProps as La, _default$115 as Lc, _default$58 as Li, Breadcrumbs as Ll, SnackbarQueueProps as Ln, _default$86 as Lo, _default$45 as Lr, DialogDescriptionSlotProps as Ls, SwitchRootProps as Lt, _default$142 as Lu, TreeviewIndicatorSlotProps as M, _default$71 as Ma, CollapsibleContentProps as Mc, _default$57 as Mi, provideButtonGroup as Ml, SnackbarRootSlotProps as Mn, InputRootContext as Mo, SelectItemProps as Mr, Dialog as Ms, _default$19 as Mt, AlertDialogCancelProps as Mu, TreeviewItemProps as N, PaginationNextProps as Na, CollapsibleContentSlotProps as Nc, provideRadioGroup as Ni, useButtonGroup as Nl, _default$31 as Nn, InputRootProps as No, SelectItemSlotProps as Nr, DialogCloseProps as Ns, SwitchSelectAllProps as Nt, AlertDialogCancelSlotProps as Nu, TreeviewCueSlotProps as O, PaginationStatusSlotProps as Oa, _default$113 as Oc, RadioGroupContext as Oi, _default$126 as Ol, SnackbarCloseSlotProps as On, LocaleProps as Oo, Select as Or, ExpansionPanelOptionsContext as Os, SwitchTrackSlotProps as Ot, _default$139 as Ou, TreeviewItemSlotProps as P, PaginationNextSlotProps as Pa, _default$114 as Pc, useRadioGroup as Pi, ButtonContentProps as Pl, provideSnackbarRootContext as Pn, InputRootSlotProps as Po, _default$44 as Pr, DialogCloseSlotProps as Ps, SwitchSelectAllSlotProps as Pt, _default$141 as Pu, ToggleGroupProps as Q, providePaginationItems as Qa, CheckboxIndicatorSlotProps as Qc, _default$63 as Qi, BreadcrumbsListProps as Ql, SliderRangeProps as Qn, _default$90 as Qo, useSelectContext as Qr, _default$104 as Qs, StepItemSlotProps as Qt, provideAlertDialogContext as Qu, TreeviewRootSlotProps as R, _default$73 as Ra, CollapsibleActivatorProps as Rc, ProgressLabelProps as Ri, BreadcrumbsLinkProps as Rl, SnackbarQueueSlotProps as Rn, provideInputRoot as Ro, SelectContentProps as Rr, _default$100 as Rs, SwitchRootSlotProps as Rt, AlertDialogTitleProps as Ru, TreeviewActivatorSlotProps as S, PopoverRootSlotProps as Sa, _default$111 as Sc, _default$55 as Si, ButtonLoadingSlotProps as Sl, provideSplitterRoot as Sn, NumberFieldRootContext as So, _default$41 as Sr, ExpansionPanelRootSlotProps as Ss, TabsTicket as St, useAvatarRoot as Su, TreeviewContentProps as T, usePopoverContext as Ta, _default$112 as Tc, RadioHiddenInputProps as Ti, ButtonIconSlotProps as Tl, SnackbarContentProps as Tn, _default$84 as To, _default$42 as Tr, useExpansionPanelRoot as Ts, useTabsRoot as Tt, AlertDialogActionEvent as Tu, ToggleRootProps as U, PaginationFirstSlotProps as Ua, CollapsibleRootSlotProps as Uc, _default$60 as Ui, BreadcrumbsDividerProps as Ul, SnackbarPortalSlotProps as Un, InputDescriptionProps as Uo, _default$47 as Ur, DialogContentProps as Us, SwitchHiddenInputProps as Ut, AlertDialogContentSlotProps as Uu, Toggle as V, _default$74 as Va, CollapsibleContext as Vc, ProgressValueProps as Vi, BreadcrumbsEllipsisSlotProps as Vl, useSnackbarQueueContext as Vn, InputErrorSlotProps as Vo, SelectValueProps as Vr, _default$101 as Vs, provideSwitchRoot as Vt, AlertDialogContentEmits as Vu, ToggleRootSlotProps as W, _default$75 as Wa, _default$117 as Wc, ProgressBufferProps as Wi, BreadcrumbsDividerSlotProps as Wl, _default$33 as Wn, InputDescriptionSlotProps as Wo, SelectActivatorProps as Wr, DialogContentSlotProps as Ws, _default$22 as Wt, _default$144 as Wu, _default$11 as X, _default$77 as Xa, _default$118 as Xc, ProgressTrackProps as Xi, BreadcrumbsItemSlotProps as Xl, SliderThumbState as Xn, GroupItemProps as Xo, _default$49 as Xr, DialogRootProps as Xs, Step as Xt, AlertDialogRootSlotProps as Xu, ToggleIndicatorSlotProps as Y, PaginationRootSlotProps as Ya, CheckboxSelectAllSlotProps as Yc, _default$62 as Yi, BreadcrumbsItemProps as Yl, SliderThumbSlotProps as Yn, Group as Yo, SelectRootSlotProps as Yr, DialogContext as Ys, useSwitchGroup as Yt, AlertDialogRootProps as Yu, ToggleGroupContext as Z, providePaginationControls as Za, CheckboxIndicatorProps as Zc, ProgressTrackSlotProps as Zi, _default$133 as Zl, _default$35 as Zn, GroupItemSlotProps as Zo, provideSelectContext as Zr, DialogRootSlotProps as Zs, StepItemProps as Zt, _default$146 as Zu, _default$6 as _, PopoverActivatorProps as _a, ComboboxCueProps as _c, _default$54 as _i, ButtonRootSlotProps as _l, SplitterPanelTicket as _n, NumberFieldIncrementSlotProps as _o, provideSingleRoot as _r, ExpansionPanelHeaderProps as _s, TabsActivation as _t, AvatarContext as _u, provideTreeviewRoot as a, PresenceAttrs as aa, ComboboxDescriptionProps as ac, RatingItemProps as ai, provideCheckboxRoot as al, Splitter as an, NumberFieldErrorSlotProps as ao, SliderRootProps as ar, FormSlotProps as as, ThemeSlotProps as at, useBreadcrumbsRoot as au, _default$9 as b, PopoverContext as ba, ComboboxControlProps as bc, RadioRootSlotProps as bi, useButtonRoot as bl, SplitterRootSlotProps as bn, NumberFieldControlSlotProps as bo, SelectionItemProps as br, ExpansionPanelRootContext as bs, TabsRootProps as bt, _default$138 as bu, _default$2 as c, _default$65 as ca, ComboboxEmptyProps as cc, RatingRootContext as ci, _default$121 as cl, SplitterHandleState as cn, NumberFieldDescriptionSlotProps as co, provideSliderRoot as cr, ExpansionPanelContentProps as cs, TabsPanelProps as ct, BreadcrumbsTicketType as cu, TreeviewItemContext as d, _default$66 as da, ComboboxItemProps as dc, _default$53 as di, _default$122 as dl, SplitterPanelProps as dn, NumberFieldScrubSlotProps as do, SingleItemProps as dr, ExpansionPanelCueProps as ds, TabsItemProps as dt, AvatarFallbackSlotProps as du, ProgressRootProps as ea, useDialogContext as ec, AtomExpose as ed, ScrimSlotProps as ei, CheckboxRootContext as el, StepRootProps as en, usePaginationControls as eo, _default$36 as er, GroupRootSlotProps as es, ToggleOrientation as et, _default$134 as eu, _default$3 as f, Popover as fa, ComboboxItemSlotProps as fc, provideRatingRoot as fi, provideCheckboxGroup as fl, SplitterPanelSlotProps as fn, _default$80 as fo, SingleItemSlotProps as fr, ExpansionPanelCueSlotProps as fs, TabsItemSlotProps as ft, _default$136 as fu, _default$5 as g, _default$67 as ga, _default$109 as gc, RadioIndicatorSlotProps as gi, ButtonRootProps as gl, SplitterPanelInput as gn, NumberFieldIncrementProps as go, _default$40 as gr, _default$95 as gs, _default$16 as gt, _default$137 as gu, _default$4 as h, PopoverContentSlotProps as ha, ComboboxContentSlotProps as hc, RadioIndicatorProps as hi, ButtonRootContext as hl, SplitterOrientation as hn, _default$81 as ho, SingleRootSlotProps as hr, ExpansionPanelActivatorSlotProps as hs, TabsListSlotProps as ht, AvatarImageSlotProps as hu, _default$1 as i, useProgressRoot as ia, _default$105 as ic, _default$51 as ii, _default$120 as il, useStepRoot as in, NumberFieldErrorProps as io, SliderRootContext as ir, FormProps as is, ThemeProps as it, provideBreadcrumbsRoot as iu, TreeviewIndicatorProps as j, PaginationLastSlotProps as ja, Collapsible as jc, RadioTicket as ji, _default$127 as jl, SnackbarRootProps as jn, Input as jo, _default$43 as jr, useExpansionPanelGroup as js, SwitchThumbSlotProps as jt, _default$140 as ju, TreeviewGroupProps as k, _default$70 as ka, provideComboboxContext as kc, RadioGroupProps as ki, ButtonGroupProps as kl, _default$30 as kn, LocaleSlotProps as ko, SelectPlaceholderProps as kr, _default$98 as ks, _default$18 as kt, AlertDialogCloseProps as ku, provideTreeviewList as l, PortalProps as la, ComboboxEmptySlotProps as lc, RatingRootProps as li, CheckboxGroupProps as ll, _default$26 as ln, _default$79 as lo, useSliderRoot as lr, ExpansionPanelContentSlotProps as ls, TabsPanelSlotProps as lt, Avatar as lu, useTreeviewItem as m, PopoverContentProps as ma, ComboboxContentProps as mc, Radio as mi, Button as ml, SplitterContext as mn, NumberFieldDecrementSlotProps as mo, SingleRootProps as mr, ExpansionPanelActivatorProps as ms, TabsListProps as mt, AvatarImageProps as mu, _default as n, _default$64 as na, ComboboxErrorProps as nc, AtomSlots as nd, Rating as ni, CheckboxRootSlotProps as nl, _default$25 as nn, usePaginationRoot as no, SliderTrackSlotProps as nr, provideGroupRoot as ns, provideToggleGroup as nt, BreadcrumbsRootSlotProps as nu, useTreeviewRoot as o, PresenceProps as oa, ComboboxDescriptionSlotProps as oc, RatingItemSlotProps as oi, useCheckboxRoot as ol, SplitterHandleProps as on, _default$78 as oo, SliderRootSlotProps as or, _default$92 as os, _default$13 as ot, BreadcrumbsRootContext as ou, provideTreeviewItem as p, PopoverContentEmits as pa, _default$108 as pc, useRatingRoot as pi, useCheckboxGroup as pl, _default$27 as pn, NumberFieldDecrementProps as po, _default$39 as pr, _default$94 as ps, _default$15 as pt, AvatarImageEmits as pu, useToggleRoot as q, _default$76 as qa, Checkbox as qc, ProgressFillProps as qi, BreadcrumbsPageSlotProps as ql, _default$34 as qn, InputControlSlotProps as qo, SelectContext as qr, DialogActivatorSlotProps as qs, _default$23 as qt, _default$145 as qu, TreeviewRootContext as r, provideProgressRoot as ra, ComboboxErrorSlotProps as rc, _default$147 as rd, RatingHiddenInputProps as ri, CheckboxState as rl, provideStepRoot as rn, NumberField as ro, _default$37 as rr, useGroupRoot as rs, useToggleGroup as rt, _default$135 as ru, TreeviewListContext as s, PresenceSlotProps as sa, _default$106 as sc, _default$52 as si, CheckboxHiddenInputProps as sl, SplitterHandleSlotProps as sn, NumberFieldDescriptionProps as so, _default$38 as sr, ExpansionPanel as ss, Tabs as st, BreadcrumbsTicket as su, Treeview as t, ProgressRootSlotProps as ta, Combobox as tc, AtomProps as td, _default$50 as ti, CheckboxRootProps as tl, StepRootSlotProps as tn, usePaginationItems as to, SliderTrackProps as tr, _default$91 as ts, _default$12 as tt, BreadcrumbsRootProps as tu, useTreeviewList as u, PortalSlotProps as ua, _default$107 as uc, RatingRootSlotProps as ui, CheckboxGroupSlotProps as ul, SplitterPanelExpose as un, NumberFieldScrubProps as uo, Single as ur, _default$93 as us, _default$14 as ut, AvatarFallbackProps as uu, _default$7 as v, PopoverActivatorSlotProps as va, ComboboxCueSlotProps as vc, RadioRootContext as vi, _default$123 as vl, SplitterRootExpose as vn, _default$82 as vo, useSingleRoot as vr, ExpansionPanelHeaderSlotProps as vs, TabsContext as vt, AvatarRootProps as vu, TreeviewCheckboxSlotProps as w, providePopoverContext as wa, ComboboxActivatorSlotProps as wc, useRadioRoot as wi, ButtonIconProps as wl, Snackbar as wn, NumberFieldRootSlotProps as wo, SelectionRootSlotProps as wr, provideExpansionPanelRoot as ws, provideTabsRoot as wt, AlertDialogActionEmits as wu, TreeviewActivatorProps as x, PopoverRootProps as xa, ComboboxControlSlotProps as xc, RadioState as xi, ButtonLoadingProps as xl, _default$28 as xn, _default$83 as xo, SelectionItemSlotProps as xr, ExpansionPanelRootProps as xs, TabsRootSlotProps as xt, provideAvatarRoot as xu, _default$8 as y, _default$68 as ya, _default$110 as yc, RadioRootProps as yi, provideButtonRoot as yl, SplitterRootProps as yn, NumberFieldControlProps as yo, Selection as yr, _default$96 as ys, TabsOrientation as yt, AvatarTicket as yu, TreeviewSelectAllProps as z, PaginationPrevProps as za, CollapsibleActivatorSlotProps as zc, ProgressLabelSlotProps as zi, _default$129 as zl, _default$32 as zn, useInputRoot as zo, SelectContentSlotProps as zr, DialogTitleProps as zs, SwitchState as zt, AlertDialogTitleSlotProps as zu };
|
|
13831
|
+
export { ToggleGroupSlotProps as $, providePaginationRoot as $a, CollapsibleCueSlotProps as $c, AtomProps as $d, ProgressRootContext as $i, _default$133 as $l, SliderRangeSlotProps as $n, ImagePlaceholderProps as $o, ScrimProps as $r, DialogDescriptionProps as $s, _default$24 as $t, provideBreadcrumbsRoot as $u, TreeviewGroupSlotProps as A, PaginationLastProps as Aa, _default$112 as Ac, AlertDialogCancelProps as Ad, RadioGroupSlotProps as Ai, useCheckboxGroup as Al, SnackbarRootContext as An, _default$85 as Ao, SelectPlaceholderSlotProps as Ar, _default$98 as As, SwitchThumbProps as At, ButtonContentSlotProps as Au, TreeviewSelectAllSlotProps as B, PaginationPrevSlotProps as Ba, ComboboxActivatorProps as Bc, AlertDialogContentProps as Bd, _default$59 as Bi, CarouselIndicatorSlotProps as Bl, provideSnackbarQueueContext as Bn, InputErrorProps as Bo, _default$46 as Br, _default$101 as Bs, _default$21 as Bt, _default$143 as Bu, TreeviewCheckboxProps as C, _default$69 as Ca, ComboboxDescriptionSlotProps as Cc, AlertDialogActionEvent as Cd, provideRadioRoot as Ci, useCheckboxRoot as Cl, useSplitterRoot as Cn, NumberFieldRootProps as Co, SelectionRootProps as Cr, _default$96 as Cs, _default$17 as Ct, _default$138 as Cu, TreeviewCueProps as D, PaginationStatusProps as Da, _default$111 as Dc, AlertDialogCloseProps as Dd, RadioActivation as Di, CheckboxGroupSlotProps as Dl, SnackbarCloseProps as Dn, useNumberFieldRoot as Do, useSelectionRoot as Dr, _default$97 as Ds, SwitchTrackProps as Dt, provideButtonGroup as Du, TreeviewContentSlotProps as E, Pagination as Ea, ComboboxEmptySlotProps as Ec, _default$152 as Ed, _default$56 as Ei, CheckboxGroupProps as El, _default$29 as En, provideNumberFieldRoot as Eo, provideSelectionRoot as Er, ExpansionPanelContentSlotProps as Es, Switch as Et, _default$139 as Eu, TreeviewListProps as F, _default$72 as Fa, ComboboxCueSlotProps as Fc, _default$155 as Fd, Progress as Fi, CarouselProgressProps as Fl, useSnackbarRootContext as Fn, ValidateEvent as Fo, SelectCueProps as Fr, ExpansionPanelHeaderSlotProps as Fs, _default$20 as Ft, BreadcrumbsEllipsisProps as Fu, _default$10 as G, PaginationItemProps as Ga, _default$117 as Gc, _default$158 as Gd, ProgressBufferSlotProps as Gi, CarouselPreviousProps as Gl, Slider as Gn, _default$88 as Go, SelectActivatorSlotProps as Gr, ExpansionPanelOptionsContext as Gs, SwitchGroupProps as Gt, BreadcrumbsItemSlotProps as Gu, ToggleRootContext as H, PaginationFirstProps as Ha, _default$116 as Hc, _default$157 as Hd, ProgressValueSlotProps as Hi, CarouselNextProps as Hl, SnackbarPortalProps as Hn, _default$87 as Ho, SelectValueSlotProps as Hr, useExpansionPanelRoot as Hs, useSwitchRoot as Ht, BreadcrumbsPageSlotProps as Hu, TreeviewListSlotProps as I, PaginationEllipsisProps as Ia, _default$114 as Ic, AlertDialogTitleProps as Id, ProgressHiddenInputProps as Ii, CarouselProgressSlotProps as Il, SnackbarQueueContext as In, ValidateOn as Io, SelectCueSlotProps as Ir, _default$100 as Is, SwitchRootContext as It, BreadcrumbsEllipsisSlotProps as Iu, ToggleIndicatorProps as J, PaginationRootProps as Ja, Collapsible as Jc, AlertDialogRootSlotProps as Jd, ProgressFillSlotProps as Ji, CarouselItemProps as Jl, SliderThumbProps as Jn, _default$89 as Jo, SelectRootProps as Jr, useExpansionPanelGroup as Js, provideSwitchGroup as Jt, BreadcrumbsListSlotProps as Ju, provideToggleRoot as K, PaginationItemSlotProps as Ka, provideComboboxContext as Kc, AlertDialogContext as Kd, _default$61 as Ki, CarouselPreviousSlotProps as Kl, SliderHiddenInputProps as Kn, InputControlProps as Ko, _default$48 as Kr, _default$102 as Ks, SwitchGroupSlotProps as Kt, _default$145 as Ku, TreeviewRootProps as L, PaginationEllipsisSlotProps as La, ComboboxControlProps as Lc, AlertDialogTitleSlotProps as Ld, _default$58 as Li, _default$128 as Ll, SnackbarQueueProps as Ln, _default$86 as Lo, _default$45 as Lr, ExpansionPanelRootContext as Ls, SwitchRootProps as Lt, _default$142 as Lu, TreeviewIndicatorSlotProps as M, _default$71 as Ma, ComboboxContentSlotProps as Mc, _default$154 as Md, _default$57 as Mi, CarouselLiveRegionProps as Ml, SnackbarRootSlotProps as Mn, InputRootContext as Mo, SelectItemProps as Mr, ExpansionPanelActivatorSlotProps as Ms, _default$19 as Mt, Breadcrumbs as Mu, TreeviewItemProps as N, PaginationNextProps as Na, _default$113 as Nc, AlertDialogDescriptionProps as Nd, provideRadioGroup as Ni, CarouselLiveRegionSlotProps as Nl, _default$31 as Nn, InputRootProps as No, SelectItemSlotProps as Nr, _default$99 as Ns, SwitchSelectAllProps as Nt, BreadcrumbsLinkProps as Nu, TreeviewCueSlotProps as O, PaginationStatusSlotProps as Oa, ComboboxItemProps as Oc, AlertDialogCloseSlotProps as Od, RadioGroupContext as Oi, _default$126 as Ol, SnackbarCloseSlotProps as On, LocaleProps as Oo, Select as Or, ExpansionPanelCueProps as Os, SwitchTrackSlotProps as Ot, useButtonGroup as Ou, TreeviewItemSlotProps as P, PaginationNextSlotProps as Pa, ComboboxCueProps as Pc, AlertDialogDescriptionSlotProps as Pd, useRadioGroup as Pi, _default$127 as Pl, provideSnackbarRootContext as Pn, InputRootSlotProps as Po, _default$44 as Pr, ExpansionPanelHeaderProps as Ps, SwitchSelectAllSlotProps as Pt, _default$141 as Pu, ToggleGroupProps as Q, providePaginationItems as Qa, CollapsibleCueProps as Qc, AtomExpose as Qd, _default$63 as Qi, CarouselViewportSlotProps as Ql, SliderRangeProps as Qn, _default$90 as Qo, useSelectContext as Qr, _default$103 as Qs, StepItemSlotProps as Qt, _default$147 as Qu, TreeviewRootSlotProps as R, _default$73 as Ra, ComboboxControlSlotProps as Rc, _default$156 as Rd, ProgressLabelProps as Ri, CarouselIndicatorItem as Rl, SnackbarQueueSlotProps as Rn, provideInputRoot as Ro, SelectContentProps as Rr, ExpansionPanelRootProps as Rs, SwitchRootSlotProps as Rt, BreadcrumbsDividerProps as Ru, TreeviewActivatorSlotProps as S, PopoverRootSlotProps as Sa, ComboboxDescriptionProps as Sc, AlertDialogActionEmits as Sd, _default$55 as Si, provideCheckboxRoot as Sl, provideSplitterRoot as Sn, NumberFieldRootContext as So, _default$41 as Sr, FormSlotProps as Ss, TabsTicket as St, ButtonHiddenInputProps as Su, TreeviewContentProps as T, usePopoverContext as Ta, ComboboxEmptyProps as Tc, AlertDialogActionSlotProps as Td, RadioHiddenInputProps as Ti, _default$125 as Tl, SnackbarContentProps as Tn, _default$84 as To, _default$42 as Tr, ExpansionPanelContentProps as Ts, useTabsRoot as Tt, ButtonGroupSlotProps as Tu, ToggleRootProps as U, PaginationFirstSlotProps as Ua, ComboboxRootProps as Uc, AlertDialogActivatorProps as Ud, _default$60 as Ui, CarouselNextSlotProps as Ul, SnackbarPortalSlotProps as Un, InputDescriptionProps as Uo, _default$47 as Ur, ExpansionPanelGroupProps as Us, SwitchHiddenInputProps as Ut, _default$144 as Uu, Toggle as V, _default$74 as Va, ComboboxActivatorSlotProps as Vc, AlertDialogContentSlotProps as Vd, ProgressValueProps as Vi, _default$129 as Vl, useSnackbarQueueContext as Vn, InputErrorSlotProps as Vo, SelectValueProps as Vr, provideExpansionPanelRoot as Vs, provideSwitchRoot as Vt, BreadcrumbsPageProps as Vu, ToggleRootSlotProps as W, _default$75 as Wa, ComboboxRootSlotProps as Wc, AlertDialogActivatorSlotProps as Wd, ProgressBufferProps as Wi, _default$130 as Wl, _default$33 as Wn, InputDescriptionSlotProps as Wo, SelectActivatorProps as Wr, ExpansionPanelGroupSlotProps as Ws, _default$22 as Wt, BreadcrumbsItemProps as Wu, _default$11 as X, _default$77 as Xa, CollapsibleContentSlotProps as Xc, provideAlertDialogContext as Xd, ProgressTrackProps as Xi, _default$132 as Xl, SliderThumbState as Xn, ImageFallbackProps as Xo, _default$49 as Xr, DialogCloseProps as Xs, Step as Xt, BreadcrumbsRootProps as Xu, ToggleIndicatorSlotProps as Y, PaginationRootSlotProps as Ya, CollapsibleContentProps as Yc, _default$159 as Yd, _default$62 as Yi, CarouselItemSlotProps as Yl, SliderThumbSlotProps as Yn, Image as Yo, SelectRootSlotProps as Yr, Dialog as Ys, useSwitchGroup as Yt, _default$146 as Yu, ToggleGroupContext as Z, providePaginationControls as Za, _default$118 as Zc, useAlertDialogContext as Zd, ProgressTrackSlotProps as Zi, CarouselViewportProps as Zl, _default$35 as Zn, ImageFallbackSlotProps as Zo, provideSelectContext as Zr, DialogCloseSlotProps as Zs, StepItemProps as Zt, BreadcrumbsRootSlotProps as Zu, _default$6 as _, PopoverActivatorProps as _a, useDialogContext as _c, useAvatarRoot as _d, _default$54 as _i, CheckboxRootContext as _l, SplitterPanelTicket as _n, NumberFieldIncrementSlotProps as _o, provideSingleRoot as _r, GroupRootSlotProps as _s, TabsActivation as _t, ButtonLoadingSlotProps as _u, provideTreeviewRoot as a, PresenceAttrs as aa, DialogContentEmits as ac, AvatarFallbackProps as ad, RatingItemProps as ai, CollapsibleRootProps as al, Splitter as an, NumberFieldErrorSlotProps as ao, SliderRootProps as ar, _default$92 as as, ThemeSlotProps as at, CarouselTicket as au, _default$9 as b, PopoverContext as ba, ComboboxErrorSlotProps as bc, _default$151 as bd, RadioRootSlotProps as bi, CheckboxState as bl, SplitterRootSlotProps as bn, NumberFieldControlSlotProps as bo, SelectionItemProps as br, useGroupRoot as bs, TabsRootProps as bt, ButtonIconSlotProps as bu, _default$2 as c, _default$65 as ca, _default$106 as cc, AvatarImageEmits as cd, RatingRootContext as ci, provideCollapsible as cl, SplitterHandleState as cn, NumberFieldDescriptionSlotProps as co, provideSliderRoot as cr, ImageRootSlotProps as cs, TabsPanelProps as ct, useCarouselRoot as cu, TreeviewItemContext as d, _default$66 as da, _default$107 as dc, _default$149 as dd, _default$53 as di, CheckboxSelectAllProps as dl, SplitterPanelProps as dn, NumberFieldScrubSlotProps as do, SingleItemProps as dr, useImageRoot as ds, TabsItemProps as dt, ButtonRootProps as du, ProgressRootProps as ea, DialogDescriptionSlotProps as ec, useBreadcrumbsRoot as ed, AtomSlots as ef, ScrimSlotProps as ei, _default$119 as el, StepRootProps as en, usePaginationControls as eo, _default$36 as er, ImagePlaceholderSlotProps as es, ToggleOrientation as et, CarouselContext as eu, _default$3 as f, Popover as fa, DialogContext as fc, AvatarContext as fd, provideRatingRoot as fi, CheckboxSelectAllSlotProps as fl, SplitterPanelSlotProps as fn, _default$80 as fo, SingleItemSlotProps as fr, Group as fs, TabsItemSlotProps as ft, ButtonRootSlotProps as fu, _default$5 as g, _default$67 as ga, provideDialogContext as gc, provideAvatarRoot as gd, RadioIndicatorSlotProps as gi, _default$123 as gl, SplitterPanelInput as gn, NumberFieldIncrementProps as go, _default$40 as gr, GroupRootProps as gs, _default$16 as gt, ButtonLoadingProps as gu, _default$4 as h, PopoverContentSlotProps as ha, _default$108 as hc, _default$150 as hd, RadioIndicatorProps as hi, CheckboxIndicatorSlotProps as hl, SplitterOrientation as hn, _default$81 as ho, SingleRootSlotProps as hr, _default$94 as hs, TabsListSlotProps as ht, useButtonRoot as hu, _default$1 as i, useProgressRoot as ia, _default$105 as ic, Avatar as id, _default$51 as ii, CollapsibleContext as il, useStepRoot as in, NumberFieldErrorProps as io, SliderRootContext as ir, ImageImgSlotProps as is, ThemeProps as it, CarouselRootSlotProps as iu, TreeviewIndicatorProps as j, PaginationLastSlotProps as ja, ComboboxContentProps as jc, AlertDialogCancelSlotProps as jd, RadioTicket as ji, Carousel as jl, SnackbarRootProps as jn, Input as jo, _default$43 as jr, ExpansionPanelActivatorProps as js, SwitchThumbSlotProps as jt, _default$140 as ju, TreeviewGroupProps as k, _default$70 as ka, ComboboxItemSlotProps as kc, _default$153 as kd, RadioGroupProps as ki, provideCheckboxGroup as kl, _default$30 as kn, LocaleSlotProps as ko, SelectPlaceholderProps as kr, ExpansionPanelCueSlotProps as ks, _default$18 as kt, ButtonContentProps as ku, provideTreeviewList as l, PortalProps as la, DialogActivatorProps as lc, AvatarImageProps as ld, RatingRootProps as li, useCollapsible as ll, _default$26 as ln, _default$79 as lo, useSliderRoot as lr, _default$93 as ls, TabsPanelSlotProps as lt, Button as lu, useTreeviewItem as m, PopoverContentProps as ma, DialogRootSlotProps as mc, AvatarTicket as md, Radio as mi, CheckboxIndicatorProps as ml, SplitterContext as mn, NumberFieldDecrementSlotProps as mo, SingleRootProps as mr, GroupItemSlotProps as ms, TabsListProps as mt, provideButtonRoot as mu, _default as n, _default$64 as na, DialogTitleProps as nc, BreadcrumbsTicket as nd, Rating as ni, CollapsibleActivatorSlotProps as nl, _default$25 as nn, usePaginationRoot as no, SliderTrackSlotProps as nr, ImageImgEmits as ns, provideToggleGroup as nt, CarouselPartTicket as nu, useTreeviewRoot as o, PresenceProps as oa, DialogContentProps as oc, AvatarFallbackSlotProps as od, RatingItemSlotProps as oi, CollapsibleRootSlotProps as ol, SplitterHandleProps as on, _default$78 as oo, SliderRootSlotProps as or, ImageContext as os, _default$13 as ot, _default$134 as ou, provideTreeviewItem as p, PopoverContentEmits as pa, DialogRootProps as pc, AvatarRootProps as pd, useRatingRoot as pi, _default$122 as pl, _default$27 as pn, NumberFieldDecrementProps as po, _default$39 as pr, GroupItemProps as ps, _default$15 as pt, _default$135 as pu, useToggleRoot as q, _default$76 as qa, useComboboxContext as qc, AlertDialogRootProps as qd, ProgressFillProps as qi, _default$131 as ql, _default$34 as qn, InputControlSlotProps as qo, SelectContext as qr, provideExpansionPanelGroup as qs, _default$23 as qt, BreadcrumbsListProps as qu, TreeviewRootContext as r, provideProgressRoot as ra, DialogTitleSlotProps as rc, BreadcrumbsTicketType as rd, RatingHiddenInputProps as ri, _default$120 as rl, provideStepRoot as rn, NumberField as ro, _default$37 as rr, ImageImgProps as rs, useToggleGroup as rt, CarouselRootProps as ru, TreeviewListContext as s, PresenceSlotProps as sa, DialogContentSlotProps as sc, _default$148 as sd, _default$52 as si, _default$121 as sl, SplitterHandleSlotProps as sn, NumberFieldDescriptionProps as so, _default$38 as sr, ImageRootProps as ss, Tabs as st, provideCarouselRoot as su, Treeview as t, ProgressRootSlotProps as ta, _default$104 as tc, BreadcrumbsRootContext as td, _default$160 as tf, _default$50 as ti, CollapsibleActivatorProps as tl, StepRootSlotProps as tn, usePaginationItems as to, SliderTrackProps as tr, _default$91 as ts, _default$12 as tt, CarouselOrientation as tu, useTreeviewList as u, PortalSlotProps as ua, DialogActivatorSlotProps as uc, AvatarImageSlotProps as ud, RatingRootSlotProps as ui, Checkbox as ul, SplitterPanelExpose as un, NumberFieldScrubProps as uo, Single as ur, provideImageRoot as us, _default$14 as ut, ButtonRootContext as uu, _default$7 as v, PopoverActivatorSlotProps as va, Combobox as vc, AspectRatioProps as vd, RadioRootContext as vi, CheckboxRootProps as vl, SplitterRootExpose as vn, _default$82 as vo, useSingleRoot as vr, _default$95 as vs, TabsContext as vt, _default$136 as vu, TreeviewCheckboxSlotProps as w, providePopoverContext as wa, _default$110 as wc, AlertDialogActionProps as wd, useRadioRoot as wi, CheckboxHiddenInputProps as wl, Snackbar as wn, NumberFieldRootSlotProps as wo, SelectionRootSlotProps as wr, ExpansionPanel as ws, provideTabsRoot as wt, ButtonGroupProps as wu, TreeviewActivatorProps as x, PopoverRootProps as xa, _default$109 as xc, AlertDialog as xd, RadioState as xi, _default$124 as xl, _default$28 as xn, _default$83 as xo, SelectionItemSlotProps as xr, FormProps as xs, TabsRootSlotProps as xt, _default$137 as xu, _default$8 as y, _default$68 as ya, ComboboxErrorProps as yc, AspectRatioSlotProps as yd, RadioRootProps as yi, CheckboxRootSlotProps as yl, SplitterRootProps as yn, NumberFieldControlProps as yo, Selection as yr, provideGroupRoot as ys, TabsOrientation as yt, ButtonIconProps as yu, TreeviewSelectAllProps as z, PaginationPrevProps as za, _default$115 as zc, AlertDialogContentEmits as zd, ProgressLabelSlotProps as zi, CarouselIndicatorProps as zl, _default$32 as zn, useInputRoot as zo, SelectContentSlotProps as zr, ExpansionPanelRootSlotProps as zs, SwitchState as zt, BreadcrumbsDividerSlotProps as zu };
|