cubing 0.21.0-pre8 → 0.21.2
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/{src/cubing/search/inside/solve → dist}/.DS_Store +0 -0
- package/dist/bin/puzzle-geometry-bin.js +1 -1
- package/dist/bin/puzzle-geometry-bin.js.map +2 -2
- package/dist/bundle-global/cubing.bundle-global.js +876 -797
- package/dist/esm/{3d-TYWC5MQY.js → 3d-B25DP5PE.js} +3 -3
- package/dist/esm/{3d-TYWC5MQY.js.map → 3d-B25DP5PE.js.map} +0 -0
- package/dist/esm/bluetooth/index.js +1 -1
- package/dist/esm/bluetooth/index.js.map +1 -1
- package/dist/esm/{chunk-6BXLPCNQ.js → chunk-APIIMJG6.js} +98 -95
- package/dist/esm/chunk-APIIMJG6.js.map +7 -0
- package/dist/esm/{chunk-HUPF5GPN.js → chunk-CSVAFZSB.js} +3 -3
- package/dist/esm/{chunk-HUPF5GPN.js.map → chunk-CSVAFZSB.js.map} +0 -0
- package/dist/esm/{chunk-L6K5FKPV.js → chunk-MUQMBH2S.js} +48 -26
- package/dist/esm/{chunk-L6K5FKPV.js.map → chunk-MUQMBH2S.js.map} +2 -2
- package/dist/esm/puzzle-geometry/index.js +1 -1
- package/dist/esm/puzzle-geometry/index.js.map +2 -2
- package/dist/esm/puzzles/index.js +5 -5
- package/dist/esm/scramble/index.js +2 -2
- package/dist/esm/search/index.js +2 -2
- package/dist/esm/twisty/index.js +313 -78
- package/dist/esm/twisty/index.js.map +3 -3
- package/dist/esm/{worker-inside-generated-string-DOHINKQX.js → worker-inside-generated-string-KDZOUGJF.js} +20 -20
- package/dist/esm/worker-inside-generated-string-KDZOUGJF.js.map +7 -0
- package/{src/cubing/search/inside/solve/vendor/cstimer → dist/types}/.DS_Store +0 -0
- package/dist/types/bluetooth/smart-puzzle/bluetooth-puzzle.d.ts +1 -1
- package/dist/types/bluetooth/smart-puzzle/bluetooth-puzzle.d.ts.map +1 -1
- package/dist/types/cubing.bundle-global.d.ts +1 -24
- package/dist/types/cubing.bundle-global.d.ts.map +1 -1
- package/dist/types/puzzles/implementations/fto/index.d.ts +2 -2
- package/dist/types/puzzles/implementations/fto/index.d.ts.map +1 -1
- package/dist/types/puzzles/index.d.ts +5 -1
- package/dist/types/puzzles/index.d.ts.map +1 -1
- package/dist/types/puzzles/stickerings/fto-stickerings.d.ts.map +1 -1
- package/dist/types/search/inside/api.d.ts.map +1 -1
- package/dist/types/search/worker-inside-generated-string.d.ts +1 -1
- package/dist/types/search/worker-inside-generated-string.d.ts.map +1 -1
- package/dist/types/twisty/controllers/TwistyAnimationController.d.ts +4 -1
- package/dist/types/twisty/controllers/TwistyAnimationController.d.ts.map +1 -1
- package/dist/types/twisty/index.d.ts +3 -2
- package/dist/types/twisty/index.d.ts.map +1 -1
- package/dist/types/twisty/model/TwistyPlayerModel.d.ts +41 -37
- package/dist/types/twisty/model/TwistyPlayerModel.d.ts.map +1 -1
- package/dist/types/twisty/model/UserVisibleErrorTracker.d.ts +11 -0
- package/dist/types/twisty/model/UserVisibleErrorTracker.d.ts.map +1 -0
- package/dist/types/twisty/model/{TwistyProp.d.ts → props/TwistyProp.d.ts} +3 -1
- package/dist/types/twisty/model/props/TwistyProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{TwistyProp.spec.d.ts → props/TwistyProp.spec.d.ts} +0 -0
- package/dist/types/twisty/model/props/TwistyProp.spec.d.ts.map +1 -0
- package/dist/types/twisty/model/{TwistyPropDebugger.d.ts → props/TwistyPropDebugger.d.ts} +2 -2
- package/dist/types/twisty/model/props/TwistyPropDebugger.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/general}/URLProp.d.ts +0 -0
- package/dist/types/twisty/model/props/general/URLProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/puzzle/display}/HintFaceletProp.d.ts +2 -2
- package/dist/types/twisty/model/props/puzzle/display/HintFaceletProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-1 → props/puzzle/display}/SpriteProp.d.ts +1 -1
- package/dist/types/twisty/model/props/puzzle/display/SpriteProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/display/StickeringProp.d.ts +6 -0
- package/dist/types/twisty/model/props/puzzle/display/StickeringProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/puzzle/state}/AlgProp.d.ts +2 -2
- package/dist/types/twisty/model/props/puzzle/state/AlgProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-4 → props/puzzle/state}/AlgTransformationProp.d.ts +4 -4
- package/dist/types/twisty/model/props/puzzle/state/AlgTransformationProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-6 → props/puzzle/state}/AnchoredStartProp.d.ts +4 -4
- package/dist/types/twisty/model/props/puzzle/state/AnchoredStartProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/state/CatchUpMoveProp.d.ts +11 -0
- package/dist/types/twisty/model/props/puzzle/state/CatchUpMoveProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/state/CurrentLeavesProp.d.ts +14 -0
- package/dist/types/twisty/model/props/puzzle/state/CurrentLeavesProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-9 → props/puzzle/state}/CurrentLeavesSimplified.d.ts +3 -3
- package/dist/types/twisty/model/props/puzzle/state/CurrentLeavesSimplified.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-10 → props/puzzle/state}/CurrentTransformationProp.d.ts +4 -4
- package/dist/types/twisty/model/props/puzzle/state/CurrentTransformationProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/state/IndexerConstructorProp.d.ts +17 -0
- package/dist/types/twisty/model/props/puzzle/state/IndexerConstructorProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/puzzle/state}/IndexerConstructorRequestProp.d.ts +1 -1
- package/dist/types/twisty/model/props/puzzle/state/IndexerConstructorRequestProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/state/IndexerProp.d.ts +15 -0
- package/dist/types/twisty/model/props/puzzle/state/IndexerProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/state/LegacyPositionProp.d.ts +12 -0
- package/dist/types/twisty/model/props/puzzle/state/LegacyPositionProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-3 → props/puzzle/state}/PuzzleAlgProp.d.ts +3 -3
- package/dist/types/twisty/model/props/puzzle/state/PuzzleAlgProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/state/SetupAnchorProp.d.ts +6 -0
- package/dist/types/twisty/model/props/puzzle/state/SetupAnchorProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleDefProp.d.ts +11 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleDefProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleDescriptionProp.d.ts +6 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleDescriptionProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleIDProp.d.ts +11 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleIDProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleIDRequestProp.d.ts +6 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleIDRequestProp.d.ts.map +1 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleLoaderProp.d.ts +13 -0
- package/dist/types/twisty/model/props/puzzle/structure/PuzzleLoaderProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-8 → props/timeline}/CoarseTimelineInfoProp.d.ts +3 -3
- package/dist/types/twisty/model/props/timeline/CoarseTimelineInfoProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-7 → props/timeline}/DetailedTimelineInfoProp.d.ts +4 -4
- package/dist/types/twisty/model/props/timeline/DetailedTimelineInfoProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/timeline}/PlayingInfoProp.d.ts +1 -1
- package/dist/types/twisty/model/props/timeline/PlayingInfoProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/timeline}/TempoScaleProp.d.ts +0 -0
- package/dist/types/twisty/model/props/timeline/TempoScaleProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/timeline}/TimestampRequestProp.d.ts +1 -1
- package/dist/types/twisty/model/props/timeline/TimestampRequestProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/viewer}/BackViewProp.d.ts +1 -1
- package/dist/types/twisty/model/props/viewer/BackViewProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/viewer}/BackgroundProp.d.ts +1 -1
- package/dist/types/twisty/model/props/viewer/BackgroundProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-9 → props/viewer}/ButtonAppearanceProp.d.ts +3 -3
- package/dist/types/twisty/model/props/viewer/ButtonAppearanceProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/viewer}/ControlPanelProp.d.ts +1 -1
- package/dist/types/twisty/model/props/viewer/ControlPanelProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/viewer}/LatitudeLimit.d.ts +0 -0
- package/dist/types/twisty/model/props/viewer/LatitudeLimit.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-4 → props/viewer}/OrbitCoordinatesProp.d.ts +3 -3
- package/dist/types/twisty/model/props/viewer/OrbitCoordinatesProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/viewer}/OrbitCoordinatesRequestProp.d.ts +0 -0
- package/dist/types/twisty/model/props/viewer/OrbitCoordinatesRequestProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-6 → props/viewer}/TimeRangeProp.d.ts +2 -2
- package/dist/types/twisty/model/props/viewer/TimeRangeProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/viewer}/ViewerLinkProp.d.ts +1 -1
- package/dist/types/twisty/model/props/viewer/ViewerLinkProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-0 → props/viewer}/VisualizationProp.d.ts +1 -1
- package/dist/types/twisty/model/props/viewer/VisualizationProp.d.ts.map +1 -0
- package/dist/types/twisty/model/{depth-3 → props/viewer}/VisualizationStrategyProp.d.ts +2 -2
- package/dist/types/twisty/model/props/viewer/VisualizationStrategyProp.d.ts.map +1 -0
- package/dist/types/twisty/old/animation/indexer/AlgIndexer.d.ts.map +1 -1
- package/dist/types/twisty/old/dom/TwistyPlayer.css.d.ts.map +1 -1
- package/dist/types/twisty/old/dom/TwistyPlayerConfig.d.ts +2 -1
- package/dist/types/twisty/old/dom/TwistyPlayerConfig.d.ts.map +1 -1
- package/dist/types/twisty/old/dom/viewers/Twisty3DCanvas.d.ts +0 -1
- package/dist/types/twisty/old/dom/viewers/Twisty3DCanvas.d.ts.map +1 -1
- package/dist/types/twisty/views/3D/RendererPool.d.ts +4 -0
- package/dist/types/twisty/views/3D/RendererPool.d.ts.map +1 -0
- package/dist/types/twisty/views/3D/Twisty3DPuzzleWrapper.d.ts +1 -1
- package/dist/types/twisty/views/3D/Twisty3DPuzzleWrapper.d.ts.map +1 -1
- package/dist/types/twisty/views/3D/Twisty3DSceneWrapper.d.ts +2 -1
- package/dist/types/twisty/views/3D/Twisty3DSceneWrapper.d.ts.map +1 -1
- package/dist/types/twisty/views/3D/Twisty3DVantage.d.ts +5 -3
- package/dist/types/twisty/views/3D/Twisty3DVantage.d.ts.map +1 -1
- package/dist/types/twisty/views/3D/TwistyOrbitControlsV2.d.ts +1 -1
- package/dist/types/twisty/views/3D/TwistyOrbitControlsV2.d.ts.map +1 -1
- package/dist/types/twisty/views/TwistyAlgEditor/TwistyAlgEditor.d.ts.map +1 -1
- package/dist/types/twisty/views/TwistyAlgEditor/model.d.ts +2 -2
- package/dist/types/twisty/views/TwistyAlgEditor/model.d.ts.map +1 -1
- package/dist/types/twisty/views/TwistyPlayer.d.ts +12 -7
- package/dist/types/twisty/views/TwistyPlayer.d.ts.map +1 -1
- package/dist/types/twisty/views/TwistyPlayerSettable.d.ts +8 -8
- package/dist/types/twisty/views/TwistyPlayerSettable.d.ts.map +1 -1
- package/dist/types/twisty/views/control-panel/TwistyButtonsV2.d.ts +1 -1
- package/dist/types/twisty/views/control-panel/TwistyButtonsV2.d.ts.map +1 -1
- package/dist/types/twisty/views/control-panel/TwistyScrubberV2.d.ts +1 -1
- package/dist/types/twisty/views/control-panel/TwistyScrubberV2.d.ts.map +1 -1
- package/dist/types/vendor/three/examples/jsm/libs/stats.modified.module.d.ts +33 -0
- package/dist/types/vendor/three/examples/jsm/libs/stats.modified.module.d.ts.map +1 -0
- package/docs/.DS_Store +0 -0
- package/docs/cubing/.DS_Store +0 -0
- package/docs/cubing/scramble/index.html +35 -19
- package/package.json +5 -5
- package/src/cubing/.DS_Store +0 -0
- package/src/cubing/bluetooth/connect/index.ts +1 -1
- package/src/cubing/bluetooth/smart-puzzle/bluetooth-puzzle.ts +1 -1
- package/src/cubing/cubing.bundle-global.ts +5 -1
- package/src/cubing/puzzle-geometry/PermOriSet.ts +1 -1
- package/src/cubing/puzzles/PuzzleLoader.ts +1 -1
- package/src/cubing/puzzles/implementations/fto/index.ts +19 -11
- package/src/cubing/puzzles/index.ts +25 -18
- package/src/cubing/puzzles/stickerings/fto-stickerings.ts +9 -0
- package/src/cubing/search/inside/api.spec.ts +1 -0
- package/src/cubing/search/inside/api.ts +1 -0
- package/src/cubing/search/worker-inside-generated-string.js +1 -1
- package/src/cubing/twisty/.DS_Store +0 -0
- package/src/cubing/twisty/controllers/TwistyAnimationController.ts +80 -3
- package/src/cubing/twisty/index.ts +2 -2
- package/src/cubing/twisty/model/TwistyPlayerModel.ts +52 -41
- package/src/cubing/twisty/model/UserVisibleErrorTracker.ts +22 -0
- package/src/cubing/twisty/model/{TwistyProp.spec.ts → props/TwistyProp.spec.ts} +0 -0
- package/src/cubing/twisty/model/{TwistyProp.ts → props/TwistyProp.ts} +17 -9
- package/src/cubing/twisty/model/{TwistyPropDebugger.ts → props/TwistyPropDebugger.ts} +7 -7
- package/src/cubing/twisty/model/{depth-0 → props/general}/URLProp.ts +0 -0
- package/src/cubing/twisty/model/{depth-0 → props/puzzle/display}/HintFaceletProp.ts +2 -2
- package/src/cubing/twisty/model/{depth-1 → props/puzzle/display}/SpriteProp.ts +2 -2
- package/src/cubing/twisty/model/{depth-0 → props/puzzle/display}/StickeringProp.ts +2 -2
- package/src/cubing/twisty/model/{depth-0 → props/puzzle/state}/AlgProp.ts +3 -3
- package/src/cubing/twisty/model/{depth-4 → props/puzzle/state}/AlgTransformationProp.ts +6 -6
- package/src/cubing/twisty/model/{depth-6 → props/puzzle/state}/AnchoredStartProp.ts +4 -4
- package/src/cubing/twisty/model/props/puzzle/state/CatchUpMoveProp.ts +17 -0
- package/src/cubing/twisty/model/{depth-8 → props/puzzle/state}/CurrentLeavesProp.ts +27 -9
- package/src/cubing/twisty/model/{depth-9 → props/puzzle/state}/CurrentLeavesSimplified.ts +4 -4
- package/src/cubing/twisty/model/{depth-10 → props/puzzle/state}/CurrentTransformationProp.ts +5 -5
- package/src/cubing/twisty/model/{depth-4 → props/puzzle/state}/IndexerConstructorProp.ts +10 -10
- package/src/cubing/twisty/model/{depth-0 → props/puzzle/state}/IndexerConstructorRequestProp.ts +1 -1
- package/src/cubing/twisty/model/{depth-5 → props/puzzle/state}/IndexerProp.ts +6 -6
- package/src/cubing/twisty/model/{depth-11 → props/puzzle/state}/LegacyPositionProp.ts +4 -4
- package/src/cubing/twisty/model/{depth-3 → props/puzzle/state}/PuzzleAlgProp.ts +4 -4
- package/src/cubing/twisty/model/{depth-0 → props/puzzle/state}/SetupAnchorProp.ts +2 -2
- package/src/cubing/twisty/model/{depth-2 → props/puzzle/structure}/PuzzleDefProp.ts +3 -3
- package/src/cubing/twisty/model/{depth-0 → props/puzzle/structure}/PuzzleDescriptionProp.ts +6 -2
- package/src/cubing/twisty/model/{depth-2 → props/puzzle/structure}/PuzzleIDProp.ts +3 -3
- package/src/cubing/twisty/model/{depth-0 → props/puzzle/structure}/PuzzleIDRequestProp.ts +6 -2
- package/src/cubing/twisty/model/{depth-1 → props/puzzle/structure}/PuzzleLoaderProp.ts +11 -5
- package/src/cubing/twisty/model/{depth-8 → props/timeline}/CoarseTimelineInfoProp.ts +3 -3
- package/src/cubing/twisty/model/{depth-7 → props/timeline}/DetailedTimelineInfoProp.ts +4 -4
- package/src/cubing/twisty/model/{depth-0 → props/timeline}/PlayingInfoProp.ts +1 -1
- package/src/cubing/twisty/model/{depth-0 → props/timeline}/TempoScaleProp.ts +0 -0
- package/src/cubing/twisty/model/{depth-0 → props/timeline}/TimestampRequestProp.ts +1 -1
- package/src/cubing/twisty/model/{depth-0 → props/viewer}/BackViewProp.ts +1 -1
- package/src/cubing/twisty/model/{depth-0 → props/viewer}/BackgroundProp.ts +1 -1
- package/src/cubing/twisty/model/{depth-9 → props/viewer}/ButtonAppearanceProp.ts +4 -4
- package/src/cubing/twisty/model/{depth-0 → props/viewer}/ControlPanelProp.ts +1 -1
- package/src/cubing/twisty/model/{depth-0 → props/viewer}/LatitudeLimit.ts +0 -0
- package/src/cubing/twisty/model/{depth-4 → props/viewer}/OrbitCoordinatesProp.ts +3 -3
- package/src/cubing/twisty/model/{depth-0 → props/viewer}/OrbitCoordinatesRequestProp.ts +1 -1
- package/src/cubing/twisty/model/{depth-6 → props/viewer}/TimeRangeProp.ts +2 -2
- package/src/cubing/twisty/model/{depth-0 → props/viewer}/ViewerLinkProp.ts +1 -1
- package/src/cubing/twisty/model/{depth-0 → props/viewer}/VisualizationProp.ts +1 -1
- package/src/cubing/twisty/model/{depth-3 → props/viewer}/VisualizationStrategyProp.ts +2 -2
- package/src/cubing/twisty/old/animation/indexer/AlgIndexer.ts +1 -0
- package/src/cubing/twisty/old/dom/TwistyPlayer.css.ts +20 -0
- package/src/cubing/twisty/old/dom/TwistyPlayerConfig.ts +2 -1
- package/src/cubing/twisty/old/dom/viewers/Twisty3DCanvas.ts +3 -10
- package/src/cubing/twisty/{old → views}/.DS_Store +0 -0
- package/src/cubing/twisty/views/2D/Twisty2DPuzzle.ts +2 -2
- package/src/cubing/twisty/views/2D/Twisty2DPuzzleWrapper.ts +1 -1
- package/src/cubing/twisty/views/2D/Twisty2DSceneWrapper.ts +1 -1
- package/src/cubing/{search/inside → twisty/views/3D}/.DS_Store +0 -0
- package/src/cubing/twisty/views/3D/RendererPool.ts +53 -0
- package/src/cubing/twisty/views/3D/Twisty3DPuzzleWrapper.ts +9 -8
- package/src/cubing/twisty/views/3D/Twisty3DSceneWrapper.ts +7 -3
- package/src/cubing/twisty/views/3D/Twisty3DVantage.ts +69 -33
- package/src/cubing/twisty/views/3D/TwistyOrbitControlsV2.spec.ts +7 -7
- package/src/cubing/twisty/views/3D/TwistyOrbitControlsV2.ts +1 -1
- package/src/cubing/twisty/views/TwistyAlgEditor/TwistyAlgEditor.ts +6 -2
- package/src/cubing/twisty/views/TwistyAlgEditor/model.ts +2 -2
- package/src/cubing/twisty/views/TwistyAlgViewer.ts +2 -2
- package/src/cubing/twisty/views/TwistyPlayer.ts +67 -11
- package/src/cubing/twisty/views/TwistyPlayerSettable.ts +8 -8
- package/src/cubing/twisty/views/control-panel/TwistyButtonsV2.ts +1 -1
- package/src/cubing/twisty/views/control-panel/TwistyScrubberV2.ts +1 -1
- package/src/cubing/vendor/three/examples/jsm/libs/stats.modified.module.ts +179 -0
- package/dist/esm/chunk-6BXLPCNQ.js.map +0 -7
- package/dist/esm/worker-inside-generated-string-DOHINKQX.js.map +0 -7
- package/dist/types/twisty/model/TwistyProp.d.ts.map +0 -1
- package/dist/types/twisty/model/TwistyProp.spec.d.ts.map +0 -1
- package/dist/types/twisty/model/TwistyPropDebugger.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/AlgProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/BackViewProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/BackgroundProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/ControlPanelProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/HintFaceletProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/IndexerConstructorRequestProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/LatitudeLimit.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/OrbitCoordinatesRequestProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/PlayingInfoProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/PuzzleDescriptionProp.d.ts +0 -6
- package/dist/types/twisty/model/depth-0/PuzzleDescriptionProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/PuzzleIDRequestProp.d.ts +0 -6
- package/dist/types/twisty/model/depth-0/PuzzleIDRequestProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/SetupAnchorProp.d.ts +0 -6
- package/dist/types/twisty/model/depth-0/SetupAnchorProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/StickeringProp.d.ts +0 -6
- package/dist/types/twisty/model/depth-0/StickeringProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/TempoScaleProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/TimestampRequestProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/URLProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/ViewerLinkProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-0/VisualizationProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-1/PuzzleLoaderProp.d.ts +0 -13
- package/dist/types/twisty/model/depth-1/PuzzleLoaderProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-1/SpriteProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-10/CurrentTransformationProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-11/LegacyPositionProp.d.ts +0 -12
- package/dist/types/twisty/model/depth-11/LegacyPositionProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-2/PuzzleDefProp.d.ts +0 -11
- package/dist/types/twisty/model/depth-2/PuzzleDefProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-2/PuzzleIDProp.d.ts +0 -11
- package/dist/types/twisty/model/depth-2/PuzzleIDProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-3/PuzzleAlgProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-3/VisualizationStrategyProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-4/AlgTransformationProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-4/IndexerConstructorProp.d.ts +0 -17
- package/dist/types/twisty/model/depth-4/IndexerConstructorProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-4/OrbitCoordinatesProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-5/IndexerProp.d.ts +0 -15
- package/dist/types/twisty/model/depth-5/IndexerProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-6/AnchoredStartProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-6/TimeRangeProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-7/DetailedTimelineInfoProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-8/CoarseTimelineInfoProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-8/CurrentLeavesProp.d.ts +0 -12
- package/dist/types/twisty/model/depth-8/CurrentLeavesProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-9/ButtonAppearanceProp.d.ts.map +0 -1
- package/dist/types/twisty/model/depth-9/CurrentLeavesSimplified.d.ts.map +0 -1
- package/dist/types/twisty/views/3D/puzzles/TwistyTestBox.d.ts +0 -9
- package/dist/types/twisty/views/3D/puzzles/TwistyTestBox.d.ts.map +0 -1
- package/dist/types/vendor/three/examples/jsm/libs/stats.module.d.ts +0 -21
- package/dist/types/vendor/three/examples/jsm/libs/stats.module.d.ts.map +0 -1
- package/src/cubing/alg/.DS_Store +0 -0
- package/src/cubing/bluetooth/.DS_Store +0 -0
- package/src/cubing/kpuzzle/.DS_Store +0 -0
- package/src/cubing/puzzles/.DS_Store +0 -0
- package/src/cubing/search/.DS_Store +0 -0
- package/src/cubing/search/inside/solve/vendor/.DS_Store +0 -0
- package/src/cubing/search/inside/solve/vendor/cstimer/src/.DS_Store +0 -0
- package/src/cubing/search/inside/solve/vendor/cstimer/src/js/.DS_Store +0 -0
- package/src/cubing/stream/.DS_Store +0 -0
- package/src/cubing/twisty/old/dom/.DS_Store +0 -0
- package/src/cubing/twisty/views/3D/puzzles/TwistyTestBox.ts +0 -22
- package/src/cubing/vendor/.DS_Store +0 -0
- package/src/cubing/vendor/three/examples/jsm/libs/stats.module.d.ts +0 -24
- package/src/cubing/vendor/three/examples/jsm/libs/stats.module.js +0 -179
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"worker-inside-generated-string.d.ts","sourceRoot":"","sources":["../../../src/cubing/search/worker-inside-generated-string.js"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"worker-inside-generated-string.d.ts","sourceRoot":"","sources":["../../../src/cubing/search/worker-inside-generated-string.js"],"names":[],"mappings":"AAAA,4v+TAA6v+T"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { BoundaryType, MillisecondTimestamp } from "../old/animation/cursor/CursorTypes";
|
|
2
|
-
import type { PlayingInfo, SimpleDirection } from "../model/
|
|
2
|
+
import type { PlayingInfo, SimpleDirection } from "../model/props/timeline/PlayingInfoProp";
|
|
3
3
|
import type { TwistyPlayerModel } from "../model/TwistyPlayerModel";
|
|
4
|
+
import type { CatchUpMove } from "../model/props/puzzle/state/CatchUpMoveProp";
|
|
4
5
|
export interface TwistyAnimationControllerDelegate {
|
|
5
6
|
flash(): void;
|
|
6
7
|
}
|
|
@@ -9,12 +10,14 @@ export declare class TwistyAnimationController {
|
|
|
9
10
|
private delegate;
|
|
10
11
|
private playing;
|
|
11
12
|
private direction;
|
|
13
|
+
private catchUpHelper;
|
|
12
14
|
private model;
|
|
13
15
|
private lastDatestamp;
|
|
14
16
|
private lastTimestampPromise;
|
|
15
17
|
private scheduler;
|
|
16
18
|
constructor(model: TwistyPlayerModel, delegate: TwistyAnimationControllerDelegate);
|
|
17
19
|
onPlayingProp(playingInfo: PlayingInfo): Promise<void>;
|
|
20
|
+
onCatchUpMoveProp(catchUpMove: CatchUpMove): Promise<void>;
|
|
18
21
|
jumpToStart(options?: {
|
|
19
22
|
flash: boolean;
|
|
20
23
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TwistyAnimationController.d.ts","sourceRoot":"","sources":["../../../../src/cubing/twisty/controllers/TwistyAnimationController.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EAGZ,oBAAoB,EACrB,MAAM,qCAAqC,CAAC;AAE7C,OAAO,KAAK,EACV,WAAW,EACX,eAAe,EAChB,MAAM,
|
|
1
|
+
{"version":3,"file":"TwistyAnimationController.d.ts","sourceRoot":"","sources":["../../../../src/cubing/twisty/controllers/TwistyAnimationController.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EAGZ,oBAAoB,EACrB,MAAM,qCAAqC,CAAC;AAE7C,OAAO,KAAK,EACV,WAAW,EACX,eAAe,EAChB,MAAM,yCAAyC,CAAC;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAKpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAG/E,MAAM,WAAW,iCAAiC;IAChD,KAAK,IAAI,IAAI,CAAC;CACf;AA+DD,qBAAa,yBAAyB;;IAkBlC,OAAO,CAAC,QAAQ;IAhBlB,OAAO,CAAC,OAAO,CAAkB;IACjC,OAAO,CAAC,SAAS,CAAiC;IAElD,OAAO,CAAC,aAAa,CAAgB;IAErC,OAAO,CAAC,KAAK,CAAoB;IAEjC,OAAO,CAAC,aAAa,CAA2B;IAChD,OAAO,CAAC,oBAAoB,CAAgC;IAE5D,OAAO,CAAC,SAAS,CAEf;gBAGA,KAAK,EAAE,iBAAiB,EAChB,QAAQ,EAAE,iCAAiC;IAc/C,aAAa,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAOtD,iBAAiB,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAahE,WAAW,CAAC,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,OAAO,CAAA;KAAE,GAAG,IAAI;IAS/C,SAAS,CAAC,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,OAAO,CAAA;KAAE,GAAG,IAAI;IAS7C,SAAS,IAAI,IAAI;IASX,IAAI,CAAC,OAAO,CAAC,EAAE;QACnB,SAAS,CAAC,EAAE,eAAe,CAAC;QAC5B,aAAa,CAAC,EAAE,YAAY,CAAC;QAC7B,sCAAsC,CAAC,EAAE,OAAO,CAAC;QACjD,IAAI,CAAC,EAAE,OAAO,CAAC;KAChB,GAAG,OAAO,CAAC,IAAI,CAAC;IAmCjB,KAAK,IAAI,IAAI;IAeP,SAAS,CAAC,cAAc,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;CAyGrE"}
|
|
@@ -2,9 +2,10 @@ export { TwistyPlayer } from "./views/TwistyPlayer";
|
|
|
2
2
|
export { TwistyAlgViewer } from "./views/TwistyAlgViewer";
|
|
3
3
|
export { TwistyAlgEditor } from "./views/TwistyAlgEditor/TwistyAlgEditor";
|
|
4
4
|
export type { TwistyPlayerConfig } from "./views/TwistyPlayer";
|
|
5
|
-
export {
|
|
5
|
+
export { experimentalForceNewRendererSharing } from "./views/3D/Twisty3DVantage";
|
|
6
|
+
export { NO_VALUE as EXPERIMENTAL_PROP_NO_VALUE } from "./model/props/TwistyProp";
|
|
6
7
|
export type { Twisty3DPuzzle } from "./views/3D/puzzles/Twisty3DPuzzle";
|
|
7
|
-
export {
|
|
8
|
+
export { experimentalShowRenderStats, Twisty3DCanvas, } from "./old/dom/viewers/Twisty3DCanvas";
|
|
8
9
|
export { TwistyPlayerV1 } from "./old/dom/TwistyPlayer";
|
|
9
10
|
export type { TwistyPlayerInitialConfig, ExperimentalStickering, } from "./old/dom/TwistyPlayerConfig";
|
|
10
11
|
export { TimestampLocationType } from "./old/animation/Timeline";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cubing/twisty/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cubing/twisty/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,mCAAmC,EAAE,MAAM,4BAA4B,CAAC;AAEjF,OAAO,EAAE,QAAQ,IAAI,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AAGlF,YAAY,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EACL,2BAA2B,EAC3B,cAAc,GACf,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,YAAY,EACV,yBAAyB,EACzB,sBAAsB,GACvB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,YAAY,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAGhE,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACnF,YAAY,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC"}
|
|
@@ -1,45 +1,49 @@
|
|
|
1
|
-
import { AlgProp } from "./
|
|
2
|
-
import { BackgroundProp } from "./
|
|
3
|
-
import { BackViewProp } from "./
|
|
4
|
-
import { ControlPanelProp } from "./
|
|
5
|
-
import { HintFaceletProp } from "./
|
|
6
|
-
import { IndexerConstructorRequestProp } from "./
|
|
7
|
-
import { LatitudeLimitProp } from "./
|
|
8
|
-
import { OrbitCoordinatesRequestProp } from "./
|
|
9
|
-
import { PlayingInfoProp } from "./
|
|
10
|
-
import { PGPuzzleDescriptionStringProp } from "./
|
|
11
|
-
import { PuzzleIDRequestProp } from "./
|
|
12
|
-
import { PuzzleLoaderProp } from "./
|
|
13
|
-
import { SetupAnchorProp } from "./
|
|
14
|
-
import { StickeringProp } from "./
|
|
15
|
-
import { TempoScaleProp } from "./
|
|
16
|
-
import { TimestampRequestProp } from "./
|
|
17
|
-
import { URLProp } from "./
|
|
18
|
-
import { ViewerLinkProp } from "./
|
|
19
|
-
import { VisualizationFormatProp } from "./
|
|
20
|
-
import { OrbitCoordinatesProp } from "./
|
|
21
|
-
import { PuzzleIDProp } from "./
|
|
22
|
-
import { SpriteProp } from "./
|
|
23
|
-
import { VisualizationStrategyProp } from "./
|
|
24
|
-
import { IndexerConstructorProp } from "./
|
|
25
|
-
import { PuzzleAlgProp } from "./
|
|
26
|
-
import { AlgTransformationProp } from "./
|
|
27
|
-
import { IndexerProp } from "./
|
|
28
|
-
import { AnchoredStartProp } from "./
|
|
29
|
-
import { TimeRangeProp } from "./
|
|
30
|
-
import { DetailedTimelineInfoProp } from "./
|
|
31
|
-
import { CoarseTimelineInfoProp } from "./
|
|
32
|
-
import { CurrentLeavesProp } from "./
|
|
33
|
-
import { ButtonAppearanceProp } from "./
|
|
34
|
-
import { CurrentLeavesSimplifiedProp } from "./
|
|
35
|
-
import { CurrentTransformationProp } from "./
|
|
36
|
-
import { LegacyPositionProp } from "./
|
|
37
|
-
import { PuzzleDefProp } from "./
|
|
1
|
+
import { AlgProp } from "./props/puzzle/state/AlgProp";
|
|
2
|
+
import { BackgroundProp } from "./props/viewer/BackgroundProp";
|
|
3
|
+
import { BackViewProp } from "./props/viewer/BackViewProp";
|
|
4
|
+
import { ControlPanelProp } from "./props/viewer/ControlPanelProp";
|
|
5
|
+
import { HintFaceletProp } from "./props/puzzle/display/HintFaceletProp";
|
|
6
|
+
import { IndexerConstructorRequestProp } from "./props/puzzle/state/IndexerConstructorRequestProp";
|
|
7
|
+
import { LatitudeLimitProp } from "./props/viewer/LatitudeLimit";
|
|
8
|
+
import { OrbitCoordinatesRequestProp } from "./props/viewer/OrbitCoordinatesRequestProp";
|
|
9
|
+
import { PlayingInfoProp } from "./props/timeline/PlayingInfoProp";
|
|
10
|
+
import { PGPuzzleDescriptionStringProp } from "./props/puzzle/structure/PuzzleDescriptionProp";
|
|
11
|
+
import { PuzzleIDRequestProp } from "./props/puzzle/structure/PuzzleIDRequestProp";
|
|
12
|
+
import { PuzzleLoaderProp } from "./props/puzzle/structure/PuzzleLoaderProp";
|
|
13
|
+
import { SetupAnchorProp } from "./props/puzzle/state/SetupAnchorProp";
|
|
14
|
+
import { StickeringProp } from "./props/puzzle/display/StickeringProp";
|
|
15
|
+
import { TempoScaleProp } from "./props/timeline/TempoScaleProp";
|
|
16
|
+
import { TimestampRequestProp } from "./props/timeline/TimestampRequestProp";
|
|
17
|
+
import { URLProp } from "./props/general/URLProp";
|
|
18
|
+
import { ViewerLinkProp } from "./props/viewer/ViewerLinkProp";
|
|
19
|
+
import { VisualizationFormatProp } from "./props/viewer/VisualizationProp";
|
|
20
|
+
import { OrbitCoordinatesProp } from "./props/viewer/OrbitCoordinatesProp";
|
|
21
|
+
import { PuzzleIDProp } from "./props/puzzle/structure/PuzzleIDProp";
|
|
22
|
+
import { SpriteProp } from "./props/puzzle/display/SpriteProp";
|
|
23
|
+
import { VisualizationStrategyProp } from "./props/viewer/VisualizationStrategyProp";
|
|
24
|
+
import { IndexerConstructorProp } from "./props/puzzle/state/IndexerConstructorProp";
|
|
25
|
+
import { PuzzleAlgProp } from "./props/puzzle/state/PuzzleAlgProp";
|
|
26
|
+
import { AlgTransformationProp } from "./props/puzzle/state/AlgTransformationProp";
|
|
27
|
+
import { IndexerProp } from "./props/puzzle/state/IndexerProp";
|
|
28
|
+
import { AnchoredStartProp } from "./props/puzzle/state/AnchoredStartProp";
|
|
29
|
+
import { TimeRangeProp } from "./props/viewer/TimeRangeProp";
|
|
30
|
+
import { DetailedTimelineInfoProp } from "./props/timeline/DetailedTimelineInfoProp";
|
|
31
|
+
import { CoarseTimelineInfoProp } from "./props/timeline/CoarseTimelineInfoProp";
|
|
32
|
+
import { CurrentLeavesProp } from "./props/puzzle/state/CurrentLeavesProp";
|
|
33
|
+
import { ButtonAppearanceProp } from "./props/viewer/ButtonAppearanceProp";
|
|
34
|
+
import { CurrentLeavesSimplifiedProp } from "./props/puzzle/state/CurrentLeavesSimplified";
|
|
35
|
+
import { CurrentTransformationProp } from "./props/puzzle/state/CurrentTransformationProp";
|
|
36
|
+
import { LegacyPositionProp } from "./props/puzzle/state/LegacyPositionProp";
|
|
37
|
+
import { PuzzleDefProp } from "./props/puzzle/structure/PuzzleDefProp";
|
|
38
|
+
import { UserVisibleErrorTracker } from "./UserVisibleErrorTracker";
|
|
39
|
+
import { CatchUpMoveProp } from "./props/puzzle/state/CatchUpMoveProp";
|
|
38
40
|
export declare class TwistyPlayerModel {
|
|
41
|
+
userVisibleErrorTracker: UserVisibleErrorTracker;
|
|
39
42
|
algProp: AlgProp;
|
|
40
43
|
backgroundProp: BackgroundProp;
|
|
41
44
|
backViewProp: BackViewProp;
|
|
42
45
|
controlPanelProp: ControlPanelProp;
|
|
46
|
+
catchUpMoveProp: CatchUpMoveProp;
|
|
43
47
|
foundationStickerSpriteURL: URLProp;
|
|
44
48
|
hintFaceletProp: HintFaceletProp;
|
|
45
49
|
hintStickerSpriteURL: URLProp;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TwistyPlayerModel.d.ts","sourceRoot":"","sources":["../../../../src/cubing/twisty/model/TwistyPlayerModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TwistyPlayerModel.d.ts","sourceRoot":"","sources":["../../../../src/cubing/twisty/model/TwistyPlayerModel.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SimpleTwistyPropSource } from "./props/TwistyProp";
|
|
2
|
+
interface UserVisibleError {
|
|
3
|
+
errors: string[];
|
|
4
|
+
}
|
|
5
|
+
export declare class UserVisibleErrorTracker extends SimpleTwistyPropSource<UserVisibleError> {
|
|
6
|
+
getDefaultValue(): UserVisibleError;
|
|
7
|
+
reset(): void;
|
|
8
|
+
canReuseValue(_v1: UserVisibleError, _v2: UserVisibleError): boolean;
|
|
9
|
+
}
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=UserVisibleErrorTracker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserVisibleErrorTracker.d.ts","sourceRoot":"","sources":["../../../../src/cubing/twisty/model/UserVisibleErrorTracker.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAE5D,UAAU,gBAAgB;IACxB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAID,qBAAa,uBAAwB,SAAQ,sBAAsB,CAAC,gBAAgB,CAAC;IAC1E,eAAe,IAAI,gBAAgB;IAI5C,KAAK;IAIL,aAAa,CAAC,GAAG,EAAE,gBAAgB,EAAE,GAAG,EAAE,gBAAgB,GAAG,OAAO;CAGrE"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { UserVisibleErrorTracker } from "../UserVisibleErrorTracker";
|
|
1
2
|
declare type InputRecord = {};
|
|
2
3
|
export declare type InputProps<T extends InputRecord> = {
|
|
3
4
|
[s in keyof T]: TwistyPropParent<T[s]>;
|
|
@@ -44,7 +45,8 @@ export declare const NO_VALUE: unique symbol;
|
|
|
44
45
|
export declare type NoValueType = typeof NO_VALUE;
|
|
45
46
|
export declare abstract class TwistyPropDerived<InputTypes extends InputRecord, OutputType> extends TwistyPropParent<OutputType> {
|
|
46
47
|
#private;
|
|
47
|
-
|
|
48
|
+
protected userVisibleErrorTracker?: UserVisibleErrorTracker | undefined;
|
|
49
|
+
constructor(parents: InputProps<InputTypes>, userVisibleErrorTracker?: UserVisibleErrorTracker | undefined);
|
|
48
50
|
get(): Promise<OutputType>;
|
|
49
51
|
protected abstract derive(input: InputTypes): PromiseOrValue<OutputType>;
|
|
50
52
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TwistyProp.d.ts","sourceRoot":"","sources":["../../../../../src/cubing/twisty/model/props/TwistyProp.ts"],"names":[],"mappings":"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"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TwistyProp.spec.d.ts","sourceRoot":"","sources":["../../../../../src/cubing/twisty/model/props/TwistyProp.spec.ts"],"names":[],"mappings":"AAAA;;GAEG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ManagedCustomElement } from "
|
|
2
|
-
import type { TwistyPlayer } from "
|
|
1
|
+
import { ManagedCustomElement } from "../../old/dom/element/ManagedCustomElement";
|
|
2
|
+
import type { TwistyPlayer } from "../../views/TwistyPlayer";
|
|
3
3
|
import type { TwistyPropParent } from "./TwistyProp";
|
|
4
4
|
export declare function splitFieldName(s: string): string;
|
|
5
5
|
export declare class TwistyPropDebugger extends ManagedCustomElement {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TwistyPropDebugger.d.ts","sourceRoot":"","sources":["../../../../../src/cubing/twisty/model/props/TwistyPropDebugger.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,oBAAoB,EACrB,MAAM,4CAA4C,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAErD,wBAAgB,cAAc,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAShD;AAeD,qBAAa,kBAAmB,SAAQ,oBAAoB;;IAC9C,OAAO,CAAC,IAAI;IAAiB,UAAU,EAAE,gBAAgB,CAAC,GAAG,CAAC;gBAAtD,IAAI,EAAE,MAAM,EAAS,UAAU,EAAE,gBAAgB,CAAC,GAAG,CAAC;IAI1E,SAAS,EAAE,WAAW,GAAG,IAAI,CAAQ;IAErC,iBAAiB,IAAI,IAAI;IA8EnB,SAAS,IAAI,OAAO,CAAC,IAAI,CAAC;IAc1B,MAAM,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAwEvC,YAAY,CACV,aAAa,EACT,cAAc,GACd,wBAAwB,GACxB,QAAQ,GACR,MAAM,GACN,OAAO,GACP,uBAAuB,GACvB,IAAI,GACP,IAAI;CAOR;AAID,qBAAa,oBAAqB,SAAQ,oBAAoB;IAChD,OAAO,CAAC,MAAM;gBAAN,MAAM,EAAE,YAAY;IAIxC,iBAAiB,IAAI,IAAI;IAoDzB,mBAAmB,EAAE,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,EAAE,kBAAkB,CAAC,CACvD;IAEZ,eAAe,EAAE,GAAG,CAAC,kBAAkB,EAAE,GAAG,CAAC,kBAAkB,CAAC,CAAC,CAAa;IAC9E,cAAc,EAAE,GAAG,CAAC,kBAAkB,EAAE,GAAG,CAAC,kBAAkB,CAAC,CAAC,CAAa;IAE7E,kBAAkB,EAAE,kBAAkB,GAAG,IAAI,CAAQ;IACrD,mBAAmB,CAAC,IAAI,EAAE,kBAAkB;IAmD5C,cAAc,CACZ,IAAI,EAAE,kBAAkB,EACxB,WAAW,GAAE,GAAG,CAAC,kBAAkB,CAAa,GAC/C,GAAG,CAAC,kBAAkB,CAAC;IAU1B,YAAY,CACV,IAAI,EAAE,kBAAkB,EACxB,WAAW,GAAE,GAAG,CAAC,kBAAkB,CAAa,GAC/C,GAAG,CAAC,kBAAkB,CAAC;CAS3B"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"URLProp.d.ts","sourceRoot":"","sources":["../../../../../../src/cubing/twisty/model/props/general/URLProp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,qBAAa,OAAQ,SAAQ,gBAAgB,CAAC,GAAG,GAAG,IAAI,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,CAAC;IAC5E,eAAe,IAAI,GAAG,GAAG,IAAI;IAI7B,MAAM,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI;CAM/C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { HintFaceletStyle } from "
|
|
2
|
-
import { SimpleTwistyPropSource } from "
|
|
1
|
+
import type { HintFaceletStyle } from "../../../../old/dom/TwistyPlayerConfig";
|
|
2
|
+
import { SimpleTwistyPropSource } from "../../TwistyProp";
|
|
3
3
|
export declare type HintFaceletStyleWithAuto = HintFaceletStyle | "auto";
|
|
4
4
|
export declare class HintFaceletProp extends SimpleTwistyPropSource<HintFaceletStyleWithAuto> {
|
|
5
5
|
getDefaultValue(): HintFaceletStyleWithAuto;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HintFaceletProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/display/HintFaceletProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,oBAAY,wBAAwB,GAAG,gBAAgB,GAAG,MAAM,CAAC;AAEjE,qBAAa,eAAgB,SAAQ,sBAAsB,CAAC,wBAAwB,CAAC;IACnF,eAAe,IAAI,wBAAwB;CAG5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpriteProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/display/SpriteProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAiB,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAOrD,aAAK,gBAAgB,GAAG;IACtB,SAAS,EAAE,GAAG,GAAG,IAAI,CAAC;CACvB,CAAC;AAGF,qBAAa,UAAW,SAAQ,iBAAiB,CAC/C,gBAAgB,EAChB,OAAO,GAAG,IAAI,CACf;IACO,MAAM,CAAC,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;CAwBhE"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ExperimentalStickering } from "../../../..";
|
|
2
|
+
import { SimpleTwistyPropSource } from "../../TwistyProp";
|
|
3
|
+
export declare class StickeringProp extends SimpleTwistyPropSource<ExperimentalStickering> {
|
|
4
|
+
getDefaultValue(): ExperimentalStickering;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=StickeringProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StickeringProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/display/StickeringProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,qBAAa,cAAe,SAAQ,sBAAsB,CAAC,sBAAsB,CAAC;IAChF,eAAe,IAAI,sBAAsB;CAG1C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Alg } from "
|
|
2
|
-
import { TwistyPropSource } from "
|
|
1
|
+
import { Alg } from "../../../../../alg";
|
|
2
|
+
import { TwistyPropSource } from "../../TwistyProp";
|
|
3
3
|
export declare class AlgIssues {
|
|
4
4
|
readonly warnings: readonly string[];
|
|
5
5
|
readonly errors: readonly string[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlgProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/AlgProp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAC;AAEzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEpD,qBAAa,SAAS;IAGpB,QAAQ,CAAC,QAAQ,EAAE,SAAS,MAAM,EAAE,CAAC;IACrC,QAAQ,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC;gBAEvB,MAAM,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;KAAE;IAO/D,GAAG,CAAC,MAAM,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;KAAE;IAOvD,kBAAkB;IAClB,GAAG;CASJ;AAED,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,GAAG,CAAC;IACT,MAAM,EAAE,SAAS,CAAC;CACnB;AAED,wBAAgB,uBAAuB,CAAC,CAAC,EAAE,MAAM,GAAG,aAAa,CAoBhE;AAUD,qBAAa,OAAQ,SAAQ,gBAAgB,CAAC,aAAa,EAAE,GAAG,GAAG,MAAM,CAAC;IACxE,eAAe,IAAI,aAAa;IAIhC,aAAa,CAAC,EAAE,EAAE,aAAa,EAAE,EAAE,EAAE,aAAa;IAI5C,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;CAU3D"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { Alg } from "
|
|
2
|
-
import type { KPuzzleDefinition, Transformation } from "
|
|
3
|
-
import type { AlgWithIssues } from "
|
|
4
|
-
import { TwistyPropDerived } from "
|
|
1
|
+
import type { Alg } from "../../../../../alg";
|
|
2
|
+
import type { KPuzzleDefinition, Transformation } from "../../../../../kpuzzle";
|
|
3
|
+
import type { AlgWithIssues } from "./AlgProp";
|
|
4
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
5
5
|
declare type AlgTransformationPropInputs = {
|
|
6
6
|
alg: AlgWithIssues;
|
|
7
7
|
def: KPuzzleDefinition;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlgTransformationProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/AlgTransformationProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAGhF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,aAAK,2BAA2B,GAAG;IACjC,GAAG,EAAE,aAAa,CAAC;IACnB,GAAG,EAAE,iBAAiB,CAAC;CACxB,CAAC;AAEF,qBAAa,qBAAsB,SAAQ,iBAAiB,CAC1D,2BAA2B,EAC3B,cAAc,CACf;IACC,MAAM,CAAC,KAAK,EAAE,2BAA2B,GAAG,cAAc;IAI1D,QAAQ,CAAC,GAAG,EAAE,iBAAiB,EAAE,GAAG,EAAE,GAAG,GAAG,cAAc;CAO3D"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { KPuzzleDefinition, Transformation } from "
|
|
2
|
-
import type { AlgIndexer } from "
|
|
3
|
-
import type { SetupToLocation } from "
|
|
4
|
-
import { TwistyPropDerived } from "
|
|
1
|
+
import { KPuzzleDefinition, Transformation } from "../../../../../kpuzzle";
|
|
2
|
+
import type { AlgIndexer } from "../../../../old/animation/indexer/AlgIndexer";
|
|
3
|
+
import type { SetupToLocation } from "../../../../old/dom/TwistyPlayerConfig";
|
|
4
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
5
5
|
interface AnchoredStartPropInputs {
|
|
6
6
|
setupAnchor: SetupToLocation;
|
|
7
7
|
setupTransformation: Transformation;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnchoredStartProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/AnchoredStartProp.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EACjB,cAAc,EACf,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8CAA8C,CAAC;AAC/E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,UAAU,uBAAuB;IAC/B,WAAW,EAAE,eAAe,CAAC;IAC7B,mBAAmB,EAAE,cAAc,CAAC;IACpC,OAAO,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACzB,GAAG,EAAE,iBAAiB,CAAC;CACxB;AAED,qBAAa,iBAAkB,SAAQ,iBAAiB,CACtD,uBAAuB,EACvB,cAAc,CACf;IACC,MAAM,CAAC,MAAM,EAAE,uBAAuB,GAAG,cAAc;CAsBxD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Move } from "../../../../../alg";
|
|
2
|
+
import { SimpleTwistyPropSource } from "../../TwistyProp";
|
|
3
|
+
export interface CatchUpMove {
|
|
4
|
+
move: Move | null;
|
|
5
|
+
amount: number;
|
|
6
|
+
}
|
|
7
|
+
export declare class CatchUpMoveProp extends SimpleTwistyPropSource<CatchUpMove> {
|
|
8
|
+
getDefaultValue(): CatchUpMove;
|
|
9
|
+
canReuseValue(v1: CatchUpMove, v2: CatchUpMove): boolean;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=CatchUpMoveProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CatchUpMoveProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/CatchUpMoveProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,eAAgB,SAAQ,sBAAsB,CAAC,WAAW,CAAC;IACtE,eAAe,IAAI,WAAW;IAI9B,aAAa,CAAC,EAAE,EAAE,WAAW,EAAE,EAAE,EAAE,WAAW;CAG/C"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { AlgIndexer, CurrentMoveInfo } from "../../../../old/animation/indexer/AlgIndexer";
|
|
2
|
+
import type { DetailedTimelineInfo } from "../../timeline/DetailedTimelineInfoProp";
|
|
3
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
4
|
+
import type { CatchUpMove } from "./CatchUpMoveProp";
|
|
5
|
+
interface PositionPropInputs {
|
|
6
|
+
indexer: AlgIndexer<any>;
|
|
7
|
+
detailedTimelineInfo: DetailedTimelineInfo;
|
|
8
|
+
catchUpMove: CatchUpMove;
|
|
9
|
+
}
|
|
10
|
+
export declare class CurrentLeavesProp extends TwistyPropDerived<PositionPropInputs, CurrentMoveInfo> {
|
|
11
|
+
derive(inputs: PositionPropInputs): CurrentMoveInfo;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=CurrentLeavesProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CurrentLeavesProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/CurrentLeavesProp.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,eAAe,EAChB,MAAM,8CAA8C,CAAC;AACtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,UAAU,kBAAkB;IAC1B,OAAO,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACzB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,WAAW,EAAE,WAAW,CAAC;CAC1B;AAGD,qBAAa,iBAAkB,SAAQ,iBAAiB,CACtD,kBAAkB,EAClB,eAAe,CAChB;IACC,MAAM,CAAC,MAAM,EAAE,kBAAkB,GAAG,eAAe;CAuFpD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { Move } from "
|
|
2
|
-
import type { CurrentMoveInfo } from "
|
|
3
|
-
import { TwistyPropDerived } from "
|
|
1
|
+
import type { Move } from "../../../../../alg";
|
|
2
|
+
import type { CurrentMoveInfo } from "../../../../old/animation/indexer/AlgIndexer";
|
|
3
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
4
4
|
interface CurrentLeavesSimplifiedPropInputs {
|
|
5
5
|
currentMoveInfo: CurrentMoveInfo;
|
|
6
6
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CurrentLeavesSimplified.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/CurrentLeavesSimplified.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAEpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,UAAU,iCAAiC;IACzC,eAAe,EAAE,eAAe,CAAC;CAClC;AAED,MAAM,WAAW,uBAAuB;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,IAAI,EAAE,CAAC;IACvB,aAAa,EAAE,IAAI,EAAE,CAAC;CACvB;AAGD,qBAAa,2BAA4B,SAAQ,iBAAiB,CAChE,iCAAiC,EACjC,uBAAuB,CACxB;IACC,MAAM,CAAC,MAAM,EAAE,iCAAiC,GAAG,uBAAuB;IAY1E,QAAQ,CAAC,EAAE,EAAE,uBAAuB,EAAE,EAAE,EAAE,uBAAuB,GAAG,OAAO;CAe5E"}
|
package/dist/types/twisty/model/{depth-10 → props/puzzle/state}/CurrentTransformationProp.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { KPuzzleDefinition, Transformation } from "
|
|
2
|
-
import type { AlgIndexer } from "
|
|
3
|
-
import type { CurrentLeavesSimplified } from "
|
|
4
|
-
import { TwistyPropDerived } from "
|
|
1
|
+
import { KPuzzleDefinition, Transformation } from "../../../../../kpuzzle";
|
|
2
|
+
import type { AlgIndexer } from "../../../../old/animation/indexer/AlgIndexer";
|
|
3
|
+
import type { CurrentLeavesSimplified } from "./CurrentLeavesSimplified";
|
|
4
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
5
5
|
interface CurrentTransformationPropInputs {
|
|
6
6
|
anchoredStart: Transformation;
|
|
7
7
|
currentLeavesSimplified: CurrentLeavesSimplified;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CurrentTransformationProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/CurrentTransformationProp.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,iBAAiB,EACjB,cAAc,EACf,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8CAA8C,CAAC;AAC/E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,UAAU,+BAA+B;IACvC,aAAa,EAAE,cAAc,CAAC;IAC9B,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,OAAO,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACzB,GAAG,EAAE,iBAAiB,CAAC;CACxB;AAGD,qBAAa,yBAA0B,SAAQ,iBAAiB,CAC9D,+BAA+B,EAC/B,cAAc,CACf;IACC,MAAM,CAAC,MAAM,EAAE,+BAA+B,GAAG,cAAc;CAuBhE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { IndexerConstructor } from "../../../../old/animation/cursor/AlgCursor";
|
|
2
|
+
import type { PuzzleID } from "../../../../old/dom/TwistyPlayerConfig";
|
|
3
|
+
import type { AlgWithIssues } from "./AlgProp";
|
|
4
|
+
import type { IndexerStrategyName } from "./IndexerConstructorRequestProp";
|
|
5
|
+
import type { VisualizationStrategy } from "../../viewer/VisualizationStrategyProp";
|
|
6
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
7
|
+
interface IndexerConstructorPropInputs {
|
|
8
|
+
puzzle: PuzzleID;
|
|
9
|
+
alg: AlgWithIssues;
|
|
10
|
+
visualizationStrategy: VisualizationStrategy;
|
|
11
|
+
indexerConstructorRequest: IndexerStrategyName;
|
|
12
|
+
}
|
|
13
|
+
export declare class IndexerConstructorProp extends TwistyPropDerived<IndexerConstructorPropInputs, IndexerConstructor> {
|
|
14
|
+
derive(inputs: IndexerConstructorPropInputs): IndexerConstructor;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=IndexerConstructorProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndexerConstructorProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/IndexerConstructorProp.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAIrF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,UAAU,4BAA4B;IACpC,MAAM,EAAE,QAAQ,CAAC;IACjB,GAAG,EAAE,aAAa,CAAC;IACnB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,yBAAyB,EAAE,mBAAmB,CAAC;CAChD;AAGD,qBAAa,sBAAuB,SAAQ,iBAAiB,CAC3D,4BAA4B,EAC5B,kBAAkB,CACnB;IACC,MAAM,CAAC,MAAM,EAAE,4BAA4B,GAAG,kBAAkB;CAsBjE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndexerConstructorRequestProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/IndexerConstructorRequestProp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,eAAO,MAAM,oBAAoB;;;;;CAKhC,CAAC;AACF,oBAAY,mBAAmB,GAAG,MAAM,OAAO,oBAAoB,CAAC;AAEpE,qBAAa,6BAA8B,SAAQ,sBAAsB,CAAC,mBAAmB,CAAC;IAC5F,eAAe,IAAI,mBAAmB;CAGvC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { KPuzzleDefinition } from "../../../../../kpuzzle";
|
|
2
|
+
import type { IndexerConstructor } from "../../../../old/animation/cursor/AlgCursor";
|
|
3
|
+
import type { AlgIndexer } from "../../../../old/animation/indexer/AlgIndexer";
|
|
4
|
+
import type { AlgWithIssues } from "./AlgProp";
|
|
5
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
6
|
+
declare type IndexerPropInputs = {
|
|
7
|
+
indexerConstructor: IndexerConstructor;
|
|
8
|
+
algWithIssues: AlgWithIssues;
|
|
9
|
+
def: KPuzzleDefinition;
|
|
10
|
+
};
|
|
11
|
+
export declare class IndexerProp extends TwistyPropDerived<IndexerPropInputs, AlgIndexer<any>> {
|
|
12
|
+
derive(input: IndexerPropInputs): AlgIndexer<any>;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=IndexerProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndexerProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/IndexerProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AACrF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8CAA8C,CAAC;AAC/E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,aAAK,iBAAiB,GAAG;IACvB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,aAAa,EAAE,aAAa,CAAC;IAC7B,GAAG,EAAE,iBAAiB,CAAC;CACxB,CAAC;AACF,qBAAa,WAAY,SAAQ,iBAAiB,CAChD,iBAAiB,EACjB,UAAU,CAAC,GAAG,CAAC,CAChB;IACC,MAAM,CAAC,KAAK,EAAE,iBAAiB,GAAG,UAAU,CAAC,GAAG,CAAC;CAOlD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Transformation } from "../../../../../kpuzzle";
|
|
2
|
+
import type { PuzzlePosition } from "../../../../old/animation/cursor/CursorTypes";
|
|
3
|
+
import type { CurrentMoveInfo } from "../../../../old/animation/indexer/AlgIndexer";
|
|
4
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
5
|
+
export interface LegacyPositionPropInputs {
|
|
6
|
+
currentMoveInfo: CurrentMoveInfo;
|
|
7
|
+
transformation: Transformation;
|
|
8
|
+
}
|
|
9
|
+
export declare class LegacyPositionProp extends TwistyPropDerived<LegacyPositionPropInputs, PuzzlePosition> {
|
|
10
|
+
derive(inputs: LegacyPositionPropInputs): PuzzlePosition;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=LegacyPositionProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LegacyPositionProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/LegacyPositionProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;AACnF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,MAAM,WAAW,wBAAwB;IACvC,eAAe,EAAE,eAAe,CAAC;IACjC,cAAc,EAAE,cAAc,CAAC;CAChC;AAGD,qBAAa,kBAAmB,SAAQ,iBAAiB,CACvD,wBAAwB,EACxB,cAAc,CACf;IACC,MAAM,CAAC,MAAM,EAAE,wBAAwB,GAAG,cAAc;CAMzD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { KPuzzleDefinition } from "
|
|
2
|
-
import { AlgWithIssues } from "
|
|
3
|
-
import { TwistyPropDerived } from "
|
|
1
|
+
import { KPuzzleDefinition } from "../../../../../kpuzzle";
|
|
2
|
+
import { AlgWithIssues } from "./AlgProp";
|
|
3
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
4
4
|
export declare class PuzzleAlgProp extends TwistyPropDerived<{
|
|
5
5
|
algWithIssues: AlgWithIssues;
|
|
6
6
|
puzzleDef: KPuzzleDefinition;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PuzzleAlgProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/PuzzleAlgProp.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAa,aAAa,EAAE,MAAM,WAAW,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,qBAAa,aAAc,SAAQ,iBAAiB,CAClD;IAAE,aAAa,EAAE,aAAa,CAAC;IAAC,SAAS,EAAE,iBAAiB,CAAA;CAAE,EAC9D,aAAa,CACd;IACO,MAAM,CAAC,MAAM,EAAE;QACnB,aAAa,EAAE,aAAa,CAAC;QAC7B,SAAS,EAAE,iBAAiB,CAAC;KAC9B,GAAG,OAAO,CAAC,aAAa,CAAC;CAe3B"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { SetupToLocation } from "../../../../old/dom/TwistyPlayerConfig";
|
|
2
|
+
import { SimpleTwistyPropSource } from "../../TwistyProp";
|
|
3
|
+
export declare class SetupAnchorProp extends SimpleTwistyPropSource<SetupToLocation> {
|
|
4
|
+
getDefaultValue(): SetupToLocation;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=SetupAnchorProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SetupAnchorProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/state/SetupAnchorProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,qBAAa,eAAgB,SAAQ,sBAAsB,CAAC,eAAe,CAAC;IAC1E,eAAe,IAAI,eAAe;CAGnC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { KPuzzleDefinition } from "../../../../../kpuzzle";
|
|
2
|
+
import type { PuzzleLoader } from "../../../../../puzzles";
|
|
3
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
4
|
+
export declare class PuzzleDefProp extends TwistyPropDerived<{
|
|
5
|
+
puzzleLoader: PuzzleLoader;
|
|
6
|
+
}, KPuzzleDefinition> {
|
|
7
|
+
derive(inputs: {
|
|
8
|
+
puzzleLoader: PuzzleLoader;
|
|
9
|
+
}): Promise<KPuzzleDefinition>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=PuzzleDefProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PuzzleDefProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/structure/PuzzleDefProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,qBAAa,aAAc,SAAQ,iBAAiB,CAClD;IAAE,YAAY,EAAE,YAAY,CAAA;CAAE,EAC9B,iBAAiB,CAClB;IACO,MAAM,CAAC,MAAM,EAAE;QACnB,YAAY,EAAE,YAAY,CAAC;KAC5B,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAG/B"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { PuzzleDescriptionString } from "../../../../../puzzle-geometry/PGPuzzles";
|
|
2
|
+
import { NoValueType, SimpleTwistyPropSource } from "../../TwistyProp";
|
|
3
|
+
export declare class PGPuzzleDescriptionStringProp extends SimpleTwistyPropSource<PuzzleDescriptionString | NoValueType> {
|
|
4
|
+
getDefaultValue(): PuzzleDescriptionString | NoValueType;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=PuzzleDescriptionProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PuzzleDescriptionProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/structure/PuzzleDescriptionProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACxF,OAAO,EACL,WAAW,EAEX,sBAAsB,EACvB,MAAM,kBAAkB,CAAC;AAE1B,qBAAa,6BAA8B,SAAQ,sBAAsB,CACvE,uBAAuB,GAAG,WAAW,CACtC;IACC,eAAe,IAAI,uBAAuB,GAAG,WAAW;CAGzD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { PuzzleLoader } from "../../../../../puzzles";
|
|
2
|
+
import type { PuzzleID } from "../../../../old/dom/TwistyPlayerConfig";
|
|
3
|
+
import { TwistyPropDerived } from "../../TwistyProp";
|
|
4
|
+
export declare class PuzzleIDProp extends TwistyPropDerived<{
|
|
5
|
+
puzzleLoader: PuzzleLoader;
|
|
6
|
+
}, PuzzleID> {
|
|
7
|
+
derive(inputs: {
|
|
8
|
+
puzzleLoader: PuzzleLoader;
|
|
9
|
+
}): Promise<PuzzleID>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=PuzzleIDProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PuzzleIDProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/structure/PuzzleIDProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,qBAAa,YAAa,SAAQ,iBAAiB,CACjD;IAAE,YAAY,EAAE,YAAY,CAAA;CAAE,EAC9B,QAAQ,CACT;IACO,MAAM,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,YAAY,CAAA;KAAE,GAAG,OAAO,CAAC,QAAQ,CAAC;CAGxE"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { PuzzleID } from "../../../../old/dom/TwistyPlayerConfig";
|
|
2
|
+
import { NoValueType, SimpleTwistyPropSource } from "../../TwistyProp";
|
|
3
|
+
export declare class PuzzleIDRequestProp extends SimpleTwistyPropSource<PuzzleID | NoValueType> {
|
|
4
|
+
getDefaultValue(): PuzzleID | NoValueType;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=PuzzleIDRequestProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PuzzleIDRequestProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/structure/PuzzleIDRequestProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EACL,WAAW,EAEX,sBAAsB,EACvB,MAAM,kBAAkB,CAAC;AAK1B,qBAAa,mBAAoB,SAAQ,sBAAsB,CAC7D,QAAQ,GAAG,WAAW,CACvB;IACC,eAAe,IAAI,QAAQ,GAAG,WAAW;CAG1C"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { PuzzleDescriptionString } from "../../../../../puzzle-geometry/PGPuzzles";
|
|
2
|
+
import { PuzzleLoader } from "../../../../../puzzles";
|
|
3
|
+
import type { PuzzleID } from "../../../../old/dom/TwistyPlayerConfig";
|
|
4
|
+
import { NoValueType, TwistyPropDerived } from "../../TwistyProp";
|
|
5
|
+
interface PuzzleLoaderPropInputs {
|
|
6
|
+
puzzleIDRequest: PuzzleID | NoValueType;
|
|
7
|
+
puzzleDescriptionRequest: PuzzleDescriptionString | NoValueType;
|
|
8
|
+
}
|
|
9
|
+
export declare class PuzzleLoaderProp extends TwistyPropDerived<PuzzleLoaderPropInputs, PuzzleLoader> {
|
|
10
|
+
derive(inputs: PuzzleLoaderPropInputs): PuzzleLoader;
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=PuzzleLoaderProp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PuzzleLoaderProp.d.ts","sourceRoot":"","sources":["../../../../../../../src/cubing/twisty/model/props/puzzle/structure/PuzzleLoaderProp.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACxF,OAAO,EAGL,YAAY,EAEb,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EAAE,WAAW,EAAY,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE5E,UAAU,sBAAsB;IAC9B,eAAe,EAAE,QAAQ,GAAG,WAAW,CAAC;IACxC,wBAAwB,EAAE,uBAAuB,GAAG,WAAW,CAAC;CACjE;AAED,qBAAa,gBAAiB,SAAQ,iBAAiB,CACrD,sBAAsB,EACtB,YAAY,CACb;IACC,MAAM,CAAC,MAAM,EAAE,sBAAsB,GAAG,YAAY;CAkBrD"}
|