@flashist/appframework 0.0.268 → 0.0.269
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/app/AppModule.js +3 -3
- package/app/AppModule.js.map +1 -1
- package/app/commands/LoadAppConfigCommand.js +1 -1
- package/app/commands/LoadAppConfigCommand.js.map +1 -1
- package/app/commands/ParseStaticItemsConfigCommand.js +1 -1
- package/app/commands/ParseStaticItemsConfigCommand.js.map +1 -1
- package/display/views/button/SimpleButtonView.d.ts +1 -1
- package/display/views/button/SimpleButtonView.js +1 -1
- package/display/views/button/SimpleButtonView.js.map +1 -1
- package/display/views/button/simple-image-button/SimpleImageButton.d.ts +1 -2
- package/display/views/button/simple-image-button/SimpleImageButton.js +1 -1
- package/display/views/button/simple-image-button/SimpleImageButton.js.map +1 -1
- package/display/views/layout/MultiColumnLayout.d.ts +1 -1
- package/index.d.ts +148 -148
- package/index.js +148 -148
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/sounds/SoundsModule.js +1 -1
- package/sounds/SoundsModule.js.map +1 -1
- package/state/AppStateModule.js +2 -1
- package/state/AppStateModule.js.map +1 -1
- package/state/commands/WaitAppStateDataChangeCommand.d.ts +1 -1
- package/state/commands/WaitAppStateDataChangeCommand.js +1 -1
- package/state/commands/WaitAppStateDataChangeCommand.js.map +1 -1
- package/state/tools/AppStateDeepKeyTools.d.ts +1 -1
- package/state/tools/AppStateDeepKeyTools.js.map +1 -1
package/app/AppModule.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { serviceLocatorAdd } from "@flashist/flibs";
|
|
2
1
|
import { ObjectTools } from '@flashist/fcore';
|
|
2
|
+
import { serviceLocatorAdd } from "@flashist/flibs";
|
|
3
3
|
import { BaseAppModule } from "../base/modules/BaseAppModule";
|
|
4
|
-
import { AppManager } from "./managers/AppManager";
|
|
5
|
-
import { AppModuleInitialState } from './data/state/AppModuleState';
|
|
6
4
|
import { appStateStorage } from "../state/AppStateModule";
|
|
5
|
+
import { AppModuleInitialState } from './data/state/AppModuleState';
|
|
6
|
+
import { AppManager } from "./managers/AppManager";
|
|
7
7
|
export class AppModule extends BaseAppModule {
|
|
8
8
|
constructor(debug) {
|
|
9
9
|
super();
|
package/app/AppModule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppModule.js","sourceRoot":"","sources":["../../src/app/AppModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"AppModule.js","sourceRoot":"","sources":["../../src/app/AppModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAkB,MAAM,6BAA6B,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,MAAM,OAAO,SAAU,SAAQ,aAAa;IAExC,YAAsB,KAAc;QAChC,KAAK,EAAE,CAAC;QADU,UAAK,GAAL,KAAK,CAAS;IAEpC,CAAC;IAED,IAAI;QACA,KAAK,CAAC,IAAI,EAAE,CAAC;QAEb,kCAAkC;QAClC,MAAM,SAAS,GAAmB,WAAW,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC;QAC3E,WAAW,CAAC,SAAS,CAAC,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,EAAE,CAAC,CAAA;QAChE,EAAE;QACF,eAAe,EAAE,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC;QAE5C,iBAAiB,CAAC,UAAU,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC;IAC9E,CAAC;CACJ"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CommandErrorCode } from "@flashist/fcore";
|
|
2
2
|
import { getInstance, LoadItemCommand, LoadItemsListCommand, LoadManager } from "@flashist/flibs";
|
|
3
3
|
import { BaseAppCommand } from "../../base/commands/BaseAppCommand";
|
|
4
|
-
import { AppSettings } from "../AppSettings";
|
|
5
4
|
import { appStateStorage } from "../../state/AppStateModule";
|
|
5
|
+
import { AppSettings } from "../AppSettings";
|
|
6
6
|
export class LoadAppConfigCommand extends BaseAppCommand {
|
|
7
7
|
executeInternal() {
|
|
8
8
|
// const appConfigModel: AppConfigModel = getInstance(AppConfigModel);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadAppConfigCommand.js","sourceRoot":"","sources":["../../../src/app/commands/LoadAppConfigCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EACH,WAAW,EACX,eAAe,EACf,oBAAoB,EACpB,WAAW,EACd,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"LoadAppConfigCommand.js","sourceRoot":"","sources":["../../../src/app/commands/LoadAppConfigCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EACH,WAAW,EACX,eAAe,EACf,oBAAoB,EACpB,WAAW,EACd,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,MAAM,OAAO,oBAAqB,SAAQ,cAAc;IAE1C,eAAe;QACrB,sEAAsE;QACtE,IAAI,eAAe,CACf;YACI,GAAG,EAAE,WAAW,CAAC,aAAa;YAC9B,EAAE,EAAE,WAAW,CAAC,aAAa;SAChC,CACJ;aACI,OAAO,EAAE;aACT,IAAI,CACD,CAAC,IAAS,EAAE,EAAE;YACV,OAAO,CAAC,GAAG,CAAC,kDAAkD,EAAE,IAAI,CAAC,CAAC;YAEtE,eAAe,EAAE,CAAC,MAAM,EAAkB,CACtC,YAAY,EACZ,IAAI,CACP,CAAC;YAEF,EAAE;YACF,MAAM,WAAW,GAAG,eAAe,EAAE,CAAC,eAAe,EAAqB,CAAC;YAC3E,EAAE;YACF,MAAM,QAAQ,GAAG,eAAe,EAAE,CAAC,QAAQ,EAAkB,CAAC;YAC9D,MAAM,WAAW,GAAgB,WAAW,CAAC,WAAW,CAAC,CAAC;YAC1D,WAAW,CAAC,mBAAmB,CAC3B;gBACI,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,UAAU;aACxC,CACJ,CAAC;YAEF,EAAE;YACF,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;gBACb,mDAAmD;gBACnD,IAAI,oBAAoB,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,KAAY,CAAC;qBACrD,OAAO,EAAE,CAAC;YACnB,CAAC;YAED,IAAI,CAAC,cAAc,EAAE,CAAC;QAC1B,CAAC,EACD,GAAG,EAAE;YACD,MAAM,SAAS,GAAW,uFAAuF,CAAC;YAClH,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;YACzB,KAAK,CAAC,SAAS,CAAC,CAAC;YAEjB,IAAI,CAAC,SAAS,GAAG,gBAAgB,CAAC,aAAa,CAAC;YAChD,IAAI,CAAC,SAAS,EAAE,CAAC;QACrB,CAAC,CACJ,CAAC;IACV,CAAC;CAEJ"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { CommandErrorCode } from "@flashist/fcore";
|
|
2
2
|
import { GenericObjectsByTypeModel, getInstance, LoadManager } from "@flashist/flibs";
|
|
3
|
+
import { appStateStorage } from "../../index";
|
|
3
4
|
import { BaseAppCommand } from "../../base/commands/BaseAppCommand";
|
|
4
5
|
import { ECSManager } from "../../ecs/managers/ECSManager";
|
|
5
6
|
import { AppSettings } from "../AppSettings";
|
|
6
|
-
import { appStateStorage } from "../../state";
|
|
7
7
|
// import {IItemsConfigVO} from "../data/IItemsConfigVO";
|
|
8
8
|
export class ParseStaticItemsConfigCommand extends BaseAppCommand {
|
|
9
9
|
executeInternal() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParseStaticItemsConfigCommand.js","sourceRoot":"","sources":["../../../src/app/commands/ParseStaticItemsConfigCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAoB,yBAAyB,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAExG,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ParseStaticItemsConfigCommand.js","sourceRoot":"","sources":["../../../src/app/commands/ParseStaticItemsConfigCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAoB,yBAAyB,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAExG,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,yDAAyD;AAEzD,MAAM,OAAO,6BAA8B,SAAQ,cAAc;IAEnD,eAAe;QAErB,IAAI,WAAW,GAAgB,WAAW,CAAC,WAAW,CAAC,CAAC;QACxD,IAAI,yBAAyB,GAAqB,WAAW,CAAC,WAAW,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC;QACzG,IAAI,yBAAyB,IAAI,yBAAyB,CAAC,IAAI,EAAE,CAAC;YAE9D,IAAI,yBAAyB,CAAC,IAAI,EAAE,CAAC;gBACjC,IAAI,yBAAyB,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC;oBAC1C,MAAM,UAAU,GAAe,WAAW,CAAC,UAAU,CAAC,CAAC;oBACvD,KAAK,IAAI,gBAAgB,IAAI,yBAAyB,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC;wBACnE,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;oBAC9C,CAAC;gBACL,CAAC;gBAED,IAAI,yBAAyB,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;oBACvC,MAAM,yBAAyB,GAA8B,WAAW,CAAC,yBAAyB,CAAC,CAAC;oBACpG,yBAAyB,CAAC,WAAW,CAAC,yBAAyB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBAChF,CAAC;gBAED,IAAI,yBAAyB,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;oBACvC,mFAAmF;oBACnF,8EAA8E;oBAC9E,yFAAyF;oBACzF,MAAM,iBAAiB,GAAa,MAAM,CAAC,IAAI,CAAC,yBAAyB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;oBACtF,KAAK,IAAI,iBAAiB,IAAI,iBAAiB,EAAE,CAAC;wBAC9C,eAAe,EAAE,CAAC,MAAM,EAA0B,CAAC,iBAAiB,EAAE,yBAAyB,CAAC,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC;oBACnI,CAAC;gBACL,CAAC;YACL,CAAC;YAED,IAAI,CAAC,cAAc,EAAE,CAAC;QAE1B,CAAC;aAAM,CAAC;YACJ,OAAO,CAAC,KAAK,CAAC,6EAA6E,CAAC,CAAC;YAC7F,IAAI,CAAC,SAAS,GAAG,gBAAgB,CAAC,aAAa,CAAC;YAChD,IAAI,CAAC,SAAS,EAAE,CAAC;QACrB,CAAC;IAEL,CAAC;CAEJ"}
|
|
@@ -2,7 +2,7 @@ import { FContainer, FLabel, Sprite, Graphics, DisplayObjectContainer } from "@f
|
|
|
2
2
|
import { SimpleButtonConfig } from "./SimpleButtonConfig";
|
|
3
3
|
import { AppResizableContainer } from "../resize/AppResizableContainer";
|
|
4
4
|
import { IToggableItem } from "../togglegroup/IToggableItem";
|
|
5
|
-
import { BaseLayout, BaseLayoutableContainer } from "
|
|
5
|
+
import { BaseLayout, BaseLayoutableContainer } from "../../../index";
|
|
6
6
|
export declare class SimpleButtonView<DataType extends object = object> extends AppResizableContainer<DataType> implements IToggableItem {
|
|
7
7
|
static NORMAL_TO_SELECTED_MAP: any;
|
|
8
8
|
static SELECTED_TO_NORMAL_MAP: any;
|
|
@@ -3,7 +3,7 @@ import { SimpleButtonDefaultConfig } from "./SimpleButtonConfig";
|
|
|
3
3
|
import { SimpleButtonState } from "./SimpleButtonState";
|
|
4
4
|
import { AppResizableContainer } from "../resize/AppResizableContainer";
|
|
5
5
|
import { ObjectTools } from '@flashist/fcore';
|
|
6
|
-
import { BaseLayoutableContainer } from "
|
|
6
|
+
import { BaseLayoutableContainer } from "../../../index";
|
|
7
7
|
export class SimpleButtonView extends AppResizableContainer {
|
|
8
8
|
constructor(config) {
|
|
9
9
|
super(config);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleButtonView.js","sourceRoot":"","sources":["../../../../src/display/views/button/SimpleButtonView.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,kBAAkB,EAAE,QAAQ,EAA0B,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE5J,OAAO,EAAgD,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAC/G,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAExE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAc,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SimpleButtonView.js","sourceRoot":"","sources":["../../../../src/display/views/button/SimpleButtonView.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { FContainer, Graphics, Sprite } from "@flashist/flibs";
|
|
2
2
|
import { SimpleImageButtonConfig } from "./SimpleImageButtonConfig";
|
|
3
|
-
import { AppResizableContainer } from "
|
|
4
|
-
import { IToggableItem } from "../../togglegroup";
|
|
3
|
+
import { IToggableItem, AppResizableContainer } from "../../../../index";
|
|
5
4
|
export declare class SimpleImageButton<DataType extends object = object> extends AppResizableContainer<DataType> implements IToggableItem {
|
|
6
5
|
id: string;
|
|
7
6
|
private _enabled;
|
|
@@ -2,7 +2,7 @@ import { DisplayTools, FContainer, GraphicsTools, InteractiveEvent, Sprite } fro
|
|
|
2
2
|
import { ObjectTools } from '@flashist/fcore';
|
|
3
3
|
import { SimpleImageButtonDefaultConfig } from "./SimpleImageButtonConfig";
|
|
4
4
|
import { SimpleImageButtonState, SimpleImageButtonStateNormalToSelectedMap, SimpleImageButtonStateSelectedToNormalMap } from "./SimpleImageButtonState";
|
|
5
|
-
import { AppResizableContainer } from "
|
|
5
|
+
import { AppResizableContainer } from "../../../../index";
|
|
6
6
|
import { SimpleButtonState } from "../SimpleButtonState";
|
|
7
7
|
export class SimpleImageButton extends AppResizableContainer {
|
|
8
8
|
constructor(config) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleImageButton.js","sourceRoot":"","sources":["../../../../../src/display/views/button/simple-image-button/SimpleImageButton.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAY,aAAa,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9G,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAGH,8BAA8B,EACjC,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACH,sBAAsB,EACtB,yCAAyC,EACzC,yCAAyC,EAC5C,MAAM,0BAA0B,CAAC;AAClC,OAAO,
|
|
1
|
+
{"version":3,"file":"SimpleImageButton.js","sourceRoot":"","sources":["../../../../../src/display/views/button/simple-image-button/SimpleImageButton.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Point } from "@flashist/flibs";
|
|
2
2
|
import { MultiColumnLayoutConfig } from "./MultiColumnLayoutConfig";
|
|
3
3
|
import { BaseLayout } from "./BaseLayout";
|
|
4
|
-
import { ILayoutableContainer } from "
|
|
4
|
+
import { ILayoutableContainer } from "../../../index";
|
|
5
5
|
/**
|
|
6
6
|
* ...
|
|
7
7
|
* @author Mark (ruFlashist@gmail.com)
|
package/index.d.ts
CHANGED
|
@@ -1,148 +1,148 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './
|
|
33
|
-
export * from './
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './
|
|
45
|
-
export * from './
|
|
46
|
-
export * from './
|
|
47
|
-
export * from './
|
|
48
|
-
export * from './
|
|
49
|
-
export * from './
|
|
50
|
-
export * from './
|
|
51
|
-
export * from './
|
|
52
|
-
export * from './
|
|
53
|
-
export * from './
|
|
54
|
-
export * from './
|
|
55
|
-
export * from './
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './
|
|
58
|
-
export * from './
|
|
59
|
-
export * from './
|
|
60
|
-
export * from './
|
|
61
|
-
export * from './
|
|
62
|
-
export * from './
|
|
63
|
-
export * from './
|
|
64
|
-
export * from './
|
|
65
|
-
export * from './
|
|
66
|
-
export * from './
|
|
67
|
-
export * from './
|
|
68
|
-
export * from './
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
71
|
-
export * from './
|
|
72
|
-
export * from './
|
|
73
|
-
export * from './
|
|
74
|
-
export * from './
|
|
75
|
-
export * from './
|
|
76
|
-
export * from './
|
|
77
|
-
export * from './
|
|
78
|
-
export * from './
|
|
79
|
-
export * from './
|
|
80
|
-
export * from './
|
|
81
|
-
export * from './
|
|
82
|
-
export * from './
|
|
83
|
-
export * from './
|
|
84
|
-
export * from './
|
|
85
|
-
export * from './
|
|
86
|
-
export * from './
|
|
87
|
-
export * from './
|
|
88
|
-
export * from './
|
|
89
|
-
export * from './
|
|
90
|
-
export * from './
|
|
91
|
-
export * from './
|
|
92
|
-
export * from './
|
|
93
|
-
export * from './
|
|
94
|
-
export * from './
|
|
95
|
-
export * from './
|
|
96
|
-
export * from './
|
|
97
|
-
export * from './
|
|
98
|
-
export * from './
|
|
99
|
-
export * from './
|
|
100
|
-
export * from './
|
|
101
|
-
export * from './
|
|
102
|
-
export * from './
|
|
103
|
-
export * from './
|
|
104
|
-
export * from './
|
|
105
|
-
export * from './
|
|
106
|
-
export * from './
|
|
107
|
-
export * from './
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
113
|
-
export * from './
|
|
114
|
-
export * from './
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
119
|
-
export * from './
|
|
120
|
-
export * from './
|
|
121
|
-
export * from './
|
|
122
|
-
export * from './
|
|
123
|
-
export * from './
|
|
124
|
-
export * from './
|
|
125
|
-
export * from './
|
|
126
|
-
export * from './
|
|
127
|
-
export * from './
|
|
128
|
-
export * from './
|
|
129
|
-
export * from './
|
|
130
|
-
export * from './
|
|
131
|
-
export * from './
|
|
132
|
-
export * from './
|
|
133
|
-
export * from './
|
|
134
|
-
export * from './
|
|
135
|
-
export * from './
|
|
136
|
-
export * from './
|
|
137
|
-
export * from './
|
|
138
|
-
export * from './
|
|
139
|
-
export * from './
|
|
140
|
-
export * from './
|
|
141
|
-
export * from './
|
|
142
|
-
export * from './
|
|
143
|
-
export * from './
|
|
144
|
-
export * from './
|
|
145
|
-
export * from './
|
|
146
|
-
export * from './
|
|
147
|
-
export * from './
|
|
148
|
-
export * from './
|
|
1
|
+
export * from './app/AppModule';
|
|
2
|
+
export * from './app/AppSettings';
|
|
3
|
+
export * from './base/BaseObjectWithGlobalDispatcher';
|
|
4
|
+
export * from './containers/ContainersModule';
|
|
5
|
+
export * from './date/DateSettings';
|
|
6
|
+
export * from './debug/DebugModule';
|
|
7
|
+
export * from './device/DeviceModule';
|
|
8
|
+
export * from './ecs/ECSModule';
|
|
9
|
+
export * from './ecs-rendermodule/ECSRenderModule';
|
|
10
|
+
export * from './facade/Facade';
|
|
11
|
+
export * from './facade/IFacadeOptions';
|
|
12
|
+
export * from './globaleventdispatcher/GlobalEventDispatcherModule';
|
|
13
|
+
export * from './html/HTMLModule';
|
|
14
|
+
export * from './load/LoadGroupName';
|
|
15
|
+
export * from './load/LoadModule';
|
|
16
|
+
export * from './local-storage/LocalStorageModule';
|
|
17
|
+
export * from './local-storage/LocalStorageModuleConfig';
|
|
18
|
+
export * from './locales/LocalesModule';
|
|
19
|
+
export * from './pages/PagesModule';
|
|
20
|
+
export * from './pool/ObjectsPoolModule';
|
|
21
|
+
export * from './renderer/RendererModule';
|
|
22
|
+
export * from './sounds/SoundsModule';
|
|
23
|
+
export * from './sounds/SoundsSettings';
|
|
24
|
+
export * from './state/AppStateModule';
|
|
25
|
+
export * from './time/TimeModule';
|
|
26
|
+
export * from './app/commands/LoadAppConfigCommand';
|
|
27
|
+
export * from './app/commands/ParseStaticItemsConfigCommand';
|
|
28
|
+
export * from './app/managers/AppManager';
|
|
29
|
+
export * from './app/views/AppMainContainer';
|
|
30
|
+
export * from './app/views/AppMainContainerEvent';
|
|
31
|
+
export * from './assets/commands/ParseAssetsConfigCommand';
|
|
32
|
+
export * from './base/commands/BaseAppCommand';
|
|
33
|
+
export * from './base/managers/BaseAppManager';
|
|
34
|
+
export * from './base/mediators/BaseAppMediator';
|
|
35
|
+
export * from './base/models/BaseAppModel';
|
|
36
|
+
export * from './base/modules/AppModulesManager';
|
|
37
|
+
export * from './base/modules/BaseAppModule';
|
|
38
|
+
export * from './base/views/BaseAppView';
|
|
39
|
+
export * from './containers/managers/ContainersManager';
|
|
40
|
+
export * from './display/data/IGetSizable';
|
|
41
|
+
export * from './display/tools/GetSizeTools';
|
|
42
|
+
export * from './display/views/AppContainer';
|
|
43
|
+
export * from './ecs/managers/ECSManager';
|
|
44
|
+
export * from './ecs-rendermodule/data/RenderModuleRootContainerId';
|
|
45
|
+
export * from './events/commands/DispatchGlobalEventCommand';
|
|
46
|
+
export * from './globaleventdispatcher/commands/WaitGlobalEventCommand';
|
|
47
|
+
export * from './globaleventdispatcher/dispatcher/GlobalEventDispatcher';
|
|
48
|
+
export * from './globaleventdispatcher/dispatcher/GlobalEventDispatcherAgumentsType';
|
|
49
|
+
export * from './globaleventdispatcher/dispatcher/GlobalEventDispatcherEvent';
|
|
50
|
+
export * from './globaleventdispatcher/dispatcher/IGlobalDispatchEventVO';
|
|
51
|
+
export * from './globaleventdispatcher/managers/GlobalEventsCommandManager';
|
|
52
|
+
export * from './hints/commands/AnimateHintCommand';
|
|
53
|
+
export * from './hints/data/DefaultHintConfig';
|
|
54
|
+
export * from './hints/data/HintContainerId';
|
|
55
|
+
export * from './hints/data/IHintConfig';
|
|
56
|
+
export * from './html/managers/HTMLManager';
|
|
57
|
+
export * from './html/managers/HTMLManagerEvent';
|
|
58
|
+
export * from './init/commands/InitApplicationCommand';
|
|
59
|
+
export * from './init/commands/InitApplicationDataCommand';
|
|
60
|
+
export * from './init/commands/InitApplicationDataEvent';
|
|
61
|
+
export * from './init/events/InitApplicationEvent';
|
|
62
|
+
export * from './local-storage/managers/LocalStorageManager';
|
|
63
|
+
export * from './locales/commands/ParseLocaleConfigCommand';
|
|
64
|
+
export * from './locales/commands/SetAppLocaleCommand';
|
|
65
|
+
export * from './pages/commands/ChangePageCommand';
|
|
66
|
+
export * from './pages/views/BasePageView';
|
|
67
|
+
export * from './pages/views/PagesMediator';
|
|
68
|
+
export * from './pages/views/PagesView';
|
|
69
|
+
export * from './preloader-page/data/PreloaderPageId';
|
|
70
|
+
export * from './renderer/data/RendererManagerConfigVO';
|
|
71
|
+
export * from './renderer/events/RendererManagerEvent';
|
|
72
|
+
export * from './renderer/managers/RendererManager';
|
|
73
|
+
export * from './size/tools/ViewWithSizeAreaTools';
|
|
74
|
+
export * from './size/views/IViewWithSizeArea';
|
|
75
|
+
export * from './sounds/managers/BackgroundMusicManager';
|
|
76
|
+
export * from './sounds/managers/SoundsStorageManager';
|
|
77
|
+
export * from './state/commands/WaitAppStateDataChangeCommand';
|
|
78
|
+
export * from './state/data/AppStateChangeType';
|
|
79
|
+
export * from './state/data/AppStateStorage';
|
|
80
|
+
export * from './state/data/DeepKeyTypings';
|
|
81
|
+
export * from './state/data/DeepPartialTypings';
|
|
82
|
+
export * from './state/data/DeepReadableTypings';
|
|
83
|
+
export * from './state/data/IAppStateChangeConfigVO';
|
|
84
|
+
export * from './state/data/IChangeWrapper';
|
|
85
|
+
export * from './state/data/IPreChangeHook';
|
|
86
|
+
export * from './state/tools/AppStateDeepKeyTools';
|
|
87
|
+
export * from './state/tools/AppStateEventChangeTools';
|
|
88
|
+
export * from './state/tools/INestedPathHelperVO';
|
|
89
|
+
export * from './strategy/managers/BaseStrategyManager';
|
|
90
|
+
export * from './strategy/models/BaseStrategyModel';
|
|
91
|
+
export * from './strategy/strategies/BaseStrategy';
|
|
92
|
+
export * from './time/managers/TimeManager';
|
|
93
|
+
export * from './time/managers/TimeManagerEvent';
|
|
94
|
+
export * from './windows/data/IWindowConfigVO';
|
|
95
|
+
export * from './windows/managers/IShowWindowVO';
|
|
96
|
+
export * from './windows/managers/WindowsManager';
|
|
97
|
+
export * from './windows/views/BaseWindow';
|
|
98
|
+
export * from './app/data/local-storage/IAppModelLocalStorageVO';
|
|
99
|
+
export * from './app/data/state/AppModuleState';
|
|
100
|
+
export * from './debug/data/state/DebugModuleState';
|
|
101
|
+
export * from './device/data/state/DeviceModuleState';
|
|
102
|
+
export * from './display/views/button/BaseBtn';
|
|
103
|
+
export * from './display/views/button/BaseBtnEvent';
|
|
104
|
+
export * from './display/views/button/BaseBtnState';
|
|
105
|
+
export * from './display/views/button/BaseBtnView';
|
|
106
|
+
export * from './display/views/button/DefaultButtonViewConfig';
|
|
107
|
+
export * from './display/views/button/IButtonViewConfig';
|
|
108
|
+
export * from './display/views/button/SimpleButtonConfig';
|
|
109
|
+
export * from './display/views/button/SimpleButtonState';
|
|
110
|
+
export * from './display/views/button/SimpleButtonView';
|
|
111
|
+
export * from './display/views/layout/AlignWithMaxSizeLayout';
|
|
112
|
+
export * from './display/views/layout/BaseLayout';
|
|
113
|
+
export * from './display/views/layout/ColumnLayout';
|
|
114
|
+
export * from './display/views/layout/LayoutConfig';
|
|
115
|
+
export * from './display/views/layout/MultiColumnLayout';
|
|
116
|
+
export * from './display/views/layout/MultiColumnLayoutConfig';
|
|
117
|
+
export * from './display/views/layout/RowLayout';
|
|
118
|
+
export * from './display/views/resize/AppResizableContainer';
|
|
119
|
+
export * from './display/views/resize/IResizable';
|
|
120
|
+
export * from './display/views/simplelist/ISimpleListItem';
|
|
121
|
+
export * from './display/views/simplelist/SimpleList';
|
|
122
|
+
export * from './display/views/simplelist/SimpleListEvent';
|
|
123
|
+
export * from './display/views/sizedistributor/ISizeDistributorChild';
|
|
124
|
+
export * from './display/views/sizedistributor/SizeDistributor';
|
|
125
|
+
export * from './display/views/sizedistributor/SizeDistributorConfig';
|
|
126
|
+
export * from './display/views/togglegroup/IToggableItem';
|
|
127
|
+
export * from './display/views/togglegroup/IToggleGroupItem';
|
|
128
|
+
export * from './display/views/togglegroup/ToggleGroup';
|
|
129
|
+
export * from './display/views/togglegroup/ToggleGroupEvent';
|
|
130
|
+
export * from './display/views/viewstack/IViewStackItem';
|
|
131
|
+
export * from './display/views/viewstack/ViewLazyCreationServiceLocatorStack';
|
|
132
|
+
export * from './display/views/viewstack/ViewLazyCreationStack';
|
|
133
|
+
export * from './display/views/viewstack/ViewStack';
|
|
134
|
+
export * from './ecs/ecs/components/IComponent';
|
|
135
|
+
export * from './ecs/ecs/entities/IEntity';
|
|
136
|
+
export * from './ecs/ecs/systems/System';
|
|
137
|
+
export * from './ecs-rendermodule/ecs/components/RenderComponent';
|
|
138
|
+
export * from './ecs-rendermodule/ecs/systems/RenderSystem';
|
|
139
|
+
export * from './pages/data/state/PagesModuleState';
|
|
140
|
+
export * from './time/data/state/TimeModuleAppState';
|
|
141
|
+
export * from './display/views/button/simple-image-button/SimpleImageButton';
|
|
142
|
+
export * from './display/views/button/simple-image-button/SimpleImageButtonConfig';
|
|
143
|
+
export * from './display/views/button/simple-image-button/SimpleImageButtonState';
|
|
144
|
+
export * from './display/views/layout/container/BaseLayoutableContainer';
|
|
145
|
+
export * from './display/views/layout/container/ILayoutableChild';
|
|
146
|
+
export * from './display/views/layout/container/ILayoutableContainer';
|
|
147
|
+
export * from './ecs/ecs/entities/queries/EntitiesQuery';
|
|
148
|
+
export * from './ecs/ecs/entities/queries/EntitiesQueryEvent';
|
package/index.js
CHANGED
|
@@ -1,149 +1,149 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './
|
|
33
|
-
export * from './
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './
|
|
45
|
-
export * from './
|
|
46
|
-
export * from './
|
|
47
|
-
export * from './
|
|
48
|
-
export * from './
|
|
49
|
-
export * from './
|
|
50
|
-
export * from './
|
|
51
|
-
export * from './
|
|
52
|
-
export * from './
|
|
53
|
-
export * from './
|
|
54
|
-
export * from './
|
|
55
|
-
export * from './
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './
|
|
58
|
-
export * from './
|
|
59
|
-
export * from './
|
|
60
|
-
export * from './
|
|
61
|
-
export * from './
|
|
62
|
-
export * from './
|
|
63
|
-
export * from './
|
|
64
|
-
export * from './
|
|
65
|
-
export * from './
|
|
66
|
-
export * from './
|
|
67
|
-
export * from './
|
|
68
|
-
export * from './
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
71
|
-
export * from './
|
|
72
|
-
export * from './
|
|
73
|
-
export * from './
|
|
74
|
-
export * from './
|
|
75
|
-
export * from './
|
|
76
|
-
export * from './
|
|
77
|
-
export * from './
|
|
78
|
-
export * from './
|
|
79
|
-
export * from './
|
|
80
|
-
export * from './
|
|
81
|
-
export * from './
|
|
82
|
-
export * from './
|
|
83
|
-
export * from './
|
|
84
|
-
export * from './
|
|
85
|
-
export * from './
|
|
86
|
-
export * from './
|
|
87
|
-
export * from './
|
|
88
|
-
export * from './
|
|
89
|
-
export * from './
|
|
90
|
-
export * from './
|
|
91
|
-
export * from './
|
|
92
|
-
export * from './
|
|
93
|
-
export * from './
|
|
94
|
-
export * from './
|
|
95
|
-
export * from './
|
|
96
|
-
export * from './
|
|
97
|
-
export * from './
|
|
98
|
-
export * from './
|
|
99
|
-
export * from './
|
|
100
|
-
export * from './
|
|
101
|
-
export * from './
|
|
102
|
-
export * from './
|
|
103
|
-
export * from './
|
|
104
|
-
export * from './
|
|
105
|
-
export * from './
|
|
106
|
-
export * from './
|
|
107
|
-
export * from './
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
113
|
-
export * from './
|
|
114
|
-
export * from './
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
119
|
-
export * from './
|
|
120
|
-
export * from './
|
|
121
|
-
export * from './
|
|
122
|
-
export * from './
|
|
123
|
-
export * from './
|
|
124
|
-
export * from './
|
|
125
|
-
export * from './
|
|
126
|
-
export * from './
|
|
127
|
-
export * from './
|
|
128
|
-
export * from './
|
|
129
|
-
export * from './
|
|
130
|
-
export * from './
|
|
131
|
-
export * from './
|
|
132
|
-
export * from './
|
|
133
|
-
export * from './
|
|
134
|
-
export * from './
|
|
135
|
-
export * from './
|
|
136
|
-
export * from './
|
|
137
|
-
export * from './
|
|
138
|
-
export * from './
|
|
139
|
-
export * from './
|
|
140
|
-
export * from './
|
|
141
|
-
export * from './
|
|
142
|
-
export * from './
|
|
143
|
-
export * from './
|
|
144
|
-
export * from './
|
|
145
|
-
export * from './
|
|
146
|
-
export * from './
|
|
147
|
-
export * from './
|
|
148
|
-
export * from './
|
|
1
|
+
export * from './app/AppModule';
|
|
2
|
+
export * from './app/AppSettings';
|
|
3
|
+
export * from './base/BaseObjectWithGlobalDispatcher';
|
|
4
|
+
export * from './containers/ContainersModule';
|
|
5
|
+
export * from './date/DateSettings';
|
|
6
|
+
export * from './debug/DebugModule';
|
|
7
|
+
export * from './device/DeviceModule';
|
|
8
|
+
export * from './ecs/ECSModule';
|
|
9
|
+
export * from './ecs-rendermodule/ECSRenderModule';
|
|
10
|
+
export * from './facade/Facade';
|
|
11
|
+
export * from './facade/IFacadeOptions';
|
|
12
|
+
export * from './globaleventdispatcher/GlobalEventDispatcherModule';
|
|
13
|
+
export * from './html/HTMLModule';
|
|
14
|
+
export * from './load/LoadGroupName';
|
|
15
|
+
export * from './load/LoadModule';
|
|
16
|
+
export * from './local-storage/LocalStorageModule';
|
|
17
|
+
export * from './local-storage/LocalStorageModuleConfig';
|
|
18
|
+
export * from './locales/LocalesModule';
|
|
19
|
+
export * from './pages/PagesModule';
|
|
20
|
+
export * from './pool/ObjectsPoolModule';
|
|
21
|
+
export * from './renderer/RendererModule';
|
|
22
|
+
export * from './sounds/SoundsModule';
|
|
23
|
+
export * from './sounds/SoundsSettings';
|
|
24
|
+
export * from './state/AppStateModule';
|
|
25
|
+
export * from './time/TimeModule';
|
|
26
|
+
export * from './app/commands/LoadAppConfigCommand';
|
|
27
|
+
export * from './app/commands/ParseStaticItemsConfigCommand';
|
|
28
|
+
export * from './app/managers/AppManager';
|
|
29
|
+
export * from './app/views/AppMainContainer';
|
|
30
|
+
export * from './app/views/AppMainContainerEvent';
|
|
31
|
+
export * from './assets/commands/ParseAssetsConfigCommand';
|
|
32
|
+
export * from './base/commands/BaseAppCommand';
|
|
33
|
+
export * from './base/managers/BaseAppManager';
|
|
34
|
+
export * from './base/mediators/BaseAppMediator';
|
|
35
|
+
export * from './base/models/BaseAppModel';
|
|
36
|
+
export * from './base/modules/AppModulesManager';
|
|
37
|
+
export * from './base/modules/BaseAppModule';
|
|
38
|
+
export * from './base/views/BaseAppView';
|
|
39
|
+
export * from './containers/managers/ContainersManager';
|
|
40
|
+
export * from './display/data/IGetSizable';
|
|
41
|
+
export * from './display/tools/GetSizeTools';
|
|
42
|
+
export * from './display/views/AppContainer';
|
|
43
|
+
export * from './ecs/managers/ECSManager';
|
|
44
|
+
export * from './ecs-rendermodule/data/RenderModuleRootContainerId';
|
|
45
|
+
export * from './events/commands/DispatchGlobalEventCommand';
|
|
46
|
+
export * from './globaleventdispatcher/commands/WaitGlobalEventCommand';
|
|
47
|
+
export * from './globaleventdispatcher/dispatcher/GlobalEventDispatcher';
|
|
48
|
+
export * from './globaleventdispatcher/dispatcher/GlobalEventDispatcherAgumentsType';
|
|
49
|
+
export * from './globaleventdispatcher/dispatcher/GlobalEventDispatcherEvent';
|
|
50
|
+
export * from './globaleventdispatcher/dispatcher/IGlobalDispatchEventVO';
|
|
51
|
+
export * from './globaleventdispatcher/managers/GlobalEventsCommandManager';
|
|
52
|
+
export * from './hints/commands/AnimateHintCommand';
|
|
53
|
+
export * from './hints/data/DefaultHintConfig';
|
|
54
|
+
export * from './hints/data/HintContainerId';
|
|
55
|
+
export * from './hints/data/IHintConfig';
|
|
56
|
+
export * from './html/managers/HTMLManager';
|
|
57
|
+
export * from './html/managers/HTMLManagerEvent';
|
|
58
|
+
export * from './init/commands/InitApplicationCommand';
|
|
59
|
+
export * from './init/commands/InitApplicationDataCommand';
|
|
60
|
+
export * from './init/commands/InitApplicationDataEvent';
|
|
61
|
+
export * from './init/events/InitApplicationEvent';
|
|
62
|
+
export * from './local-storage/managers/LocalStorageManager';
|
|
63
|
+
export * from './locales/commands/ParseLocaleConfigCommand';
|
|
64
|
+
export * from './locales/commands/SetAppLocaleCommand';
|
|
65
|
+
export * from './pages/commands/ChangePageCommand';
|
|
66
|
+
export * from './pages/views/BasePageView';
|
|
67
|
+
export * from './pages/views/PagesMediator';
|
|
68
|
+
export * from './pages/views/PagesView';
|
|
69
|
+
export * from './preloader-page/data/PreloaderPageId';
|
|
70
|
+
export * from './renderer/data/RendererManagerConfigVO';
|
|
71
|
+
export * from './renderer/events/RendererManagerEvent';
|
|
72
|
+
export * from './renderer/managers/RendererManager';
|
|
73
|
+
export * from './size/tools/ViewWithSizeAreaTools';
|
|
74
|
+
export * from './size/views/IViewWithSizeArea';
|
|
75
|
+
export * from './sounds/managers/BackgroundMusicManager';
|
|
76
|
+
export * from './sounds/managers/SoundsStorageManager';
|
|
77
|
+
export * from './state/commands/WaitAppStateDataChangeCommand';
|
|
78
|
+
export * from './state/data/AppStateChangeType';
|
|
79
|
+
export * from './state/data/AppStateStorage';
|
|
80
|
+
export * from './state/data/DeepKeyTypings';
|
|
81
|
+
export * from './state/data/DeepPartialTypings';
|
|
82
|
+
export * from './state/data/DeepReadableTypings';
|
|
83
|
+
export * from './state/data/IAppStateChangeConfigVO';
|
|
84
|
+
export * from './state/data/IChangeWrapper';
|
|
85
|
+
export * from './state/data/IPreChangeHook';
|
|
86
|
+
export * from './state/tools/AppStateDeepKeyTools';
|
|
87
|
+
export * from './state/tools/AppStateEventChangeTools';
|
|
88
|
+
export * from './state/tools/INestedPathHelperVO';
|
|
89
|
+
export * from './strategy/managers/BaseStrategyManager';
|
|
90
|
+
export * from './strategy/models/BaseStrategyModel';
|
|
91
|
+
export * from './strategy/strategies/BaseStrategy';
|
|
92
|
+
export * from './time/managers/TimeManager';
|
|
93
|
+
export * from './time/managers/TimeManagerEvent';
|
|
94
|
+
export * from './windows/data/IWindowConfigVO';
|
|
95
|
+
export * from './windows/managers/IShowWindowVO';
|
|
96
|
+
export * from './windows/managers/WindowsManager';
|
|
97
|
+
export * from './windows/views/BaseWindow';
|
|
98
|
+
export * from './app/data/local-storage/IAppModelLocalStorageVO';
|
|
99
|
+
export * from './app/data/state/AppModuleState';
|
|
100
|
+
export * from './debug/data/state/DebugModuleState';
|
|
101
|
+
export * from './device/data/state/DeviceModuleState';
|
|
102
|
+
export * from './display/views/button/BaseBtn';
|
|
103
|
+
export * from './display/views/button/BaseBtnEvent';
|
|
104
|
+
export * from './display/views/button/BaseBtnState';
|
|
105
|
+
export * from './display/views/button/BaseBtnView';
|
|
106
|
+
export * from './display/views/button/DefaultButtonViewConfig';
|
|
107
|
+
export * from './display/views/button/IButtonViewConfig';
|
|
108
|
+
export * from './display/views/button/SimpleButtonConfig';
|
|
109
|
+
export * from './display/views/button/SimpleButtonState';
|
|
110
|
+
export * from './display/views/button/SimpleButtonView';
|
|
111
|
+
export * from './display/views/layout/AlignWithMaxSizeLayout';
|
|
112
|
+
export * from './display/views/layout/BaseLayout';
|
|
113
|
+
export * from './display/views/layout/ColumnLayout';
|
|
114
|
+
export * from './display/views/layout/LayoutConfig';
|
|
115
|
+
export * from './display/views/layout/MultiColumnLayout';
|
|
116
|
+
export * from './display/views/layout/MultiColumnLayoutConfig';
|
|
117
|
+
export * from './display/views/layout/RowLayout';
|
|
118
|
+
export * from './display/views/resize/AppResizableContainer';
|
|
119
|
+
export * from './display/views/resize/IResizable';
|
|
120
|
+
export * from './display/views/simplelist/ISimpleListItem';
|
|
121
|
+
export * from './display/views/simplelist/SimpleList';
|
|
122
|
+
export * from './display/views/simplelist/SimpleListEvent';
|
|
123
|
+
export * from './display/views/sizedistributor/ISizeDistributorChild';
|
|
124
|
+
export * from './display/views/sizedistributor/SizeDistributor';
|
|
125
|
+
export * from './display/views/sizedistributor/SizeDistributorConfig';
|
|
126
|
+
export * from './display/views/togglegroup/IToggableItem';
|
|
127
|
+
export * from './display/views/togglegroup/IToggleGroupItem';
|
|
128
|
+
export * from './display/views/togglegroup/ToggleGroup';
|
|
129
|
+
export * from './display/views/togglegroup/ToggleGroupEvent';
|
|
130
|
+
export * from './display/views/viewstack/IViewStackItem';
|
|
131
|
+
export * from './display/views/viewstack/ViewLazyCreationServiceLocatorStack';
|
|
132
|
+
export * from './display/views/viewstack/ViewLazyCreationStack';
|
|
133
|
+
export * from './display/views/viewstack/ViewStack';
|
|
134
|
+
export * from './ecs/ecs/components/IComponent';
|
|
135
|
+
export * from './ecs/ecs/entities/IEntity';
|
|
136
|
+
export * from './ecs/ecs/systems/System';
|
|
137
|
+
export * from './ecs-rendermodule/ecs/components/RenderComponent';
|
|
138
|
+
export * from './ecs-rendermodule/ecs/systems/RenderSystem';
|
|
139
|
+
export * from './pages/data/state/PagesModuleState';
|
|
140
|
+
export * from './time/data/state/TimeModuleAppState';
|
|
141
|
+
export * from './display/views/button/simple-image-button/SimpleImageButton';
|
|
142
|
+
export * from './display/views/button/simple-image-button/SimpleImageButtonConfig';
|
|
143
|
+
export * from './display/views/button/simple-image-button/SimpleImageButtonState';
|
|
144
|
+
export * from './display/views/layout/container/BaseLayoutableContainer';
|
|
145
|
+
export * from './display/views/layout/container/ILayoutableChild';
|
|
146
|
+
export * from './display/views/layout/container/ILayoutableContainer';
|
|
147
|
+
export * from './ecs/ecs/entities/queries/EntitiesQuery';
|
|
148
|
+
export * from './ecs/ecs/entities/queries/EntitiesQueryEvent';
|
|
149
149
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/sounds/SoundsModule.js
CHANGED
|
@@ -2,7 +2,7 @@ import { getInstance, serviceLocatorAdd, SoundsManager, SoundsManagerEvent } fro
|
|
|
2
2
|
import { BaseAppModule } from "../base/modules/BaseAppModule";
|
|
3
3
|
import { BackgroundMusicManager } from "./managers/BackgroundMusicManager";
|
|
4
4
|
import { SoundsStorageManager } from "./managers/SoundsStorageManager";
|
|
5
|
-
import { GlobalEventDispatcher } from "../
|
|
5
|
+
import { GlobalEventDispatcher } from "../index";
|
|
6
6
|
export class SoundsModule extends BaseAppModule {
|
|
7
7
|
init() {
|
|
8
8
|
super.init();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SoundsModule.js","sourceRoot":"","sources":["../../src/sounds/SoundsModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAEpG,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SoundsModule.js","sourceRoot":"","sources":["../../src/sounds/SoundsModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAEpG,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,OAAO,YAAa,SAAQ,aAAa;IAE3C,IAAI;QACA,KAAK,CAAC,IAAI,EAAE,CAAC;QAEb,OAAO;QACP,iBAAiB,CAAC,aAAa,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;QACxD,iBAAiB,CAAC,sBAAsB,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;QACjE,iBAAiB,CAAC,oBAAoB,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC,CAAC;IACxF,CAAC;IAED,oBAAoB;QAChB,KAAK,CAAC,oBAAoB,EAAE,CAAC;QAE7B,MAAM,mBAAmB,GAAyB,WAAW,CAAC,oBAAoB,CAAC,CAAC;QACpF,mBAAmB,CAAC,oBAAoB,EAAE,CAAC;QAE3C,wEAAwE;QACxE,MAAM,gBAAgB,GAA0B,WAAW,CAAC,qBAAqB,CAAC,CAAC;QACnF,MAAM,aAAa,GAAkB,WAAW,CAAC,aAAa,CAAC,CAAC;QAChE,MAAM,YAAY,GAAa,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAC/D,KAAK,IAAI,cAAc,IAAI,YAAY,EAAE,CAAC;YACtC,MAAM,gBAAgB,GAAW,kBAAkB,CAAC,cAAc,CAAC,CAAC;YACpE,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CACrC,aAAa,EACb,gBAAgB,EAChB,CAAC,GAAG,IAAI,EAAE,EAAE;gBACR,gBAAgB,CAAC,aAAa,CAAC,gBAAgB,EAAE,GAAG,IAAI,CAAC,CAAC;YAC9D,CAAC,CACJ,CAAA;QACL,CAAC;IACL,CAAC;CACJ"}
|
package/state/AppStateModule.js
CHANGED
|
@@ -20,7 +20,8 @@ export const appStateStorageChangeEvent = () => {
|
|
|
20
20
|
return AppStateEventChangeTools.getChangeEvent(deepKey);
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
|
-
//
|
|
23
|
+
// DEBUG ONLY
|
|
24
|
+
// TODO: make sure is not left in the prod-builds
|
|
24
25
|
window["appStateStorage"] = appStateStorage;
|
|
25
26
|
window["appStateStorageChangeEvent"] = appStateStorageChangeEvent;
|
|
26
27
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppStateModule.js","sourceRoot":"","sources":["../../src/state/AppStateModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAE5E,MAAM,OAAO,cAAe,SAAQ,aAAa;IAE7C,IAAI;QACA,KAAK,CAAC,IAAI,EAAE,CAAC;QAEb,iBAAiB,CAAC,eAAe,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED,gBAAgB;QACZ,KAAK,CAAC,gBAAgB,EAAE,CAAC;QAEzB,WAAW,CAAC,eAAe,CAAC,CAAC,kBAAkB,EAAE,CAAC;IACtD,CAAC;CACJ;AAED,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE;IAChC,OAAO,WAAW,CAAC,eAAe,CAAC,CAAC;AACxC,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAA6B,EAAE;IACrE,OAAO,CAA+C,OAAoB,EAAU,EAAE;QAClF,OAAO,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA;IAC3D,CAAC,CAAA;AACL,CAAC,CAAA;AAED,
|
|
1
|
+
{"version":3,"file":"AppStateModule.js","sourceRoot":"","sources":["../../src/state/AppStateModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAE5E,MAAM,OAAO,cAAe,SAAQ,aAAa;IAE7C,IAAI;QACA,KAAK,CAAC,IAAI,EAAE,CAAC;QAEb,iBAAiB,CAAC,eAAe,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED,gBAAgB;QACZ,KAAK,CAAC,gBAAgB,EAAE,CAAC;QAEzB,WAAW,CAAC,eAAe,CAAC,CAAC,kBAAkB,EAAE,CAAC;IACtD,CAAC;CACJ;AAED,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE;IAChC,OAAO,WAAW,CAAC,eAAe,CAAC,CAAC;AACxC,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAA6B,EAAE;IACrE,OAAO,CAA+C,OAAoB,EAAU,EAAE;QAClF,OAAO,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA;IAC3D,CAAC,CAAA;AACL,CAAC,CAAA;AAED,aAAa;AACb,iDAAiD;AACjD,MAAM,CAAC,iBAAiB,CAAC,GAAG,eAAe,CAAC;AAC5C,MAAM,CAAC,4BAA4B,CAAC,GAAG,0BAA0B,CAAC;AAElE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseAppCommand } from "../../
|
|
1
|
+
import { BaseAppCommand } from "../../index";
|
|
2
2
|
import { appStateStorageChangeEvent, appStateStorage } from "../AppStateModule";
|
|
3
3
|
export class WaitAppStateDataChageCommand extends BaseAppCommand {
|
|
4
4
|
constructor(deepKey, value) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WaitAppStateDataChangeCommand.js","sourceRoot":"","sources":["../../../src/state/commands/WaitAppStateDataChangeCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"WaitAppStateDataChangeCommand.js","sourceRoot":"","sources":["../../../src/state/commands/WaitAppStateDataChangeCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,0BAA0B,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEhF,MAAM,OAAO,4BAA6B,SAAQ,cAAc;IAC5D,YAAsB,OAAe,EAAY,KAAU;QACvD,KAAK,EAAE,CAAC;QADU,YAAO,GAAP,OAAO,CAAQ;QAAY,UAAK,GAAL,KAAK,CAAK;IAE3D,CAAC;IAED,KAAK;QACD,IAAI,MAAM,GAAY,KAAK,CAAC,KAAK,EAAE,CAAC;QACpC,IAAI,MAAM,EAAE,CAAC;YACT,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,gBAAgB,EAAE,EAAE,CAAC;gBACxC,MAAM,GAAG,KAAK,CAAC;YACnB,CAAC;QACL,CAAC;QAED,OAAO,MAAM,CAAC;IAClB,CAAC;IAES,gBAAgB;QACtB,OAAQ,eAAe,EAAE,CAAC,QAAQ,EAAe,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACpE,CAAC;IAES,eAAe;QACrB,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CACrC,IAAI,CAAC,gBAAgB,EACpB,0BAA0B,EAAU,CAAC,IAAI,CAAC,OAAO,CAAC,EACnD,GAAG,EAAE;YACD,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,gBAAgB,EAAE,EAAE,CAAC;gBACxC,IAAI,CAAC,cAAc,EAAE,CAAC;YAC1B,CAAC;QACL,CAAC,CACJ,CAAA;IACL,CAAC;CACJ"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { IAppStateChangeConfigVO } from "../../index";
|
|
1
2
|
import { IDeepKeyHelperVO } from "./INestedPathHelperVO";
|
|
2
|
-
import { IAppStateChangeConfigVO } from "../data";
|
|
3
3
|
export declare class AppStateDeepKeyTools {
|
|
4
4
|
static prepareDeepKeyHelperData(deepKey: string, config?: IAppStateChangeConfigVO): IDeepKeyHelperVO;
|
|
5
5
|
static splitDeepKeyIntoEvents(deepKey: string): IDeepKeyHelperVO;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppStateDeepKeyTools.js","sourceRoot":"","sources":["../../../src/state/tools/AppStateDeepKeyTools.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"AppStateDeepKeyTools.js","sourceRoot":"","sources":["../../../src/state/tools/AppStateDeepKeyTools.ts"],"names":[],"mappings":"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"}
|