@ironsource/shared-ui 2.1.11-rc.6 → 2.1.11-rc.60

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 (197) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
  2. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
  3. package/Chart.vue_vue_type_style_index_0_scoped_026d82c5_lang.css +1 -0
  4. package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
  5. package/ChartLegend.vue_vue_type_style_index_0_scoped_aa32a103_lang.css +1 -0
  6. package/ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css +1 -0
  7. package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
  8. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
  9. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
  10. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2a77c137_lang.css +1 -0
  11. package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
  12. package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
  13. package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
  14. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_73bf9b5b_lang.css +1 -0
  15. package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
  16. package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
  17. package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
  18. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
  19. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
  20. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
  21. package/IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css +1 -0
  22. package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
  23. package/OptionV4.vue_vue_type_style_index_0_scoped_5ff4b654_lang.css +1 -0
  24. package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
  25. package/README.md +4 -15
  26. package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
  27. package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
  28. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +1 -0
  29. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
  30. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
  31. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
  32. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  33. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
  34. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  35. package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
  36. package/Typography.vue_vue_type_style_index_0_scoped_07b259bf_lang.css +1 -0
  37. package/components/autocomplete/Autocomplete.vue2.js +3 -2
  38. package/components/chart/Chart.vue.d.ts +16 -3
  39. package/components/chart/Chart.vue.js +5 -5
  40. package/components/chart/Chart.vue2.js +145 -123
  41. package/components/chart/ChartHeader.vue.d.ts +13 -6
  42. package/components/chart/ChartHeader.vue.js +2 -2
  43. package/components/chart/ChartHeader.vue2.js +32 -29
  44. package/components/chart/ChartLegend.vue.d.ts +5 -0
  45. package/components/chart/ChartLegend.vue.js +3 -3
  46. package/components/chart/ChartLegend.vue2.js +110 -50
  47. package/components/chart/ChartLoader.vue.js +5 -23
  48. package/components/chart/ChartLoader.vue2.js +15 -0
  49. package/components/chart/ChartTooltip.vue.d.ts +4 -5
  50. package/components/chart/ChartTooltip.vue.js +2 -2
  51. package/components/chart/ChartTooltip.vue2.js +64 -43
  52. package/components/chart/SettingsHeader.vue.js +3 -3
  53. package/components/chart/SettingsHeader.vue2.js +34 -26
  54. package/components/chart/index.d.ts +55 -16
  55. package/components/chart/mockData.d.ts +22 -1
  56. package/components/chart/types.d.ts +15 -1
  57. package/components/chart/utils/utils.js +5 -5
  58. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  59. package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
  60. package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
  61. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  62. package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
  63. package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
  64. package/components/dialog/v4/DialogV4.vue.js +3 -3
  65. package/components/dialog/v4/DialogV4.vue2.js +80 -73
  66. package/components/dialog/v4/index.d.ts +58 -1
  67. package/components/dropdown/common/Dropdown.common.js +200 -189
  68. package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
  69. package/components/dropdown/v3/index.d.ts +39 -39
  70. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
  71. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
  72. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +2 -2
  73. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
  74. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
  75. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
  76. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
  77. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  78. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +88 -47
  79. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +133 -0
  80. package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
  81. package/components/dropdown/v4/ConditionalDropdown.vue2.js +246 -0
  82. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
  83. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +45 -46
  84. package/components/dropdown/v4/DropdownV4.vue.d.ts +26 -6
  85. package/components/dropdown/v4/DropdownV4.vue.js +2 -2
  86. package/components/dropdown/v4/DropdownV4.vue2.js +187 -167
  87. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
  88. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  89. package/components/dropdown/v4/OptionV4.vue2.js +116 -91
  90. package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
  91. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  92. package/components/dropdown/v4/TreeDropdown.vue2.js +123 -113
  93. package/components/dropdown/v4/index.d.ts +431 -95
  94. package/components/dropdown/v4/index.js +6 -3
  95. package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
  96. package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
  97. package/components/filtersPanel/v4/FiltersPanelV4.vue.js +2 -2
  98. package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
  99. package/components/forms/FormCard.vue.js +3 -3
  100. package/components/forms/FormCard.vue2.js +1 -1
  101. package/components/icon/v4/IconFlag.vue.js +3 -3
  102. package/components/icon/v4/IconFlag.vue2.js +1 -1
  103. package/components/icon/v4/consts.d.ts +1 -1
  104. package/components/icon/v4/consts.js +1 -1
  105. package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
  106. package/components/inlineCopy/InlineCopy.vue.js +2 -2
  107. package/components/inlineCopy/InlineCopy.vue2.js +24 -22
  108. package/components/inlineCopy/index.d.ts +9 -0
  109. package/components/input/v4/TextField.vue.js +3 -3
  110. package/components/input/v4/TextField.vue2.js +185 -165
  111. package/components/multibar/MultiBarMenu.vue2.js +3 -2
  112. package/components/popover/v4/PopoverV4.vue.d.ts +11 -1
  113. package/components/popover/v4/PopoverV4.vue.js +4 -3
  114. package/components/popover/v4/PopoverV4.vue2.js +40 -26
  115. package/components/popover/v4/index.d.ts +46 -8
  116. package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
  117. package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
  118. package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
  119. package/components/sortableList/SortableItem.vue.d.ts +5 -0
  120. package/components/sortableList/SortableItem.vue.js +3 -3
  121. package/components/sortableList/SortableItem.vue2.js +86 -70
  122. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  123. package/components/sortableList/SortableItemLabel.vue2.js +20 -23
  124. package/components/sortableList/SortableList.vue.d.ts +17 -1
  125. package/components/sortableList/SortableList.vue.js +4 -4
  126. package/components/sortableList/SortableList.vue2.js +113 -94
  127. package/components/sortableList/index.d.ts +63 -5
  128. package/components/table/common/Table.common.d.ts +1 -1
  129. package/components/table/common/Table.common.js +83 -77
  130. package/components/table/common/Table.types.d.ts +1 -1
  131. package/components/table/common/consts.d.ts +4 -0
  132. package/components/table/common/consts.js +7 -0
  133. package/components/table/v3/Table.vue.d.ts +1 -1
  134. package/components/table/v3/index.d.ts +5 -5
  135. package/components/table/v4/DataGrid.vue.d.ts +12 -2
  136. package/components/table/v4/DataGrid.vue.js +2 -2
  137. package/components/table/v4/DataGrid.vue2.js +164 -155
  138. package/components/table/v4/DataGridMenu.vue.js +5 -5
  139. package/components/table/v4/DataGridMenu.vue2.js +4 -3
  140. package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
  141. package/components/table/v4/index.d.ts +84 -46
  142. package/components/table-cells/common/Editable.common.js +29 -23
  143. package/components/table-cells/common/EditableContext.d.ts +1 -0
  144. package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
  145. package/components/table-cells/v4/EditableV4.vue.js +3 -3
  146. package/components/table-cells/v4/EditableV4.vue2.js +11 -10
  147. package/components/table-cells/v4/index.d.ts +20 -1
  148. package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
  149. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  150. package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
  151. package/components/tooltip/v4/index.d.ts +39 -1
  152. package/components/typography/v4/Typography.vue.js +2 -2
  153. package/components/typography/v4/Typography.vue2.js +24 -18
  154. package/design-foundation.stories/icons/iconsData.d.ts +1 -1
  155. package/index.d.ts +1570 -328
  156. package/index.js +1 -1
  157. package/mocks/options.d.ts +19 -0
  158. package/mocks/words.d.ts +1 -1
  159. package/package.json +2 -1
  160. package/style/v4/grid.css +1 -1
  161. package/style/v4/grid.css.map +1 -1
  162. package/style/v4/spacings.scss +1 -0
  163. package/testids/index.d.ts +2 -0
  164. package/testids/index.js +13 -13
  165. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
  166. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
  167. package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
  168. package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
  169. package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
  170. package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +0 -1
  171. package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
  172. package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
  173. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
  174. package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
  175. package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
  176. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
  177. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +0 -1
  178. package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
  179. package/DropdownV4.vue_vue_type_style_index_0_scoped_111642c6_lang.css +0 -1
  180. package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
  181. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
  182. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
  183. package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
  184. package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
  185. package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
  186. package/OptionV4.vue_vue_type_style_index_0_scoped_da829544_lang.css +0 -1
  187. package/PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css +0 -1
  188. package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
  189. package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
  190. package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
  191. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
  192. package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
  193. package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
  194. package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
  195. package/TreeDropdown.vue_vue_type_style_index_0_scoped_985779f7_lang.css +0 -1
  196. package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
  197. package/consts/configs.js +0 -4
package/index.d.ts CHANGED
@@ -28,8 +28,10 @@ declare const _default: {
28
28
  placement: import("floating-vue").Placement;
29
29
  disabled: boolean;
30
30
  distance: number;
31
- popperClass: string;
31
+ container: string;
32
32
  autoHide: boolean;
33
+ popperClass: string;
34
+ isOpen: boolean;
33
35
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
34
36
  skidding: number;
35
37
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -49,7 +51,7 @@ declare const _default: {
49
51
  type: import("vue").PropType<number>;
50
52
  default: number;
51
53
  };
52
- popperClass: {
54
+ container: {
53
55
  type: import("vue").PropType<string>;
54
56
  default: string;
55
57
  };
@@ -57,6 +59,14 @@ declare const _default: {
57
59
  type: import("vue").PropType<boolean>;
58
60
  default: boolean;
59
61
  };
62
+ popperClass: {
63
+ type: import("vue").PropType<string>;
64
+ default: string;
65
+ };
66
+ isOpen: {
67
+ type: import("vue").PropType<boolean>;
68
+ default: boolean;
69
+ };
60
70
  trigger: {
61
71
  type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
62
72
  default: string;
@@ -67,7 +77,7 @@ declare const _default: {
67
77
  };
68
78
  }>> & {
69
79
  onIsOpen?: (value: boolean) => any;
70
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "popperClass" | "autoHide" | "trigger" | "skidding">;
80
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
71
81
  $attrs: {
72
82
  [x: string]: unknown;
73
83
  };
@@ -98,7 +108,7 @@ declare const _default: {
98
108
  type: import("vue").PropType<number>;
99
109
  default: number;
100
110
  };
101
- popperClass: {
111
+ container: {
102
112
  type: import("vue").PropType<string>;
103
113
  default: string;
104
114
  };
@@ -106,6 +116,14 @@ declare const _default: {
106
116
  type: import("vue").PropType<boolean>;
107
117
  default: boolean;
108
118
  };
119
+ popperClass: {
120
+ type: import("vue").PropType<string>;
121
+ default: string;
122
+ };
123
+ isOpen: {
124
+ type: import("vue").PropType<boolean>;
125
+ default: boolean;
126
+ };
109
127
  trigger: {
110
128
  type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
111
129
  default: string;
@@ -125,8 +143,10 @@ declare const _default: {
125
143
  placement: import("floating-vue").Placement;
126
144
  disabled: boolean;
127
145
  distance: number;
128
- popperClass: string;
146
+ container: string;
129
147
  autoHide: boolean;
148
+ popperClass: string;
149
+ isOpen: boolean;
130
150
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
131
151
  skidding: number;
132
152
  }, {}, string> & {
@@ -166,7 +186,7 @@ declare const _default: {
166
186
  type: import("vue").PropType<number>;
167
187
  default: number;
168
188
  };
169
- popperClass: {
189
+ container: {
170
190
  type: import("vue").PropType<string>;
171
191
  default: string;
172
192
  };
@@ -174,6 +194,14 @@ declare const _default: {
174
194
  type: import("vue").PropType<boolean>;
175
195
  default: boolean;
176
196
  };
197
+ popperClass: {
198
+ type: import("vue").PropType<string>;
199
+ default: string;
200
+ };
201
+ isOpen: {
202
+ type: import("vue").PropType<boolean>;
203
+ default: boolean;
204
+ };
177
205
  trigger: {
178
206
  type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
179
207
  default: string;
@@ -207,7 +235,7 @@ declare const _default: {
207
235
  type: import("vue").PropType<number>;
208
236
  default: number;
209
237
  };
210
- popperClass: {
238
+ container: {
211
239
  type: import("vue").PropType<string>;
212
240
  default: string;
213
241
  };
@@ -215,6 +243,14 @@ declare const _default: {
215
243
  type: import("vue").PropType<boolean>;
216
244
  default: boolean;
217
245
  };
246
+ popperClass: {
247
+ type: import("vue").PropType<string>;
248
+ default: string;
249
+ };
250
+ isOpen: {
251
+ type: import("vue").PropType<boolean>;
252
+ default: boolean;
253
+ };
218
254
  trigger: {
219
255
  type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
220
256
  default: string;
@@ -234,8 +270,10 @@ declare const _default: {
234
270
  placement: import("floating-vue").Placement;
235
271
  disabled: boolean;
236
272
  distance: number;
237
- popperClass: string;
273
+ container: string;
238
274
  autoHide: boolean;
275
+ popperClass: string;
276
+ isOpen: boolean;
239
277
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
240
278
  skidding: number;
241
279
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -253,8 +291,10 @@ declare const _default: {
253
291
  placement: import("floating-vue").Placement;
254
292
  disabled: boolean;
255
293
  distance: number;
256
- popperClass: string;
294
+ container: string;
257
295
  autoHide: boolean;
296
+ popperClass: string;
297
+ isOpen: boolean;
258
298
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
259
299
  skidding: number;
260
300
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -274,7 +314,7 @@ declare const _default: {
274
314
  type: import("vue").PropType<number>;
275
315
  default: number;
276
316
  };
277
- popperClass: {
317
+ container: {
278
318
  type: import("vue").PropType<string>;
279
319
  default: string;
280
320
  };
@@ -282,6 +322,14 @@ declare const _default: {
282
322
  type: import("vue").PropType<boolean>;
283
323
  default: boolean;
284
324
  };
325
+ popperClass: {
326
+ type: import("vue").PropType<string>;
327
+ default: string;
328
+ };
329
+ isOpen: {
330
+ type: import("vue").PropType<boolean>;
331
+ default: boolean;
332
+ };
285
333
  trigger: {
286
334
  type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
287
335
  default: string;
@@ -292,7 +340,7 @@ declare const _default: {
292
340
  };
293
341
  }>> & {
294
342
  onIsOpen?: (value: boolean) => any;
295
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "popperClass" | "autoHide" | "trigger" | "skidding">;
343
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
296
344
  $attrs: {
297
345
  [x: string]: unknown;
298
346
  };
@@ -323,7 +371,7 @@ declare const _default: {
323
371
  type: import("vue").PropType<number>;
324
372
  default: number;
325
373
  };
326
- popperClass: {
374
+ container: {
327
375
  type: import("vue").PropType<string>;
328
376
  default: string;
329
377
  };
@@ -331,6 +379,14 @@ declare const _default: {
331
379
  type: import("vue").PropType<boolean>;
332
380
  default: boolean;
333
381
  };
382
+ popperClass: {
383
+ type: import("vue").PropType<string>;
384
+ default: string;
385
+ };
386
+ isOpen: {
387
+ type: import("vue").PropType<boolean>;
388
+ default: boolean;
389
+ };
334
390
  trigger: {
335
391
  type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
336
392
  default: string;
@@ -350,8 +406,10 @@ declare const _default: {
350
406
  placement: import("floating-vue").Placement;
351
407
  disabled: boolean;
352
408
  distance: number;
353
- popperClass: string;
409
+ container: string;
354
410
  autoHide: boolean;
411
+ popperClass: string;
412
+ isOpen: boolean;
355
413
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
356
414
  skidding: number;
357
415
  }, {}, string> & {
@@ -391,7 +449,7 @@ declare const _default: {
391
449
  type: import("vue").PropType<number>;
392
450
  default: number;
393
451
  };
394
- popperClass: {
452
+ container: {
395
453
  type: import("vue").PropType<string>;
396
454
  default: string;
397
455
  };
@@ -399,6 +457,14 @@ declare const _default: {
399
457
  type: import("vue").PropType<boolean>;
400
458
  default: boolean;
401
459
  };
460
+ popperClass: {
461
+ type: import("vue").PropType<string>;
462
+ default: string;
463
+ };
464
+ isOpen: {
465
+ type: import("vue").PropType<boolean>;
466
+ default: boolean;
467
+ };
402
468
  trigger: {
403
469
  type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
404
470
  default: string;
@@ -432,7 +498,7 @@ declare const _default: {
432
498
  type: import("vue").PropType<number>;
433
499
  default: number;
434
500
  };
435
- popperClass: {
501
+ container: {
436
502
  type: import("vue").PropType<string>;
437
503
  default: string;
438
504
  };
@@ -440,6 +506,14 @@ declare const _default: {
440
506
  type: import("vue").PropType<boolean>;
441
507
  default: boolean;
442
508
  };
509
+ popperClass: {
510
+ type: import("vue").PropType<string>;
511
+ default: string;
512
+ };
513
+ isOpen: {
514
+ type: import("vue").PropType<boolean>;
515
+ default: boolean;
516
+ };
443
517
  trigger: {
444
518
  type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
445
519
  default: string;
@@ -459,8 +533,10 @@ declare const _default: {
459
533
  placement: import("floating-vue").Placement;
460
534
  disabled: boolean;
461
535
  distance: number;
462
- popperClass: string;
536
+ container: string;
463
537
  autoHide: boolean;
538
+ popperClass: string;
539
+ isOpen: boolean;
464
540
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
465
541
  skidding: number;
466
542
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -1657,12 +1733,15 @@ declare const _default: {
1657
1733
  searchPlaceholder: string;
1658
1734
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
1659
1735
  selectedChildId: string | number;
1736
+ childListMaxHeight: string;
1660
1737
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
1661
1738
  openId: string | number;
1662
1739
  selectedId: string | number;
1663
1740
  showSearch: boolean;
1664
1741
  loadingRowCount: number;
1665
1742
  emptyStateTitle: string;
1743
+ isSticky: boolean;
1744
+ zIndexBase: number;
1666
1745
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1667
1746
  search: {
1668
1747
  type: import("vue").PropType<string>;
@@ -1694,6 +1773,10 @@ declare const _default: {
1694
1773
  type: import("vue").PropType<string | number>;
1695
1774
  default: any;
1696
1775
  };
1776
+ childListMaxHeight: {
1777
+ type: import("vue").PropType<string>;
1778
+ default: string;
1779
+ };
1697
1780
  searchHandler: {
1698
1781
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
1699
1782
  default: any;
@@ -1718,7 +1801,16 @@ declare const _default: {
1718
1801
  type: import("vue").PropType<string>;
1719
1802
  default: string;
1720
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
+ };
1721
1812
  }>> & {
1813
+ onClearSearch?: () => any;
1722
1814
  onSortableItemDragged?: (event: {
1723
1815
  id: string;
1724
1816
  newIndex: number;
@@ -1728,8 +1820,7 @@ declare const _default: {
1728
1820
  "onUpdate:selectedId"?: (id: string | number) => any;
1729
1821
  "onUpdate:selectedChildId"?: (id: string | number) => any;
1730
1822
  "onUpdate:search"?: (query: string) => any;
1731
- onClearSearch?: () => any;
1732
- } & 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">;
1733
1824
  $attrs: {
1734
1825
  [x: string]: unknown;
1735
1826
  };
@@ -1777,6 +1868,10 @@ declare const _default: {
1777
1868
  type: import("vue").PropType<string | number>;
1778
1869
  default: any;
1779
1870
  };
1871
+ childListMaxHeight: {
1872
+ type: import("vue").PropType<string>;
1873
+ default: string;
1874
+ };
1780
1875
  searchHandler: {
1781
1876
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
1782
1877
  default: any;
@@ -1801,7 +1896,16 @@ declare const _default: {
1801
1896
  type: import("vue").PropType<string>;
1802
1897
  default: string;
1803
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
+ };
1804
1907
  }>> & {
1908
+ onClearSearch?: () => any;
1805
1909
  onSortableItemDragged?: (event: {
1806
1910
  id: string;
1807
1911
  newIndex: number;
@@ -1811,7 +1915,6 @@ declare const _default: {
1811
1915
  "onUpdate:selectedId"?: (id: string | number) => any;
1812
1916
  "onUpdate:selectedChildId"?: (id: string | number) => any;
1813
1917
  "onUpdate:search"?: (query: string) => any;
1814
- onClearSearch?: () => any;
1815
1918
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1816
1919
  sortableItemDragged: (event: {
1817
1920
  id: string;
@@ -1831,12 +1934,15 @@ declare const _default: {
1831
1934
  searchPlaceholder: string;
1832
1935
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
1833
1936
  selectedChildId: string | number;
1937
+ childListMaxHeight: string;
1834
1938
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
1835
1939
  openId: string | number;
1836
1940
  selectedId: string | number;
1837
1941
  showSearch: boolean;
1838
1942
  loadingRowCount: number;
1839
1943
  emptyStateTitle: string;
1944
+ isSticky: boolean;
1945
+ zIndexBase: number;
1840
1946
  }, {}, string> & {
1841
1947
  beforeCreate?: (() => void) | (() => void)[];
1842
1948
  created?: (() => void) | (() => void)[];
@@ -1888,6 +1994,10 @@ declare const _default: {
1888
1994
  type: import("vue").PropType<string | number>;
1889
1995
  default: any;
1890
1996
  };
1997
+ childListMaxHeight: {
1998
+ type: import("vue").PropType<string>;
1999
+ default: string;
2000
+ };
1891
2001
  searchHandler: {
1892
2002
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
1893
2003
  default: any;
@@ -1912,7 +2022,16 @@ declare const _default: {
1912
2022
  type: import("vue").PropType<string>;
1913
2023
  default: string;
1914
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
+ };
1915
2033
  }>> & {
2034
+ onClearSearch?: () => any;
1916
2035
  onSortableItemDragged?: (event: {
1917
2036
  id: string;
1918
2037
  newIndex: number;
@@ -1922,7 +2041,6 @@ declare const _default: {
1922
2041
  "onUpdate:selectedId"?: (id: string | number) => any;
1923
2042
  "onUpdate:selectedChildId"?: (id: string | number) => any;
1924
2043
  "onUpdate:search"?: (query: string) => any;
1925
- onClearSearch?: () => any;
1926
2044
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1927
2045
  __isFragment?: never;
1928
2046
  __isTeleport?: never;
@@ -1958,6 +2076,10 @@ declare const _default: {
1958
2076
  type: import("vue").PropType<string | number>;
1959
2077
  default: any;
1960
2078
  };
2079
+ childListMaxHeight: {
2080
+ type: import("vue").PropType<string>;
2081
+ default: string;
2082
+ };
1961
2083
  searchHandler: {
1962
2084
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
1963
2085
  default: any;
@@ -1982,7 +2104,16 @@ declare const _default: {
1982
2104
  type: import("vue").PropType<string>;
1983
2105
  default: string;
1984
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
+ };
1985
2115
  }>> & {
2116
+ onClearSearch?: () => any;
1986
2117
  onSortableItemDragged?: (event: {
1987
2118
  id: string;
1988
2119
  newIndex: number;
@@ -1992,7 +2123,6 @@ declare const _default: {
1992
2123
  "onUpdate:selectedId"?: (id: string | number) => any;
1993
2124
  "onUpdate:selectedChildId"?: (id: string | number) => any;
1994
2125
  "onUpdate:search"?: (query: string) => any;
1995
- onClearSearch?: () => any;
1996
2126
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1997
2127
  sortableItemDragged: (event: {
1998
2128
  id: string;
@@ -2012,14 +2142,18 @@ declare const _default: {
2012
2142
  searchPlaceholder: string;
2013
2143
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
2014
2144
  selectedChildId: string | number;
2145
+ childListMaxHeight: string;
2015
2146
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
2016
2147
  openId: string | number;
2017
2148
  selectedId: string | number;
2018
2149
  showSearch: boolean;
2019
2150
  loadingRowCount: number;
2020
2151
  emptyStateTitle: string;
2152
+ isSticky: boolean;
2153
+ zIndexBase: number;
2021
2154
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2022
2155
  $slots: {
2156
+ header?(_: {}): any;
2023
2157
  menu?(_: {
2024
2158
  item: import("./components/sortableList/SortableList.types").SortableListItem;
2025
2159
  }): any;
@@ -2039,12 +2173,15 @@ declare const _default: {
2039
2173
  searchPlaceholder: string;
2040
2174
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
2041
2175
  selectedChildId: string | number;
2176
+ childListMaxHeight: string;
2042
2177
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
2043
2178
  openId: string | number;
2044
2179
  selectedId: string | number;
2045
2180
  showSearch: boolean;
2046
2181
  loadingRowCount: number;
2047
2182
  emptyStateTitle: string;
2183
+ isSticky: boolean;
2184
+ zIndexBase: number;
2048
2185
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2049
2186
  search: {
2050
2187
  type: import("vue").PropType<string>;
@@ -2076,6 +2213,10 @@ declare const _default: {
2076
2213
  type: import("vue").PropType<string | number>;
2077
2214
  default: any;
2078
2215
  };
2216
+ childListMaxHeight: {
2217
+ type: import("vue").PropType<string>;
2218
+ default: string;
2219
+ };
2079
2220
  searchHandler: {
2080
2221
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
2081
2222
  default: any;
@@ -2100,7 +2241,16 @@ declare const _default: {
2100
2241
  type: import("vue").PropType<string>;
2101
2242
  default: string;
2102
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
+ };
2103
2252
  }>> & {
2253
+ onClearSearch?: () => any;
2104
2254
  onSortableItemDragged?: (event: {
2105
2255
  id: string;
2106
2256
  newIndex: number;
@@ -2110,8 +2260,7 @@ declare const _default: {
2110
2260
  "onUpdate:selectedId"?: (id: string | number) => any;
2111
2261
  "onUpdate:selectedChildId"?: (id: string | number) => any;
2112
2262
  "onUpdate:search"?: (query: string) => any;
2113
- onClearSearch?: () => any;
2114
- } & 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">;
2115
2264
  $attrs: {
2116
2265
  [x: string]: unknown;
2117
2266
  };
@@ -2159,6 +2308,10 @@ declare const _default: {
2159
2308
  type: import("vue").PropType<string | number>;
2160
2309
  default: any;
2161
2310
  };
2311
+ childListMaxHeight: {
2312
+ type: import("vue").PropType<string>;
2313
+ default: string;
2314
+ };
2162
2315
  searchHandler: {
2163
2316
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
2164
2317
  default: any;
@@ -2183,7 +2336,16 @@ declare const _default: {
2183
2336
  type: import("vue").PropType<string>;
2184
2337
  default: string;
2185
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
+ };
2186
2347
  }>> & {
2348
+ onClearSearch?: () => any;
2187
2349
  onSortableItemDragged?: (event: {
2188
2350
  id: string;
2189
2351
  newIndex: number;
@@ -2193,7 +2355,6 @@ declare const _default: {
2193
2355
  "onUpdate:selectedId"?: (id: string | number) => any;
2194
2356
  "onUpdate:selectedChildId"?: (id: string | number) => any;
2195
2357
  "onUpdate:search"?: (query: string) => any;
2196
- onClearSearch?: () => any;
2197
2358
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2198
2359
  sortableItemDragged: (event: {
2199
2360
  id: string;
@@ -2213,12 +2374,15 @@ declare const _default: {
2213
2374
  searchPlaceholder: string;
2214
2375
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
2215
2376
  selectedChildId: string | number;
2377
+ childListMaxHeight: string;
2216
2378
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
2217
2379
  openId: string | number;
2218
2380
  selectedId: string | number;
2219
2381
  showSearch: boolean;
2220
2382
  loadingRowCount: number;
2221
2383
  emptyStateTitle: string;
2384
+ isSticky: boolean;
2385
+ zIndexBase: number;
2222
2386
  }, {}, string> & {
2223
2387
  beforeCreate?: (() => void) | (() => void)[];
2224
2388
  created?: (() => void) | (() => void)[];
@@ -2270,6 +2434,10 @@ declare const _default: {
2270
2434
  type: import("vue").PropType<string | number>;
2271
2435
  default: any;
2272
2436
  };
2437
+ childListMaxHeight: {
2438
+ type: import("vue").PropType<string>;
2439
+ default: string;
2440
+ };
2273
2441
  searchHandler: {
2274
2442
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
2275
2443
  default: any;
@@ -2294,7 +2462,16 @@ declare const _default: {
2294
2462
  type: import("vue").PropType<string>;
2295
2463
  default: string;
2296
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
+ };
2297
2473
  }>> & {
2474
+ onClearSearch?: () => any;
2298
2475
  onSortableItemDragged?: (event: {
2299
2476
  id: string;
2300
2477
  newIndex: number;
@@ -2304,7 +2481,6 @@ declare const _default: {
2304
2481
  "onUpdate:selectedId"?: (id: string | number) => any;
2305
2482
  "onUpdate:selectedChildId"?: (id: string | number) => any;
2306
2483
  "onUpdate:search"?: (query: string) => any;
2307
- onClearSearch?: () => any;
2308
2484
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2309
2485
  __isFragment?: never;
2310
2486
  __isTeleport?: never;
@@ -2340,6 +2516,10 @@ declare const _default: {
2340
2516
  type: import("vue").PropType<string | number>;
2341
2517
  default: any;
2342
2518
  };
2519
+ childListMaxHeight: {
2520
+ type: import("vue").PropType<string>;
2521
+ default: string;
2522
+ };
2343
2523
  searchHandler: {
2344
2524
  type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
2345
2525
  default: any;
@@ -2364,7 +2544,16 @@ declare const _default: {
2364
2544
  type: import("vue").PropType<string>;
2365
2545
  default: string;
2366
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
+ };
2367
2555
  }>> & {
2556
+ onClearSearch?: () => any;
2368
2557
  onSortableItemDragged?: (event: {
2369
2558
  id: string;
2370
2559
  newIndex: number;
@@ -2374,7 +2563,6 @@ declare const _default: {
2374
2563
  "onUpdate:selectedId"?: (id: string | number) => any;
2375
2564
  "onUpdate:selectedChildId"?: (id: string | number) => any;
2376
2565
  "onUpdate:search"?: (query: string) => any;
2377
- onClearSearch?: () => any;
2378
2566
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2379
2567
  sortableItemDragged: (event: {
2380
2568
  id: string;
@@ -2394,14 +2582,18 @@ declare const _default: {
2394
2582
  searchPlaceholder: string;
2395
2583
  items: import("./components/sortableList/SortableList.types").SortableListItem[];
2396
2584
  selectedChildId: string | number;
2585
+ childListMaxHeight: string;
2397
2586
  searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
2398
2587
  openId: string | number;
2399
2588
  selectedId: string | number;
2400
2589
  showSearch: boolean;
2401
2590
  loadingRowCount: number;
2402
2591
  emptyStateTitle: string;
2592
+ isSticky: boolean;
2593
+ zIndexBase: number;
2403
2594
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2404
2595
  $slots: {
2596
+ header?(_: {}): any;
2405
2597
  menu?(_: {
2406
2598
  item: import("./components/sortableList/SortableList.types").SortableListItem;
2407
2599
  }): any;
@@ -2476,6 +2668,10 @@ declare const _default: {
2476
2668
  type: import("vue").PropType<string>;
2477
2669
  default: string;
2478
2670
  };
2671
+ valueToCopy: {
2672
+ type: import("vue").PropType<string>;
2673
+ default: string;
2674
+ };
2479
2675
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2480
2676
  copy: () => void;
2481
2677
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2515,6 +2711,10 @@ declare const _default: {
2515
2711
  type: import("vue").PropType<string>;
2516
2712
  default: string;
2517
2713
  };
2714
+ valueToCopy: {
2715
+ type: import("vue").PropType<string>;
2716
+ default: string;
2717
+ };
2518
2718
  }>> & {
2519
2719
  onCopy?: () => any;
2520
2720
  }, {
@@ -2526,6 +2726,7 @@ declare const _default: {
2526
2726
  hideTextValue: boolean;
2527
2727
  iconSize: string;
2528
2728
  tooltipHeader: string;
2729
+ valueToCopy: string;
2529
2730
  }>;
2530
2731
  InlineCopyTypes: () => import("vue").DefineComponent<{
2531
2732
  text: {
@@ -2564,6 +2765,10 @@ declare const _default: {
2564
2765
  type: import("vue").PropType<string>;
2565
2766
  default: string;
2566
2767
  };
2768
+ valueToCopy: {
2769
+ type: import("vue").PropType<string>;
2770
+ default: string;
2771
+ };
2567
2772
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2568
2773
  copy: () => void;
2569
2774
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2603,6 +2808,10 @@ declare const _default: {
2603
2808
  type: import("vue").PropType<string>;
2604
2809
  default: string;
2605
2810
  };
2811
+ valueToCopy: {
2812
+ type: import("vue").PropType<string>;
2813
+ default: string;
2814
+ };
2606
2815
  }>> & {
2607
2816
  onCopy?: () => any;
2608
2817
  }, {
@@ -2614,6 +2823,7 @@ declare const _default: {
2614
2823
  hideTextValue: boolean;
2615
2824
  iconSize: string;
2616
2825
  tooltipHeader: string;
2826
+ valueToCopy: string;
2617
2827
  }>[];
2618
2828
  AppHeader: import("vue").DefineComponent<{
2619
2829
  name: {
@@ -5106,6 +5316,7 @@ declare const _default: {
5106
5316
  $props: Partial<{
5107
5317
  type: "input" | "dropdown";
5108
5318
  cell: string;
5319
+ withIcons: boolean;
5109
5320
  saveOnClickOutside: boolean;
5110
5321
  validateFunction: (value: unknown) => string | boolean;
5111
5322
  isLoading: boolean;
@@ -5120,6 +5331,10 @@ declare const _default: {
5120
5331
  type: import("vue").PropType<string>;
5121
5332
  default: string;
5122
5333
  };
5334
+ withIcons: {
5335
+ type: import("vue").PropType<boolean>;
5336
+ default: boolean;
5337
+ };
5123
5338
  saveOnClickOutside: {
5124
5339
  type: import("vue").PropType<boolean>;
5125
5340
  default: boolean;
@@ -5144,7 +5359,7 @@ declare const _default: {
5144
5359
  type: import("vue").PropType<(option: unknown) => unknown>;
5145
5360
  default: (cell: unknown) => unknown;
5146
5361
  };
5147
- }>> & 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">;
5148
5363
  $attrs: {
5149
5364
  [x: string]: unknown;
5150
5365
  };
@@ -5168,6 +5383,10 @@ declare const _default: {
5168
5383
  type: import("vue").PropType<string>;
5169
5384
  default: string;
5170
5385
  };
5386
+ withIcons: {
5387
+ type: import("vue").PropType<boolean>;
5388
+ default: boolean;
5389
+ };
5171
5390
  saveOnClickOutside: {
5172
5391
  type: import("vue").PropType<boolean>;
5173
5392
  default: boolean;
@@ -5195,6 +5414,7 @@ declare const _default: {
5195
5414
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5196
5415
  type: "input" | "dropdown";
5197
5416
  cell: string;
5417
+ withIcons: boolean;
5198
5418
  saveOnClickOutside: boolean;
5199
5419
  validateFunction: (value: unknown) => string | boolean;
5200
5420
  isLoading: boolean;
@@ -5229,6 +5449,10 @@ declare const _default: {
5229
5449
  type: import("vue").PropType<string>;
5230
5450
  default: string;
5231
5451
  };
5452
+ withIcons: {
5453
+ type: import("vue").PropType<boolean>;
5454
+ default: boolean;
5455
+ };
5232
5456
  saveOnClickOutside: {
5233
5457
  type: import("vue").PropType<boolean>;
5234
5458
  default: boolean;
@@ -5267,6 +5491,10 @@ declare const _default: {
5267
5491
  type: import("vue").PropType<string>;
5268
5492
  default: string;
5269
5493
  };
5494
+ withIcons: {
5495
+ type: import("vue").PropType<boolean>;
5496
+ default: boolean;
5497
+ };
5270
5498
  saveOnClickOutside: {
5271
5499
  type: import("vue").PropType<boolean>;
5272
5500
  default: boolean;
@@ -5294,6 +5522,7 @@ declare const _default: {
5294
5522
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5295
5523
  type: "input" | "dropdown";
5296
5524
  cell: string;
5525
+ withIcons: boolean;
5297
5526
  saveOnClickOutside: boolean;
5298
5527
  validateFunction: (value: unknown) => string | boolean;
5299
5528
  isLoading: boolean;
@@ -5311,6 +5540,7 @@ declare const _default: {
5311
5540
  $props: Partial<{
5312
5541
  type: "input" | "dropdown";
5313
5542
  cell: string;
5543
+ withIcons: boolean;
5314
5544
  saveOnClickOutside: boolean;
5315
5545
  validateFunction: (value: unknown) => string | boolean;
5316
5546
  isLoading: boolean;
@@ -5325,6 +5555,10 @@ declare const _default: {
5325
5555
  type: import("vue").PropType<string>;
5326
5556
  default: string;
5327
5557
  };
5558
+ withIcons: {
5559
+ type: import("vue").PropType<boolean>;
5560
+ default: boolean;
5561
+ };
5328
5562
  saveOnClickOutside: {
5329
5563
  type: import("vue").PropType<boolean>;
5330
5564
  default: boolean;
@@ -5349,7 +5583,7 @@ declare const _default: {
5349
5583
  type: import("vue").PropType<(option: unknown) => unknown>;
5350
5584
  default: (cell: unknown) => unknown;
5351
5585
  };
5352
- }>> & 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">;
5353
5587
  $attrs: {
5354
5588
  [x: string]: unknown;
5355
5589
  };
@@ -5373,6 +5607,10 @@ declare const _default: {
5373
5607
  type: import("vue").PropType<string>;
5374
5608
  default: string;
5375
5609
  };
5610
+ withIcons: {
5611
+ type: import("vue").PropType<boolean>;
5612
+ default: boolean;
5613
+ };
5376
5614
  saveOnClickOutside: {
5377
5615
  type: import("vue").PropType<boolean>;
5378
5616
  default: boolean;
@@ -5400,6 +5638,7 @@ declare const _default: {
5400
5638
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5401
5639
  type: "input" | "dropdown";
5402
5640
  cell: string;
5641
+ withIcons: boolean;
5403
5642
  saveOnClickOutside: boolean;
5404
5643
  validateFunction: (value: unknown) => string | boolean;
5405
5644
  isLoading: boolean;
@@ -5434,6 +5673,10 @@ declare const _default: {
5434
5673
  type: import("vue").PropType<string>;
5435
5674
  default: string;
5436
5675
  };
5676
+ withIcons: {
5677
+ type: import("vue").PropType<boolean>;
5678
+ default: boolean;
5679
+ };
5437
5680
  saveOnClickOutside: {
5438
5681
  type: import("vue").PropType<boolean>;
5439
5682
  default: boolean;
@@ -5472,6 +5715,10 @@ declare const _default: {
5472
5715
  type: import("vue").PropType<string>;
5473
5716
  default: string;
5474
5717
  };
5718
+ withIcons: {
5719
+ type: import("vue").PropType<boolean>;
5720
+ default: boolean;
5721
+ };
5475
5722
  saveOnClickOutside: {
5476
5723
  type: import("vue").PropType<boolean>;
5477
5724
  default: boolean;
@@ -5499,6 +5746,7 @@ declare const _default: {
5499
5746
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5500
5747
  type: "input" | "dropdown";
5501
5748
  cell: string;
5749
+ withIcons: boolean;
5502
5750
  saveOnClickOutside: boolean;
5503
5751
  validateFunction: (value: unknown) => string | boolean;
5504
5752
  isLoading: boolean;
@@ -5528,6 +5776,7 @@ declare const _default: {
5528
5776
  loadingRowCount: number;
5529
5777
  emptyStateTitle: string;
5530
5778
  isSticky: boolean;
5779
+ zIndexBase: number;
5531
5780
  sections: import("./components/table/common/Table.types").Section[];
5532
5781
  isStickyHeader: boolean;
5533
5782
  emptyStateSubtitle: string;
@@ -5539,9 +5788,10 @@ declare const _default: {
5539
5788
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
5540
5789
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
5541
5790
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
5542
- zIndexBase: number;
5543
5791
  rowCustomClassKey: string;
5544
5792
  rowDataKey: string;
5793
+ isSelectionSticky: boolean;
5794
+ isSelectionBordered: boolean;
5545
5795
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5546
5796
  sort: {
5547
5797
  type: import("vue").PropType<tableV3.Sort>;
@@ -5595,6 +5845,10 @@ declare const _default: {
5595
5845
  type: import("vue").PropType<boolean>;
5596
5846
  default: boolean;
5597
5847
  };
5848
+ zIndexBase: {
5849
+ type: import("vue").PropType<number>;
5850
+ default: number;
5851
+ };
5598
5852
  rows: {
5599
5853
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
5600
5854
  required: true;
@@ -5643,10 +5897,6 @@ declare const _default: {
5643
5897
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
5644
5898
  default: any;
5645
5899
  };
5646
- zIndexBase: {
5647
- type: import("vue").PropType<number>;
5648
- default: number;
5649
- };
5650
5900
  rowCustomClassKey: {
5651
5901
  type: import("vue").PropType<string>;
5652
5902
  default: string;
@@ -5655,18 +5905,26 @@ declare const _default: {
5655
5905
  type: import("vue").PropType<string>;
5656
5906
  default: string;
5657
5907
  };
5908
+ isSelectionSticky: {
5909
+ type: import("vue").PropType<boolean>;
5910
+ default: boolean;
5911
+ };
5912
+ isSelectionBordered: {
5913
+ type: import("vue").PropType<boolean>;
5914
+ default: boolean;
5915
+ };
5658
5916
  }>> & {
5659
5917
  onSelectAll?: (value: boolean) => any;
5918
+ onLoadMore?: () => any;
5660
5919
  "onUpdate:search"?: (query: string) => any;
5661
5920
  onOnScroll?: (event: Event) => any;
5662
5921
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
5663
5922
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
5664
- onLoadMore?: () => any;
5665
5923
  onOnClearSearch?: () => any;
5666
5924
  "onUpdate:selection"?: (selection: unknown[]) => any;
5667
5925
  onSelectRow?: (value: boolean) => any;
5668
5926
  onClickRow?: (rowIndex: number) => any;
5669
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
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">;
5670
5928
  $attrs: {
5671
5929
  [x: string]: unknown;
5672
5930
  };
@@ -5678,7 +5936,7 @@ declare const _default: {
5678
5936
  }>;
5679
5937
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5680
5938
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5681
- $emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "update:search", query: string) => void) & ((event: "onClearSearch") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "loadMore") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
5939
+ $emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
5682
5940
  $el: any;
5683
5941
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5684
5942
  sort: {
@@ -5733,6 +5991,10 @@ declare const _default: {
5733
5991
  type: import("vue").PropType<boolean>;
5734
5992
  default: boolean;
5735
5993
  };
5994
+ zIndexBase: {
5995
+ type: import("vue").PropType<number>;
5996
+ default: number;
5997
+ };
5736
5998
  rows: {
5737
5999
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
5738
6000
  required: true;
@@ -5781,10 +6043,6 @@ declare const _default: {
5781
6043
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
5782
6044
  default: any;
5783
6045
  };
5784
- zIndexBase: {
5785
- type: import("vue").PropType<number>;
5786
- default: number;
5787
- };
5788
6046
  rowCustomClassKey: {
5789
6047
  type: import("vue").PropType<string>;
5790
6048
  default: string;
@@ -5793,13 +6051,21 @@ declare const _default: {
5793
6051
  type: import("vue").PropType<string>;
5794
6052
  default: string;
5795
6053
  };
6054
+ isSelectionSticky: {
6055
+ type: import("vue").PropType<boolean>;
6056
+ default: boolean;
6057
+ };
6058
+ isSelectionBordered: {
6059
+ type: import("vue").PropType<boolean>;
6060
+ default: boolean;
6061
+ };
5796
6062
  }>> & {
5797
6063
  onSelectAll?: (value: boolean) => any;
6064
+ onLoadMore?: () => any;
5798
6065
  "onUpdate:search"?: (query: string) => any;
5799
6066
  onOnScroll?: (event: Event) => any;
5800
6067
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
5801
6068
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
5802
- onLoadMore?: () => any;
5803
6069
  onOnClearSearch?: () => any;
5804
6070
  "onUpdate:selection"?: (selection: unknown[]) => any;
5805
6071
  onSelectRow?: (value: boolean) => any;
@@ -5830,6 +6096,7 @@ declare const _default: {
5830
6096
  loadingRowCount: number;
5831
6097
  emptyStateTitle: string;
5832
6098
  isSticky: boolean;
6099
+ zIndexBase: number;
5833
6100
  sections: import("./components/table/common/Table.types").Section[];
5834
6101
  isStickyHeader: boolean;
5835
6102
  emptyStateSubtitle: string;
@@ -5841,9 +6108,10 @@ declare const _default: {
5841
6108
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
5842
6109
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
5843
6110
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
5844
- zIndexBase: number;
5845
6111
  rowCustomClassKey: string;
5846
6112
  rowDataKey: string;
6113
+ isSelectionSticky: boolean;
6114
+ isSelectionBordered: boolean;
5847
6115
  }, {}, string> & {
5848
6116
  beforeCreate?: (() => void) | (() => void)[];
5849
6117
  created?: (() => void) | (() => void)[];
@@ -5917,6 +6185,10 @@ declare const _default: {
5917
6185
  type: import("vue").PropType<boolean>;
5918
6186
  default: boolean;
5919
6187
  };
6188
+ zIndexBase: {
6189
+ type: import("vue").PropType<number>;
6190
+ default: number;
6191
+ };
5920
6192
  rows: {
5921
6193
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
5922
6194
  required: true;
@@ -5965,10 +6237,6 @@ declare const _default: {
5965
6237
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
5966
6238
  default: any;
5967
6239
  };
5968
- zIndexBase: {
5969
- type: import("vue").PropType<number>;
5970
- default: number;
5971
- };
5972
6240
  rowCustomClassKey: {
5973
6241
  type: import("vue").PropType<string>;
5974
6242
  default: string;
@@ -5977,13 +6245,21 @@ declare const _default: {
5977
6245
  type: import("vue").PropType<string>;
5978
6246
  default: string;
5979
6247
  };
6248
+ isSelectionSticky: {
6249
+ type: import("vue").PropType<boolean>;
6250
+ default: boolean;
6251
+ };
6252
+ isSelectionBordered: {
6253
+ type: import("vue").PropType<boolean>;
6254
+ default: boolean;
6255
+ };
5980
6256
  }>> & {
5981
6257
  onSelectAll?: (value: boolean) => any;
6258
+ onLoadMore?: () => any;
5982
6259
  "onUpdate:search"?: (query: string) => any;
5983
6260
  onOnScroll?: (event: Event) => any;
5984
6261
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
5985
6262
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
5986
- onLoadMore?: () => any;
5987
6263
  onOnClearSearch?: () => any;
5988
6264
  "onUpdate:selection"?: (selection: unknown[]) => any;
5989
6265
  onSelectRow?: (value: boolean) => any;
@@ -6047,6 +6323,10 @@ declare const _default: {
6047
6323
  type: import("vue").PropType<boolean>;
6048
6324
  default: boolean;
6049
6325
  };
6326
+ zIndexBase: {
6327
+ type: import("vue").PropType<number>;
6328
+ default: number;
6329
+ };
6050
6330
  rows: {
6051
6331
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6052
6332
  required: true;
@@ -6095,10 +6375,6 @@ declare const _default: {
6095
6375
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6096
6376
  default: any;
6097
6377
  };
6098
- zIndexBase: {
6099
- type: import("vue").PropType<number>;
6100
- default: number;
6101
- };
6102
6378
  rowCustomClassKey: {
6103
6379
  type: import("vue").PropType<string>;
6104
6380
  default: string;
@@ -6107,13 +6383,21 @@ declare const _default: {
6107
6383
  type: import("vue").PropType<string>;
6108
6384
  default: string;
6109
6385
  };
6386
+ isSelectionSticky: {
6387
+ type: import("vue").PropType<boolean>;
6388
+ default: boolean;
6389
+ };
6390
+ isSelectionBordered: {
6391
+ type: import("vue").PropType<boolean>;
6392
+ default: boolean;
6393
+ };
6110
6394
  }>> & {
6111
6395
  onSelectAll?: (value: boolean) => any;
6396
+ onLoadMore?: () => any;
6112
6397
  "onUpdate:search"?: (query: string) => any;
6113
6398
  onOnScroll?: (event: Event) => any;
6114
6399
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
6115
6400
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
6116
- onLoadMore?: () => any;
6117
6401
  onOnClearSearch?: () => any;
6118
6402
  "onUpdate:selection"?: (selection: unknown[]) => any;
6119
6403
  onSelectRow?: (value: boolean) => any;
@@ -6144,6 +6428,7 @@ declare const _default: {
6144
6428
  loadingRowCount: number;
6145
6429
  emptyStateTitle: string;
6146
6430
  isSticky: boolean;
6431
+ zIndexBase: number;
6147
6432
  sections: import("./components/table/common/Table.types").Section[];
6148
6433
  isStickyHeader: boolean;
6149
6434
  emptyStateSubtitle: string;
@@ -6155,9 +6440,10 @@ declare const _default: {
6155
6440
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6156
6441
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6157
6442
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6158
- zIndexBase: number;
6159
6443
  rowCustomClassKey: string;
6160
6444
  rowDataKey: string;
6445
+ isSelectionSticky: boolean;
6446
+ isSelectionBordered: boolean;
6161
6447
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6162
6448
  $slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
6163
6449
  column: tableV3.Column;
@@ -6297,6 +6583,7 @@ declare const _default: {
6297
6583
  loadingRowCount: number;
6298
6584
  emptyStateTitle: string;
6299
6585
  isSticky: boolean;
6586
+ zIndexBase: number;
6300
6587
  sections: import("./components/table/common/Table.types").Section[];
6301
6588
  isStickyHeader: boolean;
6302
6589
  emptyStateSubtitle: string;
@@ -6308,9 +6595,10 @@ declare const _default: {
6308
6595
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6309
6596
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6310
6597
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6311
- zIndexBase: number;
6312
6598
  rowCustomClassKey: string;
6313
6599
  rowDataKey: string;
6600
+ isSelectionSticky: boolean;
6601
+ isSelectionBordered: boolean;
6314
6602
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
6315
6603
  sort: {
6316
6604
  type: import("vue").PropType<tableV3.Sort>;
@@ -6364,6 +6652,10 @@ declare const _default: {
6364
6652
  type: import("vue").PropType<boolean>;
6365
6653
  default: boolean;
6366
6654
  };
6655
+ zIndexBase: {
6656
+ type: import("vue").PropType<number>;
6657
+ default: number;
6658
+ };
6367
6659
  rows: {
6368
6660
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6369
6661
  required: true;
@@ -6412,10 +6704,6 @@ declare const _default: {
6412
6704
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6413
6705
  default: any;
6414
6706
  };
6415
- zIndexBase: {
6416
- type: import("vue").PropType<number>;
6417
- default: number;
6418
- };
6419
6707
  rowCustomClassKey: {
6420
6708
  type: import("vue").PropType<string>;
6421
6709
  default: string;
@@ -6424,18 +6712,26 @@ declare const _default: {
6424
6712
  type: import("vue").PropType<string>;
6425
6713
  default: string;
6426
6714
  };
6715
+ isSelectionSticky: {
6716
+ type: import("vue").PropType<boolean>;
6717
+ default: boolean;
6718
+ };
6719
+ isSelectionBordered: {
6720
+ type: import("vue").PropType<boolean>;
6721
+ default: boolean;
6722
+ };
6427
6723
  }>> & {
6428
6724
  onSelectAll?: (value: boolean) => any;
6725
+ onLoadMore?: () => any;
6429
6726
  "onUpdate:search"?: (query: string) => any;
6430
6727
  onOnScroll?: (event: Event) => any;
6431
6728
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
6432
6729
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
6433
- onLoadMore?: () => any;
6434
6730
  onOnClearSearch?: () => any;
6435
6731
  "onUpdate:selection"?: (selection: unknown[]) => any;
6436
6732
  onSelectRow?: (value: boolean) => any;
6437
6733
  onClickRow?: (rowIndex: number) => any;
6438
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
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">;
6439
6735
  $attrs: {
6440
6736
  [x: string]: unknown;
6441
6737
  };
@@ -6447,7 +6743,7 @@ declare const _default: {
6447
6743
  }>;
6448
6744
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
6449
6745
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
6450
- $emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "update:search", query: string) => void) & ((event: "onClearSearch") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "loadMore") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
6746
+ $emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
6451
6747
  $el: any;
6452
6748
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6453
6749
  sort: {
@@ -6502,6 +6798,10 @@ declare const _default: {
6502
6798
  type: import("vue").PropType<boolean>;
6503
6799
  default: boolean;
6504
6800
  };
6801
+ zIndexBase: {
6802
+ type: import("vue").PropType<number>;
6803
+ default: number;
6804
+ };
6505
6805
  rows: {
6506
6806
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6507
6807
  required: true;
@@ -6550,10 +6850,6 @@ declare const _default: {
6550
6850
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6551
6851
  default: any;
6552
6852
  };
6553
- zIndexBase: {
6554
- type: import("vue").PropType<number>;
6555
- default: number;
6556
- };
6557
6853
  rowCustomClassKey: {
6558
6854
  type: import("vue").PropType<string>;
6559
6855
  default: string;
@@ -6562,13 +6858,21 @@ declare const _default: {
6562
6858
  type: import("vue").PropType<string>;
6563
6859
  default: string;
6564
6860
  };
6861
+ isSelectionSticky: {
6862
+ type: import("vue").PropType<boolean>;
6863
+ default: boolean;
6864
+ };
6865
+ isSelectionBordered: {
6866
+ type: import("vue").PropType<boolean>;
6867
+ default: boolean;
6868
+ };
6565
6869
  }>> & {
6566
6870
  onSelectAll?: (value: boolean) => any;
6871
+ onLoadMore?: () => any;
6567
6872
  "onUpdate:search"?: (query: string) => any;
6568
6873
  onOnScroll?: (event: Event) => any;
6569
6874
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
6570
6875
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
6571
- onLoadMore?: () => any;
6572
6876
  onOnClearSearch?: () => any;
6573
6877
  "onUpdate:selection"?: (selection: unknown[]) => any;
6574
6878
  onSelectRow?: (value: boolean) => any;
@@ -6599,6 +6903,7 @@ declare const _default: {
6599
6903
  loadingRowCount: number;
6600
6904
  emptyStateTitle: string;
6601
6905
  isSticky: boolean;
6906
+ zIndexBase: number;
6602
6907
  sections: import("./components/table/common/Table.types").Section[];
6603
6908
  isStickyHeader: boolean;
6604
6909
  emptyStateSubtitle: string;
@@ -6610,9 +6915,10 @@ declare const _default: {
6610
6915
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6611
6916
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6612
6917
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6613
- zIndexBase: number;
6614
6918
  rowCustomClassKey: string;
6615
6919
  rowDataKey: string;
6920
+ isSelectionSticky: boolean;
6921
+ isSelectionBordered: boolean;
6616
6922
  }, {}, string> & {
6617
6923
  beforeCreate?: (() => void) | (() => void)[];
6618
6924
  created?: (() => void) | (() => void)[];
@@ -6686,6 +6992,10 @@ declare const _default: {
6686
6992
  type: import("vue").PropType<boolean>;
6687
6993
  default: boolean;
6688
6994
  };
6995
+ zIndexBase: {
6996
+ type: import("vue").PropType<number>;
6997
+ default: number;
6998
+ };
6689
6999
  rows: {
6690
7000
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6691
7001
  required: true;
@@ -6734,10 +7044,6 @@ declare const _default: {
6734
7044
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6735
7045
  default: any;
6736
7046
  };
6737
- zIndexBase: {
6738
- type: import("vue").PropType<number>;
6739
- default: number;
6740
- };
6741
7047
  rowCustomClassKey: {
6742
7048
  type: import("vue").PropType<string>;
6743
7049
  default: string;
@@ -6746,13 +7052,21 @@ declare const _default: {
6746
7052
  type: import("vue").PropType<string>;
6747
7053
  default: string;
6748
7054
  };
7055
+ isSelectionSticky: {
7056
+ type: import("vue").PropType<boolean>;
7057
+ default: boolean;
7058
+ };
7059
+ isSelectionBordered: {
7060
+ type: import("vue").PropType<boolean>;
7061
+ default: boolean;
7062
+ };
6749
7063
  }>> & {
6750
7064
  onSelectAll?: (value: boolean) => any;
7065
+ onLoadMore?: () => any;
6751
7066
  "onUpdate:search"?: (query: string) => any;
6752
7067
  onOnScroll?: (event: Event) => any;
6753
7068
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
6754
7069
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
6755
- onLoadMore?: () => any;
6756
7070
  onOnClearSearch?: () => any;
6757
7071
  "onUpdate:selection"?: (selection: unknown[]) => any;
6758
7072
  onSelectRow?: (value: boolean) => any;
@@ -6816,6 +7130,10 @@ declare const _default: {
6816
7130
  type: import("vue").PropType<boolean>;
6817
7131
  default: boolean;
6818
7132
  };
7133
+ zIndexBase: {
7134
+ type: import("vue").PropType<number>;
7135
+ default: number;
7136
+ };
6819
7137
  rows: {
6820
7138
  type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
6821
7139
  required: true;
@@ -6864,10 +7182,6 @@ declare const _default: {
6864
7182
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
6865
7183
  default: any;
6866
7184
  };
6867
- zIndexBase: {
6868
- type: import("vue").PropType<number>;
6869
- default: number;
6870
- };
6871
7185
  rowCustomClassKey: {
6872
7186
  type: import("vue").PropType<string>;
6873
7187
  default: string;
@@ -6876,13 +7190,21 @@ declare const _default: {
6876
7190
  type: import("vue").PropType<string>;
6877
7191
  default: string;
6878
7192
  };
7193
+ isSelectionSticky: {
7194
+ type: import("vue").PropType<boolean>;
7195
+ default: boolean;
7196
+ };
7197
+ isSelectionBordered: {
7198
+ type: import("vue").PropType<boolean>;
7199
+ default: boolean;
7200
+ };
6879
7201
  }>> & {
6880
7202
  onSelectAll?: (value: boolean) => any;
7203
+ onLoadMore?: () => any;
6881
7204
  "onUpdate:search"?: (query: string) => any;
6882
7205
  onOnScroll?: (event: Event) => any;
6883
7206
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
6884
7207
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
6885
- onLoadMore?: () => any;
6886
7208
  onOnClearSearch?: () => any;
6887
7209
  "onUpdate:selection"?: (selection: unknown[]) => any;
6888
7210
  onSelectRow?: (value: boolean) => any;
@@ -6913,6 +7235,7 @@ declare const _default: {
6913
7235
  loadingRowCount: number;
6914
7236
  emptyStateTitle: string;
6915
7237
  isSticky: boolean;
7238
+ zIndexBase: number;
6916
7239
  sections: import("./components/table/common/Table.types").Section[];
6917
7240
  isStickyHeader: boolean;
6918
7241
  emptyStateSubtitle: string;
@@ -6924,9 +7247,10 @@ declare const _default: {
6924
7247
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
6925
7248
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
6926
7249
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
6927
- zIndexBase: number;
6928
7250
  rowCustomClassKey: string;
6929
7251
  rowDataKey: string;
7252
+ isSelectionSticky: boolean;
7253
+ isSelectionBordered: boolean;
6930
7254
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6931
7255
  $slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
6932
7256
  column: tableV3.Column;
@@ -7060,11 +7384,11 @@ declare const _default: {
7060
7384
  loadingRowCount: number;
7061
7385
  emptyStateTitle: string;
7062
7386
  isSticky: boolean;
7387
+ zIndexBase: number;
7063
7388
  emptyStateSubtitle: string;
7064
7389
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7065
7390
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7066
7391
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7067
- zIndexBase: number;
7068
7392
  rowCustomClassKey: string;
7069
7393
  rowDataKey: string;
7070
7394
  totalCount: number;
@@ -7110,6 +7434,10 @@ declare const _default: {
7110
7434
  type: import("vue").PropType<boolean>;
7111
7435
  default: boolean;
7112
7436
  };
7437
+ zIndexBase: {
7438
+ type: import("vue").PropType<number>;
7439
+ default: number;
7440
+ };
7113
7441
  emptyStateSubtitle: {
7114
7442
  type: import("vue").PropType<string>;
7115
7443
  default: string;
@@ -7126,10 +7454,6 @@ declare const _default: {
7126
7454
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7127
7455
  default: any;
7128
7456
  };
7129
- zIndexBase: {
7130
- type: import("vue").PropType<number>;
7131
- default: number;
7132
- };
7133
7457
  rowCustomClassKey: {
7134
7458
  type: import("vue").PropType<string>;
7135
7459
  default: string;
@@ -7172,7 +7496,7 @@ declare const _default: {
7172
7496
  }) => any;
7173
7497
  onOnClearSearch?: () => any;
7174
7498
  onClickRow?: (rowIndex: number, tableIndex: number) => any;
7175
- } & 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">;
7176
7500
  $attrs: {
7177
7501
  [x: string]: unknown;
7178
7502
  };
@@ -7184,7 +7508,7 @@ declare const _default: {
7184
7508
  }>;
7185
7509
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
7186
7510
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
7187
- $emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "update:search", query: string) => void) & ((event: "onClearSearch") => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
7511
+ $emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
7188
7512
  tableIndex: number;
7189
7513
  }) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
7190
7514
  $el: any;
@@ -7225,6 +7549,10 @@ declare const _default: {
7225
7549
  type: import("vue").PropType<boolean>;
7226
7550
  default: boolean;
7227
7551
  };
7552
+ zIndexBase: {
7553
+ type: import("vue").PropType<number>;
7554
+ default: number;
7555
+ };
7228
7556
  emptyStateSubtitle: {
7229
7557
  type: import("vue").PropType<string>;
7230
7558
  default: string;
@@ -7241,10 +7569,6 @@ declare const _default: {
7241
7569
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7242
7570
  default: any;
7243
7571
  };
7244
- zIndexBase: {
7245
- type: import("vue").PropType<number>;
7246
- default: number;
7247
- };
7248
7572
  rowCustomClassKey: {
7249
7573
  type: import("vue").PropType<string>;
7250
7574
  default: string;
@@ -7305,11 +7629,11 @@ declare const _default: {
7305
7629
  loadingRowCount: number;
7306
7630
  emptyStateTitle: string;
7307
7631
  isSticky: boolean;
7632
+ zIndexBase: number;
7308
7633
  emptyStateSubtitle: string;
7309
7634
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7310
7635
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7311
7636
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7312
- zIndexBase: number;
7313
7637
  rowCustomClassKey: string;
7314
7638
  rowDataKey: string;
7315
7639
  totalCount: number;
@@ -7375,6 +7699,10 @@ declare const _default: {
7375
7699
  type: import("vue").PropType<boolean>;
7376
7700
  default: boolean;
7377
7701
  };
7702
+ zIndexBase: {
7703
+ type: import("vue").PropType<number>;
7704
+ default: number;
7705
+ };
7378
7706
  emptyStateSubtitle: {
7379
7707
  type: import("vue").PropType<string>;
7380
7708
  default: string;
@@ -7391,10 +7719,6 @@ declare const _default: {
7391
7719
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7392
7720
  default: any;
7393
7721
  };
7394
- zIndexBase: {
7395
- type: import("vue").PropType<number>;
7396
- default: number;
7397
- };
7398
7722
  rowCustomClassKey: {
7399
7723
  type: import("vue").PropType<string>;
7400
7724
  default: string;
@@ -7478,6 +7802,10 @@ declare const _default: {
7478
7802
  type: import("vue").PropType<boolean>;
7479
7803
  default: boolean;
7480
7804
  };
7805
+ zIndexBase: {
7806
+ type: import("vue").PropType<number>;
7807
+ default: number;
7808
+ };
7481
7809
  emptyStateSubtitle: {
7482
7810
  type: import("vue").PropType<string>;
7483
7811
  default: string;
@@ -7494,10 +7822,6 @@ declare const _default: {
7494
7822
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7495
7823
  default: any;
7496
7824
  };
7497
- zIndexBase: {
7498
- type: import("vue").PropType<number>;
7499
- default: number;
7500
- };
7501
7825
  rowCustomClassKey: {
7502
7826
  type: import("vue").PropType<string>;
7503
7827
  default: string;
@@ -7558,11 +7882,11 @@ declare const _default: {
7558
7882
  loadingRowCount: number;
7559
7883
  emptyStateTitle: string;
7560
7884
  isSticky: boolean;
7885
+ zIndexBase: number;
7561
7886
  emptyStateSubtitle: string;
7562
7887
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7563
7888
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7564
7889
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7565
- zIndexBase: number;
7566
7890
  rowCustomClassKey: string;
7567
7891
  rowDataKey: string;
7568
7892
  totalCount: number;
@@ -7608,11 +7932,11 @@ declare const _default: {
7608
7932
  loadingRowCount: number;
7609
7933
  emptyStateTitle: string;
7610
7934
  isSticky: boolean;
7935
+ zIndexBase: number;
7611
7936
  emptyStateSubtitle: string;
7612
7937
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7613
7938
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7614
7939
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7615
- zIndexBase: number;
7616
7940
  rowCustomClassKey: string;
7617
7941
  rowDataKey: string;
7618
7942
  totalCount: number;
@@ -7658,6 +7982,10 @@ declare const _default: {
7658
7982
  type: import("vue").PropType<boolean>;
7659
7983
  default: boolean;
7660
7984
  };
7985
+ zIndexBase: {
7986
+ type: import("vue").PropType<number>;
7987
+ default: number;
7988
+ };
7661
7989
  emptyStateSubtitle: {
7662
7990
  type: import("vue").PropType<string>;
7663
7991
  default: string;
@@ -7674,10 +8002,6 @@ declare const _default: {
7674
8002
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7675
8003
  default: any;
7676
8004
  };
7677
- zIndexBase: {
7678
- type: import("vue").PropType<number>;
7679
- default: number;
7680
- };
7681
8005
  rowCustomClassKey: {
7682
8006
  type: import("vue").PropType<string>;
7683
8007
  default: string;
@@ -7720,7 +8044,7 @@ declare const _default: {
7720
8044
  }) => any;
7721
8045
  onOnClearSearch?: () => any;
7722
8046
  onClickRow?: (rowIndex: number, tableIndex: number) => any;
7723
- } & 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">;
7724
8048
  $attrs: {
7725
8049
  [x: string]: unknown;
7726
8050
  };
@@ -7732,7 +8056,7 @@ declare const _default: {
7732
8056
  }>;
7733
8057
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
7734
8058
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
7735
- $emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "update:search", query: string) => void) & ((event: "onClearSearch") => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
8059
+ $emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
7736
8060
  tableIndex: number;
7737
8061
  }) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
7738
8062
  $el: any;
@@ -7773,6 +8097,10 @@ declare const _default: {
7773
8097
  type: import("vue").PropType<boolean>;
7774
8098
  default: boolean;
7775
8099
  };
8100
+ zIndexBase: {
8101
+ type: import("vue").PropType<number>;
8102
+ default: number;
8103
+ };
7776
8104
  emptyStateSubtitle: {
7777
8105
  type: import("vue").PropType<string>;
7778
8106
  default: string;
@@ -7789,10 +8117,6 @@ declare const _default: {
7789
8117
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7790
8118
  default: any;
7791
8119
  };
7792
- zIndexBase: {
7793
- type: import("vue").PropType<number>;
7794
- default: number;
7795
- };
7796
8120
  rowCustomClassKey: {
7797
8121
  type: import("vue").PropType<string>;
7798
8122
  default: string;
@@ -7853,11 +8177,11 @@ declare const _default: {
7853
8177
  loadingRowCount: number;
7854
8178
  emptyStateTitle: string;
7855
8179
  isSticky: boolean;
8180
+ zIndexBase: number;
7856
8181
  emptyStateSubtitle: string;
7857
8182
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
7858
8183
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
7859
8184
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
7860
- zIndexBase: number;
7861
8185
  rowCustomClassKey: string;
7862
8186
  rowDataKey: string;
7863
8187
  totalCount: number;
@@ -7923,6 +8247,10 @@ declare const _default: {
7923
8247
  type: import("vue").PropType<boolean>;
7924
8248
  default: boolean;
7925
8249
  };
8250
+ zIndexBase: {
8251
+ type: import("vue").PropType<number>;
8252
+ default: number;
8253
+ };
7926
8254
  emptyStateSubtitle: {
7927
8255
  type: import("vue").PropType<string>;
7928
8256
  default: string;
@@ -7939,10 +8267,6 @@ declare const _default: {
7939
8267
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
7940
8268
  default: any;
7941
8269
  };
7942
- zIndexBase: {
7943
- type: import("vue").PropType<number>;
7944
- default: number;
7945
- };
7946
8270
  rowCustomClassKey: {
7947
8271
  type: import("vue").PropType<string>;
7948
8272
  default: string;
@@ -8026,6 +8350,10 @@ declare const _default: {
8026
8350
  type: import("vue").PropType<boolean>;
8027
8351
  default: boolean;
8028
8352
  };
8353
+ zIndexBase: {
8354
+ type: import("vue").PropType<number>;
8355
+ default: number;
8356
+ };
8029
8357
  emptyStateSubtitle: {
8030
8358
  type: import("vue").PropType<string>;
8031
8359
  default: string;
@@ -8042,10 +8370,6 @@ declare const _default: {
8042
8370
  type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
8043
8371
  default: any;
8044
8372
  };
8045
- zIndexBase: {
8046
- type: import("vue").PropType<number>;
8047
- default: number;
8048
- };
8049
8373
  rowCustomClassKey: {
8050
8374
  type: import("vue").PropType<string>;
8051
8375
  default: string;
@@ -8106,11 +8430,11 @@ declare const _default: {
8106
8430
  loadingRowCount: number;
8107
8431
  emptyStateTitle: string;
8108
8432
  isSticky: boolean;
8433
+ zIndexBase: number;
8109
8434
  emptyStateSubtitle: string;
8110
8435
  getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
8111
8436
  getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
8112
8437
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
8113
- zIndexBase: number;
8114
8438
  rowCustomClassKey: string;
8115
8439
  rowDataKey: string;
8116
8440
  totalCount: number;
@@ -8225,10 +8549,10 @@ declare const _default: {
8225
8549
  default: any;
8226
8550
  };
8227
8551
  }>> & {
8552
+ onLoadMore?: () => any;
8228
8553
  onOnScroll?: (event: Event) => any;
8229
8554
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
8230
8555
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
8231
- onLoadMore?: () => any;
8232
8556
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
8233
8557
  $attrs: {
8234
8558
  [x: string]: unknown;
@@ -8241,7 +8565,7 @@ declare const _default: {
8241
8565
  }>;
8242
8566
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
8243
8567
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
8244
- $emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "loadMore") => void);
8568
+ $emit: ((event: "onScroll", event: Event) => void) & ((event: "loadMore") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void);
8245
8569
  $el: any;
8246
8570
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
8247
8571
  sort: {
@@ -8309,10 +8633,10 @@ declare const _default: {
8309
8633
  default: any;
8310
8634
  };
8311
8635
  }>> & {
8636
+ onLoadMore?: () => any;
8312
8637
  onOnScroll?: (event: Event) => any;
8313
8638
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
8314
8639
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
8315
- onLoadMore?: () => any;
8316
8640
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8317
8641
  "update:sort": (newSort: tableV3.Sort) => void;
8318
8642
  onScroll: (event: Event) => void;
@@ -8417,10 +8741,10 @@ declare const _default: {
8417
8741
  default: any;
8418
8742
  };
8419
8743
  }>> & {
8744
+ onLoadMore?: () => any;
8420
8745
  onOnScroll?: (event: Event) => any;
8421
8746
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
8422
8747
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
8423
- onLoadMore?: () => any;
8424
8748
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
8425
8749
  __isFragment?: never;
8426
8750
  __isTeleport?: never;
@@ -8491,10 +8815,10 @@ declare const _default: {
8491
8815
  default: any;
8492
8816
  };
8493
8817
  }>> & {
8818
+ onLoadMore?: () => any;
8494
8819
  onOnScroll?: (event: Event) => any;
8495
8820
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
8496
8821
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
8497
- onLoadMore?: () => any;
8498
8822
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8499
8823
  "update:sort": (newSort: tableV3.Sort) => void;
8500
8824
  onScroll: (event: Event) => void;
@@ -8618,10 +8942,10 @@ declare const _default: {
8618
8942
  default: any;
8619
8943
  };
8620
8944
  }>> & {
8945
+ onLoadMore?: () => any;
8621
8946
  onOnScroll?: (event: Event) => any;
8622
8947
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
8623
8948
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
8624
- onLoadMore?: () => any;
8625
8949
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
8626
8950
  $attrs: {
8627
8951
  [x: string]: unknown;
@@ -8634,7 +8958,7 @@ declare const _default: {
8634
8958
  }>;
8635
8959
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
8636
8960
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
8637
- $emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "loadMore") => void);
8961
+ $emit: ((event: "onScroll", event: Event) => void) & ((event: "loadMore") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void);
8638
8962
  $el: any;
8639
8963
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
8640
8964
  sort: {
@@ -8702,10 +9026,10 @@ declare const _default: {
8702
9026
  default: any;
8703
9027
  };
8704
9028
  }>> & {
9029
+ onLoadMore?: () => any;
8705
9030
  onOnScroll?: (event: Event) => any;
8706
9031
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
8707
9032
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
8708
- onLoadMore?: () => any;
8709
9033
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8710
9034
  "update:sort": (newSort: tableV3.Sort) => void;
8711
9035
  onScroll: (event: Event) => void;
@@ -8810,10 +9134,10 @@ declare const _default: {
8810
9134
  default: any;
8811
9135
  };
8812
9136
  }>> & {
9137
+ onLoadMore?: () => any;
8813
9138
  onOnScroll?: (event: Event) => any;
8814
9139
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
8815
9140
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
8816
- onLoadMore?: () => any;
8817
9141
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
8818
9142
  __isFragment?: never;
8819
9143
  __isTeleport?: never;
@@ -8884,10 +9208,10 @@ declare const _default: {
8884
9208
  default: any;
8885
9209
  };
8886
9210
  }>> & {
9211
+ onLoadMore?: () => any;
8887
9212
  onOnScroll?: (event: Event) => any;
8888
9213
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
8889
9214
  onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
8890
- onLoadMore?: () => any;
8891
9215
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8892
9216
  "update:sort": (newSort: tableV3.Sort) => void;
8893
9217
  onScroll: (event: Event) => void;
@@ -9564,6 +9888,8 @@ declare const _default: {
9564
9888
  disabled: boolean;
9565
9889
  distance: string | number;
9566
9890
  container: string;
9891
+ shown: boolean;
9892
+ autoHide: boolean;
9567
9893
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9568
9894
  header: {
9569
9895
  type: import("vue").PropType<string>;
@@ -9609,9 +9935,17 @@ declare const _default: {
9609
9935
  type: import("vue").PropType<string>;
9610
9936
  default: string;
9611
9937
  };
9938
+ shown: {
9939
+ type: import("vue").PropType<boolean>;
9940
+ default: any;
9941
+ };
9942
+ autoHide: {
9943
+ type: import("vue").PropType<boolean>;
9944
+ default: boolean;
9945
+ };
9612
9946
  }>> & {
9613
9947
  onShow?: () => any;
9614
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
9948
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
9615
9949
  $attrs: {
9616
9950
  [x: string]: unknown;
9617
9951
  };
@@ -9670,6 +10004,14 @@ declare const _default: {
9670
10004
  type: import("vue").PropType<string>;
9671
10005
  default: string;
9672
10006
  };
10007
+ shown: {
10008
+ type: import("vue").PropType<boolean>;
10009
+ default: any;
10010
+ };
10011
+ autoHide: {
10012
+ type: import("vue").PropType<boolean>;
10013
+ default: boolean;
10014
+ };
9673
10015
  }>> & {
9674
10016
  onShow?: () => any;
9675
10017
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -9686,6 +10028,8 @@ declare const _default: {
9686
10028
  disabled: boolean;
9687
10029
  distance: string | number;
9688
10030
  container: string;
10031
+ shown: boolean;
10032
+ autoHide: boolean;
9689
10033
  }, {}, string> & {
9690
10034
  beforeCreate?: (() => void) | (() => void)[];
9691
10035
  created?: (() => void) | (() => void)[];
@@ -9751,8 +10095,16 @@ declare const _default: {
9751
10095
  type: import("vue").PropType<string>;
9752
10096
  default: string;
9753
10097
  };
9754
- }>> & {
9755
- onShow?: () => any;
10098
+ shown: {
10099
+ type: import("vue").PropType<boolean>;
10100
+ default: any;
10101
+ };
10102
+ autoHide: {
10103
+ type: import("vue").PropType<boolean>;
10104
+ default: boolean;
10105
+ };
10106
+ }>> & {
10107
+ onShow?: () => any;
9756
10108
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
9757
10109
  __isFragment?: never;
9758
10110
  __isTeleport?: never;
@@ -9802,6 +10154,14 @@ declare const _default: {
9802
10154
  type: import("vue").PropType<string>;
9803
10155
  default: string;
9804
10156
  };
10157
+ shown: {
10158
+ type: import("vue").PropType<boolean>;
10159
+ default: any;
10160
+ };
10161
+ autoHide: {
10162
+ type: import("vue").PropType<boolean>;
10163
+ default: boolean;
10164
+ };
9805
10165
  }>> & {
9806
10166
  onShow?: () => any;
9807
10167
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -9818,6 +10178,8 @@ declare const _default: {
9818
10178
  disabled: boolean;
9819
10179
  distance: string | number;
9820
10180
  container: string;
10181
+ shown: boolean;
10182
+ autoHide: boolean;
9821
10183
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
9822
10184
  $slots: {
9823
10185
  default?(_: {}): any;
@@ -9842,6 +10204,8 @@ declare const _default: {
9842
10204
  disabled: boolean;
9843
10205
  distance: string | number;
9844
10206
  container: string;
10207
+ shown: boolean;
10208
+ autoHide: boolean;
9845
10209
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9846
10210
  header: {
9847
10211
  type: import("vue").PropType<string>;
@@ -9887,9 +10251,17 @@ declare const _default: {
9887
10251
  type: import("vue").PropType<string>;
9888
10252
  default: string;
9889
10253
  };
10254
+ shown: {
10255
+ type: import("vue").PropType<boolean>;
10256
+ default: any;
10257
+ };
10258
+ autoHide: {
10259
+ type: import("vue").PropType<boolean>;
10260
+ default: boolean;
10261
+ };
9890
10262
  }>> & {
9891
10263
  onShow?: () => any;
9892
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
10264
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
9893
10265
  $attrs: {
9894
10266
  [x: string]: unknown;
9895
10267
  };
@@ -9948,6 +10320,14 @@ declare const _default: {
9948
10320
  type: import("vue").PropType<string>;
9949
10321
  default: string;
9950
10322
  };
10323
+ shown: {
10324
+ type: import("vue").PropType<boolean>;
10325
+ default: any;
10326
+ };
10327
+ autoHide: {
10328
+ type: import("vue").PropType<boolean>;
10329
+ default: boolean;
10330
+ };
9951
10331
  }>> & {
9952
10332
  onShow?: () => any;
9953
10333
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -9964,6 +10344,8 @@ declare const _default: {
9964
10344
  disabled: boolean;
9965
10345
  distance: string | number;
9966
10346
  container: string;
10347
+ shown: boolean;
10348
+ autoHide: boolean;
9967
10349
  }, {}, string> & {
9968
10350
  beforeCreate?: (() => void) | (() => void)[];
9969
10351
  created?: (() => void) | (() => void)[];
@@ -10029,6 +10411,14 @@ declare const _default: {
10029
10411
  type: import("vue").PropType<string>;
10030
10412
  default: string;
10031
10413
  };
10414
+ shown: {
10415
+ type: import("vue").PropType<boolean>;
10416
+ default: any;
10417
+ };
10418
+ autoHide: {
10419
+ type: import("vue").PropType<boolean>;
10420
+ default: boolean;
10421
+ };
10032
10422
  }>> & {
10033
10423
  onShow?: () => any;
10034
10424
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -10080,6 +10470,14 @@ declare const _default: {
10080
10470
  type: import("vue").PropType<string>;
10081
10471
  default: string;
10082
10472
  };
10473
+ shown: {
10474
+ type: import("vue").PropType<boolean>;
10475
+ default: any;
10476
+ };
10477
+ autoHide: {
10478
+ type: import("vue").PropType<boolean>;
10479
+ default: boolean;
10480
+ };
10083
10481
  }>> & {
10084
10482
  onShow?: () => any;
10085
10483
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -10096,6 +10494,8 @@ declare const _default: {
10096
10494
  disabled: boolean;
10097
10495
  distance: string | number;
10098
10496
  container: string;
10497
+ shown: boolean;
10498
+ autoHide: boolean;
10099
10499
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
10100
10500
  $slots: {
10101
10501
  default?(_: {}): any;
@@ -10122,12 +10522,15 @@ declare const _default: {
10122
10522
  closeOnClickOutside: boolean;
10123
10523
  beforeClose: (show: () => void) => void;
10124
10524
  showCloseButton: boolean;
10525
+ showCancelButton: boolean;
10526
+ showSaveButton: boolean;
10125
10527
  showFooter: boolean;
10126
10528
  saveButtonLabel: string;
10127
10529
  saveButtonLoading: boolean;
10128
10530
  saveButtonColor: string;
10129
10531
  cancelButtonLabel: string;
10130
10532
  cancelButtonColor: string;
10533
+ noPadding: boolean;
10131
10534
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10132
10535
  title: {
10133
10536
  type: import("vue").PropType<string>;
@@ -10185,6 +10588,14 @@ declare const _default: {
10185
10588
  type: import("vue").PropType<boolean>;
10186
10589
  default: boolean;
10187
10590
  };
10591
+ showCancelButton: {
10592
+ type: import("vue").PropType<boolean>;
10593
+ default: boolean;
10594
+ };
10595
+ showSaveButton: {
10596
+ type: import("vue").PropType<boolean>;
10597
+ default: boolean;
10598
+ };
10188
10599
  showFooter: {
10189
10600
  type: import("vue").PropType<boolean>;
10190
10601
  default: boolean;
@@ -10209,13 +10620,17 @@ declare const _default: {
10209
10620
  type: import("vue").PropType<string>;
10210
10621
  default: string;
10211
10622
  };
10623
+ noPadding: {
10624
+ type: import("vue").PropType<boolean>;
10625
+ default: boolean;
10626
+ };
10212
10627
  }>> & {
10213
10628
  "onUpdate:modelValue"?: (value: boolean) => any;
10214
10629
  onClose?: (reason: dialogV3.Reason) => any;
10215
10630
  onCancel?: () => any;
10216
10631
  onOpen?: () => any;
10217
10632
  onSave?: () => any;
10218
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
10633
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor" | "noPadding">;
10219
10634
  $attrs: {
10220
10635
  [x: string]: unknown;
10221
10636
  };
@@ -10286,6 +10701,14 @@ declare const _default: {
10286
10701
  type: import("vue").PropType<boolean>;
10287
10702
  default: boolean;
10288
10703
  };
10704
+ showCancelButton: {
10705
+ type: import("vue").PropType<boolean>;
10706
+ default: boolean;
10707
+ };
10708
+ showSaveButton: {
10709
+ type: import("vue").PropType<boolean>;
10710
+ default: boolean;
10711
+ };
10289
10712
  showFooter: {
10290
10713
  type: import("vue").PropType<boolean>;
10291
10714
  default: boolean;
@@ -10310,6 +10733,10 @@ declare const _default: {
10310
10733
  type: import("vue").PropType<string>;
10311
10734
  default: string;
10312
10735
  };
10736
+ noPadding: {
10737
+ type: import("vue").PropType<boolean>;
10738
+ default: boolean;
10739
+ };
10313
10740
  }>> & {
10314
10741
  "onUpdate:modelValue"?: (value: boolean) => any;
10315
10742
  onClose?: (reason: dialogV3.Reason) => any;
@@ -10336,12 +10763,15 @@ declare const _default: {
10336
10763
  closeOnClickOutside: boolean;
10337
10764
  beforeClose: (show: () => void) => void;
10338
10765
  showCloseButton: boolean;
10766
+ showCancelButton: boolean;
10767
+ showSaveButton: boolean;
10339
10768
  showFooter: boolean;
10340
10769
  saveButtonLabel: string;
10341
10770
  saveButtonLoading: boolean;
10342
10771
  saveButtonColor: string;
10343
10772
  cancelButtonLabel: string;
10344
10773
  cancelButtonColor: string;
10774
+ noPadding: boolean;
10345
10775
  }, {}, string> & {
10346
10776
  beforeCreate?: (() => void) | (() => void)[];
10347
10777
  created?: (() => void) | (() => void)[];
@@ -10419,6 +10849,14 @@ declare const _default: {
10419
10849
  type: import("vue").PropType<boolean>;
10420
10850
  default: boolean;
10421
10851
  };
10852
+ showCancelButton: {
10853
+ type: import("vue").PropType<boolean>;
10854
+ default: boolean;
10855
+ };
10856
+ showSaveButton: {
10857
+ type: import("vue").PropType<boolean>;
10858
+ default: boolean;
10859
+ };
10422
10860
  showFooter: {
10423
10861
  type: import("vue").PropType<boolean>;
10424
10862
  default: boolean;
@@ -10443,6 +10881,10 @@ declare const _default: {
10443
10881
  type: import("vue").PropType<string>;
10444
10882
  default: string;
10445
10883
  };
10884
+ noPadding: {
10885
+ type: import("vue").PropType<boolean>;
10886
+ default: boolean;
10887
+ };
10446
10888
  }>> & {
10447
10889
  "onUpdate:modelValue"?: (value: boolean) => any;
10448
10890
  onClose?: (reason: dialogV3.Reason) => any;
@@ -10510,6 +10952,14 @@ declare const _default: {
10510
10952
  type: import("vue").PropType<boolean>;
10511
10953
  default: boolean;
10512
10954
  };
10955
+ showCancelButton: {
10956
+ type: import("vue").PropType<boolean>;
10957
+ default: boolean;
10958
+ };
10959
+ showSaveButton: {
10960
+ type: import("vue").PropType<boolean>;
10961
+ default: boolean;
10962
+ };
10513
10963
  showFooter: {
10514
10964
  type: import("vue").PropType<boolean>;
10515
10965
  default: boolean;
@@ -10534,6 +10984,10 @@ declare const _default: {
10534
10984
  type: import("vue").PropType<string>;
10535
10985
  default: string;
10536
10986
  };
10987
+ noPadding: {
10988
+ type: import("vue").PropType<boolean>;
10989
+ default: boolean;
10990
+ };
10537
10991
  }>> & {
10538
10992
  "onUpdate:modelValue"?: (value: boolean) => any;
10539
10993
  onClose?: (reason: dialogV3.Reason) => any;
@@ -10560,12 +11014,15 @@ declare const _default: {
10560
11014
  closeOnClickOutside: boolean;
10561
11015
  beforeClose: (show: () => void) => void;
10562
11016
  showCloseButton: boolean;
11017
+ showCancelButton: boolean;
11018
+ showSaveButton: boolean;
10563
11019
  showFooter: boolean;
10564
11020
  saveButtonLabel: string;
10565
11021
  saveButtonLoading: boolean;
10566
11022
  saveButtonColor: string;
10567
11023
  cancelButtonLabel: string;
10568
11024
  cancelButtonColor: string;
11025
+ noPadding: boolean;
10569
11026
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
10570
11027
  $slots: {
10571
11028
  header?(_: {}): any;
@@ -10591,12 +11048,15 @@ declare const _default: {
10591
11048
  closeOnClickOutside: boolean;
10592
11049
  beforeClose: (show: () => void) => void;
10593
11050
  showCloseButton: boolean;
11051
+ showCancelButton: boolean;
11052
+ showSaveButton: boolean;
10594
11053
  showFooter: boolean;
10595
11054
  saveButtonLabel: string;
10596
11055
  saveButtonLoading: boolean;
10597
11056
  saveButtonColor: string;
10598
11057
  cancelButtonLabel: string;
10599
11058
  cancelButtonColor: string;
11059
+ noPadding: boolean;
10600
11060
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10601
11061
  title: {
10602
11062
  type: import("vue").PropType<string>;
@@ -10654,6 +11114,14 @@ declare const _default: {
10654
11114
  type: import("vue").PropType<boolean>;
10655
11115
  default: boolean;
10656
11116
  };
11117
+ showCancelButton: {
11118
+ type: import("vue").PropType<boolean>;
11119
+ default: boolean;
11120
+ };
11121
+ showSaveButton: {
11122
+ type: import("vue").PropType<boolean>;
11123
+ default: boolean;
11124
+ };
10657
11125
  showFooter: {
10658
11126
  type: import("vue").PropType<boolean>;
10659
11127
  default: boolean;
@@ -10678,13 +11146,17 @@ declare const _default: {
10678
11146
  type: import("vue").PropType<string>;
10679
11147
  default: string;
10680
11148
  };
11149
+ noPadding: {
11150
+ type: import("vue").PropType<boolean>;
11151
+ default: boolean;
11152
+ };
10681
11153
  }>> & {
10682
11154
  "onUpdate:modelValue"?: (value: boolean) => any;
10683
11155
  onClose?: (reason: dialogV3.Reason) => any;
10684
11156
  onCancel?: () => any;
10685
11157
  onOpen?: () => any;
10686
11158
  onSave?: () => any;
10687
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
11159
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor" | "noPadding">;
10688
11160
  $attrs: {
10689
11161
  [x: string]: unknown;
10690
11162
  };
@@ -10755,6 +11227,14 @@ declare const _default: {
10755
11227
  type: import("vue").PropType<boolean>;
10756
11228
  default: boolean;
10757
11229
  };
11230
+ showCancelButton: {
11231
+ type: import("vue").PropType<boolean>;
11232
+ default: boolean;
11233
+ };
11234
+ showSaveButton: {
11235
+ type: import("vue").PropType<boolean>;
11236
+ default: boolean;
11237
+ };
10758
11238
  showFooter: {
10759
11239
  type: import("vue").PropType<boolean>;
10760
11240
  default: boolean;
@@ -10779,6 +11259,10 @@ declare const _default: {
10779
11259
  type: import("vue").PropType<string>;
10780
11260
  default: string;
10781
11261
  };
11262
+ noPadding: {
11263
+ type: import("vue").PropType<boolean>;
11264
+ default: boolean;
11265
+ };
10782
11266
  }>> & {
10783
11267
  "onUpdate:modelValue"?: (value: boolean) => any;
10784
11268
  onClose?: (reason: dialogV3.Reason) => any;
@@ -10805,12 +11289,15 @@ declare const _default: {
10805
11289
  closeOnClickOutside: boolean;
10806
11290
  beforeClose: (show: () => void) => void;
10807
11291
  showCloseButton: boolean;
11292
+ showCancelButton: boolean;
11293
+ showSaveButton: boolean;
10808
11294
  showFooter: boolean;
10809
11295
  saveButtonLabel: string;
10810
11296
  saveButtonLoading: boolean;
10811
11297
  saveButtonColor: string;
10812
11298
  cancelButtonLabel: string;
10813
11299
  cancelButtonColor: string;
11300
+ noPadding: boolean;
10814
11301
  }, {}, string> & {
10815
11302
  beforeCreate?: (() => void) | (() => void)[];
10816
11303
  created?: (() => void) | (() => void)[];
@@ -10888,6 +11375,14 @@ declare const _default: {
10888
11375
  type: import("vue").PropType<boolean>;
10889
11376
  default: boolean;
10890
11377
  };
11378
+ showCancelButton: {
11379
+ type: import("vue").PropType<boolean>;
11380
+ default: boolean;
11381
+ };
11382
+ showSaveButton: {
11383
+ type: import("vue").PropType<boolean>;
11384
+ default: boolean;
11385
+ };
10891
11386
  showFooter: {
10892
11387
  type: import("vue").PropType<boolean>;
10893
11388
  default: boolean;
@@ -10912,6 +11407,10 @@ declare const _default: {
10912
11407
  type: import("vue").PropType<string>;
10913
11408
  default: string;
10914
11409
  };
11410
+ noPadding: {
11411
+ type: import("vue").PropType<boolean>;
11412
+ default: boolean;
11413
+ };
10915
11414
  }>> & {
10916
11415
  "onUpdate:modelValue"?: (value: boolean) => any;
10917
11416
  onClose?: (reason: dialogV3.Reason) => any;
@@ -10979,6 +11478,14 @@ declare const _default: {
10979
11478
  type: import("vue").PropType<boolean>;
10980
11479
  default: boolean;
10981
11480
  };
11481
+ showCancelButton: {
11482
+ type: import("vue").PropType<boolean>;
11483
+ default: boolean;
11484
+ };
11485
+ showSaveButton: {
11486
+ type: import("vue").PropType<boolean>;
11487
+ default: boolean;
11488
+ };
10982
11489
  showFooter: {
10983
11490
  type: import("vue").PropType<boolean>;
10984
11491
  default: boolean;
@@ -11003,6 +11510,10 @@ declare const _default: {
11003
11510
  type: import("vue").PropType<string>;
11004
11511
  default: string;
11005
11512
  };
11513
+ noPadding: {
11514
+ type: import("vue").PropType<boolean>;
11515
+ default: boolean;
11516
+ };
11006
11517
  }>> & {
11007
11518
  "onUpdate:modelValue"?: (value: boolean) => any;
11008
11519
  onClose?: (reason: dialogV3.Reason) => any;
@@ -11029,12 +11540,15 @@ declare const _default: {
11029
11540
  closeOnClickOutside: boolean;
11030
11541
  beforeClose: (show: () => void) => void;
11031
11542
  showCloseButton: boolean;
11543
+ showCancelButton: boolean;
11544
+ showSaveButton: boolean;
11032
11545
  showFooter: boolean;
11033
11546
  saveButtonLabel: string;
11034
11547
  saveButtonLoading: boolean;
11035
11548
  saveButtonColor: string;
11036
11549
  cancelButtonLabel: string;
11037
11550
  cancelButtonColor: string;
11551
+ noPadding: boolean;
11038
11552
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
11039
11553
  $slots: {
11040
11554
  header?(_: {}): any;
@@ -15777,9 +16291,10 @@ declare const _default: {
15777
16291
  skidding: number;
15778
16292
  modelValue: any;
15779
16293
  selected: any;
15780
- onClear: () => void;
16294
+ valueToCopy: string;
15781
16295
  placeholder: string;
15782
16296
  multi: boolean;
16297
+ infiniteLoading: boolean;
15783
16298
  showSelectAll: boolean;
15784
16299
  defaultOpen: boolean;
15785
16300
  keepOpen: boolean;
@@ -15798,6 +16313,7 @@ declare const _default: {
15798
16313
  onSearch: (option: any, term: string) => boolean;
15799
16314
  noResultsText: string;
15800
16315
  searchAutoFocus: boolean;
16316
+ onClearSearch: () => void;
15801
16317
  optionNameKey: string;
15802
16318
  optionIconKey: string;
15803
16319
  optionImageKey: string;
@@ -15806,7 +16322,6 @@ declare const _default: {
15806
16322
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
15807
16323
  optionsEndTextIconKey: string;
15808
16324
  optionFlagKey: string;
15809
- valueToCopy: string;
15810
16325
  disabledOptionKey: string;
15811
16326
  optionTwoLinesVariant: "horizontal" | "vertical";
15812
16327
  optionTwoLinesKey: string;
@@ -15818,6 +16333,7 @@ declare const _default: {
15818
16333
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
15819
16334
  disableVirtualScroll: boolean;
15820
16335
  overrideOptionCountCalculation: (option: unknown) => number;
16336
+ withConditions: boolean;
15821
16337
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15822
16338
  theme: {
15823
16339
  type: import("vue").PropType<string>;
@@ -15862,13 +16378,13 @@ declare const _default: {
15862
16378
  loading: {
15863
16379
  type: import("vue").PropType<boolean>;
15864
16380
  };
16381
+ isOpen: {
16382
+ type: import("vue").PropType<boolean>;
16383
+ };
15865
16384
  skidding: {
15866
16385
  type: import("vue").PropType<number>;
15867
16386
  default: number;
15868
16387
  };
15869
- isOpen: {
15870
- type: import("vue").PropType<boolean>;
15871
- };
15872
16388
  modelValue: {
15873
16389
  type: import("vue").PropType<unknown>;
15874
16390
  default: any;
@@ -15877,14 +16393,14 @@ declare const _default: {
15877
16393
  type: import("vue").PropType<unknown>;
15878
16394
  default: any;
15879
16395
  };
16396
+ valueToCopy: {
16397
+ type: import("vue").PropType<string>;
16398
+ default: any;
16399
+ };
15880
16400
  options: {
15881
16401
  type: import("vue").PropType<unknown[]>;
15882
16402
  required: true;
15883
16403
  };
15884
- onClear: {
15885
- type: import("vue").PropType<() => void>;
15886
- default: () => true;
15887
- };
15888
16404
  placeholder: {
15889
16405
  type: import("vue").PropType<string>;
15890
16406
  default: string;
@@ -15893,6 +16409,13 @@ declare const _default: {
15893
16409
  type: import("vue").PropType<boolean>;
15894
16410
  default: boolean;
15895
16411
  };
16412
+ loadMoreLoading: {
16413
+ type: import("vue").PropType<boolean>;
16414
+ };
16415
+ infiniteLoading: {
16416
+ type: import("vue").PropType<boolean>;
16417
+ default: boolean;
16418
+ };
15896
16419
  showSelectAll: {
15897
16420
  type: import("vue").PropType<boolean>;
15898
16421
  default: boolean;
@@ -15965,6 +16488,10 @@ declare const _default: {
15965
16488
  type: import("vue").PropType<boolean>;
15966
16489
  default: boolean;
15967
16490
  };
16491
+ onClearSearch: {
16492
+ type: import("vue").PropType<() => void>;
16493
+ default: () => true;
16494
+ };
15968
16495
  displayValue: {
15969
16496
  type: import("vue").PropType<(option: unknown) => string>;
15970
16497
  required: true;
@@ -16001,10 +16528,6 @@ declare const _default: {
16001
16528
  type: import("vue").PropType<string>;
16002
16529
  default: any;
16003
16530
  };
16004
- valueToCopy: {
16005
- type: import("vue").PropType<string>;
16006
- default: any;
16007
- };
16008
16531
  disabledOptionKey: {
16009
16532
  type: import("vue").PropType<string>;
16010
16533
  default: string;
@@ -16049,17 +16572,24 @@ declare const _default: {
16049
16572
  type: import("vue").PropType<(option: unknown) => number>;
16050
16573
  default: any;
16051
16574
  };
16575
+ withConditions: {
16576
+ type: import("vue").PropType<boolean>;
16577
+ default: boolean;
16578
+ };
16052
16579
  }>> & {
16053
16580
  onCopyToClipboard?: () => any;
16054
16581
  onClear?: () => any;
16055
16582
  onApply?: (value: unknown) => any;
16056
16583
  onSelectAll?: () => any;
16057
16584
  "onUpdate:selected"?: (value: unknown) => any;
16585
+ onAllSelectedChanged?: (value: boolean) => any;
16058
16586
  "onUpdate:isOpen"?: (value: unknown) => any;
16059
16587
  onOnsearch?: (value: string) => any;
16588
+ onLoadMore?: () => any;
16589
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16060
16590
  onOpened?: () => any;
16061
16591
  onClosed?: () => any;
16062
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
16592
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16063
16593
  $attrs: {
16064
16594
  [x: string]: unknown;
16065
16595
  };
@@ -16071,7 +16601,7 @@ declare const _default: {
16071
16601
  }>;
16072
16602
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16073
16603
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16074
- $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
16604
+ $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
16075
16605
  $el: any;
16076
16606
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
16077
16607
  theme: {
@@ -16117,13 +16647,13 @@ declare const _default: {
16117
16647
  loading: {
16118
16648
  type: import("vue").PropType<boolean>;
16119
16649
  };
16650
+ isOpen: {
16651
+ type: import("vue").PropType<boolean>;
16652
+ };
16120
16653
  skidding: {
16121
16654
  type: import("vue").PropType<number>;
16122
16655
  default: number;
16123
16656
  };
16124
- isOpen: {
16125
- type: import("vue").PropType<boolean>;
16126
- };
16127
16657
  modelValue: {
16128
16658
  type: import("vue").PropType<unknown>;
16129
16659
  default: any;
@@ -16132,14 +16662,14 @@ declare const _default: {
16132
16662
  type: import("vue").PropType<unknown>;
16133
16663
  default: any;
16134
16664
  };
16665
+ valueToCopy: {
16666
+ type: import("vue").PropType<string>;
16667
+ default: any;
16668
+ };
16135
16669
  options: {
16136
16670
  type: import("vue").PropType<unknown[]>;
16137
16671
  required: true;
16138
16672
  };
16139
- onClear: {
16140
- type: import("vue").PropType<() => void>;
16141
- default: () => true;
16142
- };
16143
16673
  placeholder: {
16144
16674
  type: import("vue").PropType<string>;
16145
16675
  default: string;
@@ -16148,6 +16678,13 @@ declare const _default: {
16148
16678
  type: import("vue").PropType<boolean>;
16149
16679
  default: boolean;
16150
16680
  };
16681
+ loadMoreLoading: {
16682
+ type: import("vue").PropType<boolean>;
16683
+ };
16684
+ infiniteLoading: {
16685
+ type: import("vue").PropType<boolean>;
16686
+ default: boolean;
16687
+ };
16151
16688
  showSelectAll: {
16152
16689
  type: import("vue").PropType<boolean>;
16153
16690
  default: boolean;
@@ -16220,6 +16757,10 @@ declare const _default: {
16220
16757
  type: import("vue").PropType<boolean>;
16221
16758
  default: boolean;
16222
16759
  };
16760
+ onClearSearch: {
16761
+ type: import("vue").PropType<() => void>;
16762
+ default: () => true;
16763
+ };
16223
16764
  displayValue: {
16224
16765
  type: import("vue").PropType<(option: unknown) => string>;
16225
16766
  required: true;
@@ -16256,10 +16797,6 @@ declare const _default: {
16256
16797
  type: import("vue").PropType<string>;
16257
16798
  default: any;
16258
16799
  };
16259
- valueToCopy: {
16260
- type: import("vue").PropType<string>;
16261
- default: any;
16262
- };
16263
16800
  disabledOptionKey: {
16264
16801
  type: import("vue").PropType<string>;
16265
16802
  default: string;
@@ -16304,14 +16841,21 @@ declare const _default: {
16304
16841
  type: import("vue").PropType<(option: unknown) => number>;
16305
16842
  default: any;
16306
16843
  };
16844
+ withConditions: {
16845
+ type: import("vue").PropType<boolean>;
16846
+ default: boolean;
16847
+ };
16307
16848
  }>> & {
16308
16849
  onCopyToClipboard?: () => any;
16309
16850
  onClear?: () => any;
16310
16851
  onApply?: (value: unknown) => any;
16311
16852
  onSelectAll?: () => any;
16312
16853
  "onUpdate:selected"?: (value: unknown) => any;
16854
+ onAllSelectedChanged?: (value: boolean) => any;
16313
16855
  "onUpdate:isOpen"?: (value: unknown) => any;
16314
16856
  onOnsearch?: (value: string) => any;
16857
+ onLoadMore?: () => any;
16858
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16315
16859
  onOpened?: () => any;
16316
16860
  onClosed?: () => any;
16317
16861
  }, {
@@ -16327,6 +16871,9 @@ declare const _default: {
16327
16871
  clear: () => void;
16328
16872
  copyToClipboard: () => void;
16329
16873
  onsearch: (value: string) => void;
16874
+ loadMore: () => void;
16875
+ allSelectedChanged: (value: boolean) => void;
16876
+ unsavedSelectionUpdate: (value: unknown[]) => void;
16330
16877
  }, string, {
16331
16878
  theme: string;
16332
16879
  testId: string;
@@ -16341,9 +16888,10 @@ declare const _default: {
16341
16888
  skidding: number;
16342
16889
  modelValue: any;
16343
16890
  selected: any;
16344
- onClear: () => void;
16891
+ valueToCopy: string;
16345
16892
  placeholder: string;
16346
16893
  multi: boolean;
16894
+ infiniteLoading: boolean;
16347
16895
  showSelectAll: boolean;
16348
16896
  defaultOpen: boolean;
16349
16897
  keepOpen: boolean;
@@ -16362,6 +16910,7 @@ declare const _default: {
16362
16910
  onSearch: (option: any, term: string) => boolean;
16363
16911
  noResultsText: string;
16364
16912
  searchAutoFocus: boolean;
16913
+ onClearSearch: () => void;
16365
16914
  optionNameKey: string;
16366
16915
  optionIconKey: string;
16367
16916
  optionImageKey: string;
@@ -16370,7 +16919,6 @@ declare const _default: {
16370
16919
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16371
16920
  optionsEndTextIconKey: string;
16372
16921
  optionFlagKey: string;
16373
- valueToCopy: string;
16374
16922
  disabledOptionKey: string;
16375
16923
  optionTwoLinesVariant: "horizontal" | "vertical";
16376
16924
  optionTwoLinesKey: string;
@@ -16382,6 +16930,7 @@ declare const _default: {
16382
16930
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
16383
16931
  disableVirtualScroll: boolean;
16384
16932
  overrideOptionCountCalculation: (option: unknown) => number;
16933
+ withConditions: boolean;
16385
16934
  }, {}, string> & {
16386
16935
  beforeCreate?: (() => void) | (() => void)[];
16387
16936
  created?: (() => void) | (() => void)[];
@@ -16446,13 +16995,13 @@ declare const _default: {
16446
16995
  loading: {
16447
16996
  type: import("vue").PropType<boolean>;
16448
16997
  };
16998
+ isOpen: {
16999
+ type: import("vue").PropType<boolean>;
17000
+ };
16449
17001
  skidding: {
16450
17002
  type: import("vue").PropType<number>;
16451
17003
  default: number;
16452
17004
  };
16453
- isOpen: {
16454
- type: import("vue").PropType<boolean>;
16455
- };
16456
17005
  modelValue: {
16457
17006
  type: import("vue").PropType<unknown>;
16458
17007
  default: any;
@@ -16461,14 +17010,14 @@ declare const _default: {
16461
17010
  type: import("vue").PropType<unknown>;
16462
17011
  default: any;
16463
17012
  };
17013
+ valueToCopy: {
17014
+ type: import("vue").PropType<string>;
17015
+ default: any;
17016
+ };
16464
17017
  options: {
16465
17018
  type: import("vue").PropType<unknown[]>;
16466
17019
  required: true;
16467
17020
  };
16468
- onClear: {
16469
- type: import("vue").PropType<() => void>;
16470
- default: () => true;
16471
- };
16472
17021
  placeholder: {
16473
17022
  type: import("vue").PropType<string>;
16474
17023
  default: string;
@@ -16477,6 +17026,13 @@ declare const _default: {
16477
17026
  type: import("vue").PropType<boolean>;
16478
17027
  default: boolean;
16479
17028
  };
17029
+ loadMoreLoading: {
17030
+ type: import("vue").PropType<boolean>;
17031
+ };
17032
+ infiniteLoading: {
17033
+ type: import("vue").PropType<boolean>;
17034
+ default: boolean;
17035
+ };
16480
17036
  showSelectAll: {
16481
17037
  type: import("vue").PropType<boolean>;
16482
17038
  default: boolean;
@@ -16549,6 +17105,10 @@ declare const _default: {
16549
17105
  type: import("vue").PropType<boolean>;
16550
17106
  default: boolean;
16551
17107
  };
17108
+ onClearSearch: {
17109
+ type: import("vue").PropType<() => void>;
17110
+ default: () => true;
17111
+ };
16552
17112
  displayValue: {
16553
17113
  type: import("vue").PropType<(option: unknown) => string>;
16554
17114
  required: true;
@@ -16585,10 +17145,6 @@ declare const _default: {
16585
17145
  type: import("vue").PropType<string>;
16586
17146
  default: any;
16587
17147
  };
16588
- valueToCopy: {
16589
- type: import("vue").PropType<string>;
16590
- default: any;
16591
- };
16592
17148
  disabledOptionKey: {
16593
17149
  type: import("vue").PropType<string>;
16594
17150
  default: string;
@@ -16633,14 +17189,21 @@ declare const _default: {
16633
17189
  type: import("vue").PropType<(option: unknown) => number>;
16634
17190
  default: any;
16635
17191
  };
17192
+ withConditions: {
17193
+ type: import("vue").PropType<boolean>;
17194
+ default: boolean;
17195
+ };
16636
17196
  }>> & {
16637
17197
  onCopyToClipboard?: () => any;
16638
17198
  onClear?: () => any;
16639
17199
  onApply?: (value: unknown) => any;
16640
17200
  onSelectAll?: () => any;
16641
17201
  "onUpdate:selected"?: (value: unknown) => any;
17202
+ onAllSelectedChanged?: (value: boolean) => any;
16642
17203
  "onUpdate:isOpen"?: (value: unknown) => any;
16643
17204
  onOnsearch?: (value: string) => any;
17205
+ onLoadMore?: () => any;
17206
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16644
17207
  onOpened?: () => any;
16645
17208
  onClosed?: () => any;
16646
17209
  } & import("vue").ShallowUnwrapRef<{
@@ -16694,13 +17257,13 @@ declare const _default: {
16694
17257
  loading: {
16695
17258
  type: import("vue").PropType<boolean>;
16696
17259
  };
17260
+ isOpen: {
17261
+ type: import("vue").PropType<boolean>;
17262
+ };
16697
17263
  skidding: {
16698
17264
  type: import("vue").PropType<number>;
16699
17265
  default: number;
16700
17266
  };
16701
- isOpen: {
16702
- type: import("vue").PropType<boolean>;
16703
- };
16704
17267
  modelValue: {
16705
17268
  type: import("vue").PropType<unknown>;
16706
17269
  default: any;
@@ -16709,14 +17272,14 @@ declare const _default: {
16709
17272
  type: import("vue").PropType<unknown>;
16710
17273
  default: any;
16711
17274
  };
17275
+ valueToCopy: {
17276
+ type: import("vue").PropType<string>;
17277
+ default: any;
17278
+ };
16712
17279
  options: {
16713
17280
  type: import("vue").PropType<unknown[]>;
16714
17281
  required: true;
16715
17282
  };
16716
- onClear: {
16717
- type: import("vue").PropType<() => void>;
16718
- default: () => true;
16719
- };
16720
17283
  placeholder: {
16721
17284
  type: import("vue").PropType<string>;
16722
17285
  default: string;
@@ -16725,6 +17288,13 @@ declare const _default: {
16725
17288
  type: import("vue").PropType<boolean>;
16726
17289
  default: boolean;
16727
17290
  };
17291
+ loadMoreLoading: {
17292
+ type: import("vue").PropType<boolean>;
17293
+ };
17294
+ infiniteLoading: {
17295
+ type: import("vue").PropType<boolean>;
17296
+ default: boolean;
17297
+ };
16728
17298
  showSelectAll: {
16729
17299
  type: import("vue").PropType<boolean>;
16730
17300
  default: boolean;
@@ -16797,6 +17367,10 @@ declare const _default: {
16797
17367
  type: import("vue").PropType<boolean>;
16798
17368
  default: boolean;
16799
17369
  };
17370
+ onClearSearch: {
17371
+ type: import("vue").PropType<() => void>;
17372
+ default: () => true;
17373
+ };
16800
17374
  displayValue: {
16801
17375
  type: import("vue").PropType<(option: unknown) => string>;
16802
17376
  required: true;
@@ -16833,10 +17407,6 @@ declare const _default: {
16833
17407
  type: import("vue").PropType<string>;
16834
17408
  default: any;
16835
17409
  };
16836
- valueToCopy: {
16837
- type: import("vue").PropType<string>;
16838
- default: any;
16839
- };
16840
17410
  disabledOptionKey: {
16841
17411
  type: import("vue").PropType<string>;
16842
17412
  default: string;
@@ -16881,14 +17451,21 @@ declare const _default: {
16881
17451
  type: import("vue").PropType<(option: unknown) => number>;
16882
17452
  default: any;
16883
17453
  };
17454
+ withConditions: {
17455
+ type: import("vue").PropType<boolean>;
17456
+ default: boolean;
17457
+ };
16884
17458
  }>> & {
16885
17459
  onCopyToClipboard?: () => any;
16886
17460
  onClear?: () => any;
16887
17461
  onApply?: (value: unknown) => any;
16888
17462
  onSelectAll?: () => any;
16889
17463
  "onUpdate:selected"?: (value: unknown) => any;
17464
+ onAllSelectedChanged?: (value: boolean) => any;
16890
17465
  "onUpdate:isOpen"?: (value: unknown) => any;
16891
17466
  onOnsearch?: (value: string) => any;
17467
+ onLoadMore?: () => any;
17468
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16892
17469
  onOpened?: () => any;
16893
17470
  onClosed?: () => any;
16894
17471
  }, {
@@ -16904,6 +17481,9 @@ declare const _default: {
16904
17481
  clear: () => void;
16905
17482
  copyToClipboard: () => void;
16906
17483
  onsearch: (value: string) => void;
17484
+ loadMore: () => void;
17485
+ allSelectedChanged: (value: boolean) => void;
17486
+ unsavedSelectionUpdate: (value: unknown[]) => void;
16907
17487
  }, string, {
16908
17488
  theme: string;
16909
17489
  testId: string;
@@ -16918,9 +17498,10 @@ declare const _default: {
16918
17498
  skidding: number;
16919
17499
  modelValue: any;
16920
17500
  selected: any;
16921
- onClear: () => void;
17501
+ valueToCopy: string;
16922
17502
  placeholder: string;
16923
17503
  multi: boolean;
17504
+ infiniteLoading: boolean;
16924
17505
  showSelectAll: boolean;
16925
17506
  defaultOpen: boolean;
16926
17507
  keepOpen: boolean;
@@ -16939,6 +17520,7 @@ declare const _default: {
16939
17520
  onSearch: (option: any, term: string) => boolean;
16940
17521
  noResultsText: string;
16941
17522
  searchAutoFocus: boolean;
17523
+ onClearSearch: () => void;
16942
17524
  optionNameKey: string;
16943
17525
  optionIconKey: string;
16944
17526
  optionImageKey: string;
@@ -16947,7 +17529,6 @@ declare const _default: {
16947
17529
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16948
17530
  optionsEndTextIconKey: string;
16949
17531
  optionFlagKey: string;
16950
- valueToCopy: string;
16951
17532
  disabledOptionKey: string;
16952
17533
  optionTwoLinesVariant: "horizontal" | "vertical";
16953
17534
  optionTwoLinesKey: string;
@@ -16959,6 +17540,7 @@ declare const _default: {
16959
17540
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
16960
17541
  disableVirtualScroll: boolean;
16961
17542
  overrideOptionCountCalculation: (option: unknown) => number;
17543
+ withConditions: boolean;
16962
17544
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
16963
17545
  $slots: {
16964
17546
  label?(_: {}): any;
@@ -16999,10 +17581,12 @@ declare const _default: {
16999
17581
  onClick: () => void;
17000
17582
  };
17001
17583
  }): any;
17584
+ "dropdown-conditions"?(_: {}): any;
17002
17585
  "inline-search"?(_: {}): any;
17003
17586
  "input-list"?(_: {
17004
17587
  open: true;
17005
17588
  }): any;
17589
+ "custom-list-area"?(_: {}): any;
17006
17590
  "select-all"?(_: {}): any;
17007
17591
  "group-option"?(_: {}): any;
17008
17592
  default?(_: {
@@ -17663,6 +18247,14 @@ declare const _default: {
17663
18247
  required: true;
17664
18248
  default: string;
17665
18249
  };
18250
+ cancelAllSelectedDisplay: {
18251
+ type: import("vue").PropType<boolean>;
18252
+ default: boolean;
18253
+ };
18254
+ displayValueInQuotes: {
18255
+ type: import("vue").PropType<boolean>;
18256
+ default: boolean;
18257
+ };
17666
18258
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17667
18259
  clear: () => void;
17668
18260
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -17713,8 +18305,16 @@ declare const _default: {
17713
18305
  required: true;
17714
18306
  default: string;
17715
18307
  };
17716
- }>> & {
17717
- onClear?: () => any;
18308
+ cancelAllSelectedDisplay: {
18309
+ type: import("vue").PropType<boolean>;
18310
+ default: boolean;
18311
+ };
18312
+ displayValueInQuotes: {
18313
+ type: import("vue").PropType<boolean>;
18314
+ default: boolean;
18315
+ };
18316
+ }>> & {
18317
+ onClear?: () => any;
17718
18318
  }, {
17719
18319
  label: string;
17720
18320
  testId: string;
@@ -17723,6 +18323,8 @@ declare const _default: {
17723
18323
  feedbackVariant: string;
17724
18324
  allSelected: boolean;
17725
18325
  displayedValue: any;
18326
+ cancelAllSelectedDisplay: boolean;
18327
+ displayValueInQuotes: boolean;
17726
18328
  }>;
17727
18329
  ButtonDropdownTrigger: {
17728
18330
  new (...args: any[]): {
@@ -17731,8 +18333,11 @@ declare const _default: {
17731
18333
  $props: Partial<{
17732
18334
  testId: string;
17733
18335
  variant: "text" | "outlined";
18336
+ withTooltip: boolean;
18337
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
17734
18338
  disabled: boolean;
17735
18339
  size: "small" | "medium";
18340
+ maxWidth: number;
17736
18341
  open: boolean;
17737
18342
  startIconName: string;
17738
18343
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -17750,6 +18355,14 @@ declare const _default: {
17750
18355
  type: import("vue").PropType<"text" | "outlined">;
17751
18356
  default: string;
17752
18357
  };
18358
+ withTooltip: {
18359
+ type: import("vue").PropType<boolean>;
18360
+ default: boolean;
18361
+ };
18362
+ tooltipPlacement: {
18363
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
18364
+ default: string;
18365
+ };
17753
18366
  disabled: {
17754
18367
  type: import("vue").PropType<boolean>;
17755
18368
  default: boolean;
@@ -17758,6 +18371,10 @@ declare const _default: {
17758
18371
  type: import("vue").PropType<"small" | "medium">;
17759
18372
  default: string;
17760
18373
  };
18374
+ maxWidth: {
18375
+ type: import("vue").PropType<number>;
18376
+ default: number;
18377
+ };
17761
18378
  open: {
17762
18379
  type: import("vue").PropType<boolean>;
17763
18380
  default: boolean;
@@ -17776,7 +18393,7 @@ declare const _default: {
17776
18393
  };
17777
18394
  }>> & {
17778
18395
  onClick?: () => any;
17779
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
18396
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "size" | "maxWidth" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
17780
18397
  $attrs: {
17781
18398
  [x: string]: unknown;
17782
18399
  };
@@ -17803,6 +18420,14 @@ declare const _default: {
17803
18420
  type: import("vue").PropType<"text" | "outlined">;
17804
18421
  default: string;
17805
18422
  };
18423
+ withTooltip: {
18424
+ type: import("vue").PropType<boolean>;
18425
+ default: boolean;
18426
+ };
18427
+ tooltipPlacement: {
18428
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
18429
+ default: string;
18430
+ };
17806
18431
  disabled: {
17807
18432
  type: import("vue").PropType<boolean>;
17808
18433
  default: boolean;
@@ -17811,6 +18436,10 @@ declare const _default: {
17811
18436
  type: import("vue").PropType<"small" | "medium">;
17812
18437
  default: string;
17813
18438
  };
18439
+ maxWidth: {
18440
+ type: import("vue").PropType<number>;
18441
+ default: number;
18442
+ };
17814
18443
  open: {
17815
18444
  type: import("vue").PropType<boolean>;
17816
18445
  default: boolean;
@@ -17834,8 +18463,11 @@ declare const _default: {
17834
18463
  }, string, {
17835
18464
  testId: string;
17836
18465
  variant: "text" | "outlined";
18466
+ withTooltip: boolean;
18467
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
17837
18468
  disabled: boolean;
17838
18469
  size: "small" | "medium";
18470
+ maxWidth: number;
17839
18471
  open: boolean;
17840
18472
  startIconName: string;
17841
18473
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -17873,6 +18505,14 @@ declare const _default: {
17873
18505
  type: import("vue").PropType<"text" | "outlined">;
17874
18506
  default: string;
17875
18507
  };
18508
+ withTooltip: {
18509
+ type: import("vue").PropType<boolean>;
18510
+ default: boolean;
18511
+ };
18512
+ tooltipPlacement: {
18513
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
18514
+ default: string;
18515
+ };
17876
18516
  disabled: {
17877
18517
  type: import("vue").PropType<boolean>;
17878
18518
  default: boolean;
@@ -17881,6 +18521,10 @@ declare const _default: {
17881
18521
  type: import("vue").PropType<"small" | "medium">;
17882
18522
  default: string;
17883
18523
  };
18524
+ maxWidth: {
18525
+ type: import("vue").PropType<number>;
18526
+ default: number;
18527
+ };
17884
18528
  open: {
17885
18529
  type: import("vue").PropType<boolean>;
17886
18530
  default: boolean;
@@ -17916,6 +18560,14 @@ declare const _default: {
17916
18560
  type: import("vue").PropType<"text" | "outlined">;
17917
18561
  default: string;
17918
18562
  };
18563
+ withTooltip: {
18564
+ type: import("vue").PropType<boolean>;
18565
+ default: boolean;
18566
+ };
18567
+ tooltipPlacement: {
18568
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
18569
+ default: string;
18570
+ };
17919
18571
  disabled: {
17920
18572
  type: import("vue").PropType<boolean>;
17921
18573
  default: boolean;
@@ -17924,6 +18576,10 @@ declare const _default: {
17924
18576
  type: import("vue").PropType<"small" | "medium">;
17925
18577
  default: string;
17926
18578
  };
18579
+ maxWidth: {
18580
+ type: import("vue").PropType<number>;
18581
+ default: number;
18582
+ };
17927
18583
  open: {
17928
18584
  type: import("vue").PropType<boolean>;
17929
18585
  default: boolean;
@@ -17947,8 +18603,11 @@ declare const _default: {
17947
18603
  }, string, {
17948
18604
  testId: string;
17949
18605
  variant: "text" | "outlined";
18606
+ withTooltip: boolean;
18607
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
17950
18608
  disabled: boolean;
17951
18609
  size: "small" | "medium";
18610
+ maxWidth: number;
17952
18611
  open: boolean;
17953
18612
  startIconName: string;
17954
18613
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
@@ -18049,6 +18708,7 @@ declare const _default: {
18049
18708
  open: boolean;
18050
18709
  mandatory: boolean;
18051
18710
  loading: boolean;
18711
+ valueToCopy: string;
18052
18712
  options: unknown[];
18053
18713
  singleAppSelection: boolean;
18054
18714
  placeholder: string;
@@ -18059,7 +18719,6 @@ declare const _default: {
18059
18719
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18060
18720
  optionEndIconKey: string;
18061
18721
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18062
- valueToCopy: string;
18063
18722
  selectedOption: any;
18064
18723
  brandIconType: "android" | "ios";
18065
18724
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -18093,6 +18752,10 @@ declare const _default: {
18093
18752
  type: import("vue").PropType<boolean>;
18094
18753
  default: boolean;
18095
18754
  };
18755
+ valueToCopy: {
18756
+ type: import("vue").PropType<string>;
18757
+ default: any;
18758
+ };
18096
18759
  options: {
18097
18760
  type: import("vue").PropType<unknown[]>;
18098
18761
  default: any;
@@ -18137,10 +18800,6 @@ declare const _default: {
18137
18800
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18138
18801
  default: any;
18139
18802
  };
18140
- valueToCopy: {
18141
- type: import("vue").PropType<string>;
18142
- default: any;
18143
- };
18144
18803
  selectedOption: {
18145
18804
  type: import("vue").PropType<unknown>;
18146
18805
  default: any;
@@ -18152,7 +18811,7 @@ declare const _default: {
18152
18811
  }>> & {
18153
18812
  onClick?: () => any;
18154
18813
  onCopyToClipboard?: () => any;
18155
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
18814
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
18156
18815
  $attrs: {
18157
18816
  [x: string]: unknown;
18158
18817
  };
@@ -18197,6 +18856,10 @@ declare const _default: {
18197
18856
  type: import("vue").PropType<boolean>;
18198
18857
  default: boolean;
18199
18858
  };
18859
+ valueToCopy: {
18860
+ type: import("vue").PropType<string>;
18861
+ default: any;
18862
+ };
18200
18863
  options: {
18201
18864
  type: import("vue").PropType<unknown[]>;
18202
18865
  default: any;
@@ -18241,10 +18904,6 @@ declare const _default: {
18241
18904
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18242
18905
  default: any;
18243
18906
  };
18244
- valueToCopy: {
18245
- type: import("vue").PropType<string>;
18246
- default: any;
18247
- };
18248
18907
  selectedOption: {
18249
18908
  type: import("vue").PropType<unknown>;
18250
18909
  default: any;
@@ -18267,6 +18926,7 @@ declare const _default: {
18267
18926
  open: boolean;
18268
18927
  mandatory: boolean;
18269
18928
  loading: boolean;
18929
+ valueToCopy: string;
18270
18930
  options: unknown[];
18271
18931
  singleAppSelection: boolean;
18272
18932
  placeholder: string;
@@ -18277,7 +18937,6 @@ declare const _default: {
18277
18937
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18278
18938
  optionEndIconKey: string;
18279
18939
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18280
- valueToCopy: string;
18281
18940
  selectedOption: any;
18282
18941
  brandIconType: "android" | "ios";
18283
18942
  }, {}, string> & {
@@ -18331,6 +18990,10 @@ declare const _default: {
18331
18990
  type: import("vue").PropType<boolean>;
18332
18991
  default: boolean;
18333
18992
  };
18993
+ valueToCopy: {
18994
+ type: import("vue").PropType<string>;
18995
+ default: any;
18996
+ };
18334
18997
  options: {
18335
18998
  type: import("vue").PropType<unknown[]>;
18336
18999
  default: any;
@@ -18375,10 +19038,6 @@ declare const _default: {
18375
19038
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18376
19039
  default: any;
18377
19040
  };
18378
- valueToCopy: {
18379
- type: import("vue").PropType<string>;
18380
- default: any;
18381
- };
18382
19041
  selectedOption: {
18383
19042
  type: import("vue").PropType<unknown>;
18384
19043
  default: any;
@@ -18425,6 +19084,10 @@ declare const _default: {
18425
19084
  type: import("vue").PropType<boolean>;
18426
19085
  default: boolean;
18427
19086
  };
19087
+ valueToCopy: {
19088
+ type: import("vue").PropType<string>;
19089
+ default: any;
19090
+ };
18428
19091
  options: {
18429
19092
  type: import("vue").PropType<unknown[]>;
18430
19093
  default: any;
@@ -18469,10 +19132,6 @@ declare const _default: {
18469
19132
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18470
19133
  default: any;
18471
19134
  };
18472
- valueToCopy: {
18473
- type: import("vue").PropType<string>;
18474
- default: any;
18475
- };
18476
19135
  selectedOption: {
18477
19136
  type: import("vue").PropType<unknown>;
18478
19137
  default: any;
@@ -18495,6 +19154,7 @@ declare const _default: {
18495
19154
  open: boolean;
18496
19155
  mandatory: boolean;
18497
19156
  loading: boolean;
19157
+ valueToCopy: string;
18498
19158
  options: unknown[];
18499
19159
  singleAppSelection: boolean;
18500
19160
  placeholder: string;
@@ -18505,7 +19165,6 @@ declare const _default: {
18505
19165
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18506
19166
  optionEndIconKey: string;
18507
19167
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18508
- valueToCopy: string;
18509
19168
  selectedOption: any;
18510
19169
  brandIconType: "android" | "ios";
18511
19170
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -19114,6 +19773,7 @@ declare const _default: {
19114
19773
  open: boolean;
19115
19774
  mandatory: boolean;
19116
19775
  loading: boolean;
19776
+ valueToCopy: string;
19117
19777
  options: unknown[];
19118
19778
  singleAppSelection: boolean;
19119
19779
  placeholder: string;
@@ -19124,7 +19784,6 @@ declare const _default: {
19124
19784
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19125
19785
  optionEndIconKey: string;
19126
19786
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19127
- valueToCopy: string;
19128
19787
  selectedOption: any;
19129
19788
  brandIconType: "android" | "ios";
19130
19789
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -19158,6 +19817,10 @@ declare const _default: {
19158
19817
  type: import("vue").PropType<boolean>;
19159
19818
  default: boolean;
19160
19819
  };
19820
+ valueToCopy: {
19821
+ type: import("vue").PropType<string>;
19822
+ default: any;
19823
+ };
19161
19824
  options: {
19162
19825
  type: import("vue").PropType<unknown[]>;
19163
19826
  default: any;
@@ -19202,10 +19865,6 @@ declare const _default: {
19202
19865
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19203
19866
  default: any;
19204
19867
  };
19205
- valueToCopy: {
19206
- type: import("vue").PropType<string>;
19207
- default: any;
19208
- };
19209
19868
  selectedOption: {
19210
19869
  type: import("vue").PropType<unknown>;
19211
19870
  default: any;
@@ -19217,7 +19876,7 @@ declare const _default: {
19217
19876
  }>> & {
19218
19877
  onClick?: () => any;
19219
19878
  onCopyToClipboard?: () => any;
19220
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
19879
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
19221
19880
  $attrs: {
19222
19881
  [x: string]: unknown;
19223
19882
  };
@@ -19262,6 +19921,10 @@ declare const _default: {
19262
19921
  type: import("vue").PropType<boolean>;
19263
19922
  default: boolean;
19264
19923
  };
19924
+ valueToCopy: {
19925
+ type: import("vue").PropType<string>;
19926
+ default: any;
19927
+ };
19265
19928
  options: {
19266
19929
  type: import("vue").PropType<unknown[]>;
19267
19930
  default: any;
@@ -19306,10 +19969,6 @@ declare const _default: {
19306
19969
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19307
19970
  default: any;
19308
19971
  };
19309
- valueToCopy: {
19310
- type: import("vue").PropType<string>;
19311
- default: any;
19312
- };
19313
19972
  selectedOption: {
19314
19973
  type: import("vue").PropType<unknown>;
19315
19974
  default: any;
@@ -19332,6 +19991,7 @@ declare const _default: {
19332
19991
  open: boolean;
19333
19992
  mandatory: boolean;
19334
19993
  loading: boolean;
19994
+ valueToCopy: string;
19335
19995
  options: unknown[];
19336
19996
  singleAppSelection: boolean;
19337
19997
  placeholder: string;
@@ -19342,7 +20002,6 @@ declare const _default: {
19342
20002
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19343
20003
  optionEndIconKey: string;
19344
20004
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19345
- valueToCopy: string;
19346
20005
  selectedOption: any;
19347
20006
  brandIconType: "android" | "ios";
19348
20007
  }, {}, string> & {
@@ -19396,6 +20055,10 @@ declare const _default: {
19396
20055
  type: import("vue").PropType<boolean>;
19397
20056
  default: boolean;
19398
20057
  };
20058
+ valueToCopy: {
20059
+ type: import("vue").PropType<string>;
20060
+ default: any;
20061
+ };
19399
20062
  options: {
19400
20063
  type: import("vue").PropType<unknown[]>;
19401
20064
  default: any;
@@ -19440,10 +20103,6 @@ declare const _default: {
19440
20103
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19441
20104
  default: any;
19442
20105
  };
19443
- valueToCopy: {
19444
- type: import("vue").PropType<string>;
19445
- default: any;
19446
- };
19447
20106
  selectedOption: {
19448
20107
  type: import("vue").PropType<unknown>;
19449
20108
  default: any;
@@ -19490,6 +20149,10 @@ declare const _default: {
19490
20149
  type: import("vue").PropType<boolean>;
19491
20150
  default: boolean;
19492
20151
  };
20152
+ valueToCopy: {
20153
+ type: import("vue").PropType<string>;
20154
+ default: any;
20155
+ };
19493
20156
  options: {
19494
20157
  type: import("vue").PropType<unknown[]>;
19495
20158
  default: any;
@@ -19534,10 +20197,6 @@ declare const _default: {
19534
20197
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19535
20198
  default: any;
19536
20199
  };
19537
- valueToCopy: {
19538
- type: import("vue").PropType<string>;
19539
- default: any;
19540
- };
19541
20200
  selectedOption: {
19542
20201
  type: import("vue").PropType<unknown>;
19543
20202
  default: any;
@@ -19560,6 +20219,7 @@ declare const _default: {
19560
20219
  open: boolean;
19561
20220
  mandatory: boolean;
19562
20221
  loading: boolean;
20222
+ valueToCopy: string;
19563
20223
  options: unknown[];
19564
20224
  singleAppSelection: boolean;
19565
20225
  placeholder: string;
@@ -19570,7 +20230,6 @@ declare const _default: {
19570
20230
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19571
20231
  optionEndIconKey: string;
19572
20232
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19573
- valueToCopy: string;
19574
20233
  selectedOption: any;
19575
20234
  brandIconType: "android" | "ios";
19576
20235
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -19605,6 +20264,7 @@ declare const _default: {
19605
20264
  treeMainOptionExpanded: boolean;
19606
20265
  stopOptionClickEventPropagation: boolean;
19607
20266
  treeChildShown: boolean;
20267
+ isMulti: boolean;
19608
20268
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
19609
20269
  option: {
19610
20270
  type: import("vue").PropType<unknown>;
@@ -19690,12 +20350,16 @@ declare const _default: {
19690
20350
  type: import("vue").PropType<boolean>;
19691
20351
  default: boolean;
19692
20352
  };
20353
+ isMulti: {
20354
+ type: import("vue").PropType<boolean>;
20355
+ default: boolean;
20356
+ };
19693
20357
  selectedProp: {
19694
20358
  type: import("vue").PropType<boolean>;
19695
20359
  };
19696
20360
  }>> & {
19697
20361
  onToggleTreeCollapse?: (option: unknown) => any;
19698
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
20362
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
19699
20363
  $attrs: {
19700
20364
  [x: string]: unknown;
19701
20365
  };
@@ -19794,6 +20458,10 @@ declare const _default: {
19794
20458
  type: import("vue").PropType<boolean>;
19795
20459
  default: boolean;
19796
20460
  };
20461
+ isMulti: {
20462
+ type: import("vue").PropType<boolean>;
20463
+ default: boolean;
20464
+ };
19797
20465
  selectedProp: {
19798
20466
  type: import("vue").PropType<boolean>;
19799
20467
  };
@@ -19823,6 +20491,7 @@ declare const _default: {
19823
20491
  treeMainOptionExpanded: boolean;
19824
20492
  stopOptionClickEventPropagation: boolean;
19825
20493
  treeChildShown: boolean;
20494
+ isMulti: boolean;
19826
20495
  }, {}, string> & {
19827
20496
  beforeCreate?: (() => void) | (() => void)[];
19828
20497
  created?: (() => void) | (() => void)[];
@@ -19928,6 +20597,10 @@ declare const _default: {
19928
20597
  type: import("vue").PropType<boolean>;
19929
20598
  default: boolean;
19930
20599
  };
20600
+ isMulti: {
20601
+ type: import("vue").PropType<boolean>;
20602
+ default: boolean;
20603
+ };
19931
20604
  selectedProp: {
19932
20605
  type: import("vue").PropType<boolean>;
19933
20606
  };
@@ -20022,6 +20695,10 @@ declare const _default: {
20022
20695
  type: import("vue").PropType<boolean>;
20023
20696
  default: boolean;
20024
20697
  };
20698
+ isMulti: {
20699
+ type: import("vue").PropType<boolean>;
20700
+ default: boolean;
20701
+ };
20025
20702
  selectedProp: {
20026
20703
  type: import("vue").PropType<boolean>;
20027
20704
  };
@@ -20051,6 +20728,7 @@ declare const _default: {
20051
20728
  treeMainOptionExpanded: boolean;
20052
20729
  stopOptionClickEventPropagation: boolean;
20053
20730
  treeChildShown: boolean;
20731
+ isMulti: boolean;
20054
20732
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
20055
20733
  $slots: {
20056
20734
  image?(_: {}): any;
@@ -20119,6 +20797,14 @@ declare const _default: {
20119
20797
  required: true;
20120
20798
  default: string;
20121
20799
  };
20800
+ cancelAllSelectedDisplay: {
20801
+ type: import("vue").PropType<boolean>;
20802
+ default: boolean;
20803
+ };
20804
+ displayValueInQuotes: {
20805
+ type: import("vue").PropType<boolean>;
20806
+ default: boolean;
20807
+ };
20122
20808
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20123
20809
  clear: () => void;
20124
20810
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -20169,6 +20855,14 @@ declare const _default: {
20169
20855
  required: true;
20170
20856
  default: string;
20171
20857
  };
20858
+ cancelAllSelectedDisplay: {
20859
+ type: import("vue").PropType<boolean>;
20860
+ default: boolean;
20861
+ };
20862
+ displayValueInQuotes: {
20863
+ type: import("vue").PropType<boolean>;
20864
+ default: boolean;
20865
+ };
20172
20866
  }>> & {
20173
20867
  onClear?: () => any;
20174
20868
  }, {
@@ -20179,6 +20873,8 @@ declare const _default: {
20179
20873
  feedbackVariant: string;
20180
20874
  allSelected: boolean;
20181
20875
  displayedValue: any;
20876
+ cancelAllSelectedDisplay: boolean;
20877
+ displayValueInQuotes: boolean;
20182
20878
  }> | ({
20183
20879
  new (...args: any[]): {
20184
20880
  $: import("vue").ComponentInternalInstance;
@@ -20197,9 +20893,10 @@ declare const _default: {
20197
20893
  skidding: number;
20198
20894
  modelValue: any;
20199
20895
  selected: any;
20200
- onClear: () => void;
20896
+ valueToCopy: string;
20201
20897
  placeholder: string;
20202
20898
  multi: boolean;
20899
+ infiniteLoading: boolean;
20203
20900
  showSelectAll: boolean;
20204
20901
  defaultOpen: boolean;
20205
20902
  keepOpen: boolean;
@@ -20218,6 +20915,7 @@ declare const _default: {
20218
20915
  onSearch: (option: any, term: string) => boolean;
20219
20916
  noResultsText: string;
20220
20917
  searchAutoFocus: boolean;
20918
+ onClearSearch: () => void;
20221
20919
  optionNameKey: string;
20222
20920
  optionIconKey: string;
20223
20921
  optionImageKey: string;
@@ -20226,7 +20924,6 @@ declare const _default: {
20226
20924
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20227
20925
  optionsEndTextIconKey: string;
20228
20926
  optionFlagKey: string;
20229
- valueToCopy: string;
20230
20927
  disabledOptionKey: string;
20231
20928
  optionTwoLinesVariant: "horizontal" | "vertical";
20232
20929
  optionTwoLinesKey: string;
@@ -20238,6 +20935,7 @@ declare const _default: {
20238
20935
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
20239
20936
  disableVirtualScroll: boolean;
20240
20937
  overrideOptionCountCalculation: (option: unknown) => number;
20938
+ withConditions: boolean;
20241
20939
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
20242
20940
  theme: {
20243
20941
  type: import("vue").PropType<string>;
@@ -20282,13 +20980,13 @@ declare const _default: {
20282
20980
  loading: {
20283
20981
  type: import("vue").PropType<boolean>;
20284
20982
  };
20983
+ isOpen: {
20984
+ type: import("vue").PropType<boolean>;
20985
+ };
20285
20986
  skidding: {
20286
20987
  type: import("vue").PropType<number>;
20287
20988
  default: number;
20288
20989
  };
20289
- isOpen: {
20290
- type: import("vue").PropType<boolean>;
20291
- };
20292
20990
  modelValue: {
20293
20991
  type: import("vue").PropType<unknown>;
20294
20992
  default: any;
@@ -20297,14 +20995,14 @@ declare const _default: {
20297
20995
  type: import("vue").PropType<unknown>;
20298
20996
  default: any;
20299
20997
  };
20998
+ valueToCopy: {
20999
+ type: import("vue").PropType<string>;
21000
+ default: any;
21001
+ };
20300
21002
  options: {
20301
21003
  type: import("vue").PropType<unknown[]>;
20302
21004
  required: true;
20303
21005
  };
20304
- onClear: {
20305
- type: import("vue").PropType<() => void>;
20306
- default: () => true;
20307
- };
20308
21006
  placeholder: {
20309
21007
  type: import("vue").PropType<string>;
20310
21008
  default: string;
@@ -20313,6 +21011,13 @@ declare const _default: {
20313
21011
  type: import("vue").PropType<boolean>;
20314
21012
  default: boolean;
20315
21013
  };
21014
+ loadMoreLoading: {
21015
+ type: import("vue").PropType<boolean>;
21016
+ };
21017
+ infiniteLoading: {
21018
+ type: import("vue").PropType<boolean>;
21019
+ default: boolean;
21020
+ };
20316
21021
  showSelectAll: {
20317
21022
  type: import("vue").PropType<boolean>;
20318
21023
  default: boolean;
@@ -20385,6 +21090,10 @@ declare const _default: {
20385
21090
  type: import("vue").PropType<boolean>;
20386
21091
  default: boolean;
20387
21092
  };
21093
+ onClearSearch: {
21094
+ type: import("vue").PropType<() => void>;
21095
+ default: () => true;
21096
+ };
20388
21097
  displayValue: {
20389
21098
  type: import("vue").PropType<(option: unknown) => string>;
20390
21099
  required: true;
@@ -20421,10 +21130,6 @@ declare const _default: {
20421
21130
  type: import("vue").PropType<string>;
20422
21131
  default: any;
20423
21132
  };
20424
- valueToCopy: {
20425
- type: import("vue").PropType<string>;
20426
- default: any;
20427
- };
20428
21133
  disabledOptionKey: {
20429
21134
  type: import("vue").PropType<string>;
20430
21135
  default: string;
@@ -20469,17 +21174,24 @@ declare const _default: {
20469
21174
  type: import("vue").PropType<(option: unknown) => number>;
20470
21175
  default: any;
20471
21176
  };
21177
+ withConditions: {
21178
+ type: import("vue").PropType<boolean>;
21179
+ default: boolean;
21180
+ };
20472
21181
  }>> & {
20473
21182
  onCopyToClipboard?: () => any;
20474
21183
  onClear?: () => any;
20475
21184
  onApply?: (value: unknown) => any;
20476
21185
  onSelectAll?: () => any;
20477
21186
  "onUpdate:selected"?: (value: unknown) => any;
21187
+ onAllSelectedChanged?: (value: boolean) => any;
20478
21188
  "onUpdate:isOpen"?: (value: unknown) => any;
20479
21189
  onOnsearch?: (value: string) => any;
21190
+ onLoadMore?: () => any;
21191
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
20480
21192
  onOpened?: () => any;
20481
21193
  onClosed?: () => any;
20482
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
21194
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
20483
21195
  $attrs: {
20484
21196
  [x: string]: unknown;
20485
21197
  };
@@ -20491,7 +21203,7 @@ declare const _default: {
20491
21203
  }>;
20492
21204
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
20493
21205
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
20494
- $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
21206
+ $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
20495
21207
  $el: any;
20496
21208
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
20497
21209
  theme: {
@@ -20537,13 +21249,13 @@ declare const _default: {
20537
21249
  loading: {
20538
21250
  type: import("vue").PropType<boolean>;
20539
21251
  };
21252
+ isOpen: {
21253
+ type: import("vue").PropType<boolean>;
21254
+ };
20540
21255
  skidding: {
20541
21256
  type: import("vue").PropType<number>;
20542
21257
  default: number;
20543
21258
  };
20544
- isOpen: {
20545
- type: import("vue").PropType<boolean>;
20546
- };
20547
21259
  modelValue: {
20548
21260
  type: import("vue").PropType<unknown>;
20549
21261
  default: any;
@@ -20552,14 +21264,14 @@ declare const _default: {
20552
21264
  type: import("vue").PropType<unknown>;
20553
21265
  default: any;
20554
21266
  };
21267
+ valueToCopy: {
21268
+ type: import("vue").PropType<string>;
21269
+ default: any;
21270
+ };
20555
21271
  options: {
20556
21272
  type: import("vue").PropType<unknown[]>;
20557
21273
  required: true;
20558
21274
  };
20559
- onClear: {
20560
- type: import("vue").PropType<() => void>;
20561
- default: () => true;
20562
- };
20563
21275
  placeholder: {
20564
21276
  type: import("vue").PropType<string>;
20565
21277
  default: string;
@@ -20568,6 +21280,13 @@ declare const _default: {
20568
21280
  type: import("vue").PropType<boolean>;
20569
21281
  default: boolean;
20570
21282
  };
21283
+ loadMoreLoading: {
21284
+ type: import("vue").PropType<boolean>;
21285
+ };
21286
+ infiniteLoading: {
21287
+ type: import("vue").PropType<boolean>;
21288
+ default: boolean;
21289
+ };
20571
21290
  showSelectAll: {
20572
21291
  type: import("vue").PropType<boolean>;
20573
21292
  default: boolean;
@@ -20640,6 +21359,10 @@ declare const _default: {
20640
21359
  type: import("vue").PropType<boolean>;
20641
21360
  default: boolean;
20642
21361
  };
21362
+ onClearSearch: {
21363
+ type: import("vue").PropType<() => void>;
21364
+ default: () => true;
21365
+ };
20643
21366
  displayValue: {
20644
21367
  type: import("vue").PropType<(option: unknown) => string>;
20645
21368
  required: true;
@@ -20676,10 +21399,6 @@ declare const _default: {
20676
21399
  type: import("vue").PropType<string>;
20677
21400
  default: any;
20678
21401
  };
20679
- valueToCopy: {
20680
- type: import("vue").PropType<string>;
20681
- default: any;
20682
- };
20683
21402
  disabledOptionKey: {
20684
21403
  type: import("vue").PropType<string>;
20685
21404
  default: string;
@@ -20724,14 +21443,21 @@ declare const _default: {
20724
21443
  type: import("vue").PropType<(option: unknown) => number>;
20725
21444
  default: any;
20726
21445
  };
21446
+ withConditions: {
21447
+ type: import("vue").PropType<boolean>;
21448
+ default: boolean;
21449
+ };
20727
21450
  }>> & {
20728
21451
  onCopyToClipboard?: () => any;
20729
21452
  onClear?: () => any;
20730
21453
  onApply?: (value: unknown) => any;
20731
21454
  onSelectAll?: () => any;
20732
21455
  "onUpdate:selected"?: (value: unknown) => any;
21456
+ onAllSelectedChanged?: (value: boolean) => any;
20733
21457
  "onUpdate:isOpen"?: (value: unknown) => any;
20734
21458
  onOnsearch?: (value: string) => any;
21459
+ onLoadMore?: () => any;
21460
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
20735
21461
  onOpened?: () => any;
20736
21462
  onClosed?: () => any;
20737
21463
  }, {
@@ -20747,6 +21473,9 @@ declare const _default: {
20747
21473
  clear: () => void;
20748
21474
  copyToClipboard: () => void;
20749
21475
  onsearch: (value: string) => void;
21476
+ loadMore: () => void;
21477
+ allSelectedChanged: (value: boolean) => void;
21478
+ unsavedSelectionUpdate: (value: unknown[]) => void;
20750
21479
  }, string, {
20751
21480
  theme: string;
20752
21481
  testId: string;
@@ -20761,9 +21490,10 @@ declare const _default: {
20761
21490
  skidding: number;
20762
21491
  modelValue: any;
20763
21492
  selected: any;
20764
- onClear: () => void;
21493
+ valueToCopy: string;
20765
21494
  placeholder: string;
20766
21495
  multi: boolean;
21496
+ infiniteLoading: boolean;
20767
21497
  showSelectAll: boolean;
20768
21498
  defaultOpen: boolean;
20769
21499
  keepOpen: boolean;
@@ -20782,6 +21512,7 @@ declare const _default: {
20782
21512
  onSearch: (option: any, term: string) => boolean;
20783
21513
  noResultsText: string;
20784
21514
  searchAutoFocus: boolean;
21515
+ onClearSearch: () => void;
20785
21516
  optionNameKey: string;
20786
21517
  optionIconKey: string;
20787
21518
  optionImageKey: string;
@@ -20790,7 +21521,6 @@ declare const _default: {
20790
21521
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20791
21522
  optionsEndTextIconKey: string;
20792
21523
  optionFlagKey: string;
20793
- valueToCopy: string;
20794
21524
  disabledOptionKey: string;
20795
21525
  optionTwoLinesVariant: "horizontal" | "vertical";
20796
21526
  optionTwoLinesKey: string;
@@ -20802,6 +21532,7 @@ declare const _default: {
20802
21532
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
20803
21533
  disableVirtualScroll: boolean;
20804
21534
  overrideOptionCountCalculation: (option: unknown) => number;
21535
+ withConditions: boolean;
20805
21536
  }, {}, string> & {
20806
21537
  beforeCreate?: (() => void) | (() => void)[];
20807
21538
  created?: (() => void) | (() => void)[];
@@ -20866,13 +21597,13 @@ declare const _default: {
20866
21597
  loading: {
20867
21598
  type: import("vue").PropType<boolean>;
20868
21599
  };
21600
+ isOpen: {
21601
+ type: import("vue").PropType<boolean>;
21602
+ };
20869
21603
  skidding: {
20870
21604
  type: import("vue").PropType<number>;
20871
21605
  default: number;
20872
21606
  };
20873
- isOpen: {
20874
- type: import("vue").PropType<boolean>;
20875
- };
20876
21607
  modelValue: {
20877
21608
  type: import("vue").PropType<unknown>;
20878
21609
  default: any;
@@ -20881,14 +21612,14 @@ declare const _default: {
20881
21612
  type: import("vue").PropType<unknown>;
20882
21613
  default: any;
20883
21614
  };
21615
+ valueToCopy: {
21616
+ type: import("vue").PropType<string>;
21617
+ default: any;
21618
+ };
20884
21619
  options: {
20885
21620
  type: import("vue").PropType<unknown[]>;
20886
21621
  required: true;
20887
21622
  };
20888
- onClear: {
20889
- type: import("vue").PropType<() => void>;
20890
- default: () => true;
20891
- };
20892
21623
  placeholder: {
20893
21624
  type: import("vue").PropType<string>;
20894
21625
  default: string;
@@ -20897,6 +21628,13 @@ declare const _default: {
20897
21628
  type: import("vue").PropType<boolean>;
20898
21629
  default: boolean;
20899
21630
  };
21631
+ loadMoreLoading: {
21632
+ type: import("vue").PropType<boolean>;
21633
+ };
21634
+ infiniteLoading: {
21635
+ type: import("vue").PropType<boolean>;
21636
+ default: boolean;
21637
+ };
20900
21638
  showSelectAll: {
20901
21639
  type: import("vue").PropType<boolean>;
20902
21640
  default: boolean;
@@ -20969,6 +21707,10 @@ declare const _default: {
20969
21707
  type: import("vue").PropType<boolean>;
20970
21708
  default: boolean;
20971
21709
  };
21710
+ onClearSearch: {
21711
+ type: import("vue").PropType<() => void>;
21712
+ default: () => true;
21713
+ };
20972
21714
  displayValue: {
20973
21715
  type: import("vue").PropType<(option: unknown) => string>;
20974
21716
  required: true;
@@ -21005,10 +21747,6 @@ declare const _default: {
21005
21747
  type: import("vue").PropType<string>;
21006
21748
  default: any;
21007
21749
  };
21008
- valueToCopy: {
21009
- type: import("vue").PropType<string>;
21010
- default: any;
21011
- };
21012
21750
  disabledOptionKey: {
21013
21751
  type: import("vue").PropType<string>;
21014
21752
  default: string;
@@ -21053,14 +21791,21 @@ declare const _default: {
21053
21791
  type: import("vue").PropType<(option: unknown) => number>;
21054
21792
  default: any;
21055
21793
  };
21794
+ withConditions: {
21795
+ type: import("vue").PropType<boolean>;
21796
+ default: boolean;
21797
+ };
21056
21798
  }>> & {
21057
21799
  onCopyToClipboard?: () => any;
21058
21800
  onClear?: () => any;
21059
21801
  onApply?: (value: unknown) => any;
21060
21802
  onSelectAll?: () => any;
21061
21803
  "onUpdate:selected"?: (value: unknown) => any;
21804
+ onAllSelectedChanged?: (value: boolean) => any;
21062
21805
  "onUpdate:isOpen"?: (value: unknown) => any;
21063
21806
  onOnsearch?: (value: string) => any;
21807
+ onLoadMore?: () => any;
21808
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21064
21809
  onOpened?: () => any;
21065
21810
  onClosed?: () => any;
21066
21811
  } & import("vue").ShallowUnwrapRef<{
@@ -21114,13 +21859,13 @@ declare const _default: {
21114
21859
  loading: {
21115
21860
  type: import("vue").PropType<boolean>;
21116
21861
  };
21862
+ isOpen: {
21863
+ type: import("vue").PropType<boolean>;
21864
+ };
21117
21865
  skidding: {
21118
21866
  type: import("vue").PropType<number>;
21119
21867
  default: number;
21120
21868
  };
21121
- isOpen: {
21122
- type: import("vue").PropType<boolean>;
21123
- };
21124
21869
  modelValue: {
21125
21870
  type: import("vue").PropType<unknown>;
21126
21871
  default: any;
@@ -21129,13 +21874,13 @@ declare const _default: {
21129
21874
  type: import("vue").PropType<unknown>;
21130
21875
  default: any;
21131
21876
  };
21132
- options: {
21133
- type: import("vue").PropType<unknown[]>;
21134
- required: true;
21877
+ valueToCopy: {
21878
+ type: import("vue").PropType<string>;
21879
+ default: any;
21135
21880
  };
21136
- onClear: {
21137
- type: import("vue").PropType<() => void>;
21138
- default: () => true;
21881
+ options: {
21882
+ type: import("vue").PropType<unknown[]>;
21883
+ required: true;
21139
21884
  };
21140
21885
  placeholder: {
21141
21886
  type: import("vue").PropType<string>;
@@ -21145,6 +21890,13 @@ declare const _default: {
21145
21890
  type: import("vue").PropType<boolean>;
21146
21891
  default: boolean;
21147
21892
  };
21893
+ loadMoreLoading: {
21894
+ type: import("vue").PropType<boolean>;
21895
+ };
21896
+ infiniteLoading: {
21897
+ type: import("vue").PropType<boolean>;
21898
+ default: boolean;
21899
+ };
21148
21900
  showSelectAll: {
21149
21901
  type: import("vue").PropType<boolean>;
21150
21902
  default: boolean;
@@ -21217,6 +21969,10 @@ declare const _default: {
21217
21969
  type: import("vue").PropType<boolean>;
21218
21970
  default: boolean;
21219
21971
  };
21972
+ onClearSearch: {
21973
+ type: import("vue").PropType<() => void>;
21974
+ default: () => true;
21975
+ };
21220
21976
  displayValue: {
21221
21977
  type: import("vue").PropType<(option: unknown) => string>;
21222
21978
  required: true;
@@ -21253,10 +22009,6 @@ declare const _default: {
21253
22009
  type: import("vue").PropType<string>;
21254
22010
  default: any;
21255
22011
  };
21256
- valueToCopy: {
21257
- type: import("vue").PropType<string>;
21258
- default: any;
21259
- };
21260
22012
  disabledOptionKey: {
21261
22013
  type: import("vue").PropType<string>;
21262
22014
  default: string;
@@ -21301,14 +22053,21 @@ declare const _default: {
21301
22053
  type: import("vue").PropType<(option: unknown) => number>;
21302
22054
  default: any;
21303
22055
  };
22056
+ withConditions: {
22057
+ type: import("vue").PropType<boolean>;
22058
+ default: boolean;
22059
+ };
21304
22060
  }>> & {
21305
22061
  onCopyToClipboard?: () => any;
21306
22062
  onClear?: () => any;
21307
22063
  onApply?: (value: unknown) => any;
21308
22064
  onSelectAll?: () => any;
21309
22065
  "onUpdate:selected"?: (value: unknown) => any;
22066
+ onAllSelectedChanged?: (value: boolean) => any;
21310
22067
  "onUpdate:isOpen"?: (value: unknown) => any;
21311
22068
  onOnsearch?: (value: string) => any;
22069
+ onLoadMore?: () => any;
22070
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21312
22071
  onOpened?: () => any;
21313
22072
  onClosed?: () => any;
21314
22073
  }, {
@@ -21324,6 +22083,9 @@ declare const _default: {
21324
22083
  clear: () => void;
21325
22084
  copyToClipboard: () => void;
21326
22085
  onsearch: (value: string) => void;
22086
+ loadMore: () => void;
22087
+ allSelectedChanged: (value: boolean) => void;
22088
+ unsavedSelectionUpdate: (value: unknown[]) => void;
21327
22089
  }, string, {
21328
22090
  theme: string;
21329
22091
  testId: string;
@@ -21338,9 +22100,10 @@ declare const _default: {
21338
22100
  skidding: number;
21339
22101
  modelValue: any;
21340
22102
  selected: any;
21341
- onClear: () => void;
22103
+ valueToCopy: string;
21342
22104
  placeholder: string;
21343
22105
  multi: boolean;
22106
+ infiniteLoading: boolean;
21344
22107
  showSelectAll: boolean;
21345
22108
  defaultOpen: boolean;
21346
22109
  keepOpen: boolean;
@@ -21359,6 +22122,7 @@ declare const _default: {
21359
22122
  onSearch: (option: any, term: string) => boolean;
21360
22123
  noResultsText: string;
21361
22124
  searchAutoFocus: boolean;
22125
+ onClearSearch: () => void;
21362
22126
  optionNameKey: string;
21363
22127
  optionIconKey: string;
21364
22128
  optionImageKey: string;
@@ -21367,7 +22131,6 @@ declare const _default: {
21367
22131
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21368
22132
  optionsEndTextIconKey: string;
21369
22133
  optionFlagKey: string;
21370
- valueToCopy: string;
21371
22134
  disabledOptionKey: string;
21372
22135
  optionTwoLinesVariant: "horizontal" | "vertical";
21373
22136
  optionTwoLinesKey: string;
@@ -21379,6 +22142,7 @@ declare const _default: {
21379
22142
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
21380
22143
  disableVirtualScroll: boolean;
21381
22144
  overrideOptionCountCalculation: (option: unknown) => number;
22145
+ withConditions: boolean;
21382
22146
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
21383
22147
  $slots: {
21384
22148
  label?(_: {}): any;
@@ -21419,10 +22183,12 @@ declare const _default: {
21419
22183
  onClick: () => void;
21420
22184
  };
21421
22185
  }): any;
22186
+ "dropdown-conditions"?(_: {}): any;
21422
22187
  "inline-search"?(_: {}): any;
21423
22188
  "input-list"?(_: {
21424
22189
  open: true;
21425
22190
  }): any;
22191
+ "custom-list-area"?(_: {}): any;
21426
22192
  "select-all"?(_: {}): any;
21427
22193
  "group-option"?(_: {}): any;
21428
22194
  default?(_: {
@@ -21520,6 +22286,7 @@ declare const _default: {
21520
22286
  disabled: boolean;
21521
22287
  size: "small" | "medium" | "large";
21522
22288
  selected: unknown[];
22289
+ valueToCopy: string;
21523
22290
  placeholder: string;
21524
22291
  inlineSearchPlaceholder: string;
21525
22292
  optionNameKey: string;
@@ -21528,7 +22295,6 @@ declare const _default: {
21528
22295
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21529
22296
  optionEndIconKey: string;
21530
22297
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21531
- valueToCopy: string;
21532
22298
  disabledOptionKey: string;
21533
22299
  optionEndTextIconKey: string;
21534
22300
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -21551,6 +22317,10 @@ declare const _default: {
21551
22317
  type: import("vue").PropType<unknown[]>;
21552
22318
  default: any;
21553
22319
  };
22320
+ valueToCopy: {
22321
+ type: import("vue").PropType<string>;
22322
+ default: any;
22323
+ };
21554
22324
  options: {
21555
22325
  type: import("vue").PropType<unknown[]>;
21556
22326
  required: true;
@@ -21591,10 +22361,6 @@ declare const _default: {
21591
22361
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21592
22362
  default: any;
21593
22363
  };
21594
- valueToCopy: {
21595
- type: import("vue").PropType<string>;
21596
- default: any;
21597
- };
21598
22364
  disabledOptionKey: {
21599
22365
  type: import("vue").PropType<string>;
21600
22366
  default: string;
@@ -21618,7 +22384,7 @@ declare const _default: {
21618
22384
  }>> & {
21619
22385
  "onUpdate:selected"?: (value: unknown) => any;
21620
22386
  "onUpdate:isOpen"?: (value: unknown) => any;
21621
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionEndTextIconKey">;
22387
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
21622
22388
  $attrs: {
21623
22389
  [x: string]: unknown;
21624
22390
  };
@@ -21652,6 +22418,10 @@ declare const _default: {
21652
22418
  type: import("vue").PropType<unknown[]>;
21653
22419
  default: any;
21654
22420
  };
22421
+ valueToCopy: {
22422
+ type: import("vue").PropType<string>;
22423
+ default: any;
22424
+ };
21655
22425
  options: {
21656
22426
  type: import("vue").PropType<unknown[]>;
21657
22427
  required: true;
@@ -21692,10 +22462,6 @@ declare const _default: {
21692
22462
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21693
22463
  default: any;
21694
22464
  };
21695
- valueToCopy: {
21696
- type: import("vue").PropType<string>;
21697
- default: any;
21698
- };
21699
22465
  disabledOptionKey: {
21700
22466
  type: import("vue").PropType<string>;
21701
22467
  default: string;
@@ -21727,6 +22493,7 @@ declare const _default: {
21727
22493
  disabled: boolean;
21728
22494
  size: "small" | "medium" | "large";
21729
22495
  selected: unknown[];
22496
+ valueToCopy: string;
21730
22497
  placeholder: string;
21731
22498
  inlineSearchPlaceholder: string;
21732
22499
  optionNameKey: string;
@@ -21735,7 +22502,6 @@ declare const _default: {
21735
22502
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21736
22503
  optionEndIconKey: string;
21737
22504
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21738
- valueToCopy: string;
21739
22505
  disabledOptionKey: string;
21740
22506
  optionEndTextIconKey: string;
21741
22507
  }, {}, string> & {
@@ -21778,6 +22544,10 @@ declare const _default: {
21778
22544
  type: import("vue").PropType<unknown[]>;
21779
22545
  default: any;
21780
22546
  };
22547
+ valueToCopy: {
22548
+ type: import("vue").PropType<string>;
22549
+ default: any;
22550
+ };
21781
22551
  options: {
21782
22552
  type: import("vue").PropType<unknown[]>;
21783
22553
  required: true;
@@ -21818,10 +22588,6 @@ declare const _default: {
21818
22588
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21819
22589
  default: any;
21820
22590
  };
21821
- valueToCopy: {
21822
- type: import("vue").PropType<string>;
21823
- default: any;
21824
- };
21825
22591
  disabledOptionKey: {
21826
22592
  type: import("vue").PropType<string>;
21827
22593
  default: string;
@@ -21869,6 +22635,10 @@ declare const _default: {
21869
22635
  type: import("vue").PropType<unknown[]>;
21870
22636
  default: any;
21871
22637
  };
22638
+ valueToCopy: {
22639
+ type: import("vue").PropType<string>;
22640
+ default: any;
22641
+ };
21872
22642
  options: {
21873
22643
  type: import("vue").PropType<unknown[]>;
21874
22644
  required: true;
@@ -21909,10 +22679,6 @@ declare const _default: {
21909
22679
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21910
22680
  default: any;
21911
22681
  };
21912
- valueToCopy: {
21913
- type: import("vue").PropType<string>;
21914
- default: any;
21915
- };
21916
22682
  disabledOptionKey: {
21917
22683
  type: import("vue").PropType<string>;
21918
22684
  default: string;
@@ -21944,6 +22710,7 @@ declare const _default: {
21944
22710
  disabled: boolean;
21945
22711
  size: "small" | "medium" | "large";
21946
22712
  selected: unknown[];
22713
+ valueToCopy: string;
21947
22714
  placeholder: string;
21948
22715
  inlineSearchPlaceholder: string;
21949
22716
  optionNameKey: string;
@@ -21952,14 +22719,241 @@ declare const _default: {
21952
22719
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21953
22720
  optionEndIconKey: string;
21954
22721
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21955
- valueToCopy: string;
21956
22722
  disabledOptionKey: string;
21957
22723
  optionEndTextIconKey: string;
21958
22724
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
21959
22725
  $slots: {
21960
22726
  "trigger-end-icon"?(_: {}): any;
21961
22727
  };
21962
- })))[];
22728
+ })) | import("vue").DefineComponent<{
22729
+ label: {
22730
+ type: import("vue").PropType<string>;
22731
+ required: true;
22732
+ default: string;
22733
+ };
22734
+ testId: {
22735
+ type: import("vue").PropType<string>;
22736
+ default: string;
22737
+ };
22738
+ isOpen: {
22739
+ type: import("vue").PropType<boolean>;
22740
+ default: boolean;
22741
+ };
22742
+ infiniteLoading: {
22743
+ type: import("vue").PropType<boolean>;
22744
+ default: boolean;
22745
+ };
22746
+ optionNameKey: {
22747
+ type: import("vue").PropType<string>;
22748
+ required: true;
22749
+ default: string;
22750
+ };
22751
+ optionIconKey: {
22752
+ type: import("vue").PropType<string>;
22753
+ default: string;
22754
+ };
22755
+ optionImageKey: {
22756
+ type: import("vue").PropType<string>;
22757
+ default: string;
22758
+ };
22759
+ optionIconType: {
22760
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22761
+ default: any;
22762
+ };
22763
+ optionFlagKey: {
22764
+ type: import("vue").PropType<string>;
22765
+ default: string;
22766
+ };
22767
+ groupedOptions: {
22768
+ type: import("vue").PropType<boolean>;
22769
+ default: boolean;
22770
+ };
22771
+ comparingKey: {
22772
+ type: import("vue").PropType<string>;
22773
+ required: true;
22774
+ default: string;
22775
+ };
22776
+ conditionalOptions: {
22777
+ type: import("vue").PropType<{
22778
+ label: string;
22779
+ value: string;
22780
+ multi: boolean;
22781
+ }[]>;
22782
+ required: true;
22783
+ };
22784
+ selectedCondition: {
22785
+ type: import("vue").PropType<{
22786
+ label: string;
22787
+ value: string;
22788
+ multi: boolean;
22789
+ }>;
22790
+ required: true;
22791
+ };
22792
+ appliedSelections: {
22793
+ type: import("vue").PropType<unknown>;
22794
+ required: true;
22795
+ };
22796
+ fetchFnCallback: {
22797
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
22798
+ required: true;
22799
+ };
22800
+ minCharsToStart: {
22801
+ type: import("vue").PropType<number>;
22802
+ default: number;
22803
+ };
22804
+ searchQuery: {
22805
+ type: import("vue").PropType<string>;
22806
+ default: string;
22807
+ };
22808
+ loadMoreFn: {
22809
+ type: import("vue").PropType<() => Promise<any[]>>;
22810
+ default: any;
22811
+ };
22812
+ fetchDataDebounceTime: {
22813
+ type: import("vue").PropType<number>;
22814
+ default: number;
22815
+ };
22816
+ autoFocusSearch: {
22817
+ type: import("vue").PropType<boolean>;
22818
+ default: boolean;
22819
+ };
22820
+ loadingOverride: {
22821
+ type: import("vue").PropType<boolean>;
22822
+ default: boolean;
22823
+ };
22824
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22825
+ "update:selectedCondition": (value: {
22826
+ label: string;
22827
+ value: string;
22828
+ multi: boolean;
22829
+ }) => void;
22830
+ "update:appliedSelections": (value: unknown) => void;
22831
+ clear: () => void;
22832
+ closed: () => void;
22833
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22834
+ label: {
22835
+ type: import("vue").PropType<string>;
22836
+ required: true;
22837
+ default: string;
22838
+ };
22839
+ testId: {
22840
+ type: import("vue").PropType<string>;
22841
+ default: string;
22842
+ };
22843
+ isOpen: {
22844
+ type: import("vue").PropType<boolean>;
22845
+ default: boolean;
22846
+ };
22847
+ infiniteLoading: {
22848
+ type: import("vue").PropType<boolean>;
22849
+ default: boolean;
22850
+ };
22851
+ optionNameKey: {
22852
+ type: import("vue").PropType<string>;
22853
+ required: true;
22854
+ default: string;
22855
+ };
22856
+ optionIconKey: {
22857
+ type: import("vue").PropType<string>;
22858
+ default: string;
22859
+ };
22860
+ optionImageKey: {
22861
+ type: import("vue").PropType<string>;
22862
+ default: string;
22863
+ };
22864
+ optionIconType: {
22865
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22866
+ default: any;
22867
+ };
22868
+ optionFlagKey: {
22869
+ type: import("vue").PropType<string>;
22870
+ default: string;
22871
+ };
22872
+ groupedOptions: {
22873
+ type: import("vue").PropType<boolean>;
22874
+ default: boolean;
22875
+ };
22876
+ comparingKey: {
22877
+ type: import("vue").PropType<string>;
22878
+ required: true;
22879
+ default: string;
22880
+ };
22881
+ conditionalOptions: {
22882
+ type: import("vue").PropType<{
22883
+ label: string;
22884
+ value: string;
22885
+ multi: boolean;
22886
+ }[]>;
22887
+ required: true;
22888
+ };
22889
+ selectedCondition: {
22890
+ type: import("vue").PropType<{
22891
+ label: string;
22892
+ value: string;
22893
+ multi: boolean;
22894
+ }>;
22895
+ required: true;
22896
+ };
22897
+ appliedSelections: {
22898
+ type: import("vue").PropType<unknown>;
22899
+ required: true;
22900
+ };
22901
+ fetchFnCallback: {
22902
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
22903
+ required: true;
22904
+ };
22905
+ minCharsToStart: {
22906
+ type: import("vue").PropType<number>;
22907
+ default: number;
22908
+ };
22909
+ searchQuery: {
22910
+ type: import("vue").PropType<string>;
22911
+ default: string;
22912
+ };
22913
+ loadMoreFn: {
22914
+ type: import("vue").PropType<() => Promise<any[]>>;
22915
+ default: any;
22916
+ };
22917
+ fetchDataDebounceTime: {
22918
+ type: import("vue").PropType<number>;
22919
+ default: number;
22920
+ };
22921
+ autoFocusSearch: {
22922
+ type: import("vue").PropType<boolean>;
22923
+ default: boolean;
22924
+ };
22925
+ loadingOverride: {
22926
+ type: import("vue").PropType<boolean>;
22927
+ default: boolean;
22928
+ };
22929
+ }>> & {
22930
+ onClear?: () => any;
22931
+ onClosed?: () => any;
22932
+ "onUpdate:selectedCondition"?: (value: {
22933
+ label: string;
22934
+ value: string;
22935
+ multi: boolean;
22936
+ }) => any;
22937
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
22938
+ }, {
22939
+ label: string;
22940
+ testId: string;
22941
+ isOpen: boolean;
22942
+ infiniteLoading: boolean;
22943
+ optionNameKey: string;
22944
+ optionIconKey: string;
22945
+ optionImageKey: string;
22946
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22947
+ optionFlagKey: string;
22948
+ groupedOptions: boolean;
22949
+ comparingKey: string;
22950
+ minCharsToStart: number;
22951
+ searchQuery: string;
22952
+ loadMoreFn: () => Promise<any[]>;
22953
+ fetchDataDebounceTime: number;
22954
+ autoFocusSearch: boolean;
22955
+ loadingOverride: boolean;
22956
+ }>)[];
21963
22957
  Option: {
21964
22958
  new (...args: any[]): {
21965
22959
  $: import("vue").ComponentInternalInstance;
@@ -21986,6 +22980,7 @@ declare const _default: {
21986
22980
  treeMainOptionExpanded: boolean;
21987
22981
  stopOptionClickEventPropagation: boolean;
21988
22982
  treeChildShown: boolean;
22983
+ isMulti: boolean;
21989
22984
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
21990
22985
  option: {
21991
22986
  type: import("vue").PropType<unknown>;
@@ -22071,12 +23066,16 @@ declare const _default: {
22071
23066
  type: import("vue").PropType<boolean>;
22072
23067
  default: boolean;
22073
23068
  };
23069
+ isMulti: {
23070
+ type: import("vue").PropType<boolean>;
23071
+ default: boolean;
23072
+ };
22074
23073
  selectedProp: {
22075
23074
  type: import("vue").PropType<boolean>;
22076
23075
  };
22077
23076
  }>> & {
22078
23077
  onToggleTreeCollapse?: (option: unknown) => any;
22079
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
23078
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
22080
23079
  $attrs: {
22081
23080
  [x: string]: unknown;
22082
23081
  };
@@ -22175,6 +23174,10 @@ declare const _default: {
22175
23174
  type: import("vue").PropType<boolean>;
22176
23175
  default: boolean;
22177
23176
  };
23177
+ isMulti: {
23178
+ type: import("vue").PropType<boolean>;
23179
+ default: boolean;
23180
+ };
22178
23181
  selectedProp: {
22179
23182
  type: import("vue").PropType<boolean>;
22180
23183
  };
@@ -22204,6 +23207,7 @@ declare const _default: {
22204
23207
  treeMainOptionExpanded: boolean;
22205
23208
  stopOptionClickEventPropagation: boolean;
22206
23209
  treeChildShown: boolean;
23210
+ isMulti: boolean;
22207
23211
  }, {}, string> & {
22208
23212
  beforeCreate?: (() => void) | (() => void)[];
22209
23213
  created?: (() => void) | (() => void)[];
@@ -22309,6 +23313,10 @@ declare const _default: {
22309
23313
  type: import("vue").PropType<boolean>;
22310
23314
  default: boolean;
22311
23315
  };
23316
+ isMulti: {
23317
+ type: import("vue").PropType<boolean>;
23318
+ default: boolean;
23319
+ };
22312
23320
  selectedProp: {
22313
23321
  type: import("vue").PropType<boolean>;
22314
23322
  };
@@ -22403,6 +23411,10 @@ declare const _default: {
22403
23411
  type: import("vue").PropType<boolean>;
22404
23412
  default: boolean;
22405
23413
  };
23414
+ isMulti: {
23415
+ type: import("vue").PropType<boolean>;
23416
+ default: boolean;
23417
+ };
22406
23418
  selectedProp: {
22407
23419
  type: import("vue").PropType<boolean>;
22408
23420
  };
@@ -22432,6 +23444,7 @@ declare const _default: {
22432
23444
  treeMainOptionExpanded: boolean;
22433
23445
  stopOptionClickEventPropagation: boolean;
22434
23446
  treeChildShown: boolean;
23447
+ isMulti: boolean;
22435
23448
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
22436
23449
  $slots: {
22437
23450
  image?(_: {}): any;
@@ -22450,6 +23463,7 @@ declare const _default: {
22450
23463
  disabled: boolean;
22451
23464
  size: "small" | "medium" | "large";
22452
23465
  selected: unknown[];
23466
+ valueToCopy: string;
22453
23467
  placeholder: string;
22454
23468
  inlineSearchPlaceholder: string;
22455
23469
  optionNameKey: string;
@@ -22458,7 +23472,6 @@ declare const _default: {
22458
23472
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22459
23473
  optionEndIconKey: string;
22460
23474
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22461
- valueToCopy: string;
22462
23475
  disabledOptionKey: string;
22463
23476
  optionEndTextIconKey: string;
22464
23477
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -22481,6 +23494,10 @@ declare const _default: {
22481
23494
  type: import("vue").PropType<unknown[]>;
22482
23495
  default: any;
22483
23496
  };
23497
+ valueToCopy: {
23498
+ type: import("vue").PropType<string>;
23499
+ default: any;
23500
+ };
22484
23501
  options: {
22485
23502
  type: import("vue").PropType<unknown[]>;
22486
23503
  required: true;
@@ -22521,10 +23538,6 @@ declare const _default: {
22521
23538
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22522
23539
  default: any;
22523
23540
  };
22524
- valueToCopy: {
22525
- type: import("vue").PropType<string>;
22526
- default: any;
22527
- };
22528
23541
  disabledOptionKey: {
22529
23542
  type: import("vue").PropType<string>;
22530
23543
  default: string;
@@ -22548,7 +23561,7 @@ declare const _default: {
22548
23561
  }>> & {
22549
23562
  "onUpdate:selected"?: (value: unknown) => any;
22550
23563
  "onUpdate:isOpen"?: (value: unknown) => any;
22551
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionEndTextIconKey">;
23564
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
22552
23565
  $attrs: {
22553
23566
  [x: string]: unknown;
22554
23567
  };
@@ -22582,6 +23595,10 @@ declare const _default: {
22582
23595
  type: import("vue").PropType<unknown[]>;
22583
23596
  default: any;
22584
23597
  };
23598
+ valueToCopy: {
23599
+ type: import("vue").PropType<string>;
23600
+ default: any;
23601
+ };
22585
23602
  options: {
22586
23603
  type: import("vue").PropType<unknown[]>;
22587
23604
  required: true;
@@ -22622,10 +23639,6 @@ declare const _default: {
22622
23639
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22623
23640
  default: any;
22624
23641
  };
22625
- valueToCopy: {
22626
- type: import("vue").PropType<string>;
22627
- default: any;
22628
- };
22629
23642
  disabledOptionKey: {
22630
23643
  type: import("vue").PropType<string>;
22631
23644
  default: string;
@@ -22657,6 +23670,7 @@ declare const _default: {
22657
23670
  disabled: boolean;
22658
23671
  size: "small" | "medium" | "large";
22659
23672
  selected: unknown[];
23673
+ valueToCopy: string;
22660
23674
  placeholder: string;
22661
23675
  inlineSearchPlaceholder: string;
22662
23676
  optionNameKey: string;
@@ -22665,7 +23679,6 @@ declare const _default: {
22665
23679
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22666
23680
  optionEndIconKey: string;
22667
23681
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22668
- valueToCopy: string;
22669
23682
  disabledOptionKey: string;
22670
23683
  optionEndTextIconKey: string;
22671
23684
  }, {}, string> & {
@@ -22708,6 +23721,10 @@ declare const _default: {
22708
23721
  type: import("vue").PropType<unknown[]>;
22709
23722
  default: any;
22710
23723
  };
23724
+ valueToCopy: {
23725
+ type: import("vue").PropType<string>;
23726
+ default: any;
23727
+ };
22711
23728
  options: {
22712
23729
  type: import("vue").PropType<unknown[]>;
22713
23730
  required: true;
@@ -22748,10 +23765,6 @@ declare const _default: {
22748
23765
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22749
23766
  default: any;
22750
23767
  };
22751
- valueToCopy: {
22752
- type: import("vue").PropType<string>;
22753
- default: any;
22754
- };
22755
23768
  disabledOptionKey: {
22756
23769
  type: import("vue").PropType<string>;
22757
23770
  default: string;
@@ -22799,6 +23812,10 @@ declare const _default: {
22799
23812
  type: import("vue").PropType<unknown[]>;
22800
23813
  default: any;
22801
23814
  };
23815
+ valueToCopy: {
23816
+ type: import("vue").PropType<string>;
23817
+ default: any;
23818
+ };
22802
23819
  options: {
22803
23820
  type: import("vue").PropType<unknown[]>;
22804
23821
  required: true;
@@ -22839,10 +23856,6 @@ declare const _default: {
22839
23856
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22840
23857
  default: any;
22841
23858
  };
22842
- valueToCopy: {
22843
- type: import("vue").PropType<string>;
22844
- default: any;
22845
- };
22846
23859
  disabledOptionKey: {
22847
23860
  type: import("vue").PropType<string>;
22848
23861
  default: string;
@@ -22874,6 +23887,7 @@ declare const _default: {
22874
23887
  disabled: boolean;
22875
23888
  size: "small" | "medium" | "large";
22876
23889
  selected: unknown[];
23890
+ valueToCopy: string;
22877
23891
  placeholder: string;
22878
23892
  inlineSearchPlaceholder: string;
22879
23893
  optionNameKey: string;
@@ -22882,7 +23896,6 @@ declare const _default: {
22882
23896
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22883
23897
  optionEndIconKey: string;
22884
23898
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22885
- valueToCopy: string;
22886
23899
  disabledOptionKey: string;
22887
23900
  optionEndTextIconKey: string;
22888
23901
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -22890,6 +23903,235 @@ declare const _default: {
22890
23903
  "trigger-end-icon"?(_: {}): any;
22891
23904
  };
22892
23905
  });
23906
+ ConditionalDropdown: import("vue").DefineComponent<{
23907
+ label: {
23908
+ type: import("vue").PropType<string>;
23909
+ required: true;
23910
+ default: string;
23911
+ };
23912
+ testId: {
23913
+ type: import("vue").PropType<string>;
23914
+ default: string;
23915
+ };
23916
+ isOpen: {
23917
+ type: import("vue").PropType<boolean>;
23918
+ default: boolean;
23919
+ };
23920
+ infiniteLoading: {
23921
+ type: import("vue").PropType<boolean>;
23922
+ default: boolean;
23923
+ };
23924
+ optionNameKey: {
23925
+ type: import("vue").PropType<string>;
23926
+ required: true;
23927
+ default: string;
23928
+ };
23929
+ optionIconKey: {
23930
+ type: import("vue").PropType<string>;
23931
+ default: string;
23932
+ };
23933
+ optionImageKey: {
23934
+ type: import("vue").PropType<string>;
23935
+ default: string;
23936
+ };
23937
+ optionIconType: {
23938
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
23939
+ default: any;
23940
+ };
23941
+ optionFlagKey: {
23942
+ type: import("vue").PropType<string>;
23943
+ default: string;
23944
+ };
23945
+ groupedOptions: {
23946
+ type: import("vue").PropType<boolean>;
23947
+ default: boolean;
23948
+ };
23949
+ comparingKey: {
23950
+ type: import("vue").PropType<string>;
23951
+ required: true;
23952
+ default: string;
23953
+ };
23954
+ conditionalOptions: {
23955
+ type: import("vue").PropType<{
23956
+ label: string;
23957
+ value: string;
23958
+ multi: boolean;
23959
+ }[]>;
23960
+ required: true;
23961
+ };
23962
+ selectedCondition: {
23963
+ type: import("vue").PropType<{
23964
+ label: string;
23965
+ value: string;
23966
+ multi: boolean;
23967
+ }>;
23968
+ required: true;
23969
+ };
23970
+ appliedSelections: {
23971
+ type: import("vue").PropType<unknown>;
23972
+ required: true;
23973
+ };
23974
+ fetchFnCallback: {
23975
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
23976
+ required: true;
23977
+ };
23978
+ minCharsToStart: {
23979
+ type: import("vue").PropType<number>;
23980
+ default: number;
23981
+ };
23982
+ searchQuery: {
23983
+ type: import("vue").PropType<string>;
23984
+ default: string;
23985
+ };
23986
+ loadMoreFn: {
23987
+ type: import("vue").PropType<() => Promise<any[]>>;
23988
+ default: any;
23989
+ };
23990
+ fetchDataDebounceTime: {
23991
+ type: import("vue").PropType<number>;
23992
+ default: number;
23993
+ };
23994
+ autoFocusSearch: {
23995
+ type: import("vue").PropType<boolean>;
23996
+ default: boolean;
23997
+ };
23998
+ loadingOverride: {
23999
+ type: import("vue").PropType<boolean>;
24000
+ default: boolean;
24001
+ };
24002
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24003
+ "update:selectedCondition": (value: {
24004
+ label: string;
24005
+ value: string;
24006
+ multi: boolean;
24007
+ }) => void;
24008
+ "update:appliedSelections": (value: unknown) => void;
24009
+ clear: () => void;
24010
+ closed: () => void;
24011
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24012
+ label: {
24013
+ type: import("vue").PropType<string>;
24014
+ required: true;
24015
+ default: string;
24016
+ };
24017
+ testId: {
24018
+ type: import("vue").PropType<string>;
24019
+ default: string;
24020
+ };
24021
+ isOpen: {
24022
+ type: import("vue").PropType<boolean>;
24023
+ default: boolean;
24024
+ };
24025
+ infiniteLoading: {
24026
+ type: import("vue").PropType<boolean>;
24027
+ default: boolean;
24028
+ };
24029
+ optionNameKey: {
24030
+ type: import("vue").PropType<string>;
24031
+ required: true;
24032
+ default: string;
24033
+ };
24034
+ optionIconKey: {
24035
+ type: import("vue").PropType<string>;
24036
+ default: string;
24037
+ };
24038
+ optionImageKey: {
24039
+ type: import("vue").PropType<string>;
24040
+ default: string;
24041
+ };
24042
+ optionIconType: {
24043
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
24044
+ default: any;
24045
+ };
24046
+ optionFlagKey: {
24047
+ type: import("vue").PropType<string>;
24048
+ default: string;
24049
+ };
24050
+ groupedOptions: {
24051
+ type: import("vue").PropType<boolean>;
24052
+ default: boolean;
24053
+ };
24054
+ comparingKey: {
24055
+ type: import("vue").PropType<string>;
24056
+ required: true;
24057
+ default: string;
24058
+ };
24059
+ conditionalOptions: {
24060
+ type: import("vue").PropType<{
24061
+ label: string;
24062
+ value: string;
24063
+ multi: boolean;
24064
+ }[]>;
24065
+ required: true;
24066
+ };
24067
+ selectedCondition: {
24068
+ type: import("vue").PropType<{
24069
+ label: string;
24070
+ value: string;
24071
+ multi: boolean;
24072
+ }>;
24073
+ required: true;
24074
+ };
24075
+ appliedSelections: {
24076
+ type: import("vue").PropType<unknown>;
24077
+ required: true;
24078
+ };
24079
+ fetchFnCallback: {
24080
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
24081
+ required: true;
24082
+ };
24083
+ minCharsToStart: {
24084
+ type: import("vue").PropType<number>;
24085
+ default: number;
24086
+ };
24087
+ searchQuery: {
24088
+ type: import("vue").PropType<string>;
24089
+ default: string;
24090
+ };
24091
+ loadMoreFn: {
24092
+ type: import("vue").PropType<() => Promise<any[]>>;
24093
+ default: any;
24094
+ };
24095
+ fetchDataDebounceTime: {
24096
+ type: import("vue").PropType<number>;
24097
+ default: number;
24098
+ };
24099
+ autoFocusSearch: {
24100
+ type: import("vue").PropType<boolean>;
24101
+ default: boolean;
24102
+ };
24103
+ loadingOverride: {
24104
+ type: import("vue").PropType<boolean>;
24105
+ default: boolean;
24106
+ };
24107
+ }>> & {
24108
+ onClear?: () => any;
24109
+ onClosed?: () => any;
24110
+ "onUpdate:selectedCondition"?: (value: {
24111
+ label: string;
24112
+ value: string;
24113
+ multi: boolean;
24114
+ }) => any;
24115
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
24116
+ }, {
24117
+ label: string;
24118
+ testId: string;
24119
+ isOpen: boolean;
24120
+ infiniteLoading: boolean;
24121
+ optionNameKey: string;
24122
+ optionIconKey: string;
24123
+ optionImageKey: string;
24124
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
24125
+ optionFlagKey: string;
24126
+ groupedOptions: boolean;
24127
+ comparingKey: string;
24128
+ minCharsToStart: number;
24129
+ searchQuery: string;
24130
+ loadMoreFn: () => Promise<any[]>;
24131
+ fetchDataDebounceTime: number;
24132
+ autoFocusSearch: boolean;
24133
+ loadingOverride: boolean;
24134
+ }>;
22893
24135
  Label: {
22894
24136
  new (...args: any[]): {
22895
24137
  $: import("vue").ComponentInternalInstance;