@ironsource/shared-ui 2.0.0-test.1 → 2.0.0-test.3

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 (159) hide show
  1. package/ButtonV4.vue_vue_type_style_index_0_scoped_6db34241_lang.css +1 -0
  2. package/Checkbox.vue_vue_type_style_index_0_scoped_345b8f69_lang.css +1 -0
  3. package/components/appIcon/AppIcon.vue.js +3 -2
  4. package/components/appIcon/AppIcon.vue2.js +1 -1
  5. package/components/appTrigger/AppTrigger.vue.js +5 -4
  6. package/components/appTrigger/AppTrigger.vue2.js +9 -5
  7. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +4 -3
  8. package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +39 -38
  9. package/components/autocompleteDropdown/AutocompleteInput.vue.js +1 -0
  10. package/components/autocompleteDropdown/AutocompleteInput.vue2.js +1 -1
  11. package/components/autocompleteDropdown/GroupOption.vue.js +4 -3
  12. package/components/autocompleteDropdown/GroupOption.vue2.js +3 -2
  13. package/components/banner/Banner.vue.js +4 -3
  14. package/components/banner/Banner.vue2.js +1 -1
  15. package/components/button/common/ButtonBase.vue.js +7 -0
  16. package/components/button/common/ButtonBase.vue2.js +52 -4
  17. package/components/button/v3/Button.vue.js +1 -0
  18. package/components/button/v3/Button.vue2.js +3 -2
  19. package/components/button/v3/IconButton.vue.js +3 -2
  20. package/components/button/v3/IconButton.vue2.js +2 -2
  21. package/components/button/v3/ScrollButton.vue.js +3 -2
  22. package/components/button/v3/ScrollButton.vue2.js +15 -12
  23. package/components/button/v4/ButtonV4.vue.js +2 -1
  24. package/components/button/v4/ButtonV4.vue2.js +1 -1
  25. package/components/checkbox/Checkbox.vue.js +4 -3
  26. package/components/checkbox/Checkbox.vue2.js +58 -52
  27. package/components/chip/v3/Chip.vue.js +4 -3
  28. package/components/chip/v3/Chip.vue2.js +1 -1
  29. package/components/chip/v4/ChipV4.vue.js +4 -3
  30. package/components/chip/v4/ChipV4.vue2.js +1 -1
  31. package/components/cssBaseline/CssBaseline.vue2.js +0 -0
  32. package/components/datePicker/DatePicker.vue.js +5 -4
  33. package/components/datePicker/DatePicker.vue2.js +1 -1
  34. package/components/datePicker/DatePickerMonth.vue.js +4 -3
  35. package/components/datePicker/DatePickerMonth.vue2.js +1 -1
  36. package/components/dateRange/CalendarMonth.vue.js +4 -3
  37. package/components/dateRange/CalendarMonth.vue2.js +14 -13
  38. package/components/dateRange/DateRange.vue.js +5 -4
  39. package/components/dateRange/DateRange.vue2.js +35 -33
  40. package/components/dialog/Dialog.vue.js +4 -3
  41. package/components/dialog/Dialog.vue2.js +22 -21
  42. package/components/dropdown/common/Label.vue.js +4 -3
  43. package/components/dropdown/common/Label.vue2.js +3 -2
  44. package/components/dropdown/common/Option.vue.js +4 -3
  45. package/components/dropdown/common/Option.vue2.js +3 -2
  46. package/components/dropdown/common/SearchInput.vue.js +4 -3
  47. package/components/dropdown/common/SearchInput.vue2.js +25 -24
  48. package/components/dropdown/v3/Dropdown.vue.js +5 -3
  49. package/components/dropdown/v3/Dropdown.vue2.js +26 -23
  50. package/components/dropdown/v4/DropdownV4.vue.js +5 -3
  51. package/components/dropdown/v4/DropdownV4.vue2.js +4 -3
  52. package/components/emptyState/EmptyState.vue.js +3 -2
  53. package/components/emptyState/EmptyState.vue2.js +20 -18
  54. package/components/emptyState/EmptyStateIcon.vue2.js +0 -0
  55. package/components/filterDropdown/AddFilterButton.vue.js +5 -4
  56. package/components/filterDropdown/AddFilterButton.vue2.js +1 -1
  57. package/components/filterDropdown/FilterDropdown.vue.js +4 -3
  58. package/components/filterDropdown/FilterDropdown.vue2.js +26 -25
  59. package/components/filtersPanel/FilterSearchInput.vue.js +4 -3
  60. package/components/filtersPanel/FilterSearchInput.vue2.js +21 -21
  61. package/components/filtersPanel/FiltersPanel.vue.js +5 -4
  62. package/components/filtersPanel/FiltersPanel.vue2.js +1 -1
  63. package/components/floatingToolbar/FloatingToolbar.vue.js +4 -3
  64. package/components/floatingToolbar/FloatingToolbar.vue2.js +11 -10
  65. package/components/icon/Icon.vue.js +4 -3
  66. package/components/icon/Icon.vue2.js +1 -1
  67. package/components/includeExclude/IncludeExclude.vue.js +5 -4
  68. package/components/includeExclude/IncludeExclude.vue2.js +55 -52
  69. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +4 -3
  70. package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +36 -35
  71. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -2
  72. package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +8 -4
  73. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +4 -3
  74. package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +38 -36
  75. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -2
  76. package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +64 -61
  77. package/components/includeExclude/IncludeExcludeOption.vue.js +3 -2
  78. package/components/includeExclude/IncludeExcludeOption.vue2.js +6 -4
  79. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +5 -4
  80. package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +5 -3
  81. package/components/input/common/Input.common.js +13 -13
  82. package/components/input/v3/DollarInput.vue.js +4 -3
  83. package/components/input/v3/DollarInput.vue2.js +3 -2
  84. package/components/input/v3/Input.vue.js +4 -3
  85. package/components/input/v3/Input.vue2.js +15 -11
  86. package/components/input/v3/PasswordInput.vue.js +4 -3
  87. package/components/input/v3/PasswordInput.vue2.js +3 -2
  88. package/components/input/v3/PercentageInput.vue.js +4 -3
  89. package/components/input/v3/PercentageInput.vue2.js +3 -2
  90. package/components/input/v4/TextField.vue.js +5 -4
  91. package/components/input/v4/TextField.vue2.js +13 -12
  92. package/components/loader/v4/Loader.vue.js +4 -3
  93. package/components/loader/v4/Loader.vue2.js +1 -1
  94. package/components/menu/Menu.vue.js +6 -4
  95. package/components/menu/Menu.vue2.js +1 -1
  96. package/components/menuItem/MenuItem.vue.js +12 -11
  97. package/components/menuItem/MenuItem.vue2.js +0 -0
  98. package/components/popover/Popover.vue2.js +5 -0
  99. package/components/popover/index.js +2 -1
  100. package/components/radioButton/RadioButton.vue.js +3 -2
  101. package/components/radioButton/RadioButton.vue2.js +1 -1
  102. package/components/radioButton/RadioGroup.vue.js +4 -3
  103. package/components/radioButton/RadioGroup.vue2.js +1 -1
  104. package/components/search/v3/Search.vue.js +5 -4
  105. package/components/search/v3/Search.vue2.js +1 -1
  106. package/components/search/v4/SearchV4.vue.js +4 -3
  107. package/components/search/v4/SearchV4.vue2.js +1 -1
  108. package/components/shared/FieldHelpText.vue.js +5 -4
  109. package/components/shared/FieldHelpText.vue2.js +1 -1
  110. package/components/shared/FieldLabel.vue.js +3 -2
  111. package/components/shared/FieldLabel.vue2.js +4 -3
  112. package/components/skeleton/Skeleton.vue.js +5 -4
  113. package/components/skeleton/Skeleton.vue2.js +1 -1
  114. package/components/snackbar/Snackbar.vue.js +4 -3
  115. package/components/snackbar/Snackbar.vue2.js +23 -22
  116. package/components/switch/v3/Switch.vue.js +4 -3
  117. package/components/switch/v3/Switch.vue2.js +1 -1
  118. package/components/switch/v4/SwitchV4.vue.js +0 -6
  119. package/components/table/SortOrderIcon.vue2.js +0 -0
  120. package/components/table/Table.vue.js +4 -3
  121. package/components/table/Table.vue2.js +62 -59
  122. package/components/table/TableHeaderSorter.vue.js +5 -4
  123. package/components/table/TableHeaderSorter.vue2.js +1 -1
  124. package/components/table-cells/Editable.vue.js +3 -2
  125. package/components/table-cells/Editable.vue2.js +1 -1
  126. package/components/tabs/Tabs.vue.js +5 -4
  127. package/components/tabs/Tabs.vue2.js +4 -3
  128. package/components/textArea/TextArea.vue.js +5 -4
  129. package/components/textArea/TextArea.vue2.js +3 -2
  130. package/components/toggle/Toggle.vue.js +4 -3
  131. package/components/toggle/Toggle.vue2.js +4 -3
  132. package/components/tooltip/TextWithTitleContent.vue.js +7 -0
  133. package/components/tooltip/TextWithTitleContent.vue2.js +44 -4
  134. package/components/tooltip/Tooltip.vue.js +4 -3
  135. package/components/tooltip/Tooltip.vue2.js +5 -0
  136. package/components/tooltip/index.js +2 -1
  137. package/components/typography/Heading.vue.js +5 -4
  138. package/components/typography/{Heading.vue3.js → Heading.vue2.js} +1 -1
  139. package/components/typography/Text.vue.js +4 -3
  140. package/components/typography/Text.vue2.js +1 -1
  141. package/components/typography/v4/Typography.vue.js +3 -2
  142. package/components/typography/v4/Typography.vue2.js +1 -1
  143. package/package.json +2 -1
  144. package/ButtonV4.vue_vue_type_style_index_0_scoped_981897ea_lang.css +0 -1
  145. package/Checkbox.vue_vue_type_style_index_0_scoped_03174f1a_lang.css +0 -1
  146. package/components/button/common/ButtonBase.vue3.js +0 -53
  147. package/components/popover/Popover.vue3.js +0 -4
  148. package/components/tooltip/TextWithTitleContent.vue3.js +0 -45
  149. package/components/tooltip/Tooltip.vue3.js +0 -4
  150. /package/{styles/v4 → v4}/border-radius.css +0 -0
  151. /package/{styles/v4 → v4}/breakpoints.scss +0 -0
  152. /package/{styles/v4 → v4}/colors.css +0 -0
  153. /package/{styles/v4 → v4}/elevations.css +0 -0
  154. /package/{styles/v4 → v4}/fonts.css +0 -0
  155. /package/{styles/v4 → v4}/fonts.css.map +0 -0
  156. /package/{styles/v4 → v4}/fonts.scss +0 -0
  157. /package/{styles/v4 → v4}/grid.css +0 -0
  158. /package/{styles/v4 → v4}/grid.css.map +0 -0
  159. /package/{styles/v4 → v4}/grid.scss +0 -0
@@ -1,14 +1,15 @@
1
- import { defineComponent as g, ref as b, openBlock as x, createBlock as y, unref as i, mergeProps as s, withCtx as l, createVNode as o, createSlots as d, createTextVNode as k, toDisplayString as w } from "vue";
2
- import c from "../icon/Icon.vue.js";
3
- import m from "../appIcon/AppIcon.vue.js";
1
+ import "../../IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_3cd4fcee_lang.css"; import { defineComponent as b, ref as x, openBlock as y, createBlock as k, unref as l, mergeProps as s, withCtx as a, createVNode as i, createSlots as c, createTextVNode as p, toDisplayString as w } from "vue";
2
+ import u from "../icon/Icon.vue.js";
3
+ import r from "../appIcon/AppIcon.vue.js";
4
4
  import { useSearch as T } from "../../composables/useSearch.js";
5
5
  import S from "./IncludeExclude.vue.js";
6
- import "floating-vue";
7
- /* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import "@vueuse/core";
8
- import "vuedraggable";
9
- /* empty css */import u from "./IncludeExcludeOption.vue.js";
10
- /* empty css */import I from "./IncludeExcludeAppTrigger.vue.js";
11
- /* empty css *//* empty css *//* empty css */const ee = /* @__PURE__ */ g({
6
+ import "./IncludeExcludeDragDrop.vue.js";
7
+ import f from "./IncludeExcludeOption.vue.js";
8
+ import "./IncludeExcludeOptionDraggable.vue.js";
9
+ import I from "./IncludeExcludeAppTrigger.vue.js";
10
+ import "./IncludeExcludeAppHeader.vue.js";
11
+ import "./IncludeExcludeChipFilter.vue.js";
12
+ const F = /* @__PURE__ */ b({
12
13
  __name: "IncludeExcludeAppHeader",
13
14
  props: {
14
15
  imgProps: { default: void 0 },
@@ -28,10 +29,10 @@ import "vuedraggable";
28
29
  isLoading: { type: Boolean, default: !1 }
29
30
  },
30
31
  setup(e) {
31
- const r = e, f = T({ searchAttribute: r.searchAttribute }), a = b(r.modelValue);
32
- return (h, n) => (x(), y(i(S), s(h.$attrs, {
33
- modelValue: a.value,
34
- "onUpdate:modelValue": n[0] || (n[0] = (t) => a.value = t),
32
+ const n = e, m = T({ searchAttribute: n.searchAttribute }), o = x(n.modelValue);
33
+ return (h, d) => (y(), k(l(S), s(h.$attrs, {
34
+ modelValue: o.value,
35
+ "onUpdate:modelValue": d[0] || (d[0] = (t) => o.value = t),
35
36
  loading: e.isLoading,
36
37
  "distance-offset": e.distanceOffset,
37
38
  "skidding-offset": e.skiddingOffset,
@@ -40,38 +41,38 @@ import "vuedraggable";
40
41
  options: e.applications,
41
42
  "has-subtitle": e.showSubTitle,
42
43
  "search-placeholder": e.searchPlaceholder,
43
- "on-search": i(f),
44
+ "on-search": l(m),
44
45
  "key-field": e.keyField
45
46
  }), {
46
- trigger: l(() => [
47
- o(i(I), {
48
- selected: a.value,
47
+ trigger: a(() => [
48
+ i(l(I), {
49
+ selected: o.value,
49
50
  options: e.applications,
50
51
  loading: e.isLoading
51
52
  }, null, 8, ["selected", "options", "loading"])
52
53
  ]),
53
- option: l(({ option: t, showCheckbox: p }) => [
54
- o(i(u), {
54
+ option: a(({ option: t, showCheckbox: g }) => [
55
+ i(l(f), {
55
56
  option: t,
56
- "show-checkbox": p,
57
+ "show-checkbox": g,
57
58
  "title-text": t?.name,
58
59
  subtitle: e.showSubTitle ? t[e.subTitleKey] : ""
59
- }, d({
60
- image: l(() => [
61
- o(i(m), s(e.imgProps, {
60
+ }, c({
61
+ image: a(() => [
62
+ i(l(r), s(e.imgProps, {
62
63
  src: t.icon,
63
64
  size: e.showSubTitle ? "lg" : "md"
64
65
  }), null, 16, ["src", "size"])
65
66
  ]),
66
- default: l(() => [
67
- k(" " + w(t.name), 1)
67
+ default: a(() => [
68
+ p(" " + w(t.name), 1)
68
69
  ]),
69
70
  _: 2
70
71
  }, [
71
72
  e.showIcon ? {
72
73
  name: "icon-start",
73
- fn: l(() => [
74
- o(i(c), {
74
+ fn: a(() => [
75
+ i(l(u), {
75
76
  name: t.platform.toLowerCase()
76
77
  }, null, 8, ["name"])
77
78
  ]),
@@ -79,16 +80,16 @@ import "vuedraggable";
79
80
  } : void 0
80
81
  ]), 1032, ["option", "show-checkbox", "title-text", "subtitle"])
81
82
  ]),
82
- selected_option: l(({ option: t }) => [
83
- o(i(u), {
83
+ selected_option: a(({ option: t }) => [
84
+ i(l(f), {
84
85
  "show-checkbox": !1,
85
86
  clearable: !0,
86
87
  option: t,
87
88
  subtitle: e.showSubTitle ? t[e.subTitleKey] : "",
88
89
  "title-text": t?.name
89
- }, d({
90
- image: l(() => [
91
- o(i(m), s(e.imgProps, {
90
+ }, c({
91
+ image: a(() => [
92
+ i(l(r), s(e.imgProps, {
92
93
  src: t.icon,
93
94
  size: e.showSubTitle ? "lg" : "md"
94
95
  }), null, 16, ["src", "size"])
@@ -97,8 +98,8 @@ import "vuedraggable";
97
98
  }, [
98
99
  e.showIcon ? {
99
100
  name: "icon-start",
100
- fn: l(() => [
101
- o(i(c), {
101
+ fn: a(() => [
102
+ i(l(u), {
102
103
  name: t.platform.toLowerCase()
103
104
  }, null, 8, ["name"])
104
105
  ]),
@@ -111,5 +112,5 @@ import "vuedraggable";
111
112
  }
112
113
  });
113
114
  export {
114
- ee as default
115
+ F as default
115
116
  };
@@ -1,6 +1,7 @@
1
1
  import e from "./IncludeExcludeAppTrigger.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- const c = /* @__PURE__ */ o(e, [["__scopeId", "data-v-10eed676"]]);
3
+ // import "../../IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_10eed676_lang.css"; //*');
4
+ const d = /* @__PURE__ */ o(e, [["__scopeId", "data-v-10eed676"]]);
4
5
  export {
5
- c as default
6
+ d as default
6
7
  };
@@ -1,9 +1,13 @@
1
- import { defineComponent as A, computed as t, openBlock as d, createElementBlock as N, normalizeClass as y, unref as e, renderSlot as u, createElementVNode as g, createBlock as f, createCommentVNode as T, createVNode as i, withCtx as s, createTextVNode as I, toDisplayString as _ } from "vue";
2
- /* empty css */import w from "../typography/Text.vue.js";
1
+ import "../../IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_10eed676_lang.css"; import { defineComponent as A, computed as t, openBlock as d, createElementBlock as N, normalizeClass as y, unref as e, renderSlot as u, createElementVNode as g, createBlock as f, createCommentVNode as T, createVNode as i, withCtx as s, createTextVNode as I, toDisplayString as _ } from "vue";
2
+ import "../button/v3/Button.vue.js";
3
+ import V from "../button/v3/IconButton.vue.js";
4
+ import "../button/v3/ScrollButton.vue.js";
5
+ import "../typography/Heading.vue.js";
6
+ import w from "../typography/Text.vue.js";
3
7
  import v from "../icon/Icon.vue.js";
4
- /* empty css */import V from "../button/v3/IconButton.vue.js";
8
+ import "../tooltip/Tooltip.vue2.js";
9
+ import E from "../appIcon/AppIcon.vue.js";
5
10
  import B from "../tooltip/Tooltip.vue.js";
6
- /* empty css *//* empty css */import E from "../appIcon/AppIcon.vue.js";
7
11
  const D = { class: "include-exclude-trigger-left-image" }, P = /* @__PURE__ */ A({
8
12
  __name: "IncludeExcludeAppTrigger",
9
13
  props: {
@@ -1,6 +1,7 @@
1
- import o from "./IncludeExcludeChipFilter.vue2.js";
2
- /* empty css */import t from "../../_virtual/_plugin-vue_export-helper.js";
3
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-93c8e47b"]]);
1
+ import e from "./IncludeExcludeChipFilter.vue2.js";
2
+ /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_93c8e47b_lang.css"; //*');
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-93c8e47b"]]);
4
5
  export {
5
6
  p as default
6
7
  };
@@ -1,13 +1,15 @@
1
- import { defineComponent as k, computed as d, openBlock as T, createBlock as S, unref as i, mergeProps as u, isRef as K, withCtx as l, renderSlot as m, createVNode as n, createTextVNode as V, toDisplayString as p, createSlots as c, createElementVNode as f } from "vue";
1
+ import "../../IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_93c8e47b_lang.css"; import { defineComponent as k, computed as c, openBlock as T, createBlock as S, unref as l, mergeProps as u, isRef as K, withCtx as i, renderSlot as r, createVNode as n, createTextVNode as V, toDisplayString as I, createSlots as m, createElementVNode as f } from "vue";
2
2
  import h from "../icon/Icon.vue.js";
3
- import I from "../chip/v3/Chip.vue.js";
4
- import { useSearch as v } from "../../composables/useSearch.js";
5
- import P from "./IncludeExclude.vue.js";
6
- import "floating-vue";
7
- /* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import "@vueuse/core";
8
- import "vuedraggable";
9
- /* empty css */import g from "./IncludeExcludeOption.vue.js";
10
- /* empty css *//* empty css *//* empty css *//* empty css *//* empty css */const B = ["src"], C = ["src"], ne = /* @__PURE__ */ k({
3
+ import v from "../chip/v3/Chip.vue.js";
4
+ import { useSearch as P } from "../../composables/useSearch.js";
5
+ import B from "./IncludeExclude.vue.js";
6
+ import "./IncludeExcludeDragDrop.vue.js";
7
+ import g from "./IncludeExcludeOption.vue.js";
8
+ import "./IncludeExcludeOptionDraggable.vue.js";
9
+ import "./IncludeExcludeAppTrigger.vue.js";
10
+ import "./IncludeExcludeAppHeader.vue.js";
11
+ import "./IncludeExcludeChipFilter.vue.js";
12
+ const C = ["src"], F = ["src"], z = /* @__PURE__ */ k({
11
13
  __name: "IncludeExcludeChipFilter",
12
14
  props: {
13
15
  imgProps: { default: void 0 },
@@ -33,16 +35,16 @@ import "vuedraggable";
33
35
  },
34
36
  emits: ["update:modelValue"],
35
37
  setup(e, { emit: b }) {
36
- const r = e, y = v({ searchAttribute: r.searchAttribute }), o = d({
38
+ const d = e, y = P({ searchAttribute: d.searchAttribute }), o = c({
37
39
  get() {
38
- return r.modelValue;
40
+ return d.modelValue;
39
41
  },
40
42
  set(a) {
41
43
  b("update:modelValue", a);
42
44
  }
43
- }), x = d(() => r.triggerTextFunc(o));
44
- return (a, s) => (T(), S(i(P), u(a.$attrs, {
45
- modelValue: i(o),
45
+ }), x = c(() => d.triggerTextFunc(o));
46
+ return (a, s) => (T(), S(l(B), u(a.$attrs, {
47
+ modelValue: l(o),
46
48
  "onUpdate:modelValue": s[1] || (s[1] = (t) => K(o) ? o.value = t : null),
47
49
  loading: e.isLoading,
48
50
  "distance-offset": e.distanceOffset,
@@ -52,35 +54,35 @@ import "vuedraggable";
52
54
  options: e.options,
53
55
  "has-subtitle": e.showSubTitle,
54
56
  "search-placeholder": e.searchPlaceholder,
55
- "on-search": i(y),
57
+ "on-search": l(y),
56
58
  "key-field": e.keyField
57
59
  }), {
58
- trigger: l(() => [
59
- m(a.$slots, "input", {}, () => [
60
- n(i(I), u({
60
+ trigger: i(() => [
61
+ r(a.$slots, "input", {}, () => [
62
+ n(l(v), u({
61
63
  selected: !!e.modelValue.length
62
64
  }, e.triggerProps, {
63
65
  clearable: e.clearable,
64
66
  onCleared: s[0] || (s[0] = (t) => o.value = [])
65
67
  }), {
66
- default: l(() => [
67
- V(p(i(x)), 1)
68
+ default: i(() => [
69
+ V(I(l(x)), 1)
68
70
  ]),
69
71
  _: 1
70
72
  }, 16, ["selected", "clearable"])
71
73
  ], !0)
72
74
  ]),
73
- option: l(({ option: t, showCheckbox: w }) => [
74
- m(a.$slots, "option", {}, () => [
75
- n(i(g), {
75
+ option: i(({ option: t, showCheckbox: w }) => [
76
+ r(a.$slots, "option", {}, () => [
77
+ n(l(g), {
76
78
  option: t,
77
79
  "show-checkbox": w,
78
80
  subtitle: e.showSubTitle ? t[e.subTitleKey] : "",
79
81
  "title-text": t[e.textKey]
80
- }, c({ _: 2 }, [
82
+ }, m({ _: 2 }, [
81
83
  e.showImage ? {
82
84
  name: "image",
83
- fn: l(() => [
85
+ fn: i(() => [
84
86
  f("img", u({
85
87
  class: ["option-image", {
86
88
  "option-image-single-line": !e.showSubTitle,
@@ -89,14 +91,14 @@ import "vuedraggable";
89
91
  }, e.imgProps, {
90
92
  src: t[e.iconKey],
91
93
  alt: ""
92
- }), null, 16, B)
94
+ }), null, 16, C)
93
95
  ]),
94
96
  key: "0"
95
97
  } : void 0,
96
98
  e.showIcon ? {
97
99
  name: "icon-start",
98
- fn: l(() => [
99
- n(i(h), {
100
+ fn: i(() => [
101
+ n(l(h), {
100
102
  name: t[e.iconKey].toLowerCase()
101
103
  }, null, 8, ["name"])
102
104
  ]),
@@ -105,17 +107,17 @@ import "vuedraggable";
105
107
  ]), 1032, ["option", "show-checkbox", "subtitle", "title-text"])
106
108
  ], !0)
107
109
  ]),
108
- selected_option: l(({ option: t }) => [
109
- n(i(g), {
110
+ selected_option: i(({ option: t }) => [
111
+ n(l(g), {
110
112
  "show-checkbox": !1,
111
113
  clearable: !0,
112
114
  option: t,
113
115
  "title-text": t[e.textKey],
114
116
  subtitle: e.showSubTitle ? t[e.subTitleKey] : ""
115
- }, c({ _: 2 }, [
117
+ }, m({ _: 2 }, [
116
118
  e.showImage ? {
117
119
  name: "image",
118
- fn: l(() => [
120
+ fn: i(() => [
119
121
  f("img", u({
120
122
  class: ["option-image", {
121
123
  "option-image-single-line": !e.showSubTitle,
@@ -123,14 +125,14 @@ import "vuedraggable";
123
125
  }]
124
126
  }, e.imgProps, {
125
127
  src: t[e.iconKey]
126
- }), null, 16, C)
128
+ }), null, 16, F)
127
129
  ]),
128
130
  key: "0"
129
131
  } : void 0,
130
132
  e.showIcon ? {
131
133
  name: "icon-start",
132
- fn: l(() => [
133
- n(i(h), {
134
+ fn: i(() => [
135
+ n(l(h), {
134
136
  name: t[e.iconKey].toLowerCase()
135
137
  }, null, 8, ["name"])
136
138
  ]),
@@ -143,5 +145,5 @@ import "vuedraggable";
143
145
  }
144
146
  });
145
147
  export {
146
- ne as default
148
+ z as default
147
149
  };
@@ -1,6 +1,7 @@
1
1
  import o from "./IncludeExcludeDragDrop.vue2.js";
2
- /* empty css */import r from "../../_virtual/_plugin-vue_export-helper.js";
3
- const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-daccb4bb"]]);
2
+ /* empty css */import c from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_daccb4bb_lang.css"; //*');
4
+ const p = /* @__PURE__ */ c(o, [["__scopeId", "data-v-daccb4bb"]]);
4
5
  export {
5
6
  p as default
6
7
  };