pro-design-vue 1.4.3 → 1.4.5

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.
@@ -1,4 +1,4 @@
1
- /*! Pro Design Vue v1.4.3 */
1
+ /*! Pro Design Vue v1.4.5 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('ant-design-vue'), require('vue'), require('ant-design-vue/es/locale/zh_CN.js')) :
@@ -32,7 +32,7 @@
32
32
  const DEFAULT_NAMESPACE = "pro";
33
33
  const DEFAULT_LOCALE = "zh-CN";
34
34
 
35
- const version$1 = "1.4.3";
35
+ const version$1 = "1.4.5";
36
36
 
37
37
  const makeInstaller = (components = []) => {
38
38
  const install = (app) => {
@@ -38236,7 +38236,11 @@
38236
38236
  return (_a2 = tableRef.value) == null ? void 0 : _a2.appendCellToSelectedRange(params);
38237
38237
  },
38238
38238
  reload,
38239
- reset,
38239
+ reset: () => {
38240
+ var _a2;
38241
+ reset();
38242
+ (_a2 = formAction.value) == null ? void 0 : _a2.reset();
38243
+ },
38240
38244
  calcTableHeight,
38241
38245
  formAction: vue.computed(() => {
38242
38246
  return vue.unref(formAction.value);
@@ -38960,6 +38964,7 @@
38960
38964
  return;
38961
38965
  }
38962
38966
  await vue.nextTick();
38967
+ await vue.nextTick();
38963
38968
  footerHeight.value = ((_a = footerRef.value) == null ? void 0 : _a.offsetHeight) || 0;
38964
38969
  contentHeight.value = window.innerHeight - (((_c = (_b = contentRef.value) == null ? void 0 : _b.getBoundingClientRect()) == null ? void 0 : _c.top) || 0) - footerHeight.value;
38965
38970
  setTimeout(() => {