@pod-os/elements 0.25.3-rc.e28841a.0 → 0.25.3-rc.e9054b4.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 (506) 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} +130 -22
  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-make-findable/pos-make-findable.css +5 -6
  38. package/dist/collection/components/pos-navigation-bar/pos-navigation-bar.js +1 -1
  39. package/dist/collection/components/pos-new-thing-form/pos-new-thing-form.js +1 -1
  40. package/dist/collection/components/pos-resource/pos-resource.js +2 -12
  41. package/dist/collection/components/pos-resource/pos-resource.js.map +1 -1
  42. package/dist/collection/components/pos-rich-link/pos-rich-link.js +2 -2
  43. package/dist/collection/components/pos-router/pos-router.js +1 -1
  44. package/dist/collection/components/pos-select-term/pos-select-term.js +1 -1
  45. package/dist/{esm/ion-card-content.entry.js → components/card-content.js} +26 -12
  46. package/dist/components/card-content.js.map +1 -0
  47. package/dist/{esm/ion-card-header.entry.js → components/card-header.js} +31 -13
  48. package/dist/components/card-header.js.map +1 -0
  49. package/dist/{esm/ion-card-title.entry.js → components/card-title.js} +30 -13
  50. package/dist/components/card-title.js.map +1 -0
  51. package/dist/{esm/ion-card.entry.js → components/card.js} +47 -15
  52. package/dist/components/card.js.map +1 -0
  53. package/dist/{esm/ion-col.entry.js → components/col.js} +49 -9
  54. package/dist/components/col.js.map +1 -0
  55. package/dist/{esm/ion-grid.entry.js → components/grid.js} +26 -9
  56. package/dist/components/grid.js.map +1 -0
  57. package/dist/components/ion-card-content.js +1 -40
  58. package/dist/components/ion-card-content.js.map +1 -1
  59. package/dist/components/ion-card-header.js +1 -47
  60. package/dist/components/ion-card-header.js.map +1 -1
  61. package/dist/components/ion-card-title.js +1 -44
  62. package/dist/components/ion-card-title.js.map +1 -1
  63. package/dist/components/ion-card.js +1 -95
  64. package/dist/components/ion-card.js.map +1 -1
  65. package/dist/components/ion-col.js +1 -184
  66. package/dist/components/ion-col.js.map +1 -1
  67. package/dist/components/ion-grid.js +1 -37
  68. package/dist/components/ion-grid.js.map +1 -1
  69. package/dist/components/ion-row.js +1 -30
  70. package/dist/components/ion-row.js.map +1 -1
  71. package/dist/components/pos-add-new-thing2.js +1 -1
  72. package/dist/components/pos-app-browser.js +19 -1
  73. package/dist/components/pos-app-browser.js.map +1 -1
  74. package/dist/components/pos-app-dashboard2.js +26 -2
  75. package/dist/components/pos-app-dashboard2.js.map +1 -1
  76. package/dist/components/pos-app-document-viewer.js +48 -13
  77. package/dist/components/pos-app-document-viewer.js.map +1 -1
  78. package/dist/components/pos-app-generic.js +30 -6
  79. package/dist/components/pos-app-generic.js.map +1 -1
  80. package/dist/components/pos-app-image-viewer.js +49 -16
  81. package/dist/components/pos-app-image-viewer.js.map +1 -1
  82. package/dist/components/pos-app-ldp-container.js +57 -17
  83. package/dist/components/pos-app-ldp-container.js.map +1 -1
  84. package/dist/components/pos-app-rdf-document.js +34 -13
  85. package/dist/components/pos-app-rdf-document.js.map +1 -1
  86. package/dist/components/pos-app-settings2.js +1 -1
  87. package/dist/components/pos-app2.js +1 -1
  88. package/dist/components/pos-container-contents2.js +28 -4
  89. package/dist/components/pos-container-contents2.js.map +1 -1
  90. package/dist/components/pos-dialog2.js +1 -1
  91. package/dist/components/pos-error-toast2.js +1 -1
  92. package/dist/components/pos-example-resources2.js +26 -2
  93. package/dist/components/pos-example-resources2.js.map +1 -1
  94. package/dist/components/pos-internal-router2.js +26 -2
  95. package/dist/components/pos-internal-router2.js.map +1 -1
  96. package/dist/components/pos-literals2.js +1 -1
  97. package/dist/components/pos-login-form2.js +1 -1
  98. package/dist/components/pos-login2.js +29 -5
  99. package/dist/components/pos-login2.js.map +1 -1
  100. package/dist/components/pos-make-findable2.js +27 -3
  101. package/dist/components/pos-make-findable2.js.map +1 -1
  102. package/dist/components/pos-navigation-bar2.js +29 -5
  103. package/dist/components/pos-navigation-bar2.js.map +1 -1
  104. package/dist/components/pos-new-thing-form2.js +1 -1
  105. package/dist/components/pos-relations2.js +28 -4
  106. package/dist/components/pos-relations2.js.map +1 -1
  107. package/dist/components/pos-resource2.js +28 -8
  108. package/dist/components/pos-resource2.js.map +1 -1
  109. package/dist/components/pos-reverse-relations2.js +28 -4
  110. package/dist/components/pos-reverse-relations2.js.map +1 -1
  111. package/dist/components/pos-rich-link2.js +28 -4
  112. package/dist/components/pos-rich-link2.js.map +1 -1
  113. package/dist/components/pos-router2.js +1 -1
  114. package/dist/components/pos-select-term2.js +1 -1
  115. package/dist/components/pos-setting-offline-cache2.js +1 -1
  116. package/dist/components/pos-subjects2.js +26 -2
  117. package/dist/components/pos-subjects2.js.map +1 -1
  118. package/dist/components/row.js +34 -0
  119. package/dist/components/row.js.map +1 -0
  120. package/dist/elements/elements.css +2 -2
  121. package/dist/elements/elements.esm.js +1 -1
  122. package/dist/elements/elements.esm.js.map +1 -1
  123. package/dist/elements/{p-6119b57a.entry.js → p-00c0e726.entry.js} +2 -2
  124. package/dist/elements/p-012323aa.entry.js +2 -0
  125. package/dist/elements/p-012323aa.entry.js.map +1 -0
  126. package/dist/elements/{p-307d1531.js → p-09c0b7ec.js} +2 -2
  127. package/dist/elements/{p-a421bbe5.entry.js → p-0c94ec29.entry.js} +2 -2
  128. package/dist/elements/{p-d8818bb3.entry.js → p-0cdbd05c.entry.js} +2 -2
  129. package/dist/elements/p-10bbe079.entry.js +2 -0
  130. package/dist/elements/p-10bbe079.entry.js.map +1 -0
  131. package/dist/elements/{p-e0de7c6a.entry.js → p-133e29f8.entry.js} +2 -2
  132. package/dist/elements/{p-2a548485.entry.js → p-13d85a0a.entry.js} +2 -2
  133. package/dist/elements/{p-da0d920d.js → p-17cb620a.js} +2 -2
  134. package/dist/elements/{p-66a58eb0.entry.js → p-18e5369d.entry.js} +2 -2
  135. package/dist/elements/{p-239442f9.entry.js → p-196197ab.entry.js} +2 -2
  136. package/dist/elements/{p-cbae963d.js → p-19e2dbee.js} +3 -3
  137. package/dist/elements/{p-4a370bdc.entry.js → p-1b971594.entry.js} +2 -2
  138. package/dist/elements/{p-b5f6b322.entry.js → p-1d8d3167.entry.js} +2 -2
  139. package/dist/elements/{p-d61d280b.js → p-24118aa1.js} +2 -2
  140. package/dist/elements/{p-406df11a.entry.js → p-248a0d89.entry.js} +2 -2
  141. package/dist/elements/p-2543ef78.entry.js +20 -0
  142. package/dist/elements/p-2543ef78.entry.js.map +1 -0
  143. package/dist/elements/{p-41854c8f.entry.js → p-25b5a86a.entry.js} +2 -2
  144. package/dist/elements/{p-f96384f2.entry.js → p-27a5048e.entry.js} +2 -2
  145. package/dist/elements/{p-dc709055.entry.js → p-2bb537fb.entry.js} +2 -2
  146. package/dist/elements/{p-250d4bf1.entry.js → p-2cce9f72.entry.js} +2 -2
  147. package/dist/elements/p-2d89b617.entry.js +2 -0
  148. package/dist/elements/{p-71835d6f.entry.js.map → p-2d89b617.entry.js.map} +1 -1
  149. package/dist/elements/p-2e13f1ea.entry.js +2 -0
  150. package/dist/elements/{p-05fff093.entry.js.map → p-2e13f1ea.entry.js.map} +1 -1
  151. package/dist/elements/{p-59ec8b76.entry.js → p-2e2753e7.entry.js} +2 -2
  152. package/dist/elements/{p-061819d1.js → p-3856e0a0.js} +6 -6
  153. package/dist/elements/{p-f50c3045.entry.js → p-3bc60b5c.entry.js} +2 -2
  154. package/dist/elements/{p-6cc9961e.entry.js → p-3bf6d7b8.entry.js} +2 -2
  155. package/dist/elements/{p-87c81685.entry.js → p-428e79f5.entry.js} +2 -2
  156. package/dist/elements/{p-07d2bd5a.entry.js → p-43d3f9dd.entry.js} +2 -2
  157. package/dist/elements/p-489909a3.entry.js +2 -0
  158. package/dist/elements/{p-01981011.entry.js.map → p-489909a3.entry.js.map} +1 -1
  159. package/dist/elements/p-4a049a02.entry.js +2 -0
  160. package/dist/elements/p-57740997.entry.js +2 -0
  161. package/dist/elements/{p-300ec095.entry.js → p-58ad0789.entry.js} +3 -3
  162. package/dist/elements/p-5d1eb685.entry.js +2 -0
  163. package/dist/elements/{p-facc0ac5.entry.js.map → p-5d1eb685.entry.js.map} +1 -1
  164. package/dist/elements/{p-41bb9792.entry.js → p-609cf34b.entry.js} +2 -2
  165. package/dist/elements/{p-c698ab8e.entry.js → p-616c23ad.entry.js} +2 -2
  166. package/dist/elements/{p-c186950b.entry.js → p-6183b212.entry.js} +2 -2
  167. package/dist/elements/p-686bf509.entry.js +2 -0
  168. package/dist/elements/{p-5441ae35.entry.js.map → p-686bf509.entry.js.map} +1 -1
  169. package/dist/elements/{p-09d80405.entry.js → p-68fa0553.entry.js} +2 -2
  170. package/dist/elements/{p-f4035b4a.entry.js → p-6bc1057e.entry.js} +2 -2
  171. package/dist/elements/{p-e8268c7a.entry.js → p-7105c21a.entry.js} +2 -2
  172. package/dist/elements/{p-c9604122.entry.js → p-73331353.entry.js} +2 -2
  173. package/dist/elements/{p-49fcec88.entry.js → p-77f496ea.entry.js} +2 -2
  174. package/dist/elements/p-780ee959.entry.js +2 -0
  175. package/dist/elements/{p-7190d53c.entry.js → p-7bef9b1b.entry.js} +2 -2
  176. package/dist/elements/{p-b64a85bf.entry.js → p-849fec0f.entry.js} +2 -2
  177. package/dist/elements/{p-552a9992.entry.js → p-8a61526b.entry.js} +2 -2
  178. package/dist/elements/{p-4dd65d40.entry.js → p-8c1eba2d.entry.js} +2 -2
  179. package/dist/elements/{p-2f0509be.entry.js → p-8e747572.entry.js} +2 -2
  180. package/dist/elements/{p-4c078751.entry.js → p-91fccb8b.entry.js} +2 -2
  181. package/dist/elements/p-93dc5bee.entry.js +2 -0
  182. package/dist/elements/{p-95161a5d.entry.js.map → p-93dc5bee.entry.js.map} +1 -1
  183. package/dist/elements/p-968b8bef.entry.js +2 -0
  184. package/dist/elements/p-968b8bef.entry.js.map +1 -0
  185. package/dist/elements/{p-0017dc14.entry.js → p-983da5af.entry.js} +2 -2
  186. package/dist/elements/{p-8f6d1cbe.entry.js → p-9a3d973e.entry.js} +2 -2
  187. package/dist/elements/p-a03499f7.js +5 -0
  188. package/dist/elements/{p-25926b66.entry.js → p-a3726198.entry.js} +2 -2
  189. package/dist/elements/p-a41edaa5.entry.js +2 -0
  190. package/dist/elements/{p-bdea20c4.entry.js.map → p-a41edaa5.entry.js.map} +1 -1
  191. package/dist/elements/{p-8b209e66.entry.js → p-a9478dc1.entry.js} +2 -2
  192. package/dist/elements/{p-66973c59.entry.js → p-aca8e982.entry.js} +2 -2
  193. package/dist/elements/{p-d358565a.entry.js → p-acf6cab4.entry.js} +2 -2
  194. package/dist/elements/{p-42169e41.js → p-ad32e711.js} +2 -2
  195. package/dist/elements/{p-a376351f.entry.js → p-ad55e9ab.entry.js} +2 -2
  196. package/dist/elements/p-b3117c79.entry.js +2 -0
  197. package/dist/elements/p-b3117c79.entry.js.map +1 -0
  198. package/dist/elements/{p-4383e1bb.entry.js → p-b58ed3d9.entry.js} +2 -2
  199. package/dist/elements/{p-5bf40440.entry.js → p-b8363813.entry.js} +2 -2
  200. package/dist/elements/{p-c350af00.entry.js → p-b90da7d9.entry.js} +2 -2
  201. package/dist/elements/{p-bc675b21.entry.js → p-bf16fe9d.entry.js} +2 -2
  202. package/dist/elements/p-c0ad1e98.entry.js +2 -0
  203. package/dist/elements/{p-c01a4a79.entry.js.map → p-c0ad1e98.entry.js.map} +1 -1
  204. package/dist/elements/{p-266d2934.entry.js → p-c13052f5.entry.js} +2 -2
  205. package/dist/elements/{p-dadb557e.entry.js → p-c19ba914.entry.js} +2 -2
  206. package/dist/elements/p-c21dcd46.entry.js +2 -0
  207. package/dist/elements/{p-cb550d04.entry.js.map → p-c21dcd46.entry.js.map} +1 -1
  208. package/dist/elements/{p-e78cf007.entry.js → p-c34f0243.entry.js} +2 -2
  209. package/dist/elements/p-c6c9f7e0.entry.js +2 -0
  210. package/dist/elements/{p-d08312dd.entry.js.map → p-c6c9f7e0.entry.js.map} +1 -1
  211. package/dist/elements/p-c992243d.entry.js +2 -0
  212. package/dist/elements/{p-a06d93c7.entry.js.map → p-c992243d.entry.js.map} +1 -1
  213. package/dist/elements/{p-734e5a97.js → p-cdb96cf2.js} +2 -2
  214. package/dist/elements/{p-a08f0446.entry.js → p-d03f5902.entry.js} +2 -2
  215. package/dist/elements/p-d0fad707.entry.js +2 -0
  216. package/dist/elements/p-d0fad707.entry.js.map +1 -0
  217. package/dist/elements/{p-a6c03ce8.js → p-d164af48.js} +2 -2
  218. package/dist/elements/{p-627826b0.entry.js → p-d3e26e17.entry.js} +2 -2
  219. package/dist/elements/{p-72a9cbdc.entry.js → p-d7c83052.entry.js} +2 -2
  220. package/dist/elements/{p-b9dcf3b2.js → p-dc0cae0c.js} +2 -2
  221. package/dist/elements/{p-f67bba50.js → p-dd97c7d1.js} +3 -3
  222. package/dist/elements/{p-f40b3ec6.entry.js → p-de2c14be.entry.js} +2 -2
  223. package/dist/elements/p-e5ce5615.entry.js +5 -0
  224. package/dist/elements/p-e5ce5615.entry.js.map +1 -0
  225. package/dist/elements/{p-a507d627.entry.js → p-e7a69dd3.entry.js} +2 -2
  226. package/dist/elements/{p-ffa8c481.entry.js → p-ef4ffce6.entry.js} +2 -2
  227. package/dist/elements/{p-d6394ee4.entry.js → p-ef87f5dd.entry.js} +3 -3
  228. package/dist/elements/p-f0d9cf91.js +2 -0
  229. package/dist/elements/{p-1fc8e557.js → p-f1a6f6f2.js} +2 -2
  230. package/dist/elements/p-f74b9191.entry.js +2 -0
  231. package/dist/elements/{p-fa0be1d8.entry.js.map → p-f74b9191.entry.js.map} +1 -1
  232. package/dist/elements/{p-645632a8.entry.js → p-f9b993ab.entry.js} +2 -2
  233. package/dist/elements/{p-b8bd7745.entry.js → p-fa63a2cc.entry.js} +2 -2
  234. package/dist/elements/{p-0b4204e3.entry.js → p-fb766a59.entry.js} +2 -2
  235. package/dist/elements/{p-fa19a3e9.entry.js → p-fd4ecbf1.entry.js} +2 -2
  236. package/dist/elements/p-fe4821db.entry.js +2 -0
  237. package/dist/elements/p-fe4821db.entry.js.map +1 -0
  238. package/dist/esm/{BrokenFile-d387a173.js → BrokenFile-f46cbf25.js} +2 -2
  239. package/dist/esm/{BrokenFile-d387a173.js.map → BrokenFile-f46cbf25.js.map} +1 -1
  240. package/dist/esm/{app-globals-f420d326.js → app-globals-04af85f0.js} +2 -2
  241. package/dist/esm/{app-globals-f420d326.js.map → app-globals-04af85f0.js.map} +1 -1
  242. package/dist/esm/elements.js +5 -5
  243. package/dist/esm/{hardware-back-button-12e771ad.js → hardware-back-button-41efa076.js} +3 -3
  244. package/dist/esm/{hardware-back-button-12e771ad.js.map → hardware-back-button-41efa076.js.map} +1 -1
  245. package/dist/esm/{index-9725d917.js → index-4fdc2561.js} +2 -2
  246. package/dist/esm/{index-9725d917.js.map → index-4fdc2561.js.map} +1 -1
  247. package/dist/esm/{index-7462d21e.js → index-a753fbce.js} +4 -4
  248. package/dist/esm/{index-7462d21e.js.map → index-a753fbce.js.map} +1 -1
  249. package/dist/esm/{index-ccbcf170.js → index-e268d85c.js} +3 -3
  250. package/dist/esm/{index-ccbcf170.js.map → index-e268d85c.js.map} +1 -1
  251. package/dist/esm/ion-accordion-group.entry.js +2 -2
  252. package/dist/esm/ion-accordion.entry.js +2 -2
  253. package/dist/esm/ion-action-sheet_3.entry.js +4 -4
  254. package/dist/esm/ion-app.entry.js +5 -5
  255. package/dist/esm/ion-avatar.entry.js +2 -2
  256. package/dist/esm/ion-back-button.entry.js +2 -2
  257. package/dist/esm/ion-backdrop.entry.js +2 -2
  258. package/dist/esm/ion-badge_2.entry.js +87 -0
  259. package/dist/esm/ion-badge_2.entry.js.map +1 -0
  260. package/dist/esm/ion-breadcrumb.entry.js +2 -2
  261. package/dist/esm/ion-breadcrumbs.entry.js +2 -2
  262. package/dist/esm/ion-button_4.entry.js +2 -2
  263. package/dist/esm/ion-card-subtitle.entry.js +2 -2
  264. package/dist/esm/ion-card-title_6.entry.js +278 -0
  265. package/dist/esm/ion-card-title_6.entry.js.map +1 -0
  266. package/dist/esm/{ion-icon_31.entry.js → ion-card_34.entry.js} +135 -30
  267. package/dist/esm/ion-card_34.entry.js.map +1 -0
  268. package/dist/esm/ion-checkbox_7.entry.js +2 -2
  269. package/dist/esm/ion-chip.entry.js +2 -2
  270. package/dist/esm/ion-content.entry.js +2 -2
  271. package/dist/esm/ion-datetime-button.entry.js +2 -2
  272. package/dist/esm/ion-datetime.entry.js +2 -2
  273. package/dist/esm/ion-fab-button.entry.js +2 -2
  274. package/dist/esm/ion-fab-list.entry.js +2 -2
  275. package/dist/esm/ion-fab.entry.js +2 -2
  276. package/dist/esm/ion-footer.entry.js +2 -2
  277. package/dist/esm/ion-header.entry.js +2 -2
  278. package/dist/esm/ion-img.entry.js +2 -2
  279. package/dist/esm/ion-infinite-scroll-content.entry.js +2 -2
  280. package/dist/esm/ion-infinite-scroll.entry.js +2 -2
  281. package/dist/esm/ion-input.entry.js +2 -2
  282. package/dist/esm/ion-item-divider.entry.js +2 -2
  283. package/dist/esm/ion-item-group.entry.js +2 -2
  284. package/dist/esm/ion-item-option.entry.js +2 -2
  285. package/dist/esm/ion-item-options.entry.js +2 -2
  286. package/dist/esm/ion-item-sliding.entry.js +2 -2
  287. package/dist/esm/ion-loading.entry.js +4 -4
  288. package/dist/esm/ion-menu-button.entry.js +5 -5
  289. package/dist/esm/ion-menu-toggle.entry.js +5 -5
  290. package/dist/esm/ion-menu.entry.js +5 -5
  291. package/dist/esm/ion-modal.entry.js +5 -5
  292. package/dist/esm/ion-nav-link.entry.js +1 -1
  293. package/dist/esm/ion-nav.entry.js +3 -3
  294. package/dist/esm/ion-note.entry.js +2 -2
  295. package/dist/esm/ion-picker-column.entry.js +2 -2
  296. package/dist/esm/ion-picker.entry.js +4 -4
  297. package/dist/esm/ion-popover.entry.js +5 -5
  298. package/dist/esm/ion-range.entry.js +2 -2
  299. package/dist/esm/ion-refresher-content.entry.js +3 -3
  300. package/dist/esm/ion-refresher.entry.js +3 -3
  301. package/dist/esm/ion-reorder-group.entry.js +2 -2
  302. package/dist/esm/ion-reorder.entry.js +2 -2
  303. package/dist/esm/ion-route-redirect.entry.js +1 -1
  304. package/dist/esm/ion-route.entry.js +1 -1
  305. package/dist/esm/ion-router-link.entry.js +2 -2
  306. package/dist/esm/ion-router-outlet.entry.js +3 -3
  307. package/dist/esm/ion-router.entry.js +1 -1
  308. package/dist/esm/ion-segment-button.entry.js +2 -2
  309. package/dist/esm/ion-segment.entry.js +2 -2
  310. package/dist/esm/ion-select-option.entry.js +2 -2
  311. package/dist/esm/ion-select.entry.js +4 -4
  312. package/dist/esm/ion-spinner.entry.js +2 -2
  313. package/dist/esm/ion-split-pane.entry.js +2 -2
  314. package/dist/esm/ion-tab-bar.entry.js +2 -2
  315. package/dist/esm/ion-tab-button.entry.js +2 -2
  316. package/dist/esm/ion-tab.entry.js +1 -1
  317. package/dist/esm/ion-tabs.entry.js +1 -1
  318. package/dist/esm/ion-text.entry.js +2 -2
  319. package/dist/esm/ion-textarea.entry.js +2 -2
  320. package/dist/esm/ion-thumbnail.entry.js +2 -2
  321. package/dist/esm/ion-title.entry.js +2 -2
  322. package/dist/esm/ion-toggle.entry.js +2 -2
  323. package/dist/esm/ion-toolbar.entry.js +2 -2
  324. package/dist/esm/{ionic-global-07f989af.js → ionic-global-df0a32a5.js} +2 -2
  325. package/dist/esm/{ionic-global-07f989af.js.map → ionic-global-df0a32a5.js.map} +1 -1
  326. package/dist/esm/{ios.transition-02b5b74a.js → ios.transition-42a569f1.js} +3 -3
  327. package/dist/esm/{ios.transition-02b5b74a.js.map → ios.transition-42a569f1.js.map} +1 -1
  328. package/dist/esm/loader.js +5 -5
  329. package/dist/esm/{md.transition-0e6cf607.js → md.transition-646de6a5.js} +3 -3
  330. package/dist/esm/{md.transition-0e6cf607.js.map → md.transition-646de6a5.js.map} +1 -1
  331. package/dist/esm/{menu-toggle-util-6257f7b5.js → menu-toggle-util-8d0172e3.js} +2 -2
  332. package/dist/esm/{menu-toggle-util-6257f7b5.js.map → menu-toggle-util-8d0172e3.js.map} +1 -1
  333. package/dist/esm/{overlays-ef03d5bd.js → overlays-4b3bb757.js} +3 -3
  334. package/dist/esm/{overlays-ef03d5bd.js.map → overlays-4b3bb757.js.map} +1 -1
  335. package/dist/esm/pos-app-document-viewer.entry.js +2 -9
  336. package/dist/esm/pos-app-document-viewer.entry.js.map +1 -1
  337. package/dist/esm/pos-app-generic.entry.js +1 -1
  338. package/dist/esm/pos-app-image-viewer.entry.js +3 -12
  339. package/dist/esm/pos-app-image-viewer.entry.js.map +1 -1
  340. package/dist/esm/pos-app-ldp-container.entry.js +2 -9
  341. package/dist/esm/pos-app-ldp-container.entry.js.map +1 -1
  342. package/dist/esm/pos-app-rdf-document.entry.js +5 -8
  343. package/dist/esm/pos-app-rdf-document.entry.js.map +1 -1
  344. package/dist/esm/pos-container-contents.entry.js +1 -1
  345. package/dist/esm/pos-container-item.entry.js +1 -1
  346. package/dist/esm/pos-document.entry.js +2 -2
  347. package/dist/esm/pos-predicate.entry.js +24 -0
  348. package/dist/esm/pos-predicate.entry.js.map +1 -0
  349. package/dist/esm/pos-relations_2.entry.js +1 -1
  350. package/dist/esm/pos-subjects.entry.js +1 -1
  351. package/dist/esm/pos-value.entry.js +1 -1
  352. package/dist/esm/{refresher.utils-d191622d.js → refresher.utils-0e6b5f97.js} +2 -2
  353. package/dist/esm/{refresher.utils-d191622d.js.map → refresher.utils-0e6b5f97.js.map} +1 -1
  354. package/dist/esm/{status-tap-cdf580e7.js → status-tap-e90a7a0d.js} +2 -2
  355. package/dist/esm/{status-tap-cdf580e7.js.map → status-tap-e90a7a0d.js.map} +1 -1
  356. package/package.json +1 -1
  357. package/dist/cjs/ion-badge_5.cjs.entry.js +0 -187
  358. package/dist/cjs/ion-badge_5.cjs.entry.js.map +0 -1
  359. package/dist/cjs/ion-card-content.cjs.entry.js +0 -34
  360. package/dist/cjs/ion-card-content.cjs.entry.js.map +0 -1
  361. package/dist/cjs/ion-card-header.cjs.entry.js +0 -37
  362. package/dist/cjs/ion-card-header.cjs.entry.js.map +0 -1
  363. package/dist/cjs/ion-card-title.cjs.entry.js +0 -35
  364. package/dist/cjs/ion-card-title.cjs.entry.js.map +0 -1
  365. package/dist/cjs/ion-card.cjs.entry.js +0 -71
  366. package/dist/cjs/ion-card.cjs.entry.js.map +0 -1
  367. package/dist/cjs/ion-col.cjs.entry.js +0 -152
  368. package/dist/cjs/ion-col.cjs.entry.js.map +0 -1
  369. package/dist/cjs/ion-grid.cjs.entry.js +0 -28
  370. package/dist/cjs/ion-grid.cjs.entry.js.map +0 -1
  371. package/dist/cjs/ion-icon_31.cjs.entry.js.map +0 -1
  372. package/dist/cjs/ion-row.cjs.entry.js +0 -23
  373. package/dist/cjs/ion-row.cjs.entry.js.map +0 -1
  374. package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.css +0 -3
  375. package/dist/collection/apps/styles/article-card.css +0 -19
  376. package/dist/collection/apps/styles/default-app-layout.css +0 -28
  377. package/dist/collection/components/pos-resource/pos-resource.css +0 -11
  378. package/dist/elements/p-01981011.entry.js +0 -2
  379. package/dist/elements/p-05fff093.entry.js +0 -2
  380. package/dist/elements/p-07773ed5.entry.js +0 -2
  381. package/dist/elements/p-07773ed5.entry.js.map +0 -1
  382. package/dist/elements/p-0ddcbecd.entry.js +0 -2
  383. package/dist/elements/p-0ddcbecd.entry.js.map +0 -1
  384. package/dist/elements/p-0f7379bc.entry.js +0 -2
  385. package/dist/elements/p-0f7379bc.entry.js.map +0 -1
  386. package/dist/elements/p-1b2d32c1.entry.js +0 -2
  387. package/dist/elements/p-1b2d32c1.entry.js.map +0 -1
  388. package/dist/elements/p-3e6ffc13.entry.js +0 -5
  389. package/dist/elements/p-3e6ffc13.entry.js.map +0 -1
  390. package/dist/elements/p-4ccdbcbf.entry.js +0 -2
  391. package/dist/elements/p-4ccdbcbf.entry.js.map +0 -1
  392. package/dist/elements/p-523432d1.js +0 -2
  393. package/dist/elements/p-5441ae35.entry.js +0 -2
  394. package/dist/elements/p-71835d6f.entry.js +0 -2
  395. package/dist/elements/p-7183a9ca.entry.js +0 -2
  396. package/dist/elements/p-7183a9ca.entry.js.map +0 -1
  397. package/dist/elements/p-7e8b8df1.entry.js +0 -2
  398. package/dist/elements/p-7e8b8df1.entry.js.map +0 -1
  399. package/dist/elements/p-7f53778f.entry.js +0 -2
  400. package/dist/elements/p-8e8881a8.entry.js +0 -2
  401. package/dist/elements/p-8e8881a8.entry.js.map +0 -1
  402. package/dist/elements/p-95161a5d.entry.js +0 -2
  403. package/dist/elements/p-9a4bf79e.entry.js +0 -2
  404. package/dist/elements/p-9a4bf79e.entry.js.map +0 -1
  405. package/dist/elements/p-a06d93c7.entry.js +0 -2
  406. package/dist/elements/p-a13569cf.entry.js +0 -2
  407. package/dist/elements/p-a37a2712.js +0 -5
  408. package/dist/elements/p-a45b1964.entry.js +0 -2
  409. package/dist/elements/p-a45b1964.entry.js.map +0 -1
  410. package/dist/elements/p-ae984107.entry.js +0 -2
  411. package/dist/elements/p-ae984107.entry.js.map +0 -1
  412. package/dist/elements/p-bca341ba.entry.js +0 -2
  413. package/dist/elements/p-bdea20c4.entry.js +0 -2
  414. package/dist/elements/p-c01a4a79.entry.js +0 -2
  415. package/dist/elements/p-cb550d04.entry.js +0 -2
  416. package/dist/elements/p-d08312dd.entry.js +0 -2
  417. package/dist/elements/p-ec43159c.entry.js +0 -20
  418. package/dist/elements/p-ec43159c.entry.js.map +0 -1
  419. package/dist/elements/p-fa0be1d8.entry.js +0 -2
  420. package/dist/elements/p-facc0ac5.entry.js +0 -2
  421. package/dist/esm/ion-badge_5.entry.js +0 -179
  422. package/dist/esm/ion-badge_5.entry.js.map +0 -1
  423. package/dist/esm/ion-card-content.entry.js.map +0 -1
  424. package/dist/esm/ion-card-header.entry.js.map +0 -1
  425. package/dist/esm/ion-card-title.entry.js.map +0 -1
  426. package/dist/esm/ion-card.entry.js.map +0 -1
  427. package/dist/esm/ion-col.entry.js.map +0 -1
  428. package/dist/esm/ion-grid.entry.js.map +0 -1
  429. package/dist/esm/ion-icon_31.entry.js.map +0 -1
  430. package/dist/esm/ion-row.entry.js +0 -19
  431. package/dist/esm/ion-row.entry.js.map +0 -1
  432. /package/dist/elements/{p-6119b57a.entry.js.map → p-00c0e726.entry.js.map} +0 -0
  433. /package/dist/elements/{p-307d1531.js.map → p-09c0b7ec.js.map} +0 -0
  434. /package/dist/elements/{p-a421bbe5.entry.js.map → p-0c94ec29.entry.js.map} +0 -0
  435. /package/dist/elements/{p-d8818bb3.entry.js.map → p-0cdbd05c.entry.js.map} +0 -0
  436. /package/dist/elements/{p-e0de7c6a.entry.js.map → p-133e29f8.entry.js.map} +0 -0
  437. /package/dist/elements/{p-2a548485.entry.js.map → p-13d85a0a.entry.js.map} +0 -0
  438. /package/dist/elements/{p-da0d920d.js.map → p-17cb620a.js.map} +0 -0
  439. /package/dist/elements/{p-66a58eb0.entry.js.map → p-18e5369d.entry.js.map} +0 -0
  440. /package/dist/elements/{p-239442f9.entry.js.map → p-196197ab.entry.js.map} +0 -0
  441. /package/dist/elements/{p-cbae963d.js.map → p-19e2dbee.js.map} +0 -0
  442. /package/dist/elements/{p-4a370bdc.entry.js.map → p-1b971594.entry.js.map} +0 -0
  443. /package/dist/elements/{p-b5f6b322.entry.js.map → p-1d8d3167.entry.js.map} +0 -0
  444. /package/dist/elements/{p-d61d280b.js.map → p-24118aa1.js.map} +0 -0
  445. /package/dist/elements/{p-406df11a.entry.js.map → p-248a0d89.entry.js.map} +0 -0
  446. /package/dist/elements/{p-41854c8f.entry.js.map → p-25b5a86a.entry.js.map} +0 -0
  447. /package/dist/elements/{p-f96384f2.entry.js.map → p-27a5048e.entry.js.map} +0 -0
  448. /package/dist/elements/{p-dc709055.entry.js.map → p-2bb537fb.entry.js.map} +0 -0
  449. /package/dist/elements/{p-250d4bf1.entry.js.map → p-2cce9f72.entry.js.map} +0 -0
  450. /package/dist/elements/{p-59ec8b76.entry.js.map → p-2e2753e7.entry.js.map} +0 -0
  451. /package/dist/elements/{p-061819d1.js.map → p-3856e0a0.js.map} +0 -0
  452. /package/dist/elements/{p-f50c3045.entry.js.map → p-3bc60b5c.entry.js.map} +0 -0
  453. /package/dist/elements/{p-6cc9961e.entry.js.map → p-3bf6d7b8.entry.js.map} +0 -0
  454. /package/dist/elements/{p-87c81685.entry.js.map → p-428e79f5.entry.js.map} +0 -0
  455. /package/dist/elements/{p-07d2bd5a.entry.js.map → p-43d3f9dd.entry.js.map} +0 -0
  456. /package/dist/elements/{p-bca341ba.entry.js.map → p-4a049a02.entry.js.map} +0 -0
  457. /package/dist/elements/{p-a13569cf.entry.js.map → p-57740997.entry.js.map} +0 -0
  458. /package/dist/elements/{p-300ec095.entry.js.map → p-58ad0789.entry.js.map} +0 -0
  459. /package/dist/elements/{p-41bb9792.entry.js.map → p-609cf34b.entry.js.map} +0 -0
  460. /package/dist/elements/{p-c698ab8e.entry.js.map → p-616c23ad.entry.js.map} +0 -0
  461. /package/dist/elements/{p-c186950b.entry.js.map → p-6183b212.entry.js.map} +0 -0
  462. /package/dist/elements/{p-09d80405.entry.js.map → p-68fa0553.entry.js.map} +0 -0
  463. /package/dist/elements/{p-f4035b4a.entry.js.map → p-6bc1057e.entry.js.map} +0 -0
  464. /package/dist/elements/{p-e8268c7a.entry.js.map → p-7105c21a.entry.js.map} +0 -0
  465. /package/dist/elements/{p-c9604122.entry.js.map → p-73331353.entry.js.map} +0 -0
  466. /package/dist/elements/{p-49fcec88.entry.js.map → p-77f496ea.entry.js.map} +0 -0
  467. /package/dist/elements/{p-7f53778f.entry.js.map → p-780ee959.entry.js.map} +0 -0
  468. /package/dist/elements/{p-7190d53c.entry.js.map → p-7bef9b1b.entry.js.map} +0 -0
  469. /package/dist/elements/{p-b64a85bf.entry.js.map → p-849fec0f.entry.js.map} +0 -0
  470. /package/dist/elements/{p-552a9992.entry.js.map → p-8a61526b.entry.js.map} +0 -0
  471. /package/dist/elements/{p-4dd65d40.entry.js.map → p-8c1eba2d.entry.js.map} +0 -0
  472. /package/dist/elements/{p-2f0509be.entry.js.map → p-8e747572.entry.js.map} +0 -0
  473. /package/dist/elements/{p-4c078751.entry.js.map → p-91fccb8b.entry.js.map} +0 -0
  474. /package/dist/elements/{p-0017dc14.entry.js.map → p-983da5af.entry.js.map} +0 -0
  475. /package/dist/elements/{p-8f6d1cbe.entry.js.map → p-9a3d973e.entry.js.map} +0 -0
  476. /package/dist/elements/{p-a37a2712.js.map → p-a03499f7.js.map} +0 -0
  477. /package/dist/elements/{p-25926b66.entry.js.map → p-a3726198.entry.js.map} +0 -0
  478. /package/dist/elements/{p-8b209e66.entry.js.map → p-a9478dc1.entry.js.map} +0 -0
  479. /package/dist/elements/{p-66973c59.entry.js.map → p-aca8e982.entry.js.map} +0 -0
  480. /package/dist/elements/{p-d358565a.entry.js.map → p-acf6cab4.entry.js.map} +0 -0
  481. /package/dist/elements/{p-42169e41.js.map → p-ad32e711.js.map} +0 -0
  482. /package/dist/elements/{p-a376351f.entry.js.map → p-ad55e9ab.entry.js.map} +0 -0
  483. /package/dist/elements/{p-4383e1bb.entry.js.map → p-b58ed3d9.entry.js.map} +0 -0
  484. /package/dist/elements/{p-5bf40440.entry.js.map → p-b8363813.entry.js.map} +0 -0
  485. /package/dist/elements/{p-c350af00.entry.js.map → p-b90da7d9.entry.js.map} +0 -0
  486. /package/dist/elements/{p-bc675b21.entry.js.map → p-bf16fe9d.entry.js.map} +0 -0
  487. /package/dist/elements/{p-266d2934.entry.js.map → p-c13052f5.entry.js.map} +0 -0
  488. /package/dist/elements/{p-dadb557e.entry.js.map → p-c19ba914.entry.js.map} +0 -0
  489. /package/dist/elements/{p-e78cf007.entry.js.map → p-c34f0243.entry.js.map} +0 -0
  490. /package/dist/elements/{p-734e5a97.js.map → p-cdb96cf2.js.map} +0 -0
  491. /package/dist/elements/{p-a08f0446.entry.js.map → p-d03f5902.entry.js.map} +0 -0
  492. /package/dist/elements/{p-a6c03ce8.js.map → p-d164af48.js.map} +0 -0
  493. /package/dist/elements/{p-627826b0.entry.js.map → p-d3e26e17.entry.js.map} +0 -0
  494. /package/dist/elements/{p-72a9cbdc.entry.js.map → p-d7c83052.entry.js.map} +0 -0
  495. /package/dist/elements/{p-b9dcf3b2.js.map → p-dc0cae0c.js.map} +0 -0
  496. /package/dist/elements/{p-f67bba50.js.map → p-dd97c7d1.js.map} +0 -0
  497. /package/dist/elements/{p-f40b3ec6.entry.js.map → p-de2c14be.entry.js.map} +0 -0
  498. /package/dist/elements/{p-a507d627.entry.js.map → p-e7a69dd3.entry.js.map} +0 -0
  499. /package/dist/elements/{p-ffa8c481.entry.js.map → p-ef4ffce6.entry.js.map} +0 -0
  500. /package/dist/elements/{p-d6394ee4.entry.js.map → p-ef87f5dd.entry.js.map} +0 -0
  501. /package/dist/elements/{p-523432d1.js.map → p-f0d9cf91.js.map} +0 -0
  502. /package/dist/elements/{p-1fc8e557.js.map → p-f1a6f6f2.js.map} +0 -0
  503. /package/dist/elements/{p-645632a8.entry.js.map → p-f9b993ab.entry.js.map} +0 -0
  504. /package/dist/elements/{p-b8bd7745.entry.js.map → p-fa63a2cc.entry.js.map} +0 -0
  505. /package/dist/elements/{p-0b4204e3.entry.js.map → p-fb766a59.entry.js.map} +0 -0
  506. /package/dist/elements/{p-fa19a3e9.entry.js.map → p-fd4ecbf1.entry.js.map} +0 -0
@@ -1,23 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-45dd971c.js');
6
- const ionicGlobal = require('./ionic-global-c7ac1ce0.js');
7
-
8
- const rowCss = ":host{display:flex;flex-wrap:wrap}";
9
- const IonRowStyle0 = rowCss;
10
-
11
- const Row = class {
12
- constructor(hostRef) {
13
- index.registerInstance(this, hostRef);
14
- }
15
- render() {
16
- return (index.h(index.Host, { key: '242c9a45b0bb39af2aebf412fdfa9a176babc834', class: ionicGlobal.getIonMode(this) }, index.h("slot", { key: 'd9015d663d631bbf20bd3e0821fed874cd6c5156' })));
17
- }
18
- };
19
- Row.style = IonRowStyle0;
20
-
21
- exports.ion_row = Row;
22
-
23
- //# sourceMappingURL=ion-row.cjs.entry.js.map
@@ -1 +0,0 @@
1
- {"file":"ion-row.entry.cjs.js","mappings":";;;;;;;AAAA,MAAM,MAAM,GAAG,oCAAoC,CAAC;AACpD,qBAAe,MAAM;;MCIR,GAAG;;;;IACZ,MAAM;QACF,QAAQA,OAAC,CAACC,UAAI,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAEC,sBAAU,CAAC,IAAI,CAAC,EAAE,EAAEF,OAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,CAAC,CAAC,EAAE;KAClK;;;;;;","names":["h","Host","getIonMode"],"sources":["../node_modules/@ionic/core/dist/collection/components/row/row.css?tag=ion-row&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/row/row.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/**\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/**\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 display: flex;\n flex-wrap: wrap;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { getIonMode } from \"../../global/ionic-global\";\nexport class Row {\n render() {\n return (h(Host, { key: '242c9a45b0bb39af2aebf412fdfa9a176babc834', class: getIonMode(this) }, h(\"slot\", { key: 'd9015d663d631bbf20bd3e0821fed874cd6c5156' })));\n }\n static get is() { return \"ion-row\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"row.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"row.css\"]\n };\n }\n}\n"],"version":3}
@@ -1,3 +0,0 @@
1
- pos-image {
2
- --max-width: 100%;
3
- }
@@ -1,19 +0,0 @@
1
- article {
2
- padding: var(--size-2);
3
- display: flex;
4
- flex-direction: column;
5
- gap: var(--size-2);
6
- outline: var(--pos-border-solid);
7
- border-radius: var(--radius-sm);
8
- box-shadow: var(--shadow-md);
9
- background-color: var(--pos-card-background);
10
-
11
- header {
12
- display: flex;
13
- flex-direction: column;
14
- gap: var(--size-2);
15
- h1 {
16
- margin: 0;
17
- }
18
- }
19
- }
@@ -1,28 +0,0 @@
1
- :host {
2
- --gap-size: var(--size-4);
3
- display: flex;
4
- flex-direction: column;
5
- gap: var(--gap-size);
6
- margin: var(--gap-size);
7
- }
8
-
9
- section {
10
- display: flex;
11
- flex-direction: column;
12
- gap: var(--gap-size);
13
- }
14
-
15
- @media (min-width: 640px) {
16
- :host {
17
- flex-direction: row;
18
- flex-wrap: wrap;
19
-
20
- section:first-of-type {
21
- flex: 1;
22
- }
23
-
24
- section:not(:first-of-type) {
25
- flex: 0 0 30%;
26
- }
27
- }
28
- }
@@ -1,11 +0,0 @@
1
- details.error {
2
- margin: var(--size-2);
3
- background-color: var(--pos-error-background-color);
4
- border: var(--size-px) solid var(--pos-error-border-color);
5
- padding: var(--size-2);
6
- border-radius: var(--radius-md);
7
-
8
- a {
9
- color: var(--pos-normal-text-color);
10
- }
11
- }
@@ -1,2 +0,0 @@
1
- import{r as t,i,h as s,e,H as n}from"./p-42169e41.js";import{a as o,d as h,r}from"./p-949b115f.js";import{m as a}from"./p-71ee259b.js";import{w as d}from"./p-b951a801.js";import{g as l}from"./p-da0d920d.js";import"./p-d6769f21.js";const c="ion-item-sliding{display:block;position:relative;width:100%;overflow:hidden;user-select:none}ion-item-sliding .item{user-select:none}.item-sliding-active-slide .item{position:relative;transition:transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1);opacity:1;z-index:2;pointer-events:none;will-change:transform}.item-sliding-closing ion-item-options{pointer-events:none}.item-sliding-active-swipe-end .item-options-end .item-option-expandable{padding-left:100%;order:1;transition-duration:0.6s;transition-property:padding-left}:host-context([dir=rtl]) .item-sliding-active-swipe-end .item-options-end .item-option-expandable{order:-1}[dir=rtl] .item-sliding-active-swipe-end .item-options-end .item-option-expandable{order:-1}@supports selector(:dir(rtl)){.item-sliding-active-swipe-end .item-options-end .item-option-expandable:dir(rtl){order:-1}}.item-sliding-active-swipe-start .item-options-start .item-option-expandable{padding-right:100%;order:-1;transition-duration:0.6s;transition-property:padding-right}:host-context([dir=rtl]) .item-sliding-active-swipe-start .item-options-start .item-option-expandable{order:1}[dir=rtl] .item-sliding-active-swipe-start .item-options-start .item-option-expandable{order:1}@supports selector(:dir(rtl)){.item-sliding-active-swipe-start .item-options-start .item-option-expandable:dir(rtl){order:1}}";const p=c;const f=30;const m=.55;let u;const g=class{constructor(s){t(this,s);this.ionDrag=i(this,"ionDrag",7);this.item=null;this.openAmount=0;this.initialOpenAmount=0;this.optsWidthRightSide=0;this.optsWidthLeftSide=0;this.sides=0;this.optsDirty=true;this.contentEl=null;this.initialContentScrollY=true;this.state=2;this.disabled=false}disabledChanged(){if(this.gesture){this.gesture.enable(!this.disabled)}}async connectedCallback(){const{el:t}=this;this.item=t.querySelector("ion-item");this.contentEl=o(t);this.mutationObserver=d(t,"ion-item-option",(async()=>{await this.updateOptions()}));await this.updateOptions();this.gesture=(await import("./p-b943833e.js")).createGesture({el:t,gestureName:"item-swipe",gesturePriority:100,threshold:5,canStart:t=>this.canStart(t),onStart:()=>this.onStart(),onMove:t=>this.onMove(t),onEnd:t=>this.onEnd(t)});this.disabledChanged()}disconnectedCallback(){if(this.gesture){this.gesture.destroy();this.gesture=undefined}this.item=null;this.leftOptions=this.rightOptions=undefined;if(u===this.el){u=undefined}if(this.mutationObserver){this.mutationObserver.disconnect();this.mutationObserver=undefined}}getOpenAmount(){return Promise.resolve(this.openAmount)}getSlidingRatio(){return Promise.resolve(this.getSlidingRatioSync())}async open(t){var i;const s=this.item=(i=this.item)!==null&&i!==void 0?i:this.el.querySelector("ion-item");if(s===null){return}const e=this.getOptions(t);if(!e){return}if(t===undefined){t=e===this.leftOptions?"start":"end"}t=a(t)?"end":"start";const n=this.openAmount<0;const o=this.openAmount>0;if(n&&e===this.leftOptions){return}if(o&&e===this.rightOptions){return}this.closeOpened();this.state=4;requestAnimationFrame((()=>{this.calculateOptsWidth();const i=t==="end"?this.optsWidthRightSide:-this.optsWidthLeftSide;u=this.el;this.setOpenAmount(i,false);this.state=t==="end"?8:16}))}async close(){this.setOpenAmount(0,true)}async closeOpened(){if(u!==undefined){u.close();u=undefined;return true}return false}getOptions(t){if(t===undefined){return this.leftOptions||this.rightOptions}else if(t==="start"){return this.leftOptions}else{return this.rightOptions}}async updateOptions(){const t=this.el.querySelectorAll("ion-item-options");let i=0;this.leftOptions=this.rightOptions=undefined;for(let s=0;s<t.length;s++){const e=t.item(s);const n=e.componentOnReady!==undefined?await e.componentOnReady():e;const o=a(n.side)?"end":"start";if(o==="start"){this.leftOptions=n;i|=1}else{this.rightOptions=n;i|=2}}this.optsDirty=true;this.sides=i}canStart(t){const i=document.dir==="rtl";const s=i?window.innerWidth-t.startX<15:t.startX<15;if(s){return false}const e=u;if(e&&e!==this.el){this.closeOpened()}return!!(this.rightOptions||this.leftOptions)}onStart(){this.item=this.el.querySelector("ion-item");const{contentEl:t}=this;if(t){this.initialContentScrollY=h(t)}u=this.el;if(this.tmr!==undefined){clearTimeout(this.tmr);this.tmr=undefined}if(this.openAmount===0){this.optsDirty=true;this.state=4}this.initialOpenAmount=this.openAmount;if(this.item){this.item.style.transition="none"}}onMove(t){if(this.optsDirty){this.calculateOptsWidth()}let i=this.initialOpenAmount-t.deltaX;switch(this.sides){case 2:i=Math.max(0,i);break;case 1:i=Math.min(0,i);break;case 3:break;case 0:return;default:console.warn("invalid ItemSideFlags value",this.sides);break}let s;if(i>this.optsWidthRightSide){s=this.optsWidthRightSide;i=s+(i-s)*m}else if(i<-this.optsWidthLeftSide){s=-this.optsWidthLeftSide;i=s+(i-s)*m}this.setOpenAmount(i,false)}onEnd(t){const{contentEl:i,initialContentScrollY:s}=this;if(i){r(i,s)}const e=t.velocityX;let n=this.openAmount>0?this.optsWidthRightSide:-this.optsWidthLeftSide;const o=this.openAmount>0===!(e<0);const h=Math.abs(e)>.3;const a=Math.abs(this.openAmount)<Math.abs(n/2);if(b(o,h,a)){n=0}const d=this.state;this.setOpenAmount(n,true);if((d&32)!==0&&this.rightOptions){this.rightOptions.fireSwipeEvent()}else if((d&64)!==0&&this.leftOptions){this.leftOptions.fireSwipeEvent()}}calculateOptsWidth(){this.optsWidthRightSide=0;if(this.rightOptions){this.rightOptions.style.display="flex";this.optsWidthRightSide=this.rightOptions.offsetWidth;this.rightOptions.style.display=""}this.optsWidthLeftSide=0;if(this.leftOptions){this.leftOptions.style.display="flex";this.optsWidthLeftSide=this.leftOptions.offsetWidth;this.leftOptions.style.display=""}this.optsDirty=false}setOpenAmount(t,i){if(this.tmr!==undefined){clearTimeout(this.tmr);this.tmr=undefined}if(!this.item){return}const{el:s}=this;const e=this.item.style;this.openAmount=t;if(i){e.transition=""}if(t>0){this.state=t>=this.optsWidthRightSide+f?8|32:8}else if(t<0){this.state=t<=-this.optsWidthLeftSide-f?16|64:16}else{s.classList.add("item-sliding-closing");if(this.gesture){this.gesture.enable(false)}this.tmr=setTimeout((()=>{this.state=2;this.tmr=undefined;if(this.gesture){this.gesture.enable(!this.disabled)}s.classList.remove("item-sliding-closing")}),600);u=undefined;e.transform="";return}e.transform=`translate3d(${-t}px,0,0)`;this.ionDrag.emit({amount:t,ratio:this.getSlidingRatioSync()})}getSlidingRatioSync(){if(this.openAmount>0){return this.openAmount/this.optsWidthRightSide}else if(this.openAmount<0){return this.openAmount/this.optsWidthLeftSide}else{return 0}}render(){const t=l(this);return s(n,{key:"7f191e38bf717e6ccb246aa7b9fbd29d01e64677",class:{[t]:true,"item-sliding-active-slide":this.state!==2,"item-sliding-active-options-end":(this.state&8)!==0,"item-sliding-active-options-start":(this.state&16)!==0,"item-sliding-active-swipe-end":(this.state&32)!==0,"item-sliding-active-swipe-start":(this.state&64)!==0}})}get el(){return e(this)}static get watchers(){return{disabled:["disabledChanged"]}}};const b=(t,i,s)=>!i&&s||t&&i;g.style=p;export{g as ion_item_sliding};
2
- //# sourceMappingURL=p-01981011.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as t,h as n,H as i,e}from"./p-42169e41.js";import{c as o}from"./p-669fab6c.js";import{g as r}from"./p-da0d920d.js";const a=":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit)}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}.button-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;-webkit-padding-start:0.7em;padding-inline-start:0.7em;-webkit-padding-end:0.7em;padding-inline-end:0.7em;padding-top:0;padding-bottom:0;display:inline-block;position:relative;width:100%;height:100%;border:0;outline:none;background:transparent;cursor:pointer;appearance:none;box-sizing:border-box}.button-inner{display:flex;flex-flow:column nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%}.horizontal-wrapper{display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%}::slotted(*){flex-shrink:0}::slotted([slot=start]){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:5px;margin-inline-end:5px;margin-top:0;margin-bottom:0}::slotted([slot=end]){-webkit-margin-start:5px;margin-inline-start:5px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}::slotted([slot=icon-only]){padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end:10px;margin-top:0;margin-bottom:0;min-width:0.9em;font-size:1.8em}:host(.item-option-expandable){flex-shrink:0;transition-duration:0;transition-property:none;transition-timing-function:cubic-bezier(0.65, 0.05, 0.36, 1)}:host(.item-option-disabled){pointer-events:none}:host(.item-option-disabled) .button-native{cursor:default;opacity:0.5;pointer-events:none}:host{font-size:clamp(16px, 1rem, 35.2px)}:host(.ion-activated){background:var(--ion-color-primary-shade, #3171e0)}:host(.ion-color.ion-activated){background:var(--ion-color-shade)}";const s=a;const d=":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit)}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}.button-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;-webkit-padding-start:0.7em;padding-inline-start:0.7em;-webkit-padding-end:0.7em;padding-inline-end:0.7em;padding-top:0;padding-bottom:0;display:inline-block;position:relative;width:100%;height:100%;border:0;outline:none;background:transparent;cursor:pointer;appearance:none;box-sizing:border-box}.button-inner{display:flex;flex-flow:column nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%}.horizontal-wrapper{display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%}::slotted(*){flex-shrink:0}::slotted([slot=start]){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:5px;margin-inline-end:5px;margin-top:0;margin-bottom:0}::slotted([slot=end]){-webkit-margin-start:5px;margin-inline-start:5px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}::slotted([slot=icon-only]){padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end:10px;margin-top:0;margin-bottom:0;min-width:0.9em;font-size:1.8em}:host(.item-option-expandable){flex-shrink:0;transition-duration:0;transition-property:none;transition-timing-function:cubic-bezier(0.65, 0.05, 0.36, 1)}:host(.item-option-disabled){pointer-events:none}:host(.item-option-disabled) .button-native{cursor:default;opacity:0.5;pointer-events:none}:host{font-size:0.875rem;font-weight:500;text-transform:uppercase}";const l=d;const c=class{constructor(n){t(this,n);this.onClick=t=>{const n=t.target.closest("ion-item-option");if(n){t.preventDefault()}};this.color=undefined;this.disabled=false;this.download=undefined;this.expandable=false;this.href=undefined;this.rel=undefined;this.target=undefined;this.type="button"}render(){const{disabled:t,expandable:e,href:a}=this;const s=a===undefined?"button":"a";const d=r(this);const l=s==="button"?{type:this.type}:{download:this.download,href:this.href,target:this.target};return n(i,{key:"763c3a7571b143d1068d85103ccab403bc48abae",onClick:this.onClick,class:o(this.color,{[d]:true,"item-option-disabled":t,"item-option-expandable":e,"ion-activatable":true})},n(s,Object.assign({key:"cb199c2ccd38abaad3460f184af3093bf08546cc"},l,{class:"button-native",part:"native",disabled:t}),n("span",{key:"f3ce9f1d343890c6f55f2609127f1e5113a2eedf",class:"button-inner"},n("slot",{key:"cd9434883c0bdb4129fb6f49970d49710653a09a",name:"top"}),n("div",{key:"764529c5f4b3d82105ce55885e8f121a91e8bc4a",class:"horizontal-wrapper"},n("slot",{key:"5bbd7b9ed9f35c8bf422c3134a1a097e174ad6df",name:"start"}),n("slot",{key:"1e70a781cdf4ffcefb1dea70abe43655d7857c4b",name:"icon-only"}),n("slot",{key:"c3205e9b1577a56786c10a8b5b420010b5fe53fc"}),n("slot",{key:"6bae6c98cd8d8526a203af47ca8e83753e1e1cb6",name:"end"})),n("slot",{key:"466cc32cdf9cbbdbb58e4b29144215cf2984c0d6",name:"bottom"})),d==="md"&&n("ion-ripple-effect",{key:"b5c54b801008b307ca8f718a41101be3e8d1d938"})))}get el(){return e(this)}};c.style={ios:s,md:l};export{c as ion_item_option};
2
- //# sourceMappingURL=p-05fff093.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as s,h as a,H as r}from"./p-42169e41.js";import{g as o}from"./p-da0d920d.js";const t=":host{display:flex;flex-wrap:wrap}";const d=t;const e=class{constructor(a){s(this,a)}render(){return a(r,{key:"242c9a45b0bb39af2aebf412fdfa9a176babc834",class:o(this)},a("slot",{key:"d9015d663d631bbf20bd3e0821fed874cd6c5156"}))}};e.style=d;export{e as ion_row};
2
- //# sourceMappingURL=p-07773ed5.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["rowCss","IonRowStyle0","Row","render","h","Host","key","class","getIonMode","this"],"sources":["../node_modules/@ionic/core/dist/collection/components/row/row.css?tag=ion-row&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/row/row.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/**\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/**\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 display: flex;\n flex-wrap: wrap;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { getIonMode } from \"../../global/ionic-global\";\nexport class Row {\n render() {\n return (h(Host, { key: '242c9a45b0bb39af2aebf412fdfa9a176babc834', class: getIonMode(this) }, h(\"slot\", { key: 'd9015d663d631bbf20bd3e0821fed874cd6c5156' })));\n }\n static get is() { return \"ion-row\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"row.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"row.css\"]\n };\n }\n}\n"],"mappings":"sFAAA,MAAMA,EAAS,qCACf,MAAAC,EAAeD,E,MCIFE,EAAG,M,yBACZ,MAAAC,GACI,OAAQC,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAOC,EAAWC,OAASL,EAAE,OAAQ,CAAEE,IAAK,6C","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as o,h as t,H as i}from"./p-42169e41.js";import{c as r}from"./p-669fab6c.js";import{g as a}from"./p-da0d920d.js";const e=":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}";const n=e;const s=":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}";const l=s;const c=class{constructor(t){o(this,t);this.color=undefined}render(){const o=a(this);return t(i,{key:"a9e4190346e7d0a8e6089ec1fe01bca0f5f7200d",role:"heading","aria-level":"2",class:r(this.color,{"ion-inherit-color":true,[o]:true})},t("slot",{key:"8d87636ad703545b6d2297629205a5a8616eb94e"}))}};c.style={ios:n,md:l};export{c as ion_card_title};
2
- //# sourceMappingURL=p-0ddcbecd.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["cardTitleIosCss","IonCardTitleIosStyle0","cardTitleMdCss","IonCardTitleMdStyle0","CardTitle","constructor","hostRef","this","color","undefined","render","mode","getIonMode","h","Host","key","role","class","createColorClasses"],"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"],"mappings":"0HAAA,MAAMA,EAAkB,8TACxB,MAAAC,EAAeD,ECDf,MAAME,EAAiB,qUACvB,MAAAC,EAAeD,E,MCQFE,EAAS,MAClB,WAAAC,CAAAC,G,UACIC,KAAKC,MAAQC,S,CAEjB,MAAAC,GACI,MAAMC,EAAOC,EAAWL,MACxB,OAAQM,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,KAAM,UAAW,aAAc,IAAKC,MAAOC,EAAmBX,KAAKC,MAAO,CACrI,oBAAqB,KACrBG,CAACA,GAAO,QACNE,EAAE,OAAQ,CAAEE,IAAK,6C","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as o,h as n,H as t,i}from"./p-42169e41.js";import{c as a}from"./p-669fab6c.js";import{g as e}from"./p-da0d920d.js";import{l as r}from"./p-6e865527.js";import{s}from"./p-182f722d.js";import{s as d}from"./p-f6671856.js";const l=":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{border-radius:10px;font-size:max(13px, 0.8125rem)}";const c=l;const p=":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);--padding-top:3px;--padding-end:8px;--padding-bottom:3px;--padding-start:8px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:inline-block;min-width:10px;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);font-size:0.8125rem;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;contain:content;vertical-align:baseline}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(:empty){display:none}:host{--padding-top:3px;--padding-end:4px;--padding-bottom:4px;--padding-start:4px;border-radius:4px}";const h=p;const g=class{constructor(n){o(this,n);this.color=undefined}render(){const o=e(this);return n(t,{key:"22d41ceefb76f40dfbf739fd71483f1272a45858",class:a(this.color,{[o]:true})},n("slot",{key:"e7e65463bac5903971a8f9f6be55515f42b81a83"}))}};g.style={ios:c,md:h};const u=":host{display:flex;align-items:center;gap:0.2rem}input{padding:var(--size-2);background-color:transparent;color:var(--pos-normal-text-color);border:none}input:focus{outline:2px solid var(--pos-primary-color);background-color:var(--pos-input-background-color);transition:outline 0.1s,\n background-color 0.1s}";const b=u;const f=class{constructor(n){o(this,n);this.subscribePodOs=i(this,"pod-os:init",7);this.subscribeResource=i(this,"pod-os:resource",7);this.addedLiteralValue=i(this,"pod-os:added-literal-value",7);this.error=i(this,"pod-os:error",7);this.receiveResource=o=>{this.resource=o};this.receivePodOs=async o=>{this.os=o}}setName(){}componentWillLoad(){d(this);s(this)}async save(){try{await this.os.addPropertyValue(this.resource,this.selectedTermUri,this.currentValue);const o={predicate:this.selectedTermUri,label:r(this.selectedTermUri),values:[this.currentValue]};this.addedLiteralValue.emit(o);this.currentValue=""}catch(o){this.error.emit(o)}}onTermSelected(o){this.selectedTermUri=o.detail.uri;this.valueInput.focus()}render(){var o;if(!((o=this.resource)===null||o===void 0?void 0:o.editable)){return}return n(t,null,n("ion-icon",{name:"add-circle-outline"}),n("pos-select-term",{placeholder:"Add literal","onPod-os:term-selected":o=>this.onTermSelected(o)}),n("input",{ref:o=>this.valueInput=o,value:this.currentValue,placeholder:"",onInput:o=>this.currentValue=o.target.value,onChange:()=>this.save()}))}static get watchers(){return{os:["setName"]}}};f.style=b;const v=":host {\n --background-base-color: color-mix(in srgb, var(--pos-background-color), var(--color-grey-800) 10%);\n --background-color-even: hsl(from var(--background-base-color) h s calc(l + 7));\n --background-color-odd: hsl(from var(--background-base-color) h s calc(l + 10));\n --border-color: var(--background-base-color);\n}\n\ndd {\n padding: 0;\n margin: 0;\n}\n\ndl {\n padding: 0;\n margin: 0;\n display: flex;\n flex-direction: column;\n gap: var(--size-1);\n}\n\ndt {\n margin-bottom: var(--size-1);\n}\n\n.predicate-values:nth-child(odd) {\n background-color: var(--background-color-odd);\n}\n\n.predicate-values:nth-child(even) {\n background-color: var(--background-color-even);\n}\n\n.predicate-values {\n display: flex;\n flex-direction: column;\n border: var(--size-px) solid var(--border-color);\n padding: var(--size-2);\n gap: var(--size-1);\n\n .values {\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n }\n}\n";const m=v;const x=class{constructor(n){o(this,n);this.subscribeResource=i(this,"pod-os:resource",7);this.data=[];this.receiveResource=o=>{this.data=o.literals()}}componentWillLoad(){d(this)}literalValueAdded(o){const n=this.data.find((n=>n.predicate===o.predicate));if(!n){this.data=[...this.data,o]}else{this.data=this.data.map((t=>t.predicate===n.predicate?{predicate:n.predicate,label:n.label,values:[...n.values,...o.values]}:t))}}render(){return n(t,{key:"26dd446e53e4157e6b635b5d711abf9ddf50b821"},this.data.length>0?n("dl",null,this.data.map((o=>n("div",{class:"predicate-values"},n("dt",null,n("pos-predicate",{uri:o.predicate,label:o.label})),n("div",{class:"values"},o.values.map((o=>n("dd",null,o)))))))):null,n("pos-add-literal-value",{key:"756003351bba9399d1a53242c0153b18fc0b4b19","onPod-os:added-literal-value":o=>this.literalValueAdded(o.detail)}))}};x.style=m;const k=":host{--text-color:var(--pos-primary-color);font-family:var(--font-sans)}button{line-height:var(--scale-0);font-family:inherit;margin:0;padding:0;display:flex;background:none;border:none;cursor:pointer}button,a{color:var(--text-color);font-weight:var(--weight-light);line-height:var(--scale-0);font-size:var(--scale-0);font-family:inherit}.container{display:flex;gap:var(--size-1);flex-direction:row;align-items:center;line-height:var(--scale-0)}";const y=k;const w=class{constructor(n){o(this,n);this.expanded=false}render(){if(this.expanded){return n("div",{class:"container"},n("a",{href:this.uri},this.uri),n("button",{"aria-label":`collapse URI to ${this.label}`,onClick:()=>this.expanded=false},n("ion-icon",{name:"chevron-back-circle-outline"})))}else{return n("button",{onClick:()=>this.expanded=true,title:this.uri},this.label)}}};w.style=y;const z=".types{display:flex;gap:var(--size-1)}.expanded{flex-direction:column;justify-content:flex-start;align-items:flex-start}ion-badge{color:#333;background:#eee}ion-badge.toggle{cursor:pointer}ion-badge.toggle:hover{background:#ddd}";const _=z;const j=class{constructor(n){o(this,n);this.subscribeResource=i(this,"pod-os:resource",7);this.data=[];this.typeLabels=[];this.isExpanded=false;this.receiveResource=o=>{this.data=o.types();this.typeLabels=[...new Set(o.types().map((o=>o.label)))]}}componentWillLoad(){d(this)}toggleDetails(){this.isExpanded=!this.isExpanded}render(){if(this.data.length==0){return null}if(this.isExpanded){return n("div",{class:"types expanded"},n("ion-badge",{class:"toggle",onClick:()=>this.toggleDetails()},n("ion-icon",{name:"contract-outline"})),this.data.map((o=>n("ion-badge",null,o.uri))))}else{return n(t,null,n("div",{class:"types"},this.typeLabels.map((o=>n("ion-badge",null,o))),n("ion-badge",{class:"toggle",onClick:()=>this.toggleDetails()},n("ion-icon",{name:"expand-outline"}))))}}};j.style=_;export{g as ion_badge,f as pos_add_literal_value,x as pos_literals,w as pos_predicate,j as pos_type_badges};
2
- //# sourceMappingURL=p-0f7379bc.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["badgeIosCss","IonBadgeIosStyle0","badgeMdCss","IonBadgeMdStyle0","Badge","constructor","hostRef","this","color","undefined","render","mode","getIonMode","h","Host","key","class","createColorClasses","posAddLiteralValueCss","PosAddLiteralValueStyle0","PosAddLiteralValue","receiveResource","resource","receivePodOs","async","os","setName","componentWillLoad","subscribeResource","subscribePodOs","save","addPropertyValue","selectedTermUri","currentValue","literal","predicate","label","labelFromUri","values","addedLiteralValue","emit","err","error","onTermSelected","event","detail","uri","valueInput","focus","_a","editable","name","placeholder","ev","ref","el","value","onInput","target","onChange","posLiteralsCss","PosLiteralsStyle0","PosLiterals","data","literals","literalValueAdded","newLiteral","existing","find","it","map","length","posPredicateCss","PosPredicateStyle0","PosPredicate","expanded","href","onClick","title","posTypeBadgesCss","PosTypeBadgesStyle0","PosTypeBadges","typeLabels","isExpanded","types","Set","toggleDetails"],"sources":["../node_modules/@ionic/core/dist/collection/components/badge/badge.ios.css?tag=ion-badge&mode=ios&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/badge/badge.md.css?tag=ion-badge&mode=md&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/badge/badge.js","src/components/pos-add-literal-value/pos-add-literal-value.css?tag=pos-add-literal-value&encapsulation=shadow","src/components/pos-add-literal-value/pos-add-literal-value.tsx","src/components/pos-literals/pos-literals.css?tag=pos-literals&encapsulation=shadow","src/components/pos-literals/pos-literals.tsx","src/components/pos-predicate/pos-predicate.css?tag=pos-predicate&encapsulation=shadow","src/components/pos-predicate/pos-predicate.tsx","src/components/pos-type-badges/pos-type-badges.css?tag=pos-type-badges&encapsulation=shadow","src/components/pos-type-badges/pos-type-badges.tsx"],"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 --background: Background of the badge\n * @prop --color: Text color of the badge\n *\n * @prop --padding-top: Top padding of the badge\n * @prop --padding-end: Right padding if direction is left-to-right, and left padding if direction is right-to-left of the badge\n * @prop --padding-bottom: Bottom padding of the badge\n * @prop --padding-start: Left padding if direction is left-to-right, and right padding if direction is right-to-left of the badge\n */\n --background: var(--ion-color-primary, #3880ff);\n --color: var(--ion-color-primary-contrast, #fff);\n --padding-top: 3px;\n --padding-end: 8px;\n --padding-bottom: 3px;\n --padding-start: 8px;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n -webkit-padding-start: var(--padding-start);\n padding-inline-start: var(--padding-start);\n -webkit-padding-end: var(--padding-end);\n padding-inline-end: var(--padding-end);\n padding-top: var(--padding-top);\n padding-bottom: var(--padding-bottom);\n display: inline-block;\n min-width: 10px;\n background: var(--background);\n color: var(--color);\n font-family: var(--ion-font-family, inherit);\n font-size: 0.8125rem;\n font-weight: bold;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n contain: content;\n vertical-align: baseline;\n}\n\n:host(.ion-color) {\n background: var(--ion-color-base);\n color: var(--ion-color-contrast);\n}\n\n:host(:empty) {\n display: none;\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 border-radius: 10px;\n /**\n * \"-apple-system-body\" on iOS never goes smaller than\n * 14px according to https://developer.apple.com/design/human-interface-guidelines/typography#Specifications.\n * However, we still keep the max() usage here for consistency\n * with other components and in case \"-apple-system-body\" does\n * go smaller than 14px in the future.\n */\n font-size: max(13px, 0.8125rem);\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 --background: Background of the badge\n * @prop --color: Text color of the badge\n *\n * @prop --padding-top: Top padding of the badge\n * @prop --padding-end: Right padding if direction is left-to-right, and left padding if direction is right-to-left of the badge\n * @prop --padding-bottom: Bottom padding of the badge\n * @prop --padding-start: Left padding if direction is left-to-right, and right padding if direction is right-to-left of the badge\n */\n --background: var(--ion-color-primary, #3880ff);\n --color: var(--ion-color-primary-contrast, #fff);\n --padding-top: 3px;\n --padding-end: 8px;\n --padding-bottom: 3px;\n --padding-start: 8px;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n -webkit-padding-start: var(--padding-start);\n padding-inline-start: var(--padding-start);\n -webkit-padding-end: var(--padding-end);\n padding-inline-end: var(--padding-end);\n padding-top: var(--padding-top);\n padding-bottom: var(--padding-bottom);\n display: inline-block;\n min-width: 10px;\n background: var(--background);\n color: var(--color);\n font-family: var(--ion-font-family, inherit);\n font-size: 0.8125rem;\n font-weight: bold;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n contain: content;\n vertical-align: baseline;\n}\n\n:host(.ion-color) {\n background: var(--ion-color-base);\n color: var(--ion-color-contrast);\n}\n\n:host(:empty) {\n display: none;\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 --padding-top: 3px;\n --padding-end: 4px;\n --padding-bottom: 4px;\n --padding-start: 4px;\n border-radius: 4px;\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 Badge {\n constructor() {\n this.color = undefined;\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: '22d41ceefb76f40dfbf739fd71483f1272a45858', class: createColorClasses(this.color, {\n [mode]: true,\n }) }, h(\"slot\", { key: 'e7e65463bac5903971a8f9f6be55515f42b81a83' })));\n }\n static get is() { return \"ion-badge\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"ios\": [\"badge.ios.scss\"],\n \"md\": [\"badge.md.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"ios\": [\"badge.ios.css\"],\n \"md\": [\"badge.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",":host {\n display: flex;\n align-items: center;\n gap: 0.2rem;\n}\n\ninput {\n padding: var(--size-2);\n background-color: transparent;\n color: var(--pos-normal-text-color);\n border: none;\n}\n\ninput:focus {\n outline: 2px solid var(--pos-primary-color);\n background-color: var(--pos-input-background-color);\n transition:\n outline 0.1s,\n background-color 0.1s;\n}\n","import { Literal, PodOS, Thing, labelFromUri } from '@pod-os/core';\nimport { Component, Host, h, State, Event, Watch, EventEmitter } from '@stencil/core';\nimport { PodOsAware, PodOsEventEmitter, subscribePodOs } from '../events/PodOsAware';\nimport { ResourceAware, ResourceEventEmitter, subscribeResource } from '../events/ResourceAware';\n\n@Component({\n tag: 'pos-add-literal-value',\n styleUrl: 'pos-add-literal-value.css',\n shadow: true,\n})\nexport class PosAddLiteralValue implements ResourceAware, PodOsAware {\n @State() os: PodOS;\n @State() resource: Thing;\n\n @State() currentValue: string;\n @State() selectedTermUri: string;\n\n @Event({ eventName: 'pod-os:init' }) subscribePodOs: PodOsEventEmitter;\n\n @Event({ eventName: 'pod-os:resource' }) subscribeResource: ResourceEventEmitter;\n\n /**\n * The entered literal value has been added to the resource and successfully stored to the Pod.\n */\n @Event({ eventName: 'pod-os:added-literal-value' }) addedLiteralValue: EventEmitter;\n\n /**\n * Something went wrong while adding the literal value.\n */\n @Event({ eventName: 'pod-os:error' }) error: EventEmitter;\n\n @Watch('os')\n setName() {}\n\n private valueInput: HTMLInputElement;\n\n componentWillLoad() {\n subscribeResource(this);\n subscribePodOs(this);\n }\n\n receiveResource = (resource: Thing) => {\n this.resource = resource;\n };\n\n receivePodOs = async (os: PodOS) => {\n this.os = os;\n };\n\n async save() {\n try {\n await this.os.addPropertyValue(this.resource, this.selectedTermUri, this.currentValue);\n const literal: Literal = {\n predicate: this.selectedTermUri,\n label: labelFromUri(this.selectedTermUri),\n values: [this.currentValue],\n };\n this.addedLiteralValue.emit(literal);\n this.currentValue = '';\n } catch (err) {\n this.error.emit(err);\n }\n }\n\n onTermSelected(event) {\n this.selectedTermUri = event.detail.uri;\n this.valueInput.focus();\n }\n\n render() {\n if (!this.resource?.editable) {\n return;\n }\n return (\n <Host>\n <ion-icon name=\"add-circle-outline\"></ion-icon>\n <pos-select-term placeholder=\"Add literal\" onPod-os:term-selected={ev => this.onTermSelected(ev)} />\n <input\n ref={el => (this.valueInput = el)}\n value={this.currentValue}\n placeholder=\"\"\n onInput={ev => (this.currentValue = (ev.target as HTMLInputElement).value)}\n onChange={() => this.save()}\n ></input>\n </Host>\n );\n }\n}\n",":host {\n --background-base-color: color-mix(in srgb, var(--pos-background-color), var(--color-grey-800) 10%);\n --background-color-even: hsl(from var(--background-base-color) h s calc(l + 7));\n --background-color-odd: hsl(from var(--background-base-color) h s calc(l + 10));\n --border-color: var(--background-base-color);\n}\n\ndd {\n padding: 0;\n margin: 0;\n}\n\ndl {\n padding: 0;\n margin: 0;\n display: flex;\n flex-direction: column;\n gap: var(--size-1);\n}\n\ndt {\n margin-bottom: var(--size-1);\n}\n\n.predicate-values:nth-child(odd) {\n background-color: var(--background-color-odd);\n}\n\n.predicate-values:nth-child(even) {\n background-color: var(--background-color-even);\n}\n\n.predicate-values {\n display: flex;\n flex-direction: column;\n border: var(--size-px) solid var(--border-color);\n padding: var(--size-2);\n gap: var(--size-1);\n\n .values {\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n }\n}\n","import { Literal, Thing } from '@pod-os/core';\nimport { Component, Event, EventEmitter, h, Host, State } from '@stencil/core';\nimport { ResourceAware, subscribeResource } from '../events/ResourceAware';\n\n@Component({\n tag: 'pos-literals',\n styleUrl: './pos-literals.css',\n shadow: true,\n})\nexport class PosLiterals implements ResourceAware {\n @State() data: Literal[] = [];\n\n @Event({ eventName: 'pod-os:resource' })\n subscribeResource: EventEmitter;\n\n componentWillLoad() {\n subscribeResource(this);\n }\n\n receiveResource = (resource: Thing) => {\n this.data = resource.literals();\n };\n\n literalValueAdded(newLiteral: Literal) {\n const existing = this.data.find(it => it.predicate === newLiteral.predicate);\n\n if (!existing) {\n this.data = [...this.data, newLiteral];\n } else {\n this.data = this.data.map(it => {\n return it.predicate === existing.predicate\n ? {\n predicate: existing.predicate,\n label: existing.label,\n values: [...existing.values, ...newLiteral.values],\n }\n : it;\n });\n }\n }\n\n render() {\n return (\n <Host>\n {this.data.length > 0 ? (\n <dl>\n {this.data.map(it => (\n <div class=\"predicate-values\">\n <dt>\n <pos-predicate uri={it.predicate} label={it.label} />\n </dt>\n <div class=\"values\">\n {it.values.map(value => (\n <dd>{value}</dd>\n ))}\n </div>\n </div>\n ))}\n </dl>\n ) : null}\n <pos-add-literal-value onPod-os:added-literal-value={event => this.literalValueAdded(event.detail)} />\n </Host>\n );\n }\n}\n",":host {\n --text-color: var(--pos-primary-color);\n font-family: var(--font-sans);\n}\n\nbutton {\n line-height: var(--scale-0);\n font-family: inherit;\n margin: 0;\n padding: 0;\n display: flex;\n background: none;\n border: none;\n cursor: pointer;\n}\n\nbutton,\na {\n color: var(--text-color);\n font-weight: var(--weight-light);\n line-height: var(--scale-0);\n font-size: var(--scale-0);\n font-family: inherit;\n}\n\n.container {\n display: flex;\n gap: var(--size-1);\n flex-direction: row;\n align-items: center;\n line-height: var(--scale-0);\n}\n","import { Component, h, Prop, State } from '@stencil/core';\n\n@Component({\n tag: 'pos-predicate',\n shadow: true,\n styleUrl: './pos-predicate.css',\n})\nexport class PosPredicate {\n @Prop()\n uri: string;\n\n @Prop()\n label: string;\n\n @State()\n expanded: boolean = false;\n\n render() {\n if (this.expanded) {\n return (\n <div class=\"container\">\n <a href={this.uri}>{this.uri}</a>\n <button aria-label={`collapse URI to ${this.label}`} onClick={() => (this.expanded = false)}>\n <ion-icon name=\"chevron-back-circle-outline\"></ion-icon>\n </button>\n </div>\n );\n } else {\n return (\n <button onClick={() => (this.expanded = true)} title={this.uri}>\n {this.label}\n </button>\n );\n }\n }\n}\n",".types {\n display: flex;\n gap: var(--size-1);\n}\n\n.expanded {\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n}\n\nion-badge {\n color: #333;\n background: #eee;\n}\n\nion-badge.toggle {\n cursor: pointer;\n}\n\nion-badge.toggle:hover {\n background: #ddd;\n}\n","import { RdfType, Thing } from '@pod-os/core';\nimport { Component, Event, EventEmitter, h, Host, State } from '@stencil/core';\nimport { ResourceAware, subscribeResource } from '../events/ResourceAware';\n\n@Component({\n tag: 'pos-type-badges',\n shadow: true,\n styleUrl: 'pos-type-badges.css',\n})\nexport class PosTypeBadges implements ResourceAware {\n @State() data: RdfType[] = [];\n @State() typeLabels: string[] = [];\n\n @State() isExpanded: boolean = false;\n\n @Event({ eventName: 'pod-os:resource' })\n subscribeResource: EventEmitter;\n\n componentWillLoad() {\n subscribeResource(this);\n }\n\n receiveResource = (resource: Thing) => {\n this.data = resource.types();\n this.typeLabels = [...new Set(resource.types().map(it => it.label))];\n };\n\n toggleDetails() {\n this.isExpanded = !this.isExpanded;\n }\n\n render() {\n if (this.data.length == 0) {\n return null;\n }\n if (this.isExpanded) {\n return (\n <div class=\"types expanded\">\n <ion-badge class=\"toggle\" onClick={() => this.toggleDetails()}>\n <ion-icon name=\"contract-outline\"></ion-icon>\n </ion-badge>\n {this.data.map(it => (\n <ion-badge>{it.uri}</ion-badge>\n ))}\n </div>\n );\n } else {\n return (\n <Host>\n <div class=\"types\">\n {this.typeLabels.map(it => (\n <ion-badge>{it}</ion-badge>\n ))}\n <ion-badge class=\"toggle\" onClick={() => this.toggleDetails()}>\n <ion-icon name=\"expand-outline\"></ion-icon>\n </ion-badge>\n </div>\n </Host>\n );\n }\n }\n}\n"],"mappings":"mOAAA,MAAMA,EAAc,s4BACpB,MAAAC,EAAeD,ECDf,MAAME,EAAa,m7BACnB,MAAAC,EAAeD,E,MCQFE,EAAK,MACd,WAAAC,CAAAC,G,UACIC,KAAKC,MAAQC,S,CAEjB,MAAAC,GACI,MAAMC,EAAOC,EAAWL,MACxB,OAAQM,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAOC,EAAmBV,KAAKC,MAAO,CACjGG,CAACA,GAAO,QACNE,EAAE,OAAQ,CAAEE,IAAK,6C,wBCjBnC,MAAMG,EAAwB,0TAC9B,MAAAC,EAAeD,E,MCSFE,EAAkB,MAL/B,WAAAf,CAAAC,G,2MAoCEC,KAAAc,gBAAmBC,IACjBf,KAAKe,SAAWA,CAAQ,EAG1Bf,KAAAgB,aAAeC,MAAOC,IACpBlB,KAAKkB,GAAKA,CAAE,C,CAdd,OAAAC,GAAO,CAIP,iBAAAC,GACEC,EAAkBrB,MAClBsB,EAAetB,K,CAWjB,UAAMuB,GACJ,UACQvB,KAAKkB,GAAGM,iBAAiBxB,KAAKe,SAAUf,KAAKyB,gBAAiBzB,KAAK0B,cACzE,MAAMC,EAAmB,CACvBC,UAAW5B,KAAKyB,gBAChBI,MAAOC,EAAa9B,KAAKyB,iBACzBM,OAAQ,CAAC/B,KAAK0B,eAEhB1B,KAAKgC,kBAAkBC,KAAKN,GAC5B3B,KAAK0B,aAAe,E,CACpB,MAAOQ,GACPlC,KAAKmC,MAAMF,KAAKC,E,EAIpB,cAAAE,CAAeC,GACbrC,KAAKyB,gBAAkBY,EAAMC,OAAOC,IACpCvC,KAAKwC,WAAWC,O,CAGlB,MAAAtC,G,MACE,MAAKuC,EAAA1C,KAAKe,YAAQ,MAAA2B,SAAA,SAAAA,EAAEC,UAAU,CAC5B,M,CAEF,OACErC,EAACC,EAAI,KACHD,EAAA,YAAUsC,KAAK,uBACftC,EAAA,mBAAiBuC,YAAY,cAAa,yBAAyBC,GAAM9C,KAAKoC,eAAeU,KAC7FxC,EAAA,SACEyC,IAAKC,GAAOhD,KAAKwC,WAAaQ,EAC9BC,MAAOjD,KAAK0B,aACZmB,YAAY,GACZK,QAASJ,GAAO9C,KAAK0B,aAAgBoB,EAAGK,OAA4BF,MACpEG,SAAU,IAAMpD,KAAKuB,S,0DClF/B,MAAM8B,EAAiB,o9BACvB,MAAAC,EAAeD,E,MCQFE,EAAW,MALxB,WAAAzD,CAAAC,G,6DAMWC,KAAAwD,KAAkB,GAS3BxD,KAAAc,gBAAmBC,IACjBf,KAAKwD,KAAOzC,EAAS0C,UAAU,C,CALjC,iBAAArC,GACEC,EAAkBrB,K,CAOpB,iBAAA0D,CAAkBC,GAChB,MAAMC,EAAW5D,KAAKwD,KAAKK,MAAKC,GAAMA,EAAGlC,YAAc+B,EAAW/B,YAElE,IAAKgC,EAAU,CACb5D,KAAKwD,KAAO,IAAIxD,KAAKwD,KAAMG,E,KACtB,CACL3D,KAAKwD,KAAOxD,KAAKwD,KAAKO,KAAID,GACjBA,EAAGlC,YAAcgC,EAAShC,UAC7B,CACEA,UAAWgC,EAAShC,UACpBC,MAAO+B,EAAS/B,MAChBE,OAAQ,IAAI6B,EAAS7B,UAAW4B,EAAW5B,SAE7C+B,G,EAKV,MAAA3D,GACE,OACEG,EAACC,EAAI,CAAAC,IAAA,4CACFR,KAAKwD,KAAKQ,OAAS,EAClB1D,EAAA,UACGN,KAAKwD,KAAKO,KAAID,GACbxD,EAAA,OAAKG,MAAM,oBACTH,EAAA,UACEA,EAAA,iBAAeiC,IAAKuB,EAAGlC,UAAWC,MAAOiC,EAAGjC,SAE9CvB,EAAA,OAAKG,MAAM,UACRqD,EAAG/B,OAAOgC,KAAId,GACb3C,EAAA,UAAK2C,UAMb,KACJ3C,EAAA,yBAAAE,IAAA,0EAAqD6B,GAASrC,KAAK0D,kBAAkBrB,EAAMC,U,aC5DnG,MAAM2B,EAAkB,icACxB,MAAAC,EAAeD,E,MCMFE,EAAY,MALzB,WAAArE,CAAAC,G,UAaEC,KAAAoE,SAAoB,K,CAEpB,MAAAjE,GACE,GAAIH,KAAKoE,SAAU,CACjB,OACE9D,EAAA,OAAKG,MAAM,aACTH,EAAA,KAAG+D,KAAMrE,KAAKuC,KAAMvC,KAAKuC,KACzBjC,EAAA,uBAAoB,mBAAmBN,KAAK6B,QAASyC,QAAS,IAAOtE,KAAKoE,SAAW,OACnF9D,EAAA,YAAUsC,KAAK,iC,KAIhB,CACL,OACEtC,EAAA,UAAQgE,QAAS,IAAOtE,KAAKoE,SAAW,KAAOG,MAAOvE,KAAKuC,KACxDvC,KAAK6B,M,cC9BhB,MAAM2C,EAAmB,uOACzB,MAAAC,EAAeD,E,MCQFE,EAAa,MAL1B,WAAA5E,CAAAC,G,6DAMWC,KAAAwD,KAAkB,GAClBxD,KAAA2E,WAAuB,GAEvB3E,KAAA4E,WAAsB,MAS/B5E,KAAAc,gBAAmBC,IACjBf,KAAKwD,KAAOzC,EAAS8D,QACrB7E,KAAK2E,WAAa,IAAI,IAAIG,IAAI/D,EAAS8D,QAAQd,KAAID,GAAMA,EAAGjC,SAAQ,C,CANtE,iBAAAT,GACEC,EAAkBrB,K,CAQpB,aAAA+E,GACE/E,KAAK4E,YAAc5E,KAAK4E,U,CAG1B,MAAAzE,GACE,GAAIH,KAAKwD,KAAKQ,QAAU,EAAG,CACzB,OAAO,I,CAET,GAAIhE,KAAK4E,WAAY,CACnB,OACEtE,EAAA,OAAKG,MAAM,kBACTH,EAAA,aAAWG,MAAM,SAAS6D,QAAS,IAAMtE,KAAK+E,iBAC5CzE,EAAA,YAAUsC,KAAK,sBAEhB5C,KAAKwD,KAAKO,KAAID,GACbxD,EAAA,iBAAYwD,EAAGvB,O,KAIhB,CACL,OACEjC,EAACC,EAAI,KACHD,EAAA,OAAKG,MAAM,SACRT,KAAK2E,WAAWZ,KAAID,GACnBxD,EAAA,iBAAYwD,KAEdxD,EAAA,aAAWG,MAAM,SAAS6D,QAAS,IAAMtE,KAAK+E,iBAC5CzE,EAAA,YAAUsC,KAAK,qB","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as i,h as t,H as r,e as o}from"./p-42169e41.js";import{i as n}from"./p-71ee259b.js";import{o as e,c as a}from"./p-669fab6c.js";import{g as s}from"./p-da0d920d.js";const d=":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);contain:content;overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.card-disabled){cursor:default;opacity:0.3;pointer-events:none}.card-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;min-height:var(--min-height);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:inherit}.card-native::-moz-focus-inner{border:0}button,a{cursor:pointer;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));--color:var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-600, #666666)));-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:24px;margin-bottom:24px;border-radius:8px;transition:transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);font-size:0.875rem;box-shadow:0 4px 16px rgba(0, 0, 0, 0.12)}:host(.ion-activated){transform:scale3d(0.97, 0.97, 1)}";const c=d;const l=":host{--ion-safe-area-left:0px;--ion-safe-area-right:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);contain:content;overflow:hidden}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.card-disabled){cursor:default;opacity:0.3;pointer-events:none}.card-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;width:100%;min-height:var(--min-height);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:inherit}.card-native::-moz-focus-inner{border:0}button,a{cursor:pointer;user-select:none;-webkit-user-drag:none}ion-ripple-effect{color:var(--ripple-color)}:host{--background:var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));--color:var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-550, #737373)));-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end:10px;margin-top:10px;margin-bottom:10px;border-radius:4px;font-size:0.875rem;box-shadow:0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)}";const h=l;const p=class{constructor(t){i(this,t);this.inheritedAriaAttributes={};this.color=undefined;this.button=false;this.type="button";this.disabled=false;this.download=undefined;this.href=undefined;this.rel=undefined;this.routerDirection="forward";this.routerAnimation=undefined;this.target=undefined}componentWillLoad(){this.inheritedAriaAttributes=n(this.el,["aria-label"])}isClickable(){return this.href!==undefined||this.button}renderCard(i){const r=this.isClickable();if(!r){return[t("slot",null)]}const{href:o,routerAnimation:n,routerDirection:a,inheritedAriaAttributes:s}=this;const d=r?o===undefined?"button":"a":"div";const c=d==="button"?{type:this.type}:{download:this.download,href:this.href,rel:this.rel,target:this.target};return t(d,Object.assign({},c,s,{class:"card-native",part:"native",disabled:this.disabled,onClick:i=>e(o,i,a,n)}),t("slot",null),r&&i==="md"&&t("ion-ripple-effect",null))}render(){const i=s(this);return t(r,{key:"b92792294360fd974324b31ed2d3db00d3e2f8cd",class:a(this.color,{[i]:true,"card-disabled":this.disabled,"ion-activatable":this.isClickable()})},this.renderCard(i))}get el(){return o(this)}};p.style={ios:c,md:h};export{p as ion_card};
2
- //# sourceMappingURL=p-1b2d32c1.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["cardIosCss","IonCardIosStyle0","cardMdCss","IonCardMdStyle0","Card","constructor","hostRef","this","inheritedAriaAttributes","color","undefined","button","type","disabled","download","href","rel","routerDirection","routerAnimation","target","componentWillLoad","inheritAttributes","el","isClickable","renderCard","mode","clickable","h","TagType","attrs","Object","assign","class","part","onClick","ev","openURL","render","getIonMode","Host","key","createColorClasses"],"sources":["../node_modules/@ionic/core/dist/collection/components/card/card.ios.css?tag=ion-card&mode=ios&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/card/card.md.css?tag=ion-card&mode=md&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/card/card.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 --background: Background of the card\n * @prop --color: Color of the card\n */\n --ion-safe-area-left: 0px;\n --ion-safe-area-right: 0px;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: block;\n position: relative;\n background: var(--background);\n color: var(--color);\n font-family: var(--ion-font-family, inherit);\n contain: content;\n overflow: hidden;\n}\n\n:host(.ion-color) {\n background: var(--ion-color-base);\n color: var(--ion-color-contrast);\n}\n\n:host(.card-disabled) {\n cursor: default;\n opacity: 0.3;\n pointer-events: none;\n}\n\n.card-native {\n font-family: inherit;\n font-size: inherit;\n font-style: inherit;\n font-weight: inherit;\n letter-spacing: inherit;\n text-decoration: inherit;\n text-indent: inherit;\n text-overflow: inherit;\n text-transform: inherit;\n text-align: inherit;\n white-space: inherit;\n color: inherit;\n padding-left: 0;\n padding-right: 0;\n padding-top: 0;\n padding-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 0;\n display: block;\n width: 100%;\n min-height: var(--min-height);\n transition: var(--transition);\n border-width: var(--border-width);\n border-style: var(--border-style);\n border-color: var(--border-color);\n outline: none;\n background: inherit;\n}\n\n.card-native::-moz-focus-inner {\n border: 0;\n}\n\nbutton, a {\n cursor: pointer;\n user-select: none;\n -webkit-user-drag: none;\n}\n\nion-ripple-effect {\n color: var(--ripple-color);\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 --background: var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));\n --color: var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-600, #666666)));\n -webkit-margin-start: 16px;\n margin-inline-start: 16px;\n -webkit-margin-end: 16px;\n margin-inline-end: 16px;\n margin-top: 24px;\n margin-bottom: 24px;\n border-radius: 8px;\n transition: transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);\n font-size: 0.875rem;\n box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);\n}\n\n:host(.ion-activated) {\n transform: scale3d(0.97, 0.97, 1);\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 --background: Background of the card\n * @prop --color: Color of the card\n */\n --ion-safe-area-left: 0px;\n --ion-safe-area-right: 0px;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: block;\n position: relative;\n background: var(--background);\n color: var(--color);\n font-family: var(--ion-font-family, inherit);\n contain: content;\n overflow: hidden;\n}\n\n:host(.ion-color) {\n background: var(--ion-color-base);\n color: var(--ion-color-contrast);\n}\n\n:host(.card-disabled) {\n cursor: default;\n opacity: 0.3;\n pointer-events: none;\n}\n\n.card-native {\n font-family: inherit;\n font-size: inherit;\n font-style: inherit;\n font-weight: inherit;\n letter-spacing: inherit;\n text-decoration: inherit;\n text-indent: inherit;\n text-overflow: inherit;\n text-transform: inherit;\n text-align: inherit;\n white-space: inherit;\n color: inherit;\n padding-left: 0;\n padding-right: 0;\n padding-top: 0;\n padding-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 0;\n display: block;\n width: 100%;\n min-height: var(--min-height);\n transition: var(--transition);\n border-width: var(--border-width);\n border-style: var(--border-style);\n border-color: var(--border-color);\n outline: none;\n background: inherit;\n}\n\n.card-native::-moz-focus-inner {\n border: 0;\n}\n\nbutton, a {\n cursor: pointer;\n user-select: none;\n -webkit-user-drag: none;\n}\n\nion-ripple-effect {\n color: var(--ripple-color);\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 --background: var(--ion-card-background, var(--ion-item-background, var(--ion-background-color, #fff)));\n --color: var(--ion-card-color, var(--ion-item-color, var(--ion-color-step-550, #737373)));\n -webkit-margin-start: 10px;\n margin-inline-start: 10px;\n -webkit-margin-end: 10px;\n margin-inline-end: 10px;\n margin-top: 10px;\n margin-bottom: 10px;\n border-radius: 4px;\n font-size: 0.875rem;\n box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { inheritAttributes } from \"../../utils/helpers\";\nimport { createColorClasses, openURL } from \"../../utils/theme\";\nimport { getIonMode } from \"../../global/ionic-global\";\n/**\n * @virtualProp {\"ios\" | \"md\"} mode - The mode determines which platform styles to use.\n *\n * @part native - The native HTML button, anchor, or div element that wraps all child elements.\n */\nexport class Card {\n constructor() {\n this.inheritedAriaAttributes = {};\n this.color = undefined;\n this.button = false;\n this.type = 'button';\n this.disabled = false;\n this.download = undefined;\n this.href = undefined;\n this.rel = undefined;\n this.routerDirection = 'forward';\n this.routerAnimation = undefined;\n this.target = undefined;\n }\n componentWillLoad() {\n this.inheritedAriaAttributes = inheritAttributes(this.el, ['aria-label']);\n }\n isClickable() {\n return this.href !== undefined || this.button;\n }\n renderCard(mode) {\n const clickable = this.isClickable();\n if (!clickable) {\n return [h(\"slot\", null)];\n }\n const { href, routerAnimation, routerDirection, inheritedAriaAttributes } = this;\n const TagType = clickable ? (href === undefined ? 'button' : 'a') : 'div';\n const attrs = TagType === 'button'\n ? { type: this.type }\n : {\n download: this.download,\n href: this.href,\n rel: this.rel,\n target: this.target,\n };\n return (h(TagType, Object.assign({}, attrs, inheritedAriaAttributes, { class: \"card-native\", part: \"native\", disabled: this.disabled, onClick: (ev) => openURL(href, ev, routerDirection, routerAnimation) }), h(\"slot\", null), clickable && mode === 'md' && h(\"ion-ripple-effect\", null)));\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: 'b92792294360fd974324b31ed2d3db00d3e2f8cd', class: createColorClasses(this.color, {\n [mode]: true,\n 'card-disabled': this.disabled,\n 'ion-activatable': this.isClickable(),\n }) }, this.renderCard(mode)));\n }\n static get is() { return \"ion-card\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"ios\": [\"card.ios.scss\"],\n \"md\": [\"card.md.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"ios\": [\"card.ios.css\"],\n \"md\": [\"card.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 \"button\": {\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`, a button tag will be rendered and the card will be tappable.\"\n },\n \"attribute\": \"button\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n },\n \"type\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"'submit' | 'reset' | 'button'\",\n \"resolved\": \"\\\"button\\\" | \\\"reset\\\" | \\\"submit\\\"\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The type of the button. Only used when an `onclick` or `button` property is present.\"\n },\n \"attribute\": \"type\",\n \"reflect\": false,\n \"defaultValue\": \"'button'\"\n },\n \"disabled\": {\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 user cannot interact with the card.\"\n },\n \"attribute\": \"disabled\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n },\n \"download\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string | undefined\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"This attribute instructs browsers to download a URL instead of navigating to\\nit, so the user will be prompted to save it as a local file. If the attribute\\nhas a value, it is used as the pre-filled file name in the Save prompt\\n(the user can still change the file name if they want).\"\n },\n \"attribute\": \"download\",\n \"reflect\": false\n },\n \"href\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string | undefined\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Contains a URL or a URL fragment that the hyperlink points to.\\nIf this property is set, an anchor tag will be rendered.\"\n },\n \"attribute\": \"href\",\n \"reflect\": false\n },\n \"rel\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string | undefined\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Specifies the relationship of the target object to the link object.\\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types).\"\n },\n \"attribute\": \"rel\",\n \"reflect\": false\n },\n \"routerDirection\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"RouterDirection\",\n \"resolved\": \"\\\"back\\\" | \\\"forward\\\" | \\\"root\\\"\",\n \"references\": {\n \"RouterDirection\": {\n \"location\": \"import\",\n \"path\": \"../router/utils/interface\",\n \"id\": \"src/components/router/utils/interface.ts::RouterDirection\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"When using a router, it specifies the transition direction when navigating to\\nanother page using `href`.\"\n },\n \"attribute\": \"router-direction\",\n \"reflect\": false,\n \"defaultValue\": \"'forward'\"\n },\n \"routerAnimation\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"AnimationBuilder | undefined\",\n \"resolved\": \"((baseEl: any, opts?: any) => Animation) | undefined\",\n \"references\": {\n \"AnimationBuilder\": {\n \"location\": \"import\",\n \"path\": \"../../interface\",\n \"id\": \"src/interface.d.ts::AnimationBuilder\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"When using a router, it specifies the transition animation when navigating to\\nanother page using `href`.\"\n }\n },\n \"target\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string | undefined\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Specifies where to display the linked URL.\\nOnly applies when an `href` is provided.\\nSpecial keywords: `\\\"_blank\\\"`, `\\\"_self\\\"`, `\\\"_parent\\\"`, `\\\"_top\\\"`.\"\n },\n \"attribute\": \"target\",\n \"reflect\": false\n }\n };\n }\n static get elementRef() { return \"el\"; }\n}\n"],"mappings":"4KAAA,MAAMA,EAAa,oqDACnB,MAAAC,EAAeD,ECDf,MAAME,EAAY,qnDAClB,MAAAC,EAAeD,E,MCWFE,EAAI,MACb,WAAAC,CAAAC,G,UACIC,KAAKC,wBAA0B,GAC/BD,KAAKE,MAAQC,UACbH,KAAKI,OAAS,MACdJ,KAAKK,KAAO,SACZL,KAAKM,SAAW,MAChBN,KAAKO,SAAWJ,UAChBH,KAAKQ,KAAOL,UACZH,KAAKS,IAAMN,UACXH,KAAKU,gBAAkB,UACvBV,KAAKW,gBAAkBR,UACvBH,KAAKY,OAAST,S,CAElB,iBAAAU,GACIb,KAAKC,wBAA0Ba,EAAkBd,KAAKe,GAAI,CAAC,c,CAE/D,WAAAC,GACI,OAAOhB,KAAKQ,OAASL,WAAaH,KAAKI,M,CAE3C,UAAAa,CAAWC,GACP,MAAMC,EAAYnB,KAAKgB,cACvB,IAAKG,EAAW,CACZ,MAAO,CAACC,EAAE,OAAQ,M,CAEtB,MAAMZ,KAAEA,EAAIG,gBAAEA,EAAeD,gBAAEA,EAAeT,wBAAEA,GAA4BD,KAC5E,MAAMqB,EAAUF,EAAaX,IAASL,UAAY,SAAW,IAAO,MACpE,MAAMmB,EAAQD,IAAY,SACpB,CAAEhB,KAAML,KAAKK,MACb,CACEE,SAAUP,KAAKO,SACfC,KAAMR,KAAKQ,KACXC,IAAKT,KAAKS,IACVG,OAAQZ,KAAKY,QAErB,OAAQQ,EAAEC,EAASE,OAAOC,OAAO,GAAIF,EAAOrB,EAAyB,CAAEwB,MAAO,cAAeC,KAAM,SAAUpB,SAAUN,KAAKM,SAAUqB,QAAUC,GAAOC,EAAQrB,EAAMoB,EAAIlB,EAAiBC,KAAqBS,EAAE,OAAQ,MAAOD,GAAaD,IAAS,MAAQE,EAAE,oBAAqB,M,CAEzR,MAAAU,GACI,MAAMZ,EAAOa,EAAW/B,MACxB,OAAQoB,EAAEY,EAAM,CAAEC,IAAK,2CAA4CR,MAAOS,EAAmBlC,KAAKE,MAAO,CACjGgB,CAACA,GAAO,KACR,gBAAiBlB,KAAKM,SACtB,kBAAmBN,KAAKgB,iBACtBhB,KAAKiB,WAAWC,G","ignoreList":[]}
@@ -1,5 +0,0 @@
1
- import{r as i,j as n,h as d,H as a}from"./p-42169e41.js";import{g as o}from"./p-da0d920d.js";
2
- /*!
3
- * (C) Ionic http://ionicframework.com - MIT License
4
- */const r={xs:"(min-width: 0px)",sm:"(min-width: 576px)",md:"(min-width: 768px)",lg:"(min-width: 992px)",xl:"(min-width: 1200px)"};const g=i=>{if(i===undefined||i===""){return true}if(window.matchMedia){const n=r[i];return window.matchMedia(n).matches}return false};const t=":host{-webkit-padding-start:var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));padding-inline-start:var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));-webkit-padding-end:var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));padding-inline-end:var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));padding-top:var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));padding-bottom:var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;box-sizing:border-box;position:relative;flex-basis:0;flex-grow:1;width:100%;max-width:100%;min-height:1px}@media (min-width: 576px){:host{-webkit-padding-start:var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));padding-inline-start:var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));-webkit-padding-end:var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));padding-inline-end:var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));padding-top:var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));padding-bottom:var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px))}}@media (min-width: 768px){:host{-webkit-padding-start:var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));padding-inline-start:var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));-webkit-padding-end:var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));padding-inline-end:var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));padding-top:var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));padding-bottom:var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px))}}@media (min-width: 992px){:host{-webkit-padding-start:var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));padding-inline-start:var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));-webkit-padding-end:var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));padding-inline-end:var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));padding-top:var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));padding-bottom:var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px))}}@media (min-width: 1200px){:host{-webkit-padding-start:var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));padding-inline-start:var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));-webkit-padding-end:var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));padding-inline-end:var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));padding-top:var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));padding-bottom:var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px))}}";const e=t;const p=typeof window!=="undefined"?window:undefined;const l=p&&!!(p.CSS&&p.CSS.supports&&p.CSS.supports("--a: 0"));const u=["","xs","sm","md","lg","xl"];const s=class{constructor(n){i(this,n);this.offset=undefined;this.offsetXs=undefined;this.offsetSm=undefined;this.offsetMd=undefined;this.offsetLg=undefined;this.offsetXl=undefined;this.pull=undefined;this.pullXs=undefined;this.pullSm=undefined;this.pullMd=undefined;this.pullLg=undefined;this.pullXl=undefined;this.push=undefined;this.pushXs=undefined;this.pushSm=undefined;this.pushMd=undefined;this.pushLg=undefined;this.pushXl=undefined;this.size=undefined;this.sizeXs=undefined;this.sizeSm=undefined;this.sizeMd=undefined;this.sizeLg=undefined;this.sizeXl=undefined}onResize(){n(this)}getColumns(i){let n;for(const d of u){const a=g(d);const o=this[i+d.charAt(0).toUpperCase()+d.slice(1)];if(a&&o!==undefined){n=o}}return n}calculateSize(){const i=this.getColumns("size");if(!i||i===""){return}const n=i==="auto"?"auto":l?`calc(calc(${i} / var(--ion-grid-columns, 12)) * 100%)`:i/12*100+"%";return{flex:`0 0 ${n}`,width:`${n}`,"max-width":`${n}`}}calculatePosition(i,n){const d=this.getColumns(i);if(!d){return}const a=l?`calc(calc(${d} / var(--ion-grid-columns, 12)) * 100%)`:d>0&&d<12?d/12*100+"%":"auto";return{[n]:a}}calculateOffset(i){return this.calculatePosition("offset",i?"margin-right":"margin-left")}calculatePull(i){return this.calculatePosition("pull",i?"left":"right")}calculatePush(i){return this.calculatePosition("push",i?"right":"left")}render(){const i=document.dir==="rtl";const n=o(this);return d(a,{key:"56ecf3b3f2be05d5f179f2d136d4ab05a4525da9",class:{[n]:true},style:Object.assign(Object.assign(Object.assign(Object.assign({},this.calculateOffset(i)),this.calculatePull(i)),this.calculatePush(i)),this.calculateSize())},d("slot",{key:"8f1113d39dcb709300ebbeaf81bc092c1dd8da3e"}))}};s.style=e;export{s as ion_col};
5
- //# sourceMappingURL=p-3e6ffc13.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["SIZE_TO_MEDIA","xs","sm","md","lg","xl","matchBreakpoint","breakpoint","undefined","window","matchMedia","mediaQuery","matches","colCss","IonColStyle0","win","SUPPORTS_VARS","CSS","supports","BREAKPOINTS","Col","constructor","hostRef","this","offset","offsetXs","offsetSm","offsetMd","offsetLg","offsetXl","pull","pullXs","pullSm","pullMd","pullLg","pullXl","push","pushXs","pushSm","pushMd","pushLg","pushXl","size","sizeXs","sizeSm","sizeMd","sizeLg","sizeXl","onResize","forceUpdate","getColumns","property","matched","columns","charAt","toUpperCase","slice","calculateSize","colSize","flex","width","calculatePosition","modifier","amount","calculateOffset","isRTL","calculatePull","calculatePush","render","document","dir","mode","getIonMode","h","Host","key","class","style","Object","assign"],"sources":["../node_modules/@ionic/core/dist/collection/utils/media.js","../node_modules/@ionic/core/dist/collection/components/col/col.css?tag=ion-col&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/col/col.js"],"sourcesContent":["/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nexport const SIZE_TO_MEDIA = {\n xs: '(min-width: 0px)',\n sm: '(min-width: 576px)',\n md: '(min-width: 768px)',\n lg: '(min-width: 992px)',\n xl: '(min-width: 1200px)',\n};\n// Check if the window matches the media query\n// at the breakpoint passed\n// e.g. matchBreakpoint('sm') => true if screen width exceeds 576px\nexport const matchBreakpoint = (breakpoint) => {\n if (breakpoint === undefined || breakpoint === '') {\n return true;\n }\n if (window.matchMedia) {\n const mediaQuery = SIZE_TO_MEDIA[breakpoint];\n return window.matchMedia(mediaQuery).matches;\n }\n return false;\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/**\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/**\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 --ion-grid-columns: The number of total Columns in the Grid\n * @prop --ion-grid-column-padding: Padding for the Column\n * @prop --ion-grid-column-padding-xs: Padding for the Column on xs screens and up\n * @prop --ion-grid-column-padding-sm: Padding for the Column on sm screens and up\n * @prop --ion-grid-column-padding-md: Padding for the Column on md screens and up\n * @prop --ion-grid-column-padding-lg: Padding for the Column on lg screens and up\n * @prop --ion-grid-column-padding-xl: Padding for the Column on xl screens and up\n */\n -webkit-padding-start: var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));\n padding-inline-start: var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));\n -webkit-padding-end: var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));\n padding-inline-end: var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));\n padding-top: var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));\n padding-bottom: var(--ion-grid-column-padding-xs, var(--ion-grid-column-padding, 5px));\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 0;\n box-sizing: border-box;\n position: relative;\n flex-basis: 0;\n flex-grow: 1;\n width: 100%;\n max-width: 100%;\n min-height: 1px;\n}\n@media (min-width: 576px) {\n :host {\n -webkit-padding-start: var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));\n padding-inline-start: var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));\n -webkit-padding-end: var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));\n padding-inline-end: var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));\n padding-top: var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));\n padding-bottom: var(--ion-grid-column-padding-sm, var(--ion-grid-column-padding, 5px));\n }\n}\n@media (min-width: 768px) {\n :host {\n -webkit-padding-start: var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));\n padding-inline-start: var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));\n -webkit-padding-end: var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));\n padding-inline-end: var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));\n padding-top: var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));\n padding-bottom: var(--ion-grid-column-padding-md, var(--ion-grid-column-padding, 5px));\n }\n}\n@media (min-width: 992px) {\n :host {\n -webkit-padding-start: var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));\n padding-inline-start: var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));\n -webkit-padding-end: var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));\n padding-inline-end: var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));\n padding-top: var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));\n padding-bottom: var(--ion-grid-column-padding-lg, var(--ion-grid-column-padding, 5px));\n }\n}\n@media (min-width: 1200px) {\n :host {\n -webkit-padding-start: var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));\n padding-inline-start: var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));\n -webkit-padding-end: var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));\n padding-inline-end: var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));\n padding-top: var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));\n padding-bottom: var(--ion-grid-column-padding-xl, var(--ion-grid-column-padding, 5px));\n }\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, forceUpdate, h } from \"@stencil/core\";\nimport { matchBreakpoint } from \"../../utils/media\";\nimport { getIonMode } from \"../../global/ionic-global\";\nconst win = typeof window !== 'undefined' ? window : undefined;\n// eslint-disable-next-line @typescript-eslint/prefer-optional-chain\nconst SUPPORTS_VARS = win && !!(win.CSS && win.CSS.supports && win.CSS.supports('--a: 0'));\nconst BREAKPOINTS = ['', 'xs', 'sm', 'md', 'lg', 'xl'];\nexport class Col {\n constructor() {\n this.offset = undefined;\n this.offsetXs = undefined;\n this.offsetSm = undefined;\n this.offsetMd = undefined;\n this.offsetLg = undefined;\n this.offsetXl = undefined;\n this.pull = undefined;\n this.pullXs = undefined;\n this.pullSm = undefined;\n this.pullMd = undefined;\n this.pullLg = undefined;\n this.pullXl = undefined;\n this.push = undefined;\n this.pushXs = undefined;\n this.pushSm = undefined;\n this.pushMd = undefined;\n this.pushLg = undefined;\n this.pushXl = undefined;\n this.size = undefined;\n this.sizeXs = undefined;\n this.sizeSm = undefined;\n this.sizeMd = undefined;\n this.sizeLg = undefined;\n this.sizeXl = undefined;\n }\n onResize() {\n forceUpdate(this);\n }\n // Loop through all of the breakpoints to see if the media query\n // matches and grab the column value from the relevant prop if so\n getColumns(property) {\n let matched;\n for (const breakpoint of BREAKPOINTS) {\n const matches = matchBreakpoint(breakpoint);\n // Grab the value of the property, if it exists and our\n // media query matches we return the value\n const columns = this[property + breakpoint.charAt(0).toUpperCase() + breakpoint.slice(1)];\n if (matches && columns !== undefined) {\n matched = columns;\n }\n }\n // Return the last matched columns since the breakpoints\n // increase in size and we want to return the largest match\n return matched;\n }\n calculateSize() {\n const columns = this.getColumns('size');\n // If size wasn't set for any breakpoint\n // or if the user set the size without a value\n // it means we need to stick with the default and return\n // e.g. <ion-col size-md>\n if (!columns || columns === '') {\n return;\n }\n // If the size is set to auto then don't calculate a size\n const colSize = columns === 'auto'\n ? 'auto'\n : // If CSS supports variables we should use the grid columns var\n SUPPORTS_VARS\n ? `calc(calc(${columns} / var(--ion-grid-columns, 12)) * 100%)`\n : // Convert the columns to a percentage by dividing by the total number\n // of columns (12) and then multiplying by 100\n (columns / 12) * 100 + '%';\n return {\n flex: `0 0 ${colSize}`,\n width: `${colSize}`,\n 'max-width': `${colSize}`,\n };\n }\n // Called by push, pull, and offset since they use the same calculations\n calculatePosition(property, modifier) {\n const columns = this.getColumns(property);\n if (!columns) {\n return;\n }\n // If the number of columns passed are greater than 0 and less than\n // 12 we can position the column, else default to auto\n const amount = SUPPORTS_VARS\n ? // If CSS supports variables we should use the grid columns var\n `calc(calc(${columns} / var(--ion-grid-columns, 12)) * 100%)`\n : // Convert the columns to a percentage by dividing by the total number\n // of columns (12) and then multiplying by 100\n columns > 0 && columns < 12\n ? (columns / 12) * 100 + '%'\n : 'auto';\n return {\n [modifier]: amount,\n };\n }\n calculateOffset(isRTL) {\n return this.calculatePosition('offset', isRTL ? 'margin-right' : 'margin-left');\n }\n calculatePull(isRTL) {\n return this.calculatePosition('pull', isRTL ? 'left' : 'right');\n }\n calculatePush(isRTL) {\n return this.calculatePosition('push', isRTL ? 'right' : 'left');\n }\n render() {\n const isRTL = document.dir === 'rtl';\n const mode = getIonMode(this);\n return (h(Host, { key: '56ecf3b3f2be05d5f179f2d136d4ab05a4525da9', class: {\n [mode]: true,\n }, style: Object.assign(Object.assign(Object.assign(Object.assign({}, this.calculateOffset(isRTL)), this.calculatePull(isRTL)), this.calculatePush(isRTL)), this.calculateSize()) }, h(\"slot\", { key: '8f1113d39dcb709300ebbeaf81bc092c1dd8da3e' })));\n }\n static get is() { return \"ion-col\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"col.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"col.css\"]\n };\n }\n static get properties() {\n return {\n \"offset\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to offset the column, in terms of how many columns it should shift to the end\\nof the total available.\"\n },\n \"attribute\": \"offset\",\n \"reflect\": false\n },\n \"offsetXs\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to offset the column for xs screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"offset-xs\",\n \"reflect\": false\n },\n \"offsetSm\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to offset the column for sm screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"offset-sm\",\n \"reflect\": false\n },\n \"offsetMd\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to offset the column for md screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"offset-md\",\n \"reflect\": false\n },\n \"offsetLg\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to offset the column for lg screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"offset-lg\",\n \"reflect\": false\n },\n \"offsetXl\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to offset the column for xl screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"offset-xl\",\n \"reflect\": false\n },\n \"pull\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to pull the column, in terms of how many columns it should shift to the start of\\nthe total available.\"\n },\n \"attribute\": \"pull\",\n \"reflect\": false\n },\n \"pullXs\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to pull the column for xs screens, in terms of how many columns it should shift\\nto the start of the total available.\"\n },\n \"attribute\": \"pull-xs\",\n \"reflect\": false\n },\n \"pullSm\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to pull the column for sm screens, in terms of how many columns it should shift\\nto the start of the total available.\"\n },\n \"attribute\": \"pull-sm\",\n \"reflect\": false\n },\n \"pullMd\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to pull the column for md screens, in terms of how many columns it should shift\\nto the start of the total available.\"\n },\n \"attribute\": \"pull-md\",\n \"reflect\": false\n },\n \"pullLg\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to pull the column for lg screens, in terms of how many columns it should shift\\nto the start of the total available.\"\n },\n \"attribute\": \"pull-lg\",\n \"reflect\": false\n },\n \"pullXl\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to pull the column for xl screens, in terms of how many columns it should shift\\nto the start of the total available.\"\n },\n \"attribute\": \"pull-xl\",\n \"reflect\": false\n },\n \"push\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to push the column, in terms of how many columns it should shift to the end\\nof the total available.\"\n },\n \"attribute\": \"push\",\n \"reflect\": false\n },\n \"pushXs\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to push the column for xs screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"push-xs\",\n \"reflect\": false\n },\n \"pushSm\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to push the column for sm screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"push-sm\",\n \"reflect\": false\n },\n \"pushMd\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to push the column for md screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"push-md\",\n \"reflect\": false\n },\n \"pushLg\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to push the column for lg screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"push-lg\",\n \"reflect\": false\n },\n \"pushXl\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The amount to push the column for xl screens, in terms of how many columns it should shift\\nto the end of the total available.\"\n },\n \"attribute\": \"push-xl\",\n \"reflect\": false\n },\n \"size\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The size of the column, in terms of how many columns it should take up out of the total\\navailable. If `\\\"auto\\\"` is passed, the column will be the size of its content.\"\n },\n \"attribute\": \"size\",\n \"reflect\": false\n },\n \"sizeXs\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The size of the column for xs screens, in terms of how many columns it should take up out\\nof the total available. If `\\\"auto\\\"` is passed, the column will be the size of its content.\"\n },\n \"attribute\": \"size-xs\",\n \"reflect\": false\n },\n \"sizeSm\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The size of the column for sm screens, in terms of how many columns it should take up out\\nof the total available. If `\\\"auto\\\"` is passed, the column will be the size of its content.\"\n },\n \"attribute\": \"size-sm\",\n \"reflect\": false\n },\n \"sizeMd\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The size of the column for md screens, in terms of how many columns it should take up out\\nof the total available. If `\\\"auto\\\"` is passed, the column will be the size of its content.\"\n },\n \"attribute\": \"size-md\",\n \"reflect\": false\n },\n \"sizeLg\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The size of the column for lg screens, in terms of how many columns it should take up out\\nof the total available. If `\\\"auto\\\"` is passed, the column will be the size of its content.\"\n },\n \"attribute\": \"size-lg\",\n \"reflect\": false\n },\n \"sizeXl\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The size of the column for xl screens, in terms of how many columns it should take up out\\nof the total available. If `\\\"auto\\\"` is passed, the column will be the size of its content.\"\n },\n \"attribute\": \"size-xl\",\n \"reflect\": false\n }\n };\n }\n static get listeners() {\n return [{\n \"name\": \"resize\",\n \"method\": \"onResize\",\n \"target\": \"window\",\n \"capture\": false,\n \"passive\": true\n }];\n }\n}\n"],"mappings":";;;GAGO,MAAMA,EAAgB,CACzBC,GAAI,mBACJC,GAAI,qBACJC,GAAI,qBACJC,GAAI,qBACJC,GAAI,uBAKD,MAAMC,EAAmBC,IAC5B,GAAIA,IAAeC,WAAaD,IAAe,GAAI,CAC/C,OAAO,IACf,CACI,GAAIE,OAAOC,WAAY,CACnB,MAAMC,EAAaX,EAAcO,GACjC,OAAOE,OAAOC,WAAWC,GAAYC,OAC7C,CACI,OAAO,KAAK,ECrBhB,MAAMC,EAAS,q6FACf,MAAAC,EAAeD,ECKf,MAAME,SAAaN,SAAW,YAAcA,OAASD,UAErD,MAAMQ,EAAgBD,MAAUA,EAAIE,KAAOF,EAAIE,IAAIC,UAAYH,EAAIE,IAAIC,SAAS,WAChF,MAAMC,EAAc,CAAC,GAAI,KAAM,KAAM,KAAM,KAAM,M,MACpCC,EAAG,MACZ,WAAAC,CAAAC,G,UACIC,KAAKC,OAAShB,UACde,KAAKE,SAAWjB,UAChBe,KAAKG,SAAWlB,UAChBe,KAAKI,SAAWnB,UAChBe,KAAKK,SAAWpB,UAChBe,KAAKM,SAAWrB,UAChBe,KAAKO,KAAOtB,UACZe,KAAKQ,OAASvB,UACde,KAAKS,OAASxB,UACde,KAAKU,OAASzB,UACde,KAAKW,OAAS1B,UACde,KAAKY,OAAS3B,UACde,KAAKa,KAAO5B,UACZe,KAAKc,OAAS7B,UACde,KAAKe,OAAS9B,UACde,KAAKgB,OAAS/B,UACde,KAAKiB,OAAShC,UACde,KAAKkB,OAASjC,UACde,KAAKmB,KAAOlC,UACZe,KAAKoB,OAASnC,UACde,KAAKqB,OAASpC,UACde,KAAKsB,OAASrC,UACde,KAAKuB,OAAStC,UACde,KAAKwB,OAASvC,S,CAElB,QAAAwC,GACIC,EAAY1B,K,CAIhB,UAAA2B,CAAWC,GACP,IAAIC,EACJ,IAAK,MAAM7C,KAAcY,EAAa,CAClC,MAAMP,EAAUN,EAAgBC,GAGhC,MAAM8C,EAAU9B,KAAK4B,EAAW5C,EAAW+C,OAAO,GAAGC,cAAgBhD,EAAWiD,MAAM,IACtF,GAAI5C,GAAWyC,IAAY7C,UAAW,CAClC4C,EAAUC,C,EAKlB,OAAOD,C,CAEX,aAAAK,GACI,MAAMJ,EAAU9B,KAAK2B,WAAW,QAKhC,IAAKG,GAAWA,IAAY,GAAI,CAC5B,M,CAGJ,MAAMK,EAAUL,IAAY,OACtB,OAEErC,EACM,aAAaqC,2CAGVA,EAAU,GAAM,IAAM,IACvC,MAAO,CACHM,KAAM,OAAOD,IACbE,MAAO,GAAGF,IACV,YAAa,GAAGA,I,CAIxB,iBAAAG,CAAkBV,EAAUW,GACxB,MAAMT,EAAU9B,KAAK2B,WAAWC,GAChC,IAAKE,EAAS,CACV,M,CAIJ,MAAMU,EAAS/C,EAEP,aAAaqC,2CAGbA,EAAU,GAAKA,EAAU,GAClBA,EAAU,GAAM,IAAM,IACvB,OACd,MAAO,CACHS,CAACA,GAAWC,E,CAGpB,eAAAC,CAAgBC,GACZ,OAAO1C,KAAKsC,kBAAkB,SAAUI,EAAQ,eAAiB,c,CAErE,aAAAC,CAAcD,GACV,OAAO1C,KAAKsC,kBAAkB,OAAQI,EAAQ,OAAS,Q,CAE3D,aAAAE,CAAcF,GACV,OAAO1C,KAAKsC,kBAAkB,OAAQI,EAAQ,QAAU,O,CAE5D,MAAAG,GACI,MAAMH,EAAQI,SAASC,MAAQ,MAC/B,MAAMC,EAAOC,EAAWjD,MACxB,OAAQkD,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAO,CAClEL,CAACA,GAAO,MACTM,MAAOC,OAAOC,OAAOD,OAAOC,OAAOD,OAAOC,OAAOD,OAAOC,OAAO,GAAIxD,KAAKyC,gBAAgBC,IAAS1C,KAAK2C,cAAcD,IAAS1C,KAAK4C,cAAcF,IAAS1C,KAAKkC,kBAAoBgB,EAAE,OAAQ,CAAEE,IAAK,6C","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as e,h as a,H as c}from"./p-42169e41.js";const s=":host{--gap-size:var(--size-4);display:flex;flex-direction:column;gap:var(--gap-size);margin:var(--gap-size)}section{display:flex;flex-direction:column;gap:var(--gap-size)}@media (min-width: 640px){:host{flex-direction:row;flex-wrap:wrap;section:first-of-type {\n flex: 1}section:not(:first-of-type){flex:0 0 30%}}";const d=s;const n="article {\n padding: var(--size-2);\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n outline: var(--pos-border-solid);\n border-radius: var(--radius-sm);\n box-shadow: var(--shadow-md);\n background-color: var(--pos-card-background);\n\n header {\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n h1 {\n margin: 0;\n }\n }\n}\n";const o=n;const r=class{constructor(a){e(this,a)}render(){return a(c,{key:"76b7a2ab73232cbea2a7352527fd4fc35a75c66b"},a("section",{key:"28d455d6e4b640de624a2c684133a6d4c7de2100"},a("pos-container-contents",{key:"8e518a1122461108b3d33d66664f67feb55527c4"}),a("details",{key:"6be9b8cf613a54213e8281c0a4bf4e8235c1b4b1"},a("summary",{key:"541ff3bbe8ec736361ea59fef319141a743c93ee"},"All subjects"),a("pos-subjects",{key:"4e1927ea2365c354c7d1abf2eca50d892e1ac2bc"}))),a("section",{key:"c9156ae4584e7f5803a7427b97844c3bbeae86bf"},a("article",{key:"c3fdc4cf0d4dd6624c63c2c6f4cf1c852a2468fc"},a("header",{key:"4103d4a971e51942afeff1a26aca17454a962f31"},a("h1",{key:"eb000f4bac564b0255e28c44c112180a4558e323"},a("pos-label",{key:"700a53e05c33d9c5a923dd5f73ecfb4ee969bc9d"})),a("pos-type-badges",{key:"15c37fc60de0e9ff1d36280da42bf0cc42c0c27c"})),a("pos-literals",{key:"4bf833339c2bedd888248e3893633496d2f61bd0"}))))}};r.style=d+o;export{r as pos_app_ldp_container};
2
- //# sourceMappingURL=p-4ccdbcbf.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["defaultAppLayoutCss","PosAppLdpContainerStyle0","articleCardCss","PosAppLdpContainerStyle1","PosAppLdpContainer","render","h","Host","key"],"sources":["src/apps/styles/default-app-layout.css?tag=pos-app-ldp-container&encapsulation=shadow","src/apps/styles/article-card.css?tag=pos-app-ldp-container&encapsulation=shadow","src/apps/pos-app-ldp-container/pos-app-ldp-container.tsx"],"sourcesContent":[":host {\n --gap-size: var(--size-4);\n display: flex;\n flex-direction: column;\n gap: var(--gap-size);\n margin: var(--gap-size);\n}\n\nsection {\n display: flex;\n flex-direction: column;\n gap: var(--gap-size);\n}\n\n@media (min-width: 640px) {\n :host {\n flex-direction: row;\n flex-wrap: wrap;\n\n section:first-of-type {\n flex: 1;\n }\n\n section:not(:first-of-type) {\n flex: 0 0 30%;\n }\n }\n}\n","article {\n padding: var(--size-2);\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n outline: var(--pos-border-solid);\n border-radius: var(--radius-sm);\n box-shadow: var(--shadow-md);\n background-color: var(--pos-card-background);\n\n header {\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n h1 {\n margin: 0;\n }\n }\n}\n","import { Component, h, Host } from '@stencil/core';\n\n@Component({\n tag: 'pos-app-ldp-container',\n shadow: true,\n styleUrls: ['../styles/default-app-layout.css', '../styles/article-card.css'],\n})\nexport class PosAppLdpContainer {\n render() {\n return (\n <Host>\n <section>\n <pos-container-contents />\n <details>\n <summary>All subjects</summary>\n <pos-subjects />\n </details>\n </section>\n <section>\n <article>\n <header>\n <h1>\n <pos-label />\n </h1>\n <pos-type-badges />\n </header>\n <pos-literals />\n </article>\n </section>\n </Host>\n );\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAsB,kUAC5B,MAAAC,EAAeD,ECDf,MAAME,EAAiB,2YACvB,MAAAC,EAAeD,E,MCMFE,EAAkB,M,yBAC7B,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,WAAAE,IAAA,4CACEF,EAAA,0BAAAE,IAAA,6CACAF,EAAA,WAAAE,IAAA,4CACEF,EAAA,WAAAE,IAAA,4DACAF,EAAA,gBAAAE,IAAA,+CAGJF,EAAA,WAAAE,IAAA,4CACEF,EAAA,WAAAE,IAAA,4CACEF,EAAA,UAAAE,IAAA,4CACEF,EAAA,MAAAE,IAAA,4CACEF,EAAA,aAAAE,IAAA,8CAEFF,EAAA,mBAAAE,IAAA,8CAEFF,EAAA,gBAAAE,IAAA,+C","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{i as o}from"./p-da0d920d.js";const s=()=>{};const r=()=>Promise.all([s(),o()]);export{r as g};
2
- //# sourceMappingURL=p-523432d1.js.map
@@ -1,2 +0,0 @@
1
- import{r as e,h as s,H as i,e as r}from"./p-42169e41.js";import{E as n,s as a}from"./p-46b6ae86.js";import{o as d,p as t}from"./p-0ee8b7a7.js";import{c as f,g as c}from"./p-da0d920d.js";import{e as o}from"./p-d61d280b.js";import{S as h}from"./p-4ab98c32.js";import"./p-cbf050d6.js";import"./p-7efd6867.js";import"./p-71ee259b.js";const l=class{constructor(s){e(this,s);this.customHTMLEnabled=f.get("innerHTMLTemplatesEnabled",n);this.pullingIcon=undefined;this.pullingText=undefined;this.refreshingSpinner=undefined;this.refreshingText=undefined}componentWillLoad(){if(this.pullingIcon===undefined){const e=o();const s=c(this);const i=e?"lines":t;this.pullingIcon=f.get("refreshingIcon",s==="ios"&&e?f.get("spinner",i):"circular")}if(this.refreshingSpinner===undefined){const e=c(this);this.refreshingSpinner=f.get("refreshingSpinner",f.get("spinner",e==="ios"?"lines":"circular"))}}renderPullingText(){const{customHTMLEnabled:e,pullingText:i}=this;if(e){return s("div",{class:"refresher-pulling-text",innerHTML:a(i)})}return s("div",{class:"refresher-pulling-text"},i)}renderRefreshingText(){const{customHTMLEnabled:e,refreshingText:i}=this;if(e){return s("div",{class:"refresher-refreshing-text",innerHTML:a(i)})}return s("div",{class:"refresher-refreshing-text"},i)}render(){const e=this.pullingIcon;const r=e!=null&&h[e]!==undefined;const n=c(this);return s(i,{key:"cf3caa51c4aba8a95622f6d32cafa90b683b9d6e",class:n},s("div",{key:"5ad70801104bbea873d3525206660c52e4447903",class:"refresher-pulling"},this.pullingIcon&&r&&s("div",{key:"0f95df169fd367528bfaa5d9ccf6690a613609c4",class:"refresher-pulling-icon"},s("div",{key:"4b8f0465a19f017751b207807c32e1fe00fda433",class:"spinner-arrow-container"},s("ion-spinner",{key:"77e60179d76f0d17f8f2dc3518f97a2a924418e6",name:this.pullingIcon,paused:true}),n==="md"&&this.pullingIcon==="circular"&&s("div",{key:"f78f63f08f071bead1bfe655bae6394f8a219d91",class:"arrow-container"},s("ion-icon",{key:"4d833d134d2b221cae2dfb0611d4029f2d664db5",icon:d,"aria-hidden":"true"})))),this.pullingIcon&&!r&&s("div",{key:"e6db19d7fa324363d2a7c3c046510f4c8461f7e6",class:"refresher-pulling-icon"},s("ion-icon",{key:"66c2ef1a53c5809f49891de515da5f55d9bf8dcc",icon:this.pullingIcon,lazy:false,"aria-hidden":"true"})),this.pullingText!==undefined&&this.renderPullingText()),s("div",{key:"80c413e21d362a5bb0419fcd13092453b3445cee",class:"refresher-refreshing"},this.refreshingSpinner&&s("div",{key:"0d5511f9644de26332a1a9ed39b160691fab74d9",class:"refresher-refreshing-icon"},s("ion-spinner",{key:"54e4a96b081c7b453a98e00cceea7c086268a450",name:this.refreshingSpinner})),this.refreshingText!==undefined&&this.renderRefreshingText()))}get el(){return r(this)}};export{l as ion_refresher_content};
2
- //# sourceMappingURL=p-5441ae35.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as t,i,h as o,e,H as n}from"./p-42169e41.js";import{m as s}from"./p-71ee259b.js";import{g as r}from"./p-da0d920d.js";const l="ion-item-options{top:0;right:0;justify-content:flex-end;display:none;position:absolute;height:100%;user-select:none;z-index:1}:host-context([dir=rtl]) ion-item-options{justify-content:flex-start}:host-context([dir=rtl]) ion-item-options:not(.item-options-end){right:auto;left:0;justify-content:flex-end}[dir=rtl] ion-item-options{justify-content:flex-start}[dir=rtl] ion-item-options:not(.item-options-end){right:auto;left:0;justify-content:flex-end}@supports selector(:dir(rtl)){ion-item-options:dir(rtl){justify-content:flex-start}ion-item-options:dir(rtl):not(.item-options-end){right:auto;left:0;justify-content:flex-end}}.item-options-start{right:auto;left:0;justify-content:flex-start}:host-context([dir=rtl]) .item-options-start{justify-content:flex-end}[dir=rtl] .item-options-start{justify-content:flex-end}@supports selector(:dir(rtl)){.item-options-start:dir(rtl){justify-content:flex-end}}[dir=ltr] .item-options-start ion-item-option:first-child,[dir=rtl] .item-options-start ion-item-option:last-child{padding-left:var(--ion-safe-area-left)}[dir=ltr] .item-options-end ion-item-option:last-child,[dir=rtl] .item-options-end ion-item-option:first-child{padding-right:var(--ion-safe-area-right)}:host-context([dir=rtl]) .item-sliding-active-slide.item-sliding-active-options-start ion-item-options:not(.item-options-end){width:100%;visibility:visible}[dir=rtl] .item-sliding-active-slide.item-sliding-active-options-start ion-item-options:not(.item-options-end){width:100%;visibility:visible}@supports selector(:dir(rtl)){.item-sliding-active-slide:dir(rtl).item-sliding-active-options-start ion-item-options:not(.item-options-end){width:100%;visibility:visible}}.item-sliding-active-slide ion-item-options{display:flex;visibility:hidden}.item-sliding-active-slide.item-sliding-active-options-start .item-options-start,.item-sliding-active-slide.item-sliding-active-options-end ion-item-options:not(.item-options-start){width:100%;visibility:visible}.item-options-ios{border-bottom-width:0;border-bottom-style:solid;border-bottom-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)))}.item-options-ios.item-options-end{border-bottom-width:0.55px}.list-ios-lines-none .item-options-ios{border-bottom-width:0}.list-ios-lines-full .item-options-ios,.list-ios-lines-inset .item-options-ios.item-options-end{border-bottom-width:0.55px}";const d=l;const m="ion-item-options{top:0;right:0;justify-content:flex-end;display:none;position:absolute;height:100%;user-select:none;z-index:1}:host-context([dir=rtl]) ion-item-options{justify-content:flex-start}:host-context([dir=rtl]) ion-item-options:not(.item-options-end){right:auto;left:0;justify-content:flex-end}[dir=rtl] ion-item-options{justify-content:flex-start}[dir=rtl] ion-item-options:not(.item-options-end){right:auto;left:0;justify-content:flex-end}@supports selector(:dir(rtl)){ion-item-options:dir(rtl){justify-content:flex-start}ion-item-options:dir(rtl):not(.item-options-end){right:auto;left:0;justify-content:flex-end}}.item-options-start{right:auto;left:0;justify-content:flex-start}:host-context([dir=rtl]) .item-options-start{justify-content:flex-end}[dir=rtl] .item-options-start{justify-content:flex-end}@supports selector(:dir(rtl)){.item-options-start:dir(rtl){justify-content:flex-end}}[dir=ltr] .item-options-start ion-item-option:first-child,[dir=rtl] .item-options-start ion-item-option:last-child{padding-left:var(--ion-safe-area-left)}[dir=ltr] .item-options-end ion-item-option:last-child,[dir=rtl] .item-options-end ion-item-option:first-child{padding-right:var(--ion-safe-area-right)}:host-context([dir=rtl]) .item-sliding-active-slide.item-sliding-active-options-start ion-item-options:not(.item-options-end){width:100%;visibility:visible}[dir=rtl] .item-sliding-active-slide.item-sliding-active-options-start ion-item-options:not(.item-options-end){width:100%;visibility:visible}@supports selector(:dir(rtl)){.item-sliding-active-slide:dir(rtl).item-sliding-active-options-start ion-item-options:not(.item-options-end){width:100%;visibility:visible}}.item-sliding-active-slide ion-item-options{display:flex;visibility:hidden}.item-sliding-active-slide.item-sliding-active-options-start .item-options-start,.item-sliding-active-slide.item-sliding-active-options-end ion-item-options:not(.item-options-start){width:100%;visibility:visible}.item-options-md{border-bottom-width:0;border-bottom-style:solid;border-bottom-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))))}.list-md-lines-none .item-options-md{border-bottom-width:0}.list-md-lines-full .item-options-md,.list-md-lines-inset .item-options-md.item-options-end{border-bottom-width:1px}";const p=m;const a=class{constructor(o){t(this,o);this.ionSwipe=i(this,"ionSwipe",7);this.side="end"}async fireSwipeEvent(){this.ionSwipe.emit({side:this.side})}render(){const t=r(this);const i=s(this.side);return o(n,{key:"3dca0415ec2942ac8e87a057e26bcb290a892f65",class:{[t]:true,[`item-options-${t}`]:true,"item-options-start":!i,"item-options-end":i}})}get el(){return e(this)}};a.style={ios:d,md:p};export{a as ion_item_options};
2
- //# sourceMappingURL=p-71835d6f.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as e,h as a,H as c}from"./p-42169e41.js";const d=":host{--gap-size:var(--size-4);display:flex;flex-direction:column;gap:var(--gap-size);margin:var(--gap-size)}section{display:flex;flex-direction:column;gap:var(--gap-size)}@media (min-width: 640px){:host{flex-direction:row;flex-wrap:wrap;section:first-of-type {\n flex: 1}section:not(:first-of-type){flex:0 0 30%}}";const n=d;const o="article {\n padding: var(--size-2);\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n outline: var(--pos-border-solid);\n border-radius: var(--radius-sm);\n box-shadow: var(--shadow-md);\n background-color: var(--pos-card-background);\n\n header {\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n h1 {\n margin: 0;\n }\n }\n}\n";const s=o;const r=class{constructor(a){e(this,a)}render(){return a(c,{key:"9dd4b79cd54b3d2d61eea562b41a397cc1841279"},a("section",{key:"ec97b4983b9c45a5420b8e15b1b5d13a2b78f505"},a("pos-subjects",{key:"7ca852dee46a4f1bb64cebccb397e2df7045be82"})),a("section",{key:"9aaf18c750b9847234ebb6d92c3c4ab605ff306e"},a("article",{key:"d794f6f83cfa49a37a759f0b8fa16b28038ec10b","aria-labelledby":"doc-title"},a("header",{key:"bebbe27160a15351a1eabaa8c1ebb449beaa1005"},a("h1",{key:"cf5ba1875f2e22f162d2878789106738aac3d97c",id:"doc-title"},a("pos-label",{key:"fcb1a84e354ab5e2842077a6417c5b77ac9d87ed"})),a("pos-type-badges",{key:"370688f50c2906e069686d35a177c88b68de0a98"})),a("pos-literals",{key:"56bc40269a0269301603f3e9f101ad52738fca6a"}))))}};r.style=n+s;export{r as pos_app_rdf_document};
2
- //# sourceMappingURL=p-7183a9ca.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["defaultAppLayoutCss","PosAppRdfDocumentStyle0","articleCardCss","PosAppRdfDocumentStyle1","PosAppRdfDocument","render","h","Host","key","id"],"sources":["src/apps/styles/default-app-layout.css?tag=pos-app-rdf-document&encapsulation=shadow","src/apps/styles/article-card.css?tag=pos-app-rdf-document&encapsulation=shadow","src/apps/pos-app-rdf-document/pos-app-rdf-document.tsx"],"sourcesContent":[":host {\n --gap-size: var(--size-4);\n display: flex;\n flex-direction: column;\n gap: var(--gap-size);\n margin: var(--gap-size);\n}\n\nsection {\n display: flex;\n flex-direction: column;\n gap: var(--gap-size);\n}\n\n@media (min-width: 640px) {\n :host {\n flex-direction: row;\n flex-wrap: wrap;\n\n section:first-of-type {\n flex: 1;\n }\n\n section:not(:first-of-type) {\n flex: 0 0 30%;\n }\n }\n}\n","article {\n padding: var(--size-2);\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n outline: var(--pos-border-solid);\n border-radius: var(--radius-sm);\n box-shadow: var(--shadow-md);\n background-color: var(--pos-card-background);\n\n header {\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n h1 {\n margin: 0;\n }\n }\n}\n","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"],"mappings":"kDAAA,MAAMA,EAAsB,kUAC5B,MAAAC,EAAeD,ECDf,MAAME,EAAiB,2YACvB,MAAAC,EAAeD,E,MCMFE,EAAiB,M,yBAC5B,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,WAAAE,IAAA,4CACEF,EAAA,gBAAAE,IAAA,8CAEFF,EAAA,WAAAE,IAAA,4CACEF,EAAA,WAAAE,IAAA,6DAAyB,aACvBF,EAAA,UAAAE,IAAA,4CACEF,EAAA,MAAAE,IAAA,2CAAIC,GAAG,aACLH,EAAA,aAAAE,IAAA,8CAEFF,EAAA,mBAAAE,IAAA,8CAEFF,EAAA,gBAAAE,IAAA,+C","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as o,h as r,H as t}from"./p-42169e41.js";import{c as n}from"./p-669fab6c.js";import{g as a}from"./p-da0d920d.js";const i=":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)}}";const d=i;const e=":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}";const c=e;const s=class{constructor(r){o(this,r);this.color=undefined;this.translucent=false}render(){const o=a(this);return r(t,{key:"44077ad8e3edf7726d0f7a039046e32dc56a83c9",class:n(this.color,{"card-header-translucent":this.translucent,"ion-inherit-color":true,[o]:true})},r("slot",{key:"51b6f4048d25521ece18d79e5361c762af41cae7"}))}};s.style={ios:d,md:c};export{s as ion_card_header};
2
- //# sourceMappingURL=p-7e8b8df1.entry.js.map