@ironsource/shared-ui 2.2.0-rc.19 → 2.2.0-rc.20
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/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
- package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
- package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
- package/package.json +1 -1
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.section-dropdown[data-v-65877e48]{max-width:1.25rem}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SectionDropdown.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../SectionDropdown.
|
|
4
|
-
const
|
|
3
|
+
// import "../../SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-65877e48"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../SectionDropdown.
|
|
1
|
+
import "../../SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css"; import { defineComponent as l, openBlock as m, createBlock as a, unref as t, withCtx as p, createVNode as u, mergeProps as f } from "vue";
|
|
2
2
|
import { DISPLAY_FIELD_NAME as n } from "./consts.js";
|
|
3
3
|
import g from "../dropdown/v4/DropdownV4.vue.js";
|
|
4
4
|
import "../dropdown/v4/DefaultDropdownTrigger.vue.js";
|
|
@@ -12,7 +12,7 @@ import "../dropdown/v4/OptionV4.vue.js";
|
|
|
12
12
|
import "../dropdown/v4/ConditionalDropdown.vue.js";
|
|
13
13
|
import { ColumnConfiguratorTestIdModifiers as r } from "../../testids/index.js";
|
|
14
14
|
import { matchString as I } from "../../utils/search.js";
|
|
15
|
-
const v = /* @__PURE__ */
|
|
15
|
+
const v = /* @__PURE__ */ l({
|
|
16
16
|
__name: "SectionDropdown",
|
|
17
17
|
props: {
|
|
18
18
|
selected: null,
|
|
@@ -20,8 +20,8 @@ const v = /* @__PURE__ */ c({
|
|
|
20
20
|
testId: { default: "" }
|
|
21
21
|
},
|
|
22
22
|
emits: ["update:selected"],
|
|
23
|
-
setup(e, { emit:
|
|
24
|
-
const
|
|
23
|
+
setup(e, { emit: d }) {
|
|
24
|
+
const c = (s, i) => I(s[n], i);
|
|
25
25
|
return (s, i) => (m(), a(t(g), {
|
|
26
26
|
selected: e.selected,
|
|
27
27
|
class: "section-dropdown",
|
|
@@ -34,11 +34,10 @@ const v = /* @__PURE__ */ c({
|
|
|
34
34
|
multi: "",
|
|
35
35
|
"inline-search": "",
|
|
36
36
|
"show-select-all": !1,
|
|
37
|
-
"
|
|
38
|
-
"on-search": d,
|
|
37
|
+
"on-search": c,
|
|
39
38
|
placement: "bottom-end",
|
|
40
39
|
"test-id": `${e.testId}-${t(r).DROPDOWN}-${e.section.sectionId}`,
|
|
41
|
-
"onUpdate:selected": i[0] || (i[0] = (o) =>
|
|
40
|
+
"onUpdate:selected": i[0] || (i[0] = (o) => d("update:selected", o))
|
|
42
41
|
}, {
|
|
43
42
|
"dropdown-trigger": p(({ buttonTriggerProps: o }) => [
|
|
44
43
|
u(t(D), f({
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.section-dropdown[data-v-cfad60a8]{max-width:1.25rem}
|