vuetify 3.6.0-alpha.2 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +2 -1
- package/dist/json/attributes.json +731 -63
- package/dist/json/importMap-labs.json +32 -20
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +184 -2
- package/dist/json/web-types.json +13002 -10923
- package/dist/vuetify-labs.css +2039 -1927
- package/dist/vuetify-labs.d.ts +3575 -1079
- package/dist/vuetify-labs.esm.js +1047 -390
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1046 -389
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3026 -2941
- package/dist/vuetify.d.ts +927 -306
- package/dist/vuetify.esm.js +625 -363
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +624 -362
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +728 -714
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +128 -127
- package/lib/components/VApp/VApp.sass +15 -13
- package/lib/components/VAppBar/VAppBar.sass +9 -8
- package/lib/components/VAppBar/index.d.mts +10 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +94 -93
- package/lib/components/VAutocomplete/index.d.mts +36 -0
- package/lib/components/VAvatar/VAvatar.sass +26 -25
- package/lib/components/VBadge/VBadge.sass +61 -60
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBanner/VBanner.sass +92 -91
- package/lib/components/VBanner/index.d.mts +15 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -49
- package/lib/components/VBottomSheet/VBottomSheet.sass +28 -26
- package/lib/components/VBottomSheet/index.d.mts +14 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +41 -40
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +204 -200
- package/lib/components/VBtn/index.d.mts +10 -0
- package/lib/components/VBtnGroup/VBtnGroup.sass +47 -46
- package/lib/components/VBtnToggle/VBtnToggle.sass +4 -3
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCard/VCard.sass +181 -180
- package/lib/components/VCarousel/VCarousel.sass +50 -49
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VCheckbox/VCheckbox.sass +6 -5
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +78 -76
- package/lib/components/VChipGroup/VChipGroup.sass +20 -18
- package/lib/components/VChipGroup/index.d.mts +16 -0
- package/lib/components/VCode/VCode.sass +10 -8
- package/lib/components/VColorPicker/VColorPicker.sass +18 -17
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +21 -20
- package/lib/components/VColorPicker/VColorPickerEdit.sass +24 -23
- package/lib/components/VColorPicker/VColorPickerPreview.sass +54 -53
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +29 -28
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +94 -93
- package/lib/components/VCombobox/index.d.mts +36 -0
- package/lib/components/VCounter/VCounter.sass +7 -5
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +36 -1
- package/lib/components/VDataTable/VDataTable.sass +137 -103
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +26 -25
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -3
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +6 -5
- package/lib/components/VDatePicker/VDatePickerControls.sass +56 -55
- package/lib/components/VDatePicker/VDatePickerHeader.sass +58 -56
- package/lib/components/VDatePicker/VDatePickerMonth.sass +53 -51
- package/lib/components/VDatePicker/VDatePickerMonths.sass +18 -16
- package/lib/components/VDatePicker/VDatePickerYears.sass +14 -12
- package/lib/components/VDialog/VDialog.css +7 -3
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +71 -68
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/_variables.scss +4 -3
- package/lib/components/VDialog/index.d.mts +60 -10
- package/lib/components/VDivider/VDivider.sass +49 -48
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +172 -171
- package/lib/components/VField/VField.sass +451 -450
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +30 -31
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VFooter/VFooter.sass +17 -16
- package/lib/components/VGrid/VGrid.sass +42 -40
- package/lib/components/VIcon/VIcon.sass +34 -32
- package/lib/components/VImg/VImg.sass +24 -23
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +21 -19
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +103 -102
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VItemGroup/VItemGroup.sass +7 -5
- package/lib/components/VKbd/VKbd.sass +10 -9
- package/lib/components/VLabel/VLabel.sass +14 -13
- package/lib/components/VLayout/VLayout.mjs +6 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +10 -7
- package/lib/components/VLayout/VLayoutItem.sass +7 -5
- package/lib/components/VLayout/index.d.mts +36 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +81 -80
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.sass +260 -259
- package/lib/components/VLocaleProvider/VLocaleProvider.sass +5 -2
- package/lib/components/VMain/VMain.sass +22 -21
- package/lib/components/VMenu/VMenu.sass +14 -13
- package/lib/components/VMenu/index.d.mts +56 -0
- package/lib/components/VMessages/VMessages.sass +16 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +14 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +90 -84
- package/lib/components/VNavigationDrawer/index.d.mts +24 -0
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +51 -50
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +57 -55
- package/lib/components/VOverlay/index.d.mts +27 -13
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +14 -12
- package/lib/components/VParallax/VParallax.sass +8 -5
- package/lib/components/VProgressCircular/VProgressCircular.sass +85 -83
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +170 -169
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRadioGroup/VRadioGroup.sass +12 -10
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VRating/VRating.sass +46 -44
- package/lib/components/VResponsive/VResponsive.sass +21 -19
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +50 -49
- package/lib/components/VSelect/index.d.mts +36 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +87 -86
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -7
- package/lib/components/VSheet/VSheet.sass +10 -9
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +174 -173
- package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +54 -40
- package/lib/components/VSlideGroup/helpers.mjs +48 -28
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +16 -0
- package/lib/components/VSlider/VSlider.sass +49 -48
- package/lib/components/VSlider/VSliderThumb.sass +129 -128
- package/lib/components/VSlider/VSliderTrack.sass +120 -119
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +103 -83
- package/lib/components/VSnackbar/index.d.mts +42 -0
- package/lib/components/VStepper/VStepper.sass +37 -36
- package/lib/components/VStepper/VStepperItem.sass +69 -67
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +119 -112
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +24 -23
- package/lib/components/VTable/VTable.sass +140 -139
- package/lib/components/VTabs/VTab.sass +27 -25
- package/lib/components/VTabs/VTabs.sass +38 -37
- package/lib/components/VTabs/index.d.mts +49 -6
- package/lib/components/VTextField/VTextField.sass +58 -56
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/VTextarea.sass +43 -42
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VThemeProvider/VThemeProvider.sass +6 -3
- package/lib/components/VTimeline/VTimeline.sass +308 -307
- package/lib/components/VToolbar/VToolbar.sass +90 -89
- package/lib/components/VTooltip/VTooltip.sass +23 -21
- package/lib/components/VTooltip/index.d.mts +56 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.sass +10 -7
- package/lib/components/VWindow/VWindow.css +1 -0
- package/lib/components/VWindow/VWindow.sass +74 -70
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +870 -253
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/display.mjs +5 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/goto.mjs +40 -3
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +35 -33
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +58 -54
- package/lib/labs/VCalendar/VCalendar.sass +160 -158
- package/lib/labs/VCalendar/VCalendarDay.sass +26 -23
- package/lib/labs/VCalendar/VCalendarHeader.sass +12 -10
- package/lib/labs/VCalendar/VCalendarInterval.sass +36 -34
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +9 -6
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +59 -57
- package/lib/labs/VDateInput/VDateInput.mjs +129 -0
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
- package/lib/labs/VDateInput/index.d.mts +1068 -0
- package/lib/labs/VDateInput/index.mjs +2 -0
- package/lib/labs/VDateInput/index.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VEmptyState/VEmptyState.sass +59 -57
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +62 -60
- package/lib/labs/VFab/index.d.mts +19 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +42 -40
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VPicker/VPicker.sass +49 -48
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +8 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +23 -20
- package/lib/labs/VSpeedDial/index.d.mts +28 -2
- package/lib/labs/VTimePicker/VTimePicker.sass +9 -8
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.sass +114 -113
- package/lib/labs/VTimePicker/VTimePickerControls.sass +90 -90
- package/lib/labs/VTimePicker/_variables.scss +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/VTreeview/VTreeviewItem.sass +14 -12
- package/lib/labs/VTreeview/{variables.scss → _variables.scss} +0 -2
- package/lib/labs/components.d.mts +5587 -1641
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +9 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/elements/_blockquote.sass +6 -4
- package/lib/styles/elements/_global.sass +20 -18
- package/lib/styles/generic/_animations.scss +13 -9
- package/lib/styles/generic/_colors.scss +36 -35
- package/lib/styles/generic/_index.scss +1 -0
- package/lib/styles/generic/_layers.scss +7 -0
- package/lib/styles/generic/_reset.scss +235 -232
- package/lib/styles/generic/_rtl.scss +10 -6
- package/lib/styles/generic/_transitions.scss +244 -241
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +22 -14
- package/lib/styles/tools/_index.sass +1 -0
- package/lib/styles/tools/_layer.scss +11 -0
- package/lib/styles/utilities/_display.sass +7 -5
- package/lib/styles/utilities/_elevation.scss +8 -6
- package/lib/styles/utilities/_index.sass +28 -29
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/package.json +2 -2
|
@@ -710,6 +710,7 @@ declare const VCombobox: {
|
|
|
710
710
|
activator?: ((arg: {
|
|
711
711
|
isActive: boolean;
|
|
712
712
|
props: Record<string, any>;
|
|
713
|
+
targetRef: vue.Ref<any>;
|
|
713
714
|
}) => vue.VNodeChild) | undefined;
|
|
714
715
|
} | ((arg: {
|
|
715
716
|
isActive: vue.Ref<boolean>;
|
|
@@ -721,6 +722,7 @@ declare const VCombobox: {
|
|
|
721
722
|
activator?: false | ((arg: {
|
|
722
723
|
isActive: boolean;
|
|
723
724
|
props: Record<string, any>;
|
|
725
|
+
targetRef: vue.Ref<any>;
|
|
724
726
|
}) => vue.VNodeChild) | undefined;
|
|
725
727
|
} | undefined;
|
|
726
728
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -729,6 +731,7 @@ declare const VCombobox: {
|
|
|
729
731
|
"v-slot:activator"?: false | ((arg: {
|
|
730
732
|
isActive: boolean;
|
|
731
733
|
props: Record<string, any>;
|
|
734
|
+
targetRef: vue.Ref<any>;
|
|
732
735
|
}) => vue.VNodeChild) | undefined;
|
|
733
736
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
734
737
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -785,6 +788,7 @@ declare const VCombobox: {
|
|
|
785
788
|
activator?: ((arg: {
|
|
786
789
|
isActive: boolean;
|
|
787
790
|
props: Record<string, any>;
|
|
791
|
+
targetRef: vue.Ref<any>;
|
|
788
792
|
}) => vue.VNodeChild) | undefined;
|
|
789
793
|
} | ((arg: {
|
|
790
794
|
isActive: vue.Ref<boolean>;
|
|
@@ -796,6 +800,7 @@ declare const VCombobox: {
|
|
|
796
800
|
activator?: false | ((arg: {
|
|
797
801
|
isActive: boolean;
|
|
798
802
|
props: Record<string, any>;
|
|
803
|
+
targetRef: vue.Ref<any>;
|
|
799
804
|
}) => vue.VNodeChild) | undefined;
|
|
800
805
|
} | undefined;
|
|
801
806
|
} & {
|
|
@@ -805,6 +810,7 @@ declare const VCombobox: {
|
|
|
805
810
|
"v-slot:activator"?: false | ((arg: {
|
|
806
811
|
isActive: boolean;
|
|
807
812
|
props: Record<string, any>;
|
|
813
|
+
targetRef: vue.Ref<any>;
|
|
808
814
|
}) => vue.VNodeChild) | undefined;
|
|
809
815
|
} & {
|
|
810
816
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1284,6 +1290,7 @@ declare const VCombobox: {
|
|
|
1284
1290
|
activator?: ((arg: {
|
|
1285
1291
|
isActive: boolean;
|
|
1286
1292
|
props: Record<string, any>;
|
|
1293
|
+
targetRef: vue.Ref<any>;
|
|
1287
1294
|
}) => vue.VNodeChild) | undefined;
|
|
1288
1295
|
} | ((arg: {
|
|
1289
1296
|
isActive: vue.Ref<boolean>;
|
|
@@ -1295,6 +1302,7 @@ declare const VCombobox: {
|
|
|
1295
1302
|
activator?: false | ((arg: {
|
|
1296
1303
|
isActive: boolean;
|
|
1297
1304
|
props: Record<string, any>;
|
|
1305
|
+
targetRef: vue.Ref<any>;
|
|
1298
1306
|
}) => vue.VNodeChild) | undefined;
|
|
1299
1307
|
} | undefined;
|
|
1300
1308
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -1303,6 +1311,7 @@ declare const VCombobox: {
|
|
|
1303
1311
|
"v-slot:activator"?: false | ((arg: {
|
|
1304
1312
|
isActive: boolean;
|
|
1305
1313
|
props: Record<string, any>;
|
|
1314
|
+
targetRef: vue.Ref<any>;
|
|
1306
1315
|
}) => vue.VNodeChild) | undefined;
|
|
1307
1316
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1308
1317
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -1359,6 +1368,7 @@ declare const VCombobox: {
|
|
|
1359
1368
|
activator?: ((arg: {
|
|
1360
1369
|
isActive: boolean;
|
|
1361
1370
|
props: Record<string, any>;
|
|
1371
|
+
targetRef: vue.Ref<any>;
|
|
1362
1372
|
}) => vue.VNodeChild) | undefined;
|
|
1363
1373
|
} | ((arg: {
|
|
1364
1374
|
isActive: vue.Ref<boolean>;
|
|
@@ -1370,6 +1380,7 @@ declare const VCombobox: {
|
|
|
1370
1380
|
activator?: false | ((arg: {
|
|
1371
1381
|
isActive: boolean;
|
|
1372
1382
|
props: Record<string, any>;
|
|
1383
|
+
targetRef: vue.Ref<any>;
|
|
1373
1384
|
}) => vue.VNodeChild) | undefined;
|
|
1374
1385
|
} | undefined;
|
|
1375
1386
|
} & {
|
|
@@ -1379,6 +1390,7 @@ declare const VCombobox: {
|
|
|
1379
1390
|
"v-slot:activator"?: false | ((arg: {
|
|
1380
1391
|
isActive: boolean;
|
|
1381
1392
|
props: Record<string, any>;
|
|
1393
|
+
targetRef: vue.Ref<any>;
|
|
1382
1394
|
}) => vue.VNodeChild) | undefined;
|
|
1383
1395
|
} & {
|
|
1384
1396
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1972,6 +1984,7 @@ declare const VCombobox: {
|
|
|
1972
1984
|
activator?: ((arg: {
|
|
1973
1985
|
isActive: boolean;
|
|
1974
1986
|
props: Record<string, any>;
|
|
1987
|
+
targetRef: vue.Ref<any>;
|
|
1975
1988
|
}) => vue.VNodeChild) | undefined;
|
|
1976
1989
|
} | ((arg: {
|
|
1977
1990
|
isActive: vue.Ref<boolean>;
|
|
@@ -1983,6 +1996,7 @@ declare const VCombobox: {
|
|
|
1983
1996
|
activator?: false | ((arg: {
|
|
1984
1997
|
isActive: boolean;
|
|
1985
1998
|
props: Record<string, any>;
|
|
1999
|
+
targetRef: vue.Ref<any>;
|
|
1986
2000
|
}) => vue.VNodeChild) | undefined;
|
|
1987
2001
|
} | undefined;
|
|
1988
2002
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -1991,6 +2005,7 @@ declare const VCombobox: {
|
|
|
1991
2005
|
"v-slot:activator"?: false | ((arg: {
|
|
1992
2006
|
isActive: boolean;
|
|
1993
2007
|
props: Record<string, any>;
|
|
2008
|
+
targetRef: vue.Ref<any>;
|
|
1994
2009
|
}) => vue.VNodeChild) | undefined;
|
|
1995
2010
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1996
2011
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -2047,6 +2062,7 @@ declare const VCombobox: {
|
|
|
2047
2062
|
activator?: ((arg: {
|
|
2048
2063
|
isActive: boolean;
|
|
2049
2064
|
props: Record<string, any>;
|
|
2065
|
+
targetRef: vue.Ref<any>;
|
|
2050
2066
|
}) => vue.VNodeChild) | undefined;
|
|
2051
2067
|
} | ((arg: {
|
|
2052
2068
|
isActive: vue.Ref<boolean>;
|
|
@@ -2058,6 +2074,7 @@ declare const VCombobox: {
|
|
|
2058
2074
|
activator?: false | ((arg: {
|
|
2059
2075
|
isActive: boolean;
|
|
2060
2076
|
props: Record<string, any>;
|
|
2077
|
+
targetRef: vue.Ref<any>;
|
|
2061
2078
|
}) => vue.VNodeChild) | undefined;
|
|
2062
2079
|
} | undefined;
|
|
2063
2080
|
} & {
|
|
@@ -2067,6 +2084,7 @@ declare const VCombobox: {
|
|
|
2067
2084
|
"v-slot:activator"?: false | ((arg: {
|
|
2068
2085
|
isActive: boolean;
|
|
2069
2086
|
props: Record<string, any>;
|
|
2087
|
+
targetRef: vue.Ref<any>;
|
|
2070
2088
|
}) => vue.VNodeChild) | undefined;
|
|
2071
2089
|
} & {
|
|
2072
2090
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -2595,6 +2613,7 @@ declare const VCombobox: {
|
|
|
2595
2613
|
activator?: ((arg: {
|
|
2596
2614
|
isActive: boolean;
|
|
2597
2615
|
props: Record<string, any>;
|
|
2616
|
+
targetRef: vue.Ref<any>;
|
|
2598
2617
|
}) => vue.VNodeChild) | undefined;
|
|
2599
2618
|
} | ((arg: {
|
|
2600
2619
|
isActive: vue.Ref<boolean>;
|
|
@@ -2606,6 +2625,7 @@ declare const VCombobox: {
|
|
|
2606
2625
|
activator?: false | ((arg: {
|
|
2607
2626
|
isActive: boolean;
|
|
2608
2627
|
props: Record<string, any>;
|
|
2628
|
+
targetRef: vue.Ref<any>;
|
|
2609
2629
|
}) => vue.VNodeChild) | undefined;
|
|
2610
2630
|
} | undefined;
|
|
2611
2631
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -2614,6 +2634,7 @@ declare const VCombobox: {
|
|
|
2614
2634
|
"v-slot:activator"?: false | ((arg: {
|
|
2615
2635
|
isActive: boolean;
|
|
2616
2636
|
props: Record<string, any>;
|
|
2637
|
+
targetRef: vue.Ref<any>;
|
|
2617
2638
|
}) => vue.VNodeChild) | undefined;
|
|
2618
2639
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2619
2640
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -2670,6 +2691,7 @@ declare const VCombobox: {
|
|
|
2670
2691
|
activator?: ((arg: {
|
|
2671
2692
|
isActive: boolean;
|
|
2672
2693
|
props: Record<string, any>;
|
|
2694
|
+
targetRef: vue.Ref<any>;
|
|
2673
2695
|
}) => vue.VNodeChild) | undefined;
|
|
2674
2696
|
} | ((arg: {
|
|
2675
2697
|
isActive: vue.Ref<boolean>;
|
|
@@ -2681,6 +2703,7 @@ declare const VCombobox: {
|
|
|
2681
2703
|
activator?: false | ((arg: {
|
|
2682
2704
|
isActive: boolean;
|
|
2683
2705
|
props: Record<string, any>;
|
|
2706
|
+
targetRef: vue.Ref<any>;
|
|
2684
2707
|
}) => vue.VNodeChild) | undefined;
|
|
2685
2708
|
} | undefined;
|
|
2686
2709
|
} & {
|
|
@@ -2690,6 +2713,7 @@ declare const VCombobox: {
|
|
|
2690
2713
|
"v-slot:activator"?: false | ((arg: {
|
|
2691
2714
|
isActive: boolean;
|
|
2692
2715
|
props: Record<string, any>;
|
|
2716
|
+
targetRef: vue.Ref<any>;
|
|
2693
2717
|
}) => vue.VNodeChild) | undefined;
|
|
2694
2718
|
} & {
|
|
2695
2719
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -3432,6 +3456,7 @@ declare const VCombobox: {
|
|
|
3432
3456
|
activator?: ((arg: {
|
|
3433
3457
|
isActive: boolean;
|
|
3434
3458
|
props: Record<string, any>;
|
|
3459
|
+
targetRef: vue.Ref<any>;
|
|
3435
3460
|
}) => vue.VNodeChild) | undefined;
|
|
3436
3461
|
} | ((arg: {
|
|
3437
3462
|
isActive: vue.Ref<boolean>;
|
|
@@ -3443,6 +3468,7 @@ declare const VCombobox: {
|
|
|
3443
3468
|
activator?: false | ((arg: {
|
|
3444
3469
|
isActive: boolean;
|
|
3445
3470
|
props: Record<string, any>;
|
|
3471
|
+
targetRef: vue.Ref<any>;
|
|
3446
3472
|
}) => vue.VNodeChild) | undefined;
|
|
3447
3473
|
} | undefined;
|
|
3448
3474
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -3451,6 +3477,7 @@ declare const VCombobox: {
|
|
|
3451
3477
|
"v-slot:activator"?: false | ((arg: {
|
|
3452
3478
|
isActive: boolean;
|
|
3453
3479
|
props: Record<string, any>;
|
|
3480
|
+
targetRef: vue.Ref<any>;
|
|
3454
3481
|
}) => vue.VNodeChild) | undefined;
|
|
3455
3482
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3456
3483
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -3507,6 +3534,7 @@ declare const VCombobox: {
|
|
|
3507
3534
|
activator?: ((arg: {
|
|
3508
3535
|
isActive: boolean;
|
|
3509
3536
|
props: Record<string, any>;
|
|
3537
|
+
targetRef: vue.Ref<any>;
|
|
3510
3538
|
}) => vue.VNodeChild) | undefined;
|
|
3511
3539
|
} | ((arg: {
|
|
3512
3540
|
isActive: vue.Ref<boolean>;
|
|
@@ -3518,6 +3546,7 @@ declare const VCombobox: {
|
|
|
3518
3546
|
activator?: false | ((arg: {
|
|
3519
3547
|
isActive: boolean;
|
|
3520
3548
|
props: Record<string, any>;
|
|
3549
|
+
targetRef: vue.Ref<any>;
|
|
3521
3550
|
}) => vue.VNodeChild) | undefined;
|
|
3522
3551
|
} | undefined;
|
|
3523
3552
|
} & {
|
|
@@ -3527,6 +3556,7 @@ declare const VCombobox: {
|
|
|
3527
3556
|
"v-slot:activator"?: false | ((arg: {
|
|
3528
3557
|
isActive: boolean;
|
|
3529
3558
|
props: Record<string, any>;
|
|
3559
|
+
targetRef: vue.Ref<any>;
|
|
3530
3560
|
}) => vue.VNodeChild) | undefined;
|
|
3531
3561
|
} & {
|
|
3532
3562
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -4119,6 +4149,7 @@ declare const VCombobox: {
|
|
|
4119
4149
|
activator?: ((arg: {
|
|
4120
4150
|
isActive: boolean;
|
|
4121
4151
|
props: Record<string, any>;
|
|
4152
|
+
targetRef: vue.Ref<any>;
|
|
4122
4153
|
}) => vue.VNodeChild) | undefined;
|
|
4123
4154
|
} | ((arg: {
|
|
4124
4155
|
isActive: vue.Ref<boolean>;
|
|
@@ -4130,6 +4161,7 @@ declare const VCombobox: {
|
|
|
4130
4161
|
activator?: false | ((arg: {
|
|
4131
4162
|
isActive: boolean;
|
|
4132
4163
|
props: Record<string, any>;
|
|
4164
|
+
targetRef: vue.Ref<any>;
|
|
4133
4165
|
}) => vue.VNodeChild) | undefined;
|
|
4134
4166
|
} | undefined;
|
|
4135
4167
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -4138,6 +4170,7 @@ declare const VCombobox: {
|
|
|
4138
4170
|
"v-slot:activator"?: false | ((arg: {
|
|
4139
4171
|
isActive: boolean;
|
|
4140
4172
|
props: Record<string, any>;
|
|
4173
|
+
targetRef: vue.Ref<any>;
|
|
4141
4174
|
}) => vue.VNodeChild) | undefined;
|
|
4142
4175
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4143
4176
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -4194,6 +4227,7 @@ declare const VCombobox: {
|
|
|
4194
4227
|
activator?: ((arg: {
|
|
4195
4228
|
isActive: boolean;
|
|
4196
4229
|
props: Record<string, any>;
|
|
4230
|
+
targetRef: vue.Ref<any>;
|
|
4197
4231
|
}) => vue.VNodeChild) | undefined;
|
|
4198
4232
|
} | ((arg: {
|
|
4199
4233
|
isActive: vue.Ref<boolean>;
|
|
@@ -4205,6 +4239,7 @@ declare const VCombobox: {
|
|
|
4205
4239
|
activator?: false | ((arg: {
|
|
4206
4240
|
isActive: boolean;
|
|
4207
4241
|
props: Record<string, any>;
|
|
4242
|
+
targetRef: vue.Ref<any>;
|
|
4208
4243
|
}) => vue.VNodeChild) | undefined;
|
|
4209
4244
|
} | undefined;
|
|
4210
4245
|
} & {
|
|
@@ -4214,6 +4249,7 @@ declare const VCombobox: {
|
|
|
4214
4249
|
"v-slot:activator"?: false | ((arg: {
|
|
4215
4250
|
isActive: boolean;
|
|
4216
4251
|
props: Record<string, any>;
|
|
4252
|
+
targetRef: vue.Ref<any>;
|
|
4217
4253
|
}) => vue.VNodeChild) | undefined;
|
|
4218
4254
|
} & {
|
|
4219
4255
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
@use '../../styles/settings'
|
|
2
|
+
@use '../../styles/tools'
|
|
2
3
|
@use './variables' as *
|
|
3
4
|
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
@include tools.layer('components')
|
|
6
|
+
.v-counter
|
|
7
|
+
color: $counter-color
|
|
8
|
+
flex: $counter-flex
|
|
9
|
+
font-size: $counter-font-size
|
|
10
|
+
transition-duration: $counter-transition-duration
|
|
@@ -153,6 +153,7 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
|
153
153
|
sort?: DataTableCompareFunction;
|
|
154
154
|
sortRaw?: DataTableCompareFunction;
|
|
155
155
|
filter?: FilterFunction;
|
|
156
|
+
mobile?: boolean;
|
|
156
157
|
children?: DataTableHeader<T>[];
|
|
157
158
|
};
|
|
158
159
|
type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children'> & {
|
|
@@ -161,6 +162,7 @@ type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children
|
|
|
161
162
|
sortable: boolean;
|
|
162
163
|
fixedOffset?: number;
|
|
163
164
|
lastFixed?: boolean;
|
|
165
|
+
nowrap?: boolean;
|
|
164
166
|
colspan?: number;
|
|
165
167
|
rowspan?: number;
|
|
166
168
|
children?: InternalDataTableHeader[];
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.v-data-table--loading .v-data-table__td {
|
|
109
|
-
opacity:
|
|
109
|
+
opacity: var(--v-disabled-opacity);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.v-data-table-group-header-row__column {
|
|
@@ -145,4 +145,39 @@
|
|
|
145
145
|
.v-data-table-rows-loading,
|
|
146
146
|
.v-data-table-rows-no-data {
|
|
147
147
|
text-align: center;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
|
151
|
+
grid-template-columns: 0;
|
|
152
|
+
justify-content: center;
|
|
153
|
+
}
|
|
154
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
|
155
|
+
grid-template-columns: 0;
|
|
156
|
+
justify-content: end;
|
|
157
|
+
}
|
|
158
|
+
.v-data-table__tr--mobile > td {
|
|
159
|
+
align-items: center;
|
|
160
|
+
column-gap: 4px;
|
|
161
|
+
display: grid;
|
|
162
|
+
grid-template-columns: repeat(2, 1fr);
|
|
163
|
+
min-height: var(--v-table-row-height);
|
|
164
|
+
}
|
|
165
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
|
166
|
+
border-bottom: 0 !important;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.v-data-table__td-title {
|
|
170
|
+
font-weight: bold;
|
|
171
|
+
text-align: left;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.v-data-table__td-value {
|
|
175
|
+
text-align: right;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.v-data-table__td-sort-icon {
|
|
179
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
180
|
+
}
|
|
181
|
+
.v-data-table__td-sort-icon-active {
|
|
182
|
+
color: rgba(var(--v-theme-on-surface));
|
|
148
183
|
}
|
|
@@ -3,125 +3,159 @@
|
|
|
3
3
|
@use '../../components/VTable/variables' as *
|
|
4
4
|
@use './variables' as *
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
|
|
6
|
+
@include tools.layer('components')
|
|
7
|
+
.v-data-table
|
|
8
|
+
width: 100%
|
|
8
9
|
|
|
9
|
-
.v-data-table__table
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
.v-data-table__table
|
|
11
|
+
width: 100%
|
|
12
|
+
border-collapse: separate
|
|
13
|
+
border-spacing: 0
|
|
13
14
|
|
|
14
|
-
.v-data-table__tr
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
.v-data-table__tr
|
|
16
|
+
&--focus
|
|
17
|
+
border: 1px dotted black
|
|
17
18
|
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
&--clickable
|
|
20
|
+
cursor: pointer
|
|
20
21
|
|
|
21
|
-
.v-data-table
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
.v-data-table
|
|
23
|
+
.v-table__wrapper
|
|
24
|
+
> table
|
|
25
|
+
> thead,
|
|
26
|
+
tbody
|
|
27
|
+
> tr
|
|
28
|
+
> td,
|
|
29
|
+
th
|
|
29
30
|
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
&.v-data-table-column--align-end
|
|
32
|
+
text-align: end
|
|
32
33
|
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
.v-data-table-header__content
|
|
35
|
+
flex-direction: row-reverse
|
|
35
36
|
|
|
36
|
-
|
|
37
|
-
|
|
37
|
+
&.v-data-table-column--align-center
|
|
38
|
+
text-align: center
|
|
38
39
|
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
.v-data-table-header__content
|
|
41
|
+
justify-content: center
|
|
41
42
|
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
&.v-data-table-column--no-padding
|
|
44
|
+
padding: 0 8px
|
|
44
45
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
&.v-data-table-column--nowrap
|
|
47
|
+
text-overflow: ellipsis
|
|
48
|
+
text-wrap: nowrap
|
|
49
|
+
overflow: hidden
|
|
49
50
|
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
& .v-data-table-header__content
|
|
52
|
+
display: contents
|
|
52
53
|
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
> th
|
|
55
|
+
align-items: center
|
|
55
56
|
|
|
56
|
-
|
|
57
|
+
> th.v-data-table__th--fixed
|
|
57
58
|
position: sticky
|
|
58
59
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
> th.v-data-table__th--sortable:hover
|
|
61
|
+
cursor: pointer
|
|
62
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))
|
|
62
63
|
|
|
63
|
-
|
|
64
|
-
.v-data-table-header__sort-icon
|
|
65
|
-
opacity: 0
|
|
66
|
-
|
|
67
|
-
&:hover
|
|
64
|
+
> th:not(.v-data-table__th--sorted)
|
|
68
65
|
.v-data-table-header__sort-icon
|
|
69
|
-
opacity: 0
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
.v-data-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
66
|
+
opacity: 0
|
|
67
|
+
|
|
68
|
+
&:hover
|
|
69
|
+
.v-data-table-header__sort-icon
|
|
70
|
+
opacity: 0.5
|
|
71
|
+
|
|
72
|
+
.v-data-table-column--fixed,
|
|
73
|
+
.v-data-table__th--sticky
|
|
74
|
+
background: $table-background
|
|
75
|
+
position: sticky !important
|
|
76
|
+
left: 0
|
|
77
|
+
z-index: 1
|
|
78
|
+
|
|
79
|
+
.v-data-table-column--last-fixed
|
|
80
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity))
|
|
81
|
+
|
|
82
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed
|
|
83
|
+
z-index: 2
|
|
84
|
+
|
|
85
|
+
.v-data-table-group-header-row
|
|
86
|
+
td
|
|
87
|
+
background: rgba(var(--v-theme-surface))
|
|
88
|
+
color: rgba(var(--v-theme-on-surface))
|
|
89
|
+
|
|
90
|
+
> span
|
|
91
|
+
padding-left: 5px
|
|
92
|
+
|
|
93
|
+
.v-data-table--loading
|
|
94
|
+
.v-data-table__td
|
|
95
|
+
opacity: $data-table-loading-opacity
|
|
96
|
+
|
|
97
|
+
.v-data-table-group-header-row__column
|
|
98
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important
|
|
99
|
+
|
|
100
|
+
.v-data-table-header__content
|
|
101
|
+
display: flex
|
|
102
|
+
align-items: center
|
|
103
|
+
|
|
104
|
+
.v-data-table-header__sort-badge
|
|
105
|
+
display: inline-flex
|
|
106
|
+
justify-content: center
|
|
107
|
+
align-items: center
|
|
108
|
+
font-size: 0.875rem
|
|
109
|
+
padding: 4px
|
|
110
|
+
border-radius: 50%
|
|
111
|
+
background: $data-table-header-sort-badge-color
|
|
112
|
+
min-width: $data-table-header-sort-badge-size
|
|
113
|
+
min-height: $data-table-header-sort-badge-size
|
|
114
|
+
width: $data-table-header-sort-badge-size
|
|
115
|
+
height: $data-table-header-sort-badge-size
|
|
116
|
+
|
|
117
|
+
.v-data-table-progress
|
|
118
|
+
> th
|
|
119
|
+
border: none !important
|
|
120
|
+
height: auto !important
|
|
121
|
+
padding: 0 !important
|
|
122
|
+
|
|
123
|
+
.v-data-table-progress__loader
|
|
124
|
+
position: relative
|
|
125
|
+
|
|
126
|
+
.v-data-table-rows-loading,
|
|
127
|
+
.v-data-table-rows-no-data
|
|
128
|
+
text-align: center
|
|
129
|
+
|
|
130
|
+
.v-data-table__tr--mobile
|
|
131
|
+
> .v-data-table__td--expanded-row
|
|
132
|
+
grid-template-columns: 0
|
|
133
|
+
justify-content: center
|
|
134
|
+
|
|
135
|
+
> .v-data-table__td--select-row
|
|
136
|
+
grid-template-columns: 0
|
|
137
|
+
justify-content: end
|
|
138
|
+
|
|
139
|
+
> td
|
|
140
|
+
align-items: center
|
|
141
|
+
column-gap: 4px
|
|
142
|
+
display: grid
|
|
143
|
+
grid-template-columns: repeat(2, 1fr)
|
|
144
|
+
min-height: var(--v-table-row-height)
|
|
145
|
+
|
|
146
|
+
&:not(:last-child)
|
|
147
|
+
border-bottom: 0 !important
|
|
148
|
+
|
|
149
|
+
.v-data-table__td-title
|
|
150
|
+
font-weight: bold
|
|
151
|
+
text-align: left
|
|
152
|
+
|
|
153
|
+
.v-data-table__td-value
|
|
154
|
+
text-align: right
|
|
83
155
|
|
|
84
|
-
.v-data-table-group-header-row
|
|
85
|
-
td
|
|
86
|
-
background: rgba(var(--v-theme-surface))
|
|
87
|
-
color: rgba(var(--v-theme-on-surface))
|
|
88
|
-
|
|
89
|
-
> span
|
|
90
|
-
padding-left: 5px
|
|
91
|
-
|
|
92
|
-
.v-data-table--loading
|
|
93
156
|
.v-data-table__td
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
.v-data-table-header__content
|
|
100
|
-
display: flex
|
|
101
|
-
align-items: center
|
|
102
|
-
|
|
103
|
-
.v-data-table-header__sort-badge
|
|
104
|
-
display: inline-flex
|
|
105
|
-
justify-content: center
|
|
106
|
-
align-items: center
|
|
107
|
-
font-size: 0.875rem
|
|
108
|
-
padding: 4px
|
|
109
|
-
border-radius: 50%
|
|
110
|
-
background: $data-table-header-sort-badge-color
|
|
111
|
-
min-width: $data-table-header-sort-badge-size
|
|
112
|
-
min-height: $data-table-header-sort-badge-size
|
|
113
|
-
width: $data-table-header-sort-badge-size
|
|
114
|
-
height: $data-table-header-sort-badge-size
|
|
115
|
-
|
|
116
|
-
.v-data-table-progress
|
|
117
|
-
> th
|
|
118
|
-
border: none !important
|
|
119
|
-
height: auto !important
|
|
120
|
-
padding: 0 !important
|
|
121
|
-
|
|
122
|
-
.v-data-table-progress__loader
|
|
123
|
-
position: relative
|
|
124
|
-
|
|
125
|
-
.v-data-table-rows-loading,
|
|
126
|
-
.v-data-table-rows-no-data
|
|
127
|
-
text-align: center
|
|
157
|
+
&-sort-icon
|
|
158
|
+
color: $data-table-header-mobile-chip-icon-color
|
|
159
|
+
|
|
160
|
+
&-active
|
|
161
|
+
color: $data-table-header-mobile-chip-icon-color-active
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
.v-data-table-footer {
|
|
2
|
-
display: flex;
|
|
3
2
|
align-items: center;
|
|
3
|
+
display: flex;
|
|
4
4
|
flex-wrap: wrap;
|
|
5
|
-
padding: 4px;
|
|
6
5
|
justify-content: flex-end;
|
|
6
|
+
padding: 8px 4px;
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
.v-data-table-footer__items-per-page {
|
|
10
|
-
display: flex;
|
|
11
9
|
align-items: center;
|
|
10
|
+
display: flex;
|
|
12
11
|
justify-content: center;
|
|
13
12
|
}
|
|
14
13
|
.v-data-table-footer__items-per-page > span {
|
|
@@ -17,20 +16,17 @@
|
|
|
17
16
|
.v-data-table-footer__items-per-page > .v-select {
|
|
18
17
|
width: 90px;
|
|
19
18
|
}
|
|
20
|
-
|
|
21
19
|
.v-data-table-footer__info {
|
|
22
20
|
display: flex;
|
|
23
21
|
justify-content: flex-end;
|
|
24
22
|
min-width: 116px;
|
|
25
23
|
padding: 0 16px;
|
|
26
24
|
}
|
|
27
|
-
|
|
28
|
-
.v-data-table-footer__pagination {
|
|
29
|
-
display: flex;
|
|
25
|
+
.v-data-table-footer__paginationz {
|
|
30
26
|
align-items: center;
|
|
27
|
+
display: flex;
|
|
31
28
|
margin-inline-start: 16px;
|
|
32
29
|
}
|
|
33
|
-
|
|
34
30
|
.v-data-table-footer__page {
|
|
35
31
|
padding: 0 8px;
|
|
36
32
|
}
|