vxe-table 4.20.12 → 4.20.13

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-ui/core';
2
2
  import { getFuncText } from './src/utils';
3
- export const version = "4.20.12";
3
+ export const version = "4.20.13";
4
4
  VxeUI.version = version;
5
5
  VxeUI.tableVersion = version;
6
6
  VxeUI.setConfig({
package/es/ui/src/log.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { VxeUI } from '@vxe-ui/core';
2
2
  const { log } = VxeUI;
3
- const tableVersion = `table v${"4.20.12"}`;
3
+ const tableVersion = `table v${"4.20.13"}`;
4
4
  export function createComponentLog(name) {
5
5
  const uiVersion = VxeUI.uiVersion ? `ui v${VxeUI.uiVersion}` : '';
6
6
  const ganttVersion = VxeUI.ganttVersion ? `gantt v${VxeUI.ganttVersion}` : '';
package/lib/index.umd.js CHANGED
@@ -3297,7 +3297,7 @@ function getDefaultConfig(val1, def1) {
3297
3297
  /* unused harmony import specifier */ var VxeUI;
3298
3298
 
3299
3299
 
3300
- const version = "4.20.12";
3300
+ const version = "4.20.13";
3301
3301
  core_.VxeUI.version = version;
3302
3302
  core_.VxeUI.tableVersion = version;
3303
3303
  core_.VxeUI.setConfig({
@@ -4103,7 +4103,7 @@ function getPopupContainer(appendTo) {
4103
4103
  const {
4104
4104
  log: log_log
4105
4105
  } = core_.VxeUI;
4106
- const tableVersion = `table v${"4.20.12"}`;
4106
+ const tableVersion = `table v${"4.20.13"}`;
4107
4107
  function createComponentLog(name) {
4108
4108
  const uiVersion = core_.VxeUI.uiVersion ? `ui v${core_.VxeUI.uiVersion}` : '';
4109
4109
  const ganttVersion = core_.VxeUI.ganttVersion ? `gantt v${core_.VxeUI.ganttVersion}` : '';