@pod-os/elements 0.25.2 → 0.25.3-rc.2f9e99a.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 (412) hide show
  1. package/dist/cjs/elements.cjs.js +1 -1
  2. package/dist/cjs/ion-badge_2.cjs.entry.js +92 -0
  3. package/dist/cjs/ion-badge_2.cjs.entry.js.map +1 -0
  4. package/dist/cjs/{ion-badge_8.cjs.entry.js → ion-card-title_6.cjs.entry.js} +3 -84
  5. package/dist/cjs/ion-card-title_6.cjs.entry.js.map +1 -0
  6. package/dist/cjs/ion-card_34.cjs.entry.js +26 -26
  7. package/dist/cjs/ion-card_34.cjs.entry.js.map +1 -1
  8. package/dist/cjs/{ion-checkbox_6.cjs.entry.js → ion-checkbox_7.cjs.entry.js} +274 -1
  9. package/dist/cjs/ion-checkbox_7.cjs.entry.js.map +1 -0
  10. package/dist/cjs/{ion-input_2.cjs.entry.js → ion-input.cjs.entry.js} +1 -21
  11. package/dist/cjs/ion-input.cjs.entry.js.map +1 -0
  12. package/dist/cjs/ion-note.cjs.entry.js +34 -0
  13. package/dist/cjs/ion-note.cjs.entry.js.map +1 -0
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/cjs/pos-app-generic.cjs.entry.js +1 -1
  16. package/dist/cjs/pos-app-generic.cjs.entry.js.map +1 -1
  17. package/dist/cjs/pos-app-rdf-document.cjs.entry.js +5 -1
  18. package/dist/cjs/pos-app-rdf-document.cjs.entry.js.map +1 -1
  19. package/dist/cjs/pos-container-contents.cjs.entry.js.map +1 -1
  20. package/dist/cjs/pos-container-item.cjs.entry.js +5 -1
  21. package/dist/cjs/pos-container-item.cjs.entry.js.map +1 -1
  22. package/dist/cjs/pos-document.cjs.entry.js +1 -1
  23. package/dist/cjs/pos-document.cjs.entry.js.map +1 -1
  24. package/dist/cjs/pos-predicate.cjs.entry.js +28 -0
  25. package/dist/cjs/pos-predicate.cjs.entry.js.map +1 -0
  26. package/dist/cjs/pos-relations_2.cjs.entry.js +2 -2
  27. package/dist/cjs/pos-relations_2.cjs.entry.js.map +1 -1
  28. package/dist/cjs/pos-subjects.cjs.entry.js +1 -1
  29. package/dist/cjs/pos-subjects.cjs.entry.js.map +1 -1
  30. package/dist/collection/apps/pos-app-browser/pos-app-browser.css +5 -4
  31. package/dist/collection/apps/pos-app-dashboard/pos-app-dashboard.css +0 -2
  32. package/dist/collection/apps/pos-app-dashboard/pos-example-resources/pos-example-resources.css +2 -2
  33. package/dist/collection/apps/pos-app-dashboard/pos-getting-started/pos-getting-started.css +2 -3
  34. package/dist/collection/apps/pos-app-generic/pos-app-generic.css +2 -1
  35. package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.css +39 -0
  36. package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.js +13 -2
  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.css +0 -2
  39. package/dist/collection/apps/pos-app-settings/pos-app-settings.js +1 -1
  40. package/dist/collection/apps/pos-app-settings/pos-setting-offline-cache/pos-setting-offline-cache.css +4 -2
  41. package/dist/collection/apps/pos-app-settings/pos-setting-offline-cache/pos-setting-offline-cache.js +1 -1
  42. package/dist/collection/components/pos-add-literal-value/pos-add-literal-value.css +15 -0
  43. package/dist/collection/components/pos-add-literal-value/pos-add-literal-value.js +2 -2
  44. package/dist/collection/components/pos-add-literal-value/pos-add-literal-value.js.map +1 -1
  45. package/dist/collection/components/pos-add-new-thing/pos-add-new-thing.js +1 -1
  46. package/dist/collection/components/pos-app/pos-app.js +1 -1
  47. package/dist/collection/components/pos-container-contents/pos-container-contents.css +1 -1
  48. package/dist/collection/components/pos-container-contents/pos-container-contents.js.map +1 -1
  49. package/dist/collection/components/pos-container-contents/pos-container-item.css +16 -0
  50. package/dist/collection/components/pos-container-contents/pos-container-item.js +11 -1
  51. package/dist/collection/components/pos-container-contents/pos-container-item.js.map +1 -1
  52. package/dist/collection/components/pos-dialog/pos-dialog.css +35 -3
  53. package/dist/collection/components/pos-dialog/pos-dialog.js +1 -1
  54. package/dist/collection/components/pos-document/pos-document.css +5 -8
  55. package/dist/collection/components/pos-error-toast/pos-error-toast.js +1 -1
  56. package/dist/collection/components/pos-literals/pos-literals.css +1 -1
  57. package/dist/collection/components/pos-literals/pos-literals.js +1 -1
  58. package/dist/collection/components/pos-login/pos-login.js +1 -1
  59. package/dist/collection/components/pos-login-form/pos-login-form.css +6 -3
  60. package/dist/collection/components/pos-login-form/pos-login-form.js +1 -1
  61. package/dist/collection/components/pos-navigation-bar/pos-navigation-bar.css +7 -10
  62. package/dist/collection/components/pos-navigation-bar/pos-navigation-bar.js +1 -1
  63. package/dist/collection/components/pos-new-thing-form/pos-new-thing-form.css +11 -6
  64. package/dist/collection/components/pos-new-thing-form/pos-new-thing-form.js +1 -1
  65. package/dist/collection/components/pos-relations/pos-relations.css +1 -1
  66. package/dist/collection/components/pos-reverse-relations/pos-reverse-relations.css +1 -1
  67. package/dist/collection/components/pos-rich-link/pos-rich-link.css +3 -3
  68. package/dist/collection/components/pos-rich-link/pos-rich-link.js +2 -2
  69. package/dist/collection/components/pos-router/pos-router.js +1 -1
  70. package/dist/collection/components/pos-select-term/pos-select-term.css +2 -0
  71. package/dist/collection/components/pos-select-term/pos-select-term.js +1 -1
  72. package/dist/collection/components/pos-subjects/pos-subjects.css +1 -1
  73. package/dist/components/ion-input.js +566 -1
  74. package/dist/components/ion-input.js.map +1 -1
  75. package/dist/components/pos-add-literal-value2.js +5 -11
  76. package/dist/components/pos-add-literal-value2.js.map +1 -1
  77. package/dist/components/pos-add-new-thing2.js +1 -1
  78. package/dist/components/pos-app-browser.js +1 -1
  79. package/dist/components/pos-app-browser.js.map +1 -1
  80. package/dist/components/pos-app-dashboard2.js +1 -1
  81. package/dist/components/pos-app-dashboard2.js.map +1 -1
  82. package/dist/components/pos-app-document-viewer.js +14 -20
  83. package/dist/components/pos-app-document-viewer.js.map +1 -1
  84. package/dist/components/pos-app-generic.js +11 -17
  85. package/dist/components/pos-app-generic.js.map +1 -1
  86. package/dist/components/pos-app-image-viewer.js +14 -20
  87. package/dist/components/pos-app-image-viewer.js.map +1 -1
  88. package/dist/components/pos-app-ldp-container.js +16 -34
  89. package/dist/components/pos-app-ldp-container.js.map +1 -1
  90. package/dist/components/pos-app-rdf-document.js +22 -47
  91. package/dist/components/pos-app-rdf-document.js.map +1 -1
  92. package/dist/components/pos-app-settings2.js +2 -2
  93. package/dist/components/pos-app-settings2.js.map +1 -1
  94. package/dist/components/pos-app2.js +1 -1
  95. package/dist/components/pos-container-contents2.js +8 -20
  96. package/dist/components/pos-container-contents2.js.map +1 -1
  97. package/dist/components/pos-container-item2.js +7 -21
  98. package/dist/components/pos-container-item2.js.map +1 -1
  99. package/dist/components/pos-dialog2.js +2 -2
  100. package/dist/components/pos-dialog2.js.map +1 -1
  101. package/dist/components/pos-document2.js +1 -1
  102. package/dist/components/pos-document2.js.map +1 -1
  103. package/dist/components/pos-error-toast2.js +1 -1
  104. package/dist/components/pos-example-resources2.js +1 -1
  105. package/dist/components/pos-example-resources2.js.map +1 -1
  106. package/dist/components/pos-getting-started2.js +1 -1
  107. package/dist/components/pos-getting-started2.js.map +1 -1
  108. package/dist/components/pos-literals2.js +4 -10
  109. package/dist/components/pos-literals2.js.map +1 -1
  110. package/dist/components/pos-login-form2.js +2 -2
  111. package/dist/components/pos-login-form2.js.map +1 -1
  112. package/dist/components/pos-login2.js +1 -1
  113. package/dist/components/pos-navigation-bar2.js +2 -2
  114. package/dist/components/pos-navigation-bar2.js.map +1 -1
  115. package/dist/components/pos-new-thing-form2.js +2 -2
  116. package/dist/components/pos-new-thing-form2.js.map +1 -1
  117. package/dist/components/pos-relations2.js +1 -1
  118. package/dist/components/pos-relations2.js.map +1 -1
  119. package/dist/components/pos-reverse-relations2.js +1 -1
  120. package/dist/components/pos-reverse-relations2.js.map +1 -1
  121. package/dist/components/pos-rich-link2.js +3 -3
  122. package/dist/components/pos-rich-link2.js.map +1 -1
  123. package/dist/components/pos-router2.js +1 -1
  124. package/dist/components/pos-select-term2.js +2 -2
  125. package/dist/components/pos-select-term2.js.map +1 -1
  126. package/dist/components/pos-setting-offline-cache2.js +2 -2
  127. package/dist/components/pos-setting-offline-cache2.js.map +1 -1
  128. package/dist/components/pos-subjects2.js +1 -1
  129. package/dist/components/pos-subjects2.js.map +1 -1
  130. package/dist/elements/elements.css +21 -1
  131. package/dist/elements/elements.esm.js +1 -1
  132. package/dist/elements/elements.esm.js.map +1 -1
  133. package/dist/elements/{p-714cb336.entry.js → p-00c0e726.entry.js} +2 -2
  134. package/dist/elements/{p-34d3ff03.js → p-09c0b7ec.js} +3 -3
  135. package/dist/elements/p-0c94ec29.entry.js +2 -0
  136. package/dist/elements/{p-abed69a9.entry.js.map → p-0c94ec29.entry.js.map} +1 -1
  137. package/dist/elements/p-10bbe079.entry.js +2 -0
  138. package/dist/elements/p-10bbe079.entry.js.map +1 -0
  139. package/dist/elements/{p-0ffd76fc.entry.js → p-133e29f8.entry.js} +2 -2
  140. package/dist/elements/{p-097747f2.entry.js → p-18e5369d.entry.js} +2 -2
  141. package/dist/elements/{p-b25dd1f1.js → p-19e2dbee.js} +3 -3
  142. package/dist/elements/{p-a9df5a3a.entry.js → p-1d8d3167.entry.js} +2 -2
  143. package/dist/elements/{p-dcd16290.js → p-24118aa1.js} +3 -3
  144. package/dist/elements/p-248a0d89.entry.js +2 -0
  145. package/dist/elements/p-248a0d89.entry.js.map +1 -0
  146. package/dist/elements/{p-e11f2e70.entry.js → p-2543ef78.entry.js} +8 -8
  147. package/dist/elements/{p-e11f2e70.entry.js.map → p-2543ef78.entry.js.map} +1 -1
  148. package/dist/elements/{p-b725d322.entry.js → p-25b5a86a.entry.js} +2 -2
  149. package/dist/elements/{p-2d13e141.entry.js → p-27a5048e.entry.js} +2 -2
  150. package/dist/elements/{p-2d5448aa.entry.js → p-2cce9f72.entry.js} +2 -2
  151. package/dist/elements/{p-970fce25.entry.js → p-2d89b617.entry.js} +2 -2
  152. package/dist/elements/{p-66812011.entry.js → p-2e2753e7.entry.js} +2 -2
  153. package/dist/elements/{p-4cb77968.js → p-3856e0a0.js} +2 -2
  154. package/dist/elements/{p-e04e65b9.entry.js → p-3bc60b5c.entry.js} +2 -2
  155. package/dist/elements/{p-ec9d0fd2.entry.js → p-428e79f5.entry.js} +2 -2
  156. package/dist/elements/p-43d3f9dd.entry.js +2 -0
  157. package/dist/elements/p-43d3f9dd.entry.js.map +1 -0
  158. package/dist/elements/{p-62a60344.entry.js → p-489909a3.entry.js} +2 -2
  159. package/dist/elements/p-4c78c8c9.js +5 -0
  160. package/dist/elements/p-57740997.entry.js +2 -0
  161. package/dist/elements/{p-ec0d5d03.entry.js → p-58ad0789.entry.js} +2 -2
  162. package/dist/elements/{p-b250dee1.entry.js → p-616c23ad.entry.js} +3 -3
  163. package/dist/elements/{p-8b22dca0.entry.js → p-686bf509.entry.js} +2 -2
  164. package/dist/elements/{p-1c44ef41.entry.js → p-6bc1057e.entry.js} +2 -2
  165. package/dist/elements/{p-dcd0a40c.entry.js → p-7105c21a.entry.js} +2 -2
  166. package/dist/elements/{p-25270f1a.js → p-71ee259b.js} +2 -2
  167. package/dist/elements/{p-33b22cc6.entry.js → p-73331353.entry.js} +2 -2
  168. package/dist/elements/{p-df24c396.entry.js → p-77f496ea.entry.js} +2 -2
  169. package/dist/elements/p-7bef9b1b.entry.js +2 -0
  170. package/dist/elements/p-7bef9b1b.entry.js.map +1 -0
  171. package/dist/elements/{p-00c6a8f5.entry.js → p-849fec0f.entry.js} +2 -2
  172. package/dist/elements/{p-163e3e87.js → p-89aef852.js} +2 -2
  173. package/dist/elements/{p-a8afe4ef.entry.js → p-8c1eba2d.entry.js} +2 -2
  174. package/dist/elements/{p-d016e7e0.entry.js → p-8e747572.entry.js} +2 -2
  175. package/dist/elements/p-91fccb8b.entry.js +2 -0
  176. package/dist/elements/p-91fccb8b.entry.js.map +1 -0
  177. package/dist/elements/p-932de51e.js +8 -0
  178. package/dist/elements/{p-1df0edde.entry.js → p-93dc5bee.entry.js} +2 -2
  179. package/dist/elements/{p-20e2e8c1.js → p-949b115f.js} +2 -2
  180. package/dist/elements/p-983da5af.entry.js +2 -0
  181. package/dist/elements/p-983da5af.entry.js.map +1 -0
  182. package/dist/elements/{p-a3af481c.js → p-a03499f7.js} +2 -2
  183. package/dist/elements/{p-d0c67d7c.entry.js → p-a41edaa5.entry.js} +2 -2
  184. package/dist/elements/{p-34f376f2.entry.js → p-acf6cab4.entry.js} +2 -2
  185. package/dist/elements/{p-76351ab7.entry.js → p-ad55e9ab.entry.js} +2 -2
  186. package/dist/elements/p-b3117c79.entry.js +2 -0
  187. package/dist/elements/p-b3117c79.entry.js.map +1 -0
  188. package/dist/elements/{p-0cf27008.entry.js → p-b8363813.entry.js} +2 -2
  189. package/dist/elements/{p-da0cfe0c.entry.js → p-c13052f5.entry.js} +2 -2
  190. package/dist/elements/{p-bb3054a3.js → p-c191e6df.js} +8 -8
  191. package/dist/elements/{p-b9e14ed6.entry.js → p-c19ba914.entry.js} +4 -4
  192. package/dist/elements/{p-bcd11997.entry.js → p-c34f0243.entry.js} +2 -2
  193. package/dist/elements/p-c452a2e9.js +5 -0
  194. package/dist/elements/{p-1651e9a7.entry.js → p-c992243d.entry.js} +2 -2
  195. package/dist/elements/{p-592177e8.js → p-cbf050d6.js} +2 -2
  196. package/dist/elements/{p-3ab4f8b6.js → p-cdb96cf2.js} +2 -2
  197. package/dist/elements/p-d03f5902.entry.js +2 -0
  198. package/dist/elements/p-d03f5902.entry.js.map +1 -0
  199. package/dist/elements/{p-f7490d6e.js → p-d164af48.js} +2 -2
  200. package/dist/elements/{p-4d6e48bf.js → p-d1e7b393.js} +2 -2
  201. package/dist/elements/{p-6189fb02.entry.js → p-d7c83052.entry.js} +2 -2
  202. package/dist/elements/{p-59feb185.js → p-dd97c7d1.js} +3 -3
  203. package/dist/elements/p-e5ce5615.entry.js +5 -0
  204. package/dist/elements/p-e5ce5615.entry.js.map +1 -0
  205. package/dist/elements/p-e7a69dd3.entry.js +2 -0
  206. package/dist/elements/p-e7a69dd3.entry.js.map +1 -0
  207. package/dist/elements/p-eba70ed1.js +6 -0
  208. package/dist/elements/{p-ab68c761.entry.js → p-ef4ffce6.entry.js} +2 -2
  209. package/dist/elements/{p-04c9fe91.entry.js → p-ef87f5dd.entry.js} +2 -2
  210. package/dist/elements/{p-07df0400.entry.js → p-f74b9191.entry.js} +2 -2
  211. package/dist/elements/p-f74b9191.entry.js.map +1 -0
  212. package/dist/elements/{p-3e1b5fc4.entry.js → p-f9b993ab.entry.js} +4 -4
  213. package/dist/elements/p-fb766a59.entry.js.map +1 -1
  214. package/dist/elements/{p-925bb96a.entry.js → p-fd4ecbf1.entry.js} +2 -2
  215. package/dist/elements/p-fe4821db.entry.js +2 -0
  216. package/dist/elements/p-fe4821db.entry.js.map +1 -0
  217. package/dist/esm/{animation-8c622dae.js → animation-43b39c85.js} +2 -2
  218. package/dist/esm/{animation-8c622dae.js.map → animation-43b39c85.js.map} +1 -1
  219. package/dist/esm/elements.js +1 -1
  220. package/dist/esm/{form-controller-1f70ed52.js → form-controller-3b50bf52.js} +2 -2
  221. package/dist/esm/{form-controller-1f70ed52.js.map → form-controller-3b50bf52.js.map} +1 -1
  222. package/dist/esm/{framework-delegate-b5751311.js → framework-delegate-c5179013.js} +2 -2
  223. package/dist/esm/{framework-delegate-b5751311.js.map → framework-delegate-c5179013.js.map} +1 -1
  224. package/dist/esm/{helpers-a93a8cd2.js → helpers-c51da066.js} +2 -2
  225. package/dist/esm/{helpers-a93a8cd2.js.map → helpers-c51da066.js.map} +1 -1
  226. package/dist/esm/{index-432e7c6f.js → index-12e18dab.js} +2 -2
  227. package/dist/esm/{index-432e7c6f.js.map → index-12e18dab.js.map} +1 -1
  228. package/dist/esm/{index-f69a875d.js → index-842e2941.js} +2 -2
  229. package/dist/esm/{index-f69a875d.js.map → index-842e2941.js.map} +1 -1
  230. package/dist/esm/{index-2ac08fda.js → index-a753fbce.js} +4 -4
  231. package/dist/esm/{index-2ac08fda.js.map → index-a753fbce.js.map} +1 -1
  232. package/dist/esm/{index-d511bcdc.js → index-e268d85c.js} +3 -3
  233. package/dist/esm/{index-d511bcdc.js.map → index-e268d85c.js.map} +1 -1
  234. package/dist/esm/{input-shims-212ee02f.js → input-shims-0cb1bad1.js} +3 -3
  235. package/dist/esm/{input-shims-212ee02f.js.map → input-shims-0cb1bad1.js.map} +1 -1
  236. package/dist/esm/{input.utils-d2c917c3.js → input.utils-0e2bf61a.js} +2 -2
  237. package/dist/esm/{input.utils-d2c917c3.js.map → input.utils-0e2bf61a.js.map} +1 -1
  238. package/dist/esm/ion-accordion.entry.js +1 -1
  239. package/dist/esm/ion-action-sheet_3.entry.js +4 -4
  240. package/dist/esm/ion-app.entry.js +3 -3
  241. package/dist/esm/ion-back-button.entry.js +1 -1
  242. package/dist/esm/ion-badge_2.entry.js +87 -0
  243. package/dist/esm/ion-badge_2.entry.js.map +1 -0
  244. package/dist/esm/ion-breadcrumb.entry.js +1 -1
  245. package/dist/esm/ion-button_4.entry.js +1 -1
  246. package/dist/esm/{ion-badge_8.entry.js → ion-card-title_6.entry.js} +4 -83
  247. package/dist/esm/ion-card-title_6.entry.js.map +1 -0
  248. package/dist/esm/ion-card_34.entry.js +30 -30
  249. package/dist/esm/ion-card_34.entry.js.map +1 -1
  250. package/dist/esm/{ion-checkbox_6.entry.js → ion-checkbox_7.entry.js} +279 -7
  251. package/dist/esm/ion-checkbox_7.entry.js.map +1 -0
  252. package/dist/esm/ion-content.entry.js +1 -1
  253. package/dist/esm/ion-datetime-button.entry.js +1 -1
  254. package/dist/esm/ion-datetime.entry.js +1 -1
  255. package/dist/esm/ion-fab-button.entry.js +1 -1
  256. package/dist/esm/ion-footer.entry.js +2 -2
  257. package/dist/esm/ion-header.entry.js +2 -2
  258. package/dist/esm/ion-img.entry.js +1 -1
  259. package/dist/esm/ion-infinite-scroll.entry.js +2 -2
  260. package/dist/esm/{ion-input_2.entry.js → ion-input.entry.js} +6 -25
  261. package/dist/esm/ion-input.entry.js.map +1 -0
  262. package/dist/esm/ion-item-options.entry.js +1 -1
  263. package/dist/esm/ion-item-sliding.entry.js +2 -2
  264. package/dist/esm/ion-loading.entry.js +4 -4
  265. package/dist/esm/ion-menu-button.entry.js +4 -4
  266. package/dist/esm/ion-menu-toggle.entry.js +4 -4
  267. package/dist/esm/ion-menu.entry.js +5 -5
  268. package/dist/esm/ion-modal.entry.js +6 -6
  269. package/dist/esm/ion-nav.entry.js +4 -4
  270. package/dist/esm/ion-note.entry.js +30 -0
  271. package/dist/esm/ion-note.entry.js.map +1 -0
  272. package/dist/esm/ion-picker-column.entry.js +1 -1
  273. package/dist/esm/ion-picker.entry.js +4 -4
  274. package/dist/esm/ion-popover.entry.js +5 -5
  275. package/dist/esm/ion-range.entry.js +3 -3
  276. package/dist/esm/ion-refresher-content.entry.js +3 -3
  277. package/dist/esm/ion-refresher.entry.js +4 -4
  278. package/dist/esm/ion-reorder-group.entry.js +2 -2
  279. package/dist/esm/ion-router-outlet.entry.js +4 -4
  280. package/dist/esm/ion-router.entry.js +1 -1
  281. package/dist/esm/ion-segment-button.entry.js +1 -1
  282. package/dist/esm/ion-segment.entry.js +1 -1
  283. package/dist/esm/ion-select.entry.js +5 -5
  284. package/dist/esm/ion-tab-button.entry.js +1 -1
  285. package/dist/esm/ion-tab.entry.js +2 -2
  286. package/dist/esm/ion-textarea.entry.js +4 -4
  287. package/dist/esm/ion-toggle.entry.js +2 -2
  288. package/dist/esm/{ios.transition-82aca0a1.js → ios.transition-42a569f1.js} +4 -4
  289. package/dist/esm/{ios.transition-82aca0a1.js.map → ios.transition-42a569f1.js.map} +1 -1
  290. package/dist/esm/loader.js +1 -1
  291. package/dist/esm/{md.transition-8ab6c7b8.js → md.transition-646de6a5.js} +4 -4
  292. package/dist/esm/{md.transition-8ab6c7b8.js.map → md.transition-646de6a5.js.map} +1 -1
  293. package/dist/esm/{menu-toggle-util-1b366cd3.js → menu-toggle-util-8d0172e3.js} +2 -2
  294. package/dist/esm/{menu-toggle-util-1b366cd3.js.map → menu-toggle-util-8d0172e3.js.map} +1 -1
  295. package/dist/esm/{notch-controller-ae856621.js → notch-controller-79926902.js} +2 -2
  296. package/dist/esm/{notch-controller-ae856621.js.map → notch-controller-79926902.js.map} +1 -1
  297. package/dist/esm/{overlays-75a54062.js → overlays-4b3bb757.js} +3 -3
  298. package/dist/esm/{overlays-75a54062.js.map → overlays-4b3bb757.js.map} +1 -1
  299. package/dist/esm/pos-app-generic.entry.js +1 -1
  300. package/dist/esm/pos-app-generic.entry.js.map +1 -1
  301. package/dist/esm/pos-app-rdf-document.entry.js +6 -2
  302. package/dist/esm/pos-app-rdf-document.entry.js.map +1 -1
  303. package/dist/esm/pos-container-contents.entry.js.map +1 -1
  304. package/dist/esm/pos-container-item.entry.js +5 -1
  305. package/dist/esm/pos-container-item.entry.js.map +1 -1
  306. package/dist/esm/pos-document.entry.js +1 -1
  307. package/dist/esm/pos-document.entry.js.map +1 -1
  308. package/dist/esm/pos-predicate.entry.js +24 -0
  309. package/dist/esm/pos-predicate.entry.js.map +1 -0
  310. package/dist/esm/pos-relations_2.entry.js +2 -2
  311. package/dist/esm/pos-relations_2.entry.js.map +1 -1
  312. package/dist/esm/pos-subjects.entry.js +1 -1
  313. package/dist/esm/pos-subjects.entry.js.map +1 -1
  314. package/dist/esm/{refresher.utils-b1770bf3.js → refresher.utils-0e6b5f97.js} +3 -3
  315. package/dist/esm/{refresher.utils-b1770bf3.js.map → refresher.utils-0e6b5f97.js.map} +1 -1
  316. package/dist/esm/{status-tap-e14d7459.js → status-tap-e90a7a0d.js} +3 -3
  317. package/dist/esm/{status-tap-e14d7459.js.map → status-tap-e90a7a0d.js.map} +1 -1
  318. package/dist/esm/{swipe-back-5993fe10.js → swipe-back-698e6532.js} +2 -2
  319. package/dist/esm/{swipe-back-5993fe10.js.map → swipe-back-698e6532.js.map} +1 -1
  320. package/package.json +1 -1
  321. package/dist/cjs/ion-badge_8.cjs.entry.js.map +0 -1
  322. package/dist/cjs/ion-checkbox_6.cjs.entry.js.map +0 -1
  323. package/dist/cjs/ion-input_2.cjs.entry.js.map +0 -1
  324. package/dist/cjs/ion-item_2.cjs.entry.js +0 -309
  325. package/dist/cjs/ion-item_2.cjs.entry.js.map +0 -1
  326. package/dist/components/input.js +0 -570
  327. package/dist/components/input.js.map +0 -1
  328. package/dist/elements/p-06d453ad.entry.js +0 -2
  329. package/dist/elements/p-06d453ad.entry.js.map +0 -1
  330. package/dist/elements/p-07df0400.entry.js.map +0 -1
  331. package/dist/elements/p-305e6eb1.entry.js +0 -2
  332. package/dist/elements/p-305e6eb1.entry.js.map +0 -1
  333. package/dist/elements/p-39c3380c.entry.js +0 -2
  334. package/dist/elements/p-39c3380c.entry.js.map +0 -1
  335. package/dist/elements/p-7a563988.js +0 -5
  336. package/dist/elements/p-8206b1f1.js +0 -6
  337. package/dist/elements/p-a4b77d8f.entry.js +0 -2
  338. package/dist/elements/p-a4b77d8f.entry.js.map +0 -1
  339. package/dist/elements/p-abed69a9.entry.js +0 -2
  340. package/dist/elements/p-bed596af.entry.js +0 -2
  341. package/dist/elements/p-bed596af.entry.js.map +0 -1
  342. package/dist/elements/p-bfaa6328.entry.js +0 -2
  343. package/dist/elements/p-bfaa6328.entry.js.map +0 -1
  344. package/dist/elements/p-c2690129.js +0 -5
  345. package/dist/elements/p-ca453b3d.js +0 -8
  346. package/dist/elements/p-d80f77af.entry.js +0 -2
  347. package/dist/elements/p-defde894.entry.js +0 -2
  348. package/dist/elements/p-defde894.entry.js.map +0 -1
  349. package/dist/elements/p-e41c7c26.entry.js +0 -5
  350. package/dist/elements/p-e41c7c26.entry.js.map +0 -1
  351. package/dist/elements/p-f02106b8.entry.js +0 -2
  352. package/dist/elements/p-f02106b8.entry.js.map +0 -1
  353. package/dist/esm/ion-badge_8.entry.js.map +0 -1
  354. package/dist/esm/ion-checkbox_6.entry.js.map +0 -1
  355. package/dist/esm/ion-input_2.entry.js.map +0 -1
  356. package/dist/esm/ion-item_2.entry.js +0 -304
  357. package/dist/esm/ion-item_2.entry.js.map +0 -1
  358. /package/dist/elements/{p-714cb336.entry.js.map → p-00c0e726.entry.js.map} +0 -0
  359. /package/dist/elements/{p-34d3ff03.js.map → p-09c0b7ec.js.map} +0 -0
  360. /package/dist/elements/{p-0ffd76fc.entry.js.map → p-133e29f8.entry.js.map} +0 -0
  361. /package/dist/elements/{p-097747f2.entry.js.map → p-18e5369d.entry.js.map} +0 -0
  362. /package/dist/elements/{p-b25dd1f1.js.map → p-19e2dbee.js.map} +0 -0
  363. /package/dist/elements/{p-a9df5a3a.entry.js.map → p-1d8d3167.entry.js.map} +0 -0
  364. /package/dist/elements/{p-dcd16290.js.map → p-24118aa1.js.map} +0 -0
  365. /package/dist/elements/{p-b725d322.entry.js.map → p-25b5a86a.entry.js.map} +0 -0
  366. /package/dist/elements/{p-2d13e141.entry.js.map → p-27a5048e.entry.js.map} +0 -0
  367. /package/dist/elements/{p-2d5448aa.entry.js.map → p-2cce9f72.entry.js.map} +0 -0
  368. /package/dist/elements/{p-970fce25.entry.js.map → p-2d89b617.entry.js.map} +0 -0
  369. /package/dist/elements/{p-66812011.entry.js.map → p-2e2753e7.entry.js.map} +0 -0
  370. /package/dist/elements/{p-4cb77968.js.map → p-3856e0a0.js.map} +0 -0
  371. /package/dist/elements/{p-e04e65b9.entry.js.map → p-3bc60b5c.entry.js.map} +0 -0
  372. /package/dist/elements/{p-ec9d0fd2.entry.js.map → p-428e79f5.entry.js.map} +0 -0
  373. /package/dist/elements/{p-62a60344.entry.js.map → p-489909a3.entry.js.map} +0 -0
  374. /package/dist/elements/{p-c2690129.js.map → p-4c78c8c9.js.map} +0 -0
  375. /package/dist/elements/{p-d80f77af.entry.js.map → p-57740997.entry.js.map} +0 -0
  376. /package/dist/elements/{p-ec0d5d03.entry.js.map → p-58ad0789.entry.js.map} +0 -0
  377. /package/dist/elements/{p-b250dee1.entry.js.map → p-616c23ad.entry.js.map} +0 -0
  378. /package/dist/elements/{p-8b22dca0.entry.js.map → p-686bf509.entry.js.map} +0 -0
  379. /package/dist/elements/{p-1c44ef41.entry.js.map → p-6bc1057e.entry.js.map} +0 -0
  380. /package/dist/elements/{p-dcd0a40c.entry.js.map → p-7105c21a.entry.js.map} +0 -0
  381. /package/dist/elements/{p-25270f1a.js.map → p-71ee259b.js.map} +0 -0
  382. /package/dist/elements/{p-33b22cc6.entry.js.map → p-73331353.entry.js.map} +0 -0
  383. /package/dist/elements/{p-df24c396.entry.js.map → p-77f496ea.entry.js.map} +0 -0
  384. /package/dist/elements/{p-00c6a8f5.entry.js.map → p-849fec0f.entry.js.map} +0 -0
  385. /package/dist/elements/{p-163e3e87.js.map → p-89aef852.js.map} +0 -0
  386. /package/dist/elements/{p-a8afe4ef.entry.js.map → p-8c1eba2d.entry.js.map} +0 -0
  387. /package/dist/elements/{p-d016e7e0.entry.js.map → p-8e747572.entry.js.map} +0 -0
  388. /package/dist/elements/{p-ca453b3d.js.map → p-932de51e.js.map} +0 -0
  389. /package/dist/elements/{p-1df0edde.entry.js.map → p-93dc5bee.entry.js.map} +0 -0
  390. /package/dist/elements/{p-20e2e8c1.js.map → p-949b115f.js.map} +0 -0
  391. /package/dist/elements/{p-a3af481c.js.map → p-a03499f7.js.map} +0 -0
  392. /package/dist/elements/{p-d0c67d7c.entry.js.map → p-a41edaa5.entry.js.map} +0 -0
  393. /package/dist/elements/{p-34f376f2.entry.js.map → p-acf6cab4.entry.js.map} +0 -0
  394. /package/dist/elements/{p-76351ab7.entry.js.map → p-ad55e9ab.entry.js.map} +0 -0
  395. /package/dist/elements/{p-0cf27008.entry.js.map → p-b8363813.entry.js.map} +0 -0
  396. /package/dist/elements/{p-da0cfe0c.entry.js.map → p-c13052f5.entry.js.map} +0 -0
  397. /package/dist/elements/{p-bb3054a3.js.map → p-c191e6df.js.map} +0 -0
  398. /package/dist/elements/{p-b9e14ed6.entry.js.map → p-c19ba914.entry.js.map} +0 -0
  399. /package/dist/elements/{p-bcd11997.entry.js.map → p-c34f0243.entry.js.map} +0 -0
  400. /package/dist/elements/{p-7a563988.js.map → p-c452a2e9.js.map} +0 -0
  401. /package/dist/elements/{p-1651e9a7.entry.js.map → p-c992243d.entry.js.map} +0 -0
  402. /package/dist/elements/{p-592177e8.js.map → p-cbf050d6.js.map} +0 -0
  403. /package/dist/elements/{p-3ab4f8b6.js.map → p-cdb96cf2.js.map} +0 -0
  404. /package/dist/elements/{p-f7490d6e.js.map → p-d164af48.js.map} +0 -0
  405. /package/dist/elements/{p-4d6e48bf.js.map → p-d1e7b393.js.map} +0 -0
  406. /package/dist/elements/{p-6189fb02.entry.js.map → p-d7c83052.entry.js.map} +0 -0
  407. /package/dist/elements/{p-59feb185.js.map → p-dd97c7d1.js.map} +0 -0
  408. /package/dist/elements/{p-8206b1f1.js.map → p-eba70ed1.js.map} +0 -0
  409. /package/dist/elements/{p-ab68c761.entry.js.map → p-ef4ffce6.entry.js.map} +0 -0
  410. /package/dist/elements/{p-04c9fe91.entry.js.map → p-ef87f5dd.entry.js.map} +0 -0
  411. /package/dist/elements/{p-3e1b5fc4.entry.js.map → p-f9b993ab.entry.js.map} +0 -0
  412. /package/dist/elements/{p-925bb96a.entry.js.map → p-fd4ecbf1.entry.js.map} +0 -0
@@ -1,309 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-45dd971c.js');
6
- const helpers = require('./helpers-95c22e6d.js');
7
- const index$2 = require('./index-5fa17650.js');
8
- const theme = require('./theme-187bbc7d.js');
9
- const index$1 = require('./index-3129b55a.js');
10
- const ionicGlobal = require('./ionic-global-c7ac1ce0.js');
11
-
12
- const itemIosCss = ":host{--border-radius:0px;--border-width:0px;--border-style:solid;--padding-top:0px;--padding-bottom:0px;--padding-end:0px;--padding-start:0px;--inner-border-width:0px;--inner-padding-top:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;--inner-padding-end:0px;--inner-box-shadow:none;--show-full-highlight:0;--show-inset-highlight:0;--detail-icon-color:initial;--detail-icon-font-size:1.25em;--detail-icon-opacity:0.25;--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;align-items:center;justify-content:space-between;outline:none;color:var(--color);font-family:var(--ion-font-family, inherit);text-align:initial;text-decoration:none;overflow:hidden;box-sizing:border-box}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native,:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-inner{border-color:var(--ion-color-shade)}:host(.ion-activated) .item-native{color:var(--color-activated)}:host(.ion-activated) .item-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}:host(.ion-color.ion-activated) .item-native{color:var(--ion-color-contrast)}:host(.ion-focused) .item-native{color:var(--color-focused)}:host(.ion-focused) .item-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-color.ion-focused) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .item-native::after{background:var(--ion-color-contrast)}@media (any-hover: hover){:host(.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--color-hover)}:host(.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--ion-color-contrast)}}:host(.item-has-interactive-control){cursor:pointer}:host(.item-interactive-disabled:not(.item-multiple-inputs)){cursor:default;pointer-events:none}:host(.item-disabled){cursor:default;opacity:0.3;pointer-events:none}.item-native{border-radius:var(--border-radius);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-right:var(--padding-end);padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));display:flex;position:relative;align-items:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);overflow:inherit;z-index:1;box-sizing:border-box}:host-context([dir=rtl]) .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}[dir=rtl] .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}@supports selector(:dir(rtl)){.item-native:dir(rtl){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}}.item-native::-moz-focus-inner{border:0}.item-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0;transition:var(--transition);z-index:-1}button,a{cursor:pointer;user-select:none;-webkit-user-drag:none}.item-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;position:relative;flex:1;flex-direction:inherit;align-items:inherit;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);box-shadow:var(--inner-box-shadow);overflow:inherit;box-sizing:border-box}:host-context([dir=rtl]) .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}[dir=rtl] .item-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-inner:dir(rtl){padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}}.item-bottom{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--inner-padding-end) + var(--ion-safe-area-right, 0px));display:flex;justify-content:space-between}:host-context([dir=rtl]) .item-bottom{padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}[dir=rtl] .item-bottom{padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}@supports selector(:dir(rtl)){.item-bottom:dir(rtl){padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}}.item-detail-icon{-webkit-margin-start:calc(var(--inner-padding-end) / 2);margin-inline-start:calc(var(--inner-padding-end) / 2);-webkit-margin-end:-6px;margin-inline-end:-6px;color:var(--detail-icon-color);font-size:var(--detail-icon-font-size);opacity:var(--detail-icon-opacity)}::slotted(ion-icon){font-size:1.6em}::slotted(ion-button){--margin-top:0;--margin-bottom:0;--margin-start:0;--margin-end:0;z-index:1}::slotted(ion-label:not([slot=end])){flex:1;width:min-content;max-width:100%}:host(.item-input){align-items:center}.input-wrapper{display:flex;flex:1;flex-direction:inherit;align-items:inherit;align-self:stretch;text-overflow:ellipsis;overflow:inherit;box-sizing:border-box}:host(.item-label-stacked),:host(.item-label-floating){align-items:start}:host(.item-label-stacked) .input-wrapper,:host(.item-label-floating) .input-wrapper{flex:1;flex-direction:column}.item-highlight,.item-inner-highlight{left:0;right:0;top:0;bottom:0;border-radius:inherit;position:absolute;width:100%;height:100%;transform:scaleX(0);transition:transform 200ms, border-bottom-width 200ms;z-index:2;box-sizing:border-box;pointer-events:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus),:host(.item-interactive.ion-touched.ion-invalid){--full-highlight-height:calc(var(--highlight-height) * var(--show-full-highlight));--inset-highlight-height:calc(var(--highlight-height) * var(--show-inset-highlight))}:host(.ion-focused) .item-highlight,:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-highlight,:host(.item-has-focus) .item-inner-highlight{transform:scaleX(1);border-style:var(--border-style);border-color:var(--highlight-background)}:host(.ion-focused) .item-highlight,:host(.item-has-focus) .item-highlight{border-width:var(--full-highlight-height);opacity:var(--show-full-highlight)}:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-inner-highlight{border-bottom-width:var(--inset-highlight-height);opacity:var(--show-inset-highlight)}:host(.ion-focused.item-fill-solid) .item-highlight,:host(.item-has-focus.item-fill-solid) .item-highlight{border-width:calc(var(--full-highlight-height) - 1px)}:host(.ion-focused) .item-inner-highlight,:host(.ion-focused:not(.item-fill-outline)) .item-highlight,:host(.item-has-focus) .item-inner-highlight,:host(.item-has-focus:not(.item-fill-outline)) .item-highlight{border-top:none;border-right:none;border-left:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus){--highlight-background:var(--highlight-color-focused)}:host(.item-interactive.ion-valid){--highlight-background:var(--highlight-color-valid)}:host(.item-interactive.ion-invalid){--highlight-background:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=helper]){display:none}::slotted([slot=error]){display:none;color:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=error]){display:block}:host(:not(.item-label)) ::slotted(ion-select.legacy-select){--padding-start:0;max-width:none}:host(.item-label-stacked) ::slotted(ion-select.legacy-select),:host(.item-label-floating) ::slotted(ion-select.legacy-select){--padding-top:8px;--padding-bottom:8px;--padding-start:0;align-self:stretch;width:100%;max-width:100%}:host(:not(.item-label)) ::slotted(ion-datetime){--padding-start:0}:host(.item-label-stacked) ::slotted(ion-datetime),:host(.item-label-floating) ::slotted(ion-datetime){--padding-start:0;width:100%}:host(.item-multiple-inputs) ::slotted(ion-checkbox),:host(.item-multiple-inputs) ::slotted(ion-datetime),:host(.item-multiple-inputs) ::slotted(ion-radio),:host(.item-multiple-inputs) ::slotted(ion-select.legacy-select){position:relative}:host(.item-textarea){align-items:stretch}::slotted(ion-reorder[slot]){margin-top:0;margin-bottom:0}ion-ripple-effect{color:var(--ripple-color)}:host(.item-fill-solid) ::slotted([slot=start]),:host(.item-fill-solid) ::slotted([slot=end]),:host(.item-fill-outline) ::slotted([slot=start]),:host(.item-fill-outline) ::slotted([slot=end]){align-self:center}::slotted([slot=helper]),::slotted([slot=error]),.item-counter{padding-top:5px;font-size:0.75rem;z-index:1}.item-counter{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-550, #737373);white-space:nowrap;padding-inline-start:16px}@media (prefers-reduced-motion: reduce){.item-highlight,.item-inner-highlight{transition:none}}:host{--min-height:44px;--transition:background-color 200ms linear, opacity 200ms linear;--padding-start:16px;--inner-padding-end:16px;--inner-border-width:0px 0px 0.55px 0px;--background:var(--ion-item-background, var(--ion-background-color, #fff));--background-activated:var(--ion-text-color, #000);--background-focused:var(--ion-text-color, #000);--background-hover:currentColor;--background-activated-opacity:.12;--background-focused-opacity:.15;--background-hover-opacity:.04;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));--color:var(--ion-item-color, var(--ion-text-color, #000));--highlight-height:0px;--highlight-color-focused:var(--ion-color-primary, #3880ff);--highlight-color-valid:var(--ion-color-success, #2dd36f);--highlight-color-invalid:var(--ion-color-danger, #eb445a);--bottom-padding-start:0px;font-size:1rem}:host(.ion-activated){--transition:none}:host(.ion-color.ion-focused) .item-native::after{background:#000;opacity:0.15}:host(.ion-color.ion-activated) .item-native::after{background:#000;opacity:0.12}:host(.item-interactive){--show-full-highlight:0;--show-inset-highlight:1}:host(.item-lines-full){--border-width:0px 0px 0.55px 0px;--show-full-highlight:1;--show-inset-highlight:0}:host(.item-lines-inset){--inner-border-width:0px 0px 0.55px 0px;--show-full-highlight:0;--show-inset-highlight:1}:host(.item-lines-inset),:host(.item-lines-none){--border-width:0px;--show-full-highlight:0}:host(.item-lines-full),:host(.item-lines-none){--inner-border-width:0px;--show-inset-highlight:0}.item-highlight,.item-inner-highlight{transition:none}:host(.item-has-focus) .item-inner-highlight,:host(.item-has-focus) .item-highlight{border-top:none;border-right:none;border-left:none}::slotted([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(ion-toggle[slot=start]),::slotted(ion-toggle[slot=end]){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}:host(.item-label-stacked) ::slotted([slot=end]),:host(.item-label-floating) ::slotted([slot=end]){margin-top:7px;margin-bottom:7px}::slotted(.button-small){--padding-top:1px;--padding-bottom:1px;--padding-start:.5em;--padding-end:.5em;min-height:24px;font-size:0.8125rem}::slotted(ion-avatar){width:36px;height:36px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:8px;margin-bottom:8px}:host(.item-radio) ::slotted(ion-label),:host(.item-toggle) ::slotted(ion-label){-webkit-margin-start:0px;margin-inline-start:0px}::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:10px;margin-bottom:10px}:host(.item-label-floating),:host(.item-label-stacked){--min-height:68px}:host(.item-label-stacked) ::slotted(ion-select.legacy-select),:host(.item-label-floating) ::slotted(ion-select.legacy-select){--padding-top:8px;--padding-bottom:8px;--padding-start:0px}:host(.item-label-fixed) ::slotted(ion-select.legacy-select),:host(.item-label-fixed) ::slotted(ion-datetime){--padding-start:0}";
13
- const IonItemIosStyle0 = itemIosCss;
14
-
15
- const itemMdCss = ":host{--border-radius:0px;--border-width:0px;--border-style:solid;--padding-top:0px;--padding-bottom:0px;--padding-end:0px;--padding-start:0px;--inner-border-width:0px;--inner-padding-top:0px;--inner-padding-bottom:0px;--inner-padding-start:0px;--inner-padding-end:0px;--inner-box-shadow:none;--show-full-highlight:0;--show-inset-highlight:0;--detail-icon-color:initial;--detail-icon-font-size:1.25em;--detail-icon-opacity:0.25;--color-activated:var(--color);--color-focused:var(--color);--color-hover:var(--color);--ripple-color:currentColor;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:block;position:relative;align-items:center;justify-content:space-between;outline:none;color:var(--color);font-family:var(--ion-font-family, inherit);text-align:initial;text-decoration:none;overflow:hidden;box-sizing:border-box}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-native,:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) .item-inner{border-color:var(--ion-color-shade)}:host(.ion-activated) .item-native{color:var(--color-activated)}:host(.ion-activated) .item-native::after{background:var(--background-activated);opacity:var(--background-activated-opacity)}:host(.ion-color.ion-activated) .item-native{color:var(--ion-color-contrast)}:host(.ion-focused) .item-native{color:var(--color-focused)}:host(.ion-focused) .item-native::after{background:var(--background-focused);opacity:var(--background-focused-opacity)}:host(.ion-color.ion-focused) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-focused) .item-native::after{background:var(--ion-color-contrast)}@media (any-hover: hover){:host(.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--color-hover)}:host(.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--background-hover);opacity:var(--background-hover-opacity)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native{color:var(--ion-color-contrast)}:host(.ion-color.ion-activatable:not(.ion-focused):hover) .item-native::after{background:var(--ion-color-contrast)}}:host(.item-has-interactive-control){cursor:pointer}:host(.item-interactive-disabled:not(.item-multiple-inputs)){cursor:default;pointer-events:none}:host(.item-disabled){cursor:default;opacity:0.3;pointer-events:none}.item-native{border-radius:var(--border-radius);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-right:var(--padding-end);padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));display:flex;position:relative;align-items:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);transition:var(--transition);border-width:var(--border-width);border-style:var(--border-style);border-color:var(--border-color);outline:none;background:var(--background);overflow:inherit;z-index:1;box-sizing:border-box}:host-context([dir=rtl]) .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}[dir=rtl] .item-native{padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}@supports selector(:dir(rtl)){.item-native:dir(rtl){padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px));padding-left:var(--padding-end)}}.item-native::-moz-focus-inner{border:0}.item-native::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0;transition:var(--transition);z-index:-1}button,a{cursor:pointer;user-select:none;-webkit-user-drag:none}.item-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;position:relative;flex:1;flex-direction:inherit;align-items:inherit;align-self:stretch;min-height:inherit;border-width:var(--inner-border-width);border-style:var(--border-style);border-color:var(--border-color);box-shadow:var(--inner-box-shadow);overflow:inherit;box-sizing:border-box}:host-context([dir=rtl]) .item-inner{padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}[dir=rtl] .item-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-inner:dir(rtl){padding-right:var(--inner-padding-start);padding-left:calc(var(--ion-safe-area-left, 0px) + var(--inner-padding-end))}}.item-bottom{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;padding-left:calc(var(--padding-start) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--inner-padding-end) + var(--ion-safe-area-right, 0px));display:flex;justify-content:space-between}:host-context([dir=rtl]) .item-bottom{padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}[dir=rtl] .item-bottom{padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}@supports selector(:dir(rtl)){.item-bottom:dir(rtl){padding-left:calc(var(--inner-padding-end) + var(--ion-safe-area-left, 0px));padding-right:calc(var(--padding-start) + var(--ion-safe-area-right, 0px))}}.item-detail-icon{-webkit-margin-start:calc(var(--inner-padding-end) / 2);margin-inline-start:calc(var(--inner-padding-end) / 2);-webkit-margin-end:-6px;margin-inline-end:-6px;color:var(--detail-icon-color);font-size:var(--detail-icon-font-size);opacity:var(--detail-icon-opacity)}::slotted(ion-icon){font-size:1.6em}::slotted(ion-button){--margin-top:0;--margin-bottom:0;--margin-start:0;--margin-end:0;z-index:1}::slotted(ion-label:not([slot=end])){flex:1;width:min-content;max-width:100%}:host(.item-input){align-items:center}.input-wrapper{display:flex;flex:1;flex-direction:inherit;align-items:inherit;align-self:stretch;text-overflow:ellipsis;overflow:inherit;box-sizing:border-box}:host(.item-label-stacked),:host(.item-label-floating){align-items:start}:host(.item-label-stacked) .input-wrapper,:host(.item-label-floating) .input-wrapper{flex:1;flex-direction:column}.item-highlight,.item-inner-highlight{left:0;right:0;top:0;bottom:0;border-radius:inherit;position:absolute;width:100%;height:100%;transform:scaleX(0);transition:transform 200ms, border-bottom-width 200ms;z-index:2;box-sizing:border-box;pointer-events:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus),:host(.item-interactive.ion-touched.ion-invalid){--full-highlight-height:calc(var(--highlight-height) * var(--show-full-highlight));--inset-highlight-height:calc(var(--highlight-height) * var(--show-inset-highlight))}:host(.ion-focused) .item-highlight,:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-highlight,:host(.item-has-focus) .item-inner-highlight{transform:scaleX(1);border-style:var(--border-style);border-color:var(--highlight-background)}:host(.ion-focused) .item-highlight,:host(.item-has-focus) .item-highlight{border-width:var(--full-highlight-height);opacity:var(--show-full-highlight)}:host(.ion-focused) .item-inner-highlight,:host(.item-has-focus) .item-inner-highlight{border-bottom-width:var(--inset-highlight-height);opacity:var(--show-inset-highlight)}:host(.ion-focused.item-fill-solid) .item-highlight,:host(.item-has-focus.item-fill-solid) .item-highlight{border-width:calc(var(--full-highlight-height) - 1px)}:host(.ion-focused) .item-inner-highlight,:host(.ion-focused:not(.item-fill-outline)) .item-highlight,:host(.item-has-focus) .item-inner-highlight,:host(.item-has-focus:not(.item-fill-outline)) .item-highlight{border-top:none;border-right:none;border-left:none}:host(.item-interactive.ion-focused),:host(.item-interactive.item-has-focus){--highlight-background:var(--highlight-color-focused)}:host(.item-interactive.ion-valid){--highlight-background:var(--highlight-color-valid)}:host(.item-interactive.ion-invalid){--highlight-background:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=helper]){display:none}::slotted([slot=error]){display:none;color:var(--highlight-color-invalid)}:host(.item-interactive.ion-invalid) ::slotted([slot=error]){display:block}:host(:not(.item-label)) ::slotted(ion-select.legacy-select){--padding-start:0;max-width:none}:host(.item-label-stacked) ::slotted(ion-select.legacy-select),:host(.item-label-floating) ::slotted(ion-select.legacy-select){--padding-top:8px;--padding-bottom:8px;--padding-start:0;align-self:stretch;width:100%;max-width:100%}:host(:not(.item-label)) ::slotted(ion-datetime){--padding-start:0}:host(.item-label-stacked) ::slotted(ion-datetime),:host(.item-label-floating) ::slotted(ion-datetime){--padding-start:0;width:100%}:host(.item-multiple-inputs) ::slotted(ion-checkbox),:host(.item-multiple-inputs) ::slotted(ion-datetime),:host(.item-multiple-inputs) ::slotted(ion-radio),:host(.item-multiple-inputs) ::slotted(ion-select.legacy-select){position:relative}:host(.item-textarea){align-items:stretch}::slotted(ion-reorder[slot]){margin-top:0;margin-bottom:0}ion-ripple-effect{color:var(--ripple-color)}:host(.item-fill-solid) ::slotted([slot=start]),:host(.item-fill-solid) ::slotted([slot=end]),:host(.item-fill-outline) ::slotted([slot=start]),:host(.item-fill-outline) ::slotted([slot=end]){align-self:center}::slotted([slot=helper]),::slotted([slot=error]),.item-counter{padding-top:5px;font-size:0.75rem;z-index:1}.item-counter{-webkit-margin-start:auto;margin-inline-start:auto;color:var(--ion-color-step-550, #737373);white-space:nowrap;padding-inline-start:16px}@media (prefers-reduced-motion: reduce){.item-highlight,.item-inner-highlight{transition:none}}:host{--min-height:48px;--background:var(--ion-item-background, var(--ion-background-color, #fff));--background-activated:transparent;--background-focused:currentColor;--background-hover:currentColor;--background-activated-opacity:0;--background-focused-opacity:.12;--background-hover-opacity:.04;--border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))));--color:var(--ion-item-color, var(--ion-text-color, #000));--transition:opacity 15ms linear, background-color 15ms linear;--padding-start:16px;--inner-padding-end:16px;--inner-border-width:0 0 1px 0;--highlight-height:1px;--highlight-color-focused:var(--ion-color-primary, #3880ff);--highlight-color-valid:var(--ion-color-success, #2dd36f);--highlight-color-invalid:var(--ion-color-danger, #eb445a);font-size:1rem;font-weight:normal;text-transform:none}:host(.item-fill-outline){--highlight-height:2px}:host(.item-fill-none.item-interactive.ion-focus) .item-highlight,:host(.item-fill-none.item-interactive.item-has-focus) .item-highlight,:host(.item-fill-none.item-interactive.ion-touched.ion-invalid) .item-highlight{transform:scaleX(1);border-width:0 0 var(--full-highlight-height) 0;border-style:var(--border-style);border-color:var(--highlight-background)}:host(.item-fill-none.item-interactive.ion-focus) .item-native,:host(.item-fill-none.item-interactive.item-has-focus) .item-native,:host(.item-fill-none.item-interactive.ion-touched.ion-invalid) .item-native{border-bottom-color:var(--highlight-background)}:host(.item-fill-outline.item-interactive.ion-focus) .item-highlight,:host(.item-fill-outline.item-interactive.item-has-focus) .item-highlight{transform:scaleX(1)}:host(.item-fill-outline.item-interactive.ion-focus) .item-highlight,:host(.item-fill-outline.item-interactive.item-has-focus) .item-highlight,:host(.item-fill-outline.item-interactive.ion-touched.ion-invalid) .item-highlight{border-width:var(--full-highlight-height);border-style:var(--border-style);border-color:var(--highlight-background)}:host(.item-fill-outline.item-interactive.ion-touched.ion-invalid) .item-native{border-color:var(--highlight-background)}:host(.item-fill-solid.item-interactive.ion-focus) .item-highlight,:host(.item-fill-solid.item-interactive.item-has-focus) .item-highlight,:host(.item-fill-solid.item-interactive.ion-touched.ion-invalid) .item-highlight{transform:scaleX(1);border-width:0 0 var(--full-highlight-height) 0;border-style:var(--border-style);border-color:var(--highlight-background)}:host(.item-fill-solid.item-interactive.ion-focus) .item-native,:host(.item-fill-solid.item-interactive.item-has-focus) .item-native,:host(.item-fill-solid.item-interactive.ion-touched.ion-invalid) .item-native{border-bottom-color:var(--highlight-background)}:host(.ion-color.ion-activated) .item-native::after{background:transparent}:host(.item-has-focus) .item-native{caret-color:var(--highlight-background)}:host(.item-interactive){--border-width:0 0 1px 0;--inner-border-width:0;--show-full-highlight:1;--show-inset-highlight:0}:host(.item-lines-full){--border-width:0 0 1px 0;--show-full-highlight:1;--show-inset-highlight:0}:host(.item-lines-inset){--inner-border-width:0 0 1px 0;--show-full-highlight:0;--show-inset-highlight:1}:host(.item-lines-inset),:host(.item-lines-none){--border-width:0;--show-full-highlight:0}:host(.item-lines-full),:host(.item-lines-none){--inner-border-width:0;--show-inset-highlight:0}:host(.item-fill-outline) .item-highlight{--position-offset:calc(-1 * var(--border-width));top:var(--position-offset);width:calc(100% + 2 * var(--border-width));height:calc(100% + 2 * var(--border-width));transition:none}@supports (inset-inline-start: 0){:host(.item-fill-outline) .item-highlight{inset-inline-start:var(--position-offset)}}@supports not (inset-inline-start: 0){:host(.item-fill-outline) .item-highlight{left:var(--position-offset)}:host-context([dir=rtl]):host(.item-fill-outline) .item-highlight,:host-context([dir=rtl]).item-fill-outline .item-highlight{left:unset;right:unset;right:var(--position-offset)}@supports selector(:dir(rtl)){:host(.item-fill-outline:dir(rtl)) .item-highlight{left:unset;right:unset;right:var(--position-offset)}}}:host(.item-fill-outline.ion-focused) .item-native,:host(.item-fill-outline.item-has-focus) .item-native{border-color:transparent}:host(.item-multi-line) ::slotted([slot=start]),:host(.item-multi-line) ::slotted([slot=end]){margin-top:16px;margin-bottom:16px;align-self:flex-start}::slotted([slot=start]){-webkit-margin-end:32px;margin-inline-end:32px}::slotted([slot=end]){-webkit-margin-start:32px;margin-inline-start:32px}:host(.item-fill-solid) ::slotted([slot=start]),:host(.item-fill-solid) ::slotted([slot=end]),:host(.item-fill-outline) ::slotted([slot=start]),:host(.item-fill-outline) ::slotted([slot=end]){align-self:center}::slotted(ion-icon){color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54);font-size:1.5em}:host(.ion-color:not(.item-fill-solid):not(.item-fill-outline)) ::slotted(ion-icon){color:var(--ion-color-contrast)}::slotted(ion-icon[slot]){margin-top:12px;margin-bottom:12px}::slotted(ion-icon[slot=start]){-webkit-margin-end:32px;margin-inline-end:32px}::slotted(ion-icon[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}:host(.item-fill-solid) ::slotted(ion-icon[slot=start]),:host(.item-fill-outline) ::slotted(ion-icon[slot=start]){-webkit-margin-end:8px;margin-inline-end:8px}::slotted(ion-toggle[slot=start]),::slotted(ion-toggle[slot=end]){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}::slotted(ion-note){margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;align-self:flex-start;font-size:0.6875rem}::slotted(ion-note[slot]:not([slot=helper]):not([slot=error])){padding-left:0;padding-right:0;padding-top:18px;padding-bottom:10px}::slotted(ion-note[slot=start]){-webkit-padding-end:16px;padding-inline-end:16px}::slotted(ion-note[slot=end]){-webkit-padding-start:16px;padding-inline-start:16px}::slotted(ion-avatar){width:40px;height:40px}::slotted(ion-thumbnail){--size:56px}::slotted(ion-avatar),::slotted(ion-thumbnail){margin-top:8px;margin-bottom:8px}::slotted(ion-avatar[slot=start]),::slotted(ion-thumbnail[slot=start]){-webkit-margin-end:16px;margin-inline-end:16px}::slotted(ion-avatar[slot=end]),::slotted(ion-thumbnail[slot=end]){-webkit-margin-start:16px;margin-inline-start:16px}::slotted(ion-label){margin-left:0;margin-right:0;margin-top:10px;margin-bottom:10px}:host(.item-label-stacked) ::slotted([slot=end]),:host(.item-label-floating) ::slotted([slot=end]){margin-top:7px;margin-bottom:7px}:host(.item-label-fixed) ::slotted(ion-select.legacy-select),:host(.item-label-fixed) ::slotted(ion-datetime){--padding-start:8px}:host(.item-toggle) ::slotted(ion-label),:host(.item-radio) ::slotted(ion-label){-webkit-margin-start:0;margin-inline-start:0}::slotted(.button-small){--padding-top:2px;--padding-bottom:2px;--padding-start:.6em;--padding-end:.6em;min-height:25px;font-size:0.75rem}:host(.item-label-floating),:host(.item-label-stacked){--min-height:55px}:host(.item-label-stacked) ::slotted(ion-select.legacy-select),:host(.item-label-floating) ::slotted(ion-select.legacy-select){--padding-top:8px;--padding-bottom:8px;--padding-start:0}:host(.ion-focused:not(.ion-color)) ::slotted(.label-stacked),:host(.ion-focused:not(.ion-color)) ::slotted(.label-floating),:host(.item-has-focus:not(.ion-color)) ::slotted(.label-stacked),:host(.item-has-focus:not(.ion-color)) ::slotted(.label-floating){color:var(--ion-color-primary, #3880ff)}:host(.ion-color){--highlight-color-focused:var(--ion-color-contrast)}:host(.item-label-color){--highlight-color-focused:var(--ion-color-base)}:host(.item-fill-solid.ion-color),:host(.item-fill-outline.ion-color){--highlight-color-focused:var(--ion-color-base)}:host(.item-fill-solid){--background:var(--ion-color-step-50, #f2f2f2);--background-hover:var(--ion-color-step-100, #e6e6e6);--background-focused:var(--ion-color-step-150, #d9d9d9);--border-width:0 0 1px 0;--inner-border-width:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}:host-context([dir=rtl]):host(.item-fill-solid),:host-context([dir=rtl]).item-fill-solid{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}@supports selector(:dir(rtl)){:host(.item-fill-solid:dir(rtl)){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}}:host(.item-fill-solid) .item-native{--border-color:var(--ion-color-step-500, gray)}:host(.item-fill-solid.ion-focused) .item-native,:host(.item-fill-solid.item-has-focus) .item-native{--background:var(--background-focused)}:host(.item-fill-solid.item-shape-round){border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:0;border-bottom-left-radius:0}:host-context([dir=rtl]):host(.item-fill-solid.item-shape-round),:host-context([dir=rtl]).item-fill-solid.item-shape-round{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:0;border-bottom-left-radius:0}@supports selector(:dir(rtl)){:host(.item-fill-solid.item-shape-round:dir(rtl)){border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:0;border-bottom-left-radius:0}}@media (any-hover: hover){:host(.item-fill-solid:hover) .item-native{--background:var(--background-hover);--border-color:var(--ion-color-step-750, #404040)}}:host(.item-fill-outline){--ripple-color:transparent;--background-focused:transparent;--background-hover:transparent;--border-color:var(--ion-color-step-500, gray);--border-width:1px;border:none;overflow:visible}:host(.item-fill-outline) .item-native{--native-padding-left:16px;border-radius:4px}:host(.item-fill-outline.item-shape-round) .item-native{--inner-padding-start:16px;border-radius:28px}:host(.item-fill-outline.item-shape-round) .item-bottom{-webkit-padding-start:32px;padding-inline-start:32px}:host(.item-fill-outline.item-label-floating.ion-focused) .item-native ::slotted(ion-input:not(:first-child)),:host(.item-fill-outline.item-label-floating.ion-focused) .item-native ::slotted(ion-textarea:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-focus) .item-native ::slotted(ion-input:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-focus) .item-native ::slotted(ion-textarea:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-value) .item-native ::slotted(ion-input:not(:first-child)),:host(.item-fill-outline.item-label-floating.item-has-value) .item-native ::slotted(ion-textarea:not(:first-child)){transform:translateY(-14px)}@media (any-hover: hover){:host(.item-fill-outline:hover) .item-native{--border-color:var(--ion-color-step-750, #404040)}}.item-counter{letter-spacing:0.0333333333em}";
16
- const IonItemMdStyle0 = itemMdCss;
17
-
18
- const Item = class {
19
- constructor(hostRef) {
20
- index.registerInstance(this, hostRef);
21
- this.labelColorStyles = {};
22
- this.itemStyles = new Map();
23
- this.inheritedAriaAttributes = {};
24
- this.multipleInputs = false;
25
- this.focusable = true;
26
- this.color = undefined;
27
- this.button = false;
28
- this.detail = undefined;
29
- this.detailIcon = index$1.chevronForward;
30
- this.disabled = false;
31
- this.download = undefined;
32
- this.fill = undefined;
33
- this.shape = undefined;
34
- this.href = undefined;
35
- this.rel = undefined;
36
- this.lines = undefined;
37
- this.counter = false;
38
- this.routerAnimation = undefined;
39
- this.routerDirection = 'forward';
40
- this.target = undefined;
41
- this.type = 'button';
42
- this.counterFormatter = undefined;
43
- this.counterString = undefined;
44
- }
45
- buttonChanged() {
46
- // Update the focusable option when the button option is changed
47
- this.focusable = this.isFocusable();
48
- }
49
- counterFormatterChanged() {
50
- this.updateCounterOutput(this.getFirstInput());
51
- }
52
- handleIonInput(ev) {
53
- if (this.counter && ev.target === this.getFirstInput()) {
54
- this.updateCounterOutput(ev.target);
55
- }
56
- }
57
- labelColorChanged(ev) {
58
- const { color } = this;
59
- // There will be a conflict with item color if
60
- // we apply the label color to item, so we ignore
61
- // the label color if the user sets a color on item
62
- if (color === undefined) {
63
- this.labelColorStyles = ev.detail;
64
- }
65
- }
66
- itemStyle(ev) {
67
- ev.stopPropagation();
68
- const tagName = ev.target.tagName;
69
- const updatedStyles = ev.detail;
70
- const newStyles = {};
71
- const childStyles = this.itemStyles.get(tagName) || {};
72
- let hasStyleChange = false;
73
- Object.keys(updatedStyles).forEach((key) => {
74
- if (updatedStyles[key]) {
75
- const itemKey = `item-${key}`;
76
- if (!childStyles[itemKey]) {
77
- hasStyleChange = true;
78
- }
79
- newStyles[itemKey] = true;
80
- }
81
- });
82
- if (!hasStyleChange && Object.keys(newStyles).length !== Object.keys(childStyles).length) {
83
- hasStyleChange = true;
84
- }
85
- if (hasStyleChange) {
86
- this.itemStyles.set(tagName, newStyles);
87
- index.forceUpdate(this);
88
- }
89
- }
90
- connectedCallback() {
91
- if (this.counter) {
92
- this.updateCounterOutput(this.getFirstInput());
93
- }
94
- this.hasStartEl();
95
- }
96
- componentWillLoad() {
97
- this.inheritedAriaAttributes = helpers.inheritAttributes(this.el, ['aria-label']);
98
- }
99
- componentDidLoad() {
100
- const { el, counter, counterFormatter, fill, shape } = this;
101
- const hasHelperSlot = el.querySelector('[slot="helper"]') !== null;
102
- if (hasHelperSlot) {
103
- index$2.printIonWarning('The "helper" slot has been deprecated in favor of using the "helperText" property on ion-input or ion-textarea.', el);
104
- }
105
- const hasErrorSlot = el.querySelector('[slot="error"]') !== null;
106
- if (hasErrorSlot) {
107
- index$2.printIonWarning('The "error" slot has been deprecated in favor of using the "errorText" property on ion-input or ion-textarea.', el);
108
- }
109
- if (counter === true) {
110
- index$2.printIonWarning('The "counter" property has been deprecated in favor of using the "counter" property on ion-input or ion-textarea.', el);
111
- }
112
- if (counterFormatter !== undefined) {
113
- index$2.printIonWarning('The "counterFormatter" property has been deprecated in favor of using the "counterFormatter" property on ion-input or ion-textarea.', el);
114
- }
115
- if (fill !== undefined) {
116
- index$2.printIonWarning('The "fill" property has been deprecated in favor of using the "fill" property on ion-input or ion-textarea.', el);
117
- }
118
- if (shape !== undefined) {
119
- index$2.printIonWarning('The "shape" property has been deprecated in favor of using the "shape" property on ion-input or ion-textarea.', el);
120
- }
121
- helpers.raf(() => {
122
- this.setMultipleInputs();
123
- this.focusable = this.isFocusable();
124
- });
125
- }
126
- // If the item contains multiple clickable elements and/or inputs, then the item
127
- // should not have a clickable input cover over the entire item to prevent
128
- // interfering with their individual click events
129
- setMultipleInputs() {
130
- // The following elements have a clickable cover that is relative to the entire item
131
- const covers = this.el.querySelectorAll('ion-checkbox, ion-datetime, ion-select, ion-radio');
132
- // The following elements can accept focus alongside the previous elements
133
- // therefore if these elements are also a child of item, we don't want the
134
- // input cover on top of those interfering with their clicks
135
- const inputs = this.el.querySelectorAll('ion-input, ion-range, ion-searchbar, ion-segment, ion-textarea, ion-toggle');
136
- // The following elements should also stay clickable when an input with cover is present
137
- const clickables = this.el.querySelectorAll('ion-anchor, ion-button, a, button');
138
- // Check for multiple inputs to change the position of the input cover to relative
139
- // for all of the covered inputs above
140
- this.multipleInputs =
141
- covers.length + inputs.length > 1 ||
142
- covers.length + clickables.length > 1 ||
143
- (covers.length > 0 && this.isClickable());
144
- }
145
- // If the item contains an input including a checkbox, datetime, select, or radio
146
- // then the item will have a clickable input cover that covers the item
147
- // that should get the hover, focused and activated states UNLESS it has multiple
148
- // inputs, then those need to individually get each click
149
- hasCover() {
150
- const inputs = this.el.querySelectorAll('ion-checkbox, ion-datetime, ion-select, ion-radio');
151
- return inputs.length === 1 && !this.multipleInputs;
152
- }
153
- // If the item has an href or button property it will render a native
154
- // anchor or button that is clickable
155
- isClickable() {
156
- return this.href !== undefined || this.button;
157
- }
158
- canActivate() {
159
- return this.isClickable() || this.hasCover();
160
- }
161
- isFocusable() {
162
- const focusableChild = this.el.querySelector('.ion-focusable');
163
- return this.canActivate() || focusableChild !== null;
164
- }
165
- getFirstInput() {
166
- const inputs = this.el.querySelectorAll('ion-input, ion-textarea');
167
- return inputs[0];
168
- }
169
- updateCounterOutput(inputEl) {
170
- var _a, _b;
171
- const { counter, counterFormatter, defaultCounterFormatter } = this;
172
- if (counter && !this.multipleInputs && (inputEl === null || inputEl === void 0 ? void 0 : inputEl.maxlength) !== undefined) {
173
- const length = (_b = (_a = inputEl === null || inputEl === void 0 ? void 0 : inputEl.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
174
- if (counterFormatter === undefined) {
175
- this.counterString = defaultCounterFormatter(length, inputEl.maxlength);
176
- }
177
- else {
178
- try {
179
- this.counterString = counterFormatter(length, inputEl.maxlength);
180
- }
181
- catch (e) {
182
- index$2.printIonError('Exception in provided `counterFormatter`.', e);
183
- // Fallback to the default counter formatter when an exception happens
184
- this.counterString = defaultCounterFormatter(length, inputEl.maxlength);
185
- }
186
- }
187
- }
188
- }
189
- defaultCounterFormatter(length, maxlength) {
190
- return `${length} / ${maxlength}`;
191
- }
192
- hasStartEl() {
193
- const startEl = this.el.querySelector('[slot="start"]');
194
- if (startEl !== null) {
195
- this.el.classList.add('item-has-start-slot');
196
- }
197
- }
198
- getFirstInteractive() {
199
- const controls = this.el.querySelectorAll('ion-toggle:not([disabled]), ion-checkbox:not([disabled]), ion-radio:not([disabled]), ion-select:not([disabled])');
200
- return controls[0];
201
- }
202
- render() {
203
- const { counterString, detail, detailIcon, download, fill, labelColorStyles, lines, disabled, href, rel, shape, target, routerAnimation, routerDirection, inheritedAriaAttributes, multipleInputs, } = this;
204
- const childStyles = {};
205
- const mode = ionicGlobal.getIonMode(this);
206
- const clickable = this.isClickable();
207
- const canActivate = this.canActivate();
208
- const TagType = clickable ? (href === undefined ? 'button' : 'a') : 'div';
209
- const attrs = TagType === 'button'
210
- ? { type: this.type }
211
- : {
212
- download,
213
- href,
214
- rel,
215
- target,
216
- };
217
- let clickFn = {};
218
- const firstInteractive = this.getFirstInteractive();
219
- // Only set onClick if the item is clickable to prevent screen
220
- // readers from reading all items as clickable
221
- if (clickable || (firstInteractive !== undefined && !multipleInputs)) {
222
- clickFn = {
223
- onClick: (ev) => {
224
- if (clickable) {
225
- theme.openURL(href, ev, routerDirection, routerAnimation);
226
- }
227
- if (firstInteractive !== undefined && !multipleInputs) {
228
- const path = ev.composedPath();
229
- const target = path[0];
230
- if (ev.isTrusted) {
231
- /**
232
- * Dispatches a click event to the first interactive element,
233
- * when it is the result of a user clicking on the item.
234
- *
235
- * We check if the click target is in the shadow root,
236
- * which means the user clicked on the .item-native or
237
- * .item-inner padding.
238
- */
239
- const clickedWithinShadowRoot = this.el.shadowRoot.contains(target);
240
- if (clickedWithinShadowRoot) {
241
- firstInteractive.click();
242
- }
243
- }
244
- }
245
- },
246
- };
247
- }
248
- const showDetail = detail !== undefined ? detail : mode === 'ios' && clickable;
249
- this.itemStyles.forEach((value) => {
250
- Object.assign(childStyles, value);
251
- });
252
- const ariaDisabled = disabled || childStyles['item-interactive-disabled'] ? 'true' : null;
253
- const fillValue = fill || 'none';
254
- const inList = theme.hostContext('ion-list', this.el) && !theme.hostContext('ion-radio-group', this.el);
255
- return (index.h(index.Host, { key: '077c9ab04985292f79c30691151d2778a26285fb', "aria-disabled": ariaDisabled, class: Object.assign(Object.assign(Object.assign({}, childStyles), labelColorStyles), theme.createColorClasses(this.color, {
256
- item: true,
257
- [mode]: true,
258
- 'item-lines-default': lines === undefined,
259
- [`item-lines-${lines}`]: lines !== undefined,
260
- [`item-fill-${fillValue}`]: true,
261
- [`item-shape-${shape}`]: shape !== undefined,
262
- 'item-has-interactive-control': firstInteractive !== undefined,
263
- 'item-disabled': disabled,
264
- 'in-list': inList,
265
- 'item-multiple-inputs': this.multipleInputs,
266
- 'ion-activatable': canActivate,
267
- 'ion-focusable': this.focusable,
268
- 'item-rtl': document.dir === 'rtl',
269
- })), role: inList ? 'listitem' : null }, index.h(TagType, Object.assign({ key: '08bb75c85d0584e9fb7f461e9e06b9b651ef3515' }, attrs, inheritedAriaAttributes, { class: "item-native", part: "native", disabled: disabled }, clickFn), index.h("slot", { key: '3f742b07c4a58eadedf675be4878a3e00070750e', name: "start" }), index.h("div", { key: '0160b8963434f3107856a2df2fb96f1abb4fdbfe', class: "item-inner" }, index.h("div", { key: '9439b21474443341f06a651d7c44aef90bd4c591', class: "input-wrapper" }, index.h("slot", { key: '8034e1337a6c950b7725bc9aa46d55de980827bf' })), index.h("slot", { key: '690de6d3dd3a238ab7a2d3dfea69daa6647e5134', name: "end" }), showDetail && (index.h("ion-icon", { key: '6f386abbde5897fca7aabc850645986e16315213', icon: detailIcon, lazy: false, class: "item-detail-icon", part: "detail-icon", "aria-hidden": "true", "flip-rtl": detailIcon === index$1.chevronForward })), index.h("div", { key: '4bb8444a5097c032d79f2083f60429b9057e3a5c', class: "item-inner-highlight" })), canActivate && mode === 'md' && index.h("ion-ripple-effect", { key: '31c319e2335efbb92d7dea110a66f347764f2b44' }), index.h("div", { key: '0fc128b44582af7c8b542c9e346ef88e40fea148', class: "item-highlight" })), index.h("div", { key: '7b84c0a74d148a7fa6af449b6bd06bb45530edf5', class: "item-bottom" }, index.h("slot", { key: '97563a615efd81b21014c41a25989c71ba3ae2cd', name: "error" }), index.h("slot", { key: 'd84a4bb21ed3f13af82f78104ffb06d2b079738e', name: "helper" }), counterString && index.h("ion-note", { key: '34eaa7798c50d2f88afca0dcb1278df05a1800e6', class: "item-counter" }, counterString))));
270
- }
271
- static get delegatesFocus() { return true; }
272
- get el() { return index.getElement(this); }
273
- static get watchers() { return {
274
- "button": ["buttonChanged"],
275
- "counterFormatter": ["counterFormatterChanged"]
276
- }; }
277
- };
278
- Item.style = {
279
- ios: IonItemIosStyle0,
280
- md: IonItemMdStyle0
281
- };
282
-
283
- 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)}";
284
- const IonNoteIosStyle0 = noteIosCss;
285
-
286
- const noteMdCss = ":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-600, #666666);font-size:0.875rem}";
287
- const IonNoteMdStyle0 = noteMdCss;
288
-
289
- const Note = class {
290
- constructor(hostRef) {
291
- index.registerInstance(this, hostRef);
292
- this.color = undefined;
293
- }
294
- render() {
295
- const mode = ionicGlobal.getIonMode(this);
296
- return (index.h(index.Host, { key: '79a17a318ec6e8326c9741b4a9bb4598acdc225e', class: theme.createColorClasses(this.color, {
297
- [mode]: true,
298
- }) }, index.h("slot", { key: '5adeaccfabb4bee7b84ea5c5de804bd255b29255' })));
299
- }
300
- };
301
- Note.style = {
302
- ios: IonNoteIosStyle0,
303
- md: IonNoteMdStyle0
304
- };
305
-
306
- exports.ion_item = Item;
307
- exports.ion_note = Note;
308
-
309
- //# sourceMappingURL=ion-item_2.cjs.entry.js.map