@vpmedia/phaser 1.102.0 → 1.104.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.
- package/dist/index.d.ts +38 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21129 -0
- package/dist/index.js.map +1 -0
- package/{types → dist}/phaser/core/animation.d.ts +80 -76
- package/dist/phaser/core/animation.d.ts.map +1 -0
- package/{types → dist}/phaser/core/animation_manager.d.ts +46 -55
- package/dist/phaser/core/animation_manager.d.ts.map +1 -0
- package/dist/phaser/core/animation_parser.d.ts +21 -0
- package/dist/phaser/core/animation_parser.d.ts.map +1 -0
- package/{types → dist}/phaser/core/array_set.d.ts +13 -13
- package/dist/phaser/core/array_set.d.ts.map +1 -0
- package/{types → dist}/phaser/core/cache.d.ts +86 -91
- package/dist/phaser/core/cache.d.ts.map +1 -0
- package/dist/phaser/core/const.d.ts +262 -0
- package/dist/phaser/core/const.d.ts.map +1 -0
- package/dist/phaser/core/device.d.ts +31 -0
- package/dist/phaser/core/device.d.ts.map +1 -0
- package/dist/phaser/core/device_util.d.ts +65 -0
- package/dist/phaser/core/device_util.d.ts.map +1 -0
- package/dist/phaser/core/dom.d.ts +75 -0
- package/dist/phaser/core/dom.d.ts.map +1 -0
- package/dist/phaser/core/error_code.d.ts +9 -0
- package/dist/phaser/core/error_code.d.ts.map +1 -0
- package/{types → dist}/phaser/core/event_manager.d.ts +33 -35
- package/dist/phaser/core/event_manager.d.ts.map +1 -0
- package/{types → dist}/phaser/core/factory.d.ts +10 -15
- package/dist/phaser/core/factory.d.ts.map +1 -0
- package/{types → dist}/phaser/core/frame.d.ts +7 -28
- package/dist/phaser/core/frame.d.ts.map +1 -0
- package/{types → dist}/phaser/core/frame_data.d.ts +14 -15
- package/dist/phaser/core/frame_data.d.ts.map +1 -0
- package/dist/phaser/core/frame_util.d.ts +15 -0
- package/dist/phaser/core/frame_util.d.ts.map +1 -0
- package/{types → dist}/phaser/core/game.d.ts +63 -74
- package/dist/phaser/core/game.d.ts.map +1 -0
- package/{types → dist}/phaser/core/input.d.ts +68 -76
- package/dist/phaser/core/input.d.ts.map +1 -0
- package/{types → dist}/phaser/core/input_handler.d.ts +73 -93
- package/dist/phaser/core/input_handler.d.ts.map +1 -0
- package/dist/phaser/core/input_mouse.d.ts +61 -0
- package/dist/phaser/core/input_mouse.d.ts.map +1 -0
- package/dist/phaser/core/input_mspointer.d.ts +67 -0
- package/dist/phaser/core/input_mspointer.d.ts.map +1 -0
- package/dist/phaser/core/input_pointer.d.ts +150 -0
- package/dist/phaser/core/input_pointer.d.ts.map +1 -0
- package/{types → dist}/phaser/core/input_touch.d.ts +24 -25
- package/dist/phaser/core/input_touch.d.ts.map +1 -0
- package/{types → dist}/phaser/core/loader.d.ts +67 -78
- package/dist/phaser/core/loader.d.ts.map +1 -0
- package/dist/phaser/core/loader_parser.d.ts +35 -0
- package/dist/phaser/core/loader_parser.d.ts.map +1 -0
- package/{types → dist}/phaser/core/raf.d.ts +5 -5
- package/dist/phaser/core/raf.d.ts.map +1 -0
- package/{types → dist}/phaser/core/scale_manager.d.ts +96 -124
- package/dist/phaser/core/scale_manager.d.ts.map +1 -0
- package/{types → dist}/phaser/core/scene.d.ts +7 -3
- package/dist/phaser/core/scene.d.ts.map +1 -0
- package/{types → dist}/phaser/core/scene_manager.d.ts +25 -27
- package/dist/phaser/core/scene_manager.d.ts.map +1 -0
- package/{types → dist}/phaser/core/signal.d.ts +21 -17
- package/dist/phaser/core/signal.d.ts.map +1 -0
- package/{types → dist}/phaser/core/signal_binding.d.ts +15 -15
- package/dist/phaser/core/signal_binding.d.ts.map +1 -0
- package/{types → dist}/phaser/core/sound.d.ts +115 -75
- package/dist/phaser/core/sound.d.ts.map +1 -0
- package/{types → dist}/phaser/core/sound_manager.d.ts +37 -43
- package/dist/phaser/core/sound_manager.d.ts.map +1 -0
- package/dist/phaser/core/sound_sprite.d.ts +33 -0
- package/dist/phaser/core/sound_sprite.d.ts.map +1 -0
- package/{types → dist}/phaser/core/stage.d.ts +33 -17
- package/dist/phaser/core/stage.d.ts.map +1 -0
- package/{types → dist}/phaser/core/time.d.ts +39 -64
- package/dist/phaser/core/time.d.ts.map +1 -0
- package/{types → dist}/phaser/core/timer.d.ts +34 -54
- package/dist/phaser/core/timer.d.ts.map +1 -0
- package/{types → dist}/phaser/core/timer_event.d.ts +11 -11
- package/dist/phaser/core/timer_event.d.ts.map +1 -0
- package/{types → dist}/phaser/core/tween.d.ts +54 -49
- package/dist/phaser/core/tween.d.ts.map +1 -0
- package/{types → dist}/phaser/core/tween_data.d.ts +33 -35
- package/dist/phaser/core/tween_data.d.ts.map +1 -0
- package/dist/phaser/core/tween_easing.d.ts +187 -0
- package/dist/phaser/core/tween_easing.d.ts.map +1 -0
- package/{types → dist}/phaser/core/tween_manager.d.ts +13 -18
- package/dist/phaser/core/tween_manager.d.ts.map +1 -0
- package/{types → dist}/phaser/core/world.d.ts +3 -3
- package/dist/phaser/core/world.d.ts.map +1 -0
- package/{types → dist}/phaser/display/bitmap_text.d.ts +65 -71
- package/dist/phaser/display/bitmap_text.d.ts.map +1 -0
- package/{types → dist}/phaser/display/button.d.ts +53 -37
- package/dist/phaser/display/button.d.ts.map +1 -0
- package/{types → dist}/phaser/display/canvas/buffer.d.ts +7 -7
- package/dist/phaser/display/canvas/buffer.d.ts.map +1 -0
- package/dist/phaser/display/canvas/graphics.d.ts +18 -0
- package/dist/phaser/display/canvas/graphics.d.ts.map +1 -0
- package/dist/phaser/display/canvas/masker.d.ts +12 -0
- package/dist/phaser/display/canvas/masker.d.ts.map +1 -0
- package/dist/phaser/display/canvas/pool.d.ts +40 -0
- package/dist/phaser/display/canvas/pool.d.ts.map +1 -0
- package/{types → dist}/phaser/display/canvas/renderer.d.ts +19 -28
- package/dist/phaser/display/canvas/renderer.d.ts.map +1 -0
- package/dist/phaser/display/canvas/tinter.d.ts +41 -0
- package/dist/phaser/display/canvas/tinter.d.ts.map +1 -0
- package/dist/phaser/display/canvas/util.d.ts +70 -0
- package/dist/phaser/display/canvas/util.d.ts.map +1 -0
- package/{types → dist}/phaser/display/display_object.d.ts +90 -95
- package/dist/phaser/display/display_object.d.ts.map +1 -0
- package/{types → dist}/phaser/display/graphics.d.ts +77 -65
- package/dist/phaser/display/graphics.d.ts.map +1 -0
- package/{types → dist}/phaser/display/graphics_data.d.ts +12 -12
- package/dist/phaser/display/graphics_data.d.ts.map +1 -0
- package/dist/phaser/display/graphics_data_util.d.ts +8 -0
- package/dist/phaser/display/graphics_data_util.d.ts.map +1 -0
- package/{types → dist}/phaser/display/group.d.ts +50 -40
- package/dist/phaser/display/group.d.ts.map +1 -0
- package/{types → dist}/phaser/display/image.d.ts +89 -50
- package/dist/phaser/display/image.d.ts.map +1 -0
- package/dist/phaser/display/sprite_batch.d.ts +9 -0
- package/dist/phaser/display/sprite_batch.d.ts.map +1 -0
- package/dist/phaser/display/sprite_util.d.ts +35 -0
- package/dist/phaser/display/sprite_util.d.ts.map +1 -0
- package/{types → dist}/phaser/display/text.d.ts +176 -181
- package/dist/phaser/display/text.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/abstract_filter.d.ts +8 -8
- package/dist/phaser/display/webgl/abstract_filter.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/base_texture.d.ts +15 -15
- package/dist/phaser/display/webgl/base_texture.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/blend_manager.d.ts +9 -5
- package/dist/phaser/display/webgl/blend_manager.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/earcut.d.ts +28 -27
- package/dist/phaser/display/webgl/earcut.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/earcut_node.d.ts +11 -11
- package/dist/phaser/display/webgl/earcut_node.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/fast_sprite_batch.d.ts +21 -28
- package/dist/phaser/display/webgl/fast_sprite_batch.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/filter_manager.d.ts +9 -7
- package/dist/phaser/display/webgl/filter_manager.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/filter_texture.d.ts +7 -9
- package/dist/phaser/display/webgl/filter_texture.d.ts.map +1 -0
- package/dist/phaser/display/webgl/graphics.d.ts +78 -0
- package/dist/phaser/display/webgl/graphics.d.ts.map +1 -0
- package/dist/phaser/display/webgl/graphics_data.d.ts +25 -0
- package/dist/phaser/display/webgl/graphics_data.d.ts.map +1 -0
- package/dist/phaser/display/webgl/mask_manager.d.ts +13 -0
- package/dist/phaser/display/webgl/mask_manager.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/render_texture.d.ts +15 -13
- package/dist/phaser/display/webgl/render_texture.d.ts.map +1 -0
- package/dist/phaser/display/webgl/renderer.d.ts +68 -0
- package/dist/phaser/display/webgl/renderer.d.ts.map +1 -0
- package/dist/phaser/display/webgl/shader/complex.d.ts +21 -0
- package/dist/phaser/display/webgl/shader/complex.d.ts.map +1 -0
- package/dist/phaser/display/webgl/shader/fast.d.ts +22 -0
- package/dist/phaser/display/webgl/shader/fast.d.ts.map +1 -0
- package/dist/phaser/display/webgl/shader/normal.d.ts +39 -0
- package/dist/phaser/display/webgl/shader/normal.d.ts.map +1 -0
- package/dist/phaser/display/webgl/shader/primitive.d.ts +21 -0
- package/dist/phaser/display/webgl/shader/primitive.d.ts.map +1 -0
- package/dist/phaser/display/webgl/shader/strip.d.ts +21 -0
- package/dist/phaser/display/webgl/shader/strip.d.ts.map +1 -0
- package/dist/phaser/display/webgl/shader_manager.d.ts +37 -0
- package/dist/phaser/display/webgl/shader_manager.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/sprite_batch.d.ts +24 -31
- package/dist/phaser/display/webgl/sprite_batch.d.ts.map +1 -0
- package/{types → dist}/phaser/display/webgl/stencil_manager.d.ts +12 -9
- package/dist/phaser/display/webgl/stencil_manager.d.ts.map +1 -0
- package/dist/phaser/display/webgl/texture.d.ts +56 -0
- package/dist/phaser/display/webgl/texture.d.ts.map +1 -0
- package/dist/phaser/display/webgl/texture_util.d.ts +17 -0
- package/dist/phaser/display/webgl/texture_util.d.ts.map +1 -0
- package/dist/phaser/display/webgl/util.d.ts +54 -0
- package/dist/phaser/display/webgl/util.d.ts.map +1 -0
- package/{types → dist}/phaser/geom/circle.d.ts +35 -41
- package/dist/phaser/geom/circle.d.ts.map +1 -0
- package/{types → dist}/phaser/geom/ellipse.d.ts +12 -18
- package/dist/phaser/geom/ellipse.d.ts.map +1 -0
- package/{types → dist}/phaser/geom/line.d.ts +20 -23
- package/dist/phaser/geom/line.d.ts.map +1 -0
- package/{types → dist}/phaser/geom/matrix.d.ts +21 -29
- package/dist/phaser/geom/matrix.d.ts.map +1 -0
- package/{types → dist}/phaser/geom/point.d.ts +30 -33
- package/dist/phaser/geom/point.d.ts.map +1 -0
- package/{types → dist}/phaser/geom/polygon.d.ts +18 -24
- package/dist/phaser/geom/polygon.d.ts.map +1 -0
- package/{types → dist}/phaser/geom/rectangle.d.ts +74 -79
- package/dist/phaser/geom/rectangle.d.ts.map +1 -0
- package/{types → dist}/phaser/geom/rounded_rectangle.d.ts +9 -9
- package/dist/phaser/geom/rounded_rectangle.d.ts.map +1 -0
- package/dist/phaser/geom/util/circle.d.ts +55 -0
- package/dist/phaser/geom/util/circle.d.ts.map +1 -0
- package/dist/phaser/geom/util/ellipse.d.ts +9 -0
- package/dist/phaser/geom/util/ellipse.d.ts.map +1 -0
- package/dist/phaser/geom/util/line.d.ts +42 -0
- package/dist/phaser/geom/util/line.d.ts.map +1 -0
- package/dist/phaser/geom/util/matrix.d.ts +18 -0
- package/dist/phaser/geom/util/matrix.d.ts.map +1 -0
- package/dist/phaser/geom/util/point.d.ts +159 -0
- package/dist/phaser/geom/util/point.d.ts.map +1 -0
- package/dist/phaser/geom/util/polygon.d.ts +8 -0
- package/dist/phaser/geom/util/polygon.d.ts.map +1 -0
- package/dist/phaser/geom/util/rectangle.d.ts +123 -0
- package/dist/phaser/geom/util/rectangle.d.ts.map +1 -0
- package/dist/phaser/geom/util/rounded_rectangle.d.ts +8 -0
- package/dist/phaser/geom/util/rounded_rectangle.d.ts.map +1 -0
- package/dist/phaser/util/math.d.ts +154 -0
- package/dist/phaser/util/math.d.ts.map +1 -0
- package/package.json +26 -12
- package/src/phaser/core/{animation.js → animation.ts} +50 -3
- package/src/phaser/core/{animation_manager.js → animation_manager.ts} +11 -1
- package/src/phaser/core/{array_set.js → array_set.ts} +4 -1
- package/src/phaser/core/{cache.js → cache.ts} +10 -1
- package/src/phaser/core/{device.js → device.ts} +25 -1
- package/src/phaser/core/{dom.js → dom.ts} +7 -0
- package/src/phaser/core/{event_manager.js → event_manager.ts} +18 -1
- package/src/phaser/core/{factory.js → factory.ts} +2 -0
- package/src/phaser/core/{frame.js → frame.ts} +2 -1
- package/src/phaser/core/{frame_data.js → frame_data.ts} +4 -1
- package/src/phaser/core/{frame_util.js → frame_util.ts} +2 -1
- package/src/phaser/core/{game.js → game.ts} +61 -4
- package/src/phaser/core/{input.js → input.ts} +52 -0
- package/src/phaser/core/{input_handler.js → input_handler.ts} +42 -0
- package/src/phaser/core/{input_mouse.js → input_mouse.ts} +24 -0
- package/src/phaser/core/{input_mspointer.js → input_mspointer.ts} +17 -0
- package/src/phaser/core/{input_pointer.js → input_pointer.ts} +45 -0
- package/src/phaser/core/{input_touch.js → input_touch.ts} +18 -0
- package/src/phaser/core/{loader.js → loader.ts} +30 -1
- package/src/phaser/core/{loader_parser.js → loader_parser.ts} +2 -1
- package/src/phaser/core/{raf.js → raf.ts} +3 -0
- package/src/phaser/core/{scale_manager.js → scale_manager.ts} +56 -0
- package/src/phaser/core/{scene.js → scene.ts} +3 -0
- package/src/phaser/core/{scene_manager.js → scene_manager.ts} +16 -0
- package/src/phaser/core/{signal.js → signal.ts} +7 -0
- package/src/phaser/core/{signal_binding.js → signal_binding.ts} +10 -0
- package/src/phaser/core/{sound.js → sound.ts} +100 -6
- package/src/phaser/core/{sound_manager.js → sound_manager.ts} +19 -1
- package/src/phaser/core/{sound_sprite.js → sound_sprite.ts} +8 -1
- package/src/phaser/core/{stage.js → stage.ts} +5 -0
- package/src/phaser/core/{time.js → time.ts} +29 -1
- package/src/phaser/core/{timer.js → timer.ts} +22 -1
- package/src/phaser/core/{timer_event.js → timer_event.ts} +11 -1
- package/src/phaser/core/{tween.js → tween.ts} +49 -2
- package/src/phaser/core/{tween_data.js → tween_data.ts} +26 -1
- package/src/phaser/core/{tween_manager.js → tween_manager.ts} +6 -1
- package/src/phaser/core/{world.js → world.ts} +1 -0
- package/src/phaser/display/{bitmap_text.js → bitmap_text.ts} +14 -0
- package/src/phaser/display/{button.js → button.ts} +29 -0
- package/src/phaser/display/canvas/{buffer.js → buffer.ts} +5 -0
- package/src/phaser/display/canvas/{graphics.js → graphics.ts} +1 -0
- package/src/phaser/display/canvas/{masker.js → masker.ts} +1 -0
- package/src/phaser/display/canvas/{pool.js → pool.ts} +1 -0
- package/src/phaser/display/canvas/{renderer.js → renderer.ts} +14 -0
- package/src/phaser/display/canvas/{tinter.js → tinter.ts} +1 -0
- package/src/phaser/display/{display_object.js → display_object.ts} +92 -31
- package/src/phaser/display/{graphics.js → graphics.ts} +19 -0
- package/src/phaser/display/{graphics_data.js → graphics_data.ts} +11 -0
- package/src/phaser/display/{graphics_data_util.js → graphics_data_util.ts} +1 -0
- package/src/phaser/display/{group.js → group.ts} +29 -0
- package/src/phaser/display/{image.js → image.ts} +45 -6
- package/src/phaser/display/{sprite_batch.js → sprite_batch.ts} +1 -0
- package/src/phaser/display/{sprite_util.js → sprite_util.ts} +1 -0
- package/src/phaser/display/{text.js → text.ts} +1 -0
- package/src/phaser/display/webgl/{abstract_filter.js → abstract_filter.ts} +7 -0
- package/src/phaser/display/webgl/{base_texture.js → base_texture.ts} +13 -0
- package/src/phaser/display/webgl/{blend_manager.js → blend_manager.ts} +3 -0
- package/src/phaser/display/webgl/{earcut.js → earcut.ts} +2 -2
- package/src/phaser/display/webgl/{earcut_node.js → earcut_node.ts} +10 -0
- package/src/phaser/display/webgl/{fast_sprite_batch.js → fast_sprite_batch.ts} +16 -0
- package/src/phaser/display/webgl/{filter_manager.js → filter_manager.ts} +4 -0
- package/src/phaser/display/webgl/{filter_texture.js → filter_texture.ts} +5 -0
- package/src/phaser/display/webgl/{graphics.js → graphics.ts} +1 -0
- package/src/phaser/display/webgl/{graphics_data.js → graphics_data.ts} +10 -0
- package/src/phaser/display/webgl/{mask_manager.js → mask_manager.ts} +1 -0
- package/src/phaser/display/webgl/{render_texture.js → render_texture.ts} +11 -0
- package/src/phaser/display/webgl/{renderer.js → renderer.ts} +18 -0
- package/src/phaser/display/webgl/shader/{complex.js → complex.ts} +6 -0
- package/src/phaser/display/webgl/shader/{fast.js → fast.ts} +7 -0
- package/src/phaser/display/webgl/shader/{normal.js → normal.ts} +11 -0
- package/src/phaser/display/webgl/shader/{primitive.js → primitive.ts} +6 -0
- package/src/phaser/display/webgl/shader/{strip.js → strip.ts} +6 -0
- package/src/phaser/display/webgl/{shader_manager.js → shader_manager.ts} +11 -0
- package/src/phaser/display/webgl/{sprite_batch.js → sprite_batch.ts} +17 -0
- package/src/phaser/display/webgl/{stencil_manager.js → stencil_manager.ts} +4 -0
- package/src/phaser/display/webgl/{texture.js → texture.ts} +21 -0
- package/src/phaser/display/webgl/{texture_util.js → texture_util.ts} +1 -0
- package/src/phaser/geom/{circle.js → circle.ts} +7 -1
- package/src/phaser/geom/{ellipse.js → ellipse.ts} +6 -0
- package/src/phaser/geom/{line.js → line.ts} +4 -0
- package/src/phaser/geom/{matrix.js → matrix.ts} +8 -0
- package/src/phaser/geom/{point.js → point.ts} +5 -1
- package/src/phaser/geom/{polygon.js → polygon.ts} +6 -0
- package/src/phaser/geom/{rectangle.js → rectangle.ts} +10 -4
- package/src/phaser/geom/{rounded_rectangle.js → rounded_rectangle.ts} +7 -0
- package/.vscode/extensions.json +0 -6
- package/.vscode/settings.json +0 -27
- package/AGENTS.md +0 -1
- package/CHANGELOG.md +0 -336
- package/CLAUDE.md +0 -1
- package/SECURITY.md +0 -5
- package/typedefs/global.d.ts +0 -7
- package/types/index.d.ts +0 -38
- package/types/index.d.ts.map +0 -1
- package/types/phaser/core/animation.d.ts.map +0 -1
- package/types/phaser/core/animation_manager.d.ts.map +0 -1
- package/types/phaser/core/animation_parser.d.ts +0 -4
- package/types/phaser/core/animation_parser.d.ts.map +0 -1
- package/types/phaser/core/array_set.d.ts.map +0 -1
- package/types/phaser/core/cache.d.ts.map +0 -1
- package/types/phaser/core/const.d.ts +0 -262
- package/types/phaser/core/const.d.ts.map +0 -1
- package/types/phaser/core/device.d.ts +0 -96
- package/types/phaser/core/device.d.ts.map +0 -1
- package/types/phaser/core/device_util.d.ts +0 -13
- package/types/phaser/core/device_util.d.ts.map +0 -1
- package/types/phaser/core/dom.d.ts +0 -180
- package/types/phaser/core/dom.d.ts.map +0 -1
- package/types/phaser/core/error_code.d.ts +0 -9
- package/types/phaser/core/error_code.d.ts.map +0 -1
- package/types/phaser/core/event_manager.d.ts.map +0 -1
- package/types/phaser/core/factory.d.ts.map +0 -1
- package/types/phaser/core/frame.d.ts.map +0 -1
- package/types/phaser/core/frame_data.d.ts.map +0 -1
- package/types/phaser/core/frame_util.d.ts +0 -5
- package/types/phaser/core/frame_util.d.ts.map +0 -1
- package/types/phaser/core/game.d.ts.map +0 -1
- package/types/phaser/core/input.d.ts.map +0 -1
- package/types/phaser/core/input_handler.d.ts.map +0 -1
- package/types/phaser/core/input_mouse.d.ts +0 -86
- package/types/phaser/core/input_mouse.d.ts.map +0 -1
- package/types/phaser/core/input_mspointer.d.ts +0 -67
- package/types/phaser/core/input_mspointer.d.ts.map +0 -1
- package/types/phaser/core/input_pointer.d.ts +0 -170
- package/types/phaser/core/input_pointer.d.ts.map +0 -1
- package/types/phaser/core/input_touch.d.ts.map +0 -1
- package/types/phaser/core/loader.d.ts.map +0 -1
- package/types/phaser/core/loader_parser.d.ts +0 -5
- package/types/phaser/core/loader_parser.d.ts.map +0 -1
- package/types/phaser/core/raf.d.ts.map +0 -1
- package/types/phaser/core/scale_manager.d.ts.map +0 -1
- package/types/phaser/core/scene.d.ts.map +0 -1
- package/types/phaser/core/scene_manager.d.ts.map +0 -1
- package/types/phaser/core/signal.d.ts.map +0 -1
- package/types/phaser/core/signal_binding.d.ts.map +0 -1
- package/types/phaser/core/sound.d.ts.map +0 -1
- package/types/phaser/core/sound_manager.d.ts.map +0 -1
- package/types/phaser/core/sound_sprite.d.ts +0 -36
- package/types/phaser/core/sound_sprite.d.ts.map +0 -1
- package/types/phaser/core/stage.d.ts.map +0 -1
- package/types/phaser/core/time.d.ts.map +0 -1
- package/types/phaser/core/timer.d.ts.map +0 -1
- package/types/phaser/core/timer_event.d.ts.map +0 -1
- package/types/phaser/core/tween.d.ts.map +0 -1
- package/types/phaser/core/tween_data.d.ts.map +0 -1
- package/types/phaser/core/tween_easing.d.ts +0 -32
- package/types/phaser/core/tween_easing.d.ts.map +0 -1
- package/types/phaser/core/tween_manager.d.ts.map +0 -1
- package/types/phaser/core/world.d.ts.map +0 -1
- package/types/phaser/display/bitmap_text.d.ts.map +0 -1
- package/types/phaser/display/button.d.ts.map +0 -1
- package/types/phaser/display/canvas/buffer.d.ts.map +0 -1
- package/types/phaser/display/canvas/graphics.d.ts +0 -4
- package/types/phaser/display/canvas/graphics.d.ts.map +0 -1
- package/types/phaser/display/canvas/masker.d.ts +0 -3
- package/types/phaser/display/canvas/masker.d.ts.map +0 -1
- package/types/phaser/display/canvas/pool.d.ts +0 -11
- package/types/phaser/display/canvas/pool.d.ts.map +0 -1
- package/types/phaser/display/canvas/renderer.d.ts.map +0 -1
- package/types/phaser/display/canvas/tinter.d.ts +0 -7
- package/types/phaser/display/canvas/tinter.d.ts.map +0 -1
- package/types/phaser/display/canvas/util.d.ts +0 -10
- package/types/phaser/display/canvas/util.d.ts.map +0 -1
- package/types/phaser/display/display_object.d.ts.map +0 -1
- package/types/phaser/display/graphics.d.ts.map +0 -1
- package/types/phaser/display/graphics_data.d.ts.map +0 -1
- package/types/phaser/display/graphics_data_util.d.ts +0 -3
- package/types/phaser/display/graphics_data_util.d.ts.map +0 -1
- package/types/phaser/display/group.d.ts.map +0 -1
- package/types/phaser/display/image.d.ts.map +0 -1
- package/types/phaser/display/sprite_batch.d.ts +0 -4
- package/types/phaser/display/sprite_batch.d.ts.map +0 -1
- package/types/phaser/display/sprite_util.d.ts +0 -6
- package/types/phaser/display/sprite_util.d.ts.map +0 -1
- package/types/phaser/display/text.d.ts.map +0 -1
- package/types/phaser/display/webgl/abstract_filter.d.ts.map +0 -1
- package/types/phaser/display/webgl/base_texture.d.ts.map +0 -1
- package/types/phaser/display/webgl/blend_manager.d.ts.map +0 -1
- package/types/phaser/display/webgl/earcut.d.ts.map +0 -1
- package/types/phaser/display/webgl/earcut_node.d.ts.map +0 -1
- package/types/phaser/display/webgl/fast_sprite_batch.d.ts.map +0 -1
- package/types/phaser/display/webgl/filter_manager.d.ts.map +0 -1
- package/types/phaser/display/webgl/filter_texture.d.ts.map +0 -1
- package/types/phaser/display/webgl/graphics.d.ts +0 -16
- package/types/phaser/display/webgl/graphics.d.ts.map +0 -1
- package/types/phaser/display/webgl/graphics_data.d.ts +0 -27
- package/types/phaser/display/webgl/graphics_data.d.ts.map +0 -1
- package/types/phaser/display/webgl/mask_manager.d.ts +0 -3
- package/types/phaser/display/webgl/mask_manager.d.ts.map +0 -1
- package/types/phaser/display/webgl/render_texture.d.ts.map +0 -1
- package/types/phaser/display/webgl/renderer.d.ts +0 -87
- package/types/phaser/display/webgl/renderer.d.ts.map +0 -1
- package/types/phaser/display/webgl/shader/complex.d.ts +0 -33
- package/types/phaser/display/webgl/shader/complex.d.ts.map +0 -1
- package/types/phaser/display/webgl/shader/fast.d.ts +0 -36
- package/types/phaser/display/webgl/shader/fast.d.ts.map +0 -1
- package/types/phaser/display/webgl/shader/normal.d.ts +0 -52
- package/types/phaser/display/webgl/shader/normal.d.ts.map +0 -1
- package/types/phaser/display/webgl/shader/primitive.d.ts +0 -32
- package/types/phaser/display/webgl/shader/primitive.d.ts.map +0 -1
- package/types/phaser/display/webgl/shader/strip.d.ts +0 -33
- package/types/phaser/display/webgl/shader/strip.d.ts.map +0 -1
- package/types/phaser/display/webgl/shader_manager.d.ts +0 -44
- package/types/phaser/display/webgl/shader_manager.d.ts.map +0 -1
- package/types/phaser/display/webgl/sprite_batch.d.ts.map +0 -1
- package/types/phaser/display/webgl/stencil_manager.d.ts.map +0 -1
- package/types/phaser/display/webgl/texture.d.ts +0 -63
- package/types/phaser/display/webgl/texture.d.ts.map +0 -1
- package/types/phaser/display/webgl/texture_util.d.ts +0 -5
- package/types/phaser/display/webgl/texture_util.d.ts.map +0 -1
- package/types/phaser/display/webgl/util.d.ts +0 -15
- package/types/phaser/display/webgl/util.d.ts.map +0 -1
- package/types/phaser/geom/circle.d.ts.map +0 -1
- package/types/phaser/geom/ellipse.d.ts.map +0 -1
- package/types/phaser/geom/line.d.ts.map +0 -1
- package/types/phaser/geom/matrix.d.ts.map +0 -1
- package/types/phaser/geom/point.d.ts.map +0 -1
- package/types/phaser/geom/polygon.d.ts.map +0 -1
- package/types/phaser/geom/rectangle.d.ts.map +0 -1
- package/types/phaser/geom/rounded_rectangle.d.ts.map +0 -1
- package/types/phaser/geom/util/circle.d.ts +0 -10
- package/types/phaser/geom/util/circle.d.ts.map +0 -1
- package/types/phaser/geom/util/ellipse.d.ts +0 -2
- package/types/phaser/geom/util/ellipse.d.ts.map +0 -1
- package/types/phaser/geom/util/line.d.ts +0 -8
- package/types/phaser/geom/util/line.d.ts.map +0 -1
- package/types/phaser/geom/util/matrix.d.ts +0 -5
- package/types/phaser/geom/util/matrix.d.ts.map +0 -1
- package/types/phaser/geom/util/point.d.ts +0 -22
- package/types/phaser/geom/util/point.d.ts.map +0 -1
- package/types/phaser/geom/util/polygon.d.ts +0 -3
- package/types/phaser/geom/util/polygon.d.ts.map +0 -1
- package/types/phaser/geom/util/rectangle.d.ts +0 -19
- package/types/phaser/geom/util/rectangle.d.ts.map +0 -1
- package/types/phaser/geom/util/rounded_rectangle.d.ts +0 -3
- package/types/phaser/geom/util/rounded_rectangle.d.ts.map +0 -1
- package/types/phaser/util/math.d.ts +0 -58
- package/types/phaser/util/math.d.ts.map +0 -1
- /package/src/{index.js → index.ts} +0 -0
- /package/src/phaser/core/{animation_parser.js → animation_parser.ts} +0 -0
- /package/src/phaser/core/{const.js → const.ts} +0 -0
- /package/src/phaser/core/{device_util.js → device_util.ts} +0 -0
- /package/src/phaser/core/{error_code.js → error_code.ts} +0 -0
- /package/src/phaser/core/{signal.test.js → signal.test.ts} +0 -0
- /package/src/phaser/core/{tween_easing.js → tween_easing.ts} +0 -0
- /package/src/phaser/display/canvas/{util.js → util.ts} +0 -0
- /package/src/phaser/display/webgl/{util.js → util.ts} +0 -0
- /package/src/phaser/geom/{circle.test.js → circle.test.ts} +0 -0
- /package/src/phaser/geom/{ellipse.test.js → ellipse.test.ts} +0 -0
- /package/src/phaser/geom/{line.test.js → line.test.ts} +0 -0
- /package/src/phaser/geom/{matrix.test.js → matrix.test.ts} +0 -0
- /package/src/phaser/geom/{point.test.js → point.test.ts} +0 -0
- /package/src/phaser/geom/{rectangle.test.js → rectangle.test.ts} +0 -0
- /package/src/phaser/geom/{rounded_rectangle.test.js → rounded_rectangle.test.ts} +0 -0
- /package/src/phaser/geom/util/{circle.test.js → circle.test.ts} +0 -0
- /package/src/phaser/geom/util/{circle.js → circle.ts} +0 -0
- /package/src/phaser/geom/util/{ellipse.test.js → ellipse.test.ts} +0 -0
- /package/src/phaser/geom/util/{ellipse.js → ellipse.ts} +0 -0
- /package/src/phaser/geom/util/{line.test.js → line.test.ts} +0 -0
- /package/src/phaser/geom/util/{line.js → line.ts} +0 -0
- /package/src/phaser/geom/util/{matrix.test.js → matrix.test.ts} +0 -0
- /package/src/phaser/geom/util/{matrix.js → matrix.ts} +0 -0
- /package/src/phaser/geom/util/{point.test.js → point.test.ts} +0 -0
- /package/src/phaser/geom/util/{point.js → point.ts} +0 -0
- /package/src/phaser/geom/util/{polygon.test.js → polygon.test.ts} +0 -0
- /package/src/phaser/geom/util/{polygon.js → polygon.ts} +0 -0
- /package/src/phaser/geom/util/{rectangle.test.js → rectangle.test.ts} +0 -0
- /package/src/phaser/geom/util/{rectangle.js → rectangle.ts} +0 -0
- /package/src/phaser/geom/util/{rounded_rectangle.test.js → rounded_rectangle.test.ts} +0 -0
- /package/src/phaser/geom/util/{rounded_rectangle.js → rounded_rectangle.ts} +0 -0
- /package/src/phaser/util/{math.test.js → math.test.ts} +0 -0
- /package/src/phaser/util/{math.js → math.ts} +0 -0
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { Rectangle } from './rectangle.js';
|
|
2
|
+
export declare class Circle {
|
|
3
|
+
x: number;
|
|
4
|
+
y: number;
|
|
5
|
+
_diameter: number;
|
|
6
|
+
_radius: number;
|
|
7
|
+
type: number;
|
|
2
8
|
/**
|
|
3
9
|
* Creates a new Circle instance.
|
|
4
10
|
* @param {number} x - The x coordinate of the center point (default: 0).
|
|
@@ -6,16 +12,6 @@ export class Circle {
|
|
|
6
12
|
* @param {number} diameter - The diameter of the circle (default: 0).
|
|
7
13
|
*/
|
|
8
14
|
constructor(x?: number, y?: number, diameter?: number);
|
|
9
|
-
/** @type {number} */
|
|
10
|
-
x: number;
|
|
11
|
-
/** @type {number} */
|
|
12
|
-
y: number;
|
|
13
|
-
/** @type {number} */
|
|
14
|
-
_diameter: number;
|
|
15
|
-
/** @type {number} */
|
|
16
|
-
_radius: number;
|
|
17
|
-
/** @type {number} */
|
|
18
|
-
type: number;
|
|
19
15
|
/**
|
|
20
16
|
* Calculates the circumference of this circle.
|
|
21
17
|
* @returns {number} The circumference of this circle.
|
|
@@ -26,7 +22,7 @@ export class Circle {
|
|
|
26
22
|
* @param {Point} output - The point to store the result in (optional).
|
|
27
23
|
* @returns {Point} A random point within this circle.
|
|
28
24
|
*/
|
|
29
|
-
random(output?:
|
|
25
|
+
random(output?: any): any;
|
|
30
26
|
/**
|
|
31
27
|
* Gets the bounding rectangle of this circle.
|
|
32
28
|
* @returns {Rectangle} The bounding rectangle of this circle.
|
|
@@ -39,38 +35,38 @@ export class Circle {
|
|
|
39
35
|
* @param {number} diameter - The new diameter of the circle.
|
|
40
36
|
* @returns {Circle} This circle instance for chaining.
|
|
41
37
|
*/
|
|
42
|
-
setTo(x:
|
|
38
|
+
setTo(x: any, y: any, diameter: any): this;
|
|
43
39
|
/**
|
|
44
40
|
* Copies the values from another circle to this circle.
|
|
45
41
|
* @param {Circle} source - The circle to copy values from.
|
|
46
42
|
* @returns {Circle} This circle instance for chaining.
|
|
47
43
|
*/
|
|
48
|
-
copyFrom(source:
|
|
44
|
+
copyFrom(source: any): this;
|
|
49
45
|
/**
|
|
50
46
|
* Copies the values of this circle to another circle.
|
|
51
47
|
* @param {Circle} dest - The circle to copy values to.
|
|
52
48
|
* @returns {Circle} The destination circle.
|
|
53
49
|
*/
|
|
54
|
-
copyTo(dest:
|
|
50
|
+
copyTo(dest: any): any;
|
|
55
51
|
/**
|
|
56
52
|
* Calculates the distance between this circle and another circle.
|
|
57
53
|
* @param {Circle} dest - The other circle to calculate the distance to.
|
|
58
54
|
* @param {boolean} round - Whether to round the result (default: false).
|
|
59
55
|
* @returns {number} The distance between the circles.
|
|
60
56
|
*/
|
|
61
|
-
distance(dest:
|
|
57
|
+
distance(dest: any, round?: boolean): number;
|
|
62
58
|
/**
|
|
63
59
|
* Creates a clone of this circle.
|
|
64
60
|
* @returns {Circle} A new circle with the same values as this one.
|
|
65
61
|
*/
|
|
66
|
-
clone():
|
|
62
|
+
clone(): any;
|
|
67
63
|
/**
|
|
68
64
|
* Checks if the specified point is contained within this circle.
|
|
69
65
|
* @param {number} x - The x coordinate of the point to check.
|
|
70
66
|
* @param {number} y - The y coordinate of the point to check.
|
|
71
67
|
* @returns {boolean} True if the point is contained within this circle, false otherwise.
|
|
72
68
|
*/
|
|
73
|
-
contains(x:
|
|
69
|
+
contains(x: any, y: any): boolean;
|
|
74
70
|
/**
|
|
75
71
|
* Gets a point at a specific angle on the circumference of this circle.
|
|
76
72
|
* @param {number} angle - The angle in radians (or degrees if asDegrees is true) to get the point for.
|
|
@@ -78,94 +74,92 @@ export class Circle {
|
|
|
78
74
|
* @param {Point} out - The point to store the result in (optional).
|
|
79
75
|
* @returns {Point} A point at the specified angle on the circumference of this circle.
|
|
80
76
|
*/
|
|
81
|
-
circumferencePoint(angle:
|
|
77
|
+
circumferencePoint(angle: any, asDegrees?: any, out?: any): any;
|
|
82
78
|
/**
|
|
83
79
|
* Offsets the position of this circle by the specified amounts.
|
|
84
80
|
* @param {number} dx - The amount to offset the x coordinate by.
|
|
85
81
|
* @param {number} dy - The amount to offset the y coordinate by.
|
|
86
82
|
* @returns {Circle} This circle instance for chaining.
|
|
87
83
|
*/
|
|
88
|
-
offset(dx:
|
|
84
|
+
offset(dx: any, dy: any): this;
|
|
89
85
|
/**
|
|
90
86
|
* Offsets the position of this circle by the specified point coordinates.
|
|
91
87
|
* @param {Point} point - The point to offset the circle by.
|
|
92
88
|
* @returns {Circle} This circle instance for chaining.
|
|
93
89
|
*/
|
|
94
|
-
offsetPoint(point:
|
|
90
|
+
offsetPoint(point: any): this;
|
|
95
91
|
/**
|
|
96
92
|
* Returns a string representation of this circle.
|
|
97
93
|
* @returns {string} A string representation of the circle.
|
|
98
94
|
*/
|
|
99
95
|
toString(): string;
|
|
100
|
-
/**
|
|
101
|
-
* Sets the diameter of this circle.
|
|
102
|
-
*/
|
|
103
|
-
set diameter(value: number);
|
|
104
96
|
/**
|
|
105
97
|
* Gets the diameter of this circle.
|
|
106
98
|
* @returns {number} The diameter of this circle.
|
|
107
99
|
*/
|
|
108
100
|
get diameter(): number;
|
|
109
101
|
/**
|
|
110
|
-
* Sets the
|
|
102
|
+
* Sets the diameter of this circle.
|
|
111
103
|
*/
|
|
112
|
-
set
|
|
104
|
+
set diameter(value: number);
|
|
113
105
|
/**
|
|
114
106
|
* Gets the radius of this circle.
|
|
115
107
|
* @returns {number} The radius of this circle.
|
|
116
108
|
*/
|
|
117
109
|
get radius(): number;
|
|
118
110
|
/**
|
|
119
|
-
* Sets the
|
|
111
|
+
* Sets the radius of this circle.
|
|
120
112
|
*/
|
|
121
|
-
set
|
|
113
|
+
set radius(value: number);
|
|
122
114
|
/**
|
|
123
115
|
* Gets the left coordinate of this circle.
|
|
124
116
|
* @returns {number} The left coordinate of this circle.
|
|
125
117
|
*/
|
|
126
118
|
get left(): number;
|
|
127
119
|
/**
|
|
128
|
-
* Sets the
|
|
120
|
+
* Sets the left coordinate of this circle.
|
|
129
121
|
*/
|
|
130
|
-
set
|
|
122
|
+
set left(value: number);
|
|
131
123
|
/**
|
|
132
124
|
* Gets the right coordinate of this circle.
|
|
133
125
|
* @returns {number} The right coordinate of this circle.
|
|
134
126
|
*/
|
|
135
127
|
get right(): number;
|
|
136
128
|
/**
|
|
137
|
-
* Sets the
|
|
129
|
+
* Sets the right coordinate of this circle.
|
|
138
130
|
*/
|
|
139
|
-
set
|
|
131
|
+
set right(value: number);
|
|
140
132
|
/**
|
|
141
133
|
* Gets the top coordinate of this circle.
|
|
142
134
|
* @returns {number} The top coordinate of this circle.
|
|
143
135
|
*/
|
|
144
136
|
get top(): number;
|
|
145
137
|
/**
|
|
146
|
-
* Sets the
|
|
138
|
+
* Sets the top coordinate of this circle.
|
|
147
139
|
*/
|
|
148
|
-
set
|
|
140
|
+
set top(value: number);
|
|
149
141
|
/**
|
|
150
142
|
* Gets the bottom coordinate of this circle.
|
|
151
143
|
* @returns {number} The bottom coordinate of this circle.
|
|
152
144
|
*/
|
|
153
145
|
get bottom(): number;
|
|
146
|
+
/**
|
|
147
|
+
* Sets the bottom coordinate of this circle.
|
|
148
|
+
*/
|
|
149
|
+
set bottom(value: number);
|
|
154
150
|
/**
|
|
155
151
|
* Gets the area of this circle.
|
|
156
152
|
* @returns {number} The area of this circle.
|
|
157
153
|
*/
|
|
158
154
|
get area(): number;
|
|
159
|
-
/**
|
|
160
|
-
* Sets whether this circle is empty (zero diameter).
|
|
161
|
-
*/
|
|
162
|
-
set empty(value: boolean);
|
|
163
155
|
/**
|
|
164
156
|
* Checks if this circle is empty (has zero diameter).
|
|
165
157
|
* @returns {boolean} True if the circle is empty, false otherwise.
|
|
166
158
|
*/
|
|
167
159
|
get empty(): boolean;
|
|
160
|
+
/**
|
|
161
|
+
* Sets whether this circle is empty (zero diameter).
|
|
162
|
+
*/
|
|
163
|
+
set empty(value: boolean);
|
|
168
164
|
}
|
|
169
|
-
import { Point } from './point.js';
|
|
170
|
-
import { Rectangle } from './rectangle.js';
|
|
171
165
|
//# sourceMappingURL=circle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"circle.d.ts","sourceRoot":"","sources":["../../../src/phaser/geom/circle.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAK3C,qBAAa,MAAM;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;gBACS,CAAC,SAAI,EAAE,CAAC,SAAI,EAAE,QAAQ,SAAI;IAgBtC;;;OAGG;IACH,aAAa;IAIb;;;;OAIG;IACH,MAAM,CAAC,MAAM,MAAO;IAYpB;;;OAGG;IACH,SAAS;IAIT;;;;;;OAMG;IACH,KAAK,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,EAAE,QAAQ,KAAA;IAQpB;;;;OAIG;IACH,QAAQ,CAAC,MAAM,KAAA;IAIf;;;;OAIG;IACH,MAAM,CAAC,IAAI,KAAA;IAOX;;;;;OAKG;IACH,QAAQ,CAAC,IAAI,KAAA,EAAE,KAAK,UAAQ;IAK5B;;;OAGG;IACH,KAAK;IAIL;;;;;OAKG;IACH,QAAQ,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA;IAIb;;;;;;OAMG;IACH,kBAAkB,CAAC,KAAK,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,GAAG,CAAC,KAAA;IAI1C;;;;;OAKG;IACH,MAAM,CAAC,EAAE,KAAA,EAAE,EAAE,KAAA;IAMb;;;;OAIG;IACH,WAAW,CAAC,KAAK,KAAA;IAIjB;;;OAGG;IACH,QAAQ;IAIR;;;OAGG;IACH,IAAI,QAAQ,WAEX;IAED;;OAEG;IACH,IAAI,QAAQ,CAAC,KAAK,QAAA,EAKjB;IAED;;;OAGG;IACH,IAAI,MAAM,WAET;IAED;;OAEG;IACH,IAAI,MAAM,CAAC,KAAK,QAAA,EAKf;IAED;;;OAGG;IACH,IAAI,IAAI,WAEP;IAED;;OAEG;IACH,IAAI,IAAI,CAAC,KAAK,QAAA,EAOb;IAED;;;OAGG;IACH,IAAI,KAAK,WAER;IAED;;OAEG;IACH,IAAI,KAAK,CAAC,KAAK,QAAA,EAOd;IAED;;;OAGG;IACH,IAAI,GAAG,WAEN;IAED;;OAEG;IACH,IAAI,GAAG,CAAC,KAAK,QAAA,EAOZ;IAED;;;OAGG;IACH,IAAI,MAAM,WAET;IAED;;OAEG;IACH,IAAI,MAAM,CAAC,KAAK,QAAA,EAOf;IAED;;;OAGG;IACH,IAAI,IAAI,WAKP;IAED;;;OAGG;IACH,IAAI,KAAK,YAER;IAED;;OAEG;IACH,IAAI,KAAK,CAAC,KAAK,SAAA,EAId;CACF"}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { Rectangle } from './rectangle.js';
|
|
2
|
+
export declare class Ellipse {
|
|
3
|
+
x: number;
|
|
4
|
+
y: number;
|
|
5
|
+
width: number;
|
|
6
|
+
height: number;
|
|
7
|
+
type: number;
|
|
2
8
|
/**
|
|
3
9
|
* Creates a new Ellipse instance.
|
|
4
10
|
* @param {number} x - The x coordinate of the center point (default: 0).
|
|
@@ -7,16 +13,6 @@ export class Ellipse {
|
|
|
7
13
|
* @param {number} height - The height of the ellipse (default: 0).
|
|
8
14
|
*/
|
|
9
15
|
constructor(x?: number, y?: number, width?: number, height?: number);
|
|
10
|
-
/** @type {number} */
|
|
11
|
-
x: number;
|
|
12
|
-
/** @type {number} */
|
|
13
|
-
y: number;
|
|
14
|
-
/** @type {number} */
|
|
15
|
-
width: number;
|
|
16
|
-
/** @type {number} */
|
|
17
|
-
height: number;
|
|
18
|
-
/** @type {number} */
|
|
19
|
-
type: number;
|
|
20
16
|
/**
|
|
21
17
|
* Sets the position and size of this ellipse to new values.
|
|
22
18
|
* @param {number} x - The new x coordinate of the center point.
|
|
@@ -25,7 +21,7 @@ export class Ellipse {
|
|
|
25
21
|
* @param {number} height - The new height of the ellipse.
|
|
26
22
|
* @returns {Ellipse} This ellipse instance for chaining.
|
|
27
23
|
*/
|
|
28
|
-
setTo(x:
|
|
24
|
+
setTo(x: any, y: any, width: any, height: any): this;
|
|
29
25
|
/**
|
|
30
26
|
* Gets the bounding rectangle of this ellipse.
|
|
31
27
|
* @returns {Rectangle} The bounding rectangle of this ellipse.
|
|
@@ -36,32 +32,30 @@ export class Ellipse {
|
|
|
36
32
|
* @param {Ellipse} source - The ellipse to copy values from.
|
|
37
33
|
* @returns {Ellipse} This ellipse instance for chaining.
|
|
38
34
|
*/
|
|
39
|
-
copyFrom(source:
|
|
35
|
+
copyFrom(source: any): this;
|
|
40
36
|
/**
|
|
41
37
|
* Copies the values of this ellipse to another ellipse.
|
|
42
38
|
* @param {Ellipse} dest - The ellipse to copy values to.
|
|
43
39
|
* @returns {Ellipse} The destination ellipse.
|
|
44
40
|
*/
|
|
45
|
-
copyTo(dest:
|
|
41
|
+
copyTo(dest: any): any;
|
|
46
42
|
/**
|
|
47
43
|
* Checks if the specified point is contained within this ellipse.
|
|
48
44
|
* @param {number} x - The x coordinate of the point to check.
|
|
49
45
|
* @param {number} y - The y coordinate of the point to check.
|
|
50
46
|
* @returns {boolean} True if the point is contained within this ellipse, false otherwise.
|
|
51
47
|
*/
|
|
52
|
-
contains(x:
|
|
48
|
+
contains(x: any, y: any): boolean;
|
|
53
49
|
/**
|
|
54
50
|
* Returns a random point within this ellipse.
|
|
55
51
|
* @param {Point} output - The point to store the result in (optional).
|
|
56
52
|
* @returns {Point} A random point within this ellipse.
|
|
57
53
|
*/
|
|
58
|
-
random(output?:
|
|
54
|
+
random(output?: any): any;
|
|
59
55
|
/**
|
|
60
56
|
* Returns a string representation of this ellipse.
|
|
61
57
|
* @returns {string} A string representation of the ellipse.
|
|
62
58
|
*/
|
|
63
59
|
toString(): string;
|
|
64
60
|
}
|
|
65
|
-
import { Rectangle } from './rectangle.js';
|
|
66
|
-
import { Point } from './point.js';
|
|
67
61
|
//# sourceMappingURL=ellipse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ellipse.d.ts","sourceRoot":"","sources":["../../../src/phaser/geom/ellipse.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG3C,qBAAa,OAAO;IAClB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;OAMG;gBACS,CAAC,SAAI,EAAE,CAAC,SAAI,EAAE,KAAK,SAAI,EAAE,MAAM,SAAI;IAa/C;;;;;;;OAOG;IACH,KAAK,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,EAAE,KAAK,KAAA,EAAE,MAAM,KAAA;IAQzB;;;OAGG;IACH,SAAS;IAIT;;;;OAIG;IACH,QAAQ,CAAC,MAAM,KAAA;IAIf;;;;OAIG;IACH,MAAM,CAAC,IAAI,KAAA;IAQX;;;;;OAKG;IACH,QAAQ,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA;IAIb;;;;OAIG;IACH,MAAM,CAAC,MAAM,MAAO;IAWpB;;;OAGG;IACH,QAAQ;CAGT"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { Point } from './point.js';
|
|
2
|
+
export declare class Line {
|
|
3
|
+
start: Point;
|
|
4
|
+
end: Point;
|
|
5
|
+
type: number;
|
|
2
6
|
/**
|
|
3
7
|
* Creates a new Line instance.
|
|
4
8
|
* @param {number} x1 - The x coordinate of the start point (default: 0).
|
|
@@ -7,12 +11,6 @@ export class Line {
|
|
|
7
11
|
* @param {number} y2 - The y coordinate of the end point (default: 0).
|
|
8
12
|
*/
|
|
9
13
|
constructor(x1?: number, y1?: number, x2?: number, y2?: number);
|
|
10
|
-
/** @type {Point} */
|
|
11
|
-
start: Point;
|
|
12
|
-
/** @type {Point} */
|
|
13
|
-
end: Point;
|
|
14
|
-
/** @type {number} */
|
|
15
|
-
type: number;
|
|
16
14
|
/**
|
|
17
15
|
* Sets the coordinates of this line to new values.
|
|
18
16
|
* @param {number} x1 - The new x coordinate of the start point.
|
|
@@ -21,7 +19,7 @@ export class Line {
|
|
|
21
19
|
* @param {number} y2 - The new y coordinate of the end point.
|
|
22
20
|
* @returns {Line} This line instance for chaining.
|
|
23
21
|
*/
|
|
24
|
-
setTo(x1:
|
|
22
|
+
setTo(x1: any, y1: any, x2: any, y2: any): this;
|
|
25
23
|
/**
|
|
26
24
|
* Sets the coordinates of this line to match the positions of two sprites.
|
|
27
25
|
* @param {object} startSprite - The starting sprite to get the position from.
|
|
@@ -29,7 +27,7 @@ export class Line {
|
|
|
29
27
|
* @param {boolean} useCenter - Whether to use the center of the sprites (default: false).
|
|
30
28
|
* @returns {Line} This line instance for chaining.
|
|
31
29
|
*/
|
|
32
|
-
fromSprite(startSprite:
|
|
30
|
+
fromSprite(startSprite: any, endSprite: any, useCenter?: boolean): this;
|
|
33
31
|
/**
|
|
34
32
|
* Sets the coordinates of this line to a point at a specific angle and distance.
|
|
35
33
|
* @param {number} x - The x coordinate of the starting point.
|
|
@@ -38,14 +36,14 @@ export class Line {
|
|
|
38
36
|
* @param {number} length - The length of the line.
|
|
39
37
|
* @returns {Line} This line instance for chaining.
|
|
40
38
|
*/
|
|
41
|
-
fromAngle(x:
|
|
39
|
+
fromAngle(x: any, y: any, angle: any, length: any): this;
|
|
42
40
|
/**
|
|
43
41
|
* Rotates this line around its center point by the specified angle.
|
|
44
42
|
* @param {number} angle - The angle in radians (or degrees if asDegrees is true) to rotate by.
|
|
45
43
|
* @param {boolean} asDegrees - Whether the angle is provided in degrees (default: false).
|
|
46
44
|
* @returns {Line} This line instance for chaining.
|
|
47
45
|
*/
|
|
48
|
-
rotate(angle:
|
|
46
|
+
rotate(angle: any, asDegrees?: boolean): this;
|
|
49
47
|
/**
|
|
50
48
|
* Rotates this line around a specific point by the specified angle.
|
|
51
49
|
* @param {number} x - The x coordinate of the center point to rotate around.
|
|
@@ -54,7 +52,7 @@ export class Line {
|
|
|
54
52
|
* @param {boolean} asDegrees - Whether the angle is provided in degrees (default: false).
|
|
55
53
|
* @returns {Line} This line instance for chaining.
|
|
56
54
|
*/
|
|
57
|
-
rotateAround(x:
|
|
55
|
+
rotateAround(x: any, y: any, angle: any, asDegrees?: boolean): this;
|
|
58
56
|
/**
|
|
59
57
|
* Checks if this line intersects with another line.
|
|
60
58
|
* @param {Line} line - The other line to check for intersection with.
|
|
@@ -62,57 +60,57 @@ export class Line {
|
|
|
62
60
|
* @param {Point} result - The point to store the intersection in (optional).
|
|
63
61
|
* @returns {Point} The intersection point, or null if no intersection occurs.
|
|
64
62
|
*/
|
|
65
|
-
intersects(line:
|
|
63
|
+
intersects(line: any, asSegment: any, result: any): any;
|
|
66
64
|
/**
|
|
67
65
|
* Calculates the reflection of this line off another line.
|
|
68
66
|
* @param {Line} line - The line to reflect off.
|
|
69
67
|
* @returns {number} The angle of reflection in radians.
|
|
70
68
|
*/
|
|
71
|
-
reflect(line:
|
|
69
|
+
reflect(line: any): number;
|
|
72
70
|
/**
|
|
73
71
|
* Returns the midpoint of this line.
|
|
74
72
|
* @param {Point} output - The point to store the result in (optional).
|
|
75
73
|
* @returns {Point} The midpoint of this line.
|
|
76
74
|
*/
|
|
77
|
-
midPoint(output?:
|
|
75
|
+
midPoint(output?: any): any;
|
|
78
76
|
/**
|
|
79
77
|
* Centers this line on the specified point.
|
|
80
78
|
* @param {number} x - The x coordinate to center the line on.
|
|
81
79
|
* @param {number} y - The y coordinate to center the line on.
|
|
82
80
|
*/
|
|
83
|
-
centerOn(x:
|
|
81
|
+
centerOn(x: any, y: any): void;
|
|
84
82
|
/**
|
|
85
83
|
* Checks if the specified point lies on this line (not necessarily on the segment).
|
|
86
84
|
* @param {number} x - The x coordinate of the point to check.
|
|
87
85
|
* @param {number} y - The y coordinate of the point to check.
|
|
88
86
|
* @returns {boolean} True if the point lies on this line, false otherwise.
|
|
89
87
|
*/
|
|
90
|
-
pointOnLine(x:
|
|
88
|
+
pointOnLine(x: any, y: any): boolean;
|
|
91
89
|
/**
|
|
92
90
|
* Checks if the specified point lies on this line segment.
|
|
93
91
|
* @param {number} x - The x coordinate of the point to check.
|
|
94
92
|
* @param {number} y - The y coordinate of the point to check.
|
|
95
93
|
* @returns {boolean} True if the point lies on this line segment, false otherwise.
|
|
96
94
|
*/
|
|
97
|
-
pointOnSegment(x:
|
|
95
|
+
pointOnSegment(x: any, y: any): boolean;
|
|
98
96
|
/**
|
|
99
97
|
* Returns a random point on this line.
|
|
100
98
|
* @param {Point} output - The point to store the result in (optional).
|
|
101
99
|
* @returns {Point} A random point on this line.
|
|
102
100
|
*/
|
|
103
|
-
random(output?:
|
|
101
|
+
random(output?: any): any;
|
|
104
102
|
/**
|
|
105
103
|
* Gets coordinates of points along this line at regular intervals.
|
|
106
104
|
* @param {number} stepRate - The interval between points (default: 1).
|
|
107
105
|
* @param {number[][]} results - The array to store the results in (optional).
|
|
108
106
|
* @returns {number[][]} An array of coordinate pairs representing points along this line.
|
|
109
107
|
*/
|
|
110
|
-
coordinatesOnLine(stepRate?: number, results?:
|
|
108
|
+
coordinatesOnLine(stepRate?: number, results?: any[]): any[];
|
|
111
109
|
/**
|
|
112
110
|
* Creates a clone of this line.
|
|
113
111
|
* @returns {Line} A new line with the same values as this one.
|
|
114
112
|
*/
|
|
115
|
-
clone():
|
|
113
|
+
clone(): any;
|
|
116
114
|
/**
|
|
117
115
|
* Gets the length of this line.
|
|
118
116
|
* @returns {number} The length of this line.
|
|
@@ -187,7 +185,6 @@ export class Line {
|
|
|
187
185
|
* Gets the angle of the normal vector of this line in radians.
|
|
188
186
|
* @returns {number} The angle of the normal vector of this line in radians.
|
|
189
187
|
*/
|
|
190
|
-
get normalAngle():
|
|
188
|
+
get normalAngle(): any;
|
|
191
189
|
}
|
|
192
|
-
import { Point } from './point.js';
|
|
193
190
|
//# sourceMappingURL=line.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line.d.ts","sourceRoot":"","sources":["../../../src/phaser/geom/line.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAKnC,qBAAa,IAAI;IACf,KAAK,EAAE,KAAK,CAAC;IACb,GAAG,EAAE,KAAK,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;OAMG;gBACS,EAAE,SAAI,EAAE,EAAE,SAAI,EAAE,EAAE,SAAI,EAAE,EAAE,SAAI;IAS1C;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAA,EAAE,EAAE,KAAA,EAAE,EAAE,KAAA,EAAE,EAAE,KAAA;IAMpB;;;;;;OAMG;IACH,UAAU,CAAC,WAAW,KAAA,EAAE,SAAS,KAAA,EAAE,SAAS,UAAQ;IAOpD;;;;;;;OAOG;IACH,SAAS,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,EAAE,KAAK,KAAA,EAAE,MAAM,KAAA;IAM7B;;;;;OAKG;IACH,MAAM,CAAC,KAAK,KAAA,EAAE,SAAS,UAAQ;IAQ/B;;;;;;;OAOG;IACH,YAAY,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,EAAE,KAAK,KAAA,EAAE,SAAS,UAAQ;IAM3C;;;;;;OAMG;IACH,UAAU,CAAC,IAAI,KAAA,EAAE,SAAS,KAAA,EAAE,MAAM,KAAA;IAIlC;;;;OAIG;IACH,OAAO,CAAC,IAAI,KAAA;IAIZ;;;;OAIG;IACH,QAAQ,CAAC,MAAM,MAAO;IAOtB;;;;OAIG;IACH,QAAQ,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA;IASb;;;;;OAKG;IACH,WAAW,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA;IAIhB;;;;;OAKG;IACH,cAAc,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA;IAQnB;;;;OAIG;IACH,MAAM,CAAC,MAAM,MAAO;IAQpB;;;;;OAKG;IACH,iBAAiB,CAAC,QAAQ,SAAI,EAAE,OAAO,QAAK;IA8B5C;;;OAGG;IACH,KAAK;IAIL;;;OAGG;IACH,IAAI,MAAM,WAKT;IAED;;;OAGG;IACH,IAAI,KAAK,WAER;IAED;;;OAGG;IACH,IAAI,KAAK,WAER;IAED;;;OAGG;IACH,IAAI,SAAS,WAEZ;IAED;;;OAGG;IACH,IAAI,CAAC,WAEJ;IAED;;;OAGG;IACH,IAAI,CAAC,WAEJ;IAED;;;OAGG;IACH,IAAI,IAAI,WAEP;IAED;;;OAGG;IACH,IAAI,KAAK,WAER;IAED;;;OAGG;IACH,IAAI,GAAG,WAEN;IAED;;;OAGG;IACH,IAAI,MAAM,WAET;IAED;;;OAGG;IACH,IAAI,KAAK,WAER;IAED;;;OAGG;IACH,IAAI,MAAM,WAET;IAED;;;OAGG;IACH,IAAI,OAAO,WAEV;IAED;;;OAGG;IACH,IAAI,OAAO,WAEV;IAED;;;OAGG;IACH,IAAI,WAAW,QAEd;CACF"}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
export class Matrix {
|
|
1
|
+
export declare class Matrix {
|
|
2
|
+
a: number;
|
|
3
|
+
b: number;
|
|
4
|
+
c: number;
|
|
5
|
+
d: number;
|
|
6
|
+
tx: number;
|
|
7
|
+
ty: number;
|
|
8
|
+
type: number;
|
|
2
9
|
/**
|
|
3
10
|
* Creates a new Matrix instance.
|
|
4
11
|
* @param {number} a - The a component of the matrix (default: 1).
|
|
@@ -9,26 +16,12 @@ export class Matrix {
|
|
|
9
16
|
* @param {number} ty - The ty component of the matrix (default: 0).
|
|
10
17
|
*/
|
|
11
18
|
constructor(a?: number, b?: number, c?: number, d?: number, tx?: number, ty?: number);
|
|
12
|
-
/** @type {number} */
|
|
13
|
-
a: number;
|
|
14
|
-
/** @type {number} */
|
|
15
|
-
b: number;
|
|
16
|
-
/** @type {number} */
|
|
17
|
-
c: number;
|
|
18
|
-
/** @type {number} */
|
|
19
|
-
d: number;
|
|
20
|
-
/** @type {number} */
|
|
21
|
-
tx: number;
|
|
22
|
-
/** @type {number} */
|
|
23
|
-
ty: number;
|
|
24
|
-
/** @type {number} */
|
|
25
|
-
type: number;
|
|
26
19
|
/**
|
|
27
20
|
* Sets the matrix components from an array.
|
|
28
21
|
* @param {number[]} array - The array to read the matrix components from (should have 6 elements).
|
|
29
22
|
* @returns {Matrix} This matrix instance for chaining.
|
|
30
23
|
*/
|
|
31
|
-
fromArray(array:
|
|
24
|
+
fromArray(array: any): this;
|
|
32
25
|
/**
|
|
33
26
|
* Sets the matrix components to new values.
|
|
34
27
|
* @param {number} a - The new a component of the matrix.
|
|
@@ -39,76 +32,75 @@ export class Matrix {
|
|
|
39
32
|
* @param {number} ty - The new ty component of the matrix.
|
|
40
33
|
* @returns {Matrix} This matrix instance for chaining.
|
|
41
34
|
*/
|
|
42
|
-
setTo(a:
|
|
35
|
+
setTo(a: any, b: any, c: any, d: any, tx: any, ty: any): this;
|
|
43
36
|
/**
|
|
44
37
|
* Creates a clone of this matrix.
|
|
45
38
|
* @returns {Matrix} A new matrix with the same values as this one.
|
|
46
39
|
*/
|
|
47
|
-
clone():
|
|
40
|
+
clone(): any;
|
|
48
41
|
/**
|
|
49
42
|
* Copies the values of this matrix to another matrix.
|
|
50
43
|
* @param {Matrix} matrix - The matrix to copy values to.
|
|
51
44
|
* @returns {Matrix} The destination matrix.
|
|
52
45
|
*/
|
|
53
|
-
copyTo(matrix:
|
|
46
|
+
copyTo(matrix: any): any;
|
|
54
47
|
/**
|
|
55
48
|
* Copies the values from another matrix to this matrix.
|
|
56
49
|
* @param {Matrix} matrix - The matrix to copy values from.
|
|
57
50
|
* @returns {Matrix} This matrix instance for chaining.
|
|
58
51
|
*/
|
|
59
|
-
copyFrom(matrix:
|
|
52
|
+
copyFrom(matrix: any): this;
|
|
60
53
|
/**
|
|
61
54
|
* Converts this matrix to a Float32Array.
|
|
62
55
|
* @param {boolean} transpose - Whether to transpose the matrix (default: false).
|
|
63
56
|
* @param {Float32Array} output - The array to store the result in (optional).
|
|
64
57
|
* @returns {Float32Array} A Float32Array containing the matrix elements.
|
|
65
58
|
*/
|
|
66
|
-
toArray(transpose?: boolean, output?:
|
|
59
|
+
toArray(transpose?: boolean, output?: any): any;
|
|
67
60
|
/**
|
|
68
61
|
* Applies this matrix to a point.
|
|
69
62
|
* @param {Point} pos - The point to apply the matrix to.
|
|
70
63
|
* @param {Point} output - The point to store the result in (optional).
|
|
71
64
|
* @returns {Point} The transformed point.
|
|
72
65
|
*/
|
|
73
|
-
apply(pos:
|
|
66
|
+
apply(pos: any, output?: any): any;
|
|
74
67
|
/**
|
|
75
68
|
* Applies the inverse of this matrix to a point.
|
|
76
69
|
* @param {Point} pos - The point to apply the inverse matrix to.
|
|
77
70
|
* @param {Point} output - The point to store the result in (optional).
|
|
78
71
|
* @returns {Point} The transformed point.
|
|
79
72
|
*/
|
|
80
|
-
applyInverse(pos:
|
|
73
|
+
applyInverse(pos: any, output?: any): any;
|
|
81
74
|
/**
|
|
82
75
|
* Translates this matrix by the specified amounts.
|
|
83
76
|
* @param {number} x - The amount to translate in the x direction.
|
|
84
77
|
* @param {number} y - The amount to translate in the y direction.
|
|
85
78
|
* @returns {Matrix} This matrix instance for chaining.
|
|
86
79
|
*/
|
|
87
|
-
translate(x:
|
|
80
|
+
translate(x: any, y: any): this;
|
|
88
81
|
/**
|
|
89
82
|
* Scales this matrix by the specified amounts.
|
|
90
83
|
* @param {number} x - The amount to scale in the x direction.
|
|
91
84
|
* @param {number} y - The amount to scale in the y direction.
|
|
92
85
|
* @returns {Matrix} This matrix instance for chaining.
|
|
93
86
|
*/
|
|
94
|
-
scale(x:
|
|
87
|
+
scale(x: any, y: any): this;
|
|
95
88
|
/**
|
|
96
89
|
* Rotates this matrix by the specified angle.
|
|
97
90
|
* @param {number} angle - The angle in radians to rotate by.
|
|
98
91
|
* @returns {Matrix} This matrix instance for chaining.
|
|
99
92
|
*/
|
|
100
|
-
rotate(angle:
|
|
93
|
+
rotate(angle: any): this;
|
|
101
94
|
/**
|
|
102
95
|
* Appends another matrix to this matrix (multiplying matrices).
|
|
103
96
|
* @param {Matrix} matrix - The matrix to append.
|
|
104
97
|
* @returns {Matrix} This matrix instance for chaining.
|
|
105
98
|
*/
|
|
106
|
-
append(matrix:
|
|
99
|
+
append(matrix: any): this;
|
|
107
100
|
/**
|
|
108
101
|
* Sets this matrix to an identity matrix (no transformation).
|
|
109
102
|
* @returns {Matrix} This matrix instance for chaining.
|
|
110
103
|
*/
|
|
111
|
-
identity():
|
|
104
|
+
identity(): this;
|
|
112
105
|
}
|
|
113
|
-
import { Point } from './point.js';
|
|
114
106
|
//# sourceMappingURL=matrix.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"matrix.d.ts","sourceRoot":"","sources":["../../../src/phaser/geom/matrix.ts"],"names":[],"mappings":"AAIA,qBAAa,MAAM;IACjB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;OAQG;gBACS,CAAC,SAAI,EAAE,CAAC,SAAI,EAAE,CAAC,SAAI,EAAE,CAAC,SAAI,EAAE,EAAE,SAAI,EAAE,EAAE,SAAI;IAiBtD;;;;OAIG;IACH,SAAS,CAAC,KAAK,KAAA;IAIf;;;;;;;;;OASG;IACH,KAAK,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA,EAAE,CAAC,KAAA,EAAE,CAAC,KAAA,EAAE,EAAE,KAAA,EAAE,EAAE,KAAA;IAUxB;;;OAGG;IACH,KAAK;IAIL;;;;OAIG;IACH,MAAM,CAAC,MAAM,KAAA;IAKb;;;;OAIG;IACH,QAAQ,CAAC,MAAM,KAAA;IAUf;;;;;OAKG;IACH,OAAO,CAAC,SAAS,UAAQ,EAAE,MAAM,MAAO;IA0BxC;;;;;OAKG;IACH,KAAK,CAAC,GAAG,KAAA,EAAE,MAAM,MAAO;IAOxB;;;;;OAKG;IACH,YAAY,CAAC,GAAG,KAAA,EAAE,MAAM,MAAO;IAU/B;;;;;OAKG;IACH,SAAS,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA;IAMd;;;;;OAKG;IACH,KAAK,CAAC,CAAC,KAAA,EAAE,CAAC,KAAA;IAUV;;;;OAIG;IACH,MAAM,CAAC,KAAK,KAAA;IAeZ;;;;OAIG;IACH,MAAM,CAAC,MAAM,KAAA;IAcb;;;OAGG;IACH,QAAQ;CAGT"}
|