@kokoccc/vuetify 1.0.2 → 1.0.4
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 +690 -0
- package/dist/json/tags.json +784 -0
- package/dist/json/web-types.json +11518 -0
- package/dist/vuetify.css +29663 -0
- package/dist/vuetify.css.map +1 -0
- package/dist/vuetify.js +49117 -0
- package/dist/vuetify.js.map +1 -0
- package/dist/vuetify.min.css +9 -0
- package/dist/vuetify.min.js +6 -0
- package/es5/components/VAlert/VAlert.js +243 -0
- package/es5/components/VAlert/VAlert.js.map +1 -0
- package/es5/components/VAlert/index.js +20 -0
- package/es5/components/VAlert/index.js.map +1 -0
- package/es5/components/VApp/VApp.js +68 -0
- package/es5/components/VApp/VApp.js.map +1 -0
- package/es5/components/VApp/index.js +20 -0
- package/es5/components/VApp/index.js.map +1 -0
- package/es5/components/VAppBar/VAppBar.js +246 -0
- package/es5/components/VAppBar/VAppBar.js.map +1 -0
- package/es5/components/VAppBar/VAppBarNavIcon.js +41 -0
- package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -0
- package/es5/components/VAppBar/VAppBarTitle.js +72 -0
- package/es5/components/VAppBar/VAppBarTitle.js.map +1 -0
- package/es5/components/VAppBar/index.js +42 -0
- package/es5/components/VAppBar/index.js.map +1 -0
- package/es5/components/VAutocomplete/VAutocomplete.js +406 -0
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -0
- package/es5/components/VAutocomplete/index.js +20 -0
- package/es5/components/VAutocomplete/index.js.map +1 -0
- package/es5/components/VAvatar/VAvatar.js +66 -0
- package/es5/components/VAvatar/VAvatar.js.map +1 -0
- package/es5/components/VAvatar/index.js +20 -0
- package/es5/components/VAvatar/index.js.map +1 -0
- package/es5/components/VBadge/VBadge.js +227 -0
- package/es5/components/VBadge/VBadge.js.map +1 -0
- package/es5/components/VBadge/index.js +20 -0
- package/es5/components/VBadge/index.js.map +1 -0
- package/es5/components/VBanner/VBanner.js +187 -0
- package/es5/components/VBanner/VBanner.js.map +1 -0
- package/es5/components/VBanner/index.js +20 -0
- package/es5/components/VBanner/index.js.map +1 -0
- package/es5/components/VBottomNavigation/VBottomNavigation.js +167 -0
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -0
- package/es5/components/VBottomNavigation/index.js +20 -0
- package/es5/components/VBottomNavigation/index.js.map +1 -0
- package/es5/components/VBottomSheet/VBottomSheet.js +45 -0
- package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -0
- package/es5/components/VBottomSheet/index.js +20 -0
- package/es5/components/VBottomSheet/index.js.map +1 -0
- package/es5/components/VBreadcrumbs/VBreadcrumbs.js +100 -0
- package/es5/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -0
- package/es5/components/VBreadcrumbs/VBreadcrumbsDivider.js +13 -0
- package/es5/components/VBreadcrumbs/VBreadcrumbsDivider.js.map +1 -0
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js +63 -0
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -0
- package/es5/components/VBreadcrumbs/index.js +42 -0
- package/es5/components/VBreadcrumbs/index.js.map +1 -0
- package/es5/components/VBtn/VBtn.js +214 -0
- package/es5/components/VBtn/VBtn.js.map +1 -0
- package/es5/components/VBtn/index.js +20 -0
- package/es5/components/VBtn/index.js.map +1 -0
- package/es5/components/VBtnToggle/VBtnToggle.js +59 -0
- package/es5/components/VBtnToggle/VBtnToggle.js.map +1 -0
- package/es5/components/VBtnToggle/index.js +20 -0
- package/es5/components/VBtnToggle/index.js.map +1 -0
- package/es5/components/VCalendar/VCalendar.js +398 -0
- package/es5/components/VCalendar/VCalendar.js.map +1 -0
- package/es5/components/VCalendar/VCalendarCategory.js +167 -0
- package/es5/components/VCalendar/VCalendarCategory.js.map +1 -0
- package/es5/components/VCalendar/VCalendarDaily.js +261 -0
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -0
- package/es5/components/VCalendar/VCalendarMonthly.js +40 -0
- package/es5/components/VCalendar/VCalendarMonthly.js.map +1 -0
- package/es5/components/VCalendar/VCalendarWeekly.js +231 -0
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -0
- package/es5/components/VCalendar/index.js +60 -0
- package/es5/components/VCalendar/index.js.map +1 -0
- package/es5/components/VCalendar/mixins/calendar-base.js +115 -0
- package/es5/components/VCalendar/mixins/calendar-base.js.map +1 -0
- package/es5/components/VCalendar/mixins/calendar-with-events.js +487 -0
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -0
- package/es5/components/VCalendar/mixins/calendar-with-intervals.js +165 -0
- package/es5/components/VCalendar/mixins/calendar-with-intervals.js.map +1 -0
- package/es5/components/VCalendar/mixins/times.js +75 -0
- package/es5/components/VCalendar/mixins/times.js.map +1 -0
- package/es5/components/VCalendar/modes/column.js +29 -0
- package/es5/components/VCalendar/modes/column.js.map +1 -0
- package/es5/components/VCalendar/modes/common.js +169 -0
- package/es5/components/VCalendar/modes/common.js.map +1 -0
- package/es5/components/VCalendar/modes/index.js +17 -0
- package/es5/components/VCalendar/modes/index.js.map +1 -0
- package/es5/components/VCalendar/modes/stack.js +403 -0
- package/es5/components/VCalendar/modes/stack.js.map +1 -0
- package/es5/components/VCalendar/util/events.js +58 -0
- package/es5/components/VCalendar/util/events.js.map +1 -0
- package/es5/components/VCalendar/util/parser.js +36 -0
- package/es5/components/VCalendar/util/parser.js.map +1 -0
- package/es5/components/VCalendar/util/props.js +284 -0
- package/es5/components/VCalendar/util/props.js.map +1 -0
- package/es5/components/VCalendar/util/timestamp.js +570 -0
- package/es5/components/VCalendar/util/timestamp.js.map +1 -0
- package/es5/components/VCard/VCard.js +95 -0
- package/es5/components/VCard/VCard.js.map +1 -0
- package/es5/components/VCard/index.js +38 -0
- package/es5/components/VCard/index.js.map +1 -0
- package/es5/components/VCarousel/VCarousel.js +251 -0
- package/es5/components/VCarousel/VCarousel.js.map +1 -0
- package/es5/components/VCarousel/VCarouselItem.js +77 -0
- package/es5/components/VCarousel/VCarouselItem.js.map +1 -0
- package/es5/components/VCarousel/index.js +33 -0
- package/es5/components/VCarousel/index.js.map +1 -0
- package/es5/components/VCheckbox/VCheckbox.js +155 -0
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -0
- package/es5/components/VCheckbox/VSimpleCheckbox.js +158 -0
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -0
- package/es5/components/VCheckbox/index.js +33 -0
- package/es5/components/VCheckbox/index.js.map +1 -0
- package/es5/components/VChip/VChip.js +209 -0
- package/es5/components/VChip/VChip.js.map +1 -0
- package/es5/components/VChip/index.js +20 -0
- package/es5/components/VChip/index.js.map +1 -0
- package/es5/components/VChipGroup/VChipGroup.js +57 -0
- package/es5/components/VChipGroup/VChipGroup.js.map +1 -0
- package/es5/components/VChipGroup/index.js +20 -0
- package/es5/components/VChipGroup/index.js.map +1 -0
- package/es5/components/VColorPicker/VColorPicker.js +205 -0
- package/es5/components/VColorPicker/VColorPicker.js.map +1 -0
- package/es5/components/VColorPicker/VColorPickerCanvas.js +169 -0
- package/es5/components/VColorPicker/VColorPickerCanvas.js.map +1 -0
- package/es5/components/VColorPicker/VColorPickerEdit.js +173 -0
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -0
- package/es5/components/VColorPicker/VColorPickerPreview.js +116 -0
- package/es5/components/VColorPicker/VColorPickerPreview.js.map +1 -0
- package/es5/components/VColorPicker/VColorPickerSwatches.js +104 -0
- package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -0
- package/es5/components/VColorPicker/index.js +36 -0
- package/es5/components/VColorPicker/index.js.map +1 -0
- package/es5/components/VColorPicker/util/index.js +180 -0
- package/es5/components/VColorPicker/util/index.js.map +1 -0
- package/es5/components/VCombobox/VCombobox.js +262 -0
- package/es5/components/VCombobox/VCombobox.js.map +1 -0
- package/es5/components/VCombobox/index.js +20 -0
- package/es5/components/VCombobox/index.js.map +1 -0
- package/es5/components/VContent/VContent.js +56 -0
- package/es5/components/VContent/VContent.js.map +1 -0
- package/es5/components/VContent/index.js +20 -0
- package/es5/components/VContent/index.js.map +1 -0
- package/es5/components/VCounter/VCounter.js +57 -0
- package/es5/components/VCounter/VCounter.js.map +1 -0
- package/es5/components/VCounter/index.js +20 -0
- package/es5/components/VCounter/index.js.map +1 -0
- package/es5/components/VData/VData.js +441 -0
- package/es5/components/VData/VData.js.map +1 -0
- package/es5/components/VData/index.js +20 -0
- package/es5/components/VData/index.js.map +1 -0
- package/es5/components/VDataIterator/VDataFooter.js +220 -0
- package/es5/components/VDataIterator/VDataFooter.js.map +1 -0
- package/es5/components/VDataIterator/VDataIterator.js +417 -0
- package/es5/components/VDataIterator/VDataIterator.js.map +1 -0
- package/es5/components/VDataIterator/index.js +33 -0
- package/es5/components/VDataIterator/index.js.map +1 -0
- package/es5/components/VDataTable/MobileRow.js +74 -0
- package/es5/components/VDataTable/MobileRow.js.map +1 -0
- package/es5/components/VDataTable/Row.js +75 -0
- package/es5/components/VDataTable/Row.js.map +1 -0
- package/es5/components/VDataTable/RowGroup.js +99 -0
- package/es5/components/VDataTable/RowGroup.js.map +1 -0
- package/es5/components/VDataTable/VDataTable.js +721 -0
- package/es5/components/VDataTable/VDataTable.js.map +1 -0
- package/es5/components/VDataTable/VDataTableHeader.js +47 -0
- package/es5/components/VDataTable/VDataTableHeader.js.map +1 -0
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +152 -0
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -0
- package/es5/components/VDataTable/VDataTableHeaderMobile.js +131 -0
- package/es5/components/VDataTable/VDataTableHeaderMobile.js.map +1 -0
- package/es5/components/VDataTable/VEditDialog.js +148 -0
- package/es5/components/VDataTable/VEditDialog.js.map +1 -0
- package/es5/components/VDataTable/VSimpleTable.js +62 -0
- package/es5/components/VDataTable/VSimpleTable.js.map +1 -0
- package/es5/components/VDataTable/VVirtualTable.js +152 -0
- package/es5/components/VDataTable/VVirtualTable.js.map +1 -0
- package/es5/components/VDataTable/index.js +65 -0
- package/es5/components/VDataTable/index.js.map +1 -0
- package/es5/components/VDataTable/mixins/header.js +95 -0
- package/es5/components/VDataTable/mixins/header.js.map +1 -0
- package/es5/components/VDatePicker/VDatePicker.js +578 -0
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -0
- package/es5/components/VDatePicker/VDatePickerDateTable.js +161 -0
- package/es5/components/VDatePicker/VDatePickerDateTable.js.map +1 -0
- package/es5/components/VDatePicker/VDatePickerHeader.js +213 -0
- package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -0
- package/es5/components/VDatePicker/VDatePickerMonthTable.js +73 -0
- package/es5/components/VDatePicker/VDatePickerMonthTable.js.map +1 -0
- package/es5/components/VDatePicker/VDatePickerTitle.js +137 -0
- package/es5/components/VDatePicker/VDatePickerTitle.js.map +1 -0
- package/es5/components/VDatePicker/VDatePickerYears.js +132 -0
- package/es5/components/VDatePicker/VDatePickerYears.js.map +1 -0
- package/es5/components/VDatePicker/index.js +69 -0
- package/es5/components/VDatePicker/index.js.map +1 -0
- package/es5/components/VDatePicker/mixins/date-picker-table.js +293 -0
- package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -0
- package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js +58 -0
- package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js.map +1 -0
- package/es5/components/VDatePicker/util/eventHelpers.js +40 -0
- package/es5/components/VDatePicker/util/eventHelpers.js.map +1 -0
- package/es5/components/VDatePicker/util/index.js +54 -0
- package/es5/components/VDatePicker/util/index.js.map +1 -0
- package/es5/components/VDatePicker/util/isDateAllowed.js +11 -0
- package/es5/components/VDatePicker/util/isDateAllowed.js.map +1 -0
- package/es5/components/VDatePicker/util/monthChange.js +44 -0
- package/es5/components/VDatePicker/util/monthChange.js.map +1 -0
- package/es5/components/VDatePicker/util/pad.js +32 -0
- package/es5/components/VDatePicker/util/pad.js.map +1 -0
- package/es5/components/VDatePicker/util/sanitizeDateString.js +41 -0
- package/es5/components/VDatePicker/util/sanitizeDateString.js.map +1 -0
- package/es5/components/VDialog/VDialog.js +342 -0
- package/es5/components/VDialog/VDialog.js.map +1 -0
- package/es5/components/VDialog/index.js +20 -0
- package/es5/components/VDialog/index.js.map +1 -0
- package/es5/components/VDivider/VDivider.js +52 -0
- package/es5/components/VDivider/VDivider.js.map +1 -0
- package/es5/components/VDivider/index.js +20 -0
- package/es5/components/VDivider/index.js.map +1 -0
- package/es5/components/VExpansionPanel/VExpansionPanel.js +95 -0
- package/es5/components/VExpansionPanel/VExpansionPanel.js.map +1 -0
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js +78 -0
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -0
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +122 -0
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -0
- package/es5/components/VExpansionPanel/VExpansionPanels.js +79 -0
- package/es5/components/VExpansionPanel/VExpansionPanels.js.map +1 -0
- package/es5/components/VExpansionPanel/index.js +51 -0
- package/es5/components/VExpansionPanel/index.js.map +1 -0
- package/es5/components/VFileInput/VFileInput.js +322 -0
- package/es5/components/VFileInput/VFileInput.js.map +1 -0
- package/es5/components/VFileInput/index.js +20 -0
- package/es5/components/VFileInput/index.js.map +1 -0
- package/es5/components/VFooter/VFooter.js +99 -0
- package/es5/components/VFooter/VFooter.js.map +1 -0
- package/es5/components/VFooter/index.js +20 -0
- package/es5/components/VFooter/index.js.map +1 -0
- package/es5/components/VForm/VForm.js +182 -0
- package/es5/components/VForm/VForm.js.map +1 -0
- package/es5/components/VForm/index.js +20 -0
- package/es5/components/VForm/index.js.map +1 -0
- package/es5/components/VGrid/VCol.js +171 -0
- package/es5/components/VGrid/VCol.js.map +1 -0
- package/es5/components/VGrid/VContainer.js +89 -0
- package/es5/components/VGrid/VContainer.js.map +1 -0
- package/es5/components/VGrid/VFlex.js +17 -0
- package/es5/components/VGrid/VFlex.js.map +1 -0
- package/es5/components/VGrid/VLayout.js +17 -0
- package/es5/components/VGrid/VLayout.js.map +1 -0
- package/es5/components/VGrid/VRow.js +171 -0
- package/es5/components/VGrid/VRow.js.map +1 -0
- package/es5/components/VGrid/VSpacer.js +15 -0
- package/es5/components/VGrid/VSpacer.js.map +1 -0
- package/es5/components/VGrid/grid.js +79 -0
- package/es5/components/VGrid/grid.js.map +1 -0
- package/es5/components/VGrid/index.js +69 -0
- package/es5/components/VGrid/index.js.map +1 -0
- package/es5/components/VHover/VHover.js +87 -0
- package/es5/components/VHover/VHover.js.map +1 -0
- package/es5/components/VHover/index.js +20 -0
- package/es5/components/VHover/index.js.map +1 -0
- package/es5/components/VIcon/VIcon.js +302 -0
- package/es5/components/VIcon/VIcon.js.map +1 -0
- package/es5/components/VIcon/index.js +20 -0
- package/es5/components/VIcon/index.js.map +1 -0
- package/es5/components/VImg/VImg.js +278 -0
- package/es5/components/VImg/VImg.js.map +1 -0
- package/es5/components/VImg/index.js +20 -0
- package/es5/components/VImg/index.js.map +1 -0
- package/es5/components/VInput/VInput.js +350 -0
- package/es5/components/VInput/VInput.js.map +1 -0
- package/es5/components/VInput/index.js +20 -0
- package/es5/components/VInput/index.js.map +1 -0
- package/es5/components/VItemGroup/VItem.js +96 -0
- package/es5/components/VItemGroup/VItem.js.map +1 -0
- package/es5/components/VItemGroup/VItemGroup.js +259 -0
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -0
- package/es5/components/VItemGroup/index.js +33 -0
- package/es5/components/VItemGroup/index.js.map +1 -0
- package/es5/components/VLabel/VLabel.js +84 -0
- package/es5/components/VLabel/VLabel.js.map +1 -0
- package/es5/components/VLabel/index.js +20 -0
- package/es5/components/VLabel/index.js.map +1 -0
- package/es5/components/VLazy/VLazy.js +83 -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/VList.js +118 -0
- package/es5/components/VList/VList.js.map +1 -0
- package/es5/components/VList/VListGroup.js +230 -0
- package/es5/components/VList/VListGroup.js.map +1 -0
- package/es5/components/VList/VListItem.js +226 -0
- package/es5/components/VList/VListItem.js.map +1 -0
- package/es5/components/VList/VListItemAction.js +43 -0
- package/es5/components/VList/VListItemAction.js.map +1 -0
- package/es5/components/VList/VListItemAvatar.js +47 -0
- package/es5/components/VList/VListItemAvatar.js.map +1 -0
- package/es5/components/VList/VListItemGroup.js +51 -0
- package/es5/components/VList/VListItemGroup.js.map +1 -0
- package/es5/components/VList/VListItemIcon.js +31 -0
- package/es5/components/VList/VListItemIcon.js.map +1 -0
- package/es5/components/VList/index.js +92 -0
- package/es5/components/VList/index.js.map +1 -0
- package/es5/components/VMain/VMain.js +63 -0
- package/es5/components/VMain/VMain.js.map +1 -0
- package/es5/components/VMain/index.js +20 -0
- package/es5/components/VMain/index.js.map +1 -0
- package/es5/components/VMenu/VMenu.js +514 -0
- package/es5/components/VMenu/VMenu.js.map +1 -0
- package/es5/components/VMenu/index.js +20 -0
- package/es5/components/VMenu/index.js.map +1 -0
- package/es5/components/VMessages/VMessages.js +91 -0
- package/es5/components/VMessages/VMessages.js.map +1 -0
- package/es5/components/VMessages/index.js +20 -0
- package/es5/components/VMessages/index.js.map +1 -0
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +404 -0
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -0
- package/es5/components/VNavigationDrawer/index.js +20 -0
- package/es5/components/VNavigationDrawer/index.js.map +1 -0
- package/es5/components/VOtpInput/VOtpInput.js +394 -0
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -0
- package/es5/components/VOtpInput/index.js +20 -0
- package/es5/components/VOtpInput/index.js.map +1 -0
- package/es5/components/VOverflowBtn/VOverflowBtn.js +125 -0
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -0
- package/es5/components/VOverflowBtn/index.js +20 -0
- package/es5/components/VOverflowBtn/index.js.map +1 -0
- package/es5/components/VOverlay/VOverlay.js +129 -0
- package/es5/components/VOverlay/VOverlay.js.map +1 -0
- package/es5/components/VOverlay/index.js +20 -0
- package/es5/components/VOverlay/index.js.map +1 -0
- package/es5/components/VPagination/VPagination.js +279 -0
- package/es5/components/VPagination/VPagination.js.map +1 -0
- package/es5/components/VPagination/index.js +20 -0
- package/es5/components/VPagination/index.js.map +1 -0
- package/es5/components/VParallax/VParallax.js +109 -0
- package/es5/components/VParallax/VParallax.js.map +1 -0
- package/es5/components/VParallax/index.js +20 -0
- package/es5/components/VParallax/index.js.map +1 -0
- package/es5/components/VPicker/VPicker.js +101 -0
- package/es5/components/VPicker/VPicker.js.map +1 -0
- package/es5/components/VPicker/index.js +20 -0
- package/es5/components/VPicker/index.js.map +1 -0
- package/es5/components/VProgressCircular/VProgressCircular.js +150 -0
- package/es5/components/VProgressCircular/VProgressCircular.js.map +1 -0
- package/es5/components/VProgressCircular/index.js +20 -0
- package/es5/components/VProgressCircular/index.js.map +1 -0
- package/es5/components/VProgressLinear/VProgressLinear.js +267 -0
- package/es5/components/VProgressLinear/VProgressLinear.js.map +1 -0
- package/es5/components/VProgressLinear/index.js +20 -0
- package/es5/components/VProgressLinear/index.js.map +1 -0
- package/es5/components/VRadioGroup/VRadio.js +203 -0
- package/es5/components/VRadioGroup/VRadio.js.map +1 -0
- package/es5/components/VRadioGroup/VRadioGroup.js +127 -0
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -0
- package/es5/components/VRadioGroup/index.js +33 -0
- package/es5/components/VRadioGroup/index.js.map +1 -0
- package/es5/components/VRangeSlider/VRangeSlider.js +295 -0
- package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -0
- package/es5/components/VRangeSlider/index.js +20 -0
- package/es5/components/VRangeSlider/index.js.map +1 -0
- package/es5/components/VRating/VRating.js +284 -0
- package/es5/components/VRating/VRating.js.map +1 -0
- package/es5/components/VRating/index.js +20 -0
- package/es5/components/VRating/index.js.map +1 -0
- package/es5/components/VResponsive/VResponsive.js +63 -0
- package/es5/components/VResponsive/VResponsive.js.map +1 -0
- package/es5/components/VResponsive/index.js +20 -0
- package/es5/components/VResponsive/index.js.map +1 -0
- package/es5/components/VSelect/VSelect.js +937 -0
- package/es5/components/VSelect/VSelect.js.map +1 -0
- package/es5/components/VSelect/VSelectList.js +317 -0
- package/es5/components/VSelect/VSelectList.js.map +1 -0
- package/es5/components/VSelect/index.js +20 -0
- package/es5/components/VSelect/index.js.map +1 -0
- package/es5/components/VSheet/VSheet.js +71 -0
- package/es5/components/VSheet/VSheet.js.map +1 -0
- package/es5/components/VSheet/index.js +20 -0
- package/es5/components/VSheet/index.js.map +1 -0
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js +211 -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 +500 -0
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -0
- package/es5/components/VSlideGroup/VSlideItem.js +26 -0
- package/es5/components/VSlideGroup/VSlideItem.js.map +1 -0
- package/es5/components/VSlideGroup/index.js +33 -0
- package/es5/components/VSlideGroup/index.js.map +1 -0
- package/es5/components/VSlider/VSlider.js +548 -0
- package/es5/components/VSlider/VSlider.js.map +1 -0
- package/es5/components/VSlider/index.js +20 -0
- package/es5/components/VSlider/index.js.map +1 -0
- package/es5/components/VSnackbar/VSnackbar.js +194 -0
- package/es5/components/VSnackbar/VSnackbar.js.map +1 -0
- package/es5/components/VSnackbar/index.js +20 -0
- package/es5/components/VSnackbar/index.js.map +1 -0
- package/es5/components/VSparkline/VSparkline.js +356 -0
- package/es5/components/VSparkline/VSparkline.js.map +1 -0
- package/es5/components/VSparkline/helpers/core.js +63 -0
- package/es5/components/VSparkline/helpers/core.js.map +1 -0
- package/es5/components/VSparkline/helpers/math.js +43 -0
- package/es5/components/VSparkline/helpers/math.js.map +1 -0
- package/es5/components/VSparkline/helpers/path.js +35 -0
- package/es5/components/VSparkline/helpers/path.js.map +1 -0
- package/es5/components/VSparkline/index.js +20 -0
- package/es5/components/VSparkline/index.js.map +1 -0
- package/es5/components/VSpeedDial/VSpeedDial.js +118 -0
- package/es5/components/VSpeedDial/VSpeedDial.js.map +1 -0
- package/es5/components/VSpeedDial/index.js +20 -0
- package/es5/components/VSpeedDial/index.js.map +1 -0
- package/es5/components/VStepper/VStepper.js +137 -0
- package/es5/components/VStepper/VStepper.js.map +1 -0
- package/es5/components/VStepper/VStepperContent.js +143 -0
- package/es5/components/VStepper/VStepperContent.js.map +1 -0
- package/es5/components/VStepper/VStepperStep.js +151 -0
- package/es5/components/VStepper/VStepperStep.js.map +1 -0
- package/es5/components/VStepper/index.js +50 -0
- package/es5/components/VStepper/index.js.map +1 -0
- package/es5/components/VSubheader/VSubheader.js +43 -0
- package/es5/components/VSubheader/VSubheader.js.map +1 -0
- package/es5/components/VSubheader/index.js +20 -0
- package/es5/components/VSubheader/index.js.map +1 -0
- package/es5/components/VSwitch/VSwitch.js +133 -0
- package/es5/components/VSwitch/VSwitch.js.map +1 -0
- package/es5/components/VSwitch/index.js +20 -0
- package/es5/components/VSwitch/index.js.map +1 -0
- package/es5/components/VSystemBar/VSystemBar.js +77 -0
- package/es5/components/VSystemBar/VSystemBar.js.map +1 -0
- package/es5/components/VSystemBar/index.js +20 -0
- package/es5/components/VSystemBar/index.js.map +1 -0
- package/es5/components/VTabs/VTab.js +119 -0
- package/es5/components/VTabs/VTab.js.map +1 -0
- package/es5/components/VTabs/VTabItem.js +34 -0
- package/es5/components/VTabs/VTabItem.js.map +1 -0
- package/es5/components/VTabs/VTabs.js +356 -0
- package/es5/components/VTabs/VTabs.js.map +1 -0
- package/es5/components/VTabs/VTabsBar.js +109 -0
- package/es5/components/VTabs/VTabsBar.js.map +1 -0
- package/es5/components/VTabs/VTabsItems.js +51 -0
- package/es5/components/VTabs/VTabsItems.js.map +1 -0
- package/es5/components/VTabs/VTabsSlider.js +30 -0
- package/es5/components/VTabs/VTabsSlider.js.map +1 -0
- package/es5/components/VTabs/index.js +60 -0
- package/es5/components/VTabs/index.js.map +1 -0
- package/es5/components/VTextField/VTextField.js +535 -0
- package/es5/components/VTextField/VTextField.js.map +1 -0
- package/es5/components/VTextField/index.js +20 -0
- package/es5/components/VTextField/index.js.map +1 -0
- package/es5/components/VTextarea/VTextarea.js +120 -0
- package/es5/components/VTextarea/VTextarea.js.map +1 -0
- package/es5/components/VTextarea/index.js +20 -0
- package/es5/components/VTextarea/index.js.map +1 -0
- package/es5/components/VThemeProvider/VThemeProvider.js +34 -0
- package/es5/components/VThemeProvider/VThemeProvider.js.map +1 -0
- package/es5/components/VThemeProvider/index.js +20 -0
- package/es5/components/VThemeProvider/index.js.map +1 -0
- package/es5/components/VTimePicker/SelectingTimes.js +15 -0
- package/es5/components/VTimePicker/SelectingTimes.js.map +1 -0
- package/es5/components/VTimePicker/VTimePicker.js +431 -0
- package/es5/components/VTimePicker/VTimePicker.js.map +1 -0
- package/es5/components/VTimePicker/VTimePickerClock.js +270 -0
- package/es5/components/VTimePicker/VTimePickerClock.js.map +1 -0
- package/es5/components/VTimePicker/VTimePickerTitle.js +87 -0
- package/es5/components/VTimePicker/VTimePickerTitle.js.map +1 -0
- package/es5/components/VTimePicker/index.js +42 -0
- package/es5/components/VTimePicker/index.js.map +1 -0
- package/es5/components/VTimeline/VTimeline.js +57 -0
- package/es5/components/VTimeline/VTimeline.js.map +1 -0
- package/es5/components/VTimeline/VTimelineItem.js +110 -0
- package/es5/components/VTimeline/VTimelineItem.js.map +1 -0
- package/es5/components/VTimeline/index.js +33 -0
- package/es5/components/VTimeline/index.js.map +1 -0
- package/es5/components/VToolbar/VToolbar.js +172 -0
- package/es5/components/VToolbar/VToolbar.js.map +1 -0
- package/es5/components/VToolbar/index.js +34 -0
- package/es5/components/VToolbar/index.js.map +1 -0
- package/es5/components/VTooltip/VTooltip.js +217 -0
- package/es5/components/VTooltip/VTooltip.js.map +1 -0
- package/es5/components/VTooltip/index.js +20 -0
- package/es5/components/VTooltip/index.js.map +1 -0
- package/es5/components/VTreeview/VTreeview.js +544 -0
- package/es5/components/VTreeview/VTreeview.js.map +1 -0
- package/es5/components/VTreeview/VTreeviewNode.js +373 -0
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -0
- package/es5/components/VTreeview/index.js +33 -0
- package/es5/components/VTreeview/index.js.map +1 -0
- package/es5/components/VTreeview/util/filterTreeItems.js +38 -0
- package/es5/components/VTreeview/util/filterTreeItems.js.map +1 -0
- package/es5/components/VVirtualScroll/VVirtualScroll.js +125 -0
- package/es5/components/VVirtualScroll/VVirtualScroll.js.map +1 -0
- package/es5/components/VVirtualScroll/index.js +20 -0
- package/es5/components/VVirtualScroll/index.js.map +1 -0
- package/es5/components/VWindow/VWindow.js +271 -0
- package/es5/components/VWindow/VWindow.js.map +1 -0
- package/es5/components/VWindow/VWindowItem.js +150 -0
- package/es5/components/VWindow/VWindowItem.js.map +1 -0
- package/es5/components/VWindow/index.js +33 -0
- package/es5/components/VWindow/index.js.map +1 -0
- package/es5/components/index.js +1059 -0
- package/es5/components/index.js.map +1 -0
- package/es5/components/transitions/createTransition.js +147 -0
- package/es5/components/transitions/createTransition.js.map +1 -0
- package/es5/components/transitions/expand-transition.js +79 -0
- package/es5/components/transitions/expand-transition.js.map +1 -0
- package/es5/components/transitions/index.js +85 -0
- package/es5/components/transitions/index.js.map +1 -0
- package/es5/directives/click-outside/index.js +115 -0
- package/es5/directives/click-outside/index.js.map +1 -0
- package/es5/directives/color/index.js +74 -0
- package/es5/directives/color/index.js.map +1 -0
- package/es5/directives/index.js +62 -0
- package/es5/directives/index.js.map +1 -0
- package/es5/directives/intersect/index.js +80 -0
- package/es5/directives/intersect/index.js.map +1 -0
- package/es5/directives/mutate/index.js +69 -0
- package/es5/directives/mutate/index.js.map +1 -0
- package/es5/directives/resize/index.js +43 -0
- package/es5/directives/resize/index.js.map +1 -0
- package/es5/directives/ripple/index.js +359 -0
- package/es5/directives/ripple/index.js.map +1 -0
- package/es5/directives/scroll/index.js +52 -0
- package/es5/directives/scroll/index.js.map +1 -0
- package/es5/directives/touch/index.js +126 -0
- package/es5/directives/touch/index.js.map +1 -0
- package/es5/entry-lib.js +55 -0
- package/es5/entry-lib.js.map +1 -0
- package/es5/framework.js +86 -0
- package/es5/framework.js.map +1 -0
- package/es5/index.js +40 -0
- package/es5/index.js.map +1 -0
- package/es5/install.js +87 -0
- package/es5/install.js.map +1 -0
- package/es5/locale/af.js +83 -0
- package/es5/locale/af.js.map +1 -0
- package/es5/locale/ar.js +83 -0
- package/es5/locale/ar.js.map +1 -0
- package/es5/locale/az.js +83 -0
- package/es5/locale/az.js.map +1 -0
- package/es5/locale/bg.js +83 -0
- package/es5/locale/bg.js.map +1 -0
- package/es5/locale/ca.js +83 -0
- package/es5/locale/ca.js.map +1 -0
- package/es5/locale/ckb.js +83 -0
- package/es5/locale/ckb.js.map +1 -0
- package/es5/locale/cs.js +83 -0
- package/es5/locale/cs.js.map +1 -0
- package/es5/locale/da.js +83 -0
- package/es5/locale/da.js.map +1 -0
- package/es5/locale/de.js +83 -0
- package/es5/locale/de.js.map +1 -0
- package/es5/locale/el.js +83 -0
- package/es5/locale/el.js.map +1 -0
- package/es5/locale/en.js +83 -0
- package/es5/locale/en.js.map +1 -0
- package/es5/locale/es.js +83 -0
- package/es5/locale/es.js.map +1 -0
- package/es5/locale/et.js +83 -0
- package/es5/locale/et.js.map +1 -0
- package/es5/locale/fa.js +83 -0
- package/es5/locale/fa.js.map +1 -0
- package/es5/locale/fi.js +83 -0
- package/es5/locale/fi.js.map +1 -0
- package/es5/locale/fr.js +83 -0
- package/es5/locale/fr.js.map +1 -0
- package/es5/locale/he.js +83 -0
- package/es5/locale/he.js.map +1 -0
- package/es5/locale/hr.js +83 -0
- package/es5/locale/hr.js.map +1 -0
- package/es5/locale/hu.js +83 -0
- package/es5/locale/hu.js.map +1 -0
- package/es5/locale/id.js +83 -0
- package/es5/locale/id.js.map +1 -0
- package/es5/locale/index.js +344 -0
- package/es5/locale/index.js.map +1 -0
- package/es5/locale/it.js +83 -0
- package/es5/locale/it.js.map +1 -0
- package/es5/locale/ja.js +83 -0
- package/es5/locale/ja.js.map +1 -0
- package/es5/locale/ko.js +83 -0
- package/es5/locale/ko.js.map +1 -0
- package/es5/locale/lt.js +83 -0
- package/es5/locale/lt.js.map +1 -0
- package/es5/locale/lv.js +83 -0
- package/es5/locale/lv.js.map +1 -0
- package/es5/locale/nl.js +83 -0
- package/es5/locale/nl.js.map +1 -0
- package/es5/locale/no.js +83 -0
- package/es5/locale/no.js.map +1 -0
- package/es5/locale/pl.js +83 -0
- package/es5/locale/pl.js.map +1 -0
- package/es5/locale/pt.js +83 -0
- package/es5/locale/pt.js.map +1 -0
- package/es5/locale/ro.js +83 -0
- package/es5/locale/ro.js.map +1 -0
- package/es5/locale/ru.js +83 -0
- package/es5/locale/ru.js.map +1 -0
- package/es5/locale/sk.js +83 -0
- package/es5/locale/sk.js.map +1 -0
- package/es5/locale/sl.js +83 -0
- package/es5/locale/sl.js.map +1 -0
- package/es5/locale/sr-Cyrl.js +83 -0
- package/es5/locale/sr-Cyrl.js.map +1 -0
- package/es5/locale/sr-Latn.js +83 -0
- package/es5/locale/sr-Latn.js.map +1 -0
- package/es5/locale/sv.js +83 -0
- package/es5/locale/sv.js.map +1 -0
- package/es5/locale/th.js +83 -0
- package/es5/locale/th.js.map +1 -0
- package/es5/locale/tr.js +83 -0
- package/es5/locale/tr.js.map +1 -0
- package/es5/locale/uk.js +83 -0
- package/es5/locale/uk.js.map +1 -0
- package/es5/locale/vi.js +83 -0
- package/es5/locale/vi.js.map +1 -0
- package/es5/locale/zh-Hans.js +83 -0
- package/es5/locale/zh-Hans.js.map +1 -0
- package/es5/locale/zh-Hant.js +83 -0
- package/es5/locale/zh-Hant.js.map +1 -0
- package/es5/mixins/activatable/index.js +218 -0
- package/es5/mixins/activatable/index.js.map +1 -0
- package/es5/mixins/applicationable/index.js +74 -0
- package/es5/mixins/applicationable/index.js.map +1 -0
- package/es5/mixins/binds-attrs/index.js +48 -0
- package/es5/mixins/binds-attrs/index.js.map +1 -0
- package/es5/mixins/bootable/index.js +58 -0
- package/es5/mixins/bootable/index.js.map +1 -0
- package/es5/mixins/button-group/index.js +35 -0
- package/es5/mixins/button-group/index.js.map +1 -0
- package/es5/mixins/colorable/index.js +137 -0
- package/es5/mixins/colorable/index.js.map +1 -0
- package/es5/mixins/comparable/index.js +23 -0
- package/es5/mixins/comparable/index.js.map +1 -0
- package/es5/mixins/delayable/index.js +63 -0
- package/es5/mixins/delayable/index.js.map +1 -0
- package/es5/mixins/dependent/index.js +93 -0
- package/es5/mixins/dependent/index.js.map +1 -0
- package/es5/mixins/detachable/index.js +157 -0
- package/es5/mixins/detachable/index.js.map +1 -0
- package/es5/mixins/elevatable/index.js +31 -0
- package/es5/mixins/elevatable/index.js.map +1 -0
- package/es5/mixins/filterable/index.js +22 -0
- package/es5/mixins/filterable/index.js.map +1 -0
- package/es5/mixins/groupable/index.js +71 -0
- package/es5/mixins/groupable/index.js.map +1 -0
- package/es5/mixins/intersectable/index.js +64 -0
- package/es5/mixins/intersectable/index.js.map +1 -0
- package/es5/mixins/loadable/index.js +53 -0
- package/es5/mixins/loadable/index.js.map +1 -0
- package/es5/mixins/localable/index.js +23 -0
- package/es5/mixins/localable/index.js.map +1 -0
- package/es5/mixins/measurable/index.js +45 -0
- package/es5/mixins/measurable/index.js.map +1 -0
- package/es5/mixins/menuable/index.js +397 -0
- package/es5/mixins/menuable/index.js.map +1 -0
- package/es5/mixins/mobile/index.js +50 -0
- package/es5/mixins/mobile/index.js.map +1 -0
- package/es5/mixins/mouse/index.js +134 -0
- package/es5/mixins/mouse/index.js.map +1 -0
- package/es5/mixins/overlayable/index.js +236 -0
- package/es5/mixins/overlayable/index.js.map +1 -0
- package/es5/mixins/picker/index.js +94 -0
- package/es5/mixins/picker/index.js.map +1 -0
- package/es5/mixins/picker-button/index.js +53 -0
- package/es5/mixins/picker-button/index.js.map +1 -0
- package/es5/mixins/positionable/index.js +61 -0
- package/es5/mixins/positionable/index.js.map +1 -0
- package/es5/mixins/proxyable/index.js +52 -0
- package/es5/mixins/proxyable/index.js.map +1 -0
- package/es5/mixins/registrable/index.js +46 -0
- package/es5/mixins/registrable/index.js.map +1 -0
- package/es5/mixins/returnable/index.js +44 -0
- package/es5/mixins/returnable/index.js.map +1 -0
- package/es5/mixins/rippleable/index.js +53 -0
- package/es5/mixins/rippleable/index.js.map +1 -0
- package/es5/mixins/roundable/index.js +58 -0
- package/es5/mixins/roundable/index.js.map +1 -0
- package/es5/mixins/routable/index.js +165 -0
- package/es5/mixins/routable/index.js.map +1 -0
- package/es5/mixins/scrollable/index.js +107 -0
- package/es5/mixins/scrollable/index.js.map +1 -0
- package/es5/mixins/selectable/index.js +178 -0
- package/es5/mixins/selectable/index.js.map +1 -0
- package/es5/mixins/sizeable/index.js +35 -0
- package/es5/mixins/sizeable/index.js.map +1 -0
- package/es5/mixins/ssr-bootable/index.js +40 -0
- package/es5/mixins/ssr-bootable/index.js.map +1 -0
- package/es5/mixins/stackable/index.js +71 -0
- package/es5/mixins/stackable/index.js.map +1 -0
- package/es5/mixins/themeable/index.js +106 -0
- package/es5/mixins/themeable/index.js.map +1 -0
- package/es5/mixins/toggleable/index.js +41 -0
- package/es5/mixins/toggleable/index.js.map +1 -0
- package/es5/mixins/transitionable/index.js +20 -0
- package/es5/mixins/transitionable/index.js.map +1 -0
- package/es5/mixins/translatable/index.js +62 -0
- package/es5/mixins/translatable/index.js.map +1 -0
- package/es5/mixins/validatable/index.js +293 -0
- package/es5/mixins/validatable/index.js.map +1 -0
- package/es5/presets/default/index.js +74 -0
- package/es5/presets/default/index.js.map +1 -0
- package/es5/services/application/index.js +89 -0
- package/es5/services/application/index.js.map +1 -0
- package/es5/services/breakpoint/index.js +196 -0
- package/es5/services/breakpoint/index.js.map +1 -0
- package/es5/services/goto/easing-patterns.js +98 -0
- package/es5/services/goto/easing-patterns.js.map +1 -0
- package/es5/services/goto/index.js +128 -0
- package/es5/services/goto/index.js.map +1 -0
- package/es5/services/goto/util.js +91 -0
- package/es5/services/goto/util.js.map +1 -0
- package/es5/services/icons/index.js +60 -0
- package/es5/services/icons/index.js.map +1 -0
- package/es5/services/icons/presets/fa-svg.js +31 -0
- package/es5/services/icons/presets/fa-svg.js.map +1 -0
- package/es5/services/icons/presets/fa.js +44 -0
- package/es5/services/icons/presets/fa.js.map +1 -0
- package/es5/services/icons/presets/fa4.js +44 -0
- package/es5/services/icons/presets/fa4.js.map +1 -0
- package/es5/services/icons/presets/index.js +32 -0
- package/es5/services/icons/presets/index.js.map +1 -0
- package/es5/services/icons/presets/md.js +44 -0
- package/es5/services/icons/presets/md.js.map +1 -0
- package/es5/services/icons/presets/mdi-svg.js +44 -0
- package/es5/services/icons/presets/mdi-svg.js.map +1 -0
- package/es5/services/icons/presets/mdi.js +44 -0
- package/es5/services/icons/presets/mdi.js.map +1 -0
- package/es5/services/index.js +97 -0
- package/es5/services/index.js.map +1 -0
- package/es5/services/lang/index.js +121 -0
- package/es5/services/lang/index.js.map +1 -0
- package/es5/services/presets/index.js +71 -0
- package/es5/services/presets/index.js.map +1 -0
- package/es5/services/service/index.js +30 -0
- package/es5/services/service/index.js.map +1 -0
- package/es5/services/theme/index.js +273 -0
- package/es5/services/theme/index.js.map +1 -0
- package/es5/services/theme/utils.js +175 -0
- package/es5/services/theme/utils.js.map +1 -0
- package/es5/util/color/transformCIELAB.js +29 -0
- package/es5/util/color/transformCIELAB.js.map +1 -0
- package/es5/util/color/transformSRGB.js +53 -0
- package/es5/util/color/transformSRGB.js.map +1 -0
- package/es5/util/colorUtils.js +310 -0
- package/es5/util/colorUtils.js.map +1 -0
- package/es5/util/colors.js +329 -0
- package/es5/util/colors.js.map +1 -0
- package/es5/util/console.js +156 -0
- package/es5/util/console.js.map +1 -0
- package/es5/util/dateTimeUtils.js +66 -0
- package/es5/util/dateTimeUtils.js.map +1 -0
- package/es5/util/dedupeModelListeners.js +24 -0
- package/es5/util/dedupeModelListeners.js.map +1 -0
- package/es5/util/dom.js +33 -0
- package/es5/util/dom.js.map +1 -0
- package/es5/util/helpers.js +663 -0
- package/es5/util/helpers.js.map +1 -0
- package/es5/util/legacyEventsMixin.js +48 -0
- package/es5/util/legacyEventsMixin.js.map +1 -0
- package/es5/util/make-directive-activatable.js +74 -0
- package/es5/util/make-directive-activatable.js.map +1 -0
- package/es5/util/mergeData.js +205 -0
- package/es5/util/mergeData.js.map +1 -0
- package/es5/util/mixins.js +29 -0
- package/es5/util/mixins.js.map +1 -0
- package/es5/util/rebuildFunctionalSlots.js +21 -0
- package/es5/util/rebuildFunctionalSlots.js.map +1 -0
- package/lib/components/VAlert/VAlert.js +219 -0
- package/lib/components/VAlert/VAlert.js.map +1 -0
- package/lib/components/VAlert/index.js +4 -0
- package/lib/components/VAlert/index.js.map +1 -0
- package/lib/components/VApp/VApp.js +56 -0
- package/lib/components/VApp/VApp.js.map +1 -0
- package/lib/components/VApp/index.js +4 -0
- package/lib/components/VApp/index.js.map +1 -0
- package/lib/components/VAppBar/VAppBar.js +254 -0
- package/lib/components/VAppBar/VAppBar.js.map +1 -0
- package/lib/components/VAppBar/VAppBarNavIcon.js +25 -0
- package/lib/components/VAppBar/VAppBarNavIcon.js.map +1 -0
- package/lib/components/VAppBar/VAppBarTitle.js +64 -0
- package/lib/components/VAppBar/VAppBarTitle.js.map +1 -0
- package/lib/components/VAppBar/index.js +12 -0
- package/lib/components/VAppBar/index.js.map +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.js +400 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -0
- package/lib/components/VAutocomplete/index.js +4 -0
- package/lib/components/VAutocomplete/index.js.map +1 -0
- package/lib/components/VAvatar/VAvatar.js +50 -0
- package/lib/components/VAvatar/VAvatar.js.map +1 -0
- package/lib/components/VAvatar/index.js +4 -0
- package/lib/components/VAvatar/index.js.map +1 -0
- package/lib/components/VBadge/VBadge.js +196 -0
- package/lib/components/VBadge/VBadge.js.map +1 -0
- package/lib/components/VBadge/index.js +4 -0
- package/lib/components/VBadge/index.js.map +1 -0
- package/lib/components/VBanner/VBanner.js +148 -0
- package/lib/components/VBanner/VBanner.js.map +1 -0
- package/lib/components/VBanner/index.js +4 -0
- package/lib/components/VBanner/index.js.map +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.js +134 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -0
- package/lib/components/VBottomNavigation/index.js +4 -0
- package/lib/components/VBottomNavigation/index.js.map +1 -0
- package/lib/components/VBottomSheet/VBottomSheet.js +28 -0
- package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -0
- package/lib/components/VBottomSheet/index.js +4 -0
- package/lib/components/VBottomSheet/index.js.map +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js +73 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.js +3 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.js.map +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +47 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -0
- package/lib/components/VBreadcrumbs/index.js +12 -0
- package/lib/components/VBreadcrumbs/index.js.map +1 -0
- package/lib/components/VBtn/VBtn.js +184 -0
- package/lib/components/VBtn/VBtn.js.map +1 -0
- package/lib/components/VBtn/index.js +4 -0
- package/lib/components/VBtn/index.js.map +1 -0
- package/lib/components/VBtnToggle/VBtnToggle.js +46 -0
- package/lib/components/VBtnToggle/VBtnToggle.js.map +1 -0
- package/lib/components/VBtnToggle/index.js +4 -0
- package/lib/components/VBtnToggle/index.js.map +1 -0
- package/lib/components/VCalendar/VCalendar.js +399 -0
- package/lib/components/VCalendar/VCalendar.js.map +1 -0
- package/lib/components/VCalendar/VCalendarCategory.js +132 -0
- package/lib/components/VCalendar/VCalendarCategory.js.map +1 -0
- package/lib/components/VCalendar/VCalendarDaily.js +256 -0
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -0
- package/lib/components/VCalendar/VCalendarMonthly.js +28 -0
- package/lib/components/VCalendar/VCalendarMonthly.js.map +1 -0
- package/lib/components/VCalendar/VCalendarWeekly.js +212 -0
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -0
- package/lib/components/VCalendar/index.js +16 -0
- package/lib/components/VCalendar/index.js.map +1 -0
- package/lib/components/VCalendar/mixins/calendar-base.js +99 -0
- package/lib/components/VCalendar/mixins/calendar-base.js.map +1 -0
- package/lib/components/VCalendar/mixins/calendar-with-events.js +454 -0
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -0
- package/lib/components/VCalendar/mixins/calendar-with-intervals.js +163 -0
- package/lib/components/VCalendar/mixins/calendar-with-intervals.js.map +1 -0
- package/lib/components/VCalendar/mixins/times.js +70 -0
- package/lib/components/VCalendar/mixins/times.js.map +1 -0
- package/lib/components/VCalendar/modes/column.js +18 -0
- package/lib/components/VCalendar/modes/column.js.map +1 -0
- package/lib/components/VCalendar/modes/common.js +119 -0
- package/lib/components/VCalendar/modes/common.js.map +1 -0
- package/lib/components/VCalendar/modes/index.js +7 -0
- package/lib/components/VCalendar/modes/index.js.map +1 -0
- package/lib/components/VCalendar/modes/stack.js +242 -0
- package/lib/components/VCalendar/modes/stack.js.map +1 -0
- package/lib/components/VCalendar/util/events.js +40 -0
- package/lib/components/VCalendar/util/events.js.map +1 -0
- package/lib/components/VCalendar/util/parser.js +19 -0
- package/lib/components/VCalendar/util/parser.js.map +1 -0
- package/lib/components/VCalendar/util/props.js +258 -0
- package/lib/components/VCalendar/util/props.js.map +1 -0
- package/lib/components/VCalendar/util/timestamp.js +454 -0
- package/lib/components/VCalendar/util/timestamp.js.map +1 -0
- package/lib/components/VCard/VCard.js +83 -0
- package/lib/components/VCard/VCard.js.map +1 -0
- package/lib/components/VCard/index.js +17 -0
- package/lib/components/VCard/index.js.map +1 -0
- package/lib/components/VCarousel/VCarousel.js +224 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -0
- package/lib/components/VCarousel/VCarouselItem.js +58 -0
- package/lib/components/VCarousel/VCarouselItem.js.map +1 -0
- package/lib/components/VCarousel/index.js +10 -0
- package/lib/components/VCarousel/index.js.map +1 -0
- package/lib/components/VCheckbox/VCheckbox.js +117 -0
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -0
- package/lib/components/VCheckbox/VSimpleCheckbox.js +128 -0
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -0
- package/lib/components/VCheckbox/index.js +10 -0
- package/lib/components/VCheckbox/index.js.map +1 -0
- package/lib/components/VChip/VChip.js +174 -0
- package/lib/components/VChip/VChip.js.map +1 -0
- package/lib/components/VChip/index.js +4 -0
- package/lib/components/VChip/index.js.map +1 -0
- package/lib/components/VChipGroup/VChipGroup.js +47 -0
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -0
- package/lib/components/VChipGroup/index.js +4 -0
- package/lib/components/VChipGroup/index.js.map +1 -0
- package/lib/components/VColorPicker/VColorPicker.js +166 -0
- package/lib/components/VColorPicker/VColorPicker.js.map +1 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.js +171 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -0
- package/lib/components/VColorPicker/VColorPickerEdit.js +139 -0
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -0
- package/lib/components/VColorPicker/VColorPickerPreview.js +101 -0
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -0
- package/lib/components/VColorPicker/VColorPickerSwatches.js +83 -0
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -0
- package/lib/components/VColorPicker/index.js +6 -0
- package/lib/components/VColorPicker/index.js.map +1 -0
- package/lib/components/VColorPicker/util/index.js +149 -0
- package/lib/components/VColorPicker/util/index.js.map +1 -0
- package/lib/components/VCombobox/VCombobox.js +247 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -0
- package/lib/components/VCombobox/index.js +4 -0
- package/lib/components/VCombobox/index.js.map +1 -0
- package/lib/components/VContent/VContent.js +41 -0
- package/lib/components/VContent/VContent.js.map +1 -0
- package/lib/components/VContent/index.js +4 -0
- package/lib/components/VContent/index.js.map +1 -0
- package/lib/components/VCounter/VCounter.js +37 -0
- package/lib/components/VCounter/VCounter.js.map +1 -0
- package/lib/components/VCounter/index.js +4 -0
- package/lib/components/VCounter/index.js.map +1 -0
- package/lib/components/VData/VData.js +442 -0
- package/lib/components/VData/VData.js.map +1 -0
- package/lib/components/VData/index.js +4 -0
- package/lib/components/VData/index.js.map +1 -0
- package/lib/components/VDataIterator/VDataFooter.js +206 -0
- package/lib/components/VDataIterator/VDataFooter.js.map +1 -0
- package/lib/components/VDataIterator/VDataIterator.js +336 -0
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -0
- package/lib/components/VDataIterator/index.js +10 -0
- package/lib/components/VDataIterator/index.js.map +1 -0
- package/lib/components/VDataTable/MobileRow.js +59 -0
- package/lib/components/VDataTable/MobileRow.js.map +1 -0
- package/lib/components/VDataTable/Row.js +54 -0
- package/lib/components/VDataTable/Row.js.map +1 -0
- package/lib/components/VDataTable/RowGroup.js +64 -0
- package/lib/components/VDataTable/RowGroup.js.map +1 -0
- package/lib/components/VDataTable/VDataTable.js +619 -0
- package/lib/components/VDataTable/VDataTable.js.map +1 -0
- package/lib/components/VDataTable/VDataTableHeader.js +32 -0
- package/lib/components/VDataTable/VDataTableHeader.js.map +1 -0
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +113 -0
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -0
- package/lib/components/VDataTable/VDataTableHeaderMobile.js +89 -0
- package/lib/components/VDataTable/VDataTableHeaderMobile.js.map +1 -0
- package/lib/components/VDataTable/VEditDialog.js +126 -0
- package/lib/components/VDataTable/VEditDialog.js.map +1 -0
- package/lib/components/VDataTable/VSimpleTable.js +45 -0
- package/lib/components/VDataTable/VSimpleTable.js.map +1 -0
- package/lib/components/VDataTable/VVirtualTable.js +153 -0
- package/lib/components/VDataTable/VVirtualTable.js.map +1 -0
- package/lib/components/VDataTable/index.js +19 -0
- package/lib/components/VDataTable/index.js.map +1 -0
- package/lib/components/VDataTable/mixins/header.js +65 -0
- package/lib/components/VDataTable/mixins/header.js.map +1 -0
- package/lib/components/VDatePicker/VDatePicker.js +532 -0
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -0
- package/lib/components/VDatePicker/VDatePickerDateTable.js +146 -0
- package/lib/components/VDatePicker/VDatePickerDateTable.js.map +1 -0
- package/lib/components/VDatePicker/VDatePickerHeader.js +158 -0
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -0
- package/lib/components/VDatePicker/VDatePickerMonthTable.js +57 -0
- package/lib/components/VDatePicker/VDatePickerMonthTable.js.map +1 -0
- package/lib/components/VDatePicker/VDatePickerTitle.js +105 -0
- package/lib/components/VDatePicker/VDatePickerTitle.js.map +1 -0
- package/lib/components/VDatePicker/VDatePickerYears.js +103 -0
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -0
- package/lib/components/VDatePicker/index.js +18 -0
- package/lib/components/VDatePicker/index.js.map +1 -0
- package/lib/components/VDatePicker/mixins/date-picker-table.js +238 -0
- package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -0
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.js +25 -0
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.js.map +1 -0
- package/lib/components/VDatePicker/util/eventHelpers.js +31 -0
- package/lib/components/VDatePicker/util/eventHelpers.js.map +1 -0
- package/lib/components/VDatePicker/util/index.js +7 -0
- package/lib/components/VDatePicker/util/index.js.map +1 -0
- package/lib/components/VDatePicker/util/isDateAllowed.js +4 -0
- package/lib/components/VDatePicker/util/isDateAllowed.js.map +1 -0
- package/lib/components/VDatePicker/util/monthChange.js +18 -0
- package/lib/components/VDatePicker/util/monthChange.js.map +1 -0
- package/lib/components/VDatePicker/util/pad.js +20 -0
- package/lib/components/VDatePicker/util/pad.js.map +1 -0
- package/lib/components/VDatePicker/util/sanitizeDateString.js +12 -0
- package/lib/components/VDatePicker/util/sanitizeDateString.js.map +1 -0
- package/lib/components/VDialog/VDialog.js +297 -0
- package/lib/components/VDialog/VDialog.js.map +1 -0
- package/lib/components/VDialog/index.js +4 -0
- package/lib/components/VDialog/index.js.map +1 -0
- package/lib/components/VDivider/VDivider.js +39 -0
- package/lib/components/VDivider/VDivider.js.map +1 -0
- package/lib/components/VDivider/index.js +4 -0
- package/lib/components/VDivider/index.js.map +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.js +86 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js +55 -0
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +97 -0
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.js +70 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -0
- package/lib/components/VExpansionPanel/index.js +14 -0
- package/lib/components/VExpansionPanel/index.js.map +1 -0
- package/lib/components/VFileInput/VFileInput.js +289 -0
- package/lib/components/VFileInput/VFileInput.js.map +1 -0
- package/lib/components/VFileInput/index.js +4 -0
- package/lib/components/VFileInput/index.js.map +1 -0
- package/lib/components/VFooter/VFooter.js +90 -0
- package/lib/components/VFooter/VFooter.js.map +1 -0
- package/lib/components/VFooter/index.js +4 -0
- package/lib/components/VFooter/index.js.map +1 -0
- package/lib/components/VForm/VForm.js +147 -0
- package/lib/components/VForm/VForm.js.map +1 -0
- package/lib/components/VForm/index.js +4 -0
- package/lib/components/VForm/index.js.map +1 -0
- package/lib/components/VGrid/VCol.js +148 -0
- package/lib/components/VGrid/VCol.js.map +1 -0
- package/lib/components/VGrid/VContainer.js +63 -0
- package/lib/components/VGrid/VContainer.js.map +1 -0
- package/lib/components/VGrid/VFlex.js +4 -0
- package/lib/components/VGrid/VFlex.js.map +1 -0
- package/lib/components/VGrid/VLayout.js +4 -0
- package/lib/components/VGrid/VLayout.js.map +1 -0
- package/lib/components/VGrid/VRow.js +140 -0
- package/lib/components/VGrid/VRow.js.map +1 -0
- package/lib/components/VGrid/VSpacer.js +4 -0
- package/lib/components/VGrid/VSpacer.js.map +1 -0
- package/lib/components/VGrid/grid.js +57 -0
- package/lib/components/VGrid/grid.js.map +1 -0
- package/lib/components/VGrid/index.js +18 -0
- package/lib/components/VGrid/index.js.map +1 -0
- package/lib/components/VHover/VHover.js +75 -0
- package/lib/components/VHover/VHover.js.map +1 -0
- package/lib/components/VHover/index.js +4 -0
- package/lib/components/VHover/index.js.map +1 -0
- package/lib/components/VIcon/VIcon.js +285 -0
- package/lib/components/VIcon/VIcon.js.map +1 -0
- package/lib/components/VIcon/index.js +4 -0
- package/lib/components/VIcon/index.js.map +1 -0
- package/lib/components/VImg/VImg.js +261 -0
- package/lib/components/VImg/VImg.js.map +1 -0
- package/lib/components/VImg/index.js +4 -0
- package/lib/components/VImg/index.js.map +1 -0
- package/lib/components/VInput/VInput.js +322 -0
- package/lib/components/VInput/VInput.js.map +1 -0
- package/lib/components/VInput/index.js +4 -0
- package/lib/components/VInput/index.js.map +1 -0
- package/lib/components/VItemGroup/VItem.js +79 -0
- package/lib/components/VItemGroup/VItem.js.map +1 -0
- package/lib/components/VItemGroup/VItemGroup.js +237 -0
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -0
- package/lib/components/VItemGroup/index.js +10 -0
- package/lib/components/VItemGroup/index.js.map +1 -0
- package/lib/components/VLabel/VLabel.js +62 -0
- package/lib/components/VLabel/VLabel.js.map +1 -0
- package/lib/components/VLabel/index.js +4 -0
- package/lib/components/VLabel/index.js.map +1 -0
- package/lib/components/VLazy/VLazy.js +67 -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/VList.js +91 -0
- package/lib/components/VList/VList.js.map +1 -0
- package/lib/components/VList/VListGroup.js +173 -0
- package/lib/components/VList/VListGroup.js.map +1 -0
- package/lib/components/VList/VListItem.js +186 -0
- package/lib/components/VList/VListItem.js.map +1 -0
- package/lib/components/VList/VListItemAction.js +27 -0
- package/lib/components/VList/VListItemAction.js.map +1 -0
- package/lib/components/VList/VListItemAvatar.js +34 -0
- package/lib/components/VList/VListItemAvatar.js.map +1 -0
- package/lib/components/VList/VListItemGroup.js +38 -0
- package/lib/components/VList/VListItemGroup.js.map +1 -0
- package/lib/components/VList/VListItemIcon.js +19 -0
- package/lib/components/VList/VListItemIcon.js.map +1 -0
- package/lib/components/VList/index.js +29 -0
- package/lib/components/VList/index.js.map +1 -0
- package/lib/components/VMain/VMain.js +52 -0
- package/lib/components/VMain/VMain.js.map +1 -0
- package/lib/components/VMain/index.js +4 -0
- package/lib/components/VMain/index.js.map +1 -0
- package/lib/components/VMenu/VMenu.js +472 -0
- package/lib/components/VMenu/VMenu.js.map +1 -0
- package/lib/components/VMenu/index.js +4 -0
- package/lib/components/VMenu/index.js.map +1 -0
- package/lib/components/VMessages/VMessages.js +60 -0
- package/lib/components/VMessages/VMessages.js.map +1 -0
- package/lib/components/VMessages/index.js +4 -0
- package/lib/components/VMessages/index.js.map +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +393 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -0
- package/lib/components/VNavigationDrawer/index.js +4 -0
- package/lib/components/VNavigationDrawer/index.js.map +1 -0
- package/lib/components/VOtpInput/VOtpInput.js +377 -0
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -0
- package/lib/components/VOtpInput/index.js +4 -0
- package/lib/components/VOtpInput/index.js.map +1 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.js +108 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -0
- package/lib/components/VOverflowBtn/index.js +4 -0
- package/lib/components/VOverflowBtn/index.js.map +1 -0
- package/lib/components/VOverlay/VOverlay.js +100 -0
- package/lib/components/VOverlay/VOverlay.js.map +1 -0
- package/lib/components/VOverlay/index.js +4 -0
- package/lib/components/VOverlay/index.js.map +1 -0
- package/lib/components/VPagination/VPagination.js +237 -0
- package/lib/components/VPagination/VPagination.js.map +1 -0
- package/lib/components/VPagination/index.js +4 -0
- package/lib/components/VPagination/index.js.map +1 -0
- package/lib/components/VParallax/VParallax.js +92 -0
- package/lib/components/VParallax/VParallax.js.map +1 -0
- package/lib/components/VParallax/index.js +4 -0
- package/lib/components/VParallax/index.js.map +1 -0
- package/lib/components/VPicker/VPicker.js +86 -0
- package/lib/components/VPicker/VPicker.js.map +1 -0
- package/lib/components/VPicker/index.js +4 -0
- package/lib/components/VPicker/index.js.map +1 -0
- package/lib/components/VProgressCircular/VProgressCircular.js +150 -0
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -0
- package/lib/components/VProgressCircular/index.js +4 -0
- package/lib/components/VProgressCircular/index.js.map +1 -0
- package/lib/components/VProgressLinear/VProgressLinear.js +267 -0
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -0
- package/lib/components/VProgressLinear/index.js +4 -0
- package/lib/components/VProgressLinear/index.js.map +1 -0
- package/lib/components/VRadioGroup/VRadio.js +176 -0
- package/lib/components/VRadioGroup/VRadio.js.map +1 -0
- package/lib/components/VRadioGroup/VRadioGroup.js +95 -0
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -0
- package/lib/components/VRadioGroup/index.js +10 -0
- package/lib/components/VRadioGroup/index.js.map +1 -0
- package/lib/components/VRangeSlider/VRangeSlider.js +243 -0
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -0
- package/lib/components/VRangeSlider/index.js +4 -0
- package/lib/components/VRangeSlider/index.js.map +1 -0
- package/lib/components/VRating/VRating.js +243 -0
- package/lib/components/VRating/VRating.js.map +1 -0
- package/lib/components/VRating/index.js +4 -0
- package/lib/components/VRating/index.js.map +1 -0
- package/lib/components/VResponsive/VResponsive.js +53 -0
- package/lib/components/VResponsive/VResponsive.js.map +1 -0
- package/lib/components/VResponsive/index.js +4 -0
- package/lib/components/VResponsive/index.js.map +1 -0
- package/lib/components/VSelect/VSelect.js +860 -0
- package/lib/components/VSelect/VSelect.js.map +1 -0
- package/lib/components/VSelect/VSelectList.js +265 -0
- package/lib/components/VSelect/VSelectList.js.map +1 -0
- package/lib/components/VSelect/index.js +4 -0
- package/lib/components/VSelect/index.js.map +1 -0
- package/lib/components/VSheet/VSheet.js +57 -0
- package/lib/components/VSheet/VSheet.js.map +1 -0
- package/lib/components/VSheet/index.js +4 -0
- package/lib/components/VSheet/index.js.map +1 -0
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +188 -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 +450 -0
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -0
- package/lib/components/VSlideGroup/VSlideItem.js +12 -0
- package/lib/components/VSlideGroup/VSlideItem.js.map +1 -0
- package/lib/components/VSlideGroup/index.js +10 -0
- package/lib/components/VSlideGroup/index.js.map +1 -0
- package/lib/components/VSlider/VSlider.js +542 -0
- package/lib/components/VSlider/VSlider.js.map +1 -0
- package/lib/components/VSlider/index.js +4 -0
- package/lib/components/VSlider/index.js.map +1 -0
- package/lib/components/VSnackbar/VSnackbar.js +178 -0
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -0
- package/lib/components/VSnackbar/index.js +4 -0
- package/lib/components/VSnackbar/index.js.map +1 -0
- package/lib/components/VSparkline/VSparkline.js +338 -0
- package/lib/components/VSparkline/VSparkline.js.map +1 -0
- package/lib/components/VSparkline/helpers/core.js +46 -0
- package/lib/components/VSparkline/helpers/core.js.map +1 -0
- package/lib/components/VSparkline/helpers/math.js +32 -0
- package/lib/components/VSparkline/helpers/math.js.map +1 -0
- package/lib/components/VSparkline/helpers/path.js +26 -0
- package/lib/components/VSparkline/helpers/path.js.map +1 -0
- package/lib/components/VSparkline/index.js +4 -0
- package/lib/components/VSparkline/index.js.map +1 -0
- package/lib/components/VSpeedDial/VSpeedDial.js +93 -0
- package/lib/components/VSpeedDial/VSpeedDial.js.map +1 -0
- package/lib/components/VSpeedDial/index.js +4 -0
- package/lib/components/VSpeedDial/index.js.map +1 -0
- package/lib/components/VStepper/VStepper.js +126 -0
- package/lib/components/VStepper/VStepper.js.map +1 -0
- package/lib/components/VStepper/VStepperContent.js +130 -0
- package/lib/components/VStepper/VStepperContent.js.map +1 -0
- package/lib/components/VStepper/VStepperStep.js +145 -0
- package/lib/components/VStepper/VStepperStep.js.map +1 -0
- package/lib/components/VStepper/index.js +17 -0
- package/lib/components/VStepper/index.js.map +1 -0
- package/lib/components/VSubheader/VSubheader.js +27 -0
- package/lib/components/VSubheader/VSubheader.js.map +1 -0
- package/lib/components/VSubheader/index.js +4 -0
- package/lib/components/VSubheader/index.js.map +1 -0
- package/lib/components/VSwitch/VSwitch.js +117 -0
- package/lib/components/VSwitch/VSwitch.js.map +1 -0
- package/lib/components/VSwitch/index.js +4 -0
- package/lib/components/VSwitch/index.js.map +1 -0
- package/lib/components/VSystemBar/VSystemBar.js +64 -0
- package/lib/components/VSystemBar/VSystemBar.js.map +1 -0
- package/lib/components/VSystemBar/index.js +4 -0
- package/lib/components/VSystemBar/index.js.map +1 -0
- package/lib/components/VTabs/VTab.js +99 -0
- package/lib/components/VTabs/VTab.js.map +1 -0
- package/lib/components/VTabs/VTabItem.js +21 -0
- package/lib/components/VTabs/VTabItem.js.map +1 -0
- package/lib/components/VTabs/VTabs.js +323 -0
- package/lib/components/VTabs/VTabs.js.map +1 -0
- package/lib/components/VTabs/VTabsBar.js +81 -0
- package/lib/components/VTabs/VTabsBar.js.map +1 -0
- package/lib/components/VTabs/VTabsItems.js +37 -0
- package/lib/components/VTabs/VTabsItems.js.map +1 -0
- package/lib/components/VTabs/VTabsSlider.js +18 -0
- package/lib/components/VTabs/VTabsSlider.js.map +1 -0
- package/lib/components/VTabs/index.js +16 -0
- package/lib/components/VTabs/index.js.map +1 -0
- package/lib/components/VTextField/VTextField.js +511 -0
- package/lib/components/VTextField/VTextField.js.map +1 -0
- package/lib/components/VTextField/index.js +4 -0
- package/lib/components/VTextField/index.js.map +1 -0
- package/lib/components/VTextarea/VTextarea.js +105 -0
- package/lib/components/VTextarea/VTextarea.js.map +1 -0
- package/lib/components/VTextarea/index.js +4 -0
- package/lib/components/VTextarea/index.js.map +1 -0
- package/lib/components/VThemeProvider/VThemeProvider.js +24 -0
- package/lib/components/VThemeProvider/VThemeProvider.js.map +1 -0
- package/lib/components/VThemeProvider/index.js +4 -0
- package/lib/components/VThemeProvider/index.js.map +1 -0
- package/lib/components/VTimePicker/SelectingTimes.js +10 -0
- package/lib/components/VTimePicker/SelectingTimes.js.map +1 -0
- package/lib/components/VTimePicker/VTimePicker.js +383 -0
- package/lib/components/VTimePicker/VTimePicker.js.map +1 -0
- package/lib/components/VTimePicker/VTimePickerClock.js +270 -0
- package/lib/components/VTimePicker/VTimePickerClock.js.map +1 -0
- package/lib/components/VTimePicker/VTimePickerTitle.js +72 -0
- package/lib/components/VTimePicker/VTimePickerTitle.js.map +1 -0
- package/lib/components/VTimePicker/index.js +12 -0
- package/lib/components/VTimePicker/index.js.map +1 -0
- package/lib/components/VTimeline/VTimeline.js +43 -0
- package/lib/components/VTimeline/VTimeline.js.map +1 -0
- package/lib/components/VTimeline/VTimelineItem.js +97 -0
- package/lib/components/VTimeline/VTimelineItem.js.map +1 -0
- package/lib/components/VTimeline/index.js +10 -0
- package/lib/components/VTimeline/index.js.map +1 -0
- package/lib/components/VToolbar/VToolbar.js +151 -0
- package/lib/components/VToolbar/VToolbar.js.map +1 -0
- package/lib/components/VToolbar/index.js +15 -0
- package/lib/components/VToolbar/index.js.map +1 -0
- package/lib/components/VTooltip/VTooltip.js +201 -0
- package/lib/components/VTooltip/VTooltip.js.map +1 -0
- package/lib/components/VTooltip/index.js +4 -0
- package/lib/components/VTooltip/index.js.map +1 -0
- package/lib/components/VTreeview/VTreeview.js +400 -0
- package/lib/components/VTreeview/VTreeview.js.map +1 -0
- package/lib/components/VTreeview/VTreeviewNode.js +328 -0
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -0
- package/lib/components/VTreeview/index.js +10 -0
- package/lib/components/VTreeview/index.js.map +1 -0
- package/lib/components/VTreeview/util/filterTreeItems.js +28 -0
- package/lib/components/VTreeview/util/filterTreeItems.js.map +1 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.js +117 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -0
- package/lib/components/VVirtualScroll/index.js +4 -0
- package/lib/components/VVirtualScroll/index.js.map +1 -0
- package/lib/components/VWindow/VWindow.js +262 -0
- package/lib/components/VWindow/VWindow.js.map +1 -0
- package/lib/components/VWindow/VWindowItem.js +136 -0
- package/lib/components/VWindow/VWindowItem.js.map +1 -0
- package/lib/components/VWindow/index.js +10 -0
- package/lib/components/VWindow/index.js.map +1 -0
- package/lib/components/index.js +82 -0
- package/lib/components/index.js.map +1 -0
- package/lib/components/transitions/createTransition.js +119 -0
- package/lib/components/transitions/createTransition.js.map +1 -0
- package/lib/components/transitions/expand-transition.js +71 -0
- package/lib/components/transitions/expand-transition.js.map +1 -0
- package/lib/components/transitions/index.js +52 -0
- package/lib/components/transitions/index.js.map +1 -0
- package/lib/directives/click-outside/index.js +101 -0
- package/lib/directives/click-outside/index.js.map +1 -0
- package/lib/directives/color/index.js +62 -0
- package/lib/directives/color/index.js.map +1 -0
- package/lib/directives/index.js +8 -0
- package/lib/directives/index.js.map +1 -0
- package/lib/directives/intersect/index.js +63 -0
- package/lib/directives/intersect/index.js.map +1 -0
- package/lib/directives/mutate/index.js +54 -0
- package/lib/directives/mutate/index.js.map +1 -0
- package/lib/directives/resize/index.js +35 -0
- package/lib/directives/resize/index.js.map +1 -0
- package/lib/directives/ripple/index.js +339 -0
- package/lib/directives/ripple/index.js.map +1 -0
- package/lib/directives/scroll/index.js +40 -0
- package/lib/directives/scroll/index.js.map +1 -0
- package/lib/directives/touch/index.js +108 -0
- package/lib/directives/touch/index.js.map +1 -0
- package/lib/framework.js +53 -0
- package/lib/framework.js.map +1 -0
- package/lib/index.js +5 -0
- package/lib/index.js.map +1 -0
- package/lib/install.js +77 -0
- package/lib/install.js.map +1 -0
- package/lib/locale/af.js +76 -0
- package/lib/locale/af.js.map +1 -0
- package/lib/locale/ar.js +76 -0
- package/lib/locale/ar.js.map +1 -0
- package/lib/locale/az.js +76 -0
- package/lib/locale/az.js.map +1 -0
- package/lib/locale/bg.js +76 -0
- package/lib/locale/bg.js.map +1 -0
- package/lib/locale/ca.js +76 -0
- package/lib/locale/ca.js.map +1 -0
- package/lib/locale/ckb.js +76 -0
- package/lib/locale/ckb.js.map +1 -0
- package/lib/locale/cs.js +76 -0
- package/lib/locale/cs.js.map +1 -0
- package/lib/locale/da.js +76 -0
- package/lib/locale/da.js.map +1 -0
- package/lib/locale/de.js +76 -0
- package/lib/locale/de.js.map +1 -0
- package/lib/locale/el.js +76 -0
- package/lib/locale/el.js.map +1 -0
- package/lib/locale/en.js +76 -0
- package/lib/locale/en.js.map +1 -0
- package/lib/locale/es.js +76 -0
- package/lib/locale/es.js.map +1 -0
- package/lib/locale/et.js +76 -0
- package/lib/locale/et.js.map +1 -0
- package/lib/locale/fa.js +76 -0
- package/lib/locale/fa.js.map +1 -0
- package/lib/locale/fi.js +76 -0
- package/lib/locale/fi.js.map +1 -0
- package/lib/locale/fr.js +76 -0
- package/lib/locale/fr.js.map +1 -0
- package/lib/locale/he.js +76 -0
- package/lib/locale/he.js.map +1 -0
- package/lib/locale/hr.js +76 -0
- package/lib/locale/hr.js.map +1 -0
- package/lib/locale/hu.js +76 -0
- package/lib/locale/hu.js.map +1 -0
- package/lib/locale/id.js +76 -0
- package/lib/locale/id.js.map +1 -0
- package/lib/locale/index.js +43 -0
- package/lib/locale/index.js.map +1 -0
- package/lib/locale/it.js +76 -0
- package/lib/locale/it.js.map +1 -0
- package/lib/locale/ja.js +76 -0
- package/lib/locale/ja.js.map +1 -0
- package/lib/locale/ko.js +76 -0
- package/lib/locale/ko.js.map +1 -0
- package/lib/locale/lt.js +76 -0
- package/lib/locale/lt.js.map +1 -0
- package/lib/locale/lv.js +76 -0
- package/lib/locale/lv.js.map +1 -0
- package/lib/locale/nl.js +76 -0
- package/lib/locale/nl.js.map +1 -0
- package/lib/locale/no.js +76 -0
- package/lib/locale/no.js.map +1 -0
- package/lib/locale/pl.js +76 -0
- package/lib/locale/pl.js.map +1 -0
- package/lib/locale/pt.js +76 -0
- package/lib/locale/pt.js.map +1 -0
- package/lib/locale/ro.js +76 -0
- package/lib/locale/ro.js.map +1 -0
- package/lib/locale/ru.js +76 -0
- package/lib/locale/ru.js.map +1 -0
- package/lib/locale/sk.js +76 -0
- package/lib/locale/sk.js.map +1 -0
- package/lib/locale/sl.js +76 -0
- package/lib/locale/sl.js.map +1 -0
- package/lib/locale/sr-Cyrl.js +76 -0
- package/lib/locale/sr-Cyrl.js.map +1 -0
- package/lib/locale/sr-Latn.js +76 -0
- package/lib/locale/sr-Latn.js.map +1 -0
- package/lib/locale/sv.js +76 -0
- package/lib/locale/sv.js.map +1 -0
- package/lib/locale/th.js +76 -0
- package/lib/locale/th.js.map +1 -0
- package/lib/locale/tr.js +76 -0
- package/lib/locale/tr.js.map +1 -0
- package/lib/locale/uk.js +76 -0
- package/lib/locale/uk.js.map +1 -0
- package/lib/locale/vi.js +76 -0
- package/lib/locale/vi.js.map +1 -0
- package/lib/locale/zh-Hans.js +76 -0
- package/lib/locale/zh-Hans.js.map +1 -0
- package/lib/locale/zh-Hant.js +76 -0
- package/lib/locale/zh-Hant.js.map +1 -0
- package/lib/mixins/activatable/index.js +202 -0
- package/lib/mixins/activatable/index.js.map +1 -0
- package/lib/mixins/applicationable/index.js +69 -0
- package/lib/mixins/applicationable/index.js.map +1 -0
- package/lib/mixins/binds-attrs/index.js +39 -0
- package/lib/mixins/binds-attrs/index.js.map +1 -0
- package/lib/mixins/bootable/index.js +50 -0
- package/lib/mixins/bootable/index.js.map +1 -0
- package/lib/mixins/button-group/index.js +27 -0
- package/lib/mixins/button-group/index.js.map +1 -0
- package/lib/mixins/colorable/index.js +111 -0
- package/lib/mixins/colorable/index.js.map +1 -0
- package/lib/mixins/comparable/index.js +12 -0
- package/lib/mixins/comparable/index.js.map +1 -0
- package/lib/mixins/delayable/index.js +51 -0
- package/lib/mixins/delayable/index.js.map +1 -0
- package/lib/mixins/dependent/index.js +76 -0
- package/lib/mixins/dependent/index.js.map +1 -0
- package/lib/mixins/detachable/index.js +143 -0
- package/lib/mixins/detachable/index.js.map +1 -0
- package/lib/mixins/elevatable/index.js +23 -0
- package/lib/mixins/elevatable/index.js.map +1 -0
- package/lib/mixins/filterable/index.js +13 -0
- package/lib/mixins/filterable/index.js.map +1 -0
- package/lib/mixins/groupable/index.js +67 -0
- package/lib/mixins/groupable/index.js.map +1 -0
- package/lib/mixins/intersectable/index.js +54 -0
- package/lib/mixins/intersectable/index.js.map +1 -0
- package/lib/mixins/loadable/index.js +41 -0
- package/lib/mixins/loadable/index.js.map +1 -0
- package/lib/mixins/localable/index.js +14 -0
- package/lib/mixins/localable/index.js.map +1 -0
- package/lib/mixins/measurable/index.js +35 -0
- package/lib/mixins/measurable/index.js.map +1 -0
- package/lib/mixins/menuable/index.js +394 -0
- package/lib/mixins/menuable/index.js.map +1 -0
- package/lib/mixins/mobile/index.js +43 -0
- package/lib/mixins/mobile/index.js.map +1 -0
- package/lib/mixins/mouse/index.js +106 -0
- package/lib/mixins/mouse/index.js.map +1 -0
- package/lib/mixins/overlayable/index.js +228 -0
- package/lib/mixins/overlayable/index.js.map +1 -0
- package/lib/mixins/picker/index.js +72 -0
- package/lib/mixins/picker/index.js.map +1 -0
- package/lib/mixins/picker-button/index.js +33 -0
- package/lib/mixins/picker-button/index.js.map +1 -0
- package/lib/mixins/positionable/index.js +45 -0
- package/lib/mixins/positionable/index.js.map +1 -0
- package/lib/mixins/proxyable/index.js +46 -0
- package/lib/mixins/proxyable/index.js.map +1 -0
- package/lib/mixins/registrable/index.js +37 -0
- package/lib/mixins/registrable/index.js.map +1 -0
- package/lib/mixins/returnable/index.js +33 -0
- package/lib/mixins/returnable/index.js.map +1 -0
- package/lib/mixins/rippleable/index.js +30 -0
- package/lib/mixins/rippleable/index.js.map +1 -0
- package/lib/mixins/roundable/index.js +34 -0
- package/lib/mixins/roundable/index.js.map +1 -0
- package/lib/mixins/routable/index.js +150 -0
- package/lib/mixins/routable/index.js.map +1 -0
- package/lib/mixins/scrollable/index.js +97 -0
- package/lib/mixins/scrollable/index.js.map +1 -0
- package/lib/mixins/selectable/index.js +163 -0
- package/lib/mixins/selectable/index.js.map +1 -0
- package/lib/mixins/sizeable/index.js +27 -0
- package/lib/mixins/sizeable/index.js.map +1 -0
- package/lib/mixins/ssr-bootable/index.js +28 -0
- package/lib/mixins/ssr-bootable/index.js.map +1 -0
- package/lib/mixins/stackable/index.js +52 -0
- package/lib/mixins/stackable/index.js.map +1 -0
- package/lib/mixins/themeable/index.js +105 -0
- package/lib/mixins/themeable/index.js.map +1 -0
- package/lib/mixins/toggleable/index.js +33 -0
- package/lib/mixins/toggleable/index.js.map +1 -0
- package/lib/mixins/transitionable/index.js +10 -0
- package/lib/mixins/transitionable/index.js.map +1 -0
- package/lib/mixins/translatable/index.js +56 -0
- package/lib/mixins/translatable/index.js.map +1 -0
- package/lib/mixins/validatable/index.js +279 -0
- package/lib/mixins/validatable/index.js.map +1 -0
- package/lib/presets/default/index.js +64 -0
- package/lib/presets/default/index.js.map +1 -0
- package/lib/services/application/index.js +41 -0
- package/lib/services/application/index.js.map +1 -0
- package/lib/services/breakpoint/index.js +148 -0
- package/lib/services/breakpoint/index.js.map +1 -0
- package/lib/services/goto/easing-patterns.js +27 -0
- package/lib/services/goto/easing-patterns.js.map +1 -0
- package/lib/services/goto/index.js +76 -0
- package/lib/services/goto/index.js.map +1 -0
- package/lib/services/goto/util.js +82 -0
- package/lib/services/goto/util.js.map +1 -0
- package/lib/services/icons/index.js +22 -0
- package/lib/services/icons/index.js.map +1 -0
- package/lib/services/icons/presets/fa-svg.js +17 -0
- package/lib/services/icons/presets/fa-svg.js.map +1 -0
- package/lib/services/icons/presets/fa.js +37 -0
- package/lib/services/icons/presets/fa.js.map +1 -0
- package/lib/services/icons/presets/fa4.js +37 -0
- package/lib/services/icons/presets/fa4.js.map +1 -0
- package/lib/services/icons/presets/index.js +15 -0
- package/lib/services/icons/presets/index.js.map +1 -0
- package/lib/services/icons/presets/md.js +37 -0
- package/lib/services/icons/presets/md.js.map +1 -0
- package/lib/services/icons/presets/mdi-svg.js +37 -0
- package/lib/services/icons/presets/mdi-svg.js.map +1 -0
- package/lib/services/icons/presets/mdi.js +37 -0
- package/lib/services/icons/presets/mdi.js.map +1 -0
- package/lib/services/index.js +8 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/lang/index.js +64 -0
- package/lib/services/lang/index.js.map +1 -0
- package/lib/services/presets/index.js +31 -0
- package/lib/services/presets/index.js.map +1 -0
- package/lib/services/service/index.js +9 -0
- package/lib/services/service/index.js.map +1 -0
- package/lib/services/theme/index.js +209 -0
- package/lib/services/theme/index.js.map +1 -0
- package/lib/services/theme/utils.js +137 -0
- package/lib/services/theme/utils.js.map +1 -0
- package/lib/util/color/transformCIELAB.js +17 -0
- package/lib/util/color/transformCIELAB.js.map +1 -0
- package/lib/util/color/transformSRGB.js +39 -0
- package/lib/util/color/transformSRGB.js.map +1 -0
- package/lib/util/colorUtils.js +235 -0
- package/lib/util/colorUtils.js.map +1 -0
- package/lib/util/colors.js +320 -0
- package/lib/util/colors.js.map +1 -0
- package/lib/util/console.js +129 -0
- package/lib/util/console.js.map +1 -0
- package/lib/util/dateTimeUtils.js +55 -0
- package/lib/util/dateTimeUtils.js.map +1 -0
- package/lib/util/dedupeModelListeners.js +17 -0
- package/lib/util/dedupeModelListeners.js.map +1 -0
- package/lib/util/dom.js +24 -0
- package/lib/util/dom.js.map +1 -0
- package/lib/util/helpers.js +506 -0
- package/lib/util/helpers.js.map +1 -0
- package/lib/util/legacyEventsMixin.js +37 -0
- package/lib/util/legacyEventsMixin.js.map +1 -0
- package/lib/util/make-directive-activatable.js +49 -0
- package/lib/util/make-directive-activatable.js.map +1 -0
- package/lib/util/mergeData.js +156 -0
- package/lib/util/mergeData.js.map +1 -0
- package/lib/util/mixins.js +14 -0
- package/lib/util/mixins.js.map +1 -0
- package/lib/util/rebuildFunctionalSlots.js +14 -0
- package/lib/util/rebuildFunctionalSlots.js.map +1 -0
- package/package.json +1 -1
- package/src/components/VList/VListItem.ts +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/VDataTable/VDataTable.ts"],"names":[],"mappings":"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","sourcesContent":["import './VDataTable.sass'\n\n// Types\nimport { VNode, VNodeChildrenArrayContents, VNodeChildren, h } from 'vue'\nimport { PropValidator } from 'vue/types/options'\nimport {\n DataTableHeader,\n DataTableFilterFunction,\n DataScopeProps,\n DataOptions,\n DataPagination,\n DataTableCompareFunction,\n DataItemsPerPageOption,\n ItemGroup,\n RowClassFunction,\n RowStyleFunction,\n DataTableItemProps,\n DataTableFilterMode,\n} from 'vuetify/types'\n\n// Components\nimport { VData } from '../VData'\nimport { VDataFooter, VDataIterator } from '../VDataIterator'\nimport VBtn from '../VBtn'\nimport VDataTableHeader from './VDataTableHeader'\n// import VVirtualTable from './VVirtualTable'\nimport VIcon from '../VIcon'\nimport Row from './Row'\nimport RowGroup from './RowGroup'\nimport VSimpleCheckbox from '../VCheckbox/VSimpleCheckbox'\nimport VSimpleTable from './VSimpleTable'\nimport MobileRow from './MobileRow'\n\n// Mixins\nimport Loadable from '../../mixins/loadable'\nimport Mouse from '../../mixins/mouse'\n\n// Directives\nimport ripple from '../../directives/ripple'\n\n// Helpers\nimport mixins from '../../util/mixins'\nimport { deepEqual, getObjectValueByPath, getPrefixedScopedSlots, getSlot, defaultFilter, camelizeObjectKeys, getPropertyFromItem } from '../../util/helpers'\nimport { breaking } from '../../util/console'\nimport { mergeClasses, mergeStyles } from '../../util/mergeData'\n\nfunction filterFn (item: any, search: string | null, filter: DataTableFilterFunction) {\n return (header: DataTableHeader) => {\n const value = getObjectValueByPath(item, header.value)\n return header.filter ? header.filter(value, search, item) : filter(value, search, item)\n }\n}\n\nfunction searchTableItems (\n items: any[],\n search: string | null,\n headersWithCustomFilters: DataTableHeader[],\n headersWithoutCustomFilters: DataTableHeader[],\n customFilter: DataTableFilterFunction,\n filterMode: DataTableFilterMode,\n) {\n search = typeof search === 'string' ? search.trim() : null\n\n if (filterMode === 'union') {\n // If the `search` property is empty and there are no custom filters in use, there is nothing to do.\n if (!(search && headersWithoutCustomFilters.length) && !headersWithCustomFilters.length) return items\n\n return items.filter(item => {\n // Headers with custom filters are evaluated whether or not a search term has been provided.\n if (headersWithCustomFilters.length && headersWithCustomFilters.every(filterFn(item, search, defaultFilter))) {\n return true\n }\n\n // Otherwise, the `search` property is used to filter columns without a custom filter.\n return (search && headersWithoutCustomFilters.some(filterFn(item, search, customFilter)))\n })\n } else if (filterMode === 'intersection') {\n return items.filter(item => {\n // Headers with custom filters are evaluated whether or not a search term has been provided.\n // We need to match every filter to be included in the results.\n const matchesColumnFilters = headersWithCustomFilters.every(filterFn(item, search, defaultFilter))\n\n // Headers without custom filters are only filtered by the `search` property if it is defined.\n // We only need a single column to match the search term to be included in the results.\n const matchesSearchTerm = !search || headersWithoutCustomFilters.some(filterFn(item, search, customFilter))\n\n return matchesColumnFilters && matchesSearchTerm\n })\n } else {\n return items\n }\n}\n\n/* @vue/component */\nexport default mixins(\n VDataIterator,\n Loadable,\n Mouse,\n).extend({\n name: 'v-data-table',\n\n emits: ['click:row', 'update:options', 'update:page', 'update:items-per-page', 'update:sort-by', 'update:sort-desc', 'update:group-by', 'update:group-desc', 'pagination', 'current-items', 'page-count', 'click', 'mousedown', 'mouseup', 'touchstart', 'touchend'],\n\n\n props: {\n headers: {\n type: Array,\n default: () => [],\n } as PropValidator<DataTableHeader[]>,\n showSelect: Boolean,\n checkboxColor: String,\n color: String,\n showExpand: Boolean,\n showGroupBy: Boolean,\n // TODO: Fix\n // virtualRows: Boolean,\n height: [Number, String],\n hideDefaultHeader: Boolean,\n caption: String,\n dense: Boolean,\n headerProps: Object,\n calculateWidths: Boolean,\n fixedHeader: Boolean,\n headersLength: Number,\n expandIcon: {\n type: String,\n default: '$expand',\n },\n customFilter: {\n type: Function,\n default: defaultFilter,\n } as PropValidator<typeof defaultFilter>,\n filterMode: {\n type: String,\n default: 'intersection',\n } as PropValidator<DataTableFilterMode>,\n itemClass: {\n type: [String, Function],\n default: () => '',\n } as PropValidator<RowClassFunction | string>,\n itemStyle: {\n type: [String, Function],\n default: () => '',\n } as PropValidator<RowStyleFunction | string>,\n loaderHeight: {\n type: [Number, String],\n default: 4,\n },\n },\n\n data () {\n return {\n internalGroupBy: [] as string[],\n openCache: {} as { [key: string]: boolean },\n widths: [] as number[],\n }\n },\n\n computed: {\n computedHeaders (): DataTableHeader[] {\n if (!this.headers) return []\n const headers = this.headers.filter(h => h.value === undefined || !this.internalGroupBy.find(v => v === h.value))\n const defaultHeader = { text: '', sortable: false, width: '1px' }\n\n if (this.showSelect) {\n const index = headers.findIndex(h => h.value === 'data-table-select')\n if (index < 0) headers.unshift({ ...defaultHeader, value: 'data-table-select' })\n else headers.splice(index, 1, { ...defaultHeader, ...headers[index] })\n }\n\n if (this.showExpand) {\n const index = headers.findIndex(h => h.value === 'data-table-expand')\n if (index < 0) headers.unshift({ ...defaultHeader, value: 'data-table-expand' })\n else headers.splice(index, 1, { ...defaultHeader, ...headers[index] })\n }\n\n return headers\n },\n colspanAttrs (): object | undefined {\n return this.isMobile ? undefined : {\n colspan: this.headersLength || this.computedHeaders.length,\n }\n },\n columnSorters (): Record<string, DataTableCompareFunction> {\n return this.computedHeaders.reduce<Record<string, DataTableCompareFunction>>((acc, header) => {\n if (header.sort) acc[header.value] = header.sort\n return acc\n }, {})\n },\n headersWithCustomFilters (): DataTableHeader[] {\n return this.headers.filter(header => header.filter && (!header.hasOwnProperty('filterable') || header.filterable === true))\n },\n headersWithoutCustomFilters (): DataTableHeader[] {\n return this.headers.filter(header => !header.filter && (!header.hasOwnProperty('filterable') || header.filterable === true))\n },\n sanitizedHeaderProps (): Record<string, any> {\n return camelizeObjectKeys(this.headerProps)\n },\n computedItemsPerPage (): number {\n const itemsPerPage = this.options && this.options.itemsPerPage ? this.options.itemsPerPage : this.itemsPerPage\n const itemsPerPageOptions: DataItemsPerPageOption[] | undefined = this.sanitizedFooterProps.itemsPerPageOptions\n\n if (\n itemsPerPageOptions &&\n !itemsPerPageOptions.find(item => typeof item === 'number' ? item === itemsPerPage : item.value === itemsPerPage)\n ) {\n const firstOption = itemsPerPageOptions[0]\n return typeof firstOption === 'object' ? firstOption.value : firstOption\n }\n\n return itemsPerPage\n },\n groupByText (): string {\n return this.headers?.find(header => header.value === this.internalGroupBy?.[0])?.text ?? ''\n },\n },\n\n created () {\n const breakingProps = [\n ['sort-icon', 'header-props.sort-icon'],\n ['hide-headers', 'hide-default-header'],\n ['select-all', 'show-select'],\n ]\n\n /* istanbul ignore next */\n breakingProps.forEach(([original, replacement]) => {\n if (this.$attrs.hasOwnProperty(original)) breaking(original, replacement, this)\n })\n },\n\n mounted () {\n // if ((!this.sortBy || !this.sortBy.length) && (!this.options.sortBy || !this.options.sortBy.length)) {\n // const firstSortable = this.headers.find(h => !('sortable' in h) || !!h.sortable)\n // if (firstSortable) this.updateOptions({ sortBy: [firstSortable.value], sortDesc: [false] })\n // }\n\n if (this.calculateWidths) {\n window.addEventListener('resize', this.calcWidths)\n this.calcWidths()\n }\n },\n\n beforeUnmount () {\n if (this.calculateWidths) {\n window.removeEventListener('resize', this.calcWidths)\n }\n },\n\n methods: {\n calcWidths () {\n this.widths = Array.from(this.$el.querySelectorAll('th')).map(e => e.clientWidth)\n },\n customFilterWithColumns (items: any[], search: string) {\n return searchTableItems(\n items,\n search,\n this.headersWithCustomFilters,\n this.headersWithoutCustomFilters,\n this.customFilter,\n this.filterMode\n )\n },\n customSortWithHeaders (items: any[], sortBy: string[], sortDesc: boolean[], locale: string) {\n return this.customSort(items, sortBy, sortDesc, locale, this.columnSorters)\n },\n createItemProps (item: any, index: number): DataTableItemProps {\n const data = {\n ...VDataIterator.methods.createItemProps.call(this, item, index),\n headers: this.computedHeaders,\n }\n\n return {\n ...data,\n class: {\n 'v-data-table__selected': data.isSelected,\n },\n ...this.getDefaultMouseEventHandlers(':row', () => data, true),\n // TODO: the first argument should be the event, and the second argument should be data,\n // but this is a breaking change so it's for v3\n onClick: (event: MouseEvent) => this.$emit('click:row', item, data, event)\n }\n },\n genCaption (props: DataScopeProps) {\n if (this.caption) return [h('caption', [this.caption])]\n\n return getSlot(this, 'caption', props, true)\n },\n genColgroup (props: DataScopeProps) {\n return h('colgroup', this.computedHeaders.map(header => {\n return h('col', {\n class: {\n divider: header.divider,\n },\n })\n }))\n },\n genLoading () {\n const th = h('th', {\n class: 'column',\n ...this.colspanAttrs,\n }, [this.genProgress()])\n\n const tr = h('tr', {\n class: 'v-data-table__progress',\n }, [th])\n\n return h('thead', [tr])\n },\n genHeaders (props: DataScopeProps) {\n const data = {\n ...this.sanitizedHeaderProps,\n headers: this.computedHeaders,\n options: props.options,\n mobile: this.isMobile,\n showGroupBy: this.showGroupBy,\n checkboxColor: this.checkboxColor,\n someItems: this.someItems,\n everyItem: this.everyItem,\n singleSelect: this.singleSelect,\n disableSort: this.disableSort,\n onSort: props.sort,\n onGroup: props.group,\n 'onToggle-select-all': this.toggleSelectAll\n }\n\n\n // TODO: rename to 'head'? (thead, tbody, tfoot)\n const children: VNodeChildrenArrayContents = [getSlot(this, 'header', {\n ...data,\n isMobile: this.isMobile,\n })]\n\n if (!this.hideDefaultHeader) {\n const scopedSlots = getPrefixedScopedSlots('header.', this.$slots)\n children.push(h(VDataTableHeader, {\n ...data,\n\n }, scopedSlots))\n }\n\n if (this.loading) children.push(this.genLoading())\n\n return children\n },\n genEmptyWrapper (content: VNodeChildrenArrayContents) {\n return h('tr', {\n class: 'v-data-table__empty-wrapper',\n }, [\n h('td', {\n ...this.colspanAttrs,\n }, content),\n ])\n },\n genItems (items: any[], props: DataScopeProps) {\n const empty = this.genEmpty(props.originalItemsLength, props.pagination.itemsLength)\n if (empty) return [empty]\n\n return props.groupedItems\n ? this.genGroupedRows(props.groupedItems, props)\n : this.genRows(items, props)\n },\n genGroupedRows (groupedItems: ItemGroup<any>[], props: DataScopeProps) {\n return groupedItems.map(group => {\n if (!this.openCache.hasOwnProperty(group.name)) this.openCache[group.name] = true\n\n if (this.$slots.group) {\n return this.$slots.group({\n group: group.name,\n options: props.options,\n isMobile: this.isMobile,\n items: group.items,\n headers: this.computedHeaders,\n })\n } else {\n return this.genDefaultGroupedRow(group.name, group.items, props)\n }\n })\n },\n genDefaultGroupedRow (group: string, items: any[], props: DataScopeProps) {\n const isOpen = !!this.openCache[group]\n const children: VNodeChildren = [\n h('template', { slot: 'row.content' }, this.genRows(items, props)),\n ]\n const toggleFn = () => this.openCache[group] = !this.openCache[group]\n const removeFn = () => props.updateOptions({ groupBy: [], groupDesc: [] })\n\n if (this.$slots['group.header']) {\n children.unshift(h('template', { slot: 'column.header' }, [\n this.$slots['group.header']!({\n group,\n groupBy: props.groupBy,\n isMobile: this.isMobile,\n items,\n headers: this.computedHeaders,\n isOpen,\n toggle: toggleFn,\n remove: removeFn,\n }),\n ]))\n } else {\n const toggle = h(VBtn, {\n class: 'ma-0',\n icon: true,\n small: true,\n onClick: toggleFn\n }, () => [h(VIcon, {}, () => [isOpen ? '$minus' : '$plus'])])\n\n const remove = h(VBtn, {\n class: 'ma-0',\n icon: true,\n small: true,\n onClick: removeFn,\n }, () => [h(VIcon, {}, () => ['$close'])])\n\n const column = h('td', {\n class: 'text-start',\n ...this.colspanAttrs,\n }, [toggle, `${this.groupByText}: ${group}`, remove])\n\n children.unshift(h('template', { slot: 'column.header' }, [column]))\n }\n\n if (this.$slots['group.summary']) {\n children.push(h('template', { slot: 'column.summary' }, [\n this.$slots['group.summary']!({\n group,\n groupBy: props.groupBy,\n isMobile: this.isMobile,\n items,\n headers: this.computedHeaders,\n isOpen,\n toggle: toggleFn,\n }),\n ]))\n }\n\n return h(RowGroup, {\n key: group,\n modelValue: isOpen,\n }, children)\n },\n genRows (items: any[], props: DataScopeProps) {\n return this.$slots.item ? this.genScopedRows(items, props) : this.genDefaultRows(items, props)\n },\n genScopedRows (items: any[], props: DataScopeProps) {\n const rows = []\n\n for (let i = 0; i < items.length; i++) {\n const item = items[i]\n rows.push(this.$slots.item!({\n ...this.createItemProps(item, i),\n isMobile: this.isMobile,\n }))\n\n if (this.isExpanded(item)) {\n rows.push(this.$slots['expanded-item']!({\n headers: this.computedHeaders,\n isMobile: this.isMobile,\n index: i,\n item,\n }))\n }\n }\n\n return rows\n },\n genDefaultRows (items: any[], props: DataScopeProps) {\n return this.$slots['expanded-item']\n ? items.map((item, index) => this.genDefaultExpandedRow(item, index))\n : items.map((item, index) => this.genDefaultSimpleRow(item, index))\n },\n genDefaultExpandedRow (item: any, index: number): VNode {\n const isExpanded = this.isExpanded(item)\n const classes = {\n 'v-data-table__expanded v-data-table__expanded__row': isExpanded,\n }\n const headerRow = this.genDefaultSimpleRow(item, index, classes)\n const expandedRow = h('tr', {\n class: 'v-data-table__expanded v-data-table__expanded__content',\n }, [this.$slots['expanded-item']!({\n headers: this.computedHeaders,\n isMobile: this.isMobile,\n item,\n })])\n\n return h(RowGroup, {\n modelValue: isExpanded,\n }, [\n h('template', { slot: 'row.header' }, [headerRow]),\n h('template', { slot: 'row.content' }, [expandedRow]),\n ])\n },\n genDefaultSimpleRow (item: any, index: number, classes: Record<string, boolean> = {}): VNode {\n const scopedSlots = getPrefixedScopedSlots('item.', this.$slots)\n\n const data = this.createItemProps(item, index)\n\n if (this.showSelect) {\n const slot = scopedSlots['data-table-select']\n scopedSlots['data-table-select'] = slot ? () => slot({\n ...data,\n isMobile: this.isMobile,\n }) : () => h(VSimpleCheckbox, {\n class: 'v-data-table__checkbox',\n modelValue: data.isSelected,\n disabled: !this.isSelectable(item),\n color: this.checkboxColor ?? '',\n 'onUpdate:modelValue': (val: boolean) => data.select(val),\n })\n }\n\n if (this.showExpand) {\n const slot = scopedSlots['data-table-expand']\n scopedSlots['data-table-expand'] = slot ? () => slot(data) : () => h(VIcon, {\n class: ['v-data-table__expand-icon', {\n 'v-data-table__expand-icon--active': data.isExpanded,\n }],\n onClick: (e: MouseEvent) => {\n e.stopPropagation()\n data.expand(!data.isExpanded)\n }\n }, () => [this.expandIcon])\n }\n\n return h(this.isMobile ? MobileRow : Row, {\n key: getObjectValueByPath(item, this.itemKey),\n class: mergeClasses(\n { ...classes, 'v-data-table__selected': data.isSelected },\n getPropertyFromItem(item, this.itemClass)\n ),\n style: mergeStyles({}, getPropertyFromItem(item, this.itemStyle)),\n headers: this.computedHeaders,\n hideDefaultHeader: this.hideDefaultHeader,\n index,\n item,\n rtl: this.$vuetify.rtl,\n ...data.on,\n }, scopedSlots)\n },\n genBody (props: DataScopeProps): VNode | string | VNodeChildren {\n const data = {\n ...props,\n expand: this.expand,\n headers: this.computedHeaders,\n isExpanded: this.isExpanded,\n isMobile: this.isMobile,\n isSelected: this.isSelected,\n select: this.select,\n }\n\n if (this.$slots.body) {\n return this.$slots.body!(data)\n }\n\n return h('tbody', [\n getSlot(this, 'body.prepend', data, true),\n this.genItems(props.items, props),\n getSlot(this, 'body.append', data, true),\n ])\n },\n genFoot (props: DataScopeProps): VNode[] | undefined {\n return this.$slots.foot?.(props)\n },\n genFooters (props: DataScopeProps) {\n const data = {\n options: props.options,\n pagination: props.pagination,\n itemsPerPageText: '$vuetify.dataTable.itemsPerPageText',\n ...this.sanitizedFooterProps,\n 'onUpdate:options': (value: any) => props.updateOptions(value),\n }\n\n const children: VNodeChildren = [\n getSlot(this, 'footer', {\n ...data,\n widths: this.widths,\n headers: this.computedHeaders\n }, true),\n ]\n\n if (!this.hideDefaultFooter) {\n children.push(h(VDataFooter, {\n ...data\n }, getPrefixedScopedSlots('footer.', this.$slots)))\n }\n\n return children\n },\n genDefaultScopedSlot (props: DataScopeProps): VNode {\n const simpleProps = {\n height: this.height,\n fixedHeader: this.fixedHeader,\n dense: this.dense,\n }\n\n // if (this.virtualRows) {\n // return h(VVirtualTable, {\n // props: Object.assign(simpleProps, {\n // items: props.items,\n // height: this.height,\n // rowHeight: this.dense ? 24 : 48,\n // headerHeight: this.dense ? 32 : 48,\n // // TODO: expose rest of props from virtual table?\n // }),\n // scopedSlots: {\n // items: ({ items }) => this.genItems(items, props) as any,\n // },\n // }, [\n // this.proxySlot('body.before', [this.genCaption(props), this.genHeaders(props)]),\n // this.proxySlot('bottom', this.genFooters(props)),\n // ])\n // }\n\n return h(VSimpleTable, {\n ...simpleProps,\n class: {\n 'v-data-table--mobile': this.isMobile,\n 'v-data-table--selectable': this.showSelect,\n },\n }, {\n default: () => [\n this.genCaption(props),\n this.genColgroup(props),\n this.genHeaders(props),\n this.genBody(props),\n this.genFoot(props),\n ],\n top: () => getSlot(this, 'top', {\n ...props,\n isMobile: this.isMobile,\n }, true),\n bottom: () => this.genFooters(props)\n })\n }\n },\n\n render (): VNode {\n return h(VData, {\n ...this.$props,\n customFilter: this.customFilterWithColumns,\n customSort: this.customSortWithHeaders,\n itemsPerPage: this.computedItemsPerPage,\n 'onUpdate:options': (v: DataOptions, old: DataOptions) => {\n this.internalGroupBy = v.groupBy || []\n !deepEqual(v, old) && this.$emit('update:options', v)\n },\n 'onUpdate:page': (v: number) => this.$emit('update:page', v),\n 'onUpdate:items-per-page': (v: number) => this.$emit('update:items-per-page', v),\n 'onUpdate:sort-by': (v: string | string[]) => this.$emit('update:sort-by', v),\n 'onUpdate:sort-desc': (v: boolean | boolean[]) => this.$emit('update:sort-desc', v),\n 'onUpdate:group-by': (v: string | string[]) => this.$emit('update:group-by', v),\n 'onUpdate:group-desc': (v: boolean | boolean[]) => this.$emit('update:group-desc', v),\n onPagination: (v: DataPagination, old: DataPagination) => !deepEqual(v, old) && this.$emit('pagination', v),\n 'onCurrent-items': (v: any[]) => {\n this.internalCurrentItems = v\n this.$emit('current-items', v)\n },\n 'onPage-count': (v: number) => this.$emit('page-count', v),\n }, this.genDefaultScopedSlot)\n },\n})\n"],"sourceRoot":"","file":"VDataTable.js"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
require("../../../src/components/VDataTable/VDataTableHeader.sass");
|
|
9
|
+
|
|
10
|
+
var _VDataTableHeaderMobile = _interopRequireDefault(require("./VDataTableHeaderMobile"));
|
|
11
|
+
|
|
12
|
+
var _VDataTableHeaderDesktop = _interopRequireDefault(require("./VDataTableHeaderDesktop"));
|
|
13
|
+
|
|
14
|
+
var _header = _interopRequireDefault(require("./mixins/header"));
|
|
15
|
+
|
|
16
|
+
var _vue = require("vue");
|
|
17
|
+
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
19
|
+
|
|
20
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
21
|
+
|
|
22
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
23
|
+
|
|
24
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
25
|
+
|
|
26
|
+
/* @vue/component */
|
|
27
|
+
var _default = (0, _vue.defineComponent)({
|
|
28
|
+
name: 'v-data-table-header',
|
|
29
|
+
props: _objectSpread(_objectSpread({}, _header.default.props), {}, {
|
|
30
|
+
mobile: Boolean
|
|
31
|
+
}),
|
|
32
|
+
render: function render() {
|
|
33
|
+
var props = this.$props;
|
|
34
|
+
|
|
35
|
+
var data = _objectSpread(_objectSpread({}, this.$attrs), props); // dedupeModelListeners(data)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
if (props.mobile) {
|
|
39
|
+
return (0, _vue.h)(_VDataTableHeaderMobile.default, data, this.$slots);
|
|
40
|
+
} else {
|
|
41
|
+
return (0, _vue.h)(_VDataTableHeaderDesktop.default, data, this.$slots);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
exports.default = _default;
|
|
47
|
+
//# sourceMappingURL=VDataTableHeader.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/VDataTable/VDataTableHeader.ts"],"names":[],"mappings":";;;;;;;AACA;;AAGA;;AACA;;AAGA;;AAQA;;;;;;;;;;AAEA;eACe,0BAAgB;AAC7B,EAAA,IAAI,EAAE,qBADuB;AAG7B,EAAA,KAAK,kCACA,gBAAO,KADP;AAEH,IAAA,MAAM,EAAE;AAFL,IAHwB;AAQ7B,EAAA,MAR6B,oBAQvB;AACJ,QAAM,KAAK,GAAG,KAAK,MAAnB;;AACA,QAAM,IAAI,mCACL,KAAK,MADA,GAEL,KAFK,CAAV,CAFI,CAOJ;;;AACA,QAAI,KAAK,CAAC,MAAV,EAAkB;AAChB,aAAO,YAAE,+BAAF,EAA0B,IAA1B,EAAgC,KAAK,MAArC,CAAP;AACD,KAFD,MAEO;AACL,aAAO,YAAE,gCAAF,EAA2B,IAA3B,EAAiC,KAAK,MAAtC,CAAP;AACD;AACF;AArB4B,CAAhB,C","sourcesContent":["// Styles\nimport './VDataTableHeader.sass'\n\n// Components\nimport VDataTableHeaderMobile from './VDataTableHeaderMobile'\nimport VDataTableHeaderDesktop from './VDataTableHeaderDesktop'\n\n// Mixins\nimport header from './mixins/header'\n\n// Utilities\nimport dedupeModelListeners from '../../util/dedupeModelListeners'\nimport mergeData from '../../util/mergeData'\nimport rebuildSlots from '../../util/rebuildFunctionalSlots'\n\n// Types\nimport { defineComponent, h } from 'vue'\n\n/* @vue/component */\nexport default defineComponent({\n name: 'v-data-table-header',\n\n props: {\n ...header.props,\n mobile: Boolean,\n },\n\n render () {\n const props = this.$props\n const data = {\n ...this.$attrs,\n ...props,\n }\n\n // dedupeModelListeners(data)\n if (props.mobile) {\n return h(VDataTableHeaderMobile, data, this.$slots)\n } else {\n return h(VDataTableHeaderDesktop, data, this.$slots)\n }\n },\n})\n"],"sourceRoot":"","file":"VDataTableHeader.js"}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _vue = require("vue");
|
|
9
|
+
|
|
10
|
+
var _mixins = _interopRequireDefault(require("../../util/mixins"));
|
|
11
|
+
|
|
12
|
+
var _header = _interopRequireDefault(require("./mixins/header"));
|
|
13
|
+
|
|
14
|
+
var _helpers = require("../../util/helpers");
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
+
|
|
18
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
19
|
+
|
|
20
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
21
|
+
|
|
22
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
23
|
+
|
|
24
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
|
|
25
|
+
|
|
26
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
27
|
+
|
|
28
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
29
|
+
|
|
30
|
+
var _default = (0, _mixins.default)(_header.default).extend({
|
|
31
|
+
name: 'v-data-table-header-desktop',
|
|
32
|
+
props: {
|
|
33
|
+
mobile: Boolean
|
|
34
|
+
},
|
|
35
|
+
emits: ['group', 'sort'],
|
|
36
|
+
methods: {
|
|
37
|
+
genGroupByToggle: function genGroupByToggle(header) {
|
|
38
|
+
var _this = this;
|
|
39
|
+
|
|
40
|
+
return (0, _vue.h)('span', {
|
|
41
|
+
onClick: function onClick(e) {
|
|
42
|
+
e.stopPropagation();
|
|
43
|
+
|
|
44
|
+
_this.$emit('group', header.value);
|
|
45
|
+
}
|
|
46
|
+
}, ['group']);
|
|
47
|
+
},
|
|
48
|
+
getAria: function getAria(beingSorted, isDesc) {
|
|
49
|
+
var _this2 = this;
|
|
50
|
+
|
|
51
|
+
var $t = function $t(key) {
|
|
52
|
+
return _this2.$vuetify.lang.t("$vuetify.dataTable.ariaLabel.".concat(key));
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
var ariaSort = 'none';
|
|
56
|
+
var ariaLabel = [$t('sortNone'), $t('activateAscending')];
|
|
57
|
+
|
|
58
|
+
if (!beingSorted) {
|
|
59
|
+
return {
|
|
60
|
+
ariaSort: ariaSort,
|
|
61
|
+
ariaLabel: ariaLabel.join(' ')
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
if (isDesc) {
|
|
66
|
+
ariaSort = 'descending';
|
|
67
|
+
ariaLabel = [$t('sortDescending'), $t(this.options.mustSort ? 'activateAscending' : 'activateNone')];
|
|
68
|
+
} else {
|
|
69
|
+
ariaSort = 'ascending';
|
|
70
|
+
ariaLabel = [$t('sortAscending'), $t('activateDescending')];
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
return {
|
|
74
|
+
ariaSort: ariaSort,
|
|
75
|
+
ariaLabel: ariaLabel.join(' ')
|
|
76
|
+
};
|
|
77
|
+
},
|
|
78
|
+
genHeader: function genHeader(header) {
|
|
79
|
+
var _this3 = this;
|
|
80
|
+
|
|
81
|
+
var data = {
|
|
82
|
+
role: 'columnheader',
|
|
83
|
+
scope: 'col',
|
|
84
|
+
'aria-label': header.text || '',
|
|
85
|
+
style: {
|
|
86
|
+
width: (0, _helpers.convertToUnit)(header.width),
|
|
87
|
+
minWidth: (0, _helpers.convertToUnit)(header.width)
|
|
88
|
+
},
|
|
89
|
+
class: ["text-".concat(header.align || 'start')].concat(_toConsumableArray((0, _helpers.wrapInArray)(header.class)), [header.divider && 'v-data-table__divider'])
|
|
90
|
+
};
|
|
91
|
+
var children = [];
|
|
92
|
+
|
|
93
|
+
if (header.value === 'data-table-select' && !this.singleSelect) {
|
|
94
|
+
return (0, _vue.h)('th', data, [this.genSelectAll()]);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
children.push(this.$slots.hasOwnProperty(header.value) ? this.$slots[header.value]({
|
|
98
|
+
header: header
|
|
99
|
+
}) : (0, _vue.h)('span', [header.text]));
|
|
100
|
+
|
|
101
|
+
if (!this.disableSort && (header.sortable || !header.hasOwnProperty('sortable'))) {
|
|
102
|
+
data.onClick = function () {
|
|
103
|
+
return _this3.$emit('sort', header.value);
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
var sortIndex = this.options.sortBy.findIndex(function (k) {
|
|
107
|
+
return k === header.value;
|
|
108
|
+
});
|
|
109
|
+
var beingSorted = sortIndex >= 0;
|
|
110
|
+
var isDesc = this.options.sortDesc[sortIndex];
|
|
111
|
+
data.class.push('sortable');
|
|
112
|
+
|
|
113
|
+
var _this$getAria = this.getAria(beingSorted, isDesc),
|
|
114
|
+
ariaLabel = _this$getAria.ariaLabel,
|
|
115
|
+
ariaSort = _this$getAria.ariaSort;
|
|
116
|
+
|
|
117
|
+
data['aria-label'] += "".concat(header.text ? ': ' : '').concat(ariaLabel);
|
|
118
|
+
data['aria-sort'] = ariaSort;
|
|
119
|
+
|
|
120
|
+
if (beingSorted) {
|
|
121
|
+
data.class.push('active');
|
|
122
|
+
data.class.push(isDesc ? 'desc' : 'asc');
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
if (header.align === 'end') children.unshift(this.genSortIcon());else children.push(this.genSortIcon());
|
|
126
|
+
|
|
127
|
+
if (this.options.multiSort && beingSorted) {
|
|
128
|
+
children.push((0, _vue.h)('span', {
|
|
129
|
+
class: 'v-data-table-header__sort-badge'
|
|
130
|
+
}, [String(sortIndex + 1)]));
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
if (this.showGroupBy && header.groupable !== false) children.push(this.genGroupByToggle(header));
|
|
135
|
+
return (0, _vue.h)('th', data, children);
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
render: function render() {
|
|
139
|
+
var _this4 = this;
|
|
140
|
+
|
|
141
|
+
var _a;
|
|
142
|
+
|
|
143
|
+
return (0, _vue.h)('thead', {
|
|
144
|
+
class: 'v-data-table-header'
|
|
145
|
+
}, [(0, _vue.h)('tr', ((_a = this.headers) === null || _a === void 0 ? void 0 : _a.map(function (header) {
|
|
146
|
+
return _this4.genHeader(header);
|
|
147
|
+
})) || [])]);
|
|
148
|
+
}
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
exports.default = _default;
|
|
152
|
+
//# sourceMappingURL=VDataTableHeaderDesktop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/VDataTable/VDataTableHeaderDesktop.ts"],"names":[],"mappings":"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","sourcesContent":["// Helpers\nimport { VNode, VNodeData, h } from 'vue'\nimport mixins from '../../util/mixins'\nimport header from './mixins/header'\nimport { wrapInArray, convertToUnit } from '../../util/helpers'\nimport { DataTableHeader } from 'vuetify/types'\n\nexport default mixins(header).extend({\n name: 'v-data-table-header-desktop',\n\n props: {\n mobile: Boolean,\n },\n\n emits: [\n 'group',\n 'sort',\n ],\n\n methods: {\n genGroupByToggle (header: DataTableHeader) {\n return h('span', {\n onClick: (e: MouseEvent) => {\n e.stopPropagation()\n this.$emit('group', header.value)\n },\n }, ['group'])\n },\n getAria (beingSorted: boolean, isDesc: boolean) {\n const $t = (key: string) => this.$vuetify.lang.t(`$vuetify.dataTable.ariaLabel.${key}`)\n\n let ariaSort = 'none'\n let ariaLabel = [\n $t('sortNone'),\n $t('activateAscending'),\n ]\n\n if (!beingSorted) {\n return { ariaSort, ariaLabel: ariaLabel.join(' ') }\n }\n\n if (isDesc) {\n ariaSort = 'descending'\n ariaLabel = [\n $t('sortDescending'),\n $t(this.options.mustSort ? 'activateAscending' : 'activateNone'),\n ]\n } else {\n ariaSort = 'ascending'\n ariaLabel = [\n $t('sortAscending'),\n $t('activateDescending'),\n ]\n }\n\n return { ariaSort, ariaLabel: ariaLabel.join(' ') }\n },\n genHeader (header: DataTableHeader) {\n const data: Required<Pick<VNodeData, 'attrs' | 'on' | 'class' | 'style'>> = {\n role: 'columnheader',\n scope: 'col',\n 'aria-label': header.text || '',\n style: {\n width: convertToUnit(header.width),\n minWidth: convertToUnit(header.width),\n },\n class: [\n `text-${header.align || 'start'}`,\n ...wrapInArray(header.class),\n header.divider && 'v-data-table__divider',\n ],\n }\n const children = []\n\n if (header.value === 'data-table-select' && !this.singleSelect) {\n return h('th', data, [this.genSelectAll()])\n }\n\n children.push(\n this.$slots.hasOwnProperty(header.value)\n ? this.$slots[header.value]!({ header })\n : h('span', [header.text])\n )\n\n if (!this.disableSort && (header.sortable || !header.hasOwnProperty('sortable'))) {\n data.onClick = () => this.$emit('sort', header.value)\n\n const sortIndex = this.options.sortBy.findIndex(k => k === header.value)\n const beingSorted = sortIndex >= 0\n const isDesc = this.options.sortDesc[sortIndex]\n\n data.class.push('sortable')\n\n const { ariaLabel, ariaSort } = this.getAria(beingSorted, isDesc)\n\n data['aria-label'] += `${header.text ? ': ' : ''}${ariaLabel}`\n data['aria-sort'] = ariaSort\n\n if (beingSorted) {\n data.class.push('active')\n data.class.push(isDesc ? 'desc' : 'asc')\n }\n\n if (header.align === 'end') children.unshift(this.genSortIcon())\n else children.push(this.genSortIcon())\n\n if (this.options.multiSort && beingSorted) {\n children.push(h('span', { class: 'v-data-table-header__sort-badge' }, [String(sortIndex + 1)]))\n }\n }\n\n if (this.showGroupBy && header.groupable !== false) children.push(this.genGroupByToggle(header))\n\n return h('th', data, children)\n },\n },\n\n render (): VNode {\n return h('thead', {\n class: 'v-data-table-header',\n }, [\n h('tr', this.headers?.map(header => this.genHeader(header)) || []),\n ])\n },\n})\n"],"sourceRoot":"","file":"VDataTableHeaderDesktop.js"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _vue = require("vue");
|
|
9
|
+
|
|
10
|
+
var _mixins = _interopRequireDefault(require("../../util/mixins"));
|
|
11
|
+
|
|
12
|
+
var _VSelect = _interopRequireDefault(require("../VSelect/VSelect"));
|
|
13
|
+
|
|
14
|
+
var _VChip = _interopRequireDefault(require("../VChip"));
|
|
15
|
+
|
|
16
|
+
var _header = _interopRequireDefault(require("./mixins/header"));
|
|
17
|
+
|
|
18
|
+
var _helpers = require("../../util/helpers");
|
|
19
|
+
|
|
20
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
|
+
|
|
22
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
23
|
+
|
|
24
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
25
|
+
|
|
26
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
27
|
+
|
|
28
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
|
|
29
|
+
|
|
30
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
31
|
+
|
|
32
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
33
|
+
|
|
34
|
+
var _default = (0, _mixins.default)(_header.default).extend({
|
|
35
|
+
name: 'v-data-table-header-mobile',
|
|
36
|
+
props: {
|
|
37
|
+
sortByText: {
|
|
38
|
+
type: String,
|
|
39
|
+
default: '$vuetify.dataTable.sortBy'
|
|
40
|
+
},
|
|
41
|
+
mobile: Boolean
|
|
42
|
+
},
|
|
43
|
+
emits: ['sort'],
|
|
44
|
+
methods: {
|
|
45
|
+
genSortChip: function genSortChip(props) {
|
|
46
|
+
var _this = this;
|
|
47
|
+
|
|
48
|
+
var children = [props.item.text];
|
|
49
|
+
var sortIndex = this.options.sortBy.findIndex(function (k) {
|
|
50
|
+
return k === props.item.value;
|
|
51
|
+
});
|
|
52
|
+
var beingSorted = sortIndex >= 0;
|
|
53
|
+
var isDesc = this.options.sortDesc[sortIndex];
|
|
54
|
+
children.push((0, _vue.h)('div', {
|
|
55
|
+
class: {
|
|
56
|
+
'v-chip__close': true,
|
|
57
|
+
sortable: true,
|
|
58
|
+
active: beingSorted,
|
|
59
|
+
asc: beingSorted && !isDesc,
|
|
60
|
+
desc: beingSorted && isDesc
|
|
61
|
+
}
|
|
62
|
+
}, [this.genSortIcon()]));
|
|
63
|
+
return (0, _vue.h)(_VChip.default, {
|
|
64
|
+
class: 'sortable',
|
|
65
|
+
onClick: function onClick(e) {
|
|
66
|
+
e.stopPropagation();
|
|
67
|
+
|
|
68
|
+
_this.$emit('sort', props.item.value);
|
|
69
|
+
}
|
|
70
|
+
}, children);
|
|
71
|
+
},
|
|
72
|
+
genSortSelect: function genSortSelect(items) {
|
|
73
|
+
var _this2 = this;
|
|
74
|
+
|
|
75
|
+
return (0, _vue.h)(_VSelect.default, {
|
|
76
|
+
label: this.$vuetify.lang.t(this.sortByText),
|
|
77
|
+
items: items,
|
|
78
|
+
hideDetails: true,
|
|
79
|
+
multiple: this.options.multiSort,
|
|
80
|
+
modelValue: this.options.multiSort ? this.options.sortBy : this.options.sortBy[0],
|
|
81
|
+
menuProps: {
|
|
82
|
+
closeOnContentClick: true
|
|
83
|
+
},
|
|
84
|
+
'onUpdate:modelValue': function onUpdateModelValue(v) {
|
|
85
|
+
return _this2.$emit('sort', v);
|
|
86
|
+
}
|
|
87
|
+
}, {
|
|
88
|
+
selection: function selection(props) {
|
|
89
|
+
return _this2.genSortChip(props);
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
render: function render() {
|
|
95
|
+
var children = [];
|
|
96
|
+
var header = this.headers.find(function (h) {
|
|
97
|
+
return h.value === 'data-table-select';
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
if (header && !this.singleSelect) {
|
|
101
|
+
children.push((0, _vue.h)('div', {
|
|
102
|
+
class: ['v-data-table-header-mobile__select'].concat(_toConsumableArray((0, _helpers.wrapInArray)(header.class))),
|
|
103
|
+
width: header.width
|
|
104
|
+
}, [this.genSelectAll()]));
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
var sortHeaders = this.headers.filter(function (h) {
|
|
108
|
+
return h.sortable !== false && h.value !== 'data-table-select';
|
|
109
|
+
}).map(function (h) {
|
|
110
|
+
return {
|
|
111
|
+
text: h.text,
|
|
112
|
+
value: h.value
|
|
113
|
+
};
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
if (!this.disableSort && sortHeaders.length) {
|
|
117
|
+
children.push(this.genSortSelect(sortHeaders));
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
var th = children.length ? (0, _vue.h)('th', [(0, _vue.h)('div', {
|
|
121
|
+
class: 'v-data-table-header-mobile__wrapper'
|
|
122
|
+
}, children)]) : undefined;
|
|
123
|
+
var tr = (0, _vue.h)('tr', [th]);
|
|
124
|
+
return (0, _vue.h)('thead', {
|
|
125
|
+
class: 'v-data-table-header v-data-table-header-mobile'
|
|
126
|
+
}, [tr]);
|
|
127
|
+
}
|
|
128
|
+
});
|
|
129
|
+
|
|
130
|
+
exports.default = _default;
|
|
131
|
+
//# sourceMappingURL=VDataTableHeaderMobile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/VDataTable/VDataTableHeaderMobile.ts"],"names":[],"mappings":"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","sourcesContent":["import { h, VNode, VNodeChildrenArrayContents } from 'vue'\nimport mixins from '../../util/mixins'\nimport VSelect from '../VSelect/VSelect'\nimport VChip from '../VChip'\nimport header from './mixins/header'\nimport { wrapInArray } from '../../util/helpers'\n\nexport default mixins(header).extend({\n name: 'v-data-table-header-mobile',\n\n props: {\n sortByText: {\n type: String,\n default: '$vuetify.dataTable.sortBy',\n },\n mobile: Boolean,\n },\n\n emits: ['sort'],\n\n methods: {\n genSortChip (props: any) {\n const children: VNodeChildrenArrayContents = [props.item.text]\n\n const sortIndex = this.options.sortBy.findIndex(k => k === props.item.value)\n const beingSorted = sortIndex >= 0\n const isDesc = this.options.sortDesc[sortIndex]\n\n children.push(h('div', {\n class: {\n 'v-chip__close': true,\n sortable: true,\n active: beingSorted,\n asc: beingSorted && !isDesc,\n desc: beingSorted && isDesc,\n },\n }, [this.genSortIcon()]))\n\n return h(VChip, {\n class: 'sortable',\n onClick: (e: MouseEvent) => {\n e.stopPropagation()\n this.$emit('sort', props.item.value)\n },\n }, children)\n },\n genSortSelect (items: any[]) {\n return h(VSelect, {\n label: this.$vuetify.lang.t(this.sortByText),\n items,\n hideDetails: true,\n multiple: this.options.multiSort,\n modelValue: this.options.multiSort ? this.options.sortBy : this.options.sortBy[0],\n menuProps: { closeOnContentClick: true },\n 'onUpdate:modelValue': (v: string | string[]) => this.$emit('sort', v),\n }, {\n selection: (props: any) => this.genSortChip(props),\n })\n },\n },\n\n render (): VNode {\n const children: VNodeChildrenArrayContents = []\n\n const header = this.headers.find(h => h.value === 'data-table-select')\n if (header && !this.singleSelect) {\n children.push(h('div', {\n class: [\n 'v-data-table-header-mobile__select',\n ...wrapInArray(header.class),\n ],\n width: header.width,\n }, [this.genSelectAll()]))\n }\n\n const sortHeaders = this.headers\n .filter(h => h.sortable !== false && h.value !== 'data-table-select')\n .map(h => ({\n text: h.text,\n value: h.value,\n }))\n\n if (!this.disableSort && sortHeaders.length) {\n children.push(this.genSortSelect(sortHeaders))\n }\n\n const th = children.length\n ? h('th', [h('div', { class: 'v-data-table-header-mobile__wrapper' }, children)])\n : undefined\n\n const tr = h('tr', [th])\n\n return h('thead', {\n class: 'v-data-table-header v-data-table-header-mobile',\n }, [tr])\n },\n})\n"],"sourceRoot":"","file":"VDataTableHeaderMobile.js"}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _vue = require("vue");
|
|
9
|
+
|
|
10
|
+
require("../../../src/components/VDataTable/VEditDialog.sass");
|
|
11
|
+
|
|
12
|
+
var _returnable = _interopRequireDefault(require("../../mixins/returnable"));
|
|
13
|
+
|
|
14
|
+
var _themeable = _interopRequireDefault(require("../../mixins/themeable"));
|
|
15
|
+
|
|
16
|
+
var _helpers = require("../../util/helpers");
|
|
17
|
+
|
|
18
|
+
var _VBtn = _interopRequireDefault(require("../VBtn"));
|
|
19
|
+
|
|
20
|
+
var _VMenu = _interopRequireDefault(require("../VMenu"));
|
|
21
|
+
|
|
22
|
+
var _mixins = _interopRequireDefault(require("../../util/mixins"));
|
|
23
|
+
|
|
24
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
25
|
+
|
|
26
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
27
|
+
|
|
28
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
29
|
+
|
|
30
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
31
|
+
|
|
32
|
+
/* @vue/component */
|
|
33
|
+
var _default2 = (0, _mixins.default)(_returnable.default, _themeable.default).extend({
|
|
34
|
+
name: 'v-edit-dialog',
|
|
35
|
+
props: {
|
|
36
|
+
cancelText: {
|
|
37
|
+
default: 'Cancel'
|
|
38
|
+
},
|
|
39
|
+
large: Boolean,
|
|
40
|
+
eager: Boolean,
|
|
41
|
+
persistent: Boolean,
|
|
42
|
+
saveText: {
|
|
43
|
+
default: 'Save'
|
|
44
|
+
},
|
|
45
|
+
transition: {
|
|
46
|
+
type: String,
|
|
47
|
+
default: 'slide-x-reverse-transition'
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
emits: ['update:return-value', 'open', 'close', 'cancel', 'save'],
|
|
51
|
+
data: function data() {
|
|
52
|
+
return {// isActive is provided by Returnable mixin
|
|
53
|
+
};
|
|
54
|
+
},
|
|
55
|
+
watch: {
|
|
56
|
+
isActive: function isActive(val) {
|
|
57
|
+
if (val) {
|
|
58
|
+
this.$emit('open');
|
|
59
|
+
setTimeout(this.focus, 50); // Give DOM time to paint
|
|
60
|
+
} else {
|
|
61
|
+
this.$emit('close');
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
methods: {
|
|
66
|
+
cancel: function cancel() {
|
|
67
|
+
this.isActive = false;
|
|
68
|
+
this.$emit('cancel');
|
|
69
|
+
},
|
|
70
|
+
focus: function focus() {
|
|
71
|
+
var input = this.$refs.content.querySelector('input');
|
|
72
|
+
input && input.focus();
|
|
73
|
+
},
|
|
74
|
+
genButton: function genButton(fn, text) {
|
|
75
|
+
return (0, _vue.h)(_VBtn.default, {
|
|
76
|
+
text: true,
|
|
77
|
+
color: 'primary',
|
|
78
|
+
light: true,
|
|
79
|
+
onClick: fn
|
|
80
|
+
}, function () {
|
|
81
|
+
return text;
|
|
82
|
+
});
|
|
83
|
+
},
|
|
84
|
+
genActions: function genActions() {
|
|
85
|
+
var _this = this;
|
|
86
|
+
|
|
87
|
+
return (0, _vue.h)('div', {
|
|
88
|
+
class: 'v-small-dialog__actions'
|
|
89
|
+
}, [this.genButton(this.cancel, this.cancelText), this.genButton(function () {
|
|
90
|
+
_this.save(_this.returnValue);
|
|
91
|
+
|
|
92
|
+
_this.$emit('save');
|
|
93
|
+
}, this.saveText)]);
|
|
94
|
+
},
|
|
95
|
+
genContent: function genContent() {
|
|
96
|
+
var _this2 = this;
|
|
97
|
+
|
|
98
|
+
return (0, _vue.h)('div', {
|
|
99
|
+
class: 'v-small-dialog__content',
|
|
100
|
+
onKeydown: function onKeydown(e) {
|
|
101
|
+
e.keyCode === _helpers.keyCodes.esc && _this2.cancel();
|
|
102
|
+
|
|
103
|
+
if (e.keyCode === _helpers.keyCodes.enter) {
|
|
104
|
+
_this2.save(_this2.returnValue);
|
|
105
|
+
|
|
106
|
+
_this2.$emit('save');
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
ref: 'content'
|
|
110
|
+
}, (0, _helpers.getSlot)(this, 'input'));
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
render: function render() {
|
|
114
|
+
var _this3 = this;
|
|
115
|
+
|
|
116
|
+
return (0, _vue.h)(_VMenu.default, {
|
|
117
|
+
class: ['v-small-dialog', this.themeClasses],
|
|
118
|
+
contentClass: 'v-small-dialog__menu-content',
|
|
119
|
+
transition: this.transition,
|
|
120
|
+
origin: 'top right',
|
|
121
|
+
right: true,
|
|
122
|
+
modelValue: this.isActive,
|
|
123
|
+
closeOnClick: !this.persistent,
|
|
124
|
+
closeOnContentClick: false,
|
|
125
|
+
eager: this.eager,
|
|
126
|
+
light: this.light,
|
|
127
|
+
dark: this.dark,
|
|
128
|
+
'onUpdate:modelValue': function onUpdateModelValue(val) {
|
|
129
|
+
return _this3.isActive = val;
|
|
130
|
+
}
|
|
131
|
+
}, {
|
|
132
|
+
activator: function activator(_ref) {
|
|
133
|
+
var on = _ref.on;
|
|
134
|
+
return (0, _vue.h)('div', _objectSpread({
|
|
135
|
+
class: 'v-small-dialog__activator'
|
|
136
|
+
}, on), [(0, _vue.h)('span', {
|
|
137
|
+
class: 'v-small-dialog__activator__content'
|
|
138
|
+
}, (0, _helpers.getSlot)(_this3))]);
|
|
139
|
+
},
|
|
140
|
+
default: function _default() {
|
|
141
|
+
return [_this3.genContent(), _this3.large ? _this3.genActions() : null];
|
|
142
|
+
}
|
|
143
|
+
});
|
|
144
|
+
}
|
|
145
|
+
});
|
|
146
|
+
|
|
147
|
+
exports.default = _default2;
|
|
148
|
+
//# sourceMappingURL=VEditDialog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/VDataTable/VEditDialog.ts"],"names":[],"mappings":"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","sourcesContent":["import { h } from 'vue'\n// Styles\nimport './VEditDialog.sass'\n\n// Mixins\nimport Returnable from '../../mixins/returnable'\nimport Themeable from '../../mixins/themeable'\n\n// Utils\nimport { getSlot, keyCodes } from '../../util/helpers'\n\n// Component\nimport VBtn from '../VBtn'\nimport VMenu from '../VMenu'\n\n// Types\nimport { VNode, VNodeChildren } from 'vue'\nimport mixins from '../../util/mixins'\n\n/* @vue/component */\nexport default mixins(Returnable, Themeable).extend({\n name: 'v-edit-dialog',\n\n props: {\n cancelText: {\n default: 'Cancel',\n },\n large: Boolean,\n eager: Boolean,\n persistent: Boolean,\n saveText: {\n default: 'Save',\n },\n transition: {\n type: String,\n default: 'slide-x-reverse-transition',\n },\n },\n\n emits: ['update:return-value', 'open', 'close', 'cancel', 'save'],\n\n data () {\n return {\n // isActive is provided by Returnable mixin\n }\n },\n\n watch: {\n isActive (val) {\n if (val) {\n this.$emit('open')\n setTimeout(this.focus, 50) // Give DOM time to paint\n } else {\n this.$emit('close')\n }\n },\n },\n\n methods: {\n cancel () {\n this.isActive = false\n this.$emit('cancel')\n },\n focus () {\n const input = (this.$refs.content as Element).querySelector('input')\n input && input.focus()\n },\n genButton (fn: Function, text: VNodeChildren): VNode {\n return h(VBtn, {\n text: true,\n color: 'primary',\n light: true,\n onClick: fn,\n }, () => text)\n },\n genActions (): VNode {\n return h('div', {\n class: 'v-small-dialog__actions',\n }, [\n this.genButton(this.cancel, this.cancelText),\n this.genButton(() => {\n this.save(this.returnValue)\n this.$emit('save')\n }, this.saveText),\n ])\n },\n genContent (): VNode {\n return h('div', {\n class: 'v-small-dialog__content',\n onKeydown: (e: KeyboardEvent) => {\n e.keyCode === keyCodes.esc && this.cancel()\n if (e.keyCode === keyCodes.enter) {\n this.save(this.returnValue)\n this.$emit('save')\n }\n },\n ref: 'content',\n }, getSlot(this, 'input'))\n },\n },\n\n render (): VNode {\n return h(VMenu, {\n class: ['v-small-dialog', this.themeClasses],\n contentClass: 'v-small-dialog__menu-content',\n transition: this.transition,\n origin: 'top right',\n right: true,\n modelValue: this.isActive,\n closeOnClick: !this.persistent,\n closeOnContentClick: false,\n eager: this.eager,\n light: this.light,\n dark: this.dark,\n 'onUpdate:modelValue': (val: boolean) => (this.isActive = val),\n }, {\n activator: ({ on }: { on: any }) => {\n return h('div', {\n class: 'v-small-dialog__activator',\n ...on,\n }, [\n h('span', {\n class: 'v-small-dialog__activator__content',\n }, getSlot(this)),\n ])\n },\n default: () => [\n this.genContent(),\n this.large ? this.genActions() : null,\n ],\n })\n },\n})\n"],"sourceRoot":"","file":"VEditDialog.js"}
|