@ionic/angular 8.8.9-dev.11780086312.13aac420 → 8.8.9-dev.11780414486.1df2bd72

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