vxe-table 4.7.19-beta.0 → 4.7.19-beta.1

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,7 +1,7 @@
1
1
  import { VxeUI } from '@vxe-ui/core';
2
2
  import { getFuncText } from './src/utils';
3
- VxeUI.version = "4.7.19-beta.0";
4
- VxeUI.tableVersion = "4.7.19-beta.0";
3
+ VxeUI.version = "4.7.19-beta.1";
4
+ VxeUI.tableVersion = "4.7.19-beta.1";
5
5
  VxeUI.setConfig({
6
6
  emptyCell: ' ',
7
7
  table: {
@@ -287,6 +287,8 @@ export const _t = (content, args) => {
287
287
  * @deprecated
288
288
  */
289
289
  export const VXETable = VxeUI;
290
+ VXETable.setup = config;
291
+ VXETable.config = config;
290
292
  export const saveFile = (options) => {
291
293
  return VxeUI.saveFile(options);
292
294
  };
package/es/ui/src/log.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { VxeUI } from '@vxe-ui/core';
2
2
  const { log } = VxeUI;
3
- const version = `table v${"4.7.19-beta.0"}`;
3
+ const version = `table v${"4.7.19-beta.1"}`;
4
4
  export const warnLog = log.create('warn', version);
5
5
  export const errLog = log.create('error', version);
package/lib/index.umd.js CHANGED
@@ -1949,8 +1949,8 @@ function eqEmptyValue(cellValue) {
1949
1949
  ;// CONCATENATED MODULE: ./packages/ui/index.ts
1950
1950
 
1951
1951
 
1952
- core_.VxeUI.version = "4.7.19-beta.0";
1953
- core_.VxeUI.tableVersion = "4.7.19-beta.0";
1952
+ core_.VxeUI.version = "4.7.19-beta.1";
1953
+ core_.VxeUI.tableVersion = "4.7.19-beta.1";
1954
1954
  core_.VxeUI.setConfig({
1955
1955
  emptyCell: ' ',
1956
1956
  table: {
@@ -2236,6 +2236,8 @@ const _t = (content, args) => {
2236
2236
  * @deprecated
2237
2237
  */
2238
2238
  const VXETable = core_.VxeUI;
2239
+ VXETable.setup = config;
2240
+ VXETable.config = config;
2239
2241
  const saveFile = options => {
2240
2242
  return core_.VxeUI.saveFile(options);
2241
2243
  };
@@ -2253,7 +2255,7 @@ var es_array_push = __webpack_require__(4114);
2253
2255
  const {
2254
2256
  log: log_log
2255
2257
  } = core_.VxeUI;
2256
- const version = `table v${"4.7.19-beta.0"}`;
2258
+ const version = `table v${"4.7.19-beta.1"}`;
2257
2259
  const warnLog = log_log.create('warn', version);
2258
2260
  const errLog = log_log.create('error', version);
2259
2261
  ;// CONCATENATED MODULE: ./packages/table/src/columnInfo.ts