@ironsource/shared-ui 2.1.11-rc.6 → 2.1.11-rc.60
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.
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_026d82c5_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_aa32a103_lang.css +1 -0
- package/ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2a77c137_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_73bf9b5b_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_5ff4b654_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
- package/README.md +4 -15
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_07b259bf_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- package/components/chart/Chart.vue.d.ts +16 -3
- package/components/chart/Chart.vue.js +5 -5
- package/components/chart/Chart.vue2.js +145 -123
- package/components/chart/ChartHeader.vue.d.ts +13 -6
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +32 -29
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +110 -50
- package/components/chart/ChartLoader.vue.js +5 -23
- package/components/chart/ChartLoader.vue2.js +15 -0
- package/components/chart/ChartTooltip.vue.d.ts +4 -5
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +64 -43
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +34 -26
- package/components/chart/index.d.ts +55 -16
- package/components/chart/mockData.d.ts +22 -1
- package/components/chart/types.d.ts +15 -1
- package/components/chart/utils/utils.js +5 -5
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
- package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +80 -73
- package/components/dialog/v4/index.d.ts +58 -1
- package/components/dropdown/common/Dropdown.common.js +200 -189
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +39 -39
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +88 -47
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +133 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +246 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +45 -46
- package/components/dropdown/v4/DropdownV4.vue.d.ts +26 -6
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +187 -167
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +116 -91
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +123 -113
- package/components/dropdown/v4/index.d.ts +431 -95
- package/components/dropdown/v4/index.js +6 -3
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +2 -2
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +1 -1
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/icon/v4/consts.d.ts +1 -1
- package/components/icon/v4/consts.js +1 -1
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +185 -165
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.d.ts +11 -1
- package/components/popover/v4/PopoverV4.vue.js +4 -3
- package/components/popover/v4/PopoverV4.vue2.js +40 -26
- package/components/popover/v4/index.d.ts +46 -8
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
- package/components/sortableList/SortableItem.vue.d.ts +5 -0
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +86 -70
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +20 -23
- package/components/sortableList/SortableList.vue.d.ts +17 -1
- package/components/sortableList/SortableList.vue.js +4 -4
- package/components/sortableList/SortableList.vue2.js +113 -94
- package/components/sortableList/index.d.ts +63 -5
- package/components/table/common/Table.common.d.ts +1 -1
- package/components/table/common/Table.common.js +83 -77
- package/components/table/common/Table.types.d.ts +1 -1
- package/components/table/common/consts.d.ts +4 -0
- package/components/table/common/consts.js +7 -0
- package/components/table/v3/Table.vue.d.ts +1 -1
- package/components/table/v3/index.d.ts +5 -5
- package/components/table/v4/DataGrid.vue.d.ts +12 -2
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +164 -155
- package/components/table/v4/DataGridMenu.vue.js +5 -5
- package/components/table/v4/DataGridMenu.vue2.js +4 -3
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +84 -46
- package/components/table-cells/common/Editable.common.js +29 -23
- package/components/table-cells/common/EditableContext.d.ts +1 -0
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +11 -10
- package/components/table-cells/v4/index.d.ts +20 -1
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/components/typography/v4/Typography.vue.js +2 -2
- package/components/typography/v4/Typography.vue2.js +24 -18
- package/design-foundation.stories/icons/iconsData.d.ts +1 -1
- package/index.d.ts +1570 -328
- package/index.js +1 -1
- package/mocks/options.d.ts +19 -0
- package/mocks/words.d.ts +1 -1
- package/package.json +2 -1
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/style/v4/spacings.scss +1 -0
- package/testids/index.d.ts +2 -0
- package/testids/index.js +13 -13
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
- package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_111642c6_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_da829544_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_985779f7_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
- package/consts/configs.js +0 -4
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import "../../../DropdownV4.
|
|
1
|
+
import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as fe, computed as U, openBlock as n, createElementBlock as r, mergeProps as y, unref as t, renderSlot as f, createElementVNode as m, createVNode as i, withCtx as u, Transition as me, normalizeClass as O, normalizeStyle as pe, createTextVNode as T, createCommentVNode as a, isRef as ge, toDisplayString as G, withModifiers as W, Fragment as Te, renderList as ke, toRaw as C, createBlock as X, resolveDynamicComponent as he } from "vue";
|
|
2
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
|
|
9
|
-
import
|
|
10
|
-
import
|
|
8
|
+
import we from "./IconButtonDropdownTrigger.vue.js";
|
|
9
|
+
import Ie from "./ChipDropdownTrigger.vue.js";
|
|
10
|
+
import ve from "./AppDropdownTrigger.vue.js";
|
|
11
11
|
import "./ButtonDropdownTrigger.vue.js";
|
|
12
12
|
import "./ButtonFilterDropdownTrigger.vue.js";
|
|
13
13
|
import "./TreeDropdown.vue.js";
|
|
14
14
|
import q from "./OptionV4.vue.js";
|
|
15
|
-
import
|
|
16
|
-
import Ce from "../../
|
|
15
|
+
import "./ConditionalDropdown.vue.js";
|
|
16
|
+
import Ce from "../../search/v4/SearchV4.vue.js";
|
|
17
|
+
import Y from "../../typography/v4/Typography.vue.js";
|
|
17
18
|
import { Dropdown as Se } from "floating-vue";
|
|
18
|
-
import { DropdownTestIdModifiers as
|
|
19
|
+
import { DropdownTestIdModifiers as p } from "../../../testids/index.js";
|
|
19
20
|
import { dropdownCommon as Ke } from "../common/Dropdown.common.js";
|
|
20
21
|
import S from "../../skeleton/v4/SkeletonV4.vue.js";
|
|
21
22
|
import { useTestIdAttrs as Ae } from "../../../utils/testIds.js";
|
|
22
|
-
import { TRIGGERS as
|
|
23
|
+
import { TRIGGERS as k } from "./Dropdown.types.js";
|
|
23
24
|
import { useElementSize as Ee } from "@vueuse/core";
|
|
24
25
|
import Oe from "../../shared/FieldHelpText.vue.js";
|
|
25
26
|
import Le from "./GroupOption.vue.js";
|
|
26
|
-
const
|
|
27
|
+
const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve = { key: 1 }, xe = { key: 2 }, De = {
|
|
27
28
|
key: 0,
|
|
28
29
|
class: "inline-search-wrapper"
|
|
29
|
-
}, Pe = {
|
|
30
|
+
}, Pe = { class: "dropdown-conditions" }, Re = {
|
|
30
31
|
key: 0,
|
|
31
32
|
class: "no-result-container"
|
|
32
|
-
}, Re = {
|
|
33
|
-
key: 1,
|
|
34
|
-
class: "loader"
|
|
35
33
|
}, ze = ["aria-selected", "aria-disabled", "onClick"], $e = {
|
|
34
|
+
key: 3,
|
|
35
|
+
class: "loader"
|
|
36
|
+
}, Me = {
|
|
36
37
|
key: 1,
|
|
37
38
|
class: "actions-wrapper"
|
|
38
|
-
}, He = { class: "actions-clear-all" },
|
|
39
|
+
}, He = { class: "actions-clear-all" }, Ue = { class: "actions-apply-cancel" }, Tt = /* @__PURE__ */ fe({
|
|
39
40
|
__name: "DropdownV4",
|
|
40
41
|
props: {
|
|
41
42
|
modelValue: { default: null },
|
|
@@ -45,6 +46,8 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
45
46
|
disabled: { type: Boolean, default: !1 },
|
|
46
47
|
popperClass: { default: "" },
|
|
47
48
|
loading: { type: Boolean },
|
|
49
|
+
loadMoreLoading: { type: Boolean },
|
|
50
|
+
infiniteLoading: { type: Boolean, default: !1 },
|
|
48
51
|
testId: { default: "" },
|
|
49
52
|
isOpen: { type: Boolean },
|
|
50
53
|
options: null,
|
|
@@ -67,13 +70,13 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
67
70
|
triggerShowAllSelectedText: { type: Boolean, default: !0 },
|
|
68
71
|
size: { default: "medium" },
|
|
69
72
|
mandatory: { type: Boolean, default: !1 },
|
|
70
|
-
predefinedTrigger: { default:
|
|
73
|
+
predefinedTrigger: { default: k.DEFAULT },
|
|
71
74
|
inlineSearch: { type: Boolean, default: !1 },
|
|
72
75
|
inlineSearchPlaceholder: { default: "Search" },
|
|
73
76
|
onSearch: { type: Function, default: null },
|
|
74
77
|
noResultsText: { default: "No results found" },
|
|
75
78
|
searchAutoFocus: { type: Boolean, default: !0 },
|
|
76
|
-
|
|
79
|
+
onClearSearch: { type: Function, default: () => !0 },
|
|
77
80
|
displayValue: null,
|
|
78
81
|
optionNameKey: { default: "" },
|
|
79
82
|
optionIconKey: { default: "" },
|
|
@@ -95,11 +98,12 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
95
98
|
optionsListWidth: { default: null },
|
|
96
99
|
statusType: { default: null },
|
|
97
100
|
disableVirtualScroll: { type: Boolean, default: !1 },
|
|
98
|
-
overrideOptionCountCalculation: { type: Function, default: null }
|
|
101
|
+
overrideOptionCountCalculation: { type: Function, default: null },
|
|
102
|
+
withConditions: { type: Boolean, default: !1 }
|
|
99
103
|
},
|
|
100
|
-
emits: ["update:selected", "update:isOpen", "closed", "opened", "apply", "selectAll", "clear", "copyToClipboard", "onsearch"],
|
|
101
|
-
setup(e, { expose:
|
|
102
|
-
const
|
|
104
|
+
emits: ["update:selected", "update:isOpen", "closed", "opened", "apply", "selectAll", "clear", "copyToClipboard", "onsearch", "loadMore", "allSelectedChanged", "unsavedSelectionUpdate"],
|
|
105
|
+
setup(e, { expose: j, emit: B }) {
|
|
106
|
+
const d = e, F = {
|
|
103
107
|
MULTILINE_LIST_HEIGHT: 48,
|
|
104
108
|
LIST_HEIGHT: 32 + 4,
|
|
105
109
|
MAX_NUMBER_OF_OPTIONS: 7.5,
|
|
@@ -107,55 +111,55 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
107
111
|
DROPLIST_MIN_WIDTH: 240,
|
|
108
112
|
VERSION: 4
|
|
109
113
|
}, {
|
|
110
|
-
onKeydown:
|
|
111
|
-
open:
|
|
112
|
-
toggleMenu:
|
|
113
|
-
onButtonKeydown:
|
|
114
|
-
query:
|
|
115
|
-
containerProps:
|
|
116
|
-
calculateTableHeight:
|
|
117
|
-
wrapperProps:
|
|
118
|
-
filteredOptions:
|
|
114
|
+
onKeydown: b,
|
|
115
|
+
open: s,
|
|
116
|
+
toggleMenu: I,
|
|
117
|
+
onButtonKeydown: N,
|
|
118
|
+
query: v,
|
|
119
|
+
containerProps: J,
|
|
120
|
+
calculateTableHeight: Q,
|
|
121
|
+
wrapperProps: Z,
|
|
122
|
+
filteredOptions: _,
|
|
119
123
|
allSelected: V,
|
|
120
124
|
allSelectedApplied: K,
|
|
121
|
-
isIndeterminate:
|
|
122
|
-
onSelectAll:
|
|
125
|
+
isIndeterminate: ee,
|
|
126
|
+
onSelectAll: te,
|
|
123
127
|
virtualOptions: x,
|
|
124
128
|
isSelected: A,
|
|
125
|
-
selectedOption:
|
|
129
|
+
selectedOption: h,
|
|
126
130
|
selectedOptionPrevious: E,
|
|
127
|
-
selectedValue:
|
|
131
|
+
selectedValue: oe,
|
|
128
132
|
onSelect: D,
|
|
129
133
|
activeIndex: P,
|
|
130
|
-
onCancel:
|
|
131
|
-
onApply:
|
|
134
|
+
onCancel: le,
|
|
135
|
+
onApply: ie,
|
|
132
136
|
scrollTo: ne,
|
|
133
|
-
listRef:
|
|
137
|
+
listRef: ae,
|
|
134
138
|
buttonRef: R,
|
|
135
|
-
apply:
|
|
136
|
-
cancel:
|
|
137
|
-
el:
|
|
139
|
+
apply: de,
|
|
140
|
+
cancel: re,
|
|
141
|
+
el: se,
|
|
138
142
|
onClearAllSelections: z,
|
|
139
143
|
clearAll: ue,
|
|
140
|
-
isGroup:
|
|
141
|
-
} = Ke(
|
|
142
|
-
|
|
144
|
+
isGroup: ce
|
|
145
|
+
} = Ke(d, B, F), g = Ae(d.testId, p), $ = U(() => !d.predefinedTrigger || d.predefinedTrigger === k.DEFAULT ? be : d.predefinedTrigger === k.APP ? ve : null), { width: M } = Ee(R), ye = U(() => d.optionsListWidth ? d.optionsListWidth : !d.predefinedTrigger || d.predefinedTrigger === k.DEFAULT || d.predefinedTrigger === k.APP ? M.value - 2 > 240 ? `${M.value - 2}px` : `${F.DROPLIST_MIN_WIDTH}px` : "auto"), H = () => {
|
|
146
|
+
I();
|
|
143
147
|
};
|
|
144
|
-
return
|
|
148
|
+
return j({
|
|
145
149
|
selectItem: D,
|
|
146
150
|
scrollTo: ne
|
|
147
|
-
}), (
|
|
151
|
+
}), (c, l) => (n(), r("div", y({
|
|
148
152
|
ref_key: "el",
|
|
149
|
-
ref:
|
|
153
|
+
ref: se,
|
|
150
154
|
class: ["dropdown dropdown--main-wrapper", [{ "dropdown--disabled": e.disabled, "full-width": e.fullWidth }]],
|
|
151
155
|
tabindex: e.disabled ? -1 : 0
|
|
152
|
-
}, t(
|
|
156
|
+
}, t(g)[t(p).WRAPPER], {
|
|
153
157
|
onKeydown: l[8] || (l[8] = //@ts-ignore
|
|
154
|
-
(...o) => t(
|
|
158
|
+
(...o) => t(b) && t(b)(...o))
|
|
155
159
|
}), [
|
|
156
|
-
|
|
157
|
-
m("div",
|
|
158
|
-
|
|
160
|
+
f(c.$slots, "label", {}, void 0, !0),
|
|
161
|
+
m("div", Fe, [
|
|
162
|
+
i(t(Se), y({
|
|
159
163
|
theme: e.theme,
|
|
160
164
|
"popper-class": [
|
|
161
165
|
e.popperClass,
|
|
@@ -168,121 +172,130 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
168
172
|
distance: e.distance,
|
|
169
173
|
flip: e.flip,
|
|
170
174
|
triggers: [],
|
|
171
|
-
shown: !!t(
|
|
175
|
+
shown: !!t(s),
|
|
172
176
|
"auto-hide": !1,
|
|
173
177
|
container: e.container,
|
|
174
178
|
"auto-size": e.autoSize
|
|
175
|
-
}, t(
|
|
176
|
-
popper:
|
|
177
|
-
|
|
178
|
-
default:
|
|
179
|
-
t(
|
|
179
|
+
}, t(g)[t(p).TRIGGER]), {
|
|
180
|
+
popper: u(() => [
|
|
181
|
+
i(me, null, {
|
|
182
|
+
default: u(() => [
|
|
183
|
+
t(s) ? (n(), r("div", {
|
|
180
184
|
key: 0,
|
|
181
185
|
ref_key: "listRef",
|
|
182
|
-
ref:
|
|
186
|
+
ref: ae,
|
|
183
187
|
class: O(["light-theme-v4", {
|
|
184
188
|
"dropdown--disabled": e.disabled,
|
|
185
189
|
"inline-search": e.inlineSearch
|
|
186
190
|
}]),
|
|
187
|
-
style:
|
|
191
|
+
style: pe({ width: t(ye) })
|
|
188
192
|
}, [
|
|
189
|
-
t(
|
|
193
|
+
t(s) ? (n(), r("div", {
|
|
190
194
|
key: 0,
|
|
191
195
|
class: O(["dropdown-list-wrapper", { "dropdown-list-wrapper--multi": e.multi }]),
|
|
192
196
|
onKeydown: l[7] || (l[7] = //@ts-ignore
|
|
193
|
-
(...o) => t(
|
|
197
|
+
(...o) => t(b) && t(b)(...o))
|
|
194
198
|
}, [
|
|
195
|
-
t(
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
+
t(s) && e.inlineSearch ? (n(), r("div", De, [
|
|
200
|
+
e.withConditions ? f(c.$slots, "dropdown-conditions", { key: 0 }, () => [
|
|
201
|
+
m("div", Pe, [
|
|
202
|
+
i(t(Y), { variant: "body2" }, {
|
|
203
|
+
default: u(() => [
|
|
204
|
+
T("Conditions")
|
|
205
|
+
]),
|
|
206
|
+
_: 1
|
|
207
|
+
})
|
|
208
|
+
])
|
|
209
|
+
], !0) : a("", !0),
|
|
210
|
+
f(c.$slots, "inline-search", {}, () => [
|
|
211
|
+
i(t(Ce), {
|
|
212
|
+
modelValue: t(v),
|
|
199
213
|
"onUpdate:modelValue": [
|
|
200
|
-
l[4] || (l[4] = (o) =>
|
|
201
|
-
e.
|
|
214
|
+
l[4] || (l[4] = (o) => ge(v) ? v.value = o : null),
|
|
215
|
+
e.onClearSearch
|
|
202
216
|
],
|
|
203
217
|
placeholder: e.inlineSearchPlaceholder,
|
|
204
218
|
variant: "transparent",
|
|
205
219
|
size: "md",
|
|
206
220
|
"auto-focus": e.searchAutoFocus,
|
|
207
221
|
"test-id": e.testId,
|
|
208
|
-
onKeydown: t(
|
|
222
|
+
onKeydown: t(b)
|
|
209
223
|
}, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id", "onUpdate:modelValue", "onKeydown"])
|
|
210
224
|
], !0)
|
|
211
|
-
])) :
|
|
212
|
-
|
|
213
|
-
m("div",
|
|
225
|
+
])) : a("", !0),
|
|
226
|
+
f(c.$slots, "input-list", { open: t(s) }, void 0, !0),
|
|
227
|
+
m("div", y({
|
|
214
228
|
class: ["list-container", { "list-container--multi": e.multi }],
|
|
215
|
-
style: { height: `${t(
|
|
229
|
+
style: { height: `${t(Q)}rem` }
|
|
216
230
|
}, {
|
|
217
|
-
...t(
|
|
218
|
-
...t(
|
|
231
|
+
...t(J),
|
|
232
|
+
...t(g)[t(p).LIST_CONTAINER]
|
|
219
233
|
}), [
|
|
220
|
-
|
|
234
|
+
f(c.$slots, "custom-list-area", {}, void 0, !0),
|
|
235
|
+
m("ul", y(t(Z), {
|
|
221
236
|
role: "listbox",
|
|
222
|
-
class: ["list", {
|
|
237
|
+
class: ["list", {
|
|
238
|
+
"list--multi": e.multi,
|
|
239
|
+
"list--with-conditions": e.withConditions
|
|
240
|
+
}]
|
|
223
241
|
}), [
|
|
224
|
-
!t(
|
|
225
|
-
|
|
226
|
-
default:
|
|
227
|
-
|
|
242
|
+
!t(_).length && !e.loading && !e.withConditions ? (n(), r("li", Re, [
|
|
243
|
+
i(t(Y), y({ variant: "body2" }, t(g)[t(p).NO_RESULT]), {
|
|
244
|
+
default: u(() => [
|
|
245
|
+
T(G(e.noResultsText), 1)
|
|
228
246
|
]),
|
|
229
247
|
_: 1
|
|
230
248
|
}, 16)
|
|
231
|
-
])) :
|
|
232
|
-
e.loading ? (
|
|
233
|
-
n(t(S), { round: "" }),
|
|
234
|
-
n(t(S), { round: "" }),
|
|
235
|
-
n(t(S), { round: "" }),
|
|
236
|
-
n(t(S), { round: "" })
|
|
237
|
-
])) : r("", !0),
|
|
238
|
-
e.showSelectAll !== !1 && e.multi && !t(C) && !e.loading ? g(p.$slots, "select-all", { key: 2 }, () => [
|
|
249
|
+
])) : a("", !0),
|
|
250
|
+
e.showSelectAll !== !1 && e.multi && !t(v) && !e.loading && e.options.length ? f(c.$slots, "select-all", { key: 1 }, () => [
|
|
239
251
|
m("li", null, [
|
|
240
|
-
|
|
252
|
+
i(t(q), y(
|
|
241
253
|
{
|
|
242
254
|
"aria-selected": t(V),
|
|
243
255
|
"aria-disabled": !!e.disabled,
|
|
244
256
|
"selected-prop": t(V),
|
|
245
|
-
"is-indeterminate": t(
|
|
257
|
+
"is-indeterminate": t(ee),
|
|
258
|
+
"is-multi": e.multi,
|
|
246
259
|
"select-all-option": ""
|
|
247
260
|
},
|
|
248
|
-
t(
|
|
261
|
+
t(g)[t(p).SELECT_ALL],
|
|
249
262
|
{
|
|
250
|
-
onClick: l[5] || (l[5] =
|
|
263
|
+
onClick: l[5] || (l[5] = W((o) => t(te)(), ["stop"]))
|
|
251
264
|
}
|
|
252
265
|
), {
|
|
253
|
-
default:
|
|
254
|
-
|
|
266
|
+
default: u(() => [
|
|
267
|
+
T(" Select all ")
|
|
255
268
|
]),
|
|
256
269
|
_: 1
|
|
257
|
-
}, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate"])
|
|
270
|
+
}, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate", "is-multi"])
|
|
258
271
|
])
|
|
259
|
-
], !0) :
|
|
260
|
-
t(x).length && !e.loading ? (
|
|
261
|
-
key:
|
|
262
|
-
"aria-selected": t(A)(
|
|
272
|
+
], !0) : a("", !0),
|
|
273
|
+
t(x).length && !e.loading ? (n(!0), r(Te, { key: 2 }, ke(t(x), ({ data: o, index: w }) => (n(), r("li", {
|
|
274
|
+
key: w,
|
|
275
|
+
"aria-selected": t(A)(C(t(h)), o),
|
|
263
276
|
"aria-disabled": !!e.disabled,
|
|
264
|
-
onClick:
|
|
277
|
+
onClick: W(() => t(D)(o, w), ["stop"])
|
|
265
278
|
}, [
|
|
266
|
-
e.groupedOptions && t(
|
|
267
|
-
|
|
268
|
-
default:
|
|
269
|
-
|
|
279
|
+
e.groupedOptions && t(ce)(o) ? f(c.$slots, "group-option", { key: 0 }, () => [
|
|
280
|
+
i(Le, null, {
|
|
281
|
+
default: u(() => [
|
|
282
|
+
T(G(e.displayValue(o) || o[e.optionNameKey]), 1)
|
|
270
283
|
]),
|
|
271
284
|
_: 2
|
|
272
285
|
}, 1024)
|
|
273
|
-
], !0) :
|
|
286
|
+
], !0) : f(c.$slots, "default", {
|
|
274
287
|
key: 1,
|
|
275
288
|
option: o,
|
|
276
|
-
index:
|
|
277
|
-
selected: t(A)(
|
|
278
|
-
active:
|
|
279
|
-
disabled: o[
|
|
289
|
+
index: w,
|
|
290
|
+
selected: t(A)(C(t(h)), o),
|
|
291
|
+
active: C(t(P)) === w,
|
|
292
|
+
disabled: o[d.disabledOptionKey]
|
|
280
293
|
}, () => [
|
|
281
|
-
|
|
294
|
+
i(t(q), {
|
|
282
295
|
option: o,
|
|
283
|
-
"selected-prop": t(A)(
|
|
284
|
-
active:
|
|
285
|
-
disabled: o[
|
|
296
|
+
"selected-prop": t(A)(t(h), o),
|
|
297
|
+
active: C(t(P)) === w,
|
|
298
|
+
disabled: o[d.disabledOptionKey],
|
|
286
299
|
"name-key": e.optionNameKey,
|
|
287
300
|
"image-key": e.optionImageKey,
|
|
288
301
|
"icon-key": e.optionIconKey,
|
|
@@ -292,15 +305,22 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
292
305
|
"end-text-icon-key": e.optionsEndTextIconKey,
|
|
293
306
|
"option-flag-key": e.optionFlagKey,
|
|
294
307
|
"option-two-lines-variant": e.optionTwoLinesVariant,
|
|
295
|
-
"option-two-lines-key": e.optionTwoLinesKey
|
|
296
|
-
|
|
308
|
+
"option-two-lines-key": e.optionTwoLinesKey,
|
|
309
|
+
"is-multi": e.multi
|
|
310
|
+
}, 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", "is-multi"])
|
|
297
311
|
], !0)
|
|
298
|
-
], 8, ze))), 128)) :
|
|
312
|
+
], 8, ze))), 128)) : a("", !0),
|
|
313
|
+
e.loading || e.loadMoreLoading ? (n(), r("li", $e, [
|
|
314
|
+
i(t(S), { round: "" }),
|
|
315
|
+
i(t(S), { round: "" }),
|
|
316
|
+
i(t(S), { round: "" }),
|
|
317
|
+
i(t(S), { round: "" })
|
|
318
|
+
])) : a("", !0)
|
|
299
319
|
], 16)
|
|
300
320
|
], 16),
|
|
301
|
-
e.multi ? (
|
|
321
|
+
e.multi ? (n(), r("div", Me, [
|
|
302
322
|
m("div", He, [
|
|
303
|
-
|
|
323
|
+
i(t(L), y(
|
|
304
324
|
{
|
|
305
325
|
ref_key: "clearAll",
|
|
306
326
|
ref: ue,
|
|
@@ -308,58 +328,58 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
308
328
|
variant: "text",
|
|
309
329
|
color: "primary"
|
|
310
330
|
},
|
|
311
|
-
t(
|
|
331
|
+
t(g)[t(p).ACTION_CLEAR_ALL],
|
|
312
332
|
{
|
|
313
333
|
onClick: l[6] || (l[6] = () => t(z)(!1))
|
|
314
334
|
}
|
|
315
335
|
), {
|
|
316
|
-
default:
|
|
317
|
-
|
|
336
|
+
default: u(() => [
|
|
337
|
+
T(" Clear all ")
|
|
318
338
|
]),
|
|
319
339
|
_: 1
|
|
320
340
|
}, 16)
|
|
321
341
|
]),
|
|
322
|
-
m("div",
|
|
323
|
-
|
|
342
|
+
m("div", Ue, [
|
|
343
|
+
i(t(L), y(
|
|
324
344
|
{
|
|
325
345
|
ref_key: "cancel",
|
|
326
|
-
ref:
|
|
346
|
+
ref: re,
|
|
327
347
|
size: "small",
|
|
328
348
|
variant: "outlined",
|
|
329
349
|
color: "primary"
|
|
330
350
|
},
|
|
331
|
-
t(
|
|
332
|
-
{ onClick: t(
|
|
351
|
+
t(g)[t(p).ACTION_CANCEL],
|
|
352
|
+
{ onClick: t(le) }
|
|
333
353
|
), {
|
|
334
|
-
default:
|
|
335
|
-
|
|
354
|
+
default: u(() => [
|
|
355
|
+
T(" Cancel ")
|
|
336
356
|
]),
|
|
337
357
|
_: 1
|
|
338
358
|
}, 16, ["onClick"]),
|
|
339
|
-
|
|
359
|
+
i(t(L), y({
|
|
340
360
|
ref_key: "apply",
|
|
341
|
-
ref:
|
|
361
|
+
ref: de,
|
|
342
362
|
"data-testid": "mutli-apply",
|
|
343
363
|
size: "small",
|
|
344
364
|
class: "apply-button"
|
|
345
|
-
}, t(
|
|
346
|
-
default:
|
|
347
|
-
|
|
365
|
+
}, t(g)[t(p).ACTION_APPLY], { onClick: t(ie) }), {
|
|
366
|
+
default: u(() => [
|
|
367
|
+
T(" Apply ")
|
|
348
368
|
]),
|
|
349
369
|
_: 1
|
|
350
370
|
}, 16, ["onClick"])
|
|
351
371
|
])
|
|
352
|
-
])) :
|
|
353
|
-
], 34)) :
|
|
354
|
-
], 6)) :
|
|
372
|
+
])) : a("", !0)
|
|
373
|
+
], 34)) : a("", !0)
|
|
374
|
+
], 6)) : a("", !0)
|
|
355
375
|
]),
|
|
356
376
|
_: 3
|
|
357
377
|
})
|
|
358
378
|
]),
|
|
359
|
-
default:
|
|
379
|
+
default: u(() => [
|
|
360
380
|
m("div", {
|
|
361
381
|
class: O(["button__container", {
|
|
362
|
-
"button__container--open": !!t(
|
|
382
|
+
"button__container--open": !!t(s),
|
|
363
383
|
[`button__container--${e.size}`]: !0,
|
|
364
384
|
"button__container--disabled": e.disabled
|
|
365
385
|
}])
|
|
@@ -368,23 +388,23 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
368
388
|
ref_key: "buttonRef",
|
|
369
389
|
ref: R
|
|
370
390
|
}, [
|
|
371
|
-
|
|
391
|
+
f(c.$slots, "dropdown-trigger", {
|
|
372
392
|
buttonTriggerProps: {
|
|
373
|
-
open: t(
|
|
393
|
+
open: t(s),
|
|
374
394
|
disabled: e.disabled,
|
|
375
|
-
label: t(
|
|
376
|
-
onClick: () => t(
|
|
395
|
+
label: t(oe) || e.placeholder,
|
|
396
|
+
onClick: () => t(I)()
|
|
377
397
|
},
|
|
378
398
|
defaultTriggerProps: {
|
|
379
399
|
placeholder: e.placeholder,
|
|
380
|
-
open: t(
|
|
400
|
+
open: t(s),
|
|
381
401
|
label: e.triggerLabel,
|
|
382
402
|
showFeedbackIcon: e.triggerFeedbackShowIcon,
|
|
383
403
|
mandatory: e.mandatory,
|
|
384
404
|
testId: e.testId,
|
|
385
405
|
multi: e.multi,
|
|
386
406
|
disabled: e.disabled,
|
|
387
|
-
selectedOption: e.multi ? t(E) : t(
|
|
407
|
+
selectedOption: e.multi ? t(E) : t(h),
|
|
388
408
|
displayValue: e.displayValue,
|
|
389
409
|
options: e.options,
|
|
390
410
|
optionNameKey: e.optionNameKey,
|
|
@@ -401,21 +421,21 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
401
421
|
size: e.size,
|
|
402
422
|
showAllSelectedText: e.triggerShowAllSelectedText,
|
|
403
423
|
allSelected: t(K),
|
|
404
|
-
onKeydown: t(
|
|
405
|
-
onClick:
|
|
424
|
+
onKeydown: t(N),
|
|
425
|
+
onClick: H
|
|
406
426
|
}
|
|
407
427
|
}, () => [
|
|
408
|
-
t($) ? (
|
|
409
|
-
(
|
|
428
|
+
t($) ? (n(), r("div", Ne, [
|
|
429
|
+
(n(), X(he(t($)), {
|
|
410
430
|
placeholder: e.placeholder,
|
|
411
|
-
open: t(
|
|
431
|
+
open: t(s),
|
|
412
432
|
label: e.triggerLabel,
|
|
413
433
|
"show-feedback-icon": e.triggerFeedbackShowIcon,
|
|
414
434
|
mandatory: e.mandatory,
|
|
415
435
|
"test-id": e.testId,
|
|
416
436
|
multi: e.multi,
|
|
417
437
|
disabled: e.disabled,
|
|
418
|
-
"selected-option": e.multi ? t(E) : t(
|
|
438
|
+
"selected-option": e.multi ? t(E) : t(h),
|
|
419
439
|
"display-value": e.displayValue,
|
|
420
440
|
options: e.options,
|
|
421
441
|
"option-name-key": e.optionNameKey,
|
|
@@ -432,48 +452,48 @@ const Fe = ["tabindex"], Ne = { style: { width: "100%" } }, Be = { key: 0 }, Ve
|
|
|
432
452
|
size: e.size,
|
|
433
453
|
"show-all-selected-text": e.triggerShowAllSelectedText,
|
|
434
454
|
"all-selected": t(K),
|
|
435
|
-
onKeydown: t(
|
|
436
|
-
onClick:
|
|
437
|
-
onCopyToClipboard: l[0] || (l[0] = (o) =>
|
|
455
|
+
onKeydown: t(N),
|
|
456
|
+
onClick: H,
|
|
457
|
+
onCopyToClipboard: l[0] || (l[0] = (o) => B("copyToClipboard"))
|
|
438
458
|
}, 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"]))
|
|
439
|
-
])) :
|
|
440
|
-
e.predefinedTrigger === t(
|
|
441
|
-
|
|
442
|
-
onClick: l[1] || (l[1] = (o) => t(
|
|
459
|
+
])) : a("", !0),
|
|
460
|
+
e.predefinedTrigger === t(k).ICON_BUTTON ? (n(), r("div", Ve, [
|
|
461
|
+
i(t(we), {
|
|
462
|
+
onClick: l[1] || (l[1] = (o) => t(I)())
|
|
443
463
|
})
|
|
444
|
-
])) :
|
|
445
|
-
e.predefinedTrigger === t(
|
|
446
|
-
|
|
447
|
-
open: t(
|
|
464
|
+
])) : a("", !0),
|
|
465
|
+
e.predefinedTrigger === t(k).CHIP ? (n(), r("div", xe, [
|
|
466
|
+
i(t(Ie), {
|
|
467
|
+
open: t(s),
|
|
448
468
|
label: e.placeholder,
|
|
449
469
|
"test-id": e.testId,
|
|
450
470
|
options: e.options,
|
|
451
|
-
"selected-option": e.multi ? t(E) : t(
|
|
471
|
+
"selected-option": e.multi ? t(E) : t(h),
|
|
452
472
|
"display-value": e.displayValue,
|
|
453
473
|
multi: e.multi,
|
|
454
474
|
"all-selected": t(K),
|
|
455
|
-
onClick: l[2] || (l[2] = (o) => t(
|
|
475
|
+
onClick: l[2] || (l[2] = (o) => t(I)()),
|
|
456
476
|
onClear: l[3] || (l[3] = (o) => t(z)())
|
|
457
477
|
}, null, 8, ["open", "label", "test-id", "options", "selected-option", "display-value", "multi", "all-selected"])
|
|
458
|
-
])) :
|
|
478
|
+
])) : a("", !0)
|
|
459
479
|
], !0)
|
|
460
480
|
], 512)
|
|
461
481
|
], 2)
|
|
462
482
|
]),
|
|
463
483
|
_: 3
|
|
464
484
|
}, 16, ["theme", "popper-class", "placement", "skidding", "distance", "flip", "shown", "container", "auto-size"]),
|
|
465
|
-
e.triggerFeedbackText ? (
|
|
485
|
+
e.triggerFeedbackText ? (n(), X(Oe, {
|
|
466
486
|
key: 0,
|
|
467
487
|
text: e.triggerFeedbackText,
|
|
468
488
|
variant: e.triggerFeedbackVariant,
|
|
469
489
|
"show-icon": e.triggerFeedbackShowIcon,
|
|
470
490
|
"test-id": e.testId,
|
|
471
491
|
class: "dropdown-field-help-text"
|
|
472
|
-
}, null, 8, ["text", "variant", "show-icon", "test-id"])) :
|
|
492
|
+
}, null, 8, ["text", "variant", "show-icon", "test-id"])) : a("", !0)
|
|
473
493
|
])
|
|
474
|
-
], 16,
|
|
494
|
+
], 16, Be));
|
|
475
495
|
}
|
|
476
496
|
});
|
|
477
497
|
export {
|
|
478
|
-
|
|
498
|
+
Tt as default
|
|
479
499
|
};
|