@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.6.13-pr-20185.5bf1ff4
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 +125 -273
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +5 -42
- package/dist/json/web-types.json +239 -610
- package/dist/vuetify-labs.css +3046 -2341
- package/dist/vuetify-labs.d.ts +368 -697
- package/dist/vuetify-labs.esm.js +239 -241
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +239 -241
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1273 -568
- package/dist/vuetify.d.ts +342 -605
- package/dist/vuetify.esm.js +100 -160
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +100 -160
- 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/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- 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 +40 -40
- 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
@@ -231,10 +231,6 @@
|
|
231
231
|
"type": "boolean\n",
|
232
232
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
233
233
|
},
|
234
|
-
"VAppBarNavIcon/active-color": {
|
235
|
-
"type": "string\n",
|
236
|
-
"description": "The applied color when the component is in an active state."
|
237
|
-
},
|
238
234
|
"VAppBarNavIcon/base-color": {
|
239
235
|
"type": "string\n",
|
240
236
|
"description": "Sets the color of component when not focused."
|
@@ -672,7 +668,7 @@
|
|
672
668
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
673
669
|
},
|
674
670
|
"VAutocomplete/validate-on": {
|
675
|
-
"type": " | '
|
671
|
+
"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'\n",
|
676
672
|
"description": "Change what type of event triggers validation to run."
|
677
673
|
},
|
678
674
|
"VAutocomplete/focused": {
|
@@ -739,10 +735,6 @@
|
|
739
735
|
"type": "string\n",
|
740
736
|
"description": "Specify content text for the component."
|
741
737
|
},
|
742
|
-
"VAvatar/border": {
|
743
|
-
"type": "string | number | boolean\n",
|
744
|
-
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
745
|
-
},
|
746
738
|
"VAvatar/density": {
|
747
739
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
748
740
|
"description": "Adjusts the vertical height used by the component."
|
@@ -1323,10 +1315,6 @@
|
|
1323
1315
|
"type": "boolean\n",
|
1324
1316
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
1325
1317
|
},
|
1326
|
-
"VBtn/active-color": {
|
1327
|
-
"type": "string\n",
|
1328
|
-
"description": "The applied color when the component is in an active state."
|
1329
|
-
},
|
1330
1318
|
"VBtn/base-color": {
|
1331
1319
|
"type": "string\n",
|
1332
1320
|
"description": "Sets the color of component when not focused."
|
@@ -1617,7 +1605,7 @@
|
|
1617
1605
|
},
|
1618
1606
|
"VCalendar/first-day-of-week": {
|
1619
1607
|
"type": "string | number\n",
|
1620
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
1608
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/calendar.json))"
|
1621
1609
|
},
|
1622
1610
|
"VCalendar/allowed-dates": {
|
1623
1611
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
@@ -2119,10 +2107,6 @@
|
|
2119
2107
|
"type": "boolean | 'left' | 'right'\n",
|
2120
2108
|
"description": "Displays carousel delimiters vertically."
|
2121
2109
|
},
|
2122
|
-
"VCarouselItem/absolute": {
|
2123
|
-
"type": "boolean\n",
|
2124
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/feat/submenu-navigation/packages/api-generator/src/locale/en/VImg.json))"
|
2125
|
-
},
|
2126
2110
|
"VCarouselItem/alt": {
|
2127
2111
|
"type": "string\n",
|
2128
2112
|
"description": "Alternate text for screen readers. Leave empty for decorative images."
|
@@ -2340,7 +2324,7 @@
|
|
2340
2324
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
2341
2325
|
},
|
2342
2326
|
"VCheckbox/validate-on": {
|
2343
|
-
"type": " | 'input'\n | 'blur'\n | 'submit'\n | '
|
2327
|
+
"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'\n",
|
2344
2328
|
"description": "Change what type of event triggers validation to run."
|
2345
2329
|
},
|
2346
2330
|
"VCheckbox/validation-value": {
|
@@ -3180,7 +3164,7 @@
|
|
3180
3164
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
3181
3165
|
},
|
3182
3166
|
"VCombobox/validate-on": {
|
3183
|
-
"type": " | '
|
3167
|
+
"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'\n",
|
3184
3168
|
"description": "Change what type of event triggers validation to run."
|
3185
3169
|
},
|
3186
3170
|
"VCombobox/focused": {
|
@@ -3259,30 +3243,6 @@
|
|
3259
3243
|
"type": "boolean\n",
|
3260
3244
|
"description": "Removes viewport maximum-width size breakpoints."
|
3261
3245
|
},
|
3262
|
-
"VContainer/height": {
|
3263
|
-
"type": "string | number\n",
|
3264
|
-
"description": "Sets the height for the component."
|
3265
|
-
},
|
3266
|
-
"VContainer/max-height": {
|
3267
|
-
"type": "string | number\n",
|
3268
|
-
"description": "Sets the maximum height for the component."
|
3269
|
-
},
|
3270
|
-
"VContainer/max-width": {
|
3271
|
-
"type": "string | number\n",
|
3272
|
-
"description": "Sets the maximum width for the component."
|
3273
|
-
},
|
3274
|
-
"VContainer/min-height": {
|
3275
|
-
"type": "string | number\n",
|
3276
|
-
"description": "Sets the minimum height for the component."
|
3277
|
-
},
|
3278
|
-
"VContainer/min-width": {
|
3279
|
-
"type": "string | number\n",
|
3280
|
-
"description": "Sets the minimum width for the component."
|
3281
|
-
},
|
3282
|
-
"VContainer/width": {
|
3283
|
-
"type": "string | number\n",
|
3284
|
-
"description": "Sets the width for the component."
|
3285
|
-
},
|
3286
3246
|
"VContainer/tag": {
|
3287
3247
|
"type": "string\n",
|
3288
3248
|
"description": "Specify a custom tag used on the root element."
|
@@ -3677,7 +3637,7 @@
|
|
3677
3637
|
},
|
3678
3638
|
"VDataTableHeaders/multi-sort": {
|
3679
3639
|
"type": "boolean\n",
|
3680
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3640
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
3681
3641
|
},
|
3682
3642
|
"VDataTableHeaders/sort-asc-icon": {
|
3683
3643
|
"type": "any\n",
|
@@ -3689,7 +3649,7 @@
|
|
3689
3649
|
},
|
3690
3650
|
"VDataTableHeaders/header-props": {
|
3691
3651
|
"type": "unknown\n",
|
3692
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3652
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
3693
3653
|
},
|
3694
3654
|
"VDataTableHeaders/mobile": {
|
3695
3655
|
"type": "boolean\n",
|
@@ -3705,7 +3665,7 @@
|
|
3705
3665
|
},
|
3706
3666
|
"VDataTableRow/cell-props": {
|
3707
3667
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'index' | 'item' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
3708
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3668
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDataTableRow.json))"
|
3709
3669
|
},
|
3710
3670
|
"VDataTableRow/mobile": {
|
3711
3671
|
"type": "boolean\n",
|
@@ -3765,7 +3725,7 @@
|
|
3765
3725
|
},
|
3766
3726
|
"VDataTableServer/header-props": {
|
3767
3727
|
"type": "unknown\n",
|
3768
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3728
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
3769
3729
|
},
|
3770
3730
|
"VDataTableServer/cell-props": {
|
3771
3731
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
@@ -3821,15 +3781,15 @@
|
|
3821
3781
|
},
|
3822
3782
|
"VDataTableServer/hide-default-body": {
|
3823
3783
|
"type": "boolean\n",
|
3824
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3784
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/DataTable.json))"
|
3825
3785
|
},
|
3826
3786
|
"VDataTableServer/hide-default-footer": {
|
3827
3787
|
"type": "boolean\n",
|
3828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3788
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/DataTable.json))"
|
3829
3789
|
},
|
3830
3790
|
"VDataTableServer/hide-default-header": {
|
3831
3791
|
"type": "boolean\n",
|
3832
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3792
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/DataTable.json))"
|
3833
3793
|
},
|
3834
3794
|
"VDataTableServer/search": {
|
3835
3795
|
"type": "string\n",
|
@@ -3997,7 +3957,7 @@
|
|
3997
3957
|
},
|
3998
3958
|
"VDataTableVirtual/header-props": {
|
3999
3959
|
"type": "unknown\n",
|
4000
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3960
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
4001
3961
|
},
|
4002
3962
|
"VDataTableVirtual/cell-props": {
|
4003
3963
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
@@ -4041,15 +4001,15 @@
|
|
4041
4001
|
},
|
4042
4002
|
"VDataTableVirtual/hide-default-body": {
|
4043
4003
|
"type": "boolean\n",
|
4044
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4004
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/DataTable.json))"
|
4045
4005
|
},
|
4046
4006
|
"VDataTableVirtual/hide-default-footer": {
|
4047
4007
|
"type": "boolean\n",
|
4048
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4008
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/DataTable.json))"
|
4049
4009
|
},
|
4050
4010
|
"VDataTableVirtual/hide-default-header": {
|
4051
4011
|
"type": "boolean\n",
|
4052
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4012
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/DataTable.json))"
|
4053
4013
|
},
|
4054
4014
|
"VDataTableVirtual/search": {
|
4055
4015
|
"type": "string\n",
|
@@ -4193,7 +4153,7 @@
|
|
4193
4153
|
},
|
4194
4154
|
"VDateInput/hide-actions": {
|
4195
4155
|
"type": "boolean\n",
|
4196
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4156
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDateInput.json))"
|
4197
4157
|
},
|
4198
4158
|
"VDateInput/focused": {
|
4199
4159
|
"type": "boolean\n",
|
@@ -4360,7 +4320,7 @@
|
|
4360
4320
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
4361
4321
|
},
|
4362
4322
|
"VDateInput/validate-on": {
|
4363
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
4323
|
+
"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'\n",
|
4364
4324
|
"description": "Change what type of event triggers validation to run."
|
4365
4325
|
},
|
4366
4326
|
"VDateInput/validation-value": {
|
@@ -4729,15 +4689,15 @@
|
|
4729
4689
|
},
|
4730
4690
|
"VDatePickerControls/next-icon": {
|
4731
4691
|
"type": "any\n",
|
4732
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4692
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4733
4693
|
},
|
4734
4694
|
"VDatePickerControls/prev-icon": {
|
4735
4695
|
"type": "any\n",
|
4736
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4696
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4737
4697
|
},
|
4738
4698
|
"VDatePickerControls/mode-icon": {
|
4739
4699
|
"type": "any\n",
|
4740
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4700
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4741
4701
|
},
|
4742
4702
|
"VDatePickerControls/text": {
|
4743
4703
|
"type": "string\n",
|
@@ -4745,7 +4705,7 @@
|
|
4745
4705
|
},
|
4746
4706
|
"VDatePickerControls/view-mode": {
|
4747
4707
|
"type": "'month' | 'months' | 'year'\n",
|
4748
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4708
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4749
4709
|
},
|
4750
4710
|
"VDatePickerHeader/append-icon": {
|
4751
4711
|
"type": "string\n",
|
@@ -4757,11 +4717,11 @@
|
|
4757
4717
|
},
|
4758
4718
|
"VDatePickerHeader/header": {
|
4759
4719
|
"type": "string\n",
|
4760
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4720
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
|
4761
4721
|
},
|
4762
4722
|
"VDatePickerHeader/transition": {
|
4763
4723
|
"type": "string\n",
|
4764
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4724
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
|
4765
4725
|
},
|
4766
4726
|
"VDatePickerMonth/color": {
|
4767
4727
|
"type": "string\n",
|
@@ -4773,7 +4733,7 @@
|
|
4773
4733
|
},
|
4774
4734
|
"VDatePickerMonth/show-week": {
|
4775
4735
|
"type": "boolean\n",
|
4776
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4736
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
4777
4737
|
},
|
4778
4738
|
"VDatePickerMonth/transition": {
|
4779
4739
|
"type": "string\n",
|
@@ -4793,7 +4753,7 @@
|
|
4793
4753
|
},
|
4794
4754
|
"VDatePickerMonth/show-adjacent-months": {
|
4795
4755
|
"type": "boolean\n",
|
4796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4756
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/calendar.json))"
|
4797
4757
|
},
|
4798
4758
|
"VDatePickerMonth/year": {
|
4799
4759
|
"type": "string | number\n",
|
@@ -4809,11 +4769,11 @@
|
|
4809
4769
|
},
|
4810
4770
|
"VDatePickerMonth/first-day-of-week": {
|
4811
4771
|
"type": "string | number\n",
|
4812
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4772
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/calendar.json))"
|
4813
4773
|
},
|
4814
4774
|
"VDatePickerMonth/allowed-dates": {
|
4815
4775
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
4816
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4776
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/calendar.json))"
|
4817
4777
|
},
|
4818
4778
|
"VDatePickerMonth/display-value": {
|
4819
4779
|
"type": "unknown\n",
|
@@ -4825,15 +4785,15 @@
|
|
4825
4785
|
},
|
4826
4786
|
"VDatePickerMonth/max": {
|
4827
4787
|
"type": "unknown\n",
|
4828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4788
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/calendar.json))"
|
4829
4789
|
},
|
4830
4790
|
"VDatePickerMonth/min": {
|
4831
4791
|
"type": "unknown\n",
|
4832
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4792
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/calendar.json))"
|
4833
4793
|
},
|
4834
4794
|
"VDatePickerMonth/multiple": {
|
4835
4795
|
"type": "number | boolean | 'range' | (string & {})\n",
|
4836
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4796
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
4837
4797
|
},
|
4838
4798
|
"VDatePickerMonths/color": {
|
4839
4799
|
"type": "string\n",
|
@@ -4849,15 +4809,15 @@
|
|
4849
4809
|
},
|
4850
4810
|
"VDatePickerMonths/year": {
|
4851
4811
|
"type": "number\n",
|
4852
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4812
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
|
4853
4813
|
},
|
4854
4814
|
"VDatePickerMonths/min": {
|
4855
4815
|
"type": "unknown\n",
|
4856
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4816
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
|
4857
4817
|
},
|
4858
4818
|
"VDatePickerMonths/max": {
|
4859
4819
|
"type": "unknown\n",
|
4860
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4820
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
|
4861
4821
|
},
|
4862
4822
|
"VDatePickerYears/color": {
|
4863
4823
|
"type": "string\n",
|
@@ -4873,11 +4833,11 @@
|
|
4873
4833
|
},
|
4874
4834
|
"VDatePickerYears/min": {
|
4875
4835
|
"type": "unknown\n",
|
4876
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4836
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
4877
4837
|
},
|
4878
4838
|
"VDatePickerYears/max": {
|
4879
4839
|
"type": "unknown\n",
|
4880
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4840
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
4881
4841
|
},
|
4882
4842
|
"VDefaultsProvider/disabled": {
|
4883
4843
|
"type": "boolean\n",
|
@@ -5105,7 +5065,7 @@
|
|
5105
5065
|
},
|
5106
5066
|
"VDialogTransition/target": {
|
5107
5067
|
"type": "HTMLElement | [number, number]\n",
|
5108
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5068
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/v-dialog-transition.json))"
|
5109
5069
|
},
|
5110
5070
|
"VDivider/length": {
|
5111
5071
|
"type": "string | number\n",
|
@@ -5297,7 +5257,7 @@
|
|
5297
5257
|
},
|
5298
5258
|
"VExpansionPanel/focusable": {
|
5299
5259
|
"type": "boolean\n",
|
5300
|
-
"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/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
5301
5261
|
},
|
5302
5262
|
"VExpansionPanel/static": {
|
5303
5263
|
"type": "boolean\n",
|
@@ -5311,30 +5271,6 @@
|
|
5311
5271
|
"type": "boolean\n",
|
5312
5272
|
"description": "Makes the expansion-panel content read only."
|
5313
5273
|
},
|
5314
|
-
"VExpansionPanel/height": {
|
5315
|
-
"type": "string | number\n",
|
5316
|
-
"description": "Sets the height for the component."
|
5317
|
-
},
|
5318
|
-
"VExpansionPanel/max-height": {
|
5319
|
-
"type": "string | number\n",
|
5320
|
-
"description": "Sets the maximum height for the component."
|
5321
|
-
},
|
5322
|
-
"VExpansionPanel/max-width": {
|
5323
|
-
"type": "string | number\n",
|
5324
|
-
"description": "Sets the maximum width for the component."
|
5325
|
-
},
|
5326
|
-
"VExpansionPanel/min-height": {
|
5327
|
-
"type": "string | number\n",
|
5328
|
-
"description": "Sets the minimum height for the component."
|
5329
|
-
},
|
5330
|
-
"VExpansionPanel/min-width": {
|
5331
|
-
"type": "string | number\n",
|
5332
|
-
"description": "Sets the minimum width for the component."
|
5333
|
-
},
|
5334
|
-
"VExpansionPanel/width": {
|
5335
|
-
"type": "string | number\n",
|
5336
|
-
"description": "Sets the width for the component."
|
5337
|
-
},
|
5338
5274
|
"VExpansionPanel/eager": {
|
5339
5275
|
"type": "boolean\n",
|
5340
5276
|
"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."
|
@@ -5361,7 +5297,7 @@
|
|
5361
5297
|
},
|
5362
5298
|
"VExpansionPanelTitle/focusable": {
|
5363
5299
|
"type": "boolean\n",
|
5364
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5300
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
5365
5301
|
},
|
5366
5302
|
"VExpansionPanelTitle/static": {
|
5367
5303
|
"type": "boolean\n",
|
@@ -5373,31 +5309,7 @@
|
|
5373
5309
|
},
|
5374
5310
|
"VExpansionPanelTitle/readonly": {
|
5375
5311
|
"type": "boolean\n",
|
5376
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5377
|
-
},
|
5378
|
-
"VExpansionPanelTitle/height": {
|
5379
|
-
"type": "string | number\n",
|
5380
|
-
"description": "Sets the height for the component."
|
5381
|
-
},
|
5382
|
-
"VExpansionPanelTitle/max-height": {
|
5383
|
-
"type": "string | number\n",
|
5384
|
-
"description": "Sets the maximum height for the component."
|
5385
|
-
},
|
5386
|
-
"VExpansionPanelTitle/max-width": {
|
5387
|
-
"type": "string | number\n",
|
5388
|
-
"description": "Sets the maximum width for the component."
|
5389
|
-
},
|
5390
|
-
"VExpansionPanelTitle/min-height": {
|
5391
|
-
"type": "string | number\n",
|
5392
|
-
"description": "Sets the minimum height for the component."
|
5393
|
-
},
|
5394
|
-
"VExpansionPanelTitle/min-width": {
|
5395
|
-
"type": "string | number\n",
|
5396
|
-
"description": "Sets the minimum width for the component."
|
5397
|
-
},
|
5398
|
-
"VExpansionPanelTitle/width": {
|
5399
|
-
"type": "string | number\n",
|
5400
|
-
"description": "Sets the width for the component."
|
5312
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
5401
5313
|
},
|
5402
5314
|
"VExpansionPanels/flat": {
|
5403
5315
|
"type": "boolean\n",
|
@@ -5527,10 +5439,6 @@
|
|
5527
5439
|
"type": "boolean\n",
|
5528
5440
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
5529
5441
|
},
|
5530
|
-
"VFab/active-color": {
|
5531
|
-
"type": "string\n",
|
5532
|
-
"description": "The applied color when the component is in an active state."
|
5533
|
-
},
|
5534
5442
|
"VFab/base-color": {
|
5535
5443
|
"type": "string\n",
|
5536
5444
|
"description": "Sets the color of component when not focused."
|
@@ -5972,7 +5880,7 @@
|
|
5972
5880
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
5973
5881
|
},
|
5974
5882
|
"VFileInput/validate-on": {
|
5975
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
5883
|
+
"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'\n",
|
5976
5884
|
"description": "Change what type of event triggers validation to run."
|
5977
5885
|
},
|
5978
5886
|
"VFileInput/validation-value": {
|
@@ -6112,7 +6020,7 @@
|
|
6112
6020
|
"description": "Puts all children inputs into a readonly state."
|
6113
6021
|
},
|
6114
6022
|
"VForm/validate-on": {
|
6115
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
6023
|
+
"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'\n",
|
6116
6024
|
"description": "Changes the events in which validation occurs."
|
6117
6025
|
},
|
6118
6026
|
"VHover/disabled": {
|
@@ -6163,10 +6071,6 @@
|
|
6163
6071
|
"type": "string\n",
|
6164
6072
|
"description": "Specify a theme for this component and all of its children."
|
6165
6073
|
},
|
6166
|
-
"VImg/absolute": {
|
6167
|
-
"type": "boolean\n",
|
6168
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/feat/submenu-navigation/packages/api-generator/src/locale/en/VImg.json))"
|
6169
|
-
},
|
6170
6074
|
"VImg/alt": {
|
6171
6075
|
"type": "string\n",
|
6172
6076
|
"description": "Alternate text for screen readers. Leave empty for decorative images."
|
@@ -6420,7 +6324,7 @@
|
|
6420
6324
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
6421
6325
|
},
|
6422
6326
|
"VInput/validate-on": {
|
6423
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
6327
|
+
"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'\n",
|
6424
6328
|
"description": "Change what type of event triggers validation to run."
|
6425
6329
|
},
|
6426
6330
|
"VInput/validation-value": {
|
@@ -6525,7 +6429,7 @@
|
|
6525
6429
|
},
|
6526
6430
|
"VLayoutItem/position": {
|
6527
6431
|
"type": "'top' | 'right' | 'bottom' | 'left'\n",
|
6528
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6432
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VLayoutItem.json))"
|
6529
6433
|
},
|
6530
6434
|
"VLayoutItem/size": {
|
6531
6435
|
"type": "string | number\n",
|
@@ -6637,11 +6541,11 @@
|
|
6637
6541
|
},
|
6638
6542
|
"VList/activatable": {
|
6639
6543
|
"type": "boolean\n",
|
6640
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6544
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/nested.json))"
|
6641
6545
|
},
|
6642
6546
|
"VList/selectable": {
|
6643
6547
|
"type": "boolean\n",
|
6644
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6548
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/nested.json))"
|
6645
6549
|
},
|
6646
6550
|
"VList/opened": {
|
6647
6551
|
"type": "unknown\n",
|
@@ -6668,7 +6572,7 @@
|
|
6668
6572
|
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
|
6669
6573
|
},
|
6670
6574
|
"VList/open-strategy": {
|
6671
|
-
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L23
|
6575
|
+
"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>\n",
|
6672
6576
|
"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."
|
6673
6577
|
},
|
6674
6578
|
"VList/border": {
|
@@ -6793,7 +6697,7 @@
|
|
6793
6697
|
},
|
6794
6698
|
"VListGroup/fluid": {
|
6795
6699
|
"type": "boolean\n",
|
6796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6700
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VListGroup.json))"
|
6797
6701
|
},
|
6798
6702
|
"VListGroup/subgroup": {
|
6799
6703
|
"type": "boolean\n",
|
@@ -7001,11 +6905,11 @@
|
|
7001
6905
|
},
|
7002
6906
|
"VListSubheader/inset": {
|
7003
6907
|
"type": "boolean\n",
|
7004
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6908
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VListSubheader.json))"
|
7005
6909
|
},
|
7006
6910
|
"VListSubheader/sticky": {
|
7007
6911
|
"type": "boolean\n",
|
7008
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6912
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VListSubheader.json))"
|
7009
6913
|
},
|
7010
6914
|
"VListSubheader/title": {
|
7011
6915
|
"type": "string\n",
|
@@ -7017,11 +6921,11 @@
|
|
7017
6921
|
},
|
7018
6922
|
"VLocaleProvider/locale": {
|
7019
6923
|
"type": "string\n",
|
7020
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6924
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VLocaleProvider.json))"
|
7021
6925
|
},
|
7022
6926
|
"VLocaleProvider/fallback-locale": {
|
7023
6927
|
"type": "string\n",
|
7024
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6928
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VLocaleProvider.json))"
|
7025
6929
|
},
|
7026
6930
|
"VLocaleProvider/messages": {
|
7027
6931
|
"type": "unknown\n",
|
@@ -7029,11 +6933,11 @@
|
|
7029
6933
|
},
|
7030
6934
|
"VLocaleProvider/rtl": {
|
7031
6935
|
"type": "boolean\n",
|
7032
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6936
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VLocaleProvider.json))"
|
7033
6937
|
},
|
7034
6938
|
"VMain/scrollable": {
|
7035
6939
|
"type": "boolean\n",
|
7036
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6940
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VMain.json))"
|
7037
6941
|
},
|
7038
6942
|
"VMain/height": {
|
7039
6943
|
"type": "string | number\n",
|
@@ -7071,10 +6975,6 @@
|
|
7071
6975
|
"type": "string\n",
|
7072
6976
|
"description": "The unique identifier of the component."
|
7073
6977
|
},
|
7074
|
-
"VMenu/submenu": {
|
7075
|
-
"type": "boolean\n",
|
7076
|
-
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
7077
|
-
},
|
7078
6978
|
"VMenu/close-on-back": {
|
7079
6979
|
"type": "boolean\n",
|
7080
6980
|
"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."
|
@@ -7293,7 +7193,7 @@
|
|
7293
7193
|
},
|
7294
7194
|
"VNavigationDrawer/sticky": {
|
7295
7195
|
"type": "boolean\n",
|
7296
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7196
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
|
7297
7197
|
},
|
7298
7198
|
"VNavigationDrawer/border": {
|
7299
7199
|
"type": "string | number | boolean\n",
|
@@ -7361,19 +7261,23 @@
|
|
7361
7261
|
},
|
7362
7262
|
"VNumberInput/control-variant": {
|
7363
7263
|
"type": "'default' | 'stacked' | 'split'\n",
|
7364
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7264
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7365
7265
|
},
|
7366
7266
|
"VNumberInput/inset": {
|
7367
7267
|
"type": "boolean\n",
|
7368
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7268
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7369
7269
|
},
|
7370
7270
|
"VNumberInput/hide-input": {
|
7371
7271
|
"type": "boolean\n",
|
7372
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7272
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7273
|
+
},
|
7274
|
+
"VNumberInput/model-value": {
|
7275
|
+
"type": "Number\n",
|
7276
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7373
7277
|
},
|
7374
7278
|
"VNumberInput/min": {
|
7375
7279
|
"type": "number\n",
|
7376
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7280
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7377
7281
|
},
|
7378
7282
|
"VNumberInput/type": {
|
7379
7283
|
"type": "string\n",
|
@@ -7381,11 +7285,11 @@
|
|
7381
7285
|
},
|
7382
7286
|
"VNumberInput/max": {
|
7383
7287
|
"type": "number\n",
|
7384
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7288
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7385
7289
|
},
|
7386
7290
|
"VNumberInput/step": {
|
7387
7291
|
"type": "number\n",
|
7388
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7292
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7389
7293
|
},
|
7390
7294
|
"VNumberInput/autofocus": {
|
7391
7295
|
"type": "boolean\n",
|
@@ -7503,12 +7407,8 @@
|
|
7503
7407
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
|
7504
7408
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
7505
7409
|
},
|
7506
|
-
"VNumberInput/model-value": {
|
7507
|
-
"type": "any\n",
|
7508
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7509
|
-
},
|
7510
7410
|
"VNumberInput/validate-on": {
|
7511
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
7411
|
+
"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'\n",
|
7512
7412
|
"description": "Change what type of event triggers validation to run."
|
7513
7413
|
},
|
7514
7414
|
"VNumberInput/validation-value": {
|
@@ -7941,7 +7841,7 @@
|
|
7941
7841
|
},
|
7942
7842
|
"VParallax/scale": {
|
7943
7843
|
"type": "string | number\n",
|
7944
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
7844
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VParallax.json))"
|
7945
7845
|
},
|
7946
7846
|
"VPicker/title": {
|
7947
7847
|
"type": "string\n",
|
@@ -8153,7 +8053,7 @@
|
|
8153
8053
|
},
|
8154
8054
|
"VPullToRefresh/pull-down-threshold": {
|
8155
8055
|
"type": "number\n",
|
8156
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
8056
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VPullToRefresh.json))"
|
8157
8057
|
},
|
8158
8058
|
"VRadio/label": {
|
8159
8059
|
"type": "string\n",
|
@@ -8344,7 +8244,7 @@
|
|
8344
8244
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
8345
8245
|
},
|
8346
8246
|
"VRadioGroup/validate-on": {
|
8347
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
8247
|
+
"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'\n",
|
8348
8248
|
"description": "Change what type of event triggers validation to run."
|
8349
8249
|
},
|
8350
8250
|
"VRadioGroup/validation-value": {
|
@@ -8488,7 +8388,7 @@
|
|
8488
8388
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
8489
8389
|
},
|
8490
8390
|
"VRangeSlider/validate-on": {
|
8491
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
8391
|
+
"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'\n",
|
8492
8392
|
"description": "Change what type of event triggers validation to run."
|
8493
8393
|
},
|
8494
8394
|
"VRangeSlider/validation-value": {
|
@@ -8581,7 +8481,7 @@
|
|
8581
8481
|
},
|
8582
8482
|
"VRating/item-aria-label": {
|
8583
8483
|
"type": "string\n",
|
8584
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
8484
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VRating.json))"
|
8585
8485
|
},
|
8586
8486
|
"VRating/active-color": {
|
8587
8487
|
"type": "string\n",
|
@@ -9144,7 +9044,7 @@
|
|
9144
9044
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
9145
9045
|
},
|
9146
9046
|
"VSelect/validate-on": {
|
9147
|
-
"type": " | '
|
9047
|
+
"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'\n",
|
9148
9048
|
"description": "Change what type of event triggers validation to run."
|
9149
9049
|
},
|
9150
9050
|
"VSelect/focused": {
|
@@ -9421,7 +9321,7 @@
|
|
9421
9321
|
},
|
9422
9322
|
"VSkeletonLoader/loading-text": {
|
9423
9323
|
"type": "string\n",
|
9424
|
-
"description": "
|
9324
|
+
"description": "aria-label for the element in a loading state."
|
9425
9325
|
},
|
9426
9326
|
"VSkeletonLoader/type": {
|
9427
9327
|
"type": " | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n | (\n | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n )[]\n",
|
@@ -9796,7 +9696,7 @@
|
|
9796
9696
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
9797
9697
|
},
|
9798
9698
|
"VSlider/validate-on": {
|
9799
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
9699
|
+
"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'\n",
|
9800
9700
|
"description": "Change what type of event triggers validation to run."
|
9801
9701
|
},
|
9802
9702
|
"VSlider/validation-value": {
|
@@ -10205,11 +10105,11 @@
|
|
10205
10105
|
},
|
10206
10106
|
"VSparkline/id": {
|
10207
10107
|
"type": "string\n",
|
10208
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10108
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Line.json))"
|
10209
10109
|
},
|
10210
10110
|
"VSparkline/item-value": {
|
10211
10111
|
"type": "string\n",
|
10212
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10112
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Line.json))"
|
10213
10113
|
},
|
10214
10114
|
"VSparkline/model-value": {
|
10215
10115
|
"type": "(number | { value: number })[]\n",
|
@@ -10217,11 +10117,11 @@
|
|
10217
10117
|
},
|
10218
10118
|
"VSparkline/min": {
|
10219
10119
|
"type": "string | number\n",
|
10220
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10120
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Line.json))"
|
10221
10121
|
},
|
10222
10122
|
"VSparkline/max": {
|
10223
10123
|
"type": "string | number\n",
|
10224
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10124
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Line.json))"
|
10225
10125
|
},
|
10226
10126
|
"VSparkline/padding": {
|
10227
10127
|
"type": "string | number\n",
|
@@ -10251,10 +10151,6 @@
|
|
10251
10151
|
"type": "string\n",
|
10252
10152
|
"description": "The unique identifier of the component."
|
10253
10153
|
},
|
10254
|
-
"VSpeedDial/submenu": {
|
10255
|
-
"type": "boolean\n",
|
10256
|
-
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
10257
|
-
},
|
10258
10154
|
"VSpeedDial/close-on-back": {
|
10259
10155
|
"type": "boolean\n",
|
10260
10156
|
"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."
|
@@ -10405,11 +10301,11 @@
|
|
10405
10301
|
},
|
10406
10302
|
"VStepper/complete-icon": {
|
10407
10303
|
"type": "string\n",
|
10408
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10304
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Stepper.json))"
|
10409
10305
|
},
|
10410
10306
|
"VStepper/edit-icon": {
|
10411
10307
|
"type": "string\n",
|
10412
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10308
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Stepper.json))"
|
10413
10309
|
},
|
10414
10310
|
"VStepper/editable": {
|
10415
10311
|
"type": "boolean\n",
|
@@ -10417,7 +10313,7 @@
|
|
10417
10313
|
},
|
10418
10314
|
"VStepper/error-icon": {
|
10419
10315
|
"type": "string\n",
|
10420
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10316
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Stepper.json))"
|
10421
10317
|
},
|
10422
10318
|
"VStepper/hide-actions": {
|
10423
10319
|
"type": "boolean\n",
|
@@ -10641,11 +10537,11 @@
|
|
10641
10537
|
},
|
10642
10538
|
"VStepperVertical/complete-icon": {
|
10643
10539
|
"type": "string\n",
|
10644
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10540
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Stepper.json))"
|
10645
10541
|
},
|
10646
10542
|
"VStepperVertical/edit-icon": {
|
10647
10543
|
"type": "string\n",
|
10648
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10544
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Stepper.json))"
|
10649
10545
|
},
|
10650
10546
|
"VStepperVertical/editable": {
|
10651
10547
|
"type": "boolean\n",
|
@@ -10653,7 +10549,7 @@
|
|
10653
10549
|
},
|
10654
10550
|
"VStepperVertical/error-icon": {
|
10655
10551
|
"type": "string\n",
|
10656
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10552
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/Stepper.json))"
|
10657
10553
|
},
|
10658
10554
|
"VStepperVertical/hide-actions": {
|
10659
10555
|
"type": "boolean\n",
|
@@ -10873,7 +10769,7 @@
|
|
10873
10769
|
},
|
10874
10770
|
"VStepperVerticalItem/focusable": {
|
10875
10771
|
"type": "boolean\n",
|
10876
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10772
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
10877
10773
|
},
|
10878
10774
|
"VStepperVerticalItem/static": {
|
10879
10775
|
"type": "boolean\n",
|
@@ -10883,30 +10779,6 @@
|
|
10883
10779
|
"type": "boolean\n",
|
10884
10780
|
"description": "Makes the expansion-panel content read only."
|
10885
10781
|
},
|
10886
|
-
"VStepperVerticalItem/height": {
|
10887
|
-
"type": "string | number\n",
|
10888
|
-
"description": "Sets the height for the component."
|
10889
|
-
},
|
10890
|
-
"VStepperVerticalItem/max-height": {
|
10891
|
-
"type": "string | number\n",
|
10892
|
-
"description": "Sets the maximum height for the component."
|
10893
|
-
},
|
10894
|
-
"VStepperVerticalItem/max-width": {
|
10895
|
-
"type": "string | number\n",
|
10896
|
-
"description": "Sets the maximum width for the component."
|
10897
|
-
},
|
10898
|
-
"VStepperVerticalItem/min-height": {
|
10899
|
-
"type": "string | number\n",
|
10900
|
-
"description": "Sets the minimum height for the component."
|
10901
|
-
},
|
10902
|
-
"VStepperVerticalItem/min-width": {
|
10903
|
-
"type": "string | number\n",
|
10904
|
-
"description": "Sets the minimum width for the component."
|
10905
|
-
},
|
10906
|
-
"VStepperVerticalItem/width": {
|
10907
|
-
"type": "string | number\n",
|
10908
|
-
"description": "Sets the width for the component."
|
10909
|
-
},
|
10910
10782
|
"VStepperVerticalItem/eager": {
|
10911
10783
|
"type": "boolean\n",
|
10912
10784
|
"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."
|
@@ -11084,7 +10956,7 @@
|
|
11084
10956
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
11085
10957
|
},
|
11086
10958
|
"VSwitch/validate-on": {
|
11087
|
-
"type": " | 'input'\n | 'blur'\n | 'submit'\n | '
|
10959
|
+
"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'\n",
|
11088
10960
|
"description": "Change what type of event triggers validation to run."
|
11089
10961
|
},
|
11090
10962
|
"VSwitch/validation-value": {
|
@@ -11207,10 +11079,6 @@
|
|
11207
11079
|
"type": "'horizontal' | 'vertical'\n",
|
11208
11080
|
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
11209
11081
|
},
|
11210
|
-
"VTab/active-color": {
|
11211
|
-
"type": "string\n",
|
11212
|
-
"description": "The applied color when the component is in an active state."
|
11213
|
-
},
|
11214
11082
|
"VTab/base-color": {
|
11215
11083
|
"type": "string\n",
|
11216
11084
|
"description": "Sets the color of component when not focused."
|
@@ -11664,7 +11532,7 @@
|
|
11664
11532
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
11665
11533
|
},
|
11666
11534
|
"VTextField/validate-on": {
|
11667
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
11535
|
+
"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'\n",
|
11668
11536
|
"description": "Change what type of event triggers validation to run."
|
11669
11537
|
},
|
11670
11538
|
"VTextField/validation-value": {
|
@@ -11765,7 +11633,7 @@
|
|
11765
11633
|
},
|
11766
11634
|
"VTextarea/autofocus": {
|
11767
11635
|
"type": "boolean\n",
|
11768
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTextarea.json))"
|
11769
11637
|
},
|
11770
11638
|
"VTextarea/prefix": {
|
11771
11639
|
"type": "string\n",
|
@@ -11892,7 +11760,7 @@
|
|
11892
11760
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
11893
11761
|
},
|
11894
11762
|
"VTextarea/validate-on": {
|
11895
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
11763
|
+
"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'\n",
|
11896
11764
|
"description": "Change what type of event triggers validation to run."
|
11897
11765
|
},
|
11898
11766
|
"VTextarea/validation-value": {
|
@@ -11977,7 +11845,7 @@
|
|
11977
11845
|
},
|
11978
11846
|
"VThemeProvider/with-background": {
|
11979
11847
|
"type": "boolean\n",
|
11980
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11848
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VThemeProvider.json))"
|
11981
11849
|
},
|
11982
11850
|
"VThemeProvider/theme": {
|
11983
11851
|
"type": "string\n",
|
@@ -12021,7 +11889,7 @@
|
|
12021
11889
|
},
|
12022
11890
|
"VTimePicker/use-seconds": {
|
12023
11891
|
"type": "boolean\n",
|
12024
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11892
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePicker.json))"
|
12025
11893
|
},
|
12026
11894
|
"VTimePicker/bg-color": {
|
12027
11895
|
"type": "string\n",
|
@@ -12109,7 +11977,7 @@
|
|
12109
11977
|
},
|
12110
11978
|
"VTimePickerClock/ampm": {
|
12111
11979
|
"type": "boolean\n",
|
12112
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11980
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12113
11981
|
},
|
12114
11982
|
"VTimePickerClock/color": {
|
12115
11983
|
"type": "string\n",
|
@@ -12121,39 +11989,39 @@
|
|
12121
11989
|
},
|
12122
11990
|
"VTimePickerClock/displayed-value": {
|
12123
11991
|
"type": "any\n",
|
12124
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11992
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12125
11993
|
},
|
12126
11994
|
"VTimePickerClock/double": {
|
12127
11995
|
"type": "boolean\n",
|
12128
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11996
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12129
11997
|
},
|
12130
11998
|
"VTimePickerClock/format": {
|
12131
11999
|
"type": "Function\n",
|
12132
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12000
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12133
12001
|
},
|
12134
12002
|
"VTimePickerClock/max": {
|
12135
12003
|
"type": "number\n",
|
12136
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12004
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12137
12005
|
},
|
12138
12006
|
"VTimePickerClock/min": {
|
12139
12007
|
"type": "number\n",
|
12140
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12008
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12141
12009
|
},
|
12142
12010
|
"VTimePickerClock/scrollable": {
|
12143
12011
|
"type": "boolean\n",
|
12144
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12012
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12145
12013
|
},
|
12146
12014
|
"VTimePickerClock/readonly": {
|
12147
12015
|
"type": "boolean\n",
|
12148
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12016
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12149
12017
|
},
|
12150
12018
|
"VTimePickerClock/rotate": {
|
12151
12019
|
"type": "number\n",
|
12152
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12020
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12153
12021
|
},
|
12154
12022
|
"VTimePickerClock/step": {
|
12155
12023
|
"type": "number\n",
|
12156
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12024
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12157
12025
|
},
|
12158
12026
|
"VTimePickerClock/model-value": {
|
12159
12027
|
"type": "number\n",
|
@@ -12161,19 +12029,19 @@
|
|
12161
12029
|
},
|
12162
12030
|
"VTimePickerClock/allowed-values": {
|
12163
12031
|
"type": "(value: number) => boolean\n",
|
12164
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12032
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12165
12033
|
},
|
12166
12034
|
"VTimePickerControls/ampm": {
|
12167
12035
|
"type": "boolean\n",
|
12168
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12036
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12169
12037
|
},
|
12170
12038
|
"VTimePickerControls/ampm-in-title": {
|
12171
12039
|
"type": "boolean\n",
|
12172
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12040
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12173
12041
|
},
|
12174
12042
|
"VTimePickerControls/ampm-readonly": {
|
12175
12043
|
"type": "boolean\n",
|
12176
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12044
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12177
12045
|
},
|
12178
12046
|
"VTimePickerControls/color": {
|
12179
12047
|
"type": "string\n",
|
@@ -12185,35 +12053,35 @@
|
|
12185
12053
|
},
|
12186
12054
|
"VTimePickerControls/hour": {
|
12187
12055
|
"type": "number\n",
|
12188
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12056
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12189
12057
|
},
|
12190
12058
|
"VTimePickerControls/minute": {
|
12191
12059
|
"type": "number\n",
|
12192
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12060
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12193
12061
|
},
|
12194
12062
|
"VTimePickerControls/second": {
|
12195
12063
|
"type": "number\n",
|
12196
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12064
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12197
12065
|
},
|
12198
12066
|
"VTimePickerControls/period": {
|
12199
12067
|
"type": "string\n",
|
12200
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12068
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12201
12069
|
},
|
12202
12070
|
"VTimePickerControls/readonly": {
|
12203
12071
|
"type": "boolean\n",
|
12204
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12205
12073
|
},
|
12206
12074
|
"VTimePickerControls/use-seconds": {
|
12207
12075
|
"type": "boolean\n",
|
12208
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12076
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12209
12077
|
},
|
12210
12078
|
"VTimePickerControls/selecting": {
|
12211
12079
|
"type": "number\n",
|
12212
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12080
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12213
12081
|
},
|
12214
12082
|
"VTimePickerControls/value": {
|
12215
12083
|
"type": "number\n",
|
12216
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12084
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12217
12085
|
},
|
12218
12086
|
"VTimeline/justify": {
|
12219
12087
|
"type": "string\n",
|
@@ -12615,33 +12483,9 @@
|
|
12615
12483
|
"type": "string\n",
|
12616
12484
|
"description": "Icon used when node is in a loading state."
|
12617
12485
|
},
|
12618
|
-
"VTreeview/open-on-click": {
|
12619
|
-
"type": "boolean\n",
|
12620
|
-
"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."
|
12621
|
-
},
|
12622
|
-
"VTreeview/indeterminate-icon": {
|
12623
|
-
"type": "any\n",
|
12624
|
-
"description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
|
12625
|
-
},
|
12626
|
-
"VTreeview/false-icon": {
|
12627
|
-
"type": "any\n",
|
12628
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/feat/submenu-navigation/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
|
12629
|
-
},
|
12630
|
-
"VTreeview/true-icon": {
|
12631
|
-
"type": "any\n",
|
12632
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/feat/submenu-navigation/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
|
12633
|
-
},
|
12634
|
-
"VTreeview/return-object": {
|
12635
|
-
"type": "boolean\n",
|
12636
|
-
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
|
12637
|
-
},
|
12638
12486
|
"VTreeview/selectable": {
|
12639
12487
|
"type": "boolean\n",
|
12640
|
-
"description": "Will render a checkbox next to each node allowing them to be selected.
|
12641
|
-
},
|
12642
|
-
"VTreeview/selected-color": {
|
12643
|
-
"type": "string\n",
|
12644
|
-
"description": "The color of the selection checkbox."
|
12488
|
+
"description": "Will render a checkbox next to each node allowing them to be selected."
|
12645
12489
|
},
|
12646
12490
|
"VTreeview/load-children": {
|
12647
12491
|
"type": "(item: unknown) => Promise<void>\n",
|
@@ -12715,6 +12559,10 @@
|
|
12715
12559
|
"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>)\n",
|
12716
12560
|
"description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
|
12717
12561
|
},
|
12562
|
+
"VTreeview/open-strategy": {
|
12563
|
+
"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>\n",
|
12564
|
+
"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."
|
12565
|
+
},
|
12718
12566
|
"VTreeview/border": {
|
12719
12567
|
"type": "string | number | boolean\n",
|
12720
12568
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
@@ -12771,6 +12619,10 @@
|
|
12771
12619
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
12772
12620
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
12773
12621
|
},
|
12622
|
+
"VTreeview/return-object": {
|
12623
|
+
"type": "boolean\n",
|
12624
|
+
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
|
12625
|
+
},
|
12774
12626
|
"VTreeview/value-comparator": {
|
12775
12627
|
"type": "(a: any, b: any) => boolean\n",
|
12776
12628
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
@@ -12829,7 +12681,7 @@
|
|
12829
12681
|
},
|
12830
12682
|
"VTreeviewGroup/fluid": {
|
12831
12683
|
"type": "boolean\n",
|
12832
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12684
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VListGroup.json))"
|
12833
12685
|
},
|
12834
12686
|
"VTreeviewGroup/title": {
|
12835
12687
|
"type": "string\n",
|
@@ -12853,11 +12705,11 @@
|
|
12853
12705
|
},
|
12854
12706
|
"VTreeviewItem/loading": {
|
12855
12707
|
"type": "boolean\n",
|
12856
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12708
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTreeviewItem.json))"
|
12857
12709
|
},
|
12858
12710
|
"VTreeviewItem/toggle-icon": {
|
12859
12711
|
"type": "any\n",
|
12860
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12712
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/fix/17966-vdatatable-page-tweak2/packages/api-generator/src/locale/en/VTreeviewItem.json))"
|
12861
12713
|
},
|
12862
12714
|
"VTreeviewItem/active": {
|
12863
12715
|
"type": "boolean\n",
|
@@ -13032,7 +12884,7 @@
|
|
13032
12884
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13033
12885
|
},
|
13034
12886
|
"VValidation/validate-on": {
|
13035
|
-
"type": " | 'blur'\n | 'input'\n | 'submit'\n | '
|
12887
|
+
"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'\n",
|
13036
12888
|
"description": "Change what type of event triggers validation to run."
|
13037
12889
|
},
|
13038
12890
|
"VValidation/validation-value": {
|