pro-design-vue 1.2.26 → 1.2.27

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.2.26 */
1
+ /*! Pro Design Vue v1.2.27 */
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.2.26";
35
+ const version$1 = "1.2.27";
36
36
 
37
37
  const makeInstaller = (components = []) => {
38
38
  const install = (app) => {
@@ -16286,6 +16286,8 @@
16286
16286
  if (!((_a = fileList.value) == null ? void 0 : _a.length)) {
16287
16287
  formItemContext.onFieldChange();
16288
16288
  }
16289
+ }, {
16290
+ immediate: true
16289
16291
  });
16290
16292
  const onUploadChange = (info) => {
16291
16293
  var _a;
@@ -16505,6 +16507,8 @@
16505
16507
  if (!((_a = fileList.value) == null ? void 0 : _a.length)) {
16506
16508
  formItemContext.onFieldChange();
16507
16509
  }
16510
+ }, {
16511
+ immediate: true
16508
16512
  });
16509
16513
  const onUploadChange = (info) => {
16510
16514
  var _a;
@@ -17131,6 +17135,8 @@
17131
17135
  crossOrigin: props.crossOrigin
17132
17136
  }));
17133
17137
  }
17138
+ }, {
17139
+ immediate: true
17134
17140
  });
17135
17141
  vue.watch(fileList, () => {
17136
17142
  var _a;