@avilang/practical-ui 0.3.57 → 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29336,7 +29336,7 @@ const ai = /* @__PURE__ */ Object.assign({
29336
29336
  labelWidth: { type: Number },
29337
29337
  maxLabelWidth: { type: Number, default: 87 },
29338
29338
  visibleLine: { type: Number, default: -1 },
29339
- showColon: { type: Boolean, default: !1 },
29339
+ showColon: { type: Boolean, default: !0 },
29340
29340
  showResetBtnIcon: { type: Boolean, default: !1 }
29341
29341
  },
29342
29342
  emits: ["search", "reset", "change"],
@@ -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: () => [10, 20, 30, 40] },
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: 10 },
29888
+ pageSize: { type: Number, default: 20 },
29889
29889
  pageSizeModifiers: {}
29890
29890
  }),
29891
29891
  emits: /* @__PURE__ */ On(["changePage", "changePageSize"], ["update:page", "update:pageSize"]),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avilang/practical-ui",
3
3
  "type": "module",
4
- "version": "0.3.57",
4
+ "version": "0.3.59",
5
5
  "description": "Practical UI components created based on vue3",
6
6
  "main": "dist/index.js",
7
7
  "files": [