@vuetify/nightly 3.0.0-alpha.8 → 3.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -19
- package/dist/json/attributes.json +5230 -0
- package/dist/json/importMap.json +565 -0
- package/dist/json/tags.json +1871 -0
- package/dist/json/web-types.json +17917 -0
- package/dist/vuetify.css +8044 -6830
- package/dist/vuetify.d.ts +14879 -24
- package/dist/vuetify.esm.js +17091 -0
- package/dist/vuetify.esm.js.map +1 -0
- package/dist/vuetify.js +15613 -14297
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +6 -4
- package/dist/vuetify.min.js +1395 -9104
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +193 -0
- package/lib/components/VAlert/VAlert.mjs +61 -72
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +64 -88
- package/lib/components/VAlert/VAlertTitle.mjs +3 -0
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -0
- package/lib/components/VAlert/_variables.scss +23 -34
- package/lib/components/VAlert/index.mjs +2 -1
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.css +28 -0
- package/lib/components/VApp/VApp.mjs +26 -17
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/VApp.sass +1 -4
- package/lib/components/VApp/index.mjs +1 -1
- package/lib/components/VApp/index.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.css +10 -0
- package/lib/components/VAppBar/VAppBar.mjs +42 -101
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.sass +7 -93
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +9 -9
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +11 -21
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/_variables.scss +12 -8
- package/lib/components/VAppBar/index.mjs +3 -3
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +57 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +229 -359
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +69 -33
- package/lib/components/VAutocomplete/_variables.scss +7 -4
- package/lib/components/VAutocomplete/index.mjs +1 -3
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +43 -0
- package/lib/components/VAvatar/VAvatar.mjs +20 -19
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +7 -22
- package/lib/components/VAvatar/_mixins.scss +10 -4
- package/lib/components/VAvatar/_variables.scss +16 -5
- package/lib/components/VAvatar/index.mjs +1 -1
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +74 -0
- package/lib/components/VBadge/VBadge.mjs +35 -25
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.sass +5 -7
- package/lib/components/VBadge/_variables.scss +6 -5
- package/lib/components/VBadge/index.mjs +1 -1
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +133 -0
- package/lib/components/VBanner/VBanner.mjs +56 -49
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.sass +18 -29
- package/lib/components/VBanner/VBannerActions.mjs +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/_variables.scss +13 -13
- package/lib/components/VBanner/index.mjs +3 -5
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +61 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +53 -34
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -12
- package/lib/components/VBottomNavigation/_variables.scss +25 -5
- package/lib/components/VBottomNavigation/index.mjs +1 -1
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +48 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +55 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +5 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +32 -37
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/_variables.scss +7 -4
- package/lib/components/VBreadcrumbs/index.mjs +3 -3
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/shared.mjs +2 -0
- package/lib/components/VBreadcrumbs/shared.mjs.map +1 -0
- package/lib/components/VBtn/VBtn.css +300 -0
- package/lib/components/VBtn/VBtn.mjs +36 -30
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +50 -89
- package/lib/components/VBtn/_mixins.scss +14 -7
- package/lib/components/VBtn/_variables.scss +25 -45
- package/lib/components/VBtn/index.mjs +1 -1
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +49 -0
- package/lib/components/VBtnGroup/VBtnGroup.mjs +67 -0
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -0
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -0
- package/lib/components/VBtnGroup/_variables.scss +25 -0
- package/lib/components/VBtnGroup/index.mjs +2 -0
- package/lib/components/VBtnGroup/index.mjs.map +1 -0
- package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
- package/lib/components/VBtnToggle/VBtnToggle.mjs +45 -39
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.sass +5 -95
- package/lib/components/VBtnToggle/_variables.scss +3 -10
- package/lib/components/VBtnToggle/index.mjs +1 -3
- package/lib/components/VBtnToggle/index.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendar.mjs +8 -4
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.mjs +1 -1
- package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +67 -0
- package/lib/components/VCalendar/VCalendarDaily.mjs +1 -1
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.mjs +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/_variables.scss +4 -0
- package/lib/components/VCalendar/mixins/calendar-base.mjs +5 -4
- package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +18 -12
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.sass +7 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs +2 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +19 -0
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCalendar/modes/common.mjs +7 -3
- package/lib/components/VCalendar/modes/common.mjs.map +1 -1
- package/lib/components/VCalendar/modes/stack.mjs +2 -1
- package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
- package/lib/components/VCalendar/util/events.mjs +3 -1
- package/lib/components/VCalendar/util/events.mjs.map +1 -1
- package/lib/components/VCalendar/util/timestamp.mjs +19 -7
- package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +268 -0
- package/lib/components/VCard/VCard.mjs +73 -58
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +25 -42
- package/lib/components/VCard/VCardActions.mjs +29 -2
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardAvatar.mjs +1 -1
- package/lib/components/VCard/VCardAvatar.mjs.map +1 -1
- package/lib/components/VCard/VCardHeader.mjs +1 -1
- package/lib/components/VCard/VCardHeader.mjs.map +1 -1
- package/lib/components/VCard/VCardHeaderText.mjs +1 -1
- package/lib/components/VCard/VCardHeaderText.mjs.map +1 -1
- package/lib/components/VCard/VCardImg.mjs +1 -1
- package/lib/components/VCard/VCardImg.mjs.map +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs +1 -1
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +25 -25
- package/lib/components/VCard/index.mjs +9 -11
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.css +63 -0
- package/lib/components/VCarousel/VCarousel.mjs +100 -179
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +7 -2
- package/lib/components/VCarousel/VCarouselItem.mjs +23 -58
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/_variables.scss +1 -3
- package/lib/components/VCarousel/index.mjs +2 -9
- package/lib/components/VCarousel/index.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +3 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +56 -83
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +8 -8
- package/lib/components/VCheckbox/_variables.scss +2 -4
- package/lib/components/VCheckbox/index.mjs +1 -9
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +273 -0
- package/lib/components/VChip/VChip.mjs +55 -34
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +24 -21
- package/lib/components/VChip/_mixins.scss +24 -15
- package/lib/components/VChip/_variables.scss +17 -21
- package/lib/components/VChip/index.mjs +1 -1
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.css +18 -0
- package/lib/components/VChipGroup/VChipGroup.mjs +66 -38
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +11 -17
- package/lib/components/VChipGroup/_variables.scss +3 -5
- package/lib/components/VChipGroup/index.mjs +1 -3
- package/lib/components/VChipGroup/index.mjs.map +1 -1
- package/lib/components/VCode/VCode.css +7 -0
- package/lib/components/VCode/VCode.sass +2 -2
- package/lib/components/VCode/index.mjs +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +21 -0
- package/lib/components/VColorPicker/VColorPicker.mjs +103 -133
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.sass +10 -17
- package/lib/components/VColorPicker/VColorPickerCanvas.css +21 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +139 -121
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +5 -3
- package/lib/components/VColorPicker/VColorPickerEdit.css +31 -0
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +74 -134
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +9 -6
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -0
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +65 -83
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +42 -39
- package/lib/components/VColorPicker/VColorPickerSwatches.css +35 -0
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +34 -54
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +6 -4
- package/lib/components/VColorPicker/_variables.scss +5 -9
- package/lib/components/VColorPicker/index.mjs +1 -5
- package/lib/components/VColorPicker/index.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs +141 -97
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +66 -0
- package/lib/components/VCombobox/VCombobox.mjs +319 -204
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +91 -0
- package/lib/components/VCombobox/_variables.scss +8 -0
- package/lib/components/VCombobox/index.mjs +1 -3
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.css +6 -0
- package/lib/components/VCounter/VCounter.mjs +36 -27
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.sass +5 -7
- package/lib/components/VCounter/_variables.scss +3 -2
- package/lib/components/VCounter/index.mjs +1 -3
- package/lib/components/VCounter/index.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.mjs +1 -1
- package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs +19 -7
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataTable/MobileRow.mjs +6 -5
- package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
- package/lib/components/VDataTable/Row.mjs +19 -11
- package/lib/components/VDataTable/Row.mjs.map +1 -1
- package/lib/components/VDataTable/RowGroup.mjs +5 -4
- package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +10 -5
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +5 -0
- package/lib/components/VDataTable/VDataTableHeader.mjs +7 -6
- package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs +2 -2
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
- package/lib/components/VDataTable/VEditDialog.mjs +7 -6
- package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
- package/lib/components/VDataTable/VVirtualTable.mjs +1 -1
- package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +4 -4
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.mjs +2 -2
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +3 -3
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs +6 -5
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +6 -4
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs +4 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +26 -8
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.mjs +1 -1
- package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +57 -0
- package/lib/components/VDialog/VDialog.mjs +46 -47
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +20 -2
- package/lib/components/VDialog/_variables.scss +9 -4
- package/lib/components/VDialog/index.mjs +1 -2
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.css +30 -0
- package/lib/components/VDivider/VDivider.mjs +21 -14
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.sass +5 -9
- package/lib/components/VDivider/_variables.scss +4 -2
- package/lib/components/VDivider/index.mjs +1 -1
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +189 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +83 -81
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +91 -129
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +42 -0
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +77 -0
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +42 -60
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/_variables.scss +13 -7
- package/lib/components/VExpansionPanel/index.mjs +4 -13
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.css +410 -0
- package/lib/components/VField/VField.mjs +249 -0
- package/lib/components/VField/VField.mjs.map +1 -0
- package/lib/components/VField/VField.sass +392 -0
- package/lib/components/VField/VFieldLabel.mjs +27 -0
- package/lib/components/VField/VFieldLabel.mjs.map +1 -0
- package/lib/components/VField/_variables.scss +44 -0
- package/lib/components/VField/index.mjs +3 -0
- package/lib/components/VField/index.mjs.map +1 -0
- package/lib/components/VFileInput/VFileInput.css +8 -0
- package/lib/components/VFileInput/VFileInput.mjs +180 -224
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +3 -51
- package/lib/components/VFileInput/_variables.scss +2 -6
- package/lib/components/VFileInput/index.mjs +1 -3
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.css +20 -0
- package/lib/components/VFooter/VFooter.mjs +25 -18
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.sass +10 -8
- package/lib/components/VFooter/_variables.scss +7 -4
- package/lib/components/VFooter/index.mjs +1 -1
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +46 -127
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.mjs +1 -3
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs +10 -9
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +10 -10
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.css +1002 -0
- package/lib/components/VGrid/VGrid.sass +9 -8
- package/lib/components/VGrid/VRow.mjs +10 -9
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/_mixins.sass +26 -21
- package/lib/components/VGrid/index.mjs +4 -4
- package/lib/components/VGrid/index.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs +31 -61
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.mjs +1 -3
- package/lib/components/VHover/index.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +50 -0
- package/lib/components/VIcon/VIcon.mjs +20 -14
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +16 -42
- package/lib/components/VIcon/_variables.scss +14 -14
- package/lib/components/VIcon/index.mjs +1 -1
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.css +34 -0
- package/lib/components/VImg/VImg.mjs +62 -31
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +11 -16
- package/lib/components/VImg/index.mjs +1 -1
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInput/VInput.css +110 -0
- package/lib/components/VInput/VInput.mjs +103 -280
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +77 -127
- package/lib/components/VInput/_variables.scss +17 -13
- package/lib/components/VInput/index.mjs +1 -3
- package/lib/components/VInput/index.mjs.map +1 -1
- package/lib/components/VItemGroup/VItem.mjs +8 -7
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.css +6 -0
- package/lib/components/VItemGroup/VItemGroup.mjs +12 -12
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.sass +2 -2
- package/lib/components/VItemGroup/_variables.scss +3 -1
- package/lib/components/VItemGroup/index.mjs +2 -2
- package/lib/components/VItemGroup/index.mjs.map +1 -1
- package/lib/components/VKbd/VKbd.css +9 -0
- package/lib/components/VKbd/VKbd.sass +4 -3
- package/lib/components/VKbd/index.mjs +1 -1
- package/lib/components/VLabel/VLabel.css +12 -0
- package/lib/components/VLabel/VLabel.mjs +18 -56
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.sass +13 -11
- package/lib/components/VLabel/_variables.scss +7 -4
- package/lib/components/VLabel/index.mjs +1 -3
- package/lib/components/VLabel/index.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.css +11 -0
- package/lib/components/VLayout/VLayout.mjs +15 -11
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +1 -4
- package/lib/components/VLayout/VLayoutItem.css +8 -0
- package/lib/components/VLayout/VLayoutItem.mjs +24 -15
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.sass +3 -3
- package/lib/components/VLayout/index.mjs +2 -2
- package/lib/components/VLayout/index.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs +10 -10
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.mjs +1 -1
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.css +106 -0
- package/lib/components/VList/VList.mjs +80 -31
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +17 -16
- package/lib/components/VList/VListChildren.mjs +53 -0
- package/lib/components/VList/VListChildren.mjs.map +1 -0
- package/lib/components/VList/VListGroup.mjs +84 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -0
- package/lib/components/VList/VListImg.mjs +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +273 -0
- package/lib/components/VList/VListItem.mjs +98 -41
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +46 -17
- package/lib/components/VList/VListItemAvatar.mjs +9 -9
- package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
- package/lib/components/VList/VListItemHeader.mjs +1 -1
- package/lib/components/VList/VListItemHeader.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +9 -9
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs +1 -1
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +29 -20
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +25 -19
- package/lib/components/VList/index.mjs +10 -9
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VList/list.mjs +31 -0
- package/lib/components/VList/list.mjs.map +1 -0
- package/lib/components/VLocaleProvider/VLocaleProvider.css +3 -0
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +10 -10
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.mjs +1 -1
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.css +18 -0
- package/lib/components/VMain/VMain.mjs +12 -12
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/VMain.sass +2 -1
- package/lib/components/VMain/_variables.scss +3 -1
- package/lib/components/VMain/index.mjs +1 -1
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.css +24 -0
- package/lib/components/VMenu/VMenu.mjs +53 -451
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +20 -71
- package/lib/components/VMenu/_variables.scss +3 -2
- package/lib/components/VMenu/index.mjs +1 -3
- package/lib/components/VMenu/index.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.css +16 -0
- package/lib/components/VMessages/VMessages.mjs +42 -41
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.sass +5 -10
- package/lib/components/VMessages/_variables.scss +3 -2
- package/lib/components/VMessages/index.mjs +1 -3
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +93 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +95 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +36 -21
- package/lib/components/VNavigationDrawer/_variables.scss +9 -6
- package/lib/components/VNavigationDrawer/index.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs +139 -0
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -0
- package/lib/components/VNoSsr/VNoSsr.mjs +23 -0
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -0
- package/lib/components/VNoSsr/index.mjs +2 -0
- package/lib/components/VNoSsr/index.mjs.map +1 -0
- package/lib/components/VOtpInput/VOtpInput.mjs +345 -0
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -0
- package/lib/components/VOtpInput/VOtpInput.sass +37 -0
- package/lib/components/VOtpInput/_variables.scss +4 -0
- package/lib/components/VOtpInput/index.mjs +4 -0
- package/lib/components/VOtpInput/index.mjs.map +1 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +55 -0
- package/lib/components/VOverlay/VOverlay.mjs +120 -193
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +21 -22
- package/lib/components/VOverlay/_variables.scss +0 -2
- package/lib/components/VOverlay/index.mjs +1 -2
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/positionStrategies.mjs +203 -0
- package/lib/components/VOverlay/positionStrategies.mjs.map +1 -0
- package/lib/components/VOverlay/requestNewFrame.mjs +28 -0
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +128 -0
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -0
- package/lib/components/VOverlay/useActivator.mjs +205 -0
- package/lib/components/VOverlay/useActivator.mjs.map +1 -0
- package/lib/components/VOverlay/util/anchor.mjs +52 -0
- package/lib/components/VOverlay/util/anchor.mjs.map +1 -0
- package/lib/components/VOverlay/util/point.mjs +56 -0
- package/lib/components/VOverlay/util/point.mjs.map +1 -0
- package/lib/components/VPagination/VPagination.css +9 -0
- package/lib/components/VPagination/VPagination.mjs +48 -51
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +14 -8
- package/lib/components/VPagination/index.mjs +1 -1
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.css +7 -0
- package/lib/components/VParallax/VParallax.mjs +71 -77
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.sass +1 -32
- package/lib/components/VParallax/index.mjs +1 -3
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VPicker/VPicker.mjs +5 -5
- package/lib/components/VPicker/VPicker.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -0
- package/lib/components/VProgressCircular/VProgressCircular.mjs +30 -20
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +6 -4
- package/lib/components/VProgressCircular/_variables.scss +1 -1
- package/lib/components/VProgressCircular/index.mjs +1 -1
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +212 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +138 -226
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +83 -157
- package/lib/components/VProgressLinear/_variables.scss +11 -3
- package/lib/components/VProgressLinear/index.mjs +1 -3
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +34 -0
- package/lib/components/VRadio/VRadio.mjs.map +1 -0
- package/lib/components/VRadio/index.mjs +2 -0
- package/lib/components/VRadio/index.mjs.map +1 -0
- package/lib/components/VRadioGroup/VRadioGroup.css +10 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs +66 -69
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +7 -37
- package/lib/components/VRadioGroup/_variables.scss +3 -3
- package/lib/components/VRadioGroup/index.mjs +1 -9
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +192 -207
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.mjs +1 -3
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.css +58 -0
- package/lib/components/VRating/VRating.mjs +34 -28
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +5 -3
- package/lib/components/VRating/_variables.scss +3 -1
- package/lib/components/VRating/index.mjs +1 -1
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.css +23 -0
- package/lib/components/VResponsive/VResponsive.mjs +12 -11
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +4 -7
- package/lib/components/VResponsive/index.mjs +1 -1
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +34 -0
- package/lib/components/VSelect/VSelect.mjs +186 -777
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +44 -153
- package/lib/components/VSelect/_variables.scss +7 -21
- package/lib/components/VSelect/index.mjs +1 -3
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +97 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +209 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +96 -0
- package/lib/components/VSelectionControl/_variables.scss +9 -0
- package/lib/components/VSelectionControl/index.mjs +2 -0
- package/lib/components/VSelectionControl/index.mjs.map +1 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +3 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +64 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -0
- package/lib/components/VSelectionControlGroup/_variables.scss +4 -0
- package/lib/components/VSelectionControlGroup/index.mjs +2 -0
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -0
- package/lib/components/VSheet/VSheet.css +23 -0
- package/lib/components/VSheet/VSheet.mjs +17 -19
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.sass +11 -16
- package/lib/components/VSheet/_variables.scss +6 -7
- package/lib/components/VSheet/index.mjs +1 -1
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +7 -7
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.css +47 -0
- package/lib/components/VSlideGroup/VSlideGroup.mjs +276 -358
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +21 -21
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +27 -0
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -0
- package/lib/components/VSlideGroup/_variables.scss +4 -1
- package/lib/components/VSlideGroup/helpers.mjs +54 -0
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -0
- package/lib/components/VSlideGroup/index.mjs +2 -9
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.css +48 -0
- package/lib/components/VSlider/VSlider.mjs +113 -538
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +29 -271
- package/lib/components/VSlider/VSliderThumb.css +142 -0
- package/lib/components/VSlider/VSliderThumb.mjs +165 -0
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -0
- package/lib/components/VSlider/VSliderThumb.sass +147 -0
- package/lib/components/VSlider/VSliderTrack.css +150 -0
- package/lib/components/VSlider/VSliderTrack.mjs +121 -0
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -0
- package/lib/components/VSlider/VSliderTrack.sass +159 -0
- package/lib/components/VSlider/_variables.scss +19 -13
- package/lib/components/VSlider/index.mjs +1 -3
- package/lib/components/VSlider/index.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +300 -0
- package/lib/components/VSlider/slider.mjs.map +1 -0
- package/lib/components/VSnackbar/VSnackbar.css +136 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +89 -168
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +34 -69
- package/lib/components/VSnackbar/_variables.scss +20 -21
- package/lib/components/VSnackbar/index.mjs +1 -3
- package/lib/components/VSnackbar/index.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/path.mjs +3 -1
- package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +2 -2
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs +2 -2
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.sass +5 -1
- package/lib/components/VStepper/VStepperStep.mjs +1 -1
- package/lib/components/VStepper/_variables.scss +2 -1
- package/lib/components/VSwitch/VSwitch.css +69 -0
- package/lib/components/VSwitch/VSwitch.mjs +100 -111
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +71 -129
- package/lib/components/VSwitch/_variables.scss +10 -23
- package/lib/components/VSwitch/index.mjs +1 -3
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.css +40 -0
- package/lib/components/VSystemBar/VSystemBar.mjs +23 -24
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +16 -23
- package/lib/components/VSystemBar/_variables.scss +30 -17
- package/lib/components/VSystemBar/index.mjs +1 -1
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +143 -0
- package/lib/components/VTable/VTable.mjs +54 -0
- package/lib/components/VTable/VTable.mjs.map +1 -0
- package/lib/components/VTable/VTable.sass +156 -0
- package/lib/components/VTable/_mixins.scss +25 -0
- package/lib/components/VTable/_variables.scss +21 -0
- package/lib/components/VTable/index.mjs +2 -0
- package/lib/components/VTable/index.mjs.map +1 -0
- package/lib/components/VTabs/VTab.css +29 -0
- package/lib/components/VTabs/VTab.mjs +114 -70
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +30 -0
- package/lib/components/VTabs/VTabs.css +67 -0
- package/lib/components/VTabs/VTabs.mjs +82 -278
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +37 -207
- package/lib/components/VTabs/_variables.scss +10 -18
- package/lib/components/VTabs/index.mjs +2 -15
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.css +70 -0
- package/lib/components/VTextField/VTextField.mjs +166 -484
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +56 -493
- package/lib/components/VTextField/_variables.scss +10 -50
- package/lib/components/VTextField/index.mjs +1 -3
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +34 -0
- package/lib/components/VTextarea/VTextarea.mjs +210 -74
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +32 -76
- package/lib/components/VTextarea/_variables.scss +2 -4
- package/lib/components/VTextarea/index.mjs +1 -3
- package/lib/components/VTextarea/index.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.css +4 -0
- package/lib/components/VThemeProvider/VThemeProvider.mjs +12 -12
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.mjs +1 -1
- package/lib/components/VThemeProvider/index.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.mjs +2 -2
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.mjs +3 -3
- package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs +2 -2
- package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +260 -0
- package/lib/components/VTimeline/VTimeline.mjs +18 -18
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +11 -7
- package/lib/components/VTimeline/VTimelineDivider.mjs +9 -8
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +14 -15
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +8 -5
- package/lib/components/VTimeline/_variables.scss +3 -1
- package/lib/components/VTimeline/index.mjs +2 -2
- package/lib/components/VTimeline/index.mjs.map +1 -1
- package/lib/components/VTimeline/shared.mjs +2 -0
- package/lib/components/VTimeline/shared.mjs.map +1 -0
- package/lib/components/VToolbar/VToolbar.css +138 -0
- package/lib/components/VToolbar/VToolbar.mjs +138 -141
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +74 -123
- package/lib/components/VToolbar/VToolbarItems.mjs +33 -0
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -0
- package/lib/components/VToolbar/VToolbarTitle.mjs +34 -0
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -0
- package/lib/components/VToolbar/_variables.scss +53 -15
- package/lib/components/VToolbar/index.mjs +3 -14
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.css +22 -0
- package/lib/components/VTooltip/VTooltip.mjs +73 -198
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +8 -15
- package/lib/components/VTooltip/_variables.scss +6 -6
- package/lib/components/VTooltip/index.mjs +1 -3
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +18 -9
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs +4 -2
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VTreeview/_mixins.sass +3 -3
- package/lib/components/VValidation/VValidation.mjs +26 -0
- package/lib/components/VValidation/VValidation.mjs.map +1 -0
- package/lib/components/VValidation/index.mjs +2 -0
- package/lib/components/VValidation/index.mjs.map +1 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.css +70 -0
- package/lib/components/VWindow/VWindow.mjs +166 -233
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.sass +26 -50
- package/lib/components/VWindow/VWindowItem.mjs +72 -98
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/_variables.scss +2 -3
- package/lib/components/VWindow/index.mjs +2 -9
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.ts +12766 -1769
- package/lib/components/index.mjs +64 -57
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs +20 -20
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +51 -23
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs +3 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/transitions/index.mjs +1 -1
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs +3 -2
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/defaults.mjs +29 -5
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/density.mjs +3 -2
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/display.mjs +2 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/elevation.mjs +4 -3
- package/lib/composables/elevation.mjs.map +1 -1
- package/lib/composables/filter.mjs +87 -0
- package/lib/composables/filter.mjs.map +1 -0
- package/lib/composables/focus.mjs +35 -0
- package/lib/composables/focus.mjs.map +1 -0
- package/lib/composables/form.mjs +103 -0
- package/lib/composables/form.mjs.map +1 -0
- package/lib/composables/forwardRef.mjs +42 -0
- package/lib/composables/forwardRef.mjs.map +1 -0
- package/lib/composables/group.mjs +66 -34
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs +12 -0
- package/lib/composables/hydration.mjs.map +1 -0
- package/lib/composables/icons.mjs +17 -23
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +9 -0
- package/lib/composables/index.mjs.map +1 -0
- package/lib/composables/intersectionObserver.mjs +21 -16
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +126 -41
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs +23 -0
- package/lib/composables/lazy.mjs.map +1 -0
- package/lib/composables/loader.mjs +39 -0
- package/lib/composables/loader.mjs.map +1 -0
- package/lib/composables/locale.mjs +10 -6
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs +43 -0
- package/lib/composables/mutationObserver.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs +194 -0
- package/lib/composables/nested/nested.mjs.map +1 -0
- package/lib/composables/nested/openStrategies.mjs +49 -0
- package/lib/composables/nested/openStrategies.mjs.map +1 -0
- package/lib/composables/nested/selectStrategies.mjs +157 -0
- package/lib/composables/nested/selectStrategies.mjs.map +1 -0
- package/lib/composables/overlay.mjs +30 -0
- package/lib/composables/overlay.mjs.map +1 -0
- package/lib/composables/position.mjs +3 -2
- package/lib/composables/position.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +10 -5
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +27 -21
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/rounded.mjs +9 -10
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs +7 -5
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scroll.mjs +2 -1
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/size.mjs +3 -2
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/stack.mjs +33 -0
- package/lib/composables/stack.mjs.map +1 -0
- package/lib/composables/teleport.mjs +4 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs +114 -63
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/touch.mjs +129 -0
- package/lib/composables/touch.mjs.map +1 -0
- package/lib/composables/transition.mjs +4 -3
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +116 -0
- package/lib/composables/validation.mjs.map +1 -0
- package/lib/composables/variant.mjs +20 -9
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +23 -11
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/index.d.ts +6 -4
- package/lib/directives/index.mjs +2 -2
- package/lib/directives/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs +19 -12
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs +33 -34
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs +8 -5
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +34 -0
- package/lib/directives/ripple/VRipple.sass +2 -1
- package/lib/directives/ripple/_variables.scss +4 -4
- package/lib/directives/ripple/index.mjs +7 -4
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +9 -6
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +8 -4
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +8 -4
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +5 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +54 -0
- package/lib/iconsets/fa.d.ts +54 -0
- package/lib/iconsets/fa.mjs +1 -0
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.d.ts +54 -0
- package/lib/iconsets/fa4.mjs +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.d.ts +54 -0
- package/lib/iconsets/md.mjs +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.d.ts +54 -0
- package/lib/iconsets/mdi-svg.mjs +1 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.d.ts +54 -0
- package/lib/iconsets/mdi.mjs +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.ts +434 -0
- package/lib/locale/adapters/vue-i18n.mjs +64 -0
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -0
- package/lib/locale/adapters/vue-intl.mjs +67 -0
- package/lib/locale/adapters/vue-intl.mjs.map +1 -0
- package/lib/locale/cs.mjs +3 -3
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/es.mjs +2 -2
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/index.d.ts +3111 -0
- package/lib/presets/default/index.mjs +1 -1
- package/lib/presets/default/index.mjs.map +1 -1
- package/lib/services/goto/easing-patterns.mjs +0 -3
- package/lib/services/goto/easing-patterns.mjs.map +1 -1
- package/lib/services/goto/index.mjs +16 -18
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/styles/elements/_blockquote.sass +5 -3
- package/lib/styles/elements/_global.sass +5 -4
- package/lib/styles/elements/_index.sass +2 -2
- package/lib/styles/generic/_colors.scss +31 -10
- package/lib/styles/generic/_elevation.scss +2 -2
- package/lib/styles/generic/_index.scss +6 -6
- package/lib/styles/generic/_reset.scss +236 -232
- package/lib/styles/generic/_transitions.scss +8 -5
- package/lib/styles/main.css +18612 -0
- package/lib/styles/main.sass +4 -5
- package/lib/styles/settings/_colors.scss +431 -7
- package/lib/styles/settings/_elevations.scss +1 -1
- package/lib/styles/settings/_index.sass +4 -10
- package/lib/styles/settings/_utilities.scss +486 -472
- package/lib/styles/settings/_variables.scss +51 -52
- package/lib/styles/tools/_absolute.sass +8 -0
- package/lib/styles/tools/_density.sass +3 -1
- package/lib/styles/tools/_display.sass +11 -0
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_functions.sass +30 -25
- package/lib/styles/tools/_index.sass +17 -24
- package/lib/styles/tools/_radius.sass +5 -2
- package/lib/styles/tools/_sheet.sass +7 -4
- package/lib/styles/tools/_states.sass +13 -5
- package/lib/styles/tools/_utilities.sass +24 -20
- package/lib/styles/tools/_variant.sass +10 -2
- package/lib/styles/utilities/_display.sass +3 -1
- package/lib/styles/utilities/_index.sass +25 -22
- package/lib/styles/utilities/_text.sass +3 -1
- package/lib/styles.scss +4 -0
- package/lib/util/animation.mjs +43 -0
- package/lib/util/animation.mjs.map +1 -0
- package/lib/util/box.mjs +32 -0
- package/lib/util/box.mjs.map +1 -0
- package/lib/util/color/APCA.mjs +85 -0
- package/lib/util/color/APCA.mjs.map +1 -0
- package/lib/util/colorUtils.mjs +3 -0
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +2 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +11 -8
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/dateTimeUtils.mjs +3 -1
- package/lib/util/dateTimeUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +61 -0
- package/lib/util/defineComponent.mjs.map +1 -0
- package/lib/util/getCurrentInstance.mjs +19 -0
- package/lib/util/getCurrentInstance.mjs.map +1 -0
- package/lib/util/getScrollParent.mjs +1 -2
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -0
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +171 -31
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +4 -1
- package/lib/util/isFixedPosition.mjs +12 -0
- package/lib/util/isFixedPosition.mjs.map +1 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/lib/util/useRender.mjs +4 -2
- package/lib/util/useRender.mjs.map +1 -1
- package/package.json +102 -52
- package/dist/vuetify.css.map +0 -1
- package/dist/vuetify.min.css.map +0 -1
- package/lib/components/VAlert/_index.scss +0 -2
- package/lib/components/VApp/_index.scss +0 -1
- package/lib/components/VAppBar/VAppBarTitle.sass +0 -10
- package/lib/components/VAppBar/_index.scss +0 -2
- package/lib/components/VAvatar/_index.scss +0 -3
- package/lib/components/VBadge/_index.scss +0 -2
- package/lib/components/VBanner/VBannerAvatar.mjs +0 -29
- package/lib/components/VBanner/VBannerAvatar.mjs.map +0 -1
- package/lib/components/VBanner/VBannerContent.mjs +0 -3
- package/lib/components/VBanner/VBannerContent.mjs.map +0 -1
- package/lib/components/VBanner/_index.scss +0 -2
- package/lib/components/VBottomNavigation/_index.scss +0 -2
- package/lib/components/VBreadcrumbs/_index.scss +0 -2
- package/lib/components/VBtn/_index.scss +0 -3
- package/lib/components/VCard/VCardMedia.mjs +0 -3
- package/lib/components/VCard/VCardMedia.mjs.map +0 -1
- package/lib/components/VCard/_index.scss +0 -3
- package/lib/components/VCheckbox/VSimpleCheckbox.mjs +0 -92
- package/lib/components/VCheckbox/VSimpleCheckbox.mjs.map +0 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.sass +0 -16
- package/lib/components/VChip/_index.scss +0 -3
- package/lib/components/VCode/_index.scss +0 -2
- package/lib/components/VDataTable/VSimpleTable.mjs +0 -48
- package/lib/components/VDataTable/VSimpleTable.mjs.map +0 -1
- package/lib/components/VDataTable/VSimpleTable.sass +0 -179
- package/lib/components/VDialog/_index.scss +0 -2
- package/lib/components/VDivider/_index.scss +0 -2
- package/lib/components/VExpansionPanel/VExpansionPanelContent.mjs +0 -61
- package/lib/components/VExpansionPanel/VExpansionPanelContent.mjs.map +0 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.mjs +0 -112
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.mjs.map +0 -1
- package/lib/components/VFooter/_index.scss +0 -2
- package/lib/components/VGrid/_index.scss +0 -2
- package/lib/components/VIcon/_index.scss +0 -2
- package/lib/components/VImg/_index.scss +0 -2
- package/lib/components/VItemGroup/_index.scss +0 -2
- package/lib/components/VKbd/_index.scss +0 -2
- package/lib/components/VLayout/_index.scss +0 -1
- package/lib/components/VList/_index.scss +0 -3
- package/lib/components/VList/_mixins.scss +0 -0
- package/lib/components/VMain/_index.scss +0 -2
- package/lib/components/VNavigationDrawer/_index.scss +0 -2
- package/lib/components/VOverlay/_index.scss +0 -2
- package/lib/components/VPagination/_index.scss +0 -2
- package/lib/components/VParallax/_variables.scss +0 -4
- package/lib/components/VProgressCircular/_index.scss +0 -2
- package/lib/components/VRadioGroup/VRadio.mjs +0 -179
- package/lib/components/VRadioGroup/VRadio.mjs.map +0 -1
- package/lib/components/VRadioGroup/VRadio.sass +0 -25
- package/lib/components/VRangeSlider/VRangeSlider.sass +0 -19
- package/lib/components/VRating/_index.scss +0 -2
- package/lib/components/VResponsive/_index.scss +0 -1
- package/lib/components/VSelect/VSelectList.mjs +0 -251
- package/lib/components/VSelect/VSelectList.mjs.map +0 -1
- package/lib/components/VSheet/_index.scss +0 -2
- package/lib/components/VSlideGroup/VSlideItem.mjs +0 -14
- package/lib/components/VSlideGroup/VSlideItem.mjs.map +0 -1
- package/lib/components/VSystemBar/_index.scss +0 -2
- package/lib/components/VTabs/VTabItem.mjs +0 -23
- package/lib/components/VTabs/VTabItem.mjs.map +0 -1
- package/lib/components/VTabs/VTabsBar.mjs +0 -86
- package/lib/components/VTabs/VTabsBar.mjs.map +0 -1
- package/lib/components/VTabs/VTabsItems.mjs +0 -37
- package/lib/components/VTabs/VTabsItems.mjs.map +0 -1
- package/lib/components/VTabs/VTabsSlider.mjs +0 -20
- package/lib/components/VTabs/VTabsSlider.mjs.map +0 -1
- package/lib/components/VTextField/_mixins.sass +0 -18
- package/lib/components/VTimeline/_index.scss +0 -3
- package/lib/components/VToolbar/_index.scss +0 -2
- package/lib/entry.d.ts +0 -3647
- package/lib/entry.mjs +0 -4
- package/lib/entry.mjs.map +0 -1
- package/lib/framework.d.ts +0 -158
- package/lib/globals.d.mjs +0 -2
- package/lib/globals.d.mjs.map +0 -1
- package/lib/mixins/activatable/index.mjs +0 -199
- package/lib/mixins/activatable/index.mjs.map +0 -1
- package/lib/mixins/applicationable/index.mjs +0 -72
- package/lib/mixins/applicationable/index.mjs.map +0 -1
- package/lib/mixins/binds-attrs/index.mjs +0 -42
- package/lib/mixins/binds-attrs/index.mjs.map +0 -1
- package/lib/mixins/bootable/index.mjs +0 -54
- package/lib/mixins/bootable/index.mjs.map +0 -1
- package/lib/mixins/button-group/index.mjs +0 -28
- package/lib/mixins/button-group/index.mjs.map +0 -1
- package/lib/mixins/colorable/index.mjs +0 -78
- package/lib/mixins/colorable/index.mjs.map +0 -1
- package/lib/mixins/comparable/index.mjs +0 -15
- package/lib/mixins/comparable/index.mjs.map +0 -1
- package/lib/mixins/dependent/index.mjs +0 -73
- package/lib/mixins/dependent/index.mjs.map +0 -1
- package/lib/mixins/elevatable/index.mjs +0 -26
- package/lib/mixins/elevatable/index.mjs.map +0 -1
- package/lib/mixins/filterable/index.mjs +0 -16
- package/lib/mixins/filterable/index.mjs.map +0 -1
- package/lib/mixins/loadable/index.mjs +0 -45
- package/lib/mixins/loadable/index.mjs.map +0 -1
- package/lib/mixins/localable/index.mjs +0 -17
- package/lib/mixins/localable/index.mjs.map +0 -1
- package/lib/mixins/menuable/index.mjs +0 -388
- package/lib/mixins/menuable/index.mjs.map +0 -1
- package/lib/mixins/mobile/index.mjs +0 -50
- package/lib/mixins/mobile/index.mjs.map +0 -1
- package/lib/mixins/overlayable/index.mjs +0 -201
- package/lib/mixins/overlayable/index.mjs.map +0 -1
- package/lib/mixins/picker/index.mjs +0 -75
- package/lib/mixins/picker/index.mjs.map +0 -1
- package/lib/mixins/picker-button/index.mjs +0 -35
- package/lib/mixins/picker-button/index.mjs.map +0 -1
- package/lib/mixins/proxyable/index.mjs +0 -50
- package/lib/mixins/proxyable/index.mjs.map +0 -1
- package/lib/mixins/returnable/index.mjs +0 -36
- package/lib/mixins/returnable/index.mjs.map +0 -1
- package/lib/mixins/rippleable/index.mjs +0 -35
- package/lib/mixins/rippleable/index.mjs.map +0 -1
- package/lib/mixins/roundable/index.mjs +0 -37
- package/lib/mixins/roundable/index.mjs.map +0 -1
- package/lib/mixins/routable/index.mjs +0 -146
- package/lib/mixins/routable/index.mjs.map +0 -1
- package/lib/mixins/selectable/index.mjs +0 -167
- package/lib/mixins/selectable/index.mjs.map +0 -1
- package/lib/mixins/stackable/index.mjs +0 -55
- package/lib/mixins/stackable/index.mjs.map +0 -1
- package/lib/mixins/themeable/index.mjs +0 -111
- package/lib/mixins/themeable/index.mjs.map +0 -1
- package/lib/mixins/toggleable/index.mjs +0 -40
- package/lib/mixins/toggleable/index.mjs.map +0 -1
- package/lib/mixins/translatable/index.mjs +0 -59
- package/lib/mixins/translatable/index.mjs.map +0 -1
- package/lib/mixins/validatable/index.mjs +0 -263
- package/lib/mixins/validatable/index.mjs.map +0 -1
- package/lib/services/application/index.mjs +0 -58
- package/lib/services/application/index.mjs.map +0 -1
- package/lib/services/breakpoint/index.mjs +0 -175
- package/lib/services/breakpoint/index.mjs.map +0 -1
- package/lib/services/index.mjs +0 -10
- package/lib/services/index.mjs.map +0 -1
- package/lib/services/lang/index.mjs +0 -73
- package/lib/services/lang/index.mjs.map +0 -1
- package/lib/services/service/index.mjs +0 -13
- package/lib/services/service/index.mjs.map +0 -1
- package/lib/styles/components/_index.sass +0 -1
- package/lib/styles/components/_selection-controls.sass +0 -119
- package/lib/styles/settings/_dark.scss +0 -137
- package/lib/styles/settings/_light.scss +0 -118
- package/lib/styles/settings/_theme.scss +0 -1
- package/lib/styles/styles.sass +0 -2
- package/lib/util/makeProps.mjs +0 -53
- package/lib/util/makeProps.mjs.map +0 -1
|
@@ -1,40 +1,41 @@
|
|
|
1
1
|
import { createVNode as _createVNode, resolveDirective as _resolveDirective } from "vue";
|
|
2
2
|
// Styles
|
|
3
|
-
import "./VSystemBar.
|
|
3
|
+
import "./VSystemBar.css"; // Composables
|
|
4
4
|
|
|
5
|
-
import { makeBorderProps, useBorder } from "../../composables/border.mjs";
|
|
6
5
|
import { makeDimensionProps, useDimension } from "../../composables/dimensions.mjs";
|
|
7
6
|
import { makeElevationProps, useElevation } from "../../composables/elevation.mjs";
|
|
8
7
|
import { makePositionProps, usePosition } from "../../composables/position.mjs";
|
|
9
8
|
import { makeRoundedProps, useRounded } from "../../composables/rounded.mjs";
|
|
10
9
|
import { makeTagProps } from "../../composables/tag.mjs";
|
|
11
|
-
import { makeThemeProps,
|
|
10
|
+
import { makeThemeProps, provideTheme } from "../../composables/theme.mjs";
|
|
11
|
+
import { useBackgroundColor } from "../../composables/color.mjs"; // Utilities
|
|
12
12
|
|
|
13
|
-
import { defineComponent } from
|
|
14
|
-
import {
|
|
15
|
-
export
|
|
13
|
+
import { defineComponent } from "../../util/index.mjs";
|
|
14
|
+
import { toRef } from 'vue';
|
|
15
|
+
export const VSystemBar = defineComponent({
|
|
16
16
|
name: 'VSystemBar',
|
|
17
|
-
props:
|
|
18
|
-
|
|
17
|
+
props: {
|
|
18
|
+
color: String,
|
|
19
19
|
window: Boolean,
|
|
20
|
-
...makeBorderProps(),
|
|
21
20
|
...makeDimensionProps(),
|
|
22
21
|
...makeElevationProps(),
|
|
23
22
|
...makePositionProps(),
|
|
24
23
|
...makeRoundedProps(),
|
|
25
24
|
...makeTagProps(),
|
|
26
25
|
...makeThemeProps()
|
|
27
|
-
}
|
|
26
|
+
},
|
|
28
27
|
|
|
29
|
-
setup(props, {
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
setup(props, _ref) {
|
|
29
|
+
let {
|
|
30
|
+
slots
|
|
31
|
+
} = _ref;
|
|
32
32
|
const {
|
|
33
33
|
themeClasses
|
|
34
|
-
} =
|
|
34
|
+
} = provideTheme(props);
|
|
35
35
|
const {
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
backgroundColorClasses,
|
|
37
|
+
backgroundColorStyles
|
|
38
|
+
} = useBackgroundColor(toRef(props, 'color'));
|
|
38
39
|
const {
|
|
39
40
|
dimensionStyles
|
|
40
41
|
} = useDimension(props);
|
|
@@ -44,18 +45,16 @@ export default defineComponent({
|
|
|
44
45
|
const {
|
|
45
46
|
positionClasses,
|
|
46
47
|
positionStyles
|
|
47
|
-
} = usePosition(props
|
|
48
|
+
} = usePosition(props);
|
|
48
49
|
const {
|
|
49
50
|
roundedClasses
|
|
50
|
-
} = useRounded(props
|
|
51
|
+
} = useRounded(props);
|
|
51
52
|
return () => _createVNode(props.tag, {
|
|
52
|
-
"class": [{
|
|
53
|
-
'v-system-bar': true,
|
|
54
|
-
'v-system-bar--lights-out': props.lightsOut,
|
|
53
|
+
"class": ['v-system-bar', {
|
|
55
54
|
'v-system-bar--window': props.window
|
|
56
|
-
}, themeClasses.value,
|
|
57
|
-
"style": [dimensionStyles.value, positionStyles.value]
|
|
58
|
-
}, slots
|
|
55
|
+
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value],
|
|
56
|
+
"style": [backgroundColorStyles.value, dimensionStyles.value, positionStyles.value]
|
|
57
|
+
}, slots);
|
|
59
58
|
}
|
|
60
59
|
|
|
61
60
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/VSystemBar/VSystemBar.tsx"],"names":["
|
|
1
|
+
{"version":3,"sources":["../../../src/components/VSystemBar/VSystemBar.tsx"],"names":["makeDimensionProps","useDimension","makeElevationProps","useElevation","makePositionProps","usePosition","makeRoundedProps","useRounded","makeTagProps","makeThemeProps","provideTheme","useBackgroundColor","defineComponent","toRef","VSystemBar","name","props","color","String","window","Boolean","setup","slots","themeClasses","backgroundColorClasses","backgroundColorStyles","dimensionStyles","elevationClasses","positionClasses","positionStyles","roundedClasses","value"],"mappings":";AAAA;AACA,0B,CAEA;;SACSA,kB,EAAoBC,Y;SACpBC,kB,EAAoBC,Y;SACpBC,iB,EAAmBC,W;SACnBC,gB,EAAkBC,U;SAClBC,Y;SACAC,c,EAAgBC,Y;SAChBC,kB,uCAET;;SACSC,e;AACT,SAASC,KAAT,QAAsB,KAAtB;AAEA,OAAO,MAAMC,UAAU,GAAGF,eAAe,CAAC;AACxCG,EAAAA,IAAI,EAAE,YADkC;AAGxCC,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,EAAEC,MADF;AAELC,IAAAA,MAAM,EAAEC,OAFH;AAIL,OAAGpB,kBAAkB,EAJhB;AAKL,OAAGE,kBAAkB,EALhB;AAML,OAAGE,iBAAiB,EANf;AAOL,OAAGE,gBAAgB,EAPd;AAQL,OAAGE,YAAY,EARV;AASL,OAAGC,cAAc;AATZ,GAHiC;;AAexCY,EAAAA,KAAK,CAAEL,KAAF,QAAoB;AAAA,QAAX;AAAEM,MAAAA;AAAF,KAAW;AACvB,UAAM;AAAEC,MAAAA;AAAF,QAAmBb,YAAY,CAACM,KAAD,CAArC;AACA,UAAM;AAAEQ,MAAAA,sBAAF;AAA0BC,MAAAA;AAA1B,QAAoDd,kBAAkB,CAACE,KAAK,CAACG,KAAD,EAAQ,OAAR,CAAN,CAA5E;AACA,UAAM;AAAEU,MAAAA;AAAF,QAAsBzB,YAAY,CAACe,KAAD,CAAxC;AACA,UAAM;AAAEW,MAAAA;AAAF,QAAuBxB,YAAY,CAACa,KAAD,CAAzC;AACA,UAAM;AAAEY,MAAAA,eAAF;AAAmBC,MAAAA;AAAnB,QAAsCxB,WAAW,CAACW,KAAD,CAAvD;AACA,UAAM;AAAEc,MAAAA;AAAF,QAAqBvB,UAAU,CAACS,KAAD,CAArC;AAEA,WAAO;AAAA,eAEI,CACL,cADK,EAEL;AAAE,gCAAwBA,KAAK,CAACG;AAAhC,OAFK,EAGLI,YAAY,CAACQ,KAHR,EAILP,sBAAsB,CAACO,KAJlB,EAKLJ,gBAAgB,CAACI,KALZ,EAMLH,eAAe,CAACG,KANX,EAOLD,cAAc,CAACC,KAPV,CAFJ;AAAA,eAWI,CACLN,qBAAqB,CAACM,KADjB,EAELL,eAAe,CAACK,KAFX,EAGLF,cAAc,CAACE,KAHV;AAXJ,OAgBOT,KAhBP,CAAP;AAmBD;;AA1CuC,CAAD,CAAlC","sourcesContent":["// Styles\nimport './VSystemBar.sass'\n\n// Composables\nimport { makeDimensionProps, useDimension } from '@/composables/dimensions'\nimport { makeElevationProps, useElevation } from '@/composables/elevation'\nimport { makePositionProps, usePosition } from '@/composables/position'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\nimport { useBackgroundColor } from '@/composables/color'\n\n// Utilities\nimport { defineComponent } from '@/util'\nimport { toRef } from 'vue'\n\nexport const VSystemBar = defineComponent({\n name: 'VSystemBar',\n\n props: {\n color: String,\n window: Boolean,\n\n ...makeDimensionProps(),\n ...makeElevationProps(),\n ...makePositionProps(),\n ...makeRoundedProps(),\n ...makeTagProps(),\n ...makeThemeProps(),\n },\n\n setup (props, { slots }) {\n const { themeClasses } = provideTheme(props)\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(toRef(props, 'color'))\n const { dimensionStyles } = useDimension(props)\n const { elevationClasses } = useElevation(props)\n const { positionClasses, positionStyles } = usePosition(props)\n const { roundedClasses } = useRounded(props)\n\n return () => (\n <props.tag\n class={[\n 'v-system-bar',\n { 'v-system-bar--window': props.window },\n themeClasses.value,\n backgroundColorClasses.value,\n elevationClasses.value,\n positionClasses.value,\n roundedClasses.value,\n ]}\n style={[\n backgroundColorStyles.value,\n dimensionStyles.value,\n positionStyles.value,\n ]}\n v-slots={ slots }\n />\n )\n },\n})\n"],"file":"VSystemBar.mjs"}
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
1
|
+
@forward './variables'
|
|
2
|
+
@use '../../styles/tools'
|
|
3
|
+
@use './variables' as *
|
|
3
4
|
|
|
4
5
|
.v-system-bar
|
|
5
6
|
align-items: center
|
|
6
|
-
background: $system-bar-background
|
|
7
7
|
display: flex
|
|
8
8
|
flex: $system-bar-flex
|
|
9
|
-
font-size: $system-bar-font-size
|
|
10
|
-
font-weight: $system-bar-font-weight
|
|
11
9
|
height: $system-bar-height
|
|
12
|
-
justify-content:
|
|
10
|
+
justify-content: $system-bar-justify-content
|
|
11
|
+
max-width: 100%
|
|
13
12
|
padding: $system-bar-padding
|
|
14
13
|
position: relative
|
|
14
|
+
text-align: $system-bar-text-align
|
|
15
|
+
width: 100%
|
|
15
16
|
|
|
16
|
-
|
|
17
|
-
color: $system-bar-icon-color
|
|
17
|
+
.v-icon
|
|
18
18
|
font-size: $system-bar-icon-font-size
|
|
19
|
+
margin-inline-start: $system-bar-icon-margin-inline-start
|
|
20
|
+
opacity: $system-bar-icon-opacity
|
|
19
21
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
+ltr()
|
|
26
|
-
text-align: right
|
|
27
|
-
|
|
28
|
-
+rtl()
|
|
29
|
-
text-align: left
|
|
30
|
-
|
|
31
|
-
&--lights-out
|
|
32
|
-
background: $system-bar-lights-out-background
|
|
22
|
+
@include tools.elevation($system-bar-elevation)
|
|
23
|
+
@include tools.position($system-bar-positions)
|
|
24
|
+
@include tools.theme($system-bar-theme...)
|
|
25
|
+
@include tools.typography($system-bar-typography...)
|
|
33
26
|
|
|
34
27
|
&--rounded
|
|
35
|
-
|
|
28
|
+
@include tools.rounded($system-bar-border-radius)
|
|
36
29
|
|
|
37
30
|
&--window
|
|
38
31
|
height: $system-bar-window-height
|
|
39
32
|
|
|
40
|
-
|
|
33
|
+
.v-icon
|
|
41
34
|
font-size: $system-bar-window-icon-font-size
|
|
@@ -1,26 +1,39 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '../../styles/settings';
|
|
3
|
+
@use '../../styles/tools';
|
|
4
|
+
|
|
1
5
|
// Defaults
|
|
2
|
-
$system-bar-background: rgba(var(--v-theme-on-
|
|
3
|
-
$system-bar-border-radius: map
|
|
4
|
-
$system-bar-
|
|
6
|
+
$system-bar-background: rgba(var(--v-theme-on-surface-variant)) !default;
|
|
7
|
+
$system-bar-border-radius: map.get(settings.$rounded, 0) !default;
|
|
8
|
+
$system-bar-color: rgba(var(--v-theme-on-variant), var(--v-medium-emphasis-opacity)) !default;
|
|
5
9
|
$system-bar-elevation: 0 !default;
|
|
6
10
|
$system-bar-flex: 1 1 auto !default;
|
|
7
|
-
$system-bar-font-size: map-deep-get(
|
|
8
|
-
$system-bar-font-weight: map-deep-get(
|
|
11
|
+
$system-bar-font-size: tools.map-deep-get(settings.$typography, 'caption', 'size') !default;
|
|
12
|
+
$system-bar-font-weight: tools.map-deep-get(settings.$typography, 'caption', 'weight') !default;
|
|
9
13
|
$system-bar-height: 24px !default;
|
|
10
|
-
$system-bar-icon-font-size:
|
|
14
|
+
$system-bar-icon-font-size: tools.map-deep-get(settings.$typography, 'caption', 'size') !default;
|
|
15
|
+
$system-bar-icon-margin-inline-start: 8px !default;
|
|
16
|
+
$system-bar-icon-opacity: var(--v-medium-emphasis-opacity) !default;
|
|
17
|
+
$system-bar-justify-content: flex-end !default;
|
|
18
|
+
$system-bar-letter-spacing: tools.map-deep-get(settings.$typography, 'caption', 'letter-spacing') !default;
|
|
11
19
|
$system-bar-lights-out-background: rgba(var(--v-theme-background), 0.7) !default;
|
|
20
|
+
$system-bar-line-height: tools.map-deep-get(settings.$typography, 'caption', 'line-height') !default;
|
|
12
21
|
$system-bar-padding: 0 8px !default;
|
|
13
22
|
$system-bar-positions: absolute fixed !default;
|
|
14
|
-
$system-bar-
|
|
23
|
+
$system-bar-text-align: end !default;
|
|
24
|
+
$system-bar-text-transform: tools.map-deep-get(settings.$typography, 'caption', 'text-transform') !default;
|
|
15
25
|
$system-bar-window-height: 32px !default;
|
|
16
|
-
$system-bar-window-icon-font-size:
|
|
26
|
+
$system-bar-window-icon-font-size: tools.map-deep-get(settings.$typography, 'body-1', 'size') !default;
|
|
27
|
+
|
|
28
|
+
$system-bar-theme: (
|
|
29
|
+
$system-bar-background,
|
|
30
|
+
$system-bar-color
|
|
31
|
+
);
|
|
17
32
|
|
|
18
|
-
$system-bar-
|
|
19
|
-
$system-bar-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
$system-bar-query
|
|
26
|
-
) !default;
|
|
33
|
+
$system-bar-typography: (
|
|
34
|
+
$system-bar-font-size,
|
|
35
|
+
$system-bar-font-weight,
|
|
36
|
+
$system-bar-letter-spacing,
|
|
37
|
+
$system-bar-line-height,
|
|
38
|
+
$system-bar-text-transform
|
|
39
|
+
);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { VSystemBar } from "./VSystemBar.mjs";
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/VSystemBar/index.ts"],"names":["
|
|
1
|
+
{"version":3,"sources":["../../../src/components/VSystemBar/index.ts"],"names":["VSystemBar"],"mappings":"SAASA,U","sourcesContent":["export { VSystemBar } from './VSystemBar'\n"],"file":"index.mjs"}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
.v-table {
|
|
2
|
+
background: rgb(var(--v-theme-surface));
|
|
3
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
4
|
+
}
|
|
5
|
+
.v-table .v-table-divider {
|
|
6
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
7
|
+
}
|
|
8
|
+
.v-table .v-table__wrapper > table > thead > tr:last-child th {
|
|
9
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
10
|
+
}
|
|
11
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) td,
|
|
12
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) th {
|
|
13
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
14
|
+
}
|
|
15
|
+
.v-table .v-table__wrapper > table > tbody > tr:hover {
|
|
16
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
17
|
+
}
|
|
18
|
+
.v-table .v-table__wrapper > table > tfoot > tr td,
|
|
19
|
+
.v-table .v-table__wrapper > table > tfoot > tr th {
|
|
20
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21
|
+
}
|
|
22
|
+
.v-table.v-table--fixed-header thead th {
|
|
23
|
+
background: rgb(var(--v-theme-surface));
|
|
24
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25
|
+
}
|
|
26
|
+
.v-table.v-table--fixed-footer tfoot th,
|
|
27
|
+
.v-table.v-table--fixed-footer tfoot td {
|
|
28
|
+
background: rgb(var(--v-theme-surface));
|
|
29
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.v-table {
|
|
33
|
+
border-radius: inherit;
|
|
34
|
+
line-height: 1.5;
|
|
35
|
+
max-width: 100%;
|
|
36
|
+
}
|
|
37
|
+
.v-table > .v-table__wrapper > table {
|
|
38
|
+
width: 100%;
|
|
39
|
+
border-spacing: 0;
|
|
40
|
+
}
|
|
41
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
42
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
43
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
44
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
45
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
|
46
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
47
|
+
padding: 0 16px;
|
|
48
|
+
transition: height cubic-bezier(0.4, 0, 0.2, 1);
|
|
49
|
+
}
|
|
50
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
51
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
52
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
53
|
+
user-select: none;
|
|
54
|
+
font-size: 0.75rem;
|
|
55
|
+
}
|
|
56
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th.v-locale--is-ltr, .v-locale--is-ltr .v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
57
|
+
.v-table > .v-table__wrapper > table > thead > tr > th.v-locale--is-ltr,
|
|
58
|
+
.v-locale--is-ltr .v-table > .v-table__wrapper > table > thead > tr > th,
|
|
59
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th.v-locale--is-ltr,
|
|
60
|
+
.v-locale--is-ltr .v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
61
|
+
text-align: left;
|
|
62
|
+
}
|
|
63
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th.v-locale--is-rtl, .v-locale--is-rtl .v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
64
|
+
.v-table > .v-table__wrapper > table > thead > tr > th.v-locale--is-rtl,
|
|
65
|
+
.v-locale--is-rtl .v-table > .v-table__wrapper > table > thead > tr > th,
|
|
66
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th.v-locale--is-rtl,
|
|
67
|
+
.v-locale--is-rtl .v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
68
|
+
text-align: right;
|
|
69
|
+
}
|
|
70
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
71
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
72
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
|
73
|
+
font-size: 0.875rem;
|
|
74
|
+
}
|
|
75
|
+
.v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
|
|
76
|
+
.v-table--density-default > .v-table__wrapper > table > thead > tr > th,
|
|
77
|
+
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
|
|
78
|
+
height: 48px;
|
|
79
|
+
}
|
|
80
|
+
.v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
|
|
81
|
+
.v-table--density-default > .v-table__wrapper > table > thead > tr > td,
|
|
82
|
+
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > td {
|
|
83
|
+
height: 48px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
|
|
87
|
+
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th,
|
|
88
|
+
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th {
|
|
89
|
+
height: 40px;
|
|
90
|
+
}
|
|
91
|
+
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
|
|
92
|
+
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td,
|
|
93
|
+
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > td {
|
|
94
|
+
height: 40px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
|
|
98
|
+
.v-table--density-compact > .v-table__wrapper > table > thead > tr > th,
|
|
99
|
+
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th {
|
|
100
|
+
height: 32px;
|
|
101
|
+
}
|
|
102
|
+
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
|
|
103
|
+
.v-table--density-compact > .v-table__wrapper > table > thead > tr > td,
|
|
104
|
+
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > td {
|
|
105
|
+
height: 32px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.v-table__wrapper {
|
|
109
|
+
border-radius: inherit;
|
|
110
|
+
overflow-x: auto;
|
|
111
|
+
overflow-y: hidden;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
115
|
+
border-top-left-radius: 0;
|
|
116
|
+
}
|
|
117
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
118
|
+
border-top-right-radius: 0;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
122
|
+
border-bottom-left-radius: 0;
|
|
123
|
+
}
|
|
124
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
125
|
+
border-bottom-right-radius: 0;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.v-table--fixed-height .v-table__wrapper {
|
|
129
|
+
overflow-y: auto;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
133
|
+
border-bottom: 0px !important;
|
|
134
|
+
position: sticky;
|
|
135
|
+
top: 0;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
139
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
140
|
+
border-top: 0px !important;
|
|
141
|
+
position: sticky;
|
|
142
|
+
bottom: 0;
|
|
143
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { createVNode as _createVNode } from "vue";
|
|
2
|
+
// Styles
|
|
3
|
+
import "./VTable.css"; // Composables
|
|
4
|
+
|
|
5
|
+
import { makeTagProps } from "../../composables/tag.mjs";
|
|
6
|
+
import { makeThemeProps, provideTheme } from "../../composables/theme.mjs"; // Utilities
|
|
7
|
+
|
|
8
|
+
import { convertToUnit, defineComponent } from "../../util/index.mjs";
|
|
9
|
+
import { makeDensityProps, useDensity } from "../../composables/density.mjs";
|
|
10
|
+
export const VTable = defineComponent({
|
|
11
|
+
name: 'VTable',
|
|
12
|
+
props: {
|
|
13
|
+
fixedHeader: Boolean,
|
|
14
|
+
fixedFooter: Boolean,
|
|
15
|
+
height: [Number, String],
|
|
16
|
+
...makeDensityProps(),
|
|
17
|
+
...makeThemeProps(),
|
|
18
|
+
...makeTagProps()
|
|
19
|
+
},
|
|
20
|
+
|
|
21
|
+
setup(props, _ref) {
|
|
22
|
+
let {
|
|
23
|
+
slots
|
|
24
|
+
} = _ref;
|
|
25
|
+
const {
|
|
26
|
+
themeClasses
|
|
27
|
+
} = provideTheme(props);
|
|
28
|
+
const {
|
|
29
|
+
densityClasses
|
|
30
|
+
} = useDensity(props);
|
|
31
|
+
return () => {
|
|
32
|
+
var _slots$top, _slots$default, _slots$bottom;
|
|
33
|
+
|
|
34
|
+
return _createVNode(props.tag, {
|
|
35
|
+
"class": ['v-table', {
|
|
36
|
+
'v-table--fixed-height': !!props.height,
|
|
37
|
+
'v-table--fixed-header': props.fixedHeader,
|
|
38
|
+
'v-table--fixed-footer': props.fixedFooter,
|
|
39
|
+
'v-table--has-top': !!slots.top,
|
|
40
|
+
'v-table--has-bottom': !!slots.bottom
|
|
41
|
+
}, themeClasses.value, densityClasses.value]
|
|
42
|
+
}, {
|
|
43
|
+
default: () => [(_slots$top = slots.top) == null ? void 0 : _slots$top.call(slots), slots.default && _createVNode("div", {
|
|
44
|
+
"class": "v-table__wrapper",
|
|
45
|
+
"style": {
|
|
46
|
+
height: convertToUnit(props.height)
|
|
47
|
+
}
|
|
48
|
+
}, [_createVNode("table", null, [(_slots$default = slots.default) == null ? void 0 : _slots$default.call(slots)])]), (_slots$bottom = slots.bottom) == null ? void 0 : _slots$bottom.call(slots)]
|
|
49
|
+
});
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
});
|
|
54
|
+
//# sourceMappingURL=VTable.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/VTable/VTable.tsx"],"names":["makeTagProps","makeThemeProps","provideTheme","convertToUnit","defineComponent","makeDensityProps","useDensity","VTable","name","props","fixedHeader","Boolean","fixedFooter","height","Number","String","setup","slots","themeClasses","densityClasses","top","bottom","value","default"],"mappings":";AAAA;AACA,sB,CAEA;;SACSA,Y;SACAC,c,EAAgBC,Y,uCAEzB;;SACSC,a,EAAeC,e;SACfC,gB,EAAkBC,U;AAE3B,OAAO,MAAMC,MAAM,GAAGH,eAAe,CAAC;AACpCI,EAAAA,IAAI,EAAE,QAD8B;AAGpCC,EAAAA,KAAK,EAAE;AACLC,IAAAA,WAAW,EAAEC,OADR;AAELC,IAAAA,WAAW,EAAED,OAFR;AAGLE,IAAAA,MAAM,EAAE,CAACC,MAAD,EAASC,MAAT,CAHH;AAKL,OAAGV,gBAAgB,EALd;AAML,OAAGJ,cAAc,EANZ;AAOL,OAAGD,YAAY;AAPV,GAH6B;;AAapCgB,EAAAA,KAAK,CAAEP,KAAF,QAAoB;AAAA,QAAX;AAAEQ,MAAAA;AAAF,KAAW;AACvB,UAAM;AAAEC,MAAAA;AAAF,QAAmBhB,YAAY,CAACO,KAAD,CAArC;AACA,UAAM;AAAEU,MAAAA;AAAF,QAAqBb,UAAU,CAACG,KAAD,CAArC;AAEA,WAAO;AAAA;;AAAA;AAAA,iBAEI,CACL,SADK,EAEL;AACE,mCAAyB,CAAC,CAACA,KAAK,CAACI,MADnC;AAEE,mCAAyBJ,KAAK,CAACC,WAFjC;AAGE,mCAAyBD,KAAK,CAACG,WAHjC;AAIE,8BAAoB,CAAC,CAACK,KAAK,CAACG,GAJ9B;AAKE,iCAAuB,CAAC,CAACH,KAAK,CAACI;AALjC,SAFK,EASLH,YAAY,CAACI,KATR,EAULH,cAAc,CAACG,KAVV;AAFJ;AAAA,sCAeDL,KAAK,CAACG,GAfL,qBAeD,gBAAAH,KAAK,CAfJ,EAiBDA,KAAK,CAACM,OAAN;AAAA,mBAEQ,kBAFR;AAAA,mBAGS;AAAEV,YAAAA,MAAM,EAAEV,aAAa,CAACM,KAAK,CAACI,MAAP;AAAvB;AAHT,2DAMMI,KAAK,CAACM,OANZ,qBAMM,oBAAAN,KAAK,CANX,IAjBC,mBA4BDA,KAAK,CAACI,MA5BL,qBA4BD,mBAAAJ,KAAK,CA5BJ;AAAA;AAAA,KAAP;AA+BD;;AAhDmC,CAAD,CAA9B","sourcesContent":["// Styles\nimport './VTable.sass'\n\n// Composables\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\n\n// Utilities\nimport { convertToUnit, defineComponent } from '@/util'\nimport { makeDensityProps, useDensity } from '@/composables/density'\n\nexport const VTable = defineComponent({\n name: 'VTable',\n\n props: {\n fixedHeader: Boolean,\n fixedFooter: Boolean,\n height: [Number, String],\n\n ...makeDensityProps(),\n ...makeThemeProps(),\n ...makeTagProps(),\n },\n\n setup (props, { slots }) {\n const { themeClasses } = provideTheme(props)\n const { densityClasses } = useDensity(props)\n\n return () => (\n <props.tag\n class={[\n 'v-table',\n {\n 'v-table--fixed-height': !!props.height,\n 'v-table--fixed-header': props.fixedHeader,\n 'v-table--fixed-footer': props.fixedFooter,\n 'v-table--has-top': !!slots.top,\n 'v-table--has-bottom': !!slots.bottom,\n },\n themeClasses.value,\n densityClasses.value,\n ]}\n >\n { slots.top?.() }\n\n { slots.default && (\n <div\n class=\"v-table__wrapper\"\n style={{ height: convertToUnit(props.height) }}\n >\n <table>\n { slots.default?.() }\n </table>\n </div>\n ) }\n\n { slots.bottom?.() }\n </props.tag>\n )\n },\n})\n"],"file":"VTable.mjs"}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
@forward './variables'
|
|
2
|
+
@use '../../styles/tools'
|
|
3
|
+
@use '../../styles/settings'
|
|
4
|
+
@use './variables' as *
|
|
5
|
+
@use './mixins' as *
|
|
6
|
+
|
|
7
|
+
// Theme
|
|
8
|
+
.v-table
|
|
9
|
+
@include tools.theme($table-theme...)
|
|
10
|
+
|
|
11
|
+
.v-table-divider
|
|
12
|
+
border-right: $table-border
|
|
13
|
+
|
|
14
|
+
.v-table__wrapper
|
|
15
|
+
> table
|
|
16
|
+
> thead
|
|
17
|
+
> tr
|
|
18
|
+
&:last-child
|
|
19
|
+
th
|
|
20
|
+
border-bottom: $table-border
|
|
21
|
+
|
|
22
|
+
> tbody
|
|
23
|
+
> tr
|
|
24
|
+
&:not(:last-child)
|
|
25
|
+
td,
|
|
26
|
+
th
|
|
27
|
+
border-bottom: $table-border
|
|
28
|
+
|
|
29
|
+
&:hover
|
|
30
|
+
background: $table-hover-color
|
|
31
|
+
|
|
32
|
+
> tfoot
|
|
33
|
+
> tr
|
|
34
|
+
td,
|
|
35
|
+
th
|
|
36
|
+
border-top: $table-border
|
|
37
|
+
|
|
38
|
+
&.v-table--fixed-header
|
|
39
|
+
thead th
|
|
40
|
+
background: $table-background
|
|
41
|
+
box-shadow: inset 0 -1px 0 $table-border-color
|
|
42
|
+
|
|
43
|
+
&.v-table--fixed-footer
|
|
44
|
+
tfoot
|
|
45
|
+
th,
|
|
46
|
+
td
|
|
47
|
+
background: $table-background
|
|
48
|
+
box-shadow: inset 0 1px 0 $table-border-color
|
|
49
|
+
|
|
50
|
+
// Block
|
|
51
|
+
.v-table
|
|
52
|
+
border-radius: inherit
|
|
53
|
+
// Do not inherit line-height
|
|
54
|
+
line-height: $table-line-height
|
|
55
|
+
max-width: 100%
|
|
56
|
+
|
|
57
|
+
> .v-table__wrapper
|
|
58
|
+
> table
|
|
59
|
+
width: 100%
|
|
60
|
+
border-spacing: 0
|
|
61
|
+
|
|
62
|
+
> tbody,
|
|
63
|
+
> thead,
|
|
64
|
+
> tfoot
|
|
65
|
+
> tr
|
|
66
|
+
> td,
|
|
67
|
+
> th
|
|
68
|
+
padding: 0 16px
|
|
69
|
+
transition: height settings.$standard-easing
|
|
70
|
+
|
|
71
|
+
> th
|
|
72
|
+
user-select: none
|
|
73
|
+
font-size: $table-header-font-size
|
|
74
|
+
|
|
75
|
+
@include tools.ltr()
|
|
76
|
+
text-align: left
|
|
77
|
+
|
|
78
|
+
@include tools.rtl()
|
|
79
|
+
text-align: right
|
|
80
|
+
|
|
81
|
+
> td
|
|
82
|
+
font-size: $table-row-font-size
|
|
83
|
+
|
|
84
|
+
@at-root
|
|
85
|
+
@include tools.density('v-table', $table-density) using ($modifier)
|
|
86
|
+
> .v-table__wrapper
|
|
87
|
+
> table
|
|
88
|
+
> tbody,
|
|
89
|
+
> thead,
|
|
90
|
+
> tfoot
|
|
91
|
+
> tr
|
|
92
|
+
> th
|
|
93
|
+
height: $table-header-height + $modifier
|
|
94
|
+
|
|
95
|
+
> td
|
|
96
|
+
height: $table-row-height + $modifier
|
|
97
|
+
|
|
98
|
+
// Elements
|
|
99
|
+
.v-table__wrapper
|
|
100
|
+
border-radius: inherit
|
|
101
|
+
overflow-x: auto
|
|
102
|
+
overflow-y: hidden
|
|
103
|
+
|
|
104
|
+
// Modifiers
|
|
105
|
+
.v-table--has-top
|
|
106
|
+
> .v-table__wrapper
|
|
107
|
+
> table
|
|
108
|
+
> tbody
|
|
109
|
+
> tr
|
|
110
|
+
&:first-child
|
|
111
|
+
&:hover
|
|
112
|
+
> td
|
|
113
|
+
&:first-child
|
|
114
|
+
border-top-left-radius: 0
|
|
115
|
+
|
|
116
|
+
&:last-child
|
|
117
|
+
border-top-right-radius: 0
|
|
118
|
+
|
|
119
|
+
.v-table--has-bottom
|
|
120
|
+
> .v-table__wrapper
|
|
121
|
+
> table
|
|
122
|
+
> tbody
|
|
123
|
+
> tr
|
|
124
|
+
&:last-child
|
|
125
|
+
&:hover
|
|
126
|
+
> td
|
|
127
|
+
&:first-child
|
|
128
|
+
border-bottom-left-radius: 0
|
|
129
|
+
|
|
130
|
+
&:last-child
|
|
131
|
+
border-bottom-right-radius: 0
|
|
132
|
+
|
|
133
|
+
.v-table--fixed-height
|
|
134
|
+
.v-table__wrapper
|
|
135
|
+
overflow-y: auto
|
|
136
|
+
|
|
137
|
+
.v-table--fixed-header
|
|
138
|
+
> .v-table__wrapper
|
|
139
|
+
> table
|
|
140
|
+
> thead
|
|
141
|
+
> tr
|
|
142
|
+
> th
|
|
143
|
+
border-bottom: 0px !important
|
|
144
|
+
position: sticky
|
|
145
|
+
top: 0
|
|
146
|
+
|
|
147
|
+
.v-table--fixed-footer
|
|
148
|
+
> .v-table__wrapper
|
|
149
|
+
> table
|
|
150
|
+
> tfoot
|
|
151
|
+
> tr
|
|
152
|
+
> td,
|
|
153
|
+
> th
|
|
154
|
+
border-top: 0px !important
|
|
155
|
+
position: sticky
|
|
156
|
+
bottom: 0
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use './variables' as *;
|
|
3
|
+
|
|
4
|
+
@mixin table-density ($densities) {
|
|
5
|
+
@each $density, $properties in $densities {
|
|
6
|
+
.v-table--density-#{$density} {
|
|
7
|
+
> .v-table__wrapper {
|
|
8
|
+
> table {
|
|
9
|
+
> tbody,
|
|
10
|
+
> thead,
|
|
11
|
+
> tfoot {
|
|
12
|
+
> tr {
|
|
13
|
+
> th {
|
|
14
|
+
height: map-get($properties, header)
|
|
15
|
+
}
|
|
16
|
+
> td {
|
|
17
|
+
height: map-get($properties, row)
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@use 'sass:math';
|
|
2
|
+
@use 'sass:map';
|
|
3
|
+
@use '../../styles/settings';
|
|
4
|
+
@use '../../styles/tools';
|
|
5
|
+
|
|
6
|
+
$table-background: rgb(var(--v-theme-surface)) !default;
|
|
7
|
+
$table-color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity)) !default;
|
|
8
|
+
$table-density: ('default': 0, 'comfortable': -2, 'compact': -4) !default;
|
|
9
|
+
$table-header-height: 48px !default;
|
|
10
|
+
$table-row-height: $table-header-height !default;
|
|
11
|
+
$table-header-font-size: tools.map-deep-get(settings.$typography, 'caption', 'size') !default;
|
|
12
|
+
$table-row-font-size: tools.map-deep-get(settings.$typography, 'subtitle-2', 'size') !default;
|
|
13
|
+
$table-border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !default;
|
|
14
|
+
$table-border: thin solid $table-border-color !default;
|
|
15
|
+
$table-hover-color: rgba(var(--v-border-color), var(--v-hover-opacity)) !default;
|
|
16
|
+
$table-line-height: 1.5 !default;
|
|
17
|
+
|
|
18
|
+
$table-theme: (
|
|
19
|
+
$table-background,
|
|
20
|
+
$table-color,
|
|
21
|
+
);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/VTable/index.ts"],"names":["VTable"],"mappings":"SAASA,M","sourcesContent":["export { VTable } from './VTable'\n"],"file":"index.mjs"}
|