bkui-vue 2.0.1-beta.86 → 2.0.1-beta.87
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 +6 -6
- package/dist/index.umd.js +2 -2
- package/lib/index.js +1 -1
- package/lib/pagination/index.js +15 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -26692,14 +26692,14 @@ const oK = (e) => {
|
|
26692
26692
|
return y;
|
26693
26693
|
});
|
26694
26694
|
_e(() => e.modelValue, (y) => {
|
26695
|
-
Je(() => {
|
26695
|
+
e.small || Je(() => {
|
26696
26696
|
y >= 1 && y <= e.totalPageNum ? t.value = y : y < 1 ? t.value = 1 : t.value = e.totalPageNum;
|
26697
26697
|
});
|
26698
26698
|
}, {
|
26699
26699
|
immediate: !0
|
26700
26700
|
}), Je(() => {
|
26701
26701
|
_e(() => e.totalPageNum, (y) => {
|
26702
|
-
t.value > y && (t.value = y);
|
26702
|
+
e.small || t.value > y && (t.value = y);
|
26703
26703
|
});
|
26704
26704
|
});
|
26705
26705
|
const c = () => {
|
@@ -26781,14 +26781,14 @@ const oK = (e) => {
|
|
26781
26781
|
return S;
|
26782
26782
|
});
|
26783
26783
|
_e(() => e.modelValue, (S) => {
|
26784
|
-
Je(() => {
|
26784
|
+
e.small && Je(() => {
|
26785
26785
|
S >= 1 && S <= e.totalPageNum ? r.value = S : S < 1 ? r.value = 1 : r.value = e.totalPageNum, c = r.value;
|
26786
26786
|
});
|
26787
26787
|
}, {
|
26788
26788
|
immediate: !0
|
26789
26789
|
}), Je(() => {
|
26790
26790
|
_e(() => e.totalPageNum, (S) => {
|
26791
|
-
r.value > S && (r.value = S);
|
26791
|
+
e.small && r.value > S && (r.value = S);
|
26792
26792
|
});
|
26793
26793
|
});
|
26794
26794
|
const f = () => {
|
@@ -26938,7 +26938,7 @@ const oK = (e) => {
|
|
26938
26938
|
}, {
|
26939
26939
|
immediate: !0
|
26940
26940
|
}), _e(c, (y) => {
|
26941
|
-
t.emit("update:modelValue", y), t.emit("change", y);
|
26941
|
+
e.small || (t.emit("update:modelValue", y), t.emit("change", y));
|
26942
26942
|
}), _e(f, (y) => {
|
26943
26943
|
e.small && (t.emit("update:modelValue", y), t.emit("change", y));
|
26944
26944
|
}), _e(d, (y) => {
|
@@ -37194,7 +37194,7 @@ const FJ = (e, t) => {
|
|
37194
37194
|
}, qJ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
37195
37195
|
__proto__: null,
|
37196
37196
|
$bkPopover: Hh
|
37197
|
-
}, Symbol.toStringTag, { value: "Module" })), VJ = "2.0.1-beta.
|
37197
|
+
}, Symbol.toStringTag, { value: "Module" })), VJ = "2.0.1-beta.87";
|
37198
37198
|
window.__bkui_vue_version__ = VJ;
|
37199
37199
|
export {
|
37200
37200
|
Hh as $bkPopover,
|