@ionic/angular 8.8.9-dev.11779411201.1a483e09 → 8.8.9-dev.11780349068.18c33698

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