vuetify 3.5.9 → 3.5.10
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 +8 -4
- package/dist/json/importMap.json +122 -122
- package/dist/json/tags.json +30 -0
- package/dist/json/web-types.json +582 -15
- package/dist/vuetify-labs.css +2456 -2414
- 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 +681 -676
- package/dist/vuetify.d.ts +2356 -2303
- 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 +37 -36
- 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 +2 -2
|
@@ -236,7 +236,7 @@ declare const VSelect: {
|
|
|
236
236
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
237
237
|
flat: boolean;
|
|
238
238
|
reverse: boolean;
|
|
239
|
-
variant: "filled" | "
|
|
239
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
240
240
|
type: string;
|
|
241
241
|
error: boolean;
|
|
242
242
|
active: boolean;
|
|
@@ -253,16 +253,16 @@ declare const VSelect: {
|
|
|
253
253
|
eager: boolean;
|
|
254
254
|
disabled: boolean;
|
|
255
255
|
readonly: boolean | null;
|
|
256
|
-
noDataText: string;
|
|
257
256
|
messages: string | readonly string[];
|
|
258
|
-
|
|
259
|
-
density: Density;
|
|
260
|
-
valueComparator: typeof deepEqual;
|
|
261
|
-
clearIcon: IconValue;
|
|
257
|
+
noDataText: string;
|
|
262
258
|
focused: boolean;
|
|
263
259
|
errorMessages: string | readonly string[] | null;
|
|
264
260
|
maxErrors: string | number;
|
|
265
261
|
rules: readonly ValidationRule[];
|
|
262
|
+
tile: boolean;
|
|
263
|
+
density: Density;
|
|
264
|
+
valueComparator: typeof deepEqual;
|
|
265
|
+
clearIcon: IconValue;
|
|
266
266
|
hideSpinButtons: boolean;
|
|
267
267
|
persistentHint: boolean;
|
|
268
268
|
itemChildren: NonNullable<SelectItemKey>;
|
|
@@ -290,6 +290,8 @@ declare const VSelect: {
|
|
|
290
290
|
placeholder?: string | undefined;
|
|
291
291
|
theme?: string | undefined;
|
|
292
292
|
counter?: string | number | boolean | undefined;
|
|
293
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
294
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
293
295
|
rounded?: string | number | boolean | undefined;
|
|
294
296
|
bgColor?: string | undefined;
|
|
295
297
|
prependIcon?: IconValue | undefined;
|
|
@@ -301,8 +303,6 @@ declare const VSelect: {
|
|
|
301
303
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
302
304
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
303
305
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
304
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
305
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
306
306
|
centerAffix?: boolean | undefined;
|
|
307
307
|
hint?: string | undefined;
|
|
308
308
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -796,10 +796,10 @@ declare const VSelect: {
|
|
|
796
796
|
'update:focused': (focused: boolean) => boolean;
|
|
797
797
|
'update:modelValue': (value: any) => boolean;
|
|
798
798
|
'update:menu': (ue: boolean) => true;
|
|
799
|
-
}, "multiple" | "$children" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "
|
|
799
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
800
800
|
flat: boolean;
|
|
801
801
|
reverse: boolean;
|
|
802
|
-
variant: "filled" | "
|
|
802
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
803
803
|
type: string;
|
|
804
804
|
error: boolean;
|
|
805
805
|
active: boolean;
|
|
@@ -816,16 +816,16 @@ declare const VSelect: {
|
|
|
816
816
|
eager: boolean;
|
|
817
817
|
disabled: boolean;
|
|
818
818
|
readonly: boolean | null;
|
|
819
|
-
noDataText: string;
|
|
820
819
|
messages: string | readonly string[];
|
|
821
|
-
|
|
822
|
-
density: Density;
|
|
823
|
-
valueComparator: typeof deepEqual;
|
|
824
|
-
clearIcon: IconValue;
|
|
820
|
+
noDataText: string;
|
|
825
821
|
focused: boolean;
|
|
826
822
|
errorMessages: string | readonly string[] | null;
|
|
827
823
|
maxErrors: string | number;
|
|
828
824
|
rules: readonly ValidationRule[];
|
|
825
|
+
tile: boolean;
|
|
826
|
+
density: Density;
|
|
827
|
+
valueComparator: typeof deepEqual;
|
|
828
|
+
clearIcon: IconValue;
|
|
829
829
|
hideSpinButtons: boolean;
|
|
830
830
|
persistentHint: boolean;
|
|
831
831
|
itemChildren: NonNullable<SelectItemKey>;
|
|
@@ -853,6 +853,8 @@ declare const VSelect: {
|
|
|
853
853
|
placeholder?: string | undefined;
|
|
854
854
|
theme?: string | undefined;
|
|
855
855
|
counter?: string | number | boolean | undefined;
|
|
856
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
857
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
856
858
|
rounded?: string | number | boolean | undefined;
|
|
857
859
|
bgColor?: string | undefined;
|
|
858
860
|
prependIcon?: IconValue | undefined;
|
|
@@ -864,8 +866,6 @@ declare const VSelect: {
|
|
|
864
866
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
865
867
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
866
868
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
867
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
868
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
869
869
|
centerAffix?: boolean | undefined;
|
|
870
870
|
hint?: string | undefined;
|
|
871
871
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -1358,7 +1358,7 @@ declare const VSelect: {
|
|
|
1358
1358
|
}, {
|
|
1359
1359
|
flat: boolean;
|
|
1360
1360
|
reverse: boolean;
|
|
1361
|
-
variant: "filled" | "
|
|
1361
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1362
1362
|
type: string;
|
|
1363
1363
|
error: boolean;
|
|
1364
1364
|
active: boolean;
|
|
@@ -1375,17 +1375,17 @@ declare const VSelect: {
|
|
|
1375
1375
|
eager: boolean;
|
|
1376
1376
|
disabled: boolean;
|
|
1377
1377
|
readonly: boolean | null;
|
|
1378
|
-
noDataText: string;
|
|
1379
1378
|
messages: string | readonly string[];
|
|
1379
|
+
noDataText: string;
|
|
1380
|
+
focused: boolean;
|
|
1381
|
+
errorMessages: string | readonly string[] | null;
|
|
1382
|
+
maxErrors: string | number;
|
|
1383
|
+
rules: readonly ValidationRule[];
|
|
1380
1384
|
rounded: string | number | boolean;
|
|
1381
1385
|
tile: boolean;
|
|
1382
1386
|
density: Density;
|
|
1383
1387
|
valueComparator: typeof deepEqual;
|
|
1384
1388
|
clearIcon: IconValue;
|
|
1385
|
-
focused: boolean;
|
|
1386
|
-
errorMessages: string | readonly string[] | null;
|
|
1387
|
-
maxErrors: string | number;
|
|
1388
|
-
rules: readonly ValidationRule[];
|
|
1389
1389
|
centerAffix: boolean;
|
|
1390
1390
|
hideSpinButtons: boolean;
|
|
1391
1391
|
persistentHint: boolean;
|
|
@@ -1473,7 +1473,7 @@ declare const VSelect: {
|
|
|
1473
1473
|
}, {
|
|
1474
1474
|
flat: boolean;
|
|
1475
1475
|
reverse: boolean;
|
|
1476
|
-
variant: "filled" | "
|
|
1476
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1477
1477
|
type: string;
|
|
1478
1478
|
error: boolean;
|
|
1479
1479
|
active: boolean;
|
|
@@ -1490,16 +1490,16 @@ declare const VSelect: {
|
|
|
1490
1490
|
eager: boolean;
|
|
1491
1491
|
disabled: boolean;
|
|
1492
1492
|
readonly: boolean | null;
|
|
1493
|
-
noDataText: string;
|
|
1494
1493
|
messages: string | readonly string[];
|
|
1495
|
-
|
|
1496
|
-
density: Density;
|
|
1497
|
-
valueComparator: typeof deepEqual;
|
|
1498
|
-
clearIcon: IconValue;
|
|
1494
|
+
noDataText: string;
|
|
1499
1495
|
focused: boolean;
|
|
1500
1496
|
errorMessages: string | readonly string[] | null;
|
|
1501
1497
|
maxErrors: string | number;
|
|
1502
1498
|
rules: readonly ValidationRule[];
|
|
1499
|
+
tile: boolean;
|
|
1500
|
+
density: Density;
|
|
1501
|
+
valueComparator: typeof deepEqual;
|
|
1502
|
+
clearIcon: IconValue;
|
|
1503
1503
|
hideSpinButtons: boolean;
|
|
1504
1504
|
persistentHint: boolean;
|
|
1505
1505
|
itemChildren: NonNullable<SelectItemKey>;
|
|
@@ -1527,6 +1527,8 @@ declare const VSelect: {
|
|
|
1527
1527
|
placeholder?: string | undefined;
|
|
1528
1528
|
theme?: string | undefined;
|
|
1529
1529
|
counter?: string | number | boolean | undefined;
|
|
1530
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1531
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1530
1532
|
rounded?: string | number | boolean | undefined;
|
|
1531
1533
|
bgColor?: string | undefined;
|
|
1532
1534
|
prependIcon?: IconValue | undefined;
|
|
@@ -1538,8 +1540,6 @@ declare const VSelect: {
|
|
|
1538
1540
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1539
1541
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1540
1542
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1541
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1542
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1543
1543
|
centerAffix?: boolean | undefined;
|
|
1544
1544
|
hint?: string | undefined;
|
|
1545
1545
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -2032,7 +2032,7 @@ declare const VSelect: {
|
|
|
2032
2032
|
}, any, {}, {}, {}, {
|
|
2033
2033
|
flat: boolean;
|
|
2034
2034
|
reverse: boolean;
|
|
2035
|
-
variant: "filled" | "
|
|
2035
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2036
2036
|
type: string;
|
|
2037
2037
|
error: boolean;
|
|
2038
2038
|
active: boolean;
|
|
@@ -2049,17 +2049,17 @@ declare const VSelect: {
|
|
|
2049
2049
|
eager: boolean;
|
|
2050
2050
|
disabled: boolean;
|
|
2051
2051
|
readonly: boolean | null;
|
|
2052
|
-
noDataText: string;
|
|
2053
2052
|
messages: string | readonly string[];
|
|
2053
|
+
noDataText: string;
|
|
2054
|
+
focused: boolean;
|
|
2055
|
+
errorMessages: string | readonly string[] | null;
|
|
2056
|
+
maxErrors: string | number;
|
|
2057
|
+
rules: readonly ValidationRule[];
|
|
2054
2058
|
rounded: string | number | boolean;
|
|
2055
2059
|
tile: boolean;
|
|
2056
2060
|
density: Density;
|
|
2057
2061
|
valueComparator: typeof deepEqual;
|
|
2058
2062
|
clearIcon: IconValue;
|
|
2059
|
-
focused: boolean;
|
|
2060
|
-
errorMessages: string | readonly string[] | null;
|
|
2061
|
-
maxErrors: string | number;
|
|
2062
|
-
rules: readonly ValidationRule[];
|
|
2063
2063
|
centerAffix: boolean;
|
|
2064
2064
|
hideSpinButtons: boolean;
|
|
2065
2065
|
persistentHint: boolean;
|
|
@@ -2084,7 +2084,7 @@ declare const VSelect: {
|
|
|
2084
2084
|
} & vue.ComponentOptionsBase<{
|
|
2085
2085
|
flat: boolean;
|
|
2086
2086
|
reverse: boolean;
|
|
2087
|
-
variant: "filled" | "
|
|
2087
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2088
2088
|
type: string;
|
|
2089
2089
|
error: boolean;
|
|
2090
2090
|
active: boolean;
|
|
@@ -2101,16 +2101,16 @@ declare const VSelect: {
|
|
|
2101
2101
|
eager: boolean;
|
|
2102
2102
|
disabled: boolean;
|
|
2103
2103
|
readonly: boolean | null;
|
|
2104
|
-
noDataText: string;
|
|
2105
2104
|
messages: string | readonly string[];
|
|
2106
|
-
|
|
2107
|
-
density: Density;
|
|
2108
|
-
valueComparator: typeof deepEqual;
|
|
2109
|
-
clearIcon: IconValue;
|
|
2105
|
+
noDataText: string;
|
|
2110
2106
|
focused: boolean;
|
|
2111
2107
|
errorMessages: string | readonly string[] | null;
|
|
2112
2108
|
maxErrors: string | number;
|
|
2113
2109
|
rules: readonly ValidationRule[];
|
|
2110
|
+
tile: boolean;
|
|
2111
|
+
density: Density;
|
|
2112
|
+
valueComparator: typeof deepEqual;
|
|
2113
|
+
clearIcon: IconValue;
|
|
2114
2114
|
hideSpinButtons: boolean;
|
|
2115
2115
|
persistentHint: boolean;
|
|
2116
2116
|
itemChildren: NonNullable<SelectItemKey>;
|
|
@@ -2138,6 +2138,8 @@ declare const VSelect: {
|
|
|
2138
2138
|
placeholder?: string | undefined;
|
|
2139
2139
|
theme?: string | undefined;
|
|
2140
2140
|
counter?: string | number | boolean | undefined;
|
|
2141
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2142
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2141
2143
|
rounded?: string | number | boolean | undefined;
|
|
2142
2144
|
bgColor?: string | undefined;
|
|
2143
2145
|
prependIcon?: IconValue | undefined;
|
|
@@ -2149,8 +2151,6 @@ declare const VSelect: {
|
|
|
2149
2151
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2150
2152
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2151
2153
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2152
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2153
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2154
2154
|
centerAffix?: boolean | undefined;
|
|
2155
2155
|
hint?: string | undefined;
|
|
2156
2156
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -2644,10 +2644,10 @@ declare const VSelect: {
|
|
|
2644
2644
|
'update:focused': (focused: boolean) => boolean;
|
|
2645
2645
|
'update:modelValue': (value: any) => boolean;
|
|
2646
2646
|
'update:menu': (ue: boolean) => true;
|
|
2647
|
-
}, "multiple" | "$children" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "
|
|
2647
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
2648
2648
|
flat: boolean;
|
|
2649
2649
|
reverse: boolean;
|
|
2650
|
-
variant: "filled" | "
|
|
2650
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2651
2651
|
type: string;
|
|
2652
2652
|
error: boolean;
|
|
2653
2653
|
active: boolean;
|
|
@@ -2664,17 +2664,17 @@ declare const VSelect: {
|
|
|
2664
2664
|
eager: boolean;
|
|
2665
2665
|
disabled: boolean;
|
|
2666
2666
|
readonly: boolean | null;
|
|
2667
|
-
noDataText: string;
|
|
2668
2667
|
messages: string | readonly string[];
|
|
2668
|
+
noDataText: string;
|
|
2669
|
+
focused: boolean;
|
|
2670
|
+
errorMessages: string | readonly string[] | null;
|
|
2671
|
+
maxErrors: string | number;
|
|
2672
|
+
rules: readonly ValidationRule[];
|
|
2669
2673
|
rounded: string | number | boolean;
|
|
2670
2674
|
tile: boolean;
|
|
2671
2675
|
density: Density;
|
|
2672
2676
|
valueComparator: typeof deepEqual;
|
|
2673
2677
|
clearIcon: IconValue;
|
|
2674
|
-
focused: boolean;
|
|
2675
|
-
errorMessages: string | readonly string[] | null;
|
|
2676
|
-
maxErrors: string | number;
|
|
2677
|
-
rules: readonly ValidationRule[];
|
|
2678
2678
|
centerAffix: boolean;
|
|
2679
2679
|
hideSpinButtons: boolean;
|
|
2680
2680
|
persistentHint: boolean;
|
|
@@ -2828,7 +2828,7 @@ declare const VSelect: {
|
|
|
2828
2828
|
flat: BooleanConstructor;
|
|
2829
2829
|
reverse: BooleanConstructor;
|
|
2830
2830
|
variant: {
|
|
2831
|
-
type: PropType<"filled" | "
|
|
2831
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2832
2832
|
default: string;
|
|
2833
2833
|
validator: (v: any) => boolean;
|
|
2834
2834
|
};
|
|
@@ -2869,11 +2869,30 @@ declare const VSelect: {
|
|
|
2869
2869
|
class: PropType<any>;
|
|
2870
2870
|
placeholder: StringConstructor;
|
|
2871
2871
|
theme: StringConstructor;
|
|
2872
|
-
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2873
2872
|
messages: {
|
|
2874
2873
|
type: PropType<string | readonly string[]>;
|
|
2875
2874
|
default: () => never[];
|
|
2876
2875
|
};
|
|
2876
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2877
|
+
focused: BooleanConstructor;
|
|
2878
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2879
|
+
errorMessages: {
|
|
2880
|
+
type: PropType<string | readonly string[] | null>;
|
|
2881
|
+
default: () => never[];
|
|
2882
|
+
};
|
|
2883
|
+
maxErrors: {
|
|
2884
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2885
|
+
default: number;
|
|
2886
|
+
};
|
|
2887
|
+
rules: {
|
|
2888
|
+
type: PropType<readonly ValidationRule[]>;
|
|
2889
|
+
default: () => never[];
|
|
2890
|
+
};
|
|
2891
|
+
modelValue: {
|
|
2892
|
+
type: PropType<any>;
|
|
2893
|
+
default: any;
|
|
2894
|
+
};
|
|
2895
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
2877
2896
|
rounded: {
|
|
2878
2897
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2879
2898
|
default: undefined;
|
|
@@ -2884,10 +2903,6 @@ declare const VSelect: {
|
|
|
2884
2903
|
default: string;
|
|
2885
2904
|
validator: (v: any) => boolean;
|
|
2886
2905
|
};
|
|
2887
|
-
modelValue: {
|
|
2888
|
-
type: PropType<any>;
|
|
2889
|
-
default: any;
|
|
2890
|
-
};
|
|
2891
2906
|
bgColor: StringConstructor;
|
|
2892
2907
|
prependIcon: PropType<IconValue>;
|
|
2893
2908
|
appendIcon: PropType<IconValue>;
|
|
@@ -2902,21 +2917,6 @@ declare const VSelect: {
|
|
|
2902
2917
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
2903
2918
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
2904
2919
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
2905
|
-
focused: BooleanConstructor;
|
|
2906
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2907
|
-
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
2908
|
-
errorMessages: {
|
|
2909
|
-
type: PropType<string | readonly string[] | null>;
|
|
2910
|
-
default: () => never[];
|
|
2911
|
-
};
|
|
2912
|
-
maxErrors: {
|
|
2913
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2914
|
-
default: number;
|
|
2915
|
-
};
|
|
2916
|
-
rules: {
|
|
2917
|
-
type: PropType<readonly ValidationRule[]>;
|
|
2918
|
-
default: () => never[];
|
|
2919
|
-
};
|
|
2920
2920
|
centerAffix: {
|
|
2921
2921
|
type: BooleanConstructor;
|
|
2922
2922
|
default: undefined;
|
|
@@ -3491,7 +3491,7 @@ declare const VSelect: {
|
|
|
3491
3491
|
flat: BooleanConstructor;
|
|
3492
3492
|
reverse: BooleanConstructor;
|
|
3493
3493
|
variant: {
|
|
3494
|
-
type: PropType<"filled" | "
|
|
3494
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3495
3495
|
default: string;
|
|
3496
3496
|
validator: (v: any) => boolean;
|
|
3497
3497
|
};
|
|
@@ -3532,11 +3532,30 @@ declare const VSelect: {
|
|
|
3532
3532
|
class: PropType<any>;
|
|
3533
3533
|
placeholder: StringConstructor;
|
|
3534
3534
|
theme: StringConstructor;
|
|
3535
|
-
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3536
3535
|
messages: {
|
|
3537
3536
|
type: PropType<string | readonly string[]>;
|
|
3538
3537
|
default: () => never[];
|
|
3539
3538
|
};
|
|
3539
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3540
|
+
focused: BooleanConstructor;
|
|
3541
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3542
|
+
errorMessages: {
|
|
3543
|
+
type: PropType<string | readonly string[] | null>;
|
|
3544
|
+
default: () => never[];
|
|
3545
|
+
};
|
|
3546
|
+
maxErrors: {
|
|
3547
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3548
|
+
default: number;
|
|
3549
|
+
};
|
|
3550
|
+
rules: {
|
|
3551
|
+
type: PropType<readonly ValidationRule[]>;
|
|
3552
|
+
default: () => never[];
|
|
3553
|
+
};
|
|
3554
|
+
modelValue: {
|
|
3555
|
+
type: PropType<any>;
|
|
3556
|
+
default: any;
|
|
3557
|
+
};
|
|
3558
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
3540
3559
|
rounded: {
|
|
3541
3560
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3542
3561
|
default: undefined;
|
|
@@ -3547,10 +3566,6 @@ declare const VSelect: {
|
|
|
3547
3566
|
default: string;
|
|
3548
3567
|
validator: (v: any) => boolean;
|
|
3549
3568
|
};
|
|
3550
|
-
modelValue: {
|
|
3551
|
-
type: PropType<any>;
|
|
3552
|
-
default: any;
|
|
3553
|
-
};
|
|
3554
3569
|
bgColor: StringConstructor;
|
|
3555
3570
|
prependIcon: PropType<IconValue>;
|
|
3556
3571
|
appendIcon: PropType<IconValue>;
|
|
@@ -3565,21 +3580,6 @@ declare const VSelect: {
|
|
|
3565
3580
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
3566
3581
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
3567
3582
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
3568
|
-
focused: BooleanConstructor;
|
|
3569
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3570
|
-
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
3571
|
-
errorMessages: {
|
|
3572
|
-
type: PropType<string | readonly string[] | null>;
|
|
3573
|
-
default: () => never[];
|
|
3574
|
-
};
|
|
3575
|
-
maxErrors: {
|
|
3576
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
3577
|
-
default: number;
|
|
3578
|
-
};
|
|
3579
|
-
rules: {
|
|
3580
|
-
type: PropType<readonly ValidationRule[]>;
|
|
3581
|
-
default: () => never[];
|
|
3582
|
-
};
|
|
3583
3583
|
centerAffix: {
|
|
3584
3584
|
type: BooleanConstructor;
|
|
3585
3585
|
default: undefined;
|
|
@@ -32,9 +32,9 @@ declare const VSheet: {
|
|
|
32
32
|
theme?: string | undefined;
|
|
33
33
|
rounded?: string | number | boolean | undefined;
|
|
34
34
|
} & {
|
|
35
|
-
$children?: vue.VNodeChild |
|
|
35
|
+
$children?: vue.VNodeChild | {
|
|
36
36
|
default?: (() => vue.VNodeChild) | undefined;
|
|
37
|
-
};
|
|
37
|
+
} | (() => vue.VNodeChild);
|
|
38
38
|
'v-slots'?: {
|
|
39
39
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
40
40
|
} | undefined;
|
|
@@ -60,9 +60,9 @@ declare const VSheet: {
|
|
|
60
60
|
theme?: string | undefined;
|
|
61
61
|
rounded?: string | number | boolean | undefined;
|
|
62
62
|
} & {
|
|
63
|
-
$children?: vue.VNodeChild |
|
|
63
|
+
$children?: vue.VNodeChild | {
|
|
64
64
|
default?: (() => vue.VNodeChild) | undefined;
|
|
65
|
-
};
|
|
65
|
+
} | (() => vue.VNodeChild);
|
|
66
66
|
'v-slots'?: {
|
|
67
67
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
68
68
|
} | undefined;
|
|
@@ -104,9 +104,9 @@ declare const VSheet: {
|
|
|
104
104
|
theme?: string | undefined;
|
|
105
105
|
rounded?: string | number | boolean | undefined;
|
|
106
106
|
} & {
|
|
107
|
-
$children?: vue.VNodeChild |
|
|
107
|
+
$children?: vue.VNodeChild | {
|
|
108
108
|
default?: (() => vue.VNodeChild) | undefined;
|
|
109
|
-
};
|
|
109
|
+
} | (() => vue.VNodeChild);
|
|
110
110
|
'v-slots'?: {
|
|
111
111
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
112
112
|
} | undefined;
|
|
@@ -141,9 +141,9 @@ declare const VSheet: {
|
|
|
141
141
|
theme?: string | undefined;
|
|
142
142
|
rounded?: string | number | boolean | undefined;
|
|
143
143
|
} & {
|
|
144
|
-
$children?: vue.VNodeChild |
|
|
144
|
+
$children?: vue.VNodeChild | {
|
|
145
145
|
default?: (() => vue.VNodeChild) | undefined;
|
|
146
|
-
};
|
|
146
|
+
} | (() => vue.VNodeChild);
|
|
147
147
|
'v-slots'?: {
|
|
148
148
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
149
149
|
} | undefined;
|
|
@@ -22,9 +22,9 @@ declare const VSkeletonLoader: {
|
|
|
22
22
|
elevation?: string | number | undefined;
|
|
23
23
|
theme?: string | 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 VSkeletonLoader: {
|
|
|
46
46
|
elevation?: string | number | undefined;
|
|
47
47
|
theme?: string | 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;
|
|
@@ -86,9 +86,9 @@ declare const VSkeletonLoader: {
|
|
|
86
86
|
elevation?: string | number | undefined;
|
|
87
87
|
theme?: string | undefined;
|
|
88
88
|
} & {
|
|
89
|
-
$children?: vue.VNodeChild |
|
|
89
|
+
$children?: vue.VNodeChild | {
|
|
90
90
|
default?: (() => vue.VNodeChild) | undefined;
|
|
91
|
-
};
|
|
91
|
+
} | (() => vue.VNodeChild);
|
|
92
92
|
'v-slots'?: {
|
|
93
93
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
94
94
|
} | undefined;
|
|
@@ -119,9 +119,9 @@ declare const VSkeletonLoader: {
|
|
|
119
119
|
elevation?: string | number | undefined;
|
|
120
120
|
theme?: string | undefined;
|
|
121
121
|
} & {
|
|
122
|
-
$children?: vue.VNodeChild |
|
|
122
|
+
$children?: vue.VNodeChild | {
|
|
123
123
|
default?: (() => vue.VNodeChild) | undefined;
|
|
124
|
-
};
|
|
124
|
+
} | (() => vue.VNodeChild);
|
|
125
125
|
'v-slots'?: {
|
|
126
126
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
127
127
|
} | undefined;
|