@flashist/flibs 0.0.154 → 0.0.155

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashist/flibs",
3
- "version": "0.0.154",
3
+ "version": "0.0.155",
4
4
  "scripts": {},
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -1,12 +0,0 @@
1
- export interface IPixiSpineLoadItemConfig {
2
- src: string;
3
- id: string;
4
- basePath?: string;
5
- fileType?: string;
6
- extensions?: string[];
7
- priority?: number;
8
- loader?: string;
9
- loadGroups?: string[];
10
- uniqueId?: string;
11
- loadWeight?: number;
12
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IPixiSpineLoadItemConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPixiSpineLoadItemConfig.js","sourceRoot":"","sources":["../../../../src/load/preloadjspixihowler/item/IPixiSpineLoadItemConfig.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import { FileLoadItem } from "./FileLoadItem";
2
- export declare class PixiSpineLoadItem<DataType extends any = any> extends FileLoadItem<DataType> {
3
- protected onLoaderComplete(resourcesMap: {
4
- [key: string]: any;
5
- }): void;
6
- }
@@ -1,30 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = function (d, b) {
3
- extendStatics = Object.setPrototypeOf ||
4
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6
- return extendStatics(d, b);
7
- };
8
- return function (d, b) {
9
- if (typeof b !== "function" && b !== null)
10
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11
- extendStatics(d, b);
12
- function __() { this.constructor = d; }
13
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
14
- };
15
- })();
16
- import { FileLoadItem } from "./FileLoadItem";
17
- var PixiSpineLoadItem = /** @class */ (function (_super) {
18
- __extends(PixiSpineLoadItem, _super);
19
- function PixiSpineLoadItem() {
20
- return _super !== null && _super.apply(this, arguments) || this;
21
- }
22
- PixiSpineLoadItem.prototype.onLoaderComplete = function (resourcesMap) {
23
- // Don't call super, because parsing of images should be a bit different
24
- // this.processLoadingComplete(resourcesMap, resourcesMap);
25
- // When the initial item is loaded, start loading the atlas-file attached to the spine animation
26
- };
27
- return PixiSpineLoadItem;
28
- }(FileLoadItem));
29
- export { PixiSpineLoadItem };
30
- //# sourceMappingURL=PixiSpineLoadItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PixiSpineLoadItem.js","sourceRoot":"","sources":["../../../../src/load/preloadjspixihowler/item/PixiSpineLoadItem.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAI9C;IAAmE,qCAAsB;IAAzF;;IAUA,CAAC;IARa,4CAAgB,GAA1B,UAA2B,YAAoC;QAC3D,wEAAwE;QACxE,2DAA2D;QAE3D,gGAAgG;IAEpG,CAAC;IAEL,wBAAC;AAAD,CAAC,AAVD,CAAmE,YAAY,GAU9E"}