@vxe-ui/core 3.0.11 → 3.0.12

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.
Files changed (47) hide show
  1. package/README.md +3 -3
  2. package/es/src/core.js +1 -1
  3. package/es/src/log.js +1 -1
  4. package/lib/index.common.js +3 -4
  5. package/lib/index.umd.js +575 -4884
  6. package/lib/index.umd.min.js +1 -1
  7. package/lib/src/clipboard.js +9 -9
  8. package/lib/src/clipboard.min.js +1 -1
  9. package/lib/src/commands.js +41 -62
  10. package/lib/src/commands.min.js +1 -1
  11. package/lib/src/configStore.js +1 -1
  12. package/lib/src/configStore.min.js +1 -1
  13. package/lib/src/core.js +40 -38
  14. package/lib/src/core.min.js +1 -1
  15. package/lib/src/dataStore.js +1 -1
  16. package/lib/src/dataStore.min.js +1 -1
  17. package/lib/src/event.js +36 -46
  18. package/lib/src/event.min.js +1 -1
  19. package/lib/src/formats.js +41 -62
  20. package/lib/src/formats.min.js +1 -1
  21. package/lib/src/i18n.js +14 -6
  22. package/lib/src/i18n.min.js +1 -1
  23. package/lib/src/i18nStore.js +3 -3
  24. package/lib/src/i18nStore.min.js +1 -1
  25. package/lib/src/iconStore.js +1 -1
  26. package/lib/src/iconStore.min.js +1 -1
  27. package/lib/src/interceptor.js +12 -14
  28. package/lib/src/interceptor.min.js +1 -1
  29. package/lib/src/log.js +5 -5
  30. package/lib/src/log.min.js +1 -1
  31. package/lib/src/menus.js +41 -62
  32. package/lib/src/menus.min.js +1 -1
  33. package/lib/src/mixins.js +12 -10
  34. package/lib/src/mixins.min.js +1 -1
  35. package/lib/src/permission.js +19 -19
  36. package/lib/src/permission.min.js +1 -1
  37. package/lib/src/renderer.js +11 -13
  38. package/lib/src/renderer.min.js +1 -1
  39. package/lib/src/resize.js +43 -65
  40. package/lib/src/resize.min.js +1 -1
  41. package/lib/src/store.js +34 -54
  42. package/lib/src/store.min.js +1 -1
  43. package/lib/src/themeStore.js +1 -1
  44. package/lib/src/themeStore.min.js +1 -1
  45. package/lib/src/validators.js +1 -1
  46. package/lib/src/validators.min.js +1 -1
  47. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # vxe-core
2
2
 
3
- Vxe UI v3.x 核心库.
3
+ Vxe UI v3.x 运行核心库.
4
4
 
5
5
  ## 使用
6
6
 
@@ -10,10 +10,10 @@ npm install @vxe-ui/core
10
10
 
11
11
  ```javascript
12
12
  // ...
13
- import VxeCore from '@vxe-ui/core'
13
+ import VxeUI from '@vxe-ui/core'
14
14
  // ...
15
15
 
16
- VxeCore.setConfig({
16
+ VxeUI.setConfig({
17
17
  // ...
18
18
  })
19
19
  ```
package/es/src/core.js CHANGED
@@ -73,7 +73,7 @@ export function setIcon(options) {
73
73
  export function getIcon(key) {
74
74
  return arguments.length ? XEUtils.get(iconConfigStore, key) : iconConfigStore;
75
75
  }
76
- export const coreVersion = "3.0.11";
76
+ export const coreVersion = "3.0.12";
77
77
  const installedPlugins = [];
78
78
  export function use(Plugin, options) {
79
79
  if (Plugin && Plugin.install) {
package/es/src/log.js CHANGED
@@ -6,7 +6,7 @@ function createLog(type, name) {
6
6
  return msg;
7
7
  };
8
8
  }
9
- const version = "3.0.11";
9
+ const version = "3.0.12";
10
10
  export const log = {
11
11
  create: createLog,
12
12
  warn: createLog('warn', `v${version}`),
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -13,11 +12,11 @@ Object.keys(_core).forEach(function (key) {
13
12
  if (key in exports && exports[key] === _core[key]) return;
14
13
  Object.defineProperty(exports, key, {
15
14
  enumerable: true,
16
- get: function get() {
15
+ get: function () {
17
16
  return _core[key];
18
17
  }
19
18
  });
20
19
  });
21
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
22
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
20
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
21
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
23
22
  var _default = exports.default = _core.default;