vue-phaserjs 1.29.0 → 1.29.1
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/dist/index.d.ts +50 -50
- package/dist/models/configuration/components/AlphaConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/AlphaSingleConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/BlendModeConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/ComputedSizeConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/DepthConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/FXConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/FlipConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/MaskConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/OriginConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/PathFollowerComponentConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/PipelineConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/ScrollFactorConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/SizeConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/TextureConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/TextureCropConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/TintConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/TransformConfiguration.d.ts +1 -1
- package/dist/models/configuration/components/VisibleConfiguration.d.ts +1 -1
- package/dist/models/emit/ArcEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/ContainerEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/ImageEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/NineSliceEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/PathFollowerEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/RectangleEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/SpriteEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/TextEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/TileSpriteEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/ZoneEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/AlphaEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/AlphaSingleEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/BaseTextureEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/BlendModeEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/ComputedSizeEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/DepthEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/FXEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/FlipEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/MaskEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/OriginEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/PathFollowerComponentEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/PipelineEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/ScrollFactorEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/SizeEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/TextureCropEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/TextureEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/TintEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/TransformEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/components/VisibleEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/global/GameObjectEventEmitsOptions.d.ts +3 -3
- package/dist/models/emit/global/TweenEventEmitsOptions.d.ts +2 -2
- package/dist/models/emit/shared/GameObjectEventMapEmitsOptions.d.ts +1 -1
- package/dist/models/emit/shared/ShapeEventEmitsOptions.d.ts +2 -2
- package/package.json +5 -5
- /package/dist/{utils → util}/InjectionKeyMap.d.ts +0 -0
- /package/dist/{utils → util}/constants.d.ts +0 -0
- /package/dist/{utils → util}/emit/GameObjectEventMap.d.ts +0 -0
- /package/dist/{utils → util}/emit/getEventName.d.ts +0 -0
- /package/dist/{utils → util}/emit/getUpdateEvent.d.ts +0 -0
- /package/dist/{utils → util}/emit/isEvent.d.ts +0 -0
- /package/dist/{utils → util}/getScene.d.ts +0 -0
- /package/dist/{utils → util}/hooks/getInitializeGameObjectLifecycleHook.d.ts +0 -0
- /package/dist/{utils → util}/hooks/pushListener.d.ts +0 -0
- /package/dist/{utils → util}/hooks/resetLifecycleListeners.d.ts +0 -0
- /package/dist/{utils → util}/hooks/runLifecycleListeners.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/ArcSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/ContainerSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/ImageSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/NineSliceSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/PathFollowerSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/RectangleSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/SpriteSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/TextSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/TileSpriteSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/ZoneSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/AlphaSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/AlphaSingleSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/BaseTextureSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/BlendModeSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/ComputedSizeSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/DepthSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/FXSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/FlipSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/MaskSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/OriginSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/PathFollowerComponentSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/PipelineSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/ScrollFactorSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/SizeSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/TextureCropSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/TextureSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/TintSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/TransformSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/components/VisibleSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/global/GameObjectSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/global/GlobalSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/global/TweenSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/shared/AnimationSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/setterMap/shared/ShapeSetterMap.d.ts +0 -0
- /package/dist/{utils → util}/sleep.d.ts +0 -0
- /package/dist/{utils → util}/types/ExcludeFunctionProperties.d.ts +0 -0
- /package/dist/{utils → util}/types/ExtractUpdateEvent.d.ts +0 -0
- /package/dist/{utils → util}/types/FunctionProperties.d.ts +0 -0
- /package/dist/{utils → util}/types/UpdateEvent.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -19,10 +19,10 @@ export * from './store/input';
|
|
|
19
19
|
export * from './store/parentContainer';
|
|
20
20
|
export * from './store/scene';
|
|
21
21
|
export * from './store/text';
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
22
|
+
export * from './util/constants';
|
|
23
|
+
export * from './util/getScene';
|
|
24
|
+
export * from './util/InjectionKeyMap';
|
|
25
|
+
export * from './util/sleep';
|
|
26
26
|
export * from './models/configuration/ArcConfiguration';
|
|
27
27
|
export * from './models/configuration/ContainerConfiguration';
|
|
28
28
|
export * from './models/configuration/ImageConfiguration';
|
|
@@ -55,28 +55,28 @@ export * from './models/scene/SceneProps';
|
|
|
55
55
|
export * from './models/scene/SceneWithPlugins';
|
|
56
56
|
export * from './models/setterMap/SetterMap';
|
|
57
57
|
export * from './models/text/TextProps';
|
|
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 './
|
|
58
|
+
export * from './util/emit/GameObjectEventMap';
|
|
59
|
+
export * from './util/emit/getEventName';
|
|
60
|
+
export * from './util/emit/getUpdateEvent';
|
|
61
|
+
export * from './util/emit/isEvent';
|
|
62
|
+
export * from './util/hooks/getInitializeGameObjectLifecycleHook';
|
|
63
|
+
export * from './util/hooks/pushListener';
|
|
64
|
+
export * from './util/hooks/resetLifecycleListeners';
|
|
65
|
+
export * from './util/hooks/runLifecycleListeners';
|
|
66
|
+
export * from './util/setterMap/ArcSetterMap';
|
|
67
|
+
export * from './util/setterMap/ContainerSetterMap';
|
|
68
|
+
export * from './util/setterMap/ImageSetterMap';
|
|
69
|
+
export * from './util/setterMap/NineSliceSetterMap';
|
|
70
|
+
export * from './util/setterMap/PathFollowerSetterMap';
|
|
71
|
+
export * from './util/setterMap/RectangleSetterMap';
|
|
72
|
+
export * from './util/setterMap/SpriteSetterMap';
|
|
73
|
+
export * from './util/setterMap/TextSetterMap';
|
|
74
|
+
export * from './util/setterMap/TileSpriteSetterMap';
|
|
75
|
+
export * from './util/setterMap/ZoneSetterMap';
|
|
76
|
+
export * from './util/types/ExcludeFunctionProperties';
|
|
77
|
+
export * from './util/types/ExtractUpdateEvent';
|
|
78
|
+
export * from './util/types/FunctionProperties';
|
|
79
|
+
export * from './util/types/UpdateEvent';
|
|
80
80
|
export * from './models/configuration/components/AlphaConfiguration';
|
|
81
81
|
export * from './models/configuration/components/AlphaSingleConfiguration';
|
|
82
82
|
export * from './models/configuration/components/BaseTextureConfiguration';
|
|
@@ -126,27 +126,27 @@ export * from './models/emit/global/GlobalEventEmitsOptions';
|
|
|
126
126
|
export * from './models/emit/global/TweenEventEmitsOptions';
|
|
127
127
|
export * from './models/emit/shared/GameObjectEventMapEmitsOptions';
|
|
128
128
|
export * from './models/emit/shared/ShapeEventEmitsOptions';
|
|
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 './
|
|
149
|
-
export * from './
|
|
150
|
-
export * from './
|
|
151
|
-
export * from './
|
|
152
|
-
export * from './
|
|
129
|
+
export * from './util/setterMap/components/AlphaSetterMap';
|
|
130
|
+
export * from './util/setterMap/components/AlphaSingleSetterMap';
|
|
131
|
+
export * from './util/setterMap/components/BaseTextureSetterMap';
|
|
132
|
+
export * from './util/setterMap/components/BlendModeSetterMap';
|
|
133
|
+
export * from './util/setterMap/components/ComputedSizeSetterMap';
|
|
134
|
+
export * from './util/setterMap/components/DepthSetterMap';
|
|
135
|
+
export * from './util/setterMap/components/FlipSetterMap';
|
|
136
|
+
export * from './util/setterMap/components/FXSetterMap';
|
|
137
|
+
export * from './util/setterMap/components/MaskSetterMap';
|
|
138
|
+
export * from './util/setterMap/components/OriginSetterMap';
|
|
139
|
+
export * from './util/setterMap/components/PathFollowerComponentSetterMap';
|
|
140
|
+
export * from './util/setterMap/components/PipelineSetterMap';
|
|
141
|
+
export * from './util/setterMap/components/ScrollFactorSetterMap';
|
|
142
|
+
export * from './util/setterMap/components/SizeSetterMap';
|
|
143
|
+
export * from './util/setterMap/components/TextureCropSetterMap';
|
|
144
|
+
export * from './util/setterMap/components/TextureSetterMap';
|
|
145
|
+
export * from './util/setterMap/components/TintSetterMap';
|
|
146
|
+
export * from './util/setterMap/components/TransformSetterMap';
|
|
147
|
+
export * from './util/setterMap/components/VisibleSetterMap';
|
|
148
|
+
export * from './util/setterMap/global/GameObjectSetterMap';
|
|
149
|
+
export * from './util/setterMap/global/GlobalSetterMap';
|
|
150
|
+
export * from './util/setterMap/global/TweenSetterMap';
|
|
151
|
+
export * from './util/setterMap/shared/AnimationSetterMap';
|
|
152
|
+
export * from './util/setterMap/shared/ShapeSetterMap';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type AlphaConfiguration = ExcludeFunctionProperties<GameObjects.Components.Alpha>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type AlphaSingleConfiguration = ExcludeFunctionProperties<GameObjects.Components.AlphaSingle>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type BlendModeConfiguration = ExcludeFunctionProperties<GameObjects.Components.BlendMode>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type ComputedSizeConfiguration = ExcludeFunctionProperties<GameObjects.Components.ComputedSize>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type DepthConfiguration = ExcludeFunctionProperties<GameObjects.Components.Depth>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type FXConfiguration = ExcludeFunctionProperties<GameObjects.Components.FX>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type FlipConfiguration = ExcludeFunctionProperties<GameObjects.Components.Flip>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type MaskConfiguration = ExcludeFunctionProperties<GameObjects.Components.Mask>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type OriginConfiguration = ExcludeFunctionProperties<GameObjects.Components.Origin & {
|
|
4
4
|
origin: number;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type PathFollowerComponentConfiguration = ExcludeFunctionProperties<GameObjects.Components.PathFollower>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type PipelineConfiguration = ExcludeFunctionProperties<GameObjects.Components.Pipeline>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type ScrollFactorConfiguration = ExcludeFunctionProperties<GameObjects.Components.ScrollFactor & {
|
|
4
4
|
scrollFactor: number;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type SizeConfiguration = ExcludeFunctionProperties<GameObjects.Components.Size>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseTextureConfiguration } from './BaseTextureConfiguration';
|
|
2
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
2
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
3
3
|
import { GameObjects } from 'phaser';
|
|
4
4
|
import { Except } from 'type-fest';
|
|
5
5
|
export type TextureConfiguration = ExcludeFunctionProperties<BaseTextureConfiguration & Except<GameObjects.Components.Texture, keyof BaseTextureConfiguration>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseTextureConfiguration } from './BaseTextureConfiguration';
|
|
2
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
2
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
3
3
|
import { GameObjects } from 'phaser';
|
|
4
4
|
import { Except } from 'type-fest';
|
|
5
5
|
export type TextureCropConfiguration = ExcludeFunctionProperties<BaseTextureConfiguration & Except<GameObjects.Components.TextureCrop, keyof BaseTextureConfiguration>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type TintConfiguration = ExcludeFunctionProperties<GameObjects.Components.Tint>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type TransformConfiguration = ExcludeFunctionProperties<GameObjects.Components.Transform>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExcludeFunctionProperties } from '../../../
|
|
1
|
+
import { ExcludeFunctionProperties } from '../../../util/types/ExcludeFunctionProperties';
|
|
2
2
|
import { GameObjects } from 'phaser';
|
|
3
3
|
export type VisibleConfiguration = ExcludeFunctionProperties<GameObjects.Components.Visible>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ArcConfiguration } from '../configuration/ArcConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type ArcEventEmitsOptions = GameObjectEventMapEmitsOptions & {
|
|
6
6
|
[P in UpdateEvent<keyof ArcConfiguration>]: [ArcConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ContainerConfiguration } from '../configuration/ContainerConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type ContainerEventEmitsOptions = GameObjectEventMapEmitsOptions & {
|
|
6
6
|
[P in UpdateEvent<keyof ContainerConfiguration>]: [ContainerConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ImageConfiguration } from '../configuration/ImageConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type ImageEventEmitsOptions = GameObjectEventMapEmitsOptions & {
|
|
6
6
|
[P in UpdateEvent<keyof ImageConfiguration>]: [ImageConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NineSliceConfiguration } from '../configuration/NineSliceConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type NineSliceEventEmitsOptions = GameObjectEventMapEmitsOptions & {
|
|
6
6
|
[P in UpdateEvent<keyof NineSliceConfiguration>]: [NineSliceConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PathFollowerConfiguration } from '../configuration/PathFollowerConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type PathFollowerEventEmitsOptions = GameObjectEventMapEmitsOptions & {
|
|
6
6
|
[P in UpdateEvent<keyof PathFollowerConfiguration>]: [PathFollowerConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RectangleConfiguration } from '../configuration/RectangleConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type RectangleEventEmitsOptions = GameObjectEventMapEmitsOptions & {
|
|
6
6
|
[P in UpdateEvent<keyof RectangleConfiguration>]: [RectangleConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SpriteConfiguration } from '../configuration/SpriteConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type SpriteEventEmitsOptions = GameObjectEventMapEmitsOptions & {
|
|
6
6
|
[P in UpdateEvent<keyof SpriteConfiguration>]: [SpriteConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TextConfiguration } from '../configuration/TextConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type TextEventEmitsOptions = GameObjectEventMapEmitsOptions & {
|
|
6
6
|
[P in UpdateEvent<keyof TextConfiguration>]: [TextConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TileSpriteConfiguration } from '../configuration/TileSpriteConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type TileSpriteEventEmitsOptions = GameObjectEventMapEmitsOptions & Record<string, unknown[]> & {
|
|
6
6
|
[P in UpdateEvent<keyof TileSpriteConfiguration>]: [TileSpriteConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ZoneConfiguration } from '../configuration/ZoneConfiguration';
|
|
2
2
|
import { GameObjectEventMapEmitsOptions } from './shared/GameObjectEventMapEmitsOptions';
|
|
3
|
-
import { ExtractUpdateEvent } from '../../
|
|
4
|
-
import { UpdateEvent } from '../../
|
|
3
|
+
import { ExtractUpdateEvent } from '../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../util/types/UpdateEvent';
|
|
5
5
|
export type ZoneEventEmitsOptions = GameObjectEventMapEmitsOptions & {
|
|
6
6
|
[P in UpdateEvent<keyof ZoneConfiguration>]: [ZoneConfiguration[ExtractUpdateEvent<P>]?];
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AlphaConfiguration } from '../../configuration/components/AlphaConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type AlphaEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof AlphaConfiguration>]: [AlphaConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AlphaSingleConfiguration } from '../../configuration/components/AlphaSingleConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type AlphaSingleEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof AlphaSingleConfiguration>]: [AlphaSingleConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseTextureConfiguration } from '../../configuration/components/BaseTextureConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type BaseTextureEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof BaseTextureConfiguration>]: [BaseTextureConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BlendModeConfiguration } from '../../configuration/components/BlendModeConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type BlendModeEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof BlendModeConfiguration>]: [BlendModeConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComputedSizeConfiguration } from '../../configuration/components/ComputedSizeConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type ComputedSizeEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof ComputedSizeConfiguration>]: [ComputedSizeConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DepthConfiguration } from '../../configuration/components/DepthConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type DepthEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof DepthConfiguration>]: [DepthConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FXConfiguration } from '../../configuration/components/FXConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type FXEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof FXConfiguration>]: [FXConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FlipConfiguration } from '../../configuration/components/FlipConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type FlipEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof FlipConfiguration>]: [FlipConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MaskConfiguration } from '../../configuration/components/MaskConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type MaskEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof MaskConfiguration>]: [MaskConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OriginConfiguration } from '../../configuration/components/OriginConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type OriginEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof OriginConfiguration>]: [OriginConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PathFollowerComponentConfiguration } from '../../configuration/components/PathFollowerComponentConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type PathFollowerComponentEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof PathFollowerComponentConfiguration>]: [
|
|
6
6
|
PathFollowerComponentConfiguration[ExtractUpdateEvent<P>]?
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PipelineConfiguration } from '../../configuration/components/PipelineConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type PipelineEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof PipelineConfiguration>]: [PipelineConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ScrollFactorConfiguration } from '../../configuration/components/ScrollFactorConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type ScrollFactorEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof ScrollFactorConfiguration>]: [ScrollFactorConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SizeConfiguration } from '../../configuration/components/SizeConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type SizeEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof SizeConfiguration>]: [SizeConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextureCropConfiguration } from '../../configuration/components/TextureCropConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type TextureCropEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof TextureCropConfiguration>]: [TextureCropConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextureConfiguration } from '../../configuration/components/TextureConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type TextureEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof TextureConfiguration>]: [TextureConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TintConfiguration } from '../../configuration/components/TintConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type TintEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof TintConfiguration>]: [TintConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TransformConfiguration } from '../../configuration/components/TransformConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type TransformEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof TransformConfiguration>]: [TransformConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VisibleConfiguration } from '../../configuration/components/VisibleConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type VisibleEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof VisibleConfiguration>]: [VisibleConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GameObjectConfiguration } from '../../configuration/global/GameObjectConfiguration';
|
|
2
|
-
import { GameObjectEventMap } from '../../../
|
|
3
|
-
import { ExtractUpdateEvent } from '../../../
|
|
4
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { GameObjectEventMap } from '../../../util/emit/GameObjectEventMap';
|
|
3
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
4
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
5
5
|
import { Types } from 'phaser';
|
|
6
6
|
export type GameObjectEventEmitsOptions = {
|
|
7
7
|
[P in keyof typeof GameObjectEventMap]: Types.Input.EventData[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TweenConfiguration } from '../../configuration/global/TweenConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type TweenEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof TweenConfiguration>]: [TweenConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GameObjectEventMap } from '../../../
|
|
1
|
+
import { GameObjectEventMap } from '../../../util/emit/GameObjectEventMap';
|
|
2
2
|
import { Types } from 'phaser';
|
|
3
3
|
export type GameObjectEventMapEmitsOptions = {
|
|
4
4
|
[P in keyof typeof GameObjectEventMap]: Types.Input.EventData[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ShapeConfiguration } from '../../configuration/shared/ShapeConfiguration';
|
|
2
|
-
import { ExtractUpdateEvent } from '../../../
|
|
3
|
-
import { UpdateEvent } from '../../../
|
|
2
|
+
import { ExtractUpdateEvent } from '../../../util/types/ExtractUpdateEvent';
|
|
3
|
+
import { UpdateEvent } from '../../../util/types/UpdateEvent';
|
|
4
4
|
export type ShapeEventEmitsOptions = {
|
|
5
5
|
[P in UpdateEvent<keyof ShapeConfiguration>]: [ShapeConfiguration[ExtractUpdateEvent<P>]?];
|
|
6
6
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-phaserjs",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.1",
|
|
4
4
|
"description": "A component library to integrate Phaser Framework with Vue.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"export:gen": "ctix build --config ../configuration/.ctirc-vue && ctix build --config ../configuration/.ctirc-ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@esposter/shared": "1.29.
|
|
36
|
-
"parse-tmx": "1.29.
|
|
35
|
+
"@esposter/shared": "1.29.1",
|
|
36
|
+
"parse-tmx": "1.29.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@esposter/configuration": "1.29.
|
|
39
|
+
"@esposter/configuration": "1.29.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"phaser": "^3.87.0",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"pinia": "^2.2.6",
|
|
45
45
|
"vue": "^3.5.13"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "e52a623dd114b14eb70c297933a338bfddbc8829"
|
|
48
48
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|