@qin-ui/antd-vue-pro 1.1.24 → 1.1.25

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
@@ -33,11 +33,11 @@
33
33
  padding: 24px 24px 16px;
34
34
  background-color: #fff;
35
35
  }
36
- .pro-table[data-v-1adefaaa] {
36
+ .pro-table[data-v-7ca35914] {
37
37
  display: flex;
38
38
  flex-direction: column;
39
39
  min-width: 800px;
40
40
  }
41
- .pro-table[data-v-1adefaaa] .ant-pagination .ant-pagination-total-text {
41
+ .pro-table[data-v-7ca35914] .ant-pagination .ant-pagination-total-text {
42
42
  flex: 1;
43
43
  }
package/es/table/index.js CHANGED
@@ -536,8 +536,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
536
536
  onChange: table ? (...args) => {
537
537
  var _a2;
538
538
  setPagination(args[0]);
539
- search();
540
539
  (_a2 = attrs.onChange) == null ? void 0 : _a2.call(attrs, ...args);
540
+ search();
541
541
  } : attrs.onChange
542
542
  };
543
543
  });
@@ -633,8 +633,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
633
633
  };
634
634
  }
635
635
  });
636
- const Table_vue_vue_type_style_index_0_scoped_1adefaaa_lang = "";
637
- const BaseTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1adefaaa"]]);
636
+ const Table_vue_vue_type_style_index_0_scoped_7ca35914_lang = "";
637
+ const BaseTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7ca35914"]]);
638
638
  const getDefaultPagination = () => ({ current: 1, pageSize: 10, total: 0 });
639
639
  const useTable = ({
640
640
  columns: initColumns = [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qin-ui/antd-vue-pro",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "二次封装antd vue组件",
5
5
  "type": "module",
6
6
  "main": "es/index.js",