cubing 0.57.0 → 0.57.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/cubing/{PuzzleLoader-Dd4G1VlU.d.ts → PuzzleLoader-KP152e2X.d.ts} +1 -1
- package/dist/lib/cubing/alg/index.d.ts +2 -2
- package/dist/lib/cubing/bluetooth/index.d.ts +3 -3
- package/dist/lib/cubing/bluetooth/index.js +3 -3
- package/dist/lib/cubing/{bluetooth-puzzle-FIXncgc8.d.ts → bluetooth-puzzle-6BecDFLi.d.ts} +1 -1
- package/dist/lib/cubing/chunks/{big-puzzle-orientation-IZASZS5A.js → big-puzzle-orientation-SKZG73EB.js} +1 -3
- package/dist/lib/cubing/chunks/{big-puzzle-orientation-IZASZS5A.js.map → big-puzzle-orientation-SKZG73EB.js.map} +2 -2
- package/dist/lib/cubing/chunks/{chunk-EVYENG3X.js → chunk-3C5XG4SC.js} +2 -2
- package/dist/lib/cubing/chunks/{chunk-J6NSY47E.js → chunk-5Q6DZ5HV.js} +2 -2
- package/dist/lib/cubing/chunks/{chunk-CGV5LY7H.js → chunk-C5WSBDCA.js} +1 -1
- package/dist/lib/cubing/chunks/{chunk-KAXXPFNE.js → chunk-MTC4WFXA.js} +2 -2
- package/dist/lib/cubing/chunks/{chunk-MITU5GJ5.js → chunk-NHRL4TEW.js} +2 -2
- package/dist/lib/cubing/chunks/{chunk-DWN2US56.js → chunk-Z7BNHCSY.js} +3 -3
- package/dist/lib/cubing/chunks/{chunk-SNKS5WOA.js → chunk-ZKDJHPLD.js} +3 -3
- package/dist/lib/cubing/chunks/{inside-AF5A42Y6.js → inside-GP3ZBAPI.js} +9 -9
- package/dist/lib/cubing/chunks/{search-dynamic-sgs-side-events-PVOJWVJF.js → search-dynamic-sgs-side-events-ZJVBE4BF.js} +3 -3
- package/dist/lib/cubing/chunks/{search-dynamic-sgs-unofficial-HRR5D2US.js → search-dynamic-sgs-unofficial-RT4BSM6R.js} +3 -3
- package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-3CROPIQD.js → search-dynamic-solve-4x4x4-WSSH4ANK.js} +5 -5
- package/dist/lib/cubing/chunks/search-worker-entry.js +1 -1
- package/dist/lib/cubing/chunks/{twisty-dynamic-3d-EIIPCTEF.js → twisty-dynamic-3d-2Z5KPRYX.js} +4 -4
- package/dist/lib/cubing/{index-Drw5ySJm.d.ts → index-DS5qKjfG.d.ts} +1 -1
- package/dist/lib/cubing/kpuzzle/index.d.ts +1 -1
- package/dist/lib/cubing/notation/index.d.ts +1 -1
- package/dist/lib/cubing/notation/index.js +2 -2
- package/dist/lib/cubing/protocol/index.d.ts +1 -1
- package/dist/lib/cubing/protocol/index.js +2 -2
- package/dist/lib/cubing/puzzle-geometry/index.d.ts +2 -2
- package/dist/lib/cubing/puzzles/index.d.ts +1 -1
- package/dist/lib/cubing/puzzles/index.js +2 -2
- package/dist/lib/cubing/scramble/index.d.ts +2 -2
- package/dist/lib/cubing/scramble/index.js +4 -4
- package/dist/lib/cubing/search/index.d.ts +2 -2
- package/dist/lib/cubing/search/index.js +4 -4
- package/dist/lib/cubing/stream/index.d.ts +2 -2
- package/dist/lib/cubing/twisty/index.d.ts +2 -2
- package/dist/lib/cubing/twisty/index.js +4 -4
- package/dist/lib/cubing/twisty/index.js.map +1 -1
- package/package.json +1 -1
- /package/dist/lib/cubing/chunks/{chunk-EVYENG3X.js.map → chunk-3C5XG4SC.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-J6NSY47E.js.map → chunk-5Q6DZ5HV.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-CGV5LY7H.js.map → chunk-C5WSBDCA.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-KAXXPFNE.js.map → chunk-MTC4WFXA.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-MITU5GJ5.js.map → chunk-NHRL4TEW.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-DWN2US56.js.map → chunk-Z7BNHCSY.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-SNKS5WOA.js.map → chunk-ZKDJHPLD.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{inside-AF5A42Y6.js.map → inside-GP3ZBAPI.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{search-dynamic-sgs-side-events-PVOJWVJF.js.map → search-dynamic-sgs-side-events-ZJVBE4BF.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{search-dynamic-sgs-unofficial-HRR5D2US.js.map → search-dynamic-sgs-unofficial-RT4BSM6R.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-3CROPIQD.js.map → search-dynamic-solve-4x4x4-WSSH4ANK.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{twisty-dynamic-3d-EIIPCTEF.js.map → twisty-dynamic-3d-2Z5KPRYX.js.map} +0 -0
|
@@ -2019,7 +2019,7 @@ interface TwistyPlayerConfig {
|
|
|
2019
2019
|
experimentalPuzzleDescription?: PuzzleDescriptionString;
|
|
2020
2020
|
visualization?: VisualizationFormatWithAuto;
|
|
2021
2021
|
hintFacelets?: HintFaceletStyleWithAuto;
|
|
2022
|
-
experimentalStickering?: ExperimentalStickering;
|
|
2022
|
+
experimentalStickering?: ExperimentalStickering | null;
|
|
2023
2023
|
experimentalStickeringMaskOrbits?: StickeringMask | string;
|
|
2024
2024
|
background?: BackgroundThemeWithAuto;
|
|
2025
2025
|
colorScheme?: ColorSchemeWithAuto;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as AlgNode, s as Alg, M as Move, R as AppendOptions, U as Grouping, W as LineComment, X as Commutator, Y as Conjugate, Z as Newline, _ as Pause, $ as KeyMapping, A as AlgLeaf } from '../PuzzleLoader-
|
|
2
|
-
export { a0 as AlgBranch, a5 as AppendCancelOptions, a3 as ExperimentalNotationType, a2 as ExperimentalParsed, a4 as ExperimentalSerializationOptions, a1 as MoveModifications, x as PuzzleSpecificSimplifyOptions, a7 as QuantumMove, a6 as SimplifyOptions } from '../PuzzleLoader-
|
|
1
|
+
import { O as AlgNode, s as Alg, M as Move, R as AppendOptions, U as Grouping, W as LineComment, X as Commutator, Y as Conjugate, Z as Newline, _ as Pause, $ as KeyMapping, A as AlgLeaf } from '../PuzzleLoader-KP152e2X.js';
|
|
2
|
+
export { a0 as AlgBranch, a5 as AppendCancelOptions, a3 as ExperimentalNotationType, a2 as ExperimentalParsed, a4 as ExperimentalSerializationOptions, a1 as MoveModifications, x as PuzzleSpecificSimplifyOptions, a7 as QuantumMove, a6 as SimplifyOptions } from '../PuzzleLoader-KP152e2X.js';
|
|
3
3
|
import 'three/src/Three.js';
|
|
4
4
|
|
|
5
5
|
/** @deprecated */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { u as PuzzleID, t as PuzzleLoader, $ as KeyMapping, K as KPattern, s as Alg, M as Move } from '../PuzzleLoader-
|
|
2
|
-
import { B as BluetoothPuzzle } from '../bluetooth-puzzle-
|
|
3
|
-
export { A as MoveEvent, O as OrientationEvent } from '../bluetooth-puzzle-
|
|
1
|
+
import { u as PuzzleID, t as PuzzleLoader, $ as KeyMapping, K as KPattern, s as Alg, M as Move } from '../PuzzleLoader-KP152e2X.js';
|
|
2
|
+
import { B as BluetoothPuzzle } from '../bluetooth-puzzle-6BecDFLi.js';
|
|
3
|
+
export { A as MoveEvent, O as OrientationEvent } from '../bluetooth-puzzle-6BecDFLi.js';
|
|
4
4
|
import 'three/src/Three.js';
|
|
5
5
|
|
|
6
6
|
declare function enableDebugLogging(enable: boolean): void;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
binaryComponentsToReid3x3x3,
|
|
3
3
|
twizzleBinaryToBinaryComponents
|
|
4
|
-
} from "../chunks/chunk-
|
|
4
|
+
} from "../chunks/chunk-MTC4WFXA.js";
|
|
5
5
|
import {
|
|
6
6
|
cube3x3x3,
|
|
7
7
|
puzzles
|
|
8
|
-
} from "../chunks/chunk-
|
|
8
|
+
} from "../chunks/chunk-5Q6DZ5HV.js";
|
|
9
9
|
import {
|
|
10
10
|
experimental3x3x3KPuzzle
|
|
11
|
-
} from "../chunks/chunk-
|
|
11
|
+
} from "../chunks/chunk-NHRL4TEW.js";
|
|
12
12
|
import {
|
|
13
13
|
KPattern
|
|
14
14
|
} from "../chunks/chunk-3YVVF3KK.js";
|
|
@@ -57,8 +57,6 @@ function experimentalIsBigCubeSolved(pattern, options) {
|
|
|
57
57
|
if (options.ignorePuzzleOrientation) {
|
|
58
58
|
pattern = normalizeBigCubeOrientation(pattern);
|
|
59
59
|
}
|
|
60
|
-
console.log({ pattern });
|
|
61
|
-
console.log({ p: pattern.kpuzzle.defaultPattern() });
|
|
62
60
|
return pattern.isIdentical(pattern.kpuzzle.defaultPattern());
|
|
63
61
|
}
|
|
64
62
|
export {
|
|
@@ -67,4 +65,4 @@ export {
|
|
|
67
65
|
puzzleOrientationBigCubeCache,
|
|
68
66
|
puzzleOrientationBigCubeIdx
|
|
69
67
|
};
|
|
70
|
-
//# sourceMappingURL=big-puzzle-orientation-
|
|
68
|
+
//# sourceMappingURL=big-puzzle-orientation-SKZG73EB.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/cubing/puzzles/implementations/dynamic/big-cubes/big-puzzle-orientation.ts"],
|
|
4
|
-
"sourcesContent": ["import { Alg, Grouping } from \"../../../../alg\";\nimport type { KPattern, KPuzzle } from \"../../../../kpuzzle\";\n\nexport function puzzleOrientationBigCubeIdx(\n pattern: KPattern,\n): [number, number] {\n const idxUFR = pattern.patternData[\"CORNERS\"].pieces[0];\n const oriUFR = pattern.patternData[\"CORNERS\"].orientation[0];\n return [idxUFR, oriUFR];\n}\n\nconst puzzleOrientationBigCubeCacheRaw: Alg[][] = new Array(8)\n .fill(0)\n .map(() => {\n return new Array<Alg>(3);\n });\n\nconst puzzleOrientationBigCubeCacheInitialized = false;\nexport function puzzleOrientationBigCubeCache(\n bigCubeKPuzzle: KPuzzle, // TODO\n): Alg[][] {\n if (!puzzleOrientationBigCubeCacheInitialized) {\n // We use a new block to avoid keeping a reference to temporary vars.\n // kpuzzle todo\n {\n const uAlgs: Alg[] = [\n \"\",\n \"y\",\n \"y2\",\n \"y'\",\n \"x2\",\n \"x2 y\",\n \"x2 y2\",\n \"x2 y'\",\n ].map((s) => Alg.fromString(s));\n const UFRAlg = new Alg(\"Rv Uv\");\n for (const uAlg of uAlgs) {\n let transformation = bigCubeKPuzzle.algToTransformation(uAlg);\n for (let i = 0; i < 4; i++) {\n const [idxUFR, oriUFR] = puzzleOrientationBigCubeIdx(\n transformation.toKPattern(),\n );\n puzzleOrientationBigCubeCacheRaw[idxUFR][oriUFR] = new Alg([\n ...uAlg.childAlgNodes(),\n new Grouping(UFRAlg, i), // TODO: make this more efficient\n ]).invert();\n if (i === 3) {\n // Avoid an unnecessary transformation calculation.\n break;\n }\n transformation = transformation.applyAlg(UFRAlg);\n }\n }\n }\n }\n return puzzleOrientationBigCubeCacheRaw;\n}\n\nexport function normalizeBigCubeOrientation(pattern: KPattern): KPattern {\n const [idxUFR, oriUFR] = puzzleOrientationBigCubeIdx(pattern);\n const orientationAlg = puzzleOrientationBigCubeCache(pattern.kpuzzle)[idxUFR][\n oriUFR\n ];\n return pattern.applyAlg(orientationAlg);\n}\n\n// The `options` argument is required for now, because we haven't yet come up\n// with a general way to specify different kinds of solved for the same puzle.\nexport function experimentalIsBigCubeSolved(\n pattern: KPattern,\n options: {\n ignorePuzzleOrientation: boolean;\n ignoreCenterOrientation: boolean; // Unused for 4\u00D74\u00D74\n },\n): boolean {\n if (options.ignorePuzzleOrientation) {\n pattern = normalizeBigCubeOrientation(pattern);\n }\n
|
|
5
|
-
"mappings": ";;;;;;AAGO,SAAS,4BACd,SACkB;AAClB,QAAM,SAAS,QAAQ,YAAY,SAAS,EAAE,OAAO,CAAC;AACtD,QAAM,SAAS,QAAQ,YAAY,SAAS,EAAE,YAAY,CAAC;AAC3D,SAAO,CAAC,QAAQ,MAAM;AACxB;AAEA,IAAM,mCAA4C,IAAI,MAAM,CAAC,EAC1D,KAAK,CAAC,EACN,IAAI,MAAM;AACT,SAAO,IAAI,MAAW,CAAC;AACzB,CAAC;AAEH,IAAM,2CAA2C;AAC1C,SAAS,8BACd,gBACS;AACT,MAAI,CAAC,0CAA0C;AAG7C;AACE,YAAM,QAAe;AAAA,QACnB;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF,EAAE,IAAI,CAAC,MAAM,IAAI,WAAW,CAAC,CAAC;AAC9B,YAAM,SAAS,IAAI,IAAI,OAAO;AAC9B,iBAAW,QAAQ,OAAO;AACxB,YAAI,iBAAiB,eAAe,oBAAoB,IAAI;AAC5D,iBAAS,IAAI,GAAG,IAAI,GAAG,KAAK;AAC1B,gBAAM,CAAC,QAAQ,MAAM,IAAI;AAAA,YACvB,eAAe,WAAW;AAAA,UAC5B;AACA,2CAAiC,MAAM,EAAE,MAAM,IAAI,IAAI,IAAI;AAAA,YACzD,GAAG,KAAK,cAAc;AAAA,YACtB,IAAI,SAAS,QAAQ,CAAC;AAAA;AAAA,UACxB,CAAC,EAAE,OAAO;AACV,cAAI,MAAM,GAAG;AAEX;AAAA,UACF;AACA,2BAAiB,eAAe,SAAS,MAAM;AAAA,QACjD;AAAA,MACF;AAAA,IACF;AAAA,EACF;AACA,SAAO;AACT;AAEO,SAAS,4BAA4B,SAA6B;AACvE,QAAM,CAAC,QAAQ,MAAM,IAAI,4BAA4B,OAAO;AAC5D,QAAM,iBAAiB,8BAA8B,QAAQ,OAAO,EAAE,MAAM,EAC1E,MACF;AACA,SAAO,QAAQ,SAAS,cAAc;AACxC;AAIO,SAAS,4BACd,SACA,SAIS;AACT,MAAI,QAAQ,yBAAyB;AACnC,cAAU,4BAA4B,OAAO;AAAA,EAC/C;AACA,
|
|
4
|
+
"sourcesContent": ["import { Alg, Grouping } from \"../../../../alg\";\nimport type { KPattern, KPuzzle } from \"../../../../kpuzzle\";\n\nexport function puzzleOrientationBigCubeIdx(\n pattern: KPattern,\n): [number, number] {\n const idxUFR = pattern.patternData[\"CORNERS\"].pieces[0];\n const oriUFR = pattern.patternData[\"CORNERS\"].orientation[0];\n return [idxUFR, oriUFR];\n}\n\nconst puzzleOrientationBigCubeCacheRaw: Alg[][] = new Array(8)\n .fill(0)\n .map(() => {\n return new Array<Alg>(3);\n });\n\nconst puzzleOrientationBigCubeCacheInitialized = false;\nexport function puzzleOrientationBigCubeCache(\n bigCubeKPuzzle: KPuzzle, // TODO\n): Alg[][] {\n if (!puzzleOrientationBigCubeCacheInitialized) {\n // We use a new block to avoid keeping a reference to temporary vars.\n // kpuzzle todo\n {\n const uAlgs: Alg[] = [\n \"\",\n \"y\",\n \"y2\",\n \"y'\",\n \"x2\",\n \"x2 y\",\n \"x2 y2\",\n \"x2 y'\",\n ].map((s) => Alg.fromString(s));\n const UFRAlg = new Alg(\"Rv Uv\");\n for (const uAlg of uAlgs) {\n let transformation = bigCubeKPuzzle.algToTransformation(uAlg);\n for (let i = 0; i < 4; i++) {\n const [idxUFR, oriUFR] = puzzleOrientationBigCubeIdx(\n transformation.toKPattern(),\n );\n puzzleOrientationBigCubeCacheRaw[idxUFR][oriUFR] = new Alg([\n ...uAlg.childAlgNodes(),\n new Grouping(UFRAlg, i), // TODO: make this more efficient\n ]).invert();\n if (i === 3) {\n // Avoid an unnecessary transformation calculation.\n break;\n }\n transformation = transformation.applyAlg(UFRAlg);\n }\n }\n }\n }\n return puzzleOrientationBigCubeCacheRaw;\n}\n\nexport function normalizeBigCubeOrientation(pattern: KPattern): KPattern {\n const [idxUFR, oriUFR] = puzzleOrientationBigCubeIdx(pattern);\n const orientationAlg = puzzleOrientationBigCubeCache(pattern.kpuzzle)[idxUFR][\n oriUFR\n ];\n return pattern.applyAlg(orientationAlg);\n}\n\n// The `options` argument is required for now, because we haven't yet come up\n// with a general way to specify different kinds of solved for the same puzle.\nexport function experimentalIsBigCubeSolved(\n pattern: KPattern,\n options: {\n ignorePuzzleOrientation: boolean;\n ignoreCenterOrientation: boolean; // Unused for 4\u00D74\u00D74\n },\n): boolean {\n if (options.ignorePuzzleOrientation) {\n pattern = normalizeBigCubeOrientation(pattern);\n }\n return pattern.isIdentical(pattern.kpuzzle.defaultPattern());\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;AAGO,SAAS,4BACd,SACkB;AAClB,QAAM,SAAS,QAAQ,YAAY,SAAS,EAAE,OAAO,CAAC;AACtD,QAAM,SAAS,QAAQ,YAAY,SAAS,EAAE,YAAY,CAAC;AAC3D,SAAO,CAAC,QAAQ,MAAM;AACxB;AAEA,IAAM,mCAA4C,IAAI,MAAM,CAAC,EAC1D,KAAK,CAAC,EACN,IAAI,MAAM;AACT,SAAO,IAAI,MAAW,CAAC;AACzB,CAAC;AAEH,IAAM,2CAA2C;AAC1C,SAAS,8BACd,gBACS;AACT,MAAI,CAAC,0CAA0C;AAG7C;AACE,YAAM,QAAe;AAAA,QACnB;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF,EAAE,IAAI,CAAC,MAAM,IAAI,WAAW,CAAC,CAAC;AAC9B,YAAM,SAAS,IAAI,IAAI,OAAO;AAC9B,iBAAW,QAAQ,OAAO;AACxB,YAAI,iBAAiB,eAAe,oBAAoB,IAAI;AAC5D,iBAAS,IAAI,GAAG,IAAI,GAAG,KAAK;AAC1B,gBAAM,CAAC,QAAQ,MAAM,IAAI;AAAA,YACvB,eAAe,WAAW;AAAA,UAC5B;AACA,2CAAiC,MAAM,EAAE,MAAM,IAAI,IAAI,IAAI;AAAA,YACzD,GAAG,KAAK,cAAc;AAAA,YACtB,IAAI,SAAS,QAAQ,CAAC;AAAA;AAAA,UACxB,CAAC,EAAE,OAAO;AACV,cAAI,MAAM,GAAG;AAEX;AAAA,UACF;AACA,2BAAiB,eAAe,SAAS,MAAM;AAAA,QACjD;AAAA,MACF;AAAA,IACF;AAAA,EACF;AACA,SAAO;AACT;AAEO,SAAS,4BAA4B,SAA6B;AACvE,QAAM,CAAC,QAAQ,MAAM,IAAI,4BAA4B,OAAO;AAC5D,QAAM,iBAAiB,8BAA8B,QAAQ,OAAO,EAAE,MAAM,EAC1E,MACF;AACA,SAAO,QAAQ,SAAS,cAAc;AACxC;AAIO,SAAS,4BACd,SACA,SAIS;AACT,MAAI,QAAQ,yBAAyB;AACnC,cAAU,4BAA4B,OAAO;AAAA,EAC/C;AACA,SAAO,QAAQ,YAAY,QAAQ,QAAQ,eAAe,CAAC;AAC7D;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cube3x3x3KPuzzleDefinition
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NHRL4TEW.js";
|
|
4
4
|
import {
|
|
5
5
|
TraversalUp,
|
|
6
6
|
functionFromTraversal
|
|
@@ -270,4 +270,4 @@ export {
|
|
|
270
270
|
countLeavesInExpansionForSimultaneousMoveIndexer,
|
|
271
271
|
countMetricMoves
|
|
272
272
|
};
|
|
273
|
-
//# sourceMappingURL=chunk-
|
|
273
|
+
//# sourceMappingURL=chunk-3C5XG4SC.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
experimentalIs2x2x2Solved,
|
|
14
14
|
from,
|
|
15
15
|
getCached
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-NHRL4TEW.js";
|
|
17
17
|
import {
|
|
18
18
|
KPuzzle
|
|
19
19
|
} from "./chunk-3YVVF3KK.js";
|
|
@@ -941,4 +941,4 @@ export {
|
|
|
941
941
|
cube3x3x3,
|
|
942
942
|
puzzles
|
|
943
943
|
};
|
|
944
|
-
//# sourceMappingURL=chunk-
|
|
944
|
+
//# sourceMappingURL=chunk-5Q6DZ5HV.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
normalize3x3x3Orientation,
|
|
4
4
|
puzzleOrientation3x3x3Cache,
|
|
5
5
|
puzzleOrientation3x3x3Idx
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NHRL4TEW.js";
|
|
7
7
|
import {
|
|
8
8
|
KPattern
|
|
9
9
|
} from "./chunk-3YVVF3KK.js";
|
|
@@ -262,4 +262,4 @@ export {
|
|
|
262
262
|
bufferToSpacedHex,
|
|
263
263
|
spacedHexToBuffer
|
|
264
264
|
};
|
|
265
|
-
//# sourceMappingURL=chunk-
|
|
265
|
+
//# sourceMappingURL=chunk-MTC4WFXA.js.map
|
|
@@ -1257,7 +1257,7 @@ var experimental3x3x3KPuzzle = new KPuzzle(
|
|
|
1257
1257
|
);
|
|
1258
1258
|
cube3x3x3KPuzzleDefinition.experimentalIsPatternSolved = experimentalIs3x3x3Solved;
|
|
1259
1259
|
var bigCubePuzzleOrientation = getCached(
|
|
1260
|
-
() => import("./big-puzzle-orientation-
|
|
1260
|
+
() => import("./big-puzzle-orientation-SKZG73EB.js")
|
|
1261
1261
|
);
|
|
1262
1262
|
|
|
1263
1263
|
// src/cubing/puzzles/implementations/dynamic/3x3x3/puzzle-orientation.ts
|
|
@@ -1345,4 +1345,4 @@ export {
|
|
|
1345
1345
|
experimental3x3x3KPuzzle,
|
|
1346
1346
|
bigCubePuzzleOrientation
|
|
1347
1347
|
};
|
|
1348
|
-
//# sourceMappingURL=chunk-
|
|
1348
|
+
//# sourceMappingURL=chunk-NHRL4TEW.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
puzzles
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5Q6DZ5HV.js";
|
|
4
4
|
import {
|
|
5
5
|
from
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NHRL4TEW.js";
|
|
7
7
|
import {
|
|
8
8
|
KPattern
|
|
9
9
|
} from "./chunk-3YVVF3KK.js";
|
|
@@ -602,4 +602,4 @@ export {
|
|
|
602
602
|
initialize333,
|
|
603
603
|
random333OrientedScramble
|
|
604
604
|
};
|
|
605
|
-
//# sourceMappingURL=chunk-
|
|
605
|
+
//# sourceMappingURL=chunk-Z7BNHCSY.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
from
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NHRL4TEW.js";
|
|
4
4
|
|
|
5
5
|
// src/cubing/twisty/debug.ts
|
|
6
6
|
var twistyDebugGlobals = {
|
|
@@ -527,7 +527,7 @@ var StatsPanel = class {
|
|
|
527
527
|
// src/cubing/twisty/heavy-code-imports/3d.ts
|
|
528
528
|
var cachedConstructorProxy = null;
|
|
529
529
|
async function bulk3DCode() {
|
|
530
|
-
return cachedConstructorProxy ??= import("./twisty-dynamic-3d-
|
|
530
|
+
return cachedConstructorProxy ??= import("./twisty-dynamic-3d-2Z5KPRYX.js");
|
|
531
531
|
}
|
|
532
532
|
|
|
533
533
|
// src/cubing/twisty/views/canvas.ts
|
|
@@ -1171,4 +1171,4 @@ export {
|
|
|
1171
1171
|
Twisty3DVantage,
|
|
1172
1172
|
bulk3DCode
|
|
1173
1173
|
};
|
|
1174
|
-
//# sourceMappingURL=chunk-
|
|
1174
|
+
//# sourceMappingURL=chunk-ZKDJHPLD.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-6WYRN27C.js";
|
|
4
4
|
import {
|
|
5
5
|
countMoves
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-3C5XG4SC.js";
|
|
7
7
|
import {
|
|
8
8
|
addOrientationSuffix,
|
|
9
9
|
initialize333,
|
|
@@ -12,15 +12,15 @@ import {
|
|
|
12
12
|
random333Scramble,
|
|
13
13
|
setIsInsideWorker,
|
|
14
14
|
solve333
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-Z7BNHCSY.js";
|
|
16
16
|
import "./chunk-RDSQRW3G.js";
|
|
17
17
|
import {
|
|
18
18
|
cube2x2x2,
|
|
19
19
|
puzzles
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-5Q6DZ5HV.js";
|
|
21
21
|
import {
|
|
22
22
|
from
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-NHRL4TEW.js";
|
|
24
24
|
import {
|
|
25
25
|
KPattern,
|
|
26
26
|
KPuzzle
|
|
@@ -175,7 +175,7 @@ async function wasmRandomScrambleForEvent(eventID) {
|
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
// src/cubing/search/inside/solve/puzzles/dynamic/sgs-side-events/index.ts
|
|
178
|
-
var searchDynamicSideEvents = from(() => import("./search-dynamic-sgs-side-events-
|
|
178
|
+
var searchDynamicSideEvents = from(() => import("./search-dynamic-sgs-side-events-ZJVBE4BF.js"));
|
|
179
179
|
|
|
180
180
|
// src/cubing/search/inside/solve/puzzles/2x2x2.ts
|
|
181
181
|
var cachedTrembleSolver = null;
|
|
@@ -200,7 +200,7 @@ async function solve222(pattern) {
|
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
// src/cubing/search/inside/solve/puzzles/dynamic/4x4x4/index.ts
|
|
203
|
-
var dynamic4x4x4Solver = from(() => import("./search-dynamic-solve-4x4x4-
|
|
203
|
+
var dynamic4x4x4Solver = from(() => import("./search-dynamic-solve-4x4x4-WSSH4ANK.js"));
|
|
204
204
|
|
|
205
205
|
// src/cubing/search/inside/solve/puzzles/4x4x4.ts
|
|
206
206
|
var randomSuffixes = [
|
|
@@ -224,7 +224,7 @@ var dynamicFTO = from(
|
|
|
224
224
|
);
|
|
225
225
|
|
|
226
226
|
// src/cubing/search/inside/solve/puzzles/fto.ts
|
|
227
|
-
var dynamic = from(() => import("./search-dynamic-sgs-unofficial-
|
|
227
|
+
var dynamic = from(() => import("./search-dynamic-sgs-unofficial-RT4BSM6R.js"));
|
|
228
228
|
async function randomFTOScramble() {
|
|
229
229
|
mustBeInsideWorker();
|
|
230
230
|
return new Alg(await (await dynamicFTO).getRandomFTOScramble());
|
|
@@ -304,7 +304,7 @@ async function solvePyraminx(pattern) {
|
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
// src/cubing/search/inside/solve/puzzles/dynamic/sgs-unofficial/index.ts
|
|
307
|
-
var searchDynamicUnofficial = from(() => import("./search-dynamic-sgs-unofficial-
|
|
307
|
+
var searchDynamicUnofficial = from(() => import("./search-dynamic-sgs-unofficial-RT4BSM6R.js"));
|
|
308
308
|
|
|
309
309
|
// src/cubing/search/inside/solve/puzzles/redi_cube.ts
|
|
310
310
|
async function randomRediCubeScramble() {
|
|
@@ -550,4 +550,4 @@ var insideAPI = {
|
|
|
550
550
|
|
|
551
551
|
// src/cubing/search/inside/index.ts
|
|
552
552
|
expose(insideAPI);
|
|
553
|
-
//# sourceMappingURL=inside-
|
|
553
|
+
//# sourceMappingURL=inside-GP3ZBAPI.js.map
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
cube2x2x2,
|
|
6
6
|
puzzles
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-5Q6DZ5HV.js";
|
|
8
|
+
import "./chunk-NHRL4TEW.js";
|
|
9
9
|
import {
|
|
10
10
|
KPuzzle
|
|
11
11
|
} from "./chunk-3YVVF3KK.js";
|
|
@@ -1888,4 +1888,4 @@ export {
|
|
|
1888
1888
|
sgsDataSkewbFixedCorner,
|
|
1889
1889
|
skewbKPuzzleWithoutMOCached
|
|
1890
1890
|
};
|
|
1891
|
-
//# sourceMappingURL=search-dynamic-sgs-side-events-
|
|
1891
|
+
//# sourceMappingURL=search-dynamic-sgs-side-events-ZJVBE4BF.js.map
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
} from "./chunk-GKM2CK6T.js";
|
|
4
4
|
import {
|
|
5
5
|
puzzles
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-5Q6DZ5HV.js";
|
|
7
|
+
import "./chunk-NHRL4TEW.js";
|
|
8
8
|
import "./chunk-3YVVF3KK.js";
|
|
9
9
|
import {
|
|
10
10
|
Alg
|
|
@@ -1265,4 +1265,4 @@ export {
|
|
|
1265
1265
|
getRandomRediCubeScramble,
|
|
1266
1266
|
sgsDataFTO
|
|
1267
1267
|
};
|
|
1268
|
-
//# sourceMappingURL=search-dynamic-sgs-unofficial-
|
|
1268
|
+
//# sourceMappingURL=search-dynamic-sgs-unofficial-RT4BSM6R.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "./chunk-NAPITA3L.js";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-C5WSBDCA.js";
|
|
3
3
|
import {
|
|
4
4
|
random333Scramble
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-Z7BNHCSY.js";
|
|
6
6
|
import "./chunk-7GUL3OBQ.js";
|
|
7
7
|
import "./chunk-RDSQRW3G.js";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-5Q6DZ5HV.js";
|
|
9
|
+
import "./chunk-NHRL4TEW.js";
|
|
10
10
|
import "./chunk-3YVVF3KK.js";
|
|
11
11
|
import {
|
|
12
12
|
Alg
|
|
@@ -2921,4 +2921,4 @@ export {
|
|
|
2921
2921
|
initialize,
|
|
2922
2922
|
random444Scramble
|
|
2923
2923
|
};
|
|
2924
|
-
//# sourceMappingURL=search-dynamic-solve-4x4x4-
|
|
2924
|
+
//# sourceMappingURL=search-dynamic-solve-4x4x4-WSSH4ANK.js.map
|
|
@@ -9,7 +9,7 @@ import "./chunk-RDSQRW3G.js";
|
|
|
9
9
|
// src/cubing/search/worker-workarounds/search-worker-entry.js
|
|
10
10
|
if (exposeAPI.expose) {
|
|
11
11
|
(async () => {
|
|
12
|
-
await import("./inside-
|
|
12
|
+
await import("./inside-GP3ZBAPI.js");
|
|
13
13
|
const messagePort = globalThis.postMessage ? globalThis : await nodeEndpointPort();
|
|
14
14
|
messagePort.postMessage("comlink-exposed");
|
|
15
15
|
})();
|
package/dist/lib/cubing/chunks/{twisty-dynamic-3d-EIIPCTEF.js → twisty-dynamic-3d-2Z5KPRYX.js}
RENAMED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
bulk3DCode,
|
|
4
4
|
haveStartedSharingRenderers,
|
|
5
5
|
hintFaceletStyles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ZKDJHPLD.js";
|
|
7
7
|
import {
|
|
8
8
|
cube3x3x3
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5Q6DZ5HV.js";
|
|
10
10
|
import {
|
|
11
11
|
getFaceletStickeringMask
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-NHRL4TEW.js";
|
|
13
13
|
import "./chunk-3YVVF3KK.js";
|
|
14
14
|
import {
|
|
15
15
|
Move
|
|
@@ -1881,4 +1881,4 @@ export {
|
|
|
1881
1881
|
cube3DShim,
|
|
1882
1882
|
pg3dShim
|
|
1883
1883
|
};
|
|
1884
|
-
//# sourceMappingURL=twisty-dynamic-3d-
|
|
1884
|
+
//# sourceMappingURL=twisty-dynamic-3d-2Z5KPRYX.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { K as KPattern, a8 as KPatternData, a9 as KPatternOrbitData, v as KPuzzle, aa as KPuzzleDefinition, z as KTransformation, ab as KTransformationData, ac as KTransformationOrbitData } from '../PuzzleLoader-
|
|
1
|
+
export { K as KPattern, a8 as KPatternData, a9 as KPatternOrbitData, v as KPuzzle, aa as KPuzzleDefinition, z as KTransformation, ab as KTransformationData, ac as KTransformationOrbitData } from '../PuzzleLoader-KP152e2X.js';
|
|
2
2
|
import 'three/src/Three.js';
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
countMetricMoves,
|
|
6
6
|
countMoves,
|
|
7
7
|
countMovesETM
|
|
8
|
-
} from "../chunks/chunk-
|
|
9
|
-
import "../chunks/chunk-
|
|
8
|
+
} from "../chunks/chunk-3C5XG4SC.js";
|
|
9
|
+
import "../chunks/chunk-NHRL4TEW.js";
|
|
10
10
|
import "../chunks/chunk-3YVVF3KK.js";
|
|
11
11
|
import "../chunks/chunk-SWKNZGJF.js";
|
|
12
12
|
export {
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
spacedHexToBuffer,
|
|
6
6
|
twizzleBinaryToBinaryComponents,
|
|
7
7
|
twizzleBinaryToReid3x3x3
|
|
8
|
-
} from "../chunks/chunk-
|
|
9
|
-
import "../chunks/chunk-
|
|
8
|
+
} from "../chunks/chunk-MTC4WFXA.js";
|
|
9
|
+
import "../chunks/chunk-NHRL4TEW.js";
|
|
10
10
|
import "../chunks/chunk-3YVVF3KK.js";
|
|
11
11
|
import "../chunks/chunk-SWKNZGJF.js";
|
|
12
12
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as Perm } from '../PuzzleLoader-
|
|
2
|
-
export { j as EXPERIMENTAL_PUZZLE_BASE_SHAPES, k as EXPERIMENTAL_PUZZLE_CUT_TYPES, i as ExperimentalPGNotation, l as ExperimentalPuzzleBaseShape, m as ExperimentalPuzzleCutDescription, n as ExperimentalPuzzleCutType, o as ExperimentalPuzzleDescription, a as ExperimentalPuzzleGeometryOptions, q as PuzzleGeometry, Q as Quat, S as StickerDat, b as StickerDatAxis, c as StickerDatFace, d as StickerDatSticker, g as getPG3DNamedPuzzles, e as getPuzzleDescriptionString, f as getPuzzleGeometryByDesc, h as getPuzzleGeometryByName, p as parseOptions, r as parsePuzzleDescription } from '../PuzzleLoader-
|
|
1
|
+
import { P as Perm } from '../PuzzleLoader-KP152e2X.js';
|
|
2
|
+
export { j as EXPERIMENTAL_PUZZLE_BASE_SHAPES, k as EXPERIMENTAL_PUZZLE_CUT_TYPES, i as ExperimentalPGNotation, l as ExperimentalPuzzleBaseShape, m as ExperimentalPuzzleCutDescription, n as ExperimentalPuzzleCutType, o as ExperimentalPuzzleDescription, a as ExperimentalPuzzleGeometryOptions, q as PuzzleGeometry, Q as Quat, S as StickerDat, b as StickerDatAxis, c as StickerDatFace, d as StickerDatSticker, g as getPG3DNamedPuzzles, e as getPuzzleDescriptionString, f as getPuzzleGeometryByDesc, h as getPuzzleGeometryByName, p as parseOptions, r as parsePuzzleDescription } from '../PuzzleLoader-KP152e2X.js';
|
|
3
3
|
import 'three/src/Three.js';
|
|
4
4
|
|
|
5
5
|
declare function schreierSims(g: Perm[], disp: (s: string) => void): bigint;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as PuzzleID, t as PuzzleLoader, v as KPuzzle, q as PuzzleGeometry, E as ExperimentalStickering, w as StickeringMask, x as PuzzleSpecificSimplifyOptions, A as AlgLeaf } from '../PuzzleLoader-
|
|
1
|
+
import { u as PuzzleID, t as PuzzleLoader, v as KPuzzle, q as PuzzleGeometry, E as ExperimentalStickering, w as StickeringMask, x as PuzzleSpecificSimplifyOptions, A as AlgLeaf } from '../PuzzleLoader-KP152e2X.js';
|
|
2
2
|
import 'three/src/Three.js';
|
|
3
3
|
|
|
4
4
|
interface EventInfo {
|
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
twizzleEvents,
|
|
7
7
|
wcaEventInfo,
|
|
8
8
|
wcaEvents
|
|
9
|
-
} from "../chunks/chunk-
|
|
10
|
-
import "../chunks/chunk-
|
|
9
|
+
} from "../chunks/chunk-5Q6DZ5HV.js";
|
|
10
|
+
import "../chunks/chunk-NHRL4TEW.js";
|
|
11
11
|
import "../chunks/chunk-3YVVF3KK.js";
|
|
12
12
|
import "../chunks/chunk-SWKNZGJF.js";
|
|
13
13
|
export {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '../PuzzleLoader-
|
|
2
|
-
export { r as randomScrambleForEvent } from '../index-
|
|
1
|
+
import '../PuzzleLoader-KP152e2X.js';
|
|
2
|
+
export { r as randomScrambleForEvent } from '../index-DS5qKjfG.js';
|
|
3
3
|
import 'three/src/Three.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "../chunks/chunk-NAPITA3L.js";
|
|
2
2
|
import {
|
|
3
3
|
randomScrambleForEvent
|
|
4
|
-
} from "../chunks/chunk-
|
|
5
|
-
import "../chunks/chunk-
|
|
4
|
+
} from "../chunks/chunk-C5WSBDCA.js";
|
|
5
|
+
import "../chunks/chunk-Z7BNHCSY.js";
|
|
6
6
|
import "../chunks/chunk-7GUL3OBQ.js";
|
|
7
7
|
import "../chunks/chunk-RDSQRW3G.js";
|
|
8
|
-
import "../chunks/chunk-
|
|
9
|
-
import "../chunks/chunk-
|
|
8
|
+
import "../chunks/chunk-5Q6DZ5HV.js";
|
|
9
|
+
import "../chunks/chunk-NHRL4TEW.js";
|
|
10
10
|
import "../chunks/chunk-3YVVF3KK.js";
|
|
11
11
|
import "../chunks/chunk-SWKNZGJF.js";
|
|
12
12
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { K as KPattern } from '../PuzzleLoader-
|
|
2
|
-
export { e as experimentalSolve2x2x2, a as experimentalSolve3x3x3IgnoringCenters, f as experimentalSolveTwsearch, s as setSearchDebug, b as solveMegaminx, c as solvePyraminx, d as solveSkewb } from '../index-
|
|
1
|
+
import { K as KPattern } from '../PuzzleLoader-KP152e2X.js';
|
|
2
|
+
export { e as experimentalSolve2x2x2, a as experimentalSolve3x3x3IgnoringCenters, f as experimentalSolveTwsearch, s as setSearchDebug, b as solveMegaminx, c as solvePyraminx, d as solveSkewb } from '../index-DS5qKjfG.js';
|
|
3
3
|
import 'three/src/Three.js';
|
|
4
4
|
|
|
5
5
|
declare function random333Pattern(): Promise<KPattern>;
|
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
solvePyraminx,
|
|
7
7
|
solveSkewb,
|
|
8
8
|
solveTwsearch
|
|
9
|
-
} from "../chunks/chunk-
|
|
9
|
+
} from "../chunks/chunk-C5WSBDCA.js";
|
|
10
10
|
import {
|
|
11
11
|
random333Pattern
|
|
12
|
-
} from "../chunks/chunk-
|
|
12
|
+
} from "../chunks/chunk-Z7BNHCSY.js";
|
|
13
13
|
import "../chunks/chunk-7GUL3OBQ.js";
|
|
14
14
|
import "../chunks/chunk-RDSQRW3G.js";
|
|
15
|
-
import "../chunks/chunk-
|
|
16
|
-
import "../chunks/chunk-
|
|
15
|
+
import "../chunks/chunk-5Q6DZ5HV.js";
|
|
16
|
+
import "../chunks/chunk-NHRL4TEW.js";
|
|
17
17
|
import "../chunks/chunk-3YVVF3KK.js";
|
|
18
18
|
import "../chunks/chunk-SWKNZGJF.js";
|
|
19
19
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '../PuzzleLoader-
|
|
2
|
-
import { A as AlgLeafEvent, O as OrientationEvent } from '../bluetooth-puzzle-
|
|
1
|
+
import '../PuzzleLoader-KP152e2X.js';
|
|
2
|
+
import { A as AlgLeafEvent, O as OrientationEvent } from '../bluetooth-puzzle-6BecDFLi.js';
|
|
3
3
|
import 'three/src/Three.js';
|
|
4
4
|
|
|
5
5
|
interface ProxyMoveEvent {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { y as AlgIndexer, v as KPuzzle, s as Alg, M as Move, T as Timestamp, K as KPattern, z as KTransformation, D as Duration, w as StickeringMask } from '../PuzzleLoader-
|
|
2
|
-
export { C as BackViewLayout, N as EXPERIMENTAL_PROP_NO_VALUE, B as ExperimentalMillisecondTimestamp, E as ExperimentalStickering, u as PuzzleID, G as TwistyAlgEditor, H as TwistyAlgViewer, J as TwistyPlayer, I as TwistyPlayerConfig, L as TwizzleLink, V as VisualizationFormat, F as backViewLayouts } from '../PuzzleLoader-
|
|
1
|
+
import { y as AlgIndexer, v as KPuzzle, s as Alg, M as Move, T as Timestamp, K as KPattern, z as KTransformation, D as Duration, w as StickeringMask } from '../PuzzleLoader-KP152e2X.js';
|
|
2
|
+
export { C as BackViewLayout, N as EXPERIMENTAL_PROP_NO_VALUE, B as ExperimentalMillisecondTimestamp, E as ExperimentalStickering, u as PuzzleID, G as TwistyAlgEditor, H as TwistyAlgViewer, J as TwistyPlayer, I as TwistyPlayerConfig, L as TwizzleLink, V as VisualizationFormat, F as backViewLayouts } from '../PuzzleLoader-KP152e2X.js';
|
|
3
3
|
import 'three/src/Three.js';
|
|
4
4
|
|
|
5
5
|
declare class SimpleAlgIndexer implements AlgIndexer {
|
|
@@ -17,21 +17,21 @@ import {
|
|
|
17
17
|
rawRenderPooled,
|
|
18
18
|
setCameraFromOrbitCoordinates,
|
|
19
19
|
setTwistyDebug
|
|
20
|
-
} from "../chunks/chunk-
|
|
20
|
+
} from "../chunks/chunk-ZKDJHPLD.js";
|
|
21
21
|
import {
|
|
22
22
|
countAnimatedLeaves,
|
|
23
23
|
countLeavesInExpansionForSimultaneousMoveIndexer,
|
|
24
24
|
countMetricMoves
|
|
25
|
-
} from "../chunks/chunk-
|
|
25
|
+
} from "../chunks/chunk-3C5XG4SC.js";
|
|
26
26
|
import {
|
|
27
27
|
cube3x3x3,
|
|
28
28
|
puzzles
|
|
29
|
-
} from "../chunks/chunk-
|
|
29
|
+
} from "../chunks/chunk-5Q6DZ5HV.js";
|
|
30
30
|
import {
|
|
31
31
|
customPGPuzzleLoader,
|
|
32
32
|
getPartialAppendOptionsForPuzzleSpecificSimplifyOptions,
|
|
33
33
|
getPieceStickeringMask
|
|
34
|
-
} from "../chunks/chunk-
|
|
34
|
+
} from "../chunks/chunk-NHRL4TEW.js";
|
|
35
35
|
import "../chunks/chunk-3YVVF3KK.js";
|
|
36
36
|
import {
|
|
37
37
|
Alg,
|