cty-mui-core 1.0.0 → 1.0.2

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 (1352) hide show
  1. package/components/action-sheet.js +1 -1
  2. package/components/action-sheet2.js +8 -11
  3. package/components/alert.js +1 -1
  4. package/components/alert2.js +9 -14
  5. package/components/animation.js +250 -9
  6. package/components/backdrop.js +13 -1
  7. package/components/banner.js +1 -1
  8. package/components/button-active.js +1 -1
  9. package/components/button.js +6 -19
  10. package/components/buttons.js +3 -3
  11. package/components/checkbox.js +84 -14
  12. package/components/col.js +2 -2
  13. package/components/cty-camera-photo.js +1 -1
  14. package/components/cty-canvas-board.js +5 -4
  15. package/components/cty-cascader.js +1 -1
  16. package/components/cty-floating-bubble.js +1 -1
  17. package/components/cty-image-viewer.js +1 -1
  18. package/components/cty-index-bar.js +1 -1
  19. package/components/cty-loading.js +1 -1
  20. package/components/cty-quick-access.js +1 -1
  21. package/components/cty-record.js +1 -1
  22. package/components/cty-share-sheet.js +1 -1
  23. package/components/cty-tour.js +6 -6
  24. package/components/cty-tutorial.js +1 -1
  25. package/components/cty-video.js +2 -2
  26. package/components/data.js +1 -1
  27. package/components/form-controller.js +64 -0
  28. package/components/framework-delegate.js +1 -1
  29. package/components/gesture-controller.js +1 -1
  30. package/components/grid.js +2 -2
  31. package/components/haptic.js +54 -6
  32. package/components/header.js +5 -24
  33. package/components/helpers2.js +407 -3
  34. package/components/helpers3.js +3 -351
  35. package/components/index.js +23 -18
  36. package/components/index10.js +34 -5
  37. package/components/index4.js +1 -3
  38. package/components/index5.js +1 -1
  39. package/components/index8.js +2 -123
  40. package/components/index9.js +3 -3
  41. package/components/input-shims.js +2 -9
  42. package/components/input.utils.js +1 -13
  43. package/components/ion-accordion-group.js +3 -3
  44. package/components/ion-accordion.js +1 -1
  45. package/components/ion-app.js +2 -1
  46. package/components/ion-avatar.js +1 -1
  47. package/components/ion-back-button.js +4 -4
  48. package/components/ion-badge.js +4 -4
  49. package/components/ion-breadcrumb.js +7 -7
  50. package/components/ion-breadcrumbs.js +2 -2
  51. package/components/ion-card-content.js +1 -1
  52. package/components/ion-card-header.js +2 -2
  53. package/components/ion-card-subtitle.js +4 -4
  54. package/components/ion-card-title.js +3 -3
  55. package/components/ion-card.js +4 -4
  56. package/components/ion-chip.js +2 -2
  57. package/components/ion-content.js +437 -1
  58. package/components/ion-datetime-button.js +7 -7
  59. package/components/ion-datetime.js +113 -52
  60. package/components/ion-fab-button.js +5 -5
  61. package/components/ion-fab-list.js +3 -3
  62. package/components/ion-fab.js +2 -2
  63. package/components/ion-footer.js +3 -3
  64. package/components/ion-img.js +2 -2
  65. package/components/ion-infinite-scroll-content.js +4 -4
  66. package/components/ion-infinite-scroll.js +1 -1
  67. package/components/ion-input.js +96 -49
  68. package/components/ion-item-divider.js +4 -4
  69. package/components/ion-item-group.js +1 -1
  70. package/components/ion-item-option.js +4 -4
  71. package/components/ion-item-options.js +4 -4
  72. package/components/ion-item-sliding.js +2 -2
  73. package/components/ion-loading.js +6 -9
  74. package/components/ion-menu-button.js +5 -5
  75. package/components/ion-menu-toggle.js +2 -2
  76. package/components/ion-menu.js +60 -72
  77. package/components/ion-modal.js +1780 -1
  78. package/components/ion-nav-link.js +1 -1
  79. package/components/ion-nav.js +5 -9
  80. package/components/ion-note.js +1 -43
  81. package/components/ion-picker-column-internal.js +6 -0
  82. package/components/ion-picker-column.js +2 -2
  83. package/components/ion-picker-internal.js +6 -0
  84. package/components/ion-picker.js +321 -1
  85. package/components/ion-progress-bar.js +4 -7
  86. package/components/ion-refresher-content.js +2 -2
  87. package/components/ion-refresher.js +4 -31
  88. package/components/ion-reorder-group.js +2 -2
  89. package/components/ion-reorder.js +2 -2
  90. package/components/ion-router-link.js +3 -3
  91. package/components/ion-router-outlet.js +2 -2
  92. package/components/ion-router.js +1 -1
  93. package/components/ion-searchbar.js +10 -10
  94. package/components/ion-select-option.js +1 -1
  95. package/components/ion-select.js +209 -195
  96. package/components/ion-skeleton-text.js +2 -2
  97. package/components/ion-split-pane.js +17 -28
  98. package/components/ion-tab-bar.js +4 -4
  99. package/components/ion-tab-button.js +5 -5
  100. package/components/ion-tab.js +2 -2
  101. package/components/ion-tabs.js +2 -12
  102. package/components/ion-text.js +2 -2
  103. package/components/ion-textarea.js +73 -24
  104. package/components/ion-thumbnail.js +1 -1
  105. package/components/ion-toggle.js +69 -12
  106. package/components/ios.transition.js +67 -94
  107. package/components/item.js +100 -33
  108. package/components/label.js +5 -5
  109. package/components/list-header.js +4 -4
  110. package/components/list.js +2 -2
  111. package/components/notch-controller.js +1 -1
  112. package/components/note.js +45 -0
  113. package/components/overlay.js +1 -1
  114. package/components/overlays2.js +46 -168
  115. package/components/picker-column-internal.js +394 -0
  116. package/components/picker-column.js +319 -538
  117. package/components/picker-internal.js +514 -0
  118. package/components/platform.js +1 -8
  119. package/components/popover.js +8 -11
  120. package/components/radio-group.js +5 -13
  121. package/components/radio.js +87 -27
  122. package/components/range.js +111 -47
  123. package/components/refresher.utils.js +1 -1
  124. package/components/ripple-effect.js +1 -1
  125. package/components/row.js +1 -1
  126. package/components/segment-button.js +8 -27
  127. package/components/segment.js +27 -136
  128. package/components/select-popover.js +20 -14
  129. package/components/spinner.js +1 -1
  130. package/components/status-bar.js +0 -2
  131. package/components/status-tap.js +1 -1
  132. package/components/swipe-back.js +1 -1
  133. package/components/swipe-item.js +1 -1
  134. package/components/swipe.js +1 -1
  135. package/components/title.js +3 -3
  136. package/components/toast.js +8 -17
  137. package/components/toolbar.js +4 -4
  138. package/dist/cjs/animation-0c52d0da.js +1065 -0
  139. package/dist/cjs/app-globals-a3d55118.js +13 -0
  140. package/dist/cjs/cty-action-sheet.cjs.entry.js +4 -3
  141. package/dist/cjs/cty-agree.cjs.entry.js +1 -1
  142. package/dist/cjs/cty-alert_2.cjs.entry.js +4 -3
  143. package/dist/cjs/cty-audio.cjs.entry.js +3 -3
  144. package/dist/cjs/cty-camera-photo.cjs.entry.js +9 -8
  145. package/dist/cjs/cty-canvas-board.cjs.entry.js +5 -4
  146. package/dist/cjs/cty-canvas-video.cjs.entry.js +5 -5
  147. package/dist/cjs/cty-cascader.cjs.entry.js +4 -3
  148. package/dist/cjs/cty-floating-panel.cjs.entry.js +1 -1
  149. package/dist/cjs/cty-image-upload.cjs.entry.js +1 -1
  150. package/dist/cjs/cty-image-viewer.cjs.entry.js +4 -3
  151. package/dist/cjs/cty-keyboard.cjs.entry.js +5 -5
  152. package/dist/cjs/cty-loading.cjs.entry.js +4 -3
  153. package/dist/cjs/cty-media-capture.cjs.entry.js +6 -7
  154. package/dist/cjs/cty-mui-global-d06ce460.js +40 -0
  155. package/dist/cjs/cty-mui.cjs.js +6 -6
  156. package/dist/cjs/cty-nav-bar.cjs.entry.js +1 -1
  157. package/dist/cjs/cty-notice-bar.cjs.entry.js +3 -2
  158. package/dist/cjs/cty-overlay.cjs.entry.js +4 -3
  159. package/dist/cjs/cty-rate.cjs.entry.js +1 -1
  160. package/dist/cjs/cty-record.cjs.entry.js +9 -8
  161. package/dist/cjs/cty-share-sheet.cjs.entry.js +9 -8
  162. package/dist/cjs/cty-steps.cjs.entry.js +1 -1
  163. package/dist/cjs/cty-tour.cjs.entry.js +5 -5
  164. package/dist/cjs/cty-tutorial.cjs.entry.js +4 -3
  165. package/dist/cjs/cty-video.cjs.entry.js +10 -11
  166. package/dist/cjs/data-3db13a0d.js +1673 -0
  167. package/dist/cjs/device-info-17184306.js +110 -0
  168. package/dist/cjs/device-info-5b724fc2.js +42 -0
  169. package/dist/cjs/form-controller-68b564f5.js +66 -0
  170. package/dist/cjs/framework-delegate-6bcc353e.js +144 -0
  171. package/dist/cjs/gesture-controller-5af7dc44.js +197 -0
  172. package/dist/cjs/haptic-5cbe081d.js +212 -0
  173. package/dist/cjs/hardware-back-button-72541549.js +121 -0
  174. package/dist/cjs/helpers-610bf466.js +441 -0
  175. package/dist/cjs/index-04a36e23.js +198 -0
  176. package/dist/cjs/index-419d516f.js +96 -0
  177. package/dist/cjs/index-486add42.js +140 -0
  178. package/dist/cjs/index-b6883819.js +244 -0
  179. package/dist/cjs/index-cc42e41f.js +320 -0
  180. package/dist/cjs/index-db3ce39e.js +468 -0
  181. package/dist/cjs/index.cjs.js +31 -25
  182. package/dist/cjs/input-shims-ef4362de.js +619 -0
  183. package/dist/cjs/input.utils-a26b9af5.js +141 -0
  184. package/dist/cjs/ion-accordion-group.cjs.entry.js +5 -5
  185. package/dist/cjs/ion-accordion.cjs.entry.js +4 -4
  186. package/dist/cjs/ion-action-sheet_3.cjs.entry.js +1013 -0
  187. package/dist/cjs/ion-app.cjs.entry.js +9 -8
  188. package/dist/cjs/ion-avatar.cjs.entry.js +3 -3
  189. package/dist/cjs/ion-back-button.cjs.entry.js +7 -7
  190. package/dist/cjs/ion-backdrop.cjs.entry.js +15 -3
  191. package/dist/cjs/ion-badge.cjs.entry.js +6 -6
  192. package/dist/cjs/ion-breadcrumb.cjs.entry.js +10 -10
  193. package/dist/cjs/ion-breadcrumbs.cjs.entry.js +4 -4
  194. package/dist/cjs/ion-button_2.cjs.entry.js +9 -21
  195. package/dist/cjs/ion-card-content.cjs.entry.js +3 -3
  196. package/dist/cjs/ion-card-header.cjs.entry.js +4 -4
  197. package/dist/cjs/ion-card-subtitle.cjs.entry.js +6 -6
  198. package/dist/cjs/ion-card-title.cjs.entry.js +5 -5
  199. package/dist/cjs/ion-card.cjs.entry.js +6 -6
  200. package/dist/cjs/ion-checkbox_7.cjs.entry.js +958 -0
  201. package/dist/cjs/ion-chip.cjs.entry.js +4 -4
  202. package/dist/cjs/ion-col.cjs.entry.js +4 -4
  203. package/dist/cjs/ion-content.cjs.entry.js +415 -0
  204. package/dist/cjs/ion-datetime-button.cjs.entry.js +10 -10
  205. package/dist/cjs/ion-datetime.cjs.entry.js +91 -42
  206. package/dist/cjs/ion-fab-button.cjs.entry.js +8 -8
  207. package/dist/cjs/ion-fab-list.cjs.entry.js +5 -5
  208. package/dist/cjs/ion-fab.cjs.entry.js +4 -4
  209. package/dist/cjs/ion-footer.cjs.entry.js +6 -6
  210. package/dist/cjs/ion-grid.cjs.entry.js +4 -4
  211. package/dist/cjs/ion-header_3.cjs.entry.js +462 -0
  212. package/dist/cjs/ion-img.cjs.entry.js +4 -4
  213. package/dist/cjs/ion-infinite-scroll-content.cjs.entry.js +6 -6
  214. package/dist/cjs/ion-infinite-scroll.cjs.entry.js +5 -5
  215. package/dist/cjs/ion-input.cjs.entry.js +94 -51
  216. package/dist/cjs/ion-item-divider.cjs.entry.js +6 -6
  217. package/dist/cjs/ion-item-group.cjs.entry.js +3 -3
  218. package/dist/cjs/ion-item-option.cjs.entry.js +6 -6
  219. package/dist/cjs/ion-item-options.cjs.entry.js +6 -6
  220. package/dist/cjs/ion-item-sliding.cjs.entry.js +6 -6
  221. package/dist/cjs/ion-loading.cjs.entry.js +12 -16
  222. package/dist/cjs/ion-menu-button.cjs.entry.js +11 -11
  223. package/dist/cjs/ion-menu-toggle.cjs.entry.js +9 -9
  224. package/dist/cjs/ion-menu.cjs.entry.js +67 -79
  225. package/dist/cjs/ion-modal.cjs.entry.js +1734 -0
  226. package/dist/cjs/ion-nav-link.cjs.entry.js +1 -1
  227. package/dist/cjs/ion-nav.cjs.entry.js +9 -13
  228. package/dist/cjs/ion-note.cjs.entry.js +6 -6
  229. package/dist/cjs/ion-picker-column-internal_2.cjs.entry.js +868 -0
  230. package/dist/cjs/ion-picker-column.cjs.entry.js +367 -0
  231. package/dist/cjs/ion-picker.cjs.entry.js +280 -0
  232. package/dist/cjs/ion-popover.cjs.entry.js +14 -17
  233. package/dist/cjs/ion-progress-bar.cjs.entry.js +6 -9
  234. package/dist/cjs/ion-range.cjs.entry.js +113 -50
  235. package/dist/cjs/ion-refresher-content.cjs.entry.js +7 -7
  236. package/dist/cjs/ion-refresher.cjs.entry.js +13 -40
  237. package/dist/cjs/ion-reorder-group.cjs.entry.js +7 -7
  238. package/dist/cjs/ion-reorder.cjs.entry.js +4 -4
  239. package/dist/cjs/ion-ripple-effect.cjs.entry.js +3 -3
  240. package/dist/cjs/ion-router-link.cjs.entry.js +5 -5
  241. package/dist/cjs/ion-router-outlet.cjs.entry.js +7 -8
  242. package/dist/cjs/ion-router.cjs.entry.js +1 -1
  243. package/dist/cjs/ion-row.cjs.entry.js +3 -3
  244. package/dist/cjs/ion-searchbar.cjs.entry.js +12 -12
  245. package/dist/cjs/ion-segment_2.cjs.entry.js +36 -163
  246. package/dist/cjs/ion-select-option.cjs.entry.js +3 -3
  247. package/dist/cjs/ion-select.cjs.entry.js +184 -131
  248. package/dist/cjs/ion-skeleton-text.cjs.entry.js +4 -4
  249. package/dist/cjs/ion-spinner.cjs.entry.js +3 -3
  250. package/dist/cjs/ion-split-pane.cjs.entry.js +18 -28
  251. package/dist/cjs/ion-tab-bar.cjs.entry.js +6 -6
  252. package/dist/cjs/ion-tab-button.cjs.entry.js +7 -7
  253. package/dist/cjs/ion-tab.cjs.entry.js +4 -4
  254. package/dist/cjs/ion-tabs.cjs.entry.js +2 -12
  255. package/dist/cjs/ion-text.cjs.entry.js +4 -4
  256. package/dist/cjs/ion-textarea.cjs.entry.js +74 -28
  257. package/dist/cjs/ion-thumbnail.cjs.entry.js +3 -3
  258. package/dist/cjs/ion-toast.cjs.entry.js +15 -24
  259. package/dist/cjs/ion-toggle.cjs.entry.js +72 -16
  260. package/dist/cjs/ionic-global-87cc50ec.js +72 -0
  261. package/dist/cjs/ios.transition-c3a63357.js +654 -0
  262. package/dist/cjs/loader.cjs.js +6 -6
  263. package/dist/cjs/md.transition-ee491fdc.js +59 -0
  264. package/dist/cjs/menu-toggle-util-bc43877a.js +14 -0
  265. package/dist/cjs/network-8e98924e.js +32 -0
  266. package/dist/cjs/notch-controller-4c74d136.js +155 -0
  267. package/dist/cjs/overlays-6d292bc5.js +869 -0
  268. package/dist/cjs/platform-c5f6b806.js +170 -0
  269. package/dist/cjs/refresher.utils-2aed304b.js +206 -0
  270. package/dist/cjs/status-bar-3eeb8fa8.js +72 -0
  271. package/dist/cjs/status-tap-cc0eac47.js +42 -0
  272. package/dist/cjs/swipe-back-5e31dcba.js +81 -0
  273. package/dist/cjs/theme-a16341cf.js +50 -0
  274. package/dist/cjs/utils-f9260515.js +36 -0
  275. package/dist/collection/collection-manifest.json +2 -7
  276. package/dist/collection/components/canvas-board/canvas-board.js +4 -3
  277. package/dist/collection/components/tour/tour.js +5 -5
  278. package/dist/collection/components/video/video.js +2 -2
  279. package/dist/collection/utils/animations/modal/slide.js +4 -4
  280. package/dist/collection/utils/base64.js +2 -1
  281. package/dist/collection/utils/date.js +11 -7
  282. package/dist/cty-mui/cty-mui.esm.js +1 -1
  283. package/dist/cty-mui/cty-mui.js +1 -1
  284. package/dist/cty-mui/index.esm.js +1 -1
  285. package/dist/cty-mui/p-029d976e.system.entry.js +1 -0
  286. package/dist/cty-mui/p-037374d1.system.js +5 -0
  287. package/dist/cty-mui/p-0664ff0d.entry.js +1 -0
  288. package/dist/cty-mui/p-08813e48.system.entry.js +1 -0
  289. package/dist/cty-mui/p-0909376f.system.entry.js +1 -0
  290. package/dist/cty-mui/p-0983c9aa.entry.js +1 -0
  291. package/dist/cty-mui/p-0a3105a8.system.entry.js +5 -0
  292. package/dist/cty-mui/p-0baad49b.system.entry.js +1 -0
  293. package/dist/cty-mui/p-0bfd3ca5.entry.js +1 -0
  294. package/dist/cty-mui/p-0c325a48.entry.js +1 -0
  295. package/dist/cty-mui/p-0c39efb8.system.entry.js +5 -0
  296. package/dist/cty-mui/p-0c5f04fd.system.js +22 -0
  297. package/dist/cty-mui/p-0d55cf14.system.entry.js +1 -0
  298. package/dist/cty-mui/p-0ef4081c.js +1 -0
  299. package/dist/cty-mui/p-10c1aa0f.system.js +1 -0
  300. package/dist/cty-mui/p-116e34a0.entry.js +1 -0
  301. package/dist/cty-mui/p-1198f939.entry.js +1 -0
  302. package/dist/cty-mui/p-1403af79.entry.js +1 -0
  303. package/dist/cty-mui/p-14d685e6.entry.js +1 -0
  304. package/dist/cty-mui/p-1639635f.system.entry.js +1 -0
  305. package/dist/cty-mui/p-16c44e92.system.js +1 -0
  306. package/dist/cty-mui/p-176836bb.system.entry.js +1 -0
  307. package/dist/cty-mui/p-1a939b9b.system.entry.js +1 -0
  308. package/dist/cty-mui/p-1b181c6b.entry.js +1 -0
  309. package/dist/cty-mui/p-1b4d281d.js +4 -0
  310. package/dist/cty-mui/p-1c5d46a4.js +1 -0
  311. package/dist/cty-mui/p-1d2f9b2f.entry.js +1 -0
  312. package/dist/cty-mui/p-1df984fc.system.entry.js +29 -0
  313. package/dist/cty-mui/p-1e2b3999.js +1 -0
  314. package/dist/cty-mui/p-1fb374ad.system.js +5 -0
  315. package/dist/cty-mui/p-20c13e2d.system.entry.js +14 -0
  316. package/dist/cty-mui/p-21213462.system.js +1 -0
  317. package/dist/cty-mui/p-2334637c.system.entry.js +1 -0
  318. package/dist/cty-mui/p-2354e1db.system.entry.js +1 -0
  319. package/dist/cty-mui/p-2413947d.system.entry.js +5 -0
  320. package/dist/cty-mui/p-24f7d5d9.entry.js +1 -0
  321. package/dist/cty-mui/p-25859671.entry.js +1 -0
  322. package/dist/cty-mui/p-270769bb.js +4 -0
  323. package/dist/cty-mui/p-2ac4ea75.system.js +1 -0
  324. package/dist/cty-mui/p-2d552ac6.js +1 -0
  325. package/dist/cty-mui/p-2d655ccb.entry.js +1 -0
  326. package/dist/cty-mui/p-2dd4e8fd.system.entry.js +31 -0
  327. package/dist/cty-mui/p-2e4d3d61.entry.js +1 -0
  328. package/dist/cty-mui/p-2e6366c9.system.entry.js +1 -0
  329. package/dist/cty-mui/p-2fa5148b.entry.js +1 -0
  330. package/dist/cty-mui/p-30775dd6.entry.js +1 -0
  331. package/dist/cty-mui/p-31add44a.system.entry.js +1 -0
  332. package/dist/cty-mui/p-33e18608.system.js +5 -0
  333. package/dist/cty-mui/p-340ca715.system.entry.js +1 -0
  334. package/dist/cty-mui/p-34ad6b39.system.entry.js +1 -0
  335. package/dist/cty-mui/p-352c347e.system.entry.js +5 -0
  336. package/dist/cty-mui/p-35911218.entry.js +1 -0
  337. package/dist/cty-mui/p-39757d36.entry.js +1 -0
  338. package/dist/cty-mui/p-39830fed.entry.js +1 -0
  339. package/dist/cty-mui/p-39d6439a.system.entry.js +1 -0
  340. package/dist/cty-mui/p-3a6a2ac4.entry.js +4 -0
  341. package/dist/cty-mui/p-3b2948bd.system.entry.js +1 -0
  342. package/dist/cty-mui/p-3bc9835b.entry.js +1 -0
  343. package/dist/cty-mui/p-3be780a2.js +4 -0
  344. package/dist/cty-mui/p-3c6ce7b4.entry.js +1 -0
  345. package/dist/cty-mui/p-3e695dee.entry.js +1 -0
  346. package/dist/cty-mui/p-3e757146.system.js +8 -0
  347. package/dist/cty-mui/p-400bdacd.entry.js +1 -0
  348. package/dist/cty-mui/p-4056a25c.system.entry.js +1 -0
  349. package/dist/cty-mui/p-40bd9c58.system.entry.js +1 -0
  350. package/dist/cty-mui/p-419a8e40.entry.js +4 -0
  351. package/dist/cty-mui/p-4345d4f0.system.entry.js +1 -0
  352. package/dist/cty-mui/p-4386d76e.entry.js +1 -0
  353. package/dist/cty-mui/p-43e71989.entry.js +1 -0
  354. package/dist/cty-mui/p-44ac0a34.entry.js +1 -0
  355. package/dist/cty-mui/p-4665ce1e.system.js +4 -0
  356. package/dist/cty-mui/p-49a21c4a.system.entry.js +1 -0
  357. package/dist/cty-mui/p-49f04e4f.entry.js +1 -0
  358. package/dist/cty-mui/p-4b7345e7.entry.js +7 -0
  359. package/dist/cty-mui/p-4c170fc7.system.entry.js +1 -0
  360. package/dist/cty-mui/p-4c47ac59.system.entry.js +1 -0
  361. package/dist/cty-mui/p-4cdb6216.system.entry.js +1 -0
  362. package/dist/cty-mui/p-4d0f5eeb.system.entry.js +1 -0
  363. package/dist/cty-mui/p-4deeff33.system.entry.js +1 -0
  364. package/dist/cty-mui/p-50ed4dd2.js +4 -0
  365. package/dist/cty-mui/p-52ae34b4.entry.js +1 -0
  366. package/dist/cty-mui/p-53073033.system.entry.js +20 -0
  367. package/dist/cty-mui/p-5346d709.entry.js +7 -0
  368. package/dist/cty-mui/p-54d4bbc9.js +1 -0
  369. package/dist/cty-mui/p-56635202.system.entry.js +1 -0
  370. package/dist/cty-mui/p-56ff6fc0.entry.js +1 -0
  371. package/dist/cty-mui/p-5899b091.js +5 -0
  372. package/dist/cty-mui/p-589c2151.system.entry.js +1 -0
  373. package/dist/cty-mui/p-59aaf89a.system.entry.js +8 -0
  374. package/dist/cty-mui/p-5b428325.system.entry.js +1 -0
  375. package/dist/cty-mui/p-5bc3b6f0.entry.js +1 -0
  376. package/dist/cty-mui/p-5bcd47da.entry.js +1 -0
  377. package/dist/cty-mui/p-5c1d44f2.system.entry.js +1 -0
  378. package/dist/cty-mui/p-5d02b8a0.system.js +1 -0
  379. package/dist/cty-mui/p-5de79692.system.entry.js +1 -0
  380. package/dist/cty-mui/p-5f869183.js +5 -0
  381. package/dist/cty-mui/p-603a9ab6.system.entry.js +19 -0
  382. package/dist/cty-mui/p-60ba3bcf.entry.js +1 -0
  383. package/dist/cty-mui/p-619f8dc8.entry.js +1 -0
  384. package/dist/cty-mui/p-6291c2ec.entry.js +7 -0
  385. package/dist/cty-mui/p-63044694.system.entry.js +1 -0
  386. package/dist/cty-mui/p-64d84b52.entry.js +1 -0
  387. package/dist/cty-mui/p-64fc9f90.system.entry.js +1 -0
  388. package/dist/cty-mui/p-667ec4cd.system.entry.js +1 -0
  389. package/dist/cty-mui/p-6835a073.entry.js +4 -0
  390. package/dist/cty-mui/p-6acde970.system.js +1 -0
  391. package/dist/cty-mui/p-6bdfc8a0.system.entry.js +1 -0
  392. package/dist/cty-mui/p-6c4bd090.js +4 -0
  393. package/dist/cty-mui/p-6c8aa877.system.entry.js +1 -0
  394. package/dist/cty-mui/p-6cbedfed.system.entry.js +1 -0
  395. package/dist/cty-mui/p-6da52520.system.entry.js +1 -0
  396. package/dist/cty-mui/p-6dcc104f.entry.js +1 -0
  397. package/dist/cty-mui/p-6ea6fd00.system.entry.js +1 -0
  398. package/dist/cty-mui/p-70d04f64.entry.js +1 -0
  399. package/dist/cty-mui/p-7314de9e.system.js +1 -0
  400. package/dist/cty-mui/p-732e7bbf.system.entry.js +1 -0
  401. package/dist/cty-mui/p-7683e715.entry.js +7 -0
  402. package/dist/cty-mui/p-774b9ba5.entry.js +1 -0
  403. package/dist/cty-mui/p-775a7cce.entry.js +1 -0
  404. package/dist/cty-mui/p-77fa3fa3.entry.js +1 -0
  405. package/dist/cty-mui/p-78d5b421.entry.js +1 -0
  406. package/dist/cty-mui/p-7902dc4a.system.js +7 -0
  407. package/dist/cty-mui/p-79353038.system.entry.js +1 -0
  408. package/dist/cty-mui/p-7ac566a8.entry.js +1 -0
  409. package/dist/cty-mui/p-7c1eb1a3.js +4 -0
  410. package/dist/cty-mui/p-7dd52ca4.system.entry.js +1 -0
  411. package/dist/cty-mui/p-7e383596.system.js +5 -0
  412. package/dist/cty-mui/p-7e4d5e9b.js +4 -0
  413. package/dist/cty-mui/p-7eb6906a.system.entry.js +1 -0
  414. package/dist/cty-mui/p-7f90e93c.system.entry.js +1 -0
  415. package/dist/cty-mui/p-8404feec.system.js +1 -0
  416. package/dist/cty-mui/p-84b63331.entry.js +1 -0
  417. package/dist/cty-mui/p-84e4c87e.entry.js +4 -0
  418. package/dist/cty-mui/p-84f67c36.system.js +4 -0
  419. package/dist/cty-mui/p-860bf1c6.entry.js +1 -0
  420. package/dist/cty-mui/p-88025878.system.entry.js +1 -0
  421. package/dist/cty-mui/p-8813b9a6.entry.js +1 -0
  422. package/dist/cty-mui/p-89347cbf.js +7 -0
  423. package/dist/cty-mui/p-8a2cf17f.system.js +8 -0
  424. package/dist/cty-mui/p-8a9830fc.entry.js +1 -0
  425. package/dist/cty-mui/p-8bca6673.system.entry.js +1 -0
  426. package/dist/cty-mui/p-8d66e185.system.entry.js +1 -0
  427. package/dist/cty-mui/p-8de6fb55.entry.js +1 -0
  428. package/dist/cty-mui/p-8e0cfc3a.system.entry.js +1 -0
  429. package/dist/cty-mui/p-8f895694.entry.js +1 -0
  430. package/dist/cty-mui/p-92749096.js +1 -0
  431. package/dist/cty-mui/p-92e89a65.system.entry.js +1 -0
  432. package/dist/cty-mui/p-9385e9a6.js +4 -0
  433. package/dist/cty-mui/p-93cb68b2.entry.js +1 -0
  434. package/dist/cty-mui/p-93d3d18a.system.js +1 -0
  435. package/dist/cty-mui/p-943a7cb9.system.entry.js +1 -0
  436. package/dist/cty-mui/p-956410dc.entry.js +1 -0
  437. package/dist/cty-mui/p-958cb881.entry.js +1 -0
  438. package/dist/cty-mui/p-95f91ef2.system.js +5 -0
  439. package/dist/cty-mui/p-9659f92d.system.entry.js +1 -0
  440. package/dist/cty-mui/p-9679dbd7.entry.js +1 -0
  441. package/dist/cty-mui/p-96ae721f.entry.js +1 -0
  442. package/dist/cty-mui/p-9947976e.entry.js +1 -0
  443. package/dist/cty-mui/p-99557b21.js +4 -0
  444. package/dist/cty-mui/p-9bc1e4a4.entry.js +1 -0
  445. package/dist/cty-mui/p-9ccda7b7.system.entry.js +1 -0
  446. package/dist/cty-mui/p-9da26241.system.entry.js +1 -0
  447. package/dist/cty-mui/p-9e1b6711.system.entry.js +1 -0
  448. package/dist/cty-mui/p-a1e1a5e3.entry.js +1 -0
  449. package/dist/cty-mui/p-a2787438.entry.js +1 -0
  450. package/dist/cty-mui/p-a28cd437.system.js +4 -0
  451. package/dist/cty-mui/p-a3aaf57c.system.entry.js +1 -0
  452. package/dist/cty-mui/p-a5c346e0.js +4 -0
  453. package/dist/cty-mui/p-a60113f0.system.entry.js +1 -0
  454. package/dist/cty-mui/p-a7dd4e88.system.entry.js +1 -0
  455. package/dist/cty-mui/p-a82b9caa.entry.js +1 -0
  456. package/dist/cty-mui/p-a8c9f94d.entry.js +1 -0
  457. package/dist/cty-mui/p-ab220f15.system.entry.js +1 -0
  458. package/dist/cty-mui/p-ac9d7aea.system.entry.js +1 -0
  459. package/dist/cty-mui/p-aca972bb.system.js +14 -0
  460. package/dist/cty-mui/p-ad2672a2.system.entry.js +1 -0
  461. package/dist/cty-mui/p-ae701692.entry.js +1 -0
  462. package/dist/cty-mui/p-afed3719.system.entry.js +5 -0
  463. package/dist/cty-mui/p-b12c14a7.system.entry.js +1 -0
  464. package/dist/cty-mui/p-b188e538.system.entry.js +16 -0
  465. package/dist/cty-mui/p-b18bfead.system.js +4 -0
  466. package/dist/cty-mui/p-b23a88c4.system.entry.js +1 -0
  467. package/dist/cty-mui/p-b4dcf32c.js +7 -0
  468. package/dist/cty-mui/p-b513b6e1.entry.js +4 -0
  469. package/dist/cty-mui/p-b7113fd9.js +5 -0
  470. package/dist/cty-mui/p-b79d384f.system.entry.js +1 -0
  471. package/dist/cty-mui/p-b9793eab.system.js +4 -0
  472. package/dist/cty-mui/p-b9a4d0ee.entry.js +1 -0
  473. package/dist/cty-mui/p-ba9135d9.js +4 -0
  474. package/dist/cty-mui/p-bb360d75.js +4 -0
  475. package/dist/cty-mui/p-bb7af9a8.system.js +4 -0
  476. package/dist/cty-mui/p-bd6aee55.system.js +1 -0
  477. package/dist/cty-mui/p-bedfe500.entry.js +14 -0
  478. package/dist/cty-mui/p-c08f8bd8.system.entry.js +1 -0
  479. package/dist/cty-mui/p-c1391708.entry.js +1 -0
  480. package/dist/cty-mui/p-c1933c75.system.entry.js +1 -0
  481. package/dist/cty-mui/p-c1b4144b.entry.js +1 -0
  482. package/dist/cty-mui/p-c1df683c.entry.js +1 -0
  483. package/dist/cty-mui/p-c4d4b595.system.entry.js +1 -0
  484. package/dist/cty-mui/p-c67e97c1.js +4 -0
  485. package/dist/cty-mui/p-c6a2e187.js +4 -0
  486. package/dist/cty-mui/p-ca263577.system.entry.js +1 -0
  487. package/dist/cty-mui/p-cb050cc4.system.entry.js +1 -0
  488. package/dist/cty-mui/p-cb21f222.system.js +5 -0
  489. package/dist/cty-mui/p-cbbfc071.entry.js +1 -0
  490. package/dist/cty-mui/p-cbdf48ed.js +7 -0
  491. package/dist/cty-mui/p-cdbb2f19.system.entry.js +1 -0
  492. package/dist/cty-mui/p-cdec4044.entry.js +1 -0
  493. package/dist/cty-mui/p-ce8bb984.system.js +5 -0
  494. package/dist/cty-mui/p-cf323f5a.entry.js +1 -0
  495. package/dist/cty-mui/p-cf7b499d.system.js +5 -0
  496. package/dist/cty-mui/p-d0235bb5.entry.js +1 -0
  497. package/dist/cty-mui/p-d0453a7d.system.entry.js +1 -0
  498. package/dist/cty-mui/p-d05648f2.js +4 -0
  499. package/dist/cty-mui/p-d19c42f5.entry.js +1 -0
  500. package/dist/cty-mui/p-d4e3e8d1.entry.js +1 -0
  501. package/dist/cty-mui/p-d525846d.system.entry.js +5 -0
  502. package/dist/cty-mui/p-d5d54dec.entry.js +4 -0
  503. package/dist/cty-mui/p-d63c2571.entry.js +1 -0
  504. package/dist/cty-mui/p-d7009391.entry.js +4 -0
  505. package/dist/cty-mui/p-d7423676.system.entry.js +1 -0
  506. package/dist/cty-mui/p-d753e7af.entry.js +1 -0
  507. package/dist/cty-mui/p-d9c7cf01.system.js +5 -0
  508. package/dist/cty-mui/p-d9c9b152.entry.js +1 -0
  509. package/dist/cty-mui/p-d9cd6f59.entry.js +1 -0
  510. package/dist/cty-mui/p-da4a95c9.system.entry.js +1 -0
  511. package/dist/cty-mui/p-dbb22cc6.entry.js +1 -0
  512. package/dist/cty-mui/p-dc8af39e.system.js +8 -0
  513. package/dist/cty-mui/p-dd515778.js +4 -0
  514. package/dist/cty-mui/p-dd7b059f.entry.js +1 -0
  515. package/dist/cty-mui/p-de01d9bf.js +1 -0
  516. package/dist/cty-mui/p-de59b899.system.entry.js +1 -0
  517. package/dist/cty-mui/p-deb046c7.system.js +4 -0
  518. package/dist/cty-mui/p-df9e6d6b.entry.js +1 -0
  519. package/dist/cty-mui/p-e0d81f89.system.entry.js +1 -0
  520. package/dist/cty-mui/p-e155abb6.system.entry.js +1 -0
  521. package/dist/cty-mui/p-e165ad03.system.entry.js +1 -0
  522. package/dist/cty-mui/p-e211879b.system.entry.js +1 -0
  523. package/dist/cty-mui/p-e2590401.entry.js +1 -0
  524. package/dist/cty-mui/p-e298cad4.system.entry.js +1 -0
  525. package/dist/cty-mui/p-e3b83794.entry.js +1 -0
  526. package/dist/cty-mui/p-e5b4e452.system.entry.js +1 -0
  527. package/dist/cty-mui/p-e5ebb8e3.entry.js +1 -0
  528. package/dist/cty-mui/p-e6a8ef04.system.js +1 -0
  529. package/dist/cty-mui/p-e81e3573.system.entry.js +1 -0
  530. package/dist/cty-mui/p-e8e9a4c3.entry.js +1 -0
  531. package/dist/cty-mui/p-e9cebb53.entry.js +1 -0
  532. package/dist/cty-mui/p-ea818f95.entry.js +1 -0
  533. package/dist/cty-mui/p-eb52b735.system.entry.js +1 -0
  534. package/dist/cty-mui/p-eba8c4e2.system.entry.js +8 -0
  535. package/dist/cty-mui/p-ec34f0cc.js +1 -0
  536. package/dist/cty-mui/p-ec6374a5.system.js +16 -0
  537. package/dist/cty-mui/p-ed5903c3.js +8 -0
  538. package/dist/cty-mui/p-ed74e01a.entry.js +7 -0
  539. package/dist/cty-mui/p-eff2eb69.entry.js +1 -0
  540. package/dist/cty-mui/p-f0a2d395.system.entry.js +1 -0
  541. package/dist/cty-mui/p-f0c8a6e2.entry.js +1 -0
  542. package/dist/cty-mui/p-f5930227.system.entry.js +1 -0
  543. package/dist/cty-mui/p-f5f16a8c.system.entry.js +1 -0
  544. package/dist/cty-mui/p-f68ecebd.system.entry.js +1 -0
  545. package/dist/cty-mui/p-f87f3232.js +1 -0
  546. package/dist/cty-mui/p-f99837be.entry.js +1 -0
  547. package/dist/cty-mui/p-fab9519b.system.entry.js +1 -0
  548. package/dist/cty-mui/p-fbf1477a.entry.js +4 -0
  549. package/dist/cty-mui/p-fd32afca.js +4 -0
  550. package/dist/cty-mui/p-fe10c8db.system.entry.js +1 -0
  551. package/dist/cty-mui/p-fec5ecaa.system.js +5 -0
  552. package/dist/cty-mui/p-fef9fcb2.entry.js +1 -0
  553. package/dist/docs.json +1 -1
  554. package/dist/esm/animation-b16a2a19.js +1063 -0
  555. package/dist/esm/app-globals-3415af9e.js +11 -0
  556. package/dist/esm/cty-action-sheet.entry.js +4 -3
  557. package/dist/esm/cty-agree.entry.js +1 -1
  558. package/dist/esm/cty-alert_2.entry.js +4 -3
  559. package/dist/esm/cty-audio.entry.js +3 -3
  560. package/dist/esm/cty-camera-photo.entry.js +9 -8
  561. package/dist/esm/cty-canvas-board.entry.js +5 -4
  562. package/dist/esm/cty-canvas-video.entry.js +5 -5
  563. package/dist/esm/cty-cascader.entry.js +4 -3
  564. package/dist/esm/cty-floating-panel.entry.js +1 -1
  565. package/dist/esm/cty-image-upload.entry.js +1 -1
  566. package/dist/esm/cty-image-viewer.entry.js +4 -3
  567. package/dist/esm/cty-keyboard.entry.js +5 -5
  568. package/dist/esm/cty-loading.entry.js +4 -3
  569. package/dist/esm/cty-media-capture.entry.js +6 -7
  570. package/dist/esm/cty-mui-global-fa4e4388.js +38 -0
  571. package/dist/esm/cty-mui.js +6 -6
  572. package/dist/esm/cty-nav-bar.entry.js +1 -1
  573. package/dist/esm/cty-notice-bar.entry.js +3 -2
  574. package/dist/esm/cty-overlay.entry.js +4 -3
  575. package/dist/esm/cty-rate.entry.js +1 -1
  576. package/dist/esm/cty-record.entry.js +9 -8
  577. package/dist/esm/cty-share-sheet.entry.js +9 -8
  578. package/dist/esm/cty-steps.entry.js +1 -1
  579. package/dist/esm/cty-tour.entry.js +5 -5
  580. package/dist/esm/cty-tutorial.entry.js +4 -3
  581. package/dist/esm/cty-video.entry.js +10 -11
  582. package/dist/esm/data-f2eb55d6.js +1628 -0
  583. package/dist/esm/device-info-9597a43d.js +101 -0
  584. package/dist/esm/device-info-ba83a042.js +40 -0
  585. package/dist/esm/form-controller-62913d30.js +64 -0
  586. package/dist/esm/framework-delegate-683c05ab.js +140 -0
  587. package/dist/esm/gesture-controller-4c257f5f.js +195 -0
  588. package/dist/esm/haptic-24661586.js +206 -0
  589. package/dist/esm/hardware-back-button-06c7b4ce.js +115 -0
  590. package/dist/esm/helpers-297cf52d.js +418 -0
  591. package/dist/esm/index-05441d37.js +234 -0
  592. package/dist/esm/index-3803a7b4.js +318 -0
  593. package/dist/esm/index-4198b775.js +128 -0
  594. package/dist/esm/index-4ff9f2e6.js +466 -0
  595. package/dist/esm/index-772ef105.js +49 -0
  596. package/dist/esm/index-df5b1ddc.js +196 -0
  597. package/dist/esm/index.js +32 -26
  598. package/dist/esm/input-shims-2ae68524.js +617 -0
  599. package/dist/esm/input.utils-d4a1c243.js +138 -0
  600. package/dist/esm/ion-accordion-group.entry.js +5 -5
  601. package/dist/esm/ion-accordion.entry.js +4 -4
  602. package/dist/esm/ion-action-sheet_3.entry.js +1007 -0
  603. package/dist/esm/ion-app.entry.js +9 -8
  604. package/dist/esm/ion-avatar.entry.js +3 -3
  605. package/dist/esm/ion-back-button.entry.js +7 -7
  606. package/dist/esm/ion-backdrop.entry.js +15 -3
  607. package/dist/esm/ion-badge.entry.js +6 -6
  608. package/dist/esm/ion-breadcrumb.entry.js +10 -10
  609. package/dist/esm/ion-breadcrumbs.entry.js +4 -4
  610. package/dist/esm/ion-button_2.entry.js +9 -21
  611. package/dist/esm/ion-card-content.entry.js +3 -3
  612. package/dist/esm/ion-card-header.entry.js +4 -4
  613. package/dist/esm/ion-card-subtitle.entry.js +6 -6
  614. package/dist/esm/ion-card-title.entry.js +5 -5
  615. package/dist/esm/ion-card.entry.js +6 -6
  616. package/dist/esm/ion-checkbox_7.entry.js +948 -0
  617. package/dist/esm/ion-chip.entry.js +4 -4
  618. package/dist/esm/ion-col.entry.js +4 -4
  619. package/dist/esm/ion-content.entry.js +411 -0
  620. package/dist/esm/ion-datetime-button.entry.js +10 -10
  621. package/dist/esm/ion-datetime.entry.js +91 -42
  622. package/dist/esm/ion-fab-button.entry.js +8 -8
  623. package/dist/esm/ion-fab-list.entry.js +5 -5
  624. package/dist/esm/ion-fab.entry.js +4 -4
  625. package/dist/esm/ion-footer.entry.js +6 -6
  626. package/dist/esm/ion-grid.entry.js +4 -4
  627. package/dist/esm/ion-header_3.entry.js +456 -0
  628. package/dist/esm/ion-img.entry.js +4 -4
  629. package/dist/esm/ion-infinite-scroll-content.entry.js +6 -6
  630. package/dist/esm/ion-infinite-scroll.entry.js +5 -5
  631. package/dist/esm/ion-input.entry.js +94 -51
  632. package/dist/esm/ion-item-divider.entry.js +6 -6
  633. package/dist/esm/ion-item-group.entry.js +3 -3
  634. package/dist/esm/ion-item-option.entry.js +6 -6
  635. package/dist/esm/ion-item-options.entry.js +6 -6
  636. package/dist/esm/ion-item-sliding.entry.js +6 -6
  637. package/dist/esm/ion-loading.entry.js +12 -16
  638. package/dist/esm/ion-menu-button.entry.js +11 -11
  639. package/dist/esm/ion-menu-toggle.entry.js +9 -9
  640. package/dist/esm/ion-menu.entry.js +67 -79
  641. package/dist/esm/ion-modal.entry.js +1730 -0
  642. package/dist/esm/ion-nav-link.entry.js +1 -1
  643. package/dist/esm/ion-nav.entry.js +9 -13
  644. package/dist/esm/ion-note.entry.js +6 -6
  645. package/dist/esm/ion-picker-column-internal_2.entry.js +863 -0
  646. package/dist/esm/ion-picker-column.entry.js +363 -0
  647. package/dist/esm/ion-picker.entry.js +276 -0
  648. package/dist/esm/ion-popover.entry.js +14 -17
  649. package/dist/esm/ion-progress-bar.entry.js +6 -9
  650. package/dist/esm/ion-range.entry.js +114 -51
  651. package/dist/esm/ion-refresher-content.entry.js +7 -7
  652. package/dist/esm/ion-refresher.entry.js +13 -40
  653. package/dist/esm/ion-reorder-group.entry.js +7 -7
  654. package/dist/esm/ion-reorder.entry.js +4 -4
  655. package/dist/esm/ion-ripple-effect.entry.js +3 -3
  656. package/dist/esm/ion-router-link.entry.js +5 -5
  657. package/dist/esm/ion-router-outlet.entry.js +7 -8
  658. package/dist/esm/ion-router.entry.js +1 -1
  659. package/dist/esm/ion-row.entry.js +3 -3
  660. package/dist/esm/ion-searchbar.entry.js +12 -12
  661. package/dist/esm/ion-segment_2.entry.js +36 -163
  662. package/dist/esm/ion-select-option.entry.js +3 -3
  663. package/dist/esm/ion-select.entry.js +183 -130
  664. package/dist/esm/ion-skeleton-text.entry.js +4 -4
  665. package/dist/esm/ion-spinner.entry.js +3 -3
  666. package/dist/esm/ion-split-pane.entry.js +18 -28
  667. package/dist/esm/ion-tab-bar.entry.js +6 -6
  668. package/dist/esm/ion-tab-button.entry.js +7 -7
  669. package/dist/esm/ion-tab.entry.js +4 -4
  670. package/dist/esm/ion-tabs.entry.js +2 -12
  671. package/dist/esm/ion-text.entry.js +4 -4
  672. package/dist/esm/ion-textarea.entry.js +75 -29
  673. package/dist/esm/ion-thumbnail.entry.js +3 -3
  674. package/dist/esm/ion-toast.entry.js +16 -25
  675. package/dist/esm/ion-toggle.entry.js +72 -16
  676. package/dist/esm/ionic-global-dab6889e.js +69 -0
  677. package/dist/esm/ios.transition-fa832483.js +651 -0
  678. package/dist/esm/loader.js +6 -6
  679. package/dist/esm/md.transition-4a24263d.js +57 -0
  680. package/dist/esm/menu-toggle-util-ac024670.js +12 -0
  681. package/dist/esm/network-c7cc92fe.js +30 -0
  682. package/dist/esm/notch-controller-56567128.js +153 -0
  683. package/dist/esm/overlays-48c9f37e.js +851 -0
  684. package/dist/esm/platform-f0939ad8.js +163 -0
  685. package/dist/esm/refresher.utils-ae67affe.js +196 -0
  686. package/dist/esm/status-bar-cc8a58c8.js +69 -0
  687. package/dist/esm/status-tap-7b602f5d.js +40 -0
  688. package/dist/esm/swipe-back-58dea440.js +79 -0
  689. package/dist/esm/theme-b79a4b19.js +46 -0
  690. package/dist/esm/utils-1384e2b9.js +33 -0
  691. package/dist/esm-es5/animation-b16a2a19.js +7 -0
  692. package/dist/esm-es5/app-globals-3415af9e.js +1 -0
  693. package/dist/esm-es5/cty-action-sheet.entry.js +1 -1
  694. package/dist/esm-es5/cty-agree.entry.js +1 -1
  695. package/dist/esm-es5/cty-alert_2.entry.js +1 -1
  696. package/dist/esm-es5/cty-audio.entry.js +1 -1
  697. package/dist/esm-es5/cty-camera-photo.entry.js +1 -1
  698. package/dist/esm-es5/cty-canvas-board.entry.js +1 -1
  699. package/dist/esm-es5/cty-canvas-video.entry.js +1 -1
  700. package/dist/esm-es5/cty-cascader.entry.js +1 -1
  701. package/dist/esm-es5/cty-floating-panel.entry.js +1 -1
  702. package/dist/esm-es5/cty-image-upload.entry.js +1 -1
  703. package/dist/esm-es5/cty-image-viewer.entry.js +1 -1
  704. package/dist/esm-es5/cty-keyboard.entry.js +1 -1
  705. package/dist/esm-es5/cty-loading.entry.js +1 -1
  706. package/dist/esm-es5/cty-media-capture.entry.js +1 -1
  707. package/dist/esm-es5/cty-mui-global-fa4e4388.js +1 -0
  708. package/dist/esm-es5/cty-mui.js +1 -1
  709. package/dist/esm-es5/cty-nav-bar.entry.js +1 -1
  710. package/dist/esm-es5/cty-notice-bar.entry.js +1 -1
  711. package/dist/esm-es5/cty-overlay.entry.js +1 -1
  712. package/dist/esm-es5/cty-rate.entry.js +1 -1
  713. package/dist/esm-es5/cty-record.entry.js +1 -1
  714. package/dist/esm-es5/cty-share-sheet.entry.js +1 -1
  715. package/dist/esm-es5/cty-steps.entry.js +1 -1
  716. package/dist/esm-es5/cty-tour.entry.js +1 -1
  717. package/dist/esm-es5/cty-tutorial.entry.js +1 -1
  718. package/dist/esm-es5/cty-video.entry.js +1 -1
  719. package/dist/esm-es5/device-info-9597a43d.js +1 -0
  720. package/dist/esm-es5/device-info-ba83a042.js +1 -0
  721. package/dist/esm-es5/form-controller-62913d30.js +4 -0
  722. package/dist/esm-es5/framework-delegate-683c05ab.js +5 -0
  723. package/dist/esm-es5/gesture-controller-4c257f5f.js +4 -0
  724. package/dist/esm-es5/haptic-24661586.js +4 -0
  725. package/dist/esm-es5/hardware-back-button-06c7b4ce.js +4 -0
  726. package/dist/esm-es5/helpers-297cf52d.js +4 -0
  727. package/dist/esm-es5/index-05441d37.js +7 -0
  728. package/dist/esm-es5/index-3803a7b4.js +16 -0
  729. package/dist/esm-es5/index-4198b775.js +4 -0
  730. package/dist/esm-es5/index-4ff9f2e6.js +13 -0
  731. package/dist/esm-es5/index-772ef105.js +1 -0
  732. package/dist/esm-es5/index-df5b1ddc.js +4 -0
  733. package/dist/esm-es5/index.js +1 -1
  734. package/dist/esm-es5/input-shims-2ae68524.js +22 -0
  735. package/dist/esm-es5/input.utils-d4a1c243.js +7 -0
  736. package/dist/esm-es5/ion-accordion-group.entry.js +1 -1
  737. package/dist/esm-es5/ion-accordion.entry.js +1 -1
  738. package/dist/esm-es5/ion-action-sheet_3.entry.js +28 -0
  739. package/dist/esm-es5/ion-app.entry.js +1 -1
  740. package/dist/esm-es5/ion-avatar.entry.js +1 -1
  741. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  742. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  743. package/dist/esm-es5/ion-badge.entry.js +1 -1
  744. package/dist/esm-es5/ion-breadcrumb.entry.js +1 -1
  745. package/dist/esm-es5/ion-breadcrumbs.entry.js +1 -1
  746. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  747. package/dist/esm-es5/ion-card-content.entry.js +1 -1
  748. package/dist/esm-es5/ion-card-header.entry.js +1 -1
  749. package/dist/esm-es5/ion-card-subtitle.entry.js +1 -1
  750. package/dist/esm-es5/ion-card-title.entry.js +1 -1
  751. package/dist/esm-es5/ion-card.entry.js +1 -1
  752. package/dist/esm-es5/ion-checkbox_7.entry.js +1 -0
  753. package/dist/esm-es5/ion-chip.entry.js +1 -1
  754. package/dist/esm-es5/ion-col.entry.js +2 -2
  755. package/dist/esm-es5/ion-content.entry.js +1 -0
  756. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  757. package/dist/esm-es5/ion-datetime.entry.js +3 -3
  758. package/dist/esm-es5/ion-fab-button.entry.js +1 -1
  759. package/dist/esm-es5/ion-fab-list.entry.js +1 -1
  760. package/dist/esm-es5/ion-fab.entry.js +1 -1
  761. package/dist/esm-es5/ion-footer.entry.js +2 -2
  762. package/dist/esm-es5/ion-grid.entry.js +1 -1
  763. package/dist/esm-es5/ion-header_3.entry.js +4 -0
  764. package/dist/esm-es5/ion-img.entry.js +1 -1
  765. package/dist/esm-es5/ion-infinite-scroll-content.entry.js +1 -1
  766. package/dist/esm-es5/ion-infinite-scroll.entry.js +1 -1
  767. package/dist/esm-es5/ion-input.entry.js +1 -1
  768. package/dist/esm-es5/ion-item-divider.entry.js +1 -1
  769. package/dist/esm-es5/ion-item-group.entry.js +1 -1
  770. package/dist/esm-es5/ion-item-option.entry.js +1 -1
  771. package/dist/esm-es5/ion-item-options.entry.js +1 -1
  772. package/dist/esm-es5/ion-item-sliding.entry.js +1 -1
  773. package/dist/esm-es5/ion-loading.entry.js +2 -2
  774. package/dist/esm-es5/ion-menu-button.entry.js +1 -1
  775. package/dist/esm-es5/ion-menu-toggle.entry.js +1 -1
  776. package/dist/esm-es5/ion-menu.entry.js +1 -1
  777. package/dist/esm-es5/ion-modal.entry.js +31 -0
  778. package/dist/esm-es5/ion-nav-link.entry.js +1 -1
  779. package/dist/esm-es5/ion-nav.entry.js +2 -2
  780. package/dist/esm-es5/ion-note.entry.js +1 -1
  781. package/dist/esm-es5/ion-picker-column-internal_2.entry.js +1 -0
  782. package/dist/esm-es5/ion-picker-column.entry.js +1 -0
  783. package/dist/esm-es5/ion-picker.entry.js +7 -0
  784. package/dist/esm-es5/ion-popover.entry.js +5 -5
  785. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  786. package/dist/esm-es5/ion-range.entry.js +2 -2
  787. package/dist/esm-es5/ion-refresher-content.entry.js +1 -1
  788. package/dist/esm-es5/ion-refresher.entry.js +1 -1
  789. package/dist/esm-es5/ion-reorder-group.entry.js +1 -1
  790. package/dist/esm-es5/ion-reorder.entry.js +1 -1
  791. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  792. package/dist/esm-es5/ion-router-link.entry.js +1 -1
  793. package/dist/esm-es5/ion-router-outlet.entry.js +1 -1
  794. package/dist/esm-es5/ion-router.entry.js +1 -1
  795. package/dist/esm-es5/ion-row.entry.js +1 -1
  796. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  797. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  798. package/dist/esm-es5/ion-select-option.entry.js +1 -1
  799. package/dist/esm-es5/ion-select.entry.js +1 -1
  800. package/dist/esm-es5/ion-skeleton-text.entry.js +1 -1
  801. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  802. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  803. package/dist/esm-es5/ion-tab-bar.entry.js +1 -1
  804. package/dist/esm-es5/ion-tab-button.entry.js +1 -1
  805. package/dist/esm-es5/ion-tab.entry.js +1 -1
  806. package/dist/esm-es5/ion-tabs.entry.js +1 -1
  807. package/dist/esm-es5/ion-text.entry.js +1 -1
  808. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  809. package/dist/esm-es5/ion-thumbnail.entry.js +1 -1
  810. package/dist/esm-es5/ion-toast.entry.js +7 -7
  811. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  812. package/dist/esm-es5/ionic-global-dab6889e.js +5 -0
  813. package/dist/esm-es5/ios.transition-fa832483.js +4 -0
  814. package/dist/esm-es5/loader.js +1 -1
  815. package/dist/esm-es5/md.transition-4a24263d.js +4 -0
  816. package/dist/esm-es5/menu-toggle-util-ac024670.js +5 -0
  817. package/dist/esm-es5/network-c7cc92fe.js +1 -0
  818. package/dist/esm-es5/notch-controller-56567128.js +4 -0
  819. package/dist/esm-es5/overlays-48c9f37e.js +4 -0
  820. package/dist/esm-es5/platform-f0939ad8.js +7 -0
  821. package/dist/esm-es5/refresher.utils-ae67affe.js +4 -0
  822. package/dist/esm-es5/status-bar-cc8a58c8.js +1 -0
  823. package/dist/esm-es5/status-tap-7b602f5d.js +4 -0
  824. package/dist/esm-es5/swipe-back-58dea440.js +4 -0
  825. package/dist/esm-es5/theme-b79a4b19.js +1 -0
  826. package/dist/esm-es5/utils-1384e2b9.js +1 -0
  827. package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.md.css +26 -4
  828. package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.ios.css +9 -16
  829. package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.md.css +3 -10
  830. package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.ios.css +80 -33
  831. package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.md.css +121 -25
  832. package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.ios.css +1 -1
  833. package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.ios.css +1 -1
  834. package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.md.css +1 -1
  835. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.ios.css +9 -9
  836. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.md.css +9 -9
  837. package/dist/node_modules/@ionic/core/dist/collection/components/button/button.ios.css +21 -82
  838. package/dist/node_modules/@ionic/core/dist/collection/components/button/button.md.css +23 -80
  839. package/dist/node_modules/@ionic/core/dist/collection/components/card/card.ios.css +1 -1
  840. package/dist/node_modules/@ionic/core/dist/collection/components/card/card.md.css +1 -1
  841. package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.ios.css +1 -1
  842. package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.md.css +1 -1
  843. package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.md.css +1 -1
  844. package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.ios.css +88 -22
  845. package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.md.css +85 -19
  846. package/dist/node_modules/@ionic/core/dist/collection/components/content/content.css +4 -0
  847. package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.ios.css +117 -105
  848. package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.md.css +114 -106
  849. package/dist/node_modules/@ionic/core/dist/collection/components/datetime-button/datetime-button.css +100 -0
  850. package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.ios.css +7 -7
  851. package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.md.css +1 -1
  852. package/dist/node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.css +42 -4
  853. package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +3 -3
  854. package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +3 -3
  855. package/dist/node_modules/@ionic/core/dist/collection/components/input/input.ios.css +106 -24
  856. package/dist/node_modules/@ionic/core/dist/collection/components/input/input.md.css +220 -50
  857. package/dist/node_modules/@ionic/core/dist/collection/components/item/item.ios.css +224 -8
  858. package/dist/node_modules/@ionic/core/dist/collection/components/item/item.md.css +451 -15
  859. package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.ios.css +3 -3
  860. package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.md.css +17 -7
  861. package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.ios.css +2 -2
  862. package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.md.css +1 -1
  863. package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.ios.css +1 -1
  864. package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.md.css +1 -1
  865. package/dist/node_modules/@ionic/core/dist/collection/components/label/label.ios.css +6 -1
  866. package/dist/node_modules/@ionic/core/dist/collection/components/label/label.md.css +77 -2
  867. package/dist/node_modules/@ionic/core/dist/collection/components/list/list.md.css +26 -2
  868. package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.ios.css +2 -2
  869. package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.md.css +1 -1
  870. package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.ios.css +2 -2
  871. package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.md.css +3 -3
  872. package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.ios.css +53 -72
  873. package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.md.css +53 -72
  874. package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.ios.css +1 -1
  875. package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.ios.css +38 -9
  876. package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.md.css +1 -1
  877. package/dist/node_modules/@ionic/core/dist/collection/components/note/note.ios.css +1 -1
  878. package/dist/node_modules/@ionic/core/dist/collection/components/note/note.md.css +1 -1
  879. package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.ios.css +234 -97
  880. package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.md.css +226 -98
  881. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.ios.css +255 -0
  882. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.md.css +246 -0
  883. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +138 -0
  884. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.md.css +196 -0
  885. package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.ios.css +262 -0
  886. package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.md.css +258 -0
  887. package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.ios.css +27 -3
  888. package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.ios.css +11 -17
  889. package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.md.css +10 -8
  890. package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.ios.css +101 -21
  891. package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.md.css +105 -19
  892. package/dist/node_modules/@ionic/core/dist/collection/components/range/range.ios.css +90 -12
  893. package/dist/node_modules/@ionic/core/dist/collection/components/range/range.md.css +152 -22
  894. package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.ios.css +27 -4
  895. package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css +30 -7
  896. package/dist/node_modules/@ionic/core/dist/collection/components/router-link/router-link.css +1 -1
  897. package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.ios.css +59 -11
  898. package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.md.css +82 -10
  899. package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.ios.css +3 -3
  900. package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.md.css +2 -2
  901. package/dist/node_modules/@ionic/core/dist/collection/components/select/select.ios.css +81 -17
  902. package/dist/node_modules/@ionic/core/dist/collection/components/select/select.md.css +198 -46
  903. package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.md.css +5 -12
  904. package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.ios.css +55 -3
  905. package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.md.css +55 -3
  906. package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.ios.css +4 -4
  907. package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.md.css +3 -3
  908. package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.ios.css +94 -16
  909. package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.md.css +93 -10
  910. package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.ios.css +125 -17
  911. package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.md.css +243 -43
  912. package/dist/node_modules/@ionic/core/dist/collection/components/title/title.ios.css +21 -2
  913. package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.ios.css +56 -9
  914. package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.md.css +58 -11
  915. package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.ios.css +90 -23
  916. package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.md.css +91 -18
  917. package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.ios.css +2 -2
  918. package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.md.css +1 -1
  919. package/dist/types/components/canvas-board/canvas-board.d.ts +1 -1
  920. package/dist/types/components/tour/tour.d.ts +1 -1
  921. package/dist/types/global/config.d.ts +1 -1
  922. package/dist/types/utils/animations/modal/slide.d.ts +0 -1
  923. package/package.json +2 -2
  924. package/components/content.js +0 -444
  925. package/components/ion-input-password-toggle.js +0 -129
  926. package/components/ion-picker-column-option.js +0 -6
  927. package/components/ion-picker-legacy-column.js +0 -6
  928. package/components/ion-picker-legacy.js +0 -327
  929. package/components/ion-segment-content.js +0 -34
  930. package/components/ion-segment-view.js +0 -137
  931. package/components/ion-select-modal.js +0 -6
  932. package/components/modal.js +0 -1770
  933. package/components/picker-column-option.js +0 -121
  934. package/components/picker-column2.js +0 -378
  935. package/components/picker.js +0 -521
  936. package/components/select-modal.js +0 -194
  937. package/dist/cjs/animation-38c620f1.js +0 -824
  938. package/dist/cjs/app-globals-68c62d02.js +0 -13
  939. package/dist/cjs/cty-mui-global-ef1729f2.js +0 -40
  940. package/dist/cjs/data-fea16d94.js +0 -1673
  941. package/dist/cjs/device-info-90a64097.js +0 -42
  942. package/dist/cjs/device-info-b4dbd6bf.js +0 -110
  943. package/dist/cjs/framework-delegate-ea328c64.js +0 -144
  944. package/dist/cjs/gesture-controller-c77f93be.js +0 -198
  945. package/dist/cjs/haptic-f21414c3.js +0 -164
  946. package/dist/cjs/hardware-back-button-bf808040.js +0 -121
  947. package/dist/cjs/helpers-0f03deef.js +0 -382
  948. package/dist/cjs/index-4bc3155c.js +0 -320
  949. package/dist/cjs/index-63bd8011.js +0 -468
  950. package/dist/cjs/index-63e60bc0.js +0 -365
  951. package/dist/cjs/index-9b06e5b3.js +0 -140
  952. package/dist/cjs/index-ad73340e.js +0 -169
  953. package/dist/cjs/index-fda121c8.js +0 -100
  954. package/dist/cjs/input-shims-741ac2de.js +0 -626
  955. package/dist/cjs/input.utils-316f50d1.js +0 -153
  956. package/dist/cjs/ion-action-sheet_5.cjs.entry.js +0 -2815
  957. package/dist/cjs/ion-checkbox_9.cjs.entry.js +0 -1566
  958. package/dist/cjs/ion-input-password-toggle.cjs.entry.js +0 -91
  959. package/dist/cjs/ion-label_2.cjs.entry.js +0 -113
  960. package/dist/cjs/ion-picker-legacy-column.cjs.entry.js +0 -367
  961. package/dist/cjs/ion-picker-legacy.cjs.entry.js +0 -281
  962. package/dist/cjs/ion-picker_3.cjs.entry.js +0 -1169
  963. package/dist/cjs/ion-segment-content.cjs.entry.js +0 -20
  964. package/dist/cjs/ion-segment-view.cjs.entry.js +0 -119
  965. package/dist/cjs/ionic-global-62e37a1d.js +0 -72
  966. package/dist/cjs/ios.transition-5c7d2362.js +0 -683
  967. package/dist/cjs/md.transition-b0e0f9f7.js +0 -61
  968. package/dist/cjs/menu-toggle-util-fffaf04c.js +0 -14
  969. package/dist/cjs/network-2247cd7b.js +0 -32
  970. package/dist/cjs/notch-controller-24d4b472.js +0 -155
  971. package/dist/cjs/overlays-c1889287.js +0 -994
  972. package/dist/cjs/platform-28cf364d.js +0 -177
  973. package/dist/cjs/refresher.utils-c8c5e46c.js +0 -206
  974. package/dist/cjs/status-bar-fc65c606.js +0 -74
  975. package/dist/cjs/status-tap-35c41f04.js +0 -42
  976. package/dist/cjs/swipe-back-cbe535f3.js +0 -81
  977. package/dist/cjs/theme-557b72e7.js +0 -50
  978. package/dist/cjs/utils-a9d8d024.js +0 -36
  979. package/dist/cty-mui/p-0156fd1e.entry.js +0 -1
  980. package/dist/cty-mui/p-03771c41.system.entry.js +0 -1
  981. package/dist/cty-mui/p-04730faf.system.entry.js +0 -20
  982. package/dist/cty-mui/p-0528f136.entry.js +0 -1
  983. package/dist/cty-mui/p-05fa409b.entry.js +0 -1
  984. package/dist/cty-mui/p-06c2878b.system.entry.js +0 -1
  985. package/dist/cty-mui/p-06c70af2.entry.js +0 -4
  986. package/dist/cty-mui/p-0923afa2.entry.js +0 -7
  987. package/dist/cty-mui/p-0bb97004.system.entry.js +0 -1
  988. package/dist/cty-mui/p-0bde257b.system.entry.js +0 -1
  989. package/dist/cty-mui/p-0c457cf1.entry.js +0 -1
  990. package/dist/cty-mui/p-0de45b72.system.entry.js +0 -1
  991. package/dist/cty-mui/p-0e1d89ca.entry.js +0 -1
  992. package/dist/cty-mui/p-0e6f0737.entry.js +0 -1
  993. package/dist/cty-mui/p-11c1c363.entry.js +0 -7
  994. package/dist/cty-mui/p-1319e728.system.js +0 -5
  995. package/dist/cty-mui/p-134ff6ba.system.js +0 -16
  996. package/dist/cty-mui/p-1383bc83.entry.js +0 -1
  997. package/dist/cty-mui/p-141dbd16.entry.js +0 -1
  998. package/dist/cty-mui/p-15d30cd0.system.entry.js +0 -1
  999. package/dist/cty-mui/p-1814dde9.entry.js +0 -1
  1000. package/dist/cty-mui/p-18589890.js +0 -5
  1001. package/dist/cty-mui/p-1bd22228.entry.js +0 -1
  1002. package/dist/cty-mui/p-1bed08fd.js +0 -1
  1003. package/dist/cty-mui/p-1ced0b7a.system.entry.js +0 -1
  1004. package/dist/cty-mui/p-1d85b21c.js +0 -1
  1005. package/dist/cty-mui/p-1fd4aad1.js +0 -4
  1006. package/dist/cty-mui/p-2021913e.system.js +0 -1
  1007. package/dist/cty-mui/p-2094c6c4.entry.js +0 -1
  1008. package/dist/cty-mui/p-2207208f.js +0 -4
  1009. package/dist/cty-mui/p-22bdf994.entry.js +0 -1
  1010. package/dist/cty-mui/p-235f24ca.entry.js +0 -1
  1011. package/dist/cty-mui/p-2520dca3.entry.js +0 -1
  1012. package/dist/cty-mui/p-2bc9f4da.system.entry.js +0 -1
  1013. package/dist/cty-mui/p-2bd7f273.entry.js +0 -1
  1014. package/dist/cty-mui/p-2e1aa0eb.entry.js +0 -1
  1015. package/dist/cty-mui/p-2e9565a7.system.entry.js +0 -1
  1016. package/dist/cty-mui/p-2ea99228.system.entry.js +0 -4
  1017. package/dist/cty-mui/p-2f0c8ed5.entry.js +0 -1
  1018. package/dist/cty-mui/p-301d2a6c.system.js +0 -4
  1019. package/dist/cty-mui/p-30e2d54a.js +0 -4
  1020. package/dist/cty-mui/p-314dca82.system.entry.js +0 -1
  1021. package/dist/cty-mui/p-31855097.js +0 -4
  1022. package/dist/cty-mui/p-31f3685b.system.js +0 -1
  1023. package/dist/cty-mui/p-3225a6fc.js +0 -4
  1024. package/dist/cty-mui/p-3378161e.system.entry.js +0 -1
  1025. package/dist/cty-mui/p-340a1ebb.js +0 -8
  1026. package/dist/cty-mui/p-352822ea.system.entry.js +0 -1
  1027. package/dist/cty-mui/p-3717c8ac.entry.js +0 -1
  1028. package/dist/cty-mui/p-38dd8825.system.js +0 -4
  1029. package/dist/cty-mui/p-38f8bc1e.system.entry.js +0 -1
  1030. package/dist/cty-mui/p-39a2f141.system.js +0 -1
  1031. package/dist/cty-mui/p-3a0e00c8.js +0 -5
  1032. package/dist/cty-mui/p-3a0f19f0.system.entry.js +0 -1
  1033. package/dist/cty-mui/p-3ab1c1a7.system.entry.js +0 -1
  1034. package/dist/cty-mui/p-3ea33aeb.system.js +0 -1
  1035. package/dist/cty-mui/p-3eecdb74.entry.js +0 -1
  1036. package/dist/cty-mui/p-40dcd15d.entry.js +0 -1
  1037. package/dist/cty-mui/p-419a0b59.system.entry.js +0 -19
  1038. package/dist/cty-mui/p-41ae3240.system.js +0 -5
  1039. package/dist/cty-mui/p-423b8484.system.entry.js +0 -1
  1040. package/dist/cty-mui/p-43ea751f.system.entry.js +0 -1
  1041. package/dist/cty-mui/p-43edd9d1.system.entry.js +0 -1
  1042. package/dist/cty-mui/p-44e82632.system.entry.js +0 -1
  1043. package/dist/cty-mui/p-45c8a043.system.entry.js +0 -16
  1044. package/dist/cty-mui/p-46cb80b4.entry.js +0 -1
  1045. package/dist/cty-mui/p-46e9bfe6.system.entry.js +0 -1
  1046. package/dist/cty-mui/p-47272917.system.entry.js +0 -1
  1047. package/dist/cty-mui/p-47289a85.system.entry.js +0 -5
  1048. package/dist/cty-mui/p-47d9b01a.entry.js +0 -1
  1049. package/dist/cty-mui/p-47fd57df.entry.js +0 -1
  1050. package/dist/cty-mui/p-4a0cc3de.system.entry.js +0 -1
  1051. package/dist/cty-mui/p-4acd4cb0.entry.js +0 -1
  1052. package/dist/cty-mui/p-4c750b39.system.js +0 -5
  1053. package/dist/cty-mui/p-4ccb2f76.system.entry.js +0 -1
  1054. package/dist/cty-mui/p-4d460ac3.entry.js +0 -1
  1055. package/dist/cty-mui/p-4d5513e3.system.entry.js +0 -5
  1056. package/dist/cty-mui/p-4dc05073.entry.js +0 -1
  1057. package/dist/cty-mui/p-4e826cd4.js +0 -8
  1058. package/dist/cty-mui/p-4eca9054.js +0 -4
  1059. package/dist/cty-mui/p-50ab246f.system.entry.js +0 -1
  1060. package/dist/cty-mui/p-50adef38.entry.js +0 -1
  1061. package/dist/cty-mui/p-515f61f0.system.entry.js +0 -1
  1062. package/dist/cty-mui/p-529e1207.system.entry.js +0 -1
  1063. package/dist/cty-mui/p-52ed752a.js +0 -7
  1064. package/dist/cty-mui/p-532aab77.entry.js +0 -1
  1065. package/dist/cty-mui/p-53afafba.entry.js +0 -1
  1066. package/dist/cty-mui/p-54f0ba7f.entry.js +0 -1
  1067. package/dist/cty-mui/p-567171a9.entry.js +0 -1
  1068. package/dist/cty-mui/p-5818595d.system.entry.js +0 -1
  1069. package/dist/cty-mui/p-596496c6.js +0 -1
  1070. package/dist/cty-mui/p-599aacd4.js +0 -5
  1071. package/dist/cty-mui/p-59a8b24b.system.entry.js +0 -1
  1072. package/dist/cty-mui/p-5b933e7b.js +0 -1
  1073. package/dist/cty-mui/p-5c3c0e7c.system.entry.js +0 -1
  1074. package/dist/cty-mui/p-5cadfca1.system.entry.js +0 -1
  1075. package/dist/cty-mui/p-5d271631.system.entry.js +0 -1
  1076. package/dist/cty-mui/p-5f3534ce.entry.js +0 -1
  1077. package/dist/cty-mui/p-5f495b88.entry.js +0 -1
  1078. package/dist/cty-mui/p-5fd2505c.entry.js +0 -1
  1079. package/dist/cty-mui/p-6178c7ce.system.entry.js +0 -1
  1080. package/dist/cty-mui/p-61bbeb56.entry.js +0 -1
  1081. package/dist/cty-mui/p-626a455f.system.entry.js +0 -1
  1082. package/dist/cty-mui/p-6317a302.entry.js +0 -1
  1083. package/dist/cty-mui/p-6363d1c7.js +0 -4
  1084. package/dist/cty-mui/p-6477d422.system.js +0 -8
  1085. package/dist/cty-mui/p-67278fda.entry.js +0 -21
  1086. package/dist/cty-mui/p-686a8f4c.entry.js +0 -1
  1087. package/dist/cty-mui/p-68fd6eb1.entry.js +0 -1
  1088. package/dist/cty-mui/p-694b8ade.js +0 -4
  1089. package/dist/cty-mui/p-6a2c214b.system.entry.js +0 -1
  1090. package/dist/cty-mui/p-6c88e530.js +0 -7
  1091. package/dist/cty-mui/p-6ceeb5e3.system.entry.js +0 -1
  1092. package/dist/cty-mui/p-6d004993.system.js +0 -5
  1093. package/dist/cty-mui/p-6d93bedf.entry.js +0 -1
  1094. package/dist/cty-mui/p-6e341a1d.entry.js +0 -1
  1095. package/dist/cty-mui/p-719f7bee.system.entry.js +0 -1
  1096. package/dist/cty-mui/p-730d57a1.system.entry.js +0 -1
  1097. package/dist/cty-mui/p-7577f514.system.js +0 -1
  1098. package/dist/cty-mui/p-7629cbf3.system.entry.js +0 -1
  1099. package/dist/cty-mui/p-769e00d4.system.entry.js +0 -1
  1100. package/dist/cty-mui/p-7899b5ea.system.js +0 -4
  1101. package/dist/cty-mui/p-7899d9e2.entry.js +0 -1
  1102. package/dist/cty-mui/p-79496998.system.js +0 -4
  1103. package/dist/cty-mui/p-7aa66c5d.entry.js +0 -1
  1104. package/dist/cty-mui/p-7b0e8ba1.js +0 -4
  1105. package/dist/cty-mui/p-7b16831a.system.entry.js +0 -1
  1106. package/dist/cty-mui/p-7b16cf9c.entry.js +0 -1
  1107. package/dist/cty-mui/p-7bdfa34e.system.entry.js +0 -14
  1108. package/dist/cty-mui/p-7bf6e794.system.js +0 -8
  1109. package/dist/cty-mui/p-7c1f3397.system.entry.js +0 -1
  1110. package/dist/cty-mui/p-7c71140f.entry.js +0 -1
  1111. package/dist/cty-mui/p-7ed56eee.system.entry.js +0 -1
  1112. package/dist/cty-mui/p-7f22df35.system.js +0 -4
  1113. package/dist/cty-mui/p-7f7c6046.entry.js +0 -1
  1114. package/dist/cty-mui/p-80184437.js +0 -1
  1115. package/dist/cty-mui/p-81b9e9df.entry.js +0 -1
  1116. package/dist/cty-mui/p-8240e2cc.system.entry.js +0 -8
  1117. package/dist/cty-mui/p-8311f1ee.system.entry.js +0 -1
  1118. package/dist/cty-mui/p-83e67643.entry.js +0 -1
  1119. package/dist/cty-mui/p-843996c3.system.js +0 -8
  1120. package/dist/cty-mui/p-84a603b9.entry.js +0 -1
  1121. package/dist/cty-mui/p-85669dbe.system.entry.js +0 -1
  1122. package/dist/cty-mui/p-87534112.entry.js +0 -1
  1123. package/dist/cty-mui/p-8974627c.system.entry.js +0 -1
  1124. package/dist/cty-mui/p-8be26d68.entry.js +0 -7
  1125. package/dist/cty-mui/p-8be8b29d.entry.js +0 -1
  1126. package/dist/cty-mui/p-8c246a58.system.entry.js +0 -1
  1127. package/dist/cty-mui/p-8ca3e7c7.entry.js +0 -1
  1128. package/dist/cty-mui/p-8cb395c2.js +0 -4
  1129. package/dist/cty-mui/p-8f378d86.system.entry.js +0 -1
  1130. package/dist/cty-mui/p-8fdabfbd.system.entry.js +0 -1
  1131. package/dist/cty-mui/p-904b1b95.system.js +0 -1
  1132. package/dist/cty-mui/p-91753b84.system.entry.js +0 -1
  1133. package/dist/cty-mui/p-92c74dee.system.entry.js +0 -1
  1134. package/dist/cty-mui/p-933950fe.entry.js +0 -1
  1135. package/dist/cty-mui/p-949cd784.entry.js +0 -1
  1136. package/dist/cty-mui/p-94e26e58.entry.js +0 -1
  1137. package/dist/cty-mui/p-980d5e52.entry.js +0 -1
  1138. package/dist/cty-mui/p-98a72829.entry.js +0 -1
  1139. package/dist/cty-mui/p-9a62ff13.entry.js +0 -1
  1140. package/dist/cty-mui/p-9b2f1dbe.entry.js +0 -1
  1141. package/dist/cty-mui/p-9b7d2c4e.system.js +0 -22
  1142. package/dist/cty-mui/p-9ceebfd8.entry.js +0 -1
  1143. package/dist/cty-mui/p-9ea239ed.system.js +0 -1
  1144. package/dist/cty-mui/p-a0352c66.system.entry.js +0 -1
  1145. package/dist/cty-mui/p-a16b0786.system.entry.js +0 -1
  1146. package/dist/cty-mui/p-a3b1886f.entry.js +0 -1
  1147. package/dist/cty-mui/p-a5056532.entry.js +0 -1
  1148. package/dist/cty-mui/p-a5b240e4.system.entry.js +0 -1
  1149. package/dist/cty-mui/p-a7e46897.system.entry.js +0 -1
  1150. package/dist/cty-mui/p-a86d6d38.system.entry.js +0 -1
  1151. package/dist/cty-mui/p-aa489f2e.system.entry.js +0 -58
  1152. package/dist/cty-mui/p-aab9538e.system.entry.js +0 -1
  1153. package/dist/cty-mui/p-ad5105ac.system.entry.js +0 -1
  1154. package/dist/cty-mui/p-ad7ed116.system.entry.js +0 -1
  1155. package/dist/cty-mui/p-addd3692.system.entry.js +0 -1
  1156. package/dist/cty-mui/p-aecd75cb.js +0 -1
  1157. package/dist/cty-mui/p-aef8e3e3.entry.js +0 -1
  1158. package/dist/cty-mui/p-b0a4fd26.entry.js +0 -1
  1159. package/dist/cty-mui/p-b148c0d8.system.entry.js +0 -1
  1160. package/dist/cty-mui/p-b18e32f2.system.entry.js +0 -1
  1161. package/dist/cty-mui/p-b32c8c88.system.entry.js +0 -1
  1162. package/dist/cty-mui/p-b3f0dcb9.system.js +0 -5
  1163. package/dist/cty-mui/p-b472356a.system.entry.js +0 -1
  1164. package/dist/cty-mui/p-b4756449.system.entry.js +0 -1
  1165. package/dist/cty-mui/p-b548b1c9.entry.js +0 -1
  1166. package/dist/cty-mui/p-b79cac01.system.entry.js +0 -1
  1167. package/dist/cty-mui/p-b810f0e3.system.entry.js +0 -1
  1168. package/dist/cty-mui/p-ba1ac897.entry.js +0 -1
  1169. package/dist/cty-mui/p-ba309f03.entry.js +0 -4
  1170. package/dist/cty-mui/p-bca1afa2.js +0 -1
  1171. package/dist/cty-mui/p-be6c888f.entry.js +0 -4
  1172. package/dist/cty-mui/p-c11a967f.js +0 -4
  1173. package/dist/cty-mui/p-c4688205.system.js +0 -5
  1174. package/dist/cty-mui/p-c46b3c03.system.entry.js +0 -1
  1175. package/dist/cty-mui/p-c512572d.entry.js +0 -1
  1176. package/dist/cty-mui/p-c56834b0.system.entry.js +0 -1
  1177. package/dist/cty-mui/p-c5f4dc5d.js +0 -1
  1178. package/dist/cty-mui/p-c7ee7cfe.js +0 -4
  1179. package/dist/cty-mui/p-c812e3ce.js +0 -7
  1180. package/dist/cty-mui/p-c90ff3bb.system.entry.js +0 -1
  1181. package/dist/cty-mui/p-c9551424.system.entry.js +0 -1
  1182. package/dist/cty-mui/p-c95c26a2.system.js +0 -5
  1183. package/dist/cty-mui/p-c9da023d.entry.js +0 -1
  1184. package/dist/cty-mui/p-cb68b7e0.entry.js +0 -1
  1185. package/dist/cty-mui/p-cc5bf3e4.system.entry.js +0 -5
  1186. package/dist/cty-mui/p-cca79b1d.system.entry.js +0 -1
  1187. package/dist/cty-mui/p-cd1f16d3.entry.js +0 -7
  1188. package/dist/cty-mui/p-cd4b1b2f.entry.js +0 -1
  1189. package/dist/cty-mui/p-ce5333f4.system.entry.js +0 -1
  1190. package/dist/cty-mui/p-d02a9b4a.system.js +0 -14
  1191. package/dist/cty-mui/p-d3ada6e6.system.entry.js +0 -1
  1192. package/dist/cty-mui/p-d4469f2d.entry.js +0 -1
  1193. package/dist/cty-mui/p-d4b62dc6.system.entry.js +0 -1
  1194. package/dist/cty-mui/p-d528ce51.system.entry.js +0 -1
  1195. package/dist/cty-mui/p-d7532acd.system.entry.js +0 -1
  1196. package/dist/cty-mui/p-d83074c6.system.entry.js +0 -5
  1197. package/dist/cty-mui/p-d930e729.entry.js +0 -4
  1198. package/dist/cty-mui/p-db3661b8.entry.js +0 -1
  1199. package/dist/cty-mui/p-dc53f68f.system.entry.js +0 -1
  1200. package/dist/cty-mui/p-de26a437.js +0 -4
  1201. package/dist/cty-mui/p-df801fcd.system.js +0 -5
  1202. package/dist/cty-mui/p-df858f1e.system.js +0 -1
  1203. package/dist/cty-mui/p-e002fdc6.system.entry.js +0 -1
  1204. package/dist/cty-mui/p-e1198801.system.entry.js +0 -1
  1205. package/dist/cty-mui/p-e163b602.system.entry.js +0 -1
  1206. package/dist/cty-mui/p-e1b70425.system.entry.js +0 -1
  1207. package/dist/cty-mui/p-e1c8b903.entry.js +0 -1
  1208. package/dist/cty-mui/p-e3599326.system.js +0 -7
  1209. package/dist/cty-mui/p-e4ca2c94.entry.js +0 -1
  1210. package/dist/cty-mui/p-e5c64124.entry.js +0 -1
  1211. package/dist/cty-mui/p-e7dc0b72.system.entry.js +0 -1
  1212. package/dist/cty-mui/p-e7f9c8df.entry.js +0 -1
  1213. package/dist/cty-mui/p-e8ab2736.system.entry.js +0 -1
  1214. package/dist/cty-mui/p-e9d5e961.entry.js +0 -1
  1215. package/dist/cty-mui/p-eac45e93.system.entry.js +0 -1
  1216. package/dist/cty-mui/p-ebfb5220.system.js +0 -10
  1217. package/dist/cty-mui/p-ec41ca01.system.entry.js +0 -1
  1218. package/dist/cty-mui/p-ec4d4eb4.entry.js +0 -1
  1219. package/dist/cty-mui/p-eca9fb87.entry.js +0 -4
  1220. package/dist/cty-mui/p-ed0cb95c.entry.js +0 -1
  1221. package/dist/cty-mui/p-edb162c2.entry.js +0 -1
  1222. package/dist/cty-mui/p-ee794d28.system.js +0 -5
  1223. package/dist/cty-mui/p-ee9430d0.system.js +0 -1
  1224. package/dist/cty-mui/p-eeaf9e94.entry.js +0 -1
  1225. package/dist/cty-mui/p-f0a3ab9e.entry.js +0 -1
  1226. package/dist/cty-mui/p-f25f2fec.js +0 -4
  1227. package/dist/cty-mui/p-f2c8d80b.js +0 -4
  1228. package/dist/cty-mui/p-f325d237.entry.js +0 -1
  1229. package/dist/cty-mui/p-f40bb7ee.entry.js +0 -1
  1230. package/dist/cty-mui/p-f46605f0.entry.js +0 -4
  1231. package/dist/cty-mui/p-f551a242.system.entry.js +0 -1
  1232. package/dist/cty-mui/p-f5e885cc.entry.js +0 -1
  1233. package/dist/cty-mui/p-f6a4b8e3.system.js +0 -1
  1234. package/dist/cty-mui/p-f7b1d4f8.js +0 -1
  1235. package/dist/cty-mui/p-f8559d88.entry.js +0 -4
  1236. package/dist/cty-mui/p-f8c1df55.entry.js +0 -1
  1237. package/dist/cty-mui/p-f90d7639.system.entry.js +0 -5
  1238. package/dist/cty-mui/p-f941b0c0.system.js +0 -4
  1239. package/dist/cty-mui/p-f99fb89f.entry.js +0 -1
  1240. package/dist/cty-mui/p-fad15290.entry.js +0 -1
  1241. package/dist/cty-mui/p-fb461135.system.entry.js +0 -1
  1242. package/dist/cty-mui/p-fbbe067b.system.entry.js +0 -8
  1243. package/dist/cty-mui/p-fbda75aa.entry.js +0 -1
  1244. package/dist/cty-mui/p-fd1ee4ac.system.js +0 -1
  1245. package/dist/cty-mui/p-fee3079f.system.entry.js +0 -1
  1246. package/dist/cty-mui/p-fee8b060.entry.js +0 -5
  1247. package/dist/esm/animation-45b3e295.js +0 -822
  1248. package/dist/esm/app-globals-a5bc787d.js +0 -11
  1249. package/dist/esm/cty-mui-global-7fab24fb.js +0 -38
  1250. package/dist/esm/data-5c6feb69.js +0 -1628
  1251. package/dist/esm/device-info-245d1409.js +0 -101
  1252. package/dist/esm/device-info-5aa56140.js +0 -40
  1253. package/dist/esm/framework-delegate-bf63e129.js +0 -140
  1254. package/dist/esm/gesture-controller-a0857859.js +0 -195
  1255. package/dist/esm/haptic-70842af8.js +0 -158
  1256. package/dist/esm/hardware-back-button-0d9fca79.js +0 -115
  1257. package/dist/esm/helpers-1c7ee8cf.js +0 -362
  1258. package/dist/esm/index-493838d0.js +0 -466
  1259. package/dist/esm/index-78d873c7.js +0 -355
  1260. package/dist/esm/index-babefcb9.js +0 -318
  1261. package/dist/esm/index-e7d50d29.js +0 -51
  1262. package/dist/esm/index-f37b5e3f.js +0 -128
  1263. package/dist/esm/index-f6c93162.js +0 -167
  1264. package/dist/esm/input-shims-3dae0ab5.js +0 -624
  1265. package/dist/esm/input.utils-289f8ac6.js +0 -150
  1266. package/dist/esm/ion-action-sheet_5.entry.js +0 -2807
  1267. package/dist/esm/ion-checkbox_9.entry.js +0 -1554
  1268. package/dist/esm/ion-input-password-toggle.entry.js +0 -87
  1269. package/dist/esm/ion-label_2.entry.js +0 -108
  1270. package/dist/esm/ion-picker-legacy-column.entry.js +0 -363
  1271. package/dist/esm/ion-picker-legacy.entry.js +0 -277
  1272. package/dist/esm/ion-picker_3.entry.js +0 -1163
  1273. package/dist/esm/ion-segment-content.entry.js +0 -16
  1274. package/dist/esm/ion-segment-view.entry.js +0 -115
  1275. package/dist/esm/ionic-global-fb94a76b.js +0 -69
  1276. package/dist/esm/ios.transition-4fa332a3.js +0 -680
  1277. package/dist/esm/md.transition-8b8bd2df.js +0 -59
  1278. package/dist/esm/menu-toggle-util-b5a2dee5.js +0 -12
  1279. package/dist/esm/network-a5ead569.js +0 -30
  1280. package/dist/esm/notch-controller-572757fb.js +0 -153
  1281. package/dist/esm/overlays-afa7fa06.js +0 -973
  1282. package/dist/esm/platform-05b41f09.js +0 -170
  1283. package/dist/esm/refresher.utils-6977493a.js +0 -196
  1284. package/dist/esm/status-bar-367a4f37.js +0 -71
  1285. package/dist/esm/status-tap-ac0f61ce.js +0 -40
  1286. package/dist/esm/swipe-back-123c2d83.js +0 -79
  1287. package/dist/esm/theme-bb534398.js +0 -46
  1288. package/dist/esm/utils-c998f6da.js +0 -33
  1289. package/dist/esm-es5/animation-45b3e295.js +0 -7
  1290. package/dist/esm-es5/app-globals-a5bc787d.js +0 -1
  1291. package/dist/esm-es5/cty-mui-global-7fab24fb.js +0 -1
  1292. package/dist/esm-es5/device-info-245d1409.js +0 -1
  1293. package/dist/esm-es5/device-info-5aa56140.js +0 -1
  1294. package/dist/esm-es5/framework-delegate-bf63e129.js +0 -5
  1295. package/dist/esm-es5/gesture-controller-a0857859.js +0 -4
  1296. package/dist/esm-es5/haptic-70842af8.js +0 -4
  1297. package/dist/esm-es5/hardware-back-button-0d9fca79.js +0 -4
  1298. package/dist/esm-es5/helpers-1c7ee8cf.js +0 -4
  1299. package/dist/esm-es5/index-493838d0.js +0 -13
  1300. package/dist/esm-es5/index-78d873c7.js +0 -10
  1301. package/dist/esm-es5/index-babefcb9.js +0 -16
  1302. package/dist/esm-es5/index-e7d50d29.js +0 -1
  1303. package/dist/esm-es5/index-f37b5e3f.js +0 -4
  1304. package/dist/esm-es5/index-f6c93162.js +0 -4
  1305. package/dist/esm-es5/input-shims-3dae0ab5.js +0 -22
  1306. package/dist/esm-es5/input.utils-289f8ac6.js +0 -7
  1307. package/dist/esm-es5/ion-action-sheet_5.entry.js +0 -58
  1308. package/dist/esm-es5/ion-checkbox_9.entry.js +0 -4
  1309. package/dist/esm-es5/ion-input-password-toggle.entry.js +0 -1
  1310. package/dist/esm-es5/ion-label_2.entry.js +0 -1
  1311. package/dist/esm-es5/ion-picker-legacy-column.entry.js +0 -1
  1312. package/dist/esm-es5/ion-picker-legacy.entry.js +0 -7
  1313. package/dist/esm-es5/ion-picker_3.entry.js +0 -1
  1314. package/dist/esm-es5/ion-segment-content.entry.js +0 -1
  1315. package/dist/esm-es5/ion-segment-view.entry.js +0 -1
  1316. package/dist/esm-es5/ionic-global-fb94a76b.js +0 -5
  1317. package/dist/esm-es5/ios.transition-4fa332a3.js +0 -4
  1318. package/dist/esm-es5/md.transition-8b8bd2df.js +0 -4
  1319. package/dist/esm-es5/menu-toggle-util-b5a2dee5.js +0 -5
  1320. package/dist/esm-es5/network-a5ead569.js +0 -1
  1321. package/dist/esm-es5/notch-controller-572757fb.js +0 -4
  1322. package/dist/esm-es5/overlays-afa7fa06.js +0 -7
  1323. package/dist/esm-es5/platform-05b41f09.js +0 -7
  1324. package/dist/esm-es5/refresher.utils-6977493a.js +0 -4
  1325. package/dist/esm-es5/status-bar-367a4f37.js +0 -1
  1326. package/dist/esm-es5/status-tap-ac0f61ce.js +0 -4
  1327. package/dist/esm-es5/swipe-back-123c2d83.js +0 -4
  1328. package/dist/esm-es5/theme-bb534398.js +0 -1
  1329. package/dist/esm-es5/utils-c998f6da.js +0 -1
  1330. package/dist/node_modules/@ionic/core/dist/collection/components/datetime-button/datetime-button.ios.css +0 -107
  1331. package/dist/node_modules/@ionic/core/dist/collection/components/datetime-button/datetime-button.md.css +0 -103
  1332. package/dist/node_modules/@ionic/core/dist/collection/components/input-password-toggle/input-password-toggle.css +0 -0
  1333. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.css +0 -228
  1334. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-option/picker-column-option.ios.css +0 -87
  1335. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-option/picker-column-option.md.css +0 -91
  1336. package/dist/node_modules/@ionic/core/dist/collection/components/picker-legacy/picker.ios.css +0 -300
  1337. package/dist/node_modules/@ionic/core/dist/collection/components/picker-legacy/picker.md.css +0 -287
  1338. package/dist/node_modules/@ionic/core/dist/collection/components/picker-legacy-column/picker-column.ios.css +0 -231
  1339. package/dist/node_modules/@ionic/core/dist/collection/components/picker-legacy-column/picker-column.md.css +0 -222
  1340. package/dist/node_modules/@ionic/core/dist/collection/components/segment-content/segment-content.css +0 -6
  1341. package/dist/node_modules/@ionic/core/dist/collection/components/segment-view/segment-view.ios.css +0 -83
  1342. package/dist/node_modules/@ionic/core/dist/collection/components/segment-view/segment-view.md.css +0 -83
  1343. package/dist/node_modules/@ionic/core/dist/collection/components/select-modal/select-modal.ios.css +0 -3
  1344. package/dist/node_modules/@ionic/core/dist/collection/components/select-modal/select-modal.md.css +0 -110
  1345. /package/dist/cjs/{merge-3a2d28be.js → merge-877c9d6b.js} +0 -0
  1346. /package/dist/cty-mui/{p-b5a39948.js → p-1109ee7a.js} +0 -0
  1347. /package/dist/cty-mui/{p-6c18487d.js → p-2fe92166.js} +0 -0
  1348. /package/dist/cty-mui/{p-40d82257.system.js → p-92aa9713.system.js} +0 -0
  1349. /package/dist/cty-mui/{p-df630f98.system.js → p-f8a92861.system.js} +0 -0
  1350. /package/dist/esm/{merge-6b9cc841.js → merge-66a5beeb.js} +0 -0
  1351. /package/dist/esm-es5/{data-5c6feb69.js → data-f2eb55d6.js} +0 -0
  1352. /package/dist/esm-es5/{merge-6b9cc841.js → merge-66a5beeb.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
2
  import { c as createDelegateController, a as createTriggerController, p as prepareOverlay, b as present, d as dismiss, e as eventMethod } from './overlays.js';
3
3
  import { c as createLockController, g as getClassMap, d as defineCustomElement$2, e as enterAnimation, l as leaveAnimation } from './overlay.js';
4
- import { r as raf } from './helpers2.js';
4
+ import { r as raf } from './helpers3.js';
5
5
  import { d as defineCustomElement$3 } from './icon.js';
6
6
  import { d as defineCustomElement$1 } from './icon2.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, readTask, h, Host } from '@stencil/core/internal/client';
2
2
  import { c as createButtonActiveGesture } from './button-active.js';
3
- import { a as raf } from './helpers3.js';
3
+ import { r as raf } from './helpers2.js';
4
4
  import { c as createLockController } from './lock-controller.js';
5
5
  import { c as createDelegateController, a as createTriggerController, B as BACKDROP, i as isCancel, b as present, d as dismiss, e as eventMethod, f as safeCall, p as prepareOverlay, s as setOverlayId } from './overlays2.js';
6
6
  import { g as getClassMap } from './theme.js';
@@ -106,10 +106,10 @@ const mdLeaveAnimation = (baseEl) => {
106
106
  .addAnimation([backdropAnimation, wrapperAnimation]);
107
107
  };
108
108
 
109
- const actionSheetIosCss = ".sc-ion-action-sheet-ios-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-action-sheet-ios-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-ios{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-ios{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-ios:disabled{color:var(--button-color-disabled);opacity:0.4}.action-sheet-button-inner.sc-ion-action-sheet-ios{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;width:100%;height:100%;z-index:1}.action-sheet-container.sc-ion-action-sheet-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:end;justify-content:flex-end;height:100%;max-height:calc(100vh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)));max-height:calc(100dvh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)))}.action-sheet-group.sc-ion-action-sheet-ios{-ms-flex-negative:2;flex-shrink:2;overscroll-behavior-y:contain;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:all;background:var(--background)}@media (any-pointer: coarse){.action-sheet-group.sc-ion-action-sheet-ios::-webkit-scrollbar{display:none}}.action-sheet-group-cancel.sc-ion-action-sheet-ios{-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-ios::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.action-sheet-selected.sc-ion-action-sheet-ios{color:var(--button-color-selected)}.action-sheet-selected.sc-ion-action-sheet-ios::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-button.ion-activated.sc-ion-action-sheet-ios{color:var(--button-color-activated)}.action-sheet-button.ion-activated.sc-ion-action-sheet-ios::after{background:var(--button-background-activated);opacity:var(--button-background-activated-opacity)}.action-sheet-button.ion-focused.sc-ion-action-sheet-ios{color:var(--button-color-focused)}.action-sheet-button.ion-focused.sc-ion-action-sheet-ios::after{background:var(--button-background-focused);opacity:var(--button-background-focused-opacity)}@media (any-hover: hover){.action-sheet-button.sc-ion-action-sheet-ios:not(:disabled):hover{color:var(--button-color-hover)}.action-sheet-button.sc-ion-action-sheet-ios:not(:disabled):hover::after{background:var(--button-background-hover);opacity:var(--button-background-hover-opacity)}}.sc-ion-action-sheet-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, var(--ion-background-color-step-100, #f9f9f9)));--backdrop-opacity:var(--ion-backdrop-opacity, 0.4);--button-background:linear-gradient(0deg, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08), rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08) 50%, transparent 50%) bottom/100% 1px no-repeat transparent;--button-background-activated:var(--ion-text-color, #000);--button-background-activated-opacity:.08;--button-background-hover:currentColor;--button-background-hover-opacity:.04;--button-background-focused:currentColor;--button-background-focused-opacity:.12;--button-background-selected:var(--ion-color-step-150, var(--ion-background-color-step-150, var(--ion-background-color, #fff)));--button-background-selected-opacity:1;--button-color:var(--ion-color-primary, #0054e9);--button-color-disabled:var(--ion-color-step-850, var(--ion-text-color-step-150, #262626));--color:var(--ion-color-step-400, var(--ion-text-color-step-600, #999999));text-align:center}.action-sheet-wrapper.sc-ion-action-sheet-ios{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:var(--ion-safe-area-top, 0);padding-bottom:var(--ion-safe-area-bottom, 0);-webkit-box-sizing:content-box;box-sizing:content-box}.action-sheet-container.sc-ion-action-sheet-ios{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:0;padding-bottom:0}.action-sheet-group.sc-ion-action-sheet-ios{border-radius:13px;margin-bottom:8px}.action-sheet-group.sc-ion-action-sheet-ios:first-child{margin-top:10px}.action-sheet-group.sc-ion-action-sheet-ios:last-child{margin-bottom:10px}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-group.sc-ion-action-sheet-ios{background-color:transparent;-webkit-backdrop-filter:saturate(280%) blur(20px);backdrop-filter:saturate(280%) blur(20px)}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-title.sc-ion-action-sheet-ios,.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-button.sc-ion-action-sheet-ios{background-color:transparent;background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8)), to(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8))), -webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4)), color-stop(50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4)), color-stop(50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8)));background-image:linear-gradient(0deg, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8), rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 100%), linear-gradient(0deg, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4), rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4) 50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 50%);background-repeat:no-repeat;background-position:top, bottom;background-size:100% calc(100% - 1px), 100% 1px;-webkit-backdrop-filter:saturate(120%);backdrop-filter:saturate(120%)}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-button.ion-activated.sc-ion-action-sheet-ios{background-color:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.7);background-image:none}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-cancel.sc-ion-action-sheet-ios{background:var(--button-background-selected)}}.action-sheet-title.sc-ion-action-sheet-ios{background:-webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)), color-stop(50%, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)), color-stop(50%, transparent)) bottom/100% 1px no-repeat transparent;background:linear-gradient(0deg, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08), rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08) 50%, transparent 50%) bottom/100% 1px no-repeat transparent}.action-sheet-title.sc-ion-action-sheet-ios{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:14px;padding-bottom:13px;color:var(--color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-size:max(13px, 0.8125rem);font-weight:400;text-align:center}.action-sheet-title.action-sheet-has-sub-title.sc-ion-action-sheet-ios{font-weight:600}.action-sheet-sub-title.sc-ion-action-sheet-ios{padding-left:0;padding-right:0;padding-top:6px;padding-bottom:0;font-size:max(13px, 0.8125rem);font-weight:400}.action-sheet-button.sc-ion-action-sheet-ios{-webkit-padding-start:14px;padding-inline-start:14px;-webkit-padding-end:14px;padding-inline-end:14px;padding-top:14px;padding-bottom:14px;min-height:56px;font-size:max(20px, 1.25rem);contain:content}.action-sheet-button.sc-ion-action-sheet-ios .action-sheet-icon.sc-ion-action-sheet-ios{-webkit-margin-end:0.3em;margin-inline-end:0.3em;font-size:max(28px, 1.75rem);pointer-events:none}.action-sheet-button.sc-ion-action-sheet-ios:last-child{background-image:none}.action-sheet-selected.sc-ion-action-sheet-ios{font-weight:bold}.action-sheet-cancel.sc-ion-action-sheet-ios{font-weight:600}.action-sheet-cancel.sc-ion-action-sheet-ios::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-destructive.sc-ion-action-sheet-ios,.action-sheet-destructive.ion-activated.sc-ion-action-sheet-ios,.action-sheet-destructive.ion-focused.sc-ion-action-sheet-ios{color:var(--ion-color-danger, #c5000f)}@media (any-hover: hover){.action-sheet-destructive.sc-ion-action-sheet-ios:hover{color:var(--ion-color-danger, #c5000f)}}";
109
+ const actionSheetIosCss = ".sc-ion-action-sheet-ios-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-action-sheet-ios-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-ios{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-ios{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button-inner.sc-ion-action-sheet-ios{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;width:100%;height:100%;z-index:1}.action-sheet-container.sc-ion-action-sheet-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:end;justify-content:flex-end;height:100%;max-height:calc(100vh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)));max-height:calc(100dvh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)))}.action-sheet-group.sc-ion-action-sheet-ios{-ms-flex-negative:2;flex-shrink:2;overscroll-behavior-y:contain;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:all;background:var(--background)}@media (any-pointer: coarse){.action-sheet-group.sc-ion-action-sheet-ios::-webkit-scrollbar{display:none}}.action-sheet-group-cancel.sc-ion-action-sheet-ios{-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-ios::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.action-sheet-selected.sc-ion-action-sheet-ios{color:var(--button-color-selected)}.action-sheet-selected.sc-ion-action-sheet-ios::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-button.ion-activated.sc-ion-action-sheet-ios{color:var(--button-color-activated)}.action-sheet-button.ion-activated.sc-ion-action-sheet-ios::after{background:var(--button-background-activated);opacity:var(--button-background-activated-opacity)}.action-sheet-button.ion-focused.sc-ion-action-sheet-ios{color:var(--button-color-focused)}.action-sheet-button.ion-focused.sc-ion-action-sheet-ios::after{background:var(--button-background-focused);opacity:var(--button-background-focused-opacity)}@media (any-hover: hover){.action-sheet-button.sc-ion-action-sheet-ios:hover{color:var(--button-color-hover)}.action-sheet-button.sc-ion-action-sheet-ios:hover::after{background:var(--button-background-hover);opacity:var(--button-background-hover-opacity)}}.sc-ion-action-sheet-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--backdrop-opacity:var(--ion-backdrop-opacity, 0.4);--button-background:linear-gradient(0deg, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08), rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08) 50%, transparent 50%) bottom/100% 1px no-repeat transparent;--button-background-activated:var(--ion-text-color, #000);--button-background-activated-opacity:.08;--button-background-hover:currentColor;--button-background-hover-opacity:.04;--button-background-focused:currentColor;--button-background-focused-opacity:.12;--button-background-selected:var(--ion-color-step-150, var(--ion-background-color, #fff));--button-background-selected-opacity:1;--button-color:var(--ion-color-primary, #3880ff);--color:var(--ion-color-step-400, #999999);text-align:center}.action-sheet-wrapper.sc-ion-action-sheet-ios{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:var(--ion-safe-area-top, 0);padding-bottom:var(--ion-safe-area-bottom, 0);-webkit-box-sizing:content-box;box-sizing:content-box}.action-sheet-container.sc-ion-action-sheet-ios{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:0;padding-bottom:0}.action-sheet-group.sc-ion-action-sheet-ios{border-radius:13px;margin-bottom:8px}.action-sheet-group.sc-ion-action-sheet-ios:first-child{margin-top:10px}.action-sheet-group.sc-ion-action-sheet-ios:last-child{margin-bottom:10px}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-group.sc-ion-action-sheet-ios{background-color:transparent;-webkit-backdrop-filter:saturate(280%) blur(20px);backdrop-filter:saturate(280%) blur(20px)}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-title.sc-ion-action-sheet-ios,.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-button.sc-ion-action-sheet-ios{background-color:transparent;background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8)), to(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8))), -webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4)), color-stop(50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4)), color-stop(50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8)));background-image:linear-gradient(0deg, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8), rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 100%), linear-gradient(0deg, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4), rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.4) 50%, rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8) 50%);background-repeat:no-repeat;background-position:top, bottom;background-size:100% calc(100% - 1px), 100% 1px;-webkit-backdrop-filter:saturate(120%);backdrop-filter:saturate(120%)}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-button.ion-activated.sc-ion-action-sheet-ios{background-color:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.7);background-image:none}.action-sheet-translucent.sc-ion-action-sheet-ios-h .action-sheet-cancel.sc-ion-action-sheet-ios{background:var(--button-background-selected)}}.action-sheet-title.sc-ion-action-sheet-ios{background:-webkit-gradient(linear, left bottom, left top, from(rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)), color-stop(50%, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08)), color-stop(50%, transparent)) bottom/100% 1px no-repeat transparent;background:linear-gradient(0deg, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08), rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08) 50%, transparent 50%) bottom/100% 1px no-repeat transparent}.action-sheet-title.sc-ion-action-sheet-ios{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:14px;padding-bottom:13px;color:var(--color, var(--ion-color-step-400, #999999));font-size:max(13px, 0.8125rem);font-weight:400;text-align:center}.action-sheet-title.action-sheet-has-sub-title.sc-ion-action-sheet-ios{font-weight:600}.action-sheet-sub-title.sc-ion-action-sheet-ios{padding-left:0;padding-right:0;padding-top:6px;padding-bottom:0;font-size:max(13px, 0.8125rem);font-weight:400}.action-sheet-button.sc-ion-action-sheet-ios{-webkit-padding-start:14px;padding-inline-start:14px;-webkit-padding-end:14px;padding-inline-end:14px;padding-top:14px;padding-bottom:14px;min-height:56px;font-size:max(20px, 1.25rem);contain:content}.action-sheet-button.sc-ion-action-sheet-ios .action-sheet-icon.sc-ion-action-sheet-ios{-webkit-margin-end:0.3em;margin-inline-end:0.3em;font-size:max(28px, 1.75rem);pointer-events:none}.action-sheet-button.sc-ion-action-sheet-ios:last-child{background-image:none}.action-sheet-selected.sc-ion-action-sheet-ios{font-weight:bold}.action-sheet-cancel.sc-ion-action-sheet-ios{font-weight:600}.action-sheet-cancel.sc-ion-action-sheet-ios::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-destructive.sc-ion-action-sheet-ios,.action-sheet-destructive.ion-activated.sc-ion-action-sheet-ios,.action-sheet-destructive.ion-focused.sc-ion-action-sheet-ios{color:var(--ion-color-danger, #eb445a)}@media (any-hover: hover){.action-sheet-destructive.sc-ion-action-sheet-ios:hover{color:var(--ion-color-danger, #eb445a)}}";
110
110
  const IonActionSheetIosStyle0 = actionSheetIosCss;
111
111
 
112
- const actionSheetMdCss = ".sc-ion-action-sheet-md-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-action-sheet-md-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-md{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-md{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-md:disabled{color:var(--button-color-disabled);opacity:0.4}.action-sheet-button-inner.sc-ion-action-sheet-md{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;width:100%;height:100%;z-index:1}.action-sheet-container.sc-ion-action-sheet-md{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:end;justify-content:flex-end;height:100%;max-height:calc(100vh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)));max-height:calc(100dvh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)))}.action-sheet-group.sc-ion-action-sheet-md{-ms-flex-negative:2;flex-shrink:2;overscroll-behavior-y:contain;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:all;background:var(--background)}@media (any-pointer: coarse){.action-sheet-group.sc-ion-action-sheet-md::-webkit-scrollbar{display:none}}.action-sheet-group-cancel.sc-ion-action-sheet-md{-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-md::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.action-sheet-selected.sc-ion-action-sheet-md{color:var(--button-color-selected)}.action-sheet-selected.sc-ion-action-sheet-md::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-button.ion-activated.sc-ion-action-sheet-md{color:var(--button-color-activated)}.action-sheet-button.ion-activated.sc-ion-action-sheet-md::after{background:var(--button-background-activated);opacity:var(--button-background-activated-opacity)}.action-sheet-button.ion-focused.sc-ion-action-sheet-md{color:var(--button-color-focused)}.action-sheet-button.ion-focused.sc-ion-action-sheet-md::after{background:var(--button-background-focused);opacity:var(--button-background-focused-opacity)}@media (any-hover: hover){.action-sheet-button.sc-ion-action-sheet-md:not(:disabled):hover{color:var(--button-color-hover)}.action-sheet-button.sc-ion-action-sheet-md:not(:disabled):hover::after{background:var(--button-background-hover);opacity:var(--button-background-hover-opacity)}}.sc-ion-action-sheet-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);--button-background:transparent;--button-background-selected:currentColor;--button-background-selected-opacity:0;--button-background-activated:transparent;--button-background-activated-opacity:0;--button-background-hover:currentColor;--button-background-hover-opacity:.04;--button-background-focused:currentColor;--button-background-focused-opacity:.12;--button-color:var(--ion-color-step-850, var(--ion-text-color-step-150, #262626));--button-color-disabled:var(--button-color);--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54)}.action-sheet-wrapper.sc-ion-action-sheet-md{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:var(--ion-safe-area-top, 0);margin-bottom:0}.action-sheet-title.sc-ion-action-sheet-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:20px;padding-bottom:17px;min-height:60px;color:var(--color, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54));font-size:1rem;text-align:start}.action-sheet-sub-title.sc-ion-action-sheet-md{padding-left:0;padding-right:0;padding-top:16px;padding-bottom:0;font-size:0.875rem}.action-sheet-group.sc-ion-action-sheet-md:first-child{padding-top:0}.action-sheet-group.sc-ion-action-sheet-md:last-child{padding-bottom:var(--ion-safe-area-bottom)}.action-sheet-button.sc-ion-action-sheet-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:12px;position:relative;min-height:52px;font-size:1rem;text-align:start;contain:content;overflow:hidden}.action-sheet-icon.sc-ion-action-sheet-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:32px;margin-inline-end:32px;margin-top:0;margin-bottom:0;color:var(--color);font-size:1.5rem}.action-sheet-button-inner.sc-ion-action-sheet-md{-ms-flex-pack:start;justify-content:flex-start}.action-sheet-selected.sc-ion-action-sheet-md{font-weight:bold}";
112
+ const actionSheetMdCss = ".sc-ion-action-sheet-md-h{--color:initial;--button-color-activated:var(--button-color);--button-color-focused:var(--button-color);--button-color-hover:var(--button-color);--button-color-selected:var(--button-color);--min-width:auto;--width:100%;--max-width:500px;--min-height:auto;--height:auto;--max-height:calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:block;position:fixed;outline:none;font-family:var(--ion-font-family, inherit);-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-action-sheet-md-h{display:none}.action-sheet-wrapper.sc-ion-action-sheet-md{left:0;right:0;bottom:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);display:block;position:absolute;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);z-index:10;pointer-events:none}.action-sheet-button.sc-ion-action-sheet-md{display:block;position:relative;width:100%;border:0;outline:none;background:var(--button-background);color:var(--button-color);font-family:inherit;overflow:hidden}.action-sheet-button-inner.sc-ion-action-sheet-md{display:-ms-flexbox;display:flex;position:relative;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;width:100%;height:100%;z-index:1}.action-sheet-container.sc-ion-action-sheet-md{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:end;justify-content:flex-end;height:100%;max-height:calc(100vh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)));max-height:calc(100dvh - (var(--ion-safe-area-top, 0) + var(--ion-safe-area-bottom, 0)))}.action-sheet-group.sc-ion-action-sheet-md{-ms-flex-negative:2;flex-shrink:2;overscroll-behavior-y:contain;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:all;background:var(--background)}@media (any-pointer: coarse){.action-sheet-group.sc-ion-action-sheet-md::-webkit-scrollbar{display:none}}.action-sheet-group-cancel.sc-ion-action-sheet-md{-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.action-sheet-button.sc-ion-action-sheet-md::after{left:0;right:0;top:0;bottom:0;position:absolute;content:\"\";opacity:0}.action-sheet-selected.sc-ion-action-sheet-md{color:var(--button-color-selected)}.action-sheet-selected.sc-ion-action-sheet-md::after{background:var(--button-background-selected);opacity:var(--button-background-selected-opacity)}.action-sheet-button.ion-activated.sc-ion-action-sheet-md{color:var(--button-color-activated)}.action-sheet-button.ion-activated.sc-ion-action-sheet-md::after{background:var(--button-background-activated);opacity:var(--button-background-activated-opacity)}.action-sheet-button.ion-focused.sc-ion-action-sheet-md{color:var(--button-color-focused)}.action-sheet-button.ion-focused.sc-ion-action-sheet-md::after{background:var(--button-background-focused);opacity:var(--button-background-focused-opacity)}@media (any-hover: hover){.action-sheet-button.sc-ion-action-sheet-md:hover{color:var(--button-color-hover)}.action-sheet-button.sc-ion-action-sheet-md:hover::after{background:var(--button-background-hover);opacity:var(--button-background-hover-opacity)}}.sc-ion-action-sheet-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);--button-background:transparent;--button-background-selected:currentColor;--button-background-selected-opacity:0;--button-background-activated:transparent;--button-background-activated-opacity:0;--button-background-hover:currentColor;--button-background-hover-opacity:.04;--button-background-focused:currentColor;--button-background-focused-opacity:.12;--button-color:var(--ion-color-step-850, #262626);--color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54)}.action-sheet-wrapper.sc-ion-action-sheet-md{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:var(--ion-safe-area-top, 0);margin-bottom:0}.action-sheet-title.sc-ion-action-sheet-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:20px;padding-bottom:17px;min-height:60px;color:var(--color, rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.54));font-size:1rem;text-align:start}.action-sheet-sub-title.sc-ion-action-sheet-md{padding-left:0;padding-right:0;padding-top:16px;padding-bottom:0;font-size:0.875rem}.action-sheet-group.sc-ion-action-sheet-md:first-child{padding-top:0}.action-sheet-group.sc-ion-action-sheet-md:last-child{padding-bottom:var(--ion-safe-area-bottom)}.action-sheet-button.sc-ion-action-sheet-md{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:12px;position:relative;min-height:52px;font-size:1rem;text-align:start;contain:content;overflow:hidden}.action-sheet-icon.sc-ion-action-sheet-md{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:32px;margin-inline-end:32px;margin-top:0;margin-bottom:0;color:var(--color);font-size:1.5rem}.action-sheet-button-inner.sc-ion-action-sheet-md{-ms-flex-pack:start;justify-content:flex-start}.action-sheet-selected.sc-ion-action-sheet-md{font-weight:bold}";
113
113
  const IonActionSheetMdStyle0 = actionSheetMdCss;
114
114
 
115
115
  const ActionSheet = /*@__PURE__*/ proxyCustomElement(class ActionSheet extends HTMLElement {
@@ -253,10 +253,7 @@ const ActionSheet = /*@__PURE__*/ proxyCustomElement(class ActionSheet extends H
253
253
  this.triggerController.removeClickListener();
254
254
  }
255
255
  componentWillLoad() {
256
- var _a;
257
- if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
258
- setOverlayId(this.el);
259
- }
256
+ setOverlayId(this.el);
260
257
  }
261
258
  componentDidLoad() {
262
259
  /**
@@ -301,12 +298,12 @@ const ActionSheet = /*@__PURE__*/ proxyCustomElement(class ActionSheet extends H
301
298
  const cancelButton = allButtons.find((b) => b.role === 'cancel');
302
299
  const buttons = allButtons.filter((b) => b.role !== 'cancel');
303
300
  const headerID = `action-sheet-${overlayIndex}-header`;
304
- return (h(Host, Object.assign({ key: '7bbd202ca9e19727e7514abbe073687d982f80c3', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
301
+ return (h(Host, Object.assign({ key: '49c8b5b3412b5688e44f3e3fa18abcc01c75a770', role: "dialog", "aria-modal": "true", "aria-labelledby": header !== undefined ? headerID : null, tabindex: "-1" }, htmlAttributes, { style: {
305
302
  zIndex: `${20000 + this.overlayIndex}`,
306
- }, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: '23344a9221a2e6720d7b9de5249dc37256cafa7b', tappable: this.backdropDismiss }), h("div", { key: 'fbc2ba15549c2ab04e759e82df6e177fd80cc0a6', tabindex: "0", "aria-hidden": "true" }), h("div", { key: '748ee5235d0b4cb26d6f1b7589f77af2e37ad28a', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: '7ce5fa236cf75e9b1e49c4725c9a811078706554', class: "action-sheet-container" }, h("div", { key: 'dc2251f3bcee4a93e3449f09621cbd2b65d329e9', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (h("div", { key: '48d325c8a852f56ed57a9ada1a6709d05ba32ee2', id: headerID, class: {
303
+ }, class: Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'action-sheet-translucent': this.translucent }), onIonActionSheetWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: '80b4c279fca194c6d65bbdb8128956641387bb05', tappable: this.backdropDismiss }), h("div", { key: '245cde1873c07ef09267de8ab1a4d6ee51c0a83c', tabindex: "0" }), h("div", { key: '045109bb2118decbe633f45aa3d71b824d37c0fd', class: "action-sheet-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: 'b053f3a177b6ac7f2f76f5470f7023389f06cfd8', class: "action-sheet-container" }, h("div", { key: '88287aa180c22389747c9fec702112e29f4ec039', class: "action-sheet-group", ref: (el) => (this.groupEl = el) }, header !== undefined && (h("div", { key: '693e67af994a0018508a6deb867937916913eaa6', id: headerID, class: {
307
304
  'action-sheet-title': true,
308
305
  'action-sheet-has-sub-title': this.subHeader !== undefined,
309
- } }, header, this.subHeader && h("div", { key: '66093728052eb67f37a35f3232761ce4a08896f3', class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b), disabled: b.disabled }), h("span", { class: "action-sheet-button-inner" }, b.icon && h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && h("ion-ripple-effect", null))))), cancelButton && (h("div", { key: 'f4eb8e3e2885b85af5080df18d0de0bdd1d719de', class: "action-sheet-group action-sheet-group-cancel" }, h("button", Object.assign({ key: '169f4eb09255aba85062baad49ceb151239fbfb7' }, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), h("span", { key: '25fb8a466dd67ea94c79cfb4f9965527e1ce6d42', class: "action-sheet-button-inner" }, cancelButton.icon && (h("ion-icon", { key: 'eb5b071e120a2c86afdf967af6a763a43044d1ca', icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && h("ion-ripple-effect", { key: '452ad7e1052b2c681e2d98de8193949755ad4d54' })))))), h("div", { key: 'e1cecf280c987c050d9445e2c458b903f153089b', tabindex: "0", "aria-hidden": "true" })));
306
+ } }, header, this.subHeader && h("div", { key: '813cbb8d66e46d5a55a6c8bf52c5689882dc7002', class: "action-sheet-sub-title" }, this.subHeader))), buttons.map((b) => (h("button", Object.assign({}, b.htmlAttributes, { type: "button", id: b.id, class: buttonClass(b), onClick: () => this.buttonClick(b) }), h("span", { class: "action-sheet-button-inner" }, b.icon && h("ion-icon", { icon: b.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" }), b.text), mode === 'md' && h("ion-ripple-effect", null))))), cancelButton && (h("div", { key: 'f99cd10e7d91d3014edac6109c3e6dc128737f7c', class: "action-sheet-group action-sheet-group-cancel" }, h("button", Object.assign({ key: '595c6a39ba04185e80cc3b0705536f93b4f1ebf4' }, cancelButton.htmlAttributes, { type: "button", class: buttonClass(cancelButton), onClick: () => this.buttonClick(cancelButton) }), h("span", { key: '1f40403b907c6e925405a8b405ede9f7f9885611', class: "action-sheet-button-inner" }, cancelButton.icon && (h("ion-icon", { key: '75d5398d889fa70b514843b9cc73b2087a0bf1a0', icon: cancelButton.icon, "aria-hidden": "true", lazy: false, class: "action-sheet-icon" })), cancelButton.text), mode === 'md' && h("ion-ripple-effect", { key: 'cda40def00755c69da9f6a67494eee4dc79550fc' })))))), h("div", { key: '4d9432bae550ef618ba762857144f1558e3e29e7', tabindex: "0" })));
310
307
  }
311
308
  get el() { return this; }
312
309
  static get watchers() { return {
@@ -343,7 +340,7 @@ const ActionSheet = /*@__PURE__*/ proxyCustomElement(class ActionSheet extends H
343
340
  "trigger": ["triggerChanged"]
344
341
  }]);
345
342
  const buttonClass = (button) => {
346
- return Object.assign({ 'action-sheet-button': true, 'ion-activatable': !button.disabled, 'ion-focusable': !button.disabled, [`action-sheet-${button.role}`]: button.role !== undefined }, getClassMap(button.cssClass));
343
+ return Object.assign({ 'action-sheet-button': true, 'ion-activatable': true, 'ion-focusable': true, [`action-sheet-${button.role}`]: button.role !== undefined }, getClassMap(button.cssClass));
347
344
  };
348
345
  function defineCustomElement() {
349
346
  if (typeof customElements === "undefined") {
@@ -1,7 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
2
  import { c as createLockController, g as getClassMap, s as sanitizeDOMString, d as defineCustomElement$2, e as enterAnimation, l as leaveAnimation } from './overlay.js';
3
3
  import { c as createDelegateController, a as createTriggerController, p as prepareOverlay, b as present, d as dismiss, e as eventMethod } from './overlays.js';
4
- import { r as raf } from './helpers2.js';
4
+ import { r as raf } from './helpers3.js';
5
5
  import { c as config } from './config2.js';
6
6
  import { d as defineCustomElement$3 } from './icon.js';
7
7
  import { d as defineCustomElement$1 } from './icon2.js';
@@ -1,7 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
2
  import { E as ENABLE_HTML_CONTENT_DEFAULT, s as sanitizeDOMString } from './config3.js';
3
3
  import { c as createButtonActiveGesture } from './button-active.js';
4
- import { a as raf } from './helpers3.js';
4
+ import { r as raf } from './helpers2.js';
5
5
  import { c as createLockController } from './lock-controller.js';
6
6
  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 './overlays2.js';
7
7
  import { g as getClassMap } from './theme.js';
@@ -108,10 +108,10 @@ const mdLeaveAnimation = (baseEl) => {
108
108
  .addAnimation([backdropAnimation, wrapperAnimation]);
109
109
  };
110
110
 
111
- const alertIosCss = ".sc-ion-alert-ios-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-ios-h{display:none}.alert-top.sc-ion-alert-ios-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-label.sc-ion-alert-ios,.alert-radio-label.sc-ion-alert-ios{overflow-wrap:anywhere}@media (any-pointer: coarse){.alert-checkbox-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-message.sc-ion-alert-ios::-webkit-scrollbar{display:none}}.alert-input.sc-ion-alert-ios{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:0.875rem;line-height:1.25rem;z-index:0}.alert-button.ion-focused.sc-ion-alert-ios,.alert-tappable.ion-focused.sc-ion-alert-ios{background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6))}.alert-button-inner.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-ios,.alert-checkbox-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios,.alert-radio-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-ios,.alert-checkbox.sc-ion-alert-ios,.alert-input.sc-ion-alert-ios,.alert-radio.sc-ion-alert-ios{outline:none}.alert-radio-icon.sc-ion-alert-ios,.alert-checkbox-icon.sc-ion-alert-ios,.alert-checkbox-inner.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-ios{min-height:37px;resize:none}.sc-ion-alert-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, var(--ion-background-color-step-100, #f9f9f9)));--max-width:clamp(270px, 16.875rem, 324px);--backdrop-opacity:var(--ion-backdrop-opacity, 0.3);font-size:max(14px, 0.875rem)}.alert-wrapper.sc-ion-alert-ios{border-radius:13px;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.alert-button.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{pointer-events:none}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.alert-translucent.sc-ion-alert-ios-h .alert-wrapper.sc-ion-alert-ios{background:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}.alert-head.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:7px;text-align:center}.alert-title.sc-ion-alert-ios{margin-top:8px;color:var(--ion-text-color, #000);font-size:max(17px, 1.0625rem);font-weight:600}.alert-sub-title.sc-ion-alert-ios{color:var(--ion-color-step-600, var(--ion-text-color-step-400, #666666));font-size:max(14px, 0.875rem)}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:21px;color:var(--ion-text-color, #000);font-size:max(13px, 0.8125rem);text-align:center}.alert-message.sc-ion-alert-ios{max-height:240px}.alert-message.sc-ion-alert-ios:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:12px}.alert-input.sc-ion-alert-ios{border-radius:7px;margin-top:10px;-webkit-padding-start:7px;padding-inline-start:7px;-webkit-padding-end:7px;padding-inline-end:7px;padding-top:7px;padding-bottom:7px;border:0.55px solid var(--ion-color-step-250, var(--ion-background-color-step-250, #bfbfbf));background-color:var(--ion-background-color, #fff);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem}.alert-input.sc-ion-alert-ios::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-clear{display:none}.alert-input.sc-ion-alert-ios::-webkit-date-and-time-value{height:18px}.alert-radio-group.sc-ion-alert-ios,.alert-checkbox-group.sc-ion-alert-ios{-ms-scroll-chaining:none;overscroll-behavior:contain;max-height:240px;border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);overflow-y:auto;-webkit-overflow-scrolling:touch}.alert-tappable.sc-ion-alert-ios{min-height:44px}.alert-radio-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;-ms-flex-order:0;order:0;color:var(--ion-text-color, #000)}[aria-checked=true].sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios{color:var(--ion-color-primary, #0054e9)}.alert-radio-icon.sc-ion-alert-ios{position:relative;-ms-flex-order:1;order:1;min-width:30px}[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{top:-7px;position:absolute;width:6px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary, #0054e9)}[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{inset-inline-start:7px}.alert-checkbox-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-text-color, #000)}.alert-checkbox-icon.sc-ion-alert-ios{border-radius:50%;-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:6px;margin-inline-end:6px;margin-top:10px;margin-bottom:10px;position:relative;width:min(1.375rem, 55.836px);height:min(1.375rem, 55.836px);border-width:0.125rem;border-style:solid;border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, var(--ion-background-color-step-250, #c8c7cc))));background-color:var(--ion-item-background, var(--ion-background-color, #fff));contain:strict}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-icon.sc-ion-alert-ios{border-color:var(--ion-color-primary, #0054e9);background-color:var(--ion-color-primary, #0054e9)}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{top:calc(min(1.375rem, 55.836px) / 8);position:absolute;width:calc(min(1.375rem, 55.836px) / 6 + 1px);height:calc(min(1.375rem, 55.836px) * 0.5);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:0.125rem;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-background-color, #fff)}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{inset-inline-start:calc(min(1.375rem, 55.836px) / 3)}.alert-button-group.sc-ion-alert-ios{-webkit-margin-end:-0.55px;margin-inline-end:-0.55px;-ms-flex-wrap:wrap;flex-wrap:wrap}.alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios{border-right:none}[dir=rtl].sc-ion-alert-ios-h .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:none}[dir=rtl].sc-ion-alert-ios .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:none}@supports selector(:dir(rtl)){.alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:none}}.alert-button.sc-ion-alert-ios{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;border-radius:0;-ms-flex:1 1 auto;flex:1 1 auto;min-width:50%;height:max(44px, 2.75rem);border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);background-color:transparent;color:var(--ion-color-primary, #0054e9);font-size:max(17px, 1.0625rem);overflow:hidden}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child{border-right:0}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:first-child{border-right:0}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:first-child:dir(rtl){border-right:0}}.alert-button.sc-ion-alert-ios:last-child{border-right:0;font-weight:bold}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}}.alert-button.ion-activated.sc-ion-alert-ios{background-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.1)}.alert-button-role-destructive.sc-ion-alert-ios,.alert-button-role-destructive.ion-activated.sc-ion-alert-ios,.alert-button-role-destructive.ion-focused.sc-ion-alert-ios{color:var(--ion-color-danger, #c5000f)}";
111
+ const alertIosCss = ".sc-ion-alert-ios-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-ios-h{display:none}.alert-top.sc-ion-alert-ios-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-label.sc-ion-alert-ios,.alert-radio-label.sc-ion-alert-ios{overflow-wrap:anywhere}@media (any-pointer: coarse){.alert-checkbox-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-ios::-webkit-scrollbar,.alert-message.sc-ion-alert-ios::-webkit-scrollbar{display:none}}.alert-input.sc-ion-alert-ios{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-ios{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:0.875rem;line-height:1.25rem;z-index:0}.alert-button.ion-focused.sc-ion-alert-ios,.alert-tappable.ion-focused.sc-ion-alert-ios{background:var(--ion-color-step-100, #e6e6e6)}.alert-button-inner.sc-ion-alert-ios{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-ios,.alert-checkbox-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios,.alert-radio-button-disabled.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-ios{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-ios,.alert-checkbox.sc-ion-alert-ios,.alert-input.sc-ion-alert-ios,.alert-radio.sc-ion-alert-ios{outline:none}.alert-radio-icon.sc-ion-alert-ios,.alert-checkbox-icon.sc-ion-alert-ios,.alert-checkbox-inner.sc-ion-alert-ios{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-ios{min-height:37px;resize:none}.sc-ion-alert-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--max-width:clamp(270px, 16.875rem, 324px);--backdrop-opacity:var(--ion-backdrop-opacity, 0.3);font-size:max(14px, 0.875rem)}.alert-wrapper.sc-ion-alert-ios{border-radius:13px;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.alert-button.sc-ion-alert-ios .alert-button-inner.sc-ion-alert-ios{pointer-events:none}@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))){.alert-translucent.sc-ion-alert-ios-h .alert-wrapper.sc-ion-alert-ios{background:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}.alert-head.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:12px;padding-bottom:7px;text-align:center}.alert-title.sc-ion-alert-ios{margin-top:8px;color:var(--ion-text-color, #000);font-size:max(17px, 1.0625rem);font-weight:600}.alert-sub-title.sc-ion-alert-ios{color:var(--ion-color-step-600, #666666);font-size:max(14px, 0.875rem)}.alert-message.sc-ion-alert-ios,.alert-input-group.sc-ion-alert-ios{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:0;padding-bottom:21px;color:var(--ion-text-color, #000);font-size:max(13px, 0.8125rem);text-align:center}.alert-message.sc-ion-alert-ios{max-height:240px}.alert-message.sc-ion-alert-ios:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:12px}.alert-input.sc-ion-alert-ios{border-radius:4px;margin-top:10px;-webkit-padding-start:6px;padding-inline-start:6px;-webkit-padding-end:6px;padding-inline-end:6px;padding-top:6px;padding-bottom:6px;border:0.55px solid var(--ion-color-step-250, #bfbfbf);background-color:var(--ion-background-color, #fff);-webkit-appearance:none;-moz-appearance:none;appearance:none}.alert-input.sc-ion-alert-ios::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-ios::-ms-clear{display:none}.alert-input.sc-ion-alert-ios::-webkit-date-and-time-value{height:18px}.alert-radio-group.sc-ion-alert-ios,.alert-checkbox-group.sc-ion-alert-ios{-ms-scroll-chaining:none;overscroll-behavior:contain;max-height:240px;border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);overflow-y:auto;-webkit-overflow-scrolling:touch}.alert-tappable.sc-ion-alert-ios{min-height:44px}.alert-radio-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;-ms-flex-order:0;order:0;color:var(--ion-text-color, #000)}[aria-checked=true].sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios{color:var(--ion-color-primary, #3880ff)}.alert-radio-icon.sc-ion-alert-ios{position:relative;-ms-flex-order:1;order:1;min-width:30px}[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{top:-7px;position:absolute;width:6px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary, #3880ff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{inset-inline-start:7px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:7px}[dir=rtl].sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios,[dir=rtl] .sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:unset;right:unset;right:7px}[dir=rtl].sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios{left:unset;right:unset;right:7px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-ios .alert-radio-inner.sc-ion-alert-ios:dir(rtl){left:unset;right:unset;right:7px}}}.alert-checkbox-label.sc-ion-alert-ios{-webkit-padding-start:13px;padding-inline-start:13px;-webkit-padding-end:13px;padding-inline-end:13px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-text-color, #000)}.alert-checkbox-icon.sc-ion-alert-ios{border-radius:50%;-webkit-margin-start:16px;margin-inline-start:16px;-webkit-margin-end:6px;margin-inline-end:6px;margin-top:10px;margin-bottom:10px;position:relative;width:min(1.5rem, 66px);height:min(1.5rem, 66px);border-width:0.0625rem;border-style:solid;border-color:var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-250, #c8c7cc)));background-color:var(--ion-item-background, var(--ion-background-color, #fff));contain:strict}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-icon.sc-ion-alert-ios{border-color:var(--ion-color-primary, #3880ff);background-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{top:calc(min(1.5rem, 66px) / 6);position:absolute;width:calc(min(1.5rem, 66px) / 6 + 1px);height:calc(min(1.5rem, 66px) * 0.5);-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:0.0625rem;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-background-color, #fff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{inset-inline-start:calc(min(1.5rem, 66px) / 3 + 1px)}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:calc(min(1.5rem, 66px) / 3 + 1px)}[dir=rtl].sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios,[dir=rtl] .sc-ion-alert-ios-h [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:unset;right:unset;right:calc(min(1.5rem, 66px) / 3 + 1px)}[dir=rtl].sc-ion-alert-ios [aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios{left:unset;right:unset;right:calc(min(1.5rem, 66px) / 3 + 1px)}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-ios .alert-checkbox-inner.sc-ion-alert-ios:dir(rtl){left:unset;right:unset;right:calc(min(1.5rem, 66px) / 3 + 1px)}}}.alert-button-group.sc-ion-alert-ios{-webkit-margin-end:-0.55px;margin-inline-end:-0.55px;-ms-flex-wrap:wrap;flex-wrap:wrap}.alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios{border-right:none}[dir=rtl].sc-ion-alert-ios-h .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:none}[dir=rtl].sc-ion-alert-ios .alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:none}@supports selector(:dir(rtl)){.alert-button-group-vertical.sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:none}}.alert-button.sc-ion-alert-ios{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;border-radius:0;-ms-flex:1 1 auto;flex:1 1 auto;min-width:50%;height:max(44px, 2.75rem);border-top:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2);background-color:transparent;color:var(--ion-color-primary, #3880ff);font-size:max(17px, 1.0625rem);overflow:hidden}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:first-child{border-right:0}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:first-child{border-right:0}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:first-child:dir(rtl){border-right:0}}.alert-button.sc-ion-alert-ios:last-child{border-right:0;font-weight:bold}[dir=rtl].sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child,[dir=rtl] .sc-ion-alert-ios-h .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}[dir=rtl].sc-ion-alert-ios .alert-button.sc-ion-alert-ios:last-child{border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}@supports selector(:dir(rtl)){.alert-button.sc-ion-alert-ios:last-child:dir(rtl){border-right:0.55px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.2)}}.alert-button.ion-activated.sc-ion-alert-ios{background-color:rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.1)}.alert-button-role-destructive.sc-ion-alert-ios,.alert-button-role-destructive.ion-activated.sc-ion-alert-ios,.alert-button-role-destructive.ion-focused.sc-ion-alert-ios{color:var(--ion-color-danger, #eb445a)}";
112
112
  const IonAlertIosStyle0 = alertIosCss;
113
113
 
114
- const alertMdCss = ".sc-ion-alert-md-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-md-h{display:none}.alert-top.sc-ion-alert-md-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-label.sc-ion-alert-md,.alert-radio-label.sc-ion-alert-md{overflow-wrap:anywhere}@media (any-pointer: coarse){.alert-checkbox-group.sc-ion-alert-md::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-md::-webkit-scrollbar,.alert-message.sc-ion-alert-md::-webkit-scrollbar{display:none}}.alert-input.sc-ion-alert-md{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:0.875rem;line-height:1.25rem;z-index:0}.alert-button.ion-focused.sc-ion-alert-md,.alert-tappable.ion-focused.sc-ion-alert-md{background:var(--ion-color-step-100, var(--ion-background-color-step-100, #e6e6e6))}.alert-button-inner.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-md,.alert-checkbox-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md,.alert-radio-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-md,.alert-checkbox.sc-ion-alert-md,.alert-input.sc-ion-alert-md,.alert-radio.sc-ion-alert-md{outline:none}.alert-radio-icon.sc-ion-alert-md,.alert-checkbox-icon.sc-ion-alert-md,.alert-checkbox-inner.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-md{min-height:37px;resize:none}.sc-ion-alert-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--max-width:280px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);font-size:0.875rem}.alert-wrapper.sc-ion-alert-md{border-radius:4px;-webkit-box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12)}.alert-head.sc-ion-alert-md{-webkit-padding-start:23px;padding-inline-start:23px;-webkit-padding-end:23px;padding-inline-end:23px;padding-top:20px;padding-bottom:15px;text-align:start}.alert-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:1.25rem;font-weight:500}.alert-sub-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:1rem}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-padding-start:24px;padding-inline-start:24px;-webkit-padding-end:24px;padding-inline-end:24px;padding-top:20px;padding-bottom:20px;color:var(--ion-color-step-550, var(--ion-text-color-step-450, #737373))}.alert-message.sc-ion-alert-md{font-size:1rem}@media screen and (max-width: 767px){.alert-message.sc-ion-alert-md{max-height:266px}}.alert-message.sc-ion-alert-md:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-head.sc-ion-alert-md+.alert-message.sc-ion-alert-md{padding-top:0}.alert-input.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px;border-bottom:1px solid var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));color:var(--ion-text-color, #000)}.alert-input.sc-ion-alert-md::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, var(--ion-text-color-step-600, #999999)));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-clear{display:none}.alert-input.sc-ion-alert-md:focus{margin-bottom:4px;border-bottom:2px solid var(--ion-color-primary, #0054e9)}.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{position:relative;border-top:1px solid var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));border-bottom:1px solid var(--ion-color-step-150, var(--ion-background-color-step-150, #d9d9d9));overflow:auto}@media screen and (max-width: 767px){.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{max-height:266px}}.alert-tappable.sc-ion-alert-md{position:relative;min-height:48px}.alert-radio-label.sc-ion-alert-md{-webkit-padding-start:52px;padding-inline-start:52px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-color-step-850, var(--ion-text-color-step-150, #262626));font-size:1rem}.alert-radio-icon.sc-ion-alert-md{top:0;border-radius:50%;display:block;position:relative;width:20px;height:20px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, var(--ion-background-color-step-550, #737373))}.alert-radio-icon.sc-ion-alert-md{inset-inline-start:26px}.alert-radio-inner.sc-ion-alert-md{top:3px;border-radius:50%;position:absolute;width:10px;height:10px;-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0);-webkit-transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--ion-color-primary, #0054e9)}.alert-radio-inner.sc-ion-alert-md{inset-inline-start:3px}[aria-checked=true].sc-ion-alert-md .alert-radio-label.sc-ion-alert-md{color:var(--ion-color-step-850, var(--ion-text-color-step-150, #262626))}[aria-checked=true].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #0054e9)}[aria-checked=true].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.alert-checkbox-label.sc-ion-alert-md{-webkit-padding-start:53px;padding-inline-start:53px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;width:calc(100% - 53px);color:var(--ion-color-step-850, var(--ion-text-color-step-150, #262626));font-size:1rem}.alert-checkbox-icon.sc-ion-alert-md{top:0;border-radius:2px;position:relative;width:16px;height:16px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, var(--ion-background-color-step-550, #737373));contain:strict}.alert-checkbox-icon.sc-ion-alert-md{inset-inline-start:26px}[aria-checked=true].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #0054e9);background-color:var(--ion-color-primary, #0054e9)}[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{top:0;position:absolute;width:6px;height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary-contrast, #fff)}[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{inset-inline-start:3px}.alert-button-group.sc-ion-alert-md{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-ms-flex-pack:end;justify-content:flex-end}.alert-button.sc-ion-alert-md{border-radius:2px;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:0;margin-bottom:0;-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:10px;padding-bottom:10px;position:relative;background-color:transparent;color:var(--ion-color-primary, #0054e9);font-weight:500;text-align:end;text-transform:uppercase;overflow:hidden}.alert-button-inner.sc-ion-alert-md{-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width: 768px){.sc-ion-alert-md-h{--max-width:min(100vw - 96px, 560px);--max-height:min(100vh - 96px, 560px)}}";
114
+ const alertMdCss = ".sc-ion-alert-md-h{--min-width:250px;--width:auto;--min-height:auto;--height:auto;--max-height:90%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-alert-md-h{display:none}.alert-top.sc-ion-alert-md-h{padding-top:50px;-ms-flex-align:start;align-items:flex-start}.alert-wrapper.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);contain:content;opacity:0;z-index:10}.alert-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-sub-title.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-weight:normal}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}.alert-checkbox-label.sc-ion-alert-md,.alert-radio-label.sc-ion-alert-md{overflow-wrap:anywhere}@media (any-pointer: coarse){.alert-checkbox-group.sc-ion-alert-md::-webkit-scrollbar,.alert-radio-group.sc-ion-alert-md::-webkit-scrollbar,.alert-message.sc-ion-alert-md::-webkit-scrollbar{display:none}}.alert-input.sc-ion-alert-md{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;width:100%;border:0;background:inherit;font:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-button-group.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.alert-button-group-vertical.sc-ion-alert-md{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.alert-button.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:block;border:0;font-size:0.875rem;line-height:1.25rem;z-index:0}.alert-button.ion-focused.sc-ion-alert-md,.alert-tappable.ion-focused.sc-ion-alert-md{background:var(--ion-color-step-100, #e6e6e6)}.alert-button-inner.sc-ion-alert-md{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:inherit}.alert-input-disabled.sc-ion-alert-md,.alert-checkbox-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md,.alert-radio-button-disabled.sc-ion-alert-md .alert-button-inner.sc-ion-alert-md{cursor:default;opacity:0.5;pointer-events:none}.alert-tappable.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;width:100%;border:0;background:transparent;font-size:inherit;line-height:initial;text-align:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;contain:content}.alert-button.sc-ion-alert-md,.alert-checkbox.sc-ion-alert-md,.alert-input.sc-ion-alert-md,.alert-radio.sc-ion-alert-md{outline:none}.alert-radio-icon.sc-ion-alert-md,.alert-checkbox-icon.sc-ion-alert-md,.alert-checkbox-inner.sc-ion-alert-md{-webkit-box-sizing:border-box;box-sizing:border-box}textarea.alert-input.sc-ion-alert-md{min-height:37px;resize:none}.sc-ion-alert-md-h{--background:var(--ion-overlay-background-color, var(--ion-background-color, #fff));--max-width:280px;--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);font-size:0.875rem}.alert-wrapper.sc-ion-alert-md{border-radius:4px;-webkit-box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12)}.alert-head.sc-ion-alert-md{-webkit-padding-start:23px;padding-inline-start:23px;-webkit-padding-end:23px;padding-inline-end:23px;padding-top:20px;padding-bottom:15px;text-align:start}.alert-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:1.25rem;font-weight:500}.alert-sub-title.sc-ion-alert-md{color:var(--ion-text-color, #000);font-size:1rem}.alert-message.sc-ion-alert-md,.alert-input-group.sc-ion-alert-md{-webkit-padding-start:24px;padding-inline-start:24px;-webkit-padding-end:24px;padding-inline-end:24px;padding-top:20px;padding-bottom:20px;color:var(--ion-color-step-550, #737373)}.alert-message.sc-ion-alert-md{font-size:1rem}@media screen and (max-width: 767px){.alert-message.sc-ion-alert-md{max-height:266px}}.alert-message.sc-ion-alert-md:empty{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}.alert-head.sc-ion-alert-md+.alert-message.sc-ion-alert-md{padding-top:0}.alert-input.sc-ion-alert-md{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px;border-bottom:1px solid var(--ion-color-step-150, #d9d9d9);color:var(--ion-text-color, #000)}.alert-input.sc-ion-alert-md::-webkit-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-moz-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md:-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-input-placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::placeholder{color:var(--ion-placeholder-color, var(--ion-color-step-400, #999999));font-family:inherit;font-weight:inherit}.alert-input.sc-ion-alert-md::-ms-clear{display:none}.alert-input.sc-ion-alert-md:focus{margin-bottom:4px;border-bottom:2px solid var(--ion-color-primary, #3880ff)}.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{position:relative;border-top:1px solid var(--ion-color-step-150, #d9d9d9);border-bottom:1px solid var(--ion-color-step-150, #d9d9d9);overflow:auto}@media screen and (max-width: 767px){.alert-radio-group.sc-ion-alert-md,.alert-checkbox-group.sc-ion-alert-md{max-height:266px}}.alert-tappable.sc-ion-alert-md{position:relative;min-height:48px}.alert-radio-label.sc-ion-alert-md{-webkit-padding-start:52px;padding-inline-start:52px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;color:var(--ion-color-step-850, #262626);font-size:1rem}.alert-radio-icon.sc-ion-alert-md{top:0;border-radius:50%;display:block;position:relative;width:20px;height:20px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, #737373)}@supports (inset-inline-start: 0){.alert-radio-icon.sc-ion-alert-md{inset-inline-start:26px}}@supports not (inset-inline-start: 0){.alert-radio-icon.sc-ion-alert-md{left:26px}[dir=rtl].sc-ion-alert-md-h .alert-radio-icon.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-radio-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}[dir=rtl].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}@supports selector(:dir(rtl)){.alert-radio-icon.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:26px}}}.alert-radio-inner.sc-ion-alert-md{top:3px;border-radius:50%;position:absolute;width:10px;height:10px;-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0);-webkit-transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--ion-color-primary, #3880ff)}@supports (inset-inline-start: 0){.alert-radio-inner.sc-ion-alert-md{inset-inline-start:3px}}@supports not (inset-inline-start: 0){.alert-radio-inner.sc-ion-alert-md{left:3px}[dir=rtl].sc-ion-alert-md-h .alert-radio-inner.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-radio-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}[dir=rtl].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}@supports selector(:dir(rtl)){.alert-radio-inner.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:3px}}}[aria-checked=true].sc-ion-alert-md .alert-radio-label.sc-ion-alert-md{color:var(--ion-color-step-850, #262626)}[aria-checked=true].sc-ion-alert-md .alert-radio-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-md .alert-radio-inner.sc-ion-alert-md{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.alert-checkbox-label.sc-ion-alert-md{-webkit-padding-start:53px;padding-inline-start:53px;-webkit-padding-end:26px;padding-inline-end:26px;padding-top:13px;padding-bottom:13px;-ms-flex:1;flex:1;width:calc(100% - 53px);color:var(--ion-color-step-850, #262626);font-size:1rem}.alert-checkbox-icon.sc-ion-alert-md{top:0;border-radius:2px;position:relative;width:16px;height:16px;border-width:2px;border-style:solid;border-color:var(--ion-color-step-550, #737373);contain:strict}@supports (inset-inline-start: 0){.alert-checkbox-icon.sc-ion-alert-md{inset-inline-start:26px}}@supports not (inset-inline-start: 0){.alert-checkbox-icon.sc-ion-alert-md{left:26px}[dir=rtl].sc-ion-alert-md-h .alert-checkbox-icon.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h .alert-checkbox-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}[dir=rtl].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{left:unset;right:unset;right:26px}@supports selector(:dir(rtl)){.alert-checkbox-icon.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:26px}}}[aria-checked=true].sc-ion-alert-md .alert-checkbox-icon.sc-ion-alert-md{border-color:var(--ion-color-primary, #3880ff);background-color:var(--ion-color-primary, #3880ff)}[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{top:0;position:absolute;width:6px;height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:2px;border-top-width:0;border-left-width:0;border-style:solid;border-color:var(--ion-color-primary-contrast, #fff)}@supports (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{inset-inline-start:3px}}@supports not (inset-inline-start: 0){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:3px}[dir=rtl].sc-ion-alert-md-h [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md,[dir=rtl] .sc-ion-alert-md-h [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}[dir=rtl].sc-ion-alert-md [aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md{left:unset;right:unset;right:3px}@supports selector(:dir(rtl)){[aria-checked=true].sc-ion-alert-md .alert-checkbox-inner.sc-ion-alert-md:dir(rtl){left:unset;right:unset;right:3px}}}.alert-button-group.sc-ion-alert-md{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-ms-flex-pack:end;justify-content:flex-end}.alert-button.sc-ion-alert-md{border-radius:2px;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:8px;margin-inline-end:8px;margin-top:0;margin-bottom:0;-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:10px;padding-bottom:10px;position:relative;background-color:transparent;color:var(--ion-color-primary, #3880ff);font-weight:500;text-align:end;text-transform:uppercase;overflow:hidden}.alert-button-inner.sc-ion-alert-md{-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width: 768px){.sc-ion-alert-md-h{--max-width:min(100vw - 96px, 560px);--max-height:min(100vh - 96px, 560px)}}";
115
115
  const IonAlertMdStyle0 = alertMdCss;
116
116
 
117
117
  const Alert = /*@__PURE__*/ proxyCustomElement(class Alert extends HTMLElement {
@@ -268,10 +268,7 @@ const Alert = /*@__PURE__*/ proxyCustomElement(class Alert extends HTMLElement {
268
268
  this.triggerChanged();
269
269
  }
270
270
  componentWillLoad() {
271
- var _a;
272
- if (!((_a = this.htmlAttributes) === null || _a === void 0 ? void 0 : _a.id)) {
273
- setOverlayId(this.el);
274
- }
271
+ setOverlayId(this.el);
275
272
  this.inputsChanged();
276
273
  this.buttonsChanged();
277
274
  }
@@ -495,15 +492,13 @@ const Alert = /*@__PURE__*/ proxyCustomElement(class Alert extends HTMLElement {
495
492
  const msgId = `alert-${overlayIndex}-msg`;
496
493
  const role = this.inputs.length > 0 || this.buttons.length > 0 ? 'alertdialog' : 'alert';
497
494
  /**
498
- * Use both the header and subHeader ids if they are defined.
499
- * If only the header is defined, use the header id.
500
- * If only the subHeader is defined, use the subHeader id.
501
- * If neither are defined, do not set aria-labelledby.
495
+ * If the header is defined, use that. Otherwise, fall back to the subHeader.
496
+ * If neither is defined, don't set aria-labelledby.
502
497
  */
503
- const ariaLabelledBy = header && subHeader ? `${hdrId} ${subHdrId}` : header ? hdrId : subHeader ? subHdrId : null;
504
- return (h(Host, Object.assign({ key: 'ad7e14b4f92a09387aa80abfb718a755e4e889d6', role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "-1" }, htmlAttributes, { style: {
498
+ const ariaLabelledBy = header ? hdrId : subHeader ? subHdrId : null;
499
+ return (h(Host, Object.assign({ key: 'd623baf94bddc6b1932f128f6a605c6232b37fb5', role: role, "aria-modal": "true", "aria-labelledby": ariaLabelledBy, "aria-describedby": message !== undefined ? msgId : null, tabindex: "-1" }, htmlAttributes, { style: {
505
500
  zIndex: `${20000 + overlayIndex}`,
506
- }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: '4b4693dca3c910aa9a61c4d90295d785ec6cbe3d', tappable: this.backdropDismiss }), h("div", { key: '64fd19b8f1d8246dcc869053f858bc33506def4b', tabindex: "0", "aria-hidden": "true" }), h("div", { key: 'e61ba6f339c3a02cecd37d8b641ee5043018eb29', class: "alert-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: '044e00667ffcb74aa2c5e0d0b42669c4004dbb4f', class: "alert-head" }, header && (h("h2", { key: '1aaae8d58722c4cf5debb1f00415ab7ed0a52bbd', id: hdrId, class: "alert-title" }, header)), subHeader && !header && (h("h2", { key: '9c9854dc3b0ad40f1861a49b76d5636afcae9c74', id: subHdrId, class: "alert-sub-title" }, subHeader)), subHeader && header && (h("h3", { key: '19aaca9912f77cde4ae8079be210eda697ed8de1', id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), h("div", { key: 'a85d27c516f7cdbc85b19f40d2f0bd865490b6a7', tabindex: "0", "aria-hidden": "true" })));
501
+ }, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'alert-translucent': this.translucent }), onIonAlertWillDismiss: this.dispatchCancelHandler, onIonBackdropTap: this.onBackdropTap }), h("ion-backdrop", { key: 'a594ba787a73a33ba10e7a32ca863bd610730cb6', tappable: this.backdropDismiss }), h("div", { key: 'c95ef8332f46ce93fb8d3b7f0168ae5b939c52fd', tabindex: "0" }), h("div", { key: '1895ea338a8e446d01c6151552af658e1e1c841d', class: "alert-wrapper ion-overlay-wrapper", ref: (el) => (this.wrapperEl = el) }, h("div", { key: '5156393eb8a8f3e60e7d4bce20b0b85196141b0e', class: "alert-head" }, header && (h("h2", { key: '72ba8253644adfeeb8472531234d3572af28b473', id: hdrId, class: "alert-title" }, header)), subHeader && (h("h2", { key: 'eb8d2443170fbea182199bb3b3f5446c98f1c17e', id: subHdrId, class: "alert-sub-title" }, subHeader))), this.renderAlertMessage(msgId), this.renderAlertInputs(), this.renderAlertButtons()), h("div", { key: '13c6fac1a58574156951ae2dfdd24790c0812e11', tabindex: "0" })));
507
502
  }
508
503
  get el() { return this; }
509
504
  static get watchers() { return {