@leafer-editor/worker 1.2.1 → 1.3.0

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/dist/worker.cjs CHANGED
@@ -6,6 +6,7 @@ var viewport = require('@leafer-in/viewport');
6
6
  var view = require('@leafer-in/view');
7
7
  var scroll = require('@leafer-in/scroll');
8
8
  var arrow = require('@leafer-in/arrow');
9
+ var _export = require('@leafer-in/export');
9
10
  var textEditor = require('@leafer-in/text-editor');
10
11
  var html = require('@leafer-in/html');
11
12
 
@@ -47,6 +48,12 @@ Object.keys(arrow).forEach(function (k) {
47
48
  get: function () { return arrow[k]; }
48
49
  });
49
50
  });
51
+ Object.keys(_export).forEach(function (k) {
52
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
53
+ enumerable: true,
54
+ get: function () { return _export[k]; }
55
+ });
56
+ });
50
57
  Object.keys(textEditor).forEach(function (k) {
51
58
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
52
59
  enumerable: true,
@@ -4,5 +4,6 @@ export * from '@leafer-in/viewport';
4
4
  export * from '@leafer-in/view';
5
5
  export * from '@leafer-in/scroll';
6
6
  export * from '@leafer-in/arrow';
7
+ export * from '@leafer-in/export';
7
8
  export * from '@leafer-in/text-editor';
8
9
  export * from '@leafer-in/html';
@@ -1 +1 @@
1
- export*from"@leafer-ui/worker";export*from"@leafer-in/editor";export*from"@leafer-in/viewport";export*from"@leafer-in/view";export*from"@leafer-in/scroll";export*from"@leafer-in/arrow";export*from"@leafer-in/text-editor";export*from"@leafer-in/html";
1
+ export*from"@leafer-ui/worker";export*from"@leafer-in/editor";export*from"@leafer-in/viewport";export*from"@leafer-in/view";export*from"@leafer-in/scroll";export*from"@leafer-in/arrow";export*from"@leafer-in/export";export*from"@leafer-in/text-editor";export*from"@leafer-in/html";