@ironsource/shared-ui 2.2.0-rc.43 → 2.2.0-rc.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
  3. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
  4. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_5a645cc9_lang.css +1 -0
  5. package/DataGridMenu.vue_vue_type_style_index_0_scoped_b7e65177_lang.css +1 -0
  6. package/DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css +1 -0
  7. package/DateRangeV4.vue_vue_type_style_index_0_scoped_bb44cdf8_lang.css +1 -0
  8. package/DropdownV4.vue_vue_type_style_index_0_scoped_f44f2402_lang.css +1 -0
  9. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  10. package/FieldLabel.vue_vue_type_style_index_0_scoped_960ea8b1_lang.css +1 -0
  11. package/HelpText.vue_vue_type_style_index_0_scoped_b5caf7cd_lang.css +1 -0
  12. package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_2a5345ef_lang.css +1 -0
  13. package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +1 -1
  14. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +1 -1
  15. package/InlineCopy.vue_vue_type_style_index_0_scoped_8cb01c9d_lang.css +1 -0
  16. package/Link.vue_vue_type_style_index_0_scoped_c4345b08_lang.css +1 -0
  17. package/Loader.vue_vue_type_style_index_0_scoped_50d9be64_lang.css +1 -0
  18. package/Menu.vue_vue_type_style_index_0_scoped_eb057818_lang.css +1 -0
  19. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  20. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
  21. package/OptionV4.vue_vue_type_style_index_0_scoped_d48a9318_lang.css +1 -0
  22. package/PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css +1 -0
  23. package/PopoverV4.vue_vue_type_style_index_1_lang.css +1 -1
  24. package/SearchV4.vue_vue_type_style_index_0_scoped_e1a33934_lang.css +1 -0
  25. package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +1 -0
  26. package/TabsV4.vue_vue_type_style_index_0_scoped_9747c9da_lang.css +1 -0
  27. package/TextField.vue_vue_type_style_index_0_scoped_f4275491_lang.css +1 -0
  28. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +1 -0
  29. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  30. package/ToggleV4.vue_vue_type_style_index_0_scoped_fbbae882_lang.css +1 -0
  31. package/TooltipV4.vue_vue_type_style_index_0_scoped_22e25f74_lang.css +1 -0
  32. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  33. package/components/ThemeWrapper/ThemeStrore.d.ts +1 -2
  34. package/components/ThemeWrapper/ThemeStrore.js +11 -14
  35. package/components/ThemeWrapper/ThemeWrapper.vue.js +2 -2
  36. package/components/ThemeWrapper/ThemeWrapper.vue2.js +11 -8
  37. package/components/ThemeWrapper/index.d.ts +1 -2
  38. package/components/ThemeWrapper/index.js +2 -4
  39. package/components/alert/Alert.vue.js +4 -4
  40. package/components/alert/Alert.vue2.js +1 -1
  41. package/components/autocomplete/index.d.ts +16 -16
  42. package/components/button/v3/ButtonBase.vue.d.ts +1 -1
  43. package/components/button/v4/ButtonV4.vue.js +3 -3
  44. package/components/button/v4/ButtonV4.vue2.js +1 -1
  45. package/components/columnPicker/ColumnPicker.vue.d.ts +1 -1
  46. package/components/columnPicker/index.d.ts +20 -20
  47. package/components/datePicker/v4/DatePickerV4.vue.js +2 -2
  48. package/components/datePicker/v4/DatePickerV4.vue2.js +1 -1
  49. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  50. package/components/dateRange/v4/CalendarMonthV4.vue2.js +1 -1
  51. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  52. package/components/dateRange/v4/DateRangeV4.vue2.js +28 -27
  53. package/components/dropdown/common/Dropdown.common.js +351 -274
  54. package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
  55. package/components/dropdown/v3/index.d.ts +88 -88
  56. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  57. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +38 -32
  58. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +1 -1
  59. package/components/dropdown/v4/DropdownV4.vue.d.ts +50 -41
  60. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  61. package/components/dropdown/v4/DropdownV4.vue2.js +239 -224
  62. package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +5 -0
  63. package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +3 -3
  64. package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +12 -9
  65. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  66. package/components/dropdown/v4/OptionV4.vue2.js +12 -12
  67. package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
  68. package/components/dropdown/v4/index.d.ts +2377 -2349
  69. package/components/helpText/HelpText.vue.js +3 -3
  70. package/components/helpText/HelpText.vue2.js +11 -10
  71. package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
  72. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  73. package/components/includeExclude/index.d.ts +54 -54
  74. package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
  75. package/components/inlineCopy/InlineCopy.vue.js +3 -3
  76. package/components/inlineCopy/InlineCopy.vue2.js +54 -53
  77. package/components/inlineCopy/index.d.ts +9 -0
  78. package/components/input/v4/TextField.vue.d.ts +5 -0
  79. package/components/input/v4/TextField.vue.js +2 -2
  80. package/components/input/v4/TextField.vue2.js +22 -19
  81. package/components/input/v4/index.d.ts +20 -1
  82. package/components/link/Link.vue.js +5 -5
  83. package/components/link/Link.vue2.js +30 -21
  84. package/components/loader/v4/Loader.vue.js +3 -3
  85. package/components/loader/v4/Loader.vue2.js +1 -1
  86. package/components/menu/Menu.vue.js +3 -3
  87. package/components/menu/Menu.vue2.js +30 -33
  88. package/components/multibar/MultiBar.vue.js +3 -3
  89. package/components/multibar/MultiBar.vue2.js +50 -51
  90. package/components/popover/v4/PopoverV4.vue.js +2 -2
  91. package/components/popover/v4/PopoverV4.vue2.js +21 -22
  92. package/components/search/v4/SearchV4.vue.d.ts +5 -0
  93. package/components/search/v4/SearchV4.vue.js +5 -5
  94. package/components/search/v4/SearchV4.vue2.js +23 -18
  95. package/components/search/v4/index.d.ts +9 -0
  96. package/components/shared/FieldLabel.vue.js +3 -3
  97. package/components/shared/FieldLabel.vue2.js +9 -8
  98. package/components/snackbar/v4/SnackbarV4.vue.js +3 -3
  99. package/components/snackbar/v4/SnackbarV4.vue2.js +1 -1
  100. package/components/table/v4/DataGridMenu.vue.d.ts +5 -0
  101. package/components/table/v4/DataGridMenu.vue.js +5 -5
  102. package/components/table/v4/DataGridMenu.vue2.js +28 -22
  103. package/components/table/v4/index.d.ts +9 -0
  104. package/components/tabs/v4/TabsV4.vue.d.ts +5 -0
  105. package/components/tabs/v4/TabsV4.vue.js +3 -3
  106. package/components/tabs/v4/TabsV4.vue2.js +74 -43
  107. package/components/tabs/v4/index.d.ts +20 -1
  108. package/components/toggle/v4/ToggleV4.vue.d.ts +5 -0
  109. package/components/toggle/v4/ToggleV4.vue.js +3 -3
  110. package/components/toggle/v4/ToggleV4.vue2.js +50 -41
  111. package/components/toggle/v4/index.d.ts +20 -1
  112. package/components/tooltip/v3/Tooltip.vue.d.ts +1 -1
  113. package/components/tooltip/v3/index.d.ts +20 -20
  114. package/components/tooltip/v4/TooltipV4.vue.d.ts +15 -2
  115. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  116. package/components/tooltip/v4/TooltipV4.vue2.js +85 -63
  117. package/components/tooltip/v4/index.d.ts +70 -23
  118. package/design-foundation.stories/colors/ColorsData.d.ts +0 -114
  119. package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +1 -28
  120. package/index.d.ts +3013 -2696
  121. package/index.js +1 -1
  122. package/package.json +5 -1
  123. package/style/v4/border-radius.scss +2 -2
  124. package/style/v4/colors.scss +0 -105
  125. package/style/v4/elevations.scss +0 -11
  126. package/style/v4/grid.css +1 -17
  127. package/style/v4/grid.css.map +1 -1
  128. package/style/v4/grid.scss +1 -1
  129. package/style/v4/spacings.scss +1 -1
  130. package/style/v4/styleguideV4.scss +0 -1
  131. package/styleguide.scss +2 -2
  132. package/Alert.vue_vue_type_style_index_0_scoped_1036ab1d_lang.css +0 -1
  133. package/ButtonV4.vue_vue_type_style_index_0_scoped_6f05dc63_lang.css +0 -1
  134. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_73af6757_lang.css +0 -1
  135. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css +0 -1
  136. package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +0 -1
  137. package/DatePickerV4.vue_vue_type_style_index_0_scoped_bb0041c1_lang.css +0 -1
  138. package/DateRangeV4.vue_vue_type_style_index_0_scoped_5545bc01_lang.css +0 -1
  139. package/DropdownV4.vue_vue_type_style_index_0_scoped_b2d0a4d2_lang.css +0 -1
  140. package/FieldLabel.vue_vue_type_style_index_0_scoped_921d4087_lang.css +0 -1
  141. package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +0 -1
  142. package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_99e51ecc_lang.css +0 -1
  143. package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +0 -1
  144. package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +0 -1
  145. package/Loader.vue_vue_type_style_index_0_scoped_94c3c850_lang.css +0 -1
  146. package/Menu.vue_vue_type_style_index_0_scoped_545aa70b_lang.css +0 -1
  147. package/MultiBar.vue_vue_type_style_index_0_scoped_7c2477ad_lang.css +0 -1
  148. package/OptionV4.vue_vue_type_style_index_0_scoped_7e70c643_lang.css +0 -1
  149. package/PopoverV4.vue_vue_type_style_index_0_scoped_ea1a3e8c_lang.css +0 -1
  150. package/SearchV4.vue_vue_type_style_index_0_scoped_d6c42f4b_lang.css +0 -1
  151. package/SnackbarV4.vue_vue_type_style_index_0_scoped_f19e742c_lang.css +0 -1
  152. package/TabsV4.vue_vue_type_style_index_0_scoped_f9433b11_lang.css +0 -1
  153. package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +0 -1
  154. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_8eef6574_lang.css +0 -1
  155. package/ToggleV4.vue_vue_type_style_index_0_scoped_a4aa32fb_lang.css +0 -1
  156. package/TooltipV4.vue_vue_type_style_index_0_scoped_f88fbece_lang.css +0 -1
@@ -1,37 +1,36 @@
1
- import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_b2d0a4d2_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as be, computed as S, watch as Ie, toRaw as v, openBlock as a, createElementBlock as s, mergeProps as m, unref as t, renderSlot as u, createElementVNode as f, createVNode as d, withCtx as c, Transition as Se, normalizeClass as B, normalizeStyle as ve, createTextVNode as k, createCommentVNode as r, isRef as Ce, toDisplayString as J, withModifiers as Q, Fragment as Ke, renderList as Ee, createSlots as Ae, createBlock as F, resolveDynamicComponent as xe } from "vue";
2
- import P from "../../button/v4/ButtonV4.vue.js";
1
+ import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_f44f2402_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as we, computed as A, watch as ke, toRaw as S, openBlock as a, createElementBlock as u, mergeProps as m, unref as t, renderSlot as c, createElementVNode as f, createVNode as d, withCtx as y, Transition as ve, normalizeClass as F, normalizeStyle as Ie, createTextVNode as b, createCommentVNode as r, isRef as Se, toDisplayString as j, withModifiers as J, Fragment as Ce, renderList as Ke, createSlots as xe, createBlock as P, resolveDynamicComponent as Ee } from "vue";
2
+ import N 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
- import Oe from "./DefaultDropdownTrigger.vue.js";
7
+ import Ae from "./DefaultDropdownTrigger.vue.js";
8
8
  import Le from "./IconButtonDropdownTrigger.vue.js";
9
- import Be from "./ChipDropdownTrigger.vue.js";
10
- import Fe from "./AppDropdownTrigger.vue.js";
9
+ import Oe from "./ChipDropdownTrigger.vue.js";
10
+ import Be from "./AppDropdownTrigger.vue.js";
11
11
  import "./ButtonDropdownTrigger.vue.js";
12
12
  import "./ButtonFilterDropdownTrigger.vue.js";
13
13
  import "./TreeDropdown.vue.js";
14
- import Z from "./OptionV4.vue.js";
14
+ import Q from "./OptionV4.vue.js";
15
15
  import "./ConditionalDropdown.vue.js";
16
- import Pe from "../../search/v4/SearchV4.vue.js";
17
- import _ from "../../typography/v4/Typography.vue.js";
18
- import { Dropdown as Ne } from "floating-vue";
19
- import { useThemeStore as Ve } from "../../ThemeWrapper/ThemeStrore.js";
16
+ import $e from "../../search/v4/SearchV4.vue.js";
17
+ import Z from "../../typography/v4/Typography.vue.js";
18
+ import { Dropdown as Fe } from "floating-vue";
20
19
  import { DropdownTestIdModifiers as p } from "../../../testids/index.js";
21
- import { dropdownCommon as $e } from "../common/Dropdown.common.js";
22
- import E from "../../skeleton/v4/SkeletonV4.vue.js";
23
- import { useTestIdAttrs as De } from "../../../utils/testIds.js";
20
+ import { dropdownCommon as Pe } from "../common/Dropdown.common.js";
21
+ import L from "../../skeleton/v4/SkeletonV4.vue.js";
22
+ import { useTestIdAttrs as Ne } from "../../../utils/testIds.js";
24
23
  import { TRIGGERS as w } from "./Dropdown.types.js";
25
- import { useElementSize as Me } from "@vueuse/core";
26
- import Re from "../../shared/FieldHelpText.vue.js";
27
- import ze from "./GroupOption.vue.js";
28
- const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue = { key: 1 }, Ye = { key: 2 }, Xe = {
24
+ import { useElementSize as Ve } from "@vueuse/core";
25
+ import De from "../../shared/FieldHelpText.vue.js";
26
+ import Me from "./GroupOption.vue.js";
27
+ const Re = ["tabindex", "aria-label", "aria-expanded", "aria-disabled", "aria-controls", "aria-activedescendant"], ze = { style: { width: "100%" } }, We = { key: 0 }, Ge = { key: 1 }, He = { key: 2 }, Ue = {
29
28
  key: 0,
30
29
  class: "inline-search-wrapper"
31
- }, qe = { class: "dropdown-conditions" }, je = {
30
+ }, Ye = { class: "dropdown-conditions" }, Xe = ["id", "aria-multiselectable"], qe = {
32
31
  key: 0,
33
32
  class: "no-result-container"
34
- }, Je = ["aria-selected", "aria-disabled", "onClick"], Qe = {
33
+ }, je = ["id", "aria-selected"], Je = ["id", "aria-selected", "aria-disabled", "onClick"], Qe = {
35
34
  key: 3,
36
35
  class: "loader"
37
36
  }, Ze = {
@@ -40,7 +39,9 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
40
39
  }, _e = { class: "actions-clear-all" }, et = { class: "actions-apply-cancel" }, tt = {
41
40
  key: 2,
42
41
  class: "dropdown-footer"
43
- }, Ot = /* @__PURE__ */ be({
42
+ };
43
+ let ot = 0;
44
+ const Lt = /* @__PURE__ */ we({
44
45
  __name: "DropdownV4",
45
46
  props: {
46
47
  modelValue: { default: null },
@@ -115,11 +116,12 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
115
116
  statusType: { default: null },
116
117
  disableVirtualScroll: { type: Boolean, default: !1 },
117
118
  overrideOptionCountCalculation: { type: Function, default: null },
118
- withConditions: { type: Boolean, default: !1 }
119
+ withConditions: { type: Boolean, default: !1 },
120
+ ariaLabel: { default: "" }
119
121
  },
120
122
  emits: ["update:selected", "update:isOpen", "closed", "opened", "apply", "selectAll", "clear", "copyToClipboard", "onsearch", "loadMore", "allSelectedChanged", "unsavedSelectionUpdate"],
121
- setup(e, { expose: ee, emit: N }) {
122
- const o = e, V = {
123
+ setup(e, { expose: _, emit: V }) {
124
+ const o = e, D = {
123
125
  MULTILINE_LIST_HEIGHT: 48,
124
126
  LIST_HEIGHT: 32 + 4,
125
127
  MAX_NUMBER_OF_OPTIONS: 7.5,
@@ -127,42 +129,43 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
127
129
  DROPLIST_MIN_WIDTH: 240,
128
130
  VERSION: 4
129
131
  }, {
130
- onKeydown: I,
131
- open: y,
132
- toggleMenu: C,
133
- onButtonKeydown: $,
134
- query: K,
135
- containerProps: te,
136
- calculateTableHeight: oe,
137
- wrapperProps: ne,
138
- filteredOptions: le,
139
- allSelected: D,
140
- allSelectedApplied: A,
141
- isIndeterminate: ie,
142
- onSelectAll: ae,
143
- virtualOptions: M,
144
- isSelected: x,
145
- selectedOption: h,
146
- selectedOptionPrevious: O,
147
- selectedValue: de,
148
- onSelect: R,
149
- activeIndex: z,
150
- onCancel: re,
151
- onApply: se,
152
- scrollTo: ue,
153
- listRef: ce,
154
- buttonRef: W,
155
- apply: ye,
156
- cancel: me,
157
- el: fe,
158
- onClearAllSelections: G,
159
- clearAll: pe,
160
- isGroup: ge,
161
- flattenAndMarkGroupOptions: he
162
- } = $e(o, N, V), g = De(o.testId, p), { theme: H } = Ve(), U = S(
163
- () => o.theme !== "light-theme-v4" ? o.theme : `${H.value}-theme-v4`
164
- ), Te = S(() => `${H.value}-theme-v4`), Y = S(() => !o.predefinedTrigger || o.predefinedTrigger === w.DEFAULT ? Oe : o.predefinedTrigger === w.APP ? Fe : null), { width: X } = Me(W), ke = S(() => o.optionsListWidth ? o.optionsListWidth : !o.predefinedTrigger || o.predefinedTrigger === w.DEFAULT || o.predefinedTrigger === w.APP ? X.value - 2 > 240 ? `${X.value - 2}px` : `${V.DROPLIST_MIN_WIDTH}px` : "auto");
165
- Ie(
132
+ onKeydown: C,
133
+ open: s,
134
+ toggleMenu: K,
135
+ onButtonKeydown: M,
136
+ query: x,
137
+ containerProps: ee,
138
+ calculateTableHeight: te,
139
+ wrapperProps: oe,
140
+ filteredOptions: ie,
141
+ allSelected: R,
142
+ allSelectedApplied: O,
143
+ isIndeterminate: le,
144
+ onSelectAll: ne,
145
+ virtualOptions: z,
146
+ isSelected: B,
147
+ selectedOption: T,
148
+ selectedOptionPrevious: $,
149
+ selectedValue: ae,
150
+ onSelect: W,
151
+ activeIndex: k,
152
+ onCancel: de,
153
+ onApply: re,
154
+ scrollTo: se,
155
+ listRef: ue,
156
+ buttonRef: G,
157
+ apply: ce,
158
+ cancel: ye,
159
+ el: me,
160
+ onClearAllSelections: H,
161
+ clearAll: fe,
162
+ isGroup: pe,
163
+ flattenAndMarkGroupOptions: ge
164
+ } = Pe(o, V, D), g = Ne(o.testId, p), v = o.testId ? `${o.testId}-listbox` : `is-dropdown-listbox-${++ot}`, he = A(() => {
165
+ if (!(!s.value || k.value == null))
166
+ return k.value === -1 ? `${v}-select-all` : `${v}-option-${k.value}`;
167
+ }), U = A(() => !o.predefinedTrigger || o.predefinedTrigger === w.DEFAULT ? Ae : o.predefinedTrigger === w.APP ? Be : null), { width: Y } = Ve(G), Te = A(() => o.optionsListWidth ? o.optionsListWidth : !o.predefinedTrigger || o.predefinedTrigger === w.DEFAULT || o.predefinedTrigger === w.APP ? Y.value - 2 > 240 ? `${Y.value - 2}px` : `${D.DROPLIST_MIN_WIDTH}px` : "auto");
168
+ ke(
166
169
  () => o.optionsListWidth,
167
170
  () => {
168
171
  o.optionsListWidth && document.documentElement.style.setProperty(
@@ -171,57 +174,64 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
171
174
  );
172
175
  }
173
176
  );
174
- const q = () => {
175
- C();
176
- }, j = S(() => {
177
- const n = {
177
+ const X = () => {
178
+ K();
179
+ }, q = A(() => {
180
+ const i = {
178
181
  tooltipMessage: null,
179
182
  selections: []
180
183
  };
181
184
  if (o.multi && o.comparingKey) {
182
- const i = v(h.value);
185
+ const n = S(T.value);
183
186
  if (o.minSelections || o.maxSelections) {
184
- if (Array.isArray(i) && i.length <= o.minSelections)
185
- return n.tooltipMessage = `You need to select at least ${o.minSelections} item${o.minSelections > 1 ? "s" : ""}`, n.selections = i.map(
187
+ if (Array.isArray(n) && n.length <= o.minSelections)
188
+ return i.tooltipMessage = `You need to select at least ${o.minSelections} item${o.minSelections > 1 ? "s" : ""}`, i.selections = n.map(
186
189
  (l) => l[o.comparingKey]
187
- ), n;
188
- if (o.maxSelections && Array.isArray(i) && i.length >= o.maxSelections) {
189
- const l = i.map(
190
- (b) => b[o.comparingKey]
191
- ), T = o.groupedOptions ? he(o.options) : o.options;
192
- return n.tooltipMessage = `You can only select up to ${o.maxSelections} items`, n.selections = T.map((b) => {
193
- if (!l.includes(b[o.comparingKey]))
194
- return b[o.comparingKey];
195
- }), n;
190
+ ), i;
191
+ if (o.maxSelections && Array.isArray(n) && n.length >= o.maxSelections) {
192
+ const l = n.map(
193
+ (I) => I[o.comparingKey]
194
+ ), h = o.groupedOptions ? ge(o.options) : o.options;
195
+ return i.tooltipMessage = `You can only select up to ${o.maxSelections} items`, i.selections = h.map((I) => {
196
+ if (!l.includes(I[o.comparingKey]))
197
+ return I[o.comparingKey];
198
+ }), i;
196
199
  }
197
200
  }
198
201
  }
199
- return n.tooltipMessage = null, n.selections = [], n;
200
- }), we = (n) => {
202
+ return i.tooltipMessage = null, i.selections = [], i;
203
+ }), be = (i) => {
201
204
  if ((o.minSelections || o.maxSelections) && o.comparingKey)
202
- return j.value.selections.includes(
203
- n[o.comparingKey]
205
+ return q.value.selections.includes(
206
+ i[o.comparingKey]
204
207
  );
205
- }, L = (n) => n[o.disabledOptionKey] || we(n);
206
- return ee({
207
- selectItem: R,
208
- scrollTo: ue
209
- }), (n, i) => (a(), s("div", m({
208
+ }, E = (i) => i[o.disabledOptionKey] || be(i);
209
+ return _({
210
+ selectItem: W,
211
+ scrollTo: se
212
+ }), (i, n) => (a(), u("div", m({
210
213
  ref_key: "el",
211
- ref: fe,
214
+ ref: me,
212
215
  class: ["dropdown dropdown--main-wrapper", [{ "dropdown--disabled": e.disabled, "full-width": e.fullWidth }]],
213
- tabindex: e.disabled ? -1 : 0
216
+ tabindex: e.disabled ? -1 : 0,
217
+ role: "combobox",
218
+ "aria-haspopup": "listbox",
219
+ "aria-label": e.ariaLabel || void 0,
220
+ "aria-expanded": !!t(s),
221
+ "aria-disabled": e.disabled || void 0,
222
+ "aria-controls": t(s) ? t(v) : void 0,
223
+ "aria-activedescendant": t(he)
214
224
  }, t(g)[t(p).WRAPPER], {
215
- onKeydown: i[8] || (i[8] = //@ts-ignore
216
- (...l) => t(I) && t(I)(...l))
225
+ onKeydown: n[8] || (n[8] = //@ts-ignore
226
+ (...l) => t(C) && t(C)(...l))
217
227
  }), [
218
- u(n.$slots, "label", {}, void 0, !0),
219
- f("div", Ge, [
220
- d(t(Ne), m({
221
- theme: t(U),
228
+ c(i.$slots, "label", {}, void 0, !0),
229
+ f("div", ze, [
230
+ d(t(Fe), m({
231
+ theme: e.theme,
222
232
  "popper-class": [
223
233
  e.popperClass,
224
- t(U),
234
+ e.theme,
225
235
  e.autoSize ? "v-popper--theme-is-dropdown--auto-size" : null,
226
236
  "v4-dropdown"
227
237
  ],
@@ -230,52 +240,49 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
230
240
  distance: e.distance,
231
241
  flip: e.flip,
232
242
  triggers: [],
233
- shown: !!t(y),
243
+ shown: !!t(s),
234
244
  "auto-hide": !1,
235
245
  container: e.container,
236
246
  "auto-size": e.autoSize
237
247
  }, t(g)[t(p).TRIGGER]), {
238
- popper: c(() => [
239
- d(Se, null, {
240
- default: c(() => [
241
- t(y) ? (a(), s("div", {
248
+ popper: y(() => [
249
+ d(ve, null, {
250
+ default: y(() => [
251
+ t(s) ? (a(), u("div", {
242
252
  key: 0,
243
253
  ref_key: "listRef",
244
- ref: ce,
245
- class: B([
246
- t(Te),
247
- {
248
- "dropdown--disabled": e.disabled,
249
- "inline-search": e.inlineSearch
250
- }
251
- ]),
252
- style: ve({ width: t(ke) })
254
+ ref: ue,
255
+ class: F(["light-theme-v4", {
256
+ "dropdown--disabled": e.disabled,
257
+ "inline-search": e.inlineSearch
258
+ }]),
259
+ style: Ie({ width: t(Te) })
253
260
  }, [
254
- t(y) ? (a(), s("div", {
261
+ t(s) ? (a(), u("div", {
255
262
  key: 0,
256
- class: B(["dropdown-list-wrapper", {
263
+ class: F(["dropdown-list-wrapper", {
257
264
  "dropdown-list-wrapper--multi": e.multi,
258
265
  "dropdown-list-wrapper-always-show-scroll": e.alwaysShowScroll
259
266
  }]),
260
- onKeydown: i[7] || (i[7] = //@ts-ignore
261
- (...l) => t(I) && t(I)(...l))
267
+ onKeydown: n[7] || (n[7] = //@ts-ignore
268
+ (...l) => t(C) && t(C)(...l))
262
269
  }, [
263
- t(y) && e.inlineSearch ? (a(), s("div", Xe, [
264
- e.withConditions ? u(n.$slots, "dropdown-conditions", { key: 0 }, () => [
265
- f("div", qe, [
266
- d(t(_), { variant: "body2" }, {
267
- default: c(() => [
268
- k("Conditions")
270
+ t(s) && e.inlineSearch ? (a(), u("div", Ue, [
271
+ e.withConditions ? c(i.$slots, "dropdown-conditions", { key: 0 }, () => [
272
+ f("div", Ye, [
273
+ d(t(Z), { variant: "body2" }, {
274
+ default: y(() => [
275
+ b("Conditions")
269
276
  ]),
270
277
  _: 1
271
278
  })
272
279
  ])
273
280
  ], !0) : r("", !0),
274
- u(n.$slots, "inline-search", {}, () => [
275
- d(t(Pe), {
276
- modelValue: t(K),
281
+ c(i.$slots, "inline-search", {}, () => [
282
+ d(t($e), {
283
+ modelValue: t(x),
277
284
  "onUpdate:modelValue": [
278
- i[4] || (i[4] = (l) => Ce(K) ? K.value = l : null),
285
+ n[4] || (n[4] = (l) => Se(x) ? x.value = l : null),
279
286
  e.onClearSearch
280
287
  ],
281
288
  placeholder: e.inlineSearchPlaceholder,
@@ -283,86 +290,93 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
283
290
  size: "md",
284
291
  "auto-focus": e.searchAutoFocus,
285
292
  "test-id": e.testId,
286
- onKeydown: t(I)
293
+ onKeydown: t(C)
287
294
  }, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id", "onUpdate:modelValue", "onKeydown"])
288
295
  ], !0)
289
296
  ])) : r("", !0),
290
- u(n.$slots, "input-list", { open: t(y) }, void 0, !0),
297
+ c(i.$slots, "input-list", { open: t(s) }, void 0, !0),
291
298
  f("div", m({
292
299
  class: ["list-container", { "list-container--multi": e.multi }],
293
- style: { height: `${t(oe)}rem` }
300
+ style: { height: `${t(te)}rem` }
294
301
  }, {
295
- ...t(te),
302
+ ...t(ee),
296
303
  ...t(g)[t(p).LIST_CONTAINER]
297
304
  }), [
298
- u(n.$slots, "custom-list-area", {}, void 0, !0),
299
- f("ul", m(t(ne), {
305
+ c(i.$slots, "custom-list-area", {}, void 0, !0),
306
+ f("ul", m({ id: t(v) }, t(oe), {
300
307
  role: "listbox",
308
+ "aria-multiselectable": e.multi || void 0,
301
309
  class: ["list", {
302
310
  "list--multi": e.multi,
303
311
  "list--with-conditions": e.withConditions
304
312
  }]
305
313
  }), [
306
- !t(le).length && !e.loading && !e.withConditions ? (a(), s("li", je, [
307
- d(t(_), m({ variant: "body2" }, t(g)[t(p).NO_RESULT]), {
308
- default: c(() => [
309
- k(J(e.noResultsText), 1)
314
+ !t(ie).length && !e.loading && !e.withConditions ? (a(), u("li", qe, [
315
+ d(t(Z), m({ variant: "body2" }, t(g)[t(p).NO_RESULT]), {
316
+ default: y(() => [
317
+ b(j(e.noResultsText), 1)
310
318
  ]),
311
319
  _: 1
312
320
  }, 16)
313
321
  ])) : r("", !0),
314
- e.showSelectAll !== !1 && e.multi && !t(K) && !e.loading && e.options.length && !(e.minSelections || e.maxSelections) ? u(n.$slots, "select-all", { key: 1 }, () => [
315
- f("li", null, [
316
- d(t(Z), m(
322
+ e.showSelectAll !== !1 && e.multi && !t(x) && !e.loading && e.options.length && !(e.minSelections || e.maxSelections) ? c(i.$slots, "select-all", { key: 1 }, () => [
323
+ f("li", {
324
+ id: `${t(v)}-select-all`,
325
+ role: "option",
326
+ "aria-selected": t(R)
327
+ }, [
328
+ d(t(Q), m(
317
329
  {
318
- "aria-selected": t(D),
319
330
  "aria-disabled": !!e.disabled,
320
- "selected-prop": t(D),
321
- "is-indeterminate": t(ie),
331
+ "selected-prop": t(R),
332
+ active: S(t(k)) === -1,
333
+ "is-indeterminate": t(le),
322
334
  "is-multi": e.multi,
323
335
  "select-all-option": ""
324
336
  },
325
337
  t(g)[t(p).SELECT_ALL],
326
338
  {
327
- onClick: i[5] || (i[5] = Q((l) => t(ae)(), ["stop"]))
339
+ onClick: n[5] || (n[5] = J((l) => t(ne)(), ["stop"]))
328
340
  }
329
341
  ), {
330
- default: c(() => [
331
- k(" Select all ")
342
+ default: y(() => [
343
+ b(" Select all ")
332
344
  ]),
333
345
  _: 1
334
- }, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate", "is-multi"])
335
- ])
346
+ }, 16, ["aria-disabled", "selected-prop", "active", "is-indeterminate", "is-multi"])
347
+ ], 8, je)
336
348
  ], !0) : r("", !0),
337
- t(M).length && !e.loading ? (a(!0), s(Ke, { key: 2 }, Ee(t(M), ({ data: l, index: T }) => (a(), s("li", {
338
- key: T,
339
- "aria-selected": t(x)(v(t(h)), l),
340
- "aria-disabled": !!e.disabled,
341
- onClick: Q(
342
- () => !L(l) && t(R)(l, T),
349
+ t(z).length && !e.loading ? (a(!0), u(Ce, { key: 2 }, Ke(t(z), ({ data: l, index: h }) => (a(), u("li", {
350
+ id: `${t(v)}-option-${h}`,
351
+ key: h,
352
+ role: "option",
353
+ "aria-selected": t(B)(S(t(T)), l),
354
+ "aria-disabled": E(l) || void 0,
355
+ onClick: J(
356
+ () => !E(l) && t(W)(l, h),
343
357
  ["stop"]
344
358
  )
345
359
  }, [
346
- e.groupedOptions && t(ge)(l) ? u(n.$slots, "group-option", { key: 0 }, () => [
347
- d(ze, null, {
348
- default: c(() => [
349
- k(J(e.displayValue(l) || l[e.optionNameKey]), 1)
360
+ e.groupedOptions && t(pe)(l) ? c(i.$slots, "group-option", { key: 0 }, () => [
361
+ d(Me, null, {
362
+ default: y(() => [
363
+ b(j(e.displayValue(l) || l[e.optionNameKey]), 1)
350
364
  ]),
351
365
  _: 2
352
366
  }, 1024)
353
- ], !0) : u(n.$slots, "default", {
367
+ ], !0) : c(i.$slots, "default", {
354
368
  key: 1,
355
369
  option: l,
356
- index: T,
357
- selected: t(x)(v(t(h)), l),
358
- active: v(t(z)) === T,
359
- disabled: L(l)
370
+ index: h,
371
+ selected: t(B)(S(t(T)), l),
372
+ active: S(t(k)) === h,
373
+ disabled: E(l)
360
374
  }, () => [
361
- d(t(Z), {
375
+ d(t(Q), {
362
376
  option: l,
363
- "selected-prop": t(x)(t(h), l),
364
- active: v(t(z)) === T,
365
- disabled: L(l),
377
+ "selected-prop": t(B)(t(T), l),
378
+ active: S(t(k)) === h,
379
+ disabled: E(l),
366
380
  "name-key": e.optionNameKey,
367
381
  "image-key": e.optionImageKey,
368
382
  "icon-key": e.optionIconKey,
@@ -376,81 +390,81 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
376
390
  "option-two-lines-key": e.optionTwoLinesKey,
377
391
  "tooltip-placement": e.optionTooltipPosition,
378
392
  "is-multi": e.multi,
379
- "min-max-selection-tooltip-message": t(j)?.tooltipMessage
380
- }, Ae({ _: 2 }, [
381
- n.$slots["option-end"] ? {
393
+ "min-max-selection-tooltip-message": t(q)?.tooltipMessage
394
+ }, xe({ _: 2 }, [
395
+ i.$slots["option-end"] ? {
382
396
  name: "option-end",
383
- fn: c(({ option: b }) => [
384
- u(n.$slots, "option-end", { option: b }, void 0, !0)
397
+ fn: y(({ option: I }) => [
398
+ c(i.$slots, "option-end", { option: I }, void 0, !0)
385
399
  ]),
386
400
  key: "0"
387
401
  } : void 0
388
402
  ]), 1032, ["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", "warning-key", "option-two-lines-variant", "option-two-lines-key", "tooltip-placement", "is-multi", "min-max-selection-tooltip-message"])
389
403
  ], !0)
390
404
  ], 8, Je))), 128)) : r("", !0),
391
- e.loading || e.loadMoreLoading ? (a(), s("li", Qe, [
392
- d(t(E), { round: "" }),
393
- d(t(E), { round: "" }),
394
- d(t(E), { round: "" }),
395
- d(t(E), { round: "" })
405
+ e.loading || e.loadMoreLoading ? (a(), u("li", Qe, [
406
+ d(t(L), { round: "" }),
407
+ d(t(L), { round: "" }),
408
+ d(t(L), { round: "" }),
409
+ d(t(L), { round: "" })
396
410
  ])) : r("", !0)
397
- ], 16)
411
+ ], 16, Xe)
398
412
  ], 16),
399
- e.multi ? (a(), s("div", Ze, [
413
+ e.multi ? (a(), u("div", Ze, [
400
414
  f("div", _e, [
401
- e.showClearAll ? (a(), F(t(P), m(
415
+ e.showClearAll ? (a(), P(t(N), m(
402
416
  {
403
417
  key: 0,
404
418
  ref_key: "clearAll",
405
- ref: pe,
419
+ ref: fe,
406
420
  size: "small",
407
421
  variant: "text",
408
422
  color: "primary"
409
423
  },
410
424
  t(g)[t(p).ACTION_CLEAR_ALL],
411
425
  {
412
- onClick: i[6] || (i[6] = () => t(G)(!1))
426
+ onClick: n[6] || (n[6] = () => t(H)(!1))
413
427
  }
414
428
  ), {
415
- default: c(() => [
416
- k(" Clear all ")
429
+ default: y(() => [
430
+ b(" Clear all ")
417
431
  ]),
418
432
  _: 1
419
433
  }, 16)) : r("", !0)
420
434
  ]),
421
435
  f("div", et, [
422
- d(t(P), m(
436
+ d(t(N), m(
423
437
  {
424
438
  ref_key: "cancel",
425
- ref: me,
439
+ ref: ye,
426
440
  size: "small",
427
441
  variant: "outlined",
428
442
  color: "default"
429
443
  },
430
444
  t(g)[t(p).ACTION_CANCEL],
431
- { onClick: t(re) }
445
+ { onClick: t(de) }
432
446
  ), {
433
- default: c(() => [
434
- k(" Cancel ")
447
+ default: y(() => [
448
+ b(" Cancel ")
435
449
  ]),
436
450
  _: 1
437
451
  }, 16, ["onClick"]),
438
- d(t(P), m({
452
+ d(t(N), m({
439
453
  ref_key: "apply",
440
- ref: ye,
454
+ ref: ce,
441
455
  "data-testid": "mutli-apply",
442
456
  size: "small",
443
457
  class: "apply-button"
444
- }, t(g)[t(p).ACTION_APPLY], { onClick: t(se) }), {
445
- default: c(() => [
446
- k(" Apply ")
458
+ }, t(g)[t(p).ACTION_APPLY], { onClick: t(re) }), {
459
+ default: y(() => [
460
+ b(" Apply ")
447
461
  ]),
448
462
  _: 1
449
463
  }, 16, ["onClick"])
450
464
  ])
451
465
  ])) : r("", !0),
452
- n.$slots.footer ? (a(), s("div", tt, [
453
- u(n.$slots, "footer", {}, void 0, !0)
466
+ i.$slots.footer ? (a(), u("div", tt, [
467
+ c(i.$slots, "footer", {}, void 0, !0)
454
468
  ])) : r("", !0)
455
469
  ], 34)) : r("", !0)
456
470
  ], 6)) : r("", !0)
@@ -458,36 +472,36 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
458
472
  _: 3
459
473
  })
460
474
  ]),
461
- default: c(() => [
475
+ default: y(() => [
462
476
  f("div", {
463
- class: B(["button__container", {
464
- "button__container--open": !!t(y),
477
+ class: F(["button__container", {
478
+ "button__container--open": !!t(s),
465
479
  [`button__container--${e.size}`]: !0,
466
480
  "button__container--disabled": e.disabled
467
481
  }])
468
482
  }, [
469
483
  f("div", {
470
484
  ref_key: "buttonRef",
471
- ref: W
485
+ ref: G
472
486
  }, [
473
- u(n.$slots, "dropdown-trigger", {
487
+ c(i.$slots, "dropdown-trigger", {
474
488
  buttonTriggerProps: {
475
- open: t(y),
489
+ open: t(s),
476
490
  disabled: e.disabled,
477
- label: t(de) || e.placeholder,
478
- onClick: () => t(C)(),
491
+ label: t(ae) || e.placeholder,
492
+ onClick: () => t(K)(),
479
493
  testId: e.testId
480
494
  },
481
495
  defaultTriggerProps: {
482
496
  placeholder: e.placeholder,
483
- open: t(y),
497
+ open: t(s),
484
498
  label: e.triggerLabel,
485
499
  showFeedbackIcon: e.triggerFeedbackShowIcon,
486
500
  mandatory: e.mandatory,
487
501
  testId: e.testId,
488
502
  multi: e.multi,
489
503
  disabled: e.disabled,
490
- selectedOption: e.multi ? t(O) : t(h),
504
+ selectedOption: e.multi ? t($) : t(T),
491
505
  displayValue: e.displayValue,
492
506
  options: e.options,
493
507
  optionNameKey: e.optionNameKey,
@@ -503,25 +517,25 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
503
517
  statusDotType: e.statusType,
504
518
  size: e.size,
505
519
  showAllSelectedText: e.triggerShowAllSelectedText,
506
- allSelected: t(A),
520
+ allSelected: t(O),
507
521
  inlineError: e.inlineError,
508
522
  inlineErrorText: e.inlineErrorText,
509
523
  inlineErrorTextPlacement: e.inlineErrorTextPlacement,
510
- onKeydown: t($),
511
- onClick: q
524
+ onKeydown: t(M),
525
+ onClick: X
512
526
  }
513
527
  }, () => [
514
- t(Y) ? (a(), s("div", He, [
515
- (a(), F(xe(t(Y)), {
528
+ t(U) ? (a(), u("div", We, [
529
+ (a(), P(Ee(t(U)), {
516
530
  placeholder: e.placeholder,
517
- open: t(y),
531
+ open: t(s),
518
532
  label: e.triggerLabel,
519
533
  "show-feedback-icon": e.triggerFeedbackShowIcon,
520
534
  mandatory: e.mandatory,
521
535
  "test-id": e.testId,
522
536
  multi: e.multi,
523
537
  disabled: e.disabled,
524
- "selected-option": e.multi ? t(O) : t(h),
538
+ "selected-option": e.multi ? t($) : t(T),
525
539
  "display-value": e.displayValue,
526
540
  options: e.options,
527
541
  "option-name-key": e.optionNameKey,
@@ -537,33 +551,34 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
537
551
  "status-dot-type": e.statusType,
538
552
  size: e.size,
539
553
  "show-all-selected-text": e.triggerShowAllSelectedText,
540
- "all-selected": t(A),
554
+ "all-selected": t(O),
541
555
  "inline-error": e.inlineError,
542
556
  "inline-error-text": e.inlineErrorText,
543
557
  "inline-error-text-placement": e.inlineErrorTextPlacement,
544
- onKeydown: t($),
545
- onClick: q,
546
- onCopyToClipboard: i[0] || (i[0] = (l) => N("copyToClipboard"))
558
+ onKeydown: t(M),
559
+ onClick: X,
560
+ onCopyToClipboard: n[0] || (n[0] = (l) => V("copyToClipboard"))
547
561
  }, 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", "inline-error", "inline-error-text", "inline-error-text-placement", "onKeydown"]))
548
562
  ])) : r("", !0),
549
- e.predefinedTrigger === t(w).ICON_BUTTON ? (a(), s("div", Ue, [
563
+ e.predefinedTrigger === t(w).ICON_BUTTON ? (a(), u("div", Ge, [
550
564
  d(t(Le), {
551
- onClick: i[1] || (i[1] = (l) => t(C)())
552
- })
565
+ "aria-label": e.ariaLabel || void 0,
566
+ onClick: n[1] || (n[1] = (l) => t(K)())
567
+ }, null, 8, ["aria-label"])
553
568
  ])) : r("", !0),
554
- e.predefinedTrigger === t(w).CHIP ? (a(), s("div", Ye, [
555
- d(t(Be), {
556
- open: t(y),
569
+ e.predefinedTrigger === t(w).CHIP ? (a(), u("div", He, [
570
+ d(t(Oe), {
571
+ open: t(s),
557
572
  label: e.placeholder,
558
573
  "test-id": e.testId,
559
574
  options: e.options,
560
- "selected-option": e.multi ? t(O) : t(h),
575
+ "selected-option": e.multi ? t($) : t(T),
561
576
  "display-value": e.displayValue,
562
577
  multi: e.multi,
563
- "all-selected": t(A),
578
+ "all-selected": t(O),
564
579
  "shown-values-count": e.triggerShownValuesCount,
565
- onClick: i[2] || (i[2] = (l) => t(C)()),
566
- onClear: i[3] || (i[3] = (l) => t(G)())
580
+ onClick: n[2] || (n[2] = (l) => t(K)()),
581
+ onClear: n[3] || (n[3] = (l) => t(H)())
567
582
  }, null, 8, ["open", "label", "test-id", "options", "selected-option", "display-value", "multi", "all-selected", "shown-values-count"])
568
583
  ])) : r("", !0)
569
584
  ], !0)
@@ -572,7 +587,7 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
572
587
  ]),
573
588
  _: 3
574
589
  }, 16, ["theme", "popper-class", "placement", "skidding", "distance", "flip", "shown", "container", "auto-size"]),
575
- e.triggerFeedbackText ? (a(), F(Re, {
590
+ e.triggerFeedbackText ? (a(), P(De, {
576
591
  key: 0,
577
592
  text: e.triggerFeedbackText,
578
593
  variant: e.triggerFeedbackVariant,
@@ -581,9 +596,9 @@ const We = ["tabindex"], Ge = { style: { width: "100%" } }, He = { key: 0 }, Ue
581
596
  class: "dropdown-field-help-text"
582
597
  }, null, 8, ["text", "variant", "show-icon", "test-id"])) : r("", !0)
583
598
  ])
584
- ], 16, We));
599
+ ], 16, Re));
585
600
  }
586
601
  });
587
602
  export {
588
- Ot as default
603
+ Lt as default
589
604
  };