vxe-table 4.7.8-beta.0 → 4.7.8

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/ui/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { VxeUI } from 'vxe-pc-ui';
2
- VxeUI.version = "4.7.8-beta.0";
3
- VxeUI.tableVersion = "4.7.8-beta.0";
2
+ VxeUI.version = "4.7.8";
3
+ VxeUI.tableVersion = "4.7.8";
4
4
  VxeUI.setConfig({
5
5
  emptyCell: ' ',
6
6
  table: {
package/es/ui/src/log.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { VxeUI } from 'vxe-pc-ui';
2
2
  const { log } = VxeUI;
3
- const version = `table v${"4.7.8-beta.0"}`;
3
+ const version = `table v${"4.7.8"}`;
4
4
  export const warnLog = log.create('warn', version);
5
5
  export const errLog = log.create('error', version);
package/lib/index.umd.js CHANGED
@@ -1791,8 +1791,8 @@ var external_root_VxeUI_commonjs_vxe_pc_ui_commonjs2_vxe_pc_ui_amd_vxe_pc_ui_ =
1791
1791
  var external_root_VxeUI_commonjs_vxe_pc_ui_commonjs2_vxe_pc_ui_amd_vxe_pc_ui_default = /*#__PURE__*/__webpack_require__.n(external_root_VxeUI_commonjs_vxe_pc_ui_commonjs2_vxe_pc_ui_amd_vxe_pc_ui_);
1792
1792
  ;// CONCATENATED MODULE: ./packages/ui/index.ts
1793
1793
 
1794
- external_root_VxeUI_commonjs_vxe_pc_ui_commonjs2_vxe_pc_ui_amd_vxe_pc_ui_.VxeUI.version = "4.7.8-beta.0";
1795
- external_root_VxeUI_commonjs_vxe_pc_ui_commonjs2_vxe_pc_ui_amd_vxe_pc_ui_.VxeUI.tableVersion = "4.7.8-beta.0";
1794
+ external_root_VxeUI_commonjs_vxe_pc_ui_commonjs2_vxe_pc_ui_amd_vxe_pc_ui_.VxeUI.version = "4.7.8";
1795
+ external_root_VxeUI_commonjs_vxe_pc_ui_commonjs2_vxe_pc_ui_amd_vxe_pc_ui_.VxeUI.tableVersion = "4.7.8";
1796
1796
  external_root_VxeUI_commonjs_vxe_pc_ui_commonjs2_vxe_pc_ui_amd_vxe_pc_ui_.VxeUI.setConfig({
1797
1797
  emptyCell: ' ',
1798
1798
  table: {
@@ -2241,7 +2241,7 @@ function eqEmptyValue(cellValue) {
2241
2241
  const {
2242
2242
  log: log_log
2243
2243
  } = external_root_VxeUI_commonjs_vxe_pc_ui_commonjs2_vxe_pc_ui_amd_vxe_pc_ui_.VxeUI;
2244
- const version = `table v${"4.7.8-beta.0"}`;
2244
+ const version = `table v${"4.7.8"}`;
2245
2245
  const warnLog = log_log.create('warn', version);
2246
2246
  const errLog = log_log.create('error', version);
2247
2247
  ;// CONCATENATED MODULE: ./packages/table/src/columnInfo.ts