@ionic/angular 8.8.14-dev.11784243422.11f0110c → 8.8.14-dev.11785507167.1f41b13b

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 (502) hide show
  1. package/README.md +1 -1
  2. package/dist/common/directives/control-value-accessors/index.d.ts +1 -0
  3. package/dist/common/directives/control-value-accessors/index.js +2 -0
  4. package/dist/common/directives/control-value-accessors/index.js.map +1 -0
  5. package/dist/common/directives/control-value-accessors/value-accessor.d.ts +36 -0
  6. package/dist/common/directives/control-value-accessors/value-accessor.js +152 -0
  7. package/dist/common/directives/control-value-accessors/value-accessor.js.map +1 -0
  8. package/dist/common/directives/navigation/back-button.d.ts +23 -0
  9. package/dist/common/directives/navigation/back-button.js +66 -0
  10. package/dist/common/directives/navigation/back-button.js.map +1 -0
  11. package/dist/common/directives/navigation/nav-params.d.ts +45 -0
  12. package/dist/common/directives/navigation/nav-params.js +47 -0
  13. package/dist/common/directives/navigation/nav-params.js.map +1 -0
  14. package/dist/common/directives/navigation/nav.d.ts +21 -0
  15. package/dist/common/directives/navigation/nav.js +54 -0
  16. package/dist/common/directives/navigation/nav.js.map +1 -0
  17. package/dist/common/directives/navigation/router-link-delegate.d.ts +70 -0
  18. package/dist/common/directives/navigation/router-link-delegate.js +188 -0
  19. package/dist/common/directives/navigation/router-link-delegate.js.map +1 -0
  20. package/dist/common/directives/navigation/router-outlet.d.ts +104 -0
  21. package/dist/common/directives/navigation/router-outlet.js +476 -0
  22. package/dist/common/directives/navigation/router-outlet.js.map +1 -0
  23. package/dist/common/directives/navigation/stack-controller.d.ts +42 -0
  24. package/dist/common/directives/navigation/stack-controller.js +279 -0
  25. package/dist/common/directives/navigation/stack-controller.js.map +1 -0
  26. package/dist/common/directives/navigation/stack-utils.d.ts +38 -0
  27. package/dist/common/directives/navigation/stack-utils.js +73 -0
  28. package/dist/common/directives/navigation/stack-utils.js.map +1 -0
  29. package/dist/common/directives/navigation/tabs.d.ts +91 -0
  30. package/dist/common/directives/navigation/tabs.js +290 -0
  31. package/dist/common/directives/navigation/tabs.js.map +1 -0
  32. package/dist/common/index.d.ts +22 -0
  33. package/dist/common/index.js +20 -0
  34. package/dist/common/index.js.map +1 -0
  35. package/dist/common/overlays/modal.d.ts +62 -0
  36. package/dist/common/overlays/modal.js +101 -0
  37. package/dist/common/overlays/modal.js.map +1 -0
  38. package/dist/common/overlays/popover.d.ts +46 -0
  39. package/dist/common/overlays/popover.js +89 -0
  40. package/dist/common/overlays/popover.js.map +1 -0
  41. package/dist/common/providers/angular-delegate.d.ts +28 -0
  42. package/dist/common/providers/angular-delegate.js +229 -0
  43. package/dist/common/providers/angular-delegate.js.map +1 -0
  44. package/dist/common/providers/config.d.ts +11 -0
  45. package/dist/common/providers/config.js +44 -0
  46. package/dist/common/providers/config.js.map +1 -0
  47. package/dist/common/providers/dom-controller.d.ts +16 -0
  48. package/dist/common/providers/dom-controller.js +44 -0
  49. package/dist/common/providers/dom-controller.js.map +1 -0
  50. package/dist/common/providers/menu-controller.d.ts +78 -0
  51. package/dist/common/providers/menu-controller.js +114 -0
  52. package/dist/common/providers/menu-controller.js.map +1 -0
  53. package/dist/common/providers/nav-controller.d.ts +116 -0
  54. package/dist/common/providers/nav-controller.js +232 -0
  55. package/dist/common/providers/nav-controller.js.map +1 -0
  56. package/dist/common/providers/platform.d.ts +174 -0
  57. package/dist/common/providers/platform.js +256 -0
  58. package/dist/common/providers/platform.js.map +1 -0
  59. package/dist/common/types/interfaces.d.ts +8 -0
  60. package/dist/common/types/interfaces.js +2 -0
  61. package/dist/common/types/interfaces.js.map +1 -0
  62. package/dist/common/types/ionic-lifecycle-hooks.d.ts +27 -0
  63. package/dist/common/types/ionic-lifecycle-hooks.js +5 -0
  64. package/dist/common/types/ionic-lifecycle-hooks.js.map +1 -0
  65. package/dist/common/types/overlay-options.d.ts +16 -0
  66. package/dist/common/types/overlay-options.js +2 -0
  67. package/dist/common/types/overlay-options.js.map +1 -0
  68. package/dist/common/utils/overlay.d.ts +21 -0
  69. package/dist/common/utils/overlay.js +26 -0
  70. package/dist/common/utils/overlay.js.map +1 -0
  71. package/dist/common/utils/proxy.d.ts +8 -0
  72. package/dist/common/utils/proxy.js +47 -0
  73. package/dist/common/utils/proxy.js.map +1 -0
  74. package/dist/common/utils/routing.d.ts +28 -0
  75. package/dist/common/utils/routing.js +55 -0
  76. package/dist/common/utils/routing.js.map +1 -0
  77. package/dist/common/utils/util.d.ts +1 -0
  78. package/dist/common/utils/util.js +10 -0
  79. package/dist/common/utils/util.js.map +1 -0
  80. package/dist/lazy/app-initialize.d.ts +3 -0
  81. package/dist/lazy/app-initialize.js +29 -0
  82. package/dist/lazy/app-initialize.js.map +1 -0
  83. package/dist/lazy/directives/angular-component-lib/utils.d.ts +9 -0
  84. package/dist/lazy/directives/angular-component-lib/utils.js +59 -0
  85. package/dist/lazy/directives/angular-component-lib/utils.js.map +1 -0
  86. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.d.ts +10 -0
  87. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js +47 -0
  88. package/dist/lazy/directives/control-value-accessors/boolean-value-accessor.js.map +1 -0
  89. package/dist/lazy/directives/control-value-accessors/index.d.ts +4 -0
  90. package/dist/lazy/directives/control-value-accessors/index.js +5 -0
  91. package/dist/lazy/directives/control-value-accessors/index.js.map +1 -0
  92. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.d.ts +11 -0
  93. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js +55 -0
  94. package/dist/lazy/directives/control-value-accessors/numeric-value-accessor.js.map +1 -0
  95. package/dist/lazy/directives/control-value-accessors/select-value-accessor.d.ts +9 -0
  96. package/dist/lazy/directives/control-value-accessors/select-value-accessor.js +44 -0
  97. package/dist/lazy/directives/control-value-accessors/select-value-accessor.js.map +1 -0
  98. package/dist/lazy/directives/control-value-accessors/text-value-accessor.d.ts +9 -0
  99. package/dist/lazy/directives/control-value-accessors/text-value-accessor.js +43 -0
  100. package/dist/lazy/directives/control-value-accessors/text-value-accessor.js.map +1 -0
  101. package/dist/lazy/directives/navigation/ion-back-button.d.ts +9 -0
  102. package/dist/lazy/directives/navigation/ion-back-button.js +24 -0
  103. package/dist/lazy/directives/navigation/ion-back-button.js.map +1 -0
  104. package/dist/lazy/directives/navigation/ion-nav.d.ts +8 -0
  105. package/dist/lazy/directives/navigation/ion-nav.js +21 -0
  106. package/dist/lazy/directives/navigation/ion-nav.js.map +1 -0
  107. package/dist/lazy/directives/navigation/ion-router-outlet.d.ts +25 -0
  108. package/dist/lazy/directives/navigation/ion-router-outlet.js +52 -0
  109. package/dist/lazy/directives/navigation/ion-router-outlet.js.map +1 -0
  110. package/dist/lazy/directives/navigation/ion-tabs.d.ts +13 -0
  111. package/dist/lazy/directives/navigation/ion-tabs.js +58 -0
  112. package/dist/lazy/directives/navigation/ion-tabs.js.map +1 -0
  113. package/dist/lazy/directives/navigation/router-link-delegate.d.ts +16 -0
  114. package/dist/lazy/directives/navigation/router-link-delegate.js +32 -0
  115. package/dist/lazy/directives/navigation/router-link-delegate.js.map +1 -0
  116. package/dist/lazy/directives/overlays/modal.d.ts +6 -0
  117. package/dist/lazy/directives/overlays/modal.js +22 -0
  118. package/dist/lazy/directives/overlays/modal.js.map +1 -0
  119. package/dist/lazy/directives/overlays/popover.d.ts +6 -0
  120. package/dist/lazy/directives/overlays/popover.js +18 -0
  121. package/dist/lazy/directives/overlays/popover.js.map +1 -0
  122. package/dist/lazy/directives/proxies-list.d.ts +2 -0
  123. package/dist/lazy/directives/proxies-list.js +89 -0
  124. package/dist/lazy/directives/proxies-list.js.map +1 -0
  125. package/{types/ionic-angular-lazy.d.ts → dist/lazy/directives/proxies.d.ts} +339 -503
  126. package/{fesm2022/ionic-angular-lazy.mjs → dist/lazy/directives/proxies.js} +266 -1052
  127. package/dist/lazy/directives/proxies.js.map +1 -0
  128. package/dist/lazy/directives/validators/index.d.ts +2 -0
  129. package/dist/lazy/directives/validators/index.js +3 -0
  130. package/dist/lazy/directives/validators/index.js.map +1 -0
  131. package/dist/lazy/directives/validators/max-validator.d.ts +12 -0
  132. package/dist/lazy/directives/validators/max-validator.js +26 -0
  133. package/dist/lazy/directives/validators/max-validator.js.map +1 -0
  134. package/dist/lazy/directives/validators/min-validator.d.ts +12 -0
  135. package/dist/lazy/directives/validators/min-validator.js +26 -0
  136. package/dist/lazy/directives/validators/min-validator.js.map +1 -0
  137. package/dist/lazy/index.d.ts +26 -0
  138. package/dist/lazy/index.js +34 -0
  139. package/dist/lazy/index.js.map +1 -0
  140. package/dist/lazy/ionic-module.d.ts +38 -0
  141. package/dist/lazy/ionic-module.js +121 -0
  142. package/dist/lazy/ionic-module.js.map +1 -0
  143. package/dist/lazy/providers/action-sheet-controller.d.ts +8 -0
  144. package/dist/lazy/providers/action-sheet-controller.js +18 -0
  145. package/dist/lazy/providers/action-sheet-controller.js.map +1 -0
  146. package/dist/lazy/providers/alert-controller.d.ts +8 -0
  147. package/dist/lazy/providers/alert-controller.js +18 -0
  148. package/dist/lazy/providers/alert-controller.js.map +1 -0
  149. package/dist/lazy/providers/animation-controller.d.ts +25 -0
  150. package/dist/lazy/providers/animation-controller.js +37 -0
  151. package/dist/lazy/providers/animation-controller.js.map +1 -0
  152. package/dist/lazy/providers/gesture-controller.d.ts +13 -0
  153. package/dist/lazy/providers/gesture-controller.js +32 -0
  154. package/dist/lazy/providers/gesture-controller.js.map +1 -0
  155. package/dist/lazy/providers/loading-controller.d.ts +8 -0
  156. package/dist/lazy/providers/loading-controller.js +18 -0
  157. package/dist/lazy/providers/loading-controller.js.map +1 -0
  158. package/dist/lazy/providers/menu-controller.d.ts +7 -0
  159. package/dist/lazy/providers/menu-controller.js +18 -0
  160. package/dist/lazy/providers/menu-controller.js.map +1 -0
  161. package/dist/lazy/providers/modal-controller.d.ts +12 -0
  162. package/dist/lazy/providers/modal-controller.js +25 -0
  163. package/dist/lazy/providers/modal-controller.js.map +1 -0
  164. package/dist/lazy/providers/popover-controller.d.ts +9 -0
  165. package/dist/lazy/providers/popover-controller.js +19 -0
  166. package/dist/lazy/providers/popover-controller.js.map +1 -0
  167. package/dist/lazy/providers/toast-controller.d.ts +8 -0
  168. package/dist/lazy/providers/toast-controller.js +18 -0
  169. package/dist/lazy/providers/toast-controller.js.map +1 -0
  170. package/dist/standalone/directives/angular-component-lib/utils.d.ts +9 -0
  171. package/dist/standalone/directives/angular-component-lib/utils.js +59 -0
  172. package/dist/standalone/directives/angular-component-lib/utils.js.map +1 -0
  173. package/dist/standalone/directives/checkbox.d.ts +30 -0
  174. package/dist/standalone/directives/checkbox.js +81 -0
  175. package/dist/standalone/directives/checkbox.js.map +1 -0
  176. package/dist/standalone/directives/datetime.d.ts +30 -0
  177. package/dist/standalone/directives/datetime.js +100 -0
  178. package/dist/standalone/directives/datetime.js.map +1 -0
  179. package/dist/standalone/directives/icon.d.ts +9 -0
  180. package/dist/standalone/directives/icon.js +40 -0
  181. package/dist/standalone/directives/icon.js.map +1 -0
  182. package/dist/standalone/directives/index.d.ts +12 -0
  183. package/dist/standalone/directives/index.js +13 -0
  184. package/dist/standalone/directives/index.js.map +1 -0
  185. package/dist/standalone/directives/input-otp.d.ts +49 -0
  186. package/dist/standalone/directives/input-otp.js +95 -0
  187. package/dist/standalone/directives/input-otp.js.map +1 -0
  188. package/dist/standalone/directives/input.d.ts +47 -0
  189. package/dist/standalone/directives/input.js +118 -0
  190. package/dist/standalone/directives/input.js.map +1 -0
  191. package/dist/standalone/directives/ion-accordion-group.d.ts +21 -0
  192. package/dist/standalone/directives/ion-accordion-group.js +45 -0
  193. package/dist/standalone/directives/ion-accordion-group.js.map +1 -0
  194. package/dist/standalone/directives/ion-accordion.d.ts +12 -0
  195. package/dist/standalone/directives/ion-accordion.js +41 -0
  196. package/dist/standalone/directives/ion-accordion.js.map +1 -0
  197. package/dist/standalone/directives/ion-action-sheet.d.ts +58 -0
  198. package/dist/standalone/directives/ion-action-sheet.js +67 -0
  199. package/dist/standalone/directives/ion-action-sheet.js.map +1 -0
  200. package/dist/standalone/directives/ion-alert.d.ts +58 -0
  201. package/dist/standalone/directives/ion-alert.js +67 -0
  202. package/dist/standalone/directives/ion-alert.js.map +1 -0
  203. package/dist/standalone/directives/ion-app.d.ts +12 -0
  204. package/dist/standalone/directives/ion-app.js +41 -0
  205. package/dist/standalone/directives/ion-app.js.map +1 -0
  206. package/dist/standalone/directives/ion-avatar.d.ts +12 -0
  207. package/dist/standalone/directives/ion-avatar.js +40 -0
  208. package/dist/standalone/directives/ion-avatar.js.map +1 -0
  209. package/dist/standalone/directives/ion-backdrop.d.ts +18 -0
  210. package/dist/standalone/directives/ion-backdrop.js +45 -0
  211. package/dist/standalone/directives/ion-backdrop.js.map +1 -0
  212. package/dist/standalone/directives/ion-badge.d.ts +12 -0
  213. package/dist/standalone/directives/ion-badge.js +41 -0
  214. package/dist/standalone/directives/ion-badge.js.map +1 -0
  215. package/dist/standalone/directives/ion-breadcrumb.d.ts +23 -0
  216. package/dist/standalone/directives/ion-breadcrumb.js +48 -0
  217. package/dist/standalone/directives/ion-breadcrumb.js.map +1 -0
  218. package/dist/standalone/directives/ion-breadcrumbs.d.ts +19 -0
  219. package/dist/standalone/directives/ion-breadcrumbs.js +45 -0
  220. package/dist/standalone/directives/ion-breadcrumbs.js.map +1 -0
  221. package/dist/standalone/directives/ion-button.d.ts +23 -0
  222. package/dist/standalone/directives/ion-button.js +48 -0
  223. package/dist/standalone/directives/ion-button.js.map +1 -0
  224. package/dist/standalone/directives/ion-buttons.d.ts +12 -0
  225. package/dist/standalone/directives/ion-buttons.js +41 -0
  226. package/dist/standalone/directives/ion-buttons.js.map +1 -0
  227. package/dist/standalone/directives/ion-card-content.d.ts +12 -0
  228. package/dist/standalone/directives/ion-card-content.js +41 -0
  229. package/dist/standalone/directives/ion-card-content.js.map +1 -0
  230. package/dist/standalone/directives/ion-card-header.d.ts +12 -0
  231. package/dist/standalone/directives/ion-card-header.js +41 -0
  232. package/dist/standalone/directives/ion-card-header.js.map +1 -0
  233. package/dist/standalone/directives/ion-card-subtitle.d.ts +12 -0
  234. package/dist/standalone/directives/ion-card-subtitle.js +41 -0
  235. package/dist/standalone/directives/ion-card-subtitle.js.map +1 -0
  236. package/dist/standalone/directives/ion-card-title.d.ts +12 -0
  237. package/dist/standalone/directives/ion-card-title.js +41 -0
  238. package/dist/standalone/directives/ion-card-title.js.map +1 -0
  239. package/dist/standalone/directives/ion-card.d.ts +12 -0
  240. package/dist/standalone/directives/ion-card.js +41 -0
  241. package/dist/standalone/directives/ion-card.js.map +1 -0
  242. package/dist/standalone/directives/ion-chip.d.ts +12 -0
  243. package/dist/standalone/directives/ion-chip.js +41 -0
  244. package/dist/standalone/directives/ion-chip.js.map +1 -0
  245. package/dist/standalone/directives/ion-col.d.ts +12 -0
  246. package/dist/standalone/directives/ion-col.js +41 -0
  247. package/dist/standalone/directives/ion-col.js.map +1 -0
  248. package/dist/standalone/directives/ion-content.d.ts +33 -0
  249. package/dist/standalone/directives/ion-content.js +52 -0
  250. package/dist/standalone/directives/ion-content.js.map +1 -0
  251. package/dist/standalone/directives/ion-datetime-button.d.ts +12 -0
  252. package/dist/standalone/directives/ion-datetime-button.js +41 -0
  253. package/dist/standalone/directives/ion-datetime-button.js.map +1 -0
  254. package/dist/standalone/directives/ion-fab-button.d.ts +23 -0
  255. package/dist/standalone/directives/ion-fab-button.js +48 -0
  256. package/dist/standalone/directives/ion-fab-button.js.map +1 -0
  257. package/dist/standalone/directives/ion-fab-list.d.ts +12 -0
  258. package/dist/standalone/directives/ion-fab-list.js +41 -0
  259. package/dist/standalone/directives/ion-fab-list.js.map +1 -0
  260. package/dist/standalone/directives/ion-fab.d.ts +12 -0
  261. package/dist/standalone/directives/ion-fab.js +42 -0
  262. package/dist/standalone/directives/ion-fab.js.map +1 -0
  263. package/dist/standalone/directives/ion-footer.d.ts +12 -0
  264. package/dist/standalone/directives/ion-footer.js +41 -0
  265. package/dist/standalone/directives/ion-footer.js.map +1 -0
  266. package/dist/standalone/directives/ion-grid.d.ts +12 -0
  267. package/dist/standalone/directives/ion-grid.js +41 -0
  268. package/dist/standalone/directives/ion-grid.js.map +1 -0
  269. package/dist/standalone/directives/ion-header.d.ts +12 -0
  270. package/dist/standalone/directives/ion-header.js +41 -0
  271. package/dist/standalone/directives/ion-header.js.map +1 -0
  272. package/dist/standalone/directives/ion-img.d.ts +28 -0
  273. package/dist/standalone/directives/ion-img.js +51 -0
  274. package/dist/standalone/directives/ion-img.js.map +1 -0
  275. package/dist/standalone/directives/ion-infinite-scroll-content.d.ts +12 -0
  276. package/dist/standalone/directives/ion-infinite-scroll-content.js +41 -0
  277. package/dist/standalone/directives/ion-infinite-scroll-content.js.map +1 -0
  278. package/dist/standalone/directives/ion-infinite-scroll.d.ts +21 -0
  279. package/dist/standalone/directives/ion-infinite-scroll.js +46 -0
  280. package/dist/standalone/directives/ion-infinite-scroll.js.map +1 -0
  281. package/dist/standalone/directives/ion-input-password-toggle.d.ts +12 -0
  282. package/dist/standalone/directives/ion-input-password-toggle.js +41 -0
  283. package/dist/standalone/directives/ion-input-password-toggle.js.map +1 -0
  284. package/dist/standalone/directives/ion-item-divider.d.ts +12 -0
  285. package/dist/standalone/directives/ion-item-divider.js +41 -0
  286. package/dist/standalone/directives/ion-item-divider.js.map +1 -0
  287. package/dist/standalone/directives/ion-item-group.d.ts +12 -0
  288. package/dist/standalone/directives/ion-item-group.js +40 -0
  289. package/dist/standalone/directives/ion-item-group.js.map +1 -0
  290. package/dist/standalone/directives/ion-item-option.d.ts +12 -0
  291. package/dist/standalone/directives/ion-item-option.js +41 -0
  292. package/dist/standalone/directives/ion-item-option.js.map +1 -0
  293. package/dist/standalone/directives/ion-item-options.d.ts +18 -0
  294. package/dist/standalone/directives/ion-item-options.js +45 -0
  295. package/dist/standalone/directives/ion-item-options.js.map +1 -0
  296. package/dist/standalone/directives/ion-item-sliding.d.ts +18 -0
  297. package/dist/standalone/directives/ion-item-sliding.js +46 -0
  298. package/dist/standalone/directives/ion-item-sliding.js.map +1 -0
  299. package/dist/standalone/directives/ion-item.d.ts +12 -0
  300. package/dist/standalone/directives/ion-item.js +41 -0
  301. package/dist/standalone/directives/ion-item.js.map +1 -0
  302. package/dist/standalone/directives/ion-label.d.ts +12 -0
  303. package/dist/standalone/directives/ion-label.js +41 -0
  304. package/dist/standalone/directives/ion-label.js.map +1 -0
  305. package/dist/standalone/directives/ion-list-header.d.ts +12 -0
  306. package/dist/standalone/directives/ion-list-header.js +41 -0
  307. package/dist/standalone/directives/ion-list-header.js.map +1 -0
  308. package/dist/standalone/directives/ion-list.d.ts +12 -0
  309. package/dist/standalone/directives/ion-list.js +42 -0
  310. package/dist/standalone/directives/ion-list.js.map +1 -0
  311. package/dist/standalone/directives/ion-loading.d.ts +58 -0
  312. package/dist/standalone/directives/ion-loading.js +67 -0
  313. package/dist/standalone/directives/ion-loading.js.map +1 -0
  314. package/dist/standalone/directives/ion-menu-button.d.ts +12 -0
  315. package/dist/standalone/directives/ion-menu-button.js +41 -0
  316. package/dist/standalone/directives/ion-menu-button.js.map +1 -0
  317. package/dist/standalone/directives/ion-menu-toggle.d.ts +12 -0
  318. package/dist/standalone/directives/ion-menu-toggle.js +41 -0
  319. package/dist/standalone/directives/ion-menu-toggle.js.map +1 -0
  320. package/dist/standalone/directives/ion-menu.d.ts +34 -0
  321. package/dist/standalone/directives/ion-menu.js +55 -0
  322. package/dist/standalone/directives/ion-menu.js.map +1 -0
  323. package/dist/standalone/directives/ion-nav-link.d.ts +12 -0
  324. package/dist/standalone/directives/ion-nav-link.js +41 -0
  325. package/dist/standalone/directives/ion-nav-link.js.map +1 -0
  326. package/dist/standalone/directives/ion-note.d.ts +12 -0
  327. package/dist/standalone/directives/ion-note.js +41 -0
  328. package/dist/standalone/directives/ion-note.js.map +1 -0
  329. package/dist/standalone/directives/ion-picker-column-option.d.ts +12 -0
  330. package/dist/standalone/directives/ion-picker-column-option.js +41 -0
  331. package/dist/standalone/directives/ion-picker-column-option.js.map +1 -0
  332. package/dist/standalone/directives/ion-picker-column.d.ts +21 -0
  333. package/dist/standalone/directives/ion-picker-column.js +46 -0
  334. package/dist/standalone/directives/ion-picker-column.js.map +1 -0
  335. package/dist/standalone/directives/ion-picker.d.ts +12 -0
  336. package/dist/standalone/directives/ion-picker.js +41 -0
  337. package/dist/standalone/directives/ion-picker.js.map +1 -0
  338. package/dist/standalone/directives/ion-progress-bar.d.ts +12 -0
  339. package/dist/standalone/directives/ion-progress-bar.js +41 -0
  340. package/dist/standalone/directives/ion-progress-bar.js.map +1 -0
  341. package/dist/standalone/directives/ion-radio.d.ts +23 -0
  342. package/dist/standalone/directives/ion-radio.js +48 -0
  343. package/dist/standalone/directives/ion-radio.js.map +1 -0
  344. package/dist/standalone/directives/ion-refresher-content.d.ts +12 -0
  345. package/dist/standalone/directives/ion-refresher-content.js +41 -0
  346. package/dist/standalone/directives/ion-refresher-content.js.map +1 -0
  347. package/dist/standalone/directives/ion-refresher.d.ts +45 -0
  348. package/dist/standalone/directives/ion-refresher.js +58 -0
  349. package/dist/standalone/directives/ion-refresher.js.map +1 -0
  350. package/dist/standalone/directives/ion-reorder-group.d.ts +44 -0
  351. package/dist/standalone/directives/ion-reorder-group.js +55 -0
  352. package/dist/standalone/directives/ion-reorder-group.js.map +1 -0
  353. package/dist/standalone/directives/ion-reorder.d.ts +12 -0
  354. package/dist/standalone/directives/ion-reorder.js +40 -0
  355. package/dist/standalone/directives/ion-reorder.js.map +1 -0
  356. package/dist/standalone/directives/ion-ripple-effect.d.ts +12 -0
  357. package/dist/standalone/directives/ion-ripple-effect.js +42 -0
  358. package/dist/standalone/directives/ion-ripple-effect.js.map +1 -0
  359. package/dist/standalone/directives/ion-row.d.ts +12 -0
  360. package/dist/standalone/directives/ion-row.js +40 -0
  361. package/dist/standalone/directives/ion-row.js.map +1 -0
  362. package/dist/standalone/directives/ion-segment-button.d.ts +12 -0
  363. package/dist/standalone/directives/ion-segment-button.js +41 -0
  364. package/dist/standalone/directives/ion-segment-button.js.map +1 -0
  365. package/dist/standalone/directives/ion-segment-content.d.ts +12 -0
  366. package/dist/standalone/directives/ion-segment-content.js +40 -0
  367. package/dist/standalone/directives/ion-segment-content.js.map +1 -0
  368. package/dist/standalone/directives/ion-segment-view.d.ts +19 -0
  369. package/dist/standalone/directives/ion-segment-view.js +45 -0
  370. package/dist/standalone/directives/ion-segment-view.js.map +1 -0
  371. package/dist/standalone/directives/ion-select-modal.d.ts +12 -0
  372. package/dist/standalone/directives/ion-select-modal.js +41 -0
  373. package/dist/standalone/directives/ion-select-modal.js.map +1 -0
  374. package/dist/standalone/directives/ion-select-option.d.ts +12 -0
  375. package/dist/standalone/directives/ion-select-option.js +41 -0
  376. package/dist/standalone/directives/ion-select-option.js.map +1 -0
  377. package/dist/standalone/directives/ion-skeleton-text.d.ts +12 -0
  378. package/dist/standalone/directives/ion-skeleton-text.js +41 -0
  379. package/dist/standalone/directives/ion-skeleton-text.js.map +1 -0
  380. package/dist/standalone/directives/ion-spinner.d.ts +12 -0
  381. package/dist/standalone/directives/ion-spinner.js +41 -0
  382. package/dist/standalone/directives/ion-spinner.js.map +1 -0
  383. package/dist/standalone/directives/ion-split-pane.d.ts +22 -0
  384. package/dist/standalone/directives/ion-split-pane.js +45 -0
  385. package/dist/standalone/directives/ion-split-pane.js.map +1 -0
  386. package/dist/standalone/directives/ion-tab-bar.d.ts +12 -0
  387. package/dist/standalone/directives/ion-tab-bar.js +41 -0
  388. package/dist/standalone/directives/ion-tab-bar.js.map +1 -0
  389. package/dist/standalone/directives/ion-tab-button.d.ts +12 -0
  390. package/dist/standalone/directives/ion-tab-button.js +41 -0
  391. package/dist/standalone/directives/ion-tab-button.js.map +1 -0
  392. package/dist/standalone/directives/ion-tab.d.ts +12 -0
  393. package/dist/standalone/directives/ion-tab.js +42 -0
  394. package/dist/standalone/directives/ion-tab.js.map +1 -0
  395. package/dist/standalone/directives/ion-text.d.ts +12 -0
  396. package/dist/standalone/directives/ion-text.js +41 -0
  397. package/dist/standalone/directives/ion-text.js.map +1 -0
  398. package/dist/standalone/directives/ion-thumbnail.d.ts +12 -0
  399. package/dist/standalone/directives/ion-thumbnail.js +40 -0
  400. package/dist/standalone/directives/ion-thumbnail.js.map +1 -0
  401. package/dist/standalone/directives/ion-title.d.ts +12 -0
  402. package/dist/standalone/directives/ion-title.js +41 -0
  403. package/dist/standalone/directives/ion-title.js.map +1 -0
  404. package/dist/standalone/directives/ion-toast.d.ts +58 -0
  405. package/dist/standalone/directives/ion-toast.js +67 -0
  406. package/dist/standalone/directives/ion-toast.js.map +1 -0
  407. package/dist/standalone/directives/ion-toolbar.d.ts +12 -0
  408. package/dist/standalone/directives/ion-toolbar.js +41 -0
  409. package/dist/standalone/directives/ion-toolbar.js.map +1 -0
  410. package/dist/standalone/directives/proxies.d.ts +77 -0
  411. package/dist/standalone/directives/proxies.js +79 -0
  412. package/dist/standalone/directives/proxies.js.map +1 -0
  413. package/dist/standalone/directives/radio-group.d.ts +18 -0
  414. package/dist/standalone/directives/radio-group.js +65 -0
  415. package/dist/standalone/directives/radio-group.js.map +1 -0
  416. package/dist/standalone/directives/range.d.ts +47 -0
  417. package/dist/standalone/directives/range.js +83 -0
  418. package/dist/standalone/directives/range.js.map +1 -0
  419. package/dist/standalone/directives/searchbar.d.ts +45 -0
  420. package/dist/standalone/directives/searchbar.js +87 -0
  421. package/dist/standalone/directives/searchbar.js.map +1 -0
  422. package/dist/standalone/directives/segment.d.ts +19 -0
  423. package/dist/standalone/directives/segment.js +65 -0
  424. package/dist/standalone/directives/segment.js.map +1 -0
  425. package/dist/standalone/directives/select.d.ts +34 -0
  426. package/dist/standalone/directives/select.js +89 -0
  427. package/dist/standalone/directives/select.js.map +1 -0
  428. package/dist/standalone/directives/textarea.d.ts +37 -0
  429. package/dist/standalone/directives/textarea.js +96 -0
  430. package/dist/standalone/directives/textarea.js.map +1 -0
  431. package/dist/standalone/directives/toggle.d.ts +28 -0
  432. package/dist/standalone/directives/toggle.js +81 -0
  433. package/dist/standalone/directives/toggle.js.map +1 -0
  434. package/dist/standalone/index.d.ts +22 -0
  435. package/dist/standalone/index.js +24 -0
  436. package/dist/standalone/index.js.map +1 -0
  437. package/dist/standalone/navigation/back-button.d.ts +9 -0
  438. package/dist/standalone/navigation/back-button.js +37 -0
  439. package/dist/standalone/navigation/back-button.js.map +1 -0
  440. package/dist/standalone/navigation/nav.d.ts +8 -0
  441. package/dist/standalone/navigation/nav.js +33 -0
  442. package/dist/standalone/navigation/nav.js.map +1 -0
  443. package/dist/standalone/navigation/router-link-delegate.d.ts +10 -0
  444. package/dist/standalone/navigation/router-link-delegate.js +26 -0
  445. package/dist/standalone/navigation/router-link-delegate.js.map +1 -0
  446. package/dist/standalone/navigation/router-outlet.d.ts +25 -0
  447. package/dist/standalone/navigation/router-outlet.js +65 -0
  448. package/dist/standalone/navigation/router-outlet.js.map +1 -0
  449. package/dist/standalone/navigation/tabs.d.ts +13 -0
  450. package/dist/standalone/navigation/tabs.js +57 -0
  451. package/dist/standalone/navigation/tabs.js.map +1 -0
  452. package/dist/standalone/overlays/modal.d.ts +6 -0
  453. package/dist/standalone/overlays/modal.js +37 -0
  454. package/dist/standalone/overlays/modal.js.map +1 -0
  455. package/dist/standalone/overlays/popover.d.ts +6 -0
  456. package/dist/standalone/overlays/popover.js +33 -0
  457. package/dist/standalone/overlays/popover.js.map +1 -0
  458. package/dist/standalone/providers/action-sheet-controller.d.ts +8 -0
  459. package/dist/standalone/providers/action-sheet-controller.js +20 -0
  460. package/dist/standalone/providers/action-sheet-controller.js.map +1 -0
  461. package/dist/standalone/providers/alert-controller.d.ts +8 -0
  462. package/dist/standalone/providers/alert-controller.js +20 -0
  463. package/dist/standalone/providers/alert-controller.js.map +1 -0
  464. package/dist/standalone/providers/animation-controller.d.ts +25 -0
  465. package/dist/standalone/providers/animation-controller.js +37 -0
  466. package/dist/standalone/providers/animation-controller.js.map +1 -0
  467. package/dist/standalone/providers/gesture-controller.d.ts +13 -0
  468. package/dist/standalone/providers/gesture-controller.js +32 -0
  469. package/dist/standalone/providers/gesture-controller.js.map +1 -0
  470. package/dist/standalone/providers/ionic-angular.d.ts +7 -0
  471. package/dist/standalone/providers/ionic-angular.js +38 -0
  472. package/dist/standalone/providers/ionic-angular.js.map +1 -0
  473. package/dist/standalone/providers/loading-controller.d.ts +8 -0
  474. package/dist/standalone/providers/loading-controller.js +20 -0
  475. package/dist/standalone/providers/loading-controller.js.map +1 -0
  476. package/dist/standalone/providers/menu-controller.d.ts +7 -0
  477. package/dist/standalone/providers/menu-controller.js +18 -0
  478. package/dist/standalone/providers/menu-controller.js.map +1 -0
  479. package/dist/standalone/providers/modal-controller.d.ts +12 -0
  480. package/dist/standalone/providers/modal-controller.js +27 -0
  481. package/dist/standalone/providers/modal-controller.js.map +1 -0
  482. package/dist/standalone/providers/popover-controller.d.ts +9 -0
  483. package/dist/standalone/providers/popover-controller.js +21 -0
  484. package/dist/standalone/providers/popover-controller.js.map +1 -0
  485. package/dist/standalone/providers/toast-controller.d.ts +8 -0
  486. package/dist/standalone/providers/toast-controller.js +20 -0
  487. package/dist/standalone/providers/toast-controller.js.map +1 -0
  488. package/package.json +163 -22
  489. package/fesm2022/ionic-angular-common.mjs +0 -2799
  490. package/fesm2022/ionic-angular-common.mjs.map +0 -1
  491. package/fesm2022/ionic-angular-lazy.mjs.map +0 -1
  492. package/fesm2022/ionic-angular.mjs +0 -3644
  493. package/fesm2022/ionic-angular.mjs.map +0 -1
  494. package/types/ionic-angular-common.d.ts +0 -1031
  495. package/types/ionic-angular.d.ts +0 -1560
  496. /package/{schematics → dist/schematics}/add/files/root/theme/variables.css +0 -0
  497. /package/{schematics → dist/schematics}/add/index.js +0 -0
  498. /package/{schematics → dist/schematics}/add/schema.json +0 -0
  499. /package/{schematics → dist/schematics}/collection.json +0 -0
  500. /package/{schematics → dist/schematics}/utils/ast.js +0 -0
  501. /package/{schematics → dist/schematics}/utils/config.js +0 -0
  502. /package/{schematics → dist/schematics}/utils/package.js +0 -0
@@ -1,86 +1,114 @@
1
- import * as i0 from '@angular/core';
2
- import { Injector, ElementRef, NgZone, ChangeDetectorRef, EventEmitter, ViewContainerRef, QueryList, EnvironmentInjector, Provider, ModuleWithProviders } from '@angular/core';
3
- import { ValueAccessor, IonRouterOutlet as IonRouterOutlet$1, IonTabs as IonTabs$1, IonBackButton as IonBackButton$1, NavController, Config, IonNav as IonNav$1, AngularDelegate, RouterLinkDelegateDirective as RouterLinkDelegateDirective$1, RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegateDirective$1, IonModal as IonModal$1, IonPopover as IonPopover$1, OverlayBaseController, MenuController as MenuController$1, ModalOptions, PopoverOptions } from '@ionic/angular/common';
4
- export { AngularDelegate, Config, DomController, IonModalToken, IonicRouteStrategy, ModalOptions, NavController, NavParams, Platform, PopoverOptions, ViewDidEnter, ViewDidLeave, ViewWillEnter, ViewWillLeave } from '@ionic/angular/common';
5
- import { Components, IonAccordionGroupCustomEvent, AccordionGroupChangeEventDetail, IonActionSheetCustomEvent, OverlayEventDetail, IonAlertCustomEvent, IonBackdropCustomEvent, IonBreadcrumbCustomEvent, IonBreadcrumbsCustomEvent, BreadcrumbCollapsedClickEventDetail, IonButtonCustomEvent, IonCheckboxCustomEvent, CheckboxChangeEventDetail, IonContentCustomEvent, ScrollBaseDetail, ScrollDetail, IonDatetimeCustomEvent, DatetimeChangeEventDetail, IonFabButtonCustomEvent, IonImgCustomEvent, IonInfiniteScrollCustomEvent, IonInputCustomEvent, InputInputEventDetail, InputChangeEventDetail, IonInputOtpCustomEvent, InputOtpInputEventDetail, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, IonItemOptionsCustomEvent, IonItemSlidingCustomEvent, IonLoadingCustomEvent, IonMenuCustomEvent, MenuCloseEventDetail, IonPickerColumnCustomEvent, PickerColumnChangeEventDetail, IonRadioCustomEvent, IonRadioGroupCustomEvent, RadioGroupChangeEventDetail, IonRangeCustomEvent, RangeChangeEventDetail, RangeKnobMoveStartEventDetail, RangeKnobMoveEndEventDetail, IonRefresherCustomEvent, RefresherEventDetail, RefresherPullEndEventDetail, IonReorderGroupCustomEvent, ItemReorderEventDetail, ReorderMoveEventDetail, ReorderEndEventDetail, IonSearchbarCustomEvent, SearchbarInputEventDetail, SearchbarChangeEventDetail, IonSegmentCustomEvent, SegmentChangeEventDetail, IonSegmentViewCustomEvent, SegmentViewScrollEvent, IonSelectCustomEvent, SelectChangeEventDetail, IonSplitPaneCustomEvent, IonTextareaCustomEvent, TextareaChangeEventDetail, TextareaInputEventDetail, IonToastCustomEvent, IonToggleCustomEvent, ToggleChangeEventDetail, AlertOptions, Animation, ActionSheetOptions, GestureConfig, Gesture, LoadingOptions, ToastOptions, IonicConfig } from '@ionic/core';
6
- export { AccordionGroupChangeEventDetail, AccordionGroupCustomEvent, ActionSheetButton, ActionSheetOptions, AlertButton, AlertInput, AlertOptions, Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, BackButtonEvent, BreadcrumbCollapsedClickEventDetail, BreadcrumbCustomEvent, CheckboxChangeEventDetail, CheckboxCustomEvent, DatetimeChangeEventDetail, DatetimeCustomEvent, Gesture, GestureConfig, GestureDetail, InfiniteScrollCustomEvent, InputChangeEventDetail, InputCustomEvent, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpCustomEvent, InputOtpInputEventDetail, IonicSafeString, IonicSlides, ItemReorderCustomEvent, ItemReorderEventDetail, ItemSlidingCustomEvent, LoadingOptions, MenuCustomEvent, ModalDragEventDetail, NavComponentWithProps, NavCustomEvent, PlatformConfig, RadioGroupChangeEventDetail, RadioGroupCustomEvent, RangeChangeEventDetail, RangeCustomEvent, RangeKnobMoveEndEventDetail, RangeKnobMoveStartEventDetail, RefresherCustomEvent, RefresherEventDetail, RefresherPullEndCustomEvent, RefresherPullEndEventDetail, ReorderEndCustomEvent, ReorderEndEventDetail, ReorderMoveCustomEvent, ReorderMoveEventDetail, RouterCustomEvent, RouterEventDetail, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDetail, SearchbarChangeEventDetail, SearchbarCustomEvent, SearchbarInputEventDetail, SegmentChangeEventDetail, SegmentCustomEvent, SegmentValue, SelectChangeEventDetail, SelectCustomEvent, SpinnerTypes, TabsCustomEvent, TextareaChangeEventDetail, TextareaCustomEvent, ToastButton, ToastLayout, ToastOptions, ToggleChangeEventDetail, ToggleCustomEvent, TransitionOptions, createAnimation, createGesture, getIonPageElement, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation, openURL } from '@ionic/core';
7
- import * as i15 from '@angular/common';
8
- import { Location } from '@angular/common';
9
- import { Router, ActivatedRoute } from '@angular/router';
10
- import { MaxValidator, MinValidator } from '@angular/forms';
11
-
12
- declare class BooleanValueAccessorDirective extends ValueAccessor {
13
- constructor(injector: Injector, el: ElementRef);
14
- writeValue(value: boolean): void;
15
- _handleIonChange(ev: Event): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<BooleanValueAccessorDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanValueAccessorDirective, "ion-checkbox,ion-toggle", never, {}, {}, never, never, false, never>;
18
- }
19
-
20
- declare class NumericValueAccessorDirective extends ValueAccessor {
21
- private el;
22
- constructor(injector: Injector, el: ElementRef<HTMLInputElement | HTMLIonRangeElement>);
23
- handleInputEvent(ev: Event): void;
24
- registerOnChange(fn: (_: number | null) => void): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<NumericValueAccessorDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<NumericValueAccessorDirective, "ion-input[type=number],ion-input-otp:not([type=text]),ion-range", never, {}, {}, never, never, false, never>;
27
- }
28
-
29
- declare class SelectValueAccessorDirective extends ValueAccessor {
30
- constructor(injector: Injector, el: ElementRef);
31
- _handleChangeEvent(ev: Event): void;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueAccessorDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueAccessorDirective, "ion-select, ion-radio-group, ion-segment, ion-datetime", never, {}, {}, never, never, false, never>;
34
- }
35
-
36
- declare class TextValueAccessorDirective extends ValueAccessor {
37
- constructor(injector: Injector, el: ElementRef);
38
- _handleInputEvent(ev: Event): void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<TextValueAccessorDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessorDirective, "ion-input:not([type=number]),ion-input-otp[type=text],ion-textarea,ion-searchbar", never, {}, {}, never, never, false, never>;
41
- }
42
-
43
- declare class IonAccordion {
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
+ import { Components } from '@ionic/core';
3
+ import type { IonAccordionGroupCustomEvent } from '@ionic/core';
4
+ import type { AccordionGroupChangeEventDetail as IIonAccordionGroupAccordionGroupChangeEventDetail } from '@ionic/core';
5
+ import type { IonActionSheetCustomEvent } from '@ionic/core';
6
+ import type { OverlayEventDetail as IIonActionSheetOverlayEventDetail } from '@ionic/core';
7
+ import type { IonAlertCustomEvent } from '@ionic/core';
8
+ import type { OverlayEventDetail as IIonAlertOverlayEventDetail } from '@ionic/core';
9
+ import type { IonBackdropCustomEvent } from '@ionic/core';
10
+ import type { IonBreadcrumbCustomEvent } from '@ionic/core';
11
+ import type { IonBreadcrumbsCustomEvent } from '@ionic/core';
12
+ import type { BreadcrumbCollapsedClickEventDetail as IIonBreadcrumbsBreadcrumbCollapsedClickEventDetail } from '@ionic/core';
13
+ import type { IonButtonCustomEvent } from '@ionic/core';
14
+ import type { IonCheckboxCustomEvent } from '@ionic/core';
15
+ import type { CheckboxChangeEventDetail as IIonCheckboxCheckboxChangeEventDetail } from '@ionic/core';
16
+ import type { IonContentCustomEvent } from '@ionic/core';
17
+ import type { ScrollBaseDetail as IIonContentScrollBaseDetail } from '@ionic/core';
18
+ import type { ScrollDetail as IIonContentScrollDetail } from '@ionic/core';
19
+ import type { IonDatetimeCustomEvent } from '@ionic/core';
20
+ import type { DatetimeChangeEventDetail as IIonDatetimeDatetimeChangeEventDetail } from '@ionic/core';
21
+ import type { IonFabButtonCustomEvent } from '@ionic/core';
22
+ import type { IonImgCustomEvent } from '@ionic/core';
23
+ import type { IonInfiniteScrollCustomEvent } from '@ionic/core';
24
+ import type { IonInputCustomEvent } from '@ionic/core';
25
+ import type { InputInputEventDetail as IIonInputInputInputEventDetail } from '@ionic/core';
26
+ import type { InputChangeEventDetail as IIonInputInputChangeEventDetail } from '@ionic/core';
27
+ import type { IonInputOtpCustomEvent } from '@ionic/core';
28
+ import type { InputOtpInputEventDetail as IIonInputOtpInputOtpInputEventDetail } from '@ionic/core';
29
+ import type { InputOtpChangeEventDetail as IIonInputOtpInputOtpChangeEventDetail } from '@ionic/core';
30
+ import type { InputOtpCompleteEventDetail as IIonInputOtpInputOtpCompleteEventDetail } from '@ionic/core';
31
+ import type { IonItemOptionsCustomEvent } from '@ionic/core';
32
+ import type { IonItemSlidingCustomEvent } from '@ionic/core';
33
+ import type { IonLoadingCustomEvent } from '@ionic/core';
34
+ import type { OverlayEventDetail as IIonLoadingOverlayEventDetail } from '@ionic/core';
35
+ import type { IonMenuCustomEvent } from '@ionic/core';
36
+ import type { MenuCloseEventDetail as IIonMenuMenuCloseEventDetail } from '@ionic/core';
37
+ import type { IonPickerColumnCustomEvent } from '@ionic/core';
38
+ import type { PickerColumnChangeEventDetail as IIonPickerColumnPickerColumnChangeEventDetail } from '@ionic/core';
39
+ import type { IonRadioCustomEvent } from '@ionic/core';
40
+ import type { IonRadioGroupCustomEvent } from '@ionic/core';
41
+ import type { RadioGroupChangeEventDetail as IIonRadioGroupRadioGroupChangeEventDetail } from '@ionic/core';
42
+ import type { IonRangeCustomEvent } from '@ionic/core';
43
+ import type { RangeChangeEventDetail as IIonRangeRangeChangeEventDetail } from '@ionic/core';
44
+ import type { RangeKnobMoveStartEventDetail as IIonRangeRangeKnobMoveStartEventDetail } from '@ionic/core';
45
+ import type { RangeKnobMoveEndEventDetail as IIonRangeRangeKnobMoveEndEventDetail } from '@ionic/core';
46
+ import type { IonRefresherCustomEvent } from '@ionic/core';
47
+ import type { RefresherEventDetail as IIonRefresherRefresherEventDetail } from '@ionic/core';
48
+ import type { RefresherPullEndEventDetail as IIonRefresherRefresherPullEndEventDetail } from '@ionic/core';
49
+ import type { IonReorderGroupCustomEvent } from '@ionic/core';
50
+ import type { ItemReorderEventDetail as IIonReorderGroupItemReorderEventDetail } from '@ionic/core';
51
+ import type { ReorderMoveEventDetail as IIonReorderGroupReorderMoveEventDetail } from '@ionic/core';
52
+ import type { ReorderEndEventDetail as IIonReorderGroupReorderEndEventDetail } from '@ionic/core';
53
+ import type { IonSearchbarCustomEvent } from '@ionic/core';
54
+ import type { SearchbarInputEventDetail as IIonSearchbarSearchbarInputEventDetail } from '@ionic/core';
55
+ import type { SearchbarChangeEventDetail as IIonSearchbarSearchbarChangeEventDetail } from '@ionic/core';
56
+ import type { IonSegmentCustomEvent } from '@ionic/core';
57
+ import type { SegmentChangeEventDetail as IIonSegmentSegmentChangeEventDetail } from '@ionic/core';
58
+ import type { IonSegmentViewCustomEvent } from '@ionic/core';
59
+ import type { SegmentViewScrollEvent as IIonSegmentViewSegmentViewScrollEvent } from '@ionic/core';
60
+ import type { IonSelectCustomEvent } from '@ionic/core';
61
+ import type { SelectChangeEventDetail as IIonSelectSelectChangeEventDetail } from '@ionic/core';
62
+ import type { IonSplitPaneCustomEvent } from '@ionic/core';
63
+ import type { IonTextareaCustomEvent } from '@ionic/core';
64
+ import type { TextareaChangeEventDetail as IIonTextareaTextareaChangeEventDetail } from '@ionic/core';
65
+ import type { TextareaInputEventDetail as IIonTextareaTextareaInputEventDetail } from '@ionic/core';
66
+ import type { IonToastCustomEvent } from '@ionic/core';
67
+ import type { OverlayEventDetail as IIonToastOverlayEventDetail } from '@ionic/core';
68
+ import type { IonToggleCustomEvent } from '@ionic/core';
69
+ import type { ToggleChangeEventDetail as IIonToggleToggleChangeEventDetail } from '@ionic/core';
70
+ import * as i0 from "@angular/core";
71
+ export declare class IonAccordion {
44
72
  protected z: NgZone;
45
73
  protected el: HTMLIonAccordionElement;
46
74
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
47
75
  static ɵfac: i0.ɵɵFactoryDeclaration<IonAccordion, never>;
48
76
  static ɵcmp: i0.ɵɵComponentDeclaration<IonAccordion, "ion-accordion", never, { "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "toggleIcon": { "alias": "toggleIcon"; "required": false; }; "toggleIconSlot": { "alias": "toggleIconSlot"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
49
77
  }
50
- declare interface IonAccordion extends Components.IonAccordion {
78
+ export declare interface IonAccordion extends Components.IonAccordion {
51
79
  }
52
- declare class IonAccordionGroup {
80
+ export declare class IonAccordionGroup {
53
81
  protected z: NgZone;
54
82
  protected el: HTMLIonAccordionGroupElement;
55
- ionChange: EventEmitter<IonAccordionGroupCustomEvent<AccordionGroupChangeEventDetail<any>>>;
83
+ ionChange: EventEmitter<IonAccordionGroupCustomEvent<IIonAccordionGroupAccordionGroupChangeEventDetail<any>>>;
56
84
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
57
85
  static ɵfac: i0.ɵɵFactoryDeclaration<IonAccordionGroup, never>;
58
86
  static ɵcmp: i0.ɵɵComponentDeclaration<IonAccordionGroup, "ion-accordion-group", never, { "animated": { "alias": "animated"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], false, never>;
59
87
  }
60
- declare interface IonAccordionGroup extends Components.IonAccordionGroup {
88
+ export declare interface IonAccordionGroup extends Components.IonAccordionGroup {
61
89
  /**
62
90
  * Emitted when the value property has changed as a result of a user action such as a click.
63
91
 
64
92
  This event will not emit when programmatically setting the `value` property.
65
93
  */
66
- ionChange: EventEmitter<IonAccordionGroupCustomEvent<AccordionGroupChangeEventDetail>>;
94
+ ionChange: EventEmitter<IonAccordionGroupCustomEvent<IIonAccordionGroupAccordionGroupChangeEventDetail>>;
67
95
  }
68
- declare class IonActionSheet {
96
+ export declare class IonActionSheet {
69
97
  protected z: NgZone;
70
98
  protected el: HTMLIonActionSheetElement;
71
99
  ionActionSheetDidPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
72
100
  ionActionSheetWillPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
73
- ionActionSheetWillDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail<any>>>;
74
- ionActionSheetDidDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail<any>>>;
101
+ ionActionSheetWillDismiss: EventEmitter<IonActionSheetCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
102
+ ionActionSheetDidDismiss: EventEmitter<IonActionSheetCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
75
103
  didPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
76
104
  willPresent: EventEmitter<IonActionSheetCustomEvent<void>>;
77
- willDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail<any>>>;
78
- didDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail<any>>>;
105
+ willDismiss: EventEmitter<IonActionSheetCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
106
+ didDismiss: EventEmitter<IonActionSheetCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
79
107
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
80
108
  static ɵfac: i0.ɵɵFactoryDeclaration<IonActionSheet, never>;
81
109
  static ɵcmp: i0.ɵɵComponentDeclaration<IonActionSheet, "ion-action-sheet", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "subHeader": { "alias": "subHeader"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionActionSheetDidPresent": "ionActionSheetDidPresent"; "ionActionSheetWillPresent": "ionActionSheetWillPresent"; "ionActionSheetWillDismiss": "ionActionSheetWillDismiss"; "ionActionSheetDidDismiss": "ionActionSheetDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], false, never>;
82
110
  }
83
- declare interface IonActionSheet extends Components.IonActionSheet {
111
+ export declare interface IonActionSheet extends Components.IonActionSheet {
84
112
  /**
85
113
  * Emitted after the action sheet has presented.
86
114
  */
@@ -92,11 +120,11 @@ declare interface IonActionSheet extends Components.IonActionSheet {
92
120
  /**
93
121
  * Emitted before the action sheet has dismissed.
94
122
  */
95
- ionActionSheetWillDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail>>;
123
+ ionActionSheetWillDismiss: EventEmitter<IonActionSheetCustomEvent<IIonActionSheetOverlayEventDetail>>;
96
124
  /**
97
125
  * Emitted after the action sheet has dismissed.
98
126
  */
99
- ionActionSheetDidDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail>>;
127
+ ionActionSheetDidDismiss: EventEmitter<IonActionSheetCustomEvent<IIonActionSheetOverlayEventDetail>>;
100
128
  /**
101
129
  * Emitted after the action sheet has presented.
102
130
  Shorthand for ionActionSheetWillDismiss.
@@ -111,29 +139,29 @@ declare interface IonActionSheet extends Components.IonActionSheet {
111
139
  * Emitted before the action sheet has dismissed.
112
140
  Shorthand for ionActionSheetWillDismiss.
113
141
  */
114
- willDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail>>;
142
+ willDismiss: EventEmitter<IonActionSheetCustomEvent<IIonActionSheetOverlayEventDetail>>;
115
143
  /**
116
144
  * Emitted after the action sheet has dismissed.
117
145
  Shorthand for ionActionSheetDidDismiss.
118
146
  */
119
- didDismiss: EventEmitter<IonActionSheetCustomEvent<OverlayEventDetail>>;
147
+ didDismiss: EventEmitter<IonActionSheetCustomEvent<IIonActionSheetOverlayEventDetail>>;
120
148
  }
121
- declare class IonAlert {
149
+ export declare class IonAlert {
122
150
  protected z: NgZone;
123
151
  protected el: HTMLIonAlertElement;
124
152
  ionAlertDidPresent: EventEmitter<IonAlertCustomEvent<void>>;
125
153
  ionAlertWillPresent: EventEmitter<IonAlertCustomEvent<void>>;
126
- ionAlertWillDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail<any>>>;
127
- ionAlertDidDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail<any>>>;
154
+ ionAlertWillDismiss: EventEmitter<IonAlertCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
155
+ ionAlertDidDismiss: EventEmitter<IonAlertCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
128
156
  didPresent: EventEmitter<IonAlertCustomEvent<void>>;
129
157
  willPresent: EventEmitter<IonAlertCustomEvent<void>>;
130
- willDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail<any>>>;
131
- didDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail<any>>>;
158
+ willDismiss: EventEmitter<IonAlertCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
159
+ didDismiss: EventEmitter<IonAlertCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
132
160
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
133
161
  static ɵfac: i0.ɵɵFactoryDeclaration<IonAlert, never>;
134
162
  static ɵcmp: i0.ɵɵComponentDeclaration<IonAlert, "ion-alert", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "inputs": { "alias": "inputs"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "subHeader": { "alias": "subHeader"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionAlertDidPresent": "ionAlertDidPresent"; "ionAlertWillPresent": "ionAlertWillPresent"; "ionAlertWillDismiss": "ionAlertWillDismiss"; "ionAlertDidDismiss": "ionAlertDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], false, never>;
135
163
  }
136
- declare interface IonAlert extends Components.IonAlert {
164
+ export declare interface IonAlert extends Components.IonAlert {
137
165
  /**
138
166
  * Emitted after the alert has presented.
139
167
  */
@@ -145,11 +173,11 @@ declare interface IonAlert extends Components.IonAlert {
145
173
  /**
146
174
  * Emitted before the alert has dismissed.
147
175
  */
148
- ionAlertWillDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail>>;
176
+ ionAlertWillDismiss: EventEmitter<IonAlertCustomEvent<IIonAlertOverlayEventDetail>>;
149
177
  /**
150
178
  * Emitted after the alert has dismissed.
151
179
  */
152
- ionAlertDidDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail>>;
180
+ ionAlertDidDismiss: EventEmitter<IonAlertCustomEvent<IIonAlertOverlayEventDetail>>;
153
181
  /**
154
182
  * Emitted after the alert has presented.
155
183
  Shorthand for ionAlertWillDismiss.
@@ -164,32 +192,32 @@ declare interface IonAlert extends Components.IonAlert {
164
192
  * Emitted before the alert has dismissed.
165
193
  Shorthand for ionAlertWillDismiss.
166
194
  */
167
- willDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail>>;
195
+ willDismiss: EventEmitter<IonAlertCustomEvent<IIonAlertOverlayEventDetail>>;
168
196
  /**
169
197
  * Emitted after the alert has dismissed.
170
198
  Shorthand for ionAlertDidDismiss.
171
199
  */
172
- didDismiss: EventEmitter<IonAlertCustomEvent<OverlayEventDetail>>;
200
+ didDismiss: EventEmitter<IonAlertCustomEvent<IIonAlertOverlayEventDetail>>;
173
201
  }
174
- declare class IonApp {
202
+ export declare class IonApp {
175
203
  protected z: NgZone;
176
204
  protected el: HTMLIonAppElement;
177
205
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
178
206
  static ɵfac: i0.ɵɵFactoryDeclaration<IonApp, never>;
179
207
  static ɵcmp: i0.ɵɵComponentDeclaration<IonApp, "ion-app", never, {}, {}, never, ["*"], false, never>;
180
208
  }
181
- declare interface IonApp extends Components.IonApp {
209
+ export declare interface IonApp extends Components.IonApp {
182
210
  }
183
- declare class IonAvatar {
211
+ export declare class IonAvatar {
184
212
  protected z: NgZone;
185
213
  protected el: HTMLIonAvatarElement;
186
214
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
187
215
  static ɵfac: i0.ɵɵFactoryDeclaration<IonAvatar, never>;
188
216
  static ɵcmp: i0.ɵɵComponentDeclaration<IonAvatar, "ion-avatar", never, {}, {}, never, ["*"], false, never>;
189
217
  }
190
- declare interface IonAvatar extends Components.IonAvatar {
218
+ export declare interface IonAvatar extends Components.IonAvatar {
191
219
  }
192
- declare class IonBackdrop {
220
+ export declare class IonBackdrop {
193
221
  protected z: NgZone;
194
222
  protected el: HTMLIonBackdropElement;
195
223
  ionBackdropTap: EventEmitter<IonBackdropCustomEvent<void>>;
@@ -197,22 +225,22 @@ declare class IonBackdrop {
197
225
  static ɵfac: i0.ɵɵFactoryDeclaration<IonBackdrop, never>;
198
226
  static ɵcmp: i0.ɵɵComponentDeclaration<IonBackdrop, "ion-backdrop", never, { "stopPropagation": { "alias": "stopPropagation"; "required": false; }; "tappable": { "alias": "tappable"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "ionBackdropTap": "ionBackdropTap"; }, never, ["*"], false, never>;
199
227
  }
200
- declare interface IonBackdrop extends Components.IonBackdrop {
228
+ export declare interface IonBackdrop extends Components.IonBackdrop {
201
229
  /**
202
230
  * Emitted when the backdrop is tapped.
203
231
  */
204
232
  ionBackdropTap: EventEmitter<IonBackdropCustomEvent<void>>;
205
233
  }
206
- declare class IonBadge {
234
+ export declare class IonBadge {
207
235
  protected z: NgZone;
208
236
  protected el: HTMLIonBadgeElement;
209
237
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
210
238
  static ɵfac: i0.ɵɵFactoryDeclaration<IonBadge, never>;
211
239
  static ɵcmp: i0.ɵɵComponentDeclaration<IonBadge, "ion-badge", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
212
240
  }
213
- declare interface IonBadge extends Components.IonBadge {
241
+ export declare interface IonBadge extends Components.IonBadge {
214
242
  }
215
- declare class IonBreadcrumb {
243
+ export declare class IonBreadcrumb {
216
244
  protected z: NgZone;
217
245
  protected el: HTMLIonBreadcrumbElement;
218
246
  ionFocus: EventEmitter<IonBreadcrumbCustomEvent<void>>;
@@ -221,7 +249,7 @@ declare class IonBreadcrumb {
221
249
  static ɵfac: i0.ɵɵFactoryDeclaration<IonBreadcrumb, never>;
222
250
  static ɵcmp: i0.ɵɵComponentDeclaration<IonBreadcrumb, "ion-breadcrumb", never, { "active": { "alias": "active"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
223
251
  }
224
- declare interface IonBreadcrumb extends Components.IonBreadcrumb {
252
+ export declare interface IonBreadcrumb extends Components.IonBreadcrumb {
225
253
  /**
226
254
  * Emitted when the breadcrumb has focus.
227
255
  */
@@ -231,21 +259,21 @@ declare interface IonBreadcrumb extends Components.IonBreadcrumb {
231
259
  */
232
260
  ionBlur: EventEmitter<IonBreadcrumbCustomEvent<void>>;
233
261
  }
234
- declare class IonBreadcrumbs {
262
+ export declare class IonBreadcrumbs {
235
263
  protected z: NgZone;
236
264
  protected el: HTMLIonBreadcrumbsElement;
237
- ionCollapsedClick: EventEmitter<IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>>;
265
+ ionCollapsedClick: EventEmitter<IonBreadcrumbsCustomEvent<IIonBreadcrumbsBreadcrumbCollapsedClickEventDetail>>;
238
266
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
239
267
  static ɵfac: i0.ɵɵFactoryDeclaration<IonBreadcrumbs, never>;
240
268
  static ɵcmp: i0.ɵɵComponentDeclaration<IonBreadcrumbs, "ion-breadcrumbs", never, { "color": { "alias": "color"; "required": false; }; "itemsAfterCollapse": { "alias": "itemsAfterCollapse"; "required": false; }; "itemsBeforeCollapse": { "alias": "itemsBeforeCollapse"; "required": false; }; "maxItems": { "alias": "maxItems"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "ionCollapsedClick": "ionCollapsedClick"; }, never, ["*"], false, never>;
241
269
  }
242
- declare interface IonBreadcrumbs extends Components.IonBreadcrumbs {
270
+ export declare interface IonBreadcrumbs extends Components.IonBreadcrumbs {
243
271
  /**
244
272
  * Emitted when the collapsed indicator is clicked on.
245
273
  */
246
- ionCollapsedClick: EventEmitter<IonBreadcrumbsCustomEvent<BreadcrumbCollapsedClickEventDetail>>;
274
+ ionCollapsedClick: EventEmitter<IonBreadcrumbsCustomEvent<IIonBreadcrumbsBreadcrumbCollapsedClickEventDetail>>;
247
275
  }
248
- declare class IonButton {
276
+ export declare class IonButton {
249
277
  protected z: NgZone;
250
278
  protected el: HTMLIonButtonElement;
251
279
  ionFocus: EventEmitter<IonButtonCustomEvent<void>>;
@@ -254,7 +282,7 @@ declare class IonButton {
254
282
  static ɵfac: i0.ɵɵFactoryDeclaration<IonButton, never>;
255
283
  static ɵcmp: i0.ɵɵComponentDeclaration<IonButton, "ion-button", never, { "buttonType": { "alias": "buttonType"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "form": { "alias": "form"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "strong": { "alias": "strong"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
256
284
  }
257
- declare interface IonButton extends Components.IonButton {
285
+ export declare interface IonButton extends Components.IonButton {
258
286
  /**
259
287
  * Emitted when the button has focus.
260
288
  */
@@ -264,77 +292,77 @@ declare interface IonButton extends Components.IonButton {
264
292
  */
265
293
  ionBlur: EventEmitter<IonButtonCustomEvent<void>>;
266
294
  }
267
- declare class IonButtons {
295
+ export declare class IonButtons {
268
296
  protected z: NgZone;
269
297
  protected el: HTMLIonButtonsElement;
270
298
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
271
299
  static ɵfac: i0.ɵɵFactoryDeclaration<IonButtons, never>;
272
300
  static ɵcmp: i0.ɵɵComponentDeclaration<IonButtons, "ion-buttons", never, { "collapse": { "alias": "collapse"; "required": false; }; }, {}, never, ["*"], false, never>;
273
301
  }
274
- declare interface IonButtons extends Components.IonButtons {
302
+ export declare interface IonButtons extends Components.IonButtons {
275
303
  }
276
- declare class IonCard {
304
+ export declare class IonCard {
277
305
  protected z: NgZone;
278
306
  protected el: HTMLIonCardElement;
279
307
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
280
308
  static ɵfac: i0.ɵɵFactoryDeclaration<IonCard, never>;
281
309
  static ɵcmp: i0.ɵɵComponentDeclaration<IonCard, "ion-card", never, { "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
282
310
  }
283
- declare interface IonCard extends Components.IonCard {
311
+ export declare interface IonCard extends Components.IonCard {
284
312
  }
285
- declare class IonCardContent {
313
+ export declare class IonCardContent {
286
314
  protected z: NgZone;
287
315
  protected el: HTMLIonCardContentElement;
288
316
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
289
317
  static ɵfac: i0.ɵɵFactoryDeclaration<IonCardContent, never>;
290
318
  static ɵcmp: i0.ɵɵComponentDeclaration<IonCardContent, "ion-card-content", never, { "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
291
319
  }
292
- declare interface IonCardContent extends Components.IonCardContent {
320
+ export declare interface IonCardContent extends Components.IonCardContent {
293
321
  }
294
- declare class IonCardHeader {
322
+ export declare class IonCardHeader {
295
323
  protected z: NgZone;
296
324
  protected el: HTMLIonCardHeaderElement;
297
325
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
298
326
  static ɵfac: i0.ɵɵFactoryDeclaration<IonCardHeader, never>;
299
327
  static ɵcmp: i0.ɵɵComponentDeclaration<IonCardHeader, "ion-card-header", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], false, never>;
300
328
  }
301
- declare interface IonCardHeader extends Components.IonCardHeader {
329
+ export declare interface IonCardHeader extends Components.IonCardHeader {
302
330
  }
303
- declare class IonCardSubtitle {
331
+ export declare class IonCardSubtitle {
304
332
  protected z: NgZone;
305
333
  protected el: HTMLIonCardSubtitleElement;
306
334
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
307
335
  static ɵfac: i0.ɵɵFactoryDeclaration<IonCardSubtitle, never>;
308
336
  static ɵcmp: i0.ɵɵComponentDeclaration<IonCardSubtitle, "ion-card-subtitle", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
309
337
  }
310
- declare interface IonCardSubtitle extends Components.IonCardSubtitle {
338
+ export declare interface IonCardSubtitle extends Components.IonCardSubtitle {
311
339
  }
312
- declare class IonCardTitle {
340
+ export declare class IonCardTitle {
313
341
  protected z: NgZone;
314
342
  protected el: HTMLIonCardTitleElement;
315
343
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
316
344
  static ɵfac: i0.ɵɵFactoryDeclaration<IonCardTitle, never>;
317
345
  static ɵcmp: i0.ɵɵComponentDeclaration<IonCardTitle, "ion-card-title", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
318
346
  }
319
- declare interface IonCardTitle extends Components.IonCardTitle {
347
+ export declare interface IonCardTitle extends Components.IonCardTitle {
320
348
  }
321
- declare class IonCheckbox {
349
+ export declare class IonCheckbox {
322
350
  protected z: NgZone;
323
351
  protected el: HTMLIonCheckboxElement;
324
- ionChange: EventEmitter<IonCheckboxCustomEvent<CheckboxChangeEventDetail<any>>>;
352
+ ionChange: EventEmitter<IonCheckboxCustomEvent<IIonCheckboxCheckboxChangeEventDetail<any>>>;
325
353
  ionFocus: EventEmitter<IonCheckboxCustomEvent<void>>;
326
354
  ionBlur: EventEmitter<IonCheckboxCustomEvent<void>>;
327
355
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
328
356
  static ɵfac: i0.ɵɵFactoryDeclaration<IonCheckbox, never>;
329
357
  static ɵcmp: i0.ɵɵComponentDeclaration<IonCheckbox, "ion-checkbox", never, { "alignment": { "alias": "alignment"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
330
358
  }
331
- declare interface IonCheckbox extends Components.IonCheckbox {
359
+ export declare interface IonCheckbox extends Components.IonCheckbox {
332
360
  /**
333
361
  * Emitted when the checked property has changed as a result of a user action such as a click.
334
362
 
335
363
  This event will not emit when programmatically setting the `checked` property.
336
364
  */
337
- ionChange: EventEmitter<IonCheckboxCustomEvent<CheckboxChangeEventDetail>>;
365
+ ionChange: EventEmitter<IonCheckboxCustomEvent<IIonCheckboxCheckboxChangeEventDetail>>;
338
366
  /**
339
367
  * Emitted when the checkbox has focus.
340
368
  */
@@ -344,63 +372,63 @@ declare interface IonCheckbox extends Components.IonCheckbox {
344
372
  */
345
373
  ionBlur: EventEmitter<IonCheckboxCustomEvent<void>>;
346
374
  }
347
- declare class IonChip {
375
+ export declare class IonChip {
348
376
  protected z: NgZone;
349
377
  protected el: HTMLIonChipElement;
350
378
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
351
379
  static ɵfac: i0.ɵɵFactoryDeclaration<IonChip, never>;
352
380
  static ɵcmp: i0.ɵɵComponentDeclaration<IonChip, "ion-chip", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; }, {}, never, ["*"], false, never>;
353
381
  }
354
- declare interface IonChip extends Components.IonChip {
382
+ export declare interface IonChip extends Components.IonChip {
355
383
  }
356
- declare class IonCol {
384
+ export declare class IonCol {
357
385
  protected z: NgZone;
358
386
  protected el: HTMLIonColElement;
359
387
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
360
388
  static ɵfac: i0.ɵɵFactoryDeclaration<IonCol, never>;
361
389
  static ɵcmp: i0.ɵɵComponentDeclaration<IonCol, "ion-col", never, { "offset": { "alias": "offset"; "required": false; }; "offsetLg": { "alias": "offsetLg"; "required": false; }; "offsetMd": { "alias": "offsetMd"; "required": false; }; "offsetSm": { "alias": "offsetSm"; "required": false; }; "offsetXl": { "alias": "offsetXl"; "required": false; }; "offsetXs": { "alias": "offsetXs"; "required": false; }; "pull": { "alias": "pull"; "required": false; }; "pullLg": { "alias": "pullLg"; "required": false; }; "pullMd": { "alias": "pullMd"; "required": false; }; "pullSm": { "alias": "pullSm"; "required": false; }; "pullXl": { "alias": "pullXl"; "required": false; }; "pullXs": { "alias": "pullXs"; "required": false; }; "push": { "alias": "push"; "required": false; }; "pushLg": { "alias": "pushLg"; "required": false; }; "pushMd": { "alias": "pushMd"; "required": false; }; "pushSm": { "alias": "pushSm"; "required": false; }; "pushXl": { "alias": "pushXl"; "required": false; }; "pushXs": { "alias": "pushXs"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeLg": { "alias": "sizeLg"; "required": false; }; "sizeMd": { "alias": "sizeMd"; "required": false; }; "sizeSm": { "alias": "sizeSm"; "required": false; }; "sizeXl": { "alias": "sizeXl"; "required": false; }; "sizeXs": { "alias": "sizeXs"; "required": false; }; }, {}, never, ["*"], false, never>;
362
390
  }
363
- declare interface IonCol extends Components.IonCol {
391
+ export declare interface IonCol extends Components.IonCol {
364
392
  }
365
- declare class IonContent {
393
+ export declare class IonContent {
366
394
  protected z: NgZone;
367
395
  protected el: HTMLIonContentElement;
368
- ionScrollStart: EventEmitter<IonContentCustomEvent<ScrollBaseDetail>>;
369
- ionScroll: EventEmitter<IonContentCustomEvent<ScrollDetail>>;
370
- ionScrollEnd: EventEmitter<IonContentCustomEvent<ScrollBaseDetail>>;
396
+ ionScrollStart: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;
397
+ ionScroll: EventEmitter<IonContentCustomEvent<IIonContentScrollDetail>>;
398
+ ionScrollEnd: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;
371
399
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
372
400
  static ɵfac: i0.ɵɵFactoryDeclaration<IonContent, never>;
373
401
  static ɵcmp: i0.ɵɵComponentDeclaration<IonContent, "ion-content", never, { "color": { "alias": "color"; "required": false; }; "fixedSlotPlacement": { "alias": "fixedSlotPlacement"; "required": false; }; "forceOverscroll": { "alias": "forceOverscroll"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "scrollEvents": { "alias": "scrollEvents"; "required": false; }; "scrollX": { "alias": "scrollX"; "required": false; }; "scrollY": { "alias": "scrollY"; "required": false; }; }, { "ionScrollStart": "ionScrollStart"; "ionScroll": "ionScroll"; "ionScrollEnd": "ionScrollEnd"; }, never, ["*"], false, never>;
374
402
  }
375
- declare interface IonContent extends Components.IonContent {
403
+ export declare interface IonContent extends Components.IonContent {
376
404
  /**
377
405
  * Emitted when the scroll has started. This event is disabled by default.
378
406
  Set `scrollEvents` to `true` to enable.
379
407
  */
380
- ionScrollStart: EventEmitter<IonContentCustomEvent<ScrollBaseDetail>>;
408
+ ionScrollStart: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;
381
409
  /**
382
410
  * Emitted while scrolling. This event is disabled by default.
383
411
  Set `scrollEvents` to `true` to enable.
384
412
  */
385
- ionScroll: EventEmitter<IonContentCustomEvent<ScrollDetail>>;
413
+ ionScroll: EventEmitter<IonContentCustomEvent<IIonContentScrollDetail>>;
386
414
  /**
387
415
  * Emitted when the scroll has ended. This event is disabled by default.
388
416
  Set `scrollEvents` to `true` to enable.
389
417
  */
390
- ionScrollEnd: EventEmitter<IonContentCustomEvent<ScrollBaseDetail>>;
418
+ ionScrollEnd: EventEmitter<IonContentCustomEvent<IIonContentScrollBaseDetail>>;
391
419
  }
392
- declare class IonDatetime {
420
+ export declare class IonDatetime {
393
421
  protected z: NgZone;
394
422
  protected el: HTMLIonDatetimeElement;
395
423
  ionCancel: EventEmitter<IonDatetimeCustomEvent<void>>;
396
- ionChange: EventEmitter<IonDatetimeCustomEvent<DatetimeChangeEventDetail>>;
424
+ ionChange: EventEmitter<IonDatetimeCustomEvent<IIonDatetimeDatetimeChangeEventDetail>>;
397
425
  ionFocus: EventEmitter<IonDatetimeCustomEvent<void>>;
398
426
  ionBlur: EventEmitter<IonDatetimeCustomEvent<void>>;
399
427
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
400
428
  static ɵfac: i0.ɵɵFactoryDeclaration<IonDatetime, never>;
401
429
  static ɵcmp: i0.ɵɵComponentDeclaration<IonDatetime, "ion-datetime", never, { "cancelText": { "alias": "cancelText"; "required": false; }; "clearText": { "alias": "clearText"; "required": false; }; "color": { "alias": "color"; "required": false; }; "dayValues": { "alias": "dayValues"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "doneText": { "alias": "doneText"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "formatOptions": { "alias": "formatOptions"; "required": false; }; "highlightedDates": { "alias": "highlightedDates"; "required": false; }; "hourCycle": { "alias": "hourCycle"; "required": false; }; "hourValues": { "alias": "hourValues"; "required": false; }; "isDateEnabled": { "alias": "isDateEnabled"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minuteValues": { "alias": "minuteValues"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "monthValues": { "alias": "monthValues"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "preferWheel": { "alias": "preferWheel"; "required": false; }; "presentation": { "alias": "presentation"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "showAdjacentDays": { "alias": "showAdjacentDays"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "showDefaultButtons": { "alias": "showDefaultButtons"; "required": false; }; "showDefaultTimeLabel": { "alias": "showDefaultTimeLabel"; "required": false; }; "showDefaultTitle": { "alias": "showDefaultTitle"; "required": false; }; "size": { "alias": "size"; "required": false; }; "titleSelectedDatesFormatter": { "alias": "titleSelectedDatesFormatter"; "required": false; }; "value": { "alias": "value"; "required": false; }; "yearValues": { "alias": "yearValues"; "required": false; }; }, { "ionCancel": "ionCancel"; "ionChange": "ionChange"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
402
430
  }
403
- declare interface IonDatetime extends Components.IonDatetime {
431
+ export declare interface IonDatetime extends Components.IonDatetime {
404
432
  /**
405
433
  * Emitted when the datetime selection was cancelled.
406
434
  */
@@ -410,7 +438,7 @@ declare interface IonDatetime extends Components.IonDatetime {
410
438
 
411
439
  This event will not emit when programmatically setting the `value` property.
412
440
  */
413
- ionChange: EventEmitter<IonDatetimeCustomEvent<DatetimeChangeEventDetail>>;
441
+ ionChange: EventEmitter<IonDatetimeCustomEvent<IIonDatetimeDatetimeChangeEventDetail>>;
414
442
  /**
415
443
  * Emitted when the datetime has focus.
416
444
  */
@@ -420,25 +448,25 @@ declare interface IonDatetime extends Components.IonDatetime {
420
448
  */
421
449
  ionBlur: EventEmitter<IonDatetimeCustomEvent<void>>;
422
450
  }
423
- declare class IonDatetimeButton {
451
+ export declare class IonDatetimeButton {
424
452
  protected z: NgZone;
425
453
  protected el: HTMLIonDatetimeButtonElement;
426
454
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
427
455
  static ɵfac: i0.ɵɵFactoryDeclaration<IonDatetimeButton, never>;
428
456
  static ɵcmp: i0.ɵɵComponentDeclaration<IonDatetimeButton, "ion-datetime-button", never, { "color": { "alias": "color"; "required": false; }; "datetime": { "alias": "datetime"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
429
457
  }
430
- declare interface IonDatetimeButton extends Components.IonDatetimeButton {
458
+ export declare interface IonDatetimeButton extends Components.IonDatetimeButton {
431
459
  }
432
- declare class IonFab {
460
+ export declare class IonFab {
433
461
  protected z: NgZone;
434
462
  protected el: HTMLIonFabElement;
435
463
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
436
464
  static ɵfac: i0.ɵɵFactoryDeclaration<IonFab, never>;
437
465
  static ɵcmp: i0.ɵɵComponentDeclaration<IonFab, "ion-fab", never, { "activated": { "alias": "activated"; "required": false; }; "edge": { "alias": "edge"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["*"], false, never>;
438
466
  }
439
- declare interface IonFab extends Components.IonFab {
467
+ export declare interface IonFab extends Components.IonFab {
440
468
  }
441
- declare class IonFabButton {
469
+ export declare class IonFabButton {
442
470
  protected z: NgZone;
443
471
  protected el: HTMLIonFabButtonElement;
444
472
  ionFocus: EventEmitter<IonFabButtonCustomEvent<void>>;
@@ -447,7 +475,7 @@ declare class IonFabButton {
447
475
  static ɵfac: i0.ɵɵFactoryDeclaration<IonFabButton, never>;
448
476
  static ɵcmp: i0.ɵɵComponentDeclaration<IonFabButton, "ion-fab-button", never, { "activated": { "alias": "activated"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "show": { "alias": "show"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
449
477
  }
450
- declare interface IonFabButton extends Components.IonFabButton {
478
+ export declare interface IonFabButton extends Components.IonFabButton {
451
479
  /**
452
480
  * Emitted when the button has focus.
453
481
  */
@@ -457,52 +485,52 @@ declare interface IonFabButton extends Components.IonFabButton {
457
485
  */
458
486
  ionBlur: EventEmitter<IonFabButtonCustomEvent<void>>;
459
487
  }
460
- declare class IonFabList {
488
+ export declare class IonFabList {
461
489
  protected z: NgZone;
462
490
  protected el: HTMLIonFabListElement;
463
491
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
464
492
  static ɵfac: i0.ɵɵFactoryDeclaration<IonFabList, never>;
465
493
  static ɵcmp: i0.ɵɵComponentDeclaration<IonFabList, "ion-fab-list", never, { "activated": { "alias": "activated"; "required": false; }; "side": { "alias": "side"; "required": false; }; }, {}, never, ["*"], false, never>;
466
494
  }
467
- declare interface IonFabList extends Components.IonFabList {
495
+ export declare interface IonFabList extends Components.IonFabList {
468
496
  }
469
- declare class IonFooter {
497
+ export declare class IonFooter {
470
498
  protected z: NgZone;
471
499
  protected el: HTMLIonFooterElement;
472
500
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
473
501
  static ɵfac: i0.ɵɵFactoryDeclaration<IonFooter, never>;
474
502
  static ɵcmp: i0.ɵɵComponentDeclaration<IonFooter, "ion-footer", never, { "collapse": { "alias": "collapse"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], false, never>;
475
503
  }
476
- declare interface IonFooter extends Components.IonFooter {
504
+ export declare interface IonFooter extends Components.IonFooter {
477
505
  }
478
- declare class IonGrid {
506
+ export declare class IonGrid {
479
507
  protected z: NgZone;
480
508
  protected el: HTMLIonGridElement;
481
509
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
482
510
  static ɵfac: i0.ɵɵFactoryDeclaration<IonGrid, never>;
483
511
  static ɵcmp: i0.ɵɵComponentDeclaration<IonGrid, "ion-grid", never, { "fixed": { "alias": "fixed"; "required": false; }; }, {}, never, ["*"], false, never>;
484
512
  }
485
- declare interface IonGrid extends Components.IonGrid {
513
+ export declare interface IonGrid extends Components.IonGrid {
486
514
  }
487
- declare class IonHeader {
515
+ export declare class IonHeader {
488
516
  protected z: NgZone;
489
517
  protected el: HTMLIonHeaderElement;
490
518
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
491
519
  static ɵfac: i0.ɵɵFactoryDeclaration<IonHeader, never>;
492
520
  static ɵcmp: i0.ɵɵComponentDeclaration<IonHeader, "ion-header", never, { "collapse": { "alias": "collapse"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], false, never>;
493
521
  }
494
- declare interface IonHeader extends Components.IonHeader {
522
+ export declare interface IonHeader extends Components.IonHeader {
495
523
  }
496
- declare class IonIcon {
524
+ export declare class IonIcon {
497
525
  protected z: NgZone;
498
526
  protected el: HTMLIonIconElement;
499
527
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
500
528
  static ɵfac: i0.ɵɵFactoryDeclaration<IonIcon, never>;
501
529
  static ɵcmp: i0.ɵɵComponentDeclaration<IonIcon, "ion-icon", never, { "color": { "alias": "color"; "required": false; }; "flipRtl": { "alias": "flipRtl"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "ios": { "alias": "ios"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "md": { "alias": "md"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "sanitize": { "alias": "sanitize"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, ["*"], false, never>;
502
530
  }
503
- declare interface IonIcon extends Components.IonIcon {
531
+ export declare interface IonIcon extends Components.IonIcon {
504
532
  }
505
- declare class IonImg {
533
+ export declare class IonImg {
506
534
  protected z: NgZone;
507
535
  protected el: HTMLIonImgElement;
508
536
  ionImgWillLoad: EventEmitter<IonImgCustomEvent<void>>;
@@ -512,7 +540,7 @@ declare class IonImg {
512
540
  static ɵfac: i0.ɵɵFactoryDeclaration<IonImg, never>;
513
541
  static ɵcmp: i0.ɵɵComponentDeclaration<IonImg, "ion-img", never, { "alt": { "alias": "alt"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, { "ionImgWillLoad": "ionImgWillLoad"; "ionImgDidLoad": "ionImgDidLoad"; "ionError": "ionError"; }, never, ["*"], false, never>;
514
542
  }
515
- declare interface IonImg extends Components.IonImg {
543
+ export declare interface IonImg extends Components.IonImg {
516
544
  /**
517
545
  * Emitted when the img src has been set
518
546
  */
@@ -526,7 +554,7 @@ declare interface IonImg extends Components.IonImg {
526
554
  */
527
555
  ionError: EventEmitter<IonImgCustomEvent<void>>;
528
556
  }
529
- declare class IonInfiniteScroll {
557
+ export declare class IonInfiniteScroll {
530
558
  protected z: NgZone;
531
559
  protected el: HTMLIonInfiniteScrollElement;
532
560
  ionInfinite: EventEmitter<IonInfiniteScrollCustomEvent<void>>;
@@ -534,7 +562,7 @@ declare class IonInfiniteScroll {
534
562
  static ɵfac: i0.ɵɵFactoryDeclaration<IonInfiniteScroll, never>;
535
563
  static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScroll, "ion-infinite-scroll", never, { "disabled": { "alias": "disabled"; "required": false; }; "position": { "alias": "position"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; }, { "ionInfinite": "ionInfinite"; }, never, ["*"], false, never>;
536
564
  }
537
- declare interface IonInfiniteScroll extends Components.IonInfiniteScroll {
565
+ export declare interface IonInfiniteScroll extends Components.IonInfiniteScroll {
538
566
  /**
539
567
  * Emitted when the scroll reaches
540
568
  the threshold distance. From within your infinite handler,
@@ -543,27 +571,27 @@ declare interface IonInfiniteScroll extends Components.IonInfiniteScroll {
543
571
  */
544
572
  ionInfinite: EventEmitter<IonInfiniteScrollCustomEvent<void>>;
545
573
  }
546
- declare class IonInfiniteScrollContent {
574
+ export declare class IonInfiniteScrollContent {
547
575
  protected z: NgZone;
548
576
  protected el: HTMLIonInfiniteScrollContentElement;
549
577
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
550
578
  static ɵfac: i0.ɵɵFactoryDeclaration<IonInfiniteScrollContent, never>;
551
579
  static ɵcmp: i0.ɵɵComponentDeclaration<IonInfiniteScrollContent, "ion-infinite-scroll-content", never, { "loadingSpinner": { "alias": "loadingSpinner"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; }, {}, never, ["*"], false, never>;
552
580
  }
553
- declare interface IonInfiniteScrollContent extends Components.IonInfiniteScrollContent {
581
+ export declare interface IonInfiniteScrollContent extends Components.IonInfiniteScrollContent {
554
582
  }
555
- declare class IonInput {
583
+ export declare class IonInput {
556
584
  protected z: NgZone;
557
585
  protected el: HTMLIonInputElement;
558
- ionInput: EventEmitter<IonInputCustomEvent<InputInputEventDetail>>;
559
- ionChange: EventEmitter<IonInputCustomEvent<InputChangeEventDetail>>;
586
+ ionInput: EventEmitter<IonInputCustomEvent<IIonInputInputInputEventDetail>>;
587
+ ionChange: EventEmitter<IonInputCustomEvent<IIonInputInputChangeEventDetail>>;
560
588
  ionBlur: EventEmitter<IonInputCustomEvent<FocusEvent>>;
561
589
  ionFocus: EventEmitter<IonInputCustomEvent<FocusEvent>>;
562
590
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
563
591
  static ɵfac: i0.ɵɵFactoryDeclaration<IonInput, never>;
564
592
  static ɵcmp: i0.ɵɵComponentDeclaration<IonInput, "ion-input", never, { "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearInput": { "alias": "clearInput"; "required": false; }; "clearInputIcon": { "alias": "clearInputIcon"; "required": false; }; "clearOnEdit": { "alias": "clearOnEdit"; "required": false; }; "color": { "alias": "color"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "counterFormatter": { "alias": "counterFormatter"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionInput": "ionInput"; "ionChange": "ionChange"; "ionBlur": "ionBlur"; "ionFocus": "ionFocus"; }, never, ["*"], false, never>;
565
593
  }
566
- declare interface IonInput extends Components.IonInput {
594
+ export declare interface IonInput extends Components.IonInput {
567
595
  /**
568
596
  * The `ionInput` event is fired each time the user modifies the input's value.
569
597
  Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
@@ -574,7 +602,7 @@ declare interface IonInput extends Components.IonInput {
574
602
  the interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If
575
603
  the input is cleared on edit, the type is `null`.
576
604
  */
577
- ionInput: EventEmitter<IonInputCustomEvent<InputInputEventDetail>>;
605
+ ionInput: EventEmitter<IonInputCustomEvent<IIonInputInputInputEventDetail>>;
578
606
  /**
579
607
  * The `ionChange` event is fired when the user modifies the input's value.
580
608
  Unlike the `ionInput` event, the `ionChange` event is only fired when changes
@@ -589,7 +617,7 @@ declare interface IonInput extends Components.IonInput {
589
617
 
590
618
  This event will not emit when programmatically setting the `value` property.
591
619
  */
592
- ionChange: EventEmitter<IonInputCustomEvent<InputChangeEventDetail>>;
620
+ ionChange: EventEmitter<IonInputCustomEvent<IIonInputInputChangeEventDetail>>;
593
621
  /**
594
622
  * Emitted when the input loses focus.
595
623
  */
@@ -599,19 +627,19 @@ declare interface IonInput extends Components.IonInput {
599
627
  */
600
628
  ionFocus: EventEmitter<IonInputCustomEvent<FocusEvent>>;
601
629
  }
602
- declare class IonInputOtp {
630
+ export declare class IonInputOtp {
603
631
  protected z: NgZone;
604
632
  protected el: HTMLIonInputOtpElement;
605
- ionInput: EventEmitter<IonInputOtpCustomEvent<InputOtpInputEventDetail>>;
606
- ionChange: EventEmitter<IonInputOtpCustomEvent<InputOtpChangeEventDetail>>;
607
- ionComplete: EventEmitter<IonInputOtpCustomEvent<InputOtpCompleteEventDetail>>;
633
+ ionInput: EventEmitter<IonInputOtpCustomEvent<IIonInputOtpInputOtpInputEventDetail>>;
634
+ ionChange: EventEmitter<IonInputOtpCustomEvent<IIonInputOtpInputOtpChangeEventDetail>>;
635
+ ionComplete: EventEmitter<IonInputOtpCustomEvent<IIonInputOtpInputOtpCompleteEventDetail>>;
608
636
  ionBlur: EventEmitter<IonInputOtpCustomEvent<FocusEvent>>;
609
637
  ionFocus: EventEmitter<IonInputOtpCustomEvent<FocusEvent>>;
610
638
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
611
639
  static ɵfac: i0.ɵɵFactoryDeclaration<IonInputOtp, never>;
612
640
  static ɵcmp: i0.ɵɵComponentDeclaration<IonInputOtp, "ion-input-otp", never, { "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "separators": { "alias": "separators"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionInput": "ionInput"; "ionChange": "ionChange"; "ionComplete": "ionComplete"; "ionBlur": "ionBlur"; "ionFocus": "ionFocus"; }, never, ["*"], false, never>;
613
641
  }
614
- declare interface IonInputOtp extends Components.IonInputOtp {
642
+ export declare interface IonInputOtp extends Components.IonInputOtp {
615
643
  /**
616
644
  * The `ionInput` event is fired each time the user modifies the input's value.
617
645
  Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
@@ -622,7 +650,7 @@ declare interface IonInputOtp extends Components.IonInputOtp {
622
650
  the interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If
623
651
  the input is cleared on edit, the type is `null`.
624
652
  */
625
- ionInput: EventEmitter<IonInputOtpCustomEvent<InputOtpInputEventDetail>>;
653
+ ionInput: EventEmitter<IonInputOtpCustomEvent<IIonInputOtpInputOtpInputEventDetail>>;
626
654
  /**
627
655
  * The `ionChange` event is fired when the user modifies the input's value.
628
656
  Unlike the `ionInput` event, the `ionChange` event is only fired when changes
@@ -633,11 +661,11 @@ declare interface IonInputOtp extends Components.IonInputOtp {
633
661
 
634
662
  This event will not emit when programmatically setting the `value` property.
635
663
  */
636
- ionChange: EventEmitter<IonInputOtpCustomEvent<InputOtpChangeEventDetail>>;
664
+ ionChange: EventEmitter<IonInputOtpCustomEvent<IIonInputOtpInputOtpChangeEventDetail>>;
637
665
  /**
638
666
  * Emitted when all input boxes have been filled with valid values.
639
667
  */
640
- ionComplete: EventEmitter<IonInputOtpCustomEvent<InputOtpCompleteEventDetail>>;
668
+ ionComplete: EventEmitter<IonInputOtpCustomEvent<IIonInputOtpInputOtpCompleteEventDetail>>;
641
669
  /**
642
670
  * Emitted when the input group loses focus.
643
671
  */
@@ -647,52 +675,52 @@ declare interface IonInputOtp extends Components.IonInputOtp {
647
675
  */
648
676
  ionFocus: EventEmitter<IonInputOtpCustomEvent<FocusEvent>>;
649
677
  }
650
- declare class IonInputPasswordToggle {
678
+ export declare class IonInputPasswordToggle {
651
679
  protected z: NgZone;
652
680
  protected el: HTMLIonInputPasswordToggleElement;
653
681
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
654
682
  static ɵfac: i0.ɵɵFactoryDeclaration<IonInputPasswordToggle, never>;
655
683
  static ɵcmp: i0.ɵɵComponentDeclaration<IonInputPasswordToggle, "ion-input-password-toggle", never, { "color": { "alias": "color"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; }, {}, never, ["*"], false, never>;
656
684
  }
657
- declare interface IonInputPasswordToggle extends Components.IonInputPasswordToggle {
685
+ export declare interface IonInputPasswordToggle extends Components.IonInputPasswordToggle {
658
686
  }
659
- declare class IonItem {
687
+ export declare class IonItem {
660
688
  protected z: NgZone;
661
689
  protected el: HTMLIonItemElement;
662
690
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
663
691
  static ɵfac: i0.ɵɵFactoryDeclaration<IonItem, never>;
664
692
  static ɵcmp: i0.ɵɵComponentDeclaration<IonItem, "ion-item", never, { "button": { "alias": "button"; "required": false; }; "color": { "alias": "color"; "required": false; }; "detail": { "alias": "detail"; "required": false; }; "detailIcon": { "alias": "detailIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
665
693
  }
666
- declare interface IonItem extends Components.IonItem {
694
+ export declare interface IonItem extends Components.IonItem {
667
695
  }
668
- declare class IonItemDivider {
696
+ export declare class IonItemDivider {
669
697
  protected z: NgZone;
670
698
  protected el: HTMLIonItemDividerElement;
671
699
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
672
700
  static ɵfac: i0.ɵɵFactoryDeclaration<IonItemDivider, never>;
673
701
  static ɵcmp: i0.ɵɵComponentDeclaration<IonItemDivider, "ion-item-divider", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; }, {}, never, ["*"], false, never>;
674
702
  }
675
- declare interface IonItemDivider extends Components.IonItemDivider {
703
+ export declare interface IonItemDivider extends Components.IonItemDivider {
676
704
  }
677
- declare class IonItemGroup {
705
+ export declare class IonItemGroup {
678
706
  protected z: NgZone;
679
707
  protected el: HTMLIonItemGroupElement;
680
708
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
681
709
  static ɵfac: i0.ɵɵFactoryDeclaration<IonItemGroup, never>;
682
710
  static ɵcmp: i0.ɵɵComponentDeclaration<IonItemGroup, "ion-item-group", never, {}, {}, never, ["*"], false, never>;
683
711
  }
684
- declare interface IonItemGroup extends Components.IonItemGroup {
712
+ export declare interface IonItemGroup extends Components.IonItemGroup {
685
713
  }
686
- declare class IonItemOption {
714
+ export declare class IonItemOption {
687
715
  protected z: NgZone;
688
716
  protected el: HTMLIonItemOptionElement;
689
717
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
690
718
  static ɵfac: i0.ɵɵFactoryDeclaration<IonItemOption, never>;
691
719
  static ɵcmp: i0.ɵɵComponentDeclaration<IonItemOption, "ion-item-option", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "href": { "alias": "href"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
692
720
  }
693
- declare interface IonItemOption extends Components.IonItemOption {
721
+ export declare interface IonItemOption extends Components.IonItemOption {
694
722
  }
695
- declare class IonItemOptions {
723
+ export declare class IonItemOptions {
696
724
  protected z: NgZone;
697
725
  protected el: HTMLIonItemOptionsElement;
698
726
  ionSwipe: EventEmitter<IonItemOptionsCustomEvent<any>>;
@@ -700,13 +728,13 @@ declare class IonItemOptions {
700
728
  static ɵfac: i0.ɵɵFactoryDeclaration<IonItemOptions, never>;
701
729
  static ɵcmp: i0.ɵɵComponentDeclaration<IonItemOptions, "ion-item-options", never, { "side": { "alias": "side"; "required": false; }; }, { "ionSwipe": "ionSwipe"; }, never, ["*"], false, never>;
702
730
  }
703
- declare interface IonItemOptions extends Components.IonItemOptions {
731
+ export declare interface IonItemOptions extends Components.IonItemOptions {
704
732
  /**
705
733
  * Emitted when the item has been fully swiped.
706
734
  */
707
735
  ionSwipe: EventEmitter<IonItemOptionsCustomEvent<any>>;
708
736
  }
709
- declare class IonItemSliding {
737
+ export declare class IonItemSliding {
710
738
  protected z: NgZone;
711
739
  protected el: HTMLIonItemSlidingElement;
712
740
  ionDrag: EventEmitter<IonItemSlidingCustomEvent<any>>;
@@ -714,55 +742,55 @@ declare class IonItemSliding {
714
742
  static ɵfac: i0.ɵɵFactoryDeclaration<IonItemSliding, never>;
715
743
  static ɵcmp: i0.ɵɵComponentDeclaration<IonItemSliding, "ion-item-sliding", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "ionDrag": "ionDrag"; }, never, ["*"], false, never>;
716
744
  }
717
- declare interface IonItemSliding extends Components.IonItemSliding {
745
+ export declare interface IonItemSliding extends Components.IonItemSliding {
718
746
  /**
719
747
  * Emitted when the sliding position changes.
720
748
  */
721
749
  ionDrag: EventEmitter<IonItemSlidingCustomEvent<any>>;
722
750
  }
723
- declare class IonLabel {
751
+ export declare class IonLabel {
724
752
  protected z: NgZone;
725
753
  protected el: HTMLIonLabelElement;
726
754
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
727
755
  static ɵfac: i0.ɵɵFactoryDeclaration<IonLabel, never>;
728
756
  static ɵcmp: i0.ɵɵComponentDeclaration<IonLabel, "ion-label", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
729
757
  }
730
- declare interface IonLabel extends Components.IonLabel {
758
+ export declare interface IonLabel extends Components.IonLabel {
731
759
  }
732
- declare class IonList {
760
+ export declare class IonList {
733
761
  protected z: NgZone;
734
762
  protected el: HTMLIonListElement;
735
763
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
736
764
  static ɵfac: i0.ɵɵFactoryDeclaration<IonList, never>;
737
765
  static ɵcmp: i0.ɵɵComponentDeclaration<IonList, "ion-list", never, { "inset": { "alias": "inset"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
738
766
  }
739
- declare interface IonList extends Components.IonList {
767
+ export declare interface IonList extends Components.IonList {
740
768
  }
741
- declare class IonListHeader {
769
+ export declare class IonListHeader {
742
770
  protected z: NgZone;
743
771
  protected el: HTMLIonListHeaderElement;
744
772
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
745
773
  static ɵfac: i0.ɵɵFactoryDeclaration<IonListHeader, never>;
746
774
  static ɵcmp: i0.ɵɵComponentDeclaration<IonListHeader, "ion-list-header", never, { "color": { "alias": "color"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
747
775
  }
748
- declare interface IonListHeader extends Components.IonListHeader {
776
+ export declare interface IonListHeader extends Components.IonListHeader {
749
777
  }
750
- declare class IonLoading {
778
+ export declare class IonLoading {
751
779
  protected z: NgZone;
752
780
  protected el: HTMLIonLoadingElement;
753
781
  ionLoadingDidPresent: EventEmitter<IonLoadingCustomEvent<void>>;
754
782
  ionLoadingWillPresent: EventEmitter<IonLoadingCustomEvent<void>>;
755
- ionLoadingWillDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail<any>>>;
756
- ionLoadingDidDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail<any>>>;
783
+ ionLoadingWillDismiss: EventEmitter<IonLoadingCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
784
+ ionLoadingDidDismiss: EventEmitter<IonLoadingCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
757
785
  didPresent: EventEmitter<IonLoadingCustomEvent<void>>;
758
786
  willPresent: EventEmitter<IonLoadingCustomEvent<void>>;
759
- willDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail<any>>>;
760
- didDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail<any>>>;
787
+ willDismiss: EventEmitter<IonLoadingCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
788
+ didDismiss: EventEmitter<IonLoadingCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
761
789
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
762
790
  static ɵfac: i0.ɵɵFactoryDeclaration<IonLoading, never>;
763
791
  static ɵcmp: i0.ɵɵComponentDeclaration<IonLoading, "ion-loading", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "showBackdrop": { "alias": "showBackdrop"; "required": false; }; "spinner": { "alias": "spinner"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionLoadingDidPresent": "ionLoadingDidPresent"; "ionLoadingWillPresent": "ionLoadingWillPresent"; "ionLoadingWillDismiss": "ionLoadingWillDismiss"; "ionLoadingDidDismiss": "ionLoadingDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], false, never>;
764
792
  }
765
- declare interface IonLoading extends Components.IonLoading {
793
+ export declare interface IonLoading extends Components.IonLoading {
766
794
  /**
767
795
  * Emitted after the loading has presented.
768
796
  */
@@ -774,11 +802,11 @@ declare interface IonLoading extends Components.IonLoading {
774
802
  /**
775
803
  * Emitted before the loading has dismissed.
776
804
  */
777
- ionLoadingWillDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail>>;
805
+ ionLoadingWillDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail>>;
778
806
  /**
779
807
  * Emitted after the loading has dismissed.
780
808
  */
781
- ionLoadingDidDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail>>;
809
+ ionLoadingDidDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail>>;
782
810
  /**
783
811
  * Emitted after the loading indicator has presented.
784
812
  Shorthand for ionLoadingWillDismiss.
@@ -793,25 +821,25 @@ declare interface IonLoading extends Components.IonLoading {
793
821
  * Emitted before the loading indicator has dismissed.
794
822
  Shorthand for ionLoadingWillDismiss.
795
823
  */
796
- willDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail>>;
824
+ willDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail>>;
797
825
  /**
798
826
  * Emitted after the loading indicator has dismissed.
799
827
  Shorthand for ionLoadingDidDismiss.
800
828
  */
801
- didDismiss: EventEmitter<IonLoadingCustomEvent<OverlayEventDetail>>;
829
+ didDismiss: EventEmitter<IonLoadingCustomEvent<IIonLoadingOverlayEventDetail>>;
802
830
  }
803
- declare class IonMenu {
831
+ export declare class IonMenu {
804
832
  protected z: NgZone;
805
833
  protected el: HTMLIonMenuElement;
806
834
  ionWillOpen: EventEmitter<IonMenuCustomEvent<void>>;
807
- ionWillClose: EventEmitter<IonMenuCustomEvent<MenuCloseEventDetail>>;
835
+ ionWillClose: EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>;
808
836
  ionDidOpen: EventEmitter<IonMenuCustomEvent<void>>;
809
- ionDidClose: EventEmitter<IonMenuCustomEvent<MenuCloseEventDetail>>;
837
+ ionDidClose: EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>;
810
838
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
811
839
  static ɵfac: i0.ɵɵFactoryDeclaration<IonMenu, never>;
812
840
  static ɵcmp: i0.ɵɵComponentDeclaration<IonMenu, "ion-menu", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxEdgeStart": { "alias": "maxEdgeStart"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "side": { "alias": "side"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "ionWillOpen": "ionWillOpen"; "ionWillClose": "ionWillClose"; "ionDidOpen": "ionDidOpen"; "ionDidClose": "ionDidClose"; }, never, ["*"], false, never>;
813
841
  }
814
- declare interface IonMenu extends Components.IonMenu {
842
+ export declare interface IonMenu extends Components.IonMenu {
815
843
  /**
816
844
  * Emitted when the menu is about to be opened.
817
845
  */
@@ -819,7 +847,7 @@ declare interface IonMenu extends Components.IonMenu {
819
847
  /**
820
848
  * Emitted when the menu is about to be closed.
821
849
  */
822
- ionWillClose: EventEmitter<IonMenuCustomEvent<MenuCloseEventDetail>>;
850
+ ionWillClose: EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>;
823
851
  /**
824
852
  * Emitted when the menu is open.
825
853
  */
@@ -827,88 +855,88 @@ declare interface IonMenu extends Components.IonMenu {
827
855
  /**
828
856
  * Emitted when the menu is closed.
829
857
  */
830
- ionDidClose: EventEmitter<IonMenuCustomEvent<MenuCloseEventDetail>>;
858
+ ionDidClose: EventEmitter<IonMenuCustomEvent<IIonMenuMenuCloseEventDetail>>;
831
859
  }
832
- declare class IonMenuButton {
860
+ export declare class IonMenuButton {
833
861
  protected z: NgZone;
834
862
  protected el: HTMLIonMenuButtonElement;
835
863
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
836
864
  static ɵfac: i0.ɵɵFactoryDeclaration<IonMenuButton, never>;
837
865
  static ɵcmp: i0.ɵɵComponentDeclaration<IonMenuButton, "ion-menu-button", never, { "autoHide": { "alias": "autoHide"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
838
866
  }
839
- declare interface IonMenuButton extends Components.IonMenuButton {
867
+ export declare interface IonMenuButton extends Components.IonMenuButton {
840
868
  }
841
- declare class IonMenuToggle {
869
+ export declare class IonMenuToggle {
842
870
  protected z: NgZone;
843
871
  protected el: HTMLIonMenuToggleElement;
844
872
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
845
873
  static ɵfac: i0.ɵɵFactoryDeclaration<IonMenuToggle, never>;
846
874
  static ɵcmp: i0.ɵɵComponentDeclaration<IonMenuToggle, "ion-menu-toggle", never, { "autoHide": { "alias": "autoHide"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; }, {}, never, ["*"], false, never>;
847
875
  }
848
- declare interface IonMenuToggle extends Components.IonMenuToggle {
876
+ export declare interface IonMenuToggle extends Components.IonMenuToggle {
849
877
  }
850
- declare class IonNavLink {
878
+ export declare class IonNavLink {
851
879
  protected z: NgZone;
852
880
  protected el: HTMLIonNavLinkElement;
853
881
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
854
882
  static ɵfac: i0.ɵɵFactoryDeclaration<IonNavLink, never>;
855
883
  static ɵcmp: i0.ɵɵComponentDeclaration<IonNavLink, "ion-nav-link", never, { "component": { "alias": "component"; "required": false; }; "componentProps": { "alias": "componentProps"; "required": false; }; "routerAnimation": { "alias": "routerAnimation"; "required": false; }; "routerDirection": { "alias": "routerDirection"; "required": false; }; }, {}, never, ["*"], false, never>;
856
884
  }
857
- declare interface IonNavLink extends Components.IonNavLink {
885
+ export declare interface IonNavLink extends Components.IonNavLink {
858
886
  }
859
- declare class IonNote {
887
+ export declare class IonNote {
860
888
  protected z: NgZone;
861
889
  protected el: HTMLIonNoteElement;
862
890
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
863
891
  static ɵfac: i0.ɵɵFactoryDeclaration<IonNote, never>;
864
892
  static ɵcmp: i0.ɵɵComponentDeclaration<IonNote, "ion-note", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
865
893
  }
866
- declare interface IonNote extends Components.IonNote {
894
+ export declare interface IonNote extends Components.IonNote {
867
895
  }
868
- declare class IonPicker {
896
+ export declare class IonPicker {
869
897
  protected z: NgZone;
870
898
  protected el: HTMLIonPickerElement;
871
899
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
872
900
  static ɵfac: i0.ɵɵFactoryDeclaration<IonPicker, never>;
873
901
  static ɵcmp: i0.ɵɵComponentDeclaration<IonPicker, "ion-picker", never, { "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
874
902
  }
875
- declare interface IonPicker extends Components.IonPicker {
903
+ export declare interface IonPicker extends Components.IonPicker {
876
904
  }
877
- declare class IonPickerColumn {
905
+ export declare class IonPickerColumn {
878
906
  protected z: NgZone;
879
907
  protected el: HTMLIonPickerColumnElement;
880
- ionChange: EventEmitter<IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>>;
908
+ ionChange: EventEmitter<IonPickerColumnCustomEvent<IIonPickerColumnPickerColumnChangeEventDetail>>;
881
909
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
882
910
  static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerColumn, never>;
883
911
  static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerColumn, "ion-picker-column", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], false, never>;
884
912
  }
885
- declare interface IonPickerColumn extends Components.IonPickerColumn {
913
+ export declare interface IonPickerColumn extends Components.IonPickerColumn {
886
914
  /**
887
915
  * Emitted when the value has changed.
888
916
 
889
917
  This event will not emit when programmatically setting the `value` property.
890
918
  */
891
- ionChange: EventEmitter<IonPickerColumnCustomEvent<PickerColumnChangeEventDetail>>;
919
+ ionChange: EventEmitter<IonPickerColumnCustomEvent<IIonPickerColumnPickerColumnChangeEventDetail>>;
892
920
  }
893
- declare class IonPickerColumnOption {
921
+ export declare class IonPickerColumnOption {
894
922
  protected z: NgZone;
895
923
  protected el: HTMLIonPickerColumnOptionElement;
896
924
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
897
925
  static ɵfac: i0.ɵɵFactoryDeclaration<IonPickerColumnOption, never>;
898
926
  static ɵcmp: i0.ɵɵComponentDeclaration<IonPickerColumnOption, "ion-picker-column-option", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
899
927
  }
900
- declare interface IonPickerColumnOption extends Components.IonPickerColumnOption {
928
+ export declare interface IonPickerColumnOption extends Components.IonPickerColumnOption {
901
929
  }
902
- declare class IonProgressBar {
930
+ export declare class IonProgressBar {
903
931
  protected z: NgZone;
904
932
  protected el: HTMLIonProgressBarElement;
905
933
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
906
934
  static ɵfac: i0.ɵɵFactoryDeclaration<IonProgressBar, never>;
907
935
  static ɵcmp: i0.ɵɵComponentDeclaration<IonProgressBar, "ion-progress-bar", never, { "buffer": { "alias": "buffer"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "reversed": { "alias": "reversed"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
908
936
  }
909
- declare interface IonProgressBar extends Components.IonProgressBar {
937
+ export declare interface IonProgressBar extends Components.IonProgressBar {
910
938
  }
911
- declare class IonRadio {
939
+ export declare class IonRadio {
912
940
  protected z: NgZone;
913
941
  protected el: HTMLIonRadioElement;
914
942
  ionFocus: EventEmitter<IonRadioCustomEvent<void>>;
@@ -917,7 +945,7 @@ declare class IonRadio {
917
945
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRadio, never>;
918
946
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRadio, "ion-radio", never, { "alignment": { "alias": "alignment"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
919
947
  }
920
- declare interface IonRadio extends Components.IonRadio {
948
+ export declare interface IonRadio extends Components.IonRadio {
921
949
  /**
922
950
  * Emitted when the radio button has focus.
923
951
  */
@@ -927,36 +955,36 @@ declare interface IonRadio extends Components.IonRadio {
927
955
  */
928
956
  ionBlur: EventEmitter<IonRadioCustomEvent<void>>;
929
957
  }
930
- declare class IonRadioGroup {
958
+ export declare class IonRadioGroup {
931
959
  protected z: NgZone;
932
960
  protected el: HTMLIonRadioGroupElement;
933
- ionChange: EventEmitter<IonRadioGroupCustomEvent<RadioGroupChangeEventDetail<any>>>;
961
+ ionChange: EventEmitter<IonRadioGroupCustomEvent<IIonRadioGroupRadioGroupChangeEventDetail<any>>>;
934
962
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
935
963
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRadioGroup, never>;
936
964
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRadioGroup, "ion-radio-group", never, { "allowEmptySelection": { "alias": "allowEmptySelection"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], false, never>;
937
965
  }
938
- declare interface IonRadioGroup extends Components.IonRadioGroup {
966
+ export declare interface IonRadioGroup extends Components.IonRadioGroup {
939
967
  /**
940
968
  * Emitted when the value has changed.
941
969
 
942
970
  This event will not emit when programmatically setting the `value` property.
943
971
  */
944
- ionChange: EventEmitter<IonRadioGroupCustomEvent<RadioGroupChangeEventDetail>>;
972
+ ionChange: EventEmitter<IonRadioGroupCustomEvent<IIonRadioGroupRadioGroupChangeEventDetail>>;
945
973
  }
946
- declare class IonRange {
974
+ export declare class IonRange {
947
975
  protected z: NgZone;
948
976
  protected el: HTMLIonRangeElement;
949
- ionChange: EventEmitter<IonRangeCustomEvent<RangeChangeEventDetail>>;
950
- ionInput: EventEmitter<IonRangeCustomEvent<RangeChangeEventDetail>>;
977
+ ionChange: EventEmitter<IonRangeCustomEvent<IIonRangeRangeChangeEventDetail>>;
978
+ ionInput: EventEmitter<IonRangeCustomEvent<IIonRangeRangeChangeEventDetail>>;
951
979
  ionFocus: EventEmitter<IonRangeCustomEvent<void>>;
952
980
  ionBlur: EventEmitter<IonRangeCustomEvent<void>>;
953
- ionKnobMoveStart: EventEmitter<IonRangeCustomEvent<RangeKnobMoveStartEventDetail>>;
954
- ionKnobMoveEnd: EventEmitter<IonRangeCustomEvent<RangeKnobMoveEndEventDetail>>;
981
+ ionKnobMoveStart: EventEmitter<IonRangeCustomEvent<IIonRangeRangeKnobMoveStartEventDetail>>;
982
+ ionKnobMoveEnd: EventEmitter<IonRangeCustomEvent<IIonRangeRangeKnobMoveEndEventDetail>>;
955
983
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
956
984
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRange, never>;
957
985
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRange, "ion-range", never, { "activeBarStart": { "alias": "activeBarStart"; "required": false; }; "color": { "alias": "color"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dualKnobs": { "alias": "dualKnobs"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pin": { "alias": "pin"; "required": false; }; "pinFormatter": { "alias": "pinFormatter"; "required": false; }; "snaps": { "alias": "snaps"; "required": false; }; "step": { "alias": "step"; "required": false; }; "ticks": { "alias": "ticks"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; "ionInput": "ionInput"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; "ionKnobMoveStart": "ionKnobMoveStart"; "ionKnobMoveEnd": "ionKnobMoveEnd"; }, never, ["*"], false, never>;
958
986
  }
959
- declare interface IonRange extends Components.IonRange {
987
+ export declare interface IonRange extends Components.IonRange {
960
988
  /**
961
989
  * The `ionChange` event is fired for `<ion-range>` elements when the user
962
990
  modifies the element's value:
@@ -965,13 +993,13 @@ declare interface IonRange extends Components.IonRange {
965
993
 
966
994
  This event will not emit when programmatically setting the `value` property.
967
995
  */
968
- ionChange: EventEmitter<IonRangeCustomEvent<RangeChangeEventDetail>>;
996
+ ionChange: EventEmitter<IonRangeCustomEvent<IIonRangeRangeChangeEventDetail>>;
969
997
  /**
970
998
  * The `ionInput` event is fired for `<ion-range>` elements when the value
971
999
  is modified. Unlike `ionChange`, `ionInput` is fired continuously
972
1000
  while the user is dragging the knob.
973
1001
  */
974
- ionInput: EventEmitter<IonRangeCustomEvent<RangeChangeEventDetail>>;
1002
+ ionInput: EventEmitter<IonRangeCustomEvent<IIonRangeRangeChangeEventDetail>>;
975
1003
  /**
976
1004
  * Emitted when the range has focus.
977
1005
  */
@@ -984,33 +1012,33 @@ declare interface IonRange extends Components.IonRange {
984
1012
  * Emitted when the user starts moving the range knob, whether through
985
1013
  mouse drag, touch gesture, or keyboard interaction.
986
1014
  */
987
- ionKnobMoveStart: EventEmitter<IonRangeCustomEvent<RangeKnobMoveStartEventDetail>>;
1015
+ ionKnobMoveStart: EventEmitter<IonRangeCustomEvent<IIonRangeRangeKnobMoveStartEventDetail>>;
988
1016
  /**
989
1017
  * Emitted when the user finishes moving the range knob, whether through
990
1018
  mouse drag, touch gesture, or keyboard interaction.
991
1019
  */
992
- ionKnobMoveEnd: EventEmitter<IonRangeCustomEvent<RangeKnobMoveEndEventDetail>>;
1020
+ ionKnobMoveEnd: EventEmitter<IonRangeCustomEvent<IIonRangeRangeKnobMoveEndEventDetail>>;
993
1021
  }
994
- declare class IonRefresher {
1022
+ export declare class IonRefresher {
995
1023
  protected z: NgZone;
996
1024
  protected el: HTMLIonRefresherElement;
997
- ionRefresh: EventEmitter<IonRefresherCustomEvent<RefresherEventDetail>>;
1025
+ ionRefresh: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherEventDetail>>;
998
1026
  ionPull: EventEmitter<IonRefresherCustomEvent<void>>;
999
1027
  ionStart: EventEmitter<IonRefresherCustomEvent<void>>;
1000
1028
  ionPullStart: EventEmitter<IonRefresherCustomEvent<void>>;
1001
- ionPullEnd: EventEmitter<IonRefresherCustomEvent<RefresherPullEndEventDetail>>;
1029
+ ionPullEnd: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherPullEndEventDetail>>;
1002
1030
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1003
1031
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresher, never>;
1004
1032
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresher, "ion-refresher", never, { "closeDuration": { "alias": "closeDuration"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "pullFactor": { "alias": "pullFactor"; "required": false; }; "pullMax": { "alias": "pullMax"; "required": false; }; "pullMin": { "alias": "pullMin"; "required": false; }; "snapbackDuration": { "alias": "snapbackDuration"; "required": false; }; }, { "ionRefresh": "ionRefresh"; "ionPull": "ionPull"; "ionStart": "ionStart"; "ionPullStart": "ionPullStart"; "ionPullEnd": "ionPullEnd"; }, never, ["*"], false, never>;
1005
1033
  }
1006
- declare interface IonRefresher extends Components.IonRefresher {
1034
+ export declare interface IonRefresher extends Components.IonRefresher {
1007
1035
  /**
1008
1036
  * Emitted when the user lets go of the content and has pulled down
1009
1037
  further than the `pullMin` or pulls the content down and exceeds the pullMax.
1010
1038
  Updates the refresher state to `refreshing`. The `complete()` method should be
1011
1039
  called when the async operation has completed.
1012
1040
  */
1013
- ionRefresh: EventEmitter<IonRefresherCustomEvent<RefresherEventDetail>>;
1041
+ ionRefresh: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherEventDetail>>;
1014
1042
  /**
1015
1043
  * Emitted while the user is pulling down the content and exposing the refresher.
1016
1044
  */
@@ -1028,45 +1056,45 @@ declare interface IonRefresher extends Components.IonRefresher {
1028
1056
  after a pull gesture. This fires whether the refresh completed
1029
1057
  successfully or was canceled.
1030
1058
  */
1031
- ionPullEnd: EventEmitter<IonRefresherCustomEvent<RefresherPullEndEventDetail>>;
1059
+ ionPullEnd: EventEmitter<IonRefresherCustomEvent<IIonRefresherRefresherPullEndEventDetail>>;
1032
1060
  }
1033
- declare class IonRefresherContent {
1061
+ export declare class IonRefresherContent {
1034
1062
  protected z: NgZone;
1035
1063
  protected el: HTMLIonRefresherContentElement;
1036
1064
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1037
1065
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresherContent, never>;
1038
1066
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresherContent, "ion-refresher-content", never, { "pullingIcon": { "alias": "pullingIcon"; "required": false; }; "pullingText": { "alias": "pullingText"; "required": false; }; "refreshingSpinner": { "alias": "refreshingSpinner"; "required": false; }; "refreshingText": { "alias": "refreshingText"; "required": false; }; }, {}, never, ["*"], false, never>;
1039
1067
  }
1040
- declare interface IonRefresherContent extends Components.IonRefresherContent {
1068
+ export declare interface IonRefresherContent extends Components.IonRefresherContent {
1041
1069
  }
1042
- declare class IonReorder {
1070
+ export declare class IonReorder {
1043
1071
  protected z: NgZone;
1044
1072
  protected el: HTMLIonReorderElement;
1045
1073
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1046
1074
  static ɵfac: i0.ɵɵFactoryDeclaration<IonReorder, never>;
1047
1075
  static ɵcmp: i0.ɵɵComponentDeclaration<IonReorder, "ion-reorder", never, {}, {}, never, ["*"], false, never>;
1048
1076
  }
1049
- declare interface IonReorder extends Components.IonReorder {
1077
+ export declare interface IonReorder extends Components.IonReorder {
1050
1078
  }
1051
- declare class IonReorderGroup {
1079
+ export declare class IonReorderGroup {
1052
1080
  protected z: NgZone;
1053
1081
  protected el: HTMLIonReorderGroupElement;
1054
- ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<ItemReorderEventDetail>>;
1082
+ ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupItemReorderEventDetail>>;
1055
1083
  ionReorderStart: EventEmitter<IonReorderGroupCustomEvent<void>>;
1056
- ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<ReorderMoveEventDetail>>;
1057
- ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<ReorderEndEventDetail>>;
1084
+ ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderMoveEventDetail>>;
1085
+ ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderEndEventDetail>>;
1058
1086
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1059
1087
  static ɵfac: i0.ɵɵFactoryDeclaration<IonReorderGroup, never>;
1060
1088
  static ɵcmp: i0.ɵɵComponentDeclaration<IonReorderGroup, "ion-reorder-group", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "ionItemReorder": "ionItemReorder"; "ionReorderStart": "ionReorderStart"; "ionReorderMove": "ionReorderMove"; "ionReorderEnd": "ionReorderEnd"; }, never, ["*"], false, never>;
1061
1089
  }
1062
- declare interface IonReorderGroup extends Components.IonReorderGroup {
1090
+ export declare interface IonReorderGroup extends Components.IonReorderGroup {
1063
1091
  /**
1064
1092
  * Event that needs to be listened to in order to complete the reorder action. @deprecated Use `ionReorderEnd` instead. If you are accessing
1065
1093
  `event.detail.from` or `event.detail.to` and relying on them
1066
1094
  being different you should now add checks as they are always emitted
1067
1095
  in `ionReorderEnd`, even when they are the same.
1068
1096
  */
1069
- ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<ItemReorderEventDetail>>;
1097
+ ionItemReorder: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupItemReorderEventDetail>>;
1070
1098
  /**
1071
1099
  * Event that is emitted when the reorder gesture starts.
1072
1100
  */
@@ -1074,7 +1102,7 @@ declare interface IonReorderGroup extends Components.IonReorderGroup {
1074
1102
  /**
1075
1103
  * Event that is emitted as the reorder gesture moves.
1076
1104
  */
1077
- ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<ReorderMoveEventDetail>>;
1105
+ ionReorderMove: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderMoveEventDetail>>;
1078
1106
  /**
1079
1107
  * Event that is emitted when the reorder gesture ends.
1080
1108
  The from and to properties are always available, regardless of
@@ -1083,31 +1111,31 @@ declare interface IonReorderGroup extends Components.IonReorderGroup {
1083
1111
  Once the event has been emitted, the `complete()` method then needs
1084
1112
  to be called in order to finalize the reorder action.
1085
1113
  */
1086
- ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<ReorderEndEventDetail>>;
1114
+ ionReorderEnd: EventEmitter<IonReorderGroupCustomEvent<IIonReorderGroupReorderEndEventDetail>>;
1087
1115
  }
1088
- declare class IonRippleEffect {
1116
+ export declare class IonRippleEffect {
1089
1117
  protected z: NgZone;
1090
1118
  protected el: HTMLIonRippleEffectElement;
1091
1119
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1092
1120
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRippleEffect, never>;
1093
1121
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRippleEffect, "ion-ripple-effect", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
1094
1122
  }
1095
- declare interface IonRippleEffect extends Components.IonRippleEffect {
1123
+ export declare interface IonRippleEffect extends Components.IonRippleEffect {
1096
1124
  }
1097
- declare class IonRow {
1125
+ export declare class IonRow {
1098
1126
  protected z: NgZone;
1099
1127
  protected el: HTMLIonRowElement;
1100
1128
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1101
1129
  static ɵfac: i0.ɵɵFactoryDeclaration<IonRow, never>;
1102
1130
  static ɵcmp: i0.ɵɵComponentDeclaration<IonRow, "ion-row", never, {}, {}, never, ["*"], false, never>;
1103
1131
  }
1104
- declare interface IonRow extends Components.IonRow {
1132
+ export declare interface IonRow extends Components.IonRow {
1105
1133
  }
1106
- declare class IonSearchbar {
1134
+ export declare class IonSearchbar {
1107
1135
  protected z: NgZone;
1108
1136
  protected el: HTMLIonSearchbarElement;
1109
- ionInput: EventEmitter<IonSearchbarCustomEvent<SearchbarInputEventDetail>>;
1110
- ionChange: EventEmitter<IonSearchbarCustomEvent<SearchbarChangeEventDetail>>;
1137
+ ionInput: EventEmitter<IonSearchbarCustomEvent<IIonSearchbarSearchbarInputEventDetail>>;
1138
+ ionChange: EventEmitter<IonSearchbarCustomEvent<IIonSearchbarSearchbarChangeEventDetail>>;
1111
1139
  ionCancel: EventEmitter<IonSearchbarCustomEvent<void>>;
1112
1140
  ionClear: EventEmitter<IonSearchbarCustomEvent<void>>;
1113
1141
  ionBlur: EventEmitter<IonSearchbarCustomEvent<void>>;
@@ -1116,11 +1144,11 @@ declare class IonSearchbar {
1116
1144
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSearchbar, never>;
1117
1145
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSearchbar, "ion-searchbar", never, { "animated": { "alias": "animated"; "required": false; }; "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "cancelButtonIcon": { "alias": "cancelButtonIcon"; "required": false; }; "cancelButtonText": { "alias": "cancelButtonText"; "required": false; }; "clearIcon": { "alias": "clearIcon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "searchIcon": { "alias": "searchIcon"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionInput": "ionInput"; "ionChange": "ionChange"; "ionCancel": "ionCancel"; "ionClear": "ionClear"; "ionBlur": "ionBlur"; "ionFocus": "ionFocus"; }, never, ["*"], false, never>;
1118
1146
  }
1119
- declare interface IonSearchbar extends Components.IonSearchbar {
1147
+ export declare interface IonSearchbar extends Components.IonSearchbar {
1120
1148
  /**
1121
1149
  * Emitted when the `value` of the `ion-searchbar` element has changed.
1122
1150
  */
1123
- ionInput: EventEmitter<IonSearchbarCustomEvent<SearchbarInputEventDetail>>;
1151
+ ionInput: EventEmitter<IonSearchbarCustomEvent<IIonSearchbarSearchbarInputEventDetail>>;
1124
1152
  /**
1125
1153
  * The `ionChange` event is fired for `<ion-searchbar>` elements when the user
1126
1154
  modifies the element's value. Unlike the `ionInput` event, the `ionChange`
@@ -1133,7 +1161,7 @@ declare interface IonSearchbar extends Components.IonSearchbar {
1133
1161
 
1134
1162
  This event will not emit when programmatically setting the `value` property.
1135
1163
  */
1136
- ionChange: EventEmitter<IonSearchbarCustomEvent<SearchbarChangeEventDetail>>;
1164
+ ionChange: EventEmitter<IonSearchbarCustomEvent<IIonSearchbarSearchbarChangeEventDetail>>;
1137
1165
  /**
1138
1166
  * Emitted when the cancel button is clicked.
1139
1167
  */
@@ -1151,58 +1179,58 @@ declare interface IonSearchbar extends Components.IonSearchbar {
1151
1179
  */
1152
1180
  ionFocus: EventEmitter<IonSearchbarCustomEvent<void>>;
1153
1181
  }
1154
- declare class IonSegment {
1182
+ export declare class IonSegment {
1155
1183
  protected z: NgZone;
1156
1184
  protected el: HTMLIonSegmentElement;
1157
- ionChange: EventEmitter<IonSegmentCustomEvent<SegmentChangeEventDetail>>;
1185
+ ionChange: EventEmitter<IonSegmentCustomEvent<IIonSegmentSegmentChangeEventDetail>>;
1158
1186
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1159
1187
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSegment, never>;
1160
1188
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSegment, "ion-segment", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectOnFocus": { "alias": "selectOnFocus"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; }, never, ["*"], false, never>;
1161
1189
  }
1162
- declare interface IonSegment extends Components.IonSegment {
1190
+ export declare interface IonSegment extends Components.IonSegment {
1163
1191
  /**
1164
1192
  * Emitted when the value property has changed and any dragging pointer has been released from `ion-segment`.
1165
1193
 
1166
1194
  This event will not emit when programmatically setting the `value` property.
1167
1195
  */
1168
- ionChange: EventEmitter<IonSegmentCustomEvent<SegmentChangeEventDetail>>;
1196
+ ionChange: EventEmitter<IonSegmentCustomEvent<IIonSegmentSegmentChangeEventDetail>>;
1169
1197
  }
1170
- declare class IonSegmentButton {
1198
+ export declare class IonSegmentButton {
1171
1199
  protected z: NgZone;
1172
1200
  protected el: HTMLIonSegmentButtonElement;
1173
1201
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1174
1202
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentButton, never>;
1175
1203
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentButton, "ion-segment-button", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
1176
1204
  }
1177
- declare interface IonSegmentButton extends Components.IonSegmentButton {
1205
+ export declare interface IonSegmentButton extends Components.IonSegmentButton {
1178
1206
  }
1179
- declare class IonSegmentContent {
1207
+ export declare class IonSegmentContent {
1180
1208
  protected z: NgZone;
1181
1209
  protected el: HTMLIonSegmentContentElement;
1182
1210
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1183
1211
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentContent, never>;
1184
1212
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentContent, "ion-segment-content", never, {}, {}, never, ["*"], false, never>;
1185
1213
  }
1186
- declare interface IonSegmentContent extends Components.IonSegmentContent {
1214
+ export declare interface IonSegmentContent extends Components.IonSegmentContent {
1187
1215
  }
1188
- declare class IonSegmentView {
1216
+ export declare class IonSegmentView {
1189
1217
  protected z: NgZone;
1190
1218
  protected el: HTMLIonSegmentViewElement;
1191
- ionSegmentViewScroll: EventEmitter<IonSegmentViewCustomEvent<SegmentViewScrollEvent>>;
1219
+ ionSegmentViewScroll: EventEmitter<IonSegmentViewCustomEvent<IIonSegmentViewSegmentViewScrollEvent>>;
1192
1220
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1193
1221
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentView, never>;
1194
1222
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentView, "ion-segment-view", never, { "disabled": { "alias": "disabled"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; }, { "ionSegmentViewScroll": "ionSegmentViewScroll"; }, never, ["*"], false, never>;
1195
1223
  }
1196
- declare interface IonSegmentView extends Components.IonSegmentView {
1224
+ export declare interface IonSegmentView extends Components.IonSegmentView {
1197
1225
  /**
1198
1226
  * Emitted when the segment view is scrolled.
1199
1227
  */
1200
- ionSegmentViewScroll: EventEmitter<IonSegmentViewCustomEvent<SegmentViewScrollEvent>>;
1228
+ ionSegmentViewScroll: EventEmitter<IonSegmentViewCustomEvent<IIonSegmentViewSegmentViewScrollEvent>>;
1201
1229
  }
1202
- declare class IonSelect {
1230
+ export declare class IonSelect {
1203
1231
  protected z: NgZone;
1204
1232
  protected el: HTMLIonSelectElement;
1205
- ionChange: EventEmitter<IonSelectCustomEvent<SelectChangeEventDetail<any>>>;
1233
+ ionChange: EventEmitter<IonSelectCustomEvent<IIonSelectSelectChangeEventDetail<any>>>;
1206
1234
  ionCancel: EventEmitter<IonSelectCustomEvent<void>>;
1207
1235
  ionDismiss: EventEmitter<IonSelectCustomEvent<void>>;
1208
1236
  ionFocus: EventEmitter<IonSelectCustomEvent<void>>;
@@ -1211,13 +1239,13 @@ declare class IonSelect {
1211
1239
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSelect, never>;
1212
1240
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSelect, "ion-select", never, { "cancelText": { "alias": "cancelText"; "required": false; }; "color": { "alias": "color"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "expandedIcon": { "alias": "expandedIcon"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "interface": { "alias": "interface"; "required": false; }; "interfaceOptions": { "alias": "interfaceOptions"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "okText": { "alias": "okText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "selectedText": { "alias": "selectedText"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "toggleIcon": { "alias": "toggleIcon"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; "ionCancel": "ionCancel"; "ionDismiss": "ionDismiss"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
1213
1241
  }
1214
- declare interface IonSelect extends Components.IonSelect {
1242
+ export declare interface IonSelect extends Components.IonSelect {
1215
1243
  /**
1216
1244
  * Emitted when the value has changed.
1217
1245
 
1218
1246
  This event will not emit when programmatically setting the `value` property.
1219
1247
  */
1220
- ionChange: EventEmitter<IonSelectCustomEvent<SelectChangeEventDetail>>;
1248
+ ionChange: EventEmitter<IonSelectCustomEvent<IIonSelectSelectChangeEventDetail>>;
1221
1249
  /**
1222
1250
  * Emitted when the selection is cancelled.
1223
1251
  */
@@ -1235,43 +1263,43 @@ declare interface IonSelect extends Components.IonSelect {
1235
1263
  */
1236
1264
  ionBlur: EventEmitter<IonSelectCustomEvent<void>>;
1237
1265
  }
1238
- declare class IonSelectModal {
1266
+ export declare class IonSelectModal {
1239
1267
  protected z: NgZone;
1240
1268
  protected el: HTMLIonSelectModalElement;
1241
1269
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1242
1270
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectModal, never>;
1243
1271
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectModal, "ion-select-modal", never, { "cancelText": { "alias": "cancelText"; "required": false; }; "header": { "alias": "header"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, ["*"], false, never>;
1244
1272
  }
1245
- declare interface IonSelectModal extends Components.IonSelectModal {
1273
+ export declare interface IonSelectModal extends Components.IonSelectModal {
1246
1274
  }
1247
- declare class IonSelectOption {
1275
+ export declare class IonSelectOption {
1248
1276
  protected z: NgZone;
1249
1277
  protected el: HTMLIonSelectOptionElement;
1250
1278
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1251
1279
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectOption, never>;
1252
1280
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectOption, "ion-select-option", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
1253
1281
  }
1254
- declare interface IonSelectOption extends Components.IonSelectOption {
1282
+ export declare interface IonSelectOption extends Components.IonSelectOption {
1255
1283
  }
1256
- declare class IonSkeletonText {
1284
+ export declare class IonSkeletonText {
1257
1285
  protected z: NgZone;
1258
1286
  protected el: HTMLIonSkeletonTextElement;
1259
1287
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1260
1288
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSkeletonText, never>;
1261
1289
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSkeletonText, "ion-skeleton-text", never, { "animated": { "alias": "animated"; "required": false; }; }, {}, never, ["*"], false, never>;
1262
1290
  }
1263
- declare interface IonSkeletonText extends Components.IonSkeletonText {
1291
+ export declare interface IonSkeletonText extends Components.IonSkeletonText {
1264
1292
  }
1265
- declare class IonSpinner {
1293
+ export declare class IonSpinner {
1266
1294
  protected z: NgZone;
1267
1295
  protected el: HTMLIonSpinnerElement;
1268
1296
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1269
1297
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSpinner, never>;
1270
1298
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSpinner, "ion-spinner", never, { "color": { "alias": "color"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "name": { "alias": "name"; "required": false; }; "paused": { "alias": "paused"; "required": false; }; }, {}, never, ["*"], false, never>;
1271
1299
  }
1272
- declare interface IonSpinner extends Components.IonSpinner {
1300
+ export declare interface IonSpinner extends Components.IonSpinner {
1273
1301
  }
1274
- declare class IonSplitPane {
1302
+ export declare class IonSplitPane {
1275
1303
  protected z: NgZone;
1276
1304
  protected el: HTMLIonSplitPaneElement;
1277
1305
  ionSplitPaneVisible: EventEmitter<IonSplitPaneCustomEvent<{
@@ -1281,7 +1309,7 @@ declare class IonSplitPane {
1281
1309
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSplitPane, never>;
1282
1310
  static ɵcmp: i0.ɵɵComponentDeclaration<IonSplitPane, "ion-split-pane", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "when": { "alias": "when"; "required": false; }; }, { "ionSplitPaneVisible": "ionSplitPaneVisible"; }, never, ["*"], false, never>;
1283
1311
  }
1284
- declare interface IonSplitPane extends Components.IonSplitPane {
1312
+ export declare interface IonSplitPane extends Components.IonSplitPane {
1285
1313
  /**
1286
1314
  * Expression to be called when the split-pane visibility has changed
1287
1315
  */
@@ -1289,54 +1317,54 @@ declare interface IonSplitPane extends Components.IonSplitPane {
1289
1317
  visible: boolean;
1290
1318
  }>>;
1291
1319
  }
1292
- declare class IonTab {
1320
+ export declare class IonTab {
1293
1321
  protected z: NgZone;
1294
1322
  protected el: HTMLIonTabElement;
1295
1323
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1296
1324
  static ɵfac: i0.ɵɵFactoryDeclaration<IonTab, never>;
1297
1325
  static ɵcmp: i0.ɵɵComponentDeclaration<IonTab, "ion-tab", never, { "component": { "alias": "component"; "required": false; }; "tab": { "alias": "tab"; "required": true; }; }, {}, never, ["*"], false, never>;
1298
1326
  }
1299
- declare interface IonTab extends Components.IonTab {
1327
+ export declare interface IonTab extends Components.IonTab {
1300
1328
  }
1301
- declare class IonTabBar {
1329
+ export declare class IonTabBar {
1302
1330
  protected z: NgZone;
1303
1331
  protected el: HTMLIonTabBarElement;
1304
1332
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1305
1333
  static ɵfac: i0.ɵɵFactoryDeclaration<IonTabBar, never>;
1306
1334
  static ɵcmp: i0.ɵɵComponentDeclaration<IonTabBar, "ion-tab-bar", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "selectedTab": { "alias": "selectedTab"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; }, {}, never, ["*"], false, never>;
1307
1335
  }
1308
- declare interface IonTabBar extends Components.IonTabBar {
1336
+ export declare interface IonTabBar extends Components.IonTabBar {
1309
1337
  }
1310
- declare class IonTabButton {
1338
+ export declare class IonTabButton {
1311
1339
  protected z: NgZone;
1312
1340
  protected el: HTMLIonTabButtonElement;
1313
1341
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1314
1342
  static ɵfac: i0.ɵɵFactoryDeclaration<IonTabButton, never>;
1315
1343
  static ɵcmp: i0.ɵɵComponentDeclaration<IonTabButton, "ion-tab-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "tab": { "alias": "tab"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
1316
1344
  }
1317
- declare interface IonTabButton extends Components.IonTabButton {
1345
+ export declare interface IonTabButton extends Components.IonTabButton {
1318
1346
  }
1319
- declare class IonText {
1347
+ export declare class IonText {
1320
1348
  protected z: NgZone;
1321
1349
  protected el: HTMLIonTextElement;
1322
1350
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1323
1351
  static ɵfac: i0.ɵɵFactoryDeclaration<IonText, never>;
1324
1352
  static ɵcmp: i0.ɵɵComponentDeclaration<IonText, "ion-text", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
1325
1353
  }
1326
- declare interface IonText extends Components.IonText {
1354
+ export declare interface IonText extends Components.IonText {
1327
1355
  }
1328
- declare class IonTextarea {
1356
+ export declare class IonTextarea {
1329
1357
  protected z: NgZone;
1330
1358
  protected el: HTMLIonTextareaElement;
1331
- ionChange: EventEmitter<IonTextareaCustomEvent<TextareaChangeEventDetail>>;
1332
- ionInput: EventEmitter<IonTextareaCustomEvent<TextareaInputEventDetail>>;
1359
+ ionChange: EventEmitter<IonTextareaCustomEvent<IIonTextareaTextareaChangeEventDetail>>;
1360
+ ionInput: EventEmitter<IonTextareaCustomEvent<IIonTextareaTextareaInputEventDetail>>;
1333
1361
  ionBlur: EventEmitter<IonTextareaCustomEvent<FocusEvent>>;
1334
1362
  ionFocus: EventEmitter<IonTextareaCustomEvent<FocusEvent>>;
1335
1363
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1336
1364
  static ɵfac: i0.ɵɵFactoryDeclaration<IonTextarea, never>;
1337
1365
  static ɵcmp: i0.ɵɵComponentDeclaration<IonTextarea, "ion-textarea", never, { "autoGrow": { "alias": "autoGrow"; "required": false; }; "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearOnEdit": { "alias": "clearOnEdit"; "required": false; }; "color": { "alias": "color"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "counterFormatter": { "alias": "counterFormatter"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enterkeyhint": { "alias": "enterkeyhint"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "value": { "alias": "value"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, { "ionChange": "ionChange"; "ionInput": "ionInput"; "ionBlur": "ionBlur"; "ionFocus": "ionFocus"; }, never, ["*"], false, never>;
1338
1366
  }
1339
- declare interface IonTextarea extends Components.IonTextarea {
1367
+ export declare interface IonTextarea extends Components.IonTextarea {
1340
1368
  /**
1341
1369
  * The `ionChange` event is fired when the user modifies the textarea's value.
1342
1370
  Unlike the `ionInput` event, the `ionChange` event is fired when
@@ -1344,7 +1372,7 @@ declare interface IonTextarea extends Components.IonTextarea {
1344
1372
 
1345
1373
  This event will not emit when programmatically setting the `value` property.
1346
1374
  */
1347
- ionChange: EventEmitter<IonTextareaCustomEvent<TextareaChangeEventDetail>>;
1375
+ ionChange: EventEmitter<IonTextareaCustomEvent<IIonTextareaTextareaChangeEventDetail>>;
1348
1376
  /**
1349
1377
  * The `ionInput` event is fired each time the user modifies the textarea's value.
1350
1378
  Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
@@ -1353,7 +1381,7 @@ declare interface IonTextarea extends Components.IonTextarea {
1353
1381
  When `clearOnEdit` is enabled, the `ionInput` event will be fired when
1354
1382
  the user clears the textarea by performing a keydown event.
1355
1383
  */
1356
- ionInput: EventEmitter<IonTextareaCustomEvent<TextareaInputEventDetail>>;
1384
+ ionInput: EventEmitter<IonTextareaCustomEvent<IIonTextareaTextareaInputEventDetail>>;
1357
1385
  /**
1358
1386
  * Emitted when the input loses focus.
1359
1387
  */
@@ -1363,40 +1391,40 @@ declare interface IonTextarea extends Components.IonTextarea {
1363
1391
  */
1364
1392
  ionFocus: EventEmitter<IonTextareaCustomEvent<FocusEvent>>;
1365
1393
  }
1366
- declare class IonThumbnail {
1394
+ export declare class IonThumbnail {
1367
1395
  protected z: NgZone;
1368
1396
  protected el: HTMLIonThumbnailElement;
1369
1397
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1370
1398
  static ɵfac: i0.ɵɵFactoryDeclaration<IonThumbnail, never>;
1371
1399
  static ɵcmp: i0.ɵɵComponentDeclaration<IonThumbnail, "ion-thumbnail", never, {}, {}, never, ["*"], false, never>;
1372
1400
  }
1373
- declare interface IonThumbnail extends Components.IonThumbnail {
1401
+ export declare interface IonThumbnail extends Components.IonThumbnail {
1374
1402
  }
1375
- declare class IonTitle {
1403
+ export declare class IonTitle {
1376
1404
  protected z: NgZone;
1377
1405
  protected el: HTMLIonTitleElement;
1378
1406
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1379
1407
  static ɵfac: i0.ɵɵFactoryDeclaration<IonTitle, never>;
1380
1408
  static ɵcmp: i0.ɵɵComponentDeclaration<IonTitle, "ion-title", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
1381
1409
  }
1382
- declare interface IonTitle extends Components.IonTitle {
1410
+ export declare interface IonTitle extends Components.IonTitle {
1383
1411
  }
1384
- declare class IonToast {
1412
+ export declare class IonToast {
1385
1413
  protected z: NgZone;
1386
1414
  protected el: HTMLIonToastElement;
1387
1415
  ionToastDidPresent: EventEmitter<IonToastCustomEvent<void>>;
1388
1416
  ionToastWillPresent: EventEmitter<IonToastCustomEvent<void>>;
1389
- ionToastWillDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail<any>>>;
1390
- ionToastDidDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail<any>>>;
1417
+ ionToastWillDismiss: EventEmitter<IonToastCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
1418
+ ionToastDidDismiss: EventEmitter<IonToastCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
1391
1419
  didPresent: EventEmitter<IonToastCustomEvent<void>>;
1392
1420
  willPresent: EventEmitter<IonToastCustomEvent<void>>;
1393
- willDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail<any>>>;
1394
- didDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail<any>>>;
1421
+ willDismiss: EventEmitter<IonToastCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
1422
+ didDismiss: EventEmitter<IonToastCustomEvent<IIonActionSheetOverlayEventDetail<any>>>;
1395
1423
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1396
1424
  static ɵfac: i0.ɵɵFactoryDeclaration<IonToast, never>;
1397
1425
  static ɵcmp: i0.ɵɵComponentDeclaration<IonToast, "ion-toast", never, { "animated": { "alias": "animated"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "color": { "alias": "color"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "header": { "alias": "header"; "required": false; }; "htmlAttributes": { "alias": "htmlAttributes"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardClose": { "alias": "keyboardClose"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "message": { "alias": "message"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; }; "positionAnchor": { "alias": "positionAnchor"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; "translucent": { "alias": "translucent"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "ionToastDidPresent": "ionToastDidPresent"; "ionToastWillPresent": "ionToastWillPresent"; "ionToastWillDismiss": "ionToastWillDismiss"; "ionToastDidDismiss": "ionToastDidDismiss"; "didPresent": "didPresent"; "willPresent": "willPresent"; "willDismiss": "willDismiss"; "didDismiss": "didDismiss"; }, never, ["*"], false, never>;
1398
1426
  }
1399
- declare interface IonToast extends Components.IonToast {
1427
+ export declare interface IonToast extends Components.IonToast {
1400
1428
  /**
1401
1429
  * Emitted after the toast has presented.
1402
1430
  */
@@ -1408,11 +1436,11 @@ declare interface IonToast extends Components.IonToast {
1408
1436
  /**
1409
1437
  * Emitted before the toast has dismissed.
1410
1438
  */
1411
- ionToastWillDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail>>;
1439
+ ionToastWillDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;
1412
1440
  /**
1413
1441
  * Emitted after the toast has dismissed.
1414
1442
  */
1415
- ionToastDidDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail>>;
1443
+ ionToastDidDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;
1416
1444
  /**
1417
1445
  * Emitted after the toast has presented.
1418
1446
  Shorthand for ionToastWillDismiss.
@@ -1427,30 +1455,30 @@ declare interface IonToast extends Components.IonToast {
1427
1455
  * Emitted before the toast has dismissed.
1428
1456
  Shorthand for ionToastWillDismiss.
1429
1457
  */
1430
- willDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail>>;
1458
+ willDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;
1431
1459
  /**
1432
1460
  * Emitted after the toast has dismissed.
1433
1461
  Shorthand for ionToastDidDismiss.
1434
1462
  */
1435
- didDismiss: EventEmitter<IonToastCustomEvent<OverlayEventDetail>>;
1463
+ didDismiss: EventEmitter<IonToastCustomEvent<IIonToastOverlayEventDetail>>;
1436
1464
  }
1437
- declare class IonToggle {
1465
+ export declare class IonToggle {
1438
1466
  protected z: NgZone;
1439
1467
  protected el: HTMLIonToggleElement;
1440
- ionChange: EventEmitter<IonToggleCustomEvent<ToggleChangeEventDetail<any>>>;
1468
+ ionChange: EventEmitter<IonToggleCustomEvent<IIonToggleToggleChangeEventDetail<any>>>;
1441
1469
  ionFocus: EventEmitter<IonToggleCustomEvent<void>>;
1442
1470
  ionBlur: EventEmitter<IonToggleCustomEvent<void>>;
1443
1471
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1444
1472
  static ɵfac: i0.ɵɵFactoryDeclaration<IonToggle, never>;
1445
1473
  static ɵcmp: i0.ɵɵComponentDeclaration<IonToggle, "ion-toggle", never, { "alignment": { "alias": "alignment"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enableOnOffLabels": { "alias": "enableOnOffLabels"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "labelPlacement": { "alias": "labelPlacement"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ionChange": "ionChange"; "ionFocus": "ionFocus"; "ionBlur": "ionBlur"; }, never, ["*"], false, never>;
1446
1474
  }
1447
- declare interface IonToggle extends Components.IonToggle {
1475
+ export declare interface IonToggle extends Components.IonToggle {
1448
1476
  /**
1449
1477
  * Emitted when the user switches the toggle on or off.
1450
1478
 
1451
1479
  This event will not emit when programmatically setting the `checked` property.
1452
1480
  */
1453
- ionChange: EventEmitter<IonToggleCustomEvent<ToggleChangeEventDetail>>;
1481
+ ionChange: EventEmitter<IonToggleCustomEvent<IIonToggleToggleChangeEventDetail>>;
1454
1482
  /**
1455
1483
  * Emitted when the toggle has focus.
1456
1484
  */
@@ -1460,204 +1488,12 @@ declare interface IonToggle extends Components.IonToggle {
1460
1488
  */
1461
1489
  ionBlur: EventEmitter<IonToggleCustomEvent<void>>;
1462
1490
  }
1463
- declare class IonToolbar {
1491
+ export declare class IonToolbar {
1464
1492
  protected z: NgZone;
1465
1493
  protected el: HTMLIonToolbarElement;
1466
1494
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1467
1495
  static ɵfac: i0.ɵɵFactoryDeclaration<IonToolbar, never>;
1468
1496
  static ɵcmp: i0.ɵɵComponentDeclaration<IonToolbar, "ion-toolbar", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
1469
1497
  }
1470
- declare interface IonToolbar extends Components.IonToolbar {
1471
- }
1472
-
1473
- declare class IonRouterOutlet extends IonRouterOutlet$1 {
1474
- readonly parentOutlet?: IonRouterOutlet | undefined;
1475
- /**
1476
- * `static: true` must be set so the query results are resolved
1477
- * before change detection runs. Otherwise, the view container
1478
- * ref will be ion-router-outlet instead of ng-container, and
1479
- * the first view will be added as a sibling of ion-router-outlet
1480
- * instead of a child.
1481
- */
1482
- outletContent: ViewContainerRef;
1483
- /**
1484
- * We need to pass in the correct instance of IonRouterOutlet
1485
- * otherwise parentOutlet will be null in a nested outlet context.
1486
- * This results in APIs such as NavController.pop not working
1487
- * in nested outlets because the parent outlet cannot be found.
1488
- */
1489
- constructor(name: string, tabs: string, commonLocation: Location, elementRef: ElementRef, router: Router, zone: NgZone, activatedRoute: ActivatedRoute, parentOutlet?: IonRouterOutlet | undefined);
1490
- static ɵfac: i0.ɵɵFactoryDeclaration<IonRouterOutlet, [{ attribute: "name"; }, { attribute: "tabs"; optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }]>;
1491
- static ɵcmp: i0.ɵɵComponentDeclaration<IonRouterOutlet, "ion-router-outlet", never, {}, {}, never, ["*"], false, never>;
1492
- }
1493
-
1494
- declare class IonTabs extends IonTabs$1 {
1495
- outlet: IonRouterOutlet;
1496
- tabBar: IonTabBar | undefined;
1497
- tabBars: QueryList<IonTabBar>;
1498
- tabs: QueryList<IonTab>;
1499
- static ɵfac: i0.ɵɵFactoryDeclaration<IonTabs, never>;
1500
- static ɵcmp: i0.ɵɵComponentDeclaration<IonTabs, "ion-tabs", never, {}, {}, ["tabBar", "tabBars", "tabs"], ["[slot=top]", "ion-tab", "*"], false, never>;
1501
- }
1502
-
1503
- declare class IonBackButton extends IonBackButton$1 {
1504
- constructor(routerOutlet: IonRouterOutlet, navCtrl: NavController, config: Config, r: ElementRef, z: NgZone, c: ChangeDetectorRef);
1505
- static ɵfac: i0.ɵɵFactoryDeclaration<IonBackButton, [{ optional: true; }, null, null, null, null, null]>;
1506
- static ɵcmp: i0.ɵɵComponentDeclaration<IonBackButton, "ion-back-button", never, {}, {}, never, ["*"], false, never>;
1507
- }
1508
-
1509
- declare class IonNav extends IonNav$1 {
1510
- constructor(ref: ElementRef, environmentInjector: EnvironmentInjector, injector: Injector, angularDelegate: AngularDelegate, z: NgZone, c: ChangeDetectorRef);
1511
- static ɵfac: i0.ɵɵFactoryDeclaration<IonNav, never>;
1512
- static ɵcmp: i0.ɵɵComponentDeclaration<IonNav, "ion-nav", never, {}, {}, never, ["*"], false, never>;
1513
- }
1514
-
1515
- /**
1516
- * Adds support for Ionic routing directions and animations to the base Angular router link directive.
1517
- *
1518
- * When the router link is clicked, the directive will assign the direction and
1519
- * animation so that the routing integration will transition correctly.
1520
- */
1521
- declare class RouterLinkDelegateDirective extends RouterLinkDelegateDirective$1 {
1522
- static ɵfac: i0.ɵɵFactoryDeclaration<RouterLinkDelegateDirective, never>;
1523
- static ɵdir: i0.ɵɵDirectiveDeclaration<RouterLinkDelegateDirective, ":not(a):not(area)[routerLink]", never, {}, {}, never, never, false, never>;
1524
- }
1525
- declare class RouterLinkWithHrefDelegateDirective extends RouterLinkWithHrefDelegateDirective$1 {
1526
- static ɵfac: i0.ɵɵFactoryDeclaration<RouterLinkWithHrefDelegateDirective, never>;
1527
- static ɵdir: i0.ɵɵDirectiveDeclaration<RouterLinkWithHrefDelegateDirective, "a[routerLink],area[routerLink]", never, {}, {}, never, never, false, never>;
1528
- }
1529
-
1530
- declare class IonModal extends IonModal$1 {
1531
- static ɵfac: i0.ɵɵFactoryDeclaration<IonModal, never>;
1532
- static ɵcmp: i0.ɵɵComponentDeclaration<IonModal, "ion-modal", never, {}, {}, never, never, false, never>;
1533
- }
1534
-
1535
- declare class IonPopover extends IonPopover$1 {
1536
- static ɵfac: i0.ɵɵFactoryDeclaration<IonPopover, never>;
1537
- static ɵcmp: i0.ɵɵComponentDeclaration<IonPopover, "ion-popover", never, {}, {}, never, never, false, never>;
1538
- }
1539
-
1540
- /**
1541
- * @description
1542
- * Provider which adds `MaxValidator` to the `NG_VALIDATORS` multi-provider list.
1543
- */
1544
- declare const ION_MAX_VALIDATOR: Provider;
1545
- declare class IonMaxValidator extends MaxValidator {
1546
- static ɵfac: i0.ɵɵFactoryDeclaration<IonMaxValidator, never>;
1547
- static ɵdir: i0.ɵɵDirectiveDeclaration<IonMaxValidator, "ion-input[type=number][max][formControlName],ion-input[type=number][max][formControl],ion-input[type=number][max][ngModel]", never, {}, {}, never, never, false, never>;
1548
- }
1549
-
1550
- /**
1551
- * @description
1552
- * Provider which adds `MinValidator` to the `NG_VALIDATORS` multi-provider list.
1553
- */
1554
- declare const ION_MIN_VALIDATOR: Provider;
1555
- declare class IonMinValidator extends MinValidator {
1556
- static ɵfac: i0.ɵɵFactoryDeclaration<IonMinValidator, never>;
1557
- static ɵdir: i0.ɵɵDirectiveDeclaration<IonMinValidator, "ion-input[type=number][min][formControlName],ion-input[type=number][min][formControl],ion-input[type=number][min][ngModel]", never, {}, {}, never, never, false, never>;
1558
- }
1559
-
1560
- declare class AlertController extends OverlayBaseController<AlertOptions, HTMLIonAlertElement> {
1561
- constructor();
1562
- static ɵfac: i0.ɵɵFactoryDeclaration<AlertController, never>;
1563
- static ɵprov: i0.ɵɵInjectableDeclaration<AlertController>;
1564
- }
1565
-
1566
- declare class AnimationController {
1567
- /**
1568
- * Create a new animation
1569
- */
1570
- create(animationId?: string): Animation;
1571
- /**
1572
- * EXPERIMENTAL
1573
- *
1574
- * Given a progression and a cubic bezier function,
1575
- * this utility returns the time value(s) at which the
1576
- * cubic bezier reaches the given time progression.
1577
- *
1578
- * If the cubic bezier never reaches the progression
1579
- * the result will be an empty array.
1580
- *
1581
- * This is most useful for switching between easing curves
1582
- * when doing a gesture animation (i.e. going from linear easing
1583
- * during a drag, to another easing when `progressEnd` is called)
1584
- */
1585
- easingTime(p0: number[], p1: number[], p2: number[], p3: number[], progression: number): number[];
1586
- static ɵfac: i0.ɵɵFactoryDeclaration<AnimationController, never>;
1587
- static ɵprov: i0.ɵɵInjectableDeclaration<AnimationController>;
1588
- }
1589
-
1590
- declare class ActionSheetController extends OverlayBaseController<ActionSheetOptions, HTMLIonActionSheetElement> {
1591
- constructor();
1592
- static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetController, never>;
1593
- static ɵprov: i0.ɵɵInjectableDeclaration<ActionSheetController>;
1594
- }
1595
-
1596
- declare class GestureController {
1597
- private zone;
1598
- constructor(zone: NgZone);
1599
- /**
1600
- * Create a new gesture
1601
- */
1602
- create(opts: GestureConfig, runInsideAngularZone?: boolean): Gesture;
1603
- static ɵfac: i0.ɵɵFactoryDeclaration<GestureController, never>;
1604
- static ɵprov: i0.ɵɵInjectableDeclaration<GestureController>;
1605
- }
1606
-
1607
- declare class LoadingController extends OverlayBaseController<LoadingOptions, HTMLIonLoadingElement> {
1608
- constructor();
1609
- static ɵfac: i0.ɵɵFactoryDeclaration<LoadingController, never>;
1610
- static ɵprov: i0.ɵɵInjectableDeclaration<LoadingController>;
1611
- }
1612
-
1613
- declare class MenuController extends MenuController$1 {
1614
- constructor();
1615
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuController, never>;
1616
- static ɵprov: i0.ɵɵInjectableDeclaration<MenuController>;
1617
- }
1618
-
1619
- declare class ModalController extends OverlayBaseController<ModalOptions, HTMLIonModalElement> {
1620
- private angularDelegate;
1621
- private injector;
1622
- private environmentInjector;
1623
- constructor();
1624
- create(opts: ModalOptions): Promise<HTMLIonModalElement>;
1625
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalController, never>;
1626
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalController>;
1627
- }
1628
-
1629
- declare class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
1630
- private angularDelegate;
1631
- private injector;
1632
- private environmentInjector;
1633
- constructor();
1634
- create(opts: PopoverOptions): Promise<HTMLIonPopoverElement>;
1635
- }
1636
-
1637
- declare class ToastController extends OverlayBaseController<ToastOptions, HTMLIonToastElement> {
1638
- constructor();
1639
- static ɵfac: i0.ɵɵFactoryDeclaration<ToastController, never>;
1640
- static ɵprov: i0.ɵɵInjectableDeclaration<ToastController>;
1641
- }
1642
-
1643
- type OptInAngularFeatures = {
1644
- useSetInputAPI?: boolean;
1645
- };
1646
- /**
1647
- * @deprecated `IonicModule` is deprecated and will be removed in a future major version.
1648
- * Use `provideIonicAngular()` instead, which works in both standalone and NgModule-based
1649
- * applications. Refer to https://ionicframework.com/docs/angular/build-options for migration steps.
1650
- */
1651
- declare class IonicModule {
1652
- /**
1653
- * @deprecated `IonicModule.forRoot()` is deprecated and will be removed in a future major version.
1654
- * Use `provideIonicAngular()` instead. Any config passed here can be passed as an object to that
1655
- * function. Refer to https://ionicframework.com/docs/angular/build-options for migration steps.
1656
- */
1657
- static forRoot(config?: IonicConfig & OptInAngularFeatures): ModuleWithProviders<IonicModule>;
1658
- static ɵfac: i0.ɵɵFactoryDeclaration<IonicModule, never>;
1659
- static ɵmod: i0.ɵɵNgModuleDeclaration<IonicModule, [typeof IonAccordion, typeof IonAccordionGroup, typeof IonActionSheet, typeof IonAlert, typeof IonApp, typeof IonAvatar, typeof IonBackdrop, typeof IonBadge, typeof IonBreadcrumb, typeof IonBreadcrumbs, typeof IonButton, typeof IonButtons, typeof IonCard, typeof IonCardContent, typeof IonCardHeader, typeof IonCardSubtitle, typeof IonCardTitle, typeof IonCheckbox, typeof IonChip, typeof IonCol, typeof IonContent, typeof IonDatetime, typeof IonDatetimeButton, typeof IonFab, typeof IonFabButton, typeof IonFabList, typeof IonFooter, typeof IonGrid, typeof IonHeader, typeof IonIcon, typeof IonImg, typeof IonInfiniteScroll, typeof IonInfiniteScrollContent, typeof IonInput, typeof IonInputOtp, typeof IonInputPasswordToggle, typeof IonItem, typeof IonItemDivider, typeof IonItemGroup, typeof IonItemOption, typeof IonItemOptions, typeof IonItemSliding, typeof IonLabel, typeof IonList, typeof IonListHeader, typeof IonLoading, typeof IonMenu, typeof IonMenuButton, typeof IonMenuToggle, typeof IonNavLink, typeof IonNote, typeof IonPicker, typeof IonPickerColumn, typeof IonPickerColumnOption, typeof IonProgressBar, typeof IonRadio, typeof IonRadioGroup, typeof IonRange, typeof IonRefresher, typeof IonRefresherContent, typeof IonReorder, typeof IonReorderGroup, typeof IonRippleEffect, typeof IonRow, typeof IonSearchbar, typeof IonSegment, typeof IonSegmentButton, typeof IonSegmentContent, typeof IonSegmentView, typeof IonSelect, typeof IonSelectModal, typeof IonSelectOption, typeof IonSkeletonText, typeof IonSpinner, typeof IonSplitPane, typeof IonTab, typeof IonTabBar, typeof IonTabButton, typeof IonText, typeof IonTextarea, typeof IonThumbnail, typeof IonTitle, typeof IonToast, typeof IonToggle, typeof IonToolbar, typeof IonModal, typeof IonPopover, typeof BooleanValueAccessorDirective, typeof NumericValueAccessorDirective, typeof SelectValueAccessorDirective, typeof TextValueAccessorDirective, typeof IonTabs, typeof IonRouterOutlet, typeof IonBackButton, typeof IonNav, typeof RouterLinkDelegateDirective, typeof RouterLinkWithHrefDelegateDirective, typeof IonMinValidator, typeof IonMaxValidator], [typeof i15.CommonModule], [typeof IonAccordion, typeof IonAccordionGroup, typeof IonActionSheet, typeof IonAlert, typeof IonApp, typeof IonAvatar, typeof IonBackdrop, typeof IonBadge, typeof IonBreadcrumb, typeof IonBreadcrumbs, typeof IonButton, typeof IonButtons, typeof IonCard, typeof IonCardContent, typeof IonCardHeader, typeof IonCardSubtitle, typeof IonCardTitle, typeof IonCheckbox, typeof IonChip, typeof IonCol, typeof IonContent, typeof IonDatetime, typeof IonDatetimeButton, typeof IonFab, typeof IonFabButton, typeof IonFabList, typeof IonFooter, typeof IonGrid, typeof IonHeader, typeof IonIcon, typeof IonImg, typeof IonInfiniteScroll, typeof IonInfiniteScrollContent, typeof IonInput, typeof IonInputOtp, typeof IonInputPasswordToggle, typeof IonItem, typeof IonItemDivider, typeof IonItemGroup, typeof IonItemOption, typeof IonItemOptions, typeof IonItemSliding, typeof IonLabel, typeof IonList, typeof IonListHeader, typeof IonLoading, typeof IonMenu, typeof IonMenuButton, typeof IonMenuToggle, typeof IonNavLink, typeof IonNote, typeof IonPicker, typeof IonPickerColumn, typeof IonPickerColumnOption, typeof IonProgressBar, typeof IonRadio, typeof IonRadioGroup, typeof IonRange, typeof IonRefresher, typeof IonRefresherContent, typeof IonReorder, typeof IonReorderGroup, typeof IonRippleEffect, typeof IonRow, typeof IonSearchbar, typeof IonSegment, typeof IonSegmentButton, typeof IonSegmentContent, typeof IonSegmentView, typeof IonSelect, typeof IonSelectModal, typeof IonSelectOption, typeof IonSkeletonText, typeof IonSpinner, typeof IonSplitPane, typeof IonTab, typeof IonTabBar, typeof IonTabButton, typeof IonText, typeof IonTextarea, typeof IonThumbnail, typeof IonTitle, typeof IonToast, typeof IonToggle, typeof IonToolbar, typeof IonModal, typeof IonPopover, typeof BooleanValueAccessorDirective, typeof NumericValueAccessorDirective, typeof SelectValueAccessorDirective, typeof TextValueAccessorDirective, typeof IonTabs, typeof IonRouterOutlet, typeof IonBackButton, typeof IonNav, typeof RouterLinkDelegateDirective, typeof RouterLinkWithHrefDelegateDirective, typeof IonMinValidator, typeof IonMaxValidator]>;
1660
- static ɵinj: i0.ɵɵInjectorDeclaration<IonicModule>;
1661
- }
1662
-
1663
- export { ActionSheetController, AlertController, AnimationController, BooleanValueAccessorDirective as BooleanValueAccessor, GestureController, ION_MAX_VALIDATOR, ION_MIN_VALIDATOR, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMaxValidator, IonMenu, IonMenuButton, IonMenuToggle, IonMinValidator, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, IonicModule, LoadingController, MenuController, ModalController, NumericValueAccessorDirective as NumericValueAccessor, PopoverController, RouterLinkDelegateDirective as RouterLinkDelegate, RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegate, SelectValueAccessorDirective as SelectValueAccessor, TextValueAccessorDirective as TextValueAccessor, ToastController };
1498
+ export declare interface IonToolbar extends Components.IonToolbar {
1499
+ }