@vuetify/nightly 3.6.0-alpha.1-dev.2024-04-13 → 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 +12 -2
- package/dist/json/attributes.json +44 -8
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +9 -0
- package/dist/json/web-types.json +136 -53
- package/dist/vuetify-labs.css +2311 -2279
- package/dist/vuetify-labs.d.ts +103 -102
- package/dist/vuetify-labs.esm.js +160 -55
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +160 -55
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +854 -822
- package/dist/vuetify.d.ts +139 -138
- package/dist/vuetify.esm.js +160 -55
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +160 -55
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +489 -484
- 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/VDataIterator/VDataIterator.mjs +3 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +16 -16
- package/lib/components/VDataTable/VDataTable.mjs +5 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +5 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +23 -15
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +16 -16
- 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 +56 -97
- 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,20 +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)
|
|
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)
|
|
10
13
|
* **VTimeline:** provide correct dot-color default ([380e8e6](https://github.com/vuetifyjs/vuetify/commit/380e8e650f4ed969d738747242991743842b9a67))
|
|
11
14
|
|
|
12
15
|
|
|
13
16
|
### Features
|
|
14
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)
|
|
15
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))
|
|
16
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))
|
|
17
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))
|
|
18
28
|
|
|
19
29
|
|
|
20
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."
|
|
@@ -3280,7 +3292,7 @@
|
|
|
3280
3292
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
3281
3293
|
},
|
|
3282
3294
|
"VDataIterator/sort-by": {
|
|
3283
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#
|
|
3295
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
|
3284
3296
|
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
|
|
3285
3297
|
},
|
|
3286
3298
|
"VDataIterator/multi-sort": {
|
|
@@ -3312,7 +3324,7 @@
|
|
|
3312
3324
|
"description": "Array of expanded items. Can be used with `.sync` modifier."
|
|
3313
3325
|
},
|
|
3314
3326
|
"VDataIterator/group-by": {
|
|
3315
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#
|
|
3327
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
|
3316
3328
|
"description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
|
|
3317
3329
|
},
|
|
3318
3330
|
"VDataIterator/filter-mode": {
|
|
@@ -3408,7 +3420,7 @@
|
|
|
3408
3420
|
"description": "Whether the item is expanded or not."
|
|
3409
3421
|
},
|
|
3410
3422
|
"VDataTable/group-by": {
|
|
3411
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#
|
|
3423
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
|
3412
3424
|
"description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
|
|
3413
3425
|
},
|
|
3414
3426
|
"VDataTable/item-value": {
|
|
@@ -3440,7 +3452,7 @@
|
|
|
3440
3452
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
3441
3453
|
},
|
|
3442
3454
|
"VDataTable/sort-by": {
|
|
3443
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#
|
|
3455
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
|
3444
3456
|
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
|
|
3445
3457
|
},
|
|
3446
3458
|
"VDataTable/multi-sort": {
|
|
@@ -3704,7 +3716,7 @@
|
|
|
3704
3716
|
"description": "Whether the item is expanded or not."
|
|
3705
3717
|
},
|
|
3706
3718
|
"VDataTableServer/group-by": {
|
|
3707
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#
|
|
3719
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
|
3708
3720
|
"description": "Defines the grouping of the table items."
|
|
3709
3721
|
},
|
|
3710
3722
|
"VDataTableServer/item-value": {
|
|
@@ -3736,7 +3748,7 @@
|
|
|
3736
3748
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
3737
3749
|
},
|
|
3738
3750
|
"VDataTableServer/sort-by": {
|
|
3739
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#
|
|
3751
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
|
3740
3752
|
"description": "Array of column keys and sort orders that determines the sort order of the table."
|
|
3741
3753
|
},
|
|
3742
3754
|
"VDataTableServer/multi-sort": {
|
|
@@ -3900,7 +3912,7 @@
|
|
|
3900
3912
|
"description": "Whether the item is expanded or not."
|
|
3901
3913
|
},
|
|
3902
3914
|
"VDataTableVirtual/group-by": {
|
|
3903
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#
|
|
3915
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
|
3904
3916
|
"description": "Defines the grouping of the table items."
|
|
3905
3917
|
},
|
|
3906
3918
|
"VDataTableVirtual/item-value": {
|
|
@@ -3932,7 +3944,7 @@
|
|
|
3932
3944
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
3933
3945
|
},
|
|
3934
3946
|
"VDataTableVirtual/sort-by": {
|
|
3935
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#
|
|
3947
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
|
3936
3948
|
"description": "Array of column keys and sort orders that determines the sort order of the table."
|
|
3937
3949
|
},
|
|
3938
3950
|
"VDataTableVirtual/multi-sort": {
|
|
@@ -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,18 +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
|
-
"VFab": {
|
|
32
|
-
"from": "labs/VFab/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VNumberInput": {
|
|
36
|
-
"from": "labs/VNumberInput/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
51
|
"VPicker": {
|
|
40
52
|
"from": "labs/VPicker/index.mjs",
|
|
41
53
|
"styles": []
|
|
@@ -44,26 +56,10 @@
|
|
|
44
56
|
"from": "labs/VPicker/index.mjs",
|
|
45
57
|
"styles": []
|
|
46
58
|
},
|
|
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
|
-
"VSparkline": {
|
|
64
|
-
"from": "labs/VSparkline/index.mjs",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
63
|
"VSpeedDial": {
|
|
68
64
|
"from": "labs/VSpeedDial/index.mjs",
|
|
69
65
|
"styles": []
|
|
@@ -79,6 +75,10 @@
|
|
|
79
75
|
"VTreeviewGroup": {
|
|
80
76
|
"from": "labs/VTreeview/index.mjs",
|
|
81
77
|
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VSparkline": {
|
|
80
|
+
"from": "labs/VSparkline/index.mjs",
|
|
81
|
+
"styles": []
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|