@avilang/practical-ui 0.3.58 → 0.3.59
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29880,12 +29880,12 @@ const ai = /* @__PURE__ */ Object.assign({
|
|
|
29880
29880
|
pageSlot: { type: Number, default: 9 },
|
|
29881
29881
|
showQuickJumper: { type: Boolean, default: !0 },
|
|
29882
29882
|
showSizePicker: { type: Boolean, default: !0 },
|
|
29883
|
-
pageSizes: { type: Array, default: () => [
|
|
29883
|
+
pageSizes: { type: Array, default: () => [20, 40, 60, 80] },
|
|
29884
29884
|
simple: { type: Boolean, default: !1 }
|
|
29885
29885
|
}, {
|
|
29886
29886
|
page: { type: Number, default: 1 },
|
|
29887
29887
|
pageModifiers: {},
|
|
29888
|
-
pageSize: { type: Number, default:
|
|
29888
|
+
pageSize: { type: Number, default: 20 },
|
|
29889
29889
|
pageSizeModifiers: {}
|
|
29890
29890
|
}),
|
|
29891
29891
|
emits: /* @__PURE__ */ On(["changePage", "changePageSize"], ["update:page", "update:pageSize"]),
|