voyager-ionic-core 7.5.5 → 7.6.1

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 (1858) hide show
  1. package/components/action-sheet.js +297 -287
  2. package/components/alert.js +477 -467
  3. package/components/animation.js +991 -990
  4. package/components/backdrop.js +56 -56
  5. package/components/button-active.js +56 -56
  6. package/components/button.js +236 -236
  7. package/components/buttons.js +29 -29
  8. package/components/capacitor.js +4 -4
  9. package/components/checkbox.js +172 -170
  10. package/components/config.js +142 -142
  11. package/components/cubic-bezier.js +49 -49
  12. package/components/data.js +1112 -1062
  13. package/components/dir.js +5 -5
  14. package/components/focus-visible.js +63 -63
  15. package/components/form-controller.js +45 -45
  16. package/components/framework-delegate.js +121 -121
  17. package/components/gesture-controller.js +182 -182
  18. package/components/haptic.js +150 -150
  19. package/components/hardware-back-button.js +48 -48
  20. package/components/helpers.js +257 -257
  21. package/components/icon.js +133 -133
  22. package/components/index.js +95 -95
  23. package/components/index2.js +163 -163
  24. package/components/index3.js +417 -417
  25. package/components/index4.js +257 -259
  26. package/components/index5.js +0 -22
  27. package/components/index6.js +3 -3
  28. package/components/index8.js +58 -58
  29. package/components/index9.js +171 -171
  30. package/components/input-shims.js +488 -483
  31. package/components/input.utils.js +107 -106
  32. package/components/ion-accordion-group.d.ts +2 -2
  33. package/components/ion-accordion-group.js +220 -220
  34. package/components/ion-accordion.d.ts +2 -2
  35. package/components/ion-accordion.js +326 -326
  36. package/components/ion-action-sheet.d.ts +2 -2
  37. package/components/ion-alert.d.ts +2 -2
  38. package/components/ion-app.d.ts +2 -2
  39. package/components/ion-app.js +93 -93
  40. package/components/ion-avatar.d.ts +2 -2
  41. package/components/ion-avatar.js +23 -23
  42. package/components/ion-back-button.d.ts +2 -2
  43. package/components/ion-back-button.js +102 -102
  44. package/components/ion-backdrop.d.ts +2 -2
  45. package/components/ion-badge.d.ts +2 -2
  46. package/components/ion-badge.js +29 -29
  47. package/components/ion-breadcrumb.d.ts +2 -2
  48. package/components/ion-breadcrumb.js +111 -111
  49. package/components/ion-breadcrumbs.d.ts +2 -2
  50. package/components/ion-breadcrumbs.js +139 -139
  51. package/components/ion-button.d.ts +2 -2
  52. package/components/ion-buttons.d.ts +2 -2
  53. package/components/ion-card-content.d.ts +2 -2
  54. package/components/ion-card-content.js +27 -27
  55. package/components/ion-card-header.d.ts +2 -2
  56. package/components/ion-card-header.js +33 -33
  57. package/components/ion-card-subtitle.d.ts +2 -2
  58. package/components/ion-card-subtitle.js +30 -30
  59. package/components/ion-card-title.d.ts +2 -2
  60. package/components/ion-card-title.js +30 -30
  61. package/components/ion-card.d.ts +2 -2
  62. package/components/ion-card.js +78 -78
  63. package/components/ion-checkbox.d.ts +2 -2
  64. package/components/ion-chip.d.ts +2 -2
  65. package/components/ion-chip.js +41 -41
  66. package/components/ion-col.d.ts +2 -2
  67. package/components/ion-col.js +156 -156
  68. package/components/ion-content.d.ts +2 -2
  69. package/components/ion-content.js +394 -394
  70. package/components/ion-datetime-button.d.ts +2 -2
  71. package/components/ion-datetime-button.js +348 -348
  72. package/components/ion-datetime.d.ts +2 -2
  73. package/components/ion-datetime.js +1741 -1709
  74. package/components/ion-fab-button.d.ts +2 -2
  75. package/components/ion-fab-button.js +109 -109
  76. package/components/ion-fab-list.d.ts +2 -2
  77. package/components/ion-fab-list.js +44 -44
  78. package/components/ion-fab.d.ts +2 -2
  79. package/components/ion-fab.js +75 -75
  80. package/components/ion-footer.d.ts +2 -2
  81. package/components/ion-footer.js +124 -124
  82. package/components/ion-grid.d.ts +2 -2
  83. package/components/ion-grid.js +27 -27
  84. package/components/ion-header.d.ts +2 -2
  85. package/components/ion-header.js +298 -298
  86. package/components/ion-img.d.ts +2 -2
  87. package/components/ion-img.js +97 -97
  88. package/components/ion-infinite-scroll-content.d.ts +2 -2
  89. package/components/ion-infinite-scroll-content.js +49 -49
  90. package/components/ion-infinite-scroll.d.ts +2 -2
  91. package/components/ion-infinite-scroll.js +187 -179
  92. package/components/ion-input.d.ts +2 -2
  93. package/components/ion-input.js +498 -454
  94. package/components/ion-item-divider.d.ts +2 -2
  95. package/components/ion-item-divider.js +34 -34
  96. package/components/ion-item-group.d.ts +2 -2
  97. package/components/ion-item-group.js +28 -28
  98. package/components/ion-item-option.d.ts +2 -2
  99. package/components/ion-item-option.js +67 -67
  100. package/components/ion-item-options.d.ts +2 -2
  101. package/components/ion-item-options.js +50 -50
  102. package/components/ion-item-sliding.d.ts +2 -2
  103. package/components/ion-item-sliding.js +404 -404
  104. package/components/ion-item.d.ts +2 -2
  105. package/components/ion-label.d.ts +2 -2
  106. package/components/ion-list-header.d.ts +2 -2
  107. package/components/ion-list.d.ts +2 -2
  108. package/components/ion-loading.d.ts +2 -2
  109. package/components/ion-loading.js +257 -247
  110. package/components/ion-menu-button.d.ts +2 -2
  111. package/components/ion-menu-button.js +77 -77
  112. package/components/ion-menu-toggle.d.ts +2 -2
  113. package/components/ion-menu-toggle.js +41 -41
  114. package/components/ion-menu.d.ts +2 -2
  115. package/components/ion-menu.js +631 -631
  116. package/components/ion-modal.d.ts +2 -2
  117. package/components/ion-modal.js +1451 -1441
  118. package/components/ion-nav-link.d.ts +2 -2
  119. package/components/ion-nav-link.js +47 -47
  120. package/components/ion-nav.d.ts +2 -2
  121. package/components/ion-nav.js +910 -910
  122. package/components/ion-note.d.ts +2 -2
  123. package/components/ion-picker-column-internal.d.ts +2 -2
  124. package/components/ion-picker-column.d.ts +2 -2
  125. package/components/ion-picker-internal.d.ts +2 -2
  126. package/components/ion-picker.d.ts +2 -2
  127. package/components/ion-picker.js +263 -253
  128. package/components/ion-popover.d.ts +2 -2
  129. package/components/ion-progress-bar.d.ts +2 -2
  130. package/components/ion-progress-bar.js +57 -57
  131. package/components/ion-radio-group.d.ts +2 -2
  132. package/components/ion-radio.d.ts +2 -2
  133. package/components/ion-range.d.ts +2 -2
  134. package/components/ion-range.js +593 -591
  135. package/components/ion-refresher-content.d.ts +2 -2
  136. package/components/ion-refresher-content.js +63 -63
  137. package/components/ion-refresher.d.ts +2 -2
  138. package/components/ion-refresher.js +747 -747
  139. package/components/ion-reorder-group.d.ts +2 -2
  140. package/components/ion-reorder-group.js +259 -259
  141. package/components/ion-reorder.d.ts +2 -2
  142. package/components/ion-reorder.js +39 -39
  143. package/components/ion-ripple-effect.d.ts +2 -2
  144. package/components/ion-route-redirect.d.ts +2 -2
  145. package/components/ion-route-redirect.js +34 -34
  146. package/components/ion-route.d.ts +2 -2
  147. package/components/ion-route.js +56 -56
  148. package/components/ion-router-link.d.ts +2 -2
  149. package/components/ion-router-link.js +45 -45
  150. package/components/ion-router-outlet.d.ts +2 -2
  151. package/components/ion-router-outlet.js +193 -193
  152. package/components/ion-router.d.ts +2 -2
  153. package/components/ion-router.js +632 -632
  154. package/components/ion-row.d.ts +2 -2
  155. package/components/ion-row.js +20 -20
  156. package/components/ion-searchbar.d.ts +2 -2
  157. package/components/ion-searchbar.js +402 -400
  158. package/components/ion-segment-button.d.ts +2 -2
  159. package/components/ion-segment-button.js +117 -117
  160. package/components/ion-segment.d.ts +2 -2
  161. package/components/ion-segment.js +427 -427
  162. package/components/ion-select-option.d.ts +2 -2
  163. package/components/ion-select-option.js +27 -27
  164. package/components/ion-select-popover.d.ts +2 -2
  165. package/components/ion-select.d.ts +2 -2
  166. package/components/ion-select.js +778 -763
  167. package/components/ion-skeleton-text.d.ts +2 -2
  168. package/components/ion-skeleton-text.js +45 -32
  169. package/components/ion-spinner.d.ts +2 -2
  170. package/components/ion-split-pane.d.ts +2 -2
  171. package/components/ion-split-pane.js +147 -147
  172. package/components/ion-tab-bar.d.ts +2 -2
  173. package/components/ion-tab-bar.js +77 -77
  174. package/components/ion-tab-button.d.ts +2 -2
  175. package/components/ion-tab-button.js +104 -104
  176. package/components/ion-tab.d.ts +2 -2
  177. package/components/ion-tab.js +72 -72
  178. package/components/ion-tabs.d.ts +2 -2
  179. package/components/ion-tabs.js +160 -160
  180. package/components/ion-text.d.ts +2 -2
  181. package/components/ion-text.js +26 -26
  182. package/components/ion-textarea.d.ts +2 -2
  183. package/components/ion-textarea.js +443 -395
  184. package/components/ion-thumbnail.d.ts +2 -2
  185. package/components/ion-thumbnail.js +20 -20
  186. package/components/ion-title.d.ts +2 -2
  187. package/components/ion-title.js +56 -56
  188. package/components/ion-toast.d.ts +2 -2
  189. package/components/ion-toast.js +819 -464
  190. package/components/ion-toggle.d.ts +2 -2
  191. package/components/ion-toggle.js +243 -241
  192. package/components/ion-toolbar.d.ts +2 -2
  193. package/components/ion-toolbar.js +71 -71
  194. package/components/ionic-global.js +163 -163
  195. package/components/ios.transition.js +598 -598
  196. package/components/item.js +301 -301
  197. package/components/keyboard-controller.js +128 -128
  198. package/components/keyboard.js +62 -62
  199. package/components/keyboard2.js +59 -59
  200. package/components/label.js +85 -85
  201. package/components/list-header.js +33 -33
  202. package/components/list.js +50 -50
  203. package/components/lock-controller.js +24 -24
  204. package/components/md.transition.js +44 -44
  205. package/components/menu-toggle-util.js +2 -2
  206. package/components/notch-controller.js +120 -120
  207. package/components/note.js +29 -29
  208. package/components/overlays.js +496 -495
  209. package/components/picker-column-internal.js +350 -345
  210. package/components/picker-column.js +334 -334
  211. package/components/picker-internal.js +468 -468
  212. package/components/popover.js +1154 -1144
  213. package/components/radio-group.js +161 -159
  214. package/components/radio.js +248 -208
  215. package/components/ripple-effect.js +81 -81
  216. package/components/select-popover.js +163 -163
  217. package/components/spinner.js +182 -182
  218. package/components/status-tap.js +26 -26
  219. package/components/swipe-back.js +65 -65
  220. package/components/theme.js +23 -23
  221. package/components/watch-options.js +30 -30
  222. package/css/core.css +66 -8
  223. package/css/core.css.map +1 -1
  224. package/css/display.css +44 -0
  225. package/css/display.css.map +1 -1
  226. package/css/float-elements.css +44 -0
  227. package/css/float-elements.css.map +1 -1
  228. package/css/global.bundle.css +88 -0
  229. package/css/global.bundle.css.map +1 -1
  230. package/css/ionic-swiper.css +22 -0
  231. package/css/ionic-swiper.css.map +1 -1
  232. package/css/ionic.bundle.css +1 -1
  233. package/css/ionic.bundle.css.map +1 -1
  234. package/css/padding.css +44 -0
  235. package/css/padding.css.map +1 -1
  236. package/css/structure.css +44 -0
  237. package/css/structure.css.map +1 -1
  238. package/css/text-alignment.css +44 -0
  239. package/css/text-alignment.css.map +1 -1
  240. package/css/text-transformation.css +44 -0
  241. package/css/text-transformation.css.map +1 -1
  242. package/css/typography.css +44 -0
  243. package/css/typography.css.map +1 -1
  244. package/css/utils.bundle.css +220 -0
  245. package/css/utils.bundle.css.map +1 -1
  246. package/dist/cjs/animation-9b401d39.js +1062 -0
  247. package/dist/cjs/{app-globals-1d4c1dbf.js → app-globals-7def22c8.js} +1 -1
  248. package/dist/cjs/button-active-962fe442.js +69 -0
  249. package/dist/cjs/{capacitor-2ffba62a.js → capacitor-c04564bf.js} +5 -5
  250. package/dist/cjs/compare-with-utils-df1001d7.js +44 -0
  251. package/dist/cjs/config-4f60b98a.js +199 -0
  252. package/dist/cjs/cubic-bezier-f2dccc53.js +92 -0
  253. package/dist/cjs/data-a5109f09.js +1672 -0
  254. package/dist/cjs/{dir-f1e0ca26.js → dir-94c21456.js} +5 -5
  255. package/dist/cjs/focus-visible-7a0ce04f.js +77 -0
  256. package/dist/cjs/form-controller-7d42a722.js +66 -0
  257. package/dist/cjs/framework-delegate-1c29b14a.js +144 -0
  258. package/dist/cjs/gesture-controller-c40c045a.js +197 -0
  259. package/dist/cjs/haptic-b882e0bb.js +212 -0
  260. package/dist/cjs/hardware-back-button-76833cac.js +76 -0
  261. package/dist/cjs/helpers-76bb7efb.js +441 -0
  262. package/dist/cjs/index-17ab7794.js +243 -0
  263. package/dist/cjs/index-3b012034.js +308 -0
  264. package/dist/cjs/{index-c2940dc1.js → index-50dcfe2f.js} +79 -15
  265. package/dist/cjs/{index-cc7dfb7c.js → index-5915f9b3.js} +3 -3
  266. package/dist/cjs/index-b4f986cd.js +198 -0
  267. package/dist/cjs/index-c8d52405.js +10 -0
  268. package/dist/cjs/index-d1b59ffa.js +459 -0
  269. package/dist/cjs/{index-da2c7a37.js → index-da15e99c.js} +60 -60
  270. package/dist/cjs/index.cjs.js +113 -113
  271. package/dist/cjs/input-shims-a23bb0f4.js +601 -0
  272. package/dist/cjs/input.utils-3d0166a2.js +138 -0
  273. package/dist/cjs/ion-accordion_2.cjs.entry.js +488 -488
  274. package/dist/cjs/ion-action-sheet.cjs.entry.js +260 -250
  275. package/dist/cjs/ion-alert.cjs.entry.js +442 -432
  276. package/dist/cjs/ion-app_8.cjs.entry.js +1151 -1151
  277. package/dist/cjs/ion-avatar_3.cjs.entry.js +29 -29
  278. package/dist/cjs/ion-back-button.cjs.entry.js +73 -73
  279. package/dist/cjs/ion-backdrop.cjs.entry.js +40 -40
  280. package/dist/cjs/ion-breadcrumb_2.cjs.entry.js +194 -194
  281. package/dist/cjs/ion-button_2.cjs.entry.js +303 -303
  282. package/dist/cjs/ion-card_5.cjs.entry.js +105 -105
  283. package/dist/cjs/ion-checkbox.cjs.entry.js +149 -147
  284. package/dist/cjs/ion-chip.cjs.entry.js +20 -20
  285. package/dist/cjs/ion-col_3.cjs.entry.js +136 -136
  286. package/dist/cjs/ion-datetime-button.cjs.entry.js +325 -325
  287. package/dist/cjs/ion-datetime_3.cjs.entry.js +2204 -2162
  288. package/dist/cjs/ion-fab_3.cjs.entry.js +150 -150
  289. package/dist/cjs/ion-img.cjs.entry.js +79 -79
  290. package/dist/cjs/ion-infinite-scroll_2.cjs.entry.js +198 -190
  291. package/dist/cjs/ion-input.cjs.entry.js +443 -399
  292. package/dist/cjs/ion-item-option_3.cjs.entry.js +457 -457
  293. package/dist/cjs/ion-item_8.cjs.entry.js +441 -428
  294. package/dist/cjs/ion-loading.cjs.entry.js +220 -210
  295. package/dist/cjs/ion-menu_3.cjs.entry.js +670 -670
  296. package/dist/cjs/ion-modal.cjs.entry.js +1415 -1405
  297. package/dist/cjs/ion-nav_2.cjs.entry.js +904 -904
  298. package/dist/cjs/ion-picker-column-internal.cjs.entry.js +331 -327
  299. package/dist/cjs/ion-picker-internal.cjs.entry.js +453 -453
  300. package/dist/cjs/ion-popover.cjs.entry.js +1108 -1098
  301. package/dist/cjs/ion-progress-bar.cjs.entry.js +40 -40
  302. package/dist/cjs/ion-radio_2.cjs.entry.js +321 -316
  303. package/dist/cjs/ion-range.cjs.entry.js +558 -556
  304. package/dist/cjs/ion-refresher_2.cjs.entry.js +786 -786
  305. package/dist/cjs/ion-reorder_2.cjs.entry.js +267 -267
  306. package/dist/cjs/ion-ripple-effect.cjs.entry.js +66 -66
  307. package/dist/cjs/ion-route_4.cjs.entry.js +693 -693
  308. package/dist/cjs/ion-searchbar.cjs.entry.js +360 -358
  309. package/dist/cjs/ion-segment_2.cjs.entry.js +507 -507
  310. package/dist/cjs/ion-select_3.cjs.entry.js +784 -768
  311. package/dist/cjs/ion-spinner.cjs.entry.js +46 -46
  312. package/dist/cjs/ion-split-pane.cjs.entry.js +119 -119
  313. package/dist/cjs/ion-tab-bar_2.cjs.entry.js +138 -138
  314. package/dist/cjs/ion-tab_2.cjs.entry.js +187 -187
  315. package/dist/cjs/ion-text.cjs.entry.js +13 -13
  316. package/dist/cjs/ion-textarea.cjs.entry.js +401 -353
  317. package/dist/cjs/ion-toast.cjs.entry.js +771 -419
  318. package/dist/cjs/ion-toggle.cjs.entry.js +227 -225
  319. package/dist/cjs/ionic-global-a4edbf03.js +230 -0
  320. package/dist/cjs/ionic.cjs.js +5 -5
  321. package/dist/cjs/ios.transition-b5353f3e.js +654 -0
  322. package/dist/cjs/keyboard-0272231f.js +81 -0
  323. package/dist/cjs/{keyboard-38f2bb7b.js → keyboard-af1bb365.js} +62 -62
  324. package/dist/cjs/keyboard-controller-c05e747a.js +167 -0
  325. package/dist/cjs/loader.cjs.js +4 -4
  326. package/dist/cjs/lock-controller-6585a42a.js +40 -0
  327. package/dist/cjs/md.transition-67157dd9.js +59 -0
  328. package/dist/cjs/notch-controller-9735e7ac.js +155 -0
  329. package/dist/cjs/overlays-e77cc023.js +716 -0
  330. package/dist/cjs/spinner-configs-282fd50a.js +147 -0
  331. package/dist/cjs/status-tap-b5d77c08.js +42 -0
  332. package/dist/cjs/swipe-back-e37a1a5c.js +81 -0
  333. package/dist/cjs/theme-d1c573d2.js +48 -0
  334. package/dist/cjs/watch-options-f5f3e158.js +49 -0
  335. package/dist/collection/collection-manifest.json +7 -7
  336. package/dist/collection/components/accordion/accordion.ios.css +44 -0
  337. package/dist/collection/components/accordion/accordion.js +410 -410
  338. package/dist/collection/components/accordion/accordion.md.css +22 -0
  339. package/dist/collection/components/accordion/test/a11y/accordion.e2e.js +31 -31
  340. package/dist/collection/components/accordion/test/accordion.e2e.js +24 -24
  341. package/dist/collection/components/accordion/test/accordion.spec.js +195 -0
  342. package/dist/collection/components/accordion/test/basic/accordion.e2e.js +26 -26
  343. package/dist/collection/components/accordion/test/multiple/accordion.e2e.js +18 -18
  344. package/dist/collection/components/accordion/test/nested/accordion.e2e.js +16 -16
  345. package/dist/collection/components/accordion/test/standalone/accordion.e2e.js +6 -6
  346. package/dist/collection/components/accordion-group/accordion-group.ios.css +44 -0
  347. package/dist/collection/components/accordion-group/accordion-group.js +421 -421
  348. package/dist/collection/components/accordion-group/accordion-group.md.css +66 -0
  349. package/dist/collection/components/action-sheet/action-sheet.ios.css +44 -0
  350. package/dist/collection/components/action-sheet/action-sheet.js +739 -729
  351. package/dist/collection/components/action-sheet/action-sheet.md.css +44 -0
  352. package/dist/collection/components/action-sheet/animations/ios.enter.js +18 -18
  353. package/dist/collection/components/action-sheet/animations/ios.leave.js +12 -12
  354. package/dist/collection/components/action-sheet/animations/md.enter.js +18 -18
  355. package/dist/collection/components/action-sheet/animations/md.leave.js +12 -12
  356. package/dist/collection/components/action-sheet/test/a11y/action-sheet.e2e.js +59 -59
  357. package/dist/collection/components/action-sheet/test/action-sheet-id.spec.js +32 -0
  358. package/dist/collection/components/action-sheet/test/basic/action-sheet-rendering.e2e.js +33 -33
  359. package/dist/collection/components/action-sheet/test/basic/action-sheet.e2e.js +74 -74
  360. package/dist/collection/components/action-sheet/test/basic/action-sheet.spec.js +18 -0
  361. package/dist/collection/components/action-sheet/test/basic/fixture.js +23 -23
  362. package/dist/collection/components/action-sheet/test/is-open/action-sheet.e2e.js +25 -25
  363. package/dist/collection/components/action-sheet/test/translucent/action-sheet.e2e.js +10 -10
  364. package/dist/collection/components/action-sheet/test/trigger/action-sheet.e2e.js +21 -21
  365. package/dist/collection/components/alert/alert.ios.css +85 -1
  366. package/dist/collection/components/alert/alert.js +977 -967
  367. package/dist/collection/components/alert/alert.md.css +115 -3
  368. package/dist/collection/components/alert/animations/ios.enter.js +19 -19
  369. package/dist/collection/components/alert/animations/ios.leave.js +13 -13
  370. package/dist/collection/components/alert/animations/md.enter.js +19 -19
  371. package/dist/collection/components/alert/animations/md.leave.js +10 -10
  372. package/dist/collection/components/alert/test/a11y/alert.e2e.js +116 -116
  373. package/dist/collection/components/alert/test/alert-id.spec.js +32 -0
  374. package/dist/collection/components/alert/test/alert.spec.js +37 -0
  375. package/dist/collection/components/alert/test/basic/alert-tablet.e2e.js +40 -0
  376. package/dist/collection/components/alert/test/basic/alert.e2e.js +96 -96
  377. package/dist/collection/components/alert/test/is-open/alert.e2e.js +25 -25
  378. package/dist/collection/components/alert/test/standalone/alert.e2e.js +9 -9
  379. package/dist/collection/components/alert/test/trigger/alert.e2e.js +21 -21
  380. package/dist/collection/components/app/app.js +116 -116
  381. package/dist/collection/components/app/test/safe-area/app.e2e.js +24 -24
  382. package/dist/collection/components/avatar/avatar.ios.css +44 -0
  383. package/dist/collection/components/avatar/avatar.js +17 -17
  384. package/dist/collection/components/avatar/avatar.md.css +44 -0
  385. package/dist/collection/components/avatar/test/basic/avatar.e2e.js +12 -12
  386. package/dist/collection/components/back-button/back-button.ios.css +44 -0
  387. package/dist/collection/components/back-button/back-button.js +214 -214
  388. package/dist/collection/components/back-button/back-button.md.css +44 -0
  389. package/dist/collection/components/back-button/test/a11y/back-button.e2e.js +6 -6
  390. package/dist/collection/components/back-button/test/back-button.spec.js +86 -0
  391. package/dist/collection/components/back-button/test/basic/back-button.e2e.js +6 -6
  392. package/dist/collection/components/back-button/test/toolbar/back-button.e2e.js +6 -6
  393. package/dist/collection/components/backdrop/backdrop.ios.css +44 -0
  394. package/dist/collection/components/backdrop/backdrop.js +131 -131
  395. package/dist/collection/components/backdrop/backdrop.md.css +44 -0
  396. package/dist/collection/components/badge/badge.ios.css +44 -0
  397. package/dist/collection/components/badge/badge.js +49 -49
  398. package/dist/collection/components/badge/badge.md.css +44 -0
  399. package/dist/collection/components/badge/test/a11y/badge.e2e.js +6 -6
  400. package/dist/collection/components/badge/test/basic/badge.e2e.js +6 -6
  401. package/dist/collection/components/breadcrumb/breadcrumb.ios.css +44 -0
  402. package/dist/collection/components/breadcrumb/breadcrumb.js +395 -395
  403. package/dist/collection/components/breadcrumb/breadcrumb.md.css +44 -0
  404. package/dist/collection/components/breadcrumb/test/aria.spec.js +22 -0
  405. package/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +22 -0
  406. package/dist/collection/components/breadcrumbs/breadcrumbs.js +247 -247
  407. package/dist/collection/components/breadcrumbs/breadcrumbs.md.css +22 -0
  408. package/dist/collection/components/breadcrumbs/test/a11y/breadcrumbs.e2e.js +12 -12
  409. package/dist/collection/components/breadcrumbs/test/basic/breadcrumbs.e2e.js +6 -6
  410. package/dist/collection/components/breadcrumbs/test/breadcrumbs.spec.js +58 -0
  411. package/dist/collection/components/breadcrumbs/test/collapsed/breadcrumbs.e2e.js +6 -6
  412. package/dist/collection/components/breadcrumbs/test/reactive/breadcrumbs.e2e.js +43 -43
  413. package/dist/collection/components/button/button.ios.css +66 -0
  414. package/dist/collection/components/button/button.js +541 -541
  415. package/dist/collection/components/button/button.md.css +44 -0
  416. package/dist/collection/components/button/test/a11y/button.e2e.js +21 -21
  417. package/dist/collection/components/button/test/basic/button.e2e.js +32 -32
  418. package/dist/collection/components/button/test/clear/button.e2e.js +6 -6
  419. package/dist/collection/components/button/test/expand/button.e2e.js +6 -6
  420. package/dist/collection/components/button/test/form-reference/button.e2e.js +84 -84
  421. package/dist/collection/components/button/test/form-reference/button.spec.js +26 -0
  422. package/dist/collection/components/button/test/icon/button.e2e.js +6 -6
  423. package/dist/collection/components/button/test/outline/button.e2e.js +6 -6
  424. package/dist/collection/components/button/test/round/button.e2e.js +6 -6
  425. package/dist/collection/components/button/test/size/button.e2e.js +22 -22
  426. package/dist/collection/components/button/test/strong/button.e2e.js +22 -22
  427. package/dist/collection/components/button/test/wrap/button.e2e.js +73 -73
  428. package/dist/collection/components/buttons/buttons.ios.css +66 -0
  429. package/dist/collection/components/buttons/buttons.js +46 -46
  430. package/dist/collection/components/buttons/buttons.md.css +66 -0
  431. package/dist/collection/components/buttons/test/a11y/buttons.e2e.js +21 -21
  432. package/dist/collection/components/card/card.ios.css +44 -0
  433. package/dist/collection/components/card/card.js +251 -251
  434. package/dist/collection/components/card/card.md.css +44 -0
  435. package/dist/collection/components/card/test/a11y/card.e2e.js +6 -6
  436. package/dist/collection/components/card/test/aria.spec.js +16 -0
  437. package/dist/collection/components/card/test/basic/card.e2e.js +38 -38
  438. package/dist/collection/components/card-content/card-content.ios.css +44 -0
  439. package/dist/collection/components/card-content/card-content.js +21 -21
  440. package/dist/collection/components/card-content/card-content.md.css +44 -0
  441. package/dist/collection/components/card-header/card-header.ios.css +44 -0
  442. package/dist/collection/components/card-header/card-header.js +70 -70
  443. package/dist/collection/components/card-header/card-header.md.css +44 -0
  444. package/dist/collection/components/card-header/test/basic/card-header.e2e.js +6 -6
  445. package/dist/collection/components/card-subtitle/card-subtitle.ios.css +44 -0
  446. package/dist/collection/components/card-subtitle/card-subtitle.js +50 -50
  447. package/dist/collection/components/card-subtitle/card-subtitle.md.css +44 -0
  448. package/dist/collection/components/card-title/card-title.ios.css +44 -0
  449. package/dist/collection/components/card-title/card-title.js +50 -50
  450. package/dist/collection/components/card-title/card-title.md.css +44 -0
  451. package/dist/collection/components/checkbox/checkbox.ios.css +66 -6
  452. package/dist/collection/components/checkbox/checkbox.js +418 -415
  453. package/dist/collection/components/checkbox/checkbox.md.css +66 -6
  454. package/dist/collection/components/checkbox/test/a11y/checkbox.e2e.js +14 -14
  455. package/dist/collection/components/checkbox/test/basic/checkbox.e2e.js +50 -50
  456. package/dist/collection/components/checkbox/test/checkbox.spec.js +34 -0
  457. package/dist/collection/components/checkbox/test/color/checkbox.e2e.js +11 -11
  458. package/dist/collection/components/checkbox/test/indeterminate/checkbox.e2e.js +6 -6
  459. package/dist/collection/components/checkbox/test/item/checkbox.e2e.js +29 -29
  460. package/dist/collection/components/checkbox/test/label/checkbox.e2e.js +75 -75
  461. package/dist/collection/components/checkbox/test/legacy/basic/checkbox.e2e.js +45 -45
  462. package/dist/collection/components/checkbox/test/legacy/indeterminate/checkbox.e2e.js +6 -6
  463. package/dist/collection/components/checkbox/test/states/checkbox.e2e.js +21 -21
  464. package/dist/collection/components/chip/chip.ios.css +22 -0
  465. package/dist/collection/components/chip/chip.js +90 -90
  466. package/dist/collection/components/chip/chip.md.css +22 -0
  467. package/dist/collection/components/chip/test/a11y/chip.e2e.js +19 -19
  468. package/dist/collection/components/chip/test/basic/chip.e2e.js +42 -42
  469. package/dist/collection/components/chip/test/states/chip.e2e.js +14 -14
  470. package/dist/collection/components/col/col.css +66 -0
  471. package/dist/collection/components/col/col.js +536 -536
  472. package/dist/collection/components/content/content.css +22 -0
  473. package/dist/collection/components/content/content.js +745 -745
  474. package/dist/collection/components/content/test/basic/content.e2e.js +6 -6
  475. package/dist/collection/components/content/test/fixed/content.e2e.js +6 -6
  476. package/dist/collection/components/content/test/fullscreen/content.e2e.js +6 -6
  477. package/dist/collection/components/content/test/standalone/content.e2e.js +5 -5
  478. package/dist/collection/components/datetime/datetime.ios.css +45 -0
  479. package/dist/collection/components/datetime/datetime.js +2264 -2232
  480. package/dist/collection/components/datetime/datetime.md.css +45 -0
  481. package/dist/collection/components/datetime/test/a11y/datetime.e2e.js +58 -58
  482. package/dist/collection/components/datetime/test/a11y/datetime.spec.js +43 -0
  483. package/dist/collection/components/datetime/test/basic/datetime.e2e.js +241 -241
  484. package/dist/collection/components/datetime/test/color/datetime.e2e.js +9 -9
  485. package/dist/collection/components/datetime/test/comparison.spec.js +43 -0
  486. package/dist/collection/components/datetime/test/custom/datetime.e2e.js +37 -37
  487. package/dist/collection/components/datetime/test/data.spec.js +456 -0
  488. package/dist/collection/components/datetime/test/datetime.e2e.js +29 -29
  489. package/dist/collection/components/datetime/test/disable-dates/datetime.e2e.js +119 -119
  490. package/dist/collection/components/datetime/test/disabled/datetime.e2e.js +43 -43
  491. package/dist/collection/components/datetime/test/disabled/datetime.spec.js +33 -0
  492. package/dist/collection/components/datetime/test/display/datetime.e2e.js +86 -86
  493. package/dist/collection/components/datetime/test/first-day-of-week/datetime.e2e.js +6 -6
  494. package/dist/collection/components/datetime/test/format.spec.js +124 -0
  495. package/dist/collection/components/datetime/test/helpers.spec.js +72 -0
  496. package/dist/collection/components/datetime/test/highlighted-dates/datetime.e2e.js +76 -76
  497. package/dist/collection/components/datetime/test/hour-cycle/datetime.e2e.js +21 -21
  498. package/dist/collection/components/datetime/test/locale/datetime.e2e.js +98 -98
  499. package/dist/collection/components/datetime/test/manipulation.spec.js +565 -0
  500. package/dist/collection/components/datetime/test/minmax/datetime.e2e.js +178 -178
  501. package/dist/collection/components/datetime/test/month-year-picker/datetime.e2e.js +17 -17
  502. package/dist/collection/components/datetime/test/multiple/datetime.e2e.js +170 -170
  503. package/dist/collection/components/datetime/test/parse.spec.js +222 -0
  504. package/dist/collection/components/datetime/test/position/datetime.e2e.js +14 -14
  505. package/dist/collection/components/datetime/test/prefer-wheel/datetime.e2e.js +263 -263
  506. package/dist/collection/components/datetime/test/prefer-wheel/datetime.spec.js +27 -0
  507. package/dist/collection/components/datetime/test/presentation/datetime.e2e.js +137 -137
  508. package/dist/collection/components/datetime/test/readonly/datetime.e2e.js +86 -86
  509. package/dist/collection/components/datetime/test/set-value/datetime.e2e.js +40 -40
  510. package/dist/collection/components/datetime/test/state.spec.js +114 -0
  511. package/dist/collection/components/datetime/test/time-label/datetime.e2e.js +13 -13
  512. package/dist/collection/components/datetime/test/values/datetime.e2e.js +77 -77
  513. package/dist/collection/components/datetime/utils/comparison.js +22 -22
  514. package/dist/collection/components/datetime/utils/data.js +394 -394
  515. package/dist/collection/components/datetime/utils/format.js +143 -143
  516. package/dist/collection/components/datetime/utils/helpers.js +74 -74
  517. package/dist/collection/components/datetime/utils/manipulation.js +332 -282
  518. package/dist/collection/components/datetime/utils/parse.js +139 -139
  519. package/dist/collection/components/datetime/utils/state.js +123 -123
  520. package/dist/collection/components/datetime-button/datetime-button.css +22 -0
  521. package/dist/collection/components/datetime-button/datetime-button.js +399 -399
  522. package/dist/collection/components/datetime-button/test/a11y/datetime-button.e2e.js +11 -11
  523. package/dist/collection/components/datetime-button/test/basic/datetime-button.e2e.js +123 -123
  524. package/dist/collection/components/datetime-button/test/disabled/datetime-button.e2e.js +13 -13
  525. package/dist/collection/components/datetime-button/test/multiple/datetime-button.e2e.js +38 -38
  526. package/dist/collection/components/datetime-button/test/overlays/datetime-button.e2e.js +102 -102
  527. package/dist/collection/components/fab/fab.css +88 -0
  528. package/dist/collection/components/fab/fab.js +179 -179
  529. package/dist/collection/components/fab/test/basic/fab.e2e.js +50 -50
  530. package/dist/collection/components/fab/test/custom-size/fab.e2e.js +6 -6
  531. package/dist/collection/components/fab/test/safe-area/fab.e2e.js +25 -25
  532. package/dist/collection/components/fab/test/states/fab.e2e.js +6 -6
  533. package/dist/collection/components/fab/test/translucent/fab.e2e.js +17 -17
  534. package/dist/collection/components/fab-button/fab-button.ios.css +44 -0
  535. package/dist/collection/components/fab-button/fab-button.js +374 -374
  536. package/dist/collection/components/fab-button/fab-button.md.css +44 -0
  537. package/dist/collection/components/fab-button/test/a11y/fab-button.e2e.js +6 -6
  538. package/dist/collection/components/fab-list/fab-list.css +44 -0
  539. package/dist/collection/components/fab-list/fab-list.js +79 -79
  540. package/dist/collection/components/footer/footer.ios.css +44 -0
  541. package/dist/collection/components/footer/footer.js +135 -135
  542. package/dist/collection/components/footer/footer.md.css +44 -0
  543. package/dist/collection/components/footer/footer.utils.js +25 -25
  544. package/dist/collection/components/footer/test/basic/footer.e2e.js +18 -18
  545. package/dist/collection/components/footer/test/fade/footer.e2e.js +10 -10
  546. package/dist/collection/components/footer/test/scroll-target/footer.e2e.js +15 -15
  547. package/dist/collection/components/footer/test/with-tabs/footer.e2e.js +6 -6
  548. package/dist/collection/components/grid/grid.css +66 -0
  549. package/dist/collection/components/grid/grid.js +44 -44
  550. package/dist/collection/components/grid/test/basic/grid.e2e.js +6 -6
  551. package/dist/collection/components/grid/test/offsets/grid.e2e.js +6 -6
  552. package/dist/collection/components/grid/test/padding/grid.e2e.js +6 -6
  553. package/dist/collection/components/grid/test/sizes/grid.e2e.js +6 -6
  554. package/dist/collection/components/header/header.ios.css +44 -0
  555. package/dist/collection/components/header/header.js +181 -181
  556. package/dist/collection/components/header/header.md.css +44 -0
  557. package/dist/collection/components/header/header.utils.js +148 -148
  558. package/dist/collection/components/header/test/a11y/header.e2e.js +18 -18
  559. package/dist/collection/components/header/test/basic/header.e2e.js +23 -23
  560. package/dist/collection/components/header/test/condense/header.e2e.js +25 -25
  561. package/dist/collection/components/header/test/fade/header.e2e.js +10 -10
  562. package/dist/collection/components/header/test/scroll-target/header.e2e.js +15 -15
  563. package/dist/collection/components/icon/test/basic/icon.e2e.js +6 -6
  564. package/dist/collection/components/icon/test/dir/icon.e2e.js +11 -11
  565. package/dist/collection/components/img/img.js +177 -177
  566. package/dist/collection/components/img/test/basic/img.e2e.js +62 -62
  567. package/dist/collection/components/img/test/draggable/img.e2e.js +10 -10
  568. package/dist/collection/components/infinite-scroll/infinite-scroll.js +279 -271
  569. package/dist/collection/components/infinite-scroll/test/basic/infinite-scroll.e2e.js +11 -11
  570. package/dist/collection/components/infinite-scroll/test/scroll-target/infinite-scroll.e2e.js +11 -11
  571. package/dist/collection/components/infinite-scroll/test/small-dom-update/infinite-scroll.e2e.js +31 -0
  572. package/dist/collection/components/infinite-scroll/test/top/infinite-scroll.e2e.js +11 -11
  573. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +44 -0
  574. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.js +86 -86
  575. package/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +44 -0
  576. package/dist/collection/components/infinite-scroll-content/test/infinite-scroll-content.spec.js +37 -0
  577. package/dist/collection/components/input/input.ios.css +76 -3
  578. package/dist/collection/components/input/input.js +1250 -1204
  579. package/dist/collection/components/input/input.md.css +145 -12
  580. package/dist/collection/components/input/input.utils.js +22 -22
  581. package/dist/collection/components/input/test/a11y/input.e2e.js +12 -12
  582. package/dist/collection/components/input/test/basic/input.e2e.js +63 -63
  583. package/dist/collection/components/input/test/bottom-content/input.e2e.js +89 -89
  584. package/dist/collection/components/input/test/card/input.e2e.js +6 -6
  585. package/dist/collection/components/input/test/clear-on-edit/input.e2e.js +45 -25
  586. package/dist/collection/components/input/test/color/input.e2e.js +88 -88
  587. package/dist/collection/components/input/test/fill/input.e2e.js +63 -63
  588. package/dist/collection/components/input/test/highlight/input.e2e.js +52 -52
  589. package/dist/collection/components/input/test/input.e2e.js +6 -6
  590. package/dist/collection/components/input/test/input.spec.js +85 -0
  591. package/dist/collection/components/input/test/item/input.e2e.js +11 -11
  592. package/dist/collection/components/input/test/item/input.spec.js +24 -0
  593. package/dist/collection/components/input/test/label-placement/input.e2e.js +104 -104
  594. package/dist/collection/components/input/test/legacy/a11y/input.e2e.js +15 -15
  595. package/dist/collection/components/input/test/legacy/basic/input.e2e.js +102 -102
  596. package/dist/collection/components/input/test/legacy/clear-on-edit/input.e2e.js +44 -44
  597. package/dist/collection/components/input/test/legacy/input-events.e2e.js +56 -56
  598. package/dist/collection/components/input/test/legacy/masking/input.e2e.js +15 -15
  599. package/dist/collection/components/input/test/legacy/spec/input.e2e.js +8 -8
  600. package/dist/collection/components/input/test/slot/input.e2e.js +51 -0
  601. package/dist/collection/components/input/test/states/input.e2e.js +11 -11
  602. package/dist/collection/components/item/item.ios.css +85 -3
  603. package/dist/collection/components/item/item.js +614 -614
  604. package/dist/collection/components/item/item.md.css +129 -3
  605. package/dist/collection/components/item/test/a11y/item.e2e.js +47 -47
  606. package/dist/collection/components/item/test/a11y/item.spec.js +48 -0
  607. package/dist/collection/components/item/test/alignment/item.e2e.js +6 -6
  608. package/dist/collection/components/item/test/basic/item.e2e.js +16 -16
  609. package/dist/collection/components/item/test/buttons/item.e2e.js +18 -18
  610. package/dist/collection/components/item/test/colors/item.e2e.js +6 -6
  611. package/dist/collection/components/item/test/counter/item.e2e.js +34 -34
  612. package/dist/collection/components/item/test/css-variables/item.e2e.js +6 -6
  613. package/dist/collection/components/item/test/disabled/item.e2e.js +6 -7
  614. package/dist/collection/components/item/test/dividers/item.e2e.js +6 -6
  615. package/dist/collection/components/item/test/groups/item.e2e.js +8 -8
  616. package/dist/collection/components/item/test/highlight/item.e2e.js +6 -6
  617. package/dist/collection/components/item/test/icons/item.e2e.js +6 -6
  618. package/dist/collection/components/item/test/images/item.e2e.js +6 -6
  619. package/dist/collection/components/item/test/inputs/item.e2e.js +139 -139
  620. package/dist/collection/components/item/test/legacy/alignment/item.e2e.js +6 -6
  621. package/dist/collection/components/item/test/legacy/disabled/item.e2e.js +6 -6
  622. package/dist/collection/components/item/test/legacy/fill/item.e2e.js +6 -6
  623. package/dist/collection/components/item/test/legacy/form/item.e2e.js +6 -6
  624. package/dist/collection/components/item/test/lines/item.e2e.js +6 -6
  625. package/dist/collection/components/item/test/media/item.e2e.js +6 -6
  626. package/dist/collection/components/item/test/reorder/item.e2e.js +8 -8
  627. package/dist/collection/components/item/test/slotted-inputs/item.e2e.js +6 -6
  628. package/dist/collection/components/item/test/states/item.e2e.js +6 -6
  629. package/dist/collection/components/item-divider/item-divider.ios.css +66 -0
  630. package/dist/collection/components/item-divider/item-divider.js +71 -71
  631. package/dist/collection/components/item-divider/item-divider.md.css +66 -0
  632. package/dist/collection/components/item-divider/test/a11y/item-divider.e2e.js +11 -11
  633. package/dist/collection/components/item-divider/test/basic/item-divider.e2e.js +25 -25
  634. package/dist/collection/components/item-divider/test/spec/item-divider.e2e.js +8 -8
  635. package/dist/collection/components/item-group/item-group.ios.css +44 -0
  636. package/dist/collection/components/item-group/item-group.js +22 -22
  637. package/dist/collection/components/item-group/item-group.md.css +44 -0
  638. package/dist/collection/components/item-option/item-option.ios.css +44 -0
  639. package/dist/collection/components/item-option/item-option.js +197 -197
  640. package/dist/collection/components/item-option/item-option.md.css +44 -0
  641. package/dist/collection/components/item-options/item-options.ios.css +66 -0
  642. package/dist/collection/components/item-options/item-options.js +110 -110
  643. package/dist/collection/components/item-options/item-options.md.css +66 -0
  644. package/dist/collection/components/item-sliding/item-sliding.css +22 -0
  645. package/dist/collection/components/item-sliding/item-sliding.js +538 -538
  646. package/dist/collection/components/item-sliding/test/a11y/item-sliding.e2e.js +5 -5
  647. package/dist/collection/components/item-sliding/test/async/item-sliding.e2e.js +25 -25
  648. package/dist/collection/components/item-sliding/test/basic/item-sliding.e2e.js +87 -87
  649. package/dist/collection/components/item-sliding/test/icons/item-sliding.e2e.js +20 -20
  650. package/dist/collection/components/item-sliding/test/scroll-target/item-sliding.e2e.js +18 -18
  651. package/dist/collection/components/item-sliding/test/test.utils.js +20 -20
  652. package/dist/collection/components/label/label.ios.css +80 -3
  653. package/dist/collection/components/label/label.js +174 -174
  654. package/dist/collection/components/label/label.md.css +80 -3
  655. package/dist/collection/components/label/test/a11y/label.e2e.js +21 -21
  656. package/dist/collection/components/label/test/basic/label.e2e.js +21 -21
  657. package/dist/collection/components/label/test/color/label.e2e.js +21 -21
  658. package/dist/collection/components/label/test/headings/label.e2e.js +5 -5
  659. package/dist/collection/components/list/list.ios.css +66 -0
  660. package/dist/collection/components/list/list.js +101 -101
  661. package/dist/collection/components/list/list.md.css +66 -0
  662. package/dist/collection/components/list/test/a11y/list.e2e.js +6 -6
  663. package/dist/collection/components/list/test/basic/list.e2e.js +6 -6
  664. package/dist/collection/components/list/test/inset/list.e2e.js +16 -16
  665. package/dist/collection/components/list/test/lines/list.e2e.js +40 -40
  666. package/dist/collection/components/list-header/list-header.ios.css +66 -0
  667. package/dist/collection/components/list-header/list-header.js +69 -69
  668. package/dist/collection/components/list-header/list-header.md.css +66 -0
  669. package/dist/collection/components/list-header/test/a11y/list-header.e2e.js +6 -6
  670. package/dist/collection/components/list-header/test/basic/list-header.e2e.js +14 -14
  671. package/dist/collection/components/loading/animations/ios.enter.js +19 -19
  672. package/dist/collection/components/loading/animations/ios.leave.js +13 -13
  673. package/dist/collection/components/loading/animations/md.enter.js +19 -19
  674. package/dist/collection/components/loading/animations/md.leave.js +13 -13
  675. package/dist/collection/components/loading/loading.ios.css +44 -0
  676. package/dist/collection/components/loading/loading.js +730 -720
  677. package/dist/collection/components/loading/loading.md.css +44 -0
  678. package/dist/collection/components/loading/test/a11y/loading.e2e.js +26 -26
  679. package/dist/collection/components/loading/test/basic/loading.e2e.js +60 -60
  680. package/dist/collection/components/loading/test/basic/loading.spec.js +16 -0
  681. package/dist/collection/components/loading/test/is-open/loading.e2e.js +17 -17
  682. package/dist/collection/components/loading/test/loading-id.spec.js +32 -0
  683. package/dist/collection/components/loading/test/loading.spec.js +37 -0
  684. package/dist/collection/components/loading/test/standalone/loading.e2e.js +13 -13
  685. package/dist/collection/components/loading/test/trigger/loading.e2e.js +21 -21
  686. package/dist/collection/components/menu/menu.ios.css +47 -4
  687. package/dist/collection/components/menu/menu.js +956 -956
  688. package/dist/collection/components/menu/menu.md.css +47 -4
  689. package/dist/collection/components/menu/test/a11y/menu.e2e.js +13 -13
  690. package/dist/collection/components/menu/test/basic/menu.e2e.js +102 -102
  691. package/dist/collection/components/menu/test/custom/menu.e2e.js +61 -0
  692. package/dist/collection/components/menu/test/disable/menu.e2e.js +44 -44
  693. package/dist/collection/components/menu/test/focus-trap/menu.e2e.js +61 -61
  694. package/dist/collection/components/menu/test/multiple/menu.e2e.js +49 -49
  695. package/dist/collection/components/menu/test/safe-area/menu.e2e.js +54 -54
  696. package/dist/collection/components/menu-button/menu-button.ios.css +44 -0
  697. package/dist/collection/components/menu-button/menu-button.js +173 -173
  698. package/dist/collection/components/menu-button/menu-button.md.css +44 -0
  699. package/dist/collection/components/menu-button/test/a11y/menu-button.e2e.js +12 -12
  700. package/dist/collection/components/menu-button/test/async/menu-button.e2e.js +12 -12
  701. package/dist/collection/components/menu-button/test/basic/menu-button.e2e.js +6 -6
  702. package/dist/collection/components/menu-toggle/menu-toggle-util.js +2 -2
  703. package/dist/collection/components/menu-toggle/menu-toggle.js +93 -93
  704. package/dist/collection/components/menu-toggle/test/basic/menu-toggle.e2e.js +33 -33
  705. package/dist/collection/components/modal/animations/ios.enter.js +81 -81
  706. package/dist/collection/components/modal/animations/ios.leave.js +74 -74
  707. package/dist/collection/components/modal/animations/md.enter.js +21 -21
  708. package/dist/collection/components/modal/animations/md.leave.js +15 -15
  709. package/dist/collection/components/modal/animations/sheet.js +43 -43
  710. package/dist/collection/components/modal/gestures/sheet.js +289 -289
  711. package/dist/collection/components/modal/gestures/swipe-to-close.js +248 -247
  712. package/dist/collection/components/modal/gestures/utils.js +39 -39
  713. package/dist/collection/components/modal/modal.ios.css +44 -0
  714. package/dist/collection/components/modal/modal.js +1290 -1280
  715. package/dist/collection/components/modal/modal.md.css +44 -0
  716. package/dist/collection/components/modal/test/a11y/modal.e2e.js +12 -12
  717. package/dist/collection/components/modal/test/a11y/modal.spec.js +22 -0
  718. package/dist/collection/components/modal/test/basic/modal.e2e.js +110 -110
  719. package/dist/collection/components/modal/test/basic/modal.spec.js +16 -0
  720. package/dist/collection/components/modal/test/can-dismiss/modal-card.e2e.js +44 -44
  721. package/dist/collection/components/modal/test/can-dismiss/modal-sheet.e2e.js +62 -62
  722. package/dist/collection/components/modal/test/can-dismiss/modal.e2e.js +16 -16
  723. package/dist/collection/components/modal/test/can-dismiss/modal.spec.js +191 -0
  724. package/dist/collection/components/modal/test/card/modal-card.e2e.js +69 -69
  725. package/dist/collection/components/modal/test/card/modal-tablet.e2e.js +67 -67
  726. package/dist/collection/components/modal/test/card-nav/modal.e2e.js +26 -26
  727. package/dist/collection/components/modal/test/card-refresher/modal.e2e.js +14 -14
  728. package/dist/collection/components/modal/test/card-scroll-target/modal.e2e.js +34 -34
  729. package/dist/collection/components/modal/test/custom/modal.e2e.js +16 -16
  730. package/dist/collection/components/modal/test/custom-dialog/modal.e2e.js +12 -12
  731. package/dist/collection/components/modal/test/dark-mode/model.e2e.js +12 -12
  732. package/dist/collection/components/modal/test/fixtures.js +21 -21
  733. package/dist/collection/components/modal/test/inline/modal.e2e.js +34 -34
  734. package/dist/collection/components/modal/test/is-open/modal.e2e.js +17 -17
  735. package/dist/collection/components/modal/test/modal-id.spec.js +32 -0
  736. package/dist/collection/components/modal/test/sheet/modal.e2e.js +178 -178
  737. package/dist/collection/components/modal/test/standalone/modal.e2e.js +12 -12
  738. package/dist/collection/components/modal/test/trigger/modal.e2e.js +23 -23
  739. package/dist/collection/components/modal/utils.js +55 -55
  740. package/dist/collection/components/modal/utils.spec.js +7 -7
  741. package/dist/collection/components/nav/nav.css +22 -0
  742. package/dist/collection/components/nav/nav.js +1748 -1748
  743. package/dist/collection/components/nav/test/basic/nav.e2e.js +58 -58
  744. package/dist/collection/components/nav/test/modal-navigation/nav.e2e.js +52 -52
  745. package/dist/collection/components/nav/test/nav-controller.spec.js +749 -0
  746. package/dist/collection/components/nav/test/nested/nav.e2e.js +54 -54
  747. package/dist/collection/components/nav/test/routing/nav.e2e.js +75 -75
  748. package/dist/collection/components/nav/view-controller.js +52 -52
  749. package/dist/collection/components/nav-link/nav-link-utils.js +16 -16
  750. package/dist/collection/components/nav-link/nav-link.js +106 -106
  751. package/dist/collection/components/note/note.ios.css +44 -0
  752. package/dist/collection/components/note/note.js +49 -49
  753. package/dist/collection/components/note/note.md.css +44 -0
  754. package/dist/collection/components/note/test/a11y/note.e2e.js +59 -16
  755. package/dist/collection/components/note/test/basic/note.e2e.js +33 -33
  756. package/dist/collection/components/picker/animations/ios.enter.js +18 -18
  757. package/dist/collection/components/picker/animations/ios.leave.js +14 -14
  758. package/dist/collection/components/picker/picker.ios.css +44 -0
  759. package/dist/collection/components/picker/picker.js +782 -772
  760. package/dist/collection/components/picker/picker.md.css +44 -0
  761. package/dist/collection/components/picker/test/basic/picker.e2e.js +17 -17
  762. package/dist/collection/components/picker/test/is-open/picker.e2e.js +17 -17
  763. package/dist/collection/components/picker/test/picker-id.spec.js +32 -0
  764. package/dist/collection/components/picker/test/trigger/picker.e2e.js +21 -21
  765. package/dist/collection/components/picker-column/picker-column.ios.css +44 -0
  766. package/dist/collection/components/picker-column/picker-column.js +377 -377
  767. package/dist/collection/components/picker-column/picker-column.md.css +44 -0
  768. package/dist/collection/components/picker-column/test/picker-column-aria.spec.js +35 -0
  769. package/dist/collection/components/picker-column/test/picker-column-dynamic.spec.js +29 -0
  770. package/dist/collection/components/picker-column/test/picker-column.spec.js +17 -0
  771. package/dist/collection/components/picker-column/test/standalone/picker-column.e2e.js +27 -27
  772. package/dist/collection/components/picker-column/test/test.utils.js +29 -29
  773. package/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +33 -3
  774. package/dist/collection/components/picker-column-internal/picker-column-internal.js +523 -501
  775. package/dist/collection/components/picker-column-internal/picker-column-internal.md.css +55 -3
  776. package/dist/collection/components/picker-column-internal/test/basic/picker-column-internal.e2e.js +53 -53
  777. package/dist/collection/components/picker-column-internal/test/disabled/picker-column-internal.e2e.js +66 -37
  778. package/dist/collection/components/picker-internal/picker-internal.ios.css +44 -0
  779. package/dist/collection/components/picker-internal/picker-internal.js +517 -517
  780. package/dist/collection/components/picker-internal/picker-internal.md.css +44 -0
  781. package/dist/collection/components/picker-internal/test/a11y/picker-internal.e2e.js +6 -6
  782. package/dist/collection/components/picker-internal/test/basic/picker-internal.e2e.js +76 -76
  783. package/dist/collection/components/picker-internal/test/keyboard-entry/picker-internal.e2e.js +39 -39
  784. package/dist/collection/components/popover/animations/ios.enter.js +79 -79
  785. package/dist/collection/components/popover/animations/ios.leave.js +28 -28
  786. package/dist/collection/components/popover/animations/md.enter.js +58 -58
  787. package/dist/collection/components/popover/animations/md.leave.js +19 -19
  788. package/dist/collection/components/popover/popover.ios.css +44 -0
  789. package/dist/collection/components/popover/popover.js +1189 -1179
  790. package/dist/collection/components/popover/popover.md.css +44 -0
  791. package/dist/collection/components/popover/test/adjustment/popover.e2e.js +22 -22
  792. package/dist/collection/components/popover/test/arrow/popover.e2e.js +15 -15
  793. package/dist/collection/components/popover/test/async/popover.e2e.js +29 -29
  794. package/dist/collection/components/popover/test/basic/popover.e2e.js +108 -108
  795. package/dist/collection/components/popover/test/basic/popover.spec.js +16 -0
  796. package/dist/collection/components/popover/test/dismiss-on-select/popover.e2e.js +26 -26
  797. package/dist/collection/components/popover/test/fixture.js +16 -16
  798. package/dist/collection/components/popover/test/inline/popover.e2e.js +18 -18
  799. package/dist/collection/components/popover/test/is-open/popover.e2e.js +5 -5
  800. package/dist/collection/components/popover/test/nested/popover.e2e.js +81 -81
  801. package/dist/collection/components/popover/test/popover-id.spec.js +32 -0
  802. package/dist/collection/components/popover/test/position/popover.e2e.js +18 -18
  803. package/dist/collection/components/popover/test/reference/popover.e2e.js +14 -14
  804. package/dist/collection/components/popover/test/size/popover.e2e.js +29 -29
  805. package/dist/collection/components/popover/test/standalone/popover.e2e.js +7 -7
  806. package/dist/collection/components/popover/test/test.utils.js +23 -23
  807. package/dist/collection/components/popover/test/trigger/popover.e2e.js +35 -35
  808. package/dist/collection/components/popover/test/util.spec.js +53 -0
  809. package/dist/collection/components/popover/utils.js +606 -606
  810. package/dist/collection/components/progress-bar/progress-bar.ios.css +22 -0
  811. package/dist/collection/components/progress-bar/progress-bar.js +145 -145
  812. package/dist/collection/components/progress-bar/progress-bar.md.css +22 -0
  813. package/dist/collection/components/progress-bar/test/basic/progress-bar.e2e.js +6 -6
  814. package/dist/collection/components/progress-bar/test/buffer/progress-bar.e2e.js +10 -10
  815. package/dist/collection/components/progress-bar/test/determinate/progress-bar.e2e.js +10 -10
  816. package/dist/collection/components/radio/radio.ios.css +66 -6
  817. package/dist/collection/components/radio/radio.js +453 -449
  818. package/dist/collection/components/radio/radio.md.css +66 -6
  819. package/dist/collection/components/radio/test/a11y/radio.e2e.js +41 -40
  820. package/dist/collection/components/radio/test/color/radio.e2e.js +11 -11
  821. package/dist/collection/components/radio/test/item/radio.e2e.js +37 -37
  822. package/dist/collection/components/radio/test/label-placement/radio.e2e.js +70 -70
  823. package/dist/collection/components/radio/test/legacy/a11y/radio.e2e.js +29 -29
  824. package/dist/collection/components/radio/test/legacy/basic/radio.e2e.js +43 -43
  825. package/dist/collection/components/radio/test/radio.spec.js +60 -0
  826. package/dist/collection/components/radio/test/states/radio.e2e.js +21 -21
  827. package/dist/collection/components/radio-group/radio-group.js +279 -255
  828. package/dist/collection/components/radio-group/test/basic/radio-group.e2e.js +35 -35
  829. package/dist/collection/components/radio-group/test/fixtures.js +22 -22
  830. package/dist/collection/components/radio-group/test/form/radio-group.e2e.js +39 -39
  831. package/dist/collection/components/radio-group/test/legacy/basic/radio-group.e2e.js +59 -59
  832. package/dist/collection/components/radio-group/test/legacy/form/radio-group.e2e.js +22 -22
  833. package/dist/collection/components/radio-group/test/legacy/search/radio-group.e2e.js +27 -27
  834. package/dist/collection/components/radio-group/test/radio-group-events.e2e.js +42 -42
  835. package/dist/collection/components/radio-group/test/radio-group.spec.js +69 -0
  836. package/dist/collection/components/radio-group/test/search/radio-group.e2e.js +23 -23
  837. package/dist/collection/components/range/range.ios.css +44 -6
  838. package/dist/collection/components/range/range.js +1001 -998
  839. package/dist/collection/components/range/range.md.css +44 -6
  840. package/dist/collection/components/range/test/a11y/range.e2e.js +46 -46
  841. package/dist/collection/components/range/test/active-bar-start/range.e2e.js +6 -6
  842. package/dist/collection/components/range/test/basic/range.e2e.js +23 -23
  843. package/dist/collection/components/range/test/color/range.e2e.js +6 -6
  844. package/dist/collection/components/range/test/custom/range.e2e.js +6 -6
  845. package/dist/collection/components/range/test/item/range.e2e.js +28 -28
  846. package/dist/collection/components/range/test/label/range.e2e.js +99 -99
  847. package/dist/collection/components/range/test/label/range.spec.js +23 -0
  848. package/dist/collection/components/range/test/legacy/a11y/range.e2e.js +25 -25
  849. package/dist/collection/components/range/test/legacy/active-bar-start/range.e2e.js +6 -6
  850. package/dist/collection/components/range/test/legacy/basic/range.e2e.js +61 -61
  851. package/dist/collection/components/range/test/legacy/range-events.e2e.js +80 -80
  852. package/dist/collection/components/range/test/legacy/scroll-target/range.e2e.js +23 -23
  853. package/dist/collection/components/range/test/range-events.e2e.js +135 -135
  854. package/dist/collection/components/range/test/range.spec.js +221 -0
  855. package/dist/collection/components/range/test/scroll-target/range.e2e.js +23 -23
  856. package/dist/collection/components/range/test/states/range.e2e.js +21 -21
  857. package/dist/collection/components/refresher/refresher.ios.css +44 -0
  858. package/dist/collection/components/refresher/refresher.js +806 -806
  859. package/dist/collection/components/refresher/refresher.md.css +44 -0
  860. package/dist/collection/components/refresher/refresher.utils.js +148 -148
  861. package/dist/collection/components/refresher/test/basic/refresher.e2e.js +25 -25
  862. package/dist/collection/components/refresher/test/scroll-target/refresher.e2e.js +25 -25
  863. package/dist/collection/components/refresher/test/test.utils.js +5 -5
  864. package/dist/collection/components/refresher-content/refresher-content.js +131 -131
  865. package/dist/collection/components/refresher-content/test/refresher-content.spec.js +46 -0
  866. package/dist/collection/components/reorder/reorder.ios.css +22 -0
  867. package/dist/collection/components/reorder/reorder.js +37 -37
  868. package/dist/collection/components/reorder/reorder.md.css +22 -0
  869. package/dist/collection/components/reorder-group/reorder-group.css +22 -0
  870. package/dist/collection/components/reorder-group/reorder-group.js +327 -327
  871. package/dist/collection/components/reorder-group/test/a11y/reorder-group.e2e.js +6 -6
  872. package/dist/collection/components/reorder-group/test/basic/reorder-group.e2e.js +11 -11
  873. package/dist/collection/components/reorder-group/test/interactive/reorder-group.e2e.js +21 -21
  874. package/dist/collection/components/reorder-group/test/nested/reorder-group.e2e.js +21 -21
  875. package/dist/collection/components/reorder-group/test/scroll-target/reorder-group.e2e.js +21 -21
  876. package/dist/collection/components/ripple-effect/ripple-effect.css +22 -0
  877. package/dist/collection/components/ripple-effect/ripple-effect.js +135 -135
  878. package/dist/collection/components/ripple-effect/test/basic/ripple-effect.e2e.js +48 -48
  879. package/dist/collection/components/route/route.js +151 -151
  880. package/dist/collection/components/route-redirect/route-redirect.js +76 -76
  881. package/dist/collection/components/router/router.js +472 -472
  882. package/dist/collection/components/router/test/basic/router.e2e.js +55 -55
  883. package/dist/collection/components/router/test/guards/href/router.e2e.js +51 -51
  884. package/dist/collection/components/router/test/guards/link/router.e2e.js +51 -51
  885. package/dist/collection/components/router/test/guards/push/router.e2e.js +51 -51
  886. package/dist/collection/components/router/test/guards/router.e2e.js +5 -5
  887. package/dist/collection/components/router/test/guards/test.utils.js +2 -2
  888. package/dist/collection/components/router/test/matching.spec.js +250 -0
  889. package/dist/collection/components/router/test/parser.spec.js +133 -0
  890. package/dist/collection/components/router/test/path.spec.js +218 -0
  891. package/dist/collection/components/router/test/router.spec.js +55 -0
  892. package/dist/collection/components/router/utils/debug.js +14 -14
  893. package/dist/collection/components/router/utils/dom.js +56 -56
  894. package/dist/collection/components/router/utils/matching.js +150 -150
  895. package/dist/collection/components/router/utils/parser.js +52 -52
  896. package/dist/collection/components/router/utils/path.js +66 -66
  897. package/dist/collection/components/router-link/router-link.css +22 -0
  898. package/dist/collection/components/router-link/router-link.js +157 -157
  899. package/dist/collection/components/router-outlet/router-outlet.css +22 -0
  900. package/dist/collection/components/router-outlet/router-outlet.js +459 -459
  901. package/dist/collection/components/router-outlet/test/basic/router-outlet.e2e.js +31 -31
  902. package/dist/collection/components/row/row.css +66 -0
  903. package/dist/collection/components/row/row.js +15 -15
  904. package/dist/collection/components/searchbar/searchbar.ios.css +44 -0
  905. package/dist/collection/components/searchbar/searchbar.js +891 -889
  906. package/dist/collection/components/searchbar/searchbar.md.css +44 -0
  907. package/dist/collection/components/searchbar/test/a11y/searchbar.e2e.js +11 -11
  908. package/dist/collection/components/searchbar/test/basic/searchbar.e2e.js +101 -101
  909. package/dist/collection/components/searchbar/test/events/searchbar.e2e.js +55 -55
  910. package/dist/collection/components/searchbar/test/searchbar.spec.js +15 -0
  911. package/dist/collection/components/segment/segment.ios.css +66 -0
  912. package/dist/collection/components/segment/segment.js +631 -631
  913. package/dist/collection/components/segment/segment.md.css +66 -0
  914. package/dist/collection/components/segment/test/a11y/segment.e2e.js +37 -37
  915. package/dist/collection/components/segment/test/basic/segment.e2e.js +22 -22
  916. package/dist/collection/components/segment/test/custom/segment.e2e.js +6 -6
  917. package/dist/collection/components/segment/test/icon/segment.e2e.js +6 -6
  918. package/dist/collection/components/segment/test/modes/segment.e2e.js +15 -15
  919. package/dist/collection/components/segment/test/scrollable/segment.e2e.js +12 -12
  920. package/dist/collection/components/segment/test/segment-events.e2e.js +97 -97
  921. package/dist/collection/components/segment/test/segment.spec.js +37 -0
  922. package/dist/collection/components/segment/test/toolbar/segment.e2e.js +21 -21
  923. package/dist/collection/components/segment/test/wrap/segment.e2e.js +21 -21
  924. package/dist/collection/components/segment-button/segment-button.ios.css +44 -0
  925. package/dist/collection/components/segment-button/segment-button.js +217 -217
  926. package/dist/collection/components/segment-button/segment-button.md.css +44 -0
  927. package/dist/collection/components/select/select.ios.css +126 -7
  928. package/dist/collection/components/select/select.js +1201 -1184
  929. package/dist/collection/components/select/select.md.css +173 -19
  930. package/dist/collection/components/select/test/a11y/select.e2e.js +14 -14
  931. package/dist/collection/components/select/test/async/select.e2e.js +14 -14
  932. package/dist/collection/components/select/test/basic/select.e2e.js +140 -140
  933. package/dist/collection/components/select/test/card/select.e2e.js +6 -6
  934. package/dist/collection/components/select/test/color/select.e2e.js +22 -22
  935. package/dist/collection/components/select/test/compare-with/select.e2e.js +33 -33
  936. package/dist/collection/components/select/test/custom/select.e2e.js +19 -19
  937. package/dist/collection/components/select/test/disabled/select.e2e.js +17 -17
  938. package/dist/collection/components/select/test/fill/select.e2e.js +63 -63
  939. package/dist/collection/components/select/test/highlight/select.e2e.js +74 -74
  940. package/dist/collection/components/select/test/item/select.e2e.js +26 -11
  941. package/dist/collection/components/select/test/label/select.e2e.js +141 -141
  942. package/dist/collection/components/select/test/legacy/async/select.e2e.js +8 -8
  943. package/dist/collection/components/select/test/legacy/basic/select.e2e.js +108 -108
  944. package/dist/collection/components/select/test/legacy/compare-with/select.e2e.js +33 -33
  945. package/dist/collection/components/select/test/legacy/custom/custom.e2e.js +5 -5
  946. package/dist/collection/components/select/test/legacy/single-value/select.e2e.js +8 -8
  947. package/dist/collection/components/select/test/legacy/spec/select.e2e.js +6 -6
  948. package/dist/collection/components/select/test/legacy/standalone/select.e2e.js +11 -11
  949. package/dist/collection/components/select/test/legacy/wrapping/select.e2e.js +17 -17
  950. package/dist/collection/components/select/test/popover-size/select.e2e.js +63 -63
  951. package/dist/collection/components/select/test/select.spec.js +59 -0
  952. package/dist/collection/components/select/test/slot/select.e2e.js +67 -0
  953. package/dist/collection/components/select/test/states/select.e2e.js +21 -21
  954. package/dist/collection/components/select/test/toggle-icon/select.e2e.js +14 -14
  955. package/dist/collection/components/select/test/wrapping/select.e2e.js +16 -16
  956. package/dist/collection/components/select-option/select-option.js +60 -60
  957. package/dist/collection/components/select-popover/select-popover.ios.css +66 -0
  958. package/dist/collection/components/select-popover/select-popover.js +197 -197
  959. package/dist/collection/components/select-popover/select-popover.md.css +66 -0
  960. package/dist/collection/components/select-popover/test/basic/select-popover.e2e.js +52 -52
  961. package/dist/collection/components/select-popover/test/fixtures.js +33 -33
  962. package/dist/collection/components/skeleton-text/skeleton-text.css +22 -0
  963. package/dist/collection/components/skeleton-text/skeleton-text.js +87 -48
  964. package/dist/collection/components/skeleton-text/test/basic/skeleton-text.e2e.js +6 -6
  965. package/dist/collection/components/skeleton-text/test/custom/skeleton-text.e2e.js +6 -6
  966. package/dist/collection/components/slides/IonicSlides.js +95 -95
  967. package/dist/collection/components/spinner/spinner-configs.js +121 -121
  968. package/dist/collection/components/spinner/spinner.css +22 -0
  969. package/dist/collection/components/spinner/spinner.js +137 -137
  970. package/dist/collection/components/spinner/test/basic/spinner.e2e.js +10 -10
  971. package/dist/collection/components/spinner/test/color/spinner.e2e.js +10 -10
  972. package/dist/collection/components/spinner/test/resize/spinner.e2e.js +8 -8
  973. package/dist/collection/components/split-pane/split-pane.ios.css +67 -2
  974. package/dist/collection/components/split-pane/split-pane.js +225 -225
  975. package/dist/collection/components/split-pane/split-pane.md.css +67 -2
  976. package/dist/collection/components/split-pane/test/basic/split-pane.e2e.js +18 -18
  977. package/dist/collection/components/split-pane/test/multiple/split-pane.e2e.js +23 -23
  978. package/dist/collection/components/tab/tab.js +170 -170
  979. package/dist/collection/components/tab-bar/tab-bar.ios.css +66 -0
  980. package/dist/collection/components/tab-bar/tab-bar.js +177 -177
  981. package/dist/collection/components/tab-bar/tab-bar.md.css +66 -0
  982. package/dist/collection/components/tab-bar/test/basic/tab-bar.e2e.js +8 -8
  983. package/dist/collection/components/tab-bar/test/custom/tab-bar.e2e.js +6 -6
  984. package/dist/collection/components/tab-bar/test/translucent/tab-bar.e2e.js +14 -14
  985. package/dist/collection/components/tab-button/tab-button.ios.css +44 -0
  986. package/dist/collection/components/tab-button/tab-button.js +267 -267
  987. package/dist/collection/components/tab-button/tab-button.md.css +44 -0
  988. package/dist/collection/components/tab-button/test/a11y/tab-button.e2e.js +6 -6
  989. package/dist/collection/components/tab-button/test/basic/tab-button.e2e.js +16 -16
  990. package/dist/collection/components/tab-button/test/layout/tab-button.e2e.js +26 -26
  991. package/dist/collection/components/tab-button/test/states/tab-button.e2e.js +26 -26
  992. package/dist/collection/components/tabs/tabs.css +22 -0
  993. package/dist/collection/components/tabs/tabs.js +344 -344
  994. package/dist/collection/components/tabs/test/basic/tabs.e2e.js +24 -24
  995. package/dist/collection/components/tabs/test/placements/tabs.e2e.js +17 -17
  996. package/dist/collection/components/text/test/basic/text.e2e.js +11 -11
  997. package/dist/collection/components/text/text.css +22 -0
  998. package/dist/collection/components/text/text.js +47 -47
  999. package/dist/collection/components/textarea/test/a11y/textarea.e2e.js +12 -12
  1000. package/dist/collection/components/textarea/test/autogrow/textarea.e2e.js +31 -31
  1001. package/dist/collection/components/textarea/test/bottom-content/textarea.e2e.js +82 -82
  1002. package/dist/collection/components/textarea/test/card/textarea.e2e.js +6 -6
  1003. package/dist/collection/components/textarea/test/clear-on-edit/textarea.e2e.js +53 -17
  1004. package/dist/collection/components/textarea/test/color/textarea.e2e.js +88 -88
  1005. package/dist/collection/components/textarea/test/cols/textarea.e2e.js +11 -11
  1006. package/dist/collection/components/textarea/test/fill/textarea.e2e.js +63 -63
  1007. package/dist/collection/components/textarea/test/highlight/textarea.e2e.js +52 -52
  1008. package/dist/collection/components/textarea/test/item/textarea.e2e.js +11 -11
  1009. package/dist/collection/components/textarea/test/label-placement/textarea.e2e.js +150 -150
  1010. package/dist/collection/components/textarea/test/legacy/a11y/textarea.e2e.js +15 -15
  1011. package/dist/collection/components/textarea/test/legacy/autogrow/textarea.e2e.js +31 -31
  1012. package/dist/collection/components/textarea/test/legacy/basic/textarea.e2e.js +30 -30
  1013. package/dist/collection/components/textarea/test/legacy/clear-on-edit/textarea.e2e.js +17 -17
  1014. package/dist/collection/components/textarea/test/slot/textarea.e2e.js +51 -0
  1015. package/dist/collection/components/textarea/test/states/textarea.e2e.js +11 -11
  1016. package/dist/collection/components/textarea/test/textarea-events.e2e.js +57 -57
  1017. package/dist/collection/components/textarea/test/textarea.spec.js +59 -0
  1018. package/dist/collection/components/textarea/textarea.ios.css +125 -5
  1019. package/dist/collection/components/textarea/textarea.js +1069 -1019
  1020. package/dist/collection/components/textarea/textarea.md.css +179 -14
  1021. package/dist/collection/components/thumbnail/test/basic/thumbnail.e2e.js +28 -28
  1022. package/dist/collection/components/thumbnail/thumbnail.css +22 -0
  1023. package/dist/collection/components/thumbnail/thumbnail.js +15 -15
  1024. package/dist/collection/components/title/test/a11y/title.e2e.js +17 -17
  1025. package/dist/collection/components/title/test/basic/title.e2e.js +13 -13
  1026. package/dist/collection/components/title/title.ios.css +22 -0
  1027. package/dist/collection/components/title/title.js +119 -119
  1028. package/dist/collection/components/title/title.md.css +22 -0
  1029. package/dist/collection/components/toast/animations/ios.enter.js +21 -20
  1030. package/dist/collection/components/toast/animations/ios.leave.js +18 -18
  1031. package/dist/collection/components/toast/animations/md.enter.js +23 -22
  1032. package/dist/collection/components/toast/animations/md.leave.js +6 -6
  1033. package/dist/collection/components/toast/animations/utils.js +62 -56
  1034. package/dist/collection/components/toast/gestures/swipe-to-dismiss.js +267 -0
  1035. package/dist/collection/components/toast/test/a11y/toast.e2e.js +92 -92
  1036. package/dist/collection/components/toast/test/basic/toast.e2e.js +101 -101
  1037. package/dist/collection/components/toast/test/is-open/toast.e2e.js +17 -17
  1038. package/dist/collection/components/toast/test/layout/toast.e2e.js +9 -9
  1039. package/dist/collection/components/toast/test/position-anchor/toast.e2e.js +37 -37
  1040. package/dist/collection/components/toast/test/standalone/toast.e2e.js +10 -10
  1041. package/dist/collection/components/toast/test/swipe-gesture/toast.e2e.js +84 -0
  1042. package/dist/collection/components/toast/test/toast-config.spec.js +25 -0
  1043. package/dist/collection/components/toast/test/toast-id.spec.js +32 -0
  1044. package/dist/collection/components/toast/test/toast.spec.js +200 -0
  1045. package/dist/collection/components/toast/test/trigger/toast.e2e.js +21 -21
  1046. package/dist/collection/components/toast/toast.ios.css +54 -10
  1047. package/dist/collection/components/toast/toast.js +1065 -952
  1048. package/dist/collection/components/toast/toast.md.css +54 -0
  1049. package/dist/collection/components/toggle/test/a11y/toggle.e2e.js +6 -6
  1050. package/dist/collection/components/toggle/test/color/toggle.e2e.js +11 -11
  1051. package/dist/collection/components/toggle/test/enable-on-off-labels/toggle.e2e.js +27 -27
  1052. package/dist/collection/components/toggle/test/item/toggle.e2e.js +52 -52
  1053. package/dist/collection/components/toggle/test/label/toggle.e2e.js +65 -65
  1054. package/dist/collection/components/toggle/test/legacy/basic/toggle.e2e.js +69 -69
  1055. package/dist/collection/components/toggle/test/legacy/enable-on-off-labels/toggle.e2e.js +23 -23
  1056. package/dist/collection/components/toggle/test/legacy/sizes/toggle.e2e.js +6 -6
  1057. package/dist/collection/components/toggle/test/sizes/toggle.e2e.js +6 -6
  1058. package/dist/collection/components/toggle/test/states/toggle.e2e.js +16 -16
  1059. package/dist/collection/components/toggle/test/toggle.spec.js +67 -0
  1060. package/dist/collection/components/toggle/toggle.ios.css +66 -6
  1061. package/dist/collection/components/toggle/toggle.js +487 -484
  1062. package/dist/collection/components/toggle/toggle.md.css +66 -6
  1063. package/dist/collection/components/toolbar/test/basic/toolbar.e2e.js +7 -7
  1064. package/dist/collection/components/toolbar/test/colors/toolbar.e2e.js +6 -6
  1065. package/dist/collection/components/toolbar/toolbar.ios.css +44 -0
  1066. package/dist/collection/components/toolbar/toolbar.js +100 -100
  1067. package/dist/collection/components/toolbar/toolbar.md.css +44 -0
  1068. package/dist/collection/css/test/a11y/typography.e2e.js +6 -6
  1069. package/dist/collection/global/config.js +51 -51
  1070. package/dist/collection/global/ionic-global.js +54 -54
  1071. package/dist/collection/global/test/config-controller.spec.js +77 -0
  1072. package/dist/collection/utils/animation/animation-utils.js +91 -91
  1073. package/dist/collection/utils/animation/animation.js +905 -904
  1074. package/dist/collection/utils/animation/cubic-bezier.js +49 -49
  1075. package/dist/collection/utils/animation/test/animation.spec.js +447 -0
  1076. package/dist/collection/utils/animation/test/animationbuilder/animation.e2e.js +26 -26
  1077. package/dist/collection/utils/animation/test/basic/animation.e2e.js +12 -12
  1078. package/dist/collection/utils/animation/test/display/animation.e2e.js +18 -18
  1079. package/dist/collection/utils/animation/test/hooks/animation.e2e.js +39 -39
  1080. package/dist/collection/utils/animation/test/multiple/animation.e2e.js +27 -27
  1081. package/dist/collection/utils/browser/index.js +0 -22
  1082. package/dist/collection/utils/config.js +20 -20
  1083. package/dist/collection/utils/content/content.utils.spec.js +121 -121
  1084. package/dist/collection/utils/content/index.js +58 -58
  1085. package/dist/collection/utils/floating-point/floating-point.spec.js +14 -14
  1086. package/dist/collection/utils/floating-point/index.js +5 -5
  1087. package/dist/collection/utils/focus-visible.js +63 -63
  1088. package/dist/collection/utils/forms/compare-with-utils.js +39 -0
  1089. package/dist/collection/utils/forms/form-controller.js +45 -45
  1090. package/dist/collection/utils/forms/index.js +1 -0
  1091. package/dist/collection/utils/forms/notch-controller.js +120 -120
  1092. package/dist/collection/utils/framework-delegate.js +121 -121
  1093. package/dist/collection/utils/gesture/button-active.js +56 -56
  1094. package/dist/collection/utils/gesture/gesture-controller.js +182 -182
  1095. package/dist/collection/utils/gesture/index.js +222 -222
  1096. package/dist/collection/utils/gesture/listener.js +36 -36
  1097. package/dist/collection/utils/gesture/pointer-events.js +113 -113
  1098. package/dist/collection/utils/gesture/recognizers.js +46 -46
  1099. package/dist/collection/utils/gesture/swipe-back.js +65 -65
  1100. package/dist/collection/utils/hardware-back-button.js +48 -48
  1101. package/dist/collection/utils/helpers.js +258 -258
  1102. package/dist/collection/utils/helpers.spec.js +28 -28
  1103. package/dist/collection/utils/input-shims/hacks/common.js +61 -61
  1104. package/dist/collection/utils/input-shims/hacks/hide-caret.js +19 -19
  1105. package/dist/collection/utils/input-shims/hacks/input-blurring.js +47 -47
  1106. package/dist/collection/utils/input-shims/hacks/scroll-assist.js +225 -225
  1107. package/dist/collection/utils/input-shims/hacks/scroll-data.js +29 -29
  1108. package/dist/collection/utils/input-shims/hacks/scroll-padding.js +21 -21
  1109. package/dist/collection/utils/input-shims/hacks/test/scroll-assist.e2e.js +97 -97
  1110. package/dist/collection/utils/input-shims/input-shims.js +87 -81
  1111. package/dist/collection/utils/keyboard/keyboard-controller.js +128 -128
  1112. package/dist/collection/utils/keyboard/keyboard.js +59 -59
  1113. package/dist/collection/utils/keyboard/test/keyboard-controller.spec.js +21 -0
  1114. package/dist/collection/utils/keyboard/test/keyboard.spec.js +214 -0
  1115. package/dist/collection/utils/lock-controller.js +24 -24
  1116. package/dist/collection/utils/logging/index.js +3 -3
  1117. package/dist/collection/utils/media.js +13 -13
  1118. package/dist/collection/utils/menu-controller/animations/base.js +8 -8
  1119. package/dist/collection/utils/menu-controller/animations/overlay.js +21 -21
  1120. package/dist/collection/utils/menu-controller/animations/push.js +20 -20
  1121. package/dist/collection/utils/menu-controller/animations/reveal.js +6 -6
  1122. package/dist/collection/utils/menu-controller/index.js +204 -206
  1123. package/dist/collection/utils/native/capacitor.js +4 -4
  1124. package/dist/collection/utils/native/haptic.js +151 -151
  1125. package/dist/collection/utils/native/keyboard.js +47 -47
  1126. package/dist/collection/utils/native/native-interface.js +15 -15
  1127. package/dist/collection/utils/native/status-bar.js +36 -36
  1128. package/dist/collection/utils/overlays.js +495 -494
  1129. package/dist/collection/utils/platform.js +56 -56
  1130. package/dist/collection/utils/rtl/dir.js +5 -5
  1131. package/dist/collection/utils/rtl/dir.spec.js +17 -17
  1132. package/dist/collection/utils/sanitization/index.js +122 -122
  1133. package/dist/collection/utils/sanitization/test/sanitization.spec.js +43 -0
  1134. package/dist/collection/utils/slot-mutation-controller.js +86 -85
  1135. package/dist/collection/utils/status-tap.js +26 -26
  1136. package/dist/collection/utils/tap-click/index.js +171 -171
  1137. package/dist/collection/utils/tap-click/test/tap-click.e2e.js +12 -12
  1138. package/dist/collection/utils/test/aria.spec.js +79 -0
  1139. package/dist/collection/utils/test/attributes.spec.js +53 -0
  1140. package/dist/collection/utils/test/framework-delegate/framework-delegate.e2e.js +25 -25
  1141. package/dist/collection/utils/test/hardware-back-button.spec.js +53 -0
  1142. package/dist/collection/utils/test/overlays/overlays.e2e.js +137 -137
  1143. package/dist/collection/utils/test/overlays/overlays.spec.js +102 -0
  1144. package/dist/collection/utils/test/platform.spec.js +132 -0
  1145. package/dist/collection/utils/test/platform.utils.js +77 -77
  1146. package/dist/collection/utils/test/playwright/drag-element.js +69 -69
  1147. package/dist/collection/utils/test/playwright/generator.js +48 -25
  1148. package/dist/collection/utils/test/playwright/matchers/index.js +3 -3
  1149. package/dist/collection/utils/test/playwright/matchers/toHaveReceivedEvent.js +21 -21
  1150. package/dist/collection/utils/test/playwright/matchers/toHaveReceivedEventDetail.js +28 -28
  1151. package/dist/collection/utils/test/playwright/matchers/toHaveReceivedEventTimes.js +22 -22
  1152. package/dist/collection/utils/test/playwright/page/event-spy.js +110 -110
  1153. package/dist/collection/utils/test/playwright/page/utils/goto.js +52 -52
  1154. package/dist/collection/utils/test/playwright/page/utils/locator.js +8 -8
  1155. package/dist/collection/utils/test/playwright/page/utils/set-content.js +44 -35
  1156. package/dist/collection/utils/test/playwright/page/utils/set-ion-viewport.js +19 -19
  1157. package/dist/collection/utils/test/playwright/page/utils/spy-on-event.js +4 -4
  1158. package/dist/collection/utils/test/playwright/page/utils/wait-for-changes.js +48 -48
  1159. package/dist/collection/utils/test/playwright/playwright-page.js +35 -35
  1160. package/dist/collection/utils/test/playwright/viewports/index.js +13 -13
  1161. package/dist/collection/utils/test/press-keys.js +77 -77
  1162. package/dist/collection/utils/test/ready.spec.js +39 -0
  1163. package/dist/collection/utils/test/theme.spec.js +56 -0
  1164. package/dist/collection/utils/theme.js +23 -23
  1165. package/dist/collection/utils/transition/index.js +163 -163
  1166. package/dist/collection/utils/transition/ios.transition.js +598 -598
  1167. package/dist/collection/utils/transition/md.transition.js +44 -44
  1168. package/dist/collection/utils/watch-options.js +30 -30
  1169. package/dist/docs.json +195 -38
  1170. package/dist/esm/animation-dde8cc0d.js +1060 -0
  1171. package/dist/esm/{app-globals-2398e405.js → app-globals-8c62bec2.js} +1 -1
  1172. package/dist/esm/button-active-308d3edd.js +67 -0
  1173. package/dist/esm/capacitor-59395cbd.js +13 -0
  1174. package/dist/esm/compare-with-utils-a96ff2ea.js +41 -0
  1175. package/dist/esm/config-49c88215.js +193 -0
  1176. package/dist/esm/cubic-bezier-fe2083dc.js +90 -0
  1177. package/dist/esm/data-775093f5.js +1625 -0
  1178. package/dist/esm/{dir-912e3e13.js → dir-babeabeb.js} +5 -5
  1179. package/dist/esm/focus-visible-dd40d69f.js +75 -0
  1180. package/dist/esm/form-controller-548aa79c.js +64 -0
  1181. package/dist/esm/framework-delegate-bc1fd82a.js +140 -0
  1182. package/dist/esm/gesture-controller-1bf57181.js +195 -0
  1183. package/dist/esm/haptic-554688a5.js +206 -0
  1184. package/dist/esm/hardware-back-button-b2bc76db.js +71 -0
  1185. package/dist/esm/helpers-ae653409.js +418 -0
  1186. package/dist/esm/index-1193f005.js +306 -0
  1187. package/dist/esm/index-2cf77112.js +457 -0
  1188. package/dist/esm/index-4743453d.js +231 -0
  1189. package/dist/esm/index-82eeb47f.js +196 -0
  1190. package/dist/esm/{index-595d62c9.js → index-9b0d46f4.js} +3 -3
  1191. package/dist/esm/index-a5d50daf.js +7 -0
  1192. package/dist/esm/{index-7c9b1bca.js → index-b7d870cf.js} +79 -15
  1193. package/dist/esm/{index-4392efa5.js → index-b9e742e5.js} +60 -60
  1194. package/dist/esm/index.js +113 -113
  1195. package/dist/esm/input-shims-6539ce13.js +599 -0
  1196. package/dist/esm/input.utils-a5a2d164.js +135 -0
  1197. package/dist/esm/ion-accordion_2.entry.js +488 -488
  1198. package/dist/esm/ion-action-sheet.entry.js +260 -250
  1199. package/dist/esm/ion-alert.entry.js +442 -432
  1200. package/dist/esm/ion-app_8.entry.js +1151 -1151
  1201. package/dist/esm/ion-avatar_3.entry.js +29 -29
  1202. package/dist/esm/ion-back-button.entry.js +73 -73
  1203. package/dist/esm/ion-backdrop.entry.js +40 -40
  1204. package/dist/esm/ion-breadcrumb_2.entry.js +194 -194
  1205. package/dist/esm/ion-button_2.entry.js +303 -303
  1206. package/dist/esm/ion-card_5.entry.js +105 -105
  1207. package/dist/esm/ion-checkbox.entry.js +149 -147
  1208. package/dist/esm/ion-chip.entry.js +20 -20
  1209. package/dist/esm/ion-col_3.entry.js +136 -136
  1210. package/dist/esm/ion-datetime-button.entry.js +325 -325
  1211. package/dist/esm/ion-datetime_3.entry.js +2204 -2162
  1212. package/dist/esm/ion-fab_3.entry.js +150 -150
  1213. package/dist/esm/ion-img.entry.js +79 -79
  1214. package/dist/esm/ion-infinite-scroll_2.entry.js +198 -190
  1215. package/dist/esm/ion-input.entry.js +443 -399
  1216. package/dist/esm/ion-item-option_3.entry.js +457 -457
  1217. package/dist/esm/ion-item_8.entry.js +441 -428
  1218. package/dist/esm/ion-loading.entry.js +220 -210
  1219. package/dist/esm/ion-menu_3.entry.js +670 -670
  1220. package/dist/esm/ion-modal.entry.js +1415 -1405
  1221. package/dist/esm/ion-nav_2.entry.js +904 -904
  1222. package/dist/esm/ion-picker-column-internal.entry.js +331 -327
  1223. package/dist/esm/ion-picker-internal.entry.js +453 -453
  1224. package/dist/esm/ion-popover.entry.js +1108 -1098
  1225. package/dist/esm/ion-progress-bar.entry.js +40 -40
  1226. package/dist/esm/ion-radio_2.entry.js +321 -316
  1227. package/dist/esm/ion-range.entry.js +558 -556
  1228. package/dist/esm/ion-refresher_2.entry.js +786 -786
  1229. package/dist/esm/ion-reorder_2.entry.js +267 -267
  1230. package/dist/esm/ion-ripple-effect.entry.js +66 -66
  1231. package/dist/esm/ion-route_4.entry.js +693 -693
  1232. package/dist/esm/ion-searchbar.entry.js +360 -358
  1233. package/dist/esm/ion-segment_2.entry.js +507 -507
  1234. package/dist/esm/ion-select_3.entry.js +784 -768
  1235. package/dist/esm/ion-spinner.entry.js +46 -46
  1236. package/dist/esm/ion-split-pane.entry.js +119 -119
  1237. package/dist/esm/ion-tab-bar_2.entry.js +138 -138
  1238. package/dist/esm/ion-tab_2.entry.js +187 -187
  1239. package/dist/esm/ion-text.entry.js +13 -13
  1240. package/dist/esm/ion-textarea.entry.js +401 -353
  1241. package/dist/esm/ion-toast.entry.js +771 -419
  1242. package/dist/esm/ion-toggle.entry.js +227 -225
  1243. package/dist/esm/ionic-global-1f99b929.js +224 -0
  1244. package/dist/esm/ionic.js +6 -6
  1245. package/dist/esm/ios.transition-3376ccb2.js +651 -0
  1246. package/dist/esm/keyboard-52278bd7.js +146 -0
  1247. package/dist/esm/keyboard-73175e24.js +79 -0
  1248. package/dist/esm/keyboard-controller-ec5c2bfa.js +165 -0
  1249. package/dist/esm/loader.js +5 -5
  1250. package/dist/esm/lock-controller-316928be.js +38 -0
  1251. package/dist/esm/md.transition-f992779f.js +57 -0
  1252. package/dist/esm/notch-controller-fea7f9c5.js +153 -0
  1253. package/dist/esm/overlays-b33f6bca.js +693 -0
  1254. package/dist/esm/spinner-configs-964f7cf3.js +145 -0
  1255. package/dist/esm/status-tap-16fd8f3d.js +40 -0
  1256. package/dist/esm/swipe-back-18cb49f7.js +79 -0
  1257. package/dist/esm/theme-01f3f29c.js +43 -0
  1258. package/dist/esm/watch-options-c2911ace.js +47 -0
  1259. package/dist/esm-es5/{animation-8aa13916.js → animation-dde8cc0d.js} +1 -1
  1260. package/dist/esm-es5/app-globals-8c62bec2.js +4 -0
  1261. package/dist/esm-es5/{button-active-ce5cba4c.js → button-active-308d3edd.js} +1 -1
  1262. package/dist/esm-es5/{capacitor-b4979570.js → capacitor-59395cbd.js} +1 -1
  1263. package/dist/esm-es5/compare-with-utils-a96ff2ea.js +4 -0
  1264. package/dist/esm-es5/data-775093f5.js +4 -0
  1265. package/dist/esm-es5/{form-controller-64edeaad.js → form-controller-548aa79c.js} +1 -1
  1266. package/dist/esm-es5/{framework-delegate-aa433dea.js → framework-delegate-bc1fd82a.js} +1 -1
  1267. package/dist/esm-es5/{haptic-1243b917.js → haptic-554688a5.js} +1 -1
  1268. package/dist/esm-es5/index-1193f005.js +4 -0
  1269. package/dist/esm-es5/{index-ff313b19.js → index-2cf77112.js} +1 -1
  1270. package/dist/esm-es5/{index-6a0ccabb.js → index-4743453d.js} +1 -1
  1271. package/dist/esm-es5/{index-f0cc4e14.js → index-82eeb47f.js} +1 -1
  1272. package/dist/esm-es5/index-b7d870cf.js +5 -0
  1273. package/dist/esm-es5/{index-4392efa5.js → index-b9e742e5.js} +1 -1
  1274. package/dist/esm-es5/index.js +1 -1
  1275. package/dist/esm-es5/input-shims-6539ce13.js +4 -0
  1276. package/dist/esm-es5/input.utils-a5a2d164.js +4 -0
  1277. package/dist/esm-es5/ion-accordion_2.entry.js +1 -1
  1278. package/dist/esm-es5/ion-action-sheet.entry.js +1 -1
  1279. package/dist/esm-es5/ion-alert.entry.js +1 -1
  1280. package/dist/esm-es5/ion-app_8.entry.js +1 -1
  1281. package/dist/esm-es5/ion-avatar_3.entry.js +1 -1
  1282. package/dist/esm-es5/ion-back-button.entry.js +1 -1
  1283. package/dist/esm-es5/ion-backdrop.entry.js +1 -1
  1284. package/dist/esm-es5/ion-breadcrumb_2.entry.js +1 -1
  1285. package/dist/esm-es5/ion-button_2.entry.js +1 -1
  1286. package/dist/esm-es5/ion-card_5.entry.js +1 -1
  1287. package/dist/esm-es5/ion-checkbox.entry.js +1 -1
  1288. package/dist/esm-es5/ion-chip.entry.js +1 -1
  1289. package/dist/esm-es5/ion-col_3.entry.js +1 -1
  1290. package/dist/esm-es5/ion-datetime-button.entry.js +1 -1
  1291. package/dist/esm-es5/ion-datetime_3.entry.js +1 -1
  1292. package/dist/esm-es5/ion-fab_3.entry.js +1 -1
  1293. package/dist/esm-es5/ion-img.entry.js +1 -1
  1294. package/dist/esm-es5/ion-infinite-scroll_2.entry.js +1 -1
  1295. package/dist/esm-es5/ion-input.entry.js +1 -1
  1296. package/dist/esm-es5/ion-item-option_3.entry.js +1 -1
  1297. package/dist/esm-es5/ion-item_8.entry.js +1 -1
  1298. package/dist/esm-es5/ion-loading.entry.js +1 -1
  1299. package/dist/esm-es5/ion-menu_3.entry.js +1 -1
  1300. package/dist/esm-es5/ion-modal.entry.js +1 -1
  1301. package/dist/esm-es5/ion-nav_2.entry.js +1 -1
  1302. package/dist/esm-es5/ion-picker-column-internal.entry.js +1 -1
  1303. package/dist/esm-es5/ion-picker-internal.entry.js +1 -1
  1304. package/dist/esm-es5/ion-popover.entry.js +1 -1
  1305. package/dist/esm-es5/ion-progress-bar.entry.js +1 -1
  1306. package/dist/esm-es5/ion-radio_2.entry.js +1 -1
  1307. package/dist/esm-es5/ion-range.entry.js +1 -1
  1308. package/dist/esm-es5/ion-refresher_2.entry.js +1 -1
  1309. package/dist/esm-es5/ion-reorder_2.entry.js +1 -1
  1310. package/dist/esm-es5/ion-ripple-effect.entry.js +1 -1
  1311. package/dist/esm-es5/ion-route_4.entry.js +1 -1
  1312. package/dist/esm-es5/ion-searchbar.entry.js +1 -1
  1313. package/dist/esm-es5/ion-segment_2.entry.js +1 -1
  1314. package/dist/esm-es5/ion-select_3.entry.js +1 -1
  1315. package/dist/esm-es5/ion-spinner.entry.js +1 -1
  1316. package/dist/esm-es5/ion-split-pane.entry.js +1 -1
  1317. package/dist/esm-es5/ion-tab-bar_2.entry.js +1 -1
  1318. package/dist/esm-es5/ion-tab_2.entry.js +1 -1
  1319. package/dist/esm-es5/ion-text.entry.js +1 -1
  1320. package/dist/esm-es5/ion-textarea.entry.js +1 -1
  1321. package/dist/esm-es5/ion-toast.entry.js +1 -1
  1322. package/dist/esm-es5/ion-toggle.entry.js +1 -1
  1323. package/dist/esm-es5/{ionic-global-40e42e7f.js → ionic-global-1f99b929.js} +1 -1
  1324. package/dist/esm-es5/ionic.js +1 -1
  1325. package/dist/esm-es5/{ios.transition-1651c430.js → ios.transition-3376ccb2.js} +1 -1
  1326. package/dist/esm-es5/{keyboard-b551279d.js → keyboard-52278bd7.js} +1 -1
  1327. package/dist/esm-es5/{keyboard-b063f012.js → keyboard-73175e24.js} +1 -1
  1328. package/dist/esm-es5/{keyboard-controller-0c2dce71.js → keyboard-controller-ec5c2bfa.js} +1 -1
  1329. package/dist/esm-es5/loader.js +1 -1
  1330. package/dist/esm-es5/md.transition-f992779f.js +4 -0
  1331. package/dist/esm-es5/{notch-controller-8c9c0e54.js → notch-controller-fea7f9c5.js} +1 -1
  1332. package/dist/esm-es5/{overlays-6c9feb7e.js → overlays-b33f6bca.js} +1 -1
  1333. package/dist/esm-es5/{status-tap-9ce68758.js → status-tap-16fd8f3d.js} +1 -1
  1334. package/dist/esm-es5/{swipe-back-cd4295f3.js → swipe-back-18cb49f7.js} +1 -1
  1335. package/dist/html.html-data.json +16 -3
  1336. package/dist/ionic/index.esm.js +1 -1
  1337. package/dist/ionic/ionic.esm.js +1 -1
  1338. package/dist/ionic/ionic.js +15 -15
  1339. package/dist/ionic/p-013013a3.js +4 -0
  1340. package/dist/ionic/p-0235067a.js +4 -0
  1341. package/dist/ionic/{p-a0b6d438.js → p-04377cfa.js} +1 -1
  1342. package/dist/ionic/p-043aa6cc.system.entry.js +4 -0
  1343. package/dist/ionic/{p-5d711127.js → p-0509fd34.js} +1 -1
  1344. package/dist/ionic/p-0550f802.entry.js +4 -0
  1345. package/dist/ionic/p-06abe918.system.entry.js +4 -0
  1346. package/dist/ionic/{p-702d85d8.system.js → p-0aa78a8d.system.js} +1 -1
  1347. package/dist/ionic/{p-41477ad9.system.js → p-0bd51c34.system.js} +1 -1
  1348. package/dist/ionic/p-0dfa4ab4.system.entry.js +4 -0
  1349. package/dist/ionic/p-0ebc87b7.system.entry.js +4 -0
  1350. package/dist/ionic/{p-bed722c4.system.entry.js → p-10ec9af7.system.entry.js} +1 -1
  1351. package/dist/ionic/{p-f4cc91f6.entry.js → p-11786dc7.entry.js} +1 -1
  1352. package/dist/ionic/{p-0dc0d9b5.entry.js → p-11a3973f.entry.js} +1 -1
  1353. package/dist/ionic/{p-a545b4f1.system.js → p-1501b945.system.js} +1 -1
  1354. package/dist/ionic/{p-4e6a1efb.system.entry.js → p-158efe8d.system.entry.js} +1 -1
  1355. package/dist/ionic/p-164aa69c.entry.js +4 -0
  1356. package/dist/ionic/p-17d283b9.system.entry.js +4 -0
  1357. package/dist/ionic/p-18cae04f.js +4 -0
  1358. package/dist/ionic/{p-abacb44b.system.entry.js → p-19c379da.system.entry.js} +1 -1
  1359. package/dist/ionic/p-19d9ceb8.system.js +4 -0
  1360. package/dist/ionic/p-1b27ac67.entry.js +4 -0
  1361. package/dist/ionic/{p-b91fe549.entry.js → p-1c249831.entry.js} +1 -1
  1362. package/dist/ionic/{p-b4b4bb29.system.js → p-1cca10d6.system.js} +1 -1
  1363. package/dist/ionic/p-1e4371bd.js +4 -0
  1364. package/dist/ionic/{p-c7b8c2ef.system.entry.js → p-20e0e75d.system.entry.js} +1 -1
  1365. package/dist/ionic/{p-34d2de14.system.entry.js → p-22827063.system.entry.js} +1 -1
  1366. package/dist/ionic/{p-64ed03a3.entry.js → p-26c4bf85.entry.js} +1 -1
  1367. package/dist/ionic/{p-419eb426.js → p-27281edd.js} +1 -1
  1368. package/dist/ionic/{p-965677f1.entry.js → p-2894d5f6.entry.js} +1 -1
  1369. package/dist/ionic/p-290d3fe9.js +5 -0
  1370. package/dist/ionic/p-29d03b3a.js +4 -0
  1371. package/dist/ionic/p-2a583966.entry.js +4 -0
  1372. package/dist/ionic/p-2b7827c7.js +4 -0
  1373. package/dist/ionic/{p-3d7fea9b.system.entry.js → p-2ba9a9bd.system.entry.js} +1 -1
  1374. package/dist/ionic/p-2cf21a15.system.entry.js +4 -0
  1375. package/dist/ionic/p-2df97906.system.entry.js +4 -0
  1376. package/dist/ionic/{p-fa8d4788.system.js → p-31b2326e.system.js} +1 -1
  1377. package/dist/ionic/{p-744973f3.entry.js → p-3313c481.entry.js} +1 -1
  1378. package/dist/ionic/{p-ffb876b0.system.entry.js → p-332ea4d3.system.entry.js} +1 -1
  1379. package/dist/ionic/{p-97e31c0a.system.js → p-3671f1b9.system.js} +1 -1
  1380. package/dist/ionic/p-36d187af.js +4 -0
  1381. package/dist/ionic/p-376a6063.js +4 -0
  1382. package/dist/ionic/p-38531958.system.entry.js +4 -0
  1383. package/dist/ionic/{p-55ed230e.system.js → p-38c337e7.system.js} +1 -1
  1384. package/dist/ionic/p-38f2c6bb.system.js +4 -0
  1385. package/dist/ionic/{p-3bad5c1a.js → p-3a75d7fd.js} +1 -1
  1386. package/dist/ionic/{p-8b29691f.entry.js → p-3dfc522b.entry.js} +1 -1
  1387. package/dist/ionic/{p-3de79805.entry.js → p-3e8d5e53.entry.js} +1 -1
  1388. package/dist/ionic/p-40f68333.system.js +4 -0
  1389. package/dist/ionic/{p-a6d83a03.system.entry.js → p-41208f54.system.entry.js} +1 -1
  1390. package/dist/ionic/{p-b287ab05.js → p-4180a747.js} +1 -1
  1391. package/dist/ionic/{p-b923f3d7.js → p-42f189f4.js} +1 -1
  1392. package/dist/ionic/{p-d7ea6a0d.system.entry.js → p-4489dd20.system.entry.js} +1 -1
  1393. package/dist/ionic/p-44a56556.js +4 -0
  1394. package/dist/ionic/{p-e76a4bc8.entry.js → p-44dc52e5.entry.js} +1 -1
  1395. package/dist/ionic/{p-f5a750e4.system.entry.js → p-4685218a.system.entry.js} +1 -1
  1396. package/dist/ionic/p-469dd571.system.entry.js +4 -0
  1397. package/dist/ionic/{p-5bd4e009.entry.js → p-47bb15a1.entry.js} +1 -1
  1398. package/dist/ionic/{p-664d2b07.system.entry.js → p-4981ea0a.system.entry.js} +1 -1
  1399. package/dist/ionic/{p-cf425ec5.system.entry.js → p-507ddbfe.system.entry.js} +1 -1
  1400. package/dist/ionic/{p-14aca3fb.entry.js → p-529b24fb.entry.js} +1 -1
  1401. package/dist/ionic/p-52cfafe9.system.js +5 -0
  1402. package/dist/ionic/p-53ec4f1c.system.js +4 -0
  1403. package/dist/ionic/{p-c0c81820.system.js → p-5ad1fe3b.system.js} +1 -1
  1404. package/dist/ionic/{p-7cee75c0.entry.js → p-60959b71.entry.js} +1 -1
  1405. package/dist/ionic/p-61e4d3ec.entry.js +4 -0
  1406. package/dist/ionic/{p-1cb5f2f8.system.entry.js → p-648ad047.system.entry.js} +1 -1
  1407. package/dist/ionic/p-66d633fb.js +4 -0
  1408. package/dist/ionic/{p-63f08fe3.entry.js → p-6855f26a.entry.js} +1 -1
  1409. package/dist/ionic/{p-1a8ae7a7.system.entry.js → p-69641343.system.entry.js} +1 -1
  1410. package/dist/ionic/{p-800ef057.js → p-6ab03751.js} +1 -1
  1411. package/dist/ionic/{p-18e01b30.system.entry.js → p-6c277fa2.system.entry.js} +1 -1
  1412. package/dist/ionic/{p-0e23256e.system.entry.js → p-6e0539ea.system.entry.js} +1 -1
  1413. package/dist/ionic/p-6fba0ce1.system.entry.js +4 -0
  1414. package/dist/ionic/{p-4c80afe1.system.entry.js → p-745e3339.system.entry.js} +1 -1
  1415. package/dist/ionic/p-767f1a92.entry.js +4 -0
  1416. package/dist/ionic/{p-8a308596.system.js → p-7798c78a.system.js} +2 -2
  1417. package/dist/ionic/p-7dc892f8.entry.js +4 -0
  1418. package/dist/ionic/{p-6c3d5383.js → p-7fae5c36.js} +1 -1
  1419. package/dist/ionic/{p-48d9faa7.entry.js → p-803efb5d.entry.js} +1 -1
  1420. package/dist/ionic/{p-a8e68fd9.entry.js → p-806a9810.entry.js} +1 -1
  1421. package/dist/ionic/p-84b567a6.entry.js +4 -0
  1422. package/dist/ionic/p-85f48531.entry.js +4 -0
  1423. package/dist/ionic/p-87bb3735.system.js +4 -0
  1424. package/dist/ionic/{p-613d4042.system.js → p-888db766.system.js} +1 -1
  1425. package/dist/ionic/p-88d5fbd3.js +4 -0
  1426. package/dist/ionic/{p-ccdcb022.system.js → p-8985cdb6.system.js} +1 -1
  1427. package/dist/ionic/p-8aa1d0b7.system.js +4 -0
  1428. package/dist/ionic/{p-a9c3699b.system.entry.js → p-8f301ac5.system.entry.js} +1 -1
  1429. package/dist/ionic/{p-174f3446.entry.js → p-928ee57a.entry.js} +1 -1
  1430. package/dist/ionic/p-932f2259.system.entry.js +4 -0
  1431. package/dist/ionic/p-93390f78.entry.js +4 -0
  1432. package/dist/ionic/p-950c05ad.entry.js +4 -0
  1433. package/dist/ionic/{p-3fb57e1b.system.entry.js → p-96d4814f.system.entry.js} +1 -1
  1434. package/dist/ionic/p-97174c1e.js +4 -0
  1435. package/dist/ionic/p-979d4f5c.system.js +4 -0
  1436. package/dist/ionic/p-98f35d98.js +4 -0
  1437. package/dist/ionic/{p-14b4348c.system.js → p-9a68d8ef.system.js} +1 -1
  1438. package/dist/ionic/p-9ba72fdb.system.entry.js +4 -0
  1439. package/dist/ionic/{p-41122cd6.system.js → p-9f94c72e.system.js} +1 -1
  1440. package/dist/ionic/{p-92800752.entry.js → p-9fb45814.entry.js} +1 -1
  1441. package/dist/ionic/p-9fda6824.system.entry.js +4 -0
  1442. package/dist/ionic/{p-1dc91702.entry.js → p-a06501e3.entry.js} +1 -1
  1443. package/dist/ionic/{p-c4042875.system.js → p-a074be82.system.js} +1 -1
  1444. package/dist/ionic/{p-c7d30db9.entry.js → p-a3013394.entry.js} +1 -1
  1445. package/dist/ionic/p-a42ef163.system.entry.js +4 -0
  1446. package/dist/ionic/p-a49931aa.system.js +4 -0
  1447. package/dist/ionic/{p-db5043df.system.entry.js → p-a821750c.system.entry.js} +1 -1
  1448. package/dist/ionic/{p-1d269117.system.entry.js → p-abd5d0d5.system.entry.js} +1 -1
  1449. package/dist/ionic/{p-9209d90c.entry.js → p-ade3cf46.entry.js} +1 -1
  1450. package/dist/ionic/{p-1e86a71b.entry.js → p-ae4b7df8.entry.js} +1 -1
  1451. package/dist/ionic/p-aee39e06.entry.js +4 -0
  1452. package/dist/ionic/{p-09d142b3.system.js → p-afa9f205.system.js} +1 -1
  1453. package/dist/ionic/{p-67e18f02.system.entry.js → p-b7058a0e.system.entry.js} +1 -1
  1454. package/dist/ionic/p-b78e6a44.entry.js +4 -0
  1455. package/dist/ionic/{p-beb64be7.system.entry.js → p-b7a2ffc9.system.entry.js} +1 -1
  1456. package/dist/ionic/{p-0330f0a3.system.entry.js → p-b8a9e195.system.entry.js} +1 -1
  1457. package/dist/ionic/{p-8ad82eb3.entry.js → p-b964aba3.entry.js} +1 -1
  1458. package/dist/ionic/{p-ff5144f3.system.entry.js → p-beeed22c.system.entry.js} +1 -1
  1459. package/dist/ionic/{p-5deff017.entry.js → p-c08fe2c0.entry.js} +1 -1
  1460. package/dist/ionic/p-c1701827.entry.js +4 -0
  1461. package/dist/ionic/{p-b2a74a72.entry.js → p-c5acfeb1.entry.js} +1 -1
  1462. package/dist/ionic/p-c61cc894.js +4 -0
  1463. package/dist/ionic/{p-ab4cff27.system.js → p-cabad15b.system.js} +1 -1
  1464. package/dist/ionic/{p-07d9e9cd.system.entry.js → p-cb8dff22.system.entry.js} +1 -1
  1465. package/dist/ionic/p-cd1b920b.entry.js +4 -0
  1466. package/dist/ionic/p-cd574dfa.js +4 -0
  1467. package/dist/ionic/{p-0492946a.entry.js → p-cf235986.entry.js} +1 -1
  1468. package/dist/ionic/p-cf53213c.entry.js +4 -0
  1469. package/dist/ionic/p-d51674c5.system.js +4 -0
  1470. package/dist/ionic/{p-45da1e68.system.entry.js → p-d93eed83.system.entry.js} +1 -1
  1471. package/dist/ionic/{p-c919498d.entry.js → p-da5e2652.entry.js} +1 -1
  1472. package/dist/ionic/p-dc6d8647.entry.js +4 -0
  1473. package/dist/ionic/p-dc71e4ef.system.entry.js +4 -0
  1474. package/dist/ionic/{p-bba2ce59.system.js → p-ddbb2d5b.system.js} +1 -1
  1475. package/dist/ionic/{p-6e23777e.system.entry.js → p-ddd48faf.system.entry.js} +1 -1
  1476. package/dist/ionic/p-de6f8b28.system.js +4 -0
  1477. package/dist/ionic/p-de756e5c.js +4 -0
  1478. package/dist/ionic/{p-7ab6fc5a.system.entry.js → p-e2903cdc.system.entry.js} +1 -1
  1479. package/dist/ionic/{p-0a794e83.entry.js → p-e33d1ebc.entry.js} +1 -1
  1480. package/dist/ionic/p-ebe8bd8a.entry.js +4 -0
  1481. package/dist/ionic/p-eef72e06.js +4 -0
  1482. package/dist/ionic/{p-5da0eb3e.system.entry.js → p-f0504446.system.entry.js} +1 -1
  1483. package/dist/ionic/p-f434bcf3.system.entry.js +4 -0
  1484. package/dist/ionic/p-f5d2dc9b.js +4 -0
  1485. package/dist/ionic/{p-a936d224.system.js → p-f6e9c227.system.js} +1 -1
  1486. package/dist/ionic/p-f894e0ad.entry.js +4 -0
  1487. package/dist/types/components/accordion/accordion.d.ts +62 -62
  1488. package/dist/types/components/accordion-group/accordion-group-interface.d.ts +3 -3
  1489. package/dist/types/components/accordion-group/accordion-group.d.ts +76 -76
  1490. package/dist/types/components/action-sheet/action-sheet-interface.d.ts +25 -25
  1491. package/dist/types/components/action-sheet/action-sheet.d.ts +149 -149
  1492. package/dist/types/components/action-sheet/test/basic/fixture.d.ts +7 -7
  1493. package/dist/types/components/alert/alert-interface.d.ts +45 -45
  1494. package/dist/types/components/alert/alert.d.ts +181 -181
  1495. package/dist/types/components/app/app.d.ts +15 -15
  1496. package/dist/types/components/avatar/avatar.d.ts +1 -1
  1497. package/dist/types/components/back-button/back-button.d.ts +41 -41
  1498. package/dist/types/components/backdrop/backdrop.d.ts +22 -22
  1499. package/dist/types/components/badge/badge.d.ts +7 -7
  1500. package/dist/types/components/breadcrumb/breadcrumb-interface.d.ts +4 -4
  1501. package/dist/types/components/breadcrumb/breadcrumb.d.ts +87 -87
  1502. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +39 -39
  1503. package/dist/types/components/button/button.d.ts +121 -121
  1504. package/dist/types/components/buttons/buttons.d.ts +14 -14
  1505. package/dist/types/components/card/card.d.ts +57 -57
  1506. package/dist/types/components/card-content/card-content.d.ts +1 -1
  1507. package/dist/types/components/card-header/card-header.d.ts +13 -13
  1508. package/dist/types/components/card-subtitle/card-subtitle.d.ts +7 -7
  1509. package/dist/types/components/card-title/card-title.d.ts +7 -7
  1510. package/dist/types/components/checkbox/checkbox-interface.d.ts +4 -4
  1511. package/dist/types/components/checkbox/checkbox.d.ts +112 -111
  1512. package/dist/types/components/chip/chip.d.ts +15 -15
  1513. package/dist/types/components/col/col.d.ts +128 -128
  1514. package/dist/types/components/content/content-interface.d.ts +6 -6
  1515. package/dist/types/components/content/content.d.ts +129 -129
  1516. package/dist/types/components/datetime/datetime-interface.d.ts +15 -15
  1517. package/dist/types/components/datetime/datetime.d.ts +407 -407
  1518. package/dist/types/components/datetime/utils/data.d.ts +11 -11
  1519. package/dist/types/components/datetime/utils/manipulation.d.ts +59 -32
  1520. package/dist/types/components/datetime/utils/state.d.ts +8 -8
  1521. package/dist/types/components/datetime-button/datetime-button.d.ts +59 -59
  1522. package/dist/types/components/fab/fab.d.ts +33 -33
  1523. package/dist/types/components/fab-button/fab-button.d.ts +88 -88
  1524. package/dist/types/components/fab-list/fab-list.d.ts +11 -11
  1525. package/dist/types/components/footer/footer.d.ts +27 -27
  1526. package/dist/types/components/grid/grid.d.ts +5 -5
  1527. package/dist/types/components/header/header.d.ts +31 -31
  1528. package/dist/types/components/header/header.utils.d.ts +7 -7
  1529. package/dist/types/components/img/img.d.ts +30 -30
  1530. package/dist/types/components/infinite-scroll/infinite-scroll-interface.d.ts +1 -1
  1531. package/dist/types/components/infinite-scroll/infinite-scroll.d.ts +65 -58
  1532. package/dist/types/components/infinite-scroll-content/infinite-scroll-content.d.ts +23 -23
  1533. package/dist/types/components/input/input-interface.d.ts +6 -6
  1534. package/dist/types/components/input/input.d.ts +321 -315
  1535. package/dist/types/components/item/item.d.ts +111 -111
  1536. package/dist/types/components/item-divider/item-divider.d.ts +16 -16
  1537. package/dist/types/components/item-group/item-group.d.ts +1 -1
  1538. package/dist/types/components/item-option/item-option.d.ts +44 -44
  1539. package/dist/types/components/item-options/item-options.d.ts +13 -13
  1540. package/dist/types/components/item-sliding/item-sliding-interface.d.ts +1 -1
  1541. package/dist/types/components/item-sliding/item-sliding.d.ts +75 -75
  1542. package/dist/types/components/label/label.d.ts +30 -30
  1543. package/dist/types/components/list/list.d.ts +17 -17
  1544. package/dist/types/components/list-header/list-header.d.ts +11 -11
  1545. package/dist/types/components/loading/loading-interface.d.ts +16 -16
  1546. package/dist/types/components/loading/loading.d.ts +152 -152
  1547. package/dist/types/components/menu/menu-interface.d.ts +39 -39
  1548. package/dist/types/components/menu/menu.d.ts +140 -140
  1549. package/dist/types/components/menu-button/menu-button.d.ts +30 -30
  1550. package/dist/types/components/menu-toggle/menu-toggle.d.ts +21 -21
  1551. package/dist/types/components/modal/animations/sheet.d.ts +4 -4
  1552. package/dist/types/components/modal/gestures/sheet.d.ts +30 -30
  1553. package/dist/types/components/modal/gestures/swipe-to-close.d.ts +1 -1
  1554. package/dist/types/components/modal/modal-interface.d.ts +27 -27
  1555. package/dist/types/components/modal/modal.d.ts +265 -265
  1556. package/dist/types/components/modal/test/fixtures.d.ts +7 -7
  1557. package/dist/types/components/nav/nav-interface.d.ts +40 -40
  1558. package/dist/types/components/nav/nav.d.ts +247 -247
  1559. package/dist/types/components/nav/view-controller.d.ts +13 -13
  1560. package/dist/types/components/nav-link/nav-link.d.ts +19 -19
  1561. package/dist/types/components/note/note.d.ts +7 -7
  1562. package/dist/types/components/picker/picker-interface.d.ts +43 -43
  1563. package/dist/types/components/picker/picker.d.ts +149 -149
  1564. package/dist/types/components/picker-column/picker-column.d.ts +39 -39
  1565. package/dist/types/components/picker-column-internal/picker-column-internal-interfaces.d.ts +3 -3
  1566. package/dist/types/components/picker-column-internal/picker-column-internal.d.ts +93 -89
  1567. package/dist/types/components/picker-internal/picker-internal-interfaces.d.ts +4 -4
  1568. package/dist/types/components/picker-internal/picker-internal.d.ts +94 -94
  1569. package/dist/types/components/popover/popover-interface.d.ts +26 -26
  1570. package/dist/types/components/popover/popover.d.ts +279 -279
  1571. package/dist/types/components/popover/test/fixture.d.ts +5 -5
  1572. package/dist/types/components/popover/utils.d.ts +25 -25
  1573. package/dist/types/components/progress-bar/progress-bar.d.ts +27 -27
  1574. package/dist/types/components/radio/radio.d.ts +100 -99
  1575. package/dist/types/components/radio-group/radio-group-interface.d.ts +5 -4
  1576. package/dist/types/components/radio-group/radio-group.d.ts +51 -44
  1577. package/dist/types/components/radio-group/test/fixtures.d.ts +5 -5
  1578. package/dist/types/components/range/range-interface.d.ts +7 -7
  1579. package/dist/types/components/range/range.d.ts +193 -192
  1580. package/dist/types/components/refresher/refresher-interface.d.ts +3 -3
  1581. package/dist/types/components/refresher/refresher.d.ts +132 -132
  1582. package/dist/types/components/refresher-content/refresher-content.d.ts +44 -44
  1583. package/dist/types/components/reorder/reorder.d.ts +3 -3
  1584. package/dist/types/components/reorder-group/reorder-group-interface.d.ts +5 -5
  1585. package/dist/types/components/reorder-group/reorder-group.d.ts +53 -53
  1586. package/dist/types/components/ripple-effect/ripple-effect.d.ts +20 -20
  1587. package/dist/types/components/route/route-interface.d.ts +1 -1
  1588. package/dist/types/components/route/route.d.ts +43 -43
  1589. package/dist/types/components/route-redirect/route-redirect.d.ts +33 -33
  1590. package/dist/types/components/router/router.d.ts +74 -73
  1591. package/dist/types/components/router/utils/dom.d.ts +2 -2
  1592. package/dist/types/components/router/utils/interface.d.ts +31 -31
  1593. package/dist/types/components/router/utils/matching.d.ts +6 -6
  1594. package/dist/types/components/router-link/router-link.d.ts +34 -34
  1595. package/dist/types/components/router-outlet/router-outlet.d.ts +41 -41
  1596. package/dist/types/components/row/row.d.ts +1 -1
  1597. package/dist/types/components/searchbar/searchbar-interface.d.ts +6 -6
  1598. package/dist/types/components/searchbar/searchbar.d.ts +235 -233
  1599. package/dist/types/components/segment/segment-interface.d.ts +3 -3
  1600. package/dist/types/components/segment/segment.d.ts +82 -82
  1601. package/dist/types/components/segment-button/segment-button.d.ts +36 -36
  1602. package/dist/types/components/select/select-interface.d.ts +3 -3
  1603. package/dist/types/components/select/select.d.ts +238 -233
  1604. package/dist/types/components/select-option/select-option.d.ts +11 -11
  1605. package/dist/types/components/select-popover/select-popover-interface.d.ts +8 -8
  1606. package/dist/types/components/select-popover/select-popover.d.ts +39 -39
  1607. package/dist/types/components/select-popover/test/fixtures.d.ts +12 -12
  1608. package/dist/types/components/skeleton-text/skeleton-text.d.ts +15 -7
  1609. package/dist/types/components/spinner/spinner-configs.d.ts +96 -96
  1610. package/dist/types/components/spinner/spinner-interface.d.ts +14 -14
  1611. package/dist/types/components/spinner/spinner.d.ts +21 -21
  1612. package/dist/types/components/split-pane/split-pane.d.ts +33 -33
  1613. package/dist/types/components/tab/tab.d.ts +21 -21
  1614. package/dist/types/components/tab-bar/tab-bar-interface.d.ts +4 -4
  1615. package/dist/types/components/tab-bar/tab-bar.d.ts +34 -34
  1616. package/dist/types/components/tab-button/tab-button.d.ts +56 -56
  1617. package/dist/types/components/tabs/tabs-interface.d.ts +4 -4
  1618. package/dist/types/components/tabs/tabs.d.ts +52 -52
  1619. package/dist/types/components/text/text.d.ts +7 -7
  1620. package/dist/types/components/textarea/textarea-interface.d.ts +6 -6
  1621. package/dist/types/components/textarea/textarea.d.ts +275 -269
  1622. package/dist/types/components/thumbnail/thumbnail.d.ts +1 -1
  1623. package/dist/types/components/title/title.d.ts +21 -21
  1624. package/dist/types/components/toast/animations/utils.d.ts +15 -4
  1625. package/dist/types/components/toast/gestures/swipe-to-dismiss.d.ts +9 -0
  1626. package/dist/types/components/toast/toast-interface.d.ts +37 -35
  1627. package/dist/types/components/toast/toast.d.ts +241 -214
  1628. package/dist/types/components/toggle/toggle-interface.d.ts +4 -4
  1629. package/dist/types/components/toggle/toggle.d.ts +117 -116
  1630. package/dist/types/components/toolbar/toolbar.d.ts +11 -11
  1631. package/dist/types/components.d.ts +52 -13
  1632. package/dist/types/global/config.d.ts +6 -6
  1633. package/dist/types/interface.d.ts +1 -5
  1634. package/dist/types/jest.d.ts +5 -0
  1635. package/dist/types/stencil-public-runtime.d.ts +8 -0
  1636. package/dist/types/utils/animation/animation-interface.d.ts +205 -205
  1637. package/dist/types/utils/browser/index.d.ts +17 -8
  1638. package/dist/types/utils/config.d.ts +175 -175
  1639. package/dist/types/utils/element-interface.d.ts +6 -6
  1640. package/dist/types/utils/focus-visible.d.ts +2 -2
  1641. package/dist/types/utils/forms/compare-with-utils.d.ts +18 -0
  1642. package/dist/types/utils/forms/form-controller.d.ts +3 -3
  1643. package/dist/types/utils/forms/index.d.ts +1 -0
  1644. package/dist/types/utils/forms/notch-controller.d.ts +2 -2
  1645. package/dist/types/utils/framework-delegate.d.ts +3 -3
  1646. package/dist/types/utils/gesture/gesture-controller.d.ts +49 -49
  1647. package/dist/types/utils/gesture/index.d.ts +31 -31
  1648. package/dist/types/utils/gesture/listener.d.ts +2 -2
  1649. package/dist/types/utils/gesture/pointer-events.d.ts +12 -12
  1650. package/dist/types/utils/gesture/recognizers.d.ts +4 -4
  1651. package/dist/types/utils/hardware-back-button.d.ts +4 -0
  1652. package/dist/types/utils/helpers.d.ts +8 -8
  1653. package/dist/types/utils/input-shims/hacks/scroll-data.d.ts +4 -4
  1654. package/dist/types/utils/keyboard/keyboard-controller.d.ts +3 -3
  1655. package/dist/types/utils/lock-controller.d.ts +1 -1
  1656. package/dist/types/utils/native/haptic.d.ts +38 -38
  1657. package/dist/types/utils/native/keyboard.d.ts +29 -29
  1658. package/dist/types/utils/native/native-interface.d.ts +15 -15
  1659. package/dist/types/utils/native/status-bar.d.ts +8 -8
  1660. package/dist/types/utils/overlays-interface.d.ts +27 -27
  1661. package/dist/types/utils/overlays.d.ts +29 -28
  1662. package/dist/types/utils/platform.d.ts +16 -16
  1663. package/dist/types/utils/sanitization/index.d.ts +2 -2
  1664. package/dist/types/utils/slot-mutation-controller.d.ts +3 -3
  1665. package/dist/types/utils/test/platform.utils.d.ts +66 -66
  1666. package/dist/types/utils/test/playwright/generator.d.ts +16 -7
  1667. package/dist/types/utils/test/playwright/matchers/index.d.ts +3 -3
  1668. package/dist/types/utils/test/playwright/matchers/toHaveReceivedEvent.d.ts +2 -2
  1669. package/dist/types/utils/test/playwright/matchers/toHaveReceivedEventDetail.d.ts +2 -2
  1670. package/dist/types/utils/test/playwright/matchers/toHaveReceivedEventTimes.d.ts +2 -2
  1671. package/dist/types/utils/test/playwright/page/event-spy.d.ts +15 -15
  1672. package/dist/types/utils/test/playwright/page/utils/goto.d.ts +3 -3
  1673. package/dist/types/utils/test/playwright/page/utils/locator.d.ts +15 -15
  1674. package/dist/types/utils/test/playwright/playwright-declarations.d.ts +92 -92
  1675. package/dist/types/utils/test/playwright/playwright-page.d.ts +3 -3
  1676. package/dist/types/utils/test/playwright/viewports/index.d.ts +12 -12
  1677. package/dist/types/utils/test/press-keys.d.ts +14 -14
  1678. package/dist/types/utils/transition/index.d.ts +6 -6
  1679. package/dist/types/utils/watch-options.d.ts +1 -1
  1680. package/hydrate/index.d.ts +1 -1
  1681. package/hydrate/index.js +30685 -30001
  1682. package/package.json +4 -3
  1683. package/dist/cjs/animation-1083855c.js +0 -1061
  1684. package/dist/cjs/button-active-af897e0e.js +0 -69
  1685. package/dist/cjs/config-d5882735.js +0 -199
  1686. package/dist/cjs/cubic-bezier-6b9222ad.js +0 -92
  1687. package/dist/cjs/data-c8d21093.js +0 -1622
  1688. package/dist/cjs/focus-visible-a7545600.js +0 -77
  1689. package/dist/cjs/form-controller-9343050c.js +0 -66
  1690. package/dist/cjs/framework-delegate-c0873a6f.js +0 -144
  1691. package/dist/cjs/gesture-controller-b46721be.js +0 -197
  1692. package/dist/cjs/haptic-678abc9f.js +0 -212
  1693. package/dist/cjs/hardware-back-button-b67c8e75.js +0 -76
  1694. package/dist/cjs/helpers-ea4ccbcb.js +0 -441
  1695. package/dist/cjs/index-0ee995e4.js +0 -459
  1696. package/dist/cjs/index-306a7476.js +0 -32
  1697. package/dist/cjs/index-573877f3.js +0 -243
  1698. package/dist/cjs/index-9f379eaa.js +0 -198
  1699. package/dist/cjs/index-d7561763.js +0 -310
  1700. package/dist/cjs/input-shims-b0a75a01.js +0 -596
  1701. package/dist/cjs/input.utils-0fe3097c.js +0 -137
  1702. package/dist/cjs/ionic-global-ea2901a3.js +0 -230
  1703. package/dist/cjs/ios.transition-ac909bc8.js +0 -654
  1704. package/dist/cjs/keyboard-controller-50beb83a.js +0 -167
  1705. package/dist/cjs/keyboard-fd7db491.js +0 -81
  1706. package/dist/cjs/lock-controller-4ae2eb59.js +0 -40
  1707. package/dist/cjs/md.transition-907af519.js +0 -59
  1708. package/dist/cjs/notch-controller-f4f6af5d.js +0 -155
  1709. package/dist/cjs/overlays-2ffc5f27.js +0 -714
  1710. package/dist/cjs/spinner-configs-f7b5105b.js +0 -147
  1711. package/dist/cjs/status-tap-3fb2391a.js +0 -42
  1712. package/dist/cjs/swipe-back-7e843e77.js +0 -81
  1713. package/dist/cjs/theme-fbc56b3b.js +0 -48
  1714. package/dist/cjs/watch-options-53bbb124.js +0 -49
  1715. package/dist/collection/components/item/test/text/item.e2e.js +0 -14
  1716. package/dist/esm/animation-8aa13916.js +0 -1059
  1717. package/dist/esm/button-active-ce5cba4c.js +0 -67
  1718. package/dist/esm/capacitor-b4979570.js +0 -13
  1719. package/dist/esm/config-96c9ace3.js +0 -193
  1720. package/dist/esm/cubic-bezier-66542bc5.js +0 -90
  1721. package/dist/esm/data-44d9e816.js +0 -1575
  1722. package/dist/esm/focus-visible-85493433.js +0 -75
  1723. package/dist/esm/form-controller-64edeaad.js +0 -64
  1724. package/dist/esm/framework-delegate-aa433dea.js +0 -140
  1725. package/dist/esm/gesture-controller-0fa396c4.js +0 -195
  1726. package/dist/esm/haptic-1243b917.js +0 -206
  1727. package/dist/esm/hardware-back-button-39299f84.js +0 -71
  1728. package/dist/esm/helpers-3379ba19.js +0 -418
  1729. package/dist/esm/index-0aa6e61f.js +0 -308
  1730. package/dist/esm/index-6a0ccabb.js +0 -231
  1731. package/dist/esm/index-7a14ecec.js +0 -29
  1732. package/dist/esm/index-f0cc4e14.js +0 -196
  1733. package/dist/esm/index-ff313b19.js +0 -457
  1734. package/dist/esm/input-shims-d0c93e5d.js +0 -594
  1735. package/dist/esm/input.utils-ec063df4.js +0 -134
  1736. package/dist/esm/ionic-global-40e42e7f.js +0 -224
  1737. package/dist/esm/ios.transition-1651c430.js +0 -651
  1738. package/dist/esm/keyboard-b063f012.js +0 -79
  1739. package/dist/esm/keyboard-b551279d.js +0 -146
  1740. package/dist/esm/keyboard-controller-0c2dce71.js +0 -165
  1741. package/dist/esm/lock-controller-e8c6c051.js +0 -38
  1742. package/dist/esm/md.transition-66f18369.js +0 -57
  1743. package/dist/esm/notch-controller-8c9c0e54.js +0 -153
  1744. package/dist/esm/overlays-6c9feb7e.js +0 -692
  1745. package/dist/esm/spinner-configs-d09fbbbb.js +0 -145
  1746. package/dist/esm/status-tap-9ce68758.js +0 -40
  1747. package/dist/esm/swipe-back-cd4295f3.js +0 -79
  1748. package/dist/esm/theme-17531cdf.js +0 -43
  1749. package/dist/esm/watch-options-02d8498b.js +0 -47
  1750. package/dist/esm-es5/app-globals-2398e405.js +0 -4
  1751. package/dist/esm-es5/data-44d9e816.js +0 -4
  1752. package/dist/esm-es5/index-0aa6e61f.js +0 -4
  1753. package/dist/esm-es5/index-7c9b1bca.js +0 -5
  1754. package/dist/esm-es5/input-shims-d0c93e5d.js +0 -4
  1755. package/dist/esm-es5/input.utils-ec063df4.js +0 -4
  1756. package/dist/esm-es5/md.transition-66f18369.js +0 -4
  1757. package/dist/ionic/p-0d8e9393.entry.js +0 -4
  1758. package/dist/ionic/p-114a36ed.js +0 -4
  1759. package/dist/ionic/p-17240d90.js +0 -4
  1760. package/dist/ionic/p-1e5165db.system.entry.js +0 -4
  1761. package/dist/ionic/p-1f4f0d59.system.entry.js +0 -4
  1762. package/dist/ionic/p-20cf4994.js +0 -4
  1763. package/dist/ionic/p-236063ec.system.entry.js +0 -4
  1764. package/dist/ionic/p-276afddd.js +0 -4
  1765. package/dist/ionic/p-2e8e0045.js +0 -4
  1766. package/dist/ionic/p-32083c2d.js +0 -4
  1767. package/dist/ionic/p-352c0232.system.entry.js +0 -4
  1768. package/dist/ionic/p-3602001b.system.js +0 -4
  1769. package/dist/ionic/p-3632220b.system.js +0 -4
  1770. package/dist/ionic/p-377c636c.system.entry.js +0 -4
  1771. package/dist/ionic/p-39044fe6.system.entry.js +0 -4
  1772. package/dist/ionic/p-3ce8c3e3.entry.js +0 -4
  1773. package/dist/ionic/p-40903d34.system.js +0 -4
  1774. package/dist/ionic/p-4518e4c0.system.entry.js +0 -4
  1775. package/dist/ionic/p-4794e0ac.system.entry.js +0 -4
  1776. package/dist/ionic/p-4a142496.system.entry.js +0 -4
  1777. package/dist/ionic/p-4cd588b3.system.entry.js +0 -4
  1778. package/dist/ionic/p-4dbac22d.entry.js +0 -4
  1779. package/dist/ionic/p-4ecb5692.entry.js +0 -4
  1780. package/dist/ionic/p-5370e786.js +0 -4
  1781. package/dist/ionic/p-5cfb3feb.system.entry.js +0 -4
  1782. package/dist/ionic/p-63d519fb.entry.js +0 -4
  1783. package/dist/ionic/p-64296b15.entry.js +0 -4
  1784. package/dist/ionic/p-67aab78f.js +0 -4
  1785. package/dist/ionic/p-67ed452a.system.entry.js +0 -4
  1786. package/dist/ionic/p-67eecef4.system.js +0 -4
  1787. package/dist/ionic/p-7176cea3.entry.js +0 -4
  1788. package/dist/ionic/p-73411c1b.entry.js +0 -4
  1789. package/dist/ionic/p-73420380.js +0 -4
  1790. package/dist/ionic/p-77e7a9c8.entry.js +0 -4
  1791. package/dist/ionic/p-81c818e7.js +0 -4
  1792. package/dist/ionic/p-8b1be026.js +0 -4
  1793. package/dist/ionic/p-8cf94fc1.js +0 -4
  1794. package/dist/ionic/p-8e1bded3.entry.js +0 -4
  1795. package/dist/ionic/p-97c65aa5.js +0 -4
  1796. package/dist/ionic/p-9ab6f3e6.system.js +0 -4
  1797. package/dist/ionic/p-9b89cbde.js +0 -4
  1798. package/dist/ionic/p-a5c1e6ce.entry.js +0 -4
  1799. package/dist/ionic/p-af016cd3.entry.js +0 -4
  1800. package/dist/ionic/p-b0cee324.entry.js +0 -4
  1801. package/dist/ionic/p-b1142133.entry.js +0 -4
  1802. package/dist/ionic/p-b17b7c3c.system.entry.js +0 -4
  1803. package/dist/ionic/p-b203659a.system.entry.js +0 -4
  1804. package/dist/ionic/p-b6f8ee31.entry.js +0 -4
  1805. package/dist/ionic/p-b8c3f071.system.js +0 -4
  1806. package/dist/ionic/p-b906c5ca.entry.js +0 -4
  1807. package/dist/ionic/p-b912e055.system.js +0 -4
  1808. package/dist/ionic/p-c224b9a9.js +0 -5
  1809. package/dist/ionic/p-ca5219df.entry.js +0 -4
  1810. package/dist/ionic/p-cc196b34.js +0 -4
  1811. package/dist/ionic/p-d1de1188.js +0 -4
  1812. package/dist/ionic/p-d2597b3e.system.js +0 -5
  1813. package/dist/ionic/p-d3952bd5.system.entry.js +0 -4
  1814. package/dist/ionic/p-dfa756ed.system.js +0 -4
  1815. package/dist/ionic/p-e6b240a0.js +0 -4
  1816. package/dist/ionic/p-e8400078.system.entry.js +0 -4
  1817. package/dist/ionic/p-ed636a74.entry.js +0 -4
  1818. package/dist/ionic/p-f8e620f1.entry.js +0 -4
  1819. package/dist/ionic/p-ff5a10f9.system.js +0 -4
  1820. /package/dist/esm-es5/{config-96c9ace3.js → config-49c88215.js} +0 -0
  1821. /package/dist/esm-es5/{cubic-bezier-66542bc5.js → cubic-bezier-fe2083dc.js} +0 -0
  1822. /package/dist/esm-es5/{dir-912e3e13.js → dir-babeabeb.js} +0 -0
  1823. /package/dist/esm-es5/{focus-visible-85493433.js → focus-visible-dd40d69f.js} +0 -0
  1824. /package/dist/esm-es5/{gesture-controller-0fa396c4.js → gesture-controller-1bf57181.js} +0 -0
  1825. /package/dist/esm-es5/{hardware-back-button-39299f84.js → hardware-back-button-b2bc76db.js} +0 -0
  1826. /package/dist/esm-es5/{helpers-3379ba19.js → helpers-ae653409.js} +0 -0
  1827. /package/dist/esm-es5/{index-595d62c9.js → index-9b0d46f4.js} +0 -0
  1828. /package/dist/esm-es5/{index-7a14ecec.js → index-a5d50daf.js} +0 -0
  1829. /package/dist/esm-es5/{lock-controller-e8c6c051.js → lock-controller-316928be.js} +0 -0
  1830. /package/dist/esm-es5/{spinner-configs-d09fbbbb.js → spinner-configs-964f7cf3.js} +0 -0
  1831. /package/dist/esm-es5/{theme-17531cdf.js → theme-01f3f29c.js} +0 -0
  1832. /package/dist/esm-es5/{watch-options-02d8498b.js → watch-options-c2911ace.js} +0 -0
  1833. /package/dist/ionic/{p-5aac9314.system.js → p-012c3ceb.system.js} +0 -0
  1834. /package/dist/ionic/{p-1b8e1d03.js → p-06fee233.js} +0 -0
  1835. /package/dist/ionic/{p-819ff3b9.system.js → p-08e01816.system.js} +0 -0
  1836. /package/dist/ionic/{p-63eb0acd.js → p-23a9d086.js} +0 -0
  1837. /package/dist/ionic/{p-7c2bac85.js → p-2408c236.js} +0 -0
  1838. /package/dist/ionic/{p-815c2fba.system.js → p-32ad210f.system.js} +0 -0
  1839. /package/dist/ionic/{p-7b021525.js → p-41d5544e.js} +0 -0
  1840. /package/dist/ionic/{p-f10de93b.js → p-459d13d5.js} +0 -0
  1841. /package/dist/ionic/{p-44bc8b45.system.js → p-4609d030.system.js} +0 -0
  1842. /package/dist/ionic/{p-1d072d3d.js → p-47794def.js} +0 -0
  1843. /package/dist/ionic/{p-185e427e.js → p-4b3623da.js} +0 -0
  1844. /package/dist/ionic/{p-772f6c84.system.js → p-4f255d5a.system.js} +0 -0
  1845. /package/dist/ionic/{p-8c15eda7.system.js → p-790220fd.system.js} +0 -0
  1846. /package/dist/ionic/{p-0e94957a.system.js → p-792919fd.system.js} +0 -0
  1847. /package/dist/ionic/{p-b347cfd1.js → p-7b30edcc.js} +0 -0
  1848. /package/dist/ionic/{p-e0b06b65.js → p-bb3615f7.js} +0 -0
  1849. /package/dist/ionic/{p-87411e39.system.js → p-c468af8a.system.js} +0 -0
  1850. /package/dist/ionic/{p-9e852ff1.system.js → p-c7c8429a.system.js} +0 -0
  1851. /package/dist/ionic/{p-53b2a46f.js → p-ccd02320.js} +0 -0
  1852. /package/dist/ionic/{p-76fce40e.js → p-d47265c8.js} +0 -0
  1853. /package/dist/ionic/{p-56dc022e.system.js → p-d8d84afa.system.js} +0 -0
  1854. /package/dist/ionic/{p-c4f2dce7.system.js → p-e673a0a2.system.js} +0 -0
  1855. /package/dist/ionic/{p-c18d6eac.js → p-f0c2a614.js} +0 -0
  1856. /package/dist/ionic/{p-2b89ea1b.system.js → p-f233f1e0.system.js} +0 -0
  1857. /package/dist/ionic/{p-6dbfe5d4.js → p-fb813dab.js} +0 -0
  1858. /package/dist/ionic/{p-479cdbf8.system.js → p-ff4b7e40.system.js} +0 -0
@@ -41,2314 +41,2346 @@ import { getCalendarDayState, getHighlightStyles, isDayDisabled, isMonthDisabled
41
41
  * @part calendar-day disabled - The calendar day that is disabled.
42
42
  */
43
43
  export class Datetime {
44
- constructor() {
45
- this.inputId = `ion-dt-${datetimeIds++}`;
46
- this.prevPresentation = null;
47
- this.warnIfIncorrectValueUsage = () => {
48
- const { multiple, value } = this;
49
- if (!multiple && Array.isArray(value)) {
50
- /**
51
- * We do some processing on the `value` array so
52
- * that it looks more like an array when logged to
53
- * the console.
54
- * Example given ['a', 'b']
55
- * Default toString() behavior: a,b
56
- * Custom behavior: ['a', 'b']
57
- */
58
- printIonWarning(`ion-datetime was passed an array of values, but multiple="false". This is incorrect usage and may result in unexpected behaviors. To dismiss this warning, pass a string to the "value" property when multiple="false".
44
+ constructor() {
45
+ this.inputId = `ion-dt-${datetimeIds++}`;
46
+ this.prevPresentation = null;
47
+ this.warnIfIncorrectValueUsage = () => {
48
+ const { multiple, value } = this;
49
+ if (!multiple && Array.isArray(value)) {
50
+ /**
51
+ * We do some processing on the `value` array so
52
+ * that it looks more like an array when logged to
53
+ * the console.
54
+ * Example given ['a', 'b']
55
+ * Default toString() behavior: a,b
56
+ * Custom behavior: ['a', 'b']
57
+ */
58
+ printIonWarning(`ion-datetime was passed an array of values, but multiple="false". This is incorrect usage and may result in unexpected behaviors. To dismiss this warning, pass a string to the "value" property when multiple="false".
59
59
 
60
60
  Value Passed: [${value.map((v) => `'${v}'`).join(', ')}]
61
61
  `, this.el);
62
- }
63
- };
64
- this.setValue = (value) => {
65
- this.value = value;
66
- this.ionChange.emit({ value });
67
- };
68
- /**
69
- * Returns the DatetimePart interface
70
- * to use when rendering an initial set of
71
- * data. This should be used when rendering an
72
- * interface in an environment where the `value`
73
- * may not be set. This function works
74
- * by returning the first selected date and then
75
- * falling back to defaultParts if no active date
76
- * is selected.
77
- */
78
- this.getActivePartsWithFallback = () => {
79
- var _a;
80
- const { defaultParts } = this;
81
- return (_a = this.getActivePart()) !== null && _a !== void 0 ? _a : defaultParts;
82
- };
83
- this.getActivePart = () => {
84
- const { activeParts } = this;
85
- return Array.isArray(activeParts) ? activeParts[0] : activeParts;
86
- };
87
- this.closeParentOverlay = () => {
88
- const popoverOrModal = this.el.closest('ion-modal, ion-popover');
89
- if (popoverOrModal) {
90
- popoverOrModal.dismiss();
91
- }
92
- };
93
- this.setWorkingParts = (parts) => {
94
- this.workingParts = Object.assign({}, parts);
95
- };
96
- this.setActiveParts = (parts, removeDate = false) => {
97
- /** if the datetime component is in readonly mode,
98
- * allow browsing of the calendar without changing
99
- * the set value
100
- */
101
- if (this.readonly) {
102
- return;
103
- }
104
- const { multiple, minParts, maxParts, activeParts } = this;
105
- /**
106
- * When setting the active parts, it is possible
107
- * to set invalid data. For example,
108
- * when updating January 31 to February,
109
- * February 31 does not exist. As a result
110
- * we need to validate the active parts and
111
- * ensure that we are only setting valid dates.
112
- * Additionally, we need to update the working parts
113
- * too in the event that the validated parts are different.
114
- */
115
- const validatedParts = validateParts(parts, minParts, maxParts);
116
- this.setWorkingParts(validatedParts);
117
- if (multiple) {
118
- const activePartsArray = Array.isArray(activeParts) ? activeParts : [activeParts];
119
- if (removeDate) {
120
- this.activeParts = activePartsArray.filter((p) => !isSameDay(p, validatedParts));
121
- }
122
- else {
123
- this.activeParts = [...activePartsArray, validatedParts];
124
- }
125
- }
126
- else {
127
- this.activeParts = Object.assign({}, validatedParts);
128
- }
129
- const hasSlottedButtons = this.el.querySelector('[slot="buttons"]') !== null;
130
- if (hasSlottedButtons || this.showDefaultButtons) {
131
- return;
132
- }
133
- this.confirm();
134
- };
135
- this.initializeKeyboardListeners = () => {
136
- const calendarBodyRef = this.calendarBodyRef;
137
- if (!calendarBodyRef) {
138
- return;
139
- }
140
- const root = this.el.shadowRoot;
141
- /**
142
- * Get a reference to the month
143
- * element we are currently viewing.
144
- */
145
- const currentMonth = calendarBodyRef.querySelector('.calendar-month:nth-of-type(2)');
146
- /**
147
- * When focusing the calendar body, we want to pass focus
148
- * to the working day, but other days should
149
- * only be accessible using the arrow keys. Pressing
150
- * Tab should jump between bodies of selectable content.
151
- */
152
- const checkCalendarBodyFocus = (ev) => {
153
- var _a;
154
- const record = ev[0];
155
- /**
156
- * If calendar body was already focused
157
- * when this fired or if the calendar body
158
- * if not currently focused, we should not re-focus
159
- * the inner day.
160
- */
161
- if (((_a = record.oldValue) === null || _a === void 0 ? void 0 : _a.includes('ion-focused')) || !calendarBodyRef.classList.contains('ion-focused')) {
162
- return;
163
- }
164
- this.focusWorkingDay(currentMonth);
165
- };
166
- const mo = new MutationObserver(checkCalendarBodyFocus);
167
- mo.observe(calendarBodyRef, { attributeFilter: ['class'], attributeOldValue: true });
168
- this.destroyKeyboardMO = () => {
169
- mo === null || mo === void 0 ? void 0 : mo.disconnect();
170
- };
171
- /**
172
- * We must use keydown not keyup as we want
173
- * to prevent scrolling when using the arrow keys.
174
- */
175
- calendarBodyRef.addEventListener('keydown', (ev) => {
176
- const activeElement = root.activeElement;
177
- if (!activeElement || !activeElement.classList.contains('calendar-day')) {
178
- return;
179
- }
180
- const parts = getPartsFromCalendarDay(activeElement);
181
- let partsToFocus;
182
- switch (ev.key) {
183
- case 'ArrowDown':
184
- ev.preventDefault();
185
- partsToFocus = getNextWeek(parts);
186
- break;
187
- case 'ArrowUp':
188
- ev.preventDefault();
189
- partsToFocus = getPreviousWeek(parts);
190
- break;
191
- case 'ArrowRight':
192
- ev.preventDefault();
193
- partsToFocus = getNextDay(parts);
194
- break;
195
- case 'ArrowLeft':
196
- ev.preventDefault();
197
- partsToFocus = getPreviousDay(parts);
198
- break;
199
- case 'Home':
200
- ev.preventDefault();
201
- partsToFocus = getStartOfWeek(parts);
202
- break;
203
- case 'End':
204
- ev.preventDefault();
205
- partsToFocus = getEndOfWeek(parts);
206
- break;
207
- case 'PageUp':
208
- ev.preventDefault();
209
- partsToFocus = ev.shiftKey ? getPreviousYear(parts) : getPreviousMonth(parts);
210
- break;
211
- case 'PageDown':
212
- ev.preventDefault();
213
- partsToFocus = ev.shiftKey ? getNextYear(parts) : getNextMonth(parts);
214
- break;
215
- /**
216
- * Do not preventDefault here
217
- * as we do not want to override other
218
- * browser defaults such as pressing Enter/Space
219
- * to select a day.
220
- */
221
- default:
222
- return;
223
- }
224
- /**
225
- * If the day we want to move focus to is
226
- * disabled, do not do anything.
227
- */
228
- if (isDayDisabled(partsToFocus, this.minParts, this.maxParts)) {
229
- return;
230
- }
231
- this.setWorkingParts(Object.assign(Object.assign({}, this.workingParts), partsToFocus));
62
+ }
63
+ };
64
+ this.setValue = (value) => {
65
+ this.value = value;
66
+ this.ionChange.emit({ value });
67
+ };
232
68
  /**
233
- * Give view a chance to re-render
234
- * then move focus to the new working day
69
+ * Returns the DatetimePart interface
70
+ * to use when rendering an initial set of
71
+ * data. This should be used when rendering an
72
+ * interface in an environment where the `value`
73
+ * may not be set. This function works
74
+ * by returning the first selected date and then
75
+ * falling back to defaultParts if no active date
76
+ * is selected.
235
77
  */
236
- requestAnimationFrame(() => this.focusWorkingDay(currentMonth));
237
- });
238
- };
239
- this.focusWorkingDay = (currentMonth) => {
240
- /**
241
- * Get the number of padding days so
242
- * we know how much to offset our next selector by
243
- * to grab the correct calendar-day element.
244
- */
245
- const padding = currentMonth.querySelectorAll('.calendar-day-padding');
246
- const { day } = this.workingParts;
247
- if (day === null) {
248
- return;
249
- }
250
- /**
251
- * Get the calendar day element
252
- * and focus it.
253
- */
254
- const dayEl = currentMonth.querySelector(`.calendar-day-wrapper:nth-of-type(${padding.length + day}) .calendar-day`);
255
- if (dayEl) {
256
- dayEl.focus();
257
- }
258
- };
259
- this.processMinParts = () => {
260
- const { min, defaultParts } = this;
261
- if (min === undefined) {
262
- this.minParts = undefined;
263
- return;
264
- }
265
- this.minParts = parseMinParts(min, defaultParts);
266
- };
267
- this.processMaxParts = () => {
268
- const { max, defaultParts } = this;
269
- if (max === undefined) {
270
- this.maxParts = undefined;
271
- return;
272
- }
273
- this.maxParts = parseMaxParts(max, defaultParts);
274
- };
275
- this.initializeCalendarListener = () => {
276
- const calendarBodyRef = this.calendarBodyRef;
277
- if (!calendarBodyRef) {
278
- return;
279
- }
280
- /**
281
- * For performance reasons, we only render 3
282
- * months at a time: The current month, the previous
283
- * month, and the next month. We have a scroll listener
284
- * on the calendar body to append/prepend new months.
285
- *
286
- * We can do this because Stencil is smart enough to not
287
- * re-create the .calendar-month containers, but rather
288
- * update the content within those containers.
289
- *
290
- * As an added bonus, WebKit has some troubles with
291
- * scroll-snap-stop: always, so not rendering all of
292
- * the months in a row allows us to mostly sidestep
293
- * that issue.
294
- */
295
- const months = calendarBodyRef.querySelectorAll('.calendar-month');
296
- const startMonth = months[0];
297
- const workingMonth = months[1];
298
- const endMonth = months[2];
299
- const mode = getIonMode(this);
300
- const needsiOSRubberBandFix = mode === 'ios' && typeof navigator !== 'undefined' && navigator.maxTouchPoints > 1;
301
- /**
302
- * Before setting up the scroll listener,
303
- * scroll the middle month into view.
304
- * scrollIntoView() will scroll entire page
305
- * if element is not in viewport. Use scrollLeft instead.
306
- */
307
- writeTask(() => {
308
- calendarBodyRef.scrollLeft = startMonth.clientWidth * (isRTL(this.el) ? -1 : 1);
309
- const getChangedMonth = (parts) => {
310
- const box = calendarBodyRef.getBoundingClientRect();
311
- /**
312
- * If the current scroll position is all the way to the left
313
- * then we have scrolled to the previous month.
314
- * Otherwise, assume that we have scrolled to the next
315
- * month. We have a tolerance of 2px to account for
316
- * sub pixel rendering.
317
- *
318
- * Check below the next line ensures that we did not
319
- * swipe and abort (i.e. we swiped but we are still on the current month).
320
- */
321
- const month = calendarBodyRef.scrollLeft <= 2 ? startMonth : endMonth;
322
- /**
323
- * The edge of the month must be lined up with
324
- * the edge of the calendar body in order for
325
- * the component to update. Otherwise, it
326
- * may be the case that the user has paused their
327
- * swipe or the browser has not finished snapping yet.
328
- * Rather than check if the x values are equal,
329
- * we give it a tolerance of 2px to account for
330
- * sub pixel rendering.
331
- */
332
- const monthBox = month.getBoundingClientRect();
333
- if (Math.abs(monthBox.x - box.x) > 2)
334
- return;
335
- /**
336
- * If we're force-rendering a month, assume we've
337
- * scrolled to that and return it.
338
- *
339
- * If forceRenderDate is ever used in a context where the
340
- * forced month is not immediately auto-scrolled to, this
341
- * should be updated to also check whether `month` has the
342
- * same month and year as the forced date.
343
- */
344
- const { forceRenderDate } = this;
345
- if (forceRenderDate !== undefined) {
346
- return { month: forceRenderDate.month, year: forceRenderDate.year, day: forceRenderDate.day };
347
- }
348
- /**
349
- * From here, we can determine if the start
350
- * month or the end month was scrolled into view.
351
- * If no month was changed, then we can return from
352
- * the scroll callback early.
353
- */
354
- if (month === startMonth) {
355
- return getPreviousMonth(parts);
356
- }
357
- else if (month === endMonth) {
358
- return getNextMonth(parts);
359
- }
360
- else {
361
- return;
362
- }
78
+ this.getActivePartsWithFallback = () => {
79
+ var _a;
80
+ const { defaultParts } = this;
81
+ return (_a = this.getActivePart()) !== null && _a !== void 0 ? _a : defaultParts;
363
82
  };
364
- const updateActiveMonth = () => {
365
- if (needsiOSRubberBandFix) {
366
- calendarBodyRef.style.removeProperty('pointer-events');
367
- appliediOSRubberBandFix = false;
368
- }
369
- /**
370
- * If the month did not change
371
- * then we can return early.
372
- */
373
- const newDate = getChangedMonth(this.workingParts);
374
- if (!newDate)
375
- return;
376
- const { month, day, year } = newDate;
377
- if (isMonthDisabled({ month, year, day: null }, {
378
- minParts: Object.assign(Object.assign({}, this.minParts), { day: null }),
379
- maxParts: Object.assign(Object.assign({}, this.maxParts), { day: null }),
380
- })) {
381
- return;
382
- }
383
- /**
384
- * Prevent scrolling for other browsers
385
- * to give the DOM time to update and the container
386
- * time to properly snap.
387
- */
388
- calendarBodyRef.style.setProperty('overflow', 'hidden');
389
- /**
390
- * Use a writeTask here to ensure
391
- * that the state is updated and the
392
- * correct month is scrolled into view
393
- * in the same frame. This is not
394
- * typically a problem on newer devices
395
- * but older/slower device may have a flicker
396
- * if we did not do this.
397
- */
398
- writeTask(() => {
399
- this.setWorkingParts(Object.assign(Object.assign({}, this.workingParts), { month, day: day, year }));
400
- calendarBodyRef.scrollLeft = workingMonth.clientWidth * (isRTL(this.el) ? -1 : 1);
401
- calendarBodyRef.style.removeProperty('overflow');
402
- if (this.resolveForceDateScrolling) {
403
- this.resolveForceDateScrolling();
83
+ this.getActivePart = () => {
84
+ const { activeParts } = this;
85
+ return Array.isArray(activeParts) ? activeParts[0] : activeParts;
86
+ };
87
+ this.closeParentOverlay = () => {
88
+ const popoverOrModal = this.el.closest('ion-modal, ion-popover');
89
+ if (popoverOrModal) {
90
+ popoverOrModal.dismiss();
404
91
  }
405
- });
406
92
  };
407
- /**
408
- * When the container finishes scrolling we
409
- * need to update the DOM with the selected month.
410
- */
411
- let scrollTimeout;
412
- /**
413
- * We do not want to attempt to set pointer-events
414
- * multiple times within a single swipe gesture as
415
- * that adds unnecessary work to the main thread.
416
- */
417
- let appliediOSRubberBandFix = false;
418
- const scrollCallback = () => {
419
- if (scrollTimeout) {
420
- clearTimeout(scrollTimeout);
421
- }
422
- /**
423
- * On iOS it is possible to quickly rubber band
424
- * the scroll area before the scroll timeout has fired.
425
- * This results in users reaching the end of the scrollable
426
- * container before the DOM has updated.
427
- * By setting `pointer-events: none` we can ensure that
428
- * subsequent swipes do not happen while the container
429
- * is snapping.
430
- */
431
- if (!appliediOSRubberBandFix && needsiOSRubberBandFix) {
432
- calendarBodyRef.style.setProperty('pointer-events', 'none');
433
- appliediOSRubberBandFix = true;
434
- }
435
- // Wait ~3 frames
436
- scrollTimeout = setTimeout(updateActiveMonth, 50);
93
+ this.setWorkingParts = (parts) => {
94
+ this.workingParts = Object.assign({}, parts);
437
95
  };
438
- calendarBodyRef.addEventListener('scroll', scrollCallback);
439
- this.destroyCalendarListener = () => {
440
- calendarBodyRef.removeEventListener('scroll', scrollCallback);
96
+ this.setActiveParts = (parts, removeDate = false) => {
97
+ /** if the datetime component is in readonly mode,
98
+ * allow browsing of the calendar without changing
99
+ * the set value
100
+ */
101
+ if (this.readonly) {
102
+ return;
103
+ }
104
+ const { multiple, minParts, maxParts, activeParts } = this;
105
+ /**
106
+ * When setting the active parts, it is possible
107
+ * to set invalid data. For example,
108
+ * when updating January 31 to February,
109
+ * February 31 does not exist. As a result
110
+ * we need to validate the active parts and
111
+ * ensure that we are only setting valid dates.
112
+ * Additionally, we need to update the working parts
113
+ * too in the event that the validated parts are different.
114
+ */
115
+ const validatedParts = validateParts(parts, minParts, maxParts);
116
+ this.setWorkingParts(validatedParts);
117
+ if (multiple) {
118
+ const activePartsArray = Array.isArray(activeParts) ? activeParts : [activeParts];
119
+ if (removeDate) {
120
+ this.activeParts = activePartsArray.filter((p) => !isSameDay(p, validatedParts));
121
+ }
122
+ else {
123
+ this.activeParts = [...activePartsArray, validatedParts];
124
+ }
125
+ }
126
+ else {
127
+ this.activeParts = Object.assign({}, validatedParts);
128
+ }
129
+ const hasSlottedButtons = this.el.querySelector('[slot="buttons"]') !== null;
130
+ if (hasSlottedButtons || this.showDefaultButtons) {
131
+ return;
132
+ }
133
+ this.confirm();
134
+ };
135
+ this.initializeKeyboardListeners = () => {
136
+ const calendarBodyRef = this.calendarBodyRef;
137
+ if (!calendarBodyRef) {
138
+ return;
139
+ }
140
+ const root = this.el.shadowRoot;
141
+ /**
142
+ * Get a reference to the month
143
+ * element we are currently viewing.
144
+ */
145
+ const currentMonth = calendarBodyRef.querySelector('.calendar-month:nth-of-type(2)');
146
+ /**
147
+ * When focusing the calendar body, we want to pass focus
148
+ * to the working day, but other days should
149
+ * only be accessible using the arrow keys. Pressing
150
+ * Tab should jump between bodies of selectable content.
151
+ */
152
+ const checkCalendarBodyFocus = (ev) => {
153
+ var _a;
154
+ const record = ev[0];
155
+ /**
156
+ * If calendar body was already focused
157
+ * when this fired or if the calendar body
158
+ * if not currently focused, we should not re-focus
159
+ * the inner day.
160
+ */
161
+ if (((_a = record.oldValue) === null || _a === void 0 ? void 0 : _a.includes('ion-focused')) || !calendarBodyRef.classList.contains('ion-focused')) {
162
+ return;
163
+ }
164
+ this.focusWorkingDay(currentMonth);
165
+ };
166
+ const mo = new MutationObserver(checkCalendarBodyFocus);
167
+ mo.observe(calendarBodyRef, { attributeFilter: ['class'], attributeOldValue: true });
168
+ this.destroyKeyboardMO = () => {
169
+ mo === null || mo === void 0 ? void 0 : mo.disconnect();
170
+ };
171
+ /**
172
+ * We must use keydown not keyup as we want
173
+ * to prevent scrolling when using the arrow keys.
174
+ */
175
+ calendarBodyRef.addEventListener('keydown', (ev) => {
176
+ const activeElement = root.activeElement;
177
+ if (!activeElement || !activeElement.classList.contains('calendar-day')) {
178
+ return;
179
+ }
180
+ const parts = getPartsFromCalendarDay(activeElement);
181
+ let partsToFocus;
182
+ switch (ev.key) {
183
+ case 'ArrowDown':
184
+ ev.preventDefault();
185
+ partsToFocus = getNextWeek(parts);
186
+ break;
187
+ case 'ArrowUp':
188
+ ev.preventDefault();
189
+ partsToFocus = getPreviousWeek(parts);
190
+ break;
191
+ case 'ArrowRight':
192
+ ev.preventDefault();
193
+ partsToFocus = getNextDay(parts);
194
+ break;
195
+ case 'ArrowLeft':
196
+ ev.preventDefault();
197
+ partsToFocus = getPreviousDay(parts);
198
+ break;
199
+ case 'Home':
200
+ ev.preventDefault();
201
+ partsToFocus = getStartOfWeek(parts);
202
+ break;
203
+ case 'End':
204
+ ev.preventDefault();
205
+ partsToFocus = getEndOfWeek(parts);
206
+ break;
207
+ case 'PageUp':
208
+ ev.preventDefault();
209
+ partsToFocus = ev.shiftKey ? getPreviousYear(parts) : getPreviousMonth(parts);
210
+ break;
211
+ case 'PageDown':
212
+ ev.preventDefault();
213
+ partsToFocus = ev.shiftKey ? getNextYear(parts) : getNextMonth(parts);
214
+ break;
215
+ /**
216
+ * Do not preventDefault here
217
+ * as we do not want to override other
218
+ * browser defaults such as pressing Enter/Space
219
+ * to select a day.
220
+ */
221
+ default:
222
+ return;
223
+ }
224
+ /**
225
+ * If the day we want to move focus to is
226
+ * disabled, do not do anything.
227
+ */
228
+ if (isDayDisabled(partsToFocus, this.minParts, this.maxParts)) {
229
+ return;
230
+ }
231
+ this.setWorkingParts(Object.assign(Object.assign({}, this.workingParts), partsToFocus));
232
+ /**
233
+ * Give view a chance to re-render
234
+ * then move focus to the new working day
235
+ */
236
+ requestAnimationFrame(() => this.focusWorkingDay(currentMonth));
237
+ });
238
+ };
239
+ this.focusWorkingDay = (currentMonth) => {
240
+ /**
241
+ * Get the number of padding days so
242
+ * we know how much to offset our next selector by
243
+ * to grab the correct calendar-day element.
244
+ */
245
+ const padding = currentMonth.querySelectorAll('.calendar-day-padding');
246
+ const { day } = this.workingParts;
247
+ if (day === null) {
248
+ return;
249
+ }
250
+ /**
251
+ * Get the calendar day element
252
+ * and focus it.
253
+ */
254
+ const dayEl = currentMonth.querySelector(`.calendar-day-wrapper:nth-of-type(${padding.length + day}) .calendar-day`);
255
+ if (dayEl) {
256
+ dayEl.focus();
257
+ }
258
+ };
259
+ this.processMinParts = () => {
260
+ const { min, defaultParts } = this;
261
+ if (min === undefined) {
262
+ this.minParts = undefined;
263
+ return;
264
+ }
265
+ this.minParts = parseMinParts(min, defaultParts);
266
+ };
267
+ this.processMaxParts = () => {
268
+ const { max, defaultParts } = this;
269
+ if (max === undefined) {
270
+ this.maxParts = undefined;
271
+ return;
272
+ }
273
+ this.maxParts = parseMaxParts(max, defaultParts);
274
+ };
275
+ this.initializeCalendarListener = () => {
276
+ const calendarBodyRef = this.calendarBodyRef;
277
+ if (!calendarBodyRef) {
278
+ return;
279
+ }
280
+ /**
281
+ * For performance reasons, we only render 3
282
+ * months at a time: The current month, the previous
283
+ * month, and the next month. We have a scroll listener
284
+ * on the calendar body to append/prepend new months.
285
+ *
286
+ * We can do this because Stencil is smart enough to not
287
+ * re-create the .calendar-month containers, but rather
288
+ * update the content within those containers.
289
+ *
290
+ * As an added bonus, WebKit has some troubles with
291
+ * scroll-snap-stop: always, so not rendering all of
292
+ * the months in a row allows us to mostly sidestep
293
+ * that issue.
294
+ */
295
+ const months = calendarBodyRef.querySelectorAll('.calendar-month');
296
+ const startMonth = months[0];
297
+ const workingMonth = months[1];
298
+ const endMonth = months[2];
299
+ const mode = getIonMode(this);
300
+ const needsiOSRubberBandFix = mode === 'ios' && typeof navigator !== 'undefined' && navigator.maxTouchPoints > 1;
301
+ /**
302
+ * Before setting up the scroll listener,
303
+ * scroll the middle month into view.
304
+ * scrollIntoView() will scroll entire page
305
+ * if element is not in viewport. Use scrollLeft instead.
306
+ */
307
+ writeTask(() => {
308
+ calendarBodyRef.scrollLeft = startMonth.clientWidth * (isRTL(this.el) ? -1 : 1);
309
+ const getChangedMonth = (parts) => {
310
+ const box = calendarBodyRef.getBoundingClientRect();
311
+ /**
312
+ * If the current scroll position is all the way to the left
313
+ * then we have scrolled to the previous month.
314
+ * Otherwise, assume that we have scrolled to the next
315
+ * month. We have a tolerance of 2px to account for
316
+ * sub pixel rendering.
317
+ *
318
+ * Check below the next line ensures that we did not
319
+ * swipe and abort (i.e. we swiped but we are still on the current month).
320
+ */
321
+ const month = calendarBodyRef.scrollLeft <= 2 ? startMonth : endMonth;
322
+ /**
323
+ * The edge of the month must be lined up with
324
+ * the edge of the calendar body in order for
325
+ * the component to update. Otherwise, it
326
+ * may be the case that the user has paused their
327
+ * swipe or the browser has not finished snapping yet.
328
+ * Rather than check if the x values are equal,
329
+ * we give it a tolerance of 2px to account for
330
+ * sub pixel rendering.
331
+ */
332
+ const monthBox = month.getBoundingClientRect();
333
+ if (Math.abs(monthBox.x - box.x) > 2)
334
+ return;
335
+ /**
336
+ * If we're force-rendering a month, assume we've
337
+ * scrolled to that and return it.
338
+ *
339
+ * If forceRenderDate is ever used in a context where the
340
+ * forced month is not immediately auto-scrolled to, this
341
+ * should be updated to also check whether `month` has the
342
+ * same month and year as the forced date.
343
+ */
344
+ const { forceRenderDate } = this;
345
+ if (forceRenderDate !== undefined) {
346
+ return { month: forceRenderDate.month, year: forceRenderDate.year, day: forceRenderDate.day };
347
+ }
348
+ /**
349
+ * From here, we can determine if the start
350
+ * month or the end month was scrolled into view.
351
+ * If no month was changed, then we can return from
352
+ * the scroll callback early.
353
+ */
354
+ if (month === startMonth) {
355
+ return getPreviousMonth(parts);
356
+ }
357
+ else if (month === endMonth) {
358
+ return getNextMonth(parts);
359
+ }
360
+ else {
361
+ return;
362
+ }
363
+ };
364
+ const updateActiveMonth = () => {
365
+ if (needsiOSRubberBandFix) {
366
+ calendarBodyRef.style.removeProperty('pointer-events');
367
+ appliediOSRubberBandFix = false;
368
+ }
369
+ /**
370
+ * If the month did not change
371
+ * then we can return early.
372
+ */
373
+ const newDate = getChangedMonth(this.workingParts);
374
+ if (!newDate)
375
+ return;
376
+ const { month, day, year } = newDate;
377
+ if (isMonthDisabled({ month, year, day: null }, {
378
+ minParts: Object.assign(Object.assign({}, this.minParts), { day: null }),
379
+ maxParts: Object.assign(Object.assign({}, this.maxParts), { day: null }),
380
+ })) {
381
+ return;
382
+ }
383
+ /**
384
+ * Prevent scrolling for other browsers
385
+ * to give the DOM time to update and the container
386
+ * time to properly snap.
387
+ */
388
+ calendarBodyRef.style.setProperty('overflow', 'hidden');
389
+ /**
390
+ * Use a writeTask here to ensure
391
+ * that the state is updated and the
392
+ * correct month is scrolled into view
393
+ * in the same frame. This is not
394
+ * typically a problem on newer devices
395
+ * but older/slower device may have a flicker
396
+ * if we did not do this.
397
+ */
398
+ writeTask(() => {
399
+ this.setWorkingParts(Object.assign(Object.assign({}, this.workingParts), { month, day: day, year }));
400
+ calendarBodyRef.scrollLeft = workingMonth.clientWidth * (isRTL(this.el) ? -1 : 1);
401
+ calendarBodyRef.style.removeProperty('overflow');
402
+ if (this.resolveForceDateScrolling) {
403
+ this.resolveForceDateScrolling();
404
+ }
405
+ });
406
+ };
407
+ /**
408
+ * When the container finishes scrolling we
409
+ * need to update the DOM with the selected month.
410
+ */
411
+ let scrollTimeout;
412
+ /**
413
+ * We do not want to attempt to set pointer-events
414
+ * multiple times within a single swipe gesture as
415
+ * that adds unnecessary work to the main thread.
416
+ */
417
+ let appliediOSRubberBandFix = false;
418
+ const scrollCallback = () => {
419
+ if (scrollTimeout) {
420
+ clearTimeout(scrollTimeout);
421
+ }
422
+ /**
423
+ * On iOS it is possible to quickly rubber band
424
+ * the scroll area before the scroll timeout has fired.
425
+ * This results in users reaching the end of the scrollable
426
+ * container before the DOM has updated.
427
+ * By setting `pointer-events: none` we can ensure that
428
+ * subsequent swipes do not happen while the container
429
+ * is snapping.
430
+ */
431
+ if (!appliediOSRubberBandFix && needsiOSRubberBandFix) {
432
+ calendarBodyRef.style.setProperty('pointer-events', 'none');
433
+ appliediOSRubberBandFix = true;
434
+ }
435
+ // Wait ~3 frames
436
+ scrollTimeout = setTimeout(updateActiveMonth, 50);
437
+ };
438
+ calendarBodyRef.addEventListener('scroll', scrollCallback);
439
+ this.destroyCalendarListener = () => {
440
+ calendarBodyRef.removeEventListener('scroll', scrollCallback);
441
+ };
442
+ });
441
443
  };
442
- });
443
- };
444
- /**
445
- * Clean up all listeners except for the overlay
446
- * listener. This is so that we can re-create the listeners
447
- * if the datetime has been hidden/presented by a modal or popover.
448
- */
449
- this.destroyInteractionListeners = () => {
450
- const { destroyCalendarListener, destroyKeyboardMO } = this;
451
- if (destroyCalendarListener !== undefined) {
452
- destroyCalendarListener();
453
- }
454
- if (destroyKeyboardMO !== undefined) {
455
- destroyKeyboardMO();
456
- }
457
- };
458
- this.processValue = (value) => {
459
- const hasValue = value !== null && value !== undefined && (!Array.isArray(value) || value.length > 0);
460
- const valueToProcess = hasValue ? parseDate(value) : this.defaultParts;
461
- const { minParts, maxParts, workingParts, el } = this;
462
- this.warnIfIncorrectValueUsage();
463
- /**
464
- * Return early if the value wasn't parsed correctly, such as
465
- * if an improperly formatted date string was provided.
466
- */
467
- if (!valueToProcess) {
468
- return;
469
- }
470
- /**
471
- * Datetime should only warn of out of bounds values
472
- * if set by the user. If the `value` is undefined,
473
- * we will default to today's date which may be out
474
- * of bounds. In this case, the warning makes it look
475
- * like the developer did something wrong which is
476
- * not true.
477
- */
478
- if (hasValue) {
479
- warnIfValueOutOfBounds(valueToProcess, minParts, maxParts);
480
- }
481
- /**
482
- * If there are multiple values, pick an arbitrary one to clamp to. This way,
483
- * if the values are across months, we always show at least one of them. Note
484
- * that the values don't necessarily have to be in order.
485
- */
486
- const singleValue = Array.isArray(valueToProcess) ? valueToProcess[0] : valueToProcess;
487
- const targetValue = clampDate(singleValue, minParts, maxParts);
488
- const { month, day, year, hour, minute } = targetValue;
489
- const ampm = parseAmPm(hour);
490
- /**
491
- * Since `activeParts` indicates a value that
492
- * been explicitly selected either by the
493
- * user or the app, only update `activeParts`
494
- * if the `value` property is set.
495
- */
496
- if (hasValue) {
497
- if (Array.isArray(valueToProcess)) {
498
- this.activeParts = [...valueToProcess];
499
- }
500
- else {
501
- this.activeParts = {
502
- month,
503
- day,
504
- year,
505
- hour,
506
- minute,
507
- ampm,
508
- };
509
- }
510
- }
511
- else {
512
444
  /**
513
- * Reset the active parts if the value is not set.
514
- * This will clear the selected calendar day when
515
- * performing a clear action or using the reset() method.
445
+ * Clean up all listeners except for the overlay
446
+ * listener. This is so that we can re-create the listeners
447
+ * if the datetime has been hidden/presented by a modal or popover.
516
448
  */
449
+ this.destroyInteractionListeners = () => {
450
+ const { destroyCalendarListener, destroyKeyboardMO } = this;
451
+ if (destroyCalendarListener !== undefined) {
452
+ destroyCalendarListener();
453
+ }
454
+ if (destroyKeyboardMO !== undefined) {
455
+ destroyKeyboardMO();
456
+ }
457
+ };
458
+ this.processValue = (value) => {
459
+ const hasValue = value !== null && value !== undefined && (!Array.isArray(value) || value.length > 0);
460
+ const valueToProcess = hasValue ? parseDate(value) : this.defaultParts;
461
+ const { minParts, maxParts, workingParts, el } = this;
462
+ this.warnIfIncorrectValueUsage();
463
+ /**
464
+ * Return early if the value wasn't parsed correctly, such as
465
+ * if an improperly formatted date string was provided.
466
+ */
467
+ if (!valueToProcess) {
468
+ return;
469
+ }
470
+ /**
471
+ * Datetime should only warn of out of bounds values
472
+ * if set by the user. If the `value` is undefined,
473
+ * we will default to today's date which may be out
474
+ * of bounds. In this case, the warning makes it look
475
+ * like the developer did something wrong which is
476
+ * not true.
477
+ */
478
+ if (hasValue) {
479
+ warnIfValueOutOfBounds(valueToProcess, minParts, maxParts);
480
+ }
481
+ /**
482
+ * If there are multiple values, pick an arbitrary one to clamp to. This way,
483
+ * if the values are across months, we always show at least one of them. Note
484
+ * that the values don't necessarily have to be in order.
485
+ */
486
+ const singleValue = Array.isArray(valueToProcess) ? valueToProcess[0] : valueToProcess;
487
+ const targetValue = clampDate(singleValue, minParts, maxParts);
488
+ const { month, day, year, hour, minute } = targetValue;
489
+ const ampm = parseAmPm(hour);
490
+ /**
491
+ * Since `activeParts` indicates a value that
492
+ * been explicitly selected either by the
493
+ * user or the app, only update `activeParts`
494
+ * if the `value` property is set.
495
+ */
496
+ if (hasValue) {
497
+ if (Array.isArray(valueToProcess)) {
498
+ this.activeParts = [...valueToProcess];
499
+ }
500
+ else {
501
+ this.activeParts = {
502
+ month,
503
+ day,
504
+ year,
505
+ hour,
506
+ minute,
507
+ ampm,
508
+ };
509
+ }
510
+ }
511
+ else {
512
+ /**
513
+ * Reset the active parts if the value is not set.
514
+ * This will clear the selected calendar day when
515
+ * performing a clear action or using the reset() method.
516
+ */
517
+ this.activeParts = [];
518
+ }
519
+ /**
520
+ * Only animate if:
521
+ * 1. We're using grid style (wheel style pickers should just jump to new value)
522
+ * 2. The month and/or year actually changed, and both are defined (otherwise there's nothing to animate to)
523
+ * 3. The calendar body is visible (prevents animation when in collapsed datetime-button, for example)
524
+ * 4. The month/year picker is not open (since you wouldn't see the animation anyway)
525
+ */
526
+ const didChangeMonth = (month !== undefined && month !== workingParts.month) || (year !== undefined && year !== workingParts.year);
527
+ const bodyIsVisible = el.classList.contains('datetime-ready');
528
+ const { isGridStyle, showMonthAndYear } = this;
529
+ if (isGridStyle && didChangeMonth && bodyIsVisible && !showMonthAndYear) {
530
+ this.animateToDate(targetValue);
531
+ }
532
+ else {
533
+ /**
534
+ * We only need to do this if we didn't just animate to a new month,
535
+ * since that calls prevMonth/nextMonth which calls setWorkingParts for us.
536
+ */
537
+ this.setWorkingParts({
538
+ month,
539
+ day,
540
+ year,
541
+ hour,
542
+ minute,
543
+ ampm,
544
+ });
545
+ }
546
+ };
547
+ this.animateToDate = async (targetValue) => {
548
+ const { workingParts } = this;
549
+ /**
550
+ * Tell other render functions that we need to force the
551
+ * target month to appear in place of the actual next/prev month.
552
+ * Because this is a State variable, a rerender will be triggered
553
+ * automatically, updating the rendered months.
554
+ */
555
+ this.forceRenderDate = targetValue;
556
+ /**
557
+ * Flag that we've started scrolling to the forced date.
558
+ * The resolve function will be called by the datetime's
559
+ * scroll listener when it's done updating everything.
560
+ * This is a replacement for making prev/nextMonth async,
561
+ * since the logic we're waiting on is in a listener.
562
+ */
563
+ const forceDateScrollingPromise = new Promise((resolve) => {
564
+ this.resolveForceDateScrolling = resolve;
565
+ });
566
+ /**
567
+ * Animate smoothly to the forced month. This will also update
568
+ * workingParts and correct the surrounding months for us.
569
+ */
570
+ const targetMonthIsBefore = isBefore(targetValue, workingParts);
571
+ targetMonthIsBefore ? this.prevMonth() : this.nextMonth();
572
+ await forceDateScrollingPromise;
573
+ this.resolveForceDateScrolling = undefined;
574
+ this.forceRenderDate = undefined;
575
+ };
576
+ this.onFocus = () => {
577
+ this.ionFocus.emit();
578
+ };
579
+ this.onBlur = () => {
580
+ this.ionBlur.emit();
581
+ };
582
+ this.hasValue = () => {
583
+ return this.value != null;
584
+ };
585
+ this.nextMonth = () => {
586
+ const calendarBodyRef = this.calendarBodyRef;
587
+ if (!calendarBodyRef) {
588
+ return;
589
+ }
590
+ const nextMonth = calendarBodyRef.querySelector('.calendar-month:last-of-type');
591
+ if (!nextMonth) {
592
+ return;
593
+ }
594
+ const left = nextMonth.offsetWidth * 2;
595
+ calendarBodyRef.scrollTo({
596
+ top: 0,
597
+ left: left * (isRTL(this.el) ? -1 : 1),
598
+ behavior: 'smooth',
599
+ });
600
+ };
601
+ this.prevMonth = () => {
602
+ const calendarBodyRef = this.calendarBodyRef;
603
+ if (!calendarBodyRef) {
604
+ return;
605
+ }
606
+ const prevMonth = calendarBodyRef.querySelector('.calendar-month:first-of-type');
607
+ if (!prevMonth) {
608
+ return;
609
+ }
610
+ calendarBodyRef.scrollTo({
611
+ top: 0,
612
+ left: 0,
613
+ behavior: 'smooth',
614
+ });
615
+ };
616
+ this.toggleMonthAndYearView = () => {
617
+ this.showMonthAndYear = !this.showMonthAndYear;
618
+ };
619
+ this.showMonthAndYear = false;
517
620
  this.activeParts = [];
518
- }
519
- /**
520
- * Only animate if:
521
- * 1. We're using grid style (wheel style pickers should just jump to new value)
522
- * 2. The month and/or year actually changed, and both are defined (otherwise there's nothing to animate to)
523
- * 3. The calendar body is visible (prevents animation when in collapsed datetime-button, for example)
524
- * 4. The month/year picker is not open (since you wouldn't see the animation anyway)
525
- */
526
- const didChangeMonth = (month !== undefined && month !== workingParts.month) || (year !== undefined && year !== workingParts.year);
527
- const bodyIsVisible = el.classList.contains('datetime-ready');
528
- const { isGridStyle, showMonthAndYear } = this;
529
- if (isGridStyle && didChangeMonth && bodyIsVisible && !showMonthAndYear) {
530
- this.animateToDate(targetValue);
531
- }
532
- else {
533
- /**
534
- * We only need to do this if we didn't just animate to a new month,
535
- * since that calls prevMonth/nextMonth which calls setWorkingParts for us.
536
- */
537
- this.setWorkingParts({
538
- month,
539
- day,
540
- year,
541
- hour,
542
- minute,
543
- ampm,
544
- });
545
- }
546
- };
547
- this.animateToDate = async (targetValue) => {
548
- const { workingParts } = this;
549
- /**
550
- * Tell other render functions that we need to force the
551
- * target month to appear in place of the actual next/prev month.
552
- * Because this is a State variable, a rerender will be triggered
553
- * automatically, updating the rendered months.
554
- */
555
- this.forceRenderDate = targetValue;
556
- /**
557
- * Flag that we've started scrolling to the forced date.
558
- * The resolve function will be called by the datetime's
559
- * scroll listener when it's done updating everything.
560
- * This is a replacement for making prev/nextMonth async,
561
- * since the logic we're waiting on is in a listener.
562
- */
563
- const forceDateScrollingPromise = new Promise((resolve) => {
564
- this.resolveForceDateScrolling = resolve;
565
- });
566
- /**
567
- * Animate smoothly to the forced month. This will also update
568
- * workingParts and correct the surrounding months for us.
569
- */
570
- const targetMonthIsBefore = isBefore(targetValue, workingParts);
571
- targetMonthIsBefore ? this.prevMonth() : this.nextMonth();
572
- await forceDateScrollingPromise;
573
- this.resolveForceDateScrolling = undefined;
574
- this.forceRenderDate = undefined;
575
- };
576
- this.onFocus = () => {
577
- this.ionFocus.emit();
578
- };
579
- this.onBlur = () => {
580
- this.ionBlur.emit();
581
- };
582
- this.hasValue = () => {
583
- return this.value != null;
584
- };
585
- this.nextMonth = () => {
586
- const calendarBodyRef = this.calendarBodyRef;
587
- if (!calendarBodyRef) {
588
- return;
589
- }
590
- const nextMonth = calendarBodyRef.querySelector('.calendar-month:last-of-type');
591
- if (!nextMonth) {
592
- return;
593
- }
594
- const left = nextMonth.offsetWidth * 2;
595
- calendarBodyRef.scrollTo({
596
- top: 0,
597
- left: left * (isRTL(this.el) ? -1 : 1),
598
- behavior: 'smooth',
599
- });
600
- };
601
- this.prevMonth = () => {
602
- const calendarBodyRef = this.calendarBodyRef;
603
- if (!calendarBodyRef) {
604
- return;
605
- }
606
- const prevMonth = calendarBodyRef.querySelector('.calendar-month:first-of-type');
607
- if (!prevMonth) {
608
- return;
609
- }
610
- calendarBodyRef.scrollTo({
611
- top: 0,
612
- left: 0,
613
- behavior: 'smooth',
614
- });
615
- };
616
- this.toggleMonthAndYearView = () => {
617
- this.showMonthAndYear = !this.showMonthAndYear;
618
- };
619
- this.showMonthAndYear = false;
620
- this.activeParts = [];
621
- this.workingParts = {
622
- month: 5,
623
- day: 28,
624
- year: 2021,
625
- hour: 13,
626
- minute: 52,
627
- ampm: 'pm',
628
- };
629
- this.isTimePopoverOpen = false;
630
- this.forceRenderDate = undefined;
631
- this.color = 'primary';
632
- this.name = this.inputId;
633
- this.disabled = false;
634
- this.readonly = false;
635
- this.isDateEnabled = undefined;
636
- this.min = undefined;
637
- this.max = undefined;
638
- this.presentation = 'date-time';
639
- this.cancelText = 'Cancel';
640
- this.doneText = 'Done';
641
- this.clearText = 'Clear';
642
- this.yearValues = undefined;
643
- this.monthValues = undefined;
644
- this.dayValues = undefined;
645
- this.hourValues = undefined;
646
- this.minuteValues = undefined;
647
- this.locale = 'default';
648
- this.firstDayOfWeek = 0;
649
- this.titleSelectedDatesFormatter = undefined;
650
- this.multiple = false;
651
- this.highlightedDates = undefined;
652
- this.value = undefined;
653
- this.showDefaultTitle = false;
654
- this.showDefaultButtons = false;
655
- this.showClearButton = false;
656
- this.showDefaultTimeLabel = true;
657
- this.hourCycle = undefined;
658
- this.size = 'fixed';
659
- this.preferWheel = false;
660
- }
661
- disabledChanged() {
662
- this.emitStyle();
663
- }
664
- minChanged() {
665
- this.processMinParts();
666
- }
667
- maxChanged() {
668
- this.processMaxParts();
669
- }
670
- get isGridStyle() {
671
- const { presentation, preferWheel } = this;
672
- const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
673
- return hasDatePresentation && !preferWheel;
674
- }
675
- yearValuesChanged() {
676
- this.parsedYearValues = convertToArrayOfNumbers(this.yearValues);
677
- }
678
- monthValuesChanged() {
679
- this.parsedMonthValues = convertToArrayOfNumbers(this.monthValues);
680
- }
681
- dayValuesChanged() {
682
- this.parsedDayValues = convertToArrayOfNumbers(this.dayValues);
683
- }
684
- hourValuesChanged() {
685
- this.parsedHourValues = convertToArrayOfNumbers(this.hourValues);
686
- }
687
- minuteValuesChanged() {
688
- this.parsedMinuteValues = convertToArrayOfNumbers(this.minuteValues);
689
- }
690
- /**
691
- * Update the datetime value when the value changes
692
- */
693
- async valueChanged() {
694
- const { value } = this;
695
- if (this.hasValue()) {
696
- this.processValue(value);
621
+ this.workingParts = {
622
+ month: 5,
623
+ day: 28,
624
+ year: 2021,
625
+ hour: 13,
626
+ minute: 52,
627
+ ampm: 'pm',
628
+ };
629
+ this.isTimePopoverOpen = false;
630
+ this.forceRenderDate = undefined;
631
+ this.color = 'primary';
632
+ this.name = this.inputId;
633
+ this.disabled = false;
634
+ this.readonly = false;
635
+ this.isDateEnabled = undefined;
636
+ this.min = undefined;
637
+ this.max = undefined;
638
+ this.presentation = 'date-time';
639
+ this.cancelText = 'Cancel';
640
+ this.doneText = 'Done';
641
+ this.clearText = 'Clear';
642
+ this.yearValues = undefined;
643
+ this.monthValues = undefined;
644
+ this.dayValues = undefined;
645
+ this.hourValues = undefined;
646
+ this.minuteValues = undefined;
647
+ this.locale = 'default';
648
+ this.firstDayOfWeek = 0;
649
+ this.titleSelectedDatesFormatter = undefined;
650
+ this.multiple = false;
651
+ this.highlightedDates = undefined;
652
+ this.value = undefined;
653
+ this.showDefaultTitle = false;
654
+ this.showDefaultButtons = false;
655
+ this.showClearButton = false;
656
+ this.showDefaultTimeLabel = true;
657
+ this.hourCycle = undefined;
658
+ this.size = 'fixed';
659
+ this.preferWheel = false;
697
660
  }
698
- this.emitStyle();
699
- this.ionValueChange.emit({ value });
700
- }
701
- /**
702
- * Confirms the selected datetime value, updates the
703
- * `value` property, and optionally closes the popover
704
- * or modal that the datetime was presented in.
705
- */
706
- async confirm(closeOverlay = false) {
707
- const { isCalendarPicker, activeParts } = this;
708
- /**
709
- * We only update the value if the presentation is not a calendar picker.
710
- */
711
- if (activeParts !== undefined || !isCalendarPicker) {
712
- const activePartsIsArray = Array.isArray(activeParts);
713
- if (activePartsIsArray && activeParts.length === 0) {
714
- this.setValue(undefined);
715
- }
716
- else {
717
- this.setValue(convertDataToISO(activeParts));
718
- }
661
+ disabledChanged() {
662
+ this.emitStyle();
719
663
  }
720
- if (closeOverlay) {
721
- this.closeParentOverlay();
664
+ minChanged() {
665
+ this.processMinParts();
722
666
  }
723
- }
724
- /**
725
- * Resets the internal state of the datetime but does not update the value.
726
- * Passing a valid ISO-8601 string will reset the state of the component to the provided date.
727
- * If no value is provided, the internal state will be reset to the clamped value of the min, max and today.
728
- */
729
- async reset(startDate) {
730
- this.processValue(startDate);
731
- }
732
- /**
733
- * Emits the ionCancel event and
734
- * optionally closes the popover
735
- * or modal that the datetime was
736
- * presented in.
737
- */
738
- async cancel(closeOverlay = false) {
739
- this.ionCancel.emit();
740
- if (closeOverlay) {
741
- this.closeParentOverlay();
667
+ maxChanged() {
668
+ this.processMaxParts();
742
669
  }
743
- }
744
- get isCalendarPicker() {
745
- const { presentation } = this;
746
- return presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
747
- }
748
- connectedCallback() {
749
- this.clearFocusVisible = startFocusVisible(this.el).destroy;
750
- }
751
- disconnectedCallback() {
752
- if (this.clearFocusVisible) {
753
- this.clearFocusVisible();
754
- this.clearFocusVisible = undefined;
670
+ get isGridStyle() {
671
+ const { presentation, preferWheel } = this;
672
+ const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
673
+ return hasDatePresentation && !preferWheel;
755
674
  }
756
- }
757
- initializeListeners() {
758
- this.initializeCalendarListener();
759
- this.initializeKeyboardListeners();
760
- }
761
- componentDidLoad() {
762
- /**
763
- * If a scrollable element is hidden using `display: none`,
764
- * it will not have a scroll height meaning we cannot scroll elements
765
- * into view. As a result, we will need to wait for the datetime to become
766
- * visible if used inside of a modal or a popover otherwise the scrollable
767
- * areas will not have the correct values snapped into place.
768
- */
769
- const visibleCallback = (entries) => {
770
- const ev = entries[0];
771
- if (!ev.isIntersecting) {
772
- return;
773
- }
774
- this.initializeListeners();
775
- /**
776
- * TODO FW-2793: Datetime needs a frame to ensure that it
777
- * can properly scroll contents into view. As a result
778
- * we hide the scrollable content until after that frame
779
- * so users do not see the content quickly shifting. The downside
780
- * is that the content will pop into view a frame after. Maybe there
781
- * is a better way to handle this?
782
- */
783
- writeTask(() => {
784
- this.el.classList.add('datetime-ready');
785
- });
786
- };
787
- const visibleIO = new IntersectionObserver(visibleCallback, { threshold: 0.01 });
788
- /**
789
- * Use raf to avoid a race condition between the component loading and
790
- * its display animation starting (such as when shown in a modal). This
791
- * could cause the datetime to start at a visibility of 0, erroneously
792
- * triggering the `hiddenIO` observer below.
793
- */
794
- raf(() => visibleIO === null || visibleIO === void 0 ? void 0 : visibleIO.observe(this.el));
795
- /**
796
- * We need to clean up listeners when the datetime is hidden
797
- * in a popover/modal so that we can properly scroll containers
798
- * back into view if they are re-presented. When the datetime is hidden
799
- * the scroll areas have scroll widths/heights of 0px, so any snapping
800
- * we did originally has been lost.
801
- */
802
- const hiddenCallback = (entries) => {
803
- const ev = entries[0];
804
- if (ev.isIntersecting) {
805
- return;
806
- }
807
- this.destroyInteractionListeners();
808
- /**
809
- * When datetime is hidden, we need to make sure that
810
- * the month/year picker is closed. Otherwise,
811
- * it will be open when the datetime re-appears
812
- * and the scroll area of the calendar grid will be 0.
813
- * As a result, the wrong month will be shown.
814
- */
815
- this.showMonthAndYear = false;
816
- writeTask(() => {
817
- this.el.classList.remove('datetime-ready');
818
- });
819
- };
820
- const hiddenIO = new IntersectionObserver(hiddenCallback, { threshold: 0 });
821
- raf(() => hiddenIO === null || hiddenIO === void 0 ? void 0 : hiddenIO.observe(this.el));
822
- /**
823
- * Datetime uses Ionic components that emit
824
- * ionFocus and ionBlur. These events are
825
- * composed meaning they will cross
826
- * the shadow dom boundary. We need to
827
- * stop propagation on these events otherwise
828
- * developers will see 2 ionFocus or 2 ionBlur
829
- * events at a time.
830
- */
831
- const root = getElementRoot(this.el);
832
- root.addEventListener('ionFocus', (ev) => ev.stopPropagation());
833
- root.addEventListener('ionBlur', (ev) => ev.stopPropagation());
834
- }
835
- /**
836
- * When the presentation is changed, all calendar content is recreated,
837
- * so we need to re-init behavior with the new elements.
838
- */
839
- componentDidRender() {
840
- const { presentation, prevPresentation, calendarBodyRef, minParts, preferWheel } = this;
841
- /**
842
- * TODO(FW-2165)
843
- * Remove this when https://bugs.webkit.org/show_bug.cgi?id=235960 is fixed.
844
- * When using `min`, we add `scroll-snap-align: none`
845
- * to the disabled month so that users cannot scroll to it.
846
- * This triggers a bug in WebKit where the scroll position is reset.
847
- * Since the month change logic is handled by a scroll listener,
848
- * this causes the month to change leading to `scroll-snap-align`
849
- * changing again, thus changing the scroll position again and causing
850
- * an infinite loop.
851
- * This issue only applies to the calendar grid, so we can disable
852
- * it if the calendar grid is not being used.
853
- */
854
- const hasCalendarGrid = !preferWheel && ['date-time', 'time-date', 'date'].includes(presentation);
855
- if (minParts !== undefined && hasCalendarGrid && calendarBodyRef) {
856
- const workingMonth = calendarBodyRef.querySelector('.calendar-month:nth-of-type(1)');
857
- if (workingMonth) {
858
- calendarBodyRef.scrollLeft = workingMonth.clientWidth * (isRTL(this.el) ? -1 : 1);
859
- }
675
+ yearValuesChanged() {
676
+ this.parsedYearValues = convertToArrayOfNumbers(this.yearValues);
860
677
  }
861
- if (prevPresentation === null) {
862
- this.prevPresentation = presentation;
863
- return;
678
+ monthValuesChanged() {
679
+ this.parsedMonthValues = convertToArrayOfNumbers(this.monthValues);
864
680
  }
865
- if (presentation === prevPresentation) {
866
- return;
681
+ dayValuesChanged() {
682
+ this.parsedDayValues = convertToArrayOfNumbers(this.dayValues);
867
683
  }
868
- this.prevPresentation = presentation;
869
- this.destroyInteractionListeners();
870
- this.initializeListeners();
871
- /**
872
- * The month/year picker from the date interface
873
- * should be closed as it is not available in non-date
874
- * interfaces.
875
- */
876
- this.showMonthAndYear = false;
877
- raf(() => {
878
- this.ionRender.emit();
879
- });
880
- }
881
- componentWillLoad() {
882
- const { el, highlightedDates, multiple, presentation, preferWheel } = this;
883
- if (multiple) {
884
- if (presentation !== 'date') {
885
- printIonWarning('Multiple date selection is only supported for presentation="date".', el);
886
- }
887
- if (preferWheel) {
888
- printIonWarning('Multiple date selection is not supported with preferWheel="true".', el);
889
- }
684
+ hourValuesChanged() {
685
+ this.parsedHourValues = convertToArrayOfNumbers(this.hourValues);
890
686
  }
891
- if (highlightedDates !== undefined) {
892
- if (presentation !== 'date' && presentation !== 'date-time' && presentation !== 'time-date') {
893
- printIonWarning('The highlightedDates property is only supported with the date, date-time, and time-date presentations.', el);
894
- }
895
- if (preferWheel) {
896
- printIonWarning('The highlightedDates property is not supported with preferWheel="true".', el);
897
- }
687
+ minuteValuesChanged() {
688
+ this.parsedMinuteValues = convertToArrayOfNumbers(this.minuteValues);
898
689
  }
899
- const hourValues = (this.parsedHourValues = convertToArrayOfNumbers(this.hourValues));
900
- const minuteValues = (this.parsedMinuteValues = convertToArrayOfNumbers(this.minuteValues));
901
- const monthValues = (this.parsedMonthValues = convertToArrayOfNumbers(this.monthValues));
902
- const yearValues = (this.parsedYearValues = convertToArrayOfNumbers(this.yearValues));
903
- const dayValues = (this.parsedDayValues = convertToArrayOfNumbers(this.dayValues));
904
- const todayParts = (this.todayParts = parseDate(getToday()));
905
- this.defaultParts = getClosestValidDate(todayParts, monthValues, dayValues, yearValues, hourValues, minuteValues);
906
- this.processMinParts();
907
- this.processMaxParts();
908
- this.processValue(this.value);
909
- this.emitStyle();
910
- }
911
- emitStyle() {
912
- this.ionStyle.emit({
913
- interactive: true,
914
- datetime: true,
915
- 'interactive-disabled': this.disabled,
916
- });
917
- }
918
- /**
919
- * Universal render methods
920
- * These are pieces of datetime that
921
- * are rendered independently of presentation.
922
- */
923
- renderFooter() {
924
- const { disabled, readonly, showDefaultButtons, showClearButton } = this;
925
690
  /**
926
- * The cancel, clear, and confirm buttons
927
- * should not be interactive if the datetime
928
- * is disabled or readonly.
691
+ * Update the datetime value when the value changes
929
692
  */
930
- const isButtonDisabled = disabled || readonly;
931
- const hasSlottedButtons = this.el.querySelector('[slot="buttons"]') !== null;
932
- if (!hasSlottedButtons && !showDefaultButtons && !showClearButton) {
933
- return;
693
+ async valueChanged() {
694
+ const { value } = this;
695
+ if (this.hasValue()) {
696
+ this.processValue(value);
697
+ }
698
+ this.emitStyle();
699
+ this.ionValueChange.emit({ value });
934
700
  }
935
- const clearButtonClick = () => {
936
- this.reset();
937
- this.setValue(undefined);
938
- };
939
- /**
940
- * By default we render two buttons:
941
- * Cancel - Dismisses the datetime and
942
- * does not update the `value` prop.
943
- * OK - Dismisses the datetime and
944
- * updates the `value` prop.
945
- */
946
- return (h("div", { class: "datetime-footer" }, h("div", { class: "datetime-buttons" }, h("div", { class: {
947
- ['datetime-action-buttons']: true,
948
- ['has-clear-button']: this.showClearButton,
949
- } }, h("slot", { name: "buttons" }, h("ion-buttons", null, showDefaultButtons && (h("ion-button", { id: "cancel-button", color: this.color, onClick: () => this.cancel(true), disabled: isButtonDisabled }, this.cancelText)), h("div", { class: "datetime-action-buttons-container" }, showClearButton && (h("ion-button", { id: "clear-button", color: this.color, onClick: () => clearButtonClick(), disabled: isButtonDisabled }, this.clearText)), showDefaultButtons && (h("ion-button", { id: "confirm-button", color: this.color, onClick: () => this.confirm(true), disabled: isButtonDisabled }, this.doneText)))))))));
950
- }
951
- /**
952
- * Wheel picker render methods
953
- */
954
- renderWheelPicker(forcePresentation = this.presentation) {
955
- /**
956
- * If presentation="time-date" we switch the
957
- * order of the render array here instead of
958
- * manually reordering each date/time picker
959
- * column with CSS. This allows for additional
960
- * flexibility if we need to render subsets
961
- * of the date/time data or do additional ordering
962
- * within the child render functions.
963
- */
964
- const renderArray = forcePresentation === 'time-date'
965
- ? [this.renderTimePickerColumns(forcePresentation), this.renderDatePickerColumns(forcePresentation)]
966
- : [this.renderDatePickerColumns(forcePresentation), this.renderTimePickerColumns(forcePresentation)];
967
- return h("ion-picker-internal", null, renderArray);
968
- }
969
- renderDatePickerColumns(forcePresentation) {
970
- return forcePresentation === 'date-time' || forcePresentation === 'time-date'
971
- ? this.renderCombinedDatePickerColumn()
972
- : this.renderIndividualDatePickerColumns(forcePresentation);
973
- }
974
- renderCombinedDatePickerColumn() {
975
- const { defaultParts, workingParts, locale, minParts, maxParts, todayParts, isDateEnabled } = this;
976
- const activePart = this.getActivePartsWithFallback();
977
- /**
978
- * By default, generate a range of 3 months:
979
- * Previous month, current month, and next month
980
- */
981
- const monthsToRender = generateMonths(workingParts);
982
- const lastMonth = monthsToRender[monthsToRender.length - 1];
983
- /**
984
- * Ensure that users can select the entire window of dates.
985
- */
986
- monthsToRender[0].day = 1;
987
- lastMonth.day = getNumDaysInMonth(lastMonth.month, lastMonth.year);
988
701
  /**
989
- * Narrow the dates rendered based on min/max dates (if any).
990
- * The `min` date is used if the min is after the generated min month.
991
- * The `max` date is used if the max is before the generated max month.
992
- * This ensures that the sliding window always stays at 3 months
993
- * but still allows future dates to be lazily rendered based on any min/max
994
- * constraints.
702
+ * Confirms the selected datetime value, updates the
703
+ * `value` property, and optionally closes the popover
704
+ * or modal that the datetime was presented in.
995
705
  */
996
- const min = minParts !== undefined && isAfter(minParts, monthsToRender[0]) ? minParts : monthsToRender[0];
997
- const max = maxParts !== undefined && isBefore(maxParts, lastMonth) ? maxParts : lastMonth;
998
- const result = getCombinedDateColumnData(locale, todayParts, min, max, this.parsedDayValues, this.parsedMonthValues);
999
- let items = result.items;
1000
- const parts = result.parts;
1001
- if (isDateEnabled) {
1002
- items = items.map((itemObject, index) => {
1003
- const referenceParts = parts[index];
1004
- let disabled;
1005
- try {
1006
- /**
1007
- * The `isDateEnabled` implementation is try-catch wrapped
1008
- * to prevent exceptions in the user's function from
1009
- * interrupting the calendar rendering.
1010
- */
1011
- disabled = !isDateEnabled(convertDataToISO(referenceParts));
706
+ async confirm(closeOverlay = false) {
707
+ const { isCalendarPicker, activeParts, preferWheel, workingParts } = this;
708
+ /**
709
+ * We only update the value if the presentation is not a calendar picker.
710
+ */
711
+ if (activeParts !== undefined || !isCalendarPicker) {
712
+ const activePartsIsArray = Array.isArray(activeParts);
713
+ if (activePartsIsArray && activeParts.length === 0) {
714
+ if (preferWheel) {
715
+ /**
716
+ * If the datetime is using a wheel picker, but the
717
+ * active parts are empty, then the user has confirmed the
718
+ * initial value (working parts) presented to them.
719
+ */
720
+ this.setValue(convertDataToISO(workingParts));
721
+ }
722
+ else {
723
+ this.setValue(undefined);
724
+ }
725
+ }
726
+ else {
727
+ this.setValue(convertDataToISO(activeParts));
728
+ }
1012
729
  }
1013
- catch (e) {
1014
- printIonError('Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', e);
730
+ if (closeOverlay) {
731
+ this.closeParentOverlay();
1015
732
  }
1016
- return Object.assign(Object.assign({}, itemObject), { disabled });
1017
- });
1018
733
  }
1019
734
  /**
1020
- * If we have selected a day already, then default the column
1021
- * to that value. Otherwise, set it to the default date.
735
+ * Resets the internal state of the datetime but does not update the value.
736
+ * Passing a valid ISO-8601 string will reset the state of the component to the provided date.
737
+ * If no value is provided, the internal state will be reset to the clamped value of the min, max and today.
1022
738
  */
1023
- const todayString = workingParts.day !== null
1024
- ? `${workingParts.year}-${workingParts.month}-${workingParts.day}`
1025
- : `${defaultParts.year}-${defaultParts.month}-${defaultParts.day}`;
1026
- return (h("ion-picker-column-internal", { class: "date-column", color: this.color, items: items, value: todayString, onIonChange: (ev) => {
1027
- // TODO(FW-1823) Remove this when iOS 14 support is dropped.
1028
- // Due to a Safari 14 issue we need to destroy
1029
- // the scroll listener before we update state
1030
- // and trigger a re-render.
1031
- if (this.destroyCalendarListener) {
1032
- this.destroyCalendarListener();
1033
- }
1034
- const { value } = ev.detail;
1035
- const findPart = parts.find(({ month, day, year }) => value === `${year}-${month}-${day}`);
1036
- this.setWorkingParts(Object.assign(Object.assign({}, workingParts), findPart));
1037
- this.setActiveParts(Object.assign(Object.assign({}, activePart), findPart));
1038
- // We can re-attach the scroll listener after
1039
- // the working parts have been updated.
1040
- this.initializeCalendarListener();
1041
- ev.stopPropagation();
1042
- } }));
1043
- }
1044
- renderIndividualDatePickerColumns(forcePresentation) {
1045
- const { workingParts, isDateEnabled } = this;
1046
- const shouldRenderMonths = forcePresentation !== 'year' && forcePresentation !== 'time';
1047
- const months = shouldRenderMonths
1048
- ? getMonthColumnData(this.locale, workingParts, this.minParts, this.maxParts, this.parsedMonthValues)
1049
- : [];
1050
- const shouldRenderDays = forcePresentation === 'date';
1051
- let days = shouldRenderDays
1052
- ? getDayColumnData(this.locale, workingParts, this.minParts, this.maxParts, this.parsedDayValues)
1053
- : [];
1054
- if (isDateEnabled) {
1055
- days = days.map((dayObject) => {
1056
- const { value } = dayObject;
1057
- const valueNum = typeof value === 'string' ? parseInt(value) : value;
1058
- const referenceParts = {
1059
- month: workingParts.month,
1060
- day: valueNum,
1061
- year: workingParts.year,
1062
- };
1063
- let disabled;
1064
- try {
1065
- /**
1066
- * The `isDateEnabled` implementation is try-catch wrapped
1067
- * to prevent exceptions in the user's function from
1068
- * interrupting the calendar rendering.
1069
- */
1070
- disabled = !isDateEnabled(convertDataToISO(referenceParts));
1071
- }
1072
- catch (e) {
1073
- printIonError('Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', e);
1074
- }
1075
- return Object.assign(Object.assign({}, dayObject), { disabled });
1076
- });
739
+ async reset(startDate) {
740
+ this.processValue(startDate);
1077
741
  }
1078
- const shouldRenderYears = forcePresentation !== 'month' && forcePresentation !== 'time';
1079
- const years = shouldRenderYears
1080
- ? getYearColumnData(this.locale, this.defaultParts, this.minParts, this.maxParts, this.parsedYearValues)
1081
- : [];
1082
742
  /**
1083
- * Certain locales show the day before the month.
743
+ * Emits the ionCancel event and
744
+ * optionally closes the popover
745
+ * or modal that the datetime was
746
+ * presented in.
1084
747
  */
1085
- const showMonthFirst = isMonthFirstLocale(this.locale, { month: 'numeric', day: 'numeric' });
1086
- let renderArray = [];
1087
- if (showMonthFirst) {
1088
- renderArray = [
1089
- this.renderMonthPickerColumn(months),
1090
- this.renderDayPickerColumn(days),
1091
- this.renderYearPickerColumn(years),
1092
- ];
748
+ async cancel(closeOverlay = false) {
749
+ this.ionCancel.emit();
750
+ if (closeOverlay) {
751
+ this.closeParentOverlay();
752
+ }
1093
753
  }
1094
- else {
1095
- renderArray = [
1096
- this.renderDayPickerColumn(days),
1097
- this.renderMonthPickerColumn(months),
1098
- this.renderYearPickerColumn(years),
1099
- ];
754
+ get isCalendarPicker() {
755
+ const { presentation } = this;
756
+ return presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
1100
757
  }
1101
- return renderArray;
1102
- }
1103
- renderDayPickerColumn(days) {
1104
- var _a;
1105
- if (days.length === 0) {
1106
- return [];
758
+ connectedCallback() {
759
+ this.clearFocusVisible = startFocusVisible(this.el).destroy;
1107
760
  }
1108
- const { workingParts } = this;
1109
- const activePart = this.getActivePartsWithFallback();
1110
- return (h("ion-picker-column-internal", { class: "day-column", color: this.color, items: days, value: (_a = (workingParts.day !== null ? workingParts.day : this.defaultParts.day)) !== null && _a !== void 0 ? _a : undefined, onIonChange: (ev) => {
1111
- // TODO(FW-1823) Remove this when iOS 14 support is dropped.
1112
- // Due to a Safari 14 issue we need to destroy
1113
- // the scroll listener before we update state
1114
- // and trigger a re-render.
1115
- if (this.destroyCalendarListener) {
1116
- this.destroyCalendarListener();
761
+ disconnectedCallback() {
762
+ if (this.clearFocusVisible) {
763
+ this.clearFocusVisible();
764
+ this.clearFocusVisible = undefined;
1117
765
  }
1118
- this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { day: ev.detail.value }));
1119
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { day: ev.detail.value }));
1120
- // We can re-attach the scroll listener after
1121
- // the working parts have been updated.
1122
- this.initializeCalendarListener();
1123
- ev.stopPropagation();
1124
- } }));
1125
- }
1126
- renderMonthPickerColumn(months) {
1127
- if (months.length === 0) {
1128
- return [];
1129
766
  }
1130
- const { workingParts } = this;
1131
- const activePart = this.getActivePartsWithFallback();
1132
- return (h("ion-picker-column-internal", { class: "month-column", color: this.color, items: months, value: workingParts.month, onIonChange: (ev) => {
1133
- // TODO(FW-1823) Remove this when iOS 14 support is dropped.
1134
- // Due to a Safari 14 issue we need to destroy
1135
- // the scroll listener before we update state
1136
- // and trigger a re-render.
1137
- if (this.destroyCalendarListener) {
1138
- this.destroyCalendarListener();
1139
- }
1140
- this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { month: ev.detail.value }));
1141
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { month: ev.detail.value }));
1142
- // We can re-attach the scroll listener after
1143
- // the working parts have been updated.
767
+ initializeListeners() {
1144
768
  this.initializeCalendarListener();
1145
- ev.stopPropagation();
1146
- } }));
1147
- }
1148
- renderYearPickerColumn(years) {
1149
- if (years.length === 0) {
1150
- return [];
769
+ this.initializeKeyboardListeners();
1151
770
  }
1152
- const { workingParts } = this;
1153
- const activePart = this.getActivePartsWithFallback();
1154
- return (h("ion-picker-column-internal", { class: "year-column", color: this.color, items: years, value: workingParts.year, onIonChange: (ev) => {
1155
- // TODO(FW-1823) Remove this when iOS 14 support is dropped.
1156
- // Due to a Safari 14 issue we need to destroy
1157
- // the scroll listener before we update state
1158
- // and trigger a re-render.
1159
- if (this.destroyCalendarListener) {
1160
- this.destroyCalendarListener();
1161
- }
1162
- this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { year: ev.detail.value }));
1163
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { year: ev.detail.value }));
1164
- // We can re-attach the scroll listener after
1165
- // the working parts have been updated.
1166
- this.initializeCalendarListener();
1167
- ev.stopPropagation();
1168
- } }));
1169
- }
1170
- renderTimePickerColumns(forcePresentation) {
1171
- if (['date', 'month', 'month-year', 'year'].includes(forcePresentation)) {
1172
- return [];
771
+ componentDidLoad() {
772
+ /**
773
+ * If a scrollable element is hidden using `display: none`,
774
+ * it will not have a scroll height meaning we cannot scroll elements
775
+ * into view. As a result, we will need to wait for the datetime to become
776
+ * visible if used inside of a modal or a popover otherwise the scrollable
777
+ * areas will not have the correct values snapped into place.
778
+ */
779
+ const visibleCallback = (entries) => {
780
+ const ev = entries[0];
781
+ if (!ev.isIntersecting) {
782
+ return;
783
+ }
784
+ this.initializeListeners();
785
+ /**
786
+ * TODO FW-2793: Datetime needs a frame to ensure that it
787
+ * can properly scroll contents into view. As a result
788
+ * we hide the scrollable content until after that frame
789
+ * so users do not see the content quickly shifting. The downside
790
+ * is that the content will pop into view a frame after. Maybe there
791
+ * is a better way to handle this?
792
+ */
793
+ writeTask(() => {
794
+ this.el.classList.add('datetime-ready');
795
+ });
796
+ };
797
+ const visibleIO = new IntersectionObserver(visibleCallback, { threshold: 0.01 });
798
+ /**
799
+ * Use raf to avoid a race condition between the component loading and
800
+ * its display animation starting (such as when shown in a modal). This
801
+ * could cause the datetime to start at a visibility of 0, erroneously
802
+ * triggering the `hiddenIO` observer below.
803
+ */
804
+ raf(() => visibleIO === null || visibleIO === void 0 ? void 0 : visibleIO.observe(this.el));
805
+ /**
806
+ * We need to clean up listeners when the datetime is hidden
807
+ * in a popover/modal so that we can properly scroll containers
808
+ * back into view if they are re-presented. When the datetime is hidden
809
+ * the scroll areas have scroll widths/heights of 0px, so any snapping
810
+ * we did originally has been lost.
811
+ */
812
+ const hiddenCallback = (entries) => {
813
+ const ev = entries[0];
814
+ if (ev.isIntersecting) {
815
+ return;
816
+ }
817
+ this.destroyInteractionListeners();
818
+ /**
819
+ * When datetime is hidden, we need to make sure that
820
+ * the month/year picker is closed. Otherwise,
821
+ * it will be open when the datetime re-appears
822
+ * and the scroll area of the calendar grid will be 0.
823
+ * As a result, the wrong month will be shown.
824
+ */
825
+ this.showMonthAndYear = false;
826
+ writeTask(() => {
827
+ this.el.classList.remove('datetime-ready');
828
+ });
829
+ };
830
+ const hiddenIO = new IntersectionObserver(hiddenCallback, { threshold: 0 });
831
+ raf(() => hiddenIO === null || hiddenIO === void 0 ? void 0 : hiddenIO.observe(this.el));
832
+ /**
833
+ * Datetime uses Ionic components that emit
834
+ * ionFocus and ionBlur. These events are
835
+ * composed meaning they will cross
836
+ * the shadow dom boundary. We need to
837
+ * stop propagation on these events otherwise
838
+ * developers will see 2 ionFocus or 2 ionBlur
839
+ * events at a time.
840
+ */
841
+ const root = getElementRoot(this.el);
842
+ root.addEventListener('ionFocus', (ev) => ev.stopPropagation());
843
+ root.addEventListener('ionBlur', (ev) => ev.stopPropagation());
1173
844
  }
1174
845
  /**
1175
- * If a user has not selected a date,
1176
- * then we should show all times. If the
1177
- * user has selected a date (even if it has
1178
- * not been confirmed yet), we should apply
1179
- * the max and min restrictions so that the
1180
- * time picker shows values that are
1181
- * appropriate for the selected date.
846
+ * When the presentation is changed, all calendar content is recreated,
847
+ * so we need to re-init behavior with the new elements.
1182
848
  */
1183
- const activePart = this.getActivePart();
1184
- const userHasSelectedDate = activePart !== undefined;
1185
- const { hoursData, minutesData, dayPeriodData } = getTimeColumnsData(this.locale, this.workingParts, this.hourCycle, userHasSelectedDate ? this.minParts : undefined, userHasSelectedDate ? this.maxParts : undefined, this.parsedHourValues, this.parsedMinuteValues);
1186
- return [
1187
- this.renderHourPickerColumn(hoursData),
1188
- this.renderMinutePickerColumn(minutesData),
1189
- this.renderDayPeriodPickerColumn(dayPeriodData),
1190
- ];
1191
- }
1192
- renderHourPickerColumn(hoursData) {
1193
- const { workingParts } = this;
1194
- if (hoursData.length === 0)
1195
- return [];
1196
- const activePart = this.getActivePartsWithFallback();
1197
- return (h("ion-picker-column-internal", { color: this.color, value: activePart.hour, items: hoursData, numericInput: true, onIonChange: (ev) => {
1198
- this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { hour: ev.detail.value }));
1199
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { hour: ev.detail.value }));
1200
- ev.stopPropagation();
1201
- } }));
1202
- }
1203
- renderMinutePickerColumn(minutesData) {
1204
- const { workingParts } = this;
1205
- if (minutesData.length === 0)
1206
- return [];
1207
- const activePart = this.getActivePartsWithFallback();
1208
- return (h("ion-picker-column-internal", { color: this.color, value: activePart.minute, items: minutesData, numericInput: true, onIonChange: (ev) => {
1209
- this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { minute: ev.detail.value }));
1210
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { minute: ev.detail.value }));
1211
- ev.stopPropagation();
1212
- } }));
1213
- }
1214
- renderDayPeriodPickerColumn(dayPeriodData) {
1215
- const { workingParts } = this;
1216
- if (dayPeriodData.length === 0) {
1217
- return [];
1218
- }
1219
- const activePart = this.getActivePartsWithFallback();
1220
- const isDayPeriodRTL = isLocaleDayPeriodRTL(this.locale);
1221
- return (h("ion-picker-column-internal", { style: isDayPeriodRTL ? { order: '-1' } : {}, color: this.color, value: activePart.ampm, items: dayPeriodData, onIonChange: (ev) => {
1222
- const hour = calculateHourFromAMPM(workingParts, ev.detail.value);
1223
- this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { ampm: ev.detail.value, hour }));
1224
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { ampm: ev.detail.value, hour }));
1225
- ev.stopPropagation();
1226
- } }));
1227
- }
1228
- renderWheelView(forcePresentation) {
1229
- const { locale } = this;
1230
- const showMonthFirst = isMonthFirstLocale(locale);
1231
- const columnOrder = showMonthFirst ? 'month-first' : 'year-first';
1232
- return (h("div", { class: {
1233
- [`wheel-order-${columnOrder}`]: true,
1234
- } }, this.renderWheelPicker(forcePresentation)));
1235
- }
1236
- /**
1237
- * Grid Render Methods
1238
- */
1239
- renderCalendarHeader(mode) {
1240
- const { disabled } = this;
1241
- const expandedIcon = mode === 'ios' ? chevronDown : caretUpSharp;
1242
- const collapsedIcon = mode === 'ios' ? chevronForward : caretDownSharp;
1243
- const prevMonthDisabled = disabled || isPrevMonthDisabled(this.workingParts, this.minParts, this.maxParts);
1244
- const nextMonthDisabled = disabled || isNextMonthDisabled(this.workingParts, this.maxParts);
1245
- // don't use the inheritAttributes util because it removes dir from the host, and we still need that
1246
- const hostDir = this.el.getAttribute('dir') || undefined;
1247
- return (h("div", { class: "calendar-header" }, h("div", { class: "calendar-action-buttons" }, h("div", { class: "calendar-month-year" }, h("ion-item", { part: "month-year-button", ref: (el) => (this.monthYearToggleItemRef = el), button: true, "aria-label": "Show year picker", detail: false, lines: "none", disabled: disabled, onClick: () => {
1248
- var _a;
1249
- this.toggleMonthAndYearView();
849
+ componentDidRender() {
850
+ const { presentation, prevPresentation, calendarBodyRef, minParts, preferWheel, forceRenderDate } = this;
1250
851
  /**
1251
- * TODO: FW-3547
1252
- *
1253
- * Currently there is not a way to set the aria-label on the inner button
1254
- * on the `ion-item` and have it be reactive to changes. This is a workaround
1255
- * until we either refactor `ion-item` to a button or Stencil adds a way to
1256
- * have reactive props for built-in properties, such as `aria-label`.
852
+ * TODO(FW-2165)
853
+ * Remove this when https://bugs.webkit.org/show_bug.cgi?id=235960 is fixed.
854
+ * When using `min`, we add `scroll-snap-align: none`
855
+ * to the disabled month so that users cannot scroll to it.
856
+ * This triggers a bug in WebKit where the scroll position is reset.
857
+ * Since the month change logic is handled by a scroll listener,
858
+ * this causes the month to change leading to `scroll-snap-align`
859
+ * changing again, thus changing the scroll position again and causing
860
+ * an infinite loop.
861
+ * This issue only applies to the calendar grid, so we can disable
862
+ * it if the calendar grid is not being used.
1257
863
  */
1258
- const { monthYearToggleItemRef } = this;
1259
- if (monthYearToggleItemRef) {
1260
- const btn = (_a = monthYearToggleItemRef.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.item-native');
1261
- if (btn) {
1262
- const monthYearAriaLabel = this.showMonthAndYear ? 'Hide year picker' : 'Show year picker';
1263
- btn.setAttribute('aria-label', monthYearAriaLabel);
1264
- }
1265
- }
1266
- } }, h("ion-label", null, getMonthAndYear(this.locale, this.workingParts), h("ion-icon", { "aria-hidden": "true", icon: this.showMonthAndYear ? expandedIcon : collapsedIcon, lazy: false, flipRtl: true })))), h("div", { class: "calendar-next-prev" }, h("ion-buttons", null, h("ion-button", { "aria-label": "Previous month", disabled: prevMonthDisabled, onClick: () => this.prevMonth() }, h("ion-icon", { dir: hostDir, "aria-hidden": "true", slot: "icon-only", icon: chevronBack, lazy: false, flipRtl: true })), h("ion-button", { "aria-label": "Next month", disabled: nextMonthDisabled, onClick: () => this.nextMonth() }, h("ion-icon", { dir: hostDir, "aria-hidden": "true", slot: "icon-only", icon: chevronForward, lazy: false, flipRtl: true }))))), h("div", { class: "calendar-days-of-week", "aria-hidden": "true" }, getDaysOfWeek(this.locale, mode, this.firstDayOfWeek % 7).map((d) => {
1267
- return h("div", { class: "day-of-week" }, d);
1268
- }))));
1269
- }
1270
- renderMonth(month, year) {
1271
- const { disabled, readonly } = this;
1272
- const yearAllowed = this.parsedYearValues === undefined || this.parsedYearValues.includes(year);
1273
- const monthAllowed = this.parsedMonthValues === undefined || this.parsedMonthValues.includes(month);
1274
- const isCalMonthDisabled = !yearAllowed || !monthAllowed;
1275
- const isDatetimeDisabled = disabled || readonly;
1276
- const swipeDisabled = disabled ||
1277
- isMonthDisabled({
1278
- month,
1279
- year,
1280
- day: null,
1281
- }, {
1282
- // The day is not used when checking if a month is disabled.
1283
- // Users should be able to access the min or max month, even if the
1284
- // min/max date is out of bounds (e.g. min is set to Feb 15, Feb should not be disabled).
1285
- minParts: Object.assign(Object.assign({}, this.minParts), { day: null }),
1286
- maxParts: Object.assign(Object.assign({}, this.maxParts), { day: null }),
1287
- });
1288
- // The working month should never have swipe disabled.
1289
- // Otherwise the CSS scroll snap will not work and the user
1290
- // can free-scroll the calendar.
1291
- const isWorkingMonth = this.workingParts.month === month && this.workingParts.year === year;
1292
- const activePart = this.getActivePartsWithFallback();
1293
- return (h("div", { "aria-hidden": !isWorkingMonth ? 'true' : null, class: {
1294
- 'calendar-month': true,
1295
- // Prevents scroll snap swipe gestures for months outside of the min/max bounds
1296
- 'calendar-month-disabled': !isWorkingMonth && swipeDisabled,
1297
- } }, h("div", { class: "calendar-month-grid" }, getDaysOfMonth(month, year, this.firstDayOfWeek % 7).map((dateObject, index) => {
1298
- const { day, dayOfWeek } = dateObject;
1299
- const { el, highlightedDates, isDateEnabled, multiple } = this;
1300
- const referenceParts = { month, day, year };
1301
- const isCalendarPadding = day === null;
1302
- const { isActive, isToday, ariaLabel, ariaSelected, disabled: isDayDisabled, text, } = getCalendarDayState(this.locale, referenceParts, this.activeParts, this.todayParts, this.minParts, this.maxParts, this.parsedDayValues);
1303
- const dateIsoString = convertDataToISO(referenceParts);
1304
- let isCalDayDisabled = isCalMonthDisabled || isDayDisabled;
1305
- if (!isCalDayDisabled && isDateEnabled !== undefined) {
1306
- try {
1307
- /**
1308
- * The `isDateEnabled` implementation is try-catch wrapped
1309
- * to prevent exceptions in the user's function from
1310
- * interrupting the calendar rendering.
1311
- */
1312
- isCalDayDisabled = !isDateEnabled(dateIsoString);
864
+ const hasCalendarGrid = !preferWheel && ['date-time', 'time-date', 'date'].includes(presentation);
865
+ if (minParts !== undefined && hasCalendarGrid && calendarBodyRef) {
866
+ const workingMonth = calendarBodyRef.querySelector('.calendar-month:nth-of-type(1)');
867
+ /**
868
+ * We need to make sure the datetime is not in the process
869
+ * of scrolling to a new datetime value if the value
870
+ * is updated programmatically.
871
+ * Otherwise, the datetime will appear to not scroll at all because
872
+ * we are resetting the scroll position to the center of the view.
873
+ * Prior to the datetime's value being updated programmatically,
874
+ * the calendarBodyRef is scrolled such that the middle month is centered
875
+ * in the view. The below code updates the scroll position so the middle
876
+ * month is also centered in the view. Since the scroll position did not change,
877
+ * the scroll callback in this file does not fire,
878
+ * and the resolveForceDateScrolling promise never resolves.
879
+ */
880
+ if (workingMonth && forceRenderDate === undefined) {
881
+ calendarBodyRef.scrollLeft = workingMonth.clientWidth * (isRTL(this.el) ? -1 : 1);
882
+ }
1313
883
  }
1314
- catch (e) {
1315
- printIonError('Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', el, e);
884
+ if (prevPresentation === null) {
885
+ this.prevPresentation = presentation;
886
+ return;
1316
887
  }
1317
- }
1318
- /**
1319
- * Some days are constrained through max & min or allowed dates
1320
- * and also disabled because the component is readonly or disabled.
1321
- * These need to be displayed differently.
1322
- */
1323
- const isCalDayConstrained = isCalDayDisabled && isDatetimeDisabled;
1324
- const isButtonDisabled = isCalDayDisabled || isDatetimeDisabled;
1325
- let dateStyle = undefined;
1326
- /**
1327
- * Custom highlight styles should not override the style for selected dates,
1328
- * nor apply to "filler days" at the start of the grid.
1329
- */
1330
- if (highlightedDates !== undefined && !isActive && day !== null) {
1331
- dateStyle = getHighlightStyles(highlightedDates, dateIsoString, el);
1332
- }
1333
- let dateParts = undefined;
1334
- // "Filler days" at the beginning of the grid should not get the calendar day
1335
- // CSS parts added to them
1336
- if (!isCalendarPadding) {
1337
- dateParts = `calendar-day${isActive ? ' active' : ''}${isToday ? ' today' : ''}${isCalDayDisabled ? ' disabled' : ''}`;
1338
- }
1339
- return (h("div", { class: "calendar-day-wrapper" }, h("button", {
1340
- // We need to use !important for the inline styles here because
1341
- // otherwise the CSS shadow parts will override these styles.
1342
- // See https://github.com/WICG/webcomponents/issues/847
1343
- // Both the CSS shadow parts and highlightedDates styles are
1344
- // provided by the developer, but highlightedDates styles should
1345
- // always take priority.
1346
- ref: (el) => {
1347
- if (el) {
1348
- el.style.setProperty('color', `${dateStyle ? dateStyle.textColor : ''}`, 'important');
1349
- el.style.setProperty('background-color', `${dateStyle ? dateStyle.backgroundColor : ''}`, 'important');
1350
- }
1351
- }, tabindex: "-1", "data-day": day, "data-month": month, "data-year": year, "data-index": index, "data-day-of-week": dayOfWeek, disabled: isButtonDisabled, class: {
1352
- 'calendar-day-padding': isCalendarPadding,
1353
- 'calendar-day': true,
1354
- 'calendar-day-active': isActive,
1355
- 'calendar-day-constrained': isCalDayConstrained,
1356
- 'calendar-day-today': isToday,
1357
- }, part: dateParts, "aria-hidden": isCalendarPadding ? 'true' : null, "aria-selected": ariaSelected, "aria-label": ariaLabel, onClick: () => {
1358
- if (isCalendarPadding) {
888
+ if (presentation === prevPresentation) {
1359
889
  return;
1360
- }
1361
- this.setWorkingParts(Object.assign(Object.assign({}, this.workingParts), { month,
1362
- day,
1363
- year }));
1364
- // multiple only needs date info, so we can wipe out other fields like time
1365
- if (multiple) {
1366
- this.setActiveParts({
1367
- month,
1368
- day,
1369
- year,
1370
- }, isActive);
1371
- }
1372
- else {
1373
- this.setActiveParts(Object.assign(Object.assign({}, activePart), { month,
1374
- day,
1375
- year }));
1376
- }
1377
890
  }
1378
- }, text)));
1379
- }))));
1380
- }
1381
- renderCalendarBody() {
1382
- return (h("div", { class: "calendar-body ion-focusable", ref: (el) => (this.calendarBodyRef = el), tabindex: "0" }, generateMonths(this.workingParts, this.forceRenderDate).map(({ month, year }) => {
1383
- return this.renderMonth(month, year);
1384
- })));
1385
- }
1386
- renderCalendar(mode) {
1387
- return (h("div", { class: "datetime-calendar", key: "datetime-calendar" }, this.renderCalendarHeader(mode), this.renderCalendarBody()));
1388
- }
1389
- renderTimeLabel() {
1390
- const hasSlottedTimeLabel = this.el.querySelector('[slot="time-label"]') !== null;
1391
- if (!hasSlottedTimeLabel && !this.showDefaultTimeLabel) {
1392
- return;
891
+ this.prevPresentation = presentation;
892
+ this.destroyInteractionListeners();
893
+ this.initializeListeners();
894
+ /**
895
+ * The month/year picker from the date interface
896
+ * should be closed as it is not available in non-date
897
+ * interfaces.
898
+ */
899
+ this.showMonthAndYear = false;
900
+ raf(() => {
901
+ this.ionRender.emit();
902
+ });
1393
903
  }
1394
- return h("slot", { name: "time-label" }, "Time");
1395
- }
1396
- renderTimeOverlay() {
1397
- const { disabled, hourCycle, isTimePopoverOpen, locale } = this;
1398
- const computedHourCycle = getHourCycle(locale, hourCycle);
1399
- const activePart = this.getActivePartsWithFallback();
1400
- return [
1401
- h("div", { class: "time-header" }, this.renderTimeLabel()),
1402
- h("button", { class: {
1403
- 'time-body': true,
1404
- 'time-body-active': isTimePopoverOpen,
1405
- }, part: `time-button${isTimePopoverOpen ? ' active' : ''}`, "aria-expanded": "false", "aria-haspopup": "true", disabled: disabled, onClick: async (ev) => {
1406
- const { popoverRef } = this;
1407
- if (popoverRef) {
1408
- this.isTimePopoverOpen = true;
1409
- popoverRef.present(new CustomEvent('ionShadowTarget', {
1410
- detail: {
1411
- ionShadowTarget: ev.target,
1412
- },
1413
- }));
1414
- await popoverRef.onWillDismiss();
1415
- this.isTimePopoverOpen = false;
1416
- }
1417
- } }, getLocalizedTime(locale, activePart, computedHourCycle)),
1418
- h("ion-popover", { alignment: "center", translucent: true, overlayIndex: 1, arrow: false, onWillPresent: (ev) => {
1419
- /**
1420
- * Intersection Observers do not consistently fire between Blink and Webkit
1421
- * when toggling the visibility of the popover and trying to scroll the picker
1422
- * column to the correct time value.
1423
- *
1424
- * This will correctly scroll the element position to the correct time value,
1425
- * before the popover is fully presented.
1426
- */
1427
- const cols = ev.target.querySelectorAll('ion-picker-column-internal');
1428
- // TODO (FW-615): Potentially remove this when intersection observers are fixed in picker column
1429
- cols.forEach((col) => col.scrollActiveItemIntoView());
1430
- }, style: {
1431
- '--offset-y': '-10px',
1432
- '--min-width': 'fit-content',
1433
- },
1434
- // Allow native browser keyboard events to support up/down/home/end key
1435
- // navigation within the time picker.
1436
- keyboardEvents: true, ref: (el) => (this.popoverRef = el) }, this.renderWheelPicker('time')),
1437
- ];
1438
- }
1439
- getHeaderSelectedDateText() {
1440
- const { activeParts, multiple, titleSelectedDatesFormatter } = this;
1441
- const isArray = Array.isArray(activeParts);
1442
- let headerText;
1443
- if (multiple && isArray && activeParts.length !== 1) {
1444
- headerText = `${activeParts.length} days`; // default/fallback for multiple selection
1445
- if (titleSelectedDatesFormatter !== undefined) {
1446
- try {
1447
- headerText = titleSelectedDatesFormatter(convertDataToISO(activeParts));
904
+ componentWillLoad() {
905
+ const { el, highlightedDates, multiple, presentation, preferWheel } = this;
906
+ if (multiple) {
907
+ if (presentation !== 'date') {
908
+ printIonWarning('Multiple date selection is only supported for presentation="date".', el);
909
+ }
910
+ if (preferWheel) {
911
+ printIonWarning('Multiple date selection is not supported with preferWheel="true".', el);
912
+ }
1448
913
  }
1449
- catch (e) {
1450
- printIonError('Exception in provided `titleSelectedDatesFormatter`: ', e);
914
+ if (highlightedDates !== undefined) {
915
+ if (presentation !== 'date' && presentation !== 'date-time' && presentation !== 'time-date') {
916
+ printIonWarning('The highlightedDates property is only supported with the date, date-time, and time-date presentations.', el);
917
+ }
918
+ if (preferWheel) {
919
+ printIonWarning('The highlightedDates property is not supported with preferWheel="true".', el);
920
+ }
1451
921
  }
1452
- }
922
+ const hourValues = (this.parsedHourValues = convertToArrayOfNumbers(this.hourValues));
923
+ const minuteValues = (this.parsedMinuteValues = convertToArrayOfNumbers(this.minuteValues));
924
+ const monthValues = (this.parsedMonthValues = convertToArrayOfNumbers(this.monthValues));
925
+ const yearValues = (this.parsedYearValues = convertToArrayOfNumbers(this.yearValues));
926
+ const dayValues = (this.parsedDayValues = convertToArrayOfNumbers(this.dayValues));
927
+ const todayParts = (this.todayParts = parseDate(getToday()));
928
+ this.processMinParts();
929
+ this.processMaxParts();
930
+ this.defaultParts = getClosestValidDate({
931
+ refParts: todayParts,
932
+ monthValues,
933
+ dayValues,
934
+ yearValues,
935
+ hourValues,
936
+ minuteValues,
937
+ minParts: this.minParts,
938
+ maxParts: this.maxParts,
939
+ });
940
+ this.processValue(this.value);
941
+ this.emitStyle();
1453
942
  }
1454
- else {
1455
- // for exactly 1 day selected (multiple set or not), show a formatted version of that
1456
- headerText = getMonthAndDay(this.locale, this.getActivePartsWithFallback());
943
+ emitStyle() {
944
+ this.ionStyle.emit({
945
+ interactive: true,
946
+ datetime: true,
947
+ 'interactive-disabled': this.disabled,
948
+ });
1457
949
  }
1458
- return headerText;
1459
- }
1460
- renderHeader(showExpandedHeader = true) {
1461
- const hasSlottedTitle = this.el.querySelector('[slot="title"]') !== null;
1462
- if (!hasSlottedTitle && !this.showDefaultTitle) {
1463
- return;
950
+ /**
951
+ * Universal render methods
952
+ * These are pieces of datetime that
953
+ * are rendered independently of presentation.
954
+ */
955
+ renderFooter() {
956
+ const { disabled, readonly, showDefaultButtons, showClearButton } = this;
957
+ /**
958
+ * The cancel, clear, and confirm buttons
959
+ * should not be interactive if the datetime
960
+ * is disabled or readonly.
961
+ */
962
+ const isButtonDisabled = disabled || readonly;
963
+ const hasSlottedButtons = this.el.querySelector('[slot="buttons"]') !== null;
964
+ if (!hasSlottedButtons && !showDefaultButtons && !showClearButton) {
965
+ return;
966
+ }
967
+ const clearButtonClick = () => {
968
+ this.reset();
969
+ this.setValue(undefined);
970
+ };
971
+ /**
972
+ * By default we render two buttons:
973
+ * Cancel - Dismisses the datetime and
974
+ * does not update the `value` prop.
975
+ * OK - Dismisses the datetime and
976
+ * updates the `value` prop.
977
+ */
978
+ return (h("div", { class: "datetime-footer" }, h("div", { class: "datetime-buttons" }, h("div", { class: {
979
+ ['datetime-action-buttons']: true,
980
+ ['has-clear-button']: this.showClearButton,
981
+ } }, h("slot", { name: "buttons" }, h("ion-buttons", null, showDefaultButtons && (h("ion-button", { id: "cancel-button", color: this.color, onClick: () => this.cancel(true), disabled: isButtonDisabled }, this.cancelText)), h("div", { class: "datetime-action-buttons-container" }, showClearButton && (h("ion-button", { id: "clear-button", color: this.color, onClick: () => clearButtonClick(), disabled: isButtonDisabled }, this.clearText)), showDefaultButtons && (h("ion-button", { id: "confirm-button", color: this.color, onClick: () => this.confirm(true), disabled: isButtonDisabled }, this.doneText)))))))));
1464
982
  }
1465
- return (h("div", { class: "datetime-header" }, h("div", { class: "datetime-title" }, h("slot", { name: "title" }, "Select Date")), showExpandedHeader && h("div", { class: "datetime-selected-date" }, this.getHeaderSelectedDateText())));
1466
- }
1467
- /**
1468
- * Render time picker inside of datetime.
1469
- * Do not pass color prop to segment on
1470
- * iOS mode. MD segment has been customized and
1471
- * should take on the color prop, but iOS
1472
- * should just be the default segment.
1473
- */
1474
- renderTime() {
1475
- const { presentation } = this;
1476
- const timeOnlyPresentation = presentation === 'time';
1477
- return (h("div", { class: "datetime-time" }, timeOnlyPresentation ? this.renderWheelPicker() : this.renderTimeOverlay()));
1478
- }
1479
- /**
1480
- * Renders the month/year picker that is
1481
- * displayed on the calendar grid.
1482
- * The .datetime-year class has additional
1483
- * styles that let us show/hide the
1484
- * picker when the user clicks on the
1485
- * toggle in the calendar header.
1486
- */
1487
- renderCalendarViewMonthYearPicker() {
1488
- return h("div", { class: "datetime-year" }, this.renderWheelView('month-year'));
1489
- }
1490
- /**
1491
- * Render entry point
1492
- * All presentation types are rendered from here.
1493
- */
1494
- renderDatetime(mode) {
1495
- const { presentation, preferWheel } = this;
1496
983
  /**
1497
- * Certain presentation types have separate grid and wheel displays.
1498
- * If preferWheel is true then we should show a wheel picker instead.
984
+ * Wheel picker render methods
1499
985
  */
1500
- const hasWheelVariant = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
1501
- if (preferWheel && hasWheelVariant) {
1502
- return [this.renderHeader(false), this.renderWheelView(), this.renderFooter()];
986
+ renderWheelPicker(forcePresentation = this.presentation) {
987
+ /**
988
+ * If presentation="time-date" we switch the
989
+ * order of the render array here instead of
990
+ * manually reordering each date/time picker
991
+ * column with CSS. This allows for additional
992
+ * flexibility if we need to render subsets
993
+ * of the date/time data or do additional ordering
994
+ * within the child render functions.
995
+ */
996
+ const renderArray = forcePresentation === 'time-date'
997
+ ? [this.renderTimePickerColumns(forcePresentation), this.renderDatePickerColumns(forcePresentation)]
998
+ : [this.renderDatePickerColumns(forcePresentation), this.renderTimePickerColumns(forcePresentation)];
999
+ return h("ion-picker-internal", null, renderArray);
1503
1000
  }
1504
- switch (presentation) {
1505
- case 'date-time':
1506
- return [
1507
- this.renderHeader(),
1508
- this.renderCalendar(mode),
1509
- this.renderCalendarViewMonthYearPicker(),
1510
- this.renderTime(),
1511
- this.renderFooter(),
1512
- ];
1513
- case 'time-date':
1514
- return [
1515
- this.renderHeader(),
1516
- this.renderTime(),
1517
- this.renderCalendar(mode),
1518
- this.renderCalendarViewMonthYearPicker(),
1519
- this.renderFooter(),
1520
- ];
1521
- case 'time':
1522
- return [this.renderHeader(false), this.renderTime(), this.renderFooter()];
1523
- case 'month':
1524
- case 'month-year':
1525
- case 'year':
1526
- return [this.renderHeader(false), this.renderWheelView(), this.renderFooter()];
1527
- default:
1001
+ renderDatePickerColumns(forcePresentation) {
1002
+ return forcePresentation === 'date-time' || forcePresentation === 'time-date'
1003
+ ? this.renderCombinedDatePickerColumn()
1004
+ : this.renderIndividualDatePickerColumns(forcePresentation);
1005
+ }
1006
+ renderCombinedDatePickerColumn() {
1007
+ const { defaultParts, disabled, workingParts, locale, minParts, maxParts, todayParts, isDateEnabled } = this;
1008
+ const activePart = this.getActivePartsWithFallback();
1009
+ /**
1010
+ * By default, generate a range of 3 months:
1011
+ * Previous month, current month, and next month
1012
+ */
1013
+ const monthsToRender = generateMonths(workingParts);
1014
+ const lastMonth = monthsToRender[monthsToRender.length - 1];
1015
+ /**
1016
+ * Ensure that users can select the entire window of dates.
1017
+ */
1018
+ monthsToRender[0].day = 1;
1019
+ lastMonth.day = getNumDaysInMonth(lastMonth.month, lastMonth.year);
1020
+ /**
1021
+ * Narrow the dates rendered based on min/max dates (if any).
1022
+ * The `min` date is used if the min is after the generated min month.
1023
+ * The `max` date is used if the max is before the generated max month.
1024
+ * This ensures that the sliding window always stays at 3 months
1025
+ * but still allows future dates to be lazily rendered based on any min/max
1026
+ * constraints.
1027
+ */
1028
+ const min = minParts !== undefined && isAfter(minParts, monthsToRender[0]) ? minParts : monthsToRender[0];
1029
+ const max = maxParts !== undefined && isBefore(maxParts, lastMonth) ? maxParts : lastMonth;
1030
+ const result = getCombinedDateColumnData(locale, todayParts, min, max, this.parsedDayValues, this.parsedMonthValues);
1031
+ let items = result.items;
1032
+ const parts = result.parts;
1033
+ if (isDateEnabled) {
1034
+ items = items.map((itemObject, index) => {
1035
+ const referenceParts = parts[index];
1036
+ let disabled;
1037
+ try {
1038
+ /**
1039
+ * The `isDateEnabled` implementation is try-catch wrapped
1040
+ * to prevent exceptions in the user's function from
1041
+ * interrupting the calendar rendering.
1042
+ */
1043
+ disabled = !isDateEnabled(convertDataToISO(referenceParts));
1044
+ }
1045
+ catch (e) {
1046
+ printIonError('Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', e);
1047
+ }
1048
+ return Object.assign(Object.assign({}, itemObject), { disabled });
1049
+ });
1050
+ }
1051
+ /**
1052
+ * If we have selected a day already, then default the column
1053
+ * to that value. Otherwise, set it to the default date.
1054
+ */
1055
+ const todayString = workingParts.day !== null
1056
+ ? `${workingParts.year}-${workingParts.month}-${workingParts.day}`
1057
+ : `${defaultParts.year}-${defaultParts.month}-${defaultParts.day}`;
1058
+ return (h("ion-picker-column-internal", { class: "date-column", color: this.color, disabled: disabled, items: items, value: todayString, onIonChange: (ev) => {
1059
+ // TODO(FW-1823) Remove this when iOS 14 support is dropped.
1060
+ // Due to a Safari 14 issue we need to destroy
1061
+ // the scroll listener before we update state
1062
+ // and trigger a re-render.
1063
+ if (this.destroyCalendarListener) {
1064
+ this.destroyCalendarListener();
1065
+ }
1066
+ const { value } = ev.detail;
1067
+ const findPart = parts.find(({ month, day, year }) => value === `${year}-${month}-${day}`);
1068
+ this.setWorkingParts(Object.assign(Object.assign({}, workingParts), findPart));
1069
+ this.setActiveParts(Object.assign(Object.assign({}, activePart), findPart));
1070
+ // We can re-attach the scroll listener after
1071
+ // the working parts have been updated.
1072
+ this.initializeCalendarListener();
1073
+ ev.stopPropagation();
1074
+ } }));
1075
+ }
1076
+ renderIndividualDatePickerColumns(forcePresentation) {
1077
+ const { workingParts, isDateEnabled } = this;
1078
+ const shouldRenderMonths = forcePresentation !== 'year' && forcePresentation !== 'time';
1079
+ const months = shouldRenderMonths
1080
+ ? getMonthColumnData(this.locale, workingParts, this.minParts, this.maxParts, this.parsedMonthValues)
1081
+ : [];
1082
+ const shouldRenderDays = forcePresentation === 'date';
1083
+ let days = shouldRenderDays
1084
+ ? getDayColumnData(this.locale, workingParts, this.minParts, this.maxParts, this.parsedDayValues)
1085
+ : [];
1086
+ if (isDateEnabled) {
1087
+ days = days.map((dayObject) => {
1088
+ const { value } = dayObject;
1089
+ const valueNum = typeof value === 'string' ? parseInt(value) : value;
1090
+ const referenceParts = {
1091
+ month: workingParts.month,
1092
+ day: valueNum,
1093
+ year: workingParts.year,
1094
+ };
1095
+ let disabled;
1096
+ try {
1097
+ /**
1098
+ * The `isDateEnabled` implementation is try-catch wrapped
1099
+ * to prevent exceptions in the user's function from
1100
+ * interrupting the calendar rendering.
1101
+ */
1102
+ disabled = !isDateEnabled(convertDataToISO(referenceParts));
1103
+ }
1104
+ catch (e) {
1105
+ printIonError('Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', e);
1106
+ }
1107
+ return Object.assign(Object.assign({}, dayObject), { disabled });
1108
+ });
1109
+ }
1110
+ const shouldRenderYears = forcePresentation !== 'month' && forcePresentation !== 'time';
1111
+ const years = shouldRenderYears
1112
+ ? getYearColumnData(this.locale, this.defaultParts, this.minParts, this.maxParts, this.parsedYearValues)
1113
+ : [];
1114
+ /**
1115
+ * Certain locales show the day before the month.
1116
+ */
1117
+ const showMonthFirst = isMonthFirstLocale(this.locale, { month: 'numeric', day: 'numeric' });
1118
+ let renderArray = [];
1119
+ if (showMonthFirst) {
1120
+ renderArray = [
1121
+ this.renderMonthPickerColumn(months),
1122
+ this.renderDayPickerColumn(days),
1123
+ this.renderYearPickerColumn(years),
1124
+ ];
1125
+ }
1126
+ else {
1127
+ renderArray = [
1128
+ this.renderDayPickerColumn(days),
1129
+ this.renderMonthPickerColumn(months),
1130
+ this.renderYearPickerColumn(years),
1131
+ ];
1132
+ }
1133
+ return renderArray;
1134
+ }
1135
+ renderDayPickerColumn(days) {
1136
+ var _a;
1137
+ if (days.length === 0) {
1138
+ return [];
1139
+ }
1140
+ const { disabled, workingParts } = this;
1141
+ const activePart = this.getActivePartsWithFallback();
1142
+ return (h("ion-picker-column-internal", { class: "day-column", color: this.color, disabled: disabled, items: days, value: (_a = (workingParts.day !== null ? workingParts.day : this.defaultParts.day)) !== null && _a !== void 0 ? _a : undefined, onIonChange: (ev) => {
1143
+ // TODO(FW-1823) Remove this when iOS 14 support is dropped.
1144
+ // Due to a Safari 14 issue we need to destroy
1145
+ // the scroll listener before we update state
1146
+ // and trigger a re-render.
1147
+ if (this.destroyCalendarListener) {
1148
+ this.destroyCalendarListener();
1149
+ }
1150
+ this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { day: ev.detail.value }));
1151
+ this.setActiveParts(Object.assign(Object.assign({}, activePart), { day: ev.detail.value }));
1152
+ // We can re-attach the scroll listener after
1153
+ // the working parts have been updated.
1154
+ this.initializeCalendarListener();
1155
+ ev.stopPropagation();
1156
+ } }));
1157
+ }
1158
+ renderMonthPickerColumn(months) {
1159
+ if (months.length === 0) {
1160
+ return [];
1161
+ }
1162
+ const { disabled, workingParts } = this;
1163
+ const activePart = this.getActivePartsWithFallback();
1164
+ return (h("ion-picker-column-internal", { class: "month-column", color: this.color, disabled: disabled, items: months, value: workingParts.month, onIonChange: (ev) => {
1165
+ // TODO(FW-1823) Remove this when iOS 14 support is dropped.
1166
+ // Due to a Safari 14 issue we need to destroy
1167
+ // the scroll listener before we update state
1168
+ // and trigger a re-render.
1169
+ if (this.destroyCalendarListener) {
1170
+ this.destroyCalendarListener();
1171
+ }
1172
+ this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { month: ev.detail.value }));
1173
+ this.setActiveParts(Object.assign(Object.assign({}, activePart), { month: ev.detail.value }));
1174
+ // We can re-attach the scroll listener after
1175
+ // the working parts have been updated.
1176
+ this.initializeCalendarListener();
1177
+ ev.stopPropagation();
1178
+ } }));
1179
+ }
1180
+ renderYearPickerColumn(years) {
1181
+ if (years.length === 0) {
1182
+ return [];
1183
+ }
1184
+ const { disabled, workingParts } = this;
1185
+ const activePart = this.getActivePartsWithFallback();
1186
+ return (h("ion-picker-column-internal", { class: "year-column", color: this.color, disabled: disabled, items: years, value: workingParts.year, onIonChange: (ev) => {
1187
+ // TODO(FW-1823) Remove this when iOS 14 support is dropped.
1188
+ // Due to a Safari 14 issue we need to destroy
1189
+ // the scroll listener before we update state
1190
+ // and trigger a re-render.
1191
+ if (this.destroyCalendarListener) {
1192
+ this.destroyCalendarListener();
1193
+ }
1194
+ this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { year: ev.detail.value }));
1195
+ this.setActiveParts(Object.assign(Object.assign({}, activePart), { year: ev.detail.value }));
1196
+ // We can re-attach the scroll listener after
1197
+ // the working parts have been updated.
1198
+ this.initializeCalendarListener();
1199
+ ev.stopPropagation();
1200
+ } }));
1201
+ }
1202
+ renderTimePickerColumns(forcePresentation) {
1203
+ if (['date', 'month', 'month-year', 'year'].includes(forcePresentation)) {
1204
+ return [];
1205
+ }
1206
+ /**
1207
+ * If a user has not selected a date,
1208
+ * then we should show all times. If the
1209
+ * user has selected a date (even if it has
1210
+ * not been confirmed yet), we should apply
1211
+ * the max and min restrictions so that the
1212
+ * time picker shows values that are
1213
+ * appropriate for the selected date.
1214
+ */
1215
+ const activePart = this.getActivePart();
1216
+ const userHasSelectedDate = activePart !== undefined;
1217
+ const { hoursData, minutesData, dayPeriodData } = getTimeColumnsData(this.locale, this.workingParts, this.hourCycle, userHasSelectedDate ? this.minParts : undefined, userHasSelectedDate ? this.maxParts : undefined, this.parsedHourValues, this.parsedMinuteValues);
1528
1218
  return [
1529
- this.renderHeader(),
1530
- this.renderCalendar(mode),
1531
- this.renderCalendarViewMonthYearPicker(),
1532
- this.renderFooter(),
1219
+ this.renderHourPickerColumn(hoursData),
1220
+ this.renderMinutePickerColumn(minutesData),
1221
+ this.renderDayPeriodPickerColumn(dayPeriodData),
1533
1222
  ];
1534
1223
  }
1535
- }
1536
- render() {
1537
- const { name, value, disabled, el, color, readonly, showMonthAndYear, preferWheel, presentation, size, isGridStyle, } = this;
1538
- const mode = getIonMode(this);
1539
- const isMonthAndYearPresentation = presentation === 'year' || presentation === 'month' || presentation === 'month-year';
1540
- const shouldShowMonthAndYear = showMonthAndYear || isMonthAndYearPresentation;
1541
- const monthYearPickerOpen = showMonthAndYear && !isMonthAndYearPresentation;
1542
- const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
1543
- const hasWheelVariant = hasDatePresentation && preferWheel;
1544
- renderHiddenInput(true, el, name, formatValue(value), disabled);
1545
- return (h(Host, { "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses(color, {
1546
- [mode]: true,
1547
- ['datetime-readonly']: readonly,
1548
- ['datetime-disabled']: disabled,
1549
- 'show-month-and-year': shouldShowMonthAndYear,
1550
- 'month-year-picker-open': monthYearPickerOpen,
1551
- [`datetime-presentation-${presentation}`]: true,
1552
- [`datetime-size-${size}`]: true,
1553
- [`datetime-prefer-wheel`]: hasWheelVariant,
1554
- [`datetime-grid`]: isGridStyle,
1555
- })) }, this.renderDatetime(mode)));
1556
- }
1557
- static get is() { return "ion-datetime"; }
1558
- static get encapsulation() { return "shadow"; }
1559
- static get originalStyleUrls() {
1560
- return {
1561
- "ios": ["datetime.ios.scss"],
1562
- "md": ["datetime.md.scss"]
1563
- };
1564
- }
1565
- static get styleUrls() {
1566
- return {
1567
- "ios": ["datetime.ios.css"],
1568
- "md": ["datetime.md.css"]
1569
- };
1570
- }
1571
- static get properties() {
1572
- return {
1573
- "color": {
1574
- "type": "string",
1575
- "mutable": false,
1576
- "complexType": {
1577
- "original": "Color",
1578
- "resolved": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
1579
- "references": {
1580
- "Color": {
1581
- "location": "import",
1582
- "path": "../../interface",
1583
- "id": "src/interface.d.ts::Color"
1584
- }
1585
- }
1586
- },
1587
- "required": false,
1588
- "optional": true,
1589
- "docs": {
1590
- "tags": [],
1591
- "text": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics)."
1592
- },
1593
- "attribute": "color",
1594
- "reflect": false,
1595
- "defaultValue": "'primary'"
1596
- },
1597
- "name": {
1598
- "type": "string",
1599
- "mutable": false,
1600
- "complexType": {
1601
- "original": "string",
1602
- "resolved": "string",
1603
- "references": {}
1604
- },
1605
- "required": false,
1606
- "optional": false,
1607
- "docs": {
1608
- "tags": [],
1609
- "text": "The name of the control, which is submitted with the form data."
1610
- },
1611
- "attribute": "name",
1612
- "reflect": false,
1613
- "defaultValue": "this.inputId"
1614
- },
1615
- "disabled": {
1616
- "type": "boolean",
1617
- "mutable": false,
1618
- "complexType": {
1619
- "original": "boolean",
1620
- "resolved": "boolean",
1621
- "references": {}
1622
- },
1623
- "required": false,
1624
- "optional": false,
1625
- "docs": {
1626
- "tags": [],
1627
- "text": "If `true`, the user cannot interact with the datetime."
1628
- },
1629
- "attribute": "disabled",
1630
- "reflect": false,
1631
- "defaultValue": "false"
1632
- },
1633
- "readonly": {
1634
- "type": "boolean",
1635
- "mutable": false,
1636
- "complexType": {
1637
- "original": "boolean",
1638
- "resolved": "boolean",
1639
- "references": {}
1640
- },
1641
- "required": false,
1642
- "optional": false,
1643
- "docs": {
1644
- "tags": [],
1645
- "text": "If `true`, the datetime appears normal but the selected date cannot be changed."
1646
- },
1647
- "attribute": "readonly",
1648
- "reflect": false,
1649
- "defaultValue": "false"
1650
- },
1651
- "isDateEnabled": {
1652
- "type": "unknown",
1653
- "mutable": false,
1654
- "complexType": {
1655
- "original": "(dateIsoString: string) => boolean",
1656
- "resolved": "((dateIsoString: string) => boolean) | undefined",
1657
- "references": {}
1658
- },
1659
- "required": false,
1660
- "optional": true,
1661
- "docs": {
1662
- "tags": [],
1663
- "text": "Returns if an individual date (calendar day) is enabled or disabled.\n\nIf `true`, the day will be enabled/interactive.\nIf `false`, the day will be disabled/non-interactive.\n\nThe function accepts an ISO 8601 date string of a given day.\nBy default, all days are enabled. Developers can use this function\nto write custom logic to disable certain days.\n\nThe function is called for each rendered calendar day, for the previous, current and next month.\nCustom implementations should be optimized for performance to avoid jank."
1664
- }
1665
- },
1666
- "min": {
1667
- "type": "string",
1668
- "mutable": true,
1669
- "complexType": {
1670
- "original": "string",
1671
- "resolved": "string | undefined",
1672
- "references": {}
1673
- },
1674
- "required": false,
1675
- "optional": true,
1676
- "docs": {
1677
- "tags": [],
1678
- "text": "The minimum datetime allowed. Value must be a date string\nfollowing the\n[ISO 8601 datetime format standard](https://www.w3.org/TR/NOTE-datetime),\nsuch as `1996-12-19`. The format does not have to be specific to an exact\ndatetime. For example, the minimum could just be the year, such as `1994`.\nDefaults to the beginning of the year, 100 years ago from today."
1679
- },
1680
- "attribute": "min",
1681
- "reflect": false
1682
- },
1683
- "max": {
1684
- "type": "string",
1685
- "mutable": true,
1686
- "complexType": {
1687
- "original": "string",
1688
- "resolved": "string | undefined",
1689
- "references": {}
1690
- },
1691
- "required": false,
1692
- "optional": true,
1693
- "docs": {
1694
- "tags": [],
1695
- "text": "The maximum datetime allowed. Value must be a date string\nfollowing the\n[ISO 8601 datetime format standard](https://www.w3.org/TR/NOTE-datetime),\n`1996-12-19`. The format does not have to be specific to an exact\ndatetime. For example, the maximum could just be the year, such as `1994`.\nDefaults to the end of this year."
1696
- },
1697
- "attribute": "max",
1698
- "reflect": false
1699
- },
1700
- "presentation": {
1701
- "type": "string",
1702
- "mutable": false,
1703
- "complexType": {
1704
- "original": "DatetimePresentation",
1705
- "resolved": "\"date\" | \"date-time\" | \"month\" | \"month-year\" | \"time\" | \"time-date\" | \"year\"",
1706
- "references": {
1707
- "DatetimePresentation": {
1708
- "location": "import",
1709
- "path": "./datetime-interface",
1710
- "id": "src/components/datetime/datetime-interface.ts::DatetimePresentation"
1711
- }
1712
- }
1713
- },
1714
- "required": false,
1715
- "optional": false,
1716
- "docs": {
1717
- "tags": [],
1718
- "text": "Which values you want to select. `\"date\"` will show\na calendar picker to select the month, day, and year. `\"time\"`\nwill show a time picker to select the hour, minute, and (optionally)\nAM/PM. `\"date-time\"` will show the date picker first and time picker second.\n`\"time-date\"` will show the time picker first and date picker second."
1719
- },
1720
- "attribute": "presentation",
1721
- "reflect": false,
1722
- "defaultValue": "'date-time'"
1723
- },
1724
- "cancelText": {
1725
- "type": "string",
1726
- "mutable": false,
1727
- "complexType": {
1728
- "original": "string",
1729
- "resolved": "string",
1730
- "references": {}
1731
- },
1732
- "required": false,
1733
- "optional": false,
1734
- "docs": {
1735
- "tags": [],
1736
- "text": "The text to display on the picker's cancel button."
1737
- },
1738
- "attribute": "cancel-text",
1739
- "reflect": false,
1740
- "defaultValue": "'Cancel'"
1741
- },
1742
- "doneText": {
1743
- "type": "string",
1744
- "mutable": false,
1745
- "complexType": {
1746
- "original": "string",
1747
- "resolved": "string",
1748
- "references": {}
1749
- },
1750
- "required": false,
1751
- "optional": false,
1752
- "docs": {
1753
- "tags": [],
1754
- "text": "The text to display on the picker's \"Done\" button."
1755
- },
1756
- "attribute": "done-text",
1757
- "reflect": false,
1758
- "defaultValue": "'Done'"
1759
- },
1760
- "clearText": {
1761
- "type": "string",
1762
- "mutable": false,
1763
- "complexType": {
1764
- "original": "string",
1765
- "resolved": "string",
1766
- "references": {}
1767
- },
1768
- "required": false,
1769
- "optional": false,
1770
- "docs": {
1771
- "tags": [],
1772
- "text": "The text to display on the picker's \"Clear\" button."
1773
- },
1774
- "attribute": "clear-text",
1775
- "reflect": false,
1776
- "defaultValue": "'Clear'"
1777
- },
1778
- "yearValues": {
1779
- "type": "any",
1780
- "mutable": false,
1781
- "complexType": {
1782
- "original": "number[] | number | string",
1783
- "resolved": "number | number[] | string | undefined",
1784
- "references": {}
1785
- },
1786
- "required": false,
1787
- "optional": true,
1788
- "docs": {
1789
- "tags": [],
1790
- "text": "Values used to create the list of selectable years. By default\nthe year values range between the `min` and `max` datetime inputs. However, to\ncontrol exactly which years to display, the `yearValues` input can take a number, an array\nof numbers, or string of comma separated numbers. For example, to show upcoming and\nrecent leap years, then this input's value would be `yearValues=\"2008,2012,2016,2020,2024\"`."
1791
- },
1792
- "attribute": "year-values",
1793
- "reflect": false
1794
- },
1795
- "monthValues": {
1796
- "type": "any",
1797
- "mutable": false,
1798
- "complexType": {
1799
- "original": "number[] | number | string",
1800
- "resolved": "number | number[] | string | undefined",
1801
- "references": {}
1802
- },
1803
- "required": false,
1804
- "optional": true,
1805
- "docs": {
1806
- "tags": [],
1807
- "text": "Values used to create the list of selectable months. By default\nthe month values range from `1` to `12`. However, to control exactly which months to\ndisplay, the `monthValues` input can take a number, an array of numbers, or a string of\ncomma separated numbers. For example, if only summer months should be shown, then this\ninput value would be `monthValues=\"6,7,8\"`. Note that month numbers do *not* have a\nzero-based index, meaning January's value is `1`, and December's is `12`."
1808
- },
1809
- "attribute": "month-values",
1810
- "reflect": false
1811
- },
1812
- "dayValues": {
1813
- "type": "any",
1814
- "mutable": false,
1815
- "complexType": {
1816
- "original": "number[] | number | string",
1817
- "resolved": "number | number[] | string | undefined",
1818
- "references": {}
1819
- },
1820
- "required": false,
1821
- "optional": true,
1822
- "docs": {
1823
- "tags": [],
1824
- "text": "Values used to create the list of selectable days. By default\nevery day is shown for the given month. However, to control exactly which days of\nthe month to display, the `dayValues` input can take a number, an array of numbers, or\na string of comma separated numbers. Note that even if the array days have an invalid\nnumber for the selected month, like `31` in February, it will correctly not show\ndays which are not valid for the selected month."
1825
- },
1826
- "attribute": "day-values",
1827
- "reflect": false
1828
- },
1829
- "hourValues": {
1830
- "type": "any",
1831
- "mutable": false,
1832
- "complexType": {
1833
- "original": "number[] | number | string",
1834
- "resolved": "number | number[] | string | undefined",
1835
- "references": {}
1836
- },
1837
- "required": false,
1838
- "optional": true,
1839
- "docs": {
1840
- "tags": [],
1841
- "text": "Values used to create the list of selectable hours. By default\nthe hour values range from `0` to `23` for 24-hour, or `1` to `12` for 12-hour. However,\nto control exactly which hours to display, the `hourValues` input can take a number, an\narray of numbers, or a string of comma separated numbers."
1842
- },
1843
- "attribute": "hour-values",
1844
- "reflect": false
1845
- },
1846
- "minuteValues": {
1847
- "type": "any",
1848
- "mutable": false,
1849
- "complexType": {
1850
- "original": "number[] | number | string",
1851
- "resolved": "number | number[] | string | undefined",
1852
- "references": {}
1853
- },
1854
- "required": false,
1855
- "optional": true,
1856
- "docs": {
1857
- "tags": [],
1858
- "text": "Values used to create the list of selectable minutes. By default\nthe minutes range from `0` to `59`. However, to control exactly which minutes to display,\nthe `minuteValues` input can take a number, an array of numbers, or a string of comma\nseparated numbers. For example, if the minute selections should only be every 15 minutes,\nthen this input value would be `minuteValues=\"0,15,30,45\"`."
1859
- },
1860
- "attribute": "minute-values",
1861
- "reflect": false
1862
- },
1863
- "locale": {
1864
- "type": "string",
1865
- "mutable": false,
1866
- "complexType": {
1867
- "original": "string",
1868
- "resolved": "string",
1869
- "references": {}
1870
- },
1871
- "required": false,
1872
- "optional": false,
1873
- "docs": {
1874
- "tags": [],
1875
- "text": "The locale to use for `ion-datetime`. This\nimpacts month and day name formatting.\nThe `\"default\"` value refers to the default\nlocale set by your device."
1876
- },
1877
- "attribute": "locale",
1878
- "reflect": false,
1879
- "defaultValue": "'default'"
1880
- },
1881
- "firstDayOfWeek": {
1882
- "type": "number",
1883
- "mutable": false,
1884
- "complexType": {
1885
- "original": "number",
1886
- "resolved": "number",
1887
- "references": {}
1888
- },
1889
- "required": false,
1890
- "optional": false,
1891
- "docs": {
1892
- "tags": [],
1893
- "text": "The first day of the week to use for `ion-datetime`. The\ndefault value is `0` and represents Sunday."
1894
- },
1895
- "attribute": "first-day-of-week",
1896
- "reflect": false,
1897
- "defaultValue": "0"
1898
- },
1899
- "titleSelectedDatesFormatter": {
1900
- "type": "unknown",
1901
- "mutable": false,
1902
- "complexType": {
1903
- "original": "TitleSelectedDatesFormatter",
1904
- "resolved": "((selectedDates: string[]) => string) | undefined",
1905
- "references": {
1906
- "TitleSelectedDatesFormatter": {
1907
- "location": "import",
1908
- "path": "./datetime-interface",
1909
- "id": "src/components/datetime/datetime-interface.ts::TitleSelectedDatesFormatter"
1910
- }
1911
- }
1912
- },
1913
- "required": false,
1914
- "optional": true,
1915
- "docs": {
1916
- "tags": [],
1917
- "text": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\"."
1224
+ renderHourPickerColumn(hoursData) {
1225
+ const { disabled, workingParts } = this;
1226
+ if (hoursData.length === 0)
1227
+ return [];
1228
+ const activePart = this.getActivePartsWithFallback();
1229
+ return (h("ion-picker-column-internal", { color: this.color, disabled: disabled, value: activePart.hour, items: hoursData, numericInput: true, onIonChange: (ev) => {
1230
+ this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { hour: ev.detail.value }));
1231
+ this.setActiveParts(Object.assign(Object.assign({}, activePart), { hour: ev.detail.value }));
1232
+ ev.stopPropagation();
1233
+ } }));
1234
+ }
1235
+ renderMinutePickerColumn(minutesData) {
1236
+ const { disabled, workingParts } = this;
1237
+ if (minutesData.length === 0)
1238
+ return [];
1239
+ const activePart = this.getActivePartsWithFallback();
1240
+ return (h("ion-picker-column-internal", { color: this.color, disabled: disabled, value: activePart.minute, items: minutesData, numericInput: true, onIonChange: (ev) => {
1241
+ this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { minute: ev.detail.value }));
1242
+ this.setActiveParts(Object.assign(Object.assign({}, activePart), { minute: ev.detail.value }));
1243
+ ev.stopPropagation();
1244
+ } }));
1245
+ }
1246
+ renderDayPeriodPickerColumn(dayPeriodData) {
1247
+ const { disabled, workingParts } = this;
1248
+ if (dayPeriodData.length === 0) {
1249
+ return [];
1918
1250
  }
1919
- },
1920
- "multiple": {
1921
- "type": "boolean",
1922
- "mutable": false,
1923
- "complexType": {
1924
- "original": "boolean",
1925
- "resolved": "boolean",
1926
- "references": {}
1927
- },
1928
- "required": false,
1929
- "optional": false,
1930
- "docs": {
1931
- "tags": [],
1932
- "text": "If `true`, multiple dates can be selected at once. Only\napplies to `presentation=\"date\"` and `preferWheel=\"false\"`."
1933
- },
1934
- "attribute": "multiple",
1935
- "reflect": false,
1936
- "defaultValue": "false"
1937
- },
1938
- "highlightedDates": {
1939
- "type": "unknown",
1940
- "mutable": false,
1941
- "complexType": {
1942
- "original": "DatetimeHighlight[] | DatetimeHighlightCallback",
1943
- "resolved": "((dateIsoString: string) => DatetimeHighlightStyle | undefined) | DatetimeHighlight[] | undefined",
1944
- "references": {
1945
- "DatetimeHighlight": {
1946
- "location": "import",
1947
- "path": "./datetime-interface",
1948
- "id": "src/components/datetime/datetime-interface.ts::DatetimeHighlight"
1949
- },
1950
- "DatetimeHighlightCallback": {
1951
- "location": "import",
1952
- "path": "./datetime-interface",
1953
- "id": "src/components/datetime/datetime-interface.ts::DatetimeHighlightCallback"
1251
+ const activePart = this.getActivePartsWithFallback();
1252
+ const isDayPeriodRTL = isLocaleDayPeriodRTL(this.locale);
1253
+ return (h("ion-picker-column-internal", { style: isDayPeriodRTL ? { order: '-1' } : {}, color: this.color, disabled: disabled, value: activePart.ampm, items: dayPeriodData, onIonChange: (ev) => {
1254
+ const hour = calculateHourFromAMPM(workingParts, ev.detail.value);
1255
+ this.setWorkingParts(Object.assign(Object.assign({}, workingParts), { ampm: ev.detail.value, hour }));
1256
+ this.setActiveParts(Object.assign(Object.assign({}, activePart), { ampm: ev.detail.value, hour }));
1257
+ ev.stopPropagation();
1258
+ } }));
1259
+ }
1260
+ renderWheelView(forcePresentation) {
1261
+ const { locale } = this;
1262
+ const showMonthFirst = isMonthFirstLocale(locale);
1263
+ const columnOrder = showMonthFirst ? 'month-first' : 'year-first';
1264
+ return (h("div", { class: {
1265
+ [`wheel-order-${columnOrder}`]: true,
1266
+ } }, this.renderWheelPicker(forcePresentation)));
1267
+ }
1268
+ /**
1269
+ * Grid Render Methods
1270
+ */
1271
+ renderCalendarHeader(mode) {
1272
+ const { disabled } = this;
1273
+ const expandedIcon = mode === 'ios' ? chevronDown : caretUpSharp;
1274
+ const collapsedIcon = mode === 'ios' ? chevronForward : caretDownSharp;
1275
+ const prevMonthDisabled = disabled || isPrevMonthDisabled(this.workingParts, this.minParts, this.maxParts);
1276
+ const nextMonthDisabled = disabled || isNextMonthDisabled(this.workingParts, this.maxParts);
1277
+ // don't use the inheritAttributes util because it removes dir from the host, and we still need that
1278
+ const hostDir = this.el.getAttribute('dir') || undefined;
1279
+ return (h("div", { class: "calendar-header" }, h("div", { class: "calendar-action-buttons" }, h("div", { class: "calendar-month-year" }, h("ion-item", { part: "month-year-button", ref: (el) => (this.monthYearToggleItemRef = el), button: true, "aria-label": "Show year picker", detail: false, lines: "none", disabled: disabled, onClick: () => {
1280
+ var _a;
1281
+ this.toggleMonthAndYearView();
1282
+ /**
1283
+ * TODO: FW-3547
1284
+ *
1285
+ * Currently there is not a way to set the aria-label on the inner button
1286
+ * on the `ion-item` and have it be reactive to changes. This is a workaround
1287
+ * until we either refactor `ion-item` to a button or Stencil adds a way to
1288
+ * have reactive props for built-in properties, such as `aria-label`.
1289
+ */
1290
+ const { monthYearToggleItemRef } = this;
1291
+ if (monthYearToggleItemRef) {
1292
+ const btn = (_a = monthYearToggleItemRef.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('.item-native');
1293
+ if (btn) {
1294
+ const monthYearAriaLabel = this.showMonthAndYear ? 'Hide year picker' : 'Show year picker';
1295
+ btn.setAttribute('aria-label', monthYearAriaLabel);
1296
+ }
1297
+ }
1298
+ } }, h("ion-label", null, getMonthAndYear(this.locale, this.workingParts), h("ion-icon", { "aria-hidden": "true", icon: this.showMonthAndYear ? expandedIcon : collapsedIcon, lazy: false, flipRtl: true })))), h("div", { class: "calendar-next-prev" }, h("ion-buttons", null, h("ion-button", { "aria-label": "Previous month", disabled: prevMonthDisabled, onClick: () => this.prevMonth() }, h("ion-icon", { dir: hostDir, "aria-hidden": "true", slot: "icon-only", icon: chevronBack, lazy: false, flipRtl: true })), h("ion-button", { "aria-label": "Next month", disabled: nextMonthDisabled, onClick: () => this.nextMonth() }, h("ion-icon", { dir: hostDir, "aria-hidden": "true", slot: "icon-only", icon: chevronForward, lazy: false, flipRtl: true }))))), h("div", { class: "calendar-days-of-week", "aria-hidden": "true" }, getDaysOfWeek(this.locale, mode, this.firstDayOfWeek % 7).map((d) => {
1299
+ return h("div", { class: "day-of-week" }, d);
1300
+ }))));
1301
+ }
1302
+ renderMonth(month, year) {
1303
+ const { disabled, readonly } = this;
1304
+ const yearAllowed = this.parsedYearValues === undefined || this.parsedYearValues.includes(year);
1305
+ const monthAllowed = this.parsedMonthValues === undefined || this.parsedMonthValues.includes(month);
1306
+ const isCalMonthDisabled = !yearAllowed || !monthAllowed;
1307
+ const isDatetimeDisabled = disabled || readonly;
1308
+ const swipeDisabled = disabled ||
1309
+ isMonthDisabled({
1310
+ month,
1311
+ year,
1312
+ day: null,
1313
+ }, {
1314
+ // The day is not used when checking if a month is disabled.
1315
+ // Users should be able to access the min or max month, even if the
1316
+ // min/max date is out of bounds (e.g. min is set to Feb 15, Feb should not be disabled).
1317
+ minParts: Object.assign(Object.assign({}, this.minParts), { day: null }),
1318
+ maxParts: Object.assign(Object.assign({}, this.maxParts), { day: null }),
1319
+ });
1320
+ // The working month should never have swipe disabled.
1321
+ // Otherwise the CSS scroll snap will not work and the user
1322
+ // can free-scroll the calendar.
1323
+ const isWorkingMonth = this.workingParts.month === month && this.workingParts.year === year;
1324
+ const activePart = this.getActivePartsWithFallback();
1325
+ return (h("div", { "aria-hidden": !isWorkingMonth ? 'true' : null, class: {
1326
+ 'calendar-month': true,
1327
+ // Prevents scroll snap swipe gestures for months outside of the min/max bounds
1328
+ 'calendar-month-disabled': !isWorkingMonth && swipeDisabled,
1329
+ } }, h("div", { class: "calendar-month-grid" }, getDaysOfMonth(month, year, this.firstDayOfWeek % 7).map((dateObject, index) => {
1330
+ const { day, dayOfWeek } = dateObject;
1331
+ const { el, highlightedDates, isDateEnabled, multiple } = this;
1332
+ const referenceParts = { month, day, year };
1333
+ const isCalendarPadding = day === null;
1334
+ const { isActive, isToday, ariaLabel, ariaSelected, disabled: isDayDisabled, text, } = getCalendarDayState(this.locale, referenceParts, this.activeParts, this.todayParts, this.minParts, this.maxParts, this.parsedDayValues);
1335
+ const dateIsoString = convertDataToISO(referenceParts);
1336
+ let isCalDayDisabled = isCalMonthDisabled || isDayDisabled;
1337
+ if (!isCalDayDisabled && isDateEnabled !== undefined) {
1338
+ try {
1339
+ /**
1340
+ * The `isDateEnabled` implementation is try-catch wrapped
1341
+ * to prevent exceptions in the user's function from
1342
+ * interrupting the calendar rendering.
1343
+ */
1344
+ isCalDayDisabled = !isDateEnabled(dateIsoString);
1345
+ }
1346
+ catch (e) {
1347
+ printIonError('Exception thrown from provided `isDateEnabled` function. Please check your function and try again.', el, e);
1348
+ }
1954
1349
  }
1955
- }
1956
- },
1957
- "required": false,
1958
- "optional": true,
1959
- "docs": {
1960
- "tags": [],
1961
- "text": "Used to apply custom text and background colors to specific dates.\n\nCan be either an array of objects containing ISO strings and colors,\nor a callback that receives an ISO string and returns the colors.\n\nOnly applies to the `date`, `date-time`, and `time-date` presentations,\nwith `preferWheel=\"false\"`."
1962
- }
1963
- },
1964
- "value": {
1965
- "type": "string",
1966
- "mutable": true,
1967
- "complexType": {
1968
- "original": "string | string[] | null",
1969
- "resolved": "null | string | string[] | undefined",
1970
- "references": {}
1971
- },
1972
- "required": false,
1973
- "optional": true,
1974
- "docs": {
1975
- "tags": [],
1976
- "text": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
1977
- },
1978
- "attribute": "value",
1979
- "reflect": false
1980
- },
1981
- "showDefaultTitle": {
1982
- "type": "boolean",
1983
- "mutable": false,
1984
- "complexType": {
1985
- "original": "boolean",
1986
- "resolved": "boolean",
1987
- "references": {}
1988
- },
1989
- "required": false,
1990
- "optional": false,
1991
- "docs": {
1992
- "tags": [],
1993
- "text": "If `true`, a header will be shown above the calendar\npicker. This will include both the slotted title, and\nthe selected date."
1994
- },
1995
- "attribute": "show-default-title",
1996
- "reflect": false,
1997
- "defaultValue": "false"
1998
- },
1999
- "showDefaultButtons": {
2000
- "type": "boolean",
2001
- "mutable": false,
2002
- "complexType": {
2003
- "original": "boolean",
2004
- "resolved": "boolean",
2005
- "references": {}
2006
- },
2007
- "required": false,
2008
- "optional": false,
2009
- "docs": {
2010
- "tags": [],
2011
- "text": "If `true`, the default \"Cancel\" and \"OK\" buttons\nwill be rendered at the bottom of the `ion-datetime`\ncomponent. Developers can also use the `button` slot\nif they want to customize these buttons. If custom\nbuttons are set in the `button` slot then the\ndefault buttons will not be rendered."
2012
- },
2013
- "attribute": "show-default-buttons",
2014
- "reflect": false,
2015
- "defaultValue": "false"
2016
- },
2017
- "showClearButton": {
2018
- "type": "boolean",
2019
- "mutable": false,
2020
- "complexType": {
2021
- "original": "boolean",
2022
- "resolved": "boolean",
2023
- "references": {}
2024
- },
2025
- "required": false,
2026
- "optional": false,
2027
- "docs": {
2028
- "tags": [],
2029
- "text": "If `true`, a \"Clear\" button will be rendered alongside\nthe default \"Cancel\" and \"OK\" buttons at the bottom of the `ion-datetime`\ncomponent. Developers can also use the `button` slot\nif they want to customize these buttons. If custom\nbuttons are set in the `button` slot then the\ndefault buttons will not be rendered."
2030
- },
2031
- "attribute": "show-clear-button",
2032
- "reflect": false,
2033
- "defaultValue": "false"
2034
- },
2035
- "showDefaultTimeLabel": {
2036
- "type": "boolean",
2037
- "mutable": false,
2038
- "complexType": {
2039
- "original": "boolean",
2040
- "resolved": "boolean",
2041
- "references": {}
2042
- },
2043
- "required": false,
2044
- "optional": false,
2045
- "docs": {
2046
- "tags": [],
2047
- "text": "If `true`, the default \"Time\" label will be rendered\nfor the time selector of the `ion-datetime` component.\nDevelopers can also use the `time-label` slot\nif they want to customize this label. If a custom\nlabel is set in the `time-label` slot then the\ndefault label will not be rendered."
2048
- },
2049
- "attribute": "show-default-time-label",
2050
- "reflect": false,
2051
- "defaultValue": "true"
2052
- },
2053
- "hourCycle": {
2054
- "type": "string",
2055
- "mutable": false,
2056
- "complexType": {
2057
- "original": "DatetimeHourCycle",
2058
- "resolved": "\"h11\" | \"h12\" | \"h23\" | \"h24\" | undefined",
2059
- "references": {
2060
- "DatetimeHourCycle": {
2061
- "location": "import",
2062
- "path": "./datetime-interface",
2063
- "id": "src/components/datetime/datetime-interface.ts::DatetimeHourCycle"
1350
+ /**
1351
+ * Some days are constrained through max & min or allowed dates
1352
+ * and also disabled because the component is readonly or disabled.
1353
+ * These need to be displayed differently.
1354
+ */
1355
+ const isCalDayConstrained = isCalDayDisabled && isDatetimeDisabled;
1356
+ const isButtonDisabled = isCalDayDisabled || isDatetimeDisabled;
1357
+ let dateStyle = undefined;
1358
+ /**
1359
+ * Custom highlight styles should not override the style for selected dates,
1360
+ * nor apply to "filler days" at the start of the grid.
1361
+ */
1362
+ if (highlightedDates !== undefined && !isActive && day !== null) {
1363
+ dateStyle = getHighlightStyles(highlightedDates, dateIsoString, el);
2064
1364
  }
2065
- }
2066
- },
2067
- "required": false,
2068
- "optional": true,
2069
- "docs": {
2070
- "tags": [],
2071
- "text": "The hour cycle of the `ion-datetime`. If no value is set, this is\nspecified by the current locale."
2072
- },
2073
- "attribute": "hour-cycle",
2074
- "reflect": false
2075
- },
2076
- "size": {
2077
- "type": "string",
2078
- "mutable": false,
2079
- "complexType": {
2080
- "original": "'cover' | 'fixed'",
2081
- "resolved": "\"cover\" | \"fixed\"",
2082
- "references": {}
2083
- },
2084
- "required": false,
2085
- "optional": false,
2086
- "docs": {
2087
- "tags": [],
2088
- "text": "If `cover`, the `ion-datetime` will expand to cover the full width of its container.\nIf `fixed`, the `ion-datetime` will have a fixed width."
2089
- },
2090
- "attribute": "size",
2091
- "reflect": false,
2092
- "defaultValue": "'fixed'"
2093
- },
2094
- "preferWheel": {
2095
- "type": "boolean",
2096
- "mutable": false,
2097
- "complexType": {
2098
- "original": "boolean",
2099
- "resolved": "boolean",
2100
- "references": {}
2101
- },
2102
- "required": false,
2103
- "optional": false,
2104
- "docs": {
2105
- "tags": [],
2106
- "text": "If `true`, a wheel picker will be rendered instead of a calendar grid\nwhere possible. If `false`, a calendar grid will be rendered instead of\na wheel picker where possible.\n\nA wheel picker can be rendered instead of a grid when `presentation` is\none of the following values: `\"date\"`, `\"date-time\"`, or `\"time-date\"`.\n\nA wheel picker will always be rendered regardless of\nthe `preferWheel` value when `presentation` is one of the following values:\n`\"time\"`, `\"month\"`, `\"month-year\"`, or `\"year\"`."
2107
- },
2108
- "attribute": "prefer-wheel",
2109
- "reflect": false,
2110
- "defaultValue": "false"
2111
- }
2112
- };
2113
- }
2114
- static get states() {
2115
- return {
2116
- "showMonthAndYear": {},
2117
- "activeParts": {},
2118
- "workingParts": {},
2119
- "isTimePopoverOpen": {},
2120
- "forceRenderDate": {}
2121
- };
2122
- }
2123
- static get events() {
2124
- return [{
2125
- "method": "ionCancel",
2126
- "name": "ionCancel",
2127
- "bubbles": true,
2128
- "cancelable": true,
2129
- "composed": true,
2130
- "docs": {
2131
- "tags": [],
2132
- "text": "Emitted when the datetime selection was cancelled."
2133
- },
2134
- "complexType": {
2135
- "original": "void",
2136
- "resolved": "void",
2137
- "references": {}
2138
- }
2139
- }, {
2140
- "method": "ionChange",
2141
- "name": "ionChange",
2142
- "bubbles": true,
2143
- "cancelable": true,
2144
- "composed": true,
2145
- "docs": {
2146
- "tags": [],
2147
- "text": "Emitted when the value (selected date) has changed."
2148
- },
2149
- "complexType": {
2150
- "original": "DatetimeChangeEventDetail",
2151
- "resolved": "DatetimeChangeEventDetail",
2152
- "references": {
2153
- "DatetimeChangeEventDetail": {
2154
- "location": "import",
2155
- "path": "./datetime-interface",
2156
- "id": "src/components/datetime/datetime-interface.ts::DatetimeChangeEventDetail"
1365
+ let dateParts = undefined;
1366
+ // "Filler days" at the beginning of the grid should not get the calendar day
1367
+ // CSS parts added to them
1368
+ if (!isCalendarPadding) {
1369
+ dateParts = `calendar-day${isActive ? ' active' : ''}${isToday ? ' today' : ''}${isCalDayDisabled ? ' disabled' : ''}`;
2157
1370
  }
2158
- }
1371
+ return (h("div", { class: "calendar-day-wrapper" }, h("button", {
1372
+ // We need to use !important for the inline styles here because
1373
+ // otherwise the CSS shadow parts will override these styles.
1374
+ // See https://github.com/WICG/webcomponents/issues/847
1375
+ // Both the CSS shadow parts and highlightedDates styles are
1376
+ // provided by the developer, but highlightedDates styles should
1377
+ // always take priority.
1378
+ ref: (el) => {
1379
+ if (el) {
1380
+ el.style.setProperty('color', `${dateStyle ? dateStyle.textColor : ''}`, 'important');
1381
+ el.style.setProperty('background-color', `${dateStyle ? dateStyle.backgroundColor : ''}`, 'important');
1382
+ }
1383
+ }, tabindex: "-1", "data-day": day, "data-month": month, "data-year": year, "data-index": index, "data-day-of-week": dayOfWeek, disabled: isButtonDisabled, class: {
1384
+ 'calendar-day-padding': isCalendarPadding,
1385
+ 'calendar-day': true,
1386
+ 'calendar-day-active': isActive,
1387
+ 'calendar-day-constrained': isCalDayConstrained,
1388
+ 'calendar-day-today': isToday,
1389
+ }, part: dateParts, "aria-hidden": isCalendarPadding ? 'true' : null, "aria-selected": ariaSelected, "aria-label": ariaLabel, onClick: () => {
1390
+ if (isCalendarPadding) {
1391
+ return;
1392
+ }
1393
+ this.setWorkingParts(Object.assign(Object.assign({}, this.workingParts), { month,
1394
+ day,
1395
+ year }));
1396
+ // multiple only needs date info, so we can wipe out other fields like time
1397
+ if (multiple) {
1398
+ this.setActiveParts({
1399
+ month,
1400
+ day,
1401
+ year,
1402
+ }, isActive);
1403
+ }
1404
+ else {
1405
+ this.setActiveParts(Object.assign(Object.assign({}, activePart), { month,
1406
+ day,
1407
+ year }));
1408
+ }
1409
+ }
1410
+ }, text)));
1411
+ }))));
1412
+ }
1413
+ renderCalendarBody() {
1414
+ return (h("div", { class: "calendar-body ion-focusable", ref: (el) => (this.calendarBodyRef = el), tabindex: "0" }, generateMonths(this.workingParts, this.forceRenderDate).map(({ month, year }) => {
1415
+ return this.renderMonth(month, year);
1416
+ })));
1417
+ }
1418
+ renderCalendar(mode) {
1419
+ return (h("div", { class: "datetime-calendar", key: "datetime-calendar" }, this.renderCalendarHeader(mode), this.renderCalendarBody()));
1420
+ }
1421
+ renderTimeLabel() {
1422
+ const hasSlottedTimeLabel = this.el.querySelector('[slot="time-label"]') !== null;
1423
+ if (!hasSlottedTimeLabel && !this.showDefaultTimeLabel) {
1424
+ return;
2159
1425
  }
2160
- }, {
2161
- "method": "ionValueChange",
2162
- "name": "ionValueChange",
2163
- "bubbles": true,
2164
- "cancelable": true,
2165
- "composed": true,
2166
- "docs": {
2167
- "tags": [{
2168
- "name": "internal",
2169
- "text": undefined
2170
- }],
2171
- "text": "Emitted when the value property has changed.\nThis is used to ensure that ion-datetime-button can respond\nto any value property changes."
2172
- },
2173
- "complexType": {
2174
- "original": "DatetimeChangeEventDetail",
2175
- "resolved": "DatetimeChangeEventDetail",
2176
- "references": {
2177
- "DatetimeChangeEventDetail": {
2178
- "location": "import",
2179
- "path": "./datetime-interface",
2180
- "id": "src/components/datetime/datetime-interface.ts::DatetimeChangeEventDetail"
1426
+ return h("slot", { name: "time-label" }, "Time");
1427
+ }
1428
+ renderTimeOverlay() {
1429
+ const { disabled, hourCycle, isTimePopoverOpen, locale } = this;
1430
+ const computedHourCycle = getHourCycle(locale, hourCycle);
1431
+ const activePart = this.getActivePartsWithFallback();
1432
+ return [
1433
+ h("div", { class: "time-header" }, this.renderTimeLabel()),
1434
+ h("button", { class: {
1435
+ 'time-body': true,
1436
+ 'time-body-active': isTimePopoverOpen,
1437
+ }, part: `time-button${isTimePopoverOpen ? ' active' : ''}`, "aria-expanded": "false", "aria-haspopup": "true", disabled: disabled, onClick: async (ev) => {
1438
+ const { popoverRef } = this;
1439
+ if (popoverRef) {
1440
+ this.isTimePopoverOpen = true;
1441
+ popoverRef.present(new CustomEvent('ionShadowTarget', {
1442
+ detail: {
1443
+ ionShadowTarget: ev.target,
1444
+ },
1445
+ }));
1446
+ await popoverRef.onWillDismiss();
1447
+ this.isTimePopoverOpen = false;
1448
+ }
1449
+ } }, getLocalizedTime(locale, activePart, computedHourCycle)),
1450
+ h("ion-popover", { alignment: "center", translucent: true, overlayIndex: 1, arrow: false, onWillPresent: (ev) => {
1451
+ /**
1452
+ * Intersection Observers do not consistently fire between Blink and Webkit
1453
+ * when toggling the visibility of the popover and trying to scroll the picker
1454
+ * column to the correct time value.
1455
+ *
1456
+ * This will correctly scroll the element position to the correct time value,
1457
+ * before the popover is fully presented.
1458
+ */
1459
+ const cols = ev.target.querySelectorAll('ion-picker-column-internal');
1460
+ // TODO (FW-615): Potentially remove this when intersection observers are fixed in picker column
1461
+ cols.forEach((col) => col.scrollActiveItemIntoView());
1462
+ }, style: {
1463
+ '--offset-y': '-10px',
1464
+ '--min-width': 'fit-content',
1465
+ },
1466
+ // Allow native browser keyboard events to support up/down/home/end key
1467
+ // navigation within the time picker.
1468
+ keyboardEvents: true, ref: (el) => (this.popoverRef = el) }, this.renderWheelPicker('time')),
1469
+ ];
1470
+ }
1471
+ getHeaderSelectedDateText() {
1472
+ const { activeParts, multiple, titleSelectedDatesFormatter } = this;
1473
+ const isArray = Array.isArray(activeParts);
1474
+ let headerText;
1475
+ if (multiple && isArray && activeParts.length !== 1) {
1476
+ headerText = `${activeParts.length} days`; // default/fallback for multiple selection
1477
+ if (titleSelectedDatesFormatter !== undefined) {
1478
+ try {
1479
+ headerText = titleSelectedDatesFormatter(convertDataToISO(activeParts));
1480
+ }
1481
+ catch (e) {
1482
+ printIonError('Exception in provided `titleSelectedDatesFormatter`: ', e);
1483
+ }
2181
1484
  }
2182
- }
2183
1485
  }
2184
- }, {
2185
- "method": "ionFocus",
2186
- "name": "ionFocus",
2187
- "bubbles": true,
2188
- "cancelable": true,
2189
- "composed": true,
2190
- "docs": {
2191
- "tags": [],
2192
- "text": "Emitted when the datetime has focus."
2193
- },
2194
- "complexType": {
2195
- "original": "void",
2196
- "resolved": "void",
2197
- "references": {}
2198
- }
2199
- }, {
2200
- "method": "ionBlur",
2201
- "name": "ionBlur",
2202
- "bubbles": true,
2203
- "cancelable": true,
2204
- "composed": true,
2205
- "docs": {
2206
- "tags": [],
2207
- "text": "Emitted when the datetime loses focus."
2208
- },
2209
- "complexType": {
2210
- "original": "void",
2211
- "resolved": "void",
2212
- "references": {}
1486
+ else {
1487
+ // for exactly 1 day selected (multiple set or not), show a formatted version of that
1488
+ headerText = getMonthAndDay(this.locale, this.getActivePartsWithFallback());
2213
1489
  }
2214
- }, {
2215
- "method": "ionStyle",
2216
- "name": "ionStyle",
2217
- "bubbles": true,
2218
- "cancelable": true,
2219
- "composed": true,
2220
- "docs": {
2221
- "tags": [{
2222
- "name": "internal",
2223
- "text": undefined
2224
- }],
2225
- "text": "Emitted when the styles change."
2226
- },
2227
- "complexType": {
2228
- "original": "StyleEventDetail",
2229
- "resolved": "StyleEventDetail",
2230
- "references": {
2231
- "StyleEventDetail": {
2232
- "location": "import",
2233
- "path": "../../interface",
2234
- "id": "src/interface.d.ts::StyleEventDetail"
2235
- }
2236
- }
1490
+ return headerText;
1491
+ }
1492
+ renderHeader(showExpandedHeader = true) {
1493
+ const hasSlottedTitle = this.el.querySelector('[slot="title"]') !== null;
1494
+ if (!hasSlottedTitle && !this.showDefaultTitle) {
1495
+ return;
2237
1496
  }
2238
- }, {
2239
- "method": "ionRender",
2240
- "name": "ionRender",
2241
- "bubbles": true,
2242
- "cancelable": true,
2243
- "composed": true,
2244
- "docs": {
2245
- "tags": [{
2246
- "name": "internal",
2247
- "text": undefined
2248
- }],
2249
- "text": "Emitted when componentDidRender is fired."
2250
- },
2251
- "complexType": {
2252
- "original": "void",
2253
- "resolved": "void",
2254
- "references": {}
1497
+ return (h("div", { class: "datetime-header" }, h("div", { class: "datetime-title" }, h("slot", { name: "title" }, "Select Date")), showExpandedHeader && h("div", { class: "datetime-selected-date" }, this.getHeaderSelectedDateText())));
1498
+ }
1499
+ /**
1500
+ * Render time picker inside of datetime.
1501
+ * Do not pass color prop to segment on
1502
+ * iOS mode. MD segment has been customized and
1503
+ * should take on the color prop, but iOS
1504
+ * should just be the default segment.
1505
+ */
1506
+ renderTime() {
1507
+ const { presentation } = this;
1508
+ const timeOnlyPresentation = presentation === 'time';
1509
+ return (h("div", { class: "datetime-time" }, timeOnlyPresentation ? this.renderWheelPicker() : this.renderTimeOverlay()));
1510
+ }
1511
+ /**
1512
+ * Renders the month/year picker that is
1513
+ * displayed on the calendar grid.
1514
+ * The .datetime-year class has additional
1515
+ * styles that let us show/hide the
1516
+ * picker when the user clicks on the
1517
+ * toggle in the calendar header.
1518
+ */
1519
+ renderCalendarViewMonthYearPicker() {
1520
+ return h("div", { class: "datetime-year" }, this.renderWheelView('month-year'));
1521
+ }
1522
+ /**
1523
+ * Render entry point
1524
+ * All presentation types are rendered from here.
1525
+ */
1526
+ renderDatetime(mode) {
1527
+ const { presentation, preferWheel } = this;
1528
+ /**
1529
+ * Certain presentation types have separate grid and wheel displays.
1530
+ * If preferWheel is true then we should show a wheel picker instead.
1531
+ */
1532
+ const hasWheelVariant = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
1533
+ if (preferWheel && hasWheelVariant) {
1534
+ return [this.renderHeader(false), this.renderWheelView(), this.renderFooter()];
2255
1535
  }
2256
- }];
2257
- }
2258
- static get methods() {
2259
- return {
2260
- "confirm": {
2261
- "complexType": {
2262
- "signature": "(closeOverlay?: boolean) => Promise<void>",
2263
- "parameters": [{
2264
- "tags": [],
2265
- "text": ""
2266
- }],
2267
- "references": {
2268
- "Promise": {
2269
- "location": "global",
2270
- "id": "global::Promise"
2271
- }
2272
- },
2273
- "return": "Promise<void>"
2274
- },
2275
- "docs": {
2276
- "text": "Confirms the selected datetime value, updates the\n`value` property, and optionally closes the popover\nor modal that the datetime was presented in.",
2277
- "tags": []
1536
+ switch (presentation) {
1537
+ case 'date-time':
1538
+ return [
1539
+ this.renderHeader(),
1540
+ this.renderCalendar(mode),
1541
+ this.renderCalendarViewMonthYearPicker(),
1542
+ this.renderTime(),
1543
+ this.renderFooter(),
1544
+ ];
1545
+ case 'time-date':
1546
+ return [
1547
+ this.renderHeader(),
1548
+ this.renderTime(),
1549
+ this.renderCalendar(mode),
1550
+ this.renderCalendarViewMonthYearPicker(),
1551
+ this.renderFooter(),
1552
+ ];
1553
+ case 'time':
1554
+ return [this.renderHeader(false), this.renderTime(), this.renderFooter()];
1555
+ case 'month':
1556
+ case 'month-year':
1557
+ case 'year':
1558
+ return [this.renderHeader(false), this.renderWheelView(), this.renderFooter()];
1559
+ default:
1560
+ return [
1561
+ this.renderHeader(),
1562
+ this.renderCalendar(mode),
1563
+ this.renderCalendarViewMonthYearPicker(),
1564
+ this.renderFooter(),
1565
+ ];
2278
1566
  }
2279
- },
2280
- "reset": {
2281
- "complexType": {
2282
- "signature": "(startDate?: string) => Promise<void>",
2283
- "parameters": [{
2284
- "tags": [],
2285
- "text": ""
2286
- }],
2287
- "references": {
2288
- "Promise": {
2289
- "location": "global",
2290
- "id": "global::Promise"
1567
+ }
1568
+ render() {
1569
+ const { name, value, disabled, el, color, readonly, showMonthAndYear, preferWheel, presentation, size, isGridStyle, } = this;
1570
+ const mode = getIonMode(this);
1571
+ const isMonthAndYearPresentation = presentation === 'year' || presentation === 'month' || presentation === 'month-year';
1572
+ const shouldShowMonthAndYear = showMonthAndYear || isMonthAndYearPresentation;
1573
+ const monthYearPickerOpen = showMonthAndYear && !isMonthAndYearPresentation;
1574
+ const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
1575
+ const hasWheelVariant = hasDatePresentation && preferWheel;
1576
+ renderHiddenInput(true, el, name, formatValue(value), disabled);
1577
+ return (h(Host, { "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses(color, {
1578
+ [mode]: true,
1579
+ ['datetime-readonly']: readonly,
1580
+ ['datetime-disabled']: disabled,
1581
+ 'show-month-and-year': shouldShowMonthAndYear,
1582
+ 'month-year-picker-open': monthYearPickerOpen,
1583
+ [`datetime-presentation-${presentation}`]: true,
1584
+ [`datetime-size-${size}`]: true,
1585
+ [`datetime-prefer-wheel`]: hasWheelVariant,
1586
+ [`datetime-grid`]: isGridStyle,
1587
+ })) }, this.renderDatetime(mode)));
1588
+ }
1589
+ static get is() { return "ion-datetime"; }
1590
+ static get encapsulation() { return "shadow"; }
1591
+ static get originalStyleUrls() {
1592
+ return {
1593
+ "ios": ["datetime.ios.scss"],
1594
+ "md": ["datetime.md.scss"]
1595
+ };
1596
+ }
1597
+ static get styleUrls() {
1598
+ return {
1599
+ "ios": ["datetime.ios.css"],
1600
+ "md": ["datetime.md.css"]
1601
+ };
1602
+ }
1603
+ static get properties() {
1604
+ return {
1605
+ "color": {
1606
+ "type": "string",
1607
+ "mutable": false,
1608
+ "complexType": {
1609
+ "original": "Color",
1610
+ "resolved": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
1611
+ "references": {
1612
+ "Color": {
1613
+ "location": "import",
1614
+ "path": "../../interface",
1615
+ "id": "src/interface.d.ts::Color"
1616
+ }
1617
+ }
1618
+ },
1619
+ "required": false,
1620
+ "optional": true,
1621
+ "docs": {
1622
+ "tags": [],
1623
+ "text": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics)."
1624
+ },
1625
+ "attribute": "color",
1626
+ "reflect": false,
1627
+ "defaultValue": "'primary'"
1628
+ },
1629
+ "name": {
1630
+ "type": "string",
1631
+ "mutable": false,
1632
+ "complexType": {
1633
+ "original": "string",
1634
+ "resolved": "string",
1635
+ "references": {}
1636
+ },
1637
+ "required": false,
1638
+ "optional": false,
1639
+ "docs": {
1640
+ "tags": [],
1641
+ "text": "The name of the control, which is submitted with the form data."
1642
+ },
1643
+ "attribute": "name",
1644
+ "reflect": false,
1645
+ "defaultValue": "this.inputId"
1646
+ },
1647
+ "disabled": {
1648
+ "type": "boolean",
1649
+ "mutable": false,
1650
+ "complexType": {
1651
+ "original": "boolean",
1652
+ "resolved": "boolean",
1653
+ "references": {}
1654
+ },
1655
+ "required": false,
1656
+ "optional": false,
1657
+ "docs": {
1658
+ "tags": [],
1659
+ "text": "If `true`, the user cannot interact with the datetime."
1660
+ },
1661
+ "attribute": "disabled",
1662
+ "reflect": false,
1663
+ "defaultValue": "false"
1664
+ },
1665
+ "readonly": {
1666
+ "type": "boolean",
1667
+ "mutable": false,
1668
+ "complexType": {
1669
+ "original": "boolean",
1670
+ "resolved": "boolean",
1671
+ "references": {}
1672
+ },
1673
+ "required": false,
1674
+ "optional": false,
1675
+ "docs": {
1676
+ "tags": [],
1677
+ "text": "If `true`, the datetime appears normal but the selected date cannot be changed."
1678
+ },
1679
+ "attribute": "readonly",
1680
+ "reflect": false,
1681
+ "defaultValue": "false"
1682
+ },
1683
+ "isDateEnabled": {
1684
+ "type": "unknown",
1685
+ "mutable": false,
1686
+ "complexType": {
1687
+ "original": "(dateIsoString: string) => boolean",
1688
+ "resolved": "((dateIsoString: string) => boolean) | undefined",
1689
+ "references": {}
1690
+ },
1691
+ "required": false,
1692
+ "optional": true,
1693
+ "docs": {
1694
+ "tags": [],
1695
+ "text": "Returns if an individual date (calendar day) is enabled or disabled.\n\nIf `true`, the day will be enabled/interactive.\nIf `false`, the day will be disabled/non-interactive.\n\nThe function accepts an ISO 8601 date string of a given day.\nBy default, all days are enabled. Developers can use this function\nto write custom logic to disable certain days.\n\nThe function is called for each rendered calendar day, for the previous, current and next month.\nCustom implementations should be optimized for performance to avoid jank."
1696
+ }
1697
+ },
1698
+ "min": {
1699
+ "type": "string",
1700
+ "mutable": true,
1701
+ "complexType": {
1702
+ "original": "string",
1703
+ "resolved": "string | undefined",
1704
+ "references": {}
1705
+ },
1706
+ "required": false,
1707
+ "optional": true,
1708
+ "docs": {
1709
+ "tags": [],
1710
+ "text": "The minimum datetime allowed. Value must be a date string\nfollowing the\n[ISO 8601 datetime format standard](https://www.w3.org/TR/NOTE-datetime),\nsuch as `1996-12-19`. The format does not have to be specific to an exact\ndatetime. For example, the minimum could just be the year, such as `1994`.\nDefaults to the beginning of the year, 100 years ago from today."
1711
+ },
1712
+ "attribute": "min",
1713
+ "reflect": false
1714
+ },
1715
+ "max": {
1716
+ "type": "string",
1717
+ "mutable": true,
1718
+ "complexType": {
1719
+ "original": "string",
1720
+ "resolved": "string | undefined",
1721
+ "references": {}
1722
+ },
1723
+ "required": false,
1724
+ "optional": true,
1725
+ "docs": {
1726
+ "tags": [],
1727
+ "text": "The maximum datetime allowed. Value must be a date string\nfollowing the\n[ISO 8601 datetime format standard](https://www.w3.org/TR/NOTE-datetime),\n`1996-12-19`. The format does not have to be specific to an exact\ndatetime. For example, the maximum could just be the year, such as `1994`.\nDefaults to the end of this year."
1728
+ },
1729
+ "attribute": "max",
1730
+ "reflect": false
1731
+ },
1732
+ "presentation": {
1733
+ "type": "string",
1734
+ "mutable": false,
1735
+ "complexType": {
1736
+ "original": "DatetimePresentation",
1737
+ "resolved": "\"date\" | \"date-time\" | \"month\" | \"month-year\" | \"time\" | \"time-date\" | \"year\"",
1738
+ "references": {
1739
+ "DatetimePresentation": {
1740
+ "location": "import",
1741
+ "path": "./datetime-interface",
1742
+ "id": "src/components/datetime/datetime-interface.ts::DatetimePresentation"
1743
+ }
1744
+ }
1745
+ },
1746
+ "required": false,
1747
+ "optional": false,
1748
+ "docs": {
1749
+ "tags": [],
1750
+ "text": "Which values you want to select. `\"date\"` will show\na calendar picker to select the month, day, and year. `\"time\"`\nwill show a time picker to select the hour, minute, and (optionally)\nAM/PM. `\"date-time\"` will show the date picker first and time picker second.\n`\"time-date\"` will show the time picker first and date picker second."
1751
+ },
1752
+ "attribute": "presentation",
1753
+ "reflect": false,
1754
+ "defaultValue": "'date-time'"
1755
+ },
1756
+ "cancelText": {
1757
+ "type": "string",
1758
+ "mutable": false,
1759
+ "complexType": {
1760
+ "original": "string",
1761
+ "resolved": "string",
1762
+ "references": {}
1763
+ },
1764
+ "required": false,
1765
+ "optional": false,
1766
+ "docs": {
1767
+ "tags": [],
1768
+ "text": "The text to display on the picker's cancel button."
1769
+ },
1770
+ "attribute": "cancel-text",
1771
+ "reflect": false,
1772
+ "defaultValue": "'Cancel'"
1773
+ },
1774
+ "doneText": {
1775
+ "type": "string",
1776
+ "mutable": false,
1777
+ "complexType": {
1778
+ "original": "string",
1779
+ "resolved": "string",
1780
+ "references": {}
1781
+ },
1782
+ "required": false,
1783
+ "optional": false,
1784
+ "docs": {
1785
+ "tags": [],
1786
+ "text": "The text to display on the picker's \"Done\" button."
1787
+ },
1788
+ "attribute": "done-text",
1789
+ "reflect": false,
1790
+ "defaultValue": "'Done'"
1791
+ },
1792
+ "clearText": {
1793
+ "type": "string",
1794
+ "mutable": false,
1795
+ "complexType": {
1796
+ "original": "string",
1797
+ "resolved": "string",
1798
+ "references": {}
1799
+ },
1800
+ "required": false,
1801
+ "optional": false,
1802
+ "docs": {
1803
+ "tags": [],
1804
+ "text": "The text to display on the picker's \"Clear\" button."
1805
+ },
1806
+ "attribute": "clear-text",
1807
+ "reflect": false,
1808
+ "defaultValue": "'Clear'"
1809
+ },
1810
+ "yearValues": {
1811
+ "type": "any",
1812
+ "mutable": false,
1813
+ "complexType": {
1814
+ "original": "number[] | number | string",
1815
+ "resolved": "number | number[] | string | undefined",
1816
+ "references": {}
1817
+ },
1818
+ "required": false,
1819
+ "optional": true,
1820
+ "docs": {
1821
+ "tags": [],
1822
+ "text": "Values used to create the list of selectable years. By default\nthe year values range between the `min` and `max` datetime inputs. However, to\ncontrol exactly which years to display, the `yearValues` input can take a number, an array\nof numbers, or string of comma separated numbers. For example, to show upcoming and\nrecent leap years, then this input's value would be `yearValues=\"2008,2012,2016,2020,2024\"`."
1823
+ },
1824
+ "attribute": "year-values",
1825
+ "reflect": false
1826
+ },
1827
+ "monthValues": {
1828
+ "type": "any",
1829
+ "mutable": false,
1830
+ "complexType": {
1831
+ "original": "number[] | number | string",
1832
+ "resolved": "number | number[] | string | undefined",
1833
+ "references": {}
1834
+ },
1835
+ "required": false,
1836
+ "optional": true,
1837
+ "docs": {
1838
+ "tags": [],
1839
+ "text": "Values used to create the list of selectable months. By default\nthe month values range from `1` to `12`. However, to control exactly which months to\ndisplay, the `monthValues` input can take a number, an array of numbers, or a string of\ncomma separated numbers. For example, if only summer months should be shown, then this\ninput value would be `monthValues=\"6,7,8\"`. Note that month numbers do *not* have a\nzero-based index, meaning January's value is `1`, and December's is `12`."
1840
+ },
1841
+ "attribute": "month-values",
1842
+ "reflect": false
1843
+ },
1844
+ "dayValues": {
1845
+ "type": "any",
1846
+ "mutable": false,
1847
+ "complexType": {
1848
+ "original": "number[] | number | string",
1849
+ "resolved": "number | number[] | string | undefined",
1850
+ "references": {}
1851
+ },
1852
+ "required": false,
1853
+ "optional": true,
1854
+ "docs": {
1855
+ "tags": [],
1856
+ "text": "Values used to create the list of selectable days. By default\nevery day is shown for the given month. However, to control exactly which days of\nthe month to display, the `dayValues` input can take a number, an array of numbers, or\na string of comma separated numbers. Note that even if the array days have an invalid\nnumber for the selected month, like `31` in February, it will correctly not show\ndays which are not valid for the selected month."
1857
+ },
1858
+ "attribute": "day-values",
1859
+ "reflect": false
1860
+ },
1861
+ "hourValues": {
1862
+ "type": "any",
1863
+ "mutable": false,
1864
+ "complexType": {
1865
+ "original": "number[] | number | string",
1866
+ "resolved": "number | number[] | string | undefined",
1867
+ "references": {}
1868
+ },
1869
+ "required": false,
1870
+ "optional": true,
1871
+ "docs": {
1872
+ "tags": [],
1873
+ "text": "Values used to create the list of selectable hours. By default\nthe hour values range from `0` to `23` for 24-hour, or `1` to `12` for 12-hour. However,\nto control exactly which hours to display, the `hourValues` input can take a number, an\narray of numbers, or a string of comma separated numbers."
1874
+ },
1875
+ "attribute": "hour-values",
1876
+ "reflect": false
1877
+ },
1878
+ "minuteValues": {
1879
+ "type": "any",
1880
+ "mutable": false,
1881
+ "complexType": {
1882
+ "original": "number[] | number | string",
1883
+ "resolved": "number | number[] | string | undefined",
1884
+ "references": {}
1885
+ },
1886
+ "required": false,
1887
+ "optional": true,
1888
+ "docs": {
1889
+ "tags": [],
1890
+ "text": "Values used to create the list of selectable minutes. By default\nthe minutes range from `0` to `59`. However, to control exactly which minutes to display,\nthe `minuteValues` input can take a number, an array of numbers, or a string of comma\nseparated numbers. For example, if the minute selections should only be every 15 minutes,\nthen this input value would be `minuteValues=\"0,15,30,45\"`."
1891
+ },
1892
+ "attribute": "minute-values",
1893
+ "reflect": false
1894
+ },
1895
+ "locale": {
1896
+ "type": "string",
1897
+ "mutable": false,
1898
+ "complexType": {
1899
+ "original": "string",
1900
+ "resolved": "string",
1901
+ "references": {}
1902
+ },
1903
+ "required": false,
1904
+ "optional": false,
1905
+ "docs": {
1906
+ "tags": [],
1907
+ "text": "The locale to use for `ion-datetime`. This\nimpacts month and day name formatting.\nThe `\"default\"` value refers to the default\nlocale set by your device."
1908
+ },
1909
+ "attribute": "locale",
1910
+ "reflect": false,
1911
+ "defaultValue": "'default'"
1912
+ },
1913
+ "firstDayOfWeek": {
1914
+ "type": "number",
1915
+ "mutable": false,
1916
+ "complexType": {
1917
+ "original": "number",
1918
+ "resolved": "number",
1919
+ "references": {}
1920
+ },
1921
+ "required": false,
1922
+ "optional": false,
1923
+ "docs": {
1924
+ "tags": [],
1925
+ "text": "The first day of the week to use for `ion-datetime`. The\ndefault value is `0` and represents Sunday."
1926
+ },
1927
+ "attribute": "first-day-of-week",
1928
+ "reflect": false,
1929
+ "defaultValue": "0"
1930
+ },
1931
+ "titleSelectedDatesFormatter": {
1932
+ "type": "unknown",
1933
+ "mutable": false,
1934
+ "complexType": {
1935
+ "original": "TitleSelectedDatesFormatter",
1936
+ "resolved": "((selectedDates: string[]) => string) | undefined",
1937
+ "references": {
1938
+ "TitleSelectedDatesFormatter": {
1939
+ "location": "import",
1940
+ "path": "./datetime-interface",
1941
+ "id": "src/components/datetime/datetime-interface.ts::TitleSelectedDatesFormatter"
1942
+ }
1943
+ }
1944
+ },
1945
+ "required": false,
1946
+ "optional": true,
1947
+ "docs": {
1948
+ "tags": [],
1949
+ "text": "A callback used to format the header text that shows how many\ndates are selected. Only used if there are 0 or more than 1\nselected (i.e. unused for exactly 1). By default, the header\ntext is set to \"numberOfDates days\"."
1950
+ }
1951
+ },
1952
+ "multiple": {
1953
+ "type": "boolean",
1954
+ "mutable": false,
1955
+ "complexType": {
1956
+ "original": "boolean",
1957
+ "resolved": "boolean",
1958
+ "references": {}
1959
+ },
1960
+ "required": false,
1961
+ "optional": false,
1962
+ "docs": {
1963
+ "tags": [],
1964
+ "text": "If `true`, multiple dates can be selected at once. Only\napplies to `presentation=\"date\"` and `preferWheel=\"false\"`."
1965
+ },
1966
+ "attribute": "multiple",
1967
+ "reflect": false,
1968
+ "defaultValue": "false"
1969
+ },
1970
+ "highlightedDates": {
1971
+ "type": "unknown",
1972
+ "mutable": false,
1973
+ "complexType": {
1974
+ "original": "DatetimeHighlight[] | DatetimeHighlightCallback",
1975
+ "resolved": "((dateIsoString: string) => DatetimeHighlightStyle | undefined) | DatetimeHighlight[] | undefined",
1976
+ "references": {
1977
+ "DatetimeHighlight": {
1978
+ "location": "import",
1979
+ "path": "./datetime-interface",
1980
+ "id": "src/components/datetime/datetime-interface.ts::DatetimeHighlight"
1981
+ },
1982
+ "DatetimeHighlightCallback": {
1983
+ "location": "import",
1984
+ "path": "./datetime-interface",
1985
+ "id": "src/components/datetime/datetime-interface.ts::DatetimeHighlightCallback"
1986
+ }
1987
+ }
1988
+ },
1989
+ "required": false,
1990
+ "optional": true,
1991
+ "docs": {
1992
+ "tags": [],
1993
+ "text": "Used to apply custom text and background colors to specific dates.\n\nCan be either an array of objects containing ISO strings and colors,\nor a callback that receives an ISO string and returns the colors.\n\nOnly applies to the `date`, `date-time`, and `time-date` presentations,\nwith `preferWheel=\"false\"`."
1994
+ }
1995
+ },
1996
+ "value": {
1997
+ "type": "string",
1998
+ "mutable": true,
1999
+ "complexType": {
2000
+ "original": "string | string[] | null",
2001
+ "resolved": "null | string | string[] | undefined",
2002
+ "references": {}
2003
+ },
2004
+ "required": false,
2005
+ "optional": true,
2006
+ "docs": {
2007
+ "tags": [],
2008
+ "text": "The value of the datetime as a valid ISO 8601 datetime string.\nThis should be an array of strings only when `multiple=\"true\"`."
2009
+ },
2010
+ "attribute": "value",
2011
+ "reflect": false
2012
+ },
2013
+ "showDefaultTitle": {
2014
+ "type": "boolean",
2015
+ "mutable": false,
2016
+ "complexType": {
2017
+ "original": "boolean",
2018
+ "resolved": "boolean",
2019
+ "references": {}
2020
+ },
2021
+ "required": false,
2022
+ "optional": false,
2023
+ "docs": {
2024
+ "tags": [],
2025
+ "text": "If `true`, a header will be shown above the calendar\npicker. This will include both the slotted title, and\nthe selected date."
2026
+ },
2027
+ "attribute": "show-default-title",
2028
+ "reflect": false,
2029
+ "defaultValue": "false"
2030
+ },
2031
+ "showDefaultButtons": {
2032
+ "type": "boolean",
2033
+ "mutable": false,
2034
+ "complexType": {
2035
+ "original": "boolean",
2036
+ "resolved": "boolean",
2037
+ "references": {}
2038
+ },
2039
+ "required": false,
2040
+ "optional": false,
2041
+ "docs": {
2042
+ "tags": [],
2043
+ "text": "If `true`, the default \"Cancel\" and \"OK\" buttons\nwill be rendered at the bottom of the `ion-datetime`\ncomponent. Developers can also use the `button` slot\nif they want to customize these buttons. If custom\nbuttons are set in the `button` slot then the\ndefault buttons will not be rendered."
2044
+ },
2045
+ "attribute": "show-default-buttons",
2046
+ "reflect": false,
2047
+ "defaultValue": "false"
2048
+ },
2049
+ "showClearButton": {
2050
+ "type": "boolean",
2051
+ "mutable": false,
2052
+ "complexType": {
2053
+ "original": "boolean",
2054
+ "resolved": "boolean",
2055
+ "references": {}
2056
+ },
2057
+ "required": false,
2058
+ "optional": false,
2059
+ "docs": {
2060
+ "tags": [],
2061
+ "text": "If `true`, a \"Clear\" button will be rendered alongside\nthe default \"Cancel\" and \"OK\" buttons at the bottom of the `ion-datetime`\ncomponent. Developers can also use the `button` slot\nif they want to customize these buttons. If custom\nbuttons are set in the `button` slot then the\ndefault buttons will not be rendered."
2062
+ },
2063
+ "attribute": "show-clear-button",
2064
+ "reflect": false,
2065
+ "defaultValue": "false"
2066
+ },
2067
+ "showDefaultTimeLabel": {
2068
+ "type": "boolean",
2069
+ "mutable": false,
2070
+ "complexType": {
2071
+ "original": "boolean",
2072
+ "resolved": "boolean",
2073
+ "references": {}
2074
+ },
2075
+ "required": false,
2076
+ "optional": false,
2077
+ "docs": {
2078
+ "tags": [],
2079
+ "text": "If `true`, the default \"Time\" label will be rendered\nfor the time selector of the `ion-datetime` component.\nDevelopers can also use the `time-label` slot\nif they want to customize this label. If a custom\nlabel is set in the `time-label` slot then the\ndefault label will not be rendered."
2080
+ },
2081
+ "attribute": "show-default-time-label",
2082
+ "reflect": false,
2083
+ "defaultValue": "true"
2084
+ },
2085
+ "hourCycle": {
2086
+ "type": "string",
2087
+ "mutable": false,
2088
+ "complexType": {
2089
+ "original": "DatetimeHourCycle",
2090
+ "resolved": "\"h11\" | \"h12\" | \"h23\" | \"h24\" | undefined",
2091
+ "references": {
2092
+ "DatetimeHourCycle": {
2093
+ "location": "import",
2094
+ "path": "./datetime-interface",
2095
+ "id": "src/components/datetime/datetime-interface.ts::DatetimeHourCycle"
2096
+ }
2097
+ }
2098
+ },
2099
+ "required": false,
2100
+ "optional": true,
2101
+ "docs": {
2102
+ "tags": [],
2103
+ "text": "The hour cycle of the `ion-datetime`. If no value is set, this is\nspecified by the current locale."
2104
+ },
2105
+ "attribute": "hour-cycle",
2106
+ "reflect": false
2107
+ },
2108
+ "size": {
2109
+ "type": "string",
2110
+ "mutable": false,
2111
+ "complexType": {
2112
+ "original": "'cover' | 'fixed'",
2113
+ "resolved": "\"cover\" | \"fixed\"",
2114
+ "references": {}
2115
+ },
2116
+ "required": false,
2117
+ "optional": false,
2118
+ "docs": {
2119
+ "tags": [],
2120
+ "text": "If `cover`, the `ion-datetime` will expand to cover the full width of its container.\nIf `fixed`, the `ion-datetime` will have a fixed width."
2121
+ },
2122
+ "attribute": "size",
2123
+ "reflect": false,
2124
+ "defaultValue": "'fixed'"
2125
+ },
2126
+ "preferWheel": {
2127
+ "type": "boolean",
2128
+ "mutable": false,
2129
+ "complexType": {
2130
+ "original": "boolean",
2131
+ "resolved": "boolean",
2132
+ "references": {}
2133
+ },
2134
+ "required": false,
2135
+ "optional": false,
2136
+ "docs": {
2137
+ "tags": [],
2138
+ "text": "If `true`, a wheel picker will be rendered instead of a calendar grid\nwhere possible. If `false`, a calendar grid will be rendered instead of\na wheel picker where possible.\n\nA wheel picker can be rendered instead of a grid when `presentation` is\none of the following values: `\"date\"`, `\"date-time\"`, or `\"time-date\"`.\n\nA wheel picker will always be rendered regardless of\nthe `preferWheel` value when `presentation` is one of the following values:\n`\"time\"`, `\"month\"`, `\"month-year\"`, or `\"year\"`."
2139
+ },
2140
+ "attribute": "prefer-wheel",
2141
+ "reflect": false,
2142
+ "defaultValue": "false"
2291
2143
  }
2292
- },
2293
- "return": "Promise<void>"
2294
- },
2295
- "docs": {
2296
- "text": "Resets the internal state of the datetime but does not update the value.\nPassing a valid ISO-8601 string will reset the state of the component to the provided date.\nIf no value is provided, the internal state will be reset to the clamped value of the min, max and today.",
2297
- "tags": []
2298
- }
2299
- },
2300
- "cancel": {
2301
- "complexType": {
2302
- "signature": "(closeOverlay?: boolean) => Promise<void>",
2303
- "parameters": [{
2304
- "tags": [],
2305
- "text": ""
2306
- }],
2307
- "references": {
2308
- "Promise": {
2309
- "location": "global",
2310
- "id": "global::Promise"
2144
+ };
2145
+ }
2146
+ static get states() {
2147
+ return {
2148
+ "showMonthAndYear": {},
2149
+ "activeParts": {},
2150
+ "workingParts": {},
2151
+ "isTimePopoverOpen": {},
2152
+ "forceRenderDate": {}
2153
+ };
2154
+ }
2155
+ static get events() {
2156
+ return [{
2157
+ "method": "ionCancel",
2158
+ "name": "ionCancel",
2159
+ "bubbles": true,
2160
+ "cancelable": true,
2161
+ "composed": true,
2162
+ "docs": {
2163
+ "tags": [],
2164
+ "text": "Emitted when the datetime selection was cancelled."
2165
+ },
2166
+ "complexType": {
2167
+ "original": "void",
2168
+ "resolved": "void",
2169
+ "references": {}
2170
+ }
2171
+ }, {
2172
+ "method": "ionChange",
2173
+ "name": "ionChange",
2174
+ "bubbles": true,
2175
+ "cancelable": true,
2176
+ "composed": true,
2177
+ "docs": {
2178
+ "tags": [],
2179
+ "text": "Emitted when the value (selected date) has changed."
2180
+ },
2181
+ "complexType": {
2182
+ "original": "DatetimeChangeEventDetail",
2183
+ "resolved": "DatetimeChangeEventDetail",
2184
+ "references": {
2185
+ "DatetimeChangeEventDetail": {
2186
+ "location": "import",
2187
+ "path": "./datetime-interface",
2188
+ "id": "src/components/datetime/datetime-interface.ts::DatetimeChangeEventDetail"
2189
+ }
2190
+ }
2191
+ }
2192
+ }, {
2193
+ "method": "ionValueChange",
2194
+ "name": "ionValueChange",
2195
+ "bubbles": true,
2196
+ "cancelable": true,
2197
+ "composed": true,
2198
+ "docs": {
2199
+ "tags": [{
2200
+ "name": "internal",
2201
+ "text": undefined
2202
+ }],
2203
+ "text": "Emitted when the value property has changed.\nThis is used to ensure that ion-datetime-button can respond\nto any value property changes."
2204
+ },
2205
+ "complexType": {
2206
+ "original": "DatetimeChangeEventDetail",
2207
+ "resolved": "DatetimeChangeEventDetail",
2208
+ "references": {
2209
+ "DatetimeChangeEventDetail": {
2210
+ "location": "import",
2211
+ "path": "./datetime-interface",
2212
+ "id": "src/components/datetime/datetime-interface.ts::DatetimeChangeEventDetail"
2213
+ }
2214
+ }
2215
+ }
2216
+ }, {
2217
+ "method": "ionFocus",
2218
+ "name": "ionFocus",
2219
+ "bubbles": true,
2220
+ "cancelable": true,
2221
+ "composed": true,
2222
+ "docs": {
2223
+ "tags": [],
2224
+ "text": "Emitted when the datetime has focus."
2225
+ },
2226
+ "complexType": {
2227
+ "original": "void",
2228
+ "resolved": "void",
2229
+ "references": {}
2230
+ }
2231
+ }, {
2232
+ "method": "ionBlur",
2233
+ "name": "ionBlur",
2234
+ "bubbles": true,
2235
+ "cancelable": true,
2236
+ "composed": true,
2237
+ "docs": {
2238
+ "tags": [],
2239
+ "text": "Emitted when the datetime loses focus."
2240
+ },
2241
+ "complexType": {
2242
+ "original": "void",
2243
+ "resolved": "void",
2244
+ "references": {}
2245
+ }
2246
+ }, {
2247
+ "method": "ionStyle",
2248
+ "name": "ionStyle",
2249
+ "bubbles": true,
2250
+ "cancelable": true,
2251
+ "composed": true,
2252
+ "docs": {
2253
+ "tags": [{
2254
+ "name": "internal",
2255
+ "text": undefined
2256
+ }],
2257
+ "text": "Emitted when the styles change."
2258
+ },
2259
+ "complexType": {
2260
+ "original": "StyleEventDetail",
2261
+ "resolved": "StyleEventDetail",
2262
+ "references": {
2263
+ "StyleEventDetail": {
2264
+ "location": "import",
2265
+ "path": "../../interface",
2266
+ "id": "src/interface.d.ts::StyleEventDetail"
2267
+ }
2268
+ }
2269
+ }
2270
+ }, {
2271
+ "method": "ionRender",
2272
+ "name": "ionRender",
2273
+ "bubbles": true,
2274
+ "cancelable": true,
2275
+ "composed": true,
2276
+ "docs": {
2277
+ "tags": [{
2278
+ "name": "internal",
2279
+ "text": undefined
2280
+ }],
2281
+ "text": "Emitted when componentDidRender is fired."
2282
+ },
2283
+ "complexType": {
2284
+ "original": "void",
2285
+ "resolved": "void",
2286
+ "references": {}
2287
+ }
2288
+ }];
2289
+ }
2290
+ static get methods() {
2291
+ return {
2292
+ "confirm": {
2293
+ "complexType": {
2294
+ "signature": "(closeOverlay?: boolean) => Promise<void>",
2295
+ "parameters": [{
2296
+ "tags": [],
2297
+ "text": ""
2298
+ }],
2299
+ "references": {
2300
+ "Promise": {
2301
+ "location": "global",
2302
+ "id": "global::Promise"
2303
+ }
2304
+ },
2305
+ "return": "Promise<void>"
2306
+ },
2307
+ "docs": {
2308
+ "text": "Confirms the selected datetime value, updates the\n`value` property, and optionally closes the popover\nor modal that the datetime was presented in.",
2309
+ "tags": []
2310
+ }
2311
+ },
2312
+ "reset": {
2313
+ "complexType": {
2314
+ "signature": "(startDate?: string) => Promise<void>",
2315
+ "parameters": [{
2316
+ "tags": [],
2317
+ "text": ""
2318
+ }],
2319
+ "references": {
2320
+ "Promise": {
2321
+ "location": "global",
2322
+ "id": "global::Promise"
2323
+ }
2324
+ },
2325
+ "return": "Promise<void>"
2326
+ },
2327
+ "docs": {
2328
+ "text": "Resets the internal state of the datetime but does not update the value.\nPassing a valid ISO-8601 string will reset the state of the component to the provided date.\nIf no value is provided, the internal state will be reset to the clamped value of the min, max and today.",
2329
+ "tags": []
2330
+ }
2331
+ },
2332
+ "cancel": {
2333
+ "complexType": {
2334
+ "signature": "(closeOverlay?: boolean) => Promise<void>",
2335
+ "parameters": [{
2336
+ "tags": [],
2337
+ "text": ""
2338
+ }],
2339
+ "references": {
2340
+ "Promise": {
2341
+ "location": "global",
2342
+ "id": "global::Promise"
2343
+ }
2344
+ },
2345
+ "return": "Promise<void>"
2346
+ },
2347
+ "docs": {
2348
+ "text": "Emits the ionCancel event and\noptionally closes the popover\nor modal that the datetime was\npresented in.",
2349
+ "tags": []
2350
+ }
2311
2351
  }
2312
- },
2313
- "return": "Promise<void>"
2314
- },
2315
- "docs": {
2316
- "text": "Emits the ionCancel event and\noptionally closes the popover\nor modal that the datetime was\npresented in.",
2317
- "tags": []
2318
- }
2319
- }
2320
- };
2321
- }
2322
- static get elementRef() { return "el"; }
2323
- static get watchers() {
2324
- return [{
2325
- "propName": "disabled",
2326
- "methodName": "disabledChanged"
2327
- }, {
2328
- "propName": "min",
2329
- "methodName": "minChanged"
2330
- }, {
2331
- "propName": "max",
2332
- "methodName": "maxChanged"
2333
- }, {
2334
- "propName": "yearValues",
2335
- "methodName": "yearValuesChanged"
2336
- }, {
2337
- "propName": "monthValues",
2338
- "methodName": "monthValuesChanged"
2339
- }, {
2340
- "propName": "dayValues",
2341
- "methodName": "dayValuesChanged"
2342
- }, {
2343
- "propName": "hourValues",
2344
- "methodName": "hourValuesChanged"
2345
- }, {
2346
- "propName": "minuteValues",
2347
- "methodName": "minuteValuesChanged"
2348
- }, {
2349
- "propName": "value",
2350
- "methodName": "valueChanged"
2351
- }];
2352
- }
2352
+ };
2353
+ }
2354
+ static get elementRef() { return "el"; }
2355
+ static get watchers() {
2356
+ return [{
2357
+ "propName": "disabled",
2358
+ "methodName": "disabledChanged"
2359
+ }, {
2360
+ "propName": "min",
2361
+ "methodName": "minChanged"
2362
+ }, {
2363
+ "propName": "max",
2364
+ "methodName": "maxChanged"
2365
+ }, {
2366
+ "propName": "yearValues",
2367
+ "methodName": "yearValuesChanged"
2368
+ }, {
2369
+ "propName": "monthValues",
2370
+ "methodName": "monthValuesChanged"
2371
+ }, {
2372
+ "propName": "dayValues",
2373
+ "methodName": "dayValuesChanged"
2374
+ }, {
2375
+ "propName": "hourValues",
2376
+ "methodName": "hourValuesChanged"
2377
+ }, {
2378
+ "propName": "minuteValues",
2379
+ "methodName": "minuteValuesChanged"
2380
+ }, {
2381
+ "propName": "value",
2382
+ "methodName": "valueChanged"
2383
+ }];
2384
+ }
2353
2385
  }
2354
2386
  let datetimeIds = 0;