@ironsource/shared-ui 2.1.12-test.98 → 2.1.12
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/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +1 -0
- package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_ca558859_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_9c4df598_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +1 -0
- package/ColumnConfigurator.vue_vue_type_style_index_0_scoped_702ad52e_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8cc86a27_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +1 -0
- package/DataGridContainer.vue_vue_type_style_index_0_scoped_9a30b10c_lang.css +1 -0
- package/DataGridHeader.vue_vue_type_style_index_0_scoped_0e826456_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_e38c881a_lang.css +1 -0
- package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
- package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_a594c97e_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
- package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
- package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
- package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
- package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
- package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
- package/{SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css → SettingsHeader.vue_vue_type_style_index_0_scoped_a869d327_lang.css} +1 -1
- package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
- package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
- package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
- package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +1 -0
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_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_63dc057e_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +21 -1
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +130 -114
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +49 -44
- package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
- package/components/chart/ChartHeaderTrend.vue.js +2 -2
- package/components/chart/ChartHeaderTrend.vue2.js +43 -39
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +76 -71
- package/components/chart/ChartPlane.vue.d.ts +15 -0
- package/components/chart/ChartPlane.vue.js +5 -5
- package/components/chart/ChartPlane.vue2.js +173 -156
- package/components/chart/ChartStoryArgs.d.ts +17 -0
- package/components/chart/ChartTooltip.vue.d.ts +5 -0
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +39 -35
- package/components/chart/LegendSorting.vue.d.ts +5 -0
- package/components/chart/LegendSorting.vue.js +16 -14
- package/components/chart/SettingsHeader.vue.d.ts +19 -3
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +36 -29
- package/components/chart/TooltipHeader.vue.js +3 -3
- package/components/chart/TooltipHeader.vue2.js +26 -26
- package/components/chart/colorPalette.d.ts +2 -1
- package/components/chart/colorPalette.js +47 -33
- package/components/chart/composables/useColorsMap.d.ts +3 -1
- package/components/chart/composables/useColorsMap.js +32 -30
- package/components/chart/consts.d.ts +5 -1
- package/components/chart/consts.js +30 -26
- package/components/chart/index.d.ts +77 -1
- package/components/chart/mockData.d.ts +15 -0
- package/components/chart/types.d.ts +3 -1
- package/components/chart/types.js +5 -5
- package/components/chart/utils/utils.d.ts +1 -1
- package/components/chart/utils/utils.js +20 -14
- package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
- package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
- package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
- package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
- package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
- package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
- package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
- package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
- package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
- package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
- package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
- package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
- package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
- package/components/columnConfigurator/consts.d.ts +1 -0
- package/components/columnConfigurator/consts.js +4 -0
- package/components/columnConfigurator/index.d.ts +73 -0
- package/components/columnConfigurator/index.js +6 -0
- package/components/columnConfigurator/mockData.d.ts +30 -0
- package/components/columnConfigurator/utils.d.ts +2 -0
- package/components/columnConfigurator/utils.js +18 -0
- package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
- package/components/columnPicker/ColumnPicker.vue.js +7 -0
- package/components/columnPicker/ColumnPicker.vue2.js +322 -0
- package/components/columnPicker/OptionChip.vue.d.ts +53 -0
- package/components/columnPicker/OptionChip.vue.js +7 -0
- package/components/columnPicker/OptionChip.vue2.js +46 -0
- package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
- package/components/columnPicker/RemoveButton.vue.js +7 -0
- package/components/columnPicker/RemoveButton.vue2.js +35 -0
- package/components/columnPicker/index.d.ts +388 -0
- package/components/columnPicker/index.js +6 -0
- package/components/columnPicker/mockData.d.ts +8 -0
- package/components/dateRange/common/DateRange.common.js +60 -60
- package/components/dialog/v3/Dialog.vue.d.ts +3 -3
- package/components/dialog/v3/index.d.ts +46 -46
- package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
- package/components/dialog/v4/DialogFooter.vue.js +7 -0
- package/components/dialog/v4/DialogFooter.vue2.js +60 -0
- package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
- package/components/dialog/v4/DialogHeader.vue.js +7 -0
- package/components/dialog/v4/DialogHeader.vue2.js +58 -0
- package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +65 -107
- package/components/dialog/v4/index.d.ts +157 -157
- package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +20 -20
- package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +194 -187
- package/components/dropdown/v4/DropdownV4.vue.d.ts +7 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +118 -107
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -70
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
- package/components/dropdown/v4/index.d.ts +81 -3
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
- package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
- package/components/emptyState/v4/index.d.ts +20 -1
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
- package/components/includeExclude/index.d.ts +70 -70
- package/components/input/v4/TextField.vue.d.ts +12 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +129 -105
- package/components/input/v4/index.d.ts +46 -2
- package/components/link/Link.vue.d.ts +95 -0
- package/components/link/Link.vue.js +7 -0
- package/components/link/Link.vue2.js +65 -0
- package/components/link/index.d.ts +296 -0
- package/components/link/index.js +6 -0
- package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
- package/components/radioButton/v3/RadioButton.vue.js +3 -3
- package/components/radioButton/v3/RadioButton.vue2.js +42 -39
- package/components/radioButton/v3/index.d.ts +20 -1
- package/components/sortableList/LoaderBars.vue.d.ts +34 -0
- package/components/sortableList/LoaderBars.vue.js +7 -0
- package/components/sortableList/LoaderBars.vue2.js +25 -0
- package/components/sortableList/SortableItem.vue.d.ts +17 -2
- package/components/sortableList/SortableItem.vue.js +5 -5
- package/components/sortableList/SortableItem.vue2.js +86 -70
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +26 -23
- package/components/sortableList/SortableList.types.d.ts +1 -0
- package/components/sortableList/SortableList.vue.d.ts +12 -2
- package/components/sortableList/SortableList.vue.js +5 -5
- package/components/sortableList/SortableList.vue2.js +111 -113
- package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
- package/components/sortableList/SortableSelectableList.vue.js +7 -0
- package/components/sortableList/SortableSelectableList.vue2.js +128 -0
- package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
- package/components/sortableList/composables/useDraggableHelpers.js +20 -0
- package/components/sortableList/composables/useHoverEffect.js +1 -1
- package/components/sortableList/consts.d.ts +2 -0
- package/components/sortableList/consts.js +4 -2
- package/components/sortableList/index.d.ts +77 -39
- package/components/table/common/consts.d.ts +2 -0
- package/components/table/common/consts.js +6 -4
- package/components/table/v4/DataGrid.vue.d.ts +12 -7
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +273 -268
- package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
- package/components/table/v4/DataGridContainer.vue.js +7 -0
- package/components/table/v4/DataGridContainer.vue2.js +19 -0
- package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
- package/components/table/v4/DataGridHeader.vue.js +7 -0
- package/components/table/v4/DataGridHeader.vue2.js +84 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
- package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
- package/components/table/v4/MultipleDataGrid.vue.js +2 -2
- package/components/table/v4/MultipleDataGrid.vue2.js +92 -90
- package/components/table/v4/index.d.ts +646 -332
- package/components/table/v4/index.js +11 -5
- package/components/table/v4/storyUtils.d.ts +25 -0
- package/components/tagsField/TagsField.types.d.ts +4 -0
- package/components/tagsField/TagsField.vue.d.ts +65 -0
- package/components/tagsField/TagsField.vue.js +7 -0
- package/components/tagsField/TagsField.vue2.js +90 -0
- package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
- package/components/tagsField/TagsFieldChip.vue.js +7 -0
- package/components/tagsField/TagsFieldChip.vue2.js +81 -0
- package/components/tagsField/consts.d.ts +1 -0
- package/components/tagsField/consts.js +4 -0
- package/components/tagsField/index.d.ts +75 -0
- package/components/tagsField/index.js +6 -0
- package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
- package/components/tooltip/v4/index.d.ts +20 -1
- package/index.d.ts +2675 -1649
- package/index.js +137 -121
- package/package.json +18 -1
- package/testids/index.d.ts +47 -1
- package/testids/index.js +40 -32
- package/utils/date.d.ts +1 -0
- package/utils/date.js +9 -0
- package/utils/formatNumbers.d.ts +1 -1
- package/utils/formatNumbers.js +38 -21
- package/utils/object.d.ts +2 -0
- package/utils/object.js +9 -5
- package/utils/search.js +1 -1
- package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
- package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_934163c0_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
- package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../DropdownV4.
|
|
1
|
+
import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_a594c97e_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as ke, computed as B, watch as we, toRaw as S, openBlock as a, createElementBlock as r, mergeProps as m, unref as t, renderSlot as u, createElementVNode as f, createVNode as d, withCtx as c, Transition as Te, normalizeClass as x, normalizeStyle as be, createTextVNode as w, createCommentVNode as s, isRef as Ie, toDisplayString as q, withModifiers as j, Fragment as Se, renderList as ve, createSlots as Ce, createBlock as F, resolveDynamicComponent as Ke } from "vue";
|
|
2
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";
|
|
@@ -13,14 +13,14 @@ import "./ButtonFilterDropdownTrigger.vue.js";
|
|
|
13
13
|
import "./TreeDropdown.vue.js";
|
|
14
14
|
import J from "./OptionV4.vue.js";
|
|
15
15
|
import "./ConditionalDropdown.vue.js";
|
|
16
|
-
import
|
|
16
|
+
import Be from "../../search/v4/SearchV4.vue.js";
|
|
17
17
|
import Q from "../../typography/v4/Typography.vue.js";
|
|
18
|
-
import { Dropdown as
|
|
18
|
+
import { Dropdown as xe } from "floating-vue";
|
|
19
19
|
import { DropdownTestIdModifiers as p } from "../../../testids/index.js";
|
|
20
20
|
import { dropdownCommon as Fe } from "../common/Dropdown.common.js";
|
|
21
21
|
import K from "../../skeleton/v4/SkeletonV4.vue.js";
|
|
22
22
|
import { useTestIdAttrs as Ne } from "../../../utils/testIds.js";
|
|
23
|
-
import { TRIGGERS as
|
|
23
|
+
import { TRIGGERS as T } from "./Dropdown.types.js";
|
|
24
24
|
import { useElementSize as Ve } from "@vueuse/core";
|
|
25
25
|
import De from "../../shared/FieldHelpText.vue.js";
|
|
26
26
|
import Pe from "./GroupOption.vue.js";
|
|
@@ -36,7 +36,10 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
36
36
|
}, qe = {
|
|
37
37
|
key: 1,
|
|
38
38
|
class: "actions-wrapper"
|
|
39
|
-
}, je = { class: "actions-clear-all" }, Je = { class: "actions-apply-cancel" },
|
|
39
|
+
}, je = { class: "actions-clear-all" }, Je = { class: "actions-apply-cancel" }, Qe = {
|
|
40
|
+
key: 2,
|
|
41
|
+
class: "dropdown-footer"
|
|
42
|
+
}, Ct = /* @__PURE__ */ ke({
|
|
40
43
|
__name: "DropdownV4",
|
|
41
44
|
props: {
|
|
42
45
|
modelValue: { default: null },
|
|
@@ -60,6 +63,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
60
63
|
dynamicFilterMode: { type: Boolean, default: !1 },
|
|
61
64
|
minSelections: { default: 0 },
|
|
62
65
|
maxSelections: { default: null },
|
|
66
|
+
alwaysShowScroll: { type: Boolean, default: !0 },
|
|
63
67
|
isOnTop: { type: Boolean, default: !1 },
|
|
64
68
|
distance: { default: 0 },
|
|
65
69
|
container: { default: "body" },
|
|
@@ -75,7 +79,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
75
79
|
triggerShownValuesCount: { default: 1 },
|
|
76
80
|
size: { default: "medium" },
|
|
77
81
|
mandatory: { type: Boolean, default: !1 },
|
|
78
|
-
predefinedTrigger: { default:
|
|
82
|
+
predefinedTrigger: { default: T.DEFAULT },
|
|
79
83
|
inlineSearch: { type: Boolean, default: !1 },
|
|
80
84
|
inlineSearchPlaceholder: { default: "Search" },
|
|
81
85
|
onSearch: { type: Function, default: null },
|
|
@@ -119,7 +123,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
119
123
|
VERSION: 4
|
|
120
124
|
}, {
|
|
121
125
|
onKeydown: I,
|
|
122
|
-
open:
|
|
126
|
+
open: y,
|
|
123
127
|
toggleMenu: v,
|
|
124
128
|
onButtonKeydown: P,
|
|
125
129
|
query: C,
|
|
@@ -129,13 +133,13 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
129
133
|
filteredOptions: oe,
|
|
130
134
|
allSelected: $,
|
|
131
135
|
allSelectedApplied: A,
|
|
132
|
-
isIndeterminate:
|
|
133
|
-
onSelectAll:
|
|
136
|
+
isIndeterminate: le,
|
|
137
|
+
onSelectAll: ne,
|
|
134
138
|
virtualOptions: M,
|
|
135
139
|
isSelected: O,
|
|
136
140
|
selectedOption: h,
|
|
137
141
|
selectedOptionPrevious: L,
|
|
138
|
-
selectedValue:
|
|
142
|
+
selectedValue: ie,
|
|
139
143
|
onSelect: R,
|
|
140
144
|
activeIndex: z,
|
|
141
145
|
onCancel: ae,
|
|
@@ -150,8 +154,8 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
150
154
|
clearAll: me,
|
|
151
155
|
isGroup: fe,
|
|
152
156
|
flattenAndMarkGroupOptions: pe
|
|
153
|
-
} = Fe(o, V, D), g = Ne(o.testId, p), H =
|
|
154
|
-
|
|
157
|
+
} = Fe(o, V, D), g = Ne(o.testId, p), H = B(() => !o.predefinedTrigger || o.predefinedTrigger === T.DEFAULT ? Ae : o.predefinedTrigger === T.APP ? Ee : null), { width: U } = Ve(W), ge = B(() => o.optionsListWidth ? o.optionsListWidth : !o.predefinedTrigger || o.predefinedTrigger === T.DEFAULT || o.predefinedTrigger === T.APP ? U.value - 2 > 240 ? `${U.value - 2}px` : `${D.DROPLIST_MIN_WIDTH}px` : "auto");
|
|
158
|
+
we(
|
|
155
159
|
() => o.optionsListWidth,
|
|
156
160
|
() => {
|
|
157
161
|
o.optionsListWidth && document.documentElement.style.setProperty(
|
|
@@ -162,51 +166,51 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
162
166
|
);
|
|
163
167
|
const Y = () => {
|
|
164
168
|
v();
|
|
165
|
-
}, X =
|
|
166
|
-
const
|
|
169
|
+
}, X = B(() => {
|
|
170
|
+
const l = {
|
|
167
171
|
tooltipMessage: null,
|
|
168
172
|
selections: []
|
|
169
173
|
};
|
|
170
174
|
if (o.multi && o.comparingKey) {
|
|
171
|
-
const
|
|
175
|
+
const i = S(h.value);
|
|
172
176
|
if (o.minSelections || o.maxSelections) {
|
|
173
|
-
if (Array.isArray(
|
|
174
|
-
return
|
|
177
|
+
if (Array.isArray(i) && i.length <= o.minSelections)
|
|
178
|
+
return l.tooltipMessage = `You need to select at least ${o.minSelections} item${o.minSelections > 1 ? "s" : ""}`, l.selections = i.map(
|
|
175
179
|
(n) => n[o.comparingKey]
|
|
176
|
-
),
|
|
177
|
-
if (o.maxSelections && Array.isArray(
|
|
178
|
-
const n =
|
|
180
|
+
), l;
|
|
181
|
+
if (o.maxSelections && Array.isArray(i) && i.length >= o.maxSelections) {
|
|
182
|
+
const n = i.map(
|
|
179
183
|
(b) => b[o.comparingKey]
|
|
180
184
|
), k = o.groupedOptions ? pe(o.options) : o.options;
|
|
181
|
-
return
|
|
185
|
+
return l.tooltipMessage = `You can only select up to ${o.maxSelections} items`, l.selections = k.map((b) => {
|
|
182
186
|
if (!n.includes(b[o.comparingKey]))
|
|
183
187
|
return b[o.comparingKey];
|
|
184
|
-
}),
|
|
188
|
+
}), l;
|
|
185
189
|
}
|
|
186
190
|
}
|
|
187
191
|
}
|
|
188
|
-
return
|
|
189
|
-
}), he = (
|
|
192
|
+
return l.tooltipMessage = null, l.selections = [], l;
|
|
193
|
+
}), he = (l) => {
|
|
190
194
|
if ((o.minSelections || o.maxSelections) && o.comparingKey)
|
|
191
195
|
return X.value.selections.includes(
|
|
192
|
-
|
|
196
|
+
l[o.comparingKey]
|
|
193
197
|
);
|
|
194
|
-
}, E = (
|
|
198
|
+
}, E = (l) => l[o.disabledOptionKey] || he(l);
|
|
195
199
|
return Z({
|
|
196
200
|
selectItem: R,
|
|
197
201
|
scrollTo: se
|
|
198
|
-
}), (
|
|
202
|
+
}), (l, i) => (a(), r("div", m({
|
|
199
203
|
ref_key: "el",
|
|
200
204
|
ref: ye,
|
|
201
205
|
class: ["dropdown dropdown--main-wrapper", [{ "dropdown--disabled": e.disabled, "full-width": e.fullWidth }]],
|
|
202
206
|
tabindex: e.disabled ? -1 : 0
|
|
203
207
|
}, t(g)[t(p).WRAPPER], {
|
|
204
|
-
onKeydown:
|
|
208
|
+
onKeydown: i[8] || (i[8] = //@ts-ignore
|
|
205
209
|
(...n) => t(I) && t(I)(...n))
|
|
206
210
|
}), [
|
|
207
|
-
|
|
211
|
+
u(l.$slots, "label", {}, void 0, !0),
|
|
208
212
|
f("div", Me, [
|
|
209
|
-
|
|
213
|
+
d(t(xe), m({
|
|
210
214
|
theme: e.theme,
|
|
211
215
|
"popper-class": [
|
|
212
216
|
e.popperClass,
|
|
@@ -219,46 +223,49 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
219
223
|
distance: e.distance,
|
|
220
224
|
flip: e.flip,
|
|
221
225
|
triggers: [],
|
|
222
|
-
shown: !!t(
|
|
226
|
+
shown: !!t(y),
|
|
223
227
|
"auto-hide": !1,
|
|
224
228
|
container: e.container,
|
|
225
229
|
"auto-size": e.autoSize
|
|
226
230
|
}, t(g)[t(p).TRIGGER]), {
|
|
227
|
-
popper:
|
|
228
|
-
|
|
229
|
-
default:
|
|
230
|
-
t(
|
|
231
|
+
popper: c(() => [
|
|
232
|
+
d(Te, null, {
|
|
233
|
+
default: c(() => [
|
|
234
|
+
t(y) ? (a(), r("div", {
|
|
231
235
|
key: 0,
|
|
232
236
|
ref_key: "listRef",
|
|
233
237
|
ref: re,
|
|
234
|
-
class:
|
|
238
|
+
class: x(["light-theme-v4", {
|
|
235
239
|
"dropdown--disabled": e.disabled,
|
|
236
240
|
"inline-search": e.inlineSearch
|
|
237
241
|
}]),
|
|
238
242
|
style: be({ width: t(ge) })
|
|
239
243
|
}, [
|
|
240
|
-
t(
|
|
244
|
+
t(y) ? (a(), r("div", {
|
|
241
245
|
key: 0,
|
|
242
|
-
class:
|
|
243
|
-
|
|
246
|
+
class: x(["dropdown-list-wrapper", {
|
|
247
|
+
"dropdown-list-wrapper--multi": e.multi,
|
|
248
|
+
"dropdown-list-wrapper-always-show-scroll": e.alwaysShowScroll
|
|
249
|
+
}]),
|
|
250
|
+
onKeydown: i[7] || (i[7] = //@ts-ignore
|
|
244
251
|
(...n) => t(I) && t(I)(...n))
|
|
245
252
|
}, [
|
|
246
|
-
t(
|
|
247
|
-
e.withConditions ?
|
|
253
|
+
t(y) && e.inlineSearch ? (a(), r("div", Ge, [
|
|
254
|
+
e.withConditions ? u(l.$slots, "dropdown-conditions", { key: 0 }, () => [
|
|
248
255
|
f("div", He, [
|
|
249
|
-
|
|
250
|
-
default:
|
|
251
|
-
|
|
256
|
+
d(t(Q), { variant: "body2" }, {
|
|
257
|
+
default: c(() => [
|
|
258
|
+
w("Conditions")
|
|
252
259
|
]),
|
|
253
260
|
_: 1
|
|
254
261
|
})
|
|
255
262
|
])
|
|
256
263
|
], !0) : s("", !0),
|
|
257
|
-
|
|
258
|
-
|
|
264
|
+
u(l.$slots, "inline-search", {}, () => [
|
|
265
|
+
d(t(Be), {
|
|
259
266
|
modelValue: t(C),
|
|
260
267
|
"onUpdate:modelValue": [
|
|
261
|
-
|
|
268
|
+
i[4] || (i[4] = (n) => Ie(C) ? C.value = n : null),
|
|
262
269
|
e.onClearSearch
|
|
263
270
|
],
|
|
264
271
|
placeholder: e.inlineSearchPlaceholder,
|
|
@@ -270,7 +277,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
270
277
|
}, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id", "onUpdate:modelValue", "onKeydown"])
|
|
271
278
|
], !0)
|
|
272
279
|
])) : s("", !0),
|
|
273
|
-
|
|
280
|
+
u(l.$slots, "input-list", { open: t(y) }, void 0, !0),
|
|
274
281
|
f("div", m({
|
|
275
282
|
class: ["list-container", { "list-container--multi": e.multi }],
|
|
276
283
|
style: { height: `${t(ee)}rem` }
|
|
@@ -278,7 +285,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
278
285
|
...t(_),
|
|
279
286
|
...t(g)[t(p).LIST_CONTAINER]
|
|
280
287
|
}), [
|
|
281
|
-
|
|
288
|
+
u(l.$slots, "custom-list-area", {}, void 0, !0),
|
|
282
289
|
f("ul", m(t(te), {
|
|
283
290
|
role: "listbox",
|
|
284
291
|
class: ["list", {
|
|
@@ -286,38 +293,38 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
286
293
|
"list--with-conditions": e.withConditions
|
|
287
294
|
}]
|
|
288
295
|
}), [
|
|
289
|
-
!t(oe).length && !e.loading && !e.withConditions ? (
|
|
290
|
-
|
|
291
|
-
default:
|
|
292
|
-
|
|
296
|
+
!t(oe).length && !e.loading && !e.withConditions ? (a(), r("li", Ue, [
|
|
297
|
+
d(t(Q), m({ variant: "body2" }, t(g)[t(p).NO_RESULT]), {
|
|
298
|
+
default: c(() => [
|
|
299
|
+
w(q(e.noResultsText), 1)
|
|
293
300
|
]),
|
|
294
301
|
_: 1
|
|
295
302
|
}, 16)
|
|
296
303
|
])) : s("", !0),
|
|
297
|
-
e.showSelectAll !== !1 && e.multi && !t(C) && !e.loading && e.options.length && !(e.minSelections || e.maxSelections) ?
|
|
304
|
+
e.showSelectAll !== !1 && e.multi && !t(C) && !e.loading && e.options.length && !(e.minSelections || e.maxSelections) ? u(l.$slots, "select-all", { key: 1 }, () => [
|
|
298
305
|
f("li", null, [
|
|
299
|
-
|
|
306
|
+
d(t(J), m(
|
|
300
307
|
{
|
|
301
308
|
"aria-selected": t($),
|
|
302
309
|
"aria-disabled": !!e.disabled,
|
|
303
310
|
"selected-prop": t($),
|
|
304
|
-
"is-indeterminate": t(
|
|
311
|
+
"is-indeterminate": t(le),
|
|
305
312
|
"is-multi": e.multi,
|
|
306
313
|
"select-all-option": ""
|
|
307
314
|
},
|
|
308
315
|
t(g)[t(p).SELECT_ALL],
|
|
309
316
|
{
|
|
310
|
-
onClick:
|
|
317
|
+
onClick: i[5] || (i[5] = j((n) => t(ne)(), ["stop"]))
|
|
311
318
|
}
|
|
312
319
|
), {
|
|
313
|
-
default:
|
|
314
|
-
|
|
320
|
+
default: c(() => [
|
|
321
|
+
w(" Select all ")
|
|
315
322
|
]),
|
|
316
323
|
_: 1
|
|
317
324
|
}, 16, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate", "is-multi"])
|
|
318
325
|
])
|
|
319
326
|
], !0) : s("", !0),
|
|
320
|
-
t(M).length && !e.loading ? (
|
|
327
|
+
t(M).length && !e.loading ? (a(!0), r(Se, { key: 2 }, ve(t(M), ({ data: n, index: k }) => (a(), r("li", {
|
|
321
328
|
key: k,
|
|
322
329
|
"aria-selected": t(O)(S(t(h)), n),
|
|
323
330
|
"aria-disabled": !!e.disabled,
|
|
@@ -326,14 +333,14 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
326
333
|
["stop"]
|
|
327
334
|
)
|
|
328
335
|
}, [
|
|
329
|
-
e.groupedOptions && t(fe)(n) ?
|
|
330
|
-
|
|
331
|
-
default:
|
|
332
|
-
|
|
336
|
+
e.groupedOptions && t(fe)(n) ? u(l.$slots, "group-option", { key: 0 }, () => [
|
|
337
|
+
d(Pe, null, {
|
|
338
|
+
default: c(() => [
|
|
339
|
+
w(q(e.displayValue(n) || n[e.optionNameKey]), 1)
|
|
333
340
|
]),
|
|
334
341
|
_: 2
|
|
335
342
|
}, 1024)
|
|
336
|
-
], !0) :
|
|
343
|
+
], !0) : u(l.$slots, "default", {
|
|
337
344
|
key: 1,
|
|
338
345
|
option: n,
|
|
339
346
|
index: k,
|
|
@@ -341,7 +348,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
341
348
|
active: S(t(z)) === k,
|
|
342
349
|
disabled: E(n)
|
|
343
350
|
}, () => [
|
|
344
|
-
|
|
351
|
+
d(t(J), {
|
|
345
352
|
option: n,
|
|
346
353
|
"selected-prop": t(O)(t(h), n),
|
|
347
354
|
active: S(t(z)) === k,
|
|
@@ -361,27 +368,27 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
361
368
|
"is-multi": e.multi,
|
|
362
369
|
"min-max-selection-tooltip-message": t(X)?.tooltipMessage
|
|
363
370
|
}, Ce({ _: 2 }, [
|
|
364
|
-
|
|
371
|
+
l.$slots["option-end"] ? {
|
|
365
372
|
name: "option-end",
|
|
366
|
-
fn:
|
|
367
|
-
|
|
373
|
+
fn: c(({ option: b }) => [
|
|
374
|
+
u(l.$slots, "option-end", { option: b }, void 0, !0)
|
|
368
375
|
]),
|
|
369
376
|
key: "0"
|
|
370
377
|
} : void 0
|
|
371
378
|
]), 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"])
|
|
372
379
|
], !0)
|
|
373
380
|
], 8, Ye))), 128)) : s("", !0),
|
|
374
|
-
e.loading || e.loadMoreLoading ? (
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
381
|
+
e.loading || e.loadMoreLoading ? (a(), r("li", Xe, [
|
|
382
|
+
d(t(K), { round: "" }),
|
|
383
|
+
d(t(K), { round: "" }),
|
|
384
|
+
d(t(K), { round: "" }),
|
|
385
|
+
d(t(K), { round: "" })
|
|
379
386
|
])) : s("", !0)
|
|
380
387
|
], 16)
|
|
381
388
|
], 16),
|
|
382
|
-
e.multi ? (
|
|
389
|
+
e.multi ? (a(), r("div", qe, [
|
|
383
390
|
f("div", je, [
|
|
384
|
-
e.showClearAll ? (
|
|
391
|
+
e.showClearAll ? (a(), F(t(N), m(
|
|
385
392
|
{
|
|
386
393
|
key: 0,
|
|
387
394
|
ref_key: "clearAll",
|
|
@@ -392,17 +399,17 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
392
399
|
},
|
|
393
400
|
t(g)[t(p).ACTION_CLEAR_ALL],
|
|
394
401
|
{
|
|
395
|
-
onClick:
|
|
402
|
+
onClick: i[6] || (i[6] = () => t(G)(!1))
|
|
396
403
|
}
|
|
397
404
|
), {
|
|
398
|
-
default:
|
|
399
|
-
|
|
405
|
+
default: c(() => [
|
|
406
|
+
w(" Clear all ")
|
|
400
407
|
]),
|
|
401
408
|
_: 1
|
|
402
409
|
}, 16)) : s("", !0)
|
|
403
410
|
]),
|
|
404
411
|
f("div", Je, [
|
|
405
|
-
|
|
412
|
+
d(t(N), m(
|
|
406
413
|
{
|
|
407
414
|
ref_key: "cancel",
|
|
408
415
|
ref: ce,
|
|
@@ -413,24 +420,27 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
413
420
|
t(g)[t(p).ACTION_CANCEL],
|
|
414
421
|
{ onClick: t(ae) }
|
|
415
422
|
), {
|
|
416
|
-
default:
|
|
417
|
-
|
|
423
|
+
default: c(() => [
|
|
424
|
+
w(" Cancel ")
|
|
418
425
|
]),
|
|
419
426
|
_: 1
|
|
420
427
|
}, 16, ["onClick"]),
|
|
421
|
-
|
|
428
|
+
d(t(N), m({
|
|
422
429
|
ref_key: "apply",
|
|
423
430
|
ref: ue,
|
|
424
431
|
"data-testid": "mutli-apply",
|
|
425
432
|
size: "small",
|
|
426
433
|
class: "apply-button"
|
|
427
434
|
}, t(g)[t(p).ACTION_APPLY], { onClick: t(de) }), {
|
|
428
|
-
default:
|
|
429
|
-
|
|
435
|
+
default: c(() => [
|
|
436
|
+
w(" Apply ")
|
|
430
437
|
]),
|
|
431
438
|
_: 1
|
|
432
439
|
}, 16, ["onClick"])
|
|
433
440
|
])
|
|
441
|
+
])) : s("", !0),
|
|
442
|
+
l.$slots.footer ? (a(), r("div", Qe, [
|
|
443
|
+
u(l.$slots, "footer", {}, void 0, !0)
|
|
434
444
|
])) : s("", !0)
|
|
435
445
|
], 34)) : s("", !0)
|
|
436
446
|
], 6)) : s("", !0)
|
|
@@ -438,10 +448,10 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
438
448
|
_: 3
|
|
439
449
|
})
|
|
440
450
|
]),
|
|
441
|
-
default:
|
|
451
|
+
default: c(() => [
|
|
442
452
|
f("div", {
|
|
443
|
-
class:
|
|
444
|
-
"button__container--open": !!t(
|
|
453
|
+
class: x(["button__container", {
|
|
454
|
+
"button__container--open": !!t(y),
|
|
445
455
|
[`button__container--${e.size}`]: !0,
|
|
446
456
|
"button__container--disabled": e.disabled
|
|
447
457
|
}])
|
|
@@ -450,16 +460,17 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
450
460
|
ref_key: "buttonRef",
|
|
451
461
|
ref: W
|
|
452
462
|
}, [
|
|
453
|
-
|
|
463
|
+
u(l.$slots, "dropdown-trigger", {
|
|
454
464
|
buttonTriggerProps: {
|
|
455
|
-
open: t(
|
|
465
|
+
open: t(y),
|
|
456
466
|
disabled: e.disabled,
|
|
457
|
-
label: t(
|
|
458
|
-
onClick: () => t(v)()
|
|
467
|
+
label: t(ie) || e.placeholder,
|
|
468
|
+
onClick: () => t(v)(),
|
|
469
|
+
testId: e.testId
|
|
459
470
|
},
|
|
460
471
|
defaultTriggerProps: {
|
|
461
472
|
placeholder: e.placeholder,
|
|
462
|
-
open: t(
|
|
473
|
+
open: t(y),
|
|
463
474
|
label: e.triggerLabel,
|
|
464
475
|
showFeedbackIcon: e.triggerFeedbackShowIcon,
|
|
465
476
|
mandatory: e.mandatory,
|
|
@@ -487,10 +498,10 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
487
498
|
onClick: Y
|
|
488
499
|
}
|
|
489
500
|
}, () => [
|
|
490
|
-
t(H) ? (
|
|
491
|
-
(
|
|
501
|
+
t(H) ? (a(), r("div", Re, [
|
|
502
|
+
(a(), F(Ke(t(H)), {
|
|
492
503
|
placeholder: e.placeholder,
|
|
493
|
-
open: t(
|
|
504
|
+
open: t(y),
|
|
494
505
|
label: e.triggerLabel,
|
|
495
506
|
"show-feedback-icon": e.triggerFeedbackShowIcon,
|
|
496
507
|
mandatory: e.mandatory,
|
|
@@ -516,17 +527,17 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
516
527
|
"all-selected": t(A),
|
|
517
528
|
onKeydown: t(P),
|
|
518
529
|
onClick: Y,
|
|
519
|
-
onCopyToClipboard:
|
|
530
|
+
onCopyToClipboard: i[0] || (i[0] = (n) => V("copyToClipboard"))
|
|
520
531
|
}, 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"]))
|
|
521
532
|
])) : s("", !0),
|
|
522
|
-
e.predefinedTrigger === t(
|
|
523
|
-
|
|
524
|
-
onClick:
|
|
533
|
+
e.predefinedTrigger === t(T).ICON_BUTTON ? (a(), r("div", ze, [
|
|
534
|
+
d(t(Oe), {
|
|
535
|
+
onClick: i[1] || (i[1] = (n) => t(v)())
|
|
525
536
|
})
|
|
526
537
|
])) : s("", !0),
|
|
527
|
-
e.predefinedTrigger === t(
|
|
528
|
-
|
|
529
|
-
open: t(
|
|
538
|
+
e.predefinedTrigger === t(T).CHIP ? (a(), r("div", We, [
|
|
539
|
+
d(t(Le), {
|
|
540
|
+
open: t(y),
|
|
530
541
|
label: e.placeholder,
|
|
531
542
|
"test-id": e.testId,
|
|
532
543
|
options: e.options,
|
|
@@ -535,8 +546,8 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
535
546
|
multi: e.multi,
|
|
536
547
|
"all-selected": t(A),
|
|
537
548
|
"shown-values-count": e.triggerShownValuesCount,
|
|
538
|
-
onClick:
|
|
539
|
-
onClear:
|
|
549
|
+
onClick: i[2] || (i[2] = (n) => t(v)()),
|
|
550
|
+
onClear: i[3] || (i[3] = (n) => t(G)())
|
|
540
551
|
}, null, 8, ["open", "label", "test-id", "options", "selected-option", "display-value", "multi", "all-selected", "shown-values-count"])
|
|
541
552
|
])) : s("", !0)
|
|
542
553
|
], !0)
|
|
@@ -545,7 +556,7 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
545
556
|
]),
|
|
546
557
|
_: 3
|
|
547
558
|
}, 16, ["theme", "popper-class", "placement", "skidding", "distance", "flip", "shown", "container", "auto-size"]),
|
|
548
|
-
e.triggerFeedbackText ? (
|
|
559
|
+
e.triggerFeedbackText ? (a(), F(De, {
|
|
549
560
|
key: 0,
|
|
550
561
|
text: e.triggerFeedbackText,
|
|
551
562
|
variant: e.triggerFeedbackVariant,
|
|
@@ -558,5 +569,5 @@ const $e = ["tabindex"], Me = { style: { width: "100%" } }, Re = { key: 0 }, ze
|
|
|
558
569
|
}
|
|
559
570
|
});
|
|
560
571
|
export {
|
|
561
|
-
|
|
572
|
+
Ct as default
|
|
562
573
|
};
|
|
@@ -15,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16
16
|
endTextIconKey?: string;
|
|
17
17
|
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";
|
|
18
|
+
tooltipAttachedToText?: boolean;
|
|
18
19
|
treeMainOption?: boolean;
|
|
19
20
|
treeMainOptionExpanded?: boolean;
|
|
20
21
|
stopOptionClickEventPropagation?: boolean;
|
|
@@ -30,6 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
31
|
option: any;
|
|
31
32
|
isIndeterminate: boolean;
|
|
32
33
|
selectAllOption: boolean;
|
|
34
|
+
tooltipAttachedToText: boolean;
|
|
33
35
|
active: any;
|
|
34
36
|
nameKey: any;
|
|
35
37
|
imageKey: any;
|
|
@@ -68,6 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
68
70
|
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
69
71
|
endTextIconKey?: string;
|
|
70
72
|
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";
|
|
73
|
+
tooltipAttachedToText?: boolean;
|
|
71
74
|
treeMainOption?: boolean;
|
|
72
75
|
treeMainOptionExpanded?: boolean;
|
|
73
76
|
stopOptionClickEventPropagation?: boolean;
|
|
@@ -83,6 +86,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
83
86
|
option: any;
|
|
84
87
|
isIndeterminate: boolean;
|
|
85
88
|
selectAllOption: boolean;
|
|
89
|
+
tooltipAttachedToText: boolean;
|
|
86
90
|
active: any;
|
|
87
91
|
nameKey: any;
|
|
88
92
|
imageKey: any;
|
|
@@ -116,6 +120,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
116
120
|
isIndeterminate: boolean;
|
|
117
121
|
subtitle: string;
|
|
118
122
|
selectAllOption: boolean;
|
|
123
|
+
tooltipAttachedToText: boolean;
|
|
119
124
|
nameKey: string;
|
|
120
125
|
imageKey: string;
|
|
121
126
|
iconKey: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./OptionV4.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../OptionV4.
|
|
4
|
-
const s = /* @__PURE__ */
|
|
2
|
+
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-752a357d"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|