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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (505) hide show
  1. package/dist/cjs/elements.cjs.js +1 -1
  2. package/dist/cjs/ion-badge_5.cjs.entry.js +187 -0
  3. package/dist/cjs/ion-badge_5.cjs.entry.js.map +1 -0
  4. package/dist/cjs/ion-card-content.cjs.entry.js +34 -0
  5. package/dist/cjs/ion-card-content.cjs.entry.js.map +1 -0
  6. package/dist/cjs/ion-card-header.cjs.entry.js +37 -0
  7. package/dist/cjs/ion-card-header.cjs.entry.js.map +1 -0
  8. package/dist/cjs/ion-card-title.cjs.entry.js +35 -0
  9. package/dist/cjs/ion-card-title.cjs.entry.js.map +1 -0
  10. package/dist/cjs/ion-card.cjs.entry.js +71 -0
  11. package/dist/cjs/ion-card.cjs.entry.js.map +1 -0
  12. package/dist/cjs/ion-col.cjs.entry.js +152 -0
  13. package/dist/cjs/ion-col.cjs.entry.js.map +1 -0
  14. package/dist/cjs/ion-grid.cjs.entry.js +28 -0
  15. package/dist/cjs/ion-grid.cjs.entry.js.map +1 -0
  16. package/dist/cjs/{ion-card_34.cjs.entry.js → ion-icon_31.cjs.entry.js} +21 -129
  17. package/dist/cjs/ion-icon_31.cjs.entry.js.map +1 -0
  18. package/dist/cjs/ion-row.cjs.entry.js +23 -0
  19. package/dist/cjs/ion-row.cjs.entry.js.map +1 -0
  20. package/dist/cjs/loader.cjs.js +1 -1
  21. package/dist/cjs/pos-app-document-viewer.cjs.entry.js +8 -1
  22. package/dist/cjs/pos-app-document-viewer.cjs.entry.js.map +1 -1
  23. package/dist/cjs/pos-app-image-viewer.cjs.entry.js +11 -2
  24. package/dist/cjs/pos-app-image-viewer.cjs.entry.js.map +1 -1
  25. package/dist/cjs/pos-app-ldp-container.cjs.entry.js +8 -1
  26. package/dist/cjs/pos-app-ldp-container.cjs.entry.js.map +1 -1
  27. package/dist/cjs/pos-app-rdf-document.cjs.entry.js +7 -4
  28. package/dist/cjs/pos-app-rdf-document.cjs.entry.js.map +1 -1
  29. package/dist/collection/apps/pos-app-document-viewer/pos-app-document-viewer.js +12 -2
  30. package/dist/collection/apps/pos-app-document-viewer/pos-app-document-viewer.js.map +1 -1
  31. package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.css +3 -0
  32. package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.js +12 -3
  33. package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.js.map +1 -1
  34. package/dist/collection/apps/pos-app-ldp-container/pos-app-ldp-container.js +13 -2
  35. package/dist/collection/apps/pos-app-ldp-container/pos-app-ldp-container.js.map +1 -1
  36. package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.js +3 -3
  37. package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.js.map +1 -1
  38. package/dist/collection/apps/pos-app-settings/pos-app-settings.js +1 -1
  39. package/dist/collection/apps/pos-app-settings/pos-setting-offline-cache/pos-setting-offline-cache.js +1 -1
  40. package/dist/collection/apps/styles/article-card.css +19 -0
  41. package/dist/collection/apps/styles/default-app-layout.css +28 -0
  42. package/dist/collection/components/pos-add-new-thing/pos-add-new-thing.js +1 -1
  43. package/dist/collection/components/pos-app/pos-app.js +1 -1
  44. package/dist/collection/components/pos-dialog/pos-dialog.js +1 -1
  45. package/dist/collection/components/pos-error-toast/pos-error-toast.js +1 -1
  46. package/dist/collection/components/pos-literals/pos-literals.js +1 -1
  47. package/dist/collection/components/pos-login/pos-login.js +1 -1
  48. package/dist/collection/components/pos-login-form/pos-login-form.js +1 -1
  49. package/dist/collection/components/pos-navigation-bar/pos-navigation-bar.js +1 -1
  50. package/dist/collection/components/pos-new-thing-form/pos-new-thing-form.js +1 -1
  51. package/dist/collection/components/pos-resource/pos-resource.css +11 -0
  52. package/dist/collection/components/pos-resource/pos-resource.js +12 -2
  53. package/dist/collection/components/pos-resource/pos-resource.js.map +1 -1
  54. package/dist/collection/components/pos-rich-link/pos-rich-link.js +2 -2
  55. package/dist/collection/components/pos-router/pos-router.js +1 -1
  56. package/dist/collection/components/pos-select-term/pos-select-term.js +1 -1
  57. package/dist/components/ion-card-content.js +40 -1
  58. package/dist/components/ion-card-content.js.map +1 -1
  59. package/dist/components/ion-card-header.js +47 -1
  60. package/dist/components/ion-card-header.js.map +1 -1
  61. package/dist/components/ion-card-title.js +44 -1
  62. package/dist/components/ion-card-title.js.map +1 -1
  63. package/dist/components/ion-card.js +95 -1
  64. package/dist/components/ion-card.js.map +1 -1
  65. package/dist/components/ion-col.js +184 -1
  66. package/dist/components/ion-col.js.map +1 -1
  67. package/dist/components/ion-grid.js +37 -1
  68. package/dist/components/ion-grid.js.map +1 -1
  69. package/dist/components/ion-row.js +30 -1
  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 +1 -19
  73. package/dist/components/pos-app-browser.js.map +1 -1
  74. package/dist/components/pos-app-dashboard2.js +2 -26
  75. package/dist/components/pos-app-dashboard2.js.map +1 -1
  76. package/dist/components/pos-app-document-viewer.js +13 -48
  77. package/dist/components/pos-app-document-viewer.js.map +1 -1
  78. package/dist/components/pos-app-generic.js +6 -30
  79. package/dist/components/pos-app-generic.js.map +1 -1
  80. package/dist/components/pos-app-image-viewer.js +16 -49
  81. package/dist/components/pos-app-image-viewer.js.map +1 -1
  82. package/dist/components/pos-app-ldp-container.js +17 -57
  83. package/dist/components/pos-app-ldp-container.js.map +1 -1
  84. package/dist/components/pos-app-rdf-document.js +13 -34
  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 +4 -28
  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 +2 -26
  93. package/dist/components/pos-example-resources2.js.map +1 -1
  94. package/dist/components/pos-internal-router2.js +2 -26
  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 +5 -29
  99. package/dist/components/pos-login2.js.map +1 -1
  100. package/dist/components/pos-make-findable2.js +2 -26
  101. package/dist/components/pos-make-findable2.js.map +1 -1
  102. package/dist/components/pos-navigation-bar2.js +5 -29
  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 +4 -28
  106. package/dist/components/pos-relations2.js.map +1 -1
  107. package/dist/components/pos-resource2.js +8 -28
  108. package/dist/components/pos-resource2.js.map +1 -1
  109. package/dist/components/pos-reverse-relations2.js +4 -28
  110. package/dist/components/pos-reverse-relations2.js.map +1 -1
  111. package/dist/components/pos-rich-link2.js +4 -28
  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 +2 -26
  117. package/dist/components/pos-subjects2.js.map +1 -1
  118. package/dist/elements/elements.css +2 -2
  119. package/dist/elements/elements.esm.js +1 -1
  120. package/dist/elements/elements.esm.js.map +1 -1
  121. package/dist/elements/{p-983da5af.entry.js → p-0017dc14.entry.js} +2 -2
  122. package/dist/elements/p-01981011.entry.js +2 -0
  123. package/dist/elements/{p-489909a3.entry.js.map → p-01981011.entry.js.map} +1 -1
  124. package/dist/elements/p-05fff093.entry.js +2 -0
  125. package/dist/elements/{p-2e13f1ea.entry.js.map → p-05fff093.entry.js.map} +1 -1
  126. package/dist/elements/{p-3856e0a0.js → p-061819d1.js} +6 -6
  127. package/dist/elements/p-07773ed5.entry.js +2 -0
  128. package/dist/elements/p-07773ed5.entry.js.map +1 -0
  129. package/dist/elements/{p-43d3f9dd.entry.js → p-07d2bd5a.entry.js} +2 -2
  130. package/dist/elements/{p-68fa0553.entry.js → p-09d80405.entry.js} +2 -2
  131. package/dist/elements/{p-fb766a59.entry.js → p-0b4204e3.entry.js} +2 -2
  132. package/dist/elements/p-0ddcbecd.entry.js +2 -0
  133. package/dist/elements/p-0ddcbecd.entry.js.map +1 -0
  134. package/dist/elements/p-0f7379bc.entry.js +2 -0
  135. package/dist/elements/p-0f7379bc.entry.js.map +1 -0
  136. package/dist/elements/p-1b2d32c1.entry.js +2 -0
  137. package/dist/elements/p-1b2d32c1.entry.js.map +1 -0
  138. package/dist/elements/{p-f1a6f6f2.js → p-1fc8e557.js} +2 -2
  139. package/dist/elements/{p-196197ab.entry.js → p-239442f9.entry.js} +2 -2
  140. package/dist/elements/{p-2cce9f72.entry.js → p-250d4bf1.entry.js} +2 -2
  141. package/dist/elements/{p-a3726198.entry.js → p-25926b66.entry.js} +2 -2
  142. package/dist/elements/{p-c13052f5.entry.js → p-266d2934.entry.js} +2 -2
  143. package/dist/elements/{p-13d85a0a.entry.js → p-2a548485.entry.js} +2 -2
  144. package/dist/elements/{p-8e747572.entry.js → p-2f0509be.entry.js} +2 -2
  145. package/dist/elements/{p-58ad0789.entry.js → p-300ec095.entry.js} +3 -3
  146. package/dist/elements/{p-09c0b7ec.js → p-307d1531.js} +2 -2
  147. package/dist/elements/p-3e6ffc13.entry.js +5 -0
  148. package/dist/elements/p-3e6ffc13.entry.js.map +1 -0
  149. package/dist/elements/{p-248a0d89.entry.js → p-406df11a.entry.js} +2 -2
  150. package/dist/elements/{p-25b5a86a.entry.js → p-41854c8f.entry.js} +2 -2
  151. package/dist/elements/{p-609cf34b.entry.js → p-41bb9792.entry.js} +2 -2
  152. package/dist/elements/{p-ad32e711.js → p-42169e41.js} +2 -2
  153. package/dist/elements/{p-b58ed3d9.entry.js → p-4383e1bb.entry.js} +2 -2
  154. package/dist/elements/{p-77f496ea.entry.js → p-49fcec88.entry.js} +2 -2
  155. package/dist/elements/{p-1b971594.entry.js → p-4a370bdc.entry.js} +2 -2
  156. package/dist/elements/{p-91fccb8b.entry.js → p-4c078751.entry.js} +2 -2
  157. package/dist/elements/p-4ccdbcbf.entry.js +2 -0
  158. package/dist/elements/p-4ccdbcbf.entry.js.map +1 -0
  159. package/dist/elements/{p-8c1eba2d.entry.js → p-4dd65d40.entry.js} +2 -2
  160. package/dist/elements/p-523432d1.js +2 -0
  161. package/dist/elements/p-5441ae35.entry.js +2 -0
  162. package/dist/elements/{p-686bf509.entry.js.map → p-5441ae35.entry.js.map} +1 -1
  163. package/dist/elements/{p-8a61526b.entry.js → p-552a9992.entry.js} +2 -2
  164. package/dist/elements/{p-2e2753e7.entry.js → p-59ec8b76.entry.js} +2 -2
  165. package/dist/elements/{p-b8363813.entry.js → p-5bf40440.entry.js} +2 -2
  166. package/dist/elements/{p-00c0e726.entry.js → p-6119b57a.entry.js} +2 -2
  167. package/dist/elements/{p-d3e26e17.entry.js → p-627826b0.entry.js} +2 -2
  168. package/dist/elements/{p-f9b993ab.entry.js → p-645632a8.entry.js} +2 -2
  169. package/dist/elements/{p-aca8e982.entry.js → p-66973c59.entry.js} +2 -2
  170. package/dist/elements/{p-18e5369d.entry.js → p-66a58eb0.entry.js} +2 -2
  171. package/dist/elements/{p-3bf6d7b8.entry.js → p-6cc9961e.entry.js} +2 -2
  172. package/dist/elements/p-71835d6f.entry.js +2 -0
  173. package/dist/elements/{p-2d89b617.entry.js.map → p-71835d6f.entry.js.map} +1 -1
  174. package/dist/elements/p-7183a9ca.entry.js +2 -0
  175. package/dist/elements/p-7183a9ca.entry.js.map +1 -0
  176. package/dist/elements/{p-7bef9b1b.entry.js → p-7190d53c.entry.js} +2 -2
  177. package/dist/elements/{p-d7c83052.entry.js → p-72a9cbdc.entry.js} +2 -2
  178. package/dist/elements/{p-cdb96cf2.js → p-734e5a97.js} +2 -2
  179. package/dist/elements/p-7e8b8df1.entry.js +2 -0
  180. package/dist/elements/p-7e8b8df1.entry.js.map +1 -0
  181. package/dist/elements/p-7f53778f.entry.js +2 -0
  182. package/dist/elements/{p-428e79f5.entry.js → p-87c81685.entry.js} +2 -2
  183. package/dist/elements/{p-a9478dc1.entry.js → p-8b209e66.entry.js} +2 -2
  184. package/dist/elements/p-8e8881a8.entry.js +2 -0
  185. package/dist/elements/p-8e8881a8.entry.js.map +1 -0
  186. package/dist/elements/{p-9a3d973e.entry.js → p-8f6d1cbe.entry.js} +2 -2
  187. package/dist/elements/p-95161a5d.entry.js +2 -0
  188. package/dist/elements/{p-93dc5bee.entry.js.map → p-95161a5d.entry.js.map} +1 -1
  189. package/dist/elements/p-952a9fd6.entry.js +20 -0
  190. package/dist/elements/p-952a9fd6.entry.js.map +1 -0
  191. package/dist/elements/p-9a4bf79e.entry.js +2 -0
  192. package/dist/elements/p-9a4bf79e.entry.js.map +1 -0
  193. package/dist/elements/p-a06d93c7.entry.js +2 -0
  194. package/dist/elements/{p-c992243d.entry.js.map → p-a06d93c7.entry.js.map} +1 -1
  195. package/dist/elements/{p-d03f5902.entry.js → p-a08f0446.entry.js} +2 -2
  196. package/dist/elements/p-a13569cf.entry.js +2 -0
  197. package/dist/elements/{p-ad55e9ab.entry.js → p-a376351f.entry.js} +2 -2
  198. package/dist/elements/p-a37a2712.js +5 -0
  199. package/dist/elements/{p-0c94ec29.entry.js → p-a421bbe5.entry.js} +2 -2
  200. package/dist/elements/p-a45b1964.entry.js +2 -0
  201. package/dist/elements/p-a45b1964.entry.js.map +1 -0
  202. package/dist/elements/{p-e7a69dd3.entry.js → p-a507d627.entry.js} +2 -2
  203. package/dist/elements/{p-d164af48.js → p-a6c03ce8.js} +2 -2
  204. package/dist/elements/p-ae984107.entry.js +2 -0
  205. package/dist/elements/p-ae984107.entry.js.map +1 -0
  206. package/dist/elements/{p-1d8d3167.entry.js → p-b5f6b322.entry.js} +2 -2
  207. package/dist/elements/{p-849fec0f.entry.js → p-b64a85bf.entry.js} +2 -2
  208. package/dist/elements/{p-fa63a2cc.entry.js → p-b8bd7745.entry.js} +2 -2
  209. package/dist/elements/{p-dc0cae0c.js → p-b9dcf3b2.js} +2 -2
  210. package/dist/elements/{p-bf16fe9d.entry.js → p-bc675b21.entry.js} +2 -2
  211. package/dist/elements/p-bca341ba.entry.js +2 -0
  212. package/dist/elements/p-bdea20c4.entry.js +2 -0
  213. package/dist/elements/{p-a41edaa5.entry.js.map → p-bdea20c4.entry.js.map} +1 -1
  214. package/dist/elements/p-c01a4a79.entry.js +2 -0
  215. package/dist/elements/{p-c0ad1e98.entry.js.map → p-c01a4a79.entry.js.map} +1 -1
  216. package/dist/elements/{p-6183b212.entry.js → p-c186950b.entry.js} +2 -2
  217. package/dist/elements/{p-b90da7d9.entry.js → p-c350af00.entry.js} +2 -2
  218. package/dist/elements/{p-616c23ad.entry.js → p-c698ab8e.entry.js} +2 -2
  219. package/dist/elements/{p-73331353.entry.js → p-c9604122.entry.js} +2 -2
  220. package/dist/elements/p-cb550d04.entry.js +2 -0
  221. package/dist/elements/{p-c21dcd46.entry.js.map → p-cb550d04.entry.js.map} +1 -1
  222. package/dist/elements/{p-19e2dbee.js → p-cbae963d.js} +3 -3
  223. package/dist/elements/p-d08312dd.entry.js +2 -0
  224. package/dist/elements/{p-c6c9f7e0.entry.js.map → p-d08312dd.entry.js.map} +1 -1
  225. package/dist/elements/{p-acf6cab4.entry.js → p-d358565a.entry.js} +2 -2
  226. package/dist/elements/{p-24118aa1.js → p-d61d280b.js} +2 -2
  227. package/dist/elements/{p-ef87f5dd.entry.js → p-d6394ee4.entry.js} +3 -3
  228. package/dist/elements/{p-0cdbd05c.entry.js → p-d8818bb3.entry.js} +2 -2
  229. package/dist/elements/{p-17cb620a.js → p-da0d920d.js} +2 -2
  230. package/dist/elements/{p-c19ba914.entry.js → p-dadb557e.entry.js} +2 -2
  231. package/dist/elements/{p-2bb537fb.entry.js → p-dc709055.entry.js} +2 -2
  232. package/dist/elements/{p-133e29f8.entry.js → p-e0de7c6a.entry.js} +2 -2
  233. package/dist/elements/{p-c34f0243.entry.js → p-e78cf007.entry.js} +2 -2
  234. package/dist/elements/{p-7105c21a.entry.js → p-e8268c7a.entry.js} +2 -2
  235. package/dist/elements/{p-6bc1057e.entry.js → p-f4035b4a.entry.js} +2 -2
  236. package/dist/elements/{p-de2c14be.entry.js → p-f40b3ec6.entry.js} +2 -2
  237. package/dist/elements/{p-3bc60b5c.entry.js → p-f50c3045.entry.js} +2 -2
  238. package/dist/elements/{p-dd97c7d1.js → p-f67bba50.js} +3 -3
  239. package/dist/elements/{p-27a5048e.entry.js → p-f96384f2.entry.js} +2 -2
  240. package/dist/elements/p-fa0be1d8.entry.js +2 -0
  241. package/dist/elements/{p-f74b9191.entry.js.map → p-fa0be1d8.entry.js.map} +1 -1
  242. package/dist/elements/{p-fd4ecbf1.entry.js → p-fa19a3e9.entry.js} +2 -2
  243. package/dist/elements/p-facc0ac5.entry.js +2 -0
  244. package/dist/elements/{p-5d1eb685.entry.js.map → p-facc0ac5.entry.js.map} +1 -1
  245. package/dist/elements/{p-ef4ffce6.entry.js → p-ffa8c481.entry.js} +2 -2
  246. package/dist/esm/{BrokenFile-f46cbf25.js → BrokenFile-d387a173.js} +2 -2
  247. package/dist/esm/{BrokenFile-f46cbf25.js.map → BrokenFile-d387a173.js.map} +1 -1
  248. package/dist/esm/{app-globals-04af85f0.js → app-globals-f420d326.js} +2 -2
  249. package/dist/esm/{app-globals-04af85f0.js.map → app-globals-f420d326.js.map} +1 -1
  250. package/dist/esm/elements.js +5 -5
  251. package/dist/esm/{hardware-back-button-41efa076.js → hardware-back-button-12e771ad.js} +3 -3
  252. package/dist/esm/{hardware-back-button-41efa076.js.map → hardware-back-button-12e771ad.js.map} +1 -1
  253. package/dist/esm/{index-a753fbce.js → index-7462d21e.js} +4 -4
  254. package/dist/esm/{index-a753fbce.js.map → index-7462d21e.js.map} +1 -1
  255. package/dist/esm/{index-4fdc2561.js → index-9725d917.js} +2 -2
  256. package/dist/esm/{index-4fdc2561.js.map → index-9725d917.js.map} +1 -1
  257. package/dist/esm/{index-e268d85c.js → index-ccbcf170.js} +3 -3
  258. package/dist/esm/{index-e268d85c.js.map → index-ccbcf170.js.map} +1 -1
  259. package/dist/esm/ion-accordion-group.entry.js +2 -2
  260. package/dist/esm/ion-accordion.entry.js +2 -2
  261. package/dist/esm/ion-action-sheet_3.entry.js +4 -4
  262. package/dist/esm/ion-app.entry.js +5 -5
  263. package/dist/esm/ion-avatar.entry.js +2 -2
  264. package/dist/esm/ion-back-button.entry.js +2 -2
  265. package/dist/esm/ion-backdrop.entry.js +2 -2
  266. package/dist/esm/ion-badge_5.entry.js +179 -0
  267. package/dist/esm/ion-badge_5.entry.js.map +1 -0
  268. package/dist/esm/ion-breadcrumb.entry.js +2 -2
  269. package/dist/esm/ion-breadcrumbs.entry.js +2 -2
  270. package/dist/esm/ion-button_4.entry.js +2 -2
  271. package/dist/{components/card-content.js → esm/ion-card-content.entry.js} +12 -26
  272. package/dist/esm/ion-card-content.entry.js.map +1 -0
  273. package/dist/{components/card-header.js → esm/ion-card-header.entry.js} +13 -31
  274. package/dist/esm/ion-card-header.entry.js.map +1 -0
  275. package/dist/esm/ion-card-subtitle.entry.js +2 -2
  276. package/dist/{components/card-title.js → esm/ion-card-title.entry.js} +13 -30
  277. package/dist/esm/ion-card-title.entry.js.map +1 -0
  278. package/dist/{components/card.js → esm/ion-card.entry.js} +15 -47
  279. package/dist/esm/ion-card.entry.js.map +1 -0
  280. package/dist/esm/ion-checkbox_7.entry.js +2 -2
  281. package/dist/esm/ion-chip.entry.js +2 -2
  282. package/dist/{components/col.js → esm/ion-col.entry.js} +9 -49
  283. package/dist/esm/ion-col.entry.js.map +1 -0
  284. package/dist/esm/ion-content.entry.js +2 -2
  285. package/dist/esm/ion-datetime-button.entry.js +2 -2
  286. package/dist/esm/ion-datetime.entry.js +2 -2
  287. package/dist/esm/ion-fab-button.entry.js +2 -2
  288. package/dist/esm/ion-fab-list.entry.js +2 -2
  289. package/dist/esm/ion-fab.entry.js +2 -2
  290. package/dist/esm/ion-footer.entry.js +2 -2
  291. package/dist/{components/grid.js → esm/ion-grid.entry.js} +9 -26
  292. package/dist/esm/ion-grid.entry.js.map +1 -0
  293. package/dist/esm/ion-header.entry.js +2 -2
  294. package/dist/esm/{ion-card_34.entry.js → ion-icon_31.entry.js} +29 -134
  295. package/dist/esm/ion-icon_31.entry.js.map +1 -0
  296. package/dist/esm/ion-img.entry.js +2 -2
  297. package/dist/esm/ion-infinite-scroll-content.entry.js +2 -2
  298. package/dist/esm/ion-infinite-scroll.entry.js +2 -2
  299. package/dist/esm/ion-input.entry.js +2 -2
  300. package/dist/esm/ion-item-divider.entry.js +2 -2
  301. package/dist/esm/ion-item-group.entry.js +2 -2
  302. package/dist/esm/ion-item-option.entry.js +2 -2
  303. package/dist/esm/ion-item-options.entry.js +2 -2
  304. package/dist/esm/ion-item-sliding.entry.js +2 -2
  305. package/dist/esm/ion-loading.entry.js +4 -4
  306. package/dist/esm/ion-menu-button.entry.js +5 -5
  307. package/dist/esm/ion-menu-toggle.entry.js +5 -5
  308. package/dist/esm/ion-menu.entry.js +5 -5
  309. package/dist/esm/ion-modal.entry.js +5 -5
  310. package/dist/esm/ion-nav-link.entry.js +1 -1
  311. package/dist/esm/ion-nav.entry.js +3 -3
  312. package/dist/esm/ion-note.entry.js +2 -2
  313. package/dist/esm/ion-picker-column.entry.js +2 -2
  314. package/dist/esm/ion-picker.entry.js +4 -4
  315. package/dist/esm/ion-popover.entry.js +5 -5
  316. package/dist/esm/ion-range.entry.js +2 -2
  317. package/dist/esm/ion-refresher-content.entry.js +3 -3
  318. package/dist/esm/ion-refresher.entry.js +3 -3
  319. package/dist/esm/ion-reorder-group.entry.js +2 -2
  320. package/dist/esm/ion-reorder.entry.js +2 -2
  321. package/dist/esm/ion-route-redirect.entry.js +1 -1
  322. package/dist/esm/ion-route.entry.js +1 -1
  323. package/dist/esm/ion-router-link.entry.js +2 -2
  324. package/dist/esm/ion-router-outlet.entry.js +3 -3
  325. package/dist/esm/ion-router.entry.js +1 -1
  326. package/dist/esm/ion-row.entry.js +19 -0
  327. package/dist/esm/ion-row.entry.js.map +1 -0
  328. package/dist/esm/ion-segment-button.entry.js +2 -2
  329. package/dist/esm/ion-segment.entry.js +2 -2
  330. package/dist/esm/ion-select-option.entry.js +2 -2
  331. package/dist/esm/ion-select.entry.js +4 -4
  332. package/dist/esm/ion-spinner.entry.js +2 -2
  333. package/dist/esm/ion-split-pane.entry.js +2 -2
  334. package/dist/esm/ion-tab-bar.entry.js +2 -2
  335. package/dist/esm/ion-tab-button.entry.js +2 -2
  336. package/dist/esm/ion-tab.entry.js +1 -1
  337. package/dist/esm/ion-tabs.entry.js +1 -1
  338. package/dist/esm/ion-text.entry.js +2 -2
  339. package/dist/esm/ion-textarea.entry.js +2 -2
  340. package/dist/esm/ion-thumbnail.entry.js +2 -2
  341. package/dist/esm/ion-title.entry.js +2 -2
  342. package/dist/esm/ion-toggle.entry.js +2 -2
  343. package/dist/esm/ion-toolbar.entry.js +2 -2
  344. package/dist/esm/{ionic-global-df0a32a5.js → ionic-global-07f989af.js} +2 -2
  345. package/dist/esm/{ionic-global-df0a32a5.js.map → ionic-global-07f989af.js.map} +1 -1
  346. package/dist/esm/{ios.transition-42a569f1.js → ios.transition-02b5b74a.js} +3 -3
  347. package/dist/esm/{ios.transition-42a569f1.js.map → ios.transition-02b5b74a.js.map} +1 -1
  348. package/dist/esm/loader.js +5 -5
  349. package/dist/esm/{md.transition-646de6a5.js → md.transition-0e6cf607.js} +3 -3
  350. package/dist/esm/{md.transition-646de6a5.js.map → md.transition-0e6cf607.js.map} +1 -1
  351. package/dist/esm/{menu-toggle-util-8d0172e3.js → menu-toggle-util-6257f7b5.js} +2 -2
  352. package/dist/esm/{menu-toggle-util-8d0172e3.js.map → menu-toggle-util-6257f7b5.js.map} +1 -1
  353. package/dist/esm/{overlays-4b3bb757.js → overlays-ef03d5bd.js} +3 -3
  354. package/dist/esm/{overlays-4b3bb757.js.map → overlays-ef03d5bd.js.map} +1 -1
  355. package/dist/esm/pos-app-document-viewer.entry.js +9 -2
  356. package/dist/esm/pos-app-document-viewer.entry.js.map +1 -1
  357. package/dist/esm/pos-app-generic.entry.js +1 -1
  358. package/dist/esm/pos-app-image-viewer.entry.js +12 -3
  359. package/dist/esm/pos-app-image-viewer.entry.js.map +1 -1
  360. package/dist/esm/pos-app-ldp-container.entry.js +9 -2
  361. package/dist/esm/pos-app-ldp-container.entry.js.map +1 -1
  362. package/dist/esm/pos-app-rdf-document.entry.js +8 -5
  363. package/dist/esm/pos-app-rdf-document.entry.js.map +1 -1
  364. package/dist/esm/pos-container-contents.entry.js +1 -1
  365. package/dist/esm/pos-container-item.entry.js +1 -1
  366. package/dist/esm/pos-document.entry.js +2 -2
  367. package/dist/esm/pos-relations_2.entry.js +1 -1
  368. package/dist/esm/pos-subjects.entry.js +1 -1
  369. package/dist/esm/pos-value.entry.js +1 -1
  370. package/dist/esm/{refresher.utils-0e6b5f97.js → refresher.utils-d191622d.js} +2 -2
  371. package/dist/esm/{refresher.utils-0e6b5f97.js.map → refresher.utils-d191622d.js.map} +1 -1
  372. package/dist/esm/{status-tap-e90a7a0d.js → status-tap-cdf580e7.js} +2 -2
  373. package/dist/esm/{status-tap-e90a7a0d.js.map → status-tap-cdf580e7.js.map} +1 -1
  374. package/package.json +1 -1
  375. package/dist/cjs/ion-badge_2.cjs.entry.js +0 -92
  376. package/dist/cjs/ion-badge_2.cjs.entry.js.map +0 -1
  377. package/dist/cjs/ion-card-title_6.cjs.entry.js +0 -287
  378. package/dist/cjs/ion-card-title_6.cjs.entry.js.map +0 -1
  379. package/dist/cjs/ion-card_34.cjs.entry.js.map +0 -1
  380. package/dist/cjs/pos-predicate.cjs.entry.js +0 -28
  381. package/dist/cjs/pos-predicate.cjs.entry.js.map +0 -1
  382. package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.css +0 -39
  383. package/dist/components/card-content.js.map +0 -1
  384. package/dist/components/card-header.js.map +0 -1
  385. package/dist/components/card-title.js.map +0 -1
  386. package/dist/components/card.js.map +0 -1
  387. package/dist/components/col.js.map +0 -1
  388. package/dist/components/grid.js.map +0 -1
  389. package/dist/components/row.js +0 -34
  390. package/dist/components/row.js.map +0 -1
  391. package/dist/elements/p-012323aa.entry.js +0 -2
  392. package/dist/elements/p-012323aa.entry.js.map +0 -1
  393. package/dist/elements/p-10bbe079.entry.js +0 -2
  394. package/dist/elements/p-10bbe079.entry.js.map +0 -1
  395. package/dist/elements/p-2543ef78.entry.js +0 -20
  396. package/dist/elements/p-2543ef78.entry.js.map +0 -1
  397. package/dist/elements/p-2d89b617.entry.js +0 -2
  398. package/dist/elements/p-2e13f1ea.entry.js +0 -2
  399. package/dist/elements/p-489909a3.entry.js +0 -2
  400. package/dist/elements/p-4a049a02.entry.js +0 -2
  401. package/dist/elements/p-57740997.entry.js +0 -2
  402. package/dist/elements/p-5d1eb685.entry.js +0 -2
  403. package/dist/elements/p-686bf509.entry.js +0 -2
  404. package/dist/elements/p-780ee959.entry.js +0 -2
  405. package/dist/elements/p-93dc5bee.entry.js +0 -2
  406. package/dist/elements/p-968b8bef.entry.js +0 -2
  407. package/dist/elements/p-968b8bef.entry.js.map +0 -1
  408. package/dist/elements/p-a03499f7.js +0 -5
  409. package/dist/elements/p-a41edaa5.entry.js +0 -2
  410. package/dist/elements/p-b3117c79.entry.js +0 -2
  411. package/dist/elements/p-b3117c79.entry.js.map +0 -1
  412. package/dist/elements/p-c0ad1e98.entry.js +0 -2
  413. package/dist/elements/p-c21dcd46.entry.js +0 -2
  414. package/dist/elements/p-c6c9f7e0.entry.js +0 -2
  415. package/dist/elements/p-c992243d.entry.js +0 -2
  416. package/dist/elements/p-d0fad707.entry.js +0 -2
  417. package/dist/elements/p-d0fad707.entry.js.map +0 -1
  418. package/dist/elements/p-e5ce5615.entry.js +0 -5
  419. package/dist/elements/p-e5ce5615.entry.js.map +0 -1
  420. package/dist/elements/p-f0d9cf91.js +0 -2
  421. package/dist/elements/p-f74b9191.entry.js +0 -2
  422. package/dist/elements/p-fe4821db.entry.js +0 -2
  423. package/dist/elements/p-fe4821db.entry.js.map +0 -1
  424. package/dist/esm/ion-badge_2.entry.js +0 -87
  425. package/dist/esm/ion-badge_2.entry.js.map +0 -1
  426. package/dist/esm/ion-card-title_6.entry.js +0 -278
  427. package/dist/esm/ion-card-title_6.entry.js.map +0 -1
  428. package/dist/esm/ion-card_34.entry.js.map +0 -1
  429. package/dist/esm/pos-predicate.entry.js +0 -24
  430. package/dist/esm/pos-predicate.entry.js.map +0 -1
  431. /package/dist/elements/{p-983da5af.entry.js.map → p-0017dc14.entry.js.map} +0 -0
  432. /package/dist/elements/{p-3856e0a0.js.map → p-061819d1.js.map} +0 -0
  433. /package/dist/elements/{p-43d3f9dd.entry.js.map → p-07d2bd5a.entry.js.map} +0 -0
  434. /package/dist/elements/{p-68fa0553.entry.js.map → p-09d80405.entry.js.map} +0 -0
  435. /package/dist/elements/{p-fb766a59.entry.js.map → p-0b4204e3.entry.js.map} +0 -0
  436. /package/dist/elements/{p-f1a6f6f2.js.map → p-1fc8e557.js.map} +0 -0
  437. /package/dist/elements/{p-196197ab.entry.js.map → p-239442f9.entry.js.map} +0 -0
  438. /package/dist/elements/{p-2cce9f72.entry.js.map → p-250d4bf1.entry.js.map} +0 -0
  439. /package/dist/elements/{p-a3726198.entry.js.map → p-25926b66.entry.js.map} +0 -0
  440. /package/dist/elements/{p-c13052f5.entry.js.map → p-266d2934.entry.js.map} +0 -0
  441. /package/dist/elements/{p-13d85a0a.entry.js.map → p-2a548485.entry.js.map} +0 -0
  442. /package/dist/elements/{p-8e747572.entry.js.map → p-2f0509be.entry.js.map} +0 -0
  443. /package/dist/elements/{p-58ad0789.entry.js.map → p-300ec095.entry.js.map} +0 -0
  444. /package/dist/elements/{p-09c0b7ec.js.map → p-307d1531.js.map} +0 -0
  445. /package/dist/elements/{p-248a0d89.entry.js.map → p-406df11a.entry.js.map} +0 -0
  446. /package/dist/elements/{p-25b5a86a.entry.js.map → p-41854c8f.entry.js.map} +0 -0
  447. /package/dist/elements/{p-609cf34b.entry.js.map → p-41bb9792.entry.js.map} +0 -0
  448. /package/dist/elements/{p-ad32e711.js.map → p-42169e41.js.map} +0 -0
  449. /package/dist/elements/{p-b58ed3d9.entry.js.map → p-4383e1bb.entry.js.map} +0 -0
  450. /package/dist/elements/{p-77f496ea.entry.js.map → p-49fcec88.entry.js.map} +0 -0
  451. /package/dist/elements/{p-1b971594.entry.js.map → p-4a370bdc.entry.js.map} +0 -0
  452. /package/dist/elements/{p-91fccb8b.entry.js.map → p-4c078751.entry.js.map} +0 -0
  453. /package/dist/elements/{p-8c1eba2d.entry.js.map → p-4dd65d40.entry.js.map} +0 -0
  454. /package/dist/elements/{p-f0d9cf91.js.map → p-523432d1.js.map} +0 -0
  455. /package/dist/elements/{p-8a61526b.entry.js.map → p-552a9992.entry.js.map} +0 -0
  456. /package/dist/elements/{p-2e2753e7.entry.js.map → p-59ec8b76.entry.js.map} +0 -0
  457. /package/dist/elements/{p-b8363813.entry.js.map → p-5bf40440.entry.js.map} +0 -0
  458. /package/dist/elements/{p-00c0e726.entry.js.map → p-6119b57a.entry.js.map} +0 -0
  459. /package/dist/elements/{p-d3e26e17.entry.js.map → p-627826b0.entry.js.map} +0 -0
  460. /package/dist/elements/{p-f9b993ab.entry.js.map → p-645632a8.entry.js.map} +0 -0
  461. /package/dist/elements/{p-aca8e982.entry.js.map → p-66973c59.entry.js.map} +0 -0
  462. /package/dist/elements/{p-18e5369d.entry.js.map → p-66a58eb0.entry.js.map} +0 -0
  463. /package/dist/elements/{p-3bf6d7b8.entry.js.map → p-6cc9961e.entry.js.map} +0 -0
  464. /package/dist/elements/{p-7bef9b1b.entry.js.map → p-7190d53c.entry.js.map} +0 -0
  465. /package/dist/elements/{p-d7c83052.entry.js.map → p-72a9cbdc.entry.js.map} +0 -0
  466. /package/dist/elements/{p-cdb96cf2.js.map → p-734e5a97.js.map} +0 -0
  467. /package/dist/elements/{p-780ee959.entry.js.map → p-7f53778f.entry.js.map} +0 -0
  468. /package/dist/elements/{p-428e79f5.entry.js.map → p-87c81685.entry.js.map} +0 -0
  469. /package/dist/elements/{p-a9478dc1.entry.js.map → p-8b209e66.entry.js.map} +0 -0
  470. /package/dist/elements/{p-9a3d973e.entry.js.map → p-8f6d1cbe.entry.js.map} +0 -0
  471. /package/dist/elements/{p-d03f5902.entry.js.map → p-a08f0446.entry.js.map} +0 -0
  472. /package/dist/elements/{p-57740997.entry.js.map → p-a13569cf.entry.js.map} +0 -0
  473. /package/dist/elements/{p-ad55e9ab.entry.js.map → p-a376351f.entry.js.map} +0 -0
  474. /package/dist/elements/{p-a03499f7.js.map → p-a37a2712.js.map} +0 -0
  475. /package/dist/elements/{p-0c94ec29.entry.js.map → p-a421bbe5.entry.js.map} +0 -0
  476. /package/dist/elements/{p-e7a69dd3.entry.js.map → p-a507d627.entry.js.map} +0 -0
  477. /package/dist/elements/{p-d164af48.js.map → p-a6c03ce8.js.map} +0 -0
  478. /package/dist/elements/{p-1d8d3167.entry.js.map → p-b5f6b322.entry.js.map} +0 -0
  479. /package/dist/elements/{p-849fec0f.entry.js.map → p-b64a85bf.entry.js.map} +0 -0
  480. /package/dist/elements/{p-fa63a2cc.entry.js.map → p-b8bd7745.entry.js.map} +0 -0
  481. /package/dist/elements/{p-dc0cae0c.js.map → p-b9dcf3b2.js.map} +0 -0
  482. /package/dist/elements/{p-bf16fe9d.entry.js.map → p-bc675b21.entry.js.map} +0 -0
  483. /package/dist/elements/{p-4a049a02.entry.js.map → p-bca341ba.entry.js.map} +0 -0
  484. /package/dist/elements/{p-6183b212.entry.js.map → p-c186950b.entry.js.map} +0 -0
  485. /package/dist/elements/{p-b90da7d9.entry.js.map → p-c350af00.entry.js.map} +0 -0
  486. /package/dist/elements/{p-616c23ad.entry.js.map → p-c698ab8e.entry.js.map} +0 -0
  487. /package/dist/elements/{p-73331353.entry.js.map → p-c9604122.entry.js.map} +0 -0
  488. /package/dist/elements/{p-19e2dbee.js.map → p-cbae963d.js.map} +0 -0
  489. /package/dist/elements/{p-acf6cab4.entry.js.map → p-d358565a.entry.js.map} +0 -0
  490. /package/dist/elements/{p-24118aa1.js.map → p-d61d280b.js.map} +0 -0
  491. /package/dist/elements/{p-ef87f5dd.entry.js.map → p-d6394ee4.entry.js.map} +0 -0
  492. /package/dist/elements/{p-0cdbd05c.entry.js.map → p-d8818bb3.entry.js.map} +0 -0
  493. /package/dist/elements/{p-17cb620a.js.map → p-da0d920d.js.map} +0 -0
  494. /package/dist/elements/{p-c19ba914.entry.js.map → p-dadb557e.entry.js.map} +0 -0
  495. /package/dist/elements/{p-2bb537fb.entry.js.map → p-dc709055.entry.js.map} +0 -0
  496. /package/dist/elements/{p-133e29f8.entry.js.map → p-e0de7c6a.entry.js.map} +0 -0
  497. /package/dist/elements/{p-c34f0243.entry.js.map → p-e78cf007.entry.js.map} +0 -0
  498. /package/dist/elements/{p-7105c21a.entry.js.map → p-e8268c7a.entry.js.map} +0 -0
  499. /package/dist/elements/{p-6bc1057e.entry.js.map → p-f4035b4a.entry.js.map} +0 -0
  500. /package/dist/elements/{p-de2c14be.entry.js.map → p-f40b3ec6.entry.js.map} +0 -0
  501. /package/dist/elements/{p-3bc60b5c.entry.js.map → p-f50c3045.entry.js.map} +0 -0
  502. /package/dist/elements/{p-dd97c7d1.js.map → p-f67bba50.js.map} +0 -0
  503. /package/dist/elements/{p-27a5048e.entry.js.map → p-f96384f2.entry.js.map} +0 -0
  504. /package/dist/elements/{p-fd4ecbf1.entry.js.map → p-fa19a3e9.entry.js.map} +0 -0
  505. /package/dist/elements/{p-ef4ffce6.entry.js.map → p-ffa8c481.entry.js.map} +0 -0
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, i as createEvent, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { i as inheritAttributes } from './helpers-c51da066.js';
3
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
3
+ import { g as getIonMode } from './ionic-global-07f989af.js';
4
4
 
5
5
  const imgCss = ":host{display:block;object-fit:contain}img{display:block;width:100%;height:100%;object-fit:inherit;object-position:inherit}";
6
6
  const IonImgStyle0 = imgCss;
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h, H as Host } from './index-4fdc2561.js';
1
+ import { r as registerInstance, h, H as Host } from './index-9725d917.js';
2
2
  import { E as ENABLE_HTML_CONTENT_DEFAULT, s as sanitizeDOMString } from './index-ce4e7029.js';
3
- import { c as config, g as getIonMode } from './ionic-global-df0a32a5.js';
3
+ import { c as config, g as getIonMode } from './ionic-global-07f989af.js';
4
4
 
5
5
  const infiniteScrollContentIosCss = "ion-infinite-scroll-content{display:flex;flex-direction:column;justify-content:center;min-height:84px;text-align:center;user-select:none}.infinite-loading{margin-left:0;margin-right:0;margin-top:0;margin-bottom:32px;display:none;width:100%}.infinite-loading-text{-webkit-margin-start:32px;margin-inline-start:32px;-webkit-margin-end:32px;margin-inline-end:32px;margin-top:4px;margin-bottom:0}.infinite-scroll-loading ion-infinite-scroll-content>.infinite-loading{display:block}.infinite-scroll-content-ios .infinite-loading-text{color:var(--ion-color-step-600, #666666)}.infinite-scroll-content-ios .infinite-loading-spinner .spinner-lines-ios line,.infinite-scroll-content-ios .infinite-loading-spinner .spinner-lines-small-ios line,.infinite-scroll-content-ios .infinite-loading-spinner .spinner-crescent circle{stroke:var(--ion-color-step-600, #666666)}.infinite-scroll-content-ios .infinite-loading-spinner .spinner-bubbles circle,.infinite-scroll-content-ios .infinite-loading-spinner .spinner-circles circle,.infinite-scroll-content-ios .infinite-loading-spinner .spinner-dots circle{fill:var(--ion-color-step-600, #666666)}";
6
6
  const IonInfiniteScrollContentIosStyle0 = infiniteScrollContentIosCss;
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, i as createEvent, w as writeTask, f as readTask, h, d as getElement, H as Host } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, w as writeTask, f as readTask, h, e as getElement, H as Host } from './index-9725d917.js';
2
2
  import { a as findClosestIonContent, p as printIonContentErrorMsg, g as getScrollElement } from './index-12e18dab.js';
3
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
3
+ import { g as getIonMode } from './ionic-global-07f989af.js';
4
4
  import './helpers-c51da066.js';
5
5
  import './index-f7ac0403.js';
6
6
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, i as createEvent, h, H as Host, d as getElement, j as forceUpdate } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, H as Host, e as getElement, j as forceUpdate } from './index-9725d917.js';
2
2
  import { c as createLegacyFormController } from './form-controller-3b50bf52.js';
3
3
  import { c as createNotchController } from './notch-controller-79926902.js';
4
4
  import { d as debounceEvent, h as inheritAriaAttributes, i as inheritAttributes, a as componentOnReady, l as findItemLabel } from './helpers-c51da066.js';
@@ -6,7 +6,7 @@ import { p as printIonWarning } from './index-f7ac0403.js';
6
6
  import { c as createSlotMutationController, g as getCounterText } from './input.utils-0e2bf61a.js';
7
7
  import { h as hostContext, c as createColorClasses } from './theme-d75c68ae.js';
8
8
  import { c as closeCircle, b as closeSharp } from './index-9edae53a.js';
9
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
9
+ import { g as getIonMode } from './ionic-global-07f989af.js';
10
10
  import './index-6b94f340.js';
11
11
 
12
12
  const inputIosCss = ".sc-ion-input-ios-h{--placeholder-color:initial;--placeholder-font-style:initial;--placeholder-font-weight:initial;--placeholder-opacity:0.6;--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--background:transparent;--color:initial;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #3880ff);--highlight-color-valid:var(--ion-color-success, #2dd36f);--highlight-color-invalid:var(--ion-color-danger, #eb445a);--highlight-color:var(--highlight-color-focused);display:block;position:relative;width:100%;padding:0 !important;color:var(--color);font-family:var(--ion-font-family, inherit);z-index:2}.legacy-input.sc-ion-input-ios-h{display:flex;flex:1;align-items:center;background:var(--background)}.legacy-input.sc-ion-input-ios-h .native-input.sc-ion-input-ios{-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);border-radius:var(--border-radius)}ion-item.sc-ion-input-ios-h:not(.item-label):not(.item-has-modern-input),ion-item:not(.item-label):not(.item-has-modern-input) .sc-ion-input-ios-h{--padding-start:0}ion-item[slot=start].sc-ion-input-ios-h,ion-item [slot=start].sc-ion-input-ios-h,ion-item[slot=end].sc-ion-input-ios-h,ion-item [slot=end].sc-ion-input-ios-h{width:auto}.legacy-input.ion-color.sc-ion-input-ios-h{color:var(--ion-color-base)}.ion-color.sc-ion-input-ios-h{--highlight-color-focused:var(--ion-color-base)}.sc-ion-input-ios-h:not(.legacy-input){min-height:44px}.input-label-placement-floating.sc-ion-input-ios-h,.input-label-placement-stacked.sc-ion-input-ios-h{min-height:56px}.native-input.sc-ion-input-ios{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;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;display:inline-block;position:relative;flex:1;width:100%;max-width:100%;max-height:100%;border:0;outline:none;background:transparent;box-sizing:border-box;appearance:none;z-index:1}.native-input.sc-ion-input-ios::placeholder{color:var(--placeholder-color);font-family:inherit;font-style:var(--placeholder-font-style);font-weight:var(--placeholder-font-weight);opacity:var(--placeholder-opacity)}.native-input.sc-ion-input-ios:-webkit-autofill{background-color:transparent}.native-input.sc-ion-input-ios:invalid{box-shadow:none}.native-input.sc-ion-input-ios::-ms-clear{display:none}.cloned-input.sc-ion-input-ios{top:0;bottom:0;position:absolute;pointer-events:none}@supports (inset-inline-start: 0){.cloned-input.sc-ion-input-ios{inset-inline-start:0}}@supports not (inset-inline-start: 0){.cloned-input.sc-ion-input-ios{left:0}[dir=rtl].sc-ion-input-ios-h .cloned-input.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h .cloned-input.sc-ion-input-ios{left:unset;right:unset;right:0}[dir=rtl].sc-ion-input-ios .cloned-input.sc-ion-input-ios{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){.cloned-input.sc-ion-input-ios:dir(rtl){left:unset;right:unset;right:0}}}.cloned-input.sc-ion-input-ios:disabled{opacity:1}.legacy-input.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.input-clear-icon.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:auto;margin-bottom:auto;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;background-position:center;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;outline:none;background-color:transparent;background-repeat:no-repeat;color:var(--ion-color-step-600, #666666);visibility:hidden;appearance:none}.in-item-color.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{color:inherit}.input-clear-icon.sc-ion-input-ios:focus{opacity:0.5}.has-value.sc-ion-input-ios-h .input-clear-icon.sc-ion-input-ios{visibility:visible}.has-focus.legacy-input.sc-ion-input-ios-h{pointer-events:none}.has-focus.legacy-input.sc-ion-input-ios-h input.sc-ion-input-ios,.has-focus.legacy-input.sc-ion-input-ios-h a.sc-ion-input-ios,.has-focus.legacy-input.sc-ion-input-ios-h button.sc-ion-input-ios{pointer-events:auto}.item-label-floating.item-has-placeholder.sc-ion-input-ios-h:not(.item-has-value),.item-label-floating.item-has-placeholder:not(.item-has-value) .sc-ion-input-ios-h{opacity:0}.item-label-floating.item-has-placeholder.sc-ion-input-ios-h:not(.item-has-value).item-has-focus,.item-label-floating.item-has-placeholder:not(.item-has-value).item-has-focus .sc-ion-input-ios-h{transition:opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);opacity:1}.input-wrapper.sc-ion-input-ios{-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);border-radius:var(--border-radius);display:flex;position:relative;flex-grow:1;align-items:stretch;height:inherit;min-height:inherit;transition:background-color 15ms linear;background:var(--background);line-height:normal}.native-wrapper.sc-ion-input-ios{display:flex;position:relative;flex-grow:1;align-items:center;width:100%}.ion-touched.ion-invalid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-invalid)}.ion-valid.sc-ion-input-ios-h{--highlight-color:var(--highlight-color-valid)}.input-bottom.sc-ion-input-ios{-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:5px;padding-bottom:0;display:flex;justify-content:space-between;border-top:var(--border-width) var(--border-style) var(--border-color);font-size:0.75rem}.has-focus.ion-valid.sc-ion-input-ios-h,.ion-touched.ion-invalid.sc-ion-input-ios-h{--border-color:var(--highlight-color)}.input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:none;color:var(--highlight-color-invalid)}.input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:block;color:var(--ion-color-step-550, #737373)}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .error-text.sc-ion-input-ios{display:block}.ion-touched.ion-invalid.sc-ion-input-ios-h .input-bottom.sc-ion-input-ios .helper-text.sc-ion-input-ios{display:none}.input-bottom.sc-ion-input-ios .counter.sc-ion-input-ios{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-550, #737373);white-space:nowrap;padding-inline-start:16px}.has-focus.sc-ion-input-ios-h input.sc-ion-input-ios{caret-color:var(--highlight-color)}.label-text-wrapper.sc-ion-input-ios{display:flex;align-items:center;max-width:200px;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text.sc-ion-input-ios,.sc-ion-input-ios-s>[slot=label]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden.sc-ion-input-ios,.input-outline-notch-hidden.sc-ion-input-ios{display:none}.input-wrapper.sc-ion-input-ios input.sc-ion-input-ios{transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.input-label-placement-start.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{flex-direction:row}.input-label-placement-start.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-end.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{flex-direction:row-reverse}.input-label-placement-end.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}.input-label-placement-fixed.sc-ion-input-ios-h .label-text.sc-ion-input-ios{flex:0 0 100px;width:100px;min-width:100px;max-width:200px}.input-label-placement-stacked.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .input-wrapper.sc-ion-input-ios{flex-direction:column;align-items:start}.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{transform-origin:left top;max-width:100%;z-index:2}[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-stacked.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .sc-ion-input-ios-h -no-combinator.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl].input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios,[dir=rtl] .input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{transform-origin:right top}@supports selector(:dir(rtl)){.input-label-placement-stacked.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h:dir(rtl) .label-text-wrapper.sc-ion-input-ios{transform-origin:right top}}.input-label-placement-stacked.sc-ion-input-ios-h input.sc-ion-input-ios,.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0}.input-label-placement-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{transform:translateY(100%) scale(1)}.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:0}.has-focus.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios,.has-value.input-label-placement-floating.sc-ion-input-ios-h input.sc-ion-input-ios{opacity:1}.label-floating.sc-ion-input-ios-h .label-text-wrapper.sc-ion-input-ios{transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}.sc-ion-input-ios-s>[slot=start]{margin-inline-end:16px;margin-inline-start:0}.sc-ion-input-ios-s>[slot=end]{margin-inline-start:16px;margin-inline-end:0}.sc-ion-input-ios-h{--border-width:0.55px;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));font-size:inherit}.legacy-input.sc-ion-input-ios-h{--padding-top:10px;--padding-end:8px;--padding-bottom:10px;--padding-start:0}.item-label-stacked.sc-ion-input-ios-h,.item-label-stacked .sc-ion-input-ios-h,.item-label-floating.sc-ion-input-ios-h,.item-label-floating .sc-ion-input-ios-h{--padding-top:8px;--padding-bottom:8px;--padding-start:0px}.input-clear-icon.sc-ion-input-ios ion-icon.sc-ion-input-ios{width:18px;height:18px}.legacy-input.sc-ion-input-ios-h .native-input[disabled].sc-ion-input-ios,.input-disabled.sc-ion-input-ios-h{opacity:0.3}.sc-ion-input-ios-s>ion-button[slot=start].button-has-icon-only,.sc-ion-input-ios-s>ion-button[slot=end].button-has-icon-only{--border-radius:50%;--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;aspect-ratio:1}";
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { c as createColorClasses } from './theme-d75c68ae.js';
3
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
3
+ import { g as getIonMode } from './ionic-global-07f989af.js';
4
4
 
5
5
  const itemDividerIosCss = ":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--inner-padding-top:0px;--inner-padding-end:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);padding-right:var(--padding-end);padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit);overflow:hidden;z-index:100;box-sizing:border-box}:host-context([dir=rtl]){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}@supports selector(:dir(rtl)){:host(:dir(rtl)){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.item-divider-sticky){position:sticky;top:0}.item-divider-inner{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--inner-padding-top);padding-bottom:var(--inner-padding-bottom);padding-right:calc(var(--ion-safe-area-right, 0px) + var(--inner-padding-end));padding-left:var(--inner-padding-start);display:flex;flex:1;flex-direction:inherit;align-items:inherit;align-self:stretch;min-height:inherit;border:0;overflow:hidden}:host-context([dir=rtl]) .item-divider-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}[dir=rtl] .item-divider-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}@supports selector(:dir(rtl)){.item-divider-inner:dir(rtl){padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}}.item-divider-wrapper{display:flex;flex:1;flex-direction:inherit;align-items:inherit;align-self:stretch;text-overflow:ellipsis;overflow:hidden}:host{--background:var(--ion-color-step-100, #e6e6e6);--color:var(--ion-color-step-850, #262626);--padding-start:16px;--inner-padding-end:8px;border-radius:0;position:relative;min-height:28px;font-size:1.0625rem;font-weight:600}:host([slot=start]){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:2px;margin-bottom:2px}::slotted(ion-icon[slot=start]),::slotted(ion-icon[slot=end]){margin-top:7px;margin-bottom:7px}::slotted(h1){margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px}::slotted(h2){margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px}::slotted(h3),::slotted(h4),::slotted(h5),::slotted(h6){margin-left:0;margin-right:0;margin-top:0;margin-bottom:3px}::slotted(p){margin-left:0;margin-right:0;margin-top:0;margin-bottom:2px;color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.4);font-size:0.875rem;line-height:normal;text-overflow:inherit;overflow:inherit}::slotted(h2:last-child) ::slotted(h3:last-child),::slotted(h4:last-child),::slotted(h5:last-child),::slotted(h6:last-child),::slotted(p:last-child){margin-bottom:0}";
6
6
  const IonItemDividerIosStyle0 = itemDividerIosCss;
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, H as Host } from './index-4fdc2561.js';
2
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
1
+ import { r as registerInstance, h, H as Host } from './index-9725d917.js';
2
+ import { g as getIonMode } from './ionic-global-07f989af.js';
3
3
 
4
4
  const itemGroupIosCss = "ion-item-group{display:block}";
5
5
  const IonItemGroupIosStyle0 = itemGroupIosCss;
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { c as createColorClasses } from './theme-d75c68ae.js';
3
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
3
+ import { g as getIonMode } from './ionic-global-07f989af.js';
4
4
 
5
5
  const itemOptionIosCss = ":host{--background:var(--ion-color-primary, #3880ff);--color:var(--ion-color-primary-contrast, #fff);background:var(--background);color:var(--color);font-family:var(--ion-font-family, inherit)}:host(.ion-color){background:var(--ion-color-base);color:var(--ion-color-contrast)}.button-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;-webkit-padding-start:0.7em;padding-inline-start:0.7em;-webkit-padding-end:0.7em;padding-inline-end:0.7em;padding-top:0;padding-bottom:0;display:inline-block;position:relative;width:100%;height:100%;border:0;outline:none;background:transparent;cursor:pointer;appearance:none;box-sizing:border-box}.button-inner{display:flex;flex-flow:column nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%}.horizontal-wrapper{display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%}::slotted(*){flex-shrink:0}::slotted([slot=start]){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:5px;margin-inline-end:5px;margin-top:0;margin-bottom:0}::slotted([slot=end]){-webkit-margin-start:5px;margin-inline-start:5px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}::slotted([slot=icon-only]){padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end:10px;margin-top:0;margin-bottom:0;min-width:0.9em;font-size:1.8em}:host(.item-option-expandable){flex-shrink:0;transition-duration:0;transition-property:none;transition-timing-function:cubic-bezier(0.65, 0.05, 0.36, 1)}:host(.item-option-disabled){pointer-events:none}:host(.item-option-disabled) .button-native{cursor:default;opacity:0.5;pointer-events:none}:host{font-size:clamp(16px, 1rem, 35.2px)}:host(.ion-activated){background:var(--ion-color-primary-shade, #3171e0)}:host(.ion-color.ion-activated){background:var(--ion-color-shade)}";
6
6
  const IonItemOptionIosStyle0 = itemOptionIosCss;
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, i as createEvent, h, d as getElement, H as Host } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, e as getElement, H as Host } from './index-9725d917.js';
2
2
  import { m as isEndSide } from './helpers-c51da066.js';
3
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
3
+ import { g as getIonMode } from './ionic-global-07f989af.js';
4
4
 
5
5
  const itemOptionsIosCss = "ion-item-options{top:0;right:0;justify-content:flex-end;display:none;position:absolute;height:100%;user-select:none;z-index:1}:host-context([dir=rtl]) ion-item-options{justify-content:flex-start}:host-context([dir=rtl]) ion-item-options:not(.item-options-end){right:auto;left:0;justify-content:flex-end}[dir=rtl] ion-item-options{justify-content:flex-start}[dir=rtl] ion-item-options:not(.item-options-end){right:auto;left:0;justify-content:flex-end}@supports selector(:dir(rtl)){ion-item-options:dir(rtl){justify-content:flex-start}ion-item-options:dir(rtl):not(.item-options-end){right:auto;left:0;justify-content:flex-end}}.item-options-start{right:auto;left:0;justify-content:flex-start}:host-context([dir=rtl]) .item-options-start{justify-content:flex-end}[dir=rtl] .item-options-start{justify-content:flex-end}@supports selector(:dir(rtl)){.item-options-start:dir(rtl){justify-content:flex-end}}[dir=ltr] .item-options-start ion-item-option:first-child,[dir=rtl] .item-options-start ion-item-option:last-child{padding-left:var(--ion-safe-area-left)}[dir=ltr] .item-options-end ion-item-option:last-child,[dir=rtl] .item-options-end ion-item-option:first-child{padding-right:var(--ion-safe-area-right)}:host-context([dir=rtl]) .item-sliding-active-slide.item-sliding-active-options-start ion-item-options:not(.item-options-end){width:100%;visibility:visible}[dir=rtl] .item-sliding-active-slide.item-sliding-active-options-start ion-item-options:not(.item-options-end){width:100%;visibility:visible}@supports selector(:dir(rtl)){.item-sliding-active-slide:dir(rtl).item-sliding-active-options-start ion-item-options:not(.item-options-end){width:100%;visibility:visible}}.item-sliding-active-slide ion-item-options{display:flex;visibility:hidden}.item-sliding-active-slide.item-sliding-active-options-start .item-options-start,.item-sliding-active-slide.item-sliding-active-options-end ion-item-options:not(.item-options-start){width:100%;visibility:visible}.item-options-ios{border-bottom-width:0;border-bottom-style:solid;border-bottom-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)))}.item-options-ios.item-options-end{border-bottom-width:0.55px}.list-ios-lines-none .item-options-ios{border-bottom-width:0}.list-ios-lines-full .item-options-ios,.list-ios-lines-inset .item-options-ios.item-options-end{border-bottom-width:0.55px}";
6
6
  const IonItemOptionsIosStyle0 = itemOptionsIosCss;
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, i as createEvent, h, d as getElement, H as Host } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, e as getElement, H as Host } from './index-9725d917.js';
2
2
  import { a as findClosestIonContent, d as disableContentScrollY, r as resetContentScrollY } from './index-12e18dab.js';
3
3
  import { m as isEndSide } from './helpers-c51da066.js';
4
4
  import { w as watchForOptions } from './watch-options-62a171d1.js';
5
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
5
+ import { g as getIonMode } from './ionic-global-07f989af.js';
6
6
  import './index-f7ac0403.js';
7
7
 
8
8
  const itemSlidingCss = "ion-item-sliding{display:block;position:relative;width:100%;overflow:hidden;user-select:none}ion-item-sliding .item{user-select:none}.item-sliding-active-slide .item{position:relative;transition:transform 500ms cubic-bezier(0.36, 0.66, 0.04, 1);opacity:1;z-index:2;pointer-events:none;will-change:transform}.item-sliding-closing ion-item-options{pointer-events:none}.item-sliding-active-swipe-end .item-options-end .item-option-expandable{padding-left:100%;order:1;transition-duration:0.6s;transition-property:padding-left}:host-context([dir=rtl]) .item-sliding-active-swipe-end .item-options-end .item-option-expandable{order:-1}[dir=rtl] .item-sliding-active-swipe-end .item-options-end .item-option-expandable{order:-1}@supports selector(:dir(rtl)){.item-sliding-active-swipe-end .item-options-end .item-option-expandable:dir(rtl){order:-1}}.item-sliding-active-swipe-start .item-options-start .item-option-expandable{padding-right:100%;order:-1;transition-duration:0.6s;transition-property:padding-right}:host-context([dir=rtl]) .item-sliding-active-swipe-start .item-options-start .item-option-expandable{order:1}[dir=rtl] .item-sliding-active-swipe-start .item-options-start .item-option-expandable{order:1}@supports selector(:dir(rtl)){.item-sliding-active-swipe-start .item-options-start .item-option-expandable:dir(rtl){order:1}}";
@@ -1,13 +1,13 @@
1
- import { r as registerInstance, i as createEvent, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { E as ENABLE_HTML_CONTENT_DEFAULT, s as sanitizeDOMString } from './index-ce4e7029.js';
3
3
  import { r as raf } from './helpers-c51da066.js';
4
4
  import { c as createLockController } from './lock-controller-10217ff6.js';
5
- import { c as createDelegateController, a as createTriggerController, B as BACKDROP, p as prepareOverlay, s as setOverlayId, b as present, d as dismiss, e as eventMethod } from './overlays-4b3bb757.js';
5
+ import { c as createDelegateController, a as createTriggerController, B as BACKDROP, p as prepareOverlay, s as setOverlayId, b as present, d as dismiss, e as eventMethod } from './overlays-ef03d5bd.js';
6
6
  import { g as getClassMap } from './theme-d75c68ae.js';
7
- import { c as config, g as getIonMode } from './ionic-global-df0a32a5.js';
7
+ import { c as config, g as getIonMode } from './ionic-global-07f989af.js';
8
8
  import { c as createAnimation } from './animation-43b39c85.js';
9
9
  import './index-6b94f340.js';
10
- import './hardware-back-button-41efa076.js';
10
+ import './hardware-back-button-12e771ad.js';
11
11
  import './framework-delegate-c5179013.js';
12
12
  import './index-f7ac0403.js';
13
13
 
@@ -1,12 +1,12 @@
1
- import { r as registerInstance, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { h as inheritAriaAttributes } from './helpers-c51da066.js';
3
- import { m as menuController } from './index-e268d85c.js';
3
+ import { m as menuController } from './index-ccbcf170.js';
4
4
  import { c as createColorClasses, h as hostContext } from './theme-d75c68ae.js';
5
5
  import { m as menuOutline, n as menuSharp } from './index-9edae53a.js';
6
- import { g as getIonMode, c as config } from './ionic-global-df0a32a5.js';
7
- import { u as updateVisibility } from './menu-toggle-util-8d0172e3.js';
6
+ import { g as getIonMode, c as config } from './ionic-global-07f989af.js';
7
+ import { u as updateVisibility } from './menu-toggle-util-6257f7b5.js';
8
8
  import './index-6b94f340.js';
9
- import './hardware-back-button-41efa076.js';
9
+ import './hardware-back-button-12e771ad.js';
10
10
  import './index-f7ac0403.js';
11
11
  import './animation-43b39c85.js';
12
12
 
@@ -1,9 +1,9 @@
1
- import { r as registerInstance, h, H as Host } from './index-4fdc2561.js';
2
- import { m as menuController } from './index-e268d85c.js';
3
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
4
- import { u as updateVisibility } from './menu-toggle-util-8d0172e3.js';
1
+ import { r as registerInstance, h, H as Host } from './index-9725d917.js';
2
+ import { m as menuController } from './index-ccbcf170.js';
3
+ import { g as getIonMode } from './ionic-global-07f989af.js';
4
+ import { u as updateVisibility } from './menu-toggle-util-6257f7b5.js';
5
5
  import './index-6b94f340.js';
6
- import './hardware-back-button-41efa076.js';
6
+ import './hardware-back-button-12e771ad.js';
7
7
  import './index-f7ac0403.js';
8
8
  import './helpers-c51da066.js';
9
9
  import './animation-43b39c85.js';
@@ -1,11 +1,11 @@
1
- import { r as registerInstance, i as createEvent, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { g as getTimeGivenProgression } from './cubic-bezier-464c214a.js';
3
3
  import { G as GESTURE_CONTROLLER } from './gesture-controller-958242a2.js';
4
- import { shouldUseCloseWatcher } from './hardware-back-button-41efa076.js';
4
+ import { shouldUseCloseWatcher } from './hardware-back-button-12e771ad.js';
5
5
  import { m as isEndSide, h as inheritAriaAttributes, n as assert, c as clamp } from './helpers-c51da066.js';
6
- import { m as menuController } from './index-e268d85c.js';
7
- import { g as getPresentedOverlay } from './overlays-4b3bb757.js';
8
- import { c as config, g as getIonMode } from './ionic-global-df0a32a5.js';
6
+ import { m as menuController } from './index-ccbcf170.js';
7
+ import { g as getPresentedOverlay } from './overlays-ef03d5bd.js';
8
+ import { c as config, g as getIonMode } from './ionic-global-07f989af.js';
9
9
  import './index-6b94f340.js';
10
10
  import './index-f7ac0403.js';
11
11
  import './animation-43b39c85.js';
@@ -1,20 +1,20 @@
1
- import { r as registerInstance, i as createEvent, w as writeTask, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, w as writeTask, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { a as findClosestIonContent, i as isIonContent, d as disableContentScrollY, r as resetContentScrollY, f as findIonContent, p as printIonContentErrorMsg } from './index-12e18dab.js';
3
3
  import { C as CoreDelegate, a as attachComponent, d as detachComponent } from './framework-delegate-c5179013.js';
4
4
  import { g as getElementRoot, c as clamp, r as raf, i as inheritAttributes, j as hasLazyBuild } from './helpers-c51da066.js';
5
5
  import { c as createLockController } from './lock-controller-10217ff6.js';
6
6
  import { p as printIonWarning } from './index-f7ac0403.js';
7
7
  import { g as getCapacitor } from './capacitor-8d3da60f.js';
8
- import { G as GESTURE, O as OVERLAY_GESTURE_PRIORITY, a as createTriggerController, B as BACKDROP, p as prepareOverlay, s as setOverlayId, b as present, d as dismiss, e as eventMethod } from './overlays-4b3bb757.js';
8
+ import { G as GESTURE, O as OVERLAY_GESTURE_PRIORITY, a as createTriggerController, B as BACKDROP, p as prepareOverlay, s as setOverlayId, b as present, d as dismiss, e as eventMethod } from './overlays-ef03d5bd.js';
9
9
  import { g as getClassMap } from './theme-d75c68ae.js';
10
- import { d as deepReady, w as waitForMount } from './index-a753fbce.js';
11
- import { g as getIonMode, c as config } from './ionic-global-df0a32a5.js';
10
+ import { d as deepReady, w as waitForMount } from './index-7462d21e.js';
11
+ import { g as getIonMode, c as config } from './ionic-global-07f989af.js';
12
12
  import { KEYBOARD_DID_OPEN } from './keyboard-5feb79bb.js';
13
13
  import { c as createAnimation } from './animation-43b39c85.js';
14
14
  import { g as getTimeGivenProgression } from './cubic-bezier-464c214a.js';
15
15
  import { createGesture } from './index-38fe935b.js';
16
16
  import { w as win } from './index-6b94f340.js';
17
- import './hardware-back-button-41efa076.js';
17
+ import './hardware-back-button-12e771ad.js';
18
18
  import './keyboard-d981a33f.js';
19
19
  import './gesture-controller-958242a2.js';
20
20
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, d as getElement, H as Host } from './index-4fdc2561.js';
1
+ import { r as registerInstance, h, e as getElement, H as Host } from './index-9725d917.js';
2
2
 
3
3
  /*!
4
4
  * (C) Ionic http://ionicframework.com - MIT License
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, i as createEvent, h, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, e as getElement } from './index-9725d917.js';
2
2
  import { g as getTimeGivenProgression } from './cubic-bezier-464c214a.js';
3
3
  import { n as assert, s as shallowEqualStringMap } from './helpers-c51da066.js';
4
- import { l as lifecycle, t as transition, s as setPageHidden, L as LIFECYCLE_WILL_UNLOAD, a as LIFECYCLE_WILL_LEAVE, b as LIFECYCLE_DID_LEAVE } from './index-a753fbce.js';
5
- import { g as getIonMode, c as config } from './ionic-global-df0a32a5.js';
4
+ import { l as lifecycle, t as transition, s as setPageHidden, L as LIFECYCLE_WILL_UNLOAD, a as LIFECYCLE_WILL_LEAVE, b as LIFECYCLE_DID_LEAVE } from './index-7462d21e.js';
5
+ import { g as getIonMode, c as config } from './ionic-global-07f989af.js';
6
6
  import { a as attachComponent } from './framework-delegate-c5179013.js';
7
7
 
8
8
  /*!
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h, H as Host } from './index-4fdc2561.js';
1
+ import { r as registerInstance, h, H as Host } from './index-9725d917.js';
2
2
  import { c as createColorClasses } from './theme-d75c68ae.js';
3
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
3
+ import { g as getIonMode } from './ionic-global-07f989af.js';
4
4
 
5
5
  const noteIosCss = ":host{color:var(--color);font-family:var(--ion-font-family, inherit);box-sizing:border-box}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-color-step-350, #a6a6a6);font-size:max(14px, 1rem)}";
6
6
  const IonNoteIosStyle0 = noteIosCss;
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, i as createEvent, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { c as clamp } from './helpers-c51da066.js';
3
3
  import { b as hapticSelectionChanged, c as hapticSelectionEnd, a as hapticSelectionStart } from './haptic-910fb8d2.js';
4
4
  import { g as getClassMap } from './theme-d75c68ae.js';
5
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
5
+ import { g as getIonMode } from './ionic-global-07f989af.js';
6
6
  import './capacitor-8d3da60f.js';
7
7
  import './index-6b94f340.js';
8
8
 
@@ -1,12 +1,12 @@
1
- import { r as registerInstance, i as createEvent, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { r as raf } from './helpers-c51da066.js';
3
3
  import { c as createLockController } from './lock-controller-10217ff6.js';
4
- import { c as createDelegateController, a as createTriggerController, B as BACKDROP, i as isCancel, p as prepareOverlay, s as setOverlayId, b as present, d as dismiss, e as eventMethod, f as safeCall } from './overlays-4b3bb757.js';
4
+ import { c as createDelegateController, a as createTriggerController, B as BACKDROP, i as isCancel, p as prepareOverlay, s as setOverlayId, b as present, d as dismiss, e as eventMethod, f as safeCall } from './overlays-ef03d5bd.js';
5
5
  import { g as getClassMap } from './theme-d75c68ae.js';
6
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
6
+ import { g as getIonMode } from './ionic-global-07f989af.js';
7
7
  import { c as createAnimation } from './animation-43b39c85.js';
8
8
  import './index-6b94f340.js';
9
- import './hardware-back-button-41efa076.js';
9
+ import './hardware-back-button-12e771ad.js';
10
10
  import './framework-delegate-c5179013.js';
11
11
  import './index-f7ac0403.js';
12
12
 
@@ -1,15 +1,15 @@
1
- import { r as registerInstance, i as createEvent, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { C as CoreDelegate, a as attachComponent, d as detachComponent } from './framework-delegate-c5179013.js';
3
3
  import { r as raf, g as getElementRoot, b as addEventListener, j as hasLazyBuild } from './helpers-c51da066.js';
4
4
  import { c as createLockController } from './lock-controller-10217ff6.js';
5
5
  import { p as printIonWarning } from './index-f7ac0403.js';
6
- import { B as BACKDROP, p as prepareOverlay, s as setOverlayId, b as present, l as focusFirstDescendant, d as dismiss, e as eventMethod } from './overlays-4b3bb757.js';
7
- import { g as getIonMode, a as isPlatform } from './ionic-global-df0a32a5.js';
6
+ import { B as BACKDROP, p as prepareOverlay, s as setOverlayId, b as present, l as focusFirstDescendant, d as dismiss, e as eventMethod } from './overlays-ef03d5bd.js';
7
+ import { g as getIonMode, a as isPlatform } from './ionic-global-07f989af.js';
8
8
  import { g as getClassMap } from './theme-d75c68ae.js';
9
- import { d as deepReady, w as waitForMount } from './index-a753fbce.js';
9
+ import { d as deepReady, w as waitForMount } from './index-7462d21e.js';
10
10
  import { c as createAnimation } from './animation-43b39c85.js';
11
11
  import './index-6b94f340.js';
12
- import './hardware-back-button-41efa076.js';
12
+ import './hardware-back-button-12e771ad.js';
13
13
 
14
14
  /*!
15
15
  * (C) Ionic http://ionicframework.com - MIT License
@@ -1,11 +1,11 @@
1
- import { r as registerInstance, i as createEvent, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { a as findClosestIonContent, d as disableContentScrollY, r as resetContentScrollY } from './index-12e18dab.js';
3
3
  import { c as createLegacyFormController } from './form-controller-3b50bf52.js';
4
4
  import { c as clamp, d as debounceEvent, h as inheritAriaAttributes, k as renderHiddenInput, o as getAriaLabel } from './helpers-c51da066.js';
5
5
  import { p as printIonWarning } from './index-f7ac0403.js';
6
6
  import { i as isRTL } from './dir-f50ace98.js';
7
7
  import { c as createColorClasses, h as hostContext } from './theme-d75c68ae.js';
8
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
8
+ import { g as getIonMode } from './ionic-global-07f989af.js';
9
9
 
10
10
  /*!
11
11
  * (C) Ionic http://ionicframework.com - MIT License
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { E as ENABLE_HTML_CONTENT_DEFAULT, s as sanitizeDOMString } from './index-ce4e7029.js';
3
3
  import { o as caretBackSharp, p as arrowDown } from './index-9edae53a.js';
4
- import { c as config, g as getIonMode } from './ionic-global-df0a32a5.js';
5
- import { e as supportsRubberBandScrolling } from './refresher.utils-0e6b5f97.js';
4
+ import { c as config, g as getIonMode } from './ionic-global-07f989af.js';
5
+ import { e as supportsRubberBandScrolling } from './refresher.utils-d191622d.js';
6
6
  import { S as SPINNERS } from './spinner-configs-67653ec4.js';
7
7
  import './animation-43b39c85.js';
8
8
  import './index-6b94f340.js';
@@ -1,10 +1,10 @@
1
- import { r as registerInstance, i as createEvent, w as writeTask, f as readTask, h, d as getElement, H as Host } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, w as writeTask, f as readTask, h, e as getElement, H as Host } from './index-9725d917.js';
2
2
  import { g as getTimeGivenProgression } from './cubic-bezier-464c214a.js';
3
3
  import { I as ION_CONTENT_CLASS_SELECTOR, b as ION_CONTENT_ELEMENT_SELECTOR, p as printIonContentErrorMsg, g as getScrollElement } from './index-12e18dab.js';
4
4
  import { t as transitionEndAsync, c as clamp, g as getElementRoot, a as componentOnReady, r as raf } from './helpers-c51da066.js';
5
5
  import { h as hapticImpact, I as ImpactStyle } from './haptic-910fb8d2.js';
6
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
7
- import { s as shouldUseNativeRefresher, t as translateElement, a as setSpinnerOpacity, h as handleScrollWhileRefreshing, b as handleScrollWhilePulling, c as createPullingAnimation, d as createSnapBackAnimation, g as getRefresherAnimationType } from './refresher.utils-0e6b5f97.js';
6
+ import { g as getIonMode } from './ionic-global-07f989af.js';
7
+ import { s as shouldUseNativeRefresher, t as translateElement, a as setSpinnerOpacity, h as handleScrollWhileRefreshing, b as handleScrollWhilePulling, c as createPullingAnimation, d as createSnapBackAnimation, g as getRefresherAnimationType } from './refresher.utils-d191622d.js';
8
8
  import './index-f7ac0403.js';
9
9
  import './capacitor-8d3da60f.js';
10
10
  import './index-6b94f340.js';
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, i as createEvent, h, d as getElement, H as Host } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, e as getElement, H as Host } from './index-9725d917.js';
2
2
  import { a as findClosestIonContent, g as getScrollElement } from './index-12e18dab.js';
3
3
  import { r as raf } from './helpers-c51da066.js';
4
4
  import { a as hapticSelectionStart, b as hapticSelectionChanged, c as hapticSelectionEnd } from './haptic-910fb8d2.js';
5
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
5
+ import { g as getIonMode } from './ionic-global-07f989af.js';
6
6
  import './index-f7ac0403.js';
7
7
  import './capacitor-8d3da60f.js';
8
8
  import './index-6b94f340.js';
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { r as reorderThreeOutline, q as reorderTwoSharp } from './index-9edae53a.js';
3
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
3
+ import { g as getIonMode } from './ionic-global-07f989af.js';
4
4
 
5
5
  const reorderIosCss = ":host([slot]){display:none;line-height:0;z-index:100}.reorder-icon{display:block}::slotted(ion-icon){font-size:dynamic-font(16px)}.reorder-icon{font-size:2.125rem;opacity:0.4}";
6
6
  const IonReorderIosStyle0 = reorderIosCss;
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, i as createEvent } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent } from './index-9725d917.js';
2
2
 
3
3
  const RouteRedirect = class {
4
4
  constructor(hostRef) {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, i as createEvent } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent } from './index-9725d917.js';
2
2
 
3
3
  const Route = class {
4
4
  constructor(hostRef) {
@@ -1,6 +1,6 @@
1
- import { r as registerInstance, h, H as Host } from './index-4fdc2561.js';
1
+ import { r as registerInstance, h, H as Host } from './index-9725d917.js';
2
2
  import { o as openURL, c as createColorClasses } from './theme-d75c68ae.js';
3
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
3
+ import { g as getIonMode } from './ionic-global-07f989af.js';
4
4
 
5
5
  const routerLinkCss = ":host{--background:transparent;--color:var(--ion-color-primary, #3880ff);background:var(--background);color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}a{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}";
6
6
  const IonRouterLinkStyle0 = routerLinkCss;
@@ -1,10 +1,10 @@
1
- import { r as registerInstance, i as createEvent, h, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, e as getElement } from './index-9725d917.js';
2
2
  import { g as getTimeGivenProgression } from './cubic-bezier-464c214a.js';
3
3
  import { a as attachComponent, d as detachComponent } from './framework-delegate-c5179013.js';
4
4
  import { s as shallowEqualStringMap, j as hasLazyBuild } from './helpers-c51da066.js';
5
5
  import { c as createLockController } from './lock-controller-10217ff6.js';
6
- import { t as transition } from './index-a753fbce.js';
7
- import { g as getIonMode, c as config } from './ionic-global-df0a32a5.js';
6
+ import { t as transition } from './index-7462d21e.js';
7
+ import { g as getIonMode, c as config } from './ionic-global-07f989af.js';
8
8
 
9
9
  const routerOutletCss = ":host{left:0;right:0;top:0;bottom:0;position:absolute;contain:layout size style;z-index:0}";
10
10
  const IonRouterOutletStyle0 = routerOutletCss;
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, i as createEvent, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, e as getElement } from './index-9725d917.js';
2
2
  import { a as componentOnReady, p as debounce } from './helpers-c51da066.js';
3
3
 
4
4
  /*!
@@ -0,0 +1,19 @@
1
+ import { r as registerInstance, h, H as Host } from './index-9725d917.js';
2
+ import { g as getIonMode } from './ionic-global-07f989af.js';
3
+
4
+ const rowCss = ":host{display:flex;flex-wrap:wrap}";
5
+ const IonRowStyle0 = rowCss;
6
+
7
+ const Row = class {
8
+ constructor(hostRef) {
9
+ registerInstance(this, hostRef);
10
+ }
11
+ render() {
12
+ return (h(Host, { key: '242c9a45b0bb39af2aebf412fdfa9a176babc834', class: getIonMode(this) }, h("slot", { key: 'd9015d663d631bbf20bd3e0821fed874cd6c5156' })));
13
+ }
14
+ };
15
+ Row.style = IonRowStyle0;
16
+
17
+ export { Row as ion_row };
18
+
19
+ //# sourceMappingURL=ion-row.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ion-row.entry.js","mappings":";;;AAAA,MAAM,MAAM,GAAG,oCAAoC,CAAC;AACpD,qBAAe,MAAM;;MCIR,GAAG;;;;IACZ,MAAM;QACF,QAAQ,CAAC,CAAC,IAAI,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,CAAC,CAAC,EAAE;KAClK;;;;;;","names":[],"sources":["../node_modules/@ionic/core/dist/collection/components/row/row.css?tag=ion-row&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/row/row.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n display: flex;\n flex-wrap: wrap;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { getIonMode } from \"../../global/ionic-global\";\nexport class Row {\n render() {\n return (h(Host, { key: '242c9a45b0bb39af2aebf412fdfa9a176babc834', class: getIonMode(this) }, h(\"slot\", { key: 'd9015d663d631bbf20bd3e0821fed874cd6c5156' })));\n }\n static get is() { return \"ion-row\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"row.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"row.css\"]\n };\n }\n}\n"],"version":3}
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, j as forceUpdate, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, j as forceUpdate, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { b as addEventListener, e as removeEventListener, i as inheritAttributes } from './helpers-c51da066.js';
3
3
  import { h as hostContext } from './theme-d75c68ae.js';
4
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
4
+ import { g as getIonMode } from './ionic-global-07f989af.js';
5
5
 
6
6
  const segmentButtonIosCss = ":host{--color:initial;--color-hover:var(--color);--color-checked:var(--color);--color-disabled:var(--color);--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;border-radius:var(--border-radius);display:flex;position:relative;flex-direction:column;height:auto;background:var(--background);color:var(--color);text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;grid-row:1;font-kerning:none}.button-native{border-radius:0;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;-webkit-margin-start:var(--margin-start);margin-inline-start:var(--margin-start);-webkit-margin-end:var(--margin-end);margin-inline-end:var(--margin-end);margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);-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);transform:translate3d(0, 0, 0);display:flex;position:relative;flex-direction:inherit;flex-grow:1;align-items:center;justify-content:center;width:100%;min-width:inherit;max-width:inherit;height:auto;min-height:inherit;max-height:inherit;transition:var(--transition);border:none;outline:none;background:transparent;contain:content;pointer-events:none;overflow:hidden;z-index:2}.button-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.button-inner{display:flex;position:relative;flex-flow:inherit;align-items:center;justify-content:center;width:100%;height:100%;z-index:1}:host(.segment-button-checked){background:var(--background-checked);color:var(--color-checked)}:host(.segment-button-disabled){cursor:default;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)}:host(:focus){outline:none}@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)}:host(.segment-button-checked:hover) .button-native{color:var(--color-checked)}}::slotted(ion-icon){flex-shrink:0;order:-1;pointer-events:none}::slotted(ion-label){display:block;align-self:center;max-width:100%;line-height:22px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:border-box;pointer-events:none}:host(.segment-button-layout-icon-top) .button-native{flex-direction:column}:host(.segment-button-layout-icon-start) .button-native{flex-direction:row}:host(.segment-button-layout-icon-end) .button-native{flex-direction:row-reverse}:host(.segment-button-layout-icon-bottom) .button-native{flex-direction:column-reverse}:host(.segment-button-layout-icon-hide) ::slotted(ion-icon){display:none}:host(.segment-button-layout-label-hide) ::slotted(ion-label){display:none}ion-ripple-effect{color:var(--ripple-color, var(--color-checked))}.segment-button-indicator{transform-origin:left;position:absolute;opacity:0;box-sizing:border-box;will-change:transform, opacity;pointer-events:none}.segment-button-indicator-background{width:100%;height:var(--indicator-height);transform:var(--indicator-transform);box-shadow:var(--indicator-box-shadow);pointer-events:none}.segment-button-indicator-animated{transition:var(--indicator-transition)}:host(.segment-button-checked) .segment-button-indicator{opacity:1}@media (prefers-reduced-motion: reduce){.segment-button-indicator-background{transform:none}.segment-button-indicator-animated{transition:none}}:host{--background:none;--background-checked:none;--background-hover:none;--background-hover-opacity:0;--background-focused:none;--background-focused-opacity:0;--border-radius:7px;--border-width:1px;--border-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.12);--border-style:solid;--indicator-box-shadow:0 0 5px rgba(0, 0, 0, 0.16);--indicator-color:var(--ion-color-step-350, var(--ion-background-color, #fff));--indicator-height:100%;--indicator-transition:transform 260ms cubic-bezier(0.4, 0, 0.2, 1);--indicator-transform:none;--transition:100ms all linear;--padding-top:0;--padding-end:13px;--padding-bottom:0;--padding-start:13px;margin-top:2px;margin-bottom:2px;position:relative;flex-direction:row;min-width:70px;min-height:28px;transform:translate3d(0, 0, 0);font-size:13px;font-weight:450;line-height:37px}:host::before{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px;transition:160ms opacity ease-in-out;transition-delay:100ms;border-left:var(--border-width) var(--border-style) var(--border-color);content:\"\";opacity:1;will-change:opacity}:host(:first-of-type)::before{border-left-color:transparent}:host(.segment-button-disabled){opacity:0.3}::slotted(ion-icon){font-size:24px}:host(.segment-button-layout-icon-start) ::slotted(ion-label){-webkit-margin-start:2px;margin-inline-start:2px;-webkit-margin-end:0;margin-inline-end:0}:host(.segment-button-layout-icon-end) ::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:2px;margin-inline-end:2px}.segment-button-indicator{-webkit-padding-start:2px;padding-inline-start:2px;-webkit-padding-end:2px;padding-inline-end:2px;left:0;right:0;top:0;bottom:0}.segment-button-indicator-background{border-radius:var(--border-radius);background:var(--indicator-color)}.segment-button-indicator-background{transition:var(--indicator-transition)}:host(.segment-button-checked)::before,:host(.segment-button-after-checked)::before{opacity:0}:host(.segment-button-checked){z-index:-1}:host(.segment-button-activated){--indicator-transform:scale(0.95)}:host(.ion-focused) .button-native{opacity:0.7}@media (any-hover: hover){:host(:hover) .button-native{opacity:0.5}:host(.segment-button-checked:hover) .button-native{opacity:1}}:host(.in-segment-color){background:none;color:var(--ion-text-color, #000)}:host(.in-segment-color) .segment-button-indicator-background{background:var(--ion-color-step-350, var(--ion-background-color, #fff))}@media (any-hover: hover){:host(.in-segment-color:hover) .button-native,:host(.in-segment-color.segment-button-checked:hover) .button-native{color:var(--ion-text-color, #000)}}:host(.in-toolbar:not(.in-segment-color)){--background-checked:var(--ion-toolbar-segment-background-checked, none);--color:var(--ion-toolbar-segment-color, var(--ion-toolbar-color), initial);--color-checked:var(--ion-toolbar-segment-color-checked, var(--ion-toolbar-color), initial);--indicator-color:var(--ion-toolbar-segment-indicator-color, var(--ion-color-step-350, var(--ion-background-color, #fff)))}:host(.in-toolbar-color) .segment-button-indicator-background{background:var(--ion-color-contrast)}:host(.in-toolbar-color:not(.in-segment-color)) .button-native{color:var(--ion-color-contrast)}:host(.in-toolbar-color.segment-button-checked:not(.in-segment-color)) .button-native{color:var(--ion-color-base)}@media (any-hover: hover){:host(.in-toolbar-color:not(.in-segment-color):hover) .button-native{color:var(--ion-color-contrast)}:host(.in-toolbar-color.segment-button-checked:not(.in-segment-color):hover) .button-native{color:var(--ion-color-base)}}";
7
7
  const IonSegmentButtonIosStyle0 = segmentButtonIosCss;
@@ -1,8 +1,8 @@
1
- import { r as registerInstance, i as createEvent, w as writeTask, h, H as Host, d as getElement } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, w as writeTask, h, H as Host, e as getElement } from './index-9725d917.js';
2
2
  import { r as raf } from './helpers-c51da066.js';
3
3
  import { i as isRTL } from './dir-f50ace98.js';
4
4
  import { c as createColorClasses, h as hostContext } from './theme-d75c68ae.js';
5
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
5
+ import { g as getIonMode } from './ionic-global-07f989af.js';
6
6
 
7
7
  const segmentIosCss = ":host{--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:grid;grid-auto-columns:1fr;position:relative;align-items:stretch;justify-content:center;width:100%;background:var(--background);font-family:var(--ion-font-family, inherit);text-align:center;contain:paint;user-select:none}:host(.segment-scrollable){justify-content:start;width:auto;overflow-x:auto;grid-auto-columns:minmax(min-content, 1fr)}:host(.segment-scrollable::-webkit-scrollbar){display:none}:host{--background:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.065);border-radius:8px;overflow:hidden;z-index:0}:host(.ion-color){background:rgba(var(--ion-color-base-rgb), 0.065)}:host(.in-toolbar){-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0;width:auto}:host(.in-toolbar:not(.ion-color)){background:var(--ion-toolbar-segment-background, var(--background))}:host(.in-toolbar-color:not(.ion-color)){background:rgba(var(--ion-color-contrast-rgb), 0.11)}";
8
8
  const IonSegmentIosStyle0 = segmentIosCss;
@@ -1,5 +1,5 @@
1
- import { r as registerInstance, h, H as Host, d as getElement } from './index-4fdc2561.js';
2
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
1
+ import { r as registerInstance, h, H as Host, e as getElement } from './index-9725d917.js';
2
+ import { g as getIonMode } from './ionic-global-07f989af.js';
3
3
 
4
4
  const selectOptionCss = ":host{display:none}";
5
5
  const IonSelectOptionStyle0 = selectOptionCss;
@@ -1,17 +1,17 @@
1
- import { r as registerInstance, i as createEvent, h, H as Host, d as getElement, j as forceUpdate } from './index-4fdc2561.js';
1
+ import { r as registerInstance, i as createEvent, h, H as Host, e as getElement, j as forceUpdate } from './index-9725d917.js';
2
2
  import { c as createLegacyFormController } from './form-controller-3b50bf52.js';
3
3
  import { c as createNotchController } from './notch-controller-79926902.js';
4
4
  import { i as isOptionSelected, c as compareOptions } from './compare-with-utils-66ef5369.js';
5
5
  import { i as inheritAttributes, f as focusVisibleElement, l as findItemLabel, k as renderHiddenInput, o as getAriaLabel } from './helpers-c51da066.js';
6
6
  import { p as printIonWarning } from './index-f7ac0403.js';
7
- import { h as popoverController, j as actionSheetController, k as alertController } from './overlays-4b3bb757.js';
7
+ import { h as popoverController, j as actionSheetController, k as alertController } from './overlays-ef03d5bd.js';
8
8
  import { i as isRTL } from './dir-f50ace98.js';
9
9
  import { h as hostContext, c as createColorClasses } from './theme-d75c68ae.js';
10
10
  import { w as watchForOptions } from './watch-options-62a171d1.js';
11
11
  import { t as chevronExpand, k as caretDownSharp } from './index-9edae53a.js';
12
- import { g as getIonMode } from './ionic-global-df0a32a5.js';
12
+ import { g as getIonMode } from './ionic-global-07f989af.js';
13
13
  import './index-6b94f340.js';
14
- import './hardware-back-button-41efa076.js';
14
+ import './hardware-back-button-12e771ad.js';
15
15
  import './framework-delegate-c5179013.js';
16
16
 
17
17
  const selectIosCss = ":host{--padding-top:0px;--padding-end:0px;--padding-bottom:0px;--padding-start:0px;--placeholder-color:currentColor;--placeholder-opacity:0.6;--background:transparent;--border-style:solid;--highlight-color-focused:var(--ion-color-primary, #3880ff);--highlight-color-valid:var(--ion-color-success, #2dd36f);--highlight-color-invalid:var(--ion-color-danger, #eb445a);--highlight-color:var(--highlight-color-focused);display:block;position:relative;font-family:var(--ion-font-family, inherit);white-space:nowrap;cursor:pointer;z-index:2}:host(:not(.legacy-select)){width:100%;min-height:44px}:host(.select-label-placement-floating),:host(.select-label-placement-stacked){min-height:56px}:host(.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.legacy-select){-webkit-padding-start:var(--padding-start);padding-inline-start:var(--padding-start);-webkit-padding-end:var(--padding-end);padding-inline-end:var(--padding-end);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);display:flex;align-items:center;overflow:hidden}:host(.in-item:not(.legacy-select)){flex:1 1 0}:host(.in-item.legacy-select){position:static;max-width:45%}:host(.select-disabled){pointer-events:none}:host(.ion-focused) button{border:2px solid #5e9ed6}:host([slot=start]:not(.legacy-select)),:host([slot=end]:not(.legacy-select)){width:auto}.select-placeholder{color:var(--placeholder-color);opacity:var(--placeholder-opacity)}:host(.legacy-select) label{top:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;position:absolute;width:100%;height:100%;border:0;background:transparent;cursor:pointer;appearance:none;outline:none;display:flex;align-items:center;opacity:0}@supports (inset-inline-start: 0){:host(.legacy-select) label{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host(.legacy-select) label{left:0}:host-context([dir=rtl]):host(.legacy-select) label,:host-context([dir=rtl]).legacy-select label{left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host(.legacy-select:dir(rtl)) label{left:unset;right:unset;right:0}}}:host(.legacy-select) label::-moz-focus-inner{border:0}button{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;clip:rect(0 0 0 0);opacity:0;overflow:hidden;-webkit-appearance:none;-moz-appearance:none}.select-icon{-webkit-margin-start:4px;margin-inline-start:4px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0;position:relative;flex-shrink:0}:host(.in-item-color) .select-icon{color:inherit}:host(.select-label-placement-stacked) .select-icon,:host(.select-label-placement-floating) .select-icon{position:absolute;height:100%}:host(.select-ltr.select-label-placement-stacked) .select-icon,:host(.select-ltr.select-label-placement-floating) .select-icon{right:var(--padding-end, 0)}:host(.select-rtl.select-label-placement-stacked) .select-icon,:host(.select-rtl.select-label-placement-floating) .select-icon{left:var(--padding-start, 0)}.select-text{flex:1;min-width:16px;font-size:inherit;text-overflow:ellipsis;white-space:inherit;overflow:hidden}.select-wrapper{-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);border-radius:var(--border-radius);display:flex;position:relative;flex-grow:1;align-items:center;height:inherit;min-height:inherit;transition:background-color 15ms linear;background:var(--background);line-height:normal;cursor:inherit;box-sizing:border-box}.select-wrapper .select-placeholder{transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.select-wrapper-inner{display:flex;align-items:center;overflow:hidden}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{flex-grow:1}:host(.ion-touched.ion-invalid){--highlight-color:var(--highlight-color-invalid)}:host(.ion-valid){--highlight-color:var(--highlight-color-valid)}.label-text-wrapper{display:flex;align-items:center;max-width:200px;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.label-text,::slotted([slot=label]){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.label-text-wrapper-hidden,.select-outline-notch-hidden{display:none}.native-wrapper{display:flex;align-items:center;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}:host(.select-justify-space-between) .select-wrapper{justify-content:space-between}:host(.select-justify-start) .select-wrapper{justify-content:start}:host(.select-justify-end) .select-wrapper{justify-content:end}:host(.select-label-placement-start) .select-wrapper{flex-direction:row}:host(.select-label-placement-start) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-end) .select-wrapper{flex-direction:row-reverse}:host(.select-label-placement-end) .label-text-wrapper{-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:0;margin-inline-end:0;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:16px;margin-inline-end:16px;margin-top:0;margin-bottom:0}:host(.select-label-placement-fixed) .label-text-wrapper{flex:0 0 100px;width:100px;min-width:100px;max-width:200px}:host(.select-label-placement-stacked) .select-wrapper,:host(.select-label-placement-floating) .select-wrapper{flex-direction:column;align-items:start}:host(.select-label-placement-stacked) .label-text-wrapper,:host(.select-label-placement-floating) .label-text-wrapper{max-width:100%}:host(.select-ltr.select-label-placement-stacked) .label-text-wrapper,:host(.select-ltr.select-label-placement-floating) .label-text-wrapper{transform-origin:left top}:host(.select-rtl.select-label-placement-stacked) .label-text-wrapper,:host(.select-rtl.select-label-placement-floating) .label-text-wrapper{transform-origin:right top}:host(.select-label-placement-stacked) .native-wrapper,:host(.select-label-placement-floating) .native-wrapper{margin-left:0;margin-right:0;margin-top:1px;margin-bottom:0;flex-grow:1;width:100%}:host(.select-label-placement-floating) .label-text-wrapper{transform:translateY(100%) scale(1)}:host(.select-label-placement-floating:not(.label-floating)) .native-wrapper .select-placeholder{opacity:0}:host(.select-expanded.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.ion-focused.select-label-placement-floating) .native-wrapper .select-placeholder,:host(.has-value.select-label-placement-floating) .native-wrapper .select-placeholder{opacity:1}:host(.label-floating) .label-text-wrapper{transform:translateY(50%) scale(0.75);max-width:calc(100% / 0.75)}::slotted([slot=start]),::slotted([slot=end]){flex-shrink:0}::slotted([slot=start]){margin-inline-end:16px;margin-inline-start:0}::slotted([slot=end]){margin-inline-start:16px;margin-inline-end:0}:host(.legacy-select){--padding-top:10px;--padding-end:8px;--padding-bottom:10px;--padding-start:16px}.select-icon{width:1.125rem;height:1.125rem;color:var(--ion-color-step-650, #595959)}:host(.select-label-placement-stacked) .select-wrapper-inner,:host(.select-label-placement-floating) .select-wrapper-inner{width:calc(100% - 1.125rem - 4px)}:host(.select-disabled){opacity:0.3}::slotted(ion-button[slot=start].button-has-icon-only),::slotted(ion-button[slot=end].button-has-icon-only){--border-radius:50%;--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;aspect-ratio:1}";