vuetify 2.0.19 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +208 -16
- package/dist/json/tags.json +58 -0
- package/dist/vuetify.css +548 -57
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +917 -249
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/es5/components/VAlert/VAlert.js +3 -18
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/es5/components/VAutocomplete/VAutocomplete.js +20 -0
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VBtn/VBtn.js +2 -0
- package/es5/components/VBtn/VBtn.js.map +1 -1
- package/es5/components/VBtnToggle/VBtnToggle.js +16 -3
- package/es5/components/VBtnToggle/VBtnToggle.js.map +1 -1
- package/es5/components/VCard/VCard.js +4 -2
- package/es5/components/VCard/VCard.js.map +1 -1
- package/es5/components/VCarousel/VCarousel.js +1 -1
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +3 -3
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js +3 -3
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VChip/VChip.js +2 -2
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +16 -0
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VDataIterator/VDataFooter.js +10 -6
- package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
- package/es5/components/VDataIterator/VDataIterator.js +3 -0
- package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +5 -5
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/mixins/header.js +1 -1
- package/es5/components/VDataTable/mixins/header.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +55 -16
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerHeader.js +2 -2
- package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +3 -0
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VFileInput/VFileInput.js +1 -1
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VGrid/VCol.js +8 -1
- package/es5/components/VGrid/VCol.js.map +1 -1
- package/es5/components/VImg/VImg.js +34 -7
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/components/VInput/VInput.js +6 -1
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +90 -0
- package/es5/components/VLazy/VLazy.js.map +1 -0
- package/es5/components/VLazy/index.js +20 -0
- package/es5/components/VLazy/index.js.map +1 -0
- package/es5/components/VList/VListGroup.js +2 -2
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VList/VListItem.js +4 -0
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +3 -0
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VPagination/VPagination.js +2 -2
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VRadioGroup/VRadio.js +2 -2
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VRating/VRating.js +3 -3
- package/es5/components/VRating/VRating.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +1 -2
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js +193 -0
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -0
- package/es5/components/VSkeletonLoader/index.js +20 -0
- package/es5/components/VSkeletonLoader/index.js.map +1 -0
- package/es5/components/VSlideGroup/VSlideGroup.js +2 -2
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +3 -3
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +2 -2
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +1 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTimePicker/VTimePicker.js +1 -1
- package/es5/components/VTimePicker/VTimePicker.js.map +1 -1
- package/es5/components/VTimePicker/VTimePickerTitle.js +1 -1
- package/es5/components/VTimePicker/VTimePickerTitle.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +2 -1
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +5 -5
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/VWindow/VWindow.js +2 -2
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/components/index.js +24 -0
- package/es5/components/index.js.map +1 -1
- package/es5/directives/index.js +16 -0
- package/es5/directives/index.js.map +1 -1
- package/es5/directives/intersect/index.js +61 -0
- package/es5/directives/intersect/index.js.map +1 -0
- package/es5/directives/mutate/index.js +71 -0
- package/es5/directives/mutate/index.js.map +1 -0
- package/es5/framework.js +1 -1
- package/es5/locale/af.js +6 -2
- package/es5/locale/af.js.map +1 -1
- package/es5/locale/ar.js +6 -2
- package/es5/locale/ar.js.map +1 -1
- package/es5/locale/ca.js +6 -2
- package/es5/locale/ca.js.map +1 -1
- package/es5/locale/cs.js +52 -0
- package/es5/locale/cs.js.map +1 -0
- package/es5/locale/de.js +6 -2
- package/es5/locale/de.js.map +1 -1
- package/es5/locale/el.js +6 -2
- package/es5/locale/el.js.map +1 -1
- package/es5/locale/en.js +6 -2
- package/es5/locale/en.js.map +1 -1
- package/es5/locale/es.js +6 -2
- package/es5/locale/es.js.map +1 -1
- package/es5/locale/et.js +14 -10
- package/es5/locale/et.js.map +1 -1
- package/es5/locale/fa.js +6 -2
- package/es5/locale/fa.js.map +1 -1
- package/es5/locale/fr.js +6 -2
- package/es5/locale/fr.js.map +1 -1
- package/es5/locale/he.js +6 -2
- package/es5/locale/he.js.map +1 -1
- package/es5/locale/hr.js +20 -16
- package/es5/locale/hr.js.map +1 -1
- package/es5/locale/hu.js +6 -2
- package/es5/locale/hu.js.map +1 -1
- package/es5/locale/id.js +6 -2
- package/es5/locale/id.js.map +1 -1
- package/es5/locale/index.js +24 -0
- package/es5/locale/index.js.map +1 -1
- package/es5/locale/it.js +6 -2
- package/es5/locale/it.js.map +1 -1
- package/es5/locale/ja.js +6 -2
- package/es5/locale/ja.js.map +1 -1
- package/es5/locale/ko.js +6 -2
- package/es5/locale/ko.js.map +1 -1
- package/es5/locale/lt.js +52 -0
- package/es5/locale/lt.js.map +1 -0
- package/es5/locale/lv.js +6 -2
- package/es5/locale/lv.js.map +1 -1
- package/es5/locale/nl.js +6 -2
- package/es5/locale/nl.js.map +1 -1
- package/es5/locale/no.js +6 -2
- package/es5/locale/no.js.map +1 -1
- package/es5/locale/pl.js +6 -2
- package/es5/locale/pl.js.map +1 -1
- package/es5/locale/pt.js +6 -2
- package/es5/locale/pt.js.map +1 -1
- package/es5/locale/ro.js +6 -2
- package/es5/locale/ro.js.map +1 -1
- package/es5/locale/ru.js +6 -2
- package/es5/locale/ru.js.map +1 -1
- package/es5/locale/sl.js +14 -10
- package/es5/locale/sl.js.map +1 -1
- package/es5/locale/sr-Cyrl.js +6 -2
- package/es5/locale/sr-Cyrl.js.map +1 -1
- package/es5/locale/sv.js +52 -0
- package/es5/locale/sv.js.map +1 -0
- package/es5/locale/th.js +6 -2
- package/es5/locale/th.js.map +1 -1
- package/es5/locale/tr.js +6 -2
- package/es5/locale/tr.js.map +1 -1
- package/es5/locale/uk.js +6 -2
- package/es5/locale/uk.js.map +1 -1
- package/es5/locale/zh-Hans.js +6 -2
- package/es5/locale/zh-Hans.js.map +1 -1
- package/es5/locale/zh-Hant.js +6 -2
- package/es5/locale/zh-Hant.js.map +1 -1
- package/es5/mixins/overlayable/index.js +6 -2
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/services/lang/index.js +7 -2
- package/es5/services/lang/index.js.map +1 -1
- package/es5/util/helpers.js +5 -5
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +3 -18
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +22 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +2 -0
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.js +15 -2
- package/lib/components/VBtnToggle/VBtnToggle.js.map +1 -1
- package/lib/components/VCard/VCard.js +3 -1
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +1 -1
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +3 -3
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +3 -3
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/components/VChip/VChip.js +2 -2
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +16 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.js +10 -6
- package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +3 -0
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +5 -5
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/mixins/header.js +1 -1
- package/lib/components/VDataTable/mixins/header.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +39 -16
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +2 -2
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +3 -0
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VGrid/VCol.js +7 -1
- package/lib/components/VGrid/VCol.js.map +1 -1
- package/lib/components/VImg/VImg.js +30 -8
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +5 -0
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +76 -0
- package/lib/components/VLazy/VLazy.js.map +1 -0
- package/lib/components/VLazy/index.js +4 -0
- package/lib/components/VLazy/index.js.map +1 -0
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +4 -0
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +3 -0
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +2 -2
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VRadioGroup/VRadio.js +2 -2
- package/lib/components/VRadioGroup/VRadio.js.map +1 -1
- package/lib/components/VRating/VRating.js +3 -3
- package/lib/components/VRating/VRating.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +170 -0
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -0
- package/lib/components/VSkeletonLoader/index.js +4 -0
- package/lib/components/VSkeletonLoader/index.js.map +1 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -2
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +3 -3
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +2 -2
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.js +1 -1
- package/lib/components/VTimePicker/VTimePicker.js.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.js +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +2 -1
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +5 -5
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/index.js +2 -0
- package/lib/components/index.js.map +1 -1
- package/lib/directives/index.js +2 -0
- package/lib/directives/index.js.map +1 -1
- package/lib/directives/intersect/index.js +45 -0
- package/lib/directives/intersect/index.js.map +1 -0
- package/lib/directives/mutate/index.js +56 -0
- package/lib/directives/mutate/index.js.map +1 -0
- package/lib/framework.js +1 -1
- package/lib/locale/af.js +6 -2
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.js +6 -2
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/ca.js +6 -2
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/cs.js +45 -0
- package/lib/locale/cs.js.map +1 -0
- package/lib/locale/de.js +6 -2
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.js +6 -2
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.js +6 -2
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.js +6 -2
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.js +14 -10
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.js +6 -2
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fr.js +6 -2
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.js +6 -2
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.js +20 -16
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.js +6 -2
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.js +6 -2
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/index.js +3 -0
- package/lib/locale/index.js.map +1 -1
- package/lib/locale/it.js +6 -2
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.js +6 -2
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/ko.js +6 -2
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.js +45 -0
- package/lib/locale/lt.js.map +1 -0
- package/lib/locale/lv.js +6 -2
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.js +6 -2
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.js +6 -2
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.js +6 -2
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.js +6 -2
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.js +6 -2
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.js +6 -2
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sl.js +14 -10
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.js +6 -2
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sv.js +45 -0
- package/lib/locale/sv.js.map +1 -0
- package/lib/locale/th.js +6 -2
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.js +6 -2
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.js +6 -2
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/zh-Hans.js +6 -2
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.js +6 -2
- package/lib/locale/zh-Hant.js.map +1 -1
- package/lib/mixins/overlayable/index.js +6 -2
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/services/lang/index.js +6 -2
- package/lib/services/lang/index.js.map +1 -1
- package/lib/util/helpers.js +3 -4
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAlert/VAlert.sass +4 -0
- package/src/components/VAlert/VAlert.ts +3 -8
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +2 -2
- package/src/components/VAlert/_variables.scss +1 -0
- package/src/components/VAppBar/VAppBarNavIcon.ts +1 -1
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +1 -1
- package/src/components/VAutocomplete/VAutocomplete.ts +19 -0
- package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +54 -0
- package/src/components/VBtn/VBtn.ts +2 -0
- package/src/components/VBtn/__tests__/VBtn.spec.ts +20 -0
- package/src/components/VBtn/_variables.scss +1 -1
- package/src/components/VBtnToggle/VBtnToggle.sass +50 -24
- package/src/components/VBtnToggle/VBtnToggle.ts +16 -1
- package/src/components/VBtnToggle/__tests__/VBtnToggle.spec.ts +10 -3
- package/src/components/VBtnToggle/_variables.scss +7 -0
- package/src/components/VCalendar/VCalendarWeekly.sass +3 -0
- package/src/components/VCalendar/_variables.scss +1 -1
- package/src/components/VCard/VCard.sass +7 -0
- package/src/components/VCard/VCard.ts +2 -0
- package/src/components/VCard/_variables.scss +2 -0
- package/src/components/VCarousel/VCarousel.ts +1 -1
- package/src/components/VCheckbox/VCheckbox.ts +3 -3
- package/src/components/VCheckbox/VSimpleCheckbox.ts +3 -3
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +1 -1
- package/src/components/VChip/VChip.ts +2 -2
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +1 -1
- package/src/components/VChip/_variables.scss +1 -1
- package/src/components/VColorPicker/VColorPicker.sass +2 -0
- package/src/components/VColorPicker/VColorPickerEdit.sass +2 -1
- package/src/components/VColorPicker/VColorPickerEdit.ts +1 -1
- package/src/components/VColorPicker/VColorPickerSwatches.ts +1 -1
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +5 -5
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +5 -5
- package/src/components/VColorPicker/_variables.scss +1 -0
- package/src/components/VCombobox/VCombobox.ts +16 -0
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +41 -0
- package/src/components/VDataIterator/VDataFooter.ts +9 -5
- package/src/components/VDataIterator/VDataIterator.ts +1 -0
- package/src/components/VDataIterator/__tests__/VDataIterator.spec.ts +3 -0
- package/src/components/VDataTable/VDataTable.ts +5 -5
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +71 -0
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +1408 -446
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +35 -35
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +3 -3
- package/src/components/VDataTable/mixins/header.ts +2 -1
- package/src/components/VDatePicker/VDatePicker.ts +40 -16
- package/src/components/VDatePicker/VDatePickerHeader.ts +2 -2
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +20 -0
- package/src/components/VDialog/VDialog.sass +4 -7
- package/src/components/VDialog/VDialog.ts +6 -0
- package/src/components/VDialog/_variables.scss +1 -1
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +1 -1
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +1 -1
- package/src/components/VExpansionPanel/_variables.scss +1 -1
- package/src/components/VFileInput/VFileInput.sass +4 -0
- package/src/components/VFileInput/VFileInput.ts +1 -1
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +16 -16
- package/src/components/VGrid/VCol.ts +6 -0
- package/src/components/VGrid/__tests__/VCol.spec.ts +13 -0
- package/src/components/VIcon/__tests__/VIcon.spec.ts +11 -11
- package/src/components/VImg/VImg.ts +35 -6
- package/src/components/VImg/__tests__/VImg.spec.ts +4 -1
- package/src/components/VImg/__tests__/__snapshots__/VImg.spec.ts.snap +23 -46
- package/src/components/VInput/VInput.sass +3 -0
- package/src/components/VInput/VInput.ts +5 -0
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +3 -1
- package/src/components/VLazy/VLazy.ts +80 -0
- package/src/components/VLazy/__tests__/VLazy.spec.ts +78 -0
- package/src/components/VLazy/__tests__/__snapshots__/VLazy.spec.ts.snap +14 -0
- package/src/components/VLazy/index.ts +4 -0
- package/src/components/VList/VList.sass +2 -1
- package/src/components/VList/VListGroup.ts +2 -2
- package/src/components/VList/VListItem.sass +3 -0
- package/src/components/VList/VListItem.ts +4 -0
- package/src/components/VList/__tests__/VListItem.spec.ts +10 -0
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +1 -1
- package/src/components/VList/_variables.scss +1 -1
- package/src/components/VMenu/VMenu.sass +3 -8
- package/src/components/VMenu/VMenu.ts +6 -0
- package/src/components/VMenu/_variables.scss +1 -1
- package/src/components/VOverflowBtn/VOverflowBtn.sass +4 -0
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +2 -2
- package/src/components/VPagination/VPagination.sass +3 -3
- package/src/components/VPagination/VPagination.ts +2 -2
- package/src/components/VPagination/_variables.scss +1 -0
- package/src/components/VPicker/_variables.scss +1 -1
- package/src/components/VProgressLinear/VProgressLinear.sass +1 -1
- package/src/components/VProgressLinear/_variables.scss +1 -0
- package/src/components/VRadioGroup/VRadio.ts +2 -2
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +3 -3
- package/src/components/VRating/VRating.ts +3 -3
- package/src/components/VSelect/VSelect.sass +17 -0
- package/src/components/VSelect/VSelect.ts +1 -2
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +7 -7
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +5 -5
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +1 -1
- package/src/components/VSheet/VSheet.sass +0 -11
- package/src/components/VSkeletonLoader/VSkeletonLoader.sass +364 -0
- package/src/components/VSkeletonLoader/VSkeletonLoader.ts +179 -0
- package/src/components/VSkeletonLoader/__tests__/VSkeletonLoader.spec.ts +84 -0
- package/src/components/VSkeletonLoader/__tests__/__snapshots__/VSkeletonLoader.spec.ts.snap +994 -0
- package/src/components/VSkeletonLoader/_variables.scss +9 -0
- package/src/components/VSkeletonLoader/index.ts +4 -0
- package/src/components/VSlideGroup/VSlideGroup.ts +2 -2
- package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +4 -4
- package/src/components/VSnackbar/VSnackbar.sass +1 -1
- package/src/components/VSnackbar/_variables.scss +1 -0
- package/src/components/VStepper/VStepper.sass +2 -1
- package/src/components/VStepper/VStepperStep.ts +3 -3
- package/src/components/VStepper/_variables.scss +1 -0
- package/src/components/VTabs/VTabs.ts +2 -2
- package/src/components/VTextField/VTextField.sass +55 -13
- package/src/components/VTextField/VTextField.ts +1 -1
- package/src/components/VTextField/_mixins.sass +18 -0
- package/src/components/VTextField/_variables.scss +1 -0
- package/src/components/VTimePicker/VTimePicker.ts +2 -2
- package/src/components/VTimePicker/VTimePickerTitle.ts +2 -2
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +5 -0
- package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +6 -0
- package/src/components/VTimePicker/__tests__/__snapshots__/VTimePickerTitle.spec.ts.snap +8 -8
- package/src/components/VTooltip/VTooltip.sass +5 -2
- package/src/components/VTooltip/VTooltip.ts +4 -0
- package/src/components/VTooltip/_variables.sass +1 -1
- package/src/components/VTreeview/VTreeviewNode.ts +5 -5
- package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +2 -2
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +1 -1
- package/src/components/VWindow/VWindow.ts +2 -2
- package/src/components/index.ts +2 -0
- package/src/directives/index.ts +2 -0
- package/src/directives/intersect/__tests__/intersect.spec.ts +47 -0
- package/src/directives/intersect/index.ts +57 -0
- package/src/directives/mutate/__tests__/mutate.spec.ts +130 -0
- package/src/directives/mutate/index.ts +63 -0
- package/src/globals.d.ts +7 -0
- package/src/locale/af.ts +5 -1
- package/src/locale/ar.ts +5 -1
- package/src/locale/ca.ts +5 -1
- package/src/locale/cs.ts +44 -0
- package/src/locale/de.ts +5 -1
- package/src/locale/el.ts +5 -1
- package/src/locale/en.ts +5 -1
- package/src/locale/es.ts +5 -1
- package/src/locale/et.ts +13 -9
- package/src/locale/fa.ts +5 -1
- package/src/locale/fr.ts +5 -1
- package/src/locale/he.ts +5 -1
- package/src/locale/hr.ts +20 -16
- package/src/locale/hu.ts +5 -1
- package/src/locale/id.ts +5 -1
- package/src/locale/index.ts +3 -0
- package/src/locale/it.ts +5 -1
- package/src/locale/ja.ts +5 -1
- package/src/locale/ko.ts +5 -1
- package/src/locale/lt.ts +44 -0
- package/src/locale/lv.ts +5 -1
- package/src/locale/nl.ts +5 -1
- package/src/locale/no.ts +5 -1
- package/src/locale/pl.ts +5 -1
- package/src/locale/pt.ts +5 -1
- package/src/locale/ro.ts +5 -1
- package/src/locale/ru.ts +5 -1
- package/src/locale/sl.ts +13 -9
- package/src/locale/sr-Cyrl.ts +5 -1
- package/src/locale/sv.ts +44 -0
- package/src/locale/th.ts +5 -1
- package/src/locale/tr.ts +5 -1
- package/src/locale/uk.ts +5 -1
- package/src/locale/zh-Hans.ts +5 -1
- package/src/locale/zh-Hant.ts +5 -1
- package/src/mixins/overlayable/index.ts +4 -0
- package/src/services/lang/__tests__/lang.spec.ts +8 -0
- package/src/services/lang/index.ts +6 -2
- package/src/styles/settings/_dark.scss +1 -0
- package/src/styles/settings/_light.scss +1 -0
- package/src/styles/settings/_variables.scss +4 -3
- package/src/util/helpers.ts +3 -5
- package/src/components/VBtnToggle/_variables.sass +0 -6
- package/src/components/VSheet/_variables.scss +0 -1
|
@@ -327,6 +327,10 @@
|
|
|
327
327
|
"type": "string",
|
|
328
328
|
"description": ""
|
|
329
329
|
},
|
|
330
|
+
"v-autocomplete/dense": {
|
|
331
|
+
"type": "boolean",
|
|
332
|
+
"description": ""
|
|
333
|
+
},
|
|
330
334
|
"v-autocomplete/height": {
|
|
331
335
|
"type": "number|string",
|
|
332
336
|
"description": ""
|
|
@@ -467,10 +471,6 @@
|
|
|
467
471
|
"type": "boolean",
|
|
468
472
|
"description": ""
|
|
469
473
|
},
|
|
470
|
-
"v-autocomplete/dense": {
|
|
471
|
-
"type": "boolean",
|
|
472
|
-
"description": ""
|
|
473
|
-
},
|
|
474
474
|
"v-autocomplete/eager": {
|
|
475
475
|
"type": "boolean",
|
|
476
476
|
"description": ""
|
|
@@ -827,6 +827,14 @@
|
|
|
827
827
|
"type": "boolean",
|
|
828
828
|
"description": ""
|
|
829
829
|
},
|
|
830
|
+
"v-bottom-sheet/overlay-color": {
|
|
831
|
+
"type": "string",
|
|
832
|
+
"description": ""
|
|
833
|
+
},
|
|
834
|
+
"v-bottom-sheet/overlay-opacity": {
|
|
835
|
+
"type": "number|string",
|
|
836
|
+
"description": ""
|
|
837
|
+
},
|
|
830
838
|
"v-bottom-sheet/return-value": {
|
|
831
839
|
"type": "any",
|
|
832
840
|
"description": ""
|
|
@@ -1115,6 +1123,10 @@
|
|
|
1115
1123
|
"type": "boolean",
|
|
1116
1124
|
"description": ""
|
|
1117
1125
|
},
|
|
1126
|
+
"v-btn/retain-focus-on-click": {
|
|
1127
|
+
"type": "boolean",
|
|
1128
|
+
"description": ""
|
|
1129
|
+
},
|
|
1118
1130
|
"v-btn/rounded": {
|
|
1119
1131
|
"type": "boolean",
|
|
1120
1132
|
"description": ""
|
|
@@ -1163,10 +1175,34 @@
|
|
|
1163
1175
|
"type": "string",
|
|
1164
1176
|
"description": ""
|
|
1165
1177
|
},
|
|
1178
|
+
"v-btn-toggle/background-color": {
|
|
1179
|
+
"type": "string",
|
|
1180
|
+
"description": ""
|
|
1181
|
+
},
|
|
1182
|
+
"v-btn-toggle/borderless": {
|
|
1183
|
+
"type": "boolean",
|
|
1184
|
+
"description": ""
|
|
1185
|
+
},
|
|
1186
|
+
"v-btn-toggle/dense": {
|
|
1187
|
+
"type": "boolean",
|
|
1188
|
+
"description": ""
|
|
1189
|
+
},
|
|
1190
|
+
"v-btn-toggle/group": {
|
|
1191
|
+
"type": "boolean",
|
|
1192
|
+
"description": ""
|
|
1193
|
+
},
|
|
1166
1194
|
"v-btn-toggle/rounded": {
|
|
1167
1195
|
"type": "boolean",
|
|
1168
1196
|
"description": ""
|
|
1169
1197
|
},
|
|
1198
|
+
"v-btn-toggle/shaped": {
|
|
1199
|
+
"type": "boolean",
|
|
1200
|
+
"description": ""
|
|
1201
|
+
},
|
|
1202
|
+
"v-btn-toggle/tile": {
|
|
1203
|
+
"type": "boolean",
|
|
1204
|
+
"description": ""
|
|
1205
|
+
},
|
|
1170
1206
|
"v-calendar/color": {
|
|
1171
1207
|
"type": "string",
|
|
1172
1208
|
"description": ""
|
|
@@ -1659,6 +1695,10 @@
|
|
|
1659
1695
|
"type": "boolean",
|
|
1660
1696
|
"description": ""
|
|
1661
1697
|
},
|
|
1698
|
+
"v-card/shaped": {
|
|
1699
|
+
"type": "boolean",
|
|
1700
|
+
"description": ""
|
|
1701
|
+
},
|
|
1662
1702
|
"v-carousel/value": {
|
|
1663
1703
|
"type": "any",
|
|
1664
1704
|
"description": ""
|
|
@@ -1891,6 +1931,10 @@
|
|
|
1891
1931
|
"type": "string",
|
|
1892
1932
|
"description": ""
|
|
1893
1933
|
},
|
|
1934
|
+
"v-checkbox/dense": {
|
|
1935
|
+
"type": "boolean",
|
|
1936
|
+
"description": ""
|
|
1937
|
+
},
|
|
1894
1938
|
"v-checkbox/height": {
|
|
1895
1939
|
"type": "number|string",
|
|
1896
1940
|
"description": ""
|
|
@@ -2359,6 +2403,10 @@
|
|
|
2359
2403
|
"type": "string",
|
|
2360
2404
|
"description": ""
|
|
2361
2405
|
},
|
|
2406
|
+
"v-combobox/dense": {
|
|
2407
|
+
"type": "boolean",
|
|
2408
|
+
"description": ""
|
|
2409
|
+
},
|
|
2362
2410
|
"v-combobox/height": {
|
|
2363
2411
|
"type": "number|string",
|
|
2364
2412
|
"description": ""
|
|
@@ -2499,10 +2547,6 @@
|
|
|
2499
2547
|
"type": "boolean",
|
|
2500
2548
|
"description": ""
|
|
2501
2549
|
},
|
|
2502
|
-
"v-combobox/dense": {
|
|
2503
|
-
"type": "boolean",
|
|
2504
|
-
"description": ""
|
|
2505
|
-
},
|
|
2506
2550
|
"v-combobox/eager": {
|
|
2507
2551
|
"type": "boolean",
|
|
2508
2552
|
"description": ""
|
|
@@ -2847,6 +2891,10 @@
|
|
|
2847
2891
|
"type": "boolean",
|
|
2848
2892
|
"description": ""
|
|
2849
2893
|
},
|
|
2894
|
+
"v-data-footer/page-text": {
|
|
2895
|
+
"type": "string",
|
|
2896
|
+
"description": ""
|
|
2897
|
+
},
|
|
2850
2898
|
"v-data-table/dark": {
|
|
2851
2899
|
"type": "boolean",
|
|
2852
2900
|
"description": ""
|
|
@@ -3215,6 +3263,10 @@
|
|
|
3215
3263
|
"type": "string",
|
|
3216
3264
|
"description": ""
|
|
3217
3265
|
},
|
|
3266
|
+
"v-date-picker/range": {
|
|
3267
|
+
"type": "boolean",
|
|
3268
|
+
"description": ""
|
|
3269
|
+
},
|
|
3218
3270
|
"v-date-picker/reactive": {
|
|
3219
3271
|
"type": "boolean",
|
|
3220
3272
|
"description": ""
|
|
@@ -3555,6 +3607,14 @@
|
|
|
3555
3607
|
"type": "boolean",
|
|
3556
3608
|
"description": ""
|
|
3557
3609
|
},
|
|
3610
|
+
"v-dialog/overlay-color": {
|
|
3611
|
+
"type": "string",
|
|
3612
|
+
"description": ""
|
|
3613
|
+
},
|
|
3614
|
+
"v-dialog/overlay-opacity": {
|
|
3615
|
+
"type": "number|string",
|
|
3616
|
+
"description": ""
|
|
3617
|
+
},
|
|
3558
3618
|
"v-dialog/return-value": {
|
|
3559
3619
|
"type": "any",
|
|
3560
3620
|
"description": ""
|
|
@@ -3767,6 +3827,10 @@
|
|
|
3767
3827
|
"type": "string",
|
|
3768
3828
|
"description": ""
|
|
3769
3829
|
},
|
|
3830
|
+
"v-file-input/dense": {
|
|
3831
|
+
"type": "boolean",
|
|
3832
|
+
"description": ""
|
|
3833
|
+
},
|
|
3770
3834
|
"v-file-input/height": {
|
|
3771
3835
|
"type": "number|string",
|
|
3772
3836
|
"description": ""
|
|
@@ -4063,6 +4127,10 @@
|
|
|
4063
4127
|
"type": "string",
|
|
4064
4128
|
"description": ""
|
|
4065
4129
|
},
|
|
4130
|
+
"v-col/justify-self": {
|
|
4131
|
+
"type": "string",
|
|
4132
|
+
"description": ""
|
|
4133
|
+
},
|
|
4066
4134
|
"v-col/tag": {
|
|
4067
4135
|
"type": "string",
|
|
4068
4136
|
"description": ""
|
|
@@ -4375,6 +4443,10 @@
|
|
|
4375
4443
|
"type": "boolean",
|
|
4376
4444
|
"description": ""
|
|
4377
4445
|
},
|
|
4446
|
+
"v-img/eager": {
|
|
4447
|
+
"type": "boolean",
|
|
4448
|
+
"description": ""
|
|
4449
|
+
},
|
|
4378
4450
|
"v-img/gradient": {
|
|
4379
4451
|
"type": "string",
|
|
4380
4452
|
"description": ""
|
|
@@ -4383,6 +4455,10 @@
|
|
|
4383
4455
|
"type": "string",
|
|
4384
4456
|
"description": ""
|
|
4385
4457
|
},
|
|
4458
|
+
"v-img/options": {
|
|
4459
|
+
"type": "object",
|
|
4460
|
+
"description": ""
|
|
4461
|
+
},
|
|
4386
4462
|
"v-img/position": {
|
|
4387
4463
|
"type": "string",
|
|
4388
4464
|
"description": ""
|
|
@@ -4467,6 +4543,10 @@
|
|
|
4467
4543
|
"type": "string",
|
|
4468
4544
|
"description": ""
|
|
4469
4545
|
},
|
|
4546
|
+
"v-input/dense": {
|
|
4547
|
+
"type": "boolean",
|
|
4548
|
+
"description": ""
|
|
4549
|
+
},
|
|
4470
4550
|
"v-input/height": {
|
|
4471
4551
|
"type": "number|string",
|
|
4472
4552
|
"description": ""
|
|
@@ -4579,6 +4659,22 @@
|
|
|
4579
4659
|
"type": "boolean",
|
|
4580
4660
|
"description": ""
|
|
4581
4661
|
},
|
|
4662
|
+
"v-lazy/value": {
|
|
4663
|
+
"type": "any",
|
|
4664
|
+
"description": ""
|
|
4665
|
+
},
|
|
4666
|
+
"v-lazy/min-height": {
|
|
4667
|
+
"type": "number|string",
|
|
4668
|
+
"description": ""
|
|
4669
|
+
},
|
|
4670
|
+
"v-lazy/options": {
|
|
4671
|
+
"type": "object",
|
|
4672
|
+
"description": ""
|
|
4673
|
+
},
|
|
4674
|
+
"v-lazy/transition": {
|
|
4675
|
+
"type": "string",
|
|
4676
|
+
"description": ""
|
|
4677
|
+
},
|
|
4582
4678
|
"v-list/color": {
|
|
4583
4679
|
"type": "string",
|
|
4584
4680
|
"description": ""
|
|
@@ -4787,6 +4883,10 @@
|
|
|
4787
4883
|
"type": "boolean",
|
|
4788
4884
|
"description": ""
|
|
4789
4885
|
},
|
|
4886
|
+
"v-list-item/selectable": {
|
|
4887
|
+
"type": "boolean",
|
|
4888
|
+
"description": ""
|
|
4889
|
+
},
|
|
4790
4890
|
"v-list-item/three-line": {
|
|
4791
4891
|
"type": "boolean",
|
|
4792
4892
|
"description": ""
|
|
@@ -5079,6 +5179,14 @@
|
|
|
5079
5179
|
"type": "boolean",
|
|
5080
5180
|
"description": ""
|
|
5081
5181
|
},
|
|
5182
|
+
"v-navigation-drawer/overlay-color": {
|
|
5183
|
+
"type": "string",
|
|
5184
|
+
"description": ""
|
|
5185
|
+
},
|
|
5186
|
+
"v-navigation-drawer/overlay-opacity": {
|
|
5187
|
+
"type": "number|string",
|
|
5188
|
+
"description": ""
|
|
5189
|
+
},
|
|
5082
5190
|
"v-navigation-drawer/dark": {
|
|
5083
5191
|
"type": "boolean",
|
|
5084
5192
|
"description": ""
|
|
@@ -5227,6 +5335,10 @@
|
|
|
5227
5335
|
"type": "string",
|
|
5228
5336
|
"description": ""
|
|
5229
5337
|
},
|
|
5338
|
+
"v-overflow-btn/dense": {
|
|
5339
|
+
"type": "boolean",
|
|
5340
|
+
"description": ""
|
|
5341
|
+
},
|
|
5230
5342
|
"v-overflow-btn/height": {
|
|
5231
5343
|
"type": "number|string",
|
|
5232
5344
|
"description": ""
|
|
@@ -5367,10 +5479,6 @@
|
|
|
5367
5479
|
"type": "boolean",
|
|
5368
5480
|
"description": ""
|
|
5369
5481
|
},
|
|
5370
|
-
"v-overflow-btn/dense": {
|
|
5371
|
-
"type": "boolean",
|
|
5372
|
-
"description": ""
|
|
5373
|
-
},
|
|
5374
5482
|
"v-overflow-btn/eager": {
|
|
5375
5483
|
"type": "boolean",
|
|
5376
5484
|
"description": ""
|
|
@@ -5795,6 +5903,10 @@
|
|
|
5795
5903
|
"type": "string",
|
|
5796
5904
|
"description": ""
|
|
5797
5905
|
},
|
|
5906
|
+
"v-radio-group/dense": {
|
|
5907
|
+
"type": "boolean",
|
|
5908
|
+
"description": ""
|
|
5909
|
+
},
|
|
5798
5910
|
"v-radio-group/height": {
|
|
5799
5911
|
"type": "number|string",
|
|
5800
5912
|
"description": ""
|
|
@@ -5955,6 +6067,10 @@
|
|
|
5955
6067
|
"type": "string",
|
|
5956
6068
|
"description": ""
|
|
5957
6069
|
},
|
|
6070
|
+
"v-range-slider/dense": {
|
|
6071
|
+
"type": "boolean",
|
|
6072
|
+
"description": ""
|
|
6073
|
+
},
|
|
5958
6074
|
"v-range-slider/height": {
|
|
5959
6075
|
"type": "number|string",
|
|
5960
6076
|
"description": ""
|
|
@@ -6223,6 +6339,10 @@
|
|
|
6223
6339
|
"type": "string",
|
|
6224
6340
|
"description": ""
|
|
6225
6341
|
},
|
|
6342
|
+
"v-select/dense": {
|
|
6343
|
+
"type": "boolean",
|
|
6344
|
+
"description": ""
|
|
6345
|
+
},
|
|
6226
6346
|
"v-select/height": {
|
|
6227
6347
|
"type": "number|string",
|
|
6228
6348
|
"description": ""
|
|
@@ -6363,10 +6483,6 @@
|
|
|
6363
6483
|
"type": "boolean",
|
|
6364
6484
|
"description": ""
|
|
6365
6485
|
},
|
|
6366
|
-
"v-select/dense": {
|
|
6367
|
-
"type": "boolean",
|
|
6368
|
-
"description": ""
|
|
6369
|
-
},
|
|
6370
6486
|
"v-select/eager": {
|
|
6371
6487
|
"type": "boolean",
|
|
6372
6488
|
"description": ""
|
|
@@ -6419,6 +6535,66 @@
|
|
|
6419
6535
|
"type": "",
|
|
6420
6536
|
"description": ""
|
|
6421
6537
|
},
|
|
6538
|
+
"v-skeleton-loader/elevation": {
|
|
6539
|
+
"type": "number|string",
|
|
6540
|
+
"description": ""
|
|
6541
|
+
},
|
|
6542
|
+
"v-skeleton-loader/height": {
|
|
6543
|
+
"type": "number|string",
|
|
6544
|
+
"description": ""
|
|
6545
|
+
},
|
|
6546
|
+
"v-skeleton-loader/max-height": {
|
|
6547
|
+
"type": "number|string",
|
|
6548
|
+
"description": ""
|
|
6549
|
+
},
|
|
6550
|
+
"v-skeleton-loader/max-width": {
|
|
6551
|
+
"type": "number|string",
|
|
6552
|
+
"description": ""
|
|
6553
|
+
},
|
|
6554
|
+
"v-skeleton-loader/min-height": {
|
|
6555
|
+
"type": "number|string",
|
|
6556
|
+
"description": ""
|
|
6557
|
+
},
|
|
6558
|
+
"v-skeleton-loader/min-width": {
|
|
6559
|
+
"type": "number|string",
|
|
6560
|
+
"description": ""
|
|
6561
|
+
},
|
|
6562
|
+
"v-skeleton-loader/width": {
|
|
6563
|
+
"type": "number|string",
|
|
6564
|
+
"description": ""
|
|
6565
|
+
},
|
|
6566
|
+
"v-skeleton-loader/dark": {
|
|
6567
|
+
"type": "boolean",
|
|
6568
|
+
"description": ""
|
|
6569
|
+
},
|
|
6570
|
+
"v-skeleton-loader/light": {
|
|
6571
|
+
"type": "boolean",
|
|
6572
|
+
"description": ""
|
|
6573
|
+
},
|
|
6574
|
+
"v-skeleton-loader/boilerplate": {
|
|
6575
|
+
"type": "boolean",
|
|
6576
|
+
"description": ""
|
|
6577
|
+
},
|
|
6578
|
+
"v-skeleton-loader/loading": {
|
|
6579
|
+
"type": "boolean",
|
|
6580
|
+
"description": ""
|
|
6581
|
+
},
|
|
6582
|
+
"v-skeleton-loader/tile": {
|
|
6583
|
+
"type": "boolean",
|
|
6584
|
+
"description": ""
|
|
6585
|
+
},
|
|
6586
|
+
"v-skeleton-loader/transition": {
|
|
6587
|
+
"type": "string",
|
|
6588
|
+
"description": ""
|
|
6589
|
+
},
|
|
6590
|
+
"v-skeleton-loader/type": {
|
|
6591
|
+
"type": "string",
|
|
6592
|
+
"description": ""
|
|
6593
|
+
},
|
|
6594
|
+
"v-skeleton-loader/types": {
|
|
6595
|
+
"type": "object",
|
|
6596
|
+
"description": ""
|
|
6597
|
+
},
|
|
6422
6598
|
"v-slider/color": {
|
|
6423
6599
|
"type": "string",
|
|
6424
6600
|
"description": ""
|
|
@@ -6483,6 +6659,10 @@
|
|
|
6483
6659
|
"type": "string",
|
|
6484
6660
|
"description": ""
|
|
6485
6661
|
},
|
|
6662
|
+
"v-slider/dense": {
|
|
6663
|
+
"type": "boolean",
|
|
6664
|
+
"description": ""
|
|
6665
|
+
},
|
|
6486
6666
|
"v-slider/height": {
|
|
6487
6667
|
"type": "number|string",
|
|
6488
6668
|
"description": ""
|
|
@@ -6927,6 +7107,10 @@
|
|
|
6927
7107
|
"type": "string",
|
|
6928
7108
|
"description": ""
|
|
6929
7109
|
},
|
|
7110
|
+
"v-switch/dense": {
|
|
7111
|
+
"type": "boolean",
|
|
7112
|
+
"description": ""
|
|
7113
|
+
},
|
|
6930
7114
|
"v-switch/height": {
|
|
6931
7115
|
"type": "number|string",
|
|
6932
7116
|
"description": ""
|
|
@@ -7339,6 +7523,10 @@
|
|
|
7339
7523
|
"type": "string",
|
|
7340
7524
|
"description": ""
|
|
7341
7525
|
},
|
|
7526
|
+
"v-textarea/dense": {
|
|
7527
|
+
"type": "boolean",
|
|
7528
|
+
"description": ""
|
|
7529
|
+
},
|
|
7342
7530
|
"v-textarea/height": {
|
|
7343
7531
|
"type": "number|string",
|
|
7344
7532
|
"description": ""
|
|
@@ -7535,6 +7723,10 @@
|
|
|
7535
7723
|
"type": "string",
|
|
7536
7724
|
"description": ""
|
|
7537
7725
|
},
|
|
7726
|
+
"v-text-field/dense": {
|
|
7727
|
+
"type": "boolean",
|
|
7728
|
+
"description": ""
|
|
7729
|
+
},
|
|
7538
7730
|
"v-text-field/height": {
|
|
7539
7731
|
"type": "number|string",
|
|
7540
7732
|
"description": ""
|
package/dist/json/tags.json
CHANGED
|
@@ -258,6 +258,8 @@
|
|
|
258
258
|
"open-delay",
|
|
259
259
|
"open-on-hover",
|
|
260
260
|
"origin",
|
|
261
|
+
"overlay-color",
|
|
262
|
+
"overlay-opacity",
|
|
261
263
|
"persistent",
|
|
262
264
|
"retain-focus",
|
|
263
265
|
"return-value",
|
|
@@ -332,6 +334,7 @@
|
|
|
332
334
|
"nuxt",
|
|
333
335
|
"outlined",
|
|
334
336
|
"replace",
|
|
337
|
+
"retain-focus-on-click",
|
|
335
338
|
"right",
|
|
336
339
|
"ripple",
|
|
337
340
|
"rounded",
|
|
@@ -353,13 +356,19 @@
|
|
|
353
356
|
"v-btn-toggle": {
|
|
354
357
|
"attributes": [
|
|
355
358
|
"active-class",
|
|
359
|
+
"background-color",
|
|
360
|
+
"borderless",
|
|
356
361
|
"color",
|
|
357
362
|
"dark",
|
|
363
|
+
"dense",
|
|
364
|
+
"group",
|
|
358
365
|
"light",
|
|
359
366
|
"mandatory",
|
|
360
367
|
"max",
|
|
361
368
|
"multiple",
|
|
362
369
|
"rounded",
|
|
370
|
+
"shaped",
|
|
371
|
+
"tile",
|
|
363
372
|
"value"
|
|
364
373
|
],
|
|
365
374
|
"description": ""
|
|
@@ -504,6 +513,7 @@
|
|
|
504
513
|
"raised",
|
|
505
514
|
"replace",
|
|
506
515
|
"ripple",
|
|
516
|
+
"shaped",
|
|
507
517
|
"tag",
|
|
508
518
|
"target",
|
|
509
519
|
"tile",
|
|
@@ -582,6 +592,7 @@
|
|
|
582
592
|
"background-color",
|
|
583
593
|
"color",
|
|
584
594
|
"dark",
|
|
595
|
+
"dense",
|
|
585
596
|
"disabled",
|
|
586
597
|
"error",
|
|
587
598
|
"error-count",
|
|
@@ -889,6 +900,7 @@
|
|
|
889
900
|
"last-icon",
|
|
890
901
|
"next-icon",
|
|
891
902
|
"options",
|
|
903
|
+
"page-text",
|
|
892
904
|
"pagination",
|
|
893
905
|
"prev-icon",
|
|
894
906
|
"show-current-page",
|
|
@@ -1018,6 +1030,7 @@
|
|
|
1018
1030
|
"no-title",
|
|
1019
1031
|
"picker-date",
|
|
1020
1032
|
"prev-icon",
|
|
1033
|
+
"range",
|
|
1021
1034
|
"reactive",
|
|
1022
1035
|
"readonly",
|
|
1023
1036
|
"scrollable",
|
|
@@ -1139,6 +1152,8 @@
|
|
|
1139
1152
|
"open-delay",
|
|
1140
1153
|
"open-on-hover",
|
|
1141
1154
|
"origin",
|
|
1155
|
+
"overlay-color",
|
|
1156
|
+
"overlay-opacity",
|
|
1142
1157
|
"persistent",
|
|
1143
1158
|
"retain-focus",
|
|
1144
1159
|
"return-value",
|
|
@@ -1213,6 +1228,7 @@
|
|
|
1213
1228
|
"counter-size-string",
|
|
1214
1229
|
"counter-string",
|
|
1215
1230
|
"dark",
|
|
1231
|
+
"dense",
|
|
1216
1232
|
"disabled",
|
|
1217
1233
|
"error",
|
|
1218
1234
|
"error-count",
|
|
@@ -1297,6 +1313,7 @@
|
|
|
1297
1313
|
"attributes": [
|
|
1298
1314
|
"align-self",
|
|
1299
1315
|
"cols",
|
|
1316
|
+
"justify-self",
|
|
1300
1317
|
"lg",
|
|
1301
1318
|
"md",
|
|
1302
1319
|
"offset",
|
|
@@ -1417,6 +1434,7 @@
|
|
|
1417
1434
|
"alt",
|
|
1418
1435
|
"aspect-ratio",
|
|
1419
1436
|
"contain",
|
|
1437
|
+
"eager",
|
|
1420
1438
|
"gradient",
|
|
1421
1439
|
"height",
|
|
1422
1440
|
"lazy-src",
|
|
@@ -1424,6 +1442,7 @@
|
|
|
1424
1442
|
"max-width",
|
|
1425
1443
|
"min-height",
|
|
1426
1444
|
"min-width",
|
|
1445
|
+
"options",
|
|
1427
1446
|
"position",
|
|
1428
1447
|
"sizes",
|
|
1429
1448
|
"src",
|
|
@@ -1439,6 +1458,7 @@
|
|
|
1439
1458
|
"background-color",
|
|
1440
1459
|
"color",
|
|
1441
1460
|
"dark",
|
|
1461
|
+
"dense",
|
|
1442
1462
|
"disabled",
|
|
1443
1463
|
"error",
|
|
1444
1464
|
"error-count",
|
|
@@ -1497,6 +1517,15 @@
|
|
|
1497
1517
|
],
|
|
1498
1518
|
"description": ""
|
|
1499
1519
|
},
|
|
1520
|
+
"v-lazy": {
|
|
1521
|
+
"attributes": [
|
|
1522
|
+
"min-height",
|
|
1523
|
+
"options",
|
|
1524
|
+
"transition",
|
|
1525
|
+
"value"
|
|
1526
|
+
],
|
|
1527
|
+
"description": ""
|
|
1528
|
+
},
|
|
1500
1529
|
"v-list-item-action-text": {
|
|
1501
1530
|
"attributes": [],
|
|
1502
1531
|
"description": ""
|
|
@@ -1574,6 +1603,7 @@
|
|
|
1574
1603
|
"nuxt",
|
|
1575
1604
|
"replace",
|
|
1576
1605
|
"ripple",
|
|
1606
|
+
"selectable",
|
|
1577
1607
|
"tag",
|
|
1578
1608
|
"target",
|
|
1579
1609
|
"three-line",
|
|
@@ -1695,6 +1725,8 @@
|
|
|
1695
1725
|
"mini-variant",
|
|
1696
1726
|
"mini-variant-width",
|
|
1697
1727
|
"mobile-break-point",
|
|
1728
|
+
"overlay-color",
|
|
1729
|
+
"overlay-opacity",
|
|
1698
1730
|
"permanent",
|
|
1699
1731
|
"right",
|
|
1700
1732
|
"src",
|
|
@@ -1892,6 +1924,7 @@
|
|
|
1892
1924
|
"color",
|
|
1893
1925
|
"column",
|
|
1894
1926
|
"dark",
|
|
1927
|
+
"dense",
|
|
1895
1928
|
"disabled",
|
|
1896
1929
|
"error",
|
|
1897
1930
|
"error-count",
|
|
@@ -1945,6 +1978,7 @@
|
|
|
1945
1978
|
"background-color",
|
|
1946
1979
|
"color",
|
|
1947
1980
|
"dark",
|
|
1981
|
+
"dense",
|
|
1948
1982
|
"disabled",
|
|
1949
1983
|
"error",
|
|
1950
1984
|
"error-count",
|
|
@@ -2091,12 +2125,33 @@
|
|
|
2091
2125
|
],
|
|
2092
2126
|
"description": ""
|
|
2093
2127
|
},
|
|
2128
|
+
"v-skeleton-loader": {
|
|
2129
|
+
"attributes": [
|
|
2130
|
+
"boilerplate",
|
|
2131
|
+
"dark",
|
|
2132
|
+
"elevation",
|
|
2133
|
+
"height",
|
|
2134
|
+
"light",
|
|
2135
|
+
"loading",
|
|
2136
|
+
"max-height",
|
|
2137
|
+
"max-width",
|
|
2138
|
+
"min-height",
|
|
2139
|
+
"min-width",
|
|
2140
|
+
"tile",
|
|
2141
|
+
"transition",
|
|
2142
|
+
"type",
|
|
2143
|
+
"types",
|
|
2144
|
+
"width"
|
|
2145
|
+
],
|
|
2146
|
+
"description": ""
|
|
2147
|
+
},
|
|
2094
2148
|
"v-slider": {
|
|
2095
2149
|
"attributes": [
|
|
2096
2150
|
"append-icon",
|
|
2097
2151
|
"background-color",
|
|
2098
2152
|
"color",
|
|
2099
2153
|
"dark",
|
|
2154
|
+
"dense",
|
|
2100
2155
|
"disabled",
|
|
2101
2156
|
"error",
|
|
2102
2157
|
"error-count",
|
|
@@ -2266,6 +2321,7 @@
|
|
|
2266
2321
|
"background-color",
|
|
2267
2322
|
"color",
|
|
2268
2323
|
"dark",
|
|
2324
|
+
"dense",
|
|
2269
2325
|
"disabled",
|
|
2270
2326
|
"error",
|
|
2271
2327
|
"error-count",
|
|
@@ -2410,6 +2466,7 @@
|
|
|
2410
2466
|
"color",
|
|
2411
2467
|
"counter",
|
|
2412
2468
|
"dark",
|
|
2469
|
+
"dense",
|
|
2413
2470
|
"disabled",
|
|
2414
2471
|
"error",
|
|
2415
2472
|
"error-count",
|
|
@@ -2463,6 +2520,7 @@
|
|
|
2463
2520
|
"color",
|
|
2464
2521
|
"counter",
|
|
2465
2522
|
"dark",
|
|
2523
|
+
"dense",
|
|
2466
2524
|
"disabled",
|
|
2467
2525
|
"error",
|
|
2468
2526
|
"error-count",
|