@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,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, Inject, Optional, InjectionToken, inject, NgZone, ApplicationRef, Injector, createComponent, TemplateRef, Directive, ContentChild, EventEmitter, ViewContainerRef, EnvironmentInjector, Attribute, SkipSelf, Input, Output, reflectComponentType, HostListener, ElementRef, ViewChild } from '@angular/core';
2
+ import { Injectable, Inject, Optional, InjectionToken, inject, NgZone, ApplicationRef, Injector, createComponent, TemplateRef, ContentChild, Directive, EventEmitter, ViewContainerRef, EnvironmentInjector, Output, Input, Attribute, SkipSelf, reflectComponentType, HostListener, ElementRef, ViewChild } from '@angular/core';
3
3
  import * as i3 from '@angular/router';
4
4
  import { NavigationStart, NavigationCancel, NavigationError, PRIMARY_OUTLET, ChildrenOutletContexts, ActivatedRoute, Router } from '@angular/router';
5
5
  import * as i1 from '@angular/common';
@@ -25,10 +25,10 @@ class DomController {
25
25
  write(cb) {
26
26
  getQueue().write(cb);
27
27
  }
28
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DomController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
29
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DomController, providedIn: 'root' });
28
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: DomController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
29
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: DomController, providedIn: 'root' });
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DomController, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: DomController, decorators: [{
32
32
  type: Injectable,
33
33
  args: [{
34
34
  providedIn: 'root',
@@ -382,18 +382,18 @@ class Platform {
382
382
  height() {
383
383
  return this.win.innerHeight;
384
384
  }
385
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Platform, deps: [{ token: DOCUMENT }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
386
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Platform, providedIn: 'root' });
385
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: Platform, deps: [{ token: DOCUMENT }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
386
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: Platform, providedIn: 'root' });
387
387
  }
388
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Platform, decorators: [{
388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: Platform, decorators: [{
389
389
  type: Injectable,
390
390
  args: [{
391
391
  providedIn: 'root',
392
392
  }]
393
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
393
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
394
394
  type: Inject,
395
395
  args: [DOCUMENT]
396
- }] }, { type: i0.NgZone }]; } });
396
+ }] }, { type: i0.NgZone }] });
397
397
  const readQueryParam = (url, key) => {
398
398
  key = key.replace(/[[\]\\]/g, '\\$&');
399
399
  const regex = new RegExp('[\\?&]' + key + '=([^&#]*)');
@@ -617,17 +617,17 @@ class NavController {
617
617
  return this.router.navigateByUrl(urlTree, options);
618
618
  }
619
619
  }
620
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavController, deps: [{ token: Platform }, { token: i1.Location }, { token: i3.UrlSerializer }, { token: i3.Router, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
621
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavController, providedIn: 'root' });
620
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: NavController, deps: [{ token: Platform }, { token: i1.Location }, { token: i3.UrlSerializer }, { token: i3.Router, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
621
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: NavController, providedIn: 'root' });
622
622
  }
623
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavController, decorators: [{
623
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: NavController, decorators: [{
624
624
  type: Injectable,
625
625
  args: [{
626
626
  providedIn: 'root',
627
627
  }]
628
- }], ctorParameters: function () { return [{ type: Platform }, { type: i1.Location }, { type: i3.UrlSerializer }, { type: i3.Router, decorators: [{
628
+ }], ctorParameters: () => [{ type: Platform }, { type: i1.Location }, { type: i3.UrlSerializer }, { type: i3.Router, decorators: [{
629
629
  type: Optional
630
- }] }]; } });
630
+ }] }] });
631
631
  const getAnimation = (direction, animated, animationDirection) => {
632
632
  if (animated === false) {
633
633
  return undefined;
@@ -668,10 +668,10 @@ class Config {
668
668
  }
669
669
  return 0;
670
670
  }
671
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Config, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
672
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Config, providedIn: 'root' });
671
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: Config, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
672
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: Config, providedIn: 'root' });
673
673
  }
674
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Config, decorators: [{
674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: Config, decorators: [{
675
675
  type: Injectable,
676
676
  args: [{
677
677
  providedIn: 'root',
@@ -745,10 +745,10 @@ class AngularDelegate {
745
745
  create(environmentInjector, injector, elementReferenceKey, customInjector) {
746
746
  return new AngularFrameworkDelegate(environmentInjector, injector, this.applicationRef, this.zone, elementReferenceKey, this.config.useSetInputAPI ?? false, customInjector);
747
747
  }
748
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AngularDelegate, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
749
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AngularDelegate });
748
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AngularDelegate, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
749
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AngularDelegate });
750
750
  }
751
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AngularDelegate, decorators: [{
751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AngularDelegate, decorators: [{
752
752
  type: Injectable
753
753
  }] });
754
754
  class AngularFrameworkDelegate {
@@ -1010,14 +1010,7 @@ const MODAL_METHODS = [
1010
1010
  'setCurrentBreakpoint',
1011
1011
  'getCurrentBreakpoint',
1012
1012
  ];
1013
- let IonModal =
1014
- /**
1015
- * @Component extends from @Directive
1016
- * so by defining the inputs here we
1017
- * do not need to re-define them for the
1018
- * lazy loaded popover.
1019
- */
1020
- class IonModal {
1013
+ let IonModal = class IonModal {
1021
1014
  z;
1022
1015
  // TODO(FW-2827): type
1023
1016
  template;
@@ -1049,8 +1042,8 @@ class IonModal {
1049
1042
  'ionDragEnd',
1050
1043
  ]);
1051
1044
  }
1052
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1053
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonModal, selector: "ion-modal", inputs: { animated: "animated", keepContentsMounted: "keepContentsMounted", backdropBreakpoint: "backdropBreakpoint", backdropDismiss: "backdropDismiss", breakpoints: "breakpoints", canDismiss: "canDismiss", cssClass: "cssClass", enterAnimation: "enterAnimation", expandToScroll: "expandToScroll", event: "event", focusTrap: "focusTrap", handle: "handle", handleBehavior: "handleBehavior", initialBreakpoint: "initialBreakpoint", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", presentingElement: "presentingElement", showBackdrop: "showBackdrop", translucent: "translucent", trigger: "trigger" }, queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
1045
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1046
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonModal, isStandalone: true, selector: "ion-modal", inputs: { animated: "animated", keepContentsMounted: "keepContentsMounted", backdropBreakpoint: "backdropBreakpoint", backdropDismiss: "backdropDismiss", breakpoints: "breakpoints", canDismiss: "canDismiss", cssClass: "cssClass", enterAnimation: "enterAnimation", expandToScroll: "expandToScroll", event: "event", focusTrap: "focusTrap", handle: "handle", handleBehavior: "handleBehavior", initialBreakpoint: "initialBreakpoint", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", presentingElement: "presentingElement", showBackdrop: "showBackdrop", translucent: "translucent", trigger: "trigger" }, queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
1054
1047
  };
1055
1048
  IonModal = __decorate([
1056
1049
  ProxyCmp({
@@ -1064,14 +1057,14 @@ IonModal = __decorate([
1064
1057
  * lazy loaded popover.
1065
1058
  */
1066
1059
  ], IonModal);
1067
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonModal, decorators: [{
1060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonModal, decorators: [{
1068
1061
  type: Directive,
1069
1062
  args: [{
1070
1063
  selector: 'ion-modal',
1071
1064
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1072
1065
  inputs: MODAL_INPUTS,
1073
1066
  }]
1074
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { template: [{
1067
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { template: [{
1075
1068
  type: ContentChild,
1076
1069
  args: [TemplateRef, { static: false }]
1077
1070
  }] } });
@@ -1100,14 +1093,7 @@ const POPOVER_INPUTS = [
1100
1093
  'side',
1101
1094
  ];
1102
1095
  const POPOVER_METHODS = ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss'];
1103
- let IonPopover =
1104
- /**
1105
- * @Component extends from @Directive
1106
- * so by defining the inputs here we
1107
- * do not need to re-define them for the
1108
- * lazy loaded popover.
1109
- */
1110
- class IonPopover {
1096
+ let IonPopover = class IonPopover {
1111
1097
  z;
1112
1098
  // TODO(FW-2827): type
1113
1099
  template;
@@ -1135,8 +1121,8 @@ class IonPopover {
1135
1121
  'didDismiss',
1136
1122
  ]);
1137
1123
  }
1138
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1139
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonPopover, selector: "ion-popover", inputs: { alignment: "alignment", animated: "animated", arrow: "arrow", keepContentsMounted: "keepContentsMounted", backdropDismiss: "backdropDismiss", cssClass: "cssClass", dismissOnSelect: "dismissOnSelect", enterAnimation: "enterAnimation", event: "event", focusTrap: "focusTrap", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", showBackdrop: "showBackdrop", translucent: "translucent", trigger: "trigger", triggerAction: "triggerAction", reference: "reference", size: "size", side: "side" }, queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
1124
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
1125
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonPopover, isStandalone: true, selector: "ion-popover", inputs: { alignment: "alignment", animated: "animated", arrow: "arrow", keepContentsMounted: "keepContentsMounted", backdropDismiss: "backdropDismiss", cssClass: "cssClass", dismissOnSelect: "dismissOnSelect", enterAnimation: "enterAnimation", event: "event", focusTrap: "focusTrap", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", showBackdrop: "showBackdrop", translucent: "translucent", trigger: "trigger", triggerAction: "triggerAction", reference: "reference", size: "size", side: "side" }, queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0 });
1140
1126
  };
1141
1127
  IonPopover = __decorate([
1142
1128
  ProxyCmp({
@@ -1150,14 +1136,14 @@ IonPopover = __decorate([
1150
1136
  * lazy loaded popover.
1151
1137
  */
1152
1138
  ], IonPopover);
1153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPopover, decorators: [{
1139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPopover, decorators: [{
1154
1140
  type: Directive,
1155
1141
  args: [{
1156
1142
  selector: 'ion-popover',
1157
1143
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1158
1144
  inputs: POPOVER_INPUTS,
1159
1145
  }]
1160
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { template: [{
1146
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { template: [{
1161
1147
  type: ContentChild,
1162
1148
  args: [TemplateRef, { static: false }]
1163
1149
  }] } });
@@ -1514,6 +1500,7 @@ const cleanup = (activeRoute, views, viewsSnapshot, location, zone) => {
1514
1500
  };
1515
1501
 
1516
1502
  // TODO(FW-2827): types
1503
+ // eslint-disable-next-line @angular-eslint/directive-class-suffix
1517
1504
  class IonRouterOutlet {
1518
1505
  parentOutlet;
1519
1506
  nativeEl;
@@ -1840,10 +1827,10 @@ class IonRouterOutlet {
1840
1827
  proxy.component = activatedRoute.component;
1841
1828
  this.currentActivatedRoute$.next({ component, activatedRoute });
1842
1829
  }
1843
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRouterOutlet, deps: [{ token: 'name', attribute: true }, { token: 'tabs', attribute: true, optional: true }, { token: i1.Location }, { token: i0.ElementRef }, { token: i3.Router }, { token: i0.NgZone }, { token: i3.ActivatedRoute }, { token: IonRouterOutlet, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive });
1844
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonRouterOutlet, selector: "ion-router-outlet", inputs: { animated: "animated", animation: "animation", mode: "mode", swipeGesture: "swipeGesture", name: "name" }, outputs: { stackWillChange: "stackWillChange", stackDidChange: "stackDidChange", activateEvents: "activate", deactivateEvents: "deactivate" }, exportAs: ["outlet"], ngImport: i0 });
1830
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterOutlet, deps: [{ token: 'name', attribute: true }, { token: 'tabs', attribute: true, optional: true }, { token: i1.Location }, { token: i0.ElementRef }, { token: i3.Router }, { token: i0.NgZone }, { token: i3.ActivatedRoute }, { token: IonRouterOutlet, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Directive });
1831
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonRouterOutlet, isStandalone: true, selector: "ion-router-outlet", inputs: { animated: "animated", animation: "animation", mode: "mode", swipeGesture: "swipeGesture", name: "name" }, outputs: { stackWillChange: "stackWillChange", stackDidChange: "stackDidChange", activateEvents: "activate", deactivateEvents: "deactivate" }, exportAs: ["outlet"], ngImport: i0 });
1845
1832
  }
1846
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRouterOutlet, decorators: [{
1833
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterOutlet, decorators: [{
1847
1834
  type: Directive,
1848
1835
  args: [{
1849
1836
  selector: 'ion-router-outlet',
@@ -1851,7 +1838,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1851
1838
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1852
1839
  inputs: ['animated', 'animation', 'mode', 'swipeGesture'],
1853
1840
  }]
1854
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
1841
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
1855
1842
  type: Attribute,
1856
1843
  args: ['name']
1857
1844
  }] }, { type: undefined, decorators: [{
@@ -1863,7 +1850,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1863
1850
  type: SkipSelf
1864
1851
  }, {
1865
1852
  type: Optional
1866
- }] }]; }, propDecorators: { name: [{
1853
+ }] }], propDecorators: { name: [{
1867
1854
  type: Input
1868
1855
  }], stackWillChange: [{
1869
1856
  type: Output
@@ -1957,10 +1944,10 @@ class RoutedComponentInputBinder {
1957
1944
  });
1958
1945
  this.outletDataSubscriptions.set(outlet, dataSubscription);
1959
1946
  }
1960
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RoutedComponentInputBinder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1961
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RoutedComponentInputBinder });
1947
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RoutedComponentInputBinder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1948
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RoutedComponentInputBinder });
1962
1949
  }
1963
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RoutedComponentInputBinder, decorators: [{
1950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RoutedComponentInputBinder, decorators: [{
1964
1951
  type: Injectable
1965
1952
  }] });
1966
1953
  const provideComponentInputBinding = () => {
@@ -2093,12 +2080,12 @@ class ValueAccessor {
2093
2080
  });
2094
2081
  }
2095
2082
  }
2096
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2097
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ValueAccessor, host: { listeners: { "ionBlur": "_handleBlurEvent($event.target)" } }, ngImport: i0 });
2083
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2084
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: ValueAccessor, isStandalone: true, host: { listeners: { "ionBlur": "_handleBlurEvent($event.target)" } }, ngImport: i0 });
2098
2085
  }
2099
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ValueAccessor, decorators: [{
2086
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ValueAccessor, decorators: [{
2100
2087
  type: Directive
2101
- }], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }]; }, propDecorators: { _handleBlurEvent: [{
2088
+ }], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
2102
2089
  type: HostListener,
2103
2090
  args: ['ionBlur', ['$event.target']]
2104
2091
  }] } });
@@ -2171,23 +2158,23 @@ let IonBackButton = class IonBackButton {
2171
2158
  ev.preventDefault();
2172
2159
  }
2173
2160
  }
2174
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackButton, deps: [{ token: IonRouterOutlet, optional: true }, { token: NavController }, { token: Config }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2175
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonBackButton, inputs: { color: "color", defaultHref: "defaultHref", disabled: "disabled", icon: "icon", mode: "mode", routerAnimation: "routerAnimation", text: "text", type: "type" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 });
2161
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBackButton, deps: [{ token: IonRouterOutlet, optional: true }, { token: NavController }, { token: Config }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2162
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonBackButton, isStandalone: true, inputs: { color: "color", defaultHref: "defaultHref", disabled: "disabled", icon: "icon", mode: "mode", routerAnimation: "routerAnimation", text: "text", type: "type" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 });
2176
2163
  };
2177
2164
  IonBackButton = __decorate([
2178
2165
  ProxyCmp({
2179
2166
  inputs: BACK_BUTTON_INPUTS,
2180
2167
  })
2181
2168
  ], IonBackButton);
2182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackButton, decorators: [{
2169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBackButton, decorators: [{
2183
2170
  type: Directive,
2184
2171
  args: [{
2185
2172
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2186
2173
  inputs: BACK_BUTTON_INPUTS,
2187
2174
  }]
2188
- }], ctorParameters: function () { return [{ type: IonRouterOutlet, decorators: [{
2175
+ }], ctorParameters: () => [{ type: IonRouterOutlet, decorators: [{
2189
2176
  type: Optional
2190
- }] }, { type: NavController }, { type: Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { onClick: [{
2177
+ }] }, { type: NavController }, { type: Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }], propDecorators: { onClick: [{
2191
2178
  type: HostListener,
2192
2179
  args: ['click', ['$event']]
2193
2180
  }] } });
@@ -2218,8 +2205,8 @@ let IonNav = class IonNav {
2218
2205
  ref.nativeElement.delegate = angularDelegate.create(environmentInjector, injector);
2219
2206
  proxyOutputs(this, this.el, ['ionNavDidChange', 'ionNavWillChange']);
2220
2207
  }
2221
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNav, deps: [{ token: i0.ElementRef }, { token: i0.EnvironmentInjector }, { token: i0.Injector }, { token: AngularDelegate }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2222
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonNav, inputs: { animated: "animated", animation: "animation", root: "root", rootParams: "rootParams", swipeGesture: "swipeGesture" }, ngImport: i0 });
2208
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNav, deps: [{ token: i0.ElementRef }, { token: i0.EnvironmentInjector }, { token: i0.Injector }, { token: AngularDelegate }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
2209
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonNav, isStandalone: true, inputs: { animated: "animated", animation: "animation", root: "root", rootParams: "rootParams", swipeGesture: "swipeGesture" }, ngImport: i0 });
2223
2210
  };
2224
2211
  IonNav = __decorate([
2225
2212
  ProxyCmp({
@@ -2227,13 +2214,13 @@ IonNav = __decorate([
2227
2214
  methods: NAV_METHODS,
2228
2215
  })
2229
2216
  ], IonNav);
2230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNav, decorators: [{
2217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNav, decorators: [{
2231
2218
  type: Directive,
2232
2219
  args: [{
2233
2220
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2234
2221
  inputs: NAV_INPUTS,
2235
2222
  }]
2236
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
2223
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
2237
2224
 
2238
2225
  /**
2239
2226
  * Adds support for Ionic routing directions and animations to the base Angular router link directive.
@@ -2314,17 +2301,17 @@ class RouterLinkDelegateDirective {
2314
2301
  */
2315
2302
  ev.preventDefault();
2316
2303
  }
2317
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RouterLinkDelegateDirective, deps: [{ token: i1.LocationStrategy }, { token: NavController }, { token: i0.ElementRef }, { token: i3.Router }, { token: i3.RouterLink, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
2318
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RouterLinkDelegateDirective, selector: ":not(a):not(area)[routerLink]", inputs: { routerDirection: "routerDirection", routerAnimation: "routerAnimation" }, host: { listeners: { "click": "onClick($event)" } }, usesOnChanges: true, ngImport: i0 });
2304
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkDelegateDirective, deps: [{ token: i1.LocationStrategy }, { token: NavController }, { token: i0.ElementRef }, { token: i3.Router }, { token: i3.RouterLink, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
2305
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: RouterLinkDelegateDirective, isStandalone: true, selector: ":not(a):not(area)[routerLink]", inputs: { routerDirection: "routerDirection", routerAnimation: "routerAnimation" }, host: { listeners: { "click": "onClick($event)" } }, usesOnChanges: true, ngImport: i0 });
2319
2306
  }
2320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RouterLinkDelegateDirective, decorators: [{
2307
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkDelegateDirective, decorators: [{
2321
2308
  type: Directive,
2322
2309
  args: [{
2323
2310
  selector: ':not(a):not(area)[routerLink]',
2324
2311
  }]
2325
- }], ctorParameters: function () { return [{ type: i1.LocationStrategy }, { type: NavController }, { type: i0.ElementRef }, { type: i3.Router }, { type: i3.RouterLink, decorators: [{
2312
+ }], ctorParameters: () => [{ type: i1.LocationStrategy }, { type: NavController }, { type: i0.ElementRef }, { type: i3.Router }, { type: i3.RouterLink, decorators: [{
2326
2313
  type: Optional
2327
- }] }]; }, propDecorators: { routerDirection: [{
2314
+ }] }], propDecorators: { routerDirection: [{
2328
2315
  type: Input
2329
2316
  }], routerAnimation: [{
2330
2317
  type: Input
@@ -2365,17 +2352,17 @@ class RouterLinkWithHrefDelegateDirective {
2365
2352
  onClick() {
2366
2353
  this.navCtrl.setDirection(this.routerDirection, undefined, undefined, this.routerAnimation);
2367
2354
  }
2368
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RouterLinkWithHrefDelegateDirective, deps: [{ token: i1.LocationStrategy }, { token: NavController }, { token: i0.ElementRef }, { token: i3.Router }, { token: i3.RouterLink, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
2369
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RouterLinkWithHrefDelegateDirective, selector: "a[routerLink],area[routerLink]", inputs: { routerDirection: "routerDirection", routerAnimation: "routerAnimation" }, host: { listeners: { "click": "onClick()" } }, usesOnChanges: true, ngImport: i0 });
2355
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkWithHrefDelegateDirective, deps: [{ token: i1.LocationStrategy }, { token: NavController }, { token: i0.ElementRef }, { token: i3.Router }, { token: i3.RouterLink, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
2356
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: RouterLinkWithHrefDelegateDirective, isStandalone: true, selector: "a[routerLink],area[routerLink]", inputs: { routerDirection: "routerDirection", routerAnimation: "routerAnimation" }, host: { listeners: { "click": "onClick()" } }, usesOnChanges: true, ngImport: i0 });
2370
2357
  }
2371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RouterLinkWithHrefDelegateDirective, decorators: [{
2358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkWithHrefDelegateDirective, decorators: [{
2372
2359
  type: Directive,
2373
2360
  args: [{
2374
2361
  selector: 'a[routerLink],area[routerLink]',
2375
2362
  }]
2376
- }], ctorParameters: function () { return [{ type: i1.LocationStrategy }, { type: NavController }, { type: i0.ElementRef }, { type: i3.Router }, { type: i3.RouterLink, decorators: [{
2363
+ }], ctorParameters: () => [{ type: i1.LocationStrategy }, { type: NavController }, { type: i0.ElementRef }, { type: i3.Router }, { type: i3.RouterLink, decorators: [{
2377
2364
  type: Optional
2378
- }] }]; }, propDecorators: { routerDirection: [{
2365
+ }] }], propDecorators: { routerDirection: [{
2379
2366
  type: Input
2380
2367
  }], routerAnimation: [{
2381
2368
  type: Input
@@ -2422,6 +2409,7 @@ const parseHrefExtras = (href) => {
2422
2409
  extras.fragment = fragment;
2423
2410
  return extras;
2424
2411
  };
2412
+ // eslint-disable-next-line @angular-eslint/directive-class-suffix
2425
2413
  class IonTabs {
2426
2414
  navCtrl;
2427
2415
  tabsInner;
@@ -2639,15 +2627,15 @@ class IonTabs {
2639
2627
  this.tabsInner.nativeElement.after(tabBar);
2640
2628
  }
2641
2629
  }
2642
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabs, deps: [{ token: NavController }], target: i0.ɵɵFactoryTarget.Directive });
2643
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: IonTabs, selector: "ion-tabs", outputs: { ionTabsWillChange: "ionTabsWillChange", ionTabsDidChange: "ionTabsDidChange" }, host: { listeners: { "ionTabButtonClick": "select($event)" } }, viewQueries: [{ propertyName: "tabsInner", first: true, predicate: ["tabsInner"], descendants: true, read: ElementRef, static: true }], ngImport: i0 });
2630
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabs, deps: [{ token: NavController }], target: i0.ɵɵFactoryTarget.Directive });
2631
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonTabs, isStandalone: true, selector: "ion-tabs", outputs: { ionTabsWillChange: "ionTabsWillChange", ionTabsDidChange: "ionTabsDidChange" }, host: { listeners: { "ionTabButtonClick": "select($event)" } }, viewQueries: [{ propertyName: "tabsInner", first: true, predicate: ["tabsInner"], descendants: true, read: ElementRef, static: true }], ngImport: i0 });
2644
2632
  }
2645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabs, decorators: [{
2633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabs, decorators: [{
2646
2634
  type: Directive,
2647
2635
  args: [{
2648
2636
  selector: 'ion-tabs',
2649
2637
  }]
2650
- }], ctorParameters: function () { return [{ type: NavController }]; }, propDecorators: { tabsInner: [{
2638
+ }], ctorParameters: () => [{ type: NavController }], propDecorators: { tabsInner: [{
2651
2639
  type: ViewChild,
2652
2640
  args: ['tabsInner', { read: ElementRef, static: true }]
2653
2641
  }], ionTabsWillChange: [{