vuetify 3.5.9 → 3.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +106 -6
- package/dist/json/importMap-labs.json +10 -6
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +30 -0
- package/dist/json/web-types.json +582 -15
- package/dist/vuetify-labs.css +3076 -3034
- package/dist/vuetify-labs.d.ts +2711 -1996
- package/dist/vuetify-labs.esm.js +518 -40
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +518 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1609 -1604
- package/dist/vuetify.d.ts +1885 -1832
- package/dist/vuetify.esm.js +605 -330
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +604 -328
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1106 -1098
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +94 -94
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VCombobox/VCombobox.mjs +5 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +94 -94
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +48 -48
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +94 -94
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +1869 -1832
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -39
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/index.d.mts +8 -8
- package/lib/labs/components.d.mts +788 -95
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -51,14 +51,14 @@ declare const VRangeSlider: {
|
|
|
51
51
|
step: string | number;
|
|
52
52
|
elevation: NonNullable<string | number>;
|
|
53
53
|
messages: string | readonly string[];
|
|
54
|
-
tile: boolean;
|
|
55
|
-
density: Density;
|
|
56
|
-
modelValue: readonly (string | number)[];
|
|
57
|
-
ripple: boolean;
|
|
58
54
|
focused: boolean;
|
|
59
55
|
errorMessages: string | readonly string[] | null;
|
|
60
56
|
maxErrors: string | number;
|
|
61
57
|
rules: readonly ValidationRule[];
|
|
58
|
+
modelValue: readonly (string | number)[];
|
|
59
|
+
tile: boolean;
|
|
60
|
+
density: Density;
|
|
61
|
+
ripple: boolean;
|
|
62
62
|
centerAffix: boolean;
|
|
63
63
|
hideSpinButtons: boolean;
|
|
64
64
|
persistentHint: boolean;
|
|
@@ -72,14 +72,14 @@ declare const VRangeSlider: {
|
|
|
72
72
|
color?: string | undefined;
|
|
73
73
|
label?: string | undefined;
|
|
74
74
|
class?: any;
|
|
75
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
76
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
77
|
+
validationValue?: any;
|
|
75
78
|
rounded?: string | number | boolean | undefined;
|
|
76
79
|
prependIcon?: IconValue | undefined;
|
|
77
80
|
appendIcon?: IconValue | undefined;
|
|
78
81
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
79
82
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
80
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
81
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
82
|
-
validationValue?: any;
|
|
83
83
|
hint?: string | undefined;
|
|
84
84
|
hideDetails?: boolean | "auto" | undefined;
|
|
85
85
|
trackColor?: string | undefined;
|
|
@@ -133,8 +133,8 @@ declare const VRangeSlider: {
|
|
|
133
133
|
}) => vue.VNodeChild) | undefined;
|
|
134
134
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
135
135
|
} & {
|
|
136
|
-
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
137
136
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
137
|
+
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
138
138
|
onEnd?: ((value: [number, number]) => any) | undefined;
|
|
139
139
|
onStart?: ((value: [number, number]) => any) | undefined;
|
|
140
140
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -155,14 +155,14 @@ declare const VRangeSlider: {
|
|
|
155
155
|
step: string | number;
|
|
156
156
|
elevation: NonNullable<string | number>;
|
|
157
157
|
messages: string | readonly string[];
|
|
158
|
-
tile: boolean;
|
|
159
|
-
density: Density;
|
|
160
|
-
modelValue: readonly (string | number)[];
|
|
161
|
-
ripple: boolean;
|
|
162
158
|
focused: boolean;
|
|
163
159
|
errorMessages: string | readonly string[] | null;
|
|
164
160
|
maxErrors: string | number;
|
|
165
161
|
rules: readonly ValidationRule[];
|
|
162
|
+
modelValue: readonly (string | number)[];
|
|
163
|
+
tile: boolean;
|
|
164
|
+
density: Density;
|
|
165
|
+
ripple: boolean;
|
|
166
166
|
centerAffix: boolean;
|
|
167
167
|
hideSpinButtons: boolean;
|
|
168
168
|
persistentHint: boolean;
|
|
@@ -176,14 +176,14 @@ declare const VRangeSlider: {
|
|
|
176
176
|
color?: string | undefined;
|
|
177
177
|
label?: string | undefined;
|
|
178
178
|
class?: any;
|
|
179
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
180
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
181
|
+
validationValue?: any;
|
|
179
182
|
rounded?: string | number | boolean | undefined;
|
|
180
183
|
prependIcon?: IconValue | undefined;
|
|
181
184
|
appendIcon?: IconValue | undefined;
|
|
182
185
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
183
186
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
184
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
185
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
186
|
-
validationValue?: any;
|
|
187
187
|
hint?: string | undefined;
|
|
188
188
|
hideDetails?: boolean | "auto" | undefined;
|
|
189
189
|
trackColor?: string | undefined;
|
|
@@ -237,8 +237,8 @@ declare const VRangeSlider: {
|
|
|
237
237
|
}) => vue.VNodeChild) | undefined;
|
|
238
238
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
239
239
|
} & {
|
|
240
|
-
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
241
240
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
241
|
+
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
242
242
|
onEnd?: ((value: [number, number]) => any) | undefined;
|
|
243
243
|
onStart?: ((value: [number, number]) => any) | undefined;
|
|
244
244
|
}, {
|
|
@@ -254,15 +254,15 @@ declare const VRangeSlider: {
|
|
|
254
254
|
step: string | number;
|
|
255
255
|
elevation: NonNullable<string | number>;
|
|
256
256
|
messages: string | readonly string[];
|
|
257
|
-
rounded: string | number | boolean;
|
|
258
|
-
tile: boolean;
|
|
259
|
-
density: Density;
|
|
260
|
-
modelValue: readonly (string | number)[];
|
|
261
|
-
ripple: boolean;
|
|
262
257
|
focused: boolean;
|
|
263
258
|
errorMessages: string | readonly string[] | null;
|
|
264
259
|
maxErrors: string | number;
|
|
265
260
|
rules: readonly ValidationRule[];
|
|
261
|
+
modelValue: readonly (string | number)[];
|
|
262
|
+
rounded: string | number | boolean;
|
|
263
|
+
tile: boolean;
|
|
264
|
+
density: Density;
|
|
265
|
+
ripple: boolean;
|
|
266
266
|
centerAffix: boolean;
|
|
267
267
|
hideSpinButtons: boolean;
|
|
268
268
|
persistentHint: boolean;
|
|
@@ -321,14 +321,14 @@ declare const VRangeSlider: {
|
|
|
321
321
|
step: string | number;
|
|
322
322
|
elevation: NonNullable<string | number>;
|
|
323
323
|
messages: string | readonly string[];
|
|
324
|
-
tile: boolean;
|
|
325
|
-
density: Density;
|
|
326
|
-
modelValue: readonly (string | number)[];
|
|
327
|
-
ripple: boolean;
|
|
328
324
|
focused: boolean;
|
|
329
325
|
errorMessages: string | readonly string[] | null;
|
|
330
326
|
maxErrors: string | number;
|
|
331
327
|
rules: readonly ValidationRule[];
|
|
328
|
+
modelValue: readonly (string | number)[];
|
|
329
|
+
tile: boolean;
|
|
330
|
+
density: Density;
|
|
331
|
+
ripple: boolean;
|
|
332
332
|
centerAffix: boolean;
|
|
333
333
|
hideSpinButtons: boolean;
|
|
334
334
|
persistentHint: boolean;
|
|
@@ -342,14 +342,14 @@ declare const VRangeSlider: {
|
|
|
342
342
|
color?: string | undefined;
|
|
343
343
|
label?: string | undefined;
|
|
344
344
|
class?: any;
|
|
345
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
346
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
347
|
+
validationValue?: any;
|
|
345
348
|
rounded?: string | number | boolean | undefined;
|
|
346
349
|
prependIcon?: IconValue | undefined;
|
|
347
350
|
appendIcon?: IconValue | undefined;
|
|
348
351
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
349
352
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
350
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
351
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
352
|
-
validationValue?: any;
|
|
353
353
|
hint?: string | undefined;
|
|
354
354
|
hideDetails?: boolean | "auto" | undefined;
|
|
355
355
|
trackColor?: string | undefined;
|
|
@@ -403,8 +403,8 @@ declare const VRangeSlider: {
|
|
|
403
403
|
}) => vue.VNodeChild) | undefined;
|
|
404
404
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
405
405
|
} & {
|
|
406
|
-
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
407
406
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
407
|
+
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
408
408
|
onEnd?: ((value: [number, number]) => any) | undefined;
|
|
409
409
|
onStart?: ((value: [number, number]) => any) | undefined;
|
|
410
410
|
}, {}, {}, {}, {}, {
|
|
@@ -420,15 +420,15 @@ declare const VRangeSlider: {
|
|
|
420
420
|
step: string | number;
|
|
421
421
|
elevation: NonNullable<string | number>;
|
|
422
422
|
messages: string | readonly string[];
|
|
423
|
-
rounded: string | number | boolean;
|
|
424
|
-
tile: boolean;
|
|
425
|
-
density: Density;
|
|
426
|
-
modelValue: readonly (string | number)[];
|
|
427
|
-
ripple: boolean;
|
|
428
423
|
focused: boolean;
|
|
429
424
|
errorMessages: string | readonly string[] | null;
|
|
430
425
|
maxErrors: string | number;
|
|
431
426
|
rules: readonly ValidationRule[];
|
|
427
|
+
modelValue: readonly (string | number)[];
|
|
428
|
+
rounded: string | number | boolean;
|
|
429
|
+
tile: boolean;
|
|
430
|
+
density: Density;
|
|
431
|
+
ripple: boolean;
|
|
432
432
|
centerAffix: boolean;
|
|
433
433
|
hideSpinButtons: boolean;
|
|
434
434
|
persistentHint: boolean;
|
|
@@ -454,14 +454,14 @@ declare const VRangeSlider: {
|
|
|
454
454
|
step: string | number;
|
|
455
455
|
elevation: NonNullable<string | number>;
|
|
456
456
|
messages: string | readonly string[];
|
|
457
|
-
tile: boolean;
|
|
458
|
-
density: Density;
|
|
459
|
-
modelValue: readonly (string | number)[];
|
|
460
|
-
ripple: boolean;
|
|
461
457
|
focused: boolean;
|
|
462
458
|
errorMessages: string | readonly string[] | null;
|
|
463
459
|
maxErrors: string | number;
|
|
464
460
|
rules: readonly ValidationRule[];
|
|
461
|
+
modelValue: readonly (string | number)[];
|
|
462
|
+
tile: boolean;
|
|
463
|
+
density: Density;
|
|
464
|
+
ripple: boolean;
|
|
465
465
|
centerAffix: boolean;
|
|
466
466
|
hideSpinButtons: boolean;
|
|
467
467
|
persistentHint: boolean;
|
|
@@ -475,14 +475,14 @@ declare const VRangeSlider: {
|
|
|
475
475
|
color?: string | undefined;
|
|
476
476
|
label?: string | undefined;
|
|
477
477
|
class?: any;
|
|
478
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
479
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
480
|
+
validationValue?: any;
|
|
478
481
|
rounded?: string | number | boolean | undefined;
|
|
479
482
|
prependIcon?: IconValue | undefined;
|
|
480
483
|
appendIcon?: IconValue | undefined;
|
|
481
484
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
482
485
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
483
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
484
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
485
|
-
validationValue?: any;
|
|
486
486
|
hint?: string | undefined;
|
|
487
487
|
hideDetails?: boolean | "auto" | undefined;
|
|
488
488
|
trackColor?: string | undefined;
|
|
@@ -536,8 +536,8 @@ declare const VRangeSlider: {
|
|
|
536
536
|
}) => vue.VNodeChild) | undefined;
|
|
537
537
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
538
538
|
} & {
|
|
539
|
-
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
540
539
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
540
|
+
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
541
541
|
onEnd?: ((value: [number, number]) => any) | undefined;
|
|
542
542
|
onStart?: ((value: [number, number]) => any) | undefined;
|
|
543
543
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -558,15 +558,15 @@ declare const VRangeSlider: {
|
|
|
558
558
|
step: string | number;
|
|
559
559
|
elevation: NonNullable<string | number>;
|
|
560
560
|
messages: string | readonly string[];
|
|
561
|
-
rounded: string | number | boolean;
|
|
562
|
-
tile: boolean;
|
|
563
|
-
density: Density;
|
|
564
|
-
modelValue: readonly (string | number)[];
|
|
565
|
-
ripple: boolean;
|
|
566
561
|
focused: boolean;
|
|
567
562
|
errorMessages: string | readonly string[] | null;
|
|
568
563
|
maxErrors: string | number;
|
|
569
564
|
rules: readonly ValidationRule[];
|
|
565
|
+
modelValue: readonly (string | number)[];
|
|
566
|
+
rounded: string | number | boolean;
|
|
567
|
+
tile: boolean;
|
|
568
|
+
density: Density;
|
|
569
|
+
ripple: boolean;
|
|
570
570
|
centerAffix: boolean;
|
|
571
571
|
hideSpinButtons: boolean;
|
|
572
572
|
persistentHint: boolean;
|
|
@@ -33,8 +33,8 @@ declare const VRating: {
|
|
|
33
33
|
size: string | number;
|
|
34
34
|
readonly: boolean;
|
|
35
35
|
tag: string;
|
|
36
|
-
density: Density;
|
|
37
36
|
modelValue: string | number;
|
|
37
|
+
density: Density;
|
|
38
38
|
ripple: boolean;
|
|
39
39
|
clearable: boolean;
|
|
40
40
|
hover: boolean;
|
|
@@ -73,8 +73,8 @@ declare const VRating: {
|
|
|
73
73
|
size: string | number;
|
|
74
74
|
readonly: boolean;
|
|
75
75
|
tag: string;
|
|
76
|
-
density: Density;
|
|
77
76
|
modelValue: string | number;
|
|
77
|
+
density: Density;
|
|
78
78
|
ripple: boolean;
|
|
79
79
|
clearable: boolean;
|
|
80
80
|
hover: boolean;
|
|
@@ -111,8 +111,8 @@ declare const VRating: {
|
|
|
111
111
|
size: string | number;
|
|
112
112
|
readonly: boolean;
|
|
113
113
|
tag: string;
|
|
114
|
-
density: Density;
|
|
115
114
|
modelValue: string | number;
|
|
115
|
+
density: Density;
|
|
116
116
|
ripple: boolean;
|
|
117
117
|
clearable: boolean;
|
|
118
118
|
hover: boolean;
|
|
@@ -142,8 +142,8 @@ declare const VRating: {
|
|
|
142
142
|
size: string | number;
|
|
143
143
|
readonly: boolean;
|
|
144
144
|
tag: string;
|
|
145
|
-
density: Density;
|
|
146
145
|
modelValue: string | number;
|
|
146
|
+
density: Density;
|
|
147
147
|
ripple: boolean;
|
|
148
148
|
clearable: boolean;
|
|
149
149
|
hover: boolean;
|
|
@@ -180,8 +180,8 @@ declare const VRating: {
|
|
|
180
180
|
size: string | number;
|
|
181
181
|
readonly: boolean;
|
|
182
182
|
tag: string;
|
|
183
|
-
density: Density;
|
|
184
183
|
modelValue: string | number;
|
|
184
|
+
density: Density;
|
|
185
185
|
ripple: boolean;
|
|
186
186
|
clearable: boolean;
|
|
187
187
|
hover: boolean;
|
|
@@ -201,8 +201,8 @@ declare const VRating: {
|
|
|
201
201
|
size: string | number;
|
|
202
202
|
readonly: boolean;
|
|
203
203
|
tag: string;
|
|
204
|
-
density: Density;
|
|
205
204
|
modelValue: string | number;
|
|
205
|
+
density: Density;
|
|
206
206
|
ripple: boolean;
|
|
207
207
|
clearable: boolean;
|
|
208
208
|
hover: boolean;
|
|
@@ -241,8 +241,8 @@ declare const VRating: {
|
|
|
241
241
|
size: string | number;
|
|
242
242
|
readonly: boolean;
|
|
243
243
|
tag: string;
|
|
244
|
-
density: Density;
|
|
245
244
|
modelValue: string | number;
|
|
245
|
+
density: Density;
|
|
246
246
|
ripple: boolean;
|
|
247
247
|
clearable: boolean;
|
|
248
248
|
hover: boolean;
|
|
@@ -20,10 +20,10 @@ declare const VResponsive: {
|
|
|
20
20
|
class?: any;
|
|
21
21
|
contentClass?: string | undefined;
|
|
22
22
|
} & {
|
|
23
|
-
$children?: vue.VNodeChild | {
|
|
23
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
24
24
|
default?: (() => vue.VNodeChild) | undefined;
|
|
25
25
|
additional?: (() => vue.VNodeChild) | undefined;
|
|
26
|
-
}
|
|
26
|
+
};
|
|
27
27
|
'v-slots'?: {
|
|
28
28
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
29
29
|
additional?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -45,10 +45,10 @@ declare const VResponsive: {
|
|
|
45
45
|
class?: any;
|
|
46
46
|
contentClass?: string | undefined;
|
|
47
47
|
} & {
|
|
48
|
-
$children?: vue.VNodeChild | {
|
|
48
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
49
49
|
default?: (() => vue.VNodeChild) | undefined;
|
|
50
50
|
additional?: (() => vue.VNodeChild) | undefined;
|
|
51
|
-
}
|
|
51
|
+
};
|
|
52
52
|
'v-slots'?: {
|
|
53
53
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
54
54
|
additional?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -87,10 +87,10 @@ declare const VResponsive: {
|
|
|
87
87
|
class?: any;
|
|
88
88
|
contentClass?: string | undefined;
|
|
89
89
|
} & {
|
|
90
|
-
$children?: vue.VNodeChild | {
|
|
90
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
91
91
|
default?: (() => vue.VNodeChild) | undefined;
|
|
92
92
|
additional?: (() => vue.VNodeChild) | undefined;
|
|
93
|
-
}
|
|
93
|
+
};
|
|
94
94
|
'v-slots'?: {
|
|
95
95
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
96
96
|
additional?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -119,10 +119,10 @@ declare const VResponsive: {
|
|
|
119
119
|
class?: any;
|
|
120
120
|
contentClass?: string | undefined;
|
|
121
121
|
} & {
|
|
122
|
-
$children?: vue.VNodeChild | {
|
|
122
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
123
123
|
default?: (() => vue.VNodeChild) | undefined;
|
|
124
124
|
additional?: (() => vue.VNodeChild) | undefined;
|
|
125
|
-
}
|
|
125
|
+
};
|
|
126
126
|
'v-slots'?: {
|
|
127
127
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
128
128
|
additional?: false | (() => vue.VNodeChild) | undefined;
|