vuetify 3.2.2 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +538 -242
- package/dist/json/importMap.json +8 -8
- package/dist/json/tags.json +77 -2
- package/dist/json/web-types.json +1284 -558
- package/dist/vuetify-labs.css +123 -119
- package/dist/vuetify-labs.d.ts +2222 -11380
- package/dist/vuetify-labs.esm.js +2230 -2144
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +2230 -2144
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +39 -35
- package/dist/vuetify.d.ts +1225 -11178
- package/dist/vuetify.esm.js +1691 -1591
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1691 -1591
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +597 -597
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +1 -3
- package/lib/blueprints/md1.d.ts +1 -3
- package/lib/blueprints/md2.d.ts +1 -3
- package/lib/blueprints/md3.d.ts +1 -3
- package/lib/components/VAlert/VAlert.mjs +47 -46
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +2 -2
- package/lib/components/VApp/VApp.mjs +9 -8
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +21 -20
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +8 -5
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +28 -33
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
- package/lib/components/VAutocomplete/index.d.ts +67 -1174
- package/lib/components/VBadge/VBadge.mjs +33 -32
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +21 -20
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +7 -6
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +2 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +1 -0
- package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +38 -37
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +12 -11
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +4 -4
- package/lib/components/VCarousel/VCarousel.mjs +28 -27
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +170 -20
- package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +24 -12
- package/lib/components/VChip/VChip.css +8 -0
- package/lib/components/VChip/VChip.mjs +60 -57
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +10 -0
- package/lib/components/VChip/index.d.ts +8 -8
- package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +21 -20
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +4 -4
- package/lib/components/VColorPicker/util/index.mjs +2 -2
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +32 -36
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +67 -1171
- package/lib/components/VCounter/VCounter.mjs +16 -15
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.ts +25 -1774
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +18 -17
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +130 -1120
- package/lib/components/VDivider/VDivider.mjs +11 -10
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +15 -15
- package/lib/components/VField/VField.mjs +6 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -5
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +35 -34
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +3 -3
- package/lib/components/VFooter/VFooter.mjs +19 -18
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +6 -5
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +3 -3
- package/lib/components/VGrid/VCol.mjs +26 -25
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +16 -11
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +26 -25
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs +10 -9
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs +29 -28
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs +8 -7
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.mjs +6 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +15 -14
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs +21 -20
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VList/VList.mjs +33 -32
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +5 -4
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +2 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +42 -41
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +8 -7
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +8 -7
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +10 -9
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +30 -30
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs +9 -8
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +18 -17
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +40 -1030
- package/lib/components/VMessages/VMessages.mjs +18 -17
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +25 -1774
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +48 -47
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +9 -3
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +5 -3
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +82 -81
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +8 -8
- package/lib/components/VParallax/VParallax.mjs +9 -8
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +8 -8
- package/lib/components/VRadio/VRadio.mjs +8 -7
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +18 -12
- package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +16 -10
- package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +44 -43
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +8 -8
- package/lib/components/VResponsive/VResponsive.mjs +8 -7
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +20 -19
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +64 -2506
- package/lib/components/VSelectionControl/index.d.ts +42 -36
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.ts +28 -28
- package/lib/components/VSheet/VSheet.mjs +1 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +18 -13
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +26 -25
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +13 -12
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +13 -12
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +18 -12
- package/lib/components/VSystemBar/VSystemBar.mjs +13 -12
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs +12 -11
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs +15 -14
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +28 -27
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +12 -12
- package/lib/components/VTextField/index.d.ts +3 -3
- package/lib/components/VTextarea/VTextarea.mjs +26 -25
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +3 -3
- package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs +46 -41
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +21 -20
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +6 -2
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +11 -11
- package/lib/components/VTooltip/VTooltip.mjs +20 -19
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs +1 -3
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +11 -10
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +15 -14
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +9 -9
- package/lib/components/index.d.ts +1301 -11252
- package/lib/components/transitions/createTransition.mjs +16 -15
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +5 -4
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +143 -143
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/theme.mjs +3 -3
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +3 -5
- package/lib/labs/VDataTable/VDataTable.mjs +53 -59
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +16 -15
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +53 -64
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +65 -72
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +991 -206
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.ts +16 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
- package/lib/labs/components.d.ts +1011 -211
- package/lib/labs/date/date.mjs +7 -7
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.ts +1 -3
- package/package.json +2 -2
package/lib/labs/components.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType, nextTick } from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, nextTick } from 'vue';
|
|
3
3
|
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
@@ -70,6 +70,11 @@ type SortItem = {
|
|
|
70
70
|
order?: boolean | 'asc' | 'desc';
|
|
71
71
|
};
|
|
72
72
|
|
|
73
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
74
|
+
declare const IconValue: PropType<IconValue>;
|
|
75
|
+
|
|
76
|
+
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
77
|
+
|
|
73
78
|
type GroupHeaderSlot = {
|
|
74
79
|
index: number;
|
|
75
80
|
item: GroupHeaderItem;
|
|
@@ -369,12 +374,19 @@ declare const VDataTable: {
|
|
|
369
374
|
$: vue.ComponentInternalInstance;
|
|
370
375
|
$data: {};
|
|
371
376
|
$props: Partial<{
|
|
377
|
+
style: vue.StyleValue;
|
|
372
378
|
expanded: string[];
|
|
379
|
+
tag: string;
|
|
373
380
|
page: string | number;
|
|
381
|
+
sticky: boolean;
|
|
374
382
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
375
383
|
noDataText: string;
|
|
384
|
+
loadingText: string;
|
|
385
|
+
itemsPerPageText: string;
|
|
376
386
|
sortBy: SortItem[];
|
|
387
|
+
pageText: string;
|
|
377
388
|
items: any[];
|
|
389
|
+
density: Density;
|
|
378
390
|
modelValue: any[];
|
|
379
391
|
itemTitle: SelectItemKey;
|
|
380
392
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -385,22 +397,44 @@ declare const VDataTable: {
|
|
|
385
397
|
filterMode: FilterMode;
|
|
386
398
|
noFilter: boolean;
|
|
387
399
|
hover: boolean;
|
|
400
|
+
nextIcon: string;
|
|
401
|
+
prevIcon: string;
|
|
402
|
+
firstIcon: string;
|
|
403
|
+
lastIcon: string;
|
|
388
404
|
fixedHeader: boolean;
|
|
389
405
|
fixedFooter: boolean;
|
|
406
|
+
itemsPerPage: string | number;
|
|
407
|
+
firstPageLabel: string;
|
|
408
|
+
prevPageLabel: string;
|
|
409
|
+
nextPageLabel: string;
|
|
410
|
+
lastPageLabel: string;
|
|
411
|
+
itemsPerPageOptions: {
|
|
412
|
+
title: string;
|
|
413
|
+
value: number;
|
|
414
|
+
}[];
|
|
415
|
+
showCurrentPage: boolean;
|
|
390
416
|
multiSort: boolean;
|
|
391
417
|
mustSort: boolean;
|
|
392
418
|
groupBy: SortItem[];
|
|
393
419
|
showSelect: boolean;
|
|
420
|
+
sortAscIcon: IconValue;
|
|
421
|
+
sortDescIcon: IconValue;
|
|
394
422
|
expandOnClick: boolean;
|
|
395
423
|
showExpand: boolean;
|
|
396
|
-
itemsPerPage: string | number;
|
|
397
424
|
}> & Omit<{
|
|
425
|
+
style: vue.StyleValue;
|
|
398
426
|
expanded: string[];
|
|
427
|
+
tag: string;
|
|
399
428
|
page: string | number;
|
|
429
|
+
sticky: boolean;
|
|
400
430
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
401
431
|
noDataText: string;
|
|
432
|
+
loadingText: string;
|
|
433
|
+
itemsPerPageText: string;
|
|
402
434
|
sortBy: SortItem[];
|
|
435
|
+
pageText: string;
|
|
403
436
|
items: any[];
|
|
437
|
+
density: Density;
|
|
404
438
|
modelValue: any[];
|
|
405
439
|
itemTitle: SelectItemKey;
|
|
406
440
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -411,22 +445,42 @@ declare const VDataTable: {
|
|
|
411
445
|
filterMode: FilterMode;
|
|
412
446
|
noFilter: boolean;
|
|
413
447
|
hover: boolean;
|
|
448
|
+
nextIcon: string;
|
|
449
|
+
prevIcon: string;
|
|
450
|
+
firstIcon: string;
|
|
451
|
+
lastIcon: string;
|
|
414
452
|
fixedHeader: boolean;
|
|
415
453
|
fixedFooter: boolean;
|
|
454
|
+
itemsPerPage: string | number;
|
|
455
|
+
firstPageLabel: string;
|
|
456
|
+
prevPageLabel: string;
|
|
457
|
+
nextPageLabel: string;
|
|
458
|
+
lastPageLabel: string;
|
|
459
|
+
itemsPerPageOptions: {
|
|
460
|
+
title: string;
|
|
461
|
+
value: number;
|
|
462
|
+
}[];
|
|
463
|
+
showCurrentPage: boolean;
|
|
416
464
|
multiSort: boolean;
|
|
417
465
|
mustSort: boolean;
|
|
418
466
|
groupBy: SortItem[];
|
|
419
467
|
showSelect: boolean;
|
|
468
|
+
sortAscIcon: IconValue;
|
|
469
|
+
sortDescIcon: IconValue;
|
|
420
470
|
expandOnClick: boolean;
|
|
421
471
|
showExpand: boolean;
|
|
422
|
-
itemsPerPage: string | number;
|
|
423
472
|
} & {
|
|
424
473
|
search?: string | undefined;
|
|
425
474
|
height?: string | number | undefined;
|
|
426
475
|
width?: string | number | undefined;
|
|
476
|
+
color?: string | undefined;
|
|
477
|
+
loading?: string | boolean | undefined;
|
|
478
|
+
class?: any;
|
|
479
|
+
theme?: string | undefined;
|
|
427
480
|
customFilter?: FilterFunction | undefined;
|
|
428
481
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
429
482
|
filterKeys?: FilterKeys | undefined;
|
|
483
|
+
rowHeight?: number | undefined;
|
|
430
484
|
'onClick:row'?: ((e: Event, value: {
|
|
431
485
|
item: DataTableItem;
|
|
432
486
|
}) => void) | undefined;
|
|
@@ -642,13 +696,13 @@ declare const VDataTable: {
|
|
|
642
696
|
"v-slot:footer.prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
643
697
|
} & {
|
|
644
698
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
699
|
+
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
700
|
+
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
645
701
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
646
702
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
647
703
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
648
|
-
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
649
|
-
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
650
704
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
651
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "expanded" | "page" | "headers" | "noDataText" | "sortBy" | "items" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "filterMode" | "noFilter" | "hover" | "fixedHeader" | "fixedFooter" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "
|
|
705
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "expanded" | "tag" | "page" | "sticky" | "headers" | "noDataText" | "loadingText" | "itemsPerPageText" | "sortBy" | "pageText" | "items" | "density" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "filterMode" | "noFilter" | "hover" | "nextIcon" | "prevIcon" | "firstIcon" | "lastIcon" | "fixedHeader" | "fixedFooter" | "itemsPerPage" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "itemsPerPageOptions" | "showCurrentPage" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "sortAscIcon" | "sortDescIcon" | "expandOnClick" | "showExpand">;
|
|
652
706
|
$attrs: {
|
|
653
707
|
[x: string]: unknown;
|
|
654
708
|
};
|
|
@@ -663,12 +717,19 @@ declare const VDataTable: {
|
|
|
663
717
|
$emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "update:options", value: any) => void) & ((event: "update:page", value: number) => void) & ((event: "update:itemsPerPage", value: number) => void) & ((event: "update:sortBy", value: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", value: any) => void);
|
|
664
718
|
$el: any;
|
|
665
719
|
$options: vue.ComponentOptionsBase<{
|
|
720
|
+
style: vue.StyleValue;
|
|
666
721
|
expanded: string[];
|
|
722
|
+
tag: string;
|
|
667
723
|
page: string | number;
|
|
724
|
+
sticky: boolean;
|
|
668
725
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
669
726
|
noDataText: string;
|
|
727
|
+
loadingText: string;
|
|
728
|
+
itemsPerPageText: string;
|
|
670
729
|
sortBy: SortItem[];
|
|
730
|
+
pageText: string;
|
|
671
731
|
items: any[];
|
|
732
|
+
density: Density;
|
|
672
733
|
modelValue: any[];
|
|
673
734
|
itemTitle: SelectItemKey;
|
|
674
735
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -679,22 +740,42 @@ declare const VDataTable: {
|
|
|
679
740
|
filterMode: FilterMode;
|
|
680
741
|
noFilter: boolean;
|
|
681
742
|
hover: boolean;
|
|
743
|
+
nextIcon: string;
|
|
744
|
+
prevIcon: string;
|
|
745
|
+
firstIcon: string;
|
|
746
|
+
lastIcon: string;
|
|
682
747
|
fixedHeader: boolean;
|
|
683
748
|
fixedFooter: boolean;
|
|
749
|
+
itemsPerPage: string | number;
|
|
750
|
+
firstPageLabel: string;
|
|
751
|
+
prevPageLabel: string;
|
|
752
|
+
nextPageLabel: string;
|
|
753
|
+
lastPageLabel: string;
|
|
754
|
+
itemsPerPageOptions: {
|
|
755
|
+
title: string;
|
|
756
|
+
value: number;
|
|
757
|
+
}[];
|
|
758
|
+
showCurrentPage: boolean;
|
|
684
759
|
multiSort: boolean;
|
|
685
760
|
mustSort: boolean;
|
|
686
761
|
groupBy: SortItem[];
|
|
687
762
|
showSelect: boolean;
|
|
763
|
+
sortAscIcon: IconValue;
|
|
764
|
+
sortDescIcon: IconValue;
|
|
688
765
|
expandOnClick: boolean;
|
|
689
766
|
showExpand: boolean;
|
|
690
|
-
itemsPerPage: string | number;
|
|
691
767
|
} & {
|
|
692
768
|
search?: string | undefined;
|
|
693
769
|
height?: string | number | undefined;
|
|
694
770
|
width?: string | number | undefined;
|
|
771
|
+
color?: string | undefined;
|
|
772
|
+
loading?: string | boolean | undefined;
|
|
773
|
+
class?: any;
|
|
774
|
+
theme?: string | undefined;
|
|
695
775
|
customFilter?: FilterFunction | undefined;
|
|
696
776
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
697
777
|
filterKeys?: FilterKeys | undefined;
|
|
778
|
+
rowHeight?: number | undefined;
|
|
698
779
|
'onClick:row'?: ((e: Event, value: {
|
|
699
780
|
item: DataTableItem;
|
|
700
781
|
}) => void) | undefined;
|
|
@@ -910,11 +991,11 @@ declare const VDataTable: {
|
|
|
910
991
|
"v-slot:footer.prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
911
992
|
} & {
|
|
912
993
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
994
|
+
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
995
|
+
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
913
996
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
914
997
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
915
998
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
916
|
-
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
917
|
-
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
918
999
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
919
1000
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
920
1001
|
'update:modelValue': (value: any[]) => true;
|
|
@@ -925,12 +1006,19 @@ declare const VDataTable: {
|
|
|
925
1006
|
'update:groupBy': (value: any) => true;
|
|
926
1007
|
'update:expanded': (value: any) => true;
|
|
927
1008
|
}, string, {
|
|
1009
|
+
style: vue.StyleValue;
|
|
928
1010
|
expanded: string[];
|
|
1011
|
+
tag: string;
|
|
929
1012
|
page: string | number;
|
|
1013
|
+
sticky: boolean;
|
|
930
1014
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
931
1015
|
noDataText: string;
|
|
1016
|
+
loadingText: string;
|
|
1017
|
+
itemsPerPageText: string;
|
|
932
1018
|
sortBy: SortItem[];
|
|
1019
|
+
pageText: string;
|
|
933
1020
|
items: any[];
|
|
1021
|
+
density: Density;
|
|
934
1022
|
modelValue: any[];
|
|
935
1023
|
itemTitle: SelectItemKey;
|
|
936
1024
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -941,15 +1029,30 @@ declare const VDataTable: {
|
|
|
941
1029
|
filterMode: FilterMode;
|
|
942
1030
|
noFilter: boolean;
|
|
943
1031
|
hover: boolean;
|
|
1032
|
+
nextIcon: string;
|
|
1033
|
+
prevIcon: string;
|
|
1034
|
+
firstIcon: string;
|
|
1035
|
+
lastIcon: string;
|
|
944
1036
|
fixedHeader: boolean;
|
|
945
1037
|
fixedFooter: boolean;
|
|
1038
|
+
itemsPerPage: string | number;
|
|
1039
|
+
firstPageLabel: string;
|
|
1040
|
+
prevPageLabel: string;
|
|
1041
|
+
nextPageLabel: string;
|
|
1042
|
+
lastPageLabel: string;
|
|
1043
|
+
itemsPerPageOptions: {
|
|
1044
|
+
title: string;
|
|
1045
|
+
value: number;
|
|
1046
|
+
}[];
|
|
1047
|
+
showCurrentPage: boolean;
|
|
946
1048
|
multiSort: boolean;
|
|
947
1049
|
mustSort: boolean;
|
|
948
1050
|
groupBy: SortItem[];
|
|
949
1051
|
showSelect: boolean;
|
|
1052
|
+
sortAscIcon: IconValue;
|
|
1053
|
+
sortDescIcon: IconValue;
|
|
950
1054
|
expandOnClick: boolean;
|
|
951
1055
|
showExpand: boolean;
|
|
952
|
-
itemsPerPage: string | number;
|
|
953
1056
|
}, {}, string> & {
|
|
954
1057
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
955
1058
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -971,12 +1074,19 @@ declare const VDataTable: {
|
|
|
971
1074
|
$nextTick: typeof vue.nextTick;
|
|
972
1075
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
973
1076
|
} & {
|
|
1077
|
+
style: vue.StyleValue;
|
|
974
1078
|
expanded: string[];
|
|
1079
|
+
tag: string;
|
|
975
1080
|
page: string | number;
|
|
1081
|
+
sticky: boolean;
|
|
976
1082
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
977
1083
|
noDataText: string;
|
|
1084
|
+
loadingText: string;
|
|
1085
|
+
itemsPerPageText: string;
|
|
978
1086
|
sortBy: SortItem[];
|
|
1087
|
+
pageText: string;
|
|
979
1088
|
items: any[];
|
|
1089
|
+
density: Density;
|
|
980
1090
|
modelValue: any[];
|
|
981
1091
|
itemTitle: SelectItemKey;
|
|
982
1092
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -987,22 +1097,42 @@ declare const VDataTable: {
|
|
|
987
1097
|
filterMode: FilterMode;
|
|
988
1098
|
noFilter: boolean;
|
|
989
1099
|
hover: boolean;
|
|
1100
|
+
nextIcon: string;
|
|
1101
|
+
prevIcon: string;
|
|
1102
|
+
firstIcon: string;
|
|
1103
|
+
lastIcon: string;
|
|
990
1104
|
fixedHeader: boolean;
|
|
991
1105
|
fixedFooter: boolean;
|
|
1106
|
+
itemsPerPage: string | number;
|
|
1107
|
+
firstPageLabel: string;
|
|
1108
|
+
prevPageLabel: string;
|
|
1109
|
+
nextPageLabel: string;
|
|
1110
|
+
lastPageLabel: string;
|
|
1111
|
+
itemsPerPageOptions: {
|
|
1112
|
+
title: string;
|
|
1113
|
+
value: number;
|
|
1114
|
+
}[];
|
|
1115
|
+
showCurrentPage: boolean;
|
|
992
1116
|
multiSort: boolean;
|
|
993
1117
|
mustSort: boolean;
|
|
994
1118
|
groupBy: SortItem[];
|
|
995
1119
|
showSelect: boolean;
|
|
1120
|
+
sortAscIcon: IconValue;
|
|
1121
|
+
sortDescIcon: IconValue;
|
|
996
1122
|
expandOnClick: boolean;
|
|
997
1123
|
showExpand: boolean;
|
|
998
|
-
itemsPerPage: string | number;
|
|
999
1124
|
} & {
|
|
1000
1125
|
search?: string | undefined;
|
|
1001
1126
|
height?: string | number | undefined;
|
|
1002
1127
|
width?: string | number | undefined;
|
|
1128
|
+
color?: string | undefined;
|
|
1129
|
+
loading?: string | boolean | undefined;
|
|
1130
|
+
class?: any;
|
|
1131
|
+
theme?: string | undefined;
|
|
1003
1132
|
customFilter?: FilterFunction | undefined;
|
|
1004
1133
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
1005
1134
|
filterKeys?: FilterKeys | undefined;
|
|
1135
|
+
rowHeight?: number | undefined;
|
|
1006
1136
|
'onClick:row'?: ((e: Event, value: {
|
|
1007
1137
|
item: DataTableItem;
|
|
1008
1138
|
}) => void) | undefined;
|
|
@@ -1218,23 +1348,30 @@ declare const VDataTable: {
|
|
|
1218
1348
|
"v-slot:footer.prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
1219
1349
|
} & {
|
|
1220
1350
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
1351
|
+
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1352
|
+
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
1221
1353
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
1222
1354
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
1223
1355
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
1224
|
-
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1225
|
-
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
1226
1356
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
1227
1357
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
1228
1358
|
__isFragment?: undefined;
|
|
1229
1359
|
__isTeleport?: undefined;
|
|
1230
1360
|
__isSuspense?: undefined;
|
|
1231
1361
|
} & vue.ComponentOptionsBase<{
|
|
1362
|
+
style: vue.StyleValue;
|
|
1232
1363
|
expanded: string[];
|
|
1364
|
+
tag: string;
|
|
1233
1365
|
page: string | number;
|
|
1366
|
+
sticky: boolean;
|
|
1234
1367
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
1235
1368
|
noDataText: string;
|
|
1369
|
+
loadingText: string;
|
|
1370
|
+
itemsPerPageText: string;
|
|
1236
1371
|
sortBy: SortItem[];
|
|
1372
|
+
pageText: string;
|
|
1237
1373
|
items: any[];
|
|
1374
|
+
density: Density;
|
|
1238
1375
|
modelValue: any[];
|
|
1239
1376
|
itemTitle: SelectItemKey;
|
|
1240
1377
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -1245,22 +1382,42 @@ declare const VDataTable: {
|
|
|
1245
1382
|
filterMode: FilterMode;
|
|
1246
1383
|
noFilter: boolean;
|
|
1247
1384
|
hover: boolean;
|
|
1385
|
+
nextIcon: string;
|
|
1386
|
+
prevIcon: string;
|
|
1387
|
+
firstIcon: string;
|
|
1388
|
+
lastIcon: string;
|
|
1248
1389
|
fixedHeader: boolean;
|
|
1249
1390
|
fixedFooter: boolean;
|
|
1391
|
+
itemsPerPage: string | number;
|
|
1392
|
+
firstPageLabel: string;
|
|
1393
|
+
prevPageLabel: string;
|
|
1394
|
+
nextPageLabel: string;
|
|
1395
|
+
lastPageLabel: string;
|
|
1396
|
+
itemsPerPageOptions: {
|
|
1397
|
+
title: string;
|
|
1398
|
+
value: number;
|
|
1399
|
+
}[];
|
|
1400
|
+
showCurrentPage: boolean;
|
|
1250
1401
|
multiSort: boolean;
|
|
1251
1402
|
mustSort: boolean;
|
|
1252
1403
|
groupBy: SortItem[];
|
|
1253
1404
|
showSelect: boolean;
|
|
1405
|
+
sortAscIcon: IconValue;
|
|
1406
|
+
sortDescIcon: IconValue;
|
|
1254
1407
|
expandOnClick: boolean;
|
|
1255
1408
|
showExpand: boolean;
|
|
1256
|
-
itemsPerPage: string | number;
|
|
1257
1409
|
} & {
|
|
1258
1410
|
search?: string | undefined;
|
|
1259
1411
|
height?: string | number | undefined;
|
|
1260
1412
|
width?: string | number | undefined;
|
|
1413
|
+
color?: string | undefined;
|
|
1414
|
+
loading?: string | boolean | undefined;
|
|
1415
|
+
class?: any;
|
|
1416
|
+
theme?: string | undefined;
|
|
1261
1417
|
customFilter?: FilterFunction | undefined;
|
|
1262
1418
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
1263
1419
|
filterKeys?: FilterKeys | undefined;
|
|
1420
|
+
rowHeight?: number | undefined;
|
|
1264
1421
|
'onClick:row'?: ((e: Event, value: {
|
|
1265
1422
|
item: DataTableItem;
|
|
1266
1423
|
}) => void) | undefined;
|
|
@@ -1476,11 +1633,11 @@ declare const VDataTable: {
|
|
|
1476
1633
|
"v-slot:footer.prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
1477
1634
|
} & {
|
|
1478
1635
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
1636
|
+
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1637
|
+
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
1479
1638
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
1480
1639
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
1481
1640
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
1482
|
-
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1483
|
-
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
1484
1641
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
1485
1642
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1486
1643
|
'update:modelValue': (value: any[]) => true;
|
|
@@ -1491,12 +1648,19 @@ declare const VDataTable: {
|
|
|
1491
1648
|
'update:groupBy': (value: any) => true;
|
|
1492
1649
|
'update:expanded': (value: any) => true;
|
|
1493
1650
|
}, string, {
|
|
1651
|
+
style: vue.StyleValue;
|
|
1494
1652
|
expanded: string[];
|
|
1653
|
+
tag: string;
|
|
1495
1654
|
page: string | number;
|
|
1655
|
+
sticky: boolean;
|
|
1496
1656
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
1497
1657
|
noDataText: string;
|
|
1658
|
+
loadingText: string;
|
|
1659
|
+
itemsPerPageText: string;
|
|
1498
1660
|
sortBy: SortItem[];
|
|
1661
|
+
pageText: string;
|
|
1499
1662
|
items: any[];
|
|
1663
|
+
density: Density;
|
|
1500
1664
|
modelValue: any[];
|
|
1501
1665
|
itemTitle: SelectItemKey;
|
|
1502
1666
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -1507,175 +1671,354 @@ declare const VDataTable: {
|
|
|
1507
1671
|
filterMode: FilterMode;
|
|
1508
1672
|
noFilter: boolean;
|
|
1509
1673
|
hover: boolean;
|
|
1674
|
+
nextIcon: string;
|
|
1675
|
+
prevIcon: string;
|
|
1676
|
+
firstIcon: string;
|
|
1677
|
+
lastIcon: string;
|
|
1510
1678
|
fixedHeader: boolean;
|
|
1511
1679
|
fixedFooter: boolean;
|
|
1680
|
+
itemsPerPage: string | number;
|
|
1681
|
+
firstPageLabel: string;
|
|
1682
|
+
prevPageLabel: string;
|
|
1683
|
+
nextPageLabel: string;
|
|
1684
|
+
lastPageLabel: string;
|
|
1685
|
+
itemsPerPageOptions: {
|
|
1686
|
+
title: string;
|
|
1687
|
+
value: number;
|
|
1688
|
+
}[];
|
|
1689
|
+
showCurrentPage: boolean;
|
|
1512
1690
|
multiSort: boolean;
|
|
1513
1691
|
mustSort: boolean;
|
|
1514
1692
|
groupBy: SortItem[];
|
|
1515
1693
|
showSelect: boolean;
|
|
1694
|
+
sortAscIcon: IconValue;
|
|
1695
|
+
sortDescIcon: IconValue;
|
|
1516
1696
|
expandOnClick: boolean;
|
|
1517
1697
|
showExpand: boolean;
|
|
1518
|
-
itemsPerPage: string | number;
|
|
1519
1698
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
filterKeys: PropType<FilterKeys>;
|
|
1523
|
-
filterMode: {
|
|
1524
|
-
type: PropType<FilterMode>;
|
|
1699
|
+
prevIcon: {
|
|
1700
|
+
type: StringConstructor;
|
|
1525
1701
|
default: string;
|
|
1526
1702
|
};
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
default: number;
|
|
1531
|
-
};
|
|
1532
|
-
itemsPerPage: {
|
|
1533
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1534
|
-
default: number;
|
|
1535
|
-
};
|
|
1536
|
-
sortBy: {
|
|
1537
|
-
type: PropType<SortItem[]>;
|
|
1538
|
-
default: () => never[];
|
|
1539
|
-
};
|
|
1540
|
-
multiSort: BooleanConstructor;
|
|
1541
|
-
mustSort: BooleanConstructor;
|
|
1542
|
-
showSelect: BooleanConstructor;
|
|
1543
|
-
modelValue: {
|
|
1544
|
-
type: PropType<any[]>;
|
|
1545
|
-
default: () => never[];
|
|
1546
|
-
};
|
|
1547
|
-
groupBy: {
|
|
1548
|
-
type: PropType<SortItem[]>;
|
|
1549
|
-
default: () => never[];
|
|
1703
|
+
nextIcon: {
|
|
1704
|
+
type: StringConstructor;
|
|
1705
|
+
default: string;
|
|
1550
1706
|
};
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
type: PropType<string[]>;
|
|
1555
|
-
default: () => never[];
|
|
1707
|
+
firstIcon: {
|
|
1708
|
+
type: StringConstructor;
|
|
1709
|
+
default: string;
|
|
1556
1710
|
};
|
|
1557
|
-
|
|
1558
|
-
hover: BooleanConstructor;
|
|
1559
|
-
noDataText: {
|
|
1711
|
+
lastIcon: {
|
|
1560
1712
|
type: StringConstructor;
|
|
1561
1713
|
default: string;
|
|
1562
1714
|
};
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
fixedFooter: BooleanConstructor;
|
|
1567
|
-
'onClick:row': PropType<(e: Event, value: {
|
|
1568
|
-
item: DataTableItem;
|
|
1569
|
-
}) => void>;
|
|
1570
|
-
search: StringConstructor;
|
|
1571
|
-
headers: {
|
|
1572
|
-
type: PropType<DataTableHeader[] | DataTableHeader[][]>;
|
|
1573
|
-
default: () => never[];
|
|
1715
|
+
itemsPerPageText: {
|
|
1716
|
+
type: StringConstructor;
|
|
1717
|
+
default: string;
|
|
1574
1718
|
};
|
|
1575
|
-
|
|
1576
|
-
type:
|
|
1577
|
-
default:
|
|
1719
|
+
pageText: {
|
|
1720
|
+
type: StringConstructor;
|
|
1721
|
+
default: string;
|
|
1578
1722
|
};
|
|
1579
|
-
|
|
1580
|
-
type:
|
|
1723
|
+
firstPageLabel: {
|
|
1724
|
+
type: StringConstructor;
|
|
1581
1725
|
default: string;
|
|
1582
1726
|
};
|
|
1583
|
-
|
|
1584
|
-
type:
|
|
1727
|
+
prevPageLabel: {
|
|
1728
|
+
type: StringConstructor;
|
|
1585
1729
|
default: string;
|
|
1586
|
-
}, "type" | "default"> & {
|
|
1587
|
-
type: PropType<NonNullable<SelectItemKey>>;
|
|
1588
|
-
default: NonNullable<SelectItemKey>;
|
|
1589
1730
|
};
|
|
1590
|
-
|
|
1591
|
-
type:
|
|
1731
|
+
nextPageLabel: {
|
|
1732
|
+
type: StringConstructor;
|
|
1592
1733
|
default: string;
|
|
1593
1734
|
};
|
|
1594
|
-
|
|
1595
|
-
type:
|
|
1735
|
+
lastPageLabel: {
|
|
1736
|
+
type: StringConstructor;
|
|
1596
1737
|
default: string;
|
|
1597
1738
|
};
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1739
|
+
itemsPerPageOptions: {
|
|
1740
|
+
type: vue.PropType<{
|
|
1741
|
+
title: string;
|
|
1742
|
+
value: number;
|
|
1743
|
+
}[]>;
|
|
1744
|
+
default: () => {
|
|
1745
|
+
value: number;
|
|
1746
|
+
title: string;
|
|
1747
|
+
}[];
|
|
1748
|
+
};
|
|
1749
|
+
showCurrentPage: BooleanConstructor;
|
|
1750
|
+
customFilter: vue.PropType<FilterFunction>;
|
|
1751
|
+
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
1752
|
+
filterKeys: vue.PropType<FilterKeys>;
|
|
1603
1753
|
filterMode: {
|
|
1604
|
-
type: PropType<FilterMode>;
|
|
1754
|
+
type: vue.PropType<FilterMode>;
|
|
1605
1755
|
default: string;
|
|
1606
1756
|
};
|
|
1607
1757
|
noFilter: BooleanConstructor;
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1758
|
+
theme: StringConstructor;
|
|
1759
|
+
tag: {
|
|
1760
|
+
type: StringConstructor;
|
|
1761
|
+
default: string;
|
|
1611
1762
|
};
|
|
1612
|
-
|
|
1613
|
-
type:
|
|
1614
|
-
default:
|
|
1763
|
+
density: {
|
|
1764
|
+
type: vue.PropType<Density>;
|
|
1765
|
+
default: string;
|
|
1766
|
+
validator: (v: any) => boolean;
|
|
1767
|
+
};
|
|
1768
|
+
class: vue.PropType<any>;
|
|
1769
|
+
style: {
|
|
1770
|
+
type: vue.PropType<vue.StyleValue>;
|
|
1771
|
+
default: null;
|
|
1772
|
+
};
|
|
1773
|
+
fixedHeader: BooleanConstructor;
|
|
1774
|
+
fixedFooter: BooleanConstructor;
|
|
1775
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
1776
|
+
hover: BooleanConstructor;
|
|
1777
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
1778
|
+
color: StringConstructor;
|
|
1779
|
+
sticky: BooleanConstructor;
|
|
1780
|
+
multiSort: BooleanConstructor;
|
|
1781
|
+
sortAscIcon: {
|
|
1782
|
+
type: vue.PropType<IconValue>;
|
|
1783
|
+
default: string;
|
|
1784
|
+
};
|
|
1785
|
+
sortDescIcon: {
|
|
1786
|
+
type: vue.PropType<IconValue>;
|
|
1787
|
+
default: string;
|
|
1615
1788
|
};
|
|
1616
1789
|
sortBy: {
|
|
1617
|
-
type: PropType<SortItem[]>;
|
|
1790
|
+
type: vue.PropType<SortItem[]>;
|
|
1618
1791
|
default: () => never[];
|
|
1619
1792
|
};
|
|
1620
|
-
multiSort: BooleanConstructor;
|
|
1621
1793
|
mustSort: BooleanConstructor;
|
|
1622
1794
|
showSelect: BooleanConstructor;
|
|
1623
1795
|
modelValue: {
|
|
1624
|
-
type: PropType<any[]>;
|
|
1796
|
+
type: vue.PropType<any[]>;
|
|
1797
|
+
default: () => never[];
|
|
1798
|
+
};
|
|
1799
|
+
items: {
|
|
1800
|
+
type: vue.PropType<any[]>;
|
|
1801
|
+
default: () => never[];
|
|
1802
|
+
};
|
|
1803
|
+
itemTitle: {
|
|
1804
|
+
type: vue.PropType<SelectItemKey>;
|
|
1805
|
+
default: string;
|
|
1806
|
+
};
|
|
1807
|
+
itemValue: Omit<{
|
|
1808
|
+
type: vue.PropType<SelectItemKey>;
|
|
1809
|
+
default: string;
|
|
1810
|
+
}, "type" | "default"> & {
|
|
1811
|
+
type: vue.PropType<NonNullable<SelectItemKey>>;
|
|
1812
|
+
default: NonNullable<SelectItemKey>;
|
|
1813
|
+
};
|
|
1814
|
+
itemChildren: {
|
|
1815
|
+
type: vue.PropType<SelectItemKey>;
|
|
1816
|
+
default: string;
|
|
1817
|
+
};
|
|
1818
|
+
itemProps: {
|
|
1819
|
+
type: vue.PropType<SelectItemKey>;
|
|
1820
|
+
default: string;
|
|
1821
|
+
};
|
|
1822
|
+
returnObject: BooleanConstructor;
|
|
1823
|
+
headers: {
|
|
1824
|
+
type: vue.PropType<DataTableHeader[] | DataTableHeader[][]>;
|
|
1625
1825
|
default: () => never[];
|
|
1626
1826
|
};
|
|
1627
1827
|
groupBy: {
|
|
1628
|
-
type: PropType<SortItem[]>;
|
|
1828
|
+
type: vue.PropType<SortItem[]>;
|
|
1629
1829
|
default: () => never[];
|
|
1630
1830
|
};
|
|
1631
1831
|
expandOnClick: BooleanConstructor;
|
|
1632
1832
|
showExpand: BooleanConstructor;
|
|
1633
1833
|
expanded: {
|
|
1634
|
-
type: PropType<string[]>;
|
|
1834
|
+
type: vue.PropType<string[]>;
|
|
1635
1835
|
default: () => never[];
|
|
1636
1836
|
};
|
|
1837
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
1838
|
+
search: StringConstructor;
|
|
1839
|
+
loadingText: {
|
|
1840
|
+
type: StringConstructor;
|
|
1841
|
+
default: string;
|
|
1842
|
+
};
|
|
1637
1843
|
hideNoData: BooleanConstructor;
|
|
1638
|
-
hover: BooleanConstructor;
|
|
1639
1844
|
noDataText: {
|
|
1640
1845
|
type: StringConstructor;
|
|
1641
1846
|
default: string;
|
|
1642
1847
|
};
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
fixedHeader: BooleanConstructor;
|
|
1646
|
-
fixedFooter: BooleanConstructor;
|
|
1647
|
-
'onClick:row': PropType<(e: Event, value: {
|
|
1848
|
+
rowHeight: NumberConstructor;
|
|
1849
|
+
'onClick:row': vue.PropType<(e: Event, value: {
|
|
1648
1850
|
item: DataTableItem;
|
|
1649
1851
|
}) => void>;
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1852
|
+
page: {
|
|
1853
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1854
|
+
default: number;
|
|
1855
|
+
};
|
|
1856
|
+
itemsPerPage: {
|
|
1857
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1858
|
+
default: number;
|
|
1859
|
+
};
|
|
1860
|
+
}, vue.ExtractPropTypes<{
|
|
1861
|
+
prevIcon: {
|
|
1862
|
+
type: StringConstructor;
|
|
1863
|
+
default: string;
|
|
1864
|
+
};
|
|
1865
|
+
nextIcon: {
|
|
1866
|
+
type: StringConstructor;
|
|
1867
|
+
default: string;
|
|
1868
|
+
};
|
|
1869
|
+
firstIcon: {
|
|
1870
|
+
type: StringConstructor;
|
|
1871
|
+
default: string;
|
|
1872
|
+
};
|
|
1873
|
+
lastIcon: {
|
|
1874
|
+
type: StringConstructor;
|
|
1875
|
+
default: string;
|
|
1876
|
+
};
|
|
1877
|
+
itemsPerPageText: {
|
|
1878
|
+
type: StringConstructor;
|
|
1879
|
+
default: string;
|
|
1880
|
+
};
|
|
1881
|
+
pageText: {
|
|
1882
|
+
type: StringConstructor;
|
|
1883
|
+
default: string;
|
|
1884
|
+
};
|
|
1885
|
+
firstPageLabel: {
|
|
1886
|
+
type: StringConstructor;
|
|
1887
|
+
default: string;
|
|
1888
|
+
};
|
|
1889
|
+
prevPageLabel: {
|
|
1890
|
+
type: StringConstructor;
|
|
1891
|
+
default: string;
|
|
1892
|
+
};
|
|
1893
|
+
nextPageLabel: {
|
|
1894
|
+
type: StringConstructor;
|
|
1895
|
+
default: string;
|
|
1896
|
+
};
|
|
1897
|
+
lastPageLabel: {
|
|
1898
|
+
type: StringConstructor;
|
|
1899
|
+
default: string;
|
|
1900
|
+
};
|
|
1901
|
+
itemsPerPageOptions: {
|
|
1902
|
+
type: vue.PropType<{
|
|
1903
|
+
title: string;
|
|
1904
|
+
value: number;
|
|
1905
|
+
}[]>;
|
|
1906
|
+
default: () => {
|
|
1907
|
+
value: number;
|
|
1908
|
+
title: string;
|
|
1909
|
+
}[];
|
|
1910
|
+
};
|
|
1911
|
+
showCurrentPage: BooleanConstructor;
|
|
1912
|
+
customFilter: vue.PropType<FilterFunction>;
|
|
1913
|
+
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
1914
|
+
filterKeys: vue.PropType<FilterKeys>;
|
|
1915
|
+
filterMode: {
|
|
1916
|
+
type: vue.PropType<FilterMode>;
|
|
1917
|
+
default: string;
|
|
1918
|
+
};
|
|
1919
|
+
noFilter: BooleanConstructor;
|
|
1920
|
+
theme: StringConstructor;
|
|
1921
|
+
tag: {
|
|
1922
|
+
type: StringConstructor;
|
|
1923
|
+
default: string;
|
|
1924
|
+
};
|
|
1925
|
+
density: {
|
|
1926
|
+
type: vue.PropType<Density>;
|
|
1927
|
+
default: string;
|
|
1928
|
+
validator: (v: any) => boolean;
|
|
1929
|
+
};
|
|
1930
|
+
class: vue.PropType<any>;
|
|
1931
|
+
style: {
|
|
1932
|
+
type: vue.PropType<vue.StyleValue>;
|
|
1933
|
+
default: null;
|
|
1934
|
+
};
|
|
1935
|
+
fixedHeader: BooleanConstructor;
|
|
1936
|
+
fixedFooter: BooleanConstructor;
|
|
1937
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
1938
|
+
hover: BooleanConstructor;
|
|
1939
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
1940
|
+
color: StringConstructor;
|
|
1941
|
+
sticky: BooleanConstructor;
|
|
1942
|
+
multiSort: BooleanConstructor;
|
|
1943
|
+
sortAscIcon: {
|
|
1944
|
+
type: vue.PropType<IconValue>;
|
|
1945
|
+
default: string;
|
|
1946
|
+
};
|
|
1947
|
+
sortDescIcon: {
|
|
1948
|
+
type: vue.PropType<IconValue>;
|
|
1949
|
+
default: string;
|
|
1950
|
+
};
|
|
1951
|
+
sortBy: {
|
|
1952
|
+
type: vue.PropType<SortItem[]>;
|
|
1953
|
+
default: () => never[];
|
|
1954
|
+
};
|
|
1955
|
+
mustSort: BooleanConstructor;
|
|
1956
|
+
showSelect: BooleanConstructor;
|
|
1957
|
+
modelValue: {
|
|
1958
|
+
type: vue.PropType<any[]>;
|
|
1653
1959
|
default: () => never[];
|
|
1654
1960
|
};
|
|
1655
1961
|
items: {
|
|
1656
|
-
type: PropType<any[]>;
|
|
1962
|
+
type: vue.PropType<any[]>;
|
|
1657
1963
|
default: () => never[];
|
|
1658
1964
|
};
|
|
1659
1965
|
itemTitle: {
|
|
1660
|
-
type: PropType<SelectItemKey>;
|
|
1966
|
+
type: vue.PropType<SelectItemKey>;
|
|
1661
1967
|
default: string;
|
|
1662
1968
|
};
|
|
1663
1969
|
itemValue: Omit<{
|
|
1664
|
-
type: PropType<SelectItemKey>;
|
|
1970
|
+
type: vue.PropType<SelectItemKey>;
|
|
1665
1971
|
default: string;
|
|
1666
1972
|
}, "type" | "default"> & {
|
|
1667
|
-
type: PropType<NonNullable<SelectItemKey>>;
|
|
1973
|
+
type: vue.PropType<NonNullable<SelectItemKey>>;
|
|
1668
1974
|
default: NonNullable<SelectItemKey>;
|
|
1669
1975
|
};
|
|
1670
1976
|
itemChildren: {
|
|
1671
|
-
type: PropType<SelectItemKey>;
|
|
1977
|
+
type: vue.PropType<SelectItemKey>;
|
|
1672
1978
|
default: string;
|
|
1673
1979
|
};
|
|
1674
1980
|
itemProps: {
|
|
1675
|
-
type: PropType<SelectItemKey>;
|
|
1981
|
+
type: vue.PropType<SelectItemKey>;
|
|
1676
1982
|
default: string;
|
|
1677
1983
|
};
|
|
1678
1984
|
returnObject: BooleanConstructor;
|
|
1985
|
+
headers: {
|
|
1986
|
+
type: vue.PropType<DataTableHeader[] | DataTableHeader[][]>;
|
|
1987
|
+
default: () => never[];
|
|
1988
|
+
};
|
|
1989
|
+
groupBy: {
|
|
1990
|
+
type: vue.PropType<SortItem[]>;
|
|
1991
|
+
default: () => never[];
|
|
1992
|
+
};
|
|
1993
|
+
expandOnClick: BooleanConstructor;
|
|
1994
|
+
showExpand: BooleanConstructor;
|
|
1995
|
+
expanded: {
|
|
1996
|
+
type: vue.PropType<string[]>;
|
|
1997
|
+
default: () => never[];
|
|
1998
|
+
};
|
|
1999
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
2000
|
+
search: StringConstructor;
|
|
2001
|
+
loadingText: {
|
|
2002
|
+
type: StringConstructor;
|
|
2003
|
+
default: string;
|
|
2004
|
+
};
|
|
2005
|
+
hideNoData: BooleanConstructor;
|
|
2006
|
+
noDataText: {
|
|
2007
|
+
type: StringConstructor;
|
|
2008
|
+
default: string;
|
|
2009
|
+
};
|
|
2010
|
+
rowHeight: NumberConstructor;
|
|
2011
|
+
'onClick:row': vue.PropType<(e: Event, value: {
|
|
2012
|
+
item: DataTableItem;
|
|
2013
|
+
}) => void>;
|
|
2014
|
+
page: {
|
|
2015
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2016
|
+
default: number;
|
|
2017
|
+
};
|
|
2018
|
+
itemsPerPage: {
|
|
2019
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2020
|
+
default: number;
|
|
2021
|
+
};
|
|
1679
2022
|
}>>;
|
|
1680
2023
|
type VDataTable = InstanceType<typeof VDataTable>;
|
|
1681
2024
|
|
|
@@ -1753,11 +2096,16 @@ declare const VDataTableVirtual: {
|
|
|
1753
2096
|
$: vue.ComponentInternalInstance;
|
|
1754
2097
|
$data: {};
|
|
1755
2098
|
$props: Partial<{
|
|
2099
|
+
style: vue.StyleValue;
|
|
1756
2100
|
expanded: string[];
|
|
2101
|
+
tag: string;
|
|
2102
|
+
sticky: boolean;
|
|
1757
2103
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
1758
2104
|
noDataText: string;
|
|
2105
|
+
loadingText: string;
|
|
1759
2106
|
sortBy: SortItem[];
|
|
1760
2107
|
items: any[];
|
|
2108
|
+
density: Density;
|
|
1761
2109
|
modelValue: any[];
|
|
1762
2110
|
itemTitle: SelectItemKey;
|
|
1763
2111
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -1775,15 +2123,22 @@ declare const VDataTableVirtual: {
|
|
|
1775
2123
|
mustSort: boolean;
|
|
1776
2124
|
groupBy: SortItem[];
|
|
1777
2125
|
showSelect: boolean;
|
|
2126
|
+
sortAscIcon: IconValue;
|
|
2127
|
+
sortDescIcon: IconValue;
|
|
1778
2128
|
expandOnClick: boolean;
|
|
1779
2129
|
showExpand: boolean;
|
|
1780
2130
|
visibleItems: string | number;
|
|
1781
2131
|
}> & Omit<{
|
|
2132
|
+
style: vue.StyleValue;
|
|
1782
2133
|
expanded: string[];
|
|
2134
|
+
tag: string;
|
|
2135
|
+
sticky: boolean;
|
|
1783
2136
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
1784
2137
|
noDataText: string;
|
|
2138
|
+
loadingText: string;
|
|
1785
2139
|
sortBy: SortItem[];
|
|
1786
2140
|
items: any[];
|
|
2141
|
+
density: Density;
|
|
1787
2142
|
modelValue: any[];
|
|
1788
2143
|
itemTitle: SelectItemKey;
|
|
1789
2144
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -1801,6 +2156,8 @@ declare const VDataTableVirtual: {
|
|
|
1801
2156
|
mustSort: boolean;
|
|
1802
2157
|
groupBy: SortItem[];
|
|
1803
2158
|
showSelect: boolean;
|
|
2159
|
+
sortAscIcon: IconValue;
|
|
2160
|
+
sortDescIcon: IconValue;
|
|
1804
2161
|
expandOnClick: boolean;
|
|
1805
2162
|
showExpand: boolean;
|
|
1806
2163
|
visibleItems: string | number;
|
|
@@ -1808,9 +2165,14 @@ declare const VDataTableVirtual: {
|
|
|
1808
2165
|
search?: string | undefined;
|
|
1809
2166
|
height?: string | number | undefined;
|
|
1810
2167
|
width?: string | number | undefined;
|
|
2168
|
+
color?: string | undefined;
|
|
2169
|
+
loading?: string | boolean | undefined;
|
|
2170
|
+
class?: any;
|
|
2171
|
+
theme?: string | undefined;
|
|
1811
2172
|
customFilter?: FilterFunction | undefined;
|
|
1812
2173
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
1813
2174
|
filterKeys?: FilterKeys | undefined;
|
|
2175
|
+
rowHeight?: number | undefined;
|
|
1814
2176
|
'onClick:row'?: ((e: Event, value: {
|
|
1815
2177
|
item: DataTableItem;
|
|
1816
2178
|
}) => void) | undefined;
|
|
@@ -2015,7 +2377,7 @@ declare const VDataTableVirtual: {
|
|
|
2015
2377
|
item: DataTableItem;
|
|
2016
2378
|
}) => any) | undefined;
|
|
2017
2379
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
2018
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "expanded" | "headers" | "noDataText" | "sortBy" | "items" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "filterMode" | "noFilter" | "hover" | "fixedHeader" | "fixedFooter" | "itemHeight" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "expandOnClick" | "showExpand" | "visibleItems">;
|
|
2380
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "expanded" | "tag" | "sticky" | "headers" | "noDataText" | "loadingText" | "sortBy" | "items" | "density" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "filterMode" | "noFilter" | "hover" | "fixedHeader" | "fixedFooter" | "itemHeight" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "sortAscIcon" | "sortDescIcon" | "expandOnClick" | "showExpand" | "visibleItems">;
|
|
2019
2381
|
$attrs: {
|
|
2020
2382
|
[x: string]: unknown;
|
|
2021
2383
|
};
|
|
@@ -2032,11 +2394,16 @@ declare const VDataTableVirtual: {
|
|
|
2032
2394
|
}) => void);
|
|
2033
2395
|
$el: any;
|
|
2034
2396
|
$options: vue.ComponentOptionsBase<{
|
|
2397
|
+
style: vue.StyleValue;
|
|
2035
2398
|
expanded: string[];
|
|
2399
|
+
tag: string;
|
|
2400
|
+
sticky: boolean;
|
|
2036
2401
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
2037
2402
|
noDataText: string;
|
|
2403
|
+
loadingText: string;
|
|
2038
2404
|
sortBy: SortItem[];
|
|
2039
2405
|
items: any[];
|
|
2406
|
+
density: Density;
|
|
2040
2407
|
modelValue: any[];
|
|
2041
2408
|
itemTitle: SelectItemKey;
|
|
2042
2409
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -2054,6 +2421,8 @@ declare const VDataTableVirtual: {
|
|
|
2054
2421
|
mustSort: boolean;
|
|
2055
2422
|
groupBy: SortItem[];
|
|
2056
2423
|
showSelect: boolean;
|
|
2424
|
+
sortAscIcon: IconValue;
|
|
2425
|
+
sortDescIcon: IconValue;
|
|
2057
2426
|
expandOnClick: boolean;
|
|
2058
2427
|
showExpand: boolean;
|
|
2059
2428
|
visibleItems: string | number;
|
|
@@ -2061,9 +2430,14 @@ declare const VDataTableVirtual: {
|
|
|
2061
2430
|
search?: string | undefined;
|
|
2062
2431
|
height?: string | number | undefined;
|
|
2063
2432
|
width?: string | number | undefined;
|
|
2433
|
+
color?: string | undefined;
|
|
2434
|
+
loading?: string | boolean | undefined;
|
|
2435
|
+
class?: any;
|
|
2436
|
+
theme?: string | undefined;
|
|
2064
2437
|
customFilter?: FilterFunction | undefined;
|
|
2065
2438
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
2066
2439
|
filterKeys?: FilterKeys | undefined;
|
|
2440
|
+
rowHeight?: number | undefined;
|
|
2067
2441
|
'onClick:row'?: ((e: Event, value: {
|
|
2068
2442
|
item: DataTableItem;
|
|
2069
2443
|
}) => void) | undefined;
|
|
@@ -2278,11 +2652,16 @@ declare const VDataTableVirtual: {
|
|
|
2278
2652
|
item: DataTableItem;
|
|
2279
2653
|
}) => true;
|
|
2280
2654
|
}, string, {
|
|
2655
|
+
style: vue.StyleValue;
|
|
2281
2656
|
expanded: string[];
|
|
2657
|
+
tag: string;
|
|
2658
|
+
sticky: boolean;
|
|
2282
2659
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
2283
2660
|
noDataText: string;
|
|
2661
|
+
loadingText: string;
|
|
2284
2662
|
sortBy: SortItem[];
|
|
2285
2663
|
items: any[];
|
|
2664
|
+
density: Density;
|
|
2286
2665
|
modelValue: any[];
|
|
2287
2666
|
itemTitle: SelectItemKey;
|
|
2288
2667
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -2300,6 +2679,8 @@ declare const VDataTableVirtual: {
|
|
|
2300
2679
|
mustSort: boolean;
|
|
2301
2680
|
groupBy: SortItem[];
|
|
2302
2681
|
showSelect: boolean;
|
|
2682
|
+
sortAscIcon: IconValue;
|
|
2683
|
+
sortDescIcon: IconValue;
|
|
2303
2684
|
expandOnClick: boolean;
|
|
2304
2685
|
showExpand: boolean;
|
|
2305
2686
|
visibleItems: string | number;
|
|
@@ -2324,11 +2705,16 @@ declare const VDataTableVirtual: {
|
|
|
2324
2705
|
$nextTick: typeof vue.nextTick;
|
|
2325
2706
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
2326
2707
|
} & {
|
|
2708
|
+
style: vue.StyleValue;
|
|
2327
2709
|
expanded: string[];
|
|
2710
|
+
tag: string;
|
|
2711
|
+
sticky: boolean;
|
|
2328
2712
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
2329
2713
|
noDataText: string;
|
|
2714
|
+
loadingText: string;
|
|
2330
2715
|
sortBy: SortItem[];
|
|
2331
2716
|
items: any[];
|
|
2717
|
+
density: Density;
|
|
2332
2718
|
modelValue: any[];
|
|
2333
2719
|
itemTitle: SelectItemKey;
|
|
2334
2720
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -2346,6 +2732,8 @@ declare const VDataTableVirtual: {
|
|
|
2346
2732
|
mustSort: boolean;
|
|
2347
2733
|
groupBy: SortItem[];
|
|
2348
2734
|
showSelect: boolean;
|
|
2735
|
+
sortAscIcon: IconValue;
|
|
2736
|
+
sortDescIcon: IconValue;
|
|
2349
2737
|
expandOnClick: boolean;
|
|
2350
2738
|
showExpand: boolean;
|
|
2351
2739
|
visibleItems: string | number;
|
|
@@ -2353,9 +2741,14 @@ declare const VDataTableVirtual: {
|
|
|
2353
2741
|
search?: string | undefined;
|
|
2354
2742
|
height?: string | number | undefined;
|
|
2355
2743
|
width?: string | number | undefined;
|
|
2744
|
+
color?: string | undefined;
|
|
2745
|
+
loading?: string | boolean | undefined;
|
|
2746
|
+
class?: any;
|
|
2747
|
+
theme?: string | undefined;
|
|
2356
2748
|
customFilter?: FilterFunction | undefined;
|
|
2357
2749
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
2358
2750
|
filterKeys?: FilterKeys | undefined;
|
|
2751
|
+
rowHeight?: number | undefined;
|
|
2359
2752
|
'onClick:row'?: ((e: Event, value: {
|
|
2360
2753
|
item: DataTableItem;
|
|
2361
2754
|
}) => void) | undefined;
|
|
@@ -2565,11 +2958,16 @@ declare const VDataTableVirtual: {
|
|
|
2565
2958
|
__isTeleport?: undefined;
|
|
2566
2959
|
__isSuspense?: undefined;
|
|
2567
2960
|
} & vue.ComponentOptionsBase<{
|
|
2961
|
+
style: vue.StyleValue;
|
|
2568
2962
|
expanded: string[];
|
|
2963
|
+
tag: string;
|
|
2964
|
+
sticky: boolean;
|
|
2569
2965
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
2570
2966
|
noDataText: string;
|
|
2967
|
+
loadingText: string;
|
|
2571
2968
|
sortBy: SortItem[];
|
|
2572
2969
|
items: any[];
|
|
2970
|
+
density: Density;
|
|
2573
2971
|
modelValue: any[];
|
|
2574
2972
|
itemTitle: SelectItemKey;
|
|
2575
2973
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -2587,6 +2985,8 @@ declare const VDataTableVirtual: {
|
|
|
2587
2985
|
mustSort: boolean;
|
|
2588
2986
|
groupBy: SortItem[];
|
|
2589
2987
|
showSelect: boolean;
|
|
2988
|
+
sortAscIcon: IconValue;
|
|
2989
|
+
sortDescIcon: IconValue;
|
|
2590
2990
|
expandOnClick: boolean;
|
|
2591
2991
|
showExpand: boolean;
|
|
2592
2992
|
visibleItems: string | number;
|
|
@@ -2594,9 +2994,14 @@ declare const VDataTableVirtual: {
|
|
|
2594
2994
|
search?: string | undefined;
|
|
2595
2995
|
height?: string | number | undefined;
|
|
2596
2996
|
width?: string | number | undefined;
|
|
2997
|
+
color?: string | undefined;
|
|
2998
|
+
loading?: string | boolean | undefined;
|
|
2999
|
+
class?: any;
|
|
3000
|
+
theme?: string | undefined;
|
|
2597
3001
|
customFilter?: FilterFunction | undefined;
|
|
2598
3002
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
2599
3003
|
filterKeys?: FilterKeys | undefined;
|
|
3004
|
+
rowHeight?: number | undefined;
|
|
2600
3005
|
'onClick:row'?: ((e: Event, value: {
|
|
2601
3006
|
item: DataTableItem;
|
|
2602
3007
|
}) => void) | undefined;
|
|
@@ -2811,11 +3216,16 @@ declare const VDataTableVirtual: {
|
|
|
2811
3216
|
item: DataTableItem;
|
|
2812
3217
|
}) => true;
|
|
2813
3218
|
}, string, {
|
|
3219
|
+
style: vue.StyleValue;
|
|
2814
3220
|
expanded: string[];
|
|
3221
|
+
tag: string;
|
|
3222
|
+
sticky: boolean;
|
|
2815
3223
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
2816
3224
|
noDataText: string;
|
|
3225
|
+
loadingText: string;
|
|
2817
3226
|
sortBy: SortItem[];
|
|
2818
3227
|
items: any[];
|
|
3228
|
+
density: Density;
|
|
2819
3229
|
modelValue: any[];
|
|
2820
3230
|
itemTitle: SelectItemKey;
|
|
2821
3231
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -2833,6 +3243,8 @@ declare const VDataTableVirtual: {
|
|
|
2833
3243
|
mustSort: boolean;
|
|
2834
3244
|
groupBy: SortItem[];
|
|
2835
3245
|
showSelect: boolean;
|
|
3246
|
+
sortAscIcon: IconValue;
|
|
3247
|
+
sortDescIcon: IconValue;
|
|
2836
3248
|
expandOnClick: boolean;
|
|
2837
3249
|
showExpand: boolean;
|
|
2838
3250
|
visibleItems: string | number;
|
|
@@ -2853,11 +3265,41 @@ declare const VDataTableVirtual: {
|
|
|
2853
3265
|
type: (StringConstructor | NumberConstructor)[];
|
|
2854
3266
|
default: number;
|
|
2855
3267
|
};
|
|
3268
|
+
theme: StringConstructor;
|
|
3269
|
+
tag: {
|
|
3270
|
+
type: StringConstructor;
|
|
3271
|
+
default: string;
|
|
3272
|
+
};
|
|
3273
|
+
density: {
|
|
3274
|
+
type: vue.PropType<Density>;
|
|
3275
|
+
default: string;
|
|
3276
|
+
validator: (v: any) => boolean;
|
|
3277
|
+
};
|
|
3278
|
+
class: vue.PropType<any>;
|
|
3279
|
+
style: {
|
|
3280
|
+
type: vue.PropType<vue.StyleValue>;
|
|
3281
|
+
default: null;
|
|
3282
|
+
};
|
|
3283
|
+
fixedHeader: BooleanConstructor;
|
|
3284
|
+
fixedFooter: BooleanConstructor;
|
|
3285
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3286
|
+
hover: BooleanConstructor;
|
|
3287
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
3288
|
+
color: StringConstructor;
|
|
3289
|
+
sticky: BooleanConstructor;
|
|
3290
|
+
multiSort: BooleanConstructor;
|
|
3291
|
+
sortAscIcon: {
|
|
3292
|
+
type: vue.PropType<IconValue>;
|
|
3293
|
+
default: string;
|
|
3294
|
+
};
|
|
3295
|
+
sortDescIcon: {
|
|
3296
|
+
type: vue.PropType<IconValue>;
|
|
3297
|
+
default: string;
|
|
3298
|
+
};
|
|
2856
3299
|
sortBy: {
|
|
2857
3300
|
type: vue.PropType<SortItem[]>;
|
|
2858
3301
|
default: () => never[];
|
|
2859
3302
|
};
|
|
2860
|
-
multiSort: BooleanConstructor;
|
|
2861
3303
|
mustSort: BooleanConstructor;
|
|
2862
3304
|
showSelect: BooleanConstructor;
|
|
2863
3305
|
modelValue: {
|
|
@@ -2892,30 +3334,31 @@ declare const VDataTableVirtual: {
|
|
|
2892
3334
|
type: vue.PropType<DataTableHeader[] | DataTableHeader[][]>;
|
|
2893
3335
|
default: () => never[];
|
|
2894
3336
|
};
|
|
3337
|
+
groupBy: {
|
|
3338
|
+
type: vue.PropType<SortItem[]>;
|
|
3339
|
+
default: () => never[];
|
|
3340
|
+
};
|
|
2895
3341
|
expandOnClick: BooleanConstructor;
|
|
2896
3342
|
showExpand: BooleanConstructor;
|
|
2897
3343
|
expanded: {
|
|
2898
3344
|
type: vue.PropType<string[]>;
|
|
2899
3345
|
default: () => never[];
|
|
2900
3346
|
};
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
3347
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3348
|
+
search: StringConstructor;
|
|
3349
|
+
loadingText: {
|
|
3350
|
+
type: StringConstructor;
|
|
3351
|
+
default: string;
|
|
2904
3352
|
};
|
|
2905
3353
|
hideNoData: BooleanConstructor;
|
|
2906
|
-
hover: BooleanConstructor;
|
|
2907
3354
|
noDataText: {
|
|
2908
3355
|
type: StringConstructor;
|
|
2909
3356
|
default: string;
|
|
2910
3357
|
};
|
|
2911
|
-
|
|
2912
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
2913
|
-
fixedHeader: BooleanConstructor;
|
|
2914
|
-
fixedFooter: BooleanConstructor;
|
|
3358
|
+
rowHeight: NumberConstructor;
|
|
2915
3359
|
'onClick:row': vue.PropType<(e: Event, value: {
|
|
2916
3360
|
item: DataTableItem;
|
|
2917
3361
|
}) => void>;
|
|
2918
|
-
search: StringConstructor;
|
|
2919
3362
|
}, vue.ExtractPropTypes<{
|
|
2920
3363
|
customFilter: vue.PropType<FilterFunction>;
|
|
2921
3364
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
@@ -2933,11 +3376,41 @@ declare const VDataTableVirtual: {
|
|
|
2933
3376
|
type: (StringConstructor | NumberConstructor)[];
|
|
2934
3377
|
default: number;
|
|
2935
3378
|
};
|
|
3379
|
+
theme: StringConstructor;
|
|
3380
|
+
tag: {
|
|
3381
|
+
type: StringConstructor;
|
|
3382
|
+
default: string;
|
|
3383
|
+
};
|
|
3384
|
+
density: {
|
|
3385
|
+
type: vue.PropType<Density>;
|
|
3386
|
+
default: string;
|
|
3387
|
+
validator: (v: any) => boolean;
|
|
3388
|
+
};
|
|
3389
|
+
class: vue.PropType<any>;
|
|
3390
|
+
style: {
|
|
3391
|
+
type: vue.PropType<vue.StyleValue>;
|
|
3392
|
+
default: null;
|
|
3393
|
+
};
|
|
3394
|
+
fixedHeader: BooleanConstructor;
|
|
3395
|
+
fixedFooter: BooleanConstructor;
|
|
3396
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3397
|
+
hover: BooleanConstructor;
|
|
3398
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
3399
|
+
color: StringConstructor;
|
|
3400
|
+
sticky: BooleanConstructor;
|
|
3401
|
+
multiSort: BooleanConstructor;
|
|
3402
|
+
sortAscIcon: {
|
|
3403
|
+
type: vue.PropType<IconValue>;
|
|
3404
|
+
default: string;
|
|
3405
|
+
};
|
|
3406
|
+
sortDescIcon: {
|
|
3407
|
+
type: vue.PropType<IconValue>;
|
|
3408
|
+
default: string;
|
|
3409
|
+
};
|
|
2936
3410
|
sortBy: {
|
|
2937
3411
|
type: vue.PropType<SortItem[]>;
|
|
2938
3412
|
default: () => never[];
|
|
2939
3413
|
};
|
|
2940
|
-
multiSort: BooleanConstructor;
|
|
2941
3414
|
mustSort: BooleanConstructor;
|
|
2942
3415
|
showSelect: BooleanConstructor;
|
|
2943
3416
|
modelValue: {
|
|
@@ -2972,30 +3445,31 @@ declare const VDataTableVirtual: {
|
|
|
2972
3445
|
type: vue.PropType<DataTableHeader[] | DataTableHeader[][]>;
|
|
2973
3446
|
default: () => never[];
|
|
2974
3447
|
};
|
|
3448
|
+
groupBy: {
|
|
3449
|
+
type: vue.PropType<SortItem[]>;
|
|
3450
|
+
default: () => never[];
|
|
3451
|
+
};
|
|
2975
3452
|
expandOnClick: BooleanConstructor;
|
|
2976
3453
|
showExpand: BooleanConstructor;
|
|
2977
3454
|
expanded: {
|
|
2978
3455
|
type: vue.PropType<string[]>;
|
|
2979
3456
|
default: () => never[];
|
|
2980
3457
|
};
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
3458
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3459
|
+
search: StringConstructor;
|
|
3460
|
+
loadingText: {
|
|
3461
|
+
type: StringConstructor;
|
|
3462
|
+
default: string;
|
|
2984
3463
|
};
|
|
2985
3464
|
hideNoData: BooleanConstructor;
|
|
2986
|
-
hover: BooleanConstructor;
|
|
2987
3465
|
noDataText: {
|
|
2988
3466
|
type: StringConstructor;
|
|
2989
3467
|
default: string;
|
|
2990
3468
|
};
|
|
2991
|
-
|
|
2992
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
2993
|
-
fixedHeader: BooleanConstructor;
|
|
2994
|
-
fixedFooter: BooleanConstructor;
|
|
3469
|
+
rowHeight: NumberConstructor;
|
|
2995
3470
|
'onClick:row': vue.PropType<(e: Event, value: {
|
|
2996
3471
|
item: DataTableItem;
|
|
2997
3472
|
}) => void>;
|
|
2998
|
-
search: StringConstructor;
|
|
2999
3473
|
}>>;
|
|
3000
3474
|
type VDataTableVirtual = InstanceType<typeof VDataTableVirtual>;
|
|
3001
3475
|
|
|
@@ -3004,13 +3478,19 @@ declare const VDataTableServer: {
|
|
|
3004
3478
|
$: vue.ComponentInternalInstance;
|
|
3005
3479
|
$data: {};
|
|
3006
3480
|
$props: Partial<{
|
|
3481
|
+
style: vue.StyleValue;
|
|
3007
3482
|
expanded: string[];
|
|
3483
|
+
tag: string;
|
|
3008
3484
|
page: string | number;
|
|
3485
|
+
sticky: boolean;
|
|
3009
3486
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
3010
3487
|
noDataText: string;
|
|
3011
3488
|
loadingText: string;
|
|
3489
|
+
itemsPerPageText: string;
|
|
3012
3490
|
sortBy: SortItem[];
|
|
3491
|
+
pageText: string;
|
|
3013
3492
|
items: any[];
|
|
3493
|
+
density: Density;
|
|
3014
3494
|
modelValue: any[];
|
|
3015
3495
|
itemTitle: SelectItemKey;
|
|
3016
3496
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -3019,23 +3499,44 @@ declare const VDataTableServer: {
|
|
|
3019
3499
|
returnObject: boolean;
|
|
3020
3500
|
hideNoData: boolean;
|
|
3021
3501
|
hover: boolean;
|
|
3502
|
+
nextIcon: string;
|
|
3503
|
+
prevIcon: string;
|
|
3504
|
+
firstIcon: string;
|
|
3505
|
+
lastIcon: string;
|
|
3022
3506
|
fixedHeader: boolean;
|
|
3023
3507
|
fixedFooter: boolean;
|
|
3508
|
+
itemsPerPage: string | number;
|
|
3509
|
+
firstPageLabel: string;
|
|
3510
|
+
prevPageLabel: string;
|
|
3511
|
+
nextPageLabel: string;
|
|
3512
|
+
lastPageLabel: string;
|
|
3513
|
+
itemsPerPageOptions: {
|
|
3514
|
+
title: string;
|
|
3515
|
+
value: number;
|
|
3516
|
+
}[];
|
|
3517
|
+
showCurrentPage: boolean;
|
|
3024
3518
|
multiSort: boolean;
|
|
3025
3519
|
mustSort: boolean;
|
|
3026
3520
|
groupBy: SortItem[];
|
|
3027
3521
|
showSelect: boolean;
|
|
3522
|
+
sortAscIcon: IconValue;
|
|
3523
|
+
sortDescIcon: IconValue;
|
|
3028
3524
|
expandOnClick: boolean;
|
|
3029
3525
|
showExpand: boolean;
|
|
3030
|
-
itemsPerPage: string | number;
|
|
3031
3526
|
}> & Omit<{
|
|
3527
|
+
style: vue.StyleValue;
|
|
3032
3528
|
expanded: string[];
|
|
3529
|
+
tag: string;
|
|
3033
3530
|
page: string | number;
|
|
3531
|
+
sticky: boolean;
|
|
3034
3532
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
3035
3533
|
noDataText: string;
|
|
3036
3534
|
loadingText: string;
|
|
3535
|
+
itemsPerPageText: string;
|
|
3037
3536
|
sortBy: SortItem[];
|
|
3537
|
+
pageText: string;
|
|
3038
3538
|
items: any[];
|
|
3539
|
+
density: Density;
|
|
3039
3540
|
modelValue: any[];
|
|
3040
3541
|
itemTitle: SelectItemKey;
|
|
3041
3542
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -3044,22 +3545,40 @@ declare const VDataTableServer: {
|
|
|
3044
3545
|
returnObject: boolean;
|
|
3045
3546
|
hideNoData: boolean;
|
|
3046
3547
|
hover: boolean;
|
|
3548
|
+
nextIcon: string;
|
|
3549
|
+
prevIcon: string;
|
|
3550
|
+
firstIcon: string;
|
|
3551
|
+
lastIcon: string;
|
|
3047
3552
|
fixedHeader: boolean;
|
|
3048
3553
|
fixedFooter: boolean;
|
|
3554
|
+
itemsPerPage: string | number;
|
|
3555
|
+
itemsLength: string | number;
|
|
3556
|
+
firstPageLabel: string;
|
|
3557
|
+
prevPageLabel: string;
|
|
3558
|
+
nextPageLabel: string;
|
|
3559
|
+
lastPageLabel: string;
|
|
3560
|
+
itemsPerPageOptions: {
|
|
3561
|
+
title: string;
|
|
3562
|
+
value: number;
|
|
3563
|
+
}[];
|
|
3564
|
+
showCurrentPage: boolean;
|
|
3049
3565
|
multiSort: boolean;
|
|
3050
3566
|
mustSort: boolean;
|
|
3051
3567
|
groupBy: SortItem[];
|
|
3052
3568
|
showSelect: boolean;
|
|
3569
|
+
sortAscIcon: IconValue;
|
|
3570
|
+
sortDescIcon: IconValue;
|
|
3053
3571
|
expandOnClick: boolean;
|
|
3054
3572
|
showExpand: boolean;
|
|
3055
|
-
itemsPerPage: string | number;
|
|
3056
|
-
itemsLength: string | number;
|
|
3057
3573
|
} & {
|
|
3058
3574
|
search?: string | undefined;
|
|
3059
3575
|
height?: string | number | undefined;
|
|
3060
3576
|
width?: string | number | undefined;
|
|
3061
3577
|
color?: string | undefined;
|
|
3062
3578
|
loading?: string | boolean | undefined;
|
|
3579
|
+
class?: any;
|
|
3580
|
+
theme?: string | undefined;
|
|
3581
|
+
rowHeight?: number | undefined;
|
|
3063
3582
|
'onClick:row'?: ((e: Event, value: {
|
|
3064
3583
|
item: DataTableItem;
|
|
3065
3584
|
}) => void) | undefined;
|
|
@@ -3275,16 +3794,16 @@ declare const VDataTableServer: {
|
|
|
3275
3794
|
"v-slot:footer.prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
3276
3795
|
} & {
|
|
3277
3796
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
3797
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
3798
|
+
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
3278
3799
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
3279
3800
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
3280
3801
|
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
3281
3802
|
"onClick:row"?: ((e: Event, value: {
|
|
3282
3803
|
item: DataTableItem;
|
|
3283
3804
|
}) => any) | undefined;
|
|
3284
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
3285
|
-
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
3286
3805
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
3287
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "expanded" | "page" | "headers" | "noDataText" | "loadingText" | "sortBy" | "items" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "hover" | "fixedHeader" | "fixedFooter" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "
|
|
3806
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "expanded" | "tag" | "page" | "sticky" | "headers" | "noDataText" | "loadingText" | "itemsPerPageText" | "sortBy" | "pageText" | "items" | "density" | "modelValue" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "hideNoData" | "hover" | "nextIcon" | "prevIcon" | "firstIcon" | "lastIcon" | "fixedHeader" | "fixedFooter" | "itemsPerPage" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "itemsPerPageOptions" | "showCurrentPage" | "multiSort" | "mustSort" | "groupBy" | "showSelect" | "sortAscIcon" | "sortDescIcon" | "expandOnClick" | "showExpand">;
|
|
3288
3807
|
$attrs: {
|
|
3289
3808
|
[x: string]: unknown;
|
|
3290
3809
|
};
|
|
@@ -3301,13 +3820,19 @@ declare const VDataTableServer: {
|
|
|
3301
3820
|
}) => void);
|
|
3302
3821
|
$el: any;
|
|
3303
3822
|
$options: vue.ComponentOptionsBase<{
|
|
3823
|
+
style: vue.StyleValue;
|
|
3304
3824
|
expanded: string[];
|
|
3825
|
+
tag: string;
|
|
3305
3826
|
page: string | number;
|
|
3827
|
+
sticky: boolean;
|
|
3306
3828
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
3307
3829
|
noDataText: string;
|
|
3308
3830
|
loadingText: string;
|
|
3831
|
+
itemsPerPageText: string;
|
|
3309
3832
|
sortBy: SortItem[];
|
|
3833
|
+
pageText: string;
|
|
3310
3834
|
items: any[];
|
|
3835
|
+
density: Density;
|
|
3311
3836
|
modelValue: any[];
|
|
3312
3837
|
itemTitle: SelectItemKey;
|
|
3313
3838
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -3316,22 +3841,40 @@ declare const VDataTableServer: {
|
|
|
3316
3841
|
returnObject: boolean;
|
|
3317
3842
|
hideNoData: boolean;
|
|
3318
3843
|
hover: boolean;
|
|
3844
|
+
nextIcon: string;
|
|
3845
|
+
prevIcon: string;
|
|
3846
|
+
firstIcon: string;
|
|
3847
|
+
lastIcon: string;
|
|
3319
3848
|
fixedHeader: boolean;
|
|
3320
3849
|
fixedFooter: boolean;
|
|
3850
|
+
itemsPerPage: string | number;
|
|
3851
|
+
itemsLength: string | number;
|
|
3852
|
+
firstPageLabel: string;
|
|
3853
|
+
prevPageLabel: string;
|
|
3854
|
+
nextPageLabel: string;
|
|
3855
|
+
lastPageLabel: string;
|
|
3856
|
+
itemsPerPageOptions: {
|
|
3857
|
+
title: string;
|
|
3858
|
+
value: number;
|
|
3859
|
+
}[];
|
|
3860
|
+
showCurrentPage: boolean;
|
|
3321
3861
|
multiSort: boolean;
|
|
3322
3862
|
mustSort: boolean;
|
|
3323
3863
|
groupBy: SortItem[];
|
|
3324
3864
|
showSelect: boolean;
|
|
3865
|
+
sortAscIcon: IconValue;
|
|
3866
|
+
sortDescIcon: IconValue;
|
|
3325
3867
|
expandOnClick: boolean;
|
|
3326
3868
|
showExpand: boolean;
|
|
3327
|
-
itemsPerPage: string | number;
|
|
3328
|
-
itemsLength: string | number;
|
|
3329
3869
|
} & {
|
|
3330
3870
|
search?: string | undefined;
|
|
3331
3871
|
height?: string | number | undefined;
|
|
3332
3872
|
width?: string | number | undefined;
|
|
3333
3873
|
color?: string | undefined;
|
|
3334
3874
|
loading?: string | boolean | undefined;
|
|
3875
|
+
class?: any;
|
|
3876
|
+
theme?: string | undefined;
|
|
3877
|
+
rowHeight?: number | undefined;
|
|
3335
3878
|
'onClick:row'?: ((e: Event, value: {
|
|
3336
3879
|
item: DataTableItem;
|
|
3337
3880
|
}) => void) | undefined;
|
|
@@ -3547,14 +4090,14 @@ declare const VDataTableServer: {
|
|
|
3547
4090
|
"v-slot:footer.prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
3548
4091
|
} & {
|
|
3549
4092
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
4093
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
4094
|
+
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
3550
4095
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
3551
4096
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
3552
4097
|
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
3553
4098
|
"onClick:row"?: ((e: Event, value: {
|
|
3554
4099
|
item: DataTableItem;
|
|
3555
4100
|
}) => any) | undefined;
|
|
3556
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
3557
|
-
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
3558
4101
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
3559
4102
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3560
4103
|
'update:modelValue': (value: any[]) => true;
|
|
@@ -3568,13 +4111,19 @@ declare const VDataTableServer: {
|
|
|
3568
4111
|
item: DataTableItem;
|
|
3569
4112
|
}) => true;
|
|
3570
4113
|
}, string, {
|
|
4114
|
+
style: vue.StyleValue;
|
|
3571
4115
|
expanded: string[];
|
|
4116
|
+
tag: string;
|
|
3572
4117
|
page: string | number;
|
|
4118
|
+
sticky: boolean;
|
|
3573
4119
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
3574
4120
|
noDataText: string;
|
|
3575
4121
|
loadingText: string;
|
|
4122
|
+
itemsPerPageText: string;
|
|
3576
4123
|
sortBy: SortItem[];
|
|
4124
|
+
pageText: string;
|
|
3577
4125
|
items: any[];
|
|
4126
|
+
density: Density;
|
|
3578
4127
|
modelValue: any[];
|
|
3579
4128
|
itemTitle: SelectItemKey;
|
|
3580
4129
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -3583,15 +4132,30 @@ declare const VDataTableServer: {
|
|
|
3583
4132
|
returnObject: boolean;
|
|
3584
4133
|
hideNoData: boolean;
|
|
3585
4134
|
hover: boolean;
|
|
4135
|
+
nextIcon: string;
|
|
4136
|
+
prevIcon: string;
|
|
4137
|
+
firstIcon: string;
|
|
4138
|
+
lastIcon: string;
|
|
3586
4139
|
fixedHeader: boolean;
|
|
3587
4140
|
fixedFooter: boolean;
|
|
4141
|
+
itemsPerPage: string | number;
|
|
4142
|
+
firstPageLabel: string;
|
|
4143
|
+
prevPageLabel: string;
|
|
4144
|
+
nextPageLabel: string;
|
|
4145
|
+
lastPageLabel: string;
|
|
4146
|
+
itemsPerPageOptions: {
|
|
4147
|
+
title: string;
|
|
4148
|
+
value: number;
|
|
4149
|
+
}[];
|
|
4150
|
+
showCurrentPage: boolean;
|
|
3588
4151
|
multiSort: boolean;
|
|
3589
4152
|
mustSort: boolean;
|
|
3590
4153
|
groupBy: SortItem[];
|
|
3591
4154
|
showSelect: boolean;
|
|
4155
|
+
sortAscIcon: IconValue;
|
|
4156
|
+
sortDescIcon: IconValue;
|
|
3592
4157
|
expandOnClick: boolean;
|
|
3593
4158
|
showExpand: boolean;
|
|
3594
|
-
itemsPerPage: string | number;
|
|
3595
4159
|
}, {}, string> & {
|
|
3596
4160
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
3597
4161
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -3613,13 +4177,19 @@ declare const VDataTableServer: {
|
|
|
3613
4177
|
$nextTick: typeof vue.nextTick;
|
|
3614
4178
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
3615
4179
|
} & {
|
|
4180
|
+
style: vue.StyleValue;
|
|
3616
4181
|
expanded: string[];
|
|
4182
|
+
tag: string;
|
|
3617
4183
|
page: string | number;
|
|
4184
|
+
sticky: boolean;
|
|
3618
4185
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
3619
4186
|
noDataText: string;
|
|
3620
4187
|
loadingText: string;
|
|
4188
|
+
itemsPerPageText: string;
|
|
3621
4189
|
sortBy: SortItem[];
|
|
4190
|
+
pageText: string;
|
|
3622
4191
|
items: any[];
|
|
4192
|
+
density: Density;
|
|
3623
4193
|
modelValue: any[];
|
|
3624
4194
|
itemTitle: SelectItemKey;
|
|
3625
4195
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -3628,22 +4198,40 @@ declare const VDataTableServer: {
|
|
|
3628
4198
|
returnObject: boolean;
|
|
3629
4199
|
hideNoData: boolean;
|
|
3630
4200
|
hover: boolean;
|
|
4201
|
+
nextIcon: string;
|
|
4202
|
+
prevIcon: string;
|
|
4203
|
+
firstIcon: string;
|
|
4204
|
+
lastIcon: string;
|
|
3631
4205
|
fixedHeader: boolean;
|
|
3632
4206
|
fixedFooter: boolean;
|
|
4207
|
+
itemsPerPage: string | number;
|
|
4208
|
+
itemsLength: string | number;
|
|
4209
|
+
firstPageLabel: string;
|
|
4210
|
+
prevPageLabel: string;
|
|
4211
|
+
nextPageLabel: string;
|
|
4212
|
+
lastPageLabel: string;
|
|
4213
|
+
itemsPerPageOptions: {
|
|
4214
|
+
title: string;
|
|
4215
|
+
value: number;
|
|
4216
|
+
}[];
|
|
4217
|
+
showCurrentPage: boolean;
|
|
3633
4218
|
multiSort: boolean;
|
|
3634
4219
|
mustSort: boolean;
|
|
3635
4220
|
groupBy: SortItem[];
|
|
3636
4221
|
showSelect: boolean;
|
|
4222
|
+
sortAscIcon: IconValue;
|
|
4223
|
+
sortDescIcon: IconValue;
|
|
3637
4224
|
expandOnClick: boolean;
|
|
3638
4225
|
showExpand: boolean;
|
|
3639
|
-
itemsPerPage: string | number;
|
|
3640
|
-
itemsLength: string | number;
|
|
3641
4226
|
} & {
|
|
3642
4227
|
search?: string | undefined;
|
|
3643
4228
|
height?: string | number | undefined;
|
|
3644
4229
|
width?: string | number | undefined;
|
|
3645
4230
|
color?: string | undefined;
|
|
3646
4231
|
loading?: string | boolean | undefined;
|
|
4232
|
+
class?: any;
|
|
4233
|
+
theme?: string | undefined;
|
|
4234
|
+
rowHeight?: number | undefined;
|
|
3647
4235
|
'onClick:row'?: ((e: Event, value: {
|
|
3648
4236
|
item: DataTableItem;
|
|
3649
4237
|
}) => void) | undefined;
|
|
@@ -3859,27 +4447,33 @@ declare const VDataTableServer: {
|
|
|
3859
4447
|
"v-slot:footer.prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
3860
4448
|
} & {
|
|
3861
4449
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
4450
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
4451
|
+
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
3862
4452
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
3863
4453
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
3864
4454
|
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
3865
4455
|
"onClick:row"?: ((e: Event, value: {
|
|
3866
4456
|
item: DataTableItem;
|
|
3867
4457
|
}) => any) | undefined;
|
|
3868
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
3869
|
-
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
3870
4458
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
3871
4459
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
3872
4460
|
__isFragment?: undefined;
|
|
3873
4461
|
__isTeleport?: undefined;
|
|
3874
4462
|
__isSuspense?: undefined;
|
|
3875
4463
|
} & vue.ComponentOptionsBase<{
|
|
4464
|
+
style: vue.StyleValue;
|
|
3876
4465
|
expanded: string[];
|
|
4466
|
+
tag: string;
|
|
3877
4467
|
page: string | number;
|
|
4468
|
+
sticky: boolean;
|
|
3878
4469
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
3879
4470
|
noDataText: string;
|
|
3880
4471
|
loadingText: string;
|
|
4472
|
+
itemsPerPageText: string;
|
|
3881
4473
|
sortBy: SortItem[];
|
|
4474
|
+
pageText: string;
|
|
3882
4475
|
items: any[];
|
|
4476
|
+
density: Density;
|
|
3883
4477
|
modelValue: any[];
|
|
3884
4478
|
itemTitle: SelectItemKey;
|
|
3885
4479
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -3888,22 +4482,40 @@ declare const VDataTableServer: {
|
|
|
3888
4482
|
returnObject: boolean;
|
|
3889
4483
|
hideNoData: boolean;
|
|
3890
4484
|
hover: boolean;
|
|
4485
|
+
nextIcon: string;
|
|
4486
|
+
prevIcon: string;
|
|
4487
|
+
firstIcon: string;
|
|
4488
|
+
lastIcon: string;
|
|
3891
4489
|
fixedHeader: boolean;
|
|
3892
4490
|
fixedFooter: boolean;
|
|
4491
|
+
itemsPerPage: string | number;
|
|
4492
|
+
itemsLength: string | number;
|
|
4493
|
+
firstPageLabel: string;
|
|
4494
|
+
prevPageLabel: string;
|
|
4495
|
+
nextPageLabel: string;
|
|
4496
|
+
lastPageLabel: string;
|
|
4497
|
+
itemsPerPageOptions: {
|
|
4498
|
+
title: string;
|
|
4499
|
+
value: number;
|
|
4500
|
+
}[];
|
|
4501
|
+
showCurrentPage: boolean;
|
|
3893
4502
|
multiSort: boolean;
|
|
3894
4503
|
mustSort: boolean;
|
|
3895
4504
|
groupBy: SortItem[];
|
|
3896
4505
|
showSelect: boolean;
|
|
4506
|
+
sortAscIcon: IconValue;
|
|
4507
|
+
sortDescIcon: IconValue;
|
|
3897
4508
|
expandOnClick: boolean;
|
|
3898
4509
|
showExpand: boolean;
|
|
3899
|
-
itemsPerPage: string | number;
|
|
3900
|
-
itemsLength: string | number;
|
|
3901
4510
|
} & {
|
|
3902
4511
|
search?: string | undefined;
|
|
3903
4512
|
height?: string | number | undefined;
|
|
3904
4513
|
width?: string | number | undefined;
|
|
3905
4514
|
color?: string | undefined;
|
|
3906
4515
|
loading?: string | boolean | undefined;
|
|
4516
|
+
class?: any;
|
|
4517
|
+
theme?: string | undefined;
|
|
4518
|
+
rowHeight?: number | undefined;
|
|
3907
4519
|
'onClick:row'?: ((e: Event, value: {
|
|
3908
4520
|
item: DataTableItem;
|
|
3909
4521
|
}) => void) | undefined;
|
|
@@ -4119,14 +4731,14 @@ declare const VDataTableServer: {
|
|
|
4119
4731
|
"v-slot:footer.prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
4120
4732
|
} & {
|
|
4121
4733
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
4734
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
4735
|
+
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
4122
4736
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
4123
4737
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
4124
4738
|
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
4125
4739
|
"onClick:row"?: ((e: Event, value: {
|
|
4126
4740
|
item: DataTableItem;
|
|
4127
4741
|
}) => any) | undefined;
|
|
4128
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
4129
|
-
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
4130
4742
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
4131
4743
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4132
4744
|
'update:modelValue': (value: any[]) => true;
|
|
@@ -4140,13 +4752,19 @@ declare const VDataTableServer: {
|
|
|
4140
4752
|
item: DataTableItem;
|
|
4141
4753
|
}) => true;
|
|
4142
4754
|
}, string, {
|
|
4755
|
+
style: vue.StyleValue;
|
|
4143
4756
|
expanded: string[];
|
|
4757
|
+
tag: string;
|
|
4144
4758
|
page: string | number;
|
|
4759
|
+
sticky: boolean;
|
|
4145
4760
|
headers: DataTableHeader[] | DataTableHeader[][];
|
|
4146
4761
|
noDataText: string;
|
|
4147
4762
|
loadingText: string;
|
|
4763
|
+
itemsPerPageText: string;
|
|
4148
4764
|
sortBy: SortItem[];
|
|
4765
|
+
pageText: string;
|
|
4149
4766
|
items: any[];
|
|
4767
|
+
density: Density;
|
|
4150
4768
|
modelValue: any[];
|
|
4151
4769
|
itemTitle: SelectItemKey;
|
|
4152
4770
|
itemValue: NonNullable<SelectItemKey>;
|
|
@@ -4155,33 +4773,117 @@ declare const VDataTableServer: {
|
|
|
4155
4773
|
returnObject: boolean;
|
|
4156
4774
|
hideNoData: boolean;
|
|
4157
4775
|
hover: boolean;
|
|
4776
|
+
nextIcon: string;
|
|
4777
|
+
prevIcon: string;
|
|
4778
|
+
firstIcon: string;
|
|
4779
|
+
lastIcon: string;
|
|
4158
4780
|
fixedHeader: boolean;
|
|
4159
4781
|
fixedFooter: boolean;
|
|
4782
|
+
itemsPerPage: string | number;
|
|
4783
|
+
firstPageLabel: string;
|
|
4784
|
+
prevPageLabel: string;
|
|
4785
|
+
nextPageLabel: string;
|
|
4786
|
+
lastPageLabel: string;
|
|
4787
|
+
itemsPerPageOptions: {
|
|
4788
|
+
title: string;
|
|
4789
|
+
value: number;
|
|
4790
|
+
}[];
|
|
4791
|
+
showCurrentPage: boolean;
|
|
4160
4792
|
multiSort: boolean;
|
|
4161
4793
|
mustSort: boolean;
|
|
4162
4794
|
groupBy: SortItem[];
|
|
4163
4795
|
showSelect: boolean;
|
|
4796
|
+
sortAscIcon: IconValue;
|
|
4797
|
+
sortDescIcon: IconValue;
|
|
4164
4798
|
expandOnClick: boolean;
|
|
4165
4799
|
showExpand: boolean;
|
|
4166
|
-
itemsPerPage: string | number;
|
|
4167
4800
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
4168
|
-
|
|
4169
|
-
type:
|
|
4170
|
-
default:
|
|
4801
|
+
prevIcon: {
|
|
4802
|
+
type: StringConstructor;
|
|
4803
|
+
default: string;
|
|
4171
4804
|
};
|
|
4172
|
-
|
|
4173
|
-
type:
|
|
4174
|
-
default:
|
|
4805
|
+
nextIcon: {
|
|
4806
|
+
type: StringConstructor;
|
|
4807
|
+
default: string;
|
|
4175
4808
|
};
|
|
4176
|
-
|
|
4177
|
-
type:
|
|
4178
|
-
default:
|
|
4809
|
+
firstIcon: {
|
|
4810
|
+
type: StringConstructor;
|
|
4811
|
+
default: string;
|
|
4812
|
+
};
|
|
4813
|
+
lastIcon: {
|
|
4814
|
+
type: StringConstructor;
|
|
4815
|
+
default: string;
|
|
4816
|
+
};
|
|
4817
|
+
itemsPerPageText: {
|
|
4818
|
+
type: StringConstructor;
|
|
4819
|
+
default: string;
|
|
4820
|
+
};
|
|
4821
|
+
pageText: {
|
|
4822
|
+
type: StringConstructor;
|
|
4823
|
+
default: string;
|
|
4824
|
+
};
|
|
4825
|
+
firstPageLabel: {
|
|
4826
|
+
type: StringConstructor;
|
|
4827
|
+
default: string;
|
|
4828
|
+
};
|
|
4829
|
+
prevPageLabel: {
|
|
4830
|
+
type: StringConstructor;
|
|
4831
|
+
default: string;
|
|
4832
|
+
};
|
|
4833
|
+
nextPageLabel: {
|
|
4834
|
+
type: StringConstructor;
|
|
4835
|
+
default: string;
|
|
4836
|
+
};
|
|
4837
|
+
lastPageLabel: {
|
|
4838
|
+
type: StringConstructor;
|
|
4839
|
+
default: string;
|
|
4840
|
+
};
|
|
4841
|
+
itemsPerPageOptions: {
|
|
4842
|
+
type: vue.PropType<{
|
|
4843
|
+
title: string;
|
|
4844
|
+
value: number;
|
|
4845
|
+
}[]>;
|
|
4846
|
+
default: () => {
|
|
4847
|
+
value: number;
|
|
4848
|
+
title: string;
|
|
4849
|
+
}[];
|
|
4850
|
+
};
|
|
4851
|
+
showCurrentPage: BooleanConstructor;
|
|
4852
|
+
theme: StringConstructor;
|
|
4853
|
+
tag: {
|
|
4854
|
+
type: StringConstructor;
|
|
4855
|
+
default: string;
|
|
4856
|
+
};
|
|
4857
|
+
density: {
|
|
4858
|
+
type: vue.PropType<Density>;
|
|
4859
|
+
default: string;
|
|
4860
|
+
validator: (v: any) => boolean;
|
|
4861
|
+
};
|
|
4862
|
+
class: vue.PropType<any>;
|
|
4863
|
+
style: {
|
|
4864
|
+
type: vue.PropType<vue.StyleValue>;
|
|
4865
|
+
default: null;
|
|
4866
|
+
};
|
|
4867
|
+
fixedHeader: BooleanConstructor;
|
|
4868
|
+
fixedFooter: BooleanConstructor;
|
|
4869
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4870
|
+
hover: BooleanConstructor;
|
|
4871
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
4872
|
+
color: StringConstructor;
|
|
4873
|
+
sticky: BooleanConstructor;
|
|
4874
|
+
multiSort: BooleanConstructor;
|
|
4875
|
+
sortAscIcon: {
|
|
4876
|
+
type: vue.PropType<IconValue>;
|
|
4877
|
+
default: string;
|
|
4878
|
+
};
|
|
4879
|
+
sortDescIcon: {
|
|
4880
|
+
type: vue.PropType<IconValue>;
|
|
4881
|
+
default: string;
|
|
4179
4882
|
};
|
|
4180
4883
|
sortBy: {
|
|
4181
4884
|
type: vue.PropType<SortItem[]>;
|
|
4182
4885
|
default: () => never[];
|
|
4183
4886
|
};
|
|
4184
|
-
multiSort: BooleanConstructor;
|
|
4185
4887
|
mustSort: BooleanConstructor;
|
|
4186
4888
|
showSelect: BooleanConstructor;
|
|
4187
4889
|
modelValue: {
|
|
@@ -4216,54 +4918,130 @@ declare const VDataTableServer: {
|
|
|
4216
4918
|
type: vue.PropType<DataTableHeader[] | DataTableHeader[][]>;
|
|
4217
4919
|
default: () => never[];
|
|
4218
4920
|
};
|
|
4921
|
+
groupBy: {
|
|
4922
|
+
type: vue.PropType<SortItem[]>;
|
|
4923
|
+
default: () => never[];
|
|
4924
|
+
};
|
|
4219
4925
|
expandOnClick: BooleanConstructor;
|
|
4220
4926
|
showExpand: BooleanConstructor;
|
|
4221
4927
|
expanded: {
|
|
4222
4928
|
type: vue.PropType<string[]>;
|
|
4223
4929
|
default: () => never[];
|
|
4224
4930
|
};
|
|
4931
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4932
|
+
search: StringConstructor;
|
|
4933
|
+
loadingText: {
|
|
4934
|
+
type: StringConstructor;
|
|
4935
|
+
default: string;
|
|
4936
|
+
};
|
|
4225
4937
|
hideNoData: BooleanConstructor;
|
|
4226
|
-
hover: BooleanConstructor;
|
|
4227
4938
|
noDataText: {
|
|
4228
4939
|
type: StringConstructor;
|
|
4229
4940
|
default: string;
|
|
4230
4941
|
};
|
|
4231
|
-
|
|
4232
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
4233
|
-
fixedHeader: BooleanConstructor;
|
|
4234
|
-
fixedFooter: BooleanConstructor;
|
|
4942
|
+
rowHeight: NumberConstructor;
|
|
4235
4943
|
'onClick:row': vue.PropType<(e: Event, value: {
|
|
4236
4944
|
item: DataTableItem;
|
|
4237
4945
|
}) => void>;
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4946
|
+
page: {
|
|
4947
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4948
|
+
default: number;
|
|
4949
|
+
};
|
|
4950
|
+
itemsPerPage: {
|
|
4951
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4952
|
+
default: number;
|
|
4244
4953
|
};
|
|
4245
4954
|
itemsLength: {
|
|
4246
4955
|
type: (StringConstructor | NumberConstructor)[];
|
|
4247
4956
|
required: true;
|
|
4248
4957
|
};
|
|
4249
4958
|
}, vue.ExtractPropTypes<{
|
|
4250
|
-
|
|
4251
|
-
type:
|
|
4252
|
-
default:
|
|
4959
|
+
prevIcon: {
|
|
4960
|
+
type: StringConstructor;
|
|
4961
|
+
default: string;
|
|
4253
4962
|
};
|
|
4254
|
-
|
|
4255
|
-
type:
|
|
4256
|
-
default:
|
|
4963
|
+
nextIcon: {
|
|
4964
|
+
type: StringConstructor;
|
|
4965
|
+
default: string;
|
|
4257
4966
|
};
|
|
4258
|
-
|
|
4259
|
-
type:
|
|
4260
|
-
default:
|
|
4967
|
+
firstIcon: {
|
|
4968
|
+
type: StringConstructor;
|
|
4969
|
+
default: string;
|
|
4970
|
+
};
|
|
4971
|
+
lastIcon: {
|
|
4972
|
+
type: StringConstructor;
|
|
4973
|
+
default: string;
|
|
4974
|
+
};
|
|
4975
|
+
itemsPerPageText: {
|
|
4976
|
+
type: StringConstructor;
|
|
4977
|
+
default: string;
|
|
4978
|
+
};
|
|
4979
|
+
pageText: {
|
|
4980
|
+
type: StringConstructor;
|
|
4981
|
+
default: string;
|
|
4982
|
+
};
|
|
4983
|
+
firstPageLabel: {
|
|
4984
|
+
type: StringConstructor;
|
|
4985
|
+
default: string;
|
|
4986
|
+
};
|
|
4987
|
+
prevPageLabel: {
|
|
4988
|
+
type: StringConstructor;
|
|
4989
|
+
default: string;
|
|
4990
|
+
};
|
|
4991
|
+
nextPageLabel: {
|
|
4992
|
+
type: StringConstructor;
|
|
4993
|
+
default: string;
|
|
4994
|
+
};
|
|
4995
|
+
lastPageLabel: {
|
|
4996
|
+
type: StringConstructor;
|
|
4997
|
+
default: string;
|
|
4998
|
+
};
|
|
4999
|
+
itemsPerPageOptions: {
|
|
5000
|
+
type: vue.PropType<{
|
|
5001
|
+
title: string;
|
|
5002
|
+
value: number;
|
|
5003
|
+
}[]>;
|
|
5004
|
+
default: () => {
|
|
5005
|
+
value: number;
|
|
5006
|
+
title: string;
|
|
5007
|
+
}[];
|
|
5008
|
+
};
|
|
5009
|
+
showCurrentPage: BooleanConstructor;
|
|
5010
|
+
theme: StringConstructor;
|
|
5011
|
+
tag: {
|
|
5012
|
+
type: StringConstructor;
|
|
5013
|
+
default: string;
|
|
5014
|
+
};
|
|
5015
|
+
density: {
|
|
5016
|
+
type: vue.PropType<Density>;
|
|
5017
|
+
default: string;
|
|
5018
|
+
validator: (v: any) => boolean;
|
|
5019
|
+
};
|
|
5020
|
+
class: vue.PropType<any>;
|
|
5021
|
+
style: {
|
|
5022
|
+
type: vue.PropType<vue.StyleValue>;
|
|
5023
|
+
default: null;
|
|
5024
|
+
};
|
|
5025
|
+
fixedHeader: BooleanConstructor;
|
|
5026
|
+
fixedFooter: BooleanConstructor;
|
|
5027
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5028
|
+
hover: BooleanConstructor;
|
|
5029
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
5030
|
+
color: StringConstructor;
|
|
5031
|
+
sticky: BooleanConstructor;
|
|
5032
|
+
multiSort: BooleanConstructor;
|
|
5033
|
+
sortAscIcon: {
|
|
5034
|
+
type: vue.PropType<IconValue>;
|
|
5035
|
+
default: string;
|
|
5036
|
+
};
|
|
5037
|
+
sortDescIcon: {
|
|
5038
|
+
type: vue.PropType<IconValue>;
|
|
5039
|
+
default: string;
|
|
4261
5040
|
};
|
|
4262
5041
|
sortBy: {
|
|
4263
5042
|
type: vue.PropType<SortItem[]>;
|
|
4264
5043
|
default: () => never[];
|
|
4265
5044
|
};
|
|
4266
|
-
multiSort: BooleanConstructor;
|
|
4267
5045
|
mustSort: BooleanConstructor;
|
|
4268
5046
|
showSelect: BooleanConstructor;
|
|
4269
5047
|
modelValue: {
|
|
@@ -4298,31 +5076,38 @@ declare const VDataTableServer: {
|
|
|
4298
5076
|
type: vue.PropType<DataTableHeader[] | DataTableHeader[][]>;
|
|
4299
5077
|
default: () => never[];
|
|
4300
5078
|
};
|
|
5079
|
+
groupBy: {
|
|
5080
|
+
type: vue.PropType<SortItem[]>;
|
|
5081
|
+
default: () => never[];
|
|
5082
|
+
};
|
|
4301
5083
|
expandOnClick: BooleanConstructor;
|
|
4302
5084
|
showExpand: BooleanConstructor;
|
|
4303
5085
|
expanded: {
|
|
4304
5086
|
type: vue.PropType<string[]>;
|
|
4305
5087
|
default: () => never[];
|
|
4306
5088
|
};
|
|
5089
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5090
|
+
search: StringConstructor;
|
|
5091
|
+
loadingText: {
|
|
5092
|
+
type: StringConstructor;
|
|
5093
|
+
default: string;
|
|
5094
|
+
};
|
|
4307
5095
|
hideNoData: BooleanConstructor;
|
|
4308
|
-
hover: BooleanConstructor;
|
|
4309
5096
|
noDataText: {
|
|
4310
5097
|
type: StringConstructor;
|
|
4311
5098
|
default: string;
|
|
4312
5099
|
};
|
|
4313
|
-
|
|
4314
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
4315
|
-
fixedHeader: BooleanConstructor;
|
|
4316
|
-
fixedFooter: BooleanConstructor;
|
|
5100
|
+
rowHeight: NumberConstructor;
|
|
4317
5101
|
'onClick:row': vue.PropType<(e: Event, value: {
|
|
4318
5102
|
item: DataTableItem;
|
|
4319
5103
|
}) => void>;
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
5104
|
+
page: {
|
|
5105
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5106
|
+
default: number;
|
|
5107
|
+
};
|
|
5108
|
+
itemsPerPage: {
|
|
5109
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5110
|
+
default: number;
|
|
4326
5111
|
};
|
|
4327
5112
|
itemsLength: {
|
|
4328
5113
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -4342,7 +5127,6 @@ declare const VDataTableFooter: {
|
|
|
4342
5127
|
prevIcon: string;
|
|
4343
5128
|
firstIcon: string;
|
|
4344
5129
|
lastIcon: string;
|
|
4345
|
-
showCurrentPage: boolean;
|
|
4346
5130
|
firstPageLabel: string;
|
|
4347
5131
|
prevPageLabel: string;
|
|
4348
5132
|
nextPageLabel: string;
|
|
@@ -4351,6 +5135,7 @@ declare const VDataTableFooter: {
|
|
|
4351
5135
|
title: string;
|
|
4352
5136
|
value: number;
|
|
4353
5137
|
}[];
|
|
5138
|
+
showCurrentPage: boolean;
|
|
4354
5139
|
}> & Omit<{
|
|
4355
5140
|
itemsPerPageText: string;
|
|
4356
5141
|
pageText: string;
|
|
@@ -4358,7 +5143,6 @@ declare const VDataTableFooter: {
|
|
|
4358
5143
|
prevIcon: string;
|
|
4359
5144
|
firstIcon: string;
|
|
4360
5145
|
lastIcon: string;
|
|
4361
|
-
showCurrentPage: boolean;
|
|
4362
5146
|
firstPageLabel: string;
|
|
4363
5147
|
prevPageLabel: string;
|
|
4364
5148
|
nextPageLabel: string;
|
|
@@ -4367,6 +5151,7 @@ declare const VDataTableFooter: {
|
|
|
4367
5151
|
title: string;
|
|
4368
5152
|
value: number;
|
|
4369
5153
|
}[];
|
|
5154
|
+
showCurrentPage: boolean;
|
|
4370
5155
|
} & {} & {
|
|
4371
5156
|
$children?: {} | vue.VNodeChild | {
|
|
4372
5157
|
prepend?: (() => vue.VNodeChild) | undefined;
|
|
@@ -4376,7 +5161,7 @@ declare const VDataTableFooter: {
|
|
|
4376
5161
|
} | undefined;
|
|
4377
5162
|
} & {
|
|
4378
5163
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
4379
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "itemsPerPageText" | "pageText" | "nextIcon" | "prevIcon" | "firstIcon" | "lastIcon" | "
|
|
5164
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "itemsPerPageText" | "pageText" | "nextIcon" | "prevIcon" | "firstIcon" | "lastIcon" | "firstPageLabel" | "prevPageLabel" | "nextPageLabel" | "lastPageLabel" | "itemsPerPageOptions" | "showCurrentPage">;
|
|
4380
5165
|
$attrs: {
|
|
4381
5166
|
[x: string]: unknown;
|
|
4382
5167
|
};
|
|
@@ -4397,7 +5182,6 @@ declare const VDataTableFooter: {
|
|
|
4397
5182
|
prevIcon: string;
|
|
4398
5183
|
firstIcon: string;
|
|
4399
5184
|
lastIcon: string;
|
|
4400
|
-
showCurrentPage: boolean;
|
|
4401
5185
|
firstPageLabel: string;
|
|
4402
5186
|
prevPageLabel: string;
|
|
4403
5187
|
nextPageLabel: string;
|
|
@@ -4406,6 +5190,7 @@ declare const VDataTableFooter: {
|
|
|
4406
5190
|
title: string;
|
|
4407
5191
|
value: number;
|
|
4408
5192
|
}[];
|
|
5193
|
+
showCurrentPage: boolean;
|
|
4409
5194
|
} & {} & {
|
|
4410
5195
|
$children?: {} | vue.VNodeChild | {
|
|
4411
5196
|
prepend?: (() => vue.VNodeChild) | undefined;
|
|
@@ -4422,7 +5207,6 @@ declare const VDataTableFooter: {
|
|
|
4422
5207
|
prevIcon: string;
|
|
4423
5208
|
firstIcon: string;
|
|
4424
5209
|
lastIcon: string;
|
|
4425
|
-
showCurrentPage: boolean;
|
|
4426
5210
|
firstPageLabel: string;
|
|
4427
5211
|
prevPageLabel: string;
|
|
4428
5212
|
nextPageLabel: string;
|
|
@@ -4431,6 +5215,7 @@ declare const VDataTableFooter: {
|
|
|
4431
5215
|
title: string;
|
|
4432
5216
|
value: number;
|
|
4433
5217
|
}[];
|
|
5218
|
+
showCurrentPage: boolean;
|
|
4434
5219
|
}, {}, string> & {
|
|
4435
5220
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
4436
5221
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -4458,7 +5243,6 @@ declare const VDataTableFooter: {
|
|
|
4458
5243
|
prevIcon: string;
|
|
4459
5244
|
firstIcon: string;
|
|
4460
5245
|
lastIcon: string;
|
|
4461
|
-
showCurrentPage: boolean;
|
|
4462
5246
|
firstPageLabel: string;
|
|
4463
5247
|
prevPageLabel: string;
|
|
4464
5248
|
nextPageLabel: string;
|
|
@@ -4467,6 +5251,7 @@ declare const VDataTableFooter: {
|
|
|
4467
5251
|
title: string;
|
|
4468
5252
|
value: number;
|
|
4469
5253
|
}[];
|
|
5254
|
+
showCurrentPage: boolean;
|
|
4470
5255
|
} & {} & {
|
|
4471
5256
|
$children?: {} | vue.VNodeChild | {
|
|
4472
5257
|
prepend?: (() => vue.VNodeChild) | undefined;
|
|
@@ -4487,7 +5272,6 @@ declare const VDataTableFooter: {
|
|
|
4487
5272
|
prevIcon: string;
|
|
4488
5273
|
firstIcon: string;
|
|
4489
5274
|
lastIcon: string;
|
|
4490
|
-
showCurrentPage: boolean;
|
|
4491
5275
|
firstPageLabel: string;
|
|
4492
5276
|
prevPageLabel: string;
|
|
4493
5277
|
nextPageLabel: string;
|
|
@@ -4496,6 +5280,7 @@ declare const VDataTableFooter: {
|
|
|
4496
5280
|
title: string;
|
|
4497
5281
|
value: number;
|
|
4498
5282
|
}[];
|
|
5283
|
+
showCurrentPage: boolean;
|
|
4499
5284
|
} & {} & {
|
|
4500
5285
|
$children?: {} | vue.VNodeChild | {
|
|
4501
5286
|
prepend?: (() => vue.VNodeChild) | undefined;
|
|
@@ -4512,7 +5297,6 @@ declare const VDataTableFooter: {
|
|
|
4512
5297
|
prevIcon: string;
|
|
4513
5298
|
firstIcon: string;
|
|
4514
5299
|
lastIcon: string;
|
|
4515
|
-
showCurrentPage: boolean;
|
|
4516
5300
|
firstPageLabel: string;
|
|
4517
5301
|
prevPageLabel: string;
|
|
4518
5302
|
nextPageLabel: string;
|
|
@@ -4521,6 +5305,7 @@ declare const VDataTableFooter: {
|
|
|
4521
5305
|
title: string;
|
|
4522
5306
|
value: number;
|
|
4523
5307
|
}[];
|
|
5308
|
+
showCurrentPage: boolean;
|
|
4524
5309
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
4525
5310
|
prevIcon: {
|
|
4526
5311
|
type: StringConstructor;
|
|
@@ -4642,12 +5427,14 @@ declare const VInfiniteScroll: {
|
|
|
4642
5427
|
$data: {};
|
|
4643
5428
|
$props: Partial<{
|
|
4644
5429
|
direction: "horizontal" | "vertical";
|
|
5430
|
+
tag: string;
|
|
4645
5431
|
mode: "manual" | "intersect";
|
|
4646
5432
|
side: InfiniteScrollSide;
|
|
4647
5433
|
loadMoreText: string;
|
|
4648
5434
|
emptyText: string;
|
|
4649
5435
|
}> & Omit<{
|
|
4650
5436
|
direction: "horizontal" | "vertical";
|
|
5437
|
+
tag: string;
|
|
4651
5438
|
mode: "manual" | "intersect";
|
|
4652
5439
|
side: InfiniteScrollSide;
|
|
4653
5440
|
loadMoreText: string;
|
|
@@ -4687,7 +5474,7 @@ declare const VInfiniteScroll: {
|
|
|
4687
5474
|
side: InfiniteScrollSide;
|
|
4688
5475
|
done: (status: InfiniteScrollStatus) => void;
|
|
4689
5476
|
}) => any) | undefined;
|
|
4690
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "direction" | "mode" | "side" | "loadMoreText" | "emptyText">;
|
|
5477
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "direction" | "tag" | "mode" | "side" | "loadMoreText" | "emptyText">;
|
|
4691
5478
|
$attrs: {
|
|
4692
5479
|
[x: string]: unknown;
|
|
4693
5480
|
};
|
|
@@ -4706,6 +5493,7 @@ declare const VInfiniteScroll: {
|
|
|
4706
5493
|
$el: any;
|
|
4707
5494
|
$options: vue.ComponentOptionsBase<{
|
|
4708
5495
|
direction: "horizontal" | "vertical";
|
|
5496
|
+
tag: string;
|
|
4709
5497
|
mode: "manual" | "intersect";
|
|
4710
5498
|
side: InfiniteScrollSide;
|
|
4711
5499
|
loadMoreText: string;
|
|
@@ -4752,6 +5540,7 @@ declare const VInfiniteScroll: {
|
|
|
4752
5540
|
}) => true;
|
|
4753
5541
|
}, string, {
|
|
4754
5542
|
direction: "horizontal" | "vertical";
|
|
5543
|
+
tag: string;
|
|
4755
5544
|
mode: "manual" | "intersect";
|
|
4756
5545
|
side: InfiniteScrollSide;
|
|
4757
5546
|
loadMoreText: string;
|
|
@@ -4778,6 +5567,7 @@ declare const VInfiniteScroll: {
|
|
|
4778
5567
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
4779
5568
|
} & {
|
|
4780
5569
|
direction: "horizontal" | "vertical";
|
|
5570
|
+
tag: string;
|
|
4781
5571
|
mode: "manual" | "intersect";
|
|
4782
5572
|
side: InfiniteScrollSide;
|
|
4783
5573
|
loadMoreText: string;
|
|
@@ -4823,6 +5613,7 @@ declare const VInfiniteScroll: {
|
|
|
4823
5613
|
__isSuspense?: undefined;
|
|
4824
5614
|
} & vue.ComponentOptionsBase<{
|
|
4825
5615
|
direction: "horizontal" | "vertical";
|
|
5616
|
+
tag: string;
|
|
4826
5617
|
mode: "manual" | "intersect";
|
|
4827
5618
|
side: InfiniteScrollSide;
|
|
4828
5619
|
loadMoreText: string;
|
|
@@ -4869,11 +5660,16 @@ declare const VInfiniteScroll: {
|
|
|
4869
5660
|
}) => true;
|
|
4870
5661
|
}, string, {
|
|
4871
5662
|
direction: "horizontal" | "vertical";
|
|
5663
|
+
tag: string;
|
|
4872
5664
|
mode: "manual" | "intersect";
|
|
4873
5665
|
side: InfiniteScrollSide;
|
|
4874
5666
|
loadMoreText: string;
|
|
4875
5667
|
emptyText: string;
|
|
4876
5668
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
5669
|
+
tag: {
|
|
5670
|
+
type: StringConstructor;
|
|
5671
|
+
default: string;
|
|
5672
|
+
};
|
|
4877
5673
|
height: (StringConstructor | NumberConstructor)[];
|
|
4878
5674
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4879
5675
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -4906,6 +5702,10 @@ declare const VInfiniteScroll: {
|
|
|
4906
5702
|
default: string;
|
|
4907
5703
|
};
|
|
4908
5704
|
}, vue.ExtractPropTypes<{
|
|
5705
|
+
tag: {
|
|
5706
|
+
type: StringConstructor;
|
|
5707
|
+
default: string;
|
|
5708
|
+
};
|
|
4909
5709
|
height: (StringConstructor | NumberConstructor)[];
|
|
4910
5710
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4911
5711
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -4945,12 +5745,12 @@ declare const VSkeletonLoader: {
|
|
|
4945
5745
|
$: vue.ComponentInternalInstance;
|
|
4946
5746
|
$data: {};
|
|
4947
5747
|
$props: Partial<{
|
|
4948
|
-
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "
|
|
5748
|
+
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
4949
5749
|
loading: boolean;
|
|
4950
5750
|
loadingText: string;
|
|
4951
5751
|
boilerplate: boolean;
|
|
4952
5752
|
}> & Omit<{
|
|
4953
|
-
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "
|
|
5753
|
+
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
4954
5754
|
loading: boolean;
|
|
4955
5755
|
loadingText: string;
|
|
4956
5756
|
boilerplate: boolean;
|
|
@@ -4988,7 +5788,7 @@ declare const VSkeletonLoader: {
|
|
|
4988
5788
|
$emit: (event: string, ...args: any[]) => void;
|
|
4989
5789
|
$el: any;
|
|
4990
5790
|
$options: vue.ComponentOptionsBase<{
|
|
4991
|
-
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "
|
|
5791
|
+
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
4992
5792
|
loading: boolean;
|
|
4993
5793
|
loadingText: string;
|
|
4994
5794
|
boilerplate: boolean;
|
|
@@ -5012,7 +5812,7 @@ declare const VSkeletonLoader: {
|
|
|
5012
5812
|
} & {
|
|
5013
5813
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
5014
5814
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
5015
|
-
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "
|
|
5815
|
+
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
5016
5816
|
loading: boolean;
|
|
5017
5817
|
loadingText: string;
|
|
5018
5818
|
boilerplate: boolean;
|
|
@@ -5037,7 +5837,7 @@ declare const VSkeletonLoader: {
|
|
|
5037
5837
|
$nextTick: typeof vue.nextTick;
|
|
5038
5838
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
5039
5839
|
} & {
|
|
5040
|
-
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "
|
|
5840
|
+
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
5041
5841
|
loading: boolean;
|
|
5042
5842
|
loadingText: string;
|
|
5043
5843
|
boilerplate: boolean;
|
|
@@ -5065,7 +5865,7 @@ declare const VSkeletonLoader: {
|
|
|
5065
5865
|
__isTeleport?: undefined;
|
|
5066
5866
|
__isSuspense?: undefined;
|
|
5067
5867
|
} & vue.ComponentOptionsBase<{
|
|
5068
|
-
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "
|
|
5868
|
+
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
5069
5869
|
loading: boolean;
|
|
5070
5870
|
loadingText: string;
|
|
5071
5871
|
boilerplate: boolean;
|
|
@@ -5089,7 +5889,7 @@ declare const VSkeletonLoader: {
|
|
|
5089
5889
|
} & {
|
|
5090
5890
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
5091
5891
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
5092
|
-
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "
|
|
5892
|
+
type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
5093
5893
|
loading: boolean;
|
|
5094
5894
|
loadingText: string;
|
|
5095
5895
|
boilerplate: boolean;
|
|
@@ -5113,7 +5913,7 @@ declare const VSkeletonLoader: {
|
|
|
5113
5913
|
default: string;
|
|
5114
5914
|
};
|
|
5115
5915
|
type: {
|
|
5116
|
-
type: PropType<"button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "
|
|
5916
|
+
type: PropType<"button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
|
5117
5917
|
default: string;
|
|
5118
5918
|
};
|
|
5119
5919
|
}, vue.ExtractPropTypes<{
|
|
@@ -5136,7 +5936,7 @@ declare const VSkeletonLoader: {
|
|
|
5136
5936
|
default: string;
|
|
5137
5937
|
};
|
|
5138
5938
|
type: {
|
|
5139
|
-
type: PropType<"button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "
|
|
5939
|
+
type: PropType<"button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
|
5140
5940
|
default: string;
|
|
5141
5941
|
};
|
|
5142
5942
|
}>>;
|