bkui-vue 1.0.3-beta.3 → 1.0.3-beta.4
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 +1 -0
- package/lib/form/form.less +2 -1
- package/lib/form/form.variable.css +1 -0
- package/lib/pagination/index.js +0 -1
- package/lib/styles/reset.css +3 -1
- package/lib/styles/reset.less +3 -1
- package/lib/styles/reset.variable.css +3 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -13013,7 +13013,7 @@ const aJ = (e) => {
|
|
13013
13013
|
}, h = () => {
|
13014
13014
|
n.value = !0;
|
13015
13015
|
}, m = () => {
|
13016
|
-
n.value = !1,
|
13016
|
+
n.value = !1, o !== i.value && (i.value = o);
|
13017
13017
|
}, v = (I) => {
|
13018
13018
|
const x = I.target, C = Number(x.textContent);
|
13019
13019
|
!C || C < 1 || C > e.totalPageNum || C === i.value || (o = C);
|