@ironsource/shared-ui 2.1.12-test.76 → 2.1.12-test.78

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.
@@ -1,4 +1,4 @@
1
- import "../../../OptionV4.vue_vue_type_style_index_0_scoped_3dc741c1_lang.css"; import { defineComponent as A, ref as w, watch as F, computed as L, openBlock as o, createBlock as f, unref as n, createSlots as N, withCtx as s, createElementVNode as c, normalizeClass as v, createCommentVNode as i, createElementBlock as l, renderSlot as u, createVNode as a, toDisplayString as r, createTextVNode as g, withModifiers as C, Fragment as j, renderList as R } from "vue";
1
+ import "../../../OptionV4.vue_vue_type_style_index_0_scoped_a8de6151_lang.css"; import { defineComponent as A, ref as w, watch as F, computed as L, openBlock as o, createBlock as f, unref as n, createSlots as N, withCtx as s, createElementVNode as c, normalizeClass as v, createCommentVNode as i, createElementBlock as l, renderSlot as u, createVNode as a, toDisplayString as r, createTextVNode as g, withModifiers as C, Fragment as j, renderList as R } from "vue";
2
2
  import "../../typography/Heading.vue.js";
3
3
  import D from "../../typography/Text.vue.js";
4
4
  import q from "../../checkbox/v4/CheckboxV4.vue.js";
@@ -37,7 +37,7 @@ const U = { class: "multiline-tooltip" }, W = {
37
37
  }, ie = {
38
38
  key: 5,
39
39
  class: "option-warning"
40
- }, le = { key: 6 }, ae = ["onClick"], se = { key: 0 }, Ke = /* @__PURE__ */ A({
40
+ }, le = ["onClick"], ae = { key: 0 }, ve = /* @__PURE__ */ A({
41
41
  __name: "OptionV4",
42
42
  props: {
43
43
  option: { default: null },
@@ -224,9 +224,10 @@ const U = { class: "multiline-tooltip" }, W = {
224
224
  _: 1
225
225
  }, 8, ["text"])
226
226
  ])) : i("", !0),
227
- t.$slots["option-end"] ? (o(), l("div", le, [
228
- u(t.$slots, "option-end", { option: e.option }, void 0, !0)
229
- ])) : i("", !0),
227
+ t.$slots["option-end"] ? u(t.$slots, "option-end", {
228
+ key: 6,
229
+ option: e.option
230
+ }, void 0, !0) : i("", !0),
230
231
  e.treeMainOption ? (o(), l("div", {
231
232
  key: 7,
232
233
  class: "tree-main-arrow-wrapper",
@@ -237,9 +238,9 @@ const U = { class: "multiline-tooltip" }, W = {
237
238
  size: "16px",
238
239
  class: v(`app-trigger--icon ${e.treeMainOptionExpanded && "expanded"}`)
239
240
  }, null, 8, ["class"])
240
- ], 8, ae)) : i("", !0)
241
+ ], 8, le)) : i("", !0)
241
242
  ], 2),
242
- n(x).clearable && n(K) ? (o(), l("div", se, [
243
+ n(x).clearable && n(K) ? (o(), l("div", ae, [
243
244
  c("button", {
244
245
  class: "clear-button",
245
246
  onClick: k[1] || (k[1] = C((y) => n(x).clearSelection(), ["prevent", "stop"]))
@@ -276,5 +277,5 @@ const U = { class: "multiline-tooltip" }, W = {
276
277
  }
277
278
  });
278
279
  export {
279
- Ke as default
280
+ ve as default
280
281
  };
@@ -217,6 +217,14 @@ export declare const dropDownStoryArgs: {
217
217
  category: string;
218
218
  };
219
219
  };
220
+ showClearAll: {
221
+ control: {
222
+ type: string;
223
+ };
224
+ table: {
225
+ category: string;
226
+ };
227
+ };
220
228
  defaultOpen: {
221
229
  control: {
222
230
  type: string;
@@ -1781,6 +1781,7 @@ declare const DropdownTypes: () => (({
1781
1781
  multi: boolean;
1782
1782
  infiniteLoading: boolean;
1783
1783
  showSelectAll: boolean;
1784
+ showClearAll: boolean;
1784
1785
  defaultOpen: boolean;
1785
1786
  keepOpen: boolean;
1786
1787
  autoSize: boolean;
@@ -1910,6 +1911,10 @@ declare const DropdownTypes: () => (({
1910
1911
  type: import("vue").PropType<boolean>;
1911
1912
  default: boolean;
1912
1913
  };
1914
+ showClearAll: {
1915
+ type: import("vue").PropType<boolean>;
1916
+ default: boolean;
1917
+ };
1913
1918
  defaultOpen: {
1914
1919
  type: import("vue").PropType<boolean>;
1915
1920
  default: boolean;
@@ -2099,7 +2104,7 @@ declare const DropdownTypes: () => (({
2099
2104
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2100
2105
  onOpened?: () => any;
2101
2106
  onClosed?: () => any;
2102
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
2107
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
2103
2108
  $attrs: {
2104
2109
  [x: string]: unknown;
2105
2110
  };
@@ -2199,6 +2204,10 @@ declare const DropdownTypes: () => (({
2199
2204
  type: import("vue").PropType<boolean>;
2200
2205
  default: boolean;
2201
2206
  };
2207
+ showClearAll: {
2208
+ type: import("vue").PropType<boolean>;
2209
+ default: boolean;
2210
+ };
2202
2211
  defaultOpen: {
2203
2212
  type: import("vue").PropType<boolean>;
2204
2213
  default: boolean;
@@ -2423,6 +2432,7 @@ declare const DropdownTypes: () => (({
2423
2432
  multi: boolean;
2424
2433
  infiniteLoading: boolean;
2425
2434
  showSelectAll: boolean;
2435
+ showClearAll: boolean;
2426
2436
  defaultOpen: boolean;
2427
2437
  keepOpen: boolean;
2428
2438
  autoSize: boolean;
@@ -2572,6 +2582,10 @@ declare const DropdownTypes: () => (({
2572
2582
  type: import("vue").PropType<boolean>;
2573
2583
  default: boolean;
2574
2584
  };
2585
+ showClearAll: {
2586
+ type: import("vue").PropType<boolean>;
2587
+ default: boolean;
2588
+ };
2575
2589
  defaultOpen: {
2576
2590
  type: import("vue").PropType<boolean>;
2577
2591
  default: boolean;
@@ -2854,6 +2868,10 @@ declare const DropdownTypes: () => (({
2854
2868
  type: import("vue").PropType<boolean>;
2855
2869
  default: boolean;
2856
2870
  };
2871
+ showClearAll: {
2872
+ type: import("vue").PropType<boolean>;
2873
+ default: boolean;
2874
+ };
2857
2875
  defaultOpen: {
2858
2876
  type: import("vue").PropType<boolean>;
2859
2877
  default: boolean;
@@ -3078,6 +3096,7 @@ declare const DropdownTypes: () => (({
3078
3096
  multi: boolean;
3079
3097
  infiniteLoading: boolean;
3080
3098
  showSelectAll: boolean;
3099
+ showClearAll: boolean;
3081
3100
  defaultOpen: boolean;
3082
3101
  keepOpen: boolean;
3083
3102
  autoSize: boolean;
@@ -87,13 +87,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
87
87
  loading: boolean;
88
88
  autoFocus: boolean;
89
89
  hasSubtitle: boolean;
90
+ showClearAll: boolean;
90
91
  defaultOpen: boolean;
91
92
  isOnTop: boolean;
92
93
  onSearch: (option: any, term: string) => boolean;
93
94
  searchPlaceholder: string;
94
95
  titleText: string;
95
96
  alwayesOpen: boolean;
96
- showClearAll: boolean;
97
97
  distanceOffset: number;
98
98
  skiddingOffset: number;
99
99
  }>, {
@@ -94,13 +94,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
94
94
  loading: boolean;
95
95
  autoFocus: boolean;
96
96
  hasSubtitle: boolean;
97
+ showClearAll: boolean;
97
98
  defaultOpen: boolean;
98
99
  isOnTop: boolean;
99
100
  onSearch: (option: any, term: string) => boolean;
100
101
  searchPlaceholder: string;
101
102
  titleText: string;
102
103
  alwayesOpen: boolean;
103
- showClearAll: boolean;
104
104
  distanceOffset: number;
105
105
  skiddingOffset: number;
106
106
  isDraggable: boolean;
@@ -17,13 +17,13 @@ declare const IncludeExcludeTypes: () => (({
17
17
  loading: boolean;
18
18
  autoFocus: boolean;
19
19
  hasSubtitle: boolean;
20
+ showClearAll: boolean;
20
21
  defaultOpen: boolean;
21
22
  isOnTop: boolean;
22
23
  onSearch: (option: any, term: string) => boolean;
23
24
  searchPlaceholder: string;
24
25
  titleText: string;
25
26
  alwayesOpen: boolean;
26
- showClearAll: boolean;
27
27
  distanceOffset: number;
28
28
  skiddingOffset: number;
29
29
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -63,6 +63,10 @@ declare const IncludeExcludeTypes: () => (({
63
63
  type: import("vue").PropType<boolean>;
64
64
  default: boolean;
65
65
  };
66
+ showClearAll: {
67
+ type: import("vue").PropType<boolean>;
68
+ default: boolean;
69
+ };
66
70
  defaultOpen: {
67
71
  type: import("vue").PropType<boolean>;
68
72
  default: boolean;
@@ -90,10 +94,6 @@ declare const IncludeExcludeTypes: () => (({
90
94
  type: import("vue").PropType<boolean>;
91
95
  default: boolean;
92
96
  };
93
- showClearAll: {
94
- type: import("vue").PropType<boolean>;
95
- default: boolean;
96
- };
97
97
  distanceOffset: {
98
98
  type: import("vue").PropType<number>;
99
99
  default: number;
@@ -108,7 +108,7 @@ declare const IncludeExcludeTypes: () => (({
108
108
  };
109
109
  }>> & {
110
110
  "onUpdate:modelValue"?: (value: unknown) => any;
111
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "loading" | "autoFocus" | "hasSubtitle" | "defaultOpen" | "isOnTop" | "onSearch" | "searchPlaceholder" | "titleText" | "alwayesOpen" | "showClearAll" | "distanceOffset" | "skiddingOffset">;
111
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "loading" | "autoFocus" | "hasSubtitle" | "showClearAll" | "defaultOpen" | "isOnTop" | "onSearch" | "searchPlaceholder" | "titleText" | "alwayesOpen" | "distanceOffset" | "skiddingOffset">;
112
112
  $attrs: {
113
113
  [x: string]: unknown;
114
114
  };
@@ -159,6 +159,10 @@ declare const IncludeExcludeTypes: () => (({
159
159
  type: import("vue").PropType<boolean>;
160
160
  default: boolean;
161
161
  };
162
+ showClearAll: {
163
+ type: import("vue").PropType<boolean>;
164
+ default: boolean;
165
+ };
162
166
  defaultOpen: {
163
167
  type: import("vue").PropType<boolean>;
164
168
  default: boolean;
@@ -186,10 +190,6 @@ declare const IncludeExcludeTypes: () => (({
186
190
  type: import("vue").PropType<boolean>;
187
191
  default: boolean;
188
192
  };
189
- showClearAll: {
190
- type: import("vue").PropType<boolean>;
191
- default: boolean;
192
- };
193
193
  distanceOffset: {
194
194
  type: import("vue").PropType<number>;
195
195
  default: number;
@@ -214,13 +214,13 @@ declare const IncludeExcludeTypes: () => (({
214
214
  loading: boolean;
215
215
  autoFocus: boolean;
216
216
  hasSubtitle: boolean;
217
+ showClearAll: boolean;
217
218
  defaultOpen: boolean;
218
219
  isOnTop: boolean;
219
220
  onSearch: (option: any, term: string) => boolean;
220
221
  searchPlaceholder: string;
221
222
  titleText: string;
222
223
  alwayesOpen: boolean;
223
- showClearAll: boolean;
224
224
  distanceOffset: number;
225
225
  skiddingOffset: number;
226
226
  }, {}, string> & {
@@ -280,6 +280,10 @@ declare const IncludeExcludeTypes: () => (({
280
280
  type: import("vue").PropType<boolean>;
281
281
  default: boolean;
282
282
  };
283
+ showClearAll: {
284
+ type: import("vue").PropType<boolean>;
285
+ default: boolean;
286
+ };
283
287
  defaultOpen: {
284
288
  type: import("vue").PropType<boolean>;
285
289
  default: boolean;
@@ -307,10 +311,6 @@ declare const IncludeExcludeTypes: () => (({
307
311
  type: import("vue").PropType<boolean>;
308
312
  default: boolean;
309
313
  };
310
- showClearAll: {
311
- type: import("vue").PropType<boolean>;
312
- default: boolean;
313
- };
314
314
  distanceOffset: {
315
315
  type: import("vue").PropType<number>;
316
316
  default: number;
@@ -366,6 +366,10 @@ declare const IncludeExcludeTypes: () => (({
366
366
  type: import("vue").PropType<boolean>;
367
367
  default: boolean;
368
368
  };
369
+ showClearAll: {
370
+ type: import("vue").PropType<boolean>;
371
+ default: boolean;
372
+ };
369
373
  defaultOpen: {
370
374
  type: import("vue").PropType<boolean>;
371
375
  default: boolean;
@@ -393,10 +397,6 @@ declare const IncludeExcludeTypes: () => (({
393
397
  type: import("vue").PropType<boolean>;
394
398
  default: boolean;
395
399
  };
396
- showClearAll: {
397
- type: import("vue").PropType<boolean>;
398
- default: boolean;
399
- };
400
400
  distanceOffset: {
401
401
  type: import("vue").PropType<number>;
402
402
  default: number;
@@ -421,13 +421,13 @@ declare const IncludeExcludeTypes: () => (({
421
421
  loading: boolean;
422
422
  autoFocus: boolean;
423
423
  hasSubtitle: boolean;
424
+ showClearAll: boolean;
424
425
  defaultOpen: boolean;
425
426
  isOnTop: boolean;
426
427
  onSearch: (option: any, term: string) => boolean;
427
428
  searchPlaceholder: string;
428
429
  titleText: string;
429
430
  alwayesOpen: boolean;
430
- showClearAll: boolean;
431
431
  distanceOffset: number;
432
432
  skiddingOffset: number;
433
433
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -460,13 +460,13 @@ declare const IncludeExcludeTypes: () => (({
460
460
  loading: boolean;
461
461
  autoFocus: boolean;
462
462
  hasSubtitle: boolean;
463
+ showClearAll: boolean;
463
464
  defaultOpen: boolean;
464
465
  isOnTop: boolean;
465
466
  onSearch: (option: any, term: string) => boolean;
466
467
  searchPlaceholder: string;
467
468
  titleText: string;
468
469
  alwayesOpen: boolean;
469
- showClearAll: boolean;
470
470
  distanceOffset: number;
471
471
  skiddingOffset: number;
472
472
  isDraggable: boolean;
@@ -504,6 +504,10 @@ declare const IncludeExcludeTypes: () => (({
504
504
  type: import("vue").PropType<boolean>;
505
505
  default: boolean;
506
506
  };
507
+ showClearAll: {
508
+ type: import("vue").PropType<boolean>;
509
+ default: boolean;
510
+ };
507
511
  defaultOpen: {
508
512
  type: import("vue").PropType<boolean>;
509
513
  default: boolean;
@@ -531,10 +535,6 @@ declare const IncludeExcludeTypes: () => (({
531
535
  type: import("vue").PropType<boolean>;
532
536
  default: boolean;
533
537
  };
534
- showClearAll: {
535
- type: import("vue").PropType<boolean>;
536
- default: boolean;
537
- };
538
538
  distanceOffset: {
539
539
  type: import("vue").PropType<number>;
540
540
  default: number;
@@ -559,7 +559,7 @@ declare const IncludeExcludeTypes: () => (({
559
559
  "onUpdate:modelValue"?: (value: unknown) => any;
560
560
  onChangeDragDrop?: (value: unknown) => any;
561
561
  onClickOutside?: (value: unknown) => any;
562
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "disabled" | "distance" | "loading" | "autoFocus" | "hasSubtitle" | "defaultOpen" | "isOnTop" | "onSearch" | "searchPlaceholder" | "titleText" | "alwayesOpen" | "showClearAll" | "distanceOffset" | "skiddingOffset" | "isDraggable" | "draggableArgs">;
562
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "disabled" | "distance" | "loading" | "autoFocus" | "hasSubtitle" | "showClearAll" | "defaultOpen" | "isOnTop" | "onSearch" | "searchPlaceholder" | "titleText" | "alwayesOpen" | "distanceOffset" | "skiddingOffset" | "isDraggable" | "draggableArgs">;
563
563
  $attrs: {
564
564
  [x: string]: unknown;
565
565
  };
@@ -606,6 +606,10 @@ declare const IncludeExcludeTypes: () => (({
606
606
  type: import("vue").PropType<boolean>;
607
607
  default: boolean;
608
608
  };
609
+ showClearAll: {
610
+ type: import("vue").PropType<boolean>;
611
+ default: boolean;
612
+ };
609
613
  defaultOpen: {
610
614
  type: import("vue").PropType<boolean>;
611
615
  default: boolean;
@@ -633,10 +637,6 @@ declare const IncludeExcludeTypes: () => (({
633
637
  type: import("vue").PropType<boolean>;
634
638
  default: boolean;
635
639
  };
636
- showClearAll: {
637
- type: import("vue").PropType<boolean>;
638
- default: boolean;
639
- };
640
640
  distanceOffset: {
641
641
  type: import("vue").PropType<number>;
642
642
  default: number;
@@ -672,13 +672,13 @@ declare const IncludeExcludeTypes: () => (({
672
672
  loading: boolean;
673
673
  autoFocus: boolean;
674
674
  hasSubtitle: boolean;
675
+ showClearAll: boolean;
675
676
  defaultOpen: boolean;
676
677
  isOnTop: boolean;
677
678
  onSearch: (option: any, term: string) => boolean;
678
679
  searchPlaceholder: string;
679
680
  titleText: string;
680
681
  alwayesOpen: boolean;
681
- showClearAll: boolean;
682
682
  distanceOffset: number;
683
683
  skiddingOffset: number;
684
684
  isDraggable: boolean;
@@ -736,6 +736,10 @@ declare const IncludeExcludeTypes: () => (({
736
736
  type: import("vue").PropType<boolean>;
737
737
  default: boolean;
738
738
  };
739
+ showClearAll: {
740
+ type: import("vue").PropType<boolean>;
741
+ default: boolean;
742
+ };
739
743
  defaultOpen: {
740
744
  type: import("vue").PropType<boolean>;
741
745
  default: boolean;
@@ -763,10 +767,6 @@ declare const IncludeExcludeTypes: () => (({
763
767
  type: import("vue").PropType<boolean>;
764
768
  default: boolean;
765
769
  };
766
- showClearAll: {
767
- type: import("vue").PropType<boolean>;
768
- default: boolean;
769
- };
770
770
  distanceOffset: {
771
771
  type: import("vue").PropType<number>;
772
772
  default: number;
@@ -828,6 +828,10 @@ declare const IncludeExcludeTypes: () => (({
828
828
  type: import("vue").PropType<boolean>;
829
829
  default: boolean;
830
830
  };
831
+ showClearAll: {
832
+ type: import("vue").PropType<boolean>;
833
+ default: boolean;
834
+ };
831
835
  defaultOpen: {
832
836
  type: import("vue").PropType<boolean>;
833
837
  default: boolean;
@@ -855,10 +859,6 @@ declare const IncludeExcludeTypes: () => (({
855
859
  type: import("vue").PropType<boolean>;
856
860
  default: boolean;
857
861
  };
858
- showClearAll: {
859
- type: import("vue").PropType<boolean>;
860
- default: boolean;
861
- };
862
862
  distanceOffset: {
863
863
  type: import("vue").PropType<number>;
864
864
  default: number;
@@ -894,13 +894,13 @@ declare const IncludeExcludeTypes: () => (({
894
894
  loading: boolean;
895
895
  autoFocus: boolean;
896
896
  hasSubtitle: boolean;
897
+ showClearAll: boolean;
897
898
  defaultOpen: boolean;
898
899
  isOnTop: boolean;
899
900
  onSearch: (option: any, term: string) => boolean;
900
901
  searchPlaceholder: string;
901
902
  titleText: string;
902
903
  alwayesOpen: boolean;
903
- showClearAll: boolean;
904
904
  distanceOffset: number;
905
905
  skiddingOffset: number;
906
906
  isDraggable: boolean;
package/index.d.ts CHANGED
@@ -16368,6 +16368,7 @@ declare const _default: {
16368
16368
  multi: boolean;
16369
16369
  infiniteLoading: boolean;
16370
16370
  showSelectAll: boolean;
16371
+ showClearAll: boolean;
16371
16372
  defaultOpen: boolean;
16372
16373
  keepOpen: boolean;
16373
16374
  autoSize: boolean;
@@ -16497,6 +16498,10 @@ declare const _default: {
16497
16498
  type: import("vue").PropType<boolean>;
16498
16499
  default: boolean;
16499
16500
  };
16501
+ showClearAll: {
16502
+ type: import("vue").PropType<boolean>;
16503
+ default: boolean;
16504
+ };
16500
16505
  defaultOpen: {
16501
16506
  type: import("vue").PropType<boolean>;
16502
16507
  default: boolean;
@@ -16686,7 +16691,7 @@ declare const _default: {
16686
16691
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16687
16692
  onOpened?: () => any;
16688
16693
  onClosed?: () => any;
16689
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16694
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
16690
16695
  $attrs: {
16691
16696
  [x: string]: unknown;
16692
16697
  };
@@ -16786,6 +16791,10 @@ declare const _default: {
16786
16791
  type: import("vue").PropType<boolean>;
16787
16792
  default: boolean;
16788
16793
  };
16794
+ showClearAll: {
16795
+ type: import("vue").PropType<boolean>;
16796
+ default: boolean;
16797
+ };
16789
16798
  defaultOpen: {
16790
16799
  type: import("vue").PropType<boolean>;
16791
16800
  default: boolean;
@@ -17010,6 +17019,7 @@ declare const _default: {
17010
17019
  multi: boolean;
17011
17020
  infiniteLoading: boolean;
17012
17021
  showSelectAll: boolean;
17022
+ showClearAll: boolean;
17013
17023
  defaultOpen: boolean;
17014
17024
  keepOpen: boolean;
17015
17025
  autoSize: boolean;
@@ -17159,6 +17169,10 @@ declare const _default: {
17159
17169
  type: import("vue").PropType<boolean>;
17160
17170
  default: boolean;
17161
17171
  };
17172
+ showClearAll: {
17173
+ type: import("vue").PropType<boolean>;
17174
+ default: boolean;
17175
+ };
17162
17176
  defaultOpen: {
17163
17177
  type: import("vue").PropType<boolean>;
17164
17178
  default: boolean;
@@ -17441,6 +17455,10 @@ declare const _default: {
17441
17455
  type: import("vue").PropType<boolean>;
17442
17456
  default: boolean;
17443
17457
  };
17458
+ showClearAll: {
17459
+ type: import("vue").PropType<boolean>;
17460
+ default: boolean;
17461
+ };
17444
17462
  defaultOpen: {
17445
17463
  type: import("vue").PropType<boolean>;
17446
17464
  default: boolean;
@@ -17665,6 +17683,7 @@ declare const _default: {
17665
17683
  multi: boolean;
17666
17684
  infiniteLoading: boolean;
17667
17685
  showSelectAll: boolean;
17686
+ showClearAll: boolean;
17668
17687
  defaultOpen: boolean;
17669
17688
  keepOpen: boolean;
17670
17689
  autoSize: boolean;
@@ -21144,6 +21163,7 @@ declare const _default: {
21144
21163
  multi: boolean;
21145
21164
  infiniteLoading: boolean;
21146
21165
  showSelectAll: boolean;
21166
+ showClearAll: boolean;
21147
21167
  defaultOpen: boolean;
21148
21168
  keepOpen: boolean;
21149
21169
  autoSize: boolean;
@@ -21273,6 +21293,10 @@ declare const _default: {
21273
21293
  type: import("vue").PropType<boolean>;
21274
21294
  default: boolean;
21275
21295
  };
21296
+ showClearAll: {
21297
+ type: import("vue").PropType<boolean>;
21298
+ default: boolean;
21299
+ };
21276
21300
  defaultOpen: {
21277
21301
  type: import("vue").PropType<boolean>;
21278
21302
  default: boolean;
@@ -21462,7 +21486,7 @@ declare const _default: {
21462
21486
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21463
21487
  onOpened?: () => any;
21464
21488
  onClosed?: () => any;
21465
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
21489
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
21466
21490
  $attrs: {
21467
21491
  [x: string]: unknown;
21468
21492
  };
@@ -21562,6 +21586,10 @@ declare const _default: {
21562
21586
  type: import("vue").PropType<boolean>;
21563
21587
  default: boolean;
21564
21588
  };
21589
+ showClearAll: {
21590
+ type: import("vue").PropType<boolean>;
21591
+ default: boolean;
21592
+ };
21565
21593
  defaultOpen: {
21566
21594
  type: import("vue").PropType<boolean>;
21567
21595
  default: boolean;
@@ -21786,6 +21814,7 @@ declare const _default: {
21786
21814
  multi: boolean;
21787
21815
  infiniteLoading: boolean;
21788
21816
  showSelectAll: boolean;
21817
+ showClearAll: boolean;
21789
21818
  defaultOpen: boolean;
21790
21819
  keepOpen: boolean;
21791
21820
  autoSize: boolean;
@@ -21935,6 +21964,10 @@ declare const _default: {
21935
21964
  type: import("vue").PropType<boolean>;
21936
21965
  default: boolean;
21937
21966
  };
21967
+ showClearAll: {
21968
+ type: import("vue").PropType<boolean>;
21969
+ default: boolean;
21970
+ };
21938
21971
  defaultOpen: {
21939
21972
  type: import("vue").PropType<boolean>;
21940
21973
  default: boolean;
@@ -22217,6 +22250,10 @@ declare const _default: {
22217
22250
  type: import("vue").PropType<boolean>;
22218
22251
  default: boolean;
22219
22252
  };
22253
+ showClearAll: {
22254
+ type: import("vue").PropType<boolean>;
22255
+ default: boolean;
22256
+ };
22220
22257
  defaultOpen: {
22221
22258
  type: import("vue").PropType<boolean>;
22222
22259
  default: boolean;
@@ -22441,6 +22478,7 @@ declare const _default: {
22441
22478
  multi: boolean;
22442
22479
  infiniteLoading: boolean;
22443
22480
  showSelectAll: boolean;
22481
+ showClearAll: boolean;
22444
22482
  defaultOpen: boolean;
22445
22483
  keepOpen: boolean;
22446
22484
  autoSize: boolean;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './Text.vue_vue_type_style_index_0_scoped_94bd409b_lang.css';
1
+ import './AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css';
2
2
  import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
3
3
  import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
4
4
  import { MenuItemTypes as ao } from "./components/menuItem/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.12-test.76",
3
+ "version": "2.1.12-test.78",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -1 +0,0 @@
1
- .chart-plane-container[data-v-a4130027]{--headerHeight: var(--699b2c4c);width:100%;height:var(--002a7637);position:relative}.header-wrapper[data-v-a4130027]{position:absolute;width:100%;height:var(--headerHeight);top:0;z-index:1}.chart-plane[data-v-a4130027]{padding-top:var(--headerHeight);height:100%}.chart[data-v-a4130027]{width:100%;height:100%;position:relative}.chart__canvas[data-v-a4130027]{width:100%;height:100%}.chart__tooltip[data-v-a4130027]{position:absolute;pointer-events:none;transition:all .1s ease;min-width:214px;max-width:270px;z-index:1}
@@ -1 +0,0 @@
1
- .v-enter-active[data-v-92ead583],.v-leave-active[data-v-92ead583]{transition:opacity .25s ease}ol[data-v-92ead583],ul[data-v-92ead583],menu[data-v-92ead583]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-92ead583],.dropdown.full-width .button__container[data-v-92ead583]{width:100%}.dropdown-list-wrapper[data-v-92ead583]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-92ead583]{padding:.5rem}.list-container--multi[data-v-92ead583]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-92ead583]{display:flex;gap:4px;padding-bottom:.25rem}.inline-search .inline-search-wrapper .search-container[data-v-92ead583]{width:100%}.inline-search .list-container[data-v-92ead583]{padding-top:0}.no-result-container[data-v-92ead583]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-92ead583]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-92ead583]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-92ead583]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.list--with-conditions[data-v-92ead583]{min-height:0;margin-bottom:0}.image-slot[data-v-92ead583]{margin-right:.5rem}.actions-wrapper[data-v-92ead583]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-92ead583]{margin-left:.5rem}
@@ -1 +0,0 @@
1
- .label[data-v-3dc741c1]{color:#41454d}.item-container[data-v-3dc741c1]{width:100%;display:flex;align-items:center;cursor:pointer;border-radius:var(--border-radius-lg);margin-bottom:.25rem;color:var(--text-primary);padding:6px 8px}.item-container--disabled[data-v-3dc741c1]{cursor:initial;color:var(--text-disabled)}.item-container[data-v-3dc741c1]:hover:not(.item-container--disabled){background-color:var(--action-hover)}.item-container--active[data-v-3dc741c1],.item-container[data-v-3dc741c1]:active{background-color:var(--action-selected)}.item-container:not(.item-container--multi).item-container--selected[data-v-3dc741c1]{background-color:var(--action-selected)}.subtitle[data-v-3dc741c1]{color:#7b838c;line-height:1rem}.clear-button[data-v-3dc741c1]{display:flex;padding:0 4px;color:#7b838c;align-items:center;height:auto;background-image:none;min-width:auto;border:none;background-color:transparent}.clear-button[data-v-3dc741c1]:hover{color:#3083ff}.item[data-v-3dc741c1]{width:100%;display:flex;gap:.5rem;align-items:center}.item--with-icon[data-v-3dc741c1],.item--multi[data-v-3dc741c1]{display:flex;flex-direction:row;align-items:center;justify-content:start}.item .image[data-v-3dc741c1]{width:20px;height:20px;flex:none}.item .image img[data-v-3dc741c1]{width:20px;height:20px;border-radius:4px}.item .flag[data-v-3dc741c1]{width:16px;height:16px}.item .flag img[data-v-3dc741c1]{width:16px;height:16px;border-radius:50%}.item .start-icon[data-v-3dc741c1],.item .end-icon[data-v-3dc741c1]{display:flex;color:var(--action-active)}.item .end-text-icon[data-v-3dc741c1]{display:inline-flex}.item .option-text[data-v-3dc741c1]{line-height:1.1875rem}.text-container[data-v-3dc741c1]{width:100%;text-overflow:ellipsis;overflow:hidden}.v4-tooltip.tooltip-option[data-v-3dc741c1]{display:block}.tooltip-option[data-v-3dc741c1] .container{width:100%}.app-trigger--icon[data-v-3dc741c1]{color:var(--action-active);transform:rotate(-90deg);transition:transform .2s}.app-trigger--icon.expanded[data-v-3dc741c1]{transform:rotate(0)}.option-warning[data-v-3dc741c1]{display:flex}.option-warning__icon[data-v-3dc741c1]{color:var(--warning-main)}.option-content[data-v-3dc741c1]{display:flex}.option-content[data-v-3dc741c1]:not(.option-content-vertical){gap:.5rem;align-items:center}.option-content-horizontal[data-v-3dc741c1]{justify-content:space-between;gap:.5rem}.option-content-vertical[data-v-3dc741c1]{flex-direction:column}.option-text .main-text[data-v-3dc741c1]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.option-text .main-text .conditional-option-label[data-v-3dc741c1]{color:var(--text-secondary);display:inline-flex}.option-text .main-text .conditional-option-value[data-v-3dc741c1]{margin-left:4px;display:inline-flex;color:var(--primary-main)}.option-text .caption-text[data-v-3dc741c1]{color:var(--text-secondary)}.multiline-tooltip[data-v-3dc741c1]{display:flex;flex-direction:column}