@ironsource/shared-ui 2.1.12-test.98 → 2.1.12
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_cd41c5ca_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_a594c97e_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- 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 +26 -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 +20 -14
- 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/dateRange/common/DateRange.common.js +60 -60
- 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 +7 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +118 -107
- 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 +81 -3
- 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 +95 -0
- package/components/link/Link.vue.js +7 -0
- package/components/link/Link.vue2.js +65 -0
- package/components/link/index.d.ts +296 -0
- package/components/link/index.js +6 -0
- 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 +12 -7
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +273 -268
- 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 +92 -90
- package/components/table/v4/index.d.ts +646 -332
- package/components/table/v4/index.js +11 -5
- 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 +2675 -1649
- package/index.js +137 -121
- package/package.json +18 -1
- package/testids/index.d.ts +47 -1
- package/testids/index.js +40 -32
- package/utils/date.d.ts +1 -0
- package/utils/date.js +9 -0
- 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_e53c6287_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_b21a79b1_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_934163c0_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_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_3b15c693_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,395 @@
|
|
|
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';
|
|
5
|
+
import DataGridContainer from './DataGridContainer.vue';
|
|
4
6
|
import MultipleDataGrid from './MultipleDataGrid.vue';
|
|
5
|
-
declare const DataGridTypes: () => (({
|
|
7
|
+
declare const DataGridTypes: () => (import("vue").DefineComponent<{
|
|
8
|
+
placement: {
|
|
9
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
rowIndex: {
|
|
13
|
+
type: import("vue").PropType<number>;
|
|
14
|
+
default: any;
|
|
15
|
+
};
|
|
16
|
+
menuItems: {
|
|
17
|
+
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
18
|
+
required: true;
|
|
19
|
+
default: () => any[];
|
|
20
|
+
};
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
+
selected: (option: unknown) => void;
|
|
23
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
placement: {
|
|
25
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
rowIndex: {
|
|
29
|
+
type: import("vue").PropType<number>;
|
|
30
|
+
default: any;
|
|
31
|
+
};
|
|
32
|
+
menuItems: {
|
|
33
|
+
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
34
|
+
required: true;
|
|
35
|
+
default: () => any[];
|
|
36
|
+
};
|
|
37
|
+
}>> & {
|
|
38
|
+
onSelected?: (option: unknown) => any;
|
|
39
|
+
}, {
|
|
40
|
+
placement: import("floating-vue").Placement;
|
|
41
|
+
rowIndex: number;
|
|
42
|
+
menuItems: import("../common/Table.types").MenuItem[];
|
|
43
|
+
}> | import("vue").DefineComponent<{
|
|
44
|
+
testId: {
|
|
45
|
+
type: import("vue").PropType<string>;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
count: {
|
|
49
|
+
type: import("vue").PropType<number>;
|
|
50
|
+
default: number;
|
|
51
|
+
};
|
|
52
|
+
totalCount: {
|
|
53
|
+
type: import("vue").PropType<number>;
|
|
54
|
+
default: number;
|
|
55
|
+
};
|
|
56
|
+
displayingText: {
|
|
57
|
+
type: import("vue").PropType<string>;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
outOfText: {
|
|
61
|
+
type: import("vue").PropType<string>;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
totalText: {
|
|
65
|
+
type: import("vue").PropType<string>;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
+
testId: {
|
|
70
|
+
type: import("vue").PropType<string>;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
count: {
|
|
74
|
+
type: import("vue").PropType<number>;
|
|
75
|
+
default: number;
|
|
76
|
+
};
|
|
77
|
+
totalCount: {
|
|
78
|
+
type: import("vue").PropType<number>;
|
|
79
|
+
default: number;
|
|
80
|
+
};
|
|
81
|
+
displayingText: {
|
|
82
|
+
type: import("vue").PropType<string>;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
outOfText: {
|
|
86
|
+
type: import("vue").PropType<string>;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
totalText: {
|
|
90
|
+
type: import("vue").PropType<string>;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
}>>, {
|
|
94
|
+
testId: string;
|
|
95
|
+
count: number;
|
|
96
|
+
totalCount: number;
|
|
97
|
+
displayingText: string;
|
|
98
|
+
outOfText: string;
|
|
99
|
+
totalText: string;
|
|
100
|
+
}> | ({
|
|
101
|
+
new (...args: any[]): {
|
|
102
|
+
$: import("vue").ComponentInternalInstance;
|
|
103
|
+
$data: {};
|
|
104
|
+
$props: Partial<{
|
|
105
|
+
title: string;
|
|
106
|
+
search: string;
|
|
107
|
+
testId: string;
|
|
108
|
+
searchAutoFocus: boolean;
|
|
109
|
+
searchPlaceholder: string;
|
|
110
|
+
zIndexBase: number;
|
|
111
|
+
showSearch: boolean;
|
|
112
|
+
isSticky: boolean;
|
|
113
|
+
standalone: boolean;
|
|
114
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
115
|
+
title: {
|
|
116
|
+
type: import("vue").PropType<string>;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
search: {
|
|
120
|
+
type: import("vue").PropType<string>;
|
|
121
|
+
default: any;
|
|
122
|
+
};
|
|
123
|
+
testId: {
|
|
124
|
+
type: import("vue").PropType<string>;
|
|
125
|
+
default: string;
|
|
126
|
+
};
|
|
127
|
+
searchAutoFocus: {
|
|
128
|
+
type: import("vue").PropType<boolean>;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
searchPlaceholder: {
|
|
132
|
+
type: import("vue").PropType<string>;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
zIndexBase: {
|
|
136
|
+
type: import("vue").PropType<number>;
|
|
137
|
+
default: number;
|
|
138
|
+
};
|
|
139
|
+
showSearch: {
|
|
140
|
+
type: import("vue").PropType<boolean>;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
143
|
+
isSticky: {
|
|
144
|
+
type: import("vue").PropType<boolean>;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
standalone: {
|
|
148
|
+
type: import("vue").PropType<boolean>;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
}>> & {
|
|
152
|
+
"onUpdate:search"?: (query: string) => any;
|
|
153
|
+
onOnClearSearch?: () => any;
|
|
154
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "search" | "testId" | "searchAutoFocus" | "searchPlaceholder" | "zIndexBase" | "showSearch" | "isSticky" | "standalone">;
|
|
155
|
+
$attrs: {
|
|
156
|
+
[x: string]: unknown;
|
|
157
|
+
};
|
|
158
|
+
$refs: {
|
|
159
|
+
[x: string]: unknown;
|
|
160
|
+
};
|
|
161
|
+
$slots: Readonly<{
|
|
162
|
+
[name: string]: import("vue").Slot;
|
|
163
|
+
}>;
|
|
164
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
165
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
166
|
+
$emit: ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void);
|
|
167
|
+
$el: any;
|
|
168
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
169
|
+
title: {
|
|
170
|
+
type: import("vue").PropType<string>;
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
search: {
|
|
174
|
+
type: import("vue").PropType<string>;
|
|
175
|
+
default: any;
|
|
176
|
+
};
|
|
177
|
+
testId: {
|
|
178
|
+
type: import("vue").PropType<string>;
|
|
179
|
+
default: string;
|
|
180
|
+
};
|
|
181
|
+
searchAutoFocus: {
|
|
182
|
+
type: import("vue").PropType<boolean>;
|
|
183
|
+
default: boolean;
|
|
184
|
+
};
|
|
185
|
+
searchPlaceholder: {
|
|
186
|
+
type: import("vue").PropType<string>;
|
|
187
|
+
default: string;
|
|
188
|
+
};
|
|
189
|
+
zIndexBase: {
|
|
190
|
+
type: import("vue").PropType<number>;
|
|
191
|
+
default: number;
|
|
192
|
+
};
|
|
193
|
+
showSearch: {
|
|
194
|
+
type: import("vue").PropType<boolean>;
|
|
195
|
+
default: boolean;
|
|
196
|
+
};
|
|
197
|
+
isSticky: {
|
|
198
|
+
type: import("vue").PropType<boolean>;
|
|
199
|
+
default: boolean;
|
|
200
|
+
};
|
|
201
|
+
standalone: {
|
|
202
|
+
type: import("vue").PropType<boolean>;
|
|
203
|
+
default: boolean;
|
|
204
|
+
};
|
|
205
|
+
}>> & {
|
|
206
|
+
"onUpdate:search"?: (query: string) => any;
|
|
207
|
+
onOnClearSearch?: () => any;
|
|
208
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
209
|
+
"update:search": (query: string) => void;
|
|
210
|
+
onClearSearch: () => void;
|
|
211
|
+
}, string, {
|
|
212
|
+
title: string;
|
|
213
|
+
search: string;
|
|
214
|
+
testId: string;
|
|
215
|
+
searchAutoFocus: boolean;
|
|
216
|
+
searchPlaceholder: string;
|
|
217
|
+
zIndexBase: number;
|
|
218
|
+
showSearch: boolean;
|
|
219
|
+
isSticky: boolean;
|
|
220
|
+
standalone: boolean;
|
|
221
|
+
}, {}, string> & {
|
|
222
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
223
|
+
created?: (() => void) | (() => void)[];
|
|
224
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
225
|
+
mounted?: (() => void) | (() => void)[];
|
|
226
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
227
|
+
updated?: (() => void) | (() => void)[];
|
|
228
|
+
activated?: (() => void) | (() => void)[];
|
|
229
|
+
deactivated?: (() => void) | (() => void)[];
|
|
230
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
231
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
232
|
+
destroyed?: (() => void) | (() => void)[];
|
|
233
|
+
unmounted?: (() => void) | (() => void)[];
|
|
234
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
235
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
236
|
+
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)[];
|
|
237
|
+
};
|
|
238
|
+
$forceUpdate: () => void;
|
|
239
|
+
$nextTick: typeof import("vue").nextTick;
|
|
240
|
+
$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;
|
|
241
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
242
|
+
title: {
|
|
243
|
+
type: import("vue").PropType<string>;
|
|
244
|
+
default: string;
|
|
245
|
+
};
|
|
246
|
+
search: {
|
|
247
|
+
type: import("vue").PropType<string>;
|
|
248
|
+
default: any;
|
|
249
|
+
};
|
|
250
|
+
testId: {
|
|
251
|
+
type: import("vue").PropType<string>;
|
|
252
|
+
default: string;
|
|
253
|
+
};
|
|
254
|
+
searchAutoFocus: {
|
|
255
|
+
type: import("vue").PropType<boolean>;
|
|
256
|
+
default: boolean;
|
|
257
|
+
};
|
|
258
|
+
searchPlaceholder: {
|
|
259
|
+
type: import("vue").PropType<string>;
|
|
260
|
+
default: string;
|
|
261
|
+
};
|
|
262
|
+
zIndexBase: {
|
|
263
|
+
type: import("vue").PropType<number>;
|
|
264
|
+
default: number;
|
|
265
|
+
};
|
|
266
|
+
showSearch: {
|
|
267
|
+
type: import("vue").PropType<boolean>;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
isSticky: {
|
|
271
|
+
type: import("vue").PropType<boolean>;
|
|
272
|
+
default: boolean;
|
|
273
|
+
};
|
|
274
|
+
standalone: {
|
|
275
|
+
type: import("vue").PropType<boolean>;
|
|
276
|
+
default: boolean;
|
|
277
|
+
};
|
|
278
|
+
}>> & {
|
|
279
|
+
"onUpdate:search"?: (query: string) => any;
|
|
280
|
+
onOnClearSearch?: () => any;
|
|
281
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
282
|
+
__isFragment?: never;
|
|
283
|
+
__isTeleport?: never;
|
|
284
|
+
__isSuspense?: never;
|
|
285
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
286
|
+
title: {
|
|
287
|
+
type: import("vue").PropType<string>;
|
|
288
|
+
default: string;
|
|
289
|
+
};
|
|
290
|
+
search: {
|
|
291
|
+
type: import("vue").PropType<string>;
|
|
292
|
+
default: any;
|
|
293
|
+
};
|
|
294
|
+
testId: {
|
|
295
|
+
type: import("vue").PropType<string>;
|
|
296
|
+
default: string;
|
|
297
|
+
};
|
|
298
|
+
searchAutoFocus: {
|
|
299
|
+
type: import("vue").PropType<boolean>;
|
|
300
|
+
default: boolean;
|
|
301
|
+
};
|
|
302
|
+
searchPlaceholder: {
|
|
303
|
+
type: import("vue").PropType<string>;
|
|
304
|
+
default: string;
|
|
305
|
+
};
|
|
306
|
+
zIndexBase: {
|
|
307
|
+
type: import("vue").PropType<number>;
|
|
308
|
+
default: number;
|
|
309
|
+
};
|
|
310
|
+
showSearch: {
|
|
311
|
+
type: import("vue").PropType<boolean>;
|
|
312
|
+
default: boolean;
|
|
313
|
+
};
|
|
314
|
+
isSticky: {
|
|
315
|
+
type: import("vue").PropType<boolean>;
|
|
316
|
+
default: boolean;
|
|
317
|
+
};
|
|
318
|
+
standalone: {
|
|
319
|
+
type: import("vue").PropType<boolean>;
|
|
320
|
+
default: boolean;
|
|
321
|
+
};
|
|
322
|
+
}>> & {
|
|
323
|
+
"onUpdate:search"?: (query: string) => any;
|
|
324
|
+
onOnClearSearch?: () => any;
|
|
325
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
326
|
+
"update:search": (query: string) => void;
|
|
327
|
+
onClearSearch: () => void;
|
|
328
|
+
}, string, {
|
|
329
|
+
title: string;
|
|
330
|
+
search: string;
|
|
331
|
+
testId: string;
|
|
332
|
+
searchAutoFocus: boolean;
|
|
333
|
+
searchPlaceholder: string;
|
|
334
|
+
zIndexBase: number;
|
|
335
|
+
showSearch: boolean;
|
|
336
|
+
isSticky: boolean;
|
|
337
|
+
standalone: boolean;
|
|
338
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
339
|
+
$slots: {
|
|
340
|
+
title?(_: {}): any;
|
|
341
|
+
"table-header-pre-search"?(_: {}): any;
|
|
342
|
+
search?(_: {}): any;
|
|
343
|
+
"table-header-actions"?(_: {}): any;
|
|
344
|
+
};
|
|
345
|
+
})) | ({
|
|
346
|
+
new (...args: any[]): {
|
|
347
|
+
$: import("vue").ComponentInternalInstance;
|
|
348
|
+
$data: {};
|
|
349
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
350
|
+
$attrs: {
|
|
351
|
+
[x: string]: unknown;
|
|
352
|
+
};
|
|
353
|
+
$refs: {
|
|
354
|
+
[x: string]: unknown;
|
|
355
|
+
};
|
|
356
|
+
$slots: Readonly<{
|
|
357
|
+
[name: string]: import("vue").Slot;
|
|
358
|
+
}>;
|
|
359
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
360
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
361
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
362
|
+
$el: any;
|
|
363
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
364
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
365
|
+
created?: (() => void) | (() => void)[];
|
|
366
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
367
|
+
mounted?: (() => void) | (() => void)[];
|
|
368
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
369
|
+
updated?: (() => void) | (() => void)[];
|
|
370
|
+
activated?: (() => void) | (() => void)[];
|
|
371
|
+
deactivated?: (() => void) | (() => void)[];
|
|
372
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
373
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
374
|
+
destroyed?: (() => void) | (() => void)[];
|
|
375
|
+
unmounted?: (() => void) | (() => void)[];
|
|
376
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
377
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
378
|
+
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)[];
|
|
379
|
+
};
|
|
380
|
+
$forceUpdate: () => void;
|
|
381
|
+
$nextTick: typeof import("vue").nextTick;
|
|
382
|
+
$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;
|
|
383
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
384
|
+
__isFragment?: never;
|
|
385
|
+
__isTeleport?: never;
|
|
386
|
+
__isSuspense?: never;
|
|
387
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
388
|
+
$slots: {
|
|
389
|
+
default?(_: {}): any;
|
|
390
|
+
"side-panel"?(_: {}): any;
|
|
391
|
+
};
|
|
392
|
+
})) | ({
|
|
6
393
|
new (...args: any[]): {
|
|
7
394
|
$: import("vue").ComponentInternalInstance;
|
|
8
395
|
$data: {};
|
|
@@ -15,11 +402,11 @@ declare const DataGridTypes: () => (({
|
|
|
15
402
|
searchAutoFocus: boolean;
|
|
16
403
|
searchPlaceholder: string;
|
|
17
404
|
selection: unknown[];
|
|
18
|
-
showSearch: boolean;
|
|
19
405
|
loadingRowCount: number;
|
|
406
|
+
zIndexBase: number;
|
|
407
|
+
showSearch: boolean;
|
|
20
408
|
emptyStateTitle: string;
|
|
21
409
|
isSticky: boolean;
|
|
22
|
-
zIndexBase: number;
|
|
23
410
|
sections: import("../common/Table.types").Section[];
|
|
24
411
|
isStickyHeader: boolean;
|
|
25
412
|
emptyStateSubtitle: string;
|
|
@@ -29,11 +416,12 @@ declare const DataGridTypes: () => (({
|
|
|
29
416
|
defaultScrollPosition: number;
|
|
30
417
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
31
418
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
32
|
-
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
33
419
|
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
34
|
-
helpTooltipVariant: "icon" | "underline";
|
|
35
420
|
rowCustomClassKey: string;
|
|
36
421
|
rowDataKey: string;
|
|
422
|
+
helpTooltipVariant: "icon" | "underline";
|
|
423
|
+
useAvailableHeight: boolean;
|
|
424
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
37
425
|
isSelectionSticky: boolean;
|
|
38
426
|
isSelectionBordered: boolean;
|
|
39
427
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -73,14 +461,18 @@ declare const DataGridTypes: () => (({
|
|
|
73
461
|
type: import("vue").PropType<unknown[]>;
|
|
74
462
|
default: any;
|
|
75
463
|
};
|
|
76
|
-
showSearch: {
|
|
77
|
-
type: import("vue").PropType<boolean>;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
464
|
loadingRowCount: {
|
|
81
465
|
type: import("vue").PropType<number>;
|
|
82
466
|
default: number;
|
|
83
467
|
};
|
|
468
|
+
zIndexBase: {
|
|
469
|
+
type: import("vue").PropType<number>;
|
|
470
|
+
default: number;
|
|
471
|
+
};
|
|
472
|
+
showSearch: {
|
|
473
|
+
type: import("vue").PropType<boolean>;
|
|
474
|
+
default: boolean;
|
|
475
|
+
};
|
|
84
476
|
emptyStateTitle: {
|
|
85
477
|
type: import("vue").PropType<string>;
|
|
86
478
|
default: string;
|
|
@@ -89,10 +481,6 @@ declare const DataGridTypes: () => (({
|
|
|
89
481
|
type: import("vue").PropType<boolean>;
|
|
90
482
|
default: boolean;
|
|
91
483
|
};
|
|
92
|
-
zIndexBase: {
|
|
93
|
-
type: import("vue").PropType<number>;
|
|
94
|
-
default: number;
|
|
95
|
-
};
|
|
96
484
|
rows: {
|
|
97
485
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
98
486
|
required: true;
|
|
@@ -133,21 +521,10 @@ declare const DataGridTypes: () => (({
|
|
|
133
521
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
134
522
|
default: (row: any, index: any) => any;
|
|
135
523
|
};
|
|
136
|
-
selectedMatcher: {
|
|
137
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
138
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
139
|
-
};
|
|
140
524
|
emptyStateVariant: {
|
|
141
525
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
142
526
|
default: any;
|
|
143
527
|
};
|
|
144
|
-
showTotalsRow: {
|
|
145
|
-
type: import("vue").PropType<boolean>;
|
|
146
|
-
};
|
|
147
|
-
helpTooltipVariant: {
|
|
148
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
528
|
rowCustomClassKey: {
|
|
152
529
|
type: import("vue").PropType<string>;
|
|
153
530
|
default: string;
|
|
@@ -156,6 +533,18 @@ declare const DataGridTypes: () => (({
|
|
|
156
533
|
type: import("vue").PropType<string>;
|
|
157
534
|
default: string;
|
|
158
535
|
};
|
|
536
|
+
helpTooltipVariant: {
|
|
537
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
538
|
+
default: string;
|
|
539
|
+
};
|
|
540
|
+
useAvailableHeight: {
|
|
541
|
+
type: import("vue").PropType<boolean>;
|
|
542
|
+
default: boolean;
|
|
543
|
+
};
|
|
544
|
+
selectedMatcher: {
|
|
545
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
546
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
547
|
+
};
|
|
159
548
|
isSelectionSticky: {
|
|
160
549
|
type: import("vue").PropType<boolean>;
|
|
161
550
|
default: boolean;
|
|
@@ -164,18 +553,21 @@ declare const DataGridTypes: () => (({
|
|
|
164
553
|
type: import("vue").PropType<boolean>;
|
|
165
554
|
default: boolean;
|
|
166
555
|
};
|
|
556
|
+
showTotalsRow: {
|
|
557
|
+
type: import("vue").PropType<boolean>;
|
|
558
|
+
};
|
|
167
559
|
}>> & {
|
|
168
560
|
onSelectAll?: (value: boolean) => any;
|
|
169
561
|
onLoadMore?: () => any;
|
|
562
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
170
563
|
"onUpdate:search"?: (query: string) => any;
|
|
171
564
|
onOnScroll?: (event: Event) => any;
|
|
172
565
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
173
566
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
174
567
|
onOnClearSearch?: () => any;
|
|
175
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
176
|
-
onSelectRow?: (value: boolean) => any;
|
|
177
568
|
onClickRow?: (rowIndex: number) => any;
|
|
178
|
-
|
|
569
|
+
onSelectRow?: (value: boolean) => any;
|
|
570
|
+
} & 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" | "useAvailableHeight" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
179
571
|
$attrs: {
|
|
180
572
|
[x: string]: unknown;
|
|
181
573
|
};
|
|
@@ -187,7 +579,7 @@ declare const DataGridTypes: () => (({
|
|
|
187
579
|
}>;
|
|
188
580
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
189
581
|
$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: "
|
|
582
|
+
$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
583
|
$el: any;
|
|
192
584
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
193
585
|
sort: {
|
|
@@ -222,18 +614,22 @@ declare const DataGridTypes: () => (({
|
|
|
222
614
|
type: import("vue").PropType<string>;
|
|
223
615
|
default: string;
|
|
224
616
|
};
|
|
225
|
-
selection: {
|
|
226
|
-
type: import("vue").PropType<unknown[]>;
|
|
227
|
-
default: any;
|
|
617
|
+
selection: {
|
|
618
|
+
type: import("vue").PropType<unknown[]>;
|
|
619
|
+
default: any;
|
|
620
|
+
};
|
|
621
|
+
loadingRowCount: {
|
|
622
|
+
type: import("vue").PropType<number>;
|
|
623
|
+
default: number;
|
|
624
|
+
};
|
|
625
|
+
zIndexBase: {
|
|
626
|
+
type: import("vue").PropType<number>;
|
|
627
|
+
default: number;
|
|
228
628
|
};
|
|
229
629
|
showSearch: {
|
|
230
630
|
type: import("vue").PropType<boolean>;
|
|
231
631
|
default: boolean;
|
|
232
632
|
};
|
|
233
|
-
loadingRowCount: {
|
|
234
|
-
type: import("vue").PropType<number>;
|
|
235
|
-
default: number;
|
|
236
|
-
};
|
|
237
633
|
emptyStateTitle: {
|
|
238
634
|
type: import("vue").PropType<string>;
|
|
239
635
|
default: string;
|
|
@@ -242,10 +638,6 @@ declare const DataGridTypes: () => (({
|
|
|
242
638
|
type: import("vue").PropType<boolean>;
|
|
243
639
|
default: boolean;
|
|
244
640
|
};
|
|
245
|
-
zIndexBase: {
|
|
246
|
-
type: import("vue").PropType<number>;
|
|
247
|
-
default: number;
|
|
248
|
-
};
|
|
249
641
|
rows: {
|
|
250
642
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
251
643
|
required: true;
|
|
@@ -286,21 +678,10 @@ declare const DataGridTypes: () => (({
|
|
|
286
678
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
287
679
|
default: (row: any, index: any) => any;
|
|
288
680
|
};
|
|
289
|
-
selectedMatcher: {
|
|
290
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
291
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
292
|
-
};
|
|
293
681
|
emptyStateVariant: {
|
|
294
682
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
295
683
|
default: any;
|
|
296
684
|
};
|
|
297
|
-
showTotalsRow: {
|
|
298
|
-
type: import("vue").PropType<boolean>;
|
|
299
|
-
};
|
|
300
|
-
helpTooltipVariant: {
|
|
301
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
302
|
-
default: string;
|
|
303
|
-
};
|
|
304
685
|
rowCustomClassKey: {
|
|
305
686
|
type: import("vue").PropType<string>;
|
|
306
687
|
default: string;
|
|
@@ -309,6 +690,18 @@ declare const DataGridTypes: () => (({
|
|
|
309
690
|
type: import("vue").PropType<string>;
|
|
310
691
|
default: string;
|
|
311
692
|
};
|
|
693
|
+
helpTooltipVariant: {
|
|
694
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
695
|
+
default: string;
|
|
696
|
+
};
|
|
697
|
+
useAvailableHeight: {
|
|
698
|
+
type: import("vue").PropType<boolean>;
|
|
699
|
+
default: boolean;
|
|
700
|
+
};
|
|
701
|
+
selectedMatcher: {
|
|
702
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
703
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
704
|
+
};
|
|
312
705
|
isSelectionSticky: {
|
|
313
706
|
type: import("vue").PropType<boolean>;
|
|
314
707
|
default: boolean;
|
|
@@ -317,17 +710,20 @@ declare const DataGridTypes: () => (({
|
|
|
317
710
|
type: import("vue").PropType<boolean>;
|
|
318
711
|
default: boolean;
|
|
319
712
|
};
|
|
713
|
+
showTotalsRow: {
|
|
714
|
+
type: import("vue").PropType<boolean>;
|
|
715
|
+
};
|
|
320
716
|
}>> & {
|
|
321
717
|
onSelectAll?: (value: boolean) => any;
|
|
322
718
|
onLoadMore?: () => any;
|
|
719
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
323
720
|
"onUpdate:search"?: (query: string) => any;
|
|
324
721
|
onOnScroll?: (event: Event) => any;
|
|
325
722
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
326
723
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
327
724
|
onOnClearSearch?: () => any;
|
|
328
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
329
|
-
onSelectRow?: (value: boolean) => any;
|
|
330
725
|
onClickRow?: (rowIndex: number) => any;
|
|
726
|
+
onSelectRow?: (value: boolean) => any;
|
|
331
727
|
}, {
|
|
332
728
|
scrollTo: (index: number) => void;
|
|
333
729
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -350,11 +746,11 @@ declare const DataGridTypes: () => (({
|
|
|
350
746
|
searchAutoFocus: boolean;
|
|
351
747
|
searchPlaceholder: string;
|
|
352
748
|
selection: unknown[];
|
|
353
|
-
showSearch: boolean;
|
|
354
749
|
loadingRowCount: number;
|
|
750
|
+
zIndexBase: number;
|
|
751
|
+
showSearch: boolean;
|
|
355
752
|
emptyStateTitle: string;
|
|
356
753
|
isSticky: boolean;
|
|
357
|
-
zIndexBase: number;
|
|
358
754
|
sections: import("../common/Table.types").Section[];
|
|
359
755
|
isStickyHeader: boolean;
|
|
360
756
|
emptyStateSubtitle: string;
|
|
@@ -364,11 +760,12 @@ declare const DataGridTypes: () => (({
|
|
|
364
760
|
defaultScrollPosition: number;
|
|
365
761
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
366
762
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
367
|
-
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
368
763
|
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
369
|
-
helpTooltipVariant: "icon" | "underline";
|
|
370
764
|
rowCustomClassKey: string;
|
|
371
765
|
rowDataKey: string;
|
|
766
|
+
helpTooltipVariant: "icon" | "underline";
|
|
767
|
+
useAvailableHeight: boolean;
|
|
768
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
372
769
|
isSelectionSticky: boolean;
|
|
373
770
|
isSelectionBordered: boolean;
|
|
374
771
|
}, {}, string> & {
|
|
@@ -428,14 +825,18 @@ declare const DataGridTypes: () => (({
|
|
|
428
825
|
type: import("vue").PropType<unknown[]>;
|
|
429
826
|
default: any;
|
|
430
827
|
};
|
|
431
|
-
showSearch: {
|
|
432
|
-
type: import("vue").PropType<boolean>;
|
|
433
|
-
default: boolean;
|
|
434
|
-
};
|
|
435
828
|
loadingRowCount: {
|
|
436
829
|
type: import("vue").PropType<number>;
|
|
437
830
|
default: number;
|
|
438
831
|
};
|
|
832
|
+
zIndexBase: {
|
|
833
|
+
type: import("vue").PropType<number>;
|
|
834
|
+
default: number;
|
|
835
|
+
};
|
|
836
|
+
showSearch: {
|
|
837
|
+
type: import("vue").PropType<boolean>;
|
|
838
|
+
default: boolean;
|
|
839
|
+
};
|
|
439
840
|
emptyStateTitle: {
|
|
440
841
|
type: import("vue").PropType<string>;
|
|
441
842
|
default: string;
|
|
@@ -444,10 +845,6 @@ declare const DataGridTypes: () => (({
|
|
|
444
845
|
type: import("vue").PropType<boolean>;
|
|
445
846
|
default: boolean;
|
|
446
847
|
};
|
|
447
|
-
zIndexBase: {
|
|
448
|
-
type: import("vue").PropType<number>;
|
|
449
|
-
default: number;
|
|
450
|
-
};
|
|
451
848
|
rows: {
|
|
452
849
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
453
850
|
required: true;
|
|
@@ -488,21 +885,10 @@ declare const DataGridTypes: () => (({
|
|
|
488
885
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
489
886
|
default: (row: any, index: any) => any;
|
|
490
887
|
};
|
|
491
|
-
selectedMatcher: {
|
|
492
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
493
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
494
|
-
};
|
|
495
888
|
emptyStateVariant: {
|
|
496
889
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
497
890
|
default: any;
|
|
498
891
|
};
|
|
499
|
-
showTotalsRow: {
|
|
500
|
-
type: import("vue").PropType<boolean>;
|
|
501
|
-
};
|
|
502
|
-
helpTooltipVariant: {
|
|
503
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
504
|
-
default: string;
|
|
505
|
-
};
|
|
506
892
|
rowCustomClassKey: {
|
|
507
893
|
type: import("vue").PropType<string>;
|
|
508
894
|
default: string;
|
|
@@ -511,6 +897,18 @@ declare const DataGridTypes: () => (({
|
|
|
511
897
|
type: import("vue").PropType<string>;
|
|
512
898
|
default: string;
|
|
513
899
|
};
|
|
900
|
+
helpTooltipVariant: {
|
|
901
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
902
|
+
default: string;
|
|
903
|
+
};
|
|
904
|
+
useAvailableHeight: {
|
|
905
|
+
type: import("vue").PropType<boolean>;
|
|
906
|
+
default: boolean;
|
|
907
|
+
};
|
|
908
|
+
selectedMatcher: {
|
|
909
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
910
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
911
|
+
};
|
|
514
912
|
isSelectionSticky: {
|
|
515
913
|
type: import("vue").PropType<boolean>;
|
|
516
914
|
default: boolean;
|
|
@@ -519,17 +917,20 @@ declare const DataGridTypes: () => (({
|
|
|
519
917
|
type: import("vue").PropType<boolean>;
|
|
520
918
|
default: boolean;
|
|
521
919
|
};
|
|
920
|
+
showTotalsRow: {
|
|
921
|
+
type: import("vue").PropType<boolean>;
|
|
922
|
+
};
|
|
522
923
|
}>> & {
|
|
523
924
|
onSelectAll?: (value: boolean) => any;
|
|
524
925
|
onLoadMore?: () => any;
|
|
926
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
525
927
|
"onUpdate:search"?: (query: string) => any;
|
|
526
928
|
onOnScroll?: (event: Event) => any;
|
|
527
929
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
528
930
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
529
931
|
onOnClearSearch?: () => any;
|
|
530
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
531
|
-
onSelectRow?: (value: boolean) => any;
|
|
532
932
|
onClickRow?: (rowIndex: number) => any;
|
|
933
|
+
onSelectRow?: (value: boolean) => any;
|
|
533
934
|
} & import("vue").ShallowUnwrapRef<{
|
|
534
935
|
scrollTo: (index: number) => void;
|
|
535
936
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -573,14 +974,18 @@ declare const DataGridTypes: () => (({
|
|
|
573
974
|
type: import("vue").PropType<unknown[]>;
|
|
574
975
|
default: any;
|
|
575
976
|
};
|
|
576
|
-
showSearch: {
|
|
577
|
-
type: import("vue").PropType<boolean>;
|
|
578
|
-
default: boolean;
|
|
579
|
-
};
|
|
580
977
|
loadingRowCount: {
|
|
581
978
|
type: import("vue").PropType<number>;
|
|
582
979
|
default: number;
|
|
583
980
|
};
|
|
981
|
+
zIndexBase: {
|
|
982
|
+
type: import("vue").PropType<number>;
|
|
983
|
+
default: number;
|
|
984
|
+
};
|
|
985
|
+
showSearch: {
|
|
986
|
+
type: import("vue").PropType<boolean>;
|
|
987
|
+
default: boolean;
|
|
988
|
+
};
|
|
584
989
|
emptyStateTitle: {
|
|
585
990
|
type: import("vue").PropType<string>;
|
|
586
991
|
default: string;
|
|
@@ -589,10 +994,6 @@ declare const DataGridTypes: () => (({
|
|
|
589
994
|
type: import("vue").PropType<boolean>;
|
|
590
995
|
default: boolean;
|
|
591
996
|
};
|
|
592
|
-
zIndexBase: {
|
|
593
|
-
type: import("vue").PropType<number>;
|
|
594
|
-
default: number;
|
|
595
|
-
};
|
|
596
997
|
rows: {
|
|
597
998
|
type: import("vue").PropType<import("../common/Table.types").Row[]>;
|
|
598
999
|
required: true;
|
|
@@ -633,21 +1034,10 @@ declare const DataGridTypes: () => (({
|
|
|
633
1034
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
634
1035
|
default: (row: any, index: any) => any;
|
|
635
1036
|
};
|
|
636
|
-
selectedMatcher: {
|
|
637
|
-
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
638
|
-
default: (rowId: any, selectedItem: any) => boolean;
|
|
639
|
-
};
|
|
640
1037
|
emptyStateVariant: {
|
|
641
1038
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
642
1039
|
default: any;
|
|
643
1040
|
};
|
|
644
|
-
showTotalsRow: {
|
|
645
|
-
type: import("vue").PropType<boolean>;
|
|
646
|
-
};
|
|
647
|
-
helpTooltipVariant: {
|
|
648
|
-
type: import("vue").PropType<"icon" | "underline">;
|
|
649
|
-
default: string;
|
|
650
|
-
};
|
|
651
1041
|
rowCustomClassKey: {
|
|
652
1042
|
type: import("vue").PropType<string>;
|
|
653
1043
|
default: string;
|
|
@@ -656,6 +1046,18 @@ declare const DataGridTypes: () => (({
|
|
|
656
1046
|
type: import("vue").PropType<string>;
|
|
657
1047
|
default: string;
|
|
658
1048
|
};
|
|
1049
|
+
helpTooltipVariant: {
|
|
1050
|
+
type: import("vue").PropType<"icon" | "underline">;
|
|
1051
|
+
default: string;
|
|
1052
|
+
};
|
|
1053
|
+
useAvailableHeight: {
|
|
1054
|
+
type: import("vue").PropType<boolean>;
|
|
1055
|
+
default: boolean;
|
|
1056
|
+
};
|
|
1057
|
+
selectedMatcher: {
|
|
1058
|
+
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
1059
|
+
default: (rowId: any, selectedItem: any) => boolean;
|
|
1060
|
+
};
|
|
659
1061
|
isSelectionSticky: {
|
|
660
1062
|
type: import("vue").PropType<boolean>;
|
|
661
1063
|
default: boolean;
|
|
@@ -664,17 +1066,20 @@ declare const DataGridTypes: () => (({
|
|
|
664
1066
|
type: import("vue").PropType<boolean>;
|
|
665
1067
|
default: boolean;
|
|
666
1068
|
};
|
|
1069
|
+
showTotalsRow: {
|
|
1070
|
+
type: import("vue").PropType<boolean>;
|
|
1071
|
+
};
|
|
667
1072
|
}>> & {
|
|
668
1073
|
onSelectAll?: (value: boolean) => any;
|
|
669
1074
|
onLoadMore?: () => any;
|
|
1075
|
+
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
670
1076
|
"onUpdate:search"?: (query: string) => any;
|
|
671
1077
|
onOnScroll?: (event: Event) => any;
|
|
672
1078
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
673
1079
|
onSaveRow?: (args_0: import("../common/Table.types").SaveRowEvent) => any;
|
|
674
1080
|
onOnClearSearch?: () => any;
|
|
675
|
-
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
676
|
-
onSelectRow?: (value: boolean) => any;
|
|
677
1081
|
onClickRow?: (rowIndex: number) => any;
|
|
1082
|
+
onSelectRow?: (value: boolean) => any;
|
|
678
1083
|
}, {
|
|
679
1084
|
scrollTo: (index: number) => void;
|
|
680
1085
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -697,11 +1102,11 @@ declare const DataGridTypes: () => (({
|
|
|
697
1102
|
searchAutoFocus: boolean;
|
|
698
1103
|
searchPlaceholder: string;
|
|
699
1104
|
selection: unknown[];
|
|
700
|
-
showSearch: boolean;
|
|
701
1105
|
loadingRowCount: number;
|
|
1106
|
+
zIndexBase: number;
|
|
1107
|
+
showSearch: boolean;
|
|
702
1108
|
emptyStateTitle: string;
|
|
703
1109
|
isSticky: boolean;
|
|
704
|
-
zIndexBase: number;
|
|
705
1110
|
sections: import("../common/Table.types").Section[];
|
|
706
1111
|
isStickyHeader: boolean;
|
|
707
1112
|
emptyStateSubtitle: string;
|
|
@@ -711,11 +1116,12 @@ declare const DataGridTypes: () => (({
|
|
|
711
1116
|
defaultScrollPosition: number;
|
|
712
1117
|
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
713
1118
|
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
714
|
-
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
715
1119
|
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
716
|
-
helpTooltipVariant: "icon" | "underline";
|
|
717
1120
|
rowCustomClassKey: string;
|
|
718
1121
|
rowDataKey: string;
|
|
1122
|
+
helpTooltipVariant: "icon" | "underline";
|
|
1123
|
+
useAvailableHeight: boolean;
|
|
1124
|
+
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
719
1125
|
isSelectionSticky: boolean;
|
|
720
1126
|
isSelectionBordered: boolean;
|
|
721
1127
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -733,8 +1139,8 @@ declare const DataGridTypes: () => (({
|
|
|
733
1139
|
rowIndex: number;
|
|
734
1140
|
}) => any>> & {
|
|
735
1141
|
title?(_: {}): any;
|
|
736
|
-
"table-header-pre-search"?(_: {}): any;
|
|
737
1142
|
search?(_: {}): any;
|
|
1143
|
+
"table-header-pre-search"?(_: {}): any;
|
|
738
1144
|
"table-header-actions"?(_: {}): any;
|
|
739
1145
|
"select-all-checkbox"?(_: {}): any;
|
|
740
1146
|
loader?(_: {}): any;
|
|
@@ -749,100 +1155,7 @@ declare const DataGridTypes: () => (({
|
|
|
749
1155
|
"empty-state"?(_: {}): any;
|
|
750
1156
|
footer?(_: {}): any;
|
|
751
1157
|
};
|
|
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
|
-
}> | ({
|
|
1158
|
+
})) | ({
|
|
846
1159
|
new (...args: any[]): {
|
|
847
1160
|
$: import("vue").ComponentInternalInstance;
|
|
848
1161
|
$data: {};
|
|
@@ -852,23 +1165,23 @@ declare const DataGridTypes: () => (({
|
|
|
852
1165
|
isLoading: boolean;
|
|
853
1166
|
searchPlaceholder: string;
|
|
854
1167
|
count: number;
|
|
855
|
-
showSearch: boolean;
|
|
856
1168
|
loadingRowCount: number;
|
|
1169
|
+
zIndexBase: number;
|
|
1170
|
+
showSearch: boolean;
|
|
857
1171
|
emptyStateTitle: string;
|
|
858
1172
|
isSticky: boolean;
|
|
859
|
-
zIndexBase: number;
|
|
860
1173
|
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
1174
|
totalCount: number;
|
|
867
1175
|
displayingText: string;
|
|
868
1176
|
outOfText: string;
|
|
869
1177
|
totalText: string;
|
|
870
1178
|
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
871
1179
|
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1180
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1181
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1182
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1183
|
+
rowCustomClassKey: string;
|
|
1184
|
+
rowDataKey: string;
|
|
872
1185
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
873
1186
|
search: {
|
|
874
1187
|
type: import("vue").PropType<string>;
|
|
@@ -890,14 +1203,18 @@ declare const DataGridTypes: () => (({
|
|
|
890
1203
|
type: import("vue").PropType<number>;
|
|
891
1204
|
default: number;
|
|
892
1205
|
};
|
|
893
|
-
showSearch: {
|
|
894
|
-
type: import("vue").PropType<boolean>;
|
|
895
|
-
default: boolean;
|
|
896
|
-
};
|
|
897
1206
|
loadingRowCount: {
|
|
898
1207
|
type: import("vue").PropType<number>;
|
|
899
1208
|
default: number;
|
|
900
1209
|
};
|
|
1210
|
+
zIndexBase: {
|
|
1211
|
+
type: import("vue").PropType<number>;
|
|
1212
|
+
default: number;
|
|
1213
|
+
};
|
|
1214
|
+
showSearch: {
|
|
1215
|
+
type: import("vue").PropType<boolean>;
|
|
1216
|
+
default: boolean;
|
|
1217
|
+
};
|
|
901
1218
|
emptyStateTitle: {
|
|
902
1219
|
type: import("vue").PropType<string>;
|
|
903
1220
|
default: string;
|
|
@@ -906,34 +1223,10 @@ declare const DataGridTypes: () => (({
|
|
|
906
1223
|
type: import("vue").PropType<boolean>;
|
|
907
1224
|
default: boolean;
|
|
908
1225
|
};
|
|
909
|
-
zIndexBase: {
|
|
910
|
-
type: import("vue").PropType<number>;
|
|
911
|
-
default: number;
|
|
912
|
-
};
|
|
913
1226
|
emptyStateSubtitle: {
|
|
914
1227
|
type: import("vue").PropType<string>;
|
|
915
1228
|
default: string;
|
|
916
1229
|
};
|
|
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
1230
|
totalCount: {
|
|
938
1231
|
type: import("vue").PropType<number>;
|
|
939
1232
|
default: number;
|
|
@@ -960,6 +1253,26 @@ declare const DataGridTypes: () => (({
|
|
|
960
1253
|
required: true;
|
|
961
1254
|
default: () => any[];
|
|
962
1255
|
};
|
|
1256
|
+
getRowId: {
|
|
1257
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1258
|
+
default: (row: any, index: any) => any;
|
|
1259
|
+
};
|
|
1260
|
+
getRowKey: {
|
|
1261
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1262
|
+
default: (row: any, index: any) => any;
|
|
1263
|
+
};
|
|
1264
|
+
emptyStateVariant: {
|
|
1265
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1266
|
+
default: any;
|
|
1267
|
+
};
|
|
1268
|
+
rowCustomClassKey: {
|
|
1269
|
+
type: import("vue").PropType<string>;
|
|
1270
|
+
default: string;
|
|
1271
|
+
};
|
|
1272
|
+
rowDataKey: {
|
|
1273
|
+
type: import("vue").PropType<string>;
|
|
1274
|
+
default: string;
|
|
1275
|
+
};
|
|
963
1276
|
}>> & {
|
|
964
1277
|
"onUpdate:search"?: (query: string) => any;
|
|
965
1278
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -968,7 +1281,7 @@ declare const DataGridTypes: () => (({
|
|
|
968
1281
|
}) => any;
|
|
969
1282
|
onOnClearSearch?: () => any;
|
|
970
1283
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
971
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "
|
|
1284
|
+
} & 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
1285
|
$attrs: {
|
|
973
1286
|
[x: string]: unknown;
|
|
974
1287
|
};
|
|
@@ -1005,14 +1318,18 @@ declare const DataGridTypes: () => (({
|
|
|
1005
1318
|
type: import("vue").PropType<number>;
|
|
1006
1319
|
default: number;
|
|
1007
1320
|
};
|
|
1008
|
-
showSearch: {
|
|
1009
|
-
type: import("vue").PropType<boolean>;
|
|
1010
|
-
default: boolean;
|
|
1011
|
-
};
|
|
1012
1321
|
loadingRowCount: {
|
|
1013
1322
|
type: import("vue").PropType<number>;
|
|
1014
1323
|
default: number;
|
|
1015
1324
|
};
|
|
1325
|
+
zIndexBase: {
|
|
1326
|
+
type: import("vue").PropType<number>;
|
|
1327
|
+
default: number;
|
|
1328
|
+
};
|
|
1329
|
+
showSearch: {
|
|
1330
|
+
type: import("vue").PropType<boolean>;
|
|
1331
|
+
default: boolean;
|
|
1332
|
+
};
|
|
1016
1333
|
emptyStateTitle: {
|
|
1017
1334
|
type: import("vue").PropType<string>;
|
|
1018
1335
|
default: string;
|
|
@@ -1021,34 +1338,10 @@ declare const DataGridTypes: () => (({
|
|
|
1021
1338
|
type: import("vue").PropType<boolean>;
|
|
1022
1339
|
default: boolean;
|
|
1023
1340
|
};
|
|
1024
|
-
zIndexBase: {
|
|
1025
|
-
type: import("vue").PropType<number>;
|
|
1026
|
-
default: number;
|
|
1027
|
-
};
|
|
1028
1341
|
emptyStateSubtitle: {
|
|
1029
1342
|
type: import("vue").PropType<string>;
|
|
1030
1343
|
default: string;
|
|
1031
1344
|
};
|
|
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
1345
|
totalCount: {
|
|
1053
1346
|
type: import("vue").PropType<number>;
|
|
1054
1347
|
default: number;
|
|
@@ -1075,6 +1368,26 @@ declare const DataGridTypes: () => (({
|
|
|
1075
1368
|
required: true;
|
|
1076
1369
|
default: () => any[];
|
|
1077
1370
|
};
|
|
1371
|
+
getRowId: {
|
|
1372
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1373
|
+
default: (row: any, index: any) => any;
|
|
1374
|
+
};
|
|
1375
|
+
getRowKey: {
|
|
1376
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1377
|
+
default: (row: any, index: any) => any;
|
|
1378
|
+
};
|
|
1379
|
+
emptyStateVariant: {
|
|
1380
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1381
|
+
default: any;
|
|
1382
|
+
};
|
|
1383
|
+
rowCustomClassKey: {
|
|
1384
|
+
type: import("vue").PropType<string>;
|
|
1385
|
+
default: string;
|
|
1386
|
+
};
|
|
1387
|
+
rowDataKey: {
|
|
1388
|
+
type: import("vue").PropType<string>;
|
|
1389
|
+
default: string;
|
|
1390
|
+
};
|
|
1078
1391
|
}>> & {
|
|
1079
1392
|
"onUpdate:search"?: (query: string) => any;
|
|
1080
1393
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -1097,23 +1410,23 @@ declare const DataGridTypes: () => (({
|
|
|
1097
1410
|
isLoading: boolean;
|
|
1098
1411
|
searchPlaceholder: string;
|
|
1099
1412
|
count: number;
|
|
1100
|
-
showSearch: boolean;
|
|
1101
1413
|
loadingRowCount: number;
|
|
1414
|
+
zIndexBase: number;
|
|
1415
|
+
showSearch: boolean;
|
|
1102
1416
|
emptyStateTitle: string;
|
|
1103
1417
|
isSticky: boolean;
|
|
1104
|
-
zIndexBase: number;
|
|
1105
1418
|
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
1419
|
totalCount: number;
|
|
1112
1420
|
displayingText: string;
|
|
1113
1421
|
outOfText: string;
|
|
1114
1422
|
totalText: string;
|
|
1115
1423
|
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
1116
1424
|
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1425
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1426
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1427
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1428
|
+
rowCustomClassKey: string;
|
|
1429
|
+
rowDataKey: string;
|
|
1117
1430
|
}, {}, string> & {
|
|
1118
1431
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1119
1432
|
created?: (() => void) | (() => void)[];
|
|
@@ -1155,14 +1468,18 @@ declare const DataGridTypes: () => (({
|
|
|
1155
1468
|
type: import("vue").PropType<number>;
|
|
1156
1469
|
default: number;
|
|
1157
1470
|
};
|
|
1158
|
-
showSearch: {
|
|
1159
|
-
type: import("vue").PropType<boolean>;
|
|
1160
|
-
default: boolean;
|
|
1161
|
-
};
|
|
1162
1471
|
loadingRowCount: {
|
|
1163
1472
|
type: import("vue").PropType<number>;
|
|
1164
1473
|
default: number;
|
|
1165
1474
|
};
|
|
1475
|
+
zIndexBase: {
|
|
1476
|
+
type: import("vue").PropType<number>;
|
|
1477
|
+
default: number;
|
|
1478
|
+
};
|
|
1479
|
+
showSearch: {
|
|
1480
|
+
type: import("vue").PropType<boolean>;
|
|
1481
|
+
default: boolean;
|
|
1482
|
+
};
|
|
1166
1483
|
emptyStateTitle: {
|
|
1167
1484
|
type: import("vue").PropType<string>;
|
|
1168
1485
|
default: string;
|
|
@@ -1171,34 +1488,10 @@ declare const DataGridTypes: () => (({
|
|
|
1171
1488
|
type: import("vue").PropType<boolean>;
|
|
1172
1489
|
default: boolean;
|
|
1173
1490
|
};
|
|
1174
|
-
zIndexBase: {
|
|
1175
|
-
type: import("vue").PropType<number>;
|
|
1176
|
-
default: number;
|
|
1177
|
-
};
|
|
1178
1491
|
emptyStateSubtitle: {
|
|
1179
1492
|
type: import("vue").PropType<string>;
|
|
1180
1493
|
default: string;
|
|
1181
1494
|
};
|
|
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
1495
|
totalCount: {
|
|
1203
1496
|
type: import("vue").PropType<number>;
|
|
1204
1497
|
default: number;
|
|
@@ -1225,6 +1518,26 @@ declare const DataGridTypes: () => (({
|
|
|
1225
1518
|
required: true;
|
|
1226
1519
|
default: () => any[];
|
|
1227
1520
|
};
|
|
1521
|
+
getRowId: {
|
|
1522
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1523
|
+
default: (row: any, index: any) => any;
|
|
1524
|
+
};
|
|
1525
|
+
getRowKey: {
|
|
1526
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1527
|
+
default: (row: any, index: any) => any;
|
|
1528
|
+
};
|
|
1529
|
+
emptyStateVariant: {
|
|
1530
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1531
|
+
default: any;
|
|
1532
|
+
};
|
|
1533
|
+
rowCustomClassKey: {
|
|
1534
|
+
type: import("vue").PropType<string>;
|
|
1535
|
+
default: string;
|
|
1536
|
+
};
|
|
1537
|
+
rowDataKey: {
|
|
1538
|
+
type: import("vue").PropType<string>;
|
|
1539
|
+
default: string;
|
|
1540
|
+
};
|
|
1228
1541
|
}>> & {
|
|
1229
1542
|
"onUpdate:search"?: (query: string) => any;
|
|
1230
1543
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -1258,14 +1571,18 @@ declare const DataGridTypes: () => (({
|
|
|
1258
1571
|
type: import("vue").PropType<number>;
|
|
1259
1572
|
default: number;
|
|
1260
1573
|
};
|
|
1261
|
-
showSearch: {
|
|
1262
|
-
type: import("vue").PropType<boolean>;
|
|
1263
|
-
default: boolean;
|
|
1264
|
-
};
|
|
1265
1574
|
loadingRowCount: {
|
|
1266
1575
|
type: import("vue").PropType<number>;
|
|
1267
1576
|
default: number;
|
|
1268
1577
|
};
|
|
1578
|
+
zIndexBase: {
|
|
1579
|
+
type: import("vue").PropType<number>;
|
|
1580
|
+
default: number;
|
|
1581
|
+
};
|
|
1582
|
+
showSearch: {
|
|
1583
|
+
type: import("vue").PropType<boolean>;
|
|
1584
|
+
default: boolean;
|
|
1585
|
+
};
|
|
1269
1586
|
emptyStateTitle: {
|
|
1270
1587
|
type: import("vue").PropType<string>;
|
|
1271
1588
|
default: string;
|
|
@@ -1274,34 +1591,10 @@ declare const DataGridTypes: () => (({
|
|
|
1274
1591
|
type: import("vue").PropType<boolean>;
|
|
1275
1592
|
default: boolean;
|
|
1276
1593
|
};
|
|
1277
|
-
zIndexBase: {
|
|
1278
|
-
type: import("vue").PropType<number>;
|
|
1279
|
-
default: number;
|
|
1280
|
-
};
|
|
1281
1594
|
emptyStateSubtitle: {
|
|
1282
1595
|
type: import("vue").PropType<string>;
|
|
1283
1596
|
default: string;
|
|
1284
1597
|
};
|
|
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
1598
|
totalCount: {
|
|
1306
1599
|
type: import("vue").PropType<number>;
|
|
1307
1600
|
default: number;
|
|
@@ -1328,6 +1621,26 @@ declare const DataGridTypes: () => (({
|
|
|
1328
1621
|
required: true;
|
|
1329
1622
|
default: () => any[];
|
|
1330
1623
|
};
|
|
1624
|
+
getRowId: {
|
|
1625
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1626
|
+
default: (row: any, index: any) => any;
|
|
1627
|
+
};
|
|
1628
|
+
getRowKey: {
|
|
1629
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1630
|
+
default: (row: any, index: any) => any;
|
|
1631
|
+
};
|
|
1632
|
+
emptyStateVariant: {
|
|
1633
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
1634
|
+
default: any;
|
|
1635
|
+
};
|
|
1636
|
+
rowCustomClassKey: {
|
|
1637
|
+
type: import("vue").PropType<string>;
|
|
1638
|
+
default: string;
|
|
1639
|
+
};
|
|
1640
|
+
rowDataKey: {
|
|
1641
|
+
type: import("vue").PropType<string>;
|
|
1642
|
+
default: string;
|
|
1643
|
+
};
|
|
1331
1644
|
}>> & {
|
|
1332
1645
|
"onUpdate:search"?: (query: string) => any;
|
|
1333
1646
|
onOnScroll?: (scrollTop: number) => any;
|
|
@@ -1350,23 +1663,23 @@ declare const DataGridTypes: () => (({
|
|
|
1350
1663
|
isLoading: boolean;
|
|
1351
1664
|
searchPlaceholder: string;
|
|
1352
1665
|
count: number;
|
|
1353
|
-
showSearch: boolean;
|
|
1354
1666
|
loadingRowCount: number;
|
|
1667
|
+
zIndexBase: number;
|
|
1668
|
+
showSearch: boolean;
|
|
1355
1669
|
emptyStateTitle: string;
|
|
1356
1670
|
isSticky: boolean;
|
|
1357
|
-
zIndexBase: number;
|
|
1358
1671
|
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
1672
|
totalCount: number;
|
|
1365
1673
|
displayingText: string;
|
|
1366
1674
|
outOfText: string;
|
|
1367
1675
|
totalText: string;
|
|
1368
1676
|
tablesSettings: import("../common/Table.types").TableSettings[];
|
|
1369
1677
|
loadingAndEmptyStatesColumns: import("../common/Table.types").Column[];
|
|
1678
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1679
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1680
|
+
emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
1681
|
+
rowCustomClassKey: string;
|
|
1682
|
+
rowDataKey: string;
|
|
1370
1683
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1371
1684
|
$slots: Partial<Record<string, (_: {
|
|
1372
1685
|
column: import("../common/Table.types").Column;
|
|
@@ -1381,6 +1694,7 @@ declare const DataGridTypes: () => (({
|
|
|
1381
1694
|
}) => any>> & {
|
|
1382
1695
|
title?(_: {}): any;
|
|
1383
1696
|
search?(_: {}): any;
|
|
1697
|
+
"table-header-pre-search"?(_: {}): any;
|
|
1384
1698
|
"table-header-actions"?(_: {}): any;
|
|
1385
1699
|
"floating-row"?(_: {
|
|
1386
1700
|
row: import("@vueuse/core").UseVirtualListItem<import("../common/Table.types").Row>;
|
|
@@ -1391,4 +1705,4 @@ declare const DataGridTypes: () => (({
|
|
|
1391
1705
|
};
|
|
1392
1706
|
})))[];
|
|
1393
1707
|
export type { Column, Sort, MenuItem, TableSettings, } from '../common/Table.types';
|
|
1394
|
-
export { DataGrid, DataGridMenu, DataGridRowsCounter, DataGridTypes, MultipleDataGrid, };
|
|
1708
|
+
export { DataGrid, DataGridMenu, DataGridRowsCounter, DataGridTypes, MultipleDataGrid, DataGridHeader, DataGridContainer, };
|