@vuetify/nightly 3.6.0-alpha.1-dev.2024-04-15 → 3.6.0-alpha.1-dev.2024-04-16
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/CHANGELOG.md +11 -2
- package/dist/json/attributes.json +36 -0
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +106 -106
- package/dist/json/tags.json +9 -0
- package/dist/json/web-types.json +84 -1
- package/dist/vuetify-labs.css +2058 -2026
- package/dist/vuetify-labs.d.ts +103 -102
- package/dist/vuetify-labs.esm.js +125 -38
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +125 -38
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2583 -2551
- package/dist/vuetify.d.ts +136 -135
- package/dist/vuetify.esm.js +125 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +125 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +481 -477
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +10 -7
- package/lib/blueprints/md1.d.mts +10 -7
- package/lib/blueprints/md2.d.mts +10 -7
- package/lib/blueprints/md3.d.mts +10 -7
- package/lib/components/VCard/VCard.css +2 -1
- package/lib/components/VCard/VCard.sass +1 -0
- package/lib/components/VCard/VCardSubtitle.mjs +26 -3
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs +26 -3
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +2 -1
- package/lib/components/VCard/index.d.mts +28 -28
- package/lib/components/VCounter/VCounter.mjs +4 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +9 -0
- package/lib/components/VDivider/VDivider.css +20 -0
- package/lib/components/VDivider/VDivider.mjs +26 -11
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.sass +18 -0
- package/lib/components/VDivider/_variables.scss +2 -0
- package/lib/components/VDivider/index.d.mts +6 -0
- package/lib/components/VFileInput/VFileInput.css +9 -0
- package/lib/components/VFileInput/VFileInput.mjs +5 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +10 -0
- package/lib/components/VFileInput/index.d.mts +9 -0
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +26 -3
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +1 -1
- package/lib/components/VList/index.d.mts +14 -14
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +21 -11
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -1
- package/lib/components/VProgressLinear/index.d.mts +18 -0
- package/lib/components/VTextField/VTextField.mjs +2 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +2 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/index.d.mts +84 -42
- package/lib/composables/date/date.mjs +2 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/date/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +53 -94
- package/lib/labs/VNumberInput/index.d.mts +7 -7
- package/lib/labs/components.d.mts +7 -7
- package/lib/styles/settings/_variables.scss +3 -2
- package/lib/styles/tools/_variant.sass +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,30 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.1-dev.2024-04-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.1-dev.2024-04-16...v) (2024-04-16)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.6.0-alpha.1-dev.2024-04-
|
|
5
|
+
# [3.6.0-alpha.1-dev.2024-04-16](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.1...v3.6.0-alpha.1-dev.2024-04-16) (2024-04-16)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
+
* **VCounter:** add error color when max is exceeded ([d4921d8](https://github.com/vuetifyjs/vuetify/commit/d4921d87f04e4eb224e835da3d4e6e7ad074718c)), closes [#19615](https://github.com/vuetifyjs/vuetify/issues/19615)
|
|
10
11
|
* **VDataTable:** sort on transformed column values ([b6b9be5](https://github.com/vuetifyjs/vuetify/commit/b6b9be5e0f30df8f2444a565dcc1e93e39116b33)), closes [#18840](https://github.com/vuetifyjs/vuetify/issues/18840)
|
|
12
|
+
* **VFileInput:** add hideInput prop ([#17270](https://github.com/vuetifyjs/vuetify/issues/17270)) ([614262e](https://github.com/vuetifyjs/vuetify/commit/614262e878dc9ace77f870df6b67844149be6fe1)), closes [#17142](https://github.com/vuetifyjs/vuetify/issues/17142)
|
|
11
13
|
* **VTimeline:** provide correct dot-color default ([380e8e6](https://github.com/vuetifyjs/vuetify/commit/380e8e650f4ed969d738747242991743842b9a67))
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
### Features
|
|
15
17
|
|
|
18
|
+
* **date:** support typescript module augmentation for adapters ([20ffadc](https://github.com/vuetifyjs/vuetify/commit/20ffadc9d73fe57d357edde56d7e907a7135bcee)), closes [#18710](https://github.com/vuetifyjs/vuetify/issues/18710)
|
|
16
19
|
* **Tooltip:** add new directive ([#19053](https://github.com/vuetifyjs/vuetify/issues/19053)) ([2e1e743](https://github.com/vuetifyjs/vuetify/commit/2e1e74378b47e2f77721e1d3e5810cf6e25774f9))
|
|
20
|
+
* **variant:** add configurable $border-width-root ([2abb221](https://github.com/vuetifyjs/vuetify/commit/2abb221696ae1a8ca2f264e6ed83ad3f1bd9875e)), closes [#16786](https://github.com/vuetifyjs/vuetify/issues/16786)
|
|
21
|
+
* **VCardText/Subtitle:** add opacity support ([8633854](https://github.com/vuetifyjs/vuetify/commit/8633854c59306b3e7318bd0be9c499f59e883285))
|
|
17
22
|
* **VDataIterator:** loading prop fix and add new slot "loader" ([#18811](https://github.com/vuetifyjs/vuetify/issues/18811)) ([3fca676](https://github.com/vuetifyjs/vuetify/commit/3fca676ad16d843a5ea610cd2656420afe111634)), closes [#17652](https://github.com/vuetifyjs/vuetify/issues/17652)
|
|
23
|
+
* **VDivider:** add opacity support ([702bb50](https://github.com/vuetifyjs/vuetify/commit/702bb508cdfc5e1ce161b4ddd4a4b6d68de2c75d))
|
|
24
|
+
* **VDivider:** add slot support ([395f157](https://github.com/vuetifyjs/vuetify/commit/395f157d5ecc676885a69fd76639ad8a485b8ee7))
|
|
18
25
|
* **VInput:** add dimensions support to VInput ([#19600](https://github.com/vuetifyjs/vuetify/issues/19600)) ([45c8f61](https://github.com/vuetifyjs/vuetify/commit/45c8f615913c10d7e8f189ac067a6c860e96941d))
|
|
26
|
+
* **VListItemSubtitle:** add new opacity prop ([565a794](https://github.com/vuetifyjs/vuetify/commit/565a794b7eebafbdf65e0efab8d39ba6abb700e3)), closes [#16446](https://github.com/vuetifyjs/vuetify/issues/16446)
|
|
27
|
+
* **VProgressLinear:** add new buffer color / opacity props ([#19190](https://github.com/vuetifyjs/vuetify/issues/19190)) ([f257755](https://github.com/vuetifyjs/vuetify/commit/f25775557cb767629f2d6b3edaa2310a87eb58b7))
|
|
19
28
|
|
|
20
29
|
|
|
21
30
|
|
|
@@ -1983,10 +1983,18 @@
|
|
|
1983
1983
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
1984
1984
|
"description": "Adjusts the vertical height used by the component."
|
|
1985
1985
|
},
|
|
1986
|
+
"VCardSubtitle/opacity": {
|
|
1987
|
+
"type": "string | number\n",
|
|
1988
|
+
"description": "Sets the component's opacity value"
|
|
1989
|
+
},
|
|
1986
1990
|
"VCardSubtitle/tag": {
|
|
1987
1991
|
"type": "string\n",
|
|
1988
1992
|
"description": "Specify a custom tag used on the root element."
|
|
1989
1993
|
},
|
|
1994
|
+
"VCardText/opacity": {
|
|
1995
|
+
"type": "string | number\n",
|
|
1996
|
+
"description": "Sets the component's opacity value"
|
|
1997
|
+
},
|
|
1990
1998
|
"VCardText/tag": {
|
|
1991
1999
|
"type": "string\n",
|
|
1992
2000
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -3223,6 +3231,10 @@
|
|
|
3223
3231
|
"type": "boolean\n",
|
|
3224
3232
|
"description": "Determines whether the counter is visible or not."
|
|
3225
3233
|
},
|
|
3234
|
+
"VCounter/disabled": {
|
|
3235
|
+
"type": "boolean\n",
|
|
3236
|
+
"description": "Removes the ability to click or target the component."
|
|
3237
|
+
},
|
|
3226
3238
|
"VCounter/max": {
|
|
3227
3239
|
"type": "string | number\n",
|
|
3228
3240
|
"description": "Sets the maximum allowed value."
|
|
@@ -4567,6 +4579,10 @@
|
|
|
4567
4579
|
"type": "boolean\n",
|
|
4568
4580
|
"description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
|
|
4569
4581
|
},
|
|
4582
|
+
"VDivider/opacity": {
|
|
4583
|
+
"type": "string | number\n",
|
|
4584
|
+
"description": "Sets the component's opacity value"
|
|
4585
|
+
},
|
|
4570
4586
|
"VDivider/thickness": {
|
|
4571
4587
|
"type": "string | number\n",
|
|
4572
4588
|
"description": "Sets the dividers thickness. Default unit is px."
|
|
@@ -5263,6 +5279,10 @@
|
|
|
5263
5279
|
"type": "string\n",
|
|
5264
5280
|
"description": "The text displayed when using the **counter** prop. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
|
5265
5281
|
},
|
|
5282
|
+
"VFileInput/hide-input": {
|
|
5283
|
+
"type": "boolean\n",
|
|
5284
|
+
"description": "Display the icon only without the input (file names)."
|
|
5285
|
+
},
|
|
5266
5286
|
"VFileInput/multiple": {
|
|
5267
5287
|
"type": "boolean\n",
|
|
5268
5288
|
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
|
@@ -6343,6 +6363,10 @@
|
|
|
6343
6363
|
"type": "string\n",
|
|
6344
6364
|
"description": "Specify a custom tag used on the root element."
|
|
6345
6365
|
},
|
|
6366
|
+
"VListItemSubtitle/opacity": {
|
|
6367
|
+
"type": "string | number\n",
|
|
6368
|
+
"description": "Sets the component's opacity value"
|
|
6369
|
+
},
|
|
6346
6370
|
"VListItemSubtitle/tag": {
|
|
6347
6371
|
"type": "string\n",
|
|
6348
6372
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -7283,6 +7307,14 @@
|
|
|
7283
7307
|
"type": "string | number\n",
|
|
7284
7308
|
"description": "The percentage value for the buffer."
|
|
7285
7309
|
},
|
|
7310
|
+
"VProgressLinear/buffer-color": {
|
|
7311
|
+
"type": "string\n",
|
|
7312
|
+
"description": "Sets the color of the buffer bar."
|
|
7313
|
+
},
|
|
7314
|
+
"VProgressLinear/buffer-opacity": {
|
|
7315
|
+
"type": "string | number\n",
|
|
7316
|
+
"description": "Set the opacity of the buffer bar."
|
|
7317
|
+
},
|
|
7286
7318
|
"VProgressLinear/clickable": {
|
|
7287
7319
|
"type": "boolean\n",
|
|
7288
7320
|
"description": "Clicking on the progress track will automatically set the value."
|
|
@@ -7307,6 +7339,10 @@
|
|
|
7307
7339
|
"type": "string | number\n",
|
|
7308
7340
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7309
7341
|
},
|
|
7342
|
+
"VProgressLinear/opacity": {
|
|
7343
|
+
"type": "string | number\n",
|
|
7344
|
+
"description": "Set the opacity of the progress bar."
|
|
7345
|
+
},
|
|
7310
7346
|
"VProgressLinear/reverse": {
|
|
7311
7347
|
"type": "boolean\n",
|
|
7312
7348
|
"description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)."
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VFab": {
|
|
4
|
+
"from": "labs/VFab/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VNumberInput": {
|
|
8
|
+
"from": "labs/VNumberInput/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VEmptyState": {
|
|
12
|
+
"from": "labs/VEmptyState/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VTimePicker": {
|
|
16
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VTimePickerClock": {
|
|
20
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VTimePickerControls": {
|
|
24
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
3
27
|
"VCalendar": {
|
|
4
28
|
"from": "labs/VCalendar/index.mjs",
|
|
5
29
|
"styles": []
|
|
@@ -24,10 +48,6 @@
|
|
|
24
48
|
"from": "labs/VCalendar/index.mjs",
|
|
25
49
|
"styles": []
|
|
26
50
|
},
|
|
27
|
-
"VEmptyState": {
|
|
28
|
-
"from": "labs/VEmptyState/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
51
|
"VPicker": {
|
|
32
52
|
"from": "labs/VPicker/index.mjs",
|
|
33
53
|
"styles": []
|
|
@@ -36,32 +56,12 @@
|
|
|
36
56
|
"from": "labs/VPicker/index.mjs",
|
|
37
57
|
"styles": []
|
|
38
58
|
},
|
|
39
|
-
"VFab": {
|
|
40
|
-
"from": "labs/VFab/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VNumberInput": {
|
|
44
|
-
"from": "labs/VNumberInput/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VTimePicker": {
|
|
48
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VTimePickerClock": {
|
|
52
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VTimePickerControls": {
|
|
56
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
59
|
"VConfirmEdit": {
|
|
60
60
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
63
|
+
"VSpeedDial": {
|
|
64
|
+
"from": "labs/VSpeedDial/index.mjs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
67
|
"VTreeview": {
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"from": "labs/VTreeview/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "labs/
|
|
79
|
+
"VSparkline": {
|
|
80
|
+
"from": "labs/VSparkline/index.mjs",
|
|
81
81
|
"styles": []
|
|
82
82
|
}
|
|
83
83
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VAlert": {
|
|
4
|
+
"from": "components/VAlert/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VAlertTitle": {
|
|
8
|
+
"from": "components/VAlert/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
3
11
|
"VApp": {
|
|
4
12
|
"from": "components/VApp/index.mjs",
|
|
5
13
|
"styles": []
|
|
@@ -16,24 +24,24 @@
|
|
|
16
24
|
"from": "components/VAppBar/index.mjs",
|
|
17
25
|
"styles": []
|
|
18
26
|
},
|
|
19
|
-
"VAlert": {
|
|
20
|
-
"from": "components/VAlert/index.mjs",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VAlertTitle": {
|
|
24
|
-
"from": "components/VAlert/index.mjs",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
27
|
"VAutocomplete": {
|
|
28
28
|
"from": "components/VAutocomplete/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VBadge": {
|
|
32
36
|
"from": "components/VBadge/index.mjs",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
39
|
+
"VBottomSheet": {
|
|
40
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VBtnGroup": {
|
|
44
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
37
45
|
"styles": []
|
|
38
46
|
},
|
|
39
47
|
"VBanner": {
|
|
@@ -64,16 +72,12 @@
|
|
|
64
72
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
65
73
|
"styles": []
|
|
66
74
|
},
|
|
67
|
-
"VBottomSheet": {
|
|
68
|
-
"from": "components/VBottomSheet/index.mjs",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
75
|
"VBtn": {
|
|
72
76
|
"from": "components/VBtn/index.mjs",
|
|
73
77
|
"styles": []
|
|
74
78
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
79
|
+
"VBtnToggle": {
|
|
80
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
77
81
|
"styles": []
|
|
78
82
|
},
|
|
79
83
|
"VCard": {
|
|
@@ -100,18 +104,6 @@
|
|
|
100
104
|
"from": "components/VCard/index.mjs",
|
|
101
105
|
"styles": []
|
|
102
106
|
},
|
|
103
|
-
"VBtnToggle": {
|
|
104
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCarousel": {
|
|
108
|
-
"from": "components/VCarousel/index.mjs",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCarouselItem": {
|
|
112
|
-
"from": "components/VCarousel/index.mjs",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
107
|
"VCheckbox": {
|
|
116
108
|
"from": "components/VCheckbox/index.mjs",
|
|
117
109
|
"styles": []
|
|
@@ -120,28 +112,32 @@
|
|
|
120
112
|
"from": "components/VCheckbox/index.mjs",
|
|
121
113
|
"styles": []
|
|
122
114
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
115
|
+
"VCarousel": {
|
|
116
|
+
"from": "components/VCarousel/index.mjs",
|
|
125
117
|
"styles": []
|
|
126
118
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
119
|
+
"VCarouselItem": {
|
|
120
|
+
"from": "components/VCarousel/index.mjs",
|
|
129
121
|
"styles": []
|
|
130
122
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
123
|
+
"VChip": {
|
|
124
|
+
"from": "components/VChip/index.mjs",
|
|
133
125
|
"styles": []
|
|
134
126
|
},
|
|
135
127
|
"VCode": {
|
|
136
128
|
"from": "components/VCode/index.mjs",
|
|
137
129
|
"styles": []
|
|
138
130
|
},
|
|
131
|
+
"VChipGroup": {
|
|
132
|
+
"from": "components/VChipGroup/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
139
135
|
"VCombobox": {
|
|
140
136
|
"from": "components/VCombobox/index.mjs",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker/index.mjs",
|
|
145
141
|
"styles": []
|
|
146
142
|
},
|
|
147
143
|
"VDataTable": {
|
|
@@ -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": []
|
|
@@ -196,10 +196,6 @@
|
|
|
196
196
|
"from": "components/VDatePicker/index.mjs",
|
|
197
197
|
"styles": []
|
|
198
198
|
},
|
|
199
|
-
"VDialog": {
|
|
200
|
-
"from": "components/VDialog/index.mjs",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
199
|
"VExpansionPanels": {
|
|
204
200
|
"from": "components/VExpansionPanel/index.mjs",
|
|
205
201
|
"styles": []
|
|
@@ -220,8 +216,8 @@
|
|
|
220
216
|
"from": "components/VDivider/index.mjs",
|
|
221
217
|
"styles": []
|
|
222
218
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
219
|
+
"VDialog": {
|
|
220
|
+
"from": "components/VDialog/index.mjs",
|
|
225
221
|
"styles": []
|
|
226
222
|
},
|
|
227
223
|
"VField": {
|
|
@@ -256,6 +252,10 @@
|
|
|
256
252
|
"from": "components/VIcon/index.mjs",
|
|
257
253
|
"styles": []
|
|
258
254
|
},
|
|
255
|
+
"VFileInput": {
|
|
256
|
+
"from": "components/VFileInput/index.mjs",
|
|
257
|
+
"styles": []
|
|
258
|
+
},
|
|
259
259
|
"VImg": {
|
|
260
260
|
"from": "components/VImg/index.mjs",
|
|
261
261
|
"styles": []
|
|
@@ -276,14 +276,6 @@
|
|
|
276
276
|
"from": "components/VItemGroup/index.mjs",
|
|
277
277
|
"styles": []
|
|
278
278
|
},
|
|
279
|
-
"VLabel": {
|
|
280
|
-
"from": "components/VLabel/index.mjs",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
|
-
"VKbd": {
|
|
284
|
-
"from": "components/VKbd/index.mjs",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
279
|
"VList": {
|
|
288
280
|
"from": "components/VList/index.mjs",
|
|
289
281
|
"styles": []
|
|
@@ -320,10 +312,22 @@
|
|
|
320
312
|
"from": "components/VList/index.mjs",
|
|
321
313
|
"styles": []
|
|
322
314
|
},
|
|
315
|
+
"VKbd": {
|
|
316
|
+
"from": "components/VKbd/index.mjs",
|
|
317
|
+
"styles": []
|
|
318
|
+
},
|
|
319
|
+
"VLabel": {
|
|
320
|
+
"from": "components/VLabel/index.mjs",
|
|
321
|
+
"styles": []
|
|
322
|
+
},
|
|
323
323
|
"VMain": {
|
|
324
324
|
"from": "components/VMain/index.mjs",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
|
+
"VNavigationDrawer": {
|
|
328
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
327
331
|
"VMenu": {
|
|
328
332
|
"from": "components/VMenu/index.mjs",
|
|
329
333
|
"styles": []
|
|
@@ -332,18 +336,22 @@
|
|
|
332
336
|
"from": "components/VMessages/index.mjs",
|
|
333
337
|
"styles": []
|
|
334
338
|
},
|
|
335
|
-
"VNavigationDrawer": {
|
|
336
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
339
|
"VOverlay": {
|
|
340
340
|
"from": "components/VOverlay/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
+
"VPagination": {
|
|
344
|
+
"from": "components/VPagination/index.mjs",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
343
347
|
"VProgressCircular": {
|
|
344
348
|
"from": "components/VProgressCircular/index.mjs",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
351
|
+
"VRating": {
|
|
352
|
+
"from": "components/VRating/index.mjs",
|
|
353
|
+
"styles": []
|
|
354
|
+
},
|
|
347
355
|
"VOtpInput": {
|
|
348
356
|
"from": "components/VOtpInput/index.mjs",
|
|
349
357
|
"styles": []
|
|
@@ -352,48 +360,48 @@
|
|
|
352
360
|
"from": "components/VProgressLinear/index.mjs",
|
|
353
361
|
"styles": []
|
|
354
362
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
363
|
+
"VRadioGroup": {
|
|
364
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
357
365
|
"styles": []
|
|
358
366
|
},
|
|
359
367
|
"VSelect": {
|
|
360
368
|
"from": "components/VSelect/index.mjs",
|
|
361
369
|
"styles": []
|
|
362
370
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
|
-
"VRadioGroup": {
|
|
368
|
-
"from": "components/VRadioGroup/index.mjs",
|
|
371
|
+
"VSelectionControl": {
|
|
372
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
369
373
|
"styles": []
|
|
370
374
|
},
|
|
371
375
|
"VSelectionControlGroup": {
|
|
372
376
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
373
377
|
"styles": []
|
|
374
378
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VSlideGroup": {
|
|
380
|
-
"from": "components/VSlideGroup/index.mjs",
|
|
379
|
+
"VSheet": {
|
|
380
|
+
"from": "components/VSheet/index.mjs",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
383
|
+
"VSkeletonLoader": {
|
|
384
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
387
|
"VSlider": {
|
|
388
388
|
"from": "components/VSlider/index.mjs",
|
|
389
389
|
"styles": []
|
|
390
390
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
391
|
+
"VSnackbar": {
|
|
392
|
+
"from": "components/VSnackbar/index.mjs",
|
|
393
393
|
"styles": []
|
|
394
394
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
395
|
+
"VSlideGroup": {
|
|
396
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSlideGroupItem": {
|
|
400
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSwitch": {
|
|
404
|
+
"from": "components/VSwitch/index.mjs",
|
|
397
405
|
"styles": []
|
|
398
406
|
},
|
|
399
407
|
"VStepper": {
|
|
@@ -420,18 +428,18 @@
|
|
|
420
428
|
"from": "components/VStepper/index.mjs",
|
|
421
429
|
"styles": []
|
|
422
430
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
|
-
"VSwitch": {
|
|
428
|
-
"from": "components/VSwitch/index.mjs",
|
|
431
|
+
"VSystemBar": {
|
|
432
|
+
"from": "components/VSystemBar/index.mjs",
|
|
429
433
|
"styles": []
|
|
430
434
|
},
|
|
431
435
|
"VTable": {
|
|
432
436
|
"from": "components/VTable/index.mjs",
|
|
433
437
|
"styles": []
|
|
434
438
|
},
|
|
439
|
+
"VTextField": {
|
|
440
|
+
"from": "components/VTextField/index.mjs",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
435
443
|
"VTab": {
|
|
436
444
|
"from": "components/VTabs/index.mjs",
|
|
437
445
|
"styles": []
|
|
@@ -448,10 +456,6 @@
|
|
|
448
456
|
"from": "components/VTabs/index.mjs",
|
|
449
457
|
"styles": []
|
|
450
458
|
},
|
|
451
|
-
"VSystemBar": {
|
|
452
|
-
"from": "components/VSystemBar/index.mjs",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
459
|
"VTextarea": {
|
|
456
460
|
"from": "components/VTextarea/index.mjs",
|
|
457
461
|
"styles": []
|
|
@@ -476,8 +480,8 @@
|
|
|
476
480
|
"from": "components/VTimeline/index.mjs",
|
|
477
481
|
"styles": []
|
|
478
482
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
483
|
+
"VTooltip": {
|
|
484
|
+
"from": "components/VTooltip/index.mjs",
|
|
481
485
|
"styles": []
|
|
482
486
|
},
|
|
483
487
|
"VWindow": {
|
|
@@ -488,10 +492,6 @@
|
|
|
488
492
|
"from": "components/VWindow/index.mjs",
|
|
489
493
|
"styles": []
|
|
490
494
|
},
|
|
491
|
-
"VTooltip": {
|
|
492
|
-
"from": "components/VTooltip/index.mjs",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
495
|
"VDataIterator": {
|
|
496
496
|
"from": "components/VDataIterator/index.mjs",
|
|
497
497
|
"styles": []
|
|
@@ -500,6 +500,10 @@
|
|
|
500
500
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
501
501
|
"styles": []
|
|
502
502
|
},
|
|
503
|
+
"VForm": {
|
|
504
|
+
"from": "components/VForm/index.mjs",
|
|
505
|
+
"styles": []
|
|
506
|
+
},
|
|
503
507
|
"VContainer": {
|
|
504
508
|
"from": "components/VGrid/index.mjs",
|
|
505
509
|
"styles": []
|
|
@@ -520,10 +524,6 @@
|
|
|
520
524
|
"from": "components/VHover/index.mjs",
|
|
521
525
|
"styles": []
|
|
522
526
|
},
|
|
523
|
-
"VForm": {
|
|
524
|
-
"from": "components/VForm/index.mjs",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
527
|
"VLayout": {
|
|
528
528
|
"from": "components/VLayout/index.mjs",
|
|
529
529
|
"styles": []
|
|
@@ -532,26 +532,26 @@
|
|
|
532
532
|
"from": "components/VLayout/index.mjs",
|
|
533
533
|
"styles": []
|
|
534
534
|
},
|
|
535
|
-
"VLazy": {
|
|
536
|
-
"from": "components/VLazy/index.mjs",
|
|
537
|
-
"styles": []
|
|
538
|
-
},
|
|
539
535
|
"VLocaleProvider": {
|
|
540
536
|
"from": "components/VLocaleProvider/index.mjs",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
543
|
-
"
|
|
544
|
-
"from": "components/
|
|
539
|
+
"VLazy": {
|
|
540
|
+
"from": "components/VLazy/index.mjs",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
547
|
-
"
|
|
548
|
-
"from": "components/
|
|
543
|
+
"VNoSsr": {
|
|
544
|
+
"from": "components/VNoSsr/index.mjs",
|
|
549
545
|
"styles": []
|
|
550
546
|
},
|
|
551
547
|
"VParallax": {
|
|
552
548
|
"from": "components/VParallax/index.mjs",
|
|
553
549
|
"styles": []
|
|
554
550
|
},
|
|
551
|
+
"VRadio": {
|
|
552
|
+
"from": "components/VRadio/index.mjs",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
555
555
|
"VRangeSlider": {
|
|
556
556
|
"from": "components/VRangeSlider/index.mjs",
|
|
557
557
|
"styles": []
|
|
@@ -568,6 +568,10 @@
|
|
|
568
568
|
"from": "components/VVirtualScroll/index.mjs",
|
|
569
569
|
"styles": []
|
|
570
570
|
},
|
|
571
|
+
"VValidation": {
|
|
572
|
+
"from": "components/VValidation/index.mjs",
|
|
573
|
+
"styles": []
|
|
574
|
+
},
|
|
571
575
|
"VFabTransition": {
|
|
572
576
|
"from": "components/transitions/index.mjs",
|
|
573
577
|
"styles": []
|
|
@@ -631,10 +635,6 @@
|
|
|
631
635
|
"VDialogTransition": {
|
|
632
636
|
"from": "components/transitions/index.mjs",
|
|
633
637
|
"styles": []
|
|
634
|
-
},
|
|
635
|
-
"VValidation": {
|
|
636
|
-
"from": "components/VValidation/index.mjs",
|
|
637
|
-
"styles": []
|
|
638
638
|
}
|
|
639
639
|
},
|
|
640
640
|
"directives": [
|