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
|
@@ -25,10 +25,10 @@ declare const VStepperItem: {
|
|
|
25
25
|
error: boolean;
|
|
26
26
|
complete: boolean;
|
|
27
27
|
disabled: boolean;
|
|
28
|
+
rules: readonly ValidationRule[];
|
|
28
29
|
ripple: boolean | {
|
|
29
30
|
class: string;
|
|
30
31
|
} | undefined;
|
|
31
|
-
rules: readonly ValidationRule[];
|
|
32
32
|
completeIcon: string;
|
|
33
33
|
editable: boolean;
|
|
34
34
|
editIcon: string;
|
|
@@ -70,10 +70,10 @@ declare const VStepperItem: {
|
|
|
70
70
|
error: boolean;
|
|
71
71
|
complete: boolean;
|
|
72
72
|
disabled: boolean;
|
|
73
|
+
rules: readonly ValidationRule[];
|
|
73
74
|
ripple: boolean | {
|
|
74
75
|
class: string;
|
|
75
76
|
} | undefined;
|
|
76
|
-
rules: readonly ValidationRule[];
|
|
77
77
|
completeIcon: string;
|
|
78
78
|
editable: boolean;
|
|
79
79
|
editIcon: string;
|
|
@@ -111,10 +111,10 @@ declare const VStepperItem: {
|
|
|
111
111
|
error: boolean;
|
|
112
112
|
complete: boolean;
|
|
113
113
|
disabled: boolean;
|
|
114
|
+
rules: readonly ValidationRule[];
|
|
114
115
|
ripple: boolean | {
|
|
115
116
|
class: string;
|
|
116
117
|
} | undefined;
|
|
117
|
-
rules: readonly ValidationRule[];
|
|
118
118
|
completeIcon: string;
|
|
119
119
|
editable: boolean;
|
|
120
120
|
editIcon: string;
|
|
@@ -143,10 +143,10 @@ declare const VStepperItem: {
|
|
|
143
143
|
error: boolean;
|
|
144
144
|
complete: boolean;
|
|
145
145
|
disabled: boolean;
|
|
146
|
+
rules: readonly ValidationRule[];
|
|
146
147
|
ripple: boolean | {
|
|
147
148
|
class: string;
|
|
148
149
|
} | undefined;
|
|
149
|
-
rules: readonly ValidationRule[];
|
|
150
150
|
completeIcon: string;
|
|
151
151
|
editable: boolean;
|
|
152
152
|
editIcon: string;
|
|
@@ -184,10 +184,10 @@ declare const VStepperItem: {
|
|
|
184
184
|
error: boolean;
|
|
185
185
|
complete: boolean;
|
|
186
186
|
disabled: boolean;
|
|
187
|
+
rules: readonly ValidationRule[];
|
|
187
188
|
ripple: boolean | {
|
|
188
189
|
class: string;
|
|
189
190
|
} | undefined;
|
|
190
|
-
rules: readonly ValidationRule[];
|
|
191
191
|
completeIcon: string;
|
|
192
192
|
editable: boolean;
|
|
193
193
|
editIcon: string;
|
|
@@ -200,10 +200,10 @@ declare const VStepperItem: {
|
|
|
200
200
|
error: boolean;
|
|
201
201
|
complete: boolean;
|
|
202
202
|
disabled: boolean;
|
|
203
|
+
rules: readonly ValidationRule[];
|
|
203
204
|
ripple: boolean | {
|
|
204
205
|
class: string;
|
|
205
206
|
} | undefined;
|
|
206
|
-
rules: readonly ValidationRule[];
|
|
207
207
|
completeIcon: string;
|
|
208
208
|
editable: boolean;
|
|
209
209
|
editIcon: string;
|
|
@@ -245,10 +245,10 @@ declare const VStepperItem: {
|
|
|
245
245
|
error: boolean;
|
|
246
246
|
complete: boolean;
|
|
247
247
|
disabled: boolean;
|
|
248
|
+
rules: readonly ValidationRule[];
|
|
248
249
|
ripple: boolean | {
|
|
249
250
|
class: string;
|
|
250
251
|
} | undefined;
|
|
251
|
-
rules: readonly ValidationRule[];
|
|
252
252
|
completeIcon: string;
|
|
253
253
|
editable: boolean;
|
|
254
254
|
editIcon: string;
|
|
@@ -375,8 +375,8 @@ declare const VStepper: {
|
|
|
375
375
|
class?: any;
|
|
376
376
|
elevation?: string | number | undefined;
|
|
377
377
|
theme?: string | undefined;
|
|
378
|
-
rounded?: string | number | boolean | undefined;
|
|
379
378
|
modelValue?: any;
|
|
379
|
+
rounded?: string | number | boolean | undefined;
|
|
380
380
|
bgColor?: string | undefined;
|
|
381
381
|
} & {
|
|
382
382
|
$children?: vue.VNodeChild | {
|
|
@@ -461,8 +461,8 @@ declare const VStepper: {
|
|
|
461
461
|
class?: any;
|
|
462
462
|
elevation?: string | number | undefined;
|
|
463
463
|
theme?: string | undefined;
|
|
464
|
-
rounded?: string | number | boolean | undefined;
|
|
465
464
|
modelValue?: any;
|
|
465
|
+
rounded?: string | number | boolean | undefined;
|
|
466
466
|
bgColor?: string | undefined;
|
|
467
467
|
} & {
|
|
468
468
|
$children?: vue.VNodeChild | {
|
|
@@ -516,10 +516,10 @@ declare const VStepper: {
|
|
|
516
516
|
multiple: boolean;
|
|
517
517
|
tag: string;
|
|
518
518
|
mandatory: NonNullable<boolean | "force">;
|
|
519
|
-
|
|
519
|
+
modelValue: any;
|
|
520
520
|
rounded: string | number | boolean;
|
|
521
|
+
items: readonly StepperItem[];
|
|
521
522
|
tile: boolean;
|
|
522
|
-
modelValue: any;
|
|
523
523
|
selectedClass: string;
|
|
524
524
|
itemTitle: string;
|
|
525
525
|
itemValue: string;
|
|
@@ -607,8 +607,8 @@ declare const VStepper: {
|
|
|
607
607
|
class?: any;
|
|
608
608
|
elevation?: string | number | undefined;
|
|
609
609
|
theme?: string | undefined;
|
|
610
|
-
rounded?: string | number | boolean | undefined;
|
|
611
610
|
modelValue?: any;
|
|
611
|
+
rounded?: string | number | boolean | undefined;
|
|
612
612
|
bgColor?: string | undefined;
|
|
613
613
|
} & {
|
|
614
614
|
$children?: vue.VNodeChild | {
|
|
@@ -665,10 +665,10 @@ declare const VStepper: {
|
|
|
665
665
|
multiple: boolean;
|
|
666
666
|
tag: string;
|
|
667
667
|
mandatory: NonNullable<boolean | "force">;
|
|
668
|
-
|
|
668
|
+
modelValue: any;
|
|
669
669
|
rounded: string | number | boolean;
|
|
670
|
+
items: readonly StepperItem[];
|
|
670
671
|
tile: boolean;
|
|
671
|
-
modelValue: any;
|
|
672
672
|
selectedClass: string;
|
|
673
673
|
itemTitle: string;
|
|
674
674
|
itemValue: string;
|
|
@@ -716,8 +716,8 @@ declare const VStepper: {
|
|
|
716
716
|
class?: any;
|
|
717
717
|
elevation?: string | number | undefined;
|
|
718
718
|
theme?: string | undefined;
|
|
719
|
-
rounded?: string | number | boolean | undefined;
|
|
720
719
|
modelValue?: any;
|
|
720
|
+
rounded?: string | number | boolean | undefined;
|
|
721
721
|
bgColor?: string | undefined;
|
|
722
722
|
} & {
|
|
723
723
|
$children?: vue.VNodeChild | {
|
|
@@ -776,10 +776,10 @@ declare const VStepper: {
|
|
|
776
776
|
multiple: boolean;
|
|
777
777
|
tag: string;
|
|
778
778
|
mandatory: NonNullable<boolean | "force">;
|
|
779
|
-
|
|
779
|
+
modelValue: any;
|
|
780
780
|
rounded: string | number | boolean;
|
|
781
|
+
items: readonly StepperItem[];
|
|
781
782
|
tile: boolean;
|
|
782
|
-
modelValue: any;
|
|
783
783
|
selectedClass: string;
|
|
784
784
|
itemTitle: string;
|
|
785
785
|
itemValue: string;
|
|
@@ -1257,9 +1257,9 @@ declare const VStepperHeader: {
|
|
|
1257
1257
|
} & {
|
|
1258
1258
|
class?: any;
|
|
1259
1259
|
} & {
|
|
1260
|
-
$children?: vue.VNodeChild |
|
|
1260
|
+
$children?: vue.VNodeChild | {
|
|
1261
1261
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1262
|
-
};
|
|
1262
|
+
} | (() => vue.VNodeChild);
|
|
1263
1263
|
'v-slots'?: {
|
|
1264
1264
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1265
1265
|
} | undefined;
|
|
@@ -1273,9 +1273,9 @@ declare const VStepperHeader: {
|
|
|
1273
1273
|
} & {
|
|
1274
1274
|
class?: any;
|
|
1275
1275
|
} & {
|
|
1276
|
-
$children?: vue.VNodeChild |
|
|
1276
|
+
$children?: vue.VNodeChild | {
|
|
1277
1277
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1278
|
-
};
|
|
1278
|
+
} | (() => vue.VNodeChild);
|
|
1279
1279
|
'v-slots'?: {
|
|
1280
1280
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1281
1281
|
} | undefined;
|
|
@@ -1301,9 +1301,9 @@ declare const VStepperHeader: {
|
|
|
1301
1301
|
} & {
|
|
1302
1302
|
class?: any;
|
|
1303
1303
|
} & {
|
|
1304
|
-
$children?: vue.VNodeChild |
|
|
1304
|
+
$children?: vue.VNodeChild | {
|
|
1305
1305
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1306
|
-
};
|
|
1306
|
+
} | (() => vue.VNodeChild);
|
|
1307
1307
|
'v-slots'?: {
|
|
1308
1308
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1309
1309
|
} | undefined;
|
|
@@ -1324,9 +1324,9 @@ declare const VStepperHeader: {
|
|
|
1324
1324
|
} & {
|
|
1325
1325
|
class?: any;
|
|
1326
1326
|
} & {
|
|
1327
|
-
$children?: vue.VNodeChild |
|
|
1327
|
+
$children?: vue.VNodeChild | {
|
|
1328
1328
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1329
|
-
};
|
|
1329
|
+
} | (() => vue.VNodeChild);
|
|
1330
1330
|
'v-slots'?: {
|
|
1331
1331
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1332
1332
|
} | undefined;
|
|
@@ -1377,9 +1377,9 @@ declare const VStepperWindow: {
|
|
|
1377
1377
|
theme?: string | undefined;
|
|
1378
1378
|
modelValue?: any;
|
|
1379
1379
|
} & {
|
|
1380
|
-
$children?: vue.VNodeChild |
|
|
1380
|
+
$children?: vue.VNodeChild | {
|
|
1381
1381
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1382
|
-
};
|
|
1382
|
+
} | (() => vue.VNodeChild);
|
|
1383
1383
|
'v-slots'?: {
|
|
1384
1384
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1385
1385
|
} | undefined;
|
|
@@ -1401,9 +1401,9 @@ declare const VStepperWindow: {
|
|
|
1401
1401
|
theme?: string | undefined;
|
|
1402
1402
|
modelValue?: any;
|
|
1403
1403
|
} & {
|
|
1404
|
-
$children?: vue.VNodeChild |
|
|
1404
|
+
$children?: vue.VNodeChild | {
|
|
1405
1405
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1406
|
-
};
|
|
1406
|
+
} | (() => vue.VNodeChild);
|
|
1407
1407
|
'v-slots'?: {
|
|
1408
1408
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1409
1409
|
} | undefined;
|
|
@@ -1441,9 +1441,9 @@ declare const VStepperWindow: {
|
|
|
1441
1441
|
theme?: string | undefined;
|
|
1442
1442
|
modelValue?: any;
|
|
1443
1443
|
} & {
|
|
1444
|
-
$children?: vue.VNodeChild |
|
|
1444
|
+
$children?: vue.VNodeChild | {
|
|
1445
1445
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1446
|
-
};
|
|
1446
|
+
} | (() => vue.VNodeChild);
|
|
1447
1447
|
'v-slots'?: {
|
|
1448
1448
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1449
1449
|
} | undefined;
|
|
@@ -1474,9 +1474,9 @@ declare const VStepperWindow: {
|
|
|
1474
1474
|
theme?: string | undefined;
|
|
1475
1475
|
modelValue?: any;
|
|
1476
1476
|
} & {
|
|
1477
|
-
$children?: vue.VNodeChild |
|
|
1477
|
+
$children?: vue.VNodeChild | {
|
|
1478
1478
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1479
|
-
};
|
|
1479
|
+
} | (() => vue.VNodeChild);
|
|
1480
1480
|
'v-slots'?: {
|
|
1481
1481
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1482
1482
|
} | undefined;
|
|
@@ -1556,9 +1556,9 @@ declare const VStepperWindowItem: {
|
|
|
1556
1556
|
selectedClass?: string | undefined;
|
|
1557
1557
|
reverseTransition?: string | boolean | undefined;
|
|
1558
1558
|
} & {
|
|
1559
|
-
$children?: vue.VNodeChild |
|
|
1559
|
+
$children?: vue.VNodeChild | {
|
|
1560
1560
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1561
|
-
};
|
|
1561
|
+
} | (() => vue.VNodeChild);
|
|
1562
1562
|
'v-slots'?: {
|
|
1563
1563
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1564
1564
|
} | undefined;
|
|
@@ -1575,9 +1575,9 @@ declare const VStepperWindowItem: {
|
|
|
1575
1575
|
selectedClass?: string | undefined;
|
|
1576
1576
|
reverseTransition?: string | boolean | undefined;
|
|
1577
1577
|
} & {
|
|
1578
|
-
$children?: vue.VNodeChild |
|
|
1578
|
+
$children?: vue.VNodeChild | {
|
|
1579
1579
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1580
|
-
};
|
|
1580
|
+
} | (() => vue.VNodeChild);
|
|
1581
1581
|
'v-slots'?: {
|
|
1582
1582
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1583
1583
|
} | undefined;
|
|
@@ -1611,9 +1611,9 @@ declare const VStepperWindowItem: {
|
|
|
1611
1611
|
selectedClass?: string | undefined;
|
|
1612
1612
|
reverseTransition?: string | boolean | undefined;
|
|
1613
1613
|
} & {
|
|
1614
|
-
$children?: vue.VNodeChild |
|
|
1614
|
+
$children?: vue.VNodeChild | {
|
|
1615
1615
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1616
|
-
};
|
|
1616
|
+
} | (() => vue.VNodeChild);
|
|
1617
1617
|
'v-slots'?: {
|
|
1618
1618
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1619
1619
|
} | undefined;
|
|
@@ -1640,9 +1640,9 @@ declare const VStepperWindowItem: {
|
|
|
1640
1640
|
selectedClass?: string | undefined;
|
|
1641
1641
|
reverseTransition?: string | boolean | undefined;
|
|
1642
1642
|
} & {
|
|
1643
|
-
$children?: vue.VNodeChild |
|
|
1643
|
+
$children?: vue.VNodeChild | {
|
|
1644
1644
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1645
|
-
};
|
|
1645
|
+
} | (() => vue.VNodeChild);
|
|
1646
1646
|
'v-slots'?: {
|
|
1647
1647
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1648
1648
|
} | undefined;
|
|
@@ -122,13 +122,13 @@ declare const VSwitch: {
|
|
|
122
122
|
readonly: boolean | null;
|
|
123
123
|
indeterminate: boolean;
|
|
124
124
|
messages: string | readonly string[];
|
|
125
|
-
density: Density;
|
|
126
|
-
ripple: boolean;
|
|
127
|
-
valueComparator: typeof deepEqual;
|
|
128
125
|
focused: boolean;
|
|
129
126
|
errorMessages: string | readonly string[] | null;
|
|
130
127
|
maxErrors: string | number;
|
|
131
128
|
rules: readonly ValidationRule[];
|
|
129
|
+
density: Density;
|
|
130
|
+
ripple: boolean;
|
|
131
|
+
valueComparator: typeof deepEqual;
|
|
132
132
|
centerAffix: boolean;
|
|
133
133
|
hideSpinButtons: boolean;
|
|
134
134
|
persistentHint: boolean;
|
|
@@ -141,6 +141,9 @@ declare const VSwitch: {
|
|
|
141
141
|
label?: string | undefined;
|
|
142
142
|
class?: any;
|
|
143
143
|
theme?: string | undefined;
|
|
144
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
145
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
146
|
+
validationValue?: any;
|
|
144
147
|
prependIcon?: IconValue | undefined;
|
|
145
148
|
appendIcon?: IconValue | undefined;
|
|
146
149
|
defaultsTarget?: string | undefined;
|
|
@@ -151,19 +154,16 @@ declare const VSwitch: {
|
|
|
151
154
|
falseValue?: any;
|
|
152
155
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
153
156
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
154
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
155
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
156
|
-
validationValue?: any;
|
|
157
157
|
hint?: string | undefined;
|
|
158
158
|
hideDetails?: boolean | "auto" | undefined;
|
|
159
159
|
} & {
|
|
160
|
-
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
161
160
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
161
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
162
162
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
163
163
|
'update:focused': (focused: boolean) => boolean;
|
|
164
164
|
'update:modelValue': (value: any) => boolean;
|
|
165
165
|
'update:indeterminate': (value: boolean) => boolean;
|
|
166
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "
|
|
166
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "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">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
167
167
|
flat: boolean;
|
|
168
168
|
inline: boolean;
|
|
169
169
|
error: boolean;
|
|
@@ -176,13 +176,13 @@ declare const VSwitch: {
|
|
|
176
176
|
readonly: boolean | null;
|
|
177
177
|
indeterminate: boolean;
|
|
178
178
|
messages: string | readonly string[];
|
|
179
|
-
density: Density;
|
|
180
|
-
ripple: boolean;
|
|
181
|
-
valueComparator: typeof deepEqual;
|
|
182
179
|
focused: boolean;
|
|
183
180
|
errorMessages: string | readonly string[] | null;
|
|
184
181
|
maxErrors: string | number;
|
|
185
182
|
rules: readonly ValidationRule[];
|
|
183
|
+
density: Density;
|
|
184
|
+
ripple: boolean;
|
|
185
|
+
valueComparator: typeof deepEqual;
|
|
186
186
|
centerAffix: boolean;
|
|
187
187
|
hideSpinButtons: boolean;
|
|
188
188
|
persistentHint: boolean;
|
|
@@ -195,6 +195,9 @@ declare const VSwitch: {
|
|
|
195
195
|
label?: string | undefined;
|
|
196
196
|
class?: any;
|
|
197
197
|
theme?: string | undefined;
|
|
198
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
199
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
200
|
+
validationValue?: any;
|
|
198
201
|
prependIcon?: IconValue | undefined;
|
|
199
202
|
appendIcon?: IconValue | undefined;
|
|
200
203
|
defaultsTarget?: string | undefined;
|
|
@@ -205,14 +208,11 @@ declare const VSwitch: {
|
|
|
205
208
|
falseValue?: any;
|
|
206
209
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
207
210
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
208
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
209
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
210
|
-
validationValue?: any;
|
|
211
211
|
hint?: string | undefined;
|
|
212
212
|
hideDetails?: boolean | "auto" | undefined;
|
|
213
213
|
} & {
|
|
214
|
-
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
215
214
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
215
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
216
216
|
}, {
|
|
217
217
|
flat: boolean;
|
|
218
218
|
inline: boolean;
|
|
@@ -226,13 +226,13 @@ declare const VSwitch: {
|
|
|
226
226
|
readonly: boolean | null;
|
|
227
227
|
indeterminate: boolean;
|
|
228
228
|
messages: string | readonly string[];
|
|
229
|
-
density: Density;
|
|
230
|
-
ripple: boolean;
|
|
231
|
-
valueComparator: typeof deepEqual;
|
|
232
229
|
focused: boolean;
|
|
233
230
|
errorMessages: string | readonly string[] | null;
|
|
234
231
|
maxErrors: string | number;
|
|
235
232
|
rules: readonly ValidationRule[];
|
|
233
|
+
density: Density;
|
|
234
|
+
ripple: boolean;
|
|
235
|
+
valueComparator: typeof deepEqual;
|
|
236
236
|
centerAffix: boolean;
|
|
237
237
|
hideSpinButtons: boolean;
|
|
238
238
|
persistentHint: boolean;
|
|
@@ -298,13 +298,13 @@ declare const VSwitch: {
|
|
|
298
298
|
readonly: boolean | null;
|
|
299
299
|
indeterminate: boolean;
|
|
300
300
|
messages: string | readonly string[];
|
|
301
|
-
density: Density;
|
|
302
|
-
ripple: boolean;
|
|
303
|
-
valueComparator: typeof deepEqual;
|
|
304
301
|
focused: boolean;
|
|
305
302
|
errorMessages: string | readonly string[] | null;
|
|
306
303
|
maxErrors: string | number;
|
|
307
304
|
rules: readonly ValidationRule[];
|
|
305
|
+
density: Density;
|
|
306
|
+
ripple: boolean;
|
|
307
|
+
valueComparator: typeof deepEqual;
|
|
308
308
|
centerAffix: boolean;
|
|
309
309
|
hideSpinButtons: boolean;
|
|
310
310
|
persistentHint: boolean;
|
|
@@ -317,6 +317,9 @@ declare const VSwitch: {
|
|
|
317
317
|
label?: string | undefined;
|
|
318
318
|
class?: any;
|
|
319
319
|
theme?: string | undefined;
|
|
320
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
321
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
322
|
+
validationValue?: any;
|
|
320
323
|
prependIcon?: IconValue | undefined;
|
|
321
324
|
appendIcon?: IconValue | undefined;
|
|
322
325
|
defaultsTarget?: string | undefined;
|
|
@@ -327,14 +330,11 @@ declare const VSwitch: {
|
|
|
327
330
|
falseValue?: any;
|
|
328
331
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
329
332
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
330
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
331
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
332
|
-
validationValue?: any;
|
|
333
333
|
hint?: string | undefined;
|
|
334
334
|
hideDetails?: boolean | "auto" | undefined;
|
|
335
335
|
} & {
|
|
336
|
-
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
337
336
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
337
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
338
338
|
}, {}, {}, {}, {}, {
|
|
339
339
|
flat: boolean;
|
|
340
340
|
inline: boolean;
|
|
@@ -348,13 +348,13 @@ declare const VSwitch: {
|
|
|
348
348
|
readonly: boolean | null;
|
|
349
349
|
indeterminate: boolean;
|
|
350
350
|
messages: string | readonly string[];
|
|
351
|
-
density: Density;
|
|
352
|
-
ripple: boolean;
|
|
353
|
-
valueComparator: typeof deepEqual;
|
|
354
351
|
focused: boolean;
|
|
355
352
|
errorMessages: string | readonly string[] | null;
|
|
356
353
|
maxErrors: string | number;
|
|
357
354
|
rules: readonly ValidationRule[];
|
|
355
|
+
density: Density;
|
|
356
|
+
ripple: boolean;
|
|
357
|
+
valueComparator: typeof deepEqual;
|
|
358
358
|
centerAffix: boolean;
|
|
359
359
|
hideSpinButtons: boolean;
|
|
360
360
|
persistentHint: boolean;
|
|
@@ -375,13 +375,13 @@ declare const VSwitch: {
|
|
|
375
375
|
readonly: boolean | null;
|
|
376
376
|
indeterminate: boolean;
|
|
377
377
|
messages: string | readonly string[];
|
|
378
|
-
density: Density;
|
|
379
|
-
ripple: boolean;
|
|
380
|
-
valueComparator: typeof deepEqual;
|
|
381
378
|
focused: boolean;
|
|
382
379
|
errorMessages: string | readonly string[] | null;
|
|
383
380
|
maxErrors: string | number;
|
|
384
381
|
rules: readonly ValidationRule[];
|
|
382
|
+
density: Density;
|
|
383
|
+
ripple: boolean;
|
|
384
|
+
valueComparator: typeof deepEqual;
|
|
385
385
|
centerAffix: boolean;
|
|
386
386
|
hideSpinButtons: boolean;
|
|
387
387
|
persistentHint: boolean;
|
|
@@ -394,6 +394,9 @@ declare const VSwitch: {
|
|
|
394
394
|
label?: string | undefined;
|
|
395
395
|
class?: any;
|
|
396
396
|
theme?: string | undefined;
|
|
397
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
398
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
399
|
+
validationValue?: any;
|
|
397
400
|
prependIcon?: IconValue | undefined;
|
|
398
401
|
appendIcon?: IconValue | undefined;
|
|
399
402
|
defaultsTarget?: string | undefined;
|
|
@@ -404,19 +407,16 @@ declare const VSwitch: {
|
|
|
404
407
|
falseValue?: any;
|
|
405
408
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
406
409
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
407
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
408
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
409
|
-
validationValue?: any;
|
|
410
410
|
hint?: string | undefined;
|
|
411
411
|
hideDetails?: boolean | "auto" | undefined;
|
|
412
412
|
} & {
|
|
413
|
-
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
414
413
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
414
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
415
415
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
416
416
|
'update:focused': (focused: boolean) => boolean;
|
|
417
417
|
'update:modelValue': (value: any) => boolean;
|
|
418
418
|
'update:indeterminate': (value: boolean) => boolean;
|
|
419
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "
|
|
419
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "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, {
|
|
420
420
|
flat: boolean;
|
|
421
421
|
inline: boolean;
|
|
422
422
|
error: boolean;
|
|
@@ -429,13 +429,13 @@ declare const VSwitch: {
|
|
|
429
429
|
readonly: boolean | null;
|
|
430
430
|
indeterminate: boolean;
|
|
431
431
|
messages: string | readonly string[];
|
|
432
|
-
density: Density;
|
|
433
|
-
ripple: boolean;
|
|
434
|
-
valueComparator: typeof deepEqual;
|
|
435
432
|
focused: boolean;
|
|
436
433
|
errorMessages: string | readonly string[] | null;
|
|
437
434
|
maxErrors: string | number;
|
|
438
435
|
rules: readonly ValidationRule[];
|
|
436
|
+
density: Density;
|
|
437
|
+
ripple: boolean;
|
|
438
|
+
valueComparator: typeof deepEqual;
|
|
439
439
|
centerAffix: boolean;
|
|
440
440
|
hideSpinButtons: boolean;
|
|
441
441
|
persistentHint: boolean;
|
|
@@ -22,9 +22,9 @@ declare const VSystemBar: {
|
|
|
22
22
|
theme?: string | undefined;
|
|
23
23
|
rounded?: string | number | boolean | undefined;
|
|
24
24
|
} & {
|
|
25
|
-
$children?: vue.VNodeChild |
|
|
25
|
+
$children?: vue.VNodeChild | {
|
|
26
26
|
default?: (() => vue.VNodeChild) | undefined;
|
|
27
|
-
};
|
|
27
|
+
} | (() => vue.VNodeChild);
|
|
28
28
|
'v-slots'?: {
|
|
29
29
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
30
30
|
} | undefined;
|
|
@@ -46,9 +46,9 @@ declare const VSystemBar: {
|
|
|
46
46
|
theme?: string | undefined;
|
|
47
47
|
rounded?: string | number | boolean | undefined;
|
|
48
48
|
} & {
|
|
49
|
-
$children?: vue.VNodeChild |
|
|
49
|
+
$children?: vue.VNodeChild | {
|
|
50
50
|
default?: (() => vue.VNodeChild) | undefined;
|
|
51
|
-
};
|
|
51
|
+
} | (() => vue.VNodeChild);
|
|
52
52
|
'v-slots'?: {
|
|
53
53
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
54
54
|
} | undefined;
|
|
@@ -89,9 +89,9 @@ declare const VSystemBar: {
|
|
|
89
89
|
theme?: string | undefined;
|
|
90
90
|
rounded?: string | number | boolean | undefined;
|
|
91
91
|
} & {
|
|
92
|
-
$children?: vue.VNodeChild |
|
|
92
|
+
$children?: vue.VNodeChild | {
|
|
93
93
|
default?: (() => vue.VNodeChild) | undefined;
|
|
94
|
-
};
|
|
94
|
+
} | (() => vue.VNodeChild);
|
|
95
95
|
'v-slots'?: {
|
|
96
96
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
97
97
|
} | undefined;
|
|
@@ -125,9 +125,9 @@ declare const VSystemBar: {
|
|
|
125
125
|
theme?: string | undefined;
|
|
126
126
|
rounded?: string | number | boolean | undefined;
|
|
127
127
|
} & {
|
|
128
|
-
$children?: vue.VNodeChild |
|
|
128
|
+
$children?: vue.VNodeChild | {
|
|
129
129
|
default?: (() => vue.VNodeChild) | undefined;
|
|
130
|
-
};
|
|
130
|
+
} | (() => vue.VNodeChild);
|
|
131
131
|
'v-slots'?: {
|
|
132
132
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
133
133
|
} | undefined;
|
|
@@ -81,15 +81,15 @@ declare const VTabs: {
|
|
|
81
81
|
height?: string | number | undefined;
|
|
82
82
|
color?: string | undefined;
|
|
83
83
|
class?: any;
|
|
84
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
84
85
|
modelValue?: any;
|
|
85
86
|
bgColor?: string | undefined;
|
|
86
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
87
87
|
showArrows?: string | boolean | undefined;
|
|
88
88
|
sliderColor?: string | undefined;
|
|
89
89
|
} & {
|
|
90
|
-
$children?: vue.VNodeChild |
|
|
90
|
+
$children?: vue.VNodeChild | {
|
|
91
91
|
default?: (() => vue.VNodeChild) | undefined;
|
|
92
|
-
};
|
|
92
|
+
} | (() => vue.VNodeChild);
|
|
93
93
|
'v-slots'?: {
|
|
94
94
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
95
95
|
} | undefined;
|
|
@@ -123,15 +123,15 @@ declare const VTabs: {
|
|
|
123
123
|
height?: string | number | undefined;
|
|
124
124
|
color?: string | undefined;
|
|
125
125
|
class?: any;
|
|
126
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
126
127
|
modelValue?: any;
|
|
127
128
|
bgColor?: string | undefined;
|
|
128
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
129
129
|
showArrows?: string | boolean | undefined;
|
|
130
130
|
sliderColor?: string | undefined;
|
|
131
131
|
} & {
|
|
132
|
-
$children?: vue.VNodeChild |
|
|
132
|
+
$children?: vue.VNodeChild | {
|
|
133
133
|
default?: (() => vue.VNodeChild) | undefined;
|
|
134
|
-
};
|
|
134
|
+
} | (() => vue.VNodeChild);
|
|
135
135
|
'v-slots'?: {
|
|
136
136
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
137
137
|
} | undefined;
|
|
@@ -148,9 +148,9 @@ declare const VTabs: {
|
|
|
148
148
|
multiple: boolean;
|
|
149
149
|
tag: string;
|
|
150
150
|
mandatory: NonNullable<boolean | "force">;
|
|
151
|
+
modelValue: any;
|
|
151
152
|
items: readonly TabItem[];
|
|
152
153
|
density: Density;
|
|
153
|
-
modelValue: any;
|
|
154
154
|
selectedClass: string;
|
|
155
155
|
stacked: boolean;
|
|
156
156
|
centerActive: boolean;
|
|
@@ -195,15 +195,15 @@ declare const VTabs: {
|
|
|
195
195
|
height?: string | number | undefined;
|
|
196
196
|
color?: string | undefined;
|
|
197
197
|
class?: any;
|
|
198
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
198
199
|
modelValue?: any;
|
|
199
200
|
bgColor?: string | undefined;
|
|
200
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
201
201
|
showArrows?: string | boolean | undefined;
|
|
202
202
|
sliderColor?: string | undefined;
|
|
203
203
|
} & {
|
|
204
|
-
$children?: vue.VNodeChild |
|
|
204
|
+
$children?: vue.VNodeChild | {
|
|
205
205
|
default?: (() => vue.VNodeChild) | undefined;
|
|
206
|
-
};
|
|
206
|
+
} | (() => vue.VNodeChild);
|
|
207
207
|
'v-slots'?: {
|
|
208
208
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
209
209
|
} | undefined;
|
|
@@ -220,9 +220,9 @@ declare const VTabs: {
|
|
|
220
220
|
multiple: boolean;
|
|
221
221
|
tag: string;
|
|
222
222
|
mandatory: NonNullable<boolean | "force">;
|
|
223
|
+
modelValue: any;
|
|
223
224
|
items: readonly TabItem[];
|
|
224
225
|
density: Density;
|
|
225
|
-
modelValue: any;
|
|
226
226
|
selectedClass: string;
|
|
227
227
|
stacked: boolean;
|
|
228
228
|
centerActive: boolean;
|
|
@@ -260,15 +260,15 @@ declare const VTabs: {
|
|
|
260
260
|
height?: string | number | undefined;
|
|
261
261
|
color?: string | undefined;
|
|
262
262
|
class?: any;
|
|
263
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
263
264
|
modelValue?: any;
|
|
264
265
|
bgColor?: string | undefined;
|
|
265
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
266
266
|
showArrows?: string | boolean | undefined;
|
|
267
267
|
sliderColor?: string | undefined;
|
|
268
268
|
} & {
|
|
269
|
-
$children?: vue.VNodeChild |
|
|
269
|
+
$children?: vue.VNodeChild | {
|
|
270
270
|
default?: (() => vue.VNodeChild) | undefined;
|
|
271
|
-
};
|
|
271
|
+
} | (() => vue.VNodeChild);
|
|
272
272
|
'v-slots'?: {
|
|
273
273
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
274
274
|
} | undefined;
|
|
@@ -287,9 +287,9 @@ declare const VTabs: {
|
|
|
287
287
|
multiple: boolean;
|
|
288
288
|
tag: string;
|
|
289
289
|
mandatory: NonNullable<boolean | "force">;
|
|
290
|
+
modelValue: any;
|
|
290
291
|
items: readonly TabItem[];
|
|
291
292
|
density: Density;
|
|
292
|
-
modelValue: any;
|
|
293
293
|
selectedClass: string;
|
|
294
294
|
stacked: boolean;
|
|
295
295
|
centerActive: boolean;
|