bkui-vue 0.0.2-beta.27 → 0.0.2-beta.28
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.cjs.js +2 -2
- package/dist/index.esm.js +8 -5
- package/dist/index.umd.js +2 -2
- package/lib/plugin-popover/index.js +1 -1
- package/lib/popover/index.d.ts +3 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.d.ts +1 -0
- package/lib/rate/index.d.ts +7 -3
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -8006,8 +8006,10 @@ const q3 = (e) => !0, e6 = (e) => e, q7 = (e) => !0, eI = {
|
|
8006
8006
|
Me(() => e.visible, () => {
|
8007
8007
|
e.visible && setTimeout(() => {
|
8008
8008
|
var r;
|
8009
|
-
(r = i.value) == null || r.style.setProperty("pointer-events", "
|
8009
|
+
(r = i.value) == null || r.style.setProperty("pointer-events", "inherit");
|
8010
8010
|
}, e.eventDelay ?? 300);
|
8011
|
+
}, {
|
8012
|
+
immediate: !0
|
8011
8013
|
});
|
8012
8014
|
const {
|
8013
8015
|
resolveClassName: a
|
@@ -9738,7 +9740,8 @@ const z1 = /* @__PURE__ */ pe({
|
|
9738
9740
|
show: R,
|
9739
9741
|
stopHide: I,
|
9740
9742
|
contentIsShow: E,
|
9741
|
-
renderContent: O
|
9743
|
+
renderContent: O,
|
9744
|
+
localIsShow: L
|
9742
9745
|
};
|
9743
9746
|
},
|
9744
9747
|
render() {
|
@@ -9762,7 +9765,7 @@ const z1 = /* @__PURE__ */ pe({
|
|
9762
9765
|
}, {
|
9763
9766
|
default: () => [_e(f(t6, {
|
9764
9767
|
ref: "refContent",
|
9765
|
-
visible: this.
|
9768
|
+
visible: this.localIsShow,
|
9766
9769
|
"data-theme": this.theme,
|
9767
9770
|
extCls: this.extCls,
|
9768
9771
|
width: this.width,
|
@@ -12043,7 +12046,7 @@ const t4 = () => {
|
|
12043
12046
|
editable: p.bool.def(!0),
|
12044
12047
|
withValidate: p.bool.def(!0)
|
12045
12048
|
},
|
12046
|
-
emits: ["change", "update:modelValue"],
|
12049
|
+
emits: ["change", "hover-change", "update:modelValue"],
|
12047
12050
|
setup(e, {
|
12048
12051
|
emit: t
|
12049
12052
|
}) {
|
@@ -12052,7 +12055,7 @@ const t4 = () => {
|
|
12052
12055
|
} = Le(), i = Ci(), a = $(0), r = (v) => {
|
12053
12056
|
e.editable && (t("update:modelValue", v), t("change", v));
|
12054
12057
|
}, o = (v) => {
|
12055
|
-
a.value = v;
|
12058
|
+
a.value = v, t("hover-change", v);
|
12056
12059
|
}, u = We({
|
12057
12060
|
[`${n("rate")}`]: !0
|
12058
12061
|
}), c = {
|