@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,28 +0,0 @@
1
- import { Injector, Injectable, EnvironmentInjector, inject } from '@angular/core';
2
- import { AngularDelegate, OverlayBaseController } from '@ionic/angular/common';
3
- import { modalController } from '@ionic/core/components';
4
- import { defineCustomElement } from '@ionic/core/components/ion-modal.js';
5
- import * as i0 from "@angular/core";
6
- class ModalController extends OverlayBaseController {
7
- angularDelegate = inject(AngularDelegate);
8
- injector = inject(Injector);
9
- environmentInjector = inject(EnvironmentInjector);
10
- constructor() {
11
- super(modalController);
12
- defineCustomElement();
13
- }
14
- create(opts) {
15
- const { injector: customInjector, ...restOpts } = opts;
16
- return super.create({
17
- ...restOpts,
18
- delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'modal', customInjector),
19
- });
20
- }
21
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ModalController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
22
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ModalController });
23
- }
24
- export { ModalController };
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ModalController, decorators: [{
26
- type: Injectable
27
- }], ctorParameters: function () { return []; } });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtY29udHJvbGxlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3N0YW5kYWxvbmUvc3JjL3Byb3ZpZGVycy9tb2RhbC1jb250cm9sbGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsVUFBVSxFQUFFLG1CQUFtQixFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNsRixPQUFPLEVBQUUsZUFBZSxFQUFFLHFCQUFxQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFFL0UsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDOztBQUUxRSxNQUNhLGVBQWdCLFNBQVEscUJBQXdEO0lBQ25GLGVBQWUsR0FBRyxNQUFNLENBQUMsZUFBZSxDQUFDLENBQUM7SUFDMUMsUUFBUSxHQUFHLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUM1QixtQkFBbUIsR0FBRyxNQUFNLENBQUMsbUJBQW1CLENBQUMsQ0FBQztJQUUxRDtRQUNFLEtBQUssQ0FBQyxlQUFlLENBQUMsQ0FBQztRQUN2QixtQkFBbUIsRUFBRSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxNQUFNLENBQUMsSUFBa0I7UUFDdkIsTUFBTSxFQUFFLFFBQVEsRUFBRSxjQUFjLEVBQUUsR0FBRyxRQUFRLEVBQUUsR0FBRyxJQUFJLENBQUM7UUFDdkQsT0FBTyxLQUFLLENBQUMsTUFBTSxDQUFDO1lBQ2xCLEdBQUcsUUFBUTtZQUNYLFFBQVEsRUFBRSxJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFFBQVEsRUFBRSxPQUFPLEVBQUUsY0FBYyxDQUFDO1NBQ3hHLENBQUMsQ0FBQztJQUNMLENBQUM7MkhBaEJVLGVBQWU7K0hBQWYsZUFBZTs7U0FBZixlQUFlOzRGQUFmLGVBQWU7a0JBRDNCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RvciwgSW5qZWN0YWJsZSwgRW52aXJvbm1lbnRJbmplY3RvciwgaW5qZWN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBbmd1bGFyRGVsZWdhdGUsIE92ZXJsYXlCYXNlQ29udHJvbGxlciB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgdHlwZSB7IE1vZGFsT3B0aW9ucyB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBtb2RhbENvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvY29yZS9jb21wb25lbnRzJztcbmltcG9ydCB7IGRlZmluZUN1c3RvbUVsZW1lbnQgfSBmcm9tICdAaW9uaWMvY29yZS9jb21wb25lbnRzL2lvbi1tb2RhbC5qcyc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBNb2RhbENvbnRyb2xsZXIgZXh0ZW5kcyBPdmVybGF5QmFzZUNvbnRyb2xsZXI8TW9kYWxPcHRpb25zLCBIVE1MSW9uTW9kYWxFbGVtZW50PiB7XG4gIHByaXZhdGUgYW5ndWxhckRlbGVnYXRlID0gaW5qZWN0KEFuZ3VsYXJEZWxlZ2F0ZSk7XG4gIHByaXZhdGUgaW5qZWN0b3IgPSBpbmplY3QoSW5qZWN0b3IpO1xuICBwcml2YXRlIGVudmlyb25tZW50SW5qZWN0b3IgPSBpbmplY3QoRW52aXJvbm1lbnRJbmplY3Rvcik7XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgc3VwZXIobW9kYWxDb250cm9sbGVyKTtcbiAgICBkZWZpbmVDdXN0b21FbGVtZW50KCk7XG4gIH1cblxuICBjcmVhdGUob3B0czogTW9kYWxPcHRpb25zKTogUHJvbWlzZTxIVE1MSW9uTW9kYWxFbGVtZW50PiB7XG4gICAgY29uc3QgeyBpbmplY3RvcjogY3VzdG9tSW5qZWN0b3IsIC4uLnJlc3RPcHRzIH0gPSBvcHRzO1xuICAgIHJldHVybiBzdXBlci5jcmVhdGUoe1xuICAgICAgLi4ucmVzdE9wdHMsXG4gICAgICBkZWxlZ2F0ZTogdGhpcy5hbmd1bGFyRGVsZWdhdGUuY3JlYXRlKHRoaXMuZW52aXJvbm1lbnRJbmplY3RvciwgdGhpcy5pbmplY3RvciwgJ21vZGFsJywgY3VzdG9tSW5qZWN0b3IpLFxuICAgIH0pO1xuICB9XG59XG4iXX0=
@@ -1,21 +0,0 @@
1
- import { Injector, inject, EnvironmentInjector } from '@angular/core';
2
- import { AngularDelegate, OverlayBaseController } from '@ionic/angular/common';
3
- import { popoverController } from '@ionic/core/components';
4
- import { defineCustomElement } from '@ionic/core/components/ion-popover.js';
5
- export class PopoverController extends OverlayBaseController {
6
- angularDelegate = inject(AngularDelegate);
7
- injector = inject(Injector);
8
- environmentInjector = inject(EnvironmentInjector);
9
- constructor() {
10
- super(popoverController);
11
- defineCustomElement();
12
- }
13
- create(opts) {
14
- const { injector: customInjector, ...restOpts } = opts;
15
- return super.create({
16
- ...restOpts,
17
- delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'popover', customInjector),
18
- });
19
- }
20
- }
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci1jb250cm9sbGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3RhbmRhbG9uZS9zcmMvcHJvdmlkZXJzL3BvcG92ZXItY29udHJvbGxlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0RSxPQUFPLEVBQUUsZUFBZSxFQUFFLHFCQUFxQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFFL0UsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDM0QsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFFNUUsTUFBTSxPQUFPLGlCQUFrQixTQUFRLHFCQUE0RDtJQUN6RixlQUFlLEdBQUcsTUFBTSxDQUFDLGVBQWUsQ0FBQyxDQUFDO0lBQzFDLFFBQVEsR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDNUIsbUJBQW1CLEdBQUcsTUFBTSxDQUFDLG1CQUFtQixDQUFDLENBQUM7SUFFMUQ7UUFDRSxLQUFLLENBQUMsaUJBQWlCLENBQUMsQ0FBQztRQUN6QixtQkFBbUIsRUFBRSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxNQUFNLENBQUMsSUFBb0I7UUFDekIsTUFBTSxFQUFFLFFBQVEsRUFBRSxjQUFjLEVBQUUsR0FBRyxRQUFRLEVBQUUsR0FBRyxJQUFJLENBQUM7UUFDdkQsT0FBTyxLQUFLLENBQUMsTUFBTSxDQUFDO1lBQ2xCLEdBQUcsUUFBUTtZQUNYLFFBQVEsRUFBRSxJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFFBQVEsRUFBRSxTQUFTLEVBQUUsY0FBYyxDQUFDO1NBQzFHLENBQUMsQ0FBQztJQUNMLENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdG9yLCBpbmplY3QsIEVudmlyb25tZW50SW5qZWN0b3IgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFuZ3VsYXJEZWxlZ2F0ZSwgT3ZlcmxheUJhc2VDb250cm9sbGVyIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB0eXBlIHsgUG9wb3Zlck9wdGlvbnMgfSBmcm9tICdAaW9uaWMvYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgcG9wb3ZlckNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvY29yZS9jb21wb25lbnRzJztcbmltcG9ydCB7IGRlZmluZUN1c3RvbUVsZW1lbnQgfSBmcm9tICdAaW9uaWMvY29yZS9jb21wb25lbnRzL2lvbi1wb3BvdmVyLmpzJztcblxuZXhwb3J0IGNsYXNzIFBvcG92ZXJDb250cm9sbGVyIGV4dGVuZHMgT3ZlcmxheUJhc2VDb250cm9sbGVyPFBvcG92ZXJPcHRpb25zLCBIVE1MSW9uUG9wb3ZlckVsZW1lbnQ+IHtcbiAgcHJpdmF0ZSBhbmd1bGFyRGVsZWdhdGUgPSBpbmplY3QoQW5ndWxhckRlbGVnYXRlKTtcbiAgcHJpdmF0ZSBpbmplY3RvciA9IGluamVjdChJbmplY3Rvcik7XG4gIHByaXZhdGUgZW52aXJvbm1lbnRJbmplY3RvciA9IGluamVjdChFbnZpcm9ubWVudEluamVjdG9yKTtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcihwb3BvdmVyQ29udHJvbGxlcik7XG4gICAgZGVmaW5lQ3VzdG9tRWxlbWVudCgpO1xuICB9XG5cbiAgY3JlYXRlKG9wdHM6IFBvcG92ZXJPcHRpb25zKTogUHJvbWlzZTxIVE1MSW9uUG9wb3ZlckVsZW1lbnQ+IHtcbiAgICBjb25zdCB7IGluamVjdG9yOiBjdXN0b21JbmplY3RvciwgLi4ucmVzdE9wdHMgfSA9IG9wdHM7XG4gICAgcmV0dXJuIHN1cGVyLmNyZWF0ZSh7XG4gICAgICAuLi5yZXN0T3B0cyxcbiAgICAgIGRlbGVnYXRlOiB0aGlzLmFuZ3VsYXJEZWxlZ2F0ZS5jcmVhdGUodGhpcy5lbnZpcm9ubWVudEluamVjdG9yLCB0aGlzLmluamVjdG9yLCAncG9wb3ZlcicsIGN1c3RvbUluamVjdG9yKSxcbiAgICB9KTtcbiAgfVxufVxuIl19
@@ -1,21 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { OverlayBaseController } from '@ionic/angular/common';
3
- import { toastController } from '@ionic/core/components';
4
- import { defineCustomElement } from '@ionic/core/components/ion-toast.js';
5
- import * as i0 from "@angular/core";
6
- class ToastController extends OverlayBaseController {
7
- constructor() {
8
- super(toastController);
9
- defineCustomElement();
10
- }
11
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
12
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, providedIn: 'root' });
13
- }
14
- export { ToastController };
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, decorators: [{
16
- type: Injectable,
17
- args: [{
18
- providedIn: 'root',
19
- }]
20
- }], ctorParameters: function () { return []; } });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3QtY29udHJvbGxlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3N0YW5kYWxvbmUvc3JjL3Byb3ZpZGVycy90b2FzdC1jb250cm9sbGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFFOUQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDOztBQUUxRSxNQUdhLGVBQWdCLFNBQVEscUJBQXdEO0lBQzNGO1FBQ0UsS0FBSyxDQUFDLGVBQWUsQ0FBQyxDQUFDO1FBQ3ZCLG1CQUFtQixFQUFFLENBQUM7SUFDeEIsQ0FBQzsySEFKVSxlQUFlOytIQUFmLGVBQWUsY0FGZCxNQUFNOztTQUVQLGVBQWU7NEZBQWYsZUFBZTtrQkFIM0IsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBPdmVybGF5QmFzZUNvbnRyb2xsZXIgfSBmcm9tICdAaW9uaWMvYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHR5cGUgeyBUb2FzdE9wdGlvbnMgfSBmcm9tICdAaW9uaWMvY29yZS9jb21wb25lbnRzJztcbmltcG9ydCB7IHRvYXN0Q29udHJvbGxlciB9IGZyb20gJ0Bpb25pYy9jb3JlL2NvbXBvbmVudHMnO1xuaW1wb3J0IHsgZGVmaW5lQ3VzdG9tRWxlbWVudCB9IGZyb20gJ0Bpb25pYy9jb3JlL2NvbXBvbmVudHMvaW9uLXRvYXN0LmpzJztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCcsXG59KVxuZXhwb3J0IGNsYXNzIFRvYXN0Q29udHJvbGxlciBleHRlbmRzIE92ZXJsYXlCYXNlQ29udHJvbGxlcjxUb2FzdE9wdGlvbnMsIEhUTUxJb25Ub2FzdEVsZW1lbnQ+IHtcbiAgY29uc3RydWN0b3IoKSB7XG4gICAgc3VwZXIodG9hc3RDb250cm9sbGVyKTtcbiAgICBkZWZpbmVDdXN0b21FbGVtZW50KCk7XG4gIH1cbn1cbiJdfQ==
package/index.d.ts DELETED
@@ -1,26 +0,0 @@
1
- export { BooleanValueAccessorDirective as BooleanValueAccessor } from './directives/control-value-accessors/boolean-value-accessor';
2
- export { NumericValueAccessorDirective as NumericValueAccessor } from './directives/control-value-accessors/numeric-value-accessor';
3
- export { SelectValueAccessorDirective as SelectValueAccessor } from './directives/control-value-accessors/select-value-accessor';
4
- export { TextValueAccessorDirective as TextValueAccessor } from './directives/control-value-accessors/text-value-accessor';
5
- export { IonTabs } from './directives/navigation/ion-tabs';
6
- export { IonBackButton } from './directives/navigation/ion-back-button';
7
- export { IonNav } from './directives/navigation/ion-nav';
8
- export { IonRouterOutlet } from './directives/navigation/ion-router-outlet';
9
- export { RouterLinkDelegateDirective as RouterLinkDelegate, RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegate, } from './directives/navigation/router-link-delegate';
10
- export { IonModal } from './directives/overlays/modal';
11
- export { IonPopover } from './directives/overlays/popover';
12
- export * from './directives/proxies';
13
- export * from './directives/validators';
14
- export { DomController, NavController, Config, Platform, AngularDelegate, NavParams, IonicRouteStrategy, IonModalToken, ViewWillEnter, ViewWillLeave, ViewDidEnter, ViewDidLeave, } from '@ionic/angular/common';
15
- export type { ModalOptions, PopoverOptions } from '@ionic/angular/common';
16
- export { AlertController } from './providers/alert-controller';
17
- export { AnimationController } from './providers/animation-controller';
18
- export { ActionSheetController } from './providers/action-sheet-controller';
19
- export { GestureController } from './providers/gesture-controller';
20
- export { LoadingController } from './providers/loading-controller';
21
- export { MenuController } from './providers/menu-controller';
22
- export { ModalController } from './providers/modal-controller';
23
- export { PopoverController } from './providers/popover-controller';
24
- export { ToastController } from './providers/toast-controller';
25
- export { IonicModule } from './ionic-module';
26
- export { createAnimation, createGesture, iosTransitionAnimation, mdTransitionAnimation, IonicSlides, getPlatforms, isPlatform, getTimeGivenProgression, getIonPageElement, 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, 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, TransitionOptions, openURL, } from '@ionic/core';
package/ionic-module.d.ts DELETED
@@ -1,28 +0,0 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { IonicConfig } from '@ionic/core';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./directives/proxies";
5
- import * as i2 from "./directives/overlays/modal";
6
- import * as i3 from "./directives/overlays/popover";
7
- import * as i4 from "./directives/control-value-accessors/boolean-value-accessor";
8
- import * as i5 from "./directives/control-value-accessors/numeric-value-accessor";
9
- import * as i6 from "./directives/control-value-accessors/select-value-accessor";
10
- import * as i7 from "./directives/control-value-accessors/text-value-accessor";
11
- import * as i8 from "./directives/navigation/ion-tabs";
12
- import * as i9 from "./directives/navigation/ion-router-outlet";
13
- import * as i10 from "./directives/navigation/ion-back-button";
14
- import * as i11 from "./directives/navigation/ion-nav";
15
- import * as i12 from "./directives/navigation/router-link-delegate";
16
- import * as i13 from "./directives/validators/min-validator";
17
- import * as i14 from "./directives/validators/max-validator";
18
- import * as i15 from "@angular/common";
19
- type OptInAngularFeatures = {
20
- useSetInputAPI?: boolean;
21
- };
22
- export declare class IonicModule {
23
- static forRoot(config?: IonicConfig & OptInAngularFeatures): ModuleWithProviders<IonicModule>;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<IonicModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<IonicModule, [typeof i1.IonAccordion, typeof i1.IonAccordionGroup, typeof i1.IonActionSheet, typeof i1.IonAlert, typeof i1.IonApp, typeof i1.IonAvatar, typeof i1.IonBackdrop, typeof i1.IonBadge, typeof i1.IonBreadcrumb, typeof i1.IonBreadcrumbs, typeof i1.IonButton, typeof i1.IonButtons, typeof i1.IonCard, typeof i1.IonCardContent, typeof i1.IonCardHeader, typeof i1.IonCardSubtitle, typeof i1.IonCardTitle, typeof i1.IonCheckbox, typeof i1.IonChip, typeof i1.IonCol, typeof i1.IonContent, typeof i1.IonDatetime, typeof i1.IonDatetimeButton, typeof i1.IonFab, typeof i1.IonFabButton, typeof i1.IonFabList, typeof i1.IonFooter, typeof i1.IonGrid, typeof i1.IonHeader, typeof i1.IonIcon, typeof i1.IonImg, typeof i1.IonInfiniteScroll, typeof i1.IonInfiniteScrollContent, typeof i1.IonInput, typeof i1.IonInputOtp, typeof i1.IonInputPasswordToggle, typeof i1.IonItem, typeof i1.IonItemDivider, typeof i1.IonItemGroup, typeof i1.IonItemOption, typeof i1.IonItemOptions, typeof i1.IonItemSliding, typeof i1.IonLabel, typeof i1.IonList, typeof i1.IonListHeader, typeof i1.IonLoading, typeof i1.IonMenu, typeof i1.IonMenuButton, typeof i1.IonMenuToggle, typeof i1.IonNavLink, typeof i1.IonNote, typeof i1.IonPicker, typeof i1.IonPickerColumn, typeof i1.IonPickerColumnOption, typeof i1.IonProgressBar, typeof i1.IonRadio, typeof i1.IonRadioGroup, typeof i1.IonRange, typeof i1.IonRefresher, typeof i1.IonRefresherContent, typeof i1.IonReorder, typeof i1.IonReorderGroup, typeof i1.IonRippleEffect, typeof i1.IonRow, typeof i1.IonSearchbar, typeof i1.IonSegment, typeof i1.IonSegmentButton, typeof i1.IonSegmentContent, typeof i1.IonSegmentView, typeof i1.IonSelect, typeof i1.IonSelectModal, typeof i1.IonSelectOption, typeof i1.IonSkeletonText, typeof i1.IonSpinner, typeof i1.IonSplitPane, typeof i1.IonTab, typeof i1.IonTabBar, typeof i1.IonTabButton, typeof i1.IonText, typeof i1.IonTextarea, typeof i1.IonThumbnail, typeof i1.IonTitle, typeof i1.IonToast, typeof i1.IonToggle, typeof i1.IonToolbar, typeof i2.IonModal, typeof i3.IonPopover, typeof i4.BooleanValueAccessorDirective, typeof i5.NumericValueAccessorDirective, typeof i6.SelectValueAccessorDirective, typeof i7.TextValueAccessorDirective, typeof i8.IonTabs, typeof i9.IonRouterOutlet, typeof i10.IonBackButton, typeof i11.IonNav, typeof i12.RouterLinkDelegateDirective, typeof i12.RouterLinkWithHrefDelegateDirective, typeof i13.IonMinValidator, typeof i14.IonMaxValidator], [typeof i15.CommonModule], [typeof i1.IonAccordion, typeof i1.IonAccordionGroup, typeof i1.IonActionSheet, typeof i1.IonAlert, typeof i1.IonApp, typeof i1.IonAvatar, typeof i1.IonBackdrop, typeof i1.IonBadge, typeof i1.IonBreadcrumb, typeof i1.IonBreadcrumbs, typeof i1.IonButton, typeof i1.IonButtons, typeof i1.IonCard, typeof i1.IonCardContent, typeof i1.IonCardHeader, typeof i1.IonCardSubtitle, typeof i1.IonCardTitle, typeof i1.IonCheckbox, typeof i1.IonChip, typeof i1.IonCol, typeof i1.IonContent, typeof i1.IonDatetime, typeof i1.IonDatetimeButton, typeof i1.IonFab, typeof i1.IonFabButton, typeof i1.IonFabList, typeof i1.IonFooter, typeof i1.IonGrid, typeof i1.IonHeader, typeof i1.IonIcon, typeof i1.IonImg, typeof i1.IonInfiniteScroll, typeof i1.IonInfiniteScrollContent, typeof i1.IonInput, typeof i1.IonInputOtp, typeof i1.IonInputPasswordToggle, typeof i1.IonItem, typeof i1.IonItemDivider, typeof i1.IonItemGroup, typeof i1.IonItemOption, typeof i1.IonItemOptions, typeof i1.IonItemSliding, typeof i1.IonLabel, typeof i1.IonList, typeof i1.IonListHeader, typeof i1.IonLoading, typeof i1.IonMenu, typeof i1.IonMenuButton, typeof i1.IonMenuToggle, typeof i1.IonNavLink, typeof i1.IonNote, typeof i1.IonPicker, typeof i1.IonPickerColumn, typeof i1.IonPickerColumnOption, typeof i1.IonProgressBar, typeof i1.IonRadio, typeof i1.IonRadioGroup, typeof i1.IonRange, typeof i1.IonRefresher, typeof i1.IonRefresherContent, typeof i1.IonReorder, typeof i1.IonReorderGroup, typeof i1.IonRippleEffect, typeof i1.IonRow, typeof i1.IonSearchbar, typeof i1.IonSegment, typeof i1.IonSegmentButton, typeof i1.IonSegmentContent, typeof i1.IonSegmentView, typeof i1.IonSelect, typeof i1.IonSelectModal, typeof i1.IonSelectOption, typeof i1.IonSkeletonText, typeof i1.IonSpinner, typeof i1.IonSplitPane, typeof i1.IonTab, typeof i1.IonTabBar, typeof i1.IonTabButton, typeof i1.IonText, typeof i1.IonTextarea, typeof i1.IonThumbnail, typeof i1.IonTitle, typeof i1.IonToast, typeof i1.IonToggle, typeof i1.IonToolbar, typeof i2.IonModal, typeof i3.IonPopover, typeof i4.BooleanValueAccessorDirective, typeof i5.NumericValueAccessorDirective, typeof i6.SelectValueAccessorDirective, typeof i7.TextValueAccessorDirective, typeof i8.IonTabs, typeof i9.IonRouterOutlet, typeof i10.IonBackButton, typeof i11.IonNav, typeof i12.RouterLinkDelegateDirective, typeof i12.RouterLinkWithHrefDelegateDirective, typeof i13.IonMinValidator, typeof i14.IonMaxValidator]>;
26
- static ɵinj: i0.ɵɵInjectorDeclaration<IonicModule>;
27
- }
28
- export {};
@@ -1,8 +0,0 @@
1
- import { OverlayBaseController } from '@ionic/angular/common';
2
- import type { ActionSheetOptions } from '@ionic/core';
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';
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';
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,8 +0,0 @@
1
- import { OverlayBaseController } from '@ionic/angular/common';
2
- import type { LoadingOptions } from '@ionic/core';
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,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';
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
- }
@@ -1,9 +0,0 @@
1
- export declare const proxyInputs: (Cmp: any, inputs: string[]) => void;
2
- export declare const proxyMethods: (Cmp: any, methods: string[]) => void;
3
- export declare const proxyOutputs: (instance: any, el: any, events: string[]) => void;
4
- export declare const defineCustomElement: (tagName: string, customElement: any) => void;
5
- export declare function ProxyCmp(opts: {
6
- defineCustomElementFn?: () => void;
7
- inputs?: any;
8
- methods?: any;
9
- }): (cls: any) => any;
@@ -1,30 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { CheckboxChangeEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonCheckbox 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: HTMLIonCheckboxElement | HTMLIonToggleElement): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<IonCheckbox, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IonCheckbox, "ion-checkbox", never, { "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; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
13
- }
14
- export declare interface IonCheckbox extends Components.IonCheckbox {
15
- /**
16
- * Emitted when the checked property has changed
17
- as a result of a user action such as a click.
18
- This event will not emit when programmatically
19
- setting the checked property.
20
- */
21
- ionChange: EventEmitter<CustomEvent<CheckboxChangeEventDetail>>;
22
- /**
23
- * Emitted when the checkbox has focus.
24
- */
25
- ionFocus: EventEmitter<CustomEvent<void>>;
26
- /**
27
- * Emitted when the checkbox loses focus.
28
- */
29
- ionBlur: EventEmitter<CustomEvent<void>>;
30
- }
@@ -1,30 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { DatetimeChangeEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonDatetime extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- handleIonChange(el: HTMLIonDatetimeElement): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<IonDatetime, never>;
11
- 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, ["*"], true, never>;
12
- }
13
- export declare interface IonDatetime extends Components.IonDatetime {
14
- /**
15
- * Emitted when the datetime selection was cancelled.
16
- */
17
- ionCancel: EventEmitter<CustomEvent<void>>;
18
- /**
19
- * Emitted when the value (selected date) has changed.
20
- */
21
- ionChange: EventEmitter<CustomEvent<DatetimeChangeEventDetail>>;
22
- /**
23
- * Emitted when the datetime has focus.
24
- */
25
- ionFocus: EventEmitter<CustomEvent<void>>;
26
- /**
27
- * Emitted when the datetime loses focus.
28
- */
29
- ionBlur: EventEmitter<CustomEvent<void>>;
30
- }
@@ -1,9 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class IonIcon {
4
- protected z: NgZone;
5
- protected el: HTMLElement;
6
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IonIcon, never>;
8
- 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, ["*"], true, never>;
9
- }
@@ -1,12 +0,0 @@
1
- export * from './checkbox';
2
- export * from './datetime';
3
- export * from './icon';
4
- export * from './input';
5
- export * from './input-otp';
6
- export * from './radio-group';
7
- export * from './range';
8
- export * from './searchbar';
9
- export * from './segment';
10
- export * from './select';
11
- export * from './textarea';
12
- export * from './toggle';
@@ -1,49 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { InputOtpInputEventDetail as IIonInputOtpInputEventDetail, InputOtpChangeEventDetail as IIonInputOtpChangeEventDetail, InputOtpCompleteEventDetail as IIonInputOtpCompleteEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonInputOtp extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- handleIonInput(el: HTMLIonInputOtpElement): void;
10
- registerOnChange(fn: (_: any) => void): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<IonInputOtp, never>;
12
- 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, ["*"], true, never>;
13
- }
14
- export declare interface IonInputOtp extends Components.IonInputOtp {
15
- /**
16
- * The `ionInput` event is fired each time the user modifies the input's value.
17
- * Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
18
- * to the input's value. This typically happens for each keystroke as the user types.
19
- *
20
- * For elements that accept text input (`type=text`, `type=tel`, etc.), the interface
21
- * is [`InputEvent`](https://developer.mozilla.org/en-US/docs/Web/API/InputEvent); for others,
22
- * the interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If
23
- * the input is cleared on edit, the type is `null`.
24
- */
25
- ionInput: EventEmitter<CustomEvent<IIonInputOtpInputEventDetail>>;
26
- /**
27
- * The `ionChange` event is fired when the user modifies the input's value.
28
- * Unlike the `ionInput` event, the `ionChange` event is only fired when changes
29
- * are committed, not as the user types.
30
- *
31
- * The `ionChange` event fires when the `<ion-input-otp>` component loses
32
- * focus after its value has changed.
33
- *
34
- * This event will not emit when programmatically setting the `value` property.
35
- */
36
- ionChange: EventEmitter<CustomEvent<IIonInputOtpChangeEventDetail>>;
37
- /**
38
- * Emitted when all input boxes have been filled with valid values.
39
- */
40
- ionComplete: EventEmitter<CustomEvent<IIonInputOtpCompleteEventDetail>>;
41
- /**
42
- * Emitted when the input group loses focus.
43
- */
44
- ionBlur: EventEmitter<CustomEvent<FocusEvent>>;
45
- /**
46
- * Emitted when the input group has focus.
47
- */
48
- ionFocus: EventEmitter<CustomEvent<FocusEvent>>;
49
- }
@@ -1,47 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Injector, NgZone } from '@angular/core';
2
- import { ValueAccessor } from '@ionic/angular/common';
3
- import type { InputInputEventDetail as IIonInputInputInputEventDetail, InputChangeEventDetail as IIonInputInputChangeEventDetail, Components } from '@ionic/core/components';
4
- import * as i0 from "@angular/core";
5
- export declare class IonInput extends ValueAccessor {
6
- protected z: NgZone;
7
- protected el: HTMLElement;
8
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, injector: Injector);
9
- handleIonInput(el: HTMLIonInputElement): void;
10
- registerOnChange(fn: (_: any) => void): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<IonInput, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IonInput, "ion-input", never, { "accept": { "alias": "accept"; "required": false; }; "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; }; "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; }; "size": { "alias": "size"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
13
- }
14
- export declare interface IonInput extends Components.IonInput {
15
- /**
16
- * The `ionInput` event is fired each time the user modifies the input's value.
17
- Unlike the `ionChange` event, the `ionInput` event is fired for each alteration
18
- to the input's value. This typically happens for each keystroke as the user types.
19
-
20
- For elements that accept text input (`type=text`, `type=tel`, etc.), the interface
21
- is [`InputEvent`](https://developer.mozilla.org/en-US/docs/Web/API/InputEvent); for others,
22
- the interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If
23
- the input is cleared on edit, the type is `null`.
24
- */
25
- ionInput: EventEmitter<CustomEvent<IIonInputInputInputEventDetail>>;
26
- /**
27
- * The `ionChange` event is fired when the user modifies the input's value.
28
- Unlike the `ionInput` event, the `ionChange` event is only fired when changes
29
- are committed, not as the user types.
30
-
31
- Depending on the way the users interacts with the element, the `ionChange`
32
- event fires at a different moment:
33
- - When the user commits the change explicitly (e.g. by selecting a date
34
- from a date picker for `<ion-input type="date">`, pressing the "Enter" key, etc.).
35
- - When the element loses focus after its value has changed: for elements
36
- where the user's interaction is typing.
37
- */
38
- ionChange: EventEmitter<CustomEvent<IIonInputInputChangeEventDetail>>;
39
- /**
40
- * Emitted when the input loses focus.
41
- */
42
- ionBlur: EventEmitter<CustomEvent<FocusEvent>>;
43
- /**
44
- * Emitted when the input has focus.
45
- */
46
- ionFocus: EventEmitter<CustomEvent<FocusEvent>>;
47
- }