@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
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/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -202,8 +202,8 @@ export declare const VTrendline: {
|
|
202
202
|
padding: string | number;
|
203
203
|
labels: import("./util/line.js").SparklineItem[];
|
204
204
|
modelValue: import("./util/line.js").SparklineItem[];
|
205
|
-
gradient: string[];
|
206
205
|
itemValue: string;
|
206
|
+
gradient: string[];
|
207
207
|
autoDraw: boolean;
|
208
208
|
autoDrawEasing: string;
|
209
209
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -245,8 +245,8 @@ export declare const VTrendline: {
|
|
245
245
|
padding: string | number;
|
246
246
|
labels: import("./util/line.js").SparklineItem[];
|
247
247
|
modelValue: import("./util/line.js").SparklineItem[];
|
248
|
-
gradient: string[];
|
249
248
|
itemValue: string;
|
249
|
+
gradient: string[];
|
250
250
|
autoDraw: boolean;
|
251
251
|
autoDrawEasing: string;
|
252
252
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -273,8 +273,8 @@ export declare const VTrendline: {
|
|
273
273
|
padding: string | number;
|
274
274
|
labels: import("./util/line.js").SparklineItem[];
|
275
275
|
modelValue: import("./util/line.js").SparklineItem[];
|
276
|
-
gradient: string[];
|
277
276
|
itemValue: string;
|
277
|
+
gradient: string[];
|
278
278
|
autoDraw: boolean;
|
279
279
|
autoDrawEasing: string;
|
280
280
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -316,8 +316,8 @@ export declare const VTrendline: {
|
|
316
316
|
padding: string | number;
|
317
317
|
labels: import("./util/line.js").SparklineItem[];
|
318
318
|
modelValue: import("./util/line.js").SparklineItem[];
|
319
|
-
gradient: string[];
|
320
319
|
itemValue: string;
|
320
|
+
gradient: string[];
|
321
321
|
autoDraw: boolean;
|
322
322
|
autoDrawEasing: string;
|
323
323
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -335,8 +335,8 @@ export declare const VTrendline: {
|
|
335
335
|
padding: string | number;
|
336
336
|
labels: import("./util/line.js").SparklineItem[];
|
337
337
|
modelValue: import("./util/line.js").SparklineItem[];
|
338
|
-
gradient: string[];
|
339
338
|
itemValue: string;
|
339
|
+
gradient: string[];
|
340
340
|
autoDraw: boolean;
|
341
341
|
autoDrawEasing: string;
|
342
342
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -378,8 +378,8 @@ export declare const VTrendline: {
|
|
378
378
|
padding: string | number;
|
379
379
|
labels: import("./util/line.js").SparklineItem[];
|
380
380
|
modelValue: import("./util/line.js").SparklineItem[];
|
381
|
-
gradient: string[];
|
382
381
|
itemValue: string;
|
382
|
+
gradient: string[];
|
383
383
|
autoDraw: boolean;
|
384
384
|
autoDrawEasing: string;
|
385
385
|
gradientDirection: "left" | "top" | "bottom" | "right";
|
@@ -20,12 +20,11 @@ export declare const makeVSpeedDialProps: <Defaults extends {
|
|
20
20
|
theme?: unknown;
|
21
21
|
persistent?: unknown;
|
22
22
|
modelValue?: unknown;
|
23
|
-
contentClass?: unknown;
|
24
|
-
activator?: unknown;
|
25
23
|
locationStrategy?: unknown;
|
26
24
|
scrollStrategy?: unknown;
|
27
25
|
closeDelay?: unknown;
|
28
26
|
openDelay?: unknown;
|
27
|
+
activator?: unknown;
|
29
28
|
activatorProps?: unknown;
|
30
29
|
openOnClick?: unknown;
|
31
30
|
openOnHover?: unknown;
|
@@ -33,6 +32,7 @@ export declare const makeVSpeedDialProps: <Defaults extends {
|
|
33
32
|
closeOnContentClick?: unknown;
|
34
33
|
closeOnBack?: unknown;
|
35
34
|
contained?: unknown;
|
35
|
+
contentClass?: unknown;
|
36
36
|
contentProps?: unknown;
|
37
37
|
noClickAnimation?: unknown;
|
38
38
|
scrim?: unknown;
|
@@ -240,65 +240,41 @@ export declare const makeVSpeedDialProps: <Defaults extends {
|
|
240
240
|
type: import("vue").PropType<unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"]>;
|
241
241
|
default: unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"];
|
242
242
|
};
|
243
|
-
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
244
|
-
type: import("vue").PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
245
|
-
default: unknown extends Defaults["contentClass"] ? any : any;
|
246
|
-
};
|
247
|
-
activator: unknown extends Defaults["activator"] ? import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
248
|
-
type: import("vue").PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
249
|
-
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
250
|
-
};
|
251
243
|
locationStrategy: unknown extends Defaults["locationStrategy"] ? Omit<{
|
252
244
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
253
245
|
default: string;
|
254
246
|
validator: (val: any) => boolean;
|
255
247
|
}, "type" | "default"> & {
|
256
|
-
type: import("vue").PropType<"connected" | "static" |
|
257
|
-
|
258
|
-
})>;
|
259
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
260
|
-
updateLocation: (e?: Event) => void;
|
261
|
-
})>;
|
248
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
249
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
262
250
|
} : Omit<Omit<{
|
263
251
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
264
252
|
default: string;
|
265
253
|
validator: (val: any) => boolean;
|
266
254
|
}, "type" | "default"> & {
|
267
|
-
type: import("vue").PropType<"connected" | "static" |
|
268
|
-
|
269
|
-
})>;
|
270
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
271
|
-
updateLocation: (e?: Event) => void;
|
272
|
-
})>;
|
255
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
256
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
273
257
|
}, "type" | "default"> & {
|
274
|
-
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" |
|
275
|
-
|
276
|
-
}) : "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
277
|
-
updateLocation: (e?: Event) => void;
|
278
|
-
}) | Defaults["locationStrategy"]>;
|
279
|
-
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
280
|
-
updateLocation: (e?: Event) => void;
|
281
|
-
}) : NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
282
|
-
updateLocation: (e?: Event) => void;
|
283
|
-
})> | Defaults["locationStrategy"];
|
258
|
+
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction | Defaults["locationStrategy"]>;
|
259
|
+
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction> | Defaults["locationStrategy"];
|
284
260
|
};
|
285
261
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
|
286
262
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
287
263
|
default: string;
|
288
264
|
validator: (val: any) => boolean;
|
289
265
|
}, "type" | "default"> & {
|
290
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
291
|
-
default: NonNullable<"none" | "block" | "close" |
|
266
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
267
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
292
268
|
} : Omit<Omit<{
|
293
269
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
294
270
|
default: string;
|
295
271
|
validator: (val: any) => boolean;
|
296
272
|
}, "type" | "default"> & {
|
297
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
298
|
-
default: NonNullable<"none" | "block" | "close" |
|
273
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
274
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
299
275
|
}, "type" | "default"> & {
|
300
|
-
type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" |
|
301
|
-
default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" |
|
276
|
+
type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" | Defaults["scrollStrategy"]>;
|
277
|
+
default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition"> | Defaults["scrollStrategy"];
|
302
278
|
};
|
303
279
|
closeDelay: unknown extends Defaults["closeDelay"] ? Omit<{
|
304
280
|
type: import("vue").PropType<string | number>;
|
@@ -332,6 +308,10 @@ export declare const makeVSpeedDialProps: <Defaults extends {
|
|
332
308
|
type: import("vue").PropType<unknown extends Defaults["openDelay"] ? string | number : string | number | Defaults["openDelay"]>;
|
333
309
|
default: unknown extends Defaults["openDelay"] ? string | number : NonNullable<string | number> | Defaults["openDelay"];
|
334
310
|
};
|
311
|
+
activator: unknown extends Defaults["activator"] ? import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
312
|
+
type: import("vue").PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
313
|
+
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
314
|
+
};
|
335
315
|
activatorProps: unknown extends Defaults["activatorProps"] ? {
|
336
316
|
type: import("vue").PropType<Record<string, any>>;
|
337
317
|
default: () => {};
|
@@ -390,6 +370,10 @@ export declare const makeVSpeedDialProps: <Defaults extends {
|
|
390
370
|
type: import("vue").PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
391
371
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
392
372
|
};
|
373
|
+
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
374
|
+
type: import("vue").PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
375
|
+
default: unknown extends Defaults["contentClass"] ? any : any;
|
376
|
+
};
|
393
377
|
contentProps: unknown extends Defaults["contentProps"] ? null : {
|
394
378
|
type: import("vue").PropType<unknown extends Defaults["contentProps"] ? any : any>;
|
395
379
|
default: unknown extends Defaults["contentProps"] ? any : any;
|
@@ -444,10 +428,8 @@ export declare const VSpeedDial: {
|
|
444
428
|
disabled: boolean;
|
445
429
|
persistent: boolean;
|
446
430
|
modelValue: boolean;
|
447
|
-
locationStrategy: "connected" | "static" |
|
448
|
-
|
449
|
-
});
|
450
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
431
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
432
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
451
433
|
closeDelay: string | number;
|
452
434
|
openDelay: string | number;
|
453
435
|
activatorProps: Record<string, any>;
|
@@ -469,10 +451,10 @@ export declare const VSpeedDial: {
|
|
469
451
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
470
452
|
class?: any;
|
471
453
|
theme?: string | undefined;
|
472
|
-
contentClass?: any;
|
473
454
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
474
455
|
openOnClick?: boolean | undefined;
|
475
456
|
openOnFocus?: boolean | undefined;
|
457
|
+
contentClass?: any;
|
476
458
|
contentProps?: any;
|
477
459
|
attach?: string | boolean | Element | undefined;
|
478
460
|
} & {
|
@@ -527,10 +509,8 @@ export declare const VSpeedDial: {
|
|
527
509
|
disabled: boolean;
|
528
510
|
persistent: boolean;
|
529
511
|
modelValue: boolean;
|
530
|
-
locationStrategy: "connected" | "static" |
|
531
|
-
|
532
|
-
});
|
533
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
512
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
513
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
534
514
|
closeDelay: string | number;
|
535
515
|
openDelay: string | number;
|
536
516
|
activatorProps: Record<string, any>;
|
@@ -575,10 +555,8 @@ export declare const VSpeedDial: {
|
|
575
555
|
disabled: boolean;
|
576
556
|
persistent: boolean;
|
577
557
|
modelValue: boolean;
|
578
|
-
locationStrategy: "connected" | "static" |
|
579
|
-
|
580
|
-
});
|
581
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
558
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
559
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
582
560
|
closeDelay: string | number;
|
583
561
|
openDelay: string | number;
|
584
562
|
activatorProps: Record<string, any>;
|
@@ -600,10 +578,10 @@ export declare const VSpeedDial: {
|
|
600
578
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
601
579
|
class?: any;
|
602
580
|
theme?: string | undefined;
|
603
|
-
contentClass?: any;
|
604
581
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
605
582
|
openOnClick?: boolean | undefined;
|
606
583
|
openOnFocus?: boolean | undefined;
|
584
|
+
contentClass?: any;
|
607
585
|
contentProps?: any;
|
608
586
|
attach?: string | boolean | Element | undefined;
|
609
587
|
} & {
|
@@ -656,10 +634,8 @@ export declare const VSpeedDial: {
|
|
656
634
|
disabled: boolean;
|
657
635
|
persistent: boolean;
|
658
636
|
modelValue: boolean;
|
659
|
-
locationStrategy: "connected" | "static" |
|
660
|
-
|
661
|
-
});
|
662
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
637
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
638
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
663
639
|
closeDelay: string | number;
|
664
640
|
openDelay: string | number;
|
665
641
|
activatorProps: Record<string, any>;
|
@@ -692,10 +668,8 @@ export declare const VSpeedDial: {
|
|
692
668
|
disabled: boolean;
|
693
669
|
persistent: boolean;
|
694
670
|
modelValue: boolean;
|
695
|
-
locationStrategy: "connected" | "static" |
|
696
|
-
|
697
|
-
});
|
698
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
671
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
672
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
699
673
|
closeDelay: string | number;
|
700
674
|
openDelay: string | number;
|
701
675
|
activatorProps: Record<string, any>;
|
@@ -717,10 +691,10 @@ export declare const VSpeedDial: {
|
|
717
691
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
718
692
|
class?: any;
|
719
693
|
theme?: string | undefined;
|
720
|
-
contentClass?: any;
|
721
694
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
722
695
|
openOnClick?: boolean | undefined;
|
723
696
|
openOnFocus?: boolean | undefined;
|
697
|
+
contentClass?: any;
|
724
698
|
contentProps?: any;
|
725
699
|
attach?: string | boolean | Element | undefined;
|
726
700
|
} & {
|
@@ -775,10 +749,8 @@ export declare const VSpeedDial: {
|
|
775
749
|
disabled: boolean;
|
776
750
|
persistent: boolean;
|
777
751
|
modelValue: boolean;
|
778
|
-
locationStrategy: "connected" | "static" |
|
779
|
-
|
780
|
-
});
|
781
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
752
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
753
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
782
754
|
closeDelay: string | number;
|
783
755
|
openDelay: string | number;
|
784
756
|
activatorProps: Record<string, any>;
|
@@ -873,27 +845,21 @@ export declare const VSpeedDial: {
|
|
873
845
|
theme: StringConstructor;
|
874
846
|
persistent: BooleanConstructor;
|
875
847
|
modelValue: BooleanConstructor;
|
876
|
-
contentClass: null;
|
877
|
-
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
878
848
|
locationStrategy: Omit<{
|
879
849
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
880
850
|
default: string;
|
881
851
|
validator: (val: any) => boolean;
|
882
852
|
}, "type" | "default"> & {
|
883
|
-
type: import("vue").PropType<"connected" | "static" |
|
884
|
-
|
885
|
-
})>;
|
886
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
887
|
-
updateLocation: (e?: Event) => void;
|
888
|
-
})>;
|
853
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
854
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
889
855
|
};
|
890
856
|
scrollStrategy: Omit<{
|
891
857
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
892
858
|
default: string;
|
893
859
|
validator: (val: any) => boolean;
|
894
860
|
}, "type" | "default"> & {
|
895
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
896
|
-
default: NonNullable<"none" | "block" | "close" |
|
861
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
862
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
897
863
|
};
|
898
864
|
closeDelay: Omit<{
|
899
865
|
type: import("vue").PropType<string | number>;
|
@@ -909,6 +875,7 @@ export declare const VSpeedDial: {
|
|
909
875
|
type: import("vue").PropType<string | number>;
|
910
876
|
default: NonNullable<string | number>;
|
911
877
|
};
|
878
|
+
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
912
879
|
activatorProps: {
|
913
880
|
type: import("vue").PropType<Record<string, any>>;
|
914
881
|
default: () => {};
|
@@ -931,6 +898,7 @@ export declare const VSpeedDial: {
|
|
931
898
|
default: boolean;
|
932
899
|
};
|
933
900
|
contained: BooleanConstructor;
|
901
|
+
contentClass: null;
|
934
902
|
contentProps: null;
|
935
903
|
noClickAnimation: BooleanConstructor;
|
936
904
|
scrim: Omit<{
|
@@ -1016,27 +984,21 @@ export declare const VSpeedDial: {
|
|
1016
984
|
theme: StringConstructor;
|
1017
985
|
persistent: BooleanConstructor;
|
1018
986
|
modelValue: BooleanConstructor;
|
1019
|
-
contentClass: null;
|
1020
|
-
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
1021
987
|
locationStrategy: Omit<{
|
1022
988
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
1023
989
|
default: string;
|
1024
990
|
validator: (val: any) => boolean;
|
1025
991
|
}, "type" | "default"> & {
|
1026
|
-
type: import("vue").PropType<"connected" | "static" |
|
1027
|
-
|
1028
|
-
})>;
|
1029
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
1030
|
-
updateLocation: (e?: Event) => void;
|
1031
|
-
})>;
|
992
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
993
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
1032
994
|
};
|
1033
995
|
scrollStrategy: Omit<{
|
1034
996
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
1035
997
|
default: string;
|
1036
998
|
validator: (val: any) => boolean;
|
1037
999
|
}, "type" | "default"> & {
|
1038
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
1039
|
-
default: NonNullable<"none" | "block" | "close" |
|
1000
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
1001
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
1040
1002
|
};
|
1041
1003
|
closeDelay: Omit<{
|
1042
1004
|
type: import("vue").PropType<string | number>;
|
@@ -1052,6 +1014,7 @@ export declare const VSpeedDial: {
|
|
1052
1014
|
type: import("vue").PropType<string | number>;
|
1053
1015
|
default: NonNullable<string | number>;
|
1054
1016
|
};
|
1017
|
+
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
1055
1018
|
activatorProps: {
|
1056
1019
|
type: import("vue").PropType<Record<string, any>>;
|
1057
1020
|
default: () => {};
|
@@ -1074,6 +1037,7 @@ export declare const VSpeedDial: {
|
|
1074
1037
|
default: boolean;
|
1075
1038
|
};
|
1076
1039
|
contained: BooleanConstructor;
|
1040
|
+
contentClass: null;
|
1077
1041
|
contentProps: null;
|
1078
1042
|
noClickAnimation: BooleanConstructor;
|
1079
1043
|
scrim: Omit<{
|
@@ -409,10 +409,10 @@ export declare const VStepper: {
|
|
409
409
|
tag: string | import("../../util/index.js").JSXComponent;
|
410
410
|
mandatory: boolean | "force";
|
411
411
|
items: readonly StepperItem[];
|
412
|
+
itemValue: string;
|
412
413
|
tile: boolean;
|
413
414
|
selectedClass: string;
|
414
415
|
itemTitle: string;
|
415
|
-
itemValue: string;
|
416
416
|
hideActions: boolean;
|
417
417
|
prevText: string;
|
418
418
|
nextText: string;
|
@@ -499,12 +499,12 @@ export declare const VStepper: {
|
|
499
499
|
tag: string | import("../../util/index.js").JSXComponent;
|
500
500
|
mandatory: boolean | "force";
|
501
501
|
modelValue: any;
|
502
|
-
rounded: string | number | boolean;
|
503
502
|
items: readonly StepperItem[];
|
503
|
+
itemValue: string;
|
504
|
+
rounded: string | number | boolean;
|
504
505
|
tile: boolean;
|
505
506
|
selectedClass: string;
|
506
507
|
itemTitle: string;
|
507
|
-
itemValue: string;
|
508
508
|
hideActions: boolean;
|
509
509
|
prevText: string;
|
510
510
|
nextText: string;
|
@@ -540,10 +540,10 @@ export declare const VStepper: {
|
|
540
540
|
tag: string | import("../../util/index.js").JSXComponent;
|
541
541
|
mandatory: boolean | "force";
|
542
542
|
items: readonly StepperItem[];
|
543
|
+
itemValue: string;
|
543
544
|
tile: boolean;
|
544
545
|
selectedClass: string;
|
545
546
|
itemTitle: string;
|
546
|
-
itemValue: string;
|
547
547
|
hideActions: boolean;
|
548
548
|
prevText: string;
|
549
549
|
nextText: string;
|
@@ -628,12 +628,12 @@ export declare const VStepper: {
|
|
628
628
|
tag: string | import("../../util/index.js").JSXComponent;
|
629
629
|
mandatory: boolean | "force";
|
630
630
|
modelValue: any;
|
631
|
-
rounded: string | number | boolean;
|
632
631
|
items: readonly StepperItem[];
|
632
|
+
itemValue: string;
|
633
|
+
rounded: string | number | boolean;
|
633
634
|
tile: boolean;
|
634
635
|
selectedClass: string;
|
635
636
|
itemTitle: string;
|
636
|
-
itemValue: string;
|
637
637
|
hideActions: boolean;
|
638
638
|
prevText: string;
|
639
639
|
nextText: string;
|
@@ -653,10 +653,10 @@ export declare const VStepper: {
|
|
653
653
|
tag: string | import("../../util/index.js").JSXComponent;
|
654
654
|
mandatory: boolean | "force";
|
655
655
|
items: readonly StepperItem[];
|
656
|
+
itemValue: string;
|
656
657
|
tile: boolean;
|
657
658
|
selectedClass: string;
|
658
659
|
itemTitle: string;
|
659
|
-
itemValue: string;
|
660
660
|
hideActions: boolean;
|
661
661
|
prevText: string;
|
662
662
|
nextText: string;
|
@@ -743,12 +743,12 @@ export declare const VStepper: {
|
|
743
743
|
tag: string | import("../../util/index.js").JSXComponent;
|
744
744
|
mandatory: boolean | "force";
|
745
745
|
modelValue: any;
|
746
|
-
rounded: string | number | boolean;
|
747
746
|
items: readonly StepperItem[];
|
747
|
+
itemValue: string;
|
748
|
+
rounded: string | number | boolean;
|
748
749
|
tile: boolean;
|
749
750
|
selectedClass: string;
|
750
751
|
itemTitle: string;
|
751
|
-
itemValue: string;
|
752
752
|
hideActions: boolean;
|
753
753
|
prevText: string;
|
754
754
|
nextText: string;
|
@@ -244,14 +244,14 @@ export declare const makeVSwitchProps: <Defaults extends {
|
|
244
244
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
245
245
|
};
|
246
246
|
rules: unknown extends Defaults["rules"] ? {
|
247
|
-
type: import("vue").PropType<readonly import("../../
|
247
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
248
248
|
default: () => never[];
|
249
249
|
} : Omit<{
|
250
|
-
type: import("vue").PropType<readonly import("../../
|
250
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
251
251
|
default: () => never[];
|
252
252
|
}, "type" | "default"> & {
|
253
|
-
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
254
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
253
|
+
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
|
254
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
|
255
255
|
};
|
256
256
|
validateOn: unknown extends Defaults["validateOn"] ? import("vue").PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined> : {
|
257
257
|
type: import("vue").PropType<unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | Defaults["validateOn"] | undefined>;
|
@@ -377,12 +377,12 @@ export declare const VSwitch: {
|
|
377
377
|
focused: boolean;
|
378
378
|
errorMessages: string | readonly string[] | null;
|
379
379
|
maxErrors: string | number;
|
380
|
-
rules: readonly import("../../
|
380
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
381
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
381
382
|
density: import("../../composables/density.js").Density;
|
382
383
|
ripple: boolean | {
|
383
384
|
class: string;
|
384
385
|
} | undefined;
|
385
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
386
386
|
centerAffix: boolean;
|
387
387
|
hideSpinButtons: boolean;
|
388
388
|
persistentHint: boolean;
|
@@ -420,7 +420,7 @@ export declare const VSwitch: {
|
|
420
420
|
'update:focused': (focused: boolean) => true;
|
421
421
|
'update:modelValue': (value: any) => true;
|
422
422
|
'update:indeterminate': (value: boolean) => true;
|
423
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
423
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
424
424
|
flat: boolean;
|
425
425
|
inline: boolean;
|
426
426
|
error: boolean;
|
@@ -436,12 +436,12 @@ export declare const VSwitch: {
|
|
436
436
|
focused: boolean;
|
437
437
|
errorMessages: string | readonly string[] | null;
|
438
438
|
maxErrors: string | number;
|
439
|
-
rules: readonly import("../../
|
439
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
440
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
440
441
|
density: import("../../composables/density.js").Density;
|
441
442
|
ripple: boolean | {
|
442
443
|
class: string;
|
443
444
|
} | undefined;
|
444
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
445
445
|
centerAffix: boolean;
|
446
446
|
hideSpinButtons: boolean;
|
447
447
|
persistentHint: boolean;
|
@@ -488,12 +488,12 @@ export declare const VSwitch: {
|
|
488
488
|
focused: boolean;
|
489
489
|
errorMessages: string | readonly string[] | null;
|
490
490
|
maxErrors: string | number;
|
491
|
-
rules: readonly import("../../
|
491
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
492
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
492
493
|
density: import("../../composables/density.js").Density;
|
493
494
|
ripple: boolean | {
|
494
495
|
class: string;
|
495
496
|
} | undefined;
|
496
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
497
497
|
centerAffix: boolean;
|
498
498
|
hideSpinButtons: boolean;
|
499
499
|
persistentHint: boolean;
|
@@ -543,12 +543,12 @@ export declare const VSwitch: {
|
|
543
543
|
focused: boolean;
|
544
544
|
errorMessages: string | readonly string[] | null;
|
545
545
|
maxErrors: string | number;
|
546
|
-
rules: readonly import("../../
|
546
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
547
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
547
548
|
density: import("../../composables/density.js").Density;
|
548
549
|
ripple: boolean | {
|
549
550
|
class: string;
|
550
551
|
} | undefined;
|
551
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
552
552
|
centerAffix: boolean;
|
553
553
|
hideSpinButtons: boolean;
|
554
554
|
persistentHint: boolean;
|
@@ -572,12 +572,12 @@ export declare const VSwitch: {
|
|
572
572
|
focused: boolean;
|
573
573
|
errorMessages: string | readonly string[] | null;
|
574
574
|
maxErrors: string | number;
|
575
|
-
rules: readonly import("../../
|
575
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
576
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
576
577
|
density: import("../../composables/density.js").Density;
|
577
578
|
ripple: boolean | {
|
578
579
|
class: string;
|
579
580
|
} | undefined;
|
580
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
581
581
|
centerAffix: boolean;
|
582
582
|
hideSpinButtons: boolean;
|
583
583
|
persistentHint: boolean;
|
@@ -615,7 +615,7 @@ export declare const VSwitch: {
|
|
615
615
|
'update:focused': (focused: boolean) => true;
|
616
616
|
'update:modelValue': (value: any) => true;
|
617
617
|
'update:indeterminate': (value: boolean) => true;
|
618
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
618
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
|
619
619
|
flat: boolean;
|
620
620
|
inline: boolean;
|
621
621
|
error: boolean;
|
@@ -631,12 +631,12 @@ export declare const VSwitch: {
|
|
631
631
|
focused: boolean;
|
632
632
|
errorMessages: string | readonly string[] | null;
|
633
633
|
maxErrors: string | number;
|
634
|
-
rules: readonly import("../../
|
634
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
635
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
635
636
|
density: import("../../composables/density.js").Density;
|
636
637
|
ripple: boolean | {
|
637
638
|
class: string;
|
638
639
|
} | undefined;
|
639
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
640
640
|
centerAffix: boolean;
|
641
641
|
hideSpinButtons: boolean;
|
642
642
|
persistentHint: boolean;
|
@@ -721,7 +721,7 @@ export declare const VSwitch: {
|
|
721
721
|
default: number;
|
722
722
|
};
|
723
723
|
rules: {
|
724
|
-
type: import("vue").PropType<readonly import("../../
|
724
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
725
725
|
default: () => never[];
|
726
726
|
};
|
727
727
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -815,7 +815,7 @@ export declare const VSwitch: {
|
|
815
815
|
default: number;
|
816
816
|
};
|
817
817
|
rules: {
|
818
|
-
type: import("vue").PropType<readonly import("../../
|
818
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
819
819
|
default: () => never[];
|
820
820
|
};
|
821
821
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|