@ironsource/shared-ui 2.1.12-test.52 → 2.1.12-test.54
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/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +1 -0
- package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_ca558859_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_9c4df598_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +1 -0
- package/ColumnConfigurator.vue_vue_type_style_index_0_scoped_702ad52e_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8cc86a27_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_6db25923_lang.css +1 -0
- package/DataGridContainer.vue_vue_type_style_index_0_scoped_9a30b10c_lang.css +1 -0
- package/DataGridHeader.vue_vue_type_style_index_0_scoped_0e826456_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_e38c881a_lang.css +1 -0
- package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
- package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_2d66b7b6_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
- package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
- package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
- package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
- package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
- package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
- package/{SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css → SettingsHeader.vue_vue_type_style_index_0_scoped_a869d327_lang.css} +1 -1
- package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
- package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
- package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
- package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +1 -0
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +21 -1
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +130 -114
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +49 -44
- package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
- package/components/chart/ChartHeaderTrend.vue.js +2 -2
- package/components/chart/ChartHeaderTrend.vue2.js +43 -39
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +76 -71
- package/components/chart/ChartPlane.vue.d.ts +15 -0
- package/components/chart/ChartPlane.vue.js +5 -5
- package/components/chart/ChartPlane.vue2.js +173 -156
- package/components/chart/ChartStoryArgs.d.ts +17 -0
- package/components/chart/ChartTooltip.vue.d.ts +5 -0
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +39 -35
- package/components/chart/LegendSorting.vue.d.ts +5 -0
- package/components/chart/LegendSorting.vue.js +16 -14
- package/components/chart/SettingsHeader.vue.d.ts +19 -3
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +36 -29
- package/components/chart/TooltipHeader.vue.js +3 -3
- package/components/chart/TooltipHeader.vue2.js +25 -26
- package/components/chart/colorPalette.d.ts +2 -1
- package/components/chart/colorPalette.js +47 -33
- package/components/chart/composables/useColorsMap.d.ts +3 -1
- package/components/chart/composables/useColorsMap.js +32 -30
- package/components/chart/consts.d.ts +5 -1
- package/components/chart/consts.js +30 -26
- package/components/chart/index.d.ts +77 -1
- package/components/chart/mockData.d.ts +15 -0
- package/components/chart/types.d.ts +3 -1
- package/components/chart/types.js +5 -5
- package/components/chart/utils/utils.d.ts +1 -1
- package/components/chart/utils/utils.js +18 -13
- package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
- package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
- package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
- package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
- package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
- package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
- package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
- package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
- package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
- package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
- package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
- package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
- package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
- package/components/columnConfigurator/consts.d.ts +1 -0
- package/components/columnConfigurator/consts.js +4 -0
- package/components/columnConfigurator/index.d.ts +73 -0
- package/components/columnConfigurator/index.js +6 -0
- package/components/columnConfigurator/mockData.d.ts +30 -0
- package/components/columnConfigurator/utils.d.ts +2 -0
- package/components/columnConfigurator/utils.js +18 -0
- package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
- package/components/columnPicker/ColumnPicker.vue.js +7 -0
- package/components/columnPicker/ColumnPicker.vue2.js +322 -0
- package/components/columnPicker/OptionChip.vue.d.ts +53 -0
- package/components/columnPicker/OptionChip.vue.js +7 -0
- package/components/columnPicker/OptionChip.vue2.js +46 -0
- package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
- package/components/columnPicker/RemoveButton.vue.js +7 -0
- package/components/columnPicker/RemoveButton.vue2.js +35 -0
- package/components/columnPicker/index.d.ts +388 -0
- package/components/columnPicker/index.js +6 -0
- package/components/columnPicker/mockData.d.ts +8 -0
- package/components/dialog/v3/Dialog.vue.d.ts +3 -3
- package/components/dialog/v3/index.d.ts +46 -46
- package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
- package/components/dialog/v4/DialogFooter.vue.js +7 -0
- package/components/dialog/v4/DialogFooter.vue2.js +60 -0
- package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
- package/components/dialog/v4/DialogHeader.vue.js +7 -0
- package/components/dialog/v4/DialogHeader.vue2.js +58 -0
- package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +65 -107
- package/components/dialog/v4/index.d.ts +157 -157
- package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +20 -20
- package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +194 -187
- package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +89 -82
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -70
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
- package/components/dropdown/v4/index.d.ts +61 -2
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
- package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
- package/components/emptyState/v4/index.d.ts +20 -1
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
- package/components/includeExclude/index.d.ts +70 -70
- package/components/input/v4/TextField.vue.d.ts +12 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +129 -105
- package/components/input/v4/index.d.ts +46 -2
- package/components/link/Link.vue.d.ts +25 -0
- package/components/link/Link.vue.js +3 -3
- package/components/link/Link.vue2.js +40 -18
- package/components/link/index.d.ts +96 -1
- package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
- package/components/radioButton/v3/RadioButton.vue.js +3 -3
- package/components/radioButton/v3/RadioButton.vue2.js +42 -39
- package/components/radioButton/v3/index.d.ts +20 -1
- package/components/sortableList/LoaderBars.vue.d.ts +34 -0
- package/components/sortableList/LoaderBars.vue.js +7 -0
- package/components/sortableList/LoaderBars.vue2.js +25 -0
- package/components/sortableList/SortableItem.vue.d.ts +17 -2
- package/components/sortableList/SortableItem.vue.js +5 -5
- package/components/sortableList/SortableItem.vue2.js +86 -70
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +26 -23
- package/components/sortableList/SortableList.types.d.ts +1 -0
- package/components/sortableList/SortableList.vue.d.ts +12 -2
- package/components/sortableList/SortableList.vue.js +5 -5
- package/components/sortableList/SortableList.vue2.js +111 -113
- package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
- package/components/sortableList/SortableSelectableList.vue.js +7 -0
- package/components/sortableList/SortableSelectableList.vue2.js +128 -0
- package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
- package/components/sortableList/composables/useDraggableHelpers.js +20 -0
- package/components/sortableList/composables/useHoverEffect.js +1 -1
- package/components/sortableList/consts.d.ts +2 -0
- package/components/sortableList/consts.js +4 -2
- package/components/sortableList/index.d.ts +77 -39
- package/components/table/common/consts.d.ts +2 -0
- package/components/table/common/consts.js +6 -4
- package/components/table/v4/DataGrid.vue.d.ts +8 -7
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +375 -355
- package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
- package/components/table/v4/DataGridContainer.vue.js +7 -0
- package/components/table/v4/DataGridContainer.vue2.js +19 -0
- package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
- package/components/table/v4/DataGridHeader.vue.js +7 -0
- package/components/table/v4/DataGridHeader.vue2.js +84 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
- package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
- package/components/table/v4/MultipleDataGrid.vue.js +2 -2
- package/components/table/v4/MultipleDataGrid.vue2.js +91 -90
- package/components/table/v4/index.d.ts +577 -329
- package/components/table/v4/index.js +7 -4
- package/components/table/v4/storyUtils.d.ts +25 -0
- package/components/tagsField/TagsField.types.d.ts +4 -0
- package/components/tagsField/TagsField.vue.d.ts +65 -0
- package/components/tagsField/TagsField.vue.js +7 -0
- package/components/tagsField/TagsField.vue2.js +90 -0
- package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
- package/components/tagsField/TagsFieldChip.vue.js +7 -0
- package/components/tagsField/TagsFieldChip.vue2.js +81 -0
- package/components/tagsField/consts.d.ts +1 -0
- package/components/tagsField/consts.js +4 -0
- package/components/tagsField/index.d.ts +75 -0
- package/components/tagsField/index.js +6 -0
- package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
- package/components/tooltip/v4/index.d.ts +20 -1
- package/index.d.ts +2412 -1556
- package/index.js +118 -106
- package/package.json +14 -1
- package/testids/index.d.ts +43 -1
- package/testids/index.js +38 -31
- package/utils/date.js +3 -3
- package/utils/formatNumbers.d.ts +1 -1
- package/utils/formatNumbers.js +38 -21
- package/utils/object.d.ts +2 -0
- package/utils/object.js +9 -5
- package/utils/search.js +1 -1
- package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
- package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_3315b68f_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_8e8df067_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
- package/Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
- package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_5160f12d_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +0 -1
|
@@ -1,8 +1,347 @@
|
|
|
1
1
|
import DataGrid from './DataGrid.vue';
|
|
2
2
|
import DataGridMenu from './DataGridMenu.vue';
|
|
3
3
|
import DataGridRowsCounter from './DataGridRowsCounter.vue';
|
|
4
|
+
import DataGridHeader from './DataGridHeader.vue';
|
|
4
5
|
import MultipleDataGrid from './MultipleDataGrid.vue';
|
|
5
|
-
declare const DataGridTypes: () => (({
|
|
6
|
+
declare const DataGridTypes: () => (import("vue").DefineComponent<{
|
|
7
|
+
placement: {
|
|
8
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
rowIndex: {
|
|
12
|
+
type: import("vue").PropType<number>;
|
|
13
|
+
default: any;
|
|
14
|
+
};
|
|
15
|
+
menuItems: {
|
|
16
|
+
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
17
|
+
required: true;
|
|
18
|
+
default: () => any[];
|
|
19
|
+
};
|
|
20
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
selected: (option: unknown) => void;
|
|
22
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
placement: {
|
|
24
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
rowIndex: {
|
|
28
|
+
type: import("vue").PropType<number>;
|
|
29
|
+
default: any;
|
|
30
|
+
};
|
|
31
|
+
menuItems: {
|
|
32
|
+
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
33
|
+
required: true;
|
|
34
|
+
default: () => any[];
|
|
35
|
+
};
|
|
36
|
+
}>> & {
|
|
37
|
+
onSelected?: (option: unknown) => any;
|
|
38
|
+
}, {
|
|
39
|
+
placement: import("floating-vue").Placement;
|
|
40
|
+
rowIndex: number;
|
|
41
|
+
menuItems: import("../common/Table.types").MenuItem[];
|
|
42
|
+
}> | import("vue").DefineComponent<{
|
|
43
|
+
testId: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
count: {
|
|
48
|
+
type: import("vue").PropType<number>;
|
|
49
|
+
default: number;
|
|
50
|
+
};
|
|
51
|
+
totalCount: {
|
|
52
|
+
type: import("vue").PropType<number>;
|
|
53
|
+
default: number;
|
|
54
|
+
};
|
|
55
|
+
displayingText: {
|
|
56
|
+
type: import("vue").PropType<string>;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
outOfText: {
|
|
60
|
+
type: import("vue").PropType<string>;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
totalText: {
|
|
64
|
+
type: import("vue").PropType<string>;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
+
testId: {
|
|
69
|
+
type: import("vue").PropType<string>;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
count: {
|
|
73
|
+
type: import("vue").PropType<number>;
|
|
74
|
+
default: number;
|
|
75
|
+
};
|
|
76
|
+
totalCount: {
|
|
77
|
+
type: import("vue").PropType<number>;
|
|
78
|
+
default: number;
|
|
79
|
+
};
|
|
80
|
+
displayingText: {
|
|
81
|
+
type: import("vue").PropType<string>;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
outOfText: {
|
|
85
|
+
type: import("vue").PropType<string>;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
totalText: {
|
|
89
|
+
type: import("vue").PropType<string>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
}>>, {
|
|
93
|
+
testId: string;
|
|
94
|
+
count: number;
|
|
95
|
+
totalCount: number;
|
|
96
|
+
displayingText: string;
|
|
97
|
+
outOfText: string;
|
|
98
|
+
totalText: string;
|
|
99
|
+
}> | ({
|
|
100
|
+
new (...args: any[]): {
|
|
101
|
+
$: import("vue").ComponentInternalInstance;
|
|
102
|
+
$data: {};
|
|
103
|
+
$props: Partial<{
|
|
104
|
+
title: string;
|
|
105
|
+
search: string;
|
|
106
|
+
testId: string;
|
|
107
|
+
searchAutoFocus: boolean;
|
|
108
|
+
searchPlaceholder: string;
|
|
109
|
+
zIndexBase: number;
|
|
110
|
+
showSearch: boolean;
|
|
111
|
+
isSticky: boolean;
|
|
112
|
+
standalone: boolean;
|
|
113
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
114
|
+
title: {
|
|
115
|
+
type: import("vue").PropType<string>;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
search: {
|
|
119
|
+
type: import("vue").PropType<string>;
|
|
120
|
+
default: any;
|
|
121
|
+
};
|
|
122
|
+
testId: {
|
|
123
|
+
type: import("vue").PropType<string>;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
searchAutoFocus: {
|
|
127
|
+
type: import("vue").PropType<boolean>;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
searchPlaceholder: {
|
|
131
|
+
type: import("vue").PropType<string>;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
zIndexBase: {
|
|
135
|
+
type: import("vue").PropType<number>;
|
|
136
|
+
default: number;
|
|
137
|
+
};
|
|
138
|
+
showSearch: {
|
|
139
|
+
type: import("vue").PropType<boolean>;
|
|
140
|
+
default: boolean;
|
|
141
|
+
};
|
|
142
|
+
isSticky: {
|
|
143
|
+
type: import("vue").PropType<boolean>;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
146
|
+
standalone: {
|
|
147
|
+
type: import("vue").PropType<boolean>;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
}>> & {
|
|
151
|
+
"onUpdate:search"?: (query: string) => any;
|
|
152
|
+
onOnClearSearch?: () => any;
|
|
153
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "search" | "testId" | "searchAutoFocus" | "searchPlaceholder" | "zIndexBase" | "showSearch" | "isSticky" | "standalone">;
|
|
154
|
+
$attrs: {
|
|
155
|
+
[x: string]: unknown;
|
|
156
|
+
};
|
|
157
|
+
$refs: {
|
|
158
|
+
[x: string]: unknown;
|
|
159
|
+
};
|
|
160
|
+
$slots: Readonly<{
|
|
161
|
+
[name: string]: import("vue").Slot;
|
|
162
|
+
}>;
|
|
163
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
164
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
165
|
+
$emit: ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void);
|
|
166
|
+
$el: any;
|
|
167
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
168
|
+
title: {
|
|
169
|
+
type: import("vue").PropType<string>;
|
|
170
|
+
default: string;
|
|
171
|
+
};
|
|
172
|
+
search: {
|
|
173
|
+
type: import("vue").PropType<string>;
|
|
174
|
+
default: any;
|
|
175
|
+
};
|
|
176
|
+
testId: {
|
|
177
|
+
type: import("vue").PropType<string>;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
searchAutoFocus: {
|
|
181
|
+
type: import("vue").PropType<boolean>;
|
|
182
|
+
default: boolean;
|
|
183
|
+
};
|
|
184
|
+
searchPlaceholder: {
|
|
185
|
+
type: import("vue").PropType<string>;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
zIndexBase: {
|
|
189
|
+
type: import("vue").PropType<number>;
|
|
190
|
+
default: number;
|
|
191
|
+
};
|
|
192
|
+
showSearch: {
|
|
193
|
+
type: import("vue").PropType<boolean>;
|
|
194
|
+
default: boolean;
|
|
195
|
+
};
|
|
196
|
+
isSticky: {
|
|
197
|
+
type: import("vue").PropType<boolean>;
|
|
198
|
+
default: boolean;
|
|
199
|
+
};
|
|
200
|
+
standalone: {
|
|
201
|
+
type: import("vue").PropType<boolean>;
|
|
202
|
+
default: boolean;
|
|
203
|
+
};
|
|
204
|
+
}>> & {
|
|
205
|
+
"onUpdate:search"?: (query: string) => any;
|
|
206
|
+
onOnClearSearch?: () => any;
|
|
207
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
208
|
+
"update:search": (query: string) => void;
|
|
209
|
+
onClearSearch: () => void;
|
|
210
|
+
}, string, {
|
|
211
|
+
title: string;
|
|
212
|
+
search: string;
|
|
213
|
+
testId: string;
|
|
214
|
+
searchAutoFocus: boolean;
|
|
215
|
+
searchPlaceholder: string;
|
|
216
|
+
zIndexBase: number;
|
|
217
|
+
showSearch: boolean;
|
|
218
|
+
isSticky: boolean;
|
|
219
|
+
standalone: boolean;
|
|
220
|
+
}, {}, string> & {
|
|
221
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
222
|
+
created?: (() => void) | (() => void)[];
|
|
223
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
224
|
+
mounted?: (() => void) | (() => void)[];
|
|
225
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
226
|
+
updated?: (() => void) | (() => void)[];
|
|
227
|
+
activated?: (() => void) | (() => void)[];
|
|
228
|
+
deactivated?: (() => void) | (() => void)[];
|
|
229
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
230
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
231
|
+
destroyed?: (() => void) | (() => void)[];
|
|
232
|
+
unmounted?: (() => void) | (() => void)[];
|
|
233
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
234
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
235
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
236
|
+
};
|
|
237
|
+
$forceUpdate: () => void;
|
|
238
|
+
$nextTick: typeof import("vue").nextTick;
|
|
239
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
240
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
241
|
+
title: {
|
|
242
|
+
type: import("vue").PropType<string>;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
search: {
|
|
246
|
+
type: import("vue").PropType<string>;
|
|
247
|
+
default: any;
|
|
248
|
+
};
|
|
249
|
+
testId: {
|
|
250
|
+
type: import("vue").PropType<string>;
|
|
251
|
+
default: string;
|
|
252
|
+
};
|
|
253
|
+
searchAutoFocus: {
|
|
254
|
+
type: import("vue").PropType<boolean>;
|
|
255
|
+
default: boolean;
|
|
256
|
+
};
|
|
257
|
+
searchPlaceholder: {
|
|
258
|
+
type: import("vue").PropType<string>;
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
zIndexBase: {
|
|
262
|
+
type: import("vue").PropType<number>;
|
|
263
|
+
default: number;
|
|
264
|
+
};
|
|
265
|
+
showSearch: {
|
|
266
|
+
type: import("vue").PropType<boolean>;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
isSticky: {
|
|
270
|
+
type: import("vue").PropType<boolean>;
|
|
271
|
+
default: boolean;
|
|
272
|
+
};
|
|
273
|
+
standalone: {
|
|
274
|
+
type: import("vue").PropType<boolean>;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
}>> & {
|
|
278
|
+
"onUpdate:search"?: (query: string) => any;
|
|
279
|
+
onOnClearSearch?: () => any;
|
|
280
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
281
|
+
__isFragment?: never;
|
|
282
|
+
__isTeleport?: never;
|
|
283
|
+
__isSuspense?: never;
|
|
284
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
285
|
+
title: {
|
|
286
|
+
type: import("vue").PropType<string>;
|
|
287
|
+
default: string;
|
|
288
|
+
};
|
|
289
|
+
search: {
|
|
290
|
+
type: import("vue").PropType<string>;
|
|
291
|
+
default: any;
|
|
292
|
+
};
|
|
293
|
+
testId: {
|
|
294
|
+
type: import("vue").PropType<string>;
|
|
295
|
+
default: string;
|
|
296
|
+
};
|
|
297
|
+
searchAutoFocus: {
|
|
298
|
+
type: import("vue").PropType<boolean>;
|
|
299
|
+
default: boolean;
|
|
300
|
+
};
|
|
301
|
+
searchPlaceholder: {
|
|
302
|
+
type: import("vue").PropType<string>;
|
|
303
|
+
default: string;
|
|
304
|
+
};
|
|
305
|
+
zIndexBase: {
|
|
306
|
+
type: import("vue").PropType<number>;
|
|
307
|
+
default: number;
|
|
308
|
+
};
|
|
309
|
+
showSearch: {
|
|
310
|
+
type: import("vue").PropType<boolean>;
|
|
311
|
+
default: boolean;
|
|
312
|
+
};
|
|
313
|
+
isSticky: {
|
|
314
|
+
type: import("vue").PropType<boolean>;
|
|
315
|
+
default: boolean;
|
|
316
|
+
};
|
|
317
|
+
standalone: {
|
|
318
|
+
type: import("vue").PropType<boolean>;
|
|
319
|
+
default: boolean;
|
|
320
|
+
};
|
|
321
|
+
}>> & {
|
|
322
|
+
"onUpdate:search"?: (query: string) => any;
|
|
323
|
+
onOnClearSearch?: () => any;
|
|
324
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
325
|
+
"update:search": (query: string) => void;
|
|
326
|
+
onClearSearch: () => void;
|
|
327
|
+
}, string, {
|
|
328
|
+
title: string;
|
|
329
|
+
search: string;
|
|
330
|
+
testId: string;
|
|
331
|
+
searchAutoFocus: boolean;
|
|
332
|
+
searchPlaceholder: string;
|
|
333
|
+
zIndexBase: number;
|
|
334
|
+
showSearch: boolean;
|
|
335
|
+
isSticky: boolean;
|
|
336
|
+
standalone: boolean;
|
|
337
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
338
|
+
$slots: {
|
|
339
|
+
title?(_: {}): any;
|
|
340
|
+
"table-header-pre-search"?(_: {}): any;
|
|
341
|
+
search?(_: {}): any;
|
|
342
|
+
"table-header-actions"?(_: {}): any;
|
|
343
|
+
};
|
|
344
|
+
})) | ({
|
|
6
345
|
new (...args: any[]): {
|
|
7
346
|
$: import("vue").ComponentInternalInstance;
|
|
8
347
|
$data: {};
|
|
@@ -15,11 +354,11 @@ declare const DataGridTypes: () => (({
|
|
|
15
354
|
searchAutoFocus: boolean;
|
|
16
355
|
searchPlaceholder: string;
|
|
17
356
|
selection: unknown[];
|
|
18
|
-
showSearch: boolean;
|
|
19
357
|
loadingRowCount: number;
|
|
358
|
+
zIndexBase: number;
|
|
359
|
+
showSearch: boolean;
|
|
20
360
|
emptyStateTitle: string;
|
|
21
361
|
isSticky: boolean;
|
|
22
|
-
zIndexBase: number;
|
|
23
362
|
sections: import("../common/Table.types").Section[];
|
|
24
363
|
isStickyHeader: boolean;
|
|
25
364
|
emptyStateSubtitle: string;
|
|
@@ -29,11 +368,11 @@ declare const DataGridTypes: () => (({
|
|
|
29
368
|
defaultScrollPosition: number;
|
|
30
369
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
31
370
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
32
|
-
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
33
371
|
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
34
|
-
helpTooltipVariant: "icon" | "underline";
|
|
35
372
|
rowCustomClassKey: string;
|
|
36
373
|
rowDataKey: string;
|
|
374
|
+
helpTooltipVariant: "icon" | "underline";
|
|
375
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
37
376
|
isSelectionSticky: boolean;
|
|
38
377
|
isSelectionBordered: boolean;
|
|
39
378
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -73,14 +412,18 @@ declare const DataGridTypes: () => (({
|
|
|
73
412
|
type: import("vue").PropType<unknown[]>;
|
|
74
413
|
default: any;
|
|
75
414
|
};
|
|
76
|
-
showSearch: {
|
|
77
|
-
type: import("vue").PropType<boolean>;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
415
|
loadingRowCount: {
|
|
81
416
|
type: import("vue").PropType<number>;
|
|
82
417
|
default: number;
|
|
83
418
|
};
|
|
419
|
+
zIndexBase: {
|
|
420
|
+
type: import("vue").PropType<number>;
|
|
421
|
+
default: number;
|
|
422
|
+
};
|
|
423
|
+
showSearch: {
|
|
424
|
+
type: import("vue").PropType<boolean>;
|
|
425
|
+
default: boolean;
|
|
426
|
+
};
|
|
84
427
|
emptyStateTitle: {
|
|
85
428
|
type: import("vue").PropType<string>;
|
|
86
429
|
default: string;
|
|
@@ -89,10 +432,6 @@ declare const DataGridTypes: () => (({
|
|
|
89
432
|
type: import("vue").PropType<boolean>;
|
|
90
433
|
default: boolean;
|
|
91
434
|
};
|
|
92
|
-
zIndexBase: {
|
|
93
|
-
type: import("vue").PropType<number>;
|
|
94
|
-
default: number;
|
|
95
|
-
};
|
|
96
435
|
rows: {
|
|
97
436
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
98
437
|
required: true;
|
|
@@ -133,21 +472,10 @@ declare const DataGridTypes: () => (({
|
|
|
133
472
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
134
473
|
default: (row: any, index: any) => any;
|
|
135
474
|
};
|
|
136
|
-
selectedMatcher: {
|
|
137
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
138
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
139
|
-
};
|
|
140
475
|
emptyStateVariant: {
|
|
141
476
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
142
477
|
default: any;
|
|
143
478
|
};
|
|
144
|
-
showTotalsRow: {
|
|
145
|
-
type: import("vue").PropType<boolean>;
|
|
146
|
-
};
|
|
147
|
-
helpTooltipVariant: {
|
|
148
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
479
|
rowCustomClassKey: {
|
|
152
480
|
type: import("vue").PropType<string>;
|
|
153
481
|
default: string;
|
|
@@ -156,6 +484,14 @@ declare const DataGridTypes: () => (({
|
|
|
156
484
|
type: import("vue").PropType<string>;
|
|
157
485
|
default: string;
|
|
158
486
|
};
|
|
487
|
+
helpTooltipVariant: {
|
|
488
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
489
|
+
default: string;
|
|
490
|
+
};
|
|
491
|
+
selectedMatcher: {
|
|
492
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
493
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
494
|
+
};
|
|
159
495
|
isSelectionSticky: {
|
|
160
496
|
type: import("vue").PropType<boolean>;
|
|
161
497
|
default: boolean;
|
|
@@ -164,18 +500,21 @@ declare const DataGridTypes: () => (({
|
|
|
164
500
|
type: import("vue").PropType<boolean>;
|
|
165
501
|
default: boolean;
|
|
166
502
|
};
|
|
503
|
+
showTotalsRow: {
|
|
504
|
+
type: import("vue").PropType<boolean>;
|
|
505
|
+
};
|
|
167
506
|
}>> & {
|
|
168
507
|
onSelectAll?: (value: boolean) => any;
|
|
169
508
|
onLoadMore?: () => any;
|
|
509
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
170
510
|
"onUpdate:search"?: (query: string) => any;
|
|
171
511
|
onOnScroll?: (event: Event) => any;
|
|
172
512
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
173
513
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
174
514
|
onOnClearSearch?: () => any;
|
|
175
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
176
|
-
onSelectRow?: (value: boolean) => any;
|
|
177
515
|
onClickRow?: (rowIndex: number) => any;
|
|
178
|
-
|
|
516
|
+
onSelectRow?: (value: boolean) => any;
|
|
517
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
179
518
|
$attrs: {
|
|
180
519
|
[x: string]: unknown;
|
|
181
520
|
};
|
|
@@ -187,7 +526,7 @@ declare const DataGridTypes: () => (({
|
|
|
187
526
|
}>;
|
|
188
527
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
189
528
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
190
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: import("../common/Table.types").Sort) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent) => void) & ((event: "
|
|
529
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: import("../common/Table.types").Sort) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent) => void) & ((event: "clickRow", rowIndex: number) => void) & ((event: "selectRow", value: boolean) => void);
|
|
191
530
|
$el: any;
|
|
192
531
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
193
532
|
sort: {
|
|
@@ -226,14 +565,18 @@ declare const DataGridTypes: () => (({
|
|
|
226
565
|
type: import("vue").PropType<unknown[]>;
|
|
227
566
|
default: any;
|
|
228
567
|
};
|
|
229
|
-
showSearch: {
|
|
230
|
-
type: import("vue").PropType<boolean>;
|
|
231
|
-
default: boolean;
|
|
232
|
-
};
|
|
233
568
|
loadingRowCount: {
|
|
234
569
|
type: import("vue").PropType<number>;
|
|
235
570
|
default: number;
|
|
236
571
|
};
|
|
572
|
+
zIndexBase: {
|
|
573
|
+
type: import("vue").PropType<number>;
|
|
574
|
+
default: number;
|
|
575
|
+
};
|
|
576
|
+
showSearch: {
|
|
577
|
+
type: import("vue").PropType<boolean>;
|
|
578
|
+
default: boolean;
|
|
579
|
+
};
|
|
237
580
|
emptyStateTitle: {
|
|
238
581
|
type: import("vue").PropType<string>;
|
|
239
582
|
default: string;
|
|
@@ -242,10 +585,6 @@ declare const DataGridTypes: () => (({
|
|
|
242
585
|
type: import("vue").PropType<boolean>;
|
|
243
586
|
default: boolean;
|
|
244
587
|
};
|
|
245
|
-
zIndexBase: {
|
|
246
|
-
type: import("vue").PropType<number>;
|
|
247
|
-
default: number;
|
|
248
|
-
};
|
|
249
588
|
rows: {
|
|
250
589
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
251
590
|
required: true;
|
|
@@ -286,21 +625,10 @@ declare const DataGridTypes: () => (({
|
|
|
286
625
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
287
626
|
default: (row: any, index: any) => any;
|
|
288
627
|
};
|
|
289
|
-
selectedMatcher: {
|
|
290
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
291
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
292
|
-
};
|
|
293
628
|
emptyStateVariant: {
|
|
294
629
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
295
630
|
default: any;
|
|
296
631
|
};
|
|
297
|
-
showTotalsRow: {
|
|
298
|
-
type: import("vue").PropType<boolean>;
|
|
299
|
-
};
|
|
300
|
-
helpTooltipVariant: {
|
|
301
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
302
|
-
default: string;
|
|
303
|
-
};
|
|
304
632
|
rowCustomClassKey: {
|
|
305
633
|
type: import("vue").PropType<string>;
|
|
306
634
|
default: string;
|
|
@@ -309,6 +637,14 @@ declare const DataGridTypes: () => (({
|
|
|
309
637
|
type: import("vue").PropType<string>;
|
|
310
638
|
default: string;
|
|
311
639
|
};
|
|
640
|
+
helpTooltipVariant: {
|
|
641
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
642
|
+
default: string;
|
|
643
|
+
};
|
|
644
|
+
selectedMatcher: {
|
|
645
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
646
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
647
|
+
};
|
|
312
648
|
isSelectionSticky: {
|
|
313
649
|
type: import("vue").PropType<boolean>;
|
|
314
650
|
default: boolean;
|
|
@@ -317,17 +653,20 @@ declare const DataGridTypes: () => (({
|
|
|
317
653
|
type: import("vue").PropType<boolean>;
|
|
318
654
|
default: boolean;
|
|
319
655
|
};
|
|
656
|
+
showTotalsRow: {
|
|
657
|
+
type: import("vue").PropType<boolean>;
|
|
658
|
+
};
|
|
320
659
|
}>> & {
|
|
321
660
|
onSelectAll?: (value: boolean) => any;
|
|
322
661
|
onLoadMore?: () => any;
|
|
662
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
323
663
|
"onUpdate:search"?: (query: string) => any;
|
|
324
664
|
onOnScroll?: (event: Event) => any;
|
|
325
665
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
326
666
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
327
667
|
onOnClearSearch?: () => any;
|
|
328
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
329
|
-
onSelectRow?: (value: boolean) => any;
|
|
330
668
|
onClickRow?: (rowIndex: number) => any;
|
|
669
|
+
onSelectRow?: (value: boolean) => any;
|
|
331
670
|
}, {
|
|
332
671
|
scrollTo: (index: number) => void;
|
|
333
672
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -350,11 +689,11 @@ declare const DataGridTypes: () => (({
|
|
|
350
689
|
searchAutoFocus: boolean;
|
|
351
690
|
searchPlaceholder: string;
|
|
352
691
|
selection: unknown[];
|
|
353
|
-
showSearch: boolean;
|
|
354
692
|
loadingRowCount: number;
|
|
693
|
+
zIndexBase: number;
|
|
694
|
+
showSearch: boolean;
|
|
355
695
|
emptyStateTitle: string;
|
|
356
696
|
isSticky: boolean;
|
|
357
|
-
zIndexBase: number;
|
|
358
697
|
sections: import("../common/Table.types").Section[];
|
|
359
698
|
isStickyHeader: boolean;
|
|
360
699
|
emptyStateSubtitle: string;
|
|
@@ -364,11 +703,11 @@ declare const DataGridTypes: () => (({
|
|
|
364
703
|
defaultScrollPosition: number;
|
|
365
704
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
366
705
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
367
|
-
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
368
706
|
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
369
|
-
helpTooltipVariant: "icon" | "underline";
|
|
370
707
|
rowCustomClassKey: string;
|
|
371
708
|
rowDataKey: string;
|
|
709
|
+
helpTooltipVariant: "icon" | "underline";
|
|
710
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
372
711
|
isSelectionSticky: boolean;
|
|
373
712
|
isSelectionBordered: boolean;
|
|
374
713
|
}, {}, string> & {
|
|
@@ -428,14 +767,18 @@ declare const DataGridTypes: () => (({
|
|
|
428
767
|
type: import("vue").PropType<unknown[]>;
|
|
429
768
|
default: any;
|
|
430
769
|
};
|
|
431
|
-
showSearch: {
|
|
432
|
-
type: import("vue").PropType<boolean>;
|
|
433
|
-
default: boolean;
|
|
434
|
-
};
|
|
435
770
|
loadingRowCount: {
|
|
436
771
|
type: import("vue").PropType<number>;
|
|
437
772
|
default: number;
|
|
438
773
|
};
|
|
774
|
+
zIndexBase: {
|
|
775
|
+
type: import("vue").PropType<number>;
|
|
776
|
+
default: number;
|
|
777
|
+
};
|
|
778
|
+
showSearch: {
|
|
779
|
+
type: import("vue").PropType<boolean>;
|
|
780
|
+
default: boolean;
|
|
781
|
+
};
|
|
439
782
|
emptyStateTitle: {
|
|
440
783
|
type: import("vue").PropType<string>;
|
|
441
784
|
default: string;
|
|
@@ -444,10 +787,6 @@ declare const DataGridTypes: () => (({
|
|
|
444
787
|
type: import("vue").PropType<boolean>;
|
|
445
788
|
default: boolean;
|
|
446
789
|
};
|
|
447
|
-
zIndexBase: {
|
|
448
|
-
type: import("vue").PropType<number>;
|
|
449
|
-
default: number;
|
|
450
|
-
};
|
|
451
790
|
rows: {
|
|
452
791
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
453
792
|
required: true;
|
|
@@ -488,21 +827,10 @@ declare const DataGridTypes: () => (({
|
|
|
488
827
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
489
828
|
default: (row: any, index: any) => any;
|
|
490
829
|
};
|
|
491
|
-
selectedMatcher: {
|
|
492
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
493
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
494
|
-
};
|
|
495
830
|
emptyStateVariant: {
|
|
496
831
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
497
832
|
default: any;
|
|
498
833
|
};
|
|
499
|
-
showTotalsRow: {
|
|
500
|
-
type: import("vue").PropType<boolean>;
|
|
501
|
-
};
|
|
502
|
-
helpTooltipVariant: {
|
|
503
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
504
|
-
default: string;
|
|
505
|
-
};
|
|
506
834
|
rowCustomClassKey: {
|
|
507
835
|
type: import("vue").PropType<string>;
|
|
508
836
|
default: string;
|
|
@@ -511,6 +839,14 @@ declare const DataGridTypes: () => (({
|
|
|
511
839
|
type: import("vue").PropType<string>;
|
|
512
840
|
default: string;
|
|
513
841
|
};
|
|
842
|
+
helpTooltipVariant: {
|
|
843
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
844
|
+
default: string;
|
|
845
|
+
};
|
|
846
|
+
selectedMatcher: {
|
|
847
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
848
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
849
|
+
};
|
|
514
850
|
isSelectionSticky: {
|
|
515
851
|
type: import("vue").PropType<boolean>;
|
|
516
852
|
default: boolean;
|
|
@@ -519,17 +855,20 @@ declare const DataGridTypes: () => (({
|
|
|
519
855
|
type: import("vue").PropType<boolean>;
|
|
520
856
|
default: boolean;
|
|
521
857
|
};
|
|
858
|
+
showTotalsRow: {
|
|
859
|
+
type: import("vue").PropType<boolean>;
|
|
860
|
+
};
|
|
522
861
|
}>> & {
|
|
523
862
|
onSelectAll?: (value: boolean) => any;
|
|
524
863
|
onLoadMore?: () => any;
|
|
864
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
525
865
|
"onUpdate:search"?: (query: string) => any;
|
|
526
866
|
onOnScroll?: (event: Event) => any;
|
|
527
867
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
528
868
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
529
869
|
onOnClearSearch?: () => any;
|
|
530
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
531
|
-
onSelectRow?: (value: boolean) => any;
|
|
532
870
|
onClickRow?: (rowIndex: number) => any;
|
|
871
|
+
onSelectRow?: (value: boolean) => any;
|
|
533
872
|
} & import("vue").ShallowUnwrapRef<{
|
|
534
873
|
scrollTo: (index: number) => void;
|
|
535
874
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -573,14 +912,18 @@ declare const DataGridTypes: () => (({
|
|
|
573
912
|
type: import("vue").PropType<unknown[]>;
|
|
574
913
|
default: any;
|
|
575
914
|
};
|
|
576
|
-
showSearch: {
|
|
577
|
-
type: import("vue").PropType<boolean>;
|
|
578
|
-
default: boolean;
|
|
579
|
-
};
|
|
580
915
|
loadingRowCount: {
|
|
581
916
|
type: import("vue").PropType<number>;
|
|
582
917
|
default: number;
|
|
583
918
|
};
|
|
919
|
+
zIndexBase: {
|
|
920
|
+
type: import("vue").PropType<number>;
|
|
921
|
+
default: number;
|
|
922
|
+
};
|
|
923
|
+
showSearch: {
|
|
924
|
+
type: import("vue").PropType<boolean>;
|
|
925
|
+
default: boolean;
|
|
926
|
+
};
|
|
584
927
|
emptyStateTitle: {
|
|
585
928
|
type: import("vue").PropType<string>;
|
|
586
929
|
default: string;
|
|
@@ -589,10 +932,6 @@ declare const DataGridTypes: () => (({
|
|
|
589
932
|
type: import("vue").PropType<boolean>;
|
|
590
933
|
default: boolean;
|
|
591
934
|
};
|
|
592
|
-
zIndexBase: {
|
|
593
|
-
type: import("vue").PropType<number>;
|
|
594
|
-
default: number;
|
|
595
|
-
};
|
|
596
935
|
rows: {
|
|
597
936
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
598
937
|
required: true;
|
|
@@ -633,21 +972,10 @@ declare const DataGridTypes: () => (({
|
|
|
633
972
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
634
973
|
default: (row: any, index: any) => any;
|
|
635
974
|
};
|
|
636
|
-
selectedMatcher: {
|
|
637
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
638
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
639
|
-
};
|
|
640
975
|
emptyStateVariant: {
|
|
641
976
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
642
977
|
default: any;
|
|
643
978
|
};
|
|
644
|
-
showTotalsRow: {
|
|
645
|
-
type: import("vue").PropType<boolean>;
|
|
646
|
-
};
|
|
647
|
-
helpTooltipVariant: {
|
|
648
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
649
|
-
default: string;
|
|
650
|
-
};
|
|
651
979
|
rowCustomClassKey: {
|
|
652
980
|
type: import("vue").PropType<string>;
|
|
653
981
|
default: string;
|
|
@@ -656,6 +984,14 @@ declare const DataGridTypes: () => (({
|
|
|
656
984
|
type: import("vue").PropType<string>;
|
|
657
985
|
default: string;
|
|
658
986
|
};
|
|
987
|
+
helpTooltipVariant: {
|
|
988
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
989
|
+
default: string;
|
|
990
|
+
};
|
|
991
|
+
selectedMatcher: {
|
|
992
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
993
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
994
|
+
};
|
|
659
995
|
isSelectionSticky: {
|
|
660
996
|
type: import("vue").PropType<boolean>;
|
|
661
997
|
default: boolean;
|
|
@@ -664,17 +1000,20 @@ declare const DataGridTypes: () => (({
|
|
|
664
1000
|
type: import("vue").PropType<boolean>;
|
|
665
1001
|
default: boolean;
|
|
666
1002
|
};
|
|
1003
|
+
showTotalsRow: {
|
|
1004
|
+
type: import("vue").PropType<boolean>;
|
|
1005
|
+
};
|
|
667
1006
|
}>> & {
|
|
668
1007
|
onSelectAll?: (value: boolean) => any;
|
|
669
1008
|
onLoadMore?: () => any;
|
|
1009
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
670
1010
|
"onUpdate:search"?: (query: string) => any;
|
|
671
1011
|
onOnScroll?: (event: Event) => any;
|
|
672
1012
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
673
1013
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
674
1014
|
onOnClearSearch?: () => any;
|
|
675
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
676
|
-
onSelectRow?: (value: boolean) => any;
|
|
677
1015
|
onClickRow?: (rowIndex: number) => any;
|
|
1016
|
+
onSelectRow?: (value: boolean) => any;
|
|
678
1017
|
}, {
|
|
679
1018
|
scrollTo: (index: number) => void;
|
|
680
1019
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -697,11 +1036,11 @@ declare const DataGridTypes: () => (({
|
|
|
697
1036
|
searchAutoFocus: boolean;
|
|
698
1037
|
searchPlaceholder: string;
|
|
699
1038
|
selection: unknown[];
|
|
700
|
-
showSearch: boolean;
|
|
701
1039
|
loadingRowCount: number;
|
|
1040
|
+
zIndexBase: number;
|
|
1041
|
+
showSearch: boolean;
|
|
702
1042
|
emptyStateTitle: string;
|
|
703
1043
|
isSticky: boolean;
|
|
704
|
-
zIndexBase: number;
|
|
705
1044
|
sections: import("../common/Table.types").Section[];
|
|
706
1045
|
isStickyHeader: boolean;
|
|
707
1046
|
emptyStateSubtitle: string;
|
|
@@ -711,11 +1050,11 @@ declare const DataGridTypes: () => (({
|
|
|
711
1050
|
defaultScrollPosition: number;
|
|
712
1051
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
713
1052
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
714
|
-
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
715
1053
|
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
716
|
-
helpTooltipVariant: "icon" | "underline";
|
|
717
1054
|
rowCustomClassKey: string;
|
|
718
1055
|
rowDataKey: string;
|
|
1056
|
+
helpTooltipVariant: "icon" | "underline";
|
|
1057
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
719
1058
|
isSelectionSticky: boolean;
|
|
720
1059
|
isSelectionBordered: boolean;
|
|
721
1060
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -733,8 +1072,8 @@ declare const DataGridTypes: () => (({
|
|
|
733
1072
|
rowIndex: number;
|
|
734
1073
|
}) => any>> & {
|
|
735
1074
|
title?(_: {}): any;
|
|
736
|
-
"table-header-pre-search"?(_: {}): any;
|
|
737
1075
|
search?(_: {}): any;
|
|
1076
|
+
"table-header-pre-search"?(_: {}): any;
|
|
738
1077
|
"table-header-actions"?(_: {}): any;
|
|
739
1078
|
"select-all-checkbox"?(_: {}): any;
|
|
740
1079
|
loader?(_: {}): any;
|
|
@@ -748,101 +1087,9 @@ declare const DataGridTypes: () => (({
|
|
|
748
1087
|
}): any;
|
|
749
1088
|
"empty-state"?(_: {}): any;
|
|
750
1089
|
footer?(_: {}): any;
|
|
1090
|
+
"side-panel"?(_: {}): any;
|
|
751
1091
|
};
|
|
752
|
-
})) |
|
|
753
|
-
placement: {
|
|
754
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
755
|
-
default: string;
|
|
756
|
-
};
|
|
757
|
-
rowIndex: {
|
|
758
|
-
type: import("vue").PropType<number>;
|
|
759
|
-
default: any;
|
|
760
|
-
};
|
|
761
|
-
menuItems: {
|
|
762
|
-
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
763
|
-
required: true;
|
|
764
|
-
default: () => any[];
|
|
765
|
-
};
|
|
766
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
767
|
-
selected: (option: unknown) => void;
|
|
768
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
769
|
-
placement: {
|
|
770
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
771
|
-
default: string;
|
|
772
|
-
};
|
|
773
|
-
rowIndex: {
|
|
774
|
-
type: import("vue").PropType<number>;
|
|
775
|
-
default: any;
|
|
776
|
-
};
|
|
777
|
-
menuItems: {
|
|
778
|
-
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
779
|
-
required: true;
|
|
780
|
-
default: () => any[];
|
|
781
|
-
};
|
|
782
|
-
}>> & {
|
|
783
|
-
onSelected?: (option: unknown) => any;
|
|
784
|
-
}, {
|
|
785
|
-
placement: import("floating-vue").Placement;
|
|
786
|
-
rowIndex: number;
|
|
787
|
-
menuItems: import("../common/Table.types").MenuItem[];
|
|
788
|
-
}> | import("vue").DefineComponent<{
|
|
789
|
-
testId: {
|
|
790
|
-
type: import("vue").PropType<string>;
|
|
791
|
-
default: string;
|
|
792
|
-
};
|
|
793
|
-
count: {
|
|
794
|
-
type: import("vue").PropType<number>;
|
|
795
|
-
default: number;
|
|
796
|
-
};
|
|
797
|
-
totalCount: {
|
|
798
|
-
type: import("vue").PropType<number>;
|
|
799
|
-
default: number;
|
|
800
|
-
};
|
|
801
|
-
displayingText: {
|
|
802
|
-
type: import("vue").PropType<string>;
|
|
803
|
-
default: string;
|
|
804
|
-
};
|
|
805
|
-
outOfText: {
|
|
806
|
-
type: import("vue").PropType<string>;
|
|
807
|
-
default: string;
|
|
808
|
-
};
|
|
809
|
-
totalText: {
|
|
810
|
-
type: import("vue").PropType<string>;
|
|
811
|
-
default: string;
|
|
812
|
-
};
|
|
813
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
814
|
-
testId: {
|
|
815
|
-
type: import("vue").PropType<string>;
|
|
816
|
-
default: string;
|
|
817
|
-
};
|
|
818
|
-
count: {
|
|
819
|
-
type: import("vue").PropType<number>;
|
|
820
|
-
default: number;
|
|
821
|
-
};
|
|
822
|
-
totalCount: {
|
|
823
|
-
type: import("vue").PropType<number>;
|
|
824
|
-
default: number;
|
|
825
|
-
};
|
|
826
|
-
displayingText: {
|
|
827
|
-
type: import("vue").PropType<string>;
|
|
828
|
-
default: string;
|
|
829
|
-
};
|
|
830
|
-
outOfText: {
|
|
831
|
-
type: import("vue").PropType<string>;
|
|
832
|
-
default: string;
|
|
833
|
-
};
|
|
834
|
-
totalText: {
|
|
835
|
-
type: import("vue").PropType<string>;
|
|
836
|
-
default: string;
|
|
837
|
-
};
|
|
838
|
-
}>>, {
|
|
839
|
-
testId: string;
|
|
840
|
-
count: number;
|
|
841
|
-
totalCount: number;
|
|
842
|
-
displayingText: string;
|
|
843
|
-
outOfText: string;
|
|
844
|
-
totalText: string;
|
|
845
|
-
}> | ({
|
|
1092
|
+
})) | ({
|
|
846
1093
|
new (...args: any[]): {
|
|
847
1094
|
$: import("vue").ComponentInternalInstance;
|
|
848
1095
|
$data: {};
|
|
@@ -852,23 +1099,23 @@ declare const DataGridTypes: () => (({
|
|
|
852
1099
|
isLoading: boolean;
|
|
853
1100
|
searchPlaceholder: string;
|
|
854
1101
|
count: number;
|
|
855
|
-
showSearch: boolean;
|
|
856
1102
|
loadingRowCount: number;
|
|
1103
|
+
zIndexBase: number;
|
|
1104
|
+
showSearch: boolean;
|
|
857
1105
|
emptyStateTitle: string;
|
|
858
1106
|
isSticky: boolean;
|
|
859
|
-
zIndexBase: number;
|
|
860
1107
|
emptyStateSubtitle: string;
|
|
861
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
862
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
863
|
-
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
864
|
-
rowCustomClassKey: string;
|
|
865
|
-
rowDataKey: string;
|
|
866
1108
|
totalCount: number;
|
|
867
1109
|
displayingText: string;
|
|
868
1110
|
outOfText: string;
|
|
869
1111
|
totalText: string;
|
|
870
1112
|
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
871
1113
|
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1114
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1115
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1116
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1117
|
+
rowCustomClassKey: string;
|
|
1118
|
+
rowDataKey: string;
|
|
872
1119
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
873
1120
|
search: {
|
|
874
1121
|
type: import("vue").PropType<string>;
|
|
@@ -890,14 +1137,18 @@ declare const DataGridTypes: () => (({
|
|
|
890
1137
|
type: import("vue").PropType<number>;
|
|
891
1138
|
default: number;
|
|
892
1139
|
};
|
|
893
|
-
showSearch: {
|
|
894
|
-
type: import("vue").PropType<boolean>;
|
|
895
|
-
default: boolean;
|
|
896
|
-
};
|
|
897
1140
|
loadingRowCount: {
|
|
898
1141
|
type: import("vue").PropType<number>;
|
|
899
1142
|
default: number;
|
|
900
1143
|
};
|
|
1144
|
+
zIndexBase: {
|
|
1145
|
+
type: import("vue").PropType<number>;
|
|
1146
|
+
default: number;
|
|
1147
|
+
};
|
|
1148
|
+
showSearch: {
|
|
1149
|
+
type: import("vue").PropType<boolean>;
|
|
1150
|
+
default: boolean;
|
|
1151
|
+
};
|
|
901
1152
|
emptyStateTitle: {
|
|
902
1153
|
type: import("vue").PropType<string>;
|
|
903
1154
|
default: string;
|
|
@@ -906,34 +1157,10 @@ declare const DataGridTypes: () => (({
|
|
|
906
1157
|
type: import("vue").PropType<boolean>;
|
|
907
1158
|
default: boolean;
|
|
908
1159
|
};
|
|
909
|
-
zIndexBase: {
|
|
910
|
-
type: import("vue").PropType<number>;
|
|
911
|
-
default: number;
|
|
912
|
-
};
|
|
913
1160
|
emptyStateSubtitle: {
|
|
914
1161
|
type: import("vue").PropType<string>;
|
|
915
1162
|
default: string;
|
|
916
1163
|
};
|
|
917
|
-
getRowId: {
|
|
918
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
919
|
-
default: (row: any, index: any) => any;
|
|
920
|
-
};
|
|
921
|
-
getRowKey: {
|
|
922
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
923
|
-
default: (row: any, index: any) => any;
|
|
924
|
-
};
|
|
925
|
-
emptyStateVariant: {
|
|
926
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
927
|
-
default: any;
|
|
928
|
-
};
|
|
929
|
-
rowCustomClassKey: {
|
|
930
|
-
type: import("vue").PropType<string>;
|
|
931
|
-
default: string;
|
|
932
|
-
};
|
|
933
|
-
rowDataKey: {
|
|
934
|
-
type: import("vue").PropType<string>;
|
|
935
|
-
default: string;
|
|
936
|
-
};
|
|
937
1164
|
totalCount: {
|
|
938
1165
|
type: import("vue").PropType<number>;
|
|
939
1166
|
default: number;
|
|
@@ -960,6 +1187,26 @@ declare const DataGridTypes: () => (({
|
|
|
960
1187
|
required: true;
|
|
961
1188
|
default: () => any[];
|
|
962
1189
|
};
|
|
1190
|
+
getRowId: {
|
|
1191
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1192
|
+
default: (row: any, index: any) => any;
|
|
1193
|
+
};
|
|
1194
|
+
getRowKey: {
|
|
1195
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1196
|
+
default: (row: any, index: any) => any;
|
|
1197
|
+
};
|
|
1198
|
+
emptyStateVariant: {
|
|
1199
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1200
|
+
default: any;
|
|
1201
|
+
};
|
|
1202
|
+
rowCustomClassKey: {
|
|
1203
|
+
type: import("vue").PropType<string>;
|
|
1204
|
+
default: string;
|
|
1205
|
+
};
|
|
1206
|
+
rowDataKey: {
|
|
1207
|
+
type: import("vue").PropType<string>;
|
|
1208
|
+
default: string;
|
|
1209
|
+
};
|
|
963
1210
|
}>> & {
|
|
964
1211
|
"onUpdate:search"?: (query: string) => any;
|
|
965
1212
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -968,7 +1215,7 @@ declare const DataGridTypes: () => (({
|
|
|
968
1215
|
}) => any;
|
|
969
1216
|
onOnClearSearch?: () => any;
|
|
970
1217
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
971
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "
|
|
1218
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey">;
|
|
972
1219
|
$attrs: {
|
|
973
1220
|
[x: string]: unknown;
|
|
974
1221
|
};
|
|
@@ -1005,14 +1252,18 @@ declare const DataGridTypes: () => (({
|
|
|
1005
1252
|
type: import("vue").PropType<number>;
|
|
1006
1253
|
default: number;
|
|
1007
1254
|
};
|
|
1008
|
-
showSearch: {
|
|
1009
|
-
type: import("vue").PropType<boolean>;
|
|
1010
|
-
default: boolean;
|
|
1011
|
-
};
|
|
1012
1255
|
loadingRowCount: {
|
|
1013
1256
|
type: import("vue").PropType<number>;
|
|
1014
1257
|
default: number;
|
|
1015
1258
|
};
|
|
1259
|
+
zIndexBase: {
|
|
1260
|
+
type: import("vue").PropType<number>;
|
|
1261
|
+
default: number;
|
|
1262
|
+
};
|
|
1263
|
+
showSearch: {
|
|
1264
|
+
type: import("vue").PropType<boolean>;
|
|
1265
|
+
default: boolean;
|
|
1266
|
+
};
|
|
1016
1267
|
emptyStateTitle: {
|
|
1017
1268
|
type: import("vue").PropType<string>;
|
|
1018
1269
|
default: string;
|
|
@@ -1021,34 +1272,10 @@ declare const DataGridTypes: () => (({
|
|
|
1021
1272
|
type: import("vue").PropType<boolean>;
|
|
1022
1273
|
default: boolean;
|
|
1023
1274
|
};
|
|
1024
|
-
zIndexBase: {
|
|
1025
|
-
type: import("vue").PropType<number>;
|
|
1026
|
-
default: number;
|
|
1027
|
-
};
|
|
1028
1275
|
emptyStateSubtitle: {
|
|
1029
1276
|
type: import("vue").PropType<string>;
|
|
1030
1277
|
default: string;
|
|
1031
1278
|
};
|
|
1032
|
-
getRowId: {
|
|
1033
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1034
|
-
default: (row: any, index: any) => any;
|
|
1035
|
-
};
|
|
1036
|
-
getRowKey: {
|
|
1037
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1038
|
-
default: (row: any, index: any) => any;
|
|
1039
|
-
};
|
|
1040
|
-
emptyStateVariant: {
|
|
1041
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1042
|
-
default: any;
|
|
1043
|
-
};
|
|
1044
|
-
rowCustomClassKey: {
|
|
1045
|
-
type: import("vue").PropType<string>;
|
|
1046
|
-
default: string;
|
|
1047
|
-
};
|
|
1048
|
-
rowDataKey: {
|
|
1049
|
-
type: import("vue").PropType<string>;
|
|
1050
|
-
default: string;
|
|
1051
|
-
};
|
|
1052
1279
|
totalCount: {
|
|
1053
1280
|
type: import("vue").PropType<number>;
|
|
1054
1281
|
default: number;
|
|
@@ -1075,6 +1302,26 @@ declare const DataGridTypes: () => (({
|
|
|
1075
1302
|
required: true;
|
|
1076
1303
|
default: () => any[];
|
|
1077
1304
|
};
|
|
1305
|
+
getRowId: {
|
|
1306
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1307
|
+
default: (row: any, index: any) => any;
|
|
1308
|
+
};
|
|
1309
|
+
getRowKey: {
|
|
1310
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1311
|
+
default: (row: any, index: any) => any;
|
|
1312
|
+
};
|
|
1313
|
+
emptyStateVariant: {
|
|
1314
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1315
|
+
default: any;
|
|
1316
|
+
};
|
|
1317
|
+
rowCustomClassKey: {
|
|
1318
|
+
type: import("vue").PropType<string>;
|
|
1319
|
+
default: string;
|
|
1320
|
+
};
|
|
1321
|
+
rowDataKey: {
|
|
1322
|
+
type: import("vue").PropType<string>;
|
|
1323
|
+
default: string;
|
|
1324
|
+
};
|
|
1078
1325
|
}>> & {
|
|
1079
1326
|
"onUpdate:search"?: (query: string) => any;
|
|
1080
1327
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -1097,23 +1344,23 @@ declare const DataGridTypes: () => (({
|
|
|
1097
1344
|
isLoading: boolean;
|
|
1098
1345
|
searchPlaceholder: string;
|
|
1099
1346
|
count: number;
|
|
1100
|
-
showSearch: boolean;
|
|
1101
1347
|
loadingRowCount: number;
|
|
1348
|
+
zIndexBase: number;
|
|
1349
|
+
showSearch: boolean;
|
|
1102
1350
|
emptyStateTitle: string;
|
|
1103
1351
|
isSticky: boolean;
|
|
1104
|
-
zIndexBase: number;
|
|
1105
1352
|
emptyStateSubtitle: string;
|
|
1106
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1107
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1108
|
-
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1109
|
-
rowCustomClassKey: string;
|
|
1110
|
-
rowDataKey: string;
|
|
1111
1353
|
totalCount: number;
|
|
1112
1354
|
displayingText: string;
|
|
1113
1355
|
outOfText: string;
|
|
1114
1356
|
totalText: string;
|
|
1115
1357
|
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
1116
1358
|
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1359
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1360
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1361
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1362
|
+
rowCustomClassKey: string;
|
|
1363
|
+
rowDataKey: string;
|
|
1117
1364
|
}, {}, string> & {
|
|
1118
1365
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1119
1366
|
created?: (() => void) | (() => void)[];
|
|
@@ -1155,14 +1402,18 @@ declare const DataGridTypes: () => (({
|
|
|
1155
1402
|
type: import("vue").PropType<number>;
|
|
1156
1403
|
default: number;
|
|
1157
1404
|
};
|
|
1158
|
-
showSearch: {
|
|
1159
|
-
type: import("vue").PropType<boolean>;
|
|
1160
|
-
default: boolean;
|
|
1161
|
-
};
|
|
1162
1405
|
loadingRowCount: {
|
|
1163
1406
|
type: import("vue").PropType<number>;
|
|
1164
1407
|
default: number;
|
|
1165
1408
|
};
|
|
1409
|
+
zIndexBase: {
|
|
1410
|
+
type: import("vue").PropType<number>;
|
|
1411
|
+
default: number;
|
|
1412
|
+
};
|
|
1413
|
+
showSearch: {
|
|
1414
|
+
type: import("vue").PropType<boolean>;
|
|
1415
|
+
default: boolean;
|
|
1416
|
+
};
|
|
1166
1417
|
emptyStateTitle: {
|
|
1167
1418
|
type: import("vue").PropType<string>;
|
|
1168
1419
|
default: string;
|
|
@@ -1171,34 +1422,10 @@ declare const DataGridTypes: () => (({
|
|
|
1171
1422
|
type: import("vue").PropType<boolean>;
|
|
1172
1423
|
default: boolean;
|
|
1173
1424
|
};
|
|
1174
|
-
zIndexBase: {
|
|
1175
|
-
type: import("vue").PropType<number>;
|
|
1176
|
-
default: number;
|
|
1177
|
-
};
|
|
1178
1425
|
emptyStateSubtitle: {
|
|
1179
1426
|
type: import("vue").PropType<string>;
|
|
1180
1427
|
default: string;
|
|
1181
1428
|
};
|
|
1182
|
-
getRowId: {
|
|
1183
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1184
|
-
default: (row: any, index: any) => any;
|
|
1185
|
-
};
|
|
1186
|
-
getRowKey: {
|
|
1187
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1188
|
-
default: (row: any, index: any) => any;
|
|
1189
|
-
};
|
|
1190
|
-
emptyStateVariant: {
|
|
1191
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1192
|
-
default: any;
|
|
1193
|
-
};
|
|
1194
|
-
rowCustomClassKey: {
|
|
1195
|
-
type: import("vue").PropType<string>;
|
|
1196
|
-
default: string;
|
|
1197
|
-
};
|
|
1198
|
-
rowDataKey: {
|
|
1199
|
-
type: import("vue").PropType<string>;
|
|
1200
|
-
default: string;
|
|
1201
|
-
};
|
|
1202
1429
|
totalCount: {
|
|
1203
1430
|
type: import("vue").PropType<number>;
|
|
1204
1431
|
default: number;
|
|
@@ -1225,6 +1452,26 @@ declare const DataGridTypes: () => (({
|
|
|
1225
1452
|
required: true;
|
|
1226
1453
|
default: () => any[];
|
|
1227
1454
|
};
|
|
1455
|
+
getRowId: {
|
|
1456
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1457
|
+
default: (row: any, index: any) => any;
|
|
1458
|
+
};
|
|
1459
|
+
getRowKey: {
|
|
1460
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1461
|
+
default: (row: any, index: any) => any;
|
|
1462
|
+
};
|
|
1463
|
+
emptyStateVariant: {
|
|
1464
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1465
|
+
default: any;
|
|
1466
|
+
};
|
|
1467
|
+
rowCustomClassKey: {
|
|
1468
|
+
type: import("vue").PropType<string>;
|
|
1469
|
+
default: string;
|
|
1470
|
+
};
|
|
1471
|
+
rowDataKey: {
|
|
1472
|
+
type: import("vue").PropType<string>;
|
|
1473
|
+
default: string;
|
|
1474
|
+
};
|
|
1228
1475
|
}>> & {
|
|
1229
1476
|
"onUpdate:search"?: (query: string) => any;
|
|
1230
1477
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -1258,14 +1505,18 @@ declare const DataGridTypes: () => (({
|
|
|
1258
1505
|
type: import("vue").PropType<number>;
|
|
1259
1506
|
default: number;
|
|
1260
1507
|
};
|
|
1261
|
-
showSearch: {
|
|
1262
|
-
type: import("vue").PropType<boolean>;
|
|
1263
|
-
default: boolean;
|
|
1264
|
-
};
|
|
1265
1508
|
loadingRowCount: {
|
|
1266
1509
|
type: import("vue").PropType<number>;
|
|
1267
1510
|
default: number;
|
|
1268
1511
|
};
|
|
1512
|
+
zIndexBase: {
|
|
1513
|
+
type: import("vue").PropType<number>;
|
|
1514
|
+
default: number;
|
|
1515
|
+
};
|
|
1516
|
+
showSearch: {
|
|
1517
|
+
type: import("vue").PropType<boolean>;
|
|
1518
|
+
default: boolean;
|
|
1519
|
+
};
|
|
1269
1520
|
emptyStateTitle: {
|
|
1270
1521
|
type: import("vue").PropType<string>;
|
|
1271
1522
|
default: string;
|
|
@@ -1274,34 +1525,10 @@ declare const DataGridTypes: () => (({
|
|
|
1274
1525
|
type: import("vue").PropType<boolean>;
|
|
1275
1526
|
default: boolean;
|
|
1276
1527
|
};
|
|
1277
|
-
zIndexBase: {
|
|
1278
|
-
type: import("vue").PropType<number>;
|
|
1279
|
-
default: number;
|
|
1280
|
-
};
|
|
1281
1528
|
emptyStateSubtitle: {
|
|
1282
1529
|
type: import("vue").PropType<string>;
|
|
1283
1530
|
default: string;
|
|
1284
1531
|
};
|
|
1285
|
-
getRowId: {
|
|
1286
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1287
|
-
default: (row: any, index: any) => any;
|
|
1288
|
-
};
|
|
1289
|
-
getRowKey: {
|
|
1290
|
-
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1291
|
-
default: (row: any, index: any) => any;
|
|
1292
|
-
};
|
|
1293
|
-
emptyStateVariant: {
|
|
1294
|
-
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1295
|
-
default: any;
|
|
1296
|
-
};
|
|
1297
|
-
rowCustomClassKey: {
|
|
1298
|
-
type: import("vue").PropType<string>;
|
|
1299
|
-
default: string;
|
|
1300
|
-
};
|
|
1301
|
-
rowDataKey: {
|
|
1302
|
-
type: import("vue").PropType<string>;
|
|
1303
|
-
default: string;
|
|
1304
|
-
};
|
|
1305
1532
|
totalCount: {
|
|
1306
1533
|
type: import("vue").PropType<number>;
|
|
1307
1534
|
default: number;
|
|
@@ -1328,6 +1555,26 @@ declare const DataGridTypes: () => (({
|
|
|
1328
1555
|
required: true;
|
|
1329
1556
|
default: () => any[];
|
|
1330
1557
|
};
|
|
1558
|
+
getRowId: {
|
|
1559
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1560
|
+
default: (row: any, index: any) => any;
|
|
1561
|
+
};
|
|
1562
|
+
getRowKey: {
|
|
1563
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1564
|
+
default: (row: any, index: any) => any;
|
|
1565
|
+
};
|
|
1566
|
+
emptyStateVariant: {
|
|
1567
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1568
|
+
default: any;
|
|
1569
|
+
};
|
|
1570
|
+
rowCustomClassKey: {
|
|
1571
|
+
type: import("vue").PropType<string>;
|
|
1572
|
+
default: string;
|
|
1573
|
+
};
|
|
1574
|
+
rowDataKey: {
|
|
1575
|
+
type: import("vue").PropType<string>;
|
|
1576
|
+
default: string;
|
|
1577
|
+
};
|
|
1331
1578
|
}>> & {
|
|
1332
1579
|
"onUpdate:search"?: (query: string) => any;
|
|
1333
1580
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -1350,23 +1597,23 @@ declare const DataGridTypes: () => (({
|
|
|
1350
1597
|
isLoading: boolean;
|
|
1351
1598
|
searchPlaceholder: string;
|
|
1352
1599
|
count: number;
|
|
1353
|
-
showSearch: boolean;
|
|
1354
1600
|
loadingRowCount: number;
|
|
1601
|
+
zIndexBase: number;
|
|
1602
|
+
showSearch: boolean;
|
|
1355
1603
|
emptyStateTitle: string;
|
|
1356
1604
|
isSticky: boolean;
|
|
1357
|
-
zIndexBase: number;
|
|
1358
1605
|
emptyStateSubtitle: string;
|
|
1359
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1360
|
-
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1361
|
-
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1362
|
-
rowCustomClassKey: string;
|
|
1363
|
-
rowDataKey: string;
|
|
1364
1606
|
totalCount: number;
|
|
1365
1607
|
displayingText: string;
|
|
1366
1608
|
outOfText: string;
|
|
1367
1609
|
totalText: string;
|
|
1368
1610
|
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
1369
1611
|
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1612
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1613
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1614
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1615
|
+
rowCustomClassKey: string;
|
|
1616
|
+
rowDataKey: string;
|
|
1370
1617
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1371
1618
|
$slots: Partial<Record<string, (_: {
|
|
1372
1619
|
column: import("../common/Table.types").Column;
|
|
@@ -1381,6 +1628,7 @@ declare const DataGridTypes: () => (({
|
|
|
1381
1628
|
}) => any>> & {
|
|
1382
1629
|
title?(_: {}): any;
|
|
1383
1630
|
search?(_: {}): any;
|
|
1631
|
+
"table-header-pre-search"?(_: {}): any;
|
|
1384
1632
|
"table-header-actions"?(_: {}): any;
|
|
1385
1633
|
"floating-row"?(_: {
|
|
1386
1634
|
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
@@ -1391,4 +1639,4 @@ declare const DataGridTypes: () => (({
|
|
|
1391
1639
|
};
|
|
1392
1640
|
})))[];
|
|
1393
1641
|
export type { Column, Sort, MenuItem, TableSettings, } from '../common/Table.types';
|
|
1394
|
-
export { DataGrid, DataGridMenu, DataGridRowsCounter, DataGridTypes, MultipleDataGrid, };
|
|
1642
|
+
export { DataGrid, DataGridMenu, DataGridRowsCounter, DataGridTypes, MultipleDataGrid, DataGridHeader, };
|