@ironsource/shared-ui 2.1.6-rc.15 → 2.1.6-rc.16

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 (32) hide show
  1. package/Dropdown.vue_vue_type_style_index_0_scoped_aaa8c4bb_lang.css +1 -0
  2. package/DropdownV4.vue_vue_type_style_index_0_scoped_77f8bdb6_lang.css +1 -0
  3. package/InlineCopy.vue_vue_type_style_index_0_scoped_6a7b3795_lang.css +1 -0
  4. package/OptionV4.vue_vue_type_style_index_0_scoped_7f8f35a1_lang.css +1 -0
  5. package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +1 -0
  6. package/components/dropdown/common/Dropdown.common.js +20 -20
  7. package/components/dropdown/v3/Dropdown.vue.d.ts +4 -0
  8. package/components/dropdown/v3/Dropdown.vue.js +4 -4
  9. package/components/dropdown/v3/Dropdown.vue2.js +32 -32
  10. package/components/dropdown/v3/index.d.ts +13 -1
  11. package/components/dropdown/v4/DropdownV4.vue.d.ts +14 -0
  12. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  13. package/components/dropdown/v4/DropdownV4.vue2.js +48 -44
  14. package/components/dropdown/v4/OptionV4.vue.d.ts +11 -0
  15. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  16. package/components/dropdown/v4/OptionV4.vue2.js +59 -45
  17. package/components/dropdown/v4/index.d.ts +92 -3
  18. package/components/inlineCopy/InlineCopy.vue.d.ts +6 -2
  19. package/components/inlineCopy/InlineCopy.vue.js +3 -3
  20. package/components/inlineCopy/InlineCopy.vue2.js +23 -22
  21. package/components/inlineCopy/index.d.ts +6 -2
  22. package/components/tooltip/v4/TooltipV4.vue.d.ts +6 -2
  23. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  24. package/components/tooltip/v4/TooltipV4.vue2.js +21 -19
  25. package/components/tooltip/v4/index.d.ts +17 -5
  26. package/index.d.ts +230 -20
  27. package/package.json +1 -1
  28. package/Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css +0 -1
  29. package/DropdownV4.vue_vue_type_style_index_0_scoped_07ffe682_lang.css +0 -1
  30. package/InlineCopy.vue_vue_type_style_index_0_scoped_ff9f4a0f_lang.css +0 -1
  31. package/OptionV4.vue_vue_type_style_index_0_scoped_e006a8e4_lang.css +0 -1
  32. package/TooltipV4.vue_vue_type_style_index_0_scoped_25809092_lang.css +0 -1
package/index.d.ts CHANGED
@@ -88,7 +88,9 @@ declare const _default: {
88
88
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
89
89
  default: string;
90
90
  };
91
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
91
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
92
+ copy: () => void;
93
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
92
94
  text: {
93
95
  type: import("vue").PropType<string>;
94
96
  required: true;
@@ -125,7 +127,9 @@ declare const _default: {
125
127
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
126
128
  default: string;
127
129
  };
128
- }>>, {
130
+ }>> & {
131
+ onCopy?: () => any;
132
+ }, {
129
133
  text: string;
130
134
  size: "small" | "medium";
131
135
  testId: string;
@@ -172,7 +176,9 @@ declare const _default: {
172
176
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
173
177
  default: string;
174
178
  };
175
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
179
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
180
+ copy: () => void;
181
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
176
182
  text: {
177
183
  type: import("vue").PropType<string>;
178
184
  required: true;
@@ -209,7 +215,9 @@ declare const _default: {
209
215
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
210
216
  default: string;
211
217
  };
212
- }>>, {
218
+ }>> & {
219
+ onCopy?: () => any;
220
+ }, {
213
221
  text: string;
214
222
  size: "small" | "medium";
215
223
  testId: string;
@@ -5660,7 +5668,9 @@ declare const _default: {
5660
5668
  type: import("vue").PropType<string | number>;
5661
5669
  default: string;
5662
5670
  };
5663
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
5671
+ }>> & {
5672
+ onShow?: () => any;
5673
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
5664
5674
  $attrs: {
5665
5675
  [x: string]: unknown;
5666
5676
  };
@@ -5672,7 +5682,7 @@ declare const _default: {
5672
5682
  }>;
5673
5683
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5674
5684
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5675
- $emit: (event: string, ...args: any[]) => void;
5685
+ $emit: (event: "show") => void;
5676
5686
  $el: any;
5677
5687
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5678
5688
  header: {
@@ -5719,7 +5729,11 @@ declare const _default: {
5719
5729
  type: import("vue").PropType<string | number>;
5720
5730
  default: string;
5721
5731
  };
5722
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5732
+ }>> & {
5733
+ onShow?: () => any;
5734
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5735
+ show: () => void;
5736
+ }, string, {
5723
5737
  header: string;
5724
5738
  text: string;
5725
5739
  theme: string;
@@ -5796,7 +5810,9 @@ declare const _default: {
5796
5810
  type: import("vue").PropType<string | number>;
5797
5811
  default: string;
5798
5812
  };
5799
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5813
+ }>> & {
5814
+ onShow?: () => any;
5815
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5800
5816
  __isFragment?: never;
5801
5817
  __isTeleport?: never;
5802
5818
  __isSuspense?: never;
@@ -5845,7 +5861,11 @@ declare const _default: {
5845
5861
  type: import("vue").PropType<string | number>;
5846
5862
  default: string;
5847
5863
  };
5848
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5864
+ }>> & {
5865
+ onShow?: () => any;
5866
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5867
+ show: () => void;
5868
+ }, string, {
5849
5869
  header: string;
5850
5870
  text: string;
5851
5871
  theme: string;
@@ -5926,7 +5946,9 @@ declare const _default: {
5926
5946
  type: import("vue").PropType<string | number>;
5927
5947
  default: string;
5928
5948
  };
5929
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
5949
+ }>> & {
5950
+ onShow?: () => any;
5951
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
5930
5952
  $attrs: {
5931
5953
  [x: string]: unknown;
5932
5954
  };
@@ -5938,7 +5960,7 @@ declare const _default: {
5938
5960
  }>;
5939
5961
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5940
5962
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
5941
- $emit: (event: string, ...args: any[]) => void;
5963
+ $emit: (event: "show") => void;
5942
5964
  $el: any;
5943
5965
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5944
5966
  header: {
@@ -5985,7 +6007,11 @@ declare const _default: {
5985
6007
  type: import("vue").PropType<string | number>;
5986
6008
  default: string;
5987
6009
  };
5988
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
6010
+ }>> & {
6011
+ onShow?: () => any;
6012
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6013
+ show: () => void;
6014
+ }, string, {
5989
6015
  header: string;
5990
6016
  text: string;
5991
6017
  theme: string;
@@ -6062,7 +6088,9 @@ declare const _default: {
6062
6088
  type: import("vue").PropType<string | number>;
6063
6089
  default: string;
6064
6090
  };
6065
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6091
+ }>> & {
6092
+ onShow?: () => any;
6093
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6066
6094
  __isFragment?: never;
6067
6095
  __isTeleport?: never;
6068
6096
  __isSuspense?: never;
@@ -6111,7 +6139,11 @@ declare const _default: {
6111
6139
  type: import("vue").PropType<string | number>;
6112
6140
  default: string;
6113
6141
  };
6114
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
6142
+ }>> & {
6143
+ onShow?: () => any;
6144
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6145
+ show: () => void;
6146
+ }, string, {
6115
6147
  header: string;
6116
6148
  text: string;
6117
6149
  theme: string;
@@ -11650,6 +11682,8 @@ declare const _default: {
11650
11682
  optionIconKey: string;
11651
11683
  optionImageKey: string;
11652
11684
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
11685
+ optionEndIconKey: string;
11686
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
11653
11687
  valueToCopy: string;
11654
11688
  disabledOptionKey: string;
11655
11689
  fullWidth: boolean;
@@ -11818,6 +11852,14 @@ declare const _default: {
11818
11852
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
11819
11853
  default: any;
11820
11854
  };
11855
+ optionEndIconKey: {
11856
+ type: import("vue").PropType<string>;
11857
+ default: string;
11858
+ };
11859
+ optionEndIconType: {
11860
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
11861
+ default: any;
11862
+ };
11821
11863
  valueToCopy: {
11822
11864
  type: import("vue").PropType<string>;
11823
11865
  default: any;
@@ -11839,12 +11881,14 @@ declare const _default: {
11839
11881
  default: any;
11840
11882
  };
11841
11883
  }>> & {
11884
+ onClear?: () => any;
11842
11885
  onApply?: (value: unknown) => any;
11886
+ onSelectAll?: () => any;
11843
11887
  "onUpdate:selected"?: (value: unknown) => any;
11844
11888
  "onUpdate:isOpen"?: (value: unknown) => any;
11845
11889
  onOpened?: () => any;
11846
11890
  onClosed?: () => any;
11847
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
11891
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
11848
11892
  $attrs: {
11849
11893
  [x: string]: unknown;
11850
11894
  };
@@ -11856,7 +11900,7 @@ declare const _default: {
11856
11900
  }>;
11857
11901
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
11858
11902
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
11859
- $emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
11903
+ $emit: ((event: "clear") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
11860
11904
  $el: any;
11861
11905
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
11862
11906
  theme: {
@@ -12021,6 +12065,14 @@ declare const _default: {
12021
12065
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12022
12066
  default: any;
12023
12067
  };
12068
+ optionEndIconKey: {
12069
+ type: import("vue").PropType<string>;
12070
+ default: string;
12071
+ };
12072
+ optionEndIconType: {
12073
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12074
+ default: any;
12075
+ };
12024
12076
  valueToCopy: {
12025
12077
  type: import("vue").PropType<string>;
12026
12078
  default: any;
@@ -12042,7 +12094,9 @@ declare const _default: {
12042
12094
  default: any;
12043
12095
  };
12044
12096
  }>> & {
12097
+ onClear?: () => any;
12045
12098
  onApply?: (value: unknown) => any;
12099
+ onSelectAll?: () => any;
12046
12100
  "onUpdate:selected"?: (value: unknown) => any;
12047
12101
  "onUpdate:isOpen"?: (value: unknown) => any;
12048
12102
  onOpened?: () => any;
@@ -12056,6 +12110,8 @@ declare const _default: {
12056
12110
  closed: () => void;
12057
12111
  opened: () => void;
12058
12112
  apply: (value: unknown) => void;
12113
+ selectAll: () => void;
12114
+ clear: () => void;
12059
12115
  }, string, {
12060
12116
  theme: string;
12061
12117
  disabled: boolean;
@@ -12094,6 +12150,8 @@ declare const _default: {
12094
12150
  optionIconKey: string;
12095
12151
  optionImageKey: string;
12096
12152
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
12153
+ optionEndIconKey: string;
12154
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
12097
12155
  valueToCopy: string;
12098
12156
  disabledOptionKey: string;
12099
12157
  fullWidth: boolean;
@@ -12282,6 +12340,14 @@ declare const _default: {
12282
12340
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12283
12341
  default: any;
12284
12342
  };
12343
+ optionEndIconKey: {
12344
+ type: import("vue").PropType<string>;
12345
+ default: string;
12346
+ };
12347
+ optionEndIconType: {
12348
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12349
+ default: any;
12350
+ };
12285
12351
  valueToCopy: {
12286
12352
  type: import("vue").PropType<string>;
12287
12353
  default: any;
@@ -12303,7 +12369,9 @@ declare const _default: {
12303
12369
  default: any;
12304
12370
  };
12305
12371
  }>> & {
12372
+ onClear?: () => any;
12306
12373
  onApply?: (value: unknown) => any;
12374
+ onSelectAll?: () => any;
12307
12375
  "onUpdate:selected"?: (value: unknown) => any;
12308
12376
  "onUpdate:isOpen"?: (value: unknown) => any;
12309
12377
  onOpened?: () => any;
@@ -12478,6 +12546,14 @@ declare const _default: {
12478
12546
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12479
12547
  default: any;
12480
12548
  };
12549
+ optionEndIconKey: {
12550
+ type: import("vue").PropType<string>;
12551
+ default: string;
12552
+ };
12553
+ optionEndIconType: {
12554
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
12555
+ default: any;
12556
+ };
12481
12557
  valueToCopy: {
12482
12558
  type: import("vue").PropType<string>;
12483
12559
  default: any;
@@ -12499,7 +12575,9 @@ declare const _default: {
12499
12575
  default: any;
12500
12576
  };
12501
12577
  }>> & {
12578
+ onClear?: () => any;
12502
12579
  onApply?: (value: unknown) => any;
12580
+ onSelectAll?: () => any;
12503
12581
  "onUpdate:selected"?: (value: unknown) => any;
12504
12582
  "onUpdate:isOpen"?: (value: unknown) => any;
12505
12583
  onOpened?: () => any;
@@ -12513,6 +12591,8 @@ declare const _default: {
12513
12591
  closed: () => void;
12514
12592
  opened: () => void;
12515
12593
  apply: (value: unknown) => void;
12594
+ selectAll: () => void;
12595
+ clear: () => void;
12516
12596
  }, string, {
12517
12597
  theme: string;
12518
12598
  disabled: boolean;
@@ -12551,6 +12631,8 @@ declare const _default: {
12551
12631
  optionIconKey: string;
12552
12632
  optionImageKey: string;
12553
12633
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
12634
+ optionEndIconKey: string;
12635
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
12554
12636
  valueToCopy: string;
12555
12637
  disabledOptionKey: string;
12556
12638
  fullWidth: boolean;
@@ -14786,6 +14868,7 @@ declare const _default: {
14786
14868
  option: any;
14787
14869
  disabled: boolean;
14788
14870
  active: boolean;
14871
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
14789
14872
  isIndeterminate: boolean;
14790
14873
  subtitle: string;
14791
14874
  selectAllOption: boolean;
@@ -14793,6 +14876,7 @@ declare const _default: {
14793
14876
  imageKey: string;
14794
14877
  iconKey: string;
14795
14878
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
14879
+ endIconKey: string;
14796
14880
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
14797
14881
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
14798
14882
  option: {
@@ -14807,6 +14891,10 @@ declare const _default: {
14807
14891
  type: import("vue").PropType<boolean>;
14808
14892
  default: any;
14809
14893
  };
14894
+ endIconType: {
14895
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14896
+ default: string;
14897
+ };
14810
14898
  isIndeterminate: {
14811
14899
  type: import("vue").PropType<boolean>;
14812
14900
  default: boolean;
@@ -14835,6 +14923,10 @@ declare const _default: {
14835
14923
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14836
14924
  default: string;
14837
14925
  };
14926
+ endIconKey: {
14927
+ type: import("vue").PropType<string>;
14928
+ default: any;
14929
+ };
14838
14930
  toolTipPlacement: {
14839
14931
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
14840
14932
  default: string;
@@ -14842,7 +14934,7 @@ declare const _default: {
14842
14934
  selectedProp: {
14843
14935
  type: import("vue").PropType<boolean>;
14844
14936
  };
14845
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
14937
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
14846
14938
  $attrs: {
14847
14939
  [x: string]: unknown;
14848
14940
  };
@@ -14869,6 +14961,10 @@ declare const _default: {
14869
14961
  type: import("vue").PropType<boolean>;
14870
14962
  default: any;
14871
14963
  };
14964
+ endIconType: {
14965
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14966
+ default: string;
14967
+ };
14872
14968
  isIndeterminate: {
14873
14969
  type: import("vue").PropType<boolean>;
14874
14970
  default: boolean;
@@ -14897,6 +14993,10 @@ declare const _default: {
14897
14993
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14898
14994
  default: string;
14899
14995
  };
14996
+ endIconKey: {
14997
+ type: import("vue").PropType<string>;
14998
+ default: any;
14999
+ };
14900
15000
  toolTipPlacement: {
14901
15001
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
14902
15002
  default: string;
@@ -14908,6 +15008,7 @@ declare const _default: {
14908
15008
  option: any;
14909
15009
  disabled: boolean;
14910
15010
  active: boolean;
15011
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
14911
15012
  isIndeterminate: boolean;
14912
15013
  subtitle: string;
14913
15014
  selectAllOption: boolean;
@@ -14915,6 +15016,7 @@ declare const _default: {
14915
15016
  imageKey: string;
14916
15017
  iconKey: string;
14917
15018
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15019
+ endIconKey: string;
14918
15020
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
14919
15021
  }, {}, string> & {
14920
15022
  beforeCreate?: (() => void) | (() => void)[];
@@ -14949,6 +15051,10 @@ declare const _default: {
14949
15051
  type: import("vue").PropType<boolean>;
14950
15052
  default: any;
14951
15053
  };
15054
+ endIconType: {
15055
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15056
+ default: string;
15057
+ };
14952
15058
  isIndeterminate: {
14953
15059
  type: import("vue").PropType<boolean>;
14954
15060
  default: boolean;
@@ -14977,6 +15083,10 @@ declare const _default: {
14977
15083
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
14978
15084
  default: string;
14979
15085
  };
15086
+ endIconKey: {
15087
+ type: import("vue").PropType<string>;
15088
+ default: any;
15089
+ };
14980
15090
  toolTipPlacement: {
14981
15091
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
14982
15092
  default: string;
@@ -15001,6 +15111,10 @@ declare const _default: {
15001
15111
  type: import("vue").PropType<boolean>;
15002
15112
  default: any;
15003
15113
  };
15114
+ endIconType: {
15115
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15116
+ default: string;
15117
+ };
15004
15118
  isIndeterminate: {
15005
15119
  type: import("vue").PropType<boolean>;
15006
15120
  default: boolean;
@@ -15029,6 +15143,10 @@ declare const _default: {
15029
15143
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15030
15144
  default: string;
15031
15145
  };
15146
+ endIconKey: {
15147
+ type: import("vue").PropType<string>;
15148
+ default: any;
15149
+ };
15032
15150
  toolTipPlacement: {
15033
15151
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
15034
15152
  default: string;
@@ -15040,6 +15158,7 @@ declare const _default: {
15040
15158
  option: any;
15041
15159
  disabled: boolean;
15042
15160
  active: boolean;
15161
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15043
15162
  isIndeterminate: boolean;
15044
15163
  subtitle: string;
15045
15164
  selectAllOption: boolean;
@@ -15047,12 +15166,14 @@ declare const _default: {
15047
15166
  imageKey: string;
15048
15167
  iconKey: string;
15049
15168
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15169
+ endIconKey: string;
15050
15170
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
15051
15171
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
15052
15172
  $slots: {
15053
15173
  image?(_: {}): any;
15054
15174
  "icon-start"?(_: {}): any;
15055
15175
  default?(_: {}): any;
15176
+ "icon-end"?(_: {}): any;
15056
15177
  };
15057
15178
  })) | import("vue").DefineComponent<{
15058
15179
  testId: {
@@ -15207,6 +15328,8 @@ declare const _default: {
15207
15328
  optionIconKey: string;
15208
15329
  optionImageKey: string;
15209
15330
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15331
+ optionEndIconKey: string;
15332
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15210
15333
  valueToCopy: string;
15211
15334
  disabledOptionKey: string;
15212
15335
  fullWidth: boolean;
@@ -15375,6 +15498,14 @@ declare const _default: {
15375
15498
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15376
15499
  default: any;
15377
15500
  };
15501
+ optionEndIconKey: {
15502
+ type: import("vue").PropType<string>;
15503
+ default: string;
15504
+ };
15505
+ optionEndIconType: {
15506
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15507
+ default: any;
15508
+ };
15378
15509
  valueToCopy: {
15379
15510
  type: import("vue").PropType<string>;
15380
15511
  default: any;
@@ -15396,12 +15527,14 @@ declare const _default: {
15396
15527
  default: any;
15397
15528
  };
15398
15529
  }>> & {
15530
+ onClear?: () => any;
15399
15531
  onApply?: (value: unknown) => any;
15532
+ onSelectAll?: () => any;
15400
15533
  "onUpdate:selected"?: (value: unknown) => any;
15401
15534
  "onUpdate:isOpen"?: (value: unknown) => any;
15402
15535
  onOpened?: () => any;
15403
15536
  onClosed?: () => any;
15404
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
15537
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
15405
15538
  $attrs: {
15406
15539
  [x: string]: unknown;
15407
15540
  };
@@ -15413,7 +15546,7 @@ declare const _default: {
15413
15546
  }>;
15414
15547
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
15415
15548
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
15416
- $emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
15549
+ $emit: ((event: "clear") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
15417
15550
  $el: any;
15418
15551
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
15419
15552
  theme: {
@@ -15578,6 +15711,14 @@ declare const _default: {
15578
15711
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15579
15712
  default: any;
15580
15713
  };
15714
+ optionEndIconKey: {
15715
+ type: import("vue").PropType<string>;
15716
+ default: string;
15717
+ };
15718
+ optionEndIconType: {
15719
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15720
+ default: any;
15721
+ };
15581
15722
  valueToCopy: {
15582
15723
  type: import("vue").PropType<string>;
15583
15724
  default: any;
@@ -15599,7 +15740,9 @@ declare const _default: {
15599
15740
  default: any;
15600
15741
  };
15601
15742
  }>> & {
15743
+ onClear?: () => any;
15602
15744
  onApply?: (value: unknown) => any;
15745
+ onSelectAll?: () => any;
15603
15746
  "onUpdate:selected"?: (value: unknown) => any;
15604
15747
  "onUpdate:isOpen"?: (value: unknown) => any;
15605
15748
  onOpened?: () => any;
@@ -15613,6 +15756,8 @@ declare const _default: {
15613
15756
  closed: () => void;
15614
15757
  opened: () => void;
15615
15758
  apply: (value: unknown) => void;
15759
+ selectAll: () => void;
15760
+ clear: () => void;
15616
15761
  }, string, {
15617
15762
  theme: string;
15618
15763
  disabled: boolean;
@@ -15651,6 +15796,8 @@ declare const _default: {
15651
15796
  optionIconKey: string;
15652
15797
  optionImageKey: string;
15653
15798
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15799
+ optionEndIconKey: string;
15800
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
15654
15801
  valueToCopy: string;
15655
15802
  disabledOptionKey: string;
15656
15803
  fullWidth: boolean;
@@ -15839,6 +15986,14 @@ declare const _default: {
15839
15986
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15840
15987
  default: any;
15841
15988
  };
15989
+ optionEndIconKey: {
15990
+ type: import("vue").PropType<string>;
15991
+ default: string;
15992
+ };
15993
+ optionEndIconType: {
15994
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
15995
+ default: any;
15996
+ };
15842
15997
  valueToCopy: {
15843
15998
  type: import("vue").PropType<string>;
15844
15999
  default: any;
@@ -15860,7 +16015,9 @@ declare const _default: {
15860
16015
  default: any;
15861
16016
  };
15862
16017
  }>> & {
16018
+ onClear?: () => any;
15863
16019
  onApply?: (value: unknown) => any;
16020
+ onSelectAll?: () => any;
15864
16021
  "onUpdate:selected"?: (value: unknown) => any;
15865
16022
  "onUpdate:isOpen"?: (value: unknown) => any;
15866
16023
  onOpened?: () => any;
@@ -16035,6 +16192,14 @@ declare const _default: {
16035
16192
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16036
16193
  default: any;
16037
16194
  };
16195
+ optionEndIconKey: {
16196
+ type: import("vue").PropType<string>;
16197
+ default: string;
16198
+ };
16199
+ optionEndIconType: {
16200
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16201
+ default: any;
16202
+ };
16038
16203
  valueToCopy: {
16039
16204
  type: import("vue").PropType<string>;
16040
16205
  default: any;
@@ -16056,7 +16221,9 @@ declare const _default: {
16056
16221
  default: any;
16057
16222
  };
16058
16223
  }>> & {
16224
+ onClear?: () => any;
16059
16225
  onApply?: (value: unknown) => any;
16226
+ onSelectAll?: () => any;
16060
16227
  "onUpdate:selected"?: (value: unknown) => any;
16061
16228
  "onUpdate:isOpen"?: (value: unknown) => any;
16062
16229
  onOpened?: () => any;
@@ -16070,6 +16237,8 @@ declare const _default: {
16070
16237
  closed: () => void;
16071
16238
  opened: () => void;
16072
16239
  apply: (value: unknown) => void;
16240
+ selectAll: () => void;
16241
+ clear: () => void;
16073
16242
  }, string, {
16074
16243
  theme: string;
16075
16244
  disabled: boolean;
@@ -16108,6 +16277,8 @@ declare const _default: {
16108
16277
  optionIconKey: string;
16109
16278
  optionImageKey: string;
16110
16279
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16280
+ optionEndIconKey: string;
16281
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16111
16282
  valueToCopy: string;
16112
16283
  disabledOptionKey: string;
16113
16284
  fullWidth: boolean;
@@ -16221,6 +16392,7 @@ declare const _default: {
16221
16392
  option: any;
16222
16393
  disabled: boolean;
16223
16394
  active: boolean;
16395
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16224
16396
  isIndeterminate: boolean;
16225
16397
  subtitle: string;
16226
16398
  selectAllOption: boolean;
@@ -16228,6 +16400,7 @@ declare const _default: {
16228
16400
  imageKey: string;
16229
16401
  iconKey: string;
16230
16402
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16403
+ endIconKey: string;
16231
16404
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
16232
16405
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
16233
16406
  option: {
@@ -16242,6 +16415,10 @@ declare const _default: {
16242
16415
  type: import("vue").PropType<boolean>;
16243
16416
  default: any;
16244
16417
  };
16418
+ endIconType: {
16419
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16420
+ default: string;
16421
+ };
16245
16422
  isIndeterminate: {
16246
16423
  type: import("vue").PropType<boolean>;
16247
16424
  default: boolean;
@@ -16270,6 +16447,10 @@ declare const _default: {
16270
16447
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16271
16448
  default: string;
16272
16449
  };
16450
+ endIconKey: {
16451
+ type: import("vue").PropType<string>;
16452
+ default: any;
16453
+ };
16273
16454
  toolTipPlacement: {
16274
16455
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
16275
16456
  default: string;
@@ -16277,7 +16458,7 @@ declare const _default: {
16277
16458
  selectedProp: {
16278
16459
  type: import("vue").PropType<boolean>;
16279
16460
  };
16280
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
16461
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
16281
16462
  $attrs: {
16282
16463
  [x: string]: unknown;
16283
16464
  };
@@ -16304,6 +16485,10 @@ declare const _default: {
16304
16485
  type: import("vue").PropType<boolean>;
16305
16486
  default: any;
16306
16487
  };
16488
+ endIconType: {
16489
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16490
+ default: string;
16491
+ };
16307
16492
  isIndeterminate: {
16308
16493
  type: import("vue").PropType<boolean>;
16309
16494
  default: boolean;
@@ -16332,6 +16517,10 @@ declare const _default: {
16332
16517
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16333
16518
  default: string;
16334
16519
  };
16520
+ endIconKey: {
16521
+ type: import("vue").PropType<string>;
16522
+ default: any;
16523
+ };
16335
16524
  toolTipPlacement: {
16336
16525
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
16337
16526
  default: string;
@@ -16343,6 +16532,7 @@ declare const _default: {
16343
16532
  option: any;
16344
16533
  disabled: boolean;
16345
16534
  active: boolean;
16535
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16346
16536
  isIndeterminate: boolean;
16347
16537
  subtitle: string;
16348
16538
  selectAllOption: boolean;
@@ -16350,6 +16540,7 @@ declare const _default: {
16350
16540
  imageKey: string;
16351
16541
  iconKey: string;
16352
16542
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16543
+ endIconKey: string;
16353
16544
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
16354
16545
  }, {}, string> & {
16355
16546
  beforeCreate?: (() => void) | (() => void)[];
@@ -16384,6 +16575,10 @@ declare const _default: {
16384
16575
  type: import("vue").PropType<boolean>;
16385
16576
  default: any;
16386
16577
  };
16578
+ endIconType: {
16579
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16580
+ default: string;
16581
+ };
16387
16582
  isIndeterminate: {
16388
16583
  type: import("vue").PropType<boolean>;
16389
16584
  default: boolean;
@@ -16412,6 +16607,10 @@ declare const _default: {
16412
16607
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16413
16608
  default: string;
16414
16609
  };
16610
+ endIconKey: {
16611
+ type: import("vue").PropType<string>;
16612
+ default: any;
16613
+ };
16415
16614
  toolTipPlacement: {
16416
16615
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
16417
16616
  default: string;
@@ -16436,6 +16635,10 @@ declare const _default: {
16436
16635
  type: import("vue").PropType<boolean>;
16437
16636
  default: any;
16438
16637
  };
16638
+ endIconType: {
16639
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16640
+ default: string;
16641
+ };
16439
16642
  isIndeterminate: {
16440
16643
  type: import("vue").PropType<boolean>;
16441
16644
  default: boolean;
@@ -16464,6 +16667,10 @@ declare const _default: {
16464
16667
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16465
16668
  default: string;
16466
16669
  };
16670
+ endIconKey: {
16671
+ type: import("vue").PropType<string>;
16672
+ default: any;
16673
+ };
16467
16674
  toolTipPlacement: {
16468
16675
  type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
16469
16676
  default: string;
@@ -16475,6 +16682,7 @@ declare const _default: {
16475
16682
  option: any;
16476
16683
  disabled: boolean;
16477
16684
  active: boolean;
16685
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16478
16686
  isIndeterminate: boolean;
16479
16687
  subtitle: string;
16480
16688
  selectAllOption: boolean;
@@ -16482,12 +16690,14 @@ declare const _default: {
16482
16690
  imageKey: string;
16483
16691
  iconKey: string;
16484
16692
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16693
+ endIconKey: string;
16485
16694
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
16486
16695
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
16487
16696
  $slots: {
16488
16697
  image?(_: {}): any;
16489
16698
  "icon-start"?(_: {}): any;
16490
16699
  default?(_: {}): any;
16700
+ "icon-end"?(_: {}): any;
16491
16701
  };
16492
16702
  });
16493
16703
  Label: {