kireji 0.8.2 → 0.10.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 (291) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
  3. package/src/app/kireji/description +1 -1
  4. package/src/app/kireji/editor/point.js +0 -1
  5. package/src/app/kireji/editor/sections/issues/part.html_.js +5 -0
  6. package/src/app/kireji/editor/sections/issues/part.json +3 -0
  7. package/src/app/kireji/editor/sections/issues/title +1 -0
  8. package/src/app/kireji/editor/sections/state/part.html_.js +8 -8
  9. package/src/app/kireji/editor/tab-group/build.js +0 -1
  10. package/src/app/kireji/editor/tab-group/view-update.js +0 -3
  11. package/src/app/kireji/issue-tracker/constants.js +3 -0
  12. package/src/app/kireji/issue-tracker/filters/apply.js +29 -0
  13. package/src/app/kireji/issue-tracker/filters/boolean/part.json +10 -0
  14. package/src/app/kireji/issue-tracker/filters/boolean/point.js +7 -0
  15. package/src/app/kireji/issue-tracker/filters/boolean/view-update.js +1 -0
  16. package/src/app/kireji/issue-tracker/filters/constants.js +2 -0
  17. package/src/app/kireji/issue-tracker/filters/dropdown/constants.js +2 -0
  18. package/src/app/kireji/issue-tracker/filters/dropdown/none/part.json +1 -0
  19. package/src/app/kireji/issue-tracker/filters/dropdown/part.html_.js +15 -0
  20. package/src/app/kireji/issue-tracker/filters/dropdown/part.json +3 -0
  21. package/src/app/kireji/issue-tracker/filters/dropdown/priority/part.json +1 -0
  22. package/src/app/kireji/issue-tracker/filters/dropdown/status/part.json +1 -0
  23. package/src/app/kireji/issue-tracker/filters/dropdown/type.d.ts +12 -0
  24. package/src/app/kireji/issue-tracker/filters/dropdown/view-update.js +10 -0
  25. package/src/app/kireji/issue-tracker/filters/order/by/date/part.json +1 -0
  26. package/src/app/kireji/issue-tracker/filters/order/by/part.json +9 -0
  27. package/src/app/kireji/issue-tracker/filters/order/by/priority/part.json +1 -0
  28. package/src/app/kireji/issue-tracker/filters/order/by/status/part.json +1 -0
  29. package/src/app/kireji/issue-tracker/filters/order/by/title/part.json +1 -0
  30. package/src/app/kireji/issue-tracker/filters/order/by/type.d.ts +11 -0
  31. package/src/app/kireji/issue-tracker/filters/order/by/view-update.js +2 -0
  32. package/src/app/kireji/issue-tracker/filters/order/descending/part.json +3 -0
  33. package/src/app/kireji/issue-tracker/filters/order/descending/view-update.js +6 -0
  34. package/src/app/kireji/issue-tracker/filters/order/part.json +3 -0
  35. package/src/app/kireji/issue-tracker/filters/order/type.d.ts +10 -0
  36. package/src/app/kireji/issue-tracker/filters/part.css +149 -0
  37. package/src/app/kireji/issue-tracker/filters/part.html_.js +13 -0
  38. package/src/app/kireji/issue-tracker/filters/part.json +12 -0
  39. package/src/app/kireji/issue-tracker/filters/point.js +27 -0
  40. package/src/app/kireji/issue-tracker/filters/priority/a/part.json +3 -0
  41. package/src/app/kireji/issue-tracker/filters/priority/b/part.json +3 -0
  42. package/src/app/kireji/issue-tracker/filters/priority/c/part.json +3 -0
  43. package/src/app/kireji/issue-tracker/filters/priority/part.json +3 -0
  44. package/src/app/kireji/issue-tracker/filters/priority/type.d.ts +11 -0
  45. package/src/app/kireji/issue-tracker/filters/status/doing/part.json +3 -0
  46. package/src/app/kireji/issue-tracker/filters/status/done/part.json +3 -0
  47. package/src/app/kireji/issue-tracker/filters/status/part.json +8 -0
  48. package/src/app/kireji/issue-tracker/filters/status/to-do/part.json +3 -0
  49. package/src/app/kireji/issue-tracker/filters/status/type.d.ts +11 -0
  50. package/src/app/kireji/issue-tracker/filters/type.d.ts +17 -0
  51. package/src/app/kireji/issue-tracker/filters/view-hydrate.js +15 -0
  52. package/src/app/kireji/issue-tracker/filters/view-update.js +1 -0
  53. package/src/app/kireji/issue-tracker/issues.html_.js +1 -0
  54. package/src/app/kireji/issue-tracker/menu-appear-on +1 -0
  55. package/src/app/kireji/issue-tracker/part.css_.js +1 -0
  56. package/src/app/kireji/issue-tracker/part.html_.js +4 -0
  57. package/src/app/kireji/issue-tracker/part.json +9 -0
  58. package/src/app/kireji/issue-tracker/pathname-canonical_.js +1 -0
  59. package/src/app/kireji/issue-tracker/pathname-translate-canonical.js +39 -0
  60. package/src/app/kireji/issue-tracker/scroller/part.json +3 -0
  61. package/src/app/kireji/issue-tracker/scroller/query +1 -0
  62. package/src/app/kireji/issue-tracker/sections/issues/1776193480/description +1 -0
  63. package/src/app/kireji/issue-tracker/sections/issues/1776193480/part.json +3 -0
  64. package/src/app/kireji/issue-tracker/sections/issues/1776193480/status +1 -0
  65. package/src/app/kireji/issue-tracker/sections/issues/1776193480/title +1 -0
  66. package/src/app/kireji/issue-tracker/sections/issues/1776193941/affects_.js +3 -0
  67. package/src/app/kireji/issue-tracker/sections/issues/1776193941/description +1 -0
  68. package/src/app/kireji/issue-tracker/sections/issues/1776193941/part.json +3 -0
  69. package/src/app/kireji/issue-tracker/sections/issues/1776193941/priority +1 -0
  70. package/src/app/kireji/issue-tracker/sections/issues/1776193941/title +1 -0
  71. package/src/app/kireji/issue-tracker/sections/issues/1776204452/description +1 -0
  72. package/src/app/kireji/issue-tracker/sections/issues/1776204452/part.json +3 -0
  73. package/src/app/kireji/issue-tracker/sections/issues/1776204452/priority +1 -0
  74. package/src/app/kireji/issue-tracker/sections/issues/1776204452/title +1 -0
  75. package/src/app/kireji/issue-tracker/sections/issues/1776204550/description +1 -0
  76. package/src/app/kireji/issue-tracker/sections/issues/1776204550/part.json +3 -0
  77. package/src/app/kireji/issue-tracker/sections/issues/1776204550/priority +1 -0
  78. package/src/app/kireji/issue-tracker/sections/issues/1776204550/title +1 -0
  79. package/src/app/kireji/issue-tracker/sections/issues/1776204640/affects_.js +3 -0
  80. package/src/app/kireji/issue-tracker/sections/issues/1776204640/description +5 -0
  81. package/src/app/kireji/issue-tracker/sections/issues/1776204640/part.json +3 -0
  82. package/src/app/kireji/issue-tracker/sections/issues/1776204640/priority +1 -0
  83. package/src/app/kireji/issue-tracker/sections/issues/1776204640/status +1 -0
  84. package/src/app/kireji/issue-tracker/sections/issues/1776204640/title +1 -0
  85. package/src/app/kireji/issue-tracker/sections/issues/1776204869/description +1 -0
  86. package/src/app/kireji/issue-tracker/sections/issues/1776204869/part.json +3 -0
  87. package/src/app/kireji/issue-tracker/sections/issues/1776204869/priority +1 -0
  88. package/src/app/kireji/issue-tracker/sections/issues/1776204869/status +1 -0
  89. package/src/app/kireji/issue-tracker/sections/issues/1776204869/title +1 -0
  90. package/src/app/kireji/issue-tracker/sections/issues/1776204979/affects_.js +3 -0
  91. package/src/app/kireji/issue-tracker/sections/issues/1776204979/description +1 -0
  92. package/src/app/kireji/issue-tracker/sections/issues/1776204979/part.json +3 -0
  93. package/src/app/kireji/issue-tracker/sections/issues/1776204979/priority +1 -0
  94. package/src/app/kireji/issue-tracker/sections/issues/1776204979/title +1 -0
  95. package/src/app/kireji/issue-tracker/sections/issues/1776205152/affects_.js +4 -0
  96. package/src/app/kireji/issue-tracker/sections/issues/1776205152/description +30 -0
  97. package/src/app/kireji/issue-tracker/sections/issues/1776205152/part.json +3 -0
  98. package/src/app/kireji/issue-tracker/sections/issues/1776205152/priority +1 -0
  99. package/src/app/kireji/issue-tracker/sections/issues/1776205152/status +1 -0
  100. package/src/app/kireji/issue-tracker/sections/issues/1776205152/title +1 -0
  101. package/src/app/kireji/issue-tracker/sections/issues/1776205544/description +5 -0
  102. package/src/app/kireji/issue-tracker/sections/issues/1776205544/links_.js +1 -0
  103. package/src/app/kireji/issue-tracker/sections/issues/1776205544/part.json +3 -0
  104. package/src/app/kireji/issue-tracker/sections/issues/1776205544/title +1 -0
  105. package/src/app/kireji/issue-tracker/sections/issues/1776205973/affects_.js +3 -0
  106. package/src/app/kireji/issue-tracker/sections/issues/1776205973/description +6 -0
  107. package/src/app/kireji/issue-tracker/sections/issues/1776205973/part.json +3 -0
  108. package/src/app/kireji/issue-tracker/sections/issues/1776205973/priority +1 -0
  109. package/src/app/kireji/issue-tracker/sections/issues/1776205973/title +1 -0
  110. package/src/app/kireji/issue-tracker/sections/issues/1776206413/affects_.js +3 -0
  111. package/src/app/kireji/issue-tracker/sections/issues/1776206413/description +1 -0
  112. package/src/app/kireji/issue-tracker/sections/issues/1776206413/part.json +3 -0
  113. package/src/app/kireji/issue-tracker/sections/issues/1776206413/priority +1 -0
  114. package/src/app/kireji/issue-tracker/sections/issues/1776206413/title +1 -0
  115. package/src/app/kireji/issue-tracker/sections/issues/1776206609/affects_.js +3 -0
  116. package/src/app/kireji/issue-tracker/sections/issues/1776206609/description +1 -0
  117. package/src/app/kireji/issue-tracker/sections/issues/1776206609/part.json +3 -0
  118. package/src/app/kireji/issue-tracker/sections/issues/1776206609/priority +1 -0
  119. package/src/app/kireji/issue-tracker/sections/issues/1776206609/title +1 -0
  120. package/src/app/kireji/issue-tracker/sections/issues/1776206848/affects_.js +3 -0
  121. package/src/app/kireji/issue-tracker/sections/issues/1776206848/description +1 -0
  122. package/src/app/kireji/issue-tracker/sections/issues/1776206848/part.json +3 -0
  123. package/src/app/kireji/issue-tracker/sections/issues/1776206848/priority +1 -0
  124. package/src/app/kireji/issue-tracker/sections/issues/1776206848/title +1 -0
  125. package/src/app/kireji/issue-tracker/sections/issues/1776207072/description +1 -0
  126. package/src/app/kireji/issue-tracker/sections/issues/1776207072/part.json +3 -0
  127. package/src/app/kireji/issue-tracker/sections/issues/1776207072/status +1 -0
  128. package/src/app/kireji/issue-tracker/sections/issues/1776207072/title +1 -0
  129. package/src/app/kireji/issue-tracker/sections/issues/1776207212/description +1 -0
  130. package/src/app/kireji/issue-tracker/sections/issues/1776207212/part.json +3 -0
  131. package/src/app/kireji/issue-tracker/sections/issues/1776207212/status +1 -0
  132. package/src/app/kireji/issue-tracker/sections/issues/1776207212/title +1 -0
  133. package/src/app/kireji/issue-tracker/sections/issues/1776207331/affects_.js +5 -0
  134. package/src/app/kireji/issue-tracker/sections/issues/1776207331/description +1 -0
  135. package/src/app/kireji/issue-tracker/sections/issues/1776207331/part.json +3 -0
  136. package/src/app/kireji/issue-tracker/sections/issues/1776207331/status +1 -0
  137. package/src/app/kireji/issue-tracker/sections/issues/1776207331/title +1 -0
  138. package/src/app/kireji/issue-tracker/sections/issues/1776207644/description +1 -0
  139. package/src/app/kireji/issue-tracker/sections/issues/1776207644/links_.js +1 -0
  140. package/src/app/kireji/issue-tracker/sections/issues/1776207644/part.json +3 -0
  141. package/src/app/kireji/issue-tracker/sections/issues/1776207644/priority +1 -0
  142. package/src/app/kireji/issue-tracker/sections/issues/1776207644/status +1 -0
  143. package/src/app/kireji/issue-tracker/sections/issues/1776207644/title +1 -0
  144. package/src/app/kireji/issue-tracker/sections/issues/1776208336/affects_.js +3 -0
  145. package/src/app/kireji/issue-tracker/sections/issues/1776208336/description +1 -0
  146. package/src/app/kireji/issue-tracker/sections/issues/1776208336/part.json +3 -0
  147. package/src/app/kireji/issue-tracker/sections/issues/1776208336/priority +1 -0
  148. package/src/app/kireji/issue-tracker/sections/issues/1776208336/title +1 -0
  149. package/src/app/kireji/issue-tracker/sections/issues/1776208669/description +1 -0
  150. package/src/app/kireji/issue-tracker/sections/issues/1776208669/links_.js +1 -0
  151. package/src/app/kireji/issue-tracker/sections/issues/1776208669/part.json +3 -0
  152. package/src/app/kireji/issue-tracker/sections/issues/1776208669/status +1 -0
  153. package/src/app/kireji/issue-tracker/sections/issues/1776208669/title +1 -0
  154. package/src/app/kireji/issue-tracker/sections/issues/1776208910/affects_.js +3 -0
  155. package/src/app/kireji/issue-tracker/sections/issues/1776208910/description +1 -0
  156. package/src/app/kireji/issue-tracker/sections/issues/1776208910/part.json +3 -0
  157. package/src/app/kireji/issue-tracker/sections/issues/1776208910/title +1 -0
  158. package/src/app/kireji/issue-tracker/sections/issues/1776209115/affects_.js +3 -0
  159. package/src/app/kireji/issue-tracker/sections/issues/1776209115/description +1 -0
  160. package/src/app/kireji/issue-tracker/sections/issues/1776209115/links_.js +3 -0
  161. package/src/app/kireji/issue-tracker/sections/issues/1776209115/part.json +3 -0
  162. package/src/app/kireji/issue-tracker/sections/issues/1776209115/title +1 -0
  163. package/src/app/kireji/issue-tracker/sections/issues/1776209268/description +5 -0
  164. package/src/app/kireji/issue-tracker/sections/issues/1776209268/part.json +3 -0
  165. package/src/app/kireji/issue-tracker/sections/issues/1776209268/priority +1 -0
  166. package/src/app/kireji/issue-tracker/sections/issues/1776209268/title +1 -0
  167. package/src/app/kireji/issue-tracker/sections/issues/1776211364/affects_.js +6 -0
  168. package/src/app/kireji/issue-tracker/sections/issues/1776211364/description +1 -0
  169. package/src/app/kireji/issue-tracker/sections/issues/1776211364/links_.js +5 -0
  170. package/src/app/kireji/issue-tracker/sections/issues/1776211364/part.json +3 -0
  171. package/src/app/kireji/issue-tracker/sections/issues/1776211364/priority +1 -0
  172. package/src/app/kireji/issue-tracker/sections/issues/1776211364/status +1 -0
  173. package/src/app/kireji/issue-tracker/sections/issues/1776211364/title +1 -0
  174. package/src/app/kireji/issue-tracker/sections/issues/1776212048/affects_.js +3 -0
  175. package/src/app/kireji/issue-tracker/sections/issues/1776212048/description +1 -0
  176. package/src/app/kireji/issue-tracker/sections/issues/1776212048/links_.js +3 -0
  177. package/src/app/kireji/issue-tracker/sections/issues/1776212048/part.json +3 -0
  178. package/src/app/kireji/issue-tracker/sections/issues/1776212048/priority +1 -0
  179. package/src/app/kireji/issue-tracker/sections/issues/1776212048/title +1 -0
  180. package/src/app/kireji/issue-tracker/sections/issues/1776212294/affects_.js +3 -0
  181. package/src/app/kireji/issue-tracker/sections/issues/1776212294/description +1 -0
  182. package/src/app/kireji/issue-tracker/sections/issues/1776212294/links_.js +3 -0
  183. package/src/app/kireji/issue-tracker/sections/issues/1776212294/part.json +3 -0
  184. package/src/app/kireji/issue-tracker/sections/issues/1776212294/priority +1 -0
  185. package/src/app/kireji/issue-tracker/sections/issues/1776212294/title +1 -0
  186. package/src/app/kireji/issue-tracker/sections/issues/1776212412/affects_.js +3 -0
  187. package/src/app/kireji/issue-tracker/sections/issues/1776212412/description +1 -0
  188. package/src/app/kireji/issue-tracker/sections/issues/1776212412/links_.js +3 -0
  189. package/src/app/kireji/issue-tracker/sections/issues/1776212412/part.json +3 -0
  190. package/src/app/kireji/issue-tracker/sections/issues/1776212412/priority +1 -0
  191. package/src/app/kireji/issue-tracker/sections/issues/1776212412/title +1 -0
  192. package/src/app/kireji/issue-tracker/sections/issues/1776212585/description +3 -0
  193. package/src/app/kireji/issue-tracker/sections/issues/1776212585/links_.js +3 -0
  194. package/src/app/kireji/issue-tracker/sections/issues/1776212585/part.json +3 -0
  195. package/src/app/kireji/issue-tracker/sections/issues/1776212585/priority +1 -0
  196. package/src/app/kireji/issue-tracker/sections/issues/1776212585/title +1 -0
  197. package/src/app/kireji/issue-tracker/sections/issues/1776212811/description +1 -0
  198. package/src/app/kireji/issue-tracker/sections/issues/1776212811/links_.js +3 -0
  199. package/src/app/kireji/issue-tracker/sections/issues/1776212811/part.json +3 -0
  200. package/src/app/kireji/issue-tracker/sections/issues/1776212811/priority +1 -0
  201. package/src/app/kireji/issue-tracker/sections/issues/1776212811/title +1 -0
  202. package/src/app/kireji/issue-tracker/sections/issues/1776213238/description +4 -0
  203. package/src/app/kireji/issue-tracker/sections/issues/1776213238/part.json +3 -0
  204. package/src/app/kireji/issue-tracker/sections/issues/1776213238/priority +1 -0
  205. package/src/app/kireji/issue-tracker/sections/issues/1776213238/title +1 -0
  206. package/src/app/kireji/issue-tracker/sections/issues/1776262432/description +1 -0
  207. package/src/app/kireji/issue-tracker/sections/issues/1776262432/links_.js +8 -0
  208. package/src/app/kireji/issue-tracker/sections/issues/1776262432/part.json +3 -0
  209. package/src/app/kireji/issue-tracker/sections/issues/1776262432/priority +1 -0
  210. package/src/app/kireji/issue-tracker/sections/issues/1776262432/status +1 -0
  211. package/src/app/kireji/issue-tracker/sections/issues/1776262432/title +1 -0
  212. package/src/app/kireji/issue-tracker/sections/issues/1776263309/description +3 -0
  213. package/src/app/kireji/issue-tracker/sections/issues/1776263309/links_.js +3 -0
  214. package/src/app/kireji/issue-tracker/sections/issues/1776263309/part.json +3 -0
  215. package/src/app/kireji/issue-tracker/sections/issues/1776263309/priority +1 -0
  216. package/src/app/kireji/issue-tracker/sections/issues/1776263309/status +1 -0
  217. package/src/app/kireji/issue-tracker/sections/issues/1776263309/title +1 -0
  218. package/src/app/kireji/issue-tracker/sections/issues/1776282415/description +1 -0
  219. package/src/app/kireji/issue-tracker/sections/issues/1776282415/links_.js +3 -0
  220. package/src/app/kireji/issue-tracker/sections/issues/1776282415/part.json +3 -0
  221. package/src/app/kireji/issue-tracker/sections/issues/1776282415/priority +1 -0
  222. package/src/app/kireji/issue-tracker/sections/issues/1776282415/status +1 -0
  223. package/src/app/kireji/issue-tracker/sections/issues/1776282415/title +1 -0
  224. package/src/app/kireji/issue-tracker/sections/issues/1776307785/affects_.js +3 -0
  225. package/src/app/kireji/issue-tracker/sections/issues/1776307785/description +1 -0
  226. package/src/app/kireji/issue-tracker/sections/issues/1776307785/part.json +3 -0
  227. package/src/app/kireji/issue-tracker/sections/issues/1776307785/priority +1 -0
  228. package/src/app/kireji/issue-tracker/sections/issues/1776307785/status +1 -0
  229. package/src/app/kireji/issue-tracker/sections/issues/1776307785/title +1 -0
  230. package/src/app/kireji/issue-tracker/sections/issues/issue/URL-canonical_.js +1 -0
  231. package/src/app/kireji/issue-tracker/sections/issues/issue/affects_.js +3 -0
  232. package/src/app/kireji/issue-tracker/sections/issues/issue/card.html_.js +8 -0
  233. package/src/app/kireji/issue-tracker/sections/issues/issue/close.js +7 -0
  234. package/src/app/kireji/issue-tracker/sections/issues/issue/constants.js +4 -0
  235. package/src/app/kireji/issue-tracker/sections/issues/issue/date-nice.js +1 -0
  236. package/src/app/kireji/issue-tracker/sections/issues/issue/links_.js +1 -0
  237. package/src/app/kireji/issue-tracker/sections/issues/issue/part.html_.js +13 -0
  238. package/src/app/kireji/issue-tracker/sections/issues/issue/part.json +12 -0
  239. package/src/app/kireji/issue-tracker/sections/issues/issue/pathname-canonical_.js +1 -0
  240. package/src/app/kireji/issue-tracker/sections/issues/issue/pathname_.js +1 -0
  241. package/src/app/kireji/issue-tracker/sections/issues/issue/priority +1 -0
  242. package/src/app/kireji/issue-tracker/sections/issues/issue/status +1 -0
  243. package/src/app/kireji/issue-tracker/sections/issues/issue/type.d.ts +15 -0
  244. package/src/app/kireji/issue-tracker/sections/issues/issue/urls.xml_.js +7 -0
  245. package/src/app/kireji/issue-tracker/sections/issues/issue/view-add.js +1 -0
  246. package/src/app/kireji/issue-tracker/sections/issues/issue/view-remove.js +1 -0
  247. package/src/app/kireji/issue-tracker/sections/issues/part.json +3 -0
  248. package/src/app/kireji/issue-tracker/sections/issues/type.d.ts +6 -0
  249. package/src/app/kireji/issue-tracker/sections/part.json +3 -0
  250. package/src/app/kireji/issue-tracker/sections/summary/URL-canonical_.js +1 -0
  251. package/src/app/kireji/issue-tracker/sections/summary/constants.js +4 -0
  252. package/src/app/kireji/issue-tracker/sections/summary/part.html_.js +1 -0
  253. package/src/app/kireji/issue-tracker/sections/summary/pathname-canonical +1 -0
  254. package/src/app/kireji/issue-tracker/sections/summary/title +1 -0
  255. package/src/app/kireji/issue-tracker/sections/summary/type.d.ts +7 -0
  256. package/src/app/kireji/issue-tracker/sections/summary/urls.xml_.js +7 -0
  257. package/src/app/kireji/issue-tracker/sections/type.d.ts +9 -0
  258. package/src/app/kireji/issue-tracker/static.css +255 -0
  259. package/src/app/kireji/issue-tracker/title +1 -0
  260. package/src/app/kireji/issue-tracker/type.d.ts +13 -0
  261. package/src/app/kireji/issue-tracker/urls.xml_.js +1 -0
  262. package/src/app/kireji/meta-description +1 -1
  263. package/src/app/kireji/type.d.ts +1 -0
  264. package/src/build.js +0 -2
  265. package/src/description +1 -1
  266. package/src/landing-model.json +21 -0
  267. package/src/parts/abstract/mesh/point-tri-that-contains.js +1 -1
  268. package/src/parts/abstract/mesh/ray-cast.js +1 -4
  269. package/src/parts/abstract/mesh/routeID-model-to.js +0 -1
  270. package/src/parts/abstract/part/build.js +20 -12
  271. package/src/parts/abstract/part/mathML.js +0 -2
  272. package/src/parts/abstract/part/type.d.ts +7 -3
  273. package/src/parts/abstract/part-outliner/itemHTML-recursive.js +1 -3
  274. package/src/parts/abstract/permutation/build.js +0 -18
  275. package/src/parts/abstract/permutation/mathML-subpart.js +0 -2
  276. package/src/parts/abstract/permutation/view-hydrate.js +0 -1
  277. package/src/parts/abstract/permutation/view-update.js +0 -2
  278. package/src/parts/abstract/scroller/build.js +0 -1
  279. package/src/parts/abstract/type.d.ts +8 -1
  280. package/src/parts/core/client/async-install.js +1 -1
  281. package/src/parts/core/server/sync-install.js +0 -1
  282. package/src/parts/desktop/color/part.html_.js +1 -1
  283. package/src/parts/desktop/era/modern/part.css +5 -10
  284. package/src/parts/desktop/era/part.html_.js +1 -1
  285. package/src/parts/desktop/era/vintage/static.css +5 -7
  286. package/src/parts/desktop/task-bar/tray/fullscreen/point.js +0 -1
  287. package/src/parts/desktop/task-bar/tray/share/point.js +0 -2
  288. package/src/{kireji.schema.json → schema.kireji.json} +3 -3
  289. package/src/schema.part.json +37 -0
  290. package/src/static.css +2 -2
  291. package/src/type.d.ts +4 -4
@@ -0,0 +1,4 @@
1
+ return kirejiIssueFilters["part.html"] + (
2
+ "<section class=issue-table>" + kirejiIssueTracker.scroller.wrap(kirejiIssueTracker["issues.html"]) + "</section>" +
3
+ `<section id=kireji-issue-modal>${kirejiIssueSections.arm["part.html"] ?? ""}</section>`
4
+ )
@@ -0,0 +1,9 @@
1
+ {
2
+ "extends": "application",
3
+ "methods": {
4
+ "pathname-translate-canonical": [
5
+ "PATHNAME",
6
+ "HASH"
7
+ ]
8
+ }
9
+ }
@@ -0,0 +1 @@
1
+ return kirejiIssueTracker.sections.canonicalPathname
@@ -0,0 +1,39 @@
1
+ const { model } = _
2
+
3
+ debug('yes, it is translating ...')
4
+
5
+ if (!("app" in model))
6
+ model.app = {}
7
+
8
+ if (!("kireji" in model.app))
9
+ model.app.kireji = {}
10
+
11
+ if (!("issue-tracker" in model.app.kireji))
12
+ model.app.kireji["issue-tracker"] = {}
13
+
14
+ if (PATHNAME === "/") {
15
+
16
+ if (HASH !== "#top")
17
+ model.app.kireji["issue-tracker"].sections = "summary"
18
+
19
+ } else {
20
+
21
+ const parts = PATHNAME.split("/").slice(1)
22
+
23
+ debug({
24
+ parts,
25
+ badSubpath: parts[0] !== "issues",
26
+ missingCode: !parts[1],
27
+ wrongLength: parts.length !== 2,
28
+ isNaN: isNaN(parts[1]),
29
+ notFound: !(parts[1] in kirejiIssueTracker.sections.issues)
30
+ })
31
+ if (parts[0] !== "issues" || !parts[1] || parts.length !== 2 || isNaN(parts[1]) || !(parts[1] in kirejiIssueTracker.sections.issues))
32
+ throw "Unknown Canonical Path: " + PATHNAME
33
+
34
+ model.app.kireji["issue-tracker"].sections = {
35
+ issues: parts[1]
36
+ }
37
+ }
38
+
39
+ return encodePathname(_.modelToRouteID(model))
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "scroller"
3
+ }
@@ -0,0 +1 @@
1
+ .issue-table
@@ -0,0 +1 @@
1
+ Create an issue tracker. This moves "TODO" comments out of code without losing track of these tasks. Consider approaches such as removing completed tasks from different versions of the framework. Consider how the chosen approach impacts user-generated issues and how those will mix with the framework's issues itself.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Create Issue Tracker App
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.abstract.part
3
+ ]
@@ -0,0 +1 @@
1
+ It might be nice to implement a minimal markdown-to-hml converter. This would be useful for ensuring that certain documents are standardized and associated with content and not presentation.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Implement Markdown Support
@@ -0,0 +1 @@
1
+ Consider merging the user landing model with framework's built-in landing model instead of merely replacing it. Also, consider a dynamic per-origin landing model (or even route ID) tweak. This can allow apps to "open themselves" on the server or worker before the page is rendered. Currently, there is a delay where apps that are not opened but are the current host are only opened after it is detected that they are missing from the open tabs list.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Dynamic Landing Model
@@ -0,0 +1 @@
1
+ Consider integrating tree-shaking pass for abstracts during the pre- or post-hydration build phase.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.abstract.part
3
+ ]
@@ -0,0 +1,5 @@
1
+ Implement and test source code mapping functionality to relate errors and console logs back to the source files that generated them.
2
+
3
+ This task is in progress. Source mapping generation and inlining has been implemented. Currently, there are some unknown errors with linking to the correct files from chrome and some problems with getting Node.js to recognize and reflect the source maps.
4
+
5
+ Consider publishing all files with a bottom link to an external source map 3 file that can easily be generated and cached server-side
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Make title-bar and other desktop experience css dynamic (because it can be disabled in the config). Currently, some unused desktop components may be still be present in CSS rules in the final snapshots.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Dynamic Desktop CSS
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.app.kireji
3
+ ]
@@ -0,0 +1 @@
1
+ Consider breaking the kireji app drag-and-drop's drop handler (which currently handles both drop and click behavior) into separate "click" and "drop" handlers.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Split Kireji App Drag-and-Drop Handlers
@@ -0,0 +1,4 @@
1
+ return [
2
+ _.app.kireji.editor.tabGroup,
3
+ _.parts.abstract.permutation
4
+ ]
@@ -0,0 +1,30 @@
1
+ Implement dynamic part instancing. The final implementation should be able to act as the prototype for both a combination abstract and a permutation abstract. It should be possible to nest these abstracts. These new abstracts will then replace the kireji app tab group and the redundant functionality for the existing permutation abstract (and, by extension, windows.desktop.parts). Window stacking will then be implemented as a nested permutation inside of the outer open windows (open task list) permutation.
2
+
3
+ During this process, investigate the most performant method of scanning and updating individual instances when comparing the rendered state to the newly set state. The current approach (seen in tab group and legacvy permutation parts) is a dead-simple approach and more performant approaches likely exist. Consider whether this should occur in the parent of a dynamic part during distribute view update or just view update.
4
+
5
+ Suggestions and considerations:
6
+ 1. Instantiate a concrete instance of an abstract part per collection item. Offload all per-item logic there.
7
+ - Such a part will have optional subparts 'instance' and 'meta'
8
+ - "instance" corresponds to each instance part's statically-sized data model
9
+ - which also receives its specific subject assignment from the outside (not part of it's route ID)
10
+ - "meta" (name pending) corresponds to a non-instance-specific part whose cardinality is dependant upon the number of instances.
11
+ - get its implementation details by generalizing the active and preview tab data in the tab group.
12
+ - At build time, the parent permutation will need to be able to query this part to get its cardinality once for every instance up to the max count.
13
+ - This part can support mixes, matches, etc. and might even be the ideal place to place a sub-permutation.
14
+ 2. Convert the tab group to use this abstract type.
15
+
16
+ - How do we inspect the states of existing tab instances in `kireji.app`?
17
+ - Files will be easy: they are part of the abstract.
18
+ - Perhaps the state space box depicts an array of instance space states instead of the single state? Perhaps that is all that is needed?
19
+ - Then, how do we depict the states of subparts of the parent part? Do we simply have an array for the entire instance part's tree?
20
+ - We might need "push", "pop", "insert", "splice" and/or similar array methods to make it easier to modify the instance set on the fly.
21
+
22
+ - What is the arithmetic of the taskbar and the windows?
23
+ + Outside of the per-window state, we have the following permutation data:
24
+ 1. The data of which tasks are open, without considering order
25
+ (this is a simple subset of the available applications).
26
+ 2. The data of the order of the given subset on the task bar
27
+ 3. The data of the stacking order of the given subset on the desktop
28
+ - Special considerations need to be taken with regards to stacking of windows which are considered full-screened and those considered maximized. How can (and why should) full-screened applications have a window order when they always hide one another? Is it merely to keep their place when they depart from full screen?
29
+
30
+ - The equation generation (mathML() method) will need to factor in all aspects when deciding how to expand to different depths.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Add Dynamic Parts
@@ -0,0 +1,5 @@
1
+ Reconfigure the URL to make canonical paths a dominant, present aspect at all times and reconsider the treatment of the hash for canonical links.
2
+
3
+ The motivation behind this feature is two fold.
4
+ 1. It supports bookmarked, stateful URLs after their version has been removed from the server. This is critical because, currently, versioned URLs which have been removed from the server tell the server nothing about the page the user was on so such bookmarks simply go to a 404 page. Furthermore, it is not possible to quickly have the user bookmark the canonical version of the URL even though it is easy to link to and index (SEO) these URLs. This change will give the server something besides a 404 page to return (such as a "That version is no longer available... but here is the page you requested") so that bookmarked tools (such as the timestamp tool) are robustly available.
5
+ 2. It makes it immediately obvious to the user what page they are on by looking at a URL or what page a bookmarked or shared URL will travel to. Having the state stored as a query parameter is more familiar to most users and is more in line with the intent and use of URL's pathname and query for this kind of stateful URL.
@@ -0,0 +1 @@
1
+ return [kirejiIssues[1776208669]]
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Rework the Kireji URL Format
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.abstract.mesh
3
+ ]
@@ -0,0 +1,6 @@
1
+ There are four potential improvements that can be used to refine mesh raycasting to improve edge sliding and potentially performance (if necessary).
2
+
3
+ 1. When the angle of the line through the opposing neighbors appears exactly straight, consider searching in a wider radius for asymmetry in the mesh boundary. This can help prevent dead stops when the force vector is exactly perpendicular to a straight portion of a very gently angled edge.
4
+ 2. Consider memoizing triangle neighbors and offering a NEIGHBORS_ONLY argument into the function that determines which triangle a given point falls on. This might improve raytracing performance but it might also introduce edge cases (for example, for meshes with tris that are very thin slivers).
5
+ 3. For accurate "friction", we should reduce the speed of the vector-to-nearest-boundary-neighbor proportionally to how far that vector deviates from true force vector.
6
+ 4. When the ray casting time limit does not provide enough time to make a full diagonal move, consider moving to one of the two 4-point neighbors that sits between the current ray position and the target diagonal neighbor.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Refine Mesh Ray Casting
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.abstract.mesh
3
+ ]
@@ -0,0 +1 @@
1
+ For the affected parts, validate the incoming MODEL and handle out-of-range data.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Validate ModelToRouteID Inputs
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.abstract.partOutliner
3
+ ]
@@ -0,0 +1 @@
1
+ The children of collapsed outliner items should not be rendered into the snapshot HTML as it bloats the fetch size for invisible items. Instead, they can be rendered during hydration. Furthermore, this can help prevent icons from being inlined in server-rendered snapshot CSS.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Optimize Outliner Snapshot
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.abstract.part
3
+ ]
@@ -0,0 +1 @@
1
+ Add a post-build validation stage that iterates over every instance and runs each part's own validation step. This allows each part to stop the build if the build process did not run correctly. A good example for the root part: validating that there was a non-zero and non-negative bigint assigned to its cardinality property. Like the build step, this validation step would be run from the prototype up towards the final concrete part. Check for all parts (such as the scroller) which can throw an error during their build stage and determine if that check can wait until post-build.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Post-Build Validation
@@ -0,0 +1 @@
1
+ Whether the browser is using the bfcache, going across origins, etc. there should always be a perfectly reliable forward and back behavior. Currently, this is partially implemented but there are occasionally unexpected bugs where a view goes out of sync with state during forward or backward navigation. These bugs need to be found and fixed. Furthermore, make sure that undo immediately after an upgrade no longer leads to soft lock (reported some time ago).
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Seamless Forward/Back Navigation
@@ -0,0 +1 @@
1
+ Finish the security setup on the server. This includes creating headers like 'Content-Security-Policy' and 'Permissions-Policy'. Applications should get an A grade when scanned by most third-part vulnerability scanners. This improves the reputation and safety of kireji apps.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Secure Against Cross-Site Scripting
@@ -0,0 +1,5 @@
1
+ return [
2
+ _.parts.desktop.taskBar.tray,
3
+ _.parts.desktop.taskBar.tray.share,
4
+ _.parts.desktop.taskBar.tray.fullscreen
5
+ ]
@@ -0,0 +1 @@
1
+ Check if features like native share and full screen truly exist and are supported on the user agent. If not, hide the tray button for those features. Currently, tray buttons for those features are all currently hidden.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Dynamic Task Bar Tray Icons
@@ -0,0 +1 @@
1
+ Implement reliable cross-origin behavior for PWAs and apps that are using the javascript fullscreen API. By default, state is lost when moving from one origin to another inside of installed PWA. This could be implemented, for example, by detecting that the application is in fullscreen or is in a PWA and using "soft-switching" to give the illusion of going cross origin while actually remaining within the starting origin itself. It could also include methods such as implementing a visual clue that indicates that the current application is a preview of another, embedded within the first, along with an option to navigate to said app in another tab/PWA window. For PWAs, investige cross-PWA linking and see what the best user experience is for this. Currently, PWA capability are fullscreen via the API are disabled until this is resolved. Furthermore, PWAs install with a static name - we should use the static, short, menu-compatable title of the app as its PWA title and not its dynamic page title. Installed PWAs reset to the starting state when closing and opening again. This should be fixed - they should probably start in the last place they left off. Hopefully, a local storage API and a "dummy" starting state can resolve this.
@@ -0,0 +1 @@
1
+ return [kirejiIssues[1776211364]]
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.abstract.part
3
+ ]
@@ -0,0 +1 @@
1
+ Make the applications interactive when using Edge on Xbox One. Investigate and implement support for other consoles.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Figure out if there's any way to fix this error on google: "Points to the domain's root URL (the homepage), instead of an equivalent page of content" (this appears for the home page, "/" path). Currently, we are including link rel=canonical for all redirected pages, determining the canonical link for each page, implementing meta description and using clean, meaningful titles on all apps and pages. Explore Open Graph data for each canonical link https://ogp.me/. We should remove noindex where not needed - for example, explore how this relates to the upcoming URL scheme. Google warns of long load times because of the main thread blocking caused by the booting of build.js script. Reduce this if at all possible. Perform https://pagespeed.web.dev/analysis/ for all apps and pages.
@@ -0,0 +1 @@
1
+ return [kirejiIssues[1776205544]]
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Search Engine Optimization
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.abstract.part
3
+ ]
@@ -0,0 +1 @@
1
+ Add alt attributes for all images. Allow deep zoom for low-vision users. Headings shouldn't skip levels (for example, an h4 appearing after an h1 with no h2 or h3 in-between).
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Improve Accessability
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.desktop.taskBar.menu
3
+ ]
@@ -0,0 +1 @@
1
+ The task menu can often be longer than the available space on mobile devices and short client windows. Add arrows indicating scrollability in the task menu. Add scroller to the task menu.
@@ -0,0 +1,3 @@
1
+ return [
2
+ kirejiIssues[1776263309],
3
+ ]
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Mobile-Friendly Task Menu
@@ -0,0 +1,5 @@
1
+ Currently, browsers without any support for service worker or gpu (such as search engine indexing bots) will successfully fetch the page snapshot. However, users who don't have service worker support will find the page non-responsive. The page doesn't need to be responsive for these users, but rather a message can indicate as much. Hopefully, it can be done in such a way that doesn't impact SEO. Otherwise, skip it (almost all clients support service worker). For clients that don't support GPU (including search engine bots), there is currently an error that appears during gpu facet installation before the client hydration occurs:
2
+
3
+ `TypeError: Cannot read properties of null (reading 'requestDevice') at Object.value (eval at <anonymous>)`
4
+
5
+ This will lock the system for those users. Consider approaches to resolve this.
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Feature Support Fallbacks
@@ -0,0 +1,6 @@
1
+ return [
2
+ _,
3
+ _.parts.desktop,
4
+ _.parts.desktop.taskBar,
5
+ _.parts.desktop.windows
6
+ ]
@@ -0,0 +1 @@
1
+ After the implementation of dynamic instancing, but before cross-origin PWA, implement restored windows on desktop.parts. Consider having other hosts in the Demo Ecosystem forward back to desktop.parts. Restored windows have their own subpermutation over the pinned (task bar) apps permutation. Note: an open app is actually just an app which is pinned to the task bar, but only those pinned apps can be viewed. These pinned tasks should be able to be reordered by dragging and dropping. Title bars should have a restore button. The desktop application should become an abstract which can be extended to create a desktop at any address so that framework users can implement all of their apps in a single domain if they want. Consider a "maximized on open" setting (or, conversely, a default window state) so that apps which are not currently pinned are opened into the given configuration as they are pinned. Forwarding all domains to the desktop (while pinning the apps that were just visited, especially if pinned maximized) would eliminate cross-origin full-screen and PWA problems. Consider if full-screened apps should have taskbar and titlebar visible. The presentation of sites on first visit should be considered - users won't know that it is an overall desktop they are visiting or this could distract them from the specific domain's intended content. Canonical links and SEO per-domain must still be handled correctly. Consider if an unopened task can be dragged from the menu and/or desktop in order to open it (pin and view it). Restored windows should be movable and resizable.
@@ -0,0 +1,5 @@
1
+ return [
2
+ kirejiIssues[1776262432],
3
+ kirejiIssues[1776207644],
4
+ kirejiIssues[1776205152],
5
+ ]
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "issue.."
3
+ }
@@ -0,0 +1 @@
1
+ Full Desktop Window Support
@@ -0,0 +1,3 @@
1
+ return [
2
+ _.parts.desktop
3
+ ]
@@ -0,0 +1 @@
1
+ Add a welcome app (perhaps, welcome.desktop.parts) which provides tips that the user can walk through.