@qin-ui/antd-vue-pro 1.0.22 → 1.0.23

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/es/style.css CHANGED
@@ -41,11 +41,11 @@
41
41
  padding: 24px 24px 16px;
42
42
  background-color: #fff;
43
43
  }
44
- .pro-table[data-v-381e47da] {
44
+ .pro-table[data-v-14e8bbe0] {
45
45
  display: flex;
46
46
  flex-direction: column;
47
47
  min-width: 800px;
48
48
  }
49
- .pro-table[data-v-381e47da] .ant-pagination .ant-pagination-total-text {
49
+ .pro-table[data-v-14e8bbe0] .ant-pagination .ant-pagination-total-text {
50
50
  flex: 1;
51
51
  }
package/es/table/index.js CHANGED
@@ -430,10 +430,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
430
430
  current,
431
431
  pageSize
432
432
  });
433
- cache == null ? void 0 : cache.set({
433
+ cache == null ? void 0 : cache.set((pre = {}) => ({
434
+ ...pre,
434
435
  pagination: unref(pagination),
435
436
  searchParam: unref(searchParam)
436
- });
437
+ }));
437
438
  };
438
439
  const reset = () => {
439
440
  var _a2;
@@ -579,8 +580,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
579
580
  };
580
581
  }
581
582
  });
582
- const Table_vue_vue_type_style_index_0_scoped_381e47da_lang = "";
583
- const BaseTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-381e47da"]]);
583
+ const Table_vue_vue_type_style_index_0_scoped_14e8bbe0_lang = "";
584
+ const BaseTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-14e8bbe0"]]);
584
585
  const getDefaultPagination = () => ({ current: 1, pageSize: 10, total: 0 });
585
586
  const useTable = ({
586
587
  columns: initColumns = [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qin-ui/antd-vue-pro",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "二次封装antd vue组件",
5
5
  "type": "module",
6
6
  "main": "",