Doric remove DoricAssetsResource for now
This commit is contained in:
@@ -2244,23 +2244,6 @@ var BundleResource = /** @class */ (function (_super) {
|
||||
}
|
||||
return BundleResource;
|
||||
}(iOSResource));
|
||||
var ArrayBufferResource = /** @class */ (function (_super) {
|
||||
__extends$f(ArrayBufferResource, _super);
|
||||
function ArrayBufferResource(data) {
|
||||
var _this = _super.call(this, "arrayBuffer", "") || this;
|
||||
_this.data = data;
|
||||
return _this;
|
||||
}
|
||||
ArrayBufferResource.prototype.toModel = function () {
|
||||
return {
|
||||
data: this.data,
|
||||
resId: this.resId,
|
||||
type: this.type,
|
||||
identifier: this.identifier,
|
||||
};
|
||||
};
|
||||
return ArrayBufferResource;
|
||||
}(Resource));
|
||||
|
||||
var __extends$e = (undefined && undefined.__extends) || (function () {
|
||||
var extendStatics = function (d, b) {
|
||||
@@ -4640,7 +4623,6 @@ exports.AlphaAnimation = AlphaAnimation;
|
||||
exports.AndroidAssetsResource = AndroidAssetsResource;
|
||||
exports.AndroidResource = AndroidResource;
|
||||
exports.AnimationSet = AnimationSet;
|
||||
exports.ArrayBufferResource = ArrayBufferResource;
|
||||
exports.AssetsResource = AssetsResource;
|
||||
exports.BOTTOM = BOTTOM;
|
||||
exports.BackgroundColorAnimation = BackgroundColorAnimation;
|
||||
|
@@ -1680,20 +1680,6 @@ class BundleResource extends iOSResource {
|
||||
super("bundle", `${bundleName}://${fileName}`);
|
||||
}
|
||||
}
|
||||
class ArrayBufferResource extends Resource {
|
||||
constructor(data) {
|
||||
super("arrayBuffer", "");
|
||||
this.data = data;
|
||||
}
|
||||
toModel() {
|
||||
return {
|
||||
data: this.data,
|
||||
resId: this.resId,
|
||||
type: this.type,
|
||||
identifier: this.identifier,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
var __decorate$b = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
||||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
||||
@@ -3538,7 +3524,6 @@ exports.AlphaAnimation = AlphaAnimation;
|
||||
exports.AndroidAssetsResource = AndroidAssetsResource;
|
||||
exports.AndroidResource = AndroidResource;
|
||||
exports.AnimationSet = AnimationSet;
|
||||
exports.ArrayBufferResource = ArrayBufferResource;
|
||||
exports.AssetsResource = AssetsResource;
|
||||
exports.BOTTOM = BOTTOM;
|
||||
exports.BackgroundColorAnimation = BackgroundColorAnimation;
|
||||
|
@@ -3208,20 +3208,6 @@ class BundleResource extends iOSResource {
|
||||
super("bundle", `${bundleName}://${fileName}`);
|
||||
}
|
||||
}
|
||||
class ArrayBufferResource extends Resource {
|
||||
constructor(data) {
|
||||
super("arrayBuffer", "");
|
||||
this.data = data;
|
||||
}
|
||||
toModel() {
|
||||
return {
|
||||
data: this.data,
|
||||
resId: this.resId,
|
||||
type: this.type,
|
||||
identifier: this.identifier,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
var __decorate$b = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
||||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
||||
@@ -5307,7 +5293,6 @@ exports.AlphaAnimation = AlphaAnimation;
|
||||
exports.AndroidAssetsResource = AndroidAssetsResource;
|
||||
exports.AndroidResource = AndroidResource;
|
||||
exports.AnimationSet = AnimationSet;
|
||||
exports.ArrayBufferResource = ArrayBufferResource;
|
||||
exports.AssetsResource = AssetsResource;
|
||||
exports.BOTTOM = BOTTOM;
|
||||
exports.BackgroundColorAnimation = BackgroundColorAnimation;
|
||||
|
Reference in New Issue
Block a user