vuetify 3.4.0-beta.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +1980 -2004
- package/dist/json/importMap.json +110 -110
- package/dist/json/tags.json +1 -7
- package/dist/json/web-types.json +3767 -3807
- package/dist/vuetify-labs.css +1045 -1032
- package/dist/vuetify-labs.d.ts +227 -305
- package/dist/vuetify-labs.esm.js +115 -87
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +115 -87
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +546 -533
- package/dist/vuetify.d.ts +260 -338
- package/dist/vuetify.esm.js +115 -87
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +115 -87
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +963 -961
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VApp/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1 -1
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +2 -2
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.d.mts +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +1 -1
- package/lib/components/VBtn/VBtn.css +0 -1
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtn/index.d.mts +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
- package/lib/components/VBtnGroup/index.d.mts +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/index.d.mts +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/index.d.mts +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VCode/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1 -1
- package/lib/components/VCounter/index.d.mts +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.css +6 -1
- package/lib/components/VDataTable/VDataTable.mjs +6 -5
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +5 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +3 -2
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +8 -4
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +8 -7
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +7 -6
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +213 -196
- package/lib/components/VDatePicker/VDatePicker.mjs +6 -6
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +1 -1
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +1 -1
- package/lib/components/VDivider/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +3 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +1 -1
- package/lib/components/VFooter/index.d.mts +1 -1
- package/lib/components/VForm/index.d.mts +1 -1
- package/lib/components/VGrid/VSpacer.mjs +3 -0
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +1 -1
- package/lib/components/VHover/index.d.mts +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VKbd/index.d.mts +1 -1
- package/lib/components/VLabel/index.d.mts +1 -1
- package/lib/components/VLayout/index.d.mts +1 -1
- package/lib/components/VLazy/index.d.mts +1 -1
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +1 -1
- package/lib/components/VMain/index.d.mts +1 -1
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +1 -1
- package/lib/components/VMessages/index.d.mts +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +1 -1
- package/lib/components/VOtpInput/index.d.mts +1 -1
- package/lib/components/VOverlay/index.d.mts +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/index.d.mts +1 -1
- package/lib/components/VProgressCircular/index.d.mts +1 -1
- package/lib/components/VProgressLinear/index.d.mts +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VResponsive/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/index.d.mts +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +9 -7
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +4 -2
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +19 -141
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/index.d.mts +1 -1
- package/lib/components/VTable/VTable.css +12 -2
- package/lib/components/VTable/VTable.sass +7 -2
- package/lib/components/VTable/index.d.mts +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1 -1
- package/lib/components/VTextField/VTextField.mjs +3 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +5 -3
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +1 -1
- package/lib/components/VThemeProvider/index.d.mts +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/index.d.mts +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +1 -1
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +227 -305
- package/lib/components/transitions/index.d.mts +1 -1
- package/lib/composables/list-items.mjs +2 -2
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +33 -33
- package/lib/labs/VConfirmEdit/index.d.mts +1 -1
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VPicker/index.d.mts +1 -1
- package/lib/labs/components.d.mts +1 -1
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +17 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -3
package/dist/vuetify.d.ts
CHANGED
|
@@ -237,7 +237,7 @@ type GenericProps<Props, Slots extends Record<string, unknown>> = {
|
|
|
237
237
|
$slots: MakeSlots<Slots>;
|
|
238
238
|
};
|
|
239
239
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
240
|
-
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T):
|
|
240
|
+
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
declare function deepEqual(a: any, b: any): boolean;
|
|
@@ -23498,7 +23498,9 @@ declare const VDataTableRow: {
|
|
|
23498
23498
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
23499
23499
|
index?: number | undefined;
|
|
23500
23500
|
item?: DataTableItem<any> | undefined;
|
|
23501
|
-
onClick?: (
|
|
23501
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23502
|
+
onContextmenu?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23503
|
+
onDblclick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23502
23504
|
cellProps?: CellProps | undefined;
|
|
23503
23505
|
$children?: {} | vue.VNodeChild | {
|
|
23504
23506
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
@@ -23515,7 +23517,9 @@ declare const VDataTableRow: {
|
|
|
23515
23517
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {} & {
|
|
23516
23518
|
index?: number | undefined;
|
|
23517
23519
|
item?: DataTableItem<any> | undefined;
|
|
23518
|
-
onClick?: (
|
|
23520
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23521
|
+
onContextmenu?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23522
|
+
onDblclick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23519
23523
|
cellProps?: CellProps | undefined;
|
|
23520
23524
|
} & {
|
|
23521
23525
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -23557,7 +23561,9 @@ declare const VDataTableRow: {
|
|
|
23557
23561
|
$options: vue.ComponentOptionsBase<{} & {
|
|
23558
23562
|
index?: number | undefined;
|
|
23559
23563
|
item?: DataTableItem<any> | undefined;
|
|
23560
|
-
onClick?: (
|
|
23564
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23565
|
+
onContextmenu?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23566
|
+
onDblclick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23561
23567
|
cellProps?: CellProps | undefined;
|
|
23562
23568
|
} & {
|
|
23563
23569
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -23607,7 +23613,9 @@ declare const VDataTableRow: {
|
|
|
23607
23613
|
} & {} & {
|
|
23608
23614
|
index?: number | undefined;
|
|
23609
23615
|
item?: DataTableItem<any> | undefined;
|
|
23610
|
-
onClick?: (
|
|
23616
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23617
|
+
onContextmenu?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23618
|
+
onDblclick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23611
23619
|
cellProps?: CellProps | undefined;
|
|
23612
23620
|
} & {
|
|
23613
23621
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -23631,7 +23639,9 @@ declare const VDataTableRow: {
|
|
|
23631
23639
|
} & vue.ComponentOptionsBase<{} & {
|
|
23632
23640
|
index?: number | undefined;
|
|
23633
23641
|
item?: DataTableItem<any> | undefined;
|
|
23634
|
-
onClick?: (
|
|
23642
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23643
|
+
onContextmenu?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23644
|
+
onDblclick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
23635
23645
|
cellProps?: CellProps | undefined;
|
|
23636
23646
|
} & {
|
|
23637
23647
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -23662,12 +23672,16 @@ declare const VDataTableRow: {
|
|
|
23662
23672
|
index: NumberConstructor;
|
|
23663
23673
|
item: PropType<DataTableItem<any>>;
|
|
23664
23674
|
cellProps: PropType<CellProps>;
|
|
23665
|
-
onClick: PropType<(
|
|
23675
|
+
onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
23676
|
+
onContextmenu: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
23677
|
+
onDblclick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
23666
23678
|
}, vue.ExtractPropTypes<{
|
|
23667
23679
|
index: NumberConstructor;
|
|
23668
23680
|
item: PropType<DataTableItem<any>>;
|
|
23669
23681
|
cellProps: PropType<CellProps>;
|
|
23670
|
-
onClick: PropType<(
|
|
23682
|
+
onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
23683
|
+
onContextmenu: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
23684
|
+
onDblclick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
23671
23685
|
}>>;
|
|
23672
23686
|
type VDataTableRow = InstanceType<typeof VDataTableRow>;
|
|
23673
23687
|
|
|
@@ -24426,7 +24440,8 @@ type VDataTableSlotProps = {
|
|
|
24426
24440
|
toggleExpand: ReturnType<typeof provideExpanded>['toggleExpand'];
|
|
24427
24441
|
isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
|
|
24428
24442
|
toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
|
|
24429
|
-
items: readonly
|
|
24443
|
+
items: readonly any[];
|
|
24444
|
+
internalItems: readonly DataTableItem[];
|
|
24430
24445
|
groupedItems: readonly (DataTableItem | Group<DataTableItem>)[];
|
|
24431
24446
|
columns: InternalDataTableHeader[];
|
|
24432
24447
|
headers: InternalDataTableHeader[][];
|
|
@@ -24484,7 +24499,7 @@ declare const VDataTable: {
|
|
|
24484
24499
|
fixedFooter: boolean;
|
|
24485
24500
|
}> & Omit<{
|
|
24486
24501
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
24487
|
-
[x: `v-slot:
|
|
24502
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
24488
24503
|
column: InternalDataTableHeader;
|
|
24489
24504
|
selectAll: (value: boolean) => void;
|
|
24490
24505
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24576,7 +24591,7 @@ declare const VDataTable: {
|
|
|
24576
24591
|
rowHeight?: number | undefined;
|
|
24577
24592
|
$children?: vue.VNodeChild | {
|
|
24578
24593
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
24579
|
-
[x: `
|
|
24594
|
+
[x: `header.${string}`]: ((arg: {
|
|
24580
24595
|
column: InternalDataTableHeader;
|
|
24581
24596
|
selectAll: (value: boolean) => void;
|
|
24582
24597
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24615,7 +24630,7 @@ declare const VDataTable: {
|
|
|
24615
24630
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
24616
24631
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
24617
24632
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
24618
|
-
'
|
|
24633
|
+
'header.data-table-select'?: ((arg: {
|
|
24619
24634
|
column: InternalDataTableHeader;
|
|
24620
24635
|
selectAll: (value: boolean) => void;
|
|
24621
24636
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24625,7 +24640,7 @@ declare const VDataTable: {
|
|
|
24625
24640
|
allSelected: boolean;
|
|
24626
24641
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
24627
24642
|
}) => vue.VNodeChild) | undefined;
|
|
24628
|
-
'
|
|
24643
|
+
'header.data-table-expand'?: ((arg: {
|
|
24629
24644
|
column: InternalDataTableHeader;
|
|
24630
24645
|
selectAll: (value: boolean) => void;
|
|
24631
24646
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24649,7 +24664,7 @@ declare const VDataTable: {
|
|
|
24649
24664
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
24650
24665
|
'v-slots'?: {
|
|
24651
24666
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
24652
|
-
[x: `
|
|
24667
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
24653
24668
|
column: InternalDataTableHeader;
|
|
24654
24669
|
selectAll: (value: boolean) => void;
|
|
24655
24670
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24688,7 +24703,7 @@ declare const VDataTable: {
|
|
|
24688
24703
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
24689
24704
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
24690
24705
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
24691
|
-
'
|
|
24706
|
+
'header.data-table-select'?: false | ((arg: {
|
|
24692
24707
|
column: InternalDataTableHeader;
|
|
24693
24708
|
selectAll: (value: boolean) => void;
|
|
24694
24709
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24698,7 +24713,7 @@ declare const VDataTable: {
|
|
|
24698
24713
|
allSelected: boolean;
|
|
24699
24714
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
24700
24715
|
}) => vue.VNodeChild) | undefined;
|
|
24701
|
-
'
|
|
24716
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
24702
24717
|
column: InternalDataTableHeader;
|
|
24703
24718
|
selectAll: (value: boolean) => void;
|
|
24704
24719
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24749,7 +24764,7 @@ declare const VDataTable: {
|
|
|
24749
24764
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
24750
24765
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
24751
24766
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
24752
|
-
"v-slot:
|
|
24767
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
24753
24768
|
column: InternalDataTableHeader;
|
|
24754
24769
|
selectAll: (value: boolean) => void;
|
|
24755
24770
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24759,7 +24774,7 @@ declare const VDataTable: {
|
|
|
24759
24774
|
allSelected: boolean;
|
|
24760
24775
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
24761
24776
|
}) => vue.VNodeChild) | undefined;
|
|
24762
|
-
"v-slot:
|
|
24777
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
24763
24778
|
column: InternalDataTableHeader;
|
|
24764
24779
|
selectAll: (value: boolean) => void;
|
|
24765
24780
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24872,7 +24887,7 @@ declare const VDataTable: {
|
|
|
24872
24887
|
} & {
|
|
24873
24888
|
$children?: vue.VNodeChild | {
|
|
24874
24889
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
24875
|
-
[x: `
|
|
24890
|
+
[x: `header.${string}`]: ((arg: {
|
|
24876
24891
|
column: InternalDataTableHeader;
|
|
24877
24892
|
selectAll: (value: boolean) => void;
|
|
24878
24893
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24911,7 +24926,7 @@ declare const VDataTable: {
|
|
|
24911
24926
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
24912
24927
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
24913
24928
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
24914
|
-
'
|
|
24929
|
+
'header.data-table-select'?: ((arg: {
|
|
24915
24930
|
column: InternalDataTableHeader;
|
|
24916
24931
|
selectAll: (value: boolean) => void;
|
|
24917
24932
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24921,7 +24936,7 @@ declare const VDataTable: {
|
|
|
24921
24936
|
allSelected: boolean;
|
|
24922
24937
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
24923
24938
|
}) => vue.VNodeChild) | undefined;
|
|
24924
|
-
'
|
|
24939
|
+
'header.data-table-expand'?: ((arg: {
|
|
24925
24940
|
column: InternalDataTableHeader;
|
|
24926
24941
|
selectAll: (value: boolean) => void;
|
|
24927
24942
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24945,7 +24960,7 @@ declare const VDataTable: {
|
|
|
24945
24960
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
24946
24961
|
'v-slots'?: {
|
|
24947
24962
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
24948
|
-
[x: `
|
|
24963
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
24949
24964
|
column: InternalDataTableHeader;
|
|
24950
24965
|
selectAll: (value: boolean) => void;
|
|
24951
24966
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24984,7 +24999,7 @@ declare const VDataTable: {
|
|
|
24984
24999
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
24985
25000
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
24986
25001
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
24987
|
-
'
|
|
25002
|
+
'header.data-table-select'?: false | ((arg: {
|
|
24988
25003
|
column: InternalDataTableHeader;
|
|
24989
25004
|
selectAll: (value: boolean) => void;
|
|
24990
25005
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -24994,7 +25009,7 @@ declare const VDataTable: {
|
|
|
24994
25009
|
allSelected: boolean;
|
|
24995
25010
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
24996
25011
|
}) => vue.VNodeChild) | undefined;
|
|
24997
|
-
'
|
|
25012
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
24998
25013
|
column: InternalDataTableHeader;
|
|
24999
25014
|
selectAll: (value: boolean) => void;
|
|
25000
25015
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25018,7 +25033,7 @@ declare const VDataTable: {
|
|
|
25018
25033
|
} | undefined;
|
|
25019
25034
|
} & {
|
|
25020
25035
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
25021
|
-
[x: `v-slot:
|
|
25036
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
25022
25037
|
column: InternalDataTableHeader;
|
|
25023
25038
|
selectAll: (value: boolean) => void;
|
|
25024
25039
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25057,7 +25072,7 @@ declare const VDataTable: {
|
|
|
25057
25072
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
25058
25073
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
25059
25074
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
25060
|
-
"v-slot:
|
|
25075
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
25061
25076
|
column: InternalDataTableHeader;
|
|
25062
25077
|
selectAll: (value: boolean) => void;
|
|
25063
25078
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25067,7 +25082,7 @@ declare const VDataTable: {
|
|
|
25067
25082
|
allSelected: boolean;
|
|
25068
25083
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
25069
25084
|
}) => vue.VNodeChild) | undefined;
|
|
25070
|
-
"v-slot:
|
|
25085
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
25071
25086
|
column: InternalDataTableHeader;
|
|
25072
25087
|
selectAll: (value: boolean) => void;
|
|
25073
25088
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25107,7 +25122,7 @@ declare const VDataTable: {
|
|
|
25107
25122
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
25108
25123
|
[key: string]: any;
|
|
25109
25124
|
}>[]) | undefined;
|
|
25110
|
-
[x: `
|
|
25125
|
+
[x: `header.${string}`]: ((arg: {
|
|
25111
25126
|
column: InternalDataTableHeader;
|
|
25112
25127
|
selectAll: (value: boolean) => void;
|
|
25113
25128
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25170,7 +25185,7 @@ declare const VDataTable: {
|
|
|
25170
25185
|
loader?: ((arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
25171
25186
|
[key: string]: any;
|
|
25172
25187
|
}>[]) | undefined;
|
|
25173
|
-
'
|
|
25188
|
+
'header.data-table-select'?: ((arg: {
|
|
25174
25189
|
column: InternalDataTableHeader;
|
|
25175
25190
|
selectAll: (value: boolean) => void;
|
|
25176
25191
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25182,7 +25197,7 @@ declare const VDataTable: {
|
|
|
25182
25197
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
25183
25198
|
[key: string]: any;
|
|
25184
25199
|
}>[]) | undefined;
|
|
25185
|
-
'
|
|
25200
|
+
'header.data-table-expand'?: ((arg: {
|
|
25186
25201
|
column: InternalDataTableHeader;
|
|
25187
25202
|
selectAll: (value: boolean) => void;
|
|
25188
25203
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25317,7 +25332,7 @@ declare const VDataTable: {
|
|
|
25317
25332
|
} & {
|
|
25318
25333
|
$children?: vue.VNodeChild | {
|
|
25319
25334
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
25320
|
-
[x: `
|
|
25335
|
+
[x: `header.${string}`]: ((arg: {
|
|
25321
25336
|
column: InternalDataTableHeader;
|
|
25322
25337
|
selectAll: (value: boolean) => void;
|
|
25323
25338
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25356,7 +25371,7 @@ declare const VDataTable: {
|
|
|
25356
25371
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
25357
25372
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
25358
25373
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
25359
|
-
'
|
|
25374
|
+
'header.data-table-select'?: ((arg: {
|
|
25360
25375
|
column: InternalDataTableHeader;
|
|
25361
25376
|
selectAll: (value: boolean) => void;
|
|
25362
25377
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25366,7 +25381,7 @@ declare const VDataTable: {
|
|
|
25366
25381
|
allSelected: boolean;
|
|
25367
25382
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
25368
25383
|
}) => vue.VNodeChild) | undefined;
|
|
25369
|
-
'
|
|
25384
|
+
'header.data-table-expand'?: ((arg: {
|
|
25370
25385
|
column: InternalDataTableHeader;
|
|
25371
25386
|
selectAll: (value: boolean) => void;
|
|
25372
25387
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25390,7 +25405,7 @@ declare const VDataTable: {
|
|
|
25390
25405
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
25391
25406
|
'v-slots'?: {
|
|
25392
25407
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
25393
|
-
[x: `
|
|
25408
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
25394
25409
|
column: InternalDataTableHeader;
|
|
25395
25410
|
selectAll: (value: boolean) => void;
|
|
25396
25411
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25429,7 +25444,7 @@ declare const VDataTable: {
|
|
|
25429
25444
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
25430
25445
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
25431
25446
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
25432
|
-
'
|
|
25447
|
+
'header.data-table-select'?: false | ((arg: {
|
|
25433
25448
|
column: InternalDataTableHeader;
|
|
25434
25449
|
selectAll: (value: boolean) => void;
|
|
25435
25450
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25439,7 +25454,7 @@ declare const VDataTable: {
|
|
|
25439
25454
|
allSelected: boolean;
|
|
25440
25455
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
25441
25456
|
}) => vue.VNodeChild) | undefined;
|
|
25442
|
-
'
|
|
25457
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
25443
25458
|
column: InternalDataTableHeader;
|
|
25444
25459
|
selectAll: (value: boolean) => void;
|
|
25445
25460
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25463,7 +25478,7 @@ declare const VDataTable: {
|
|
|
25463
25478
|
} | undefined;
|
|
25464
25479
|
} & {
|
|
25465
25480
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
25466
|
-
[x: `v-slot:
|
|
25481
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
25467
25482
|
column: InternalDataTableHeader;
|
|
25468
25483
|
selectAll: (value: boolean) => void;
|
|
25469
25484
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25502,7 +25517,7 @@ declare const VDataTable: {
|
|
|
25502
25517
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
25503
25518
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
25504
25519
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
25505
|
-
"v-slot:
|
|
25520
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
25506
25521
|
column: InternalDataTableHeader;
|
|
25507
25522
|
selectAll: (value: boolean) => void;
|
|
25508
25523
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25512,7 +25527,7 @@ declare const VDataTable: {
|
|
|
25512
25527
|
allSelected: boolean;
|
|
25513
25528
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
25514
25529
|
}) => vue.VNodeChild) | undefined;
|
|
25515
|
-
"v-slot:
|
|
25530
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
25516
25531
|
column: InternalDataTableHeader;
|
|
25517
25532
|
selectAll: (value: boolean) => void;
|
|
25518
25533
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25600,7 +25615,7 @@ declare const VDataTable: {
|
|
|
25600
25615
|
[x: `item.${string}`]: (arg: ItemKeySlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
25601
25616
|
[key: string]: any;
|
|
25602
25617
|
}>[];
|
|
25603
|
-
[x: `
|
|
25618
|
+
[x: `header.${string}`]: (arg: {
|
|
25604
25619
|
column: InternalDataTableHeader;
|
|
25605
25620
|
selectAll: (value: boolean) => void;
|
|
25606
25621
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25663,7 +25678,7 @@ declare const VDataTable: {
|
|
|
25663
25678
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
25664
25679
|
[key: string]: any;
|
|
25665
25680
|
}>[];
|
|
25666
|
-
'
|
|
25681
|
+
'header.data-table-select': (arg: {
|
|
25667
25682
|
column: InternalDataTableHeader;
|
|
25668
25683
|
selectAll: (value: boolean) => void;
|
|
25669
25684
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25675,7 +25690,7 @@ declare const VDataTable: {
|
|
|
25675
25690
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
25676
25691
|
[key: string]: any;
|
|
25677
25692
|
}>[];
|
|
25678
|
-
'
|
|
25693
|
+
'header.data-table-expand': (arg: {
|
|
25679
25694
|
column: InternalDataTableHeader;
|
|
25680
25695
|
selectAll: (value: boolean) => void;
|
|
25681
25696
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25825,7 +25840,7 @@ declare const VDataTable: {
|
|
|
25825
25840
|
} & {
|
|
25826
25841
|
$children?: vue.VNodeChild | {
|
|
25827
25842
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
25828
|
-
[x: `
|
|
25843
|
+
[x: `header.${string}`]: ((arg: {
|
|
25829
25844
|
column: InternalDataTableHeader;
|
|
25830
25845
|
selectAll: (value: boolean) => void;
|
|
25831
25846
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25864,7 +25879,7 @@ declare const VDataTable: {
|
|
|
25864
25879
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
25865
25880
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
25866
25881
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
25867
|
-
'
|
|
25882
|
+
'header.data-table-select'?: ((arg: {
|
|
25868
25883
|
column: InternalDataTableHeader;
|
|
25869
25884
|
selectAll: (value: boolean) => void;
|
|
25870
25885
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25874,7 +25889,7 @@ declare const VDataTable: {
|
|
|
25874
25889
|
allSelected: boolean;
|
|
25875
25890
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
25876
25891
|
}) => vue.VNodeChild) | undefined;
|
|
25877
|
-
'
|
|
25892
|
+
'header.data-table-expand'?: ((arg: {
|
|
25878
25893
|
column: InternalDataTableHeader;
|
|
25879
25894
|
selectAll: (value: boolean) => void;
|
|
25880
25895
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25898,7 +25913,7 @@ declare const VDataTable: {
|
|
|
25898
25913
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
25899
25914
|
'v-slots'?: {
|
|
25900
25915
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
25901
|
-
[x: `
|
|
25916
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
25902
25917
|
column: InternalDataTableHeader;
|
|
25903
25918
|
selectAll: (value: boolean) => void;
|
|
25904
25919
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25937,7 +25952,7 @@ declare const VDataTable: {
|
|
|
25937
25952
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
25938
25953
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
25939
25954
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
25940
|
-
'
|
|
25955
|
+
'header.data-table-select'?: false | ((arg: {
|
|
25941
25956
|
column: InternalDataTableHeader;
|
|
25942
25957
|
selectAll: (value: boolean) => void;
|
|
25943
25958
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25947,7 +25962,7 @@ declare const VDataTable: {
|
|
|
25947
25962
|
allSelected: boolean;
|
|
25948
25963
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
25949
25964
|
}) => vue.VNodeChild) | undefined;
|
|
25950
|
-
'
|
|
25965
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
25951
25966
|
column: InternalDataTableHeader;
|
|
25952
25967
|
selectAll: (value: boolean) => void;
|
|
25953
25968
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -25971,7 +25986,7 @@ declare const VDataTable: {
|
|
|
25971
25986
|
} | undefined;
|
|
25972
25987
|
} & {
|
|
25973
25988
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
25974
|
-
[x: `v-slot:
|
|
25989
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
25975
25990
|
column: InternalDataTableHeader;
|
|
25976
25991
|
selectAll: (value: boolean) => void;
|
|
25977
25992
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26010,7 +26025,7 @@ declare const VDataTable: {
|
|
|
26010
26025
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
26011
26026
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
26012
26027
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
26013
|
-
"v-slot:
|
|
26028
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
26014
26029
|
column: InternalDataTableHeader;
|
|
26015
26030
|
selectAll: (value: boolean) => void;
|
|
26016
26031
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26020,7 +26035,7 @@ declare const VDataTable: {
|
|
|
26020
26035
|
allSelected: boolean;
|
|
26021
26036
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
26022
26037
|
}) => vue.VNodeChild) | undefined;
|
|
26023
|
-
"v-slot:
|
|
26038
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
26024
26039
|
column: InternalDataTableHeader;
|
|
26025
26040
|
selectAll: (value: boolean) => void;
|
|
26026
26041
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26138,7 +26153,7 @@ declare const VDataTable: {
|
|
|
26138
26153
|
} & {
|
|
26139
26154
|
$children?: vue.VNodeChild | {
|
|
26140
26155
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
26141
|
-
[x: `
|
|
26156
|
+
[x: `header.${string}`]: ((arg: {
|
|
26142
26157
|
column: InternalDataTableHeader;
|
|
26143
26158
|
selectAll: (value: boolean) => void;
|
|
26144
26159
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26177,7 +26192,7 @@ declare const VDataTable: {
|
|
|
26177
26192
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
26178
26193
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
26179
26194
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
26180
|
-
'
|
|
26195
|
+
'header.data-table-select'?: ((arg: {
|
|
26181
26196
|
column: InternalDataTableHeader;
|
|
26182
26197
|
selectAll: (value: boolean) => void;
|
|
26183
26198
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26187,7 +26202,7 @@ declare const VDataTable: {
|
|
|
26187
26202
|
allSelected: boolean;
|
|
26188
26203
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
26189
26204
|
}) => vue.VNodeChild) | undefined;
|
|
26190
|
-
'
|
|
26205
|
+
'header.data-table-expand'?: ((arg: {
|
|
26191
26206
|
column: InternalDataTableHeader;
|
|
26192
26207
|
selectAll: (value: boolean) => void;
|
|
26193
26208
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26211,7 +26226,7 @@ declare const VDataTable: {
|
|
|
26211
26226
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
26212
26227
|
'v-slots'?: {
|
|
26213
26228
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
26214
|
-
[x: `
|
|
26229
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
26215
26230
|
column: InternalDataTableHeader;
|
|
26216
26231
|
selectAll: (value: boolean) => void;
|
|
26217
26232
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26250,7 +26265,7 @@ declare const VDataTable: {
|
|
|
26250
26265
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
26251
26266
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
26252
26267
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
26253
|
-
'
|
|
26268
|
+
'header.data-table-select'?: false | ((arg: {
|
|
26254
26269
|
column: InternalDataTableHeader;
|
|
26255
26270
|
selectAll: (value: boolean) => void;
|
|
26256
26271
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26260,7 +26275,7 @@ declare const VDataTable: {
|
|
|
26260
26275
|
allSelected: boolean;
|
|
26261
26276
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
26262
26277
|
}) => vue.VNodeChild) | undefined;
|
|
26263
|
-
'
|
|
26278
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
26264
26279
|
column: InternalDataTableHeader;
|
|
26265
26280
|
selectAll: (value: boolean) => void;
|
|
26266
26281
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26284,7 +26299,7 @@ declare const VDataTable: {
|
|
|
26284
26299
|
} | undefined;
|
|
26285
26300
|
} & {
|
|
26286
26301
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
26287
|
-
[x: `v-slot:
|
|
26302
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
26288
26303
|
column: InternalDataTableHeader;
|
|
26289
26304
|
selectAll: (value: boolean) => void;
|
|
26290
26305
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26323,7 +26338,7 @@ declare const VDataTable: {
|
|
|
26323
26338
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
26324
26339
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
26325
26340
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
26326
|
-
"v-slot:
|
|
26341
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
26327
26342
|
column: InternalDataTableHeader;
|
|
26328
26343
|
selectAll: (value: boolean) => void;
|
|
26329
26344
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26333,7 +26348,7 @@ declare const VDataTable: {
|
|
|
26333
26348
|
allSelected: boolean;
|
|
26334
26349
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
26335
26350
|
}) => vue.VNodeChild) | undefined;
|
|
26336
|
-
"v-slot:
|
|
26351
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
26337
26352
|
column: InternalDataTableHeader;
|
|
26338
26353
|
selectAll: (value: boolean) => void;
|
|
26339
26354
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26421,7 +26436,7 @@ declare const VDataTable: {
|
|
|
26421
26436
|
[x: `item.${string}`]: (arg: ItemKeySlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26422
26437
|
[key: string]: any;
|
|
26423
26438
|
}>[];
|
|
26424
|
-
[x: `
|
|
26439
|
+
[x: `header.${string}`]: (arg: {
|
|
26425
26440
|
column: InternalDataTableHeader;
|
|
26426
26441
|
selectAll: (value: boolean) => void;
|
|
26427
26442
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26484,7 +26499,7 @@ declare const VDataTable: {
|
|
|
26484
26499
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26485
26500
|
[key: string]: any;
|
|
26486
26501
|
}>[];
|
|
26487
|
-
'
|
|
26502
|
+
'header.data-table-select': (arg: {
|
|
26488
26503
|
column: InternalDataTableHeader;
|
|
26489
26504
|
selectAll: (value: boolean) => void;
|
|
26490
26505
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -26496,7 +26511,7 @@ declare const VDataTable: {
|
|
|
26496
26511
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
26497
26512
|
[key: string]: any;
|
|
26498
26513
|
}>[];
|
|
26499
|
-
'
|
|
26514
|
+
'header.data-table-expand': (arg: {
|
|
26500
26515
|
column: InternalDataTableHeader;
|
|
26501
26516
|
selectAll: (value: boolean) => void;
|
|
26502
26517
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27261,7 +27276,7 @@ declare const VDataTableVirtual: {
|
|
|
27261
27276
|
fixedFooter: boolean;
|
|
27262
27277
|
}> & Omit<{
|
|
27263
27278
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
27264
|
-
[x: `v-slot:
|
|
27279
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
27265
27280
|
column: InternalDataTableHeader;
|
|
27266
27281
|
selectAll: (value: boolean) => void;
|
|
27267
27282
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27337,7 +27352,7 @@ declare const VDataTableVirtual: {
|
|
|
27337
27352
|
rowHeight?: number | undefined;
|
|
27338
27353
|
$children?: {} | vue.VNodeChild | {
|
|
27339
27354
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
27340
|
-
[x: `
|
|
27355
|
+
[x: `header.${string}`]: ((arg: {
|
|
27341
27356
|
column: InternalDataTableHeader;
|
|
27342
27357
|
selectAll: (value: boolean) => void;
|
|
27343
27358
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27378,7 +27393,7 @@ declare const VDataTableVirtual: {
|
|
|
27378
27393
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
27379
27394
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
27380
27395
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
27381
|
-
'
|
|
27396
|
+
'header.data-table-select'?: ((arg: {
|
|
27382
27397
|
column: InternalDataTableHeader;
|
|
27383
27398
|
selectAll: (value: boolean) => void;
|
|
27384
27399
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27388,7 +27403,7 @@ declare const VDataTableVirtual: {
|
|
|
27388
27403
|
allSelected: boolean;
|
|
27389
27404
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
27390
27405
|
}) => vue.VNodeChild) | undefined;
|
|
27391
|
-
'
|
|
27406
|
+
'header.data-table-expand'?: ((arg: {
|
|
27392
27407
|
column: InternalDataTableHeader;
|
|
27393
27408
|
selectAll: (value: boolean) => void;
|
|
27394
27409
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27405,7 +27420,7 @@ declare const VDataTableVirtual: {
|
|
|
27405
27420
|
};
|
|
27406
27421
|
'v-slots'?: {
|
|
27407
27422
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
27408
|
-
[x: `
|
|
27423
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
27409
27424
|
column: InternalDataTableHeader;
|
|
27410
27425
|
selectAll: (value: boolean) => void;
|
|
27411
27426
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27446,7 +27461,7 @@ declare const VDataTableVirtual: {
|
|
|
27446
27461
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
27447
27462
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
27448
27463
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
27449
|
-
'
|
|
27464
|
+
'header.data-table-select'?: false | ((arg: {
|
|
27450
27465
|
column: InternalDataTableHeader;
|
|
27451
27466
|
selectAll: (value: boolean) => void;
|
|
27452
27467
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27456,7 +27471,7 @@ declare const VDataTableVirtual: {
|
|
|
27456
27471
|
allSelected: boolean;
|
|
27457
27472
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
27458
27473
|
}) => vue.VNodeChild) | undefined;
|
|
27459
|
-
'
|
|
27474
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
27460
27475
|
column: InternalDataTableHeader;
|
|
27461
27476
|
selectAll: (value: boolean) => void;
|
|
27462
27477
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27502,7 +27517,7 @@ declare const VDataTableVirtual: {
|
|
|
27502
27517
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
27503
27518
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
27504
27519
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
27505
|
-
"v-slot:
|
|
27520
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
27506
27521
|
column: InternalDataTableHeader;
|
|
27507
27522
|
selectAll: (value: boolean) => void;
|
|
27508
27523
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27512,7 +27527,7 @@ declare const VDataTableVirtual: {
|
|
|
27512
27527
|
allSelected: boolean;
|
|
27513
27528
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
27514
27529
|
}) => vue.VNodeChild) | undefined;
|
|
27515
|
-
"v-slot:
|
|
27530
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
27516
27531
|
column: InternalDataTableHeader;
|
|
27517
27532
|
selectAll: (value: boolean) => void;
|
|
27518
27533
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27600,7 +27615,7 @@ declare const VDataTableVirtual: {
|
|
|
27600
27615
|
} & {
|
|
27601
27616
|
$children?: {} | vue.VNodeChild | {
|
|
27602
27617
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
27603
|
-
[x: `
|
|
27618
|
+
[x: `header.${string}`]: ((arg: {
|
|
27604
27619
|
column: InternalDataTableHeader;
|
|
27605
27620
|
selectAll: (value: boolean) => void;
|
|
27606
27621
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27641,7 +27656,7 @@ declare const VDataTableVirtual: {
|
|
|
27641
27656
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
27642
27657
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
27643
27658
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
27644
|
-
'
|
|
27659
|
+
'header.data-table-select'?: ((arg: {
|
|
27645
27660
|
column: InternalDataTableHeader;
|
|
27646
27661
|
selectAll: (value: boolean) => void;
|
|
27647
27662
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27651,7 +27666,7 @@ declare const VDataTableVirtual: {
|
|
|
27651
27666
|
allSelected: boolean;
|
|
27652
27667
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
27653
27668
|
}) => vue.VNodeChild) | undefined;
|
|
27654
|
-
'
|
|
27669
|
+
'header.data-table-expand'?: ((arg: {
|
|
27655
27670
|
column: InternalDataTableHeader;
|
|
27656
27671
|
selectAll: (value: boolean) => void;
|
|
27657
27672
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27668,7 +27683,7 @@ declare const VDataTableVirtual: {
|
|
|
27668
27683
|
};
|
|
27669
27684
|
'v-slots'?: {
|
|
27670
27685
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
27671
|
-
[x: `
|
|
27686
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
27672
27687
|
column: InternalDataTableHeader;
|
|
27673
27688
|
selectAll: (value: boolean) => void;
|
|
27674
27689
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27709,7 +27724,7 @@ declare const VDataTableVirtual: {
|
|
|
27709
27724
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
27710
27725
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
27711
27726
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
27712
|
-
'
|
|
27727
|
+
'header.data-table-select'?: false | ((arg: {
|
|
27713
27728
|
column: InternalDataTableHeader;
|
|
27714
27729
|
selectAll: (value: boolean) => void;
|
|
27715
27730
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27719,7 +27734,7 @@ declare const VDataTableVirtual: {
|
|
|
27719
27734
|
allSelected: boolean;
|
|
27720
27735
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
27721
27736
|
}) => vue.VNodeChild) | undefined;
|
|
27722
|
-
'
|
|
27737
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
27723
27738
|
column: InternalDataTableHeader;
|
|
27724
27739
|
selectAll: (value: boolean) => void;
|
|
27725
27740
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27736,7 +27751,7 @@ declare const VDataTableVirtual: {
|
|
|
27736
27751
|
} | undefined;
|
|
27737
27752
|
} & {
|
|
27738
27753
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
27739
|
-
[x: `v-slot:
|
|
27754
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
27740
27755
|
column: InternalDataTableHeader;
|
|
27741
27756
|
selectAll: (value: boolean) => void;
|
|
27742
27757
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27777,7 +27792,7 @@ declare const VDataTableVirtual: {
|
|
|
27777
27792
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
27778
27793
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
27779
27794
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
27780
|
-
"v-slot:
|
|
27795
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
27781
27796
|
column: InternalDataTableHeader;
|
|
27782
27797
|
selectAll: (value: boolean) => void;
|
|
27783
27798
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27787,7 +27802,7 @@ declare const VDataTableVirtual: {
|
|
|
27787
27802
|
allSelected: boolean;
|
|
27788
27803
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
27789
27804
|
}) => vue.VNodeChild) | undefined;
|
|
27790
|
-
"v-slot:
|
|
27805
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
27791
27806
|
column: InternalDataTableHeader;
|
|
27792
27807
|
selectAll: (value: boolean) => void;
|
|
27793
27808
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27818,7 +27833,7 @@ declare const VDataTableVirtual: {
|
|
|
27818
27833
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
27819
27834
|
[key: string]: any;
|
|
27820
27835
|
}>[]) | undefined;
|
|
27821
|
-
[x: `
|
|
27836
|
+
[x: `header.${string}`]: ((arg: {
|
|
27822
27837
|
column: InternalDataTableHeader;
|
|
27823
27838
|
selectAll: (value: boolean) => void;
|
|
27824
27839
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27883,7 +27898,7 @@ declare const VDataTableVirtual: {
|
|
|
27883
27898
|
loader?: ((arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
27884
27899
|
[key: string]: any;
|
|
27885
27900
|
}>[]) | undefined;
|
|
27886
|
-
'
|
|
27901
|
+
'header.data-table-select'?: ((arg: {
|
|
27887
27902
|
column: InternalDataTableHeader;
|
|
27888
27903
|
selectAll: (value: boolean) => void;
|
|
27889
27904
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27895,7 +27910,7 @@ declare const VDataTableVirtual: {
|
|
|
27895
27910
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
27896
27911
|
[key: string]: any;
|
|
27897
27912
|
}>[]) | undefined;
|
|
27898
|
-
'
|
|
27913
|
+
'header.data-table-expand'?: ((arg: {
|
|
27899
27914
|
column: InternalDataTableHeader;
|
|
27900
27915
|
selectAll: (value: boolean) => void;
|
|
27901
27916
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -27993,7 +28008,7 @@ declare const VDataTableVirtual: {
|
|
|
27993
28008
|
} & {
|
|
27994
28009
|
$children?: {} | vue.VNodeChild | {
|
|
27995
28010
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
27996
|
-
[x: `
|
|
28011
|
+
[x: `header.${string}`]: ((arg: {
|
|
27997
28012
|
column: InternalDataTableHeader;
|
|
27998
28013
|
selectAll: (value: boolean) => void;
|
|
27999
28014
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28034,7 +28049,7 @@ declare const VDataTableVirtual: {
|
|
|
28034
28049
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
28035
28050
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
28036
28051
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
28037
|
-
'
|
|
28052
|
+
'header.data-table-select'?: ((arg: {
|
|
28038
28053
|
column: InternalDataTableHeader;
|
|
28039
28054
|
selectAll: (value: boolean) => void;
|
|
28040
28055
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28044,7 +28059,7 @@ declare const VDataTableVirtual: {
|
|
|
28044
28059
|
allSelected: boolean;
|
|
28045
28060
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
28046
28061
|
}) => vue.VNodeChild) | undefined;
|
|
28047
|
-
'
|
|
28062
|
+
'header.data-table-expand'?: ((arg: {
|
|
28048
28063
|
column: InternalDataTableHeader;
|
|
28049
28064
|
selectAll: (value: boolean) => void;
|
|
28050
28065
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28061,7 +28076,7 @@ declare const VDataTableVirtual: {
|
|
|
28061
28076
|
};
|
|
28062
28077
|
'v-slots'?: {
|
|
28063
28078
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
28064
|
-
[x: `
|
|
28079
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
28065
28080
|
column: InternalDataTableHeader;
|
|
28066
28081
|
selectAll: (value: boolean) => void;
|
|
28067
28082
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28102,7 +28117,7 @@ declare const VDataTableVirtual: {
|
|
|
28102
28117
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
28103
28118
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
28104
28119
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
28105
|
-
'
|
|
28120
|
+
'header.data-table-select'?: false | ((arg: {
|
|
28106
28121
|
column: InternalDataTableHeader;
|
|
28107
28122
|
selectAll: (value: boolean) => void;
|
|
28108
28123
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28112,7 +28127,7 @@ declare const VDataTableVirtual: {
|
|
|
28112
28127
|
allSelected: boolean;
|
|
28113
28128
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
28114
28129
|
}) => vue.VNodeChild) | undefined;
|
|
28115
|
-
'
|
|
28130
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
28116
28131
|
column: InternalDataTableHeader;
|
|
28117
28132
|
selectAll: (value: boolean) => void;
|
|
28118
28133
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28129,7 +28144,7 @@ declare const VDataTableVirtual: {
|
|
|
28129
28144
|
} | undefined;
|
|
28130
28145
|
} & {
|
|
28131
28146
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
28132
|
-
[x: `v-slot:
|
|
28147
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
28133
28148
|
column: InternalDataTableHeader;
|
|
28134
28149
|
selectAll: (value: boolean) => void;
|
|
28135
28150
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28170,7 +28185,7 @@ declare const VDataTableVirtual: {
|
|
|
28170
28185
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
28171
28186
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
28172
28187
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
28173
|
-
"v-slot:
|
|
28188
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
28174
28189
|
column: InternalDataTableHeader;
|
|
28175
28190
|
selectAll: (value: boolean) => void;
|
|
28176
28191
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28180,7 +28195,7 @@ declare const VDataTableVirtual: {
|
|
|
28180
28195
|
allSelected: boolean;
|
|
28181
28196
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
28182
28197
|
}) => vue.VNodeChild) | undefined;
|
|
28183
|
-
"v-slot:
|
|
28198
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
28184
28199
|
column: InternalDataTableHeader;
|
|
28185
28200
|
selectAll: (value: boolean) => void;
|
|
28186
28201
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28201,11 +28216,11 @@ declare const VDataTableVirtual: {
|
|
|
28201
28216
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
28202
28217
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
28203
28218
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28204
|
-
'update:modelValue': (value: any[]) =>
|
|
28205
|
-
'update:sortBy': (value: any) =>
|
|
28206
|
-
'update:options': (value: any) =>
|
|
28207
|
-
'update:groupBy': (value: any) =>
|
|
28208
|
-
'update:expanded': (value: any) =>
|
|
28219
|
+
'update:modelValue': (value: any[]) => boolean;
|
|
28220
|
+
'update:sortBy': (value: any) => boolean;
|
|
28221
|
+
'update:options': (value: any) => boolean;
|
|
28222
|
+
'update:groupBy': (value: any) => boolean;
|
|
28223
|
+
'update:expanded': (value: any) => boolean;
|
|
28209
28224
|
}, string, {
|
|
28210
28225
|
style: vue.StyleValue;
|
|
28211
28226
|
expanded: readonly string[];
|
|
@@ -28241,7 +28256,7 @@ declare const VDataTableVirtual: {
|
|
|
28241
28256
|
[x: `item.${string}`]: (arg: ItemKeySlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
28242
28257
|
[key: string]: any;
|
|
28243
28258
|
}>[];
|
|
28244
|
-
[x: `
|
|
28259
|
+
[x: `header.${string}`]: (arg: {
|
|
28245
28260
|
column: InternalDataTableHeader;
|
|
28246
28261
|
selectAll: (value: boolean) => void;
|
|
28247
28262
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28306,7 +28321,7 @@ declare const VDataTableVirtual: {
|
|
|
28306
28321
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
28307
28322
|
[key: string]: any;
|
|
28308
28323
|
}>[];
|
|
28309
|
-
'
|
|
28324
|
+
'header.data-table-select': (arg: {
|
|
28310
28325
|
column: InternalDataTableHeader;
|
|
28311
28326
|
selectAll: (value: boolean) => void;
|
|
28312
28327
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28318,7 +28333,7 @@ declare const VDataTableVirtual: {
|
|
|
28318
28333
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
28319
28334
|
[key: string]: any;
|
|
28320
28335
|
}>[];
|
|
28321
|
-
'
|
|
28336
|
+
'header.data-table-expand': (arg: {
|
|
28322
28337
|
column: InternalDataTableHeader;
|
|
28323
28338
|
selectAll: (value: boolean) => void;
|
|
28324
28339
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28431,7 +28446,7 @@ declare const VDataTableVirtual: {
|
|
|
28431
28446
|
} & {
|
|
28432
28447
|
$children?: {} | vue.VNodeChild | {
|
|
28433
28448
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
28434
|
-
[x: `
|
|
28449
|
+
[x: `header.${string}`]: ((arg: {
|
|
28435
28450
|
column: InternalDataTableHeader;
|
|
28436
28451
|
selectAll: (value: boolean) => void;
|
|
28437
28452
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28472,7 +28487,7 @@ declare const VDataTableVirtual: {
|
|
|
28472
28487
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
28473
28488
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
28474
28489
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
28475
|
-
'
|
|
28490
|
+
'header.data-table-select'?: ((arg: {
|
|
28476
28491
|
column: InternalDataTableHeader;
|
|
28477
28492
|
selectAll: (value: boolean) => void;
|
|
28478
28493
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28482,7 +28497,7 @@ declare const VDataTableVirtual: {
|
|
|
28482
28497
|
allSelected: boolean;
|
|
28483
28498
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
28484
28499
|
}) => vue.VNodeChild) | undefined;
|
|
28485
|
-
'
|
|
28500
|
+
'header.data-table-expand'?: ((arg: {
|
|
28486
28501
|
column: InternalDataTableHeader;
|
|
28487
28502
|
selectAll: (value: boolean) => void;
|
|
28488
28503
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28499,7 +28514,7 @@ declare const VDataTableVirtual: {
|
|
|
28499
28514
|
};
|
|
28500
28515
|
'v-slots'?: {
|
|
28501
28516
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
28502
|
-
[x: `
|
|
28517
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
28503
28518
|
column: InternalDataTableHeader;
|
|
28504
28519
|
selectAll: (value: boolean) => void;
|
|
28505
28520
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28540,7 +28555,7 @@ declare const VDataTableVirtual: {
|
|
|
28540
28555
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
28541
28556
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
28542
28557
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
28543
|
-
'
|
|
28558
|
+
'header.data-table-select'?: false | ((arg: {
|
|
28544
28559
|
column: InternalDataTableHeader;
|
|
28545
28560
|
selectAll: (value: boolean) => void;
|
|
28546
28561
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28550,7 +28565,7 @@ declare const VDataTableVirtual: {
|
|
|
28550
28565
|
allSelected: boolean;
|
|
28551
28566
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
28552
28567
|
}) => vue.VNodeChild) | undefined;
|
|
28553
|
-
'
|
|
28568
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
28554
28569
|
column: InternalDataTableHeader;
|
|
28555
28570
|
selectAll: (value: boolean) => void;
|
|
28556
28571
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28567,7 +28582,7 @@ declare const VDataTableVirtual: {
|
|
|
28567
28582
|
} | undefined;
|
|
28568
28583
|
} & {
|
|
28569
28584
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
28570
|
-
[x: `v-slot:
|
|
28585
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
28571
28586
|
column: InternalDataTableHeader;
|
|
28572
28587
|
selectAll: (value: boolean) => void;
|
|
28573
28588
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28608,7 +28623,7 @@ declare const VDataTableVirtual: {
|
|
|
28608
28623
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
28609
28624
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
28610
28625
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
28611
|
-
"v-slot:
|
|
28626
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
28612
28627
|
column: InternalDataTableHeader;
|
|
28613
28628
|
selectAll: (value: boolean) => void;
|
|
28614
28629
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28618,7 +28633,7 @@ declare const VDataTableVirtual: {
|
|
|
28618
28633
|
allSelected: boolean;
|
|
28619
28634
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
28620
28635
|
}) => vue.VNodeChild) | undefined;
|
|
28621
|
-
"v-slot:
|
|
28636
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
28622
28637
|
column: InternalDataTableHeader;
|
|
28623
28638
|
selectAll: (value: boolean) => void;
|
|
28624
28639
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28711,7 +28726,7 @@ declare const VDataTableVirtual: {
|
|
|
28711
28726
|
} & {
|
|
28712
28727
|
$children?: {} | vue.VNodeChild | {
|
|
28713
28728
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
28714
|
-
[x: `
|
|
28729
|
+
[x: `header.${string}`]: ((arg: {
|
|
28715
28730
|
column: InternalDataTableHeader;
|
|
28716
28731
|
selectAll: (value: boolean) => void;
|
|
28717
28732
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28752,7 +28767,7 @@ declare const VDataTableVirtual: {
|
|
|
28752
28767
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
28753
28768
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
28754
28769
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
28755
|
-
'
|
|
28770
|
+
'header.data-table-select'?: ((arg: {
|
|
28756
28771
|
column: InternalDataTableHeader;
|
|
28757
28772
|
selectAll: (value: boolean) => void;
|
|
28758
28773
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28762,7 +28777,7 @@ declare const VDataTableVirtual: {
|
|
|
28762
28777
|
allSelected: boolean;
|
|
28763
28778
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
28764
28779
|
}) => vue.VNodeChild) | undefined;
|
|
28765
|
-
'
|
|
28780
|
+
'header.data-table-expand'?: ((arg: {
|
|
28766
28781
|
column: InternalDataTableHeader;
|
|
28767
28782
|
selectAll: (value: boolean) => void;
|
|
28768
28783
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28779,7 +28794,7 @@ declare const VDataTableVirtual: {
|
|
|
28779
28794
|
};
|
|
28780
28795
|
'v-slots'?: {
|
|
28781
28796
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
28782
|
-
[x: `
|
|
28797
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
28783
28798
|
column: InternalDataTableHeader;
|
|
28784
28799
|
selectAll: (value: boolean) => void;
|
|
28785
28800
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28820,7 +28835,7 @@ declare const VDataTableVirtual: {
|
|
|
28820
28835
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
28821
28836
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
28822
28837
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
28823
|
-
'
|
|
28838
|
+
'header.data-table-select'?: false | ((arg: {
|
|
28824
28839
|
column: InternalDataTableHeader;
|
|
28825
28840
|
selectAll: (value: boolean) => void;
|
|
28826
28841
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28830,7 +28845,7 @@ declare const VDataTableVirtual: {
|
|
|
28830
28845
|
allSelected: boolean;
|
|
28831
28846
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
28832
28847
|
}) => vue.VNodeChild) | undefined;
|
|
28833
|
-
'
|
|
28848
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
28834
28849
|
column: InternalDataTableHeader;
|
|
28835
28850
|
selectAll: (value: boolean) => void;
|
|
28836
28851
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28847,7 +28862,7 @@ declare const VDataTableVirtual: {
|
|
|
28847
28862
|
} | undefined;
|
|
28848
28863
|
} & {
|
|
28849
28864
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
28850
|
-
[x: `v-slot:
|
|
28865
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
28851
28866
|
column: InternalDataTableHeader;
|
|
28852
28867
|
selectAll: (value: boolean) => void;
|
|
28853
28868
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28888,7 +28903,7 @@ declare const VDataTableVirtual: {
|
|
|
28888
28903
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
28889
28904
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
28890
28905
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
28891
|
-
"v-slot:
|
|
28906
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
28892
28907
|
column: InternalDataTableHeader;
|
|
28893
28908
|
selectAll: (value: boolean) => void;
|
|
28894
28909
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28898,7 +28913,7 @@ declare const VDataTableVirtual: {
|
|
|
28898
28913
|
allSelected: boolean;
|
|
28899
28914
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
28900
28915
|
}) => vue.VNodeChild) | undefined;
|
|
28901
|
-
"v-slot:
|
|
28916
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
28902
28917
|
column: InternalDataTableHeader;
|
|
28903
28918
|
selectAll: (value: boolean) => void;
|
|
28904
28919
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -28919,11 +28934,11 @@ declare const VDataTableVirtual: {
|
|
|
28919
28934
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
28920
28935
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
28921
28936
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28922
|
-
'update:modelValue': (value: any[]) =>
|
|
28923
|
-
'update:sortBy': (value: any) =>
|
|
28924
|
-
'update:options': (value: any) =>
|
|
28925
|
-
'update:groupBy': (value: any) =>
|
|
28926
|
-
'update:expanded': (value: any) =>
|
|
28937
|
+
'update:modelValue': (value: any[]) => boolean;
|
|
28938
|
+
'update:sortBy': (value: any) => boolean;
|
|
28939
|
+
'update:options': (value: any) => boolean;
|
|
28940
|
+
'update:groupBy': (value: any) => boolean;
|
|
28941
|
+
'update:expanded': (value: any) => boolean;
|
|
28927
28942
|
}, string, {
|
|
28928
28943
|
style: vue.StyleValue;
|
|
28929
28944
|
expanded: readonly string[];
|
|
@@ -28959,7 +28974,7 @@ declare const VDataTableVirtual: {
|
|
|
28959
28974
|
[x: `item.${string}`]: (arg: ItemKeySlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
28960
28975
|
[key: string]: any;
|
|
28961
28976
|
}>[];
|
|
28962
|
-
[x: `
|
|
28977
|
+
[x: `header.${string}`]: (arg: {
|
|
28963
28978
|
column: InternalDataTableHeader;
|
|
28964
28979
|
selectAll: (value: boolean) => void;
|
|
28965
28980
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29024,7 +29039,7 @@ declare const VDataTableVirtual: {
|
|
|
29024
29039
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
29025
29040
|
[key: string]: any;
|
|
29026
29041
|
}>[];
|
|
29027
|
-
'
|
|
29042
|
+
'header.data-table-select': (arg: {
|
|
29028
29043
|
column: InternalDataTableHeader;
|
|
29029
29044
|
selectAll: (value: boolean) => void;
|
|
29030
29045
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29036,7 +29051,7 @@ declare const VDataTableVirtual: {
|
|
|
29036
29051
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
29037
29052
|
[key: string]: any;
|
|
29038
29053
|
}>[];
|
|
29039
|
-
'
|
|
29054
|
+
'header.data-table-expand': (arg: {
|
|
29040
29055
|
column: InternalDataTableHeader;
|
|
29041
29056
|
selectAll: (value: boolean) => void;
|
|
29042
29057
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29354,7 +29369,7 @@ declare const VDataTableServer: {
|
|
|
29354
29369
|
fixedFooter: boolean;
|
|
29355
29370
|
}> & Omit<{
|
|
29356
29371
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
29357
|
-
[x: `v-slot:
|
|
29372
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
29358
29373
|
column: InternalDataTableHeader;
|
|
29359
29374
|
selectAll: (value: boolean) => void;
|
|
29360
29375
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29442,7 +29457,7 @@ declare const VDataTableServer: {
|
|
|
29442
29457
|
rowHeight?: number | undefined;
|
|
29443
29458
|
$children?: vue.VNodeChild | {
|
|
29444
29459
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
29445
|
-
[x: `
|
|
29460
|
+
[x: `header.${string}`]: ((arg: {
|
|
29446
29461
|
column: InternalDataTableHeader;
|
|
29447
29462
|
selectAll: (value: boolean) => void;
|
|
29448
29463
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29481,7 +29496,7 @@ declare const VDataTableServer: {
|
|
|
29481
29496
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
29482
29497
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
29483
29498
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
29484
|
-
'
|
|
29499
|
+
'header.data-table-select'?: ((arg: {
|
|
29485
29500
|
column: InternalDataTableHeader;
|
|
29486
29501
|
selectAll: (value: boolean) => void;
|
|
29487
29502
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29491,7 +29506,7 @@ declare const VDataTableServer: {
|
|
|
29491
29506
|
allSelected: boolean;
|
|
29492
29507
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
29493
29508
|
}) => vue.VNodeChild) | undefined;
|
|
29494
|
-
'
|
|
29509
|
+
'header.data-table-expand'?: ((arg: {
|
|
29495
29510
|
column: InternalDataTableHeader;
|
|
29496
29511
|
selectAll: (value: boolean) => void;
|
|
29497
29512
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29515,7 +29530,7 @@ declare const VDataTableServer: {
|
|
|
29515
29530
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
29516
29531
|
'v-slots'?: {
|
|
29517
29532
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
29518
|
-
[x: `
|
|
29533
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
29519
29534
|
column: InternalDataTableHeader;
|
|
29520
29535
|
selectAll: (value: boolean) => void;
|
|
29521
29536
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29554,7 +29569,7 @@ declare const VDataTableServer: {
|
|
|
29554
29569
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
29555
29570
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
29556
29571
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
29557
|
-
'
|
|
29572
|
+
'header.data-table-select'?: false | ((arg: {
|
|
29558
29573
|
column: InternalDataTableHeader;
|
|
29559
29574
|
selectAll: (value: boolean) => void;
|
|
29560
29575
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29564,7 +29579,7 @@ declare const VDataTableServer: {
|
|
|
29564
29579
|
allSelected: boolean;
|
|
29565
29580
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
29566
29581
|
}) => vue.VNodeChild) | undefined;
|
|
29567
|
-
'
|
|
29582
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
29568
29583
|
column: InternalDataTableHeader;
|
|
29569
29584
|
selectAll: (value: boolean) => void;
|
|
29570
29585
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29615,7 +29630,7 @@ declare const VDataTableServer: {
|
|
|
29615
29630
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
29616
29631
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
29617
29632
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
29618
|
-
"v-slot:
|
|
29633
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
29619
29634
|
column: InternalDataTableHeader;
|
|
29620
29635
|
selectAll: (value: boolean) => void;
|
|
29621
29636
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29625,7 +29640,7 @@ declare const VDataTableServer: {
|
|
|
29625
29640
|
allSelected: boolean;
|
|
29626
29641
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
29627
29642
|
}) => vue.VNodeChild) | undefined;
|
|
29628
|
-
"v-slot:
|
|
29643
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
29629
29644
|
column: InternalDataTableHeader;
|
|
29630
29645
|
selectAll: (value: boolean) => void;
|
|
29631
29646
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29734,7 +29749,7 @@ declare const VDataTableServer: {
|
|
|
29734
29749
|
} & {
|
|
29735
29750
|
$children?: vue.VNodeChild | {
|
|
29736
29751
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
29737
|
-
[x: `
|
|
29752
|
+
[x: `header.${string}`]: ((arg: {
|
|
29738
29753
|
column: InternalDataTableHeader;
|
|
29739
29754
|
selectAll: (value: boolean) => void;
|
|
29740
29755
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29773,7 +29788,7 @@ declare const VDataTableServer: {
|
|
|
29773
29788
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
29774
29789
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
29775
29790
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
29776
|
-
'
|
|
29791
|
+
'header.data-table-select'?: ((arg: {
|
|
29777
29792
|
column: InternalDataTableHeader;
|
|
29778
29793
|
selectAll: (value: boolean) => void;
|
|
29779
29794
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29783,7 +29798,7 @@ declare const VDataTableServer: {
|
|
|
29783
29798
|
allSelected: boolean;
|
|
29784
29799
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
29785
29800
|
}) => vue.VNodeChild) | undefined;
|
|
29786
|
-
'
|
|
29801
|
+
'header.data-table-expand'?: ((arg: {
|
|
29787
29802
|
column: InternalDataTableHeader;
|
|
29788
29803
|
selectAll: (value: boolean) => void;
|
|
29789
29804
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29807,7 +29822,7 @@ declare const VDataTableServer: {
|
|
|
29807
29822
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
29808
29823
|
'v-slots'?: {
|
|
29809
29824
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
29810
|
-
[x: `
|
|
29825
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
29811
29826
|
column: InternalDataTableHeader;
|
|
29812
29827
|
selectAll: (value: boolean) => void;
|
|
29813
29828
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29846,7 +29861,7 @@ declare const VDataTableServer: {
|
|
|
29846
29861
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
29847
29862
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
29848
29863
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
29849
|
-
'
|
|
29864
|
+
'header.data-table-select'?: false | ((arg: {
|
|
29850
29865
|
column: InternalDataTableHeader;
|
|
29851
29866
|
selectAll: (value: boolean) => void;
|
|
29852
29867
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29856,7 +29871,7 @@ declare const VDataTableServer: {
|
|
|
29856
29871
|
allSelected: boolean;
|
|
29857
29872
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
29858
29873
|
}) => vue.VNodeChild) | undefined;
|
|
29859
|
-
'
|
|
29874
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
29860
29875
|
column: InternalDataTableHeader;
|
|
29861
29876
|
selectAll: (value: boolean) => void;
|
|
29862
29877
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29880,7 +29895,7 @@ declare const VDataTableServer: {
|
|
|
29880
29895
|
} | undefined;
|
|
29881
29896
|
} & {
|
|
29882
29897
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
29883
|
-
[x: `v-slot:
|
|
29898
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
29884
29899
|
column: InternalDataTableHeader;
|
|
29885
29900
|
selectAll: (value: boolean) => void;
|
|
29886
29901
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29919,7 +29934,7 @@ declare const VDataTableServer: {
|
|
|
29919
29934
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
29920
29935
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
29921
29936
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
29922
|
-
"v-slot:
|
|
29937
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
29923
29938
|
column: InternalDataTableHeader;
|
|
29924
29939
|
selectAll: (value: boolean) => void;
|
|
29925
29940
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29929,7 +29944,7 @@ declare const VDataTableServer: {
|
|
|
29929
29944
|
allSelected: boolean;
|
|
29930
29945
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
29931
29946
|
}) => vue.VNodeChild) | undefined;
|
|
29932
|
-
"v-slot:
|
|
29947
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
29933
29948
|
column: InternalDataTableHeader;
|
|
29934
29949
|
selectAll: (value: boolean) => void;
|
|
29935
29950
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -29969,7 +29984,7 @@ declare const VDataTableServer: {
|
|
|
29969
29984
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
29970
29985
|
[key: string]: any;
|
|
29971
29986
|
}>[]) | undefined;
|
|
29972
|
-
[x: `
|
|
29987
|
+
[x: `header.${string}`]: ((arg: {
|
|
29973
29988
|
column: InternalDataTableHeader;
|
|
29974
29989
|
selectAll: (value: boolean) => void;
|
|
29975
29990
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30032,7 +30047,7 @@ declare const VDataTableServer: {
|
|
|
30032
30047
|
loader?: ((arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
30033
30048
|
[key: string]: any;
|
|
30034
30049
|
}>[]) | undefined;
|
|
30035
|
-
'
|
|
30050
|
+
'header.data-table-select'?: ((arg: {
|
|
30036
30051
|
column: InternalDataTableHeader;
|
|
30037
30052
|
selectAll: (value: boolean) => void;
|
|
30038
30053
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30044,7 +30059,7 @@ declare const VDataTableServer: {
|
|
|
30044
30059
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
30045
30060
|
[key: string]: any;
|
|
30046
30061
|
}>[]) | undefined;
|
|
30047
|
-
'
|
|
30062
|
+
'header.data-table-expand'?: ((arg: {
|
|
30048
30063
|
column: InternalDataTableHeader;
|
|
30049
30064
|
selectAll: (value: boolean) => void;
|
|
30050
30065
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30175,7 +30190,7 @@ declare const VDataTableServer: {
|
|
|
30175
30190
|
} & {
|
|
30176
30191
|
$children?: vue.VNodeChild | {
|
|
30177
30192
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
30178
|
-
[x: `
|
|
30193
|
+
[x: `header.${string}`]: ((arg: {
|
|
30179
30194
|
column: InternalDataTableHeader;
|
|
30180
30195
|
selectAll: (value: boolean) => void;
|
|
30181
30196
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30214,7 +30229,7 @@ declare const VDataTableServer: {
|
|
|
30214
30229
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
30215
30230
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
30216
30231
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
30217
|
-
'
|
|
30232
|
+
'header.data-table-select'?: ((arg: {
|
|
30218
30233
|
column: InternalDataTableHeader;
|
|
30219
30234
|
selectAll: (value: boolean) => void;
|
|
30220
30235
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30224,7 +30239,7 @@ declare const VDataTableServer: {
|
|
|
30224
30239
|
allSelected: boolean;
|
|
30225
30240
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
30226
30241
|
}) => vue.VNodeChild) | undefined;
|
|
30227
|
-
'
|
|
30242
|
+
'header.data-table-expand'?: ((arg: {
|
|
30228
30243
|
column: InternalDataTableHeader;
|
|
30229
30244
|
selectAll: (value: boolean) => void;
|
|
30230
30245
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30248,7 +30263,7 @@ declare const VDataTableServer: {
|
|
|
30248
30263
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
30249
30264
|
'v-slots'?: {
|
|
30250
30265
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
30251
|
-
[x: `
|
|
30266
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
30252
30267
|
column: InternalDataTableHeader;
|
|
30253
30268
|
selectAll: (value: boolean) => void;
|
|
30254
30269
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30287,7 +30302,7 @@ declare const VDataTableServer: {
|
|
|
30287
30302
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
30288
30303
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
30289
30304
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
30290
|
-
'
|
|
30305
|
+
'header.data-table-select'?: false | ((arg: {
|
|
30291
30306
|
column: InternalDataTableHeader;
|
|
30292
30307
|
selectAll: (value: boolean) => void;
|
|
30293
30308
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30297,7 +30312,7 @@ declare const VDataTableServer: {
|
|
|
30297
30312
|
allSelected: boolean;
|
|
30298
30313
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
30299
30314
|
}) => vue.VNodeChild) | undefined;
|
|
30300
|
-
'
|
|
30315
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
30301
30316
|
column: InternalDataTableHeader;
|
|
30302
30317
|
selectAll: (value: boolean) => void;
|
|
30303
30318
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30321,7 +30336,7 @@ declare const VDataTableServer: {
|
|
|
30321
30336
|
} | undefined;
|
|
30322
30337
|
} & {
|
|
30323
30338
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
30324
|
-
[x: `v-slot:
|
|
30339
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
30325
30340
|
column: InternalDataTableHeader;
|
|
30326
30341
|
selectAll: (value: boolean) => void;
|
|
30327
30342
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30360,7 +30375,7 @@ declare const VDataTableServer: {
|
|
|
30360
30375
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
30361
30376
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
30362
30377
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
30363
|
-
"v-slot:
|
|
30378
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
30364
30379
|
column: InternalDataTableHeader;
|
|
30365
30380
|
selectAll: (value: boolean) => void;
|
|
30366
30381
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30370,7 +30385,7 @@ declare const VDataTableServer: {
|
|
|
30370
30385
|
allSelected: boolean;
|
|
30371
30386
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
30372
30387
|
}) => vue.VNodeChild) | undefined;
|
|
30373
|
-
"v-slot:
|
|
30388
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
30374
30389
|
column: InternalDataTableHeader;
|
|
30375
30390
|
selectAll: (value: boolean) => void;
|
|
30376
30391
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30400,13 +30415,13 @@ declare const VDataTableServer: {
|
|
|
30400
30415
|
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
30401
30416
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
30402
30417
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
30403
|
-
'update:modelValue': (value: any[]) =>
|
|
30404
|
-
'update:page': (page: number) =>
|
|
30405
|
-
'update:itemsPerPage': (page: number) =>
|
|
30406
|
-
'update:sortBy': (sortBy: any) =>
|
|
30407
|
-
'update:options': (options: any) =>
|
|
30408
|
-
'update:expanded': (options: any) =>
|
|
30409
|
-
'update:groupBy': (value: any) =>
|
|
30418
|
+
'update:modelValue': (value: any[]) => boolean;
|
|
30419
|
+
'update:page': (page: number) => boolean;
|
|
30420
|
+
'update:itemsPerPage': (page: number) => boolean;
|
|
30421
|
+
'update:sortBy': (sortBy: any) => boolean;
|
|
30422
|
+
'update:options': (options: any) => boolean;
|
|
30423
|
+
'update:expanded': (options: any) => boolean;
|
|
30424
|
+
'update:groupBy': (value: any) => boolean;
|
|
30410
30425
|
}, string, {
|
|
30411
30426
|
style: vue.StyleValue;
|
|
30412
30427
|
expanded: readonly string[];
|
|
@@ -30456,7 +30471,7 @@ declare const VDataTableServer: {
|
|
|
30456
30471
|
[x: `item.${string}`]: (arg: ItemKeySlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
30457
30472
|
[key: string]: any;
|
|
30458
30473
|
}>[];
|
|
30459
|
-
[x: `
|
|
30474
|
+
[x: `header.${string}`]: (arg: {
|
|
30460
30475
|
column: InternalDataTableHeader;
|
|
30461
30476
|
selectAll: (value: boolean) => void;
|
|
30462
30477
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30519,7 +30534,7 @@ declare const VDataTableServer: {
|
|
|
30519
30534
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
30520
30535
|
[key: string]: any;
|
|
30521
30536
|
}>[];
|
|
30522
|
-
'
|
|
30537
|
+
'header.data-table-select': (arg: {
|
|
30523
30538
|
column: InternalDataTableHeader;
|
|
30524
30539
|
selectAll: (value: boolean) => void;
|
|
30525
30540
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30531,7 +30546,7 @@ declare const VDataTableServer: {
|
|
|
30531
30546
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
30532
30547
|
[key: string]: any;
|
|
30533
30548
|
}>[];
|
|
30534
|
-
'
|
|
30549
|
+
'header.data-table-expand': (arg: {
|
|
30535
30550
|
column: InternalDataTableHeader;
|
|
30536
30551
|
selectAll: (value: boolean) => void;
|
|
30537
30552
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30677,7 +30692,7 @@ declare const VDataTableServer: {
|
|
|
30677
30692
|
} & {
|
|
30678
30693
|
$children?: vue.VNodeChild | {
|
|
30679
30694
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
30680
|
-
[x: `
|
|
30695
|
+
[x: `header.${string}`]: ((arg: {
|
|
30681
30696
|
column: InternalDataTableHeader;
|
|
30682
30697
|
selectAll: (value: boolean) => void;
|
|
30683
30698
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30716,7 +30731,7 @@ declare const VDataTableServer: {
|
|
|
30716
30731
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
30717
30732
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
30718
30733
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
30719
|
-
'
|
|
30734
|
+
'header.data-table-select'?: ((arg: {
|
|
30720
30735
|
column: InternalDataTableHeader;
|
|
30721
30736
|
selectAll: (value: boolean) => void;
|
|
30722
30737
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30726,7 +30741,7 @@ declare const VDataTableServer: {
|
|
|
30726
30741
|
allSelected: boolean;
|
|
30727
30742
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
30728
30743
|
}) => vue.VNodeChild) | undefined;
|
|
30729
|
-
'
|
|
30744
|
+
'header.data-table-expand'?: ((arg: {
|
|
30730
30745
|
column: InternalDataTableHeader;
|
|
30731
30746
|
selectAll: (value: boolean) => void;
|
|
30732
30747
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30750,7 +30765,7 @@ declare const VDataTableServer: {
|
|
|
30750
30765
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
30751
30766
|
'v-slots'?: {
|
|
30752
30767
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
30753
|
-
[x: `
|
|
30768
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
30754
30769
|
column: InternalDataTableHeader;
|
|
30755
30770
|
selectAll: (value: boolean) => void;
|
|
30756
30771
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30789,7 +30804,7 @@ declare const VDataTableServer: {
|
|
|
30789
30804
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
30790
30805
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
30791
30806
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
30792
|
-
'
|
|
30807
|
+
'header.data-table-select'?: false | ((arg: {
|
|
30793
30808
|
column: InternalDataTableHeader;
|
|
30794
30809
|
selectAll: (value: boolean) => void;
|
|
30795
30810
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30799,7 +30814,7 @@ declare const VDataTableServer: {
|
|
|
30799
30814
|
allSelected: boolean;
|
|
30800
30815
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
30801
30816
|
}) => vue.VNodeChild) | undefined;
|
|
30802
|
-
'
|
|
30817
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
30803
30818
|
column: InternalDataTableHeader;
|
|
30804
30819
|
selectAll: (value: boolean) => void;
|
|
30805
30820
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30823,7 +30838,7 @@ declare const VDataTableServer: {
|
|
|
30823
30838
|
} | undefined;
|
|
30824
30839
|
} & {
|
|
30825
30840
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
30826
|
-
[x: `v-slot:
|
|
30841
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
30827
30842
|
column: InternalDataTableHeader;
|
|
30828
30843
|
selectAll: (value: boolean) => void;
|
|
30829
30844
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30862,7 +30877,7 @@ declare const VDataTableServer: {
|
|
|
30862
30877
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
30863
30878
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
30864
30879
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
30865
|
-
"v-slot:
|
|
30880
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
30866
30881
|
column: InternalDataTableHeader;
|
|
30867
30882
|
selectAll: (value: boolean) => void;
|
|
30868
30883
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30872,7 +30887,7 @@ declare const VDataTableServer: {
|
|
|
30872
30887
|
allSelected: boolean;
|
|
30873
30888
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
30874
30889
|
}) => vue.VNodeChild) | undefined;
|
|
30875
|
-
"v-slot:
|
|
30890
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
30876
30891
|
column: InternalDataTableHeader;
|
|
30877
30892
|
selectAll: (value: boolean) => void;
|
|
30878
30893
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -30986,7 +31001,7 @@ declare const VDataTableServer: {
|
|
|
30986
31001
|
} & {
|
|
30987
31002
|
$children?: vue.VNodeChild | {
|
|
30988
31003
|
[x: `item.${string}`]: ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
30989
|
-
[x: `
|
|
31004
|
+
[x: `header.${string}`]: ((arg: {
|
|
30990
31005
|
column: InternalDataTableHeader;
|
|
30991
31006
|
selectAll: (value: boolean) => void;
|
|
30992
31007
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31025,7 +31040,7 @@ declare const VDataTableServer: {
|
|
|
31025
31040
|
'expanded-row'?: ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
31026
31041
|
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
31027
31042
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
31028
|
-
'
|
|
31043
|
+
'header.data-table-select'?: ((arg: {
|
|
31029
31044
|
column: InternalDataTableHeader;
|
|
31030
31045
|
selectAll: (value: boolean) => void;
|
|
31031
31046
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31035,7 +31050,7 @@ declare const VDataTableServer: {
|
|
|
31035
31050
|
allSelected: boolean;
|
|
31036
31051
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
31037
31052
|
}) => vue.VNodeChild) | undefined;
|
|
31038
|
-
'
|
|
31053
|
+
'header.data-table-expand'?: ((arg: {
|
|
31039
31054
|
column: InternalDataTableHeader;
|
|
31040
31055
|
selectAll: (value: boolean) => void;
|
|
31041
31056
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31059,7 +31074,7 @@ declare const VDataTableServer: {
|
|
|
31059
31074
|
} | ((arg: VDataTableSlotProps) => vue.VNodeChild);
|
|
31060
31075
|
'v-slots'?: {
|
|
31061
31076
|
[x: `item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
31062
|
-
[x: `
|
|
31077
|
+
[x: `header.${string}`]: false | ((arg: {
|
|
31063
31078
|
column: InternalDataTableHeader;
|
|
31064
31079
|
selectAll: (value: boolean) => void;
|
|
31065
31080
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31098,7 +31113,7 @@ declare const VDataTableServer: {
|
|
|
31098
31113
|
'expanded-row'?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
31099
31114
|
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
31100
31115
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
31101
|
-
'
|
|
31116
|
+
'header.data-table-select'?: false | ((arg: {
|
|
31102
31117
|
column: InternalDataTableHeader;
|
|
31103
31118
|
selectAll: (value: boolean) => void;
|
|
31104
31119
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31108,7 +31123,7 @@ declare const VDataTableServer: {
|
|
|
31108
31123
|
allSelected: boolean;
|
|
31109
31124
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
31110
31125
|
}) => vue.VNodeChild) | undefined;
|
|
31111
|
-
'
|
|
31126
|
+
'header.data-table-expand'?: false | ((arg: {
|
|
31112
31127
|
column: InternalDataTableHeader;
|
|
31113
31128
|
selectAll: (value: boolean) => void;
|
|
31114
31129
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31132,7 +31147,7 @@ declare const VDataTableServer: {
|
|
|
31132
31147
|
} | undefined;
|
|
31133
31148
|
} & {
|
|
31134
31149
|
[x: `v-slot:item.${string}`]: false | ((arg: ItemKeySlot) => vue.VNodeChild) | undefined;
|
|
31135
|
-
[x: `v-slot:
|
|
31150
|
+
[x: `v-slot:header.${string}`]: false | ((arg: {
|
|
31136
31151
|
column: InternalDataTableHeader;
|
|
31137
31152
|
selectAll: (value: boolean) => void;
|
|
31138
31153
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31171,7 +31186,7 @@ declare const VDataTableServer: {
|
|
|
31171
31186
|
"v-slot:expanded-row"?: false | ((arg: ItemSlot$1) => vue.VNodeChild) | undefined;
|
|
31172
31187
|
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
|
31173
31188
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
31174
|
-
"v-slot:
|
|
31189
|
+
"v-slot:header.data-table-select"?: false | ((arg: {
|
|
31175
31190
|
column: InternalDataTableHeader;
|
|
31176
31191
|
selectAll: (value: boolean) => void;
|
|
31177
31192
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31181,7 +31196,7 @@ declare const VDataTableServer: {
|
|
|
31181
31196
|
allSelected: boolean;
|
|
31182
31197
|
getSortIcon: (column: InternalDataTableHeader) => IconValue;
|
|
31183
31198
|
}) => vue.VNodeChild) | undefined;
|
|
31184
|
-
"v-slot:
|
|
31199
|
+
"v-slot:header.data-table-expand"?: false | ((arg: {
|
|
31185
31200
|
column: InternalDataTableHeader;
|
|
31186
31201
|
selectAll: (value: boolean) => void;
|
|
31187
31202
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31211,13 +31226,13 @@ declare const VDataTableServer: {
|
|
|
31211
31226
|
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
|
31212
31227
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
31213
31228
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
31214
|
-
'update:modelValue': (value: any[]) =>
|
|
31215
|
-
'update:page': (page: number) =>
|
|
31216
|
-
'update:itemsPerPage': (page: number) =>
|
|
31217
|
-
'update:sortBy': (sortBy: any) =>
|
|
31218
|
-
'update:options': (options: any) =>
|
|
31219
|
-
'update:expanded': (options: any) =>
|
|
31220
|
-
'update:groupBy': (value: any) =>
|
|
31229
|
+
'update:modelValue': (value: any[]) => boolean;
|
|
31230
|
+
'update:page': (page: number) => boolean;
|
|
31231
|
+
'update:itemsPerPage': (page: number) => boolean;
|
|
31232
|
+
'update:sortBy': (sortBy: any) => boolean;
|
|
31233
|
+
'update:options': (options: any) => boolean;
|
|
31234
|
+
'update:expanded': (options: any) => boolean;
|
|
31235
|
+
'update:groupBy': (value: any) => boolean;
|
|
31221
31236
|
}, string, {
|
|
31222
31237
|
style: vue.StyleValue;
|
|
31223
31238
|
expanded: readonly string[];
|
|
@@ -31267,7 +31282,7 @@ declare const VDataTableServer: {
|
|
|
31267
31282
|
[x: `item.${string}`]: (arg: ItemKeySlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
31268
31283
|
[key: string]: any;
|
|
31269
31284
|
}>[];
|
|
31270
|
-
[x: `
|
|
31285
|
+
[x: `header.${string}`]: (arg: {
|
|
31271
31286
|
column: InternalDataTableHeader;
|
|
31272
31287
|
selectAll: (value: boolean) => void;
|
|
31273
31288
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31330,7 +31345,7 @@ declare const VDataTableServer: {
|
|
|
31330
31345
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
31331
31346
|
[key: string]: any;
|
|
31332
31347
|
}>[];
|
|
31333
|
-
'
|
|
31348
|
+
'header.data-table-select': (arg: {
|
|
31334
31349
|
column: InternalDataTableHeader;
|
|
31335
31350
|
selectAll: (value: boolean) => void;
|
|
31336
31351
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -31342,7 +31357,7 @@ declare const VDataTableServer: {
|
|
|
31342
31357
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
31343
31358
|
[key: string]: any;
|
|
31344
31359
|
}>[];
|
|
31345
|
-
'
|
|
31360
|
+
'header.data-table-expand': (arg: {
|
|
31346
31361
|
column: InternalDataTableHeader;
|
|
31347
31362
|
selectAll: (value: boolean) => void;
|
|
31348
31363
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
|
@@ -64312,28 +64327,17 @@ declare const VStepperWindow: {
|
|
|
64312
64327
|
style: vue.StyleValue;
|
|
64313
64328
|
disabled: boolean;
|
|
64314
64329
|
tag: string;
|
|
64315
|
-
mandatory: NonNullable<boolean | "force">;
|
|
64316
|
-
touch: boolean | TouchHandlers;
|
|
64317
64330
|
selectedClass: string;
|
|
64318
|
-
continuous: boolean;
|
|
64319
|
-
nextIcon: IconValue;
|
|
64320
|
-
prevIcon: IconValue;
|
|
64321
64331
|
}> & Omit<{
|
|
64322
64332
|
reverse: boolean;
|
|
64323
64333
|
direction: "horizontal" | "vertical";
|
|
64324
64334
|
style: vue.StyleValue;
|
|
64325
64335
|
disabled: boolean;
|
|
64326
64336
|
tag: string;
|
|
64327
|
-
mandatory: NonNullable<boolean | "force">;
|
|
64328
64337
|
selectedClass: string;
|
|
64329
|
-
continuous: boolean;
|
|
64330
|
-
nextIcon: IconValue;
|
|
64331
|
-
prevIcon: IconValue;
|
|
64332
64338
|
class?: any;
|
|
64333
|
-
touch?: boolean | TouchHandlers | undefined;
|
|
64334
64339
|
theme?: string | undefined;
|
|
64335
64340
|
modelValue?: any;
|
|
64336
|
-
showArrows?: string | boolean | undefined;
|
|
64337
64341
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
64338
64342
|
default?: (() => vue.VNodeChild) | undefined;
|
|
64339
64343
|
};
|
|
@@ -64348,17 +64352,11 @@ declare const VStepperWindow: {
|
|
|
64348
64352
|
style: vue.StyleValue;
|
|
64349
64353
|
disabled: boolean;
|
|
64350
64354
|
tag: string;
|
|
64351
|
-
mandatory: NonNullable<boolean | "force">;
|
|
64352
64355
|
selectedClass: string;
|
|
64353
|
-
continuous: boolean;
|
|
64354
|
-
nextIcon: IconValue;
|
|
64355
|
-
prevIcon: IconValue;
|
|
64356
64356
|
} & {
|
|
64357
64357
|
class?: any;
|
|
64358
|
-
touch?: boolean | TouchHandlers | undefined;
|
|
64359
64358
|
theme?: string | undefined;
|
|
64360
64359
|
modelValue?: any;
|
|
64361
|
-
showArrows?: string | boolean | undefined;
|
|
64362
64360
|
} & {
|
|
64363
64361
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
64364
64362
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -64370,7 +64368,7 @@ declare const VStepperWindow: {
|
|
|
64370
64368
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
64371
64369
|
} & {
|
|
64372
64370
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
64373
|
-
}, "reverse" | "direction" | "style" | "disabled" | "tag" | "
|
|
64371
|
+
}, "reverse" | "direction" | "style" | "disabled" | "tag" | "selectedClass">;
|
|
64374
64372
|
$attrs: {
|
|
64375
64373
|
[x: string]: unknown;
|
|
64376
64374
|
};
|
|
@@ -64392,17 +64390,11 @@ declare const VStepperWindow: {
|
|
|
64392
64390
|
style: vue.StyleValue;
|
|
64393
64391
|
disabled: boolean;
|
|
64394
64392
|
tag: string;
|
|
64395
|
-
mandatory: NonNullable<boolean | "force">;
|
|
64396
64393
|
selectedClass: string;
|
|
64397
|
-
continuous: boolean;
|
|
64398
|
-
nextIcon: IconValue;
|
|
64399
|
-
prevIcon: IconValue;
|
|
64400
64394
|
} & {
|
|
64401
64395
|
class?: any;
|
|
64402
|
-
touch?: boolean | TouchHandlers | undefined;
|
|
64403
64396
|
theme?: string | undefined;
|
|
64404
64397
|
modelValue?: any;
|
|
64405
|
-
showArrows?: string | boolean | undefined;
|
|
64406
64398
|
} & {
|
|
64407
64399
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
64408
64400
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -64422,12 +64414,7 @@ declare const VStepperWindow: {
|
|
|
64422
64414
|
style: vue.StyleValue;
|
|
64423
64415
|
disabled: boolean;
|
|
64424
64416
|
tag: string;
|
|
64425
|
-
mandatory: NonNullable<boolean | "force">;
|
|
64426
|
-
touch: boolean | TouchHandlers;
|
|
64427
64417
|
selectedClass: string;
|
|
64428
|
-
continuous: boolean;
|
|
64429
|
-
nextIcon: IconValue;
|
|
64430
|
-
prevIcon: IconValue;
|
|
64431
64418
|
}, {}, string, vue.SlotsType<Partial<{
|
|
64432
64419
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
64433
64420
|
[key: string]: any;
|
|
@@ -64458,17 +64445,11 @@ declare const VStepperWindow: {
|
|
|
64458
64445
|
style: vue.StyleValue;
|
|
64459
64446
|
disabled: boolean;
|
|
64460
64447
|
tag: string;
|
|
64461
|
-
mandatory: NonNullable<boolean | "force">;
|
|
64462
64448
|
selectedClass: string;
|
|
64463
|
-
continuous: boolean;
|
|
64464
|
-
nextIcon: IconValue;
|
|
64465
|
-
prevIcon: IconValue;
|
|
64466
64449
|
} & {
|
|
64467
64450
|
class?: any;
|
|
64468
|
-
touch?: boolean | TouchHandlers | undefined;
|
|
64469
64451
|
theme?: string | undefined;
|
|
64470
64452
|
modelValue?: any;
|
|
64471
|
-
showArrows?: string | boolean | undefined;
|
|
64472
64453
|
} & {
|
|
64473
64454
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
64474
64455
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -64490,17 +64471,11 @@ declare const VStepperWindow: {
|
|
|
64490
64471
|
style: vue.StyleValue;
|
|
64491
64472
|
disabled: boolean;
|
|
64492
64473
|
tag: string;
|
|
64493
|
-
mandatory: NonNullable<boolean | "force">;
|
|
64494
64474
|
selectedClass: string;
|
|
64495
|
-
continuous: boolean;
|
|
64496
|
-
nextIcon: IconValue;
|
|
64497
|
-
prevIcon: IconValue;
|
|
64498
64475
|
} & {
|
|
64499
64476
|
class?: any;
|
|
64500
|
-
touch?: boolean | TouchHandlers | undefined;
|
|
64501
64477
|
theme?: string | undefined;
|
|
64502
64478
|
modelValue?: any;
|
|
64503
|
-
showArrows?: string | boolean | undefined;
|
|
64504
64479
|
} & {
|
|
64505
64480
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
64506
64481
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -64520,108 +64495,55 @@ declare const VStepperWindow: {
|
|
|
64520
64495
|
style: vue.StyleValue;
|
|
64521
64496
|
disabled: boolean;
|
|
64522
64497
|
tag: string;
|
|
64523
|
-
mandatory: NonNullable<boolean | "force">;
|
|
64524
|
-
touch: boolean | TouchHandlers;
|
|
64525
64498
|
selectedClass: string;
|
|
64526
|
-
continuous: boolean;
|
|
64527
|
-
nextIcon: IconValue;
|
|
64528
|
-
prevIcon: IconValue;
|
|
64529
64499
|
}, {}, string, vue.SlotsType<Partial<{
|
|
64530
64500
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
64531
64501
|
[key: string]: any;
|
|
64532
64502
|
}>[];
|
|
64533
64503
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
64534
|
-
|
|
64535
|
-
|
|
64536
|
-
type:
|
|
64504
|
+
reverse: BooleanConstructor;
|
|
64505
|
+
direction: {
|
|
64506
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
64537
64507
|
default: string;
|
|
64538
64508
|
};
|
|
64539
|
-
class: vue.PropType<any>;
|
|
64540
64509
|
style: {
|
|
64541
64510
|
type: vue.PropType<vue.StyleValue>;
|
|
64542
64511
|
default: null;
|
|
64543
64512
|
};
|
|
64544
|
-
|
|
64545
|
-
|
|
64546
|
-
|
|
64547
|
-
|
|
64548
|
-
};
|
|
64549
|
-
prevIcon: {
|
|
64550
|
-
type: vue.PropType<IconValue>;
|
|
64551
|
-
default: string;
|
|
64552
|
-
};
|
|
64553
|
-
reverse: BooleanConstructor;
|
|
64554
|
-
showArrows: {
|
|
64555
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
64556
|
-
validator: (v: any) => boolean;
|
|
64557
|
-
};
|
|
64558
|
-
touch: {
|
|
64559
|
-
type: vue.PropType<boolean | TouchHandlers>;
|
|
64560
|
-
default: undefined;
|
|
64561
|
-
};
|
|
64562
|
-
direction: {
|
|
64563
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
|
64513
|
+
disabled: BooleanConstructor;
|
|
64514
|
+
class: vue.PropType<any>;
|
|
64515
|
+
tag: {
|
|
64516
|
+
type: StringConstructor;
|
|
64564
64517
|
default: string;
|
|
64565
64518
|
};
|
|
64519
|
+
theme: StringConstructor;
|
|
64566
64520
|
modelValue: null;
|
|
64567
|
-
disabled: BooleanConstructor;
|
|
64568
64521
|
selectedClass: {
|
|
64569
64522
|
type: StringConstructor;
|
|
64570
64523
|
default: string;
|
|
64571
64524
|
};
|
|
64572
|
-
mandatory: Omit<{
|
|
64573
|
-
type: vue.PropType<boolean | "force">;
|
|
64574
|
-
default: "force";
|
|
64575
|
-
}, "type" | "default"> & {
|
|
64576
|
-
type: vue.PropType<NonNullable<boolean | "force">>;
|
|
64577
|
-
default: NonNullable<boolean | "force">;
|
|
64578
|
-
};
|
|
64579
64525
|
}, vue.ExtractPropTypes<{
|
|
64580
|
-
|
|
64581
|
-
|
|
64582
|
-
type:
|
|
64526
|
+
reverse: BooleanConstructor;
|
|
64527
|
+
direction: {
|
|
64528
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
64583
64529
|
default: string;
|
|
64584
64530
|
};
|
|
64585
|
-
class: vue.PropType<any>;
|
|
64586
64531
|
style: {
|
|
64587
64532
|
type: vue.PropType<vue.StyleValue>;
|
|
64588
64533
|
default: null;
|
|
64589
64534
|
};
|
|
64590
|
-
|
|
64591
|
-
|
|
64592
|
-
|
|
64593
|
-
|
|
64594
|
-
};
|
|
64595
|
-
prevIcon: {
|
|
64596
|
-
type: vue.PropType<IconValue>;
|
|
64597
|
-
default: string;
|
|
64598
|
-
};
|
|
64599
|
-
reverse: BooleanConstructor;
|
|
64600
|
-
showArrows: {
|
|
64601
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
64602
|
-
validator: (v: any) => boolean;
|
|
64603
|
-
};
|
|
64604
|
-
touch: {
|
|
64605
|
-
type: vue.PropType<boolean | TouchHandlers>;
|
|
64606
|
-
default: undefined;
|
|
64607
|
-
};
|
|
64608
|
-
direction: {
|
|
64609
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
|
64535
|
+
disabled: BooleanConstructor;
|
|
64536
|
+
class: vue.PropType<any>;
|
|
64537
|
+
tag: {
|
|
64538
|
+
type: StringConstructor;
|
|
64610
64539
|
default: string;
|
|
64611
64540
|
};
|
|
64541
|
+
theme: StringConstructor;
|
|
64612
64542
|
modelValue: null;
|
|
64613
|
-
disabled: BooleanConstructor;
|
|
64614
64543
|
selectedClass: {
|
|
64615
64544
|
type: StringConstructor;
|
|
64616
64545
|
default: string;
|
|
64617
64546
|
};
|
|
64618
|
-
mandatory: Omit<{
|
|
64619
|
-
type: vue.PropType<boolean | "force">;
|
|
64620
|
-
default: "force";
|
|
64621
|
-
}, "type" | "default"> & {
|
|
64622
|
-
type: vue.PropType<NonNullable<boolean | "force">>;
|
|
64623
|
-
default: NonNullable<boolean | "force">;
|
|
64624
|
-
};
|
|
64625
64547
|
}>>;
|
|
64626
64548
|
type VStepperWindow = InstanceType<typeof VStepperWindow>;
|
|
64627
64549
|
|
|
@@ -80118,64 +80040,64 @@ declare module '@vue/runtime-core' {
|
|
|
80118
80040
|
}
|
|
80119
80041
|
|
|
80120
80042
|
export interface GlobalComponents {
|
|
80121
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
80122
80043
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
80123
80044
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
80124
80045
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
80125
|
-
|
|
80126
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
80046
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
80127
80047
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
80128
80048
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
80049
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
80050
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
80129
80051
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
80130
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
|
80131
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
80132
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
80133
80052
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
80134
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
80135
80053
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
80136
80054
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
80137
80055
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
80138
|
-
|
|
80139
|
-
|
|
80056
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
80057
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
|
80058
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
80059
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
80140
80060
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
80061
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
80141
80062
|
VCard: typeof import('vuetify/components')['VCard']
|
|
80142
80063
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
80143
80064
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
80144
80065
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
80145
80066
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
80146
80067
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
80068
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
80069
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
80147
80070
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
80148
80071
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
80072
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
80073
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
80149
80074
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
80150
80075
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
80151
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
80152
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
80153
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
80154
80076
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
80155
80077
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
80156
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
80157
80078
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
80158
80079
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
80159
80080
|
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
80160
80081
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
80161
80082
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
80162
80083
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
80084
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
80085
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
80163
80086
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
80164
80087
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
80165
80088
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
80166
80089
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
80167
80090
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
80168
80091
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
80169
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
80170
80092
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
80093
|
+
VField: typeof import('vuetify/components')['VField']
|
|
80094
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
80095
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
80171
80096
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
80172
80097
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
80173
80098
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
80174
80099
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
80175
|
-
VField: typeof import('vuetify/components')['VField']
|
|
80176
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
80177
80100
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
80178
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
80179
80101
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
80180
80102
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
80181
80103
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
@@ -80183,11 +80105,9 @@ declare module '@vue/runtime-core' {
|
|
|
80183
80105
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
80184
80106
|
VImg: typeof import('vuetify/components')['VImg']
|
|
80185
80107
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
80186
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
80187
80108
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
80188
80109
|
VItem: typeof import('vuetify/components')['VItem']
|
|
80189
|
-
|
|
80190
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
80110
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
80191
80111
|
VList: typeof import('vuetify/components')['VList']
|
|
80192
80112
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
80193
80113
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -80197,25 +80117,27 @@ declare module '@vue/runtime-core' {
|
|
|
80197
80117
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
80198
80118
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
80199
80119
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
80200
|
-
|
|
80120
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
80121
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
80201
80122
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
80202
|
-
|
|
80123
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
80203
80124
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
80125
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
80204
80126
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
80127
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
80205
80128
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
80206
80129
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
80207
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
80208
80130
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
80209
80131
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
80210
80132
|
VRating: typeof import('vuetify/components')['VRating']
|
|
80211
80133
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
80212
80134
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
80213
80135
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
80214
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
80215
80136
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
80137
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
80138
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
80216
80139
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
80217
80140
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
80218
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
80219
80141
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
80220
80142
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
80221
80143
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
@@ -80223,32 +80145,33 @@ declare module '@vue/runtime-core' {
|
|
|
80223
80145
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
80224
80146
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
80225
80147
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
80226
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
80227
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
80228
80148
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
80229
80149
|
VTab: typeof import('vuetify/components')['VTab']
|
|
80230
|
-
|
|
80231
|
-
|
|
80150
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
80151
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
80232
80152
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
80153
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
80233
80154
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
80234
80155
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
80156
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
80157
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
80235
80158
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
80236
80159
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
80237
80160
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
80238
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
80239
80161
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
80240
80162
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
80241
80163
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
80242
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
80243
80164
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
80244
80165
|
VCol: typeof import('vuetify/components')['VCol']
|
|
80245
80166
|
VRow: typeof import('vuetify/components')['VRow']
|
|
80246
80167
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
80168
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
80169
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
80247
80170
|
VHover: typeof import('vuetify/components')['VHover']
|
|
80248
80171
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
80249
80172
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
80250
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
80251
80173
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
80174
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
80252
80175
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
80253
80176
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
80254
80177
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
@@ -80273,7 +80196,6 @@ declare module '@vue/runtime-core' {
|
|
|
80273
80196
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
80274
80197
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
80275
80198
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
80276
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
80277
80199
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
80278
80200
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
80279
80201
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|