@ionic/angular 8.8.9-dev.11780683233.1c5e9d9b → 8.8.9-dev.11780690883.11fe8a2a

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