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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, Ref, JSXComponent, UnwrapRef } from 'vue';
|
|
3
3
|
|
|
4
4
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
5
|
$children?: (VNodeChild | (T extends {
|
|
@@ -40,9 +40,6 @@ interface LoaderSlotProps {
|
|
|
40
40
|
isActive: boolean;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
44
|
-
declare const IconValue: PropType<IconValue>;
|
|
45
|
-
|
|
46
43
|
type ExpandProps = {
|
|
47
44
|
expandOnClick: boolean;
|
|
48
45
|
expanded: readonly string[];
|
|
@@ -130,6 +127,7 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
|
130
127
|
sort?: DataTableCompareFunction;
|
|
131
128
|
sortRaw?: DataTableCompareFunction;
|
|
132
129
|
filter?: FilterFunction;
|
|
130
|
+
mobile?: boolean;
|
|
133
131
|
children?: DataTableHeader<T>[];
|
|
134
132
|
};
|
|
135
133
|
type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children'> & {
|
|
@@ -138,6 +136,7 @@ type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children
|
|
|
138
136
|
sortable: boolean;
|
|
139
137
|
fixedOffset?: number;
|
|
140
138
|
lastFixed?: boolean;
|
|
139
|
+
nowrap?: boolean;
|
|
141
140
|
colspan?: number;
|
|
142
141
|
rowspan?: number;
|
|
143
142
|
children?: InternalDataTableHeader[];
|
|
@@ -211,6 +210,13 @@ declare function provideSelection(props: SelectionProps, { allItems, currentPage
|
|
|
211
210
|
showSelectAll: boolean;
|
|
212
211
|
};
|
|
213
212
|
|
|
213
|
+
declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
214
|
+
type Breakpoint = typeof breakpoints[number];
|
|
215
|
+
type DisplayBreakpoint = 'xs' | Breakpoint;
|
|
216
|
+
|
|
217
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
218
|
+
declare const IconValue: PropType<IconValue>;
|
|
219
|
+
|
|
214
220
|
type HeadersSlotProps = {
|
|
215
221
|
headers: InternalDataTableHeader[][];
|
|
216
222
|
columns: InternalDataTableHeader[];
|
|
@@ -242,6 +248,7 @@ type VDataTableHeadersSlots = {
|
|
|
242
248
|
};
|
|
243
249
|
declare const VDataTableHeaders: {
|
|
244
250
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
251
|
+
mobile: boolean;
|
|
245
252
|
sticky: boolean;
|
|
246
253
|
multiSort: boolean;
|
|
247
254
|
sortAscIcon: IconValue;
|
|
@@ -249,6 +256,7 @@ declare const VDataTableHeaders: {
|
|
|
249
256
|
} & {
|
|
250
257
|
color?: string | undefined;
|
|
251
258
|
loading?: string | boolean | undefined;
|
|
259
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
252
260
|
headerProps?: Record<string, any> | undefined;
|
|
253
261
|
} & {
|
|
254
262
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -272,6 +280,7 @@ declare const VDataTableHeaders: {
|
|
|
272
280
|
"v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
|
273
281
|
"v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
|
274
282
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
283
|
+
mobile: boolean;
|
|
275
284
|
sticky: boolean;
|
|
276
285
|
multiSort: boolean;
|
|
277
286
|
sortAscIcon: IconValue;
|
|
@@ -279,6 +288,7 @@ declare const VDataTableHeaders: {
|
|
|
279
288
|
} & {
|
|
280
289
|
color?: string | undefined;
|
|
281
290
|
loading?: string | boolean | undefined;
|
|
291
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
282
292
|
headerProps?: Record<string, any> | undefined;
|
|
283
293
|
} & {
|
|
284
294
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -302,6 +312,7 @@ declare const VDataTableHeaders: {
|
|
|
302
312
|
"v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
|
303
313
|
"v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
|
304
314
|
}, {
|
|
315
|
+
mobile: boolean;
|
|
305
316
|
sticky: boolean;
|
|
306
317
|
multiSort: boolean;
|
|
307
318
|
sortAscIcon: IconValue;
|
|
@@ -330,6 +341,7 @@ declare const VDataTableHeaders: {
|
|
|
330
341
|
M: {};
|
|
331
342
|
Defaults: {};
|
|
332
343
|
}, {
|
|
344
|
+
mobile: boolean;
|
|
333
345
|
sticky: boolean;
|
|
334
346
|
multiSort: boolean;
|
|
335
347
|
sortAscIcon: IconValue;
|
|
@@ -337,6 +349,7 @@ declare const VDataTableHeaders: {
|
|
|
337
349
|
} & {
|
|
338
350
|
color?: string | undefined;
|
|
339
351
|
loading?: string | boolean | undefined;
|
|
352
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
340
353
|
headerProps?: Record<string, any> | undefined;
|
|
341
354
|
} & {
|
|
342
355
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -360,6 +373,7 @@ declare const VDataTableHeaders: {
|
|
|
360
373
|
"v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
|
361
374
|
"v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
|
362
375
|
}, {}, {}, {}, {}, {
|
|
376
|
+
mobile: boolean;
|
|
363
377
|
sticky: boolean;
|
|
364
378
|
multiSort: boolean;
|
|
365
379
|
sortAscIcon: IconValue;
|
|
@@ -369,6 +383,7 @@ declare const VDataTableHeaders: {
|
|
|
369
383
|
__isTeleport?: undefined;
|
|
370
384
|
__isSuspense?: undefined;
|
|
371
385
|
} & vue.ComponentOptionsBase<{
|
|
386
|
+
mobile: boolean;
|
|
372
387
|
sticky: boolean;
|
|
373
388
|
multiSort: boolean;
|
|
374
389
|
sortAscIcon: IconValue;
|
|
@@ -376,6 +391,7 @@ declare const VDataTableHeaders: {
|
|
|
376
391
|
} & {
|
|
377
392
|
color?: string | undefined;
|
|
378
393
|
loading?: string | boolean | undefined;
|
|
394
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
379
395
|
headerProps?: Record<string, any> | undefined;
|
|
380
396
|
} & {
|
|
381
397
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -399,6 +415,7 @@ declare const VDataTableHeaders: {
|
|
|
399
415
|
"v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
|
400
416
|
"v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
|
401
417
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
418
|
+
mobile: boolean;
|
|
402
419
|
sticky: boolean;
|
|
403
420
|
multiSort: boolean;
|
|
404
421
|
sortAscIcon: IconValue;
|
|
@@ -421,6 +438,11 @@ declare const VDataTableHeaders: {
|
|
|
421
438
|
}>[];
|
|
422
439
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
423
440
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
441
|
+
mobile: {
|
|
442
|
+
type: BooleanConstructor;
|
|
443
|
+
default: null;
|
|
444
|
+
};
|
|
445
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
424
446
|
color: StringConstructor;
|
|
425
447
|
sticky: BooleanConstructor;
|
|
426
448
|
multiSort: BooleanConstructor;
|
|
@@ -437,6 +459,11 @@ declare const VDataTableHeaders: {
|
|
|
437
459
|
};
|
|
438
460
|
}, vue.ExtractPropTypes<{
|
|
439
461
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
462
|
+
mobile: {
|
|
463
|
+
type: BooleanConstructor;
|
|
464
|
+
default: null;
|
|
465
|
+
};
|
|
466
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
440
467
|
color: StringConstructor;
|
|
441
468
|
sticky: BooleanConstructor;
|
|
442
469
|
multiSort: BooleanConstructor;
|
|
@@ -487,30 +514,50 @@ type VDataTableGroupHeaderRowSlots = {
|
|
|
487
514
|
type VDataTableRowSlots<T> = {
|
|
488
515
|
'item.data-table-select': Omit<ItemKeySlot<T>, 'value'>;
|
|
489
516
|
'item.data-table-expand': Omit<ItemKeySlot<T>, 'value'>;
|
|
517
|
+
'header.data-table-select': VDataTableHeaderCellColumnSlotProps;
|
|
518
|
+
'header.data-table-expand': VDataTableHeaderCellColumnSlotProps;
|
|
490
519
|
} & {
|
|
491
520
|
[key: `item.${string}`]: ItemKeySlot<T>;
|
|
521
|
+
[key: `header.${string}`]: VDataTableHeaderCellColumnSlotProps;
|
|
492
522
|
};
|
|
493
523
|
declare const VDataTableRow: {
|
|
494
|
-
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
524
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
525
|
+
mobile: boolean;
|
|
526
|
+
} & {
|
|
495
527
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
496
528
|
onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
|
|
497
529
|
onDblclick?: ((args_0: MouseEvent) => void) | undefined;
|
|
530
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
498
531
|
index?: number | undefined;
|
|
499
|
-
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "item" | "cellProps" | `v-slot:item.${string}`>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
532
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "item" | "cellProps" | `v-slot:header.${string}` | `v-slot:item.${string}`>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
533
|
+
mobile: boolean;
|
|
534
|
+
} & {
|
|
500
535
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
501
536
|
onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
|
|
502
537
|
onDblclick?: ((args_0: MouseEvent) => void) | undefined;
|
|
538
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
503
539
|
index?: number | undefined;
|
|
504
|
-
}, {
|
|
540
|
+
}, {
|
|
541
|
+
mobile: boolean;
|
|
542
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
505
543
|
[x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
506
544
|
[key: string]: any;
|
|
507
545
|
}>[];
|
|
546
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
547
|
+
[key: string]: any;
|
|
548
|
+
}>[];
|
|
508
549
|
'item.data-table-select': (arg: Omit<ItemKeySlot<unknown>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
509
550
|
[key: string]: any;
|
|
510
551
|
}>[];
|
|
511
552
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<unknown>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
512
553
|
[key: string]: any;
|
|
513
554
|
}>[];
|
|
555
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
556
|
+
[key: string]: any;
|
|
557
|
+
}>[];
|
|
558
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
559
|
+
[key: string]: any;
|
|
560
|
+
}>[];
|
|
514
561
|
}>>, {
|
|
515
562
|
P: {};
|
|
516
563
|
B: {};
|
|
@@ -518,30 +565,49 @@ declare const VDataTableRow: {
|
|
|
518
565
|
C: {};
|
|
519
566
|
M: {};
|
|
520
567
|
Defaults: {};
|
|
521
|
-
}, {
|
|
568
|
+
}, {
|
|
569
|
+
mobile: boolean;
|
|
570
|
+
} & {
|
|
522
571
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
523
572
|
onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
|
|
524
573
|
onDblclick?: ((args_0: MouseEvent) => void) | undefined;
|
|
574
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
525
575
|
index?: number | undefined;
|
|
526
|
-
}, {}, {}, {}, {}, {
|
|
576
|
+
}, {}, {}, {}, {}, {
|
|
577
|
+
mobile: boolean;
|
|
578
|
+
}>;
|
|
527
579
|
__isFragment?: undefined;
|
|
528
580
|
__isTeleport?: undefined;
|
|
529
581
|
__isSuspense?: undefined;
|
|
530
|
-
} & vue.ComponentOptionsBase<{
|
|
582
|
+
} & vue.ComponentOptionsBase<{
|
|
583
|
+
mobile: boolean;
|
|
584
|
+
} & {
|
|
531
585
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
532
586
|
onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
|
|
533
587
|
onDblclick?: ((args_0: MouseEvent) => void) | undefined;
|
|
588
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
534
589
|
index?: number | undefined;
|
|
535
|
-
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "item" | "cellProps" | `v-slot:
|
|
590
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "item" | "cellProps" | `v-slot:header.${string}` | `v-slot:item.${string}`>, string, {
|
|
591
|
+
mobile: boolean;
|
|
592
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
536
593
|
[x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
537
594
|
[key: string]: any;
|
|
538
595
|
}>[];
|
|
596
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
597
|
+
[key: string]: any;
|
|
598
|
+
}>[];
|
|
539
599
|
'item.data-table-select': (arg: Omit<ItemKeySlot<unknown>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
540
600
|
[key: string]: any;
|
|
541
601
|
}>[];
|
|
542
602
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<unknown>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
543
603
|
[key: string]: any;
|
|
544
604
|
}>[];
|
|
605
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
606
|
+
[key: string]: any;
|
|
607
|
+
}>[];
|
|
608
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
609
|
+
[key: string]: any;
|
|
610
|
+
}>[];
|
|
545
611
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
546
612
|
item?: DataTableItem<T> | undefined;
|
|
547
613
|
cellProps?: CellProps<T> | undefined;
|
|
@@ -549,6 +615,11 @@ declare const VDataTableRow: {
|
|
|
549
615
|
item?: DataTableItem<T> | undefined;
|
|
550
616
|
cellProps?: CellProps<T> | undefined;
|
|
551
617
|
}, VDataTableRowSlots<T>>) & FilterPropsOptions<{
|
|
618
|
+
mobile: {
|
|
619
|
+
type: BooleanConstructor;
|
|
620
|
+
default: null;
|
|
621
|
+
};
|
|
622
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
552
623
|
index: NumberConstructor;
|
|
553
624
|
item: PropType<DataTableItem<any>>;
|
|
554
625
|
cellProps: PropType<CellProps<any>>;
|
|
@@ -556,6 +627,11 @@ declare const VDataTableRow: {
|
|
|
556
627
|
onContextmenu: PropType<(args_0: MouseEvent) => void>;
|
|
557
628
|
onDblclick: PropType<(args_0: MouseEvent) => void>;
|
|
558
629
|
}, vue.ExtractPropTypes<{
|
|
630
|
+
mobile: {
|
|
631
|
+
type: BooleanConstructor;
|
|
632
|
+
default: null;
|
|
633
|
+
};
|
|
634
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
559
635
|
index: NumberConstructor;
|
|
560
636
|
item: PropType<DataTableItem<any>>;
|
|
561
637
|
cellProps: PropType<CellProps<any>>;
|
|
@@ -578,27 +654,35 @@ declare const VDataTableRows: {
|
|
|
578
654
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
579
655
|
noDataText: string;
|
|
580
656
|
loadingText: string;
|
|
657
|
+
mobile: boolean;
|
|
581
658
|
hideNoData: boolean;
|
|
582
659
|
} & {
|
|
583
660
|
loading?: string | boolean | undefined;
|
|
661
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
584
662
|
cellProps?: CellProps<any> | undefined;
|
|
585
663
|
rowProps?: RowProps<any> | undefined;
|
|
586
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
664
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
587
665
|
noDataText: string;
|
|
588
666
|
loadingText: string;
|
|
667
|
+
mobile: boolean;
|
|
589
668
|
hideNoData: boolean;
|
|
590
669
|
} & {
|
|
591
670
|
loading?: string | boolean | undefined;
|
|
671
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
592
672
|
cellProps?: CellProps<any> | undefined;
|
|
593
673
|
rowProps?: RowProps<any> | undefined;
|
|
594
674
|
}, {
|
|
595
675
|
noDataText: string;
|
|
596
676
|
loadingText: string;
|
|
677
|
+
mobile: boolean;
|
|
597
678
|
hideNoData: boolean;
|
|
598
679
|
}, true, {}, vue.SlotsType<Partial<{
|
|
599
680
|
[x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
600
681
|
[key: string]: any;
|
|
601
682
|
}>[];
|
|
683
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
684
|
+
[key: string]: any;
|
|
685
|
+
}>[];
|
|
602
686
|
'data-table-group': (arg: {
|
|
603
687
|
item: Group<any>;
|
|
604
688
|
count: number;
|
|
@@ -617,6 +701,12 @@ declare const VDataTableRows: {
|
|
|
617
701
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<unknown>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
618
702
|
[key: string]: any;
|
|
619
703
|
}>[];
|
|
704
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
705
|
+
[key: string]: any;
|
|
706
|
+
}>[];
|
|
707
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
708
|
+
[key: string]: any;
|
|
709
|
+
}>[];
|
|
620
710
|
item: (arg: {
|
|
621
711
|
index: number;
|
|
622
712
|
item: unknown;
|
|
@@ -654,14 +744,17 @@ declare const VDataTableRows: {
|
|
|
654
744
|
}, {
|
|
655
745
|
noDataText: string;
|
|
656
746
|
loadingText: string;
|
|
747
|
+
mobile: boolean;
|
|
657
748
|
hideNoData: boolean;
|
|
658
749
|
} & {
|
|
659
750
|
loading?: string | boolean | undefined;
|
|
751
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
660
752
|
cellProps?: CellProps<any> | undefined;
|
|
661
753
|
rowProps?: RowProps<any> | undefined;
|
|
662
754
|
}, {}, {}, {}, {}, {
|
|
663
755
|
noDataText: string;
|
|
664
756
|
loadingText: string;
|
|
757
|
+
mobile: boolean;
|
|
665
758
|
hideNoData: boolean;
|
|
666
759
|
}>;
|
|
667
760
|
__isFragment?: undefined;
|
|
@@ -670,19 +763,25 @@ declare const VDataTableRows: {
|
|
|
670
763
|
} & vue.ComponentOptionsBase<{
|
|
671
764
|
noDataText: string;
|
|
672
765
|
loadingText: string;
|
|
766
|
+
mobile: boolean;
|
|
673
767
|
hideNoData: boolean;
|
|
674
768
|
} & {
|
|
675
769
|
loading?: string | boolean | undefined;
|
|
770
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
676
771
|
cellProps?: CellProps<any> | undefined;
|
|
677
772
|
rowProps?: RowProps<any> | undefined;
|
|
678
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, string, {
|
|
773
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, string, {
|
|
679
774
|
noDataText: string;
|
|
680
775
|
loadingText: string;
|
|
776
|
+
mobile: boolean;
|
|
681
777
|
hideNoData: boolean;
|
|
682
778
|
}, {}, string, vue.SlotsType<Partial<{
|
|
683
779
|
[x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
684
780
|
[key: string]: any;
|
|
685
781
|
}>[];
|
|
782
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
783
|
+
[key: string]: any;
|
|
784
|
+
}>[];
|
|
686
785
|
'data-table-group': (arg: {
|
|
687
786
|
item: Group<any>;
|
|
688
787
|
count: number;
|
|
@@ -701,6 +800,12 @@ declare const VDataTableRows: {
|
|
|
701
800
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<unknown>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
702
801
|
[key: string]: any;
|
|
703
802
|
}>[];
|
|
803
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
804
|
+
[key: string]: any;
|
|
805
|
+
}>[];
|
|
806
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
807
|
+
[key: string]: any;
|
|
808
|
+
}>[];
|
|
704
809
|
item: (arg: {
|
|
705
810
|
index: number;
|
|
706
811
|
item: unknown;
|
|
@@ -733,6 +838,11 @@ declare const VDataTableRows: {
|
|
|
733
838
|
}, slots: VDataTableRowsSlots<T>) => GenericProps<{
|
|
734
839
|
items?: readonly (DataTableItem<T> | Group<T>)[] | undefined;
|
|
735
840
|
}, VDataTableRowsSlots<T>>) & FilterPropsOptions<{
|
|
841
|
+
mobile: {
|
|
842
|
+
type: BooleanConstructor;
|
|
843
|
+
default: null;
|
|
844
|
+
};
|
|
845
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
736
846
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
737
847
|
loadingText: {
|
|
738
848
|
type: StringConstructor;
|
|
@@ -750,6 +860,11 @@ declare const VDataTableRows: {
|
|
|
750
860
|
rowProps: PropType<RowProps<any>>;
|
|
751
861
|
cellProps: PropType<CellProps<any>>;
|
|
752
862
|
}, vue.ExtractPropTypes<{
|
|
863
|
+
mobile: {
|
|
864
|
+
type: BooleanConstructor;
|
|
865
|
+
default: null;
|
|
866
|
+
};
|
|
867
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
753
868
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
754
869
|
loadingText: {
|
|
755
870
|
type: StringConstructor;
|
|
@@ -816,6 +931,7 @@ declare const VDataTable: {
|
|
|
816
931
|
sortBy: readonly SortItem[];
|
|
817
932
|
pageText: string;
|
|
818
933
|
page: string | number;
|
|
934
|
+
mobile: boolean;
|
|
819
935
|
sticky: boolean;
|
|
820
936
|
expanded: readonly string[];
|
|
821
937
|
density: Density;
|
|
@@ -858,6 +974,7 @@ declare const VDataTable: {
|
|
|
858
974
|
theme?: string | undefined;
|
|
859
975
|
color?: string | undefined;
|
|
860
976
|
loading?: string | boolean | undefined;
|
|
977
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
861
978
|
customFilter?: FilterFunction | undefined;
|
|
862
979
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
863
980
|
filterKeys?: FilterKeys | undefined;
|
|
@@ -889,6 +1006,7 @@ declare const VDataTable: {
|
|
|
889
1006
|
sortBy: readonly SortItem[];
|
|
890
1007
|
pageText: string;
|
|
891
1008
|
page: string | number;
|
|
1009
|
+
mobile: boolean;
|
|
892
1010
|
sticky: boolean;
|
|
893
1011
|
expanded: readonly string[];
|
|
894
1012
|
density: Density;
|
|
@@ -931,6 +1049,7 @@ declare const VDataTable: {
|
|
|
931
1049
|
theme?: string | undefined;
|
|
932
1050
|
color?: string | undefined;
|
|
933
1051
|
loading?: string | boolean | undefined;
|
|
1052
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
934
1053
|
customFilter?: FilterFunction | undefined;
|
|
935
1054
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
936
1055
|
filterKeys?: FilterKeys | undefined;
|
|
@@ -953,6 +1072,7 @@ declare const VDataTable: {
|
|
|
953
1072
|
sortBy: readonly SortItem[];
|
|
954
1073
|
pageText: string;
|
|
955
1074
|
page: string | number;
|
|
1075
|
+
mobile: boolean;
|
|
956
1076
|
sticky: boolean;
|
|
957
1077
|
expanded: readonly string[];
|
|
958
1078
|
density: Density;
|
|
@@ -991,16 +1111,7 @@ declare const VDataTable: {
|
|
|
991
1111
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
992
1112
|
[key: string]: any;
|
|
993
1113
|
}>[];
|
|
994
|
-
[x: `header.${string}`]: (arg: {
|
|
995
|
-
column: InternalDataTableHeader;
|
|
996
|
-
selectAll: (value: boolean) => void;
|
|
997
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
998
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
999
|
-
sortBy: readonly SortItem[];
|
|
1000
|
-
someSelected: boolean;
|
|
1001
|
-
allSelected: boolean;
|
|
1002
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
1003
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1114
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1004
1115
|
[key: string]: any;
|
|
1005
1116
|
}>[];
|
|
1006
1117
|
'data-table-group': (arg: {
|
|
@@ -1021,6 +1132,12 @@ declare const VDataTable: {
|
|
|
1021
1132
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1022
1133
|
[key: string]: any;
|
|
1023
1134
|
}>[];
|
|
1135
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1136
|
+
[key: string]: any;
|
|
1137
|
+
}>[];
|
|
1138
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1139
|
+
[key: string]: any;
|
|
1140
|
+
}>[];
|
|
1024
1141
|
item: (arg: {
|
|
1025
1142
|
index: number;
|
|
1026
1143
|
item: any;
|
|
@@ -1054,30 +1171,6 @@ declare const VDataTable: {
|
|
|
1054
1171
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1055
1172
|
[key: string]: any;
|
|
1056
1173
|
}>[];
|
|
1057
|
-
'header.data-table-select': (arg: {
|
|
1058
|
-
column: InternalDataTableHeader;
|
|
1059
|
-
selectAll: (value: boolean) => void;
|
|
1060
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
1061
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
1062
|
-
sortBy: readonly SortItem[];
|
|
1063
|
-
someSelected: boolean;
|
|
1064
|
-
allSelected: boolean;
|
|
1065
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
1066
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1067
|
-
[key: string]: any;
|
|
1068
|
-
}>[];
|
|
1069
|
-
'header.data-table-expand': (arg: {
|
|
1070
|
-
column: InternalDataTableHeader;
|
|
1071
|
-
selectAll: (value: boolean) => void;
|
|
1072
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
1073
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
1074
|
-
sortBy: readonly SortItem[];
|
|
1075
|
-
someSelected: boolean;
|
|
1076
|
-
allSelected: boolean;
|
|
1077
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
1078
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1079
|
-
[key: string]: any;
|
|
1080
|
-
}>[];
|
|
1081
1174
|
default: (arg: VDataTableSlotProps<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1082
1175
|
[key: string]: any;
|
|
1083
1176
|
}>[];
|
|
@@ -1127,6 +1220,7 @@ declare const VDataTable: {
|
|
|
1127
1220
|
sortBy: readonly SortItem[];
|
|
1128
1221
|
pageText: string;
|
|
1129
1222
|
page: string | number;
|
|
1223
|
+
mobile: boolean;
|
|
1130
1224
|
sticky: boolean;
|
|
1131
1225
|
expanded: readonly string[];
|
|
1132
1226
|
density: Density;
|
|
@@ -1169,6 +1263,7 @@ declare const VDataTable: {
|
|
|
1169
1263
|
theme?: string | undefined;
|
|
1170
1264
|
color?: string | undefined;
|
|
1171
1265
|
loading?: string | boolean | undefined;
|
|
1266
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1172
1267
|
customFilter?: FilterFunction | undefined;
|
|
1173
1268
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
1174
1269
|
filterKeys?: FilterKeys | undefined;
|
|
@@ -1191,6 +1286,7 @@ declare const VDataTable: {
|
|
|
1191
1286
|
sortBy: readonly SortItem[];
|
|
1192
1287
|
pageText: string;
|
|
1193
1288
|
page: string | number;
|
|
1289
|
+
mobile: boolean;
|
|
1194
1290
|
sticky: boolean;
|
|
1195
1291
|
expanded: readonly string[];
|
|
1196
1292
|
density: Density;
|
|
@@ -1238,6 +1334,7 @@ declare const VDataTable: {
|
|
|
1238
1334
|
sortBy: readonly SortItem[];
|
|
1239
1335
|
pageText: string;
|
|
1240
1336
|
page: string | number;
|
|
1337
|
+
mobile: boolean;
|
|
1241
1338
|
sticky: boolean;
|
|
1242
1339
|
expanded: readonly string[];
|
|
1243
1340
|
density: Density;
|
|
@@ -1280,6 +1377,7 @@ declare const VDataTable: {
|
|
|
1280
1377
|
theme?: string | undefined;
|
|
1281
1378
|
color?: string | undefined;
|
|
1282
1379
|
loading?: string | boolean | undefined;
|
|
1380
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1283
1381
|
customFilter?: FilterFunction | undefined;
|
|
1284
1382
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
1285
1383
|
filterKeys?: FilterKeys | undefined;
|
|
@@ -1311,6 +1409,7 @@ declare const VDataTable: {
|
|
|
1311
1409
|
sortBy: readonly SortItem[];
|
|
1312
1410
|
pageText: string;
|
|
1313
1411
|
page: string | number;
|
|
1412
|
+
mobile: boolean;
|
|
1314
1413
|
sticky: boolean;
|
|
1315
1414
|
expanded: readonly string[];
|
|
1316
1415
|
density: Density;
|
|
@@ -1349,16 +1448,7 @@ declare const VDataTable: {
|
|
|
1349
1448
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1350
1449
|
[key: string]: any;
|
|
1351
1450
|
}>[];
|
|
1352
|
-
[x: `header.${string}`]: (arg: {
|
|
1353
|
-
column: InternalDataTableHeader;
|
|
1354
|
-
selectAll: (value: boolean) => void;
|
|
1355
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
1356
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
1357
|
-
sortBy: readonly SortItem[];
|
|
1358
|
-
someSelected: boolean;
|
|
1359
|
-
allSelected: boolean;
|
|
1360
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
1361
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1451
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1362
1452
|
[key: string]: any;
|
|
1363
1453
|
}>[];
|
|
1364
1454
|
'data-table-group': (arg: {
|
|
@@ -1379,6 +1469,12 @@ declare const VDataTable: {
|
|
|
1379
1469
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1380
1470
|
[key: string]: any;
|
|
1381
1471
|
}>[];
|
|
1472
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1473
|
+
[key: string]: any;
|
|
1474
|
+
}>[];
|
|
1475
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1476
|
+
[key: string]: any;
|
|
1477
|
+
}>[];
|
|
1382
1478
|
item: (arg: {
|
|
1383
1479
|
index: number;
|
|
1384
1480
|
item: any;
|
|
@@ -1412,30 +1508,6 @@ declare const VDataTable: {
|
|
|
1412
1508
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1413
1509
|
[key: string]: any;
|
|
1414
1510
|
}>[];
|
|
1415
|
-
'header.data-table-select': (arg: {
|
|
1416
|
-
column: InternalDataTableHeader;
|
|
1417
|
-
selectAll: (value: boolean) => void;
|
|
1418
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
1419
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
1420
|
-
sortBy: readonly SortItem[];
|
|
1421
|
-
someSelected: boolean;
|
|
1422
|
-
allSelected: boolean;
|
|
1423
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
1424
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1425
|
-
[key: string]: any;
|
|
1426
|
-
}>[];
|
|
1427
|
-
'header.data-table-expand': (arg: {
|
|
1428
|
-
column: InternalDataTableHeader;
|
|
1429
|
-
selectAll: (value: boolean) => void;
|
|
1430
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
1431
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
1432
|
-
sortBy: readonly SortItem[];
|
|
1433
|
-
someSelected: boolean;
|
|
1434
|
-
allSelected: boolean;
|
|
1435
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
1436
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1437
|
-
[key: string]: any;
|
|
1438
|
-
}>[];
|
|
1439
1511
|
default: (arg: VDataTableSlotProps<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1440
1512
|
[key: string]: any;
|
|
1441
1513
|
}>[];
|
|
@@ -1495,6 +1567,7 @@ declare const VDataTable: {
|
|
|
1495
1567
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
1496
1568
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
1497
1569
|
readonly filter?: FilterFunction | undefined;
|
|
1570
|
+
readonly mobile?: boolean | undefined;
|
|
1498
1571
|
readonly children?: readonly any[] | undefined;
|
|
1499
1572
|
}[] | undefined;
|
|
1500
1573
|
modelValue?: V | undefined;
|
|
@@ -1525,6 +1598,7 @@ declare const VDataTable: {
|
|
|
1525
1598
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
1526
1599
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
1527
1600
|
readonly filter?: FilterFunction | undefined;
|
|
1601
|
+
readonly mobile?: boolean | undefined;
|
|
1528
1602
|
readonly children?: readonly any[] | undefined;
|
|
1529
1603
|
}[] | undefined;
|
|
1530
1604
|
modelValue?: V | undefined;
|
|
@@ -1609,6 +1683,11 @@ declare const VDataTable: {
|
|
|
1609
1683
|
height: (StringConstructor | NumberConstructor)[];
|
|
1610
1684
|
hover: BooleanConstructor;
|
|
1611
1685
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
1686
|
+
mobile: {
|
|
1687
|
+
type: BooleanConstructor;
|
|
1688
|
+
default: null;
|
|
1689
|
+
};
|
|
1690
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
1612
1691
|
color: StringConstructor;
|
|
1613
1692
|
sticky: BooleanConstructor;
|
|
1614
1693
|
multiSort: BooleanConstructor;
|
|
@@ -1677,6 +1756,7 @@ declare const VDataTable: {
|
|
|
1677
1756
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
1678
1757
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
1679
1758
|
readonly filter?: FilterFunction | undefined;
|
|
1759
|
+
readonly mobile?: boolean | undefined;
|
|
1680
1760
|
readonly children?: readonly {
|
|
1681
1761
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
1682
1762
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -1697,6 +1777,7 @@ declare const VDataTable: {
|
|
|
1697
1777
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
1698
1778
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
1699
1779
|
readonly filter?: FilterFunction | undefined;
|
|
1780
|
+
readonly mobile?: boolean | undefined;
|
|
1700
1781
|
readonly children?: readonly any[] | undefined;
|
|
1701
1782
|
}[] | undefined;
|
|
1702
1783
|
}[]>;
|
|
@@ -1809,6 +1890,11 @@ declare const VDataTable: {
|
|
|
1809
1890
|
height: (StringConstructor | NumberConstructor)[];
|
|
1810
1891
|
hover: BooleanConstructor;
|
|
1811
1892
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
1893
|
+
mobile: {
|
|
1894
|
+
type: BooleanConstructor;
|
|
1895
|
+
default: null;
|
|
1896
|
+
};
|
|
1897
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
1812
1898
|
color: StringConstructor;
|
|
1813
1899
|
sticky: BooleanConstructor;
|
|
1814
1900
|
multiSort: BooleanConstructor;
|
|
@@ -1877,6 +1963,7 @@ declare const VDataTable: {
|
|
|
1877
1963
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
1878
1964
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
1879
1965
|
readonly filter?: FilterFunction | undefined;
|
|
1966
|
+
readonly mobile?: boolean | undefined;
|
|
1880
1967
|
readonly children?: readonly {
|
|
1881
1968
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
1882
1969
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -1897,6 +1984,7 @@ declare const VDataTable: {
|
|
|
1897
1984
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
1898
1985
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
1899
1986
|
readonly filter?: FilterFunction | undefined;
|
|
1987
|
+
readonly mobile?: boolean | undefined;
|
|
1900
1988
|
readonly children?: readonly any[] | undefined;
|
|
1901
1989
|
}[] | undefined;
|
|
1902
1990
|
}[]>;
|
|
@@ -2226,6 +2314,7 @@ declare const VDataTableVirtual: {
|
|
|
2226
2314
|
noDataText: string;
|
|
2227
2315
|
loadingText: string;
|
|
2228
2316
|
sortBy: readonly SortItem[];
|
|
2317
|
+
mobile: boolean;
|
|
2229
2318
|
sticky: boolean;
|
|
2230
2319
|
expanded: readonly string[];
|
|
2231
2320
|
density: Density;
|
|
@@ -2255,6 +2344,7 @@ declare const VDataTableVirtual: {
|
|
|
2255
2344
|
theme?: string | undefined;
|
|
2256
2345
|
color?: string | undefined;
|
|
2257
2346
|
loading?: string | boolean | undefined;
|
|
2347
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
2258
2348
|
customFilter?: FilterFunction | undefined;
|
|
2259
2349
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
2260
2350
|
filterKeys?: FilterKeys | undefined;
|
|
@@ -2280,6 +2370,7 @@ declare const VDataTableVirtual: {
|
|
|
2280
2370
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
2281
2371
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
2282
2372
|
readonly filter?: FilterFunction | undefined;
|
|
2373
|
+
readonly mobile?: boolean | undefined;
|
|
2283
2374
|
readonly children?: readonly {
|
|
2284
2375
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
2285
2376
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -2300,6 +2391,7 @@ declare const VDataTableVirtual: {
|
|
|
2300
2391
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
2301
2392
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
2302
2393
|
readonly filter?: FilterFunction | undefined;
|
|
2394
|
+
readonly mobile?: boolean | undefined;
|
|
2303
2395
|
readonly children?: readonly any[] | undefined;
|
|
2304
2396
|
}[] | undefined;
|
|
2305
2397
|
}[] | undefined;
|
|
@@ -2320,6 +2412,7 @@ declare const VDataTableVirtual: {
|
|
|
2320
2412
|
noDataText: string;
|
|
2321
2413
|
loadingText: string;
|
|
2322
2414
|
sortBy: readonly SortItem[];
|
|
2415
|
+
mobile: boolean;
|
|
2323
2416
|
sticky: boolean;
|
|
2324
2417
|
expanded: readonly string[];
|
|
2325
2418
|
density: Density;
|
|
@@ -2349,6 +2442,7 @@ declare const VDataTableVirtual: {
|
|
|
2349
2442
|
theme?: string | undefined;
|
|
2350
2443
|
color?: string | undefined;
|
|
2351
2444
|
loading?: string | boolean | undefined;
|
|
2445
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
2352
2446
|
customFilter?: FilterFunction | undefined;
|
|
2353
2447
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
2354
2448
|
filterKeys?: FilterKeys | undefined;
|
|
@@ -2374,6 +2468,7 @@ declare const VDataTableVirtual: {
|
|
|
2374
2468
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
2375
2469
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
2376
2470
|
readonly filter?: FilterFunction | undefined;
|
|
2471
|
+
readonly mobile?: boolean | undefined;
|
|
2377
2472
|
readonly children?: readonly {
|
|
2378
2473
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
2379
2474
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -2394,6 +2489,7 @@ declare const VDataTableVirtual: {
|
|
|
2394
2489
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
2395
2490
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
2396
2491
|
readonly filter?: FilterFunction | undefined;
|
|
2492
|
+
readonly mobile?: boolean | undefined;
|
|
2397
2493
|
readonly children?: readonly any[] | undefined;
|
|
2398
2494
|
}[] | undefined;
|
|
2399
2495
|
}[] | undefined;
|
|
@@ -2408,6 +2504,7 @@ declare const VDataTableVirtual: {
|
|
|
2408
2504
|
noDataText: string;
|
|
2409
2505
|
loadingText: string;
|
|
2410
2506
|
sortBy: readonly SortItem[];
|
|
2507
|
+
mobile: boolean;
|
|
2411
2508
|
sticky: boolean;
|
|
2412
2509
|
expanded: readonly string[];
|
|
2413
2510
|
density: Density;
|
|
@@ -2433,16 +2530,7 @@ declare const VDataTableVirtual: {
|
|
|
2433
2530
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2434
2531
|
[key: string]: any;
|
|
2435
2532
|
}>[];
|
|
2436
|
-
[x: `header.${string}`]: (arg: {
|
|
2437
|
-
column: InternalDataTableHeader;
|
|
2438
|
-
selectAll: (value: boolean) => void;
|
|
2439
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
2440
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
2441
|
-
sortBy: readonly SortItem[];
|
|
2442
|
-
someSelected: boolean;
|
|
2443
|
-
allSelected: boolean;
|
|
2444
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
2445
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2533
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2446
2534
|
[key: string]: any;
|
|
2447
2535
|
}>[];
|
|
2448
2536
|
'data-table-group': (arg: {
|
|
@@ -2463,6 +2551,12 @@ declare const VDataTableVirtual: {
|
|
|
2463
2551
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2464
2552
|
[key: string]: any;
|
|
2465
2553
|
}>[];
|
|
2554
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2555
|
+
[key: string]: any;
|
|
2556
|
+
}>[];
|
|
2557
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2558
|
+
[key: string]: any;
|
|
2559
|
+
}>[];
|
|
2466
2560
|
item: (arg: {
|
|
2467
2561
|
index: number;
|
|
2468
2562
|
item: any;
|
|
@@ -2498,30 +2592,6 @@ declare const VDataTableVirtual: {
|
|
|
2498
2592
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2499
2593
|
[key: string]: any;
|
|
2500
2594
|
}>[];
|
|
2501
|
-
'header.data-table-select': (arg: {
|
|
2502
|
-
column: InternalDataTableHeader;
|
|
2503
|
-
selectAll: (value: boolean) => void;
|
|
2504
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
2505
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
2506
|
-
sortBy: readonly SortItem[];
|
|
2507
|
-
someSelected: boolean;
|
|
2508
|
-
allSelected: boolean;
|
|
2509
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
2510
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2511
|
-
[key: string]: any;
|
|
2512
|
-
}>[];
|
|
2513
|
-
'header.data-table-expand': (arg: {
|
|
2514
|
-
column: InternalDataTableHeader;
|
|
2515
|
-
selectAll: (value: boolean) => void;
|
|
2516
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
2517
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
2518
|
-
sortBy: readonly SortItem[];
|
|
2519
|
-
someSelected: boolean;
|
|
2520
|
-
allSelected: boolean;
|
|
2521
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
2522
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2523
|
-
[key: string]: any;
|
|
2524
|
-
}>[];
|
|
2525
2595
|
colgroup: (arg: VDataTableVirtualSlotProps<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2526
2596
|
[key: string]: any;
|
|
2527
2597
|
}>[];
|
|
@@ -2550,6 +2620,7 @@ declare const VDataTableVirtual: {
|
|
|
2550
2620
|
noDataText: string;
|
|
2551
2621
|
loadingText: string;
|
|
2552
2622
|
sortBy: readonly SortItem[];
|
|
2623
|
+
mobile: boolean;
|
|
2553
2624
|
sticky: boolean;
|
|
2554
2625
|
expanded: readonly string[];
|
|
2555
2626
|
density: Density;
|
|
@@ -2579,6 +2650,7 @@ declare const VDataTableVirtual: {
|
|
|
2579
2650
|
theme?: string | undefined;
|
|
2580
2651
|
color?: string | undefined;
|
|
2581
2652
|
loading?: string | boolean | undefined;
|
|
2653
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
2582
2654
|
customFilter?: FilterFunction | undefined;
|
|
2583
2655
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
2584
2656
|
filterKeys?: FilterKeys | undefined;
|
|
@@ -2604,6 +2676,7 @@ declare const VDataTableVirtual: {
|
|
|
2604
2676
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
2605
2677
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
2606
2678
|
readonly filter?: FilterFunction | undefined;
|
|
2679
|
+
readonly mobile?: boolean | undefined;
|
|
2607
2680
|
readonly children?: readonly {
|
|
2608
2681
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
2609
2682
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -2624,6 +2697,7 @@ declare const VDataTableVirtual: {
|
|
|
2624
2697
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
2625
2698
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
2626
2699
|
readonly filter?: FilterFunction | undefined;
|
|
2700
|
+
readonly mobile?: boolean | undefined;
|
|
2627
2701
|
readonly children?: readonly any[] | undefined;
|
|
2628
2702
|
}[] | undefined;
|
|
2629
2703
|
}[] | undefined;
|
|
@@ -2638,6 +2712,7 @@ declare const VDataTableVirtual: {
|
|
|
2638
2712
|
noDataText: string;
|
|
2639
2713
|
loadingText: string;
|
|
2640
2714
|
sortBy: readonly SortItem[];
|
|
2715
|
+
mobile: boolean;
|
|
2641
2716
|
sticky: boolean;
|
|
2642
2717
|
expanded: readonly string[];
|
|
2643
2718
|
density: Density;
|
|
@@ -2669,6 +2744,7 @@ declare const VDataTableVirtual: {
|
|
|
2669
2744
|
noDataText: string;
|
|
2670
2745
|
loadingText: string;
|
|
2671
2746
|
sortBy: readonly SortItem[];
|
|
2747
|
+
mobile: boolean;
|
|
2672
2748
|
sticky: boolean;
|
|
2673
2749
|
expanded: readonly string[];
|
|
2674
2750
|
density: Density;
|
|
@@ -2698,6 +2774,7 @@ declare const VDataTableVirtual: {
|
|
|
2698
2774
|
theme?: string | undefined;
|
|
2699
2775
|
color?: string | undefined;
|
|
2700
2776
|
loading?: string | boolean | undefined;
|
|
2777
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
2701
2778
|
customFilter?: FilterFunction | undefined;
|
|
2702
2779
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
2703
2780
|
filterKeys?: FilterKeys | undefined;
|
|
@@ -2723,6 +2800,7 @@ declare const VDataTableVirtual: {
|
|
|
2723
2800
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
2724
2801
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
2725
2802
|
readonly filter?: FilterFunction | undefined;
|
|
2803
|
+
readonly mobile?: boolean | undefined;
|
|
2726
2804
|
readonly children?: readonly {
|
|
2727
2805
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
2728
2806
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -2743,6 +2821,7 @@ declare const VDataTableVirtual: {
|
|
|
2743
2821
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
2744
2822
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
2745
2823
|
readonly filter?: FilterFunction | undefined;
|
|
2824
|
+
readonly mobile?: boolean | undefined;
|
|
2746
2825
|
readonly children?: readonly any[] | undefined;
|
|
2747
2826
|
}[] | undefined;
|
|
2748
2827
|
}[] | undefined;
|
|
@@ -2763,6 +2842,7 @@ declare const VDataTableVirtual: {
|
|
|
2763
2842
|
noDataText: string;
|
|
2764
2843
|
loadingText: string;
|
|
2765
2844
|
sortBy: readonly SortItem[];
|
|
2845
|
+
mobile: boolean;
|
|
2766
2846
|
sticky: boolean;
|
|
2767
2847
|
expanded: readonly string[];
|
|
2768
2848
|
density: Density;
|
|
@@ -2788,16 +2868,7 @@ declare const VDataTableVirtual: {
|
|
|
2788
2868
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2789
2869
|
[key: string]: any;
|
|
2790
2870
|
}>[];
|
|
2791
|
-
[x: `header.${string}`]: (arg: {
|
|
2792
|
-
column: InternalDataTableHeader;
|
|
2793
|
-
selectAll: (value: boolean) => void;
|
|
2794
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
2795
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
2796
|
-
sortBy: readonly SortItem[];
|
|
2797
|
-
someSelected: boolean;
|
|
2798
|
-
allSelected: boolean;
|
|
2799
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
2800
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2871
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2801
2872
|
[key: string]: any;
|
|
2802
2873
|
}>[];
|
|
2803
2874
|
'data-table-group': (arg: {
|
|
@@ -2818,6 +2889,12 @@ declare const VDataTableVirtual: {
|
|
|
2818
2889
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2819
2890
|
[key: string]: any;
|
|
2820
2891
|
}>[];
|
|
2892
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2893
|
+
[key: string]: any;
|
|
2894
|
+
}>[];
|
|
2895
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2896
|
+
[key: string]: any;
|
|
2897
|
+
}>[];
|
|
2821
2898
|
item: (arg: {
|
|
2822
2899
|
index: number;
|
|
2823
2900
|
item: any;
|
|
@@ -2853,30 +2930,6 @@ declare const VDataTableVirtual: {
|
|
|
2853
2930
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2854
2931
|
[key: string]: any;
|
|
2855
2932
|
}>[];
|
|
2856
|
-
'header.data-table-select': (arg: {
|
|
2857
|
-
column: InternalDataTableHeader;
|
|
2858
|
-
selectAll: (value: boolean) => void;
|
|
2859
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
2860
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
2861
|
-
sortBy: readonly SortItem[];
|
|
2862
|
-
someSelected: boolean;
|
|
2863
|
-
allSelected: boolean;
|
|
2864
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
2865
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2866
|
-
[key: string]: any;
|
|
2867
|
-
}>[];
|
|
2868
|
-
'header.data-table-expand': (arg: {
|
|
2869
|
-
column: InternalDataTableHeader;
|
|
2870
|
-
selectAll: (value: boolean) => void;
|
|
2871
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
2872
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
2873
|
-
sortBy: readonly SortItem[];
|
|
2874
|
-
someSelected: boolean;
|
|
2875
|
-
allSelected: boolean;
|
|
2876
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
2877
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2878
|
-
[key: string]: any;
|
|
2879
|
-
}>[];
|
|
2880
2933
|
colgroup: (arg: VDataTableVirtualSlotProps<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2881
2934
|
[key: string]: any;
|
|
2882
2935
|
}>[];
|
|
@@ -2945,6 +2998,11 @@ declare const VDataTableVirtual: {
|
|
|
2945
2998
|
fixedFooter: BooleanConstructor;
|
|
2946
2999
|
hover: BooleanConstructor;
|
|
2947
3000
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
3001
|
+
mobile: {
|
|
3002
|
+
type: BooleanConstructor;
|
|
3003
|
+
default: null;
|
|
3004
|
+
};
|
|
3005
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
2948
3006
|
color: StringConstructor;
|
|
2949
3007
|
sticky: BooleanConstructor;
|
|
2950
3008
|
multiSort: BooleanConstructor;
|
|
@@ -3013,6 +3071,7 @@ declare const VDataTableVirtual: {
|
|
|
3013
3071
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3014
3072
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3015
3073
|
readonly filter?: FilterFunction | undefined;
|
|
3074
|
+
readonly mobile?: boolean | undefined;
|
|
3016
3075
|
readonly children?: readonly {
|
|
3017
3076
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
3018
3077
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -3033,6 +3092,7 @@ declare const VDataTableVirtual: {
|
|
|
3033
3092
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3034
3093
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3035
3094
|
readonly filter?: FilterFunction | undefined;
|
|
3095
|
+
readonly mobile?: boolean | undefined;
|
|
3036
3096
|
readonly children?: readonly any[] | undefined;
|
|
3037
3097
|
}[] | undefined;
|
|
3038
3098
|
}[]>;
|
|
@@ -3090,6 +3150,11 @@ declare const VDataTableVirtual: {
|
|
|
3090
3150
|
fixedFooter: BooleanConstructor;
|
|
3091
3151
|
hover: BooleanConstructor;
|
|
3092
3152
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
3153
|
+
mobile: {
|
|
3154
|
+
type: BooleanConstructor;
|
|
3155
|
+
default: null;
|
|
3156
|
+
};
|
|
3157
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
3093
3158
|
color: StringConstructor;
|
|
3094
3159
|
sticky: BooleanConstructor;
|
|
3095
3160
|
multiSort: BooleanConstructor;
|
|
@@ -3158,6 +3223,7 @@ declare const VDataTableVirtual: {
|
|
|
3158
3223
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3159
3224
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3160
3225
|
readonly filter?: FilterFunction | undefined;
|
|
3226
|
+
readonly mobile?: boolean | undefined;
|
|
3161
3227
|
readonly children?: readonly {
|
|
3162
3228
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
3163
3229
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -3178,6 +3244,7 @@ declare const VDataTableVirtual: {
|
|
|
3178
3244
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3179
3245
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3180
3246
|
readonly filter?: FilterFunction | undefined;
|
|
3247
|
+
readonly mobile?: boolean | undefined;
|
|
3181
3248
|
readonly children?: readonly any[] | undefined;
|
|
3182
3249
|
}[] | undefined;
|
|
3183
3250
|
}[]>;
|
|
@@ -3212,6 +3279,7 @@ declare const VDataTableServer: {
|
|
|
3212
3279
|
sortBy: readonly SortItem[];
|
|
3213
3280
|
pageText: string;
|
|
3214
3281
|
page: string | number;
|
|
3282
|
+
mobile: boolean;
|
|
3215
3283
|
sticky: boolean;
|
|
3216
3284
|
expanded: readonly string[];
|
|
3217
3285
|
density: Density;
|
|
@@ -3253,6 +3321,7 @@ declare const VDataTableServer: {
|
|
|
3253
3321
|
theme?: string | undefined;
|
|
3254
3322
|
color?: string | undefined;
|
|
3255
3323
|
loading?: string | boolean | undefined;
|
|
3324
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
3256
3325
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
3257
3326
|
headerProps?: Record<string, any> | undefined;
|
|
3258
3327
|
headers?: readonly {
|
|
@@ -3275,6 +3344,7 @@ declare const VDataTableServer: {
|
|
|
3275
3344
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3276
3345
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3277
3346
|
readonly filter?: FilterFunction | undefined;
|
|
3347
|
+
readonly mobile?: boolean | undefined;
|
|
3278
3348
|
readonly children?: readonly {
|
|
3279
3349
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
3280
3350
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -3295,6 +3365,7 @@ declare const VDataTableServer: {
|
|
|
3295
3365
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3296
3366
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3297
3367
|
readonly filter?: FilterFunction | undefined;
|
|
3368
|
+
readonly mobile?: boolean | undefined;
|
|
3298
3369
|
readonly children?: readonly any[] | undefined;
|
|
3299
3370
|
}[] | undefined;
|
|
3300
3371
|
}[] | undefined;
|
|
@@ -3322,6 +3393,7 @@ declare const VDataTableServer: {
|
|
|
3322
3393
|
sortBy: readonly SortItem[];
|
|
3323
3394
|
pageText: string;
|
|
3324
3395
|
page: string | number;
|
|
3396
|
+
mobile: boolean;
|
|
3325
3397
|
sticky: boolean;
|
|
3326
3398
|
expanded: readonly string[];
|
|
3327
3399
|
density: Density;
|
|
@@ -3363,6 +3435,7 @@ declare const VDataTableServer: {
|
|
|
3363
3435
|
theme?: string | undefined;
|
|
3364
3436
|
color?: string | undefined;
|
|
3365
3437
|
loading?: string | boolean | undefined;
|
|
3438
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
3366
3439
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
3367
3440
|
headerProps?: Record<string, any> | undefined;
|
|
3368
3441
|
headers?: readonly {
|
|
@@ -3385,6 +3458,7 @@ declare const VDataTableServer: {
|
|
|
3385
3458
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3386
3459
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3387
3460
|
readonly filter?: FilterFunction | undefined;
|
|
3461
|
+
readonly mobile?: boolean | undefined;
|
|
3388
3462
|
readonly children?: readonly {
|
|
3389
3463
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
3390
3464
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -3405,6 +3479,7 @@ declare const VDataTableServer: {
|
|
|
3405
3479
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3406
3480
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3407
3481
|
readonly filter?: FilterFunction | undefined;
|
|
3482
|
+
readonly mobile?: boolean | undefined;
|
|
3408
3483
|
readonly children?: readonly any[] | undefined;
|
|
3409
3484
|
}[] | undefined;
|
|
3410
3485
|
}[] | undefined;
|
|
@@ -3424,6 +3499,7 @@ declare const VDataTableServer: {
|
|
|
3424
3499
|
sortBy: readonly SortItem[];
|
|
3425
3500
|
pageText: string;
|
|
3426
3501
|
page: string | number;
|
|
3502
|
+
mobile: boolean;
|
|
3427
3503
|
sticky: boolean;
|
|
3428
3504
|
expanded: readonly string[];
|
|
3429
3505
|
density: Density;
|
|
@@ -3460,16 +3536,7 @@ declare const VDataTableServer: {
|
|
|
3460
3536
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3461
3537
|
[key: string]: any;
|
|
3462
3538
|
}>[];
|
|
3463
|
-
[x: `header.${string}`]: (arg: {
|
|
3464
|
-
column: InternalDataTableHeader;
|
|
3465
|
-
selectAll: (value: boolean) => void;
|
|
3466
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
3467
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
3468
|
-
sortBy: readonly SortItem[];
|
|
3469
|
-
someSelected: boolean;
|
|
3470
|
-
allSelected: boolean;
|
|
3471
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
3472
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3539
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3473
3540
|
[key: string]: any;
|
|
3474
3541
|
}>[];
|
|
3475
3542
|
'data-table-group': (arg: {
|
|
@@ -3490,6 +3557,12 @@ declare const VDataTableServer: {
|
|
|
3490
3557
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3491
3558
|
[key: string]: any;
|
|
3492
3559
|
}>[];
|
|
3560
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3561
|
+
[key: string]: any;
|
|
3562
|
+
}>[];
|
|
3563
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3564
|
+
[key: string]: any;
|
|
3565
|
+
}>[];
|
|
3493
3566
|
item: (arg: {
|
|
3494
3567
|
index: number;
|
|
3495
3568
|
item: any;
|
|
@@ -3523,30 +3596,6 @@ declare const VDataTableServer: {
|
|
|
3523
3596
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3524
3597
|
[key: string]: any;
|
|
3525
3598
|
}>[];
|
|
3526
|
-
'header.data-table-select': (arg: {
|
|
3527
|
-
column: InternalDataTableHeader;
|
|
3528
|
-
selectAll: (value: boolean) => void;
|
|
3529
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
3530
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
3531
|
-
sortBy: readonly SortItem[];
|
|
3532
|
-
someSelected: boolean;
|
|
3533
|
-
allSelected: boolean;
|
|
3534
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
3535
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3536
|
-
[key: string]: any;
|
|
3537
|
-
}>[];
|
|
3538
|
-
'header.data-table-expand': (arg: {
|
|
3539
|
-
column: InternalDataTableHeader;
|
|
3540
|
-
selectAll: (value: boolean) => void;
|
|
3541
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
3542
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
3543
|
-
sortBy: readonly SortItem[];
|
|
3544
|
-
someSelected: boolean;
|
|
3545
|
-
allSelected: boolean;
|
|
3546
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
3547
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3548
|
-
[key: string]: any;
|
|
3549
|
-
}>[];
|
|
3550
3599
|
default: (arg: VDataTableSlotProps<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3551
3600
|
[key: string]: any;
|
|
3552
3601
|
}>[];
|
|
@@ -3596,6 +3645,7 @@ declare const VDataTableServer: {
|
|
|
3596
3645
|
sortBy: readonly SortItem[];
|
|
3597
3646
|
pageText: string;
|
|
3598
3647
|
page: string | number;
|
|
3648
|
+
mobile: boolean;
|
|
3599
3649
|
sticky: boolean;
|
|
3600
3650
|
expanded: readonly string[];
|
|
3601
3651
|
density: Density;
|
|
@@ -3637,6 +3687,7 @@ declare const VDataTableServer: {
|
|
|
3637
3687
|
theme?: string | undefined;
|
|
3638
3688
|
color?: string | undefined;
|
|
3639
3689
|
loading?: string | boolean | undefined;
|
|
3690
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
3640
3691
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
3641
3692
|
headerProps?: Record<string, any> | undefined;
|
|
3642
3693
|
headers?: readonly {
|
|
@@ -3659,6 +3710,7 @@ declare const VDataTableServer: {
|
|
|
3659
3710
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3660
3711
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3661
3712
|
readonly filter?: FilterFunction | undefined;
|
|
3713
|
+
readonly mobile?: boolean | undefined;
|
|
3662
3714
|
readonly children?: readonly {
|
|
3663
3715
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
3664
3716
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -3679,6 +3731,7 @@ declare const VDataTableServer: {
|
|
|
3679
3731
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3680
3732
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3681
3733
|
readonly filter?: FilterFunction | undefined;
|
|
3734
|
+
readonly mobile?: boolean | undefined;
|
|
3682
3735
|
readonly children?: readonly any[] | undefined;
|
|
3683
3736
|
}[] | undefined;
|
|
3684
3737
|
}[] | undefined;
|
|
@@ -3698,6 +3751,7 @@ declare const VDataTableServer: {
|
|
|
3698
3751
|
sortBy: readonly SortItem[];
|
|
3699
3752
|
pageText: string;
|
|
3700
3753
|
page: string | number;
|
|
3754
|
+
mobile: boolean;
|
|
3701
3755
|
sticky: boolean;
|
|
3702
3756
|
expanded: readonly string[];
|
|
3703
3757
|
density: Density;
|
|
@@ -3743,6 +3797,7 @@ declare const VDataTableServer: {
|
|
|
3743
3797
|
sortBy: readonly SortItem[];
|
|
3744
3798
|
pageText: string;
|
|
3745
3799
|
page: string | number;
|
|
3800
|
+
mobile: boolean;
|
|
3746
3801
|
sticky: boolean;
|
|
3747
3802
|
expanded: readonly string[];
|
|
3748
3803
|
density: Density;
|
|
@@ -3784,6 +3839,7 @@ declare const VDataTableServer: {
|
|
|
3784
3839
|
theme?: string | undefined;
|
|
3785
3840
|
color?: string | undefined;
|
|
3786
3841
|
loading?: string | boolean | undefined;
|
|
3842
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
3787
3843
|
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
|
3788
3844
|
headerProps?: Record<string, any> | undefined;
|
|
3789
3845
|
headers?: readonly {
|
|
@@ -3806,6 +3862,7 @@ declare const VDataTableServer: {
|
|
|
3806
3862
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3807
3863
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3808
3864
|
readonly filter?: FilterFunction | undefined;
|
|
3865
|
+
readonly mobile?: boolean | undefined;
|
|
3809
3866
|
readonly children?: readonly {
|
|
3810
3867
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
3811
3868
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -3826,6 +3883,7 @@ declare const VDataTableServer: {
|
|
|
3826
3883
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
3827
3884
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
3828
3885
|
readonly filter?: FilterFunction | undefined;
|
|
3886
|
+
readonly mobile?: boolean | undefined;
|
|
3829
3887
|
readonly children?: readonly any[] | undefined;
|
|
3830
3888
|
}[] | undefined;
|
|
3831
3889
|
}[] | undefined;
|
|
@@ -3853,6 +3911,7 @@ declare const VDataTableServer: {
|
|
|
3853
3911
|
sortBy: readonly SortItem[];
|
|
3854
3912
|
pageText: string;
|
|
3855
3913
|
page: string | number;
|
|
3914
|
+
mobile: boolean;
|
|
3856
3915
|
sticky: boolean;
|
|
3857
3916
|
expanded: readonly string[];
|
|
3858
3917
|
density: Density;
|
|
@@ -3889,16 +3948,7 @@ declare const VDataTableServer: {
|
|
|
3889
3948
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3890
3949
|
[key: string]: any;
|
|
3891
3950
|
}>[];
|
|
3892
|
-
[x: `header.${string}`]: (arg: {
|
|
3893
|
-
column: InternalDataTableHeader;
|
|
3894
|
-
selectAll: (value: boolean) => void;
|
|
3895
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
3896
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
3897
|
-
sortBy: readonly SortItem[];
|
|
3898
|
-
someSelected: boolean;
|
|
3899
|
-
allSelected: boolean;
|
|
3900
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
3901
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3951
|
+
[x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3902
3952
|
[key: string]: any;
|
|
3903
3953
|
}>[];
|
|
3904
3954
|
'data-table-group': (arg: {
|
|
@@ -3919,6 +3969,12 @@ declare const VDataTableServer: {
|
|
|
3919
3969
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<any>, "value">) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3920
3970
|
[key: string]: any;
|
|
3921
3971
|
}>[];
|
|
3972
|
+
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3973
|
+
[key: string]: any;
|
|
3974
|
+
}>[];
|
|
3975
|
+
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3976
|
+
[key: string]: any;
|
|
3977
|
+
}>[];
|
|
3922
3978
|
item: (arg: {
|
|
3923
3979
|
index: number;
|
|
3924
3980
|
item: any;
|
|
@@ -3952,30 +4008,6 @@ declare const VDataTableServer: {
|
|
|
3952
4008
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3953
4009
|
[key: string]: any;
|
|
3954
4010
|
}>[];
|
|
3955
|
-
'header.data-table-select': (arg: {
|
|
3956
|
-
column: InternalDataTableHeader;
|
|
3957
|
-
selectAll: (value: boolean) => void;
|
|
3958
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
3959
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
3960
|
-
sortBy: readonly SortItem[];
|
|
3961
|
-
someSelected: boolean;
|
|
3962
|
-
allSelected: boolean;
|
|
3963
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
3964
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3965
|
-
[key: string]: any;
|
|
3966
|
-
}>[];
|
|
3967
|
-
'header.data-table-expand': (arg: {
|
|
3968
|
-
column: InternalDataTableHeader;
|
|
3969
|
-
selectAll: (value: boolean) => void;
|
|
3970
|
-
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
3971
|
-
toggleSort: (column: InternalDataTableHeader) => void;
|
|
3972
|
-
sortBy: readonly SortItem[];
|
|
3973
|
-
someSelected: boolean;
|
|
3974
|
-
allSelected: boolean;
|
|
3975
|
-
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
3976
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3977
|
-
[key: string]: any;
|
|
3978
|
-
}>[];
|
|
3979
4011
|
default: (arg: VDataTableSlotProps<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3980
4012
|
[key: string]: any;
|
|
3981
4013
|
}>[];
|
|
@@ -4097,6 +4129,11 @@ declare const VDataTableServer: {
|
|
|
4097
4129
|
height: (StringConstructor | NumberConstructor)[];
|
|
4098
4130
|
hover: BooleanConstructor;
|
|
4099
4131
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
4132
|
+
mobile: {
|
|
4133
|
+
type: BooleanConstructor;
|
|
4134
|
+
default: null;
|
|
4135
|
+
};
|
|
4136
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
4100
4137
|
color: StringConstructor;
|
|
4101
4138
|
sticky: BooleanConstructor;
|
|
4102
4139
|
multiSort: BooleanConstructor;
|
|
@@ -4165,6 +4202,7 @@ declare const VDataTableServer: {
|
|
|
4165
4202
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
4166
4203
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
4167
4204
|
readonly filter?: FilterFunction | undefined;
|
|
4205
|
+
readonly mobile?: boolean | undefined;
|
|
4168
4206
|
readonly children?: readonly {
|
|
4169
4207
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
4170
4208
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -4185,6 +4223,7 @@ declare const VDataTableServer: {
|
|
|
4185
4223
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
4186
4224
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
4187
4225
|
readonly filter?: FilterFunction | undefined;
|
|
4226
|
+
readonly mobile?: boolean | undefined;
|
|
4188
4227
|
readonly children?: readonly any[] | undefined;
|
|
4189
4228
|
}[] | undefined;
|
|
4190
4229
|
}[]>;
|
|
@@ -4293,6 +4332,11 @@ declare const VDataTableServer: {
|
|
|
4293
4332
|
height: (StringConstructor | NumberConstructor)[];
|
|
4294
4333
|
hover: BooleanConstructor;
|
|
4295
4334
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
4335
|
+
mobile: {
|
|
4336
|
+
type: BooleanConstructor;
|
|
4337
|
+
default: null;
|
|
4338
|
+
};
|
|
4339
|
+
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
4296
4340
|
color: StringConstructor;
|
|
4297
4341
|
sticky: BooleanConstructor;
|
|
4298
4342
|
multiSort: BooleanConstructor;
|
|
@@ -4361,6 +4405,7 @@ declare const VDataTableServer: {
|
|
|
4361
4405
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
4362
4406
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
4363
4407
|
readonly filter?: FilterFunction | undefined;
|
|
4408
|
+
readonly mobile?: boolean | undefined;
|
|
4364
4409
|
readonly children?: readonly {
|
|
4365
4410
|
readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
|
4366
4411
|
readonly value?: SelectItemKey<Record<string, any>>;
|
|
@@ -4381,6 +4426,7 @@ declare const VDataTableServer: {
|
|
|
4381
4426
|
readonly sort?: DataTableCompareFunction<any> | undefined;
|
|
4382
4427
|
readonly sortRaw?: DataTableCompareFunction<any> | undefined;
|
|
4383
4428
|
readonly filter?: FilterFunction | undefined;
|
|
4429
|
+
readonly mobile?: boolean | undefined;
|
|
4384
4430
|
readonly children?: readonly any[] | undefined;
|
|
4385
4431
|
}[] | undefined;
|
|
4386
4432
|
}[]>;
|