bkui-vue 2.0.1-beta.35 → 2.0.1-beta.36
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 +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/table/index.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -32260,8 +32260,8 @@ const hn = (e, t, n) => {
|
|
32260
32260
|
const H = hn(o, "field", [o, r]), M = Su(r, H);
|
32261
32261
|
if (typeof o.render == "function")
|
32262
32262
|
return w();
|
32263
|
-
if (typeof M == "boolean")
|
32264
|
-
return
|
32263
|
+
if (typeof M == "boolean" || typeof M == "number")
|
32264
|
+
return `${M}`;
|
32265
32265
|
if (typeof M == "object")
|
32266
32266
|
return JSON.stringify(Bl(M));
|
32267
32267
|
if (fn.isEmpty(M)) {
|
@@ -36593,7 +36593,7 @@ const sX = (e, t) => {
|
|
36593
36593
|
}, mX = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
36594
36594
|
__proto__: null,
|
36595
36595
|
$bkPopover: $h
|
36596
|
-
}, Symbol.toStringTag, { value: "Module" })), iX = "2.0.1-beta.
|
36596
|
+
}, Symbol.toStringTag, { value: "Module" })), iX = "2.0.1-beta.36";
|
36597
36597
|
window.__bkui_vue_version__ = iX;
|
36598
36598
|
export {
|
36599
36599
|
$h as $bkPopover,
|