@visactor/vrender 0.16.4 → 0.16.5-alpha.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/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/package.json +5 -5
package/cjs/index.d.ts
CHANGED
package/cjs/index.js
CHANGED
|
@@ -21,5 +21,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
21
21
|
|
|
22
22
|
const vrender_core_1 = require("@visactor/vrender-core"), vrender_kits_1 = require("@visactor/vrender-kits");
|
|
23
23
|
|
|
24
|
-
exports.version = "0.16.
|
|
24
|
+
exports.version = "0.16.5-alpha.0", (0, vrender_kits_1.loadAllModule)(vrender_core_1.container),
|
|
25
25
|
__exportStar(require("@visactor/vrender-core"), exports), __exportStar(require("@visactor/vrender-kits"), exports);
|
package/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,yDAAmD;AACnD,yDAAuD;AAG1C,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,yDAAmD;AACnD,yDAAuD;AAG1C,QAAA,OAAO,GAAG,gBAAgB,CAAC;AAExC,IAAA,4BAAa,EAAC,wBAAS,CAAC,CAAC;AAEzB,yDAAuC;AACvC,yDAAuC","file":"index.js","sourcesContent":["import { container } from '@visactor/vrender-core';\nimport { loadAllModule } from '@visactor/vrender-kits';\n\n// 导出版本号\nexport const version = \"0.16.5-alpha.0\";\n\nloadAllModule(container);\n\nexport * from '@visactor/vrender-core';\nexport * from '@visactor/vrender-kits';\n"]}
|
package/dist/index.js
CHANGED
|
@@ -10750,6 +10750,13 @@
|
|
|
10750
10750
|
a.onEnd();
|
|
10751
10751
|
});
|
|
10752
10752
|
}
|
|
10753
|
+
}, {
|
|
10754
|
+
key: "onStart",
|
|
10755
|
+
value: function onStart() {
|
|
10756
|
+
this.customAnimates.forEach(function (a) {
|
|
10757
|
+
a.onStart();
|
|
10758
|
+
});
|
|
10759
|
+
}
|
|
10753
10760
|
}, {
|
|
10754
10761
|
key: "onUpdate",
|
|
10755
10762
|
value: function onUpdate(end, ratio, out) {
|
|
@@ -34475,7 +34482,7 @@
|
|
|
34475
34482
|
|
|
34476
34483
|
var roughModule = _roughModule;
|
|
34477
34484
|
|
|
34478
|
-
const version = "0.16.
|
|
34485
|
+
const version = "0.16.5-alpha.0";
|
|
34479
34486
|
loadAllModule(container);
|
|
34480
34487
|
|
|
34481
34488
|
exports.ACustomAnimate = ACustomAnimate;
|