vuetify 2.6.0-beta.0 → 2.6.3
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 +108 -60
- package/dist/json/tags.json +18 -6
- package/dist/json/web-types.json +250 -102
- package/dist/vuetify.css +92 -41
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +411 -286
- 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 +20 -2
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VBanner/VBanner.js +3 -2
- package/es5/components/VBanner/VBanner.js.map +1 -1
- package/es5/components/VBottomNavigation/VBottomNavigation.js +10 -2
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VBottomSheet/VBottomSheet.js +1 -4
- package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/es5/components/VCalendar/VCalendar.js.map +1 -1
- package/es5/components/VCalendar/VCalendarDaily.js +27 -21
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/VCalendarWeekly.js +14 -10
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +23 -22
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/es5/components/VCalendar/mixins/mouse.js +13 -4
- package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +1 -6
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VData/VData.js +2 -8
- package/es5/components/VData/VData.js.map +1 -1
- package/es5/components/VDataTable/MobileRow.js +2 -2
- package/es5/components/VDataTable/MobileRow.js.map +1 -1
- package/es5/components/VDataTable/Row.js +2 -2
- package/es5/components/VDataTable/Row.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +11 -17
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VItemGroup/VItemGroup.js +8 -4
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VList/VListItem.js +8 -1
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +4 -6
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +8 -12
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +16 -25
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js +1 -0
- package/es5/components/VOverlay/VOverlay.js.map +1 -1
- package/es5/components/VRadioGroup/VRadioGroup.js +8 -3
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VRangeSlider/VRangeSlider.js +4 -1
- package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +7 -2
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +4 -3
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +12 -1
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VTabs/VTab.js +18 -6
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +6 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +14 -8
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +3 -1
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/transitions/createTransition.js +0 -20
- package/es5/components/transitions/createTransition.js.map +1 -1
- package/es5/directives/click-outside/index.js +21 -10
- package/es5/directives/click-outside/index.js.map +1 -1
- package/es5/directives/intersect/index.js +16 -12
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +10 -8
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/resize/index.js +11 -8
- package/es5/directives/resize/index.js.map +1 -1
- package/es5/directives/ripple/index.js +0 -7
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/directives/scroll/index.js +13 -10
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/locale/fr.js +1 -1
- package/es5/locale/fr.js.map +1 -1
- package/es5/locale/it.js +6 -6
- package/es5/locale/it.js.map +1 -1
- package/es5/mixins/activatable/index.js +6 -2
- package/es5/mixins/activatable/index.js.map +1 -1
- package/es5/mixins/detachable/index.js +32 -14
- package/es5/mixins/detachable/index.js.map +1 -1
- package/es5/mixins/intersectable/index.js +11 -2
- package/es5/mixins/intersectable/index.js.map +1 -1
- package/es5/mixins/menuable/index.js +11 -9
- package/es5/mixins/menuable/index.js.map +1 -1
- package/es5/mixins/overlayable/index.js +21 -11
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/mixins/routable/index.js +12 -9
- package/es5/mixins/routable/index.js.map +1 -1
- package/es5/services/application/index.js +1 -3
- package/es5/services/application/index.js.map +1 -1
- package/es5/util/helpers.js +5 -5
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +18 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +3 -2
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +10 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/lib/components/VCalendar/VCalendar.js.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.js +27 -15
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.js +10 -2
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js +10 -5
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.js +9 -4
- package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VData/VData.js +2 -4
- package/lib/components/VData/VData.js.map +1 -1
- package/lib/components/VDataTable/MobileRow.js +2 -2
- package/lib/components/VDataTable/MobileRow.js.map +1 -1
- package/lib/components/VDataTable/Row.js +2 -2
- package/lib/components/VDataTable/Row.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +11 -16
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +7 -5
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +9 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +4 -6
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +4 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +16 -25
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js +1 -0
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.js +11 -4
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.js +4 -1
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +7 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +12 -1
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VTabs/VTab.js +19 -8
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +8 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +14 -8
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +3 -1
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/transitions/createTransition.js +0 -6
- package/lib/components/transitions/createTransition.js.map +1 -1
- package/lib/directives/click-outside/index.js +22 -10
- package/lib/directives/click-outside/index.js.map +1 -1
- package/lib/directives/intersect/index.js +16 -12
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +10 -8
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/directives/resize/index.js +9 -6
- package/lib/directives/resize/index.js.map +1 -1
- package/lib/directives/ripple/index.js +0 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/directives/scroll/index.js +9 -6
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/locale/fr.js +1 -1
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/it.js +6 -6
- package/lib/locale/it.js.map +1 -1
- package/lib/mixins/activatable/index.js +6 -2
- package/lib/mixins/activatable/index.js.map +1 -1
- package/lib/mixins/detachable/index.js +28 -13
- package/lib/mixins/detachable/index.js.map +1 -1
- package/lib/mixins/intersectable/index.js +9 -2
- package/lib/mixins/intersectable/index.js.map +1 -1
- package/lib/mixins/menuable/index.js +11 -9
- package/lib/mixins/menuable/index.js.map +1 -1
- package/lib/mixins/overlayable/index.js +21 -11
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/mixins/routable/index.js +16 -9
- package/lib/mixins/routable/index.js.map +1 -1
- package/lib/services/application/index.js +1 -3
- package/lib/services/application/index.js.map +1 -1
- package/lib/util/helpers.js +5 -5
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAutocomplete/VAutocomplete.ts +15 -2
- package/src/components/VBanner/VBanner.ts +16 -10
- package/src/components/VBottomNavigation/VBottomNavigation.ts +14 -2
- package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +9 -7
- package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
- package/src/components/VCalendar/VCalendar.ts +1 -0
- package/src/components/VCalendar/VCalendarCategory.sass +10 -3
- package/src/components/VCalendar/VCalendarDaily.ts +14 -13
- package/src/components/VCalendar/VCalendarWeekly.ts +4 -2
- package/src/components/VCalendar/mixins/calendar-with-events.sass +7 -1
- package/src/components/VCalendar/mixins/calendar-with-events.ts +7 -6
- package/src/components/VCalendar/mixins/mouse.ts +10 -4
- package/src/components/VCombobox/VCombobox.ts +1 -6
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +113 -0
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +32 -2
- package/src/components/VData/VData.ts +2 -4
- package/src/components/VDataTable/MobileRow.ts +2 -2
- package/src/components/VDataTable/Row.ts +2 -2
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +4 -4
- package/src/components/VDialog/VDialog.sass +1 -1
- package/src/components/VDialog/VDialog.ts +10 -14
- package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +14 -32
- package/src/components/VImg/__tests__/VImg.spec.ts +1 -1
- package/src/components/VItemGroup/VItemGroup.ts +5 -3
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +19 -2
- package/src/components/VList/VListItem.sass +2 -1
- package/src/components/VList/VListItem.ts +7 -1
- package/src/components/VList/__tests__/VListItem.spec.ts +16 -0
- package/src/components/VMenu/VMenu.ts +2 -6
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +4 -7
- package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +1 -1
- package/src/components/VOtpInput/VOtpInput.sass +13 -16
- package/src/components/VOtpInput/VOtpInput.ts +14 -28
- package/src/components/VOtpInput/_variables.scss +2 -4
- package/src/components/VOverlay/VOverlay.ts +1 -0
- package/src/components/VRadioGroup/VRadioGroup.ts +8 -4
- package/src/components/VRangeSlider/VRangeSlider.ts +3 -1
- package/src/components/VSelect/VSelect.ts +5 -1
- package/src/components/VSlideGroup/VSlideGroup.ts +8 -2
- package/src/components/VStepper/VStepper.sass +4 -4
- package/src/components/VStepper/VStepperStep.ts +14 -2
- package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +18 -6
- package/src/components/VTabs/VTab.ts +24 -6
- package/src/components/VTabs/VTabs.sass +5 -2
- package/src/components/VTextField/VTextField.ts +8 -3
- package/src/components/VTextarea/VTextarea.sass +13 -0
- package/src/components/VTooltip/VTooltip.ts +14 -7
- package/src/components/VTreeview/VTreeviewNode.ts +3 -1
- package/src/components/transitions/createTransition.ts +0 -8
- package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +9 -6
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +7 -4
- package/src/directives/click-outside/index.ts +19 -10
- package/src/directives/intersect/__tests__/intersect.spec.ts +13 -10
- package/src/directives/intersect/index.ts +15 -13
- package/src/directives/mutate/__tests__/mutate.spec.ts +36 -17
- package/src/directives/mutate/index.ts +9 -9
- package/src/directives/resize/__tests__/resize.spec.ts +4 -4
- package/src/directives/resize/index.ts +11 -6
- package/src/directives/ripple/VRipple.sass +4 -1
- package/src/directives/ripple/index.ts +0 -7
- package/src/directives/scroll/__tests__/scroll.spec.ts +9 -9
- package/src/directives/scroll/index.ts +8 -7
- package/src/globals.d.ts +10 -12
- package/src/locale/fr.ts +1 -1
- package/src/locale/it.ts +6 -6
- package/src/mixins/activatable/__tests__/__snapshots__/activatable.spec.ts.snap +1 -2
- package/src/mixins/activatable/index.ts +6 -2
- package/src/mixins/detachable/index.ts +32 -15
- package/src/mixins/intersectable/index.ts +11 -2
- package/src/mixins/menuable/index.ts +10 -8
- package/src/mixins/overlayable/index.ts +22 -11
- package/src/mixins/routable/__tests__/routable.spec.ts +82 -5
- package/src/mixins/routable/index.ts +12 -8
- package/src/services/application/index.ts +1 -1
- package/src/styles/generic/_transitions.scss +219 -215
- package/src/styles/settings/_variables.scss +11 -10
- package/src/util/helpers.ts +5 -5
- package/types/lib.d.ts +2 -0
- package/src/directives/ripple/_variables.scss +0 -6
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"v-app-bar/color": {
|
|
35
35
|
"type": "string",
|
|
36
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
36
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
37
37
|
},
|
|
38
38
|
"v-app-bar/dark": {
|
|
39
39
|
"type": "boolean",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
},
|
|
178
178
|
"v-alert/color": {
|
|
179
179
|
"type": "string",
|
|
180
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
180
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
181
181
|
},
|
|
182
182
|
"v-alert/colored-border": {
|
|
183
183
|
"type": "boolean",
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
},
|
|
326
326
|
"v-autocomplete/color": {
|
|
327
327
|
"type": "string",
|
|
328
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
328
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
329
329
|
},
|
|
330
330
|
"v-autocomplete/counter": {
|
|
331
331
|
"type": "boolean|number|string",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
},
|
|
578
578
|
"v-avatar/color": {
|
|
579
579
|
"type": "string",
|
|
580
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
580
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
581
581
|
},
|
|
582
582
|
"v-avatar/height": {
|
|
583
583
|
"type": "number|string",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
},
|
|
638
638
|
"v-badge/color": {
|
|
639
639
|
"type": "string",
|
|
640
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
640
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
641
641
|
},
|
|
642
642
|
"v-badge/content": {
|
|
643
643
|
"type": "any",
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
},
|
|
710
710
|
"v-banner/color": {
|
|
711
711
|
"type": "string",
|
|
712
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
712
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
713
713
|
},
|
|
714
714
|
"v-banner/dark": {
|
|
715
715
|
"type": "boolean",
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
},
|
|
810
810
|
"v-bottom-navigation/color": {
|
|
811
811
|
"type": "string",
|
|
812
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
812
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
813
813
|
},
|
|
814
814
|
"v-bottom-navigation/dark": {
|
|
815
815
|
"type": "boolean",
|
|
@@ -947,6 +947,10 @@
|
|
|
947
947
|
"type": "number|string",
|
|
948
948
|
"description": "Milliseconds to wait before opening component."
|
|
949
949
|
},
|
|
950
|
+
"v-bottom-sheet/open-on-click": {
|
|
951
|
+
"type": "boolean",
|
|
952
|
+
"description": ""
|
|
953
|
+
},
|
|
950
954
|
"v-bottom-sheet/open-on-focus": {
|
|
951
955
|
"type": "boolean",
|
|
952
956
|
"description": ""
|
|
@@ -1097,7 +1101,7 @@
|
|
|
1097
1101
|
},
|
|
1098
1102
|
"v-btn/color": {
|
|
1099
1103
|
"type": "string",
|
|
1100
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
1104
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
1101
1105
|
},
|
|
1102
1106
|
"v-btn/dark": {
|
|
1103
1107
|
"type": "boolean",
|
|
@@ -1285,7 +1289,7 @@
|
|
|
1285
1289
|
},
|
|
1286
1290
|
"v-btn-toggle/color": {
|
|
1287
1291
|
"type": "string",
|
|
1288
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
1292
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
1289
1293
|
},
|
|
1290
1294
|
"v-btn-toggle/dark": {
|
|
1291
1295
|
"type": "boolean",
|
|
@@ -1335,6 +1339,10 @@
|
|
|
1335
1339
|
"type": "any",
|
|
1336
1340
|
"description": "The designated model value for the component."
|
|
1337
1341
|
},
|
|
1342
|
+
"v-btn-toggle/value-comparator": {
|
|
1343
|
+
"type": "function",
|
|
1344
|
+
"description": "Apply a custom value comparator function"
|
|
1345
|
+
},
|
|
1338
1346
|
"v-calendar/categories": {
|
|
1339
1347
|
"type": "array|string",
|
|
1340
1348
|
"description": "Specifies what categories to display in the `category` view. This controls the order of the categories as well. If the calendar uses events any categories specified in those events not specified in this value are dynamically rendered in the view unless `category-hide-dynamic` is true."
|
|
@@ -1361,7 +1369,7 @@
|
|
|
1361
1369
|
},
|
|
1362
1370
|
"v-calendar/color": {
|
|
1363
1371
|
"type": "string",
|
|
1364
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
1372
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
1365
1373
|
},
|
|
1366
1374
|
"v-calendar/dark": {
|
|
1367
1375
|
"type": "boolean",
|
|
@@ -1545,7 +1553,7 @@
|
|
|
1545
1553
|
},
|
|
1546
1554
|
"v-calendar-daily/color": {
|
|
1547
1555
|
"type": "string",
|
|
1548
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
1556
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
1549
1557
|
},
|
|
1550
1558
|
"v-calendar-daily/dark": {
|
|
1551
1559
|
"type": "boolean",
|
|
@@ -1637,7 +1645,7 @@
|
|
|
1637
1645
|
},
|
|
1638
1646
|
"v-calendar-weekly/color": {
|
|
1639
1647
|
"type": "string",
|
|
1640
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
1648
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
1641
1649
|
},
|
|
1642
1650
|
"v-calendar-weekly/dark": {
|
|
1643
1651
|
"type": "boolean",
|
|
@@ -1709,7 +1717,7 @@
|
|
|
1709
1717
|
},
|
|
1710
1718
|
"v-calendar-monthly/color": {
|
|
1711
1719
|
"type": "string",
|
|
1712
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
1720
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
1713
1721
|
},
|
|
1714
1722
|
"v-calendar-monthly/dark": {
|
|
1715
1723
|
"type": "boolean",
|
|
@@ -1789,7 +1797,7 @@
|
|
|
1789
1797
|
},
|
|
1790
1798
|
"v-card/color": {
|
|
1791
1799
|
"type": "string",
|
|
1792
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
1800
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
1793
1801
|
},
|
|
1794
1802
|
"v-card/dark": {
|
|
1795
1803
|
"type": "boolean",
|
|
@@ -2027,6 +2035,10 @@
|
|
|
2027
2035
|
"type": "any",
|
|
2028
2036
|
"description": "The designated model value for the component."
|
|
2029
2037
|
},
|
|
2038
|
+
"v-carousel/value-comparator": {
|
|
2039
|
+
"type": "function",
|
|
2040
|
+
"description": "Apply a custom value comparator function"
|
|
2041
|
+
},
|
|
2030
2042
|
"v-carousel/vertical": {
|
|
2031
2043
|
"type": "boolean",
|
|
2032
2044
|
"description": "Uses a vertical transition when changing windows."
|
|
@@ -2117,7 +2129,7 @@
|
|
|
2117
2129
|
},
|
|
2118
2130
|
"v-checkbox/color": {
|
|
2119
2131
|
"type": "string",
|
|
2120
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
2132
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
2121
2133
|
},
|
|
2122
2134
|
"v-checkbox/dark": {
|
|
2123
2135
|
"type": "boolean",
|
|
@@ -2245,7 +2257,7 @@
|
|
|
2245
2257
|
},
|
|
2246
2258
|
"v-simple-checkbox/color": {
|
|
2247
2259
|
"type": "string",
|
|
2248
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
2260
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
2249
2261
|
},
|
|
2250
2262
|
"v-simple-checkbox/dark": {
|
|
2251
2263
|
"type": "boolean",
|
|
@@ -2309,7 +2321,7 @@
|
|
|
2309
2321
|
},
|
|
2310
2322
|
"v-chip/color": {
|
|
2311
2323
|
"type": "string",
|
|
2312
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
2324
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
2313
2325
|
},
|
|
2314
2326
|
"v-chip/dark": {
|
|
2315
2327
|
"type": "boolean",
|
|
@@ -2429,7 +2441,7 @@
|
|
|
2429
2441
|
},
|
|
2430
2442
|
"v-chip-group/color": {
|
|
2431
2443
|
"type": "string",
|
|
2432
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
2444
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
2433
2445
|
},
|
|
2434
2446
|
"v-chip-group/column": {
|
|
2435
2447
|
"type": "boolean",
|
|
@@ -2479,6 +2491,10 @@
|
|
|
2479
2491
|
"type": "any",
|
|
2480
2492
|
"description": "The designated model value for the component."
|
|
2481
2493
|
},
|
|
2494
|
+
"v-chip-group/value-comparator": {
|
|
2495
|
+
"type": "function",
|
|
2496
|
+
"description": "Apply a custom value comparator function"
|
|
2497
|
+
},
|
|
2482
2498
|
"v-color-picker/canvas-height": {
|
|
2483
2499
|
"type": "string|number",
|
|
2484
2500
|
"description": "Height of canvas"
|
|
@@ -2597,7 +2613,7 @@
|
|
|
2597
2613
|
},
|
|
2598
2614
|
"v-combobox/color": {
|
|
2599
2615
|
"type": "string",
|
|
2600
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
2616
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
2601
2617
|
},
|
|
2602
2618
|
"v-combobox/counter": {
|
|
2603
2619
|
"type": "boolean|number|string",
|
|
@@ -3201,7 +3217,7 @@
|
|
|
3201
3217
|
},
|
|
3202
3218
|
"v-data-table/page": {
|
|
3203
3219
|
"type": "number",
|
|
3204
|
-
"description": ""
|
|
3220
|
+
"description": "The current displayed page number (1-indexed)"
|
|
3205
3221
|
},
|
|
3206
3222
|
"v-data-table/search": {
|
|
3207
3223
|
"type": "string",
|
|
@@ -3357,7 +3373,7 @@
|
|
|
3357
3373
|
},
|
|
3358
3374
|
"v-date-picker/color": {
|
|
3359
3375
|
"type": "string",
|
|
3360
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
3376
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
3361
3377
|
},
|
|
3362
3378
|
"v-date-picker/dark": {
|
|
3363
3379
|
"type": "boolean",
|
|
@@ -3583,6 +3599,10 @@
|
|
|
3583
3599
|
"type": "number|string",
|
|
3584
3600
|
"description": "Milliseconds to wait before opening component."
|
|
3585
3601
|
},
|
|
3602
|
+
"v-dialog/open-on-click": {
|
|
3603
|
+
"type": "boolean",
|
|
3604
|
+
"description": ""
|
|
3605
|
+
},
|
|
3586
3606
|
"v-dialog/open-on-focus": {
|
|
3587
3607
|
"type": "boolean",
|
|
3588
3608
|
"description": ""
|
|
@@ -3715,6 +3735,10 @@
|
|
|
3715
3735
|
"type": "any",
|
|
3716
3736
|
"description": "Controls the opened/closed state of content in the expansion-panel. Corresponds to a zero-based index of the currently opened content. If the `multiple` prop (previously `expand` in 1.5.x) is used then it is an array of numbers where each entry corresponds to the index of the opened content. The index order is not relevant."
|
|
3717
3737
|
},
|
|
3738
|
+
"v-expansion-panels/value-comparator": {
|
|
3739
|
+
"type": "function",
|
|
3740
|
+
"description": "Apply a custom value comparator function"
|
|
3741
|
+
},
|
|
3718
3742
|
"v-expansion-panel/active-class": {
|
|
3719
3743
|
"type": "string",
|
|
3720
3744
|
"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."
|
|
@@ -3729,7 +3753,7 @@
|
|
|
3729
3753
|
},
|
|
3730
3754
|
"v-expansion-panel-header/color": {
|
|
3731
3755
|
"type": "string",
|
|
3732
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
3756
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
3733
3757
|
},
|
|
3734
3758
|
"v-expansion-panel-header/disable-icon-rotate": {
|
|
3735
3759
|
"type": "boolean",
|
|
@@ -3749,7 +3773,7 @@
|
|
|
3749
3773
|
},
|
|
3750
3774
|
"v-expansion-panel-content/color": {
|
|
3751
3775
|
"type": "string",
|
|
3752
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
3776
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
3753
3777
|
},
|
|
3754
3778
|
"v-expansion-panel-content/eager": {
|
|
3755
3779
|
"type": "boolean",
|
|
@@ -3785,7 +3809,7 @@
|
|
|
3785
3809
|
},
|
|
3786
3810
|
"v-file-input/color": {
|
|
3787
3811
|
"type": "string",
|
|
3788
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
3812
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
3789
3813
|
},
|
|
3790
3814
|
"v-file-input/counter": {
|
|
3791
3815
|
"type": "boolean|number|string",
|
|
@@ -3989,7 +4013,7 @@
|
|
|
3989
4013
|
},
|
|
3990
4014
|
"v-footer/color": {
|
|
3991
4015
|
"type": "string",
|
|
3992
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
4016
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
3993
4017
|
},
|
|
3994
4018
|
"v-footer/dark": {
|
|
3995
4019
|
"type": "boolean",
|
|
@@ -4381,7 +4405,7 @@
|
|
|
4381
4405
|
},
|
|
4382
4406
|
"v-icon/color": {
|
|
4383
4407
|
"type": "string",
|
|
4384
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
4408
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4385
4409
|
},
|
|
4386
4410
|
"v-icon/dark": {
|
|
4387
4411
|
"type": "boolean",
|
|
@@ -4525,7 +4549,7 @@
|
|
|
4525
4549
|
},
|
|
4526
4550
|
"v-input/color": {
|
|
4527
4551
|
"type": "string",
|
|
4528
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
4552
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4529
4553
|
},
|
|
4530
4554
|
"v-input/dark": {
|
|
4531
4555
|
"type": "boolean",
|
|
@@ -4663,6 +4687,10 @@
|
|
|
4663
4687
|
"type": "any",
|
|
4664
4688
|
"description": "The designated model value for the component."
|
|
4665
4689
|
},
|
|
4690
|
+
"v-item-group/value-comparator": {
|
|
4691
|
+
"type": "function",
|
|
4692
|
+
"description": "Apply a custom value comparator function"
|
|
4693
|
+
},
|
|
4666
4694
|
"v-lazy/height": {
|
|
4667
4695
|
"type": "number|string",
|
|
4668
4696
|
"description": "Sets the height for the component."
|
|
@@ -4721,7 +4749,7 @@
|
|
|
4721
4749
|
},
|
|
4722
4750
|
"v-list/color": {
|
|
4723
4751
|
"type": "string",
|
|
4724
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
4752
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4725
4753
|
},
|
|
4726
4754
|
"v-list/dark": {
|
|
4727
4755
|
"type": "boolean",
|
|
@@ -4821,7 +4849,7 @@
|
|
|
4821
4849
|
},
|
|
4822
4850
|
"v-list-group/color": {
|
|
4823
4851
|
"type": "string",
|
|
4824
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
4852
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4825
4853
|
},
|
|
4826
4854
|
"v-list-group/disabled": {
|
|
4827
4855
|
"type": "boolean",
|
|
@@ -4953,7 +4981,7 @@
|
|
|
4953
4981
|
},
|
|
4954
4982
|
"v-list-item-avatar/color": {
|
|
4955
4983
|
"type": "string",
|
|
4956
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
4984
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4957
4985
|
},
|
|
4958
4986
|
"v-list-item-avatar/height": {
|
|
4959
4987
|
"type": "number|string",
|
|
@@ -5009,7 +5037,7 @@
|
|
|
5009
5037
|
},
|
|
5010
5038
|
"v-list-item-group/color": {
|
|
5011
5039
|
"type": "string",
|
|
5012
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
5040
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
5013
5041
|
},
|
|
5014
5042
|
"v-list-item-group/dark": {
|
|
5015
5043
|
"type": "boolean",
|
|
@@ -5039,6 +5067,10 @@
|
|
|
5039
5067
|
"type": "any",
|
|
5040
5068
|
"description": "Sets the active list-item inside the list-group"
|
|
5041
5069
|
},
|
|
5070
|
+
"v-list-item-group/value-comparator": {
|
|
5071
|
+
"type": "function",
|
|
5072
|
+
"description": "Apply a custom value comparator function"
|
|
5073
|
+
},
|
|
5042
5074
|
"v-main/tag": {
|
|
5043
5075
|
"type": "string",
|
|
5044
5076
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -5233,7 +5265,7 @@
|
|
|
5233
5265
|
},
|
|
5234
5266
|
"v-navigation-drawer/color": {
|
|
5235
5267
|
"type": "string",
|
|
5236
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
5268
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
5237
5269
|
},
|
|
5238
5270
|
"v-navigation-drawer/dark": {
|
|
5239
5271
|
"type": "boolean",
|
|
@@ -5344,8 +5376,8 @@
|
|
|
5344
5376
|
"description": "Sets the DOM id on the component"
|
|
5345
5377
|
},
|
|
5346
5378
|
"v-otp-input/length": {
|
|
5347
|
-
"type": "number",
|
|
5348
|
-
"description": "The OTP
|
|
5379
|
+
"type": "number|string",
|
|
5380
|
+
"description": "The OTP field's length"
|
|
5349
5381
|
},
|
|
5350
5382
|
"v-otp-input/plain": {
|
|
5351
5383
|
"type": "boolean",
|
|
@@ -5409,7 +5441,7 @@
|
|
|
5409
5441
|
},
|
|
5410
5442
|
"v-overflow-btn/color": {
|
|
5411
5443
|
"type": "string",
|
|
5412
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
5444
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
5413
5445
|
},
|
|
5414
5446
|
"v-overflow-btn/counter": {
|
|
5415
5447
|
"type": "boolean|number|string",
|
|
@@ -5673,7 +5705,7 @@
|
|
|
5673
5705
|
},
|
|
5674
5706
|
"v-overlay/color": {
|
|
5675
5707
|
"type": "string",
|
|
5676
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
5708
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
5677
5709
|
},
|
|
5678
5710
|
"v-overlay/dark": {
|
|
5679
5711
|
"type": "boolean",
|
|
@@ -5701,7 +5733,7 @@
|
|
|
5701
5733
|
},
|
|
5702
5734
|
"v-pagination/color": {
|
|
5703
5735
|
"type": "string",
|
|
5704
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
5736
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
5705
5737
|
},
|
|
5706
5738
|
"v-pagination/current-page-aria-label": {
|
|
5707
5739
|
"type": "string",
|
|
@@ -5757,7 +5789,7 @@
|
|
|
5757
5789
|
},
|
|
5758
5790
|
"v-sheet/color": {
|
|
5759
5791
|
"type": "string",
|
|
5760
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
5792
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
5761
5793
|
},
|
|
5762
5794
|
"v-sheet/dark": {
|
|
5763
5795
|
"type": "boolean",
|
|
@@ -5837,7 +5869,7 @@
|
|
|
5837
5869
|
},
|
|
5838
5870
|
"v-progress-circular/color": {
|
|
5839
5871
|
"type": "string",
|
|
5840
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
5872
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
5841
5873
|
},
|
|
5842
5874
|
"v-progress-circular/indeterminate": {
|
|
5843
5875
|
"type": "boolean",
|
|
@@ -5885,7 +5917,7 @@
|
|
|
5885
5917
|
},
|
|
5886
5918
|
"v-progress-linear/color": {
|
|
5887
5919
|
"type": "string",
|
|
5888
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
5920
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
5889
5921
|
},
|
|
5890
5922
|
"v-progress-linear/dark": {
|
|
5891
5923
|
"type": "boolean",
|
|
@@ -6069,7 +6101,7 @@
|
|
|
6069
6101
|
},
|
|
6070
6102
|
"v-radio/color": {
|
|
6071
6103
|
"type": "string",
|
|
6072
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
6104
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
6073
6105
|
},
|
|
6074
6106
|
"v-radio/dark": {
|
|
6075
6107
|
"type": "boolean",
|
|
@@ -6125,7 +6157,7 @@
|
|
|
6125
6157
|
},
|
|
6126
6158
|
"v-range-slider/color": {
|
|
6127
6159
|
"type": "string",
|
|
6128
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
6160
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
6129
6161
|
},
|
|
6130
6162
|
"v-range-slider/dark": {
|
|
6131
6163
|
"type": "boolean",
|
|
@@ -6289,7 +6321,7 @@
|
|
|
6289
6321
|
},
|
|
6290
6322
|
"v-rating/color": {
|
|
6291
6323
|
"type": "string",
|
|
6292
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
6324
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
6293
6325
|
},
|
|
6294
6326
|
"v-rating/dark": {
|
|
6295
6327
|
"type": "boolean",
|
|
@@ -6437,7 +6469,7 @@
|
|
|
6437
6469
|
},
|
|
6438
6470
|
"v-select/color": {
|
|
6439
6471
|
"type": "string",
|
|
6440
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
6472
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
6441
6473
|
},
|
|
6442
6474
|
"v-select/counter": {
|
|
6443
6475
|
"type": "boolean|number|string",
|
|
@@ -6741,7 +6773,7 @@
|
|
|
6741
6773
|
},
|
|
6742
6774
|
"v-slider/color": {
|
|
6743
6775
|
"type": "string",
|
|
6744
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
6776
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
6745
6777
|
},
|
|
6746
6778
|
"v-slider/dark": {
|
|
6747
6779
|
"type": "boolean",
|
|
@@ -6943,6 +6975,10 @@
|
|
|
6943
6975
|
"type": "any",
|
|
6944
6976
|
"description": "The designated model value for the component."
|
|
6945
6977
|
},
|
|
6978
|
+
"v-slide-group/value-comparator": {
|
|
6979
|
+
"type": "function",
|
|
6980
|
+
"description": "Apply a custom value comparator function"
|
|
6981
|
+
},
|
|
6946
6982
|
"v-slide-item/active-class": {
|
|
6947
6983
|
"type": "string",
|
|
6948
6984
|
"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."
|
|
@@ -6973,7 +7009,7 @@
|
|
|
6973
7009
|
},
|
|
6974
7010
|
"v-snackbar/color": {
|
|
6975
7011
|
"type": "string",
|
|
6976
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7012
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
6977
7013
|
},
|
|
6978
7014
|
"v-snackbar/content-class": {
|
|
6979
7015
|
"type": "string",
|
|
@@ -7089,7 +7125,7 @@
|
|
|
7089
7125
|
},
|
|
7090
7126
|
"v-sparkline/color": {
|
|
7091
7127
|
"type": "string",
|
|
7092
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7128
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7093
7129
|
},
|
|
7094
7130
|
"v-sparkline/fill": {
|
|
7095
7131
|
"type": "boolean",
|
|
@@ -7197,7 +7233,7 @@
|
|
|
7197
7233
|
},
|
|
7198
7234
|
"v-stepper/color": {
|
|
7199
7235
|
"type": "string",
|
|
7200
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7236
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7201
7237
|
},
|
|
7202
7238
|
"v-stepper/dark": {
|
|
7203
7239
|
"type": "boolean",
|
|
@@ -7277,7 +7313,7 @@
|
|
|
7277
7313
|
},
|
|
7278
7314
|
"v-stepper-step/color": {
|
|
7279
7315
|
"type": "string",
|
|
7280
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7316
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7281
7317
|
},
|
|
7282
7318
|
"v-stepper-step/complete": {
|
|
7283
7319
|
"type": "boolean",
|
|
@@ -7337,7 +7373,7 @@
|
|
|
7337
7373
|
},
|
|
7338
7374
|
"v-switch/color": {
|
|
7339
7375
|
"type": "string",
|
|
7340
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7376
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7341
7377
|
},
|
|
7342
7378
|
"v-switch/dark": {
|
|
7343
7379
|
"type": "boolean",
|
|
@@ -7469,7 +7505,7 @@
|
|
|
7469
7505
|
},
|
|
7470
7506
|
"v-system-bar/color": {
|
|
7471
7507
|
"type": "string",
|
|
7472
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7508
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7473
7509
|
},
|
|
7474
7510
|
"v-system-bar/dark": {
|
|
7475
7511
|
"type": "boolean",
|
|
@@ -7517,7 +7553,7 @@
|
|
|
7517
7553
|
},
|
|
7518
7554
|
"v-tabs/color": {
|
|
7519
7555
|
"type": "string",
|
|
7520
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7556
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7521
7557
|
},
|
|
7522
7558
|
"v-tabs/dark": {
|
|
7523
7559
|
"type": "boolean",
|
|
@@ -7743,13 +7779,17 @@
|
|
|
7743
7779
|
"type": "any",
|
|
7744
7780
|
"description": "The designated model value for the component."
|
|
7745
7781
|
},
|
|
7782
|
+
"v-tabs-items/value-comparator": {
|
|
7783
|
+
"type": "function",
|
|
7784
|
+
"description": "Apply a custom value comparator function"
|
|
7785
|
+
},
|
|
7746
7786
|
"v-tabs-items/vertical": {
|
|
7747
7787
|
"type": "boolean",
|
|
7748
7788
|
"description": "Uses a vertical transition when changing windows."
|
|
7749
7789
|
},
|
|
7750
7790
|
"v-tabs-slider/color": {
|
|
7751
7791
|
"type": "string",
|
|
7752
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7792
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7753
7793
|
},
|
|
7754
7794
|
"v-textarea/append-icon": {
|
|
7755
7795
|
"type": "string",
|
|
@@ -7781,7 +7821,7 @@
|
|
|
7781
7821
|
},
|
|
7782
7822
|
"v-textarea/color": {
|
|
7783
7823
|
"type": "string",
|
|
7784
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7824
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7785
7825
|
},
|
|
7786
7826
|
"v-textarea/counter": {
|
|
7787
7827
|
"type": "boolean|number|string",
|
|
@@ -7989,7 +8029,7 @@
|
|
|
7989
8029
|
},
|
|
7990
8030
|
"v-text-field/color": {
|
|
7991
8031
|
"type": "string",
|
|
7992
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
8032
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7993
8033
|
},
|
|
7994
8034
|
"v-text-field/counter": {
|
|
7995
8035
|
"type": "boolean|number|string",
|
|
@@ -8193,7 +8233,7 @@
|
|
|
8193
8233
|
},
|
|
8194
8234
|
"v-timeline-item/color": {
|
|
8195
8235
|
"type": "string",
|
|
8196
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
8236
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
8197
8237
|
},
|
|
8198
8238
|
"v-timeline-item/dark": {
|
|
8199
8239
|
"type": "boolean",
|
|
@@ -8213,7 +8253,7 @@
|
|
|
8213
8253
|
},
|
|
8214
8254
|
"v-timeline-item/icon-color": {
|
|
8215
8255
|
"type": "string",
|
|
8216
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
8256
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
8217
8257
|
},
|
|
8218
8258
|
"v-timeline-item/large": {
|
|
8219
8259
|
"type": "boolean",
|
|
@@ -8253,7 +8293,7 @@
|
|
|
8253
8293
|
},
|
|
8254
8294
|
"v-time-picker/color": {
|
|
8255
8295
|
"type": "string",
|
|
8256
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
8296
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
8257
8297
|
},
|
|
8258
8298
|
"v-time-picker/dark": {
|
|
8259
8299
|
"type": "boolean",
|
|
@@ -8337,7 +8377,7 @@
|
|
|
8337
8377
|
},
|
|
8338
8378
|
"v-toolbar/color": {
|
|
8339
8379
|
"type": "string",
|
|
8340
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
8380
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
8341
8381
|
},
|
|
8342
8382
|
"v-toolbar/dark": {
|
|
8343
8383
|
"type": "boolean",
|
|
@@ -8461,7 +8501,7 @@
|
|
|
8461
8501
|
},
|
|
8462
8502
|
"v-tooltip/color": {
|
|
8463
8503
|
"type": "string",
|
|
8464
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
8504
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
8465
8505
|
},
|
|
8466
8506
|
"v-tooltip/content-class": {
|
|
8467
8507
|
"type": "string",
|
|
@@ -8587,6 +8627,10 @@
|
|
|
8587
8627
|
"type": "boolean",
|
|
8588
8628
|
"description": "Decreases the height of the items"
|
|
8589
8629
|
},
|
|
8630
|
+
"v-treeview/disable-per-node": {
|
|
8631
|
+
"type": "boolean",
|
|
8632
|
+
"description": "Prevents disabling children nodes"
|
|
8633
|
+
},
|
|
8590
8634
|
"v-treeview/disabled": {
|
|
8591
8635
|
"type": "boolean",
|
|
8592
8636
|
"description": "Disables selection for all nodes"
|
|
@@ -8787,6 +8831,10 @@
|
|
|
8787
8831
|
"type": "any",
|
|
8788
8832
|
"description": "The designated model value for the component."
|
|
8789
8833
|
},
|
|
8834
|
+
"v-window/value-comparator": {
|
|
8835
|
+
"type": "function",
|
|
8836
|
+
"description": "Apply a custom value comparator function"
|
|
8837
|
+
},
|
|
8790
8838
|
"v-window/vertical": {
|
|
8791
8839
|
"type": "boolean",
|
|
8792
8840
|
"description": "Uses a vertical transition when changing windows."
|