@ironsource/shared-ui 2.1.11-test.49 → 2.1.11-test.50

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 (194) hide show
  1. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_27802170_lang.css +1 -0
  2. package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
  3. package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +1 -0
  4. package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +1 -0
  5. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
  6. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
  7. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
  8. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  9. package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +1 -0
  10. package/components/button/v3/Button.vue.d.ts +6 -6
  11. package/components/button/v3/index.d.ts +14 -14
  12. package/components/chart/Chart.vue.d.ts +1 -1
  13. package/components/chart/index.d.ts +20 -20
  14. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +3 -3
  15. package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
  16. package/components/dropdown/v4/ConditionalDropdown.vue2.js +1 -1
  17. package/components/dropdown/v4/index.d.ts +3 -3
  18. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  19. package/components/emptyState/v3/index.d.ts +7 -7
  20. package/components/icon/v4/IconFlag.vue.js +3 -3
  21. package/components/icon/v4/IconFlag.vue2.js +1 -1
  22. package/components/input/v4/TextField.vue.js +3 -3
  23. package/components/input/v4/TextField.vue2.js +184 -164
  24. package/components/sortableList/SortableItem.vue.d.ts +5 -0
  25. package/components/sortableList/SortableItem.vue.js +3 -3
  26. package/components/sortableList/SortableItem.vue2.js +80 -65
  27. package/components/sortableList/SortableList.vue.d.ts +16 -0
  28. package/components/sortableList/SortableList.vue.js +3 -3
  29. package/components/sortableList/SortableList.vue2.js +100 -87
  30. package/components/sortableList/index.d.ts +59 -1
  31. package/components/table/v4/DataGrid.vue.d.ts +2 -2
  32. package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
  33. package/components/table/v4/index.d.ts +59 -59
  34. package/components/table-cells/common/Editable.common.js +8 -7
  35. package/components/table-cells/common/EditableContext.d.ts +1 -0
  36. package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
  37. package/components/table-cells/v4/EditableV4.vue.js +3 -3
  38. package/components/table-cells/v4/EditableV4.vue2.js +11 -10
  39. package/components/table-cells/v4/index.d.ts +20 -1
  40. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  41. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  42. package/components/typography/v4/Typography.vue.js +4 -4
  43. package/components/typography/v4/Typography.vue2.js +1 -1
  44. package/composables/useFormValidation.d.ts +1 -1
  45. package/index.d.ts +282 -128
  46. package/index.js +1 -1
  47. package/package.json +239 -2
  48. package/testids/index.d.ts +1 -0
  49. package/testids/index.js +13 -13
  50. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +0 -1
  51. package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
  52. package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
  53. package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +0 -1
  54. package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +0 -1
  55. package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +0 -1
  56. package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +0 -1
  57. package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +0 -1
  58. package/components/alert/Alert.stories.d.ts +0 -8
  59. package/components/appHeader/AppHeader.stories.d.ts +0 -98
  60. package/components/appIcon/AppIcon.spec.d.ts +0 -1
  61. package/components/appIcon/AppIcon.stories.d.ts +0 -32
  62. package/components/appTrigger/AppTrigger.spec.d.ts +0 -1
  63. package/components/appTrigger/AppTrigger.stories.d.ts +0 -163
  64. package/components/autocomplete/Autocomplete.stories.d.ts +0 -9
  65. package/components/autocompleteDropdown/AutocompleteDropdown.spec.d.ts +0 -1
  66. package/components/autocompleteDropdown/AutocompleteDropdown.stories.d.ts +0 -232
  67. package/components/banner/Banner.spec.d.ts +0 -1
  68. package/components/banner/Banner.stories.d.ts +0 -122
  69. package/components/button/v3/Button.spec.d.ts +0 -1
  70. package/components/button/v3/Button.stories.d.ts +0 -155
  71. package/components/button/v3/ButtonBase.spec.d.ts +0 -1
  72. package/components/button/v3/IconButton.stories.d.ts +0 -150
  73. package/components/button/v3/ScrollButton.stories.d.ts +0 -55
  74. package/components/button/v4/Button.stories.d.ts +0 -275
  75. package/components/button/v4/ButtonGroup.stories.d.ts +0 -120
  76. package/components/button/v4/IconButton.stories.d.ts +0 -206
  77. package/components/button/v4/ToggleButtonGroupAB.stories.d.ts +0 -182
  78. package/components/chart/Chart.stories.d.ts +0 -17
  79. package/components/checkbox/v3/Checkbox.spec.d.ts +0 -1
  80. package/components/checkbox/v3/Checkbox.stories.d.ts +0 -187
  81. package/components/checkbox/v4/CheckboxV4.stories.d.ts +0 -7
  82. package/components/chip/v3/Chip.spec.d.ts +0 -1
  83. package/components/chip/v3/Chip.stories.d.ts +0 -170
  84. package/components/chip/v4/ChipV4.stories.d.ts +0 -7
  85. package/components/datePicker/v3/DatePicker.stories.d.ts +0 -189
  86. package/components/datePicker/v4/DatePicker.stories.d.ts +0 -261
  87. package/components/dateRange/v3/DateRange.stories.d.ts +0 -415
  88. package/components/dateRange/v4/DateRange.stories.d.ts +0 -412
  89. package/components/dialog/v3/Dialog.spec.d.ts +0 -1
  90. package/components/dialog/v3/Dialog.stories.d.ts +0 -374
  91. package/components/dialog/v4/DialogV4.stories.d.ts +0 -9
  92. package/components/dropdown/v3/Dropdown.spec.d.ts +0 -1
  93. package/components/dropdown/v3/Dropdown.stories.d.ts +0 -1161
  94. package/components/dropdown/v4/AppDropdownTrigger.stories.d.ts +0 -487
  95. package/components/dropdown/v4/ButtonDropdownTrigger.stories.d.ts +0 -10
  96. package/components/dropdown/v4/ButtonFilterDropdownTrigger.stories.d.ts +0 -8
  97. package/components/dropdown/v4/ChipDropdownTrigger.stories.d.ts +0 -135
  98. package/components/dropdown/v4/Conditional.stories.d.ts +0 -711
  99. package/components/dropdown/v4/DefaultDropdownTrigger.stories.d.ts +0 -598
  100. package/components/dropdown/v4/IconButtonDropdownTrigger.stories.d.ts +0 -20
  101. package/components/dropdown/v4/MultiSelection.stories.d.ts +0 -3769
  102. package/components/dropdown/v4/SingleSelection.stories.d.ts +0 -5688
  103. package/components/dropdown/v4/TreeDropdown.stories.d.ts +0 -9
  104. package/components/emptyState/v3/EmptyState.spec.d.ts +0 -1
  105. package/components/emptyState/v3/EmptyState.stories.d.ts +0 -295
  106. package/components/emptyState/v4/EmptyStateV4.stories.d.ts +0 -6
  107. package/components/filterDropdown/AddFilterButton.spec.d.ts +0 -1
  108. package/components/filterDropdown/AddFilterButton.stories.d.ts +0 -108
  109. package/components/filterDropdown/FilterDropdown.spec.d.ts +0 -1
  110. package/components/filterDropdown/FilterDropdown.stories.d.ts +0 -70
  111. package/components/filtersPanel/v3/FiltersPanel.spec.d.ts +0 -1
  112. package/components/filtersPanel/v3/FiltersPanel.stories.d.ts +0 -8
  113. package/components/filtersPanel/v4/FiltersPanelV4.stories.d.ts +0 -4
  114. package/components/floatingToolbar/FloatingToolbar.spec.d.ts +0 -1
  115. package/components/floatingToolbar/FloatingToolbar.stories.d.ts +0 -127
  116. package/components/forms/CardPanel.stories.d.ts +0 -6
  117. package/components/forms/FormCard.stories.d.ts +0 -9
  118. package/components/forms/FormRow.stories.d.ts +0 -4
  119. package/components/forms/validation/Validation.stories.d.ts +0 -4
  120. package/components/forms/validation/examples/dynamicForm/DynamicForm.stories.d.ts +0 -7
  121. package/components/forms/validation/examples/simpleForm/SimpleForm.stories.d.ts +0 -7
  122. package/components/icon/v3/Icon.spec.d.ts +0 -1
  123. package/components/icon/v3/Icon.stories.d.ts +0 -112
  124. package/components/icon/v4/IconFlag.stories.d.ts +0 -5
  125. package/components/icon/v4/IconV4.spec.d.ts +0 -1
  126. package/components/icon/v4/IconV4.stories.d.ts +0 -195
  127. package/components/includeExclude/EditColumns.stories.d.ts +0 -490
  128. package/components/includeExclude/IncludeExclude.spec.d.ts +0 -1
  129. package/components/includeExclude/IncludeExclude.stories.d.ts +0 -456
  130. package/components/inlineCopy/InlineCopy.stories.d.ts +0 -112
  131. package/components/input/v3/DollarInput.spec.d.ts +0 -1
  132. package/components/input/v3/DollarInput.stories.d.ts +0 -275
  133. package/components/input/v3/Input.spec.d.ts +0 -1
  134. package/components/input/v3/Input.stories.d.ts +0 -1182
  135. package/components/input/v3/PasswordInput.stories.d.ts +0 -272
  136. package/components/input/v3/PercentageInput.stories.d.ts +0 -281
  137. package/components/input/v4/TextField.stories.d.ts +0 -14
  138. package/components/layout/FoldableSection.stories.d.ts +0 -4
  139. package/components/loader/v4/Loader.stories.d.ts +0 -136
  140. package/components/menu/Menu.stories.d.ts +0 -175
  141. package/components/menuItem/MenuItem.spec.d.ts +0 -1
  142. package/components/menuItem/MenuItem.stories.d.ts +0 -55
  143. package/components/multibar/MultiBar.stories.d.ts +0 -7
  144. package/components/popover/v3/Popover.spec.d.ts +0 -1
  145. package/components/popover/v3/Popover.stories.d.ts +0 -214
  146. package/components/popover/v4/Popover.stories.d.ts +0 -271
  147. package/components/radioButton/v3/RadioButton.spec.d.ts +0 -1
  148. package/components/radioButton/v3/RadioButton.stories.d.ts +0 -368
  149. package/components/radioButton/v4/RadioButtonV4.stories.d.ts +0 -7
  150. package/components/search/v3/Search.spec.d.ts +0 -1
  151. package/components/search/v3/Search.stories.d.ts +0 -75
  152. package/components/search/v4/Search.stories.d.ts +0 -63
  153. package/components/skeleton/v3/Skeleton.spec.d.ts +0 -1
  154. package/components/skeleton/v3/Skeleton.stories.d.ts +0 -83
  155. package/components/skeleton/v4/SkeletonV4.stories.d.ts +0 -5
  156. package/components/snackbar/v3/Snackbar.spec.d.ts +0 -1
  157. package/components/snackbar/v3/Snackbar.stories.d.ts +0 -22
  158. package/components/snackbar/v4/Snackbar.stories.d.ts +0 -24
  159. package/components/sortableList/SortableList.stories.d.ts +0 -5
  160. package/components/statusDot/StatusDot.stories.d.ts +0 -21
  161. package/components/switch/v3/Switch.spec.d.ts +0 -1
  162. package/components/switch/v3/Switch.stories.d.ts +0 -147
  163. package/components/switch/v4/Switch.spec.d.ts +0 -1
  164. package/components/switch/v4/Switch.stories.d.ts +0 -48
  165. package/components/table/v3/Table.spec.d.ts +0 -1
  166. package/components/table/v3/Table.stories.d.ts +0 -1227
  167. package/components/table/v3/TableCheckbox.stories.d.ts +0 -814
  168. package/components/table/v4/DataGrid.stories.d.ts +0 -24
  169. package/components/table/v4/MultipleDataGrid.stories.d.ts +0 -4
  170. package/components/tabs/v3/Tabs.spec.d.ts +0 -1
  171. package/components/tabs/v3/Tabs.stories.d.ts +0 -172
  172. package/components/tabs/v4/TabsV4.stories.d.ts +0 -8
  173. package/components/textArea/v3/TextArea.spec.d.ts +0 -1
  174. package/components/textArea/v3/TextArea.stories.d.ts +0 -89
  175. package/components/textArea/v4/TextAreaV4.stories.d.ts +0 -9
  176. package/components/toggle/v3/Toggle.spec.d.ts +0 -1
  177. package/components/toggle/v3/Toggle.stories.d.ts +0 -107
  178. package/components/toggle/v4/ToggleV4.stories.d.ts +0 -9
  179. package/components/tooltip/v3/TextWithTitleContent.spec.d.ts +0 -1
  180. package/components/tooltip/v3/Tooltip.spec.d.ts +0 -1
  181. package/components/tooltip/v3/Tooltip.stories.d.ts +0 -253
  182. package/components/tooltip/v4/Tooltip.stories.d.ts +0 -336
  183. package/components/typography/Heading.spec.d.ts +0 -1
  184. package/components/typography/Heading.stories.d.ts +0 -119
  185. package/components/typography/Text.stories.d.ts +0 -131
  186. package/components/typography/v4/Typography.spec.d.ts +0 -1
  187. package/components/typography/v4/Typography.stories.d.ts +0 -179
  188. package/design-foundation.stories/border-radius/BorderRadius.stories.d.ts +0 -4
  189. package/design-foundation.stories/breakpoints/Breakpoints.stories.d.ts +0 -4
  190. package/design-foundation.stories/colors/Colors.stories.d.ts +0 -4
  191. package/design-foundation.stories/elevations/Elevations.stories.d.ts +0 -4
  192. package/design-foundation.stories/grid-layout/GridLayout.stories.d.ts +0 -13
  193. package/design-foundation.stories/spacing/Spacing.stories.d.ts +0 -4
  194. package/design-foundation.stories/typography/Typography.stories.d.ts +0 -4
package/index.d.ts CHANGED
@@ -1733,12 +1733,15 @@ declare const _default: {
1733
1733
  searchPlaceholder: string;
1734
1734
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
1735
1735
  selectedChildId: string | number;
1736
+ childListMaxHeight: string;
1736
1737
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
1737
1738
  openId: string | number;
1738
1739
  selectedId: string | number;
1739
1740
  showSearch: boolean;
1740
1741
  loadingRowCount: number;
1741
1742
  emptyStateTitle: string;
1743
+ isSticky: boolean;
1744
+ zIndexBase: number;
1742
1745
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1743
1746
  search: {
1744
1747
  type: import("vue").PropType<string>;
@@ -1770,6 +1773,10 @@ declare const _default: {
1770
1773
  type: import("vue").PropType<string | number>;
1771
1774
  default: any;
1772
1775
  };
1776
+ childListMaxHeight: {
1777
+ type: import("vue").PropType<string>;
1778
+ default: string;
1779
+ };
1773
1780
  searchHandler: {
1774
1781
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
1775
1782
  default: any;
@@ -1794,6 +1801,14 @@ declare const _default: {
1794
1801
  type: import("vue").PropType<string>;
1795
1802
  default: string;
1796
1803
  };
1804
+ isSticky: {
1805
+ type: import("vue").PropType<boolean>;
1806
+ default: boolean;
1807
+ };
1808
+ zIndexBase: {
1809
+ type: import("vue").PropType<number>;
1810
+ default: number;
1811
+ };
1797
1812
  }>> & {
1798
1813
  onClearSearch?: () => any;
1799
1814
  onSortableItemDragged?: (event: {
@@ -1805,7 +1820,7 @@ declare const _default: {
1805
1820
  "onUpdate:selectedId"?: (id: string | number) => any;
1806
1821
  "onUpdate:selectedChildId"?: (id: string | number) => any;
1807
1822
  "onUpdate:search"?: (query: string) => any;
1808
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
1823
+ } & 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">;
1809
1824
  $attrs: {
1810
1825
  [x: string]: unknown;
1811
1826
  };
@@ -1853,6 +1868,10 @@ declare const _default: {
1853
1868
  type: import("vue").PropType<string | number>;
1854
1869
  default: any;
1855
1870
  };
1871
+ childListMaxHeight: {
1872
+ type: import("vue").PropType<string>;
1873
+ default: string;
1874
+ };
1856
1875
  searchHandler: {
1857
1876
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
1858
1877
  default: any;
@@ -1877,6 +1896,14 @@ declare const _default: {
1877
1896
  type: import("vue").PropType<string>;
1878
1897
  default: string;
1879
1898
  };
1899
+ isSticky: {
1900
+ type: import("vue").PropType<boolean>;
1901
+ default: boolean;
1902
+ };
1903
+ zIndexBase: {
1904
+ type: import("vue").PropType<number>;
1905
+ default: number;
1906
+ };
1880
1907
  }>> & {
1881
1908
  onClearSearch?: () => any;
1882
1909
  onSortableItemDragged?: (event: {
@@ -1907,12 +1934,15 @@ declare const _default: {
1907
1934
  searchPlaceholder: string;
1908
1935
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
1909
1936
  selectedChildId: string | number;
1937
+ childListMaxHeight: string;
1910
1938
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
1911
1939
  openId: string | number;
1912
1940
  selectedId: string | number;
1913
1941
  showSearch: boolean;
1914
1942
  loadingRowCount: number;
1915
1943
  emptyStateTitle: string;
1944
+ isSticky: boolean;
1945
+ zIndexBase: number;
1916
1946
  }, {}, string> & {
1917
1947
  beforeCreate?: (() => void) | (() => void)[];
1918
1948
  created?: (() => void) | (() => void)[];
@@ -1964,6 +1994,10 @@ declare const _default: {
1964
1994
  type: import("vue").PropType<string | number>;
1965
1995
  default: any;
1966
1996
  };
1997
+ childListMaxHeight: {
1998
+ type: import("vue").PropType<string>;
1999
+ default: string;
2000
+ };
1967
2001
  searchHandler: {
1968
2002
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
1969
2003
  default: any;
@@ -1988,6 +2022,14 @@ declare const _default: {
1988
2022
  type: import("vue").PropType<string>;
1989
2023
  default: string;
1990
2024
  };
2025
+ isSticky: {
2026
+ type: import("vue").PropType<boolean>;
2027
+ default: boolean;
2028
+ };
2029
+ zIndexBase: {
2030
+ type: import("vue").PropType<number>;
2031
+ default: number;
2032
+ };
1991
2033
  }>> & {
1992
2034
  onClearSearch?: () => any;
1993
2035
  onSortableItemDragged?: (event: {
@@ -2034,6 +2076,10 @@ declare const _default: {
2034
2076
  type: import("vue").PropType<string | number>;
2035
2077
  default: any;
2036
2078
  };
2079
+ childListMaxHeight: {
2080
+ type: import("vue").PropType<string>;
2081
+ default: string;
2082
+ };
2037
2083
  searchHandler: {
2038
2084
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
2039
2085
  default: any;
@@ -2058,6 +2104,14 @@ declare const _default: {
2058
2104
  type: import("vue").PropType<string>;
2059
2105
  default: string;
2060
2106
  };
2107
+ isSticky: {
2108
+ type: import("vue").PropType<boolean>;
2109
+ default: boolean;
2110
+ };
2111
+ zIndexBase: {
2112
+ type: import("vue").PropType<number>;
2113
+ default: number;
2114
+ };
2061
2115
  }>> & {
2062
2116
  onClearSearch?: () => any;
2063
2117
  onSortableItemDragged?: (event: {
@@ -2088,14 +2142,18 @@ declare const _default: {
2088
2142
  searchPlaceholder: string;
2089
2143
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
2090
2144
  selectedChildId: string | number;
2145
+ childListMaxHeight: string;
2091
2146
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
2092
2147
  openId: string | number;
2093
2148
  selectedId: string | number;
2094
2149
  showSearch: boolean;
2095
2150
  loadingRowCount: number;
2096
2151
  emptyStateTitle: string;
2152
+ isSticky: boolean;
2153
+ zIndexBase: number;
2097
2154
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2098
2155
  $slots: {
2156
+ header?(_: {}): any;
2099
2157
  menu?(_: {
2100
2158
  item: import("./components/sortableList/SortableList.types").SortableListItem;
2101
2159
  }): any;
@@ -2115,12 +2173,15 @@ declare const _default: {
2115
2173
  searchPlaceholder: string;
2116
2174
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
2117
2175
  selectedChildId: string | number;
2176
+ childListMaxHeight: string;
2118
2177
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
2119
2178
  openId: string | number;
2120
2179
  selectedId: string | number;
2121
2180
  showSearch: boolean;
2122
2181
  loadingRowCount: number;
2123
2182
  emptyStateTitle: string;
2183
+ isSticky: boolean;
2184
+ zIndexBase: number;
2124
2185
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2125
2186
  search: {
2126
2187
  type: import("vue").PropType<string>;
@@ -2152,6 +2213,10 @@ declare const _default: {
2152
2213
  type: import("vue").PropType<string | number>;
2153
2214
  default: any;
2154
2215
  };
2216
+ childListMaxHeight: {
2217
+ type: import("vue").PropType<string>;
2218
+ default: string;
2219
+ };
2155
2220
  searchHandler: {
2156
2221
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
2157
2222
  default: any;
@@ -2176,6 +2241,14 @@ declare const _default: {
2176
2241
  type: import("vue").PropType<string>;
2177
2242
  default: string;
2178
2243
  };
2244
+ isSticky: {
2245
+ type: import("vue").PropType<boolean>;
2246
+ default: boolean;
2247
+ };
2248
+ zIndexBase: {
2249
+ type: import("vue").PropType<number>;
2250
+ default: number;
2251
+ };
2179
2252
  }>> & {
2180
2253
  onClearSearch?: () => any;
2181
2254
  onSortableItemDragged?: (event: {
@@ -2187,7 +2260,7 @@ declare const _default: {
2187
2260
  "onUpdate:selectedId"?: (id: string | number) => any;
2188
2261
  "onUpdate:selectedChildId"?: (id: string | number) => any;
2189
2262
  "onUpdate:search"?: (query: string) => any;
2190
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
2263
+ } & 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">;
2191
2264
  $attrs: {
2192
2265
  [x: string]: unknown;
2193
2266
  };
@@ -2235,6 +2308,10 @@ declare const _default: {
2235
2308
  type: import("vue").PropType<string | number>;
2236
2309
  default: any;
2237
2310
  };
2311
+ childListMaxHeight: {
2312
+ type: import("vue").PropType<string>;
2313
+ default: string;
2314
+ };
2238
2315
  searchHandler: {
2239
2316
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
2240
2317
  default: any;
@@ -2259,6 +2336,14 @@ declare const _default: {
2259
2336
  type: import("vue").PropType<string>;
2260
2337
  default: string;
2261
2338
  };
2339
+ isSticky: {
2340
+ type: import("vue").PropType<boolean>;
2341
+ default: boolean;
2342
+ };
2343
+ zIndexBase: {
2344
+ type: import("vue").PropType<number>;
2345
+ default: number;
2346
+ };
2262
2347
  }>> & {
2263
2348
  onClearSearch?: () => any;
2264
2349
  onSortableItemDragged?: (event: {
@@ -2289,12 +2374,15 @@ declare const _default: {
2289
2374
  searchPlaceholder: string;
2290
2375
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
2291
2376
  selectedChildId: string | number;
2377
+ childListMaxHeight: string;
2292
2378
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
2293
2379
  openId: string | number;
2294
2380
  selectedId: string | number;
2295
2381
  showSearch: boolean;
2296
2382
  loadingRowCount: number;
2297
2383
  emptyStateTitle: string;
2384
+ isSticky: boolean;
2385
+ zIndexBase: number;
2298
2386
  }, {}, string> & {
2299
2387
  beforeCreate?: (() => void) | (() => void)[];
2300
2388
  created?: (() => void) | (() => void)[];
@@ -2346,6 +2434,10 @@ declare const _default: {
2346
2434
  type: import("vue").PropType<string | number>;
2347
2435
  default: any;
2348
2436
  };
2437
+ childListMaxHeight: {
2438
+ type: import("vue").PropType<string>;
2439
+ default: string;
2440
+ };
2349
2441
  searchHandler: {
2350
2442
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
2351
2443
  default: any;
@@ -2370,6 +2462,14 @@ declare const _default: {
2370
2462
  type: import("vue").PropType<string>;
2371
2463
  default: string;
2372
2464
  };
2465
+ isSticky: {
2466
+ type: import("vue").PropType<boolean>;
2467
+ default: boolean;
2468
+ };
2469
+ zIndexBase: {
2470
+ type: import("vue").PropType<number>;
2471
+ default: number;
2472
+ };
2373
2473
  }>> & {
2374
2474
  onClearSearch?: () => any;
2375
2475
  onSortableItemDragged?: (event: {
@@ -2416,6 +2516,10 @@ declare const _default: {
2416
2516
  type: import("vue").PropType<string | number>;
2417
2517
  default: any;
2418
2518
  };
2519
+ childListMaxHeight: {
2520
+ type: import("vue").PropType<string>;
2521
+ default: string;
2522
+ };
2419
2523
  searchHandler: {
2420
2524
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
2421
2525
  default: any;
@@ -2440,6 +2544,14 @@ declare const _default: {
2440
2544
  type: import("vue").PropType<string>;
2441
2545
  default: string;
2442
2546
  };
2547
+ isSticky: {
2548
+ type: import("vue").PropType<boolean>;
2549
+ default: boolean;
2550
+ };
2551
+ zIndexBase: {
2552
+ type: import("vue").PropType<number>;
2553
+ default: number;
2554
+ };
2443
2555
  }>> & {
2444
2556
  onClearSearch?: () => any;
2445
2557
  onSortableItemDragged?: (event: {
@@ -2470,14 +2582,18 @@ declare const _default: {
2470
2582
  searchPlaceholder: string;
2471
2583
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
2472
2584
  selectedChildId: string | number;
2585
+ childListMaxHeight: string;
2473
2586
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
2474
2587
  openId: string | number;
2475
2588
  selectedId: string | number;
2476
2589
  showSearch: boolean;
2477
2590
  loadingRowCount: number;
2478
2591
  emptyStateTitle: string;
2592
+ isSticky: boolean;
2593
+ zIndexBase: number;
2479
2594
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2480
2595
  $slots: {
2596
+ header?(_: {}): any;
2481
2597
  menu?(_: {
2482
2598
  item: import("./components/sortableList/SortableList.types").SortableListItem;
2483
2599
  }): any;
@@ -5200,6 +5316,7 @@ declare const _default: {
5200
5316
  $props: Partial<{
5201
5317
  type: "input" | "dropdown";
5202
5318
  cell: string;
5319
+ withIcons: boolean;
5203
5320
  saveOnClickOutside: boolean;
5204
5321
  validateFunction: (value: unknown) => string | boolean;
5205
5322
  isLoading: boolean;
@@ -5214,6 +5331,10 @@ declare const _default: {
5214
5331
  type: import("vue").PropType<string>;
5215
5332
  default: string;
5216
5333
  };
5334
+ withIcons: {
5335
+ type: import("vue").PropType<boolean>;
5336
+ default: boolean;
5337
+ };
5217
5338
  saveOnClickOutside: {
5218
5339
  type: import("vue").PropType<boolean>;
5219
5340
  default: boolean;
@@ -5238,7 +5359,7 @@ declare const _default: {
5238
5359
  type: import("vue").PropType<(option: unknown) => unknown>;
5239
5360
  default: (cell: unknown) => unknown;
5240
5361
  };
5241
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
5362
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
5242
5363
  $attrs: {
5243
5364
  [x: string]: unknown;
5244
5365
  };
@@ -5262,6 +5383,10 @@ declare const _default: {
5262
5383
  type: import("vue").PropType<string>;
5263
5384
  default: string;
5264
5385
  };
5386
+ withIcons: {
5387
+ type: import("vue").PropType<boolean>;
5388
+ default: boolean;
5389
+ };
5265
5390
  saveOnClickOutside: {
5266
5391
  type: import("vue").PropType<boolean>;
5267
5392
  default: boolean;
@@ -5289,6 +5414,7 @@ declare const _default: {
5289
5414
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5290
5415
  type: "input" | "dropdown";
5291
5416
  cell: string;
5417
+ withIcons: boolean;
5292
5418
  saveOnClickOutside: boolean;
5293
5419
  validateFunction: (value: unknown) => string | boolean;
5294
5420
  isLoading: boolean;
@@ -5323,6 +5449,10 @@ declare const _default: {
5323
5449
  type: import("vue").PropType<string>;
5324
5450
  default: string;
5325
5451
  };
5452
+ withIcons: {
5453
+ type: import("vue").PropType<boolean>;
5454
+ default: boolean;
5455
+ };
5326
5456
  saveOnClickOutside: {
5327
5457
  type: import("vue").PropType<boolean>;
5328
5458
  default: boolean;
@@ -5361,6 +5491,10 @@ declare const _default: {
5361
5491
  type: import("vue").PropType<string>;
5362
5492
  default: string;
5363
5493
  };
5494
+ withIcons: {
5495
+ type: import("vue").PropType<boolean>;
5496
+ default: boolean;
5497
+ };
5364
5498
  saveOnClickOutside: {
5365
5499
  type: import("vue").PropType<boolean>;
5366
5500
  default: boolean;
@@ -5388,6 +5522,7 @@ declare const _default: {
5388
5522
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5389
5523
  type: "input" | "dropdown";
5390
5524
  cell: string;
5525
+ withIcons: boolean;
5391
5526
  saveOnClickOutside: boolean;
5392
5527
  validateFunction: (value: unknown) => string | boolean;
5393
5528
  isLoading: boolean;
@@ -5405,6 +5540,7 @@ declare const _default: {
5405
5540
  $props: Partial<{
5406
5541
  type: "input" | "dropdown";
5407
5542
  cell: string;
5543
+ withIcons: boolean;
5408
5544
  saveOnClickOutside: boolean;
5409
5545
  validateFunction: (value: unknown) => string | boolean;
5410
5546
  isLoading: boolean;
@@ -5419,6 +5555,10 @@ declare const _default: {
5419
5555
  type: import("vue").PropType<string>;
5420
5556
  default: string;
5421
5557
  };
5558
+ withIcons: {
5559
+ type: import("vue").PropType<boolean>;
5560
+ default: boolean;
5561
+ };
5422
5562
  saveOnClickOutside: {
5423
5563
  type: import("vue").PropType<boolean>;
5424
5564
  default: boolean;
@@ -5443,7 +5583,7 @@ declare const _default: {
5443
5583
  type: import("vue").PropType<(option: unknown) => unknown>;
5444
5584
  default: (cell: unknown) => unknown;
5445
5585
  };
5446
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
5586
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
5447
5587
  $attrs: {
5448
5588
  [x: string]: unknown;
5449
5589
  };
@@ -5467,6 +5607,10 @@ declare const _default: {
5467
5607
  type: import("vue").PropType<string>;
5468
5608
  default: string;
5469
5609
  };
5610
+ withIcons: {
5611
+ type: import("vue").PropType<boolean>;
5612
+ default: boolean;
5613
+ };
5470
5614
  saveOnClickOutside: {
5471
5615
  type: import("vue").PropType<boolean>;
5472
5616
  default: boolean;
@@ -5494,6 +5638,7 @@ declare const _default: {
5494
5638
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5495
5639
  type: "input" | "dropdown";
5496
5640
  cell: string;
5641
+ withIcons: boolean;
5497
5642
  saveOnClickOutside: boolean;
5498
5643
  validateFunction: (value: unknown) => string | boolean;
5499
5644
  isLoading: boolean;
@@ -5528,6 +5673,10 @@ declare const _default: {
5528
5673
  type: import("vue").PropType<string>;
5529
5674
  default: string;
5530
5675
  };
5676
+ withIcons: {
5677
+ type: import("vue").PropType<boolean>;
5678
+ default: boolean;
5679
+ };
5531
5680
  saveOnClickOutside: {
5532
5681
  type: import("vue").PropType<boolean>;
5533
5682
  default: boolean;
@@ -5566,6 +5715,10 @@ declare const _default: {
5566
5715
  type: import("vue").PropType<string>;
5567
5716
  default: string;
5568
5717
  };
5718
+ withIcons: {
5719
+ type: import("vue").PropType<boolean>;
5720
+ default: boolean;
5721
+ };
5569
5722
  saveOnClickOutside: {
5570
5723
  type: import("vue").PropType<boolean>;
5571
5724
  default: boolean;
@@ -5593,6 +5746,7 @@ declare const _default: {
5593
5746
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5594
5747
  type: "input" | "dropdown";
5595
5748
  cell: string;
5749
+ withIcons: boolean;
5596
5750
  saveOnClickOutside: boolean;
5597
5751
  validateFunction: (value: unknown) => string | boolean;
5598
5752
  isLoading: boolean;
@@ -5611,8 +5765,8 @@ declare const _default: {
5611
5765
  $data: {};
5612
5766
  $props: Partial<{
5613
5767
  sort: tableV3.Sort;
5614
- search: string;
5615
5768
  title: string;
5769
+ search: string;
5616
5770
  testId: string;
5617
5771
  isLoading: boolean;
5618
5772
  searchAutoFocus: boolean;
@@ -5622,6 +5776,7 @@ declare const _default: {
5622
5776
  loadingRowCount: number;
5623
5777
  emptyStateTitle: string;
5624
5778
  isSticky: boolean;
5779
+ zIndexBase: number;
5625
5780
  sections: import("./components/table/common/Table.types").Section[];
5626
5781
  isStickyHeader: boolean;
5627
5782
  emptyStateSubtitle: string;
@@ -5633,7 +5788,6 @@ declare const _default: {
5633
5788
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
5634
5789
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
5635
5790
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
5636
- zIndexBase: number;
5637
5791
  rowCustomClassKey: string;
5638
5792
  rowDataKey: string;
5639
5793
  isSelectionSticky: boolean;
@@ -5643,14 +5797,14 @@ declare const _default: {
5643
5797
  type: import("vue").PropType<tableV3.Sort>;
5644
5798
  default: any;
5645
5799
  };
5646
- search: {
5647
- type: import("vue").PropType<string>;
5648
- default: any;
5649
- };
5650
5800
  title: {
5651
5801
  type: import("vue").PropType<string>;
5652
5802
  default: string;
5653
5803
  };
5804
+ search: {
5805
+ type: import("vue").PropType<string>;
5806
+ default: any;
5807
+ };
5654
5808
  testId: {
5655
5809
  type: import("vue").PropType<string>;
5656
5810
  default: string;
@@ -5691,6 +5845,10 @@ declare const _default: {
5691
5845
  type: import("vue").PropType<boolean>;
5692
5846
  default: boolean;
5693
5847
  };
5848
+ zIndexBase: {
5849
+ type: import("vue").PropType<number>;
5850
+ default: number;
5851
+ };
5694
5852
  rows: {
5695
5853
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
5696
5854
  required: true;
@@ -5739,10 +5897,6 @@ declare const _default: {
5739
5897
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
5740
5898
  default: any;
5741
5899
  };
5742
- zIndexBase: {
5743
- type: import("vue").PropType<number>;
5744
- default: number;
5745
- };
5746
5900
  rowCustomClassKey: {
5747
5901
  type: import("vue").PropType<string>;
5748
5902
  default: string;
@@ -5770,7 +5924,7 @@ declare const _default: {
5770
5924
  "onUpdate:selection"?: (selection: unknown[]) => any;
5771
5925
  onSelectRow?: (value: boolean) => any;
5772
5926
  onClickRow?: (rowIndex: number) => any;
5773
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "search" | "title" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
5927
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
5774
5928
  $attrs: {
5775
5929
  [x: string]: unknown;
5776
5930
  };
@@ -5789,14 +5943,14 @@ declare const _default: {
5789
5943
  type: import("vue").PropType<tableV3.Sort>;
5790
5944
  default: any;
5791
5945
  };
5792
- search: {
5793
- type: import("vue").PropType<string>;
5794
- default: any;
5795
- };
5796
5946
  title: {
5797
5947
  type: import("vue").PropType<string>;
5798
5948
  default: string;
5799
5949
  };
5950
+ search: {
5951
+ type: import("vue").PropType<string>;
5952
+ default: any;
5953
+ };
5800
5954
  testId: {
5801
5955
  type: import("vue").PropType<string>;
5802
5956
  default: string;
@@ -5837,6 +5991,10 @@ declare const _default: {
5837
5991
  type: import("vue").PropType<boolean>;
5838
5992
  default: boolean;
5839
5993
  };
5994
+ zIndexBase: {
5995
+ type: import("vue").PropType<number>;
5996
+ default: number;
5997
+ };
5840
5998
  rows: {
5841
5999
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
5842
6000
  required: true;
@@ -5885,10 +6043,6 @@ declare const _default: {
5885
6043
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
5886
6044
  default: any;
5887
6045
  };
5888
- zIndexBase: {
5889
- type: import("vue").PropType<number>;
5890
- default: number;
5891
- };
5892
6046
  rowCustomClassKey: {
5893
6047
  type: import("vue").PropType<string>;
5894
6048
  default: string;
@@ -5931,8 +6085,8 @@ declare const _default: {
5931
6085
  clickRow: (rowIndex: number) => void;
5932
6086
  }, string, {
5933
6087
  sort: tableV3.Sort;
5934
- search: string;
5935
6088
  title: string;
6089
+ search: string;
5936
6090
  testId: string;
5937
6091
  isLoading: boolean;
5938
6092
  searchAutoFocus: boolean;
@@ -5942,6 +6096,7 @@ declare const _default: {
5942
6096
  loadingRowCount: number;
5943
6097
  emptyStateTitle: string;
5944
6098
  isSticky: boolean;
6099
+ zIndexBase: number;
5945
6100
  sections: import("./components/table/common/Table.types").Section[];
5946
6101
  isStickyHeader: boolean;
5947
6102
  emptyStateSubtitle: string;
@@ -5953,7 +6108,6 @@ declare const _default: {
5953
6108
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
5954
6109
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
5955
6110
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
5956
- zIndexBase: number;
5957
6111
  rowCustomClassKey: string;
5958
6112
  rowDataKey: string;
5959
6113
  isSelectionSticky: boolean;
@@ -5983,14 +6137,14 @@ declare const _default: {
5983
6137
  type: import("vue").PropType<tableV3.Sort>;
5984
6138
  default: any;
5985
6139
  };
5986
- search: {
5987
- type: import("vue").PropType<string>;
5988
- default: any;
5989
- };
5990
6140
  title: {
5991
6141
  type: import("vue").PropType<string>;
5992
6142
  default: string;
5993
6143
  };
6144
+ search: {
6145
+ type: import("vue").PropType<string>;
6146
+ default: any;
6147
+ };
5994
6148
  testId: {
5995
6149
  type: import("vue").PropType<string>;
5996
6150
  default: string;
@@ -6031,6 +6185,10 @@ declare const _default: {
6031
6185
  type: import("vue").PropType<boolean>;
6032
6186
  default: boolean;
6033
6187
  };
6188
+ zIndexBase: {
6189
+ type: import("vue").PropType<number>;
6190
+ default: number;
6191
+ };
6034
6192
  rows: {
6035
6193
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6036
6194
  required: true;
@@ -6079,10 +6237,6 @@ declare const _default: {
6079
6237
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6080
6238
  default: any;
6081
6239
  };
6082
- zIndexBase: {
6083
- type: import("vue").PropType<number>;
6084
- default: number;
6085
- };
6086
6240
  rowCustomClassKey: {
6087
6241
  type: import("vue").PropType<string>;
6088
6242
  default: string;
@@ -6121,14 +6275,14 @@ declare const _default: {
6121
6275
  type: import("vue").PropType<tableV3.Sort>;
6122
6276
  default: any;
6123
6277
  };
6124
- search: {
6125
- type: import("vue").PropType<string>;
6126
- default: any;
6127
- };
6128
6278
  title: {
6129
6279
  type: import("vue").PropType<string>;
6130
6280
  default: string;
6131
6281
  };
6282
+ search: {
6283
+ type: import("vue").PropType<string>;
6284
+ default: any;
6285
+ };
6132
6286
  testId: {
6133
6287
  type: import("vue").PropType<string>;
6134
6288
  default: string;
@@ -6169,6 +6323,10 @@ declare const _default: {
6169
6323
  type: import("vue").PropType<boolean>;
6170
6324
  default: boolean;
6171
6325
  };
6326
+ zIndexBase: {
6327
+ type: import("vue").PropType<number>;
6328
+ default: number;
6329
+ };
6172
6330
  rows: {
6173
6331
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6174
6332
  required: true;
@@ -6217,10 +6375,6 @@ declare const _default: {
6217
6375
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6218
6376
  default: any;
6219
6377
  };
6220
- zIndexBase: {
6221
- type: import("vue").PropType<number>;
6222
- default: number;
6223
- };
6224
6378
  rowCustomClassKey: {
6225
6379
  type: import("vue").PropType<string>;
6226
6380
  default: string;
@@ -6263,8 +6417,8 @@ declare const _default: {
6263
6417
  clickRow: (rowIndex: number) => void;
6264
6418
  }, string, {
6265
6419
  sort: tableV3.Sort;
6266
- search: string;
6267
6420
  title: string;
6421
+ search: string;
6268
6422
  testId: string;
6269
6423
  isLoading: boolean;
6270
6424
  searchAutoFocus: boolean;
@@ -6274,6 +6428,7 @@ declare const _default: {
6274
6428
  loadingRowCount: number;
6275
6429
  emptyStateTitle: string;
6276
6430
  isSticky: boolean;
6431
+ zIndexBase: number;
6277
6432
  sections: import("./components/table/common/Table.types").Section[];
6278
6433
  isStickyHeader: boolean;
6279
6434
  emptyStateSubtitle: string;
@@ -6285,7 +6440,6 @@ declare const _default: {
6285
6440
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6286
6441
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6287
6442
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6288
- zIndexBase: number;
6289
6443
  rowCustomClassKey: string;
6290
6444
  rowDataKey: string;
6291
6445
  isSelectionSticky: boolean;
@@ -6418,8 +6572,8 @@ declare const _default: {
6418
6572
  $data: {};
6419
6573
  $props: Partial<{
6420
6574
  sort: tableV3.Sort;
6421
- search: string;
6422
6575
  title: string;
6576
+ search: string;
6423
6577
  testId: string;
6424
6578
  isLoading: boolean;
6425
6579
  searchAutoFocus: boolean;
@@ -6429,6 +6583,7 @@ declare const _default: {
6429
6583
  loadingRowCount: number;
6430
6584
  emptyStateTitle: string;
6431
6585
  isSticky: boolean;
6586
+ zIndexBase: number;
6432
6587
  sections: import("./components/table/common/Table.types").Section[];
6433
6588
  isStickyHeader: boolean;
6434
6589
  emptyStateSubtitle: string;
@@ -6440,7 +6595,6 @@ declare const _default: {
6440
6595
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6441
6596
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6442
6597
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6443
- zIndexBase: number;
6444
6598
  rowCustomClassKey: string;
6445
6599
  rowDataKey: string;
6446
6600
  isSelectionSticky: boolean;
@@ -6450,14 +6604,14 @@ declare const _default: {
6450
6604
  type: import("vue").PropType<tableV3.Sort>;
6451
6605
  default: any;
6452
6606
  };
6453
- search: {
6454
- type: import("vue").PropType<string>;
6455
- default: any;
6456
- };
6457
6607
  title: {
6458
6608
  type: import("vue").PropType<string>;
6459
6609
  default: string;
6460
6610
  };
6611
+ search: {
6612
+ type: import("vue").PropType<string>;
6613
+ default: any;
6614
+ };
6461
6615
  testId: {
6462
6616
  type: import("vue").PropType<string>;
6463
6617
  default: string;
@@ -6498,6 +6652,10 @@ declare const _default: {
6498
6652
  type: import("vue").PropType<boolean>;
6499
6653
  default: boolean;
6500
6654
  };
6655
+ zIndexBase: {
6656
+ type: import("vue").PropType<number>;
6657
+ default: number;
6658
+ };
6501
6659
  rows: {
6502
6660
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6503
6661
  required: true;
@@ -6546,10 +6704,6 @@ declare const _default: {
6546
6704
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6547
6705
  default: any;
6548
6706
  };
6549
- zIndexBase: {
6550
- type: import("vue").PropType<number>;
6551
- default: number;
6552
- };
6553
6707
  rowCustomClassKey: {
6554
6708
  type: import("vue").PropType<string>;
6555
6709
  default: string;
@@ -6577,7 +6731,7 @@ declare const _default: {
6577
6731
  "onUpdate:selection"?: (selection: unknown[]) => any;
6578
6732
  onSelectRow?: (value: boolean) => any;
6579
6733
  onClickRow?: (rowIndex: number) => any;
6580
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "search" | "title" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
6734
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
6581
6735
  $attrs: {
6582
6736
  [x: string]: unknown;
6583
6737
  };
@@ -6596,14 +6750,14 @@ declare const _default: {
6596
6750
  type: import("vue").PropType<tableV3.Sort>;
6597
6751
  default: any;
6598
6752
  };
6599
- search: {
6600
- type: import("vue").PropType<string>;
6601
- default: any;
6602
- };
6603
6753
  title: {
6604
6754
  type: import("vue").PropType<string>;
6605
6755
  default: string;
6606
6756
  };
6757
+ search: {
6758
+ type: import("vue").PropType<string>;
6759
+ default: any;
6760
+ };
6607
6761
  testId: {
6608
6762
  type: import("vue").PropType<string>;
6609
6763
  default: string;
@@ -6644,6 +6798,10 @@ declare const _default: {
6644
6798
  type: import("vue").PropType<boolean>;
6645
6799
  default: boolean;
6646
6800
  };
6801
+ zIndexBase: {
6802
+ type: import("vue").PropType<number>;
6803
+ default: number;
6804
+ };
6647
6805
  rows: {
6648
6806
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6649
6807
  required: true;
@@ -6692,10 +6850,6 @@ declare const _default: {
6692
6850
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6693
6851
  default: any;
6694
6852
  };
6695
- zIndexBase: {
6696
- type: import("vue").PropType<number>;
6697
- default: number;
6698
- };
6699
6853
  rowCustomClassKey: {
6700
6854
  type: import("vue").PropType<string>;
6701
6855
  default: string;
@@ -6738,8 +6892,8 @@ declare const _default: {
6738
6892
  clickRow: (rowIndex: number) => void;
6739
6893
  }, string, {
6740
6894
  sort: tableV3.Sort;
6741
- search: string;
6742
6895
  title: string;
6896
+ search: string;
6743
6897
  testId: string;
6744
6898
  isLoading: boolean;
6745
6899
  searchAutoFocus: boolean;
@@ -6749,6 +6903,7 @@ declare const _default: {
6749
6903
  loadingRowCount: number;
6750
6904
  emptyStateTitle: string;
6751
6905
  isSticky: boolean;
6906
+ zIndexBase: number;
6752
6907
  sections: import("./components/table/common/Table.types").Section[];
6753
6908
  isStickyHeader: boolean;
6754
6909
  emptyStateSubtitle: string;
@@ -6760,7 +6915,6 @@ declare const _default: {
6760
6915
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6761
6916
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6762
6917
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6763
- zIndexBase: number;
6764
6918
  rowCustomClassKey: string;
6765
6919
  rowDataKey: string;
6766
6920
  isSelectionSticky: boolean;
@@ -6790,14 +6944,14 @@ declare const _default: {
6790
6944
  type: import("vue").PropType<tableV3.Sort>;
6791
6945
  default: any;
6792
6946
  };
6793
- search: {
6794
- type: import("vue").PropType<string>;
6795
- default: any;
6796
- };
6797
6947
  title: {
6798
6948
  type: import("vue").PropType<string>;
6799
6949
  default: string;
6800
6950
  };
6951
+ search: {
6952
+ type: import("vue").PropType<string>;
6953
+ default: any;
6954
+ };
6801
6955
  testId: {
6802
6956
  type: import("vue").PropType<string>;
6803
6957
  default: string;
@@ -6838,6 +6992,10 @@ declare const _default: {
6838
6992
  type: import("vue").PropType<boolean>;
6839
6993
  default: boolean;
6840
6994
  };
6995
+ zIndexBase: {
6996
+ type: import("vue").PropType<number>;
6997
+ default: number;
6998
+ };
6841
6999
  rows: {
6842
7000
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6843
7001
  required: true;
@@ -6886,10 +7044,6 @@ declare const _default: {
6886
7044
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6887
7045
  default: any;
6888
7046
  };
6889
- zIndexBase: {
6890
- type: import("vue").PropType<number>;
6891
- default: number;
6892
- };
6893
7047
  rowCustomClassKey: {
6894
7048
  type: import("vue").PropType<string>;
6895
7049
  default: string;
@@ -6928,14 +7082,14 @@ declare const _default: {
6928
7082
  type: import("vue").PropType<tableV3.Sort>;
6929
7083
  default: any;
6930
7084
  };
6931
- search: {
6932
- type: import("vue").PropType<string>;
6933
- default: any;
6934
- };
6935
7085
  title: {
6936
7086
  type: import("vue").PropType<string>;
6937
7087
  default: string;
6938
7088
  };
7089
+ search: {
7090
+ type: import("vue").PropType<string>;
7091
+ default: any;
7092
+ };
6939
7093
  testId: {
6940
7094
  type: import("vue").PropType<string>;
6941
7095
  default: string;
@@ -6976,6 +7130,10 @@ declare const _default: {
6976
7130
  type: import("vue").PropType<boolean>;
6977
7131
  default: boolean;
6978
7132
  };
7133
+ zIndexBase: {
7134
+ type: import("vue").PropType<number>;
7135
+ default: number;
7136
+ };
6979
7137
  rows: {
6980
7138
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6981
7139
  required: true;
@@ -7024,10 +7182,6 @@ declare const _default: {
7024
7182
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7025
7183
  default: any;
7026
7184
  };
7027
- zIndexBase: {
7028
- type: import("vue").PropType<number>;
7029
- default: number;
7030
- };
7031
7185
  rowCustomClassKey: {
7032
7186
  type: import("vue").PropType<string>;
7033
7187
  default: string;
@@ -7070,8 +7224,8 @@ declare const _default: {
7070
7224
  clickRow: (rowIndex: number) => void;
7071
7225
  }, string, {
7072
7226
  sort: tableV3.Sort;
7073
- search: string;
7074
7227
  title: string;
7228
+ search: string;
7075
7229
  testId: string;
7076
7230
  isLoading: boolean;
7077
7231
  searchAutoFocus: boolean;
@@ -7081,6 +7235,7 @@ declare const _default: {
7081
7235
  loadingRowCount: number;
7082
7236
  emptyStateTitle: string;
7083
7237
  isSticky: boolean;
7238
+ zIndexBase: number;
7084
7239
  sections: import("./components/table/common/Table.types").Section[];
7085
7240
  isStickyHeader: boolean;
7086
7241
  emptyStateSubtitle: string;
@@ -7092,7 +7247,6 @@ declare const _default: {
7092
7247
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7093
7248
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
7094
7249
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7095
- zIndexBase: number;
7096
7250
  rowCustomClassKey: string;
7097
7251
  rowDataKey: string;
7098
7252
  isSelectionSticky: boolean;
@@ -7230,11 +7384,11 @@ declare const _default: {
7230
7384
  loadingRowCount: number;
7231
7385
  emptyStateTitle: string;
7232
7386
  isSticky: boolean;
7387
+ zIndexBase: number;
7233
7388
  emptyStateSubtitle: string;
7234
7389
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7235
7390
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7236
7391
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7237
- zIndexBase: number;
7238
7392
  rowCustomClassKey: string;
7239
7393
  rowDataKey: string;
7240
7394
  totalCount: number;
@@ -7280,6 +7434,10 @@ declare const _default: {
7280
7434
  type: import("vue").PropType<boolean>;
7281
7435
  default: boolean;
7282
7436
  };
7437
+ zIndexBase: {
7438
+ type: import("vue").PropType<number>;
7439
+ default: number;
7440
+ };
7283
7441
  emptyStateSubtitle: {
7284
7442
  type: import("vue").PropType<string>;
7285
7443
  default: string;
@@ -7296,10 +7454,6 @@ declare const _default: {
7296
7454
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7297
7455
  default: any;
7298
7456
  };
7299
- zIndexBase: {
7300
- type: import("vue").PropType<number>;
7301
- default: number;
7302
- };
7303
7457
  rowCustomClassKey: {
7304
7458
  type: import("vue").PropType<string>;
7305
7459
  default: string;
@@ -7342,7 +7496,7 @@ declare const _default: {
7342
7496
  }) => any;
7343
7497
  onOnClearSearch?: () => any;
7344
7498
  onClickRow?: (rowIndex: number, tableIndex: number) => any;
7345
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
7499
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
7346
7500
  $attrs: {
7347
7501
  [x: string]: unknown;
7348
7502
  };
@@ -7395,6 +7549,10 @@ declare const _default: {
7395
7549
  type: import("vue").PropType<boolean>;
7396
7550
  default: boolean;
7397
7551
  };
7552
+ zIndexBase: {
7553
+ type: import("vue").PropType<number>;
7554
+ default: number;
7555
+ };
7398
7556
  emptyStateSubtitle: {
7399
7557
  type: import("vue").PropType<string>;
7400
7558
  default: string;
@@ -7411,10 +7569,6 @@ declare const _default: {
7411
7569
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7412
7570
  default: any;
7413
7571
  };
7414
- zIndexBase: {
7415
- type: import("vue").PropType<number>;
7416
- default: number;
7417
- };
7418
7572
  rowCustomClassKey: {
7419
7573
  type: import("vue").PropType<string>;
7420
7574
  default: string;
@@ -7475,11 +7629,11 @@ declare const _default: {
7475
7629
  loadingRowCount: number;
7476
7630
  emptyStateTitle: string;
7477
7631
  isSticky: boolean;
7632
+ zIndexBase: number;
7478
7633
  emptyStateSubtitle: string;
7479
7634
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7480
7635
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7481
7636
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7482
- zIndexBase: number;
7483
7637
  rowCustomClassKey: string;
7484
7638
  rowDataKey: string;
7485
7639
  totalCount: number;
@@ -7545,6 +7699,10 @@ declare const _default: {
7545
7699
  type: import("vue").PropType<boolean>;
7546
7700
  default: boolean;
7547
7701
  };
7702
+ zIndexBase: {
7703
+ type: import("vue").PropType<number>;
7704
+ default: number;
7705
+ };
7548
7706
  emptyStateSubtitle: {
7549
7707
  type: import("vue").PropType<string>;
7550
7708
  default: string;
@@ -7561,10 +7719,6 @@ declare const _default: {
7561
7719
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7562
7720
  default: any;
7563
7721
  };
7564
- zIndexBase: {
7565
- type: import("vue").PropType<number>;
7566
- default: number;
7567
- };
7568
7722
  rowCustomClassKey: {
7569
7723
  type: import("vue").PropType<string>;
7570
7724
  default: string;
@@ -7648,6 +7802,10 @@ declare const _default: {
7648
7802
  type: import("vue").PropType<boolean>;
7649
7803
  default: boolean;
7650
7804
  };
7805
+ zIndexBase: {
7806
+ type: import("vue").PropType<number>;
7807
+ default: number;
7808
+ };
7651
7809
  emptyStateSubtitle: {
7652
7810
  type: import("vue").PropType<string>;
7653
7811
  default: string;
@@ -7664,10 +7822,6 @@ declare const _default: {
7664
7822
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7665
7823
  default: any;
7666
7824
  };
7667
- zIndexBase: {
7668
- type: import("vue").PropType<number>;
7669
- default: number;
7670
- };
7671
7825
  rowCustomClassKey: {
7672
7826
  type: import("vue").PropType<string>;
7673
7827
  default: string;
@@ -7728,11 +7882,11 @@ declare const _default: {
7728
7882
  loadingRowCount: number;
7729
7883
  emptyStateTitle: string;
7730
7884
  isSticky: boolean;
7885
+ zIndexBase: number;
7731
7886
  emptyStateSubtitle: string;
7732
7887
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7733
7888
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7734
7889
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7735
- zIndexBase: number;
7736
7890
  rowCustomClassKey: string;
7737
7891
  rowDataKey: string;
7738
7892
  totalCount: number;
@@ -7778,11 +7932,11 @@ declare const _default: {
7778
7932
  loadingRowCount: number;
7779
7933
  emptyStateTitle: string;
7780
7934
  isSticky: boolean;
7935
+ zIndexBase: number;
7781
7936
  emptyStateSubtitle: string;
7782
7937
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7783
7938
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7784
7939
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7785
- zIndexBase: number;
7786
7940
  rowCustomClassKey: string;
7787
7941
  rowDataKey: string;
7788
7942
  totalCount: number;
@@ -7828,6 +7982,10 @@ declare const _default: {
7828
7982
  type: import("vue").PropType<boolean>;
7829
7983
  default: boolean;
7830
7984
  };
7985
+ zIndexBase: {
7986
+ type: import("vue").PropType<number>;
7987
+ default: number;
7988
+ };
7831
7989
  emptyStateSubtitle: {
7832
7990
  type: import("vue").PropType<string>;
7833
7991
  default: string;
@@ -7844,10 +8002,6 @@ declare const _default: {
7844
8002
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7845
8003
  default: any;
7846
8004
  };
7847
- zIndexBase: {
7848
- type: import("vue").PropType<number>;
7849
- default: number;
7850
- };
7851
8005
  rowCustomClassKey: {
7852
8006
  type: import("vue").PropType<string>;
7853
8007
  default: string;
@@ -7890,7 +8044,7 @@ declare const _default: {
7890
8044
  }) => any;
7891
8045
  onOnClearSearch?: () => any;
7892
8046
  onClickRow?: (rowIndex: number, tableIndex: number) => any;
7893
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
8047
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
7894
8048
  $attrs: {
7895
8049
  [x: string]: unknown;
7896
8050
  };
@@ -7943,6 +8097,10 @@ declare const _default: {
7943
8097
  type: import("vue").PropType<boolean>;
7944
8098
  default: boolean;
7945
8099
  };
8100
+ zIndexBase: {
8101
+ type: import("vue").PropType<number>;
8102
+ default: number;
8103
+ };
7946
8104
  emptyStateSubtitle: {
7947
8105
  type: import("vue").PropType<string>;
7948
8106
  default: string;
@@ -7959,10 +8117,6 @@ declare const _default: {
7959
8117
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7960
8118
  default: any;
7961
8119
  };
7962
- zIndexBase: {
7963
- type: import("vue").PropType<number>;
7964
- default: number;
7965
- };
7966
8120
  rowCustomClassKey: {
7967
8121
  type: import("vue").PropType<string>;
7968
8122
  default: string;
@@ -8023,11 +8177,11 @@ declare const _default: {
8023
8177
  loadingRowCount: number;
8024
8178
  emptyStateTitle: string;
8025
8179
  isSticky: boolean;
8180
+ zIndexBase: number;
8026
8181
  emptyStateSubtitle: string;
8027
8182
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
8028
8183
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
8029
8184
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
8030
- zIndexBase: number;
8031
8185
  rowCustomClassKey: string;
8032
8186
  rowDataKey: string;
8033
8187
  totalCount: number;
@@ -8093,6 +8247,10 @@ declare const _default: {
8093
8247
  type: import("vue").PropType<boolean>;
8094
8248
  default: boolean;
8095
8249
  };
8250
+ zIndexBase: {
8251
+ type: import("vue").PropType<number>;
8252
+ default: number;
8253
+ };
8096
8254
  emptyStateSubtitle: {
8097
8255
  type: import("vue").PropType<string>;
8098
8256
  default: string;
@@ -8109,10 +8267,6 @@ declare const _default: {
8109
8267
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
8110
8268
  default: any;
8111
8269
  };
8112
- zIndexBase: {
8113
- type: import("vue").PropType<number>;
8114
- default: number;
8115
- };
8116
8270
  rowCustomClassKey: {
8117
8271
  type: import("vue").PropType<string>;
8118
8272
  default: string;
@@ -8196,6 +8350,10 @@ declare const _default: {
8196
8350
  type: import("vue").PropType<boolean>;
8197
8351
  default: boolean;
8198
8352
  };
8353
+ zIndexBase: {
8354
+ type: import("vue").PropType<number>;
8355
+ default: number;
8356
+ };
8199
8357
  emptyStateSubtitle: {
8200
8358
  type: import("vue").PropType<string>;
8201
8359
  default: string;
@@ -8212,10 +8370,6 @@ declare const _default: {
8212
8370
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
8213
8371
  default: any;
8214
8372
  };
8215
- zIndexBase: {
8216
- type: import("vue").PropType<number>;
8217
- default: number;
8218
- };
8219
8373
  rowCustomClassKey: {
8220
8374
  type: import("vue").PropType<string>;
8221
8375
  default: string;
@@ -8276,11 +8430,11 @@ declare const _default: {
8276
8430
  loadingRowCount: number;
8277
8431
  emptyStateTitle: string;
8278
8432
  isSticky: boolean;
8433
+ zIndexBase: number;
8279
8434
  emptyStateSubtitle: string;
8280
8435
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
8281
8436
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
8282
8437
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
8283
- zIndexBase: number;
8284
8438
  rowCustomClassKey: string;
8285
8439
  rowDataKey: string;
8286
8440
  totalCount: number;
@@ -22640,7 +22794,7 @@ declare const _default: {
22640
22794
  default: string;
22641
22795
  };
22642
22796
  loadMoreFn: {
22643
- type: import("vue").PropType<() => Promise<void>>;
22797
+ type: import("vue").PropType<() => Promise<any[]>>;
22644
22798
  default: any;
22645
22799
  };
22646
22800
  fetchDataDebounceTime: {
@@ -22728,7 +22882,7 @@ declare const _default: {
22728
22882
  default: string;
22729
22883
  };
22730
22884
  loadMoreFn: {
22731
- type: import("vue").PropType<() => Promise<void>>;
22885
+ type: import("vue").PropType<() => Promise<any[]>>;
22732
22886
  default: any;
22733
22887
  };
22734
22888
  fetchDataDebounceTime: {
@@ -22758,7 +22912,7 @@ declare const _default: {
22758
22912
  comparingKey: string;
22759
22913
  minCharsToStart: number;
22760
22914
  searchQuery: string;
22761
- loadMoreFn: () => Promise<void>;
22915
+ loadMoreFn: () => Promise<any[]>;
22762
22916
  fetchDataDebounceTime: number;
22763
22917
  autoFocusSearch: boolean;
22764
22918
  }>)[];
@@ -23780,7 +23934,7 @@ declare const _default: {
23780
23934
  default: string;
23781
23935
  };
23782
23936
  loadMoreFn: {
23783
- type: import("vue").PropType<() => Promise<void>>;
23937
+ type: import("vue").PropType<() => Promise<any[]>>;
23784
23938
  default: any;
23785
23939
  };
23786
23940
  fetchDataDebounceTime: {
@@ -23868,7 +24022,7 @@ declare const _default: {
23868
24022
  default: string;
23869
24023
  };
23870
24024
  loadMoreFn: {
23871
- type: import("vue").PropType<() => Promise<void>>;
24025
+ type: import("vue").PropType<() => Promise<any[]>>;
23872
24026
  default: any;
23873
24027
  };
23874
24028
  fetchDataDebounceTime: {
@@ -23898,7 +24052,7 @@ declare const _default: {
23898
24052
  comparingKey: string;
23899
24053
  minCharsToStart: number;
23900
24054
  searchQuery: string;
23901
- loadMoreFn: () => Promise<void>;
24055
+ loadMoreFn: () => Promise<any[]>;
23902
24056
  fetchDataDebounceTime: number;
23903
24057
  autoFocusSearch: boolean;
23904
24058
  }>;