@vpmedia/phaser 1.103.0 → 1.105.0

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.
Files changed (298) hide show
  1. package/dist/index.js +997 -403
  2. package/dist/index.js.map +1 -1
  3. package/dist/phaser/core/animation.d.ts +35 -11
  4. package/dist/phaser/core/animation.d.ts.map +1 -1
  5. package/dist/phaser/core/animation_manager.d.ts +20 -10
  6. package/dist/phaser/core/animation_manager.d.ts.map +1 -1
  7. package/dist/phaser/core/animation_parser.d.ts +2 -2
  8. package/dist/phaser/core/animation_parser.d.ts.map +1 -1
  9. package/dist/phaser/core/array_set.d.ts +3 -3
  10. package/dist/phaser/core/array_set.d.ts.map +1 -1
  11. package/dist/phaser/core/cache.d.ts +68 -60
  12. package/dist/phaser/core/cache.d.ts.map +1 -1
  13. package/dist/phaser/core/device.d.ts +23 -0
  14. package/dist/phaser/core/device.d.ts.map +1 -1
  15. package/dist/phaser/core/device_util.d.ts +10 -10
  16. package/dist/phaser/core/device_util.d.ts.map +1 -1
  17. package/dist/phaser/core/dom.d.ts +6 -5
  18. package/dist/phaser/core/dom.d.ts.map +1 -1
  19. package/dist/phaser/core/event_manager.d.ts +49 -158
  20. package/dist/phaser/core/event_manager.d.ts.map +1 -1
  21. package/dist/phaser/core/factory.d.ts +8 -7
  22. package/dist/phaser/core/factory.d.ts.map +1 -1
  23. package/dist/phaser/core/frame.d.ts +27 -48
  24. package/dist/phaser/core/frame.d.ts.map +1 -1
  25. package/dist/phaser/core/frame_data.d.ts +11 -58
  26. package/dist/phaser/core/frame_data.d.ts.map +1 -1
  27. package/dist/phaser/core/frame_util.d.ts +4 -14
  28. package/dist/phaser/core/frame_util.d.ts.map +1 -1
  29. package/dist/phaser/core/game.d.ts +50 -3
  30. package/dist/phaser/core/game.d.ts.map +1 -1
  31. package/dist/phaser/core/input.d.ts +66 -13
  32. package/dist/phaser/core/input.d.ts.map +1 -1
  33. package/dist/phaser/core/input_handler.d.ts +64 -20
  34. package/dist/phaser/core/input_handler.d.ts.map +1 -1
  35. package/dist/phaser/core/input_mouse.d.ts +26 -1
  36. package/dist/phaser/core/input_mouse.d.ts.map +1 -1
  37. package/dist/phaser/core/input_mspointer.d.ts +18 -2
  38. package/dist/phaser/core/input_mspointer.d.ts.map +1 -1
  39. package/dist/phaser/core/input_pointer.d.ts +53 -9
  40. package/dist/phaser/core/input_pointer.d.ts.map +1 -1
  41. package/dist/phaser/core/input_touch.d.ts +19 -1
  42. package/dist/phaser/core/input_touch.d.ts.map +1 -1
  43. package/dist/phaser/core/loader.d.ts +56 -28
  44. package/dist/phaser/core/loader.d.ts.map +1 -1
  45. package/dist/phaser/core/loader_parser.d.ts +4 -4
  46. package/dist/phaser/core/loader_parser.d.ts.map +1 -1
  47. package/dist/phaser/core/raf.d.ts +2 -2
  48. package/dist/phaser/core/raf.d.ts.map +1 -1
  49. package/dist/phaser/core/scale_manager.d.ts +77 -17
  50. package/dist/phaser/core/scale_manager.d.ts.map +1 -1
  51. package/dist/phaser/core/scene.d.ts +3 -1
  52. package/dist/phaser/core/scene.d.ts.map +1 -1
  53. package/dist/phaser/core/scene_manager.d.ts +25 -9
  54. package/dist/phaser/core/scene_manager.d.ts.map +1 -1
  55. package/dist/phaser/core/signal.d.ts +9 -8
  56. package/dist/phaser/core/signal.d.ts.map +1 -1
  57. package/dist/phaser/core/signal_binding.d.ts +2 -2
  58. package/dist/phaser/core/signal_binding.d.ts.map +1 -1
  59. package/dist/phaser/core/sound.d.ts +58 -10
  60. package/dist/phaser/core/sound.d.ts.map +1 -1
  61. package/dist/phaser/core/sound_manager.d.ts +28 -9
  62. package/dist/phaser/core/sound_manager.d.ts.map +1 -1
  63. package/dist/phaser/core/sound_sprite.d.ts +10 -4
  64. package/dist/phaser/core/sound_sprite.d.ts.map +1 -1
  65. package/dist/phaser/core/stage.d.ts +7 -3
  66. package/dist/phaser/core/stage.d.ts.map +1 -1
  67. package/dist/phaser/core/time.d.ts +32 -5
  68. package/dist/phaser/core/time.d.ts.map +1 -1
  69. package/dist/phaser/core/timer.d.ts +30 -10
  70. package/dist/phaser/core/timer.d.ts.map +1 -1
  71. package/dist/phaser/core/timer_event.d.ts +11 -12
  72. package/dist/phaser/core/timer_event.d.ts.map +1 -1
  73. package/dist/phaser/core/tween.d.ts +38 -14
  74. package/dist/phaser/core/tween.d.ts.map +1 -1
  75. package/dist/phaser/core/tween_data.d.ts +30 -5
  76. package/dist/phaser/core/tween_data.d.ts.map +1 -1
  77. package/dist/phaser/core/tween_easing.d.ts +31 -31
  78. package/dist/phaser/core/tween_easing.d.ts.map +1 -1
  79. package/dist/phaser/core/tween_manager.d.ts +8 -4
  80. package/dist/phaser/core/tween_manager.d.ts.map +1 -1
  81. package/dist/phaser/core/world.d.ts +1 -1
  82. package/dist/phaser/core/world.d.ts.map +1 -1
  83. package/dist/phaser/display/bitmap_text.d.ts +35 -20
  84. package/dist/phaser/display/bitmap_text.d.ts.map +1 -1
  85. package/dist/phaser/display/button.d.ts +24 -8
  86. package/dist/phaser/display/button.d.ts.map +1 -1
  87. package/dist/phaser/display/canvas/buffer.d.ts +6 -2
  88. package/dist/phaser/display/canvas/buffer.d.ts.map +1 -1
  89. package/dist/phaser/display/canvas/graphics.d.ts +3 -3
  90. package/dist/phaser/display/canvas/graphics.d.ts.map +1 -1
  91. package/dist/phaser/display/canvas/masker.d.ts.map +1 -1
  92. package/dist/phaser/display/canvas/pool.d.ts +2 -2
  93. package/dist/phaser/display/canvas/pool.d.ts.map +1 -1
  94. package/dist/phaser/display/canvas/renderer.d.ts +18 -5
  95. package/dist/phaser/display/canvas/renderer.d.ts.map +1 -1
  96. package/dist/phaser/display/canvas/tinter.d.ts +3 -3
  97. package/dist/phaser/display/canvas/tinter.d.ts.map +1 -1
  98. package/dist/phaser/display/canvas/util.d.ts +9 -9
  99. package/dist/phaser/display/canvas/util.d.ts.map +1 -1
  100. package/dist/phaser/display/display_object.d.ts +82 -23
  101. package/dist/phaser/display/display_object.d.ts.map +1 -1
  102. package/dist/phaser/display/graphics.d.ts +42 -16
  103. package/dist/phaser/display/graphics.d.ts.map +1 -1
  104. package/dist/phaser/display/graphics_data.d.ts +11 -1
  105. package/dist/phaser/display/graphics_data.d.ts.map +1 -1
  106. package/dist/phaser/display/graphics_data_util.d.ts +1 -1
  107. package/dist/phaser/display/graphics_data_util.d.ts.map +1 -1
  108. package/dist/phaser/display/group.d.ts +24 -9
  109. package/dist/phaser/display/group.d.ts.map +1 -1
  110. package/dist/phaser/display/image.d.ts +36 -13
  111. package/dist/phaser/display/image.d.ts.map +1 -1
  112. package/dist/phaser/display/sprite_batch.d.ts +1 -1
  113. package/dist/phaser/display/sprite_batch.d.ts.map +1 -1
  114. package/dist/phaser/display/sprite_util.d.ts +5 -5
  115. package/dist/phaser/display/sprite_util.d.ts.map +1 -1
  116. package/dist/phaser/display/text.d.ts +86 -66
  117. package/dist/phaser/display/text.d.ts.map +1 -1
  118. package/dist/phaser/display/webgl/abstract_filter.d.ts +8 -1
  119. package/dist/phaser/display/webgl/abstract_filter.d.ts.map +1 -1
  120. package/dist/phaser/display/webgl/base_texture.d.ts +14 -2
  121. package/dist/phaser/display/webgl/base_texture.d.ts.map +1 -1
  122. package/dist/phaser/display/webgl/blend_manager.d.ts +5 -2
  123. package/dist/phaser/display/webgl/blend_manager.d.ts.map +1 -1
  124. package/dist/phaser/display/webgl/earcut.d.ts +10 -10
  125. package/dist/phaser/display/webgl/earcut.d.ts.map +1 -1
  126. package/dist/phaser/display/webgl/earcut_node.d.ts +1 -1
  127. package/dist/phaser/display/webgl/earcut_node.d.ts.map +1 -1
  128. package/dist/phaser/display/webgl/fast_sprite_batch.d.ts +17 -1
  129. package/dist/phaser/display/webgl/fast_sprite_batch.d.ts.map +1 -1
  130. package/dist/phaser/display/webgl/filter_manager.d.ts +5 -1
  131. package/dist/phaser/display/webgl/filter_manager.d.ts.map +1 -1
  132. package/dist/phaser/display/webgl/filter_texture.d.ts +7 -2
  133. package/dist/phaser/display/webgl/filter_texture.d.ts.map +1 -1
  134. package/dist/phaser/display/webgl/graphics.d.ts +11 -10
  135. package/dist/phaser/display/webgl/graphics.d.ts.map +1 -1
  136. package/dist/phaser/display/webgl/graphics_data.d.ts +11 -1
  137. package/dist/phaser/display/webgl/graphics_data.d.ts.map +1 -1
  138. package/dist/phaser/display/webgl/mask_manager.d.ts.map +1 -1
  139. package/dist/phaser/display/webgl/render_texture.d.ts +12 -1
  140. package/dist/phaser/display/webgl/render_texture.d.ts.map +1 -1
  141. package/dist/phaser/display/webgl/renderer.d.ts +25 -6
  142. package/dist/phaser/display/webgl/renderer.d.ts.map +1 -1
  143. package/dist/phaser/display/webgl/shader/complex.d.ts +7 -1
  144. package/dist/phaser/display/webgl/shader/complex.d.ts.map +1 -1
  145. package/dist/phaser/display/webgl/shader/fast.d.ts +8 -1
  146. package/dist/phaser/display/webgl/shader/fast.d.ts.map +1 -1
  147. package/dist/phaser/display/webgl/shader/normal.d.ts +11 -0
  148. package/dist/phaser/display/webgl/shader/normal.d.ts.map +1 -1
  149. package/dist/phaser/display/webgl/shader/primitive.d.ts +7 -1
  150. package/dist/phaser/display/webgl/shader/primitive.d.ts.map +1 -1
  151. package/dist/phaser/display/webgl/shader/strip.d.ts +7 -1
  152. package/dist/phaser/display/webgl/shader/strip.d.ts.map +1 -1
  153. package/dist/phaser/display/webgl/shader_manager.d.ts +14 -2
  154. package/dist/phaser/display/webgl/shader_manager.d.ts.map +1 -1
  155. package/dist/phaser/display/webgl/sprite_batch.d.ts +19 -2
  156. package/dist/phaser/display/webgl/sprite_batch.d.ts.map +1 -1
  157. package/dist/phaser/display/webgl/stencil_manager.d.ts +8 -4
  158. package/dist/phaser/display/webgl/stencil_manager.d.ts.map +1 -1
  159. package/dist/phaser/display/webgl/texture.d.ts +35 -2
  160. package/dist/phaser/display/webgl/texture.d.ts.map +1 -1
  161. package/dist/phaser/display/webgl/texture_util.d.ts +2 -2
  162. package/dist/phaser/display/webgl/texture_util.d.ts.map +1 -1
  163. package/dist/phaser/display/webgl/util.d.ts +6 -6
  164. package/dist/phaser/display/webgl/util.d.ts.map +1 -1
  165. package/dist/phaser/geom/circle.d.ts +11 -10
  166. package/dist/phaser/geom/circle.d.ts.map +1 -1
  167. package/dist/phaser/geom/ellipse.d.ts +6 -5
  168. package/dist/phaser/geom/ellipse.d.ts.map +1 -1
  169. package/dist/phaser/geom/line.d.ts +14 -14
  170. package/dist/phaser/geom/line.d.ts.map +1 -1
  171. package/dist/phaser/geom/matrix.d.ts +13 -12
  172. package/dist/phaser/geom/matrix.d.ts.map +1 -1
  173. package/dist/phaser/geom/point.d.ts +19 -19
  174. package/dist/phaser/geom/point.d.ts.map +1 -1
  175. package/dist/phaser/geom/polygon.d.ts +6 -6
  176. package/dist/phaser/geom/polygon.d.ts.map +1 -1
  177. package/dist/phaser/geom/rectangle.d.ts +20 -20
  178. package/dist/phaser/geom/rectangle.d.ts.map +1 -1
  179. package/dist/phaser/geom/rounded_rectangle.d.ts +2 -2
  180. package/dist/phaser/geom/rounded_rectangle.d.ts.map +1 -1
  181. package/dist/phaser/geom/util/circle.d.ts +9 -7
  182. package/dist/phaser/geom/util/circle.d.ts.map +1 -1
  183. package/dist/phaser/geom/util/ellipse.d.ts +1 -1
  184. package/dist/phaser/geom/util/ellipse.d.ts.map +1 -1
  185. package/dist/phaser/geom/util/line.d.ts +5 -3
  186. package/dist/phaser/geom/util/line.d.ts.map +1 -1
  187. package/dist/phaser/geom/util/matrix.d.ts +2 -1
  188. package/dist/phaser/geom/util/matrix.d.ts.map +1 -1
  189. package/dist/phaser/geom/util/point.d.ts +19 -19
  190. package/dist/phaser/geom/util/point.d.ts.map +1 -1
  191. package/dist/phaser/geom/util/polygon.d.ts +2 -1
  192. package/dist/phaser/geom/util/polygon.d.ts.map +1 -1
  193. package/dist/phaser/geom/util/rectangle.d.ts +17 -15
  194. package/dist/phaser/geom/util/rectangle.d.ts.map +1 -1
  195. package/dist/phaser/geom/util/rounded_rectangle.d.ts +2 -1
  196. package/dist/phaser/geom/util/rounded_rectangle.d.ts.map +1 -1
  197. package/dist/phaser/util/math.d.ts +51 -142
  198. package/dist/phaser/util/math.d.ts.map +1 -1
  199. package/package.json +2 -2
  200. package/src/phaser/core/animation.ts +41 -18
  201. package/src/phaser/core/animation_manager.ts +21 -12
  202. package/src/phaser/core/animation_parser.ts +11 -3
  203. package/src/phaser/core/array_set.ts +8 -8
  204. package/src/phaser/core/cache.ts +75 -60
  205. package/src/phaser/core/device.ts +23 -1
  206. package/src/phaser/core/device_util.ts +10 -10
  207. package/src/phaser/core/dom.ts +5 -5
  208. package/src/phaser/core/event_manager.ts +52 -177
  209. package/src/phaser/core/factory.ts +25 -17
  210. package/src/phaser/core/frame.ts +37 -51
  211. package/src/phaser/core/frame_data.ts +29 -74
  212. package/src/phaser/core/frame_util.ts +3 -16
  213. package/src/phaser/core/game.ts +40 -11
  214. package/src/phaser/core/input.ts +68 -17
  215. package/src/phaser/core/input_handler.ts +81 -45
  216. package/src/phaser/core/input_mouse.ts +42 -13
  217. package/src/phaser/core/input_mspointer.ts +24 -9
  218. package/src/phaser/core/input_pointer.ts +55 -12
  219. package/src/phaser/core/input_touch.ts +26 -9
  220. package/src/phaser/core/loader.ts +97 -42
  221. package/src/phaser/core/loader_parser.ts +6 -7
  222. package/src/phaser/core/raf.ts +2 -2
  223. package/src/phaser/core/scale_manager.ts +85 -27
  224. package/src/phaser/core/scene.ts +3 -2
  225. package/src/phaser/core/scene_manager.ts +26 -11
  226. package/src/phaser/core/signal.ts +10 -10
  227. package/src/phaser/core/signal_binding.ts +2 -2
  228. package/src/phaser/core/sound.ts +72 -26
  229. package/src/phaser/core/sound_manager.ts +31 -13
  230. package/src/phaser/core/sound_sprite.ts +10 -5
  231. package/src/phaser/core/stage.ts +8 -4
  232. package/src/phaser/core/time.ts +33 -7
  233. package/src/phaser/core/timer.ts +40 -14
  234. package/src/phaser/core/timer_event.ts +23 -14
  235. package/src/phaser/core/tween.ts +43 -23
  236. package/src/phaser/core/tween_data.ts +31 -7
  237. package/src/phaser/core/tween_easing.ts +31 -31
  238. package/src/phaser/core/tween_manager.ts +10 -7
  239. package/src/phaser/core/world.ts +1 -2
  240. package/src/phaser/display/bitmap_text.ts +41 -18
  241. package/src/phaser/display/button.ts +24 -23
  242. package/src/phaser/display/canvas/buffer.ts +6 -3
  243. package/src/phaser/display/canvas/graphics.ts +3 -4
  244. package/src/phaser/display/canvas/masker.ts +2 -3
  245. package/src/phaser/display/canvas/pool.ts +3 -4
  246. package/src/phaser/display/canvas/renderer.ts +19 -7
  247. package/src/phaser/display/canvas/tinter.ts +4 -5
  248. package/src/phaser/display/canvas/util.ts +9 -9
  249. package/src/phaser/display/display_object.ts +120 -61
  250. package/src/phaser/display/graphics.ts +56 -25
  251. package/src/phaser/display/graphics_data.ts +11 -2
  252. package/src/phaser/display/graphics_data_util.ts +1 -2
  253. package/src/phaser/display/group.ts +32 -14
  254. package/src/phaser/display/image.ts +37 -19
  255. package/src/phaser/display/sprite_batch.ts +1 -2
  256. package/src/phaser/display/sprite_util.ts +5 -6
  257. package/src/phaser/display/text.ts +82 -56
  258. package/src/phaser/display/webgl/abstract_filter.ts +8 -2
  259. package/src/phaser/display/webgl/base_texture.ts +14 -3
  260. package/src/phaser/display/webgl/blend_manager.ts +5 -3
  261. package/src/phaser/display/webgl/earcut.ts +27 -27
  262. package/src/phaser/display/webgl/earcut_node.ts +1 -1
  263. package/src/phaser/display/webgl/fast_sprite_batch.ts +19 -4
  264. package/src/phaser/display/webgl/filter_manager.ts +5 -2
  265. package/src/phaser/display/webgl/filter_texture.ts +7 -3
  266. package/src/phaser/display/webgl/graphics.ts +10 -11
  267. package/src/phaser/display/webgl/graphics_data.ts +11 -2
  268. package/src/phaser/display/webgl/mask_manager.ts +2 -3
  269. package/src/phaser/display/webgl/render_texture.ts +12 -2
  270. package/src/phaser/display/webgl/renderer.ts +24 -7
  271. package/src/phaser/display/webgl/shader/complex.ts +7 -2
  272. package/src/phaser/display/webgl/shader/fast.ts +8 -2
  273. package/src/phaser/display/webgl/shader/normal.ts +12 -2
  274. package/src/phaser/display/webgl/shader/primitive.ts +7 -2
  275. package/src/phaser/display/webgl/shader/strip.ts +7 -2
  276. package/src/phaser/display/webgl/shader_manager.ts +13 -3
  277. package/src/phaser/display/webgl/sprite_batch.ts +20 -4
  278. package/src/phaser/display/webgl/stencil_manager.ts +8 -5
  279. package/src/phaser/display/webgl/texture.ts +35 -4
  280. package/src/phaser/display/webgl/texture_util.ts +2 -3
  281. package/src/phaser/display/webgl/util.ts +6 -6
  282. package/src/phaser/geom/circle.ts +10 -10
  283. package/src/phaser/geom/ellipse.ts +6 -6
  284. package/src/phaser/geom/line.ts +14 -14
  285. package/src/phaser/geom/matrix.ts +12 -12
  286. package/src/phaser/geom/point.ts +19 -19
  287. package/src/phaser/geom/polygon.ts +5 -5
  288. package/src/phaser/geom/rectangle.ts +21 -21
  289. package/src/phaser/geom/rounded_rectangle.ts +2 -2
  290. package/src/phaser/geom/util/circle.ts +7 -7
  291. package/src/phaser/geom/util/ellipse.ts +1 -1
  292. package/src/phaser/geom/util/line.ts +5 -5
  293. package/src/phaser/geom/util/matrix.ts +1 -1
  294. package/src/phaser/geom/util/point.ts +20 -20
  295. package/src/phaser/geom/util/polygon.ts +1 -1
  296. package/src/phaser/geom/util/rectangle.ts +15 -15
  297. package/src/phaser/geom/util/rounded_rectangle.ts +1 -1
  298. package/src/phaser/util/math.ts +65 -151
@@ -12,11 +12,19 @@ export declare const JSONDATA = 7;
12
12
  export declare const XML = 8;
13
13
  export declare const RENDER_TEXTURE = 9;
14
14
  export declare class Cache {
15
+ game: any;
16
+ autoResolveURL: any;
17
+ _cache: any;
18
+ _urlMap: any;
19
+ _urlResolver: any;
20
+ _urlTemp: any;
21
+ onSoundUnlock: any;
22
+ _cacheMap: any;
15
23
  /**
16
24
  * Creates a new Cache instance.
17
25
  * @param {import('./game.js').Game} game - The game instance.
18
26
  */
19
- constructor(game: any);
27
+ constructor(game: import('./game.js').Game);
20
28
  /**
21
29
  * Adds the default image to the cache.
22
30
  */
@@ -32,10 +40,10 @@ export declare class Cache {
32
40
  * @param {HTMLImageElement} data - The image data to cache.
33
41
  * @returns {object} The cached image object.
34
42
  */
35
- addImage(key: any, url: any, data: any): {
36
- key: any;
37
- url: any;
38
- data: any;
43
+ addImage(key: string, url: string, data: HTMLImageElement): {
44
+ key: string;
45
+ url: string;
46
+ data: HTMLImageElement;
39
47
  base: BaseTexture;
40
48
  frame: Frame;
41
49
  frameData: FrameData;
@@ -47,21 +55,21 @@ export declare class Cache {
47
55
  * @param {HTMLCanvasElement} data - The canvas data for the atlas.
48
56
  * @param {object} atlasData - The atlas data to cache.
49
57
  */
50
- addTextureAtlas(key: any, url: any, data: any, atlasData: any): void;
58
+ addTextureAtlas(key: string, url: string, data: HTMLCanvasElement, atlasData: any): void;
51
59
  /**
52
60
  * Adds sound data to the cache.
53
61
  * @param {string} key - The unique key for this cache entry.
54
62
  * @param {string} url - The URL the sound was loaded from.
55
63
  * @param {object} data - The sound data to cache.
56
64
  */
57
- addSound(key: any, url: any, data: any): void;
65
+ addSound(key: string, url: string, data: any): void;
58
66
  /**
59
67
  * Adds text data to the cache.
60
68
  * @param {string} key - The unique key for this cache entry.
61
69
  * @param {string} url - The URL the text was loaded from.
62
70
  * @param {string} data - The text data to cache.
63
71
  */
64
- addText(key: any, url: any, data: any): void;
72
+ addText(key: string, url: string, data: string): void;
65
73
  /**
66
74
  * Adds a bitmap font to the cache.
67
75
  * @param {string} key - The unique key for this cache entry.
@@ -72,113 +80,113 @@ export declare class Cache {
72
80
  * @param {number} xSpacing - Horizontal spacing between characters.
73
81
  * @param {number} ySpacing - Vertical spacing between characters.
74
82
  */
75
- addBitmapFont(key: any, url: any, data: any, atlasData: any, atlasType: any, xSpacing?: number, ySpacing?: number): void;
83
+ addBitmapFont(key: string, url: string, data: HTMLCanvasElement, atlasData: any, atlasType: string, xSpacing?: number, ySpacing?: number): void;
76
84
  /**
77
85
  * Adds JSON data to the cache.
78
86
  * @param {string} key - The unique key for this cache entry.
79
87
  * @param {string} url - The URL the JSON was loaded from.
80
88
  * @param {object} data - The JSON data to cache.
81
89
  */
82
- addJSON(key: any, url: any, data: any): void;
90
+ addJSON(key: string, url: string, data: any): void;
83
91
  /**
84
92
  * Adds XML data to the cache.
85
93
  * @param {string} key - The unique key for this cache entry.
86
94
  * @param {string} url - The URL the XML was loaded from.
87
95
  * @param {XMLDocument} data - The XML data to cache.
88
96
  */
89
- addXML(key: any, url: any, data: any): void;
97
+ addXML(key: string, url: string, data: XMLDocument): void;
90
98
  /**
91
99
  * Updates a sound property in the cache.
92
100
  * @param {string} key - The unique key for the cached sound.
93
101
  * @param {string} property - The property to update.
94
102
  * @param {any} value - The new value for the property.
95
103
  */
96
- updateSound(key: any, property: any, value: any): void;
104
+ updateSound(key: string, property: string, value: any): void;
97
105
  /**
98
106
  * Marks a sound as decoded in the cache.
99
107
  * @param {string} key - The unique key for the cached sound.
100
108
  * @param {AudioBuffer} data - The decoded audio buffer.
101
109
  */
102
- decodedSound(key: any, data: any): void;
110
+ decodedSound(key: string, data: AudioBuffer): void;
103
111
  /**
104
112
  * Checks if a sound has been decoded in the cache.
105
113
  * @param {string} key - The unique key for the cached sound.
106
114
  * @returns {boolean} True if the sound is decoded, false otherwise.
107
115
  */
108
- isSoundDecoded(key: any): any;
116
+ isSoundDecoded(key: string): any;
109
117
  /**
110
118
  * Checks if a sound is ready to play (decoded and not locked).
111
119
  * @param {string} key - The unique key for the cached sound.
112
120
  * @returns {boolean} True if the sound is ready, false otherwise.
113
121
  */
114
- isSoundReady(key: any): boolean;
122
+ isSoundReady(key: string): boolean;
115
123
  /**
116
124
  * Checks if a cache entry exists.
117
125
  * @param {number} cache - The cache type (CANVAS, IMAGE, etc.).
118
126
  * @param {string} key - The unique key for the cache entry.
119
127
  * @returns {boolean} True if the entry exists, false otherwise.
120
128
  */
121
- checkKey(cache: any, key: any): boolean;
129
+ checkKey(cache: number, key: string): boolean;
122
130
  /**
123
131
  * Checks if a URL has been resolved and cached.
124
132
  * @param {string} url - The URL to check.
125
133
  * @returns {boolean} True if the URL has been resolved and cached, false otherwise.
126
134
  */
127
- checkURL(url: any): boolean;
135
+ checkURL(url: string): boolean;
128
136
  /**
129
137
  * Checks if a canvas cache entry exists.
130
138
  * @param {string} key - The unique key for the cache entry.
131
139
  * @returns {boolean} True if the entry exists, false otherwise.
132
140
  */
133
- checkCanvasKey(key: any): boolean;
141
+ checkCanvasKey(key: string): boolean;
134
142
  /**
135
143
  * Checks if an image cache entry exists.
136
144
  * @param {string} key - The unique key for the cache entry.
137
145
  * @returns {boolean} True if the entry exists, false otherwise.
138
146
  */
139
- checkImageKey(key: any): boolean;
147
+ checkImageKey(key: string): boolean;
140
148
  /**
141
149
  * Checks if a texture cache entry exists.
142
150
  * @param {string} key - The unique key for the cache entry.
143
151
  * @returns {boolean} True if the entry exists, false otherwise.
144
152
  */
145
- checkTextureKey(key: any): boolean;
153
+ checkTextureKey(key: string): boolean;
146
154
  /**
147
155
  * Checks if a sound cache entry exists.
148
156
  * @param {string} key - The unique key for the cache entry.
149
157
  * @returns {boolean} True if the entry exists, false otherwise.
150
158
  */
151
- checkSoundKey(key: any): boolean;
159
+ checkSoundKey(key: string): boolean;
152
160
  /**
153
161
  * Checks if a text cache entry exists.
154
162
  * @param {string} key - The unique key for the cache entry.
155
163
  * @returns {boolean} True if the entry exists, false otherwise.
156
164
  */
157
- checkTextKey(key: any): boolean;
165
+ checkTextKey(key: string): boolean;
158
166
  /**
159
167
  * Checks if a bitmap data cache entry exists.
160
168
  * @param {string} key - The unique key for the cache entry.
161
169
  * @returns {boolean} True if the entry exists, false otherwise.
162
170
  */
163
- checkBitmapDataKey(key: any): boolean;
171
+ checkBitmapDataKey(key: string): boolean;
164
172
  /**
165
173
  * Checks if a bitmap font cache entry exists.
166
174
  * @param {string} key - The unique key for the cache entry.
167
175
  * @returns {boolean} True if the entry exists, false otherwise.
168
176
  */
169
- checkBitmapFontKey(key: any): boolean;
177
+ checkBitmapFontKey(key: string): boolean;
170
178
  /**
171
179
  * Checks if a JSON cache entry exists.
172
180
  * @param {string} key - The unique key for the cache entry.
173
181
  * @returns {boolean} True if the entry exists, false otherwise.
174
182
  */
175
- checkJSONKey(key: any): boolean;
183
+ checkJSONKey(key: string): boolean;
176
184
  /**
177
185
  * Checks if an XML cache entry exists.
178
186
  * @param {string} key - The unique key for the cache entry.
179
187
  * @returns {boolean} True if the entry exists, false otherwise.
180
188
  */
181
- checkXMLKey(key: any): boolean;
189
+ checkXMLKey(key: string): boolean;
182
190
  /**
183
191
  * TBD.
184
192
  * @param {string} key - TBD.
@@ -187,117 +195,117 @@ export declare class Cache {
187
195
  * @param {string} property - TBD.
188
196
  * @returns {*} TBD.
189
197
  */
190
- getItem(key: any, cache: any, method: any, property?: any): any;
198
+ getItem(key: string, cache: number, method: string, property?: string): any;
191
199
  /**
192
200
  * TBD.
193
201
  * @param {string} key - TBD.
194
202
  * @returns {HTMLCanvasElement} TBD.
195
203
  */
196
- getCanvas(key: any): any;
204
+ getCanvas(key: string): any;
197
205
  /**
198
206
  * TBD.
199
207
  * @param {string} key - TBD.
200
208
  * @param {boolean} full - TBD.
201
209
  * @returns {HTMLImageElement} TBD.
202
210
  */
203
- getImage(key?: string, full?: boolean): any;
211
+ getImage(key?: any, full?: boolean): any;
204
212
  /**
205
213
  * TBD.
206
214
  * @param {string} key - TBD.
207
215
  * @returns {object} TBD.
208
216
  */
209
- getTextureFrame(key: any): any;
217
+ getTextureFrame(key: string): any;
210
218
  /**
211
219
  * TBD.
212
220
  * @param {string} key - TBD.
213
221
  * @returns {object} TBD.
214
222
  */
215
- getSound(key: any): any;
223
+ getSound(key: string): any;
216
224
  /**
217
225
  * TBD.
218
226
  * @param {string} key - TBD.
219
227
  * @returns {object} TBD.
220
228
  */
221
- getSoundData(key: any): any;
229
+ getSoundData(key: string): any;
222
230
  /**
223
231
  * TBD.
224
232
  * @param {string} key - TBD.
225
233
  * @returns {object} TBD.
226
234
  */
227
- getText(key: any): any;
235
+ getText(key: string): any;
228
236
  /**
229
237
  * TBD.
230
238
  * @param {string} key - TBD.
231
239
  * @returns {object} TBD.
232
240
  */
233
- getBitmapData(key: any): any;
241
+ getBitmapData(key: string): any;
234
242
  /**
235
243
  * TBD.
236
244
  * @param {string} key - TBD.
237
245
  * @returns {object} TBD.
238
246
  */
239
- getBitmapFont(key: any): any;
247
+ getBitmapFont(key: string): any;
240
248
  /**
241
249
  * TBD.
242
250
  * @param {string} key - TBD.
243
251
  * @param {boolean} isClone - TBD.
244
252
  * @returns {object} TBD.
245
253
  */
246
- getJSON(key: any, isClone?: boolean): any;
254
+ getJSON(key: string, isClone?: boolean): any;
247
255
  /**
248
256
  * TBD.
249
257
  * @param {string} key - TBD.
250
258
  * @returns {XMLDocument} TBD.
251
259
  */
252
- getXML(key: any): any;
260
+ getXML(key: string): any;
253
261
  /**
254
262
  * TBD.
255
263
  * @param {string} key - TBD.
256
264
  * @returns {import('../display/webgl/render_texture.js').RenderTexture} TBD.
257
265
  */
258
- getRenderTexture(key: any): any;
266
+ getRenderTexture(key: string): any;
259
267
  /**
260
268
  * Gets the base texture of a cache entry.
261
269
  * @param {string} key - The unique key for the cache entry.
262
270
  * @param {number} cache - The cache type (CANVAS, IMAGE, etc.).
263
271
  * @returns {BaseTexture} The base texture.
264
272
  */
265
- getBaseTexture(key: any, cache?: number): any;
273
+ getBaseTexture(key: string, cache?: number): any;
266
274
  /**
267
275
  * Gets a frame from the cache.
268
276
  * @param {string} key - The unique key for the cache entry.
269
277
  * @param {number} cache - The cache type (CANVAS, IMAGE, etc.).
270
278
  * @returns {Frame} The frame.
271
279
  */
272
- getFrame(key: any, cache?: number): any;
280
+ getFrame(key: string, cache?: number): any;
273
281
  /**
274
282
  * Gets the frame count of a cache entry.
275
283
  * @param {string} key - The unique key for the cache entry.
276
284
  * @param {number} cache - The cache type (CANVAS, IMAGE, etc.).
277
285
  * @returns {number} The number of frames.
278
286
  */
279
- getFrameCount(key: any, cache?: number): any;
287
+ getFrameCount(key: string, cache?: number): any;
280
288
  /**
281
289
  * Gets the frame data of a cache entry.
282
290
  * @param {string} key - The unique key for the cache entry.
283
291
  * @param {number} cache - The cache type (CANVAS, IMAGE, etc.).
284
292
  * @returns {FrameData} The frame data.
285
293
  */
286
- getFrameData(key: any, cache?: number): any;
294
+ getFrameData(key: string, cache?: number): any;
287
295
  /**
288
296
  * Checks if a cache entry has frame data.
289
297
  * @param {string} key - The unique key for the cache entry.
290
298
  * @param {number} cache - The cache type (CANVAS, IMAGE, etc.).
291
299
  * @returns {boolean} True if the entry has frame data, false otherwise.
292
300
  */
293
- hasFrameData(key: any, cache?: number): boolean;
301
+ hasFrameData(key: string, cache?: number): boolean;
294
302
  /**
295
303
  * Updates the frame data of a cache entry.
296
304
  * @param {string} key - The unique key for the cache entry.
297
305
  * @param {FrameData} frameData - The new frame data.
298
306
  * @param {number} cache - The cache type (CANVAS, IMAGE, etc.).
299
307
  */
300
- updateFrameData(key: any, frameData: any, cache?: number): void;
308
+ updateFrameData(key: string, frameData: FrameData, cache?: number): void;
301
309
  /**
302
310
  * Gets a frame by index from the cache.
303
311
  * @param {string} key - The unique key for the cache entry.
@@ -305,7 +313,7 @@ export declare class Cache {
305
313
  * @param {number} cache - The cache type (CANVAS, IMAGE, etc.).
306
314
  * @returns {Frame} The frame at the specified index.
307
315
  */
308
- getFrameByIndex(key: any, index: any, cache?: number): any;
316
+ getFrameByIndex(key: string, index: number, cache?: number): any;
309
317
  /**
310
318
  * Gets a frame by name from the cache.
311
319
  * @param {string} key - The unique key for the cache entry.
@@ -313,75 +321,75 @@ export declare class Cache {
313
321
  * @param {number} cache - The cache type (CANVAS, IMAGE, etc.).
314
322
  * @returns {Frame} The frame with the specified name.
315
323
  */
316
- getFrameByName(key: any, name: any, cache?: number): any;
324
+ getFrameByName(key: string, name: string, cache?: number): any;
317
325
  /**
318
326
  * Gets the resolved URL from cache.
319
327
  * @param {string} url - The original URL to resolve.
320
328
  * @returns {string} The resolved URL or null if not found.
321
329
  */
322
- getURL(url: any): any;
330
+ getURL(url: string): any;
323
331
  /**
324
332
  * Gets all keys from a cache type.
325
333
  * @param {object} cache - The cache type (CANVAS, IMAGE, etc.).
326
334
  * @returns {string[]} An array of cache keys.
327
335
  */
328
- getKeys(cache?: number): any[];
336
+ getKeys(cache?: any): any[];
329
337
  /**
330
338
  * Removes a canvas cache entry.
331
339
  * @param {string} key - The unique key for the cache entry to remove.
332
340
  */
333
- removeCanvas(key: any): void;
341
+ removeCanvas(key: string): void;
334
342
  /**
335
343
  * Removes an image cache entry.
336
344
  * @param {string} key - The unique key for the cache entry to remove.
337
345
  * @param {boolean} destroyBaseTexture - Whether to destroy the base texture (default: true).
338
346
  */
339
- removeImage(key: any, destroyBaseTexture?: boolean): void;
347
+ removeImage(key: string, destroyBaseTexture?: boolean): void;
340
348
  /**
341
349
  * Removes a sound cache entry.
342
350
  * @param {string} key - The unique key for the cache entry to remove.
343
351
  */
344
- removeSound(key: any): void;
352
+ removeSound(key: string): void;
345
353
  /**
346
354
  * Removes a text cache entry.
347
355
  * @param {string} key - The unique key for the cache entry to remove.
348
356
  */
349
- removeText(key: any): void;
357
+ removeText(key: string): void;
350
358
  /**
351
359
  * Removes a bitmap data cache entry.
352
360
  * @param {string} key - The unique key for the cache entry to remove.
353
361
  */
354
- removeBitmapData(key: any): void;
362
+ removeBitmapData(key: string): void;
355
363
  /**
356
364
  * Removes a bitmap font cache entry.
357
365
  * @param {string} key - The unique key for the cache entry to remove.
358
366
  */
359
- removeBitmapFont(key: any): void;
367
+ removeBitmapFont(key: string): void;
360
368
  /**
361
369
  * Removes a JSON cache entry.
362
370
  * @param {string} key - The unique key for the cache entry to remove.
363
371
  */
364
- removeJSON(key: any): void;
372
+ removeJSON(key: string): void;
365
373
  /**
366
374
  * Removes an XML cache entry.
367
375
  * @param {string} key - The unique key for the cache entry to remove.
368
376
  */
369
- removeXML(key: any): void;
377
+ removeXML(key: string): void;
370
378
  /**
371
379
  * Removes a render texture cache entry.
372
380
  * @param {string} key - The unique key for the cache entry to remove.
373
381
  */
374
- removeRenderTexture(key: any): void;
382
+ removeRenderTexture(key: string): void;
375
383
  /**
376
384
  * Removes a sprite sheet cache entry.
377
385
  * @param {string} key - The unique key for the cache entry to remove.
378
386
  */
379
- removeSpriteSheet(key: any): void;
387
+ removeSpriteSheet(key: string): void;
380
388
  /**
381
389
  * Removes a texture atlas cache entry.
382
390
  * @param {string} key - The unique key for the cache entry to remove.
383
391
  */
384
- removeTextureAtlas(key: any): void;
392
+ removeTextureAtlas(key: string): void;
385
393
  /**
386
394
  * Clears all GL textures from the cache.
387
395
  */
@@ -392,7 +400,7 @@ export declare class Cache {
392
400
  * @param {object} data - The data to associate with the resolved URL.
393
401
  * @returns {string} The resolved URL or null if not enabled.
394
402
  */
395
- _resolveURL(url: any, data: any): any;
403
+ _resolveURL(url: string, data?: any): any;
396
404
  /**
397
405
  * Destroys the cache and cleans up resources.
398
406
  */
@@ -1 +1 @@
1
- {"version":3,"file":"cache.d.ts","sourceRoot":"","sources":["../../../src/phaser/core/cache.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cache.d.ts","sourceRoot":"","sources":["../../../src/phaser/core/cache.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,27 @@
1
1
  export declare class Device {
2
+ desktop: any;
3
+ iOS: any;
4
+ android: any;
5
+ chromeOS: any;
6
+ linux: any;
7
+ macOS: any;
8
+ windows: any;
9
+ windowsPhone: any;
10
+ canvas: any;
11
+ touch: any;
12
+ mspointer: any;
13
+ wheelEvent: any;
14
+ chrome: any;
15
+ firefox: any;
16
+ edge: any;
17
+ safari: any;
18
+ fullscreen: any;
19
+ requestFullscreen: any;
20
+ cancelFullscreen: any;
21
+ fullscreenKeyboard: any;
22
+ noAudioFormat: any;
23
+ supportedAudioFormats: any;
24
+ supportedImageFormats: any;
2
25
  /**
3
26
  * Creates a new Device instance.
4
27
  * This class provides information about the current device and browser capabilities.
@@ -1 +1 @@
1
- {"version":3,"file":"device.d.ts","sourceRoot":"","sources":["../../../src/phaser/core/device.ts"],"names":[],"mappings":"AACA,qBAAa,MAAM;IACjB;;;OAGG;;CA4FJ"}
1
+ {"version":3,"file":"device.d.ts","sourceRoot":"","sources":["../../../src/phaser/core/device.ts"],"names":[],"mappings":"AAAA,qBAAa,MAAM;IACnB,OAAO,EAAG,GAAG,CAAC;IACd,GAAG,EAAG,GAAG,CAAC;IACV,OAAO,EAAG,GAAG,CAAC;IACd,QAAQ,EAAG,GAAG,CAAC;IACf,KAAK,EAAG,GAAG,CAAC;IACZ,KAAK,EAAG,GAAG,CAAC;IACZ,OAAO,EAAG,GAAG,CAAC;IACd,YAAY,EAAG,GAAG,CAAC;IACnB,MAAM,EAAG,GAAG,CAAC;IACb,KAAK,EAAG,GAAG,CAAC;IACZ,SAAS,EAAG,GAAG,CAAC;IAChB,UAAU,EAAG,GAAG,CAAC;IACjB,MAAM,EAAG,GAAG,CAAC;IACb,OAAO,EAAG,GAAG,CAAC;IACd,IAAI,EAAG,GAAG,CAAC;IACX,MAAM,EAAG,GAAG,CAAC;IACb,UAAU,EAAG,GAAG,CAAC;IACjB,iBAAiB,EAAG,GAAG,CAAC;IACxB,gBAAgB,EAAG,GAAG,CAAC;IACvB,kBAAkB,EAAG,GAAG,CAAC;IACzB,aAAa,EAAG,GAAG,CAAC;IACpB,qBAAqB,EAAG,GAAG,CAAC;IAC5B,qBAAqB,EAAG,GAAG,CAAC;IAC1B;;;OAGG;;CA4FJ"}
@@ -5,40 +5,40 @@ import { Device } from './device.js';
5
5
  * @param {string} type - The audio format type to check.
6
6
  * @returns {boolean} True if the device can play this audio format, false otherwise.
7
7
  */
8
- export declare const canPlayAudio: (device: any, type: any) => boolean;
8
+ export declare const canPlayAudio: (device: Device, type: string) => boolean;
9
9
  /**
10
10
  * Detect the operating system of the device.
11
11
  * @param {Device} device - The device instance to update.
12
12
  */
13
- export declare const checkOS: (device: any) => void;
13
+ export declare const checkOS: (device: Device) => void;
14
14
  /**
15
15
  * Detect input capabilities of the device.
16
16
  * @param {Device} device - The device instance to update.
17
17
  */
18
- export declare const checkInput: (device: any) => void;
18
+ export declare const checkInput: (device: Device) => void;
19
19
  /**
20
20
  * Check for fullscreen support capabilities.
21
21
  * @param {Device} device - The device instance to update.
22
22
  */
23
- export declare const checkFullScreenSupport: (device: any) => void;
23
+ export declare const checkFullScreenSupport: (device: Device) => void;
24
24
  /**
25
25
  * Detect the browser type.
26
26
  * @param {Device} device - The device instance to update.
27
27
  */
28
- export declare const checkBrowser: (device: any) => void;
28
+ export declare const checkBrowser: (device: Device) => void;
29
29
  /**
30
30
  * Check if an audio element can play a specific codec.
31
31
  * @param {HTMLAudioElement} audioElement - The audio element to test.
32
32
  * @param {string} type - The codec type to check.
33
33
  * @returns {boolean} True if the codec is supported, false otherwise.
34
34
  */
35
- export declare const canPlayType: (audioElement: any, type: any) => boolean;
35
+ export declare const canPlayType: (audioElement: HTMLAudioElement, type: string) => boolean;
36
36
  /**
37
37
  * Check if a media source type is supported by the browser.
38
38
  * @param {string} type - The media source type to check.
39
39
  * @returns {boolean} True if the media source type is supported, false otherwise.
40
40
  */
41
- export declare const isMediaSourceTypeSupported: (type: any) => boolean;
41
+ export declare const isMediaSourceTypeSupported: (type: string) => boolean;
42
42
  /**
43
43
  * Check for supported audio formats on the device.
44
44
  * @param {Device} device - The device instance to update with audio format support.
@@ -46,17 +46,17 @@ export declare const isMediaSourceTypeSupported: (type: any) => boolean;
46
46
  * @see https://developer.mozilla.org/En/Media_formats_supported_by_the_audio_and_video_elements
47
47
  * @see https://bit.ly/iphoneoscodecs
48
48
  */
49
- export declare const checkAudio: (device: any) => void;
49
+ export declare const checkAudio: (device: Device) => void;
50
50
  /**
51
51
  * Check for supported image formats on the device.
52
52
  * @param {Device} device - The device instance to update with image format support.
53
53
  */
54
- export declare const checkImage: (device: any) => void;
54
+ export declare const checkImage: (device: Device) => void;
55
55
  /**
56
56
  * Initialize device capabilities detection.
57
57
  * @param {Device} device - The device instance to initialize.
58
58
  */
59
- export declare const initialize: (device: any) => void;
59
+ export declare const initialize: (device: Device) => void;
60
60
  /**
61
61
  * Create a new Device instance.
62
62
  * @returns {Device} A new Device instance.
@@ -1 +1 @@
1
- {"version":3,"file":"device_util.d.ts","sourceRoot":"","sources":["../../../src/phaser/core/device_util.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAIrC;;;;;GAKG;AACH,eAAO,MAAM,YAAY,GAAI,WAAM,EAAE,SAAI,YAExC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,OAAO,GAAI,WAAM,SA+B7B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,WAAM,SAchC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,GAAI,WAAM,SAyC5C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,WAAM,SAWlC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,WAAW,GAAI,iBAAY,EAAE,SAAI,YAS7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,GAAI,SAAI,YAW9C,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,GAAI,WAAM,SA0BhC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,WAAM,SAsBhC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,WAAM,SAQhC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,cAExB,CAAC"}
1
+ {"version":3,"file":"device_util.d.ts","sourceRoot":"","sources":["../../../src/phaser/core/device_util.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAIrC;;;;;GAKG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,EAAE,MAAM,MAAM,YAExD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,OAAO,GAAI,QAAQ,MAAM,SA+BrC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,QAAQ,MAAM,SAcxC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,GAAI,QAAQ,MAAM,SAyCpD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,SAW1C,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,WAAW,GAAI,cAAc,gBAAgB,EAAE,MAAM,MAAM,YASvE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,GAAI,MAAM,MAAM,YAWtD,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,GAAI,QAAQ,MAAM,SA0BxC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,QAAQ,MAAM,SAsBxC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,QAAQ,MAAM,SAQxC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,cAExB,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { Point } from '../geom/point.js';
1
2
  export declare class DOM {
2
3
  treatAsDesktop: boolean;
3
4
  visualBounds: any;
@@ -9,21 +10,21 @@ export declare class DOM {
9
10
  * TBD.
10
11
  * @param {import('./device.js').Device} device - TBD.
11
12
  */
12
- constructor(device: any);
13
+ constructor(device: import('./device.js').Device);
13
14
  /**
14
15
  * Gets the offset position of an element relative to the document.
15
16
  * @param {HTMLCanvasElement} element - The element to get the offset for.
16
17
  * @param {Point} point - Optional Point object to store the result.
17
18
  * @returns {Point} The offset position of the element.
18
19
  */
19
- getOffset(element: any, point?: any): any;
20
+ getOffset(element: HTMLCanvasElement, point?: Point): Point;
20
21
  /**
21
22
  * Gets the bounding rectangle of an element with optional cushion.
22
23
  * @param {HTMLCanvasElement} element - The element to get bounds for.
23
24
  * @param {number} cushion - Optional padding to add around the element.
24
25
  * @returns {boolean} True if bounds were successfully retrieved, false otherwise.
25
26
  */
26
- getBounds(element: any, cushion?: number): false | {
27
+ getBounds(element: HTMLCanvasElement, cushion?: number): false | {
27
28
  width: number;
28
29
  height: number;
29
30
  left: number;
@@ -37,7 +38,7 @@ export declare class DOM {
37
38
  * @param {number} cushion - Optional padding to add around the rectangle.
38
39
  * @returns {{width: number, height: number, left: number, right: number, top: number, bottom: number}} The calibrated rectangle.
39
40
  */
40
- calibrate(coords: any, cushion?: number): {
41
+ calibrate(coords: DOMRect, cushion?: number): {
41
42
  width: number;
42
43
  height: number;
43
44
  left: number;
@@ -50,7 +51,7 @@ export declare class DOM {
50
51
  * @param {string} primaryFallback - The fallback method to use if screen orientation API is not available.
51
52
  * @returns {string} The screen orientation ('portrait-primary', 'landscape-primary', etc.).
52
53
  */
53
- getScreenOrientation(primaryFallback: any): any;
54
+ getScreenOrientation(primaryFallback: string): any;
54
55
  /**
55
56
  * Gets the horizontal scroll position of the window.
56
57
  * @returns {number} The horizontal scroll position in pixels.
@@ -1 +1 @@
1
- {"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../../src/phaser/core/dom.ts"],"names":[],"mappings":"AAqLA,qBAAa,GAAG;IACd,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,GAAG,CAAC;IAClB,YAAY,EAAE,GAAG,CAAC;IAClB,cAAc,EAAE,GAAG,CAAC;IACpB,eAAe,EAAE,MAAM,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,MAAM,CAAC;IAE9B;;;OAGG;gBACS,MAAM,KAAA;IAclB;;;;;OAKG;IACH,SAAS,CAAC,OAAO,KAAA,EAAE,KAAK,MAAO;IAY/B;;;;;OAKG;IACH,SAAS,CAAC,OAAO,KAAA,EAAE,OAAO,SAAI;;;;;;;;IAQ9B;;;;;OAKG;IACH,SAAS,CAAC,MAAM,KAAA,EAAE,OAAO,SAAI;;;;;;;;IAc7B;;;;OAIG;IACH,oBAAoB,CAAC,eAAe,KAAA;IA8BpC;;;OAGG;IACH,IAAI,OAAO,WAEV;IAED;;;OAGG;IACH,IAAI,OAAO,WAEV;IAED;;;OAGG;IACH,IAAI,WAAW,WAEd;IAED;;;OAGG;IACH,IAAI,YAAY,WAEf;CACF"}
1
+ {"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../../src/phaser/core/dom.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAqLzC,qBAAa,GAAG;IACd,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,GAAG,CAAC;IAClB,YAAY,EAAE,GAAG,CAAC;IAClB,cAAc,EAAE,GAAG,CAAC;IACpB,eAAe,EAAE,MAAM,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,MAAM,CAAC;IAE9B;;;OAGG;gBACS,MAAM,EAAE,OAAO,aAAa,EAAE,MAAM;IAchD;;;;;OAKG;IACH,SAAS,CAAC,OAAO,EAAE,iBAAiB,EAAE,KAAK,GAAE,KAAY;IAYzD;;;;;OAKG;IACH,SAAS,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,GAAE,MAAU;;;;;;;;IAQzD;;;;;OAKG;IACH,SAAS,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,GAAE,MAAU;;;;;;;;IAc9C;;;;OAIG;IACH,oBAAoB,CAAC,eAAe,EAAE,MAAM;IA8B5C;;;OAGG;IACH,IAAI,OAAO,WAEV;IAED;;;OAGG;IACH,IAAI,OAAO,WAEV;IAED;;;OAGG;IACH,IAAI,WAAW,WAEd;IAED;;;OAGG;IACH,IAAI,YAAY,WAEf;CACF"}