@ionic/angular 8.8.11-dev.11781532458.19fb3990 → 8.8.11-dev.11782911278.11f0315e

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