vuetify 2.3.11 → 2.3.15
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 +29 -17
- package/dist/json/tags.json +8 -0
- package/dist/json/web-types.json +217 -78
- package/dist/vuetify.css +17 -11
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +215 -177
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VAutocomplete/VAutocomplete.js +4 -2
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VCalendar/VCalendar.js +1 -1
- package/es5/components/VCalendar/VCalendar.js.map +1 -1
- package/es5/components/VCalendar/util/events.js.map +1 -1
- package/es5/components/VCalendar/util/timestamp.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js +36 -42
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +3 -1
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VData/VData.js +1 -2
- package/es5/components/VData/VData.js.map +1 -1
- package/es5/components/VDataIterator/VDataIterator.js +1 -1
- package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +1 -3
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VIcon/VIcon.js +11 -4
- package/es5/components/VIcon/VIcon.js.map +1 -1
- package/es5/components/VList/VListItem.js +1 -1
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +4 -4
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +6 -7
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +50 -45
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +2 -2
- package/es5/components/VSelect/VSelectList.js.map +1 -1
- package/es5/components/VSlider/VSlider.js +1 -2
- package/es5/components/VSlider/VSlider.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +18 -6
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VWindow/VWindow.js +3 -3
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/components/transitions/expand-transition.js.map +1 -1
- package/es5/directives/click-outside/index.js +1 -7
- package/es5/directives/click-outside/index.js.map +1 -1
- package/es5/directives/ripple/index.js +3 -3
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/install.js +1 -1
- package/es5/install.js.map +1 -1
- package/es5/locale/ca.js +1 -1
- package/es5/locale/ca.js.map +1 -1
- package/es5/locale/fr.js +2 -2
- package/es5/locale/fr.js.map +1 -1
- package/es5/locale/it.js +3 -3
- package/es5/locale/it.js.map +1 -1
- package/es5/locale/th.js +17 -17
- package/es5/locale/th.js.map +1 -1
- package/es5/mixins/groupable/index.js +1 -1
- package/es5/mixins/groupable/index.js.map +1 -1
- package/es5/mixins/proxyable/index.js +1 -1
- package/es5/mixins/proxyable/index.js.map +1 -1
- package/es5/mixins/themeable/index.js +9 -10
- package/es5/mixins/themeable/index.js.map +1 -1
- package/es5/mixins/toggleable/index.js +1 -1
- package/es5/mixins/toggleable/index.js.map +1 -1
- package/es5/services/goto/index.js +0 -1
- package/es5/services/goto/index.js.map +1 -1
- package/es5/services/icons/presets/mdi.js +1 -1
- package/es5/services/icons/presets/mdi.js.map +1 -1
- package/es5/services/theme/index.js +3 -2
- package/es5/services/theme/index.js.map +1 -1
- package/es5/util/helpers.js +3 -3
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +4 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCalendar/VCalendar.js +1 -1
- package/lib/components/VCalendar/VCalendar.js.map +1 -1
- package/lib/components/VCalendar/util/events.js.map +1 -1
- package/lib/components/VCalendar/util/timestamp.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js +31 -37
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +3 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VData/VData.js +1 -2
- package/lib/components/VData/VData.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +1 -1
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +1 -3
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VIcon/VIcon.js +11 -4
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VList/VListItem.js +1 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +4 -4
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +6 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -6
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelectList.js +2 -2
- package/lib/components/VSelect/VSelectList.js.map +1 -1
- package/lib/components/VSlider/VSlider.js +1 -2
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +8 -6
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/transitions/expand-transition.js.map +1 -1
- package/lib/directives/click-outside/index.js +1 -7
- package/lib/directives/click-outside/index.js.map +1 -1
- package/lib/directives/ripple/index.js +3 -3
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/install.js +4 -1
- package/lib/install.js.map +1 -1
- package/lib/locale/ca.js +1 -1
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/fr.js +2 -2
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/it.js +3 -3
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/th.js +17 -17
- package/lib/locale/th.js.map +1 -1
- package/lib/mixins/groupable/index.js +1 -1
- package/lib/mixins/groupable/index.js.map +1 -1
- package/lib/mixins/proxyable/index.js +1 -1
- package/lib/mixins/proxyable/index.js.map +1 -1
- package/lib/mixins/themeable/index.js +9 -9
- package/lib/mixins/themeable/index.js.map +1 -1
- package/lib/mixins/toggleable/index.js +1 -1
- package/lib/mixins/toggleable/index.js.map +1 -1
- package/lib/services/goto/index.js +0 -1
- package/lib/services/goto/index.js.map +1 -1
- package/lib/services/icons/presets/mdi.js +1 -1
- package/lib/services/icons/presets/mdi.js.map +1 -1
- package/lib/services/theme/index.js +3 -2
- package/lib/services/theme/index.js.map +1 -1
- package/lib/util/helpers.js +3 -3
- package/lib/util/helpers.js.map +1 -1
- package/package.json +10 -11
- package/src/components/VAppBar/__tests__/VAppBar.spec.ts +1 -1
- package/src/components/VAutocomplete/VAutocomplete.ts +2 -2
- package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +1 -1
- package/src/components/VBanner/__tests__/VBanner.spec.ts +4 -4
- package/src/components/VCalendar/VCalendar.ts +1 -1
- package/src/components/VCalendar/mixins/__tests__/calendar-with-events.spec.ts +4 -5
- package/src/components/VCalendar/util/__tests__/events.spec.ts +1 -1
- package/src/components/VCalendar/util/__tests__/timestamp.spec.ts +6 -6
- package/src/components/VCalendar/util/events.ts +1 -1
- package/src/components/VCalendar/util/timestamp.ts +2 -2
- package/src/components/VColorPicker/VColorPickerEdit.ts +35 -38
- package/src/components/VColorPicker/__tests__/VColorPicker.spec.ts +2 -11
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +0 -154
- package/src/components/VCombobox/VCombobox.ts +1 -1
- package/src/components/VData/VData.ts +1 -3
- package/src/components/VDataIterator/VDataIterator.ts +1 -1
- package/src/components/VDataTable/VDataTable.sass +18 -11
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +2 -0
- package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +1 -1
- package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +1 -1
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +238 -0
- package/src/components/VDatePicker/VDatePicker.ts +4 -3
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +7 -5
- package/src/components/VDialog/__tests__/VDialog.spec.ts +4 -0
- package/src/components/VExpansionPanel/__tests__/VExpansionPanel.spec.ts +4 -4
- package/src/components/VForm/__tests__/VForm.spec.ts +12 -62
- package/src/components/VGrid/__tests__/VCol.spec.ts +2 -2
- package/src/components/VHover/__tests__/VHover.spec.ts +7 -13
- package/src/components/VIcon/VIcon.sass +6 -1
- package/src/components/VIcon/VIcon.ts +10 -4
- package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +6 -9
- package/src/components/VList/VListItem.ts +2 -2
- package/src/components/VMenu/VMenu.ts +5 -5
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +7 -9
- package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +34 -22
- package/src/components/VOverflowBtn/VOverflowBtn.ts +1 -1
- package/src/components/VProgressCircular/_variables.scss +1 -1
- package/src/components/VProgressLinear/VProgressLinear.sass +0 -2
- package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +1 -0
- package/src/components/VProgressLinear/__tests__/__snapshots__/VProgressLinear.spec.ts.snap +1 -1
- package/src/components/VRadioGroup/__tests__/VRadio.spec.ts +0 -15
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +3 -3
- package/src/components/VRating/__tests__/VRating.spec.ts +1 -1
- package/src/components/VSelect/VSelect.ts +5 -4
- package/src/components/VSelect/VSelectList.ts +1 -1
- package/src/components/VSelect/__tests__/VSelect.spec.ts +5 -0
- package/src/components/VSelect/__tests__/VSelect2.spec.ts +4 -0
- package/src/components/VSelect/__tests__/VSelect3.spec.ts +47 -24
- package/src/components/VSelect/__tests__/VSelect4.spec.ts +4 -0
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +280 -0
- package/src/components/VSlideGroup/__tests__/VSlideGroup.spec.ts +1 -1
- package/src/components/VSlider/VSlider.ts +1 -3
- package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +0 -15
- package/src/components/VTabs/VTabs.sass +1 -2
- package/src/components/VTextField/VTextField.ts +9 -6
- package/src/components/VTextField/__tests__/VTextField.spec.ts +1 -0
- package/src/components/VTextarea/__tests__/VTextarea.spec.ts +1 -1
- package/src/components/VTreeview/__tests__/VTreeview.spec.ts +23 -19
- package/src/components/VVirtualScroll/__tests__/VVirtualScroll.spec.ts +1 -1
- package/src/components/VWindow/VWindow.ts +2 -2
- package/src/components/VWindow/__tests__/VWindow.spec.ts +1 -1
- package/src/components/transitions/expand-transition.ts +4 -4
- package/src/directives/click-outside/index.ts +0 -9
- package/src/directives/intersect/__tests__/intersect.spec.ts +2 -2
- package/src/directives/ripple/__tests__/ripple.spec.ts +4 -4
- package/src/directives/ripple/index.ts +3 -3
- package/src/directives/touch/__tests__/touch.spec.ts +1 -1
- package/src/install.ts +4 -1
- package/src/locale/ca.ts +1 -1
- package/src/locale/fr.ts +2 -2
- package/src/locale/it.ts +3 -3
- package/src/locale/th.ts +17 -17
- package/src/mixins/activatable/__tests__/activatable.spec.ts +1 -1
- package/src/mixins/detachable/__tests__/detachable.spec.ts +0 -26
- package/src/mixins/groupable/index.ts +1 -2
- package/src/mixins/proxyable/index.ts +1 -2
- package/src/mixins/scrollable/__tests__/scrollable.spec.ts +1 -1
- package/src/mixins/themeable/index.ts +11 -12
- package/src/mixins/toggleable/index.ts +1 -2
- package/src/mixins/validatable/__tests__/validatable.spec.ts +1 -1
- package/src/services/application/__tests__/application.spec.ts +1 -1
- package/src/services/goto/__tests__/goto.spec.ts +1 -1
- package/src/services/goto/index.ts +0 -1
- package/src/services/icons/__tests__/__snapshots__/icons.spec.ts.snap +1 -1
- package/src/services/icons/presets/mdi.ts +1 -1
- package/src/services/theme/__tests__/theme.spec.ts +2 -2
- package/src/services/theme/index.ts +2 -2
- package/src/styles/settings/_dark.scss +14 -11
- package/src/util/__tests__/helpers.spec.ts +1 -1
- package/src/util/helpers.ts +7 -3
- package/types/index.d.ts +1 -0
- package/types/services/icons.d.ts +3 -0
- package/src/mixins/groupable/__tests__/groupable.spec.ts +0 -5
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
},
|
|
514
514
|
"v-autocomplete/rules": {
|
|
515
515
|
"type": "array",
|
|
516
|
-
"description": "Accepts
|
|
516
|
+
"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`"
|
|
517
517
|
},
|
|
518
518
|
"v-autocomplete/search-input": {
|
|
519
519
|
"type": "string",
|
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
},
|
|
1794
1794
|
"v-card/img": {
|
|
1795
1795
|
"type": "string",
|
|
1796
|
-
"description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](
|
|
1796
|
+
"description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](/components/cards/#media-with-text)."
|
|
1797
1797
|
},
|
|
1798
1798
|
"v-card/light": {
|
|
1799
1799
|
"type": "boolean",
|
|
@@ -2149,7 +2149,7 @@
|
|
|
2149
2149
|
},
|
|
2150
2150
|
"v-checkbox/rules": {
|
|
2151
2151
|
"type": "array",
|
|
2152
|
-
"description": "Accepts
|
|
2152
|
+
"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`"
|
|
2153
2153
|
},
|
|
2154
2154
|
"v-checkbox/success": {
|
|
2155
2155
|
"type": "boolean",
|
|
@@ -2705,7 +2705,7 @@
|
|
|
2705
2705
|
},
|
|
2706
2706
|
"v-combobox/rules": {
|
|
2707
2707
|
"type": "array",
|
|
2708
|
-
"description": "Accepts
|
|
2708
|
+
"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`"
|
|
2709
2709
|
},
|
|
2710
2710
|
"v-combobox/search-input": {
|
|
2711
2711
|
"type": "string",
|
|
@@ -3020,7 +3020,7 @@
|
|
|
3020
3020
|
"description": "Pass props to the default header. See 'v-data-table-header' API for more information"
|
|
3021
3021
|
},
|
|
3022
3022
|
"v-data-table/headers": {
|
|
3023
|
-
"type": "
|
|
3023
|
+
"type": "datatableheader[]",
|
|
3024
3024
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
|
|
3025
3025
|
},
|
|
3026
3026
|
"v-data-table/headers-length": {
|
|
@@ -3793,7 +3793,7 @@
|
|
|
3793
3793
|
},
|
|
3794
3794
|
"v-file-input/rules": {
|
|
3795
3795
|
"type": "array",
|
|
3796
|
-
"description": "Accepts
|
|
3796
|
+
"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`"
|
|
3797
3797
|
},
|
|
3798
3798
|
"v-file-input/shaped": {
|
|
3799
3799
|
"type": "boolean",
|
|
@@ -4357,7 +4357,7 @@
|
|
|
4357
4357
|
},
|
|
4358
4358
|
"v-img/options": {
|
|
4359
4359
|
"type": "object",
|
|
4360
|
-
"description": ""
|
|
4360
|
+
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
|
4361
4361
|
},
|
|
4362
4362
|
"v-img/position": {
|
|
4363
4363
|
"type": "string",
|
|
@@ -4465,7 +4465,7 @@
|
|
|
4465
4465
|
},
|
|
4466
4466
|
"v-input/rules": {
|
|
4467
4467
|
"type": "array",
|
|
4468
|
-
"description": "Accepts
|
|
4468
|
+
"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`"
|
|
4469
4469
|
},
|
|
4470
4470
|
"v-input/success": {
|
|
4471
4471
|
"type": "boolean",
|
|
@@ -4483,6 +4483,18 @@
|
|
|
4483
4483
|
"type": "any",
|
|
4484
4484
|
"description": "The input's value"
|
|
4485
4485
|
},
|
|
4486
|
+
"v-item/active-class": {
|
|
4487
|
+
"type": "string",
|
|
4488
|
+
"description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
|
|
4489
|
+
},
|
|
4490
|
+
"v-item/disabled": {
|
|
4491
|
+
"type": "boolean",
|
|
4492
|
+
"description": "Removes the ability to click or target the component."
|
|
4493
|
+
},
|
|
4494
|
+
"v-item/value": {
|
|
4495
|
+
"type": "any",
|
|
4496
|
+
"description": "The value used when the component is selected in a group. If not provided, the index will be used."
|
|
4497
|
+
},
|
|
4486
4498
|
"v-item-group/active-class": {
|
|
4487
4499
|
"type": "string",
|
|
4488
4500
|
"description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
|
|
@@ -5393,7 +5405,7 @@
|
|
|
5393
5405
|
},
|
|
5394
5406
|
"v-overflow-btn/rules": {
|
|
5395
5407
|
"type": "array",
|
|
5396
|
-
"description": "Accepts
|
|
5408
|
+
"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`"
|
|
5397
5409
|
},
|
|
5398
5410
|
"v-overflow-btn/search-input": {
|
|
5399
5411
|
"type": "string",
|
|
@@ -5817,7 +5829,7 @@
|
|
|
5817
5829
|
},
|
|
5818
5830
|
"v-radio-group/rules": {
|
|
5819
5831
|
"type": "array",
|
|
5820
|
-
"description": "Accepts
|
|
5832
|
+
"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`"
|
|
5821
5833
|
},
|
|
5822
5834
|
"v-radio-group/success": {
|
|
5823
5835
|
"type": "boolean",
|
|
@@ -5989,7 +6001,7 @@
|
|
|
5989
6001
|
},
|
|
5990
6002
|
"v-range-slider/rules": {
|
|
5991
6003
|
"type": "array",
|
|
5992
|
-
"description": "Accepts
|
|
6004
|
+
"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`"
|
|
5993
6005
|
},
|
|
5994
6006
|
"v-range-slider/step": {
|
|
5995
6007
|
"type": "number|string",
|
|
@@ -6377,7 +6389,7 @@
|
|
|
6377
6389
|
},
|
|
6378
6390
|
"v-select/rules": {
|
|
6379
6391
|
"type": "array",
|
|
6380
|
-
"description": "Accepts
|
|
6392
|
+
"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`"
|
|
6381
6393
|
},
|
|
6382
6394
|
"v-select/shaped": {
|
|
6383
6395
|
"type": "boolean",
|
|
@@ -6585,7 +6597,7 @@
|
|
|
6585
6597
|
},
|
|
6586
6598
|
"v-slider/rules": {
|
|
6587
6599
|
"type": "array",
|
|
6588
|
-
"description": "Accepts
|
|
6600
|
+
"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`"
|
|
6589
6601
|
},
|
|
6590
6602
|
"v-slider/step": {
|
|
6591
6603
|
"type": "number|string",
|
|
@@ -6993,7 +7005,7 @@
|
|
|
6993
7005
|
},
|
|
6994
7006
|
"v-stepper-step/rules": {
|
|
6995
7007
|
"type": "array",
|
|
6996
|
-
"description": "Accepts
|
|
7008
|
+
"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`"
|
|
6997
7009
|
},
|
|
6998
7010
|
"v-stepper-step/step": {
|
|
6999
7011
|
"type": "number|string",
|
|
@@ -7113,7 +7125,7 @@
|
|
|
7113
7125
|
},
|
|
7114
7126
|
"v-switch/rules": {
|
|
7115
7127
|
"type": "array",
|
|
7116
|
-
"description": "Accepts
|
|
7128
|
+
"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`"
|
|
7117
7129
|
},
|
|
7118
7130
|
"v-switch/success": {
|
|
7119
7131
|
"type": "boolean",
|
|
@@ -7585,7 +7597,7 @@
|
|
|
7585
7597
|
},
|
|
7586
7598
|
"v-textarea/rules": {
|
|
7587
7599
|
"type": "array",
|
|
7588
|
-
"description": "Accepts
|
|
7600
|
+
"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`"
|
|
7589
7601
|
},
|
|
7590
7602
|
"v-textarea/shaped": {
|
|
7591
7603
|
"type": "boolean",
|
|
@@ -7773,7 +7785,7 @@
|
|
|
7773
7785
|
},
|
|
7774
7786
|
"v-text-field/rules": {
|
|
7775
7787
|
"type": "array",
|
|
7776
|
-
"description": "Accepts
|
|
7788
|
+
"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`"
|
|
7777
7789
|
},
|
|
7778
7790
|
"v-text-field/shaped": {
|
|
7779
7791
|
"type": "boolean",
|
package/dist/json/tags.json
CHANGED
|
@@ -1408,6 +1408,14 @@
|
|
|
1408
1408
|
],
|
|
1409
1409
|
"description": ""
|
|
1410
1410
|
},
|
|
1411
|
+
"v-item": {
|
|
1412
|
+
"attributes": [
|
|
1413
|
+
"active-class",
|
|
1414
|
+
"disabled",
|
|
1415
|
+
"value"
|
|
1416
|
+
],
|
|
1417
|
+
"description": ""
|
|
1418
|
+
},
|
|
1411
1419
|
"v-item-group": {
|
|
1412
1420
|
"attributes": [
|
|
1413
1421
|
"active-class",
|