profile-pane 3.1.5 → 3.2.1

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 (326) hide show
  1. package/README.md +16 -0
  2. package/icons-png/discord.png +0 -0
  3. package/icons-png/dribbble.png +0 -0
  4. package/icons-png/facebook.png +0 -0
  5. package/icons-png/instagram.png +0 -0
  6. package/icons-png/linkedin.png +0 -0
  7. package/icons-png/pinterest.png +0 -0
  8. package/icons-png/sharechat.png +0 -0
  9. package/icons-png/signup.png +0 -0
  10. package/icons-png/snapchat.png +0 -0
  11. package/icons-png/spotify.png +0 -0
  12. package/icons-png/telegram.png +0 -0
  13. package/icons-png/tiktok.png +0 -0
  14. package/icons-png/whatsapp.png +0 -0
  15. package/icons-png/x.png +0 -0
  16. package/icons-png/youtube.png +0 -0
  17. package/lib/04567ff683933c35c465.png +0 -0
  18. package/lib/10163fd9b5a0e00d63a0.png +0 -0
  19. package/lib/1234dcb2eec2e45f252b.png +0 -0
  20. package/lib/20899934157df4db56cb.png +0 -0
  21. package/lib/33760bf79f097f449da5.png +0 -0
  22. package/lib/578d2b6ed32e7624164e.png +0 -0
  23. package/lib/5f62a5b2b7e99b9640c7.png +0 -0
  24. package/lib/6525766ecd288ec60129.png +0 -0
  25. package/lib/7800be6f6c4b5b0f4f20.png +0 -0
  26. package/lib/976473cf5fe24d657d4b.png +0 -0
  27. package/lib/ChatWithMe.d.ts +2 -1
  28. package/lib/ChatWithMe.d.ts.map +1 -1
  29. package/lib/ChatWithMe.js +3 -3
  30. package/lib/ProfileView.d.ts +1 -1
  31. package/lib/ProfileView.d.ts.map +1 -1
  32. package/lib/ProfileView.js +71 -131
  33. package/lib/ProfileViewModelPresenter.d.ts +23 -0
  34. package/lib/ProfileViewModelPresenter.d.ts.map +1 -0
  35. package/lib/ProfileViewModelPresenter.js +37 -0
  36. package/lib/QRCodeCard.d.ts +3 -1
  37. package/lib/QRCodeCard.d.ts.map +1 -1
  38. package/lib/QRCodeCard.js +86 -66
  39. package/lib/addMeToYourFriends.d.ts +3 -3
  40. package/lib/addMeToYourFriends.d.ts.map +1 -1
  41. package/lib/addMeToYourFriends.js +14 -30
  42. package/lib/bda84f59e7216675a208.png +0 -0
  43. package/lib/buttonsHelper.js +1 -1
  44. package/lib/cd68e8f3990ba8b2139e.png +0 -0
  45. package/lib/e7074a7e2cb69e51cfd3.png +0 -0
  46. package/lib/editProfilePane/EditCVCard.d.ts +1 -0
  47. package/lib/editProfilePane/EditCVCard.d.ts.map +1 -1
  48. package/lib/editProfilePane/EditCVCard.js +2 -1
  49. package/lib/editProfilePane/EditCommunitiesCard.d.ts +1 -1
  50. package/lib/editProfilePane/EditCommunitiesCard.d.ts.map +1 -1
  51. package/lib/editProfilePane/EditCommunitiesCard.js +2 -1
  52. package/lib/editProfilePane/EditContactsCard.d.ts +1 -0
  53. package/lib/editProfilePane/EditContactsCard.d.ts.map +1 -1
  54. package/lib/editProfilePane/EditContactsCard.js +2 -0
  55. package/lib/editProfilePane/EditFriendsCard.d.ts +1 -1
  56. package/lib/editProfilePane/EditFriendsCard.d.ts.map +1 -1
  57. package/lib/editProfilePane/EditFriendsCard.js +2 -1
  58. package/lib/editProfilePane/EditOtherPreferences.d.ts +1 -0
  59. package/lib/editProfilePane/EditOtherPreferences.d.ts.map +1 -1
  60. package/lib/editProfilePane/EditOtherPreferences.js +1 -0
  61. package/lib/editProfilePane/EditProfileView.d.ts +1 -1
  62. package/lib/editProfilePane/EditProfileView.d.ts.map +1 -1
  63. package/lib/editProfilePane/EditProfileView.js +1 -1
  64. package/lib/editProfilePane/EditSocialCard.d.ts +1 -0
  65. package/lib/editProfilePane/EditSocialCard.d.ts.map +1 -1
  66. package/lib/editProfilePane/EditSocialCard.js +2 -1
  67. package/lib/editProfilePane/editProfilePresenter.d.ts +1 -0
  68. package/lib/editProfilePane/editProfilePresenter.d.ts.map +1 -1
  69. package/lib/editProfilePane/editProfilePresenter.js +2 -0
  70. package/lib/f3772696fb7ee53c23d8.png +0 -0
  71. package/lib/icons-svg/contactIcons.d.ts +3 -0
  72. package/lib/icons-svg/contactIcons.d.ts.map +1 -0
  73. package/lib/icons-svg/contactIcons.js +32 -0
  74. package/lib/icons-svg/profileIcons.d.ts +22 -0
  75. package/lib/icons-svg/profileIcons.d.ts.map +1 -0
  76. package/lib/icons-svg/profileIcons.js +309 -0
  77. package/lib/index.d.ts +1 -3
  78. package/lib/index.d.ts.map +1 -1
  79. package/lib/index.js +42 -19
  80. package/lib/profile-pane.js +15629 -5670
  81. package/lib/profile-pane.js.map +1 -1
  82. package/lib/profile-pane.min.js +2171 -230
  83. package/lib/profile-pane.min.js.map +1 -1
  84. package/lib/rdfFormsHelper.d.ts +1 -0
  85. package/lib/rdfFormsHelper.d.ts.map +1 -1
  86. package/lib/rdfFormsHelper.js +2 -0
  87. package/lib/sections/bio/BioEditDialog.d.ts +6 -0
  88. package/lib/sections/bio/BioEditDialog.d.ts.map +1 -0
  89. package/lib/sections/bio/BioEditDialog.js +119 -0
  90. package/lib/sections/bio/BioSection.d.ts +7 -0
  91. package/lib/sections/bio/BioSection.d.ts.map +1 -0
  92. package/lib/sections/bio/BioSection.js +131 -0
  93. package/lib/sections/bio/mutations.d.ts +4 -0
  94. package/lib/sections/bio/mutations.d.ts.map +1 -0
  95. package/lib/sections/bio/mutations.js +43 -0
  96. package/lib/sections/bio/selectors.d.ts +4 -0
  97. package/lib/sections/bio/selectors.d.ts.map +1 -0
  98. package/lib/sections/bio/selectors.js +15 -0
  99. package/lib/sections/bio/types.d.ts +15 -0
  100. package/lib/sections/bio/types.d.ts.map +1 -0
  101. package/lib/sections/bio/types.js +5 -0
  102. package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts +7 -0
  103. package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts.map +1 -0
  104. package/lib/sections/contactInfo/ContactInfoEditDialog.js +658 -0
  105. package/lib/sections/contactInfo/ContactInfoSection.d.ts +5 -0
  106. package/lib/sections/contactInfo/ContactInfoSection.d.ts.map +1 -0
  107. package/lib/sections/contactInfo/ContactInfoSection.js +229 -0
  108. package/lib/sections/contactInfo/mutations.d.ts +4 -0
  109. package/lib/sections/contactInfo/mutations.d.ts.map +1 -0
  110. package/lib/sections/contactInfo/mutations.js +150 -0
  111. package/lib/sections/contactInfo/selectors.d.ts +4 -0
  112. package/lib/sections/contactInfo/selectors.d.ts.map +1 -0
  113. package/lib/sections/contactInfo/selectors.js +104 -0
  114. package/lib/sections/contactInfo/types.d.ts +44 -0
  115. package/lib/sections/contactInfo/types.d.ts.map +1 -0
  116. package/lib/sections/contactInfo/types.js +5 -0
  117. package/lib/sections/education/EducationEditDialog.d.ts +7 -0
  118. package/lib/sections/education/EducationEditDialog.d.ts.map +1 -0
  119. package/lib/sections/education/EducationEditDialog.js +459 -0
  120. package/lib/sections/education/EducationSection.d.ts +7 -0
  121. package/lib/sections/education/EducationSection.d.ts.map +1 -0
  122. package/lib/sections/education/EducationSection.js +126 -0
  123. package/lib/sections/education/mutations.d.ts +4 -0
  124. package/lib/sections/education/mutations.d.ts.map +1 -0
  125. package/lib/sections/education/mutations.js +60 -0
  126. package/lib/sections/education/selectors.d.ts +4 -0
  127. package/lib/sections/education/selectors.d.ts.map +1 -0
  128. package/lib/sections/education/selectors.js +64 -0
  129. package/lib/sections/education/types.d.ts +20 -0
  130. package/lib/sections/education/types.d.ts.map +1 -0
  131. package/lib/sections/education/types.js +5 -0
  132. package/lib/sections/heading/HeadingEditDialog.d.ts +6 -0
  133. package/lib/sections/heading/HeadingEditDialog.d.ts.map +1 -0
  134. package/lib/sections/heading/HeadingEditDialog.js +742 -0
  135. package/lib/sections/heading/HeadingSection.d.ts +9 -0
  136. package/lib/sections/heading/HeadingSection.d.ts.map +1 -0
  137. package/lib/sections/heading/HeadingSection.js +97 -0
  138. package/lib/sections/heading/camera.d.ts +19 -0
  139. package/lib/sections/heading/camera.d.ts.map +1 -0
  140. package/lib/sections/heading/camera.js +199 -0
  141. package/lib/sections/heading/dateHelpers.d.ts +4 -0
  142. package/lib/sections/heading/dateHelpers.d.ts.map +1 -0
  143. package/lib/sections/heading/dateHelpers.js +48 -0
  144. package/lib/sections/heading/imageHelpers.d.ts +4 -0
  145. package/lib/sections/heading/imageHelpers.d.ts.map +1 -0
  146. package/lib/sections/heading/imageHelpers.js +81 -0
  147. package/lib/sections/heading/mutations.d.ts +4 -0
  148. package/lib/sections/heading/mutations.d.ts.map +1 -0
  149. package/lib/sections/heading/mutations.js +190 -0
  150. package/lib/sections/heading/selectors.d.ts +5 -0
  151. package/lib/sections/heading/selectors.d.ts.map +1 -0
  152. package/lib/sections/heading/selectors.js +157 -0
  153. package/lib/sections/heading/types.d.ts +36 -0
  154. package/lib/sections/heading/types.d.ts.map +1 -0
  155. package/lib/sections/heading/types.js +5 -0
  156. package/lib/sections/languages/LanguageEditDialog.d.ts +7 -0
  157. package/lib/sections/languages/LanguageEditDialog.d.ts.map +1 -0
  158. package/lib/sections/languages/LanguageEditDialog.js +457 -0
  159. package/lib/sections/languages/LanguageSection.d.ts +5 -0
  160. package/lib/sections/languages/LanguageSection.d.ts.map +1 -0
  161. package/lib/sections/languages/LanguageSection.js +137 -0
  162. package/lib/sections/languages/mutations.d.ts +6 -0
  163. package/lib/sections/languages/mutations.d.ts.map +1 -0
  164. package/lib/sections/languages/mutations.js +296 -0
  165. package/lib/sections/languages/selectors.d.ts +5 -0
  166. package/lib/sections/languages/selectors.d.ts.map +1 -0
  167. package/lib/sections/languages/selectors.js +146 -0
  168. package/lib/sections/languages/types.d.ts +15 -0
  169. package/lib/sections/languages/types.d.ts.map +1 -0
  170. package/lib/sections/languages/types.js +5 -0
  171. package/lib/sections/projects/ProjectEditDialog.d.ts +7 -0
  172. package/lib/sections/projects/ProjectEditDialog.d.ts.map +1 -0
  173. package/lib/sections/projects/ProjectEditDialog.js +182 -0
  174. package/lib/sections/projects/ProjectSection.d.ts +6 -0
  175. package/lib/sections/projects/ProjectSection.d.ts.map +1 -0
  176. package/lib/sections/projects/ProjectSection.js +220 -0
  177. package/lib/sections/projects/mutations.d.ts +4 -0
  178. package/lib/sections/projects/mutations.d.ts.map +1 -0
  179. package/lib/sections/projects/mutations.js +188 -0
  180. package/lib/sections/projects/selectors.d.ts +5 -0
  181. package/lib/sections/projects/selectors.d.ts.map +1 -0
  182. package/lib/sections/projects/selectors.js +163 -0
  183. package/lib/sections/projects/types.d.ts +28 -0
  184. package/lib/sections/projects/types.d.ts.map +1 -0
  185. package/lib/sections/projects/types.js +8 -0
  186. package/lib/sections/resume/ResumeEditDialog.d.ts +7 -0
  187. package/lib/sections/resume/ResumeEditDialog.d.ts.map +1 -0
  188. package/lib/sections/resume/ResumeEditDialog.js +629 -0
  189. package/lib/sections/resume/ResumeSection.d.ts +7 -0
  190. package/lib/sections/resume/ResumeSection.d.ts.map +1 -0
  191. package/lib/sections/resume/ResumeSection.js +160 -0
  192. package/lib/sections/resume/mutations.d.ts +6 -0
  193. package/lib/sections/resume/mutations.d.ts.map +1 -0
  194. package/lib/sections/resume/mutations.js +172 -0
  195. package/lib/sections/resume/selectors.d.ts +4 -0
  196. package/lib/sections/resume/selectors.d.ts.map +1 -0
  197. package/lib/sections/resume/selectors.js +142 -0
  198. package/lib/sections/resume/types.d.ts +33 -0
  199. package/lib/sections/resume/types.d.ts.map +1 -0
  200. package/lib/sections/resume/types.js +8 -0
  201. package/lib/sections/shared/collapsibleSection.d.ts +2 -0
  202. package/lib/sections/shared/collapsibleSection.d.ts.map +1 -0
  203. package/lib/sections/shared/collapsibleSection.js +24 -0
  204. package/lib/sections/shared/contactTypeUtils.d.ts +7 -0
  205. package/lib/sections/shared/contactTypeUtils.d.ts.map +1 -0
  206. package/lib/sections/shared/contactTypeUtils.js +48 -0
  207. package/lib/sections/shared/idNodeFactory.d.ts +3 -0
  208. package/lib/sections/shared/idNodeFactory.d.ts.map +1 -0
  209. package/lib/sections/shared/idNodeFactory.js +14 -0
  210. package/lib/sections/shared/phoneCountries.d.ts +20 -0
  211. package/lib/sections/shared/phoneCountries.d.ts.map +1 -0
  212. package/lib/sections/shared/phoneCountries.js +1080 -0
  213. package/lib/sections/shared/rdfList.d.ts +3 -0
  214. package/lib/sections/shared/rdfList.d.ts.map +1 -0
  215. package/lib/sections/shared/rdfList.js +34 -0
  216. package/lib/sections/shared/rdfMutationHelpers.d.ts +12 -0
  217. package/lib/sections/shared/rdfMutationHelpers.d.ts.map +1 -0
  218. package/lib/sections/shared/rdfMutationHelpers.js +82 -0
  219. package/lib/sections/shared/rowState.d.ts +21 -0
  220. package/lib/sections/shared/rowState.d.ts.map +1 -0
  221. package/lib/sections/shared/rowState.js +52 -0
  222. package/lib/sections/shared/sanitizeUtils.d.ts +5 -0
  223. package/lib/sections/shared/sanitizeUtils.d.ts.map +1 -0
  224. package/lib/sections/shared/sanitizeUtils.js +22 -0
  225. package/lib/sections/shared/sectionCardHelpers.d.ts +11 -0
  226. package/lib/sections/shared/sectionCardHelpers.d.ts.map +1 -0
  227. package/lib/sections/shared/sectionCardHelpers.js +105 -0
  228. package/lib/sections/shared/types.d.ts +7 -0
  229. package/lib/sections/shared/types.d.ts.map +1 -0
  230. package/lib/sections/shared/types.js +5 -0
  231. package/lib/sections/skills/SkillsEditDialog.d.ts +7 -0
  232. package/lib/sections/skills/SkillsEditDialog.d.ts.map +1 -0
  233. package/lib/sections/skills/SkillsEditDialog.js +340 -0
  234. package/lib/sections/skills/SkillsSection.d.ts +5 -0
  235. package/lib/sections/skills/SkillsSection.d.ts.map +1 -0
  236. package/lib/sections/skills/SkillsSection.js +169 -0
  237. package/lib/sections/skills/mutations.d.ts +6 -0
  238. package/lib/sections/skills/mutations.d.ts.map +1 -0
  239. package/lib/sections/skills/mutations.js +110 -0
  240. package/lib/sections/skills/selectors.d.ts +6 -0
  241. package/lib/sections/skills/selectors.d.ts.map +1 -0
  242. package/lib/sections/skills/selectors.js +37 -0
  243. package/lib/sections/skills/types.d.ts +14 -0
  244. package/lib/sections/skills/types.d.ts.map +1 -0
  245. package/lib/sections/skills/types.js +5 -0
  246. package/lib/sections/social/SocialEditDialog.d.ts +7 -0
  247. package/lib/sections/social/SocialEditDialog.d.ts.map +1 -0
  248. package/lib/sections/social/SocialEditDialog.js +362 -0
  249. package/lib/sections/social/SocialSection.d.ts +8 -0
  250. package/lib/sections/social/SocialSection.d.ts.map +1 -0
  251. package/lib/sections/social/SocialSection.js +201 -0
  252. package/lib/sections/social/constants.d.ts +3 -0
  253. package/lib/sections/social/constants.d.ts.map +1 -0
  254. package/lib/sections/social/constants.js +16 -0
  255. package/lib/sections/social/helpers.d.ts +15 -0
  256. package/lib/sections/social/helpers.d.ts.map +1 -0
  257. package/lib/sections/social/helpers.js +316 -0
  258. package/lib/sections/social/mutations.d.ts +4 -0
  259. package/lib/sections/social/mutations.d.ts.map +1 -0
  260. package/lib/sections/social/mutations.js +298 -0
  261. package/lib/sections/social/selectors.d.ts +4 -0
  262. package/lib/sections/social/selectors.d.ts.map +1 -0
  263. package/lib/sections/social/selectors.js +43 -0
  264. package/lib/sections/social/types.d.ts +19 -0
  265. package/lib/sections/social/types.d.ts.map +1 -0
  266. package/lib/sections/social/types.js +5 -0
  267. package/lib/styles/BioSection.css +77 -0
  268. package/lib/styles/CVCard.css +107 -2
  269. package/lib/styles/ContactInfoEditDialog.css +153 -0
  270. package/lib/styles/EditDialogs.css +1028 -0
  271. package/lib/styles/EducationCard.css +103 -0
  272. package/lib/styles/HeadingSection.css +309 -0
  273. package/lib/styles/ProfileCard.css +10 -42
  274. package/lib/styles/ProfileView.css +53 -8
  275. package/lib/styles/ProjectsCard.css +206 -0
  276. package/lib/styles/QRCodeCard.css +29 -10
  277. package/lib/styles/SocialCard.css +41 -13
  278. package/lib/styles/dialog.css +209 -0
  279. package/lib/styles/utilities.css +638 -256
  280. package/lib/textUtils.d.ts +6 -0
  281. package/lib/textUtils.d.ts.map +1 -0
  282. package/lib/textUtils.js +44 -0
  283. package/lib/texts.d.ts +45 -4
  284. package/lib/texts.d.ts.map +1 -1
  285. package/lib/texts.js +46 -5
  286. package/lib/types.d.ts +2 -0
  287. package/lib/types.d.ts.map +1 -0
  288. package/lib/types.js +5 -0
  289. package/lib/ui/dialog.d.ts +29 -0
  290. package/lib/ui/dialog.d.ts.map +1 -0
  291. package/lib/ui/dialog.js +269 -0
  292. package/lib/ui/errors.d.ts +2 -0
  293. package/lib/ui/errors.d.ts.map +1 -0
  294. package/lib/ui/errors.js +10 -0
  295. package/package.json +8 -5
  296. package/lib/CVCard.d.ts +0 -4
  297. package/lib/CVCard.d.ts.map +0 -1
  298. package/lib/CVCard.js +0 -114
  299. package/lib/CVPresenter.d.ts +0 -25
  300. package/lib/CVPresenter.d.ts.map +0 -1
  301. package/lib/CVPresenter.js +0 -119
  302. package/lib/FriendList.d.ts +0 -6
  303. package/lib/FriendList.d.ts.map +0 -1
  304. package/lib/FriendList.js +0 -27
  305. package/lib/ProfileCard.d.ts +0 -6
  306. package/lib/ProfileCard.d.ts.map +0 -1
  307. package/lib/ProfileCard.js +0 -62
  308. package/lib/SocialCard.d.ts +0 -5
  309. package/lib/SocialCard.d.ts.map +0 -1
  310. package/lib/SocialCard.js +0 -51
  311. package/lib/SocialPresenter.d.ts +0 -11
  312. package/lib/SocialPresenter.d.ts.map +0 -1
  313. package/lib/SocialPresenter.js +0 -117
  314. package/lib/StuffCard.d.ts +0 -10
  315. package/lib/StuffCard.d.ts.map +0 -1
  316. package/lib/StuffCard.js +0 -52
  317. package/lib/StuffPresenter.d.ts +0 -14
  318. package/lib/StuffPresenter.d.ts.map +0 -1
  319. package/lib/StuffPresenter.js +0 -53
  320. package/lib/presenter.d.ts +0 -14
  321. package/lib/presenter.d.ts.map +0 -1
  322. package/lib/presenter.js +0 -68
  323. package/lib/styles/FriendList.css +0 -12
  324. package/lib/styles/StuffCard.css +0 -23
  325. package/lib/styles/editProfile.css +0 -62
  326. package/lib/styles/profileRDFFormsEnforced.css +0 -431
@@ -1,11 +1,11 @@
1
1
  import { TemplateResult } from 'lit-html';
2
2
  import { DataBrowserContext } from 'pane-registry';
3
3
  import { LiveStore, NamedNode } from 'rdflib';
4
+ import { ViewerMode } from './types';
4
5
  import './styles/ProfileCard.css';
5
- declare const addMeToYourFriendsDiv: (subject: NamedNode, context: DataBrowserContext) => TemplateResult;
6
+ declare const addMeToYourFriendsDiv: (subject: NamedNode, context: DataBrowserContext, viewerMode: ViewerMode) => TemplateResult;
6
7
  declare const createAddMeToYourFriendsButton: (subject: NamedNode, context: DataBrowserContext) => HTMLButtonElement;
7
8
  declare function saveNewThing(subject: NamedNode, context: DataBrowserContext, predicate: NamedNode): Promise<void>;
8
9
  declare function checkIfThingExists(store: LiveStore, me: NamedNode, subject: NamedNode, predicate: NamedNode): Promise<boolean>;
9
- declare function extractFriends(editable: boolean, subject: NamedNode, { dom }: DataBrowserContext): HTMLDivElement | null;
10
- export { addMeToYourFriendsDiv, createAddMeToYourFriendsButton, saveNewThing, extractFriends, checkIfThingExists };
10
+ export { addMeToYourFriendsDiv, createAddMeToYourFriendsButton, saveNewThing, checkIfThingExists };
11
11
  //# sourceMappingURL=addMeToYourFriends.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"addMeToYourFriends.d.ts","sourceRoot":"","sources":["../src/addMeToYourFriends.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,UAAU,CAAA;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAElD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAM,MAAM,QAAQ,CAAA;AASjD,OAAO,0BAA0B,CAAA;AAIjC,QAAA,MAAM,qBAAqB,GACzB,SAAS,SAAS,EAClB,SAAS,kBAAkB,KAC1B,cAkBF,CAAA;AAED,QAAA,MAAM,8BAA8B,GAClC,SAAS,SAAS,EAClB,SAAS,kBAAkB,KAC1B,iBAmDF,CAAA;AAED,iBAAe,YAAY,CACzB,OAAO,EAAE,SAAS,EAClB,OAAO,EAAE,kBAAkB,EAC3B,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,IAAI,CAAC,CAoBf;AAOD,iBAAe,kBAAkB,CAC/B,KAAK,EAAE,SAAS,EAChB,EAAE,EAAE,SAAS,EACb,OAAO,EAAE,SAAS,EAClB,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,OAAO,CAAC,CAKlB;AAED,iBAAS,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,kBAAkB,GAAG,cAAc,GAAG,IAAI,CAajH;AAED,OAAO,EACL,qBAAqB,EACrB,8BAA8B,EAC9B,YAAY,EACZ,cAAc,EACd,kBAAkB,EACnB,CAAA"}
1
+ {"version":3,"file":"addMeToYourFriends.d.ts","sourceRoot":"","sources":["../src/addMeToYourFriends.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,UAAU,CAAA;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAElD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAM,MAAM,QAAQ,CAAA;AASjD,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AACpC,OAAO,0BAA0B,CAAA;AAIjC,QAAA,MAAM,qBAAqB,GACzB,SAAS,SAAS,EAClB,SAAS,kBAAkB,EAC3B,YAAY,UAAU,KACrB,cAkBF,CAAA;AAED,QAAA,MAAM,8BAA8B,GAClC,SAAS,SAAS,EAClB,SAAS,kBAAkB,KAC1B,iBA+CF,CAAA;AAED,iBAAe,YAAY,CACzB,OAAO,EAAE,SAAS,EAClB,OAAO,EAAE,kBAAkB,EAC3B,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,IAAI,CAAC,CAoBf;AAOD,iBAAe,kBAAkB,CAC/B,KAAK,EAAE,SAAS,EAChB,EAAE,EAAE,SAAS,EACb,OAAO,EAAE,SAAS,EAClB,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,OAAO,CAAC,CAKlB;AAED,OAAO,EACL,qBAAqB,EACrB,8BAA8B,EAC9B,YAAY,EACZ,kBAAkB,EACnB,CAAA"}
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.addMeToYourFriendsDiv = void 0;
7
7
  exports.checkIfThingExists = checkIfThingExists;
8
8
  exports.createAddMeToYourFriendsButton = void 0;
9
- exports.extractFriends = extractFriends;
10
9
  exports.saveNewThing = saveNewThing;
11
10
  var _litHtml = require("lit-html");
12
11
  var _solidLogic = require("solid-logic");
@@ -16,7 +15,7 @@ var _buttonsHelper = require("./buttonsHelper");
16
15
  var _texts = require("./texts");
17
16
  require("./styles/ProfileCard.css");
18
17
  let buttonContainer = document.createElement('section');
19
- const addMeToYourFriendsDiv = (subject, context) => {
18
+ const addMeToYourFriendsDiv = (subject, context, viewerMode) => {
20
19
  buttonContainer = context.dom.createElement('section');
21
20
  buttonContainer.setAttribute('class', 'buttonSubSection text-truncate text-center section-centered');
22
21
  buttonContainer.setAttribute('aria-labelledby', 'add-me-to-your-friends-button-section');
@@ -29,19 +28,17 @@ const addMeToYourFriendsDiv = (subject, context) => {
29
28
  heading.textContent = 'Add me to your friends actions';
30
29
  buttonContainer.appendChild(heading);
31
30
  const button = createAddMeToYourFriendsButton(subject, context);
32
- button.classList.add('actionButton', 'btn-primary', 'action-button-focus');
31
+ button.classList.add('profile__action-button', 'profile__btn-friends', 'flex-center');
33
32
  buttonContainer.appendChild(button);
34
33
  return (0, _litHtml.html)`${buttonContainer}`;
35
34
  };
36
35
  exports.addMeToYourFriendsDiv = addMeToYourFriendsDiv;
37
36
  const createAddMeToYourFriendsButton = (subject, context) => {
38
- const me = _solidLogic.authn.currentUser();
39
- let label = checkIfAnyUserLoggedIn(me) ? _texts.addMeToYourFriendsButtonText.toUpperCase() : _texts.logInAddMeToYourFriendsButtonText.toUpperCase();
40
- const button = _solidUi.widgets.button(context.dom, undefined, label, setButtonHandler,
41
- //sets an onclick event listener
42
- {
43
- needsBorder: true
44
- });
37
+ let label = _texts.addMeToYourFriendsButtonText;
38
+ const button = context.dom.createElement('button');
39
+ button.type = 'button';
40
+ button.textContent = label;
41
+ button.addEventListener('click', setButtonHandler);
45
42
  function setButtonHandler(event) {
46
43
  event.preventDefault();
47
44
  saveNewThing(subject, context, _solidUi.ns.foaf('knows')).then(() => {
@@ -54,23 +51,25 @@ const createAddMeToYourFriendsButton = (subject, context) => {
54
51
  (0, _buttonsHelper.complain)(buttonContainer, context, error);
55
52
  });
56
53
  }
57
- button.refresh = refreshButton();
54
+ refreshButton();
58
55
  function refreshButton() {
59
56
  const me = _solidLogic.authn.currentUser();
60
57
  const store = context.session.store;
61
58
  if (checkIfAnyUserLoggedIn(me)) {
59
+ button.disabled = false;
62
60
  checkIfThingExists(store, me, subject, _solidUi.ns.foaf('knows')).then(friendExists => {
63
61
  if (friendExists) {
64
62
  //logged in and friend exists or friend was just added
65
- button.innerHTML = _texts.friendExistsAlreadyButtonText.toUpperCase();
63
+ button.textContent = _texts.friendExistsAlreadyButtonText;
66
64
  } else {
67
65
  //logged in and friend does not exist yet
68
- button.innerHTML = _texts.addMeToYourFriendsButtonText.toUpperCase();
66
+ button.textContent = _texts.addMeToYourFriendsButtonText;
69
67
  }
70
68
  });
71
69
  } else {
72
- //not logged in
73
- button.innerHTML = _texts.logInAddMeToYourFriendsButtonText.toUpperCase();
70
+ //not logged in — disable and indicate login is required
71
+ button.textContent = _texts.logInAddMeToYourFriendsButtonText;
72
+ button.disabled = true;
74
73
  }
75
74
  }
76
75
  return button;
@@ -101,19 +100,4 @@ function checkIfAnyUserLoggedIn(me) {
101
100
  async function checkIfThingExists(store, me, subject, predicate) {
102
101
  await store.fetcher.load(me);
103
102
  if (store.whether(me, predicate, subject, me.doc()) === 0) return false;else return true;
104
- }
105
- function extractFriends(editable, subject, {
106
- dom
107
- }) {
108
- const target = dom.createElement('div');
109
- console.log('Extracting friends for subject:', subject.doc()); // Debug log to check the subject
110
- _solidUi.widgets.attachmentList(dom, subject, target, {
111
- doc: subject.doc(),
112
- modify: editable,
113
- predicate: _solidUi.ns.foaf('knows'),
114
- noun: 'friend'
115
- });
116
- if (target.textContent === '') return null;
117
- console.log('Extracted friends:', target.innerHTML); // Debug log to check the generated HTML
118
- return target;
119
103
  }
Binary file
@@ -25,7 +25,7 @@ function mention(buttonContainer, message) {
25
25
  positiveFrontendMessageDiv.setAttribute('role', 'status');
26
26
  positiveFrontendMessageDiv.setAttribute('aria-live', 'polite');
27
27
  positiveFrontendMessageDiv.setAttribute('tabindex', '0');
28
- positiveFrontendMessageDiv.classList.add('actionButton', 'licOkay');
28
+ positiveFrontendMessageDiv.classList.add('profile__action-button', 'licOkay');
29
29
  positiveFrontendMessageDiv.innerHTML = message;
30
30
 
31
31
  // Focus the success message for screen readers
Binary file
Binary file
@@ -1,3 +1,4 @@
1
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
1
2
  import { DataBrowserContext } from 'pane-registry';
2
3
  import { NamedNode, Store } from 'rdflib';
3
4
  export declare function EditCVSection(context: DataBrowserContext, me: NamedNode, editableProfile: NamedNode | null, store: Store): HTMLElement;
@@ -1 +1 @@
1
- {"version":3,"file":"EditCVCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditCVCard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,KAAK,EAAC,MAAM,QAAQ,CAAA;AAOxC,wBAAgB,aAAa,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,EAAE,KAAK,EAAE,KAAK,eA2BxH"}
1
+ {"version":3,"file":"EditCVCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditCVCard.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,KAAK,EAAC,MAAM,QAAQ,CAAA;AAOxC,wBAAgB,aAAa,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,EAAE,KAAK,EAAE,KAAK,eA2BxH"}
@@ -8,7 +8,8 @@ var _rdfFormsHelper = _interopRequireDefault(require("../rdfFormsHelper"));
8
8
  var _texts = require("../texts");
9
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
10
  /* babel-plugin-inline-import '../ontology/resumeForm.ttl' */
11
- const resumeForm = "@prefix os: <http://www.w3.org/2000/10/swap/os#> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix owl: <http://www.w3.org/2002/07/owl#>.\n@prefix solid: <http://www.w3.org/ns/solid/terms#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix schema: <http://schema.org/>.\n@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.\n@prefix org: <http://www.w3.org/ns/org#>.\n@prefix esco: <http://data.europa.eu/esco/model#>.\n@prefix wd: <http://www.wikidata.org/entity/>.\n@prefix wdt: <http://www.wikidata.org/prop/direct/>.\n\n@prefix : <#>.\n\n:this\n <http://purl.org/dc/elements/1.1/title> \"Resume form\" ;\n a ui:Form ;\n ui:parts (\n :CVGroup\n :SkillsHeading :SkillsForm\n :LanguagesHeading :LanguagesForm\n ).\n\n# Curriculum Vitae: membership of organizations\n\n:CVGroup a ui:Group; \n ui:weight 1; \n ui:parts ( \n :ResumeHeading \n :involvementWithOrganizationsForm \n ).\n\n:ResumeHeading a ui:Heading; \n ui:contents \"Add your work experience\" .\n\n:involvementWithOrganizationsForm a ui:Multiple;\n ui:label \"work experience\";\n ui:property org:member; \n ui:reverse true; # link back from role to member\n ui:ordered false; # Allow user to order CV secions rather than force date order? No.\n ui:part :RoleMembershipForm.\n\norg:member owl:inverse [ ui:label \"Work experience\" ]. # timelimited involvement\n\n# This is a big important form for one of a series of roles in the list.\n\n:RoleMembershipForm a ui:Group; \n ui:weight 3; \n ui:parts ( \n :MembershipFormHeading\n :RoleClassifier \n :roleNameField\n :escoOccupationField \n :orgField \n :RoleDatesForm \n :RoleDescriptionForm).\n\n:MembershipFormHeading a ui:Heading; \n ui:contents \"Details of the role\"@en, \"D\xE9tailes de ce r\xF4le\"@fr .\n\n:roleNameField a ui:SingleLineTextField;\n ui:label \"Job title\";\n ui:property vcard:role .\n\n:escoOccupationField a ui:AutocompleteField;\n ui:label \"Find in occupation catalog\";\n ui:property org:role;\n ui:dataSource :ESCO_Occupation_DataSource;\n ui:targetClass schema:Occupation .\n\n :ESCO_Occupation_DataSource a ui:DataSource;\n schema:name \"ESCO\";\n ui:targetClass schema:Occupation ;\n schema:logo <https://ec.europa.eu/esco/portal/static_resource2/images/logo/logo_en.gif>;\n ui:searchByNameURI \"https://ec.europa.eu/esco/api/search?language=$(language)&type=occupation&text=$(name)\".\n\n:orgField a ui:Choice; \n ui:label \"For organization\"@en, \"Pour l'organisation\"@fr;\n ui:canMintNew true; \n ui:use :OrganizationCreationForm ;\n ui:property org:organization;\n ui:from vcard:Organization .\n\nvcard:Organization ui:creationForm :OrganizationCreationForm .\n\n###### eposodes in one's career - Roles\n\n:RoleClassifier a ui:Classifier; \n ui:label \"Job type\"@en;\n ui:category solid:Role .\n\n:RoleDatesForm a ui:Options; \n ui:dependingOn rdf:type; \n ui:case\n [ ui:for solid:PastRole; ui:use :TwoDateForm ],\n [ ui:for solid:CurrentRole; ui:use :StartDateForm ],\n [ ui:for solid:FutureRole; ui:use :StartDateForm ].\n\n :TwoDateForm a ui:Group; \n ui:weight 0; \n ui:parts ( :StartDateForm :EndDateForm ) .\n :StartDateForm a ui:DateField; \n ui:label \"Start\"@en,\"D\xE9but\"@fr;\n ui:property schema:startDate .\n :EndDateForm a ui:DateField; \n ui:label \"End\"@en,\"Fin\"@fr;\n ui:property schema:endDate .\n\nsolid:Role a rdfs:Class;\n owl:disjointUnionOf ( solid:PastRole solid:CurrentRole solid:FutureRole ) ;\n owl:oneOf ( solid:CurrentRole solid:PastRole solid:FutureRole ). # Future Role too?\n\nsolid:PastRole a rdfs:Class; rdfs:label \"Former role\"@en, \"Ancien r\xF4le\"@fr, \"Vergangene Rolle\"@de, \"Rol anterior\"@es .\nsolid:CurrentRole a rdfs:Class; rdfs:label \"Current role\"@en, \"R\xF4le actuel\"@fr, \"Momentane Rolle\"@de , \"Rol actual\"@es .\nsolid:FutureRole a rdfs:Class; rdfs:label \"Future role\"@en, \"R\xF4le \xE0 venir\"@fr, \"Zuk\xFCnftige Rolle\"@de, \"Rol futuro\"@es .\n\n:RoleDescriptionForm a ui:MultiLineTextField; \n ui:property schema:description;\n ui:label \"Describe your role\" .\n\n###### Organizations\n\n:OrganizationCreationForm a ui:Form; \n schema:name \"Form for editing an organization using public data\" ;\n ui:parts ( \n :OrgClassifier \n :OrganizationNameField\n :OrgSwitch\n :homePageURIField ) .\n\n:OrgClassifier a ui:Classifier; \n ui:label \"Type\"@en;\n ui:category solid:InterestingOrganization .\n\n:OrgSwitch a ui:Options; \n ui:dependingOn rdf:type;\n ui:case\n [ ui:for schema:Corporation; ui:use :CorporationForm ],\n [ ui:for schema:GovernmentOrganization; ui:use :GovernmentOrganizationForm ],\n [ ui:for schema:PerformingGroup; ui:use :PerformingGroupForm ],\n [ ui:for schema:Project; ui:use :ProjectForm ],\n [ ui:for schema:NGO; ui:use :NGOForm ],\n [ ui:for schema:EducationalOrganization; ui:use :EducationalOrganizationForm ],\n [ ui:for schema:ResearchOrganization; ui:use :ResearchOrganizationForm ],\n [ ui:for schema:SportsOrganization; ui:use :SportsOrganizationForm ].\n\n:OrganizationNameField a ui:SingleLineTextField ;\n ui:label \"Name\";\n ui:maxLength \"200\" ;\n ui:property schema:name .\n\n:homePageURIField a ui:NamedNodeURIField;\n ui:label \"Homepage\"@en;\n ui:property schema:uri .\n\n# Ontology data to drive the :OrgClassifier classifier\nsolid:InterestingOrganization owl:disjointUnionOf (\n # Airline - a Corporation\n # Consortium - a Corporation or a NGO\n schema:Corporation\n schema:EducationalOrganization\n schema:ResearchOrganization # Proposed. https://github.com/schemaorg/schemaorg/issues/2877\n # FundingScheme - eh?\n schema:GovernmentOrganization\n # LibrarySystem\n # LocalBusiness - Corporation\n # MedicalOrganization - a Corporation or a NGO\n schema:NGO\n # NewsMediaOrganization - a Corporation or a NGO\n schema:PerformingGroup # a band\n schema:Project # like Solid\n schema:SportsOrganization) .\n\n# This until the schema.org ontology adopts it\nschema:ResearchOrganization a rdfs:Class; \n rdfs:label \"Research Organization\"@en, \"Organization de Recherche\"@fr ,\"organizaci\xF3n de investigaci\xF3n\"@es, \n \"\u0645\u0646\u0638\u0645\u0629 \u0627\u0644\u0628\u062D\u062B\"@ar, \"\u0905\u0928\u0941\u0938\u0902\u0927\u093E\u0928 \u0938\u0902\u0917\u0920\u0928\"@hi, \"Forschungsorganisation\"@de, \"shirika la utafiti\"@sw .\n\n##### Depending on the type of org, chose a different form\n\n#### Corporation\n:CorporationForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :CorporationAutocomplete ) .\n\n :CorporationAutocomplete a ui:AutocompleteField; \n ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q6881511>; # Enterprise\n ui:property solid:publicId; \n ui:dataSource :WikidataInstancesByName.\n\n :WikidataInstancesByName a ui:DataSource ;\n schema:name \"Wikidata instances by name\";\n ui:endpoint \"https://query.wikidata.org/sparql\" ;\n ui:searchByNameQuery \"\"\"SELECT ?subject ?name\n WHERE {\n ?klass wdt:P279* $(targetClass) .\n ?subject wdt:P31 ?klass .\n ?subject rdfs:label ?name.\n FILTER regex(?name, \"$(name)\", \"i\")\n } LIMIT $(limit) \"\"\" ;\n\n # Note this form of the query is very experimental\n ui:searchByName [ ui:construct { ?subject schema:name ?name } ;\n ui:where { ?klass wdt:P279 ?targetClass .\n ?subject wdt:P31 ?klass; rdfs:label ?name .\n };\n ].\n\n#### Gouvernment\n:GovernmentOrganizationForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :GovernmentOrganizationAutocomplete ) .\n\n :GovernmentOrganizationAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q327333>; # GovernmentOrganization\n ui:property solid:publicId; \n ui:dataSource :WikidataInstancesByName.\n\n#### Educational\n:EducationalOrganizationForm a ui:Group; \n ui:weight 1; \n ui:parts ( \n :EducationalOrganizationAutocomplete ) .\n\n :EducationalOrganizationAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q2385804>; # EducationalOrganization\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### Research Group\n:ResearchOrganizationForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :ResearchOrganizationAutocomplete ) .\n\n :ResearchOrganizationAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q31855>; # research institute\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### NGO\n:NGOForm a ui:Group; ui:weight 0; \n ui:parts ( \n :NGOAutocomplete ) .\n\n :NGOAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q163740>; # Non-profit org\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### Performing group\n:PerformingGroupForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :PerformingGroupAutocomplete ) .\n\n :PerformingGroupAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q32178211>; # Music Org\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### Project\n:ProjectForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :ProjectAutocomplete ) . # :ProjectAutocomplete - no: supress, as not in WD\n\n :ProjectAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q170584>; # Project\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### Sports Organization\n :SportsOrganizationForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :SportsOrganizationAutocomplete ) .\n\n :SportsOrganizationAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q4438121>; # SportsOrganization\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#################### Skills\n\n:SkillsHeading a ui:Heading; \n ui:contents \"Add your skills\" .\n\n:SkillsForm a ui:Multiple;\n ui:label \"skill\";\n ui:property schema:skills;\n ui:ordered false; # Allow reader to order skills\n ui:part :SkillForm.\n\n:SkillForm a ui:Group; ui:weight 1; ui:parts ( :escoSkillField ).\n\n :escoSkillField a ui:AutocompleteField;\n ui:label \"Find in skills catalog\";\n ui:property solid:publicId;\n ui:dataSource :ESCO_Skill_DataSource;\n ui:targetClass schema:Skill .\n\n :ESCO_Skill_DataSource a ui:DataSource;\n schema:name \"ESCO skill\";\n ui:targetClass esco:Skill ;\n schema:logo <https://ec.europa.eu/esco/portal/static_resource2/images/logo/logo_en.gif>;\n ui:searchByNameURI \"https://ec.europa.eu/esco/api/search?language=$(language)&limit=$(limit)&type=skill&text=$(name)\".\n\n#################### Languages\n\n:LanguagesHeading a ui:Heading; ui:contents \"Add your languages\" .\n\n:LanguagesForm a ui:Multiple;\n ui:label \"language\";\n ui:property schema:knowsLanguage; \n ui:ordered true; # Allow user to order languages most important first.\n ui:part :LanguageForm.\n\n:LanguageForm a ui:Group; ui:weight 1; ui:parts ( :WikidataLanguageField ).\n\n :WikidataLanguageField a ui:AutocompleteField;\n ui:label \"Language\";\n ui:property solid:publicId; \n ui:dataSource :WikidataLanguageDataSource;\n ui:targetClass schema:Language .\n\n :WikidataLanguageDataSource\n schema:name \"Find in wikidata\";\n ui:endpoint \"https://query.wikidata.org/sparql\" ;\n ui:objectURIBase <https://www.w3.org/ns/iana/language-code/>;\n # Add this to any literal string returned as ?subject\n ui:searchByNameQuery \"\"\"SELECT ?item ?subject ?name\n WHERE\n { ?item wdt:P305 ?subject .\n OPTIONAL {?item rdfs:label ?name}\n OPTIONAL {?item wdt:P1705 ?name}\n FILTER regex(?name, \"$(name)\", \"i\")\n FILTER regex(?subject, \"^..$\", \"i\")\n }\"\"\" .\n # Note we restrict code to two-letter codes with the second regex, so as to limit the deluge of languages\n # Hope there are not any important ones which have three-letter codes.\n # Omitted: SERVICE wikibase:label { bd:serviceParam wikibase:language \"$(languages)\". }";
11
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
12
+ const resumeForm = "@prefix os: <http://www.w3.org/2000/10/swap/os#> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix owl: <http://www.w3.org/2002/07/owl#>.\n@prefix solid: <http://www.w3.org/ns/solid/terms#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix schema: <http://schema.org/>.\n@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.\n@prefix org: <http://www.w3.org/ns/org#>.\n@prefix esco: <http://data.europa.eu/esco/model#>.\n@prefix wd: <http://www.wikidata.org/entity/>.\n@prefix wdt: <http://www.wikidata.org/prop/direct/>.\n@prefix l: <https://www.w3.org/ns/iana/language-code/>.\n\n@prefix : <#>.\n\n:this\n <http://purl.org/dc/elements/1.1/title> \"Resume form\" ;\n a ui:Form ;\n ui:parts (\n :CVGroup\n :SkillsHeading :SkillsForm\n :LanguagesHeading :LanguagesForm\n ).\n\n# Curriculum Vitae: membership of organizations\n\n:CVGroup a ui:Group; \n ui:weight 1; \n ui:parts ( \n :ResumeHeading \n :involvementWithOrganizationsForm \n ).\n\n:ResumeHeading a ui:Heading; \n ui:contents \"Add your work experience\" .\n\n:involvementWithOrganizationsForm a ui:Multiple;\n ui:label \"work experience\";\n ui:property org:member; \n ui:reverse true; # link back from role to member\n ui:ordered false; # Allow user to order CV secions rather than force date order? No.\n ui:part :RoleMembershipForm.\n\norg:member owl:inverse [ ui:label \"Work experience\" ]. # timelimited involvement\n\n# This is a big important form for one of a series of roles in the list.\n\n:RoleMembershipForm a ui:Group; \n ui:weight 3; \n ui:parts ( \n :MembershipFormHeading\n :RoleClassifier \n :roleNameField\n :escoOccupationField \n :orgField \n :RoleDatesForm \n :RoleDescriptionForm).\n\n:MembershipFormHeading a ui:Heading; \n ui:contents \"Details of the role\"@en, \"D\xE9tailes de ce r\xF4le\"@fr .\n\n:roleNameField a ui:SingleLineTextField;\n ui:label \"Job title\";\n ui:property vcard:role .\n\n:escoOccupationField a ui:AutocompleteField;\n ui:label \"Find in occupation catalog\";\n ui:property org:role;\n ui:dataSource :ESCO_Occupation_DataSource;\n ui:targetClass schema:Occupation .\n\n :ESCO_Occupation_DataSource a ui:DataSource;\n schema:name \"ESCO\";\n ui:targetClass schema:Occupation ;\n schema:logo <https://ec.europa.eu/esco/portal/static_resource2/images/logo/logo_en.gif>;\n ui:searchByNameURI \"https://ec.europa.eu/esco/api/search?language=$(language)&type=occupation&text=$(name)\".\n\n:orgField a ui:Choice; \n ui:label \"For organization\"@en, \"Pour l'organisation\"@fr;\n ui:canMintNew true; \n ui:use :OrganizationCreationForm ;\n ui:property org:organization;\n ui:from vcard:Organization .\n\nvcard:Organization ui:creationForm :OrganizationCreationForm .\n\n###### eposodes in one's career - Roles\n\n:RoleClassifier a ui:Classifier; \n ui:label \"Job type\"@en;\n ui:category solid:Role .\n\n:RoleDatesForm a ui:Options; \n ui:dependingOn rdf:type; \n ui:case\n [ ui:for solid:PastRole; ui:use :TwoDateForm ],\n [ ui:for solid:CurrentRole; ui:use :StartDateForm ],\n [ ui:for solid:FutureRole; ui:use :StartDateForm ].\n\n :TwoDateForm a ui:Group; \n ui:weight 0; \n ui:parts ( :StartDateForm :EndDateForm ) .\n :StartDateForm a ui:DateField; \n ui:label \"Start\"@en,\"D\xE9but\"@fr;\n ui:property schema:startDate .\n :EndDateForm a ui:DateField; \n ui:label \"End\"@en,\"Fin\"@fr;\n ui:property schema:endDate .\n\nsolid:Role a rdfs:Class;\n owl:disjointUnionOf ( solid:PastRole solid:CurrentRole solid:FutureRole ) ;\n owl:oneOf ( solid:CurrentRole solid:PastRole solid:FutureRole ). # Future Role too?\n\nsolid:PastRole a rdfs:Class; rdfs:label \"Former role\"@en, \"Ancien r\xF4le\"@fr, \"Vergangene Rolle\"@de, \"Rol anterior\"@es .\nsolid:CurrentRole a rdfs:Class; rdfs:label \"Current role\"@en, \"R\xF4le actuel\"@fr, \"Momentane Rolle\"@de , \"Rol actual\"@es .\nsolid:FutureRole a rdfs:Class; rdfs:label \"Future role\"@en, \"R\xF4le \xE0 venir\"@fr, \"Zuk\xFCnftige Rolle\"@de, \"Rol futuro\"@es .\n\n:RoleDescriptionForm a ui:MultiLineTextField; \n ui:property schema:description;\n ui:label \"Describe your role\" .\n\n###### Organizations\n\n:OrganizationCreationForm a ui:Form; \n schema:name \"Form for editing an organization using public data\" ;\n ui:parts ( \n :OrgClassifier \n :OrganizationNameField\n :OrgSwitch\n :homePageURIField ) .\n\n:OrgClassifier a ui:Classifier; \n ui:label \"Type\"@en;\n ui:category solid:InterestingOrganization .\n\n:OrgSwitch a ui:Options; \n ui:dependingOn rdf:type;\n ui:case\n [ ui:for schema:Corporation; ui:use :CorporationForm ],\n [ ui:for schema:GovernmentOrganization; ui:use :GovernmentOrganizationForm ],\n [ ui:for schema:PerformingGroup; ui:use :PerformingGroupForm ],\n [ ui:for schema:Project; ui:use :ProjectForm ],\n [ ui:for schema:NGO; ui:use :NGOForm ],\n [ ui:for schema:EducationalOrganization; ui:use :EducationalOrganizationForm ],\n [ ui:for schema:ResearchOrganization; ui:use :ResearchOrganizationForm ],\n [ ui:for schema:SportsOrganization; ui:use :SportsOrganizationForm ].\n\n:OrganizationNameField a ui:SingleLineTextField ;\n ui:label \"Name\";\n ui:maxLength \"200\" ;\n ui:property schema:name .\n\n:homePageURIField a ui:NamedNodeURIField;\n ui:label \"Homepage\"@en;\n ui:property schema:uri .\n\n# Ontology data to drive the :OrgClassifier classifier\nsolid:InterestingOrganization owl:disjointUnionOf (\n # Airline - a Corporation\n # Consortium - a Corporation or a NGO\n schema:Corporation\n schema:EducationalOrganization\n schema:ResearchOrganization # Proposed. https://github.com/schemaorg/schemaorg/issues/2877\n # FundingScheme - eh?\n schema:GovernmentOrganization\n # LibrarySystem\n # LocalBusiness - Corporation\n # MedicalOrganization - a Corporation or a NGO\n schema:NGO\n # NewsMediaOrganization - a Corporation or a NGO\n schema:PerformingGroup # a band\n schema:Project # like Solid\n schema:SportsOrganization) .\n\n# This until the schema.org ontology adopts it\nschema:ResearchOrganization a rdfs:Class; \n rdfs:label \"Research Organization\"@en, \"Organization de Recherche\"@fr ,\"organizaci\xF3n de investigaci\xF3n\"@es, \n \"\u0645\u0646\u0638\u0645\u0629 \u0627\u0644\u0628\u062D\u062B\"@ar, \"\u0905\u0928\u0941\u0938\u0902\u0927\u093E\u0928 \u0938\u0902\u0917\u0920\u0928\"@hi, \"Forschungsorganisation\"@de, \"shirika la utafiti\"@sw .\n\n##### Depending on the type of org, chose a different form\n\n#### Corporation\n:CorporationForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :CorporationAutocomplete ) .\n\n :CorporationAutocomplete a ui:AutocompleteField; \n ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q6881511>; # Enterprise\n ui:property solid:publicId; \n ui:dataSource :WikidataInstancesByName.\n\n :WikidataInstancesByName a ui:DataSource ;\n schema:name \"Wikidata instances by name\";\n ui:endpoint \"https://query.wikidata.org/sparql\" ;\n ui:searchByNameQuery \"\"\"SELECT ?subject ?name\n WHERE {\n ?klass wdt:P279* $(targetClass) .\n ?subject wdt:P31 ?klass .\n ?subject rdfs:label ?name.\n FILTER regex(?name, \"$(name)\", \"i\")\n } LIMIT $(limit) \"\"\" ;\n\n # Note this form of the query is very experimental\n ui:searchByName [ ui:construct { ?subject schema:name ?name } ;\n ui:where { ?klass wdt:P279 ?targetClass .\n ?subject wdt:P31 ?klass; rdfs:label ?name .\n };\n ].\n\n#### Gouvernment\n:GovernmentOrganizationForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :GovernmentOrganizationAutocomplete ) .\n\n :GovernmentOrganizationAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q327333>; # GovernmentOrganization\n ui:property solid:publicId; \n ui:dataSource :WikidataInstancesByName.\n\n#### Educational\n:EducationalOrganizationForm a ui:Group; \n ui:weight 1; \n ui:parts ( \n :EducationalOrganizationAutocomplete ) .\n\n :EducationalOrganizationAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q2385804>; # EducationalOrganization\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### Research Group\n:ResearchOrganizationForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :ResearchOrganizationAutocomplete ) .\n\n :ResearchOrganizationAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q31855>; # research institute\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### NGO\n:NGOForm a ui:Group; ui:weight 0; \n ui:parts ( \n :NGOAutocomplete ) .\n\n :NGOAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q163740>; # Non-profit org\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### Performing group\n:PerformingGroupForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :PerformingGroupAutocomplete ) .\n\n :PerformingGroupAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q32178211>; # Music Org\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### Project\n:ProjectForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :ProjectAutocomplete ) . # :ProjectAutocomplete - no: supress, as not in WD\n\n :ProjectAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q170584>; # Project\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#### Sports Organization\n :SportsOrganizationForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :SportsOrganizationAutocomplete ) .\n\n :SportsOrganizationAutocomplete\n a ui:AutocompleteField; ui:label \"Find in wikidata\";\n ui:targetClass <http://www.wikidata.org/entity/Q4438121>; # SportsOrganization\n ui:property solid:publicId; ui:dataSource :WikidataInstancesByName.\n\n#################### Skills\n\n:SkillsHeading a ui:Heading; \n ui:contents \"Add your skills\" .\n\n:SkillsForm a ui:Multiple;\n ui:label \"skill\";\n ui:property schema:skills;\n ui:ordered false; # Allow reader to order skills\n ui:part :SkillForm.\n\n:SkillForm a ui:Group; ui:weight 1; ui:parts ( :escoSkillField ).\n\n :escoSkillField a ui:AutocompleteField;\n ui:label \"Find in skills catalog\";\n ui:property solid:publicId;\n ui:dataSource :ESCO_Skill_DataSource;\n ui:targetClass schema:Skill .\n\n :ESCO_Skill_DataSource a ui:DataSource;\n schema:name \"ESCO skill\";\n ui:targetClass esco:Skill ;\n schema:logo <https://ec.europa.eu/esco/portal/static_resource2/images/logo/logo_en.gif>;\n ui:searchByNameURI \"https://ec.europa.eu/esco/api/search?language=$(language)&limit=$(limit)&type=skill&text=$(name)\".\n\n#################### Languages\n\n:LanguagesHeading a ui:Heading; ui:contents \"Add your languages\" .\n\n:LanguagesForm a ui:Multiple;\n ui:label \"language\";\n ui:property schema:knowsLanguage; \n ui:ordered true; # Allow user to order languages most important first.\n ui:part :LanguageForm.\n\n:LanguageForm a ui:Group; ui:weight 1; ui:parts ( :WikidataLanguageField ).\n\n :WikidataLanguageField a ui:AutocompleteField;\n ui:label \"Language\";\n ui:property solid:publicId; \n ui:dataSource :WikidataLanguageDataSource;\n ui:targetClass schema:Language .\n\n :WikidataLanguageDataSource\n schema:name \"Find in wikidata\";\n ui:endpoint \"https://query.wikidata.org/sparql\" ;\n ui:objectURIBase <https://www.w3.org/ns/iana/language-code/>;\n # Add this to any literal string returned as ?subject\n ui:searchByNameQuery \"\"\"SELECT ?item ?subject ?name\n WHERE\n { ?item wdt:P305 ?subject .\n OPTIONAL {?item rdfs:label ?name}\n OPTIONAL {?item wdt:P1705 ?name}\n FILTER regex(?name, \"$(name)\", \"i\")\n FILTER regex(?subject, \"^..$\", \"i\")\n }\"\"\" .\n # Note we restrict code to two-letter codes with the second regex, so as to limit the deluge of languages\n # Hope there are not any important ones which have three-letter codes.\n # Omitted: SERVICE wikibase:label { bd:serviceParam wikibase:language \"$(languages)\". }";
12
13
  const resumeFormName = 'resumeForm.ttl'; // The name of the form file
13
14
 
14
15
  function EditCVSection(context, me, editableProfile, store) {
@@ -1,6 +1,6 @@
1
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
1
2
  import { DataBrowserContext } from 'pane-registry';
2
3
  import { NamedNode } from 'rdflib';
3
4
  import '../styles/editProfile.css';
4
- import '../styles/profileRDFFormsEnforced.css';
5
5
  export declare function EditProfileCommunitiesSection(context: DataBrowserContext, me: NamedNode, editableProfile: NamedNode | null): HTMLElement;
6
6
  //# sourceMappingURL=EditCommunitiesCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditCommunitiesCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditCommunitiesCard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAIlC,OAAO,2BAA2B,CAAA;AAClC,OAAO,uCAAuC,CAAA;AAS9C,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,eAoF1H"}
1
+ {"version":3,"file":"EditCommunitiesCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditCommunitiesCard.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAIlC,OAAO,2BAA2B,CAAA;AASlC,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,eAoF1H"}
@@ -8,10 +8,11 @@ var _solidUi = require("solid-ui");
8
8
  var _texts = require("../texts");
9
9
  var _solidLogic = require("solid-logic");
10
10
  require("../styles/editProfile.css");
11
- require("../styles/profileRDFFormsEnforced.css");
12
11
  var _buttonsHelper = require("../buttonsHelper");
13
12
  var _addMeToYourFriends = require("../addMeToYourFriends");
14
13
  var _editProfilePresenter = require("./editProfilePresenter");
14
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
15
+
15
16
  const GREEN_PLUS = _solidUi.icons.iconBase + 'noun_34653_green.svg';
16
17
  function EditProfileCommunitiesSection(context, me, editableProfile) {
17
18
  const section = context.dom.createElement('section');
@@ -1,3 +1,4 @@
1
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
1
2
  import { DataBrowserContext } from 'pane-registry';
2
3
  import { NamedNode } from 'rdflib';
3
4
  export declare function EditContactsSection(context: DataBrowserContext, me: NamedNode): HTMLElement;
@@ -1 +1 @@
1
- {"version":3,"file":"EditContactsCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditContactsCard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAGlC,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,GAAG,WAAW,CAiB3F"}
1
+ {"version":3,"file":"EditContactsCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditContactsCard.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAGlC,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,GAAG,WAAW,CAiB3F"}
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.EditContactsSection = EditContactsSection;
7
7
  var _texts = require("../texts");
8
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
9
+
8
10
  function EditContactsSection(context, me) {
9
11
  const section = context.dom.createElement('section');
10
12
  section.setAttribute('aria-labelledby', 'edit-profile-contact-heading');
@@ -1,6 +1,6 @@
1
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
1
2
  import { DataBrowserContext } from 'pane-registry';
2
3
  import { NamedNode } from 'rdflib';
3
- import '../styles/profileRDFFormsEnforced.css';
4
4
  import '../styles/editProfile.css';
5
5
  export declare function EditFriendsSection(context: DataBrowserContext, me: NamedNode, editableProfile: NamedNode | null): HTMLElement;
6
6
  //# sourceMappingURL=EditFriendsCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditFriendsCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditFriendsCard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAIlC,OAAO,uCAAuC,CAAA;AAC9C,OAAO,2BAA2B,CAAA;AASlC,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,eAqF/G"}
1
+ {"version":3,"file":"EditFriendsCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditFriendsCard.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAIlC,OAAO,2BAA2B,CAAA;AASlC,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,eAqF/G"}
@@ -7,11 +7,12 @@ exports.EditFriendsSection = EditFriendsSection;
7
7
  var _solidUi = require("solid-ui");
8
8
  var _texts = require("../texts");
9
9
  var _addMeToYourFriends = require("../addMeToYourFriends");
10
- require("../styles/profileRDFFormsEnforced.css");
11
10
  require("../styles/editProfile.css");
12
11
  var _solidLogic = require("solid-logic");
13
12
  var _buttonsHelper = require("../buttonsHelper");
14
13
  var _editProfilePresenter = require("./editProfilePresenter");
14
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
15
+
15
16
  const GREEN_PLUS = _solidUi.icons.iconBase + 'noun_34653_green.svg';
16
17
  function EditFriendsSection(context, me, editableProfile) {
17
18
  const section = context.dom.createElement('section');
@@ -1,3 +1,4 @@
1
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
1
2
  import { DataBrowserContext } from 'pane-registry';
2
3
  import { NamedNode, Store } from 'rdflib';
3
4
  export declare function EditOtherPreferencesSection(context: DataBrowserContext, me: NamedNode, editableProfile: NamedNode | null, store: Store): HTMLElement;
@@ -1 +1 @@
1
- {"version":3,"file":"EditOtherPreferences.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditOtherPreferences.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,KAAK,EAAC,MAAM,QAAQ,CAAA;AAOxC,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,EAAE,KAAK,EAAE,KAAK,eAoBtI"}
1
+ {"version":3,"file":"EditOtherPreferences.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditOtherPreferences.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,KAAK,EAAC,MAAM,QAAQ,CAAA;AAOxC,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,EAAE,KAAK,EAAE,KAAK,eAoBtI"}
@@ -8,6 +8,7 @@ var _rdfFormsHelper = _interopRequireDefault(require("../rdfFormsHelper"));
8
8
  var _texts = require("../texts");
9
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
10
  /* babel-plugin-inline-import '../ontology/otherPreferencesForm.ttl' */
11
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
11
12
  const otherPreferencesForm = "@prefix os: <http://www.w3.org/2000/10/swap/os#> .\n@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n\n@prefix owl: <http://www.w3.org/2002/07/owl#>.\n@prefix solid: <http://www.w3.org/ns/solid/terms#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix schema: <http://schema.org/>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.\n@prefix wd: <http://www.wikidata.org/entity/>.\n@prefix wdt: <http://www.wikidata.org/prop/direct/>.\n\n@prefix : <#>.\n\n\n:this\n <http://purl.org/dc/elements/1.1/title> \"Other preferences form\" ;\n a ui:Form ;\n ui:parts (\n :styleGroup\n ).\n\n:styleGroup a ui:Group; ui:weight 0; \n ui:parts ( :styleHeading :backgroundColor :highlightColor ).\n\n:styleHeading a ui:Heading; ui:contents \"The style of your public profile\".\n\n:backgroundColor a ui:ColorField; ui:property solid:profileBackgroundColor;\n ui:label \"Background color\"; ui:default \"#ffffff\".\n:highlightColor a ui:ColorField; ui:property solid:profileHighlightColor;\n ui:label \"Highlight color\"; ui:default \"#000000\".";
12
13
  const otherPreferencesFormName = 'otherPreferencesForm.ttl'; // The name of the form file
13
14
 
@@ -1,3 +1,4 @@
1
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
1
2
  /**
2
3
  * Profile Editing App Pane
3
4
  *
@@ -9,7 +10,6 @@
9
10
  */
10
11
  import { PaneDefinition } from 'pane-registry';
11
12
  import '../styles/utilities.css';
12
- import '../styles/profileRDFFormsEnforced.css';
13
13
  declare const editProfileView: PaneDefinition;
14
14
  export default editProfileView;
15
15
  //# sourceMappingURL=EditProfileView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditProfileView.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditProfileView.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAO9C,OAAO,yBAAyB,CAAA;AAChC,OAAO,uCAAuC,CAAA;AAK9C,QAAA,MAAM,eAAe,EAAE,cAuGtB,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"EditProfileView.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditProfileView.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF;;;;;;;;GAQG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAO9C,OAAO,yBAAyB,CAAA;AAKhC,QAAA,MAAM,eAAe,EAAE,cAuGtB,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -10,10 +10,10 @@ var _EditFriendsCard = require("./EditFriendsCard");
10
10
  var _EditSocialCard = require("./EditSocialCard");
11
11
  var _EditCommunitiesCard = require("./EditCommunitiesCard");
12
12
  require("../styles/utilities.css");
13
- require("../styles/profileRDFFormsEnforced.css");
14
13
  var _EditCVCard = require("./EditCVCard");
15
14
  var _EditOtherPreferences = require("./EditOtherPreferences");
16
15
  var _rdfFormsHelper = require("../rdfFormsHelper");
16
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
17
17
  /**
18
18
  * Profile Editing App Pane
19
19
  *
@@ -1,3 +1,4 @@
1
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
1
2
  import { DataBrowserContext } from 'pane-registry';
2
3
  import { NamedNode, Store } from 'rdflib';
3
4
  export declare function EditSocialSection(context: DataBrowserContext, me: NamedNode, editableProfile: NamedNode | null, store: Store): HTMLElement;
@@ -1 +1 @@
1
- {"version":3,"file":"EditSocialCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditSocialCard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,KAAK,EAAC,MAAM,QAAQ,CAAA;AAOxC,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,EAAE,KAAK,EAAE,KAAK,eA2B5H"}
1
+ {"version":3,"file":"EditSocialCard.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/EditSocialCard.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,SAAS,EAAE,KAAK,EAAC,MAAM,QAAQ,CAAA;AAOxC,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,EAAE,KAAK,EAAE,KAAK,eA2B5H"}
@@ -8,7 +8,8 @@ var _rdfFormsHelper = _interopRequireDefault(require("../rdfFormsHelper"));
8
8
  var _texts = require("../texts");
9
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
10
  /* babel-plugin-inline-import '../ontology/socialMedia.ttl' */
11
- const socialMediaForm = "@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix owl: <http://www.w3.org/2002/07/owl#>.\n@prefix solid: <http://www.w3.org/ns/solid/terms#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix schema: <http://schema.org/>.\n@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.\n@prefix org: <http://www.w3.org/ns/org#>.\n@prefix : <#>.\n\n########### ATTENTION - we cannot rename this ontology file name without migrating existing data on existing accounts\n\n########### Social Media - other accounts\n#\n# Twitter, linked In, Orkid, Mastodon, Matrix, Bluesky, Instagram, Facebook, Github,\n# Snapchat, TikTok, etc\n\n:this\n <http://purl.org/dc/elements/1.1/title> \"Social media form\" ;\n a ui:Form ;\n ui:parts (\n :SocialsForm\n ).\n\n:SocialsForm a ui:Multiple;\n ui:label \"online account\";\n ui:property foaf:account; # the triple is created with the foaf:acccounts predicate\n ui:ordered true; # Allow user to order occounts most important first.\n ui:part :AccountsForm.\n\n:AccountsForm a ui:Group; \n ui:weight 1; \n ui:parts ( \n :AccountField \n :AccountIdField ).\n\n:AccountField a ui:Classifier; \n ui:label \"Account\"@en;\n ui:multiple false ; \n ui:category foaf:Account. # the accounts are described by the foaf:Account predicate\n\n# this is what is needed to make a dropdown box\nfoaf:Account a rdfs:Class;\n rdfs:label \"Online Account Provider\";\n owl:disjointUnionOf ( \n :BlueSkyAccount :DiggAccount :FacebookAccount :GithubAccount :InstagramAccount\n :LinkedInAccount :MastodonAccount :MatrixAccount :MediumAccount :NostrAccount \n :OrcidAccount :PinterestAccount :RedditAccount :SnapchatAccount :StravaAccount \n :TiktokAccount :TumblrAccount :TwitterAccount :OtherAccount) .\n\n:AccountIdField a ui:Options; \n ui:dependingOn rdf:type; \n ui:case\n [ ui:for :BlueSkyAccount; ui:use :BlueSkyIdField ],\n [ ui:for :DiggAccount; ui:use :DiggIdField],\n [ ui:for :FacebookAccount; ui:use :FacebookIdField ],\n [ ui:for :GithubAccount; ui:use :GithubIdField ],\n [ ui:for :InstagramAccount; ui:use :InstagramIdField ],\n [ ui:for :LinkedInAccount; ui:use :LinkedInIdField ],\n [ ui:for :MastodonAccount; ui:use :MastodonIdField ],\n [ ui:for :MatrixAccount; ui:use :MatrixIdField ],\n [ ui:for :MediumAccount; ui:use :MediumIdField ],\n [ ui:for :NostrAccount; ui:use :NostrIdField ],\n [ ui:for :OrcidAccount; ui:use :OrcidIdField ],\n [ ui:for :PinterestAccount; ui:use :PinterestIdField ],\n [ ui:for :RedditAccount; ui:use :RedditIdField ],\n [ ui:for :StravaAccount; ui:use :StravaIdField ],\n [ ui:for :SnapchatAccount; ui:use :SnapchatIdField ],\n [ ui:for :TiktokAccount; ui:use :TiktokIdField ],\n [ ui:for :TumblrAccount; ui:use :TumblrIdField ],\n [ ui:for :TwitterAccount; ui:use :TwitterIdField ],\n [ ui:for :OtherAccount; ui:use :OtherIdForm ] .\n\n:BlueSkyAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Bluesky\";\n foaf:userProfilePrefix \"https://bsky.app/profile/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/bluesky-1.svg>;\n foaf:homepage <https://bsky.app/> .\n\n:DiggAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Digg\";\n foaf:userProfilePrefix \"https://www.digg.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/digg-icon.svg>;\n foaf:homepage <https://www.digg.com/> .\n\n:FacebookAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Facebook\";\n foaf:userProfilePrefix \"https://www.facebook.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/facebook-2020-2-1.svg>;\n foaf:homepage <https://www.facebook.com/> .\n\n:GithubAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Github\";\n foaf:userProfilePrefix \"https://www.github.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/github-icon.svg>;\n foaf:homepage <https://github.com/> .\n\n:InstagramAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Instagram\";\n foaf:userProfilePrefix \"https://www.instagram.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/instagram-2016-5.svg>;\n foaf:homepage <https://www.instagram.com/> .\n\n:LinkedInAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"LinkedIn\";\n foaf:userProfilePrefix \"https://www.linkedin.com/in/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/linkedin-icon.svg>;\n foaf:homepage <https://linkedin.com/> .\n\n:MastodonAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Mastodon\" ;\n foaf:userProfilePrefix \"https://mastodon.social/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/mastodon-2.svg>;\n foaf:homepage <https://joinmastodon.org/> .\n\n:MatrixAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Matrix\" ;\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/matrix-logo-black.svg> ;\n foaf:userProfilePrefix \"https://matrix.to/#/\" ;\n foaf:homepage <https://matrix.org/> .\n\n:MediumAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Medium\";\n foaf:userProfilePrefix \"https://medium.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/medium-logo-wordmark-black.svg>;\n foaf:homepage <https://medium.com/> .\n\n:NostrAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Nostr\";\n foaf:userProfilePrefix \"https://primal.net/p/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/nostr-icon-purple-on-white.svg>;\n foaf:homepage <https://nostr.net/> .\n\n:OrcidAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"ORCiD\";\n foaf:userProfilePrefix \"https://orcid.org/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/ORCID-1.svg>;\n foaf:homepage <https://orcid.org/> .\n\n:PinterestAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Pinterest\";\n foaf:userProfilePrefix \"https://pin.it/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/pinterest-2-1.svg>;\n foaf:homepage <https://pinterest.com/> .\n\n:RedditAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Reddit\";\n foaf:userProfilePrefix \"https://www.reddit.com/user/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/reddit-4.svg>;\n foaf:homepage <https://reddit.com/> .\n\n:SnapchatAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Snapchat\";\n foaf:userProfilePrefix \"https://www.snapchat.com/add/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/snapchat-1.svg>;\n foaf:homepage <https://www.snapchat.com/> .\n\n:StravaAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Strava\";\n foaf:userProfilePrefix \"https://www.strava.com/athletes/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/strava-2.svg>;\n foaf:homepage <https://strava.com/> .\n\n:TiktokAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"TikTok\";\n foaf:userProfilePrefix \"https://www.tiktok.com/@\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/tiktok-icon-2.svg>;\n foaf:homepage <https://www.tiktok.com/> .\n\n:TumblrAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Tumblr\";\n foaf:userProfilePrefix \"https://www.tumblr.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/tumblr-icon.svg>;\n foaf:homepage <https://www.tumblr.com/> .\n\n:TwitterAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"X\";\n foaf:userProfilePrefix \"https://x.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/x-2.svg>;\n foaf:homepage <https://x.com/> .\n\n:OtherAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Other\" ;\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/noun_1689339.svg> .\n\n:BlueSkyIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-](.[a-z0-9A-Z_-])*\".\n\n:DiggIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-](.[a-z0-9A-Z_-])*\".\n\n:FacebookIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:GithubIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:InstagramIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:LinkedInIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:MastodonIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:MatrixIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:MediumIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:NostrIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:OrcidIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:PinterestIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:RedditIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:StravaIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:SnapchatIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:TiktokIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:TumblrIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:TwitterIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n# an unknown online account needs more info\n\n:OtherIdForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :OtherIdField \n :OtherIconField \n :OtherLabelField ).\n\n:OtherIdField\n a ui:NamedNodeURIField ;\n ui:label \"Account link\";\n ui:maxLength \"200\" ;\n ui:property foaf:homepage.\n\n:OtherIconField\n a ui:NamedNodeURIField ;\n ui:label \"Icon link\";\n ui:maxLength \"200\" ;\n ui:property foaf:icon.\n\n:OtherLabelField\n a ui:SingleLineTextField ;\n ui:label \"Name\";\n ui:maxLength \"200\" ;\n ui:property rdfs:label.\n\n# ends\n";
11
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
12
+ const socialMediaForm = "@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix owl: <http://www.w3.org/2002/07/owl#>.\n@prefix solid: <http://www.w3.org/ns/solid/terms#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix schema: <http://schema.org/>.\n@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.\n@prefix org: <http://www.w3.org/ns/org#>.\n@prefix : <#>.\n\n########### ATTENTION - we cannot rename this ontology file name without migrating existing data on existing accounts\n\n########### Social Media - other accounts\n#\n# Twitter, linked In, Orkid, Mastodon, Matrix, Bluesky, Instagram, Facebook, Github,\n# Snapchat, TikTok, etc\n#\n# NOTE: Temporary icon strategy.\n# We currently use URNs like <urn:profile-pane:icon:<key>> for bundled local icons.\n# These icons are planned to move to a dedicated icons project in the future.\n\n:this\n <http://purl.org/dc/elements/1.1/title> \"Social media form\" ;\n a ui:Form ;\n ui:parts (\n :SocialsForm\n ).\n\n:SocialsForm a ui:Multiple;\n ui:label \"online account\";\n ui:property foaf:account; # the triple is created with the foaf:acccounts predicate\n ui:ordered true; # Allow user to order occounts most important first.\n ui:part :AccountsForm.\n\n:AccountsForm a ui:Group; \n ui:weight 1; \n ui:parts ( \n :AccountField \n :AccountIdField ).\n\n:AccountField a ui:Classifier; \n ui:label \"Account\"@en;\n ui:multiple false ; \n ui:category foaf:Account. # the accounts are described by the foaf:Account predicate\n\n# this is what is needed to make a dropdown box\nfoaf:Account a rdfs:Class;\n rdfs:label \"Online Account Provider\";\n owl:disjointUnionOf ( \n :BlueSkyAccount :DribbleAccount :DiggAccount :DiscordAccount :FacebookAccount :GithubAccount :InstagramAccount\n :LinkedInAccount :MastodonAccount :MatrixAccount :MediumAccount :NostrAccount \n :OrcidAccount :PinterestAccount :RedditAccount :SharechatAccount :SnapchatAccount :SpotifyAccount :StravaAccount \n :TelegramAccount :TiktokAccount :TumblrAccount :TwitterAccount :WhatsAppAccount :YouTubeAccount :OtherAccount) .\n\n:AccountIdField a ui:Options; \n ui:dependingOn rdf:type; \n ui:case\n [ ui:for :BlueSkyAccount; ui:use :BlueSkyIdField ],\n [ ui:for :DribbleAccount; ui:use :DribbleIdField ],\n [ ui:for :DiggAccount; ui:use :DiggIdField],\n [ ui:for :FacebookAccount; ui:use :FacebookIdField ],\n [ ui:for :DiscordAccount; ui:use :DiscordIdField ],\n [ ui:for :GithubAccount; ui:use :GithubIdField ],\n [ ui:for :InstagramAccount; ui:use :InstagramIdField ],\n [ ui:for :LinkedInAccount; ui:use :LinkedInIdField ],\n [ ui:for :MastodonAccount; ui:use :MastodonIdField ],\n [ ui:for :MatrixAccount; ui:use :MatrixIdField ],\n [ ui:for :MediumAccount; ui:use :MediumIdField ],\n [ ui:for :NostrAccount; ui:use :NostrIdField ],\n [ ui:for :OrcidAccount; ui:use :OrcidIdField ],\n [ ui:for :PinterestAccount; ui:use :PinterestIdField ],\n [ ui:for :RedditAccount; ui:use :RedditIdField ],\n [ ui:for :StravaAccount; ui:use :StravaIdField ],\n [ ui:for :SharechatAccount; ui:use :SharechatIdField ],\n [ ui:for :SnapchatAccount; ui:use :SnapchatIdField ],\n [ ui:for :SpotifyAccount; ui:use :SpotifyIdField ],\n [ ui:for :TelegramAccount; ui:use :TelegramIdField ],\n [ ui:for :TiktokAccount; ui:use :TiktokIdField ],\n [ ui:for :TumblrAccount; ui:use :TumblrIdField ],\n [ ui:for :TwitterAccount; ui:use :TwitterIdField ],\n [ ui:for :WhatsAppAccount; ui:use :WhatsAppIdField ],\n [ ui:for :YouTubeAccount; ui:use :YouTubeIdField ],\n [ ui:for :OtherAccount; ui:use :OtherIdForm ] .\n\n:BlueSkyAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Bluesky\";\n foaf:userProfilePrefix \"https://bsky.app/profile/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/bluesky-1.svg>;\n foaf:homepage <https://bsky.app/> .\n\n:DribbleAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Dribble\";\n foaf:userProfilePrefix \"https://dribbble.com/\";\n foaf:icon <urn:profile-pane:icon:dribbble>;\n foaf:homepage <https://dribbble.com/> .\n\n\n:DiscordAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Discord\";\n foaf:userProfilePrefix \"https://discord.com/users/\";\n foaf:icon <urn:profile-pane:icon:discord>;\n foaf:homepage <https://discord.com/> .\n\n:DiggAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Digg\";\n foaf:userProfilePrefix \"https://www.digg.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/digg-icon.svg>;\n foaf:homepage <https://www.digg.com/> .\n\n:FacebookAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Facebook\";\n foaf:userProfilePrefix \"https://www.facebook.com/\";\n foaf:icon <urn:profile-pane:icon:facebook>;\n foaf:homepage <https://www.facebook.com/> .\n\n:GithubAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Github\";\n foaf:userProfilePrefix \"https://www.github.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/github-icon.svg>;\n foaf:homepage <https://github.com/> .\n\n:InstagramAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Instagram\";\n foaf:userProfilePrefix \"https://www.instagram.com/\";\n foaf:icon <urn:profile-pane:icon:instagram>;\n foaf:homepage <https://www.instagram.com/> .\n\n:LinkedInAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"LinkedIn\";\n foaf:userProfilePrefix \"https://www.linkedin.com/in/\";\n foaf:icon <urn:profile-pane:icon:linkedin>;\n foaf:homepage <https://linkedin.com/> .\n\n:MastodonAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Mastodon\" ;\n foaf:userProfilePrefix \"https://mastodon.social/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/mastodon-2.svg>;\n foaf:homepage <https://joinmastodon.org/> .\n\n:MatrixAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Matrix\" ;\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/matrix-logo-black.svg> ;\n foaf:userProfilePrefix \"https://matrix.to/#/\" ;\n foaf:homepage <https://matrix.org/> .\n\n:MediumAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Medium\";\n foaf:userProfilePrefix \"https://medium.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/medium-logo-wordmark-black.svg>;\n foaf:homepage <https://medium.com/> .\n\n:NostrAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Nostr\";\n foaf:userProfilePrefix \"https://primal.net/p/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/nostr-icon-purple-on-white.svg>;\n foaf:homepage <https://nostr.net/> .\n\n:OrcidAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"ORCiD\";\n foaf:userProfilePrefix \"https://orcid.org/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/ORCID-1.svg>;\n foaf:homepage <https://orcid.org/> .\n\n:PinterestAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Pinterest\";\n foaf:userProfilePrefix \"https://pin.it/\";\n foaf:icon <urn:profile-pane:icon:pinterest>;\n foaf:homepage <https://pinterest.com/> .\n\n:RedditAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Reddit\";\n foaf:userProfilePrefix \"https://www.reddit.com/user/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/reddit-4.svg>;\n foaf:homepage <https://reddit.com/> .\n\n:SharechatAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"ShareChat\";\n foaf:userProfilePrefix \"https://www.sharechat.com/user/\";\n foaf:icon <urn:profile-pane:icon:sharechat>;\n foaf:homepage <https://sharechat.com/> .\n\n:SnapchatAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Snapchat\";\n foaf:userProfilePrefix \"https://www.snapchat.com/add/\";\n foaf:icon <urn:profile-pane:icon:snapchat>;\n foaf:homepage <https://www.snapchat.com/> .\n\n:SpotifyAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Spotify\";\n foaf:userProfilePrefix \"https://www.spotify.com/user/\";\n foaf:icon <urn:profile-pane:icon:spotify>;\n foaf:homepage <https://www.spotify.com/> .\n\n:StravaAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Strava\";\n foaf:userProfilePrefix \"https://www.strava.com/athletes/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/strava-2.svg>;\n foaf:homepage <https://strava.com/> .\n\n:TelegramAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Telegram\";\n foaf:userProfilePrefix \"https://t.me/\";\n foaf:icon <urn:profile-pane:icon:telegram>;\n foaf:homepage <https://telegram.org/> .\n\n:TiktokAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"TikTok\";\n foaf:userProfilePrefix \"https://www.tiktok.com/@\";\n foaf:icon <urn:profile-pane:icon:tiktok>;\n foaf:homepage <https://www.tiktok.com/> .\n\n:TumblrAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Tumblr\";\n foaf:userProfilePrefix \"https://www.tumblr.com/\";\n foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/tumblr-icon.svg>;\n foaf:homepage <https://www.tumblr.com/> .\n\n:TwitterAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"X\";\n foaf:userProfilePrefix \"https://x.com/\";\n foaf:icon <urn:profile-pane:icon:x>;\n foaf:homepage <https://x.com/> .\n\n:WhatsAppAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"WhatsApp\";\n foaf:userProfilePrefix \"https://wa.me/\";\n foaf:icon <urn:profile-pane:icon:whatsapp>;\n foaf:homepage <https://www.whatsapp.com/> .\n\n:YouTubeAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"YouTube\";\n foaf:userProfilePrefix \"https://www.youtube.com/\";\n foaf:icon <urn:profile-pane:icon:youtube>;\n foaf:homepage <https://www.youtube.com/> .\n\n:OtherAccount rdfs:subClassOf foaf:Account ;\n rdfs:label \"Other\" ;\n foaf:icon <urn:profile-pane:starIcon> .\n\n:BlueSkyIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-](.[a-z0-9A-Z_-])*\".\n\n:DiggIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-](.[a-z0-9A-Z_-])*\".\n\n:FacebookIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:DiscordIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:DribbleIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:GithubIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:InstagramIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:LinkedInIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:MastodonIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:MatrixIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:MediumIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:NostrIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*(.[a-z0-9A-Z_-])*\".\n\n:OrcidIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:PinterestIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:RedditIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:StravaIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"[a-z0-9A-Z_-]*\".\n\n:SnapchatIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:SpotifyIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:TelegramIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:TiktokIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:TumblrIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:TwitterIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:WhatsAppIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n:YouTubeIdField\n a ui:SingleLineTextField ;\n ui:label \"Username\";\n ui:maxLength \"200\" ;\n ui:property foaf:accountName ; \n ui:pattern \"@[a-z0-9A-Z_-]*\".\n\n# an unknown online account needs more info\n\n:OtherIdForm a ui:Group; \n ui:weight 0; \n ui:parts ( \n :OtherIdField \n :OtherIconField \n :OtherLabelField ).\n\n:OtherIdField\n a ui:NamedNodeURIField ;\n ui:label \"Account link\";\n ui:maxLength \"200\" ;\n ui:property foaf:homepage.\n\n:OtherIconField\n a ui:NamedNodeURIField ;\n ui:label \"Icon link\";\n ui:maxLength \"200\" ;\n ui:property foaf:icon.\n\n:OtherLabelField\n a ui:SingleLineTextField ;\n ui:label \"Name\";\n ui:maxLength \"200\" ;\n ui:property rdfs:label.\n\n# ends\n";
12
13
  const socialMediaFormName = 'socialMedia.ttl'; // The name of the form file
13
14
 
14
15
  function EditSocialSection(context, me, editableProfile, store) {
@@ -1,3 +1,4 @@
1
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
1
2
  import { NamedNode } from 'rdflib';
2
3
  export declare function refresh(dom: Document, attachmentTable: HTMLTableElement, me: NamedNode, editableProfile: NamedNode | null, predicate: NamedNode): void;
3
4
  export declare function isAWebID(subject: NamedNode): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"editProfilePresenter.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/editProfilePresenter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAO,MAAM,QAAQ,CAAA;AAMvC,wBAAgB,OAAO,CAAC,GAAG,EAAE,QAAQ,EAAE,eAAe,EAAE,gBAAgB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,EAAE,SAAS,EAAE,SAAS,QAmB/I;AAiFD,wBAAgB,QAAQ,CAAC,OAAO,EAAE,SAAS,GAAG,OAAO,CAMpD"}
1
+ {"version":3,"file":"editProfilePresenter.d.ts","sourceRoot":"","sources":["../../src/editProfilePane/editProfilePresenter.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,SAAS,EAAO,MAAM,QAAQ,CAAA;AAMvC,wBAAgB,OAAO,CAAC,GAAG,EAAE,QAAQ,EAAE,eAAe,EAAE,gBAAgB,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,GAAG,IAAI,EAAE,SAAS,EAAE,SAAS,QAmB/I;AAiFD,wBAAgB,QAAQ,CAAC,OAAO,EAAE,SAAS,GAAG,OAAO,CAMpD"}
@@ -8,6 +8,8 @@ exports.refresh = refresh;
8
8
  var _rdflib = require("rdflib");
9
9
  var _solidLogic = require("solid-logic");
10
10
  var _solidUi = require("solid-ui");
11
+ /** Project-local: currently unused component. Keep temporarily; do not add new usage. */
12
+
11
13
  const DEFAULT_ICON_URI = _solidUi.icons.iconBase + 'noun_10636_grey.svg'; // grey disc
12
14
 
13
15
  function refresh(dom, attachmentTable, me, editableProfile, predicate) {
Binary file
@@ -0,0 +1,3 @@
1
+ export declare const phoneIcon: import("lit-html").TemplateResult<1>;
2
+ export declare const emailIcon: import("lit-html").TemplateResult<1>;
3
+ //# sourceMappingURL=contactIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contactIcons.d.ts","sourceRoot":"","sources":["../../src/icons-svg/contactIcons.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,sCAWrB,CAAA;AACD,eAAO,MAAM,SAAS,sCAYnB,CAAA"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.phoneIcon = exports.emailIcon = void 0;
7
+ var _litHtml = require("lit-html");
8
+ const phoneIcon = exports.phoneIcon = (0, _litHtml.html)`
9
+ <svg xmlns="http://www.w3.org/2000/svg"
10
+ width="16"
11
+ height="16"
12
+ viewBox="0 0 16 16"
13
+ fill="none"
14
+ aria-hidden="true"
15
+ focusable="false"
16
+ >
17
+ <path d="M9.22198 11.0453C9.35967 11.1085 9.51478 11.1229 9.66178 11.0862C9.80877 11.0495 9.93887 10.9638 10.0307 10.8433L10.2673 10.5333C10.3915 10.3677 10.5526 10.2333 10.7377 10.1407C10.9228 10.0481 11.127 9.99992 11.334 9.99992H13.334C13.6876 9.99992 14.0267 10.1404 14.2768 10.3904C14.5268 10.6405 14.6673 10.9796 14.6673 11.3333V13.3333C14.6673 13.6869 14.5268 14.026 14.2768 14.2761C14.0267 14.5261 13.6876 14.6666 13.334 14.6666C10.1514 14.6666 7.09914 13.4023 4.8487 11.1519C2.59827 8.90143 1.33398 5.84918 1.33398 2.66659C1.33398 2.31296 1.47446 1.97382 1.72451 1.72378C1.97456 1.47373 2.3137 1.33325 2.66732 1.33325H4.66732C5.02094 1.33325 5.36008 1.47373 5.61013 1.72378C5.86017 1.97382 6.00065 2.31296 6.00065 2.66659V4.66659C6.00065 4.87358 5.95246 5.07773 5.85989 5.26287C5.76732 5.44801 5.63291 5.60906 5.46732 5.73325L5.15532 5.96725C5.03293 6.0607 4.94666 6.19364 4.91118 6.34349C4.87569 6.49333 4.89317 6.65084 4.96065 6.78925C5.87177 8.63983 7.37027 10.1364 9.22198 11.0453Z" stroke="#4A5565" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
18
+ </svg>
19
+ `;
20
+ const emailIcon = exports.emailIcon = (0, _litHtml.html)`
21
+ <svg xmlns="http://www.w3.org/2000/svg"
22
+ width="16"
23
+ height="16"
24
+ viewBox="0 0 16 16"
25
+ fill="none"
26
+ aria-hidden="true"
27
+ focusable="false"
28
+ >
29
+ <path d="M14.6673 4.66675L8.67332 8.48475C8.46991 8.60289 8.23888 8.66512 8.00365 8.66512C7.76843 8.66512 7.53739 8.60289 7.33398 8.48475L1.33398 4.66675" stroke="#4A5565" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
30
+ <path d="M13.334 2.66675H2.66732C1.93094 2.66675 1.33398 3.2637 1.33398 4.00008V12.0001C1.33398 12.7365 1.93094 13.3334 2.66732 13.3334H13.334C14.0704 13.3334 14.6673 12.7365 14.6673 12.0001V4.00008C14.6673 3.2637 14.0704 2.66675 13.334 2.66675Z" stroke="#4A5565" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
31
+ </svg>
32
+ `;
@@ -0,0 +1,22 @@
1
+ export declare const birthdayIcon: import("lit-html").TemplateResult<1>;
2
+ export declare const locationIcon: import("lit-html").TemplateResult<1>;
3
+ export declare const checkMarkIcon: import("lit-html").TemplateResult<1>;
4
+ export declare const plusDarkIcon: import("lit-html").TemplateResult<1>;
5
+ export declare const plusIcon: import("lit-html").TemplateResult<1>;
6
+ export declare const searchIcon: import("lit-html").TemplateResult<1>;
7
+ export declare const trashIcon: import("lit-html").TemplateResult<1>;
8
+ export declare const bentoIcon: import("lit-html").TemplateResult<1>;
9
+ export declare const starIcon: import("lit-html").TemplateResult<1>;
10
+ export declare const addIcon: import("lit-html").TemplateResult<1>;
11
+ export declare const personInCircleIcon: import("lit-html").TemplateResult<1>;
12
+ export declare const globeIcon: import("lit-html").TemplateResult<1>;
13
+ export declare const lighteningIcon: import("lit-html").TemplateResult<1>;
14
+ export declare const commentIcon: import("lit-html").TemplateResult<1>;
15
+ export declare const envelopeIcon: import("lit-html").TemplateResult<1>;
16
+ export declare const pasteIcon: import("lit-html").TemplateResult<1>;
17
+ export declare const closeIcon: import("lit-html").TemplateResult<1>;
18
+ export declare const editIcon: import("lit-html").TemplateResult<1>;
19
+ export declare const deleteIcon: import("lit-html").TemplateResult<1>;
20
+ export declare const cameraIcon: import("lit-html").TemplateResult<1>;
21
+ export declare const twoDownArrowsIcon: import("lit-html").TemplateResult<1>;
22
+ //# sourceMappingURL=profileIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"profileIcons.d.ts","sourceRoot":"","sources":["../../src/icons-svg/profileIcons.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,sCAoBxB,CAAA;AACD,eAAO,MAAM,YAAY,sCAYxB,CAAA;AACD,eAAO,MAAM,aAAa,sCAWzB,CAAA;AACD,eAAO,MAAM,YAAY,sCAYxB,CAAA;AAED,eAAO,MAAM,QAAQ,sCAkBpB,CAAA;AACD,eAAO,MAAM,UAAU,sCAYtB,CAAA;AACD,eAAO,MAAM,SAAS,sCAerB,CAAA;AACD,eAAO,MAAM,SAAS,sCAgBrB,CAAA;AACD,eAAO,MAAM,QAAQ,sCAYpB,CAAA;AACD,eAAO,MAAM,OAAO,sCAkBnB,CAAA;AACD,eAAO,MAAM,kBAAkB,sCAa9B,CAAA;AACD,eAAO,MAAM,SAAS,sCAarB,CAAA;AACD,eAAO,MAAM,cAAc,sCAiB1B,CAAA;AACD,eAAO,MAAM,WAAW,sCAWvB,CAAA;AACD,eAAO,MAAM,YAAY,sCAYxB,CAAA;AACD,eAAO,MAAM,SAAS,sCAWrB,CAAA;AAED,eAAO,MAAM,SAAS,sCAWrB,CAAA;AAED,eAAO,MAAM,QAAQ,sCAWpB,CAAA;AACD,eAAO,MAAM,UAAU,sCAYtB,CAAA;AACD,eAAO,MAAM,UAAU,sCAYtB,CAAA;AAED,eAAO,MAAM,iBAAiB,sCAY7B,CAAA"}