@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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 +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1200,7 +1200,7 @@
|
|
1200
1200
|
"description": "Specify a theme for this component and all of its children."
|
1201
1201
|
},
|
1202
1202
|
"VBottomSheet/transition": {
|
1203
|
-
"type": " |
|
1203
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
|
1204
1204
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
1205
1205
|
},
|
1206
1206
|
"VBottomSheet/attach": {
|
@@ -3264,7 +3264,7 @@
|
|
3264
3264
|
"description": "Sets the current counter value."
|
3265
3265
|
},
|
3266
3266
|
"VCounter/transition": {
|
3267
|
-
"type": " |
|
3267
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
|
3268
3268
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
3269
3269
|
},
|
3270
3270
|
"VDataIterator/search": {
|
@@ -3372,7 +3372,7 @@
|
|
3372
3372
|
"description": "Specify a custom tag used on the root element."
|
3373
3373
|
},
|
3374
3374
|
"VDataIterator/transition": {
|
3375
|
-
"type": " |
|
3375
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
|
3376
3376
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
3377
3377
|
},
|
3378
3378
|
"VDataTable/width": {
|
@@ -5008,7 +5008,7 @@
|
|
5008
5008
|
"description": "Specify a theme for this component and all of its children."
|
5009
5009
|
},
|
5010
5010
|
"VDialog/transition": {
|
5011
|
-
"type": " |
|
5011
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
|
5012
5012
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
5013
5013
|
},
|
5014
5014
|
"VDialog/attach": {
|
@@ -7104,7 +7104,7 @@
|
|
7104
7104
|
"description": "Specify a theme for this component and all of its children."
|
7105
7105
|
},
|
7106
7106
|
"VMenu/transition": {
|
7107
|
-
"type": " |
|
7107
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
|
7108
7108
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
7109
7109
|
},
|
7110
7110
|
"VMenu/attach": {
|
@@ -7124,7 +7124,7 @@
|
|
7124
7124
|
"description": "Displays a list of messages or a single message if using a string."
|
7125
7125
|
},
|
7126
7126
|
"VMessages/transition": {
|
7127
|
-
"type": " |
|
7127
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; leaveAbsolute: boolean; group: boolean }\n",
|
7128
7128
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
7129
7129
|
},
|
7130
7130
|
"VNavigationDrawer/image": {
|
@@ -10280,7 +10280,7 @@
|
|
10280
10280
|
"description": "Specify a theme for this component and all of its children."
|
10281
10281
|
},
|
10282
10282
|
"VSpeedDial/transition": {
|
10283
|
-
"type": " |
|
10283
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
|
10284
10284
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
10285
10285
|
},
|
10286
10286
|
"VSpeedDial/attach": {
|
@@ -12599,10 +12599,6 @@
|
|
12599
12599
|
"type": "string | number\n",
|
12600
12600
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
12601
12601
|
},
|
12602
|
-
"VTreeview/item-type": {
|
12603
|
-
"type": "string\n",
|
12604
|
-
"description": "Designates the key on the supplied items that is used for determining the nodes type."
|
12605
|
-
},
|
12606
12602
|
"VTreeview/item-title": {
|
12607
12603
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
12608
12604
|
"description": "Property on supplied `items` that contains its title."
|
@@ -1,5 +1,29 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VNumberInput": {
|
4
|
+
"from": "labs/VNumberInput/index.mjs",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VPicker": {
|
8
|
+
"from": "labs/VPicker/index.mjs",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VPickerTitle": {
|
12
|
+
"from": "labs/VPicker/index.mjs",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VStepperVertical": {
|
16
|
+
"from": "labs/VStepperVertical/index.mjs",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VStepperVerticalItem": {
|
20
|
+
"from": "labs/VStepperVertical/index.mjs",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VStepperVerticalActions": {
|
24
|
+
"from": "labs/VStepperVertical/index.mjs",
|
25
|
+
"styles": []
|
26
|
+
},
|
3
27
|
"VCalendar": {
|
4
28
|
"from": "labs/VCalendar/index.mjs",
|
5
29
|
"styles": []
|
@@ -24,28 +48,16 @@
|
|
24
48
|
"from": "labs/VCalendar/index.mjs",
|
25
49
|
"styles": []
|
26
50
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VPickerTitle": {
|
32
|
-
"from": "labs/VPicker/index.mjs",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VNumberInput": {
|
36
|
-
"from": "labs/VNumberInput/index.mjs",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VStepperVertical": {
|
40
|
-
"from": "labs/VStepperVertical/index.mjs",
|
51
|
+
"VTreeview": {
|
52
|
+
"from": "labs/VTreeview/index.mjs",
|
41
53
|
"styles": []
|
42
54
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
55
|
+
"VTreeviewItem": {
|
56
|
+
"from": "labs/VTreeview/index.mjs",
|
45
57
|
"styles": []
|
46
58
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
59
|
+
"VTreeviewGroup": {
|
60
|
+
"from": "labs/VTreeview/index.mjs",
|
49
61
|
"styles": []
|
50
62
|
},
|
51
63
|
"VTimePicker": {
|
@@ -60,18 +72,6 @@
|
|
60
72
|
"from": "labs/VTimePicker/index.mjs",
|
61
73
|
"styles": []
|
62
74
|
},
|
63
|
-
"VTreeview": {
|
64
|
-
"from": "labs/VTreeview/index.mjs",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VTreeviewItem": {
|
68
|
-
"from": "labs/VTreeview/index.mjs",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VTreeviewGroup": {
|
72
|
-
"from": "labs/VTreeview/index.mjs",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
75
|
"VDateInput": {
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
77
77
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp/index.mjs",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VAutocomplete": {
|
8
|
+
"from": "components/VAutocomplete/index.mjs",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAlert": {
|
12
|
+
"from": "components/VAlert/index.mjs",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VAlertTitle": {
|
16
|
+
"from": "components/VAlert/index.mjs",
|
17
|
+
"styles": []
|
18
|
+
},
|
3
19
|
"VAppBar": {
|
4
20
|
"from": "components/VAppBar/index.mjs",
|
5
21
|
"styles": []
|
@@ -12,24 +28,12 @@
|
|
12
28
|
"from": "components/VAppBar/index.mjs",
|
13
29
|
"styles": []
|
14
30
|
},
|
15
|
-
"VApp": {
|
16
|
-
"from": "components/VApp/index.mjs",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
31
|
"VAvatar": {
|
20
32
|
"from": "components/VAvatar/index.mjs",
|
21
33
|
"styles": []
|
22
34
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VAlert": {
|
28
|
-
"from": "components/VAlert/index.mjs",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VAlertTitle": {
|
32
|
-
"from": "components/VAlert/index.mjs",
|
35
|
+
"VBadge": {
|
36
|
+
"from": "components/VBadge/index.mjs",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
39
|
"VBanner": {
|
@@ -48,10 +52,6 @@
|
|
48
52
|
"from": "components/VBottomNavigation/index.mjs",
|
49
53
|
"styles": []
|
50
54
|
},
|
51
|
-
"VBadge": {
|
52
|
-
"from": "components/VBadge/index.mjs",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
55
|
"VBreadcrumbs": {
|
56
56
|
"from": "components/VBreadcrumbs/index.mjs",
|
57
57
|
"styles": []
|
@@ -68,6 +68,10 @@
|
|
68
68
|
"from": "components/VBottomSheet/index.mjs",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
+
"VBtn": {
|
72
|
+
"from": "components/VBtn/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
71
75
|
"VBtnGroup": {
|
72
76
|
"from": "components/VBtnGroup/index.mjs",
|
73
77
|
"styles": []
|
@@ -76,8 +80,16 @@
|
|
76
80
|
"from": "components/VBtnToggle/index.mjs",
|
77
81
|
"styles": []
|
78
82
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
83
|
+
"VChip": {
|
84
|
+
"from": "components/VChip/index.mjs",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCheckbox": {
|
88
|
+
"from": "components/VCheckbox/index.mjs",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VCheckboxBtn": {
|
92
|
+
"from": "components/VCheckbox/index.mjs",
|
81
93
|
"styles": []
|
82
94
|
},
|
83
95
|
"VCard": {
|
@@ -112,32 +124,48 @@
|
|
112
124
|
"from": "components/VCarousel/index.mjs",
|
113
125
|
"styles": []
|
114
126
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
127
|
+
"VColorPicker": {
|
128
|
+
"from": "components/VColorPicker/index.mjs",
|
117
129
|
"styles": []
|
118
130
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
131
|
+
"VChipGroup": {
|
132
|
+
"from": "components/VChipGroup/index.mjs",
|
121
133
|
"styles": []
|
122
134
|
},
|
123
135
|
"VCode": {
|
124
136
|
"from": "components/VCode/index.mjs",
|
125
137
|
"styles": []
|
126
138
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
139
|
+
"VCounter": {
|
140
|
+
"from": "components/VCounter/index.mjs",
|
129
141
|
"styles": []
|
130
142
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
143
|
+
"VCombobox": {
|
144
|
+
"from": "components/VCombobox/index.mjs",
|
133
145
|
"styles": []
|
134
146
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
147
|
+
"VDatePicker": {
|
148
|
+
"from": "components/VDatePicker/index.mjs",
|
137
149
|
"styles": []
|
138
150
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
151
|
+
"VDatePickerControls": {
|
152
|
+
"from": "components/VDatePicker/index.mjs",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDatePickerHeader": {
|
156
|
+
"from": "components/VDatePicker/index.mjs",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDatePickerMonth": {
|
160
|
+
"from": "components/VDatePicker/index.mjs",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDatePickerMonths": {
|
164
|
+
"from": "components/VDatePicker/index.mjs",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDatePickerYears": {
|
168
|
+
"from": "components/VDatePicker/index.mjs",
|
141
169
|
"styles": []
|
142
170
|
},
|
143
171
|
"VDataTable": {
|
@@ -168,52 +196,24 @@
|
|
168
196
|
"from": "components/VDataTable/index.mjs",
|
169
197
|
"styles": []
|
170
198
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VDatePicker": {
|
176
|
-
"from": "components/VDatePicker/index.mjs",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDatePickerControls": {
|
180
|
-
"from": "components/VDatePicker/index.mjs",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDatePickerHeader": {
|
184
|
-
"from": "components/VDatePicker/index.mjs",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDatePickerMonth": {
|
188
|
-
"from": "components/VDatePicker/index.mjs",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDatePickerMonths": {
|
192
|
-
"from": "components/VDatePicker/index.mjs",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDatePickerYears": {
|
196
|
-
"from": "components/VDatePicker/index.mjs",
|
199
|
+
"VEmptyState": {
|
200
|
+
"from": "components/VEmptyState/index.mjs",
|
197
201
|
"styles": []
|
198
202
|
},
|
199
203
|
"VDialog": {
|
200
204
|
"from": "components/VDialog/index.mjs",
|
201
205
|
"styles": []
|
202
206
|
},
|
203
|
-
"VEmptyState": {
|
204
|
-
"from": "components/VEmptyState/index.mjs",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
207
|
"VDivider": {
|
208
208
|
"from": "components/VDivider/index.mjs",
|
209
209
|
"styles": []
|
210
210
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
211
|
+
"VFab": {
|
212
|
+
"from": "components/VFab/index.mjs",
|
213
213
|
"styles": []
|
214
214
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
215
|
+
"VFooter": {
|
216
|
+
"from": "components/VFooter/index.mjs",
|
217
217
|
"styles": []
|
218
218
|
},
|
219
219
|
"VExpansionPanels": {
|
@@ -232,6 +232,10 @@
|
|
232
232
|
"from": "components/VExpansionPanel/index.mjs",
|
233
233
|
"styles": []
|
234
234
|
},
|
235
|
+
"VFileInput": {
|
236
|
+
"from": "components/VFileInput/index.mjs",
|
237
|
+
"styles": []
|
238
|
+
},
|
235
239
|
"VField": {
|
236
240
|
"from": "components/VField/index.mjs",
|
237
241
|
"styles": []
|
@@ -240,10 +244,6 @@
|
|
240
244
|
"from": "components/VField/index.mjs",
|
241
245
|
"styles": []
|
242
246
|
},
|
243
|
-
"VFab": {
|
244
|
-
"from": "components/VFab/index.mjs",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
247
|
"VIcon": {
|
248
248
|
"from": "components/VIcon/index.mjs",
|
249
249
|
"styles": []
|
@@ -264,8 +264,12 @@
|
|
264
264
|
"from": "components/VIcon/index.mjs",
|
265
265
|
"styles": []
|
266
266
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
267
|
+
"VItemGroup": {
|
268
|
+
"from": "components/VItemGroup/index.mjs",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VItem": {
|
272
|
+
"from": "components/VItemGroup/index.mjs",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
275
|
"VImg": {
|
@@ -276,16 +280,32 @@
|
|
276
280
|
"from": "components/VInput/index.mjs",
|
277
281
|
"styles": []
|
278
282
|
},
|
283
|
+
"VInfiniteScroll": {
|
284
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
285
|
+
"styles": []
|
286
|
+
},
|
279
287
|
"VKbd": {
|
280
288
|
"from": "components/VKbd/index.mjs",
|
281
289
|
"styles": []
|
282
290
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
291
|
+
"VLabel": {
|
292
|
+
"from": "components/VLabel/index.mjs",
|
285
293
|
"styles": []
|
286
294
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
295
|
+
"VMenu": {
|
296
|
+
"from": "components/VMenu/index.mjs",
|
297
|
+
"styles": []
|
298
|
+
},
|
299
|
+
"VMain": {
|
300
|
+
"from": "components/VMain/index.mjs",
|
301
|
+
"styles": []
|
302
|
+
},
|
303
|
+
"VNavigationDrawer": {
|
304
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
305
|
+
"styles": []
|
306
|
+
},
|
307
|
+
"VMessages": {
|
308
|
+
"from": "components/VMessages/index.mjs",
|
289
309
|
"styles": []
|
290
310
|
},
|
291
311
|
"VList": {
|
@@ -324,24 +344,12 @@
|
|
324
344
|
"from": "components/VList/index.mjs",
|
325
345
|
"styles": []
|
326
346
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMain": {
|
332
|
-
"from": "components/VMain/index.mjs",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VMenu": {
|
336
|
-
"from": "components/VMenu/index.mjs",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VMessages": {
|
340
|
-
"from": "components/VMessages/index.mjs",
|
347
|
+
"VPagination": {
|
348
|
+
"from": "components/VPagination/index.mjs",
|
341
349
|
"styles": []
|
342
350
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
351
|
+
"VProgressLinear": {
|
352
|
+
"from": "components/VProgressLinear/index.mjs",
|
345
353
|
"styles": []
|
346
354
|
},
|
347
355
|
"VOverlay": {
|
@@ -352,32 +360,20 @@
|
|
352
360
|
"from": "components/VOtpInput/index.mjs",
|
353
361
|
"styles": []
|
354
362
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
363
|
+
"VRating": {
|
364
|
+
"from": "components/VRating/index.mjs",
|
357
365
|
"styles": []
|
358
366
|
},
|
359
367
|
"VProgressCircular": {
|
360
368
|
"from": "components/VProgressCircular/index.mjs",
|
361
369
|
"styles": []
|
362
370
|
},
|
363
|
-
"VProgressLinear": {
|
364
|
-
"from": "components/VProgressLinear/index.mjs",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
|
-
"VRating": {
|
368
|
-
"from": "components/VRating/index.mjs",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
371
|
"VRadioGroup": {
|
372
372
|
"from": "components/VRadioGroup/index.mjs",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VSelectionControlGroup": {
|
380
|
-
"from": "components/VSelectionControlGroup/index.mjs",
|
375
|
+
"VSheet": {
|
376
|
+
"from": "components/VSheet/index.mjs",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
379
|
"VSelectionControl": {
|
@@ -388,12 +384,12 @@
|
|
388
384
|
"from": "components/VSkeletonLoader/index.mjs",
|
389
385
|
"styles": []
|
390
386
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
387
|
+
"VSelectionControlGroup": {
|
388
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
393
389
|
"styles": []
|
394
390
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
391
|
+
"VSelect": {
|
392
|
+
"from": "components/VSelect/index.mjs",
|
397
393
|
"styles": []
|
398
394
|
},
|
399
395
|
"VSlider": {
|
@@ -408,6 +404,10 @@
|
|
408
404
|
"from": "components/VSlideGroup/index.mjs",
|
409
405
|
"styles": []
|
410
406
|
},
|
407
|
+
"VSwitch": {
|
408
|
+
"from": "components/VSwitch/index.mjs",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
411
|
"VStepper": {
|
412
412
|
"from": "components/VStepper/index.mjs",
|
413
413
|
"styles": []
|
@@ -432,6 +432,10 @@
|
|
432
432
|
"from": "components/VStepper/index.mjs",
|
433
433
|
"styles": []
|
434
434
|
},
|
435
|
+
"VSnackbar": {
|
436
|
+
"from": "components/VSnackbar/index.mjs",
|
437
|
+
"styles": []
|
438
|
+
},
|
435
439
|
"VTab": {
|
436
440
|
"from": "components/VTabs/index.mjs",
|
437
441
|
"styles": []
|
@@ -448,22 +452,10 @@
|
|
448
452
|
"from": "components/VTabs/index.mjs",
|
449
453
|
"styles": []
|
450
454
|
},
|
451
|
-
"VSwitch": {
|
452
|
-
"from": "components/VSwitch/index.mjs",
|
453
|
-
"styles": []
|
454
|
-
},
|
455
|
-
"VSystemBar": {
|
456
|
-
"from": "components/VSystemBar/index.mjs",
|
457
|
-
"styles": []
|
458
|
-
},
|
459
455
|
"VTable": {
|
460
456
|
"from": "components/VTable/index.mjs",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
|
-
"VTextarea": {
|
464
|
-
"from": "components/VTextarea/index.mjs",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
459
|
"VTimeline": {
|
468
460
|
"from": "components/VTimeline/index.mjs",
|
469
461
|
"styles": []
|
@@ -472,12 +464,12 @@
|
|
472
464
|
"from": "components/VTimeline/index.mjs",
|
473
465
|
"styles": []
|
474
466
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
467
|
+
"VSystemBar": {
|
468
|
+
"from": "components/VSystemBar/index.mjs",
|
477
469
|
"styles": []
|
478
470
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
471
|
+
"VTextarea": {
|
472
|
+
"from": "components/VTextarea/index.mjs",
|
481
473
|
"styles": []
|
482
474
|
},
|
483
475
|
"VToolbar": {
|
@@ -492,6 +484,14 @@
|
|
492
484
|
"from": "components/VToolbar/index.mjs",
|
493
485
|
"styles": []
|
494
486
|
},
|
487
|
+
"VTextField": {
|
488
|
+
"from": "components/VTextField/index.mjs",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VTooltip": {
|
492
|
+
"from": "components/VTooltip/index.mjs",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
495
|
"VWindow": {
|
496
496
|
"from": "components/VWindow/index.mjs",
|
497
497
|
"styles": []
|
@@ -512,6 +512,14 @@
|
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
513
513
|
"styles": []
|
514
514
|
},
|
515
|
+
"VHover": {
|
516
|
+
"from": "components/VHover/index.mjs",
|
517
|
+
"styles": []
|
518
|
+
},
|
519
|
+
"VForm": {
|
520
|
+
"from": "components/VForm/index.mjs",
|
521
|
+
"styles": []
|
522
|
+
},
|
515
523
|
"VContainer": {
|
516
524
|
"from": "components/VGrid/index.mjs",
|
517
525
|
"styles": []
|
@@ -528,14 +536,6 @@
|
|
528
536
|
"from": "components/VGrid/index.mjs",
|
529
537
|
"styles": []
|
530
538
|
},
|
531
|
-
"VForm": {
|
532
|
-
"from": "components/VForm/index.mjs",
|
533
|
-
"styles": []
|
534
|
-
},
|
535
|
-
"VHover": {
|
536
|
-
"from": "components/VHover/index.mjs",
|
537
|
-
"styles": []
|
538
|
-
},
|
539
539
|
"VLayout": {
|
540
540
|
"from": "components/VLayout/index.mjs",
|
541
541
|
"styles": []
|
@@ -556,30 +556,30 @@
|
|
556
556
|
"from": "components/VNoSsr/index.mjs",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
-
"VRadio": {
|
560
|
-
"from": "components/VRadio/index.mjs",
|
561
|
-
"styles": []
|
562
|
-
},
|
563
559
|
"VParallax": {
|
564
560
|
"from": "components/VParallax/index.mjs",
|
565
561
|
"styles": []
|
566
562
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
563
|
+
"VRadio": {
|
564
|
+
"from": "components/VRadio/index.mjs",
|
569
565
|
"styles": []
|
570
566
|
},
|
571
567
|
"VRangeSlider": {
|
572
568
|
"from": "components/VRangeSlider/index.mjs",
|
573
569
|
"styles": []
|
574
570
|
},
|
575
|
-
"
|
576
|
-
"from": "components/
|
571
|
+
"VResponsive": {
|
572
|
+
"from": "components/VResponsive/index.mjs",
|
577
573
|
"styles": []
|
578
574
|
},
|
579
575
|
"VSparkline": {
|
580
576
|
"from": "components/VSparkline/index.mjs",
|
581
577
|
"styles": []
|
582
578
|
},
|
579
|
+
"VSpeedDial": {
|
580
|
+
"from": "components/VSpeedDial/index.mjs",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VThemeProvider": {
|
584
584
|
"from": "components/VThemeProvider/index.mjs",
|
585
585
|
"styles": []
|