@visactor/vstory 0.0.19 → 0.0.20

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/cjs/index.d.ts CHANGED
@@ -4,3 +4,4 @@ export * from '@visactor/vstory-templates';
4
4
  export * from '@visactor/vstory-external';
5
5
  export * from '@visactor/vstory-animate';
6
6
  export declare function registerAll(): void;
7
+ export * as VUtils from '@visactor/vutils';
package/cjs/index.js CHANGED
@@ -11,13 +11,25 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
11
11
  }), Object.defineProperty(o, k2, desc);
12
12
  } : function(o, m, k, k2) {
13
13
  void 0 === k2 && (k2 = k), o[k2] = m[k];
14
+ }), __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function(o, v) {
15
+ Object.defineProperty(o, "default", {
16
+ enumerable: !0,
17
+ value: v
18
+ });
19
+ } : function(o, v) {
20
+ o.default = v;
14
21
  }), __exportStar = this && this.__exportStar || function(m, exports) {
15
22
  for (var p in m) "default" === p || Object.prototype.hasOwnProperty.call(exports, p) || __createBinding(exports, m, p);
23
+ }, __importStar = this && this.__importStar || function(mod) {
24
+ if (mod && mod.__esModule) return mod;
25
+ var result = {};
26
+ if (null != mod) for (var k in mod) "default" !== k && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k);
27
+ return __setModuleDefault(result, mod), result;
16
28
  };
17
29
 
18
30
  Object.defineProperty(exports, "__esModule", {
19
31
  value: !0
20
- }), exports.registerAll = void 0;
32
+ }), exports.VUtils = exports.registerAll = void 0;
21
33
 
22
34
  const vstory_animate_1 = require("@visactor/vstory-animate"), vstory_core_1 = require("@visactor/vstory-core"), vstory_player_1 = require("@visactor/vstory-player");
23
35
 
@@ -30,4 +42,5 @@ function registerAll() {
30
42
 
31
43
  __exportStar(require("@visactor/vstory-core"), exports), __exportStar(require("@visactor/vstory-player"), exports),
32
44
  __exportStar(require("@visactor/vstory-templates"), exports), __exportStar(require("@visactor/vstory-external"), exports),
33
- __exportStar(require("@visactor/vstory-animate"), exports), exports.registerAll = registerAll;
45
+ __exportStar(require("@visactor/vstory-animate"), exports), exports.registerAll = registerAll,
46
+ exports.VUtils = __importStar(require("@visactor/vutils"));
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,6DAA0D;AAC1D,uDAAqF;AACrF,2DAAqH;AAErH,wDAAsC;AACtC,0DAAwC;AACxC,6DAA2C;AAC3C,4DAA0C;AAC1C,2DAAyC;AAEzC,SAAgB,WAAW;IACzB,IAAA,8BAAgB,GAAE,CAAC;IACnB,IAAA,gCAAkB,GAAE,CAAC;IACrB,IAAA,oCAAoB,GAAE,CAAC;IACvB,IAAA,wCAAwB,GAAE,CAAC;IAC3B,IAAA,0CAA0B,GAAE,CAAC;IAC7B,IAAA,+BAAc,GAAE,CAAC;IACjB,IAAA,oBAAM,GAAE,CAAC;AACX,CAAC;AARD,kCAQC","file":"index.js","sourcesContent":["import { registerEasing } from '@visactor/vstory-animate';\nimport { initVR, registerCharacters, registerGraphics } from '@visactor/vstory-core';\nimport { registerCommonBounceAction, registerVChartAction, registerVComponentAction } from '@visactor/vstory-player';\n\nexport * from '@visactor/vstory-core';\nexport * from '@visactor/vstory-player';\nexport * from '@visactor/vstory-templates';\nexport * from '@visactor/vstory-external';\nexport * from '@visactor/vstory-animate';\n\nexport function registerAll() {\n registerGraphics();\n registerCharacters();\n registerVChartAction();\n registerVComponentAction();\n registerCommonBounceAction();\n registerEasing();\n initVR();\n}\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6DAA0D;AAC1D,uDAAqF;AACrF,2DAAqH;AAErH,wDAAsC;AACtC,0DAAwC;AACxC,6DAA2C;AAC3C,4DAA0C;AAC1C,2DAAyC;AAEzC,SAAgB,WAAW;IACzB,IAAA,8BAAgB,GAAE,CAAC;IACnB,IAAA,gCAAkB,GAAE,CAAC;IACrB,IAAA,oCAAoB,GAAE,CAAC;IACvB,IAAA,wCAAwB,GAAE,CAAC;IAC3B,IAAA,0CAA0B,GAAE,CAAC;IAC7B,IAAA,+BAAc,GAAE,CAAC;IACjB,IAAA,oBAAM,GAAE,CAAC;AACX,CAAC;AARD,kCAQC;AACD,2DAA2C","file":"index.js","sourcesContent":["import { registerEasing } from '@visactor/vstory-animate';\nimport { initVR, registerCharacters, registerGraphics } from '@visactor/vstory-core';\nimport { registerCommonBounceAction, registerVChartAction, registerVComponentAction } from '@visactor/vstory-player';\n\nexport * from '@visactor/vstory-core';\nexport * from '@visactor/vstory-player';\nexport * from '@visactor/vstory-templates';\nexport * from '@visactor/vstory-external';\nexport * from '@visactor/vstory-animate';\n\nexport function registerAll() {\n registerGraphics();\n registerCharacters();\n registerVChartAction();\n registerVComponentAction();\n registerCommonBounceAction();\n registerEasing();\n initVR();\n}\nexport * as VUtils from '@visactor/vutils';\n"]}