@eva/plugin-renderer-dragonbone 1.2.7-editor.0 → 1.2.7-editor.1
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.dragonbone.js +1 -1
- package/dist/EVA.plugin.renderer.dragonbone.min.js +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/plugin-renderer-dragonbone.cjs.js +12 -4
- package/dist/plugin-renderer-dragonbone.cjs.prod.js +1 -1
- package/dist/plugin-renderer-dragonbone.esm.js +13 -5
- package/package.json +4 -4
|
@@ -43,6 +43,10 @@ function __decorate(decorators, target, key, desc) {
|
|
|
43
43
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
+
function __metadata(metadataKey, metadataValue) {
|
|
47
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
48
|
+
}
|
|
49
|
+
|
|
46
50
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
47
51
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
48
52
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
@@ -149,16 +153,20 @@ var DragonBone$3 = (function (_super) {
|
|
|
149
153
|
};
|
|
150
154
|
DragonBone.componentName = 'DragonBone';
|
|
151
155
|
__decorate([
|
|
152
|
-
inspectorDecorator.
|
|
156
|
+
inspectorDecorator.Field(),
|
|
157
|
+
__metadata("design:type", String)
|
|
153
158
|
], DragonBone.prototype, "resource", void 0);
|
|
154
159
|
__decorate([
|
|
155
|
-
inspectorDecorator.
|
|
160
|
+
inspectorDecorator.Field(),
|
|
161
|
+
__metadata("design:type", String)
|
|
156
162
|
], DragonBone.prototype, "armatureName", void 0);
|
|
157
163
|
__decorate([
|
|
158
|
-
inspectorDecorator.
|
|
164
|
+
inspectorDecorator.Field(),
|
|
165
|
+
__metadata("design:type", String)
|
|
159
166
|
], DragonBone.prototype, "animationName", void 0);
|
|
160
167
|
__decorate([
|
|
161
|
-
inspectorDecorator.
|
|
168
|
+
inspectorDecorator.Field(),
|
|
169
|
+
__metadata("design:type", Boolean)
|
|
162
170
|
], DragonBone.prototype, "autoPlay", void 0);
|
|
163
171
|
return DragonBone;
|
|
164
172
|
}(eva_js.Component));
|