@ionic/angular 9.0.3-dev.11788456135.1ab1d6cd → 9.0.3-nightly.20260904

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 (276) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/lazy/directives/proxies-list.d.ts +1 -1
  31. package/dist/lazy/directives/proxies-list.js +0 -3
  32. package/dist/lazy/directives/proxies-list.js.map +1 -1
  33. package/dist/lazy/directives/proxies.d.ts +84 -112
  34. package/dist/lazy/directives/proxies.js +242 -337
  35. package/dist/lazy/directives/proxies.js.map +1 -1
  36. package/dist/lazy/ionic-module.d.ts +1 -1
  37. package/dist/lazy/ionic-module.js +2 -2
  38. package/dist/standalone/directives/ion-accordion-group.d.ts +1 -1
  39. package/dist/standalone/directives/ion-accordion-group.js +3 -3
  40. package/dist/standalone/directives/ion-accordion-group.js.map +1 -1
  41. package/dist/standalone/directives/ion-accordion.d.ts +1 -1
  42. package/dist/standalone/directives/ion-accordion.js +3 -3
  43. package/dist/standalone/directives/ion-accordion.js.map +1 -1
  44. package/dist/standalone/directives/ion-action-sheet.d.ts +1 -1
  45. package/dist/standalone/directives/ion-action-sheet.js +3 -3
  46. package/dist/standalone/directives/ion-action-sheet.js.map +1 -1
  47. package/dist/standalone/directives/ion-alert.d.ts +1 -1
  48. package/dist/standalone/directives/ion-alert.js +3 -3
  49. package/dist/standalone/directives/ion-alert.js.map +1 -1
  50. package/dist/standalone/directives/ion-app.d.ts +1 -1
  51. package/dist/standalone/directives/ion-app.js +2 -3
  52. package/dist/standalone/directives/ion-app.js.map +1 -1
  53. package/dist/standalone/directives/ion-avatar.d.ts +1 -1
  54. package/dist/standalone/directives/ion-avatar.js +3 -4
  55. package/dist/standalone/directives/ion-avatar.js.map +1 -1
  56. package/dist/standalone/directives/ion-backdrop.d.ts +1 -1
  57. package/dist/standalone/directives/ion-backdrop.js +3 -3
  58. package/dist/standalone/directives/ion-backdrop.js.map +1 -1
  59. package/dist/standalone/directives/ion-badge.d.ts +1 -1
  60. package/dist/standalone/directives/ion-badge.js +3 -3
  61. package/dist/standalone/directives/ion-badge.js.map +1 -1
  62. package/dist/standalone/directives/ion-breadcrumb.d.ts +1 -1
  63. package/dist/standalone/directives/ion-breadcrumb.js +3 -3
  64. package/dist/standalone/directives/ion-breadcrumb.js.map +1 -1
  65. package/dist/standalone/directives/ion-breadcrumbs.d.ts +1 -1
  66. package/dist/standalone/directives/ion-breadcrumbs.js +3 -3
  67. package/dist/standalone/directives/ion-breadcrumbs.js.map +1 -1
  68. package/dist/standalone/directives/ion-button.d.ts +1 -1
  69. package/dist/standalone/directives/ion-button.js +3 -3
  70. package/dist/standalone/directives/ion-button.js.map +1 -1
  71. package/dist/standalone/directives/ion-buttons.d.ts +1 -1
  72. package/dist/standalone/directives/ion-buttons.js +3 -3
  73. package/dist/standalone/directives/ion-buttons.js.map +1 -1
  74. package/dist/standalone/directives/ion-card-content.d.ts +1 -1
  75. package/dist/standalone/directives/ion-card-content.js +3 -3
  76. package/dist/standalone/directives/ion-card-content.js.map +1 -1
  77. package/dist/standalone/directives/ion-card-header.d.ts +1 -1
  78. package/dist/standalone/directives/ion-card-header.js +3 -3
  79. package/dist/standalone/directives/ion-card-header.js.map +1 -1
  80. package/dist/standalone/directives/ion-card-subtitle.d.ts +1 -1
  81. package/dist/standalone/directives/ion-card-subtitle.js +3 -3
  82. package/dist/standalone/directives/ion-card-subtitle.js.map +1 -1
  83. package/dist/standalone/directives/ion-card-title.d.ts +1 -1
  84. package/dist/standalone/directives/ion-card-title.js +3 -3
  85. package/dist/standalone/directives/ion-card-title.js.map +1 -1
  86. package/dist/standalone/directives/ion-card.d.ts +1 -1
  87. package/dist/standalone/directives/ion-card.js +3 -3
  88. package/dist/standalone/directives/ion-card.js.map +1 -1
  89. package/dist/standalone/directives/ion-chip.d.ts +1 -1
  90. package/dist/standalone/directives/ion-chip.js +3 -3
  91. package/dist/standalone/directives/ion-chip.js.map +1 -1
  92. package/dist/standalone/directives/ion-col.d.ts +1 -1
  93. package/dist/standalone/directives/ion-col.js +3 -3
  94. package/dist/standalone/directives/ion-col.js.map +1 -1
  95. package/dist/standalone/directives/ion-content.d.ts +1 -1
  96. package/dist/standalone/directives/ion-content.js +3 -3
  97. package/dist/standalone/directives/ion-content.js.map +1 -1
  98. package/dist/standalone/directives/ion-datetime-button.d.ts +1 -1
  99. package/dist/standalone/directives/ion-datetime-button.js +3 -3
  100. package/dist/standalone/directives/ion-datetime-button.js.map +1 -1
  101. package/dist/standalone/directives/ion-fab-button.d.ts +1 -1
  102. package/dist/standalone/directives/ion-fab-button.js +3 -3
  103. package/dist/standalone/directives/ion-fab-button.js.map +1 -1
  104. package/dist/standalone/directives/ion-fab-list.d.ts +1 -1
  105. package/dist/standalone/directives/ion-fab-list.js +3 -3
  106. package/dist/standalone/directives/ion-fab-list.js.map +1 -1
  107. package/dist/standalone/directives/ion-fab.d.ts +1 -1
  108. package/dist/standalone/directives/ion-fab.js +3 -3
  109. package/dist/standalone/directives/ion-fab.js.map +1 -1
  110. package/dist/standalone/directives/ion-footer.d.ts +1 -1
  111. package/dist/standalone/directives/ion-footer.js +3 -3
  112. package/dist/standalone/directives/ion-footer.js.map +1 -1
  113. package/dist/standalone/directives/ion-grid.d.ts +1 -1
  114. package/dist/standalone/directives/ion-grid.js +3 -3
  115. package/dist/standalone/directives/ion-grid.js.map +1 -1
  116. package/dist/standalone/directives/ion-header.d.ts +1 -1
  117. package/dist/standalone/directives/ion-header.js +3 -3
  118. package/dist/standalone/directives/ion-header.js.map +1 -1
  119. package/dist/standalone/directives/ion-img.d.ts +1 -1
  120. package/dist/standalone/directives/ion-img.js +3 -3
  121. package/dist/standalone/directives/ion-img.js.map +1 -1
  122. package/dist/standalone/directives/ion-infinite-scroll-content.d.ts +1 -1
  123. package/dist/standalone/directives/ion-infinite-scroll-content.js +3 -3
  124. package/dist/standalone/directives/ion-infinite-scroll-content.js.map +1 -1
  125. package/dist/standalone/directives/ion-infinite-scroll.d.ts +1 -1
  126. package/dist/standalone/directives/ion-infinite-scroll.js +3 -3
  127. package/dist/standalone/directives/ion-infinite-scroll.js.map +1 -1
  128. package/dist/standalone/directives/ion-item-divider.d.ts +1 -1
  129. package/dist/standalone/directives/ion-item-divider.js +3 -3
  130. package/dist/standalone/directives/ion-item-divider.js.map +1 -1
  131. package/dist/standalone/directives/ion-item-group.d.ts +1 -1
  132. package/dist/standalone/directives/ion-item-group.js +3 -4
  133. package/dist/standalone/directives/ion-item-group.js.map +1 -1
  134. package/dist/standalone/directives/ion-item-option.d.ts +1 -1
  135. package/dist/standalone/directives/ion-item-option.js +3 -3
  136. package/dist/standalone/directives/ion-item-option.js.map +1 -1
  137. package/dist/standalone/directives/ion-item-options.d.ts +1 -1
  138. package/dist/standalone/directives/ion-item-options.js +3 -3
  139. package/dist/standalone/directives/ion-item-options.js.map +1 -1
  140. package/dist/standalone/directives/ion-item-sliding.d.ts +1 -1
  141. package/dist/standalone/directives/ion-item-sliding.js +3 -3
  142. package/dist/standalone/directives/ion-item-sliding.js.map +1 -1
  143. package/dist/standalone/directives/ion-item.d.ts +1 -1
  144. package/dist/standalone/directives/ion-item.js +3 -3
  145. package/dist/standalone/directives/ion-item.js.map +1 -1
  146. package/dist/standalone/directives/ion-label.d.ts +1 -1
  147. package/dist/standalone/directives/ion-label.js +3 -3
  148. package/dist/standalone/directives/ion-label.js.map +1 -1
  149. package/dist/standalone/directives/ion-list-header.d.ts +1 -1
  150. package/dist/standalone/directives/ion-list-header.js +3 -3
  151. package/dist/standalone/directives/ion-list-header.js.map +1 -1
  152. package/dist/standalone/directives/ion-list.d.ts +1 -1
  153. package/dist/standalone/directives/ion-list.js +3 -3
  154. package/dist/standalone/directives/ion-list.js.map +1 -1
  155. package/dist/standalone/directives/ion-loading.d.ts +1 -1
  156. package/dist/standalone/directives/ion-loading.js +3 -3
  157. package/dist/standalone/directives/ion-loading.js.map +1 -1
  158. package/dist/standalone/directives/ion-menu-button.d.ts +1 -1
  159. package/dist/standalone/directives/ion-menu-button.js +3 -3
  160. package/dist/standalone/directives/ion-menu-button.js.map +1 -1
  161. package/dist/standalone/directives/ion-menu-toggle.d.ts +1 -1
  162. package/dist/standalone/directives/ion-menu-toggle.js +3 -3
  163. package/dist/standalone/directives/ion-menu-toggle.js.map +1 -1
  164. package/dist/standalone/directives/ion-menu.d.ts +1 -1
  165. package/dist/standalone/directives/ion-menu.js +3 -3
  166. package/dist/standalone/directives/ion-menu.js.map +1 -1
  167. package/dist/standalone/directives/ion-nav-link.d.ts +1 -1
  168. package/dist/standalone/directives/ion-nav-link.js +3 -3
  169. package/dist/standalone/directives/ion-nav-link.js.map +1 -1
  170. package/dist/standalone/directives/ion-note.d.ts +1 -1
  171. package/dist/standalone/directives/ion-note.js +3 -3
  172. package/dist/standalone/directives/ion-note.js.map +1 -1
  173. package/dist/standalone/directives/ion-picker-column-option.d.ts +1 -1
  174. package/dist/standalone/directives/ion-picker-column-option.js +3 -3
  175. package/dist/standalone/directives/ion-picker-column-option.js.map +1 -1
  176. package/dist/standalone/directives/ion-picker-column.d.ts +1 -1
  177. package/dist/standalone/directives/ion-picker-column.js +3 -3
  178. package/dist/standalone/directives/ion-picker-column.js.map +1 -1
  179. package/dist/standalone/directives/ion-picker.d.ts +1 -1
  180. package/dist/standalone/directives/ion-picker.js +3 -3
  181. package/dist/standalone/directives/ion-picker.js.map +1 -1
  182. package/dist/standalone/directives/ion-progress-bar.d.ts +1 -1
  183. package/dist/standalone/directives/ion-progress-bar.js +3 -3
  184. package/dist/standalone/directives/ion-progress-bar.js.map +1 -1
  185. package/dist/standalone/directives/ion-radio.d.ts +1 -1
  186. package/dist/standalone/directives/ion-radio.js +3 -3
  187. package/dist/standalone/directives/ion-radio.js.map +1 -1
  188. package/dist/standalone/directives/ion-refresher-content.d.ts +1 -1
  189. package/dist/standalone/directives/ion-refresher-content.js +3 -3
  190. package/dist/standalone/directives/ion-refresher-content.js.map +1 -1
  191. package/dist/standalone/directives/ion-refresher.d.ts +1 -1
  192. package/dist/standalone/directives/ion-refresher.js +3 -3
  193. package/dist/standalone/directives/ion-refresher.js.map +1 -1
  194. package/dist/standalone/directives/ion-reorder-group.d.ts +1 -1
  195. package/dist/standalone/directives/ion-reorder-group.js +3 -3
  196. package/dist/standalone/directives/ion-reorder-group.js.map +1 -1
  197. package/dist/standalone/directives/ion-reorder.d.ts +1 -1
  198. package/dist/standalone/directives/ion-reorder.js +3 -4
  199. package/dist/standalone/directives/ion-reorder.js.map +1 -1
  200. package/dist/standalone/directives/ion-ripple-effect.d.ts +1 -1
  201. package/dist/standalone/directives/ion-ripple-effect.js +3 -3
  202. package/dist/standalone/directives/ion-ripple-effect.js.map +1 -1
  203. package/dist/standalone/directives/ion-row.d.ts +1 -1
  204. package/dist/standalone/directives/ion-row.js +3 -4
  205. package/dist/standalone/directives/ion-row.js.map +1 -1
  206. package/dist/standalone/directives/ion-segment-button.d.ts +1 -1
  207. package/dist/standalone/directives/ion-segment-button.js +3 -3
  208. package/dist/standalone/directives/ion-segment-button.js.map +1 -1
  209. package/dist/standalone/directives/ion-select-modal.d.ts +1 -1
  210. package/dist/standalone/directives/ion-select-modal.js +3 -3
  211. package/dist/standalone/directives/ion-select-modal.js.map +1 -1
  212. package/dist/standalone/directives/ion-select-option.d.ts +1 -1
  213. package/dist/standalone/directives/ion-select-option.js +3 -3
  214. package/dist/standalone/directives/ion-select-option.js.map +1 -1
  215. package/dist/standalone/directives/ion-skeleton-text.d.ts +1 -1
  216. package/dist/standalone/directives/ion-skeleton-text.js +3 -3
  217. package/dist/standalone/directives/ion-skeleton-text.js.map +1 -1
  218. package/dist/standalone/directives/ion-spinner.d.ts +1 -1
  219. package/dist/standalone/directives/ion-spinner.js +3 -3
  220. package/dist/standalone/directives/ion-spinner.js.map +1 -1
  221. package/dist/standalone/directives/ion-split-pane.d.ts +1 -1
  222. package/dist/standalone/directives/ion-split-pane.js +3 -3
  223. package/dist/standalone/directives/ion-split-pane.js.map +1 -1
  224. package/dist/standalone/directives/ion-tab-bar.d.ts +1 -1
  225. package/dist/standalone/directives/ion-tab-bar.js +3 -3
  226. package/dist/standalone/directives/ion-tab-bar.js.map +1 -1
  227. package/dist/standalone/directives/ion-tab-button.d.ts +1 -1
  228. package/dist/standalone/directives/ion-tab-button.js +3 -3
  229. package/dist/standalone/directives/ion-tab-button.js.map +1 -1
  230. package/dist/standalone/directives/ion-tab.d.ts +1 -1
  231. package/dist/standalone/directives/ion-tab.js +3 -3
  232. package/dist/standalone/directives/ion-tab.js.map +1 -1
  233. package/dist/standalone/directives/ion-text.d.ts +1 -1
  234. package/dist/standalone/directives/ion-text.js +3 -3
  235. package/dist/standalone/directives/ion-text.js.map +1 -1
  236. package/dist/standalone/directives/ion-thumbnail.d.ts +1 -1
  237. package/dist/standalone/directives/ion-thumbnail.js +3 -4
  238. package/dist/standalone/directives/ion-thumbnail.js.map +1 -1
  239. package/dist/standalone/directives/ion-title.d.ts +1 -1
  240. package/dist/standalone/directives/ion-title.js +3 -3
  241. package/dist/standalone/directives/ion-title.js.map +1 -1
  242. package/dist/standalone/directives/ion-toast.d.ts +1 -1
  243. package/dist/standalone/directives/ion-toast.js +3 -3
  244. package/dist/standalone/directives/ion-toast.js.map +1 -1
  245. package/dist/standalone/directives/ion-toolbar.d.ts +1 -1
  246. package/dist/standalone/directives/ion-toolbar.js +3 -3
  247. package/dist/standalone/directives/ion-toolbar.js.map +1 -1
  248. package/dist/standalone/directives/proxies.d.ts +0 -3
  249. package/dist/standalone/directives/proxies.js +0 -3
  250. package/dist/standalone/directives/proxies.js.map +1 -1
  251. package/package.json +2 -5
  252. package/css/ionic/bundle.ionic.css +0 -1
  253. package/css/ionic/bundle.ionic.css.map +0 -1
  254. package/css/ionic/core.ionic.css +0 -1
  255. package/css/ionic/core.ionic.css.map +0 -1
  256. package/css/ionic/global.bundle.ionic.css +0 -1
  257. package/css/ionic/global.bundle.ionic.css.map +0 -1
  258. package/css/ionic/ionic-swiper.ionic.css +0 -1
  259. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  260. package/css/ionic/link.ionic.css +0 -1
  261. package/css/ionic/link.ionic.css.map +0 -1
  262. package/css/ionic/structure.ionic.css +0 -1
  263. package/css/ionic/structure.ionic.css.map +0 -1
  264. package/css/ionic/typography.ionic.css +0 -1
  265. package/css/ionic/typography.ionic.css.map +0 -1
  266. package/css/ionic/utils.bundle.ionic.css +0 -1
  267. package/css/ionic/utils.bundle.ionic.css.map +0 -1
  268. package/dist/standalone/directives/ion-divider.d.ts +0 -12
  269. package/dist/standalone/directives/ion-divider.js +0 -36
  270. package/dist/standalone/directives/ion-divider.js.map +0 -1
  271. package/dist/standalone/directives/ion-gallery-item.d.ts +0 -12
  272. package/dist/standalone/directives/ion-gallery-item.js +0 -36
  273. package/dist/standalone/directives/ion-gallery-item.js.map +0 -1
  274. package/dist/standalone/directives/ion-gallery.d.ts +0 -12
  275. package/dist/standalone/directives/ion-gallery.js +0 -36
  276. package/dist/standalone/directives/ion-gallery.js.map +0 -1
@@ -13,11 +13,11 @@ let IonAccordion = class IonAccordion {
13
13
  this.el = r.nativeElement;
14
14
  }
15
15
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
16
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordion, isStandalone: false, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", theme: "theme", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
16
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordion, isStandalone: false, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
17
  };
18
18
  IonAccordion = __decorate([
19
19
  ProxyCmp({
20
- inputs: ['disabled', 'mode', 'readonly', 'theme', 'toggleIcon', 'toggleIconSlot', 'value']
20
+ inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
21
21
  })
22
22
  ], IonAccordion);
23
23
  export { IonAccordion };
@@ -28,7 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
28
28
  changeDetection: ChangeDetectionStrategy.OnPush,
29
29
  template: '<ng-content></ng-content>',
30
30
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
31
- inputs: ['disabled', 'mode', 'readonly', 'theme', 'toggleIcon', 'toggleIconSlot', 'value'],
31
+ inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
32
32
  standalone: false
33
33
  }]
34
34
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -42,11 +42,11 @@ let IonAccordionGroup = class IonAccordionGroup {
42
42
  this.el = r.nativeElement;
43
43
  }
44
44
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
45
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordionGroup, isStandalone: false, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", shape: "shape", theme: "theme", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
45
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordionGroup, isStandalone: false, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
46
46
  };
47
47
  IonAccordionGroup = __decorate([
48
48
  ProxyCmp({
49
- inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'shape', 'theme', 'value']
49
+ inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
50
50
  })
51
51
  ], IonAccordionGroup);
52
52
  export { IonAccordionGroup };
@@ -57,7 +57,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
57
57
  changeDetection: ChangeDetectionStrategy.OnPush,
58
58
  template: '<ng-content></ng-content>',
59
59
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
60
- inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'shape', 'theme', 'value'],
60
+ inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
61
61
  outputs: ['ionChange'],
62
62
  standalone: false
63
63
  }]
@@ -81,11 +81,11 @@ let IonActionSheet = class IonActionSheet {
81
81
  this.el = r.nativeElement;
82
82
  }
83
83
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
84
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonActionSheet, isStandalone: false, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", theme: "theme", translucent: "translucent", trigger: "trigger" }, outputs: { ionActionSheetDidPresent: "ionActionSheetDidPresent", ionActionSheetWillPresent: "ionActionSheetWillPresent", ionActionSheetWillDismiss: "ionActionSheetWillDismiss", ionActionSheetDidDismiss: "ionActionSheetDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
84
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonActionSheet, isStandalone: false, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionActionSheetDidPresent: "ionActionSheetDidPresent", ionActionSheetWillPresent: "ionActionSheetWillPresent", ionActionSheetWillDismiss: "ionActionSheetWillDismiss", ionActionSheetDidDismiss: "ionActionSheetDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
85
85
  };
86
86
  IonActionSheet = __decorate([
87
87
  ProxyCmp({
88
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
88
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
89
89
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
90
90
  })
91
91
  ], IonActionSheet);
@@ -97,7 +97,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
97
97
  changeDetection: ChangeDetectionStrategy.OnPush,
98
98
  template: '<ng-content></ng-content>',
99
99
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
100
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
100
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
101
101
  outputs: ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
102
102
  standalone: false
103
103
  }]
@@ -135,11 +135,11 @@ let IonAlert = class IonAlert {
135
135
  this.el = r.nativeElement;
136
136
  }
137
137
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
138
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAlert, isStandalone: false, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", theme: "theme", translucent: "translucent", trigger: "trigger" }, outputs: { ionAlertDidPresent: "ionAlertDidPresent", ionAlertWillPresent: "ionAlertWillPresent", ionAlertWillDismiss: "ionAlertWillDismiss", ionAlertDidDismiss: "ionAlertDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
138
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAlert, isStandalone: false, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionAlertDidPresent: "ionAlertDidPresent", ionAlertWillPresent: "ionAlertWillPresent", ionAlertWillDismiss: "ionAlertWillDismiss", ionAlertDidDismiss: "ionAlertDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
139
139
  };
140
140
  IonAlert = __decorate([
141
141
  ProxyCmp({
142
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
142
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
143
143
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
144
144
  })
145
145
  ], IonAlert);
@@ -151,7 +151,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
151
151
  changeDetection: ChangeDetectionStrategy.OnPush,
152
152
  template: '<ng-content></ng-content>',
153
153
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
154
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
154
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
155
155
  outputs: ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
156
156
  standalone: false
157
157
  }]
@@ -181,11 +181,10 @@ let IonApp = class IonApp {
181
181
  this.el = r.nativeElement;
182
182
  }
183
183
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
184
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonApp, isStandalone: false, selector: "ion-app", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
184
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonApp, isStandalone: false, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
185
185
  };
186
186
  IonApp = __decorate([
187
187
  ProxyCmp({
188
- inputs: ['mode', 'theme'],
189
188
  methods: ['setFocus']
190
189
  })
191
190
  ], IonApp);
@@ -197,7 +196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
197
196
  changeDetection: ChangeDetectionStrategy.OnPush,
198
197
  template: '<ng-content></ng-content>',
199
198
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
200
- inputs: ['mode', 'theme'],
199
+ inputs: [],
201
200
  standalone: false
202
201
  }]
203
202
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -210,12 +209,10 @@ let IonAvatar = class IonAvatar {
210
209
  this.el = r.nativeElement;
211
210
  }
212
211
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
213
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAvatar, isStandalone: false, selector: "ion-avatar", inputs: { disabled: "disabled", mode: "mode", shape: "shape", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
212
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAvatar, isStandalone: false, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
214
213
  };
215
214
  IonAvatar = __decorate([
216
- ProxyCmp({
217
- inputs: ['disabled', 'mode', 'shape', 'size', 'theme']
218
- })
215
+ ProxyCmp({})
219
216
  ], IonAvatar);
220
217
  export { IonAvatar };
221
218
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, decorators: [{
@@ -225,7 +222,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
225
222
  changeDetection: ChangeDetectionStrategy.OnPush,
226
223
  template: '<ng-content></ng-content>',
227
224
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
228
- inputs: ['disabled', 'mode', 'shape', 'size', 'theme'],
225
+ inputs: [],
229
226
  standalone: false
230
227
  }]
231
228
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -239,11 +236,11 @@ let IonBackdrop = class IonBackdrop {
239
236
  this.el = r.nativeElement;
240
237
  }
241
238
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
242
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackdrop, isStandalone: false, selector: "ion-backdrop", inputs: { mode: "mode", stopPropagation: "stopPropagation", tappable: "tappable", theme: "theme", visible: "visible" }, outputs: { ionBackdropTap: "ionBackdropTap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
239
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackdrop, isStandalone: false, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, outputs: { ionBackdropTap: "ionBackdropTap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
243
240
  };
244
241
  IonBackdrop = __decorate([
245
242
  ProxyCmp({
246
- inputs: ['mode', 'stopPropagation', 'tappable', 'theme', 'visible']
243
+ inputs: ['stopPropagation', 'tappable', 'visible']
247
244
  })
248
245
  ], IonBackdrop);
249
246
  export { IonBackdrop };
@@ -254,7 +251,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
254
251
  changeDetection: ChangeDetectionStrategy.OnPush,
255
252
  template: '<ng-content></ng-content>',
256
253
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
257
- inputs: ['mode', 'stopPropagation', 'tappable', 'theme', 'visible'],
254
+ inputs: ['stopPropagation', 'tappable', 'visible'],
258
255
  outputs: ['ionBackdropTap'],
259
256
  standalone: false
260
257
  }]
@@ -270,11 +267,11 @@ let IonBadge = class IonBadge {
270
267
  this.el = r.nativeElement;
271
268
  }
272
269
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
273
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBadge, isStandalone: false, selector: "ion-badge", inputs: { color: "color", hue: "hue", mode: "mode", shape: "shape", size: "size", theme: "theme", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
270
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBadge, isStandalone: false, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
274
271
  };
275
272
  IonBadge = __decorate([
276
273
  ProxyCmp({
277
- inputs: ['color', 'hue', 'mode', 'shape', 'size', 'theme', 'vertical']
274
+ inputs: ['color', 'mode']
278
275
  })
279
276
  ], IonBadge);
280
277
  export { IonBadge };
@@ -285,7 +282,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
285
282
  changeDetection: ChangeDetectionStrategy.OnPush,
286
283
  template: '<ng-content></ng-content>',
287
284
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
288
- inputs: ['color', 'hue', 'mode', 'shape', 'size', 'theme', 'vertical'],
285
+ inputs: ['color', 'mode'],
289
286
  standalone: false
290
287
  }]
291
288
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -300,11 +297,11 @@ let IonBreadcrumb = class IonBreadcrumb {
300
297
  this.el = r.nativeElement;
301
298
  }
302
299
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
303
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumb, isStandalone: false, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target", theme: "theme" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
300
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumb, isStandalone: false, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
304
301
  };
305
302
  IonBreadcrumb = __decorate([
306
303
  ProxyCmp({
307
- inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target', 'theme']
304
+ inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
308
305
  })
309
306
  ], IonBreadcrumb);
310
307
  export { IonBreadcrumb };
@@ -315,7 +312,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
315
312
  changeDetection: ChangeDetectionStrategy.OnPush,
316
313
  template: '<ng-content></ng-content>',
317
314
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
318
- inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target', 'theme'],
315
+ inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
319
316
  outputs: ['ionFocus', 'ionBlur'],
320
317
  standalone: false
321
318
  }]
@@ -334,11 +331,11 @@ let IonBreadcrumbs = class IonBreadcrumbs {
334
331
  this.el = r.nativeElement;
335
332
  }
336
333
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
337
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumbs, isStandalone: false, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode", theme: "theme" }, outputs: { ionCollapsedClick: "ionCollapsedClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
334
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumbs, isStandalone: false, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode" }, outputs: { ionCollapsedClick: "ionCollapsedClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
338
335
  };
339
336
  IonBreadcrumbs = __decorate([
340
337
  ProxyCmp({
341
- inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode', 'theme']
338
+ inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
342
339
  })
343
340
  ], IonBreadcrumbs);
344
341
  export { IonBreadcrumbs };
@@ -349,7 +346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
349
346
  changeDetection: ChangeDetectionStrategy.OnPush,
350
347
  template: '<ng-content></ng-content>',
351
348
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
352
- inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode', 'theme'],
349
+ inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
353
350
  outputs: ['ionCollapsedClick'],
354
351
  standalone: false
355
352
  }]
@@ -367,11 +364,11 @@ let IonButton = class IonButton {
367
364
  this.el = r.nativeElement;
368
365
  }
369
366
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
370
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButton, isStandalone: false, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", theme: "theme", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
367
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButton, isStandalone: false, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
371
368
  };
372
369
  IonButton = __decorate([
373
370
  ProxyCmp({
374
- inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'theme', 'type']
371
+ inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
375
372
  })
376
373
  ], IonButton);
377
374
  export { IonButton };
@@ -382,7 +379,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
382
379
  changeDetection: ChangeDetectionStrategy.OnPush,
383
380
  template: '<ng-content></ng-content>',
384
381
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
385
- inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'theme', 'type'],
382
+ inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
386
383
  outputs: ['ionFocus', 'ionBlur'],
387
384
  standalone: false
388
385
  }]
@@ -400,11 +397,11 @@ let IonButtons = class IonButtons {
400
397
  this.el = r.nativeElement;
401
398
  }
402
399
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
403
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButtons, isStandalone: false, selector: "ion-buttons", inputs: { collapse: "collapse", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
400
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButtons, isStandalone: false, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
404
401
  };
405
402
  IonButtons = __decorate([
406
403
  ProxyCmp({
407
- inputs: ['collapse', 'mode', 'theme']
404
+ inputs: ['collapse']
408
405
  })
409
406
  ], IonButtons);
410
407
  export { IonButtons };
@@ -415,7 +412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
415
412
  changeDetection: ChangeDetectionStrategy.OnPush,
416
413
  template: '<ng-content></ng-content>',
417
414
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
418
- inputs: ['collapse', 'mode', 'theme'],
415
+ inputs: ['collapse'],
419
416
  standalone: false
420
417
  }]
421
418
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -428,11 +425,11 @@ let IonCard = class IonCard {
428
425
  this.el = r.nativeElement;
429
426
  }
430
427
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
431
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCard, isStandalone: false, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
428
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCard, isStandalone: false, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
432
429
  };
433
430
  IonCard = __decorate([
434
431
  ProxyCmp({
435
- inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'target', 'theme', 'type']
432
+ inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
436
433
  })
437
434
  ], IonCard);
438
435
  export { IonCard };
@@ -443,7 +440,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
443
440
  changeDetection: ChangeDetectionStrategy.OnPush,
444
441
  template: '<ng-content></ng-content>',
445
442
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
446
- inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'target', 'theme', 'type'],
443
+ inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
447
444
  standalone: false
448
445
  }]
449
446
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -456,11 +453,11 @@ let IonCardContent = class IonCardContent {
456
453
  this.el = r.nativeElement;
457
454
  }
458
455
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
459
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardContent, isStandalone: false, selector: "ion-card-content", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
456
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardContent, isStandalone: false, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
460
457
  };
461
458
  IonCardContent = __decorate([
462
459
  ProxyCmp({
463
- inputs: ['mode', 'theme']
460
+ inputs: ['mode']
464
461
  })
465
462
  ], IonCardContent);
466
463
  export { IonCardContent };
@@ -471,7 +468,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
471
468
  changeDetection: ChangeDetectionStrategy.OnPush,
472
469
  template: '<ng-content></ng-content>',
473
470
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
474
- inputs: ['mode', 'theme'],
471
+ inputs: ['mode'],
475
472
  standalone: false
476
473
  }]
477
474
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -484,11 +481,11 @@ let IonCardHeader = class IonCardHeader {
484
481
  this.el = r.nativeElement;
485
482
  }
486
483
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
487
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardHeader, isStandalone: false, selector: "ion-card-header", inputs: { color: "color", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
484
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardHeader, isStandalone: false, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
488
485
  };
489
486
  IonCardHeader = __decorate([
490
487
  ProxyCmp({
491
- inputs: ['color', 'mode', 'theme', 'translucent']
488
+ inputs: ['color', 'mode', 'translucent']
492
489
  })
493
490
  ], IonCardHeader);
494
491
  export { IonCardHeader };
@@ -499,7 +496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
499
496
  changeDetection: ChangeDetectionStrategy.OnPush,
500
497
  template: '<ng-content></ng-content>',
501
498
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
502
- inputs: ['color', 'mode', 'theme', 'translucent'],
499
+ inputs: ['color', 'mode', 'translucent'],
503
500
  standalone: false
504
501
  }]
505
502
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -512,11 +509,11 @@ let IonCardSubtitle = class IonCardSubtitle {
512
509
  this.el = r.nativeElement;
513
510
  }
514
511
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
515
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardSubtitle, isStandalone: false, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
512
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardSubtitle, isStandalone: false, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
516
513
  };
517
514
  IonCardSubtitle = __decorate([
518
515
  ProxyCmp({
519
- inputs: ['color', 'mode', 'theme']
516
+ inputs: ['color', 'mode']
520
517
  })
521
518
  ], IonCardSubtitle);
522
519
  export { IonCardSubtitle };
@@ -527,7 +524,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
527
524
  changeDetection: ChangeDetectionStrategy.OnPush,
528
525
  template: '<ng-content></ng-content>',
529
526
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
530
- inputs: ['color', 'mode', 'theme'],
527
+ inputs: ['color', 'mode'],
531
528
  standalone: false
532
529
  }]
533
530
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -540,11 +537,11 @@ let IonCardTitle = class IonCardTitle {
540
537
  this.el = r.nativeElement;
541
538
  }
542
539
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
543
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardTitle, isStandalone: false, selector: "ion-card-title", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
540
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardTitle, isStandalone: false, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
544
541
  };
545
542
  IonCardTitle = __decorate([
546
543
  ProxyCmp({
547
- inputs: ['color', 'mode', 'theme']
544
+ inputs: ['color', 'mode']
548
545
  })
549
546
  ], IonCardTitle);
550
547
  export { IonCardTitle };
@@ -555,7 +552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
555
552
  changeDetection: ChangeDetectionStrategy.OnPush,
556
553
  template: '<ng-content></ng-content>',
557
554
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
558
- inputs: ['color', 'mode', 'theme'],
555
+ inputs: ['color', 'mode'],
559
556
  standalone: false
560
557
  }]
561
558
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -571,11 +568,11 @@ let IonCheckbox = class IonCheckbox {
571
568
  this.el = r.nativeElement;
572
569
  }
573
570
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
574
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCheckbox, isStandalone: false, selector: "ion-checkbox", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required", shape: "shape", size: "size", theme: "theme", value: "value" }, outputs: { ionChange: "ionChange", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
571
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCheckbox, isStandalone: false, selector: "ion-checkbox", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required", value: "value" }, outputs: { ionChange: "ionChange", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
575
572
  };
576
573
  IonCheckbox = __decorate([
577
574
  ProxyCmp({
578
- inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'shape', 'size', 'theme', 'value']
575
+ inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value']
579
576
  })
580
577
  ], IonCheckbox);
581
578
  export { IonCheckbox };
@@ -586,7 +583,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
586
583
  changeDetection: ChangeDetectionStrategy.OnPush,
587
584
  template: '<ng-content></ng-content>',
588
585
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
589
- inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'shape', 'size', 'theme', 'value'],
586
+ inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value'],
590
587
  outputs: ['ionChange', 'ionFocus', 'ionBlur'],
591
588
  standalone: false
592
589
  }]
@@ -606,11 +603,11 @@ let IonChip = class IonChip {
606
603
  this.el = r.nativeElement;
607
604
  }
608
605
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
609
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonChip, isStandalone: false, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", hue: "hue", mode: "mode", outline: "outline", shape: "shape", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
606
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonChip, isStandalone: false, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", mode: "mode", outline: "outline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
610
607
  };
611
608
  IonChip = __decorate([
612
609
  ProxyCmp({
613
- inputs: ['color', 'disabled', 'hue', 'mode', 'outline', 'shape', 'size', 'theme']
610
+ inputs: ['color', 'disabled', 'mode', 'outline']
614
611
  })
615
612
  ], IonChip);
616
613
  export { IonChip };
@@ -621,7 +618,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
621
618
  changeDetection: ChangeDetectionStrategy.OnPush,
622
619
  template: '<ng-content></ng-content>',
623
620
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
624
- inputs: ['color', 'disabled', 'hue', 'mode', 'outline', 'shape', 'size', 'theme'],
621
+ inputs: ['color', 'disabled', 'mode', 'outline'],
625
622
  standalone: false
626
623
  }]
627
624
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -634,11 +631,11 @@ let IonCol = class IonCol {
634
631
  this.el = r.nativeElement;
635
632
  }
636
633
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
637
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCol, isStandalone: false, selector: "ion-col", inputs: { mode: "mode", offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", order: "order", orderLg: "orderLg", orderMd: "orderMd", orderSm: "orderSm", orderXl: "orderXl", orderXs: "orderXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
634
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCol, isStandalone: false, selector: "ion-col", inputs: { offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
638
635
  };
639
636
  IonCol = __decorate([
640
637
  ProxyCmp({
641
- inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'order', 'orderLg', 'orderMd', 'orderSm', 'orderXl', 'orderXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme']
638
+ inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs']
642
639
  })
643
640
  ], IonCol);
644
641
  export { IonCol };
@@ -649,7 +646,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
649
646
  changeDetection: ChangeDetectionStrategy.OnPush,
650
647
  template: '<ng-content></ng-content>',
651
648
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
652
- inputs: ['mode', 'offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'order', 'orderLg', 'orderMd', 'orderSm', 'orderXl', 'orderXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs', 'theme'],
649
+ inputs: ['offset', 'offsetLg', 'offsetMd', 'offsetSm', 'offsetXl', 'offsetXs', 'pull', 'pullLg', 'pullMd', 'pullSm', 'pullXl', 'pullXs', 'push', 'pushLg', 'pushMd', 'pushSm', 'pushXl', 'pushXs', 'size', 'sizeLg', 'sizeMd', 'sizeSm', 'sizeXl', 'sizeXs'],
653
650
  standalone: false
654
651
  }]
655
652
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -665,11 +662,11 @@ let IonContent = class IonContent {
665
662
  this.el = r.nativeElement;
666
663
  }
667
664
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
668
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone: false, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", mode: "mode", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY", theme: "theme" }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
665
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone: false, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
669
666
  };
670
667
  IonContent = __decorate([
671
668
  ProxyCmp({
672
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
669
+ inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
673
670
  methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
674
671
  })
675
672
  ], IonContent);
@@ -681,7 +678,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
681
678
  changeDetection: ChangeDetectionStrategy.OnPush,
682
679
  template: '<ng-content></ng-content>',
683
680
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
684
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
681
+ inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
685
682
  outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],
686
683
  standalone: false
687
684
  }]
@@ -705,11 +702,11 @@ let IonDatetime = class IonDatetime {
705
702
  this.el = r.nativeElement;
706
703
  }
707
704
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
708
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetime, isStandalone: false, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", theme: "theme", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, outputs: { ionCancel: "ionCancel", ionChange: "ionChange", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
705
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetime, isStandalone: false, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, outputs: { ionCancel: "ionCancel", ionChange: "ionChange", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
709
706
  };
710
707
  IonDatetime = __decorate([
711
708
  ProxyCmp({
712
- inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', 'theme', 'titleSelectedDatesFormatter', 'value', 'yearValues'],
709
+ inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', 'titleSelectedDatesFormatter', 'value', 'yearValues'],
713
710
  methods: ['confirm', 'reset', 'cancel']
714
711
  })
715
712
  ], IonDatetime);
@@ -721,7 +718,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
721
718
  changeDetection: ChangeDetectionStrategy.OnPush,
722
719
  template: '<ng-content></ng-content>',
723
720
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
724
- inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', 'theme', 'titleSelectedDatesFormatter', 'value', 'yearValues'],
721
+ inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', 'titleSelectedDatesFormatter', 'value', 'yearValues'],
725
722
  outputs: ['ionCancel', 'ionChange', 'ionFocus', 'ionBlur'],
726
723
  standalone: false
727
724
  }]
@@ -743,11 +740,11 @@ let IonDatetimeButton = class IonDatetimeButton {
743
740
  this.el = r.nativeElement;
744
741
  }
745
742
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
746
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetimeButton, isStandalone: false, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
743
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetimeButton, isStandalone: false, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
747
744
  };
748
745
  IonDatetimeButton = __decorate([
749
746
  ProxyCmp({
750
- inputs: ['color', 'datetime', 'disabled', 'mode', 'theme']
747
+ inputs: ['color', 'datetime', 'disabled', 'mode']
751
748
  })
752
749
  ], IonDatetimeButton);
753
750
  export { IonDatetimeButton };
@@ -758,35 +755,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
758
755
  changeDetection: ChangeDetectionStrategy.OnPush,
759
756
  template: '<ng-content></ng-content>',
760
757
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
761
- inputs: ['color', 'datetime', 'disabled', 'mode', 'theme'],
762
- standalone: false
763
- }]
764
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
765
- let IonDivider = class IonDivider {
766
- z;
767
- el;
768
- constructor(c, r, z) {
769
- this.z = z;
770
- c.detach();
771
- this.el = r.nativeElement;
772
- }
773
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
774
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDivider, isStandalone: false, selector: "ion-divider", inputs: { inset: "inset", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
775
- };
776
- IonDivider = __decorate([
777
- ProxyCmp({
778
- inputs: ['inset', 'spacing']
779
- })
780
- ], IonDivider);
781
- export { IonDivider };
782
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDivider, decorators: [{
783
- type: Component,
784
- args: [{
785
- selector: 'ion-divider',
786
- changeDetection: ChangeDetectionStrategy.OnPush,
787
- template: '<ng-content></ng-content>',
788
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
789
- inputs: ['inset', 'spacing'],
758
+ inputs: ['color', 'datetime', 'disabled', 'mode'],
790
759
  standalone: false
791
760
  }]
792
761
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -799,11 +768,11 @@ let IonFab = class IonFab {
799
768
  this.el = r.nativeElement;
800
769
  }
801
770
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
802
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFab, isStandalone: false, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", mode: "mode", theme: "theme", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
771
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFab, isStandalone: false, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
803
772
  };
804
773
  IonFab = __decorate([
805
774
  ProxyCmp({
806
- inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
775
+ inputs: ['activated', 'edge', 'horizontal', 'vertical'],
807
776
  methods: ['close']
808
777
  })
809
778
  ], IonFab);
@@ -815,7 +784,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
815
784
  changeDetection: ChangeDetectionStrategy.OnPush,
816
785
  template: '<ng-content></ng-content>',
817
786
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
818
- inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
787
+ inputs: ['activated', 'edge', 'horizontal', 'vertical'],
819
788
  standalone: false
820
789
  }]
821
790
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -830,11 +799,11 @@ let IonFabButton = class IonFabButton {
830
799
  this.el = r.nativeElement;
831
800
  }
832
801
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
833
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabButton, isStandalone: false, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", theme: "theme", translucent: "translucent", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
802
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabButton, isStandalone: false, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", translucent: "translucent", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
834
803
  };
835
804
  IonFabButton = __decorate([
836
805
  ProxyCmp({
837
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type']
806
+ inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
838
807
  })
839
808
  ], IonFabButton);
840
809
  export { IonFabButton };
@@ -845,7 +814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
845
814
  changeDetection: ChangeDetectionStrategy.OnPush,
846
815
  template: '<ng-content></ng-content>',
847
816
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
848
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type'],
817
+ inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
849
818
  outputs: ['ionFocus', 'ionBlur'],
850
819
  standalone: false
851
820
  }]
@@ -863,11 +832,11 @@ let IonFabList = class IonFabList {
863
832
  this.el = r.nativeElement;
864
833
  }
865
834
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
866
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabList, isStandalone: false, selector: "ion-fab-list", inputs: { activated: "activated", mode: "mode", side: "side", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
835
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabList, isStandalone: false, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
867
836
  };
868
837
  IonFabList = __decorate([
869
838
  ProxyCmp({
870
- inputs: ['activated', 'mode', 'side', 'theme']
839
+ inputs: ['activated', 'side']
871
840
  })
872
841
  ], IonFabList);
873
842
  export { IonFabList };
@@ -878,7 +847,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
878
847
  changeDetection: ChangeDetectionStrategy.OnPush,
879
848
  template: '<ng-content></ng-content>',
880
849
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
881
- inputs: ['activated', 'mode', 'side', 'theme'],
850
+ inputs: ['activated', 'side'],
882
851
  standalone: false
883
852
  }]
884
853
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -891,11 +860,11 @@ let IonFooter = class IonFooter {
891
860
  this.el = r.nativeElement;
892
861
  }
893
862
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
894
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFooter, isStandalone: false, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", scrollEffect: "scrollEffect", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
863
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFooter, isStandalone: false, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
895
864
  };
896
865
  IonFooter = __decorate([
897
866
  ProxyCmp({
898
- inputs: ['collapse', 'mode', 'scrollEffect', 'theme', 'translucent']
867
+ inputs: ['collapse', 'mode', 'translucent']
899
868
  })
900
869
  ], IonFooter);
901
870
  export { IonFooter };
@@ -906,63 +875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
906
875
  changeDetection: ChangeDetectionStrategy.OnPush,
907
876
  template: '<ng-content></ng-content>',
908
877
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
909
- inputs: ['collapse', 'mode', 'scrollEffect', 'theme', 'translucent'],
910
- standalone: false
911
- }]
912
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
913
- let IonGallery = class IonGallery {
914
- z;
915
- el;
916
- constructor(c, r, z) {
917
- this.z = z;
918
- c.detach();
919
- this.el = r.nativeElement;
920
- }
921
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGallery, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
922
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGallery, isStandalone: false, selector: "ion-gallery", inputs: { columns: "columns", gap: "gap", layout: "layout", mode: "mode", order: "order", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
923
- };
924
- IonGallery = __decorate([
925
- ProxyCmp({
926
- inputs: ['columns', 'gap', 'layout', 'mode', 'order', 'theme']
927
- })
928
- ], IonGallery);
929
- export { IonGallery };
930
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGallery, decorators: [{
931
- type: Component,
932
- args: [{
933
- selector: 'ion-gallery',
934
- changeDetection: ChangeDetectionStrategy.OnPush,
935
- template: '<ng-content></ng-content>',
936
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
937
- inputs: ['columns', 'gap', 'layout', 'mode', 'order', 'theme'],
938
- standalone: false
939
- }]
940
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
941
- let IonGalleryItem = class IonGalleryItem {
942
- z;
943
- el;
944
- constructor(c, r, z) {
945
- this.z = z;
946
- c.detach();
947
- this.el = r.nativeElement;
948
- }
949
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGalleryItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
950
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGalleryItem, isStandalone: false, selector: "ion-gallery-item", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
951
- };
952
- IonGalleryItem = __decorate([
953
- ProxyCmp({
954
- inputs: ['mode', 'theme']
955
- })
956
- ], IonGalleryItem);
957
- export { IonGalleryItem };
958
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGalleryItem, decorators: [{
959
- type: Component,
960
- args: [{
961
- selector: 'ion-gallery-item',
962
- changeDetection: ChangeDetectionStrategy.OnPush,
963
- template: '<ng-content></ng-content>',
964
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
965
- inputs: ['mode', 'theme'],
878
+ inputs: ['collapse', 'mode', 'translucent'],
966
879
  standalone: false
967
880
  }]
968
881
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -975,11 +888,11 @@ let IonGrid = class IonGrid {
975
888
  this.el = r.nativeElement;
976
889
  }
977
890
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
978
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone: false, selector: "ion-grid", inputs: { fixed: "fixed", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
891
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone: false, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
979
892
  };
980
893
  IonGrid = __decorate([
981
894
  ProxyCmp({
982
- inputs: ['fixed', 'mode', 'theme']
895
+ inputs: ['fixed']
983
896
  })
984
897
  ], IonGrid);
985
898
  export { IonGrid };
@@ -990,7 +903,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
990
903
  changeDetection: ChangeDetectionStrategy.OnPush,
991
904
  template: '<ng-content></ng-content>',
992
905
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
993
- inputs: ['fixed', 'mode', 'theme'],
906
+ inputs: ['fixed'],
994
907
  standalone: false
995
908
  }]
996
909
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1003,11 +916,11 @@ let IonHeader = class IonHeader {
1003
916
  this.el = r.nativeElement;
1004
917
  }
1005
918
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1006
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonHeader, isStandalone: false, selector: "ion-header", inputs: { collapse: "collapse", divider: "divider", mode: "mode", scrollEffect: "scrollEffect", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
919
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonHeader, isStandalone: false, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1007
920
  };
1008
921
  IonHeader = __decorate([
1009
922
  ProxyCmp({
1010
- inputs: ['collapse', 'divider', 'mode', 'scrollEffect', 'theme', 'translucent']
923
+ inputs: ['collapse', 'mode', 'translucent']
1011
924
  })
1012
925
  ], IonHeader);
1013
926
  export { IonHeader };
@@ -1018,7 +931,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1018
931
  changeDetection: ChangeDetectionStrategy.OnPush,
1019
932
  template: '<ng-content></ng-content>',
1020
933
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1021
- inputs: ['collapse', 'divider', 'mode', 'scrollEffect', 'theme', 'translucent'],
934
+ inputs: ['collapse', 'mode', 'translucent'],
1022
935
  standalone: false
1023
936
  }]
1024
937
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1062,11 +975,11 @@ let IonImg = class IonImg {
1062
975
  this.el = r.nativeElement;
1063
976
  }
1064
977
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1065
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone: false, selector: "ion-img", inputs: { alt: "alt", mode: "mode", src: "src", theme: "theme" }, outputs: { ionImgWillLoad: "ionImgWillLoad", ionImgDidLoad: "ionImgDidLoad", ionError: "ionError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
978
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone: false, selector: "ion-img", inputs: { alt: "alt", src: "src" }, outputs: { ionImgWillLoad: "ionImgWillLoad", ionImgDidLoad: "ionImgDidLoad", ionError: "ionError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1066
979
  };
1067
980
  IonImg = __decorate([
1068
981
  ProxyCmp({
1069
- inputs: ['alt', 'mode', 'src', 'theme']
982
+ inputs: ['alt', 'src']
1070
983
  })
1071
984
  ], IonImg);
1072
985
  export { IonImg };
@@ -1077,7 +990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1077
990
  changeDetection: ChangeDetectionStrategy.OnPush,
1078
991
  template: '<ng-content></ng-content>',
1079
992
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1080
- inputs: ['alt', 'mode', 'src', 'theme'],
993
+ inputs: ['alt', 'src'],
1081
994
  outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],
1082
995
  standalone: false
1083
996
  }]
@@ -1098,11 +1011,11 @@ let IonInfiniteScroll = class IonInfiniteScroll {
1098
1011
  this.el = r.nativeElement;
1099
1012
  }
1100
1013
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1101
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScroll, isStandalone: false, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", mode: "mode", position: "position", preserveRerenderScrollPosition: "preserveRerenderScrollPosition", theme: "theme", threshold: "threshold" }, outputs: { ionInfinite: "ionInfinite" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1014
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScroll, isStandalone: false, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, outputs: { ionInfinite: "ionInfinite" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1102
1015
  };
1103
1016
  IonInfiniteScroll = __decorate([
1104
1017
  ProxyCmp({
1105
- inputs: ['disabled', 'mode', 'position', 'preserveRerenderScrollPosition', 'theme', 'threshold'],
1018
+ inputs: ['disabled', 'position', 'threshold'],
1106
1019
  methods: ['complete']
1107
1020
  })
1108
1021
  ], IonInfiniteScroll);
@@ -1114,7 +1027,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1114
1027
  changeDetection: ChangeDetectionStrategy.OnPush,
1115
1028
  template: '<ng-content></ng-content>',
1116
1029
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1117
- inputs: ['disabled', 'mode', 'position', 'preserveRerenderScrollPosition', 'theme', 'threshold'],
1030
+ inputs: ['disabled', 'position', 'threshold'],
1118
1031
  outputs: ['ionInfinite'],
1119
1032
  standalone: false
1120
1033
  }]
@@ -1130,11 +1043,11 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
1130
1043
  this.el = r.nativeElement;
1131
1044
  }
1132
1045
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1133
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScrollContent, isStandalone: false, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1046
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScrollContent, isStandalone: false, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1134
1047
  };
1135
1048
  IonInfiniteScrollContent = __decorate([
1136
1049
  ProxyCmp({
1137
- inputs: ['loadingSpinner', 'loadingText', 'mode', 'theme']
1050
+ inputs: ['loadingSpinner', 'loadingText']
1138
1051
  })
1139
1052
  ], IonInfiniteScrollContent);
1140
1053
  export { IonInfiniteScrollContent };
@@ -1145,7 +1058,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1145
1058
  changeDetection: ChangeDetectionStrategy.OnPush,
1146
1059
  template: '<ng-content></ng-content>',
1147
1060
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1148
- inputs: ['loadingSpinner', 'loadingText', 'mode', 'theme'],
1061
+ inputs: ['loadingSpinner', 'loadingText'],
1149
1062
  standalone: false
1150
1063
  }]
1151
1064
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1162,11 +1075,11 @@ let IonInput = class IonInput {
1162
1075
  this.el = r.nativeElement;
1163
1076
  }
1164
1077
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1165
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInput, isStandalone: false, selector: "ion-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearInputIcon: "clearInputIcon", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", size: "size", spellcheck: "spellcheck", step: "step", theme: "theme", type: "type", value: "value" }, outputs: { ionInput: "ionInput", ionChange: "ionChange", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1078
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInput, isStandalone: false, selector: "ion-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearInputIcon: "clearInputIcon", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, outputs: { ionInput: "ionInput", ionChange: "ionChange", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1166
1079
  };
1167
1080
  IonInput = __decorate([
1168
1081
  ProxyCmp({
1169
- inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', 'size', 'spellcheck', 'step', 'theme', 'type', 'value'],
1082
+ inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', 'spellcheck', 'step', 'type', 'value'],
1170
1083
  methods: ['setFocus', 'getInputElement']
1171
1084
  })
1172
1085
  ], IonInput);
@@ -1178,7 +1091,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1178
1091
  changeDetection: ChangeDetectionStrategy.OnPush,
1179
1092
  template: '<ng-content></ng-content>',
1180
1093
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1181
- inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', 'size', 'spellcheck', 'step', 'theme', 'type', 'value'],
1094
+ inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', 'spellcheck', 'step', 'type', 'value'],
1182
1095
  outputs: ['ionInput', 'ionChange', 'ionBlur', 'ionFocus'],
1183
1096
  standalone: false
1184
1097
  }]
@@ -1205,11 +1118,11 @@ let IonInputOtp = class IonInputOtp {
1205
1118
  this.el = r.nativeElement;
1206
1119
  }
1207
1120
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputOtp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1208
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputOtp, isStandalone: false, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", mode: "mode", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", theme: "theme", type: "type", value: "value" }, outputs: { ionInput: "ionInput", ionChange: "ionChange", ionComplete: "ionComplete", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1121
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputOtp, isStandalone: false, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, outputs: { ionInput: "ionInput", ionChange: "ionChange", ionComplete: "ionComplete", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1209
1122
  };
1210
1123
  IonInputOtp = __decorate([
1211
1124
  ProxyCmp({
1212
- inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'mode', 'pattern', 'readonly', 'separators', 'shape', 'size', 'theme', 'type', 'value'],
1125
+ inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
1213
1126
  methods: ['setFocus']
1214
1127
  })
1215
1128
  ], IonInputOtp);
@@ -1221,7 +1134,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1221
1134
  changeDetection: ChangeDetectionStrategy.OnPush,
1222
1135
  template: '<ng-content></ng-content>',
1223
1136
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1224
- inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'mode', 'pattern', 'readonly', 'separators', 'shape', 'size', 'theme', 'type', 'value'],
1137
+ inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
1225
1138
  outputs: ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus'],
1226
1139
  standalone: false
1227
1140
  }]
@@ -1273,11 +1186,11 @@ let IonItem = class IonItem {
1273
1186
  this.el = r.nativeElement;
1274
1187
  }
1275
1188
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1276
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItem, isStandalone: false, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1189
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItem, isStandalone: false, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1277
1190
  };
1278
1191
  IonItem = __decorate([
1279
1192
  ProxyCmp({
1280
- inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type']
1193
+ inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
1281
1194
  })
1282
1195
  ], IonItem);
1283
1196
  export { IonItem };
@@ -1288,7 +1201,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1288
1201
  changeDetection: ChangeDetectionStrategy.OnPush,
1289
1202
  template: '<ng-content></ng-content>',
1290
1203
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1291
- inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type'],
1204
+ inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
1292
1205
  standalone: false
1293
1206
  }]
1294
1207
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1301,11 +1214,11 @@ let IonItemDivider = class IonItemDivider {
1301
1214
  this.el = r.nativeElement;
1302
1215
  }
1303
1216
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1304
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemDivider, isStandalone: false, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1217
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemDivider, isStandalone: false, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1305
1218
  };
1306
1219
  IonItemDivider = __decorate([
1307
1220
  ProxyCmp({
1308
- inputs: ['color', 'mode', 'sticky', 'theme']
1221
+ inputs: ['color', 'mode', 'sticky']
1309
1222
  })
1310
1223
  ], IonItemDivider);
1311
1224
  export { IonItemDivider };
@@ -1316,7 +1229,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1316
1229
  changeDetection: ChangeDetectionStrategy.OnPush,
1317
1230
  template: '<ng-content></ng-content>',
1318
1231
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1319
- inputs: ['color', 'mode', 'sticky', 'theme'],
1232
+ inputs: ['color', 'mode', 'sticky'],
1320
1233
  standalone: false
1321
1234
  }]
1322
1235
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1329,12 +1242,10 @@ let IonItemGroup = class IonItemGroup {
1329
1242
  this.el = r.nativeElement;
1330
1243
  }
1331
1244
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1332
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemGroup, isStandalone: false, selector: "ion-item-group", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1245
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemGroup, isStandalone: false, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1333
1246
  };
1334
1247
  IonItemGroup = __decorate([
1335
- ProxyCmp({
1336
- inputs: ['mode', 'theme']
1337
- })
1248
+ ProxyCmp({})
1338
1249
  ], IonItemGroup);
1339
1250
  export { IonItemGroup };
1340
1251
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, decorators: [{
@@ -1344,7 +1255,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1344
1255
  changeDetection: ChangeDetectionStrategy.OnPush,
1345
1256
  template: '<ng-content></ng-content>',
1346
1257
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1347
- inputs: ['mode', 'theme'],
1258
+ inputs: [],
1348
1259
  standalone: false
1349
1260
  }]
1350
1261
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1357,11 +1268,11 @@ let IonItemOption = class IonItemOption {
1357
1268
  this.el = r.nativeElement;
1358
1269
  }
1359
1270
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1360
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOption, isStandalone: false, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", hue: "hue", mode: "mode", rel: "rel", shape: "shape", target: "target", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1271
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOption, isStandalone: false, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", mode: "mode", rel: "rel", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1361
1272
  };
1362
1273
  IonItemOption = __decorate([
1363
1274
  ProxyCmp({
1364
- inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'hue', 'mode', 'rel', 'shape', 'target', 'theme', 'type']
1275
+ inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
1365
1276
  })
1366
1277
  ], IonItemOption);
1367
1278
  export { IonItemOption };
@@ -1372,7 +1283,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1372
1283
  changeDetection: ChangeDetectionStrategy.OnPush,
1373
1284
  template: '<ng-content></ng-content>',
1374
1285
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1375
- inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'hue', 'mode', 'rel', 'shape', 'target', 'theme', 'type'],
1286
+ inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
1376
1287
  standalone: false
1377
1288
  }]
1378
1289
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1386,11 +1297,11 @@ let IonItemOptions = class IonItemOptions {
1386
1297
  this.el = r.nativeElement;
1387
1298
  }
1388
1299
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1389
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOptions, isStandalone: false, selector: "ion-item-options", inputs: { mode: "mode", side: "side", theme: "theme" }, outputs: { ionSwipe: "ionSwipe" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1300
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOptions, isStandalone: false, selector: "ion-item-options", inputs: { side: "side" }, outputs: { ionSwipe: "ionSwipe" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1390
1301
  };
1391
1302
  IonItemOptions = __decorate([
1392
1303
  ProxyCmp({
1393
- inputs: ['mode', 'side', 'theme']
1304
+ inputs: ['side']
1394
1305
  })
1395
1306
  ], IonItemOptions);
1396
1307
  export { IonItemOptions };
@@ -1401,7 +1312,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1401
1312
  changeDetection: ChangeDetectionStrategy.OnPush,
1402
1313
  template: '<ng-content></ng-content>',
1403
1314
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1404
- inputs: ['mode', 'side', 'theme'],
1315
+ inputs: ['side'],
1405
1316
  outputs: ['ionSwipe'],
1406
1317
  standalone: false
1407
1318
  }]
@@ -1418,11 +1329,11 @@ let IonItemSliding = class IonItemSliding {
1418
1329
  this.el = r.nativeElement;
1419
1330
  }
1420
1331
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1421
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemSliding, isStandalone: false, selector: "ion-item-sliding", inputs: { disabled: "disabled", mode: "mode", theme: "theme" }, outputs: { ionDrag: "ionDrag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1332
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemSliding, isStandalone: false, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, outputs: { ionDrag: "ionDrag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1422
1333
  };
1423
1334
  IonItemSliding = __decorate([
1424
1335
  ProxyCmp({
1425
- inputs: ['disabled', 'mode', 'theme'],
1336
+ inputs: ['disabled'],
1426
1337
  methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
1427
1338
  })
1428
1339
  ], IonItemSliding);
@@ -1434,7 +1345,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1434
1345
  changeDetection: ChangeDetectionStrategy.OnPush,
1435
1346
  template: '<ng-content></ng-content>',
1436
1347
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1437
- inputs: ['disabled', 'mode', 'theme'],
1348
+ inputs: ['disabled'],
1438
1349
  outputs: ['ionDrag'],
1439
1350
  standalone: false
1440
1351
  }]
@@ -1450,11 +1361,11 @@ let IonLabel = class IonLabel {
1450
1361
  this.el = r.nativeElement;
1451
1362
  }
1452
1363
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1453
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLabel, isStandalone: false, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1364
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLabel, isStandalone: false, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1454
1365
  };
1455
1366
  IonLabel = __decorate([
1456
1367
  ProxyCmp({
1457
- inputs: ['color', 'mode', 'position', 'theme']
1368
+ inputs: ['color', 'mode', 'position']
1458
1369
  })
1459
1370
  ], IonLabel);
1460
1371
  export { IonLabel };
@@ -1465,7 +1376,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1465
1376
  changeDetection: ChangeDetectionStrategy.OnPush,
1466
1377
  template: '<ng-content></ng-content>',
1467
1378
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1468
- inputs: ['color', 'mode', 'position', 'theme'],
1379
+ inputs: ['color', 'mode', 'position'],
1469
1380
  standalone: false
1470
1381
  }]
1471
1382
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1478,11 +1389,11 @@ let IonList = class IonList {
1478
1389
  this.el = r.nativeElement;
1479
1390
  }
1480
1391
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1481
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonList, isStandalone: false, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode", shape: "shape", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1392
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonList, isStandalone: false, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1482
1393
  };
1483
1394
  IonList = __decorate([
1484
1395
  ProxyCmp({
1485
- inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
1396
+ inputs: ['inset', 'lines', 'mode'],
1486
1397
  methods: ['closeSlidingItems']
1487
1398
  })
1488
1399
  ], IonList);
@@ -1494,7 +1405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1494
1405
  changeDetection: ChangeDetectionStrategy.OnPush,
1495
1406
  template: '<ng-content></ng-content>',
1496
1407
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1497
- inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
1408
+ inputs: ['inset', 'lines', 'mode'],
1498
1409
  standalone: false
1499
1410
  }]
1500
1411
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1507,11 +1418,11 @@ let IonListHeader = class IonListHeader {
1507
1418
  this.el = r.nativeElement;
1508
1419
  }
1509
1420
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1510
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonListHeader, isStandalone: false, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1421
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonListHeader, isStandalone: false, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1511
1422
  };
1512
1423
  IonListHeader = __decorate([
1513
1424
  ProxyCmp({
1514
- inputs: ['color', 'lines', 'mode', 'theme']
1425
+ inputs: ['color', 'lines', 'mode']
1515
1426
  })
1516
1427
  ], IonListHeader);
1517
1428
  export { IonListHeader };
@@ -1522,7 +1433,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1522
1433
  changeDetection: ChangeDetectionStrategy.OnPush,
1523
1434
  template: '<ng-content></ng-content>',
1524
1435
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1525
- inputs: ['color', 'lines', 'mode', 'theme'],
1436
+ inputs: ['color', 'lines', 'mode'],
1526
1437
  standalone: false
1527
1438
  }]
1528
1439
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1543,11 +1454,11 @@ let IonLoading = class IonLoading {
1543
1454
  this.el = r.nativeElement;
1544
1455
  }
1545
1456
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1546
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLoading, isStandalone: false, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", theme: "theme", translucent: "translucent", trigger: "trigger" }, outputs: { ionLoadingDidPresent: "ionLoadingDidPresent", ionLoadingWillPresent: "ionLoadingWillPresent", ionLoadingWillDismiss: "ionLoadingWillDismiss", ionLoadingDidDismiss: "ionLoadingDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1457
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLoading, isStandalone: false, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", translucent: "translucent", trigger: "trigger" }, outputs: { ionLoadingDidPresent: "ionLoadingDidPresent", ionLoadingWillPresent: "ionLoadingWillPresent", ionLoadingWillDismiss: "ionLoadingWillDismiss", ionLoadingDidDismiss: "ionLoadingDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1547
1458
  };
1548
1459
  IonLoading = __decorate([
1549
1460
  ProxyCmp({
1550
- inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger'],
1461
+ inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
1551
1462
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
1552
1463
  })
1553
1464
  ], IonLoading);
@@ -1559,7 +1470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1559
1470
  changeDetection: ChangeDetectionStrategy.OnPush,
1560
1471
  template: '<ng-content></ng-content>',
1561
1472
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1562
- inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger'],
1473
+ inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
1563
1474
  outputs: ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
1564
1475
  standalone: false
1565
1476
  }]
@@ -1593,11 +1504,11 @@ let IonMenu = class IonMenu {
1593
1504
  this.el = r.nativeElement;
1594
1505
  }
1595
1506
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1596
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenu, isStandalone: false, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", mode: "mode", side: "side", swipeGesture: "swipeGesture", theme: "theme", type: "type" }, outputs: { ionWillOpen: "ionWillOpen", ionWillClose: "ionWillClose", ionDidOpen: "ionDidOpen", ionDidClose: "ionDidClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1507
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenu, isStandalone: false, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, outputs: { ionWillOpen: "ionWillOpen", ionWillClose: "ionWillClose", ionDidOpen: "ionDidOpen", ionDidClose: "ionDidClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1597
1508
  };
1598
1509
  IonMenu = __decorate([
1599
1510
  ProxyCmp({
1600
- inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'mode', 'side', 'swipeGesture', 'theme', 'type'],
1511
+ inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
1601
1512
  methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
1602
1513
  })
1603
1514
  ], IonMenu);
@@ -1609,7 +1520,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1609
1520
  changeDetection: ChangeDetectionStrategy.OnPush,
1610
1521
  template: '<ng-content></ng-content>',
1611
1522
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1612
- inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'mode', 'side', 'swipeGesture', 'theme', 'type'],
1523
+ inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
1613
1524
  outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],
1614
1525
  standalone: false
1615
1526
  }]
@@ -1631,11 +1542,11 @@ let IonMenuButton = class IonMenuButton {
1631
1542
  this.el = r.nativeElement;
1632
1543
  }
1633
1544
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1634
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuButton, isStandalone: false, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1545
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuButton, isStandalone: false, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1635
1546
  };
1636
1547
  IonMenuButton = __decorate([
1637
1548
  ProxyCmp({
1638
- inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'theme', 'type']
1549
+ inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
1639
1550
  })
1640
1551
  ], IonMenuButton);
1641
1552
  export { IonMenuButton };
@@ -1646,7 +1557,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1646
1557
  changeDetection: ChangeDetectionStrategy.OnPush,
1647
1558
  template: '<ng-content></ng-content>',
1648
1559
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1649
- inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'theme', 'type'],
1560
+ inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
1650
1561
  standalone: false
1651
1562
  }]
1652
1563
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1659,11 +1570,11 @@ let IonMenuToggle = class IonMenuToggle {
1659
1570
  this.el = r.nativeElement;
1660
1571
  }
1661
1572
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1662
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuToggle, isStandalone: false, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1573
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuToggle, isStandalone: false, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1663
1574
  };
1664
1575
  IonMenuToggle = __decorate([
1665
1576
  ProxyCmp({
1666
- inputs: ['autoHide', 'menu', 'mode', 'theme']
1577
+ inputs: ['autoHide', 'menu']
1667
1578
  })
1668
1579
  ], IonMenuToggle);
1669
1580
  export { IonMenuToggle };
@@ -1674,7 +1585,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1674
1585
  changeDetection: ChangeDetectionStrategy.OnPush,
1675
1586
  template: '<ng-content></ng-content>',
1676
1587
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1677
- inputs: ['autoHide', 'menu', 'mode', 'theme'],
1588
+ inputs: ['autoHide', 'menu'],
1678
1589
  standalone: false
1679
1590
  }]
1680
1591
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1687,11 +1598,11 @@ let IonNavLink = class IonNavLink {
1687
1598
  this.el = r.nativeElement;
1688
1599
  }
1689
1600
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1690
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNavLink, isStandalone: false, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", mode: "mode", routerAnimation: "routerAnimation", routerDirection: "routerDirection", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1601
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNavLink, isStandalone: false, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", routerAnimation: "routerAnimation", routerDirection: "routerDirection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1691
1602
  };
1692
1603
  IonNavLink = __decorate([
1693
1604
  ProxyCmp({
1694
- inputs: ['component', 'componentProps', 'mode', 'routerAnimation', 'routerDirection', 'theme']
1605
+ inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
1695
1606
  })
1696
1607
  ], IonNavLink);
1697
1608
  export { IonNavLink };
@@ -1702,7 +1613,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1702
1613
  changeDetection: ChangeDetectionStrategy.OnPush,
1703
1614
  template: '<ng-content></ng-content>',
1704
1615
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1705
- inputs: ['component', 'componentProps', 'mode', 'routerAnimation', 'routerDirection', 'theme'],
1616
+ inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
1706
1617
  standalone: false
1707
1618
  }]
1708
1619
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1715,11 +1626,11 @@ let IonNote = class IonNote {
1715
1626
  this.el = r.nativeElement;
1716
1627
  }
1717
1628
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1718
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNote, isStandalone: false, selector: "ion-note", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1629
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNote, isStandalone: false, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1719
1630
  };
1720
1631
  IonNote = __decorate([
1721
1632
  ProxyCmp({
1722
- inputs: ['color', 'mode', 'theme']
1633
+ inputs: ['color', 'mode']
1723
1634
  })
1724
1635
  ], IonNote);
1725
1636
  export { IonNote };
@@ -1730,7 +1641,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1730
1641
  changeDetection: ChangeDetectionStrategy.OnPush,
1731
1642
  template: '<ng-content></ng-content>',
1732
1643
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1733
- inputs: ['color', 'mode', 'theme'],
1644
+ inputs: ['color', 'mode'],
1734
1645
  standalone: false
1735
1646
  }]
1736
1647
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1743,11 +1654,11 @@ let IonPicker = class IonPicker {
1743
1654
  this.el = r.nativeElement;
1744
1655
  }
1745
1656
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1746
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPicker, isStandalone: false, selector: "ion-picker", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1657
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPicker, isStandalone: false, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1747
1658
  };
1748
1659
  IonPicker = __decorate([
1749
1660
  ProxyCmp({
1750
- inputs: ['mode', 'theme']
1661
+ inputs: ['mode']
1751
1662
  })
1752
1663
  ], IonPicker);
1753
1664
  export { IonPicker };
@@ -1758,7 +1669,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1758
1669
  changeDetection: ChangeDetectionStrategy.OnPush,
1759
1670
  template: '<ng-content></ng-content>',
1760
1671
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1761
- inputs: ['mode', 'theme'],
1672
+ inputs: ['mode'],
1762
1673
  standalone: false
1763
1674
  }]
1764
1675
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1772,11 +1683,11 @@ let IonPickerColumn = class IonPickerColumn {
1772
1683
  this.el = r.nativeElement;
1773
1684
  }
1774
1685
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1775
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumn, isStandalone: false, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1686
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumn, isStandalone: false, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1776
1687
  };
1777
1688
  IonPickerColumn = __decorate([
1778
1689
  ProxyCmp({
1779
- inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
1690
+ inputs: ['color', 'disabled', 'mode', 'value'],
1780
1691
  methods: ['setFocus']
1781
1692
  })
1782
1693
  ], IonPickerColumn);
@@ -1788,7 +1699,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1788
1699
  changeDetection: ChangeDetectionStrategy.OnPush,
1789
1700
  template: '<ng-content></ng-content>',
1790
1701
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1791
- inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
1702
+ inputs: ['color', 'disabled', 'mode', 'value'],
1792
1703
  outputs: ['ionChange'],
1793
1704
  standalone: false
1794
1705
  }]
@@ -1804,11 +1715,11 @@ let IonPickerColumnOption = class IonPickerColumnOption {
1804
1715
  this.el = r.nativeElement;
1805
1716
  }
1806
1717
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1807
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumnOption, isStandalone: false, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1718
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumnOption, isStandalone: false, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1808
1719
  };
1809
1720
  IonPickerColumnOption = __decorate([
1810
1721
  ProxyCmp({
1811
- inputs: ['color', 'disabled', 'mode', 'theme', 'value']
1722
+ inputs: ['color', 'disabled', 'value']
1812
1723
  })
1813
1724
  ], IonPickerColumnOption);
1814
1725
  export { IonPickerColumnOption };
@@ -1819,7 +1730,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1819
1730
  changeDetection: ChangeDetectionStrategy.OnPush,
1820
1731
  template: '<ng-content></ng-content>',
1821
1732
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1822
- inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
1733
+ inputs: ['color', 'disabled', 'value'],
1823
1734
  standalone: false
1824
1735
  }]
1825
1736
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1832,11 +1743,11 @@ let IonProgressBar = class IonProgressBar {
1832
1743
  this.el = r.nativeElement;
1833
1744
  }
1834
1745
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1835
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonProgressBar, isStandalone: false, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", shape: "shape", theme: "theme", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1746
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonProgressBar, isStandalone: false, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1836
1747
  };
1837
1748
  IonProgressBar = __decorate([
1838
1749
  ProxyCmp({
1839
- inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'theme', 'type', 'value']
1750
+ inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
1840
1751
  })
1841
1752
  ], IonProgressBar);
1842
1753
  export { IonProgressBar };
@@ -1847,7 +1758,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1847
1758
  changeDetection: ChangeDetectionStrategy.OnPush,
1848
1759
  template: '<ng-content></ng-content>',
1849
1760
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1850
- inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'theme', 'type', 'value'],
1761
+ inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
1851
1762
  standalone: false
1852
1763
  }]
1853
1764
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -1862,11 +1773,11 @@ let IonRadio = class IonRadio {
1862
1773
  this.el = r.nativeElement;
1863
1774
  }
1864
1775
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1865
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone: false, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", theme: "theme", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1776
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone: false, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1866
1777
  };
1867
1778
  IonRadio = __decorate([
1868
1779
  ProxyCmp({
1869
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'theme', 'value']
1780
+ inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
1870
1781
  })
1871
1782
  ], IonRadio);
1872
1783
  export { IonRadio };
@@ -1877,7 +1788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1877
1788
  changeDetection: ChangeDetectionStrategy.OnPush,
1878
1789
  template: '<ng-content></ng-content>',
1879
1790
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1880
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'theme', 'value'],
1791
+ inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
1881
1792
  outputs: ['ionFocus', 'ionBlur'],
1882
1793
  standalone: false
1883
1794
  }]
@@ -1896,11 +1807,11 @@ let IonRadioGroup = class IonRadioGroup {
1896
1807
  this.el = r.nativeElement;
1897
1808
  }
1898
1809
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1899
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadioGroup, isStandalone: false, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", mode: "mode", name: "name", theme: "theme", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1810
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadioGroup, isStandalone: false, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1900
1811
  };
1901
1812
  IonRadioGroup = __decorate([
1902
1813
  ProxyCmp({
1903
- inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'mode', 'name', 'theme', 'value']
1814
+ inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value']
1904
1815
  })
1905
1816
  ], IonRadioGroup);
1906
1817
  export { IonRadioGroup };
@@ -1911,7 +1822,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1911
1822
  changeDetection: ChangeDetectionStrategy.OnPush,
1912
1823
  template: '<ng-content></ng-content>',
1913
1824
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1914
- inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'mode', 'name', 'theme', 'value'],
1825
+ inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'],
1915
1826
  outputs: ['ionChange'],
1916
1827
  standalone: false
1917
1828
  }]
@@ -1933,11 +1844,11 @@ let IonRange = class IonRange {
1933
1844
  this.el = r.nativeElement;
1934
1845
  }
1935
1846
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1936
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRange, isStandalone: false, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", theme: "theme", ticks: "ticks", value: "value" }, outputs: { ionChange: "ionChange", ionInput: "ionInput", ionFocus: "ionFocus", ionBlur: "ionBlur", ionKnobMoveStart: "ionKnobMoveStart", ionKnobMoveEnd: "ionKnobMoveEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1847
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRange, isStandalone: false, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", ticks: "ticks", value: "value" }, outputs: { ionChange: "ionChange", ionInput: "ionInput", ionFocus: "ionFocus", ionBlur: "ionBlur", ionKnobMoveStart: "ionKnobMoveStart", ionKnobMoveEnd: "ionKnobMoveEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1937
1848
  };
1938
1849
  IonRange = __decorate([
1939
1850
  ProxyCmp({
1940
- inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'theme', 'ticks', 'value']
1851
+ inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'ticks', 'value']
1941
1852
  })
1942
1853
  ], IonRange);
1943
1854
  export { IonRange };
@@ -1948,7 +1859,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1948
1859
  changeDetection: ChangeDetectionStrategy.OnPush,
1949
1860
  template: '<ng-content></ng-content>',
1950
1861
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1951
- inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'theme', 'ticks', 'value'],
1862
+ inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'ticks', 'value'],
1952
1863
  outputs: ['ionChange', 'ionInput', 'ionFocus', 'ionBlur', 'ionKnobMoveStart', 'ionKnobMoveEnd'],
1953
1864
  standalone: false
1954
1865
  }]
@@ -1979,11 +1890,11 @@ let IonRefresher = class IonRefresher {
1979
1890
  this.el = r.nativeElement;
1980
1891
  }
1981
1892
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1982
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone: false, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration", theme: "theme" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1893
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone: false, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1983
1894
  };
1984
1895
  IonRefresher = __decorate([
1985
1896
  ProxyCmp({
1986
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration', 'theme'],
1897
+ inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
1987
1898
  methods: ['complete', 'cancel', 'getProgress']
1988
1899
  })
1989
1900
  ], IonRefresher);
@@ -1995,7 +1906,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
1995
1906
  changeDetection: ChangeDetectionStrategy.OnPush,
1996
1907
  template: '<ng-content></ng-content>',
1997
1908
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1998
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration', 'theme'],
1909
+ inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
1999
1910
  outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],
2000
1911
  standalone: false
2001
1912
  }]
@@ -2019,11 +1930,11 @@ let IonRefresherContent = class IonRefresherContent {
2019
1930
  this.el = r.nativeElement;
2020
1931
  }
2021
1932
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2022
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresherContent, isStandalone: false, selector: "ion-refresher-content", inputs: { mode: "mode", pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1933
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresherContent, isStandalone: false, selector: "ion-refresher-content", inputs: { pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2023
1934
  };
2024
1935
  IonRefresherContent = __decorate([
2025
1936
  ProxyCmp({
2026
- inputs: ['mode', 'pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText', 'theme']
1937
+ inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
2027
1938
  })
2028
1939
  ], IonRefresherContent);
2029
1940
  export { IonRefresherContent };
@@ -2034,7 +1945,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2034
1945
  changeDetection: ChangeDetectionStrategy.OnPush,
2035
1946
  template: '<ng-content></ng-content>',
2036
1947
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2037
- inputs: ['mode', 'pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText', 'theme'],
1948
+ inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
2038
1949
  standalone: false
2039
1950
  }]
2040
1951
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2047,12 +1958,10 @@ let IonReorder = class IonReorder {
2047
1958
  this.el = r.nativeElement;
2048
1959
  }
2049
1960
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2050
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorder, isStandalone: false, selector: "ion-reorder", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1961
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorder, isStandalone: false, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2051
1962
  };
2052
1963
  IonReorder = __decorate([
2053
- ProxyCmp({
2054
- inputs: ['mode', 'theme']
2055
- })
1964
+ ProxyCmp({})
2056
1965
  ], IonReorder);
2057
1966
  export { IonReorder };
2058
1967
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, decorators: [{
@@ -2062,7 +1971,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2062
1971
  changeDetection: ChangeDetectionStrategy.OnPush,
2063
1972
  template: '<ng-content></ng-content>',
2064
1973
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2065
- inputs: ['mode', 'theme'],
1974
+ inputs: [],
2066
1975
  standalone: false
2067
1976
  }]
2068
1977
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2079,11 +1988,11 @@ let IonReorderGroup = class IonReorderGroup {
2079
1988
  this.el = r.nativeElement;
2080
1989
  }
2081
1990
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2082
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone: false, selector: "ion-reorder-group", inputs: { disabled: "disabled", mode: "mode", theme: "theme" }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1991
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone: false, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2083
1992
  };
2084
1993
  IonReorderGroup = __decorate([
2085
1994
  ProxyCmp({
2086
- inputs: ['disabled', 'mode', 'theme'],
1995
+ inputs: ['disabled'],
2087
1996
  methods: ['complete']
2088
1997
  })
2089
1998
  ], IonReorderGroup);
@@ -2095,7 +2004,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2095
2004
  changeDetection: ChangeDetectionStrategy.OnPush,
2096
2005
  template: '<ng-content></ng-content>',
2097
2006
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2098
- inputs: ['disabled', 'mode', 'theme'],
2007
+ inputs: ['disabled'],
2099
2008
  outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
2100
2009
  standalone: false
2101
2010
  }]
@@ -2117,11 +2026,11 @@ let IonRippleEffect = class IonRippleEffect {
2117
2026
  this.el = r.nativeElement;
2118
2027
  }
2119
2028
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2120
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRippleEffect, isStandalone: false, selector: "ion-ripple-effect", inputs: { mode: "mode", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2029
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRippleEffect, isStandalone: false, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2121
2030
  };
2122
2031
  IonRippleEffect = __decorate([
2123
2032
  ProxyCmp({
2124
- inputs: ['mode', 'theme', 'type'],
2033
+ inputs: ['type'],
2125
2034
  methods: ['addRipple']
2126
2035
  })
2127
2036
  ], IonRippleEffect);
@@ -2133,7 +2042,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2133
2042
  changeDetection: ChangeDetectionStrategy.OnPush,
2134
2043
  template: '<ng-content></ng-content>',
2135
2044
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2136
- inputs: ['mode', 'theme', 'type'],
2045
+ inputs: ['type'],
2137
2046
  standalone: false
2138
2047
  }]
2139
2048
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2146,12 +2055,10 @@ let IonRow = class IonRow {
2146
2055
  this.el = r.nativeElement;
2147
2056
  }
2148
2057
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2149
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRow, isStandalone: false, selector: "ion-row", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2058
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRow, isStandalone: false, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2150
2059
  };
2151
2060
  IonRow = __decorate([
2152
- ProxyCmp({
2153
- inputs: ['mode', 'theme']
2154
- })
2061
+ ProxyCmp({})
2155
2062
  ], IonRow);
2156
2063
  export { IonRow };
2157
2064
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, decorators: [{
@@ -2161,7 +2068,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2161
2068
  changeDetection: ChangeDetectionStrategy.OnPush,
2162
2069
  template: '<ng-content></ng-content>',
2163
2070
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2164
- inputs: ['mode', 'theme'],
2071
+ inputs: [],
2165
2072
  standalone: false
2166
2073
  }]
2167
2074
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2180,11 +2087,11 @@ let IonSearchbar = class IonSearchbar {
2180
2087
  this.el = r.nativeElement;
2181
2088
  }
2182
2089
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSearchbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2183
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSearchbar, isStandalone: false, selector: "ion-searchbar", inputs: { animated: "animated", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", shape: "shape", showCancelButton: "showCancelButton", showClearButton: "showClearButton", size: "size", spellcheck: "spellcheck", theme: "theme", type: "type", value: "value" }, outputs: { ionInput: "ionInput", ionChange: "ionChange", ionCancel: "ionCancel", ionClear: "ionClear", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2090
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSearchbar, isStandalone: false, selector: "ion-searchbar", inputs: { animated: "animated", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", showCancelButton: "showCancelButton", showClearButton: "showClearButton", spellcheck: "spellcheck", type: "type", value: "value" }, outputs: { ionInput: "ionInput", ionChange: "ionChange", ionCancel: "ionCancel", ionClear: "ionClear", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2184
2091
  };
2185
2092
  IonSearchbar = __decorate([
2186
2093
  ProxyCmp({
2187
- inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', 'shape', 'showCancelButton', 'showClearButton', 'size', 'spellcheck', 'theme', 'type', 'value'],
2094
+ inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', 'showCancelButton', 'showClearButton', 'spellcheck', 'type', 'value'],
2188
2095
  methods: ['setFocus', 'getInputElement']
2189
2096
  })
2190
2097
  ], IonSearchbar);
@@ -2196,7 +2103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2196
2103
  changeDetection: ChangeDetectionStrategy.OnPush,
2197
2104
  template: '<ng-content></ng-content>',
2198
2105
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2199
- inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', 'shape', 'showCancelButton', 'showClearButton', 'size', 'spellcheck', 'theme', 'type', 'value'],
2106
+ inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', 'showCancelButton', 'showClearButton', 'spellcheck', 'type', 'value'],
2200
2107
  outputs: ['ionInput', 'ionChange', 'ionCancel', 'ionClear', 'ionBlur', 'ionFocus'],
2201
2108
  standalone: false
2202
2109
  }]
@@ -2223,11 +2130,11 @@ let IonSegment = class IonSegment {
2223
2130
  this.el = r.nativeElement;
2224
2131
  }
2225
2132
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2226
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegment, isStandalone: false, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", theme: "theme", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2133
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegment, isStandalone: false, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2227
2134
  };
2228
2135
  IonSegment = __decorate([
2229
2136
  ProxyCmp({
2230
- inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'theme', 'value']
2137
+ inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value']
2231
2138
  })
2232
2139
  ], IonSegment);
2233
2140
  export { IonSegment };
@@ -2238,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2238
2145
  changeDetection: ChangeDetectionStrategy.OnPush,
2239
2146
  template: '<ng-content></ng-content>',
2240
2147
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2241
- inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'theme', 'value'],
2148
+ inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value'],
2242
2149
  outputs: ['ionChange'],
2243
2150
  standalone: false
2244
2151
  }]
@@ -2254,11 +2161,11 @@ let IonSegmentButton = class IonSegmentButton {
2254
2161
  this.el = r.nativeElement;
2255
2162
  }
2256
2163
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2257
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentButton, isStandalone: false, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", theme: "theme", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2164
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentButton, isStandalone: false, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2258
2165
  };
2259
2166
  IonSegmentButton = __decorate([
2260
2167
  ProxyCmp({
2261
- inputs: ['contentId', 'disabled', 'layout', 'mode', 'theme', 'type', 'value']
2168
+ inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
2262
2169
  })
2263
2170
  ], IonSegmentButton);
2264
2171
  export { IonSegmentButton };
@@ -2269,7 +2176,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2269
2176
  changeDetection: ChangeDetectionStrategy.OnPush,
2270
2177
  template: '<ng-content></ng-content>',
2271
2178
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2272
- inputs: ['contentId', 'disabled', 'layout', 'mode', 'theme', 'type', 'value'],
2179
+ inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
2273
2180
  standalone: false
2274
2181
  }]
2275
2182
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2345,11 +2252,11 @@ let IonSelect = class IonSelect {
2345
2252
  this.el = r.nativeElement;
2346
2253
  }
2347
2254
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2348
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelect, isStandalone: false, selector: "ion-select", inputs: { cancelIcon: "cancelIcon", cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", required: "required", selectedText: "selectedText", shape: "shape", size: "size", theme: "theme", toggleIcon: "toggleIcon", value: "value" }, outputs: { ionChange: "ionChange", ionCancel: "ionCancel", ionDismiss: "ionDismiss", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2255
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelect, isStandalone: false, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", required: "required", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, outputs: { ionChange: "ionChange", ionCancel: "ionCancel", ionDismiss: "ionDismiss", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2349
2256
  };
2350
2257
  IonSelect = __decorate([
2351
2258
  ProxyCmp({
2352
- inputs: ['cancelIcon', 'cancelText', 'color', 'compareWith', 'disabled', 'errorText', 'expandedIcon', 'fill', 'helperText', 'interface', 'interfaceOptions', 'justify', 'label', 'labelPlacement', 'mode', 'multiple', 'name', 'okText', 'placeholder', 'required', 'selectedText', 'shape', 'size', 'theme', 'toggleIcon', 'value'],
2259
+ inputs: ['cancelText', 'color', 'compareWith', 'disabled', 'errorText', 'expandedIcon', 'fill', 'helperText', 'interface', 'interfaceOptions', 'justify', 'label', 'labelPlacement', 'mode', 'multiple', 'name', 'okText', 'placeholder', 'required', 'selectedText', 'shape', 'toggleIcon', 'value'],
2353
2260
  methods: ['open']
2354
2261
  })
2355
2262
  ], IonSelect);
@@ -2361,7 +2268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2361
2268
  changeDetection: ChangeDetectionStrategy.OnPush,
2362
2269
  template: '<ng-content></ng-content>',
2363
2270
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2364
- inputs: ['cancelIcon', 'cancelText', 'color', 'compareWith', 'disabled', 'errorText', 'expandedIcon', 'fill', 'helperText', 'interface', 'interfaceOptions', 'justify', 'label', 'labelPlacement', 'mode', 'multiple', 'name', 'okText', 'placeholder', 'required', 'selectedText', 'shape', 'size', 'theme', 'toggleIcon', 'value'],
2271
+ inputs: ['cancelText', 'color', 'compareWith', 'disabled', 'errorText', 'expandedIcon', 'fill', 'helperText', 'interface', 'interfaceOptions', 'justify', 'label', 'labelPlacement', 'mode', 'multiple', 'name', 'okText', 'placeholder', 'required', 'selectedText', 'shape', 'toggleIcon', 'value'],
2365
2272
  outputs: ['ionChange', 'ionCancel', 'ionDismiss', 'ionFocus', 'ionBlur'],
2366
2273
  standalone: false
2367
2274
  }]
@@ -2385,11 +2292,11 @@ let IonSelectModal = class IonSelectModal {
2385
2292
  this.el = r.nativeElement;
2386
2293
  }
2387
2294
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2388
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectModal, isStandalone: false, selector: "ion-select-modal", inputs: { cancelIcon: "cancelIcon", cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2295
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectModal, isStandalone: false, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2389
2296
  };
2390
2297
  IonSelectModal = __decorate([
2391
2298
  ProxyCmp({
2392
- inputs: ['cancelIcon', 'cancelText', 'header', 'multiple', 'options']
2299
+ inputs: ['cancelText', 'header', 'multiple', 'options']
2393
2300
  })
2394
2301
  ], IonSelectModal);
2395
2302
  export { IonSelectModal };
@@ -2400,7 +2307,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2400
2307
  changeDetection: ChangeDetectionStrategy.OnPush,
2401
2308
  template: '<ng-content></ng-content>',
2402
2309
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2403
- inputs: ['cancelIcon', 'cancelText', 'header', 'multiple', 'options'],
2310
+ inputs: ['cancelText', 'header', 'multiple', 'options'],
2404
2311
  standalone: false
2405
2312
  }]
2406
2313
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2413,11 +2320,11 @@ let IonSelectOption = class IonSelectOption {
2413
2320
  this.el = r.nativeElement;
2414
2321
  }
2415
2322
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2416
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectOption, isStandalone: false, selector: "ion-select-option", inputs: { description: "description", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2323
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectOption, isStandalone: false, selector: "ion-select-option", inputs: { description: "description", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2417
2324
  };
2418
2325
  IonSelectOption = __decorate([
2419
2326
  ProxyCmp({
2420
- inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'theme', 'value']
2327
+ inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value']
2421
2328
  })
2422
2329
  ], IonSelectOption);
2423
2330
  export { IonSelectOption };
@@ -2428,7 +2335,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2428
2335
  changeDetection: ChangeDetectionStrategy.OnPush,
2429
2336
  template: '<ng-content></ng-content>',
2430
2337
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2431
- inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'theme', 'value'],
2338
+ inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value'],
2432
2339
  standalone: false
2433
2340
  }]
2434
2341
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2441,11 +2348,11 @@ let IonSkeletonText = class IonSkeletonText {
2441
2348
  this.el = r.nativeElement;
2442
2349
  }
2443
2350
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2444
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSkeletonText, isStandalone: false, selector: "ion-skeleton-text", inputs: { animated: "animated", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2351
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSkeletonText, isStandalone: false, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2445
2352
  };
2446
2353
  IonSkeletonText = __decorate([
2447
2354
  ProxyCmp({
2448
- inputs: ['animated', 'mode', 'theme']
2355
+ inputs: ['animated']
2449
2356
  })
2450
2357
  ], IonSkeletonText);
2451
2358
  export { IonSkeletonText };
@@ -2456,7 +2363,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2456
2363
  changeDetection: ChangeDetectionStrategy.OnPush,
2457
2364
  template: '<ng-content></ng-content>',
2458
2365
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2459
- inputs: ['animated', 'mode', 'theme'],
2366
+ inputs: ['animated'],
2460
2367
  standalone: false
2461
2368
  }]
2462
2369
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2469,11 +2376,11 @@ let IonSpinner = class IonSpinner {
2469
2376
  this.el = r.nativeElement;
2470
2377
  }
2471
2378
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2472
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSpinner, isStandalone: false, selector: "ion-spinner", inputs: { color: "color", duration: "duration", mode: "mode", name: "name", paused: "paused", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2379
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSpinner, isStandalone: false, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2473
2380
  };
2474
2381
  IonSpinner = __decorate([
2475
2382
  ProxyCmp({
2476
- inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme']
2383
+ inputs: ['color', 'duration', 'name', 'paused']
2477
2384
  })
2478
2385
  ], IonSpinner);
2479
2386
  export { IonSpinner };
@@ -2484,7 +2391,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2484
2391
  changeDetection: ChangeDetectionStrategy.OnPush,
2485
2392
  template: '<ng-content></ng-content>',
2486
2393
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2487
- inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme'],
2394
+ inputs: ['color', 'duration', 'name', 'paused'],
2488
2395
  standalone: false
2489
2396
  }]
2490
2397
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2498,11 +2405,11 @@ let IonSplitPane = class IonSplitPane {
2498
2405
  this.el = r.nativeElement;
2499
2406
  }
2500
2407
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2501
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSplitPane, isStandalone: false, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", mode: "mode", theme: "theme", when: "when" }, outputs: { ionSplitPaneVisible: "ionSplitPaneVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2408
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSplitPane, isStandalone: false, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, outputs: { ionSplitPaneVisible: "ionSplitPaneVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2502
2409
  };
2503
2410
  IonSplitPane = __decorate([
2504
2411
  ProxyCmp({
2505
- inputs: ['contentId', 'disabled', 'mode', 'theme', 'when']
2412
+ inputs: ['contentId', 'disabled', 'when']
2506
2413
  })
2507
2414
  ], IonSplitPane);
2508
2415
  export { IonSplitPane };
@@ -2513,7 +2420,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2513
2420
  changeDetection: ChangeDetectionStrategy.OnPush,
2514
2421
  template: '<ng-content></ng-content>',
2515
2422
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2516
- inputs: ['contentId', 'disabled', 'mode', 'theme', 'when'],
2423
+ inputs: ['contentId', 'disabled', 'when'],
2517
2424
  outputs: ['ionSplitPaneVisible'],
2518
2425
  standalone: false
2519
2426
  }]
@@ -2529,11 +2436,11 @@ let IonTab = class IonTab {
2529
2436
  this.el = r.nativeElement;
2530
2437
  }
2531
2438
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2532
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTab, isStandalone: false, selector: "ion-tab", inputs: { component: "component", mode: "mode", tab: "tab", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2439
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTab, isStandalone: false, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2533
2440
  };
2534
2441
  IonTab = __decorate([
2535
2442
  ProxyCmp({
2536
- inputs: ['component', 'mode', 'tab', 'theme'],
2443
+ inputs: ['component', 'tab'],
2537
2444
  methods: ['setActive']
2538
2445
  })
2539
2446
  ], IonTab);
@@ -2545,7 +2452,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2545
2452
  changeDetection: ChangeDetectionStrategy.OnPush,
2546
2453
  template: '<ng-content></ng-content>',
2547
2454
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2548
- inputs: ['component', 'mode', { name: 'tab', required: true }, 'theme'],
2455
+ inputs: ['component', { name: 'tab', required: true }],
2549
2456
  standalone: false
2550
2457
  }]
2551
2458
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2558,11 +2465,11 @@ let IonTabBar = class IonTabBar {
2558
2465
  this.el = r.nativeElement;
2559
2466
  }
2560
2467
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2561
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabBar, isStandalone: false, selector: "ion-tab-bar", inputs: { color: "color", expand: "expand", mode: "mode", scrollEffect: "scrollEffect", selectedTab: "selectedTab", shape: "shape", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2468
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabBar, isStandalone: false, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2562
2469
  };
2563
2470
  IonTabBar = __decorate([
2564
2471
  ProxyCmp({
2565
- inputs: ['color', 'expand', 'mode', 'scrollEffect', 'selectedTab', 'shape', 'theme', 'translucent']
2472
+ inputs: ['color', 'mode', 'selectedTab', 'translucent']
2566
2473
  })
2567
2474
  ], IonTabBar);
2568
2475
  export { IonTabBar };
@@ -2573,7 +2480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2573
2480
  changeDetection: ChangeDetectionStrategy.OnPush,
2574
2481
  template: '<ng-content></ng-content>',
2575
2482
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2576
- inputs: ['color', 'expand', 'mode', 'scrollEffect', 'selectedTab', 'shape', 'theme', 'translucent'],
2483
+ inputs: ['color', 'mode', 'selectedTab', 'translucent'],
2577
2484
  standalone: false
2578
2485
  }]
2579
2486
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2586,11 +2493,11 @@ let IonTabButton = class IonTabButton {
2586
2493
  this.el = r.nativeElement;
2587
2494
  }
2588
2495
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2589
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabButton, isStandalone: false, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", shape: "shape", tab: "tab", target: "target", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2496
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabButton, isStandalone: false, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2590
2497
  };
2591
2498
  IonTabButton = __decorate([
2592
2499
  ProxyCmp({
2593
- inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'shape', 'tab', 'target', 'theme']
2500
+ inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
2594
2501
  })
2595
2502
  ], IonTabButton);
2596
2503
  export { IonTabButton };
@@ -2601,7 +2508,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2601
2508
  changeDetection: ChangeDetectionStrategy.OnPush,
2602
2509
  template: '<ng-content></ng-content>',
2603
2510
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2604
- inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'shape', 'tab', 'target', 'theme'],
2511
+ inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
2605
2512
  standalone: false
2606
2513
  }]
2607
2514
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2614,11 +2521,11 @@ let IonText = class IonText {
2614
2521
  this.el = r.nativeElement;
2615
2522
  }
2616
2523
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2617
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonText, isStandalone: false, selector: "ion-text", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2524
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonText, isStandalone: false, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2618
2525
  };
2619
2526
  IonText = __decorate([
2620
2527
  ProxyCmp({
2621
- inputs: ['color', 'mode', 'theme']
2528
+ inputs: ['color', 'mode']
2622
2529
  })
2623
2530
  ], IonText);
2624
2531
  export { IonText };
@@ -2629,7 +2536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2629
2536
  changeDetection: ChangeDetectionStrategy.OnPush,
2630
2537
  template: '<ng-content></ng-content>',
2631
2538
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2632
- inputs: ['color', 'mode', 'theme'],
2539
+ inputs: ['color', 'mode'],
2633
2540
  standalone: false
2634
2541
  }]
2635
2542
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2646,11 +2553,11 @@ let IonTextarea = class IonTextarea {
2646
2553
  this.el = r.nativeElement;
2647
2554
  }
2648
2555
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2649
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTextarea, isStandalone: false, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape", size: "size", spellcheck: "spellcheck", theme: "theme", value: "value", wrap: "wrap" }, outputs: { ionChange: "ionChange", ionInput: "ionInput", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2556
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTextarea, isStandalone: false, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape", spellcheck: "spellcheck", value: "value", wrap: "wrap" }, outputs: { ionChange: "ionChange", ionInput: "ionInput", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2650
2557
  };
2651
2558
  IonTextarea = __decorate([
2652
2559
  ProxyCmp({
2653
- inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', 'size', 'spellcheck', 'theme', 'value', 'wrap'],
2560
+ inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', 'spellcheck', 'value', 'wrap'],
2654
2561
  methods: ['setFocus', 'getInputElement']
2655
2562
  })
2656
2563
  ], IonTextarea);
@@ -2662,7 +2569,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2662
2569
  changeDetection: ChangeDetectionStrategy.OnPush,
2663
2570
  template: '<ng-content></ng-content>',
2664
2571
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2665
- inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', 'size', 'spellcheck', 'theme', 'value', 'wrap'],
2572
+ inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', 'spellcheck', 'value', 'wrap'],
2666
2573
  outputs: ['ionChange', 'ionInput', 'ionBlur', 'ionFocus'],
2667
2574
  standalone: false
2668
2575
  }]
@@ -2684,12 +2591,10 @@ let IonThumbnail = class IonThumbnail {
2684
2591
  this.el = r.nativeElement;
2685
2592
  }
2686
2593
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2687
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonThumbnail, isStandalone: false, selector: "ion-thumbnail", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2594
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonThumbnail, isStandalone: false, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2688
2595
  };
2689
2596
  IonThumbnail = __decorate([
2690
- ProxyCmp({
2691
- inputs: ['mode', 'theme']
2692
- })
2597
+ ProxyCmp({})
2693
2598
  ], IonThumbnail);
2694
2599
  export { IonThumbnail };
2695
2600
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, decorators: [{
@@ -2699,7 +2604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2699
2604
  changeDetection: ChangeDetectionStrategy.OnPush,
2700
2605
  template: '<ng-content></ng-content>',
2701
2606
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2702
- inputs: ['mode', 'theme'],
2607
+ inputs: [],
2703
2608
  standalone: false
2704
2609
  }]
2705
2610
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2712,11 +2617,11 @@ let IonTitle = class IonTitle {
2712
2617
  this.el = r.nativeElement;
2713
2618
  }
2714
2619
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2715
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTitle, isStandalone: false, selector: "ion-title", inputs: { color: "color", mode: "mode", size: "size", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2620
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTitle, isStandalone: false, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2716
2621
  };
2717
2622
  IonTitle = __decorate([
2718
2623
  ProxyCmp({
2719
- inputs: ['color', 'mode', 'size', 'theme']
2624
+ inputs: ['color', 'size']
2720
2625
  })
2721
2626
  ], IonTitle);
2722
2627
  export { IonTitle };
@@ -2727,7 +2632,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2727
2632
  changeDetection: ChangeDetectionStrategy.OnPush,
2728
2633
  template: '<ng-content></ng-content>',
2729
2634
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2730
- inputs: ['color', 'mode', 'size', 'theme'],
2635
+ inputs: ['color', 'size'],
2731
2636
  standalone: false
2732
2637
  }]
2733
2638
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2748,11 +2653,11 @@ let IonToast = class IonToast {
2748
2653
  this.el = r.nativeElement;
2749
2654
  }
2750
2655
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2751
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToast, isStandalone: false, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", hue: "hue", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", shape: "shape", swipeGesture: "swipeGesture", theme: "theme", translucent: "translucent", trigger: "trigger" }, outputs: { ionToastDidPresent: "ionToastDidPresent", ionToastWillPresent: "ionToastWillPresent", ionToastWillDismiss: "ionToastWillDismiss", ionToastDidDismiss: "ionToastDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2656
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToast, isStandalone: false, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: "translucent", trigger: "trigger" }, outputs: { ionToastDidPresent: "ionToastDidPresent", ionToastWillPresent: "ionToastWillPresent", ionToastWillDismiss: "ionToastWillDismiss", ionToastDidDismiss: "ionToastDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2752
2657
  };
2753
2658
  IonToast = __decorate([
2754
2659
  ProxyCmp({
2755
- inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'hue', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger'],
2660
+ inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
2756
2661
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
2757
2662
  })
2758
2663
  ], IonToast);
@@ -2764,7 +2669,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2764
2669
  changeDetection: ChangeDetectionStrategy.OnPush,
2765
2670
  template: '<ng-content></ng-content>',
2766
2671
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2767
- inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'hue', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger'],
2672
+ inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
2768
2673
  outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
2769
2674
  standalone: false
2770
2675
  }]
@@ -2797,11 +2702,11 @@ let IonToggle = class IonToggle {
2797
2702
  this.el = r.nativeElement;
2798
2703
  }
2799
2704
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2800
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToggle, isStandalone: false, selector: "ion-toggle", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required", theme: "theme", value: "value" }, outputs: { ionChange: "ionChange", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2705
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToggle, isStandalone: false, selector: "ion-toggle", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required", value: "value" }, outputs: { ionChange: "ionChange", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2801
2706
  };
2802
2707
  IonToggle = __decorate([
2803
2708
  ProxyCmp({
2804
- inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'theme', 'value']
2709
+ inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value']
2805
2710
  })
2806
2711
  ], IonToggle);
2807
2712
  export { IonToggle };
@@ -2812,7 +2717,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2812
2717
  changeDetection: ChangeDetectionStrategy.OnPush,
2813
2718
  template: '<ng-content></ng-content>',
2814
2719
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2815
- inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'theme', 'value'],
2720
+ inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value'],
2816
2721
  outputs: ['ionChange', 'ionFocus', 'ionBlur'],
2817
2722
  standalone: false
2818
2723
  }]
@@ -2832,11 +2737,11 @@ let IonToolbar = class IonToolbar {
2832
2737
  this.el = r.nativeElement;
2833
2738
  }
2834
2739
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2835
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToolbar, isStandalone: false, selector: "ion-toolbar", inputs: { color: "color", mode: "mode", theme: "theme", titlePlacement: "titlePlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2740
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToolbar, isStandalone: false, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2836
2741
  };
2837
2742
  IonToolbar = __decorate([
2838
2743
  ProxyCmp({
2839
- inputs: ['color', 'mode', 'theme', 'titlePlacement']
2744
+ inputs: ['color', 'mode']
2840
2745
  })
2841
2746
  ], IonToolbar);
2842
2747
  export { IonToolbar };
@@ -2847,7 +2752,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
2847
2752
  changeDetection: ChangeDetectionStrategy.OnPush,
2848
2753
  template: '<ng-content></ng-content>',
2849
2754
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2850
- inputs: ['color', 'mode', 'theme', 'titlePlacement'],
2755
+ inputs: ['color', 'mode'],
2851
2756
  standalone: false
2852
2757
  }]
2853
2758
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });