solid-panes 3.7.2 → 3.7.3-18da570b

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 (380) hide show
  1. package/dist/RDFXMLPane.js +58 -0
  2. package/dist/RDFXMLPane.js.map +1 -0
  3. package/{lib → dist}/argument/argumentPane.js +14 -15
  4. package/dist/argument/argumentPane.js.map +1 -0
  5. package/{lib → dist}/attach/attachPane.js +83 -93
  6. package/dist/attach/attachPane.js.map +1 -0
  7. package/{lib → dist}/audio/audioPane.js +49 -50
  8. package/dist/audio/audioPane.js.map +1 -0
  9. package/{lib → dist}/classInstancePane.js +23 -24
  10. package/dist/classInstancePane.js.map +1 -0
  11. package/dist/dashboard/basicPreferences.js +147 -0
  12. package/dist/dashboard/basicPreferences.js.map +1 -0
  13. package/{lib → dist}/dashboard/dashboardPane.js +17 -21
  14. package/dist/dashboard/dashboardPane.js.map +1 -0
  15. package/dist/dashboard/homepage.js +54 -0
  16. package/dist/dashboard/homepage.js.map +1 -0
  17. package/{lib → dist}/dataContentPane.js +63 -63
  18. package/dist/dataContentPane.js.map +1 -0
  19. package/{lib → dist}/defaultPane.js +14 -15
  20. package/dist/defaultPane.js.map +1 -0
  21. package/{lib → dist}/dokieli/dokieliPane.js +49 -53
  22. package/dist/dokieli/dokieliPane.js.map +1 -0
  23. package/{src → dist}/dokieli/new.js +9 -3
  24. package/dist/dokieli/new.js.map +1 -0
  25. package/{lib → dist}/form/pane.js +44 -45
  26. package/dist/form/pane.js.map +1 -0
  27. package/dist/home/homePane.js +73 -0
  28. package/dist/home/homePane.js.map +1 -0
  29. package/dist/humanReadablePane.js +135 -0
  30. package/dist/humanReadablePane.js.map +1 -0
  31. package/dist/imagePane.js +70 -0
  32. package/dist/imagePane.js.map +1 -0
  33. package/{lib → dist}/index.js +17 -20
  34. package/dist/index.js.map +1 -0
  35. package/{lib → dist}/internal/internalPane.js +41 -41
  36. package/dist/internal/internalPane.js.map +1 -0
  37. package/{lib → dist}/mainPage/footer.js +2 -2
  38. package/{lib → dist}/mainPage/footer.js.map +1 -1
  39. package/dist/mainPage/header.js +85 -0
  40. package/dist/mainPage/header.js.map +1 -0
  41. package/{lib → dist}/mainPage/index.d.ts.map +1 -1
  42. package/dist/mainPage/index.js +25 -0
  43. package/dist/mainPage/index.js.map +1 -0
  44. package/{lib → dist}/microblogPane/microblogPane.js +261 -262
  45. package/dist/microblogPane/microblogPane.js.map +1 -0
  46. package/dist/n3Pane.js +56 -0
  47. package/dist/n3Pane.js.map +1 -0
  48. package/{lib → dist}/outline/context.js +4 -4
  49. package/{lib → dist}/outline/context.js.map +1 -1
  50. package/dist/outline/manager.js +1997 -0
  51. package/dist/outline/manager.js.map +1 -0
  52. package/{lib → dist}/outline/outlineIcons.js +2 -3
  53. package/dist/outline/outlineIcons.js.map +1 -0
  54. package/{lib → dist}/outline/propertyViews.js +4 -4
  55. package/dist/outline/propertyViews.js.map +1 -0
  56. package/{lib → dist}/outline/queryByExample.js +30 -31
  57. package/dist/outline/queryByExample.js.map +1 -0
  58. package/{lib → dist}/outline/userInput.js +262 -260
  59. package/dist/outline/userInput.js.map +1 -0
  60. package/dist/outline/viewAsImage.js +15 -0
  61. package/dist/outline/viewAsImage.js.map +1 -0
  62. package/dist/outline/viewAsMbox.js +22 -0
  63. package/dist/outline/viewAsMbox.js.map +1 -0
  64. package/{lib → dist}/pad/padPane.js +90 -96
  65. package/dist/pad/padPane.js.map +1 -0
  66. package/{lib → dist}/playlist/playlistPane.js +36 -37
  67. package/dist/playlist/playlistPane.js.map +1 -0
  68. package/{lib → dist}/registerPanes.js +29 -29
  69. package/dist/registerPanes.js.map +1 -0
  70. package/{lib → dist}/schedule/schedulePane.js +171 -178
  71. package/dist/schedule/schedulePane.js.map +1 -0
  72. package/{lib → dist}/sharing/sharingPane.js +12 -12
  73. package/dist/sharing/sharingPane.js.map +1 -0
  74. package/dist/slideshow/slideshowPane.js +80 -0
  75. package/dist/slideshow/slideshowPane.js.map +1 -0
  76. package/{lib → dist}/socialPane.js +141 -142
  77. package/dist/socialPane.js.map +1 -0
  78. package/dist/tabbed/tabbedPane.js +58 -0
  79. package/dist/tabbed/tabbedPane.js.map +1 -0
  80. package/{lib → dist}/tableViewPane.js +8 -9
  81. package/dist/tableViewPane.js.map +1 -0
  82. package/{lib → dist}/transaction/pane.js +117 -118
  83. package/dist/transaction/pane.js.map +1 -0
  84. package/{lib → dist}/transaction/period.js +82 -83
  85. package/dist/transaction/period.js.map +1 -0
  86. package/{lib → dist}/trip/tripPane.js +47 -48
  87. package/dist/trip/tripPane.js.map +1 -0
  88. package/dist/trustedApplications/trustedApplications.dom.js +146 -0
  89. package/dist/trustedApplications/trustedApplications.dom.js.map +1 -0
  90. package/dist/trustedApplications/trustedApplications.utils.js +24 -0
  91. package/dist/trustedApplications/trustedApplications.utils.js.map +1 -0
  92. package/dist/trustedApplications/trustedApplications.view.js +56 -0
  93. package/dist/trustedApplications/trustedApplications.view.js.map +1 -0
  94. package/dist/types.js.map +1 -0
  95. package/{lib → dist}/ui/pane.js +30 -31
  96. package/dist/ui/pane.js.map +1 -0
  97. package/dist/versionInfo.js +37 -0
  98. package/dist/versionInfo.js.map +1 -0
  99. package/dist/video/videoPane.js +43 -0
  100. package/dist/video/videoPane.js.map +1 -0
  101. package/package.json +36 -23
  102. package/Documentation/VisualLanguage.html +0 -538
  103. package/Documentation/conventions.md +0 -333
  104. package/coverage/clover.xml +0 -152
  105. package/coverage/coverage-final.json +0 -6
  106. package/coverage/lcov-report/base.css +0 -224
  107. package/coverage/lcov-report/block-navigation.js +0 -87
  108. package/coverage/lcov-report/favicon.png +0 -0
  109. package/coverage/lcov-report/index.html +0 -131
  110. package/coverage/lcov-report/outline/index.html +0 -161
  111. package/coverage/lcov-report/outline/outlineIcons.js.html +0 -565
  112. package/coverage/lcov-report/outline/propertyViews.ts.html +0 -196
  113. package/coverage/lcov-report/outline/viewAsImage.ts.html +0 -121
  114. package/coverage/lcov-report/outline/viewAsMbox.ts.html +0 -127
  115. package/coverage/lcov-report/prettify.css +0 -1
  116. package/coverage/lcov-report/prettify.js +0 -2
  117. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  118. package/coverage/lcov-report/sorter.js +0 -210
  119. package/coverage/lcov-report/trustedApplications/index.html +0 -116
  120. package/coverage/lcov-report/trustedApplications/trustedApplications.utils.ts.html +0 -238
  121. package/coverage/lcov.info +0 -204
  122. package/dev/index.html +0 -28
  123. package/dev/loader.ts +0 -91
  124. package/dev/pane/index.ts +0 -10
  125. package/doc/images/panes-for-classes.epgz +0 -0
  126. package/doc/images/panes-for-classes.svg +0 -609
  127. package/eslint.config.mjs +0 -34
  128. package/jest.config.js +0 -27
  129. package/jest.setup.ts +0 -4
  130. package/lib/RDFXMLPane.js +0 -59
  131. package/lib/RDFXMLPane.js.map +0 -1
  132. package/lib/argument/argumentPane.js.map +0 -1
  133. package/lib/attach/attachPane.js.map +0 -1
  134. package/lib/audio/audioPane.js.map +0 -1
  135. package/lib/classInstancePane.js.map +0 -1
  136. package/lib/dashboard/basicPreferences.js +0 -229
  137. package/lib/dashboard/basicPreferences.js.map +0 -1
  138. package/lib/dashboard/dashboardPane.js.map +0 -1
  139. package/lib/dashboard/homepage.js +0 -86
  140. package/lib/dashboard/homepage.js.map +0 -1
  141. package/lib/dataContentPane.js.map +0 -1
  142. package/lib/defaultPane.js.map +0 -1
  143. package/lib/dokieli/dokieliPane.js.map +0 -1
  144. package/lib/dokieli/new.js +0 -9
  145. package/lib/dokieli/new.js.map +0 -1
  146. package/lib/form/pane.js.map +0 -1
  147. package/lib/home/homePane.js +0 -91
  148. package/lib/home/homePane.js.map +0 -1
  149. package/lib/humanReadablePane.js +0 -138
  150. package/lib/humanReadablePane.js.map +0 -1
  151. package/lib/imagePane.js +0 -71
  152. package/lib/imagePane.js.map +0 -1
  153. package/lib/index.js.map +0 -1
  154. package/lib/internal/internalPane.js.map +0 -1
  155. package/lib/mainPage/header.js +0 -152
  156. package/lib/mainPage/header.js.map +0 -1
  157. package/lib/mainPage/index.js +0 -42
  158. package/lib/mainPage/index.js.map +0 -1
  159. package/lib/microblogPane/microblogPane.js.map +0 -1
  160. package/lib/n3Pane.js +0 -57
  161. package/lib/n3Pane.js.map +0 -1
  162. package/lib/outline/manager.js +0 -2264
  163. package/lib/outline/manager.js.map +0 -1
  164. package/lib/outline/manager.test.d.ts +0 -2
  165. package/lib/outline/manager.test.d.ts.map +0 -1
  166. package/lib/outline/manager.test.js +0 -210
  167. package/lib/outline/manager.test.js.map +0 -1
  168. package/lib/outline/outlineIcons.js.map +0 -1
  169. package/lib/outline/propertyViews.js.map +0 -1
  170. package/lib/outline/propertyViews.test.d.ts +0 -2
  171. package/lib/outline/propertyViews.test.d.ts.map +0 -1
  172. package/lib/outline/propertyViews.test.js +0 -27
  173. package/lib/outline/propertyViews.test.js.map +0 -1
  174. package/lib/outline/queryByExample.js.map +0 -1
  175. package/lib/outline/userInput.js.map +0 -1
  176. package/lib/outline/viewAsImage.js +0 -17
  177. package/lib/outline/viewAsImage.js.map +0 -1
  178. package/lib/outline/viewAsMbox.js +0 -23
  179. package/lib/outline/viewAsMbox.js.map +0 -1
  180. package/lib/pad/padPane.js.map +0 -1
  181. package/lib/playlist/playlistPane.js.map +0 -1
  182. package/lib/registerPanes.js.map +0 -1
  183. package/lib/schedule/formsForSchedule.js +0 -8
  184. package/lib/schedule/formsForSchedule.js.map +0 -1
  185. package/lib/schedule/schedulePane.js.map +0 -1
  186. package/lib/sharing/sharingPane.js.map +0 -1
  187. package/lib/slideshow/slideshowPane.js +0 -84
  188. package/lib/slideshow/slideshowPane.js.map +0 -1
  189. package/lib/socialPane.js.map +0 -1
  190. package/lib/tabbed/tabbedPane.js +0 -72
  191. package/lib/tabbed/tabbedPane.js.map +0 -1
  192. package/lib/tableViewPane.js.map +0 -1
  193. package/lib/test-import-export/common.js +0 -12
  194. package/lib/test-import-export/common.js.map +0 -1
  195. package/lib/test-import-export/edit-importer.js +0 -25
  196. package/lib/test-import-export/edit-importer.js.map +0 -1
  197. package/lib/test-import-export/testImportExport.js +0 -2
  198. package/lib/test-import-export/testImportExport.js.map +0 -1
  199. package/lib/transaction/pane.js.map +0 -1
  200. package/lib/transaction/period.js.map +0 -1
  201. package/lib/trip/tripPane.js.map +0 -1
  202. package/lib/trustedApplications/trustedApplications.dom.js +0 -177
  203. package/lib/trustedApplications/trustedApplications.dom.js.map +0 -1
  204. package/lib/trustedApplications/trustedApplications.test.d.ts +0 -2
  205. package/lib/trustedApplications/trustedApplications.test.d.ts.map +0 -1
  206. package/lib/trustedApplications/trustedApplications.test.js +0 -64
  207. package/lib/trustedApplications/trustedApplications.test.js.map +0 -1
  208. package/lib/trustedApplications/trustedApplications.utils.js +0 -34
  209. package/lib/trustedApplications/trustedApplications.utils.js.map +0 -1
  210. package/lib/trustedApplications/trustedApplications.view.js +0 -87
  211. package/lib/trustedApplications/trustedApplications.view.js.map +0 -1
  212. package/lib/types.js.map +0 -1
  213. package/lib/ui/pane.js.map +0 -1
  214. package/lib/versionInfo.d.ts +0 -34
  215. package/lib/versionInfo.d.ts.map +0 -1
  216. package/lib/versionInfo.js +0 -39
  217. package/lib/versionInfo.js.map +0 -1
  218. package/lib/video/videoPane.js +0 -44
  219. package/lib/video/videoPane.js.map +0 -1
  220. package/src/RDFXMLPane.js +0 -60
  221. package/src/argument/argumentPane.js +0 -65
  222. package/src/argument/argument_icon_v04.jpg +0 -0
  223. package/src/argument/icon_argument.png +0 -0
  224. package/src/argument/transparentyingyang.png +0 -0
  225. package/src/attach/attachPane.js +0 -508
  226. package/src/attach/tbl-paperclip-128.png +0 -0
  227. package/src/attach/tbl-paperclip-22.png +0 -0
  228. package/src/attach/tbl-paperclip-22a.png +0 -0
  229. package/src/audio/audioPane.js +0 -197
  230. package/src/chatPreferencesForm.ttl +0 -12
  231. package/src/classInstancePane.js +0 -110
  232. package/src/dashboard/basicPreferences.ts +0 -201
  233. package/src/dashboard/dashboardPane.ts +0 -83
  234. package/src/dashboard/homepage.ts +0 -72
  235. package/src/dashboard/languages/codes.html +0 -8611
  236. package/src/dashboard/languages/codes.xml +0 -3563
  237. package/src/dashboard/languages/codes2.txt +0 -170
  238. package/src/dashboard/languages/foo +0 -70
  239. package/src/dashboard/languages/foo.ttl +0 -0
  240. package/src/dashboard/languages/get-language-names.sh +0 -12
  241. package/src/dashboard/ontologyData.ttl +0 -35
  242. package/src/dashboard/preferencesFormText.ttl +0 -18
  243. package/src/dataContentPane.js +0 -290
  244. package/src/defaultPane.js +0 -102
  245. package/src/dokieli/Makefile +0 -6
  246. package/src/dokieli/dokieliPane.js +0 -190
  247. package/src/dokieli/new.html +0 -30
  248. package/src/form/form-22.png +0 -0
  249. package/src/form/form-b-22.png +0 -0
  250. package/src/form/form.graffle +0 -0
  251. package/src/form/form.png +0 -0
  252. package/src/form/pane.js +0 -217
  253. package/src/form/psuedocode-notes.txt +0 -57
  254. package/src/global.d.ts +0 -4
  255. package/src/home/homePane.ts +0 -72
  256. package/src/humanReadablePane.js +0 -150
  257. package/src/imagePane.js +0 -75
  258. package/src/index.ts +0 -71
  259. package/src/internal/internalPane.ts +0 -263
  260. package/src/mainPage/footer.ts +0 -19
  261. package/src/mainPage/header.ts +0 -79
  262. package/src/mainPage/index.ts +0 -20
  263. package/src/meeting/Makefile +0 -3
  264. package/src/meeting/test/meeting1/Actions/actions.ttl +0 -14
  265. package/src/meeting/test/meeting1/Actions/config.ttl +0 -16
  266. package/src/meeting/test/meeting1/Actions/state.ttl +0 -30
  267. package/src/meeting/test/meeting1/Schedule/details.ttl +0 -34
  268. package/src/meeting/test/meeting1/Schedule/details.ttl.acl +0 -20
  269. package/src/meeting/test/meeting1/Schedule/forms.ttl +0 -75
  270. package/src/meeting/test/meeting1/Schedule/forms.ttl.acl +0 -20
  271. package/src/meeting/test/meeting1/Schedule/index.html +0 -72
  272. package/src/meeting/test/meeting1/Schedule/index.html.acl +0 -20
  273. package/src/meeting/test/meeting1/Schedule/results.ttl +0 -15
  274. package/src/meeting/test/meeting1/Schedule/results.ttl.acl +0 -20
  275. package/src/meeting/test/meeting1/SharedNotes/pad.ttl +0 -23
  276. package/src/meeting/test/meeting1/chat/chat.ttl +0 -1
  277. package/src/meeting/test/meeting1/details.ttl +0 -35
  278. package/src/meeting/test/meeting1/pad/pad.ttl +0 -16
  279. package/src/microblogPane/mbStyle.css +0 -267
  280. package/src/microblogPane/microblogPane.js +0 -1412
  281. package/src/n3Pane.js +0 -56
  282. package/src/outline/context.ts +0 -21
  283. package/src/outline/manager.js +0 -2384
  284. package/src/outline/manager.test.ts +0 -189
  285. package/src/outline/outlineIcons.js +0 -160
  286. package/src/outline/propertyViews.test.ts +0 -36
  287. package/src/outline/propertyViews.ts +0 -37
  288. package/src/outline/queryByExample.js +0 -296
  289. package/src/outline/userInput.js +0 -2373
  290. package/src/outline/viewAsImage.ts +0 -12
  291. package/src/outline/viewAsMbox.ts +0 -14
  292. package/src/pad/images/ColourOff.ai +2 -872
  293. package/src/pad/images/ColourOff.png +0 -0
  294. package/src/pad/images/ColourOn.ai +1 -935
  295. package/src/pad/images/ColourOn.png +0 -0
  296. package/src/pad/padPane.ts +0 -559
  297. package/src/playlist/playlistPane.js +0 -161
  298. package/src/registerPanes.js +0 -147
  299. package/src/schedule/Makefile +0 -6
  300. package/src/schedule/formsForSchedule.js +0 -117
  301. package/src/schedule/formsForSchedule.ttl +0 -115
  302. package/src/schedule/schedulePane.js +0 -1201
  303. package/src/sharing/sharingPane.ts +0 -49
  304. package/src/slideshow/slideshowPane.js +0 -80
  305. package/src/socialPane.js +0 -523
  306. package/src/style/tabbedtab.css +0 -1347
  307. package/src/tabbed/tabbedPane.ts +0 -60
  308. package/src/tableViewPane.js +0 -51
  309. package/src/test-import-export/common.js +0 -6
  310. package/src/test-import-export/edit-importer.js +0 -20
  311. package/src/test-import-export/testImportExport.js +0 -0
  312. package/src/transaction/068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
  313. package/src/transaction/075988-3d-transparent-glass-icon-business-currency-british-pound-sc35.png +0 -0
  314. package/src/transaction/22-pixel-068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
  315. package/src/transaction/pane.js +0 -629
  316. package/src/transaction/period.js +0 -374
  317. package/src/transaction/thumbs_075987-3d-transparent-glass-icon-business-creditcard2.png +0 -0
  318. package/src/transaction/thumbs_075989-3d-transparent-glass-icon-business-currency-cent-sc35.png +0 -0
  319. package/src/trip/tripPane.js +0 -176
  320. package/src/trustedApplications/__snapshots__/trustedApplications.test.ts.snap +0 -176
  321. package/src/trustedApplications/trustedApplications.dom.ts +0 -276
  322. package/src/trustedApplications/trustedApplications.test.ts +0 -82
  323. package/src/trustedApplications/trustedApplications.utils.ts +0 -51
  324. package/src/trustedApplications/trustedApplications.view.ts +0 -80
  325. package/src/types.ts +0 -34
  326. package/src/ui/22-builder.png +0 -0
  327. package/src/ui/builder.graffle +0 -0
  328. package/src/ui/builder.png +0 -0
  329. package/src/ui/builder2.png +0 -0
  330. package/src/ui/pane.js +0 -226
  331. package/src/versionInfo.ts +0 -32
  332. package/src/video/videoPane.js +0 -44
  333. package/timestamp.sh +0 -13
  334. package/travis/bumpversion.js +0 -29
  335. package/tsconfig.json +0 -78
  336. package/typings/raw-loader.d.ts +0 -4
  337. package/typings/solid-namespace/index.d.ts +0 -9
  338. package/webpack.config.js +0 -41
  339. /package/{lib → dist}/dashboard/basicPreferences.d.ts +0 -0
  340. /package/{lib → dist}/dashboard/basicPreferences.d.ts.map +0 -0
  341. /package/{lib → dist}/dashboard/dashboardPane.d.ts +0 -0
  342. /package/{lib → dist}/dashboard/dashboardPane.d.ts.map +0 -0
  343. /package/{lib → dist}/dashboard/homepage.d.ts +0 -0
  344. /package/{lib → dist}/dashboard/homepage.d.ts.map +0 -0
  345. /package/{lib → dist}/global.d.js +0 -0
  346. /package/{lib → dist}/global.d.js.map +0 -0
  347. /package/{lib → dist}/home/homePane.d.ts +0 -0
  348. /package/{lib → dist}/home/homePane.d.ts.map +0 -0
  349. /package/{lib → dist}/index.d.ts +0 -0
  350. /package/{lib → dist}/index.d.ts.map +0 -0
  351. /package/{lib → dist}/internal/internalPane.d.ts +0 -0
  352. /package/{lib → dist}/internal/internalPane.d.ts.map +0 -0
  353. /package/{lib → dist}/mainPage/footer.d.ts +0 -0
  354. /package/{lib → dist}/mainPage/footer.d.ts.map +0 -0
  355. /package/{lib → dist}/mainPage/header.d.ts +0 -0
  356. /package/{lib → dist}/mainPage/header.d.ts.map +0 -0
  357. /package/{lib → dist}/mainPage/index.d.ts +0 -0
  358. /package/{lib → dist}/outline/context.d.ts +0 -0
  359. /package/{lib → dist}/outline/context.d.ts.map +0 -0
  360. /package/{lib → dist}/outline/propertyViews.d.ts +0 -0
  361. /package/{lib → dist}/outline/propertyViews.d.ts.map +0 -0
  362. /package/{lib → dist}/outline/viewAsImage.d.ts +0 -0
  363. /package/{lib → dist}/outline/viewAsImage.d.ts.map +0 -0
  364. /package/{lib → dist}/outline/viewAsMbox.d.ts +0 -0
  365. /package/{lib → dist}/outline/viewAsMbox.d.ts.map +0 -0
  366. /package/{lib → dist}/pad/padPane.d.ts +0 -0
  367. /package/{lib → dist}/pad/padPane.d.ts.map +0 -0
  368. /package/{lib → dist}/sharing/sharingPane.d.ts +0 -0
  369. /package/{lib → dist}/sharing/sharingPane.d.ts.map +0 -0
  370. /package/{lib → dist}/tabbed/tabbedPane.d.ts +0 -0
  371. /package/{lib → dist}/tabbed/tabbedPane.d.ts.map +0 -0
  372. /package/{lib → dist}/trustedApplications/trustedApplications.dom.d.ts +0 -0
  373. /package/{lib → dist}/trustedApplications/trustedApplications.dom.d.ts.map +0 -0
  374. /package/{lib → dist}/trustedApplications/trustedApplications.utils.d.ts +0 -0
  375. /package/{lib → dist}/trustedApplications/trustedApplications.utils.d.ts.map +0 -0
  376. /package/{lib → dist}/trustedApplications/trustedApplications.view.d.ts +0 -0
  377. /package/{lib → dist}/trustedApplications/trustedApplications.view.d.ts.map +0 -0
  378. /package/{lib → dist}/types.d.ts +0 -0
  379. /package/{lib → dist}/types.d.ts.map +0 -0
  380. /package/{lib → dist}/types.js +0 -0
Binary file
package/src/ui/pane.js DELETED
@@ -1,226 +0,0 @@
1
- /* Form building/editing Pane
2
- **
3
- */
4
-
5
- import * as UI from 'solid-ui'
6
- import * as $rdf from 'rdflib'
7
- const ns = UI.ns
8
-
9
- export default {
10
- // noun_170702.svg' builder noun_122196.svg form
11
- icon: UI.icons.iconBase + 'noun_170702.svg',
12
-
13
- name: 'ui',
14
-
15
- audience: [ns.solid('PowerUser')],
16
-
17
- // Does the subject deserve this pane?
18
- label: function (subject, context) {
19
- const ns = UI.ns
20
- const kb = context.session.store
21
- const t = kb.findTypeURIs(subject)
22
- if (t[ns.rdfs('Class').uri]) return 'creation forms'
23
- // if (t[ns.rdf('Property').uri]) return "user interface";
24
- if (t[ns.ui('Form').uri]) return 'edit form'
25
-
26
- return null // No under other circumstances (while testing at least!)
27
- },
28
-
29
- render: function (subject, context) {
30
- const dom = context.dom
31
- const kb = context.session.store
32
- const ns = UI.ns
33
-
34
- const box = dom.createElement('div')
35
- box.setAttribute('class', 'formPane') // Share styles
36
- const label = UI.utils.label(subject)
37
-
38
- const mention = function complain (message, style) {
39
- const pre = dom.createElement('p')
40
- pre.setAttribute('style', style || 'color: grey; background-color: white')
41
- box.appendChild(pre).textContent = message
42
- return pre
43
- }
44
-
45
- const complain = function complain (message, style) {
46
- mention(message, 'style', style || 'color: grey; background-color: #fdd')
47
- }
48
-
49
- const complainIfBad = function (ok, body) {
50
- if (ok) {
51
- // setModifiedDate(store, kb, store);
52
- // rerender(box); // Deleted forms at the moment
53
- } else complain('Sorry, failed to save your change:\n' + body)
54
- }
55
-
56
- // //////////////////////////////////////////////////////////////////////////////
57
-
58
- const t = kb.findTypeURIs(subject)
59
-
60
- let store = null
61
- let docuri
62
- if (subject.uri) {
63
- docuri = $rdf.Util.uri.docpart(subject.uri)
64
- if (subject.uri !== docuri && kb.updater.editable(docuri)) {
65
- store = kb.sym($rdf.Util.uri.docpart(subject.uri))
66
- } // an editable ontology with hash
67
- }
68
- if (!store) store = kb.any(kb.sym(docuri), ns.link('annotationStore'))
69
- if (!store) store = UI.widgets.defaultAnnotationStore(subject)
70
-
71
- if (!store) {
72
- store = kb.sym(
73
- 'https://formsregistry.solid.community/public/formRegistry/'
74
- ) // fallback
75
- }
76
- // if (!store) store = kb.sym('http://tabulator.org/wiki/ontologyAnnotation/common') // fallback
77
-
78
- // A fallback which gives a different store page for each ontology would be good @@
79
-
80
- let pred
81
- if (t[ns.rdfs('Class').uri]) {
82
- // Stuff we can do before we load the store
83
- }
84
-
85
- const wait = mention('(Loading data from: ' + store + ')')
86
-
87
- kb.fetcher.nowOrWhenFetched(store.uri, subject, function (ok, body) {
88
- if (!ok) {
89
- complain('Cannot load store ' + store + ' :' + body)
90
- return
91
- }
92
- box.removeChild(wait)
93
-
94
- // Render a Class -- the forms associated with it
95
-
96
- if (t[ns.rdfs('Class').uri]) {
97
- // For each creation form, allow one to create a new object with it, and also to edit the form.
98
- const displayFormsForRelation = function displayFormsForRelation (
99
- pred,
100
- allowCreation
101
- ) {
102
- const sts = kb.statementsMatching(subject, pred)
103
- const outliner = context.getOutliner(dom)
104
- if (sts.length) {
105
- for (let i = 0; i < sts.length; i++) {
106
- outliner.appendPropertyTRs(box, [sts[i]])
107
- const form = sts[i].object
108
- const cell = dom.createElement('td')
109
- box.lastChild.appendChild(cell)
110
- if (allowCreation) {
111
- cell.appendChild(
112
- UI.widgets.newButton(
113
- dom,
114
- kb,
115
- null,
116
- null,
117
- subject,
118
- form,
119
- store,
120
- function (ok, body) {
121
- if (ok) {
122
- // dom.outlineManager.GotoSubject(newThing@@, true, undefined, true, undefined);
123
- // rerender(box); // Deleted forms at the moment
124
- } else {
125
- complain('Sorry, failed to save your change:\n' + body)
126
- }
127
- }
128
- )
129
- )
130
- }
131
- let formdef = kb.statementsMatching(form, ns.rdf('type'))
132
- if (!formdef.length) formdef = kb.statementsMatching(form)
133
- if (!formdef.length) complain('No data about form')
134
- else {
135
- UI.widgets.editFormButton(
136
- dom,
137
- box,
138
- form,
139
- formdef[0].why,
140
- complainIfBad
141
- )
142
- }
143
- }
144
- box.appendChild(dom.createElement('hr'))
145
- } else {
146
- mention(
147
- 'There are currently no known forms to make a ' + label + '.'
148
- )
149
- }
150
- }
151
-
152
- pred = ns.ui('creationForm')
153
- box.appendChild(dom.createElement('h2')).textContent = UI.utils.label(
154
- pred
155
- )
156
- mention(
157
- 'Creation forms allow you to add information about a new thing,' +
158
- ' in this case a new ' +
159
- label +
160
- '.'
161
- )
162
- displayFormsForRelation(pred, true)
163
- box.appendChild(dom.createElement('hr'))
164
- mention('You can make a new creation form:')
165
- box.appendChild(
166
- UI.widgets.newButton(
167
- dom,
168
- kb,
169
- subject,
170
- pred,
171
- ns.ui('Form'),
172
- null,
173
- store,
174
- complainIfBad
175
- )
176
- )
177
-
178
- box.appendChild(dom.createElement('hr'))
179
-
180
- pred = ns.ui('annotationForm')
181
- box.appendChild(dom.createElement('h2')).textContent = UI.utils.label(
182
- pred
183
- )
184
- mention(
185
- 'Annotaion forms allow you to add extra information about a ,' +
186
- label +
187
- ' we already know about.'
188
- )
189
- displayFormsForRelation(pred, false)
190
- box.appendChild(dom.createElement('hr'))
191
- mention('You can make a new annotation form:')
192
- box.appendChild(
193
- UI.widgets.newButton(
194
- dom,
195
- kb,
196
- subject,
197
- pred,
198
- ns.ui('Form'),
199
- null,
200
- store,
201
- complainIfBad
202
- )
203
- )
204
-
205
- mention('(Storing new forms in: ' + store + ')')
206
-
207
- // Render a Form
208
- } else if (t[ns.ui('Form').uri]) {
209
- UI.widgets.appendForm(
210
- dom,
211
- box,
212
- kb,
213
- subject,
214
- ns.ui('FormForm'),
215
- store,
216
- complainIfBad
217
- )
218
- } else {
219
- complain('ui/pane internal error -- Eh?')
220
- }
221
- }) // end: when store loded
222
-
223
- return box
224
- }
225
- }
226
- // ends
@@ -1,32 +0,0 @@
1
- export default {
2
- buildTime: "2025-09-08T13:52:26Z",
3
- commit: "f743b265848669d4262530f7de4d9e60d653be6f",
4
- npmInfo: {
5
- "'solid-panes'": "'3.7.2',",
6
- "npm": "'10.8.2',",
7
- "node": "'20.19.4',",
8
- "acorn": "'8.14.0',",
9
- "ada": "'2.9.2',",
10
- "ares": "'1.34.5',",
11
- "brotli": "'1.1.0',",
12
- "cjs_module_lexer": "'1.4.1',",
13
- "cldr": "'47.0',",
14
- "icu": "'77.1',",
15
- "llhttp": "'9.2.1',",
16
- "modules": "'115',",
17
- "napi": "'9',",
18
- "nghttp2": "'1.61.0',",
19
- "nghttp3": "'0.7.0',",
20
- "ngtcp2": "'1.1.0',",
21
- "openssl": "'3.0.15+quic',",
22
- "simdutf": "'6.4.2',",
23
- "tz": "'2025b',",
24
- "undici": "'6.21.2',",
25
- "unicode": "'16.0',",
26
- "uv": "'1.46.0',",
27
- "uvwasi": "'0.0.21',",
28
- "v8": "'11.3.244.8-node.29',",
29
- "zlib": "'1.3.0.1-motley-82a5fec'",
30
- "}": "}",
31
- }
32
- };
@@ -1,44 +0,0 @@
1
- /* Single video play Pane
2
- **
3
- */
4
- import * as UI from 'solid-ui'
5
- import * as $rdf from 'rdflib'
6
-
7
- export default {
8
- icon: UI.icons.iconBase + 'noun_1619.svg',
9
-
10
- name: 'video',
11
-
12
- // Does the subject deserve an slideshow pane?
13
- label: function (subject, context) {
14
- const kb = context.session.store
15
- const typeURIs = kb.findTypeURIs(subject)
16
- const prefix = $rdf.Util.mediaTypeClass('video/*').uri.split('*')[0]
17
- for (const t in typeURIs) {
18
- if (t.startsWith(prefix)) return 'Play video'
19
- }
20
-
21
- return null
22
- },
23
-
24
- render: function (subject, context) {
25
- const kb = context.session.store
26
- const dom = context.dom
27
- const div = dom.createElement('div')
28
- const video = div.appendChild(dom.createElement('video'))
29
- video.setAttribute('controls', 'yes')
30
- // get video with authenticated fetch
31
- kb.fetcher._fetch(subject.uri)
32
- .then(function(response) {
33
- return response.blob()
34
- })
35
- .then(function(myBlob) {
36
- const objectURL = URL.createObjectURL(myBlob)
37
- video.setAttribute('src', objectURL) // w640 h480 //
38
- })
39
-
40
- video.setAttribute('width', '100%')
41
- return div
42
- }
43
- }
44
- // ends
package/timestamp.sh DELETED
@@ -1,13 +0,0 @@
1
- #!/bin/bash
2
-
3
- echo "export default {"
4
- date -u '+buildTime: "%Y-%m-%dT%H:%M:%SZ",'
5
- git log | grep commit | head -1 | sed -e 's/ /: "/' | sed -e 's/$/",/'
6
- echo " npmInfo: {"
7
- npm version | sed 's/\x1b\[[0-9;:]*[mG]//g' | grep -v '^{' | while read line; do
8
- key=$(echo "$line" | cut -d ':' -f 1 | tr -d ' ')
9
- value=$(echo "$line" | cut -d ':' -f 2- | tr -d ' ')
10
- echo " \"${key}\": \"${value}\","
11
- done
12
- echo " }"
13
- echo "};"
@@ -1,29 +0,0 @@
1
- /**
2
- * npm does not allow you to publish a package with the same version multiple times.
3
- * Thus, to publish prerelease versions tagged to the branch they're built from,
4
- * we need to generate unique version numbers that are also higher than versions already published.
5
- * To achieve this, we append `build<build_number>` to the version number.
6
- * The actual release version can eventually be published without the suffix.
7
- */
8
-
9
- if (
10
- !process.env.TRAVIS_BUILD_NUMBER ||
11
- process.env.TRAVIS_BUILD_NUMBER.length === 0
12
- ) {
13
- console.error(
14
- 'Could not read the build number to bump the package version - aborting publish.'
15
- )
16
- process.exit(1)
17
- }
18
-
19
- const fs = require('fs')
20
- const path = require('path')
21
-
22
- const packageJson = require('../package.json')
23
- packageJson.version = `${packageJson.version}build${
24
- process.env.TRAVIS_BUILD_NUMBER
25
- }`
26
- fs.writeFileSync(
27
- path.resolve(__dirname, '../package.json'),
28
- JSON.stringify(packageJson)
29
- )
package/tsconfig.json DELETED
@@ -1,78 +0,0 @@
1
- {
2
- // See https://stackoverflow.com/questions/54139158/cannot-find-name-describe-do-you-need-to-install-type-definitions-for-a-test
3
-
4
- "compilerOptions": {
5
- /* Basic Options */
6
- "target": "es5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
7
- "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
8
- "lib": [
9
- "dom",
10
- "es2015",
11
- "es2019"
12
- ] /* Specify library files to be included in the compilation. */,
13
- // "allowJs": true, /* Allow javascript files to be compiled. */
14
- // "checkJs": true, /* Report errors in .js files. */
15
- // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
16
- "declaration": true /* Generates corresponding '.d.ts' file. */,
17
- "skipLibCheck": true,
18
- "declarationMap": true /* Generates a sourcemap for each corresponding '.d.ts' file. */,
19
- "sourceMap": true /* Generates corresponding '.map' file. */,
20
- // "outFile": "./", /* Concatenate and emit output to single file. */
21
- "outDir": "lib" /* Redirect output structure to the directory. */,
22
- // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
23
- // "composite": true, /* Enable project compilation */
24
- // "incremental": true, /* Enable incremental compilation */
25
- // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
26
- // "removeComments": true, /* Do not emit comments to output. */
27
- // "noEmit": true, /* Do not emit outputs. */
28
- // "importHelpers": true, /* Import emit helpers from 'tslib'. */
29
- // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
30
- // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
31
-
32
- /* Strict Type-Checking Options */
33
- "strict": false /* Enable all strict type-checking options. */,
34
- "noImplicitAny": false /* Raise error on expressions and declarations with an implied 'any' type. */,
35
- "strictNullChecks": true /* Enable strict null checks. */,
36
- "strictFunctionTypes": true /* Enable strict checking of function types. */,
37
- "strictBindCallApply": true /* Enable strict 'bind', 'call', and 'apply' methods on functions. */,
38
- "strictPropertyInitialization": true /* Enable strict checking of property initialization in classes. */,
39
- "noImplicitThis": true /* Raise error on 'this' expressions with an implied 'any' type. */,
40
- "alwaysStrict": true /* Parse in strict mode and emit "use strict" for each source file. */,
41
-
42
- /* Additional Checks */
43
- // "noUnusedLocals": true, /* Report errors on unused locals. */
44
- // "noUnusedParameters": true, /* Report errors on unused parameters. */
45
- // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
46
- // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
47
-
48
- /* Module Resolution Options */
49
- // "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
50
- // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
51
- // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
52
- // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
53
- "typeRoots": [
54
- "node_modules/@types",
55
- "node_modules/@testing-library",
56
- "./typings"
57
- ] /* List of folders to include type definitions from. */,
58
- // "types": [], /* Type declaration files to be included in compilation. */
59
-
60
- "types": ["node", "jsdom", "jest", "jest-dom"], /* https://medium.com/heybooster/debugging-typescript-jest-dom-matchers-in-vue-js-6962dab4d4cc */
61
-
62
- // "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
63
- "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
64
- // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
65
-
66
- /* Source Map Options */
67
- // "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
68
- // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
69
- // "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
70
- // "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
71
-
72
- /* Experimental Options */
73
- // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
74
- // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
75
- },
76
- "include": ["src/**/*"],
77
- "exclude": ["node_modules"] // was , "**/*.test.ts"
78
- }
@@ -1,4 +0,0 @@
1
- declare module '*.ttl' {
2
- const content: string
3
- export default content
4
- }
@@ -1,9 +0,0 @@
1
- declare module 'solid-namespace' {
2
- import { NamedNode } from 'rdflib'
3
-
4
- type RDFLibSubset = { namedNode: (value: string) => NamedNode }
5
- type toNamedNode = (label: string) => NamedNode
6
- export type Namespaces = { [alias: string]: toNamedNode }
7
-
8
- export default function vocab (rdf: RDFLibSubset): Namespaces
9
- }
package/webpack.config.js DELETED
@@ -1,41 +0,0 @@
1
- const HtmlWebpackPlugin = require('html-webpack-plugin')
2
- const NodePolyfillPlugin = require("node-polyfill-webpack-plugin")
3
-
4
- module.exports = [{
5
- mode: 'development',
6
- entry: './dev/loader.ts',
7
- plugins: [
8
- new HtmlWebpackPlugin({ template: './dev/index.html' }),
9
- new NodePolyfillPlugin()
10
- ],
11
- resolve: {
12
- extensions: ['.mjs', '.js', '.ts'],
13
- fallback: { "path": false }
14
- },
15
- module: {
16
- rules: [
17
- {
18
- test: /\.(mjs|js|ts)$/,
19
- exclude: /(node_modules|bower_components)/,
20
- use: {
21
- loader: 'babel-loader'
22
- }
23
- }
24
- ]
25
- },
26
- externals: {
27
- fs: 'null',
28
- 'node-fetch': 'fetch',
29
- 'isomorphic-fetch': 'fetch',
30
- xmldom: 'window',
31
- 'text-encoding': 'TextEncoder',
32
- 'whatwg-url': 'window',
33
- '@trust/webcrypto': 'crypto'
34
- },
35
- devServer: {
36
- static: './dist',
37
- compress: true,
38
- port: 9000
39
- },
40
- devtool: 'source-map'
41
- }]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes