vuetify 3.6.15 → 3.7.0
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 +182 -26
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +44 -5
- package/dist/json/web-types.json +445 -42
- package/dist/vuetify-labs.css +2359 -2344
- package/dist/vuetify-labs.d.ts +690 -341
- package/dist/vuetify-labs.esm.js +253 -211
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +252 -210
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2553 -2538
- package/dist/vuetify.d.ts +559 -315
- package/dist/vuetify.esm.js +189 -127
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +188 -126
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +160 -156
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/VApp.mjs +2 -5
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +6 -6
- package/lib/components/VAppBar/VAppBar.mjs +5 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +8 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +78 -49
- package/lib/components/VAvatar/VAvatar.css +9 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +2 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +2 -2
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +0 -4
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -6
- package/lib/components/VBtn/_variables.scss +0 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCard/VCard.css +1 -0
- package/lib/components/VCard/VCard.sass +1 -0
- package/lib/components/VCard/_variables.scss +7 -3
- package/lib/components/VCarousel/index.d.mts +9 -0
- package/lib/components/VCheckbox/index.d.mts +7 -6
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +78 -49
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +72 -0
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +19 -18
- package/lib/components/VFooter/VFooter.mjs +1 -3
- 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 +10 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +9 -0
- package/lib/components/VInput/index.d.mts +7 -6
- package/lib/components/VLayout/VLayout.mjs +2 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -6
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +9 -9
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +3 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +19 -18
- package/lib/components/VMain/VMain.mjs +2 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VMenu/VMenu.mjs +26 -8
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +30 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +3 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +7 -6
- package/lib/components/VRangeSlider/index.d.mts +7 -6
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +78 -49
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +7 -6
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +28 -13
- package/lib/components/VSwitch/index.d.mts +7 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +19 -18
- package/lib/components/VTextarea/index.d.mts +19 -18
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +7 -6
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +3 -0
- package/lib/components/index.d.mts +504 -259
- package/lib/composables/layout.mjs +37 -14
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- 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 +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- 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 +55 -56
- package/lib/labs/VDateInput/index.d.mts +7 -6
- package/lib/labs/VNumberInput/index.d.mts +43 -42
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +36 -0
- package/lib/labs/VTreeview/VTreeview.mjs +21 -6
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +133 -95
- package/lib/labs/components.d.mts +193 -109
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -231,6 +231,10 @@
|
|
|
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
|
+
},
|
|
234
238
|
"VAppBarNavIcon/base-color": {
|
|
235
239
|
"type": "string\n",
|
|
236
240
|
"description": "Sets the color of component when not focused."
|
|
@@ -668,7 +672,7 @@
|
|
|
668
672
|
"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`."
|
|
669
673
|
},
|
|
670
674
|
"VAutocomplete/validate-on": {
|
|
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",
|
|
675
|
+
"type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
|
|
672
676
|
"description": "Change what type of event triggers validation to run."
|
|
673
677
|
},
|
|
674
678
|
"VAutocomplete/focused": {
|
|
@@ -735,6 +739,10 @@
|
|
|
735
739
|
"type": "string\n",
|
|
736
740
|
"description": "Specify content text for the component."
|
|
737
741
|
},
|
|
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
|
+
},
|
|
738
746
|
"VAvatar/density": {
|
|
739
747
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
740
748
|
"description": "Adjusts the vertical height used by the component."
|
|
@@ -1315,6 +1323,10 @@
|
|
|
1315
1323
|
"type": "boolean\n",
|
|
1316
1324
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
1317
1325
|
},
|
|
1326
|
+
"VBtn/active-color": {
|
|
1327
|
+
"type": "string\n",
|
|
1328
|
+
"description": "The applied color when the component is in an active state."
|
|
1329
|
+
},
|
|
1318
1330
|
"VBtn/base-color": {
|
|
1319
1331
|
"type": "string\n",
|
|
1320
1332
|
"description": "Sets the color of component when not focused."
|
|
@@ -2107,6 +2119,10 @@
|
|
|
2107
2119
|
"type": "boolean | 'left' | 'right'\n",
|
|
2108
2120
|
"description": "Displays carousel delimiters vertically."
|
|
2109
2121
|
},
|
|
2122
|
+
"VCarouselItem/absolute": {
|
|
2123
|
+
"type": "boolean\n",
|
|
2124
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VImg.json))"
|
|
2125
|
+
},
|
|
2110
2126
|
"VCarouselItem/alt": {
|
|
2111
2127
|
"type": "string\n",
|
|
2112
2128
|
"description": "Alternate text for screen readers. Leave empty for decorative images."
|
|
@@ -2324,7 +2340,7 @@
|
|
|
2324
2340
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
2325
2341
|
},
|
|
2326
2342
|
"VCheckbox/validate-on": {
|
|
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",
|
|
2343
|
+
"type": " | 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
2328
2344
|
"description": "Change what type of event triggers validation to run."
|
|
2329
2345
|
},
|
|
2330
2346
|
"VCheckbox/validation-value": {
|
|
@@ -3164,7 +3180,7 @@
|
|
|
3164
3180
|
"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`."
|
|
3165
3181
|
},
|
|
3166
3182
|
"VCombobox/validate-on": {
|
|
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",
|
|
3183
|
+
"type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
|
|
3168
3184
|
"description": "Change what type of event triggers validation to run."
|
|
3169
3185
|
},
|
|
3170
3186
|
"VCombobox/focused": {
|
|
@@ -3243,6 +3259,30 @@
|
|
|
3243
3259
|
"type": "boolean\n",
|
|
3244
3260
|
"description": "Removes viewport maximum-width size breakpoints."
|
|
3245
3261
|
},
|
|
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
|
+
},
|
|
3246
3286
|
"VContainer/tag": {
|
|
3247
3287
|
"type": "string\n",
|
|
3248
3288
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -4320,7 +4360,7 @@
|
|
|
4320
4360
|
"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`."
|
|
4321
4361
|
},
|
|
4322
4362
|
"VDateInput/validate-on": {
|
|
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",
|
|
4363
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
4324
4364
|
"description": "Change what type of event triggers validation to run."
|
|
4325
4365
|
},
|
|
4326
4366
|
"VDateInput/validation-value": {
|
|
@@ -5271,6 +5311,30 @@
|
|
|
5271
5311
|
"type": "boolean\n",
|
|
5272
5312
|
"description": "Makes the expansion-panel content read only."
|
|
5273
5313
|
},
|
|
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
|
+
},
|
|
5274
5338
|
"VExpansionPanel/eager": {
|
|
5275
5339
|
"type": "boolean\n",
|
|
5276
5340
|
"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."
|
|
@@ -5311,6 +5375,30 @@
|
|
|
5311
5375
|
"type": "boolean\n",
|
|
5312
5376
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
|
5313
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."
|
|
5401
|
+
},
|
|
5314
5402
|
"VExpansionPanels/flat": {
|
|
5315
5403
|
"type": "boolean\n",
|
|
5316
5404
|
"description": "Removes the expansion-panel's elevation and borders."
|
|
@@ -5439,6 +5527,10 @@
|
|
|
5439
5527
|
"type": "boolean\n",
|
|
5440
5528
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
5441
5529
|
},
|
|
5530
|
+
"VFab/active-color": {
|
|
5531
|
+
"type": "string\n",
|
|
5532
|
+
"description": "The applied color when the component is in an active state."
|
|
5533
|
+
},
|
|
5442
5534
|
"VFab/base-color": {
|
|
5443
5535
|
"type": "string\n",
|
|
5444
5536
|
"description": "Sets the color of component when not focused."
|
|
@@ -5880,7 +5972,7 @@
|
|
|
5880
5972
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
5881
5973
|
},
|
|
5882
5974
|
"VFileInput/validate-on": {
|
|
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",
|
|
5975
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
5884
5976
|
"description": "Change what type of event triggers validation to run."
|
|
5885
5977
|
},
|
|
5886
5978
|
"VFileInput/validation-value": {
|
|
@@ -6020,7 +6112,7 @@
|
|
|
6020
6112
|
"description": "Puts all children inputs into a readonly state."
|
|
6021
6113
|
},
|
|
6022
6114
|
"VForm/validate-on": {
|
|
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",
|
|
6115
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
6024
6116
|
"description": "Changes the events in which validation occurs."
|
|
6025
6117
|
},
|
|
6026
6118
|
"VHover/disabled": {
|
|
@@ -6071,6 +6163,10 @@
|
|
|
6071
6163
|
"type": "string\n",
|
|
6072
6164
|
"description": "Specify a theme for this component and all of its children."
|
|
6073
6165
|
},
|
|
6166
|
+
"VImg/absolute": {
|
|
6167
|
+
"type": "boolean\n",
|
|
6168
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VImg.json))"
|
|
6169
|
+
},
|
|
6074
6170
|
"VImg/alt": {
|
|
6075
6171
|
"type": "string\n",
|
|
6076
6172
|
"description": "Alternate text for screen readers. Leave empty for decorative images."
|
|
@@ -6324,7 +6420,7 @@
|
|
|
6324
6420
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
6325
6421
|
},
|
|
6326
6422
|
"VInput/validate-on": {
|
|
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",
|
|
6423
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
6328
6424
|
"description": "Change what type of event triggers validation to run."
|
|
6329
6425
|
},
|
|
6330
6426
|
"VInput/validation-value": {
|
|
@@ -6572,7 +6668,7 @@
|
|
|
6572
6668
|
"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."
|
|
6573
6669
|
},
|
|
6574
6670
|
"VList/open-strategy": {
|
|
6575
|
-
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#
|
|
6671
|
+
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L23-L26\" target=\"_blank\">OpenStrategy</a>\n",
|
|
6576
6672
|
"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."
|
|
6577
6673
|
},
|
|
6578
6674
|
"VList/border": {
|
|
@@ -6975,6 +7071,10 @@
|
|
|
6975
7071
|
"type": "string\n",
|
|
6976
7072
|
"description": "The unique identifier of the component."
|
|
6977
7073
|
},
|
|
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
|
+
},
|
|
6978
7078
|
"VMenu/close-on-back": {
|
|
6979
7079
|
"type": "boolean\n",
|
|
6980
7080
|
"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."
|
|
@@ -7408,7 +7508,7 @@
|
|
|
7408
7508
|
"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`."
|
|
7409
7509
|
},
|
|
7410
7510
|
"VNumberInput/validate-on": {
|
|
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",
|
|
7511
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
7412
7512
|
"description": "Change what type of event triggers validation to run."
|
|
7413
7513
|
},
|
|
7414
7514
|
"VNumberInput/validation-value": {
|
|
@@ -8051,6 +8151,10 @@
|
|
|
8051
8151
|
"type": "string\n",
|
|
8052
8152
|
"description": "Specify a theme for this component and all of its children."
|
|
8053
8153
|
},
|
|
8154
|
+
"VPullToRefresh/disabled": {
|
|
8155
|
+
"type": "boolean\n",
|
|
8156
|
+
"description": "Removes the ability to click or target the component."
|
|
8157
|
+
},
|
|
8054
8158
|
"VPullToRefresh/pull-down-threshold": {
|
|
8055
8159
|
"type": "number\n",
|
|
8056
8160
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPullToRefresh.json))"
|
|
@@ -8244,7 +8348,7 @@
|
|
|
8244
8348
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8245
8349
|
},
|
|
8246
8350
|
"VRadioGroup/validate-on": {
|
|
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",
|
|
8351
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
8248
8352
|
"description": "Change what type of event triggers validation to run."
|
|
8249
8353
|
},
|
|
8250
8354
|
"VRadioGroup/validation-value": {
|
|
@@ -8388,7 +8492,7 @@
|
|
|
8388
8492
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8389
8493
|
},
|
|
8390
8494
|
"VRangeSlider/validate-on": {
|
|
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",
|
|
8495
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
8392
8496
|
"description": "Change what type of event triggers validation to run."
|
|
8393
8497
|
},
|
|
8394
8498
|
"VRangeSlider/validation-value": {
|
|
@@ -9044,7 +9148,7 @@
|
|
|
9044
9148
|
"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`."
|
|
9045
9149
|
},
|
|
9046
9150
|
"VSelect/validate-on": {
|
|
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",
|
|
9151
|
+
"type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
|
|
9048
9152
|
"description": "Change what type of event triggers validation to run."
|
|
9049
9153
|
},
|
|
9050
9154
|
"VSelect/focused": {
|
|
@@ -9696,7 +9800,7 @@
|
|
|
9696
9800
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9697
9801
|
},
|
|
9698
9802
|
"VSlider/validate-on": {
|
|
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",
|
|
9803
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
9700
9804
|
"description": "Change what type of event triggers validation to run."
|
|
9701
9805
|
},
|
|
9702
9806
|
"VSlider/validation-value": {
|
|
@@ -10151,6 +10255,10 @@
|
|
|
10151
10255
|
"type": "string\n",
|
|
10152
10256
|
"description": "The unique identifier of the component."
|
|
10153
10257
|
},
|
|
10258
|
+
"VSpeedDial/submenu": {
|
|
10259
|
+
"type": "boolean\n",
|
|
10260
|
+
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
|
10261
|
+
},
|
|
10154
10262
|
"VSpeedDial/close-on-back": {
|
|
10155
10263
|
"type": "boolean\n",
|
|
10156
10264
|
"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."
|
|
@@ -10779,6 +10887,30 @@
|
|
|
10779
10887
|
"type": "boolean\n",
|
|
10780
10888
|
"description": "Makes the expansion-panel content read only."
|
|
10781
10889
|
},
|
|
10890
|
+
"VStepperVerticalItem/height": {
|
|
10891
|
+
"type": "string | number\n",
|
|
10892
|
+
"description": "Sets the height for the component."
|
|
10893
|
+
},
|
|
10894
|
+
"VStepperVerticalItem/max-height": {
|
|
10895
|
+
"type": "string | number\n",
|
|
10896
|
+
"description": "Sets the maximum height for the component."
|
|
10897
|
+
},
|
|
10898
|
+
"VStepperVerticalItem/max-width": {
|
|
10899
|
+
"type": "string | number\n",
|
|
10900
|
+
"description": "Sets the maximum width for the component."
|
|
10901
|
+
},
|
|
10902
|
+
"VStepperVerticalItem/min-height": {
|
|
10903
|
+
"type": "string | number\n",
|
|
10904
|
+
"description": "Sets the minimum height for the component."
|
|
10905
|
+
},
|
|
10906
|
+
"VStepperVerticalItem/min-width": {
|
|
10907
|
+
"type": "string | number\n",
|
|
10908
|
+
"description": "Sets the minimum width for the component."
|
|
10909
|
+
},
|
|
10910
|
+
"VStepperVerticalItem/width": {
|
|
10911
|
+
"type": "string | number\n",
|
|
10912
|
+
"description": "Sets the width for the component."
|
|
10913
|
+
},
|
|
10782
10914
|
"VStepperVerticalItem/eager": {
|
|
10783
10915
|
"type": "boolean\n",
|
|
10784
10916
|
"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."
|
|
@@ -10956,7 +11088,7 @@
|
|
|
10956
11088
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10957
11089
|
},
|
|
10958
11090
|
"VSwitch/validate-on": {
|
|
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",
|
|
11091
|
+
"type": " | 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
10960
11092
|
"description": "Change what type of event triggers validation to run."
|
|
10961
11093
|
},
|
|
10962
11094
|
"VSwitch/validation-value": {
|
|
@@ -11079,6 +11211,10 @@
|
|
|
11079
11211
|
"type": "'horizontal' | 'vertical'\n",
|
|
11080
11212
|
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
|
11081
11213
|
},
|
|
11214
|
+
"VTab/active-color": {
|
|
11215
|
+
"type": "string\n",
|
|
11216
|
+
"description": "The applied color when the component is in an active state."
|
|
11217
|
+
},
|
|
11082
11218
|
"VTab/base-color": {
|
|
11083
11219
|
"type": "string\n",
|
|
11084
11220
|
"description": "Sets the color of component when not focused."
|
|
@@ -11532,7 +11668,7 @@
|
|
|
11532
11668
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
11533
11669
|
},
|
|
11534
11670
|
"VTextField/validate-on": {
|
|
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",
|
|
11671
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
11536
11672
|
"description": "Change what type of event triggers validation to run."
|
|
11537
11673
|
},
|
|
11538
11674
|
"VTextField/validation-value": {
|
|
@@ -11760,7 +11896,7 @@
|
|
|
11760
11896
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
11761
11897
|
},
|
|
11762
11898
|
"VTextarea/validate-on": {
|
|
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",
|
|
11899
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
11764
11900
|
"description": "Change what type of event triggers validation to run."
|
|
11765
11901
|
},
|
|
11766
11902
|
"VTextarea/validation-value": {
|
|
@@ -12483,9 +12619,33 @@
|
|
|
12483
12619
|
"type": "string\n",
|
|
12484
12620
|
"description": "Icon used when node is in a loading state."
|
|
12485
12621
|
},
|
|
12622
|
+
"VTreeview/open-on-click": {
|
|
12623
|
+
"type": "boolean\n",
|
|
12624
|
+
"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."
|
|
12625
|
+
},
|
|
12626
|
+
"VTreeview/indeterminate-icon": {
|
|
12627
|
+
"type": "any\n",
|
|
12628
|
+
"description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
|
|
12629
|
+
},
|
|
12630
|
+
"VTreeview/false-icon": {
|
|
12631
|
+
"type": "any\n",
|
|
12632
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewChildren.json))"
|
|
12633
|
+
},
|
|
12634
|
+
"VTreeview/true-icon": {
|
|
12635
|
+
"type": "any\n",
|
|
12636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewChildren.json))"
|
|
12637
|
+
},
|
|
12638
|
+
"VTreeview/return-object": {
|
|
12639
|
+
"type": "boolean\n",
|
|
12640
|
+
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
|
|
12641
|
+
},
|
|
12486
12642
|
"VTreeview/selectable": {
|
|
12487
12643
|
"type": "boolean\n",
|
|
12488
|
-
"description": "Will render a checkbox next to each node allowing them to be selected."
|
|
12644
|
+
"description": "Will render a checkbox next to each node allowing them to be selected. Additionally, the **[openOnClick](/api/v-treeview/#props-open-on-click)** property will be applied internally."
|
|
12645
|
+
},
|
|
12646
|
+
"VTreeview/selected-color": {
|
|
12647
|
+
"type": "string\n",
|
|
12648
|
+
"description": "The color of the selection checkbox."
|
|
12489
12649
|
},
|
|
12490
12650
|
"VTreeview/load-children": {
|
|
12491
12651
|
"type": "(item: unknown) => Promise<void>\n",
|
|
@@ -12559,10 +12719,6 @@
|
|
|
12559
12719
|
"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",
|
|
12560
12720
|
"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."
|
|
12561
12721
|
},
|
|
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
|
-
},
|
|
12566
12722
|
"VTreeview/border": {
|
|
12567
12723
|
"type": "string | number | boolean\n",
|
|
12568
12724
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
|
@@ -12615,10 +12771,6 @@
|
|
|
12615
12771
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
12616
12772
|
"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."
|
|
12617
12773
|
},
|
|
12618
|
-
"VTreeview/return-object": {
|
|
12619
|
-
"type": "boolean\n",
|
|
12620
|
-
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
|
|
12621
|
-
},
|
|
12622
12774
|
"VTreeview/value-comparator": {
|
|
12623
12775
|
"type": "(a: any, b: any) => boolean\n",
|
|
12624
12776
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
@@ -12647,6 +12799,10 @@
|
|
|
12647
12799
|
"type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
|
|
12648
12800
|
"description": "Applies a distinct style to the component."
|
|
12649
12801
|
},
|
|
12802
|
+
"VTreeview/model-value": {
|
|
12803
|
+
"type": "unknown[]\n",
|
|
12804
|
+
"description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
|
|
12805
|
+
},
|
|
12650
12806
|
"VTreeviewGroup/active-color": {
|
|
12651
12807
|
"type": "string\n",
|
|
12652
12808
|
"description": "The applied color when the component is in an active state."
|
|
@@ -12880,7 +13036,7 @@
|
|
|
12880
13036
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
12881
13037
|
},
|
|
12882
13038
|
"VValidation/validate-on": {
|
|
12883
|
-
"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",
|
|
13039
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
|
|
12884
13040
|
"description": "Change what type of event triggers validation to run."
|
|
12885
13041
|
},
|
|
12886
13042
|
"VValidation/validation-value": {
|
|
@@ -4,6 +4,26 @@
|
|
|
4
4
|
"from": "labs/VNumberInput/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VPicker": {
|
|
8
|
+
"from": "labs/VPicker/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VPickerTitle": {
|
|
12
|
+
"from": "labs/VPicker/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VStepperVertical": {
|
|
16
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VStepperVerticalItem": {
|
|
20
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VStepperVerticalActions": {
|
|
24
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
7
27
|
"VCalendar": {
|
|
8
28
|
"from": "labs/VCalendar/index.mjs",
|
|
9
29
|
"styles": []
|
|
@@ -28,24 +48,16 @@
|
|
|
28
48
|
"from": "labs/VCalendar/index.mjs",
|
|
29
49
|
"styles": []
|
|
30
50
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VPickerTitle": {
|
|
36
|
-
"from": "labs/VPicker/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VStepperVertical": {
|
|
40
|
-
"from": "labs/VStepperVertical/index.mjs",
|
|
51
|
+
"VTimePicker": {
|
|
52
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
41
53
|
"styles": []
|
|
42
54
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
55
|
+
"VTimePickerClock": {
|
|
56
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
45
57
|
"styles": []
|
|
46
58
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
59
|
+
"VTimePickerControls": {
|
|
60
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
49
61
|
"styles": []
|
|
50
62
|
},
|
|
51
63
|
"VTreeview": {
|
|
@@ -60,29 +72,17 @@
|
|
|
60
72
|
"from": "labs/VTreeview/index.mjs",
|
|
61
73
|
"styles": []
|
|
62
74
|
},
|
|
63
|
-
"VTimePicker": {
|
|
64
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VTimePickerClock": {
|
|
68
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VTimePickerControls": {
|
|
72
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
75
|
"VDateInput": {
|
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"VSnackbarQueue": {
|
|
80
|
-
"from": "labs/VSnackbarQueue/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
79
|
"VPullToRefresh": {
|
|
84
80
|
"from": "labs/VPullToRefresh/index.mjs",
|
|
85
81
|
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VSnackbarQueue": {
|
|
84
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
85
|
+
"styles": []
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|