bkui-vue 2.0.2-beta.36 → 2.0.2-beta.37
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 +2 -2
- package/dist/index.umd.js +2 -2
- package/lib/form/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -22941,7 +22941,7 @@ const k4 = /* @__PURE__ */ vt(fE), nn = {
|
|
22941
22941
|
}).then(() => C(), (_) => {
|
22942
22942
|
y && (o.isError = !0, o.errorMessage = _), a.emit("validate", e.property, !1, _);
|
22943
22943
|
});
|
22944
|
-
if (E
|
22944
|
+
if (!E || typeof E == "string") {
|
22945
22945
|
const _ = typeof E == "string" ? E : _9(S);
|
22946
22946
|
return y && (o.isError = !0, o.errorMessage = _), a.emit("validate", e.property, !1, _), Promise.reject(_);
|
22947
22947
|
}
|
@@ -34942,7 +34942,7 @@ const xk = (e, t) => {
|
|
34942
34942
|
}, Rk = {
|
34943
34943
|
createInstall: nm,
|
34944
34944
|
install: nm()
|
34945
|
-
}, _k = "2.0.2-beta.
|
34945
|
+
}, _k = "2.0.2-beta.37";
|
34946
34946
|
window.__bkui_vue_version__ = _k;
|
34947
34947
|
export {
|
34948
34948
|
Sg as $bkPopover,
|