@vuetify/nightly 3.7.0-beta.1-dev.2024-07-29 → 3.7.0-beta.1-dev.2024-08-01
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/json/attributes.json +17 -5
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +112 -112
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +44 -14
- package/dist/vuetify-labs.css +4400 -3677
- package/dist/vuetify-labs.d.ts +219 -117
- package/dist/vuetify-labs.esm.js +125 -77
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +125 -77
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3534 -2811
- package/dist/vuetify.d.ts +230 -146
- package/dist/vuetify.esm.js +62 -39
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +62 -39
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +52 -51
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +42 -24
- package/lib/components/VAvatar/VAvatar.css +8 -4
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +42 -24
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +20 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +27 -12
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +3 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/index.d.mts +42 -24
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +28 -13
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/index.d.mts +193 -109
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +37 -37
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +17 -8
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/components.d.mts +29 -11
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
@@ -7071,6 +7071,10 @@
|
|
7071
7071
|
"type": "string\n",
|
7072
7072
|
"description": "The unique identifier of the component."
|
7073
7073
|
},
|
7074
|
+
"VMenu/submenu": {
|
7075
|
+
"type": "boolean\n",
|
7076
|
+
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
7077
|
+
},
|
7074
7078
|
"VMenu/close-on-back": {
|
7075
7079
|
"type": "boolean\n",
|
7076
7080
|
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
|
@@ -7367,6 +7371,10 @@
|
|
7367
7371
|
"type": "boolean\n",
|
7368
7372
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7369
7373
|
},
|
7374
|
+
"VNumberInput/model-value": {
|
7375
|
+
"type": "Number\n",
|
7376
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7377
|
+
},
|
7370
7378
|
"VNumberInput/min": {
|
7371
7379
|
"type": "number\n",
|
7372
7380
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
|
@@ -7499,10 +7507,6 @@
|
|
7499
7507
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
|
7500
7508
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
7501
7509
|
},
|
7502
|
-
"VNumberInput/model-value": {
|
7503
|
-
"type": "any\n",
|
7504
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7505
|
-
},
|
7506
7510
|
"VNumberInput/validate-on": {
|
7507
7511
|
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
7508
7512
|
"description": "Change what type of event triggers validation to run."
|
@@ -8147,6 +8151,10 @@
|
|
8147
8151
|
"type": "string\n",
|
8148
8152
|
"description": "Specify a theme for this component and all of its children."
|
8149
8153
|
},
|
8154
|
+
"VPullToRefresh/disabled": {
|
8155
|
+
"type": "boolean\n",
|
8156
|
+
"description": "Removes the ability to click or target the component."
|
8157
|
+
},
|
8150
8158
|
"VPullToRefresh/pull-down-threshold": {
|
8151
8159
|
"type": "number\n",
|
8152
8160
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))"
|
@@ -9417,7 +9425,7 @@
|
|
9417
9425
|
},
|
9418
9426
|
"VSkeletonLoader/loading-text": {
|
9419
9427
|
"type": "string\n",
|
9420
|
-
"description": "
|
9428
|
+
"description": "aria-label for the element in a loading state."
|
9421
9429
|
},
|
9422
9430
|
"VSkeletonLoader/type": {
|
9423
9431
|
"type": " | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n | (\n | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n )[]\n",
|
@@ -10247,6 +10255,10 @@
|
|
10247
10255
|
"type": "string\n",
|
10248
10256
|
"description": "The unique identifier of the component."
|
10249
10257
|
},
|
10258
|
+
"VSpeedDial/submenu": {
|
10259
|
+
"type": "boolean\n",
|
10260
|
+
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
10261
|
+
},
|
10250
10262
|
"VSpeedDial/close-on-back": {
|
10251
10263
|
"type": "boolean\n",
|
10252
10264
|
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
|
@@ -1,13 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VPicker": {
|
4
|
-
"from": "labs/VPicker/index.mjs",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VPickerTitle": {
|
8
|
-
"from": "labs/VPicker/index.mjs",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
3
|
"VCalendar": {
|
12
4
|
"from": "labs/VCalendar/index.mjs",
|
13
5
|
"styles": []
|
@@ -36,6 +28,14 @@
|
|
36
28
|
"from": "labs/VNumberInput/index.mjs",
|
37
29
|
"styles": []
|
38
30
|
},
|
31
|
+
"VPicker": {
|
32
|
+
"from": "labs/VPicker/index.mjs",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VPickerTitle": {
|
36
|
+
"from": "labs/VPicker/index.mjs",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
39
|
"VTreeview": {
|
40
40
|
"from": "labs/VTreeview/index.mjs",
|
41
41
|
"styles": []
|
@@ -76,13 +76,13 @@
|
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
-
"VSnackbarQueue": {
|
80
|
-
"from": "labs/VSnackbarQueue/index.mjs",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
79
|
"VPullToRefresh": {
|
84
80
|
"from": "labs/VPullToRefresh/index.mjs",
|
85
81
|
"styles": []
|
82
|
+
},
|
83
|
+
"VSnackbarQueue": {
|
84
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
85
|
+
"styles": []
|
86
86
|
}
|
87
87
|
}
|
88
88
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -4,16 +4,8 @@
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAppBarNavIcon": {
|
12
|
-
"from": "components/VAppBar/index.mjs",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VAppBarTitle": {
|
16
|
-
"from": "components/VAppBar/index.mjs",
|
7
|
+
"VAvatar": {
|
8
|
+
"from": "components/VAvatar/index.mjs",
|
17
9
|
"styles": []
|
18
10
|
},
|
19
11
|
"VAlert": {
|
@@ -24,16 +16,20 @@
|
|
24
16
|
"from": "components/VAlert/index.mjs",
|
25
17
|
"styles": []
|
26
18
|
},
|
27
|
-
"VAutocomplete": {
|
28
|
-
"from": "components/VAutocomplete/index.mjs",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
19
|
"VBadge": {
|
32
20
|
"from": "components/VBadge/index.mjs",
|
33
21
|
"styles": []
|
34
22
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
23
|
+
"VAppBar": {
|
24
|
+
"from": "components/VAppBar/index.mjs",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VAppBarNavIcon": {
|
28
|
+
"from": "components/VAppBar/index.mjs",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VAppBarTitle": {
|
32
|
+
"from": "components/VAppBar/index.mjs",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
35
|
"VBanner": {
|
@@ -60,12 +56,8 @@
|
|
60
56
|
"from": "components/VBreadcrumbs/index.mjs",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VBottomNavigation": {
|
68
|
-
"from": "components/VBottomNavigation/index.mjs",
|
59
|
+
"VAutocomplete": {
|
60
|
+
"from": "components/VAutocomplete/index.mjs",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
63
|
"VBtnGroup": {
|
@@ -76,10 +68,18 @@
|
|
76
68
|
"from": "components/VBottomSheet/index.mjs",
|
77
69
|
"styles": []
|
78
70
|
},
|
71
|
+
"VBottomNavigation": {
|
72
|
+
"from": "components/VBottomNavigation/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
79
75
|
"VBtnToggle": {
|
80
76
|
"from": "components/VBtnToggle/index.mjs",
|
81
77
|
"styles": []
|
82
78
|
},
|
79
|
+
"VBtn": {
|
80
|
+
"from": "components/VBtn/index.mjs",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
83
|
"VCarousel": {
|
84
84
|
"from": "components/VCarousel/index.mjs",
|
85
85
|
"styles": []
|
@@ -112,14 +112,6 @@
|
|
112
112
|
"from": "components/VCard/index.mjs",
|
113
113
|
"styles": []
|
114
114
|
},
|
115
|
-
"VChip": {
|
116
|
-
"from": "components/VChip/index.mjs",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VChipGroup": {
|
120
|
-
"from": "components/VChipGroup/index.mjs",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
115
|
"VCheckbox": {
|
124
116
|
"from": "components/VCheckbox/index.mjs",
|
125
117
|
"styles": []
|
@@ -128,12 +120,16 @@
|
|
128
120
|
"from": "components/VCheckbox/index.mjs",
|
129
121
|
"styles": []
|
130
122
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
123
|
+
"VChipGroup": {
|
124
|
+
"from": "components/VChipGroup/index.mjs",
|
133
125
|
"styles": []
|
134
126
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
127
|
+
"VChip": {
|
128
|
+
"from": "components/VChip/index.mjs",
|
129
|
+
"styles": []
|
130
|
+
},
|
131
|
+
"VColorPicker": {
|
132
|
+
"from": "components/VColorPicker/index.mjs",
|
137
133
|
"styles": []
|
138
134
|
},
|
139
135
|
"VCode": {
|
@@ -172,6 +168,10 @@
|
|
172
168
|
"from": "components/VDataTable/index.mjs",
|
173
169
|
"styles": []
|
174
170
|
},
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter/index.mjs",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
175
|
"VDatePicker": {
|
176
176
|
"from": "components/VDatePicker/index.mjs",
|
177
177
|
"styles": []
|
@@ -200,30 +200,10 @@
|
|
200
200
|
"from": "components/VDialog/index.mjs",
|
201
201
|
"styles": []
|
202
202
|
},
|
203
|
-
"VEmptyState": {
|
204
|
-
"from": "components/VEmptyState/index.mjs",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
203
|
"VDivider": {
|
208
204
|
"from": "components/VDivider/index.mjs",
|
209
205
|
"styles": []
|
210
206
|
},
|
211
|
-
"VFab": {
|
212
|
-
"from": "components/VFab/index.mjs",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VFileInput": {
|
216
|
-
"from": "components/VFileInput/index.mjs",
|
217
|
-
"styles": []
|
218
|
-
},
|
219
|
-
"VField": {
|
220
|
-
"from": "components/VField/index.mjs",
|
221
|
-
"styles": []
|
222
|
-
},
|
223
|
-
"VFieldLabel": {
|
224
|
-
"from": "components/VField/index.mjs",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
207
|
"VExpansionPanels": {
|
228
208
|
"from": "components/VExpansionPanel/index.mjs",
|
229
209
|
"styles": []
|
@@ -240,8 +220,24 @@
|
|
240
220
|
"from": "components/VExpansionPanel/index.mjs",
|
241
221
|
"styles": []
|
242
222
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
223
|
+
"VEmptyState": {
|
224
|
+
"from": "components/VEmptyState/index.mjs",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VField": {
|
228
|
+
"from": "components/VField/index.mjs",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
|
+
"VFieldLabel": {
|
232
|
+
"from": "components/VField/index.mjs",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VFab": {
|
236
|
+
"from": "components/VFab/index.mjs",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput/index.mjs",
|
245
241
|
"styles": []
|
246
242
|
},
|
247
243
|
"VIcon": {
|
@@ -264,12 +260,12 @@
|
|
264
260
|
"from": "components/VIcon/index.mjs",
|
265
261
|
"styles": []
|
266
262
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
263
|
+
"VFooter": {
|
264
|
+
"from": "components/VFooter/index.mjs",
|
269
265
|
"styles": []
|
270
266
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
267
|
+
"VInfiniteScroll": {
|
268
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
273
269
|
"styles": []
|
274
270
|
},
|
275
271
|
"VItemGroup": {
|
@@ -280,16 +276,16 @@
|
|
280
276
|
"from": "components/VItemGroup/index.mjs",
|
281
277
|
"styles": []
|
282
278
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
279
|
+
"VImg": {
|
280
|
+
"from": "components/VImg/index.mjs",
|
285
281
|
"styles": []
|
286
282
|
},
|
287
283
|
"VInput": {
|
288
284
|
"from": "components/VInput/index.mjs",
|
289
285
|
"styles": []
|
290
286
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
287
|
+
"VKbd": {
|
288
|
+
"from": "components/VKbd/index.mjs",
|
293
289
|
"styles": []
|
294
290
|
},
|
295
291
|
"VList": {
|
@@ -328,20 +324,24 @@
|
|
328
324
|
"from": "components/VList/index.mjs",
|
329
325
|
"styles": []
|
330
326
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel/index.mjs",
|
329
|
+
"styles": []
|
330
|
+
},
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain/index.mjs",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
335
|
"VMenu": {
|
336
336
|
"from": "components/VMenu/index.mjs",
|
337
337
|
"styles": []
|
338
338
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
339
|
+
"VMessages": {
|
340
|
+
"from": "components/VMessages/index.mjs",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
343
|
+
"VNavigationDrawer": {
|
344
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
345
345
|
"styles": []
|
346
346
|
},
|
347
347
|
"VOtpInput": {
|
@@ -376,24 +376,12 @@
|
|
376
376
|
"from": "components/VSelect/index.mjs",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
|
-
"VSelectionControl": {
|
380
|
-
"from": "components/VSelectionControl/index.mjs",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VSlider": {
|
384
|
-
"from": "components/VSlider/index.mjs",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
379
|
"VSelectionControlGroup": {
|
388
380
|
"from": "components/VSelectionControlGroup/index.mjs",
|
389
381
|
"styles": []
|
390
382
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSkeletonLoader": {
|
396
|
-
"from": "components/VSkeletonLoader/index.mjs",
|
383
|
+
"VSelectionControl": {
|
384
|
+
"from": "components/VSelectionControl/index.mjs",
|
397
385
|
"styles": []
|
398
386
|
},
|
399
387
|
"VSlideGroup": {
|
@@ -404,6 +392,18 @@
|
|
404
392
|
"from": "components/VSlideGroup/index.mjs",
|
405
393
|
"styles": []
|
406
394
|
},
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet/index.mjs",
|
397
|
+
"styles": []
|
398
|
+
},
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider/index.mjs",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar/index.mjs",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
407
|
"VStepper": {
|
408
408
|
"from": "components/VStepper/index.mjs",
|
409
409
|
"styles": []
|
@@ -428,8 +428,8 @@
|
|
428
428
|
"from": "components/VStepper/index.mjs",
|
429
429
|
"styles": []
|
430
430
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
431
|
+
"VSkeletonLoader": {
|
432
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
433
433
|
"styles": []
|
434
434
|
},
|
435
435
|
"VSwitch": {
|
@@ -464,10 +464,6 @@
|
|
464
464
|
"from": "components/VTextarea/index.mjs",
|
465
465
|
"styles": []
|
466
466
|
},
|
467
|
-
"VTextField": {
|
468
|
-
"from": "components/VTextField/index.mjs",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
467
|
"VTimeline": {
|
472
468
|
"from": "components/VTimeline/index.mjs",
|
473
469
|
"styles": []
|
@@ -488,6 +484,14 @@
|
|
488
484
|
"from": "components/VToolbar/index.mjs",
|
489
485
|
"styles": []
|
490
486
|
},
|
487
|
+
"VTextField": {
|
488
|
+
"from": "components/VTextField/index.mjs",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VTooltip": {
|
492
|
+
"from": "components/VTooltip/index.mjs",
|
493
|
+
"styles": []
|
494
|
+
},
|
491
495
|
"VWindow": {
|
492
496
|
"from": "components/VWindow/index.mjs",
|
493
497
|
"styles": []
|
@@ -496,10 +500,6 @@
|
|
496
500
|
"from": "components/VWindow/index.mjs",
|
497
501
|
"styles": []
|
498
502
|
},
|
499
|
-
"VTooltip": {
|
500
|
-
"from": "components/VTooltip/index.mjs",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
503
|
"VConfirmEdit": {
|
504
504
|
"from": "components/VConfirmEdit/index.mjs",
|
505
505
|
"styles": []
|
@@ -516,10 +516,6 @@
|
|
516
516
|
"from": "components/VForm/index.mjs",
|
517
517
|
"styles": []
|
518
518
|
},
|
519
|
-
"VHover": {
|
520
|
-
"from": "components/VHover/index.mjs",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
519
|
"VContainer": {
|
524
520
|
"from": "components/VGrid/index.mjs",
|
525
521
|
"styles": []
|
@@ -536,30 +532,34 @@
|
|
536
532
|
"from": "components/VGrid/index.mjs",
|
537
533
|
"styles": []
|
538
534
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
535
|
+
"VHover": {
|
536
|
+
"from": "components/VHover/index.mjs",
|
541
537
|
"styles": []
|
542
538
|
},
|
543
|
-
"
|
544
|
-
"from": "components/
|
539
|
+
"VLocaleProvider": {
|
540
|
+
"from": "components/VLocaleProvider/index.mjs",
|
545
541
|
"styles": []
|
546
542
|
},
|
547
543
|
"VLazy": {
|
548
544
|
"from": "components/VLazy/index.mjs",
|
549
545
|
"styles": []
|
550
546
|
},
|
551
|
-
"
|
552
|
-
"from": "components/
|
547
|
+
"VLayout": {
|
548
|
+
"from": "components/VLayout/index.mjs",
|
553
549
|
"styles": []
|
554
550
|
},
|
555
|
-
"
|
556
|
-
"from": "components/
|
551
|
+
"VLayoutItem": {
|
552
|
+
"from": "components/VLayout/index.mjs",
|
557
553
|
"styles": []
|
558
554
|
},
|
559
555
|
"VNoSsr": {
|
560
556
|
"from": "components/VNoSsr/index.mjs",
|
561
557
|
"styles": []
|
562
558
|
},
|
559
|
+
"VParallax": {
|
560
|
+
"from": "components/VParallax/index.mjs",
|
561
|
+
"styles": []
|
562
|
+
},
|
563
563
|
"VRadio": {
|
564
564
|
"from": "components/VRadio/index.mjs",
|
565
565
|
"styles": []
|
@@ -572,22 +572,22 @@
|
|
572
572
|
"from": "components/VResponsive/index.mjs",
|
573
573
|
"styles": []
|
574
574
|
},
|
575
|
-
"VSparkline": {
|
576
|
-
"from": "components/VSparkline/index.mjs",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
575
|
"VSpeedDial": {
|
580
576
|
"from": "components/VSpeedDial/index.mjs",
|
581
577
|
"styles": []
|
582
578
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
579
|
+
"VSparkline": {
|
580
|
+
"from": "components/VSparkline/index.mjs",
|
585
581
|
"styles": []
|
586
582
|
},
|
587
583
|
"VValidation": {
|
588
584
|
"from": "components/VValidation/index.mjs",
|
589
585
|
"styles": []
|
590
586
|
},
|
587
|
+
"VThemeProvider": {
|
588
|
+
"from": "components/VThemeProvider/index.mjs",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
591
|
"VVirtualScroll": {
|
592
592
|
"from": "components/VVirtualScroll/index.mjs",
|
593
593
|
"styles": []
|
package/dist/json/tags.json
CHANGED
@@ -2331,6 +2331,7 @@
|
|
2331
2331
|
"persistent",
|
2332
2332
|
"scrim",
|
2333
2333
|
"scroll-strategy",
|
2334
|
+
"submenu",
|
2334
2335
|
"target",
|
2335
2336
|
"theme",
|
2336
2337
|
"transition",
|
@@ -2635,6 +2636,7 @@
|
|
2635
2636
|
},
|
2636
2637
|
"VPullToRefresh": {
|
2637
2638
|
"attributes": [
|
2639
|
+
"disabled",
|
2638
2640
|
"pull-down-threshold"
|
2639
2641
|
],
|
2640
2642
|
"description": ""
|
@@ -3329,6 +3331,7 @@
|
|
3329
3331
|
"persistent",
|
3330
3332
|
"scrim",
|
3331
3333
|
"scroll-strategy",
|
3334
|
+
"submenu",
|
3332
3335
|
"target",
|
3333
3336
|
"theme",
|
3334
3337
|
"transition",
|