@ironsource/shared-ui 2.1.12-test.52 → 2.1.12-test.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +1 -0
  2. package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +1 -0
  3. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_ca558859_lang.css +1 -0
  4. package/ChartLegend.vue_vue_type_style_index_0_scoped_9c4df598_lang.css +1 -0
  5. package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +1 -0
  6. package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +1 -0
  7. package/ColumnConfigurator.vue_vue_type_style_index_0_scoped_702ad52e_lang.css +1 -0
  8. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
  9. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8cc86a27_lang.css +1 -0
  10. package/DataGrid.vue_vue_type_style_index_0_scoped_6db25923_lang.css +1 -0
  11. package/DataGridContainer.vue_vue_type_style_index_0_scoped_9a30b10c_lang.css +1 -0
  12. package/DataGridHeader.vue_vue_type_style_index_0_scoped_0e826456_lang.css +1 -0
  13. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_e38c881a_lang.css +1 -0
  14. package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
  15. package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
  16. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_0_scoped_2d66b7b6_lang.css +1 -0
  18. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
  19. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
  20. package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
  21. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
  22. package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
  23. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
  24. package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
  25. package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
  26. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
  27. package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
  28. 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
  29. package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
  30. package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
  31. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
  32. package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
  33. package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
  34. package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
  35. package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
  36. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +1 -0
  37. package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
  38. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
  39. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  40. package/TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css +1 -0
  41. package/components/chart/Chart.vue.d.ts +21 -1
  42. package/components/chart/Chart.vue.js +3 -3
  43. package/components/chart/Chart.vue2.js +130 -114
  44. package/components/chart/ChartHeader.vue.d.ts +5 -0
  45. package/components/chart/ChartHeader.vue.js +3 -3
  46. package/components/chart/ChartHeader.vue2.js +49 -44
  47. package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
  48. package/components/chart/ChartHeaderTrend.vue.js +2 -2
  49. package/components/chart/ChartHeaderTrend.vue2.js +43 -39
  50. package/components/chart/ChartLegend.vue.d.ts +5 -0
  51. package/components/chart/ChartLegend.vue.js +3 -3
  52. package/components/chart/ChartLegend.vue2.js +76 -71
  53. package/components/chart/ChartPlane.vue.d.ts +15 -0
  54. package/components/chart/ChartPlane.vue.js +5 -5
  55. package/components/chart/ChartPlane.vue2.js +173 -156
  56. package/components/chart/ChartStoryArgs.d.ts +17 -0
  57. package/components/chart/ChartTooltip.vue.d.ts +5 -0
  58. package/components/chart/ChartTooltip.vue.js +2 -2
  59. package/components/chart/ChartTooltip.vue2.js +39 -35
  60. package/components/chart/LegendSorting.vue.d.ts +5 -0
  61. package/components/chart/LegendSorting.vue.js +16 -14
  62. package/components/chart/SettingsHeader.vue.d.ts +19 -3
  63. package/components/chart/SettingsHeader.vue.js +3 -3
  64. package/components/chart/SettingsHeader.vue2.js +36 -29
  65. package/components/chart/TooltipHeader.vue.js +3 -3
  66. package/components/chart/TooltipHeader.vue2.js +25 -26
  67. package/components/chart/colorPalette.d.ts +2 -1
  68. package/components/chart/colorPalette.js +47 -33
  69. package/components/chart/composables/useColorsMap.d.ts +3 -1
  70. package/components/chart/composables/useColorsMap.js +32 -30
  71. package/components/chart/consts.d.ts +5 -1
  72. package/components/chart/consts.js +30 -26
  73. package/components/chart/index.d.ts +77 -1
  74. package/components/chart/mockData.d.ts +15 -0
  75. package/components/chart/types.d.ts +3 -1
  76. package/components/chart/types.js +5 -5
  77. package/components/chart/utils/utils.d.ts +1 -1
  78. package/components/chart/utils/utils.js +18 -13
  79. package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
  80. package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
  81. package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
  82. package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
  83. package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
  84. package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
  85. package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
  86. package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
  87. package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
  88. package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
  89. package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
  90. package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
  91. package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
  92. package/components/columnConfigurator/consts.d.ts +1 -0
  93. package/components/columnConfigurator/consts.js +4 -0
  94. package/components/columnConfigurator/index.d.ts +73 -0
  95. package/components/columnConfigurator/index.js +6 -0
  96. package/components/columnConfigurator/mockData.d.ts +30 -0
  97. package/components/columnConfigurator/utils.d.ts +2 -0
  98. package/components/columnConfigurator/utils.js +18 -0
  99. package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
  100. package/components/columnPicker/ColumnPicker.vue.js +7 -0
  101. package/components/columnPicker/ColumnPicker.vue2.js +322 -0
  102. package/components/columnPicker/OptionChip.vue.d.ts +53 -0
  103. package/components/columnPicker/OptionChip.vue.js +7 -0
  104. package/components/columnPicker/OptionChip.vue2.js +46 -0
  105. package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
  106. package/components/columnPicker/RemoveButton.vue.js +7 -0
  107. package/components/columnPicker/RemoveButton.vue2.js +35 -0
  108. package/components/columnPicker/index.d.ts +388 -0
  109. package/components/columnPicker/index.js +6 -0
  110. package/components/columnPicker/mockData.d.ts +8 -0
  111. package/components/dialog/v3/Dialog.vue.d.ts +3 -3
  112. package/components/dialog/v3/index.d.ts +46 -46
  113. package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
  114. package/components/dialog/v4/DialogFooter.vue.js +7 -0
  115. package/components/dialog/v4/DialogFooter.vue2.js +60 -0
  116. package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
  117. package/components/dialog/v4/DialogHeader.vue.js +7 -0
  118. package/components/dialog/v4/DialogHeader.vue2.js +58 -0
  119. package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
  120. package/components/dialog/v4/DialogV4.vue.js +3 -3
  121. package/components/dialog/v4/DialogV4.vue2.js +65 -107
  122. package/components/dialog/v4/index.d.ts +157 -157
  123. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  124. package/components/dropdown/v3/index.d.ts +20 -20
  125. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  126. package/components/dropdown/v4/ConditionalDropdown.vue2.js +194 -187
  127. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -0
  128. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  129. package/components/dropdown/v4/DropdownV4.vue2.js +89 -82
  130. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
  131. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  132. package/components/dropdown/v4/OptionV4.vue2.js +83 -70
  133. package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
  134. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  135. package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
  136. package/components/dropdown/v4/index.d.ts +61 -2
  137. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
  138. package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
  139. package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
  140. package/components/emptyState/v4/index.d.ts +20 -1
  141. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
  142. package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
  143. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
  144. package/components/includeExclude/index.d.ts +70 -70
  145. package/components/input/v4/TextField.vue.d.ts +12 -0
  146. package/components/input/v4/TextField.vue.js +3 -3
  147. package/components/input/v4/TextField.vue2.js +129 -105
  148. package/components/input/v4/index.d.ts +46 -2
  149. package/components/link/Link.vue.d.ts +25 -0
  150. package/components/link/Link.vue.js +3 -3
  151. package/components/link/Link.vue2.js +40 -18
  152. package/components/link/index.d.ts +96 -1
  153. package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
  154. package/components/radioButton/v3/RadioButton.vue.js +3 -3
  155. package/components/radioButton/v3/RadioButton.vue2.js +42 -39
  156. package/components/radioButton/v3/index.d.ts +20 -1
  157. package/components/sortableList/LoaderBars.vue.d.ts +34 -0
  158. package/components/sortableList/LoaderBars.vue.js +7 -0
  159. package/components/sortableList/LoaderBars.vue2.js +25 -0
  160. package/components/sortableList/SortableItem.vue.d.ts +17 -2
  161. package/components/sortableList/SortableItem.vue.js +5 -5
  162. package/components/sortableList/SortableItem.vue2.js +86 -70
  163. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  164. package/components/sortableList/SortableItemLabel.vue2.js +26 -23
  165. package/components/sortableList/SortableList.types.d.ts +1 -0
  166. package/components/sortableList/SortableList.vue.d.ts +12 -2
  167. package/components/sortableList/SortableList.vue.js +5 -5
  168. package/components/sortableList/SortableList.vue2.js +111 -113
  169. package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
  170. package/components/sortableList/SortableSelectableList.vue.js +7 -0
  171. package/components/sortableList/SortableSelectableList.vue2.js +128 -0
  172. package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
  173. package/components/sortableList/composables/useDraggableHelpers.js +20 -0
  174. package/components/sortableList/composables/useHoverEffect.js +1 -1
  175. package/components/sortableList/consts.d.ts +2 -0
  176. package/components/sortableList/consts.js +4 -2
  177. package/components/sortableList/index.d.ts +77 -39
  178. package/components/table/common/consts.d.ts +2 -0
  179. package/components/table/common/consts.js +6 -4
  180. package/components/table/v4/DataGrid.vue.d.ts +8 -7
  181. package/components/table/v4/DataGrid.vue.js +3 -3
  182. package/components/table/v4/DataGrid.vue2.js +375 -355
  183. package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
  184. package/components/table/v4/DataGridContainer.vue.js +7 -0
  185. package/components/table/v4/DataGridContainer.vue2.js +19 -0
  186. package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
  187. package/components/table/v4/DataGridHeader.vue.js +7 -0
  188. package/components/table/v4/DataGridHeader.vue2.js +84 -0
  189. package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
  190. package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
  191. package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
  192. package/components/table/v4/MultipleDataGrid.vue.js +2 -2
  193. package/components/table/v4/MultipleDataGrid.vue2.js +91 -90
  194. package/components/table/v4/index.d.ts +577 -329
  195. package/components/table/v4/index.js +7 -4
  196. package/components/table/v4/storyUtils.d.ts +25 -0
  197. package/components/tagsField/TagsField.types.d.ts +4 -0
  198. package/components/tagsField/TagsField.vue.d.ts +65 -0
  199. package/components/tagsField/TagsField.vue.js +7 -0
  200. package/components/tagsField/TagsField.vue2.js +90 -0
  201. package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
  202. package/components/tagsField/TagsFieldChip.vue.js +7 -0
  203. package/components/tagsField/TagsFieldChip.vue2.js +81 -0
  204. package/components/tagsField/consts.d.ts +1 -0
  205. package/components/tagsField/consts.js +4 -0
  206. package/components/tagsField/index.d.ts +75 -0
  207. package/components/tagsField/index.js +6 -0
  208. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  209. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  210. package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
  211. package/components/tooltip/v4/index.d.ts +20 -1
  212. package/index.d.ts +2412 -1556
  213. package/index.js +118 -106
  214. package/package.json +14 -1
  215. package/testids/index.d.ts +43 -1
  216. package/testids/index.js +38 -31
  217. package/utils/date.js +3 -3
  218. package/utils/formatNumbers.d.ts +1 -1
  219. package/utils/formatNumbers.js +38 -21
  220. package/utils/object.d.ts +2 -0
  221. package/utils/object.js +9 -5
  222. package/utils/search.js +1 -1
  223. package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
  224. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
  225. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
  226. package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
  227. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
  228. package/ChartTooltip.vue_vue_type_style_index_0_scoped_3315b68f_lang.css +0 -1
  229. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
  230. package/DataGrid.vue_vue_type_style_index_0_scoped_8e8df067_lang.css +0 -1
  231. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
  232. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
  233. package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +0 -1
  234. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
  235. package/Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css +0 -1
  236. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
  237. package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
  238. package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
  239. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
  240. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
  241. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
  242. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
  243. package/TooltipHeader.vue_vue_type_style_index_0_scoped_5160f12d_lang.css +0 -1
  244. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
  245. 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 };
@@ -0,0 +1,6 @@
1
+ import o from "./ColumnPicker.vue.js";
2
+ const e = () => [o];
3
+ export {
4
+ o as ColumnPicker,
5
+ e as ColumnPickerTypes
6
+ };
@@ -0,0 +1,8 @@
1
+ export declare const METRIC_COLUMNS: {
2
+ id: number;
3
+ label: string;
4
+ options: {
5
+ id: number;
6
+ label: string;
7
+ }[];
8
+ }[];
@@ -75,15 +75,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
75
75
  testId: string;
76
76
  width: string | number;
77
77
  content: string;
78
+ showCloseButton: boolean;
78
79
  appendToBody: boolean;
80
+ showBackdrop: boolean;
79
81
  closeDelay: number;
80
82
  openDelay: number;
81
83
  escapeToClose: boolean;
82
- showBackdrop: boolean;
83
- headerBorder: boolean;
84
84
  closeOnClickOutside: boolean;
85
85
  beforeClose: (show: () => void) => void;
86
- showCloseButton: boolean;
86
+ headerBorder: boolean;
87
87
  }>, {
88
88
  header?(_: {}): any;
89
89
  default?(_: {}): any;
@@ -8,15 +8,15 @@ declare const DialogTypes: () => ({
8
8
  testId: string;
9
9
  width: string | number;
10
10
  content: string;
11
+ showCloseButton: boolean;
11
12
  appendToBody: boolean;
13
+ showBackdrop: boolean;
12
14
  closeDelay: number;
13
15
  openDelay: number;
14
16
  escapeToClose: boolean;
15
- showBackdrop: boolean;
16
- headerBorder: boolean;
17
17
  closeOnClickOutside: boolean;
18
18
  beforeClose: (show: () => void) => void;
19
- showCloseButton: boolean;
19
+ headerBorder: boolean;
20
20
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
21
21
  title: {
22
22
  type: import("vue").PropType<string>;
@@ -42,10 +42,18 @@ declare const DialogTypes: () => ({
42
42
  type: import("vue").PropType<boolean>;
43
43
  required: true;
44
44
  };
45
+ showCloseButton: {
46
+ type: import("vue").PropType<boolean>;
47
+ default: boolean;
48
+ };
45
49
  appendToBody: {
46
50
  type: import("vue").PropType<boolean>;
47
51
  default: boolean;
48
52
  };
53
+ showBackdrop: {
54
+ type: import("vue").PropType<boolean>;
55
+ default: boolean;
56
+ };
49
57
  closeDelay: {
50
58
  type: import("vue").PropType<number>;
51
59
  default: number;
@@ -58,14 +66,6 @@ declare const DialogTypes: () => ({
58
66
  type: import("vue").PropType<boolean>;
59
67
  default: boolean;
60
68
  };
61
- showBackdrop: {
62
- type: import("vue").PropType<boolean>;
63
- default: boolean;
64
- };
65
- headerBorder: {
66
- type: import("vue").PropType<boolean>;
67
- default: boolean;
68
- };
69
69
  closeOnClickOutside: {
70
70
  type: import("vue").PropType<boolean>;
71
71
  default: boolean;
@@ -74,7 +74,7 @@ declare const DialogTypes: () => ({
74
74
  type: import("vue").PropType<(show: () => void) => void>;
75
75
  default: any;
76
76
  };
77
- showCloseButton: {
77
+ headerBorder: {
78
78
  type: import("vue").PropType<boolean>;
79
79
  default: boolean;
80
80
  };
@@ -82,7 +82,7 @@ declare const DialogTypes: () => ({
82
82
  "onUpdate:modelValue"?: (value: boolean) => any;
83
83
  onClose?: (reason: import("../common/Reason").Reason) => any;
84
84
  onOpen?: () => any;
85
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "themeClass" | "testId" | "width" | "content" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "headerBorder" | "closeOnClickOutside" | "beforeClose" | "showCloseButton">;
85
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "themeClass" | "testId" | "width" | "content" | "showCloseButton" | "appendToBody" | "showBackdrop" | "closeDelay" | "openDelay" | "escapeToClose" | "closeOnClickOutside" | "beforeClose" | "headerBorder">;
86
86
  $attrs: {
87
87
  [x: string]: unknown;
88
88
  };
@@ -121,10 +121,18 @@ declare const DialogTypes: () => ({
121
121
  type: import("vue").PropType<boolean>;
122
122
  required: true;
123
123
  };
124
+ showCloseButton: {
125
+ type: import("vue").PropType<boolean>;
126
+ default: boolean;
127
+ };
124
128
  appendToBody: {
125
129
  type: import("vue").PropType<boolean>;
126
130
  default: boolean;
127
131
  };
132
+ showBackdrop: {
133
+ type: import("vue").PropType<boolean>;
134
+ default: boolean;
135
+ };
128
136
  closeDelay: {
129
137
  type: import("vue").PropType<number>;
130
138
  default: number;
@@ -137,14 +145,6 @@ declare const DialogTypes: () => ({
137
145
  type: import("vue").PropType<boolean>;
138
146
  default: boolean;
139
147
  };
140
- showBackdrop: {
141
- type: import("vue").PropType<boolean>;
142
- default: boolean;
143
- };
144
- headerBorder: {
145
- type: import("vue").PropType<boolean>;
146
- default: boolean;
147
- };
148
148
  closeOnClickOutside: {
149
149
  type: import("vue").PropType<boolean>;
150
150
  default: boolean;
@@ -153,7 +153,7 @@ declare const DialogTypes: () => ({
153
153
  type: import("vue").PropType<(show: () => void) => void>;
154
154
  default: any;
155
155
  };
156
- showCloseButton: {
156
+ headerBorder: {
157
157
  type: import("vue").PropType<boolean>;
158
158
  default: boolean;
159
159
  };
@@ -171,15 +171,15 @@ declare const DialogTypes: () => ({
171
171
  testId: string;
172
172
  width: string | number;
173
173
  content: string;
174
+ showCloseButton: boolean;
174
175
  appendToBody: boolean;
176
+ showBackdrop: boolean;
175
177
  closeDelay: number;
176
178
  openDelay: number;
177
179
  escapeToClose: boolean;
178
- showBackdrop: boolean;
179
- headerBorder: boolean;
180
180
  closeOnClickOutside: boolean;
181
181
  beforeClose: (show: () => void) => void;
182
- showCloseButton: boolean;
182
+ headerBorder: boolean;
183
183
  }, {}, string> & {
184
184
  beforeCreate?: (() => void) | (() => void)[];
185
185
  created?: (() => void) | (() => void)[];
@@ -225,10 +225,18 @@ declare const DialogTypes: () => ({
225
225
  type: import("vue").PropType<boolean>;
226
226
  required: true;
227
227
  };
228
+ showCloseButton: {
229
+ type: import("vue").PropType<boolean>;
230
+ default: boolean;
231
+ };
228
232
  appendToBody: {
229
233
  type: import("vue").PropType<boolean>;
230
234
  default: boolean;
231
235
  };
236
+ showBackdrop: {
237
+ type: import("vue").PropType<boolean>;
238
+ default: boolean;
239
+ };
232
240
  closeDelay: {
233
241
  type: import("vue").PropType<number>;
234
242
  default: number;
@@ -241,14 +249,6 @@ declare const DialogTypes: () => ({
241
249
  type: import("vue").PropType<boolean>;
242
250
  default: boolean;
243
251
  };
244
- showBackdrop: {
245
- type: import("vue").PropType<boolean>;
246
- default: boolean;
247
- };
248
- headerBorder: {
249
- type: import("vue").PropType<boolean>;
250
- default: boolean;
251
- };
252
252
  closeOnClickOutside: {
253
253
  type: import("vue").PropType<boolean>;
254
254
  default: boolean;
@@ -257,7 +257,7 @@ declare const DialogTypes: () => ({
257
257
  type: import("vue").PropType<(show: () => void) => void>;
258
258
  default: any;
259
259
  };
260
- showCloseButton: {
260
+ headerBorder: {
261
261
  type: import("vue").PropType<boolean>;
262
262
  default: boolean;
263
263
  };
@@ -294,10 +294,18 @@ declare const DialogTypes: () => ({
294
294
  type: import("vue").PropType<boolean>;
295
295
  required: true;
296
296
  };
297
+ showCloseButton: {
298
+ type: import("vue").PropType<boolean>;
299
+ default: boolean;
300
+ };
297
301
  appendToBody: {
298
302
  type: import("vue").PropType<boolean>;
299
303
  default: boolean;
300
304
  };
305
+ showBackdrop: {
306
+ type: import("vue").PropType<boolean>;
307
+ default: boolean;
308
+ };
301
309
  closeDelay: {
302
310
  type: import("vue").PropType<number>;
303
311
  default: number;
@@ -310,14 +318,6 @@ declare const DialogTypes: () => ({
310
318
  type: import("vue").PropType<boolean>;
311
319
  default: boolean;
312
320
  };
313
- showBackdrop: {
314
- type: import("vue").PropType<boolean>;
315
- default: boolean;
316
- };
317
- headerBorder: {
318
- type: import("vue").PropType<boolean>;
319
- default: boolean;
320
- };
321
321
  closeOnClickOutside: {
322
322
  type: import("vue").PropType<boolean>;
323
323
  default: boolean;
@@ -326,7 +326,7 @@ declare const DialogTypes: () => ({
326
326
  type: import("vue").PropType<(show: () => void) => void>;
327
327
  default: any;
328
328
  };
329
- showCloseButton: {
329
+ headerBorder: {
330
330
  type: import("vue").PropType<boolean>;
331
331
  default: boolean;
332
332
  };
@@ -344,15 +344,15 @@ declare const DialogTypes: () => ({
344
344
  testId: string;
345
345
  width: string | number;
346
346
  content: string;
347
+ showCloseButton: boolean;
347
348
  appendToBody: boolean;
349
+ showBackdrop: boolean;
348
350
  closeDelay: number;
349
351
  openDelay: number;
350
352
  escapeToClose: boolean;
351
- showBackdrop: boolean;
352
- headerBorder: boolean;
353
353
  closeOnClickOutside: boolean;
354
354
  beforeClose: (show: () => void) => void;
355
- showCloseButton: boolean;
355
+ headerBorder: boolean;
356
356
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
357
357
  $slots: {
358
358
  header?(_: {}): any;