@eva/plugin-renderer-lottie 1.2.2-alpha.0 → 1.2.2-alpha.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/dist/EVA.plugin.renderer.lottie.js +7 -4
- package/dist/EVA.plugin.renderer.lottie.min.js +1 -1
- package/dist/global.d.ts +6 -0
- package/dist/miniprogram.js +5231 -0
- package/dist/plugin-renderer-lottie.cjs.js +2 -0
- package/dist/plugin-renderer-lottie.cjs.prod.js +1 -1
- package/dist/plugin-renderer-lottie.d.ts +1 -0
- package/dist/plugin-renderer-lottie.esm.js +2 -0
- package/package.json +3 -3
|
@@ -8,11 +8,11 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.crea
|
|
|
8
8
|
|
|
9
9
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
window.EVA = window.EVA || {};
|
|
12
|
+
window.EVA.plugin = window.EVA.plugin || {};
|
|
13
|
+
window.EVA.plugin.renderer = window.EVA.plugin.renderer || {};
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
var _EVA_IIFE_lottie = function (exports, eva_js, pluginRenderer, pixi_js) {
|
|
16
16
|
'use strict';
|
|
17
17
|
|
|
18
18
|
var _extendStatics = function extendStatics(d, b) {
|
|
@@ -5473,6 +5473,7 @@ this.EVA.plugin.renderer.lottie = function (exports, eva_js, pluginRenderer, pix
|
|
|
5473
5473
|
}(eva_js.Component);
|
|
5474
5474
|
|
|
5475
5475
|
var Lottie$1 = Lottie;
|
|
5476
|
+
eva_js.resource.registerResourceType('LOTTIE');
|
|
5476
5477
|
exports.Lottie = Lottie$1;
|
|
5477
5478
|
exports.LottieSystem = LottieSystem$1;
|
|
5478
5479
|
Object.defineProperty(exports, '__esModule', {
|
|
@@ -5480,3 +5481,5 @@ this.EVA.plugin.renderer.lottie = function (exports, eva_js, pluginRenderer, pix
|
|
|
5480
5481
|
});
|
|
5481
5482
|
return exports;
|
|
5482
5483
|
}({}, EVA, EVA.plugin.renderer, PIXI);
|
|
5484
|
+
|
|
5485
|
+
window.EVA.plugin.renderer.lottie = window.EVA.plugin.renderer.lottie || _EVA_IIFE_lottie;
|