@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.6.14-master.2024-08-01
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 +127 -275
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +5 -42
- package/dist/json/web-types.json +241 -612
- package/dist/vuetify-labs.css +3861 -3156
- package/dist/vuetify-labs.d.ts +368 -697
- package/dist/vuetify-labs.esm.js +238 -240
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +238 -240
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1162 -457
- package/dist/vuetify.d.ts +348 -611
- package/dist/vuetify.esm.js +99 -159
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +99 -159
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1038 -1037
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAppBar/index.d.mts +0 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -15
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -61
- package/lib/components/VAvatar/VAvatar.css +2 -7
- package/lib/components/VAvatar/VAvatar.mjs +2 -7
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +0 -1
- package/lib/components/VAvatar/_variables.scss +0 -13
- package/lib/components/VAvatar/index.d.mts +0 -6
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +2 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +0 -6
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +0 -9
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -15
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -61
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +0 -72
- package/lib/components/VFab/index.d.mts +0 -6
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +1 -6
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +0 -36
- package/lib/components/VImg/VImg.css +6 -9
- package/lib/components/VImg/VImg.mjs +0 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -9
- package/lib/components/VImg/index.d.mts +0 -9
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +23 -13
- package/lib/components/VList/VListItem.mjs +1 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +2 -2
- package/lib/components/VList/index.d.mts +18 -19
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +8 -26
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +4 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/VSelect.mjs +13 -15
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -61
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +0 -6
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +13 -28
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTabs/index.d.mts +3 -21
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +8 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -2
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +0 -3
- package/lib/components/index.d.mts +302 -565
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +6 -8
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +0 -1
- package/lib/composables/virtual.mjs.map +1 -1
- 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 +46 -46
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +23 -14
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +0 -36
- package/lib/labs/VTreeview/VTreeview.mjs +5 -7
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +10 -33
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +74 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +5 -2
- package/lib/labs/VTreeview/index.d.mts +60 -77
- package/lib/labs/components.d.mts +92 -136
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/lib/util/helpers.mjs +0 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
package/dist/json/web-types.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vuetify",
|
5
|
-
"version": "3.6.
|
5
|
+
"version": "3.6.14-master.2024-08-01",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -752,15 +752,6 @@
|
|
752
752
|
"type": "boolean"
|
753
753
|
}
|
754
754
|
},
|
755
|
-
{
|
756
|
-
"name": "activeColor",
|
757
|
-
"description": "The applied color when the component is in an active state.",
|
758
|
-
"doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
|
759
|
-
"value": {
|
760
|
-
"kind": "expression",
|
761
|
-
"type": "string"
|
762
|
-
}
|
763
|
-
},
|
764
755
|
{
|
765
756
|
"name": "baseColor",
|
766
757
|
"description": "Sets the color of component when not focused.",
|
@@ -1877,7 +1868,7 @@
|
|
1877
1868
|
"doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
|
1878
1869
|
"value": {
|
1879
1870
|
"kind": "expression",
|
1880
|
-
"type": "| '
|
1871
|
+
"type": "| 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'"
|
1881
1872
|
}
|
1882
1873
|
},
|
1883
1874
|
{
|
@@ -2463,16 +2454,6 @@
|
|
2463
2454
|
"type": "string"
|
2464
2455
|
}
|
2465
2456
|
},
|
2466
|
-
{
|
2467
|
-
"name": "border",
|
2468
|
-
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
|
2469
|
-
"doc-url": "https://vuetifyjs.com/api/VAvatar#props",
|
2470
|
-
"default": "false",
|
2471
|
-
"value": {
|
2472
|
-
"kind": "expression",
|
2473
|
-
"type": "string | number | boolean"
|
2474
|
-
}
|
2475
|
-
},
|
2476
2457
|
{
|
2477
2458
|
"name": "density",
|
2478
2459
|
"description": "Adjusts the vertical height used by the component.",
|
@@ -3362,7 +3343,7 @@
|
|
3362
3343
|
},
|
3363
3344
|
{
|
3364
3345
|
"name": "update:active",
|
3365
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3346
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VBottomNavigation.json))",
|
3366
3347
|
"doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#events",
|
3367
3348
|
"arguments": [
|
3368
3349
|
{
|
@@ -4210,15 +4191,6 @@
|
|
4210
4191
|
"type": "boolean"
|
4211
4192
|
}
|
4212
4193
|
},
|
4213
|
-
{
|
4214
|
-
"name": "activeColor",
|
4215
|
-
"description": "The applied color when the component is in an active state.",
|
4216
|
-
"doc-url": "https://vuetifyjs.com/api/VBtn#props",
|
4217
|
-
"value": {
|
4218
|
-
"kind": "expression",
|
4219
|
-
"type": "string"
|
4220
|
-
}
|
4221
|
-
},
|
4222
4194
|
{
|
4223
4195
|
"name": "baseColor",
|
4224
4196
|
"description": "Sets the color of component when not focused.",
|
@@ -5036,7 +5008,7 @@
|
|
5036
5008
|
},
|
5037
5009
|
{
|
5038
5010
|
"name": "firstDayOfWeek",
|
5039
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5011
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
|
5040
5012
|
"doc-url": "https://vuetifyjs.com/api/VCalendar#props",
|
5041
5013
|
"value": {
|
5042
5014
|
"kind": "expression",
|
@@ -5285,7 +5257,7 @@
|
|
5285
5257
|
},
|
5286
5258
|
{
|
5287
5259
|
"name": "event",
|
5288
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5260
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendar.tsx#L28-L28.json))",
|
5289
5261
|
"doc-url": "https://vuetifyjs.com/api/v-calendar#slots",
|
5290
5262
|
"vue-properties": [
|
5291
5263
|
{
|
@@ -5814,7 +5786,7 @@
|
|
5814
5786
|
},
|
5815
5787
|
{
|
5816
5788
|
"name": "event",
|
5817
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5789
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendarMonthDay.tsx#L15-L15.json))",
|
5818
5790
|
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#slots",
|
5819
5791
|
"vue-properties": [
|
5820
5792
|
{
|
@@ -6802,16 +6774,6 @@
|
|
6802
6774
|
"description": "",
|
6803
6775
|
"doc-url": "https://vuetifyjs.com/api/v-carousel-item",
|
6804
6776
|
"attributes": [
|
6805
|
-
{
|
6806
|
-
"name": "absolute",
|
6807
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/feat/submenu-navigation/packages/api-generator/src/locale/en/VImg.json))",
|
6808
|
-
"doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
|
6809
|
-
"default": "false",
|
6810
|
-
"value": {
|
6811
|
-
"kind": "expression",
|
6812
|
-
"type": "boolean"
|
6813
|
-
}
|
6814
|
-
},
|
6815
6777
|
{
|
6816
6778
|
"name": "alt",
|
6817
6779
|
"description": "Alternate text for screen readers. Leave empty for decorative images.",
|
@@ -7361,7 +7323,7 @@
|
|
7361
7323
|
"doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
|
7362
7324
|
"value": {
|
7363
7325
|
"kind": "expression",
|
7364
|
-
"type": "| 'input'\n | 'blur'\n | 'submit'\n | '
|
7326
|
+
"type": "| 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'"
|
7365
7327
|
}
|
7366
7328
|
},
|
7367
7329
|
{
|
@@ -8489,7 +8451,7 @@
|
|
8489
8451
|
},
|
8490
8452
|
{
|
8491
8453
|
"name": "clickOnce",
|
8492
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
8454
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VChip.json))",
|
8493
8455
|
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
8494
8456
|
"arguments": [
|
8495
8457
|
{
|
@@ -10080,7 +10042,7 @@
|
|
10080
10042
|
"doc-url": "https://vuetifyjs.com/api/VCombobox#props",
|
10081
10043
|
"value": {
|
10082
10044
|
"kind": "expression",
|
10083
|
-
"type": "| '
|
10045
|
+
"type": "| 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'"
|
10084
10046
|
}
|
10085
10047
|
},
|
10086
10048
|
{
|
@@ -10722,7 +10684,7 @@
|
|
10722
10684
|
},
|
10723
10685
|
{
|
10724
10686
|
"name": "save",
|
10725
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10687
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VConfirmEdit.json))",
|
10726
10688
|
"doc-url": "https://vuetifyjs.com/api/v-confirm-edit#events",
|
10727
10689
|
"arguments": [
|
10728
10690
|
{
|
@@ -10796,60 +10758,6 @@
|
|
10796
10758
|
"type": "boolean"
|
10797
10759
|
}
|
10798
10760
|
},
|
10799
|
-
{
|
10800
|
-
"name": "height",
|
10801
|
-
"description": "Sets the height for the component.",
|
10802
|
-
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10803
|
-
"value": {
|
10804
|
-
"kind": "expression",
|
10805
|
-
"type": "string | number"
|
10806
|
-
}
|
10807
|
-
},
|
10808
|
-
{
|
10809
|
-
"name": "maxHeight",
|
10810
|
-
"description": "Sets the maximum height for the component.",
|
10811
|
-
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10812
|
-
"value": {
|
10813
|
-
"kind": "expression",
|
10814
|
-
"type": "string | number"
|
10815
|
-
}
|
10816
|
-
},
|
10817
|
-
{
|
10818
|
-
"name": "maxWidth",
|
10819
|
-
"description": "Sets the maximum width for the component.",
|
10820
|
-
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10821
|
-
"value": {
|
10822
|
-
"kind": "expression",
|
10823
|
-
"type": "string | number"
|
10824
|
-
}
|
10825
|
-
},
|
10826
|
-
{
|
10827
|
-
"name": "minHeight",
|
10828
|
-
"description": "Sets the minimum height for the component.",
|
10829
|
-
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10830
|
-
"value": {
|
10831
|
-
"kind": "expression",
|
10832
|
-
"type": "string | number"
|
10833
|
-
}
|
10834
|
-
},
|
10835
|
-
{
|
10836
|
-
"name": "minWidth",
|
10837
|
-
"description": "Sets the minimum width for the component.",
|
10838
|
-
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10839
|
-
"value": {
|
10840
|
-
"kind": "expression",
|
10841
|
-
"type": "string | number"
|
10842
|
-
}
|
10843
|
-
},
|
10844
|
-
{
|
10845
|
-
"name": "width",
|
10846
|
-
"description": "Sets the width for the component.",
|
10847
|
-
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10848
|
-
"value": {
|
10849
|
-
"kind": "expression",
|
10850
|
-
"type": "string | number"
|
10851
|
-
}
|
10852
|
-
},
|
10853
10761
|
{
|
10854
10762
|
"name": "tag",
|
10855
10763
|
"description": "Specify a custom tag used on the root element.",
|
@@ -11314,7 +11222,7 @@
|
|
11314
11222
|
},
|
11315
11223
|
{
|
11316
11224
|
"name": "update:currentItems",
|
11317
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11225
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataIterator.json))",
|
11318
11226
|
"doc-url": "https://vuetifyjs.com/api/v-data-iterator#events",
|
11319
11227
|
"arguments": [
|
11320
11228
|
{
|
@@ -12295,7 +12203,7 @@
|
|
12295
12203
|
},
|
12296
12204
|
{
|
12297
12205
|
"name": "update:currentItems",
|
12298
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12206
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTable.json))",
|
12299
12207
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
12300
12208
|
"arguments": [
|
12301
12209
|
{
|
@@ -12387,7 +12295,7 @@
|
|
12387
12295
|
},
|
12388
12296
|
{
|
12389
12297
|
"name": "header.data-table-expand",
|
12390
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12298
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
12391
12299
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12392
12300
|
"vue-properties": [
|
12393
12301
|
{
|
@@ -12489,7 +12397,7 @@
|
|
12489
12397
|
},
|
12490
12398
|
{
|
12491
12399
|
"name": "headers",
|
12492
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12400
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
|
12493
12401
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12494
12402
|
"vue-properties": [
|
12495
12403
|
{
|
@@ -12911,7 +12819,7 @@
|
|
12911
12819
|
},
|
12912
12820
|
{
|
12913
12821
|
"name": "tbody",
|
12914
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12822
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
12915
12823
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12916
12824
|
"vue-properties": [
|
12917
12825
|
{
|
@@ -13002,7 +12910,7 @@
|
|
13002
12910
|
},
|
13003
12911
|
{
|
13004
12912
|
"name": "thead",
|
13005
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12913
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
13006
12914
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
13007
12915
|
"vue-properties": [
|
13008
12916
|
{
|
@@ -13093,7 +13001,7 @@
|
|
13093
13001
|
},
|
13094
13002
|
{
|
13095
13003
|
"name": "tfoot",
|
13096
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13004
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
13097
13005
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
13098
13006
|
"vue-properties": [
|
13099
13007
|
{
|
@@ -13467,7 +13375,7 @@
|
|
13467
13375
|
},
|
13468
13376
|
{
|
13469
13377
|
"name": "[`header.${string}`]",
|
13470
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13378
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13471
13379
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
13472
13380
|
"vue-properties": [
|
13473
13381
|
{
|
@@ -13523,7 +13431,7 @@
|
|
13523
13431
|
"slots": [
|
13524
13432
|
{
|
13525
13433
|
"name": "[string]",
|
13526
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13434
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableFooter.json))",
|
13527
13435
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
|
13528
13436
|
}
|
13529
13437
|
],
|
@@ -13572,7 +13480,7 @@
|
|
13572
13480
|
},
|
13573
13481
|
{
|
13574
13482
|
"name": "multiSort",
|
13575
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13483
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
13576
13484
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
13577
13485
|
"default": "false",
|
13578
13486
|
"value": {
|
@@ -13602,7 +13510,7 @@
|
|
13602
13510
|
},
|
13603
13511
|
{
|
13604
13512
|
"name": "headerProps",
|
13605
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13513
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
13606
13514
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
13607
13515
|
"value": {
|
13608
13516
|
"kind": "expression",
|
@@ -13643,7 +13551,7 @@
|
|
13643
13551
|
"slots": [
|
13644
13552
|
{
|
13645
13553
|
"name": "headers",
|
13646
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13554
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
|
13647
13555
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13648
13556
|
"vue-properties": [
|
13649
13557
|
{
|
@@ -13701,7 +13609,7 @@
|
|
13701
13609
|
},
|
13702
13610
|
{
|
13703
13611
|
"name": "header.data-table-select",
|
13704
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13612
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13705
13613
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13706
13614
|
"vue-properties": [
|
13707
13615
|
{
|
@@ -13740,7 +13648,7 @@
|
|
13740
13648
|
},
|
13741
13649
|
{
|
13742
13650
|
"name": "header.data-table-expand",
|
13743
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13651
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13744
13652
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13745
13653
|
"vue-properties": [
|
13746
13654
|
{
|
@@ -13779,7 +13687,7 @@
|
|
13779
13687
|
},
|
13780
13688
|
{
|
13781
13689
|
"name": "[`header.${string}`]",
|
13782
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13690
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13783
13691
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13784
13692
|
"vue-properties": [
|
13785
13693
|
{
|
@@ -13833,7 +13741,7 @@
|
|
13833
13741
|
"attributes": [
|
13834
13742
|
{
|
13835
13743
|
"name": "cellProps",
|
13836
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13744
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
13837
13745
|
"doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
|
13838
13746
|
"value": {
|
13839
13747
|
"kind": "expression",
|
@@ -13892,7 +13800,7 @@
|
|
13892
13800
|
},
|
13893
13801
|
{
|
13894
13802
|
"name": "contextmenu",
|
13895
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13803
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
13896
13804
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
13897
13805
|
"arguments": [
|
13898
13806
|
{
|
@@ -13903,7 +13811,7 @@
|
|
13903
13811
|
},
|
13904
13812
|
{
|
13905
13813
|
"name": "dblclick",
|
13906
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13814
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
13907
13815
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
13908
13816
|
"arguments": [
|
13909
13817
|
{
|
@@ -13916,17 +13824,17 @@
|
|
13916
13824
|
"slots": [
|
13917
13825
|
{
|
13918
13826
|
"name": "item.data-table-select",
|
13919
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13827
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
|
13920
13828
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
13921
13829
|
},
|
13922
13830
|
{
|
13923
13831
|
"name": "item.data-table-expand",
|
13924
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13832
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
|
13925
13833
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
13926
13834
|
},
|
13927
13835
|
{
|
13928
13836
|
"name": "header.data-table-select",
|
13929
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13837
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13930
13838
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
13931
13839
|
"vue-properties": [
|
13932
13840
|
{
|
@@ -13965,7 +13873,7 @@
|
|
13965
13873
|
},
|
13966
13874
|
{
|
13967
13875
|
"name": "header.data-table-expand",
|
13968
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13876
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13969
13877
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
13970
13878
|
"vue-properties": [
|
13971
13879
|
{
|
@@ -14004,12 +13912,12 @@
|
|
14004
13912
|
},
|
14005
13913
|
{
|
14006
13914
|
"name": "[`item.${string}`]",
|
14007
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13915
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
|
14008
13916
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
14009
13917
|
},
|
14010
13918
|
{
|
14011
13919
|
"name": "[`header.${string}`]",
|
14012
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13920
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14013
13921
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
14014
13922
|
"vue-properties": [
|
14015
13923
|
{
|
@@ -14193,7 +14101,7 @@
|
|
14193
14101
|
},
|
14194
14102
|
{
|
14195
14103
|
"name": "header.data-table-select",
|
14196
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14104
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14197
14105
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
14198
14106
|
"vue-properties": [
|
14199
14107
|
{
|
@@ -14232,7 +14140,7 @@
|
|
14232
14140
|
},
|
14233
14141
|
{
|
14234
14142
|
"name": "header.data-table-expand",
|
14235
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14143
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14236
14144
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
14237
14145
|
"vue-properties": [
|
14238
14146
|
{
|
@@ -14334,12 +14242,12 @@
|
|
14334
14242
|
},
|
14335
14243
|
{
|
14336
14244
|
"name": "[`item.${string}`]",
|
14337
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14245
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
|
14338
14246
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
14339
14247
|
},
|
14340
14248
|
{
|
14341
14249
|
"name": "[`header.${string}`]",
|
14342
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14250
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14343
14251
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
14344
14252
|
"vue-properties": [
|
14345
14253
|
{
|
@@ -14402,7 +14310,7 @@
|
|
14402
14310
|
},
|
14403
14311
|
{
|
14404
14312
|
"name": "headerProps",
|
14405
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14313
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
14406
14314
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
14407
14315
|
"value": {
|
14408
14316
|
"kind": "expression",
|
@@ -14536,7 +14444,7 @@
|
|
14536
14444
|
},
|
14537
14445
|
{
|
14538
14446
|
"name": "hideDefaultBody",
|
14539
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14447
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
|
14540
14448
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
14541
14449
|
"default": "false",
|
14542
14450
|
"value": {
|
@@ -14546,7 +14454,7 @@
|
|
14546
14454
|
},
|
14547
14455
|
{
|
14548
14456
|
"name": "hideDefaultFooter",
|
14549
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14457
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
|
14550
14458
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
14551
14459
|
"default": "false",
|
14552
14460
|
"value": {
|
@@ -14556,7 +14464,7 @@
|
|
14556
14464
|
},
|
14557
14465
|
{
|
14558
14466
|
"name": "hideDefaultHeader",
|
14559
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14467
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
|
14560
14468
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
14561
14469
|
"default": "false",
|
14562
14470
|
"value": {
|
@@ -15081,7 +14989,7 @@
|
|
15081
14989
|
},
|
15082
14990
|
{
|
15083
14991
|
"name": "header.data-table-select",
|
15084
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14992
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
15085
14993
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
15086
14994
|
"vue-properties": [
|
15087
14995
|
{
|
@@ -15120,7 +15028,7 @@
|
|
15120
15028
|
},
|
15121
15029
|
{
|
15122
15030
|
"name": "header.data-table-expand",
|
15123
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
15031
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
15124
15032
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
15125
15033
|
"vue-properties": [
|
15126
15034
|
{
|
@@ -16008,7 +15916,7 @@
|
|
16008
15916
|
},
|
16009
15917
|
{
|
16010
15918
|
"name": "body.prepend",
|
16011
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
15919
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
16012
15920
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
16013
15921
|
"vue-properties": [
|
16014
15922
|
{
|
@@ -16099,7 +16007,7 @@
|
|
16099
16007
|
},
|
16100
16008
|
{
|
16101
16009
|
"name": "body.append",
|
16102
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16010
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
16103
16011
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
16104
16012
|
"vue-properties": [
|
16105
16013
|
{
|
@@ -16200,7 +16108,7 @@
|
|
16200
16108
|
},
|
16201
16109
|
{
|
16202
16110
|
"name": "[`header.${string}`]",
|
16203
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16111
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
16204
16112
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
16205
16113
|
"vue-properties": [
|
16206
16114
|
{
|
@@ -16263,7 +16171,7 @@
|
|
16263
16171
|
},
|
16264
16172
|
{
|
16265
16173
|
"name": "headerProps",
|
16266
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16174
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
16267
16175
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
16268
16176
|
"value": {
|
16269
16177
|
"kind": "expression",
|
@@ -16368,7 +16276,7 @@
|
|
16368
16276
|
},
|
16369
16277
|
{
|
16370
16278
|
"name": "hideDefaultBody",
|
16371
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16279
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
|
16372
16280
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
16373
16281
|
"default": "false",
|
16374
16282
|
"value": {
|
@@ -16378,7 +16286,7 @@
|
|
16378
16286
|
},
|
16379
16287
|
{
|
16380
16288
|
"name": "hideDefaultFooter",
|
16381
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16289
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
|
16382
16290
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
16383
16291
|
"default": "false",
|
16384
16292
|
"value": {
|
@@ -16388,7 +16296,7 @@
|
|
16388
16296
|
},
|
16389
16297
|
{
|
16390
16298
|
"name": "hideDefaultHeader",
|
16391
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16299
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
|
16392
16300
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
16393
16301
|
"default": "false",
|
16394
16302
|
"value": {
|
@@ -16828,7 +16736,7 @@
|
|
16828
16736
|
},
|
16829
16737
|
{
|
16830
16738
|
"name": "header.data-table-select",
|
16831
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16739
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
16832
16740
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
16833
16741
|
"vue-properties": [
|
16834
16742
|
{
|
@@ -16867,7 +16775,7 @@
|
|
16867
16775
|
},
|
16868
16776
|
{
|
16869
16777
|
"name": "header.data-table-expand",
|
16870
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16778
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
16871
16779
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
16872
16780
|
"vue-properties": [
|
16873
16781
|
{
|
@@ -17252,7 +17160,7 @@
|
|
17252
17160
|
},
|
17253
17161
|
{
|
17254
17162
|
"name": "body.prepend",
|
17255
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17163
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
|
17256
17164
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
17257
17165
|
"vue-properties": [
|
17258
17166
|
{
|
@@ -17327,7 +17235,7 @@
|
|
17327
17235
|
},
|
17328
17236
|
{
|
17329
17237
|
"name": "body.append",
|
17330
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17238
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
|
17331
17239
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
17332
17240
|
"vue-properties": [
|
17333
17241
|
{
|
@@ -17407,7 +17315,7 @@
|
|
17407
17315
|
},
|
17408
17316
|
{
|
17409
17317
|
"name": "[`header.${string}`]",
|
17410
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17318
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
17411
17319
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
17412
17320
|
"vue-properties": [
|
17413
17321
|
{
|
@@ -17471,7 +17379,7 @@
|
|
17471
17379
|
},
|
17472
17380
|
{
|
17473
17381
|
"name": "hideActions",
|
17474
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17382
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))",
|
17475
17383
|
"doc-url": "https://vuetifyjs.com/api/VDateInput#props",
|
17476
17384
|
"default": "false",
|
17477
17385
|
"value": {
|
@@ -17876,7 +17784,7 @@
|
|
17876
17784
|
"doc-url": "https://vuetifyjs.com/api/VDateInput#props",
|
17877
17785
|
"value": {
|
17878
17786
|
"kind": "expression",
|
17879
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
17787
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
17880
17788
|
}
|
17881
17789
|
},
|
17882
17790
|
{
|
@@ -18844,7 +18752,7 @@
|
|
18844
18752
|
},
|
18845
18753
|
{
|
18846
18754
|
"name": "update:month",
|
18847
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18755
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18848
18756
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
18849
18757
|
"arguments": [
|
18850
18758
|
{
|
@@ -18855,7 +18763,7 @@
|
|
18855
18763
|
},
|
18856
18764
|
{
|
18857
18765
|
"name": "update:year",
|
18858
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18766
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18859
18767
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
18860
18768
|
"arguments": [
|
18861
18769
|
{
|
@@ -18866,7 +18774,7 @@
|
|
18866
18774
|
},
|
18867
18775
|
{
|
18868
18776
|
"name": "update:viewMode",
|
18869
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18777
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18870
18778
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
18871
18779
|
"arguments": [
|
18872
18780
|
{
|
@@ -18884,7 +18792,7 @@
|
|
18884
18792
|
},
|
18885
18793
|
{
|
18886
18794
|
"name": "actions",
|
18887
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18795
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18888
18796
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#slots"
|
18889
18797
|
},
|
18890
18798
|
{
|
@@ -18894,7 +18802,7 @@
|
|
18894
18802
|
},
|
18895
18803
|
{
|
18896
18804
|
"name": "header",
|
18897
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18805
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePicker.tsx#L29-L32.json))",
|
18898
18806
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#slots",
|
18899
18807
|
"vue-properties": [
|
18900
18808
|
{
|
@@ -18943,7 +18851,7 @@
|
|
18943
18851
|
},
|
18944
18852
|
{
|
18945
18853
|
"name": "nextIcon",
|
18946
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18854
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18947
18855
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18948
18856
|
"default": "'$next'",
|
18949
18857
|
"value": {
|
@@ -18953,7 +18861,7 @@
|
|
18953
18861
|
},
|
18954
18862
|
{
|
18955
18863
|
"name": "prevIcon",
|
18956
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18864
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18957
18865
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18958
18866
|
"default": "'$prev'",
|
18959
18867
|
"value": {
|
@@ -18963,7 +18871,7 @@
|
|
18963
18871
|
},
|
18964
18872
|
{
|
18965
18873
|
"name": "modeIcon",
|
18966
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18874
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18967
18875
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18968
18876
|
"default": "'$subgroup'",
|
18969
18877
|
"value": {
|
@@ -18982,7 +18890,7 @@
|
|
18982
18890
|
},
|
18983
18891
|
{
|
18984
18892
|
"name": "viewMode",
|
18985
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18893
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18986
18894
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18987
18895
|
"default": "'month'",
|
18988
18896
|
"value": {
|
@@ -18994,7 +18902,7 @@
|
|
18994
18902
|
"events": [
|
18995
18903
|
{
|
18996
18904
|
"name": "click:year",
|
18997
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18905
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18998
18906
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18999
18907
|
"arguments": [
|
19000
18908
|
{
|
@@ -19005,7 +18913,7 @@
|
|
19005
18913
|
},
|
19006
18914
|
{
|
19007
18915
|
"name": "click:month",
|
19008
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18916
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
19009
18917
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
19010
18918
|
"arguments": [
|
19011
18919
|
{
|
@@ -19016,7 +18924,7 @@
|
|
19016
18924
|
},
|
19017
18925
|
{
|
19018
18926
|
"name": "click:prev",
|
19019
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18927
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
19020
18928
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
19021
18929
|
"arguments": [
|
19022
18930
|
{
|
@@ -19027,7 +18935,7 @@
|
|
19027
18935
|
},
|
19028
18936
|
{
|
19029
18937
|
"name": "click:next",
|
19030
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18938
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
19031
18939
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
19032
18940
|
"arguments": [
|
19033
18941
|
{
|
@@ -19038,7 +18946,7 @@
|
|
19038
18946
|
},
|
19039
18947
|
{
|
19040
18948
|
"name": "click:text",
|
19041
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18949
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
19042
18950
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
19043
18951
|
"arguments": [
|
19044
18952
|
{
|
@@ -19089,7 +18997,7 @@
|
|
19089
18997
|
},
|
19090
18998
|
{
|
19091
18999
|
"name": "header",
|
19092
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19000
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
|
19093
19001
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
|
19094
19002
|
"value": {
|
19095
19003
|
"kind": "expression",
|
@@ -19098,7 +19006,7 @@
|
|
19098
19006
|
},
|
19099
19007
|
{
|
19100
19008
|
"name": "transition",
|
19101
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19009
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
|
19102
19010
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
|
19103
19011
|
"value": {
|
19104
19012
|
"kind": "expression",
|
@@ -19182,7 +19090,7 @@
|
|
19182
19090
|
},
|
19183
19091
|
{
|
19184
19092
|
"name": "showWeek",
|
19185
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19093
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19186
19094
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19187
19095
|
"default": "false",
|
19188
19096
|
"value": {
|
@@ -19231,7 +19139,7 @@
|
|
19231
19139
|
},
|
19232
19140
|
{
|
19233
19141
|
"name": "showAdjacentMonths",
|
19234
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19142
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
|
19235
19143
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19236
19144
|
"default": "false",
|
19237
19145
|
"value": {
|
@@ -19270,7 +19178,7 @@
|
|
19270
19178
|
},
|
19271
19179
|
{
|
19272
19180
|
"name": "firstDayOfWeek",
|
19273
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19181
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
|
19274
19182
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19275
19183
|
"value": {
|
19276
19184
|
"kind": "expression",
|
@@ -19279,7 +19187,7 @@
|
|
19279
19187
|
},
|
19280
19188
|
{
|
19281
19189
|
"name": "allowedDates",
|
19282
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19190
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
|
19283
19191
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19284
19192
|
"value": {
|
19285
19193
|
"kind": "expression",
|
@@ -19306,7 +19214,7 @@
|
|
19306
19214
|
},
|
19307
19215
|
{
|
19308
19216
|
"name": "max",
|
19309
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19217
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
|
19310
19218
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19311
19219
|
"value": {
|
19312
19220
|
"kind": "expression",
|
@@ -19315,7 +19223,7 @@
|
|
19315
19223
|
},
|
19316
19224
|
{
|
19317
19225
|
"name": "min",
|
19318
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19226
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
|
19319
19227
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19320
19228
|
"value": {
|
19321
19229
|
"kind": "expression",
|
@@ -19324,7 +19232,7 @@
|
|
19324
19232
|
},
|
19325
19233
|
{
|
19326
19234
|
"name": "multiple",
|
19327
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19235
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19328
19236
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19329
19237
|
"default": "false",
|
19330
19238
|
"value": {
|
@@ -19347,7 +19255,7 @@
|
|
19347
19255
|
},
|
19348
19256
|
{
|
19349
19257
|
"name": "update:month",
|
19350
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19258
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19351
19259
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
|
19352
19260
|
"arguments": [
|
19353
19261
|
{
|
@@ -19358,7 +19266,7 @@
|
|
19358
19266
|
},
|
19359
19267
|
{
|
19360
19268
|
"name": "update:year",
|
19361
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19269
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19362
19270
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
|
19363
19271
|
"arguments": [
|
19364
19272
|
{
|
@@ -19371,7 +19279,7 @@
|
|
19371
19279
|
"slots": [
|
19372
19280
|
{
|
19373
19281
|
"name": "day",
|
19374
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19282
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L21-L27.json))",
|
19375
19283
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
|
19376
19284
|
"vue-properties": [
|
19377
19285
|
{
|
@@ -19432,7 +19340,7 @@
|
|
19432
19340
|
},
|
19433
19341
|
{
|
19434
19342
|
"name": "year",
|
19435
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19343
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
|
19436
19344
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
|
19437
19345
|
"value": {
|
19438
19346
|
"kind": "expression",
|
@@ -19441,7 +19349,7 @@
|
|
19441
19349
|
},
|
19442
19350
|
{
|
19443
19351
|
"name": "min",
|
19444
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19352
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
|
19445
19353
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
|
19446
19354
|
"value": {
|
19447
19355
|
"kind": "expression",
|
@@ -19450,7 +19358,7 @@
|
|
19450
19358
|
},
|
19451
19359
|
{
|
19452
19360
|
"name": "max",
|
19453
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19361
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
|
19454
19362
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
|
19455
19363
|
"value": {
|
19456
19364
|
"kind": "expression",
|
@@ -19474,7 +19382,7 @@
|
|
19474
19382
|
"slots": [
|
19475
19383
|
{
|
19476
19384
|
"name": "month",
|
19477
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19385
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonths.tsx#L19-L28.json))",
|
19478
19386
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-months#slots",
|
19479
19387
|
"vue-properties": [
|
19480
19388
|
{
|
@@ -19535,7 +19443,7 @@
|
|
19535
19443
|
},
|
19536
19444
|
{
|
19537
19445
|
"name": "min",
|
19538
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19446
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))",
|
19539
19447
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
|
19540
19448
|
"value": {
|
19541
19449
|
"kind": "expression",
|
@@ -19544,7 +19452,7 @@
|
|
19544
19452
|
},
|
19545
19453
|
{
|
19546
19454
|
"name": "max",
|
19547
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19455
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))",
|
19548
19456
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
|
19549
19457
|
"value": {
|
19550
19458
|
"kind": "expression",
|
@@ -19568,7 +19476,7 @@
|
|
19568
19476
|
"slots": [
|
19569
19477
|
{
|
19570
19478
|
"name": "year",
|
19571
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19479
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerYears.tsx#L20-L34.json))",
|
19572
19480
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-years#slots",
|
19573
19481
|
"vue-properties": [
|
19574
19482
|
{
|
@@ -20279,7 +20187,7 @@
|
|
20279
20187
|
"attributes": [
|
20280
20188
|
{
|
20281
20189
|
"name": "target",
|
20282
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20190
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))",
|
20283
20191
|
"doc-url": "https://vuetifyjs.com/api/VDialogTransition#props",
|
20284
20192
|
"value": {
|
20285
20193
|
"kind": "expression",
|
@@ -20885,7 +20793,7 @@
|
|
20885
20793
|
},
|
20886
20794
|
{
|
20887
20795
|
"name": "focusable",
|
20888
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20796
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
20889
20797
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20890
20798
|
"default": "false",
|
20891
20799
|
"value": {
|
@@ -20923,60 +20831,6 @@
|
|
20923
20831
|
"type": "boolean"
|
20924
20832
|
}
|
20925
20833
|
},
|
20926
|
-
{
|
20927
|
-
"name": "height",
|
20928
|
-
"description": "Sets the height for the component.",
|
20929
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20930
|
-
"value": {
|
20931
|
-
"kind": "expression",
|
20932
|
-
"type": "string | number"
|
20933
|
-
}
|
20934
|
-
},
|
20935
|
-
{
|
20936
|
-
"name": "maxHeight",
|
20937
|
-
"description": "Sets the maximum height for the component.",
|
20938
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20939
|
-
"value": {
|
20940
|
-
"kind": "expression",
|
20941
|
-
"type": "string | number"
|
20942
|
-
}
|
20943
|
-
},
|
20944
|
-
{
|
20945
|
-
"name": "maxWidth",
|
20946
|
-
"description": "Sets the maximum width for the component.",
|
20947
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20948
|
-
"value": {
|
20949
|
-
"kind": "expression",
|
20950
|
-
"type": "string | number"
|
20951
|
-
}
|
20952
|
-
},
|
20953
|
-
{
|
20954
|
-
"name": "minHeight",
|
20955
|
-
"description": "Sets the minimum height for the component.",
|
20956
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20957
|
-
"value": {
|
20958
|
-
"kind": "expression",
|
20959
|
-
"type": "string | number"
|
20960
|
-
}
|
20961
|
-
},
|
20962
|
-
{
|
20963
|
-
"name": "minWidth",
|
20964
|
-
"description": "Sets the minimum width for the component.",
|
20965
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20966
|
-
"value": {
|
20967
|
-
"kind": "expression",
|
20968
|
-
"type": "string | number"
|
20969
|
-
}
|
20970
|
-
},
|
20971
|
-
{
|
20972
|
-
"name": "width",
|
20973
|
-
"description": "Sets the width for the component.",
|
20974
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20975
|
-
"value": {
|
20976
|
-
"kind": "expression",
|
20977
|
-
"type": "string | number"
|
20978
|
-
}
|
20979
|
-
},
|
20980
20834
|
{
|
20981
20835
|
"name": "eager",
|
20982
20836
|
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
@@ -21106,7 +20960,7 @@
|
|
21106
20960
|
},
|
21107
20961
|
{
|
21108
20962
|
"name": "focusable",
|
21109
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20963
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
21110
20964
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21111
20965
|
"default": "false",
|
21112
20966
|
"value": {
|
@@ -21136,67 +20990,13 @@
|
|
21136
20990
|
},
|
21137
20991
|
{
|
21138
20992
|
"name": "readonly",
|
21139
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20993
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
21140
20994
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21141
20995
|
"default": "false",
|
21142
20996
|
"value": {
|
21143
20997
|
"kind": "expression",
|
21144
20998
|
"type": "boolean"
|
21145
20999
|
}
|
21146
|
-
},
|
21147
|
-
{
|
21148
|
-
"name": "height",
|
21149
|
-
"description": "Sets the height for the component.",
|
21150
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21151
|
-
"value": {
|
21152
|
-
"kind": "expression",
|
21153
|
-
"type": "string | number"
|
21154
|
-
}
|
21155
|
-
},
|
21156
|
-
{
|
21157
|
-
"name": "maxHeight",
|
21158
|
-
"description": "Sets the maximum height for the component.",
|
21159
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21160
|
-
"value": {
|
21161
|
-
"kind": "expression",
|
21162
|
-
"type": "string | number"
|
21163
|
-
}
|
21164
|
-
},
|
21165
|
-
{
|
21166
|
-
"name": "maxWidth",
|
21167
|
-
"description": "Sets the maximum width for the component.",
|
21168
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21169
|
-
"value": {
|
21170
|
-
"kind": "expression",
|
21171
|
-
"type": "string | number"
|
21172
|
-
}
|
21173
|
-
},
|
21174
|
-
{
|
21175
|
-
"name": "minHeight",
|
21176
|
-
"description": "Sets the minimum height for the component.",
|
21177
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21178
|
-
"value": {
|
21179
|
-
"kind": "expression",
|
21180
|
-
"type": "string | number"
|
21181
|
-
}
|
21182
|
-
},
|
21183
|
-
{
|
21184
|
-
"name": "minWidth",
|
21185
|
-
"description": "Sets the minimum width for the component.",
|
21186
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21187
|
-
"value": {
|
21188
|
-
"kind": "expression",
|
21189
|
-
"type": "string | number"
|
21190
|
-
}
|
21191
|
-
},
|
21192
|
-
{
|
21193
|
-
"name": "width",
|
21194
|
-
"description": "Sets the width for the component.",
|
21195
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21196
|
-
"value": {
|
21197
|
-
"kind": "expression",
|
21198
|
-
"type": "string | number"
|
21199
|
-
}
|
21200
21000
|
}
|
21201
21001
|
],
|
21202
21002
|
"events": [],
|
@@ -21230,7 +21030,7 @@
|
|
21230
21030
|
},
|
21231
21031
|
{
|
21232
21032
|
"name": "actions",
|
21233
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
21033
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L22-L28.json))",
|
21234
21034
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
|
21235
21035
|
"vue-properties": [
|
21236
21036
|
{
|
@@ -21626,15 +21426,6 @@
|
|
21626
21426
|
"type": "boolean"
|
21627
21427
|
}
|
21628
21428
|
},
|
21629
|
-
{
|
21630
|
-
"name": "activeColor",
|
21631
|
-
"description": "The applied color when the component is in an active state.",
|
21632
|
-
"doc-url": "https://vuetifyjs.com/api/VFab#props",
|
21633
|
-
"value": {
|
21634
|
-
"kind": "expression",
|
21635
|
-
"type": "string"
|
21636
|
-
}
|
21637
|
-
},
|
21638
21429
|
{
|
21639
21430
|
"name": "baseColor",
|
21640
21431
|
"description": "Sets the color of component when not focused.",
|
@@ -22985,7 +22776,7 @@
|
|
22985
22776
|
"doc-url": "https://vuetifyjs.com/api/VFileInput#props",
|
22986
22777
|
"value": {
|
22987
22778
|
"kind": "expression",
|
22988
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
22779
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
22989
22780
|
}
|
22990
22781
|
},
|
22991
22782
|
{
|
@@ -23736,7 +23527,7 @@
|
|
23736
23527
|
"default": "'input'",
|
23737
23528
|
"value": {
|
23738
23529
|
"kind": "expression",
|
23739
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
23530
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
23740
23531
|
}
|
23741
23532
|
}
|
23742
23533
|
],
|
@@ -24006,16 +23797,6 @@
|
|
24006
23797
|
"description": "",
|
24007
23798
|
"doc-url": "https://vuetifyjs.com/api/v-img",
|
24008
23799
|
"attributes": [
|
24009
|
-
{
|
24010
|
-
"name": "absolute",
|
24011
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/feat/submenu-navigation/packages/api-generator/src/locale/en/VImg.json))",
|
24012
|
-
"doc-url": "https://vuetifyjs.com/api/VImg#props",
|
24013
|
-
"default": "false",
|
24014
|
-
"value": {
|
24015
|
-
"kind": "expression",
|
24016
|
-
"type": "boolean"
|
24017
|
-
}
|
24018
|
-
},
|
24019
23800
|
{
|
24020
23801
|
"name": "alt",
|
24021
23802
|
"description": "Alternate text for screen readers. Leave empty for decorative images.",
|
@@ -24781,7 +24562,7 @@
|
|
24781
24562
|
"doc-url": "https://vuetifyjs.com/api/VInput#props",
|
24782
24563
|
"value": {
|
24783
24564
|
"kind": "expression",
|
24784
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
24565
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
24785
24566
|
}
|
24786
24567
|
},
|
24787
24568
|
{
|
@@ -25499,7 +25280,7 @@
|
|
25499
25280
|
"attributes": [
|
25500
25281
|
{
|
25501
25282
|
"name": "position",
|
25502
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25283
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLayoutItem.json))",
|
25503
25284
|
"doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
|
25504
25285
|
"value": {
|
25505
25286
|
"kind": "expression",
|
@@ -25838,7 +25619,7 @@
|
|
25838
25619
|
},
|
25839
25620
|
{
|
25840
25621
|
"name": "activatable",
|
25841
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25622
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))",
|
25842
25623
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25843
25624
|
"default": "false",
|
25844
25625
|
"value": {
|
@@ -25848,7 +25629,7 @@
|
|
25848
25629
|
},
|
25849
25630
|
{
|
25850
25631
|
"name": "selectable",
|
25851
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25632
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))",
|
25852
25633
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25853
25634
|
"default": "false",
|
25854
25635
|
"value": {
|
@@ -25919,7 +25700,7 @@
|
|
25919
25700
|
"default": "'list'",
|
25920
25701
|
"value": {
|
25921
25702
|
"kind": "expression",
|
25922
|
-
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L23
|
25703
|
+
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
|
25923
25704
|
}
|
25924
25705
|
},
|
25925
25706
|
{
|
@@ -26145,7 +25926,7 @@
|
|
26145
25926
|
"events": [
|
26146
25927
|
{
|
26147
25928
|
"name": "click:open",
|
26148
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25929
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
26149
25930
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
26150
25931
|
"arguments": [
|
26151
25932
|
{
|
@@ -26156,7 +25937,7 @@
|
|
26156
25937
|
},
|
26157
25938
|
{
|
26158
25939
|
"name": "click:select",
|
26159
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25940
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
26160
25941
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
26161
25942
|
"arguments": [
|
26162
25943
|
{
|
@@ -26167,7 +25948,7 @@
|
|
26167
25948
|
},
|
26168
25949
|
{
|
26169
25950
|
"name": "update:opened",
|
26170
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25951
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
26171
25952
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
26172
25953
|
"arguments": [
|
26173
25954
|
{
|
@@ -26178,7 +25959,7 @@
|
|
26178
25959
|
},
|
26179
25960
|
{
|
26180
25961
|
"name": "update:selected",
|
26181
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25962
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
26182
25963
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
26183
25964
|
"arguments": [
|
26184
25965
|
{
|
@@ -26189,7 +25970,7 @@
|
|
26189
25970
|
},
|
26190
25971
|
{
|
26191
25972
|
"name": "update:activated",
|
26192
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25973
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
26193
25974
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
26194
25975
|
"arguments": [
|
26195
25976
|
{
|
@@ -26200,7 +25981,7 @@
|
|
26200
25981
|
},
|
26201
25982
|
{
|
26202
25983
|
"name": "click:activate",
|
26203
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25984
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
|
26204
25985
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
26205
25986
|
"arguments": [
|
26206
25987
|
{
|
@@ -26249,7 +26030,7 @@
|
|
26249
26030
|
},
|
26250
26031
|
{
|
26251
26032
|
"name": "divider",
|
26252
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26033
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L22-L22.json))",
|
26253
26034
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
26254
26035
|
"vue-properties": [
|
26255
26036
|
{
|
@@ -26260,7 +26041,7 @@
|
|
26260
26041
|
},
|
26261
26042
|
{
|
26262
26043
|
"name": "subheader",
|
26263
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26044
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L23-L23.json))",
|
26264
26045
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
26265
26046
|
"vue-properties": [
|
26266
26047
|
{
|
@@ -26271,7 +26052,7 @@
|
|
26271
26052
|
},
|
26272
26053
|
{
|
26273
26054
|
"name": "header",
|
26274
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26055
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L24-L24.json))",
|
26275
26056
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
26276
26057
|
"vue-properties": [
|
26277
26058
|
{
|
@@ -26362,7 +26143,7 @@
|
|
26362
26143
|
},
|
26363
26144
|
{
|
26364
26145
|
"name": "fluid",
|
26365
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26146
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))",
|
26366
26147
|
"doc-url": "https://vuetifyjs.com/api/VListGroup#props",
|
26367
26148
|
"default": "false",
|
26368
26149
|
"value": {
|
@@ -26610,7 +26391,7 @@
|
|
26610
26391
|
},
|
26611
26392
|
{
|
26612
26393
|
"name": "value",
|
26613
|
-
"description": "The value used for selection.",
|
26394
|
+
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected.",
|
26614
26395
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26615
26396
|
"value": {
|
26616
26397
|
"kind": "expression",
|
@@ -26830,7 +26611,7 @@
|
|
26830
26611
|
},
|
26831
26612
|
{
|
26832
26613
|
"name": "clickOnce",
|
26833
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26614
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
|
26834
26615
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#events",
|
26835
26616
|
"arguments": [
|
26836
26617
|
{
|
@@ -26850,10 +26631,6 @@
|
|
26850
26631
|
"name": "isActive",
|
26851
26632
|
"type": "boolean"
|
26852
26633
|
},
|
26853
|
-
{
|
26854
|
-
"name": "isOpen",
|
26855
|
-
"type": "boolean"
|
26856
|
-
},
|
26857
26634
|
{
|
26858
26635
|
"name": "isSelected",
|
26859
26636
|
"type": "boolean"
|
@@ -26877,10 +26654,6 @@
|
|
26877
26654
|
"name": "isActive",
|
26878
26655
|
"type": "boolean"
|
26879
26656
|
},
|
26880
|
-
{
|
26881
|
-
"name": "isOpen",
|
26882
|
-
"type": "boolean"
|
26883
|
-
},
|
26884
26657
|
{
|
26885
26658
|
"name": "isSelected",
|
26886
26659
|
"type": "boolean"
|
@@ -26904,10 +26677,6 @@
|
|
26904
26677
|
"name": "isActive",
|
26905
26678
|
"type": "boolean"
|
26906
26679
|
},
|
26907
|
-
{
|
26908
|
-
"name": "isOpen",
|
26909
|
-
"type": "boolean"
|
26910
|
-
},
|
26911
26680
|
{
|
26912
26681
|
"name": "isSelected",
|
26913
26682
|
"type": "boolean"
|
@@ -27151,7 +26920,7 @@
|
|
27151
26920
|
},
|
27152
26921
|
{
|
27153
26922
|
"name": "inset",
|
27154
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26923
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))",
|
27155
26924
|
"doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
|
27156
26925
|
"default": "false",
|
27157
26926
|
"value": {
|
@@ -27161,7 +26930,7 @@
|
|
27161
26930
|
},
|
27162
26931
|
{
|
27163
26932
|
"name": "sticky",
|
27164
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26933
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))",
|
27165
26934
|
"doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
|
27166
26935
|
"default": "false",
|
27167
26936
|
"value": {
|
@@ -27213,7 +26982,7 @@
|
|
27213
26982
|
"attributes": [
|
27214
26983
|
{
|
27215
26984
|
"name": "locale",
|
27216
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26985
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
27217
26986
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
27218
26987
|
"value": {
|
27219
26988
|
"kind": "expression",
|
@@ -27222,7 +26991,7 @@
|
|
27222
26991
|
},
|
27223
26992
|
{
|
27224
26993
|
"name": "fallbackLocale",
|
27225
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26994
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
27226
26995
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
27227
26996
|
"value": {
|
27228
26997
|
"kind": "expression",
|
@@ -27240,7 +27009,7 @@
|
|
27240
27009
|
},
|
27241
27010
|
{
|
27242
27011
|
"name": "rtl",
|
27243
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27012
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
27244
27013
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
27245
27014
|
"value": {
|
27246
27015
|
"kind": "expression",
|
@@ -27272,7 +27041,7 @@
|
|
27272
27041
|
"attributes": [
|
27273
27042
|
{
|
27274
27043
|
"name": "scrollable",
|
27275
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27044
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VMain.json))",
|
27276
27045
|
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
27277
27046
|
"default": "false",
|
27278
27047
|
"value": {
|
@@ -27385,16 +27154,6 @@
|
|
27385
27154
|
"type": "string"
|
27386
27155
|
}
|
27387
27156
|
},
|
27388
|
-
{
|
27389
|
-
"name": "submenu",
|
27390
|
-
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL.",
|
27391
|
-
"doc-url": "https://vuetifyjs.com/api/VMenu#props",
|
27392
|
-
"default": "false",
|
27393
|
-
"value": {
|
27394
|
-
"kind": "expression",
|
27395
|
-
"type": "boolean"
|
27396
|
-
}
|
27397
|
-
},
|
27398
27157
|
{
|
27399
27158
|
"name": "closeOnBack",
|
27400
27159
|
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
|
@@ -27657,6 +27416,7 @@
|
|
27657
27416
|
"name": "location",
|
27658
27417
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both..",
|
27659
27418
|
"doc-url": "https://vuetifyjs.com/api/VMenu#props",
|
27419
|
+
"default": "'bottom'",
|
27660
27420
|
"value": {
|
27661
27421
|
"kind": "expression",
|
27662
27422
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>"
|
@@ -28008,7 +27768,7 @@
|
|
28008
27768
|
},
|
28009
27769
|
{
|
28010
27770
|
"name": "sticky",
|
28011
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27771
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
|
28012
27772
|
"doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
|
28013
27773
|
"default": "false",
|
28014
27774
|
"value": {
|
@@ -28253,7 +28013,7 @@
|
|
28253
28013
|
},
|
28254
28014
|
{
|
28255
28015
|
"name": "controlVariant",
|
28256
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28016
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28257
28017
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28258
28018
|
"default": "'default'",
|
28259
28019
|
"value": {
|
@@ -28263,7 +28023,7 @@
|
|
28263
28023
|
},
|
28264
28024
|
{
|
28265
28025
|
"name": "inset",
|
28266
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28026
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28267
28027
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28268
28028
|
"default": "false",
|
28269
28029
|
"value": {
|
@@ -28273,7 +28033,7 @@
|
|
28273
28033
|
},
|
28274
28034
|
{
|
28275
28035
|
"name": "hideInput",
|
28276
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28036
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28277
28037
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28278
28038
|
"default": "false",
|
28279
28039
|
"value": {
|
@@ -28282,10 +28042,20 @@
|
|
28282
28042
|
}
|
28283
28043
|
},
|
28284
28044
|
{
|
28285
|
-
"name": "
|
28286
|
-
"description": "
|
28045
|
+
"name": "modelValue",
|
28046
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
28287
28047
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28288
28048
|
"default": "null",
|
28049
|
+
"value": {
|
28050
|
+
"kind": "expression",
|
28051
|
+
"type": "Number"
|
28052
|
+
}
|
28053
|
+
},
|
28054
|
+
{
|
28055
|
+
"name": "min",
|
28056
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28057
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28058
|
+
"default": "-9007199254740991",
|
28289
28059
|
"value": {
|
28290
28060
|
"kind": "expression",
|
28291
28061
|
"type": "number"
|
@@ -28303,9 +28073,9 @@
|
|
28303
28073
|
},
|
28304
28074
|
{
|
28305
28075
|
"name": "max",
|
28306
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28076
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28307
28077
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28308
|
-
"default": "
|
28078
|
+
"default": "9007199254740991",
|
28309
28079
|
"value": {
|
28310
28080
|
"kind": "expression",
|
28311
28081
|
"type": "number"
|
@@ -28313,7 +28083,7 @@
|
|
28313
28083
|
},
|
28314
28084
|
{
|
28315
28085
|
"name": "step",
|
28316
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28086
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28317
28087
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28318
28088
|
"default": "1",
|
28319
28089
|
"value": {
|
@@ -28597,22 +28367,13 @@
|
|
28597
28367
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
|
28598
28368
|
}
|
28599
28369
|
},
|
28600
|
-
{
|
28601
|
-
"name": "modelValue",
|
28602
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
28603
|
-
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28604
|
-
"value": {
|
28605
|
-
"kind": "expression",
|
28606
|
-
"type": "any"
|
28607
|
-
}
|
28608
|
-
},
|
28609
28370
|
{
|
28610
28371
|
"name": "validateOn",
|
28611
28372
|
"description": "Change what type of event triggers validation to run.",
|
28612
28373
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28613
28374
|
"value": {
|
28614
28375
|
"kind": "expression",
|
28615
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
28376
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
28616
28377
|
}
|
28617
28378
|
},
|
28618
28379
|
{
|
@@ -29133,7 +28894,7 @@
|
|
29133
28894
|
},
|
29134
28895
|
{
|
29135
28896
|
"name": "increment",
|
29136
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28897
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
|
29137
28898
|
"doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
|
29138
28899
|
"vue-properties": [
|
29139
28900
|
{
|
@@ -29144,7 +28905,7 @@
|
|
29144
28905
|
},
|
29145
28906
|
{
|
29146
28907
|
"name": "decrement",
|
29147
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28908
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
|
29148
28909
|
"doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
|
29149
28910
|
"vue-properties": [
|
29150
28911
|
{
|
@@ -29825,7 +29586,7 @@
|
|
29825
29586
|
},
|
29826
29587
|
{
|
29827
29588
|
"name": "afterEnter",
|
29828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29589
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VOverlay.json))",
|
29829
29590
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#events",
|
29830
29591
|
"arguments": [
|
29831
29592
|
{
|
@@ -30382,7 +30143,7 @@
|
|
30382
30143
|
"attributes": [
|
30383
30144
|
{
|
30384
30145
|
"name": "scale",
|
30385
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30146
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
|
30386
30147
|
"doc-url": "https://vuetifyjs.com/api/VParallax#props",
|
30387
30148
|
"default": "0.5",
|
30388
30149
|
"value": {
|
@@ -30400,17 +30161,17 @@
|
|
30400
30161
|
},
|
30401
30162
|
{
|
30402
30163
|
"name": "placeholder",
|
30403
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30164
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
|
30404
30165
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
30405
30166
|
},
|
30406
30167
|
{
|
30407
30168
|
"name": "error",
|
30408
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30169
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
|
30409
30170
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
30410
30171
|
},
|
30411
30172
|
{
|
30412
30173
|
"name": "sources",
|
30413
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30174
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
|
30414
30175
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
30415
30176
|
}
|
30416
30177
|
],
|
@@ -30609,7 +30370,7 @@
|
|
30609
30370
|
"slots": [
|
30610
30371
|
{
|
30611
30372
|
"name": "header",
|
30612
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30373
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))",
|
30613
30374
|
"doc-url": "https://vuetifyjs.com/api/v-picker#slots"
|
30614
30375
|
},
|
30615
30376
|
{
|
@@ -30619,7 +30380,7 @@
|
|
30619
30380
|
},
|
30620
30381
|
{
|
30621
30382
|
"name": "actions",
|
30622
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30383
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))",
|
30623
30384
|
"doc-url": "https://vuetifyjs.com/api/v-picker#slots"
|
30624
30385
|
},
|
30625
30386
|
{
|
@@ -31060,7 +30821,7 @@
|
|
31060
30821
|
"attributes": [
|
31061
30822
|
{
|
31062
30823
|
"name": "pullDownThreshold",
|
31063
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30824
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))",
|
31064
30825
|
"doc-url": "https://vuetifyjs.com/api/VPullToRefresh#props",
|
31065
30826
|
"default": "64",
|
31066
30827
|
"value": {
|
@@ -31072,7 +30833,7 @@
|
|
31072
30833
|
"events": [
|
31073
30834
|
{
|
31074
30835
|
"name": "load",
|
31075
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30836
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))",
|
31076
30837
|
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#events",
|
31077
30838
|
"arguments": [
|
31078
30839
|
{
|
@@ -31090,7 +30851,7 @@
|
|
31090
30851
|
},
|
31091
30852
|
{
|
31092
30853
|
"name": "pullDownPanel",
|
31093
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30854
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VPullToRefresh/VPullToRefresh.tsx#L14-L18.json))",
|
31094
30855
|
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#slots",
|
31095
30856
|
"vue-properties": [
|
31096
30857
|
{
|
@@ -31661,7 +31422,7 @@
|
|
31661
31422
|
"doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
|
31662
31423
|
"value": {
|
31663
31424
|
"kind": "expression",
|
31664
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
31425
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
31665
31426
|
}
|
31666
31427
|
},
|
31667
31428
|
{
|
@@ -32253,7 +32014,7 @@
|
|
32253
32014
|
"doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
|
32254
32015
|
"value": {
|
32255
32016
|
"kind": "expression",
|
32256
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
32017
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
32257
32018
|
}
|
32258
32019
|
},
|
32259
32020
|
{
|
@@ -32846,7 +32607,7 @@
|
|
32846
32607
|
},
|
32847
32608
|
{
|
32848
32609
|
"name": "itemAriaLabel",
|
32849
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
32610
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VRating.json))",
|
32850
32611
|
"doc-url": "https://vuetifyjs.com/api/VRating#props",
|
32851
32612
|
"default": "'$vuetify.rating.ariaLabel.item'",
|
32852
32613
|
"value": {
|
@@ -33200,7 +32961,7 @@
|
|
33200
32961
|
},
|
33201
32962
|
{
|
33202
32963
|
"name": "additional",
|
33203
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
32964
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VResponsive.json))",
|
33204
32965
|
"doc-url": "https://vuetifyjs.com/api/v-responsive#slots"
|
33205
32966
|
}
|
33206
32967
|
],
|
@@ -34470,7 +34231,7 @@
|
|
34470
34231
|
"doc-url": "https://vuetifyjs.com/api/VSelect#props",
|
34471
34232
|
"value": {
|
34472
34233
|
"kind": "expression",
|
34473
|
-
"type": "| '
|
34234
|
+
"type": "| 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'"
|
34474
34235
|
}
|
34475
34236
|
},
|
34476
34237
|
{
|
@@ -35690,7 +35451,7 @@
|
|
35690
35451
|
},
|
35691
35452
|
{
|
35692
35453
|
"name": "loadingText",
|
35693
|
-
"description": "
|
35454
|
+
"description": "aria-label for the element in a loading state.",
|
35694
35455
|
"doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
|
35695
35456
|
"default": "'$vuetify.loading'",
|
35696
35457
|
"value": {
|
@@ -36862,7 +36623,7 @@
|
|
36862
36623
|
"doc-url": "https://vuetifyjs.com/api/VSlider#props",
|
36863
36624
|
"value": {
|
36864
36625
|
"kind": "expression",
|
36865
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
36626
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
36866
36627
|
}
|
36867
36628
|
},
|
36868
36629
|
{
|
@@ -38365,7 +38126,7 @@
|
|
38365
38126
|
},
|
38366
38127
|
{
|
38367
38128
|
"name": "id",
|
38368
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38129
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
|
38369
38130
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
38370
38131
|
"value": {
|
38371
38132
|
"kind": "expression",
|
@@ -38374,7 +38135,7 @@
|
|
38374
38135
|
},
|
38375
38136
|
{
|
38376
38137
|
"name": "itemValue",
|
38377
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38138
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
|
38378
38139
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
38379
38140
|
"default": "'value'",
|
38380
38141
|
"value": {
|
@@ -38394,7 +38155,7 @@
|
|
38394
38155
|
},
|
38395
38156
|
{
|
38396
38157
|
"name": "min",
|
38397
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38158
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
|
38398
38159
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
38399
38160
|
"value": {
|
38400
38161
|
"kind": "expression",
|
@@ -38403,7 +38164,7 @@
|
|
38403
38164
|
},
|
38404
38165
|
{
|
38405
38166
|
"name": "max",
|
38406
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38167
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
|
38407
38168
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
38408
38169
|
"value": {
|
38409
38170
|
"kind": "expression",
|
@@ -38516,16 +38277,6 @@
|
|
38516
38277
|
"type": "string"
|
38517
38278
|
}
|
38518
38279
|
},
|
38519
|
-
{
|
38520
|
-
"name": "submenu",
|
38521
|
-
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL.",
|
38522
|
-
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
38523
|
-
"default": "false",
|
38524
|
-
"value": {
|
38525
|
-
"kind": "expression",
|
38526
|
-
"type": "boolean"
|
38527
|
-
}
|
38528
|
-
},
|
38529
38280
|
{
|
38530
38281
|
"name": "closeOnBack",
|
38531
38282
|
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
|
@@ -38945,7 +38696,7 @@
|
|
38945
38696
|
},
|
38946
38697
|
{
|
38947
38698
|
"name": "completeIcon",
|
38948
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38699
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
38949
38700
|
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38950
38701
|
"value": {
|
38951
38702
|
"kind": "expression",
|
@@ -38954,7 +38705,7 @@
|
|
38954
38705
|
},
|
38955
38706
|
{
|
38956
38707
|
"name": "editIcon",
|
38957
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38708
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
38958
38709
|
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38959
38710
|
"value": {
|
38960
38711
|
"kind": "expression",
|
@@ -38973,7 +38724,7 @@
|
|
38973
38724
|
},
|
38974
38725
|
{
|
38975
38726
|
"name": "errorIcon",
|
38976
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38727
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
38977
38728
|
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38978
38729
|
"value": {
|
38979
38730
|
"kind": "expression",
|
@@ -39989,7 +39740,7 @@
|
|
39989
39740
|
},
|
39990
39741
|
{
|
39991
39742
|
"name": "completeIcon",
|
39992
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
39743
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
39993
39744
|
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39994
39745
|
"value": {
|
39995
39746
|
"kind": "expression",
|
@@ -39998,7 +39749,7 @@
|
|
39998
39749
|
},
|
39999
39750
|
{
|
40000
39751
|
"name": "editIcon",
|
40001
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
39752
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
40002
39753
|
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
40003
39754
|
"value": {
|
40004
39755
|
"kind": "expression",
|
@@ -40017,7 +39768,7 @@
|
|
40017
39768
|
},
|
40018
39769
|
{
|
40019
39770
|
"name": "errorIcon",
|
40020
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
39771
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
|
40021
39772
|
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
40022
39773
|
"value": {
|
40023
39774
|
"kind": "expression",
|
@@ -40872,7 +40623,7 @@
|
|
40872
40623
|
},
|
40873
40624
|
{
|
40874
40625
|
"name": "focusable",
|
40875
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40626
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
40876
40627
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
40877
40628
|
"default": "false",
|
40878
40629
|
"value": {
|
@@ -40900,60 +40651,6 @@
|
|
40900
40651
|
"type": "boolean"
|
40901
40652
|
}
|
40902
40653
|
},
|
40903
|
-
{
|
40904
|
-
"name": "height",
|
40905
|
-
"description": "Sets the height for the component.",
|
40906
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
40907
|
-
"value": {
|
40908
|
-
"kind": "expression",
|
40909
|
-
"type": "string | number"
|
40910
|
-
}
|
40911
|
-
},
|
40912
|
-
{
|
40913
|
-
"name": "maxHeight",
|
40914
|
-
"description": "Sets the maximum height for the component.",
|
40915
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
40916
|
-
"value": {
|
40917
|
-
"kind": "expression",
|
40918
|
-
"type": "string | number"
|
40919
|
-
}
|
40920
|
-
},
|
40921
|
-
{
|
40922
|
-
"name": "maxWidth",
|
40923
|
-
"description": "Sets the maximum width for the component.",
|
40924
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
40925
|
-
"value": {
|
40926
|
-
"kind": "expression",
|
40927
|
-
"type": "string | number"
|
40928
|
-
}
|
40929
|
-
},
|
40930
|
-
{
|
40931
|
-
"name": "minHeight",
|
40932
|
-
"description": "Sets the minimum height for the component.",
|
40933
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
40934
|
-
"value": {
|
40935
|
-
"kind": "expression",
|
40936
|
-
"type": "string | number"
|
40937
|
-
}
|
40938
|
-
},
|
40939
|
-
{
|
40940
|
-
"name": "minWidth",
|
40941
|
-
"description": "Sets the minimum width for the component.",
|
40942
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
40943
|
-
"value": {
|
40944
|
-
"kind": "expression",
|
40945
|
-
"type": "string | number"
|
40946
|
-
}
|
40947
|
-
},
|
40948
|
-
{
|
40949
|
-
"name": "width",
|
40950
|
-
"description": "Sets the width for the component.",
|
40951
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
40952
|
-
"value": {
|
40953
|
-
"kind": "expression",
|
40954
|
-
"type": "string | number"
|
40955
|
-
}
|
40956
|
-
},
|
40957
40654
|
{
|
40958
40655
|
"name": "eager",
|
40959
40656
|
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
@@ -40979,7 +40676,7 @@
|
|
40979
40676
|
},
|
40980
40677
|
{
|
40981
40678
|
"name": "click:prev",
|
40982
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40679
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
|
40983
40680
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
|
40984
40681
|
"arguments": [
|
40985
40682
|
{
|
@@ -41034,7 +40731,7 @@
|
|
41034
40731
|
},
|
41035
40732
|
{
|
41036
40733
|
"name": "icon",
|
41037
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40734
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
|
41038
40735
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
41039
40736
|
"vue-properties": [
|
41040
40737
|
{
|
@@ -41158,7 +40855,7 @@
|
|
41158
40855
|
},
|
41159
40856
|
{
|
41160
40857
|
"name": "prev",
|
41161
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40858
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
|
41162
40859
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
41163
40860
|
"vue-properties": [
|
41164
40861
|
{
|
@@ -41189,7 +40886,7 @@
|
|
41189
40886
|
},
|
41190
40887
|
{
|
41191
40888
|
"name": "next",
|
41192
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40889
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
|
41193
40890
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
41194
40891
|
"vue-properties": [
|
41195
40892
|
{
|
@@ -41220,7 +40917,7 @@
|
|
41220
40917
|
},
|
41221
40918
|
{
|
41222
40919
|
"name": "actions",
|
41223
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40920
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
|
41224
40921
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots"
|
41225
40922
|
}
|
41226
40923
|
],
|
@@ -41729,7 +41426,7 @@
|
|
41729
41426
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
41730
41427
|
"value": {
|
41731
41428
|
"kind": "expression",
|
41732
|
-
"type": "| 'input'\n | 'blur'\n | 'submit'\n | '
|
41429
|
+
"type": "| 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'"
|
41733
41430
|
}
|
41734
41431
|
},
|
41735
41432
|
{
|
@@ -42385,15 +42082,6 @@
|
|
42385
42082
|
"type": "'horizontal' | 'vertical'"
|
42386
42083
|
}
|
42387
42084
|
},
|
42388
|
-
{
|
42389
|
-
"name": "activeColor",
|
42390
|
-
"description": "The applied color when the component is in an active state.",
|
42391
|
-
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
42392
|
-
"value": {
|
42393
|
-
"kind": "expression",
|
42394
|
-
"type": "string"
|
42395
|
-
}
|
42396
|
-
},
|
42397
42085
|
{
|
42398
42086
|
"name": "baseColor",
|
42399
42087
|
"description": "Sets the color of component when not focused.",
|
@@ -43125,7 +42813,7 @@
|
|
43125
42813
|
},
|
43126
42814
|
{
|
43127
42815
|
"name": "tab",
|
43128
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
42816
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
43129
42817
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
43130
42818
|
"vue-properties": [
|
43131
42819
|
{
|
@@ -43147,12 +42835,12 @@
|
|
43147
42835
|
},
|
43148
42836
|
{
|
43149
42837
|
"name": "window",
|
43150
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
42838
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTabs.json))",
|
43151
42839
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots"
|
43152
42840
|
},
|
43153
42841
|
{
|
43154
42842
|
"name": "[`tab.${string}`]",
|
43155
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
42843
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
43156
42844
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
43157
42845
|
"vue-properties": [
|
43158
42846
|
{
|
@@ -43163,7 +42851,7 @@
|
|
43163
42851
|
},
|
43164
42852
|
{
|
43165
42853
|
"name": "[`item.${string}`]",
|
43166
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
42854
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
43167
42855
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
43168
42856
|
"vue-properties": [
|
43169
42857
|
{
|
@@ -43699,7 +43387,7 @@
|
|
43699
43387
|
"doc-url": "https://vuetifyjs.com/api/VTextField#props",
|
43700
43388
|
"value": {
|
43701
43389
|
"kind": "expression",
|
43702
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
43390
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
43703
43391
|
}
|
43704
43392
|
},
|
43705
43393
|
{
|
@@ -44319,7 +44007,7 @@
|
|
44319
44007
|
},
|
44320
44008
|
{
|
44321
44009
|
"name": "autofocus",
|
44322
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
44010
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTextarea.json))",
|
44323
44011
|
"doc-url": "https://vuetifyjs.com/api/VTextarea#props",
|
44324
44012
|
"default": "false",
|
44325
44013
|
"value": {
|
@@ -44628,7 +44316,7 @@
|
|
44628
44316
|
"doc-url": "https://vuetifyjs.com/api/VTextarea#props",
|
44629
44317
|
"value": {
|
44630
44318
|
"kind": "expression",
|
44631
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
44319
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
44632
44320
|
}
|
44633
44321
|
},
|
44634
44322
|
{
|
@@ -45204,7 +44892,7 @@
|
|
45204
44892
|
"attributes": [
|
45205
44893
|
{
|
45206
44894
|
"name": "withBackground",
|
45207
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
44895
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VThemeProvider.json))",
|
45208
44896
|
"doc-url": "https://vuetifyjs.com/api/VThemeProvider#props",
|
45209
44897
|
"default": "false",
|
45210
44898
|
"value": {
|
@@ -45334,7 +45022,7 @@
|
|
45334
45022
|
},
|
45335
45023
|
{
|
45336
45024
|
"name": "useSeconds",
|
45337
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45025
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))",
|
45338
45026
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
45339
45027
|
"default": "false",
|
45340
45028
|
"value": {
|
@@ -45601,7 +45289,7 @@
|
|
45601
45289
|
},
|
45602
45290
|
{
|
45603
45291
|
"name": "actions",
|
45604
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45292
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))",
|
45605
45293
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker#slots"
|
45606
45294
|
},
|
45607
45295
|
{
|
@@ -45626,7 +45314,7 @@
|
|
45626
45314
|
"attributes": [
|
45627
45315
|
{
|
45628
45316
|
"name": "ampm",
|
45629
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45317
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45630
45318
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45631
45319
|
"default": "false",
|
45632
45320
|
"value": {
|
@@ -45655,7 +45343,7 @@
|
|
45655
45343
|
},
|
45656
45344
|
{
|
45657
45345
|
"name": "displayedValue",
|
45658
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45346
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45659
45347
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45660
45348
|
"value": {
|
45661
45349
|
"kind": "expression",
|
@@ -45664,7 +45352,7 @@
|
|
45664
45352
|
},
|
45665
45353
|
{
|
45666
45354
|
"name": "double",
|
45667
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45355
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45668
45356
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45669
45357
|
"default": "false",
|
45670
45358
|
"value": {
|
@@ -45674,7 +45362,7 @@
|
|
45674
45362
|
},
|
45675
45363
|
{
|
45676
45364
|
"name": "format",
|
45677
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45365
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45678
45366
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45679
45367
|
"value": {
|
45680
45368
|
"kind": "expression",
|
@@ -45683,7 +45371,7 @@
|
|
45683
45371
|
},
|
45684
45372
|
{
|
45685
45373
|
"name": "max",
|
45686
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45374
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45687
45375
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45688
45376
|
"value": {
|
45689
45377
|
"kind": "expression",
|
@@ -45692,7 +45380,7 @@
|
|
45692
45380
|
},
|
45693
45381
|
{
|
45694
45382
|
"name": "min",
|
45695
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45383
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45696
45384
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45697
45385
|
"value": {
|
45698
45386
|
"kind": "expression",
|
@@ -45701,7 +45389,7 @@
|
|
45701
45389
|
},
|
45702
45390
|
{
|
45703
45391
|
"name": "scrollable",
|
45704
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45392
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45705
45393
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45706
45394
|
"default": "false",
|
45707
45395
|
"value": {
|
@@ -45711,7 +45399,7 @@
|
|
45711
45399
|
},
|
45712
45400
|
{
|
45713
45401
|
"name": "readonly",
|
45714
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45402
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45715
45403
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45716
45404
|
"default": "false",
|
45717
45405
|
"value": {
|
@@ -45721,7 +45409,7 @@
|
|
45721
45409
|
},
|
45722
45410
|
{
|
45723
45411
|
"name": "rotate",
|
45724
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45412
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45725
45413
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45726
45414
|
"default": "0",
|
45727
45415
|
"value": {
|
@@ -45731,7 +45419,7 @@
|
|
45731
45419
|
},
|
45732
45420
|
{
|
45733
45421
|
"name": "step",
|
45734
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45422
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45735
45423
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45736
45424
|
"default": "1",
|
45737
45425
|
"value": {
|
@@ -45750,7 +45438,7 @@
|
|
45750
45438
|
},
|
45751
45439
|
{
|
45752
45440
|
"name": "allowedValues",
|
45753
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45441
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45754
45442
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45755
45443
|
"value": {
|
45756
45444
|
"kind": "expression",
|
@@ -45761,7 +45449,7 @@
|
|
45761
45449
|
"events": [
|
45762
45450
|
{
|
45763
45451
|
"name": "change",
|
45764
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45452
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45765
45453
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-clock#events",
|
45766
45454
|
"arguments": [
|
45767
45455
|
{
|
@@ -45805,7 +45493,7 @@
|
|
45805
45493
|
"attributes": [
|
45806
45494
|
{
|
45807
45495
|
"name": "ampm",
|
45808
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45496
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45809
45497
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45810
45498
|
"default": "false",
|
45811
45499
|
"value": {
|
@@ -45815,7 +45503,7 @@
|
|
45815
45503
|
},
|
45816
45504
|
{
|
45817
45505
|
"name": "ampmInTitle",
|
45818
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45506
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45819
45507
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45820
45508
|
"default": "false",
|
45821
45509
|
"value": {
|
@@ -45825,7 +45513,7 @@
|
|
45825
45513
|
},
|
45826
45514
|
{
|
45827
45515
|
"name": "ampmReadonly",
|
45828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45829
45517
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45830
45518
|
"default": "false",
|
45831
45519
|
"value": {
|
@@ -45854,7 +45542,7 @@
|
|
45854
45542
|
},
|
45855
45543
|
{
|
45856
45544
|
"name": "hour",
|
45857
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45545
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45858
45546
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45859
45547
|
"value": {
|
45860
45548
|
"kind": "expression",
|
@@ -45863,7 +45551,7 @@
|
|
45863
45551
|
},
|
45864
45552
|
{
|
45865
45553
|
"name": "minute",
|
45866
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45554
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45867
45555
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45868
45556
|
"value": {
|
45869
45557
|
"kind": "expression",
|
@@ -45872,7 +45560,7 @@
|
|
45872
45560
|
},
|
45873
45561
|
{
|
45874
45562
|
"name": "second",
|
45875
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45563
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45876
45564
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45877
45565
|
"value": {
|
45878
45566
|
"kind": "expression",
|
@@ -45881,7 +45569,7 @@
|
|
45881
45569
|
},
|
45882
45570
|
{
|
45883
45571
|
"name": "period",
|
45884
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45572
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45885
45573
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45886
45574
|
"value": {
|
45887
45575
|
"kind": "expression",
|
@@ -45890,7 +45578,7 @@
|
|
45890
45578
|
},
|
45891
45579
|
{
|
45892
45580
|
"name": "readonly",
|
45893
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45581
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45894
45582
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45895
45583
|
"default": "false",
|
45896
45584
|
"value": {
|
@@ -45900,7 +45588,7 @@
|
|
45900
45588
|
},
|
45901
45589
|
{
|
45902
45590
|
"name": "useSeconds",
|
45903
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45591
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45904
45592
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45905
45593
|
"default": "false",
|
45906
45594
|
"value": {
|
@@ -45910,7 +45598,7 @@
|
|
45910
45598
|
},
|
45911
45599
|
{
|
45912
45600
|
"name": "selecting",
|
45913
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45601
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45914
45602
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45915
45603
|
"value": {
|
45916
45604
|
"kind": "expression",
|
@@ -45919,7 +45607,7 @@
|
|
45919
45607
|
},
|
45920
45608
|
{
|
45921
45609
|
"name": "value",
|
45922
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45610
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45923
45611
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45924
45612
|
"value": {
|
45925
45613
|
"kind": "expression",
|
@@ -45930,7 +45618,7 @@
|
|
45930
45618
|
"events": [
|
45931
45619
|
{
|
45932
45620
|
"name": "update:period",
|
45933
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45621
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45934
45622
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
|
45935
45623
|
"arguments": [
|
45936
45624
|
{
|
@@ -45941,7 +45629,7 @@
|
|
45941
45629
|
},
|
45942
45630
|
{
|
45943
45631
|
"name": "update:selecting",
|
45944
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45632
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45945
45633
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
|
45946
45634
|
"arguments": [
|
45947
45635
|
{
|
@@ -47139,56 +46827,9 @@
|
|
47139
46827
|
"type": "string"
|
47140
46828
|
}
|
47141
46829
|
},
|
47142
|
-
{
|
47143
|
-
"name": "openOnClick",
|
47144
|
-
"description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active.",
|
47145
|
-
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47146
|
-
"value": {
|
47147
|
-
"kind": "expression",
|
47148
|
-
"type": "boolean"
|
47149
|
-
}
|
47150
|
-
},
|
47151
|
-
{
|
47152
|
-
"name": "indeterminateIcon",
|
47153
|
-
"description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`.",
|
47154
|
-
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47155
|
-
"default": "'$checkboxIndeterminate'",
|
47156
|
-
"value": {
|
47157
|
-
"kind": "expression",
|
47158
|
-
"type": "any"
|
47159
|
-
}
|
47160
|
-
},
|
47161
|
-
{
|
47162
|
-
"name": "falseIcon",
|
47163
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/feat/submenu-navigation/packages/api-generator/src/locale/en/VTreeviewChildren.json))",
|
47164
|
-
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47165
|
-
"value": {
|
47166
|
-
"kind": "expression",
|
47167
|
-
"type": "any"
|
47168
|
-
}
|
47169
|
-
},
|
47170
|
-
{
|
47171
|
-
"name": "trueIcon",
|
47172
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/feat/submenu-navigation/packages/api-generator/src/locale/en/VTreeviewChildren.json))",
|
47173
|
-
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47174
|
-
"value": {
|
47175
|
-
"kind": "expression",
|
47176
|
-
"type": "any"
|
47177
|
-
}
|
47178
|
-
},
|
47179
|
-
{
|
47180
|
-
"name": "returnObject",
|
47181
|
-
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key.",
|
47182
|
-
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47183
|
-
"default": "false",
|
47184
|
-
"value": {
|
47185
|
-
"kind": "expression",
|
47186
|
-
"type": "boolean"
|
47187
|
-
}
|
47188
|
-
},
|
47189
46830
|
{
|
47190
46831
|
"name": "selectable",
|
47191
|
-
"description": "Will render a checkbox next to each node allowing them to be selected.
|
46832
|
+
"description": "Will render a checkbox next to each node allowing them to be selected.",
|
47192
46833
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47193
46834
|
"default": "false",
|
47194
46835
|
"value": {
|
@@ -47196,15 +46837,6 @@
|
|
47196
46837
|
"type": "boolean"
|
47197
46838
|
}
|
47198
46839
|
},
|
47199
|
-
{
|
47200
|
-
"name": "selectedColor",
|
47201
|
-
"description": "The color of the selection checkbox.",
|
47202
|
-
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47203
|
-
"value": {
|
47204
|
-
"kind": "expression",
|
47205
|
-
"type": "string"
|
47206
|
-
}
|
47207
|
-
},
|
47208
46840
|
{
|
47209
46841
|
"name": "loadChildren",
|
47210
46842
|
"description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise.",
|
@@ -47376,6 +47008,16 @@
|
|
47376
47008
|
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)"
|
47377
47009
|
}
|
47378
47010
|
},
|
47011
|
+
{
|
47012
|
+
"name": "openStrategy",
|
47013
|
+
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
|
47014
|
+
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47015
|
+
"default": "'list'",
|
47016
|
+
"value": {
|
47017
|
+
"kind": "expression",
|
47018
|
+
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
|
47019
|
+
}
|
47020
|
+
},
|
47379
47021
|
{
|
47380
47022
|
"name": "border",
|
47381
47023
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
|
@@ -47509,6 +47151,16 @@
|
|
47509
47151
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
|
47510
47152
|
}
|
47511
47153
|
},
|
47154
|
+
{
|
47155
|
+
"name": "returnObject",
|
47156
|
+
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key.",
|
47157
|
+
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47158
|
+
"default": "false",
|
47159
|
+
"value": {
|
47160
|
+
"kind": "expression",
|
47161
|
+
"type": "boolean"
|
47162
|
+
}
|
47163
|
+
},
|
47512
47164
|
{
|
47513
47165
|
"name": "valueComparator",
|
47514
47166
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
|
@@ -47785,7 +47437,7 @@
|
|
47785
47437
|
},
|
47786
47438
|
{
|
47787
47439
|
"name": "fluid",
|
47788
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
47440
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))",
|
47789
47441
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
|
47790
47442
|
"default": "false",
|
47791
47443
|
"value": {
|
@@ -47879,7 +47531,7 @@
|
|
47879
47531
|
},
|
47880
47532
|
{
|
47881
47533
|
"name": "loading",
|
47882
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
47534
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
47883
47535
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47884
47536
|
"default": "false",
|
47885
47537
|
"value": {
|
@@ -47889,7 +47541,7 @@
|
|
47889
47541
|
},
|
47890
47542
|
{
|
47891
47543
|
"name": "toggleIcon",
|
47892
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
47544
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
47893
47545
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47894
47546
|
"value": {
|
47895
47547
|
"kind": "expression",
|
@@ -48009,7 +47661,7 @@
|
|
48009
47661
|
},
|
48010
47662
|
{
|
48011
47663
|
"name": "value",
|
48012
|
-
"description": "The value used for selection.",
|
47664
|
+
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected.",
|
48013
47665
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
48014
47666
|
"value": {
|
48015
47667
|
"kind": "expression",
|
@@ -48216,17 +47868,6 @@
|
|
48216
47868
|
}
|
48217
47869
|
],
|
48218
47870
|
"events": [
|
48219
|
-
{
|
48220
|
-
"name": "toggleExpand",
|
48221
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/feat/submenu-navigation/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
48222
|
-
"doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
|
48223
|
-
"arguments": [
|
48224
|
-
{
|
48225
|
-
"name": "argument",
|
48226
|
-
"type": "[MouseEvent]\n"
|
48227
|
-
}
|
48228
|
-
]
|
48229
|
-
},
|
48230
47871
|
{
|
48231
47872
|
"name": "click",
|
48232
47873
|
"description": "Event that is emitted when the component is clicked.",
|
@@ -48234,13 +47875,13 @@
|
|
48234
47875
|
"arguments": [
|
48235
47876
|
{
|
48236
47877
|
"name": "argument",
|
48237
|
-
"type": "[MouseEvent
|
47878
|
+
"type": "[MouseEvent]\n"
|
48238
47879
|
}
|
48239
47880
|
]
|
48240
47881
|
},
|
48241
47882
|
{
|
48242
47883
|
"name": "clickOnce",
|
48243
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
47884
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
48244
47885
|
"doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
|
48245
47886
|
"arguments": [
|
48246
47887
|
{
|
@@ -48260,10 +47901,6 @@
|
|
48260
47901
|
"name": "isActive",
|
48261
47902
|
"type": "boolean"
|
48262
47903
|
},
|
48263
|
-
{
|
48264
|
-
"name": "isOpen",
|
48265
|
-
"type": "boolean"
|
48266
|
-
},
|
48267
47904
|
{
|
48268
47905
|
"name": "isSelected",
|
48269
47906
|
"type": "boolean"
|
@@ -48287,10 +47924,6 @@
|
|
48287
47924
|
"name": "isActive",
|
48288
47925
|
"type": "boolean"
|
48289
47926
|
},
|
48290
|
-
{
|
48291
|
-
"name": "isOpen",
|
48292
|
-
"type": "boolean"
|
48293
|
-
},
|
48294
47927
|
{
|
48295
47928
|
"name": "isSelected",
|
48296
47929
|
"type": "boolean"
|
@@ -48314,10 +47947,6 @@
|
|
48314
47947
|
"name": "isActive",
|
48315
47948
|
"type": "boolean"
|
48316
47949
|
},
|
48317
|
-
{
|
48318
|
-
"name": "isOpen",
|
48319
|
-
"type": "boolean"
|
48320
|
-
},
|
48321
47950
|
{
|
48322
47951
|
"name": "isSelected",
|
48323
47952
|
"type": "boolean"
|
@@ -48462,7 +48091,7 @@
|
|
48462
48091
|
"doc-url": "https://vuetifyjs.com/api/VValidation#props",
|
48463
48092
|
"value": {
|
48464
48093
|
"kind": "expression",
|
48465
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | '
|
48094
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
48466
48095
|
}
|
48467
48096
|
},
|
48468
48097
|
{
|