@flashist/appframework 0.0.252 → 0.0.253
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/debug/index.d.ts +1 -1
- package/debug/index.js +1 -1
- package/debug/index.js.map +1 -1
- package/device/index.d.ts +1 -1
- package/device/index.js +1 -1
- package/device/index.js.map +1 -1
- package/display/views/button/index.d.ts +1 -1
- package/display/views/button/index.js +1 -1
- package/display/views/button/index.js.map +1 -1
- package/display/views/layout/index.d.ts +1 -1
- package/display/views/layout/index.js +1 -1
- package/display/views/layout/index.js.map +1 -1
- package/ecs/index.d.ts +1 -1
- package/ecs/index.js +1 -1
- package/ecs/index.js.map +1 -1
- package/ecs-rendermodule/index.d.ts +1 -1
- package/ecs-rendermodule/index.js +1 -1
- package/ecs-rendermodule/index.js.map +1 -1
- package/globaleventdispatcher/index.d.ts +1 -1
- package/globaleventdispatcher/index.js +1 -1
- package/globaleventdispatcher/index.js.map +1 -1
- package/index.d.ts +18 -9
- package/index.js +18 -10
- package/index.js.map +1 -1
- package/locales/index.d.ts +1 -1
- package/locales/index.js +1 -1
- package/locales/index.js.map +1 -1
- package/package.json +1 -1
- package/pages/index.d.ts +1 -1
- package/pages/index.js +1 -1
- package/pages/index.js.map +1 -1
- package/renderer/index.d.ts +1 -1
- package/renderer/index.js +1 -1
- package/renderer/index.js.map +1 -1
- package/sounds/index.d.ts +1 -1
- package/sounds/index.js +1 -1
- package/sounds/index.js.map +1 -1
- package/time/index.d.ts +1 -1
- package/time/index.js +1 -1
- package/time/index.js.map +1 -1
package/debug/index.d.ts
CHANGED
package/debug/index.js
CHANGED
package/debug/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/debug/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/debug/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC"}
|
package/device/index.d.ts
CHANGED
package/device/index.js
CHANGED
package/device/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/device/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/device/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC"}
|
|
@@ -4,7 +4,7 @@ export * from './BaseBtnState';
|
|
|
4
4
|
export * from './BaseBtnView';
|
|
5
5
|
export * from './DefaultButtonViewConfig';
|
|
6
6
|
export * from './IButtonViewConfig';
|
|
7
|
-
export * from './simple-image-button';
|
|
8
7
|
export * from './SimpleButtonConfig';
|
|
9
8
|
export * from './SimpleButtonState';
|
|
10
9
|
export * from './SimpleButtonView';
|
|
10
|
+
export * from './simple-image-button';
|
|
@@ -4,8 +4,8 @@ export * from './BaseBtnState';
|
|
|
4
4
|
export * from './BaseBtnView';
|
|
5
5
|
export * from './DefaultButtonViewConfig';
|
|
6
6
|
export * from './IButtonViewConfig';
|
|
7
|
-
export * from './simple-image-button';
|
|
8
7
|
export * from './SimpleButtonConfig';
|
|
9
8
|
export * from './SimpleButtonState';
|
|
10
9
|
export * from './SimpleButtonView';
|
|
10
|
+
export * from './simple-image-button';
|
|
11
11
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/display/views/button/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/display/views/button/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export * from './AlignWithMaxSizeLayout';
|
|
2
2
|
export * from './BaseLayout';
|
|
3
3
|
export * from './ColumnLayout';
|
|
4
|
-
export * from './container';
|
|
5
4
|
export * from './LayoutConfig';
|
|
6
5
|
export * from './MultiColumnLayout';
|
|
7
6
|
export * from './MultiColumnLayoutConfig';
|
|
8
7
|
export * from './RowLayout';
|
|
8
|
+
export * from './container';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export * from './AlignWithMaxSizeLayout';
|
|
2
2
|
export * from './BaseLayout';
|
|
3
3
|
export * from './ColumnLayout';
|
|
4
|
-
export * from './container';
|
|
5
4
|
export * from './LayoutConfig';
|
|
6
5
|
export * from './MultiColumnLayout';
|
|
7
6
|
export * from './MultiColumnLayoutConfig';
|
|
8
7
|
export * from './RowLayout';
|
|
8
|
+
export * from './container';
|
|
9
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/display/views/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/display/views/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
package/ecs/index.d.ts
CHANGED
package/ecs/index.js
CHANGED
package/ecs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ecs/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ecs/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ecs-rendermodule/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ecs-rendermodule/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/globaleventdispatcher/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/globaleventdispatcher/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
|
package/index.d.ts
CHANGED
|
@@ -1,29 +1,38 @@
|
|
|
1
1
|
export * from './app';
|
|
2
|
-
export * from './assets';
|
|
2
|
+
export * from './assets/commands';
|
|
3
3
|
export * from './base';
|
|
4
4
|
export * from './containers';
|
|
5
5
|
export * from './date';
|
|
6
6
|
export * from './debug';
|
|
7
7
|
export * from './device';
|
|
8
|
-
export * from './display';
|
|
8
|
+
export * from './display/data';
|
|
9
|
+
export * from './display/tools';
|
|
10
|
+
export * from './display/views';
|
|
9
11
|
export * from './ecs';
|
|
10
12
|
export * from './ecs-rendermodule';
|
|
11
|
-
export * from './events';
|
|
13
|
+
export * from './events/commands';
|
|
12
14
|
export * from './facade';
|
|
13
15
|
export * from './globaleventdispatcher';
|
|
14
|
-
export * from './hints';
|
|
16
|
+
export * from './hints/commands';
|
|
17
|
+
export * from './hints/data';
|
|
15
18
|
export * from './html';
|
|
16
|
-
export * from './init';
|
|
19
|
+
export * from './init/commands';
|
|
20
|
+
export * from './init/events';
|
|
17
21
|
export * from './load';
|
|
18
22
|
export * from './local-storage';
|
|
19
23
|
export * from './locales';
|
|
20
24
|
export * from './pages';
|
|
21
25
|
export * from './pool';
|
|
22
|
-
export * from './preloader-page';
|
|
26
|
+
export * from './preloader-page/data';
|
|
23
27
|
export * from './renderer';
|
|
24
|
-
export * from './size';
|
|
28
|
+
export * from './size/tools';
|
|
29
|
+
export * from './size/views';
|
|
25
30
|
export * from './sounds';
|
|
26
31
|
export * from './state';
|
|
27
|
-
export * from './strategy';
|
|
32
|
+
export * from './strategy/managers';
|
|
33
|
+
export * from './strategy/models';
|
|
34
|
+
export * from './strategy/strategies';
|
|
28
35
|
export * from './time';
|
|
29
|
-
export * from './windows';
|
|
36
|
+
export * from './windows/data';
|
|
37
|
+
export * from './windows/managers';
|
|
38
|
+
export * from './windows/views';
|
package/index.js
CHANGED
|
@@ -1,31 +1,39 @@
|
|
|
1
|
-
// created from 'create-ts-index'
|
|
2
1
|
export * from './app';
|
|
3
|
-
export * from './assets';
|
|
2
|
+
export * from './assets/commands';
|
|
4
3
|
export * from './base';
|
|
5
4
|
export * from './containers';
|
|
6
5
|
export * from './date';
|
|
7
6
|
export * from './debug';
|
|
8
7
|
export * from './device';
|
|
9
|
-
export * from './display';
|
|
8
|
+
export * from './display/data';
|
|
9
|
+
export * from './display/tools';
|
|
10
|
+
export * from './display/views';
|
|
10
11
|
export * from './ecs';
|
|
11
12
|
export * from './ecs-rendermodule';
|
|
12
|
-
export * from './events';
|
|
13
|
+
export * from './events/commands';
|
|
13
14
|
export * from './facade';
|
|
14
15
|
export * from './globaleventdispatcher';
|
|
15
|
-
export * from './hints';
|
|
16
|
+
export * from './hints/commands';
|
|
17
|
+
export * from './hints/data';
|
|
16
18
|
export * from './html';
|
|
17
|
-
export * from './init';
|
|
19
|
+
export * from './init/commands';
|
|
20
|
+
export * from './init/events';
|
|
18
21
|
export * from './load';
|
|
19
22
|
export * from './local-storage';
|
|
20
23
|
export * from './locales';
|
|
21
24
|
export * from './pages';
|
|
22
25
|
export * from './pool';
|
|
23
|
-
export * from './preloader-page';
|
|
26
|
+
export * from './preloader-page/data';
|
|
24
27
|
export * from './renderer';
|
|
25
|
-
export * from './size';
|
|
28
|
+
export * from './size/tools';
|
|
29
|
+
export * from './size/views';
|
|
26
30
|
export * from './sounds';
|
|
27
31
|
export * from './state';
|
|
28
|
-
export * from './strategy';
|
|
32
|
+
export * from './strategy/managers';
|
|
33
|
+
export * from './strategy/models';
|
|
34
|
+
export * from './strategy/strategies';
|
|
29
35
|
export * from './time';
|
|
30
|
-
export * from './windows';
|
|
36
|
+
export * from './windows/data';
|
|
37
|
+
export * from './windows/managers';
|
|
38
|
+
export * from './windows/views';
|
|
31
39
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,OAAO,CAAC;AACtB,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC"}
|
package/locales/index.d.ts
CHANGED
package/locales/index.js
CHANGED
package/locales/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locales/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locales/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC"}
|
package/package.json
CHANGED
package/pages/index.d.ts
CHANGED
package/pages/index.js
CHANGED
package/pages/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/pages/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/pages/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
package/renderer/index.d.ts
CHANGED
package/renderer/index.js
CHANGED
package/renderer/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/renderer/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/renderer/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
|
package/sounds/index.d.ts
CHANGED
package/sounds/index.js
CHANGED
package/sounds/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sounds/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sounds/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC"}
|
package/time/index.d.ts
CHANGED
package/time/index.js
CHANGED
package/time/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/time/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/time/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
|