@vuetify/nightly 3.6.1-master.2024-05-01 → 3.6.3-dev.2024-05-06
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 +8 -3
- package/dist/json/attributes.json +95 -91
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +202 -191
- package/dist/vuetify-labs.css +2399 -2378
- package/dist/vuetify-labs.d.ts +281 -233
- package/dist/vuetify-labs.esm.js +22 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +22 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1041 -1020
- package/dist/vuetify.d.ts +325 -277
- package/dist/vuetify.esm.js +22 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +22 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +21 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +3 -1
- package/lib/components/VAutocomplete/index.d.mts +18 -18
- package/lib/components/VAvatar/VAvatar.css +10 -1
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +15 -9
- package/lib/components/VBtn/VBtn.css +3 -1
- package/lib/components/VCard/VCard.css +3 -1
- package/lib/components/VChip/VChip.css +3 -1
- package/lib/components/VCombobox/index.d.mts +18 -18
- package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs +7 -8
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +33 -27
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VHover/VHover.mjs +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +24 -24
- package/lib/components/VList/VListItem.css +3 -1
- package/lib/components/VMenu/index.d.mts +33 -27
- package/lib/components/VOverlay/VOverlay.mjs +5 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +15 -9
- package/lib/components/VSelect/index.d.mts +18 -18
- package/lib/components/VSnackbar/VSnackbar.css +3 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +47 -41
- package/lib/components/VSpeedDial/index.d.mts +15 -9
- package/lib/components/VTooltip/index.d.mts +33 -27
- package/lib/components/index.d.mts +281 -233
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
- package/lib/labs/components.d.mts +47 -41
- package/lib/styles/tools/_variant.sass +3 -1
- package/package.json +1 -1
@@ -735,6 +735,10 @@
|
|
735
735
|
"type": "string\n",
|
736
736
|
"description": "Specify content text for the component."
|
737
737
|
},
|
738
|
+
"VAvatar/border": {
|
739
|
+
"type": "string | number | boolean\n",
|
740
|
+
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
741
|
+
},
|
738
742
|
"VAvatar/density": {
|
739
743
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
740
744
|
"description": "Adjusts the vertical height used by the component."
|
@@ -2129,7 +2133,7 @@
|
|
2129
2133
|
},
|
2130
2134
|
"VCarouselItem/lazy-src": {
|
2131
2135
|
"type": "string\n",
|
2132
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied
|
2136
|
+
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
|
2133
2137
|
},
|
2134
2138
|
"VCarouselItem/options": {
|
2135
2139
|
"type": "IntersectionObserverInit\n",
|
@@ -3613,7 +3617,7 @@
|
|
3613
3617
|
},
|
3614
3618
|
"VDataTableHeaders/multi-sort": {
|
3615
3619
|
"type": "boolean\n",
|
3616
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3620
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
3617
3621
|
},
|
3618
3622
|
"VDataTableHeaders/sort-asc-icon": {
|
3619
3623
|
"type": "any\n",
|
@@ -3625,7 +3629,7 @@
|
|
3625
3629
|
},
|
3626
3630
|
"VDataTableHeaders/header-props": {
|
3627
3631
|
"type": "unknown\n",
|
3628
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3632
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
3629
3633
|
},
|
3630
3634
|
"VDataTableHeaders/mobile": {
|
3631
3635
|
"type": "boolean\n",
|
@@ -3641,7 +3645,7 @@
|
|
3641
3645
|
},
|
3642
3646
|
"VDataTableRow/cell-props": {
|
3643
3647
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'index' | 'item' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
3644
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3648
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))"
|
3645
3649
|
},
|
3646
3650
|
"VDataTableRow/mobile": {
|
3647
3651
|
"type": "boolean\n",
|
@@ -3701,7 +3705,7 @@
|
|
3701
3705
|
},
|
3702
3706
|
"VDataTableServer/header-props": {
|
3703
3707
|
"type": "unknown\n",
|
3704
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3708
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
3705
3709
|
},
|
3706
3710
|
"VDataTableServer/cell-props": {
|
3707
3711
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
@@ -3917,7 +3921,7 @@
|
|
3917
3921
|
},
|
3918
3922
|
"VDataTableVirtual/header-props": {
|
3919
3923
|
"type": "unknown\n",
|
3920
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3924
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
3921
3925
|
},
|
3922
3926
|
"VDataTableVirtual/cell-props": {
|
3923
3927
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
@@ -4097,7 +4101,7 @@
|
|
4097
4101
|
},
|
4098
4102
|
"VDateInput/hide-actions": {
|
4099
4103
|
"type": "boolean\n",
|
4100
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4104
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))"
|
4101
4105
|
},
|
4102
4106
|
"VDateInput/focused": {
|
4103
4107
|
"type": "boolean\n",
|
@@ -4625,15 +4629,15 @@
|
|
4625
4629
|
},
|
4626
4630
|
"VDatePickerControls/next-icon": {
|
4627
4631
|
"type": "string\n",
|
4628
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4632
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4629
4633
|
},
|
4630
4634
|
"VDatePickerControls/prev-icon": {
|
4631
4635
|
"type": "string\n",
|
4632
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4633
4637
|
},
|
4634
4638
|
"VDatePickerControls/mode-icon": {
|
4635
4639
|
"type": "string\n",
|
4636
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4640
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4637
4641
|
},
|
4638
4642
|
"VDatePickerControls/text": {
|
4639
4643
|
"type": "string\n",
|
@@ -4641,7 +4645,7 @@
|
|
4641
4645
|
},
|
4642
4646
|
"VDatePickerControls/view-mode": {
|
4643
4647
|
"type": "'month' | 'months' | 'year'\n",
|
4644
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4648
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4645
4649
|
},
|
4646
4650
|
"VDatePickerHeader/append-icon": {
|
4647
4651
|
"type": "string\n",
|
@@ -4653,11 +4657,11 @@
|
|
4653
4657
|
},
|
4654
4658
|
"VDatePickerHeader/header": {
|
4655
4659
|
"type": "string\n",
|
4656
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4660
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
|
4657
4661
|
},
|
4658
4662
|
"VDatePickerHeader/transition": {
|
4659
4663
|
"type": "string\n",
|
4660
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4664
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
|
4661
4665
|
},
|
4662
4666
|
"VDatePickerMonth/color": {
|
4663
4667
|
"type": "string\n",
|
@@ -4669,7 +4673,7 @@
|
|
4669
4673
|
},
|
4670
4674
|
"VDatePickerMonth/show-week": {
|
4671
4675
|
"type": "boolean\n",
|
4672
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4676
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
4673
4677
|
},
|
4674
4678
|
"VDatePickerMonth/transition": {
|
4675
4679
|
"type": "string\n",
|
@@ -4689,7 +4693,7 @@
|
|
4689
4693
|
},
|
4690
4694
|
"VDatePickerMonth/show-adjacent-months": {
|
4691
4695
|
"type": "boolean\n",
|
4692
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4696
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
|
4693
4697
|
},
|
4694
4698
|
"VDatePickerMonth/year": {
|
4695
4699
|
"type": "string | number\n",
|
@@ -4705,7 +4709,7 @@
|
|
4705
4709
|
},
|
4706
4710
|
"VDatePickerMonth/allowed-dates": {
|
4707
4711
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
4708
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4712
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
|
4709
4713
|
},
|
4710
4714
|
"VDatePickerMonth/display-value": {
|
4711
4715
|
"type": "unknown\n",
|
@@ -4717,15 +4721,15 @@
|
|
4717
4721
|
},
|
4718
4722
|
"VDatePickerMonth/max": {
|
4719
4723
|
"type": "unknown\n",
|
4720
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4724
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
|
4721
4725
|
},
|
4722
4726
|
"VDatePickerMonth/min": {
|
4723
4727
|
"type": "unknown\n",
|
4724
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4728
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
|
4725
4729
|
},
|
4726
4730
|
"VDatePickerMonth/multiple": {
|
4727
4731
|
"type": "number | boolean | 'range' | (string & {})\n",
|
4728
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4732
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
4729
4733
|
},
|
4730
4734
|
"VDatePickerMonths/color": {
|
4731
4735
|
"type": "string\n",
|
@@ -4753,11 +4757,11 @@
|
|
4753
4757
|
},
|
4754
4758
|
"VDatePickerYears/min": {
|
4755
4759
|
"type": "unknown\n",
|
4756
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4760
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
4757
4761
|
},
|
4758
4762
|
"VDatePickerYears/max": {
|
4759
4763
|
"type": "unknown\n",
|
4760
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4764
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
4761
4765
|
},
|
4762
4766
|
"VDefaultsProvider/disabled": {
|
4763
4767
|
"type": "boolean\n",
|
@@ -4985,7 +4989,7 @@
|
|
4985
4989
|
},
|
4986
4990
|
"VDialogTransition/target": {
|
4987
4991
|
"type": "HTMLElement | [number, number]\n",
|
4988
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4992
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))"
|
4989
4993
|
},
|
4990
4994
|
"VDivider/length": {
|
4991
4995
|
"type": "string | number\n",
|
@@ -5177,11 +5181,11 @@
|
|
5177
5181
|
},
|
5178
5182
|
"VExpansionPanel/focusable": {
|
5179
5183
|
"type": "boolean\n",
|
5180
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5184
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
5181
5185
|
},
|
5182
5186
|
"VExpansionPanel/static": {
|
5183
5187
|
"type": "boolean\n",
|
5184
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5188
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
5185
5189
|
},
|
5186
5190
|
"VExpansionPanel/ripple": {
|
5187
5191
|
"type": "boolean | { class: string }\n",
|
@@ -5217,11 +5221,11 @@
|
|
5217
5221
|
},
|
5218
5222
|
"VExpansionPanelTitle/focusable": {
|
5219
5223
|
"type": "boolean\n",
|
5220
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5224
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
5221
5225
|
},
|
5222
5226
|
"VExpansionPanelTitle/static": {
|
5223
5227
|
"type": "boolean\n",
|
5224
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5228
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
5225
5229
|
},
|
5226
5230
|
"VExpansionPanelTitle/ripple": {
|
5227
5231
|
"type": "boolean | { class: string }\n",
|
@@ -5229,7 +5233,7 @@
|
|
5229
5233
|
},
|
5230
5234
|
"VExpansionPanelTitle/readonly": {
|
5231
5235
|
"type": "boolean\n",
|
5232
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5236
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
5233
5237
|
},
|
5234
5238
|
"VExpansionPanels/flat": {
|
5235
5239
|
"type": "boolean\n",
|
@@ -5313,7 +5317,7 @@
|
|
5313
5317
|
},
|
5314
5318
|
"VExpansionPanels/static": {
|
5315
5319
|
"type": "boolean\n",
|
5316
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5320
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
5317
5321
|
},
|
5318
5322
|
"VExpansionPanels/ripple": {
|
5319
5323
|
"type": "boolean | { class: string }\n",
|
@@ -6029,7 +6033,7 @@
|
|
6029
6033
|
},
|
6030
6034
|
"VImg/lazy-src": {
|
6031
6035
|
"type": "string\n",
|
6032
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied
|
6036
|
+
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
|
6033
6037
|
},
|
6034
6038
|
"VImg/options": {
|
6035
6039
|
"type": "IntersectionObserverInit\n",
|
@@ -6361,7 +6365,7 @@
|
|
6361
6365
|
},
|
6362
6366
|
"VLayoutItem/position": {
|
6363
6367
|
"type": "'top' | 'right' | 'bottom' | 'left'\n",
|
6364
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6368
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))"
|
6365
6369
|
},
|
6366
6370
|
"VLayoutItem/size": {
|
6367
6371
|
"type": "string | number\n",
|
@@ -6453,11 +6457,11 @@
|
|
6453
6457
|
},
|
6454
6458
|
"VList/expand-icon": {
|
6455
6459
|
"type": "string\n",
|
6456
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6460
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
|
6457
6461
|
},
|
6458
6462
|
"VList/collapse-icon": {
|
6459
6463
|
"type": "string\n",
|
6460
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6464
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
|
6461
6465
|
},
|
6462
6466
|
"VList/lines": {
|
6463
6467
|
"type": "false | 'one' | 'two' | 'three'\n",
|
@@ -6473,11 +6477,11 @@
|
|
6473
6477
|
},
|
6474
6478
|
"VList/activatable": {
|
6475
6479
|
"type": "boolean\n",
|
6476
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6480
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))"
|
6477
6481
|
},
|
6478
6482
|
"VList/selectable": {
|
6479
6483
|
"type": "boolean\n",
|
6480
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6484
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))"
|
6481
6485
|
},
|
6482
6486
|
"VList/mandatory": {
|
6483
6487
|
"type": "boolean\n",
|
@@ -6629,7 +6633,7 @@
|
|
6629
6633
|
},
|
6630
6634
|
"VListGroup/fluid": {
|
6631
6635
|
"type": "boolean\n",
|
6632
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
|
6633
6637
|
},
|
6634
6638
|
"VListGroup/subgroup": {
|
6635
6639
|
"type": "boolean\n",
|
@@ -6693,7 +6697,7 @@
|
|
6693
6697
|
},
|
6694
6698
|
"VListItem/nav": {
|
6695
6699
|
"type": "boolean\n",
|
6696
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6700
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
|
6697
6701
|
},
|
6698
6702
|
"VListItem/prepend-avatar": {
|
6699
6703
|
"type": "string\n",
|
@@ -6713,7 +6717,7 @@
|
|
6713
6717
|
},
|
6714
6718
|
"VListItem/slim": {
|
6715
6719
|
"type": "boolean\n",
|
6716
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6720
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
|
6717
6721
|
},
|
6718
6722
|
"VListItem/border": {
|
6719
6723
|
"type": "string | number | boolean\n",
|
@@ -6793,7 +6797,7 @@
|
|
6793
6797
|
},
|
6794
6798
|
"VListItem/lines": {
|
6795
6799
|
"type": "'one' | 'two' | 'three'\n",
|
6796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6800
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
|
6797
6801
|
},
|
6798
6802
|
"VListItemAction/start": {
|
6799
6803
|
"type": "boolean\n",
|
@@ -6837,11 +6841,11 @@
|
|
6837
6841
|
},
|
6838
6842
|
"VListSubheader/inset": {
|
6839
6843
|
"type": "boolean\n",
|
6840
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6844
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))"
|
6841
6845
|
},
|
6842
6846
|
"VListSubheader/sticky": {
|
6843
6847
|
"type": "boolean\n",
|
6844
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6848
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))"
|
6845
6849
|
},
|
6846
6850
|
"VListSubheader/title": {
|
6847
6851
|
"type": "string\n",
|
@@ -6853,11 +6857,11 @@
|
|
6853
6857
|
},
|
6854
6858
|
"VLocaleProvider/locale": {
|
6855
6859
|
"type": "string\n",
|
6856
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6860
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
|
6857
6861
|
},
|
6858
6862
|
"VLocaleProvider/fallback-locale": {
|
6859
6863
|
"type": "string\n",
|
6860
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6864
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
|
6861
6865
|
},
|
6862
6866
|
"VLocaleProvider/messages": {
|
6863
6867
|
"type": "unknown\n",
|
@@ -6865,11 +6869,11 @@
|
|
6865
6869
|
},
|
6866
6870
|
"VLocaleProvider/rtl": {
|
6867
6871
|
"type": "boolean\n",
|
6868
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6872
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
|
6869
6873
|
},
|
6870
6874
|
"VMain/scrollable": {
|
6871
6875
|
"type": "boolean\n",
|
6872
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6876
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))"
|
6873
6877
|
},
|
6874
6878
|
"VMain/height": {
|
6875
6879
|
"type": "string | number\n",
|
@@ -7125,7 +7129,7 @@
|
|
7125
7129
|
},
|
7126
7130
|
"VNavigationDrawer/sticky": {
|
7127
7131
|
"type": "boolean\n",
|
7128
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7132
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
|
7129
7133
|
},
|
7130
7134
|
"VNavigationDrawer/border": {
|
7131
7135
|
"type": "string | number | boolean\n",
|
@@ -7185,27 +7189,27 @@
|
|
7185
7189
|
},
|
7186
7190
|
"VNumberInput/control-variant": {
|
7187
7191
|
"type": "'default' | 'stacked' | 'split'\n",
|
7188
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7192
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7189
7193
|
},
|
7190
7194
|
"VNumberInput/inset": {
|
7191
7195
|
"type": "boolean\n",
|
7192
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7196
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7193
7197
|
},
|
7194
7198
|
"VNumberInput/hide-input": {
|
7195
7199
|
"type": "boolean\n",
|
7196
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7200
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7197
7201
|
},
|
7198
7202
|
"VNumberInput/min": {
|
7199
7203
|
"type": "number\n",
|
7200
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7204
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7201
7205
|
},
|
7202
7206
|
"VNumberInput/max": {
|
7203
7207
|
"type": "number\n",
|
7204
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7208
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7205
7209
|
},
|
7206
7210
|
"VNumberInput/step": {
|
7207
7211
|
"type": "number\n",
|
7208
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7212
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7209
7213
|
},
|
7210
7214
|
"VNumberInput/hint": {
|
7211
7215
|
"type": "string\n",
|
@@ -7633,7 +7637,7 @@
|
|
7633
7637
|
},
|
7634
7638
|
"VParallax/scale": {
|
7635
7639
|
"type": "string | number\n",
|
7636
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7640
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))"
|
7637
7641
|
},
|
7638
7642
|
"VPicker/title": {
|
7639
7643
|
"type": "string\n",
|
@@ -7845,7 +7849,7 @@
|
|
7845
7849
|
},
|
7846
7850
|
"VPullToRefresh/pull-down-threshold": {
|
7847
7851
|
"type": "number\n",
|
7848
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7852
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))"
|
7849
7853
|
},
|
7850
7854
|
"VRadio/label": {
|
7851
7855
|
"type": "string\n",
|
@@ -8273,7 +8277,7 @@
|
|
8273
8277
|
},
|
8274
8278
|
"VRating/item-aria-label": {
|
8275
8279
|
"type": "string\n",
|
8276
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
8280
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))"
|
8277
8281
|
},
|
8278
8282
|
"VRating/active-color": {
|
8279
8283
|
"type": "string\n",
|
@@ -9113,7 +9117,7 @@
|
|
9113
9117
|
},
|
9114
9118
|
"VSkeletonLoader/loading-text": {
|
9115
9119
|
"type": "string\n",
|
9116
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
9120
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))"
|
9117
9121
|
},
|
9118
9122
|
"VSkeletonLoader/type": {
|
9119
9123
|
"type": " | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n | (\n | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n )[]\n",
|
@@ -9748,7 +9752,7 @@
|
|
9748
9752
|
"description": "Sets the overlay opacity."
|
9749
9753
|
},
|
9750
9754
|
"VSnackbarQueue/model-value": {
|
9751
|
-
"type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions
|
9755
|
+
"type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
|
9752
9756
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
9753
9757
|
},
|
9754
9758
|
"VSnackbarQueue/z-index": {
|
@@ -9897,11 +9901,11 @@
|
|
9897
9901
|
},
|
9898
9902
|
"VSparkline/id": {
|
9899
9903
|
"type": "string\n",
|
9900
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
9904
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
|
9901
9905
|
},
|
9902
9906
|
"VSparkline/item-value": {
|
9903
9907
|
"type": "string\n",
|
9904
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
9908
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
|
9905
9909
|
},
|
9906
9910
|
"VSparkline/model-value": {
|
9907
9911
|
"type": "(number | { value: number })[]\n",
|
@@ -9909,11 +9913,11 @@
|
|
9909
9913
|
},
|
9910
9914
|
"VSparkline/min": {
|
9911
9915
|
"type": "string | number\n",
|
9912
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
9916
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
|
9913
9917
|
},
|
9914
9918
|
"VSparkline/max": {
|
9915
9919
|
"type": "string | number\n",
|
9916
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
9920
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
|
9917
9921
|
},
|
9918
9922
|
"VSparkline/padding": {
|
9919
9923
|
"type": "string | number\n",
|
@@ -11141,7 +11145,7 @@
|
|
11141
11145
|
},
|
11142
11146
|
"VTextarea/autofocus": {
|
11143
11147
|
"type": "boolean\n",
|
11144
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11148
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))"
|
11145
11149
|
},
|
11146
11150
|
"VTextarea/prefix": {
|
11147
11151
|
"type": "string\n",
|
@@ -11353,7 +11357,7 @@
|
|
11353
11357
|
},
|
11354
11358
|
"VThemeProvider/with-background": {
|
11355
11359
|
"type": "boolean\n",
|
11356
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11360
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))"
|
11357
11361
|
},
|
11358
11362
|
"VThemeProvider/theme": {
|
11359
11363
|
"type": "string\n",
|
@@ -11397,7 +11401,7 @@
|
|
11397
11401
|
},
|
11398
11402
|
"VTimePicker/use-seconds": {
|
11399
11403
|
"type": "boolean\n",
|
11400
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11404
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))"
|
11401
11405
|
},
|
11402
11406
|
"VTimePicker/bg-color": {
|
11403
11407
|
"type": "string\n",
|
@@ -11485,7 +11489,7 @@
|
|
11485
11489
|
},
|
11486
11490
|
"VTimePickerClock/ampm": {
|
11487
11491
|
"type": "boolean\n",
|
11488
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11492
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11489
11493
|
},
|
11490
11494
|
"VTimePickerClock/color": {
|
11491
11495
|
"type": "string\n",
|
@@ -11497,39 +11501,39 @@
|
|
11497
11501
|
},
|
11498
11502
|
"VTimePickerClock/displayed-value": {
|
11499
11503
|
"type": "any\n",
|
11500
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11504
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11501
11505
|
},
|
11502
11506
|
"VTimePickerClock/double": {
|
11503
11507
|
"type": "boolean\n",
|
11504
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11505
11509
|
},
|
11506
11510
|
"VTimePickerClock/format": {
|
11507
11511
|
"type": "Function\n",
|
11508
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11512
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11509
11513
|
},
|
11510
11514
|
"VTimePickerClock/max": {
|
11511
11515
|
"type": "number\n",
|
11512
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11513
11517
|
},
|
11514
11518
|
"VTimePickerClock/min": {
|
11515
11519
|
"type": "number\n",
|
11516
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11520
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11517
11521
|
},
|
11518
11522
|
"VTimePickerClock/scrollable": {
|
11519
11523
|
"type": "boolean\n",
|
11520
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11524
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11521
11525
|
},
|
11522
11526
|
"VTimePickerClock/readonly": {
|
11523
11527
|
"type": "boolean\n",
|
11524
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11528
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11525
11529
|
},
|
11526
11530
|
"VTimePickerClock/rotate": {
|
11527
11531
|
"type": "number\n",
|
11528
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11532
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11529
11533
|
},
|
11530
11534
|
"VTimePickerClock/step": {
|
11531
11535
|
"type": "number\n",
|
11532
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11536
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11533
11537
|
},
|
11534
11538
|
"VTimePickerClock/model-value": {
|
11535
11539
|
"type": "number\n",
|
@@ -11537,15 +11541,15 @@
|
|
11537
11541
|
},
|
11538
11542
|
"VTimePickerClock/allowed-values": {
|
11539
11543
|
"type": "(value: number) => boolean\n",
|
11540
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11544
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
11541
11545
|
},
|
11542
11546
|
"VTimePickerControls/ampm": {
|
11543
11547
|
"type": "boolean\n",
|
11544
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11548
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11545
11549
|
},
|
11546
11550
|
"VTimePickerControls/ampm-readonly": {
|
11547
11551
|
"type": "boolean\n",
|
11548
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11552
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11549
11553
|
},
|
11550
11554
|
"VTimePickerControls/color": {
|
11551
11555
|
"type": "string\n",
|
@@ -11557,35 +11561,35 @@
|
|
11557
11561
|
},
|
11558
11562
|
"VTimePickerControls/hour": {
|
11559
11563
|
"type": "number\n",
|
11560
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11564
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11561
11565
|
},
|
11562
11566
|
"VTimePickerControls/minute": {
|
11563
11567
|
"type": "number\n",
|
11564
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11568
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11565
11569
|
},
|
11566
11570
|
"VTimePickerControls/second": {
|
11567
11571
|
"type": "number\n",
|
11568
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11572
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11569
11573
|
},
|
11570
11574
|
"VTimePickerControls/period": {
|
11571
11575
|
"type": "string\n",
|
11572
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11576
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11573
11577
|
},
|
11574
11578
|
"VTimePickerControls/readonly": {
|
11575
11579
|
"type": "boolean\n",
|
11576
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11580
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11577
11581
|
},
|
11578
11582
|
"VTimePickerControls/use-seconds": {
|
11579
11583
|
"type": "boolean\n",
|
11580
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11584
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11581
11585
|
},
|
11582
11586
|
"VTimePickerControls/selecting": {
|
11583
11587
|
"type": "number\n",
|
11584
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11588
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11585
11589
|
},
|
11586
11590
|
"VTimePickerControls/value": {
|
11587
11591
|
"type": "number\n",
|
11588
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11592
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
11589
11593
|
},
|
11590
11594
|
"VTimeline/justify": {
|
11591
11595
|
"type": "string\n",
|
@@ -12025,7 +12029,7 @@
|
|
12025
12029
|
},
|
12026
12030
|
"VTreeview/collapse-icon": {
|
12027
12031
|
"type": "string\n",
|
12028
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12032
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
|
12029
12033
|
},
|
12030
12034
|
"VTreeview/lines": {
|
12031
12035
|
"type": "false | 'one' | 'two' | 'three'\n",
|
@@ -12185,7 +12189,7 @@
|
|
12185
12189
|
},
|
12186
12190
|
"VTreeviewGroup/fluid": {
|
12187
12191
|
"type": "boolean\n",
|
12188
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12192
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
|
12189
12193
|
},
|
12190
12194
|
"VTreeviewGroup/title": {
|
12191
12195
|
"type": "string\n",
|
@@ -12209,11 +12213,11 @@
|
|
12209
12213
|
},
|
12210
12214
|
"VTreeviewItem/loading": {
|
12211
12215
|
"type": "boolean\n",
|
12212
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12216
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))"
|
12213
12217
|
},
|
12214
12218
|
"VTreeviewItem/toggle-icon": {
|
12215
12219
|
"type": "any\n",
|
12216
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12220
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))"
|
12217
12221
|
},
|
12218
12222
|
"VTreeviewItem/active": {
|
12219
12223
|
"type": "boolean\n",
|
@@ -12249,7 +12253,7 @@
|
|
12249
12253
|
},
|
12250
12254
|
"VTreeviewItem/nav": {
|
12251
12255
|
"type": "boolean\n",
|
12252
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12256
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
|
12253
12257
|
},
|
12254
12258
|
"VTreeviewItem/prepend-avatar": {
|
12255
12259
|
"type": "string\n",
|
@@ -12269,7 +12273,7 @@
|
|
12269
12273
|
},
|
12270
12274
|
"VTreeviewItem/slim": {
|
12271
12275
|
"type": "boolean\n",
|
12272
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12276
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
|
12273
12277
|
},
|
12274
12278
|
"VTreeviewItem/border": {
|
12275
12279
|
"type": "string | number | boolean\n",
|
@@ -12349,7 +12353,7 @@
|
|
12349
12353
|
},
|
12350
12354
|
"VTreeviewItem/lines": {
|
12351
12355
|
"type": "'one' | 'two' | 'three'\n",
|
12352
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12356
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
|
12353
12357
|
},
|
12354
12358
|
"VValidation/disabled": {
|
12355
12359
|
"type": "boolean\n",
|