lyb-pixi-js 1.12.78 → 1.12.80

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.
@@ -1,5 +1,7 @@
1
1
  import type { Container } from "pixi.js";
2
- import { LibPixiBaseContainer } from "./ui/LibPixiBaseContainer";
2
+ import type { LibPixiBaseContainer } from "./ui/LibPixiBaseContainer";
3
+ export { LibPixiBaseContainer } from "./ui/LibPixiBaseContainer";
4
+ export { LibPixiDialog } from "./ui/LibPixiDialog";
3
5
  interface IViewCtor {
4
6
  new (...args: any[]): LibPixiBaseContainer;
5
7
  }
@@ -30,4 +32,3 @@ export declare class LibPixiDialogManager {
30
32
  /** @description 关闭并销毁所有弹窗 */
31
33
  closeAll(): Promise<void>;
32
34
  }
33
- export {};
@@ -7,6 +7,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
+ export { LibPixiBaseContainer } from "./ui/LibPixiBaseContainer";
11
+ export { LibPixiDialog } from "./ui/LibPixiDialog";
10
12
  /** @description 弹窗管理器 */
11
13
  export class LibPixiDialogManager {
12
14
  constructor(parent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyb-pixi-js",
3
- "version": "1.12.78",
3
+ "version": "1.12.80",
4
4
  "description": "自用Pixi.JS方法库",
5
5
  "license": "ISC",
6
6
  "exports": {