@namba_one/ui-kit-2 1.3.13 → 1.3.15
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/dist/index.es.js +7 -5
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -9021,7 +9021,6 @@ const l2 = /* @__PURE__ */ ne({
|
|
|
9021
9021
|
!f || !g || (f.scrollTop = g.offsetTop - f.getBoundingClientRect().height / 2 + g.getBoundingClientRect().height / 2);
|
|
9022
9022
|
});
|
|
9023
9023
|
}), (d, f) => (v(), k("div", {
|
|
9024
|
-
"data-ignore-click-outside": "",
|
|
9025
9024
|
ref_key: "parentElementRef",
|
|
9026
9025
|
ref: c,
|
|
9027
9026
|
class: m([
|
|
@@ -9049,7 +9048,12 @@ const l2 = /* @__PURE__ */ ne({
|
|
|
9049
9048
|
class: m(d.$style.wrapper),
|
|
9050
9049
|
onClick: f[0] || (f[0] = (g) => o("clickField"))
|
|
9051
9050
|
}, [
|
|
9052
|
-
|
|
9051
|
+
z("div", {
|
|
9052
|
+
ref_key: "triggerElementRef",
|
|
9053
|
+
ref: u
|
|
9054
|
+
}, [
|
|
9055
|
+
oe(d.$slots, "field")
|
|
9056
|
+
], 512)
|
|
9053
9057
|
], 2),
|
|
9054
9058
|
S(h(fo), {
|
|
9055
9059
|
isShowDropdown: h(a),
|
|
@@ -9062,9 +9066,7 @@ const l2 = /* @__PURE__ */ ne({
|
|
|
9062
9066
|
default: _(() => [
|
|
9063
9067
|
z("div", {
|
|
9064
9068
|
class: m(d.$style.dropdown),
|
|
9065
|
-
style: Le(i.value)
|
|
9066
|
-
ref_key: "triggerElementRef",
|
|
9067
|
-
ref: u
|
|
9069
|
+
style: Le(i.value)
|
|
9068
9070
|
}, [
|
|
9069
9071
|
oe(d.$slots, "dropdown")
|
|
9070
9072
|
], 6)
|