@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.
Files changed (248) 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_cd41c5ca_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_a594c97e_lang.css +1 -0
  18. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  19. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
  20. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
  21. package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
  22. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
  23. package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
  24. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
  25. package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
  26. package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
  27. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
  28. package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
  29. 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
  30. package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
  31. package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
  32. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
  33. package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
  34. package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
  35. package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
  36. package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
  37. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +1 -0
  38. package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
  39. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
  40. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  41. package/TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css +1 -0
  42. package/components/chart/Chart.vue.d.ts +21 -1
  43. package/components/chart/Chart.vue.js +3 -3
  44. package/components/chart/Chart.vue2.js +130 -114
  45. package/components/chart/ChartHeader.vue.d.ts +5 -0
  46. package/components/chart/ChartHeader.vue.js +3 -3
  47. package/components/chart/ChartHeader.vue2.js +49 -44
  48. package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
  49. package/components/chart/ChartHeaderTrend.vue.js +2 -2
  50. package/components/chart/ChartHeaderTrend.vue2.js +43 -39
  51. package/components/chart/ChartLegend.vue.d.ts +5 -0
  52. package/components/chart/ChartLegend.vue.js +3 -3
  53. package/components/chart/ChartLegend.vue2.js +76 -71
  54. package/components/chart/ChartPlane.vue.d.ts +15 -0
  55. package/components/chart/ChartPlane.vue.js +5 -5
  56. package/components/chart/ChartPlane.vue2.js +173 -156
  57. package/components/chart/ChartStoryArgs.d.ts +17 -0
  58. package/components/chart/ChartTooltip.vue.d.ts +5 -0
  59. package/components/chart/ChartTooltip.vue.js +2 -2
  60. package/components/chart/ChartTooltip.vue2.js +39 -35
  61. package/components/chart/LegendSorting.vue.d.ts +5 -0
  62. package/components/chart/LegendSorting.vue.js +16 -14
  63. package/components/chart/SettingsHeader.vue.d.ts +19 -3
  64. package/components/chart/SettingsHeader.vue.js +3 -3
  65. package/components/chart/SettingsHeader.vue2.js +36 -29
  66. package/components/chart/TooltipHeader.vue.js +3 -3
  67. package/components/chart/TooltipHeader.vue2.js +26 -26
  68. package/components/chart/colorPalette.d.ts +2 -1
  69. package/components/chart/colorPalette.js +47 -33
  70. package/components/chart/composables/useColorsMap.d.ts +3 -1
  71. package/components/chart/composables/useColorsMap.js +32 -30
  72. package/components/chart/consts.d.ts +5 -1
  73. package/components/chart/consts.js +30 -26
  74. package/components/chart/index.d.ts +77 -1
  75. package/components/chart/mockData.d.ts +15 -0
  76. package/components/chart/types.d.ts +3 -1
  77. package/components/chart/types.js +5 -5
  78. package/components/chart/utils/utils.d.ts +1 -1
  79. package/components/chart/utils/utils.js +20 -14
  80. package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
  81. package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
  82. package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
  83. package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
  84. package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
  85. package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
  86. package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
  87. package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
  88. package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
  89. package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
  90. package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
  91. package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
  92. package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
  93. package/components/columnConfigurator/consts.d.ts +1 -0
  94. package/components/columnConfigurator/consts.js +4 -0
  95. package/components/columnConfigurator/index.d.ts +73 -0
  96. package/components/columnConfigurator/index.js +6 -0
  97. package/components/columnConfigurator/mockData.d.ts +30 -0
  98. package/components/columnConfigurator/utils.d.ts +2 -0
  99. package/components/columnConfigurator/utils.js +18 -0
  100. package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
  101. package/components/columnPicker/ColumnPicker.vue.js +7 -0
  102. package/components/columnPicker/ColumnPicker.vue2.js +322 -0
  103. package/components/columnPicker/OptionChip.vue.d.ts +53 -0
  104. package/components/columnPicker/OptionChip.vue.js +7 -0
  105. package/components/columnPicker/OptionChip.vue2.js +46 -0
  106. package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
  107. package/components/columnPicker/RemoveButton.vue.js +7 -0
  108. package/components/columnPicker/RemoveButton.vue2.js +35 -0
  109. package/components/columnPicker/index.d.ts +388 -0
  110. package/components/columnPicker/index.js +6 -0
  111. package/components/columnPicker/mockData.d.ts +8 -0
  112. package/components/dateRange/common/DateRange.common.js +60 -60
  113. package/components/dialog/v3/Dialog.vue.d.ts +3 -3
  114. package/components/dialog/v3/index.d.ts +46 -46
  115. package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
  116. package/components/dialog/v4/DialogFooter.vue.js +7 -0
  117. package/components/dialog/v4/DialogFooter.vue2.js +60 -0
  118. package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
  119. package/components/dialog/v4/DialogHeader.vue.js +7 -0
  120. package/components/dialog/v4/DialogHeader.vue2.js +58 -0
  121. package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
  122. package/components/dialog/v4/DialogV4.vue.js +3 -3
  123. package/components/dialog/v4/DialogV4.vue2.js +65 -107
  124. package/components/dialog/v4/index.d.ts +157 -157
  125. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  126. package/components/dropdown/v3/index.d.ts +20 -20
  127. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  128. package/components/dropdown/v4/ConditionalDropdown.vue2.js +194 -187
  129. package/components/dropdown/v4/DropdownV4.vue.d.ts +7 -0
  130. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  131. package/components/dropdown/v4/DropdownV4.vue2.js +118 -107
  132. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
  133. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  134. package/components/dropdown/v4/OptionV4.vue2.js +83 -70
  135. package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
  136. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  137. package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
  138. package/components/dropdown/v4/index.d.ts +81 -3
  139. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
  140. package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
  141. package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
  142. package/components/emptyState/v4/index.d.ts +20 -1
  143. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
  144. package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
  145. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
  146. package/components/includeExclude/index.d.ts +70 -70
  147. package/components/input/v4/TextField.vue.d.ts +12 -0
  148. package/components/input/v4/TextField.vue.js +3 -3
  149. package/components/input/v4/TextField.vue2.js +129 -105
  150. package/components/input/v4/index.d.ts +46 -2
  151. package/components/link/Link.vue.d.ts +95 -0
  152. package/components/link/Link.vue.js +7 -0
  153. package/components/link/Link.vue2.js +65 -0
  154. package/components/link/index.d.ts +296 -0
  155. package/components/link/index.js +6 -0
  156. package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
  157. package/components/radioButton/v3/RadioButton.vue.js +3 -3
  158. package/components/radioButton/v3/RadioButton.vue2.js +42 -39
  159. package/components/radioButton/v3/index.d.ts +20 -1
  160. package/components/sortableList/LoaderBars.vue.d.ts +34 -0
  161. package/components/sortableList/LoaderBars.vue.js +7 -0
  162. package/components/sortableList/LoaderBars.vue2.js +25 -0
  163. package/components/sortableList/SortableItem.vue.d.ts +17 -2
  164. package/components/sortableList/SortableItem.vue.js +5 -5
  165. package/components/sortableList/SortableItem.vue2.js +86 -70
  166. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  167. package/components/sortableList/SortableItemLabel.vue2.js +26 -23
  168. package/components/sortableList/SortableList.types.d.ts +1 -0
  169. package/components/sortableList/SortableList.vue.d.ts +12 -2
  170. package/components/sortableList/SortableList.vue.js +5 -5
  171. package/components/sortableList/SortableList.vue2.js +111 -113
  172. package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
  173. package/components/sortableList/SortableSelectableList.vue.js +7 -0
  174. package/components/sortableList/SortableSelectableList.vue2.js +128 -0
  175. package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
  176. package/components/sortableList/composables/useDraggableHelpers.js +20 -0
  177. package/components/sortableList/composables/useHoverEffect.js +1 -1
  178. package/components/sortableList/consts.d.ts +2 -0
  179. package/components/sortableList/consts.js +4 -2
  180. package/components/sortableList/index.d.ts +77 -39
  181. package/components/table/common/consts.d.ts +2 -0
  182. package/components/table/common/consts.js +6 -4
  183. package/components/table/v4/DataGrid.vue.d.ts +12 -7
  184. package/components/table/v4/DataGrid.vue.js +4 -4
  185. package/components/table/v4/DataGrid.vue2.js +273 -268
  186. package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
  187. package/components/table/v4/DataGridContainer.vue.js +7 -0
  188. package/components/table/v4/DataGridContainer.vue2.js +19 -0
  189. package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
  190. package/components/table/v4/DataGridHeader.vue.js +7 -0
  191. package/components/table/v4/DataGridHeader.vue2.js +84 -0
  192. package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
  193. package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
  194. package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
  195. package/components/table/v4/MultipleDataGrid.vue.js +2 -2
  196. package/components/table/v4/MultipleDataGrid.vue2.js +92 -90
  197. package/components/table/v4/index.d.ts +646 -332
  198. package/components/table/v4/index.js +11 -5
  199. package/components/table/v4/storyUtils.d.ts +25 -0
  200. package/components/tagsField/TagsField.types.d.ts +4 -0
  201. package/components/tagsField/TagsField.vue.d.ts +65 -0
  202. package/components/tagsField/TagsField.vue.js +7 -0
  203. package/components/tagsField/TagsField.vue2.js +90 -0
  204. package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
  205. package/components/tagsField/TagsFieldChip.vue.js +7 -0
  206. package/components/tagsField/TagsFieldChip.vue2.js +81 -0
  207. package/components/tagsField/consts.d.ts +1 -0
  208. package/components/tagsField/consts.js +4 -0
  209. package/components/tagsField/index.d.ts +75 -0
  210. package/components/tagsField/index.js +6 -0
  211. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  212. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  213. package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
  214. package/components/tooltip/v4/index.d.ts +20 -1
  215. package/index.d.ts +2675 -1649
  216. package/index.js +137 -121
  217. package/package.json +18 -1
  218. package/testids/index.d.ts +47 -1
  219. package/testids/index.js +40 -32
  220. package/utils/date.d.ts +1 -0
  221. package/utils/date.js +9 -0
  222. package/utils/formatNumbers.d.ts +1 -1
  223. package/utils/formatNumbers.js +38 -21
  224. package/utils/object.d.ts +2 -0
  225. package/utils/object.js +9 -5
  226. package/utils/search.js +1 -1
  227. package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
  228. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
  229. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
  230. package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
  231. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
  232. package/ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css +0 -1
  233. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
  234. package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +0 -1
  235. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
  236. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
  237. package/DropdownV4.vue_vue_type_style_index_0_scoped_934163c0_lang.css +0 -1
  238. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
  239. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
  240. package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
  241. package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
  242. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
  243. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
  244. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
  245. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
  246. package/TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css +0 -1
  247. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
  248. package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +0 -1
@@ -6,6 +6,7 @@ declare const SortableListTypes: () => ({
6
6
  $props: Partial<{
7
7
  search: string;
8
8
  testId: string;
9
+ variant: "default" | "compact";
9
10
  isLoading: boolean;
10
11
  displayValue: (item: import("./SortableList.types").SortableListItem) => string;
11
12
  searchPlaceholder: string;
@@ -13,13 +14,14 @@ declare const SortableListTypes: () => ({
13
14
  selectedChildId: string | number;
14
15
  childListMaxHeight: string;
15
16
  searchHandler: (item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean;
17
+ draggableArea: "handle" | "full";
18
+ loadingRowCount: number;
16
19
  openId: string | number;
20
+ zIndexBase: number;
17
21
  selectedId: string | number;
18
22
  showSearch: boolean;
19
- loadingRowCount: number;
20
23
  emptyStateTitle: string;
21
24
  isSticky: boolean;
22
- zIndexBase: number;
23
25
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
24
26
  search: {
25
27
  type: import("vue").PropType<string>;
@@ -29,6 +31,10 @@ declare const SortableListTypes: () => ({
29
31
  type: import("vue").PropType<string>;
30
32
  default: string;
31
33
  };
34
+ variant: {
35
+ type: import("vue").PropType<"default" | "compact">;
36
+ default: string;
37
+ };
32
38
  isLoading: {
33
39
  type: import("vue").PropType<boolean>;
34
40
  default: boolean;
@@ -59,10 +65,22 @@ declare const SortableListTypes: () => ({
59
65
  type: import("vue").PropType<(item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean>;
60
66
  default: any;
61
67
  };
68
+ draggableArea: {
69
+ type: import("vue").PropType<"handle" | "full">;
70
+ default: string;
71
+ };
72
+ loadingRowCount: {
73
+ type: import("vue").PropType<number>;
74
+ default: number;
75
+ };
62
76
  openId: {
63
77
  type: import("vue").PropType<string | number>;
64
78
  default: any;
65
79
  };
80
+ zIndexBase: {
81
+ type: import("vue").PropType<number>;
82
+ default: number;
83
+ };
66
84
  selectedId: {
67
85
  type: import("vue").PropType<string | number>;
68
86
  default: any;
@@ -71,10 +89,6 @@ declare const SortableListTypes: () => ({
71
89
  type: import("vue").PropType<boolean>;
72
90
  default: boolean;
73
91
  };
74
- loadingRowCount: {
75
- type: import("vue").PropType<number>;
76
- default: number;
77
- };
78
92
  emptyStateTitle: {
79
93
  type: import("vue").PropType<string>;
80
94
  default: string;
@@ -83,10 +97,6 @@ declare const SortableListTypes: () => ({
83
97
  type: import("vue").PropType<boolean>;
84
98
  default: boolean;
85
99
  };
86
- zIndexBase: {
87
- type: import("vue").PropType<number>;
88
- default: number;
89
- };
90
100
  }>> & {
91
101
  onClearSearch?: () => any;
92
102
  onSortableItemDragged?: (event: {
@@ -98,7 +108,7 @@ declare const SortableListTypes: () => ({
98
108
  "onUpdate:selectedId"?: (id: string | number) => any;
99
109
  "onUpdate:selectedChildId"?: (id: string | number) => any;
100
110
  "onUpdate:search"?: (query: string) => any;
101
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "childListMaxHeight" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase">;
111
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "variant" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "childListMaxHeight" | "searchHandler" | "draggableArea" | "loadingRowCount" | "openId" | "zIndexBase" | "selectedId" | "showSearch" | "emptyStateTitle" | "isSticky">;
102
112
  $attrs: {
103
113
  [x: string]: unknown;
104
114
  };
@@ -124,6 +134,10 @@ declare const SortableListTypes: () => ({
124
134
  type: import("vue").PropType<string>;
125
135
  default: string;
126
136
  };
137
+ variant: {
138
+ type: import("vue").PropType<"default" | "compact">;
139
+ default: string;
140
+ };
127
141
  isLoading: {
128
142
  type: import("vue").PropType<boolean>;
129
143
  default: boolean;
@@ -154,10 +168,22 @@ declare const SortableListTypes: () => ({
154
168
  type: import("vue").PropType<(item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean>;
155
169
  default: any;
156
170
  };
171
+ draggableArea: {
172
+ type: import("vue").PropType<"handle" | "full">;
173
+ default: string;
174
+ };
175
+ loadingRowCount: {
176
+ type: import("vue").PropType<number>;
177
+ default: number;
178
+ };
157
179
  openId: {
158
180
  type: import("vue").PropType<string | number>;
159
181
  default: any;
160
182
  };
183
+ zIndexBase: {
184
+ type: import("vue").PropType<number>;
185
+ default: number;
186
+ };
161
187
  selectedId: {
162
188
  type: import("vue").PropType<string | number>;
163
189
  default: any;
@@ -166,10 +192,6 @@ declare const SortableListTypes: () => ({
166
192
  type: import("vue").PropType<boolean>;
167
193
  default: boolean;
168
194
  };
169
- loadingRowCount: {
170
- type: import("vue").PropType<number>;
171
- default: number;
172
- };
173
195
  emptyStateTitle: {
174
196
  type: import("vue").PropType<string>;
175
197
  default: string;
@@ -178,10 +200,6 @@ declare const SortableListTypes: () => ({
178
200
  type: import("vue").PropType<boolean>;
179
201
  default: boolean;
180
202
  };
181
- zIndexBase: {
182
- type: import("vue").PropType<number>;
183
- default: number;
184
- };
185
203
  }>> & {
186
204
  onClearSearch?: () => any;
187
205
  onSortableItemDragged?: (event: {
@@ -207,6 +225,7 @@ declare const SortableListTypes: () => ({
207
225
  }, string, {
208
226
  search: string;
209
227
  testId: string;
228
+ variant: "default" | "compact";
210
229
  isLoading: boolean;
211
230
  displayValue: (item: import("./SortableList.types").SortableListItem) => string;
212
231
  searchPlaceholder: string;
@@ -214,13 +233,14 @@ declare const SortableListTypes: () => ({
214
233
  selectedChildId: string | number;
215
234
  childListMaxHeight: string;
216
235
  searchHandler: (item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean;
236
+ draggableArea: "handle" | "full";
237
+ loadingRowCount: number;
217
238
  openId: string | number;
239
+ zIndexBase: number;
218
240
  selectedId: string | number;
219
241
  showSearch: boolean;
220
- loadingRowCount: number;
221
242
  emptyStateTitle: string;
222
243
  isSticky: boolean;
223
- zIndexBase: number;
224
244
  }, {}, string> & {
225
245
  beforeCreate?: (() => void) | (() => void)[];
226
246
  created?: (() => void) | (() => void)[];
@@ -250,6 +270,10 @@ declare const SortableListTypes: () => ({
250
270
  type: import("vue").PropType<string>;
251
271
  default: string;
252
272
  };
273
+ variant: {
274
+ type: import("vue").PropType<"default" | "compact">;
275
+ default: string;
276
+ };
253
277
  isLoading: {
254
278
  type: import("vue").PropType<boolean>;
255
279
  default: boolean;
@@ -280,10 +304,22 @@ declare const SortableListTypes: () => ({
280
304
  type: import("vue").PropType<(item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean>;
281
305
  default: any;
282
306
  };
307
+ draggableArea: {
308
+ type: import("vue").PropType<"handle" | "full">;
309
+ default: string;
310
+ };
311
+ loadingRowCount: {
312
+ type: import("vue").PropType<number>;
313
+ default: number;
314
+ };
283
315
  openId: {
284
316
  type: import("vue").PropType<string | number>;
285
317
  default: any;
286
318
  };
319
+ zIndexBase: {
320
+ type: import("vue").PropType<number>;
321
+ default: number;
322
+ };
287
323
  selectedId: {
288
324
  type: import("vue").PropType<string | number>;
289
325
  default: any;
@@ -292,10 +328,6 @@ declare const SortableListTypes: () => ({
292
328
  type: import("vue").PropType<boolean>;
293
329
  default: boolean;
294
330
  };
295
- loadingRowCount: {
296
- type: import("vue").PropType<number>;
297
- default: number;
298
- };
299
331
  emptyStateTitle: {
300
332
  type: import("vue").PropType<string>;
301
333
  default: string;
@@ -304,10 +336,6 @@ declare const SortableListTypes: () => ({
304
336
  type: import("vue").PropType<boolean>;
305
337
  default: boolean;
306
338
  };
307
- zIndexBase: {
308
- type: import("vue").PropType<number>;
309
- default: number;
310
- };
311
339
  }>> & {
312
340
  onClearSearch?: () => any;
313
341
  onSortableItemDragged?: (event: {
@@ -332,6 +360,10 @@ declare const SortableListTypes: () => ({
332
360
  type: import("vue").PropType<string>;
333
361
  default: string;
334
362
  };
363
+ variant: {
364
+ type: import("vue").PropType<"default" | "compact">;
365
+ default: string;
366
+ };
335
367
  isLoading: {
336
368
  type: import("vue").PropType<boolean>;
337
369
  default: boolean;
@@ -362,10 +394,22 @@ declare const SortableListTypes: () => ({
362
394
  type: import("vue").PropType<(item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean>;
363
395
  default: any;
364
396
  };
397
+ draggableArea: {
398
+ type: import("vue").PropType<"handle" | "full">;
399
+ default: string;
400
+ };
401
+ loadingRowCount: {
402
+ type: import("vue").PropType<number>;
403
+ default: number;
404
+ };
365
405
  openId: {
366
406
  type: import("vue").PropType<string | number>;
367
407
  default: any;
368
408
  };
409
+ zIndexBase: {
410
+ type: import("vue").PropType<number>;
411
+ default: number;
412
+ };
369
413
  selectedId: {
370
414
  type: import("vue").PropType<string | number>;
371
415
  default: any;
@@ -374,10 +418,6 @@ declare const SortableListTypes: () => ({
374
418
  type: import("vue").PropType<boolean>;
375
419
  default: boolean;
376
420
  };
377
- loadingRowCount: {
378
- type: import("vue").PropType<number>;
379
- default: number;
380
- };
381
421
  emptyStateTitle: {
382
422
  type: import("vue").PropType<string>;
383
423
  default: string;
@@ -386,10 +426,6 @@ declare const SortableListTypes: () => ({
386
426
  type: import("vue").PropType<boolean>;
387
427
  default: boolean;
388
428
  };
389
- zIndexBase: {
390
- type: import("vue").PropType<number>;
391
- default: number;
392
- };
393
429
  }>> & {
394
430
  onClearSearch?: () => any;
395
431
  onSortableItemDragged?: (event: {
@@ -415,6 +451,7 @@ declare const SortableListTypes: () => ({
415
451
  }, string, {
416
452
  search: string;
417
453
  testId: string;
454
+ variant: "default" | "compact";
418
455
  isLoading: boolean;
419
456
  displayValue: (item: import("./SortableList.types").SortableListItem) => string;
420
457
  searchPlaceholder: string;
@@ -422,13 +459,14 @@ declare const SortableListTypes: () => ({
422
459
  selectedChildId: string | number;
423
460
  childListMaxHeight: string;
424
461
  searchHandler: (item: import("./SortableList.types").SortableListItem, searchQuery: string) => boolean;
462
+ draggableArea: "handle" | "full";
463
+ loadingRowCount: number;
425
464
  openId: string | number;
465
+ zIndexBase: number;
426
466
  selectedId: string | number;
427
467
  showSearch: boolean;
428
- loadingRowCount: number;
429
468
  emptyStateTitle: string;
430
469
  isSticky: boolean;
431
- zIndexBase: number;
432
470
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
433
471
  $slots: {
434
472
  header?(_: {}): any;
@@ -3,3 +3,5 @@ export declare const EXPAND_COL_WIDTH = 46;
3
3
  export declare const CHECKBOX_COL_WIDTH = 46;
4
4
  export declare const CHECKBOX_STICKY_COL_WIDTH = 57;
5
5
  export declare const DEFAULT_ROW_HEIGHT = 48;
6
+ export declare const HEADER_ROW_HEIGHT = 40;
7
+ export declare const DATA_GRID_HEADER_HEIGHT = 63;
@@ -1,8 +1,10 @@
1
- const _ = "__CHECKBOX_COLUMN_ID__", C = 46, O = 46, H = 57, D = 48;
1
+ const _ = "__CHECKBOX_COLUMN_ID__", H = 46, C = 46, E = 57, D = 48, O = 40, I = 63;
2
2
  export {
3
3
  _ as CHECKBOX_COLUMN_ID,
4
- O as CHECKBOX_COL_WIDTH,
5
- H as CHECKBOX_STICKY_COL_WIDTH,
4
+ C as CHECKBOX_COL_WIDTH,
5
+ E as CHECKBOX_STICKY_COL_WIDTH,
6
+ I as DATA_GRID_HEADER_HEIGHT,
6
7
  D as DEFAULT_ROW_HEIGHT,
7
- C as EXPAND_COL_WIDTH
8
+ H as EXPAND_COL_WIDTH,
9
+ O as HEADER_ROW_HEIGHT
8
10
  };
@@ -23,6 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
23
23
  defaultScrollPosition?: number;
24
24
  helpTooltipVariant?: "icon" | "underline";
25
25
  testId?: string;
26
+ useAvailableHeight?: boolean;
26
27
  search?: string;
27
28
  showSearch?: boolean;
28
29
  searchPlaceholder?: string;
@@ -49,6 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
49
50
  defaultScrollPosition: any;
50
51
  helpTooltipVariant: string;
51
52
  testId: string;
53
+ useAvailableHeight: boolean;
52
54
  selection: any;
53
55
  getRowId: (row: any, index: any) => any;
54
56
  getRowKey: (row: any, index: any) => any;
@@ -99,6 +101,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
99
101
  defaultScrollPosition?: number;
100
102
  helpTooltipVariant?: "icon" | "underline";
101
103
  testId?: string;
104
+ useAvailableHeight?: boolean;
102
105
  search?: string;
103
106
  showSearch?: boolean;
104
107
  searchPlaceholder?: string;
@@ -125,6 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
125
128
  defaultScrollPosition: any;
126
129
  helpTooltipVariant: string;
127
130
  testId: string;
131
+ useAvailableHeight: boolean;
128
132
  selection: any;
129
133
  getRowId: (row: any, index: any) => any;
130
134
  getRowKey: (row: any, index: any) => any;
@@ -141,14 +145,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
141
145
  }>>> & {
142
146
  onSelectAll?: (value: boolean) => any;
143
147
  onLoadMore?: () => any;
148
+ "onUpdate:selection"?: (selection: unknown[]) => any;
144
149
  "onUpdate:search"?: (query: string) => any;
145
150
  onOnScroll?: (event: Event) => any;
146
151
  "onUpdate:sort"?: (newSort: Sort) => any;
147
152
  onSaveRow?: (args_0: SaveRowEvent) => any;
148
153
  onOnClearSearch?: () => any;
149
- "onUpdate:selection"?: (selection: unknown[]) => any;
150
- onSelectRow?: (value: boolean) => any;
151
154
  onClickRow?: (rowIndex: number) => any;
155
+ onSelectRow?: (value: boolean) => any;
152
156
  }, {
153
157
  sort: Sort;
154
158
  title: string;
@@ -158,11 +162,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
158
162
  searchAutoFocus: boolean;
159
163
  searchPlaceholder: string;
160
164
  selection: unknown[];
161
- showSearch: boolean;
162
165
  loadingRowCount: number;
166
+ zIndexBase: number;
167
+ showSearch: boolean;
163
168
  emptyStateTitle: string;
164
169
  isSticky: boolean;
165
- zIndexBase: number;
166
170
  sections: Section[];
167
171
  isStickyHeader: boolean;
168
172
  emptyStateSubtitle: string;
@@ -172,11 +176,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
172
176
  defaultScrollPosition: number;
173
177
  getRowId: (row: Row, index: number) => unknown;
174
178
  getRowKey: (row: Row, index: number) => string | number;
175
- selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
176
179
  emptyStateVariant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
177
- helpTooltipVariant: "icon" | "underline";
178
180
  rowCustomClassKey: string;
179
181
  rowDataKey: string;
182
+ helpTooltipVariant: "icon" | "underline";
183
+ useAvailableHeight: boolean;
184
+ selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
180
185
  isSelectionSticky: boolean;
181
186
  isSelectionBordered: boolean;
182
187
  }>, Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
@@ -193,8 +198,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
193
198
  rowIndex: number;
194
199
  }) => any>> & {
195
200
  title?(_: {}): any;
196
- "table-header-pre-search"?(_: {}): any;
197
201
  search?(_: {}): any;
202
+ "table-header-pre-search"?(_: {}): any;
198
203
  "table-header-actions"?(_: {}): any;
199
204
  "select-all-checkbox"?(_: {}): any;
200
205
  loader?(_: {}): any;
@@ -1,7 +1,7 @@
1
1
  import o from "./DataGrid.vue2.js";
2
- /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css"; //*');
4
- const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-b21a79b1"]]);
2
+ /* empty css */import c from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css"; //*');
4
+ const e = /* @__PURE__ */ c(o, [["__scopeId", "data-v-cd41c5ca"]]);
5
5
  export {
6
- s as default
6
+ e as default
7
7
  };