vxe-pc-ui 3.14.3 → 3.14.4

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 = "3.14.3";
4
+ export const version = "3.14.4";
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${"3.14.3"}`;
2
+ const version = `ui v${"3.14.4"}`;
3
3
  export const warnLog = log.create('warn', version);
4
4
  export const errLog = log.create('error', version);
package/lib/index.umd.js CHANGED
@@ -11642,7 +11642,7 @@ var es_regexp_exec = __webpack_require__(7495);
11642
11642
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.match.js
11643
11643
  var es_string_match = __webpack_require__(1761);
11644
11644
  ;// ./node_modules/@vxe-ui/core/es/src/core.js
11645
- var coreVersion = "3.4.9";
11645
+ var coreVersion = "3.4.10";
11646
11646
  var VxeCore = {
11647
11647
  coreVersion: coreVersion,
11648
11648
  uiVersion: '',
@@ -12402,7 +12402,7 @@ function createLog(type, name) {
12402
12402
  return msg;
12403
12403
  };
12404
12404
  }
12405
- var version = "3.4.9";
12405
+ var version = "3.4.10";
12406
12406
  var log = {
12407
12407
  create: createLog,
12408
12408
  warn: createLog('warn', "v".concat(version)),
@@ -13214,7 +13214,7 @@ function checkDynamic() {
13214
13214
  }
13215
13215
  ;// ./packages/ui/src/log.ts
13216
13216
 
13217
- var log_version = "ui v".concat("3.14.3");
13217
+ var log_version = "ui v".concat("3.14.4");
13218
13218
  var warnLog = log.create('warn', log_version);
13219
13219
  var errLog = log.create('error', log_version);
13220
13220
  ;// ./packages/ui/index.ts
@@ -13222,7 +13222,7 @@ var errLog = log.create('error', log_version);
13222
13222
 
13223
13223
 
13224
13224
 
13225
- var ui_version = "3.14.3";
13225
+ var ui_version = "3.14.4";
13226
13226
  VxeUI.uiVersion = ui_version;
13227
13227
  VxeUI.dynamicApp = dynamicApp;
13228
13228
  function config(options) {