@eva/plugin-renderer-lottie 1.2.7-editor.9 → 1.2.7-fix.5

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.
@@ -2,7 +2,6 @@ import { decorators, OBSERVER_TYPE, resource, Component } from '@eva/eva.js';
2
2
  import { Renderer } from '@eva/plugin-renderer';
3
3
  import { Container, WebGLRenderer, ObjectRenderer, utils, CanvasRenderer, Matrix, Graphics, Sprite, Rectangle, settings, UPDATE_PRIORITY, ticker, DisplayObject, Shader, glCore, BLEND_MODES, Texture, Text, TextStyle } from 'pixi.js';
4
4
  import iOSVersion from 'ios-version';
5
- import { Field } from '@eva/inspector-decorator';
6
5
 
7
6
  /*! *****************************************************************************
8
7
  Copyright (c) Microsoft Corporation. All rights reserved.
@@ -63,10 +62,6 @@ function __decorate(decorators, target, key, desc) {
63
62
  return c > 3 && r && Object.defineProperty(target, key, r), r;
64
63
  }
65
64
 
66
- function __metadata(metadataKey, metadataValue) {
67
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
68
- }
69
-
70
65
  function __awaiter(thisArg, _arguments, P, generator) {
71
66
  return new (P || (P = Promise))(function (resolve, reject) {
72
67
  function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
@@ -5236,10 +5231,6 @@ var Lottie = (function (_super) {
5236
5231
  });
5237
5232
  };
5238
5233
  Lottie.componentName = 'Lottie';
5239
- __decorate([
5240
- Field({ type: 'resource', required: true }),
5241
- __metadata("design:type", String)
5242
- ], Lottie.prototype, "resource", void 0);
5243
5234
  return Lottie;
5244
5235
  }(Component));
5245
5236
  var Lottie$1 = Lottie;