vxe-pc-ui 4.14.3 → 4.14.5

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, setConfig, setIcon } from '@vxe-ui/core';
2
2
  import { dynamicApp } from '../dynamics';
3
3
  import { warnLog } from './src/log';
4
- export const version = "4.14.3";
4
+ export const version = "4.14.5";
5
5
  VxeUI.uiVersion = version;
6
6
  VxeUI.dynamicApp = dynamicApp;
7
7
  export function config(options) {
package/es/ui/src/log.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import { log } from '@vxe-ui/core';
2
- const version = `ui v${"4.14.3"}`;
2
+ const version = `ui v${"4.14.5"}`;
3
3
  export const warnLog = log.create('warn', version);
4
4
  export const errLog = log.create('error', version);
package/lib/index.umd.js CHANGED
@@ -3338,7 +3338,7 @@ if (typeof window !== 'undefined') {
3338
3338
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
3339
3339
  var es_array_push = __webpack_require__(4114);
3340
3340
  ;// ./node_modules/@vxe-ui/core/es/src/core.js
3341
- const coreVersion = "4.4.9";
3341
+ const coreVersion = "4.4.10";
3342
3342
  const VxeCore = {
3343
3343
  coreVersion,
3344
3344
  uiVersion: '',
@@ -3965,7 +3965,7 @@ function createLog(type, name) {
3965
3965
  return msg;
3966
3966
  };
3967
3967
  }
3968
- const version = "4.4.9";
3968
+ const version = "4.4.10";
3969
3969
  const log = {
3970
3970
  create: createLog,
3971
3971
  warn: createLog('warn', `v${version}`),
@@ -4646,7 +4646,7 @@ function checkDynamic() {
4646
4646
  }
4647
4647
  ;// ./packages/ui/src/log.ts
4648
4648
 
4649
- const log_version = `ui v${"4.14.3"}`;
4649
+ const log_version = `ui v${"4.14.5"}`;
4650
4650
  const warnLog = log.create('warn', log_version);
4651
4651
  const errLog = log.create('error', log_version);
4652
4652
  ;// ./packages/ui/index.ts
@@ -4654,7 +4654,7 @@ const errLog = log.create('error', log_version);
4654
4654
 
4655
4655
 
4656
4656
 
4657
- const ui_version = "4.14.3";
4657
+ const ui_version = "4.14.5";
4658
4658
  VxeUI.uiVersion = ui_version;
4659
4659
  VxeUI.dynamicApp = dynamicApp;
4660
4660
  function config(options) {