@ironsource/shared-ui 2.1.11-test.6 → 2.1.11-test.7

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 (49) hide show
  1. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
  2. package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
  3. package/DropdownV4.vue_vue_type_style_index_0_scoped_562f0b72_lang.css +1 -0
  4. package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
  5. package/OptionV4.vue_vue_type_style_index_0_scoped_da829544_lang.css +1 -0
  6. package/PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css +1 -0
  7. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
  8. package/TreeDropdown.vue_vue_type_style_index_0_scoped_985779f7_lang.css +1 -0
  9. package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
  10. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  11. package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
  12. package/components/button/v4/index.d.ts +9 -3
  13. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  14. package/components/dateRange/v4/DateRangeV4.vue2.js +21 -22
  15. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  16. package/components/dropdown/v3/index.d.ts +20 -20
  17. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
  18. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
  19. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
  20. package/components/dropdown/v4/DropdownV4.vue.d.ts +8 -1
  21. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  22. package/components/dropdown/v4/DropdownV4.vue2.js +128 -122
  23. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
  24. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  25. package/components/dropdown/v4/OptionV4.vue2.js +78 -67
  26. package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
  27. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  28. package/components/dropdown/v4/TreeDropdown.vue2.js +151 -116
  29. package/components/dropdown/v4/index.d.ts +112 -53
  30. package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
  31. package/components/inlineCopy/InlineCopy.vue.js +2 -2
  32. package/components/inlineCopy/InlineCopy.vue2.js +24 -22
  33. package/components/inlineCopy/index.d.ts +9 -0
  34. package/components/popover/v4/PopoverV4.vue.d.ts +3 -1
  35. package/components/popover/v4/PopoverV4.vue.js +2 -2
  36. package/components/popover/v4/PopoverV4.vue2.js +22 -20
  37. package/components/popover/v4/index.d.ts +9 -3
  38. package/index.d.ts +278 -118
  39. package/index.js +1 -1
  40. package/mocks/options.d.ts +29 -2
  41. package/package.json +1 -1
  42. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
  43. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
  44. package/DropdownV4.vue_vue_type_style_index_0_scoped_e899ec7a_lang.css +0 -1
  45. package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
  46. package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
  47. package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
  48. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
  49. package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
package/index.d.ts CHANGED
@@ -116,7 +116,9 @@ declare const _default: {
116
116
  };
117
117
  }>> & {
118
118
  onIsOpen?: (value: boolean) => any;
119
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
119
+ }, {
120
+ toggle: (value?: boolean) => boolean;
121
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
120
122
  isOpen: (value: boolean) => void;
121
123
  }, string, {
122
124
  testId: string;
@@ -182,7 +184,9 @@ declare const _default: {
182
184
  };
183
185
  }>> & {
184
186
  onIsOpen?: (value: boolean) => any;
185
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
187
+ } & import("vue").ShallowUnwrapRef<{
188
+ toggle: (value?: boolean) => boolean;
189
+ }> & {} & import("vue").ComponentCustomProperties & {};
186
190
  __isFragment?: never;
187
191
  __isTeleport?: never;
188
192
  __isSuspense?: never;
@@ -221,7 +225,9 @@ declare const _default: {
221
225
  };
222
226
  }>> & {
223
227
  onIsOpen?: (value: boolean) => any;
224
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
228
+ }, {
229
+ toggle: (value?: boolean) => boolean;
230
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
225
231
  isOpen: (value: boolean) => void;
226
232
  }, string, {
227
233
  testId: string;
@@ -335,7 +341,9 @@ declare const _default: {
335
341
  };
336
342
  }>> & {
337
343
  onIsOpen?: (value: boolean) => any;
338
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
344
+ }, {
345
+ toggle: (value?: boolean) => boolean;
346
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
339
347
  isOpen: (value: boolean) => void;
340
348
  }, string, {
341
349
  testId: string;
@@ -401,7 +409,9 @@ declare const _default: {
401
409
  };
402
410
  }>> & {
403
411
  onIsOpen?: (value: boolean) => any;
404
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
412
+ } & import("vue").ShallowUnwrapRef<{
413
+ toggle: (value?: boolean) => boolean;
414
+ }> & {} & import("vue").ComponentCustomProperties & {};
405
415
  __isFragment?: never;
406
416
  __isTeleport?: never;
407
417
  __isSuspense?: never;
@@ -440,7 +450,9 @@ declare const _default: {
440
450
  };
441
451
  }>> & {
442
452
  onIsOpen?: (value: boolean) => any;
443
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
453
+ }, {
454
+ toggle: (value?: boolean) => boolean;
455
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
444
456
  isOpen: (value: boolean) => void;
445
457
  }, string, {
446
458
  testId: string;
@@ -2464,6 +2476,10 @@ declare const _default: {
2464
2476
  type: import("vue").PropType<string>;
2465
2477
  default: string;
2466
2478
  };
2479
+ valueToCopy: {
2480
+ type: import("vue").PropType<string>;
2481
+ default: string;
2482
+ };
2467
2483
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2468
2484
  copy: () => void;
2469
2485
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2503,6 +2519,10 @@ declare const _default: {
2503
2519
  type: import("vue").PropType<string>;
2504
2520
  default: string;
2505
2521
  };
2522
+ valueToCopy: {
2523
+ type: import("vue").PropType<string>;
2524
+ default: string;
2525
+ };
2506
2526
  }>> & {
2507
2527
  onCopy?: () => any;
2508
2528
  }, {
@@ -2514,6 +2534,7 @@ declare const _default: {
2514
2534
  hideTextValue: boolean;
2515
2535
  iconSize: string;
2516
2536
  tooltipHeader: string;
2537
+ valueToCopy: string;
2517
2538
  }>;
2518
2539
  InlineCopyTypes: () => import("vue").DefineComponent<{
2519
2540
  text: {
@@ -2552,6 +2573,10 @@ declare const _default: {
2552
2573
  type: import("vue").PropType<string>;
2553
2574
  default: string;
2554
2575
  };
2576
+ valueToCopy: {
2577
+ type: import("vue").PropType<string>;
2578
+ default: string;
2579
+ };
2555
2580
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2556
2581
  copy: () => void;
2557
2582
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2591,6 +2616,10 @@ declare const _default: {
2591
2616
  type: import("vue").PropType<string>;
2592
2617
  default: string;
2593
2618
  };
2619
+ valueToCopy: {
2620
+ type: import("vue").PropType<string>;
2621
+ default: string;
2622
+ };
2594
2623
  }>> & {
2595
2624
  onCopy?: () => any;
2596
2625
  }, {
@@ -2602,6 +2631,7 @@ declare const _default: {
2602
2631
  hideTextValue: boolean;
2603
2632
  iconSize: string;
2604
2633
  tooltipHeader: string;
2634
+ valueToCopy: string;
2605
2635
  }>[];
2606
2636
  AppHeader: import("vue").DefineComponent<{
2607
2637
  name: {
@@ -15765,6 +15795,7 @@ declare const _default: {
15765
15795
  skidding: number;
15766
15796
  modelValue: any;
15767
15797
  selected: any;
15798
+ valueToCopy: string;
15768
15799
  onClear: () => void;
15769
15800
  placeholder: string;
15770
15801
  multi: boolean;
@@ -15792,8 +15823,8 @@ declare const _default: {
15792
15823
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
15793
15824
  optionEndIconKey: string;
15794
15825
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
15826
+ optionsEndTextIconKey: string;
15795
15827
  optionFlagKey: string;
15796
- valueToCopy: string;
15797
15828
  disabledOptionKey: string;
15798
15829
  optionTwoLinesVariant: "horizontal" | "vertical";
15799
15830
  optionTwoLinesKey: string;
@@ -15865,6 +15896,10 @@ declare const _default: {
15865
15896
  type: import("vue").PropType<unknown>;
15866
15897
  default: any;
15867
15898
  };
15899
+ valueToCopy: {
15900
+ type: import("vue").PropType<string>;
15901
+ default: any;
15902
+ };
15868
15903
  options: {
15869
15904
  type: import("vue").PropType<unknown[]>;
15870
15905
  required: true;
@@ -15981,11 +16016,11 @@ declare const _default: {
15981
16016
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
15982
16017
  default: any;
15983
16018
  };
15984
- optionFlagKey: {
16019
+ optionsEndTextIconKey: {
15985
16020
  type: import("vue").PropType<string>;
15986
16021
  default: any;
15987
16022
  };
15988
- valueToCopy: {
16023
+ optionFlagKey: {
15989
16024
  type: import("vue").PropType<string>;
15990
16025
  default: any;
15991
16026
  };
@@ -16048,7 +16083,7 @@ declare const _default: {
16048
16083
  onOnsearch?: (value: string) => any;
16049
16084
  onOpened?: () => any;
16050
16085
  onClosed?: () => any;
16051
- } & 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" | "withConditions" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
16086
+ } & 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" | "withConditions" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
16052
16087
  $attrs: {
16053
16088
  [x: string]: unknown;
16054
16089
  };
@@ -16121,6 +16156,10 @@ declare const _default: {
16121
16156
  type: import("vue").PropType<unknown>;
16122
16157
  default: any;
16123
16158
  };
16159
+ valueToCopy: {
16160
+ type: import("vue").PropType<string>;
16161
+ default: any;
16162
+ };
16124
16163
  options: {
16125
16164
  type: import("vue").PropType<unknown[]>;
16126
16165
  required: true;
@@ -16237,11 +16276,11 @@ declare const _default: {
16237
16276
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
16238
16277
  default: any;
16239
16278
  };
16240
- optionFlagKey: {
16279
+ optionsEndTextIconKey: {
16241
16280
  type: import("vue").PropType<string>;
16242
16281
  default: any;
16243
16282
  };
16244
- valueToCopy: {
16283
+ optionFlagKey: {
16245
16284
  type: import("vue").PropType<string>;
16246
16285
  default: any;
16247
16286
  };
@@ -16331,6 +16370,7 @@ declare const _default: {
16331
16370
  skidding: number;
16332
16371
  modelValue: any;
16333
16372
  selected: any;
16373
+ valueToCopy: string;
16334
16374
  onClear: () => void;
16335
16375
  placeholder: string;
16336
16376
  multi: boolean;
@@ -16358,8 +16398,8 @@ declare const _default: {
16358
16398
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16359
16399
  optionEndIconKey: string;
16360
16400
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16401
+ optionsEndTextIconKey: string;
16361
16402
  optionFlagKey: string;
16362
- valueToCopy: string;
16363
16403
  disabledOptionKey: string;
16364
16404
  optionTwoLinesVariant: "horizontal" | "vertical";
16365
16405
  optionTwoLinesKey: string;
@@ -16451,6 +16491,10 @@ declare const _default: {
16451
16491
  type: import("vue").PropType<unknown>;
16452
16492
  default: any;
16453
16493
  };
16494
+ valueToCopy: {
16495
+ type: import("vue").PropType<string>;
16496
+ default: any;
16497
+ };
16454
16498
  options: {
16455
16499
  type: import("vue").PropType<unknown[]>;
16456
16500
  required: true;
@@ -16567,11 +16611,11 @@ declare const _default: {
16567
16611
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
16568
16612
  default: any;
16569
16613
  };
16570
- optionFlagKey: {
16614
+ optionsEndTextIconKey: {
16571
16615
  type: import("vue").PropType<string>;
16572
16616
  default: any;
16573
16617
  };
16574
- valueToCopy: {
16618
+ optionFlagKey: {
16575
16619
  type: import("vue").PropType<string>;
16576
16620
  default: any;
16577
16621
  };
@@ -16700,6 +16744,10 @@ declare const _default: {
16700
16744
  type: import("vue").PropType<unknown>;
16701
16745
  default: any;
16702
16746
  };
16747
+ valueToCopy: {
16748
+ type: import("vue").PropType<string>;
16749
+ default: any;
16750
+ };
16703
16751
  options: {
16704
16752
  type: import("vue").PropType<unknown[]>;
16705
16753
  required: true;
@@ -16816,11 +16864,11 @@ declare const _default: {
16816
16864
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
16817
16865
  default: any;
16818
16866
  };
16819
- optionFlagKey: {
16867
+ optionsEndTextIconKey: {
16820
16868
  type: import("vue").PropType<string>;
16821
16869
  default: any;
16822
16870
  };
16823
- valueToCopy: {
16871
+ optionFlagKey: {
16824
16872
  type: import("vue").PropType<string>;
16825
16873
  default: any;
16826
16874
  };
@@ -16910,6 +16958,7 @@ declare const _default: {
16910
16958
  skidding: number;
16911
16959
  modelValue: any;
16912
16960
  selected: any;
16961
+ valueToCopy: string;
16913
16962
  onClear: () => void;
16914
16963
  placeholder: string;
16915
16964
  multi: boolean;
@@ -16937,8 +16986,8 @@ declare const _default: {
16937
16986
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16938
16987
  optionEndIconKey: string;
16939
16988
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16989
+ optionsEndTextIconKey: string;
16940
16990
  optionFlagKey: string;
16941
- valueToCopy: string;
16942
16991
  disabledOptionKey: string;
16943
16992
  optionTwoLinesVariant: "horizontal" | "vertical";
16944
16993
  optionTwoLinesKey: string;
@@ -16979,6 +17028,7 @@ declare const _default: {
16979
17028
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16980
17029
  optionAndIconKey: string;
16981
17030
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
17031
+ optionsEndTextIconKey: string;
16982
17032
  optionFlagKey: string;
16983
17033
  feedbackVariant: "success" | "warning" | "error";
16984
17034
  valueToCopy: string;
@@ -16995,6 +17045,7 @@ declare const _default: {
16995
17045
  "input-list"?(_: {
16996
17046
  open: true;
16997
17047
  }): any;
17048
+ "select-all"?(_: {}): any;
16998
17049
  "group-option"?(_: {}): any;
16999
17050
  default?(_: {
17000
17051
  option: unknown;
@@ -18040,6 +18091,7 @@ declare const _default: {
18040
18091
  open: boolean;
18041
18092
  mandatory: boolean;
18042
18093
  loading: boolean;
18094
+ valueToCopy: string;
18043
18095
  options: unknown[];
18044
18096
  singleAppSelection: boolean;
18045
18097
  placeholder: string;
@@ -18050,7 +18102,6 @@ declare const _default: {
18050
18102
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18051
18103
  optionEndIconKey: string;
18052
18104
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18053
- valueToCopy: string;
18054
18105
  selectedOption: any;
18055
18106
  brandIconType: "android" | "ios";
18056
18107
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -18084,6 +18135,10 @@ declare const _default: {
18084
18135
  type: import("vue").PropType<boolean>;
18085
18136
  default: boolean;
18086
18137
  };
18138
+ valueToCopy: {
18139
+ type: import("vue").PropType<string>;
18140
+ default: any;
18141
+ };
18087
18142
  options: {
18088
18143
  type: import("vue").PropType<unknown[]>;
18089
18144
  default: any;
@@ -18128,10 +18183,6 @@ declare const _default: {
18128
18183
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18129
18184
  default: any;
18130
18185
  };
18131
- valueToCopy: {
18132
- type: import("vue").PropType<string>;
18133
- default: any;
18134
- };
18135
18186
  selectedOption: {
18136
18187
  type: import("vue").PropType<unknown>;
18137
18188
  default: any;
@@ -18143,7 +18194,7 @@ declare const _default: {
18143
18194
  }>> & {
18144
18195
  onClick?: () => any;
18145
18196
  onCopyToClipboard?: () => any;
18146
- } & 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">;
18197
+ } & 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">;
18147
18198
  $attrs: {
18148
18199
  [x: string]: unknown;
18149
18200
  };
@@ -18188,6 +18239,10 @@ declare const _default: {
18188
18239
  type: import("vue").PropType<boolean>;
18189
18240
  default: boolean;
18190
18241
  };
18242
+ valueToCopy: {
18243
+ type: import("vue").PropType<string>;
18244
+ default: any;
18245
+ };
18191
18246
  options: {
18192
18247
  type: import("vue").PropType<unknown[]>;
18193
18248
  default: any;
@@ -18232,10 +18287,6 @@ declare const _default: {
18232
18287
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18233
18288
  default: any;
18234
18289
  };
18235
- valueToCopy: {
18236
- type: import("vue").PropType<string>;
18237
- default: any;
18238
- };
18239
18290
  selectedOption: {
18240
18291
  type: import("vue").PropType<unknown>;
18241
18292
  default: any;
@@ -18258,6 +18309,7 @@ declare const _default: {
18258
18309
  open: boolean;
18259
18310
  mandatory: boolean;
18260
18311
  loading: boolean;
18312
+ valueToCopy: string;
18261
18313
  options: unknown[];
18262
18314
  singleAppSelection: boolean;
18263
18315
  placeholder: string;
@@ -18268,7 +18320,6 @@ declare const _default: {
18268
18320
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18269
18321
  optionEndIconKey: string;
18270
18322
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18271
- valueToCopy: string;
18272
18323
  selectedOption: any;
18273
18324
  brandIconType: "android" | "ios";
18274
18325
  }, {}, string> & {
@@ -18322,6 +18373,10 @@ declare const _default: {
18322
18373
  type: import("vue").PropType<boolean>;
18323
18374
  default: boolean;
18324
18375
  };
18376
+ valueToCopy: {
18377
+ type: import("vue").PropType<string>;
18378
+ default: any;
18379
+ };
18325
18380
  options: {
18326
18381
  type: import("vue").PropType<unknown[]>;
18327
18382
  default: any;
@@ -18366,10 +18421,6 @@ declare const _default: {
18366
18421
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18367
18422
  default: any;
18368
18423
  };
18369
- valueToCopy: {
18370
- type: import("vue").PropType<string>;
18371
- default: any;
18372
- };
18373
18424
  selectedOption: {
18374
18425
  type: import("vue").PropType<unknown>;
18375
18426
  default: any;
@@ -18416,6 +18467,10 @@ declare const _default: {
18416
18467
  type: import("vue").PropType<boolean>;
18417
18468
  default: boolean;
18418
18469
  };
18470
+ valueToCopy: {
18471
+ type: import("vue").PropType<string>;
18472
+ default: any;
18473
+ };
18419
18474
  options: {
18420
18475
  type: import("vue").PropType<unknown[]>;
18421
18476
  default: any;
@@ -18460,10 +18515,6 @@ declare const _default: {
18460
18515
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
18461
18516
  default: any;
18462
18517
  };
18463
- valueToCopy: {
18464
- type: import("vue").PropType<string>;
18465
- default: any;
18466
- };
18467
18518
  selectedOption: {
18468
18519
  type: import("vue").PropType<unknown>;
18469
18520
  default: any;
@@ -18486,6 +18537,7 @@ declare const _default: {
18486
18537
  open: boolean;
18487
18538
  mandatory: boolean;
18488
18539
  loading: boolean;
18540
+ valueToCopy: string;
18489
18541
  options: unknown[];
18490
18542
  singleAppSelection: boolean;
18491
18543
  placeholder: string;
@@ -18496,7 +18548,6 @@ declare const _default: {
18496
18548
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18497
18549
  optionEndIconKey: string;
18498
18550
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
18499
- valueToCopy: string;
18500
18551
  selectedOption: any;
18501
18552
  brandIconType: "android" | "ios";
18502
18553
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -19105,6 +19156,7 @@ declare const _default: {
19105
19156
  open: boolean;
19106
19157
  mandatory: boolean;
19107
19158
  loading: boolean;
19159
+ valueToCopy: string;
19108
19160
  options: unknown[];
19109
19161
  singleAppSelection: boolean;
19110
19162
  placeholder: string;
@@ -19115,7 +19167,6 @@ declare const _default: {
19115
19167
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19116
19168
  optionEndIconKey: string;
19117
19169
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19118
- valueToCopy: string;
19119
19170
  selectedOption: any;
19120
19171
  brandIconType: "android" | "ios";
19121
19172
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -19149,6 +19200,10 @@ declare const _default: {
19149
19200
  type: import("vue").PropType<boolean>;
19150
19201
  default: boolean;
19151
19202
  };
19203
+ valueToCopy: {
19204
+ type: import("vue").PropType<string>;
19205
+ default: any;
19206
+ };
19152
19207
  options: {
19153
19208
  type: import("vue").PropType<unknown[]>;
19154
19209
  default: any;
@@ -19193,10 +19248,6 @@ declare const _default: {
19193
19248
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19194
19249
  default: any;
19195
19250
  };
19196
- valueToCopy: {
19197
- type: import("vue").PropType<string>;
19198
- default: any;
19199
- };
19200
19251
  selectedOption: {
19201
19252
  type: import("vue").PropType<unknown>;
19202
19253
  default: any;
@@ -19208,7 +19259,7 @@ declare const _default: {
19208
19259
  }>> & {
19209
19260
  onClick?: () => any;
19210
19261
  onCopyToClipboard?: () => any;
19211
- } & 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">;
19262
+ } & 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">;
19212
19263
  $attrs: {
19213
19264
  [x: string]: unknown;
19214
19265
  };
@@ -19253,6 +19304,10 @@ declare const _default: {
19253
19304
  type: import("vue").PropType<boolean>;
19254
19305
  default: boolean;
19255
19306
  };
19307
+ valueToCopy: {
19308
+ type: import("vue").PropType<string>;
19309
+ default: any;
19310
+ };
19256
19311
  options: {
19257
19312
  type: import("vue").PropType<unknown[]>;
19258
19313
  default: any;
@@ -19297,10 +19352,6 @@ declare const _default: {
19297
19352
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19298
19353
  default: any;
19299
19354
  };
19300
- valueToCopy: {
19301
- type: import("vue").PropType<string>;
19302
- default: any;
19303
- };
19304
19355
  selectedOption: {
19305
19356
  type: import("vue").PropType<unknown>;
19306
19357
  default: any;
@@ -19323,6 +19374,7 @@ declare const _default: {
19323
19374
  open: boolean;
19324
19375
  mandatory: boolean;
19325
19376
  loading: boolean;
19377
+ valueToCopy: string;
19326
19378
  options: unknown[];
19327
19379
  singleAppSelection: boolean;
19328
19380
  placeholder: string;
@@ -19333,7 +19385,6 @@ declare const _default: {
19333
19385
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19334
19386
  optionEndIconKey: string;
19335
19387
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19336
- valueToCopy: string;
19337
19388
  selectedOption: any;
19338
19389
  brandIconType: "android" | "ios";
19339
19390
  }, {}, string> & {
@@ -19387,6 +19438,10 @@ declare const _default: {
19387
19438
  type: import("vue").PropType<boolean>;
19388
19439
  default: boolean;
19389
19440
  };
19441
+ valueToCopy: {
19442
+ type: import("vue").PropType<string>;
19443
+ default: any;
19444
+ };
19390
19445
  options: {
19391
19446
  type: import("vue").PropType<unknown[]>;
19392
19447
  default: any;
@@ -19431,10 +19486,6 @@ declare const _default: {
19431
19486
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19432
19487
  default: any;
19433
19488
  };
19434
- valueToCopy: {
19435
- type: import("vue").PropType<string>;
19436
- default: any;
19437
- };
19438
19489
  selectedOption: {
19439
19490
  type: import("vue").PropType<unknown>;
19440
19491
  default: any;
@@ -19481,6 +19532,10 @@ declare const _default: {
19481
19532
  type: import("vue").PropType<boolean>;
19482
19533
  default: boolean;
19483
19534
  };
19535
+ valueToCopy: {
19536
+ type: import("vue").PropType<string>;
19537
+ default: any;
19538
+ };
19484
19539
  options: {
19485
19540
  type: import("vue").PropType<unknown[]>;
19486
19541
  default: any;
@@ -19525,10 +19580,6 @@ declare const _default: {
19525
19580
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
19526
19581
  default: any;
19527
19582
  };
19528
- valueToCopy: {
19529
- type: import("vue").PropType<string>;
19530
- default: any;
19531
- };
19532
19583
  selectedOption: {
19533
19584
  type: import("vue").PropType<unknown>;
19534
19585
  default: any;
@@ -19551,6 +19602,7 @@ declare const _default: {
19551
19602
  open: boolean;
19552
19603
  mandatory: boolean;
19553
19604
  loading: boolean;
19605
+ valueToCopy: string;
19554
19606
  options: unknown[];
19555
19607
  singleAppSelection: boolean;
19556
19608
  placeholder: string;
@@ -19561,7 +19613,6 @@ declare const _default: {
19561
19613
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19562
19614
  optionEndIconKey: string;
19563
19615
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19564
- valueToCopy: string;
19565
19616
  selectedOption: any;
19566
19617
  brandIconType: "android" | "ios";
19567
19618
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -19590,6 +19641,7 @@ declare const _default: {
19590
19641
  iconKey: string;
19591
19642
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19592
19643
  endIconKey: string;
19644
+ endTextIconKey: string;
19593
19645
  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";
19594
19646
  treeMainOption: boolean;
19595
19647
  treeMainOptionExpanded: boolean;
@@ -19656,6 +19708,10 @@ declare const _default: {
19656
19708
  type: import("vue").PropType<string>;
19657
19709
  default: any;
19658
19710
  };
19711
+ endTextIconKey: {
19712
+ type: import("vue").PropType<string>;
19713
+ default: any;
19714
+ };
19659
19715
  toolTipPlacement: {
19660
19716
  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">;
19661
19717
  default: string;
@@ -19681,7 +19737,7 @@ declare const _default: {
19681
19737
  };
19682
19738
  }>> & {
19683
19739
  onToggleTreeCollapse?: (option: unknown) => any;
19684
- } & 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">;
19740
+ } & 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">;
19685
19741
  $attrs: {
19686
19742
  [x: string]: unknown;
19687
19743
  };
@@ -19756,6 +19812,10 @@ declare const _default: {
19756
19812
  type: import("vue").PropType<string>;
19757
19813
  default: any;
19758
19814
  };
19815
+ endTextIconKey: {
19816
+ type: import("vue").PropType<string>;
19817
+ default: any;
19818
+ };
19759
19819
  toolTipPlacement: {
19760
19820
  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">;
19761
19821
  default: string;
@@ -19799,6 +19859,7 @@ declare const _default: {
19799
19859
  iconKey: string;
19800
19860
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
19801
19861
  endIconKey: string;
19862
+ endTextIconKey: string;
19802
19863
  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";
19803
19864
  treeMainOption: boolean;
19804
19865
  treeMainOptionExpanded: boolean;
@@ -19885,6 +19946,10 @@ declare const _default: {
19885
19946
  type: import("vue").PropType<string>;
19886
19947
  default: any;
19887
19948
  };
19949
+ endTextIconKey: {
19950
+ type: import("vue").PropType<string>;
19951
+ default: any;
19952
+ };
19888
19953
  toolTipPlacement: {
19889
19954
  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">;
19890
19955
  default: string;
@@ -19975,6 +20040,10 @@ declare const _default: {
19975
20040
  type: import("vue").PropType<string>;
19976
20041
  default: any;
19977
20042
  };
20043
+ endTextIconKey: {
20044
+ type: import("vue").PropType<string>;
20045
+ default: any;
20046
+ };
19978
20047
  toolTipPlacement: {
19979
20048
  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">;
19980
20049
  default: string;
@@ -20018,6 +20087,7 @@ declare const _default: {
20018
20087
  iconKey: string;
20019
20088
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20020
20089
  endIconKey: string;
20090
+ endTextIconKey: string;
20021
20091
  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";
20022
20092
  treeMainOption: boolean;
20023
20093
  treeMainOptionExpanded: boolean;
@@ -20169,6 +20239,7 @@ declare const _default: {
20169
20239
  skidding: number;
20170
20240
  modelValue: any;
20171
20241
  selected: any;
20242
+ valueToCopy: string;
20172
20243
  onClear: () => void;
20173
20244
  placeholder: string;
20174
20245
  multi: boolean;
@@ -20196,8 +20267,8 @@ declare const _default: {
20196
20267
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20197
20268
  optionEndIconKey: string;
20198
20269
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20270
+ optionsEndTextIconKey: string;
20199
20271
  optionFlagKey: string;
20200
- valueToCopy: string;
20201
20272
  disabledOptionKey: string;
20202
20273
  optionTwoLinesVariant: "horizontal" | "vertical";
20203
20274
  optionTwoLinesKey: string;
@@ -20269,6 +20340,10 @@ declare const _default: {
20269
20340
  type: import("vue").PropType<unknown>;
20270
20341
  default: any;
20271
20342
  };
20343
+ valueToCopy: {
20344
+ type: import("vue").PropType<string>;
20345
+ default: any;
20346
+ };
20272
20347
  options: {
20273
20348
  type: import("vue").PropType<unknown[]>;
20274
20349
  required: true;
@@ -20385,11 +20460,11 @@ declare const _default: {
20385
20460
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20386
20461
  default: any;
20387
20462
  };
20388
- optionFlagKey: {
20463
+ optionsEndTextIconKey: {
20389
20464
  type: import("vue").PropType<string>;
20390
20465
  default: any;
20391
20466
  };
20392
- valueToCopy: {
20467
+ optionFlagKey: {
20393
20468
  type: import("vue").PropType<string>;
20394
20469
  default: any;
20395
20470
  };
@@ -20452,7 +20527,7 @@ declare const _default: {
20452
20527
  onOnsearch?: (value: string) => any;
20453
20528
  onOpened?: () => any;
20454
20529
  onClosed?: () => any;
20455
- } & 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" | "withConditions" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
20530
+ } & 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" | "withConditions" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
20456
20531
  $attrs: {
20457
20532
  [x: string]: unknown;
20458
20533
  };
@@ -20525,6 +20600,10 @@ declare const _default: {
20525
20600
  type: import("vue").PropType<unknown>;
20526
20601
  default: any;
20527
20602
  };
20603
+ valueToCopy: {
20604
+ type: import("vue").PropType<string>;
20605
+ default: any;
20606
+ };
20528
20607
  options: {
20529
20608
  type: import("vue").PropType<unknown[]>;
20530
20609
  required: true;
@@ -20641,11 +20720,11 @@ declare const _default: {
20641
20720
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20642
20721
  default: any;
20643
20722
  };
20644
- optionFlagKey: {
20723
+ optionsEndTextIconKey: {
20645
20724
  type: import("vue").PropType<string>;
20646
20725
  default: any;
20647
20726
  };
20648
- valueToCopy: {
20727
+ optionFlagKey: {
20649
20728
  type: import("vue").PropType<string>;
20650
20729
  default: any;
20651
20730
  };
@@ -20735,6 +20814,7 @@ declare const _default: {
20735
20814
  skidding: number;
20736
20815
  modelValue: any;
20737
20816
  selected: any;
20817
+ valueToCopy: string;
20738
20818
  onClear: () => void;
20739
20819
  placeholder: string;
20740
20820
  multi: boolean;
@@ -20762,8 +20842,8 @@ declare const _default: {
20762
20842
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20763
20843
  optionEndIconKey: string;
20764
20844
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
20845
+ optionsEndTextIconKey: string;
20765
20846
  optionFlagKey: string;
20766
- valueToCopy: string;
20767
20847
  disabledOptionKey: string;
20768
20848
  optionTwoLinesVariant: "horizontal" | "vertical";
20769
20849
  optionTwoLinesKey: string;
@@ -20855,6 +20935,10 @@ declare const _default: {
20855
20935
  type: import("vue").PropType<unknown>;
20856
20936
  default: any;
20857
20937
  };
20938
+ valueToCopy: {
20939
+ type: import("vue").PropType<string>;
20940
+ default: any;
20941
+ };
20858
20942
  options: {
20859
20943
  type: import("vue").PropType<unknown[]>;
20860
20944
  required: true;
@@ -20971,11 +21055,11 @@ declare const _default: {
20971
21055
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
20972
21056
  default: any;
20973
21057
  };
20974
- optionFlagKey: {
21058
+ optionsEndTextIconKey: {
20975
21059
  type: import("vue").PropType<string>;
20976
21060
  default: any;
20977
21061
  };
20978
- valueToCopy: {
21062
+ optionFlagKey: {
20979
21063
  type: import("vue").PropType<string>;
20980
21064
  default: any;
20981
21065
  };
@@ -21104,6 +21188,10 @@ declare const _default: {
21104
21188
  type: import("vue").PropType<unknown>;
21105
21189
  default: any;
21106
21190
  };
21191
+ valueToCopy: {
21192
+ type: import("vue").PropType<string>;
21193
+ default: any;
21194
+ };
21107
21195
  options: {
21108
21196
  type: import("vue").PropType<unknown[]>;
21109
21197
  required: true;
@@ -21220,11 +21308,11 @@ declare const _default: {
21220
21308
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21221
21309
  default: any;
21222
21310
  };
21223
- optionFlagKey: {
21311
+ optionsEndTextIconKey: {
21224
21312
  type: import("vue").PropType<string>;
21225
21313
  default: any;
21226
21314
  };
21227
- valueToCopy: {
21315
+ optionFlagKey: {
21228
21316
  type: import("vue").PropType<string>;
21229
21317
  default: any;
21230
21318
  };
@@ -21314,6 +21402,7 @@ declare const _default: {
21314
21402
  skidding: number;
21315
21403
  modelValue: any;
21316
21404
  selected: any;
21405
+ valueToCopy: string;
21317
21406
  onClear: () => void;
21318
21407
  placeholder: string;
21319
21408
  multi: boolean;
@@ -21341,8 +21430,8 @@ declare const _default: {
21341
21430
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21342
21431
  optionEndIconKey: string;
21343
21432
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21433
+ optionsEndTextIconKey: string;
21344
21434
  optionFlagKey: string;
21345
- valueToCopy: string;
21346
21435
  disabledOptionKey: string;
21347
21436
  optionTwoLinesVariant: "horizontal" | "vertical";
21348
21437
  optionTwoLinesKey: string;
@@ -21383,6 +21472,7 @@ declare const _default: {
21383
21472
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21384
21473
  optionAndIconKey: string;
21385
21474
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21475
+ optionsEndTextIconKey: string;
21386
21476
  optionFlagKey: string;
21387
21477
  feedbackVariant: "success" | "warning" | "error";
21388
21478
  valueToCopy: string;
@@ -21399,6 +21489,7 @@ declare const _default: {
21399
21489
  "input-list"?(_: {
21400
21490
  open: true;
21401
21491
  }): any;
21492
+ "select-all"?(_: {}): any;
21402
21493
  "group-option"?(_: {}): any;
21403
21494
  default?(_: {
21404
21495
  option: unknown;
@@ -21495,6 +21586,7 @@ declare const _default: {
21495
21586
  disabled: boolean;
21496
21587
  size: "small" | "medium" | "large";
21497
21588
  selected: unknown[];
21589
+ valueToCopy: string;
21498
21590
  placeholder: string;
21499
21591
  inlineSearchPlaceholder: string;
21500
21592
  optionNameKey: string;
@@ -21503,8 +21595,8 @@ declare const _default: {
21503
21595
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21504
21596
  optionEndIconKey: string;
21505
21597
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21506
- valueToCopy: string;
21507
21598
  disabledOptionKey: string;
21599
+ optionEndTextIconKey: string;
21508
21600
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
21509
21601
  testId: {
21510
21602
  type: import("vue").PropType<string>;
@@ -21525,6 +21617,10 @@ declare const _default: {
21525
21617
  type: import("vue").PropType<unknown[]>;
21526
21618
  default: any;
21527
21619
  };
21620
+ valueToCopy: {
21621
+ type: import("vue").PropType<string>;
21622
+ default: any;
21623
+ };
21528
21624
  options: {
21529
21625
  type: import("vue").PropType<unknown[]>;
21530
21626
  required: true;
@@ -21565,14 +21661,14 @@ declare const _default: {
21565
21661
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21566
21662
  default: any;
21567
21663
  };
21568
- valueToCopy: {
21569
- type: import("vue").PropType<string>;
21570
- default: any;
21571
- };
21572
21664
  disabledOptionKey: {
21573
21665
  type: import("vue").PropType<string>;
21574
21666
  default: string;
21575
21667
  };
21668
+ optionEndTextIconKey: {
21669
+ type: import("vue").PropType<string>;
21670
+ default: any;
21671
+ };
21576
21672
  optionChildrenKey: {
21577
21673
  type: import("vue").PropType<string>;
21578
21674
  required: true;
@@ -21588,7 +21684,7 @@ declare const _default: {
21588
21684
  }>> & {
21589
21685
  "onUpdate:selected"?: (value: unknown) => any;
21590
21686
  "onUpdate:isOpen"?: (value: unknown) => any;
21591
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey">;
21687
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
21592
21688
  $attrs: {
21593
21689
  [x: string]: unknown;
21594
21690
  };
@@ -21622,6 +21718,10 @@ declare const _default: {
21622
21718
  type: import("vue").PropType<unknown[]>;
21623
21719
  default: any;
21624
21720
  };
21721
+ valueToCopy: {
21722
+ type: import("vue").PropType<string>;
21723
+ default: any;
21724
+ };
21625
21725
  options: {
21626
21726
  type: import("vue").PropType<unknown[]>;
21627
21727
  required: true;
@@ -21662,14 +21762,14 @@ declare const _default: {
21662
21762
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21663
21763
  default: any;
21664
21764
  };
21665
- valueToCopy: {
21666
- type: import("vue").PropType<string>;
21667
- default: any;
21668
- };
21669
21765
  disabledOptionKey: {
21670
21766
  type: import("vue").PropType<string>;
21671
21767
  default: string;
21672
21768
  };
21769
+ optionEndTextIconKey: {
21770
+ type: import("vue").PropType<string>;
21771
+ default: any;
21772
+ };
21673
21773
  optionChildrenKey: {
21674
21774
  type: import("vue").PropType<string>;
21675
21775
  required: true;
@@ -21693,6 +21793,7 @@ declare const _default: {
21693
21793
  disabled: boolean;
21694
21794
  size: "small" | "medium" | "large";
21695
21795
  selected: unknown[];
21796
+ valueToCopy: string;
21696
21797
  placeholder: string;
21697
21798
  inlineSearchPlaceholder: string;
21698
21799
  optionNameKey: string;
@@ -21701,8 +21802,8 @@ declare const _default: {
21701
21802
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21702
21803
  optionEndIconKey: string;
21703
21804
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21704
- valueToCopy: string;
21705
21805
  disabledOptionKey: string;
21806
+ optionEndTextIconKey: string;
21706
21807
  }, {}, string> & {
21707
21808
  beforeCreate?: (() => void) | (() => void)[];
21708
21809
  created?: (() => void) | (() => void)[];
@@ -21743,6 +21844,10 @@ declare const _default: {
21743
21844
  type: import("vue").PropType<unknown[]>;
21744
21845
  default: any;
21745
21846
  };
21847
+ valueToCopy: {
21848
+ type: import("vue").PropType<string>;
21849
+ default: any;
21850
+ };
21746
21851
  options: {
21747
21852
  type: import("vue").PropType<unknown[]>;
21748
21853
  required: true;
@@ -21783,14 +21888,14 @@ declare const _default: {
21783
21888
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21784
21889
  default: any;
21785
21890
  };
21786
- valueToCopy: {
21787
- type: import("vue").PropType<string>;
21788
- default: any;
21789
- };
21790
21891
  disabledOptionKey: {
21791
21892
  type: import("vue").PropType<string>;
21792
21893
  default: string;
21793
21894
  };
21895
+ optionEndTextIconKey: {
21896
+ type: import("vue").PropType<string>;
21897
+ default: any;
21898
+ };
21794
21899
  optionChildrenKey: {
21795
21900
  type: import("vue").PropType<string>;
21796
21901
  required: true;
@@ -21830,6 +21935,10 @@ declare const _default: {
21830
21935
  type: import("vue").PropType<unknown[]>;
21831
21936
  default: any;
21832
21937
  };
21938
+ valueToCopy: {
21939
+ type: import("vue").PropType<string>;
21940
+ default: any;
21941
+ };
21833
21942
  options: {
21834
21943
  type: import("vue").PropType<unknown[]>;
21835
21944
  required: true;
@@ -21870,14 +21979,14 @@ declare const _default: {
21870
21979
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
21871
21980
  default: any;
21872
21981
  };
21873
- valueToCopy: {
21874
- type: import("vue").PropType<string>;
21875
- default: any;
21876
- };
21877
21982
  disabledOptionKey: {
21878
21983
  type: import("vue").PropType<string>;
21879
21984
  default: string;
21880
21985
  };
21986
+ optionEndTextIconKey: {
21987
+ type: import("vue").PropType<string>;
21988
+ default: any;
21989
+ };
21881
21990
  optionChildrenKey: {
21882
21991
  type: import("vue").PropType<string>;
21883
21992
  required: true;
@@ -21901,6 +22010,7 @@ declare const _default: {
21901
22010
  disabled: boolean;
21902
22011
  size: "small" | "medium" | "large";
21903
22012
  selected: unknown[];
22013
+ valueToCopy: string;
21904
22014
  placeholder: string;
21905
22015
  inlineSearchPlaceholder: string;
21906
22016
  optionNameKey: string;
@@ -21909,8 +22019,8 @@ declare const _default: {
21909
22019
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21910
22020
  optionEndIconKey: string;
21911
22021
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21912
- valueToCopy: string;
21913
22022
  disabledOptionKey: string;
22023
+ optionEndTextIconKey: string;
21914
22024
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
21915
22025
  $slots: {
21916
22026
  "trigger-end-icon"?(_: {}): any;
@@ -21936,6 +22046,7 @@ declare const _default: {
21936
22046
  iconKey: string;
21937
22047
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
21938
22048
  endIconKey: string;
22049
+ endTextIconKey: string;
21939
22050
  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";
21940
22051
  treeMainOption: boolean;
21941
22052
  treeMainOptionExpanded: boolean;
@@ -22002,6 +22113,10 @@ declare const _default: {
22002
22113
  type: import("vue").PropType<string>;
22003
22114
  default: any;
22004
22115
  };
22116
+ endTextIconKey: {
22117
+ type: import("vue").PropType<string>;
22118
+ default: any;
22119
+ };
22005
22120
  toolTipPlacement: {
22006
22121
  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">;
22007
22122
  default: string;
@@ -22027,7 +22142,7 @@ declare const _default: {
22027
22142
  };
22028
22143
  }>> & {
22029
22144
  onToggleTreeCollapse?: (option: unknown) => any;
22030
- } & 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">;
22145
+ } & 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">;
22031
22146
  $attrs: {
22032
22147
  [x: string]: unknown;
22033
22148
  };
@@ -22102,6 +22217,10 @@ declare const _default: {
22102
22217
  type: import("vue").PropType<string>;
22103
22218
  default: any;
22104
22219
  };
22220
+ endTextIconKey: {
22221
+ type: import("vue").PropType<string>;
22222
+ default: any;
22223
+ };
22105
22224
  toolTipPlacement: {
22106
22225
  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">;
22107
22226
  default: string;
@@ -22145,6 +22264,7 @@ declare const _default: {
22145
22264
  iconKey: string;
22146
22265
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22147
22266
  endIconKey: string;
22267
+ endTextIconKey: string;
22148
22268
  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";
22149
22269
  treeMainOption: boolean;
22150
22270
  treeMainOptionExpanded: boolean;
@@ -22231,6 +22351,10 @@ declare const _default: {
22231
22351
  type: import("vue").PropType<string>;
22232
22352
  default: any;
22233
22353
  };
22354
+ endTextIconKey: {
22355
+ type: import("vue").PropType<string>;
22356
+ default: any;
22357
+ };
22234
22358
  toolTipPlacement: {
22235
22359
  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">;
22236
22360
  default: string;
@@ -22321,6 +22445,10 @@ declare const _default: {
22321
22445
  type: import("vue").PropType<string>;
22322
22446
  default: any;
22323
22447
  };
22448
+ endTextIconKey: {
22449
+ type: import("vue").PropType<string>;
22450
+ default: any;
22451
+ };
22324
22452
  toolTipPlacement: {
22325
22453
  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">;
22326
22454
  default: string;
@@ -22364,6 +22492,7 @@ declare const _default: {
22364
22492
  iconKey: string;
22365
22493
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22366
22494
  endIconKey: string;
22495
+ endTextIconKey: string;
22367
22496
  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";
22368
22497
  treeMainOption: boolean;
22369
22498
  treeMainOptionExpanded: boolean;
@@ -22387,6 +22516,7 @@ declare const _default: {
22387
22516
  disabled: boolean;
22388
22517
  size: "small" | "medium" | "large";
22389
22518
  selected: unknown[];
22519
+ valueToCopy: string;
22390
22520
  placeholder: string;
22391
22521
  inlineSearchPlaceholder: string;
22392
22522
  optionNameKey: string;
@@ -22395,8 +22525,8 @@ declare const _default: {
22395
22525
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22396
22526
  optionEndIconKey: string;
22397
22527
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22398
- valueToCopy: string;
22399
22528
  disabledOptionKey: string;
22529
+ optionEndTextIconKey: string;
22400
22530
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
22401
22531
  testId: {
22402
22532
  type: import("vue").PropType<string>;
@@ -22417,6 +22547,10 @@ declare const _default: {
22417
22547
  type: import("vue").PropType<unknown[]>;
22418
22548
  default: any;
22419
22549
  };
22550
+ valueToCopy: {
22551
+ type: import("vue").PropType<string>;
22552
+ default: any;
22553
+ };
22420
22554
  options: {
22421
22555
  type: import("vue").PropType<unknown[]>;
22422
22556
  required: true;
@@ -22457,14 +22591,14 @@ declare const _default: {
22457
22591
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22458
22592
  default: any;
22459
22593
  };
22460
- valueToCopy: {
22461
- type: import("vue").PropType<string>;
22462
- default: any;
22463
- };
22464
22594
  disabledOptionKey: {
22465
22595
  type: import("vue").PropType<string>;
22466
22596
  default: string;
22467
22597
  };
22598
+ optionEndTextIconKey: {
22599
+ type: import("vue").PropType<string>;
22600
+ default: any;
22601
+ };
22468
22602
  optionChildrenKey: {
22469
22603
  type: import("vue").PropType<string>;
22470
22604
  required: true;
@@ -22480,7 +22614,7 @@ declare const _default: {
22480
22614
  }>> & {
22481
22615
  "onUpdate:selected"?: (value: unknown) => any;
22482
22616
  "onUpdate:isOpen"?: (value: unknown) => any;
22483
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey">;
22617
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
22484
22618
  $attrs: {
22485
22619
  [x: string]: unknown;
22486
22620
  };
@@ -22514,6 +22648,10 @@ declare const _default: {
22514
22648
  type: import("vue").PropType<unknown[]>;
22515
22649
  default: any;
22516
22650
  };
22651
+ valueToCopy: {
22652
+ type: import("vue").PropType<string>;
22653
+ default: any;
22654
+ };
22517
22655
  options: {
22518
22656
  type: import("vue").PropType<unknown[]>;
22519
22657
  required: true;
@@ -22554,14 +22692,14 @@ declare const _default: {
22554
22692
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22555
22693
  default: any;
22556
22694
  };
22557
- valueToCopy: {
22558
- type: import("vue").PropType<string>;
22559
- default: any;
22560
- };
22561
22695
  disabledOptionKey: {
22562
22696
  type: import("vue").PropType<string>;
22563
22697
  default: string;
22564
22698
  };
22699
+ optionEndTextIconKey: {
22700
+ type: import("vue").PropType<string>;
22701
+ default: any;
22702
+ };
22565
22703
  optionChildrenKey: {
22566
22704
  type: import("vue").PropType<string>;
22567
22705
  required: true;
@@ -22585,6 +22723,7 @@ declare const _default: {
22585
22723
  disabled: boolean;
22586
22724
  size: "small" | "medium" | "large";
22587
22725
  selected: unknown[];
22726
+ valueToCopy: string;
22588
22727
  placeholder: string;
22589
22728
  inlineSearchPlaceholder: string;
22590
22729
  optionNameKey: string;
@@ -22593,8 +22732,8 @@ declare const _default: {
22593
22732
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22594
22733
  optionEndIconKey: string;
22595
22734
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22596
- valueToCopy: string;
22597
22735
  disabledOptionKey: string;
22736
+ optionEndTextIconKey: string;
22598
22737
  }, {}, string> & {
22599
22738
  beforeCreate?: (() => void) | (() => void)[];
22600
22739
  created?: (() => void) | (() => void)[];
@@ -22635,6 +22774,10 @@ declare const _default: {
22635
22774
  type: import("vue").PropType<unknown[]>;
22636
22775
  default: any;
22637
22776
  };
22777
+ valueToCopy: {
22778
+ type: import("vue").PropType<string>;
22779
+ default: any;
22780
+ };
22638
22781
  options: {
22639
22782
  type: import("vue").PropType<unknown[]>;
22640
22783
  required: true;
@@ -22675,14 +22818,14 @@ declare const _default: {
22675
22818
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22676
22819
  default: any;
22677
22820
  };
22678
- valueToCopy: {
22679
- type: import("vue").PropType<string>;
22680
- default: any;
22681
- };
22682
22821
  disabledOptionKey: {
22683
22822
  type: import("vue").PropType<string>;
22684
22823
  default: string;
22685
22824
  };
22825
+ optionEndTextIconKey: {
22826
+ type: import("vue").PropType<string>;
22827
+ default: any;
22828
+ };
22686
22829
  optionChildrenKey: {
22687
22830
  type: import("vue").PropType<string>;
22688
22831
  required: true;
@@ -22722,6 +22865,10 @@ declare const _default: {
22722
22865
  type: import("vue").PropType<unknown[]>;
22723
22866
  default: any;
22724
22867
  };
22868
+ valueToCopy: {
22869
+ type: import("vue").PropType<string>;
22870
+ default: any;
22871
+ };
22725
22872
  options: {
22726
22873
  type: import("vue").PropType<unknown[]>;
22727
22874
  required: true;
@@ -22762,14 +22909,14 @@ declare const _default: {
22762
22909
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22763
22910
  default: any;
22764
22911
  };
22765
- valueToCopy: {
22766
- type: import("vue").PropType<string>;
22767
- default: any;
22768
- };
22769
22912
  disabledOptionKey: {
22770
22913
  type: import("vue").PropType<string>;
22771
22914
  default: string;
22772
22915
  };
22916
+ optionEndTextIconKey: {
22917
+ type: import("vue").PropType<string>;
22918
+ default: any;
22919
+ };
22773
22920
  optionChildrenKey: {
22774
22921
  type: import("vue").PropType<string>;
22775
22922
  required: true;
@@ -22793,6 +22940,7 @@ declare const _default: {
22793
22940
  disabled: boolean;
22794
22941
  size: "small" | "medium" | "large";
22795
22942
  selected: unknown[];
22943
+ valueToCopy: string;
22796
22944
  placeholder: string;
22797
22945
  inlineSearchPlaceholder: string;
22798
22946
  optionNameKey: string;
@@ -22801,8 +22949,8 @@ declare const _default: {
22801
22949
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22802
22950
  optionEndIconKey: string;
22803
22951
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
22804
- valueToCopy: string;
22805
22952
  disabledOptionKey: string;
22953
+ optionEndTextIconKey: string;
22806
22954
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
22807
22955
  $slots: {
22808
22956
  "trigger-end-icon"?(_: {}): any;
@@ -23546,7 +23694,9 @@ declare const _default: {
23546
23694
  };
23547
23695
  }>> & {
23548
23696
  "onUpdate:modelValue"?: (...args: any[]) => any;
23549
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23697
+ }, {
23698
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
23699
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23550
23700
  "update:modelValue": (...args: any[]) => void;
23551
23701
  }, string, {
23552
23702
  testId: string;
@@ -23598,7 +23748,9 @@ declare const _default: {
23598
23748
  };
23599
23749
  }>> & {
23600
23750
  "onUpdate:modelValue"?: (...args: any[]) => any;
23601
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
23751
+ } & import("vue").ShallowUnwrapRef<{
23752
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
23753
+ }> & {} & import("vue").ComponentCustomProperties & {};
23602
23754
  __isFragment?: never;
23603
23755
  __isTeleport?: never;
23604
23756
  __isSuspense?: never;
@@ -23630,7 +23782,9 @@ declare const _default: {
23630
23782
  };
23631
23783
  }>> & {
23632
23784
  "onUpdate:modelValue"?: (...args: any[]) => any;
23633
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23785
+ }, {
23786
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
23787
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23634
23788
  "update:modelValue": (...args: any[]) => void;
23635
23789
  }, string, {
23636
23790
  testId: string;
@@ -24011,7 +24165,9 @@ declare const _default: {
24011
24165
  };
24012
24166
  }>> & {
24013
24167
  "onUpdate:modelValue"?: (...args: any[]) => any;
24014
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24168
+ }, {
24169
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24170
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24015
24171
  "update:modelValue": (...args: any[]) => void;
24016
24172
  }, string, {
24017
24173
  testId: string;
@@ -24063,7 +24219,9 @@ declare const _default: {
24063
24219
  };
24064
24220
  }>> & {
24065
24221
  "onUpdate:modelValue"?: (...args: any[]) => any;
24066
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
24222
+ } & import("vue").ShallowUnwrapRef<{
24223
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24224
+ }> & {} & import("vue").ComponentCustomProperties & {};
24067
24225
  __isFragment?: never;
24068
24226
  __isTeleport?: never;
24069
24227
  __isSuspense?: never;
@@ -24095,7 +24253,9 @@ declare const _default: {
24095
24253
  };
24096
24254
  }>> & {
24097
24255
  "onUpdate:modelValue"?: (...args: any[]) => any;
24098
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24256
+ }, {
24257
+ toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
24258
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24099
24259
  "update:modelValue": (...args: any[]) => void;
24100
24260
  }, string, {
24101
24261
  testId: string;