@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
|
@@ -0,0 +1,388 @@
|
|
|
1
|
+
import ColumnPicker from './ColumnPicker.vue';
|
|
2
|
+
declare const ColumnPickerTypes: () => ({
|
|
3
|
+
new (...args: any[]): {
|
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
|
5
|
+
$data: {};
|
|
6
|
+
$props: Partial<{
|
|
7
|
+
testId: string;
|
|
8
|
+
selected: unknown[];
|
|
9
|
+
options: Record<string, unknown>[];
|
|
10
|
+
minSelections: number;
|
|
11
|
+
noResultsText: string;
|
|
12
|
+
searchAutoFocus: boolean;
|
|
13
|
+
searchPlaceholder: string;
|
|
14
|
+
headerText: string;
|
|
15
|
+
appendToBody: boolean;
|
|
16
|
+
defaultSelection: unknown[];
|
|
17
|
+
inlineGroupIds: unknown[];
|
|
18
|
+
idKey: string;
|
|
19
|
+
displayKey: string;
|
|
20
|
+
childrenKey: string;
|
|
21
|
+
disabledKey: string;
|
|
22
|
+
minSelectionsTooltipMessage: string;
|
|
23
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
testId: {
|
|
25
|
+
type: import("vue").PropType<string>;
|
|
26
|
+
required: true;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
selected: {
|
|
30
|
+
type: import("vue").PropType<unknown[]>;
|
|
31
|
+
required: true;
|
|
32
|
+
default: () => any[];
|
|
33
|
+
};
|
|
34
|
+
options: {
|
|
35
|
+
type: import("vue").PropType<Record<string, unknown>[]>;
|
|
36
|
+
required: true;
|
|
37
|
+
default: () => any[];
|
|
38
|
+
};
|
|
39
|
+
minSelections: {
|
|
40
|
+
type: import("vue").PropType<number>;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
noResultsText: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
searchAutoFocus: {
|
|
48
|
+
type: import("vue").PropType<boolean>;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
searchPlaceholder: {
|
|
52
|
+
type: import("vue").PropType<string>;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
headerText: {
|
|
56
|
+
type: import("vue").PropType<string>;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
appendToBody: {
|
|
60
|
+
type: import("vue").PropType<boolean>;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
defaultSelection: {
|
|
64
|
+
type: import("vue").PropType<unknown[]>;
|
|
65
|
+
default: any;
|
|
66
|
+
};
|
|
67
|
+
inlineGroupIds: {
|
|
68
|
+
type: import("vue").PropType<unknown[]>;
|
|
69
|
+
default: () => any[];
|
|
70
|
+
};
|
|
71
|
+
idKey: {
|
|
72
|
+
type: import("vue").PropType<string>;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
displayKey: {
|
|
76
|
+
type: import("vue").PropType<string>;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
childrenKey: {
|
|
80
|
+
type: import("vue").PropType<string>;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
disabledKey: {
|
|
84
|
+
type: import("vue").PropType<string>;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
minSelectionsTooltipMessage: {
|
|
88
|
+
type: import("vue").PropType<string>;
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
}>> & {
|
|
92
|
+
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
93
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "selected" | "options" | "minSelections" | "noResultsText" | "searchAutoFocus" | "searchPlaceholder" | "headerText" | "appendToBody" | "defaultSelection" | "inlineGroupIds" | "idKey" | "displayKey" | "childrenKey" | "disabledKey" | "minSelectionsTooltipMessage">;
|
|
94
|
+
$attrs: {
|
|
95
|
+
[x: string]: unknown;
|
|
96
|
+
};
|
|
97
|
+
$refs: {
|
|
98
|
+
[x: string]: unknown;
|
|
99
|
+
};
|
|
100
|
+
$slots: Readonly<{
|
|
101
|
+
[name: string]: import("vue").Slot;
|
|
102
|
+
}>;
|
|
103
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
104
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
105
|
+
$emit: (event: "update:selected", value: unknown[]) => void;
|
|
106
|
+
$el: any;
|
|
107
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
testId: {
|
|
109
|
+
type: import("vue").PropType<string>;
|
|
110
|
+
required: true;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
selected: {
|
|
114
|
+
type: import("vue").PropType<unknown[]>;
|
|
115
|
+
required: true;
|
|
116
|
+
default: () => any[];
|
|
117
|
+
};
|
|
118
|
+
options: {
|
|
119
|
+
type: import("vue").PropType<Record<string, unknown>[]>;
|
|
120
|
+
required: true;
|
|
121
|
+
default: () => any[];
|
|
122
|
+
};
|
|
123
|
+
minSelections: {
|
|
124
|
+
type: import("vue").PropType<number>;
|
|
125
|
+
default: number;
|
|
126
|
+
};
|
|
127
|
+
noResultsText: {
|
|
128
|
+
type: import("vue").PropType<string>;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
searchAutoFocus: {
|
|
132
|
+
type: import("vue").PropType<boolean>;
|
|
133
|
+
default: boolean;
|
|
134
|
+
};
|
|
135
|
+
searchPlaceholder: {
|
|
136
|
+
type: import("vue").PropType<string>;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
headerText: {
|
|
140
|
+
type: import("vue").PropType<string>;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
appendToBody: {
|
|
144
|
+
type: import("vue").PropType<boolean>;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
defaultSelection: {
|
|
148
|
+
type: import("vue").PropType<unknown[]>;
|
|
149
|
+
default: any;
|
|
150
|
+
};
|
|
151
|
+
inlineGroupIds: {
|
|
152
|
+
type: import("vue").PropType<unknown[]>;
|
|
153
|
+
default: () => any[];
|
|
154
|
+
};
|
|
155
|
+
idKey: {
|
|
156
|
+
type: import("vue").PropType<string>;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
displayKey: {
|
|
160
|
+
type: import("vue").PropType<string>;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
childrenKey: {
|
|
164
|
+
type: import("vue").PropType<string>;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
disabledKey: {
|
|
168
|
+
type: import("vue").PropType<string>;
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
|
+
minSelectionsTooltipMessage: {
|
|
172
|
+
type: import("vue").PropType<string>;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
}>> & {
|
|
176
|
+
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
177
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
178
|
+
"update:selected": (value: unknown[]) => void;
|
|
179
|
+
}, string, {
|
|
180
|
+
testId: string;
|
|
181
|
+
selected: unknown[];
|
|
182
|
+
options: Record<string, unknown>[];
|
|
183
|
+
minSelections: number;
|
|
184
|
+
noResultsText: string;
|
|
185
|
+
searchAutoFocus: boolean;
|
|
186
|
+
searchPlaceholder: string;
|
|
187
|
+
headerText: string;
|
|
188
|
+
appendToBody: boolean;
|
|
189
|
+
defaultSelection: unknown[];
|
|
190
|
+
inlineGroupIds: unknown[];
|
|
191
|
+
idKey: string;
|
|
192
|
+
displayKey: string;
|
|
193
|
+
childrenKey: string;
|
|
194
|
+
disabledKey: string;
|
|
195
|
+
minSelectionsTooltipMessage: string;
|
|
196
|
+
}, {}, string> & {
|
|
197
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
198
|
+
created?: (() => void) | (() => void)[];
|
|
199
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
200
|
+
mounted?: (() => void) | (() => void)[];
|
|
201
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
202
|
+
updated?: (() => void) | (() => void)[];
|
|
203
|
+
activated?: (() => void) | (() => void)[];
|
|
204
|
+
deactivated?: (() => void) | (() => void)[];
|
|
205
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
206
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
207
|
+
destroyed?: (() => void) | (() => void)[];
|
|
208
|
+
unmounted?: (() => void) | (() => void)[];
|
|
209
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
210
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
211
|
+
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)[];
|
|
212
|
+
};
|
|
213
|
+
$forceUpdate: () => void;
|
|
214
|
+
$nextTick: typeof import("vue").nextTick;
|
|
215
|
+
$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;
|
|
216
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
217
|
+
testId: {
|
|
218
|
+
type: import("vue").PropType<string>;
|
|
219
|
+
required: true;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
222
|
+
selected: {
|
|
223
|
+
type: import("vue").PropType<unknown[]>;
|
|
224
|
+
required: true;
|
|
225
|
+
default: () => any[];
|
|
226
|
+
};
|
|
227
|
+
options: {
|
|
228
|
+
type: import("vue").PropType<Record<string, unknown>[]>;
|
|
229
|
+
required: true;
|
|
230
|
+
default: () => any[];
|
|
231
|
+
};
|
|
232
|
+
minSelections: {
|
|
233
|
+
type: import("vue").PropType<number>;
|
|
234
|
+
default: number;
|
|
235
|
+
};
|
|
236
|
+
noResultsText: {
|
|
237
|
+
type: import("vue").PropType<string>;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
searchAutoFocus: {
|
|
241
|
+
type: import("vue").PropType<boolean>;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
244
|
+
searchPlaceholder: {
|
|
245
|
+
type: import("vue").PropType<string>;
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
248
|
+
headerText: {
|
|
249
|
+
type: import("vue").PropType<string>;
|
|
250
|
+
default: string;
|
|
251
|
+
};
|
|
252
|
+
appendToBody: {
|
|
253
|
+
type: import("vue").PropType<boolean>;
|
|
254
|
+
default: boolean;
|
|
255
|
+
};
|
|
256
|
+
defaultSelection: {
|
|
257
|
+
type: import("vue").PropType<unknown[]>;
|
|
258
|
+
default: any;
|
|
259
|
+
};
|
|
260
|
+
inlineGroupIds: {
|
|
261
|
+
type: import("vue").PropType<unknown[]>;
|
|
262
|
+
default: () => any[];
|
|
263
|
+
};
|
|
264
|
+
idKey: {
|
|
265
|
+
type: import("vue").PropType<string>;
|
|
266
|
+
default: string;
|
|
267
|
+
};
|
|
268
|
+
displayKey: {
|
|
269
|
+
type: import("vue").PropType<string>;
|
|
270
|
+
default: string;
|
|
271
|
+
};
|
|
272
|
+
childrenKey: {
|
|
273
|
+
type: import("vue").PropType<string>;
|
|
274
|
+
default: string;
|
|
275
|
+
};
|
|
276
|
+
disabledKey: {
|
|
277
|
+
type: import("vue").PropType<string>;
|
|
278
|
+
default: string;
|
|
279
|
+
};
|
|
280
|
+
minSelectionsTooltipMessage: {
|
|
281
|
+
type: import("vue").PropType<string>;
|
|
282
|
+
default: string;
|
|
283
|
+
};
|
|
284
|
+
}>> & {
|
|
285
|
+
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
286
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
287
|
+
__isFragment?: never;
|
|
288
|
+
__isTeleport?: never;
|
|
289
|
+
__isSuspense?: never;
|
|
290
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
291
|
+
testId: {
|
|
292
|
+
type: import("vue").PropType<string>;
|
|
293
|
+
required: true;
|
|
294
|
+
default: string;
|
|
295
|
+
};
|
|
296
|
+
selected: {
|
|
297
|
+
type: import("vue").PropType<unknown[]>;
|
|
298
|
+
required: true;
|
|
299
|
+
default: () => any[];
|
|
300
|
+
};
|
|
301
|
+
options: {
|
|
302
|
+
type: import("vue").PropType<Record<string, unknown>[]>;
|
|
303
|
+
required: true;
|
|
304
|
+
default: () => any[];
|
|
305
|
+
};
|
|
306
|
+
minSelections: {
|
|
307
|
+
type: import("vue").PropType<number>;
|
|
308
|
+
default: number;
|
|
309
|
+
};
|
|
310
|
+
noResultsText: {
|
|
311
|
+
type: import("vue").PropType<string>;
|
|
312
|
+
default: string;
|
|
313
|
+
};
|
|
314
|
+
searchAutoFocus: {
|
|
315
|
+
type: import("vue").PropType<boolean>;
|
|
316
|
+
default: boolean;
|
|
317
|
+
};
|
|
318
|
+
searchPlaceholder: {
|
|
319
|
+
type: import("vue").PropType<string>;
|
|
320
|
+
default: string;
|
|
321
|
+
};
|
|
322
|
+
headerText: {
|
|
323
|
+
type: import("vue").PropType<string>;
|
|
324
|
+
default: string;
|
|
325
|
+
};
|
|
326
|
+
appendToBody: {
|
|
327
|
+
type: import("vue").PropType<boolean>;
|
|
328
|
+
default: boolean;
|
|
329
|
+
};
|
|
330
|
+
defaultSelection: {
|
|
331
|
+
type: import("vue").PropType<unknown[]>;
|
|
332
|
+
default: any;
|
|
333
|
+
};
|
|
334
|
+
inlineGroupIds: {
|
|
335
|
+
type: import("vue").PropType<unknown[]>;
|
|
336
|
+
default: () => any[];
|
|
337
|
+
};
|
|
338
|
+
idKey: {
|
|
339
|
+
type: import("vue").PropType<string>;
|
|
340
|
+
default: string;
|
|
341
|
+
};
|
|
342
|
+
displayKey: {
|
|
343
|
+
type: import("vue").PropType<string>;
|
|
344
|
+
default: string;
|
|
345
|
+
};
|
|
346
|
+
childrenKey: {
|
|
347
|
+
type: import("vue").PropType<string>;
|
|
348
|
+
default: string;
|
|
349
|
+
};
|
|
350
|
+
disabledKey: {
|
|
351
|
+
type: import("vue").PropType<string>;
|
|
352
|
+
default: string;
|
|
353
|
+
};
|
|
354
|
+
minSelectionsTooltipMessage: {
|
|
355
|
+
type: import("vue").PropType<string>;
|
|
356
|
+
default: string;
|
|
357
|
+
};
|
|
358
|
+
}>> & {
|
|
359
|
+
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
360
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
361
|
+
"update:selected": (value: unknown[]) => void;
|
|
362
|
+
}, string, {
|
|
363
|
+
testId: string;
|
|
364
|
+
selected: unknown[];
|
|
365
|
+
options: Record<string, unknown>[];
|
|
366
|
+
minSelections: number;
|
|
367
|
+
noResultsText: string;
|
|
368
|
+
searchAutoFocus: boolean;
|
|
369
|
+
searchPlaceholder: string;
|
|
370
|
+
headerText: string;
|
|
371
|
+
appendToBody: boolean;
|
|
372
|
+
defaultSelection: unknown[];
|
|
373
|
+
inlineGroupIds: unknown[];
|
|
374
|
+
idKey: string;
|
|
375
|
+
displayKey: string;
|
|
376
|
+
childrenKey: string;
|
|
377
|
+
disabledKey: string;
|
|
378
|
+
minSelectionsTooltipMessage: string;
|
|
379
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
380
|
+
$slots: {
|
|
381
|
+
trigger?(_: {
|
|
382
|
+
triggerProps: {
|
|
383
|
+
onClick: () => void;
|
|
384
|
+
};
|
|
385
|
+
}): any;
|
|
386
|
+
};
|
|
387
|
+
}))[];
|
|
388
|
+
export { ColumnPicker, ColumnPickerTypes };
|