@fgv/ts-sudoku-ui 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/.rush/temp/chunked-rush-logs/ts-sudoku-ui.build.chunks.jsonl +14 -0
  2. package/.rush/temp/operation/build/log-chunks.jsonl +14 -0
  3. package/.rush/temp/operation/build/state.json +3 -0
  4. package/.rush/temp/shrinkwrap-deps.json +1086 -0
  5. package/.test-failures-catalog.md +470 -0
  6. package/CSS_MODULES_MIGRATION_SUMMARY.md +189 -0
  7. package/dist/ts-sudoku-ui.d.ts +668 -0
  8. package/etc/ts-sudoku-ui.api.md +481 -0
  9. package/lib/components/CageOverlay.d.ts +8 -0
  10. package/lib/components/CageOverlay.d.ts.map +1 -0
  11. package/lib/components/CageOverlay.js +133 -0
  12. package/lib/components/CageOverlay.js.map +1 -0
  13. package/lib/components/CageSumIndicator.d.ts +8 -0
  14. package/lib/components/CageSumIndicator.d.ts.map +1 -0
  15. package/lib/components/CageSumIndicator.js +66 -0
  16. package/lib/components/CageSumIndicator.js.map +1 -0
  17. package/lib/components/CombinationCard.d.ts +8 -0
  18. package/lib/components/CombinationCard.d.ts.map +1 -0
  19. package/lib/components/CombinationCard.js +64 -0
  20. package/lib/components/CombinationCard.js.map +1 -0
  21. package/lib/components/CombinationGrid.d.ts +8 -0
  22. package/lib/components/CombinationGrid.d.ts.map +1 -0
  23. package/lib/components/CombinationGrid.js +51 -0
  24. package/lib/components/CombinationGrid.js.map +1 -0
  25. package/lib/components/CompactControlRibbon.d.ts +45 -0
  26. package/lib/components/CompactControlRibbon.d.ts.map +1 -0
  27. package/lib/components/CompactControlRibbon.js +141 -0
  28. package/lib/components/CompactControlRibbon.js.map +1 -0
  29. package/lib/components/DualKeypad.d.ts +39 -0
  30. package/lib/components/DualKeypad.d.ts.map +1 -0
  31. package/lib/components/DualKeypad.js +137 -0
  32. package/lib/components/DualKeypad.js.map +1 -0
  33. package/lib/components/KillerCombinationsExplorer.d.ts +9 -0
  34. package/lib/components/KillerCombinationsExplorer.d.ts.map +1 -0
  35. package/lib/components/KillerCombinationsExplorer.js +69 -0
  36. package/lib/components/KillerCombinationsExplorer.js.map +1 -0
  37. package/lib/components/KillerCombinationsModal.d.ts +20 -0
  38. package/lib/components/KillerCombinationsModal.d.ts.map +1 -0
  39. package/lib/components/KillerCombinationsModal.js +135 -0
  40. package/lib/components/KillerCombinationsModal.js.map +1 -0
  41. package/lib/components/KillerCombinationsPanel.d.ts +20 -0
  42. package/lib/components/KillerCombinationsPanel.d.ts.map +1 -0
  43. package/lib/components/KillerCombinationsPanel.js +79 -0
  44. package/lib/components/KillerCombinationsPanel.js.map +1 -0
  45. package/lib/components/NumberKeypad.d.ts +30 -0
  46. package/lib/components/NumberKeypad.d.ts.map +1 -0
  47. package/lib/components/NumberKeypad.js +181 -0
  48. package/lib/components/NumberKeypad.js.map +1 -0
  49. package/lib/components/SudokuCell.d.ts +8 -0
  50. package/lib/components/SudokuCell.d.ts.map +1 -0
  51. package/lib/components/SudokuCell.js +240 -0
  52. package/lib/components/SudokuCell.js.map +1 -0
  53. package/lib/components/SudokuControls.d.ts +8 -0
  54. package/lib/components/SudokuControls.d.ts.map +1 -0
  55. package/lib/components/SudokuControls.js +140 -0
  56. package/lib/components/SudokuControls.js.map +1 -0
  57. package/lib/components/SudokuGrid.d.ts +8 -0
  58. package/lib/components/SudokuGrid.d.ts.map +1 -0
  59. package/lib/components/SudokuGrid.js +177 -0
  60. package/lib/components/SudokuGrid.js.map +1 -0
  61. package/lib/components/SudokuGridEntry.d.ts +8 -0
  62. package/lib/components/SudokuGridEntry.d.ts.map +1 -0
  63. package/lib/components/SudokuGridEntry.js +373 -0
  64. package/lib/components/SudokuGridEntry.js.map +1 -0
  65. package/lib/components/ValidationDisplay.d.ts +8 -0
  66. package/lib/components/ValidationDisplay.d.ts.map +1 -0
  67. package/lib/components/ValidationDisplay.js +95 -0
  68. package/lib/components/ValidationDisplay.js.map +1 -0
  69. package/lib/contexts/DiagnosticLoggerContext.d.ts +81 -0
  70. package/lib/contexts/DiagnosticLoggerContext.d.ts.map +1 -0
  71. package/lib/contexts/DiagnosticLoggerContext.js +98 -0
  72. package/lib/contexts/DiagnosticLoggerContext.js.map +1 -0
  73. package/lib/contexts/index.d.ts +3 -0
  74. package/lib/contexts/index.d.ts.map +1 -0
  75. package/lib/contexts/index.js +25 -0
  76. package/lib/contexts/index.js.map +1 -0
  77. package/lib/hooks/useCombinationElimination.d.ts +10 -0
  78. package/lib/hooks/useCombinationElimination.d.ts.map +1 -0
  79. package/lib/hooks/useCombinationElimination.js +123 -0
  80. package/lib/hooks/useCombinationElimination.js.map +1 -0
  81. package/lib/hooks/useKeyboardShortcut.d.ts +19 -0
  82. package/lib/hooks/useKeyboardShortcut.d.ts.map +1 -0
  83. package/lib/hooks/useKeyboardShortcut.js +55 -0
  84. package/lib/hooks/useKeyboardShortcut.js.map +1 -0
  85. package/lib/hooks/useKillerCombinations.d.ts +11 -0
  86. package/lib/hooks/useKillerCombinations.d.ts.map +1 -0
  87. package/lib/hooks/useKillerCombinations.js +65 -0
  88. package/lib/hooks/useKillerCombinations.js.map +1 -0
  89. package/lib/hooks/useLongPress.d.ts +31 -0
  90. package/lib/hooks/useLongPress.d.ts.map +1 -0
  91. package/lib/hooks/useLongPress.js +69 -0
  92. package/lib/hooks/useLongPress.js.map +1 -0
  93. package/lib/hooks/usePuzzleSession.d.ts +32 -0
  94. package/lib/hooks/usePuzzleSession.d.ts.map +1 -0
  95. package/lib/hooks/usePuzzleSession.js +398 -0
  96. package/lib/hooks/usePuzzleSession.js.map +1 -0
  97. package/lib/hooks/useResponsiveLayout.d.ts +44 -0
  98. package/lib/hooks/useResponsiveLayout.d.ts.map +1 -0
  99. package/lib/hooks/useResponsiveLayout.js +139 -0
  100. package/lib/hooks/useResponsiveLayout.js.map +1 -0
  101. package/lib/index.browser.d.ts +2 -0
  102. package/lib/index.browser.d.ts.map +1 -0
  103. package/lib/index.browser.js +26 -0
  104. package/lib/index.browser.js.map +1 -0
  105. package/lib/index.d.ts +28 -0
  106. package/lib/index.d.ts.map +1 -0
  107. package/lib/index.js +49 -0
  108. package/lib/index.js.map +1 -0
  109. package/lib/test/fixtures/killerSudokuPuzzles.d.ts +36 -0
  110. package/lib/test/fixtures/killerSudokuPuzzles.d.ts.map +1 -0
  111. package/lib/test/fixtures/killerSudokuPuzzles.js +57 -0
  112. package/lib/test/fixtures/killerSudokuPuzzles.js.map +1 -0
  113. package/lib/test/unit/components/SudokuGridEntry.testHelpers.d.ts +22 -0
  114. package/lib/test/unit/components/SudokuGridEntry.testHelpers.d.ts.map +1 -0
  115. package/lib/test/unit/components/SudokuGridEntry.testHelpers.js +116 -0
  116. package/lib/test/unit/components/SudokuGridEntry.testHelpers.js.map +1 -0
  117. package/lib/tsdoc-metadata.json +11 -0
  118. package/lib/types/index.d.ts +234 -0
  119. package/lib/types/index.d.ts.map +1 -0
  120. package/lib/types/index.js +25 -0
  121. package/lib/types/index.js.map +1 -0
  122. package/lib/utils/CageLookupManager.d.ts +74 -0
  123. package/lib/utils/CageLookupManager.d.ts.map +1 -0
  124. package/lib/utils/CageLookupManager.js +283 -0
  125. package/lib/utils/CageLookupManager.js.map +1 -0
  126. package/lib/utils/CagePatternManager.d.ts +82 -0
  127. package/lib/utils/CagePatternManager.d.ts.map +1 -0
  128. package/lib/utils/CagePatternManager.js +139 -0
  129. package/lib/utils/CagePatternManager.js.map +1 -0
  130. package/lib/utils/puzzleDefinitionHelper.d.ts +25 -0
  131. package/lib/utils/puzzleDefinitionHelper.d.ts.map +1 -0
  132. package/lib/utils/puzzleDefinitionHelper.js +99 -0
  133. package/lib/utils/puzzleDefinitionHelper.js.map +1 -0
  134. package/lib-commonjs/components/CageOverlay.js +138 -0
  135. package/lib-commonjs/components/CageOverlay.js.map +1 -0
  136. package/lib-commonjs/components/CageSumIndicator.js +71 -0
  137. package/lib-commonjs/components/CageSumIndicator.js.map +1 -0
  138. package/lib-commonjs/components/CombinationCard.js +68 -0
  139. package/lib-commonjs/components/CombinationCard.js.map +1 -0
  140. package/lib-commonjs/components/CombinationGrid.js +56 -0
  141. package/lib-commonjs/components/CombinationGrid.js.map +1 -0
  142. package/lib-commonjs/components/CompactControlRibbon.js +146 -0
  143. package/lib-commonjs/components/CompactControlRibbon.js.map +1 -0
  144. package/lib-commonjs/components/DualKeypad.js +142 -0
  145. package/lib-commonjs/components/DualKeypad.js.map +1 -0
  146. package/lib-commonjs/components/KillerCombinationsExplorer.js +74 -0
  147. package/lib-commonjs/components/KillerCombinationsExplorer.js.map +1 -0
  148. package/lib-commonjs/components/KillerCombinationsModal.js +140 -0
  149. package/lib-commonjs/components/KillerCombinationsModal.js.map +1 -0
  150. package/lib-commonjs/components/KillerCombinationsPanel.js +84 -0
  151. package/lib-commonjs/components/KillerCombinationsPanel.js.map +1 -0
  152. package/lib-commonjs/components/NumberKeypad.js +186 -0
  153. package/lib-commonjs/components/NumberKeypad.js.map +1 -0
  154. package/lib-commonjs/components/SudokuCell.js +245 -0
  155. package/lib-commonjs/components/SudokuCell.js.map +1 -0
  156. package/lib-commonjs/components/SudokuControls.js +145 -0
  157. package/lib-commonjs/components/SudokuControls.js.map +1 -0
  158. package/lib-commonjs/components/SudokuGrid.js +182 -0
  159. package/lib-commonjs/components/SudokuGrid.js.map +1 -0
  160. package/lib-commonjs/components/SudokuGridEntry.js +378 -0
  161. package/lib-commonjs/components/SudokuGridEntry.js.map +1 -0
  162. package/lib-commonjs/components/ValidationDisplay.js +100 -0
  163. package/lib-commonjs/components/ValidationDisplay.js.map +1 -0
  164. package/lib-commonjs/contexts/DiagnosticLoggerContext.js +104 -0
  165. package/lib-commonjs/contexts/DiagnosticLoggerContext.js.map +1 -0
  166. package/lib-commonjs/contexts/index.js +32 -0
  167. package/lib-commonjs/contexts/index.js.map +1 -0
  168. package/lib-commonjs/hooks/useCombinationElimination.js +126 -0
  169. package/lib-commonjs/hooks/useCombinationElimination.js.map +1 -0
  170. package/lib-commonjs/hooks/useKeyboardShortcut.js +58 -0
  171. package/lib-commonjs/hooks/useKeyboardShortcut.js.map +1 -0
  172. package/lib-commonjs/hooks/useKillerCombinations.js +68 -0
  173. package/lib-commonjs/hooks/useKillerCombinations.js.map +1 -0
  174. package/lib-commonjs/hooks/useLongPress.js +72 -0
  175. package/lib-commonjs/hooks/useLongPress.js.map +1 -0
  176. package/lib-commonjs/hooks/usePuzzleSession.js +401 -0
  177. package/lib-commonjs/hooks/usePuzzleSession.js.map +1 -0
  178. package/lib-commonjs/hooks/useResponsiveLayout.js +142 -0
  179. package/lib-commonjs/hooks/useResponsiveLayout.js.map +1 -0
  180. package/lib-commonjs/index.browser.js +29 -0
  181. package/lib-commonjs/index.browser.js.map +1 -0
  182. package/lib-commonjs/index.js +73 -0
  183. package/lib-commonjs/index.js.map +1 -0
  184. package/lib-commonjs/test/fixtures/killerSudokuPuzzles.js +60 -0
  185. package/lib-commonjs/test/fixtures/killerSudokuPuzzles.js.map +1 -0
  186. package/lib-commonjs/test/unit/components/SudokuGridEntry.testHelpers.js +125 -0
  187. package/lib-commonjs/test/unit/components/SudokuGridEntry.testHelpers.js.map +1 -0
  188. package/lib-commonjs/types/index.js +26 -0
  189. package/lib-commonjs/types/index.js.map +1 -0
  190. package/lib-commonjs/utils/CageLookupManager.js +287 -0
  191. package/lib-commonjs/utils/CageLookupManager.js.map +1 -0
  192. package/lib-commonjs/utils/CagePatternManager.js +143 -0
  193. package/lib-commonjs/utils/CagePatternManager.js.map +1 -0
  194. package/lib-commonjs/utils/puzzleDefinitionHelper.js +103 -0
  195. package/lib-commonjs/utils/puzzleDefinitionHelper.js.map +1 -0
  196. package/package.json +91 -0
@@ -0,0 +1,14 @@
1
+ {"kind":"O","text":"Invoking: heft build --clean \n"}
2
+ {"kind":"O","text":" ---- build started ---- \n"}
3
+ {"kind":"O","text":"[build:set-browserslist-ignore-old-data-env-var] Setting environment variable BROWSERSLIST_IGNORE_OLD_DATA=1\n"}
4
+ {"kind":"O","text":"[build:sass] Starting...\n"}
5
+ {"kind":"O","text":"[build:sass] No SCSS files to process.\n"}
6
+ {"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
7
+ {"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
8
+ {"kind":"O","text":"[build:webpack] No Webpack configuration found\n"}
9
+ {"kind":"O","text":"[build:lint] Using ESLint version 9.39.1\n"}
10
+ {"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.54.0\n"}
11
+ {"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2\n"}
12
+ {"kind":"O","text":"[build:api-extractor] *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.\n"}
13
+ {"kind":"O","text":" ---- build finished (25.325s) ---- \n"}
14
+ {"kind":"O","text":"-------------------- Finished (25.33s) --------------------\n"}
@@ -0,0 +1,14 @@
1
+ {"kind":"O","text":"Invoking: heft build --clean \n"}
2
+ {"kind":"O","text":" ---- build started ---- \n"}
3
+ {"kind":"O","text":"[build:set-browserslist-ignore-old-data-env-var] Setting environment variable BROWSERSLIST_IGNORE_OLD_DATA=1\n"}
4
+ {"kind":"O","text":"[build:sass] Starting...\n"}
5
+ {"kind":"O","text":"[build:sass] No SCSS files to process.\n"}
6
+ {"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
7
+ {"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
8
+ {"kind":"O","text":"[build:webpack] No Webpack configuration found\n"}
9
+ {"kind":"O","text":"[build:lint] Using ESLint version 9.39.1\n"}
10
+ {"kind":"O","text":"[build:api-extractor] Using API Extractor version 7.54.0\n"}
11
+ {"kind":"O","text":"[build:api-extractor] Analysis will use the bundled TypeScript version 5.8.2\n"}
12
+ {"kind":"O","text":"[build:api-extractor] *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.\n"}
13
+ {"kind":"O","text":" ---- build finished (25.325s) ---- \n"}
14
+ {"kind":"O","text":"-------------------- Finished (25.33s) --------------------\n"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 26056.077122999995
3
+ }