@pod-os/elements 0.25.3-rc.ba1a8fa.0 → 0.25.3-rc.def4131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (505) hide show
  1. package/dist/cjs/elements.cjs.js +1 -1
  2. package/dist/cjs/ion-badge_2.cjs.entry.js +92 -0
  3. package/dist/cjs/ion-badge_2.cjs.entry.js.map +1 -0
  4. package/dist/cjs/ion-card-title_6.cjs.entry.js +287 -0
  5. package/dist/cjs/ion-card-title_6.cjs.entry.js.map +1 -0
  6. package/dist/cjs/{ion-icon_31.cjs.entry.js → ion-card_34.cjs.entry.js} +129 -21
  7. package/dist/cjs/ion-card_34.cjs.entry.js.map +1 -0
  8. package/dist/cjs/loader.cjs.js +1 -1
  9. package/dist/cjs/pos-app-document-viewer.cjs.entry.js +1 -8
  10. package/dist/cjs/pos-app-document-viewer.cjs.entry.js.map +1 -1
  11. package/dist/cjs/pos-app-image-viewer.cjs.entry.js +2 -11
  12. package/dist/cjs/pos-app-image-viewer.cjs.entry.js.map +1 -1
  13. package/dist/cjs/pos-app-ldp-container.cjs.entry.js +1 -8
  14. package/dist/cjs/pos-app-ldp-container.cjs.entry.js.map +1 -1
  15. package/dist/cjs/pos-app-rdf-document.cjs.entry.js +4 -7
  16. package/dist/cjs/pos-app-rdf-document.cjs.entry.js.map +1 -1
  17. package/dist/cjs/pos-predicate.cjs.entry.js +28 -0
  18. package/dist/cjs/pos-predicate.cjs.entry.js.map +1 -0
  19. package/dist/collection/apps/pos-app-document-viewer/pos-app-document-viewer.js +2 -12
  20. package/dist/collection/apps/pos-app-document-viewer/pos-app-document-viewer.js.map +1 -1
  21. package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.js +3 -12
  22. package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.js.map +1 -1
  23. package/dist/collection/apps/pos-app-ldp-container/pos-app-ldp-container.js +2 -13
  24. package/dist/collection/apps/pos-app-ldp-container/pos-app-ldp-container.js.map +1 -1
  25. package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.css +39 -0
  26. package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.js +3 -3
  27. package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.js.map +1 -1
  28. package/dist/collection/apps/pos-app-settings/pos-app-settings.js +1 -1
  29. package/dist/collection/apps/pos-app-settings/pos-setting-offline-cache/pos-setting-offline-cache.js +1 -1
  30. package/dist/collection/components/pos-add-new-thing/pos-add-new-thing.js +1 -1
  31. package/dist/collection/components/pos-app/pos-app.js +1 -1
  32. package/dist/collection/components/pos-dialog/pos-dialog.js +1 -1
  33. package/dist/collection/components/pos-error-toast/pos-error-toast.js +1 -1
  34. package/dist/collection/components/pos-literals/pos-literals.js +1 -1
  35. package/dist/collection/components/pos-login/pos-login.js +1 -1
  36. package/dist/collection/components/pos-login-form/pos-login-form.js +1 -1
  37. package/dist/collection/components/pos-navigation-bar/pos-navigation-bar.js +1 -1
  38. package/dist/collection/components/pos-new-thing-form/pos-new-thing-form.js +1 -1
  39. package/dist/collection/components/pos-resource/pos-resource.js +2 -12
  40. package/dist/collection/components/pos-resource/pos-resource.js.map +1 -1
  41. package/dist/collection/components/pos-rich-link/pos-rich-link.js +2 -2
  42. package/dist/collection/components/pos-router/pos-router.js +1 -1
  43. package/dist/collection/components/pos-select-term/pos-select-term.js +1 -1
  44. package/dist/{esm/ion-card-content.entry.js → components/card-content.js} +26 -12
  45. package/dist/components/card-content.js.map +1 -0
  46. package/dist/{esm/ion-card-header.entry.js → components/card-header.js} +31 -13
  47. package/dist/components/card-header.js.map +1 -0
  48. package/dist/{esm/ion-card-title.entry.js → components/card-title.js} +30 -13
  49. package/dist/components/card-title.js.map +1 -0
  50. package/dist/{esm/ion-card.entry.js → components/card.js} +47 -15
  51. package/dist/components/card.js.map +1 -0
  52. package/dist/{esm/ion-col.entry.js → components/col.js} +49 -9
  53. package/dist/components/col.js.map +1 -0
  54. package/dist/{esm/ion-grid.entry.js → components/grid.js} +26 -9
  55. package/dist/components/grid.js.map +1 -0
  56. package/dist/components/ion-card-content.js +1 -40
  57. package/dist/components/ion-card-content.js.map +1 -1
  58. package/dist/components/ion-card-header.js +1 -47
  59. package/dist/components/ion-card-header.js.map +1 -1
  60. package/dist/components/ion-card-title.js +1 -44
  61. package/dist/components/ion-card-title.js.map +1 -1
  62. package/dist/components/ion-card.js +1 -95
  63. package/dist/components/ion-card.js.map +1 -1
  64. package/dist/components/ion-col.js +1 -184
  65. package/dist/components/ion-col.js.map +1 -1
  66. package/dist/components/ion-grid.js +1 -37
  67. package/dist/components/ion-grid.js.map +1 -1
  68. package/dist/components/ion-row.js +1 -30
  69. package/dist/components/ion-row.js.map +1 -1
  70. package/dist/components/pos-add-new-thing2.js +1 -1
  71. package/dist/components/pos-app-browser.js +19 -1
  72. package/dist/components/pos-app-browser.js.map +1 -1
  73. package/dist/components/pos-app-dashboard2.js +26 -2
  74. package/dist/components/pos-app-dashboard2.js.map +1 -1
  75. package/dist/components/pos-app-document-viewer.js +48 -13
  76. package/dist/components/pos-app-document-viewer.js.map +1 -1
  77. package/dist/components/pos-app-generic.js +30 -6
  78. package/dist/components/pos-app-generic.js.map +1 -1
  79. package/dist/components/pos-app-image-viewer.js +49 -16
  80. package/dist/components/pos-app-image-viewer.js.map +1 -1
  81. package/dist/components/pos-app-ldp-container.js +57 -17
  82. package/dist/components/pos-app-ldp-container.js.map +1 -1
  83. package/dist/components/pos-app-rdf-document.js +34 -13
  84. package/dist/components/pos-app-rdf-document.js.map +1 -1
  85. package/dist/components/pos-app-settings2.js +1 -1
  86. package/dist/components/pos-app2.js +1 -1
  87. package/dist/components/pos-container-contents2.js +28 -4
  88. package/dist/components/pos-container-contents2.js.map +1 -1
  89. package/dist/components/pos-dialog2.js +1 -1
  90. package/dist/components/pos-error-toast2.js +1 -1
  91. package/dist/components/pos-example-resources2.js +26 -2
  92. package/dist/components/pos-example-resources2.js.map +1 -1
  93. package/dist/components/pos-internal-router2.js +26 -2
  94. package/dist/components/pos-internal-router2.js.map +1 -1
  95. package/dist/components/pos-literals2.js +1 -1
  96. package/dist/components/pos-login-form2.js +1 -1
  97. package/dist/components/pos-login2.js +29 -5
  98. package/dist/components/pos-login2.js.map +1 -1
  99. package/dist/components/pos-make-findable2.js +26 -2
  100. package/dist/components/pos-make-findable2.js.map +1 -1
  101. package/dist/components/pos-navigation-bar2.js +29 -5
  102. package/dist/components/pos-navigation-bar2.js.map +1 -1
  103. package/dist/components/pos-new-thing-form2.js +1 -1
  104. package/dist/components/pos-relations2.js +28 -4
  105. package/dist/components/pos-relations2.js.map +1 -1
  106. package/dist/components/pos-resource2.js +28 -8
  107. package/dist/components/pos-resource2.js.map +1 -1
  108. package/dist/components/pos-reverse-relations2.js +28 -4
  109. package/dist/components/pos-reverse-relations2.js.map +1 -1
  110. package/dist/components/pos-rich-link2.js +28 -4
  111. package/dist/components/pos-rich-link2.js.map +1 -1
  112. package/dist/components/pos-router2.js +1 -1
  113. package/dist/components/pos-select-term2.js +1 -1
  114. package/dist/components/pos-setting-offline-cache2.js +1 -1
  115. package/dist/components/pos-subjects2.js +26 -2
  116. package/dist/components/pos-subjects2.js.map +1 -1
  117. package/dist/components/row.js +34 -0
  118. package/dist/components/row.js.map +1 -0
  119. package/dist/elements/elements.css +2 -2
  120. package/dist/elements/elements.esm.js +1 -1
  121. package/dist/elements/elements.esm.js.map +1 -1
  122. package/dist/elements/{p-6119b57a.entry.js → p-00c0e726.entry.js} +2 -2
  123. package/dist/elements/p-012323aa.entry.js +2 -0
  124. package/dist/elements/p-012323aa.entry.js.map +1 -0
  125. package/dist/elements/{p-307d1531.js → p-09c0b7ec.js} +2 -2
  126. package/dist/elements/{p-a421bbe5.entry.js → p-0c94ec29.entry.js} +2 -2
  127. package/dist/elements/{p-d8818bb3.entry.js → p-0cdbd05c.entry.js} +2 -2
  128. package/dist/elements/p-10bbe079.entry.js +2 -0
  129. package/dist/elements/p-10bbe079.entry.js.map +1 -0
  130. package/dist/elements/{p-e0de7c6a.entry.js → p-133e29f8.entry.js} +2 -2
  131. package/dist/elements/{p-2a548485.entry.js → p-13d85a0a.entry.js} +2 -2
  132. package/dist/elements/{p-da0d920d.js → p-17cb620a.js} +2 -2
  133. package/dist/elements/{p-66a58eb0.entry.js → p-18e5369d.entry.js} +2 -2
  134. package/dist/elements/{p-239442f9.entry.js → p-196197ab.entry.js} +2 -2
  135. package/dist/elements/{p-cbae963d.js → p-19e2dbee.js} +3 -3
  136. package/dist/elements/{p-4a370bdc.entry.js → p-1b971594.entry.js} +2 -2
  137. package/dist/elements/{p-b5f6b322.entry.js → p-1d8d3167.entry.js} +2 -2
  138. package/dist/elements/{p-d61d280b.js → p-24118aa1.js} +2 -2
  139. package/dist/elements/{p-406df11a.entry.js → p-248a0d89.entry.js} +2 -2
  140. package/dist/elements/p-2543ef78.entry.js +20 -0
  141. package/dist/elements/p-2543ef78.entry.js.map +1 -0
  142. package/dist/elements/{p-41854c8f.entry.js → p-25b5a86a.entry.js} +2 -2
  143. package/dist/elements/{p-f96384f2.entry.js → p-27a5048e.entry.js} +2 -2
  144. package/dist/elements/{p-dc709055.entry.js → p-2bb537fb.entry.js} +2 -2
  145. package/dist/elements/{p-250d4bf1.entry.js → p-2cce9f72.entry.js} +2 -2
  146. package/dist/elements/p-2d89b617.entry.js +2 -0
  147. package/dist/elements/{p-71835d6f.entry.js.map → p-2d89b617.entry.js.map} +1 -1
  148. package/dist/elements/p-2e13f1ea.entry.js +2 -0
  149. package/dist/elements/{p-05fff093.entry.js.map → p-2e13f1ea.entry.js.map} +1 -1
  150. package/dist/elements/{p-59ec8b76.entry.js → p-2e2753e7.entry.js} +2 -2
  151. package/dist/elements/{p-061819d1.js → p-3856e0a0.js} +6 -6
  152. package/dist/elements/{p-f50c3045.entry.js → p-3bc60b5c.entry.js} +2 -2
  153. package/dist/elements/{p-6cc9961e.entry.js → p-3bf6d7b8.entry.js} +2 -2
  154. package/dist/elements/{p-87c81685.entry.js → p-428e79f5.entry.js} +2 -2
  155. package/dist/elements/{p-07d2bd5a.entry.js → p-43d3f9dd.entry.js} +2 -2
  156. package/dist/elements/p-489909a3.entry.js +2 -0
  157. package/dist/elements/{p-01981011.entry.js.map → p-489909a3.entry.js.map} +1 -1
  158. package/dist/elements/p-4a049a02.entry.js +2 -0
  159. package/dist/elements/p-57740997.entry.js +2 -0
  160. package/dist/elements/{p-300ec095.entry.js → p-58ad0789.entry.js} +3 -3
  161. package/dist/elements/p-5d1eb685.entry.js +2 -0
  162. package/dist/elements/{p-facc0ac5.entry.js.map → p-5d1eb685.entry.js.map} +1 -1
  163. package/dist/elements/{p-41bb9792.entry.js → p-609cf34b.entry.js} +2 -2
  164. package/dist/elements/{p-c698ab8e.entry.js → p-616c23ad.entry.js} +2 -2
  165. package/dist/elements/{p-c186950b.entry.js → p-6183b212.entry.js} +2 -2
  166. package/dist/elements/p-686bf509.entry.js +2 -0
  167. package/dist/elements/{p-5441ae35.entry.js.map → p-686bf509.entry.js.map} +1 -1
  168. package/dist/elements/{p-09d80405.entry.js → p-68fa0553.entry.js} +2 -2
  169. package/dist/elements/{p-f4035b4a.entry.js → p-6bc1057e.entry.js} +2 -2
  170. package/dist/elements/{p-e8268c7a.entry.js → p-7105c21a.entry.js} +2 -2
  171. package/dist/elements/{p-c9604122.entry.js → p-73331353.entry.js} +2 -2
  172. package/dist/elements/{p-49fcec88.entry.js → p-77f496ea.entry.js} +2 -2
  173. package/dist/elements/p-780ee959.entry.js +2 -0
  174. package/dist/elements/{p-7190d53c.entry.js → p-7bef9b1b.entry.js} +2 -2
  175. package/dist/elements/{p-b64a85bf.entry.js → p-849fec0f.entry.js} +2 -2
  176. package/dist/elements/{p-552a9992.entry.js → p-8a61526b.entry.js} +2 -2
  177. package/dist/elements/{p-4dd65d40.entry.js → p-8c1eba2d.entry.js} +2 -2
  178. package/dist/elements/{p-2f0509be.entry.js → p-8e747572.entry.js} +2 -2
  179. package/dist/elements/{p-4c078751.entry.js → p-91fccb8b.entry.js} +2 -2
  180. package/dist/elements/p-93dc5bee.entry.js +2 -0
  181. package/dist/elements/{p-95161a5d.entry.js.map → p-93dc5bee.entry.js.map} +1 -1
  182. package/dist/elements/p-968b8bef.entry.js +2 -0
  183. package/dist/elements/p-968b8bef.entry.js.map +1 -0
  184. package/dist/elements/{p-0017dc14.entry.js → p-983da5af.entry.js} +2 -2
  185. package/dist/elements/{p-8f6d1cbe.entry.js → p-9a3d973e.entry.js} +2 -2
  186. package/dist/elements/p-a03499f7.js +5 -0
  187. package/dist/elements/{p-25926b66.entry.js → p-a3726198.entry.js} +2 -2
  188. package/dist/elements/p-a41edaa5.entry.js +2 -0
  189. package/dist/elements/{p-bdea20c4.entry.js.map → p-a41edaa5.entry.js.map} +1 -1
  190. package/dist/elements/{p-8b209e66.entry.js → p-a9478dc1.entry.js} +2 -2
  191. package/dist/elements/{p-66973c59.entry.js → p-aca8e982.entry.js} +2 -2
  192. package/dist/elements/{p-d358565a.entry.js → p-acf6cab4.entry.js} +2 -2
  193. package/dist/elements/{p-42169e41.js → p-ad32e711.js} +2 -2
  194. package/dist/elements/{p-a376351f.entry.js → p-ad55e9ab.entry.js} +2 -2
  195. package/dist/elements/p-b3117c79.entry.js +2 -0
  196. package/dist/elements/p-b3117c79.entry.js.map +1 -0
  197. package/dist/elements/{p-4383e1bb.entry.js → p-b58ed3d9.entry.js} +2 -2
  198. package/dist/elements/{p-5bf40440.entry.js → p-b8363813.entry.js} +2 -2
  199. package/dist/elements/{p-c350af00.entry.js → p-b90da7d9.entry.js} +2 -2
  200. package/dist/elements/{p-bc675b21.entry.js → p-bf16fe9d.entry.js} +2 -2
  201. package/dist/elements/p-c0ad1e98.entry.js +2 -0
  202. package/dist/elements/{p-c01a4a79.entry.js.map → p-c0ad1e98.entry.js.map} +1 -1
  203. package/dist/elements/{p-266d2934.entry.js → p-c13052f5.entry.js} +2 -2
  204. package/dist/elements/{p-dadb557e.entry.js → p-c19ba914.entry.js} +2 -2
  205. package/dist/elements/p-c21dcd46.entry.js +2 -0
  206. package/dist/elements/{p-cb550d04.entry.js.map → p-c21dcd46.entry.js.map} +1 -1
  207. package/dist/elements/{p-e78cf007.entry.js → p-c34f0243.entry.js} +2 -2
  208. package/dist/elements/p-c6c9f7e0.entry.js +2 -0
  209. package/dist/elements/{p-d08312dd.entry.js.map → p-c6c9f7e0.entry.js.map} +1 -1
  210. package/dist/elements/p-c992243d.entry.js +2 -0
  211. package/dist/elements/{p-a06d93c7.entry.js.map → p-c992243d.entry.js.map} +1 -1
  212. package/dist/elements/{p-734e5a97.js → p-cdb96cf2.js} +2 -2
  213. package/dist/elements/{p-a08f0446.entry.js → p-d03f5902.entry.js} +2 -2
  214. package/dist/elements/p-d0fad707.entry.js +2 -0
  215. package/dist/elements/p-d0fad707.entry.js.map +1 -0
  216. package/dist/elements/{p-a6c03ce8.js → p-d164af48.js} +2 -2
  217. package/dist/elements/{p-627826b0.entry.js → p-d3e26e17.entry.js} +2 -2
  218. package/dist/elements/{p-72a9cbdc.entry.js → p-d7c83052.entry.js} +2 -2
  219. package/dist/elements/{p-b9dcf3b2.js → p-dc0cae0c.js} +2 -2
  220. package/dist/elements/{p-f67bba50.js → p-dd97c7d1.js} +3 -3
  221. package/dist/elements/{p-f40b3ec6.entry.js → p-de2c14be.entry.js} +2 -2
  222. package/dist/elements/p-e5ce5615.entry.js +5 -0
  223. package/dist/elements/p-e5ce5615.entry.js.map +1 -0
  224. package/dist/elements/{p-a507d627.entry.js → p-e7a69dd3.entry.js} +2 -2
  225. package/dist/elements/{p-ffa8c481.entry.js → p-ef4ffce6.entry.js} +2 -2
  226. package/dist/elements/{p-d6394ee4.entry.js → p-ef87f5dd.entry.js} +3 -3
  227. package/dist/elements/p-f0d9cf91.js +2 -0
  228. package/dist/elements/{p-1fc8e557.js → p-f1a6f6f2.js} +2 -2
  229. package/dist/elements/p-f74b9191.entry.js +2 -0
  230. package/dist/elements/{p-fa0be1d8.entry.js.map → p-f74b9191.entry.js.map} +1 -1
  231. package/dist/elements/{p-645632a8.entry.js → p-f9b993ab.entry.js} +2 -2
  232. package/dist/elements/{p-b8bd7745.entry.js → p-fa63a2cc.entry.js} +2 -2
  233. package/dist/elements/{p-0b4204e3.entry.js → p-fb766a59.entry.js} +2 -2
  234. package/dist/elements/{p-fa19a3e9.entry.js → p-fd4ecbf1.entry.js} +2 -2
  235. package/dist/elements/p-fe4821db.entry.js +2 -0
  236. package/dist/elements/p-fe4821db.entry.js.map +1 -0
  237. package/dist/esm/{BrokenFile-d387a173.js → BrokenFile-f46cbf25.js} +2 -2
  238. package/dist/esm/{BrokenFile-d387a173.js.map → BrokenFile-f46cbf25.js.map} +1 -1
  239. package/dist/esm/{app-globals-f420d326.js → app-globals-04af85f0.js} +2 -2
  240. package/dist/esm/{app-globals-f420d326.js.map → app-globals-04af85f0.js.map} +1 -1
  241. package/dist/esm/elements.js +5 -5
  242. package/dist/esm/{hardware-back-button-12e771ad.js → hardware-back-button-41efa076.js} +3 -3
  243. package/dist/esm/{hardware-back-button-12e771ad.js.map → hardware-back-button-41efa076.js.map} +1 -1
  244. package/dist/esm/{index-9725d917.js → index-4fdc2561.js} +2 -2
  245. package/dist/esm/{index-9725d917.js.map → index-4fdc2561.js.map} +1 -1
  246. package/dist/esm/{index-7462d21e.js → index-a753fbce.js} +4 -4
  247. package/dist/esm/{index-7462d21e.js.map → index-a753fbce.js.map} +1 -1
  248. package/dist/esm/{index-ccbcf170.js → index-e268d85c.js} +3 -3
  249. package/dist/esm/{index-ccbcf170.js.map → index-e268d85c.js.map} +1 -1
  250. package/dist/esm/ion-accordion-group.entry.js +2 -2
  251. package/dist/esm/ion-accordion.entry.js +2 -2
  252. package/dist/esm/ion-action-sheet_3.entry.js +4 -4
  253. package/dist/esm/ion-app.entry.js +5 -5
  254. package/dist/esm/ion-avatar.entry.js +2 -2
  255. package/dist/esm/ion-back-button.entry.js +2 -2
  256. package/dist/esm/ion-backdrop.entry.js +2 -2
  257. package/dist/esm/ion-badge_2.entry.js +87 -0
  258. package/dist/esm/ion-badge_2.entry.js.map +1 -0
  259. package/dist/esm/ion-breadcrumb.entry.js +2 -2
  260. package/dist/esm/ion-breadcrumbs.entry.js +2 -2
  261. package/dist/esm/ion-button_4.entry.js +2 -2
  262. package/dist/esm/ion-card-subtitle.entry.js +2 -2
  263. package/dist/esm/ion-card-title_6.entry.js +278 -0
  264. package/dist/esm/ion-card-title_6.entry.js.map +1 -0
  265. package/dist/esm/{ion-icon_31.entry.js → ion-card_34.entry.js} +134 -29
  266. package/dist/esm/ion-card_34.entry.js.map +1 -0
  267. package/dist/esm/ion-checkbox_7.entry.js +2 -2
  268. package/dist/esm/ion-chip.entry.js +2 -2
  269. package/dist/esm/ion-content.entry.js +2 -2
  270. package/dist/esm/ion-datetime-button.entry.js +2 -2
  271. package/dist/esm/ion-datetime.entry.js +2 -2
  272. package/dist/esm/ion-fab-button.entry.js +2 -2
  273. package/dist/esm/ion-fab-list.entry.js +2 -2
  274. package/dist/esm/ion-fab.entry.js +2 -2
  275. package/dist/esm/ion-footer.entry.js +2 -2
  276. package/dist/esm/ion-header.entry.js +2 -2
  277. package/dist/esm/ion-img.entry.js +2 -2
  278. package/dist/esm/ion-infinite-scroll-content.entry.js +2 -2
  279. package/dist/esm/ion-infinite-scroll.entry.js +2 -2
  280. package/dist/esm/ion-input.entry.js +2 -2
  281. package/dist/esm/ion-item-divider.entry.js +2 -2
  282. package/dist/esm/ion-item-group.entry.js +2 -2
  283. package/dist/esm/ion-item-option.entry.js +2 -2
  284. package/dist/esm/ion-item-options.entry.js +2 -2
  285. package/dist/esm/ion-item-sliding.entry.js +2 -2
  286. package/dist/esm/ion-loading.entry.js +4 -4
  287. package/dist/esm/ion-menu-button.entry.js +5 -5
  288. package/dist/esm/ion-menu-toggle.entry.js +5 -5
  289. package/dist/esm/ion-menu.entry.js +5 -5
  290. package/dist/esm/ion-modal.entry.js +5 -5
  291. package/dist/esm/ion-nav-link.entry.js +1 -1
  292. package/dist/esm/ion-nav.entry.js +3 -3
  293. package/dist/esm/ion-note.entry.js +2 -2
  294. package/dist/esm/ion-picker-column.entry.js +2 -2
  295. package/dist/esm/ion-picker.entry.js +4 -4
  296. package/dist/esm/ion-popover.entry.js +5 -5
  297. package/dist/esm/ion-range.entry.js +2 -2
  298. package/dist/esm/ion-refresher-content.entry.js +3 -3
  299. package/dist/esm/ion-refresher.entry.js +3 -3
  300. package/dist/esm/ion-reorder-group.entry.js +2 -2
  301. package/dist/esm/ion-reorder.entry.js +2 -2
  302. package/dist/esm/ion-route-redirect.entry.js +1 -1
  303. package/dist/esm/ion-route.entry.js +1 -1
  304. package/dist/esm/ion-router-link.entry.js +2 -2
  305. package/dist/esm/ion-router-outlet.entry.js +3 -3
  306. package/dist/esm/ion-router.entry.js +1 -1
  307. package/dist/esm/ion-segment-button.entry.js +2 -2
  308. package/dist/esm/ion-segment.entry.js +2 -2
  309. package/dist/esm/ion-select-option.entry.js +2 -2
  310. package/dist/esm/ion-select.entry.js +4 -4
  311. package/dist/esm/ion-spinner.entry.js +2 -2
  312. package/dist/esm/ion-split-pane.entry.js +2 -2
  313. package/dist/esm/ion-tab-bar.entry.js +2 -2
  314. package/dist/esm/ion-tab-button.entry.js +2 -2
  315. package/dist/esm/ion-tab.entry.js +1 -1
  316. package/dist/esm/ion-tabs.entry.js +1 -1
  317. package/dist/esm/ion-text.entry.js +2 -2
  318. package/dist/esm/ion-textarea.entry.js +2 -2
  319. package/dist/esm/ion-thumbnail.entry.js +2 -2
  320. package/dist/esm/ion-title.entry.js +2 -2
  321. package/dist/esm/ion-toggle.entry.js +2 -2
  322. package/dist/esm/ion-toolbar.entry.js +2 -2
  323. package/dist/esm/{ionic-global-07f989af.js → ionic-global-df0a32a5.js} +2 -2
  324. package/dist/esm/{ionic-global-07f989af.js.map → ionic-global-df0a32a5.js.map} +1 -1
  325. package/dist/esm/{ios.transition-02b5b74a.js → ios.transition-42a569f1.js} +3 -3
  326. package/dist/esm/{ios.transition-02b5b74a.js.map → ios.transition-42a569f1.js.map} +1 -1
  327. package/dist/esm/loader.js +5 -5
  328. package/dist/esm/{md.transition-0e6cf607.js → md.transition-646de6a5.js} +3 -3
  329. package/dist/esm/{md.transition-0e6cf607.js.map → md.transition-646de6a5.js.map} +1 -1
  330. package/dist/esm/{menu-toggle-util-6257f7b5.js → menu-toggle-util-8d0172e3.js} +2 -2
  331. package/dist/esm/{menu-toggle-util-6257f7b5.js.map → menu-toggle-util-8d0172e3.js.map} +1 -1
  332. package/dist/esm/{overlays-ef03d5bd.js → overlays-4b3bb757.js} +3 -3
  333. package/dist/esm/{overlays-ef03d5bd.js.map → overlays-4b3bb757.js.map} +1 -1
  334. package/dist/esm/pos-app-document-viewer.entry.js +2 -9
  335. package/dist/esm/pos-app-document-viewer.entry.js.map +1 -1
  336. package/dist/esm/pos-app-generic.entry.js +1 -1
  337. package/dist/esm/pos-app-image-viewer.entry.js +3 -12
  338. package/dist/esm/pos-app-image-viewer.entry.js.map +1 -1
  339. package/dist/esm/pos-app-ldp-container.entry.js +2 -9
  340. package/dist/esm/pos-app-ldp-container.entry.js.map +1 -1
  341. package/dist/esm/pos-app-rdf-document.entry.js +5 -8
  342. package/dist/esm/pos-app-rdf-document.entry.js.map +1 -1
  343. package/dist/esm/pos-container-contents.entry.js +1 -1
  344. package/dist/esm/pos-container-item.entry.js +1 -1
  345. package/dist/esm/pos-document.entry.js +2 -2
  346. package/dist/esm/pos-predicate.entry.js +24 -0
  347. package/dist/esm/pos-predicate.entry.js.map +1 -0
  348. package/dist/esm/pos-relations_2.entry.js +1 -1
  349. package/dist/esm/pos-subjects.entry.js +1 -1
  350. package/dist/esm/pos-value.entry.js +1 -1
  351. package/dist/esm/{refresher.utils-d191622d.js → refresher.utils-0e6b5f97.js} +2 -2
  352. package/dist/esm/{refresher.utils-d191622d.js.map → refresher.utils-0e6b5f97.js.map} +1 -1
  353. package/dist/esm/{status-tap-cdf580e7.js → status-tap-e90a7a0d.js} +2 -2
  354. package/dist/esm/{status-tap-cdf580e7.js.map → status-tap-e90a7a0d.js.map} +1 -1
  355. package/package.json +1 -1
  356. package/dist/cjs/ion-badge_5.cjs.entry.js +0 -187
  357. package/dist/cjs/ion-badge_5.cjs.entry.js.map +0 -1
  358. package/dist/cjs/ion-card-content.cjs.entry.js +0 -34
  359. package/dist/cjs/ion-card-content.cjs.entry.js.map +0 -1
  360. package/dist/cjs/ion-card-header.cjs.entry.js +0 -37
  361. package/dist/cjs/ion-card-header.cjs.entry.js.map +0 -1
  362. package/dist/cjs/ion-card-title.cjs.entry.js +0 -35
  363. package/dist/cjs/ion-card-title.cjs.entry.js.map +0 -1
  364. package/dist/cjs/ion-card.cjs.entry.js +0 -71
  365. package/dist/cjs/ion-card.cjs.entry.js.map +0 -1
  366. package/dist/cjs/ion-col.cjs.entry.js +0 -152
  367. package/dist/cjs/ion-col.cjs.entry.js.map +0 -1
  368. package/dist/cjs/ion-grid.cjs.entry.js +0 -28
  369. package/dist/cjs/ion-grid.cjs.entry.js.map +0 -1
  370. package/dist/cjs/ion-icon_31.cjs.entry.js.map +0 -1
  371. package/dist/cjs/ion-row.cjs.entry.js +0 -23
  372. package/dist/cjs/ion-row.cjs.entry.js.map +0 -1
  373. package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.css +0 -3
  374. package/dist/collection/apps/styles/article-card.css +0 -19
  375. package/dist/collection/apps/styles/default-app-layout.css +0 -28
  376. package/dist/collection/components/pos-resource/pos-resource.css +0 -11
  377. package/dist/elements/p-01981011.entry.js +0 -2
  378. package/dist/elements/p-05fff093.entry.js +0 -2
  379. package/dist/elements/p-07773ed5.entry.js +0 -2
  380. package/dist/elements/p-07773ed5.entry.js.map +0 -1
  381. package/dist/elements/p-0ddcbecd.entry.js +0 -2
  382. package/dist/elements/p-0ddcbecd.entry.js.map +0 -1
  383. package/dist/elements/p-0f7379bc.entry.js +0 -2
  384. package/dist/elements/p-0f7379bc.entry.js.map +0 -1
  385. package/dist/elements/p-1b2d32c1.entry.js +0 -2
  386. package/dist/elements/p-1b2d32c1.entry.js.map +0 -1
  387. package/dist/elements/p-3e6ffc13.entry.js +0 -5
  388. package/dist/elements/p-3e6ffc13.entry.js.map +0 -1
  389. package/dist/elements/p-4ccdbcbf.entry.js +0 -2
  390. package/dist/elements/p-4ccdbcbf.entry.js.map +0 -1
  391. package/dist/elements/p-523432d1.js +0 -2
  392. package/dist/elements/p-5441ae35.entry.js +0 -2
  393. package/dist/elements/p-71835d6f.entry.js +0 -2
  394. package/dist/elements/p-7183a9ca.entry.js +0 -2
  395. package/dist/elements/p-7183a9ca.entry.js.map +0 -1
  396. package/dist/elements/p-7e8b8df1.entry.js +0 -2
  397. package/dist/elements/p-7e8b8df1.entry.js.map +0 -1
  398. package/dist/elements/p-7f53778f.entry.js +0 -2
  399. package/dist/elements/p-8e8881a8.entry.js +0 -2
  400. package/dist/elements/p-8e8881a8.entry.js.map +0 -1
  401. package/dist/elements/p-95161a5d.entry.js +0 -2
  402. package/dist/elements/p-952a9fd6.entry.js +0 -20
  403. package/dist/elements/p-952a9fd6.entry.js.map +0 -1
  404. package/dist/elements/p-9a4bf79e.entry.js +0 -2
  405. package/dist/elements/p-9a4bf79e.entry.js.map +0 -1
  406. package/dist/elements/p-a06d93c7.entry.js +0 -2
  407. package/dist/elements/p-a13569cf.entry.js +0 -2
  408. package/dist/elements/p-a37a2712.js +0 -5
  409. package/dist/elements/p-a45b1964.entry.js +0 -2
  410. package/dist/elements/p-a45b1964.entry.js.map +0 -1
  411. package/dist/elements/p-ae984107.entry.js +0 -2
  412. package/dist/elements/p-ae984107.entry.js.map +0 -1
  413. package/dist/elements/p-bca341ba.entry.js +0 -2
  414. package/dist/elements/p-bdea20c4.entry.js +0 -2
  415. package/dist/elements/p-c01a4a79.entry.js +0 -2
  416. package/dist/elements/p-cb550d04.entry.js +0 -2
  417. package/dist/elements/p-d08312dd.entry.js +0 -2
  418. package/dist/elements/p-fa0be1d8.entry.js +0 -2
  419. package/dist/elements/p-facc0ac5.entry.js +0 -2
  420. package/dist/esm/ion-badge_5.entry.js +0 -179
  421. package/dist/esm/ion-badge_5.entry.js.map +0 -1
  422. package/dist/esm/ion-card-content.entry.js.map +0 -1
  423. package/dist/esm/ion-card-header.entry.js.map +0 -1
  424. package/dist/esm/ion-card-title.entry.js.map +0 -1
  425. package/dist/esm/ion-card.entry.js.map +0 -1
  426. package/dist/esm/ion-col.entry.js.map +0 -1
  427. package/dist/esm/ion-grid.entry.js.map +0 -1
  428. package/dist/esm/ion-icon_31.entry.js.map +0 -1
  429. package/dist/esm/ion-row.entry.js +0 -19
  430. package/dist/esm/ion-row.entry.js.map +0 -1
  431. /package/dist/elements/{p-6119b57a.entry.js.map → p-00c0e726.entry.js.map} +0 -0
  432. /package/dist/elements/{p-307d1531.js.map → p-09c0b7ec.js.map} +0 -0
  433. /package/dist/elements/{p-a421bbe5.entry.js.map → p-0c94ec29.entry.js.map} +0 -0
  434. /package/dist/elements/{p-d8818bb3.entry.js.map → p-0cdbd05c.entry.js.map} +0 -0
  435. /package/dist/elements/{p-e0de7c6a.entry.js.map → p-133e29f8.entry.js.map} +0 -0
  436. /package/dist/elements/{p-2a548485.entry.js.map → p-13d85a0a.entry.js.map} +0 -0
  437. /package/dist/elements/{p-da0d920d.js.map → p-17cb620a.js.map} +0 -0
  438. /package/dist/elements/{p-66a58eb0.entry.js.map → p-18e5369d.entry.js.map} +0 -0
  439. /package/dist/elements/{p-239442f9.entry.js.map → p-196197ab.entry.js.map} +0 -0
  440. /package/dist/elements/{p-cbae963d.js.map → p-19e2dbee.js.map} +0 -0
  441. /package/dist/elements/{p-4a370bdc.entry.js.map → p-1b971594.entry.js.map} +0 -0
  442. /package/dist/elements/{p-b5f6b322.entry.js.map → p-1d8d3167.entry.js.map} +0 -0
  443. /package/dist/elements/{p-d61d280b.js.map → p-24118aa1.js.map} +0 -0
  444. /package/dist/elements/{p-406df11a.entry.js.map → p-248a0d89.entry.js.map} +0 -0
  445. /package/dist/elements/{p-41854c8f.entry.js.map → p-25b5a86a.entry.js.map} +0 -0
  446. /package/dist/elements/{p-f96384f2.entry.js.map → p-27a5048e.entry.js.map} +0 -0
  447. /package/dist/elements/{p-dc709055.entry.js.map → p-2bb537fb.entry.js.map} +0 -0
  448. /package/dist/elements/{p-250d4bf1.entry.js.map → p-2cce9f72.entry.js.map} +0 -0
  449. /package/dist/elements/{p-59ec8b76.entry.js.map → p-2e2753e7.entry.js.map} +0 -0
  450. /package/dist/elements/{p-061819d1.js.map → p-3856e0a0.js.map} +0 -0
  451. /package/dist/elements/{p-f50c3045.entry.js.map → p-3bc60b5c.entry.js.map} +0 -0
  452. /package/dist/elements/{p-6cc9961e.entry.js.map → p-3bf6d7b8.entry.js.map} +0 -0
  453. /package/dist/elements/{p-87c81685.entry.js.map → p-428e79f5.entry.js.map} +0 -0
  454. /package/dist/elements/{p-07d2bd5a.entry.js.map → p-43d3f9dd.entry.js.map} +0 -0
  455. /package/dist/elements/{p-bca341ba.entry.js.map → p-4a049a02.entry.js.map} +0 -0
  456. /package/dist/elements/{p-a13569cf.entry.js.map → p-57740997.entry.js.map} +0 -0
  457. /package/dist/elements/{p-300ec095.entry.js.map → p-58ad0789.entry.js.map} +0 -0
  458. /package/dist/elements/{p-41bb9792.entry.js.map → p-609cf34b.entry.js.map} +0 -0
  459. /package/dist/elements/{p-c698ab8e.entry.js.map → p-616c23ad.entry.js.map} +0 -0
  460. /package/dist/elements/{p-c186950b.entry.js.map → p-6183b212.entry.js.map} +0 -0
  461. /package/dist/elements/{p-09d80405.entry.js.map → p-68fa0553.entry.js.map} +0 -0
  462. /package/dist/elements/{p-f4035b4a.entry.js.map → p-6bc1057e.entry.js.map} +0 -0
  463. /package/dist/elements/{p-e8268c7a.entry.js.map → p-7105c21a.entry.js.map} +0 -0
  464. /package/dist/elements/{p-c9604122.entry.js.map → p-73331353.entry.js.map} +0 -0
  465. /package/dist/elements/{p-49fcec88.entry.js.map → p-77f496ea.entry.js.map} +0 -0
  466. /package/dist/elements/{p-7f53778f.entry.js.map → p-780ee959.entry.js.map} +0 -0
  467. /package/dist/elements/{p-7190d53c.entry.js.map → p-7bef9b1b.entry.js.map} +0 -0
  468. /package/dist/elements/{p-b64a85bf.entry.js.map → p-849fec0f.entry.js.map} +0 -0
  469. /package/dist/elements/{p-552a9992.entry.js.map → p-8a61526b.entry.js.map} +0 -0
  470. /package/dist/elements/{p-4dd65d40.entry.js.map → p-8c1eba2d.entry.js.map} +0 -0
  471. /package/dist/elements/{p-2f0509be.entry.js.map → p-8e747572.entry.js.map} +0 -0
  472. /package/dist/elements/{p-4c078751.entry.js.map → p-91fccb8b.entry.js.map} +0 -0
  473. /package/dist/elements/{p-0017dc14.entry.js.map → p-983da5af.entry.js.map} +0 -0
  474. /package/dist/elements/{p-8f6d1cbe.entry.js.map → p-9a3d973e.entry.js.map} +0 -0
  475. /package/dist/elements/{p-a37a2712.js.map → p-a03499f7.js.map} +0 -0
  476. /package/dist/elements/{p-25926b66.entry.js.map → p-a3726198.entry.js.map} +0 -0
  477. /package/dist/elements/{p-8b209e66.entry.js.map → p-a9478dc1.entry.js.map} +0 -0
  478. /package/dist/elements/{p-66973c59.entry.js.map → p-aca8e982.entry.js.map} +0 -0
  479. /package/dist/elements/{p-d358565a.entry.js.map → p-acf6cab4.entry.js.map} +0 -0
  480. /package/dist/elements/{p-42169e41.js.map → p-ad32e711.js.map} +0 -0
  481. /package/dist/elements/{p-a376351f.entry.js.map → p-ad55e9ab.entry.js.map} +0 -0
  482. /package/dist/elements/{p-4383e1bb.entry.js.map → p-b58ed3d9.entry.js.map} +0 -0
  483. /package/dist/elements/{p-5bf40440.entry.js.map → p-b8363813.entry.js.map} +0 -0
  484. /package/dist/elements/{p-c350af00.entry.js.map → p-b90da7d9.entry.js.map} +0 -0
  485. /package/dist/elements/{p-bc675b21.entry.js.map → p-bf16fe9d.entry.js.map} +0 -0
  486. /package/dist/elements/{p-266d2934.entry.js.map → p-c13052f5.entry.js.map} +0 -0
  487. /package/dist/elements/{p-dadb557e.entry.js.map → p-c19ba914.entry.js.map} +0 -0
  488. /package/dist/elements/{p-e78cf007.entry.js.map → p-c34f0243.entry.js.map} +0 -0
  489. /package/dist/elements/{p-734e5a97.js.map → p-cdb96cf2.js.map} +0 -0
  490. /package/dist/elements/{p-a08f0446.entry.js.map → p-d03f5902.entry.js.map} +0 -0
  491. /package/dist/elements/{p-a6c03ce8.js.map → p-d164af48.js.map} +0 -0
  492. /package/dist/elements/{p-627826b0.entry.js.map → p-d3e26e17.entry.js.map} +0 -0
  493. /package/dist/elements/{p-72a9cbdc.entry.js.map → p-d7c83052.entry.js.map} +0 -0
  494. /package/dist/elements/{p-b9dcf3b2.js.map → p-dc0cae0c.js.map} +0 -0
  495. /package/dist/elements/{p-f67bba50.js.map → p-dd97c7d1.js.map} +0 -0
  496. /package/dist/elements/{p-f40b3ec6.entry.js.map → p-de2c14be.entry.js.map} +0 -0
  497. /package/dist/elements/{p-a507d627.entry.js.map → p-e7a69dd3.entry.js.map} +0 -0
  498. /package/dist/elements/{p-ffa8c481.entry.js.map → p-ef4ffce6.entry.js.map} +0 -0
  499. /package/dist/elements/{p-d6394ee4.entry.js.map → p-ef87f5dd.entry.js.map} +0 -0
  500. /package/dist/elements/{p-523432d1.js.map → p-f0d9cf91.js.map} +0 -0
  501. /package/dist/elements/{p-1fc8e557.js.map → p-f1a6f6f2.js.map} +0 -0
  502. /package/dist/elements/{p-645632a8.entry.js.map → p-f9b993ab.entry.js.map} +0 -0
  503. /package/dist/elements/{p-b8bd7745.entry.js.map → p-fa63a2cc.entry.js.map} +0 -0
  504. /package/dist/elements/{p-0b4204e3.entry.js.map → p-fb766a59.entry.js.map} +0 -0
  505. /package/dist/elements/{p-fa19a3e9.entry.js.map → p-fd4ecbf1.entry.js.map} +0 -0
@@ -0,0 +1,39 @@
1
+ :host {
2
+ --gap-size: var(--size-1);
3
+ display: flex;
4
+ flex-direction: column;
5
+ gap: var(--gap-size);
6
+ margin: var(--gap-size);
7
+ }
8
+
9
+ article {
10
+ outline: var(--pos-border-solid);
11
+ border-radius: var(--radius-sm);
12
+ box-shadow: var(--shadow-md);
13
+ background-color: var(--pos-card-background);
14
+
15
+ header {
16
+ display: flex;
17
+ flex-direction: column;
18
+
19
+ h1,
20
+ pos-type-badges {
21
+ margin: var(--size-2);
22
+ }
23
+ }
24
+ }
25
+
26
+ @media (min-width: 640px) {
27
+ :host {
28
+ flex-direction: row;
29
+ flex-wrap: wrap;
30
+
31
+ section:first-of-type {
32
+ flex: 1;
33
+ }
34
+
35
+ section:not(:first-of-type) {
36
+ flex: 0 0 30%;
37
+ }
38
+ }
39
+ }
@@ -1,18 +1,18 @@
1
1
  import { h, Host } from "@stencil/core";
2
2
  export class PosAppRdfDocument {
3
3
  render() {
4
- return (h(Host, { key: '9dd4b79cd54b3d2d61eea562b41a397cc1841279' }, h("section", { key: 'ec97b4983b9c45a5420b8e15b1b5d13a2b78f505' }, h("pos-subjects", { key: '7ca852dee46a4f1bb64cebccb397e2df7045be82' })), h("section", { key: '9aaf18c750b9847234ebb6d92c3c4ab605ff306e' }, h("article", { key: 'd794f6f83cfa49a37a759f0b8fa16b28038ec10b', "aria-labelledby": "doc-title" }, h("header", { key: 'bebbe27160a15351a1eabaa8c1ebb449beaa1005' }, h("h1", { key: 'cf5ba1875f2e22f162d2878789106738aac3d97c', id: "doc-title" }, h("pos-label", { key: 'fcb1a84e354ab5e2842077a6417c5b77ac9d87ed' })), h("pos-type-badges", { key: '370688f50c2906e069686d35a177c88b68de0a98' })), h("pos-literals", { key: '56bc40269a0269301603f3e9f101ad52738fca6a' })))));
4
+ return (h(Host, { key: 'b209eeeee94d4d4caadd3f71eef05a18857e197f' }, h("section", { key: '58cbf98180072b5d72526edf6dbc2b6e25a992ed' }, h("pos-subjects", { key: '161239375b473091d4f5e2289fb6c463092b1754' })), h("section", { key: '7ac570ed89331f02c53a41ad06f8ee55ccaf91ee' }, h("article", { key: 'dc6846858e34c43aec3686df475f321d4d8cfd40', "aria-labelledby": "doc-title" }, h("header", { key: 'b3ac8e6361a42d73db4227cb815c4b02db463106' }, h("h1", { key: 'cb2adb0b71cd5c48d4d190b1b8655feb5e056284', id: "doc-title" }, h("pos-label", { key: '7b334cc5608520302636ebb4594f38e0211a7f4b' })), h("pos-type-badges", { key: '21335056a5d76258d24d5f5c4123d77c85a8a798' })), h("pos-literals", { key: '843e3be07e42010eef901a721b69c6f1f8356c00' })))));
5
5
  }
6
6
  static get is() { return "pos-app-rdf-document"; }
7
7
  static get encapsulation() { return "shadow"; }
8
8
  static get originalStyleUrls() {
9
9
  return {
10
- "$": ["../styles/default-app-layout.css", "../styles/article-card.css"]
10
+ "$": ["pos-app-rdf-document.css"]
11
11
  };
12
12
  }
13
13
  static get styleUrls() {
14
14
  return {
15
- "$": ["../styles/default-app-layout.css", "../styles/article-card.css"]
15
+ "$": ["pos-app-rdf-document.css"]
16
16
  };
17
17
  }
18
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"pos-app-rdf-document.js","sourceRoot":"","sources":["../../../../src/apps/pos-app-rdf-document/pos-app-rdf-document.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAOnD,MAAM,OAAO,iBAAiB;IAC5B,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH;gBACE,sEAAgB,CACR;YACV;gBACE,mFAAyB,WAAW;oBAClC;wBACE,2DAAI,EAAE,EAAC,WAAW;4BAChB,mEAAa,CACV;wBACL,yEAAmB,CACZ;oBACT,sEAAgB,CACR,CACF,CACL,CACR,CAAC;IACJ,CAAC;;;;;;;;;CACF","sourcesContent":["import { Component, h, Host } from '@stencil/core';\n\n@Component({\n tag: 'pos-app-rdf-document',\n styleUrls: ['../styles/default-app-layout.css', '../styles/article-card.css'],\n shadow: true,\n})\nexport class PosAppRdfDocument {\n render() {\n return (\n <Host>\n <section>\n <pos-subjects />\n </section>\n <section>\n <article aria-labelledby=\"doc-title\">\n <header>\n <h1 id=\"doc-title\">\n <pos-label />\n </h1>\n <pos-type-badges />\n </header>\n <pos-literals />\n </article>\n </section>\n </Host>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"pos-app-rdf-document.js","sourceRoot":"","sources":["../../../../src/apps/pos-app-rdf-document/pos-app-rdf-document.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAOnD,MAAM,OAAO,iBAAiB;IAC5B,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH;gBACE,sEAAgB,CACR;YACV;gBACE,mFAAyB,WAAW;oBAClC;wBACE,2DAAI,EAAE,EAAC,WAAW;4BAChB,mEAAa,CACV;wBACL,yEAAmB,CACZ;oBACT,sEAAgB,CACR,CACF,CACL,CACR,CAAC;IACJ,CAAC;;;;;;;;;CACF","sourcesContent":["import { Component, h, Host } from '@stencil/core';\n\n@Component({\n tag: 'pos-app-rdf-document',\n styleUrl: 'pos-app-rdf-document.css',\n shadow: true,\n})\nexport class PosAppRdfDocument {\n render() {\n return (\n <Host>\n <section>\n <pos-subjects />\n </section>\n <section>\n <article aria-labelledby=\"doc-title\">\n <header>\n <h1 id=\"doc-title\">\n <pos-label />\n </h1>\n <pos-type-badges />\n </header>\n <pos-literals />\n </article>\n </section>\n </Host>\n );\n }\n}\n"]}
@@ -1,7 +1,7 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class PosAppSettings {
3
3
  render() {
4
- return h("pos-setting-offline-cache", { key: 'f065206f6291089773a19045243f04b6ce35eeb9' });
4
+ return h("pos-setting-offline-cache", { key: '0da588136a4c7c4238e0387bfe0649464ccd1c7d' });
5
5
  }
6
6
  static get is() { return "pos-app-settings"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -2,7 +2,7 @@ import { h, Host } from "@stencil/core";
2
2
  import { localSettings } from "../../../store/settings";
3
3
  export class PosSettingOfflineCache {
4
4
  render() {
5
- return (h(Host, { key: 'f024e7d542cfc87a4dc0a1f22694b664086ebd60' }, h("div", { key: 'e88e694cefa4a2361ca8c67f1bd023fda1b70f2a' }, h("h2", { key: 'c4b2e6270f26a2eb7f62e5076b40834903fc10e4' }, h("svg", { key: 'd63643c1ed908c6fe9ab4ff6c47b13848c714c32', xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor" }, h("path", { key: '78f055556bb175ea17d0db1ccf78c16343d67d3f', "stroke-linecap": "round", "stroke-linejoin": "round", d: "M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125" })), "Cache Settings"), h("p", { key: '3045ae3214b9e91feb34857ce45a3db6529f2959', class: "info" }, "\u2139 Enable offline cache to be able to access previously loaded data while offline."), h("p", { key: '9987c1cb59b62e1eb06c67a9c646a9a2f125529a', class: "warn" }, "\u26A0 Private data may be stored on this device. Only enable it, if you trust this device."), h("label", { key: '55dd3c0fa7ece9a59437e7818d6cfa9b0e9eb5bf' }, h("input", { key: '22874f8a39b5016b71818fa1d6226bf66ff969c3', type: "checkbox", checked: localSettings.state.offlineCache, onChange: ev => (localSettings.state.offlineCache = ev.target.checked) }), "Enable offline cache"))));
5
+ return (h(Host, { key: 'b598a0dbe21fe9e7f1aa0f51f0b53c270feb8add' }, h("div", { key: '5cec10cc63203c8421bbb627643f1365899cc850' }, h("h2", { key: '094528da7d8567e8a2ba6e82fb1c05b2f4dc7b22' }, h("svg", { key: '3d3e8b17420ba7352877eb1c6bca17d3791b1bd6', xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor" }, h("path", { key: '065bc78382b03bd2bcc3c812a71e9f27c4e3251c', "stroke-linecap": "round", "stroke-linejoin": "round", d: "M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125" })), "Cache Settings"), h("p", { key: '5e5d2ec497039791f82a857a709157e6b97efdfe', class: "info" }, "\u2139 Enable offline cache to be able to access previously loaded data while offline."), h("p", { key: 'd4ff4a3a17df1e5ed7ce076abbf98def4ebdac7d', class: "warn" }, "\u26A0 Private data may be stored on this device. Only enable it, if you trust this device."), h("label", { key: '1d1aa4f7b4b5fa53080cc5635a20ccee3faee29d' }, h("input", { key: '4223888802ea51dec26a3d23abdd9c28098de5aa', type: "checkbox", checked: localSettings.state.offlineCache, onChange: ev => (localSettings.state.offlineCache = ev.target.checked) }), "Enable offline cache"))));
6
6
  }
7
7
  static get is() { return "pos-setting-offline-cache"; }
8
8
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class PosAddNewThing {
4
4
  this.dialog.showModal();
5
5
  }
6
6
  render() {
7
- return (h(Host, { key: '6142a141ef03ca93a362a6b00ebe8d515c3a677a' }, h("button", { key: '72ecf353cd3a7d2d68f9ef28eb1bbe7fdb88b700', id: "new", title: "Add a new thing", onClick: () => this.openDialog() }, h("ion-icon", { key: 'bd05d75c42c10de6df519575787fc66eafb22930', name: "add-circle-outline" })), h("pos-dialog", { key: '23cf0118149704dfca16758970e4f4658e87e946', ref: el => (this.dialog = el) }, h("span", { key: '5af7b7f618cc20684c39134b5ea295400e651cb6', slot: "title" }, "Add a new thing"), h("pos-new-thing-form", { key: '895496c2f6ede3c8677d9d918e0b13582090baed', slot: "content", referenceUri: this.referenceUri }))));
7
+ return (h(Host, { key: '5ed3ba3982467778ed2b9b02090c230acb6b1762' }, h("button", { key: '96ff5dbd0ba4ca4d8c1d25045efa06fea062e9cf', id: "new", title: "Add a new thing", onClick: () => this.openDialog() }, h("ion-icon", { key: '201a19c8ecb39e0e913d3fb8cf1ebee06bc41df5', name: "add-circle-outline" })), h("pos-dialog", { key: '421da81e6faf52119fe600cc388663299eab67ec', ref: el => (this.dialog = el) }, h("span", { key: '454e6e05dc478e9c1b378cb3308f006fab4d8738', slot: "title" }, "Add a new thing"), h("pos-new-thing-form", { key: 'a469379848776a4c7e9f8e3f94da76ba048d7fab', slot: "content", referenceUri: this.referenceUri }))));
8
8
  }
9
9
  static get is() { return "pos-add-new-thing"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -49,7 +49,7 @@ export class PosApp {
49
49
  }
50
50
  }
51
51
  render() {
52
- return h("slot", { key: '988c393af75e8bd0f4ff2b4c04fe33b1ed686fa7' });
52
+ return h("slot", { key: '402887f3383b6053da157df211c28977720db8e2' });
53
53
  }
54
54
  static get is() { return "pos-app"; }
55
55
  static get properties() {
@@ -10,7 +10,7 @@ export class PosDialog {
10
10
  this.dialog.close();
11
11
  }
12
12
  render() {
13
- return (h(Host, { key: '168dc7d1cf3feabd5f9b2b3f9add6b04467b36ef' }, h("dialog", { key: '8bbfb245d9ff066d111c116c1715be25b0907403', ref: el => (this.dialog = el) }, h("header", { key: '94e28eb2b8147cb6b2aedda0d8e6a5158117788e' }, h("slot", { key: 'a40c2d397b9f54056d4fd8089fdfcc1e446b6d61', name: "title" }), h("button", { key: 'f0f64f5aaafc331f9e3d0fb6201c453600157db1', tabindex: -1, id: "close", title: "Close", onClick: () => this.close() }, h("ion-icon", { key: 'd94a0cf3d19d7caa3717690004101e3ff4748760', name: "close-outline" }))), h("slot", { key: '3181fafe55869add4a587bf4726226055e98588d', name: "content" }))));
13
+ return (h(Host, { key: '307e23d3f92eae595a6bb9fd3e2487387d9b02c2' }, h("dialog", { key: '4c21714a0e2e84d809fe46b75d875c961ff8240c', ref: el => (this.dialog = el) }, h("header", { key: '0b9276c31a8deffa524a65b744d0ced04a753c1b' }, h("slot", { key: 'f4bcf72fcb25ea2619a0d7a40f524a10a91c0ca6', name: "title" }), h("button", { key: '8afb0911e29f8b4c81ff31f498266b398125327a', tabindex: -1, id: "close", title: "Close", onClick: () => this.close() }, h("ion-icon", { key: '464669b8a7f2aa1a1d274f933bb394a61abffc99', name: "close-outline" }))), h("slot", { key: 'f9fa43f73f8c295b6c728b4c7e7e3bf5c3be8948', name: "content" }))));
14
14
  }
15
15
  static get is() { return "pos-dialog"; }
16
16
  static get originalStyleUrls() {
@@ -27,7 +27,7 @@ export class PosErrorToast {
27
27
  await toast.present();
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: 'c1ee5f8a19177c79a3fe377fa27e4a32ffa9db9f' }, h("ion-toast", { key: '8759a3436a5caa16a11a2900a5f67d0dd205d097', trigger: "never", message: "Workarround to preload ion-toast and ion-ripple-effect to be able to show errors while offline", duration: 0 }, h("ion-ripple-effect", { key: '990aa24f2a18750ec5307498acda539b784c86c4' })), h("slot", { key: 'bea0650cc211dc2a161e7c634825adc045647d84' })));
30
+ return (h(Host, { key: '0dce513e04101d3b9011c635f5aab8897a246385' }, h("ion-toast", { key: '956224c61589fca317f8143055344c857aa894cf', trigger: "never", message: "Workarround to preload ion-toast and ion-ripple-effect to be able to show errors while offline", duration: 0 }, h("ion-ripple-effect", { key: 'e96e65e2f06b61970e241639e7c429a90404517e' })), h("slot", { key: '8869125c64fb97f9736e30df0a748c9ce6aec1da' })));
31
31
  }
32
32
  static get is() { return "pos-error-toast"; }
33
33
  static get encapsulation() { return "shadow"; }
@@ -28,7 +28,7 @@ export class PosLiterals {
28
28
  }
29
29
  }
30
30
  render() {
31
- return (h(Host, { key: '26dd446e53e4157e6b635b5d711abf9ddf50b821' }, this.data.length > 0 ? (h("dl", null, this.data.map(it => (h("div", { class: "predicate-values" }, h("dt", null, h("pos-predicate", { uri: it.predicate, label: it.label })), h("div", { class: "values" }, it.values.map(value => (h("dd", null, value))))))))) : null, h("pos-add-literal-value", { key: '756003351bba9399d1a53242c0153b18fc0b4b19', "onPod-os:added-literal-value": event => this.literalValueAdded(event.detail) })));
31
+ return (h(Host, { key: '571f571381d9a9c4bcf0188a782c46485266a3d8' }, this.data.length > 0 ? (h("dl", null, this.data.map(it => (h("div", { class: "predicate-values" }, h("dt", null, h("pos-predicate", { uri: it.predicate, label: it.label })), h("div", { class: "values" }, it.values.map(value => (h("dd", null, value))))))))) : null, h("pos-add-literal-value", { key: 'e1b58aba48a56e60ec8bb1087f054972bb2c437c', "onPod-os:added-literal-value": event => this.literalValueAdded(event.detail) })));
32
32
  }
33
33
  static get is() { return "pos-literals"; }
34
34
  static get encapsulation() { return "shadow"; }
@@ -20,7 +20,7 @@ export class PosLogin {
20
20
  this.dialog.showModal();
21
21
  }
22
22
  render() {
23
- return (h(Host, { key: '6349e0939fb22cddc9a6e47d424ce2badd518dcd' }, h("div", { key: '940d720ae5a7b951fe4a1bf411e463add43d93d0', class: "container" }, session.state.isLoggedIn ? (h("pos-resource", { uri: session.state.webId }, h("span", { class: "user-data" }, h("pos-picture", null), h("pos-label", null)))) : (''), !session.state.isLoggedIn && (h("button", { key: '40aeea2f9686c9792c3952f8b899f9e819895bae', id: "login", onClick: () => this.openDialog() }, "Login")), session.state.isLoggedIn && (h("button", { key: 'dd8129f4ae6b590231c33d072f4094b7bfc99da5', id: "logout", onClick: () => this.logout() }, "Logout"))), h("pos-dialog", { key: '33278d394f830f5c6040c3c22dc720440dd9d75c', ref: el => (this.dialog = el) }, h("span", { key: '96d3c645cacb1b38bd9adca8562ae4068eeabe11', slot: "title" }, "Sign in to your Pod"), h("pos-login-form", { key: '0c296b68774e4e2c1ed6091c305348b36e80178f', "onPod-os:idp-url-selected": ev => this.login(ev), slot: "content" }))));
23
+ return (h(Host, { key: 'a4fffd431e401c0acba29cd336715b24fa2bed67' }, h("div", { key: '31aaebc9eeacbf274d72bb42f9bca15691bf1590', class: "container" }, session.state.isLoggedIn ? (h("pos-resource", { uri: session.state.webId }, h("span", { class: "user-data" }, h("pos-picture", null), h("pos-label", null)))) : (''), !session.state.isLoggedIn && (h("button", { key: '8680aa6b62740fea847d85e12e05573ba44e37ce', id: "login", onClick: () => this.openDialog() }, "Login")), session.state.isLoggedIn && (h("button", { key: '3f1af02cd8e77910d4469c1ab83a4fc844c3bae2', id: "logout", onClick: () => this.logout() }, "Logout"))), h("pos-dialog", { key: '732816c365ae37b144fd56c0146dd9970336dc2a', ref: el => (this.dialog = el) }, h("span", { key: '7598a5abff7af257779111cac31ee879eb47dfd4', slot: "title" }, "Sign in to your Pod"), h("pos-login-form", { key: 'cb1297076cf78aafad0dba1b5c111bf9c68e717b', "onPod-os:idp-url-selected": ev => this.login(ev), slot: "content" }))));
24
24
  }
25
25
  static get is() { return "pos-login"; }
26
26
  static get encapsulation() { return "shadow"; }
@@ -8,7 +8,7 @@ export class PosLoginForm {
8
8
  this.canSubmit = Boolean(this.idpUrl);
9
9
  }
10
10
  render() {
11
- return (h("form", { key: '193d3790329d1480fd6b14fd55a0d8cee8ce61dd', method: "dialog", onSubmit: () => this.handleSubmit() }, h("label", { key: 'd85ea6b508c9f229e1125f8cc97092335458b94a', htmlFor: "idpUrl" }, "Please enter your Identity Provider"), h("input", { key: 'a2f5e9955b27a8c1fab14c8f087fab167a19dc9a', id: "idpUrl", type: "url", value: this.idpUrl, required: true, onInput: e => this.handleChange(e), list: "suggestedIssuers", placeholder: "Type to search..." }), h("datalist", { key: 'fa0924b31e1a4fcdc794931dd2073022ab4ce95b', id: "suggestedIssuers" }, h("option", { key: 'c3495be7c2a98494ac3ca7fe504edd4b1b232394', value: "https://solidcommunity.net" }, "solidcommunity.net"), h("option", { key: '7fd17434388ed31468df8682dcfc2b4263c27ccb', value: "https://solidweb.org" }, "solidweb.org"), h("option", { key: '4c2a5854fc2499198b289181136cbd0a2fd9c1e1', value: "https://solidweb.me" }, "solidweb.me"), h("option", { key: '02a81104db23c62e0d42b8b45b95eccbd16fc108', value: "https://inrupt.net" }, "inrupt.net"), h("option", { key: 'd7c15dca86800cafc5a974920e40bd117fa50194', value: "https://login.inrupt.com" }, "Inrupt PodSpaces"), h("option", { key: '93ff71136f1775098fda80db5d437f37b51c496f', value: "https://trinpod.us" }, "trinpod.us"), h("option", { key: '481f1630526e324cb24b38c0077b1aeb496b4690', value: "https://use.id" }, "use.id"), h("option", { key: 'abd85ffba7532ba488bf0a4c18a2da2f3dc481ee', value: "https://solid.redpencil.io" }, "redpencil.io"), h("option", { key: '339562d277c4af2e10344f385d00aa4cc37375fa', value: "https://datapod.grant.io" }, "Data Pod (grant.io)"), h("option", { key: '918224ac5af806666a7b77bc8049dcf79800ab8c', value: "https://teamid.live" }, "teamid.live")), h("input", { key: '1ad3ef7998237d30c5eaf5bc9eebe55ede09d0a8', id: "login", type: "submit", value: "Login", disabled: !this.canSubmit })));
11
+ return (h("form", { key: '6c54aa03972bf5af3779c1e3f874b99574232821', method: "dialog", onSubmit: () => this.handleSubmit() }, h("label", { key: 'a5def7569abeb0a2591886d48fa0deb2c7f6039c', htmlFor: "idpUrl" }, "Please enter your Identity Provider"), h("input", { key: '1da8575dccea9a777f00cb8a7f96435654a582bc', id: "idpUrl", type: "url", value: this.idpUrl, required: true, onInput: e => this.handleChange(e), list: "suggestedIssuers", placeholder: "Type to search..." }), h("datalist", { key: '1818988df2f8a825194eb3503979d6c6adac3619', id: "suggestedIssuers" }, h("option", { key: '25e1b3fd84610e0664c25c3ca9cd535bf7558357', value: "https://solidcommunity.net" }, "solidcommunity.net"), h("option", { key: '5635e434dc4bf406a3664cf5cb28489b5b9218fc', value: "https://solidweb.org" }, "solidweb.org"), h("option", { key: 'd4d301023b40f84b5f445d14290ef3bc589cff56', value: "https://solidweb.me" }, "solidweb.me"), h("option", { key: '39f968af206347c83e4271724e9090543fcec43e', value: "https://inrupt.net" }, "inrupt.net"), h("option", { key: '381767d06a60e16b9323cb15b4298db2eac71d82', value: "https://login.inrupt.com" }, "Inrupt PodSpaces"), h("option", { key: 'd4461d0bb2bfba0ec97f276951b6534dee1ffd51', value: "https://trinpod.us" }, "trinpod.us"), h("option", { key: '80aa0ef7de3ec8dd53d06402c116a6c97747a24f', value: "https://use.id" }, "use.id"), h("option", { key: '794bee3c5a2b29738f25bb67bfb918754fe016ef', value: "https://solid.redpencil.io" }, "redpencil.io"), h("option", { key: '88e27225e7252c90bfb24f21a72bd70c9e3408f4', value: "https://datapod.grant.io" }, "Data Pod (grant.io)"), h("option", { key: '033b75773e898b4fed2507c5064686fb0ad56e03', value: "https://teamid.live" }, "teamid.live")), h("input", { key: 'c8dc41c5d6a892e623d42f5b1839af2728929abd', id: "login", type: "submit", value: "Login", disabled: !this.canSubmit })));
12
12
  }
13
13
  handleChange(event) {
14
14
  this.validate();
@@ -72,7 +72,7 @@ export class PosNavigationBar {
72
72
  }
73
73
  }
74
74
  render() {
75
- return (h("form", { key: 'e92382c2024642ea5c0b5abb00f1759003f74c78', onSubmit: e => this.onSubmit(e) }, this.searchIndex && this.uri ? h("pos-make-findable", { uri: this.uri }) : '', h("div", { key: 'c32607860e8aa1fe6d6d182c0e2a056f40b6f1b7', class: "bar" }, h("ion-searchbar", { key: '6f281c307640200da6c57a0660e27901f55d375d', enterkeyhint: "search", placeholder: "Search or enter URI", value: this.uri, debounce: 300, onIonChange: e => this.onChange(e), onIonInput: e => this.onChange(e) }), this.suggestions.length > 0 ? (h("div", { class: "suggestions" }, h("ol", null, this.suggestions.map((it, index) => (h("li", { class: index === this.selectedIndex ? 'selected' : '' }, h("pos-rich-link", { uri: it.ref }))))))) : null)));
75
+ return (h("form", { key: 'cafd872d1cd6a9a0493b6c05ad51ab080d59a4f4', onSubmit: e => this.onSubmit(e) }, this.searchIndex && this.uri ? h("pos-make-findable", { uri: this.uri }) : '', h("div", { key: '8c090ab0ed8b6cb579be0baf7c8129e41b1a5732', class: "bar" }, h("ion-searchbar", { key: '2b1070406dcf0548a5df9c9b226c933789bb1aa5', enterkeyhint: "search", placeholder: "Search or enter URI", value: this.uri, debounce: 300, onIonChange: e => this.onChange(e), onIonInput: e => this.onChange(e) }), this.suggestions.length > 0 ? (h("div", { class: "suggestions" }, h("ol", null, this.suggestions.map((it, index) => (h("li", { class: index === this.selectedIndex ? 'selected' : '' }, h("pos-rich-link", { uri: it.ref }))))))) : null)));
76
76
  }
77
77
  static get is() { return "pos-navigation-bar"; }
78
78
  static get encapsulation() { return "shadow"; }
@@ -14,7 +14,7 @@ export class PosNewThingForm {
14
14
  subscribePodOs(this);
15
15
  }
16
16
  render() {
17
- return (h("form", { key: '9ee9d0ab4f31bfc55865ef697d410b37977b1051', method: "dialog", onSubmit: e => this.handleSubmit(e) }, h("label", { key: 'a6f807d2034d55e5218c01375c4ff36564924bfb', htmlFor: "type" }, "Type"), h("pos-select-term", { key: 'f6001d6801bee97c03121d57742a595c8d5d5bd7', id: "type", placeholder: "", value: this.selectedTypeUri, "onPod-os:term-selected": e => this.onTermSelected(e) }), h("label", { key: '9365561d47d72e0153bb743f4fdf5ca7a1b5dcc0', htmlFor: "name" }, "Name"), h("input", { key: 'c93de873370a1123441a33d27c53c954bcc5f5ce', id: "name", type: "text", value: this.name, onInput: e => this.handleChange(e) }), this.newUri ? (h("div", { id: "new-uri", title: "This will be the URI of the new thing" }, this.newUri)) : null, h("input", { key: '9fc1fb39f7c582a069876642cc17678303c7d72b', id: "create", type: "submit", value: "Create", disabled: !this.canSubmit })));
17
+ return (h("form", { key: '0d52a6b85338d0353876f0fde0a7ef45e5ebe104', method: "dialog", onSubmit: e => this.handleSubmit(e) }, h("label", { key: '6765ada99850150a6a1dc9135a6ec0c575e3066d', htmlFor: "type" }, "Type"), h("pos-select-term", { key: '375ca79b6ffa3d363954578cf83d2eab10b0e486', id: "type", placeholder: "", value: this.selectedTypeUri, "onPod-os:term-selected": e => this.onTermSelected(e) }), h("label", { key: '9da148cb532d236a5dc9ad73fc75e1bd2d277d17', htmlFor: "name" }, "Name"), h("input", { key: '81b5a4bf51eb403bfebfa0c9e023935ddde48194', id: "name", type: "text", value: this.name, onInput: e => this.handleChange(e) }), this.newUri ? (h("div", { id: "new-uri", title: "This will be the URI of the new thing" }, this.newUri)) : null, h("input", { key: '5f4ff09818262ad875f80bce3a0f942b0428335f', id: "create", type: "submit", value: "Create", disabled: !this.canSubmit })));
18
18
  }
19
19
  handleChange(event) {
20
20
  this.name = event.target.value;
@@ -52,24 +52,14 @@ export class PosResource {
52
52
  return h("ion-progress-bar", { type: "indeterminate" });
53
53
  }
54
54
  if (this.error) {
55
- return (h("details", { class: "error" }, h("summary", { title: "Click to expand" }, "\u26A0 Sorry, something went wrong"), h("p", null, "Status:",
55
+ return (h("ion-card", null, h("ion-card-header", null, h("p", null, "Sorry, something went wrong"), h("p", null, "Status:",
56
56
  // @ts-ignore
57
- this.error.status), h("p", null, this.error.message), h("p", null, "You can try to open the link outside PodOS: ", h("a", { href: this.uri }, this.uri))));
57
+ this.error.status), h("details", null, this.error.message)), h("ion-card-content", null, h("p", null, "You can try to open the link outside PodOS:"), h("a", { href: this.uri }, this.uri))));
58
58
  }
59
59
  return h("slot", null);
60
60
  }
61
61
  static get is() { return "pos-resource"; }
62
62
  static get encapsulation() { return "shadow"; }
63
- static get originalStyleUrls() {
64
- return {
65
- "$": ["pos-resource.css"]
66
- };
67
- }
68
- static get styleUrls() {
69
- return {
70
- "$": ["pos-resource.css"]
71
- };
72
- }
73
63
  static get properties() {
74
64
  return {
75
65
  "uri": {
@@ -1 +1 @@
1
- {"version":3,"file":"pos-resource.js","sourceRoot":"","sources":["../../../../src/components/pos-resource/pos-resource.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAgB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtG,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,EAAiC,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAYrF,MAAM,OAAO,WAAW;IALxB;QASW,cAAS,GAA6B,EAAE,CAAC;QAI1C,SAAI,GAAY,KAAK,CAAC;QAatB,YAAO,GAAY,IAAI,CAAC;QAOhC,iBAAY,GAAG,KAAK,EAAE,EAAS,EAAE,EAAE;YACjC,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACf,CAAC,CAAC;KAiEH;IAxEC,iBAAiB;QACf,OAAO,CAAC,QAAQ,CAAC,YAAY,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;QAC1D,cAAc,CAAC,IAAI,CAAC,CAAC;IACvB,CAAC;IAOD,KAAK,CAAC,eAAe,CAAC,KAA6B;QACjD,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC9B,CAAC;QACD,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC7B,CAAC;IAID,KAAK,CAAC,YAAY;QAChB,MAAM,IAAI,CAAC,WAAW,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACrC,CAAC;IAGD,KAAK,CAAC,KAAK;QACT,MAAM,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IAEO,KAAK,CAAC,WAAW,CAAC,QAAiB,KAAK;QAC9C,IAAI,CAAC;YACH,IAAI,KAAK,EAAE,CAAC;gBACV,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;gBACpB,MAAM,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBAC9B,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YAC5C,CAAC;YACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YAC5C,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;YAClB,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;gBAChC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YACjC,CAAC,CAAC,CAAC;QACL,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACb,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACnB,CAAC;gBAAS,CAAC;YACT,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;QACvB,CAAC;IACH,CAAC;IAED,MAAM;QACJ,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;YACjB,OAAO,wBAAkB,IAAI,EAAC,eAAe,GAAG,CAAC;QACnD,CAAC;QACD,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACf,OAAO,CACL,eAAS,KAAK,EAAC,OAAO;gBACpB,eAAS,KAAK,EAAC,iBAAiB,yCAAwC;gBACxE;;oBAGI,aAAa;oBACb,IAAI,CAAC,KAAK,CAAC,MAAM,CAEjB;gBACJ,aAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAK;gBAC3B;;oBAC8C,SAAG,IAAI,EAAE,IAAI,CAAC,GAAG,IAAG,IAAI,CAAC,GAAG,CAAK,CAC3E,CACI,CACX,CAAC;QACJ,CAAC;QACD,OAAO,eAAQ,CAAC;IAClB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { PodOS, Thing } from '@pod-os/core';\nimport { Component, Event, EventEmitter, h, Listen, Method, Prop, State, Watch } from '@stencil/core';\n\nimport session from '../../store/session';\nimport { PodOsAware, PodOsEventEmitter, subscribePodOs } from '../events/PodOsAware';\nimport { ResourceReceiver } from '../events/ResourceAware';\n\ninterface SubscribeResourceEvent extends CustomEvent {\n detail: ResourceReceiver;\n}\n\n@Component({\n tag: 'pos-resource',\n shadow: true,\n styleUrl: 'pos-resource.css',\n})\nexport class PosResource implements PodOsAware {\n @State() os: PodOS;\n\n @State() resource: Thing;\n @State() consumers: SubscribeResourceEvent[] = [];\n\n @Prop() uri: string;\n\n @Prop() lazy: boolean = false;\n\n @Event({ eventName: 'pod-os:init' }) subscribePodOs: PodOsEventEmitter;\n\n /**\n * Indicates that the resource given in `uri` property has been loaded.\n */\n @Event({ eventName: 'pod-os:resource-loaded' }) resourceLoadedEmitter: EventEmitter;\n\n @State()\n private error: Error;\n\n @State()\n private loading: boolean = true;\n\n componentWillLoad() {\n session.onChange('isLoggedIn', () => this.loadResource());\n subscribePodOs(this);\n }\n\n receivePodOs = async (os: PodOS) => {\n this.os = os;\n };\n\n @Listen('pod-os:resource')\n async provideResource(event: SubscribeResourceEvent) {\n event.stopPropagation();\n if (this.resource) {\n event.detail(this.resource);\n }\n this.consumers.push(event);\n }\n\n @Watch('os')\n @Watch('uri')\n async loadResource() {\n await this.getResource(!this.lazy);\n }\n\n @Method()\n async fetch() {\n await this.getResource(true);\n }\n\n private async getResource(fetch: boolean = false) {\n try {\n if (fetch) {\n this.loading = true;\n await this.os.fetch(this.uri);\n this.resourceLoadedEmitter.emit(this.uri);\n }\n this.resource = this.os.store.get(this.uri);\n this.error = null;\n this.consumers.forEach(consumer => {\n consumer.detail(this.resource);\n });\n } catch (err) {\n this.error = err;\n } finally {\n this.loading = false;\n }\n }\n\n render() {\n if (this.loading) {\n return <ion-progress-bar type=\"indeterminate\" />;\n }\n if (this.error) {\n return (\n <details class=\"error\">\n <summary title=\"Click to expand\">⚠ Sorry, something went wrong</summary>\n <p>\n Status:\n {\n // @ts-ignore\n this.error.status\n }\n </p>\n <p>{this.error.message}</p>\n <p>\n You can try to open the link outside PodOS: <a href={this.uri}>{this.uri}</a>\n </p>\n </details>\n );\n }\n return <slot />;\n }\n}\n"]}
1
+ {"version":3,"file":"pos-resource.js","sourceRoot":"","sources":["../../../../src/components/pos-resource/pos-resource.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAgB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtG,OAAO,OAAO,MAAM,qBAAqB,CAAC;AAC1C,OAAO,EAAiC,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAWrF,MAAM,OAAO,WAAW;IAJxB;QAQW,cAAS,GAA6B,EAAE,CAAC;QAI1C,SAAI,GAAY,KAAK,CAAC;QAatB,YAAO,GAAY,IAAI,CAAC;QAOhC,iBAAY,GAAG,KAAK,EAAE,EAAS,EAAE,EAAE;YACjC,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACf,CAAC,CAAC;KAoEH;IA3EC,iBAAiB;QACf,OAAO,CAAC,QAAQ,CAAC,YAAY,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;QAC1D,cAAc,CAAC,IAAI,CAAC,CAAC;IACvB,CAAC;IAOD,KAAK,CAAC,eAAe,CAAC,KAA6B;QACjD,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC9B,CAAC;QACD,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC7B,CAAC;IAID,KAAK,CAAC,YAAY;QAChB,MAAM,IAAI,CAAC,WAAW,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACrC,CAAC;IAGD,KAAK,CAAC,KAAK;QACT,MAAM,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IAEO,KAAK,CAAC,WAAW,CAAC,QAAiB,KAAK;QAC9C,IAAI,CAAC;YACH,IAAI,KAAK,EAAE,CAAC;gBACV,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;gBACpB,MAAM,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBAC9B,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YAC5C,CAAC;YACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YAC5C,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;YAClB,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;gBAChC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YACjC,CAAC,CAAC,CAAC;QACL,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACb,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACnB,CAAC;gBAAS,CAAC;YACT,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;QACvB,CAAC;IACH,CAAC;IAED,MAAM;QACJ,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;YACjB,OAAO,wBAAkB,IAAI,EAAC,eAAe,GAAG,CAAC;QACnD,CAAC;QACD,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACf,OAAO,CACL;gBACE;oBACE,2CAAkC;oBAClC;;wBAGI,aAAa;wBACb,IAAI,CAAC,KAAK,CAAC,MAAM,CAEjB;oBACJ,mBAAU,IAAI,CAAC,KAAK,CAAC,OAAO,CAAW,CACvB;gBAClB;oBACE,2DAAkD;oBAClD,SAAG,IAAI,EAAE,IAAI,CAAC,GAAG,IAAG,IAAI,CAAC,GAAG,CAAK,CAChB,CACV,CACZ,CAAC;QACJ,CAAC;QACD,OAAO,eAAQ,CAAC;IAClB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { PodOS, Thing } from '@pod-os/core';\nimport { Component, Event, EventEmitter, h, Listen, Method, Prop, State, Watch } from '@stencil/core';\n\nimport session from '../../store/session';\nimport { PodOsAware, PodOsEventEmitter, subscribePodOs } from '../events/PodOsAware';\nimport { ResourceReceiver } from '../events/ResourceAware';\n\ninterface SubscribeResourceEvent extends CustomEvent {\n detail: ResourceReceiver;\n}\n\n@Component({\n tag: 'pos-resource',\n shadow: true,\n})\nexport class PosResource implements PodOsAware {\n @State() os: PodOS;\n\n @State() resource: Thing;\n @State() consumers: SubscribeResourceEvent[] = [];\n\n @Prop() uri: string;\n\n @Prop() lazy: boolean = false;\n\n @Event({ eventName: 'pod-os:init' }) subscribePodOs: PodOsEventEmitter;\n\n /**\n * Indicates that the resource given in `uri` property has been loaded.\n */\n @Event({ eventName: 'pod-os:resource-loaded' }) resourceLoadedEmitter: EventEmitter;\n\n @State()\n private error: Error;\n\n @State()\n private loading: boolean = true;\n\n componentWillLoad() {\n session.onChange('isLoggedIn', () => this.loadResource());\n subscribePodOs(this);\n }\n\n receivePodOs = async (os: PodOS) => {\n this.os = os;\n };\n\n @Listen('pod-os:resource')\n async provideResource(event: SubscribeResourceEvent) {\n event.stopPropagation();\n if (this.resource) {\n event.detail(this.resource);\n }\n this.consumers.push(event);\n }\n\n @Watch('os')\n @Watch('uri')\n async loadResource() {\n await this.getResource(!this.lazy);\n }\n\n @Method()\n async fetch() {\n await this.getResource(true);\n }\n\n private async getResource(fetch: boolean = false) {\n try {\n if (fetch) {\n this.loading = true;\n await this.os.fetch(this.uri);\n this.resourceLoadedEmitter.emit(this.uri);\n }\n this.resource = this.os.store.get(this.uri);\n this.error = null;\n this.consumers.forEach(consumer => {\n consumer.detail(this.resource);\n });\n } catch (err) {\n this.error = err;\n } finally {\n this.loading = false;\n }\n }\n\n render() {\n if (this.loading) {\n return <ion-progress-bar type=\"indeterminate\" />;\n }\n if (this.error) {\n return (\n <ion-card>\n <ion-card-header>\n <p>Sorry, something went wrong</p>\n <p>\n Status:\n {\n // @ts-ignore\n this.error.status\n }\n </p>\n <details>{this.error.message}</details>\n </ion-card-header>\n <ion-card-content>\n <p>You can try to open the link outside PodOS:</p>\n <a href={this.uri}>{this.uri}</a>\n </ion-card-content>\n </ion-card>\n );\n }\n return <slot />;\n }\n}\n"]}
@@ -1,10 +1,10 @@
1
1
  import { h } from "@stencil/core";
2
2
  export class PosRichLink {
3
3
  render() {
4
- return (h("pos-resource", { key: '0a794cc8287b13f163a813dc6a4f87b2f00e028b', lazy: true, uri: this.uri }, h("p", { key: 'b7a44482a82cd69228f144b04e9ec20b84410339', class: "content" }, h("a", { key: '0d218d4d5c1991c767b66f0d37c5476038e7a0fb', href: this.uri, onClick: e => {
4
+ return (h("pos-resource", { key: '3b236e4b091933214cdedb460d916d8d09d5dca8', lazy: true, uri: this.uri }, h("p", { key: '988ccbc7283df323fe9a3230fcb8761bc44ef71f', class: "content" }, h("a", { key: '48054e89ea97d8a5b974811dfbfeab2dbc49a7da', href: this.uri, onClick: e => {
5
5
  e.preventDefault();
6
6
  this.linkEmitter.emit(this.uri);
7
- } }, h("pos-label", { key: 'd04048986a7a4da138608f187a2f27e6313d9a6e' })), h("span", { key: '53a05023aa2fec4725e1d7e59acee9888476ecac', class: "url" }, new URL(this.uri).host), h("pos-description", { key: 'a73de2d208b684a9f555cda312e94df4282afba0' }))));
7
+ } }, h("pos-label", { key: '9c1cb23e622d7130d37bfa17106e345949f44d9e' })), h("span", { key: 'c4f1532dffb691838947d2e9e79d4f8a51ef1eeb', class: "url" }, new URL(this.uri).host), h("pos-description", { key: 'c9a4b76eb86af15f908b820f06c4631a22f0c34f' }))));
8
8
  }
9
9
  static get is() { return "pos-rich-link"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -38,7 +38,7 @@ export class PosRouter {
38
38
  this.routeChanged.emit(this.uri);
39
39
  }
40
40
  render() {
41
- return h("slot", { key: '221db70a52ce7ebc7e9c171142dcf94f252fa985' });
41
+ return h("slot", { key: '5c111993377abe4ad03de3c8678c0a5a9529085a' });
42
42
  }
43
43
  static get is() { return "pos-router"; }
44
44
  static get originalStyleUrls() {
@@ -19,7 +19,7 @@ export class PosSelectTerm {
19
19
  this.termSelected.emit({ uri: event.target.value });
20
20
  }
21
21
  render() {
22
- return (h(Host, { key: '7a548735e2a0478fa1e63e2a880ca61f0f43d91c' }, h("input", { key: '9549691026f4bf42a3048f2af3a78bd71536b160', part: "input", list: "terms", placeholder: this.placeholder, value: this.value, onChange: ev => this.handleChange(ev) }), h("datalist", { key: 'adfd77a001389d6cc092e3b054ef12e45d562d54', part: "terms", id: "terms" }, this.terms.map(term => (h("option", { value: term.uri }, term.shorthand))))));
22
+ return (h(Host, { key: 'd8316308e089f89fdbb16dbdf799caa308713a14' }, h("input", { key: 'aab9ef56274dd2608c346673fd9be2420b0f6dbf', part: "input", list: "terms", placeholder: this.placeholder, value: this.value, onChange: ev => this.handleChange(ev) }), h("datalist", { key: '5b54e6c44cd926b9b40fe79de1afb12326f919bc', part: "terms", id: "terms" }, this.terms.map(term => (h("option", { value: term.uri }, term.shorthand))))));
23
23
  }
24
24
  static get is() { return "pos-select-term"; }
25
25
  static get encapsulation() { return "shadow"; }
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, H as Host } from './index-9725d917.js';
2
- import { g as getIonMode } from './ionic-global-07f989af.js';
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
+ import { g as getIonMode } from './ionic-global.js';
3
3
 
4
4
  const cardContentIosCss = "ion-card-content{display:block;position:relative}.card-content-ios{-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:20px;padding-bottom:20px;font-size:1rem;line-height:1.4}.card-content-ios h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.card-content-ios h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.card-content-ios h3,.card-content-ios h4,.card-content-ios h5,.card-content-ios h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal}.card-content-ios p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem}ion-card-header+.card-content-ios{padding-top:0}";
5
5
  const IonCardContentIosStyle0 = cardContentIosCss;
@@ -7,9 +7,10 @@ const IonCardContentIosStyle0 = cardContentIosCss;
7
7
  const cardContentMdCss = "ion-card-content{display:block;position:relative}.card-content-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:13px;padding-bottom:13px;font-size:0.875rem;line-height:1.5}.card-content-md h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.card-content-md h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.card-content-md h3,.card-content-md h4,.card-content-md h5,.card-content-md h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal}.card-content-md p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;font-weight:normal;line-height:1.5}ion-card-header+.card-content-md{padding-top:0}";
8
8
  const IonCardContentMdStyle0 = cardContentMdCss;
9
9
 
10
- const CardContent = class {
11
- constructor(hostRef) {
12
- registerInstance(this, hostRef);
10
+ const CardContent = /*@__PURE__*/ proxyCustomElement(class CardContent extends HTMLElement {
11
+ constructor() {
12
+ super();
13
+ this.__registerHost();
13
14
  }
14
15
  render() {
15
16
  const mode = getIonMode(this);
@@ -19,12 +20,25 @@ const CardContent = class {
19
20
  [`card-content-${mode}`]: true,
20
21
  } }));
21
22
  }
22
- };
23
- CardContent.style = {
24
- ios: IonCardContentIosStyle0,
25
- md: IonCardContentMdStyle0
26
- };
23
+ static get style() { return {
24
+ ios: IonCardContentIosStyle0,
25
+ md: IonCardContentMdStyle0
26
+ }; }
27
+ }, [32, "ion-card-content"]);
28
+ function defineCustomElement() {
29
+ if (typeof customElements === "undefined") {
30
+ return;
31
+ }
32
+ const components = ["ion-card-content"];
33
+ components.forEach(tagName => { switch (tagName) {
34
+ case "ion-card-content":
35
+ if (!customElements.get(tagName)) {
36
+ customElements.define(tagName, CardContent);
37
+ }
38
+ break;
39
+ } });
40
+ }
27
41
 
28
- export { CardContent as ion_card_content };
42
+ export { CardContent as C, defineCustomElement as d };
29
43
 
30
- //# sourceMappingURL=ion-card-content.entry.js.map
44
+ //# sourceMappingURL=card-content.js.map
@@ -0,0 +1 @@
1
+ {"file":"card-content.js","mappings":";;;AAAA,MAAM,iBAAiB,GAAG,oyBAAoyB,CAAC;AAC/zB,gCAAe,iBAAiB;;ACDhC,MAAM,gBAAgB,GAAG,k0BAAk0B,CAAC;AAC51B,+BAAe,gBAAgB;;MCOlB,WAAW;;;;;IACpB,MAAM;QACF,MAAM,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;QAC9B,QAAQ,CAAC,CAAC,IAAI,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE;gBAClE,CAAC,IAAI,GAAG,IAAI;;gBAEZ,CAAC,gBAAgB,IAAI,EAAE,GAAG,IAAI;aACjC,EAAE,CAAC,EAAE;KACb;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["../node_modules/@ionic/core/dist/collection/components/card-content/card-content.ios.css?tag=ion-card-content&mode=ios","../node_modules/@ionic/core/dist/collection/components/card-content/card-content.md.css?tag=ion-card-content&mode=md","../node_modules/@ionic/core/dist/collection/components/card-content/card-content.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\nion-card-content {\n display: block;\n position: relative;\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n.card-content-ios {\n -webkit-padding-start: 20px;\n padding-inline-start: 20px;\n -webkit-padding-end: 20px;\n padding-inline-end: 20px;\n padding-top: 20px;\n padding-bottom: 20px;\n font-size: 1rem;\n line-height: 1.4;\n}\n.card-content-ios h1 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 2px;\n font-size: 1.5rem;\n font-weight: normal;\n}\n.card-content-ios h2 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 2px;\n margin-bottom: 2px;\n font-size: 1rem;\n font-weight: normal;\n}\n.card-content-ios h3,\n.card-content-ios h4,\n.card-content-ios h5,\n.card-content-ios h6 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 2px;\n margin-bottom: 2px;\n font-size: 0.875rem;\n font-weight: normal;\n}\n.card-content-ios p {\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 2px;\n font-size: 0.875rem;\n}\n\nion-card-header + .card-content-ios {\n padding-top: 0;\n}","/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\nion-card-content {\n display: block;\n position: relative;\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n.card-content-md {\n -webkit-padding-start: 16px;\n padding-inline-start: 16px;\n -webkit-padding-end: 16px;\n padding-inline-end: 16px;\n padding-top: 13px;\n padding-bottom: 13px;\n font-size: 0.875rem;\n line-height: 1.5;\n}\n.card-content-md h1 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 2px;\n font-size: 1.5rem;\n font-weight: normal;\n}\n.card-content-md h2 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 2px;\n margin-bottom: 2px;\n font-size: 1rem;\n font-weight: normal;\n}\n.card-content-md h3,\n.card-content-md h4,\n.card-content-md h5,\n.card-content-md h6 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 2px;\n margin-bottom: 2px;\n font-size: 0.875rem;\n font-weight: normal;\n}\n.card-content-md p {\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 2px;\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.5;\n}\n\nion-card-header + .card-content-md {\n padding-top: 0;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { getIonMode } from \"../../global/ionic-global\";\n/**\n * @virtualProp {\"ios\" | \"md\"} mode - The mode determines which platform styles to use.\n */\nexport class CardContent {\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: 'dd95806f042fcd124b18126679f671be6e32a021', class: {\n [mode]: true,\n // Used internally for styling\n [`card-content-${mode}`]: true,\n } }));\n }\n static get is() { return \"ion-card-content\"; }\n static get originalStyleUrls() {\n return {\n \"ios\": [\"card-content.ios.scss\"],\n \"md\": [\"card-content.md.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"ios\": [\"card-content.ios.css\"],\n \"md\": [\"card-content.md.css\"]\n };\n }\n}\n"],"version":3}
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h, H as Host } from './index-9725d917.js';
2
- import { c as createColorClasses } from './theme-d75c68ae.js';
3
- import { g as getIonMode } from './ionic-global-07f989af.js';
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
+ import { c as createColorClasses } from './theme.js';
3
+ import { g as getIonMode } from './ionic-global.js';
4
4
 
5
5
  const cardHeaderIosCss = ":host{--background:transparent;--color:inherit;display:flex;position:relative;flex-direction:column;background:var(--background);color:var(--color)}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host{-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:20px;padding-bottom:16px;flex-direction:column-reverse}@supports (backdrop-filter: blur(0)){:host(.card-header-translucent){background-color:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);backdrop-filter:saturate(180%) blur(30px)}}";
6
6
  const IonCardHeaderIosStyle0 = cardHeaderIosCss;
@@ -8,9 +8,11 @@ const IonCardHeaderIosStyle0 = cardHeaderIosCss;
8
8
  const cardHeaderMdCss = ":host{--background:transparent;--color:inherit;display:flex;position:relative;flex-direction:column;background:var(--background);color:var(--color)}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:16px;padding-bottom:16px}::slotted(ion-card-title:not(:first-child)),::slotted(ion-card-subtitle:not(:first-child)){margin-top:8px}";
9
9
  const IonCardHeaderMdStyle0 = cardHeaderMdCss;
10
10
 
11
- const CardHeader = class {
12
- constructor(hostRef) {
13
- registerInstance(this, hostRef);
11
+ const CardHeader = /*@__PURE__*/ proxyCustomElement(class CardHeader extends HTMLElement {
12
+ constructor() {
13
+ super();
14
+ this.__registerHost();
15
+ this.__attachShadow();
14
16
  this.color = undefined;
15
17
  this.translucent = false;
16
18
  }
@@ -22,12 +24,28 @@ const CardHeader = class {
22
24
  [mode]: true,
23
25
  }) }, h("slot", { key: '51b6f4048d25521ece18d79e5361c762af41cae7' })));
24
26
  }
25
- };
26
- CardHeader.style = {
27
- ios: IonCardHeaderIosStyle0,
28
- md: IonCardHeaderMdStyle0
29
- };
27
+ static get style() { return {
28
+ ios: IonCardHeaderIosStyle0,
29
+ md: IonCardHeaderMdStyle0
30
+ }; }
31
+ }, [33, "ion-card-header", {
32
+ "color": [513],
33
+ "translucent": [4]
34
+ }]);
35
+ function defineCustomElement() {
36
+ if (typeof customElements === "undefined") {
37
+ return;
38
+ }
39
+ const components = ["ion-card-header"];
40
+ components.forEach(tagName => { switch (tagName) {
41
+ case "ion-card-header":
42
+ if (!customElements.get(tagName)) {
43
+ customElements.define(tagName, CardHeader);
44
+ }
45
+ break;
46
+ } });
47
+ }
30
48
 
31
- export { CardHeader as ion_card_header };
49
+ export { CardHeader as C, defineCustomElement as d };
32
50
 
33
- //# sourceMappingURL=ion-card-header.entry.js.map
51
+ //# sourceMappingURL=card-header.js.map
@@ -0,0 +1 @@
1
+ {"file":"card-header.js","mappings":";;;;AAAA,MAAM,gBAAgB,GAAG,mlBAAmlB,CAAC;AAC7mB,+BAAe,gBAAgB;;ACD/B,MAAM,eAAe,GAAG,oeAAoe,CAAC;AAC7f,8BAAe,eAAe;;MCQjB,UAAU;IACnB;;;;QACI,IAAI,CAAC,KAAK,GAAG,SAAS,CAAC;QACvB,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;KAC5B;IACD,MAAM;QACF,MAAM,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;QAC9B,QAAQ,CAAC,CAAC,IAAI,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,kBAAkB,CAAC,IAAI,CAAC,KAAK,EAAE;gBACjG,yBAAyB,EAAE,IAAI,CAAC,WAAW;gBAC3C,mBAAmB,EAAE,IAAI;gBACzB,CAAC,IAAI,GAAG,IAAI;aACf,CAAC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,CAAC,CAAC,EAAE;KAC9E;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["../node_modules/@ionic/core/dist/collection/components/card-header/card-header.ios.css?tag=ion-card-header&mode=ios&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/card-header/card-header.md.css?tag=ion-card-header&mode=md&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/card-header/card-header.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n --background: transparent;\n --color: inherit;\n display: flex;\n position: relative;\n flex-direction: column;\n background: var(--background);\n color: var(--color);\n}\n\n:host(.ion-color) {\n background: var(--ion-color-base);\n color: var(--ion-color-contrast);\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n -webkit-padding-start: 20px;\n padding-inline-start: 20px;\n -webkit-padding-end: 20px;\n padding-inline-end: 20px;\n padding-top: 20px;\n padding-bottom: 16px;\n flex-direction: column-reverse;\n}\n\n@supports (backdrop-filter: blur(0)) {\n :host(.card-header-translucent) {\n background-color: rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);\n backdrop-filter: saturate(180%) blur(30px);\n }\n}","/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n --background: transparent;\n --color: inherit;\n display: flex;\n position: relative;\n flex-direction: column;\n background: var(--background);\n color: var(--color);\n}\n\n:host(.ion-color) {\n background: var(--ion-color-base);\n color: var(--ion-color-contrast);\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n -webkit-padding-start: 16px;\n padding-inline-start: 16px;\n -webkit-padding-end: 16px;\n padding-inline-end: 16px;\n padding-top: 16px;\n padding-bottom: 16px;\n}\n\n::slotted(ion-card-title:not(:first-child)),\n::slotted(ion-card-subtitle:not(:first-child)) {\n margin-top: 8px;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { createColorClasses } from \"../../utils/theme\";\nimport { getIonMode } from \"../../global/ionic-global\";\n/**\n * @virtualProp {\"ios\" | \"md\"} mode - The mode determines which platform styles to use.\n */\nexport class CardHeader {\n constructor() {\n this.color = undefined;\n this.translucent = false;\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: '44077ad8e3edf7726d0f7a039046e32dc56a83c9', class: createColorClasses(this.color, {\n 'card-header-translucent': this.translucent,\n 'ion-inherit-color': true,\n [mode]: true,\n }) }, h(\"slot\", { key: '51b6f4048d25521ece18d79e5361c762af41cae7' })));\n }\n static get is() { return \"ion-card-header\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"ios\": [\"card-header.ios.scss\"],\n \"md\": [\"card-header.md.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"ios\": [\"card-header.ios.css\"],\n \"md\": [\"card-header.md.css\"]\n };\n }\n static get properties() {\n return {\n \"color\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Color\",\n \"resolved\": \"\\\"danger\\\" | \\\"dark\\\" | \\\"light\\\" | \\\"medium\\\" | \\\"primary\\\" | \\\"secondary\\\" | \\\"success\\\" | \\\"tertiary\\\" | \\\"warning\\\" | string & Record<never, never> | undefined\",\n \"references\": {\n \"Color\": {\n \"location\": \"import\",\n \"path\": \"../../interface\",\n \"id\": \"src/interface.d.ts::Color\"\n }\n }\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The color to use from your application's color palette.\\nDefault options are: `\\\"primary\\\"`, `\\\"secondary\\\"`, `\\\"tertiary\\\"`, `\\\"success\\\"`, `\\\"warning\\\"`, `\\\"danger\\\"`, `\\\"light\\\"`, `\\\"medium\\\"`, and `\\\"dark\\\"`.\\nFor more information on colors, see [theming](/docs/theming/basics).\"\n },\n \"attribute\": \"color\",\n \"reflect\": true\n },\n \"translucent\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"If `true`, the card header will be translucent.\\nOnly applies when the mode is `\\\"ios\\\"` and the device supports\\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\"\n },\n \"attribute\": \"translucent\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n }\n };\n }\n}\n"],"version":3}
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h, H as Host } from './index-9725d917.js';
2
- import { c as createColorClasses } from './theme-d75c68ae.js';
3
- import { g as getIonMode } from './ionic-global-07f989af.js';
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
+ import { c as createColorClasses } from './theme.js';
3
+ import { g as getIonMode } from './ionic-global.js';
4
4
 
5
5
  const cardTitleIosCss = ":host{display:block;position:relative;color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-text-color, #000);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-size:1.75rem;font-weight:700;line-height:1.2}";
6
6
  const IonCardTitleIosStyle0 = cardTitleIosCss;
@@ -8,9 +8,11 @@ const IonCardTitleIosStyle0 = cardTitleIosCss;
8
8
  const cardTitleMdCss = ":host{display:block;position:relative;color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-color-step-850, #262626);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-size:1.25rem;font-weight:500;line-height:1.2}";
9
9
  const IonCardTitleMdStyle0 = cardTitleMdCss;
10
10
 
11
- const CardTitle = class {
12
- constructor(hostRef) {
13
- registerInstance(this, hostRef);
11
+ const CardTitle = /*@__PURE__*/ proxyCustomElement(class CardTitle extends HTMLElement {
12
+ constructor() {
13
+ super();
14
+ this.__registerHost();
15
+ this.__attachShadow();
14
16
  this.color = undefined;
15
17
  }
16
18
  render() {
@@ -20,12 +22,27 @@ const CardTitle = class {
20
22
  [mode]: true,
21
23
  }) }, h("slot", { key: '8d87636ad703545b6d2297629205a5a8616eb94e' })));
22
24
  }
23
- };
24
- CardTitle.style = {
25
- ios: IonCardTitleIosStyle0,
26
- md: IonCardTitleMdStyle0
27
- };
25
+ static get style() { return {
26
+ ios: IonCardTitleIosStyle0,
27
+ md: IonCardTitleMdStyle0
28
+ }; }
29
+ }, [33, "ion-card-title", {
30
+ "color": [513]
31
+ }]);
32
+ function defineCustomElement() {
33
+ if (typeof customElements === "undefined") {
34
+ return;
35
+ }
36
+ const components = ["ion-card-title"];
37
+ components.forEach(tagName => { switch (tagName) {
38
+ case "ion-card-title":
39
+ if (!customElements.get(tagName)) {
40
+ customElements.define(tagName, CardTitle);
41
+ }
42
+ break;
43
+ } });
44
+ }
28
45
 
29
- export { CardTitle as ion_card_title };
46
+ export { CardTitle as C, defineCustomElement as d };
30
47
 
31
- //# sourceMappingURL=ion-card-title.entry.js.map
48
+ //# sourceMappingURL=card-title.js.map
@@ -0,0 +1 @@
1
+ {"file":"card-title.js","mappings":";;;;AAAA,MAAM,eAAe,GAAG,6TAA6T,CAAC;AACtV,8BAAe,eAAe;;ACD9B,MAAM,cAAc,GAAG,oUAAoU,CAAC;AAC5V,6BAAe,cAAc;;MCQhB,SAAS;IAClB;;;;QACI,IAAI,CAAC,KAAK,GAAG,SAAS,CAAC;KAC1B;IACD,MAAM;QACF,MAAM,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;QAC9B,QAAQ,CAAC,CAAC,IAAI,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,kBAAkB,CAAC,IAAI,CAAC,KAAK,EAAE;gBACrI,mBAAmB,EAAE,IAAI;gBACzB,CAAC,IAAI,GAAG,IAAI;aACf,CAAC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,CAAC,CAAC,EAAE;KAC9E;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["../node_modules/@ionic/core/dist/collection/components/card-title/card-title.ios.css?tag=ion-card-title&mode=ios&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/card-title/card-title.md.css?tag=ion-card-title&mode=md&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/card-title/card-title.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n /**\n * @prop --color: Color of the card title\n */\n display: block;\n position: relative;\n color: var(--color);\n}\n\n:host(.ion-color) {\n color: var(--ion-color-base);\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n --color: var(--ion-text-color, #000);\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 0;\n padding-left: 0;\n padding-right: 0;\n padding-top: 0;\n padding-bottom: 0;\n font-size: 1.75rem;\n font-weight: 700;\n line-height: 1.2;\n}","/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n /**\n * @prop --color: Color of the card title\n */\n display: block;\n position: relative;\n color: var(--color);\n}\n\n:host(.ion-color) {\n color: var(--ion-color-base);\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n --color: var(--ion-color-step-850, #262626);\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 0;\n padding-left: 0;\n padding-right: 0;\n padding-top: 0;\n padding-bottom: 0;\n font-size: 1.25rem;\n font-weight: 500;\n line-height: 1.2;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { createColorClasses } from \"../../utils/theme\";\nimport { getIonMode } from \"../../global/ionic-global\";\n/**\n * @virtualProp {\"ios\" | \"md\"} mode - The mode determines which platform styles to use.\n */\nexport class CardTitle {\n constructor() {\n this.color = undefined;\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: 'a9e4190346e7d0a8e6089ec1fe01bca0f5f7200d', role: \"heading\", \"aria-level\": \"2\", class: createColorClasses(this.color, {\n 'ion-inherit-color': true,\n [mode]: true,\n }) }, h(\"slot\", { key: '8d87636ad703545b6d2297629205a5a8616eb94e' })));\n }\n static get is() { return \"ion-card-title\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"ios\": [\"card-title.ios.scss\"],\n \"md\": [\"card-title.md.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"ios\": [\"card-title.ios.css\"],\n \"md\": [\"card-title.md.css\"]\n };\n }\n static get properties() {\n return {\n \"color\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Color\",\n \"resolved\": \"\\\"danger\\\" | \\\"dark\\\" | \\\"light\\\" | \\\"medium\\\" | \\\"primary\\\" | \\\"secondary\\\" | \\\"success\\\" | \\\"tertiary\\\" | \\\"warning\\\" | string & Record<never, never> | undefined\",\n \"references\": {\n \"Color\": {\n \"location\": \"import\",\n \"path\": \"../../interface\",\n \"id\": \"src/interface.d.ts::Color\"\n }\n }\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The color to use from your application's color palette.\\nDefault options are: `\\\"primary\\\"`, `\\\"secondary\\\"`, `\\\"tertiary\\\"`, `\\\"success\\\"`, `\\\"warning\\\"`, `\\\"danger\\\"`, `\\\"light\\\"`, `\\\"medium\\\"`, and `\\\"dark\\\"`.\\nFor more information on colors, see [theming](/docs/theming/basics).\"\n },\n \"attribute\": \"color\",\n \"reflect\": true\n }\n };\n }\n}\n"],"version":3}