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
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
// Components
|
|
2
|
+
import VLazy from '../VLazy'
|
|
3
|
+
|
|
4
|
+
// Utilities
|
|
5
|
+
import {
|
|
6
|
+
mount,
|
|
7
|
+
MountOptions,
|
|
8
|
+
Wrapper,
|
|
9
|
+
} from '@vue/test-utils'
|
|
10
|
+
|
|
11
|
+
describe('VLazy.ts', () => {
|
|
12
|
+
type Instance = InstanceType<typeof VLazy>
|
|
13
|
+
let mountFunction: (options?: MountOptions<Instance>) => Wrapper<Instance>
|
|
14
|
+
|
|
15
|
+
beforeEach(() => {
|
|
16
|
+
mountFunction = (options = {}) => {
|
|
17
|
+
return mount(VLazy, {
|
|
18
|
+
...options,
|
|
19
|
+
})
|
|
20
|
+
}
|
|
21
|
+
})
|
|
22
|
+
|
|
23
|
+
it('should conditionally render content', async () => {
|
|
24
|
+
const wrapper = mountFunction({
|
|
25
|
+
slots: {
|
|
26
|
+
default: '<div>foobar</div>',
|
|
27
|
+
},
|
|
28
|
+
})
|
|
29
|
+
|
|
30
|
+
expect(wrapper.html()).toMatchSnapshot()
|
|
31
|
+
|
|
32
|
+
wrapper.setProps({ value: true })
|
|
33
|
+
|
|
34
|
+
await wrapper.vm.$nextTick()
|
|
35
|
+
|
|
36
|
+
expect(wrapper.html()).toMatchSnapshot()
|
|
37
|
+
})
|
|
38
|
+
|
|
39
|
+
it('should set a minimum height', () => {
|
|
40
|
+
const wrapper = mountFunction({
|
|
41
|
+
propsData: {
|
|
42
|
+
minHeight: 200,
|
|
43
|
+
},
|
|
44
|
+
})
|
|
45
|
+
|
|
46
|
+
expect(wrapper.element.style.minHeight).toBe('200px')
|
|
47
|
+
})
|
|
48
|
+
|
|
49
|
+
it('should activate the slot when element is intersected', () => {
|
|
50
|
+
const wrapper = mountFunction()
|
|
51
|
+
|
|
52
|
+
expect(wrapper.vm.isActive).toBeFalsy()
|
|
53
|
+
|
|
54
|
+
wrapper.vm.onObserve([
|
|
55
|
+
{ isIntersecting: false },
|
|
56
|
+
{ isIntersecting: false },
|
|
57
|
+
{ isIntersecting: false },
|
|
58
|
+
] as IntersectionObserverEntry[])
|
|
59
|
+
|
|
60
|
+
expect(wrapper.vm.isActive).toBeFalsy()
|
|
61
|
+
|
|
62
|
+
wrapper.vm.onObserve([
|
|
63
|
+
{ isIntersecting: false },
|
|
64
|
+
{ isIntersecting: false },
|
|
65
|
+
{ isIntersecting: true },
|
|
66
|
+
] as IntersectionObserverEntry[])
|
|
67
|
+
|
|
68
|
+
expect(wrapper.vm.isActive).toBeTruthy()
|
|
69
|
+
|
|
70
|
+
wrapper.vm.onObserve([
|
|
71
|
+
{ isIntersecting: false },
|
|
72
|
+
{ isIntersecting: false },
|
|
73
|
+
{ isIntersecting: false },
|
|
74
|
+
] as IntersectionObserverEntry[])
|
|
75
|
+
|
|
76
|
+
expect(wrapper.vm.isActive).toBeTruthy()
|
|
77
|
+
})
|
|
78
|
+
})
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`VLazy.ts should conditionally render content 1`] = `
|
|
4
|
+
<div class="v-observe">
|
|
5
|
+
</div>
|
|
6
|
+
`;
|
|
7
|
+
|
|
8
|
+
exports[`VLazy.ts should conditionally render content 2`] = `
|
|
9
|
+
<div class="v-observe">
|
|
10
|
+
<div>
|
|
11
|
+
foobar
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
`;
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
// Block
|
|
29
29
|
.v-list
|
|
30
|
+
border-radius: $list-border-radius
|
|
30
31
|
display: block
|
|
31
32
|
padding: 8px 0
|
|
32
33
|
position: static
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
|
|
66
67
|
.v-list-item,
|
|
67
68
|
.v-list-item:before
|
|
68
|
-
border-radius:
|
|
69
|
+
border-radius: $list-border-radius
|
|
69
70
|
|
|
70
71
|
.v-list--shaped
|
|
71
72
|
+list-shaped($list-item-min-height)
|
|
@@ -57,7 +57,7 @@ export default baseMixins.extend<options>().extend({
|
|
|
57
57
|
},
|
|
58
58
|
appendIcon: {
|
|
59
59
|
type: String,
|
|
60
|
-
default: '$
|
|
60
|
+
default: '$expand',
|
|
61
61
|
},
|
|
62
62
|
color: {
|
|
63
63
|
type: String,
|
|
@@ -175,7 +175,7 @@ export default baseMixins.extend<options>().extend({
|
|
|
175
175
|
const icon = this.prependIcon
|
|
176
176
|
? this.prependIcon
|
|
177
177
|
: this.subGroup
|
|
178
|
-
? '$
|
|
178
|
+
? '$subgroup'
|
|
179
179
|
: false
|
|
180
180
|
|
|
181
181
|
if (!icon && !this.$slots.prependIcon) return null
|
|
@@ -74,6 +74,9 @@ export default baseMixins.extend<options>().extend({
|
|
|
74
74
|
dense: Boolean,
|
|
75
75
|
inactive: Boolean,
|
|
76
76
|
link: Boolean,
|
|
77
|
+
selectable: {
|
|
78
|
+
type: Boolean,
|
|
79
|
+
},
|
|
77
80
|
tag: {
|
|
78
81
|
type: String,
|
|
79
82
|
default: 'div',
|
|
@@ -95,6 +98,7 @@ export default baseMixins.extend<options>().extend({
|
|
|
95
98
|
'v-list-item--dense': this.dense,
|
|
96
99
|
'v-list-item--disabled': this.disabled,
|
|
97
100
|
'v-list-item--link': this.isClickable && !this.inactive,
|
|
101
|
+
'v-list-item--selectable': this.selectable,
|
|
98
102
|
'v-list-item--three-line': this.threeLine,
|
|
99
103
|
'v-list-item--two-line': this.twoLine,
|
|
100
104
|
...this.themeClasses,
|
|
@@ -101,6 +101,16 @@ describe('VListItem.ts', () => {
|
|
|
101
101
|
expect(wrapper.classes('v-list-item--link')).toBe(true)
|
|
102
102
|
})
|
|
103
103
|
|
|
104
|
+
it('should have --selectable class if the selectable property is true', () => {
|
|
105
|
+
const wrapper = mountFunction({
|
|
106
|
+
propsData: {
|
|
107
|
+
selectable: true,
|
|
108
|
+
},
|
|
109
|
+
})
|
|
110
|
+
|
|
111
|
+
expect(wrapper.classes('v-list-item--selectable')).toBe(true)
|
|
112
|
+
})
|
|
113
|
+
|
|
104
114
|
it('should react to keydown.enter', () => {
|
|
105
115
|
const click = jest.fn()
|
|
106
116
|
const wrapper = mountFunction({
|
|
@@ -2,15 +2,10 @@
|
|
|
2
2
|
@import './_variables.scss'
|
|
3
3
|
|
|
4
4
|
.v-menu
|
|
5
|
-
display:
|
|
5
|
+
display: none
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
cursor: pointer
|
|
10
|
-
display: flex
|
|
11
|
-
|
|
12
|
-
*
|
|
13
|
-
cursor: pointer
|
|
7
|
+
&--attached
|
|
8
|
+
display: inline
|
|
14
9
|
|
|
15
10
|
&__content
|
|
16
11
|
position: absolute
|
|
@@ -438,6 +438,12 @@ export default baseMixins.extend({
|
|
|
438
438
|
render (h): VNode {
|
|
439
439
|
const data = {
|
|
440
440
|
staticClass: 'v-menu',
|
|
441
|
+
class: {
|
|
442
|
+
'v-menu--attached':
|
|
443
|
+
this.attach === '' ||
|
|
444
|
+
this.attach === true ||
|
|
445
|
+
this.attach === 'attach',
|
|
446
|
+
},
|
|
441
447
|
directives: [{
|
|
442
448
|
arg: '500',
|
|
443
449
|
name: 'resize',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
$menu-content-border-radius:
|
|
1
|
+
$menu-content-border-radius: $border-radius-root !default;
|
|
@@ -24,7 +24,7 @@ exports[`VOverflowBtn.js should use default autocomplete selections 1`] = `
|
|
|
24
24
|
<i aria-hidden="true"
|
|
25
25
|
class="v-icon notranslate material-icons theme--light"
|
|
26
26
|
>
|
|
27
|
-
$
|
|
27
|
+
$dropdown
|
|
28
28
|
</i>
|
|
29
29
|
</div>
|
|
30
30
|
</div>
|
|
@@ -73,7 +73,7 @@ exports[`VOverflowBtn.js should use default autocomplete selections 2`] = `
|
|
|
73
73
|
<i aria-hidden="true"
|
|
74
74
|
class="v-icon notranslate material-icons theme--light"
|
|
75
75
|
>
|
|
76
|
-
$
|
|
76
|
+
$dropdown
|
|
77
77
|
</i>
|
|
78
78
|
</div>
|
|
79
79
|
</div>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import '../../styles/styles.sass'
|
|
2
|
+
@import './_variables.scss'
|
|
2
3
|
|
|
3
4
|
// Theme
|
|
4
5
|
+theme(v-pagination) using ($material)
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
|
|
44
45
|
&__item
|
|
45
46
|
+elevation(2)
|
|
46
|
-
border-radius:
|
|
47
|
+
border-radius: $pagination-border-radius
|
|
47
48
|
font-size: 14px
|
|
48
49
|
background: transparent
|
|
49
50
|
height: 34px
|
|
@@ -57,13 +58,12 @@
|
|
|
57
58
|
|
|
58
59
|
&__navigation
|
|
59
60
|
+elevation(2)
|
|
61
|
+
border-radius: $pagination-border-radius
|
|
60
62
|
display: inline-flex
|
|
61
63
|
justify-content: center
|
|
62
64
|
align-items: center
|
|
63
65
|
text-decoration: none
|
|
64
66
|
height: 2rem
|
|
65
|
-
|
|
66
|
-
border-radius: 4px
|
|
67
67
|
width: 2rem
|
|
68
68
|
margin: .3rem 10px
|
|
69
69
|
|
|
@@ -29,11 +29,11 @@ export default mixins(Colorable, Themeable).extend({
|
|
|
29
29
|
},
|
|
30
30
|
nextIcon: {
|
|
31
31
|
type: String,
|
|
32
|
-
default: '$
|
|
32
|
+
default: '$next',
|
|
33
33
|
},
|
|
34
34
|
prevIcon: {
|
|
35
35
|
type: String,
|
|
36
|
-
default: '$
|
|
36
|
+
default: '$prev',
|
|
37
37
|
},
|
|
38
38
|
totalVisible: [Number, String],
|
|
39
39
|
value: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$pagination-border-radius: $border-radius-root !default;
|
|
@@ -47,11 +47,11 @@ export default baseMixins.extend<options>().extend({
|
|
|
47
47
|
name: String,
|
|
48
48
|
offIcon: {
|
|
49
49
|
type: String,
|
|
50
|
-
default: '$
|
|
50
|
+
default: '$radioOff',
|
|
51
51
|
},
|
|
52
52
|
onIcon: {
|
|
53
53
|
type: String,
|
|
54
|
-
default: '$
|
|
54
|
+
default: '$radioOn',
|
|
55
55
|
},
|
|
56
56
|
readonly: Boolean,
|
|
57
57
|
value: {
|
|
@@ -14,7 +14,7 @@ exports[`VRadio.ts should not render aria-label attribute with no label value on
|
|
|
14
14
|
<i aria-hidden="true"
|
|
15
15
|
class="v-icon notranslate material-icons theme--light"
|
|
16
16
|
>
|
|
17
|
-
$
|
|
17
|
+
$radioOff
|
|
18
18
|
</i>
|
|
19
19
|
</div>
|
|
20
20
|
</div>
|
|
@@ -35,7 +35,7 @@ exports[`VRadio.ts should render proper input name 1`] = `
|
|
|
35
35
|
<i aria-hidden="true"
|
|
36
36
|
class="v-icon notranslate material-icons theme--light"
|
|
37
37
|
>
|
|
38
|
-
$
|
|
38
|
+
$radioOff
|
|
39
39
|
</i>
|
|
40
40
|
</div>
|
|
41
41
|
</div>
|
|
@@ -55,7 +55,7 @@ exports[`VRadio.ts should render role and aria-checked attributes on input group
|
|
|
55
55
|
<i aria-hidden="true"
|
|
56
56
|
class="v-icon notranslate material-icons theme--light accent--text"
|
|
57
57
|
>
|
|
58
|
-
$
|
|
58
|
+
$radioOn
|
|
59
59
|
</i>
|
|
60
60
|
</div>
|
|
61
61
|
</div>
|
|
@@ -51,15 +51,15 @@ export default mixins(
|
|
|
51
51
|
dense: Boolean,
|
|
52
52
|
emptyIcon: {
|
|
53
53
|
type: String,
|
|
54
|
-
default: '$
|
|
54
|
+
default: '$ratingEmpty',
|
|
55
55
|
},
|
|
56
56
|
fullIcon: {
|
|
57
57
|
type: String,
|
|
58
|
-
default: '$
|
|
58
|
+
default: '$ratingFull',
|
|
59
59
|
},
|
|
60
60
|
halfIcon: {
|
|
61
61
|
type: String,
|
|
62
|
-
default: '$
|
|
62
|
+
default: '$ratingHalf',
|
|
63
63
|
},
|
|
64
64
|
halfIncrements: Boolean,
|
|
65
65
|
hover: Boolean,
|
|
@@ -60,6 +60,10 @@
|
|
|
60
60
|
.v-select__selections
|
|
61
61
|
padding: 8px 0
|
|
62
62
|
|
|
63
|
+
&.v-input--dense
|
|
64
|
+
.v-select__selections
|
|
65
|
+
padding: 4px 0
|
|
66
|
+
|
|
63
67
|
&.v-text-field
|
|
64
68
|
input
|
|
65
69
|
flex: 1 1 // Doesn't resize on IE11 with 3rd param
|
|
@@ -79,6 +83,10 @@
|
|
|
79
83
|
.v-select__selections
|
|
80
84
|
min-height: 42px
|
|
81
85
|
|
|
86
|
+
&.v-input--dense
|
|
87
|
+
.v-select__selections
|
|
88
|
+
min-height: 40px
|
|
89
|
+
|
|
82
90
|
// Explicit override since active chips
|
|
83
91
|
// in select are not focused
|
|
84
92
|
.v-chip--select.v-chip--active::before
|
|
@@ -94,10 +102,19 @@
|
|
|
94
102
|
.v-select__selections
|
|
95
103
|
min-height: 68px
|
|
96
104
|
|
|
105
|
+
&.v-input--dense
|
|
106
|
+
.v-select__selections
|
|
107
|
+
min-height: 40px
|
|
108
|
+
|
|
97
109
|
&.v-select--chips--small
|
|
98
110
|
.v-select__selections
|
|
99
111
|
min-height: 56px
|
|
100
112
|
|
|
113
|
+
&.v-input--dense
|
|
114
|
+
.v-select__selections
|
|
115
|
+
min-height: 38px
|
|
116
|
+
|
|
117
|
+
|
|
101
118
|
&.v-text-field--reverse
|
|
102
119
|
.v-select__slot,
|
|
103
120
|
.v-select__selections
|
|
@@ -64,7 +64,7 @@ export default baseMixins.extend<options>().extend({
|
|
|
64
64
|
props: {
|
|
65
65
|
appendIcon: {
|
|
66
66
|
type: String,
|
|
67
|
-
default: '$
|
|
67
|
+
default: '$dropdown',
|
|
68
68
|
},
|
|
69
69
|
attach: {
|
|
70
70
|
default: false,
|
|
@@ -73,7 +73,6 @@ export default baseMixins.extend<options>().extend({
|
|
|
73
73
|
chips: Boolean,
|
|
74
74
|
clearable: Boolean,
|
|
75
75
|
deletableChips: Boolean,
|
|
76
|
-
dense: Boolean,
|
|
77
76
|
eager: Boolean,
|
|
78
77
|
hideSelected: Boolean,
|
|
79
78
|
items: {
|
|
@@ -33,7 +33,7 @@ exports[`VSelect.ts should only show items if they are in items 1`] = `
|
|
|
33
33
|
<i aria-hidden="true"
|
|
34
34
|
class="v-icon notranslate material-icons theme--light"
|
|
35
35
|
>
|
|
36
|
-
$
|
|
36
|
+
$dropdown
|
|
37
37
|
</i>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
@@ -80,7 +80,7 @@ exports[`VSelect.ts should only show items if they are in items 2`] = `
|
|
|
80
80
|
<i aria-hidden="true"
|
|
81
81
|
class="v-icon notranslate material-icons theme--light"
|
|
82
82
|
>
|
|
83
|
-
$
|
|
83
|
+
$dropdown
|
|
84
84
|
</i>
|
|
85
85
|
</div>
|
|
86
86
|
</div>
|
|
@@ -130,7 +130,7 @@ exports[`VSelect.ts should only show items if they are in items 3`] = `
|
|
|
130
130
|
<i aria-hidden="true"
|
|
131
131
|
class="v-icon notranslate material-icons theme--light"
|
|
132
132
|
>
|
|
133
|
-
$
|
|
133
|
+
$dropdown
|
|
134
134
|
</i>
|
|
135
135
|
</div>
|
|
136
136
|
</div>
|
|
@@ -183,7 +183,7 @@ exports[`VSelect.ts should only show items if they are in items 4`] = `
|
|
|
183
183
|
<i aria-hidden="true"
|
|
184
184
|
class="v-icon notranslate material-icons theme--light"
|
|
185
185
|
>
|
|
186
|
-
$
|
|
186
|
+
$dropdown
|
|
187
187
|
</i>
|
|
188
188
|
</div>
|
|
189
189
|
</div>
|
|
@@ -230,7 +230,7 @@ exports[`VSelect.ts should render v-select correctly when not using scope slot 1
|
|
|
230
230
|
<i aria-hidden="true"
|
|
231
231
|
class="v-icon notranslate material-icons theme--light"
|
|
232
232
|
>
|
|
233
|
-
$
|
|
233
|
+
$dropdown
|
|
234
234
|
</i>
|
|
235
235
|
</div>
|
|
236
236
|
</div>
|
|
@@ -277,7 +277,7 @@ exports[`VSelect.ts should render v-select correctly when not using v-list-item
|
|
|
277
277
|
<i aria-hidden="true"
|
|
278
278
|
class="v-icon notranslate material-icons theme--light"
|
|
279
279
|
>
|
|
280
|
-
$
|
|
280
|
+
$dropdown
|
|
281
281
|
</i>
|
|
282
282
|
</div>
|
|
283
283
|
</div>
|
|
@@ -324,7 +324,7 @@ exports[`VSelect.ts should render v-select correctly when using v-list-item in i
|
|
|
324
324
|
<i aria-hidden="true"
|
|
325
325
|
class="v-icon notranslate material-icons theme--light"
|
|
326
326
|
>
|
|
327
|
-
$
|
|
327
|
+
$dropdown
|
|
328
328
|
</i>
|
|
329
329
|
</div>
|
|
330
330
|
</div>
|
|
@@ -25,7 +25,7 @@ exports[`VSelect.ts should be clearable with prop, dirty and multi select 1`] =
|
|
|
25
25
|
<i role="button"
|
|
26
26
|
class="v-icon notranslate v-icon--link material-icons theme--light"
|
|
27
27
|
>
|
|
28
|
-
$
|
|
28
|
+
$clear
|
|
29
29
|
</i>
|
|
30
30
|
</div>
|
|
31
31
|
</div>
|
|
@@ -34,7 +34,7 @@ exports[`VSelect.ts should be clearable with prop, dirty and multi select 1`] =
|
|
|
34
34
|
<i aria-hidden="true"
|
|
35
35
|
class="v-icon notranslate material-icons theme--light"
|
|
36
36
|
>
|
|
37
|
-
$
|
|
37
|
+
$dropdown
|
|
38
38
|
</i>
|
|
39
39
|
</div>
|
|
40
40
|
</div>
|
|
@@ -84,7 +84,7 @@ exports[`VSelect.ts should be clearable with prop, dirty and single select 1`] =
|
|
|
84
84
|
<i role="button"
|
|
85
85
|
class="v-icon notranslate v-icon--link material-icons theme--light"
|
|
86
86
|
>
|
|
87
|
-
$
|
|
87
|
+
$clear
|
|
88
88
|
</i>
|
|
89
89
|
</div>
|
|
90
90
|
</div>
|
|
@@ -93,7 +93,7 @@ exports[`VSelect.ts should be clearable with prop, dirty and single select 1`] =
|
|
|
93
93
|
<i aria-hidden="true"
|
|
94
94
|
class="v-icon notranslate material-icons theme--light"
|
|
95
95
|
>
|
|
96
|
-
$
|
|
96
|
+
$dropdown
|
|
97
97
|
</i>
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
@@ -143,7 +143,7 @@ exports[`VSelect.ts should use scoped slot for selection generation 1`] = `
|
|
|
143
143
|
<i aria-hidden="true"
|
|
144
144
|
class="v-icon notranslate material-icons theme--light"
|
|
145
145
|
>
|
|
146
|
-
$
|
|
146
|
+
$dropdown
|
|
147
147
|
</i>
|
|
148
148
|
</div>
|
|
149
149
|
</div>
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// Imports
|
|
2
2
|
@import '../../styles/styles.sass'
|
|
3
|
-
@import './_variables.scss'
|
|
4
3
|
|
|
5
4
|
// Theme
|
|
6
5
|
+theme(v-sheet) using ($material)
|
|
@@ -9,15 +8,5 @@
|
|
|
9
8
|
color: map-deep-get($material, 'text', 'primary')
|
|
10
9
|
|
|
11
10
|
.v-sheet
|
|
12
|
-
border-radius: $sheet-border-radius
|
|
13
|
-
|
|
14
|
-
> *:first-child:not(.v-btn):not(.v-chip)
|
|
15
|
-
border-top-left-radius: inherit
|
|
16
|
-
border-top-right-radius: inherit
|
|
17
|
-
|
|
18
|
-
> *:last-child:not(.v-btn):not(.v-chip)
|
|
19
|
-
border-bottom-left-radius: inherit
|
|
20
|
-
border-bottom-right-radius: inherit
|
|
21
|
-
|
|
22
11
|
&--tile
|
|
23
12
|
border-radius: 0
|