solid-panes 3.7.3 → 4.0.0-2fdba5cd

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 (379) hide show
  1. package/dist/RDFXMLPane.js +59 -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 +64 -63
  18. package/dist/dataContentPane.js.map +1 -0
  19. package/{lib → dist}/defaultPane.js +15 -16
  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 +86 -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 +270 -270
  45. package/dist/microblogPane/microblogPane.js.map +1 -0
  46. package/dist/n3Pane.js +57 -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 +33 -33
  57. package/dist/outline/queryByExample.js.map +1 -0
  58. package/{lib → dist}/outline/userInput.js +268 -266
  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 +142 -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/{lib → dist}/ui/pane.js +30 -31
  95. package/dist/ui/pane.js.map +1 -0
  96. package/dist/versionInfo.js +37 -0
  97. package/dist/versionInfo.js.map +1 -0
  98. package/dist/video/videoPane.js +43 -0
  99. package/dist/video/videoPane.js.map +1 -0
  100. package/package.json +47 -41
  101. package/Documentation/VisualLanguage.html +0 -538
  102. package/Documentation/conventions.md +0 -333
  103. package/coverage/clover.xml +0 -152
  104. package/coverage/coverage-final.json +0 -6
  105. package/coverage/lcov-report/base.css +0 -224
  106. package/coverage/lcov-report/block-navigation.js +0 -87
  107. package/coverage/lcov-report/favicon.png +0 -0
  108. package/coverage/lcov-report/index.html +0 -131
  109. package/coverage/lcov-report/outline/index.html +0 -161
  110. package/coverage/lcov-report/outline/outlineIcons.js.html +0 -565
  111. package/coverage/lcov-report/outline/propertyViews.ts.html +0 -196
  112. package/coverage/lcov-report/outline/viewAsImage.ts.html +0 -121
  113. package/coverage/lcov-report/outline/viewAsMbox.ts.html +0 -127
  114. package/coverage/lcov-report/prettify.css +0 -1
  115. package/coverage/lcov-report/prettify.js +0 -2
  116. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  117. package/coverage/lcov-report/sorter.js +0 -210
  118. package/coverage/lcov-report/trustedApplications/index.html +0 -116
  119. package/coverage/lcov-report/trustedApplications/trustedApplications.utils.ts.html +0 -238
  120. package/coverage/lcov.info +0 -204
  121. package/dev/index.html +0 -28
  122. package/dev/loader.ts +0 -91
  123. package/dev/pane/index.ts +0 -10
  124. package/doc/images/panes-for-classes.epgz +0 -0
  125. package/doc/images/panes-for-classes.svg +0 -609
  126. package/eslint.config.mjs +0 -34
  127. package/jest.config.js +0 -27
  128. package/jest.setup.ts +0 -4
  129. package/lib/RDFXMLPane.js +0 -59
  130. package/lib/RDFXMLPane.js.map +0 -1
  131. package/lib/argument/argumentPane.js.map +0 -1
  132. package/lib/attach/attachPane.js.map +0 -1
  133. package/lib/audio/audioPane.js.map +0 -1
  134. package/lib/classInstancePane.js.map +0 -1
  135. package/lib/dashboard/basicPreferences.js +0 -229
  136. package/lib/dashboard/basicPreferences.js.map +0 -1
  137. package/lib/dashboard/dashboardPane.js.map +0 -1
  138. package/lib/dashboard/homepage.js +0 -86
  139. package/lib/dashboard/homepage.js.map +0 -1
  140. package/lib/dataContentPane.js.map +0 -1
  141. package/lib/defaultPane.js.map +0 -1
  142. package/lib/dokieli/dokieliPane.js.map +0 -1
  143. package/lib/dokieli/new.js +0 -9
  144. package/lib/dokieli/new.js.map +0 -1
  145. package/lib/form/pane.js.map +0 -1
  146. package/lib/global.d.js +0 -2
  147. package/lib/global.d.js.map +0 -1
  148. package/lib/home/homePane.js +0 -91
  149. package/lib/home/homePane.js.map +0 -1
  150. package/lib/humanReadablePane.js +0 -138
  151. package/lib/humanReadablePane.js.map +0 -1
  152. package/lib/imagePane.js +0 -71
  153. package/lib/imagePane.js.map +0 -1
  154. package/lib/index.js.map +0 -1
  155. package/lib/internal/internalPane.js.map +0 -1
  156. package/lib/mainPage/header.js +0 -152
  157. package/lib/mainPage/header.js.map +0 -1
  158. package/lib/mainPage/index.js +0 -42
  159. package/lib/mainPage/index.js.map +0 -1
  160. package/lib/microblogPane/microblogPane.js.map +0 -1
  161. package/lib/n3Pane.js +0 -57
  162. package/lib/n3Pane.js.map +0 -1
  163. package/lib/outline/manager.js +0 -2264
  164. package/lib/outline/manager.js.map +0 -1
  165. package/lib/outline/manager.test.d.ts +0 -2
  166. package/lib/outline/manager.test.d.ts.map +0 -1
  167. package/lib/outline/manager.test.js +0 -210
  168. package/lib/outline/manager.test.js.map +0 -1
  169. package/lib/outline/outlineIcons.js.map +0 -1
  170. package/lib/outline/propertyViews.js.map +0 -1
  171. package/lib/outline/propertyViews.test.d.ts +0 -2
  172. package/lib/outline/propertyViews.test.d.ts.map +0 -1
  173. package/lib/outline/propertyViews.test.js +0 -27
  174. package/lib/outline/propertyViews.test.js.map +0 -1
  175. package/lib/outline/queryByExample.js.map +0 -1
  176. package/lib/outline/userInput.js.map +0 -1
  177. package/lib/outline/viewAsImage.js +0 -17
  178. package/lib/outline/viewAsImage.js.map +0 -1
  179. package/lib/outline/viewAsMbox.js +0 -23
  180. package/lib/outline/viewAsMbox.js.map +0 -1
  181. package/lib/pad/padPane.js.map +0 -1
  182. package/lib/playlist/playlistPane.js.map +0 -1
  183. package/lib/registerPanes.js.map +0 -1
  184. package/lib/schedule/formsForSchedule.js +0 -8
  185. package/lib/schedule/formsForSchedule.js.map +0 -1
  186. package/lib/schedule/schedulePane.js.map +0 -1
  187. package/lib/sharing/sharingPane.js.map +0 -1
  188. package/lib/slideshow/slideshowPane.js +0 -84
  189. package/lib/slideshow/slideshowPane.js.map +0 -1
  190. package/lib/socialPane.js.map +0 -1
  191. package/lib/tabbed/tabbedPane.js +0 -72
  192. package/lib/tabbed/tabbedPane.js.map +0 -1
  193. package/lib/tableViewPane.js.map +0 -1
  194. package/lib/test-import-export/common.js +0 -12
  195. package/lib/test-import-export/common.js.map +0 -1
  196. package/lib/test-import-export/edit-importer.js +0 -25
  197. package/lib/test-import-export/edit-importer.js.map +0 -1
  198. package/lib/test-import-export/testImportExport.js +0 -2
  199. package/lib/test-import-export/testImportExport.js.map +0 -1
  200. package/lib/transaction/pane.js.map +0 -1
  201. package/lib/transaction/period.js.map +0 -1
  202. package/lib/trip/tripPane.js.map +0 -1
  203. package/lib/trustedApplications/trustedApplications.dom.js +0 -177
  204. package/lib/trustedApplications/trustedApplications.dom.js.map +0 -1
  205. package/lib/trustedApplications/trustedApplications.test.d.ts +0 -2
  206. package/lib/trustedApplications/trustedApplications.test.d.ts.map +0 -1
  207. package/lib/trustedApplications/trustedApplications.test.js +0 -64
  208. package/lib/trustedApplications/trustedApplications.test.js.map +0 -1
  209. package/lib/trustedApplications/trustedApplications.utils.js +0 -34
  210. package/lib/trustedApplications/trustedApplications.utils.js.map +0 -1
  211. package/lib/trustedApplications/trustedApplications.view.js +0 -87
  212. package/lib/trustedApplications/trustedApplications.view.js.map +0 -1
  213. package/lib/types.d.ts +0 -30
  214. package/lib/types.d.ts.map +0 -1
  215. package/lib/types.js +0 -6
  216. package/lib/types.js.map +0 -1
  217. package/lib/ui/pane.js.map +0 -1
  218. package/lib/versionInfo.d.ts +0 -32
  219. package/lib/versionInfo.d.ts.map +0 -1
  220. package/lib/versionInfo.js +0 -37
  221. package/lib/versionInfo.js.map +0 -1
  222. package/lib/video/videoPane.js +0 -44
  223. package/lib/video/videoPane.js.map +0 -1
  224. package/src/RDFXMLPane.js +0 -60
  225. package/src/argument/argumentPane.js +0 -65
  226. package/src/argument/argument_icon_v04.jpg +0 -0
  227. package/src/argument/icon_argument.png +0 -0
  228. package/src/argument/transparentyingyang.png +0 -0
  229. package/src/attach/attachPane.js +0 -508
  230. package/src/attach/tbl-paperclip-128.png +0 -0
  231. package/src/attach/tbl-paperclip-22.png +0 -0
  232. package/src/attach/tbl-paperclip-22a.png +0 -0
  233. package/src/audio/audioPane.js +0 -197
  234. package/src/chatPreferencesForm.ttl +0 -12
  235. package/src/classInstancePane.js +0 -110
  236. package/src/dashboard/basicPreferences.ts +0 -201
  237. package/src/dashboard/dashboardPane.ts +0 -83
  238. package/src/dashboard/homepage.ts +0 -72
  239. package/src/dashboard/languages/codes.html +0 -8611
  240. package/src/dashboard/languages/codes.xml +0 -3563
  241. package/src/dashboard/languages/codes2.txt +0 -170
  242. package/src/dashboard/languages/foo +0 -70
  243. package/src/dashboard/languages/foo.ttl +0 -0
  244. package/src/dashboard/languages/get-language-names.sh +0 -12
  245. package/src/dashboard/ontologyData.ttl +0 -35
  246. package/src/dashboard/preferencesFormText.ttl +0 -18
  247. package/src/dataContentPane.js +0 -290
  248. package/src/defaultPane.js +0 -102
  249. package/src/dokieli/Makefile +0 -6
  250. package/src/dokieli/dokieliPane.js +0 -190
  251. package/src/dokieli/new.html +0 -30
  252. package/src/form/form-22.png +0 -0
  253. package/src/form/form-b-22.png +0 -0
  254. package/src/form/form.graffle +0 -0
  255. package/src/form/form.png +0 -0
  256. package/src/form/pane.js +0 -217
  257. package/src/form/psuedocode-notes.txt +0 -57
  258. package/src/global.d.ts +0 -4
  259. package/src/home/homePane.ts +0 -72
  260. package/src/humanReadablePane.js +0 -150
  261. package/src/imagePane.js +0 -75
  262. package/src/index.ts +0 -71
  263. package/src/internal/internalPane.ts +0 -263
  264. package/src/mainPage/footer.ts +0 -19
  265. package/src/mainPage/header.ts +0 -79
  266. package/src/mainPage/index.ts +0 -20
  267. package/src/meeting/Makefile +0 -3
  268. package/src/meeting/test/meeting1/Actions/actions.ttl +0 -14
  269. package/src/meeting/test/meeting1/Actions/config.ttl +0 -16
  270. package/src/meeting/test/meeting1/Actions/state.ttl +0 -30
  271. package/src/meeting/test/meeting1/Schedule/details.ttl +0 -34
  272. package/src/meeting/test/meeting1/Schedule/details.ttl.acl +0 -20
  273. package/src/meeting/test/meeting1/Schedule/forms.ttl +0 -75
  274. package/src/meeting/test/meeting1/Schedule/forms.ttl.acl +0 -20
  275. package/src/meeting/test/meeting1/Schedule/index.html +0 -72
  276. package/src/meeting/test/meeting1/Schedule/index.html.acl +0 -20
  277. package/src/meeting/test/meeting1/Schedule/results.ttl +0 -15
  278. package/src/meeting/test/meeting1/Schedule/results.ttl.acl +0 -20
  279. package/src/meeting/test/meeting1/SharedNotes/pad.ttl +0 -23
  280. package/src/meeting/test/meeting1/chat/chat.ttl +0 -1
  281. package/src/meeting/test/meeting1/details.ttl +0 -35
  282. package/src/meeting/test/meeting1/pad/pad.ttl +0 -16
  283. package/src/microblogPane/mbStyle.css +0 -267
  284. package/src/microblogPane/microblogPane.js +0 -1412
  285. package/src/n3Pane.js +0 -56
  286. package/src/outline/context.ts +0 -21
  287. package/src/outline/manager.js +0 -2384
  288. package/src/outline/manager.test.ts +0 -189
  289. package/src/outline/outlineIcons.js +0 -160
  290. package/src/outline/propertyViews.test.ts +0 -36
  291. package/src/outline/propertyViews.ts +0 -37
  292. package/src/outline/queryByExample.js +0 -296
  293. package/src/outline/userInput.js +0 -2373
  294. package/src/outline/viewAsImage.ts +0 -12
  295. package/src/outline/viewAsMbox.ts +0 -14
  296. package/src/pad/images/ColourOff.ai +2 -872
  297. package/src/pad/images/ColourOff.png +0 -0
  298. package/src/pad/images/ColourOn.ai +1 -935
  299. package/src/pad/images/ColourOn.png +0 -0
  300. package/src/pad/padPane.ts +0 -559
  301. package/src/playlist/playlistPane.js +0 -161
  302. package/src/registerPanes.js +0 -147
  303. package/src/schedule/Makefile +0 -6
  304. package/src/schedule/formsForSchedule.js +0 -117
  305. package/src/schedule/formsForSchedule.ttl +0 -115
  306. package/src/schedule/schedulePane.js +0 -1201
  307. package/src/sharing/sharingPane.ts +0 -49
  308. package/src/slideshow/slideshowPane.js +0 -80
  309. package/src/socialPane.js +0 -523
  310. package/src/style/tabbedtab.css +0 -1347
  311. package/src/tabbed/tabbedPane.ts +0 -60
  312. package/src/tableViewPane.js +0 -51
  313. package/src/test-import-export/common.js +0 -6
  314. package/src/test-import-export/edit-importer.js +0 -20
  315. package/src/test-import-export/testImportExport.js +0 -0
  316. package/src/transaction/068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
  317. package/src/transaction/075988-3d-transparent-glass-icon-business-currency-british-pound-sc35.png +0 -0
  318. package/src/transaction/22-pixel-068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
  319. package/src/transaction/pane.js +0 -629
  320. package/src/transaction/period.js +0 -374
  321. package/src/transaction/thumbs_075987-3d-transparent-glass-icon-business-creditcard2.png +0 -0
  322. package/src/transaction/thumbs_075989-3d-transparent-glass-icon-business-currency-cent-sc35.png +0 -0
  323. package/src/trip/tripPane.js +0 -176
  324. package/src/trustedApplications/__snapshots__/trustedApplications.test.ts.snap +0 -176
  325. package/src/trustedApplications/trustedApplications.dom.ts +0 -276
  326. package/src/trustedApplications/trustedApplications.test.ts +0 -82
  327. package/src/trustedApplications/trustedApplications.utils.ts +0 -51
  328. package/src/trustedApplications/trustedApplications.view.ts +0 -80
  329. package/src/types.ts +0 -34
  330. package/src/ui/22-builder.png +0 -0
  331. package/src/ui/builder.graffle +0 -0
  332. package/src/ui/builder.png +0 -0
  333. package/src/ui/builder2.png +0 -0
  334. package/src/ui/pane.js +0 -226
  335. package/src/versionInfo.ts +0 -30
  336. package/src/video/videoPane.js +0 -44
  337. package/timestamp.sh +0 -13
  338. package/travis/bumpversion.js +0 -29
  339. package/tsconfig.json +0 -78
  340. package/typings/raw-loader.d.ts +0 -4
  341. package/typings/solid-namespace/index.d.ts +0 -9
  342. package/webpack.config.js +0 -41
  343. /package/{lib → dist}/dashboard/basicPreferences.d.ts +0 -0
  344. /package/{lib → dist}/dashboard/basicPreferences.d.ts.map +0 -0
  345. /package/{lib → dist}/dashboard/dashboardPane.d.ts +0 -0
  346. /package/{lib → dist}/dashboard/dashboardPane.d.ts.map +0 -0
  347. /package/{lib → dist}/dashboard/homepage.d.ts +0 -0
  348. /package/{lib → dist}/dashboard/homepage.d.ts.map +0 -0
  349. /package/{lib → dist}/home/homePane.d.ts +0 -0
  350. /package/{lib → dist}/home/homePane.d.ts.map +0 -0
  351. /package/{lib → dist}/index.d.ts +0 -0
  352. /package/{lib → dist}/index.d.ts.map +0 -0
  353. /package/{lib → dist}/internal/internalPane.d.ts +0 -0
  354. /package/{lib → dist}/internal/internalPane.d.ts.map +0 -0
  355. /package/{lib → dist}/mainPage/footer.d.ts +0 -0
  356. /package/{lib → dist}/mainPage/footer.d.ts.map +0 -0
  357. /package/{lib → dist}/mainPage/header.d.ts +0 -0
  358. /package/{lib → dist}/mainPage/header.d.ts.map +0 -0
  359. /package/{lib → dist}/mainPage/index.d.ts +0 -0
  360. /package/{lib → dist}/outline/context.d.ts +0 -0
  361. /package/{lib → dist}/outline/context.d.ts.map +0 -0
  362. /package/{lib → dist}/outline/propertyViews.d.ts +0 -0
  363. /package/{lib → dist}/outline/propertyViews.d.ts.map +0 -0
  364. /package/{lib → dist}/outline/viewAsImage.d.ts +0 -0
  365. /package/{lib → dist}/outline/viewAsImage.d.ts.map +0 -0
  366. /package/{lib → dist}/outline/viewAsMbox.d.ts +0 -0
  367. /package/{lib → dist}/outline/viewAsMbox.d.ts.map +0 -0
  368. /package/{lib → dist}/pad/padPane.d.ts +0 -0
  369. /package/{lib → dist}/pad/padPane.d.ts.map +0 -0
  370. /package/{lib → dist}/sharing/sharingPane.d.ts +0 -0
  371. /package/{lib → dist}/sharing/sharingPane.d.ts.map +0 -0
  372. /package/{lib → dist}/tabbed/tabbedPane.d.ts +0 -0
  373. /package/{lib → dist}/tabbed/tabbedPane.d.ts.map +0 -0
  374. /package/{lib → dist}/trustedApplications/trustedApplications.dom.d.ts +0 -0
  375. /package/{lib → dist}/trustedApplications/trustedApplications.dom.d.ts.map +0 -0
  376. /package/{lib → dist}/trustedApplications/trustedApplications.utils.d.ts +0 -0
  377. /package/{lib → dist}/trustedApplications/trustedApplications.utils.d.ts.map +0 -0
  378. /package/{lib → dist}/trustedApplications/trustedApplications.view.d.ts +0 -0
  379. /package/{lib → dist}/trustedApplications/trustedApplications.view.d.ts.map +0 -0
@@ -1,333 +0,0 @@
1
- # Data Conventions used by the databrowser
2
-
3
- This document describes how the databrowser stores your data as triples in RDF documents on your pod.
4
- As most Solid pods will have at least some data on them that was edited through the databrowser,
5
- these conventions are a good place to start when you develop third-party apps. In the future, we'll
6
- see how this document can grow into a bigger participatory wiki of data shape conventions for Solid.
7
-
8
- For short-hand, we will use the following namespace prefixes here:
9
-
10
- ```turtle
11
- @prefix ab: <http://www.w3.org/ns/pim/ab#> .
12
- @prefix acl: <http://www.w3.org/ns/auth/acl#> .
13
- @prefix dc: <http://purl.org/dc/elements/1.1/> .
14
- @prefix dct: <http://purl.org/dc/terms/> .
15
- @prefix flow: <http://www.w3.org/2005/01/wf/flow#> .
16
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
17
- @prefix ical: <http://www.w3.org/2002/12/cal/ical#> .
18
- @prefix ldp: <http://www.w3.org/ns/ldp#> .
19
- @prefix mee: <http://www.w3.org/ns/pim/meeting#> .
20
- @prefix pim: <http://www.w3.org/ns/pim/space#> .
21
- @prefix rdf: <http://www.w3.org/2000/01/rdf-schema#> .
22
- @prefix schema: <http://schema.org/> .
23
- @prefix sioc: <http://rdfs.org/sioc/ns#> .
24
- @prefix solid: <http://www.w3.org/ns/solid/terms#> .
25
- @prefix stat: <http://www.w3.org/ns/posix/stat#> .
26
- @prefix ui: <http://www.w3.org/ns/ui#> .
27
- @prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
28
- @prefix XML: <http://www.w3.org/2001/XMLSchema#> .
29
- ```
30
-
31
- One of the most important RDF documents on your pod is your profile, which is the document that people get when they dereference your webid. We'll look at that first. After that, we'll look at each of the tools that can be created with the databrowser's + button: Addressbook, Notepad, Chat, LongChat, Meeting, Event, Link, Document, Folder, and Source.
32
-
33
- ## Profile
34
- (see also [pdsinterop.org's description](https://pdsinterop.org/conventions/profile/))
35
-
36
- ### Profile document
37
-
38
- To add information to your webid profile, you can use the following triples. Suppose your webid is `/profile/card#me`, then your profile document is `/profile/card` (without the `#me`). Add the following triples to it:
39
-
40
- ```turtle
41
- </profile/card> a foaf:PersonalProfileDocument .
42
- </profile/card> foaf:maker </profile/card#me> .
43
- </profile/card> foaf:primaryTopic </profile/card#me> .
44
- ```
45
-
46
- ### You as a person
47
-
48
- Now say your name is "John Doe", then add these triples to your profile document to publish your identity as a person:
49
-
50
- ```turtle
51
- </profile/card#me> a foaf:Person .
52
- </profile/card#me> a schema:Person .
53
- </profile/card#me> foaf:name "John Doe" .
54
- ```
55
-
56
- ### Linking to your pod
57
-
58
- Say your pod is at `/pod`, with the LDN inbox at `/pod/inbox/`, to link from your identity to your pod:
59
-
60
- ```turtle
61
- </profile/card#me> solid:account </pod> .
62
- </profile/card#me> pim:storage </pod> .
63
- </profile/card#me> ldp:inbox </pod/inbox/> .
64
- ```
65
-
66
- ### Preferences
67
-
68
- To publish some of your generic preferences to apps, use:
69
-
70
- ```turtle
71
- </profile/card#me> pim:preferencesFile </settings/prefs.ttl> .
72
- </profile/card#me> solid:publicTypeIndex </settings/publicTypeIndex.ttl> .
73
- </profile/card#me> solid:privateTypeIndex </settings/privateTypeIndex.ttl> .
74
- ```
75
-
76
- ## Address Book
77
- (see also [pdsinterop.org's description](https://pdsinterop.org/conventions/addressbook/))
78
-
79
- You can create an addressbook containing persons and groups, by adding triples to RDF documents on your pod.
80
- To create an addressbook, create a document for it, e.g., `/address-book/index.ttl`, and add the following triples to that document:
81
-
82
- ```turtle
83
- </address-book/index.ttl#this> a vcard:AddressBook .
84
- </address-book/index.ttl#this> dc:title "New address Book" .
85
- </address-book/index.ttl#this> acl:owner </profile/card#me> .
86
- ```
87
-
88
- You can create separate documents for the people index and for the groups index, as long as you link to those from the main `/address-book/index.ttl` document in the following ways:
89
-
90
- ```turtle
91
- </address-book/index.ttl#this> vcard:nameEmailIndex </address-book/peopleIndex.ttl> .
92
- </address-book/index.ttl#this> vcard:groupIndex </address-book/groupIndex.ttl> .
93
- ```
94
-
95
- To indicate that a person `/johnDoe.ttl` with full name "John Doe" is in addressbook `/address-book/index.ttl`, add the following triples:
96
-
97
- ```turtle
98
- </johnDoe.ttl#this> vcard:inAddressBook </address-book/index.ttl#this> . # (NB: needs to be in /address-book/peopleIndex.ttl)
99
- </johnDoe.ttl#this> a vcard:Individual .
100
- </johnDoe.ttl#this> vcard:fn "John Doe" .
101
- ```
102
-
103
- To indicate that addressbook `/address-book/index.ttl` has a group called "Colleagues", add the following triples:
104
-
105
- ```turtle
106
- </address-book/index.ttl#this> vcard:includesGroup </address-book/colleagues.ttl#this> . # (NB: needs to be in /address-book/groupIndex.ttl)
107
- </address-book/colleagues.ttl#this> a vcard:Group .
108
- </address-book/colleagues.ttl#this> vcard:fn "Colleagues" .
109
- ```
110
-
111
- ## Notepad
112
- (see also [pdsinterop.org's description](https://pdsinterop.org/conventions/notepad/))
113
-
114
- To create a new notepad at `/notepad.ttl`, add the following triples into it:
115
-
116
- ```turtle
117
- </notepad.ttl#this> a pim:Notepad .
118
- </notepad.ttl#this> dc:author </profile/card#me> .
119
- </notepad.ttl#this> dc:created "2019-04-17T08:05:19Z"^^XML:dateTime .
120
- </notepad.ttl#this> dc:title "Shared Notes" .
121
- ```
122
-
123
- Now to indicate that his notepad is empty, add an empty first line to it:
124
-
125
- ```turtle
126
- </notepad.ttl#this> pim:next </notepad.ttl#this_line0> .
127
- </notepad.ttl#line0> dc:author </profile/card#me> .
128
- </notepad.ttl#line0> dc:content "" .
129
- ```
130
-
131
- Now indicate that this is the last line, set this line's `pim:next` to the notepad itself:
132
-
133
- ```turtle
134
- </notepad.ttl#line0> pim:next </notepad.ttl#this> .
135
- ```
136
-
137
- To add a line to the notepad, for instance 'first line', first update the content of the first line, by replacing
138
-
139
- ```turtle
140
- </notepad.ttl#line0> dc:content "" .
141
- ```
142
-
143
- with
144
-
145
- ```turtle
146
- </notepad.ttl#line0> dc:content "first line" .
147
- ```
148
-
149
- and then add a new participation-line below it, where the user can type their next line; pick a timestamp, for instance `1555488949899`, and add the following triples:
150
-
151
- ```turtle
152
- </notepad.ttl#this> flow:participation </notepad.ttl#id1555488949899> .
153
- </notepad.ttl#id1555488949899> flow:participant </profile/card#me> .
154
- </notepad.ttl#id1555488949899> ical:dtstart "2019-04-17T08:05:22Z"^^XML:dateTime .
155
- </notepad.ttl#id1555488949899> ui:backgroundColor "#c0d2fe" .
156
- ```
157
-
158
- Note that the first line still is the only line in the document, apart from the participation line. To add a second line, start making proper use of the `pim:next` attribute, by linking the first line to the second line, and then linking the second line back up to the notepad as a whole. The participation line stays as it is. The result will then look like this:
159
-
160
- ### Main notepad
161
-
162
- ```turtle
163
- </notepad.ttl#this> a pim:Notepad .
164
- </notepad.ttl#this> dc:author </profile/card#me> .
165
- </notepad.ttl#this> dc:created "2019-04-17T08:05:19Z"^^XML:dateTime .
166
- </notepad.ttl#this> dc:title "Shared Notes" .
167
- </notepad.ttl#this> pim:next </notepad.ttl#this_line0> .
168
- </notepad.ttl#this> flow:participation :id1555488949899 .
169
- ```
170
-
171
- ### Participation
172
-
173
- ```turtle
174
- </notepad.ttl#id1555488949899> flow:participant </profile/card#me> .
175
- </notepad.ttl#id1555488949899> ical:dtstart "2019-04-17T08:05:22Z"^^XML:dateTime .
176
- </notepad.ttl#id1555488949899> ui:backgroundColor "#c0d2fe" .
177
- ```
178
-
179
- ### First line
180
-
181
- ```turtle
182
- </notepad.ttl#line0> dc:author </profile/card#me> .
183
- </notepad.ttl#line0> dc:content "first line" .
184
- </notepad.ttl#line0> pim:next :id1555489499814 .
185
- ```
186
-
187
- ### Second line
188
-
189
- ```turtle
190
- </notepad.ttl#id1555489499814> dc:author </profile/card#me> .
191
- </notepad.ttl#id1555489499814> dc:content "second line" .
192
- </notepad.ttl#id1555489499814> pim:next </notepad.ttl#this> .
193
- ```
194
-
195
- ## Chat
196
- (see also [pdsinterop.org's description](https://pdsinterop.org/conventions/chat/))
197
-
198
- To create a chat conversation, create a document, e.g., `/chat.ttl`, and add the following triples to it:
199
-
200
- ```turtle
201
- </chat.ttl#this> a mee:LongChat .
202
- </chat.ttl#this> dc:author </profile/card#me> .
203
- </chat.ttl#this> dc:created "2018-07-06T21:36:04Z"^^XML:dateTime .
204
- </chat.ttl#this> dc:title "Chat channel" .
205
- ```
206
-
207
- To add a message in the chat conversation, for instance where you say "hi", generate a timestamp like `1555487418787` and add the following triples to `/chat.ttl`:
208
-
209
- ```turtle
210
- </chat.ttl#Msg1555487418787> dct:created "2019-04-17T07:50:18Z"^^XML:dateTime .
211
- </chat.ttl#Msg1555487418787> sioc:content "hi" .
212
- </chat.ttl#Msg1555487418787> foaf:maker </profile/card#me> .
213
- ```
214
-
215
- Note that for historical reasons, for the chat conversation as a whole, we use `dc:created` and `dc:author`, whereas for the individual chat messages we use `dct:created` and `foaf:maker`.
216
-
217
- ### Long Chat
218
-
219
- LongChat is similar to Chat, except that it uses LDP containers to discover the triples that describe the chat conversation,
220
- instead of having all the triples in one `chat.ttl` doc.
221
- To create a chat conversation, pick a timestamp, e.g., `1555491215455`, create an LDP container, for instance `/long-chat/`, and in there, create an index document, e.g., `/long-chat/index.ttl`. To the index document, add the following triples:
222
-
223
- ```turtle
224
- </long-chat/index.ttl#this> a mee:LongChat .
225
- </long-chat/index.ttl#this> dc:author </profile/card#me> .
226
- </long-chat/index.ttl#this> dc:created "2018-07-06T21:36:04Z"^^XML:dateTime .
227
- </long-chat/index.ttl#this> dc:title "Chat channel" .
228
- </long-chat/index.ttl#this> flow:participation :id1555491215455 .
229
- </long-chat/index.ttl#this> ui:sharedPreferences :SharedPreferences .
230
- </long-chat/index.ttl#id1555491215455> ic:dtstart "2019-04-17T08:53:35Z"^^XML:dateTime .
231
- </long-chat/index.ttl#id1555491215455> flow:participant </profile/card#me> .
232
- </long-chat/index.ttl#id1555491215455> ui:backgroundColor "#c0d2fe" .
233
- ```
234
-
235
- To add a message in the LongChat conversation, for instance where you say "hi", pick a filename, for instance, `/long-chat/2019/04/17/chat.ttl`, generate a timestamp like `1555487418787` and add the following triples to `/long-chat/2019/04/17/chat.ttl`:
236
-
237
- ```turtle
238
- </long-chat/2019/04/17/chat.ttl#Msg1555487418787> dct:created "2019-04-17T07:50:18Z"^^XML:dateTime .
239
- </long-chat/2019/04/17/chat.ttl#Msg1555487418787> sioc:content "hi" .
240
- </long-chat/2019/04/17/chat.ttl#Msg1555487418787> foaf:maker </profile/card#me> .
241
- </long-chat/index.ttl#this> flow:message </long-chat/2019/04/17/chat.ttl#Msg1555487418787> .
242
- ```
243
-
244
- Note that there is no need to make `/long-chat/2019/04/17/chat.ttl` discoverable from `/long-chat/index.ttl`, since it can be discovered by following the LDP Container member listings for `/long-chat/`, `/long-chat/2019/`, `/long-chat/2019/04/`, and `/2019/04/17/`.
245
-
246
- Also note that here too, for the chat conversation as a whole, we use `dc:created` and `dc:author`, whereas for the individual chat messages we use `dct:created` and `foaf:maker`.
247
-
248
- ## Meeting
249
- (see also [pdsinterop.org's description](https://pdsinterop.org/conventions/meeting/))
250
-
251
- To create a meeting, create a document, e.g., `/meeting.ttl` and add the following triples to it:
252
-
253
- ```turtle
254
- </meeting.ttl#this> a mee:Meeting .
255
- </meeting.ttl#this> dc:author </profile/card#me> .
256
- </meeting.ttl#this> dc:created "2018-07-06T21:36:04Z"^^XML:dateTime .
257
- </meeting.ttl#this> flow:participation :id1555491215455 .
258
- </meeting.ttl#this> ui:backgroundColor "#ddddcc"^^XML:color .
259
- </meeting.ttl#this> mee:toolList </meeting.ttl#this> .
260
- </meeting.ttl#id1555491215455> ic:dtstart "2019-04-17T08:53:35Z"^^XML:dateTime .
261
- </meeting.ttl#id1555491215455> flow:participant </profile/card#me> .
262
- </meeting.ttl#id1555491215455> ui:backgroundColor "#c0d2fe" .
263
- ```
264
-
265
- To add some details, pick a name like "Weekly Meeting" (note the use of `ical:summary` instead of `dc:title` here), a start and end date/time, a comment like "Discuss weekly things", and a location like "Utrecht", and add them using the ical namespace:
266
-
267
- ```turtle
268
- </meeting.ttl#this> ical:summary "Weekly Meeting" .
269
- </meeting.ttl#this> ical:comment "Discuss weekly things"; .
270
- </meeting.ttl#this> ical:dtstart "2019-04-19"^^XML:date; .
271
- </meeting.ttl#this> ical:dtend "2019-04-20"^^XML:date; .
272
- </meeting.ttl#this> ical:location "Utrecht"; .
273
- ```
274
-
275
- To add material to the meeting (let's say `https://example.com/agenda-meeting.html`), pick a timestamp like `1555492506279`, remove the old `mee:toolList` triple which only contained `</meeting.ttl#this>`, and add the following triples:
276
-
277
- ```turtle
278
- </meeting.ttl#this> mee:toolList </meeting.ttl#this> ,
279
- </meeting.ttl#id1555492030413> . # updated from earlier
280
- </meeting.ttl#id1555492506279> a mee:Tool .
281
- </meeting.ttl#this> flow:attachment <https://example.com/agenda-meeting.html> .
282
- </meeting.ttl#id1555492506279> mee:target <https://example.com/agenda-meeting.html> .
283
- </meeting.ttl#id1555492506279> rdf:label "Agenda" .
284
- </meeting.ttl#id1555492506279> mee:view "iframe" .
285
- ```
286
-
287
- ## Schedulable Event
288
-
289
- // TODO
290
-
291
- ## Link
292
-
293
- // TODO
294
-
295
- ## Dokieli Document
296
-
297
- [dokieli](https://dokie.li/) is a clientside editor for decentralised article publishing, annotations, and social interactions. Source code is available from <https://github.com/linkeddata/dokieli>.
298
-
299
- dokieli allows content creators to generate human- and machine-readable documents in HTML+RDFa, optionally embedding "data blocks" using the `<script type="">` mechanism to include content in Turtle, JSON-LD, and TriG. dokieli also employs mechanisms to use media types that are acceptable by a server (e.g., JSON-LD, Turtle, HTML+RDFa) when, for example, generating data for servers conforming to the [Solid Protocol](https://solidproject.org/ED/protocol), [Linked Data Platform](https://www.w3.org/TR/ldp/), [Linked Data Notifications](https://www.w3.org/TR/ldn/), [Web Annotation Protocol](https://www.w3.org/TR/annotation-protocol), or [ActivityPub](https://www.w3.org/TR/activitypub/).
300
-
301
- The documents that are generated by dokieli are entirely *Linked Data* documents, in that all significant units of information are available in triple statements (as per data models it conforms to), in addition to being accessible by text-based web browsers or screen readers, especially in the case of HTML.
302
-
303
- dokieli can parse, use, or generate RDF sources including (but not limited to):
304
- * [WebID](https://www.w3.org/2005/Incubator/webid/spec/identity/) for personal/agent identities.
305
- * [Web Access Control (WAC)](https://solidproject.org/TR/wac)/[Access Control Lists (ACL)](https://dbpedia.org/resource/Access_Control_List) to set permissions on Web resources.
306
- * W3C [Web Annotation Model](https://www.w3.org/TR/annotation-model/), W3C [Web Annotation Vocabulary](https://www.w3.org/TR/annotation-vocab/), W3C [Embedding Web Annotations in HTML](https://www.w3.org/TR/annotation-html), and W3C [Selectors and States](https://www.w3.org/TR/selectors-states/) to model and identify annotations (e.g., replies, peer-reviews, liking, resharing, bookmarking)
307
- * W3C [Activity Streams 2.0 vocabulary](https://www.w3.org/TR/activitystreams-vocabulary) for social activities.
308
- * W3C [ODRL Information Model](https://www.w3.org/TR/odrl-model/) and W3C [ODRL Vocabulary & Expression](https://www.w3.org/TR/odrl-vocab/) to represent statements about the usage of content and services.
309
- * [Memento](https://tools.ietf.org/html/rfc7089) for resource management, e.g., TimeMap.
310
- * [Creative Commons](https://creativecommons.org/) to assign license to individual contributions and annotations.
311
- * [Robust Links](http://robustlinks.mementoweb.org/) for hyperlinks (e.g., citations) and to show Link Decoration.
312
- * [schema.org](http://schema.org/), [SPAR Ontologies](http://www.sparontologies.net/), [PROV-O](https://www.w3.org/TR/prov-o/), and various other vocabularies.
313
-
314
- Dokieli can also be used from any spawned instance, e.g., https://dokie.li/ , https://csarven.ca/, or as a Web browser extension. See https://dokie.li/docs and https://github.com/linkeddata/dokieli/blob/main/README.md#specifications for further documentation on data conventions and lists of specifications (protocols and data models) that dokieli conforms to.
315
-
316
- ## Folder
317
-
318
- When you add a 'Folder' tool, the databrowser creates a new LDP container. As an example, here are the triples that describe an LDP container `/foo/` with subcontainer `/foo/sub/` and member document `/foo/bar.ttl`:
319
-
320
- ```turtle
321
- </foo/> a ldp:BasicContainer .
322
- </foo/> a ldp:Container .
323
- </foo/> a ldp:Resource .
324
- </foo/> dct:modified "2019-04-17T08:42:16Z"^^XML:dateTime .
325
- </foo/> stat:mtime 1555490536.16 .
326
- </foo/> stat:size 4096 .
327
- </foo/> ldp:contains </foo/sub/> .
328
- </foo/> ldp:contains </foo/bar.ttl> .
329
- ```
330
-
331
- ## Source
332
-
333
- When you add a 'Source' tool to a container, it creates an empty document as an LDP resource. The content type will be guessed from the extension; for instance, `source.ttl` will be a Turtle document, `source.txt` will be `text/plain`, etc.
@@ -1,152 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1758703700012" clover="3.2.0">
3
- <project timestamp="1758703700012" name="All files">
4
- <metrics statements="125" coveredstatements="125" conditionals="8" coveredconditionals="4" methods="13" coveredmethods="13" elements="146" coveredelements="142" complexity="0" loc="125" ncloc="125" packages="2" files="5" classes="5"/>
5
- <package name="outline">
6
- <metrics statements="112" coveredstatements="112" conditionals="8" coveredconditionals="4" methods="7" coveredmethods="7"/>
7
- <file name="outlineIcons.js" path="/home/runner/work/solid-panes/solid-panes/src/outline/outlineIcons.js">
8
- <metrics statements="79" coveredstatements="79" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
9
- <line num="6" count="1" type="stmt"/>
10
- <line num="8" count="1" type="stmt"/>
11
- <line num="9" count="1" type="stmt"/>
12
- <line num="13" count="1" type="stmt"/>
13
- <line num="15" count="1" type="stmt"/>
14
- <line num="17" count="1" type="stmt"/>
15
- <line num="18" count="1" type="stmt"/>
16
- <line num="20" count="1" type="stmt"/>
17
- <line num="22" count="1" type="stmt"/>
18
- <line num="23" count="1" type="stmt"/>
19
- <line num="24" count="1" type="stmt"/>
20
- <line num="25" count="1" type="stmt"/>
21
- <line num="26" count="1" type="stmt"/>
22
- <line num="31" count="1" type="stmt"/>
23
- <line num="33" count="1" type="stmt"/>
24
- <line num="34" count="1" type="stmt"/>
25
- <line num="35" count="1" type="stmt"/>
26
- <line num="39" count="1" type="stmt"/>
27
- <line num="40" count="1" type="stmt"/>
28
- <line num="41" count="1" type="stmt"/>
29
- <line num="43" count="1" type="stmt"/>
30
- <line num="45" count="1" type="stmt"/>
31
- <line num="46" count="1" type="stmt"/>
32
- <line num="48" count="1" type="stmt"/>
33
- <line num="50" count="1" type="stmt"/>
34
- <line num="51" count="1" type="stmt"/>
35
- <line num="52" count="1" type="stmt"/>
36
- <line num="55" count="1" type="stmt"/>
37
- <line num="56" count="1" type="stmt"/>
38
- <line num="57" count="1" type="stmt"/>
39
- <line num="58" count="1" type="stmt"/>
40
- <line num="59" count="1" type="stmt"/>
41
- <line num="60" count="1" type="stmt"/>
42
- <line num="61" count="1" type="stmt"/>
43
- <line num="62" count="1" type="stmt"/>
44
- <line num="70" count="1" type="stmt"/>
45
- <line num="71" count="1" type="stmt"/>
46
- <line num="72" count="1" type="stmt"/>
47
- <line num="73" count="1" type="stmt"/>
48
- <line num="74" count="1" type="stmt"/>
49
- <line num="75" count="1" type="stmt"/>
50
- <line num="76" count="1" type="stmt"/>
51
- <line num="78" count="1" type="stmt"/>
52
- <line num="82" count="1" type="stmt"/>
53
- <line num="84" count="1" type="stmt"/>
54
- <line num="85" count="1" type="stmt"/>
55
- <line num="87" count="1" type="stmt"/>
56
- <line num="89" count="1" type="stmt"/>
57
- <line num="91" count="1" type="stmt"/>
58
- <line num="95" count="1" type="stmt"/>
59
- <line num="97" count="1" type="stmt"/>
60
- <line num="101" count="1" type="stmt"/>
61
- <line num="102" count="1" type="stmt"/>
62
- <line num="103" count="1" type="stmt"/>
63
- <line num="104" count="1" type="stmt"/>
64
- <line num="105" count="1" type="stmt"/>
65
- <line num="106" count="1" type="stmt"/>
66
- <line num="107" count="1" type="stmt"/>
67
- <line num="108" count="1" type="stmt"/>
68
- <line num="109" count="1" type="stmt"/>
69
- <line num="110" count="1" type="stmt"/>
70
- <line num="113" count="1" type="stmt"/>
71
- <line num="114" count="1" type="stmt"/>
72
- <line num="115" count="1" type="stmt"/>
73
- <line num="117" count="1" type="stmt"/>
74
- <line num="120" count="1" type="stmt"/>
75
- <line num="121" count="1" type="stmt"/>
76
- <line num="123" count="1" type="stmt"/>
77
- <line num="128" count="1" type="stmt"/>
78
- <line num="129" count="3" type="stmt"/>
79
- <line num="130" count="3" type="stmt"/>
80
- <line num="131" count="3" type="stmt"/>
81
- <line num="132" count="3" type="stmt"/>
82
- <line num="133" count="3" type="stmt"/>
83
- <line num="138" count="3" type="stmt"/>
84
- <line num="141" count="1" type="stmt"/>
85
- <line num="142" count="1" type="stmt"/>
86
- <line num="148" count="1" type="stmt"/>
87
- <line num="154" count="1" type="stmt"/>
88
- </file>
89
- <file name="propertyViews.ts" path="/home/runner/work/solid-panes/solid-panes/src/outline/propertyViews.ts">
90
- <metrics statements="20" coveredstatements="20" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="2"/>
91
- <line num="1" count="2" type="stmt"/>
92
- <line num="2" count="2" type="stmt"/>
93
- <line num="3" count="2" type="stmt"/>
94
- <line num="7" count="2" type="stmt"/>
95
- <line num="9" count="10" type="stmt"/>
96
- <line num="15" count="10" type="stmt"/>
97
- <line num="16" count="10" type="stmt"/>
98
- <line num="18" count="10" type="stmt"/>
99
- <line num="19" count="10" type="stmt"/>
100
- <line num="20" count="10" type="stmt"/>
101
- <line num="21" count="10" type="stmt"/>
102
- <line num="22" count="10" type="stmt"/>
103
- <line num="23" count="10" type="stmt"/>
104
- <line num="24" count="10" type="stmt"/>
105
- <line num="28" count="2" type="stmt"/>
106
- <line num="29" count="60" type="cond" truecount="1" falsecount="1"/>
107
- <line num="30" count="60" type="stmt"/>
108
- <line num="32" count="60" type="stmt"/>
109
- <line num="33" count="60" type="cond" truecount="1" falsecount="1"/>
110
- <line num="35" count="60" type="stmt"/>
111
- </file>
112
- <file name="viewAsImage.ts" path="/home/runner/work/solid-panes/solid-panes/src/outline/viewAsImage.ts">
113
- <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
114
- <line num="1" count="2" type="stmt"/>
115
- <line num="3" count="10" type="stmt"/>
116
- <line num="4" count="5" type="stmt"/>
117
- <line num="10" count="5" type="stmt"/>
118
- <line num="11" count="5" type="stmt"/>
119
- </file>
120
- <file name="viewAsMbox.ts" path="/home/runner/work/solid-panes/solid-panes/src/outline/viewAsMbox.ts">
121
- <metrics statements="8" coveredstatements="8" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="2"/>
122
- <line num="1" count="10" type="stmt"/>
123
- <line num="2" count="1" type="stmt"/>
124
- <line num="7" count="1" type="cond" truecount="1" falsecount="1"/>
125
- <line num="9" count="1" type="stmt"/>
126
- <line num="10" count="1" type="cond" truecount="1" falsecount="1"/>
127
- <line num="11" count="1" type="stmt"/>
128
- <line num="12" count="1" type="stmt"/>
129
- <line num="13" count="1" type="stmt"/>
130
- </file>
131
- </package>
132
- <package name="trustedApplications">
133
- <metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="6"/>
134
- <file name="trustedApplications.utils.ts" path="/home/runner/work/solid-panes/solid-panes/src/trustedApplications/trustedApplications.utils.ts">
135
- <metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="6"/>
136
- <line num="1" count="1" type="stmt"/>
137
- <line num="4" count="1" type="stmt"/>
138
- <line num="10" count="3" type="stmt"/>
139
- <line num="15" count="3" type="stmt"/>
140
- <line num="17" count="1" type="stmt"/>
141
- <line num="29" count="3" type="stmt"/>
142
- <line num="32" count="1" type="stmt"/>
143
- <line num="39" count="1" type="stmt"/>
144
- <line num="40" count="1" type="stmt"/>
145
- <line num="44" count="2" type="stmt"/>
146
- <line num="45" count="2" type="stmt"/>
147
- <line num="49" count="1" type="stmt"/>
148
- <line num="50" count="1" type="stmt"/>
149
- </file>
150
- </package>
151
- </project>
152
- </coverage>
@@ -1,6 +0,0 @@
1
- {"/home/runner/work/solid-panes/solid-panes/src/outline/outlineIcons.js": {"path":"/home/runner/work/solid-panes/solid-panes/src/outline/outlineIcons.js","statementMap":{"0":{"start":{"line":6,"column":28},"end":{"line":6,"column":30}},"1":{"start":{"line":8,"column":0},"end":{"line":8,"column":21}},"2":{"start":{"line":9,"column":0},"end":{"line":9,"column":26}},"3":{"start":{"line":13,"column":0},"end":{"line":14,"column":52}},"4":{"start":{"line":15,"column":0},"end":{"line":15,"column":77}},"5":{"start":{"line":17,"column":0},"end":{"line":17,"column":79}},"6":{"start":{"line":18,"column":0},"end":{"line":19,"column":58}},"7":{"start":{"line":20,"column":0},"end":{"line":21,"column":56}},"8":{"start":{"line":22,"column":0},"end":{"line":22,"column":76}},"9":{"start":{"line":23,"column":0},"end":{"line":23,"column":78}},"10":{"start":{"line":24,"column":0},"end":{"line":24,"column":80}},"11":{"start":{"line":25,"column":0},"end":{"line":25,"column":75}},"12":{"start":{"line":26,"column":0},"end":{"line":26,"column":71}},"13":{"start":{"line":31,"column":0},"end":{"line":31,"column":80}},"14":{"start":{"line":33,"column":0},"end":{"line":33,"column":77}},"15":{"start":{"line":34,"column":0},"end":{"line":34,"column":74}},"16":{"start":{"line":35,"column":0},"end":{"line":35,"column":80}},"17":{"start":{"line":39,"column":0},"end":{"line":39,"column":67}},"18":{"start":{"line":40,"column":0},"end":{"line":40,"column":75}},"19":{"start":{"line":41,"column":0},"end":{"line":42,"column":59}},"20":{"start":{"line":43,"column":0},"end":{"line":44,"column":48}},"21":{"start":{"line":45,"column":0},"end":{"line":45,"column":79}},"22":{"start":{"line":46,"column":0},"end":{"line":47,"column":48}},"23":{"start":{"line":48,"column":0},"end":{"line":49,"column":60}},"24":{"start":{"line":50,"column":0},"end":{"line":50,"column":71}},"25":{"start":{"line":51,"column":0},"end":{"line":51,"column":69}},"26":{"start":{"line":52,"column":0},"end":{"line":52,"column":78}},"27":{"start":{"line":55,"column":0},"end":{"line":55,"column":79}},"28":{"start":{"line":56,"column":0},"end":{"line":56,"column":75}},"29":{"start":{"line":57,"column":0},"end":{"line":57,"column":74}},"30":{"start":{"line":58,"column":0},"end":{"line":58,"column":80}},"31":{"start":{"line":59,"column":0},"end":{"line":59,"column":78}},"32":{"start":{"line":60,"column":0},"end":{"line":60,"column":78}},"33":{"start":{"line":61,"column":0},"end":{"line":61,"column":76}},"34":{"start":{"line":62,"column":0},"end":{"line":63,"column":48}},"35":{"start":{"line":70,"column":0},"end":{"line":70,"column":73}},"36":{"start":{"line":71,"column":0},"end":{"line":71,"column":73}},"37":{"start":{"line":72,"column":0},"end":{"line":72,"column":77}},"38":{"start":{"line":73,"column":0},"end":{"line":73,"column":75}},"39":{"start":{"line":74,"column":0},"end":{"line":74,"column":73}},"40":{"start":{"line":75,"column":0},"end":{"line":75,"column":67}},"41":{"start":{"line":76,"column":0},"end":{"line":76,"column":67}},"42":{"start":{"line":78,"column":0},"end":{"line":78,"column":80}},"43":{"start":{"line":82,"column":0},"end":{"line":83,"column":50}},"44":{"start":{"line":84,"column":0},"end":{"line":84,"column":74}},"45":{"start":{"line":85,"column":0},"end":{"line":86,"column":47}},"46":{"start":{"line":87,"column":0},"end":{"line":88,"column":53}},"47":{"start":{"line":89,"column":0},"end":{"line":90,"column":57}},"48":{"start":{"line":91,"column":0},"end":{"line":92,"column":63}},"49":{"start":{"line":95,"column":0},"end":{"line":96,"column":57}},"50":{"start":{"line":97,"column":0},"end":{"line":98,"column":24}},"51":{"start":{"line":101,"column":0},"end":{"line":101,"column":68}},"52":{"start":{"line":102,"column":0},"end":{"line":102,"column":71}},"53":{"start":{"line":103,"column":0},"end":{"line":103,"column":67}},"54":{"start":{"line":104,"column":0},"end":{"line":104,"column":69}},"55":{"start":{"line":105,"column":0},"end":{"line":105,"column":71}},"56":{"start":{"line":106,"column":0},"end":{"line":106,"column":68}},"57":{"start":{"line":107,"column":0},"end":{"line":107,"column":73}},"58":{"start":{"line":108,"column":0},"end":{"line":108,"column":63}},"59":{"start":{"line":109,"column":0},"end":{"line":109,"column":61}},"60":{"start":{"line":110,"column":0},"end":{"line":111,"column":34}},"61":{"start":{"line":113,"column":0},"end":{"line":113,"column":72}},"62":{"start":{"line":114,"column":0},"end":{"line":114,"column":78}},"63":{"start":{"line":115,"column":0},"end":{"line":116,"column":35}},"64":{"start":{"line":117,"column":0},"end":{"line":118,"column":41}},"65":{"start":{"line":120,"column":0},"end":{"line":120,"column":68}},"66":{"start":{"line":121,"column":0},"end":{"line":122,"column":55}},"67":{"start":{"line":123,"column":0},"end":{"line":124,"column":47}},"68":{"start":{"line":128,"column":0},"end":{"line":139,"column":1}},"69":{"start":{"line":129,"column":2},"end":{"line":129,"column":16}},"70":{"start":{"line":130,"column":2},"end":{"line":130,"column":16}},"71":{"start":{"line":131,"column":2},"end":{"line":131,"column":20}},"72":{"start":{"line":132,"column":2},"end":{"line":132,"column":24}},"73":{"start":{"line":133,"column":2},"end":{"line":133,"column":22}},"74":{"start":{"line":138,"column":2},"end":{"line":138,"column":13}},"75":{"start":{"line":141,"column":0},"end":{"line":141,"column":29}},"76":{"start":{"line":142,"column":0},"end":{"line":147,"column":1}},"77":{"start":{"line":148,"column":0},"end":{"line":153,"column":1}},"78":{"start":{"line":154,"column":0},"end":{"line":159,"column":1}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":128,"column":28},"end":{"line":128,"column":29}},"loc":{"start":{"line":128,"column":72},"end":{"line":139,"column":1}},"line":128}},"branchMap":{},"s":{"0":1,"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"10":1,"11":1,"12":1,"13":1,"14":1,"15":1,"16":1,"17":1,"18":1,"19":1,"20":1,"21":1,"22":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1,"51":1,"52":1,"53":1,"54":1,"55":1,"56":1,"57":1,"58":1,"59":1,"60":1,"61":1,"62":1,"63":1,"64":1,"65":1,"66":1,"67":1,"68":1,"69":3,"70":3,"71":3,"72":3,"73":3,"74":3,"75":1,"76":1,"77":1,"78":1},"f":{"0":3},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"b112e637258c5791b7704e4a65ebd3c7fe1c1ab5"}
2
- ,"/home/runner/work/solid-panes/solid-panes/src/outline/propertyViews.ts": {"path":"/home/runner/work/solid-panes/solid-panes/src/outline/propertyViews.ts","statementMap":{"0":{"start":{"line":7,"column":0},"end":{"line":7,"column":16}},"1":{"start":{"line":28,"column":0},"end":{"line":28,"column":16}},"2":{"start":{"line":1,"column":0},"end":{"line":1,"column":29}},"3":{"start":{"line":2,"column":0},"end":{"line":2,"column":39}},"4":{"start":{"line":3,"column":0},"end":{"line":3,"column":37}},"5":{"start":{"line":9,"column":16},"end":{"line":13,"column":4}},"6":{"start":{"line":15,"column":18},"end":{"line":15,"column":34}},"7":{"start":{"line":16,"column":17},"end":{"line":16,"column":32}},"8":{"start":{"line":18,"column":2},"end":{"line":18,"column":null}},"9":{"start":{"line":19,"column":2},"end":{"line":19,"column":null}},"10":{"start":{"line":20,"column":2},"end":{"line":20,"column":null}},"11":{"start":{"line":21,"column":2},"end":{"line":21,"column":null}},"12":{"start":{"line":22,"column":2},"end":{"line":22,"column":null}},"13":{"start":{"line":23,"column":2},"end":{"line":23,"column":null}},"14":{"start":{"line":24,"column":2},"end":{"line":24,"column":null}},"15":{"start":{"line":29,"column":2},"end":{"line":31,"column":3}},"16":{"start":{"line":30,"column":4},"end":{"line":30,"column":null}},"17":{"start":{"line":32,"column":2},"end":{"line":32,"column":null}},"18":{"start":{"line":33,"column":2},"end":{"line":36,"column":3}},"19":{"start":{"line":35,"column":4},"end":{"line":35,"column":null}}},"fnMap":{"0":{"name":"propertyViews","decl":{"start":{"line":7,"column":16},"end":{"line":7,"column":29}},"loc":{"start":{"line":7,"column":34},"end":{"line":25,"column":1}}},"1":{"name":"viewsAddPropertyView","decl":{"start":{"line":28,"column":16},"end":{"line":28,"column":36}},"loc":{"start":{"line":28,"column":75},"end":{"line":37,"column":1}}}},"branchMap":{"0":{"loc":{"start":{"line":29,"column":2},"end":{"line":31,"column":3}},"type":"if","locations":[{"start":{"line":29,"column":2},"end":{"line":31,"column":3}},{"start":{},"end":{}}]},"1":{"loc":{"start":{"line":33,"column":2},"end":{"line":36,"column":3}},"type":"if","locations":[{"start":{"line":33,"column":2},"end":{"line":36,"column":3}},{"start":{},"end":{}}]}},"s":{"0":2,"1":2,"2":2,"3":2,"4":2,"5":10,"6":10,"7":10,"8":10,"9":10,"10":10,"11":10,"12":10,"13":10,"14":10,"15":60,"16":60,"17":60,"18":60,"19":60},"f":{"0":10,"1":60},"b":{"0":[60,0],"1":[60,0]}}
3
- ,"/home/runner/work/solid-panes/solid-panes/src/outline/viewAsImage.ts": {"path":"/home/runner/work/solid-panes/solid-panes/src/outline/viewAsImage.ts","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":1,"column":30}},"1":{"start":{"line":3,"column":0},"end":{"line":12,"column":null}},"2":{"start":{"line":3,"column":24},"end":{"line":12,"column":null}},"3":{"start":{"line":4,"column":14},"end":{"line":8,"column":null}},"4":{"start":{"line":10,"column":2},"end":{"line":10,"column":null}},"5":{"start":{"line":11,"column":2},"end":{"line":11,"column":null}}},"fnMap":{"0":{"name":"(anonymous_9)","decl":{"start":{"line":3,"column":15},"end":{"line":3,"column":16}},"loc":{"start":{"line":3,"column":19},"end":{"line":3,"column":33}}},"1":{"name":"viewAsImage","decl":{"start":{"line":3,"column":33},"end":{"line":3,"column":44}},"loc":{"start":{"line":3,"column":49},"end":{"line":12,"column":1}}}},"branchMap":{},"s":{"0":2,"1":2,"2":10,"3":5,"4":5,"5":5},"f":{"0":10,"1":5},"b":{}}
4
- ,"/home/runner/work/solid-panes/solid-panes/src/outline/viewAsMbox.ts": {"path":"/home/runner/work/solid-panes/solid-panes/src/outline/viewAsMbox.ts","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":14,"column":null}},"1":{"start":{"line":1,"column":24},"end":{"line":14,"column":null}},"2":{"start":{"line":2,"column":17},"end":{"line":2,"column":39}},"3":{"start":{"line":7,"column":16},"end":{"line":7,"column":66}},"4":{"start":{"line":9,"column":16},"end":{"line":9,"column":42}},"5":{"start":{"line":10,"column":2},"end":{"line":10,"column":null}},"6":{"start":{"line":11,"column":2},"end":{"line":11,"column":null}},"7":{"start":{"line":12,"column":2},"end":{"line":12,"column":null}},"8":{"start":{"line":13,"column":2},"end":{"line":13,"column":null}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":1,"column":15},"end":{"line":1,"column":16}},"loc":{"start":{"line":1,"column":19},"end":{"line":1,"column":33}}},"1":{"name":"viewAsMbox","decl":{"start":{"line":1,"column":33},"end":{"line":1,"column":43}},"loc":{"start":{"line":1,"column":48},"end":{"line":14,"column":1}}}},"branchMap":{"0":{"loc":{"start":{"line":7,"column":16},"end":{"line":7,"column":66}},"type":"cond-expr","locations":[{"start":{"line":7,"column":47},"end":{"line":7,"column":54}},{"start":{"line":7,"column":57},"end":{"line":7,"column":66}}]},"1":{"loc":{"start":{"line":10,"column":12},"end":{"line":10,"column":59}},"type":"cond-expr","locations":[{"start":{"line":10,"column":25},"end":{"line":10,"column":49}},{"start":{"line":10,"column":52},"end":{"line":10,"column":59}}]}},"s":{"0":2,"1":10,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1},"f":{"0":10,"1":1},"b":{"0":[1,0],"1":[1,0]}}
5
- ,"/home/runner/work/solid-panes/solid-panes/src/trustedApplications/trustedApplications.utils.ts": {"path":"/home/runner/work/solid-panes/solid-panes/src/trustedApplications/trustedApplications.utils.ts","statementMap":{"0":{"start":{"line":4,"column":0},"end":{"line":4,"column":16}},"1":{"start":{"line":32,"column":0},"end":{"line":32,"column":16}},"2":{"start":{"line":49,"column":0},"end":{"line":49,"column":16}},"3":{"start":{"line":1,"column":0},"end":{"line":1,"column":90}},"4":{"start":{"line":10,"column":32},"end":{"line":13,"column":null}},"5":{"start":{"line":15,"column":29},"end":{"line":27,"column":null}},"6":{"start":{"line":17,"column":6},"end":{"line":25,"column":null}},"7":{"start":{"line":29,"column":2},"end":{"line":29,"column":null}},"8":{"start":{"line":39,"column":22},"end":{"line":39,"column":53}},"9":{"start":{"line":40,"column":2},"end":{"line":45,"column":null}},"10":{"start":{"line":44,"column":19},"end":{"line":44,"column":29}},"11":{"start":{"line":45,"column":19},"end":{"line":45,"column":71}},"12":{"start":{"line":50,"column":2},"end":{"line":50,"column":null}}},"fnMap":{"0":{"name":"getStatementsToDelete","decl":{"start":{"line":4,"column":16},"end":{"line":4,"column":37}},"loc":{"start":{"line":8,"column":16},"end":{"line":30,"column":1}}},"1":{"name":"(anonymous_2)","decl":{"start":{"line":16,"column":4},"end":{"line":16,"column":5}},"loc":{"start":{"line":16,"column":13},"end":{"line":26,"column":5}}},"2":{"name":"getStatementsToAdd","decl":{"start":{"line":32,"column":16},"end":{"line":32,"column":34}},"loc":{"start":{"line":37,"column":16},"end":{"line":47,"column":1}}},"3":{"name":"(anonymous_4)","decl":{"start":{"line":44,"column":11},"end":{"line":44,"column":15}},"loc":{"start":{"line":44,"column":15},"end":{"line":44,"column":22}}},"4":{"name":"(anonymous_5)","decl":{"start":{"line":45,"column":11},"end":{"line":45,"column":15}},"loc":{"start":{"line":45,"column":15},"end":{"line":45,"column":21}}},"5":{"name":"generateRandomString","decl":{"start":{"line":49,"column":16},"end":{"line":49,"column":36}},"loc":{"start":{"line":49,"column":36},"end":{"line":51,"column":1}}}},"branchMap":{},"s":{"0":1,"1":1,"2":1,"3":1,"4":3,"5":3,"6":1,"7":3,"8":1,"9":1,"10":2,"11":2,"12":1},"f":{"0":3,"1":1,"2":1,"3":2,"4":2,"5":1},"b":{}}
6
- }