@ironsource/shared-ui 2.1.11-rc.2 → 2.1.11-rc.20

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 (78) hide show
  1. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
  2. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_ba28c717_lang.css +1 -0
  3. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_93545ce0_lang.css +1 -0
  4. package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
  5. package/DropdownV4.vue_vue_type_style_index_0_scoped_5c7bcf85_lang.css +1 -0
  6. package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
  7. package/OptionV4.vue_vue_type_style_index_0_scoped_df830bf5_lang.css +1 -0
  8. package/PopoverV4.vue_vue_type_style_index_0_scoped_052bc376_lang.css +1 -0
  9. package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
  10. package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
  11. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
  12. package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
  13. package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +1 -0
  14. package/components/autocomplete/Autocomplete.vue2.js +3 -2
  15. package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
  16. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  17. package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
  18. package/components/button/v4/index.d.ts +9 -3
  19. package/components/chart/SettingsHeader.vue.js +3 -3
  20. package/components/chart/SettingsHeader.vue2.js +34 -26
  21. package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
  22. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  23. package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
  24. package/components/dropdown/common/Dropdown.common.js +174 -171
  25. package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
  26. package/components/dropdown/v3/index.d.ts +39 -39
  27. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
  28. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
  29. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
  30. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
  31. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +66 -44
  32. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +75 -0
  33. package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
  34. package/components/dropdown/v4/ConditionalDropdown.vue2.js +159 -0
  35. package/components/dropdown/v4/DropdownV4.vue.d.ts +15 -1
  36. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  37. package/components/dropdown/v4/DropdownV4.vue2.js +208 -184
  38. package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
  39. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  40. package/components/dropdown/v4/OptionV4.vue2.js +135 -98
  41. package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
  42. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  43. package/components/dropdown/v4/TreeDropdown.vue2.js +161 -116
  44. package/components/dropdown/v4/index.d.ts +294 -67
  45. package/components/dropdown/v4/index.js +6 -3
  46. package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
  47. package/components/inlineCopy/InlineCopy.vue.js +2 -2
  48. package/components/inlineCopy/InlineCopy.vue2.js +24 -22
  49. package/components/inlineCopy/index.d.ts +9 -0
  50. package/components/input/v4/TextField.vue.js +3 -3
  51. package/components/input/v4/TextField.vue2.js +12 -12
  52. package/components/multibar/MultiBarMenu.vue2.js +3 -2
  53. package/components/popover/v4/PopoverV4.vue.d.ts +9 -2
  54. package/components/popover/v4/PopoverV4.vue.js +4 -3
  55. package/components/popover/v4/PopoverV4.vue2.js +36 -22
  56. package/components/popover/v4/index.d.ts +36 -11
  57. package/components/table/common/Table.common.js +26 -28
  58. package/components/table/v4/DataGridMenu.vue2.js +3 -2
  59. package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
  60. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  61. package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
  62. package/components/tooltip/v4/index.d.ts +39 -1
  63. package/index.d.ts +770 -161
  64. package/index.js +1 -1
  65. package/mocks/options.d.ts +48 -2
  66. package/package.json +3 -2
  67. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
  68. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
  69. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
  70. package/DropdownV4.vue_vue_type_style_index_0_scoped_991a7aad_lang.css +0 -1
  71. package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
  72. package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
  73. package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
  74. package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
  75. package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
  76. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
  77. package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
  78. package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
package/index.d.ts CHANGED
@@ -28,8 +28,9 @@ declare const _default: {
28
28
  placement: import("floating-vue").Placement;
29
29
  disabled: boolean;
30
30
  distance: number;
31
- popperClass: string;
32
31
  autoHide: boolean;
32
+ popperClass: string;
33
+ isOpen: boolean;
33
34
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
34
35
  skidding: number;
35
36
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -49,11 +50,15 @@ declare const _default: {
49
50
  type: import("vue").PropType<number>;
50
51
  default: number;
51
52
  };
53
+ autoHide: {
54
+ type: import("vue").PropType<boolean>;
55
+ default: boolean;
56
+ };
52
57
  popperClass: {
53
58
  type: import("vue").PropType<string>;
54
59
  default: string;
55
60
  };
56
- autoHide: {
61
+ isOpen: {
57
62
  type: import("vue").PropType<boolean>;
58
63
  default: boolean;
59
64
  };
@@ -67,7 +72,7 @@ declare const _default: {
67
72
  };
68
73
  }>> & {
69
74
  onIsOpen?: (value: boolean) => any;
70
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "popperClass" | "autoHide" | "trigger" | "skidding">;
75
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
71
76
  $attrs: {
72
77
  [x: string]: unknown;
73
78
  };
@@ -98,11 +103,15 @@ declare const _default: {
98
103
  type: import("vue").PropType<number>;
99
104
  default: number;
100
105
  };
106
+ autoHide: {
107
+ type: import("vue").PropType<boolean>;
108
+ default: boolean;
109
+ };
101
110
  popperClass: {
102
111
  type: import("vue").PropType<string>;
103
112
  default: string;
104
113
  };
105
- autoHide: {
114
+ isOpen: {
106
115
  type: import("vue").PropType<boolean>;
107
116
  default: boolean;
108
117
  };
@@ -116,15 +125,18 @@ declare const _default: {
116
125
  };
117
126
  }>> & {
118
127
  onIsOpen?: (value: boolean) => any;
119
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
128
+ }, {
129
+ toggle: (value?: boolean) => boolean;
130
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
120
131
  isOpen: (value: boolean) => void;
121
132
  }, string, {
122
133
  testId: string;
123
134
  placement: import("floating-vue").Placement;
124
135
  disabled: boolean;
125
136
  distance: number;
126
- popperClass: string;
127
137
  autoHide: boolean;
138
+ popperClass: string;
139
+ isOpen: boolean;
128
140
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
129
141
  skidding: number;
130
142
  }, {}, string> & {
@@ -164,11 +176,15 @@ declare const _default: {
164
176
  type: import("vue").PropType<number>;
165
177
  default: number;
166
178
  };
179
+ autoHide: {
180
+ type: import("vue").PropType<boolean>;
181
+ default: boolean;
182
+ };
167
183
  popperClass: {
168
184
  type: import("vue").PropType<string>;
169
185
  default: string;
170
186
  };
171
- autoHide: {
187
+ isOpen: {
172
188
  type: import("vue").PropType<boolean>;
173
189
  default: boolean;
174
190
  };
@@ -182,7 +198,9 @@ declare const _default: {
182
198
  };
183
199
  }>> & {
184
200
  onIsOpen?: (value: boolean) => any;
185
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
201
+ } & import("vue").ShallowUnwrapRef<{
202
+ toggle: (value?: boolean) => boolean;
203
+ }> & {} & import("vue").ComponentCustomProperties & {};
186
204
  __isFragment?: never;
187
205
  __isTeleport?: never;
188
206
  __isSuspense?: never;
@@ -203,11 +221,15 @@ declare const _default: {
203
221
  type: import("vue").PropType<number>;
204
222
  default: number;
205
223
  };
224
+ autoHide: {
225
+ type: import("vue").PropType<boolean>;
226
+ default: boolean;
227
+ };
206
228
  popperClass: {
207
229
  type: import("vue").PropType<string>;
208
230
  default: string;
209
231
  };
210
- autoHide: {
232
+ isOpen: {
211
233
  type: import("vue").PropType<boolean>;
212
234
  default: boolean;
213
235
  };
@@ -221,15 +243,18 @@ declare const _default: {
221
243
  };
222
244
  }>> & {
223
245
  onIsOpen?: (value: boolean) => any;
224
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
246
+ }, {
247
+ toggle: (value?: boolean) => boolean;
248
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
225
249
  isOpen: (value: boolean) => void;
226
250
  }, string, {
227
251
  testId: string;
228
252
  placement: import("floating-vue").Placement;
229
253
  disabled: boolean;
230
254
  distance: number;
231
- popperClass: string;
232
255
  autoHide: boolean;
256
+ popperClass: string;
257
+ isOpen: boolean;
233
258
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
234
259
  skidding: number;
235
260
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -247,8 +272,9 @@ declare const _default: {
247
272
  placement: import("floating-vue").Placement;
248
273
  disabled: boolean;
249
274
  distance: number;
250
- popperClass: string;
251
275
  autoHide: boolean;
276
+ popperClass: string;
277
+ isOpen: boolean;
252
278
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
253
279
  skidding: number;
254
280
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -268,11 +294,15 @@ declare const _default: {
268
294
  type: import("vue").PropType<number>;
269
295
  default: number;
270
296
  };
297
+ autoHide: {
298
+ type: import("vue").PropType<boolean>;
299
+ default: boolean;
300
+ };
271
301
  popperClass: {
272
302
  type: import("vue").PropType<string>;
273
303
  default: string;
274
304
  };
275
- autoHide: {
305
+ isOpen: {
276
306
  type: import("vue").PropType<boolean>;
277
307
  default: boolean;
278
308
  };
@@ -286,7 +316,7 @@ declare const _default: {
286
316
  };
287
317
  }>> & {
288
318
  onIsOpen?: (value: boolean) => any;
289
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "popperClass" | "autoHide" | "trigger" | "skidding">;
319
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
290
320
  $attrs: {
291
321
  [x: string]: unknown;
292
322
  };
@@ -317,11 +347,15 @@ declare const _default: {
317
347
  type: import("vue").PropType<number>;
318
348
  default: number;
319
349
  };
350
+ autoHide: {
351
+ type: import("vue").PropType<boolean>;
352
+ default: boolean;
353
+ };
320
354
  popperClass: {
321
355
  type: import("vue").PropType<string>;
322
356
  default: string;
323
357
  };
324
- autoHide: {
358
+ isOpen: {
325
359
  type: import("vue").PropType<boolean>;
326
360
  default: boolean;
327
361
  };
@@ -335,15 +369,18 @@ declare const _default: {
335
369
  };
336
370
  }>> & {
337
371
  onIsOpen?: (value: boolean) => any;
338
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
372
+ }, {
373
+ toggle: (value?: boolean) => boolean;
374
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
339
375
  isOpen: (value: boolean) => void;
340
376
  }, string, {
341
377
  testId: string;
342
378
  placement: import("floating-vue").Placement;
343
379
  disabled: boolean;
344
380
  distance: number;
345
- popperClass: string;
346
381
  autoHide: boolean;
382
+ popperClass: string;
383
+ isOpen: boolean;
347
384
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
348
385
  skidding: number;
349
386
  }, {}, string> & {
@@ -383,11 +420,15 @@ declare const _default: {
383
420
  type: import("vue").PropType<number>;
384
421
  default: number;
385
422
  };
423
+ autoHide: {
424
+ type: import("vue").PropType<boolean>;
425
+ default: boolean;
426
+ };
386
427
  popperClass: {
387
428
  type: import("vue").PropType<string>;
388
429
  default: string;
389
430
  };
390
- autoHide: {
431
+ isOpen: {
391
432
  type: import("vue").PropType<boolean>;
392
433
  default: boolean;
393
434
  };
@@ -401,7 +442,9 @@ declare const _default: {
401
442
  };
402
443
  }>> & {
403
444
  onIsOpen?: (value: boolean) => any;
404
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
445
+ } & import("vue").ShallowUnwrapRef<{
446
+ toggle: (value?: boolean) => boolean;
447
+ }> & {} & import("vue").ComponentCustomProperties & {};
405
448
  __isFragment?: never;
406
449
  __isTeleport?: never;
407
450
  __isSuspense?: never;
@@ -422,11 +465,15 @@ declare const _default: {
422
465
  type: import("vue").PropType<number>;
423
466
  default: number;
424
467
  };
468
+ autoHide: {
469
+ type: import("vue").PropType<boolean>;
470
+ default: boolean;
471
+ };
425
472
  popperClass: {
426
473
  type: import("vue").PropType<string>;
427
474
  default: string;
428
475
  };
429
- autoHide: {
476
+ isOpen: {
430
477
  type: import("vue").PropType<boolean>;
431
478
  default: boolean;
432
479
  };
@@ -440,15 +487,18 @@ declare const _default: {
440
487
  };
441
488
  }>> & {
442
489
  onIsOpen?: (value: boolean) => any;
443
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
490
+ }, {
491
+ toggle: (value?: boolean) => boolean;
492
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
444
493
  isOpen: (value: boolean) => void;
445
494
  }, string, {
446
495
  testId: string;
447
496
  placement: import("floating-vue").Placement;
448
497
  disabled: boolean;
449
498
  distance: number;
450
- popperClass: string;
451
499
  autoHide: boolean;
500
+ popperClass: string;
501
+ isOpen: boolean;
452
502
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
453
503
  skidding: number;
454
504
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -2464,6 +2514,10 @@ declare const _default: {
2464
2514
  type: import("vue").PropType<string>;
2465
2515
  default: string;
2466
2516
  };
2517
+ valueToCopy: {
2518
+ type: import("vue").PropType<string>;
2519
+ default: string;
2520
+ };
2467
2521
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2468
2522
  copy: () => void;
2469
2523
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2503,6 +2557,10 @@ declare const _default: {
2503
2557
  type: import("vue").PropType<string>;
2504
2558
  default: string;
2505
2559
  };
2560
+ valueToCopy: {
2561
+ type: import("vue").PropType<string>;
2562
+ default: string;
2563
+ };
2506
2564
  }>> & {
2507
2565
  onCopy?: () => any;
2508
2566
  }, {
@@ -2514,6 +2572,7 @@ declare const _default: {
2514
2572
  hideTextValue: boolean;
2515
2573
  iconSize: string;
2516
2574
  tooltipHeader: string;
2575
+ valueToCopy: string;
2517
2576
  }>;
2518
2577
  InlineCopyTypes: () => import("vue").DefineComponent<{
2519
2578
  text: {
@@ -2552,6 +2611,10 @@ declare const _default: {
2552
2611
  type: import("vue").PropType<string>;
2553
2612
  default: string;
2554
2613
  };
2614
+ valueToCopy: {
2615
+ type: import("vue").PropType<string>;
2616
+ default: string;
2617
+ };
2555
2618
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2556
2619
  copy: () => void;
2557
2620
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2591,6 +2654,10 @@ declare const _default: {
2591
2654
  type: import("vue").PropType<string>;
2592
2655
  default: string;
2593
2656
  };
2657
+ valueToCopy: {
2658
+ type: import("vue").PropType<string>;
2659
+ default: string;
2660
+ };
2594
2661
  }>> & {
2595
2662
  onCopy?: () => any;
2596
2663
  }, {
@@ -2602,6 +2669,7 @@ declare const _default: {
2602
2669
  hideTextValue: boolean;
2603
2670
  iconSize: string;
2604
2671
  tooltipHeader: string;
2672
+ valueToCopy: string;
2605
2673
  }>[];
2606
2674
  AppHeader: import("vue").DefineComponent<{
2607
2675
  name: {
@@ -9552,6 +9620,8 @@ declare const _default: {
9552
9620
  disabled: boolean;
9553
9621
  distance: string | number;
9554
9622
  container: string;
9623
+ shown: boolean;
9624
+ autoHide: boolean;
9555
9625
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9556
9626
  header: {
9557
9627
  type: import("vue").PropType<string>;
@@ -9597,9 +9667,17 @@ declare const _default: {
9597
9667
  type: import("vue").PropType<string>;
9598
9668
  default: string;
9599
9669
  };
9670
+ shown: {
9671
+ type: import("vue").PropType<boolean>;
9672
+ default: any;
9673
+ };
9674
+ autoHide: {
9675
+ type: import("vue").PropType<boolean>;
9676
+ default: boolean;
9677
+ };
9600
9678
  }>> & {
9601
9679
  onShow?: () => any;
9602
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
9680
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
9603
9681
  $attrs: {
9604
9682
  [x: string]: unknown;
9605
9683
  };
@@ -9658,6 +9736,14 @@ declare const _default: {
9658
9736
  type: import("vue").PropType<string>;
9659
9737
  default: string;
9660
9738
  };
9739
+ shown: {
9740
+ type: import("vue").PropType<boolean>;
9741
+ default: any;
9742
+ };
9743
+ autoHide: {
9744
+ type: import("vue").PropType<boolean>;
9745
+ default: boolean;
9746
+ };
9661
9747
  }>> & {
9662
9748
  onShow?: () => any;
9663
9749
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -9674,6 +9760,8 @@ declare const _default: {
9674
9760
  disabled: boolean;
9675
9761
  distance: string | number;
9676
9762
  container: string;
9763
+ shown: boolean;
9764
+ autoHide: boolean;
9677
9765
  }, {}, string> & {
9678
9766
  beforeCreate?: (() => void) | (() => void)[];
9679
9767
  created?: (() => void) | (() => void)[];
@@ -9739,6 +9827,14 @@ declare const _default: {
9739
9827
  type: import("vue").PropType<string>;
9740
9828
  default: string;
9741
9829
  };
9830
+ shown: {
9831
+ type: import("vue").PropType<boolean>;
9832
+ default: any;
9833
+ };
9834
+ autoHide: {
9835
+ type: import("vue").PropType<boolean>;
9836
+ default: boolean;
9837
+ };
9742
9838
  }>> & {
9743
9839
  onShow?: () => any;
9744
9840
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -9790,6 +9886,14 @@ declare const _default: {
9790
9886
  type: import("vue").PropType<string>;
9791
9887
  default: string;
9792
9888
  };
9889
+ shown: {
9890
+ type: import("vue").PropType<boolean>;
9891
+ default: any;
9892
+ };
9893
+ autoHide: {
9894
+ type: import("vue").PropType<boolean>;
9895
+ default: boolean;
9896
+ };
9793
9897
  }>> & {
9794
9898
  onShow?: () => any;
9795
9899
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -9806,6 +9910,8 @@ declare const _default: {
9806
9910
  disabled: boolean;
9807
9911
  distance: string | number;
9808
9912
  container: string;
9913
+ shown: boolean;
9914
+ autoHide: boolean;
9809
9915
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
9810
9916
  $slots: {
9811
9917
  default?(_: {}): any;
@@ -9830,6 +9936,8 @@ declare const _default: {
9830
9936
  disabled: boolean;
9831
9937
  distance: string | number;
9832
9938
  container: string;
9939
+ shown: boolean;
9940
+ autoHide: boolean;
9833
9941
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9834
9942
  header: {
9835
9943
  type: import("vue").PropType<string>;
@@ -9875,9 +9983,17 @@ declare const _default: {
9875
9983
  type: import("vue").PropType<string>;
9876
9984
  default: string;
9877
9985
  };
9986
+ shown: {
9987
+ type: import("vue").PropType<boolean>;
9988
+ default: any;
9989
+ };
9990
+ autoHide: {
9991
+ type: import("vue").PropType<boolean>;
9992
+ default: boolean;
9993
+ };
9878
9994
  }>> & {
9879
9995
  onShow?: () => any;
9880
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
9996
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
9881
9997
  $attrs: {
9882
9998
  [x: string]: unknown;
9883
9999
  };
@@ -9936,6 +10052,14 @@ declare const _default: {
9936
10052
  type: import("vue").PropType<string>;
9937
10053
  default: string;
9938
10054
  };
10055
+ shown: {
10056
+ type: import("vue").PropType<boolean>;
10057
+ default: any;
10058
+ };
10059
+ autoHide: {
10060
+ type: import("vue").PropType<boolean>;
10061
+ default: boolean;
10062
+ };
9939
10063
  }>> & {
9940
10064
  onShow?: () => any;
9941
10065
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -9952,6 +10076,8 @@ declare const _default: {
9952
10076
  disabled: boolean;
9953
10077
  distance: string | number;
9954
10078
  container: string;
10079
+ shown: boolean;
10080
+ autoHide: boolean;
9955
10081
  }, {}, string> & {
9956
10082
  beforeCreate?: (() => void) | (() => void)[];
9957
10083
  created?: (() => void) | (() => void)[];
@@ -10017,6 +10143,14 @@ declare const _default: {
10017
10143
  type: import("vue").PropType<string>;
10018
10144
  default: string;
10019
10145
  };
10146
+ shown: {
10147
+ type: import("vue").PropType<boolean>;
10148
+ default: any;
10149
+ };
10150
+ autoHide: {
10151
+ type: import("vue").PropType<boolean>;
10152
+ default: boolean;
10153
+ };
10020
10154
  }>> & {
10021
10155
  onShow?: () => any;
10022
10156
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -10068,6 +10202,14 @@ declare const _default: {
10068
10202
  type: import("vue").PropType<string>;
10069
10203
  default: string;
10070
10204
  };
10205
+ shown: {
10206
+ type: import("vue").PropType<boolean>;
10207
+ default: any;
10208
+ };
10209
+ autoHide: {
10210
+ type: import("vue").PropType<boolean>;
10211
+ default: boolean;
10212
+ };
10071
10213
  }>> & {
10072
10214
  onShow?: () => any;
10073
10215
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -10084,6 +10226,8 @@ declare const _default: {
10084
10226
  disabled: boolean;
10085
10227
  distance: string | number;
10086
10228
  container: string;
10229
+ shown: boolean;
10230
+ autoHide: boolean;
10087
10231
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
10088
10232
  $slots: {
10089
10233
  default?(_: {}): any;
@@ -15765,6 +15909,7 @@ declare const _default: {
15765
15909
  skidding: number;
15766
15910
  modelValue: any;
15767
15911
  selected: any;
15912
+ valueToCopy: string;
15768
15913
  onClear: () => void;
15769
15914
  placeholder: string;
15770
15915
  multi: boolean;
@@ -15792,8 +15937,8 @@ declare const _default: {
15792
15937
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
15793
15938
  optionEndIconKey: string;
15794
15939
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
15940
+ optionsEndTextIconKey: string;
15795
15941
  optionFlagKey: string;
15796
- valueToCopy: string;
15797
15942
  disabledOptionKey: string;
15798
15943
  optionTwoLinesVariant: "horizontal" | "vertical";
15799
15944
  optionTwoLinesKey: string;
@@ -15805,6 +15950,7 @@ declare const _default: {
15805
15950
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
15806
15951
  disableVirtualScroll: boolean;
15807
15952
  overrideOptionCountCalculation: (option: unknown) => number;
15953
+ withConditions: boolean;
15808
15954
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15809
15955
  theme: {
15810
15956
  type: import("vue").PropType<string>;
@@ -15849,13 +15995,13 @@ declare const _default: {
15849
15995
  loading: {
15850
15996
  type: import("vue").PropType<boolean>;
15851
15997
  };
15998
+ isOpen: {
15999
+ type: import("vue").PropType<boolean>;
16000
+ };
15852
16001
  skidding: {
15853
16002
  type: import("vue").PropType<number>;
15854
16003
  default: number;
15855
16004
  };
15856
- isOpen: {
15857
- type: import("vue").PropType<boolean>;
15858
- };
15859
16005
  modelValue: {
15860
16006
  type: import("vue").PropType<unknown>;
15861
16007
  default: any;
@@ -15864,6 +16010,10 @@ declare const _default: {
15864
16010
  type: import("vue").PropType<unknown>;
15865
16011
  default: any;
15866
16012
  };
16013
+ valueToCopy: {
16014
+ type: import("vue").PropType<string>;
16015
+ default: any;
16016
+ };
15867
16017
  options: {
15868
16018
  type: import("vue").PropType<unknown[]>;
15869
16019
  required: true;
@@ -15980,11 +16130,11 @@ declare const _default: {
15980
16130
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
15981
16131
  default: any;
15982
16132
  };
15983
- optionFlagKey: {
16133
+ optionsEndTextIconKey: {
15984
16134
  type: import("vue").PropType<string>;
15985
16135
  default: any;
15986
16136
  };
15987
- valueToCopy: {
16137
+ optionFlagKey: {
15988
16138
  type: import("vue").PropType<string>;
15989
16139
  default: any;
15990
16140
  };
@@ -16032,6 +16182,10 @@ declare const _default: {
16032
16182
  type: import("vue").PropType<(option: unknown) => number>;
16033
16183
  default: any;
16034
16184
  };
16185
+ withConditions: {
16186
+ type: import("vue").PropType<boolean>;
16187
+ default: boolean;
16188
+ };
16035
16189
  }>> & {
16036
16190
  onCopyToClipboard?: () => any;
16037
16191
  onClear?: () => any;
@@ -16042,7 +16196,7 @@ declare const _default: {
16042
16196
  onOnsearch?: (value: string) => any;
16043
16197
  onOpened?: () => any;
16044
16198
  onClosed?: () => any;
16045
- } & 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" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
16199
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "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" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16046
16200
  $attrs: {
16047
16201
  [x: string]: unknown;
16048
16202
  };
@@ -16100,13 +16254,13 @@ declare const _default: {
16100
16254
  loading: {
16101
16255
  type: import("vue").PropType<boolean>;
16102
16256
  };
16257
+ isOpen: {
16258
+ type: import("vue").PropType<boolean>;
16259
+ };
16103
16260
  skidding: {
16104
16261
  type: import("vue").PropType<number>;
16105
16262
  default: number;
16106
16263
  };
16107
- isOpen: {
16108
- type: import("vue").PropType<boolean>;
16109
- };
16110
16264
  modelValue: {
16111
16265
  type: import("vue").PropType<unknown>;
16112
16266
  default: any;
@@ -16115,6 +16269,10 @@ declare const _default: {
16115
16269
  type: import("vue").PropType<unknown>;
16116
16270
  default: any;
16117
16271
  };
16272
+ valueToCopy: {
16273
+ type: import("vue").PropType<string>;
16274
+ default: any;
16275
+ };
16118
16276
  options: {
16119
16277
  type: import("vue").PropType<unknown[]>;
16120
16278
  required: true;
@@ -16231,11 +16389,11 @@ declare const _default: {
16231
16389
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
16232
16390
  default: any;
16233
16391
  };
16234
- optionFlagKey: {
16392
+ optionsEndTextIconKey: {
16235
16393
  type: import("vue").PropType<string>;
16236
16394
  default: any;
16237
16395
  };
16238
- valueToCopy: {
16396
+ optionFlagKey: {
16239
16397
  type: import("vue").PropType<string>;
16240
16398
  default: any;
16241
16399
  };
@@ -16283,6 +16441,10 @@ declare const _default: {
16283
16441
  type: import("vue").PropType<(option: unknown) => number>;
16284
16442
  default: any;
16285
16443
  };
16444
+ withConditions: {
16445
+ type: import("vue").PropType<boolean>;
16446
+ default: boolean;
16447
+ };
16286
16448
  }>> & {
16287
16449
  onCopyToClipboard?: () => any;
16288
16450
  onClear?: () => any;
@@ -16320,6 +16482,7 @@ declare const _default: {
16320
16482
  skidding: number;
16321
16483
  modelValue: any;
16322
16484
  selected: any;
16485
+ valueToCopy: string;
16323
16486
  onClear: () => void;
16324
16487
  placeholder: string;
16325
16488
  multi: boolean;
@@ -16347,8 +16510,8 @@ declare const _default: {
16347
16510
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16348
16511
  optionEndIconKey: string;
16349
16512
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16513
+ optionsEndTextIconKey: string;
16350
16514
  optionFlagKey: string;
16351
- valueToCopy: string;
16352
16515
  disabledOptionKey: string;
16353
16516
  optionTwoLinesVariant: "horizontal" | "vertical";
16354
16517
  optionTwoLinesKey: string;
@@ -16360,6 +16523,7 @@ declare const _default: {
16360
16523
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
16361
16524
  disableVirtualScroll: boolean;
16362
16525
  overrideOptionCountCalculation: (option: unknown) => number;
16526
+ withConditions: boolean;
16363
16527
  }, {}, string> & {
16364
16528
  beforeCreate?: (() => void) | (() => void)[];
16365
16529
  created?: (() => void) | (() => void)[];
@@ -16424,13 +16588,13 @@ declare const _default: {
16424
16588
  loading: {
16425
16589
  type: import("vue").PropType<boolean>;
16426
16590
  };
16591
+ isOpen: {
16592
+ type: import("vue").PropType<boolean>;
16593
+ };
16427
16594
  skidding: {
16428
16595
  type: import("vue").PropType<number>;
16429
16596
  default: number;
16430
16597
  };
16431
- isOpen: {
16432
- type: import("vue").PropType<boolean>;
16433
- };
16434
16598
  modelValue: {
16435
16599
  type: import("vue").PropType<unknown>;
16436
16600
  default: any;
@@ -16439,6 +16603,10 @@ declare const _default: {
16439
16603
  type: import("vue").PropType<unknown>;
16440
16604
  default: any;
16441
16605
  };
16606
+ valueToCopy: {
16607
+ type: import("vue").PropType<string>;
16608
+ default: any;
16609
+ };
16442
16610
  options: {
16443
16611
  type: import("vue").PropType<unknown[]>;
16444
16612
  required: true;
@@ -16555,11 +16723,11 @@ declare const _default: {
16555
16723
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
16556
16724
  default: any;
16557
16725
  };
16558
- optionFlagKey: {
16726
+ optionsEndTextIconKey: {
16559
16727
  type: import("vue").PropType<string>;
16560
16728
  default: any;
16561
16729
  };
16562
- valueToCopy: {
16730
+ optionFlagKey: {
16563
16731
  type: import("vue").PropType<string>;
16564
16732
  default: any;
16565
16733
  };
@@ -16607,6 +16775,10 @@ declare const _default: {
16607
16775
  type: import("vue").PropType<(option: unknown) => number>;
16608
16776
  default: any;
16609
16777
  };
16778
+ withConditions: {
16779
+ type: import("vue").PropType<boolean>;
16780
+ default: boolean;
16781
+ };
16610
16782
  }>> & {
16611
16783
  onCopyToClipboard?: () => any;
16612
16784
  onClear?: () => any;
@@ -16668,13 +16840,13 @@ declare const _default: {
16668
16840
  loading: {
16669
16841
  type: import("vue").PropType<boolean>;
16670
16842
  };
16843
+ isOpen: {
16844
+ type: import("vue").PropType<boolean>;
16845
+ };
16671
16846
  skidding: {
16672
16847
  type: import("vue").PropType<number>;
16673
16848
  default: number;
16674
16849
  };
16675
- isOpen: {
16676
- type: import("vue").PropType<boolean>;
16677
- };
16678
16850
  modelValue: {
16679
16851
  type: import("vue").PropType<unknown>;
16680
16852
  default: any;
@@ -16683,6 +16855,10 @@ declare const _default: {
16683
16855
  type: import("vue").PropType<unknown>;
16684
16856
  default: any;
16685
16857
  };
16858
+ valueToCopy: {
16859
+ type: import("vue").PropType<string>;
16860
+ default: any;
16861
+ };
16686
16862
  options: {
16687
16863
  type: import("vue").PropType<unknown[]>;
16688
16864
  required: true;
@@ -16799,11 +16975,11 @@ declare const _default: {
16799
16975
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
16800
16976
  default: any;
16801
16977
  };
16802
- optionFlagKey: {
16978
+ optionsEndTextIconKey: {
16803
16979
  type: import("vue").PropType<string>;
16804
16980
  default: any;
16805
16981
  };
16806
- valueToCopy: {
16982
+ optionFlagKey: {
16807
16983
  type: import("vue").PropType<string>;
16808
16984
  default: any;
16809
16985
  };
@@ -16851,6 +17027,10 @@ declare const _default: {
16851
17027
  type: import("vue").PropType<(option: unknown) => number>;
16852
17028
  default: any;
16853
17029
  };
17030
+ withConditions: {
17031
+ type: import("vue").PropType<boolean>;
17032
+ default: boolean;
17033
+ };
16854
17034
  }>> & {
16855
17035
  onCopyToClipboard?: () => any;
16856
17036
  onClear?: () => any;
@@ -16888,6 +17068,7 @@ declare const _default: {
16888
17068
  skidding: number;
16889
17069
  modelValue: any;
16890
17070
  selected: any;
17071
+ valueToCopy: string;
16891
17072
  onClear: () => void;
16892
17073
  placeholder: string;
16893
17074
  multi: boolean;
@@ -16915,8 +17096,8 @@ declare const _default: {
16915
17096
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16916
17097
  optionEndIconKey: string;
16917
17098
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
17099
+ optionsEndTextIconKey: string;
16918
17100
  optionFlagKey: string;
16919
- valueToCopy: string;
16920
17101
  disabledOptionKey: string;
16921
17102
  optionTwoLinesVariant: "horizontal" | "vertical";
16922
17103
  optionTwoLinesKey: string;
@@ -16928,6 +17109,7 @@ declare const _default: {
16928
17109
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
16929
17110
  disableVirtualScroll: boolean;
16930
17111
  overrideOptionCountCalculation: (option: unknown) => number;
17112
+ withConditions: boolean;
16931
17113
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
16932
17114
  $slots: {
16933
17115
  label?(_: {}): any;
@@ -16956,6 +17138,7 @@ declare const _default: {
16956
17138
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16957
17139
  optionAndIconKey: string;
16958
17140
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
17141
+ optionsEndTextIconKey: string;
16959
17142
  optionFlagKey: string;
16960
17143
  feedbackVariant: "success" | "warning" | "error";
16961
17144
  valueToCopy: string;
@@ -16967,10 +17150,13 @@ declare const _default: {
16967
17150
  onClick: () => void;
16968
17151
  };
16969
17152
  }): any;
17153
+ "dropdown-conditions"?(_: {}): any;
16970
17154
  "inline-search"?(_: {}): any;
16971
17155
  "input-list"?(_: {
16972
17156
  open: true;
16973
17157
  }): any;
17158
+ "custom-list-area"?(_: {}): any;
17159
+ "select-all"?(_: {}): any;
16974
17160
  "group-option"?(_: {}): any;
16975
17161
  default?(_: {
16976
17162
  option: unknown;
@@ -18016,6 +18202,7 @@ declare const _default: {
18016
18202
  open: boolean;
18017
18203
  mandatory: boolean;
18018
18204
  loading: boolean;
18205
+ valueToCopy: string;
18019
18206
  options: unknown[];
18020
18207
  singleAppSelection: boolean;
18021
18208
  placeholder: string;
@@ -18026,7 +18213,6 @@ declare const _default: {
18026
18213
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18027
18214
  optionEndIconKey: string;
18028
18215
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18029
- valueToCopy: string;
18030
18216
  selectedOption: any;
18031
18217
  brandIconType: "android" | "ios";
18032
18218
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -18060,6 +18246,10 @@ declare const _default: {
18060
18246
  type: import("vue").PropType<boolean>;
18061
18247
  default: boolean;
18062
18248
  };
18249
+ valueToCopy: {
18250
+ type: import("vue").PropType<string>;
18251
+ default: any;
18252
+ };
18063
18253
  options: {
18064
18254
  type: import("vue").PropType<unknown[]>;
18065
18255
  default: any;
@@ -18104,10 +18294,6 @@ declare const _default: {
18104
18294
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18105
18295
  default: any;
18106
18296
  };
18107
- valueToCopy: {
18108
- type: import("vue").PropType<string>;
18109
- default: any;
18110
- };
18111
18297
  selectedOption: {
18112
18298
  type: import("vue").PropType<unknown>;
18113
18299
  default: any;
@@ -18119,7 +18305,7 @@ declare const _default: {
18119
18305
  }>> & {
18120
18306
  onClick?: () => any;
18121
18307
  onCopyToClipboard?: () => any;
18122
- } & 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">;
18308
+ } & 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">;
18123
18309
  $attrs: {
18124
18310
  [x: string]: unknown;
18125
18311
  };
@@ -18164,6 +18350,10 @@ declare const _default: {
18164
18350
  type: import("vue").PropType<boolean>;
18165
18351
  default: boolean;
18166
18352
  };
18353
+ valueToCopy: {
18354
+ type: import("vue").PropType<string>;
18355
+ default: any;
18356
+ };
18167
18357
  options: {
18168
18358
  type: import("vue").PropType<unknown[]>;
18169
18359
  default: any;
@@ -18208,10 +18398,6 @@ declare const _default: {
18208
18398
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18209
18399
  default: any;
18210
18400
  };
18211
- valueToCopy: {
18212
- type: import("vue").PropType<string>;
18213
- default: any;
18214
- };
18215
18401
  selectedOption: {
18216
18402
  type: import("vue").PropType<unknown>;
18217
18403
  default: any;
@@ -18234,6 +18420,7 @@ declare const _default: {
18234
18420
  open: boolean;
18235
18421
  mandatory: boolean;
18236
18422
  loading: boolean;
18423
+ valueToCopy: string;
18237
18424
  options: unknown[];
18238
18425
  singleAppSelection: boolean;
18239
18426
  placeholder: string;
@@ -18244,7 +18431,6 @@ declare const _default: {
18244
18431
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18245
18432
  optionEndIconKey: string;
18246
18433
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18247
- valueToCopy: string;
18248
18434
  selectedOption: any;
18249
18435
  brandIconType: "android" | "ios";
18250
18436
  }, {}, string> & {
@@ -18298,6 +18484,10 @@ declare const _default: {
18298
18484
  type: import("vue").PropType<boolean>;
18299
18485
  default: boolean;
18300
18486
  };
18487
+ valueToCopy: {
18488
+ type: import("vue").PropType<string>;
18489
+ default: any;
18490
+ };
18301
18491
  options: {
18302
18492
  type: import("vue").PropType<unknown[]>;
18303
18493
  default: any;
@@ -18342,10 +18532,6 @@ declare const _default: {
18342
18532
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18343
18533
  default: any;
18344
18534
  };
18345
- valueToCopy: {
18346
- type: import("vue").PropType<string>;
18347
- default: any;
18348
- };
18349
18535
  selectedOption: {
18350
18536
  type: import("vue").PropType<unknown>;
18351
18537
  default: any;
@@ -18392,6 +18578,10 @@ declare const _default: {
18392
18578
  type: import("vue").PropType<boolean>;
18393
18579
  default: boolean;
18394
18580
  };
18581
+ valueToCopy: {
18582
+ type: import("vue").PropType<string>;
18583
+ default: any;
18584
+ };
18395
18585
  options: {
18396
18586
  type: import("vue").PropType<unknown[]>;
18397
18587
  default: any;
@@ -18436,10 +18626,6 @@ declare const _default: {
18436
18626
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18437
18627
  default: any;
18438
18628
  };
18439
- valueToCopy: {
18440
- type: import("vue").PropType<string>;
18441
- default: any;
18442
- };
18443
18629
  selectedOption: {
18444
18630
  type: import("vue").PropType<unknown>;
18445
18631
  default: any;
@@ -18462,6 +18648,7 @@ declare const _default: {
18462
18648
  open: boolean;
18463
18649
  mandatory: boolean;
18464
18650
  loading: boolean;
18651
+ valueToCopy: string;
18465
18652
  options: unknown[];
18466
18653
  singleAppSelection: boolean;
18467
18654
  placeholder: string;
@@ -18472,7 +18659,6 @@ declare const _default: {
18472
18659
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18473
18660
  optionEndIconKey: string;
18474
18661
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18475
- valueToCopy: string;
18476
18662
  selectedOption: any;
18477
18663
  brandIconType: "android" | "ios";
18478
18664
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -19081,6 +19267,7 @@ declare const _default: {
19081
19267
  open: boolean;
19082
19268
  mandatory: boolean;
19083
19269
  loading: boolean;
19270
+ valueToCopy: string;
19084
19271
  options: unknown[];
19085
19272
  singleAppSelection: boolean;
19086
19273
  placeholder: string;
@@ -19091,7 +19278,6 @@ declare const _default: {
19091
19278
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19092
19279
  optionEndIconKey: string;
19093
19280
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19094
- valueToCopy: string;
19095
19281
  selectedOption: any;
19096
19282
  brandIconType: "android" | "ios";
19097
19283
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -19125,6 +19311,10 @@ declare const _default: {
19125
19311
  type: import("vue").PropType<boolean>;
19126
19312
  default: boolean;
19127
19313
  };
19314
+ valueToCopy: {
19315
+ type: import("vue").PropType<string>;
19316
+ default: any;
19317
+ };
19128
19318
  options: {
19129
19319
  type: import("vue").PropType<unknown[]>;
19130
19320
  default: any;
@@ -19169,10 +19359,6 @@ declare const _default: {
19169
19359
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19170
19360
  default: any;
19171
19361
  };
19172
- valueToCopy: {
19173
- type: import("vue").PropType<string>;
19174
- default: any;
19175
- };
19176
19362
  selectedOption: {
19177
19363
  type: import("vue").PropType<unknown>;
19178
19364
  default: any;
@@ -19184,7 +19370,7 @@ declare const _default: {
19184
19370
  }>> & {
19185
19371
  onClick?: () => any;
19186
19372
  onCopyToClipboard?: () => any;
19187
- } & 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">;
19373
+ } & 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">;
19188
19374
  $attrs: {
19189
19375
  [x: string]: unknown;
19190
19376
  };
@@ -19229,6 +19415,10 @@ declare const _default: {
19229
19415
  type: import("vue").PropType<boolean>;
19230
19416
  default: boolean;
19231
19417
  };
19418
+ valueToCopy: {
19419
+ type: import("vue").PropType<string>;
19420
+ default: any;
19421
+ };
19232
19422
  options: {
19233
19423
  type: import("vue").PropType<unknown[]>;
19234
19424
  default: any;
@@ -19273,10 +19463,6 @@ declare const _default: {
19273
19463
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19274
19464
  default: any;
19275
19465
  };
19276
- valueToCopy: {
19277
- type: import("vue").PropType<string>;
19278
- default: any;
19279
- };
19280
19466
  selectedOption: {
19281
19467
  type: import("vue").PropType<unknown>;
19282
19468
  default: any;
@@ -19299,6 +19485,7 @@ declare const _default: {
19299
19485
  open: boolean;
19300
19486
  mandatory: boolean;
19301
19487
  loading: boolean;
19488
+ valueToCopy: string;
19302
19489
  options: unknown[];
19303
19490
  singleAppSelection: boolean;
19304
19491
  placeholder: string;
@@ -19309,7 +19496,6 @@ declare const _default: {
19309
19496
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19310
19497
  optionEndIconKey: string;
19311
19498
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19312
- valueToCopy: string;
19313
19499
  selectedOption: any;
19314
19500
  brandIconType: "android" | "ios";
19315
19501
  }, {}, string> & {
@@ -19363,6 +19549,10 @@ declare const _default: {
19363
19549
  type: import("vue").PropType<boolean>;
19364
19550
  default: boolean;
19365
19551
  };
19552
+ valueToCopy: {
19553
+ type: import("vue").PropType<string>;
19554
+ default: any;
19555
+ };
19366
19556
  options: {
19367
19557
  type: import("vue").PropType<unknown[]>;
19368
19558
  default: any;
@@ -19407,10 +19597,6 @@ declare const _default: {
19407
19597
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19408
19598
  default: any;
19409
19599
  };
19410
- valueToCopy: {
19411
- type: import("vue").PropType<string>;
19412
- default: any;
19413
- };
19414
19600
  selectedOption: {
19415
19601
  type: import("vue").PropType<unknown>;
19416
19602
  default: any;
@@ -19457,6 +19643,10 @@ declare const _default: {
19457
19643
  type: import("vue").PropType<boolean>;
19458
19644
  default: boolean;
19459
19645
  };
19646
+ valueToCopy: {
19647
+ type: import("vue").PropType<string>;
19648
+ default: any;
19649
+ };
19460
19650
  options: {
19461
19651
  type: import("vue").PropType<unknown[]>;
19462
19652
  default: any;
@@ -19501,10 +19691,6 @@ declare const _default: {
19501
19691
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19502
19692
  default: any;
19503
19693
  };
19504
- valueToCopy: {
19505
- type: import("vue").PropType<string>;
19506
- default: any;
19507
- };
19508
19694
  selectedOption: {
19509
19695
  type: import("vue").PropType<unknown>;
19510
19696
  default: any;
@@ -19527,6 +19713,7 @@ declare const _default: {
19527
19713
  open: boolean;
19528
19714
  mandatory: boolean;
19529
19715
  loading: boolean;
19716
+ valueToCopy: string;
19530
19717
  options: unknown[];
19531
19718
  singleAppSelection: boolean;
19532
19719
  placeholder: string;
@@ -19537,7 +19724,6 @@ declare const _default: {
19537
19724
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19538
19725
  optionEndIconKey: string;
19539
19726
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19540
- valueToCopy: string;
19541
19727
  selectedOption: any;
19542
19728
  brandIconType: "android" | "ios";
19543
19729
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -19566,11 +19752,13 @@ declare const _default: {
19566
19752
  iconKey: string;
19567
19753
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19568
19754
  endIconKey: string;
19755
+ endTextIconKey: string;
19569
19756
  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";
19570
19757
  treeMainOption: boolean;
19571
19758
  treeMainOptionExpanded: boolean;
19572
19759
  stopOptionClickEventPropagation: boolean;
19573
19760
  treeChildShown: boolean;
19761
+ isMulti: boolean;
19574
19762
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
19575
19763
  option: {
19576
19764
  type: import("vue").PropType<unknown>;
@@ -19632,6 +19820,10 @@ declare const _default: {
19632
19820
  type: import("vue").PropType<string>;
19633
19821
  default: any;
19634
19822
  };
19823
+ endTextIconKey: {
19824
+ type: import("vue").PropType<string>;
19825
+ default: any;
19826
+ };
19635
19827
  toolTipPlacement: {
19636
19828
  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">;
19637
19829
  default: string;
@@ -19652,12 +19844,16 @@ declare const _default: {
19652
19844
  type: import("vue").PropType<boolean>;
19653
19845
  default: boolean;
19654
19846
  };
19847
+ isMulti: {
19848
+ type: import("vue").PropType<boolean>;
19849
+ default: boolean;
19850
+ };
19655
19851
  selectedProp: {
19656
19852
  type: import("vue").PropType<boolean>;
19657
19853
  };
19658
19854
  }>> & {
19659
19855
  onToggleTreeCollapse?: (option: unknown) => any;
19660
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
19856
+ } & 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">;
19661
19857
  $attrs: {
19662
19858
  [x: string]: unknown;
19663
19859
  };
@@ -19732,6 +19928,10 @@ declare const _default: {
19732
19928
  type: import("vue").PropType<string>;
19733
19929
  default: any;
19734
19930
  };
19931
+ endTextIconKey: {
19932
+ type: import("vue").PropType<string>;
19933
+ default: any;
19934
+ };
19735
19935
  toolTipPlacement: {
19736
19936
  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">;
19737
19937
  default: string;
@@ -19752,6 +19952,10 @@ declare const _default: {
19752
19952
  type: import("vue").PropType<boolean>;
19753
19953
  default: boolean;
19754
19954
  };
19955
+ isMulti: {
19956
+ type: import("vue").PropType<boolean>;
19957
+ default: boolean;
19958
+ };
19755
19959
  selectedProp: {
19756
19960
  type: import("vue").PropType<boolean>;
19757
19961
  };
@@ -19775,11 +19979,13 @@ declare const _default: {
19775
19979
  iconKey: string;
19776
19980
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19777
19981
  endIconKey: string;
19982
+ endTextIconKey: string;
19778
19983
  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";
19779
19984
  treeMainOption: boolean;
19780
19985
  treeMainOptionExpanded: boolean;
19781
19986
  stopOptionClickEventPropagation: boolean;
19782
19987
  treeChildShown: boolean;
19988
+ isMulti: boolean;
19783
19989
  }, {}, string> & {
19784
19990
  beforeCreate?: (() => void) | (() => void)[];
19785
19991
  created?: (() => void) | (() => void)[];
@@ -19861,6 +20067,10 @@ declare const _default: {
19861
20067
  type: import("vue").PropType<string>;
19862
20068
  default: any;
19863
20069
  };
20070
+ endTextIconKey: {
20071
+ type: import("vue").PropType<string>;
20072
+ default: any;
20073
+ };
19864
20074
  toolTipPlacement: {
19865
20075
  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">;
19866
20076
  default: string;
@@ -19881,6 +20091,10 @@ declare const _default: {
19881
20091
  type: import("vue").PropType<boolean>;
19882
20092
  default: boolean;
19883
20093
  };
20094
+ isMulti: {
20095
+ type: import("vue").PropType<boolean>;
20096
+ default: boolean;
20097
+ };
19884
20098
  selectedProp: {
19885
20099
  type: import("vue").PropType<boolean>;
19886
20100
  };
@@ -19951,6 +20165,10 @@ declare const _default: {
19951
20165
  type: import("vue").PropType<string>;
19952
20166
  default: any;
19953
20167
  };
20168
+ endTextIconKey: {
20169
+ type: import("vue").PropType<string>;
20170
+ default: any;
20171
+ };
19954
20172
  toolTipPlacement: {
19955
20173
  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">;
19956
20174
  default: string;
@@ -19971,6 +20189,10 @@ declare const _default: {
19971
20189
  type: import("vue").PropType<boolean>;
19972
20190
  default: boolean;
19973
20191
  };
20192
+ isMulti: {
20193
+ type: import("vue").PropType<boolean>;
20194
+ default: boolean;
20195
+ };
19974
20196
  selectedProp: {
19975
20197
  type: import("vue").PropType<boolean>;
19976
20198
  };
@@ -19994,11 +20216,13 @@ declare const _default: {
19994
20216
  iconKey: string;
19995
20217
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19996
20218
  endIconKey: string;
20219
+ endTextIconKey: string;
19997
20220
  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";
19998
20221
  treeMainOption: boolean;
19999
20222
  treeMainOptionExpanded: boolean;
20000
20223
  stopOptionClickEventPropagation: boolean;
20001
20224
  treeChildShown: boolean;
20225
+ isMulti: boolean;
20002
20226
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
20003
20227
  $slots: {
20004
20228
  image?(_: {}): any;
@@ -20145,6 +20369,7 @@ declare const _default: {
20145
20369
  skidding: number;
20146
20370
  modelValue: any;
20147
20371
  selected: any;
20372
+ valueToCopy: string;
20148
20373
  onClear: () => void;
20149
20374
  placeholder: string;
20150
20375
  multi: boolean;
@@ -20172,8 +20397,8 @@ declare const _default: {
20172
20397
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20173
20398
  optionEndIconKey: string;
20174
20399
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20400
+ optionsEndTextIconKey: string;
20175
20401
  optionFlagKey: string;
20176
- valueToCopy: string;
20177
20402
  disabledOptionKey: string;
20178
20403
  optionTwoLinesVariant: "horizontal" | "vertical";
20179
20404
  optionTwoLinesKey: string;
@@ -20185,6 +20410,7 @@ declare const _default: {
20185
20410
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
20186
20411
  disableVirtualScroll: boolean;
20187
20412
  overrideOptionCountCalculation: (option: unknown) => number;
20413
+ withConditions: boolean;
20188
20414
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
20189
20415
  theme: {
20190
20416
  type: import("vue").PropType<string>;
@@ -20229,13 +20455,13 @@ declare const _default: {
20229
20455
  loading: {
20230
20456
  type: import("vue").PropType<boolean>;
20231
20457
  };
20458
+ isOpen: {
20459
+ type: import("vue").PropType<boolean>;
20460
+ };
20232
20461
  skidding: {
20233
20462
  type: import("vue").PropType<number>;
20234
20463
  default: number;
20235
20464
  };
20236
- isOpen: {
20237
- type: import("vue").PropType<boolean>;
20238
- };
20239
20465
  modelValue: {
20240
20466
  type: import("vue").PropType<unknown>;
20241
20467
  default: any;
@@ -20244,6 +20470,10 @@ declare const _default: {
20244
20470
  type: import("vue").PropType<unknown>;
20245
20471
  default: any;
20246
20472
  };
20473
+ valueToCopy: {
20474
+ type: import("vue").PropType<string>;
20475
+ default: any;
20476
+ };
20247
20477
  options: {
20248
20478
  type: import("vue").PropType<unknown[]>;
20249
20479
  required: true;
@@ -20360,11 +20590,11 @@ declare const _default: {
20360
20590
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20361
20591
  default: any;
20362
20592
  };
20363
- optionFlagKey: {
20593
+ optionsEndTextIconKey: {
20364
20594
  type: import("vue").PropType<string>;
20365
20595
  default: any;
20366
20596
  };
20367
- valueToCopy: {
20597
+ optionFlagKey: {
20368
20598
  type: import("vue").PropType<string>;
20369
20599
  default: any;
20370
20600
  };
@@ -20412,6 +20642,10 @@ declare const _default: {
20412
20642
  type: import("vue").PropType<(option: unknown) => number>;
20413
20643
  default: any;
20414
20644
  };
20645
+ withConditions: {
20646
+ type: import("vue").PropType<boolean>;
20647
+ default: boolean;
20648
+ };
20415
20649
  }>> & {
20416
20650
  onCopyToClipboard?: () => any;
20417
20651
  onClear?: () => any;
@@ -20422,7 +20656,7 @@ declare const _default: {
20422
20656
  onOnsearch?: (value: string) => any;
20423
20657
  onOpened?: () => any;
20424
20658
  onClosed?: () => any;
20425
- } & 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" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
20659
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "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" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
20426
20660
  $attrs: {
20427
20661
  [x: string]: unknown;
20428
20662
  };
@@ -20480,13 +20714,13 @@ declare const _default: {
20480
20714
  loading: {
20481
20715
  type: import("vue").PropType<boolean>;
20482
20716
  };
20717
+ isOpen: {
20718
+ type: import("vue").PropType<boolean>;
20719
+ };
20483
20720
  skidding: {
20484
20721
  type: import("vue").PropType<number>;
20485
20722
  default: number;
20486
20723
  };
20487
- isOpen: {
20488
- type: import("vue").PropType<boolean>;
20489
- };
20490
20724
  modelValue: {
20491
20725
  type: import("vue").PropType<unknown>;
20492
20726
  default: any;
@@ -20495,6 +20729,10 @@ declare const _default: {
20495
20729
  type: import("vue").PropType<unknown>;
20496
20730
  default: any;
20497
20731
  };
20732
+ valueToCopy: {
20733
+ type: import("vue").PropType<string>;
20734
+ default: any;
20735
+ };
20498
20736
  options: {
20499
20737
  type: import("vue").PropType<unknown[]>;
20500
20738
  required: true;
@@ -20611,11 +20849,11 @@ declare const _default: {
20611
20849
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20612
20850
  default: any;
20613
20851
  };
20614
- optionFlagKey: {
20852
+ optionsEndTextIconKey: {
20615
20853
  type: import("vue").PropType<string>;
20616
20854
  default: any;
20617
20855
  };
20618
- valueToCopy: {
20856
+ optionFlagKey: {
20619
20857
  type: import("vue").PropType<string>;
20620
20858
  default: any;
20621
20859
  };
@@ -20663,6 +20901,10 @@ declare const _default: {
20663
20901
  type: import("vue").PropType<(option: unknown) => number>;
20664
20902
  default: any;
20665
20903
  };
20904
+ withConditions: {
20905
+ type: import("vue").PropType<boolean>;
20906
+ default: boolean;
20907
+ };
20666
20908
  }>> & {
20667
20909
  onCopyToClipboard?: () => any;
20668
20910
  onClear?: () => any;
@@ -20700,6 +20942,7 @@ declare const _default: {
20700
20942
  skidding: number;
20701
20943
  modelValue: any;
20702
20944
  selected: any;
20945
+ valueToCopy: string;
20703
20946
  onClear: () => void;
20704
20947
  placeholder: string;
20705
20948
  multi: boolean;
@@ -20727,8 +20970,8 @@ declare const _default: {
20727
20970
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20728
20971
  optionEndIconKey: string;
20729
20972
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20973
+ optionsEndTextIconKey: string;
20730
20974
  optionFlagKey: string;
20731
- valueToCopy: string;
20732
20975
  disabledOptionKey: string;
20733
20976
  optionTwoLinesVariant: "horizontal" | "vertical";
20734
20977
  optionTwoLinesKey: string;
@@ -20740,6 +20983,7 @@ declare const _default: {
20740
20983
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
20741
20984
  disableVirtualScroll: boolean;
20742
20985
  overrideOptionCountCalculation: (option: unknown) => number;
20986
+ withConditions: boolean;
20743
20987
  }, {}, string> & {
20744
20988
  beforeCreate?: (() => void) | (() => void)[];
20745
20989
  created?: (() => void) | (() => void)[];
@@ -20804,13 +21048,13 @@ declare const _default: {
20804
21048
  loading: {
20805
21049
  type: import("vue").PropType<boolean>;
20806
21050
  };
21051
+ isOpen: {
21052
+ type: import("vue").PropType<boolean>;
21053
+ };
20807
21054
  skidding: {
20808
21055
  type: import("vue").PropType<number>;
20809
21056
  default: number;
20810
21057
  };
20811
- isOpen: {
20812
- type: import("vue").PropType<boolean>;
20813
- };
20814
21058
  modelValue: {
20815
21059
  type: import("vue").PropType<unknown>;
20816
21060
  default: any;
@@ -20819,6 +21063,10 @@ declare const _default: {
20819
21063
  type: import("vue").PropType<unknown>;
20820
21064
  default: any;
20821
21065
  };
21066
+ valueToCopy: {
21067
+ type: import("vue").PropType<string>;
21068
+ default: any;
21069
+ };
20822
21070
  options: {
20823
21071
  type: import("vue").PropType<unknown[]>;
20824
21072
  required: true;
@@ -20935,11 +21183,11 @@ declare const _default: {
20935
21183
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20936
21184
  default: any;
20937
21185
  };
20938
- optionFlagKey: {
21186
+ optionsEndTextIconKey: {
20939
21187
  type: import("vue").PropType<string>;
20940
21188
  default: any;
20941
21189
  };
20942
- valueToCopy: {
21190
+ optionFlagKey: {
20943
21191
  type: import("vue").PropType<string>;
20944
21192
  default: any;
20945
21193
  };
@@ -20987,6 +21235,10 @@ declare const _default: {
20987
21235
  type: import("vue").PropType<(option: unknown) => number>;
20988
21236
  default: any;
20989
21237
  };
21238
+ withConditions: {
21239
+ type: import("vue").PropType<boolean>;
21240
+ default: boolean;
21241
+ };
20990
21242
  }>> & {
20991
21243
  onCopyToClipboard?: () => any;
20992
21244
  onClear?: () => any;
@@ -21048,13 +21300,13 @@ declare const _default: {
21048
21300
  loading: {
21049
21301
  type: import("vue").PropType<boolean>;
21050
21302
  };
21303
+ isOpen: {
21304
+ type: import("vue").PropType<boolean>;
21305
+ };
21051
21306
  skidding: {
21052
21307
  type: import("vue").PropType<number>;
21053
21308
  default: number;
21054
21309
  };
21055
- isOpen: {
21056
- type: import("vue").PropType<boolean>;
21057
- };
21058
21310
  modelValue: {
21059
21311
  type: import("vue").PropType<unknown>;
21060
21312
  default: any;
@@ -21063,6 +21315,10 @@ declare const _default: {
21063
21315
  type: import("vue").PropType<unknown>;
21064
21316
  default: any;
21065
21317
  };
21318
+ valueToCopy: {
21319
+ type: import("vue").PropType<string>;
21320
+ default: any;
21321
+ };
21066
21322
  options: {
21067
21323
  type: import("vue").PropType<unknown[]>;
21068
21324
  required: true;
@@ -21179,11 +21435,11 @@ declare const _default: {
21179
21435
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21180
21436
  default: any;
21181
21437
  };
21182
- optionFlagKey: {
21438
+ optionsEndTextIconKey: {
21183
21439
  type: import("vue").PropType<string>;
21184
21440
  default: any;
21185
21441
  };
21186
- valueToCopy: {
21442
+ optionFlagKey: {
21187
21443
  type: import("vue").PropType<string>;
21188
21444
  default: any;
21189
21445
  };
@@ -21231,6 +21487,10 @@ declare const _default: {
21231
21487
  type: import("vue").PropType<(option: unknown) => number>;
21232
21488
  default: any;
21233
21489
  };
21490
+ withConditions: {
21491
+ type: import("vue").PropType<boolean>;
21492
+ default: boolean;
21493
+ };
21234
21494
  }>> & {
21235
21495
  onCopyToClipboard?: () => any;
21236
21496
  onClear?: () => any;
@@ -21268,6 +21528,7 @@ declare const _default: {
21268
21528
  skidding: number;
21269
21529
  modelValue: any;
21270
21530
  selected: any;
21531
+ valueToCopy: string;
21271
21532
  onClear: () => void;
21272
21533
  placeholder: string;
21273
21534
  multi: boolean;
@@ -21295,8 +21556,8 @@ declare const _default: {
21295
21556
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21296
21557
  optionEndIconKey: string;
21297
21558
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21559
+ optionsEndTextIconKey: string;
21298
21560
  optionFlagKey: string;
21299
- valueToCopy: string;
21300
21561
  disabledOptionKey: string;
21301
21562
  optionTwoLinesVariant: "horizontal" | "vertical";
21302
21563
  optionTwoLinesKey: string;
@@ -21308,6 +21569,7 @@ declare const _default: {
21308
21569
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
21309
21570
  disableVirtualScroll: boolean;
21310
21571
  overrideOptionCountCalculation: (option: unknown) => number;
21572
+ withConditions: boolean;
21311
21573
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
21312
21574
  $slots: {
21313
21575
  label?(_: {}): any;
@@ -21336,6 +21598,7 @@ declare const _default: {
21336
21598
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21337
21599
  optionAndIconKey: string;
21338
21600
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21601
+ optionsEndTextIconKey: string;
21339
21602
  optionFlagKey: string;
21340
21603
  feedbackVariant: "success" | "warning" | "error";
21341
21604
  valueToCopy: string;
@@ -21347,10 +21610,13 @@ declare const _default: {
21347
21610
  onClick: () => void;
21348
21611
  };
21349
21612
  }): any;
21613
+ "dropdown-conditions"?(_: {}): any;
21350
21614
  "inline-search"?(_: {}): any;
21351
21615
  "input-list"?(_: {
21352
21616
  open: true;
21353
21617
  }): any;
21618
+ "custom-list-area"?(_: {}): any;
21619
+ "select-all"?(_: {}): any;
21354
21620
  "group-option"?(_: {}): any;
21355
21621
  default?(_: {
21356
21622
  option: unknown;
@@ -21447,6 +21713,7 @@ declare const _default: {
21447
21713
  disabled: boolean;
21448
21714
  size: "small" | "medium" | "large";
21449
21715
  selected: unknown[];
21716
+ valueToCopy: string;
21450
21717
  placeholder: string;
21451
21718
  inlineSearchPlaceholder: string;
21452
21719
  optionNameKey: string;
@@ -21455,8 +21722,8 @@ declare const _default: {
21455
21722
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21456
21723
  optionEndIconKey: string;
21457
21724
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21458
- valueToCopy: string;
21459
21725
  disabledOptionKey: string;
21726
+ optionEndTextIconKey: string;
21460
21727
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
21461
21728
  testId: {
21462
21729
  type: import("vue").PropType<string>;
@@ -21477,6 +21744,10 @@ declare const _default: {
21477
21744
  type: import("vue").PropType<unknown[]>;
21478
21745
  default: any;
21479
21746
  };
21747
+ valueToCopy: {
21748
+ type: import("vue").PropType<string>;
21749
+ default: any;
21750
+ };
21480
21751
  options: {
21481
21752
  type: import("vue").PropType<unknown[]>;
21482
21753
  required: true;
@@ -21517,14 +21788,14 @@ declare const _default: {
21517
21788
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21518
21789
  default: any;
21519
21790
  };
21520
- valueToCopy: {
21521
- type: import("vue").PropType<string>;
21522
- default: any;
21523
- };
21524
21791
  disabledOptionKey: {
21525
21792
  type: import("vue").PropType<string>;
21526
21793
  default: string;
21527
21794
  };
21795
+ optionEndTextIconKey: {
21796
+ type: import("vue").PropType<string>;
21797
+ default: any;
21798
+ };
21528
21799
  optionChildrenKey: {
21529
21800
  type: import("vue").PropType<string>;
21530
21801
  required: true;
@@ -21540,7 +21811,7 @@ declare const _default: {
21540
21811
  }>> & {
21541
21812
  "onUpdate:selected"?: (value: unknown) => any;
21542
21813
  "onUpdate:isOpen"?: (value: unknown) => any;
21543
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey">;
21814
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
21544
21815
  $attrs: {
21545
21816
  [x: string]: unknown;
21546
21817
  };
@@ -21574,6 +21845,10 @@ declare const _default: {
21574
21845
  type: import("vue").PropType<unknown[]>;
21575
21846
  default: any;
21576
21847
  };
21848
+ valueToCopy: {
21849
+ type: import("vue").PropType<string>;
21850
+ default: any;
21851
+ };
21577
21852
  options: {
21578
21853
  type: import("vue").PropType<unknown[]>;
21579
21854
  required: true;
@@ -21614,14 +21889,14 @@ declare const _default: {
21614
21889
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21615
21890
  default: any;
21616
21891
  };
21617
- valueToCopy: {
21618
- type: import("vue").PropType<string>;
21619
- default: any;
21620
- };
21621
21892
  disabledOptionKey: {
21622
21893
  type: import("vue").PropType<string>;
21623
21894
  default: string;
21624
21895
  };
21896
+ optionEndTextIconKey: {
21897
+ type: import("vue").PropType<string>;
21898
+ default: any;
21899
+ };
21625
21900
  optionChildrenKey: {
21626
21901
  type: import("vue").PropType<string>;
21627
21902
  required: true;
@@ -21645,6 +21920,7 @@ declare const _default: {
21645
21920
  disabled: boolean;
21646
21921
  size: "small" | "medium" | "large";
21647
21922
  selected: unknown[];
21923
+ valueToCopy: string;
21648
21924
  placeholder: string;
21649
21925
  inlineSearchPlaceholder: string;
21650
21926
  optionNameKey: string;
@@ -21653,8 +21929,8 @@ declare const _default: {
21653
21929
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21654
21930
  optionEndIconKey: string;
21655
21931
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21656
- valueToCopy: string;
21657
21932
  disabledOptionKey: string;
21933
+ optionEndTextIconKey: string;
21658
21934
  }, {}, string> & {
21659
21935
  beforeCreate?: (() => void) | (() => void)[];
21660
21936
  created?: (() => void) | (() => void)[];
@@ -21695,6 +21971,10 @@ declare const _default: {
21695
21971
  type: import("vue").PropType<unknown[]>;
21696
21972
  default: any;
21697
21973
  };
21974
+ valueToCopy: {
21975
+ type: import("vue").PropType<string>;
21976
+ default: any;
21977
+ };
21698
21978
  options: {
21699
21979
  type: import("vue").PropType<unknown[]>;
21700
21980
  required: true;
@@ -21735,14 +22015,14 @@ declare const _default: {
21735
22015
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21736
22016
  default: any;
21737
22017
  };
21738
- valueToCopy: {
21739
- type: import("vue").PropType<string>;
21740
- default: any;
21741
- };
21742
22018
  disabledOptionKey: {
21743
22019
  type: import("vue").PropType<string>;
21744
22020
  default: string;
21745
22021
  };
22022
+ optionEndTextIconKey: {
22023
+ type: import("vue").PropType<string>;
22024
+ default: any;
22025
+ };
21746
22026
  optionChildrenKey: {
21747
22027
  type: import("vue").PropType<string>;
21748
22028
  required: true;
@@ -21782,6 +22062,10 @@ declare const _default: {
21782
22062
  type: import("vue").PropType<unknown[]>;
21783
22063
  default: any;
21784
22064
  };
22065
+ valueToCopy: {
22066
+ type: import("vue").PropType<string>;
22067
+ default: any;
22068
+ };
21785
22069
  options: {
21786
22070
  type: import("vue").PropType<unknown[]>;
21787
22071
  required: true;
@@ -21822,14 +22106,14 @@ declare const _default: {
21822
22106
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21823
22107
  default: any;
21824
22108
  };
21825
- valueToCopy: {
21826
- type: import("vue").PropType<string>;
21827
- default: any;
21828
- };
21829
22109
  disabledOptionKey: {
21830
22110
  type: import("vue").PropType<string>;
21831
22111
  default: string;
21832
22112
  };
22113
+ optionEndTextIconKey: {
22114
+ type: import("vue").PropType<string>;
22115
+ default: any;
22116
+ };
21833
22117
  optionChildrenKey: {
21834
22118
  type: import("vue").PropType<string>;
21835
22119
  required: true;
@@ -21853,6 +22137,7 @@ declare const _default: {
21853
22137
  disabled: boolean;
21854
22138
  size: "small" | "medium" | "large";
21855
22139
  selected: unknown[];
22140
+ valueToCopy: string;
21856
22141
  placeholder: string;
21857
22142
  inlineSearchPlaceholder: string;
21858
22143
  optionNameKey: string;
@@ -21861,13 +22146,140 @@ declare const _default: {
21861
22146
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21862
22147
  optionEndIconKey: string;
21863
22148
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21864
- valueToCopy: string;
21865
22149
  disabledOptionKey: string;
22150
+ optionEndTextIconKey: string;
21866
22151
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
21867
22152
  $slots: {
21868
22153
  "trigger-end-icon"?(_: {}): any;
21869
22154
  };
21870
- })))[];
22155
+ })) | import("vue").DefineComponent<{
22156
+ label: {
22157
+ type: import("vue").PropType<string>;
22158
+ required: true;
22159
+ default: string;
22160
+ };
22161
+ testId: {
22162
+ type: import("vue").PropType<string>;
22163
+ default: string;
22164
+ };
22165
+ isOpen: {
22166
+ type: import("vue").PropType<boolean>;
22167
+ default: boolean;
22168
+ };
22169
+ optionNameKey: {
22170
+ type: import("vue").PropType<string>;
22171
+ required: true;
22172
+ default: string;
22173
+ };
22174
+ comparingKey: {
22175
+ type: import("vue").PropType<string>;
22176
+ required: true;
22177
+ default: string;
22178
+ };
22179
+ conditionalOptions: {
22180
+ type: import("vue").PropType<{
22181
+ label: string;
22182
+ value: string;
22183
+ multi: boolean;
22184
+ }[]>;
22185
+ required: true;
22186
+ };
22187
+ selectedCondition: {
22188
+ type: import("vue").PropType<{
22189
+ label: string;
22190
+ value: string;
22191
+ multi: boolean;
22192
+ }>;
22193
+ required: true;
22194
+ };
22195
+ appliedSelections: {
22196
+ type: import("vue").PropType<unknown>;
22197
+ required: true;
22198
+ };
22199
+ fetchFnCallback: {
22200
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
22201
+ required: true;
22202
+ };
22203
+ minCharsToStart: {
22204
+ type: import("vue").PropType<number>;
22205
+ default: number;
22206
+ };
22207
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22208
+ "update:selectedCondition": (value: {
22209
+ label: string;
22210
+ value: string;
22211
+ multi: boolean;
22212
+ }) => void;
22213
+ "update:appliedSelections": (value: unknown) => void;
22214
+ clear: () => void;
22215
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22216
+ label: {
22217
+ type: import("vue").PropType<string>;
22218
+ required: true;
22219
+ default: string;
22220
+ };
22221
+ testId: {
22222
+ type: import("vue").PropType<string>;
22223
+ default: string;
22224
+ };
22225
+ isOpen: {
22226
+ type: import("vue").PropType<boolean>;
22227
+ default: boolean;
22228
+ };
22229
+ optionNameKey: {
22230
+ type: import("vue").PropType<string>;
22231
+ required: true;
22232
+ default: string;
22233
+ };
22234
+ comparingKey: {
22235
+ type: import("vue").PropType<string>;
22236
+ required: true;
22237
+ default: string;
22238
+ };
22239
+ conditionalOptions: {
22240
+ type: import("vue").PropType<{
22241
+ label: string;
22242
+ value: string;
22243
+ multi: boolean;
22244
+ }[]>;
22245
+ required: true;
22246
+ };
22247
+ selectedCondition: {
22248
+ type: import("vue").PropType<{
22249
+ label: string;
22250
+ value: string;
22251
+ multi: boolean;
22252
+ }>;
22253
+ required: true;
22254
+ };
22255
+ appliedSelections: {
22256
+ type: import("vue").PropType<unknown>;
22257
+ required: true;
22258
+ };
22259
+ fetchFnCallback: {
22260
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
22261
+ required: true;
22262
+ };
22263
+ minCharsToStart: {
22264
+ type: import("vue").PropType<number>;
22265
+ default: number;
22266
+ };
22267
+ }>> & {
22268
+ onClear?: () => any;
22269
+ "onUpdate:selectedCondition"?: (value: {
22270
+ label: string;
22271
+ value: string;
22272
+ multi: boolean;
22273
+ }) => any;
22274
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
22275
+ }, {
22276
+ label: string;
22277
+ testId: string;
22278
+ isOpen: boolean;
22279
+ optionNameKey: string;
22280
+ comparingKey: string;
22281
+ minCharsToStart: number;
22282
+ }>)[];
21871
22283
  Option: {
21872
22284
  new (...args: any[]): {
21873
22285
  $: import("vue").ComponentInternalInstance;
@@ -21888,11 +22300,13 @@ declare const _default: {
21888
22300
  iconKey: string;
21889
22301
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21890
22302
  endIconKey: string;
22303
+ endTextIconKey: string;
21891
22304
  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";
21892
22305
  treeMainOption: boolean;
21893
22306
  treeMainOptionExpanded: boolean;
21894
22307
  stopOptionClickEventPropagation: boolean;
21895
22308
  treeChildShown: boolean;
22309
+ isMulti: boolean;
21896
22310
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
21897
22311
  option: {
21898
22312
  type: import("vue").PropType<unknown>;
@@ -21954,6 +22368,10 @@ declare const _default: {
21954
22368
  type: import("vue").PropType<string>;
21955
22369
  default: any;
21956
22370
  };
22371
+ endTextIconKey: {
22372
+ type: import("vue").PropType<string>;
22373
+ default: any;
22374
+ };
21957
22375
  toolTipPlacement: {
21958
22376
  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">;
21959
22377
  default: string;
@@ -21974,12 +22392,16 @@ declare const _default: {
21974
22392
  type: import("vue").PropType<boolean>;
21975
22393
  default: boolean;
21976
22394
  };
22395
+ isMulti: {
22396
+ type: import("vue").PropType<boolean>;
22397
+ default: boolean;
22398
+ };
21977
22399
  selectedProp: {
21978
22400
  type: import("vue").PropType<boolean>;
21979
22401
  };
21980
22402
  }>> & {
21981
22403
  onToggleTreeCollapse?: (option: unknown) => any;
21982
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
22404
+ } & 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">;
21983
22405
  $attrs: {
21984
22406
  [x: string]: unknown;
21985
22407
  };
@@ -22054,6 +22476,10 @@ declare const _default: {
22054
22476
  type: import("vue").PropType<string>;
22055
22477
  default: any;
22056
22478
  };
22479
+ endTextIconKey: {
22480
+ type: import("vue").PropType<string>;
22481
+ default: any;
22482
+ };
22057
22483
  toolTipPlacement: {
22058
22484
  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">;
22059
22485
  default: string;
@@ -22074,6 +22500,10 @@ declare const _default: {
22074
22500
  type: import("vue").PropType<boolean>;
22075
22501
  default: boolean;
22076
22502
  };
22503
+ isMulti: {
22504
+ type: import("vue").PropType<boolean>;
22505
+ default: boolean;
22506
+ };
22077
22507
  selectedProp: {
22078
22508
  type: import("vue").PropType<boolean>;
22079
22509
  };
@@ -22097,11 +22527,13 @@ declare const _default: {
22097
22527
  iconKey: string;
22098
22528
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22099
22529
  endIconKey: string;
22530
+ endTextIconKey: string;
22100
22531
  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";
22101
22532
  treeMainOption: boolean;
22102
22533
  treeMainOptionExpanded: boolean;
22103
22534
  stopOptionClickEventPropagation: boolean;
22104
22535
  treeChildShown: boolean;
22536
+ isMulti: boolean;
22105
22537
  }, {}, string> & {
22106
22538
  beforeCreate?: (() => void) | (() => void)[];
22107
22539
  created?: (() => void) | (() => void)[];
@@ -22183,6 +22615,10 @@ declare const _default: {
22183
22615
  type: import("vue").PropType<string>;
22184
22616
  default: any;
22185
22617
  };
22618
+ endTextIconKey: {
22619
+ type: import("vue").PropType<string>;
22620
+ default: any;
22621
+ };
22186
22622
  toolTipPlacement: {
22187
22623
  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">;
22188
22624
  default: string;
@@ -22203,6 +22639,10 @@ declare const _default: {
22203
22639
  type: import("vue").PropType<boolean>;
22204
22640
  default: boolean;
22205
22641
  };
22642
+ isMulti: {
22643
+ type: import("vue").PropType<boolean>;
22644
+ default: boolean;
22645
+ };
22206
22646
  selectedProp: {
22207
22647
  type: import("vue").PropType<boolean>;
22208
22648
  };
@@ -22273,6 +22713,10 @@ declare const _default: {
22273
22713
  type: import("vue").PropType<string>;
22274
22714
  default: any;
22275
22715
  };
22716
+ endTextIconKey: {
22717
+ type: import("vue").PropType<string>;
22718
+ default: any;
22719
+ };
22276
22720
  toolTipPlacement: {
22277
22721
  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">;
22278
22722
  default: string;
@@ -22293,6 +22737,10 @@ declare const _default: {
22293
22737
  type: import("vue").PropType<boolean>;
22294
22738
  default: boolean;
22295
22739
  };
22740
+ isMulti: {
22741
+ type: import("vue").PropType<boolean>;
22742
+ default: boolean;
22743
+ };
22296
22744
  selectedProp: {
22297
22745
  type: import("vue").PropType<boolean>;
22298
22746
  };
@@ -22316,11 +22764,13 @@ declare const _default: {
22316
22764
  iconKey: string;
22317
22765
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22318
22766
  endIconKey: string;
22767
+ endTextIconKey: string;
22319
22768
  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";
22320
22769
  treeMainOption: boolean;
22321
22770
  treeMainOptionExpanded: boolean;
22322
22771
  stopOptionClickEventPropagation: boolean;
22323
22772
  treeChildShown: boolean;
22773
+ isMulti: boolean;
22324
22774
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
22325
22775
  $slots: {
22326
22776
  image?(_: {}): any;
@@ -22339,6 +22789,7 @@ declare const _default: {
22339
22789
  disabled: boolean;
22340
22790
  size: "small" | "medium" | "large";
22341
22791
  selected: unknown[];
22792
+ valueToCopy: string;
22342
22793
  placeholder: string;
22343
22794
  inlineSearchPlaceholder: string;
22344
22795
  optionNameKey: string;
@@ -22347,8 +22798,8 @@ declare const _default: {
22347
22798
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22348
22799
  optionEndIconKey: string;
22349
22800
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22350
- valueToCopy: string;
22351
22801
  disabledOptionKey: string;
22802
+ optionEndTextIconKey: string;
22352
22803
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
22353
22804
  testId: {
22354
22805
  type: import("vue").PropType<string>;
@@ -22369,6 +22820,10 @@ declare const _default: {
22369
22820
  type: import("vue").PropType<unknown[]>;
22370
22821
  default: any;
22371
22822
  };
22823
+ valueToCopy: {
22824
+ type: import("vue").PropType<string>;
22825
+ default: any;
22826
+ };
22372
22827
  options: {
22373
22828
  type: import("vue").PropType<unknown[]>;
22374
22829
  required: true;
@@ -22409,14 +22864,14 @@ declare const _default: {
22409
22864
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22410
22865
  default: any;
22411
22866
  };
22412
- valueToCopy: {
22413
- type: import("vue").PropType<string>;
22414
- default: any;
22415
- };
22416
22867
  disabledOptionKey: {
22417
22868
  type: import("vue").PropType<string>;
22418
22869
  default: string;
22419
22870
  };
22871
+ optionEndTextIconKey: {
22872
+ type: import("vue").PropType<string>;
22873
+ default: any;
22874
+ };
22420
22875
  optionChildrenKey: {
22421
22876
  type: import("vue").PropType<string>;
22422
22877
  required: true;
@@ -22432,7 +22887,7 @@ declare const _default: {
22432
22887
  }>> & {
22433
22888
  "onUpdate:selected"?: (value: unknown) => any;
22434
22889
  "onUpdate:isOpen"?: (value: unknown) => any;
22435
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey">;
22890
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
22436
22891
  $attrs: {
22437
22892
  [x: string]: unknown;
22438
22893
  };
@@ -22466,6 +22921,10 @@ declare const _default: {
22466
22921
  type: import("vue").PropType<unknown[]>;
22467
22922
  default: any;
22468
22923
  };
22924
+ valueToCopy: {
22925
+ type: import("vue").PropType<string>;
22926
+ default: any;
22927
+ };
22469
22928
  options: {
22470
22929
  type: import("vue").PropType<unknown[]>;
22471
22930
  required: true;
@@ -22506,14 +22965,14 @@ declare const _default: {
22506
22965
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22507
22966
  default: any;
22508
22967
  };
22509
- valueToCopy: {
22510
- type: import("vue").PropType<string>;
22511
- default: any;
22512
- };
22513
22968
  disabledOptionKey: {
22514
22969
  type: import("vue").PropType<string>;
22515
22970
  default: string;
22516
22971
  };
22972
+ optionEndTextIconKey: {
22973
+ type: import("vue").PropType<string>;
22974
+ default: any;
22975
+ };
22517
22976
  optionChildrenKey: {
22518
22977
  type: import("vue").PropType<string>;
22519
22978
  required: true;
@@ -22537,6 +22996,7 @@ declare const _default: {
22537
22996
  disabled: boolean;
22538
22997
  size: "small" | "medium" | "large";
22539
22998
  selected: unknown[];
22999
+ valueToCopy: string;
22540
23000
  placeholder: string;
22541
23001
  inlineSearchPlaceholder: string;
22542
23002
  optionNameKey: string;
@@ -22545,8 +23005,8 @@ declare const _default: {
22545
23005
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22546
23006
  optionEndIconKey: string;
22547
23007
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22548
- valueToCopy: string;
22549
23008
  disabledOptionKey: string;
23009
+ optionEndTextIconKey: string;
22550
23010
  }, {}, string> & {
22551
23011
  beforeCreate?: (() => void) | (() => void)[];
22552
23012
  created?: (() => void) | (() => void)[];
@@ -22587,6 +23047,10 @@ declare const _default: {
22587
23047
  type: import("vue").PropType<unknown[]>;
22588
23048
  default: any;
22589
23049
  };
23050
+ valueToCopy: {
23051
+ type: import("vue").PropType<string>;
23052
+ default: any;
23053
+ };
22590
23054
  options: {
22591
23055
  type: import("vue").PropType<unknown[]>;
22592
23056
  required: true;
@@ -22627,14 +23091,14 @@ declare const _default: {
22627
23091
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22628
23092
  default: any;
22629
23093
  };
22630
- valueToCopy: {
22631
- type: import("vue").PropType<string>;
22632
- default: any;
22633
- };
22634
23094
  disabledOptionKey: {
22635
23095
  type: import("vue").PropType<string>;
22636
23096
  default: string;
22637
23097
  };
23098
+ optionEndTextIconKey: {
23099
+ type: import("vue").PropType<string>;
23100
+ default: any;
23101
+ };
22638
23102
  optionChildrenKey: {
22639
23103
  type: import("vue").PropType<string>;
22640
23104
  required: true;
@@ -22674,6 +23138,10 @@ declare const _default: {
22674
23138
  type: import("vue").PropType<unknown[]>;
22675
23139
  default: any;
22676
23140
  };
23141
+ valueToCopy: {
23142
+ type: import("vue").PropType<string>;
23143
+ default: any;
23144
+ };
22677
23145
  options: {
22678
23146
  type: import("vue").PropType<unknown[]>;
22679
23147
  required: true;
@@ -22714,14 +23182,14 @@ declare const _default: {
22714
23182
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22715
23183
  default: any;
22716
23184
  };
22717
- valueToCopy: {
22718
- type: import("vue").PropType<string>;
22719
- default: any;
22720
- };
22721
23185
  disabledOptionKey: {
22722
23186
  type: import("vue").PropType<string>;
22723
23187
  default: string;
22724
23188
  };
23189
+ optionEndTextIconKey: {
23190
+ type: import("vue").PropType<string>;
23191
+ default: any;
23192
+ };
22725
23193
  optionChildrenKey: {
22726
23194
  type: import("vue").PropType<string>;
22727
23195
  required: true;
@@ -22745,6 +23213,7 @@ declare const _default: {
22745
23213
  disabled: boolean;
22746
23214
  size: "small" | "medium" | "large";
22747
23215
  selected: unknown[];
23216
+ valueToCopy: string;
22748
23217
  placeholder: string;
22749
23218
  inlineSearchPlaceholder: string;
22750
23219
  optionNameKey: string;
@@ -22753,13 +23222,141 @@ declare const _default: {
22753
23222
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22754
23223
  optionEndIconKey: string;
22755
23224
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22756
- valueToCopy: string;
22757
23225
  disabledOptionKey: string;
23226
+ optionEndTextIconKey: string;
22758
23227
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
22759
23228
  $slots: {
22760
23229
  "trigger-end-icon"?(_: {}): any;
22761
23230
  };
22762
23231
  });
23232
+ ConditionalDropdown: import("vue").DefineComponent<{
23233
+ label: {
23234
+ type: import("vue").PropType<string>;
23235
+ required: true;
23236
+ default: string;
23237
+ };
23238
+ testId: {
23239
+ type: import("vue").PropType<string>;
23240
+ default: string;
23241
+ };
23242
+ isOpen: {
23243
+ type: import("vue").PropType<boolean>;
23244
+ default: boolean;
23245
+ };
23246
+ optionNameKey: {
23247
+ type: import("vue").PropType<string>;
23248
+ required: true;
23249
+ default: string;
23250
+ };
23251
+ comparingKey: {
23252
+ type: import("vue").PropType<string>;
23253
+ required: true;
23254
+ default: string;
23255
+ };
23256
+ conditionalOptions: {
23257
+ type: import("vue").PropType<{
23258
+ label: string;
23259
+ value: string;
23260
+ multi: boolean;
23261
+ }[]>;
23262
+ required: true;
23263
+ };
23264
+ selectedCondition: {
23265
+ type: import("vue").PropType<{
23266
+ label: string;
23267
+ value: string;
23268
+ multi: boolean;
23269
+ }>;
23270
+ required: true;
23271
+ };
23272
+ appliedSelections: {
23273
+ type: import("vue").PropType<unknown>;
23274
+ required: true;
23275
+ };
23276
+ fetchFnCallback: {
23277
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
23278
+ required: true;
23279
+ };
23280
+ minCharsToStart: {
23281
+ type: import("vue").PropType<number>;
23282
+ default: number;
23283
+ };
23284
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23285
+ "update:selectedCondition": (value: {
23286
+ label: string;
23287
+ value: string;
23288
+ multi: boolean;
23289
+ }) => void;
23290
+ "update:appliedSelections": (value: unknown) => void;
23291
+ clear: () => void;
23292
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23293
+ label: {
23294
+ type: import("vue").PropType<string>;
23295
+ required: true;
23296
+ default: string;
23297
+ };
23298
+ testId: {
23299
+ type: import("vue").PropType<string>;
23300
+ default: string;
23301
+ };
23302
+ isOpen: {
23303
+ type: import("vue").PropType<boolean>;
23304
+ default: boolean;
23305
+ };
23306
+ optionNameKey: {
23307
+ type: import("vue").PropType<string>;
23308
+ required: true;
23309
+ default: string;
23310
+ };
23311
+ comparingKey: {
23312
+ type: import("vue").PropType<string>;
23313
+ required: true;
23314
+ default: string;
23315
+ };
23316
+ conditionalOptions: {
23317
+ type: import("vue").PropType<{
23318
+ label: string;
23319
+ value: string;
23320
+ multi: boolean;
23321
+ }[]>;
23322
+ required: true;
23323
+ };
23324
+ selectedCondition: {
23325
+ type: import("vue").PropType<{
23326
+ label: string;
23327
+ value: string;
23328
+ multi: boolean;
23329
+ }>;
23330
+ required: true;
23331
+ };
23332
+ appliedSelections: {
23333
+ type: import("vue").PropType<unknown>;
23334
+ required: true;
23335
+ };
23336
+ fetchFnCallback: {
23337
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
23338
+ required: true;
23339
+ };
23340
+ minCharsToStart: {
23341
+ type: import("vue").PropType<number>;
23342
+ default: number;
23343
+ };
23344
+ }>> & {
23345
+ onClear?: () => any;
23346
+ "onUpdate:selectedCondition"?: (value: {
23347
+ label: string;
23348
+ value: string;
23349
+ multi: boolean;
23350
+ }) => any;
23351
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
23352
+ }, {
23353
+ label: string;
23354
+ testId: string;
23355
+ isOpen: boolean;
23356
+ optionNameKey: string;
23357
+ comparingKey: string;
23358
+ minCharsToStart: number;
23359
+ }>;
22763
23360
  Label: {
22764
23361
  new (...args: any[]): {
22765
23362
  $: import("vue").ComponentInternalInstance;
@@ -23498,7 +24095,9 @@ declare const _default: {
23498
24095
  };
23499
24096
  }>> & {
23500
24097
  "onUpdate:modelValue"?: (...args: any[]) => any;
23501
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24098
+ }, {
24099
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24100
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23502
24101
  "update:modelValue": (...args: any[]) => void;
23503
24102
  }, string, {
23504
24103
  testId: string;
@@ -23550,7 +24149,9 @@ declare const _default: {
23550
24149
  };
23551
24150
  }>> & {
23552
24151
  "onUpdate:modelValue"?: (...args: any[]) => any;
23553
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
24152
+ } & import("vue").ShallowUnwrapRef<{
24153
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24154
+ }> & {} & import("vue").ComponentCustomProperties & {};
23554
24155
  __isFragment?: never;
23555
24156
  __isTeleport?: never;
23556
24157
  __isSuspense?: never;
@@ -23582,7 +24183,9 @@ declare const _default: {
23582
24183
  };
23583
24184
  }>> & {
23584
24185
  "onUpdate:modelValue"?: (...args: any[]) => any;
23585
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24186
+ }, {
24187
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24188
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23586
24189
  "update:modelValue": (...args: any[]) => void;
23587
24190
  }, string, {
23588
24191
  testId: string;
@@ -23963,7 +24566,9 @@ declare const _default: {
23963
24566
  };
23964
24567
  }>> & {
23965
24568
  "onUpdate:modelValue"?: (...args: any[]) => any;
23966
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24569
+ }, {
24570
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24571
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23967
24572
  "update:modelValue": (...args: any[]) => void;
23968
24573
  }, string, {
23969
24574
  testId: string;
@@ -24015,7 +24620,9 @@ declare const _default: {
24015
24620
  };
24016
24621
  }>> & {
24017
24622
  "onUpdate:modelValue"?: (...args: any[]) => any;
24018
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
24623
+ } & import("vue").ShallowUnwrapRef<{
24624
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24625
+ }> & {} & import("vue").ComponentCustomProperties & {};
24019
24626
  __isFragment?: never;
24020
24627
  __isTeleport?: never;
24021
24628
  __isSuspense?: never;
@@ -24047,7 +24654,9 @@ declare const _default: {
24047
24654
  };
24048
24655
  }>> & {
24049
24656
  "onUpdate:modelValue"?: (...args: any[]) => any;
24050
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24657
+ }, {
24658
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24659
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24051
24660
  "update:modelValue": (...args: any[]) => void;
24052
24661
  }, string, {
24053
24662
  testId: string;