vuetify 3.1.0 → 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 +46 -46
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +144 -37
- package/dist/vuetify-labs.css +25749 -0
- package/dist/vuetify-labs.d.ts +25980 -38
- package/dist/vuetify-labs.esm.js +20181 -0
- package/dist/vuetify-labs.esm.js.map +1 -0
- package/dist/vuetify-labs.js +17271 -6823
- package/dist/vuetify-labs.min.css +12 -0
- package/dist/vuetify.css +8 -2
- package/dist/vuetify.d.ts +65 -17
- package/dist/vuetify.esm.js +203 -119
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +203 -119
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +410 -408
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +4 -4
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +17 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1 -0
- 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/VCheckbox/VCheckbox.mjs +2 -0
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- 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 +18 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1 -0
- package/lib/components/VField/VField.mjs +3 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +1 -0
- package/lib/components/VFileInput/VFileInput.css +1 -0
- package/lib/components/VFileInput/VFileInput.mjs +2 -0
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +1 -0
- package/lib/components/VFileInput/index.d.ts +1 -0
- package/lib/components/VGrid/VGrid.css +5 -0
- package/lib/components/VGrid/VGrid.sass +5 -0
- package/lib/components/VInput/VInput.mjs +3 -0
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +1 -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/VMessages/VMessages.mjs +3 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -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/VRadioGroup/VRadioGroup.mjs +2 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +19 -9
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +1 -0
- package/lib/components/VSlider/VSlider.mjs +4 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +5 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +2 -0
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1 -0
- package/lib/components/VTextarea/index.d.ts +1 -0
- package/lib/components/index.d.ts +53 -5
- package/lib/components/transitions/dialog-transition.mjs +3 -9
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- 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 +12 -12
- 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/lib/labs/allComponents.mjs +3 -0
- package/lib/labs/allComponents.mjs.map +1 -0
- package/lib/labs/entry-bundler.mjs +14 -0
- package/lib/labs/entry-bundler.mjs.map +1 -0
- package/lib/util/defineComponent.mjs +1 -1
- package/lib/util/defineComponent.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,10 +4,6 @@
|
|
|
4
4
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VForm": {
|
|
8
|
-
"from": "components/VForm/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
7
|
"VContainer": {
|
|
12
8
|
"from": "components/VGrid/index.mjs",
|
|
13
9
|
"styles": []
|
|
@@ -28,6 +24,10 @@
|
|
|
28
24
|
"from": "components/VHover/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
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": []
|
|
@@ -72,6 +72,10 @@
|
|
|
72
72
|
"from": "components/VValidation/index.mjs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
+
"VApp": {
|
|
76
|
+
"from": "components/VApp/index.mjs",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
75
79
|
"VFabTransition": {
|
|
76
80
|
"from": "components/transitions/index.mjs",
|
|
77
81
|
"styles": []
|
|
@@ -136,10 +140,6 @@
|
|
|
136
140
|
"from": "components/transitions/index.mjs",
|
|
137
141
|
"styles": []
|
|
138
142
|
},
|
|
139
|
-
"VApp": {
|
|
140
|
-
"from": "components/VApp/index.mjs",
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
143
|
"VAppBar": {
|
|
144
144
|
"from": "components/VAppBar/index.mjs",
|
|
145
145
|
"styles": []
|
|
@@ -168,10 +168,6 @@
|
|
|
168
168
|
"from": "components/VAvatar/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
|
-
"VBadge": {
|
|
172
|
-
"from": "components/VBadge/index.mjs",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
171
|
"VBanner": {
|
|
176
172
|
"from": "components/VBanner/index.mjs",
|
|
177
173
|
"styles": []
|
|
@@ -208,10 +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
207
|
"VCard": {
|
|
216
208
|
"from": "components/VCard/index.mjs",
|
|
217
209
|
"styles": []
|
|
@@ -236,6 +228,10 @@
|
|
|
236
228
|
"from": "components/VCard/index.mjs",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
231
|
+
"VBtnToggle": {
|
|
232
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
239
235
|
"VCarousel": {
|
|
240
236
|
"from": "components/VCarousel/index.mjs",
|
|
241
237
|
"styles": []
|
|
@@ -244,6 +240,10 @@
|
|
|
244
240
|
"from": "components/VCarousel/index.mjs",
|
|
245
241
|
"styles": []
|
|
246
242
|
},
|
|
243
|
+
"VChip": {
|
|
244
|
+
"from": "components/VChip/index.mjs",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
247
|
"VCheckbox": {
|
|
248
248
|
"from": "components/VCheckbox/index.mjs",
|
|
249
249
|
"styles": []
|
|
@@ -252,30 +252,26 @@
|
|
|
252
252
|
"from": "components/VCheckbox/index.mjs",
|
|
253
253
|
"styles": []
|
|
254
254
|
},
|
|
255
|
-
"VChip": {
|
|
256
|
-
"from": "components/VChip/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
255
|
"VChipGroup": {
|
|
260
256
|
"from": "components/VChipGroup/index.mjs",
|
|
261
257
|
"styles": []
|
|
262
258
|
},
|
|
263
|
-
"VCode": {
|
|
264
|
-
"from": "components/VCode/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
259
|
"VColorPicker": {
|
|
268
260
|
"from": "components/VColorPicker/index.mjs",
|
|
269
261
|
"styles": []
|
|
270
262
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
263
|
+
"VCode": {
|
|
264
|
+
"from": "components/VCode/index.mjs",
|
|
273
265
|
"styles": []
|
|
274
266
|
},
|
|
275
267
|
"VCounter": {
|
|
276
268
|
"from": "components/VCounter/index.mjs",
|
|
277
269
|
"styles": []
|
|
278
270
|
},
|
|
271
|
+
"VCombobox": {
|
|
272
|
+
"from": "components/VCombobox/index.mjs",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
279
275
|
"VDialog": {
|
|
280
276
|
"from": "components/VDialog/index.mjs",
|
|
281
277
|
"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": []
|
|
@@ -416,14 +412,14 @@
|
|
|
416
412
|
"from": "components/VOverlay/index.mjs",
|
|
417
413
|
"styles": []
|
|
418
414
|
},
|
|
419
|
-
"VPagination": {
|
|
420
|
-
"from": "components/VPagination/index.mjs",
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
415
|
"VProgressCircular": {
|
|
424
416
|
"from": "components/VProgressCircular/index.mjs",
|
|
425
417
|
"styles": []
|
|
426
418
|
},
|
|
419
|
+
"VPagination": {
|
|
420
|
+
"from": "components/VPagination/index.mjs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
427
423
|
"VProgressLinear": {
|
|
428
424
|
"from": "components/VProgressLinear/index.mjs",
|
|
429
425
|
"styles": []
|
|
@@ -436,14 +432,14 @@
|
|
|
436
432
|
"from": "components/VRating/index.mjs",
|
|
437
433
|
"styles": []
|
|
438
434
|
},
|
|
439
|
-
"VSelect": {
|
|
440
|
-
"from": "components/VSelect/index.mjs",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
435
|
"VSelectionControl": {
|
|
444
436
|
"from": "components/VSelectionControl/index.mjs",
|
|
445
437
|
"styles": []
|
|
446
438
|
},
|
|
439
|
+
"VSelect": {
|
|
440
|
+
"from": "components/VSelect/index.mjs",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
447
443
|
"VSelectionControlGroup": {
|
|
448
444
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
449
445
|
"styles": []
|
|
@@ -504,6 +500,10 @@
|
|
|
504
500
|
"from": "components/VTimeline/index.mjs",
|
|
505
501
|
"styles": []
|
|
506
502
|
},
|
|
503
|
+
"VTooltip": {
|
|
504
|
+
"from": "components/VTooltip/index.mjs",
|
|
505
|
+
"styles": []
|
|
506
|
+
},
|
|
507
507
|
"VToolbar": {
|
|
508
508
|
"from": "components/VToolbar/index.mjs",
|
|
509
509
|
"styles": []
|
|
@@ -516,10 +516,6 @@
|
|
|
516
516
|
"from": "components/VToolbar/index.mjs",
|
|
517
517
|
"styles": []
|
|
518
518
|
},
|
|
519
|
-
"VTooltip": {
|
|
520
|
-
"from": "components/VTooltip/index.mjs",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
519
|
"VWindow": {
|
|
524
520
|
"from": "components/VWindow/index.mjs",
|
|
525
521
|
"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",
|