y-admin-ui 6.0.8 → 6.1.0
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/lib/y-admin-ui.js +6 -1
- package/lib/y-admin-ui.js.gz +0 -0
- package/lib/y-admin-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/lib/y-admin-ui.js
CHANGED
@@ -25459,6 +25459,10 @@ const Yf = {
|
|
25459
25459
|
hideOnSinglePage: {
|
25460
25460
|
type: Boolean,
|
25461
25461
|
default: !1
|
25462
|
+
},
|
25463
|
+
pageSmall: {
|
25464
|
+
type: Boolean,
|
25465
|
+
default: !1
|
25462
25466
|
}
|
25463
25467
|
}, Xf = {
|
25464
25468
|
height: [String, Number],
|
@@ -25925,11 +25929,12 @@ const Yf = {
|
|
25925
25929
|
"next-text": n.nextText,
|
25926
25930
|
"hide-on-single-page": n.hideOnSinglePage,
|
25927
25931
|
background: !0,
|
25932
|
+
small: M.pageSmall,
|
25928
25933
|
style: Bl(n.paginationStyle),
|
25929
25934
|
class: He(n.paginationClass),
|
25930
25935
|
onCurrentChange: p,
|
25931
25936
|
onSizeChange: f
|
25932
|
-
}, null, 8, ["current-page", "page-size", "total", "layout", "page-sizes", "pager-count", "popper-class", "prev-text", "next-text", "hide-on-single-page", "style", "class"])) : Ie("", !0)
|
25937
|
+
}, null, 8, ["current-page", "page-size", "total", "layout", "page-sizes", "pager-count", "popper-class", "prev-text", "next-text", "hide-on-single-page", "small", "style", "class"])) : Ie("", !0)
|
25933
25938
|
], 6);
|
25934
25939
|
};
|
25935
25940
|
}
|
package/lib/y-admin-ui.js.gz
CHANGED
Binary file
|