@ironsource/shared-ui 2.1.12-rc.22 → 2.1.12-rc.24

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.
@@ -0,0 +1 @@
1
+ .group-button-wrapper[data-v-2076b5ab]{display:flex}.group-button-wrapper[data-v-2076b5ab] button{border-radius:0}.group-button-wrapper .toggle-button[data-v-2076b5ab]:nth-child(1){border-top-left-radius:var(--border-radius-md);border-bottom-left-radius:var(--border-radius-md);border-right:none;background-color:var(--common-inverse-white);width:32px}.group-button-wrapper .toggle-button[data-v-2076b5ab]:nth-child(2){border-right:none;border-left:none;width:32px}.group-button-wrapper .toggle-button[data-v-2076b5ab]:last-child{border-top-right-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-right:1px solid var(--default-outlined-border)}.group-button-wrapper .toggle-button[data-v-2076b5ab]:nth-child(3){padding:0}.group-button-wrapper .popover-trigger[data-v-2076b5ab]{padding:5px 3px}.group-button-wrapper .trigger-active[data-v-2076b5ab]{background:var(--default-light)}.group-button-wrapper .primary[data-v-2076b5ab]{border-color:var(--default-outlined-border);color:var(--action-active)}.group-button-wrapper .toggle-button[data-v-2076b5ab]:nth-child(3):hover,.group-button-wrapper .toggle-button[data-v-2076b5ab]:nth-child(1):not(.selected-a):hover,.group-button-wrapper .toggle-button[data-v-2076b5ab]:nth-child(2):not(.selected-b):hover{background-color:var(--action-hover)}.group-button-wrapper .toggle-button.selected-a[data-v-2076b5ab],.group-button-wrapper .toggle-button.selected-a[data-v-2076b5ab]:hover{background-color:var(--aba);color:var(--common-inverse-white)}.group-button-wrapper .toggle-button.selected-b[data-v-2076b5ab],.group-button-wrapper .toggle-button.selected-b[data-v-2076b5ab]:hover{background-color:var(--abb);color:var(--common-inverse-white)}
@@ -1,7 +1,7 @@
1
1
  import o from "./ToggleButtonGroupAB.vue2.js";
2
- /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-c81a7d3e"]]);
2
+ /* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css"; //*');
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2076b5ab"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,12 +1,12 @@
1
- import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css"; import { defineComponent as A, ref as s, onMounted as C, computed as y, openBlock as f, createElementBlock as N, createVNode as a, mergeProps as p, unref as e, withCtx as r, createTextVNode as B, createBlock as w, createElementVNode as O, renderSlot as R, createCommentVNode as x } from "vue";
2
- import i from "./ButtonV4.vue.js";
3
- import { useVModel as E } from "@vueuse/core";
4
- import G from "../../icon/v4/IconV4.vue.js";
1
+ import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css"; import { defineComponent as b, ref as u, computed as A, openBlock as f, createElementBlock as C, createVNode as n, mergeProps as s, unref as e, withCtx as t, createTextVNode as B, createBlock as y, createElementVNode as N, renderSlot as w, createCommentVNode as O } from "vue";
2
+ import c from "./ButtonV4.vue.js";
3
+ import { useVModel as R } from "@vueuse/core";
4
+ import x from "../../icon/v4/IconV4.vue.js";
5
5
  import "../../icon/v4/IconFlag.vue.js";
6
- import M from "../../popover/v4/PopoverV4.vue.js";
7
- import { useTestIdAttrs as $ } from "../../../utils/testIds.js";
8
- import { ToggleButtonGroupABTestIdModifiers as u } from "../../../testids/index.js";
9
- const h = { class: "group-button-wrapper" }, U = { class: "popover-trigger" }, K = /* @__PURE__ */ A({
6
+ import E from "../../popover/v4/PopoverV4.vue.js";
7
+ import { useTestIdAttrs as G } from "../../../utils/testIds.js";
8
+ import { ToggleButtonGroupABTestIdModifiers as p } from "../../../testids/index.js";
9
+ const $ = { class: "group-button-wrapper" }, h = { class: "popover-trigger" }, H = /* @__PURE__ */ b({
10
10
  __name: "ToggleButtonGroupAB",
11
11
  props: {
12
12
  modelValue: null,
@@ -16,49 +16,45 @@ const h = { class: "group-button-wrapper" }, U = { class: "popover-trigger" }, K
16
16
  },
17
17
  emits: ["update:modelValue"],
18
18
  setup(d, { expose: T, emit: P }) {
19
- const t = d, m = s(null), v = s(!1), _ = (o) => {
19
+ const r = d, m = u(null), v = u(!1), _ = (o) => {
20
20
  v.value = o;
21
- }, c = $(
22
- t.testId,
23
- u,
21
+ }, a = G(
22
+ r.testId,
23
+ p,
24
24
  !0
25
- ), V = s(
26
- t.popoverProps ? { ...t.popoverProps } : {}
27
- ), l = s(), k = E(t, "modelValue", P);
28
- C(() => {
29
- l.value = t.modelValue;
30
- });
31
- const g = (o) => {
32
- l.value = o, k.value = o;
33
- }, I = y(() => m.value?.toggle);
25
+ ), V = u(
26
+ r.popoverProps ? { ...r.popoverProps } : {}
27
+ ), i = R(r, "modelValue", P), g = (o) => {
28
+ i.value = o;
29
+ }, k = A(() => m.value?.toggle);
34
30
  return T({
35
- toggle: I
36
- }), (o, n) => (f(), N("div", h, [
37
- a(i, p({
38
- class: ["toggle-button", { "selected-a": l.value === "a" }],
31
+ toggle: k
32
+ }), (o, l) => (f(), C("div", $, [
33
+ n(c, s({
34
+ class: ["toggle-button", { "selected-a": e(i) === "a" }],
39
35
  color: "primary",
40
36
  variant: "outlined"
41
- }, e(c)[e(u).BUTTON_A], {
42
- onClick: n[0] || (n[0] = (b) => g("a"))
37
+ }, e(a)[e(p).BUTTON_A], {
38
+ onClick: l[0] || (l[0] = (I) => g("a"))
43
39
  }), {
44
- default: r(() => [
40
+ default: t(() => [
45
41
  B(" A ")
46
42
  ]),
47
43
  _: 1
48
44
  }, 16, ["class"]),
49
- a(i, p({
50
- class: ["toggle-button", { "selected-b": l.value === "b" }],
45
+ n(c, s({
46
+ class: ["toggle-button", { "selected-b": e(i) === "b" }],
51
47
  color: "primary",
52
48
  variant: "outlined"
53
- }, e(c)[e(u).BUTTON_B], {
54
- onClick: n[1] || (n[1] = (b) => g("b"))
49
+ }, e(a)[e(p).BUTTON_B], {
50
+ onClick: l[1] || (l[1] = (I) => g("b"))
55
51
  }), {
56
- default: r(() => [
52
+ default: t(() => [
57
53
  B(" B ")
58
54
  ]),
59
55
  _: 1
60
56
  }, 16, ["class"]),
61
- d.withPopover ? (f(), w(i, p({
57
+ d.withPopover ? (f(), y(c, s({
62
58
  key: 0,
63
59
  class: [
64
60
  "toggle-button",
@@ -68,33 +64,33 @@ const h = { class: "group-button-wrapper" }, U = { class: "popover-trigger" }, K
68
64
  ],
69
65
  color: "primary",
70
66
  variant: "outlined"
71
- }, e(c)[e(u).POPOVER_TRIGGER]), {
72
- default: r(() => [
73
- a(e(M), p({
67
+ }, e(a)[e(p).POPOVER_TRIGGER]), {
68
+ default: t(() => [
69
+ n(e(E), s({
74
70
  ref_key: "popoverRef",
75
71
  ref: m
76
72
  }, {
77
73
  ...V.value
78
74
  }, { onIsOpen: _ }), {
79
- trigger: r(() => [
80
- O("div", U, [
81
- a(e(G), {
75
+ trigger: t(() => [
76
+ N("div", h, [
77
+ n(e(x), {
82
78
  name: "caret-down",
83
79
  size: "16px"
84
80
  })
85
81
  ])
86
82
  ]),
87
- content: r(() => [
88
- R(o.$slots, "popover-content", {}, void 0, !0)
83
+ content: t(() => [
84
+ w(o.$slots, "popover-content", {}, void 0, !0)
89
85
  ]),
90
86
  _: 3
91
87
  }, 16)
92
88
  ]),
93
89
  _: 3
94
- }, 16, ["class"])) : x("", !0)
90
+ }, 16, ["class"])) : O("", !0)
95
91
  ]));
96
92
  }
97
93
  });
98
94
  export {
99
- K as default
95
+ H as default
100
96
  };
@@ -185,8 +185,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
185
185
  error: string;
186
186
  skidding: number;
187
187
  modelValue: any;
188
- selected: any;
189
188
  valueToCopy: string;
189
+ selected: any;
190
190
  placeholder: string;
191
191
  autoFocus: boolean;
192
192
  multi: boolean;
@@ -21,8 +21,8 @@ declare const DropdownTypes: () => (({
21
21
  error: string;
22
22
  skidding: number;
23
23
  modelValue: any;
24
- selected: any;
25
24
  valueToCopy: string;
25
+ selected: any;
26
26
  placeholder: string;
27
27
  autoFocus: boolean;
28
28
  multi: boolean;
@@ -104,14 +104,14 @@ declare const DropdownTypes: () => (({
104
104
  type: import("vue").PropType<unknown>;
105
105
  default: any;
106
106
  };
107
- selected: {
108
- type: import("vue").PropType<unknown>;
109
- default: any;
110
- };
111
107
  valueToCopy: {
112
108
  type: import("vue").PropType<string>;
113
109
  default: string;
114
110
  };
111
+ selected: {
112
+ type: import("vue").PropType<unknown>;
113
+ default: any;
114
+ };
115
115
  options: {
116
116
  type: import("vue").PropType<any[]>;
117
117
  required: true;
@@ -203,7 +203,7 @@ declare const DropdownTypes: () => (({
203
203
  "onUpdate:isOpen"?: (value: unknown) => any;
204
204
  onOpened?: () => any;
205
205
  onClosed?: () => any;
206
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "error" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "autoFocus" | "multi" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "inlineSearch" | "onSearch" | "noResultsText" | "searchPlaceholder" | "helperText" | "showButtonOnOpen" | "clearable" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme">;
206
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "error" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "autoFocus" | "multi" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "inlineSearch" | "onSearch" | "noResultsText" | "searchPlaceholder" | "helperText" | "showButtonOnOpen" | "clearable" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme">;
207
207
  $attrs: {
208
208
  [x: string]: unknown;
209
209
  };
@@ -280,14 +280,14 @@ declare const DropdownTypes: () => (({
280
280
  type: import("vue").PropType<unknown>;
281
281
  default: any;
282
282
  };
283
- selected: {
284
- type: import("vue").PropType<unknown>;
285
- default: any;
286
- };
287
283
  valueToCopy: {
288
284
  type: import("vue").PropType<string>;
289
285
  default: string;
290
286
  };
287
+ selected: {
288
+ type: import("vue").PropType<unknown>;
289
+ default: any;
290
+ };
291
291
  options: {
292
292
  type: import("vue").PropType<any[]>;
293
293
  required: true;
@@ -405,8 +405,8 @@ declare const DropdownTypes: () => (({
405
405
  error: string;
406
406
  skidding: number;
407
407
  modelValue: any;
408
- selected: any;
409
408
  valueToCopy: string;
409
+ selected: any;
410
410
  placeholder: string;
411
411
  autoFocus: boolean;
412
412
  multi: boolean;
@@ -508,14 +508,14 @@ declare const DropdownTypes: () => (({
508
508
  type: import("vue").PropType<unknown>;
509
509
  default: any;
510
510
  };
511
- selected: {
512
- type: import("vue").PropType<unknown>;
513
- default: any;
514
- };
515
511
  valueToCopy: {
516
512
  type: import("vue").PropType<string>;
517
513
  default: string;
518
514
  };
515
+ selected: {
516
+ type: import("vue").PropType<unknown>;
517
+ default: any;
518
+ };
519
519
  options: {
520
520
  type: import("vue").PropType<any[]>;
521
521
  required: true;
@@ -677,14 +677,14 @@ declare const DropdownTypes: () => (({
677
677
  type: import("vue").PropType<unknown>;
678
678
  default: any;
679
679
  };
680
- selected: {
681
- type: import("vue").PropType<unknown>;
682
- default: any;
683
- };
684
680
  valueToCopy: {
685
681
  type: import("vue").PropType<string>;
686
682
  default: string;
687
683
  };
684
+ selected: {
685
+ type: import("vue").PropType<unknown>;
686
+ default: any;
687
+ };
688
688
  options: {
689
689
  type: import("vue").PropType<any[]>;
690
690
  required: true;
@@ -802,8 +802,8 @@ declare const DropdownTypes: () => (({
802
802
  error: string;
803
803
  skidding: number;
804
804
  modelValue: any;
805
- selected: any;
806
805
  valueToCopy: string;
806
+ selected: any;
807
807
  placeholder: string;
808
808
  autoFocus: boolean;
809
809
  multi: boolean;
@@ -297,8 +297,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
297
297
  mandatory: boolean;
298
298
  skidding: number;
299
299
  modelValue: any;
300
- selected: any;
301
300
  valueToCopy: string;
301
+ selected: any;
302
302
  placeholder: string;
303
303
  multi: boolean;
304
304
  infiniteLoading: boolean;
@@ -84,8 +84,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
84
84
  testId: string;
85
85
  disabled: boolean;
86
86
  size: "small" | "medium" | "large";
87
- selected: unknown[];
88
87
  valueToCopy: string;
88
+ selected: unknown[];
89
89
  placeholder: string;
90
90
  inlineSearchPlaceholder: string;
91
91
  optionNameKey: string;
@@ -1766,8 +1766,8 @@ declare const DropdownTypes: () => (({
1766
1766
  mandatory: boolean;
1767
1767
  skidding: number;
1768
1768
  modelValue: any;
1769
- selected: any;
1770
1769
  valueToCopy: string;
1770
+ selected: any;
1771
1771
  placeholder: string;
1772
1772
  multi: boolean;
1773
1773
  infiniteLoading: boolean;
@@ -1869,14 +1869,14 @@ declare const DropdownTypes: () => (({
1869
1869
  type: import("vue").PropType<unknown>;
1870
1870
  default: any;
1871
1871
  };
1872
- selected: {
1873
- type: import("vue").PropType<unknown>;
1874
- default: any;
1875
- };
1876
1872
  valueToCopy: {
1877
1873
  type: import("vue").PropType<string>;
1878
1874
  default: any;
1879
1875
  };
1876
+ selected: {
1877
+ type: import("vue").PropType<unknown>;
1878
+ default: any;
1879
+ };
1880
1880
  options: {
1881
1881
  type: import("vue").PropType<unknown[]>;
1882
1882
  required: true;
@@ -2085,7 +2085,7 @@ declare const DropdownTypes: () => (({
2085
2085
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2086
2086
  onOpened?: () => any;
2087
2087
  onClosed?: () => any;
2088
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "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">;
2088
+ } & 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" | "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">;
2089
2089
  $attrs: {
2090
2090
  [x: string]: unknown;
2091
2091
  };
@@ -2154,14 +2154,14 @@ declare const DropdownTypes: () => (({
2154
2154
  type: import("vue").PropType<unknown>;
2155
2155
  default: any;
2156
2156
  };
2157
- selected: {
2158
- type: import("vue").PropType<unknown>;
2159
- default: any;
2160
- };
2161
2157
  valueToCopy: {
2162
2158
  type: import("vue").PropType<string>;
2163
2159
  default: any;
2164
2160
  };
2161
+ selected: {
2162
+ type: import("vue").PropType<unknown>;
2163
+ default: any;
2164
+ };
2165
2165
  options: {
2166
2166
  type: import("vue").PropType<unknown[]>;
2167
2167
  required: true;
@@ -2399,8 +2399,8 @@ declare const DropdownTypes: () => (({
2399
2399
  mandatory: boolean;
2400
2400
  skidding: number;
2401
2401
  modelValue: any;
2402
- selected: any;
2403
2402
  valueToCopy: string;
2403
+ selected: any;
2404
2404
  placeholder: string;
2405
2405
  multi: boolean;
2406
2406
  infiniteLoading: boolean;
@@ -2522,14 +2522,14 @@ declare const DropdownTypes: () => (({
2522
2522
  type: import("vue").PropType<unknown>;
2523
2523
  default: any;
2524
2524
  };
2525
- selected: {
2526
- type: import("vue").PropType<unknown>;
2527
- default: any;
2528
- };
2529
2525
  valueToCopy: {
2530
2526
  type: import("vue").PropType<string>;
2531
2527
  default: any;
2532
2528
  };
2529
+ selected: {
2530
+ type: import("vue").PropType<unknown>;
2531
+ default: any;
2532
+ };
2533
2533
  options: {
2534
2534
  type: import("vue").PropType<unknown[]>;
2535
2535
  required: true;
@@ -2800,14 +2800,14 @@ declare const DropdownTypes: () => (({
2800
2800
  type: import("vue").PropType<unknown>;
2801
2801
  default: any;
2802
2802
  };
2803
- selected: {
2804
- type: import("vue").PropType<unknown>;
2805
- default: any;
2806
- };
2807
2803
  valueToCopy: {
2808
2804
  type: import("vue").PropType<string>;
2809
2805
  default: any;
2810
2806
  };
2807
+ selected: {
2808
+ type: import("vue").PropType<unknown>;
2809
+ default: any;
2810
+ };
2811
2811
  options: {
2812
2812
  type: import("vue").PropType<unknown[]>;
2813
2813
  required: true;
@@ -3045,8 +3045,8 @@ declare const DropdownTypes: () => (({
3045
3045
  mandatory: boolean;
3046
3046
  skidding: number;
3047
3047
  modelValue: any;
3048
- selected: any;
3049
3048
  valueToCopy: string;
3049
+ selected: any;
3050
3050
  placeholder: string;
3051
3051
  multi: boolean;
3052
3052
  infiniteLoading: boolean;
@@ -3238,8 +3238,8 @@ declare const DropdownTypes: () => (({
3238
3238
  testId: string;
3239
3239
  disabled: boolean;
3240
3240
  size: "small" | "medium" | "large";
3241
- selected: unknown[];
3242
3241
  valueToCopy: string;
3242
+ selected: unknown[];
3243
3243
  placeholder: string;
3244
3244
  inlineSearchPlaceholder: string;
3245
3245
  optionNameKey: string;
@@ -3266,14 +3266,14 @@ declare const DropdownTypes: () => (({
3266
3266
  isOpen: {
3267
3267
  type: import("vue").PropType<boolean>;
3268
3268
  };
3269
- selected: {
3270
- type: import("vue").PropType<unknown[]>;
3271
- default: any;
3272
- };
3273
3269
  valueToCopy: {
3274
3270
  type: import("vue").PropType<string>;
3275
3271
  default: any;
3276
3272
  };
3273
+ selected: {
3274
+ type: import("vue").PropType<unknown[]>;
3275
+ default: any;
3276
+ };
3277
3277
  options: {
3278
3278
  type: import("vue").PropType<unknown[]>;
3279
3279
  required: true;
@@ -3337,7 +3337,7 @@ declare const DropdownTypes: () => (({
3337
3337
  }>> & {
3338
3338
  "onUpdate:selected"?: (value: unknown) => any;
3339
3339
  "onUpdate:isOpen"?: (value: unknown) => any;
3340
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3340
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3341
3341
  $attrs: {
3342
3342
  [x: string]: unknown;
3343
3343
  };
@@ -3367,14 +3367,14 @@ declare const DropdownTypes: () => (({
3367
3367
  isOpen: {
3368
3368
  type: import("vue").PropType<boolean>;
3369
3369
  };
3370
- selected: {
3371
- type: import("vue").PropType<unknown[]>;
3372
- default: any;
3373
- };
3374
3370
  valueToCopy: {
3375
3371
  type: import("vue").PropType<string>;
3376
3372
  default: any;
3377
3373
  };
3374
+ selected: {
3375
+ type: import("vue").PropType<unknown[]>;
3376
+ default: any;
3377
+ };
3378
3378
  options: {
3379
3379
  type: import("vue").PropType<unknown[]>;
3380
3380
  required: true;
@@ -3445,8 +3445,8 @@ declare const DropdownTypes: () => (({
3445
3445
  testId: string;
3446
3446
  disabled: boolean;
3447
3447
  size: "small" | "medium" | "large";
3448
- selected: unknown[];
3449
3448
  valueToCopy: string;
3449
+ selected: unknown[];
3450
3450
  placeholder: string;
3451
3451
  inlineSearchPlaceholder: string;
3452
3452
  optionNameKey: string;
@@ -3493,14 +3493,14 @@ declare const DropdownTypes: () => (({
3493
3493
  isOpen: {
3494
3494
  type: import("vue").PropType<boolean>;
3495
3495
  };
3496
- selected: {
3497
- type: import("vue").PropType<unknown[]>;
3498
- default: any;
3499
- };
3500
3496
  valueToCopy: {
3501
3497
  type: import("vue").PropType<string>;
3502
3498
  default: any;
3503
3499
  };
3500
+ selected: {
3501
+ type: import("vue").PropType<unknown[]>;
3502
+ default: any;
3503
+ };
3504
3504
  options: {
3505
3505
  type: import("vue").PropType<unknown[]>;
3506
3506
  required: true;
@@ -3584,14 +3584,14 @@ declare const DropdownTypes: () => (({
3584
3584
  isOpen: {
3585
3585
  type: import("vue").PropType<boolean>;
3586
3586
  };
3587
- selected: {
3588
- type: import("vue").PropType<unknown[]>;
3589
- default: any;
3590
- };
3591
3587
  valueToCopy: {
3592
3588
  type: import("vue").PropType<string>;
3593
3589
  default: any;
3594
3590
  };
3591
+ selected: {
3592
+ type: import("vue").PropType<unknown[]>;
3593
+ default: any;
3594
+ };
3595
3595
  options: {
3596
3596
  type: import("vue").PropType<unknown[]>;
3597
3597
  required: true;
@@ -3662,8 +3662,8 @@ declare const DropdownTypes: () => (({
3662
3662
  testId: string;
3663
3663
  disabled: boolean;
3664
3664
  size: "small" | "medium" | "large";
3665
- selected: unknown[];
3666
3665
  valueToCopy: string;
3666
+ selected: unknown[];
3667
3667
  placeholder: string;
3668
3668
  inlineSearchPlaceholder: string;
3669
3669
  optionNameKey: string;
package/index.d.ts CHANGED
@@ -16362,8 +16362,8 @@ declare const _default: {
16362
16362
  mandatory: boolean;
16363
16363
  skidding: number;
16364
16364
  modelValue: any;
16365
- selected: any;
16366
16365
  valueToCopy: string;
16366
+ selected: any;
16367
16367
  placeholder: string;
16368
16368
  multi: boolean;
16369
16369
  infiniteLoading: boolean;
@@ -16465,14 +16465,14 @@ declare const _default: {
16465
16465
  type: import("vue").PropType<unknown>;
16466
16466
  default: any;
16467
16467
  };
16468
- selected: {
16469
- type: import("vue").PropType<unknown>;
16470
- default: any;
16471
- };
16472
16468
  valueToCopy: {
16473
16469
  type: import("vue").PropType<string>;
16474
16470
  default: any;
16475
16471
  };
16472
+ selected: {
16473
+ type: import("vue").PropType<unknown>;
16474
+ default: any;
16475
+ };
16476
16476
  options: {
16477
16477
  type: import("vue").PropType<unknown[]>;
16478
16478
  required: true;
@@ -16681,7 +16681,7 @@ declare const _default: {
16681
16681
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
16682
16682
  onOpened?: () => any;
16683
16683
  onClosed?: () => any;
16684
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "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">;
16684
+ } & 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" | "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">;
16685
16685
  $attrs: {
16686
16686
  [x: string]: unknown;
16687
16687
  };
@@ -16750,14 +16750,14 @@ declare const _default: {
16750
16750
  type: import("vue").PropType<unknown>;
16751
16751
  default: any;
16752
16752
  };
16753
- selected: {
16754
- type: import("vue").PropType<unknown>;
16755
- default: any;
16756
- };
16757
16753
  valueToCopy: {
16758
16754
  type: import("vue").PropType<string>;
16759
16755
  default: any;
16760
16756
  };
16757
+ selected: {
16758
+ type: import("vue").PropType<unknown>;
16759
+ default: any;
16760
+ };
16761
16761
  options: {
16762
16762
  type: import("vue").PropType<unknown[]>;
16763
16763
  required: true;
@@ -16995,8 +16995,8 @@ declare const _default: {
16995
16995
  mandatory: boolean;
16996
16996
  skidding: number;
16997
16997
  modelValue: any;
16998
- selected: any;
16999
16998
  valueToCopy: string;
16999
+ selected: any;
17000
17000
  placeholder: string;
17001
17001
  multi: boolean;
17002
17002
  infiniteLoading: boolean;
@@ -17118,14 +17118,14 @@ declare const _default: {
17118
17118
  type: import("vue").PropType<unknown>;
17119
17119
  default: any;
17120
17120
  };
17121
- selected: {
17122
- type: import("vue").PropType<unknown>;
17123
- default: any;
17124
- };
17125
17121
  valueToCopy: {
17126
17122
  type: import("vue").PropType<string>;
17127
17123
  default: any;
17128
17124
  };
17125
+ selected: {
17126
+ type: import("vue").PropType<unknown>;
17127
+ default: any;
17128
+ };
17129
17129
  options: {
17130
17130
  type: import("vue").PropType<unknown[]>;
17131
17131
  required: true;
@@ -17396,14 +17396,14 @@ declare const _default: {
17396
17396
  type: import("vue").PropType<unknown>;
17397
17397
  default: any;
17398
17398
  };
17399
- selected: {
17400
- type: import("vue").PropType<unknown>;
17401
- default: any;
17402
- };
17403
17399
  valueToCopy: {
17404
17400
  type: import("vue").PropType<string>;
17405
17401
  default: any;
17406
17402
  };
17403
+ selected: {
17404
+ type: import("vue").PropType<unknown>;
17405
+ default: any;
17406
+ };
17407
17407
  options: {
17408
17408
  type: import("vue").PropType<unknown[]>;
17409
17409
  required: true;
@@ -17641,8 +17641,8 @@ declare const _default: {
17641
17641
  mandatory: boolean;
17642
17642
  skidding: number;
17643
17643
  modelValue: any;
17644
- selected: any;
17645
17644
  valueToCopy: string;
17645
+ selected: any;
17646
17646
  placeholder: string;
17647
17647
  multi: boolean;
17648
17648
  infiniteLoading: boolean;
@@ -21101,8 +21101,8 @@ declare const _default: {
21101
21101
  mandatory: boolean;
21102
21102
  skidding: number;
21103
21103
  modelValue: any;
21104
- selected: any;
21105
21104
  valueToCopy: string;
21105
+ selected: any;
21106
21106
  placeholder: string;
21107
21107
  multi: boolean;
21108
21108
  infiniteLoading: boolean;
@@ -21204,14 +21204,14 @@ declare const _default: {
21204
21204
  type: import("vue").PropType<unknown>;
21205
21205
  default: any;
21206
21206
  };
21207
- selected: {
21208
- type: import("vue").PropType<unknown>;
21209
- default: any;
21210
- };
21211
21207
  valueToCopy: {
21212
21208
  type: import("vue").PropType<string>;
21213
21209
  default: any;
21214
21210
  };
21211
+ selected: {
21212
+ type: import("vue").PropType<unknown>;
21213
+ default: any;
21214
+ };
21215
21215
  options: {
21216
21216
  type: import("vue").PropType<unknown[]>;
21217
21217
  required: true;
@@ -21420,7 +21420,7 @@ declare const _default: {
21420
21420
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
21421
21421
  onOpened?: () => any;
21422
21422
  onClosed?: () => any;
21423
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "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">;
21423
+ } & 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" | "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">;
21424
21424
  $attrs: {
21425
21425
  [x: string]: unknown;
21426
21426
  };
@@ -21489,14 +21489,14 @@ declare const _default: {
21489
21489
  type: import("vue").PropType<unknown>;
21490
21490
  default: any;
21491
21491
  };
21492
- selected: {
21493
- type: import("vue").PropType<unknown>;
21494
- default: any;
21495
- };
21496
21492
  valueToCopy: {
21497
21493
  type: import("vue").PropType<string>;
21498
21494
  default: any;
21499
21495
  };
21496
+ selected: {
21497
+ type: import("vue").PropType<unknown>;
21498
+ default: any;
21499
+ };
21500
21500
  options: {
21501
21501
  type: import("vue").PropType<unknown[]>;
21502
21502
  required: true;
@@ -21734,8 +21734,8 @@ declare const _default: {
21734
21734
  mandatory: boolean;
21735
21735
  skidding: number;
21736
21736
  modelValue: any;
21737
- selected: any;
21738
21737
  valueToCopy: string;
21738
+ selected: any;
21739
21739
  placeholder: string;
21740
21740
  multi: boolean;
21741
21741
  infiniteLoading: boolean;
@@ -21857,14 +21857,14 @@ declare const _default: {
21857
21857
  type: import("vue").PropType<unknown>;
21858
21858
  default: any;
21859
21859
  };
21860
- selected: {
21861
- type: import("vue").PropType<unknown>;
21862
- default: any;
21863
- };
21864
21860
  valueToCopy: {
21865
21861
  type: import("vue").PropType<string>;
21866
21862
  default: any;
21867
21863
  };
21864
+ selected: {
21865
+ type: import("vue").PropType<unknown>;
21866
+ default: any;
21867
+ };
21868
21868
  options: {
21869
21869
  type: import("vue").PropType<unknown[]>;
21870
21870
  required: true;
@@ -22135,14 +22135,14 @@ declare const _default: {
22135
22135
  type: import("vue").PropType<unknown>;
22136
22136
  default: any;
22137
22137
  };
22138
- selected: {
22139
- type: import("vue").PropType<unknown>;
22140
- default: any;
22141
- };
22142
22138
  valueToCopy: {
22143
22139
  type: import("vue").PropType<string>;
22144
22140
  default: any;
22145
22141
  };
22142
+ selected: {
22143
+ type: import("vue").PropType<unknown>;
22144
+ default: any;
22145
+ };
22146
22146
  options: {
22147
22147
  type: import("vue").PropType<unknown[]>;
22148
22148
  required: true;
@@ -22380,8 +22380,8 @@ declare const _default: {
22380
22380
  mandatory: boolean;
22381
22381
  skidding: number;
22382
22382
  modelValue: any;
22383
- selected: any;
22384
22383
  valueToCopy: string;
22384
+ selected: any;
22385
22385
  placeholder: string;
22386
22386
  multi: boolean;
22387
22387
  infiniteLoading: boolean;
@@ -22573,8 +22573,8 @@ declare const _default: {
22573
22573
  testId: string;
22574
22574
  disabled: boolean;
22575
22575
  size: "small" | "medium" | "large";
22576
- selected: unknown[];
22577
22576
  valueToCopy: string;
22577
+ selected: unknown[];
22578
22578
  placeholder: string;
22579
22579
  inlineSearchPlaceholder: string;
22580
22580
  optionNameKey: string;
@@ -22601,14 +22601,14 @@ declare const _default: {
22601
22601
  isOpen: {
22602
22602
  type: import("vue").PropType<boolean>;
22603
22603
  };
22604
- selected: {
22605
- type: import("vue").PropType<unknown[]>;
22606
- default: any;
22607
- };
22608
22604
  valueToCopy: {
22609
22605
  type: import("vue").PropType<string>;
22610
22606
  default: any;
22611
22607
  };
22608
+ selected: {
22609
+ type: import("vue").PropType<unknown[]>;
22610
+ default: any;
22611
+ };
22612
22612
  options: {
22613
22613
  type: import("vue").PropType<unknown[]>;
22614
22614
  required: true;
@@ -22672,7 +22672,7 @@ declare const _default: {
22672
22672
  }>> & {
22673
22673
  "onUpdate:selected"?: (value: unknown) => any;
22674
22674
  "onUpdate:isOpen"?: (value: unknown) => any;
22675
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
22675
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
22676
22676
  $attrs: {
22677
22677
  [x: string]: unknown;
22678
22678
  };
@@ -22702,14 +22702,14 @@ declare const _default: {
22702
22702
  isOpen: {
22703
22703
  type: import("vue").PropType<boolean>;
22704
22704
  };
22705
- selected: {
22706
- type: import("vue").PropType<unknown[]>;
22707
- default: any;
22708
- };
22709
22705
  valueToCopy: {
22710
22706
  type: import("vue").PropType<string>;
22711
22707
  default: any;
22712
22708
  };
22709
+ selected: {
22710
+ type: import("vue").PropType<unknown[]>;
22711
+ default: any;
22712
+ };
22713
22713
  options: {
22714
22714
  type: import("vue").PropType<unknown[]>;
22715
22715
  required: true;
@@ -22780,8 +22780,8 @@ declare const _default: {
22780
22780
  testId: string;
22781
22781
  disabled: boolean;
22782
22782
  size: "small" | "medium" | "large";
22783
- selected: unknown[];
22784
22783
  valueToCopy: string;
22784
+ selected: unknown[];
22785
22785
  placeholder: string;
22786
22786
  inlineSearchPlaceholder: string;
22787
22787
  optionNameKey: string;
@@ -22828,14 +22828,14 @@ declare const _default: {
22828
22828
  isOpen: {
22829
22829
  type: import("vue").PropType<boolean>;
22830
22830
  };
22831
- selected: {
22832
- type: import("vue").PropType<unknown[]>;
22833
- default: any;
22834
- };
22835
22831
  valueToCopy: {
22836
22832
  type: import("vue").PropType<string>;
22837
22833
  default: any;
22838
22834
  };
22835
+ selected: {
22836
+ type: import("vue").PropType<unknown[]>;
22837
+ default: any;
22838
+ };
22839
22839
  options: {
22840
22840
  type: import("vue").PropType<unknown[]>;
22841
22841
  required: true;
@@ -22919,14 +22919,14 @@ declare const _default: {
22919
22919
  isOpen: {
22920
22920
  type: import("vue").PropType<boolean>;
22921
22921
  };
22922
- selected: {
22923
- type: import("vue").PropType<unknown[]>;
22924
- default: any;
22925
- };
22926
22922
  valueToCopy: {
22927
22923
  type: import("vue").PropType<string>;
22928
22924
  default: any;
22929
22925
  };
22926
+ selected: {
22927
+ type: import("vue").PropType<unknown[]>;
22928
+ default: any;
22929
+ };
22930
22930
  options: {
22931
22931
  type: import("vue").PropType<unknown[]>;
22932
22932
  required: true;
@@ -22997,8 +22997,8 @@ declare const _default: {
22997
22997
  testId: string;
22998
22998
  disabled: boolean;
22999
22999
  size: "small" | "medium" | "large";
23000
- selected: unknown[];
23001
23000
  valueToCopy: string;
23001
+ selected: unknown[];
23002
23002
  placeholder: string;
23003
23003
  inlineSearchPlaceholder: string;
23004
23004
  optionNameKey: string;
@@ -23772,8 +23772,8 @@ declare const _default: {
23772
23772
  testId: string;
23773
23773
  disabled: boolean;
23774
23774
  size: "small" | "medium" | "large";
23775
- selected: unknown[];
23776
23775
  valueToCopy: string;
23776
+ selected: unknown[];
23777
23777
  placeholder: string;
23778
23778
  inlineSearchPlaceholder: string;
23779
23779
  optionNameKey: string;
@@ -23800,14 +23800,14 @@ declare const _default: {
23800
23800
  isOpen: {
23801
23801
  type: import("vue").PropType<boolean>;
23802
23802
  };
23803
- selected: {
23804
- type: import("vue").PropType<unknown[]>;
23805
- default: any;
23806
- };
23807
23803
  valueToCopy: {
23808
23804
  type: import("vue").PropType<string>;
23809
23805
  default: any;
23810
23806
  };
23807
+ selected: {
23808
+ type: import("vue").PropType<unknown[]>;
23809
+ default: any;
23810
+ };
23811
23811
  options: {
23812
23812
  type: import("vue").PropType<unknown[]>;
23813
23813
  required: true;
@@ -23871,7 +23871,7 @@ declare const _default: {
23871
23871
  }>> & {
23872
23872
  "onUpdate:selected"?: (value: unknown) => any;
23873
23873
  "onUpdate:isOpen"?: (value: unknown) => any;
23874
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
23874
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
23875
23875
  $attrs: {
23876
23876
  [x: string]: unknown;
23877
23877
  };
@@ -23901,14 +23901,14 @@ declare const _default: {
23901
23901
  isOpen: {
23902
23902
  type: import("vue").PropType<boolean>;
23903
23903
  };
23904
- selected: {
23905
- type: import("vue").PropType<unknown[]>;
23906
- default: any;
23907
- };
23908
23904
  valueToCopy: {
23909
23905
  type: import("vue").PropType<string>;
23910
23906
  default: any;
23911
23907
  };
23908
+ selected: {
23909
+ type: import("vue").PropType<unknown[]>;
23910
+ default: any;
23911
+ };
23912
23912
  options: {
23913
23913
  type: import("vue").PropType<unknown[]>;
23914
23914
  required: true;
@@ -23979,8 +23979,8 @@ declare const _default: {
23979
23979
  testId: string;
23980
23980
  disabled: boolean;
23981
23981
  size: "small" | "medium" | "large";
23982
- selected: unknown[];
23983
23982
  valueToCopy: string;
23983
+ selected: unknown[];
23984
23984
  placeholder: string;
23985
23985
  inlineSearchPlaceholder: string;
23986
23986
  optionNameKey: string;
@@ -24027,14 +24027,14 @@ declare const _default: {
24027
24027
  isOpen: {
24028
24028
  type: import("vue").PropType<boolean>;
24029
24029
  };
24030
- selected: {
24031
- type: import("vue").PropType<unknown[]>;
24032
- default: any;
24033
- };
24034
24030
  valueToCopy: {
24035
24031
  type: import("vue").PropType<string>;
24036
24032
  default: any;
24037
24033
  };
24034
+ selected: {
24035
+ type: import("vue").PropType<unknown[]>;
24036
+ default: any;
24037
+ };
24038
24038
  options: {
24039
24039
  type: import("vue").PropType<unknown[]>;
24040
24040
  required: true;
@@ -24118,14 +24118,14 @@ declare const _default: {
24118
24118
  isOpen: {
24119
24119
  type: import("vue").PropType<boolean>;
24120
24120
  };
24121
- selected: {
24122
- type: import("vue").PropType<unknown[]>;
24123
- default: any;
24124
- };
24125
24121
  valueToCopy: {
24126
24122
  type: import("vue").PropType<string>;
24127
24123
  default: any;
24128
24124
  };
24125
+ selected: {
24126
+ type: import("vue").PropType<unknown[]>;
24127
+ default: any;
24128
+ };
24129
24129
  options: {
24130
24130
  type: import("vue").PropType<unknown[]>;
24131
24131
  required: true;
@@ -24196,8 +24196,8 @@ declare const _default: {
24196
24196
  testId: string;
24197
24197
  disabled: boolean;
24198
24198
  size: "small" | "medium" | "large";
24199
- selected: unknown[];
24200
24199
  valueToCopy: string;
24200
+ selected: unknown[];
24201
24201
  placeholder: string;
24202
24202
  inlineSearchPlaceholder: string;
24203
24203
  optionNameKey: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css';
1
+ import './IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_f738b223_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-rc.22",
3
+ "version": "2.1.12-rc.24",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -1 +0,0 @@
1
- .group-button-wrapper[data-v-c81a7d3e]{display:flex}.group-button-wrapper[data-v-c81a7d3e] button{border-radius:0}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1){border-top-left-radius:var(--border-radius-md);border-bottom-left-radius:var(--border-radius-md);border-right:none;background-color:var(--common-inverse-white);width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2){border-right:none;border-left:none;width:32px}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:last-child{border-top-right-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-right:1px solid var(--default-outlined-border)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3){padding:0}.group-button-wrapper .popover-trigger[data-v-c81a7d3e]{padding:5px 3px}.group-button-wrapper .trigger-active[data-v-c81a7d3e]{background:var(--default-light)}.group-button-wrapper .primary[data-v-c81a7d3e]{border-color:var(--default-outlined-border);color:var(--action-active)}.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(3):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(1):not(.selected-a):hover,.group-button-wrapper .toggle-button[data-v-c81a7d3e]:nth-child(2):not(.selected-b):hover{background-color:var(--action-hover)}.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-a[data-v-c81a7d3e]:hover{background-color:var(--aba);color:var(--common-inverse-white)}.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e],.group-button-wrapper .toggle-button.selected-b[data-v-c81a7d3e]:hover{background-color:var(--abb);color:var(--common-inverse-white)}