pro-design-vue 1.2.22 → 1.2.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.
@@ -1,4 +1,4 @@
1
- /*! Pro Design Vue v1.2.22 */
1
+ /*! Pro Design Vue v1.2.23 */
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.22";
35
+ const version$1 = "1.2.23";
36
36
 
37
37
  const makeInstaller = (components = []) => {
38
38
  const install = (app) => {
@@ -30901,13 +30901,13 @@
30901
30901
  () => option.text
30902
30902
  );
30903
30903
  } else {
30904
- cellValue = option.text || emptyText;
30904
+ cellValue = option.text;
30905
30905
  }
30906
30906
  } else {
30907
- cellValue = emptyText;
30907
+ cellValue = value === null || value === void 0 || value === "" ? emptyText : value;
30908
30908
  }
30909
30909
  } else {
30910
- cellValue = value || emptyText;
30910
+ cellValue = value === null || value === void 0 || value === "" ? emptyText : value;
30911
30911
  }
30912
30912
  bodyCell = [
30913
30913
  typeof cellValue === "object" && isValidElement(cellValue) || typeof cellValue !== "object" ? cellValue : null