@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 +0,0 @@
1
- {"version":3,"names":["cardHeaderIosCss","IonCardHeaderIosStyle0","cardHeaderMdCss","IonCardHeaderMdStyle0","CardHeader","constructor","hostRef","this","color","undefined","translucent","render","mode","getIonMode","h","Host","key","class","createColorClasses"],"sources":["../node_modules/@ionic/core/dist/collection/components/card-header/card-header.ios.css?tag=ion-card-header&mode=ios&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/card-header/card-header.md.css?tag=ion-card-header&mode=md&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/card-header/card-header.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n --background: transparent;\n --color: inherit;\n display: flex;\n position: relative;\n flex-direction: column;\n background: var(--background);\n color: var(--color);\n}\n\n:host(.ion-color) {\n background: var(--ion-color-base);\n color: var(--ion-color-contrast);\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n -webkit-padding-start: 20px;\n padding-inline-start: 20px;\n -webkit-padding-end: 20px;\n padding-inline-end: 20px;\n padding-top: 20px;\n padding-bottom: 16px;\n flex-direction: column-reverse;\n}\n\n@supports (backdrop-filter: blur(0)) {\n :host(.card-header-translucent) {\n background-color: rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);\n backdrop-filter: saturate(180%) blur(30px);\n }\n}","/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n --background: transparent;\n --color: inherit;\n display: flex;\n position: relative;\n flex-direction: column;\n background: var(--background);\n color: var(--color);\n}\n\n:host(.ion-color) {\n background: var(--ion-color-base);\n color: var(--ion-color-contrast);\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n -webkit-padding-start: 16px;\n padding-inline-start: 16px;\n -webkit-padding-end: 16px;\n padding-inline-end: 16px;\n padding-top: 16px;\n padding-bottom: 16px;\n}\n\n::slotted(ion-card-title:not(:first-child)),\n::slotted(ion-card-subtitle:not(:first-child)) {\n margin-top: 8px;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { createColorClasses } from \"../../utils/theme\";\nimport { getIonMode } from \"../../global/ionic-global\";\n/**\n * @virtualProp {\"ios\" | \"md\"} mode - The mode determines which platform styles to use.\n */\nexport class CardHeader {\n constructor() {\n this.color = undefined;\n this.translucent = false;\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: '44077ad8e3edf7726d0f7a039046e32dc56a83c9', class: createColorClasses(this.color, {\n 'card-header-translucent': this.translucent,\n 'ion-inherit-color': true,\n [mode]: true,\n }) }, h(\"slot\", { key: '51b6f4048d25521ece18d79e5361c762af41cae7' })));\n }\n static get is() { return \"ion-card-header\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"ios\": [\"card-header.ios.scss\"],\n \"md\": [\"card-header.md.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"ios\": [\"card-header.ios.css\"],\n \"md\": [\"card-header.md.css\"]\n };\n }\n static get properties() {\n return {\n \"color\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Color\",\n \"resolved\": \"\\\"danger\\\" | \\\"dark\\\" | \\\"light\\\" | \\\"medium\\\" | \\\"primary\\\" | \\\"secondary\\\" | \\\"success\\\" | \\\"tertiary\\\" | \\\"warning\\\" | string & Record<never, never> | undefined\",\n \"references\": {\n \"Color\": {\n \"location\": \"import\",\n \"path\": \"../../interface\",\n \"id\": \"src/interface.d.ts::Color\"\n }\n }\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The color to use from your application's color palette.\\nDefault options are: `\\\"primary\\\"`, `\\\"secondary\\\"`, `\\\"tertiary\\\"`, `\\\"success\\\"`, `\\\"warning\\\"`, `\\\"danger\\\"`, `\\\"light\\\"`, `\\\"medium\\\"`, and `\\\"dark\\\"`.\\nFor more information on colors, see [theming](/docs/theming/basics).\"\n },\n \"attribute\": \"color\",\n \"reflect\": true\n },\n \"translucent\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"If `true`, the card header will be translucent.\\nOnly applies when the mode is `\\\"ios\\\"` and the device supports\\n[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility).\"\n },\n \"attribute\": \"translucent\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n }\n };\n }\n}\n"],"mappings":"0HAAA,MAAMA,EAAmB,olBACzB,MAAAC,EAAeD,ECDf,MAAME,EAAkB,qeACxB,MAAAC,EAAeD,E,MCQFE,EAAU,MACnB,WAAAC,CAAAC,G,UACIC,KAAKC,MAAQC,UACbF,KAAKG,YAAc,K,CAEvB,MAAAC,GACI,MAAMC,EAAOC,EAAWN,MACxB,OAAQO,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAOC,EAAmBX,KAAKC,MAAO,CACjG,0BAA2BD,KAAKG,YAChC,oBAAqB,KACrBE,CAACA,GAAO,QACNE,EAAE,OAAQ,CAAEE,IAAK,6C","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as o,h as s,H as t}from"./p-42169e41.js";import{g as r}from"./p-da0d920d.js";const e="ion-item-group{display:block}";const i=e;const c="ion-item-group{display:block}";const n=c;const p=class{constructor(s){o(this,s)}render(){const o=r(this);return s(t,{key:"5778fb7e9c6791874b4ff14f0babdae715e322e7",role:"group",class:{[o]:true,[`item-group-${o}`]:true,item:true}})}};p.style={ios:i,md:n};export{p as ion_item_group};
2
- //# sourceMappingURL=p-7f53778f.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as i,h as d,H as n}from"./p-42169e41.js";import{g as a}from"./p-da0d920d.js";const g=":host{-webkit-padding-start:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;display:block;flex:1}@media (min-width: 576px){:host{-webkit-padding-start:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px))}}@media (min-width: 768px){:host{-webkit-padding-start:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-md, var(--ion-grid-padding, 5px))}}@media (min-width: 992px){:host{-webkit-padding-start:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px))}}@media (min-width: 1200px){:host{-webkit-padding-start:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));padding-inline-start:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));-webkit-padding-end:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));padding-inline-end:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));padding-top:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));padding-bottom:var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px))}}:host(.grid-fixed){width:var(--ion-grid-width-xs, var(--ion-grid-width, 100%));max-width:100%}@media (min-width: 576px){:host(.grid-fixed){width:var(--ion-grid-width-sm, var(--ion-grid-width, 540px))}}@media (min-width: 768px){:host(.grid-fixed){width:var(--ion-grid-width-md, var(--ion-grid-width, 720px))}}@media (min-width: 992px){:host(.grid-fixed){width:var(--ion-grid-width-lg, var(--ion-grid-width, 960px))}}@media (min-width: 1200px){:host(.grid-fixed){width:var(--ion-grid-width-xl, var(--ion-grid-width, 1140px))}}:host(.ion-no-padding){--ion-grid-column-padding:0;--ion-grid-column-padding-xs:0;--ion-grid-column-padding-sm:0;--ion-grid-column-padding-md:0;--ion-grid-column-padding-lg:0;--ion-grid-column-padding-xl:0}";const r=g;const p=class{constructor(d){i(this,d);this.fixed=false}render(){const i=a(this);return d(n,{key:"a1c2ff77f97761c2bbcd869b2cc7b1558032b406",class:{[i]:true,"grid-fixed":this.fixed}},d("slot",{key:"cd25166436cf3a63a11ad436a9b9c5a607e72600"}))}};p.style=r;export{p as ion_grid};
2
- //# sourceMappingURL=p-8e8881a8.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["gridCss","IonGridStyle0","Grid","constructor","hostRef","this","fixed","render","mode","getIonMode","h","Host","key","class"],"sources":["../node_modules/@ionic/core/dist/collection/components/grid/grid.css?tag=ion-grid&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/grid/grid.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 /**\n * @prop --ion-grid-padding: Padding for the Grid\n * @prop --ion-grid-padding-xs: Padding for the Grid on xs screens\n * @prop --ion-grid-padding-sm: Padding for the Grid on sm screens\n * @prop --ion-grid-padding-md: Padding for the Grid on md screens\n * @prop --ion-grid-padding-lg: Padding for the Grid on lg screens\n * @prop --ion-grid-padding-xl: Padding for the Grid on xl screens\n *\n * @prop --ion-grid-width: Width of the fixed Grid\n * @prop --ion-grid-width-xs: Width of the fixed Grid on xs screens\n * @prop --ion-grid-width-sm: Width of the fixed Grid on sm screens\n * @prop --ion-grid-width-md: Width of the fixed Grid on md screens\n * @prop --ion-grid-width-lg: Width of the fixed Grid on lg screens\n * @prop --ion-grid-width-xl: Width of the fixed Grid on xl screens\n */\n -webkit-padding-start: var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));\n padding-inline-start: var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));\n -webkit-padding-end: var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));\n padding-inline-end: var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));\n padding-top: var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));\n padding-bottom: var(--ion-grid-padding-xs, var(--ion-grid-padding, 5px));\n -webkit-margin-start: auto;\n margin-inline-start: auto;\n -webkit-margin-end: auto;\n margin-inline-end: auto;\n display: block;\n flex: 1;\n}\n@media (min-width: 576px) {\n :host {\n -webkit-padding-start: var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));\n padding-inline-start: var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));\n -webkit-padding-end: var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));\n padding-inline-end: var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));\n padding-top: var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));\n padding-bottom: var(--ion-grid-padding-sm, var(--ion-grid-padding, 5px));\n }\n}\n@media (min-width: 768px) {\n :host {\n -webkit-padding-start: var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));\n padding-inline-start: var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));\n -webkit-padding-end: var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));\n padding-inline-end: var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));\n padding-top: var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));\n padding-bottom: var(--ion-grid-padding-md, var(--ion-grid-padding, 5px));\n }\n}\n@media (min-width: 992px) {\n :host {\n -webkit-padding-start: var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));\n padding-inline-start: var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));\n -webkit-padding-end: var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));\n padding-inline-end: var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));\n padding-top: var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));\n padding-bottom: var(--ion-grid-padding-lg, var(--ion-grid-padding, 5px));\n }\n}\n@media (min-width: 1200px) {\n :host {\n -webkit-padding-start: var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));\n padding-inline-start: var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));\n -webkit-padding-end: var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));\n padding-inline-end: var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));\n padding-top: var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));\n padding-bottom: var(--ion-grid-padding-xl, var(--ion-grid-padding, 5px));\n }\n}\n\n:host(.grid-fixed) {\n width: var(--ion-grid-width-xs, var(--ion-grid-width, 100%));\n max-width: 100%;\n}\n@media (min-width: 576px) {\n :host(.grid-fixed) {\n width: var(--ion-grid-width-sm, var(--ion-grid-width, 540px));\n }\n}\n@media (min-width: 768px) {\n :host(.grid-fixed) {\n width: var(--ion-grid-width-md, var(--ion-grid-width, 720px));\n }\n}\n@media (min-width: 992px) {\n :host(.grid-fixed) {\n width: var(--ion-grid-width-lg, var(--ion-grid-width, 960px));\n }\n}\n@media (min-width: 1200px) {\n :host(.grid-fixed) {\n width: var(--ion-grid-width-xl, var(--ion-grid-width, 1140px));\n }\n}\n\n:host(.ion-no-padding) {\n --ion-grid-column-padding: 0;\n --ion-grid-column-padding-xs: 0;\n --ion-grid-column-padding-sm: 0;\n --ion-grid-column-padding-md: 0;\n --ion-grid-column-padding-lg: 0;\n --ion-grid-column-padding-xl: 0;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { getIonMode } from \"../../global/ionic-global\";\nexport class Grid {\n constructor() {\n this.fixed = false;\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: 'a1c2ff77f97761c2bbcd869b2cc7b1558032b406', class: {\n [mode]: true,\n 'grid-fixed': this.fixed,\n } }, h(\"slot\", { key: 'cd25166436cf3a63a11ad436a9b9c5a607e72600' })));\n }\n static get is() { return \"ion-grid\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"grid.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"grid.css\"]\n };\n }\n static get properties() {\n return {\n \"fixed\": {\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 grid will have a fixed width based on the screen size.\"\n },\n \"attribute\": \"fixed\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n }\n };\n }\n}\n"],"mappings":"sFAAA,MAAMA,EAAU,8qGAChB,MAAAC,EAAeD,E,MCIFE,EAAI,MACb,WAAAC,CAAAC,G,UACIC,KAAKC,MAAQ,K,CAEjB,MAAAC,GACI,MAAMC,EAAOC,EAAWJ,MACxB,OAAQK,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAO,CAClEL,CAACA,GAAO,KACR,aAAcH,KAAKC,QAClBI,EAAE,OAAQ,CAAEE,IAAK,6C","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as t,h as o,H as n,e}from"./p-42169e41.js";import{h as i}from"./p-71ee259b.js";import{m as r}from"./p-061819d1.js";import{c as a,h as d}from"./p-669fab6c.js";import{m as s,n as c}from"./p-0ee8b7a7.js";import{g as l,c as h}from"./p-da0d920d.js";import{u as p}from"./p-734e5a97.js";import"./p-7efd6867.js";import"./p-1fc8e557.js";import"./p-d6769f21.js";import"./p-cbf050d6.js";const b=':host{--background:transparent;--color-focused:currentColor;--border-radius:initial;--padding-top:0;--padding-bottom:0;color:var(--color);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;font-kerning:none}.button-native{border-radius:var(--border-radius);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;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-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);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;position:relative;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%;min-height:inherit;border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;overflow:hidden;user-select:none;z-index:0;appearance:none}.button-inner{display:flex;position:relative;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%;min-height:inherit;z-index:1}ion-icon{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;pointer-events:none}:host(.menu-button-hidden){display:none}:host(.menu-button-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity, 0)}}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--background-focused:currentColor;--background-focused-opacity:.1;--border-radius:4px;--color:var(--ion-color-primary, #3880ff);--padding-start:5px;--padding-end:5px;min-height:32px;font-size:clamp(31px, 1.9375rem, 38.13px)}:host(.ion-activated){opacity:0.4}@media (any-hover: hover){:host(:hover){opacity:0.6}}';const u=b;const g=':host{--background:transparent;--color-focused:currentColor;--border-radius:initial;--padding-top:0;--padding-bottom:0;color:var(--color);text-align:center;text-decoration:none;text-overflow:ellipsis;text-transform:none;white-space:nowrap;font-kerning:none}.button-native{border-radius:var(--border-radius);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;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-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);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;position:relative;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%;min-height:inherit;border:0;outline:none;background:var(--background);line-height:1;cursor:pointer;overflow:hidden;user-select:none;z-index:0;appearance:none}.button-inner{display:flex;position:relative;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%;min-height:inherit;z-index:1}ion-icon{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;pointer-events:none}:host(.menu-button-hidden){display:none}:host(.menu-button-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.ion-focused) .button-native{color:var(--color-focused)}:host(.ion-focused) .button-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";opacity:0}@media (any-hover: hover){:host(:hover) .button-native{color:var(--color-hover)}:host(:hover) .button-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity, 0)}}:host(.ion-color) .button-native{color:var(--ion-color-base)}:host(.in-toolbar:not(.in-toolbar-color)){color:var(--ion-toolbar-color, var(--color))}:host{--background-focused:currentColor;--background-focused-opacity:.12;--background-hover:currentColor;--background-hover-opacity:.04;--border-radius:50%;--color:initial;--padding-start:8px;--padding-end:8px;width:3rem;height:3rem;font-size:1.5rem}:host(.ion-color.ion-focused)::after{background:var(--ion-color-base)}@media (any-hover: hover){:host(.ion-color:hover) .button-native::after{background:var(--ion-color-base)}}';const f=g;const m=class{constructor(o){t(this,o);this.inheritedAttributes={};this.onClick=async()=>r.toggle(this.menu);this.visible=false;this.color=undefined;this.disabled=false;this.menu=undefined;this.autoHide=true;this.type="button"}componentWillLoad(){this.inheritedAttributes=i(this.el)}componentDidLoad(){this.visibilityChanged()}async visibilityChanged(){this.visible=await p(this.menu)}render(){const{color:t,disabled:e,inheritedAttributes:i}=this;const r=l(this);const p=h.get("menuIcon",r==="ios"?s:c);const b=this.autoHide&&!this.visible;const u={type:this.type};const g=i["aria-label"]||"menu";return o(n,{key:"7a4543dfcbf559f0d3a473683f8e0bd1d4c3542a",onClick:this.onClick,"aria-disabled":e?"true":null,"aria-hidden":b?"true":null,class:a(t,{[r]:true,button:true,"menu-button-hidden":b,"menu-button-disabled":e,"in-toolbar":d("ion-toolbar",this.el),"in-toolbar-color":d("ion-toolbar[color]",this.el),"ion-activatable":true,"ion-focusable":true})},o("button",Object.assign({key:"2b6944dc130fa765ac7559077254555583529ec3"},u,{disabled:e,class:"button-native",part:"native","aria-label":g}),o("span",{key:"b4d1006bec8c9e761c64ae3e2fb64848dfc30307",class:"button-inner"},o("slot",{key:"eaf1d57cd2e841c70095821576c52062dc76500b"},o("ion-icon",{key:"105ddb806aae2e6add6cb3989fd4a5cf5ee7d952",part:"icon",icon:p,mode:r,lazy:false,"aria-hidden":"true"}))),r==="md"&&o("ion-ripple-effect",{key:"8a312aab747de2bdd6adee74fb0bfcbbde12c191",type:"unbounded"})))}get el(){return e(this)}};m.style={ios:u,md:f};export{m as ion_menu_button};
2
- //# sourceMappingURL=p-95161a5d.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as n,i as s,h as e,H as o}from"./p-42169e41.js";import{s as i}from"./p-f6671856.js";const r=":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 l=r;const a="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 t=a;const p=class{constructor(e){n(this,e);this.subscribeResource=s(this,"pod-os:resource",7);this.receiveResource=n=>{this.resource=n}}componentWillLoad(){i(this)}render(){if(!this.resource){return null}return e(o,null,e("section",null,e("pos-document",{src:this.resource.uri})),e("section",null,e("article",null,e("header",null,e("h1",null,e("pos-label",null)),e("pos-type-badges",null)),e("pos-literals",null))))}};p.style=l+t;export{p as pos_app_document_viewer};
2
- //# sourceMappingURL=p-9a4bf79e.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["defaultAppLayoutCss","PosAppDocumentViewerStyle0","articleCardCss","PosAppDocumentViewerStyle1","PosAppDocumentViewer","constructor","hostRef","this","receiveResource","resource","componentWillLoad","subscribeResource","render","h","Host","src","uri"],"sources":["src/apps/styles/default-app-layout.css?tag=pos-app-document-viewer&encapsulation=shadow","src/apps/styles/article-card.css?tag=pos-app-document-viewer&encapsulation=shadow","src/apps/pos-app-document-viewer/pos-app-document-viewer.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 { Thing } from '@pod-os/core';\nimport { Component, Event, EventEmitter, h, Host, State } from '@stencil/core';\nimport { ResourceAware, subscribeResource } from '../../components/events/ResourceAware';\n\n@Component({\n tag: 'pos-app-document-viewer',\n shadow: true,\n styleUrls: ['../styles/default-app-layout.css', '../styles/article-card.css'],\n})\nexport class PosAppDocumentViewer implements ResourceAware {\n @State() resource: Thing;\n\n @Event({ eventName: 'pod-os:resource' }) subscribeResource: EventEmitter;\n\n componentWillLoad() {\n subscribeResource(this);\n }\n\n receiveResource = (resource: Thing) => {\n this.resource = resource;\n };\n\n render() {\n if (!this.resource) {\n return null;\n }\n\n return (\n <Host>\n <section>\n <pos-document src={this.resource.uri} />\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":"6FAAA,MAAMA,EAAsB,kUAC5B,MAAAC,EAAeD,ECDf,MAAME,EAAiB,2YACvB,MAAAC,EAAeD,E,MCQFE,EAAoB,MALjC,WAAAC,CAAAC,G,6DAcEC,KAAAC,gBAAmBC,IACjBF,KAAKE,SAAWA,CAAQ,C,CAL1B,iBAAAC,GACEC,EAAkBJ,K,CAOpB,MAAAK,GACE,IAAKL,KAAKE,SAAU,CAClB,OAAO,I,CAGT,OACEI,EAACC,EAAI,KACHD,EAAA,eACEA,EAAA,gBAAcE,IAAKR,KAAKE,SAASO,OAEnCH,EAAA,eACEA,EAAA,eACEA,EAAA,cACEA,EAAA,UACEA,EAAA,mBAEFA,EAAA,yBAEFA,EAAA,uB","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as t,i,h as s,e}from"./p-42169e41.js";import{g as a}from"./p-bc04bd54.js";import{a as n,d as h}from"./p-eba70ed1.js";import{s as o,j as r}from"./p-71ee259b.js";import{c as d}from"./p-3a4d289f.js";import{t as c}from"./p-cbae963d.js";import{g as l,c as u}from"./p-da0d920d.js";const f=":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:layout size style;z-index:0}";const m=f;const p=class{constructor(s){t(this,s);this.ionNavWillLoad=i(this,"ionNavWillLoad",7);this.ionNavWillChange=i(this,"ionNavWillChange",3);this.ionNavDidChange=i(this,"ionNavDidChange",3);this.lockController=d();this.gestureOrAnimationInProgress=false;this.mode=l(this);this.delegate=undefined;this.animated=true;this.animation=undefined;this.swipeHandler=undefined}swipeHandlerChanged(){if(this.gesture){this.gesture.enable(this.swipeHandler!==undefined)}}async connectedCallback(){const t=()=>{this.gestureOrAnimationInProgress=true;if(this.swipeHandler){this.swipeHandler.onStart()}};this.gesture=(await import("./p-c452a2e9.js")).createSwipeBackGesture(this.el,(()=>!this.gestureOrAnimationInProgress&&!!this.swipeHandler&&this.swipeHandler.canStart()),(()=>t()),(t=>{var i;return(i=this.ani)===null||i===void 0?void 0:i.progressStep(t)}),((t,i,s)=>{if(this.ani){this.ani.onFinish((()=>{this.gestureOrAnimationInProgress=false;if(this.swipeHandler){this.swipeHandler.onEnd(t)}}),{oneTimeCallback:true});let e=t?-.001:.001;if(!t){this.ani.easing("cubic-bezier(1, 0, 0.68, 0.28)");e+=a([0,0],[1,0],[.68,.28],[1,1],i)[0]}else{e+=a([0,0],[.32,.72],[0,1],[1,1],i)[0]}this.ani.progressEnd(t?1:0,e,s)}else{this.gestureOrAnimationInProgress=false}}));this.swipeHandlerChanged()}componentWillLoad(){this.ionNavWillLoad.emit()}disconnectedCallback(){if(this.gesture){this.gesture.destroy();this.gesture=undefined}}async commit(t,i,s){const e=await this.lockController.lock();let a=false;try{a=await this.transition(t,i,s)}catch(t){console.error(t)}e();return a}async setRouteId(t,i,s,e){const a=await this.setRoot(t,i,{duration:s==="root"?0:undefined,direction:s==="back"?"back":"forward",animationBuilder:e});return{changed:a,element:this.activeEl}}async getRouteId(){const t=this.activeEl;return t?{id:t.tagName,element:t,params:this.activeParams}:undefined}async setRoot(t,i,s){if(this.activeComponent===t&&o(i,this.activeParams)){return false}const e=this.activeEl;const a=await n(this.delegate,this.el,t,["ion-page","ion-page-invisible"],i);this.activeComponent=t;this.activeEl=a;this.activeParams=i;await this.commit(a,e,s);await h(this.delegate,e);return true}async transition(t,i,s={}){if(i===t){return false}this.ionNavWillChange.emit();const{el:e,mode:a}=this;const n=this.animated&&u.getBoolean("animated",true);const h=s.animationBuilder||this.animation||u.get("navAnimation");await c(Object.assign(Object.assign({mode:a,animated:n,enteringEl:t,leavingEl:i,baseEl:e,deepWait:r(e),progressCallback:s.progressAnimation?t=>{if(t!==undefined&&!this.gestureOrAnimationInProgress){this.gestureOrAnimationInProgress=true;t.onFinish((()=>{this.gestureOrAnimationInProgress=false;if(this.swipeHandler){this.swipeHandler.onEnd(false)}}),{oneTimeCallback:true});t.progressEnd(0,0,0)}else{this.ani=t}}:undefined},s),{animationBuilder:h}));this.ionNavDidChange.emit();return true}render(){return s("slot",{key:"0949db1bcfde67b462abe9cae72c7a7fd70ea678"})}get el(){return e(this)}static get watchers(){return{swipeHandler:["swipeHandlerChanged"]}}};p.style=m;export{p as ion_router_outlet};
2
- //# sourceMappingURL=p-a06d93c7.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as s,h as t,H as i}from"./p-42169e41.js";import{m as e}from"./p-061819d1.js";import{g as o}from"./p-da0d920d.js";import{u as a}from"./p-734e5a97.js";import"./p-7efd6867.js";import"./p-1fc8e557.js";import"./p-d6769f21.js";import"./p-71ee259b.js";import"./p-cbf050d6.js";const n=":host(.menu-toggle-hidden){display:none}";const r=n;const c=class{constructor(t){s(this,t);this.onClick=()=>e.toggle(this.menu);this.visible=false;this.menu=undefined;this.autoHide=true}connectedCallback(){this.visibilityChanged()}async visibilityChanged(){this.visible=await a(this.menu)}render(){const s=o(this);const e=this.autoHide&&!this.visible;return t(i,{key:"94a0815a634c6fb1991854bfbcf5b2b4b61d7710",onClick:this.onClick,"aria-hidden":e?"true":null,class:{[s]:true,"menu-toggle-hidden":e}},t("slot",{key:"f3ac6d17d5421390ab05f3f31ad00ec4f2ca5c7c"}))}};c.style=r;export{c as ion_menu_toggle};
2
- //# sourceMappingURL=p-a13569cf.entry.js.map
@@ -1,5 +0,0 @@
1
- import{f as o,w as s}from"./p-42169e41.js";import{a as t,s as r}from"./p-949b115f.js";import{a}from"./p-71ee259b.js";import"./p-d6769f21.js";
2
- /*!
3
- * (C) Ionic http://ionicframework.com - MIT License
4
- */const n=()=>{const n=window;n.addEventListener("statusTap",(()=>{o((()=>{const o=n.innerWidth;const e=n.innerHeight;const f=document.elementFromPoint(o/2,e/2);if(!f){return}const i=t(f);if(i){new Promise((o=>a(i,o))).then((()=>{s((async()=>{i.style.setProperty("--overflow","hidden");await r(i,300);i.style.removeProperty("--overflow")}))}))}}))}))};export{n as startStatusTap};
5
- //# sourceMappingURL=p-a37a2712.js.map
@@ -1,2 +0,0 @@
1
- import{r as s,i as n,h as e,H as i}from"./p-42169e41.js";import{s as o}from"./p-f6671856.js";const r="pos-image{--max-width:100%}";const a=r;const l=":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 t=l;const p="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 c=p;const d=class{constructor(e){s(this,e);this.subscribeResource=n(this,"pod-os:resource",7);this.receiveResource=s=>{this.resource=s}}componentWillLoad(){o(this)}render(){if(!this.resource){return null}return e(i,null,e("section",null,e("pos-image",{src:this.resource.uri})),e("section",null,e("article",null,e("header",null,e("h1",null,e("pos-label",null)),e("pos-type-badges",null)),e("pos-literals",null))))}};d.style=a+(t+c);export{d as pos_app_image_viewer};
2
- //# sourceMappingURL=p-a45b1964.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["posAppImageViewerCss","PosAppImageViewerStyle0","defaultAppLayoutCss","PosAppImageViewerStyle1","articleCardCss","PosAppImageViewerStyle2","PosAppImageViewer","constructor","hostRef","this","receiveResource","resource","componentWillLoad","subscribeResource","render","h","Host","src","uri"],"sources":["src/apps/pos-app-image-viewer/pos-app-image-viewer.css?tag=pos-app-image-viewer&encapsulation=shadow","src/apps/styles/default-app-layout.css?tag=pos-app-image-viewer&encapsulation=shadow","src/apps/styles/article-card.css?tag=pos-app-image-viewer&encapsulation=shadow","src/apps/pos-app-image-viewer/pos-app-image-viewer.tsx"],"sourcesContent":["pos-image {\n --max-width: 100%;\n}\n",":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 { Thing } from '@pod-os/core';\nimport { Component, Event, EventEmitter, h, Host, State } from '@stencil/core';\nimport { ResourceAware, subscribeResource } from '../../components/events/ResourceAware';\n\n@Component({\n tag: 'pos-app-image-viewer',\n shadow: true,\n styleUrls: ['pos-app-image-viewer.css', '../styles/default-app-layout.css', '../styles/article-card.css'],\n})\nexport class PosAppImageViewer implements ResourceAware {\n @State() resource: Thing;\n\n @Event({ eventName: 'pod-os:resource' }) subscribeResource: EventEmitter;\n\n componentWillLoad() {\n subscribeResource(this);\n }\n\n receiveResource = (resource: Thing) => {\n this.resource = resource;\n };\n\n render() {\n if (!this.resource) {\n return null;\n }\n\n return (\n <Host>\n <section>\n <pos-image src={this.resource.uri} />\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":"6FAAA,MAAMA,EAAuB,8BAC7B,MAAAC,EAAeD,ECDf,MAAME,EAAsB,kUAC5B,MAAAC,EAAeD,ECDf,MAAME,EAAiB,2YACvB,MAAAC,EAAeD,E,MCQFE,EAAiB,MAL9B,WAAAC,CAAAC,G,6DAcEC,KAAAC,gBAAmBC,IACjBF,KAAKE,SAAWA,CAAQ,C,CAL1B,iBAAAC,GACEC,EAAkBJ,K,CAOpB,MAAAK,GACE,IAAKL,KAAKE,SAAU,CAClB,OAAO,I,CAGT,OACEI,EAACC,EAAI,KACHD,EAAA,eACEA,EAAA,aAAWE,IAAKR,KAAKE,SAASO,OAEhCH,EAAA,eACEA,EAAA,eACEA,EAAA,cACEA,EAAA,UACEA,EAAA,mBAEFA,EAAA,yBAEFA,EAAA,uB","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as t,h as n,H as i}from"./p-42169e41.js";import{g as o}from"./p-da0d920d.js";const r="ion-card-content{display:block;position:relative}.card-content-ios{-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:20px;padding-bottom:20px;font-size:1rem;line-height:1.4}.card-content-ios h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.card-content-ios h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.card-content-ios h3,.card-content-ios h4,.card-content-ios h5,.card-content-ios h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal}.card-content-ios p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem}ion-card-header+.card-content-ios{padding-top:0}";const a=r;const e="ion-card-content{display:block;position:relative}.card-content-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:13px;padding-bottom:13px;font-size:0.875rem;line-height:1.5}.card-content-md h1{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:1.5rem;font-weight:normal}.card-content-md h2{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:1rem;font-weight:normal}.card-content-md h3,.card-content-md h4,.card-content-md h5,.card-content-md h6{margin-left:0;margin-right:0;margin-top:2px;margin-bottom:2px;font-size:0.875rem;font-weight:normal}.card-content-md p{margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;font-size:0.875rem;font-weight:normal;line-height:1.5}ion-card-header+.card-content-md{padding-top:0}";const d=e;const m=class{constructor(n){t(this,n)}render(){const t=o(this);return n(i,{key:"dd95806f042fcd124b18126679f671be6e32a021",class:{[t]:true,[`card-content-${t}`]:true}})}};m.style={ios:a,md:d};export{m as ion_card_content};
2
- //# sourceMappingURL=p-ae984107.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["cardContentIosCss","IonCardContentIosStyle0","cardContentMdCss","IonCardContentMdStyle0","CardContent","render","mode","getIonMode","this","h","Host","key","class"],"sources":["../node_modules/@ionic/core/dist/collection/components/card-content/card-content.ios.css?tag=ion-card-content&mode=ios","../node_modules/@ionic/core/dist/collection/components/card-content/card-content.md.css?tag=ion-card-content&mode=md","../node_modules/@ionic/core/dist/collection/components/card-content/card-content.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\nion-card-content {\n display: block;\n position: relative;\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n.card-content-ios {\n -webkit-padding-start: 20px;\n padding-inline-start: 20px;\n -webkit-padding-end: 20px;\n padding-inline-end: 20px;\n padding-top: 20px;\n padding-bottom: 20px;\n font-size: 1rem;\n line-height: 1.4;\n}\n.card-content-ios h1 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 2px;\n font-size: 1.5rem;\n font-weight: normal;\n}\n.card-content-ios h2 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 2px;\n margin-bottom: 2px;\n font-size: 1rem;\n font-weight: normal;\n}\n.card-content-ios h3,\n.card-content-ios h4,\n.card-content-ios h5,\n.card-content-ios h6 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 2px;\n margin-bottom: 2px;\n font-size: 0.875rem;\n font-weight: normal;\n}\n.card-content-ios p {\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 2px;\n font-size: 0.875rem;\n}\n\nion-card-header + .card-content-ios {\n padding-top: 0;\n}","/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\nion-card-content {\n display: block;\n position: relative;\n}\n\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n.card-content-md {\n -webkit-padding-start: 16px;\n padding-inline-start: 16px;\n -webkit-padding-end: 16px;\n padding-inline-end: 16px;\n padding-top: 13px;\n padding-bottom: 13px;\n font-size: 0.875rem;\n line-height: 1.5;\n}\n.card-content-md h1 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 2px;\n font-size: 1.5rem;\n font-weight: normal;\n}\n.card-content-md h2 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 2px;\n margin-bottom: 2px;\n font-size: 1rem;\n font-weight: normal;\n}\n.card-content-md h3,\n.card-content-md h4,\n.card-content-md h5,\n.card-content-md h6 {\n margin-left: 0;\n margin-right: 0;\n margin-top: 2px;\n margin-bottom: 2px;\n font-size: 0.875rem;\n font-weight: normal;\n}\n.card-content-md p {\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n margin-bottom: 2px;\n font-size: 0.875rem;\n font-weight: normal;\n line-height: 1.5;\n}\n\nion-card-header + .card-content-md {\n padding-top: 0;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { getIonMode } from \"../../global/ionic-global\";\n/**\n * @virtualProp {\"ios\" | \"md\"} mode - The mode determines which platform styles to use.\n */\nexport class CardContent {\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: 'dd95806f042fcd124b18126679f671be6e32a021', class: {\n [mode]: true,\n // Used internally for styling\n [`card-content-${mode}`]: true,\n } }));\n }\n static get is() { return \"ion-card-content\"; }\n static get originalStyleUrls() {\n return {\n \"ios\": [\"card-content.ios.scss\"],\n \"md\": [\"card-content.md.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"ios\": [\"card-content.ios.css\"],\n \"md\": [\"card-content.md.css\"]\n };\n }\n}\n"],"mappings":"sFAAA,MAAMA,EAAoB,qyBAC1B,MAAAC,EAAeD,ECDf,MAAME,EAAmB,m0BACzB,MAAAC,EAAeD,E,MCOFE,EAAW,M,yBACpB,MAAAC,GACI,MAAMC,EAAOC,EAAWC,MACxB,OAAQC,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAO,CAClEN,CAACA,GAAO,KAER,CAAC,gBAAgBA,KAAS,O","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- import{r as o,h as s,H as t}from"./p-42169e41.js";import{c as r}from"./p-669fab6c.js";import{g as c}from"./p-da0d920d.js";const a=":host(.ion-color){color:var(--ion-color-base)}";const d=a;const e=class{constructor(s){o(this,s);this.color=undefined}render(){const o=c(this);return s(t,{key:"4330b56cbc4e15953d9b3162fb40af728a8195dd",class:r(this.color,{[o]:true})},s("slot",{key:"ec674a71d8fbb04d537fd79d617d9db4a607c340"}))}};e.style=d;export{e as ion_text};
2
- //# sourceMappingURL=p-bca341ba.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as s,i as t,w as i,f as e,h,e as n,H as o}from"./p-42169e41.js";import{a,p as r,g as l}from"./p-949b115f.js";import{g as c}from"./p-da0d920d.js";import"./p-71ee259b.js";import"./p-d6769f21.js";const f="ion-infinite-scroll{display:none;width:100%}.infinite-scroll-enabled{display:block}";const d=f;const p=class{constructor(i){s(this,i);this.ionInfinite=t(this,"ionInfinite",7);this.thrPx=0;this.thrPc=0;this.didFire=false;this.isBusy=false;this.onScroll=()=>{const s=this.scrollEl;if(!s||!this.canStart()){return 1}const t=this.el.offsetHeight;if(t===0){return 2}const i=s.scrollTop;const e=s.scrollHeight;const h=s.offsetHeight;const n=this.thrPc!==0?h*this.thrPc:this.thrPx;const o=this.position==="bottom"?e-t-i-n-h:i-t-n;if(o<0){if(!this.didFire){this.isLoading=true;this.didFire=true;this.ionInfinite.emit();return 3}}return 4};this.isLoading=false;this.threshold="15%";this.disabled=false;this.position="bottom"}thresholdChanged(){const s=this.threshold;if(s.lastIndexOf("%")>-1){this.thrPx=0;this.thrPc=parseFloat(s)/100}else{this.thrPx=parseFloat(s);this.thrPc=0}}disabledChanged(){const s=this.disabled;if(s){this.isLoading=false;this.isBusy=false}this.enableScrollEvents(!s)}async connectedCallback(){const s=a(this.el);if(!s){r(this.el);return}this.scrollEl=await l(s);this.thresholdChanged();this.disabledChanged();if(this.position==="top"){i((()=>{if(this.scrollEl){this.scrollEl.scrollTop=this.scrollEl.scrollHeight-this.scrollEl.clientHeight}}))}}disconnectedCallback(){this.enableScrollEvents(false);this.scrollEl=undefined}async complete(){const s=this.scrollEl;if(!this.isLoading||!s){return}this.isLoading=false;if(this.position==="top"){this.isBusy=true;const t=s.scrollHeight-s.scrollTop;requestAnimationFrame((()=>{e((()=>{const e=s.scrollHeight;const h=e-t;requestAnimationFrame((()=>{i((()=>{s.scrollTop=h;this.isBusy=false;this.didFire=false}))}))}))}))}else{this.didFire=false}}canStart(){return!this.disabled&&!this.isBusy&&!!this.scrollEl&&!this.isLoading}enableScrollEvents(s){if(this.scrollEl){if(s){this.scrollEl.addEventListener("scroll",this.onScroll)}else{this.scrollEl.removeEventListener("scroll",this.onScroll)}}}render(){const s=c(this);const t=this.disabled;return h(o,{key:"c2248d06232dd7771dd155693ec75f9258dc969e",class:{[s]:true,"infinite-scroll-loading":this.isLoading,"infinite-scroll-enabled":!t}})}get el(){return n(this)}static get watchers(){return{threshold:["thresholdChanged"],disabled:["disabledChanged"]}}};p.style=d;export{p as ion_infinite_scroll};
2
- //# sourceMappingURL=p-bdea20c4.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as t,i as e,h as i,H as s,e as n}from"./p-42169e41.js";const o=":host{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;width:100%;height:100%;contain:layout size style;z-index:0}.tabs-inner{position:relative;flex:1;contain:layout size style}";const a=o;const r=class{constructor(i){t(this,i);this.ionNavWillLoad=e(this,"ionNavWillLoad",7);this.ionTabsWillChange=e(this,"ionTabsWillChange",3);this.ionTabsDidChange=e(this,"ionTabsDidChange",3);this.transitioning=false;this.onTabClicked=t=>{const{href:e,tab:i}=t.detail;if(this.useRouter&&e!==undefined){const t=document.querySelector("ion-router");if(t){t.push(e)}}else{this.select(i)}};this.selectedTab=undefined;this.useRouter=false}async componentWillLoad(){if(!this.useRouter){this.useRouter=!!document.querySelector("ion-router")&&!this.el.closest("[no-router]")}if(!this.useRouter){const t=this.tabs;if(t.length>0){await this.select(t[0])}}this.ionNavWillLoad.emit()}componentWillRender(){const t=this.el.querySelector("ion-tab-bar");if(t){const e=this.selectedTab?this.selectedTab.tab:undefined;t.selectedTab=e}}async select(t){const e=h(this.tabs,t);if(!this.shouldSwitch(e)){return false}await this.setActive(e);await this.notifyRouter();this.tabSwitch();return true}async getTab(t){return h(this.tabs,t)}getSelected(){return Promise.resolve(this.selectedTab?this.selectedTab.tab:undefined)}async setRouteId(t){const e=h(this.tabs,t);if(!this.shouldSwitch(e)){return{changed:false,element:this.selectedTab}}await this.setActive(e);return{changed:true,element:this.selectedTab,markVisible:()=>this.tabSwitch()}}async getRouteId(){var t;const e=(t=this.selectedTab)===null||t===void 0?void 0:t.tab;return e!==undefined?{id:e,element:this.selectedTab}:undefined}setActive(t){if(this.transitioning){return Promise.reject("transitioning already happening")}this.transitioning=true;this.leavingTab=this.selectedTab;this.selectedTab=t;this.ionTabsWillChange.emit({tab:t.tab});t.active=true;return Promise.resolve()}tabSwitch(){const t=this.selectedTab;const e=this.leavingTab;this.leavingTab=undefined;this.transitioning=false;if(!t){return}if(e!==t){if(e){e.active=false}this.ionTabsDidChange.emit({tab:t.tab})}}notifyRouter(){if(this.useRouter){const t=document.querySelector("ion-router");if(t){return t.navChanged("forward")}}return Promise.resolve(false)}shouldSwitch(t){const e=this.selectedTab;return t!==undefined&&t!==e&&!this.transitioning}get tabs(){return Array.from(this.el.querySelectorAll("ion-tab"))}render(){return i(s,{key:"5102fdd8ae80408811312631f0739c356d913840",onIonTabButtonClick:this.onTabClicked},i("slot",{key:"55f781cd010dcebf9675f2a0b4eab9f4271b780e",name:"top"}),i("div",{key:"2da0ee7b8c82e4bfa42f8bc5873e23e50a88c405",class:"tabs-inner"},i("slot",{key:"6335a62a10398c008c91f87f15b4a940a95e175d"})),i("slot",{key:"9b6f08a21c703cc7fdebd48eb746d0fde6a8454d",name:"bottom"}))}get el(){return n(this)}};const h=(t,e)=>{const i=typeof e==="string"?t.find((t=>t.tab===e)):e;if(!i){console.error(`tab with id: "${i}" does not exist`)}return i};r.style=a;export{r as ion_tabs};
2
- //# sourceMappingURL=p-c01a4a79.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as t,h as i,H as s,e}from"./p-42169e41.js";import{g as n}from"./p-da0d920d.js";const a=":host{margin-left:0;margin-right:0;margin-top:calc(100% + 10px);margin-bottom:calc(100% + 10px);display:none;position:absolute;top:0;flex-direction:column;align-items:center;min-width:56px;min-height:56px}:host(.fab-list-active){display:flex}::slotted(.fab-button-in-list){margin-left:0;margin-right:0;margin-top:8px;margin-bottom:8px;width:40px;height:40px;transform:scale(0);opacity:0;visibility:hidden}:host(.fab-list-side-top) ::slotted(.fab-button-in-list),:host(.fab-list-side-bottom) ::slotted(.fab-button-in-list){margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px}:host(.fab-list-side-start) ::slotted(.fab-button-in-list),:host(.fab-list-side-end) ::slotted(.fab-button-in-list){-webkit-margin-start:5px;margin-inline-start:5px;-webkit-margin-end:5px;margin-inline-end:5px;margin-top:0;margin-bottom:0}::slotted(.fab-button-in-list.fab-button-show){transform:scale(1);opacity:1;visibility:visible}:host(.fab-list-side-top){top:auto;bottom:0;flex-direction:column-reverse}:host(.fab-list-side-start){-webkit-margin-start:calc(100% + 10px);margin-inline-start:calc(100% + 10px);-webkit-margin-end:calc(100% + 10px);margin-inline-end:calc(100% + 10px);margin-top:0;margin-bottom:0;flex-direction:row-reverse}@supports (inset-inline-start: 0){:host(.fab-list-side-start){inset-inline-end:0}}@supports not (inset-inline-start: 0){:host(.fab-list-side-start){right:0}:host-context([dir=rtl]):host(.fab-list-side-start),:host-context([dir=rtl]).fab-list-side-start{left:unset;right:unset;left:0}@supports selector(:dir(rtl)){:host(.fab-list-side-start:dir(rtl)){left:unset;right:unset;left:0}}}:host(.fab-list-side-end){-webkit-margin-start:calc(100% + 10px);margin-inline-start:calc(100% + 10px);-webkit-margin-end:calc(100% + 10px);margin-inline-end:calc(100% + 10px);margin-top:0;margin-bottom:0;flex-direction:row}@supports (inset-inline-start: 0){:host(.fab-list-side-end){inset-inline-start:0}}@supports not (inset-inline-start: 0){:host(.fab-list-side-end){left:0}:host-context([dir=rtl]):host(.fab-list-side-end),:host-context([dir=rtl]).fab-list-side-end{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host(.fab-list-side-end:dir(rtl)){left:unset;right:unset;right:0}}}";const r=a;const o=class{constructor(i){t(this,i);this.activated=false;this.side="bottom"}activatedChanged(t){const i=Array.from(this.el.querySelectorAll("ion-fab-button"));const s=t?30:0;i.forEach(((i,e)=>{setTimeout((()=>i.show=t),e*s)}))}render(){const t=n(this);return i(s,{key:"3de1b0db4eb0230d4d2954e4265ddeb3c930b4dc",class:{[t]:true,"fab-list-active":this.activated,[`fab-list-side-${this.side}`]:true}},i("slot",{key:"970aac2239ad9ea2b6b6c3c3ea45a18c45b37df2"}))}get el(){return e(this)}static get watchers(){return{activated:["activatedChanged"]}}};o.style=r;export{o as ion_fab_list};
2
- //# sourceMappingURL=p-cb550d04.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as t,i as o,h as s,H as i,e}from"./p-42169e41.js";import{c as n,h as a}from"./p-669fab6c.js";import{g as r}from"./p-da0d920d.js";const c=":host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;flex-wrap:wrap;align-items:center}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon{color:var(--ion-color-contrast)}:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator{background:rgba(var(--ion-color-contrast-rgb), 0.11)}:host(.in-toolbar){-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:0;padding-bottom:0;justify-content:center}";const d=c;const l=":host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;flex-wrap:wrap;align-items:center}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon{color:var(--ion-color-contrast)}:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator{background:rgba(var(--ion-color-contrast-rgb), 0.11)}:host(.in-toolbar){-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:0;padding-bottom:0}";const h=l;const b=class{constructor(s){t(this,s);this.ionCollapsedClick=o(this,"ionCollapsedClick",7);this.breadcrumbsInit=()=>{this.setBreadcrumbSeparator();this.setMaxItems()};this.resetActiveBreadcrumb=()=>{const t=this.getBreadcrumbs();const o=t.find((t=>t.active));if(o&&this.activeChanged){o.active=false}};this.setMaxItems=()=>{const{itemsAfterCollapse:t,itemsBeforeCollapse:o,maxItems:s}=this;const i=this.getBreadcrumbs();for(const t of i){t.showCollapsedIndicator=false;t.collapsed=false}const e=s!==undefined&&i.length>s&&o+t<=s;if(e){i.forEach(((s,e)=>{if(e===o){s.showCollapsedIndicator=true}if(e>=o&&e<i.length-t){s.collapsed=true}}))}};this.setBreadcrumbSeparator=()=>{const{itemsAfterCollapse:t,itemsBeforeCollapse:o,maxItems:s}=this;const i=this.getBreadcrumbs();const e=i.find((t=>t.active));for(const n of i){const a=s!==undefined&&t===0?n===i[o]:n===i[i.length-1];n.last=a;const r=n.separator!==undefined?n.separator:a?undefined:true;n.separator=r;if(!e&&a){n.active=true;this.activeChanged=true}}};this.getBreadcrumbs=()=>Array.from(this.el.querySelectorAll("ion-breadcrumb"));this.slotChanged=()=>{this.resetActiveBreadcrumb();this.breadcrumbsInit()};this.collapsed=undefined;this.activeChanged=undefined;this.color=undefined;this.maxItems=undefined;this.itemsBeforeCollapse=1;this.itemsAfterCollapse=1}onCollapsedClick(t){const o=this.getBreadcrumbs();const s=o.filter((t=>t.collapsed));this.ionCollapsedClick.emit(Object.assign(Object.assign({},t.detail),{collapsedBreadcrumbs:s}))}maxItemsChanged(){this.resetActiveBreadcrumb();this.breadcrumbsInit()}componentWillLoad(){this.breadcrumbsInit()}render(){const{color:t,collapsed:o}=this;const e=r(this);return s(i,{key:"cd288d4bf5498f86d086eb999b506993818642f3",class:n(t,{[e]:true,"in-toolbar":a("ion-toolbar",this.el),"in-toolbar-color":a("ion-toolbar[color]",this.el),"breadcrumbs-collapsed":o})},s("slot",{key:"73c802065511dbebef3867b01ce929313d24cba2",onSlotchange:this.slotChanged}))}get el(){return e(this)}static get watchers(){return{maxItems:["maxItemsChanged"],itemsBeforeCollapse:["maxItemsChanged"],itemsAfterCollapse:["maxItemsChanged"]}}};b.style={ios:d,md:h};export{b as ion_breadcrumbs};
2
- //# sourceMappingURL=p-d08312dd.entry.js.map