bkui-vue 2.0.1-beta.25 → 2.0.1-beta.26
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/date-picker/index.js +2 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -15867,7 +15867,7 @@ const _F = (e, ...t) => {
|
|
15867
15867
|
var R, te;
|
15868
15868
|
(R = D == null ? void 0 : D.value) == null || R.focus(), (te = D == null ? void 0 : D.value) == null || te.click();
|
15869
15869
|
}, Y = () => {
|
15870
|
-
e.readonly || e.disabled ||
|
15870
|
+
e.readonly || e.disabled || x != null && x.value && (h.showClose = !0);
|
15871
15871
|
}, le = (R) => {
|
15872
15872
|
h.showClose = !1, h.internalValue !== h.tmpValue && Z(R);
|
15873
15873
|
}, se = (R) => {
|
@@ -36492,7 +36492,7 @@ const tX = (e, t) => {
|
|
36492
36492
|
}, hX = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
36493
36493
|
__proto__: null,
|
36494
36494
|
$bkPopover: Lh
|
36495
|
-
}, Symbol.toStringTag, { value: "Module" })), rX = "2.0.1-beta.
|
36495
|
+
}, Symbol.toStringTag, { value: "Module" })), rX = "2.0.1-beta.26";
|
36496
36496
|
window.__bkui_vue_version__ = rX;
|
36497
36497
|
export {
|
36498
36498
|
Lh as $bkPopover,
|