solid-panes 3.5.27 → 3.5.28-59efa615

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 (309) hide show
  1. package/.babelrc +0 -0
  2. package/.eslintignore +0 -0
  3. package/.eslintrc +0 -0
  4. package/.github/workflows/ci.yml +0 -0
  5. package/.nvmrc +0 -0
  6. package/Documentation/VisualLanguage.html +0 -0
  7. package/Documentation/conventions.md +0 -0
  8. package/LICENSE.md +0 -0
  9. package/README.md +0 -2
  10. package/dev/index.html +0 -0
  11. package/dev/loader.ts +0 -0
  12. package/dev/pane/index.ts +0 -0
  13. package/doc/images/panes-for-classes.epgz +0 -0
  14. package/doc/images/panes-for-classes.svg +0 -0
  15. package/jest.config.js +0 -0
  16. package/jest.setup.ts +0 -0
  17. package/lib/RDFXMLPane.js +15 -9
  18. package/lib/RDFXMLPane.js.map +1 -1
  19. package/lib/argument/argumentPane.js +12 -11
  20. package/lib/argument/argumentPane.js.map +1 -1
  21. package/lib/attach/attachPane.js +58 -90
  22. package/lib/attach/attachPane.js.map +1 -1
  23. package/lib/audio/audioPane.js +19 -37
  24. package/lib/audio/audioPane.js.map +1 -1
  25. package/lib/classInstancePane.js +21 -22
  26. package/lib/classInstancePane.js.map +1 -1
  27. package/lib/dashboard/basicPreferences.d.ts +0 -0
  28. package/lib/dashboard/basicPreferences.d.ts.map +0 -0
  29. package/lib/dashboard/basicPreferences.js +96 -154
  30. package/lib/dashboard/basicPreferences.js.map +1 -1
  31. package/lib/dashboard/dashboardPane.d.ts +0 -0
  32. package/lib/dashboard/dashboardPane.d.ts.map +0 -0
  33. package/lib/dashboard/dashboardPane.js +2 -18
  34. package/lib/dashboard/dashboardPane.js.map +1 -1
  35. package/lib/dashboard/homepage.d.ts +0 -0
  36. package/lib/dashboard/homepage.d.ts.map +0 -0
  37. package/lib/dashboard/homepage.js +27 -49
  38. package/lib/dashboard/homepage.js.map +1 -1
  39. package/lib/dataContentPane.js +26 -61
  40. package/lib/dataContentPane.js.map +1 -1
  41. package/lib/defaultPane.js +23 -23
  42. package/lib/defaultPane.js.map +1 -1
  43. package/lib/dokieli/dokieliPane.js +29 -34
  44. package/lib/dokieli/dokieliPane.js.map +1 -1
  45. package/lib/dokieli/new.js +6 -1
  46. package/lib/dokieli/new.js.map +1 -1
  47. package/lib/form/pane.js +34 -45
  48. package/lib/form/pane.js.map +1 -1
  49. package/lib/global.d.js +0 -0
  50. package/lib/global.d.js.map +0 -0
  51. package/lib/home/homePane.d.ts +0 -0
  52. package/lib/home/homePane.d.ts.map +0 -0
  53. package/lib/home/homePane.js +49 -67
  54. package/lib/home/homePane.js.map +1 -1
  55. package/lib/humanReadablePane.js +14 -28
  56. package/lib/humanReadablePane.js.map +1 -1
  57. package/lib/imagePane.js +19 -14
  58. package/lib/imagePane.js.map +1 -1
  59. package/lib/index.d.ts +0 -0
  60. package/lib/index.d.ts.map +0 -0
  61. package/lib/index.js +6 -20
  62. package/lib/index.js.map +1 -1
  63. package/lib/internal/internalPane.d.ts +0 -0
  64. package/lib/internal/internalPane.d.ts.map +0 -0
  65. package/lib/internal/internalPane.js +10 -41
  66. package/lib/internal/internalPane.js.map +1 -1
  67. package/lib/mainPage/footer.d.ts +0 -0
  68. package/lib/mainPage/footer.d.ts.map +0 -0
  69. package/lib/mainPage/footer.js +0 -4
  70. package/lib/mainPage/footer.js.map +1 -1
  71. package/lib/mainPage/header.d.ts +0 -0
  72. package/lib/mainPage/header.d.ts.map +0 -0
  73. package/lib/mainPage/header.js +66 -100
  74. package/lib/mainPage/header.js.map +1 -1
  75. package/lib/mainPage/index.d.ts +0 -0
  76. package/lib/mainPage/index.d.ts.map +0 -0
  77. package/lib/mainPage/index.js +17 -30
  78. package/lib/mainPage/index.js.map +1 -1
  79. package/lib/microblogPane/microblogPane.js +182 -321
  80. package/lib/microblogPane/microblogPane.js.map +1 -1
  81. package/lib/n3Pane.js +12 -8
  82. package/lib/n3Pane.js.map +1 -1
  83. package/lib/outline/context.d.ts +0 -0
  84. package/lib/outline/context.d.ts.map +0 -0
  85. package/lib/outline/context.js +0 -2
  86. package/lib/outline/context.js.map +1 -1
  87. package/lib/outline/licenseOptions.js +21 -35
  88. package/lib/outline/licenseOptions.js.map +1 -1
  89. package/lib/outline/manager.js +740 -1176
  90. package/lib/outline/manager.js.map +1 -1
  91. package/lib/outline/manager.test.js +16 -25
  92. package/lib/outline/manager.test.js.map +1 -1
  93. package/lib/outline/outlineIcons.js +39 -26
  94. package/lib/outline/outlineIcons.js.map +1 -1
  95. package/lib/outline/propertyViews.d.ts +3 -2
  96. package/lib/outline/propertyViews.d.ts.map +1 -1
  97. package/lib/outline/propertyViews.js +7 -15
  98. package/lib/outline/propertyViews.js.map +1 -1
  99. package/lib/outline/propertyViews.test.js +7 -7
  100. package/lib/outline/propertyViews.test.js.map +1 -1
  101. package/lib/outline/queryByExample.js +28 -80
  102. package/lib/outline/queryByExample.js.map +1 -1
  103. package/lib/outline/userInput.js +221 -459
  104. package/lib/outline/userInput.js.map +1 -1
  105. package/lib/outline/viewAsImage.d.ts +0 -0
  106. package/lib/outline/viewAsImage.d.ts.map +0 -0
  107. package/lib/outline/viewAsImage.js +0 -6
  108. package/lib/outline/viewAsImage.js.map +1 -1
  109. package/lib/outline/viewAsMbox.d.ts +0 -0
  110. package/lib/outline/viewAsMbox.d.ts.map +0 -0
  111. package/lib/outline/viewAsMbox.js +3 -4
  112. package/lib/outline/viewAsMbox.js.map +1 -1
  113. package/lib/pad/padPane.d.ts +0 -0
  114. package/lib/pad/padPane.d.ts.map +0 -0
  115. package/lib/pad/padPane.js +45 -93
  116. package/lib/pad/padPane.js.map +1 -1
  117. package/lib/playlist/playlistPane.js +11 -21
  118. package/lib/playlist/playlistPane.js.map +1 -1
  119. package/lib/profile/editProfile.view.d.ts +0 -0
  120. package/lib/profile/editProfile.view.d.ts.map +1 -1
  121. package/lib/profile/editProfile.view.js +22 -23
  122. package/lib/profile/editProfile.view.js.map +1 -1
  123. package/lib/profile/profile.dom.d.ts +0 -0
  124. package/lib/profile/profile.dom.d.ts.map +0 -0
  125. package/lib/profile/profile.dom.js +0 -3
  126. package/lib/profile/profile.dom.js.map +1 -1
  127. package/lib/registerPanes.js +99 -54
  128. package/lib/registerPanes.js.map +1 -1
  129. package/lib/schedule/formsForSchedule.js +6 -1
  130. package/lib/schedule/formsForSchedule.js.map +1 -1
  131. package/lib/schedule/schedulePane.js +71 -126
  132. package/lib/schedule/schedulePane.js.map +1 -1
  133. package/lib/sharing/sharingPane.d.ts +0 -0
  134. package/lib/sharing/sharingPane.d.ts.map +0 -0
  135. package/lib/sharing/sharingPane.js +2 -10
  136. package/lib/sharing/sharingPane.js.map +1 -1
  137. package/lib/slideshow/slideshowPane.js +21 -21
  138. package/lib/slideshow/slideshowPane.js.map +1 -1
  139. package/lib/socialPane.js +58 -135
  140. package/lib/socialPane.js.map +1 -1
  141. package/lib/tabbed/tabbedPane.d.ts +0 -0
  142. package/lib/tabbed/tabbedPane.d.ts.map +0 -0
  143. package/lib/tabbed/tabbedPane.js +32 -48
  144. package/lib/tabbed/tabbedPane.js.map +1 -1
  145. package/lib/tableViewPane.js +15 -9
  146. package/lib/tableViewPane.js.map +1 -1
  147. package/lib/test-import-export/common.js +8 -3
  148. package/lib/test-import-export/common.js.map +1 -1
  149. package/lib/test-import-export/edit-importer.js +10 -14
  150. package/lib/test-import-export/edit-importer.js.map +1 -1
  151. package/lib/test-import-export/testImportExport.js +0 -0
  152. package/lib/test-import-export/testImportExport.js.map +0 -0
  153. package/lib/transaction/pane.js +38 -91
  154. package/lib/transaction/pane.js.map +1 -1
  155. package/lib/transaction/period.js +27 -71
  156. package/lib/transaction/period.js.map +1 -1
  157. package/lib/trip/tripPane.js +38 -35
  158. package/lib/trip/tripPane.js.map +1 -1
  159. package/lib/trustedApplications/trustedApplications.dom.d.ts +0 -0
  160. package/lib/trustedApplications/trustedApplications.dom.d.ts.map +0 -0
  161. package/lib/trustedApplications/trustedApplications.dom.js +12 -35
  162. package/lib/trustedApplications/trustedApplications.dom.js.map +1 -1
  163. package/lib/trustedApplications/trustedApplications.test.js +6 -8
  164. package/lib/trustedApplications/trustedApplications.test.js.map +1 -1
  165. package/lib/trustedApplications/trustedApplications.utils.d.ts +0 -0
  166. package/lib/trustedApplications/trustedApplications.utils.d.ts.map +0 -0
  167. package/lib/trustedApplications/trustedApplications.utils.js +1 -11
  168. package/lib/trustedApplications/trustedApplications.utils.js.map +1 -1
  169. package/lib/trustedApplications/trustedApplications.view.d.ts +0 -0
  170. package/lib/trustedApplications/trustedApplications.view.d.ts.map +0 -0
  171. package/lib/trustedApplications/trustedApplications.view.js +38 -61
  172. package/lib/trustedApplications/trustedApplications.view.js.map +1 -1
  173. package/lib/types.d.ts +0 -0
  174. package/lib/types.d.ts.map +0 -0
  175. package/lib/types.js +0 -0
  176. package/lib/types.js.map +0 -0
  177. package/lib/ui/pane.js +30 -29
  178. package/lib/ui/pane.js.map +1 -1
  179. package/lib/versionInfo.d.ts +0 -0
  180. package/lib/versionInfo.d.ts.map +0 -0
  181. package/lib/versionInfo.js +14 -14
  182. package/lib/versionInfo.js.map +1 -1
  183. package/lib/video/videoPane.js +11 -7
  184. package/lib/video/videoPane.js.map +1 -1
  185. package/package.json +26 -26
  186. package/src/RDFXMLPane.js +2 -2
  187. package/src/argument/argumentPane.js +1 -1
  188. package/src/argument/argument_icon_v04.jpg +0 -0
  189. package/src/argument/icon_argument.png +0 -0
  190. package/src/argument/transparentyingyang.png +0 -0
  191. package/src/attach/attachPane.js +3 -3
  192. package/src/attach/tbl-paperclip-128.png +0 -0
  193. package/src/attach/tbl-paperclip-22.png +0 -0
  194. package/src/attach/tbl-paperclip-22a.png +0 -0
  195. package/src/audio/audioPane.js +3 -3
  196. package/src/chatPreferencesForm.ttl +0 -0
  197. package/src/classInstancePane.js +3 -3
  198. package/src/dashboard/basicPreferences.ts +0 -0
  199. package/src/dashboard/dashboardPane.ts +0 -0
  200. package/src/dashboard/homepage.ts +0 -0
  201. package/src/dashboard/languages/codes.html +0 -0
  202. package/src/dashboard/languages/codes.xml +0 -0
  203. package/src/dashboard/languages/codes2.txt +0 -0
  204. package/src/dashboard/languages/foo +0 -0
  205. package/src/dashboard/languages/foo.ttl +0 -0
  206. package/src/dashboard/languages/get-language-names.sh +0 -0
  207. package/src/dashboard/ontologyData.ttl +0 -0
  208. package/src/dashboard/preferencesFormText.ttl +0 -0
  209. package/src/dataContentPane.js +3 -4
  210. package/src/defaultPane.js +3 -3
  211. package/src/dokieli/Makefile +0 -0
  212. package/src/dokieli/dokieliPane.js +5 -5
  213. package/src/dokieli/new.html +0 -0
  214. package/src/dokieli/new.js +1 -1
  215. package/src/form/form-22.png +0 -0
  216. package/src/form/form-b-22.png +0 -0
  217. package/src/form/form.graffle +0 -0
  218. package/src/form/form.png +0 -0
  219. package/src/form/pane.js +2 -2
  220. package/src/form/psuedocode-notes.txt +0 -0
  221. package/src/global.d.ts +0 -0
  222. package/src/home/homePane.ts +0 -0
  223. package/src/humanReadablePane.js +0 -0
  224. package/src/imagePane.js +2 -2
  225. package/src/index.ts +1 -1
  226. package/src/internal/internalPane.ts +0 -0
  227. package/src/mainPage/footer.ts +0 -0
  228. package/src/mainPage/header.ts +0 -0
  229. package/src/mainPage/index.ts +0 -0
  230. package/src/meeting/Makefile +0 -0
  231. package/src/meeting/test/meeting1/Actions/actions.ttl +0 -0
  232. package/src/meeting/test/meeting1/Actions/config.ttl +0 -0
  233. package/src/meeting/test/meeting1/Actions/state.ttl +0 -0
  234. package/src/meeting/test/meeting1/Schedule/details.ttl +0 -0
  235. package/src/meeting/test/meeting1/Schedule/details.ttl.acl +0 -0
  236. package/src/meeting/test/meeting1/Schedule/forms.ttl +0 -0
  237. package/src/meeting/test/meeting1/Schedule/forms.ttl.acl +0 -0
  238. package/src/meeting/test/meeting1/Schedule/index.html +0 -0
  239. package/src/meeting/test/meeting1/Schedule/index.html.acl +0 -0
  240. package/src/meeting/test/meeting1/Schedule/results.ttl +0 -0
  241. package/src/meeting/test/meeting1/Schedule/results.ttl.acl +0 -0
  242. package/src/meeting/test/meeting1/SharedNotes/pad.ttl +0 -0
  243. package/src/meeting/test/meeting1/chat/chat.ttl +0 -0
  244. package/src/meeting/test/meeting1/details.ttl +0 -0
  245. package/src/meeting/test/meeting1/pad/pad.ttl +0 -0
  246. package/src/microblogPane/mbStyle.css +0 -0
  247. package/src/microblogPane/microblogPane.js +1 -1
  248. package/src/n3Pane.js +2 -2
  249. package/src/outline/context.ts +0 -0
  250. package/src/outline/licenseOptions.js +9 -8
  251. package/src/outline/manager.js +18 -20
  252. package/src/outline/manager.test.ts +6 -0
  253. package/src/outline/outlineIcons.js +4 -2
  254. package/src/outline/propertyViews.test.ts +7 -1
  255. package/src/outline/propertyViews.ts +3 -3
  256. package/src/outline/queryByExample.js +3 -9
  257. package/src/outline/userInput.js +1 -1
  258. package/src/outline/viewAsImage.ts +0 -0
  259. package/src/outline/viewAsMbox.ts +0 -0
  260. package/src/pad/images/ColourOff.ai +0 -0
  261. package/src/pad/images/ColourOff.png +0 -0
  262. package/src/pad/images/ColourOn.ai +0 -0
  263. package/src/pad/images/ColourOn.png +0 -0
  264. package/src/pad/padPane.ts +0 -0
  265. package/src/playlist/playlistPane.js +3 -3
  266. package/src/profile/editProfile.view.ts +20 -0
  267. package/src/profile/profile.dom.ts +0 -0
  268. package/src/profile/profileFormText.ttl +0 -0
  269. package/src/registerPanes.js +92 -52
  270. package/src/schedule/Makefile +0 -0
  271. package/src/schedule/formsForSchedule.js +1 -1
  272. package/src/schedule/formsForSchedule.ttl +0 -0
  273. package/src/schedule/schedulePane.js +6 -2
  274. package/src/sharing/sharingPane.ts +0 -0
  275. package/src/slideshow/slideshowPane.js +3 -6
  276. package/src/socialPane.js +4 -5
  277. package/src/style/tabbedtab.css +0 -0
  278. package/src/tabbed/tabbedPane.ts +0 -0
  279. package/src/tableViewPane.js +3 -3
  280. package/src/test-import-export/common.js +1 -1
  281. package/src/test-import-export/edit-importer.js +5 -10
  282. package/src/test-import-export/testImportExport.js +0 -0
  283. package/src/transaction/068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
  284. package/src/transaction/075988-3d-transparent-glass-icon-business-currency-british-pound-sc35.png +0 -0
  285. package/src/transaction/22-pixel-068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
  286. package/src/transaction/pane.js +3 -3
  287. package/src/transaction/period.js +2 -2
  288. package/src/transaction/thumbs_075987-3d-transparent-glass-icon-business-creditcard2.png +0 -0
  289. package/src/transaction/thumbs_075989-3d-transparent-glass-icon-business-currency-cent-sc35.png +0 -0
  290. package/src/trip/tripPane.js +3 -3
  291. package/src/trustedApplications/__snapshots__/trustedApplications.test.ts.snap +0 -0
  292. package/src/trustedApplications/trustedApplications.dom.ts +0 -0
  293. package/src/trustedApplications/trustedApplications.test.ts +4 -0
  294. package/src/trustedApplications/trustedApplications.utils.ts +0 -0
  295. package/src/trustedApplications/trustedApplications.view.ts +0 -0
  296. package/src/types.ts +0 -0
  297. package/src/ui/22-builder.png +0 -0
  298. package/src/ui/builder.graffle +0 -0
  299. package/src/ui/builder.png +0 -0
  300. package/src/ui/builder2.png +0 -0
  301. package/src/ui/pane.js +3 -3
  302. package/src/versionInfo.ts +14 -14
  303. package/src/video/videoPane.js +3 -3
  304. package/timestamp.sh +0 -0
  305. package/travis/bumpversion.js +0 -0
  306. package/tsconfig.json +0 -0
  307. package/typings/raw-loader.d.ts +0 -0
  308. package/typings/solid-namespace/index.d.ts +0 -0
  309. package/webpack.config.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"editProfile.view.js","names":["highlightColor","style","editProfileView","global","icon","icons","iconBase","name","label","render","subject","context","dom","store","session","complainIfBad","ok","mess","div","appendChild","widgets","errorMessageBlock","renderProfileForm","preferencesForm","sym","preferencesFormDoc","doc","holds","undefined","parse","profileFormText","uri","appendForm","editableProfile","createElement","setAttribute","table","main","bottom","statusArea","comment","str","p","textContent","heading","h","profileContext","me","login","ensureLoadedProfile","then","theContext","profile","updater","Error","any","ns","solid","editable","paneDiv","attachmentList","modify","predicate","foaf","noun","error"],"sources":["../../src/profile/editProfile.view.ts"],"sourcesContent":["/**\n * Profile Editing App Pane\n *\n * Unlike view panes, this is available any place whatever the real subject,\n * and allows the user to edit their own profile.\n *\n * Usage: paneRegistry.register('profile/profilePane')\n * or standalone script adding onto existing mashlib.\n */\n\nimport { PaneDefinition } from 'pane-registry'\nimport { NamedNode, parse, Store, sym } from 'rdflib'\nimport { icons, login, ns, style, widgets } from 'solid-ui'\nimport { paneDiv } from './profile.dom'\nimport profileFormText from './profileFormText.ttl'\n\nconst highlightColor = style.highlightColor || '#7C4DFF'\n\nconst editProfileView: PaneDefinition = {\n global: true,\n\n icon: icons.iconBase + 'noun_492246.svg',\n\n name: 'editProfile',\n\n label: () => null,\n\n render: function (subject, context) {\n const dom = context.dom\n const store = context.session.store as Store\n\n function complainIfBad (ok: Boolean, mess: any) {\n if (ok) return\n div.appendChild(widgets.errorMessageBlock(dom, mess, '#fee'))\n }\n\n function renderProfileForm (div: HTMLElement, subject: NamedNode) {\n const preferencesForm = sym('https://solidos.github.io/solid-panes/dashboard/profileStyle.ttl#this')\n const preferencesFormDoc = preferencesForm.doc()\n if (!store.holds(undefined, undefined, undefined, preferencesFormDoc)) {\n // If not loaded already\n parse(profileFormText, store, preferencesFormDoc.uri, 'text/turtle', () => null) // Load form directly\n }\n\n widgets.appendForm(\n dom,\n div,\n {},\n subject,\n preferencesForm,\n editableProfile,\n complainIfBad\n )\n } // renderProfileForm\n\n const div = dom.createElement('div')\n let editableProfile: NamedNode | null\n div.setAttribute('style', `border: 0.3em solid ${highlightColor}; border-radius: 0.5em; padding: 0.7em; margin-top:0.7em;`)\n\n const table = div.appendChild(dom.createElement('table'))\n // const top = table.appendChild(dom.createElement('tr'))\n const main = table.appendChild(dom.createElement('tr'))\n const bottom = table.appendChild(dom.createElement('tr'))\n const statusArea = bottom.appendChild(dom.createElement('div'))\n statusArea.setAttribute('style', 'padding: 0.7em;')\n\n function comment (str: string) {\n const p = main.appendChild(dom.createElement('p'))\n p.setAttribute('style', 'padding: 1em;')\n p.textContent = str\n return p\n }\n\n function heading (str: string) {\n const h = main.appendChild(dom.createElement('h3'))\n h.setAttribute('style', 'color:' + highlightColor + ';')\n h.textContent = str\n return h\n }\n\n const profileContext = {\n dom: dom,\n div: main,\n statusArea: statusArea,\n me: null\n }\n login.ensureLoadedProfile(profileContext)\n .then(theContext => {\n const me = theContext.me!\n\n heading('Edit your public profile')\n\n const profile = me.doc()\n if (!store.updater) {\n throw new Error('Store has no updater')\n }\n if (store.any(me, ns.solid('editableProfile'))) {\n editableProfile = store.any(me as any, ns.solid('editableProfile')) as NamedNode\n } else if (store.updater.editable(profile.uri, store)) {\n editableProfile = profile\n } else {\n statusArea.appendChild(widgets.errorMessageBlock(dom, `⚠️ Your profile ${profile} is not editable, so we cannot do much here.`, 'straw'))\n return\n }\n\n comment(`Everything you put here will be public.\n There will be other places to record private things.`)\n\n heading('Your contact information')\n\n main.appendChild(paneDiv(context, me, 'contact'))\n\n heading('People you know who have WebIDs')\n\n comment(`This is your public social network.\n Only put people here to whom you are happy to be publicly connected.\n (You can always keep private track of friends and family in your contacts.)`)\n\n // TODO: would be useful to explain what it means to \"drag people\"\n // what is it that is being dragged?\n // is there a way to search for people (or things to drag) on this page?\n if (editableProfile) {\n comment('Drag people onto the target below to add people.')\n }\n\n widgets.attachmentList(dom, me, main, {\n doc: profile,\n modify: !!editableProfile,\n predicate: ns.foaf('knows'),\n noun: 'friend'\n })\n\n // heading('The style of your public profile') headings are in form now\n renderProfileForm(main, me)\n\n heading('Thank you for filling your profile.')\n }).catch(error => {\n statusArea.appendChild(widgets.errorMessageBlock(dom, error, '#fee'))\n })\n return div\n }\n}\n\nexport default editProfileView\n"],"mappings":"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"}
1
+ {"version":3,"file":"editProfile.view.js","names":["highlightColor","style","editProfileView","global","icon","icons","iconBase","name","label","render","subject","context","dom","store","session","complainIfBad","ok","mess","div","appendChild","widgets","errorMessageBlock","renderProfileForm","preferencesForm","sym","preferencesFormDoc","doc","holds","undefined","parse","profileFormText","uri","appendForm","editableProfile","createElement","setAttribute","table","main","bottom","statusArea","comment","str","p","textContent","heading","h","profileContext","me","login","ensureLoadedProfile","then","theContext","profile","updater","Error","any","ns","solid","editable","paneDiv","attachmentList","modify","predicate","foaf","noun","error"],"sources":["../../src/profile/editProfile.view.ts"],"sourcesContent":["/**\n * Profile Editing App Pane\n *\n * Unlike view panes, this is available any place whatever the real subject,\n * and allows the user to edit their own profile.\n *\n * Usage: paneRegistry.register('profile/profilePane')\n * or standalone script adding onto existing mashlib.\n */\n\nimport { PaneDefinition } from 'pane-registry'\nimport { NamedNode, parse, Store, sym } from 'rdflib'\nimport { icons, login, ns, style, widgets } from 'solid-ui'\nimport { paneDiv } from './profile.dom'\nimport profileFormText from './profileFormText.ttl'\n\nconst highlightColor = style.highlightColor || '#7C4DFF'\n\nconst editProfileView: PaneDefinition = {\n global: true,\n\n icon: icons.iconBase + 'noun_492246.svg',\n\n name: 'editProfile',\n\n label: () => null,\n\n render: function (subject, context) {\n const dom = context.dom\n const store = context.session.store as Store\n\n function complainIfBad (ok: Boolean, mess: any) {\n if (ok) return\n div.appendChild(widgets.errorMessageBlock(dom, mess, '#fee'))\n }\n\n function renderProfileForm (div: HTMLElement, subject: NamedNode) {\n const preferencesForm = sym('https://solidos.github.io/solid-panes/dashboard/profileStyle.ttl#this')\n const preferencesFormDoc = preferencesForm.doc()\n if (!store.holds(undefined, undefined, undefined, preferencesFormDoc)) {\n // If not loaded already\n parse(profileFormText, store, preferencesFormDoc.uri, 'text/turtle', () => null) // Load form directly\n }\n\n widgets.appendForm(\n dom,\n div,\n {},\n subject,\n preferencesForm,\n editableProfile,\n complainIfBad\n )\n } // renderProfileForm\n\n const div = dom.createElement('div')\n let editableProfile: NamedNode | null\n div.setAttribute('style', `border: 0.3em solid ${highlightColor}; border-radius: 0.5em; padding: 0.7em; margin-top:0.7em;`)\n\n const table = div.appendChild(dom.createElement('table'))\n // const top = table.appendChild(dom.createElement('tr'))\n const main = table.appendChild(dom.createElement('tr'))\n const bottom = table.appendChild(dom.createElement('tr'))\n const statusArea = bottom.appendChild(dom.createElement('div'))\n statusArea.setAttribute('style', 'padding: 0.7em;')\n\n function comment (str: string) {\n const p = main.appendChild(dom.createElement('p'))\n p.setAttribute('style', 'padding: 1em;')\n p.textContent = str\n return p\n }\n\n function heading (str: string) {\n const h = main.appendChild(dom.createElement('h3'))\n h.setAttribute('style', 'color:' + highlightColor + ';')\n h.textContent = str\n return h\n }\n\n const profileContext = {\n dom: dom,\n div: main,\n statusArea: statusArea,\n me: null\n }\n login.ensureLoadedProfile(profileContext)\n .then(theContext => {\n const me = theContext.me!\n\n heading('Edit your public profile')\n\n const profile = me.doc()\n if (!store.updater) {\n throw new Error('Store has no updater')\n }\n if (store.any(me, ns.solid('editableProfile'))) {\n editableProfile = store.any(me as any, ns.solid('editableProfile')) as NamedNode\n } else if (store.updater.editable(profile.uri, store)) {\n editableProfile = profile\n } else {\n statusArea.appendChild(widgets.errorMessageBlock(dom, `⚠️ Your profile ${profile} is not editable, so we cannot do much here.`, 'straw'))\n return\n }\n\n comment(`Everything you put here will be public.\n There will be other places to record private things.`)\n\n heading('Your contact information')\n\n main.appendChild(paneDiv(context, me, 'contact'))\n\n\n heading('People you know who have WebIDs')\n\n comment(`This is your public social network.\n Only put people here to whom you are happy to be publicly connected.\n (You can always keep private track of friends and family in your contacts.)`)\n\n // TODO: would be useful to explain what it means to \"drag people\"\n // what is it that is being dragged?\n // is there a way to search for people (or things to drag) on this page?\n if (editableProfile) {\n comment('Drag people onto the target below to add people.')\n }\n\n widgets.attachmentList(dom, me, main, {\n doc: profile,\n modify: !!editableProfile,\n predicate: ns.foaf('knows'),\n noun: 'friend'\n })\n\n heading('Communities you participate in')\n\n comment(`These are organizations and projects (etc) whose stuff you share`)\n\n // TODO: would be useful to explain what it means to \"drag organizations\"\n // what is it that is being dragged?\n // is there a way to search for people (or things to drag) on this page?\n // Also provide a way of using cut and paste\n if (editableProfile) {\n comment('Drag organizations onto the target below to add organizations.')\n }\n\n widgets.attachmentList(dom, me, main, {\n doc: profile,\n modify: !!editableProfile,\n predicate: ns.solid('community'),\n noun: 'community'\n })\n\n // heading('The style of your public profile') headings are in form now\n renderProfileForm(main, me)\n\n heading('Thank you for filling your profile.')\n }).catch(error => {\n statusArea.appendChild(widgets.errorMessageBlock(dom, error, '#fee'))\n })\n return div\n }\n}\n\nexport default editProfileView\n"],"mappings":"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"}
File without changes
File without changes
@@ -4,16 +4,13 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.paneDiv = paneDiv;
7
-
8
7
  function paneDiv(context, subject, paneName) {
9
8
  var view = context.session.paneRegistry.byName(paneName);
10
-
11
9
  if (!view) {
12
10
  var warning = context.dom.createElement('div');
13
11
  warning.innerText = "Unable to load view: ".concat(paneName);
14
12
  return warning;
15
13
  }
16
-
17
14
  var viewContainer = view.render(subject, context);
18
15
  viewContainer.setAttribute('style', 'border: 0.3em solid #444; border-radius: 0.5em');
19
16
  return viewContainer;
@@ -1 +1 @@
1
- {"version":3,"file":"profile.dom.js","names":["paneDiv","context","subject","paneName","view","session","paneRegistry","byName","warning","dom","createElement","innerText","viewContainer","render","setAttribute"],"sources":["../../src/profile/profile.dom.ts"],"sourcesContent":["import { DataBrowserContext } from 'pane-registry'\nimport { NamedNode } from 'rdflib'\n\nexport function paneDiv (\n context: DataBrowserContext,\n subject: NamedNode,\n paneName: string\n): HTMLElement {\n const view = context.session.paneRegistry.byName(paneName)\n if (!view) {\n const warning = context.dom.createElement('div')\n warning.innerText = `Unable to load view: ${paneName}`\n return warning\n }\n const viewContainer = view.render(subject, context)\n viewContainer.setAttribute(\n 'style', 'border: 0.3em solid #444; border-radius: 0.5em'\n )\n return viewContainer\n}\n"],"mappings":";;;;;;;AAGO,SAASA,OAAT,CACLC,OADK,EAELC,OAFK,EAGLC,QAHK,EAIQ;EACb,IAAMC,IAAI,GAAGH,OAAO,CAACI,OAAR,CAAgBC,YAAhB,CAA6BC,MAA7B,CAAoCJ,QAApC,CAAb;;EACA,IAAI,CAACC,IAAL,EAAW;IACT,IAAMI,OAAO,GAAGP,OAAO,CAACQ,GAAR,CAAYC,aAAZ,CAA0B,KAA1B,CAAhB;IACAF,OAAO,CAACG,SAAR,kCAA4CR,QAA5C;IACA,OAAOK,OAAP;EACD;;EACD,IAAMI,aAAa,GAAGR,IAAI,CAACS,MAAL,CAAYX,OAAZ,EAAqBD,OAArB,CAAtB;EACAW,aAAa,CAACE,YAAd,CACE,OADF,EACW,gDADX;EAGA,OAAOF,aAAP;AACD"}
1
+ {"version":3,"file":"profile.dom.js","names":["paneDiv","context","subject","paneName","view","session","paneRegistry","byName","warning","dom","createElement","innerText","viewContainer","render","setAttribute"],"sources":["../../src/profile/profile.dom.ts"],"sourcesContent":["import { DataBrowserContext } from 'pane-registry'\nimport { NamedNode } from 'rdflib'\n\nexport function paneDiv (\n context: DataBrowserContext,\n subject: NamedNode,\n paneName: string\n): HTMLElement {\n const view = context.session.paneRegistry.byName(paneName)\n if (!view) {\n const warning = context.dom.createElement('div')\n warning.innerText = `Unable to load view: ${paneName}`\n return warning\n }\n const viewContainer = view.render(subject, context)\n viewContainer.setAttribute(\n 'style', 'border: 0.3em solid #444; border-radius: 0.5em'\n )\n return viewContainer\n}\n"],"mappings":";;;;;;AAGO,SAASA,OAAO,CACrBC,OAA2B,EAC3BC,OAAkB,EAClBC,QAAgB,EACH;EACb,IAAMC,IAAI,GAAGH,OAAO,CAACI,OAAO,CAACC,YAAY,CAACC,MAAM,CAACJ,QAAQ,CAAC;EAC1D,IAAI,CAACC,IAAI,EAAE;IACT,IAAMI,OAAO,GAAGP,OAAO,CAACQ,GAAG,CAACC,aAAa,CAAC,KAAK,CAAC;IAChDF,OAAO,CAACG,SAAS,kCAA2BR,QAAQ,CAAE;IACtD,OAAOK,OAAO;EAChB;EACA,IAAMI,aAAa,GAAGR,IAAI,CAACS,MAAM,CAACX,OAAO,EAAED,OAAO,CAAC;EACnDW,aAAa,CAACE,YAAY,CACxB,OAAO,EAAE,gDAAgD,CAC1D;EACD,OAAOF,aAAa;AACtB"}
@@ -1,83 +1,125 @@
1
1
  "use strict";
2
2
 
3
- module.exports = function registerPanes(register) {
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.registerPanes = registerPanes;
7
+ var _profilePane = _interopRequireDefault(require("profile-pane"));
8
+ var _editProfile = _interopRequireDefault(require("./profile/editProfile.view"));
9
+ var _trustedApplications = _interopRequireDefault(require("./trustedApplications/trustedApplications.view"));
10
+ var _dashboardPane = _interopRequireDefault(require("./dashboard/dashboardPane"));
11
+ var _basicPreferences = _interopRequireDefault(require("./dashboard/basicPreferences"));
12
+ var _issuePane = _interopRequireDefault(require("issue-pane"));
13
+ var _contactsPane = _interopRequireDefault(require("contacts-pane"));
14
+ var _activitystreamsPane = _interopRequireDefault(require("activitystreams-pane"));
15
+ var _padPane = _interopRequireDefault(require("./pad/padPane"));
16
+ var _pane = _interopRequireDefault(require("./transaction/pane.js"));
17
+ var _period = _interopRequireDefault(require("./transaction/period.js"));
18
+ var _meetingPane = _interopRequireDefault(require("meeting-pane"));
19
+ var _tabbedPane = _interopRequireDefault(require("./tabbed/tabbedPane"));
20
+ var _chatPane = require("chat-pane");
21
+ var _schedulePane = require("./schedule/schedulePane.js");
22
+ var _tripPane = _interopRequireDefault(require("./trip/tripPane.js"));
23
+ var _imagePane = require("./imagePane.js");
24
+ var _playlistPane = _interopRequireDefault(require("./playlist/playlistPane.js"));
25
+ var _videoPane = _interopRequireDefault(require("./video/videoPane.js"));
26
+ var _audioPane = _interopRequireDefault(require("./audio/audioPane.js"));
27
+ var _dokieliPane = _interopRequireDefault(require("./dokieli/dokieliPane.js"));
28
+ var _folderPane = _interopRequireDefault(require("folder-pane"));
29
+ var _classInstancePane = require("./classInstancePane.js");
30
+ var _slideshowPane = require("./slideshow/slideshowPane.js");
31
+ var _socialPane = require("./socialPane.js");
32
+ var _humanReadablePane = _interopRequireDefault(require("./humanReadablePane.js"));
33
+ var _dataContentPane = require("./dataContentPane.js");
34
+ var _sourcePane = _interopRequireDefault(require("source-pane"));
35
+ var _n3Pane = require("./n3Pane.js");
36
+ var _RDFXMLPane = require("./RDFXMLPane.js");
37
+ var _pane2 = require("./form/pane.js");
38
+ var _tableViewPane = require("./tableViewPane.js");
39
+ var _defaultPane = require("./defaultPane.js");
40
+ var _pane3 = _interopRequireDefault(require("./ui/pane.js"));
41
+ var _sharingPane = _interopRequireDefault(require("./sharing/sharingPane"));
42
+ var _internalPane = _interopRequireDefault(require("./internal/internalPane"));
43
+ var _homePane = _interopRequireDefault(require("./home/homePane"));
44
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
45
+ // import argumentPane from './argument/argumentPane.js'
46
+
47
+ // import publicationPane from './publication/publicationPane.js'
48
+
49
+ function registerPanes(register) {
4
50
  /* Note that the earliest panes have priority. So the most specific ones are first.
5
51
  **
6
52
  */
7
53
  // Developer designed:
8
- register(require('profile-pane')); // View someone's public profile - dominates all other panes.
9
54
 
10
- register(require('./profile/editProfile.view')); // Edit my profile. App. 201900802
55
+ register(_profilePane["default"]); // View someone's public profile - dominates all other panes.
56
+ register(_editProfile["default"]); // Edit my profile. App. 201900802
11
57
 
12
- register(require('./trustedApplications/trustedApplications.view')); // must be registered before basicPreferences
58
+ register(_trustedApplications["default"]); // must be registered before basicPreferences
59
+ register(_dashboardPane["default"]);
60
+ register(_basicPreferences["default"]);
61
+ register(_issuePane["default"]);
62
+ register(_contactsPane["default"]);
63
+ register(_activitystreamsPane["default"]);
64
+ register(_padPane["default"]);
65
+ // register(argumentPane) // A position in an argument tree
13
66
 
14
- register(require('./dashboard/dashboardPane'));
15
- register(require('./dashboard/basicPreferences')); // 20190702
67
+ register(_pane["default"]);
68
+ register(_period["default"]);
69
+ register(_meetingPane["default"]);
70
+ register(_tabbedPane["default"]);
71
+ register(_chatPane.longChatPane); // Long pane must have prio in case short pane tries to do a long pane
72
+ register(_chatPane.shortChatPane); // was './chat/chatPane.js'
16
73
 
17
- register(require('issue-pane'));
18
- register(require('contacts-pane'));
19
- register(require('activitystreams-pane'));
20
- register(require('./pad/padPane')); // register(require('./argument/argumentPane.js')) // A position in an argument tree
74
+ // register(publicationPane) // Suppress for now
21
75
 
22
- register(require('./transaction/pane.js'));
23
- register(require('./transaction/period.js'));
76
+ register(_schedulePane.schedulePane); // doodle poll
24
77
 
25
- var chatPanes = require('chat-pane'); // FIXME: https://github.com/solidos/chat-pane/issues/40
78
+ register(_tripPane["default"]);
79
+ // register(require('./airPane.js'))
26
80
 
27
-
28
- if (chatPanes.longChatPane) {
29
- register(chatPanes.longChatPane); // Long pane must have prio in case short pane tries to do a long pane
30
-
31
- register(chatPanes.shortChatPane); // was './chat/chatPane.js'
32
- } else {
33
- register(chatPanes);
34
- } // register(require('./publication/publicationPane.js'))
35
-
36
-
37
- register(require('meeting-pane'));
38
- register(require('./tabbed/tabbedPane'));
39
- register(require('./schedule/schedulePane.js'));
40
- register(require('./trip/tripPane.js')); // register(require('./airPane.js'))
41
81
  // Content views
42
82
 
43
- register(require('./imagePane.js')); // Basic image view
44
-
45
- register(require('./playlist/playlistPane.js')); // Basic playlist view
46
-
47
- register(require('./video/videoPane.js')); // Video clip player
48
-
49
- register(require('./audio/audioPane.js')); // Audio clip player
83
+ register(_imagePane.imagePane); // Basic image view
84
+ register(_playlistPane["default"]); // Basic playlist view
50
85
 
51
- register(require('./dokieli/dokieliPane.js')); // Should be above dataContentPane
86
+ register(_videoPane["default"]); // Video clip player
87
+ register(_audioPane["default"]); // Audio clip player
52
88
 
53
- register(require('folder-pane')); // Should be above dataContentPane
54
-
55
- register(require('./classInstancePane.js')); // Should be above dataContentPane
89
+ register(_dokieliPane["default"]); // Should be above dataContentPane
90
+ register(_folderPane["default"]); // Should be above dataContentPane
91
+ register(_classInstancePane.classInstancePane); // Should be above dataContentPane
56
92
  // register(require('./dynamic/dynamicPanes.js')) // warp etc warp broken 2017/8
57
-
58
- register(require('./slideshow/slideshowPane.js'));
59
- register(require('./socialPane.js'));
60
- register(require('./humanReadablePane.js')); // A web page as a web page -- how to escape to tabr?
93
+ register(_slideshowPane.slideshowPane);
94
+ register(_socialPane.socialPane);
95
+ register(_humanReadablePane["default"]); // A web page as a web page -- how to escape to tabr?
61
96
  // register(require('markdown-pane').Pane) // replaced by markdown in humanReadablePane
62
97
 
63
- register(require('./dataContentPane.js')); // Preferred for a data file
98
+ register(_dataContentPane.dataContentPane); // Preferred for a data file
99
+ register(_sourcePane["default"]); // edit source
100
+ register(_n3Pane.n3Pane);
101
+ register(_RDFXMLPane.RDFXMLPane);
64
102
 
65
- register(require('source-pane')); // edit source
103
+ // User configured - data driven
104
+ register(_pane2.formPane);
66
105
 
67
- register(require('./n3Pane.js'));
68
- register(require('./RDFXMLPane.js')); // User configured - data driven
106
+ // Generic:
69
107
 
70
- register(require('./form/pane.js')); // Generic:
108
+ register(_tableViewPane.tableViewPane);
71
109
 
72
- register(require('./tableViewPane.js')); // Fallback totally generic:
110
+ // Fallback totally generic:
111
+ register(_defaultPane.defaultPane);
112
+ register(_pane3["default"]);
73
113
 
74
- register(require('./defaultPane.js'));
75
- register(require('./ui/pane.js')); // register(require("categoryPane.js")) // Not useful enough
114
+ // register(require("categoryPane.js")) // Not useful enough
76
115
  // register(require("pubsPane.js")) // not finished
116
+
77
117
  // @@ jambo commented these things out to pare things down temporarily.
78
118
  // Note must use // not /* to comment out to make sure expander sees it
79
119
  // register(require("lawPane.js"))
120
+
80
121
  // register(require('./microblogPane/microblogPane.js'))
122
+
81
123
  // register(require("./social/pane.js")) // competitor to other social
82
124
  // register(require("./airPane.js"))
83
125
  // register(require("./lawPane.js"))
@@ -86,11 +128,14 @@ module.exports = function registerPanes(register) {
86
128
  // register(require("photoPane.js"))
87
129
  // register(require("tagPane.js"))
88
130
  // register(require("photoImportPane.js"))
131
+
89
132
  // The sharing pane is fairly generic and administrative 201
133
+ register(_sharingPane["default"]);
90
134
 
91
- register(require('./sharing/sharingPane')); // The internals pane is always (almost?) the last as it is the least user-friendly
135
+ // The internals pane is always (almost?) the last as it is the least user-friendly
136
+ register(_internalPane["default"]);
137
+ register(_homePane["default"]); // This is a global pane
92
138
 
93
- register(require('./internal/internalPane'));
94
- register(require('./home/homePane')); // ENDS
95
- };
139
+ // ENDS
140
+ }
96
141
  //# sourceMappingURL=registerPanes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"registerPanes.js","names":["module","exports","registerPanes","register","require","chatPanes","longChatPane","shortChatPane"],"sources":["../src/registerPanes.js"],"sourcesContent":["module.exports = function registerPanes (register) {\n /* Note that the earliest panes have priority. So the most specific ones are first.\n **\n */\n // Developer designed:\n\n register(require('profile-pane')) // View someone's public profile - dominates all other panes.\n\n register(require('./profile/editProfile.view')) // Edit my profile. App. 201900802\n register(require('./trustedApplications/trustedApplications.view')) // must be registered before basicPreferences\n register(require('./dashboard/dashboardPane'))\n register(require('./dashboard/basicPreferences')) // 20190702\n register(require('issue-pane'))\n register(require('contacts-pane'))\n register(require('activitystreams-pane'))\n\n register(require('./pad/padPane'))\n // register(require('./argument/argumentPane.js')) // A position in an argument tree\n\n register(require('./transaction/pane.js'))\n register(require('./transaction/period.js'))\n\n const chatPanes = require('chat-pane')\n // FIXME: https://github.com/solidos/chat-pane/issues/40\n if (chatPanes.longChatPane) {\n register(chatPanes.longChatPane) // Long pane must have prio in case short pane tries to do a long pane\n register(chatPanes.shortChatPane) // was './chat/chatPane.js'\n } else {\n register(chatPanes)\n }\n // register(require('./publication/publicationPane.js'))\n register(require('meeting-pane'))\n register(require('./tabbed/tabbedPane'))\n register(require('./schedule/schedulePane.js'))\n\n register(require('./trip/tripPane.js'))\n // register(require('./airPane.js'))\n\n // Content views\n\n register(require('./imagePane.js')) // Basic image view\n register(require('./playlist/playlistPane.js')) // Basic playlist view\n\n register(require('./video/videoPane.js')) // Video clip player\n register(require('./audio/audioPane.js')) // Audio clip player\n\n register(require('./dokieli/dokieliPane.js')) // Should be above dataContentPane\n register(require('folder-pane')) // Should be above dataContentPane\n register(require('./classInstancePane.js')) // Should be above dataContentPane\n // register(require('./dynamic/dynamicPanes.js')) // warp etc warp broken 2017/8\n register(require('./slideshow/slideshowPane.js'))\n\n register(require('./socialPane.js'))\n\n register(require('./humanReadablePane.js')) // A web page as a web page -- how to escape to tabr?\n // register(require('markdown-pane').Pane) // replaced by markdown in humanReadablePane\n\n register(require('./dataContentPane.js')) // Preferred for a data file\n register(require('source-pane')) // edit source\n register(require('./n3Pane.js'))\n register(require('./RDFXMLPane.js'))\n\n // User configured - data driven\n register(require('./form/pane.js'))\n\n // Generic:\n\n register(require('./tableViewPane.js'))\n\n // Fallback totally generic:\n register(require('./defaultPane.js'))\n\n register(require('./ui/pane.js'))\n\n // register(require(\"categoryPane.js\")) // Not useful enough\n // register(require(\"pubsPane.js\")) // not finished\n\n // @@ jambo commented these things out to pare things down temporarily.\n // Note must use // not /* to comment out to make sure expander sees it\n // register(require(\"lawPane.js\"))\n\n // register(require('./microblogPane/microblogPane.js'))\n\n // register(require(\"./social/pane.js\")) // competitor to other social\n // register(require(\"./airPane.js\"))\n // register(require(\"./lawPane.js\"))\n // register(require(\"pushbackPane.js\"))\n // register(require(\"CVPane.js\"))\n // register(require(\"photoPane.js\"))\n // register(require(\"tagPane.js\"))\n // register(require(\"photoImportPane.js\"))\n\n // The sharing pane is fairly generic and administrative 201\n register(require('./sharing/sharingPane'))\n\n // The internals pane is always (almost?) the last as it is the least user-friendly\n register(require('./internal/internalPane'))\n\n register(require('./home/homePane'))\n\n // ENDS\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"registerPanes.js","names":["registerPanes","register","profilePane","editProfileView","trustedApplications","dashboardPane","basicPreferences","issuePane","contactsPane","activityStreamsPane","padPane","transactionPane","financialPeriodPane","meetingPane","tabbedPane","longChatPane","shortChatPane","schedulePane","tripPane","imagePane","playListPane","videoPane","audioPane","dokieliPane","folderPane","classInstancePane","slideshowPane","socialPane","humanReadablePane","dataContentPane","sourcePane","n3Pane","RDFXMLPane","formPane","tableViewPane","defaultPane","uiPane","sharingPane","internalPane","homePane"],"sources":["../src/registerPanes.js"],"sourcesContent":["import profilePane from 'profile-pane'\nimport editProfileView from './profile/editProfile.view'\nimport trustedApplications from './trustedApplications/trustedApplications.view'\nimport dashboardPane from './dashboard/dashboardPane'\nimport basicPreferences from './dashboard/basicPreferences'\nimport issuePane from 'issue-pane'\nimport contactsPane from 'contacts-pane'\nimport activityStreamsPane from 'activitystreams-pane'\nimport padPane from './pad/padPane'\n// import argumentPane from './argument/argumentPane.js'\nimport transactionPane from './transaction/pane.js'\nimport financialPeriodPane from './transaction/period.js'\nimport meetingPane from 'meeting-pane'\nimport tabbedPane from './tabbed/tabbedPane'\nimport { longChatPane, shortChatPane } from 'chat-pane'\nimport { schedulePane } from './schedule/schedulePane.js'\n// import publicationPane from './publication/publicationPane.js'\nimport tripPane from './trip/tripPane.js'\nimport { imagePane } from './imagePane.js'\nimport playListPane from './playlist/playlistPane.js'\nimport videoPane from './video/videoPane.js'\nimport audioPane from './audio/audioPane.js'\nimport dokieliPane from './dokieli/dokieliPane.js'\nimport folderPane from 'folder-pane'\nimport { classInstancePane } from './classInstancePane.js'\nimport { slideshowPane } from './slideshow/slideshowPane.js'\nimport { socialPane } from './socialPane.js'\nimport humanReadablePane from './humanReadablePane.js'\n\nimport { dataContentPane } from './dataContentPane.js'\nimport sourcePane from 'source-pane'\nimport { n3Pane } from './n3Pane.js'\nimport { RDFXMLPane } from './RDFXMLPane.js'\nimport { formPane } from './form/pane.js'\nimport { tableViewPane } from './tableViewPane.js'\nimport { defaultPane } from './defaultPane.js'\nimport uiPane from './ui/pane.js'\n\nimport sharingPane from './sharing/sharingPane'\nimport internalPane from './internal/internalPane'\n\nimport homePane from './home/homePane'\n\nexport function registerPanes (register) {\n /* Note that the earliest panes have priority. So the most specific ones are first.\n **\n */\n // Developer designed:\n\n register(profilePane) // View someone's public profile - dominates all other panes.\n register(editProfileView) // Edit my profile. App. 201900802\n\n register(trustedApplications) // must be registered before basicPreferences\n register(dashboardPane)\n register(basicPreferences)\n register(issuePane)\n register(contactsPane)\n register(activityStreamsPane)\n\n register(padPane)\n // register(argumentPane) // A position in an argument tree\n\n register(transactionPane)\n register(financialPeriodPane)\n\n register(meetingPane)\n register(tabbedPane)\n\n register(longChatPane) // Long pane must have prio in case short pane tries to do a long pane\n register(shortChatPane) // was './chat/chatPane.js'\n\n // register(publicationPane) // Suppress for now\n\n register(schedulePane) // doodle poll\n\n register(tripPane)\n // register(require('./airPane.js'))\n\n // Content views\n\n register(imagePane) // Basic image view\n register(playListPane) // Basic playlist view\n\n register(videoPane) // Video clip player\n register(audioPane) // Audio clip player\n\n register(dokieliPane) // Should be above dataContentPane\n register(folderPane) // Should be above dataContentPane\n register(classInstancePane) // Should be above dataContentPane\n // register(require('./dynamic/dynamicPanes.js')) // warp etc warp broken 2017/8\n register(slideshowPane)\n\n register(socialPane)\n\n register(humanReadablePane) // A web page as a web page -- how to escape to tabr?\n // register(require('markdown-pane').Pane) // replaced by markdown in humanReadablePane\n\n register(dataContentPane) // Preferred for a data file\n register(sourcePane) // edit source\n register(n3Pane)\n register(RDFXMLPane)\n\n // User configured - data driven\n register(formPane)\n\n // Generic:\n\n register(tableViewPane)\n\n // Fallback totally generic:\n register(defaultPane)\n\n register(uiPane)\n\n // register(require(\"categoryPane.js\")) // Not useful enough\n // register(require(\"pubsPane.js\")) // not finished\n\n // @@ jambo commented these things out to pare things down temporarily.\n // Note must use // not /* to comment out to make sure expander sees it\n // register(require(\"lawPane.js\"))\n\n // register(require('./microblogPane/microblogPane.js'))\n\n // register(require(\"./social/pane.js\")) // competitor to other social\n // register(require(\"./airPane.js\"))\n // register(require(\"./lawPane.js\"))\n // register(require(\"pushbackPane.js\"))\n // register(require(\"CVPane.js\"))\n // register(require(\"photoPane.js\"))\n // register(require(\"tagPane.js\"))\n // register(require(\"photoImportPane.js\"))\n\n // The sharing pane is fairly generic and administrative 201\n register(sharingPane)\n\n // The internals pane is always (almost?) the last as it is the least user-friendly\n register(internalPane)\n\n register(homePane) // This is a global pane\n\n // ENDS\n}\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AAEA;AAAsC;AAhCtC;;AAOA;;AA2BO,SAASA,aAAa,CAAEC,QAAQ,EAAE;EACvC;AACF;AACA;EACE;;EAEAA,QAAQ,CAACC,uBAAW,CAAC,EAAC;EACtBD,QAAQ,CAACE,uBAAe,CAAC,EAAC;;EAE1BF,QAAQ,CAACG,+BAAmB,CAAC,EAAC;EAC9BH,QAAQ,CAACI,yBAAa,CAAC;EACvBJ,QAAQ,CAACK,4BAAgB,CAAC;EAC1BL,QAAQ,CAACM,qBAAS,CAAC;EACnBN,QAAQ,CAACO,wBAAY,CAAC;EACtBP,QAAQ,CAACQ,+BAAmB,CAAC;EAE7BR,QAAQ,CAACS,mBAAO,CAAC;EACjB;;EAEAT,QAAQ,CAACU,gBAAe,CAAC;EACzBV,QAAQ,CAACW,kBAAmB,CAAC;EAE7BX,QAAQ,CAACY,uBAAW,CAAC;EACrBZ,QAAQ,CAACa,sBAAU,CAAC;EAEpBb,QAAQ,CAACc,sBAAY,CAAC,EAAC;EACvBd,QAAQ,CAACe,uBAAa,CAAC,EAAC;;EAExB;;EAEAf,QAAQ,CAACgB,0BAAY,CAAC,EAAG;;EAEzBhB,QAAQ,CAACiB,oBAAQ,CAAC;EAClB;;EAEA;;EAEAjB,QAAQ,CAACkB,oBAAS,CAAC,EAAC;EACpBlB,QAAQ,CAACmB,wBAAY,CAAC,EAAC;;EAEvBnB,QAAQ,CAACoB,qBAAS,CAAC,EAAC;EACpBpB,QAAQ,CAACqB,qBAAS,CAAC,EAAC;;EAEpBrB,QAAQ,CAACsB,uBAAW,CAAC,EAAC;EACtBtB,QAAQ,CAACuB,sBAAU,CAAC,EAAC;EACrBvB,QAAQ,CAACwB,oCAAiB,CAAC,EAAC;EAC5B;EACAxB,QAAQ,CAACyB,4BAAa,CAAC;EAEvBzB,QAAQ,CAAC0B,sBAAU,CAAC;EAEpB1B,QAAQ,CAAC2B,6BAAiB,CAAC,EAAC;EAC5B;;EAEA3B,QAAQ,CAAC4B,gCAAe,CAAC,EAAC;EAC1B5B,QAAQ,CAAC6B,sBAAU,CAAC,EAAC;EACrB7B,QAAQ,CAAC8B,cAAM,CAAC;EAChB9B,QAAQ,CAAC+B,sBAAU,CAAC;;EAEpB;EACA/B,QAAQ,CAACgC,eAAQ,CAAC;;EAElB;;EAEAhC,QAAQ,CAACiC,4BAAa,CAAC;;EAEvB;EACAjC,QAAQ,CAACkC,wBAAW,CAAC;EAErBlC,QAAQ,CAACmC,iBAAM,CAAC;;EAEhB;EACA;;EAEA;EACA;EACA;;EAEA;;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA;EACAnC,QAAQ,CAACoC,uBAAW,CAAC;;EAErB;EACApC,QAAQ,CAACqC,wBAAY,CAAC;EAEtBrC,QAAQ,CAACsC,oBAAQ,CAAC,EAAC;;EAEnB;AACF"}
@@ -1,4 +1,9 @@
1
1
  "use strict";
2
2
 
3
- module.exports = "\n@prefix dc: <http://purl.org/dc/elements/1.1/>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix cal: <http://www.w3.org/2002/12/cal/ical#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n@prefix sched: <http://www.w3.org/ns/pim/schedule#>.\n\n cal:Vevent ui:annotationForm <#form2>, <#form3>; ui:creationForm <#form1> .\n\n<#bigForm>\n dc:title\n \"Schedule event (single form).\";\n a ui:Group;\n ui:parts ( <#form1> <#form2> <#form3> ).\n\n<#form1>\n dc:title\n \"Schedule an event (wizard)\";\n a ui:Form;\n ui:parts (\n <#form1header>\n <#eventTitle>\n <#eventLocation>\n <#eventType>\n <#eventSwitch>\n <#eventComment>\n <#eventAuthor> ).\n\n<#form1header> a ui:Heading; ui:contents \"Schedule an event\" .\n\n<#eventTitle>\n a ui:SingleLineTextField;\n ui:maxLength\n \"128\";\n ui:property\n cal:summary;\n ui:size\n \"40\".\n\n<#eventLocation>\n a ui:SingleLineTextField;\n ui:maxLength\n \"512\";\n ui:property\n cal:location;\n ui:size\n \"40\".\n\n<#eventType> a ui:BooleanField;\n ui:property sched:allDay;\n ui:default true . # Used to be the only way\n\n<#eventSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm> ].\n\n <#AllDayForm> a ui:IntegerField ;\n ui:property sched:durationInDays;\n ui:label \"How many days?\";\n ui:min 1;\n ui:default 1 .\n\n <#NotAllDayForm> a ui:IntegerField ;\n ui:property sched:durationInMinutes;\n ui:label \"Duration (mins)\";\n ui:min 5;\n ui:default 55 .\n\n<#eventComment>\n a ui:MultiLineTextField;\n# ui:maxLength\n# \"1048\";\n# ui:size\n# \"40\".\n ui:property\n cal:comment.\n\n<#eventAuthor>\n a ui:Multiple; ui:min 1; ui:part <#eventAuthorGroup>; ui:property dc:author.\n\n <#eventAuthorGroup> a ui:Group; ui:parts ( <#authorName> <#authorEmail> ) .\n <#authorName> a ui:SingleLineTextField; ui:property foaf:name .\n <#authorEmail> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n\n\n#####################\n\n<#form2> dc:title \"Select possible days or times\"; a ui:Form;\n ui:parts ( <#id1118132113134> <#possibleSwitch> ).\n\n <#id1118132113134> a ui:Heading; ui:contents \"Time proposals\" .\n\n <#possibleSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm2> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm2> ].\n\n <#AllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleDate>; ui:property sched:option.\n <#posssibleDate> a ui:DateField; ui:property cal:dtstart; ui:label \"date\".\n\n <#NotAllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleTime>; ui:property sched:option.\n <#posssibleTime> a ui:DateTimeField; ui:property cal:dtstart; ui:label \"date and time\".\n\n ##################################\n\n <#form3> dc:title \"Select invited people\"; a ui:Form; ui:parts ( <#id1118132113135> <#id1417314641301b> ) .\n<#id1417314641301b>\n a ui:Multiple; ui:min 1; ui:part <#id1417314674292b>; ui:property sched:invitee.\n <#id1417314674292b> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n <#id1118132113135> a ui:Heading; ui:contents \"Who to invite\" .\n\n# ENDS\n";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = "\n@prefix dc: <http://purl.org/dc/elements/1.1/>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix cal: <http://www.w3.org/2002/12/cal/ical#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n@prefix sched: <http://www.w3.org/ns/pim/schedule#>.\n\n cal:Vevent ui:annotationForm <#form2>, <#form3>; ui:creationForm <#form1> .\n\n<#bigForm>\n dc:title\n \"Schedule event (single form).\";\n a ui:Group;\n ui:parts ( <#form1> <#form2> <#form3> ).\n\n<#form1>\n dc:title\n \"Schedule an event (wizard)\";\n a ui:Form;\n ui:parts (\n <#form1header>\n <#eventTitle>\n <#eventLocation>\n <#eventType>\n <#eventSwitch>\n <#eventComment>\n <#eventAuthor> ).\n\n<#form1header> a ui:Heading; ui:contents \"Schedule an event\" .\n\n<#eventTitle>\n a ui:SingleLineTextField;\n ui:maxLength\n \"128\";\n ui:property\n cal:summary;\n ui:size\n \"40\".\n\n<#eventLocation>\n a ui:SingleLineTextField;\n ui:maxLength\n \"512\";\n ui:property\n cal:location;\n ui:size\n \"40\".\n\n<#eventType> a ui:BooleanField;\n ui:property sched:allDay;\n ui:default true . # Used to be the only way\n\n<#eventSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm> ].\n\n <#AllDayForm> a ui:IntegerField ;\n ui:property sched:durationInDays;\n ui:label \"How many days?\";\n ui:min 1;\n ui:default 1 .\n\n <#NotAllDayForm> a ui:IntegerField ;\n ui:property sched:durationInMinutes;\n ui:label \"Duration (mins)\";\n ui:min 5;\n ui:default 55 .\n\n<#eventComment>\n a ui:MultiLineTextField;\n# ui:maxLength\n# \"1048\";\n# ui:size\n# \"40\".\n ui:property\n cal:comment.\n\n<#eventAuthor>\n a ui:Multiple; ui:min 1; ui:part <#eventAuthorGroup>; ui:property dc:author.\n\n <#eventAuthorGroup> a ui:Group; ui:parts ( <#authorName> <#authorEmail> ) .\n <#authorName> a ui:SingleLineTextField; ui:property foaf:name .\n <#authorEmail> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n\n\n#####################\n\n<#form2> dc:title \"Select possible days or times\"; a ui:Form;\n ui:parts ( <#id1118132113134> <#possibleSwitch> ).\n\n <#id1118132113134> a ui:Heading; ui:contents \"Time proposals\" .\n\n <#possibleSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm2> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm2> ].\n\n <#AllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleDate>; ui:property sched:option.\n <#posssibleDate> a ui:DateField; ui:property cal:dtstart; ui:label \"date\".\n\n <#NotAllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleTime>; ui:property sched:option.\n <#posssibleTime> a ui:DateTimeField; ui:property cal:dtstart; ui:label \"date and time\".\n\n ##################################\n\n <#form3> dc:title \"Select invited people\"; a ui:Form; ui:parts ( <#id1118132113135> <#id1417314641301b> ) .\n<#id1417314641301b>\n a ui:Multiple; ui:min 1; ui:part <#id1417314674292b>; ui:property sched:invitee.\n <#id1417314674292b> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n <#id1118132113135> a ui:Heading; ui:contents \"Who to invite\" .\n\n# ENDS\n";
8
+ exports["default"] = _default;
4
9
  //# sourceMappingURL=formsForSchedule.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"formsForSchedule.js","names":["module","exports"],"sources":["../../src/schedule/formsForSchedule.js"],"sourcesContent":["module.exports = `\n@prefix dc: <http://purl.org/dc/elements/1.1/>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix cal: <http://www.w3.org/2002/12/cal/ical#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n@prefix sched: <http://www.w3.org/ns/pim/schedule#>.\n\n cal:Vevent ui:annotationForm <#form2>, <#form3>; ui:creationForm <#form1> .\n\n<#bigForm>\n dc:title\n \"Schedule event (single form).\";\n a ui:Group;\n ui:parts ( <#form1> <#form2> <#form3> ).\n\n<#form1>\n dc:title\n \"Schedule an event (wizard)\";\n a ui:Form;\n ui:parts (\n <#form1header>\n <#eventTitle>\n <#eventLocation>\n <#eventType>\n <#eventSwitch>\n <#eventComment>\n <#eventAuthor> ).\n\n<#form1header> a ui:Heading; ui:contents \"Schedule an event\" .\n\n<#eventTitle>\n a ui:SingleLineTextField;\n ui:maxLength\n \"128\";\n ui:property\n cal:summary;\n ui:size\n \"40\".\n\n<#eventLocation>\n a ui:SingleLineTextField;\n ui:maxLength\n \"512\";\n ui:property\n cal:location;\n ui:size\n \"40\".\n\n<#eventType> a ui:BooleanField;\n ui:property sched:allDay;\n ui:default true . # Used to be the only way\n\n<#eventSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm> ].\n\n <#AllDayForm> a ui:IntegerField ;\n ui:property sched:durationInDays;\n ui:label \"How many days?\";\n ui:min 1;\n ui:default 1 .\n\n <#NotAllDayForm> a ui:IntegerField ;\n ui:property sched:durationInMinutes;\n ui:label \"Duration (mins)\";\n ui:min 5;\n ui:default 55 .\n\n<#eventComment>\n a ui:MultiLineTextField;\n# ui:maxLength\n# \"1048\";\n# ui:size\n# \"40\".\n ui:property\n cal:comment.\n\n<#eventAuthor>\n a ui:Multiple; ui:min 1; ui:part <#eventAuthorGroup>; ui:property dc:author.\n\n <#eventAuthorGroup> a ui:Group; ui:parts ( <#authorName> <#authorEmail> ) .\n <#authorName> a ui:SingleLineTextField; ui:property foaf:name .\n <#authorEmail> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n\n\n#####################\n\n<#form2> dc:title \"Select possible days or times\"; a ui:Form;\n ui:parts ( <#id1118132113134> <#possibleSwitch> ).\n\n <#id1118132113134> a ui:Heading; ui:contents \"Time proposals\" .\n\n <#possibleSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm2> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm2> ].\n\n <#AllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleDate>; ui:property sched:option.\n <#posssibleDate> a ui:DateField; ui:property cal:dtstart; ui:label \"date\".\n\n <#NotAllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleTime>; ui:property sched:option.\n <#posssibleTime> a ui:DateTimeField; ui:property cal:dtstart; ui:label \"date and time\".\n\n ##################################\n\n <#form3> dc:title \"Select invited people\"; a ui:Form; ui:parts ( <#id1118132113135> <#id1417314641301b> ) .\n<#id1417314641301b>\n a ui:Multiple; ui:min 1; ui:part <#id1417314674292b>; ui:property sched:invitee.\n <#id1417314674292b> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n <#id1118132113135> a ui:Heading; ui:contents \"Who to invite\" .\n\n# ENDS\n`\n"],"mappings":";;AAAAA,MAAM,CAACC,OAAP"}
1
+ {"version":3,"file":"formsForSchedule.js","names":[],"sources":["../../src/schedule/formsForSchedule.js"],"sourcesContent":["export default `\n@prefix dc: <http://purl.org/dc/elements/1.1/>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix cal: <http://www.w3.org/2002/12/cal/ical#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n@prefix sched: <http://www.w3.org/ns/pim/schedule#>.\n\n cal:Vevent ui:annotationForm <#form2>, <#form3>; ui:creationForm <#form1> .\n\n<#bigForm>\n dc:title\n \"Schedule event (single form).\";\n a ui:Group;\n ui:parts ( <#form1> <#form2> <#form3> ).\n\n<#form1>\n dc:title\n \"Schedule an event (wizard)\";\n a ui:Form;\n ui:parts (\n <#form1header>\n <#eventTitle>\n <#eventLocation>\n <#eventType>\n <#eventSwitch>\n <#eventComment>\n <#eventAuthor> ).\n\n<#form1header> a ui:Heading; ui:contents \"Schedule an event\" .\n\n<#eventTitle>\n a ui:SingleLineTextField;\n ui:maxLength\n \"128\";\n ui:property\n cal:summary;\n ui:size\n \"40\".\n\n<#eventLocation>\n a ui:SingleLineTextField;\n ui:maxLength\n \"512\";\n ui:property\n cal:location;\n ui:size\n \"40\".\n\n<#eventType> a ui:BooleanField;\n ui:property sched:allDay;\n ui:default true . # Used to be the only way\n\n<#eventSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm> ].\n\n <#AllDayForm> a ui:IntegerField ;\n ui:property sched:durationInDays;\n ui:label \"How many days?\";\n ui:min 1;\n ui:default 1 .\n\n <#NotAllDayForm> a ui:IntegerField ;\n ui:property sched:durationInMinutes;\n ui:label \"Duration (mins)\";\n ui:min 5;\n ui:default 55 .\n\n<#eventComment>\n a ui:MultiLineTextField;\n# ui:maxLength\n# \"1048\";\n# ui:size\n# \"40\".\n ui:property\n cal:comment.\n\n<#eventAuthor>\n a ui:Multiple; ui:min 1; ui:part <#eventAuthorGroup>; ui:property dc:author.\n\n <#eventAuthorGroup> a ui:Group; ui:parts ( <#authorName> <#authorEmail> ) .\n <#authorName> a ui:SingleLineTextField; ui:property foaf:name .\n <#authorEmail> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n\n\n#####################\n\n<#form2> dc:title \"Select possible days or times\"; a ui:Form;\n ui:parts ( <#id1118132113134> <#possibleSwitch> ).\n\n <#id1118132113134> a ui:Heading; ui:contents \"Time proposals\" .\n\n <#possibleSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm2> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm2> ].\n\n <#AllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleDate>; ui:property sched:option.\n <#posssibleDate> a ui:DateField; ui:property cal:dtstart; ui:label \"date\".\n\n <#NotAllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleTime>; ui:property sched:option.\n <#posssibleTime> a ui:DateTimeField; ui:property cal:dtstart; ui:label \"date and time\".\n\n ##################################\n\n <#form3> dc:title \"Select invited people\"; a ui:Form; ui:parts ( <#id1118132113135> <#id1417314641301b> ) .\n<#id1417314641301b>\n a ui:Multiple; ui:min 1; ui:part <#id1417314674292b>; ui:property sched:invitee.\n <#id1417314674292b> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n <#id1118132113135> a ui:Heading; ui:contents \"Who to invite\" .\n\n# ENDS\n`\n"],"mappings":""}