@ironsource/shared-ui 2.1.11-rc.5 → 2.1.11-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
- import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_991a7aad_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as ye, computed as U, openBlock as n, createElementBlock as a, mergeProps as s, unref as t, renderSlot as k, createElementVNode as m, createVNode as i, withCtx as c, Transition as fe, normalizeClass as L, normalizeStyle as me, isRef as pe, createCommentVNode as r, createTextVNode as b, toDisplayString as W, withModifiers as M, Fragment as ge, renderList as Te, toRaw as w, createBlock as X, resolveDynamicComponent as ke } from "vue";
2
- import E from "../../button/v4/ButtonV4.vue.js";
1
+ import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_111642c6_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as ye, computed as U, openBlock as i, createElementBlock as d, mergeProps as s, unref as t, renderSlot as g, createElementVNode as m, createVNode as n, withCtx as c, Transition as fe, normalizeClass as O, normalizeStyle as me, isRef as pe, createCommentVNode as r, createTextVNode as b, toDisplayString as W, withModifiers as M, Fragment as ge, renderList as Te, toRaw as w, createBlock as X, resolveDynamicComponent as ke } from "vue";
2
+ import L from "../../button/v4/ButtonV4.vue.js";
3
3
  import "../../button/v4/IconButtonV4.vue.js";
4
4
  import "../../button/v4/ButtonGroup.vue.js";
5
5
  import "../../button/v4/ToggleButtonGroupAB.vue.js";
6
6
  import "./DropdownV4.vue.js";
7
7
  import be from "./DefaultDropdownTrigger.vue.js";
8
- import he from "./IconButtonDropdownTrigger.vue.js";
9
- import Ie from "./ChipDropdownTrigger.vue.js";
8
+ import Ie from "./IconButtonDropdownTrigger.vue.js";
9
+ import he from "./ChipDropdownTrigger.vue.js";
10
10
  import we from "./AppDropdownTrigger.vue.js";
11
11
  import "./ButtonDropdownTrigger.vue.js";
12
12
  import "./ButtonFilterDropdownTrigger.vue.js";
@@ -19,23 +19,23 @@ import { DropdownTestIdModifiers as y } from "../../../testids/index.js";
19
19
  import { dropdownCommon as Ke } from "../common/Dropdown.common.js";
20
20
  import S from "../../skeleton/v4/SkeletonV4.vue.js";
21
21
  import { useTestIdAttrs as Ae } from "../../../utils/testIds.js";
22
- import { TRIGGERS as p } from "./Dropdown.types.js";
23
- import { useElementSize as Oe } from "@vueuse/core";
24
- import Le from "../../shared/FieldHelpText.vue.js";
25
- import Ee from "./GroupOption.vue.js";
26
- const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve = { key: 1 }, De = { key: 2 }, Pe = {
22
+ import { TRIGGERS as T } from "./Dropdown.types.js";
23
+ import { useElementSize as Ee } from "@vueuse/core";
24
+ import Oe from "../../shared/FieldHelpText.vue.js";
25
+ import Le from "./GroupOption.vue.js";
26
+ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve = { key: 1 }, xe = { key: 2 }, De = {
27
27
  key: 0,
28
28
  class: "inline-search-wrapper"
29
- }, Re = {
29
+ }, Pe = {
30
30
  key: 0,
31
31
  class: "no-result-container"
32
- }, ze = {
32
+ }, Re = {
33
33
  key: 1,
34
34
  class: "loader"
35
- }, xe = { key: 2 }, $e = ["aria-selected", "aria-disabled", "onClick"], He = {
35
+ }, ze = ["aria-selected", "aria-disabled", "onClick"], $e = {
36
36
  key: 1,
37
37
  class: "actions-wrapper"
38
- }, Ge = { class: "actions-clear-all" }, Ue = { class: "actions-apply-cancel" }, gt = /* @__PURE__ */ ye({
38
+ }, He = { class: "actions-clear-all" }, Ge = { class: "actions-apply-cancel" }, pt = /* @__PURE__ */ ye({
39
39
  __name: "DropdownV4",
40
40
  props: {
41
41
  modelValue: { default: null },
@@ -67,7 +67,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
67
67
  triggerShowAllSelectedText: { type: Boolean, default: !0 },
68
68
  size: { default: "medium" },
69
69
  mandatory: { type: Boolean, default: !1 },
70
- predefinedTrigger: { default: p.DEFAULT },
70
+ predefinedTrigger: { default: T.DEFAULT },
71
71
  inlineSearch: { type: Boolean, default: !1 },
72
72
  inlineSearchPlaceholder: { default: "Search" },
73
73
  onSearch: { type: Function, default: null },
@@ -81,6 +81,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
81
81
  optionIconType: { default: null },
82
82
  optionEndIconKey: { default: "" },
83
83
  optionEndIconType: { default: null },
84
+ optionsEndTextIconKey: { default: null },
84
85
  optionFlagKey: { default: null },
85
86
  valueToCopy: { default: null },
86
87
  disabledOptionKey: { default: "disabled" },
@@ -98,7 +99,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
98
99
  },
99
100
  emits: ["update:selected", "update:isOpen", "closed", "opened", "apply", "selectAll", "clear", "copyToClipboard", "onsearch"],
100
101
  setup(e, { expose: Y, emit: F }) {
101
- const d = e, N = {
102
+ const a = e, N = {
102
103
  MULTILINE_LIST_HEIGHT: 48,
103
104
  LIST_HEIGHT: 32 + 4,
104
105
  MAX_NUMBER_OF_OPTIONS: 7.5,
@@ -106,7 +107,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
106
107
  DROPLIST_MIN_WIDTH: 240,
107
108
  VERSION: 4
108
109
  }, {
109
- onKeydown: h,
110
+ onKeydown: I,
110
111
  open: u,
111
112
  toggleMenu: v,
112
113
  onButtonKeydown: B,
@@ -119,42 +120,42 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
119
120
  allSelectedApplied: K,
120
121
  isIndeterminate: _,
121
122
  onSelectAll: ee,
122
- virtualOptions: D,
123
+ virtualOptions: x,
123
124
  isSelected: A,
124
- selectedOption: g,
125
- selectedOptionPrevious: O,
125
+ selectedOption: k,
126
+ selectedOptionPrevious: E,
126
127
  selectedValue: te,
127
- onSelect: P,
128
- activeIndex: R,
129
- onCancel: le,
130
- onApply: oe,
131
- scrollTo: ie,
132
- listRef: ne,
133
- buttonRef: z,
128
+ onSelect: D,
129
+ activeIndex: P,
130
+ onCancel: oe,
131
+ onApply: le,
132
+ scrollTo: ne,
133
+ listRef: ie,
134
+ buttonRef: R,
134
135
  apply: ae,
135
136
  cancel: de,
136
137
  el: re,
137
- onClearAllSelections: x,
138
+ onClearAllSelections: z,
138
139
  clearAll: ue,
139
140
  isGroup: se
140
- } = Ke(d, F, N), f = Ae(d.testId, y), $ = U(() => !d.predefinedTrigger || d.predefinedTrigger === p.DEFAULT ? be : d.predefinedTrigger === p.APP ? we : null), { width: H } = Oe(z), ce = U(() => d.optionsListWidth ? d.optionsListWidth : !d.predefinedTrigger || d.predefinedTrigger === p.DEFAULT || d.predefinedTrigger === p.APP ? H.value - 2 > 240 ? `${H.value - 2}px` : `${N.DROPLIST_MIN_WIDTH}px` : "auto"), G = () => {
141
+ } = Ke(a, F, N), f = Ae(a.testId, y), $ = U(() => !a.predefinedTrigger || a.predefinedTrigger === T.DEFAULT ? be : a.predefinedTrigger === T.APP ? we : null), { width: H } = Ee(R), ce = U(() => a.optionsListWidth ? a.optionsListWidth : !a.predefinedTrigger || a.predefinedTrigger === T.DEFAULT || a.predefinedTrigger === T.APP ? H.value - 2 > 240 ? `${H.value - 2}px` : `${N.DROPLIST_MIN_WIDTH}px` : "auto"), G = () => {
141
142
  v();
142
143
  };
143
144
  return Y({
144
- selectItem: P,
145
- scrollTo: ie
146
- }), (T, o) => (n(), a("div", s({
145
+ selectItem: D,
146
+ scrollTo: ne
147
+ }), (p, l) => (i(), d("div", s({
147
148
  ref_key: "el",
148
149
  ref: re,
149
150
  class: ["dropdown dropdown--main-wrapper", [{ "dropdown--disabled": e.disabled, "full-width": e.fullWidth }]],
150
151
  tabindex: e.disabled ? -1 : 0
151
152
  }, t(f)[t(y).WRAPPER], {
152
- onKeydown: o[8] || (o[8] = //@ts-ignore
153
- (...l) => t(h) && t(h)(...l))
153
+ onKeydown: l[8] || (l[8] = //@ts-ignore
154
+ (...o) => t(I) && t(I)(...o))
154
155
  }), [
155
- k(T.$slots, "label", {}, void 0, !0),
156
+ g(p.$slots, "label", {}, void 0, !0),
156
157
  m("div", Ne, [
157
- i(t(Se), s({
158
+ n(t(Se), s({
158
159
  theme: e.theme,
159
160
  "popper-class": [
160
161
  e.popperClass,
@@ -173,30 +174,30 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
173
174
  "auto-size": e.autoSize
174
175
  }, t(f)[t(y).TRIGGER]), {
175
176
  popper: c(() => [
176
- i(fe, null, {
177
+ n(fe, null, {
177
178
  default: c(() => [
178
- t(u) ? (n(), a("div", {
179
+ t(u) ? (i(), d("div", {
179
180
  key: 0,
180
181
  ref_key: "listRef",
181
- ref: ne,
182
- class: L(["light-theme-v4", {
182
+ ref: ie,
183
+ class: O(["light-theme-v4", {
183
184
  "dropdown--disabled": e.disabled,
184
185
  "inline-search": e.inlineSearch
185
186
  }]),
186
187
  style: me({ width: t(ce) })
187
188
  }, [
188
- t(u) ? (n(), a("div", {
189
+ t(u) ? (i(), d("div", {
189
190
  key: 0,
190
- class: L(["dropdown-list-wrapper", { "dropdown-list-wrapper--multi": e.multi }]),
191
- onKeydown: o[7] || (o[7] = //@ts-ignore
192
- (...l) => t(h) && t(h)(...l))
191
+ class: O(["dropdown-list-wrapper", { "dropdown-list-wrapper--multi": e.multi }]),
192
+ onKeydown: l[7] || (l[7] = //@ts-ignore
193
+ (...o) => t(I) && t(I)(...o))
193
194
  }, [
194
- t(u) && e.inlineSearch ? (n(), a("div", Pe, [
195
- k(T.$slots, "inline-search", {}, () => [
196
- i(t(ve), {
195
+ t(u) && e.inlineSearch ? (i(), d("div", De, [
196
+ g(p.$slots, "inline-search", {}, () => [
197
+ n(t(ve), {
197
198
  modelValue: t(C),
198
199
  "onUpdate:modelValue": [
199
- o[4] || (o[4] = (l) => pe(C) ? C.value = l : null),
200
+ l[4] || (l[4] = (o) => pe(C) ? C.value = o : null),
200
201
  e.onClear
201
202
  ],
202
203
  placeholder: e.inlineSearchPlaceholder,
@@ -204,11 +205,11 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
204
205
  size: "md",
205
206
  "auto-focus": e.searchAutoFocus,
206
207
  "test-id": e.testId,
207
- onKeydown: t(h)
208
+ onKeydown: t(I)
208
209
  }, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id", "onUpdate:modelValue", "onKeydown"])
209
210
  ], !0)
210
211
  ])) : r("", !0),
211
- k(T.$slots, "input-list", { open: t(u) }, void 0, !0),
212
+ g(p.$slots, "input-list", { open: t(u) }, void 0, !0),
212
213
  m("div", s({
213
214
  class: ["list-container", { "list-container--multi": e.multi }],
214
215
  style: { height: `${t(J)}rem` }
@@ -220,83 +221,86 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
220
221
  role: "listbox",
221
222
  class: ["list", { "list--multi": e.multi }]
222
223
  }), [
223
- !t(Z).length && !e.loading ? (n(), a("li", Re, [
224
- i(t(Ce), s({ variant: "body2" }, t(f)[t(y).NO_RESULT]), {
224
+ !t(Z).length && !e.loading ? (i(), d("li", Pe, [
225
+ n(t(Ce), s({ variant: "body2" }, t(f)[t(y).NO_RESULT]), {
225
226
  default: c(() => [
226
227
  b(W(e.noResultsText), 1)
227
228
  ]),
228
229
  _: 1
229
230
  }, 16)
230
231
  ])) : r("", !0),
231
- e.loading ? (n(), a("li", ze, [
232
- i(t(S), { round: "" }),
233
- i(t(S), { round: "" }),
234
- i(t(S), { round: "" }),
235
- i(t(S), { round: "" })
236
- ])) : r("", !0),
237
- e.showSelectAll !== !1 && e.multi && !t(C) && !e.loading ? (n(), a("li", xe, [
238
- i(t(q), s(
239
- {
240
- "aria-selected": t(V),
241
- "aria-disabled": !!e.disabled,
242
- "selected-prop": t(V),
243
- "is-indeterminate": t(_),
244
- "select-all-option": ""
245
- },
246
- t(f)[t(y).SELECT_ALL],
247
- {
248
- onClick: o[5] || (o[5] = M((l) => t(ee)(), ["stop"]))
249
- }
250
- ), {
251
- default: c(() => [
252
- b(" Select all ")
253
- ]),
254
- _: 1
255
- }, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate"])
232
+ e.loading ? (i(), d("li", Re, [
233
+ n(t(S), { round: "" }),
234
+ n(t(S), { round: "" }),
235
+ n(t(S), { round: "" }),
236
+ n(t(S), { round: "" })
256
237
  ])) : r("", !0),
257
- t(D).length && !e.loading ? (n(!0), a(ge, { key: 3 }, Te(t(D), ({ data: l, index: I }) => (n(), a("li", {
258
- key: I,
259
- "aria-selected": t(A)(w(t(g)), l),
238
+ e.showSelectAll !== !1 && e.multi && !t(C) && !e.loading ? g(p.$slots, "select-all", { key: 2 }, () => [
239
+ m("li", null, [
240
+ n(t(q), s(
241
+ {
242
+ "aria-selected": t(V),
243
+ "aria-disabled": !!e.disabled,
244
+ "selected-prop": t(V),
245
+ "is-indeterminate": t(_),
246
+ "select-all-option": ""
247
+ },
248
+ t(f)[t(y).SELECT_ALL],
249
+ {
250
+ onClick: l[5] || (l[5] = M((o) => t(ee)(), ["stop"]))
251
+ }
252
+ ), {
253
+ default: c(() => [
254
+ b(" Select all ")
255
+ ]),
256
+ _: 1
257
+ }, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate"])
258
+ ])
259
+ ], !0) : r("", !0),
260
+ t(x).length && !e.loading ? (i(!0), d(ge, { key: 3 }, Te(t(x), ({ data: o, index: h }) => (i(), d("li", {
261
+ key: h,
262
+ "aria-selected": t(A)(w(t(k)), o),
260
263
  "aria-disabled": !!e.disabled,
261
- onClick: M(() => t(P)(l, I), ["stop"])
264
+ onClick: M(() => t(D)(o, h), ["stop"])
262
265
  }, [
263
- e.groupedOptions && t(se)(l) ? k(T.$slots, "group-option", { key: 0 }, () => [
264
- i(Ee, null, {
266
+ e.groupedOptions && t(se)(o) ? g(p.$slots, "group-option", { key: 0 }, () => [
267
+ n(Le, null, {
265
268
  default: c(() => [
266
- b(W(e.displayValue(l) || l[e.optionNameKey]), 1)
269
+ b(W(e.displayValue(o) || o[e.optionNameKey]), 1)
267
270
  ]),
268
271
  _: 2
269
272
  }, 1024)
270
- ], !0) : k(T.$slots, "default", {
273
+ ], !0) : g(p.$slots, "default", {
271
274
  key: 1,
272
- option: l,
273
- index: I,
274
- selected: t(A)(w(t(g)), l),
275
- active: w(t(R)) === I,
276
- disabled: l[d.disabledOptionKey]
275
+ option: o,
276
+ index: h,
277
+ selected: t(A)(w(t(k)), o),
278
+ active: w(t(P)) === h,
279
+ disabled: o[a.disabledOptionKey]
277
280
  }, () => [
278
- i(t(q), {
279
- option: l,
280
- "selected-prop": t(A)(w(t(g)), l),
281
- active: w(t(R)) === I,
282
- disabled: l[d.disabledOptionKey],
281
+ n(t(q), {
282
+ option: o,
283
+ "selected-prop": t(A)(w(t(k)), o),
284
+ active: w(t(P)) === h,
285
+ disabled: o[a.disabledOptionKey],
283
286
  "name-key": e.optionNameKey,
284
287
  "image-key": e.optionImageKey,
285
288
  "icon-key": e.optionIconKey,
286
289
  "icon-type": e.optionIconType,
287
290
  "end-icon-key": e.optionEndIconKey,
288
291
  "end-icon-type": e.optionEndIconType,
292
+ "end-text-icon-key": e.optionsEndTextIconKey,
289
293
  "option-flag-key": e.optionFlagKey,
290
294
  "option-two-lines-variant": e.optionTwoLinesVariant,
291
295
  "option-two-lines-key": e.optionTwoLinesKey
292
- }, null, 8, ["option", "selected-prop", "active", "disabled", "name-key", "image-key", "icon-key", "icon-type", "end-icon-key", "end-icon-type", "option-flag-key", "option-two-lines-variant", "option-two-lines-key"])
296
+ }, null, 8, ["option", "selected-prop", "active", "disabled", "name-key", "image-key", "icon-key", "icon-type", "end-icon-key", "end-icon-type", "end-text-icon-key", "option-flag-key", "option-two-lines-variant", "option-two-lines-key"])
293
297
  ], !0)
294
- ], 8, $e))), 128)) : r("", !0)
298
+ ], 8, ze))), 128)) : r("", !0)
295
299
  ], 16)
296
300
  ], 16),
297
- e.multi ? (n(), a("div", He, [
298
- m("div", Ge, [
299
- i(t(E), s(
301
+ e.multi ? (i(), d("div", $e, [
302
+ m("div", He, [
303
+ n(t(L), s(
300
304
  {
301
305
  ref_key: "clearAll",
302
306
  ref: ue,
@@ -306,7 +310,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
306
310
  },
307
311
  t(f)[t(y).ACTION_CLEAR_ALL],
308
312
  {
309
- onClick: o[6] || (o[6] = () => t(x)(!1))
313
+ onClick: l[6] || (l[6] = () => t(z)(!1))
310
314
  }
311
315
  ), {
312
316
  default: c(() => [
@@ -315,8 +319,8 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
315
319
  _: 1
316
320
  }, 16)
317
321
  ]),
318
- m("div", Ue, [
319
- i(t(E), s(
322
+ m("div", Ge, [
323
+ n(t(L), s(
320
324
  {
321
325
  ref_key: "cancel",
322
326
  ref: de,
@@ -325,20 +329,20 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
325
329
  color: "primary"
326
330
  },
327
331
  t(f)[t(y).ACTION_CANCEL],
328
- { onClick: t(le) }
332
+ { onClick: t(oe) }
329
333
  ), {
330
334
  default: c(() => [
331
335
  b(" Cancel ")
332
336
  ]),
333
337
  _: 1
334
338
  }, 16, ["onClick"]),
335
- i(t(E), s({
339
+ n(t(L), s({
336
340
  ref_key: "apply",
337
341
  ref: ae,
338
342
  "data-testid": "mutli-apply",
339
343
  size: "small",
340
344
  class: "apply-button"
341
- }, t(f)[t(y).ACTION_APPLY], { onClick: t(oe) }), {
345
+ }, t(f)[t(y).ACTION_APPLY], { onClick: t(le) }), {
342
346
  default: c(() => [
343
347
  b(" Apply ")
344
348
  ]),
@@ -354,7 +358,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
354
358
  ]),
355
359
  default: c(() => [
356
360
  m("div", {
357
- class: L(["button__container", {
361
+ class: O(["button__container", {
358
362
  "button__container--open": !!t(u),
359
363
  [`button__container--${e.size}`]: !0,
360
364
  "button__container--disabled": e.disabled
@@ -362,9 +366,9 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
362
366
  }, [
363
367
  m("div", {
364
368
  ref_key: "buttonRef",
365
- ref: z
369
+ ref: R
366
370
  }, [
367
- k(T.$slots, "dropdown-trigger", {
371
+ g(p.$slots, "dropdown-trigger", {
368
372
  buttonTriggerProps: {
369
373
  open: t(u),
370
374
  disabled: e.disabled,
@@ -380,7 +384,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
380
384
  testId: e.testId,
381
385
  multi: e.multi,
382
386
  disabled: e.disabled,
383
- selectedOption: e.multi ? t(O) : t(g),
387
+ selectedOption: e.multi ? t(E) : t(k),
384
388
  displayValue: e.displayValue,
385
389
  options: e.options,
386
390
  optionNameKey: e.optionNameKey,
@@ -389,6 +393,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
389
393
  optionIconType: e.optionIconType,
390
394
  optionAndIconKey: e.optionEndIconKey,
391
395
  optionEndIconType: e.optionEndIconType,
396
+ optionsEndTextIconKey: e.optionsEndTextIconKey,
392
397
  optionFlagKey: e.optionFlagKey,
393
398
  feedbackVariant: e.triggerFeedbackVariant,
394
399
  valueToCopy: e.valueToCopy,
@@ -400,8 +405,8 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
400
405
  onClick: G
401
406
  }
402
407
  }, () => [
403
- t($) ? (n(), a("div", Be, [
404
- (n(), X(ke(t($)), {
408
+ t($) ? (i(), d("div", Be, [
409
+ (i(), X(ke(t($)), {
405
410
  placeholder: e.placeholder,
406
411
  open: t(u),
407
412
  label: e.triggerLabel,
@@ -410,7 +415,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
410
415
  "test-id": e.testId,
411
416
  multi: e.multi,
412
417
  disabled: e.disabled,
413
- "selected-option": e.multi ? t(O) : t(g),
418
+ "selected-option": e.multi ? t(E) : t(k),
414
419
  "display-value": e.displayValue,
415
420
  options: e.options,
416
421
  "option-name-key": e.optionNameKey,
@@ -419,6 +424,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
419
424
  "option-icon-type": e.optionIconType,
420
425
  "option-end-icon-key": e.optionEndIconKey,
421
426
  "option-end-icon-type": e.optionEndIconType,
427
+ "options-end-text-icon-key": e.optionsEndTextIconKey,
422
428
  "option-flag-key": e.optionFlagKey,
423
429
  "feedback-variant": e.triggerFeedbackVariant,
424
430
  "value-to-copy": e.valueToCopy,
@@ -428,26 +434,26 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
428
434
  "all-selected": t(K),
429
435
  onKeydown: t(B),
430
436
  onClick: G,
431
- onCopyToClipboard: o[0] || (o[0] = (l) => F("copyToClipboard"))
432
- }, null, 40, ["placeholder", "open", "label", "show-feedback-icon", "mandatory", "test-id", "multi", "disabled", "selected-option", "display-value", "options", "option-name-key", "option-image-key", "option-icon-key", "option-icon-type", "option-end-icon-key", "option-end-icon-type", "option-flag-key", "feedback-variant", "value-to-copy", "status-dot-type", "size", "show-all-selected-text", "all-selected", "onKeydown"]))
437
+ onCopyToClipboard: l[0] || (l[0] = (o) => F("copyToClipboard"))
438
+ }, null, 40, ["placeholder", "open", "label", "show-feedback-icon", "mandatory", "test-id", "multi", "disabled", "selected-option", "display-value", "options", "option-name-key", "option-image-key", "option-icon-key", "option-icon-type", "option-end-icon-key", "option-end-icon-type", "options-end-text-icon-key", "option-flag-key", "feedback-variant", "value-to-copy", "status-dot-type", "size", "show-all-selected-text", "all-selected", "onKeydown"]))
433
439
  ])) : r("", !0),
434
- e.predefinedTrigger === t(p).ICON_BUTTON ? (n(), a("div", Ve, [
435
- i(t(he), {
436
- onClick: o[1] || (o[1] = (l) => t(v)())
440
+ e.predefinedTrigger === t(T).ICON_BUTTON ? (i(), d("div", Ve, [
441
+ n(t(Ie), {
442
+ onClick: l[1] || (l[1] = (o) => t(v)())
437
443
  })
438
444
  ])) : r("", !0),
439
- e.predefinedTrigger === t(p).CHIP ? (n(), a("div", De, [
440
- i(t(Ie), {
445
+ e.predefinedTrigger === t(T).CHIP ? (i(), d("div", xe, [
446
+ n(t(he), {
441
447
  open: t(u),
442
448
  label: e.placeholder,
443
449
  "test-id": e.testId,
444
450
  options: e.options,
445
- "selected-option": e.multi ? t(O) : t(g),
451
+ "selected-option": e.multi ? t(E) : t(k),
446
452
  "display-value": e.displayValue,
447
453
  multi: e.multi,
448
454
  "all-selected": t(K),
449
- onClick: o[2] || (o[2] = (l) => t(v)()),
450
- onClear: o[3] || (o[3] = (l) => t(x)())
455
+ onClick: l[2] || (l[2] = (o) => t(v)()),
456
+ onClear: l[3] || (l[3] = (o) => t(z)())
451
457
  }, null, 8, ["open", "label", "test-id", "options", "selected-option", "display-value", "multi", "all-selected"])
452
458
  ])) : r("", !0)
453
459
  ], !0)
@@ -456,7 +462,7 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
456
462
  ]),
457
463
  _: 3
458
464
  }, 16, ["theme", "popper-class", "placement", "skidding", "distance", "flip", "shown", "container", "auto-size"]),
459
- e.triggerFeedbackText ? (n(), X(Le, {
465
+ e.triggerFeedbackText ? (i(), X(Oe, {
460
466
  key: 0,
461
467
  text: e.triggerFeedbackText,
462
468
  variant: e.triggerFeedbackVariant,
@@ -469,5 +475,5 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
469
475
  }
470
476
  });
471
477
  export {
472
- gt as default
478
+ pt as default
473
479
  };
@@ -12,6 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
12
12
  iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
13
13
  endIconKey?: string;
14
14
  endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
15
+ endTextIconKey?: string;
15
16
  toolTipPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
16
17
  treeMainOption?: boolean;
17
18
  treeMainOptionExpanded?: boolean;
@@ -33,6 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
33
34
  iconType: string;
34
35
  endIconKey: any;
35
36
  endIconType: string;
37
+ endTextIconKey: any;
36
38
  toolTipPlacement: string;
37
39
  treeMainOption: boolean;
38
40
  treeMainOptionExpanded: boolean;
@@ -57,6 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
57
59
  iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
58
60
  endIconKey?: string;
59
61
  endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
62
+ endTextIconKey?: string;
60
63
  toolTipPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
61
64
  treeMainOption?: boolean;
62
65
  treeMainOptionExpanded?: boolean;
@@ -78,6 +81,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
78
81
  iconType: string;
79
82
  endIconKey: any;
80
83
  endIconType: string;
84
+ endTextIconKey: any;
81
85
  toolTipPlacement: string;
82
86
  treeMainOption: boolean;
83
87
  treeMainOptionExpanded: boolean;
@@ -104,6 +108,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
104
108
  iconKey: string;
105
109
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
106
110
  endIconKey: string;
111
+ endTextIconKey: string;
107
112
  toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
108
113
  treeMainOption: boolean;
109
114
  treeMainOptionExpanded: boolean;
@@ -1,7 +1,7 @@
1
1
  import o from "./OptionV4.vue2.js";
2
2
  /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css"; //*');
4
- const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-4070942a"]]);
3
+ // import "../../../OptionV4.vue_vue_type_style_index_0_scoped_da829544_lang.css"; //*');
4
+ const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-da829544"]]);
5
5
  export {
6
6
  s as default
7
7
  };