bkui-vue 2.0.1-beta.15.table.5 → 2.0.1-beta.15.table.6
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 -2
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/table/index.js +2 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -31900,7 +31900,8 @@ const mn = (e, t, n) => {
|
|
31900
31900
|
_e(() => [e.pagination], () => {
|
31901
31901
|
typeof e.pagination == "object" && s(e.pagination), t.enabled = n.value && !!e.pagination;
|
31902
31902
|
}, {
|
31903
|
-
immediate: !0
|
31903
|
+
immediate: !0,
|
31904
|
+
deep: !0
|
31904
31905
|
}), _e(() => [e.data], () => {
|
31905
31906
|
e.remotePagination || s({
|
31906
31907
|
count: e.data.length
|
@@ -36418,7 +36419,7 @@ const Qq = (e, t) => {
|
|
36418
36419
|
}, dX = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
36419
36420
|
__proto__: null,
|
36420
36421
|
$bkPopover: Eh
|
36421
|
-
}, Symbol.toStringTag, { value: "Module" })), nX = "2.0.1-beta.15.table.
|
36422
|
+
}, Symbol.toStringTag, { value: "Module" })), nX = "2.0.1-beta.15.table.6";
|
36422
36423
|
window.__bkui_vue_version__ = nX;
|
36423
36424
|
export {
|
36424
36425
|
Eh as $bkPopover,
|