@ironsource/shared-ui 2.1.6-test.2 → 2.1.6-test.4

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 (144) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_39c47ad1_lang.css +1 -0
  2. package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +1 -0
  3. package/Autocomplete.vue_vue_type_style_index_0_scoped_a7bfd237_lang.css +1 -0
  4. package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +1 -0
  5. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +1 -0
  6. package/DataGrid.vue_vue_type_style_index_0_scoped_6df3b70f_lang.css +1 -0
  7. package/DatePicker.vue_vue_type_style_index_0_scoped_67b44cbe_lang.css +1 -0
  8. package/DatePickerMonth.vue_vue_type_style_index_0_scoped_929d3028_lang.css +1 -0
  9. package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +1 -0
  10. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_ad524750_lang.css +1 -0
  11. package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +1 -0
  12. package/Dropdown.vue_vue_type_style_index_0_scoped_aaa8c4bb_lang.css +1 -0
  13. package/DropdownV4.vue_vue_type_style_index_0_scoped_0363db63_lang.css +1 -0
  14. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  15. package/FieldLabel.vue_vue_type_style_index_0_scoped_96ee1c98_lang.css +1 -0
  16. package/{FormCard.vue_vue_type_style_index_0_scoped_ef8b4e81_lang.css → FormCard.vue_vue_type_style_index_0_scoped_52ade67c_lang.css} +1 -1
  17. package/InlineCopy.vue_vue_type_style_index_0_scoped_6a7b3795_lang.css +1 -0
  18. package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +1 -0
  19. package/OptionV4.vue_vue_type_style_index_0_scoped_e0c24b6a_lang.css +1 -0
  20. package/TextAreaV4.vue_vue_type_style_index_0_scoped_8199b662_lang.css +1 -0
  21. package/TextField.vue_vue_type_style_index_0_scoped_a6457440_lang.css +1 -0
  22. package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +1 -0
  23. package/components/appHeader/AppHeader.vue.d.ts +6 -2
  24. package/components/appHeader/AppHeader.vue.js +2 -2
  25. package/components/appHeader/AppHeader.vue2.js +30 -28
  26. package/components/appHeader/index.d.ts +6 -2
  27. package/components/autocomplete/Autocomplete.vue.d.ts +5 -0
  28. package/components/autocomplete/Autocomplete.vue.js +3 -3
  29. package/components/autocomplete/Autocomplete.vue2.js +82 -61
  30. package/components/autocomplete/index.d.ts +20 -1
  31. package/components/datePicker/common/DatePicker.common.d.ts +11 -0
  32. package/components/datePicker/common/DatePicker.common.js +52 -0
  33. package/components/datePicker/common/DatePickerMonth.common.d.ts +85 -0
  34. package/components/datePicker/common/DatePickerMonth.common.js +66 -0
  35. package/components/datePicker/{DatePicker.vue.d.ts → v3/DatePicker.vue.d.ts} +1 -1
  36. package/components/datePicker/v3/DatePicker.vue.js +7 -0
  37. package/components/datePicker/v3/DatePicker.vue2.js +69 -0
  38. package/components/datePicker/v3/DatePickerMonth.vue.js +7 -0
  39. package/components/datePicker/v3/DatePickerMonth.vue2.js +40 -0
  40. package/components/datePicker/{index.d.ts → v3/index.d.ts} +1 -1
  41. package/components/datePicker/v4/DatePickerMonthV4.vue.d.ts +53 -0
  42. package/components/datePicker/v4/DatePickerV4.vue.d.ts +67 -0
  43. package/components/datePicker/v4/index.d.ts +184 -0
  44. package/components/dateRange/common/CalendarMonth.common.d.ts +17 -0
  45. package/components/dateRange/common/CalendarMonth.common.js +131 -0
  46. package/components/dateRange/common/DateRange.common.d.ts +47 -0
  47. package/components/dateRange/common/DateRange.common.js +265 -0
  48. package/components/dateRange/common/DateRangePicker.common.d.ts +3 -0
  49. package/components/dateRange/{CalendarMonth.vue.d.ts → v3/CalendarMonth.vue.d.ts} +1 -1
  50. package/components/dateRange/v3/CalendarMonth.vue.js +7 -0
  51. package/components/dateRange/v3/CalendarMonth.vue2.js +147 -0
  52. package/components/dateRange/{DateRange.vue.d.ts → v3/DateRange.vue.d.ts} +9 -9
  53. package/components/dateRange/v3/DateRange.vue.js +7 -0
  54. package/components/dateRange/v3/DateRange.vue2.js +226 -0
  55. package/components/dateRange/{DateRangePicker.vue.d.ts → v3/DateRangePicker.vue.d.ts} +9 -9
  56. package/components/dateRange/{index.d.ts → v3/index.d.ts} +21 -21
  57. package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +75 -0
  58. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +115 -0
  59. package/components/dateRange/v4/DateRangeV4.vue.d.ts +127 -0
  60. package/components/dateRange/v4/index.d.ts +408 -0
  61. package/components/dialog/v4/DialogV4.vue.js +3 -3
  62. package/components/dialog/v4/DialogV4.vue2.js +67 -62
  63. package/components/dropdown/common/Dropdown.common.js +21 -21
  64. package/components/dropdown/v3/Dropdown.vue.d.ts +4 -0
  65. package/components/dropdown/v3/Dropdown.vue.js +4 -4
  66. package/components/dropdown/v3/Dropdown.vue2.js +32 -32
  67. package/components/dropdown/v3/index.d.ts +13 -1
  68. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +2 -0
  69. package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
  70. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +16 -16
  71. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
  72. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +1 -1
  73. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
  74. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +40 -49
  75. package/components/dropdown/v4/DropdownV4.vue.d.ts +16 -0
  76. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  77. package/components/dropdown/v4/DropdownV4.vue2.js +140 -128
  78. package/components/dropdown/v4/OptionV4.vue.d.ts +11 -0
  79. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  80. package/components/dropdown/v4/OptionV4.vue2.js +61 -44
  81. package/components/dropdown/v4/index.d.ts +105 -4
  82. package/components/filtersPanel/v3/Filter.d.ts +1 -1
  83. package/components/forms/FormCard.vue.js +2 -2
  84. package/components/forms/FormCard.vue2.js +9 -9
  85. package/components/inlineCopy/InlineCopy.vue.d.ts +6 -2
  86. package/components/inlineCopy/InlineCopy.vue.js +3 -3
  87. package/components/inlineCopy/InlineCopy.vue2.js +23 -22
  88. package/components/inlineCopy/index.d.ts +6 -2
  89. package/components/input/v4/TextField.vue.d.ts +5 -0
  90. package/components/input/v4/TextField.vue.js +2 -2
  91. package/components/input/v4/TextField.vue2.js +43 -43
  92. package/components/input/v4/index.d.ts +20 -1
  93. package/components/multibar/MultiBar.vue.js +3 -3
  94. package/components/multibar/MultiBar.vue2.js +21 -21
  95. package/components/shared/FieldLabel.vue.js +3 -3
  96. package/components/shared/FieldLabel.vue2.js +9 -9
  97. package/components/table/v4/DataGrid.vue.d.ts +4 -0
  98. package/components/table/v4/DataGrid.vue.js +3 -3
  99. package/components/table/v4/DataGrid.vue2.js +147 -147
  100. package/components/table/v4/index.d.ts +14 -2
  101. package/components/textArea/v4/TextAreaV4.vue.js +3 -3
  102. package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
  103. package/components/tooltip/v4/TooltipV4.vue.d.ts +6 -2
  104. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  105. package/components/tooltip/v4/TooltipV4.vue2.js +21 -19
  106. package/components/tooltip/v4/index.d.ts +17 -5
  107. package/index.d.ts +338 -34
  108. package/index.js +4 -4
  109. package/package.json +3 -3
  110. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_0267d003_lang.css +0 -1
  111. package/AppHeader.vue_vue_type_style_index_0_scoped_c148fc7a_lang.css +0 -1
  112. package/Autocomplete.vue_vue_type_style_index_0_scoped_d2d1dc1d_lang.css +0 -1
  113. package/CalendarMonth.vue_vue_type_style_index_0_scoped_b2206adb_lang.css +0 -1
  114. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_889042cf_lang.css +0 -1
  115. package/DataGrid.vue_vue_type_style_index_0_scoped_c96fba2c_lang.css +0 -1
  116. package/DatePicker.vue_vue_type_style_index_0_scoped_e108ef3b_lang.css +0 -1
  117. package/DatePickerMonth.vue_vue_type_style_index_0_scoped_b171cdab_lang.css +0 -1
  118. package/DateRange.vue_vue_type_style_index_0_scoped_eb5d155e_lang.css +0 -1
  119. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c3033d90_lang.css +0 -1
  120. package/DialogV4.vue_vue_type_style_index_0_scoped_c3004ba3_lang.css +0 -1
  121. package/Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css +0 -1
  122. package/DropdownV4.vue_vue_type_style_index_0_scoped_bf8e7ff5_lang.css +0 -1
  123. package/FieldLabel.vue_vue_type_style_index_0_scoped_72ab1f25_lang.css +0 -1
  124. package/InlineCopy.vue_vue_type_style_index_0_scoped_ff9f4a0f_lang.css +0 -1
  125. package/MultiBar.vue_vue_type_style_index_0_scoped_b473b35e_lang.css +0 -1
  126. package/OptionV4.vue_vue_type_style_index_0_scoped_b8375219_lang.css +0 -1
  127. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +0 -1
  128. package/TextField.vue_vue_type_style_index_0_scoped_01778240_lang.css +0 -1
  129. package/TooltipV4.vue_vue_type_style_index_0_scoped_25809092_lang.css +0 -1
  130. package/components/datePicker/DatePicker.vue.js +0 -7
  131. package/components/datePicker/DatePicker.vue2.js +0 -97
  132. package/components/datePicker/DatePickerMonth.vue.js +0 -7
  133. package/components/datePicker/DatePickerMonth.vue2.js +0 -85
  134. package/components/dateRange/CalendarMonth.vue.js +0 -7
  135. package/components/dateRange/CalendarMonth.vue2.js +0 -244
  136. package/components/dateRange/DateRange.vue.js +0 -7
  137. package/components/dateRange/DateRange.vue2.js +0 -417
  138. /package/components/datePicker/{DatePickerMonth.vue.d.ts → v3/DatePickerMonth.vue.d.ts} +0 -0
  139. /package/components/datePicker/{index.js → v3/index.js} +0 -0
  140. /package/components/dateRange/{DateServices.d.ts → common/DateServices.common.d.ts} +0 -0
  141. /package/components/dateRange/{DateServices.js → common/DateServices.common.js} +0 -0
  142. /package/components/dateRange/{consts.d.ts → common/consts.common.d.ts} +0 -0
  143. /package/components/dateRange/{consts.js → common/consts.common.js} +0 -0
  144. /package/components/dateRange/{index.js → v3/index.js} +0 -0
package/index.d.ts CHANGED
@@ -88,7 +88,9 @@ declare const _default: {
88
88
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
89
89
  default: string;
90
90
  };
91
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
91
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
92
+ copy: () => void;
93
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
92
94
  text: {
93
95
  type: import("vue").PropType<string>;
94
96
  required: true;
@@ -125,7 +127,9 @@ declare const _default: {
125
127
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
126
128
  default: string;
127
129
  };
128
- }>>, {
130
+ }>> & {
131
+ onCopy?: () => any;
132
+ }, {
129
133
  text: string;
130
134
  size: "small" | "medium";
131
135
  testId: string;
@@ -172,7 +176,9 @@ declare const _default: {
172
176
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
173
177
  default: string;
174
178
  };
175
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
179
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
180
+ copy: () => void;
181
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
176
182
  text: {
177
183
  type: import("vue").PropType<string>;
178
184
  required: true;
@@ -209,7 +215,9 @@ declare const _default: {
209
215
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
210
216
  default: string;
211
217
  };
212
- }>>, {
218
+ }>> & {
219
+ onCopy?: () => any;
220
+ }, {
213
221
  text: string;
214
222
  size: "small" | "medium";
215
223
  testId: string;
@@ -253,7 +261,9 @@ declare const _default: {
253
261
  type: import("vue").PropType<boolean>;
254
262
  default: boolean;
255
263
  };
256
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
264
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
265
+ copyToClipboard: () => void;
266
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
257
267
  name: {
258
268
  type: import("vue").PropType<string>;
259
269
  required: true;
@@ -287,7 +297,9 @@ declare const _default: {
287
297
  type: import("vue").PropType<boolean>;
288
298
  default: boolean;
289
299
  };
290
- }>>, {
300
+ }>> & {
301
+ onCopyToClipboard?: () => any;
302
+ }, {
291
303
  name: string;
292
304
  type: "small" | "normal";
293
305
  image: string;
@@ -330,7 +342,9 @@ declare const _default: {
330
342
  type: import("vue").PropType<boolean>;
331
343
  default: boolean;
332
344
  };
333
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
345
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
346
+ copyToClipboard: () => void;
347
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
334
348
  name: {
335
349
  type: import("vue").PropType<string>;
336
350
  required: true;
@@ -364,7 +378,9 @@ declare const _default: {
364
378
  type: import("vue").PropType<boolean>;
365
379
  default: boolean;
366
380
  };
367
- }>>, {
381
+ }>> & {
382
+ onCopyToClipboard?: () => any;
383
+ }, {
368
384
  name: string;
369
385
  type: "small" | "normal";
370
386
  image: string;
@@ -2853,6 +2869,7 @@ declare const _default: {
2853
2869
  default: number;
2854
2870
  };
2855
2871
  }>> & {
2872
+ onSelectAll?: (value: boolean) => any;
2856
2873
  onOnScroll?: (event: Event) => any;
2857
2874
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
2858
2875
  onSaveRow?: (args_0: {
@@ -2865,6 +2882,7 @@ declare const _default: {
2865
2882
  "onUpdate:search"?: (query: string) => any;
2866
2883
  "onUpdate:selection"?: (selection: unknown[]) => any;
2867
2884
  onOnClearSearch?: () => any;
2885
+ onSelectRow?: (value: boolean) => any;
2868
2886
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
2869
2887
  $attrs: {
2870
2888
  [x: string]: unknown;
@@ -2877,12 +2895,12 @@ declare const _default: {
2877
2895
  }>;
2878
2896
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2879
2897
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2880
- $emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
2898
+ $emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
2881
2899
  value: unknown;
2882
2900
  confirm: () => void;
2883
2901
  rowIndex: number;
2884
2902
  cellIndex: number;
2885
- }) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void);
2903
+ }) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void) & ((event: "selectRow", value: boolean) => void);
2886
2904
  $el: any;
2887
2905
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2888
2906
  sort: {
@@ -2986,6 +3004,7 @@ declare const _default: {
2986
3004
  default: number;
2987
3005
  };
2988
3006
  }>> & {
3007
+ onSelectAll?: (value: boolean) => any;
2989
3008
  onOnScroll?: (event: Event) => any;
2990
3009
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
2991
3010
  onSaveRow?: (args_0: {
@@ -2998,6 +3017,7 @@ declare const _default: {
2998
3017
  "onUpdate:search"?: (query: string) => any;
2999
3018
  "onUpdate:selection"?: (selection: unknown[]) => any;
3000
3019
  onOnClearSearch?: () => any;
3020
+ onSelectRow?: (value: boolean) => any;
3001
3021
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3002
3022
  "update:sort": (newSort: tableV3.Sort) => void;
3003
3023
  "update:search": (query: string) => void;
@@ -3011,6 +3031,8 @@ declare const _default: {
3011
3031
  cellIndex: number;
3012
3032
  }) => void;
3013
3033
  loadMore: () => void;
3034
+ selectAll: (value: boolean) => void;
3035
+ selectRow: (value: boolean) => void;
3014
3036
  }, string, {
3015
3037
  sort: tableV3.Sort;
3016
3038
  title: string;
@@ -3157,6 +3179,7 @@ declare const _default: {
3157
3179
  default: number;
3158
3180
  };
3159
3181
  }>> & {
3182
+ onSelectAll?: (value: boolean) => any;
3160
3183
  onOnScroll?: (event: Event) => any;
3161
3184
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
3162
3185
  onSaveRow?: (args_0: {
@@ -3169,6 +3192,7 @@ declare const _default: {
3169
3192
  "onUpdate:search"?: (query: string) => any;
3170
3193
  "onUpdate:selection"?: (selection: unknown[]) => any;
3171
3194
  onOnClearSearch?: () => any;
3195
+ onSelectRow?: (value: boolean) => any;
3172
3196
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3173
3197
  __isFragment?: never;
3174
3198
  __isTeleport?: never;
@@ -3275,6 +3299,7 @@ declare const _default: {
3275
3299
  default: number;
3276
3300
  };
3277
3301
  }>> & {
3302
+ onSelectAll?: (value: boolean) => any;
3278
3303
  onOnScroll?: (event: Event) => any;
3279
3304
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
3280
3305
  onSaveRow?: (args_0: {
@@ -3287,6 +3312,7 @@ declare const _default: {
3287
3312
  "onUpdate:search"?: (query: string) => any;
3288
3313
  "onUpdate:selection"?: (selection: unknown[]) => any;
3289
3314
  onOnClearSearch?: () => any;
3315
+ onSelectRow?: (value: boolean) => any;
3290
3316
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3291
3317
  "update:sort": (newSort: tableV3.Sort) => void;
3292
3318
  "update:search": (query: string) => void;
@@ -3300,6 +3326,8 @@ declare const _default: {
3300
3326
  cellIndex: number;
3301
3327
  }) => void;
3302
3328
  loadMore: () => void;
3329
+ selectAll: (value: boolean) => void;
3330
+ selectRow: (value: boolean) => void;
3303
3331
  }, string, {
3304
3332
  sort: tableV3.Sort;
3305
3333
  title: string;
@@ -3554,6 +3582,7 @@ declare const _default: {
3554
3582
  default: number;
3555
3583
  };
3556
3584
  }>> & {
3585
+ onSelectAll?: (value: boolean) => any;
3557
3586
  onOnScroll?: (event: Event) => any;
3558
3587
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
3559
3588
  onSaveRow?: (args_0: {
@@ -3566,6 +3595,7 @@ declare const _default: {
3566
3595
  "onUpdate:search"?: (query: string) => any;
3567
3596
  "onUpdate:selection"?: (selection: unknown[]) => any;
3568
3597
  onOnClearSearch?: () => any;
3598
+ onSelectRow?: (value: boolean) => any;
3569
3599
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
3570
3600
  $attrs: {
3571
3601
  [x: string]: unknown;
@@ -3578,12 +3608,12 @@ declare const _default: {
3578
3608
  }>;
3579
3609
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
3580
3610
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
3581
- $emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
3611
+ $emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
3582
3612
  value: unknown;
3583
3613
  confirm: () => void;
3584
3614
  rowIndex: number;
3585
3615
  cellIndex: number;
3586
- }) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void);
3616
+ }) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void) & ((event: "selectRow", value: boolean) => void);
3587
3617
  $el: any;
3588
3618
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3589
3619
  sort: {
@@ -3687,6 +3717,7 @@ declare const _default: {
3687
3717
  default: number;
3688
3718
  };
3689
3719
  }>> & {
3720
+ onSelectAll?: (value: boolean) => any;
3690
3721
  onOnScroll?: (event: Event) => any;
3691
3722
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
3692
3723
  onSaveRow?: (args_0: {
@@ -3699,6 +3730,7 @@ declare const _default: {
3699
3730
  "onUpdate:search"?: (query: string) => any;
3700
3731
  "onUpdate:selection"?: (selection: unknown[]) => any;
3701
3732
  onOnClearSearch?: () => any;
3733
+ onSelectRow?: (value: boolean) => any;
3702
3734
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3703
3735
  "update:sort": (newSort: tableV3.Sort) => void;
3704
3736
  "update:search": (query: string) => void;
@@ -3712,6 +3744,8 @@ declare const _default: {
3712
3744
  cellIndex: number;
3713
3745
  }) => void;
3714
3746
  loadMore: () => void;
3747
+ selectAll: (value: boolean) => void;
3748
+ selectRow: (value: boolean) => void;
3715
3749
  }, string, {
3716
3750
  sort: tableV3.Sort;
3717
3751
  title: string;
@@ -3858,6 +3892,7 @@ declare const _default: {
3858
3892
  default: number;
3859
3893
  };
3860
3894
  }>> & {
3895
+ onSelectAll?: (value: boolean) => any;
3861
3896
  onOnScroll?: (event: Event) => any;
3862
3897
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
3863
3898
  onSaveRow?: (args_0: {
@@ -3870,6 +3905,7 @@ declare const _default: {
3870
3905
  "onUpdate:search"?: (query: string) => any;
3871
3906
  "onUpdate:selection"?: (selection: unknown[]) => any;
3872
3907
  onOnClearSearch?: () => any;
3908
+ onSelectRow?: (value: boolean) => any;
3873
3909
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3874
3910
  __isFragment?: never;
3875
3911
  __isTeleport?: never;
@@ -3976,6 +4012,7 @@ declare const _default: {
3976
4012
  default: number;
3977
4013
  };
3978
4014
  }>> & {
4015
+ onSelectAll?: (value: boolean) => any;
3979
4016
  onOnScroll?: (event: Event) => any;
3980
4017
  "onUpdate:sort"?: (newSort: tableV3.Sort) => any;
3981
4018
  onSaveRow?: (args_0: {
@@ -3988,6 +4025,7 @@ declare const _default: {
3988
4025
  "onUpdate:search"?: (query: string) => any;
3989
4026
  "onUpdate:selection"?: (selection: unknown[]) => any;
3990
4027
  onOnClearSearch?: () => any;
4028
+ onSelectRow?: (value: boolean) => any;
3991
4029
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3992
4030
  "update:sort": (newSort: tableV3.Sort) => void;
3993
4031
  "update:search": (query: string) => void;
@@ -4001,6 +4039,8 @@ declare const _default: {
4001
4039
  cellIndex: number;
4002
4040
  }) => void;
4003
4041
  loadMore: () => void;
4042
+ selectAll: (value: boolean) => void;
4043
+ selectRow: (value: boolean) => void;
4004
4044
  }, string, {
4005
4045
  sort: tableV3.Sort;
4006
4046
  title: string;
@@ -5660,7 +5700,9 @@ declare const _default: {
5660
5700
  type: import("vue").PropType<string | number>;
5661
5701
  default: string;
5662
5702
  };
5663
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
5703
+ }>> & {
5704
+ onShow?: () => any;
5705
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
5664
5706
  $attrs: {
5665
5707
  [x: string]: unknown;
5666
5708
  };
@@ -5672,7 +5714,7 @@ declare const _default: {
5672
5714
  }>;
5673
5715
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5674
5716
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5675
- $emit: (event: string, ...args: any[]) => void;
5717
+ $emit: (event: "show") => void;
5676
5718
  $el: any;
5677
5719
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5678
5720
  header: {
@@ -5719,7 +5761,11 @@ declare const _default: {
5719
5761
  type: import("vue").PropType<string | number>;
5720
5762
  default: string;
5721
5763
  };
5722
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5764
+ }>> & {
5765
+ onShow?: () => any;
5766
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5767
+ show: () => void;
5768
+ }, string, {
5723
5769
  header: string;
5724
5770
  text: string;
5725
5771
  theme: string;
@@ -5796,7 +5842,9 @@ declare const _default: {
5796
5842
  type: import("vue").PropType<string | number>;
5797
5843
  default: string;
5798
5844
  };
5799
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5845
+ }>> & {
5846
+ onShow?: () => any;
5847
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5800
5848
  __isFragment?: never;
5801
5849
  __isTeleport?: never;
5802
5850
  __isSuspense?: never;
@@ -5845,7 +5893,11 @@ declare const _default: {
5845
5893
  type: import("vue").PropType<string | number>;
5846
5894
  default: string;
5847
5895
  };
5848
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5896
+ }>> & {
5897
+ onShow?: () => any;
5898
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5899
+ show: () => void;
5900
+ }, string, {
5849
5901
  header: string;
5850
5902
  text: string;
5851
5903
  theme: string;
@@ -5926,7 +5978,9 @@ declare const _default: {
5926
5978
  type: import("vue").PropType<string | number>;
5927
5979
  default: string;
5928
5980
  };
5929
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
5981
+ }>> & {
5982
+ onShow?: () => any;
5983
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
5930
5984
  $attrs: {
5931
5985
  [x: string]: unknown;
5932
5986
  };
@@ -5938,7 +5992,7 @@ declare const _default: {
5938
5992
  }>;
5939
5993
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5940
5994
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5941
- $emit: (event: string, ...args: any[]) => void;
5995
+ $emit: (event: "show") => void;
5942
5996
  $el: any;
5943
5997
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5944
5998
  header: {
@@ -5985,7 +6039,11 @@ declare const _default: {
5985
6039
  type: import("vue").PropType<string | number>;
5986
6040
  default: string;
5987
6041
  };
5988
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
6042
+ }>> & {
6043
+ onShow?: () => any;
6044
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6045
+ show: () => void;
6046
+ }, string, {
5989
6047
  header: string;
5990
6048
  text: string;
5991
6049
  theme: string;
@@ -6062,7 +6120,9 @@ declare const _default: {
6062
6120
  type: import("vue").PropType<string | number>;
6063
6121
  default: string;
6064
6122
  };
6065
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6123
+ }>> & {
6124
+ onShow?: () => any;
6125
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6066
6126
  __isFragment?: never;
6067
6127
  __isTeleport?: never;
6068
6128
  __isSuspense?: never;
@@ -6111,7 +6171,11 @@ declare const _default: {
6111
6171
  type: import("vue").PropType<string | number>;
6112
6172
  default: string;
6113
6173
  };
6114
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
6174
+ }>> & {
6175
+ onShow?: () => any;
6176
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6177
+ show: () => void;
6178
+ }, string, {
6115
6179
  header: string;
6116
6180
  text: string;
6117
6181
  theme: string;
@@ -8344,6 +8408,7 @@ declare const _default: {
8344
8408
  showApply: boolean;
8345
8409
  inlineError: boolean;
8346
8410
  inlineErrorText: string;
8411
+ inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
8347
8412
  feedbackText: string;
8348
8413
  feedbackVariant: "success" | "warning" | "error";
8349
8414
  showFeedbackTextIcon: boolean;
@@ -8437,6 +8502,10 @@ declare const _default: {
8437
8502
  type: import("vue").PropType<string>;
8438
8503
  default: string;
8439
8504
  };
8505
+ inlineErrorTextPlacement: {
8506
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
8507
+ default: string;
8508
+ };
8440
8509
  feedbackText: {
8441
8510
  type: import("vue").PropType<string>;
8442
8511
  default: string;
@@ -8456,7 +8525,7 @@ declare const _default: {
8456
8525
  }>> & {
8457
8526
  "onUpdate:modelValue"?: (value: string | number) => any;
8458
8527
  onApply?: () => any;
8459
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
8528
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
8460
8529
  $attrs: {
8461
8530
  [x: string]: unknown;
8462
8531
  };
@@ -8559,6 +8628,10 @@ declare const _default: {
8559
8628
  type: import("vue").PropType<string>;
8560
8629
  default: string;
8561
8630
  };
8631
+ inlineErrorTextPlacement: {
8632
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
8633
+ default: string;
8634
+ };
8562
8635
  feedbackText: {
8563
8636
  type: import("vue").PropType<string>;
8564
8637
  default: string;
@@ -8606,6 +8679,7 @@ declare const _default: {
8606
8679
  showApply: boolean;
8607
8680
  inlineError: boolean;
8608
8681
  inlineErrorText: string;
8682
+ inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
8609
8683
  feedbackText: string;
8610
8684
  feedbackVariant: "success" | "warning" | "error";
8611
8685
  showFeedbackTextIcon: boolean;
@@ -8719,6 +8793,10 @@ declare const _default: {
8719
8793
  type: import("vue").PropType<string>;
8720
8794
  default: string;
8721
8795
  };
8796
+ inlineErrorTextPlacement: {
8797
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
8798
+ default: string;
8799
+ };
8722
8800
  feedbackText: {
8723
8801
  type: import("vue").PropType<string>;
8724
8802
  default: string;
@@ -8833,6 +8911,10 @@ declare const _default: {
8833
8911
  type: import("vue").PropType<string>;
8834
8912
  default: string;
8835
8913
  };
8914
+ inlineErrorTextPlacement: {
8915
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
8916
+ default: string;
8917
+ };
8836
8918
  feedbackText: {
8837
8919
  type: import("vue").PropType<string>;
8838
8920
  default: string;
@@ -8880,6 +8962,7 @@ declare const _default: {
8880
8962
  showApply: boolean;
8881
8963
  inlineError: boolean;
8882
8964
  inlineErrorText: string;
8965
+ inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
8883
8966
  feedbackText: string;
8884
8967
  feedbackVariant: "success" | "warning" | "error";
8885
8968
  showFeedbackTextIcon: boolean;
@@ -8917,6 +9000,7 @@ declare const _default: {
8917
9000
  showApply: boolean;
8918
9001
  inlineError: boolean;
8919
9002
  inlineErrorText: string;
9003
+ inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
8920
9004
  feedbackText: string;
8921
9005
  feedbackVariant: "success" | "warning" | "error";
8922
9006
  showFeedbackTextIcon: boolean;
@@ -9010,6 +9094,10 @@ declare const _default: {
9010
9094
  type: import("vue").PropType<string>;
9011
9095
  default: string;
9012
9096
  };
9097
+ inlineErrorTextPlacement: {
9098
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
9099
+ default: string;
9100
+ };
9013
9101
  feedbackText: {
9014
9102
  type: import("vue").PropType<string>;
9015
9103
  default: string;
@@ -9029,7 +9117,7 @@ declare const _default: {
9029
9117
  }>> & {
9030
9118
  "onUpdate:modelValue"?: (value: string | number) => any;
9031
9119
  onApply?: () => any;
9032
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
9120
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
9033
9121
  $attrs: {
9034
9122
  [x: string]: unknown;
9035
9123
  };
@@ -9132,6 +9220,10 @@ declare const _default: {
9132
9220
  type: import("vue").PropType<string>;
9133
9221
  default: string;
9134
9222
  };
9223
+ inlineErrorTextPlacement: {
9224
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
9225
+ default: string;
9226
+ };
9135
9227
  feedbackText: {
9136
9228
  type: import("vue").PropType<string>;
9137
9229
  default: string;
@@ -9179,6 +9271,7 @@ declare const _default: {
9179
9271
  showApply: boolean;
9180
9272
  inlineError: boolean;
9181
9273
  inlineErrorText: string;
9274
+ inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
9182
9275
  feedbackText: string;
9183
9276
  feedbackVariant: "success" | "warning" | "error";
9184
9277
  showFeedbackTextIcon: boolean;
@@ -9292,6 +9385,10 @@ declare const _default: {
9292
9385
  type: import("vue").PropType<string>;
9293
9386
  default: string;
9294
9387
  };
9388
+ inlineErrorTextPlacement: {
9389
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
9390
+ default: string;
9391
+ };
9295
9392
  feedbackText: {
9296
9393
  type: import("vue").PropType<string>;
9297
9394
  default: string;
@@ -9406,6 +9503,10 @@ declare const _default: {
9406
9503
  type: import("vue").PropType<string>;
9407
9504
  default: string;
9408
9505
  };
9506
+ inlineErrorTextPlacement: {
9507
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
9508
+ default: string;
9509
+ };
9409
9510
  feedbackText: {
9410
9511
  type: import("vue").PropType<string>;
9411
9512
  default: string;
@@ -9453,6 +9554,7 @@ declare const _default: {
9453
9554
  showApply: boolean;
9454
9555
  inlineError: boolean;
9455
9556
  inlineErrorText: string;
9557
+ inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
9456
9558
  feedbackText: string;
9457
9559
  feedbackVariant: "success" | "warning" | "error";
9458
9560
  showFeedbackTextIcon: boolean;
@@ -11612,6 +11714,8 @@ declare const _default: {
11612
11714
  optionIconKey: string;
11613
11715
  optionImageKey: string;
11614
11716
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
11717
+ optionEndIconKey: string;
11718
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
11615
11719
  valueToCopy: string;
11616
11720
  disabledOptionKey: string;
11617
11721
  fullWidth: boolean;
@@ -11780,6 +11884,14 @@ declare const _default: {
11780
11884
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
11781
11885
  default: any;
11782
11886
  };
11887
+ optionEndIconKey: {
11888
+ type: import("vue").PropType<string>;
11889
+ default: string;
11890
+ };
11891
+ optionEndIconType: {
11892
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
11893
+ default: any;
11894
+ };
11783
11895
  valueToCopy: {
11784
11896
  type: import("vue").PropType<string>;
11785
11897
  default: any;
@@ -11801,12 +11913,15 @@ declare const _default: {
11801
11913
  default: any;
11802
11914
  };
11803
11915
  }>> & {
11916
+ onCopyToClipboard?: () => any;
11917
+ onClear?: () => any;
11804
11918
  onApply?: (value: unknown) => any;
11919
+ onSelectAll?: () => any;
11805
11920
  "onUpdate:selected"?: (value: unknown) => any;
11806
11921
  "onUpdate:isOpen"?: (value: unknown) => any;
11807
11922
  onOpened?: () => any;
11808
11923
  onClosed?: () => any;
11809
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
11924
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
11810
11925
  $attrs: {
11811
11926
  [x: string]: unknown;
11812
11927
  };
@@ -11818,7 +11933,7 @@ declare const _default: {
11818
11933
  }>;
11819
11934
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
11820
11935
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
11821
- $emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
11936
+ $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: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
11822
11937
  $el: any;
11823
11938
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
11824
11939
  theme: {
@@ -11983,6 +12098,14 @@ declare const _default: {
11983
12098
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
11984
12099
  default: any;
11985
12100
  };
12101
+ optionEndIconKey: {
12102
+ type: import("vue").PropType<string>;
12103
+ default: string;
12104
+ };
12105
+ optionEndIconType: {
12106
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12107
+ default: any;
12108
+ };
11986
12109
  valueToCopy: {
11987
12110
  type: import("vue").PropType<string>;
11988
12111
  default: any;
@@ -12004,7 +12127,10 @@ declare const _default: {
12004
12127
  default: any;
12005
12128
  };
12006
12129
  }>> & {
12130
+ onCopyToClipboard?: () => any;
12131
+ onClear?: () => any;
12007
12132
  onApply?: (value: unknown) => any;
12133
+ onSelectAll?: () => any;
12008
12134
  "onUpdate:selected"?: (value: unknown) => any;
12009
12135
  "onUpdate:isOpen"?: (value: unknown) => any;
12010
12136
  onOpened?: () => any;
@@ -12018,6 +12144,9 @@ declare const _default: {
12018
12144
  closed: () => void;
12019
12145
  opened: () => void;
12020
12146
  apply: (value: unknown) => void;
12147
+ selectAll: () => void;
12148
+ clear: () => void;
12149
+ copyToClipboard: () => void;
12021
12150
  }, string, {
12022
12151
  theme: string;
12023
12152
  disabled: boolean;
@@ -12056,6 +12185,8 @@ declare const _default: {
12056
12185
  optionIconKey: string;
12057
12186
  optionImageKey: string;
12058
12187
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
12188
+ optionEndIconKey: string;
12189
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
12059
12190
  valueToCopy: string;
12060
12191
  disabledOptionKey: string;
12061
12192
  fullWidth: boolean;
@@ -12244,6 +12375,14 @@ declare const _default: {
12244
12375
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12245
12376
  default: any;
12246
12377
  };
12378
+ optionEndIconKey: {
12379
+ type: import("vue").PropType<string>;
12380
+ default: string;
12381
+ };
12382
+ optionEndIconType: {
12383
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12384
+ default: any;
12385
+ };
12247
12386
  valueToCopy: {
12248
12387
  type: import("vue").PropType<string>;
12249
12388
  default: any;
@@ -12265,7 +12404,10 @@ declare const _default: {
12265
12404
  default: any;
12266
12405
  };
12267
12406
  }>> & {
12407
+ onCopyToClipboard?: () => any;
12408
+ onClear?: () => any;
12268
12409
  onApply?: (value: unknown) => any;
12410
+ onSelectAll?: () => any;
12269
12411
  "onUpdate:selected"?: (value: unknown) => any;
12270
12412
  "onUpdate:isOpen"?: (value: unknown) => any;
12271
12413
  onOpened?: () => any;
@@ -12440,6 +12582,14 @@ declare const _default: {
12440
12582
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12441
12583
  default: any;
12442
12584
  };
12585
+ optionEndIconKey: {
12586
+ type: import("vue").PropType<string>;
12587
+ default: string;
12588
+ };
12589
+ optionEndIconType: {
12590
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12591
+ default: any;
12592
+ };
12443
12593
  valueToCopy: {
12444
12594
  type: import("vue").PropType<string>;
12445
12595
  default: any;
@@ -12461,7 +12611,10 @@ declare const _default: {
12461
12611
  default: any;
12462
12612
  };
12463
12613
  }>> & {
12614
+ onCopyToClipboard?: () => any;
12615
+ onClear?: () => any;
12464
12616
  onApply?: (value: unknown) => any;
12617
+ onSelectAll?: () => any;
12465
12618
  "onUpdate:selected"?: (value: unknown) => any;
12466
12619
  "onUpdate:isOpen"?: (value: unknown) => any;
12467
12620
  onOpened?: () => any;
@@ -12475,6 +12628,9 @@ declare const _default: {
12475
12628
  closed: () => void;
12476
12629
  opened: () => void;
12477
12630
  apply: (value: unknown) => void;
12631
+ selectAll: () => void;
12632
+ clear: () => void;
12633
+ copyToClipboard: () => void;
12478
12634
  }, string, {
12479
12635
  theme: string;
12480
12636
  disabled: boolean;
@@ -12513,6 +12669,8 @@ declare const _default: {
12513
12669
  optionIconKey: string;
12514
12670
  optionImageKey: string;
12515
12671
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
12672
+ optionEndIconKey: string;
12673
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
12516
12674
  valueToCopy: string;
12517
12675
  disabledOptionKey: string;
12518
12676
  fullWidth: boolean;
@@ -13452,6 +13610,7 @@ declare const _default: {
13452
13610
  };
13453
13611
  }>> & {
13454
13612
  onClick?: () => any;
13613
+ onCopyToClipboard?: () => any;
13455
13614
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
13456
13615
  $attrs: {
13457
13616
  [x: string]: unknown;
@@ -13464,7 +13623,7 @@ declare const _default: {
13464
13623
  }>;
13465
13624
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
13466
13625
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
13467
- $emit: (event: "click") => void;
13626
+ $emit: ((event: "click") => void) & ((event: "copyToClipboard") => void);
13468
13627
  $el: any;
13469
13628
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
13470
13629
  label: {
@@ -13547,8 +13706,10 @@ declare const _default: {
13547
13706
  };
13548
13707
  }>> & {
13549
13708
  onClick?: () => any;
13709
+ onCopyToClipboard?: () => any;
13550
13710
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13551
13711
  click: () => void;
13712
+ copyToClipboard: () => void;
13552
13713
  }, string, {
13553
13714
  label: string;
13554
13715
  disabled: boolean;
@@ -13669,6 +13830,7 @@ declare const _default: {
13669
13830
  };
13670
13831
  }>> & {
13671
13832
  onClick?: () => any;
13833
+ onCopyToClipboard?: () => any;
13672
13834
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
13673
13835
  __isFragment?: never;
13674
13836
  __isTeleport?: never;
@@ -13754,8 +13916,10 @@ declare const _default: {
13754
13916
  };
13755
13917
  }>> & {
13756
13918
  onClick?: () => any;
13919
+ onCopyToClipboard?: () => any;
13757
13920
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13758
13921
  click: () => void;
13922
+ copyToClipboard: () => void;
13759
13923
  }, string, {
13760
13924
  label: string;
13761
13925
  disabled: boolean;
@@ -14412,6 +14576,7 @@ declare const _default: {
14412
14576
  };
14413
14577
  }>> & {
14414
14578
  onClick?: () => any;
14579
+ onCopyToClipboard?: () => any;
14415
14580
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
14416
14581
  $attrs: {
14417
14582
  [x: string]: unknown;
@@ -14424,7 +14589,7 @@ declare const _default: {
14424
14589
  }>;
14425
14590
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
14426
14591
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
14427
- $emit: (event: "click") => void;
14592
+ $emit: ((event: "click") => void) & ((event: "copyToClipboard") => void);
14428
14593
  $el: any;
14429
14594
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
14430
14595
  label: {
@@ -14507,8 +14672,10 @@ declare const _default: {
14507
14672
  };
14508
14673
  }>> & {
14509
14674
  onClick?: () => any;
14675
+ onCopyToClipboard?: () => any;
14510
14676
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14511
14677
  click: () => void;
14678
+ copyToClipboard: () => void;
14512
14679
  }, string, {
14513
14680
  label: string;
14514
14681
  disabled: boolean;
@@ -14629,6 +14796,7 @@ declare const _default: {
14629
14796
  };
14630
14797
  }>> & {
14631
14798
  onClick?: () => any;
14799
+ onCopyToClipboard?: () => any;
14632
14800
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
14633
14801
  __isFragment?: never;
14634
14802
  __isTeleport?: never;
@@ -14714,8 +14882,10 @@ declare const _default: {
14714
14882
  };
14715
14883
  }>> & {
14716
14884
  onClick?: () => any;
14885
+ onCopyToClipboard?: () => any;
14717
14886
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14718
14887
  click: () => void;
14888
+ copyToClipboard: () => void;
14719
14889
  }, string, {
14720
14890
  label: string;
14721
14891
  disabled: boolean;
@@ -14748,6 +14918,7 @@ declare const _default: {
14748
14918
  option: any;
14749
14919
  disabled: boolean;
14750
14920
  active: boolean;
14921
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
14751
14922
  isIndeterminate: boolean;
14752
14923
  subtitle: string;
14753
14924
  selectAllOption: boolean;
@@ -14755,6 +14926,7 @@ declare const _default: {
14755
14926
  imageKey: string;
14756
14927
  iconKey: string;
14757
14928
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
14929
+ endIconKey: string;
14758
14930
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
14759
14931
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
14760
14932
  option: {
@@ -14769,6 +14941,10 @@ declare const _default: {
14769
14941
  type: import("vue").PropType<boolean>;
14770
14942
  default: any;
14771
14943
  };
14944
+ endIconType: {
14945
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14946
+ default: string;
14947
+ };
14772
14948
  isIndeterminate: {
14773
14949
  type: import("vue").PropType<boolean>;
14774
14950
  default: boolean;
@@ -14797,6 +14973,10 @@ declare const _default: {
14797
14973
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14798
14974
  default: string;
14799
14975
  };
14976
+ endIconKey: {
14977
+ type: import("vue").PropType<string>;
14978
+ default: any;
14979
+ };
14800
14980
  toolTipPlacement: {
14801
14981
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
14802
14982
  default: string;
@@ -14804,7 +14984,7 @@ declare const _default: {
14804
14984
  selectedProp: {
14805
14985
  type: import("vue").PropType<boolean>;
14806
14986
  };
14807
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
14987
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
14808
14988
  $attrs: {
14809
14989
  [x: string]: unknown;
14810
14990
  };
@@ -14831,6 +15011,10 @@ declare const _default: {
14831
15011
  type: import("vue").PropType<boolean>;
14832
15012
  default: any;
14833
15013
  };
15014
+ endIconType: {
15015
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15016
+ default: string;
15017
+ };
14834
15018
  isIndeterminate: {
14835
15019
  type: import("vue").PropType<boolean>;
14836
15020
  default: boolean;
@@ -14859,6 +15043,10 @@ declare const _default: {
14859
15043
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14860
15044
  default: string;
14861
15045
  };
15046
+ endIconKey: {
15047
+ type: import("vue").PropType<string>;
15048
+ default: any;
15049
+ };
14862
15050
  toolTipPlacement: {
14863
15051
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
14864
15052
  default: string;
@@ -14870,6 +15058,7 @@ declare const _default: {
14870
15058
  option: any;
14871
15059
  disabled: boolean;
14872
15060
  active: boolean;
15061
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
14873
15062
  isIndeterminate: boolean;
14874
15063
  subtitle: string;
14875
15064
  selectAllOption: boolean;
@@ -14877,6 +15066,7 @@ declare const _default: {
14877
15066
  imageKey: string;
14878
15067
  iconKey: string;
14879
15068
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15069
+ endIconKey: string;
14880
15070
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
14881
15071
  }, {}, string> & {
14882
15072
  beforeCreate?: (() => void) | (() => void)[];
@@ -14911,6 +15101,10 @@ declare const _default: {
14911
15101
  type: import("vue").PropType<boolean>;
14912
15102
  default: any;
14913
15103
  };
15104
+ endIconType: {
15105
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15106
+ default: string;
15107
+ };
14914
15108
  isIndeterminate: {
14915
15109
  type: import("vue").PropType<boolean>;
14916
15110
  default: boolean;
@@ -14939,6 +15133,10 @@ declare const _default: {
14939
15133
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14940
15134
  default: string;
14941
15135
  };
15136
+ endIconKey: {
15137
+ type: import("vue").PropType<string>;
15138
+ default: any;
15139
+ };
14942
15140
  toolTipPlacement: {
14943
15141
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
14944
15142
  default: string;
@@ -14963,6 +15161,10 @@ declare const _default: {
14963
15161
  type: import("vue").PropType<boolean>;
14964
15162
  default: any;
14965
15163
  };
15164
+ endIconType: {
15165
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15166
+ default: string;
15167
+ };
14966
15168
  isIndeterminate: {
14967
15169
  type: import("vue").PropType<boolean>;
14968
15170
  default: boolean;
@@ -14991,6 +15193,10 @@ declare const _default: {
14991
15193
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14992
15194
  default: string;
14993
15195
  };
15196
+ endIconKey: {
15197
+ type: import("vue").PropType<string>;
15198
+ default: any;
15199
+ };
14994
15200
  toolTipPlacement: {
14995
15201
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
14996
15202
  default: string;
@@ -15002,6 +15208,7 @@ declare const _default: {
15002
15208
  option: any;
15003
15209
  disabled: boolean;
15004
15210
  active: boolean;
15211
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15005
15212
  isIndeterminate: boolean;
15006
15213
  subtitle: string;
15007
15214
  selectAllOption: boolean;
@@ -15009,12 +15216,14 @@ declare const _default: {
15009
15216
  imageKey: string;
15010
15217
  iconKey: string;
15011
15218
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15219
+ endIconKey: string;
15012
15220
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
15013
15221
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
15014
15222
  $slots: {
15015
15223
  image?(_: {}): any;
15016
15224
  "icon-start"?(_: {}): any;
15017
15225
  default?(_: {}): any;
15226
+ "icon-end"?(_: {}): any;
15018
15227
  };
15019
15228
  })) | import("vue").DefineComponent<{
15020
15229
  testId: {
@@ -15169,6 +15378,8 @@ declare const _default: {
15169
15378
  optionIconKey: string;
15170
15379
  optionImageKey: string;
15171
15380
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15381
+ optionEndIconKey: string;
15382
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15172
15383
  valueToCopy: string;
15173
15384
  disabledOptionKey: string;
15174
15385
  fullWidth: boolean;
@@ -15337,6 +15548,14 @@ declare const _default: {
15337
15548
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15338
15549
  default: any;
15339
15550
  };
15551
+ optionEndIconKey: {
15552
+ type: import("vue").PropType<string>;
15553
+ default: string;
15554
+ };
15555
+ optionEndIconType: {
15556
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15557
+ default: any;
15558
+ };
15340
15559
  valueToCopy: {
15341
15560
  type: import("vue").PropType<string>;
15342
15561
  default: any;
@@ -15358,12 +15577,15 @@ declare const _default: {
15358
15577
  default: any;
15359
15578
  };
15360
15579
  }>> & {
15580
+ onCopyToClipboard?: () => any;
15581
+ onClear?: () => any;
15361
15582
  onApply?: (value: unknown) => any;
15583
+ onSelectAll?: () => any;
15362
15584
  "onUpdate:selected"?: (value: unknown) => any;
15363
15585
  "onUpdate:isOpen"?: (value: unknown) => any;
15364
15586
  onOpened?: () => any;
15365
15587
  onClosed?: () => any;
15366
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
15588
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
15367
15589
  $attrs: {
15368
15590
  [x: string]: unknown;
15369
15591
  };
@@ -15375,7 +15597,7 @@ declare const _default: {
15375
15597
  }>;
15376
15598
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
15377
15599
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
15378
- $emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
15600
+ $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: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
15379
15601
  $el: any;
15380
15602
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
15381
15603
  theme: {
@@ -15540,6 +15762,14 @@ declare const _default: {
15540
15762
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15541
15763
  default: any;
15542
15764
  };
15765
+ optionEndIconKey: {
15766
+ type: import("vue").PropType<string>;
15767
+ default: string;
15768
+ };
15769
+ optionEndIconType: {
15770
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15771
+ default: any;
15772
+ };
15543
15773
  valueToCopy: {
15544
15774
  type: import("vue").PropType<string>;
15545
15775
  default: any;
@@ -15561,7 +15791,10 @@ declare const _default: {
15561
15791
  default: any;
15562
15792
  };
15563
15793
  }>> & {
15794
+ onCopyToClipboard?: () => any;
15795
+ onClear?: () => any;
15564
15796
  onApply?: (value: unknown) => any;
15797
+ onSelectAll?: () => any;
15565
15798
  "onUpdate:selected"?: (value: unknown) => any;
15566
15799
  "onUpdate:isOpen"?: (value: unknown) => any;
15567
15800
  onOpened?: () => any;
@@ -15575,6 +15808,9 @@ declare const _default: {
15575
15808
  closed: () => void;
15576
15809
  opened: () => void;
15577
15810
  apply: (value: unknown) => void;
15811
+ selectAll: () => void;
15812
+ clear: () => void;
15813
+ copyToClipboard: () => void;
15578
15814
  }, string, {
15579
15815
  theme: string;
15580
15816
  disabled: boolean;
@@ -15613,6 +15849,8 @@ declare const _default: {
15613
15849
  optionIconKey: string;
15614
15850
  optionImageKey: string;
15615
15851
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15852
+ optionEndIconKey: string;
15853
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15616
15854
  valueToCopy: string;
15617
15855
  disabledOptionKey: string;
15618
15856
  fullWidth: boolean;
@@ -15801,6 +16039,14 @@ declare const _default: {
15801
16039
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15802
16040
  default: any;
15803
16041
  };
16042
+ optionEndIconKey: {
16043
+ type: import("vue").PropType<string>;
16044
+ default: string;
16045
+ };
16046
+ optionEndIconType: {
16047
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16048
+ default: any;
16049
+ };
15804
16050
  valueToCopy: {
15805
16051
  type: import("vue").PropType<string>;
15806
16052
  default: any;
@@ -15822,7 +16068,10 @@ declare const _default: {
15822
16068
  default: any;
15823
16069
  };
15824
16070
  }>> & {
16071
+ onCopyToClipboard?: () => any;
16072
+ onClear?: () => any;
15825
16073
  onApply?: (value: unknown) => any;
16074
+ onSelectAll?: () => any;
15826
16075
  "onUpdate:selected"?: (value: unknown) => any;
15827
16076
  "onUpdate:isOpen"?: (value: unknown) => any;
15828
16077
  onOpened?: () => any;
@@ -15997,6 +16246,14 @@ declare const _default: {
15997
16246
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15998
16247
  default: any;
15999
16248
  };
16249
+ optionEndIconKey: {
16250
+ type: import("vue").PropType<string>;
16251
+ default: string;
16252
+ };
16253
+ optionEndIconType: {
16254
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16255
+ default: any;
16256
+ };
16000
16257
  valueToCopy: {
16001
16258
  type: import("vue").PropType<string>;
16002
16259
  default: any;
@@ -16018,7 +16275,10 @@ declare const _default: {
16018
16275
  default: any;
16019
16276
  };
16020
16277
  }>> & {
16278
+ onCopyToClipboard?: () => any;
16279
+ onClear?: () => any;
16021
16280
  onApply?: (value: unknown) => any;
16281
+ onSelectAll?: () => any;
16022
16282
  "onUpdate:selected"?: (value: unknown) => any;
16023
16283
  "onUpdate:isOpen"?: (value: unknown) => any;
16024
16284
  onOpened?: () => any;
@@ -16032,6 +16292,9 @@ declare const _default: {
16032
16292
  closed: () => void;
16033
16293
  opened: () => void;
16034
16294
  apply: (value: unknown) => void;
16295
+ selectAll: () => void;
16296
+ clear: () => void;
16297
+ copyToClipboard: () => void;
16035
16298
  }, string, {
16036
16299
  theme: string;
16037
16300
  disabled: boolean;
@@ -16070,6 +16333,8 @@ declare const _default: {
16070
16333
  optionIconKey: string;
16071
16334
  optionImageKey: string;
16072
16335
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16336
+ optionEndIconKey: string;
16337
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16073
16338
  valueToCopy: string;
16074
16339
  disabledOptionKey: string;
16075
16340
  fullWidth: boolean;
@@ -16183,6 +16448,7 @@ declare const _default: {
16183
16448
  option: any;
16184
16449
  disabled: boolean;
16185
16450
  active: boolean;
16451
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16186
16452
  isIndeterminate: boolean;
16187
16453
  subtitle: string;
16188
16454
  selectAllOption: boolean;
@@ -16190,6 +16456,7 @@ declare const _default: {
16190
16456
  imageKey: string;
16191
16457
  iconKey: string;
16192
16458
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16459
+ endIconKey: string;
16193
16460
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
16194
16461
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
16195
16462
  option: {
@@ -16204,6 +16471,10 @@ declare const _default: {
16204
16471
  type: import("vue").PropType<boolean>;
16205
16472
  default: any;
16206
16473
  };
16474
+ endIconType: {
16475
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16476
+ default: string;
16477
+ };
16207
16478
  isIndeterminate: {
16208
16479
  type: import("vue").PropType<boolean>;
16209
16480
  default: boolean;
@@ -16232,6 +16503,10 @@ declare const _default: {
16232
16503
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16233
16504
  default: string;
16234
16505
  };
16506
+ endIconKey: {
16507
+ type: import("vue").PropType<string>;
16508
+ default: any;
16509
+ };
16235
16510
  toolTipPlacement: {
16236
16511
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
16237
16512
  default: string;
@@ -16239,7 +16514,7 @@ declare const _default: {
16239
16514
  selectedProp: {
16240
16515
  type: import("vue").PropType<boolean>;
16241
16516
  };
16242
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
16517
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
16243
16518
  $attrs: {
16244
16519
  [x: string]: unknown;
16245
16520
  };
@@ -16266,6 +16541,10 @@ declare const _default: {
16266
16541
  type: import("vue").PropType<boolean>;
16267
16542
  default: any;
16268
16543
  };
16544
+ endIconType: {
16545
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16546
+ default: string;
16547
+ };
16269
16548
  isIndeterminate: {
16270
16549
  type: import("vue").PropType<boolean>;
16271
16550
  default: boolean;
@@ -16294,6 +16573,10 @@ declare const _default: {
16294
16573
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16295
16574
  default: string;
16296
16575
  };
16576
+ endIconKey: {
16577
+ type: import("vue").PropType<string>;
16578
+ default: any;
16579
+ };
16297
16580
  toolTipPlacement: {
16298
16581
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
16299
16582
  default: string;
@@ -16305,6 +16588,7 @@ declare const _default: {
16305
16588
  option: any;
16306
16589
  disabled: boolean;
16307
16590
  active: boolean;
16591
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16308
16592
  isIndeterminate: boolean;
16309
16593
  subtitle: string;
16310
16594
  selectAllOption: boolean;
@@ -16312,6 +16596,7 @@ declare const _default: {
16312
16596
  imageKey: string;
16313
16597
  iconKey: string;
16314
16598
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16599
+ endIconKey: string;
16315
16600
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
16316
16601
  }, {}, string> & {
16317
16602
  beforeCreate?: (() => void) | (() => void)[];
@@ -16346,6 +16631,10 @@ declare const _default: {
16346
16631
  type: import("vue").PropType<boolean>;
16347
16632
  default: any;
16348
16633
  };
16634
+ endIconType: {
16635
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16636
+ default: string;
16637
+ };
16349
16638
  isIndeterminate: {
16350
16639
  type: import("vue").PropType<boolean>;
16351
16640
  default: boolean;
@@ -16374,6 +16663,10 @@ declare const _default: {
16374
16663
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16375
16664
  default: string;
16376
16665
  };
16666
+ endIconKey: {
16667
+ type: import("vue").PropType<string>;
16668
+ default: any;
16669
+ };
16377
16670
  toolTipPlacement: {
16378
16671
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
16379
16672
  default: string;
@@ -16398,6 +16691,10 @@ declare const _default: {
16398
16691
  type: import("vue").PropType<boolean>;
16399
16692
  default: any;
16400
16693
  };
16694
+ endIconType: {
16695
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16696
+ default: string;
16697
+ };
16401
16698
  isIndeterminate: {
16402
16699
  type: import("vue").PropType<boolean>;
16403
16700
  default: boolean;
@@ -16426,6 +16723,10 @@ declare const _default: {
16426
16723
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16427
16724
  default: string;
16428
16725
  };
16726
+ endIconKey: {
16727
+ type: import("vue").PropType<string>;
16728
+ default: any;
16729
+ };
16429
16730
  toolTipPlacement: {
16430
16731
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
16431
16732
  default: string;
@@ -16437,6 +16738,7 @@ declare const _default: {
16437
16738
  option: any;
16438
16739
  disabled: boolean;
16439
16740
  active: boolean;
16741
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16440
16742
  isIndeterminate: boolean;
16441
16743
  subtitle: string;
16442
16744
  selectAllOption: boolean;
@@ -16444,12 +16746,14 @@ declare const _default: {
16444
16746
  imageKey: string;
16445
16747
  iconKey: string;
16446
16748
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16749
+ endIconKey: string;
16447
16750
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
16448
16751
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
16449
16752
  $slots: {
16450
16753
  image?(_: {}): any;
16451
16754
  "icon-start"?(_: {}): any;
16452
16755
  default?(_: {}): any;
16756
+ "icon-end"?(_: {}): any;
16453
16757
  };
16454
16758
  });
16455
16759
  Label: {
@@ -18106,8 +18410,8 @@ export default _default;
18106
18410
  export * from '@/composables/useToggle';
18107
18411
  export * from '@/composables/useSearch';
18108
18412
  export * from '@/composables/useFormValidation';
18109
- export * from '@/components/dateRange';
18110
- export * from '@/components/datePicker';
18413
+ export * from '@/components/dateRange/v3';
18414
+ export * from '@/components/datePicker/v3';
18111
18415
  export * from '@/components/banner';
18112
18416
  export * from '@/components/alert';
18113
18417
  export * from '@/components/autocomplete';