bkui-vue 0.0.3-beta.2-2 → 0.0.3-beta.2-3
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 +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/form/form.css +4 -0
- package/lib/form/form.less +5 -0
- package/lib/form/form.variable.css +4 -0
- package/lib/pagination/index.js +0 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -13259,7 +13259,7 @@ const yN = (e) => {
|
|
13259
13259
|
}, d = () => {
|
13260
13260
|
n.value = !0;
|
13261
13261
|
}, f = () => {
|
13262
|
-
n.value = !1,
|
13262
|
+
n.value = !1, l !== a.value && (a.value = l);
|
13263
13263
|
}, h = (w) => {
|
13264
13264
|
const L = w.target, p = Number(L.textContent);
|
13265
13265
|
!p || p < 1 || p > e.totalPageNum || p === a.value || (l = p);
|