vuetify 3.1.1 → 3.1.2
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 +46 -34
- package/dist/json/importMap.json +72 -72
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +80 -37
- package/dist/vuetify-labs.css +136 -130
- package/dist/vuetify-labs.d.ts +52 -5
- package/dist/vuetify-labs.esm.js +193 -113
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +193 -113
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +103 -97
- package/dist/vuetify.d.ts +71 -24
- package/dist/vuetify.esm.js +129 -84
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +129 -84
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +288 -286
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +9 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +5 -2
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +8 -2
- package/lib/components/VChip/VChip.mjs +18 -4
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +15 -2
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -0
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +2 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +1 -0
- package/lib/components/VFileInput/VFileInput.sass +1 -0
- package/lib/components/VGrid/VGrid.css +5 -0
- package/lib/components/VGrid/VGrid.sass +5 -0
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.mjs +5 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.ts +20 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +18 -0
- package/lib/components/VSelect/VSelect.mjs +1 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +5 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/index.d.ts +52 -5
- package/lib/composables/filter.mjs +3 -3
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/teleport.mjs +6 -7
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +19 -19
- package/lib/labs/VDataTable/VDataTable.mjs +8 -5
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +3 -3
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +36 -8
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +4 -4
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +9 -4
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +3 -5
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
},
|
|
414
414
|
"v-autocomplete/focused": {
|
|
415
415
|
"type": "boolean",
|
|
416
|
-
"description": "
|
|
416
|
+
"description": "Forces a focused state styling on the component."
|
|
417
417
|
},
|
|
418
418
|
"v-autocomplete/hide-details": {
|
|
419
419
|
"type": "boolean | \"auto\"",
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
},
|
|
1346
1346
|
"v-checkbox/focused": {
|
|
1347
1347
|
"type": "boolean",
|
|
1348
|
-
"description": "
|
|
1348
|
+
"description": "Forces a focused state styling on the component."
|
|
1349
1349
|
},
|
|
1350
1350
|
"v-checkbox/hide-details": {
|
|
1351
1351
|
"type": "boolean | \"auto\"",
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
},
|
|
1950
1950
|
"v-combobox/focused": {
|
|
1951
1951
|
"type": "boolean",
|
|
1952
|
-
"description": "
|
|
1952
|
+
"description": "Forces a focused state styling on the component."
|
|
1953
1953
|
},
|
|
1954
1954
|
"v-combobox/hide-details": {
|
|
1955
1955
|
"type": "boolean | \"auto\"",
|
|
@@ -2121,11 +2121,11 @@
|
|
|
2121
2121
|
},
|
|
2122
2122
|
"v-dialog/close-delay": {
|
|
2123
2123
|
"type": "string | number",
|
|
2124
|
-
"description": "
|
|
2124
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
2125
2125
|
},
|
|
2126
2126
|
"v-dialog/open-delay": {
|
|
2127
2127
|
"type": "string | number",
|
|
2128
|
-
"description": "
|
|
2128
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
2129
2129
|
},
|
|
2130
2130
|
"v-dialog/height": {
|
|
2131
2131
|
"type": "string | number",
|
|
@@ -2161,7 +2161,7 @@
|
|
|
2161
2161
|
},
|
|
2162
2162
|
"v-dialog/location": {
|
|
2163
2163
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
2164
|
-
"description": "
|
|
2164
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
|
|
2165
2165
|
},
|
|
2166
2166
|
"v-dialog/origin": {
|
|
2167
2167
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -2357,7 +2357,7 @@
|
|
|
2357
2357
|
},
|
|
2358
2358
|
"v-field/focused": {
|
|
2359
2359
|
"type": "boolean",
|
|
2360
|
-
"description": "
|
|
2360
|
+
"description": "Forces a focused state styling on the component."
|
|
2361
2361
|
},
|
|
2362
2362
|
"v-field/append-inner-icon": {
|
|
2363
2363
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2501,7 +2501,7 @@
|
|
|
2501
2501
|
},
|
|
2502
2502
|
"v-file-input/focused": {
|
|
2503
2503
|
"type": "boolean",
|
|
2504
|
-
"description": "
|
|
2504
|
+
"description": "Forces a focused state styling on the component."
|
|
2505
2505
|
},
|
|
2506
2506
|
"v-file-input/reverse": {
|
|
2507
2507
|
"type": "boolean",
|
|
@@ -2649,7 +2649,7 @@
|
|
|
2649
2649
|
},
|
|
2650
2650
|
"v-form/fast-fail": {
|
|
2651
2651
|
"type": "boolean",
|
|
2652
|
-
"description": "
|
|
2652
|
+
"description": "Stop validation as soon as any rules fail."
|
|
2653
2653
|
},
|
|
2654
2654
|
"v-form/lazy-validation": {
|
|
2655
2655
|
"type": "boolean",
|
|
@@ -2661,11 +2661,11 @@
|
|
|
2661
2661
|
},
|
|
2662
2662
|
"v-form/model-value": {
|
|
2663
2663
|
"type": "boolean",
|
|
2664
|
-
"description": "
|
|
2664
|
+
"description": "A boolean value representing the validity of the form."
|
|
2665
2665
|
},
|
|
2666
2666
|
"v-form/validate-on": {
|
|
2667
2667
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
2668
|
-
"description": "
|
|
2668
|
+
"description": "Changes the events in which validation occurs."
|
|
2669
2669
|
},
|
|
2670
2670
|
"v-container/tag": {
|
|
2671
2671
|
"type": "string",
|
|
@@ -2725,11 +2725,11 @@
|
|
|
2725
2725
|
},
|
|
2726
2726
|
"v-hover/close-delay": {
|
|
2727
2727
|
"type": "string | number",
|
|
2728
|
-
"description": "
|
|
2728
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
2729
2729
|
},
|
|
2730
2730
|
"v-hover/open-delay": {
|
|
2731
2731
|
"type": "string | number",
|
|
2732
|
-
"description": "
|
|
2732
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
2733
2733
|
},
|
|
2734
2734
|
"v-hover/disabled": {
|
|
2735
2735
|
"type": "boolean",
|
|
@@ -2917,7 +2917,7 @@
|
|
|
2917
2917
|
},
|
|
2918
2918
|
"v-input/focused": {
|
|
2919
2919
|
"type": "boolean",
|
|
2920
|
-
"description": "
|
|
2920
|
+
"description": "Forces a focused state styling on the component."
|
|
2921
2921
|
},
|
|
2922
2922
|
"v-input/hide-details": {
|
|
2923
2923
|
"type": "boolean | \"auto\"",
|
|
@@ -3287,6 +3287,10 @@
|
|
|
3287
3287
|
"type": "boolean",
|
|
3288
3288
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-list-item.json))"
|
|
3289
3289
|
},
|
|
3290
|
+
"v-list-item/ripple": {
|
|
3291
|
+
"type": "boolean",
|
|
3292
|
+
"description": "MISSING DESCRIPTION"
|
|
3293
|
+
},
|
|
3290
3294
|
"v-list-item/border": {
|
|
3291
3295
|
"type": "string | number | boolean",
|
|
3292
3296
|
"description": "Applies border styles to component."
|
|
@@ -3549,7 +3553,7 @@
|
|
|
3549
3553
|
},
|
|
3550
3554
|
"v-menu/location": {
|
|
3551
3555
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
3552
|
-
"description": "
|
|
3556
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
|
|
3553
3557
|
},
|
|
3554
3558
|
"v-menu/origin": {
|
|
3555
3559
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -3757,11 +3761,11 @@
|
|
|
3757
3761
|
},
|
|
3758
3762
|
"v-overlay/close-delay": {
|
|
3759
3763
|
"type": "string | number",
|
|
3760
|
-
"description": "
|
|
3764
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
3761
3765
|
},
|
|
3762
3766
|
"v-overlay/open-delay": {
|
|
3763
3767
|
"type": "string | number",
|
|
3764
|
-
"description": "
|
|
3768
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
3765
3769
|
},
|
|
3766
3770
|
"v-overlay/height": {
|
|
3767
3771
|
"type": "string | number",
|
|
@@ -3797,7 +3801,7 @@
|
|
|
3797
3801
|
},
|
|
3798
3802
|
"v-overlay/location": {
|
|
3799
3803
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
3800
|
-
"description": "
|
|
3804
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
|
|
3801
3805
|
},
|
|
3802
3806
|
"v-overlay/origin": {
|
|
3803
3807
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -3975,6 +3979,14 @@
|
|
|
3975
3979
|
"type": "boolean | \"disable-shrink\"",
|
|
3976
3980
|
"description": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread."
|
|
3977
3981
|
},
|
|
3982
|
+
"v-progress-linear/location": {
|
|
3983
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
3984
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/location.json))"
|
|
3985
|
+
},
|
|
3986
|
+
"v-progress-linear/reverse": {
|
|
3987
|
+
"type": "boolean",
|
|
3988
|
+
"description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
|
|
3989
|
+
},
|
|
3978
3990
|
"v-progress-linear/rounded": {
|
|
3979
3991
|
"type": "string | number | boolean",
|
|
3980
3992
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
|
|
@@ -3987,9 +3999,9 @@
|
|
|
3987
3999
|
"type": "string",
|
|
3988
4000
|
"description": "Specify a theme for this component and all of its children"
|
|
3989
4001
|
},
|
|
3990
|
-
"v-progress-linear/
|
|
4002
|
+
"v-progress-linear/absolute": {
|
|
3991
4003
|
"type": "boolean",
|
|
3992
|
-
"description": "
|
|
4004
|
+
"description": "Applies position: absolute to the component"
|
|
3993
4005
|
},
|
|
3994
4006
|
"v-progress-linear/active": {
|
|
3995
4007
|
"type": "boolean",
|
|
@@ -4197,7 +4209,7 @@
|
|
|
4197
4209
|
},
|
|
4198
4210
|
"v-radio-group/focused": {
|
|
4199
4211
|
"type": "boolean",
|
|
4200
|
-
"description": "
|
|
4212
|
+
"description": "Forces a focused state styling on the component."
|
|
4201
4213
|
},
|
|
4202
4214
|
"v-radio-group/hide-details": {
|
|
4203
4215
|
"type": "boolean | \"auto\"",
|
|
@@ -4237,7 +4249,7 @@
|
|
|
4237
4249
|
},
|
|
4238
4250
|
"v-range-slider/focused": {
|
|
4239
4251
|
"type": "boolean",
|
|
4240
|
-
"description": "
|
|
4252
|
+
"description": "Forces a focused state styling on the component."
|
|
4241
4253
|
},
|
|
4242
4254
|
"v-range-slider/id": {
|
|
4243
4255
|
"type": "string",
|
|
@@ -4677,7 +4689,7 @@
|
|
|
4677
4689
|
},
|
|
4678
4690
|
"v-select/focused": {
|
|
4679
4691
|
"type": "boolean",
|
|
4680
|
-
"description": "
|
|
4692
|
+
"description": "Forces a focused state styling on the component."
|
|
4681
4693
|
},
|
|
4682
4694
|
"v-select/hide-details": {
|
|
4683
4695
|
"type": "boolean | \"auto\"",
|
|
@@ -5001,7 +5013,7 @@
|
|
|
5001
5013
|
},
|
|
5002
5014
|
"v-slider/focused": {
|
|
5003
5015
|
"type": "boolean",
|
|
5004
|
-
"description": "
|
|
5016
|
+
"description": "Forces a focused state styling on the component."
|
|
5005
5017
|
},
|
|
5006
5018
|
"v-slider/disabled": {
|
|
5007
5019
|
"type": "boolean",
|
|
@@ -5157,7 +5169,7 @@
|
|
|
5157
5169
|
},
|
|
5158
5170
|
"v-snackbar/location": {
|
|
5159
5171
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
5160
|
-
"description": "
|
|
5172
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
|
|
5161
5173
|
},
|
|
5162
5174
|
"v-snackbar/position": {
|
|
5163
5175
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
@@ -5233,11 +5245,11 @@
|
|
|
5233
5245
|
},
|
|
5234
5246
|
"v-snackbar/close-delay": {
|
|
5235
5247
|
"type": "string | number",
|
|
5236
|
-
"description": "
|
|
5248
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
5237
5249
|
},
|
|
5238
5250
|
"v-snackbar/open-delay": {
|
|
5239
5251
|
"type": "string | number",
|
|
5240
|
-
"description": "
|
|
5252
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
5241
5253
|
},
|
|
5242
5254
|
"v-snackbar/height": {
|
|
5243
5255
|
"type": "string | number",
|
|
@@ -5361,7 +5373,7 @@
|
|
|
5361
5373
|
},
|
|
5362
5374
|
"v-switch/focused": {
|
|
5363
5375
|
"type": "boolean",
|
|
5364
|
-
"description": "
|
|
5376
|
+
"description": "Forces a focused state styling on the component."
|
|
5365
5377
|
},
|
|
5366
5378
|
"v-switch/flat": {
|
|
5367
5379
|
"type": "boolean",
|
|
@@ -5705,7 +5717,7 @@
|
|
|
5705
5717
|
},
|
|
5706
5718
|
"v-textarea/focused": {
|
|
5707
5719
|
"type": "boolean",
|
|
5708
|
-
"description": "
|
|
5720
|
+
"description": "Forces a focused state styling on the component."
|
|
5709
5721
|
},
|
|
5710
5722
|
"v-textarea/reverse": {
|
|
5711
5723
|
"type": "boolean",
|
|
@@ -5929,7 +5941,7 @@
|
|
|
5929
5941
|
},
|
|
5930
5942
|
"v-text-field/focused": {
|
|
5931
5943
|
"type": "boolean",
|
|
5932
|
-
"description": "
|
|
5944
|
+
"description": "Forces a focused state styling on the component."
|
|
5933
5945
|
},
|
|
5934
5946
|
"v-text-field/reverse": {
|
|
5935
5947
|
"type": "boolean",
|
|
@@ -6313,7 +6325,7 @@
|
|
|
6313
6325
|
},
|
|
6314
6326
|
"v-tooltip/location": {
|
|
6315
6327
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
6316
|
-
"description": "
|
|
6328
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
|
|
6317
6329
|
},
|
|
6318
6330
|
"v-tooltip/origin": {
|
|
6319
6331
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -6385,7 +6397,7 @@
|
|
|
6385
6397
|
},
|
|
6386
6398
|
"v-validation/focused": {
|
|
6387
6399
|
"type": "boolean",
|
|
6388
|
-
"description": "
|
|
6400
|
+
"description": "Forces a focused state styling on the component."
|
|
6389
6401
|
},
|
|
6390
6402
|
"v-window/continuous": {
|
|
6391
6403
|
"type": "boolean",
|
|
@@ -6729,11 +6741,11 @@
|
|
|
6729
6741
|
},
|
|
6730
6742
|
"v-expand-transition/mode": {
|
|
6731
6743
|
"type": "\"in-out\" | \"out-in\" | \"default\"",
|
|
6732
|
-
"description": "
|
|
6744
|
+
"description": "Sets the transition mode (does not apply to transition-group)."
|
|
6733
6745
|
},
|
|
6734
6746
|
"v-expand-x-transition/mode": {
|
|
6735
6747
|
"type": "\"in-out\" | \"out-in\" | \"default\"",
|
|
6736
|
-
"description": "
|
|
6748
|
+
"description": "Sets the transition mode (does not apply to transition-group)."
|
|
6737
6749
|
},
|
|
6738
6750
|
"v-data-table/items": {
|
|
6739
6751
|
"type": "any[]",
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,14 +4,6 @@
|
|
|
4
4
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VHover": {
|
|
8
|
-
"from": "components/VHover/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VForm": {
|
|
12
|
-
"from": "components/VForm/index.mjs",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
7
|
"VContainer": {
|
|
16
8
|
"from": "components/VGrid/index.mjs",
|
|
17
9
|
"styles": []
|
|
@@ -28,6 +20,14 @@
|
|
|
28
20
|
"from": "components/VGrid/index.mjs",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
23
|
+
"VHover": {
|
|
24
|
+
"from": "components/VHover/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VForm": {
|
|
28
|
+
"from": "components/VForm/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
31
|
"VLayout": {
|
|
32
32
|
"from": "components/VLayout/index.mjs",
|
|
33
33
|
"styles": []
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"from": "components/VParallax/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"VRangeSlider": {
|
|
56
|
-
"from": "components/VRangeSlider/index.mjs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
55
|
"VRadio": {
|
|
60
56
|
"from": "components/VRadio/index.mjs",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
59
|
+
"VRangeSlider": {
|
|
60
|
+
"from": "components/VRangeSlider/index.mjs",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
63
|
"VResponsive": {
|
|
64
64
|
"from": "components/VResponsive/index.mjs",
|
|
65
65
|
"styles": []
|
|
@@ -68,6 +68,14 @@
|
|
|
68
68
|
"from": "components/VThemeProvider/index.mjs",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
+
"VValidation": {
|
|
72
|
+
"from": "components/VValidation/index.mjs",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
75
|
+
"VApp": {
|
|
76
|
+
"from": "components/VApp/index.mjs",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
71
79
|
"VFabTransition": {
|
|
72
80
|
"from": "components/transitions/index.mjs",
|
|
73
81
|
"styles": []
|
|
@@ -132,14 +140,6 @@
|
|
|
132
140
|
"from": "components/transitions/index.mjs",
|
|
133
141
|
"styles": []
|
|
134
142
|
},
|
|
135
|
-
"VApp": {
|
|
136
|
-
"from": "components/VApp/index.mjs",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VValidation": {
|
|
140
|
-
"from": "components/VValidation/index.mjs",
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
143
|
"VAppBar": {
|
|
144
144
|
"from": "components/VAppBar/index.mjs",
|
|
145
145
|
"styles": []
|
|
@@ -152,10 +152,6 @@
|
|
|
152
152
|
"from": "components/VAppBar/index.mjs",
|
|
153
153
|
"styles": []
|
|
154
154
|
},
|
|
155
|
-
"VAutocomplete": {
|
|
156
|
-
"from": "components/VAutocomplete/index.mjs",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
155
|
"VAlert": {
|
|
160
156
|
"from": "components/VAlert/index.mjs",
|
|
161
157
|
"styles": []
|
|
@@ -164,12 +160,12 @@
|
|
|
164
160
|
"from": "components/VAlert/index.mjs",
|
|
165
161
|
"styles": []
|
|
166
162
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
163
|
+
"VAutocomplete": {
|
|
164
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
169
165
|
"styles": []
|
|
170
166
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
167
|
+
"VAvatar": {
|
|
168
|
+
"from": "components/VAvatar/index.mjs",
|
|
173
169
|
"styles": []
|
|
174
170
|
},
|
|
175
171
|
"VBanner": {
|
|
@@ -184,6 +180,10 @@
|
|
|
184
180
|
"from": "components/VBanner/index.mjs",
|
|
185
181
|
"styles": []
|
|
186
182
|
},
|
|
183
|
+
"VBottomNavigation": {
|
|
184
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
187
|
"VBreadcrumbs": {
|
|
188
188
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
189
189
|
"styles": []
|
|
@@ -196,10 +196,6 @@
|
|
|
196
196
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
197
197
|
"styles": []
|
|
198
198
|
},
|
|
199
|
-
"VBottomNavigation": {
|
|
200
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
199
|
"VBtn": {
|
|
204
200
|
"from": "components/VBtn/index.mjs",
|
|
205
201
|
"styles": []
|
|
@@ -208,18 +204,6 @@
|
|
|
208
204
|
"from": "components/VBtnGroup/index.mjs",
|
|
209
205
|
"styles": []
|
|
210
206
|
},
|
|
211
|
-
"VBtnToggle": {
|
|
212
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VCarousel": {
|
|
216
|
-
"from": "components/VCarousel/index.mjs",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
|
-
"VCarouselItem": {
|
|
220
|
-
"from": "components/VCarousel/index.mjs",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
207
|
"VCard": {
|
|
224
208
|
"from": "components/VCard/index.mjs",
|
|
225
209
|
"styles": []
|
|
@@ -244,6 +228,18 @@
|
|
|
244
228
|
"from": "components/VCard/index.mjs",
|
|
245
229
|
"styles": []
|
|
246
230
|
},
|
|
231
|
+
"VBtnToggle": {
|
|
232
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VCarousel": {
|
|
236
|
+
"from": "components/VCarousel/index.mjs",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VCarouselItem": {
|
|
240
|
+
"from": "components/VCarousel/index.mjs",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
247
243
|
"VChip": {
|
|
248
244
|
"from": "components/VChip/index.mjs",
|
|
249
245
|
"styles": []
|
|
@@ -260,20 +256,24 @@
|
|
|
260
256
|
"from": "components/VChipGroup/index.mjs",
|
|
261
257
|
"styles": []
|
|
262
258
|
},
|
|
259
|
+
"VColorPicker": {
|
|
260
|
+
"from": "components/VColorPicker/index.mjs",
|
|
261
|
+
"styles": []
|
|
262
|
+
},
|
|
263
263
|
"VCode": {
|
|
264
264
|
"from": "components/VCode/index.mjs",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
267
|
+
"VCounter": {
|
|
268
|
+
"from": "components/VCounter/index.mjs",
|
|
269
269
|
"styles": []
|
|
270
270
|
},
|
|
271
271
|
"VCombobox": {
|
|
272
272
|
"from": "components/VCombobox/index.mjs",
|
|
273
273
|
"styles": []
|
|
274
274
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
275
|
+
"VDialog": {
|
|
276
|
+
"from": "components/VDialog/index.mjs",
|
|
277
277
|
"styles": []
|
|
278
278
|
},
|
|
279
279
|
"VDivider": {
|
|
@@ -296,10 +296,6 @@
|
|
|
296
296
|
"from": "components/VExpansionPanel/index.mjs",
|
|
297
297
|
"styles": []
|
|
298
298
|
},
|
|
299
|
-
"VDialog": {
|
|
300
|
-
"from": "components/VDialog/index.mjs",
|
|
301
|
-
"styles": []
|
|
302
|
-
},
|
|
303
299
|
"VField": {
|
|
304
300
|
"from": "components/VField/index.mjs",
|
|
305
301
|
"styles": []
|
|
@@ -352,14 +348,14 @@
|
|
|
352
348
|
"from": "components/VItemGroup/index.mjs",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
|
-
"VKbd": {
|
|
356
|
-
"from": "components/VKbd/index.mjs",
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
351
|
"VLabel": {
|
|
360
352
|
"from": "components/VLabel/index.mjs",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
355
|
+
"VKbd": {
|
|
356
|
+
"from": "components/VKbd/index.mjs",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
363
359
|
"VList": {
|
|
364
360
|
"from": "components/VList/index.mjs",
|
|
365
361
|
"styles": []
|
|
@@ -400,14 +396,14 @@
|
|
|
400
396
|
"from": "components/VMain/index.mjs",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
403
|
-
"VMenu": {
|
|
404
|
-
"from": "components/VMenu/index.mjs",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
399
|
"VMessages": {
|
|
408
400
|
"from": "components/VMessages/index.mjs",
|
|
409
401
|
"styles": []
|
|
410
402
|
},
|
|
403
|
+
"VMenu": {
|
|
404
|
+
"from": "components/VMenu/index.mjs",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
411
407
|
"VNavigationDrawer": {
|
|
412
408
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
413
409
|
"styles": []
|
|
@@ -448,6 +444,10 @@
|
|
|
448
444
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
449
445
|
"styles": []
|
|
450
446
|
},
|
|
447
|
+
"VSheet": {
|
|
448
|
+
"from": "components/VSheet/index.mjs",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
451
451
|
"VSlideGroup": {
|
|
452
452
|
"from": "components/VSlideGroup/index.mjs",
|
|
453
453
|
"styles": []
|
|
@@ -464,14 +464,14 @@
|
|
|
464
464
|
"from": "components/VSnackbar/index.mjs",
|
|
465
465
|
"styles": []
|
|
466
466
|
},
|
|
467
|
-
"VSheet": {
|
|
468
|
-
"from": "components/VSheet/index.mjs",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
467
|
"VSwitch": {
|
|
472
468
|
"from": "components/VSwitch/index.mjs",
|
|
473
469
|
"styles": []
|
|
474
470
|
},
|
|
471
|
+
"VSystemBar": {
|
|
472
|
+
"from": "components/VSystemBar/index.mjs",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
475
|
"VTabs": {
|
|
476
476
|
"from": "components/VTabs/index.mjs",
|
|
477
477
|
"styles": []
|
|
@@ -480,10 +480,6 @@
|
|
|
480
480
|
"from": "components/VTabs/index.mjs",
|
|
481
481
|
"styles": []
|
|
482
482
|
},
|
|
483
|
-
"VSystemBar": {
|
|
484
|
-
"from": "components/VSystemBar/index.mjs",
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
483
|
"VTable": {
|
|
488
484
|
"from": "components/VTable/index.mjs",
|
|
489
485
|
"styles": []
|
|
@@ -496,10 +492,6 @@
|
|
|
496
492
|
"from": "components/VTextField/index.mjs",
|
|
497
493
|
"styles": []
|
|
498
494
|
},
|
|
499
|
-
"VTooltip": {
|
|
500
|
-
"from": "components/VTooltip/index.mjs",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
495
|
"VTimeline": {
|
|
504
496
|
"from": "components/VTimeline/index.mjs",
|
|
505
497
|
"styles": []
|
|
@@ -508,6 +500,10 @@
|
|
|
508
500
|
"from": "components/VTimeline/index.mjs",
|
|
509
501
|
"styles": []
|
|
510
502
|
},
|
|
503
|
+
"VTooltip": {
|
|
504
|
+
"from": "components/VTooltip/index.mjs",
|
|
505
|
+
"styles": []
|
|
506
|
+
},
|
|
511
507
|
"VToolbar": {
|
|
512
508
|
"from": "components/VToolbar/index.mjs",
|
|
513
509
|
"styles": []
|
|
@@ -527,6 +523,10 @@
|
|
|
527
523
|
"VWindowItem": {
|
|
528
524
|
"from": "components/VWindow/index.mjs",
|
|
529
525
|
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VBadge": {
|
|
528
|
+
"from": "components/VBadge/index.mjs",
|
|
529
|
+
"styles": []
|
|
530
530
|
}
|
|
531
531
|
},
|
|
532
532
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -1175,6 +1175,7 @@
|
|
|
1175
1175
|
"prepend-avatar",
|
|
1176
1176
|
"prepend-icon",
|
|
1177
1177
|
"replace",
|
|
1178
|
+
"ripple",
|
|
1178
1179
|
"rounded",
|
|
1179
1180
|
"subtitle",
|
|
1180
1181
|
"tag",
|
|
@@ -1416,6 +1417,7 @@
|
|
|
1416
1417
|
},
|
|
1417
1418
|
"v-progress-linear": {
|
|
1418
1419
|
"attributes": [
|
|
1420
|
+
"absolute",
|
|
1419
1421
|
"active",
|
|
1420
1422
|
"bg-color",
|
|
1421
1423
|
"bg-opacity",
|
|
@@ -1424,6 +1426,7 @@
|
|
|
1424
1426
|
"color",
|
|
1425
1427
|
"height",
|
|
1426
1428
|
"indeterminate",
|
|
1429
|
+
"location",
|
|
1427
1430
|
"max",
|
|
1428
1431
|
"model-value",
|
|
1429
1432
|
"reverse",
|