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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) hide show
  1. package/README.md +1 -1
  2. package/css/core.css +1 -1
  3. package/css/core.css.map +1 -1
  4. package/css/display.css +1 -1
  5. package/css/display.css.map +1 -1
  6. package/css/flex-utils.css +1 -1
  7. package/css/flex-utils.css.map +1 -1
  8. package/css/float-elements.css.map +1 -1
  9. package/css/global.bundle.css.map +1 -1
  10. package/css/ionic-swiper.css +1 -1
  11. package/css/ionic-swiper.css.map +1 -1
  12. package/css/ionic.bundle.css +1 -1
  13. package/css/ionic.bundle.css.map +1 -1
  14. package/css/normalize.css.map +1 -1
  15. package/css/padding.css.map +1 -1
  16. package/css/palettes/dark.always.css.map +1 -1
  17. package/css/palettes/dark.class.css.map +1 -1
  18. package/css/palettes/dark.system.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  21. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  22. package/css/palettes/high-contrast.always.css.map +1 -1
  23. package/css/palettes/high-contrast.class.css.map +1 -1
  24. package/css/palettes/high-contrast.system.css.map +1 -1
  25. package/css/structure.css.map +1 -1
  26. package/css/text-alignment.css.map +1 -1
  27. package/css/text-transformation.css.map +1 -1
  28. package/css/typography.css.map +1 -1
  29. package/css/utils.bundle.css +1 -1
  30. package/css/utils.bundle.css.map +1 -1
  31. package/fesm2022/ionic-angular-common.mjs +107 -93
  32. package/fesm2022/ionic-angular-common.mjs.map +1 -1
  33. package/fesm2022/ionic-angular-standalone.mjs +900 -882
  34. package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
  35. package/fesm2022/ionic-angular.mjs +1087 -752
  36. package/fesm2022/ionic-angular.mjs.map +1 -1
  37. package/package.json +16 -16
  38. package/schematics/add/index.js +2 -2
  39. package/schematics/utils/ast.js +35 -3
  40. package/schematics/utils/config.js +10 -11
  41. package/schematics/utils/package.js +5 -2
  42. package/types/ionic-angular-common.d.ts +1021 -0
  43. package/types/ionic-angular-standalone.d.ts +1560 -0
  44. package/{directives/proxies.d.ts → types/ionic-angular.d.ts} +703 -469
  45. package/app-initialize.d.ts +0 -3
  46. package/common/directives/control-value-accessors/index.d.ts +0 -1
  47. package/common/directives/control-value-accessors/value-accessor.d.ts +0 -36
  48. package/common/directives/navigation/back-button.d.ts +0 -23
  49. package/common/directives/navigation/nav-params.d.ts +0 -45
  50. package/common/directives/navigation/nav.d.ts +0 -21
  51. package/common/directives/navigation/router-link-delegate.d.ts +0 -60
  52. package/common/directives/navigation/router-outlet.d.ts +0 -104
  53. package/common/directives/navigation/stack-controller.d.ts +0 -42
  54. package/common/directives/navigation/stack-utils.d.ts +0 -38
  55. package/common/directives/navigation/tabs.d.ts +0 -83
  56. package/common/index.d.ts +0 -22
  57. package/common/overlays/modal.d.ts +0 -62
  58. package/common/overlays/popover.d.ts +0 -46
  59. package/common/providers/angular-delegate.d.ts +0 -28
  60. package/common/providers/config.d.ts +0 -11
  61. package/common/providers/dom-controller.d.ts +0 -16
  62. package/common/providers/menu-controller.d.ts +0 -78
  63. package/common/providers/nav-controller.d.ts +0 -116
  64. package/common/providers/platform.d.ts +0 -174
  65. package/common/types/interfaces.d.ts +0 -8
  66. package/common/types/ionic-lifecycle-hooks.d.ts +0 -27
  67. package/common/types/overlay-options.d.ts +0 -16
  68. package/common/utils/overlay.d.ts +0 -21
  69. package/common/utils/proxy.d.ts +0 -8
  70. package/common/utils/routing.d.ts +0 -28
  71. package/common/utils/util.d.ts +0 -1
  72. package/css/ionic/bundle.ionic.css +0 -1
  73. package/css/ionic/bundle.ionic.css.map +0 -1
  74. package/css/ionic/core.ionic.css +0 -1
  75. package/css/ionic/core.ionic.css.map +0 -1
  76. package/css/ionic/global.bundle.ionic.css +0 -1
  77. package/css/ionic/global.bundle.ionic.css.map +0 -1
  78. package/css/ionic/ionic-swiper.ionic.css +0 -1
  79. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  80. package/css/ionic/link.ionic.css +0 -1
  81. package/css/ionic/link.ionic.css.map +0 -1
  82. package/css/ionic/structure.ionic.css +0 -1
  83. package/css/ionic/structure.ionic.css.map +0 -1
  84. package/css/ionic/typography.ionic.css +0 -1
  85. package/css/ionic/typography.ionic.css.map +0 -1
  86. package/css/ionic/utils.bundle.ionic.css +0 -1
  87. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  88. package/directives/angular-component-lib/utils.d.ts +0 -9
  89. package/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -10
  90. package/directives/control-value-accessors/index.d.ts +0 -4
  91. package/directives/control-value-accessors/numeric-value-accessor.d.ts +0 -11
  92. package/directives/control-value-accessors/select-value-accessor.d.ts +0 -9
  93. package/directives/control-value-accessors/text-value-accessor.d.ts +0 -9
  94. package/directives/navigation/ion-back-button.d.ts +0 -9
  95. package/directives/navigation/ion-nav.d.ts +0 -8
  96. package/directives/navigation/ion-router-outlet.d.ts +0 -25
  97. package/directives/navigation/ion-tabs.d.ts +0 -13
  98. package/directives/navigation/router-link-delegate.d.ts +0 -16
  99. package/directives/overlays/modal.d.ts +0 -6
  100. package/directives/overlays/popover.d.ts +0 -6
  101. package/directives/proxies-list.d.ts +0 -2
  102. package/directives/validators/index.d.ts +0 -2
  103. package/directives/validators/max-validator.d.ts +0 -12
  104. package/directives/validators/min-validator.d.ts +0 -12
  105. package/esm2022/app-initialize.mjs +0 -29
  106. package/esm2022/common/directives/control-value-accessors/index.mjs +0 -2
  107. package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +0 -153
  108. package/esm2022/common/directives/navigation/back-button.mjs +0 -61
  109. package/esm2022/common/directives/navigation/nav-params.mjs +0 -47
  110. package/esm2022/common/directives/navigation/nav.mjs +0 -49
  111. package/esm2022/common/directives/navigation/router-link-delegate.mjs +0 -156
  112. package/esm2022/common/directives/navigation/router-outlet.mjs +0 -480
  113. package/esm2022/common/directives/navigation/stack-controller.mjs +0 -280
  114. package/esm2022/common/directives/navigation/stack-utils.mjs +0 -73
  115. package/esm2022/common/directives/navigation/tabs.mjs +0 -279
  116. package/esm2022/common/index.mjs +0 -20
  117. package/esm2022/common/ionic-angular-common.mjs +0 -5
  118. package/esm2022/common/overlays/modal.mjs +0 -103
  119. package/esm2022/common/overlays/popover.mjs +0 -91
  120. package/esm2022/common/providers/angular-delegate.mjs +0 -203
  121. package/esm2022/common/providers/config.mjs +0 -45
  122. package/esm2022/common/providers/dom-controller.mjs +0 -45
  123. package/esm2022/common/providers/menu-controller.mjs +0 -114
  124. package/esm2022/common/providers/nav-controller.mjs +0 -235
  125. package/esm2022/common/providers/platform.mjs +0 -258
  126. package/esm2022/common/types/interfaces.mjs +0 -2
  127. package/esm2022/common/types/ionic-lifecycle-hooks.mjs +0 -5
  128. package/esm2022/common/types/overlay-options.mjs +0 -2
  129. package/esm2022/common/utils/overlay.mjs +0 -26
  130. package/esm2022/common/utils/proxy.mjs +0 -47
  131. package/esm2022/common/utils/routing.mjs +0 -55
  132. package/esm2022/common/utils/util.mjs +0 -10
  133. package/esm2022/directives/angular-component-lib/utils.mjs +0 -59
  134. package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +0 -42
  135. package/esm2022/directives/control-value-accessors/index.mjs +0 -5
  136. package/esm2022/directives/control-value-accessors/numeric-value-accessor.mjs +0 -50
  137. package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +0 -39
  138. package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +0 -38
  139. package/esm2022/directives/navigation/ion-back-button.mjs +0 -24
  140. package/esm2022/directives/navigation/ion-nav.mjs +0 -21
  141. package/esm2022/directives/navigation/ion-router-outlet.mjs +0 -52
  142. package/esm2022/directives/navigation/ion-tabs.mjs +0 -59
  143. package/esm2022/directives/navigation/router-link-delegate.mjs +0 -32
  144. package/esm2022/directives/overlays/modal.mjs +0 -22
  145. package/esm2022/directives/overlays/popover.mjs +0 -18
  146. package/esm2022/directives/proxies-list.mjs +0 -92
  147. package/esm2022/directives/proxies.mjs +0 -2438
  148. package/esm2022/directives/validators/index.mjs +0 -3
  149. package/esm2022/directives/validators/max-validator.mjs +0 -27
  150. package/esm2022/directives/validators/min-validator.mjs +0 -27
  151. package/esm2022/index.mjs +0 -32
  152. package/esm2022/ionic-angular.mjs +0 -5
  153. package/esm2022/ionic-module.mjs +0 -111
  154. package/esm2022/providers/action-sheet-controller.mjs +0 -19
  155. package/esm2022/providers/alert-controller.mjs +0 -19
  156. package/esm2022/providers/animation-controller.mjs +0 -38
  157. package/esm2022/providers/gesture-controller.mjs +0 -33
  158. package/esm2022/providers/loading-controller.mjs +0 -19
  159. package/esm2022/providers/menu-controller.mjs +0 -19
  160. package/esm2022/providers/modal-controller.mjs +0 -26
  161. package/esm2022/providers/picker-controller.mjs +0 -22
  162. package/esm2022/providers/popover-controller.mjs +0 -19
  163. package/esm2022/providers/toast-controller.mjs +0 -19
  164. package/esm2022/standalone/directives/angular-component-lib/utils.mjs +0 -59
  165. package/esm2022/standalone/directives/checkbox.mjs +0 -76
  166. package/esm2022/standalone/directives/datetime.mjs +0 -95
  167. package/esm2022/standalone/directives/icon.mjs +0 -35
  168. package/esm2022/standalone/directives/index.mjs +0 -13
  169. package/esm2022/standalone/directives/input-otp.mjs +0 -90
  170. package/esm2022/standalone/directives/input.mjs +0 -113
  171. package/esm2022/standalone/directives/proxies.mjs +0 -2326
  172. package/esm2022/standalone/directives/radio-group.mjs +0 -60
  173. package/esm2022/standalone/directives/range.mjs +0 -78
  174. package/esm2022/standalone/directives/searchbar.mjs +0 -82
  175. package/esm2022/standalone/directives/segment.mjs +0 -60
  176. package/esm2022/standalone/directives/select.mjs +0 -84
  177. package/esm2022/standalone/directives/textarea.mjs +0 -91
  178. package/esm2022/standalone/directives/toggle.mjs +0 -76
  179. package/esm2022/standalone/index.mjs +0 -25
  180. package/esm2022/standalone/ionic-angular-standalone.mjs +0 -5
  181. package/esm2022/standalone/navigation/back-button.mjs +0 -32
  182. package/esm2022/standalone/navigation/nav.mjs +0 -28
  183. package/esm2022/standalone/navigation/router-link-delegate.mjs +0 -28
  184. package/esm2022/standalone/navigation/router-outlet.mjs +0 -60
  185. package/esm2022/standalone/navigation/tabs.mjs +0 -58
  186. package/esm2022/standalone/overlays/modal.mjs +0 -32
  187. package/esm2022/standalone/overlays/popover.mjs +0 -28
  188. package/esm2022/standalone/providers/action-sheet-controller.mjs +0 -21
  189. package/esm2022/standalone/providers/alert-controller.mjs +0 -21
  190. package/esm2022/standalone/providers/animation-controller.mjs +0 -38
  191. package/esm2022/standalone/providers/gesture-controller.mjs +0 -33
  192. package/esm2022/standalone/providers/ionic-angular.mjs +0 -38
  193. package/esm2022/standalone/providers/loading-controller.mjs +0 -21
  194. package/esm2022/standalone/providers/menu-controller.mjs +0 -19
  195. package/esm2022/standalone/providers/modal-controller.mjs +0 -28
  196. package/esm2022/standalone/providers/picker-controller.mjs +0 -24
  197. package/esm2022/standalone/providers/popover-controller.mjs +0 -21
  198. package/esm2022/standalone/providers/toast-controller.mjs +0 -21
  199. package/index.d.ts +0 -27
  200. package/ionic-module.d.ts +0 -28
  201. package/providers/action-sheet-controller.d.ts +0 -8
  202. package/providers/alert-controller.d.ts +0 -8
  203. package/providers/animation-controller.d.ts +0 -25
  204. package/providers/gesture-controller.d.ts +0 -13
  205. package/providers/loading-controller.d.ts +0 -8
  206. package/providers/menu-controller.d.ts +0 -7
  207. package/providers/modal-controller.d.ts +0 -12
  208. package/providers/picker-controller.d.ts +0 -11
  209. package/providers/popover-controller.d.ts +0 -9
  210. package/providers/toast-controller.d.ts +0 -8
  211. package/standalone/directives/angular-component-lib/utils.d.ts +0 -9
  212. package/standalone/directives/checkbox.d.ts +0 -30
  213. package/standalone/directives/datetime.d.ts +0 -30
  214. package/standalone/directives/icon.d.ts +0 -9
  215. package/standalone/directives/index.d.ts +0 -12
  216. package/standalone/directives/input-otp.d.ts +0 -49
  217. package/standalone/directives/input.d.ts +0 -47
  218. package/standalone/directives/proxies.d.ts +0 -1053
  219. package/standalone/directives/radio-group.d.ts +0 -18
  220. package/standalone/directives/range.d.ts +0 -47
  221. package/standalone/directives/searchbar.d.ts +0 -45
  222. package/standalone/directives/segment.d.ts +0 -19
  223. package/standalone/directives/select.d.ts +0 -34
  224. package/standalone/directives/textarea.d.ts +0 -37
  225. package/standalone/directives/toggle.d.ts +0 -28
  226. package/standalone/index.d.ts +0 -23
  227. package/standalone/navigation/back-button.d.ts +0 -9
  228. package/standalone/navigation/nav.d.ts +0 -8
  229. package/standalone/navigation/router-link-delegate.d.ts +0 -10
  230. package/standalone/navigation/router-outlet.d.ts +0 -25
  231. package/standalone/navigation/tabs.d.ts +0 -13
  232. package/standalone/overlays/modal.d.ts +0 -6
  233. package/standalone/overlays/popover.d.ts +0 -6
  234. package/standalone/providers/action-sheet-controller.d.ts +0 -8
  235. package/standalone/providers/alert-controller.d.ts +0 -8
  236. package/standalone/providers/animation-controller.d.ts +0 -25
  237. package/standalone/providers/gesture-controller.d.ts +0 -13
  238. package/standalone/providers/ionic-angular.d.ts +0 -7
  239. package/standalone/providers/loading-controller.d.ts +0 -8
  240. package/standalone/providers/menu-controller.d.ts +0 -7
  241. package/standalone/providers/modal-controller.d.ts +0 -12
  242. package/standalone/providers/picker-controller.d.ts +0 -11
  243. package/standalone/providers/popover-controller.d.ts +0 -9
  244. package/standalone/providers/toast-controller.d.ts +0 -8
@@ -1,18 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { RadioGroupChangeEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonRadioGroup extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- handleIonChange(el: HTMLIonRadioGroupElement): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IonRadioGroup, never>;
11
- 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, ["*"], true, never>;
12
- }
13
- export declare interface IonRadioGroup extends Components.IonRadioGroup {
14
- /**
15
- * Emitted when the value has changed.
16
- */
17
- ionChange: EventEmitter<CustomEvent<RadioGroupChangeEventDetail>>;
18
- }
@@ -1,47 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { RangeChangeEventDetail, RangeKnobMoveStartEventDetail, RangeKnobMoveEndEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonRange extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- handleIonInput(el: HTMLIonRangeElement): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IonRange, never>;
11
- 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, ["*"], true, never>;
12
- }
13
- export declare interface IonRange extends Components.IonRange {
14
- /**
15
- * The `ionChange` event is fired for `<ion-range>` elements when the user
16
- modifies the element's value:
17
- - When the user releases the knob after dragging;
18
- - When the user moves the knob with keyboard arrows
19
-
20
- `ionChange` is not fired when the value is changed programmatically.
21
- */
22
- ionChange: EventEmitter<CustomEvent<RangeChangeEventDetail>>;
23
- /**
24
- * The `ionInput` event is fired for `<ion-range>` elements when the value
25
- is modified. Unlike `ionChange`, `ionInput` is fired continuously
26
- while the user is dragging the knob.
27
- */
28
- ionInput: EventEmitter<CustomEvent<RangeChangeEventDetail>>;
29
- /**
30
- * Emitted when the range has focus.
31
- */
32
- ionFocus: EventEmitter<CustomEvent<void>>;
33
- /**
34
- * Emitted when the range loses focus.
35
- */
36
- ionBlur: EventEmitter<CustomEvent<void>>;
37
- /**
38
- * Emitted when the user starts moving the range knob, whether through
39
- mouse drag, touch gesture, or keyboard interaction.
40
- */
41
- ionKnobMoveStart: EventEmitter<CustomEvent<RangeKnobMoveStartEventDetail>>;
42
- /**
43
- * Emitted when the user finishes moving the range knob, whether through
44
- mouse drag, touch gesture, or keyboard interaction.
45
- */
46
- ionKnobMoveEnd: EventEmitter<CustomEvent<RangeKnobMoveEndEventDetail>>;
47
- }
@@ -1,45 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { SearchbarInputEventDetail, SearchbarChangeEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonSearchbar extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- handleIonInput(el: HTMLIonSearchbarElement): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IonSearchbar, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IonSearchbar, "ion-searchbar", never, { "animated": { "alias": "animated"; "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; }; "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, ["*"], true, never>;
12
- }
13
- export declare interface IonSearchbar extends Components.IonSearchbar {
14
- /**
15
- * Emitted when the `value` of the `ion-searchbar` element has changed.
16
- */
17
- ionInput: EventEmitter<CustomEvent<SearchbarInputEventDetail>>;
18
- /**
19
- * The `ionChange` event is fired for `<ion-searchbar>` elements when the user
20
- modifies the element's value. Unlike the `ionInput` event, the `ionChange`
21
- event is not necessarily fired for each alteration to an element's value.
22
-
23
- The `ionChange` event is fired when the value has been committed
24
- by the user. This can happen when the element loses focus or
25
- when the "Enter" key is pressed. `ionChange` can also fire
26
- when clicking the clear or cancel buttons.
27
- */
28
- ionChange: EventEmitter<CustomEvent<SearchbarChangeEventDetail>>;
29
- /**
30
- * Emitted when the cancel button is clicked.
31
- */
32
- ionCancel: EventEmitter<CustomEvent<void>>;
33
- /**
34
- * Emitted when the clear input button is clicked.
35
- */
36
- ionClear: EventEmitter<CustomEvent<void>>;
37
- /**
38
- * Emitted when the input loses focus.
39
- */
40
- ionBlur: EventEmitter<CustomEvent<void>>;
41
- /**
42
- * Emitted when the input has focus.
43
- */
44
- ionFocus: EventEmitter<CustomEvent<void>>;
45
- }
@@ -1,19 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { SegmentChangeEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonSegment extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- handleIonChange(el: HTMLIonSegmentElement): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IonSegment, never>;
11
- 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, ["*"], true, never>;
12
- }
13
- export declare interface IonSegment extends Components.IonSegment {
14
- /**
15
- * Emitted when the value property has changed and any
16
- dragging pointer has been released from `ion-segment`.
17
- */
18
- ionChange: EventEmitter<CustomEvent<SegmentChangeEventDetail>>;
19
- }
@@ -1,34 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { SelectChangeEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonSelect extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- handleIonChange(el: HTMLIonSelectElement): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IonSelect, never>;
11
- 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; }; "selectedText": { "alias": "selectedText"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "toggleIcon": { "alias": "toggleIcon"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
12
- }
13
- export declare interface IonSelect extends Components.IonSelect {
14
- /**
15
- * Emitted when the value has changed.
16
- */
17
- ionChange: EventEmitter<CustomEvent<SelectChangeEventDetail>>;
18
- /**
19
- * Emitted when the selection is cancelled.
20
- */
21
- ionCancel: EventEmitter<CustomEvent<void>>;
22
- /**
23
- * Emitted when the overlay is dismissed.
24
- */
25
- ionDismiss: EventEmitter<CustomEvent<void>>;
26
- /**
27
- * Emitted when the select has focus.
28
- */
29
- ionFocus: EventEmitter<CustomEvent<void>>;
30
- /**
31
- * Emitted when the select loses focus.
32
- */
33
- ionBlur: EventEmitter<CustomEvent<void>>;
34
- }
@@ -1,37 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { TextareaChangeEventDetail, TextareaInputEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonTextarea extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- handleIonInput(el: HTMLIonTextareaElement): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IonTextarea, never>;
11
- 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, ["*"], true, never>;
12
- }
13
- export declare interface IonTextarea extends Components.IonTextarea {
14
- /**
15
- * The `ionChange` event is fired when the user modifies the textarea's value.
16
- Unlike the `ionInput` event, the `ionChange` event is fired when
17
- the element loses focus after its value has been modified.
18
- */
19
- ionChange: EventEmitter<CustomEvent<TextareaChangeEventDetail>>;
20
- /**
21
- * The `ionInput` event is fired each time the user modifies the textarea's value.
22
- Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
23
- to the textarea's value. This typically happens for each keystroke as the user types.
24
-
25
- When `clearOnEdit` is enabled, the `ionInput` event will be fired when
26
- the user clears the textarea by performing a keydown event.
27
- */
28
- ionInput: EventEmitter<CustomEvent<TextareaInputEventDetail>>;
29
- /**
30
- * Emitted when the input loses focus.
31
- */
32
- ionBlur: EventEmitter<CustomEvent<FocusEvent>>;
33
- /**
34
- * Emitted when the input has focus.
35
- */
36
- ionFocus: EventEmitter<CustomEvent<FocusEvent>>;
37
- }
@@ -1,28 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { ToggleChangeEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonToggle extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- writeValue(value: boolean): void;
10
- handleIonChange(el: HTMLIonToggleElement): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<IonToggle, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IonToggle, "ion-toggle", never, { "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; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
13
- }
14
- export declare interface IonToggle extends Components.IonToggle {
15
- /**
16
- * Emitted when the user switches the toggle on or off. Does not emit
17
- when programmatically changing the value of the `checked` property.
18
- */
19
- ionChange: EventEmitter<CustomEvent<ToggleChangeEventDetail>>;
20
- /**
21
- * Emitted when the toggle has focus.
22
- */
23
- ionFocus: EventEmitter<CustomEvent<void>>;
24
- /**
25
- * Emitted when the toggle loses focus.
26
- */
27
- ionBlur: EventEmitter<CustomEvent<void>>;
28
- }
@@ -1,23 +0,0 @@
1
- export { IonBackButton } from './navigation/back-button';
2
- export { IonModal } from './overlays/modal';
3
- export { IonPopover } from './overlays/popover';
4
- export { IonRouterOutlet } from './navigation/router-outlet';
5
- export { IonRouterLink, IonRouterLinkWithHref } from './navigation/router-link-delegate';
6
- export { IonTabs } from './navigation/tabs';
7
- export { provideIonicAngular } from './providers/ionic-angular';
8
- export { ActionSheetController } from './providers/action-sheet-controller';
9
- export { AlertController } from './providers/alert-controller';
10
- export { AnimationController } from './providers/animation-controller';
11
- export { GestureController } from './providers/gesture-controller';
12
- export { LoadingController } from './providers/loading-controller';
13
- export { MenuController } from './providers/menu-controller';
14
- export { ModalController } from './providers/modal-controller';
15
- export { PickerController } from './providers/picker-controller';
16
- export { PopoverController } from './providers/popover-controller';
17
- export { ToastController } from './providers/toast-controller';
18
- export { DomController, NavController, Config, Platform, NavParams, IonModalToken, IonicRouteStrategy, ViewWillEnter, ViewDidEnter, ViewWillLeave, ViewDidLeave, } from '@ionic/angular/common';
19
- export type { ModalOptions, PopoverOptions } from '@ionic/angular/common';
20
- export { IonNav } from './navigation/nav';
21
- export { IonCheckbox, IonDatetime, IonInput, IonInputOtp, IonIcon, IonRadioGroup, IonRange, IonSearchbar, IonSegment, IonSelect, IonTextarea, IonToggle, } from './directives';
22
- export * from './directives/proxies';
23
- export { createAnimation, createGesture, iosTransitionAnimation, mdTransitionAnimation, IonicSlides, getPlatforms, isPlatform, getTimeGivenProgression, Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, NavComponentWithProps, SpinnerTypes, AccordionGroupCustomEvent, AccordionGroupChangeEventDetail, BreadcrumbCustomEvent, BreadcrumbCollapsedClickEventDetail, ActionSheetOptions, ActionSheetButton, AlertOptions, AlertInput, AlertButton, BackButtonEvent, CheckboxCustomEvent, CheckboxChangeEventDetail, DatetimeCustomEvent, DatetimeChangeEventDetail, InfiniteScrollCustomEvent, InputCustomEvent, InputChangeEventDetail, InputOtpCustomEvent, InputOtpChangeEventDetail, InputOtpCompleteEventDetail, InputOtpInputEventDetail, ItemReorderEventDetail, ItemReorderCustomEvent, ItemSlidingCustomEvent, IonicSafeString, LoadingOptions, MenuCustomEvent, ModalDragEventDetail, NavCustomEvent, PickerOptions, PickerButton, PickerColumn, PickerColumnOption, PlatformConfig, RadioGroupCustomEvent, RadioGroupChangeEventDetail, RangeCustomEvent, RangeChangeEventDetail, RangeKnobMoveStartEventDetail, RangeKnobMoveEndEventDetail, RefresherCustomEvent, RefresherEventDetail, RefresherPullEndCustomEvent, RefresherPullEndEventDetail, ReorderMoveCustomEvent, ReorderMoveEventDetail, ReorderEndCustomEvent, ReorderEndEventDetail, RouterEventDetail, RouterCustomEvent, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollDetail, ScrollCustomEvent, SearchbarCustomEvent, SearchbarChangeEventDetail, SearchbarInputEventDetail, SegmentChangeEventDetail, SegmentCustomEvent, SegmentValue, SelectChangeEventDetail, SelectCustomEvent, TabsCustomEvent, TextareaChangeEventDetail, TextareaCustomEvent, ToastOptions, ToastButton, ToastLayout, ToggleChangeEventDetail, ToggleCustomEvent, } from '@ionic/core/components';
@@ -1,9 +0,0 @@
1
- import { ElementRef, NgZone, ChangeDetectorRef } from '@angular/core';
2
- import { IonBackButton as IonBackButtonBase, NavController, Config } from '@ionic/angular/common';
3
- import { IonRouterOutlet } from './router-outlet';
4
- import * as i0 from "@angular/core";
5
- export declare class IonBackButton extends IonBackButtonBase {
6
- constructor(routerOutlet: IonRouterOutlet, navCtrl: NavController, config: Config, r: ElementRef, z: NgZone, c: ChangeDetectorRef);
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IonBackButton, [{ optional: true; }, null, null, null, null, null]>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<IonBackButton, "ion-back-button", never, {}, {}, never, ["*"], true, never>;
9
- }
@@ -1,8 +0,0 @@
1
- import { ElementRef, Injector, EnvironmentInjector, NgZone, ChangeDetectorRef } from '@angular/core';
2
- import { IonNav as IonNavBase, AngularDelegate } from '@ionic/angular/common';
3
- import * as i0 from "@angular/core";
4
- export declare class IonNav extends IonNavBase {
5
- constructor(ref: ElementRef, environmentInjector: EnvironmentInjector, injector: Injector, angularDelegate: AngularDelegate, z: NgZone, c: ChangeDetectorRef);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IonNav, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<IonNav, "ion-nav", never, {}, {}, never, ["*"], true, never>;
8
- }
@@ -1,10 +0,0 @@
1
- import { RouterLinkDelegateDirective as RouterLinkDelegateBase, RouterLinkWithHrefDelegateDirective as RouterLinkHrefDelegateBase } from '@ionic/angular/common';
2
- import * as i0 from "@angular/core";
3
- export declare class IonRouterLink extends RouterLinkDelegateBase {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IonRouterLink, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<IonRouterLink, ":not(a):not(area)[routerLink]", never, {}, {}, never, never, true, never>;
6
- }
7
- export declare class IonRouterLinkWithHref extends RouterLinkHrefDelegateBase {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<IonRouterLinkWithHref, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<IonRouterLinkWithHref, "a[routerLink],area[routerLink]", never, {}, {}, never, never, true, never>;
10
- }
@@ -1,25 +0,0 @@
1
- import { Location } from '@angular/common';
2
- import { ViewContainerRef, ElementRef, NgZone } from '@angular/core';
3
- import { Router, ActivatedRoute } from '@angular/router';
4
- import { IonRouterOutlet as IonRouterOutletBase } from '@ionic/angular/common';
5
- import * as i0 from "@angular/core";
6
- export declare class IonRouterOutlet extends IonRouterOutletBase {
7
- readonly parentOutlet?: IonRouterOutlet | undefined;
8
- /**
9
- * `static: true` must be set so the query results are resolved
10
- * before change detection runs. Otherwise, the view container
11
- * ref will be ion-router-outlet instead of ng-container, and
12
- * the first view will be added as a sibling of ion-router-outlet
13
- * instead of a child.
14
- */
15
- outletContent: ViewContainerRef;
16
- /**
17
- * We need to pass in the correct instance of IonRouterOutlet
18
- * otherwise parentOutlet will be null in a nested outlet context.
19
- * This results in APIs such as NavController.pop not working
20
- * in nested outlets because the parent outlet cannot be found.
21
- */
22
- constructor(name: string, tabs: string, commonLocation: Location, elementRef: ElementRef, router: Router, zone: NgZone, activatedRoute: ActivatedRoute, parentOutlet?: IonRouterOutlet | undefined);
23
- static ɵfac: i0.ɵɵFactoryDeclaration<IonRouterOutlet, [{ attribute: "name"; }, { attribute: "tabs"; optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<IonRouterOutlet, "ion-router-outlet", never, {}, {}, never, ["*"], true, never>;
25
- }
@@ -1,13 +0,0 @@
1
- import { QueryList } from '@angular/core';
2
- import { IonTabs as IonTabsBase } from '@ionic/angular/common';
3
- import { IonTabBar, IonTab } from '../directives/proxies';
4
- import { IonRouterOutlet } from './router-outlet';
5
- import * as i0 from "@angular/core";
6
- export declare class IonTabs extends IonTabsBase {
7
- outlet: IonRouterOutlet;
8
- tabBar: IonTabBar | undefined;
9
- tabBars: QueryList<IonTabBar>;
10
- tabs: QueryList<IonTab>;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<IonTabs, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IonTabs, "ion-tabs", never, {}, {}, ["tabBar", "tabBars", "tabs"], ["[slot=top]", "ion-tab", "*"], true, never>;
13
- }
@@ -1,6 +0,0 @@
1
- import { IonModal as IonModalBase } from '@ionic/angular/common';
2
- import * as i0 from "@angular/core";
3
- export declare class IonModal extends IonModalBase {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IonModal, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<IonModal, "ion-modal", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import { IonPopover as IonPopoverBase } from '@ionic/angular/common';
2
- import * as i0 from "@angular/core";
3
- export declare class IonPopover extends IonPopoverBase {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<IonPopover, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<IonPopover, "ion-popover", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,8 +0,0 @@
1
- import { OverlayBaseController } from '@ionic/angular/common';
2
- import type { ActionSheetOptions } from '@ionic/core/components';
3
- import * as i0 from "@angular/core";
4
- export declare class ActionSheetController extends OverlayBaseController<ActionSheetOptions, HTMLIonActionSheetElement> {
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetController, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<ActionSheetController>;
8
- }
@@ -1,8 +0,0 @@
1
- import { OverlayBaseController } from '@ionic/angular/common';
2
- import type { AlertOptions } from '@ionic/core/components';
3
- import * as i0 from "@angular/core";
4
- export declare class AlertController extends OverlayBaseController<AlertOptions, HTMLIonAlertElement> {
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AlertController, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<AlertController>;
8
- }
@@ -1,25 +0,0 @@
1
- import type { Animation } from '@ionic/core';
2
- import * as i0 from "@angular/core";
3
- export declare class AnimationController {
4
- /**
5
- * Create a new animation
6
- */
7
- create(animationId?: string): Animation;
8
- /**
9
- * EXPERIMENTAL
10
- *
11
- * Given a progression and a cubic bezier function,
12
- * this utility returns the time value(s) at which the
13
- * cubic bezier reaches the given time progression.
14
- *
15
- * If the cubic bezier never reaches the progression
16
- * the result will be an empty array.
17
- *
18
- * This is most useful for switching between easing curves
19
- * when doing a gesture animation (i.e. going from linear easing
20
- * during a drag, to another easing when `progressEnd` is called)
21
- */
22
- easingTime(p0: number[], p1: number[], p2: number[], p3: number[], progression: number): number[];
23
- static ɵfac: i0.ɵɵFactoryDeclaration<AnimationController, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<AnimationController>;
25
- }
@@ -1,13 +0,0 @@
1
- import { NgZone } from '@angular/core';
2
- import type { Gesture, GestureConfig } from '@ionic/core/components';
3
- import * as i0 from "@angular/core";
4
- export declare class GestureController {
5
- private zone;
6
- constructor(zone: NgZone);
7
- /**
8
- * Create a new gesture
9
- */
10
- create(opts: GestureConfig, runInsideAngularZone?: boolean): Gesture;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<GestureController, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<GestureController>;
13
- }
@@ -1,7 +0,0 @@
1
- import type { EnvironmentProviders } from '@angular/core';
2
- import type { IonicConfig } from '@ionic/core/components';
3
- type OptInAngularFeatures = {
4
- useSetInputAPI?: boolean;
5
- };
6
- export declare const provideIonicAngular: (config?: IonicConfig & OptInAngularFeatures) => EnvironmentProviders;
7
- export {};
@@ -1,8 +0,0 @@
1
- import { OverlayBaseController } from '@ionic/angular/common';
2
- import type { LoadingOptions } from '@ionic/core/components';
3
- import * as i0 from "@angular/core";
4
- export declare class LoadingController extends OverlayBaseController<LoadingOptions, HTMLIonLoadingElement> {
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LoadingController, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<LoadingController>;
8
- }
@@ -1,7 +0,0 @@
1
- import { MenuController as MenuControllerBase } from '@ionic/angular/common';
2
- import * as i0 from "@angular/core";
3
- export declare class MenuController extends MenuControllerBase {
4
- constructor();
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuController, never>;
6
- static ɵprov: i0.ɵɵInjectableDeclaration<MenuController>;
7
- }
@@ -1,12 +0,0 @@
1
- import { OverlayBaseController } from '@ionic/angular/common';
2
- import type { ModalOptions } from '@ionic/angular/common';
3
- import * as i0 from "@angular/core";
4
- export declare class ModalController extends OverlayBaseController<ModalOptions, HTMLIonModalElement> {
5
- private angularDelegate;
6
- private injector;
7
- private environmentInjector;
8
- constructor();
9
- create(opts: ModalOptions): Promise<HTMLIonModalElement>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalController, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalController>;
12
- }
@@ -1,11 +0,0 @@
1
- import { OverlayBaseController } from '@ionic/angular/common';
2
- import type { PickerOptions } from '@ionic/core/components';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @deprecated Use the inline ion-picker component instead.
6
- */
7
- export declare class PickerController extends OverlayBaseController<PickerOptions, HTMLIonPickerLegacyElement> {
8
- constructor();
9
- static ɵfac: i0.ɵɵFactoryDeclaration<PickerController, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<PickerController>;
11
- }
@@ -1,9 +0,0 @@
1
- import { OverlayBaseController } from '@ionic/angular/common';
2
- import type { PopoverOptions } from '@ionic/angular/common';
3
- export declare class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
4
- private angularDelegate;
5
- private injector;
6
- private environmentInjector;
7
- constructor();
8
- create(opts: PopoverOptions): Promise<HTMLIonPopoverElement>;
9
- }
@@ -1,8 +0,0 @@
1
- import { OverlayBaseController } from '@ionic/angular/common';
2
- import type { ToastOptions } from '@ionic/core/components';
3
- import * as i0 from "@angular/core";
4
- export declare class ToastController extends OverlayBaseController<ToastOptions, HTMLIonToastElement> {
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ToastController, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<ToastController>;
8
- }