@flashist/appframework 0.0.252 → 0.0.254
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/hints/commands/AnimateHintCommand.js +11 -7
- package/hints/commands/AnimateHintCommand.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 +2 -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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NumberTools, ObjectTools } from "@flashist/fcore";
|
|
2
2
|
import { getInstance } from "@flashist/flibs";
|
|
3
|
-
import {
|
|
3
|
+
import { gsap } from "gsap";
|
|
4
4
|
import { BaseAppCommand } from "../../base/commands/BaseAppCommand";
|
|
5
5
|
import { ContainersManager } from "../../containers/managers/ContainersManager";
|
|
6
6
|
import { HintContainerId } from "../data/HintContainerId";
|
|
@@ -23,21 +23,25 @@ export class AnimateHintCommand extends BaseAppCommand {
|
|
|
23
23
|
this.hint.x = localPos.x;
|
|
24
24
|
this.hint.y = localPos.y;
|
|
25
25
|
const tempFinalY = localPos.y + NumberTools.getRandomFloat(this.config.finalGlobalPosMinChange.y, this.config.finalGlobalPosMaxChange.y);
|
|
26
|
-
|
|
26
|
+
gsap.to(this.hint, {
|
|
27
|
+
duration: this.config.positionTweenDuration,
|
|
27
28
|
y: tempFinalY,
|
|
28
|
-
ease:
|
|
29
|
+
ease: "sine.out"
|
|
29
30
|
});
|
|
30
31
|
const tempFinalX = localPos.x + NumberTools.getRandomFloat(this.config.finalGlobalPosMinChange.x, this.config.finalGlobalPosMaxChange.x);
|
|
31
|
-
|
|
32
|
+
gsap.to(this.hint, {
|
|
33
|
+
duration: this.config.positionTweenDuration,
|
|
32
34
|
x: tempFinalX,
|
|
33
|
-
ease:
|
|
35
|
+
ease: "back.out"
|
|
34
36
|
});
|
|
35
37
|
this.hint.alpha = this.config.startAlpha;
|
|
36
|
-
|
|
38
|
+
gsap.to(this.hint, {
|
|
39
|
+
duration: this.config.startAlphaTweenDuration,
|
|
37
40
|
delay: this.config.startAlphaTweenDelay,
|
|
38
41
|
alpha: this.config.mainAlpha
|
|
39
42
|
});
|
|
40
|
-
|
|
43
|
+
gsap.to(this.hint, {
|
|
44
|
+
duration: this.config.startAlphaTweenDuration,
|
|
41
45
|
delay: this.config.finalAlphaTweenDelay,
|
|
42
46
|
alpha: this.config.finalAlpha,
|
|
43
47
|
onComplete: () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimateHintCommand.js","sourceRoot":"","sources":["../../../src/hints/commands/AnimateHintCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAyB,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAErE,OAAO,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"AnimateHintCommand.js","sourceRoot":"","sources":["../../../src/hints/commands/AnimateHintCommand.ts"],"names":[],"mappings":"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"}
|
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flashist/appframework",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.254",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "gulp",
|
|
6
6
|
"publish:patch": "npm version patch && npm run build && cd ./dist && npm publish",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@flashist/fbuildscripts": "0.x",
|
|
23
|
+
"gsap": "^3.12.7",
|
|
23
24
|
"pixi.js": "^8.8.1",
|
|
24
25
|
"typescript": "^5.8.2"
|
|
25
26
|
}
|
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"}
|