vuetify 3.3.12 → 3.3.14
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 +114 -70
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +15 -4
- package/dist/json/web-types.json +336 -149
- package/dist/vuetify-labs.css +605 -509
- package/dist/vuetify-labs.d.ts +547 -265
- package/dist/vuetify-labs.esm.js +504 -352
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +503 -351
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +439 -343
- package/dist/vuetify.d.ts +392 -102
- package/dist/vuetify.esm.js +304 -215
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +303 -214
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +839 -828
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +18 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -0
- package/lib/components/VBadge/VBadge.css +1 -1
- package/lib/components/VBadge/_variables.scss +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +3 -1
- package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
- package/lib/components/VColorPicker/VColorPickerPreview.css +11 -6
- package/lib/components/VCombobox/VCombobox.mjs +17 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -0
- package/lib/components/VField/VField.css +23 -7
- package/lib/components/VField/VField.mjs +5 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +9 -1
- package/lib/components/VField/_variables.scss +1 -0
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.sass +5 -1
- package/lib/components/VFileInput/_variables.scss +2 -1
- package/lib/components/VGrid/VGrid.css +153 -142
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +15 -10
- package/lib/components/VList/VListItem.mjs +6 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +17 -10
- package/lib/components/VMenu/VMenu.mjs +4 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +5 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
- package/lib/components/VRadio/index.d.mts +3 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
- package/lib/components/VRadioGroup/_variables.scss +3 -1
- package/lib/components/VRadioGroup/index.d.mts +3 -1
- package/lib/components/VRangeSlider/index.d.mts +114 -33
- package/lib/components/VSelect/VSelect.mjs +26 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +24 -20
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +27 -25
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +8 -4
- package/lib/components/VSlider/VSliderTrack.css +22 -12
- package/lib/components/VSlider/index.d.mts +114 -33
- package/lib/components/VSwitch/VSwitch.css +24 -17
- package/lib/components/VSwitch/VSwitch.mjs +37 -28
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +20 -11
- package/lib/components/VSwitch/_variables.scss +18 -6
- package/lib/components/VSwitch/index.d.mts +3 -1
- package/lib/components/VTextField/VTextField.css +9 -2
- package/lib/components/VTextField/VTextField.mjs +6 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +10 -3
- package/lib/components/VTextField/index.d.mts +6 -0
- package/lib/components/VTextarea/VTextarea.mjs +1 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +25 -11
- package/lib/components/VTimeline/VTimeline.sass +11 -1
- package/lib/components/VToolbar/VToolbar.css +4 -2
- package/lib/components/index.d.mts +391 -101
- package/lib/composables/color.mjs +6 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs +9 -9
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/theme.mjs +2 -5
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +1 -1
- package/lib/labs/VDateInput/index.d.mts +8 -2
- package/lib/labs/VDatePicker/VDateCard.mjs +3 -0
- package/lib/labs/VDatePicker/VDateCard.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.mjs +51 -21
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +53 -35
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +37 -28
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerYears.mjs +19 -17
- package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +148 -156
- package/lib/labs/VDateRangePicker/VDateRangeCard.mjs +3 -0
- package/lib/labs/VDateRangePicker/VDateRangeCard.mjs.map +1 -1
- package/lib/labs/VDateRangePicker/index.d.mts +59 -52
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
- package/lib/labs/components.d.mts +156 -164
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +2 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/tools/_rtl.sass +4 -2
- package/lib/util/colorUtils.mjs +6 -0
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +10 -4
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -179,10 +179,6 @@
|
|
|
179
179
|
"type": "string\n",
|
|
180
180
|
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
181
181
|
},
|
|
182
|
-
"v-app-bar/scroll-behavior": {
|
|
183
|
-
"type": "string\n",
|
|
184
|
-
"description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
|
|
185
|
-
},
|
|
186
182
|
"v-app-bar/collapse": {
|
|
187
183
|
"type": "boolean\n",
|
|
188
184
|
"description": "Morphs the component into a collapsed state, reducing its maximum width."
|
|
@@ -211,6 +207,10 @@
|
|
|
211
207
|
"type": "string | number\n",
|
|
212
208
|
"description": "The amount of scroll distance down before **scroll-behavior** activates."
|
|
213
209
|
},
|
|
210
|
+
"v-app-bar/scroll-behavior": {
|
|
211
|
+
"type": " | (string & {})\n | 'hide'\n | 'inverted'\n | 'collapse'\n | 'elevate'\n | 'fade-image'\n",
|
|
212
|
+
"description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
|
|
213
|
+
},
|
|
214
214
|
"v-app-bar-nav-icon/symbol": {
|
|
215
215
|
"type": "any\n",
|
|
216
216
|
"description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/) "
|
|
@@ -471,6 +471,14 @@
|
|
|
471
471
|
"type": "boolean\n",
|
|
472
472
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
|
473
473
|
},
|
|
474
|
+
"v-autocomplete/close-text": {
|
|
475
|
+
"type": "string\n",
|
|
476
|
+
"description": "MISSING DESCRIPTION"
|
|
477
|
+
},
|
|
478
|
+
"v-autocomplete/open-text": {
|
|
479
|
+
"type": "string\n",
|
|
480
|
+
"description": "MISSING DESCRIPTION"
|
|
481
|
+
},
|
|
474
482
|
"v-autocomplete/eager": {
|
|
475
483
|
"type": "boolean\n",
|
|
476
484
|
"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."
|
|
@@ -493,7 +501,7 @@
|
|
|
493
501
|
},
|
|
494
502
|
"v-autocomplete/menu-props": {
|
|
495
503
|
"type": "unknown\n",
|
|
496
|
-
"description": "
|
|
504
|
+
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
|
|
497
505
|
},
|
|
498
506
|
"v-autocomplete/transition": {
|
|
499
507
|
"type": "string | boolean\n",
|
|
@@ -563,6 +571,10 @@
|
|
|
563
571
|
"type": "string\n",
|
|
564
572
|
"description": "Displays suffix text"
|
|
565
573
|
},
|
|
574
|
+
"v-autocomplete/role": {
|
|
575
|
+
"type": "string\n",
|
|
576
|
+
"description": "MISSING DESCRIPTION"
|
|
577
|
+
},
|
|
566
578
|
"v-autocomplete/center-affix": {
|
|
567
579
|
"type": "boolean\n",
|
|
568
580
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
|
|
@@ -621,7 +633,7 @@
|
|
|
621
633
|
},
|
|
622
634
|
"v-autocomplete/clear-icon": {
|
|
623
635
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
624
|
-
"description": "The icon used when the **
|
|
636
|
+
"description": "The icon used when the **clearable** prop is set to true"
|
|
625
637
|
},
|
|
626
638
|
"v-autocomplete/base-color": {
|
|
627
639
|
"type": "string\n",
|
|
@@ -925,7 +937,7 @@
|
|
|
925
937
|
},
|
|
926
938
|
"v-bottom-navigation/multiple": {
|
|
927
939
|
"type": "boolean\n",
|
|
928
|
-
"description": "Allows one to select
|
|
940
|
+
"description": "Allows one to select multiple items."
|
|
929
941
|
},
|
|
930
942
|
"v-bottom-navigation/bg-color": {
|
|
931
943
|
"type": "string\n",
|
|
@@ -1413,7 +1425,7 @@
|
|
|
1413
1425
|
},
|
|
1414
1426
|
"v-btn-toggle/multiple": {
|
|
1415
1427
|
"type": "boolean\n",
|
|
1416
|
-
"description": "Allows one to select
|
|
1428
|
+
"description": "Allows one to select multiple items."
|
|
1417
1429
|
},
|
|
1418
1430
|
"v-btn-toggle/max": {
|
|
1419
1431
|
"type": "number\n",
|
|
@@ -2185,7 +2197,7 @@
|
|
|
2185
2197
|
},
|
|
2186
2198
|
"v-chip-group/multiple": {
|
|
2187
2199
|
"type": "boolean\n",
|
|
2188
|
-
"description": "Allows one to select
|
|
2200
|
+
"description": "Allows one to select multiple items."
|
|
2189
2201
|
},
|
|
2190
2202
|
"v-chip-group/value-comparator": {
|
|
2191
2203
|
"type": "(a: any, b: any) => boolean\n",
|
|
@@ -2483,6 +2495,14 @@
|
|
|
2483
2495
|
"type": "boolean\n",
|
|
2484
2496
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
|
2485
2497
|
},
|
|
2498
|
+
"v-combobox/close-text": {
|
|
2499
|
+
"type": "string\n",
|
|
2500
|
+
"description": "MISSING DESCRIPTION"
|
|
2501
|
+
},
|
|
2502
|
+
"v-combobox/open-text": {
|
|
2503
|
+
"type": "string\n",
|
|
2504
|
+
"description": "MISSING DESCRIPTION"
|
|
2505
|
+
},
|
|
2486
2506
|
"v-combobox/eager": {
|
|
2487
2507
|
"type": "boolean\n",
|
|
2488
2508
|
"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."
|
|
@@ -2505,7 +2525,7 @@
|
|
|
2505
2525
|
},
|
|
2506
2526
|
"v-combobox/menu-props": {
|
|
2507
2527
|
"type": "unknown\n",
|
|
2508
|
-
"description": "
|
|
2528
|
+
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
|
|
2509
2529
|
},
|
|
2510
2530
|
"v-combobox/transition": {
|
|
2511
2531
|
"type": "string | boolean\n",
|
|
@@ -2575,6 +2595,10 @@
|
|
|
2575
2595
|
"type": "string\n",
|
|
2576
2596
|
"description": "Displays suffix text"
|
|
2577
2597
|
},
|
|
2598
|
+
"v-combobox/role": {
|
|
2599
|
+
"type": "string\n",
|
|
2600
|
+
"description": "MISSING DESCRIPTION"
|
|
2601
|
+
},
|
|
2578
2602
|
"v-combobox/center-affix": {
|
|
2579
2603
|
"type": "boolean\n",
|
|
2580
2604
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
|
|
@@ -2633,7 +2657,7 @@
|
|
|
2633
2657
|
},
|
|
2634
2658
|
"v-combobox/clear-icon": {
|
|
2635
2659
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
2636
|
-
"description": "The icon used when the **
|
|
2660
|
+
"description": "The icon used when the **clearable** prop is set to true"
|
|
2637
2661
|
},
|
|
2638
2662
|
"v-combobox/base-color": {
|
|
2639
2663
|
"type": "string\n",
|
|
@@ -3411,6 +3435,10 @@
|
|
|
3411
3435
|
"type": "string\n",
|
|
3412
3436
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
3413
3437
|
},
|
|
3438
|
+
"v-date-card/disabled": {
|
|
3439
|
+
"type": "boolean | string[]\n",
|
|
3440
|
+
"description": "Removes the ability to click or target the component"
|
|
3441
|
+
},
|
|
3414
3442
|
"v-date-card/transition": {
|
|
3415
3443
|
"type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: {\n disabled?: boolean\n origin?: string\n mode?: string\n group?: boolean\n hideOnLeave?: boolean\n leaveAbsolute?: boolean\n style?: unknown\n class?: unknown\n 'v-slot:default'?: false | (() => VNodeChild)\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n key?: string | number | symbol\n ref?: VNodeRef\n ref_for?: boolean\n ref_key?: string\n onVnodeBeforeMount?: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted?: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount?: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted?: VNodeMountHook | VNodeMountHook[]\n }\n $attrs: Data\n $refs: Data\n $slots: Readonly<{\n default?: () => VNode<\n RendererNode,\n RendererElement,\n { [key: string]: any }\n >[]\n }>\n $root: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $parent: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $emit: (event: string, ...args: any[]) => void\n $el: any\n $options: ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n MergedComponentOptionsOverride\n $forceUpdate: () => void\n $nextTick: typeof nextTick\n $watch<T extends string | ((...args: any) => any)>(\n source: T,\n cb: T extends (...args: any) => infer R\n ? (args_0: R, args_1: R) => any\n : (...args: any) => any,\n options?: WatchOptions<boolean>,\n ): WatchStopHandle\n } & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & {\n 'v-slot:default'?: false | (() => VNodeChild)\n } & ShallowUnwrapRef<\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>\n > &\n ExtractComputedReturns<{}> &\n ComponentCustomProperties & {},\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>]\n }\n leaveAbsolute: boolean\n }\n",
|
|
3416
3444
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -3420,7 +3448,7 @@
|
|
|
3420
3448
|
"description": "MISSING DESCRIPTION"
|
|
3421
3449
|
},
|
|
3422
3450
|
"v-date-card/max": {
|
|
3423
|
-
"type": "number\n",
|
|
3451
|
+
"type": "string | number | Date\n",
|
|
3424
3452
|
"description": "MISSING DESCRIPTION"
|
|
3425
3453
|
},
|
|
3426
3454
|
"v-date-card/next-icon": {
|
|
@@ -3447,6 +3475,10 @@
|
|
|
3447
3475
|
"type": "boolean\n",
|
|
3448
3476
|
"description": "MISSING DESCRIPTION"
|
|
3449
3477
|
},
|
|
3478
|
+
"v-date-card/display-date": {
|
|
3479
|
+
"type": "any\n",
|
|
3480
|
+
"description": "MISSING DESCRIPTION"
|
|
3481
|
+
},
|
|
3450
3482
|
"v-date-card/expand-icon": {
|
|
3451
3483
|
"type": "string\n",
|
|
3452
3484
|
"description": "MISSING DESCRIPTION"
|
|
@@ -3455,22 +3487,10 @@
|
|
|
3455
3487
|
"type": "string\n",
|
|
3456
3488
|
"description": "MISSING DESCRIPTION"
|
|
3457
3489
|
},
|
|
3458
|
-
"v-date-card/range": {
|
|
3459
|
-
"type": "string | boolean\n",
|
|
3460
|
-
"description": "MISSING DESCRIPTION"
|
|
3461
|
-
},
|
|
3462
|
-
"v-date-card/display-date": {
|
|
3463
|
-
"type": "any\n",
|
|
3464
|
-
"description": "MISSING DESCRIPTION"
|
|
3465
|
-
},
|
|
3466
3490
|
"v-date-card/view-mode": {
|
|
3467
3491
|
"type": "'month' | 'year'\n",
|
|
3468
3492
|
"description": "MISSING DESCRIPTION"
|
|
3469
3493
|
},
|
|
3470
|
-
"v-date-card/format": {
|
|
3471
|
-
"type": "string\n",
|
|
3472
|
-
"description": "MISSING DESCRIPTION"
|
|
3473
|
-
},
|
|
3474
3494
|
"v-date-card/show-adjacent-months": {
|
|
3475
3495
|
"type": "boolean\n",
|
|
3476
3496
|
"description": "MISSING DESCRIPTION"
|
|
@@ -3492,7 +3512,11 @@
|
|
|
3492
3512
|
"description": "MISSING DESCRIPTION"
|
|
3493
3513
|
},
|
|
3494
3514
|
"v-date-card/min": {
|
|
3495
|
-
"type": "number\n",
|
|
3515
|
+
"type": "string | number | Date\n",
|
|
3516
|
+
"description": "MISSING DESCRIPTION"
|
|
3517
|
+
},
|
|
3518
|
+
"v-date-card/format": {
|
|
3519
|
+
"type": "string\n",
|
|
3496
3520
|
"description": "MISSING DESCRIPTION"
|
|
3497
3521
|
},
|
|
3498
3522
|
"v-date-picker/title": {
|
|
@@ -3563,12 +3587,16 @@
|
|
|
3563
3587
|
"type": "string\n",
|
|
3564
3588
|
"description": "Text shown when no **display-date** is set."
|
|
3565
3589
|
},
|
|
3590
|
+
"v-date-picker/disabled": {
|
|
3591
|
+
"type": "boolean | string[]\n",
|
|
3592
|
+
"description": "Removes the ability to click or target the component"
|
|
3593
|
+
},
|
|
3566
3594
|
"v-date-picker/multiple": {
|
|
3567
3595
|
"type": "boolean\n",
|
|
3568
3596
|
"description": "Allow the selection of multiple dates"
|
|
3569
3597
|
},
|
|
3570
3598
|
"v-date-picker/max": {
|
|
3571
|
-
"type": "number\n",
|
|
3599
|
+
"type": "string | number | Date\n",
|
|
3572
3600
|
"description": "Maximum allowed date/month (ISO 8601 format)"
|
|
3573
3601
|
},
|
|
3574
3602
|
"v-date-picker/next-icon": {
|
|
@@ -3595,6 +3623,10 @@
|
|
|
3595
3623
|
"type": "boolean\n",
|
|
3596
3624
|
"description": "Hide the picker actions"
|
|
3597
3625
|
},
|
|
3626
|
+
"v-date-picker/display-date": {
|
|
3627
|
+
"type": "any\n",
|
|
3628
|
+
"description": "The date displayed in the picker header."
|
|
3629
|
+
},
|
|
3598
3630
|
"v-date-picker/expand-icon": {
|
|
3599
3631
|
"type": "string\n",
|
|
3600
3632
|
"description": "Icon used for **view-mode** toggle."
|
|
@@ -3603,22 +3635,10 @@
|
|
|
3603
3635
|
"type": "string\n",
|
|
3604
3636
|
"description": "MISSING DESCRIPTION"
|
|
3605
3637
|
},
|
|
3606
|
-
"v-date-picker/range": {
|
|
3607
|
-
"type": "string | boolean\n",
|
|
3608
|
-
"description": "Allow the selection of date range"
|
|
3609
|
-
},
|
|
3610
|
-
"v-date-picker/display-date": {
|
|
3611
|
-
"type": "any\n",
|
|
3612
|
-
"description": "The date displayed in the picker header."
|
|
3613
|
-
},
|
|
3614
3638
|
"v-date-picker/view-mode": {
|
|
3615
3639
|
"type": "'month' | 'year'\n",
|
|
3616
3640
|
"description": "MISSING DESCRIPTION"
|
|
3617
3641
|
},
|
|
3618
|
-
"v-date-picker/format": {
|
|
3619
|
-
"type": "string\n",
|
|
3620
|
-
"description": "Takes a date object and returns it in a specified format."
|
|
3621
|
-
},
|
|
3622
3642
|
"v-date-picker/show-adjacent-months": {
|
|
3623
3643
|
"type": "boolean\n",
|
|
3624
3644
|
"description": "Toggles visibility of days from previous and next months"
|
|
@@ -3640,9 +3660,13 @@
|
|
|
3640
3660
|
"description": "MISSING DESCRIPTION"
|
|
3641
3661
|
},
|
|
3642
3662
|
"v-date-picker/min": {
|
|
3643
|
-
"type": "number\n",
|
|
3663
|
+
"type": "string | number | Date\n",
|
|
3644
3664
|
"description": "Minimum allowed date/month (ISO 8601 format)"
|
|
3645
3665
|
},
|
|
3666
|
+
"v-date-picker/format": {
|
|
3667
|
+
"type": "string\n",
|
|
3668
|
+
"description": "Takes a date object and returns it in a specified format."
|
|
3669
|
+
},
|
|
3646
3670
|
"v-date-picker/calendar-icon": {
|
|
3647
3671
|
"type": "string\n",
|
|
3648
3672
|
"description": "The icon shown in the header when in 'input' **input-mode**."
|
|
@@ -3663,6 +3687,10 @@
|
|
|
3663
3687
|
"type": "boolean\n",
|
|
3664
3688
|
"description": "MISSING DESCRIPTION"
|
|
3665
3689
|
},
|
|
3690
|
+
"v-date-picker-controls/disabled": {
|
|
3691
|
+
"type": "boolean | string[]\n",
|
|
3692
|
+
"description": "Removes the ability to click or target the component"
|
|
3693
|
+
},
|
|
3666
3694
|
"v-date-picker-controls/next-icon": {
|
|
3667
3695
|
"type": "string\n",
|
|
3668
3696
|
"description": "MISSING DESCRIPTION"
|
|
@@ -3671,30 +3699,22 @@
|
|
|
3671
3699
|
"type": "string\n",
|
|
3672
3700
|
"description": "MISSING DESCRIPTION"
|
|
3673
3701
|
},
|
|
3674
|
-
"v-date-picker-controls/
|
|
3702
|
+
"v-date-picker-controls/display-date": {
|
|
3675
3703
|
"type": "string\n",
|
|
3676
3704
|
"description": "MISSING DESCRIPTION"
|
|
3677
3705
|
},
|
|
3678
|
-
"v-date-picker-controls/
|
|
3706
|
+
"v-date-picker-controls/expand-icon": {
|
|
3679
3707
|
"type": "string\n",
|
|
3680
3708
|
"description": "MISSING DESCRIPTION"
|
|
3681
3709
|
},
|
|
3682
|
-
"v-date-picker-controls/
|
|
3683
|
-
"type": "string
|
|
3684
|
-
"description": "MISSING DESCRIPTION"
|
|
3685
|
-
},
|
|
3686
|
-
"v-date-picker-controls/display-date": {
|
|
3687
|
-
"type": "any\n",
|
|
3710
|
+
"v-date-picker-controls/collapse-icon": {
|
|
3711
|
+
"type": "string\n",
|
|
3688
3712
|
"description": "MISSING DESCRIPTION"
|
|
3689
3713
|
},
|
|
3690
3714
|
"v-date-picker-controls/view-mode": {
|
|
3691
3715
|
"type": "'month' | 'year'\n",
|
|
3692
3716
|
"description": "MISSING DESCRIPTION"
|
|
3693
3717
|
},
|
|
3694
|
-
"v-date-picker-controls/format": {
|
|
3695
|
-
"type": "string\n",
|
|
3696
|
-
"description": "MISSING DESCRIPTION"
|
|
3697
|
-
},
|
|
3698
3718
|
"v-date-picker-header/color": {
|
|
3699
3719
|
"type": "string\n",
|
|
3700
3720
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
@@ -3723,12 +3743,12 @@
|
|
|
3723
3743
|
"type": "boolean\n",
|
|
3724
3744
|
"description": "MISSING DESCRIPTION"
|
|
3725
3745
|
},
|
|
3726
|
-
"v-date-picker-month/
|
|
3727
|
-
"type": "
|
|
3746
|
+
"v-date-picker-month/max": {
|
|
3747
|
+
"type": "string | number | Date\n",
|
|
3728
3748
|
"description": "MISSING DESCRIPTION"
|
|
3729
3749
|
},
|
|
3730
|
-
"v-date-picker-month/
|
|
3731
|
-
"type": "
|
|
3750
|
+
"v-date-picker-month/display-date": {
|
|
3751
|
+
"type": "any\n",
|
|
3732
3752
|
"description": "MISSING DESCRIPTION"
|
|
3733
3753
|
},
|
|
3734
3754
|
"v-date-picker-month/show-adjacent-months": {
|
|
@@ -3751,6 +3771,14 @@
|
|
|
3751
3771
|
"type": "string\n",
|
|
3752
3772
|
"description": "MISSING DESCRIPTION"
|
|
3753
3773
|
},
|
|
3774
|
+
"v-date-picker-month/min": {
|
|
3775
|
+
"type": "string | number | Date\n",
|
|
3776
|
+
"description": "MISSING DESCRIPTION"
|
|
3777
|
+
},
|
|
3778
|
+
"v-date-picker-month/format": {
|
|
3779
|
+
"type": "string\n",
|
|
3780
|
+
"description": "MISSING DESCRIPTION"
|
|
3781
|
+
},
|
|
3754
3782
|
"v-date-picker-years/height": {
|
|
3755
3783
|
"type": "string | number\n",
|
|
3756
3784
|
"description": "Sets the height for the component"
|
|
@@ -3760,7 +3788,7 @@
|
|
|
3760
3788
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
3761
3789
|
},
|
|
3762
3790
|
"v-date-picker-years/max": {
|
|
3763
|
-
"type": "number\n",
|
|
3791
|
+
"type": "string | number | Date\n",
|
|
3764
3792
|
"description": "MISSING DESCRIPTION"
|
|
3765
3793
|
},
|
|
3766
3794
|
"v-date-picker-years/display-date": {
|
|
@@ -3768,12 +3796,12 @@
|
|
|
3768
3796
|
"description": "MISSING DESCRIPTION"
|
|
3769
3797
|
},
|
|
3770
3798
|
"v-date-picker-years/min": {
|
|
3771
|
-
"type": "number\n",
|
|
3799
|
+
"type": "string | number | Date\n",
|
|
3772
3800
|
"description": "MISSING DESCRIPTION"
|
|
3773
3801
|
},
|
|
3774
3802
|
"v-defaults-provider/disabled": {
|
|
3775
3803
|
"type": "boolean\n",
|
|
3776
|
-
"description": "Turns off all
|
|
3804
|
+
"description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary"
|
|
3777
3805
|
},
|
|
3778
3806
|
"v-defaults-provider/root": {
|
|
3779
3807
|
"type": "string | boolean\n",
|
|
@@ -4153,7 +4181,7 @@
|
|
|
4153
4181
|
},
|
|
4154
4182
|
"v-expansion-panels/multiple": {
|
|
4155
4183
|
"type": "boolean\n",
|
|
4156
|
-
"description": "Allows one to select
|
|
4184
|
+
"description": "Allows one to select multiple items."
|
|
4157
4185
|
},
|
|
4158
4186
|
"v-expansion-panels/readonly": {
|
|
4159
4187
|
"type": "boolean\n",
|
|
@@ -4289,7 +4317,7 @@
|
|
|
4289
4317
|
},
|
|
4290
4318
|
"v-field/clear-icon": {
|
|
4291
4319
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
4292
|
-
"description": "The icon used when the **
|
|
4320
|
+
"description": "The icon used when the **clearable** prop is set to true"
|
|
4293
4321
|
},
|
|
4294
4322
|
"v-field/base-color": {
|
|
4295
4323
|
"type": "string\n",
|
|
@@ -4457,7 +4485,7 @@
|
|
|
4457
4485
|
},
|
|
4458
4486
|
"v-file-input/clear-icon": {
|
|
4459
4487
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
4460
|
-
"description": "The icon used when the **
|
|
4488
|
+
"description": "The icon used when the **clearable** prop is set to true"
|
|
4461
4489
|
},
|
|
4462
4490
|
"v-file-input/base-color": {
|
|
4463
4491
|
"type": "string\n",
|
|
@@ -4857,7 +4885,7 @@
|
|
|
4857
4885
|
},
|
|
4858
4886
|
"v-item-group/multiple": {
|
|
4859
4887
|
"type": "boolean\n",
|
|
4860
|
-
"description": "Allows one to select
|
|
4888
|
+
"description": "Allows one to select multiple items."
|
|
4861
4889
|
},
|
|
4862
4890
|
"v-item-group/max": {
|
|
4863
4891
|
"type": "number\n",
|
|
@@ -5149,7 +5177,7 @@
|
|
|
5149
5177
|
},
|
|
5150
5178
|
"v-list-item/title": {
|
|
5151
5179
|
"type": "string | number | boolean\n",
|
|
5152
|
-
"description": "Generates a `v-list-item-title` component with the supplied value"
|
|
5180
|
+
"description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
|
|
5153
5181
|
},
|
|
5154
5182
|
"v-list-item/border": {
|
|
5155
5183
|
"type": "string | number | boolean\n",
|
|
@@ -5577,7 +5605,7 @@
|
|
|
5577
5605
|
},
|
|
5578
5606
|
"v-navigation-drawer/disable-resize-watcher": {
|
|
5579
5607
|
"type": "boolean\n",
|
|
5580
|
-
"description": "
|
|
5608
|
+
"description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
|
|
5581
5609
|
},
|
|
5582
5610
|
"v-navigation-drawer/disable-route-watcher": {
|
|
5583
5611
|
"type": "boolean\n",
|
|
@@ -6903,6 +6931,14 @@
|
|
|
6903
6931
|
"type": "boolean\n",
|
|
6904
6932
|
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
|
6905
6933
|
},
|
|
6934
|
+
"v-select/close-text": {
|
|
6935
|
+
"type": "string\n",
|
|
6936
|
+
"description": "MISSING DESCRIPTION"
|
|
6937
|
+
},
|
|
6938
|
+
"v-select/open-text": {
|
|
6939
|
+
"type": "string\n",
|
|
6940
|
+
"description": "MISSING DESCRIPTION"
|
|
6941
|
+
},
|
|
6906
6942
|
"v-select/eager": {
|
|
6907
6943
|
"type": "boolean\n",
|
|
6908
6944
|
"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."
|
|
@@ -6925,7 +6961,7 @@
|
|
|
6925
6961
|
},
|
|
6926
6962
|
"v-select/menu-props": {
|
|
6927
6963
|
"type": "unknown\n",
|
|
6928
|
-
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [
|
|
6964
|
+
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
|
|
6929
6965
|
},
|
|
6930
6966
|
"v-select/transition": {
|
|
6931
6967
|
"type": "string | { component: Component }\n",
|
|
@@ -6995,6 +7031,10 @@
|
|
|
6995
7031
|
"type": "string\n",
|
|
6996
7032
|
"description": "Displays suffix text"
|
|
6997
7033
|
},
|
|
7034
|
+
"v-select/role": {
|
|
7035
|
+
"type": "string\n",
|
|
7036
|
+
"description": "MISSING DESCRIPTION"
|
|
7037
|
+
},
|
|
6998
7038
|
"v-select/center-affix": {
|
|
6999
7039
|
"type": "boolean\n",
|
|
7000
7040
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
|
|
@@ -7053,7 +7093,7 @@
|
|
|
7053
7093
|
},
|
|
7054
7094
|
"v-select/clear-icon": {
|
|
7055
7095
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7056
|
-
"description": "The icon used when the **
|
|
7096
|
+
"description": "The icon used when the **clearable** prop is set to true"
|
|
7057
7097
|
},
|
|
7058
7098
|
"v-select/base-color": {
|
|
7059
7099
|
"type": "string\n",
|
|
@@ -7292,7 +7332,7 @@
|
|
|
7292
7332
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
7293
7333
|
},
|
|
7294
7334
|
"v-skeleton-loader/type": {
|
|
7295
|
-
"type": "string | string[]\n",
|
|
7335
|
+
"type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\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 | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\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 | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
|
|
7296
7336
|
"description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
|
|
7297
7337
|
},
|
|
7298
7338
|
"v-skeleton-loader/height": {
|
|
@@ -7365,7 +7405,7 @@
|
|
|
7365
7405
|
},
|
|
7366
7406
|
"v-slide-group/multiple": {
|
|
7367
7407
|
"type": "boolean\n",
|
|
7368
|
-
"description": "Allows one to select
|
|
7408
|
+
"description": "Allows one to select multiple items."
|
|
7369
7409
|
},
|
|
7370
7410
|
"v-slide-group/direction": {
|
|
7371
7411
|
"type": "'horizontal' | 'vertical'\n",
|
|
@@ -8293,7 +8333,7 @@
|
|
|
8293
8333
|
},
|
|
8294
8334
|
"v-tabs/multiple": {
|
|
8295
8335
|
"type": "boolean\n",
|
|
8296
|
-
"description": "Allows one to select
|
|
8336
|
+
"description": "Allows one to select multiple items."
|
|
8297
8337
|
},
|
|
8298
8338
|
"v-tabs/direction": {
|
|
8299
8339
|
"type": "'horizontal' | 'vertical'\n",
|
|
@@ -8443,6 +8483,10 @@
|
|
|
8443
8483
|
"type": "string\n",
|
|
8444
8484
|
"description": "Displays suffix text"
|
|
8445
8485
|
},
|
|
8486
|
+
"v-text-field/role": {
|
|
8487
|
+
"type": "string\n",
|
|
8488
|
+
"description": "MISSING DESCRIPTION"
|
|
8489
|
+
},
|
|
8446
8490
|
"v-text-field/center-affix": {
|
|
8447
8491
|
"type": "boolean\n",
|
|
8448
8492
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
|
|
@@ -8701,7 +8745,7 @@
|
|
|
8701
8745
|
},
|
|
8702
8746
|
"v-textarea/clear-icon": {
|
|
8703
8747
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8704
|
-
"description": "The icon used when the **
|
|
8748
|
+
"description": "The icon used when the **clearable** prop is set to true"
|
|
8705
8749
|
},
|
|
8706
8750
|
"v-textarea/base-color": {
|
|
8707
8751
|
"type": "string\n",
|
|
@@ -56,10 +56,6 @@
|
|
|
56
56
|
"from": "labs/VInfiniteScroll/index.mjs",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
|
-
"VOtpInput": {
|
|
60
|
-
"from": "labs/VOtpInput/index.mjs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
59
|
"VPicker": {
|
|
64
60
|
"from": "labs/VPicker/index.mjs",
|
|
65
61
|
"styles": []
|
|
@@ -96,6 +92,10 @@
|
|
|
96
92
|
"from": "labs/VStepper/index.mjs",
|
|
97
93
|
"styles": []
|
|
98
94
|
},
|
|
95
|
+
"VOtpInput": {
|
|
96
|
+
"from": "labs/VOtpInput/index.mjs",
|
|
97
|
+
"styles": []
|
|
98
|
+
},
|
|
99
99
|
"VDataIterator": {
|
|
100
100
|
"from": "labs/VDataIterator/index.mjs",
|
|
101
101
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"clear-icon",
|
|
133
133
|
"clearable",
|
|
134
134
|
"closable-chips",
|
|
135
|
+
"close-text",
|
|
135
136
|
"color",
|
|
136
137
|
"counter",
|
|
137
138
|
"counter-value",
|
|
@@ -172,6 +173,7 @@
|
|
|
172
173
|
"no-data-text",
|
|
173
174
|
"no-filter",
|
|
174
175
|
"open-on-clear",
|
|
176
|
+
"open-text",
|
|
175
177
|
"persistent-clear",
|
|
176
178
|
"persistent-counter",
|
|
177
179
|
"persistent-hint",
|
|
@@ -183,6 +185,7 @@
|
|
|
183
185
|
"readonly",
|
|
184
186
|
"return-object",
|
|
185
187
|
"reverse",
|
|
188
|
+
"role",
|
|
186
189
|
"rounded",
|
|
187
190
|
"rules",
|
|
188
191
|
"search",
|
|
@@ -785,6 +788,7 @@
|
|
|
785
788
|
"clear-icon",
|
|
786
789
|
"clearable",
|
|
787
790
|
"closable-chips",
|
|
791
|
+
"close-text",
|
|
788
792
|
"color",
|
|
789
793
|
"counter",
|
|
790
794
|
"counter-value",
|
|
@@ -826,6 +830,7 @@
|
|
|
826
830
|
"no-data-text",
|
|
827
831
|
"no-filter",
|
|
828
832
|
"open-on-clear",
|
|
833
|
+
"open-text",
|
|
829
834
|
"persistent-clear",
|
|
830
835
|
"persistent-counter",
|
|
831
836
|
"persistent-hint",
|
|
@@ -837,6 +842,7 @@
|
|
|
837
842
|
"readonly",
|
|
838
843
|
"return-object",
|
|
839
844
|
"reverse",
|
|
845
|
+
"role",
|
|
840
846
|
"rounded",
|
|
841
847
|
"rules",
|
|
842
848
|
"single-line",
|
|
@@ -1087,6 +1093,7 @@
|
|
|
1087
1093
|
"cancel-text",
|
|
1088
1094
|
"collapse-icon",
|
|
1089
1095
|
"color",
|
|
1096
|
+
"disabled",
|
|
1090
1097
|
"display-date",
|
|
1091
1098
|
"expand-icon",
|
|
1092
1099
|
"format",
|
|
@@ -1102,7 +1109,6 @@
|
|
|
1102
1109
|
"next-icon",
|
|
1103
1110
|
"ok-text",
|
|
1104
1111
|
"prev-icon",
|
|
1105
|
-
"range",
|
|
1106
1112
|
"show-adjacent-months",
|
|
1107
1113
|
"show-week",
|
|
1108
1114
|
"side",
|
|
@@ -1118,6 +1124,7 @@
|
|
|
1118
1124
|
"cancel-text",
|
|
1119
1125
|
"collapse-icon",
|
|
1120
1126
|
"color",
|
|
1127
|
+
"disabled",
|
|
1121
1128
|
"display-date",
|
|
1122
1129
|
"elevation",
|
|
1123
1130
|
"expand-icon",
|
|
@@ -1145,7 +1152,6 @@
|
|
|
1145
1152
|
"ok-text",
|
|
1146
1153
|
"position",
|
|
1147
1154
|
"prev-icon",
|
|
1148
|
-
"range",
|
|
1149
1155
|
"rounded",
|
|
1150
1156
|
"show-adjacent-months",
|
|
1151
1157
|
"show-week",
|
|
@@ -1161,12 +1167,11 @@
|
|
|
1161
1167
|
"v-date-picker-controls": {
|
|
1162
1168
|
"attributes": [
|
|
1163
1169
|
"collapse-icon",
|
|
1170
|
+
"disabled",
|
|
1164
1171
|
"display-date",
|
|
1165
1172
|
"expand-icon",
|
|
1166
|
-
"format",
|
|
1167
1173
|
"next-icon",
|
|
1168
1174
|
"prev-icon",
|
|
1169
|
-
"range",
|
|
1170
1175
|
"view-mode"
|
|
1171
1176
|
],
|
|
1172
1177
|
"description": ""
|
|
@@ -1187,6 +1192,8 @@
|
|
|
1187
1192
|
"format",
|
|
1188
1193
|
"hide-weekdays",
|
|
1189
1194
|
"hover-date",
|
|
1195
|
+
"max",
|
|
1196
|
+
"min",
|
|
1190
1197
|
"model-value",
|
|
1191
1198
|
"multiple",
|
|
1192
1199
|
"show-adjacent-months",
|
|
@@ -2308,6 +2315,7 @@
|
|
|
2308
2315
|
"clear-icon",
|
|
2309
2316
|
"clearable",
|
|
2310
2317
|
"closable-chips",
|
|
2318
|
+
"close-text",
|
|
2311
2319
|
"color",
|
|
2312
2320
|
"counter",
|
|
2313
2321
|
"counter-value",
|
|
@@ -2343,6 +2351,7 @@
|
|
|
2343
2351
|
"name",
|
|
2344
2352
|
"no-data-text",
|
|
2345
2353
|
"open-on-clear",
|
|
2354
|
+
"open-text",
|
|
2346
2355
|
"persistent-clear",
|
|
2347
2356
|
"persistent-counter",
|
|
2348
2357
|
"persistent-hint",
|
|
@@ -2354,6 +2363,7 @@
|
|
|
2354
2363
|
"readonly",
|
|
2355
2364
|
"return-object",
|
|
2356
2365
|
"reverse",
|
|
2366
|
+
"role",
|
|
2357
2367
|
"rounded",
|
|
2358
2368
|
"rules",
|
|
2359
2369
|
"single-line",
|
|
@@ -2847,6 +2857,7 @@
|
|
|
2847
2857
|
"prepend-inner-icon",
|
|
2848
2858
|
"readonly",
|
|
2849
2859
|
"reverse",
|
|
2860
|
+
"role",
|
|
2850
2861
|
"rounded",
|
|
2851
2862
|
"rules",
|
|
2852
2863
|
"single-line",
|