@ionic/angular 8.8.9-dev.11781024903.1e4268e5 → 8.8.9-dev.11781098612.122c6758

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 (244) hide show
  1. package/README.md +1 -1
  2. package/css/core.css +1 -1
  3. package/css/core.css.map +1 -1
  4. package/css/display.css +1 -1
  5. package/css/display.css.map +1 -1
  6. package/css/flex-utils.css +1 -1
  7. package/css/flex-utils.css.map +1 -1
  8. package/css/float-elements.css.map +1 -1
  9. package/css/global.bundle.css.map +1 -1
  10. package/css/ionic-swiper.css +1 -1
  11. package/css/ionic-swiper.css.map +1 -1
  12. package/css/ionic.bundle.css +1 -1
  13. package/css/ionic.bundle.css.map +1 -1
  14. package/css/normalize.css.map +1 -1
  15. package/css/padding.css.map +1 -1
  16. package/css/palettes/dark.always.css.map +1 -1
  17. package/css/palettes/dark.class.css.map +1 -1
  18. package/css/palettes/dark.system.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  21. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  22. package/css/palettes/high-contrast.always.css.map +1 -1
  23. package/css/palettes/high-contrast.class.css.map +1 -1
  24. package/css/palettes/high-contrast.system.css.map +1 -1
  25. package/css/structure.css.map +1 -1
  26. package/css/text-alignment.css.map +1 -1
  27. package/css/text-transformation.css.map +1 -1
  28. package/css/typography.css.map +1 -1
  29. package/css/utils.bundle.css +1 -1
  30. package/css/utils.bundle.css.map +1 -1
  31. package/fesm2022/ionic-angular-common.mjs +107 -93
  32. package/fesm2022/ionic-angular-common.mjs.map +1 -1
  33. package/fesm2022/ionic-angular-standalone.mjs +900 -882
  34. package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
  35. package/fesm2022/ionic-angular.mjs +1087 -752
  36. package/fesm2022/ionic-angular.mjs.map +1 -1
  37. package/package.json +16 -16
  38. package/schematics/add/index.js +2 -2
  39. package/schematics/utils/ast.js +35 -3
  40. package/schematics/utils/config.js +10 -11
  41. package/schematics/utils/package.js +5 -2
  42. package/types/ionic-angular-common.d.ts +1021 -0
  43. package/types/ionic-angular-standalone.d.ts +1560 -0
  44. package/{directives/proxies.d.ts → types/ionic-angular.d.ts} +703 -469
  45. package/app-initialize.d.ts +0 -3
  46. package/common/directives/control-value-accessors/index.d.ts +0 -1
  47. package/common/directives/control-value-accessors/value-accessor.d.ts +0 -36
  48. package/common/directives/navigation/back-button.d.ts +0 -23
  49. package/common/directives/navigation/nav-params.d.ts +0 -45
  50. package/common/directives/navigation/nav.d.ts +0 -21
  51. package/common/directives/navigation/router-link-delegate.d.ts +0 -60
  52. package/common/directives/navigation/router-outlet.d.ts +0 -104
  53. package/common/directives/navigation/stack-controller.d.ts +0 -42
  54. package/common/directives/navigation/stack-utils.d.ts +0 -38
  55. package/common/directives/navigation/tabs.d.ts +0 -83
  56. package/common/index.d.ts +0 -22
  57. package/common/overlays/modal.d.ts +0 -62
  58. package/common/overlays/popover.d.ts +0 -46
  59. package/common/providers/angular-delegate.d.ts +0 -28
  60. package/common/providers/config.d.ts +0 -11
  61. package/common/providers/dom-controller.d.ts +0 -16
  62. package/common/providers/menu-controller.d.ts +0 -78
  63. package/common/providers/nav-controller.d.ts +0 -116
  64. package/common/providers/platform.d.ts +0 -174
  65. package/common/types/interfaces.d.ts +0 -8
  66. package/common/types/ionic-lifecycle-hooks.d.ts +0 -27
  67. package/common/types/overlay-options.d.ts +0 -16
  68. package/common/utils/overlay.d.ts +0 -21
  69. package/common/utils/proxy.d.ts +0 -8
  70. package/common/utils/routing.d.ts +0 -28
  71. package/common/utils/util.d.ts +0 -1
  72. package/css/ionic/bundle.ionic.css +0 -1
  73. package/css/ionic/bundle.ionic.css.map +0 -1
  74. package/css/ionic/core.ionic.css +0 -1
  75. package/css/ionic/core.ionic.css.map +0 -1
  76. package/css/ionic/global.bundle.ionic.css +0 -1
  77. package/css/ionic/global.bundle.ionic.css.map +0 -1
  78. package/css/ionic/ionic-swiper.ionic.css +0 -1
  79. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  80. package/css/ionic/link.ionic.css +0 -1
  81. package/css/ionic/link.ionic.css.map +0 -1
  82. package/css/ionic/structure.ionic.css +0 -1
  83. package/css/ionic/structure.ionic.css.map +0 -1
  84. package/css/ionic/typography.ionic.css +0 -1
  85. package/css/ionic/typography.ionic.css.map +0 -1
  86. package/css/ionic/utils.bundle.ionic.css +0 -1
  87. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  88. package/directives/angular-component-lib/utils.d.ts +0 -9
  89. package/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -10
  90. package/directives/control-value-accessors/index.d.ts +0 -4
  91. package/directives/control-value-accessors/numeric-value-accessor.d.ts +0 -11
  92. package/directives/control-value-accessors/select-value-accessor.d.ts +0 -9
  93. package/directives/control-value-accessors/text-value-accessor.d.ts +0 -9
  94. package/directives/navigation/ion-back-button.d.ts +0 -9
  95. package/directives/navigation/ion-nav.d.ts +0 -8
  96. package/directives/navigation/ion-router-outlet.d.ts +0 -25
  97. package/directives/navigation/ion-tabs.d.ts +0 -13
  98. package/directives/navigation/router-link-delegate.d.ts +0 -16
  99. package/directives/overlays/modal.d.ts +0 -6
  100. package/directives/overlays/popover.d.ts +0 -6
  101. package/directives/proxies-list.d.ts +0 -2
  102. package/directives/validators/index.d.ts +0 -2
  103. package/directives/validators/max-validator.d.ts +0 -12
  104. package/directives/validators/min-validator.d.ts +0 -12
  105. package/esm2022/app-initialize.mjs +0 -29
  106. package/esm2022/common/directives/control-value-accessors/index.mjs +0 -2
  107. package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +0 -153
  108. package/esm2022/common/directives/navigation/back-button.mjs +0 -61
  109. package/esm2022/common/directives/navigation/nav-params.mjs +0 -47
  110. package/esm2022/common/directives/navigation/nav.mjs +0 -49
  111. package/esm2022/common/directives/navigation/router-link-delegate.mjs +0 -156
  112. package/esm2022/common/directives/navigation/router-outlet.mjs +0 -480
  113. package/esm2022/common/directives/navigation/stack-controller.mjs +0 -280
  114. package/esm2022/common/directives/navigation/stack-utils.mjs +0 -73
  115. package/esm2022/common/directives/navigation/tabs.mjs +0 -279
  116. package/esm2022/common/index.mjs +0 -20
  117. package/esm2022/common/ionic-angular-common.mjs +0 -5
  118. package/esm2022/common/overlays/modal.mjs +0 -103
  119. package/esm2022/common/overlays/popover.mjs +0 -91
  120. package/esm2022/common/providers/angular-delegate.mjs +0 -203
  121. package/esm2022/common/providers/config.mjs +0 -45
  122. package/esm2022/common/providers/dom-controller.mjs +0 -45
  123. package/esm2022/common/providers/menu-controller.mjs +0 -114
  124. package/esm2022/common/providers/nav-controller.mjs +0 -235
  125. package/esm2022/common/providers/platform.mjs +0 -258
  126. package/esm2022/common/types/interfaces.mjs +0 -2
  127. package/esm2022/common/types/ionic-lifecycle-hooks.mjs +0 -5
  128. package/esm2022/common/types/overlay-options.mjs +0 -2
  129. package/esm2022/common/utils/overlay.mjs +0 -26
  130. package/esm2022/common/utils/proxy.mjs +0 -47
  131. package/esm2022/common/utils/routing.mjs +0 -55
  132. package/esm2022/common/utils/util.mjs +0 -10
  133. package/esm2022/directives/angular-component-lib/utils.mjs +0 -59
  134. package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +0 -42
  135. package/esm2022/directives/control-value-accessors/index.mjs +0 -5
  136. package/esm2022/directives/control-value-accessors/numeric-value-accessor.mjs +0 -50
  137. package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +0 -39
  138. package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +0 -38
  139. package/esm2022/directives/navigation/ion-back-button.mjs +0 -24
  140. package/esm2022/directives/navigation/ion-nav.mjs +0 -21
  141. package/esm2022/directives/navigation/ion-router-outlet.mjs +0 -52
  142. package/esm2022/directives/navigation/ion-tabs.mjs +0 -59
  143. package/esm2022/directives/navigation/router-link-delegate.mjs +0 -32
  144. package/esm2022/directives/overlays/modal.mjs +0 -22
  145. package/esm2022/directives/overlays/popover.mjs +0 -18
  146. package/esm2022/directives/proxies-list.mjs +0 -92
  147. package/esm2022/directives/proxies.mjs +0 -2438
  148. package/esm2022/directives/validators/index.mjs +0 -3
  149. package/esm2022/directives/validators/max-validator.mjs +0 -27
  150. package/esm2022/directives/validators/min-validator.mjs +0 -27
  151. package/esm2022/index.mjs +0 -32
  152. package/esm2022/ionic-angular.mjs +0 -5
  153. package/esm2022/ionic-module.mjs +0 -111
  154. package/esm2022/providers/action-sheet-controller.mjs +0 -19
  155. package/esm2022/providers/alert-controller.mjs +0 -19
  156. package/esm2022/providers/animation-controller.mjs +0 -38
  157. package/esm2022/providers/gesture-controller.mjs +0 -33
  158. package/esm2022/providers/loading-controller.mjs +0 -19
  159. package/esm2022/providers/menu-controller.mjs +0 -19
  160. package/esm2022/providers/modal-controller.mjs +0 -26
  161. package/esm2022/providers/picker-controller.mjs +0 -22
  162. package/esm2022/providers/popover-controller.mjs +0 -19
  163. package/esm2022/providers/toast-controller.mjs +0 -19
  164. package/esm2022/standalone/directives/angular-component-lib/utils.mjs +0 -59
  165. package/esm2022/standalone/directives/checkbox.mjs +0 -76
  166. package/esm2022/standalone/directives/datetime.mjs +0 -95
  167. package/esm2022/standalone/directives/icon.mjs +0 -35
  168. package/esm2022/standalone/directives/index.mjs +0 -13
  169. package/esm2022/standalone/directives/input-otp.mjs +0 -90
  170. package/esm2022/standalone/directives/input.mjs +0 -113
  171. package/esm2022/standalone/directives/proxies.mjs +0 -2326
  172. package/esm2022/standalone/directives/radio-group.mjs +0 -60
  173. package/esm2022/standalone/directives/range.mjs +0 -78
  174. package/esm2022/standalone/directives/searchbar.mjs +0 -82
  175. package/esm2022/standalone/directives/segment.mjs +0 -60
  176. package/esm2022/standalone/directives/select.mjs +0 -84
  177. package/esm2022/standalone/directives/textarea.mjs +0 -91
  178. package/esm2022/standalone/directives/toggle.mjs +0 -76
  179. package/esm2022/standalone/index.mjs +0 -25
  180. package/esm2022/standalone/ionic-angular-standalone.mjs +0 -5
  181. package/esm2022/standalone/navigation/back-button.mjs +0 -32
  182. package/esm2022/standalone/navigation/nav.mjs +0 -28
  183. package/esm2022/standalone/navigation/router-link-delegate.mjs +0 -28
  184. package/esm2022/standalone/navigation/router-outlet.mjs +0 -60
  185. package/esm2022/standalone/navigation/tabs.mjs +0 -58
  186. package/esm2022/standalone/overlays/modal.mjs +0 -32
  187. package/esm2022/standalone/overlays/popover.mjs +0 -28
  188. package/esm2022/standalone/providers/action-sheet-controller.mjs +0 -21
  189. package/esm2022/standalone/providers/alert-controller.mjs +0 -21
  190. package/esm2022/standalone/providers/animation-controller.mjs +0 -38
  191. package/esm2022/standalone/providers/gesture-controller.mjs +0 -33
  192. package/esm2022/standalone/providers/ionic-angular.mjs +0 -38
  193. package/esm2022/standalone/providers/loading-controller.mjs +0 -21
  194. package/esm2022/standalone/providers/menu-controller.mjs +0 -19
  195. package/esm2022/standalone/providers/modal-controller.mjs +0 -28
  196. package/esm2022/standalone/providers/picker-controller.mjs +0 -24
  197. package/esm2022/standalone/providers/popover-controller.mjs +0 -21
  198. package/esm2022/standalone/providers/toast-controller.mjs +0 -21
  199. package/index.d.ts +0 -27
  200. package/ionic-module.d.ts +0 -28
  201. package/providers/action-sheet-controller.d.ts +0 -8
  202. package/providers/alert-controller.d.ts +0 -8
  203. package/providers/animation-controller.d.ts +0 -25
  204. package/providers/gesture-controller.d.ts +0 -13
  205. package/providers/loading-controller.d.ts +0 -8
  206. package/providers/menu-controller.d.ts +0 -7
  207. package/providers/modal-controller.d.ts +0 -12
  208. package/providers/picker-controller.d.ts +0 -11
  209. package/providers/popover-controller.d.ts +0 -9
  210. package/providers/toast-controller.d.ts +0 -8
  211. package/standalone/directives/angular-component-lib/utils.d.ts +0 -9
  212. package/standalone/directives/checkbox.d.ts +0 -30
  213. package/standalone/directives/datetime.d.ts +0 -30
  214. package/standalone/directives/icon.d.ts +0 -9
  215. package/standalone/directives/index.d.ts +0 -12
  216. package/standalone/directives/input-otp.d.ts +0 -49
  217. package/standalone/directives/input.d.ts +0 -47
  218. package/standalone/directives/proxies.d.ts +0 -1053
  219. package/standalone/directives/radio-group.d.ts +0 -18
  220. package/standalone/directives/range.d.ts +0 -47
  221. package/standalone/directives/searchbar.d.ts +0 -45
  222. package/standalone/directives/segment.d.ts +0 -19
  223. package/standalone/directives/select.d.ts +0 -34
  224. package/standalone/directives/textarea.d.ts +0 -37
  225. package/standalone/directives/toggle.d.ts +0 -28
  226. package/standalone/index.d.ts +0 -23
  227. package/standalone/navigation/back-button.d.ts +0 -9
  228. package/standalone/navigation/nav.d.ts +0 -8
  229. package/standalone/navigation/router-link-delegate.d.ts +0 -10
  230. package/standalone/navigation/router-outlet.d.ts +0 -25
  231. package/standalone/navigation/tabs.d.ts +0 -13
  232. package/standalone/overlays/modal.d.ts +0 -6
  233. package/standalone/overlays/popover.d.ts +0 -6
  234. package/standalone/providers/action-sheet-controller.d.ts +0 -8
  235. package/standalone/providers/alert-controller.d.ts +0 -8
  236. package/standalone/providers/animation-controller.d.ts +0 -25
  237. package/standalone/providers/gesture-controller.d.ts +0 -13
  238. package/standalone/providers/ionic-angular.d.ts +0 -7
  239. package/standalone/providers/loading-controller.d.ts +0 -8
  240. package/standalone/providers/menu-controller.d.ts +0 -7
  241. package/standalone/providers/modal-controller.d.ts +0 -12
  242. package/standalone/providers/picker-controller.d.ts +0 -11
  243. package/standalone/providers/popover-controller.d.ts +0 -9
  244. package/standalone/providers/toast-controller.d.ts +0 -8
@@ -1,6 +1,6 @@
1
1
  import { __decorate } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
- import { ViewContainerRef, Component, Attribute, Optional, SkipSelf, ViewChild, ChangeDetectionStrategy, Directive, ContentChild, ContentChildren, inject, Injector, EnvironmentInjector, Injectable, makeEnvironmentProviders, APP_INITIALIZER, forwardRef, HostListener } from '@angular/core';
3
+ import { ViewContainerRef, ViewChild, Attribute, Optional, SkipSelf, Component, ChangeDetectionStrategy, Directive, EventEmitter, Output, ContentChildren, ContentChild, inject, Injector, EnvironmentInjector, Injectable, makeEnvironmentProviders, APP_INITIALIZER, forwardRef, HostListener } from '@angular/core';
4
4
  import * as i2$1 from '@ionic/angular/common';
5
5
  import { IonRouterOutlet as IonRouterOutlet$1, ProxyCmp as ProxyCmp$1, IonBackButton as IonBackButton$1, IonModal as IonModal$1, IonPopover as IonPopover$1, RouterLinkDelegateDirective, RouterLinkWithHrefDelegateDirective, IonTabs as IonTabs$1, OverlayBaseController, AngularDelegate, ConfigToken, provideComponentInputBinding, MenuController as MenuController$1, IonNav as IonNav$1, ValueAccessor, setIonicClasses } from '@ionic/angular/common';
6
6
  export { Config, DomController, IonModalToken, IonicRouteStrategy, NavController, NavParams, Platform } from '@ionic/angular/common';
@@ -33,77 +33,74 @@ import { defineCustomElement as defineCustomElement$m } from '@ionic/core/compon
33
33
  import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-col.js';
34
34
  import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-content.js';
35
35
  import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-datetime-button.js';
36
- import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-divider.js';
37
- import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-fab.js';
38
- import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-fab-button.js';
39
- import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-fab-list.js';
40
- import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-footer.js';
41
- import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-gallery.js';
42
- import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-grid.js';
43
- import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-header.js';
44
- import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-img.js';
45
- import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-infinite-scroll.js';
46
- import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-infinite-scroll-content.js';
47
- import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-input-password-toggle.js';
48
- import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item.js';
49
- import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-divider.js';
50
- import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-group.js';
51
- import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-option.js';
52
- import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-item-options.js';
53
- import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-item-sliding.js';
54
- import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-label.js';
55
- import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-list.js';
56
- import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-list-header.js';
57
- import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-loading.js';
58
- import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu.js';
59
- import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-menu-button.js';
60
- import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-menu-toggle.js';
61
- import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-nav-link.js';
62
- import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-note.js';
63
- import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker.js';
64
- import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-picker-column.js';
65
- import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-picker-column-option.js';
66
- import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-picker-legacy.js';
67
- import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-progress-bar.js';
68
- import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-radio.js';
69
- import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-refresher.js';
70
- import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-refresher-content.js';
71
- import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-reorder.js';
72
- import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-reorder-group.js';
73
- import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-ripple-effect.js';
74
- import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-row.js';
75
- import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-segment-button.js';
76
- import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-segment-content.js';
77
- import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-segment-view.js';
78
- import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-select-modal.js';
79
- import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-select-option.js';
80
- import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-skeleton-text.js';
81
- import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-spinner.js';
82
- import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-split-pane.js';
83
- import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-tab.js';
84
- import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-tab-bar.js';
85
- import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-tab-button.js';
86
- import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-text.js';
87
- import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-thumbnail.js';
88
- import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-title.js';
89
- import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-toast.js';
90
- import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-toolbar.js';
91
- import { modalController, popoverController, initialize, actionSheetController, alertController, createAnimation, getTimeGivenProgression, createGesture, loadingController, menuController, pickerController, toastController } from '@ionic/core/components';
36
+ import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-fab.js';
37
+ import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-fab-button.js';
38
+ import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-fab-list.js';
39
+ import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-footer.js';
40
+ import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-grid.js';
41
+ import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-header.js';
42
+ import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-img.js';
43
+ import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-infinite-scroll.js';
44
+ import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-infinite-scroll-content.js';
45
+ import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-input-password-toggle.js';
46
+ import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-item.js';
47
+ import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item-divider.js';
48
+ import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-group.js';
49
+ import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-option.js';
50
+ import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-options.js';
51
+ import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-sliding.js';
52
+ import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-label.js';
53
+ import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-list.js';
54
+ import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-list-header.js';
55
+ import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-loading.js';
56
+ import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-menu.js';
57
+ import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-menu-button.js';
58
+ import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu-toggle.js';
59
+ import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-nav-link.js';
60
+ import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-note.js';
61
+ import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-picker.js';
62
+ import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-picker-column.js';
63
+ import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker-column-option.js';
64
+ import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-progress-bar.js';
65
+ import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-radio.js';
66
+ import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-refresher.js';
67
+ import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-refresher-content.js';
68
+ import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-reorder.js';
69
+ import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-reorder-group.js';
70
+ import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-ripple-effect.js';
71
+ import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-row.js';
72
+ import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-segment-button.js';
73
+ import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-segment-content.js';
74
+ import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-view.js';
75
+ import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-select-modal.js';
76
+ import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-select-option.js';
77
+ import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-skeleton-text.js';
78
+ import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-spinner.js';
79
+ import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-split-pane.js';
80
+ import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-tab.js';
81
+ import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-tab-bar.js';
82
+ import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab-button.js';
83
+ import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-text.js';
84
+ import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-thumbnail.js';
85
+ import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-title.js';
86
+ import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-toast.js';
87
+ import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toolbar.js';
88
+ import { modalController, popoverController, initialize, actionSheetController, alertController, createAnimation, getTimeGivenProgression, createGesture, loadingController, menuController, toastController } from '@ionic/core/components';
92
89
  export { IonicSafeString, IonicSlides, createAnimation, createGesture, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation } from '@ionic/core/components';
93
- import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-nav.js';
90
+ import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-nav.js';
94
91
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
95
- import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-checkbox.js';
96
- import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-datetime.js';
97
- import { defineCustomElement as defineCustomElement$1k } from 'ionicons/components/ion-icon.js';
98
- import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-input.js';
99
- import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-input-otp.js';
100
- import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-radio-group.js';
101
- import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-range.js';
102
- import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-searchbar.js';
103
- import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-segment.js';
104
- import { defineCustomElement as defineCustomElement$1r } from '@ionic/core/components/ion-select.js';
105
- import { defineCustomElement as defineCustomElement$1s } from '@ionic/core/components/ion-textarea.js';
106
- import { defineCustomElement as defineCustomElement$1t } from '@ionic/core/components/ion-toggle.js';
92
+ import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-checkbox.js';
93
+ import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-datetime.js';
94
+ import { defineCustomElement as defineCustomElement$1h } from 'ionicons/components/ion-icon.js';
95
+ import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-input.js';
96
+ import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-input-otp.js';
97
+ import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-radio-group.js';
98
+ import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-range.js';
99
+ import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-searchbar.js';
100
+ import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-segment.js';
101
+ import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-select.js';
102
+ import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-textarea.js';
103
+ import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-toggle.js';
107
104
 
108
105
  let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutlet$1 {
109
106
  parentOutlet;
@@ -125,22 +122,22 @@ let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutlet$1 {
125
122
  super(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet);
126
123
  this.parentOutlet = parentOutlet;
127
124
  }
128
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRouterOutlet, deps: [{ token: 'name', attribute: true }, { token: 'tabs', attribute: true, optional: true }, { token: i1.Location }, { token: i0.ElementRef }, { token: i2.Router }, { token: i0.NgZone }, { token: i2.ActivatedRoute }, { token: IonRouterOutlet, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
129
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRouterOutlet, isStandalone: true, selector: "ion-router-outlet", viewQueries: [{ propertyName: "outletContent", first: true, predicate: ["outletContent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: '<ng-container #outletContent><ng-content></ng-content></ng-container>', isInline: true });
125
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, deps: [{ token: 'name', attribute: true }, { token: 'tabs', attribute: true, optional: true }, { token: i1.Location }, { token: i0.ElementRef }, { token: i2.Router }, { token: i0.NgZone }, { token: i2.ActivatedRoute }, { token: IonRouterOutlet, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
126
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterOutlet, isStandalone: true, selector: "ion-router-outlet", viewQueries: [{ propertyName: "outletContent", first: true, predicate: ["outletContent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: '<ng-container #outletContent><ng-content></ng-content></ng-container>', isInline: true });
130
127
  };
131
128
  IonRouterOutlet = __decorate([
132
129
  ProxyCmp$1({
133
130
  defineCustomElementFn: defineCustomElement$1,
134
131
  })
135
132
  ], IonRouterOutlet);
136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRouterOutlet, decorators: [{
133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, decorators: [{
137
134
  type: Component,
138
135
  args: [{
139
136
  selector: 'ion-router-outlet',
140
137
  standalone: true,
141
138
  template: '<ng-container #outletContent><ng-content></ng-content></ng-container>',
142
139
  }]
143
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
140
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
144
141
  type: Attribute,
145
142
  args: ['name']
146
143
  }] }, { type: undefined, decorators: [{
@@ -152,7 +149,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
152
149
  type: SkipSelf
153
150
  }, {
154
151
  type: Optional
155
- }] }]; }, propDecorators: { outletContent: [{
152
+ }] }], propDecorators: { outletContent: [{
156
153
  type: ViewChild,
157
154
  args: ['outletContent', { read: ViewContainerRef, static: true }]
158
155
  }] } });
@@ -161,15 +158,15 @@ let IonBackButton = class IonBackButton extends IonBackButton$1 {
161
158
  constructor(routerOutlet, navCtrl, config, r, z, c) {
162
159
  super(routerOutlet, navCtrl, config, r, z, c);
163
160
  }
164
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackButton, deps: [{ token: IonRouterOutlet, optional: true }, { token: i2$1.NavController }, { token: i2$1.Config }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
165
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackButton, isStandalone: true, selector: "ion-back-button", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
161
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, deps: [{ token: IonRouterOutlet, optional: true }, { token: i2$1.NavController }, { token: i2$1.Config }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
162
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackButton, isStandalone: true, selector: "ion-back-button", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
166
163
  };
167
164
  IonBackButton = __decorate([
168
165
  ProxyCmp$1({
169
166
  defineCustomElementFn: defineCustomElement$2,
170
167
  })
171
168
  ], IonBackButton);
172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackButton, decorators: [{
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, decorators: [{
173
170
  type: Component,
174
171
  args: [{
175
172
  selector: 'ion-back-button',
@@ -177,13 +174,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
177
174
  template: '<ng-content></ng-content>',
178
175
  standalone: true,
179
176
  }]
180
- }], ctorParameters: function () { return [{ type: IonRouterOutlet, decorators: [{
177
+ }], ctorParameters: () => [{ type: IonRouterOutlet, decorators: [{
181
178
  type: Optional
182
- }] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
179
+ }] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
183
180
 
184
181
  let IonModal = class IonModal extends IonModal$1 {
185
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
186
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonModal, isStandalone: true, selector: "ion-modal", usesInheritance: true, ngImport: i0, template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
182
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
183
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonModal, isStandalone: true, selector: "ion-modal", usesInheritance: true, ngImport: i0, template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
187
184
  <ng-container [ngTemplateOutlet]="template"></ng-container>
188
185
  </div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
189
186
  };
@@ -192,7 +189,7 @@ IonModal = __decorate([
192
189
  defineCustomElementFn: defineCustomElement$3,
193
190
  })
194
191
  ], IonModal);
195
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonModal, decorators: [{
192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, decorators: [{
196
193
  type: Component,
197
194
  args: [{
198
195
  selector: 'ion-modal',
@@ -206,15 +203,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
206
203
  }] });
207
204
 
208
205
  let IonPopover = class IonPopover extends IonPopover$1 {
209
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
210
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPopover, isStandalone: true, selector: "ion-popover", usesInheritance: true, ngImport: i0, template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
206
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
207
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPopover, isStandalone: true, selector: "ion-popover", usesInheritance: true, ngImport: i0, template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
211
208
  };
212
209
  IonPopover = __decorate([
213
210
  ProxyCmp$1({
214
211
  defineCustomElementFn: defineCustomElement$4,
215
212
  })
216
213
  ], IonPopover);
217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPopover, decorators: [{
214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, decorators: [{
218
215
  type: Component,
219
216
  args: [{
220
217
  selector: 'ion-popover',
@@ -226,10 +223,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
226
223
  }] });
227
224
 
228
225
  class IonRouterLink extends RouterLinkDelegateDirective {
229
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRouterLink, deps: null, target: i0.ɵɵFactoryTarget.Directive });
230
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonRouterLink, isStandalone: true, selector: ":not(a):not(area)[routerLink]", usesInheritance: true, ngImport: i0 });
226
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, deps: null, target: i0.ɵɵFactoryTarget.Directive });
227
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLink, isStandalone: true, selector: ":not(a):not(area)[routerLink]", usesInheritance: true, ngImport: i0 });
231
228
  }
232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRouterLink, decorators: [{
229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, decorators: [{
233
230
  type: Directive,
234
231
  args: [{
235
232
  selector: ':not(a):not(area)[routerLink]',
@@ -237,10 +234,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
237
234
  }]
238
235
  }] });
239
236
  class IonRouterLinkWithHref extends RouterLinkWithHrefDelegateDirective {
240
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRouterLinkWithHref, deps: null, target: i0.ɵɵFactoryTarget.Directive });
241
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonRouterLinkWithHref, isStandalone: true, selector: "a[routerLink],area[routerLink]", usesInheritance: true, ngImport: i0 });
237
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, deps: null, target: i0.ɵɵFactoryTarget.Directive });
238
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLinkWithHref, isStandalone: true, selector: "a[routerLink],area[routerLink]", usesInheritance: true, ngImport: i0 });
242
239
  }
243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRouterLinkWithHref, decorators: [{
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, decorators: [{
244
241
  type: Directive,
245
242
  args: [{
246
243
  selector: 'a[routerLink],area[routerLink]',
@@ -314,115 +311,162 @@ let IonAccordion = class IonAccordion {
314
311
  c.detach();
315
312
  this.el = r.nativeElement;
316
313
  }
317
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
318
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordion, isStandalone: true, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", theme: "theme", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
314
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
315
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordion, isStandalone: true, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
319
316
  };
320
317
  IonAccordion = __decorate([
321
318
  ProxyCmp({
322
319
  defineCustomElementFn: defineCustomElement$5,
323
- inputs: ['disabled', 'mode', 'readonly', 'theme', 'toggleIcon', 'toggleIconSlot', 'value']
320
+ inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
324
321
  })
325
322
  ], IonAccordion);
326
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordion, decorators: [{
323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordion, decorators: [{
327
324
  type: Component,
328
325
  args: [{
329
326
  selector: 'ion-accordion',
330
327
  changeDetection: ChangeDetectionStrategy.OnPush,
331
328
  template: '<ng-content></ng-content>',
332
329
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
333
- inputs: ['disabled', 'mode', 'readonly', 'theme', 'toggleIcon', 'toggleIconSlot', 'value'],
334
- standalone: true
330
+ inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
335
331
  }]
336
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
332
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
337
333
  let IonAccordionGroup = class IonAccordionGroup {
338
334
  z;
339
335
  el;
336
+ ionChange = new EventEmitter();
340
337
  constructor(c, r, z) {
341
338
  this.z = z;
342
339
  c.detach();
343
340
  this.el = r.nativeElement;
344
- proxyOutputs(this, this.el, ['ionChange']);
345
341
  }
346
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
347
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", shape: "shape", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
342
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
343
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
348
344
  };
349
345
  IonAccordionGroup = __decorate([
350
346
  ProxyCmp({
351
347
  defineCustomElementFn: defineCustomElement$6,
352
- inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'shape', 'theme', 'value']
348
+ inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
353
349
  })
354
350
  ], IonAccordionGroup);
355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordionGroup, decorators: [{
351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordionGroup, decorators: [{
356
352
  type: Component,
357
353
  args: [{
358
354
  selector: 'ion-accordion-group',
359
355
  changeDetection: ChangeDetectionStrategy.OnPush,
360
356
  template: '<ng-content></ng-content>',
361
357
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
362
- inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'shape', 'theme', 'value'],
363
- standalone: true
358
+ inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
359
+ outputs: ['ionChange'],
364
360
  }]
365
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
361
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
362
+ type: Output
363
+ }] } });
366
364
  let IonActionSheet = class IonActionSheet {
367
365
  z;
368
366
  el;
367
+ ionActionSheetDidPresent = new EventEmitter();
368
+ ionActionSheetWillPresent = new EventEmitter();
369
+ ionActionSheetWillDismiss = new EventEmitter();
370
+ ionActionSheetDidDismiss = new EventEmitter();
371
+ didPresent = new EventEmitter();
372
+ willPresent = new EventEmitter();
373
+ willDismiss = new EventEmitter();
374
+ didDismiss = new EventEmitter();
369
375
  constructor(c, r, z) {
370
376
  this.z = z;
371
377
  c.detach();
372
378
  this.el = r.nativeElement;
373
- proxyOutputs(this, this.el, ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
374
379
  }
375
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
376
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonActionSheet, isStandalone: true, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", theme: "theme", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
380
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
381
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonActionSheet, isStandalone: true, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionActionSheetDidPresent: "ionActionSheetDidPresent", ionActionSheetWillPresent: "ionActionSheetWillPresent", ionActionSheetWillDismiss: "ionActionSheetWillDismiss", ionActionSheetDidDismiss: "ionActionSheetDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
377
382
  };
378
383
  IonActionSheet = __decorate([
379
384
  ProxyCmp({
380
385
  defineCustomElementFn: defineCustomElement$7,
381
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
386
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
382
387
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
383
388
  })
384
389
  ], IonActionSheet);
385
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonActionSheet, decorators: [{
390
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonActionSheet, decorators: [{
386
391
  type: Component,
387
392
  args: [{
388
393
  selector: 'ion-action-sheet',
389
394
  changeDetection: ChangeDetectionStrategy.OnPush,
390
395
  template: '<ng-content></ng-content>',
391
396
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
392
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
393
- standalone: true
394
- }]
395
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
397
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
398
+ outputs: ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
399
+ }]
400
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionActionSheetDidPresent: [{
401
+ type: Output
402
+ }], ionActionSheetWillPresent: [{
403
+ type: Output
404
+ }], ionActionSheetWillDismiss: [{
405
+ type: Output
406
+ }], ionActionSheetDidDismiss: [{
407
+ type: Output
408
+ }], didPresent: [{
409
+ type: Output
410
+ }], willPresent: [{
411
+ type: Output
412
+ }], willDismiss: [{
413
+ type: Output
414
+ }], didDismiss: [{
415
+ type: Output
416
+ }] } });
396
417
  let IonAlert = class IonAlert {
397
418
  z;
398
419
  el;
420
+ ionAlertDidPresent = new EventEmitter();
421
+ ionAlertWillPresent = new EventEmitter();
422
+ ionAlertWillDismiss = new EventEmitter();
423
+ ionAlertDidDismiss = new EventEmitter();
424
+ didPresent = new EventEmitter();
425
+ willPresent = new EventEmitter();
426
+ willDismiss = new EventEmitter();
427
+ didDismiss = new EventEmitter();
399
428
  constructor(c, r, z) {
400
429
  this.z = z;
401
430
  c.detach();
402
431
  this.el = r.nativeElement;
403
- proxyOutputs(this, this.el, ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
404
432
  }
405
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
406
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAlert, isStandalone: true, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", theme: "theme", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
433
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
434
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAlert, isStandalone: true, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionAlertDidPresent: "ionAlertDidPresent", ionAlertWillPresent: "ionAlertWillPresent", ionAlertWillDismiss: "ionAlertWillDismiss", ionAlertDidDismiss: "ionAlertDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
407
435
  };
408
436
  IonAlert = __decorate([
409
437
  ProxyCmp({
410
438
  defineCustomElementFn: defineCustomElement$8,
411
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
439
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
412
440
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
413
441
  })
414
442
  ], IonAlert);
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAlert, decorators: [{
443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAlert, decorators: [{
416
444
  type: Component,
417
445
  args: [{
418
446
  selector: 'ion-alert',
419
447
  changeDetection: ChangeDetectionStrategy.OnPush,
420
448
  template: '<ng-content></ng-content>',
421
449
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
422
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
423
- standalone: true
424
- }]
425
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
450
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
451
+ outputs: ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
452
+ }]
453
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionAlertDidPresent: [{
454
+ type: Output
455
+ }], ionAlertWillPresent: [{
456
+ type: Output
457
+ }], ionAlertWillDismiss: [{
458
+ type: Output
459
+ }], ionAlertDidDismiss: [{
460
+ type: Output
461
+ }], didPresent: [{
462
+ type: Output
463
+ }], willPresent: [{
464
+ type: Output
465
+ }], willDismiss: [{
466
+ type: Output
467
+ }], didDismiss: [{
468
+ type: Output
469
+ }] } });
426
470
  let IonApp = class IonApp {
427
471
  z;
428
472
  el;
@@ -431,27 +475,25 @@ let IonApp = class IonApp {
431
475
  c.detach();
432
476
  this.el = r.nativeElement;
433
477
  }
434
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
435
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonApp, isStandalone: true, selector: "ion-app", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
478
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
479
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonApp, isStandalone: true, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
436
480
  };
437
481
  IonApp = __decorate([
438
482
  ProxyCmp({
439
483
  defineCustomElementFn: defineCustomElement$9,
440
- inputs: ['mode', 'theme'],
441
484
  methods: ['setFocus']
442
485
  })
443
486
  ], IonApp);
444
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonApp, decorators: [{
487
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonApp, decorators: [{
445
488
  type: Component,
446
489
  args: [{
447
490
  selector: 'ion-app',
448
491
  changeDetection: ChangeDetectionStrategy.OnPush,
449
492
  template: '<ng-content></ng-content>',
450
493
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
451
- inputs: ['mode', 'theme'],
452
- standalone: true
494
+ inputs: [],
453
495
  }]
454
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
496
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
455
497
  let IonAvatar = class IonAvatar {
456
498
  z;
457
499
  el;
@@ -460,55 +502,55 @@ let IonAvatar = class IonAvatar {
460
502
  c.detach();
461
503
  this.el = r.nativeElement;
462
504
  }
463
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
464
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAvatar, isStandalone: true, selector: "ion-avatar", inputs: { disabled: "disabled", mode: "mode", shape: "shape", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
505
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
506
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAvatar, isStandalone: true, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
465
507
  };
466
508
  IonAvatar = __decorate([
467
509
  ProxyCmp({
468
- defineCustomElementFn: defineCustomElement$a,
469
- inputs: ['disabled', 'mode', 'shape', 'size', 'theme']
510
+ defineCustomElementFn: defineCustomElement$a
470
511
  })
471
512
  ], IonAvatar);
472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAvatar, decorators: [{
513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, decorators: [{
473
514
  type: Component,
474
515
  args: [{
475
516
  selector: 'ion-avatar',
476
517
  changeDetection: ChangeDetectionStrategy.OnPush,
477
518
  template: '<ng-content></ng-content>',
478
519
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
479
- inputs: ['disabled', 'mode', 'shape', 'size', 'theme'],
480
- standalone: true
520
+ inputs: [],
481
521
  }]
482
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
522
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
483
523
  let IonBackdrop = class IonBackdrop {
484
524
  z;
485
525
  el;
526
+ ionBackdropTap = new EventEmitter();
486
527
  constructor(c, r, z) {
487
528
  this.z = z;
488
529
  c.detach();
489
530
  this.el = r.nativeElement;
490
- proxyOutputs(this, this.el, ['ionBackdropTap']);
491
531
  }
492
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
493
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { mode: "mode", stopPropagation: "stopPropagation", tappable: "tappable", theme: "theme", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
532
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
533
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, outputs: { ionBackdropTap: "ionBackdropTap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
494
534
  };
495
535
  IonBackdrop = __decorate([
496
536
  ProxyCmp({
497
537
  defineCustomElementFn: defineCustomElement$b,
498
- inputs: ['mode', 'stopPropagation', 'tappable', 'theme', 'visible']
538
+ inputs: ['stopPropagation', 'tappable', 'visible']
499
539
  })
500
540
  ], IonBackdrop);
501
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackdrop, decorators: [{
541
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackdrop, decorators: [{
502
542
  type: Component,
503
543
  args: [{
504
544
  selector: 'ion-backdrop',
505
545
  changeDetection: ChangeDetectionStrategy.OnPush,
506
546
  template: '<ng-content></ng-content>',
507
547
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
508
- inputs: ['mode', 'stopPropagation', 'tappable', 'theme', 'visible'],
509
- standalone: true
548
+ inputs: ['stopPropagation', 'tappable', 'visible'],
549
+ outputs: ['ionBackdropTap'],
510
550
  }]
511
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
551
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionBackdropTap: [{
552
+ type: Output
553
+ }] } });
512
554
  let IonBadge = class IonBadge {
513
555
  z;
514
556
  el;
@@ -517,113 +559,124 @@ let IonBadge = class IonBadge {
517
559
  c.detach();
518
560
  this.el = r.nativeElement;
519
561
  }
520
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
521
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color", hue: "hue", mode: "mode", shape: "shape", size: "size", theme: "theme", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
562
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
563
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
522
564
  };
523
565
  IonBadge = __decorate([
524
566
  ProxyCmp({
525
567
  defineCustomElementFn: defineCustomElement$c,
526
- inputs: ['color', 'hue', 'mode', 'shape', 'size', 'theme', 'vertical']
568
+ inputs: ['color', 'mode']
527
569
  })
528
570
  ], IonBadge);
529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, decorators: [{
571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBadge, decorators: [{
530
572
  type: Component,
531
573
  args: [{
532
574
  selector: 'ion-badge',
533
575
  changeDetection: ChangeDetectionStrategy.OnPush,
534
576
  template: '<ng-content></ng-content>',
535
577
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
536
- inputs: ['color', 'hue', 'mode', 'shape', 'size', 'theme', 'vertical'],
537
- standalone: true
578
+ inputs: ['color', 'mode'],
538
579
  }]
539
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
580
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
540
581
  let IonBreadcrumb = class IonBreadcrumb {
541
582
  z;
542
583
  el;
584
+ ionFocus = new EventEmitter();
585
+ ionBlur = new EventEmitter();
543
586
  constructor(c, r, z) {
544
587
  this.z = z;
545
588
  c.detach();
546
589
  this.el = r.nativeElement;
547
- proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
548
590
  }
549
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
550
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumb, isStandalone: true, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
591
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
592
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumb, isStandalone: true, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
551
593
  };
552
594
  IonBreadcrumb = __decorate([
553
595
  ProxyCmp({
554
596
  defineCustomElementFn: defineCustomElement$d,
555
- inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target', 'theme']
597
+ inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
556
598
  })
557
599
  ], IonBreadcrumb);
558
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumb, decorators: [{
600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumb, decorators: [{
559
601
  type: Component,
560
602
  args: [{
561
603
  selector: 'ion-breadcrumb',
562
604
  changeDetection: ChangeDetectionStrategy.OnPush,
563
605
  template: '<ng-content></ng-content>',
564
606
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
565
- inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target', 'theme'],
566
- standalone: true
607
+ inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
608
+ outputs: ['ionFocus', 'ionBlur'],
567
609
  }]
568
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
610
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
611
+ type: Output
612
+ }], ionBlur: [{
613
+ type: Output
614
+ }] } });
569
615
  let IonBreadcrumbs = class IonBreadcrumbs {
570
616
  z;
571
617
  el;
618
+ ionCollapsedClick = new EventEmitter();
572
619
  constructor(c, r, z) {
573
620
  this.z = z;
574
621
  c.detach();
575
622
  this.el = r.nativeElement;
576
- proxyOutputs(this, this.el, ['ionCollapsedClick']);
577
623
  }
578
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
579
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
624
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
625
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode" }, outputs: { ionCollapsedClick: "ionCollapsedClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
580
626
  };
581
627
  IonBreadcrumbs = __decorate([
582
628
  ProxyCmp({
583
629
  defineCustomElementFn: defineCustomElement$e,
584
- inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode', 'theme']
630
+ inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
585
631
  })
586
632
  ], IonBreadcrumbs);
587
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumbs, decorators: [{
633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumbs, decorators: [{
588
634
  type: Component,
589
635
  args: [{
590
636
  selector: 'ion-breadcrumbs',
591
637
  changeDetection: ChangeDetectionStrategy.OnPush,
592
638
  template: '<ng-content></ng-content>',
593
639
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
594
- inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode', 'theme'],
595
- standalone: true
640
+ inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
641
+ outputs: ['ionCollapsedClick'],
596
642
  }]
597
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
643
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionCollapsedClick: [{
644
+ type: Output
645
+ }] } });
598
646
  let IonButton = class IonButton {
599
647
  z;
600
648
  el;
649
+ ionFocus = new EventEmitter();
650
+ ionBlur = new EventEmitter();
601
651
  constructor(c, r, z) {
602
652
  this.z = z;
603
653
  c.detach();
604
654
  this.el = r.nativeElement;
605
- proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
606
655
  }
607
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
608
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButton, isStandalone: true, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
656
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
657
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButton, isStandalone: true, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
609
658
  };
610
659
  IonButton = __decorate([
611
660
  ProxyCmp({
612
661
  defineCustomElementFn: defineCustomElement$f,
613
- inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'theme', 'type']
662
+ inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
614
663
  })
615
664
  ], IonButton);
616
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButton, decorators: [{
665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButton, decorators: [{
617
666
  type: Component,
618
667
  args: [{
619
668
  selector: 'ion-button',
620
669
  changeDetection: ChangeDetectionStrategy.OnPush,
621
670
  template: '<ng-content></ng-content>',
622
671
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
623
- inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'theme', 'type'],
624
- standalone: true
672
+ inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
673
+ outputs: ['ionFocus', 'ionBlur'],
625
674
  }]
626
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
675
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
676
+ type: Output
677
+ }], ionBlur: [{
678
+ type: Output
679
+ }] } });
627
680
  let IonButtons = class IonButtons {
628
681
  z;
629
682
  el;
@@ -632,26 +685,25 @@ let IonButtons = class IonButtons {
632
685
  c.detach();
633
686
  this.el = r.nativeElement;
634
687
  }
635
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
636
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
688
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
689
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
637
690
  };
638
691
  IonButtons = __decorate([
639
692
  ProxyCmp({
640
693
  defineCustomElementFn: defineCustomElement$g,
641
- inputs: ['collapse', 'mode', 'theme']
694
+ inputs: ['collapse']
642
695
  })
643
696
  ], IonButtons);
644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButtons, decorators: [{
697
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButtons, decorators: [{
645
698
  type: Component,
646
699
  args: [{
647
700
  selector: 'ion-buttons',
648
701
  changeDetection: ChangeDetectionStrategy.OnPush,
649
702
  template: '<ng-content></ng-content>',
650
703
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
651
- inputs: ['collapse', 'mode', 'theme'],
652
- standalone: true
704
+ inputs: ['collapse'],
653
705
  }]
654
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
706
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
655
707
  let IonCard = class IonCard {
656
708
  z;
657
709
  el;
@@ -660,26 +712,25 @@ let IonCard = class IonCard {
660
712
  c.detach();
661
713
  this.el = r.nativeElement;
662
714
  }
663
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
664
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
715
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
716
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
665
717
  };
666
718
  IonCard = __decorate([
667
719
  ProxyCmp({
668
720
  defineCustomElementFn: defineCustomElement$h,
669
- inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'target', 'theme', 'type']
721
+ inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
670
722
  })
671
723
  ], IonCard);
672
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCard, decorators: [{
724
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCard, decorators: [{
673
725
  type: Component,
674
726
  args: [{
675
727
  selector: 'ion-card',
676
728
  changeDetection: ChangeDetectionStrategy.OnPush,
677
729
  template: '<ng-content></ng-content>',
678
730
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
679
- inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'target', 'theme', 'type'],
680
- standalone: true
731
+ inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
681
732
  }]
682
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
733
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
683
734
  let IonCardContent = class IonCardContent {
684
735
  z;
685
736
  el;
@@ -688,26 +739,25 @@ let IonCardContent = class IonCardContent {
688
739
  c.detach();
689
740
  this.el = r.nativeElement;
690
741
  }
691
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
692
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
742
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
743
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
693
744
  };
694
745
  IonCardContent = __decorate([
695
746
  ProxyCmp({
696
747
  defineCustomElementFn: defineCustomElement$i,
697
- inputs: ['mode', 'theme']
748
+ inputs: ['mode']
698
749
  })
699
750
  ], IonCardContent);
700
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardContent, decorators: [{
751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardContent, decorators: [{
701
752
  type: Component,
702
753
  args: [{
703
754
  selector: 'ion-card-content',
704
755
  changeDetection: ChangeDetectionStrategy.OnPush,
705
756
  template: '<ng-content></ng-content>',
706
757
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
707
- inputs: ['mode', 'theme'],
708
- standalone: true
758
+ inputs: ['mode'],
709
759
  }]
710
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
760
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
711
761
  let IonCardHeader = class IonCardHeader {
712
762
  z;
713
763
  el;
@@ -716,26 +766,25 @@ let IonCardHeader = class IonCardHeader {
716
766
  c.detach();
717
767
  this.el = r.nativeElement;
718
768
  }
719
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
720
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
769
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
770
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
721
771
  };
722
772
  IonCardHeader = __decorate([
723
773
  ProxyCmp({
724
774
  defineCustomElementFn: defineCustomElement$j,
725
- inputs: ['color', 'mode', 'theme', 'translucent']
775
+ inputs: ['color', 'mode', 'translucent']
726
776
  })
727
777
  ], IonCardHeader);
728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardHeader, decorators: [{
778
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardHeader, decorators: [{
729
779
  type: Component,
730
780
  args: [{
731
781
  selector: 'ion-card-header',
732
782
  changeDetection: ChangeDetectionStrategy.OnPush,
733
783
  template: '<ng-content></ng-content>',
734
784
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
735
- inputs: ['color', 'mode', 'theme', 'translucent'],
736
- standalone: true
785
+ inputs: ['color', 'mode', 'translucent'],
737
786
  }]
738
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
787
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
739
788
  let IonCardSubtitle = class IonCardSubtitle {
740
789
  z;
741
790
  el;
@@ -744,26 +793,25 @@ let IonCardSubtitle = class IonCardSubtitle {
744
793
  c.detach();
745
794
  this.el = r.nativeElement;
746
795
  }
747
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
748
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
796
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
797
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
749
798
  };
750
799
  IonCardSubtitle = __decorate([
751
800
  ProxyCmp({
752
801
  defineCustomElementFn: defineCustomElement$k,
753
- inputs: ['color', 'mode', 'theme']
802
+ inputs: ['color', 'mode']
754
803
  })
755
804
  ], IonCardSubtitle);
756
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardSubtitle, decorators: [{
805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardSubtitle, decorators: [{
757
806
  type: Component,
758
807
  args: [{
759
808
  selector: 'ion-card-subtitle',
760
809
  changeDetection: ChangeDetectionStrategy.OnPush,
761
810
  template: '<ng-content></ng-content>',
762
811
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
763
- inputs: ['color', 'mode', 'theme'],
764
- standalone: true
812
+ inputs: ['color', 'mode'],
765
813
  }]
766
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
814
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
767
815
  let IonCardTitle = class IonCardTitle {
768
816
  z;
769
817
  el;
@@ -772,26 +820,25 @@ let IonCardTitle = class IonCardTitle {
772
820
  c.detach();
773
821
  this.el = r.nativeElement;
774
822
  }
775
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
776
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
823
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
824
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
777
825
  };
778
826
  IonCardTitle = __decorate([
779
827
  ProxyCmp({
780
828
  defineCustomElementFn: defineCustomElement$l,
781
- inputs: ['color', 'mode', 'theme']
829
+ inputs: ['color', 'mode']
782
830
  })
783
831
  ], IonCardTitle);
784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardTitle, decorators: [{
832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardTitle, decorators: [{
785
833
  type: Component,
786
834
  args: [{
787
835
  selector: 'ion-card-title',
788
836
  changeDetection: ChangeDetectionStrategy.OnPush,
789
837
  template: '<ng-content></ng-content>',
790
838
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
791
- inputs: ['color', 'mode', 'theme'],
792
- standalone: true
839
+ inputs: ['color', 'mode'],
793
840
  }]
794
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
841
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
795
842
  let IonChip = class IonChip {
796
843
  z;
797
844
  el;
@@ -800,26 +847,25 @@ let IonChip = class IonChip {
800
847
  c.detach();
801
848
  this.el = r.nativeElement;
802
849
  }
803
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
804
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", hue: "hue", mode: "mode", outline: "outline", shape: "shape", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
850
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
851
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", mode: "mode", outline: "outline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
805
852
  };
806
853
  IonChip = __decorate([
807
854
  ProxyCmp({
808
855
  defineCustomElementFn: defineCustomElement$m,
809
- inputs: ['color', 'disabled', 'hue', 'mode', 'outline', 'shape', 'size', 'theme']
856
+ inputs: ['color', 'disabled', 'mode', 'outline']
810
857
  })
811
858
  ], IonChip);
812
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, decorators: [{
859
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonChip, decorators: [{
813
860
  type: Component,
814
861
  args: [{
815
862
  selector: 'ion-chip',
816
863
  changeDetection: ChangeDetectionStrategy.OnPush,
817
864
  template: '<ng-content></ng-content>',
818
865
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
819
- inputs: ['color', 'disabled', 'hue', 'mode', 'outline', 'shape', 'size', 'theme'],
820
- standalone: true
866
+ inputs: ['color', 'disabled', 'mode', 'outline'],
821
867
  }]
822
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
868
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
823
869
  let IonCol = class IonCol {
824
870
  z;
825
871
  el;
@@ -828,56 +874,63 @@ let IonCol = class IonCol {
828
874
  c.detach();
829
875
  this.el = r.nativeElement;
830
876
  }
831
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
832
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { mode: "mode", offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", order: "order", orderLg: "orderLg", orderMd: "orderMd", orderSm: "orderSm", orderXl: "orderXl", orderXs: "orderXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
877
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
878
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
833
879
  };
834
880
  IonCol = __decorate([
835
881
  ProxyCmp({
836
882
  defineCustomElementFn: defineCustomElement$n,
837
- inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'order', 'orderLg', 'orderMd', 'orderSm', 'orderXl', 'orderXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme']
883
+ inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs']
838
884
  })
839
885
  ], IonCol);
840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCol, decorators: [{
886
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCol, decorators: [{
841
887
  type: Component,
842
888
  args: [{
843
889
  selector: 'ion-col',
844
890
  changeDetection: ChangeDetectionStrategy.OnPush,
845
891
  template: '<ng-content></ng-content>',
846
892
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
847
- inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'order', 'orderLg', 'orderMd', 'orderSm', 'orderXl', 'orderXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme'],
848
- standalone: true
893
+ inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs'],
849
894
  }]
850
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
895
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
851
896
  let IonContent = class IonContent {
852
897
  z;
853
898
  el;
899
+ ionScrollStart = new EventEmitter();
900
+ ionScroll = new EventEmitter();
901
+ ionScrollEnd = new EventEmitter();
854
902
  constructor(c, r, z) {
855
903
  this.z = z;
856
904
  c.detach();
857
905
  this.el = r.nativeElement;
858
- proxyOutputs(this, this.el, ['ionScrollStart', 'ionScroll', 'ionScrollEnd']);
859
906
  }
860
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
861
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", mode: "mode", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
907
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
908
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
862
909
  };
863
910
  IonContent = __decorate([
864
911
  ProxyCmp({
865
912
  defineCustomElementFn: defineCustomElement$o,
866
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
913
+ inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
867
914
  methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
868
915
  })
869
916
  ], IonContent);
870
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonContent, decorators: [{
917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, decorators: [{
871
918
  type: Component,
872
919
  args: [{
873
920
  selector: 'ion-content',
874
921
  changeDetection: ChangeDetectionStrategy.OnPush,
875
922
  template: '<ng-content></ng-content>',
876
923
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
877
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
878
- standalone: true
924
+ inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
925
+ outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],
879
926
  }]
880
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
927
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionScrollStart: [{
928
+ type: Output
929
+ }], ionScroll: [{
930
+ type: Output
931
+ }], ionScrollEnd: [{
932
+ type: Output
933
+ }] } });
881
934
  let IonDatetimeButton = class IonDatetimeButton {
882
935
  z;
883
936
  el;
@@ -886,54 +939,25 @@ let IonDatetimeButton = class IonDatetimeButton {
886
939
  c.detach();
887
940
  this.el = r.nativeElement;
888
941
  }
889
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
890
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
942
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
943
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
891
944
  };
892
945
  IonDatetimeButton = __decorate([
893
946
  ProxyCmp({
894
947
  defineCustomElementFn: defineCustomElement$p,
895
- inputs: ['color', 'datetime', 'disabled', 'mode', 'theme']
948
+ inputs: ['color', 'datetime', 'disabled', 'mode']
896
949
  })
897
950
  ], IonDatetimeButton);
898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetimeButton, decorators: [{
951
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, decorators: [{
899
952
  type: Component,
900
953
  args: [{
901
954
  selector: 'ion-datetime-button',
902
955
  changeDetection: ChangeDetectionStrategy.OnPush,
903
956
  template: '<ng-content></ng-content>',
904
957
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
905
- inputs: ['color', 'datetime', 'disabled', 'mode', 'theme'],
906
- standalone: true
958
+ inputs: ['color', 'datetime', 'disabled', 'mode'],
907
959
  }]
908
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
909
- let IonDivider = class IonDivider {
910
- z;
911
- el;
912
- constructor(c, r, z) {
913
- this.z = z;
914
- c.detach();
915
- this.el = r.nativeElement;
916
- }
917
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
918
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDivider, isStandalone: true, selector: "ion-divider", inputs: { inset: "inset", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
919
- };
920
- IonDivider = __decorate([
921
- ProxyCmp({
922
- defineCustomElementFn: defineCustomElement$q,
923
- inputs: ['inset', 'spacing']
924
- })
925
- ], IonDivider);
926
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDivider, decorators: [{
927
- type: Component,
928
- args: [{
929
- selector: 'ion-divider',
930
- changeDetection: ChangeDetectionStrategy.OnPush,
931
- template: '<ng-content></ng-content>',
932
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
933
- inputs: ['inset', 'spacing'],
934
- standalone: true
935
- }]
936
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
960
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
937
961
  let IonFab = class IonFab {
938
962
  z;
939
963
  el;
@@ -942,56 +966,60 @@ let IonFab = class IonFab {
942
966
  c.detach();
943
967
  this.el = r.nativeElement;
944
968
  }
945
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
946
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", mode: "mode", theme: "theme", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
969
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
970
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
947
971
  };
948
972
  IonFab = __decorate([
949
973
  ProxyCmp({
950
- defineCustomElementFn: defineCustomElement$r,
951
- inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
974
+ defineCustomElementFn: defineCustomElement$q,
975
+ inputs: ['activated', 'edge', 'horizontal', 'vertical'],
952
976
  methods: ['close']
953
977
  })
954
978
  ], IonFab);
955
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFab, decorators: [{
979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, decorators: [{
956
980
  type: Component,
957
981
  args: [{
958
982
  selector: 'ion-fab',
959
983
  changeDetection: ChangeDetectionStrategy.OnPush,
960
984
  template: '<ng-content></ng-content>',
961
985
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
962
- inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
963
- standalone: true
986
+ inputs: ['activated', 'edge', 'horizontal', 'vertical'],
964
987
  }]
965
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
988
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
966
989
  let IonFabButton = class IonFabButton {
967
990
  z;
968
991
  el;
992
+ ionFocus = new EventEmitter();
993
+ ionBlur = new EventEmitter();
969
994
  constructor(c, r, z) {
970
995
  this.z = z;
971
996
  c.detach();
972
997
  this.el = r.nativeElement;
973
- proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
974
998
  }
975
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
976
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", theme: "theme", translucent: "translucent", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
999
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1000
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", translucent: "translucent", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
977
1001
  };
978
1002
  IonFabButton = __decorate([
979
1003
  ProxyCmp({
980
- defineCustomElementFn: defineCustomElement$s,
981
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type']
1004
+ defineCustomElementFn: defineCustomElement$r,
1005
+ inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
982
1006
  })
983
1007
  ], IonFabButton);
984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabButton, decorators: [{
1008
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, decorators: [{
985
1009
  type: Component,
986
1010
  args: [{
987
1011
  selector: 'ion-fab-button',
988
1012
  changeDetection: ChangeDetectionStrategy.OnPush,
989
1013
  template: '<ng-content></ng-content>',
990
1014
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
991
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type'],
992
- standalone: true
1015
+ inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
1016
+ outputs: ['ionFocus', 'ionBlur'],
993
1017
  }]
994
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1018
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
1019
+ type: Output
1020
+ }], ionBlur: [{
1021
+ type: Output
1022
+ }] } });
995
1023
  let IonFabList = class IonFabList {
996
1024
  z;
997
1025
  el;
@@ -1000,26 +1028,25 @@ let IonFabList = class IonFabList {
1000
1028
  c.detach();
1001
1029
  this.el = r.nativeElement;
1002
1030
  }
1003
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1004
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", mode: "mode", side: "side", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1031
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1032
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1005
1033
  };
1006
1034
  IonFabList = __decorate([
1007
1035
  ProxyCmp({
1008
- defineCustomElementFn: defineCustomElement$t,
1009
- inputs: ['activated', 'mode', 'side', 'theme']
1036
+ defineCustomElementFn: defineCustomElement$s,
1037
+ inputs: ['activated', 'side']
1010
1038
  })
1011
1039
  ], IonFabList);
1012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabList, decorators: [{
1040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, decorators: [{
1013
1041
  type: Component,
1014
1042
  args: [{
1015
1043
  selector: 'ion-fab-list',
1016
1044
  changeDetection: ChangeDetectionStrategy.OnPush,
1017
1045
  template: '<ng-content></ng-content>',
1018
1046
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1019
- inputs: ['activated', 'mode', 'side', 'theme'],
1020
- standalone: true
1047
+ inputs: ['activated', 'side'],
1021
1048
  }]
1022
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1049
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1023
1050
  let IonFooter = class IonFooter {
1024
1051
  z;
1025
1052
  el;
@@ -1028,54 +1055,25 @@ let IonFooter = class IonFooter {
1028
1055
  c.detach();
1029
1056
  this.el = r.nativeElement;
1030
1057
  }
1031
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1032
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1058
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1059
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1033
1060
  };
1034
1061
  IonFooter = __decorate([
1035
1062
  ProxyCmp({
1036
- defineCustomElementFn: defineCustomElement$u,
1037
- inputs: ['collapse', 'mode', 'theme', 'translucent']
1063
+ defineCustomElementFn: defineCustomElement$t,
1064
+ inputs: ['collapse', 'mode', 'translucent']
1038
1065
  })
1039
1066
  ], IonFooter);
1040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, decorators: [{
1067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, decorators: [{
1041
1068
  type: Component,
1042
1069
  args: [{
1043
1070
  selector: 'ion-footer',
1044
1071
  changeDetection: ChangeDetectionStrategy.OnPush,
1045
1072
  template: '<ng-content></ng-content>',
1046
1073
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1047
- inputs: ['collapse', 'mode', 'theme', 'translucent'],
1048
- standalone: true
1074
+ inputs: ['collapse', 'mode', 'translucent'],
1049
1075
  }]
1050
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1051
- let IonGallery = class IonGallery {
1052
- z;
1053
- el;
1054
- constructor(c, r, z) {
1055
- this.z = z;
1056
- c.detach();
1057
- this.el = r.nativeElement;
1058
- }
1059
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGallery, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1060
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGallery, isStandalone: true, selector: "ion-gallery", inputs: { columns: "columns", gap: "gap", layout: "layout", mode: "mode", order: "order", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1061
- };
1062
- IonGallery = __decorate([
1063
- ProxyCmp({
1064
- defineCustomElementFn: defineCustomElement$v,
1065
- inputs: ['columns', 'gap', 'layout', 'mode', 'order', 'theme']
1066
- })
1067
- ], IonGallery);
1068
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGallery, decorators: [{
1069
- type: Component,
1070
- args: [{
1071
- selector: 'ion-gallery',
1072
- changeDetection: ChangeDetectionStrategy.OnPush,
1073
- template: '<ng-content></ng-content>',
1074
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1075
- inputs: ['columns', 'gap', 'layout', 'mode', 'order', 'theme'],
1076
- standalone: true
1077
- }]
1078
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1076
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1079
1077
  let IonGrid = class IonGrid {
1080
1078
  z;
1081
1079
  el;
@@ -1084,26 +1082,25 @@ let IonGrid = class IonGrid {
1084
1082
  c.detach();
1085
1083
  this.el = r.nativeElement;
1086
1084
  }
1087
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1088
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1085
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1086
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1089
1087
  };
1090
1088
  IonGrid = __decorate([
1091
1089
  ProxyCmp({
1092
- defineCustomElementFn: defineCustomElement$w,
1093
- inputs: ['fixed', 'mode', 'theme']
1090
+ defineCustomElementFn: defineCustomElement$u,
1091
+ inputs: ['fixed']
1094
1092
  })
1095
1093
  ], IonGrid);
1096
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGrid, decorators: [{
1094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGrid, decorators: [{
1097
1095
  type: Component,
1098
1096
  args: [{
1099
1097
  selector: 'ion-grid',
1100
1098
  changeDetection: ChangeDetectionStrategy.OnPush,
1101
1099
  template: '<ng-content></ng-content>',
1102
1100
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1103
- inputs: ['fixed', 'mode', 'theme'],
1104
- standalone: true
1101
+ inputs: ['fixed'],
1105
1102
  }]
1106
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1103
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1107
1104
  let IonHeader = class IonHeader {
1108
1105
  z;
1109
1106
  el;
@@ -1112,85 +1109,94 @@ let IonHeader = class IonHeader {
1112
1109
  c.detach();
1113
1110
  this.el = r.nativeElement;
1114
1111
  }
1115
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1116
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", divider: "divider", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1112
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1113
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1117
1114
  };
1118
1115
  IonHeader = __decorate([
1119
1116
  ProxyCmp({
1120
- defineCustomElementFn: defineCustomElement$x,
1121
- inputs: ['collapse', 'divider', 'mode', 'theme', 'translucent']
1117
+ defineCustomElementFn: defineCustomElement$v,
1118
+ inputs: ['collapse', 'mode', 'translucent']
1122
1119
  })
1123
1120
  ], IonHeader);
1124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, decorators: [{
1121
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonHeader, decorators: [{
1125
1122
  type: Component,
1126
1123
  args: [{
1127
1124
  selector: 'ion-header',
1128
1125
  changeDetection: ChangeDetectionStrategy.OnPush,
1129
1126
  template: '<ng-content></ng-content>',
1130
1127
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1131
- inputs: ['collapse', 'divider', 'mode', 'theme', 'translucent'],
1132
- standalone: true
1128
+ inputs: ['collapse', 'mode', 'translucent'],
1133
1129
  }]
1134
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1130
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1135
1131
  let IonImg = class IonImg {
1136
1132
  z;
1137
1133
  el;
1134
+ ionImgWillLoad = new EventEmitter();
1135
+ ionImgDidLoad = new EventEmitter();
1136
+ ionError = new EventEmitter();
1138
1137
  constructor(c, r, z) {
1139
1138
  this.z = z;
1140
1139
  c.detach();
1141
1140
  this.el = r.nativeElement;
1142
- proxyOutputs(this, this.el, ['ionImgWillLoad', 'ionImgDidLoad', 'ionError']);
1143
1141
  }
1144
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1145
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", mode: "mode", src: "src", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1142
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1143
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", src: "src" }, outputs: { ionImgWillLoad: "ionImgWillLoad", ionImgDidLoad: "ionImgDidLoad", ionError: "ionError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1146
1144
  };
1147
1145
  IonImg = __decorate([
1148
1146
  ProxyCmp({
1149
- defineCustomElementFn: defineCustomElement$y,
1150
- inputs: ['alt', 'mode', 'src', 'theme']
1147
+ defineCustomElementFn: defineCustomElement$w,
1148
+ inputs: ['alt', 'src']
1151
1149
  })
1152
1150
  ], IonImg);
1153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonImg, decorators: [{
1151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonImg, decorators: [{
1154
1152
  type: Component,
1155
1153
  args: [{
1156
1154
  selector: 'ion-img',
1157
1155
  changeDetection: ChangeDetectionStrategy.OnPush,
1158
1156
  template: '<ng-content></ng-content>',
1159
1157
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1160
- inputs: ['alt', 'mode', 'src', 'theme'],
1161
- standalone: true
1158
+ inputs: ['alt', 'src'],
1159
+ outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],
1162
1160
  }]
1163
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1161
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionImgWillLoad: [{
1162
+ type: Output
1163
+ }], ionImgDidLoad: [{
1164
+ type: Output
1165
+ }], ionError: [{
1166
+ type: Output
1167
+ }] } });
1164
1168
  let IonInfiniteScroll = class IonInfiniteScroll {
1165
1169
  z;
1166
1170
  el;
1171
+ ionInfinite = new EventEmitter();
1167
1172
  constructor(c, r, z) {
1168
1173
  this.z = z;
1169
1174
  c.detach();
1170
1175
  this.el = r.nativeElement;
1171
- proxyOutputs(this, this.el, ['ionInfinite']);
1172
1176
  }
1173
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1174
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", mode: "mode", position: "position", preserveRerenderScrollPosition: "preserveRerenderScrollPosition", theme: "theme", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1177
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1178
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, outputs: { ionInfinite: "ionInfinite" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1175
1179
  };
1176
1180
  IonInfiniteScroll = __decorate([
1177
1181
  ProxyCmp({
1178
- defineCustomElementFn: defineCustomElement$z,
1179
- inputs: ['disabled', 'mode', 'position', 'preserveRerenderScrollPosition', 'theme', 'threshold'],
1182
+ defineCustomElementFn: defineCustomElement$x,
1183
+ inputs: ['disabled', 'position', 'threshold'],
1180
1184
  methods: ['complete']
1181
1185
  })
1182
1186
  ], IonInfiniteScroll);
1183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScroll, decorators: [{
1187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScroll, decorators: [{
1184
1188
  type: Component,
1185
1189
  args: [{
1186
1190
  selector: 'ion-infinite-scroll',
1187
1191
  changeDetection: ChangeDetectionStrategy.OnPush,
1188
1192
  template: '<ng-content></ng-content>',
1189
1193
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1190
- inputs: ['disabled', 'mode', 'position', 'preserveRerenderScrollPosition', 'theme', 'threshold'],
1191
- standalone: true
1194
+ inputs: ['disabled', 'position', 'threshold'],
1195
+ outputs: ['ionInfinite'],
1192
1196
  }]
1193
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1197
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInfinite: [{
1198
+ type: Output
1199
+ }] } });
1194
1200
  let IonInfiniteScrollContent = class IonInfiniteScrollContent {
1195
1201
  z;
1196
1202
  el;
@@ -1199,26 +1205,25 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
1199
1205
  c.detach();
1200
1206
  this.el = r.nativeElement;
1201
1207
  }
1202
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1203
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1208
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1209
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1204
1210
  };
1205
1211
  IonInfiniteScrollContent = __decorate([
1206
1212
  ProxyCmp({
1207
- defineCustomElementFn: defineCustomElement$A,
1208
- inputs: ['loadingSpinner', 'loadingText', 'mode', 'theme']
1213
+ defineCustomElementFn: defineCustomElement$y,
1214
+ inputs: ['loadingSpinner', 'loadingText']
1209
1215
  })
1210
1216
  ], IonInfiniteScrollContent);
1211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
1217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
1212
1218
  type: Component,
1213
1219
  args: [{
1214
1220
  selector: 'ion-infinite-scroll-content',
1215
1221
  changeDetection: ChangeDetectionStrategy.OnPush,
1216
1222
  template: '<ng-content></ng-content>',
1217
1223
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1218
- inputs: ['loadingSpinner', 'loadingText', 'mode', 'theme'],
1219
- standalone: true
1224
+ inputs: ['loadingSpinner', 'loadingText'],
1220
1225
  }]
1221
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1226
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1222
1227
  let IonInputPasswordToggle = class IonInputPasswordToggle {
1223
1228
  z;
1224
1229
  el;
@@ -1227,16 +1232,16 @@ let IonInputPasswordToggle = class IonInputPasswordToggle {
1227
1232
  c.detach();
1228
1233
  this.el = r.nativeElement;
1229
1234
  }
1230
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInputPasswordToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1231
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInputPasswordToggle, isStandalone: true, selector: "ion-input-password-toggle", inputs: { color: "color", hideIcon: "hideIcon", mode: "mode", showIcon: "showIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1235
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputPasswordToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1236
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputPasswordToggle, isStandalone: true, selector: "ion-input-password-toggle", inputs: { color: "color", hideIcon: "hideIcon", mode: "mode", showIcon: "showIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1232
1237
  };
1233
1238
  IonInputPasswordToggle = __decorate([
1234
1239
  ProxyCmp({
1235
- defineCustomElementFn: defineCustomElement$B,
1240
+ defineCustomElementFn: defineCustomElement$z,
1236
1241
  inputs: ['color', 'hideIcon', 'mode', 'showIcon']
1237
1242
  })
1238
1243
  ], IonInputPasswordToggle);
1239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInputPasswordToggle, decorators: [{
1244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputPasswordToggle, decorators: [{
1240
1245
  type: Component,
1241
1246
  args: [{
1242
1247
  selector: 'ion-input-password-toggle',
@@ -1244,9 +1249,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1244
1249
  template: '<ng-content></ng-content>',
1245
1250
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1246
1251
  inputs: ['color', 'hideIcon', 'mode', 'showIcon'],
1247
- standalone: true
1248
1252
  }]
1249
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1253
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1250
1254
  let IonItem = class IonItem {
1251
1255
  z;
1252
1256
  el;
@@ -1255,26 +1259,25 @@ let IonItem = class IonItem {
1255
1259
  c.detach();
1256
1260
  this.el = r.nativeElement;
1257
1261
  }
1258
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1259
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItem, isStandalone: true, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1262
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1263
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItem, isStandalone: true, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1260
1264
  };
1261
1265
  IonItem = __decorate([
1262
1266
  ProxyCmp({
1263
- defineCustomElementFn: defineCustomElement$C,
1264
- inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type']
1267
+ defineCustomElementFn: defineCustomElement$A,
1268
+ inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
1265
1269
  })
1266
1270
  ], IonItem);
1267
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItem, decorators: [{
1271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, decorators: [{
1268
1272
  type: Component,
1269
1273
  args: [{
1270
1274
  selector: 'ion-item',
1271
1275
  changeDetection: ChangeDetectionStrategy.OnPush,
1272
1276
  template: '<ng-content></ng-content>',
1273
1277
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1274
- inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type'],
1275
- standalone: true
1278
+ inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
1276
1279
  }]
1277
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1280
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1278
1281
  let IonItemDivider = class IonItemDivider {
1279
1282
  z;
1280
1283
  el;
@@ -1283,26 +1286,25 @@ let IonItemDivider = class IonItemDivider {
1283
1286
  c.detach();
1284
1287
  this.el = r.nativeElement;
1285
1288
  }
1286
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1287
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1289
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1290
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1288
1291
  };
1289
1292
  IonItemDivider = __decorate([
1290
1293
  ProxyCmp({
1291
- defineCustomElementFn: defineCustomElement$D,
1292
- inputs: ['color', 'mode', 'sticky', 'theme']
1294
+ defineCustomElementFn: defineCustomElement$B,
1295
+ inputs: ['color', 'mode', 'sticky']
1293
1296
  })
1294
1297
  ], IonItemDivider);
1295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, decorators: [{
1298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemDivider, decorators: [{
1296
1299
  type: Component,
1297
1300
  args: [{
1298
1301
  selector: 'ion-item-divider',
1299
1302
  changeDetection: ChangeDetectionStrategy.OnPush,
1300
1303
  template: '<ng-content></ng-content>',
1301
1304
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1302
- inputs: ['color', 'mode', 'sticky', 'theme'],
1303
- standalone: true
1305
+ inputs: ['color', 'mode', 'sticky'],
1304
1306
  }]
1305
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1307
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1306
1308
  let IonItemGroup = class IonItemGroup {
1307
1309
  z;
1308
1310
  el;
@@ -1311,26 +1313,24 @@ let IonItemGroup = class IonItemGroup {
1311
1313
  c.detach();
1312
1314
  this.el = r.nativeElement;
1313
1315
  }
1314
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1315
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1316
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1317
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1316
1318
  };
1317
1319
  IonItemGroup = __decorate([
1318
1320
  ProxyCmp({
1319
- defineCustomElementFn: defineCustomElement$E,
1320
- inputs: ['mode', 'theme']
1321
+ defineCustomElementFn: defineCustomElement$C
1321
1322
  })
1322
1323
  ], IonItemGroup);
1323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, decorators: [{
1324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, decorators: [{
1324
1325
  type: Component,
1325
1326
  args: [{
1326
1327
  selector: 'ion-item-group',
1327
1328
  changeDetection: ChangeDetectionStrategy.OnPush,
1328
1329
  template: '<ng-content></ng-content>',
1329
1330
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1330
- inputs: ['mode', 'theme'],
1331
- standalone: true
1331
+ inputs: [],
1332
1332
  }]
1333
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1333
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1334
1334
  let IonItemOption = class IonItemOption {
1335
1335
  z;
1336
1336
  el;
@@ -1339,85 +1339,88 @@ let IonItemOption = class IonItemOption {
1339
1339
  c.detach();
1340
1340
  this.el = r.nativeElement;
1341
1341
  }
1342
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1343
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOption, isStandalone: true, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", hue: "hue", mode: "mode", rel: "rel", shape: "shape", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1342
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1343
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOption, isStandalone: true, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", mode: "mode", rel: "rel", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1344
1344
  };
1345
1345
  IonItemOption = __decorate([
1346
1346
  ProxyCmp({
1347
- defineCustomElementFn: defineCustomElement$F,
1348
- inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'hue', 'mode', 'rel', 'shape', 'target', 'theme', 'type']
1347
+ defineCustomElementFn: defineCustomElement$D,
1348
+ inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
1349
1349
  })
1350
1350
  ], IonItemOption);
1351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOption, decorators: [{
1351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOption, decorators: [{
1352
1352
  type: Component,
1353
1353
  args: [{
1354
1354
  selector: 'ion-item-option',
1355
1355
  changeDetection: ChangeDetectionStrategy.OnPush,
1356
1356
  template: '<ng-content></ng-content>',
1357
1357
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1358
- inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'hue', 'mode', 'rel', 'shape', 'target', 'theme', 'type'],
1359
- standalone: true
1358
+ inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
1360
1359
  }]
1361
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1360
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1362
1361
  let IonItemOptions = class IonItemOptions {
1363
1362
  z;
1364
1363
  el;
1364
+ ionSwipe = new EventEmitter();
1365
1365
  constructor(c, r, z) {
1366
1366
  this.z = z;
1367
1367
  c.detach();
1368
1368
  this.el = r.nativeElement;
1369
- proxyOutputs(this, this.el, ['ionSwipe']);
1370
1369
  }
1371
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1372
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { mode: "mode", side: "side", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1370
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1371
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { side: "side" }, outputs: { ionSwipe: "ionSwipe" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1373
1372
  };
1374
1373
  IonItemOptions = __decorate([
1375
1374
  ProxyCmp({
1376
- defineCustomElementFn: defineCustomElement$G,
1377
- inputs: ['mode', 'side', 'theme']
1375
+ defineCustomElementFn: defineCustomElement$E,
1376
+ inputs: ['side']
1378
1377
  })
1379
1378
  ], IonItemOptions);
1380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOptions, decorators: [{
1379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOptions, decorators: [{
1381
1380
  type: Component,
1382
1381
  args: [{
1383
1382
  selector: 'ion-item-options',
1384
1383
  changeDetection: ChangeDetectionStrategy.OnPush,
1385
1384
  template: '<ng-content></ng-content>',
1386
1385
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1387
- inputs: ['mode', 'side', 'theme'],
1388
- standalone: true
1386
+ inputs: ['side'],
1387
+ outputs: ['ionSwipe'],
1389
1388
  }]
1390
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1389
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSwipe: [{
1390
+ type: Output
1391
+ }] } });
1391
1392
  let IonItemSliding = class IonItemSliding {
1392
1393
  z;
1393
1394
  el;
1395
+ ionDrag = new EventEmitter();
1394
1396
  constructor(c, r, z) {
1395
1397
  this.z = z;
1396
1398
  c.detach();
1397
1399
  this.el = r.nativeElement;
1398
- proxyOutputs(this, this.el, ['ionDrag']);
1399
1400
  }
1400
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1401
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1401
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1402
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, outputs: { ionDrag: "ionDrag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1402
1403
  };
1403
1404
  IonItemSliding = __decorate([
1404
1405
  ProxyCmp({
1405
- defineCustomElementFn: defineCustomElement$H,
1406
- inputs: ['disabled', 'mode', 'theme'],
1406
+ defineCustomElementFn: defineCustomElement$F,
1407
+ inputs: ['disabled'],
1407
1408
  methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
1408
1409
  })
1409
1410
  ], IonItemSliding);
1410
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemSliding, decorators: [{
1411
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemSliding, decorators: [{
1411
1412
  type: Component,
1412
1413
  args: [{
1413
1414
  selector: 'ion-item-sliding',
1414
1415
  changeDetection: ChangeDetectionStrategy.OnPush,
1415
1416
  template: '<ng-content></ng-content>',
1416
1417
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1417
- inputs: ['disabled', 'mode', 'theme'],
1418
- standalone: true
1418
+ inputs: ['disabled'],
1419
+ outputs: ['ionDrag'],
1419
1420
  }]
1420
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1421
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionDrag: [{
1422
+ type: Output
1423
+ }] } });
1421
1424
  let IonLabel = class IonLabel {
1422
1425
  z;
1423
1426
  el;
@@ -1426,26 +1429,25 @@ let IonLabel = class IonLabel {
1426
1429
  c.detach();
1427
1430
  this.el = r.nativeElement;
1428
1431
  }
1429
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1430
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1432
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1433
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1431
1434
  };
1432
1435
  IonLabel = __decorate([
1433
1436
  ProxyCmp({
1434
- defineCustomElementFn: defineCustomElement$I,
1435
- inputs: ['color', 'mode', 'position', 'theme']
1437
+ defineCustomElementFn: defineCustomElement$G,
1438
+ inputs: ['color', 'mode', 'position']
1436
1439
  })
1437
1440
  ], IonLabel);
1438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, decorators: [{
1441
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLabel, decorators: [{
1439
1442
  type: Component,
1440
1443
  args: [{
1441
1444
  selector: 'ion-label',
1442
1445
  changeDetection: ChangeDetectionStrategy.OnPush,
1443
1446
  template: '<ng-content></ng-content>',
1444
1447
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1445
- inputs: ['color', 'mode', 'position', 'theme'],
1446
- standalone: true
1448
+ inputs: ['color', 'mode', 'position'],
1447
1449
  }]
1448
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1450
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1449
1451
  let IonList = class IonList {
1450
1452
  z;
1451
1453
  el;
@@ -1454,27 +1456,26 @@ let IonList = class IonList {
1454
1456
  c.detach();
1455
1457
  this.el = r.nativeElement;
1456
1458
  }
1457
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1458
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode", shape: "shape", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1459
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1460
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1459
1461
  };
1460
1462
  IonList = __decorate([
1461
1463
  ProxyCmp({
1462
- defineCustomElementFn: defineCustomElement$J,
1463
- inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
1464
+ defineCustomElementFn: defineCustomElement$H,
1465
+ inputs: ['inset', 'lines', 'mode'],
1464
1466
  methods: ['closeSlidingItems']
1465
1467
  })
1466
1468
  ], IonList);
1467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonList, decorators: [{
1469
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonList, decorators: [{
1468
1470
  type: Component,
1469
1471
  args: [{
1470
1472
  selector: 'ion-list',
1471
1473
  changeDetection: ChangeDetectionStrategy.OnPush,
1472
1474
  template: '<ng-content></ng-content>',
1473
1475
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1474
- inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
1475
- standalone: true
1476
+ inputs: ['inset', 'lines', 'mode'],
1476
1477
  }]
1477
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1478
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1478
1479
  let IonListHeader = class IonListHeader {
1479
1480
  z;
1480
1481
  el;
@@ -1483,86 +1484,119 @@ let IonListHeader = class IonListHeader {
1483
1484
  c.detach();
1484
1485
  this.el = r.nativeElement;
1485
1486
  }
1486
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1487
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1487
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1488
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1488
1489
  };
1489
1490
  IonListHeader = __decorate([
1490
1491
  ProxyCmp({
1491
- defineCustomElementFn: defineCustomElement$K,
1492
- inputs: ['color', 'lines', 'mode', 'theme']
1492
+ defineCustomElementFn: defineCustomElement$I,
1493
+ inputs: ['color', 'lines', 'mode']
1493
1494
  })
1494
1495
  ], IonListHeader);
1495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonListHeader, decorators: [{
1496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonListHeader, decorators: [{
1496
1497
  type: Component,
1497
1498
  args: [{
1498
1499
  selector: 'ion-list-header',
1499
1500
  changeDetection: ChangeDetectionStrategy.OnPush,
1500
1501
  template: '<ng-content></ng-content>',
1501
1502
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1502
- inputs: ['color', 'lines', 'mode', 'theme'],
1503
- standalone: true
1503
+ inputs: ['color', 'lines', 'mode'],
1504
1504
  }]
1505
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1505
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1506
1506
  let IonLoading = class IonLoading {
1507
1507
  z;
1508
1508
  el;
1509
+ ionLoadingDidPresent = new EventEmitter();
1510
+ ionLoadingWillPresent = new EventEmitter();
1511
+ ionLoadingWillDismiss = new EventEmitter();
1512
+ ionLoadingDidDismiss = new EventEmitter();
1513
+ didPresent = new EventEmitter();
1514
+ willPresent = new EventEmitter();
1515
+ willDismiss = new EventEmitter();
1516
+ didDismiss = new EventEmitter();
1509
1517
  constructor(c, r, z) {
1510
1518
  this.z = z;
1511
1519
  c.detach();
1512
1520
  this.el = r.nativeElement;
1513
- proxyOutputs(this, this.el, ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
1514
1521
  }
1515
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1516
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLoading, isStandalone: true, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", theme: "theme", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1522
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1523
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLoading, isStandalone: true, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", translucent: "translucent", trigger: "trigger" }, outputs: { ionLoadingDidPresent: "ionLoadingDidPresent", ionLoadingWillPresent: "ionLoadingWillPresent", ionLoadingWillDismiss: "ionLoadingWillDismiss", ionLoadingDidDismiss: "ionLoadingDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1517
1524
  };
1518
1525
  IonLoading = __decorate([
1519
1526
  ProxyCmp({
1520
- defineCustomElementFn: defineCustomElement$L,
1521
- inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger'],
1527
+ defineCustomElementFn: defineCustomElement$J,
1528
+ inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
1522
1529
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
1523
1530
  })
1524
1531
  ], IonLoading);
1525
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLoading, decorators: [{
1532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLoading, decorators: [{
1526
1533
  type: Component,
1527
1534
  args: [{
1528
1535
  selector: 'ion-loading',
1529
1536
  changeDetection: ChangeDetectionStrategy.OnPush,
1530
1537
  template: '<ng-content></ng-content>',
1531
1538
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1532
- inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger'],
1533
- standalone: true
1534
- }]
1535
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1539
+ inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
1540
+ outputs: ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
1541
+ }]
1542
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionLoadingDidPresent: [{
1543
+ type: Output
1544
+ }], ionLoadingWillPresent: [{
1545
+ type: Output
1546
+ }], ionLoadingWillDismiss: [{
1547
+ type: Output
1548
+ }], ionLoadingDidDismiss: [{
1549
+ type: Output
1550
+ }], didPresent: [{
1551
+ type: Output
1552
+ }], willPresent: [{
1553
+ type: Output
1554
+ }], willDismiss: [{
1555
+ type: Output
1556
+ }], didDismiss: [{
1557
+ type: Output
1558
+ }] } });
1536
1559
  let IonMenu = class IonMenu {
1537
1560
  z;
1538
1561
  el;
1562
+ ionWillOpen = new EventEmitter();
1563
+ ionWillClose = new EventEmitter();
1564
+ ionDidOpen = new EventEmitter();
1565
+ ionDidClose = new EventEmitter();
1539
1566
  constructor(c, r, z) {
1540
1567
  this.z = z;
1541
1568
  c.detach();
1542
1569
  this.el = r.nativeElement;
1543
- proxyOutputs(this, this.el, ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose']);
1544
1570
  }
1545
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1546
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", mode: "mode", side: "side", swipeGesture: "swipeGesture", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1571
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1572
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, outputs: { ionWillOpen: "ionWillOpen", ionWillClose: "ionWillClose", ionDidOpen: "ionDidOpen", ionDidClose: "ionDidClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1547
1573
  };
1548
1574
  IonMenu = __decorate([
1549
1575
  ProxyCmp({
1550
- defineCustomElementFn: defineCustomElement$M,
1551
- inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'mode', 'side', 'swipeGesture', 'theme', 'type'],
1576
+ defineCustomElementFn: defineCustomElement$K,
1577
+ inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
1552
1578
  methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
1553
1579
  })
1554
1580
  ], IonMenu);
1555
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenu, decorators: [{
1581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenu, decorators: [{
1556
1582
  type: Component,
1557
1583
  args: [{
1558
1584
  selector: 'ion-menu',
1559
1585
  changeDetection: ChangeDetectionStrategy.OnPush,
1560
1586
  template: '<ng-content></ng-content>',
1561
1587
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1562
- inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'mode', 'side', 'swipeGesture', 'theme', 'type'],
1563
- standalone: true
1588
+ inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
1589
+ outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],
1564
1590
  }]
1565
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1591
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionWillOpen: [{
1592
+ type: Output
1593
+ }], ionWillClose: [{
1594
+ type: Output
1595
+ }], ionDidOpen: [{
1596
+ type: Output
1597
+ }], ionDidClose: [{
1598
+ type: Output
1599
+ }] } });
1566
1600
  let IonMenuButton = class IonMenuButton {
1567
1601
  z;
1568
1602
  el;
@@ -1571,26 +1605,25 @@ let IonMenuButton = class IonMenuButton {
1571
1605
  c.detach();
1572
1606
  this.el = r.nativeElement;
1573
1607
  }
1574
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1575
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuButton, isStandalone: true, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1608
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1609
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuButton, isStandalone: true, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1576
1610
  };
1577
1611
  IonMenuButton = __decorate([
1578
1612
  ProxyCmp({
1579
- defineCustomElementFn: defineCustomElement$N,
1580
- inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'theme', 'type']
1613
+ defineCustomElementFn: defineCustomElement$L,
1614
+ inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
1581
1615
  })
1582
1616
  ], IonMenuButton);
1583
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuButton, decorators: [{
1617
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuButton, decorators: [{
1584
1618
  type: Component,
1585
1619
  args: [{
1586
1620
  selector: 'ion-menu-button',
1587
1621
  changeDetection: ChangeDetectionStrategy.OnPush,
1588
1622
  template: '<ng-content></ng-content>',
1589
1623
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1590
- inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'theme', 'type'],
1591
- standalone: true
1624
+ inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
1592
1625
  }]
1593
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1626
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1594
1627
  let IonMenuToggle = class IonMenuToggle {
1595
1628
  z;
1596
1629
  el;
@@ -1599,26 +1632,25 @@ let IonMenuToggle = class IonMenuToggle {
1599
1632
  c.detach();
1600
1633
  this.el = r.nativeElement;
1601
1634
  }
1602
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1603
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1635
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1636
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1604
1637
  };
1605
1638
  IonMenuToggle = __decorate([
1606
1639
  ProxyCmp({
1607
- defineCustomElementFn: defineCustomElement$O,
1608
- inputs: ['autoHide', 'menu', 'mode', 'theme']
1640
+ defineCustomElementFn: defineCustomElement$M,
1641
+ inputs: ['autoHide', 'menu']
1609
1642
  })
1610
1643
  ], IonMenuToggle);
1611
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuToggle, decorators: [{
1644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuToggle, decorators: [{
1612
1645
  type: Component,
1613
1646
  args: [{
1614
1647
  selector: 'ion-menu-toggle',
1615
1648
  changeDetection: ChangeDetectionStrategy.OnPush,
1616
1649
  template: '<ng-content></ng-content>',
1617
1650
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1618
- inputs: ['autoHide', 'menu', 'mode', 'theme'],
1619
- standalone: true
1651
+ inputs: ['autoHide', 'menu'],
1620
1652
  }]
1621
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1653
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1622
1654
  let IonNavLink = class IonNavLink {
1623
1655
  z;
1624
1656
  el;
@@ -1627,26 +1659,25 @@ let IonNavLink = class IonNavLink {
1627
1659
  c.detach();
1628
1660
  this.el = r.nativeElement;
1629
1661
  }
1630
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1631
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNavLink, isStandalone: true, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", mode: "mode", routerAnimation: "routerAnimation", routerDirection: "routerDirection", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1662
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1663
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNavLink, isStandalone: true, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", routerAnimation: "routerAnimation", routerDirection: "routerDirection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1632
1664
  };
1633
1665
  IonNavLink = __decorate([
1634
1666
  ProxyCmp({
1635
- defineCustomElementFn: defineCustomElement$P,
1636
- inputs: ['component', 'componentProps', 'mode', 'routerAnimation', 'routerDirection', 'theme']
1667
+ defineCustomElementFn: defineCustomElement$N,
1668
+ inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
1637
1669
  })
1638
1670
  ], IonNavLink);
1639
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNavLink, decorators: [{
1671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNavLink, decorators: [{
1640
1672
  type: Component,
1641
1673
  args: [{
1642
1674
  selector: 'ion-nav-link',
1643
1675
  changeDetection: ChangeDetectionStrategy.OnPush,
1644
1676
  template: '<ng-content></ng-content>',
1645
1677
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1646
- inputs: ['component', 'componentProps', 'mode', 'routerAnimation', 'routerDirection', 'theme'],
1647
- standalone: true
1678
+ inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
1648
1679
  }]
1649
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1680
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1650
1681
  let IonNote = class IonNote {
1651
1682
  z;
1652
1683
  el;
@@ -1655,26 +1686,25 @@ let IonNote = class IonNote {
1655
1686
  c.detach();
1656
1687
  this.el = r.nativeElement;
1657
1688
  }
1658
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1659
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1689
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1690
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1660
1691
  };
1661
1692
  IonNote = __decorate([
1662
1693
  ProxyCmp({
1663
- defineCustomElementFn: defineCustomElement$Q,
1664
- inputs: ['color', 'mode', 'theme']
1694
+ defineCustomElementFn: defineCustomElement$O,
1695
+ inputs: ['color', 'mode']
1665
1696
  })
1666
1697
  ], IonNote);
1667
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNote, decorators: [{
1698
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNote, decorators: [{
1668
1699
  type: Component,
1669
1700
  args: [{
1670
1701
  selector: 'ion-note',
1671
1702
  changeDetection: ChangeDetectionStrategy.OnPush,
1672
1703
  template: '<ng-content></ng-content>',
1673
1704
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1674
- inputs: ['color', 'mode', 'theme'],
1675
- standalone: true
1705
+ inputs: ['color', 'mode'],
1676
1706
  }]
1677
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1707
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1678
1708
  let IonPicker = class IonPicker {
1679
1709
  z;
1680
1710
  el;
@@ -1683,56 +1713,57 @@ let IonPicker = class IonPicker {
1683
1713
  c.detach();
1684
1714
  this.el = r.nativeElement;
1685
1715
  }
1686
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1687
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1716
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1717
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1688
1718
  };
1689
1719
  IonPicker = __decorate([
1690
1720
  ProxyCmp({
1691
- defineCustomElementFn: defineCustomElement$R,
1692
- inputs: ['mode', 'theme']
1721
+ defineCustomElementFn: defineCustomElement$P,
1722
+ inputs: ['mode']
1693
1723
  })
1694
1724
  ], IonPicker);
1695
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPicker, decorators: [{
1725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPicker, decorators: [{
1696
1726
  type: Component,
1697
1727
  args: [{
1698
1728
  selector: 'ion-picker',
1699
1729
  changeDetection: ChangeDetectionStrategy.OnPush,
1700
1730
  template: '<ng-content></ng-content>',
1701
1731
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1702
- inputs: ['mode', 'theme'],
1703
- standalone: true
1732
+ inputs: ['mode'],
1704
1733
  }]
1705
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1734
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1706
1735
  let IonPickerColumn = class IonPickerColumn {
1707
1736
  z;
1708
1737
  el;
1738
+ ionChange = new EventEmitter();
1709
1739
  constructor(c, r, z) {
1710
1740
  this.z = z;
1711
1741
  c.detach();
1712
1742
  this.el = r.nativeElement;
1713
- proxyOutputs(this, this.el, ['ionChange']);
1714
1743
  }
1715
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1716
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1744
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1745
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1717
1746
  };
1718
1747
  IonPickerColumn = __decorate([
1719
1748
  ProxyCmp({
1720
- defineCustomElementFn: defineCustomElement$S,
1721
- inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
1749
+ defineCustomElementFn: defineCustomElement$Q,
1750
+ inputs: ['color', 'disabled', 'mode', 'value'],
1722
1751
  methods: ['setFocus']
1723
1752
  })
1724
1753
  ], IonPickerColumn);
1725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumn, decorators: [{
1754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, decorators: [{
1726
1755
  type: Component,
1727
1756
  args: [{
1728
1757
  selector: 'ion-picker-column',
1729
1758
  changeDetection: ChangeDetectionStrategy.OnPush,
1730
1759
  template: '<ng-content></ng-content>',
1731
1760
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1732
- inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
1733
- standalone: true
1761
+ inputs: ['color', 'disabled', 'mode', 'value'],
1762
+ outputs: ['ionChange'],
1734
1763
  }]
1735
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1764
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
1765
+ type: Output
1766
+ }] } });
1736
1767
  let IonPickerColumnOption = class IonPickerColumnOption {
1737
1768
  z;
1738
1769
  el;
@@ -1741,56 +1772,25 @@ let IonPickerColumnOption = class IonPickerColumnOption {
1741
1772
  c.detach();
1742
1773
  this.el = r.nativeElement;
1743
1774
  }
1744
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumnOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1745
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1775
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1776
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1746
1777
  };
1747
1778
  IonPickerColumnOption = __decorate([
1748
1779
  ProxyCmp({
1749
- defineCustomElementFn: defineCustomElement$T,
1750
- inputs: ['color', 'disabled', 'mode', 'theme', 'value']
1780
+ defineCustomElementFn: defineCustomElement$R,
1781
+ inputs: ['color', 'disabled', 'value']
1751
1782
  })
1752
1783
  ], IonPickerColumnOption);
1753
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumnOption, decorators: [{
1784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, decorators: [{
1754
1785
  type: Component,
1755
1786
  args: [{
1756
1787
  selector: 'ion-picker-column-option',
1757
1788
  changeDetection: ChangeDetectionStrategy.OnPush,
1758
1789
  template: '<ng-content></ng-content>',
1759
1790
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1760
- inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
1761
- standalone: true
1791
+ inputs: ['color', 'disabled', 'value'],
1762
1792
  }]
1763
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1764
- let IonPickerLegacy = class IonPickerLegacy {
1765
- z;
1766
- el;
1767
- constructor(c, r, z) {
1768
- this.z = z;
1769
- c.detach();
1770
- this.el = r.nativeElement;
1771
- proxyOutputs(this, this.el, ['ionPickerDidPresent', 'ionPickerWillPresent', 'ionPickerWillDismiss', 'ionPickerDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
1772
- }
1773
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerLegacy, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1774
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerLegacy, isStandalone: true, selector: "ion-picker-legacy", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", columns: "columns", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", showBackdrop: "showBackdrop", theme: "theme", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1775
- };
1776
- IonPickerLegacy = __decorate([
1777
- ProxyCmp({
1778
- defineCustomElementFn: defineCustomElement$U,
1779
- inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
1780
- methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'getColumn']
1781
- })
1782
- ], IonPickerLegacy);
1783
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerLegacy, decorators: [{
1784
- type: Component,
1785
- args: [{
1786
- selector: 'ion-picker-legacy',
1787
- changeDetection: ChangeDetectionStrategy.OnPush,
1788
- template: '<ng-content></ng-content>',
1789
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1790
- inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
1791
- standalone: true
1792
- }]
1793
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1793
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1794
1794
  let IonProgressBar = class IonProgressBar {
1795
1795
  z;
1796
1796
  el;
@@ -1799,85 +1799,103 @@ let IonProgressBar = class IonProgressBar {
1799
1799
  c.detach();
1800
1800
  this.el = r.nativeElement;
1801
1801
  }
1802
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1803
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", shape: "shape", theme: "theme", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1802
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1803
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1804
1804
  };
1805
1805
  IonProgressBar = __decorate([
1806
1806
  ProxyCmp({
1807
- defineCustomElementFn: defineCustomElement$V,
1808
- inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'theme', 'type', 'value']
1807
+ defineCustomElementFn: defineCustomElement$S,
1808
+ inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
1809
1809
  })
1810
1810
  ], IonProgressBar);
1811
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, decorators: [{
1811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, decorators: [{
1812
1812
  type: Component,
1813
1813
  args: [{
1814
1814
  selector: 'ion-progress-bar',
1815
1815
  changeDetection: ChangeDetectionStrategy.OnPush,
1816
1816
  template: '<ng-content></ng-content>',
1817
1817
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1818
- inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'theme', 'type', 'value'],
1819
- standalone: true
1818
+ inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
1820
1819
  }]
1821
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1820
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1822
1821
  let IonRadio = class IonRadio {
1823
1822
  z;
1824
1823
  el;
1824
+ ionFocus = new EventEmitter();
1825
+ ionBlur = new EventEmitter();
1825
1826
  constructor(c, r, z) {
1826
1827
  this.z = z;
1827
1828
  c.detach();
1828
1829
  this.el = r.nativeElement;
1829
- proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
1830
1830
  }
1831
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1832
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1831
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1832
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1833
1833
  };
1834
1834
  IonRadio = __decorate([
1835
1835
  ProxyCmp({
1836
- defineCustomElementFn: defineCustomElement$W,
1837
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'theme', 'value']
1836
+ defineCustomElementFn: defineCustomElement$T,
1837
+ inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
1838
1838
  })
1839
1839
  ], IonRadio);
1840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadio, decorators: [{
1840
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, decorators: [{
1841
1841
  type: Component,
1842
1842
  args: [{
1843
1843
  selector: 'ion-radio',
1844
1844
  changeDetection: ChangeDetectionStrategy.OnPush,
1845
1845
  template: '<ng-content></ng-content>',
1846
1846
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1847
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'theme', 'value'],
1848
- standalone: true
1847
+ inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
1848
+ outputs: ['ionFocus', 'ionBlur'],
1849
1849
  }]
1850
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1850
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
1851
+ type: Output
1852
+ }], ionBlur: [{
1853
+ type: Output
1854
+ }] } });
1851
1855
  let IonRefresher = class IonRefresher {
1852
1856
  z;
1853
1857
  el;
1858
+ ionRefresh = new EventEmitter();
1859
+ ionPull = new EventEmitter();
1860
+ ionStart = new EventEmitter();
1861
+ ionPullStart = new EventEmitter();
1862
+ ionPullEnd = new EventEmitter();
1854
1863
  constructor(c, r, z) {
1855
1864
  this.z = z;
1856
1865
  c.detach();
1857
1866
  this.el = r.nativeElement;
1858
- proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd']);
1859
1867
  }
1860
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1861
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1868
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1869
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1862
1870
  };
1863
1871
  IonRefresher = __decorate([
1864
1872
  ProxyCmp({
1865
- defineCustomElementFn: defineCustomElement$X,
1866
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration', 'theme'],
1873
+ defineCustomElementFn: defineCustomElement$U,
1874
+ inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
1867
1875
  methods: ['complete', 'cancel', 'getProgress']
1868
1876
  })
1869
1877
  ], IonRefresher);
1870
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresher, decorators: [{
1878
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, decorators: [{
1871
1879
  type: Component,
1872
1880
  args: [{
1873
1881
  selector: 'ion-refresher',
1874
1882
  changeDetection: ChangeDetectionStrategy.OnPush,
1875
1883
  template: '<ng-content></ng-content>',
1876
1884
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1877
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration', 'theme'],
1878
- standalone: true
1885
+ inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
1886
+ outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],
1879
1887
  }]
1880
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1888
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionRefresh: [{
1889
+ type: Output
1890
+ }], ionPull: [{
1891
+ type: Output
1892
+ }], ionStart: [{
1893
+ type: Output
1894
+ }], ionPullStart: [{
1895
+ type: Output
1896
+ }], ionPullEnd: [{
1897
+ type: Output
1898
+ }] } });
1881
1899
  let IonRefresherContent = class IonRefresherContent {
1882
1900
  z;
1883
1901
  el;
@@ -1886,26 +1904,25 @@ let IonRefresherContent = class IonRefresherContent {
1886
1904
  c.detach();
1887
1905
  this.el = r.nativeElement;
1888
1906
  }
1889
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1890
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: { mode: "mode", pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1907
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1908
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: { pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1891
1909
  };
1892
1910
  IonRefresherContent = __decorate([
1893
1911
  ProxyCmp({
1894
- defineCustomElementFn: defineCustomElement$Y,
1895
- inputs: ['mode', 'pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText', 'theme']
1912
+ defineCustomElementFn: defineCustomElement$V,
1913
+ inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
1896
1914
  })
1897
1915
  ], IonRefresherContent);
1898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresherContent, decorators: [{
1916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresherContent, decorators: [{
1899
1917
  type: Component,
1900
1918
  args: [{
1901
1919
  selector: 'ion-refresher-content',
1902
1920
  changeDetection: ChangeDetectionStrategy.OnPush,
1903
1921
  template: '<ng-content></ng-content>',
1904
1922
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1905
- inputs: ['mode', 'pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText', 'theme'],
1906
- standalone: true
1923
+ inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
1907
1924
  }]
1908
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1925
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1909
1926
  let IonReorder = class IonReorder {
1910
1927
  z;
1911
1928
  el;
@@ -1914,56 +1931,65 @@ let IonReorder = class IonReorder {
1914
1931
  c.detach();
1915
1932
  this.el = r.nativeElement;
1916
1933
  }
1917
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1918
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorder, isStandalone: true, selector: "ion-reorder", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1934
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1935
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorder, isStandalone: true, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1919
1936
  };
1920
1937
  IonReorder = __decorate([
1921
1938
  ProxyCmp({
1922
- defineCustomElementFn: defineCustomElement$Z,
1923
- inputs: ['mode', 'theme']
1939
+ defineCustomElementFn: defineCustomElement$W
1924
1940
  })
1925
1941
  ], IonReorder);
1926
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, decorators: [{
1942
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, decorators: [{
1927
1943
  type: Component,
1928
1944
  args: [{
1929
1945
  selector: 'ion-reorder',
1930
1946
  changeDetection: ChangeDetectionStrategy.OnPush,
1931
1947
  template: '<ng-content></ng-content>',
1932
1948
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1933
- inputs: ['mode', 'theme'],
1934
- standalone: true
1949
+ inputs: [],
1935
1950
  }]
1936
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1951
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1937
1952
  let IonReorderGroup = class IonReorderGroup {
1938
1953
  z;
1939
1954
  el;
1955
+ ionItemReorder = new EventEmitter();
1956
+ ionReorderStart = new EventEmitter();
1957
+ ionReorderMove = new EventEmitter();
1958
+ ionReorderEnd = new EventEmitter();
1940
1959
  constructor(c, r, z) {
1941
1960
  this.z = z;
1942
1961
  c.detach();
1943
1962
  this.el = r.nativeElement;
1944
- proxyOutputs(this, this.el, ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd']);
1945
1963
  }
1946
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1947
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1964
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1965
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1948
1966
  };
1949
1967
  IonReorderGroup = __decorate([
1950
1968
  ProxyCmp({
1951
- defineCustomElementFn: defineCustomElement$_,
1952
- inputs: ['disabled', 'mode', 'theme'],
1969
+ defineCustomElementFn: defineCustomElement$X,
1970
+ inputs: ['disabled'],
1953
1971
  methods: ['complete']
1954
1972
  })
1955
1973
  ], IonReorderGroup);
1956
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorderGroup, decorators: [{
1974
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, decorators: [{
1957
1975
  type: Component,
1958
1976
  args: [{
1959
1977
  selector: 'ion-reorder-group',
1960
1978
  changeDetection: ChangeDetectionStrategy.OnPush,
1961
1979
  template: '<ng-content></ng-content>',
1962
1980
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1963
- inputs: ['disabled', 'mode', 'theme'],
1964
- standalone: true
1981
+ inputs: ['disabled'],
1982
+ outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
1965
1983
  }]
1966
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1984
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionItemReorder: [{
1985
+ type: Output
1986
+ }], ionReorderStart: [{
1987
+ type: Output
1988
+ }], ionReorderMove: [{
1989
+ type: Output
1990
+ }], ionReorderEnd: [{
1991
+ type: Output
1992
+ }] } });
1967
1993
  let IonRippleEffect = class IonRippleEffect {
1968
1994
  z;
1969
1995
  el;
@@ -1972,27 +1998,26 @@ let IonRippleEffect = class IonRippleEffect {
1972
1998
  c.detach();
1973
1999
  this.el = r.nativeElement;
1974
2000
  }
1975
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1976
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { mode: "mode", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2001
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2002
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1977
2003
  };
1978
2004
  IonRippleEffect = __decorate([
1979
2005
  ProxyCmp({
1980
- defineCustomElementFn: defineCustomElement$$,
1981
- inputs: ['mode', 'theme', 'type'],
2006
+ defineCustomElementFn: defineCustomElement$Y,
2007
+ inputs: ['type'],
1982
2008
  methods: ['addRipple']
1983
2009
  })
1984
2010
  ], IonRippleEffect);
1985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRippleEffect, decorators: [{
2011
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRippleEffect, decorators: [{
1986
2012
  type: Component,
1987
2013
  args: [{
1988
2014
  selector: 'ion-ripple-effect',
1989
2015
  changeDetection: ChangeDetectionStrategy.OnPush,
1990
2016
  template: '<ng-content></ng-content>',
1991
2017
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1992
- inputs: ['mode', 'theme', 'type'],
1993
- standalone: true
2018
+ inputs: ['type'],
1994
2019
  }]
1995
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2020
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1996
2021
  let IonRow = class IonRow {
1997
2022
  z;
1998
2023
  el;
@@ -2001,26 +2026,24 @@ let IonRow = class IonRow {
2001
2026
  c.detach();
2002
2027
  this.el = r.nativeElement;
2003
2028
  }
2004
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2005
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRow, isStandalone: true, selector: "ion-row", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2029
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2030
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRow, isStandalone: true, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2006
2031
  };
2007
2032
  IonRow = __decorate([
2008
2033
  ProxyCmp({
2009
- defineCustomElementFn: defineCustomElement$10,
2010
- inputs: ['mode', 'theme']
2034
+ defineCustomElementFn: defineCustomElement$Z
2011
2035
  })
2012
2036
  ], IonRow);
2013
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, decorators: [{
2037
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, decorators: [{
2014
2038
  type: Component,
2015
2039
  args: [{
2016
2040
  selector: 'ion-row',
2017
2041
  changeDetection: ChangeDetectionStrategy.OnPush,
2018
2042
  template: '<ng-content></ng-content>',
2019
2043
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2020
- inputs: ['mode', 'theme'],
2021
- standalone: true
2044
+ inputs: [],
2022
2045
  }]
2023
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2046
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2024
2047
  let IonSegmentButton = class IonSegmentButton {
2025
2048
  z;
2026
2049
  el;
@@ -2029,26 +2052,25 @@ let IonSegmentButton = class IonSegmentButton {
2029
2052
  c.detach();
2030
2053
  this.el = r.nativeElement;
2031
2054
  }
2032
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2033
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", theme: "theme", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2055
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2056
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2034
2057
  };
2035
2058
  IonSegmentButton = __decorate([
2036
2059
  ProxyCmp({
2037
- defineCustomElementFn: defineCustomElement$11,
2038
- inputs: ['contentId', 'disabled', 'layout', 'mode', 'theme', 'type', 'value']
2060
+ defineCustomElementFn: defineCustomElement$_,
2061
+ inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
2039
2062
  })
2040
2063
  ], IonSegmentButton);
2041
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentButton, decorators: [{
2064
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentButton, decorators: [{
2042
2065
  type: Component,
2043
2066
  args: [{
2044
2067
  selector: 'ion-segment-button',
2045
2068
  changeDetection: ChangeDetectionStrategy.OnPush,
2046
2069
  template: '<ng-content></ng-content>',
2047
2070
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2048
- inputs: ['contentId', 'disabled', 'layout', 'mode', 'theme', 'type', 'value'],
2049
- standalone: true
2071
+ inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
2050
2072
  }]
2051
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2073
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2052
2074
  let IonSegmentContent = class IonSegmentContent {
2053
2075
  z;
2054
2076
  el;
@@ -2057,15 +2079,15 @@ let IonSegmentContent = class IonSegmentContent {
2057
2079
  c.detach();
2058
2080
  this.el = r.nativeElement;
2059
2081
  }
2060
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2061
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentContent, isStandalone: true, selector: "ion-segment-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2082
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2083
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentContent, isStandalone: true, selector: "ion-segment-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2062
2084
  };
2063
2085
  IonSegmentContent = __decorate([
2064
2086
  ProxyCmp({
2065
- defineCustomElementFn: defineCustomElement$12
2087
+ defineCustomElementFn: defineCustomElement$$
2066
2088
  })
2067
2089
  ], IonSegmentContent);
2068
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentContent, decorators: [{
2090
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentContent, decorators: [{
2069
2091
  type: Component,
2070
2092
  args: [{
2071
2093
  selector: 'ion-segment-content',
@@ -2073,28 +2095,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2073
2095
  template: '<ng-content></ng-content>',
2074
2096
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2075
2097
  inputs: [],
2076
- standalone: true
2077
2098
  }]
2078
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2099
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2079
2100
  let IonSegmentView = class IonSegmentView {
2080
2101
  z;
2081
2102
  el;
2103
+ ionSegmentViewScroll = new EventEmitter();
2082
2104
  constructor(c, r, z) {
2083
2105
  this.z = z;
2084
2106
  c.detach();
2085
2107
  this.el = r.nativeElement;
2086
- proxyOutputs(this, this.el, ['ionSegmentViewScroll']);
2087
2108
  }
2088
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2089
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentView, isStandalone: true, selector: "ion-segment-view", inputs: { disabled: "disabled", swipeGesture: "swipeGesture" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2109
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2110
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentView, isStandalone: true, selector: "ion-segment-view", inputs: { disabled: "disabled", swipeGesture: "swipeGesture" }, outputs: { ionSegmentViewScroll: "ionSegmentViewScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2090
2111
  };
2091
2112
  IonSegmentView = __decorate([
2092
2113
  ProxyCmp({
2093
- defineCustomElementFn: defineCustomElement$13,
2114
+ defineCustomElementFn: defineCustomElement$10,
2094
2115
  inputs: ['disabled', 'swipeGesture']
2095
2116
  })
2096
2117
  ], IonSegmentView);
2097
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentView, decorators: [{
2118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentView, decorators: [{
2098
2119
  type: Component,
2099
2120
  args: [{
2100
2121
  selector: 'ion-segment-view',
@@ -2102,9 +2123,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2102
2123
  template: '<ng-content></ng-content>',
2103
2124
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2104
2125
  inputs: ['disabled', 'swipeGesture'],
2105
- standalone: true
2126
+ outputs: ['ionSegmentViewScroll'],
2106
2127
  }]
2107
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2128
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSegmentViewScroll: [{
2129
+ type: Output
2130
+ }] } });
2108
2131
  let IonSelectModal = class IonSelectModal {
2109
2132
  z;
2110
2133
  el;
@@ -2113,26 +2136,25 @@ let IonSelectModal = class IonSelectModal {
2113
2136
  c.detach();
2114
2137
  this.el = r.nativeElement;
2115
2138
  }
2116
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2117
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectModal, isStandalone: true, selector: "ion-select-modal", inputs: { cancelIcon: "cancelIcon", cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2139
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2140
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectModal, isStandalone: true, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2118
2141
  };
2119
2142
  IonSelectModal = __decorate([
2120
2143
  ProxyCmp({
2121
- defineCustomElementFn: defineCustomElement$14,
2122
- inputs: ['cancelIcon', 'cancelText', 'header', 'multiple', 'options']
2144
+ defineCustomElementFn: defineCustomElement$11,
2145
+ inputs: ['cancelText', 'header', 'multiple', 'options']
2123
2146
  })
2124
2147
  ], IonSelectModal);
2125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectModal, decorators: [{
2148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectModal, decorators: [{
2126
2149
  type: Component,
2127
2150
  args: [{
2128
2151
  selector: 'ion-select-modal',
2129
2152
  changeDetection: ChangeDetectionStrategy.OnPush,
2130
2153
  template: '<ng-content></ng-content>',
2131
2154
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2132
- inputs: ['cancelIcon', 'cancelText', 'header', 'multiple', 'options'],
2133
- standalone: true
2155
+ inputs: ['cancelText', 'header', 'multiple', 'options'],
2134
2156
  }]
2135
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2157
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2136
2158
  let IonSelectOption = class IonSelectOption {
2137
2159
  z;
2138
2160
  el;
@@ -2141,26 +2163,25 @@ let IonSelectOption = class IonSelectOption {
2141
2163
  c.detach();
2142
2164
  this.el = r.nativeElement;
2143
2165
  }
2144
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2145
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { description: "description", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2166
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2167
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2146
2168
  };
2147
2169
  IonSelectOption = __decorate([
2148
2170
  ProxyCmp({
2149
- defineCustomElementFn: defineCustomElement$15,
2150
- inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'theme', 'value']
2171
+ defineCustomElementFn: defineCustomElement$12,
2172
+ inputs: ['disabled', 'value']
2151
2173
  })
2152
2174
  ], IonSelectOption);
2153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, decorators: [{
2175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectOption, decorators: [{
2154
2176
  type: Component,
2155
2177
  args: [{
2156
2178
  selector: 'ion-select-option',
2157
2179
  changeDetection: ChangeDetectionStrategy.OnPush,
2158
2180
  template: '<ng-content></ng-content>',
2159
2181
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2160
- inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'theme', 'value'],
2161
- standalone: true
2182
+ inputs: ['disabled', 'value'],
2162
2183
  }]
2163
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2184
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2164
2185
  let IonSkeletonText = class IonSkeletonText {
2165
2186
  z;
2166
2187
  el;
@@ -2169,26 +2190,25 @@ let IonSkeletonText = class IonSkeletonText {
2169
2190
  c.detach();
2170
2191
  this.el = r.nativeElement;
2171
2192
  }
2172
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2173
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2193
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2194
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2174
2195
  };
2175
2196
  IonSkeletonText = __decorate([
2176
2197
  ProxyCmp({
2177
- defineCustomElementFn: defineCustomElement$16,
2178
- inputs: ['animated', 'mode', 'theme']
2198
+ defineCustomElementFn: defineCustomElement$13,
2199
+ inputs: ['animated']
2179
2200
  })
2180
2201
  ], IonSkeletonText);
2181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSkeletonText, decorators: [{
2202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSkeletonText, decorators: [{
2182
2203
  type: Component,
2183
2204
  args: [{
2184
2205
  selector: 'ion-skeleton-text',
2185
2206
  changeDetection: ChangeDetectionStrategy.OnPush,
2186
2207
  template: '<ng-content></ng-content>',
2187
2208
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2188
- inputs: ['animated', 'mode', 'theme'],
2189
- standalone: true
2209
+ inputs: ['animated'],
2190
2210
  }]
2191
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2211
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2192
2212
  let IonSpinner = class IonSpinner {
2193
2213
  z;
2194
2214
  el;
@@ -2197,55 +2217,56 @@ let IonSpinner = class IonSpinner {
2197
2217
  c.detach();
2198
2218
  this.el = r.nativeElement;
2199
2219
  }
2200
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2201
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", mode: "mode", name: "name", paused: "paused", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2220
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2221
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2202
2222
  };
2203
2223
  IonSpinner = __decorate([
2204
2224
  ProxyCmp({
2205
- defineCustomElementFn: defineCustomElement$17,
2206
- inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme']
2225
+ defineCustomElementFn: defineCustomElement$14,
2226
+ inputs: ['color', 'duration', 'name', 'paused']
2207
2227
  })
2208
2228
  ], IonSpinner);
2209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, decorators: [{
2229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSpinner, decorators: [{
2210
2230
  type: Component,
2211
2231
  args: [{
2212
2232
  selector: 'ion-spinner',
2213
2233
  changeDetection: ChangeDetectionStrategy.OnPush,
2214
2234
  template: '<ng-content></ng-content>',
2215
2235
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2216
- inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme'],
2217
- standalone: true
2236
+ inputs: ['color', 'duration', 'name', 'paused'],
2218
2237
  }]
2219
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2238
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2220
2239
  let IonSplitPane = class IonSplitPane {
2221
2240
  z;
2222
2241
  el;
2242
+ ionSplitPaneVisible = new EventEmitter();
2223
2243
  constructor(c, r, z) {
2224
2244
  this.z = z;
2225
2245
  c.detach();
2226
2246
  this.el = r.nativeElement;
2227
- proxyOutputs(this, this.el, ['ionSplitPaneVisible']);
2228
2247
  }
2229
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2230
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", mode: "mode", theme: "theme", when: "when" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2248
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2249
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, outputs: { ionSplitPaneVisible: "ionSplitPaneVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2231
2250
  };
2232
2251
  IonSplitPane = __decorate([
2233
2252
  ProxyCmp({
2234
- defineCustomElementFn: defineCustomElement$18,
2235
- inputs: ['contentId', 'disabled', 'mode', 'theme', 'when']
2253
+ defineCustomElementFn: defineCustomElement$15,
2254
+ inputs: ['contentId', 'disabled', 'when']
2236
2255
  })
2237
2256
  ], IonSplitPane);
2238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSplitPane, decorators: [{
2257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSplitPane, decorators: [{
2239
2258
  type: Component,
2240
2259
  args: [{
2241
2260
  selector: 'ion-split-pane',
2242
2261
  changeDetection: ChangeDetectionStrategy.OnPush,
2243
2262
  template: '<ng-content></ng-content>',
2244
2263
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2245
- inputs: ['contentId', 'disabled', 'mode', 'theme', 'when'],
2246
- standalone: true
2264
+ inputs: ['contentId', 'disabled', 'when'],
2265
+ outputs: ['ionSplitPaneVisible'],
2247
2266
  }]
2248
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2267
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSplitPaneVisible: [{
2268
+ type: Output
2269
+ }] } });
2249
2270
  let IonTab = class IonTab {
2250
2271
  z;
2251
2272
  el;
@@ -2254,27 +2275,26 @@ let IonTab = class IonTab {
2254
2275
  c.detach();
2255
2276
  this.el = r.nativeElement;
2256
2277
  }
2257
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2258
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component", mode: "mode", tab: "tab", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2278
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2279
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2259
2280
  };
2260
2281
  IonTab = __decorate([
2261
2282
  ProxyCmp({
2262
- defineCustomElementFn: defineCustomElement$19,
2263
- inputs: ['component', 'mode', 'tab', 'theme'],
2283
+ defineCustomElementFn: defineCustomElement$16,
2284
+ inputs: ['component', 'tab'],
2264
2285
  methods: ['setActive']
2265
2286
  })
2266
2287
  ], IonTab);
2267
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTab, decorators: [{
2288
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTab, decorators: [{
2268
2289
  type: Component,
2269
2290
  args: [{
2270
2291
  selector: 'ion-tab',
2271
2292
  changeDetection: ChangeDetectionStrategy.OnPush,
2272
2293
  template: '<ng-content></ng-content>',
2273
2294
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2274
- inputs: ['component', 'mode', 'tab', 'theme'],
2275
- standalone: true
2295
+ inputs: ['component', { name: 'tab', required: true }],
2276
2296
  }]
2277
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2297
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2278
2298
  let IonTabBar = class IonTabBar {
2279
2299
  z;
2280
2300
  el;
@@ -2283,26 +2303,25 @@ let IonTabBar = class IonTabBar {
2283
2303
  c.detach();
2284
2304
  this.el = r.nativeElement;
2285
2305
  }
2286
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2287
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", expand: "expand", hideOnScroll: "hideOnScroll", mode: "mode", selectedTab: "selectedTab", shape: "shape", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2306
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2307
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2288
2308
  };
2289
2309
  IonTabBar = __decorate([
2290
2310
  ProxyCmp({
2291
- defineCustomElementFn: defineCustomElement$1a,
2292
- inputs: ['color', 'expand', 'hideOnScroll', 'mode', 'selectedTab', 'shape', 'theme', 'translucent']
2311
+ defineCustomElementFn: defineCustomElement$17,
2312
+ inputs: ['color', 'mode', 'selectedTab', 'translucent']
2293
2313
  })
2294
2314
  ], IonTabBar);
2295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, decorators: [{
2315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabBar, decorators: [{
2296
2316
  type: Component,
2297
2317
  args: [{
2298
2318
  selector: 'ion-tab-bar',
2299
2319
  changeDetection: ChangeDetectionStrategy.OnPush,
2300
2320
  template: '<ng-content></ng-content>',
2301
2321
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2302
- inputs: ['color', 'expand', 'hideOnScroll', 'mode', 'selectedTab', 'shape', 'theme', 'translucent'],
2303
- standalone: true
2322
+ inputs: ['color', 'mode', 'selectedTab', 'translucent'],
2304
2323
  }]
2305
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2324
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2306
2325
  let IonTabButton = class IonTabButton {
2307
2326
  z;
2308
2327
  el;
@@ -2311,26 +2330,25 @@ let IonTabButton = class IonTabButton {
2311
2330
  c.detach();
2312
2331
  this.el = r.nativeElement;
2313
2332
  }
2314
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2315
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", shape: "shape", tab: "tab", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2333
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2334
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2316
2335
  };
2317
2336
  IonTabButton = __decorate([
2318
2337
  ProxyCmp({
2319
- defineCustomElementFn: defineCustomElement$1b,
2320
- inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'shape', 'tab', 'target', 'theme']
2338
+ defineCustomElementFn: defineCustomElement$18,
2339
+ inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
2321
2340
  })
2322
2341
  ], IonTabButton);
2323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabButton, decorators: [{
2342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabButton, decorators: [{
2324
2343
  type: Component,
2325
2344
  args: [{
2326
2345
  selector: 'ion-tab-button',
2327
2346
  changeDetection: ChangeDetectionStrategy.OnPush,
2328
2347
  template: '<ng-content></ng-content>',
2329
2348
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2330
- inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'shape', 'tab', 'target', 'theme'],
2331
- standalone: true
2349
+ inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
2332
2350
  }]
2333
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2351
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2334
2352
  let IonText = class IonText {
2335
2353
  z;
2336
2354
  el;
@@ -2339,26 +2357,25 @@ let IonText = class IonText {
2339
2357
  c.detach();
2340
2358
  this.el = r.nativeElement;
2341
2359
  }
2342
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2343
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2360
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2361
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2344
2362
  };
2345
2363
  IonText = __decorate([
2346
2364
  ProxyCmp({
2347
- defineCustomElementFn: defineCustomElement$1c,
2348
- inputs: ['color', 'mode', 'theme']
2365
+ defineCustomElementFn: defineCustomElement$19,
2366
+ inputs: ['color', 'mode']
2349
2367
  })
2350
2368
  ], IonText);
2351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonText, decorators: [{
2369
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonText, decorators: [{
2352
2370
  type: Component,
2353
2371
  args: [{
2354
2372
  selector: 'ion-text',
2355
2373
  changeDetection: ChangeDetectionStrategy.OnPush,
2356
2374
  template: '<ng-content></ng-content>',
2357
2375
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2358
- inputs: ['color', 'mode', 'theme'],
2359
- standalone: true
2376
+ inputs: ['color', 'mode'],
2360
2377
  }]
2361
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2378
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2362
2379
  let IonThumbnail = class IonThumbnail {
2363
2380
  z;
2364
2381
  el;
@@ -2367,26 +2384,24 @@ let IonThumbnail = class IonThumbnail {
2367
2384
  c.detach();
2368
2385
  this.el = r.nativeElement;
2369
2386
  }
2370
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2371
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2387
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2388
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2372
2389
  };
2373
2390
  IonThumbnail = __decorate([
2374
2391
  ProxyCmp({
2375
- defineCustomElementFn: defineCustomElement$1d,
2376
- inputs: ['mode', 'theme']
2392
+ defineCustomElementFn: defineCustomElement$1a
2377
2393
  })
2378
2394
  ], IonThumbnail);
2379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, decorators: [{
2395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, decorators: [{
2380
2396
  type: Component,
2381
2397
  args: [{
2382
2398
  selector: 'ion-thumbnail',
2383
2399
  changeDetection: ChangeDetectionStrategy.OnPush,
2384
2400
  template: '<ng-content></ng-content>',
2385
2401
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2386
- inputs: ['mode', 'theme'],
2387
- standalone: true
2402
+ inputs: [],
2388
2403
  }]
2389
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2404
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2390
2405
  let IonTitle = class IonTitle {
2391
2406
  z;
2392
2407
  el;
@@ -2395,56 +2410,78 @@ let IonTitle = class IonTitle {
2395
2410
  c.detach();
2396
2411
  this.el = r.nativeElement;
2397
2412
  }
2398
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2399
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color", mode: "mode", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2413
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2414
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2400
2415
  };
2401
2416
  IonTitle = __decorate([
2402
2417
  ProxyCmp({
2403
- defineCustomElementFn: defineCustomElement$1e,
2404
- inputs: ['color', 'mode', 'size', 'theme']
2418
+ defineCustomElementFn: defineCustomElement$1b,
2419
+ inputs: ['color', 'size']
2405
2420
  })
2406
2421
  ], IonTitle);
2407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTitle, decorators: [{
2422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTitle, decorators: [{
2408
2423
  type: Component,
2409
2424
  args: [{
2410
2425
  selector: 'ion-title',
2411
2426
  changeDetection: ChangeDetectionStrategy.OnPush,
2412
2427
  template: '<ng-content></ng-content>',
2413
2428
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2414
- inputs: ['color', 'mode', 'size', 'theme'],
2415
- standalone: true
2429
+ inputs: ['color', 'size'],
2416
2430
  }]
2417
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2431
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2418
2432
  let IonToast = class IonToast {
2419
2433
  z;
2420
2434
  el;
2435
+ ionToastDidPresent = new EventEmitter();
2436
+ ionToastWillPresent = new EventEmitter();
2437
+ ionToastWillDismiss = new EventEmitter();
2438
+ ionToastDidDismiss = new EventEmitter();
2439
+ didPresent = new EventEmitter();
2440
+ willPresent = new EventEmitter();
2441
+ willDismiss = new EventEmitter();
2442
+ didDismiss = new EventEmitter();
2421
2443
  constructor(c, r, z) {
2422
2444
  this.z = z;
2423
2445
  c.detach();
2424
2446
  this.el = r.nativeElement;
2425
- proxyOutputs(this, this.el, ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
2426
2447
  }
2427
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2428
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", hue: "hue", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", shape: "shape", swipeGesture: "swipeGesture", theme: "theme", translucent: "translucent", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2448
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2449
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: "translucent", trigger: "trigger" }, outputs: { ionToastDidPresent: "ionToastDidPresent", ionToastWillPresent: "ionToastWillPresent", ionToastWillDismiss: "ionToastWillDismiss", ionToastDidDismiss: "ionToastDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2429
2450
  };
2430
2451
  IonToast = __decorate([
2431
2452
  ProxyCmp({
2432
- defineCustomElementFn: defineCustomElement$1f,
2433
- inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'hue', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger'],
2453
+ defineCustomElementFn: defineCustomElement$1c,
2454
+ inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
2434
2455
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
2435
2456
  })
2436
2457
  ], IonToast);
2437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToast, decorators: [{
2458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToast, decorators: [{
2438
2459
  type: Component,
2439
2460
  args: [{
2440
2461
  selector: 'ion-toast',
2441
2462
  changeDetection: ChangeDetectionStrategy.OnPush,
2442
2463
  template: '<ng-content></ng-content>',
2443
2464
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2444
- inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'hue', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger'],
2445
- standalone: true
2446
- }]
2447
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2465
+ inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
2466
+ outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
2467
+ }]
2468
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionToastDidPresent: [{
2469
+ type: Output
2470
+ }], ionToastWillPresent: [{
2471
+ type: Output
2472
+ }], ionToastWillDismiss: [{
2473
+ type: Output
2474
+ }], ionToastDidDismiss: [{
2475
+ type: Output
2476
+ }], didPresent: [{
2477
+ type: Output
2478
+ }], willPresent: [{
2479
+ type: Output
2480
+ }], willDismiss: [{
2481
+ type: Output
2482
+ }], didDismiss: [{
2483
+ type: Output
2484
+ }] } });
2448
2485
  let IonToolbar = class IonToolbar {
2449
2486
  z;
2450
2487
  el;
@@ -2453,34 +2490,33 @@ let IonToolbar = class IonToolbar {
2453
2490
  c.detach();
2454
2491
  this.el = r.nativeElement;
2455
2492
  }
2456
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2457
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode", theme: "theme", titlePlacement: "titlePlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2493
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2494
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2458
2495
  };
2459
2496
  IonToolbar = __decorate([
2460
2497
  ProxyCmp({
2461
- defineCustomElementFn: defineCustomElement$1g,
2462
- inputs: ['color', 'mode', 'theme', 'titlePlacement']
2498
+ defineCustomElementFn: defineCustomElement$1d,
2499
+ inputs: ['color', 'mode']
2463
2500
  })
2464
2501
  ], IonToolbar);
2465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToolbar, decorators: [{
2502
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, decorators: [{
2466
2503
  type: Component,
2467
2504
  args: [{
2468
2505
  selector: 'ion-toolbar',
2469
2506
  changeDetection: ChangeDetectionStrategy.OnPush,
2470
2507
  template: '<ng-content></ng-content>',
2471
2508
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2472
- inputs: ['color', 'mode', 'theme', 'titlePlacement'],
2473
- standalone: true
2509
+ inputs: ['color', 'mode'],
2474
2510
  }]
2475
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2511
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2476
2512
 
2477
2513
  class IonTabs extends IonTabs$1 {
2478
2514
  outlet;
2479
2515
  tabBar;
2480
2516
  tabBars;
2481
2517
  tabs;
2482
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
2483
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabs, isStandalone: true, selector: "ion-tabs", queries: [{ propertyName: "tabBar", first: true, predicate: IonTabBar, descendants: true }, { propertyName: "tabBars", predicate: IonTabBar }, { propertyName: "tabs", predicate: IonTab }], viewQueries: [{ propertyName: "outlet", first: true, predicate: ["outlet"], descendants: true, read: IonRouterOutlet }], usesInheritance: true, ngImport: i0, template: `
2518
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
2519
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabs, isStandalone: true, selector: "ion-tabs", queries: [{ propertyName: "tabBar", first: true, predicate: IonTabBar, descendants: true }, { propertyName: "tabBars", predicate: IonTabBar }, { propertyName: "tabs", predicate: IonTab }], viewQueries: [{ propertyName: "outlet", first: true, predicate: ["outlet"], descendants: true, read: IonRouterOutlet }], usesInheritance: true, ngImport: i0, template: `
2484
2520
  <ng-content select="[slot=top]"></ng-content>
2485
2521
  <div class="tabs-inner" #tabsInner>
2486
2522
  <ion-router-outlet
@@ -2495,7 +2531,7 @@ class IonTabs extends IonTabs$1 {
2495
2531
  <ng-content></ng-content>
2496
2532
  `, isInline: true, styles: [":host{display:flex;position:absolute;inset:0;flex-direction:column;width:100%;height:100%;contain:layout size style}.tabs-inner{position:relative;flex:1;contain:layout size style}\n"], dependencies: [{ kind: "component", type: IonRouterOutlet, selector: "ion-router-outlet" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2497
2533
  }
2498
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabs, decorators: [{
2534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, decorators: [{
2499
2535
  type: Component,
2500
2536
  args: [{ selector: 'ion-tabs', template: `
2501
2537
  <ng-content select="[slot=top]"></ng-content>
@@ -2540,12 +2576,12 @@ class ModalController extends OverlayBaseController {
2540
2576
  delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'modal', customInjector),
2541
2577
  });
2542
2578
  }
2543
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ModalController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2544
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ModalController });
2579
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2580
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController });
2545
2581
  }
2546
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ModalController, decorators: [{
2582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController, decorators: [{
2547
2583
  type: Injectable
2548
- }], ctorParameters: function () { return []; } });
2584
+ }], ctorParameters: () => [] });
2549
2585
 
2550
2586
  class PopoverController extends OverlayBaseController {
2551
2587
  angularDelegate = inject(AngularDelegate);
@@ -2601,30 +2637,30 @@ class ActionSheetController extends OverlayBaseController {
2601
2637
  super(actionSheetController);
2602
2638
  defineCustomElement$7();
2603
2639
  }
2604
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2605
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ActionSheetController, providedIn: 'root' });
2640
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2641
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, providedIn: 'root' });
2606
2642
  }
2607
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ActionSheetController, decorators: [{
2643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, decorators: [{
2608
2644
  type: Injectable,
2609
2645
  args: [{
2610
2646
  providedIn: 'root',
2611
2647
  }]
2612
- }], ctorParameters: function () { return []; } });
2648
+ }], ctorParameters: () => [] });
2613
2649
 
2614
2650
  class AlertController extends OverlayBaseController {
2615
2651
  constructor() {
2616
2652
  super(alertController);
2617
2653
  defineCustomElement$8();
2618
2654
  }
2619
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2620
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertController, providedIn: 'root' });
2655
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2656
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, providedIn: 'root' });
2621
2657
  }
2622
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AlertController, decorators: [{
2658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, decorators: [{
2623
2659
  type: Injectable,
2624
2660
  args: [{
2625
2661
  providedIn: 'root',
2626
2662
  }]
2627
- }], ctorParameters: function () { return []; } });
2663
+ }], ctorParameters: () => [] });
2628
2664
 
2629
2665
  class AnimationController {
2630
2666
  /**
@@ -2650,10 +2686,10 @@ class AnimationController {
2650
2686
  easingTime(p0, p1, p2, p3, progression) {
2651
2687
  return getTimeGivenProgression(p0, p1, p2, p3, progression);
2652
2688
  }
2653
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnimationController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2654
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnimationController, providedIn: 'root' });
2689
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2690
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, providedIn: 'root' });
2655
2691
  }
2656
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnimationController, decorators: [{
2692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AnimationController, decorators: [{
2657
2693
  type: Injectable,
2658
2694
  args: [{
2659
2695
  providedIn: 'root',
@@ -2679,98 +2715,80 @@ class GestureController {
2679
2715
  }
2680
2716
  return createGesture(opts);
2681
2717
  }
2682
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GestureController, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2683
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GestureController, providedIn: 'root' });
2718
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2719
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, providedIn: 'root' });
2684
2720
  }
2685
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GestureController, decorators: [{
2721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: GestureController, decorators: [{
2686
2722
  type: Injectable,
2687
2723
  args: [{
2688
2724
  providedIn: 'root',
2689
2725
  }]
2690
- }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
2726
+ }], ctorParameters: () => [{ type: i0.NgZone }] });
2691
2727
 
2692
2728
  class LoadingController extends OverlayBaseController {
2693
2729
  constructor() {
2694
2730
  super(loadingController);
2695
- defineCustomElement$L();
2731
+ defineCustomElement$J();
2696
2732
  }
2697
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2698
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoadingController, providedIn: 'root' });
2733
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2734
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, providedIn: 'root' });
2699
2735
  }
2700
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoadingController, decorators: [{
2736
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, decorators: [{
2701
2737
  type: Injectable,
2702
2738
  args: [{
2703
2739
  providedIn: 'root',
2704
2740
  }]
2705
- }], ctorParameters: function () { return []; } });
2741
+ }], ctorParameters: () => [] });
2706
2742
 
2707
2743
  class MenuController extends MenuController$1 {
2708
2744
  constructor() {
2709
2745
  super(menuController);
2710
2746
  }
2711
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2712
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuController, providedIn: 'root' });
2713
- }
2714
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuController, decorators: [{
2715
- type: Injectable,
2716
- args: [{
2717
- providedIn: 'root',
2718
- }]
2719
- }], ctorParameters: function () { return []; } });
2720
-
2721
- /**
2722
- * @deprecated Use the inline ion-picker component instead.
2723
- */
2724
- class PickerController extends OverlayBaseController {
2725
- constructor() {
2726
- super(pickerController);
2727
- defineCustomElement$U();
2728
- }
2729
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2730
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, providedIn: 'root' });
2747
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: MenuController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2748
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: MenuController, providedIn: 'root' });
2731
2749
  }
2732
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, decorators: [{
2750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: MenuController, decorators: [{
2733
2751
  type: Injectable,
2734
2752
  args: [{
2735
2753
  providedIn: 'root',
2736
2754
  }]
2737
- }], ctorParameters: function () { return []; } });
2755
+ }], ctorParameters: () => [] });
2738
2756
 
2739
2757
  class ToastController extends OverlayBaseController {
2740
2758
  constructor() {
2741
2759
  super(toastController);
2742
- defineCustomElement$1f();
2760
+ defineCustomElement$1c();
2743
2761
  }
2744
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2745
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, providedIn: 'root' });
2762
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2763
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, providedIn: 'root' });
2746
2764
  }
2747
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, decorators: [{
2765
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, decorators: [{
2748
2766
  type: Injectable,
2749
2767
  args: [{
2750
2768
  providedIn: 'root',
2751
2769
  }]
2752
- }], ctorParameters: function () { return []; } });
2770
+ }], ctorParameters: () => [] });
2753
2771
 
2754
2772
  let IonNav = class IonNav extends IonNav$1 {
2755
2773
  constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
2756
2774
  super(ref, environmentInjector, injector, angularDelegate, z, c);
2757
2775
  }
2758
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNav, deps: [{ token: i0.ElementRef }, { token: i0.EnvironmentInjector }, { token: i0.Injector }, { token: i2$1.AngularDelegate }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2759
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNav, isStandalone: true, selector: "ion-nav", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
2776
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, deps: [{ token: i0.ElementRef }, { token: i0.EnvironmentInjector }, { token: i0.Injector }, { token: i2$1.AngularDelegate }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2777
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNav, isStandalone: true, selector: "ion-nav", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
2760
2778
  };
2761
2779
  IonNav = __decorate([
2762
2780
  ProxyCmp$1({
2763
- defineCustomElementFn: defineCustomElement$1h,
2781
+ defineCustomElementFn: defineCustomElement$1e,
2764
2782
  })
2765
2783
  ], IonNav);
2766
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNav, decorators: [{
2784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, decorators: [{
2767
2785
  type: Component,
2768
2786
  args: [{
2769
2787
  selector: 'ion-nav',
2770
2788
  template: '<ng-content></ng-content>',
2771
2789
  standalone: true,
2772
2790
  }]
2773
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: i2$1.AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
2791
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: i2$1.AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
2774
2792
 
2775
2793
  const CHECKBOX_INPUTS = [
2776
2794
  'checked',
@@ -2815,16 +2833,16 @@ let IonCheckbox = class IonCheckbox extends ValueAccessor {
2815
2833
  handleIonChange(el) {
2816
2834
  this.handleValueChange(el, el.checked);
2817
2835
  }
2818
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
2819
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2836
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
2837
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2820
2838
  };
2821
2839
  IonCheckbox = __decorate([
2822
2840
  ProxyCmp({
2823
- defineCustomElementFn: defineCustomElement$1i,
2841
+ defineCustomElementFn: defineCustomElement$1f,
2824
2842
  inputs: CHECKBOX_INPUTS,
2825
2843
  })
2826
2844
  ], IonCheckbox);
2827
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCheckbox, decorators: [{
2845
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCheckbox, decorators: [{
2828
2846
  type: Component,
2829
2847
  args: [{
2830
2848
  selector: 'ion-checkbox',
@@ -2835,7 +2853,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2835
2853
  providers: [accessorProvider$a],
2836
2854
  standalone: true,
2837
2855
  }]
2838
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
2856
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
2839
2857
  type: HostListener,
2840
2858
  args: ['ionChange', ['$event.target']]
2841
2859
  }] } });
@@ -2901,17 +2919,17 @@ let IonDatetime = class IonDatetime extends ValueAccessor {
2901
2919
  handleIonChange(el) {
2902
2920
  this.handleValueChange(el, el.value);
2903
2921
  }
2904
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
2905
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetime, isStandalone: true, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2922
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
2923
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetime, isStandalone: true, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2906
2924
  };
2907
2925
  IonDatetime = __decorate([
2908
2926
  ProxyCmp({
2909
- defineCustomElementFn: defineCustomElement$1j,
2927
+ defineCustomElementFn: defineCustomElement$1g,
2910
2928
  inputs: DATETIME_INPUTS,
2911
2929
  methods: ['confirm', 'reset', 'cancel'],
2912
2930
  })
2913
2931
  ], IonDatetime);
2914
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetime, decorators: [{
2932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetime, decorators: [{
2915
2933
  type: Component,
2916
2934
  args: [{
2917
2935
  selector: 'ion-datetime',
@@ -2922,7 +2940,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2922
2940
  providers: [accessorProvider$9],
2923
2941
  standalone: true,
2924
2942
  }]
2925
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
2943
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
2926
2944
  type: HostListener,
2927
2945
  args: ['ionChange', ['$event.target']]
2928
2946
  }] } });
@@ -2935,16 +2953,16 @@ let IonIcon = class IonIcon {
2935
2953
  c.detach();
2936
2954
  this.el = r.nativeElement;
2937
2955
  }
2938
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2939
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonIcon, isStandalone: true, selector: "ion-icon", inputs: { color: "color", flipRtl: "flipRtl", icon: "icon", ios: "ios", lazy: "lazy", md: "md", mode: "mode", name: "name", sanitize: "sanitize", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2956
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2957
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonIcon, isStandalone: true, selector: "ion-icon", inputs: { color: "color", flipRtl: "flipRtl", icon: "icon", ios: "ios", lazy: "lazy", md: "md", mode: "mode", name: "name", sanitize: "sanitize", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2940
2958
  };
2941
2959
  IonIcon = __decorate([
2942
2960
  ProxyCmp({
2943
- defineCustomElementFn: defineCustomElement$1k,
2961
+ defineCustomElementFn: defineCustomElement$1h,
2944
2962
  inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
2945
2963
  })
2946
2964
  ], IonIcon);
2947
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonIcon, decorators: [{
2965
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonIcon, decorators: [{
2948
2966
  type: Component,
2949
2967
  args: [{
2950
2968
  selector: 'ion-icon',
@@ -2954,7 +2972,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2954
2972
  inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
2955
2973
  standalone: true,
2956
2974
  }]
2957
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2975
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2958
2976
 
2959
2977
  const INPUT_INPUTS = [
2960
2978
  'accept',
@@ -3035,17 +3053,17 @@ let IonInput = class IonInput extends ValueAccessor {
3035
3053
  }
3036
3054
  });
3037
3055
  }
3038
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3039
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInput, isStandalone: true, selector: "ion-input", inputs: { accept: "accept", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", size: "size", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3056
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3057
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInput, isStandalone: true, selector: "ion-input", inputs: { accept: "accept", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", size: "size", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3040
3058
  };
3041
3059
  IonInput = __decorate([
3042
3060
  ProxyCmp({
3043
- defineCustomElementFn: defineCustomElement$1l,
3061
+ defineCustomElementFn: defineCustomElement$1i,
3044
3062
  inputs: INPUT_INPUTS,
3045
3063
  methods: ['setFocus', 'getInputElement'],
3046
3064
  })
3047
3065
  ], IonInput);
3048
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInput, decorators: [{
3066
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInput, decorators: [{
3049
3067
  type: Component,
3050
3068
  args: [{
3051
3069
  selector: 'ion-input',
@@ -3056,7 +3074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3056
3074
  providers: [accessorProvider$8],
3057
3075
  standalone: true,
3058
3076
  }]
3059
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonInput: [{
3077
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3060
3078
  type: HostListener,
3061
3079
  args: ['ionInput', ['$event.target']]
3062
3080
  }] } });
@@ -3117,17 +3135,17 @@ let IonInputOtp = class IonInputOtp extends ValueAccessor {
3117
3135
  }
3118
3136
  });
3119
3137
  }
3120
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInputOtp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3121
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInputOtp, isStandalone: true, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3138
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputOtp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3139
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputOtp, isStandalone: true, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3122
3140
  };
3123
3141
  IonInputOtp = __decorate([
3124
3142
  ProxyCmp({
3125
- defineCustomElementFn: defineCustomElement$1m,
3143
+ defineCustomElementFn: defineCustomElement$1j,
3126
3144
  inputs: INPUT_OTP_INPUTS,
3127
3145
  methods: ['setFocus'],
3128
3146
  })
3129
3147
  ], IonInputOtp);
3130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInputOtp, decorators: [{
3148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputOtp, decorators: [{
3131
3149
  type: Component,
3132
3150
  args: [{
3133
3151
  selector: 'ion-input-otp',
@@ -3138,7 +3156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3138
3156
  providers: [accessorProvider$7],
3139
3157
  standalone: true,
3140
3158
  }]
3141
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonInput: [{
3159
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3142
3160
  type: HostListener,
3143
3161
  args: ['ionInput', ['$event.target']]
3144
3162
  }] } });
@@ -3170,16 +3188,16 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
3170
3188
  handleIonChange(el) {
3171
3189
  this.handleValueChange(el, el.value);
3172
3190
  }
3173
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3174
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3191
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3192
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3175
3193
  };
3176
3194
  IonRadioGroup = __decorate([
3177
3195
  ProxyCmp({
3178
- defineCustomElementFn: defineCustomElement$1n,
3196
+ defineCustomElementFn: defineCustomElement$1k,
3179
3197
  inputs: RADIO_GROUP_INPUTS,
3180
3198
  })
3181
3199
  ], IonRadioGroup);
3182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadioGroup, decorators: [{
3200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, decorators: [{
3183
3201
  type: Component,
3184
3202
  args: [{
3185
3203
  selector: 'ion-radio-group',
@@ -3190,7 +3208,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3190
3208
  providers: [accessorProvider$6],
3191
3209
  standalone: true,
3192
3210
  }]
3193
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
3211
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
3194
3212
  type: HostListener,
3195
3213
  args: ['ionChange', ['$event.target']]
3196
3214
  }] } });
@@ -3240,16 +3258,16 @@ let IonRange = class IonRange extends ValueAccessor {
3240
3258
  handleIonInput(el) {
3241
3259
  this.handleValueChange(el, el.value);
3242
3260
  }
3243
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3244
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRange, isStandalone: true, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", ticks: "ticks", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3261
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3262
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRange, isStandalone: true, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", ticks: "ticks", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3245
3263
  };
3246
3264
  IonRange = __decorate([
3247
3265
  ProxyCmp({
3248
- defineCustomElementFn: defineCustomElement$1o,
3266
+ defineCustomElementFn: defineCustomElement$1l,
3249
3267
  inputs: RANGE_INPUTS,
3250
3268
  })
3251
3269
  ], IonRange);
3252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRange, decorators: [{
3270
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, decorators: [{
3253
3271
  type: Component,
3254
3272
  args: [{
3255
3273
  selector: 'ion-range',
@@ -3260,7 +3278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3260
3278
  providers: [accessorProvider$5],
3261
3279
  standalone: true,
3262
3280
  }]
3263
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonInput: [{
3281
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3264
3282
  type: HostListener,
3265
3283
  args: ['ionInput', ['$event.target']]
3266
3284
  }] } });
@@ -3313,17 +3331,17 @@ let IonSearchbar = class IonSearchbar extends ValueAccessor {
3313
3331
  handleIonInput(el) {
3314
3332
  this.handleValueChange(el, el.value);
3315
3333
  }
3316
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSearchbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3317
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSearchbar, isStandalone: true, selector: "ion-searchbar", inputs: { animated: "animated", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", showCancelButton: "showCancelButton", showClearButton: "showClearButton", spellcheck: "spellcheck", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3334
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSearchbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3335
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSearchbar, isStandalone: true, selector: "ion-searchbar", inputs: { animated: "animated", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", showCancelButton: "showCancelButton", showClearButton: "showClearButton", spellcheck: "spellcheck", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3318
3336
  };
3319
3337
  IonSearchbar = __decorate([
3320
3338
  ProxyCmp({
3321
- defineCustomElementFn: defineCustomElement$1p,
3339
+ defineCustomElementFn: defineCustomElement$1m,
3322
3340
  inputs: SEARCHBAR_INPUTS,
3323
3341
  methods: ['setFocus', 'getInputElement'],
3324
3342
  })
3325
3343
  ], IonSearchbar);
3326
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSearchbar, decorators: [{
3344
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSearchbar, decorators: [{
3327
3345
  type: Component,
3328
3346
  args: [{
3329
3347
  selector: 'ion-searchbar',
@@ -3334,7 +3352,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3334
3352
  providers: [accessorProvider$4],
3335
3353
  standalone: true,
3336
3354
  }]
3337
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonInput: [{
3355
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3338
3356
  type: HostListener,
3339
3357
  args: ['ionInput', ['$event.target']]
3340
3358
  }] } });
@@ -3366,16 +3384,16 @@ let IonSegment = class IonSegment extends ValueAccessor {
3366
3384
  handleIonChange(el) {
3367
3385
  this.handleValueChange(el, el.value);
3368
3386
  }
3369
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3370
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegment, isStandalone: true, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3387
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3388
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegment, isStandalone: true, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3371
3389
  };
3372
3390
  IonSegment = __decorate([
3373
3391
  ProxyCmp({
3374
- defineCustomElementFn: defineCustomElement$1q,
3392
+ defineCustomElementFn: defineCustomElement$1n,
3375
3393
  inputs: SEGMENT_INPUTS,
3376
3394
  })
3377
3395
  ], IonSegment);
3378
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegment, decorators: [{
3396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegment, decorators: [{
3379
3397
  type: Component,
3380
3398
  args: [{
3381
3399
  selector: 'ion-segment',
@@ -3386,7 +3404,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3386
3404
  providers: [accessorProvider$3],
3387
3405
  standalone: true,
3388
3406
  }]
3389
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
3407
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
3390
3408
  type: HostListener,
3391
3409
  args: ['ionChange', ['$event.target']]
3392
3410
  }] } });
@@ -3441,17 +3459,17 @@ let IonSelect = class IonSelect extends ValueAccessor {
3441
3459
  handleIonChange(el) {
3442
3460
  this.handleValueChange(el, el.value);
3443
3461
  }
3444
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3445
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelect, isStandalone: true, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3462
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3463
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelect, isStandalone: true, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3446
3464
  };
3447
3465
  IonSelect = __decorate([
3448
3466
  ProxyCmp({
3449
- defineCustomElementFn: defineCustomElement$1r,
3467
+ defineCustomElementFn: defineCustomElement$1o,
3450
3468
  inputs: SELECT_INPUTS,
3451
3469
  methods: ['open'],
3452
3470
  })
3453
3471
  ], IonSelect);
3454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelect, decorators: [{
3472
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelect, decorators: [{
3455
3473
  type: Component,
3456
3474
  args: [{
3457
3475
  selector: 'ion-select',
@@ -3462,7 +3480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3462
3480
  providers: [accessorProvider$2],
3463
3481
  standalone: true,
3464
3482
  }]
3465
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
3483
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
3466
3484
  type: HostListener,
3467
3485
  args: ['ionChange', ['$event.target']]
3468
3486
  }] } });
@@ -3524,17 +3542,17 @@ let IonTextarea = class IonTextarea extends ValueAccessor {
3524
3542
  handleIonInput(el) {
3525
3543
  this.handleValueChange(el, el.value);
3526
3544
  }
3527
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3528
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTextarea, isStandalone: true, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape", spellcheck: "spellcheck", value: "value", wrap: "wrap" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3545
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3546
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTextarea, isStandalone: true, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape", spellcheck: "spellcheck", value: "value", wrap: "wrap" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3529
3547
  };
3530
3548
  IonTextarea = __decorate([
3531
3549
  ProxyCmp({
3532
- defineCustomElementFn: defineCustomElement$1s,
3550
+ defineCustomElementFn: defineCustomElement$1p,
3533
3551
  inputs: TEXTAREA_INPUTS,
3534
3552
  methods: ['setFocus', 'getInputElement'],
3535
3553
  })
3536
3554
  ], IonTextarea);
3537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTextarea, decorators: [{
3555
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTextarea, decorators: [{
3538
3556
  type: Component,
3539
3557
  args: [{
3540
3558
  selector: 'ion-textarea',
@@ -3545,7 +3563,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3545
3563
  providers: [accessorProvider$1],
3546
3564
  standalone: true,
3547
3565
  }]
3548
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonInput: [{
3566
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
3549
3567
  type: HostListener,
3550
3568
  args: ['ionInput', ['$event.target']]
3551
3569
  }] } });
@@ -3593,16 +3611,16 @@ let IonToggle = class IonToggle extends ValueAccessor {
3593
3611
  handleIonChange(el) {
3594
3612
  this.handleValueChange(el, el.checked);
3595
3613
  }
3596
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3597
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToggle, isStandalone: true, selector: "ion-toggle", inputs: { checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3614
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3615
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToggle, isStandalone: true, selector: "ion-toggle", inputs: { checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3598
3616
  };
3599
3617
  IonToggle = __decorate([
3600
3618
  ProxyCmp({
3601
- defineCustomElementFn: defineCustomElement$1t,
3619
+ defineCustomElementFn: defineCustomElement$1q,
3602
3620
  inputs: TOGGLE_INPUTS,
3603
3621
  })
3604
3622
  ], IonToggle);
3605
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToggle, decorators: [{
3623
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToggle, decorators: [{
3606
3624
  type: Component,
3607
3625
  args: [{
3608
3626
  selector: 'ion-toggle',
@@ -3613,7 +3631,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3613
3631
  providers: [accessorProvider],
3614
3632
  standalone: true,
3615
3633
  }]
3616
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
3634
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
3617
3635
  type: HostListener,
3618
3636
  args: ['ionChange', ['$event.target']]
3619
3637
  }] } });
@@ -3622,5 +3640,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3622
3640
  * Generated bundle index. Do not edit.
3623
3641
  */
3624
3642
 
3625
- export { ActionSheetController, AlertController, AnimationController, GestureController, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonDivider, IonFab, IonFabButton, IonFabList, IonFooter, IonGallery, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterLink, IonRouterLinkWithHref, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LoadingController, MenuController, ModalController, PickerController, PopoverController, ToastController, provideIonicAngular };
3643
+ export { ActionSheetController, AlertController, AnimationController, GestureController, 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, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterLink, IonRouterLinkWithHref, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LoadingController, MenuController, ModalController, PopoverController, ToastController, provideIonicAngular };
3626
3644
  //# sourceMappingURL=ionic-angular-standalone.mjs.map