@ionic/angular 8.7.14-dev.11765828575.1dda19db → 8.7.14-dev.11765982433.1ecdbcee

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 (58) 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/bundle.ionic.css +1 -0
  10. package/css/ionic/bundle.ionic.css.map +1 -0
  11. package/css/ionic/core.ionic.css +1 -0
  12. package/css/ionic/core.ionic.css.map +1 -0
  13. package/css/ionic/global.bundle.ionic.css +1 -0
  14. package/css/ionic/global.bundle.ionic.css.map +1 -0
  15. package/css/ionic/ionic-swiper.ionic.css +1 -0
  16. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  17. package/css/ionic/link.ionic.css +1 -0
  18. package/css/ionic/link.ionic.css.map +1 -0
  19. package/css/ionic/structure.ionic.css +1 -0
  20. package/css/ionic/structure.ionic.css.map +1 -0
  21. package/css/ionic/typography.ionic.css +1 -0
  22. package/css/ionic/typography.ionic.css.map +1 -0
  23. package/css/ionic/utils.bundle.ionic.css +1 -0
  24. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  25. package/css/ionic-swiper.css +1 -1
  26. package/css/ionic-swiper.css.map +1 -1
  27. package/css/ionic.bundle.css +1 -1
  28. package/css/ionic.bundle.css.map +1 -1
  29. package/css/normalize.css.map +1 -1
  30. package/css/padding.css.map +1 -1
  31. package/css/palettes/dark.always.css.map +1 -1
  32. package/css/palettes/dark.class.css.map +1 -1
  33. package/css/palettes/dark.system.css.map +1 -1
  34. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  35. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  36. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  37. package/css/palettes/high-contrast.always.css.map +1 -1
  38. package/css/palettes/high-contrast.class.css.map +1 -1
  39. package/css/palettes/high-contrast.system.css.map +1 -1
  40. package/css/structure.css.map +1 -1
  41. package/css/text-alignment.css.map +1 -1
  42. package/css/text-transformation.css.map +1 -1
  43. package/css/typography.css.map +1 -1
  44. package/css/utils.bundle.css +1 -1
  45. package/css/utils.bundle.css.map +1 -1
  46. package/directives/proxies-list.d.ts +1 -1
  47. package/directives/proxies.d.ts +93 -83
  48. package/esm2022/directives/proxies-list.mjs +2 -1
  49. package/esm2022/directives/proxies.mjs +278 -240
  50. package/esm2022/ionic-module.mjs +2 -2
  51. package/esm2022/standalone/directives/proxies.mjs +246 -210
  52. package/fesm2022/ionic-angular-standalone.mjs +376 -341
  53. package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
  54. package/fesm2022/ionic-angular.mjs +280 -242
  55. package/fesm2022/ionic-angular.mjs.map +1 -1
  56. package/ionic-module.d.ts +1 -1
  57. package/package.json +2 -2
  58. package/standalone/directives/proxies.d.ts +79 -70
@@ -33,75 +33,76 @@ import { defineCustomElement as defineCustomElement$m } from '@ionic/core/compon
33
33
  import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-col.js';
34
34
  import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-content.js';
35
35
  import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-datetime-button.js';
36
- import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-fab.js';
37
- import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-fab-button.js';
38
- import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-fab-list.js';
39
- import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-footer.js';
40
- import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-grid.js';
41
- import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-header.js';
42
- import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-img.js';
43
- import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-infinite-scroll.js';
44
- import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-infinite-scroll-content.js';
45
- import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-input-password-toggle.js';
46
- import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-item.js';
47
- import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item-divider.js';
48
- import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-group.js';
49
- import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-option.js';
50
- import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-options.js';
51
- import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-sliding.js';
52
- import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-label.js';
53
- import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-list.js';
54
- import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-list-header.js';
55
- import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-loading.js';
56
- import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-menu.js';
57
- import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-menu-button.js';
58
- import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu-toggle.js';
59
- import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-nav-link.js';
60
- import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-note.js';
61
- import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-picker.js';
62
- import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-picker-column.js';
63
- import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker-column-option.js';
64
- import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-picker-legacy.js';
65
- import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-progress-bar.js';
66
- import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-radio.js';
67
- import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-refresher.js';
68
- import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-refresher-content.js';
69
- import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-reorder.js';
70
- import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-reorder-group.js';
71
- import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-ripple-effect.js';
72
- import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-row.js';
73
- import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-segment-button.js';
74
- import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-content.js';
75
- import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-segment-view.js';
76
- import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-select-modal.js';
77
- import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-select-option.js';
78
- import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-skeleton-text.js';
79
- import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-spinner.js';
80
- import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-split-pane.js';
81
- import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-tab.js';
82
- import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab-bar.js';
83
- import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-tab-button.js';
84
- import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-text.js';
85
- import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-thumbnail.js';
86
- import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-title.js';
87
- import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toast.js';
88
- import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-toolbar.js';
36
+ import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-divider.js';
37
+ import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-fab.js';
38
+ import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-fab-button.js';
39
+ import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-fab-list.js';
40
+ import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-footer.js';
41
+ import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-grid.js';
42
+ import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-header.js';
43
+ import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-img.js';
44
+ import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-infinite-scroll.js';
45
+ import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-infinite-scroll-content.js';
46
+ import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-input-password-toggle.js';
47
+ import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item.js';
48
+ import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-divider.js';
49
+ import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-group.js';
50
+ import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-option.js';
51
+ import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-options.js';
52
+ import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-item-sliding.js';
53
+ import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-label.js';
54
+ import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-list.js';
55
+ import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-list-header.js';
56
+ import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-loading.js';
57
+ import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-menu.js';
58
+ import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu-button.js';
59
+ import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-menu-toggle.js';
60
+ import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-nav-link.js';
61
+ import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-note.js';
62
+ import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-picker.js';
63
+ import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker-column.js';
64
+ import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-picker-column-option.js';
65
+ import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-picker-legacy.js';
66
+ import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-progress-bar.js';
67
+ import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-radio.js';
68
+ import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-refresher.js';
69
+ import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-refresher-content.js';
70
+ import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-reorder.js';
71
+ import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-reorder-group.js';
72
+ import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-ripple-effect.js';
73
+ import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-row.js';
74
+ import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-button.js';
75
+ import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-segment-content.js';
76
+ import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-segment-view.js';
77
+ import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-select-modal.js';
78
+ import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-select-option.js';
79
+ import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-skeleton-text.js';
80
+ import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-spinner.js';
81
+ import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-split-pane.js';
82
+ import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab.js';
83
+ import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-tab-bar.js';
84
+ import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-tab-button.js';
85
+ import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-text.js';
86
+ import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-thumbnail.js';
87
+ import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-title.js';
88
+ import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-toast.js';
89
+ import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-toolbar.js';
89
90
  import { modalController, popoverController, initialize, actionSheetController, alertController, createAnimation, getTimeGivenProgression, createGesture, loadingController, menuController, pickerController, toastController } from '@ionic/core/components';
90
91
  export { IonicSafeString, IonicSlides, createAnimation, createGesture, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation } from '@ionic/core/components';
91
- import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-nav.js';
92
+ import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-nav.js';
92
93
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
93
- import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-checkbox.js';
94
- import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-datetime.js';
95
- import { defineCustomElement as defineCustomElement$1i } from 'ionicons/components/ion-icon.js';
96
- import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-input.js';
97
- import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-input-otp.js';
98
- import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-radio-group.js';
99
- import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-range.js';
100
- import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-searchbar.js';
101
- import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-segment.js';
102
- import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-select.js';
103
- import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-textarea.js';
104
- import { defineCustomElement as defineCustomElement$1r } from '@ionic/core/components/ion-toggle.js';
94
+ import { defineCustomElement as defineCustomElement$1h } from '@ionic/core/components/ion-checkbox.js';
95
+ import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-datetime.js';
96
+ import { defineCustomElement as defineCustomElement$1j } from 'ionicons/components/ion-icon.js';
97
+ import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-input.js';
98
+ import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-input-otp.js';
99
+ import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-radio-group.js';
100
+ import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-range.js';
101
+ import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-searchbar.js';
102
+ import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-segment.js';
103
+ import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-select.js';
104
+ import { defineCustomElement as defineCustomElement$1r } from '@ionic/core/components/ion-textarea.js';
105
+ import { defineCustomElement as defineCustomElement$1s } from '@ionic/core/components/ion-toggle.js';
105
106
 
106
107
  let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutlet$1 {
107
108
  parentOutlet;
@@ -313,12 +314,12 @@ let IonAccordion = class IonAccordion {
313
314
  this.el = r.nativeElement;
314
315
  }
315
316
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
316
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordion, isStandalone: true, 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 });
317
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordion, isStandalone: true, 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 });
317
318
  };
318
319
  IonAccordion = __decorate([
319
320
  ProxyCmp({
320
321
  defineCustomElementFn: defineCustomElement$5,
321
- inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
322
+ inputs: ['disabled', 'mode', 'readonly', 'theme', 'toggleIcon', 'toggleIconSlot', 'value']
322
323
  })
323
324
  ], IonAccordion);
324
325
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordion, decorators: [{
@@ -328,7 +329,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
328
329
  changeDetection: ChangeDetectionStrategy.OnPush,
329
330
  template: '<ng-content></ng-content>',
330
331
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
331
- inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
332
+ inputs: ['disabled', 'mode', 'readonly', 'theme', 'toggleIcon', 'toggleIconSlot', 'value'],
332
333
  standalone: true
333
334
  }]
334
335
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -342,12 +343,12 @@ let IonAccordionGroup = class IonAccordionGroup {
342
343
  proxyOutputs(this, this.el, ['ionChange']);
343
344
  }
344
345
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
345
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
346
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", shape: "shape", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
346
347
  };
347
348
  IonAccordionGroup = __decorate([
348
349
  ProxyCmp({
349
350
  defineCustomElementFn: defineCustomElement$6,
350
- inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
351
+ inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'shape', 'theme', 'value']
351
352
  })
352
353
  ], IonAccordionGroup);
353
354
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAccordionGroup, decorators: [{
@@ -357,7 +358,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
357
358
  changeDetection: ChangeDetectionStrategy.OnPush,
358
359
  template: '<ng-content></ng-content>',
359
360
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
360
- inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
361
+ inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'shape', 'theme', 'value'],
361
362
  standalone: true
362
363
  }]
363
364
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -371,12 +372,12 @@ let IonActionSheet = class IonActionSheet {
371
372
  proxyOutputs(this, this.el, ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
372
373
  }
373
374
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
374
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonActionSheet, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
375
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonActionSheet, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
375
376
  };
376
377
  IonActionSheet = __decorate([
377
378
  ProxyCmp({
378
379
  defineCustomElementFn: defineCustomElement$7,
379
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
380
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
380
381
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
381
382
  })
382
383
  ], IonActionSheet);
@@ -387,7 +388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
387
388
  changeDetection: ChangeDetectionStrategy.OnPush,
388
389
  template: '<ng-content></ng-content>',
389
390
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
390
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
391
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
391
392
  standalone: true
392
393
  }]
393
394
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -401,12 +402,12 @@ let IonAlert = class IonAlert {
401
402
  proxyOutputs(this, this.el, ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
402
403
  }
403
404
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
404
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAlert, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
405
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAlert, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
405
406
  };
406
407
  IonAlert = __decorate([
407
408
  ProxyCmp({
408
409
  defineCustomElementFn: defineCustomElement$8,
409
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
410
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
410
411
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
411
412
  })
412
413
  ], IonAlert);
@@ -417,7 +418,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
417
418
  changeDetection: ChangeDetectionStrategy.OnPush,
418
419
  template: '<ng-content></ng-content>',
419
420
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
420
- inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
421
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'theme', 'translucent', 'trigger'],
421
422
  standalone: true
422
423
  }]
423
424
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -430,11 +431,12 @@ let IonApp = class IonApp {
430
431
  this.el = r.nativeElement;
431
432
  }
432
433
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
433
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonApp, isStandalone: true, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
434
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonApp, isStandalone: true, selector: "ion-app", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
434
435
  };
435
436
  IonApp = __decorate([
436
437
  ProxyCmp({
437
438
  defineCustomElementFn: defineCustomElement$9,
439
+ inputs: ['mode', 'theme'],
438
440
  methods: ['setFocus']
439
441
  })
440
442
  ], IonApp);
@@ -445,7 +447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
445
447
  changeDetection: ChangeDetectionStrategy.OnPush,
446
448
  template: '<ng-content></ng-content>',
447
449
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
448
- inputs: [],
450
+ inputs: ['mode', 'theme'],
449
451
  standalone: true
450
452
  }]
451
453
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -458,11 +460,12 @@ let IonAvatar = class IonAvatar {
458
460
  this.el = r.nativeElement;
459
461
  }
460
462
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
461
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAvatar, isStandalone: true, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
463
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonAvatar, isStandalone: true, 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 });
462
464
  };
463
465
  IonAvatar = __decorate([
464
466
  ProxyCmp({
465
- defineCustomElementFn: defineCustomElement$a
467
+ defineCustomElementFn: defineCustomElement$a,
468
+ inputs: ['disabled', 'mode', 'shape', 'size', 'theme']
466
469
  })
467
470
  ], IonAvatar);
468
471
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonAvatar, decorators: [{
@@ -472,7 +475,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
472
475
  changeDetection: ChangeDetectionStrategy.OnPush,
473
476
  template: '<ng-content></ng-content>',
474
477
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
475
- inputs: [],
478
+ inputs: ['disabled', 'mode', 'shape', 'size', 'theme'],
476
479
  standalone: true
477
480
  }]
478
481
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -486,12 +489,12 @@ let IonBackdrop = class IonBackdrop {
486
489
  proxyOutputs(this, this.el, ['ionBackdropTap']);
487
490
  }
488
491
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
489
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
492
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { mode: "mode", stopPropagation: "stopPropagation", tappable: "tappable", theme: "theme", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
490
493
  };
491
494
  IonBackdrop = __decorate([
492
495
  ProxyCmp({
493
496
  defineCustomElementFn: defineCustomElement$b,
494
- inputs: ['stopPropagation', 'tappable', 'visible']
497
+ inputs: ['mode', 'stopPropagation', 'tappable', 'theme', 'visible']
495
498
  })
496
499
  ], IonBackdrop);
497
500
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBackdrop, decorators: [{
@@ -501,7 +504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
501
504
  changeDetection: ChangeDetectionStrategy.OnPush,
502
505
  template: '<ng-content></ng-content>',
503
506
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
504
- inputs: ['stopPropagation', 'tappable', 'visible'],
507
+ inputs: ['mode', 'stopPropagation', 'tappable', 'theme', 'visible'],
505
508
  standalone: true
506
509
  }]
507
510
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -514,12 +517,12 @@ let IonBadge = class IonBadge {
514
517
  this.el = r.nativeElement;
515
518
  }
516
519
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
517
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
520
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBadge, isStandalone: true, 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 });
518
521
  };
519
522
  IonBadge = __decorate([
520
523
  ProxyCmp({
521
524
  defineCustomElementFn: defineCustomElement$c,
522
- inputs: ['color', 'mode']
525
+ inputs: ['color', 'hue', 'mode', 'shape', 'size', 'theme', 'vertical']
523
526
  })
524
527
  ], IonBadge);
525
528
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBadge, decorators: [{
@@ -529,7 +532,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
529
532
  changeDetection: ChangeDetectionStrategy.OnPush,
530
533
  template: '<ng-content></ng-content>',
531
534
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
532
- inputs: ['color', 'mode'],
535
+ inputs: ['color', 'hue', 'mode', 'shape', 'size', 'theme', 'vertical'],
533
536
  standalone: true
534
537
  }]
535
538
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -543,12 +546,12 @@ let IonBreadcrumb = class IonBreadcrumb {
543
546
  proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
544
547
  }
545
548
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
546
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumb, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
549
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumb, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
547
550
  };
548
551
  IonBreadcrumb = __decorate([
549
552
  ProxyCmp({
550
553
  defineCustomElementFn: defineCustomElement$d,
551
- inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
554
+ inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target', 'theme']
552
555
  })
553
556
  ], IonBreadcrumb);
554
557
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumb, decorators: [{
@@ -558,7 +561,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
558
561
  changeDetection: ChangeDetectionStrategy.OnPush,
559
562
  template: '<ng-content></ng-content>',
560
563
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
561
- inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
564
+ inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target', 'theme'],
562
565
  standalone: true
563
566
  }]
564
567
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -572,12 +575,12 @@ let IonBreadcrumbs = class IonBreadcrumbs {
572
575
  proxyOutputs(this, this.el, ['ionCollapsedClick']);
573
576
  }
574
577
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
575
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
578
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
576
579
  };
577
580
  IonBreadcrumbs = __decorate([
578
581
  ProxyCmp({
579
582
  defineCustomElementFn: defineCustomElement$e,
580
- inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
583
+ inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode', 'theme']
581
584
  })
582
585
  ], IonBreadcrumbs);
583
586
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonBreadcrumbs, decorators: [{
@@ -587,7 +590,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
587
590
  changeDetection: ChangeDetectionStrategy.OnPush,
588
591
  template: '<ng-content></ng-content>',
589
592
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
590
- inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
593
+ inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode', 'theme'],
591
594
  standalone: true
592
595
  }]
593
596
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -601,12 +604,12 @@ let IonButton = class IonButton {
601
604
  proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
602
605
  }
603
606
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
604
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButton, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
607
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButton, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
605
608
  };
606
609
  IonButton = __decorate([
607
610
  ProxyCmp({
608
611
  defineCustomElementFn: defineCustomElement$f,
609
- inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
612
+ inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'theme', 'type']
610
613
  })
611
614
  ], IonButton);
612
615
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButton, decorators: [{
@@ -616,7 +619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
616
619
  changeDetection: ChangeDetectionStrategy.OnPush,
617
620
  template: '<ng-content></ng-content>',
618
621
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
619
- inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
622
+ inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'theme', 'type'],
620
623
  standalone: true
621
624
  }]
622
625
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -629,12 +632,12 @@ let IonButtons = class IonButtons {
629
632
  this.el = r.nativeElement;
630
633
  }
631
634
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
632
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
635
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
633
636
  };
634
637
  IonButtons = __decorate([
635
638
  ProxyCmp({
636
639
  defineCustomElementFn: defineCustomElement$g,
637
- inputs: ['collapse']
640
+ inputs: ['collapse', 'mode', 'theme']
638
641
  })
639
642
  ], IonButtons);
640
643
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonButtons, decorators: [{
@@ -644,7 +647,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
644
647
  changeDetection: ChangeDetectionStrategy.OnPush,
645
648
  template: '<ng-content></ng-content>',
646
649
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
647
- inputs: ['collapse'],
650
+ inputs: ['collapse', 'mode', 'theme'],
648
651
  standalone: true
649
652
  }]
650
653
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -657,12 +660,12 @@ let IonCard = class IonCard {
657
660
  this.el = r.nativeElement;
658
661
  }
659
662
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
660
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCard, isStandalone: true, 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 });
663
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCard, isStandalone: true, 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 });
661
664
  };
662
665
  IonCard = __decorate([
663
666
  ProxyCmp({
664
667
  defineCustomElementFn: defineCustomElement$h,
665
- inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
668
+ inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'target', 'theme', 'type']
666
669
  })
667
670
  ], IonCard);
668
671
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCard, decorators: [{
@@ -672,7 +675,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
672
675
  changeDetection: ChangeDetectionStrategy.OnPush,
673
676
  template: '<ng-content></ng-content>',
674
677
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
675
- inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
678
+ inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'target', 'theme', 'type'],
676
679
  standalone: true
677
680
  }]
678
681
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -685,12 +688,12 @@ let IonCardContent = class IonCardContent {
685
688
  this.el = r.nativeElement;
686
689
  }
687
690
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
688
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
691
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
689
692
  };
690
693
  IonCardContent = __decorate([
691
694
  ProxyCmp({
692
695
  defineCustomElementFn: defineCustomElement$i,
693
- inputs: ['mode']
696
+ inputs: ['mode', 'theme']
694
697
  })
695
698
  ], IonCardContent);
696
699
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardContent, decorators: [{
@@ -700,7 +703,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
700
703
  changeDetection: ChangeDetectionStrategy.OnPush,
701
704
  template: '<ng-content></ng-content>',
702
705
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
703
- inputs: ['mode'],
706
+ inputs: ['mode', 'theme'],
704
707
  standalone: true
705
708
  }]
706
709
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -713,12 +716,12 @@ let IonCardHeader = class IonCardHeader {
713
716
  this.el = r.nativeElement;
714
717
  }
715
718
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
716
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
719
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardHeader, isStandalone: true, 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 });
717
720
  };
718
721
  IonCardHeader = __decorate([
719
722
  ProxyCmp({
720
723
  defineCustomElementFn: defineCustomElement$j,
721
- inputs: ['color', 'mode', 'translucent']
724
+ inputs: ['color', 'mode', 'theme', 'translucent']
722
725
  })
723
726
  ], IonCardHeader);
724
727
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardHeader, decorators: [{
@@ -728,7 +731,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
728
731
  changeDetection: ChangeDetectionStrategy.OnPush,
729
732
  template: '<ng-content></ng-content>',
730
733
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
731
- inputs: ['color', 'mode', 'translucent'],
734
+ inputs: ['color', 'mode', 'theme', 'translucent'],
732
735
  standalone: true
733
736
  }]
734
737
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -741,12 +744,12 @@ let IonCardSubtitle = class IonCardSubtitle {
741
744
  this.el = r.nativeElement;
742
745
  }
743
746
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
744
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
747
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
745
748
  };
746
749
  IonCardSubtitle = __decorate([
747
750
  ProxyCmp({
748
751
  defineCustomElementFn: defineCustomElement$k,
749
- inputs: ['color', 'mode']
752
+ inputs: ['color', 'mode', 'theme']
750
753
  })
751
754
  ], IonCardSubtitle);
752
755
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardSubtitle, decorators: [{
@@ -756,7 +759,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
756
759
  changeDetection: ChangeDetectionStrategy.OnPush,
757
760
  template: '<ng-content></ng-content>',
758
761
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
759
- inputs: ['color', 'mode'],
762
+ inputs: ['color', 'mode', 'theme'],
760
763
  standalone: true
761
764
  }]
762
765
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -769,12 +772,12 @@ let IonCardTitle = class IonCardTitle {
769
772
  this.el = r.nativeElement;
770
773
  }
771
774
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
772
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
775
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
773
776
  };
774
777
  IonCardTitle = __decorate([
775
778
  ProxyCmp({
776
779
  defineCustomElementFn: defineCustomElement$l,
777
- inputs: ['color', 'mode']
780
+ inputs: ['color', 'mode', 'theme']
778
781
  })
779
782
  ], IonCardTitle);
780
783
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCardTitle, decorators: [{
@@ -784,7 +787,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
784
787
  changeDetection: ChangeDetectionStrategy.OnPush,
785
788
  template: '<ng-content></ng-content>',
786
789
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
787
- inputs: ['color', 'mode'],
790
+ inputs: ['color', 'mode', 'theme'],
788
791
  standalone: true
789
792
  }]
790
793
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -797,12 +800,12 @@ let IonChip = class IonChip {
797
800
  this.el = r.nativeElement;
798
801
  }
799
802
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
800
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, isStandalone: true, 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 });
803
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonChip, isStandalone: true, 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 });
801
804
  };
802
805
  IonChip = __decorate([
803
806
  ProxyCmp({
804
807
  defineCustomElementFn: defineCustomElement$m,
805
- inputs: ['color', 'disabled', 'mode', 'outline']
808
+ inputs: ['color', 'disabled', 'hue', 'mode', 'outline', 'shape', 'size', 'theme']
806
809
  })
807
810
  ], IonChip);
808
811
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonChip, decorators: [{
@@ -812,7 +815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
812
815
  changeDetection: ChangeDetectionStrategy.OnPush,
813
816
  template: '<ng-content></ng-content>',
814
817
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
815
- inputs: ['color', 'disabled', 'mode', 'outline'],
818
+ inputs: ['color', 'disabled', 'hue', 'mode', 'outline', 'shape', 'size', 'theme'],
816
819
  standalone: true
817
820
  }]
818
821
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -825,12 +828,12 @@ let IonCol = class IonCol {
825
828
  this.el = r.nativeElement;
826
829
  }
827
830
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
828
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCol, isStandalone: true, 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 });
831
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonCol, isStandalone: true, 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 });
829
832
  };
830
833
  IonCol = __decorate([
831
834
  ProxyCmp({
832
835
  defineCustomElementFn: defineCustomElement$n,
833
- 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']
836
+ 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']
834
837
  })
835
838
  ], IonCol);
836
839
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonCol, decorators: [{
@@ -840,7 +843,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
840
843
  changeDetection: ChangeDetectionStrategy.OnPush,
841
844
  template: '<ng-content></ng-content>',
842
845
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
843
- 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'],
846
+ 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'],
844
847
  standalone: true
845
848
  }]
846
849
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -854,12 +857,12 @@ let IonContent = class IonContent {
854
857
  proxyOutputs(this, this.el, ['ionScrollStart', 'ionScroll', 'ionScrollEnd']);
855
858
  }
856
859
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
857
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
860
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", mode: "mode", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
858
861
  };
859
862
  IonContent = __decorate([
860
863
  ProxyCmp({
861
864
  defineCustomElementFn: defineCustomElement$o,
862
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
865
+ inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
863
866
  methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
864
867
  })
865
868
  ], IonContent);
@@ -870,7 +873,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
870
873
  changeDetection: ChangeDetectionStrategy.OnPush,
871
874
  template: '<ng-content></ng-content>',
872
875
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
873
- inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
876
+ inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'mode', 'scrollEvents', 'scrollX', 'scrollY', 'theme'],
874
877
  standalone: true
875
878
  }]
876
879
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -883,12 +886,12 @@ let IonDatetimeButton = class IonDatetimeButton {
883
886
  this.el = r.nativeElement;
884
887
  }
885
888
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
886
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetimeButton, isStandalone: true, 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 });
889
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDatetimeButton, isStandalone: true, 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 });
887
890
  };
888
891
  IonDatetimeButton = __decorate([
889
892
  ProxyCmp({
890
893
  defineCustomElementFn: defineCustomElement$p,
891
- inputs: ['color', 'datetime', 'disabled', 'mode']
894
+ inputs: ['color', 'datetime', 'disabled', 'mode', 'theme']
892
895
  })
893
896
  ], IonDatetimeButton);
894
897
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDatetimeButton, decorators: [{
@@ -898,7 +901,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
898
901
  changeDetection: ChangeDetectionStrategy.OnPush,
899
902
  template: '<ng-content></ng-content>',
900
903
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
901
- inputs: ['color', 'datetime', 'disabled', 'mode'],
904
+ inputs: ['color', 'datetime', 'disabled', 'mode', 'theme'],
905
+ standalone: true
906
+ }]
907
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
908
+ let IonDivider = class IonDivider {
909
+ z;
910
+ el;
911
+ constructor(c, r, z) {
912
+ this.z = z;
913
+ c.detach();
914
+ this.el = r.nativeElement;
915
+ }
916
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
917
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDivider, isStandalone: true, selector: "ion-divider", inputs: { inset: "inset", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
918
+ };
919
+ IonDivider = __decorate([
920
+ ProxyCmp({
921
+ defineCustomElementFn: defineCustomElement$q,
922
+ inputs: ['inset', 'spacing']
923
+ })
924
+ ], IonDivider);
925
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDivider, decorators: [{
926
+ type: Component,
927
+ args: [{
928
+ selector: 'ion-divider',
929
+ changeDetection: ChangeDetectionStrategy.OnPush,
930
+ template: '<ng-content></ng-content>',
931
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
932
+ inputs: ['inset', 'spacing'],
902
933
  standalone: true
903
934
  }]
904
935
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -911,12 +942,12 @@ let IonFab = class IonFab {
911
942
  this.el = r.nativeElement;
912
943
  }
913
944
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
914
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFab, isStandalone: true, 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 });
945
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFab, isStandalone: true, 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 });
915
946
  };
916
947
  IonFab = __decorate([
917
948
  ProxyCmp({
918
- defineCustomElementFn: defineCustomElement$q,
919
- inputs: ['activated', 'edge', 'horizontal', 'vertical'],
949
+ defineCustomElementFn: defineCustomElement$r,
950
+ inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
920
951
  methods: ['close']
921
952
  })
922
953
  ], IonFab);
@@ -927,7 +958,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
927
958
  changeDetection: ChangeDetectionStrategy.OnPush,
928
959
  template: '<ng-content></ng-content>',
929
960
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
930
- inputs: ['activated', 'edge', 'horizontal', 'vertical'],
961
+ inputs: ['activated', 'edge', 'horizontal', 'mode', 'theme', 'vertical'],
931
962
  standalone: true
932
963
  }]
933
964
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -941,12 +972,12 @@ let IonFabButton = class IonFabButton {
941
972
  proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
942
973
  }
943
974
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
944
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", translucent: "translucent", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
975
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", theme: "theme", translucent: "translucent", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
945
976
  };
946
977
  IonFabButton = __decorate([
947
978
  ProxyCmp({
948
- defineCustomElementFn: defineCustomElement$r,
949
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
979
+ defineCustomElementFn: defineCustomElement$s,
980
+ inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type']
950
981
  })
951
982
  ], IonFabButton);
952
983
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabButton, decorators: [{
@@ -956,7 +987,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
956
987
  changeDetection: ChangeDetectionStrategy.OnPush,
957
988
  template: '<ng-content></ng-content>',
958
989
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
959
- inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
990
+ inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'theme', 'translucent', 'type'],
960
991
  standalone: true
961
992
  }]
962
993
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -969,12 +1000,12 @@ let IonFabList = class IonFabList {
969
1000
  this.el = r.nativeElement;
970
1001
  }
971
1002
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
972
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1003
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFabList, isStandalone: true, 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 });
973
1004
  };
974
1005
  IonFabList = __decorate([
975
1006
  ProxyCmp({
976
- defineCustomElementFn: defineCustomElement$s,
977
- inputs: ['activated', 'side']
1007
+ defineCustomElementFn: defineCustomElement$t,
1008
+ inputs: ['activated', 'mode', 'side', 'theme']
978
1009
  })
979
1010
  ], IonFabList);
980
1011
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFabList, decorators: [{
@@ -984,7 +1015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
984
1015
  changeDetection: ChangeDetectionStrategy.OnPush,
985
1016
  template: '<ng-content></ng-content>',
986
1017
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
987
- inputs: ['activated', 'side'],
1018
+ inputs: ['activated', 'mode', 'side', 'theme'],
988
1019
  standalone: true
989
1020
  }]
990
1021
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -997,12 +1028,12 @@ let IonFooter = class IonFooter {
997
1028
  this.el = r.nativeElement;
998
1029
  }
999
1030
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1000
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1031
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1001
1032
  };
1002
1033
  IonFooter = __decorate([
1003
1034
  ProxyCmp({
1004
- defineCustomElementFn: defineCustomElement$t,
1005
- inputs: ['collapse', 'mode', 'translucent']
1035
+ defineCustomElementFn: defineCustomElement$u,
1036
+ inputs: ['collapse', 'mode', 'theme', 'translucent']
1006
1037
  })
1007
1038
  ], IonFooter);
1008
1039
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonFooter, decorators: [{
@@ -1012,7 +1043,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1012
1043
  changeDetection: ChangeDetectionStrategy.OnPush,
1013
1044
  template: '<ng-content></ng-content>',
1014
1045
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1015
- inputs: ['collapse', 'mode', 'translucent'],
1046
+ inputs: ['collapse', 'mode', 'theme', 'translucent'],
1016
1047
  standalone: true
1017
1048
  }]
1018
1049
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1025,12 +1056,12 @@ let IonGrid = class IonGrid {
1025
1056
  this.el = r.nativeElement;
1026
1057
  }
1027
1058
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1028
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1059
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1029
1060
  };
1030
1061
  IonGrid = __decorate([
1031
1062
  ProxyCmp({
1032
- defineCustomElementFn: defineCustomElement$u,
1033
- inputs: ['fixed']
1063
+ defineCustomElementFn: defineCustomElement$v,
1064
+ inputs: ['fixed', 'mode', 'theme']
1034
1065
  })
1035
1066
  ], IonGrid);
1036
1067
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGrid, decorators: [{
@@ -1040,7 +1071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1040
1071
  changeDetection: ChangeDetectionStrategy.OnPush,
1041
1072
  template: '<ng-content></ng-content>',
1042
1073
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1043
- inputs: ['fixed'],
1074
+ inputs: ['fixed', 'mode', 'theme'],
1044
1075
  standalone: true
1045
1076
  }]
1046
1077
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1053,12 +1084,12 @@ let IonHeader = class IonHeader {
1053
1084
  this.el = r.nativeElement;
1054
1085
  }
1055
1086
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1056
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1087
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", divider: "divider", mode: "mode", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1057
1088
  };
1058
1089
  IonHeader = __decorate([
1059
1090
  ProxyCmp({
1060
- defineCustomElementFn: defineCustomElement$v,
1061
- inputs: ['collapse', 'mode', 'translucent']
1091
+ defineCustomElementFn: defineCustomElement$w,
1092
+ inputs: ['collapse', 'divider', 'mode', 'theme', 'translucent']
1062
1093
  })
1063
1094
  ], IonHeader);
1064
1095
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonHeader, decorators: [{
@@ -1068,7 +1099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1068
1099
  changeDetection: ChangeDetectionStrategy.OnPush,
1069
1100
  template: '<ng-content></ng-content>',
1070
1101
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1071
- inputs: ['collapse', 'mode', 'translucent'],
1102
+ inputs: ['collapse', 'divider', 'mode', 'theme', 'translucent'],
1072
1103
  standalone: true
1073
1104
  }]
1074
1105
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1082,12 +1113,12 @@ let IonImg = class IonImg {
1082
1113
  proxyOutputs(this, this.el, ['ionImgWillLoad', 'ionImgDidLoad', 'ionError']);
1083
1114
  }
1084
1115
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1085
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1116
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", mode: "mode", src: "src", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1086
1117
  };
1087
1118
  IonImg = __decorate([
1088
1119
  ProxyCmp({
1089
- defineCustomElementFn: defineCustomElement$w,
1090
- inputs: ['alt', 'src']
1120
+ defineCustomElementFn: defineCustomElement$x,
1121
+ inputs: ['alt', 'mode', 'src', 'theme']
1091
1122
  })
1092
1123
  ], IonImg);
1093
1124
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonImg, decorators: [{
@@ -1097,7 +1128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1097
1128
  changeDetection: ChangeDetectionStrategy.OnPush,
1098
1129
  template: '<ng-content></ng-content>',
1099
1130
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1100
- inputs: ['alt', 'src'],
1131
+ inputs: ['alt', 'mode', 'src', 'theme'],
1101
1132
  standalone: true
1102
1133
  }]
1103
1134
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1111,12 +1142,12 @@ let IonInfiniteScroll = class IonInfiniteScroll {
1111
1142
  proxyOutputs(this, this.el, ['ionInfinite']);
1112
1143
  }
1113
1144
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1114
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1145
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", mode: "mode", position: "position", preserveRerenderScrollPosition: "preserveRerenderScrollPosition", theme: "theme", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1115
1146
  };
1116
1147
  IonInfiniteScroll = __decorate([
1117
1148
  ProxyCmp({
1118
- defineCustomElementFn: defineCustomElement$x,
1119
- inputs: ['disabled', 'position', 'threshold'],
1149
+ defineCustomElementFn: defineCustomElement$y,
1150
+ inputs: ['disabled', 'mode', 'position', 'preserveRerenderScrollPosition', 'theme', 'threshold'],
1120
1151
  methods: ['complete']
1121
1152
  })
1122
1153
  ], IonInfiniteScroll);
@@ -1127,7 +1158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1127
1158
  changeDetection: ChangeDetectionStrategy.OnPush,
1128
1159
  template: '<ng-content></ng-content>',
1129
1160
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1130
- inputs: ['disabled', 'position', 'threshold'],
1161
+ inputs: ['disabled', 'mode', 'position', 'preserveRerenderScrollPosition', 'theme', 'threshold'],
1131
1162
  standalone: true
1132
1163
  }]
1133
1164
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1140,12 +1171,12 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
1140
1171
  this.el = r.nativeElement;
1141
1172
  }
1142
1173
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1143
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1174
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScrollContent, isStandalone: true, 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 });
1144
1175
  };
1145
1176
  IonInfiniteScrollContent = __decorate([
1146
1177
  ProxyCmp({
1147
- defineCustomElementFn: defineCustomElement$y,
1148
- inputs: ['loadingSpinner', 'loadingText']
1178
+ defineCustomElementFn: defineCustomElement$z,
1179
+ inputs: ['loadingSpinner', 'loadingText', 'mode', 'theme']
1149
1180
  })
1150
1181
  ], IonInfiniteScrollContent);
1151
1182
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
@@ -1155,7 +1186,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1155
1186
  changeDetection: ChangeDetectionStrategy.OnPush,
1156
1187
  template: '<ng-content></ng-content>',
1157
1188
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1158
- inputs: ['loadingSpinner', 'loadingText'],
1189
+ inputs: ['loadingSpinner', 'loadingText', 'mode', 'theme'],
1159
1190
  standalone: true
1160
1191
  }]
1161
1192
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1172,7 +1203,7 @@ let IonInputPasswordToggle = class IonInputPasswordToggle {
1172
1203
  };
1173
1204
  IonInputPasswordToggle = __decorate([
1174
1205
  ProxyCmp({
1175
- defineCustomElementFn: defineCustomElement$z,
1206
+ defineCustomElementFn: defineCustomElement$A,
1176
1207
  inputs: ['color', 'hideIcon', 'mode', 'showIcon']
1177
1208
  })
1178
1209
  ], IonInputPasswordToggle);
@@ -1196,12 +1227,12 @@ let IonItem = class IonItem {
1196
1227
  this.el = r.nativeElement;
1197
1228
  }
1198
1229
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1199
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItem, isStandalone: true, 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 });
1230
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItem, isStandalone: true, 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 });
1200
1231
  };
1201
1232
  IonItem = __decorate([
1202
1233
  ProxyCmp({
1203
- defineCustomElementFn: defineCustomElement$A,
1204
- inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
1234
+ defineCustomElementFn: defineCustomElement$B,
1235
+ inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type']
1205
1236
  })
1206
1237
  ], IonItem);
1207
1238
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItem, decorators: [{
@@ -1211,7 +1242,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1211
1242
  changeDetection: ChangeDetectionStrategy.OnPush,
1212
1243
  template: '<ng-content></ng-content>',
1213
1244
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1214
- inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
1245
+ inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type'],
1215
1246
  standalone: true
1216
1247
  }]
1217
1248
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1224,12 +1255,12 @@ let IonItemDivider = class IonItemDivider {
1224
1255
  this.el = r.nativeElement;
1225
1256
  }
1226
1257
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1227
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1258
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemDivider, isStandalone: true, 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 });
1228
1259
  };
1229
1260
  IonItemDivider = __decorate([
1230
1261
  ProxyCmp({
1231
- defineCustomElementFn: defineCustomElement$B,
1232
- inputs: ['color', 'mode', 'sticky']
1262
+ defineCustomElementFn: defineCustomElement$C,
1263
+ inputs: ['color', 'mode', 'sticky', 'theme']
1233
1264
  })
1234
1265
  ], IonItemDivider);
1235
1266
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemDivider, decorators: [{
@@ -1239,7 +1270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1239
1270
  changeDetection: ChangeDetectionStrategy.OnPush,
1240
1271
  template: '<ng-content></ng-content>',
1241
1272
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1242
- inputs: ['color', 'mode', 'sticky'],
1273
+ inputs: ['color', 'mode', 'sticky', 'theme'],
1243
1274
  standalone: true
1244
1275
  }]
1245
1276
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1252,11 +1283,12 @@ let IonItemGroup = class IonItemGroup {
1252
1283
  this.el = r.nativeElement;
1253
1284
  }
1254
1285
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1255
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1286
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1256
1287
  };
1257
1288
  IonItemGroup = __decorate([
1258
1289
  ProxyCmp({
1259
- defineCustomElementFn: defineCustomElement$C
1290
+ defineCustomElementFn: defineCustomElement$D,
1291
+ inputs: ['mode', 'theme']
1260
1292
  })
1261
1293
  ], IonItemGroup);
1262
1294
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemGroup, decorators: [{
@@ -1266,7 +1298,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1266
1298
  changeDetection: ChangeDetectionStrategy.OnPush,
1267
1299
  template: '<ng-content></ng-content>',
1268
1300
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1269
- inputs: [],
1301
+ inputs: ['mode', 'theme'],
1270
1302
  standalone: true
1271
1303
  }]
1272
1304
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1279,12 +1311,12 @@ let IonItemOption = class IonItemOption {
1279
1311
  this.el = r.nativeElement;
1280
1312
  }
1281
1313
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1282
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOption, isStandalone: true, 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 });
1314
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOption, isStandalone: true, 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 });
1283
1315
  };
1284
1316
  IonItemOption = __decorate([
1285
1317
  ProxyCmp({
1286
- defineCustomElementFn: defineCustomElement$D,
1287
- inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
1318
+ defineCustomElementFn: defineCustomElement$E,
1319
+ inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'hue', 'mode', 'rel', 'shape', 'target', 'theme', 'type']
1288
1320
  })
1289
1321
  ], IonItemOption);
1290
1322
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOption, decorators: [{
@@ -1294,7 +1326,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1294
1326
  changeDetection: ChangeDetectionStrategy.OnPush,
1295
1327
  template: '<ng-content></ng-content>',
1296
1328
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1297
- inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
1329
+ inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'hue', 'mode', 'rel', 'shape', 'target', 'theme', 'type'],
1298
1330
  standalone: true
1299
1331
  }]
1300
1332
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1308,12 +1340,12 @@ let IonItemOptions = class IonItemOptions {
1308
1340
  proxyOutputs(this, this.el, ['ionSwipe']);
1309
1341
  }
1310
1342
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1311
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1343
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { mode: "mode", side: "side", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1312
1344
  };
1313
1345
  IonItemOptions = __decorate([
1314
1346
  ProxyCmp({
1315
- defineCustomElementFn: defineCustomElement$E,
1316
- inputs: ['side']
1347
+ defineCustomElementFn: defineCustomElement$F,
1348
+ inputs: ['mode', 'side', 'theme']
1317
1349
  })
1318
1350
  ], IonItemOptions);
1319
1351
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemOptions, decorators: [{
@@ -1323,7 +1355,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1323
1355
  changeDetection: ChangeDetectionStrategy.OnPush,
1324
1356
  template: '<ng-content></ng-content>',
1325
1357
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1326
- inputs: ['side'],
1358
+ inputs: ['mode', 'side', 'theme'],
1327
1359
  standalone: true
1328
1360
  }]
1329
1361
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1337,12 +1369,12 @@ let IonItemSliding = class IonItemSliding {
1337
1369
  proxyOutputs(this, this.el, ['ionDrag']);
1338
1370
  }
1339
1371
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1340
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1372
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1341
1373
  };
1342
1374
  IonItemSliding = __decorate([
1343
1375
  ProxyCmp({
1344
- defineCustomElementFn: defineCustomElement$F,
1345
- inputs: ['disabled'],
1376
+ defineCustomElementFn: defineCustomElement$G,
1377
+ inputs: ['disabled', 'mode', 'theme'],
1346
1378
  methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
1347
1379
  })
1348
1380
  ], IonItemSliding);
@@ -1353,7 +1385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1353
1385
  changeDetection: ChangeDetectionStrategy.OnPush,
1354
1386
  template: '<ng-content></ng-content>',
1355
1387
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1356
- inputs: ['disabled'],
1388
+ inputs: ['disabled', 'mode', 'theme'],
1357
1389
  standalone: true
1358
1390
  }]
1359
1391
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1366,12 +1398,12 @@ let IonLabel = class IonLabel {
1366
1398
  this.el = r.nativeElement;
1367
1399
  }
1368
1400
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1369
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1401
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLabel, isStandalone: true, 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 });
1370
1402
  };
1371
1403
  IonLabel = __decorate([
1372
1404
  ProxyCmp({
1373
- defineCustomElementFn: defineCustomElement$G,
1374
- inputs: ['color', 'mode', 'position']
1405
+ defineCustomElementFn: defineCustomElement$H,
1406
+ inputs: ['color', 'mode', 'position', 'theme']
1375
1407
  })
1376
1408
  ], IonLabel);
1377
1409
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLabel, decorators: [{
@@ -1381,7 +1413,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1381
1413
  changeDetection: ChangeDetectionStrategy.OnPush,
1382
1414
  template: '<ng-content></ng-content>',
1383
1415
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1384
- inputs: ['color', 'mode', 'position'],
1416
+ inputs: ['color', 'mode', 'position', 'theme'],
1385
1417
  standalone: true
1386
1418
  }]
1387
1419
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1394,12 +1426,12 @@ let IonList = class IonList {
1394
1426
  this.el = r.nativeElement;
1395
1427
  }
1396
1428
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1397
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1429
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonList, isStandalone: true, 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 });
1398
1430
  };
1399
1431
  IonList = __decorate([
1400
1432
  ProxyCmp({
1401
- defineCustomElementFn: defineCustomElement$H,
1402
- inputs: ['inset', 'lines', 'mode'],
1433
+ defineCustomElementFn: defineCustomElement$I,
1434
+ inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
1403
1435
  methods: ['closeSlidingItems']
1404
1436
  })
1405
1437
  ], IonList);
@@ -1410,7 +1442,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1410
1442
  changeDetection: ChangeDetectionStrategy.OnPush,
1411
1443
  template: '<ng-content></ng-content>',
1412
1444
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1413
- inputs: ['inset', 'lines', 'mode'],
1445
+ inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
1414
1446
  standalone: true
1415
1447
  }]
1416
1448
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1423,12 +1455,12 @@ let IonListHeader = class IonListHeader {
1423
1455
  this.el = r.nativeElement;
1424
1456
  }
1425
1457
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1426
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1458
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonListHeader, isStandalone: true, 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 });
1427
1459
  };
1428
1460
  IonListHeader = __decorate([
1429
1461
  ProxyCmp({
1430
- defineCustomElementFn: defineCustomElement$I,
1431
- inputs: ['color', 'lines', 'mode']
1462
+ defineCustomElementFn: defineCustomElement$J,
1463
+ inputs: ['color', 'lines', 'mode', 'theme']
1432
1464
  })
1433
1465
  ], IonListHeader);
1434
1466
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonListHeader, decorators: [{
@@ -1438,7 +1470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1438
1470
  changeDetection: ChangeDetectionStrategy.OnPush,
1439
1471
  template: '<ng-content></ng-content>',
1440
1472
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1441
- inputs: ['color', 'lines', 'mode'],
1473
+ inputs: ['color', 'lines', 'mode', 'theme'],
1442
1474
  standalone: true
1443
1475
  }]
1444
1476
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1452,12 +1484,12 @@ let IonLoading = class IonLoading {
1452
1484
  proxyOutputs(this, this.el, ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
1453
1485
  }
1454
1486
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1455
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLoading, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1487
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonLoading, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1456
1488
  };
1457
1489
  IonLoading = __decorate([
1458
1490
  ProxyCmp({
1459
- defineCustomElementFn: defineCustomElement$J,
1460
- inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
1491
+ defineCustomElementFn: defineCustomElement$K,
1492
+ inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger'],
1461
1493
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
1462
1494
  })
1463
1495
  ], IonLoading);
@@ -1468,7 +1500,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1468
1500
  changeDetection: ChangeDetectionStrategy.OnPush,
1469
1501
  template: '<ng-content></ng-content>',
1470
1502
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1471
- inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
1503
+ inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'theme', 'translucent', 'trigger'],
1472
1504
  standalone: true
1473
1505
  }]
1474
1506
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1482,12 +1514,12 @@ let IonMenu = class IonMenu {
1482
1514
  proxyOutputs(this, this.el, ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose']);
1483
1515
  }
1484
1516
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1485
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1517
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", mode: "mode", side: "side", swipeGesture: "swipeGesture", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1486
1518
  };
1487
1519
  IonMenu = __decorate([
1488
1520
  ProxyCmp({
1489
- defineCustomElementFn: defineCustomElement$K,
1490
- inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
1521
+ defineCustomElementFn: defineCustomElement$L,
1522
+ inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'mode', 'side', 'swipeGesture', 'theme', 'type'],
1491
1523
  methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
1492
1524
  })
1493
1525
  ], IonMenu);
@@ -1498,7 +1530,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1498
1530
  changeDetection: ChangeDetectionStrategy.OnPush,
1499
1531
  template: '<ng-content></ng-content>',
1500
1532
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1501
- inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
1533
+ inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'mode', 'side', 'swipeGesture', 'theme', 'type'],
1502
1534
  standalone: true
1503
1535
  }]
1504
1536
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1511,12 +1543,12 @@ let IonMenuButton = class IonMenuButton {
1511
1543
  this.el = r.nativeElement;
1512
1544
  }
1513
1545
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1514
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuButton, isStandalone: true, 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 });
1546
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuButton, isStandalone: true, 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 });
1515
1547
  };
1516
1548
  IonMenuButton = __decorate([
1517
1549
  ProxyCmp({
1518
- defineCustomElementFn: defineCustomElement$L,
1519
- inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
1550
+ defineCustomElementFn: defineCustomElement$M,
1551
+ inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'theme', 'type']
1520
1552
  })
1521
1553
  ], IonMenuButton);
1522
1554
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuButton, decorators: [{
@@ -1526,7 +1558,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1526
1558
  changeDetection: ChangeDetectionStrategy.OnPush,
1527
1559
  template: '<ng-content></ng-content>',
1528
1560
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1529
- inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
1561
+ inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'theme', 'type'],
1530
1562
  standalone: true
1531
1563
  }]
1532
1564
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1539,12 +1571,12 @@ let IonMenuToggle = class IonMenuToggle {
1539
1571
  this.el = r.nativeElement;
1540
1572
  }
1541
1573
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1542
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1574
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonMenuToggle, isStandalone: true, 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 });
1543
1575
  };
1544
1576
  IonMenuToggle = __decorate([
1545
1577
  ProxyCmp({
1546
- defineCustomElementFn: defineCustomElement$M,
1547
- inputs: ['autoHide', 'menu']
1578
+ defineCustomElementFn: defineCustomElement$N,
1579
+ inputs: ['autoHide', 'menu', 'mode', 'theme']
1548
1580
  })
1549
1581
  ], IonMenuToggle);
1550
1582
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonMenuToggle, decorators: [{
@@ -1554,7 +1586,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1554
1586
  changeDetection: ChangeDetectionStrategy.OnPush,
1555
1587
  template: '<ng-content></ng-content>',
1556
1588
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1557
- inputs: ['autoHide', 'menu'],
1589
+ inputs: ['autoHide', 'menu', 'mode', 'theme'],
1558
1590
  standalone: true
1559
1591
  }]
1560
1592
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1567,12 +1599,12 @@ let IonNavLink = class IonNavLink {
1567
1599
  this.el = r.nativeElement;
1568
1600
  }
1569
1601
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1570
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNavLink, isStandalone: true, 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 });
1602
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNavLink, isStandalone: true, 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 });
1571
1603
  };
1572
1604
  IonNavLink = __decorate([
1573
1605
  ProxyCmp({
1574
- defineCustomElementFn: defineCustomElement$N,
1575
- inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
1606
+ defineCustomElementFn: defineCustomElement$O,
1607
+ inputs: ['component', 'componentProps', 'mode', 'routerAnimation', 'routerDirection', 'theme']
1576
1608
  })
1577
1609
  ], IonNavLink);
1578
1610
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNavLink, decorators: [{
@@ -1582,7 +1614,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1582
1614
  changeDetection: ChangeDetectionStrategy.OnPush,
1583
1615
  template: '<ng-content></ng-content>',
1584
1616
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1585
- inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
1617
+ inputs: ['component', 'componentProps', 'mode', 'routerAnimation', 'routerDirection', 'theme'],
1586
1618
  standalone: true
1587
1619
  }]
1588
1620
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1595,12 +1627,12 @@ let IonNote = class IonNote {
1595
1627
  this.el = r.nativeElement;
1596
1628
  }
1597
1629
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1598
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1630
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1599
1631
  };
1600
1632
  IonNote = __decorate([
1601
1633
  ProxyCmp({
1602
- defineCustomElementFn: defineCustomElement$O,
1603
- inputs: ['color', 'mode']
1634
+ defineCustomElementFn: defineCustomElement$P,
1635
+ inputs: ['color', 'mode', 'theme']
1604
1636
  })
1605
1637
  ], IonNote);
1606
1638
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNote, decorators: [{
@@ -1610,7 +1642,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1610
1642
  changeDetection: ChangeDetectionStrategy.OnPush,
1611
1643
  template: '<ng-content></ng-content>',
1612
1644
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1613
- inputs: ['color', 'mode'],
1645
+ inputs: ['color', 'mode', 'theme'],
1614
1646
  standalone: true
1615
1647
  }]
1616
1648
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1623,12 +1655,12 @@ let IonPicker = class IonPicker {
1623
1655
  this.el = r.nativeElement;
1624
1656
  }
1625
1657
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1626
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1658
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1627
1659
  };
1628
1660
  IonPicker = __decorate([
1629
1661
  ProxyCmp({
1630
- defineCustomElementFn: defineCustomElement$P,
1631
- inputs: ['mode']
1662
+ defineCustomElementFn: defineCustomElement$Q,
1663
+ inputs: ['mode', 'theme']
1632
1664
  })
1633
1665
  ], IonPicker);
1634
1666
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPicker, decorators: [{
@@ -1638,7 +1670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1638
1670
  changeDetection: ChangeDetectionStrategy.OnPush,
1639
1671
  template: '<ng-content></ng-content>',
1640
1672
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1641
- inputs: ['mode'],
1673
+ inputs: ['mode', 'theme'],
1642
1674
  standalone: true
1643
1675
  }]
1644
1676
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1652,12 +1684,12 @@ let IonPickerColumn = class IonPickerColumn {
1652
1684
  proxyOutputs(this, this.el, ['ionChange']);
1653
1685
  }
1654
1686
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1655
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1687
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1656
1688
  };
1657
1689
  IonPickerColumn = __decorate([
1658
1690
  ProxyCmp({
1659
- defineCustomElementFn: defineCustomElement$Q,
1660
- inputs: ['color', 'disabled', 'mode', 'value'],
1691
+ defineCustomElementFn: defineCustomElement$R,
1692
+ inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
1661
1693
  methods: ['setFocus']
1662
1694
  })
1663
1695
  ], IonPickerColumn);
@@ -1668,7 +1700,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1668
1700
  changeDetection: ChangeDetectionStrategy.OnPush,
1669
1701
  template: '<ng-content></ng-content>',
1670
1702
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1671
- inputs: ['color', 'disabled', 'mode', 'value'],
1703
+ inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
1672
1704
  standalone: true
1673
1705
  }]
1674
1706
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1681,12 +1713,12 @@ let IonPickerColumnOption = class IonPickerColumnOption {
1681
1713
  this.el = r.nativeElement;
1682
1714
  }
1683
1715
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumnOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1684
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumnOption, isStandalone: true, 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 });
1716
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerColumnOption, isStandalone: true, 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 });
1685
1717
  };
1686
1718
  IonPickerColumnOption = __decorate([
1687
1719
  ProxyCmp({
1688
- defineCustomElementFn: defineCustomElement$R,
1689
- inputs: ['color', 'disabled', 'value']
1720
+ defineCustomElementFn: defineCustomElement$S,
1721
+ inputs: ['color', 'disabled', 'mode', 'theme', 'value']
1690
1722
  })
1691
1723
  ], IonPickerColumnOption);
1692
1724
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerColumnOption, decorators: [{
@@ -1696,7 +1728,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1696
1728
  changeDetection: ChangeDetectionStrategy.OnPush,
1697
1729
  template: '<ng-content></ng-content>',
1698
1730
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1699
- inputs: ['color', 'disabled', 'value'],
1731
+ inputs: ['color', 'disabled', 'mode', 'theme', 'value'],
1700
1732
  standalone: true
1701
1733
  }]
1702
1734
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1710,12 +1742,12 @@ let IonPickerLegacy = class IonPickerLegacy {
1710
1742
  proxyOutputs(this, this.el, ['ionPickerDidPresent', 'ionPickerWillPresent', 'ionPickerWillDismiss', 'ionPickerDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
1711
1743
  }
1712
1744
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerLegacy, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1713
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerLegacy, isStandalone: true, selector: "ion-picker-legacy", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", columns: "columns", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", showBackdrop: "showBackdrop", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1745
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerLegacy, isStandalone: true, selector: "ion-picker-legacy", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", columns: "columns", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", showBackdrop: "showBackdrop", theme: "theme", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1714
1746
  };
1715
1747
  IonPickerLegacy = __decorate([
1716
1748
  ProxyCmp({
1717
- defineCustomElementFn: defineCustomElement$S,
1718
- inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'trigger'],
1749
+ defineCustomElementFn: defineCustomElement$T,
1750
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
1719
1751
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'getColumn']
1720
1752
  })
1721
1753
  ], IonPickerLegacy);
@@ -1726,7 +1758,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1726
1758
  changeDetection: ChangeDetectionStrategy.OnPush,
1727
1759
  template: '<ng-content></ng-content>',
1728
1760
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1729
- inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'trigger'],
1761
+ inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
1730
1762
  standalone: true
1731
1763
  }]
1732
1764
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1739,12 +1771,12 @@ let IonProgressBar = class IonProgressBar {
1739
1771
  this.el = r.nativeElement;
1740
1772
  }
1741
1773
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1742
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, isStandalone: true, 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 });
1774
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonProgressBar, isStandalone: true, 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 });
1743
1775
  };
1744
1776
  IonProgressBar = __decorate([
1745
1777
  ProxyCmp({
1746
- defineCustomElementFn: defineCustomElement$T,
1747
- inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
1778
+ defineCustomElementFn: defineCustomElement$U,
1779
+ inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'theme', 'type', 'value']
1748
1780
  })
1749
1781
  ], IonProgressBar);
1750
1782
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonProgressBar, decorators: [{
@@ -1754,7 +1786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1754
1786
  changeDetection: ChangeDetectionStrategy.OnPush,
1755
1787
  template: '<ng-content></ng-content>',
1756
1788
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1757
- inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
1789
+ inputs: ['buffer', 'color', 'mode', 'reversed', 'shape', 'theme', 'type', 'value'],
1758
1790
  standalone: true
1759
1791
  }]
1760
1792
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1768,12 +1800,12 @@ let IonRadio = class IonRadio {
1768
1800
  proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
1769
1801
  }
1770
1802
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1771
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1803
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1772
1804
  };
1773
1805
  IonRadio = __decorate([
1774
1806
  ProxyCmp({
1775
- defineCustomElementFn: defineCustomElement$U,
1776
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
1807
+ defineCustomElementFn: defineCustomElement$V,
1808
+ inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'theme', 'value']
1777
1809
  })
1778
1810
  ], IonRadio);
1779
1811
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRadio, decorators: [{
@@ -1783,7 +1815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1783
1815
  changeDetection: ChangeDetectionStrategy.OnPush,
1784
1816
  template: '<ng-content></ng-content>',
1785
1817
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1786
- inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
1818
+ inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'theme', 'value'],
1787
1819
  standalone: true
1788
1820
  }]
1789
1821
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1797,12 +1829,12 @@ let IonRefresher = class IonRefresher {
1797
1829
  proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart']);
1798
1830
  }
1799
1831
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1800
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1832
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1801
1833
  };
1802
1834
  IonRefresher = __decorate([
1803
1835
  ProxyCmp({
1804
- defineCustomElementFn: defineCustomElement$V,
1805
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
1836
+ defineCustomElementFn: defineCustomElement$W,
1837
+ inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration', 'theme'],
1806
1838
  methods: ['complete', 'cancel', 'getProgress']
1807
1839
  })
1808
1840
  ], IonRefresher);
@@ -1813,7 +1845,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1813
1845
  changeDetection: ChangeDetectionStrategy.OnPush,
1814
1846
  template: '<ng-content></ng-content>',
1815
1847
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1816
- inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
1848
+ inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration', 'theme'],
1817
1849
  standalone: true
1818
1850
  }]
1819
1851
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1826,12 +1858,12 @@ let IonRefresherContent = class IonRefresherContent {
1826
1858
  this.el = r.nativeElement;
1827
1859
  }
1828
1860
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1829
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresherContent, isStandalone: true, 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 });
1861
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresherContent, isStandalone: true, 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 });
1830
1862
  };
1831
1863
  IonRefresherContent = __decorate([
1832
1864
  ProxyCmp({
1833
- defineCustomElementFn: defineCustomElement$W,
1834
- inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
1865
+ defineCustomElementFn: defineCustomElement$X,
1866
+ inputs: ['mode', 'pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText', 'theme']
1835
1867
  })
1836
1868
  ], IonRefresherContent);
1837
1869
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresherContent, decorators: [{
@@ -1841,7 +1873,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1841
1873
  changeDetection: ChangeDetectionStrategy.OnPush,
1842
1874
  template: '<ng-content></ng-content>',
1843
1875
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1844
- inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
1876
+ inputs: ['mode', 'pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText', 'theme'],
1845
1877
  standalone: true
1846
1878
  }]
1847
1879
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1854,11 +1886,12 @@ let IonReorder = class IonReorder {
1854
1886
  this.el = r.nativeElement;
1855
1887
  }
1856
1888
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1857
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorder, isStandalone: true, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1889
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorder, isStandalone: true, selector: "ion-reorder", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1858
1890
  };
1859
1891
  IonReorder = __decorate([
1860
1892
  ProxyCmp({
1861
- defineCustomElementFn: defineCustomElement$X
1893
+ defineCustomElementFn: defineCustomElement$Y,
1894
+ inputs: ['mode', 'theme']
1862
1895
  })
1863
1896
  ], IonReorder);
1864
1897
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorder, decorators: [{
@@ -1868,7 +1901,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1868
1901
  changeDetection: ChangeDetectionStrategy.OnPush,
1869
1902
  template: '<ng-content></ng-content>',
1870
1903
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1871
- inputs: [],
1904
+ inputs: ['mode', 'theme'],
1872
1905
  standalone: true
1873
1906
  }]
1874
1907
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1882,12 +1915,12 @@ let IonReorderGroup = class IonReorderGroup {
1882
1915
  proxyOutputs(this, this.el, ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd']);
1883
1916
  }
1884
1917
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1885
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1918
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1886
1919
  };
1887
1920
  IonReorderGroup = __decorate([
1888
1921
  ProxyCmp({
1889
- defineCustomElementFn: defineCustomElement$Y,
1890
- inputs: ['disabled'],
1922
+ defineCustomElementFn: defineCustomElement$Z,
1923
+ inputs: ['disabled', 'mode', 'theme'],
1891
1924
  methods: ['complete']
1892
1925
  })
1893
1926
  ], IonReorderGroup);
@@ -1898,7 +1931,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1898
1931
  changeDetection: ChangeDetectionStrategy.OnPush,
1899
1932
  template: '<ng-content></ng-content>',
1900
1933
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1901
- inputs: ['disabled'],
1934
+ inputs: ['disabled', 'mode', 'theme'],
1902
1935
  standalone: true
1903
1936
  }]
1904
1937
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1911,12 +1944,12 @@ let IonRippleEffect = class IonRippleEffect {
1911
1944
  this.el = r.nativeElement;
1912
1945
  }
1913
1946
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1914
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1947
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { mode: "mode", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1915
1948
  };
1916
1949
  IonRippleEffect = __decorate([
1917
1950
  ProxyCmp({
1918
- defineCustomElementFn: defineCustomElement$Z,
1919
- inputs: ['type'],
1951
+ defineCustomElementFn: defineCustomElement$_,
1952
+ inputs: ['mode', 'theme', 'type'],
1920
1953
  methods: ['addRipple']
1921
1954
  })
1922
1955
  ], IonRippleEffect);
@@ -1927,7 +1960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1927
1960
  changeDetection: ChangeDetectionStrategy.OnPush,
1928
1961
  template: '<ng-content></ng-content>',
1929
1962
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1930
- inputs: ['type'],
1963
+ inputs: ['mode', 'theme', 'type'],
1931
1964
  standalone: true
1932
1965
  }]
1933
1966
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1940,11 +1973,12 @@ let IonRow = class IonRow {
1940
1973
  this.el = r.nativeElement;
1941
1974
  }
1942
1975
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1943
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRow, isStandalone: true, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1976
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRow, isStandalone: true, selector: "ion-row", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1944
1977
  };
1945
1978
  IonRow = __decorate([
1946
1979
  ProxyCmp({
1947
- defineCustomElementFn: defineCustomElement$_
1980
+ defineCustomElementFn: defineCustomElement$$,
1981
+ inputs: ['mode', 'theme']
1948
1982
  })
1949
1983
  ], IonRow);
1950
1984
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRow, decorators: [{
@@ -1954,7 +1988,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1954
1988
  changeDetection: ChangeDetectionStrategy.OnPush,
1955
1989
  template: '<ng-content></ng-content>',
1956
1990
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1957
- inputs: [],
1991
+ inputs: ['mode', 'theme'],
1958
1992
  standalone: true
1959
1993
  }]
1960
1994
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1967,12 +2001,12 @@ let IonSegmentButton = class IonSegmentButton {
1967
2001
  this.el = r.nativeElement;
1968
2002
  }
1969
2003
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1970
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentButton, isStandalone: true, 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 });
2004
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentButton, isStandalone: true, 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 });
1971
2005
  };
1972
2006
  IonSegmentButton = __decorate([
1973
2007
  ProxyCmp({
1974
- defineCustomElementFn: defineCustomElement$$,
1975
- inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
2008
+ defineCustomElementFn: defineCustomElement$10,
2009
+ inputs: ['contentId', 'disabled', 'layout', 'mode', 'theme', 'type', 'value']
1976
2010
  })
1977
2011
  ], IonSegmentButton);
1978
2012
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentButton, decorators: [{
@@ -1982,7 +2016,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1982
2016
  changeDetection: ChangeDetectionStrategy.OnPush,
1983
2017
  template: '<ng-content></ng-content>',
1984
2018
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1985
- inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
2019
+ inputs: ['contentId', 'disabled', 'layout', 'mode', 'theme', 'type', 'value'],
1986
2020
  standalone: true
1987
2021
  }]
1988
2022
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1999,7 +2033,7 @@ let IonSegmentContent = class IonSegmentContent {
1999
2033
  };
2000
2034
  IonSegmentContent = __decorate([
2001
2035
  ProxyCmp({
2002
- defineCustomElementFn: defineCustomElement$10
2036
+ defineCustomElementFn: defineCustomElement$11
2003
2037
  })
2004
2038
  ], IonSegmentContent);
2005
2039
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentContent, decorators: [{
@@ -2027,7 +2061,7 @@ let IonSegmentView = class IonSegmentView {
2027
2061
  };
2028
2062
  IonSegmentView = __decorate([
2029
2063
  ProxyCmp({
2030
- defineCustomElementFn: defineCustomElement$11,
2064
+ defineCustomElementFn: defineCustomElement$12,
2031
2065
  inputs: ['disabled']
2032
2066
  })
2033
2067
  ], IonSegmentView);
@@ -2055,7 +2089,7 @@ let IonSelectModal = class IonSelectModal {
2055
2089
  };
2056
2090
  IonSelectModal = __decorate([
2057
2091
  ProxyCmp({
2058
- defineCustomElementFn: defineCustomElement$12,
2092
+ defineCustomElementFn: defineCustomElement$13,
2059
2093
  inputs: ['header', 'multiple', 'options']
2060
2094
  })
2061
2095
  ], IonSelectModal);
@@ -2079,12 +2113,12 @@ let IonSelectOption = class IonSelectOption {
2079
2113
  this.el = r.nativeElement;
2080
2114
  }
2081
2115
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, 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: "16.2.12", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2116
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2083
2117
  };
2084
2118
  IonSelectOption = __decorate([
2085
2119
  ProxyCmp({
2086
- defineCustomElementFn: defineCustomElement$13,
2087
- inputs: ['disabled', 'value']
2120
+ defineCustomElementFn: defineCustomElement$14,
2121
+ inputs: ['disabled', 'mode', 'theme', 'value']
2088
2122
  })
2089
2123
  ], IonSelectOption);
2090
2124
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, decorators: [{
@@ -2094,7 +2128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2094
2128
  changeDetection: ChangeDetectionStrategy.OnPush,
2095
2129
  template: '<ng-content></ng-content>',
2096
2130
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2097
- inputs: ['disabled', 'value'],
2131
+ inputs: ['disabled', 'mode', 'theme', 'value'],
2098
2132
  standalone: true
2099
2133
  }]
2100
2134
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2107,12 +2141,12 @@ let IonSkeletonText = class IonSkeletonText {
2107
2141
  this.el = r.nativeElement;
2108
2142
  }
2109
2143
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2110
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2144
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2111
2145
  };
2112
2146
  IonSkeletonText = __decorate([
2113
2147
  ProxyCmp({
2114
- defineCustomElementFn: defineCustomElement$14,
2115
- inputs: ['animated']
2148
+ defineCustomElementFn: defineCustomElement$15,
2149
+ inputs: ['animated', 'mode', 'theme']
2116
2150
  })
2117
2151
  ], IonSkeletonText);
2118
2152
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSkeletonText, decorators: [{
@@ -2122,7 +2156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2122
2156
  changeDetection: ChangeDetectionStrategy.OnPush,
2123
2157
  template: '<ng-content></ng-content>',
2124
2158
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2125
- inputs: ['animated'],
2159
+ inputs: ['animated', 'mode', 'theme'],
2126
2160
  standalone: true
2127
2161
  }]
2128
2162
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2135,12 +2169,12 @@ let IonSpinner = class IonSpinner {
2135
2169
  this.el = r.nativeElement;
2136
2170
  }
2137
2171
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2138
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, isStandalone: true, 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 });
2172
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSpinner, isStandalone: true, 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 });
2139
2173
  };
2140
2174
  IonSpinner = __decorate([
2141
2175
  ProxyCmp({
2142
- defineCustomElementFn: defineCustomElement$15,
2143
- inputs: ['color', 'duration', 'name', 'paused']
2176
+ defineCustomElementFn: defineCustomElement$16,
2177
+ inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme']
2144
2178
  })
2145
2179
  ], IonSpinner);
2146
2180
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSpinner, decorators: [{
@@ -2150,7 +2184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2150
2184
  changeDetection: ChangeDetectionStrategy.OnPush,
2151
2185
  template: '<ng-content></ng-content>',
2152
2186
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2153
- inputs: ['color', 'duration', 'name', 'paused'],
2187
+ inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme'],
2154
2188
  standalone: true
2155
2189
  }]
2156
2190
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2164,12 +2198,12 @@ let IonSplitPane = class IonSplitPane {
2164
2198
  proxyOutputs(this, this.el, ['ionSplitPaneVisible']);
2165
2199
  }
2166
2200
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2167
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2201
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", mode: "mode", theme: "theme", when: "when" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2168
2202
  };
2169
2203
  IonSplitPane = __decorate([
2170
2204
  ProxyCmp({
2171
- defineCustomElementFn: defineCustomElement$16,
2172
- inputs: ['contentId', 'disabled', 'when']
2205
+ defineCustomElementFn: defineCustomElement$17,
2206
+ inputs: ['contentId', 'disabled', 'mode', 'theme', 'when']
2173
2207
  })
2174
2208
  ], IonSplitPane);
2175
2209
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSplitPane, decorators: [{
@@ -2179,7 +2213,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2179
2213
  changeDetection: ChangeDetectionStrategy.OnPush,
2180
2214
  template: '<ng-content></ng-content>',
2181
2215
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2182
- inputs: ['contentId', 'disabled', 'when'],
2216
+ inputs: ['contentId', 'disabled', 'mode', 'theme', 'when'],
2183
2217
  standalone: true
2184
2218
  }]
2185
2219
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2192,12 +2226,12 @@ let IonTab = class IonTab {
2192
2226
  this.el = r.nativeElement;
2193
2227
  }
2194
2228
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2195
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2229
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTab, isStandalone: true, 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 });
2196
2230
  };
2197
2231
  IonTab = __decorate([
2198
2232
  ProxyCmp({
2199
- defineCustomElementFn: defineCustomElement$17,
2200
- inputs: ['component', 'tab'],
2233
+ defineCustomElementFn: defineCustomElement$18,
2234
+ inputs: ['component', 'mode', 'tab', 'theme'],
2201
2235
  methods: ['setActive']
2202
2236
  })
2203
2237
  ], IonTab);
@@ -2208,7 +2242,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2208
2242
  changeDetection: ChangeDetectionStrategy.OnPush,
2209
2243
  template: '<ng-content></ng-content>',
2210
2244
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2211
- inputs: ['component', 'tab'],
2245
+ inputs: ['component', 'mode', 'tab', 'theme'],
2212
2246
  standalone: true
2213
2247
  }]
2214
2248
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2221,12 +2255,12 @@ let IonTabBar = class IonTabBar {
2221
2255
  this.el = r.nativeElement;
2222
2256
  }
2223
2257
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2224
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, isStandalone: true, 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 });
2258
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", expand: "expand", mode: "mode", selectedTab: "selectedTab", shape: "shape", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2225
2259
  };
2226
2260
  IonTabBar = __decorate([
2227
2261
  ProxyCmp({
2228
- defineCustomElementFn: defineCustomElement$18,
2229
- inputs: ['color', 'mode', 'selectedTab', 'translucent']
2262
+ defineCustomElementFn: defineCustomElement$19,
2263
+ inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent']
2230
2264
  })
2231
2265
  ], IonTabBar);
2232
2266
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, decorators: [{
@@ -2236,7 +2270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2236
2270
  changeDetection: ChangeDetectionStrategy.OnPush,
2237
2271
  template: '<ng-content></ng-content>',
2238
2272
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2239
- inputs: ['color', 'mode', 'selectedTab', 'translucent'],
2273
+ inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent'],
2240
2274
  standalone: true
2241
2275
  }]
2242
2276
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2249,12 +2283,12 @@ let IonTabButton = class IonTabButton {
2249
2283
  this.el = r.nativeElement;
2250
2284
  }
2251
2285
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2252
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabButton, isStandalone: true, 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 });
2286
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabButton, isStandalone: true, 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 });
2253
2287
  };
2254
2288
  IonTabButton = __decorate([
2255
2289
  ProxyCmp({
2256
- defineCustomElementFn: defineCustomElement$19,
2257
- inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
2290
+ defineCustomElementFn: defineCustomElement$1a,
2291
+ inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'shape', 'tab', 'target', 'theme']
2258
2292
  })
2259
2293
  ], IonTabButton);
2260
2294
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabButton, decorators: [{
@@ -2264,7 +2298,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2264
2298
  changeDetection: ChangeDetectionStrategy.OnPush,
2265
2299
  template: '<ng-content></ng-content>',
2266
2300
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2267
- inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
2301
+ inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'shape', 'tab', 'target', 'theme'],
2268
2302
  standalone: true
2269
2303
  }]
2270
2304
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2277,12 +2311,12 @@ let IonText = class IonText {
2277
2311
  this.el = r.nativeElement;
2278
2312
  }
2279
2313
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2280
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2314
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2281
2315
  };
2282
2316
  IonText = __decorate([
2283
2317
  ProxyCmp({
2284
- defineCustomElementFn: defineCustomElement$1a,
2285
- inputs: ['color', 'mode']
2318
+ defineCustomElementFn: defineCustomElement$1b,
2319
+ inputs: ['color', 'mode', 'theme']
2286
2320
  })
2287
2321
  ], IonText);
2288
2322
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonText, decorators: [{
@@ -2292,7 +2326,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2292
2326
  changeDetection: ChangeDetectionStrategy.OnPush,
2293
2327
  template: '<ng-content></ng-content>',
2294
2328
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2295
- inputs: ['color', 'mode'],
2329
+ inputs: ['color', 'mode', 'theme'],
2296
2330
  standalone: true
2297
2331
  }]
2298
2332
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2305,11 +2339,12 @@ let IonThumbnail = class IonThumbnail {
2305
2339
  this.el = r.nativeElement;
2306
2340
  }
2307
2341
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2308
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2342
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2309
2343
  };
2310
2344
  IonThumbnail = __decorate([
2311
2345
  ProxyCmp({
2312
- defineCustomElementFn: defineCustomElement$1b
2346
+ defineCustomElementFn: defineCustomElement$1c,
2347
+ inputs: ['mode', 'theme']
2313
2348
  })
2314
2349
  ], IonThumbnail);
2315
2350
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonThumbnail, decorators: [{
@@ -2319,7 +2354,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2319
2354
  changeDetection: ChangeDetectionStrategy.OnPush,
2320
2355
  template: '<ng-content></ng-content>',
2321
2356
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2322
- inputs: [],
2357
+ inputs: ['mode', 'theme'],
2323
2358
  standalone: true
2324
2359
  }]
2325
2360
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2332,12 +2367,12 @@ let IonTitle = class IonTitle {
2332
2367
  this.el = r.nativeElement;
2333
2368
  }
2334
2369
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2335
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2370
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTitle, isStandalone: true, 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 });
2336
2371
  };
2337
2372
  IonTitle = __decorate([
2338
2373
  ProxyCmp({
2339
- defineCustomElementFn: defineCustomElement$1c,
2340
- inputs: ['color', 'size']
2374
+ defineCustomElementFn: defineCustomElement$1d,
2375
+ inputs: ['color', 'mode', 'size', 'theme']
2341
2376
  })
2342
2377
  ], IonTitle);
2343
2378
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTitle, decorators: [{
@@ -2347,7 +2382,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2347
2382
  changeDetection: ChangeDetectionStrategy.OnPush,
2348
2383
  template: '<ng-content></ng-content>',
2349
2384
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2350
- inputs: ['color', 'size'],
2385
+ inputs: ['color', 'mode', 'size', 'theme'],
2351
2386
  standalone: true
2352
2387
  }]
2353
2388
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2361,12 +2396,12 @@ let IonToast = class IonToast {
2361
2396
  proxyOutputs(this, this.el, ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
2362
2397
  }
2363
2398
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2364
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToast, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2399
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToast, isStandalone: true, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2365
2400
  };
2366
2401
  IonToast = __decorate([
2367
2402
  ProxyCmp({
2368
- defineCustomElementFn: defineCustomElement$1d,
2369
- inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
2403
+ defineCustomElementFn: defineCustomElement$1e,
2404
+ inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'hue', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger'],
2370
2405
  methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
2371
2406
  })
2372
2407
  ], IonToast);
@@ -2377,7 +2412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2377
2412
  changeDetection: ChangeDetectionStrategy.OnPush,
2378
2413
  template: '<ng-content></ng-content>',
2379
2414
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2380
- inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
2415
+ inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'hue', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'shape', 'swipeGesture', 'theme', 'translucent', 'trigger'],
2381
2416
  standalone: true
2382
2417
  }]
2383
2418
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2390,12 +2425,12 @@ let IonToolbar = class IonToolbar {
2390
2425
  this.el = r.nativeElement;
2391
2426
  }
2392
2427
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2393
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2428
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2394
2429
  };
2395
2430
  IonToolbar = __decorate([
2396
2431
  ProxyCmp({
2397
- defineCustomElementFn: defineCustomElement$1e,
2398
- inputs: ['color', 'mode']
2432
+ defineCustomElementFn: defineCustomElement$1f,
2433
+ inputs: ['color', 'mode', 'theme']
2399
2434
  })
2400
2435
  ], IonToolbar);
2401
2436
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonToolbar, decorators: [{
@@ -2405,7 +2440,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2405
2440
  changeDetection: ChangeDetectionStrategy.OnPush,
2406
2441
  template: '<ng-content></ng-content>',
2407
2442
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2408
- inputs: ['color', 'mode'],
2443
+ inputs: ['color', 'mode', 'theme'],
2409
2444
  standalone: true
2410
2445
  }]
2411
2446
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -2626,7 +2661,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2626
2661
  class LoadingController extends OverlayBaseController {
2627
2662
  constructor() {
2628
2663
  super(loadingController);
2629
- defineCustomElement$J();
2664
+ defineCustomElement$K();
2630
2665
  }
2631
2666
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2632
2667
  /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoadingController, providedIn: 'root' });
@@ -2658,7 +2693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2658
2693
  class PickerController extends OverlayBaseController {
2659
2694
  constructor() {
2660
2695
  super(pickerController);
2661
- defineCustomElement$S();
2696
+ defineCustomElement$T();
2662
2697
  }
2663
2698
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2664
2699
  /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, providedIn: 'root' });
@@ -2673,7 +2708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2673
2708
  class ToastController extends OverlayBaseController {
2674
2709
  constructor() {
2675
2710
  super(toastController);
2676
- defineCustomElement$1d();
2711
+ defineCustomElement$1e();
2677
2712
  }
2678
2713
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2679
2714
  /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastController, providedIn: 'root' });
@@ -2694,7 +2729,7 @@ let IonNav = class IonNav extends IonNav$1 {
2694
2729
  };
2695
2730
  IonNav = __decorate([
2696
2731
  ProxyCmp$1({
2697
- defineCustomElementFn: defineCustomElement$1f,
2732
+ defineCustomElementFn: defineCustomElement$1g,
2698
2733
  })
2699
2734
  ], IonNav);
2700
2735
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonNav, decorators: [{
@@ -2754,7 +2789,7 @@ let IonCheckbox = class IonCheckbox extends ValueAccessor {
2754
2789
  };
2755
2790
  IonCheckbox = __decorate([
2756
2791
  ProxyCmp({
2757
- defineCustomElementFn: defineCustomElement$1g,
2792
+ defineCustomElementFn: defineCustomElement$1h,
2758
2793
  inputs: CHECKBOX_INPUTS,
2759
2794
  })
2760
2795
  ], IonCheckbox);
@@ -2840,7 +2875,7 @@ let IonDatetime = class IonDatetime extends ValueAccessor {
2840
2875
  };
2841
2876
  IonDatetime = __decorate([
2842
2877
  ProxyCmp({
2843
- defineCustomElementFn: defineCustomElement$1h,
2878
+ defineCustomElementFn: defineCustomElement$1i,
2844
2879
  inputs: DATETIME_INPUTS,
2845
2880
  methods: ['confirm', 'reset', 'cancel'],
2846
2881
  })
@@ -2874,7 +2909,7 @@ let IonIcon = class IonIcon {
2874
2909
  };
2875
2910
  IonIcon = __decorate([
2876
2911
  ProxyCmp({
2877
- defineCustomElementFn: defineCustomElement$1i,
2912
+ defineCustomElementFn: defineCustomElement$1j,
2878
2913
  inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
2879
2914
  })
2880
2915
  ], IonIcon);
@@ -2974,7 +3009,7 @@ let IonInput = class IonInput extends ValueAccessor {
2974
3009
  };
2975
3010
  IonInput = __decorate([
2976
3011
  ProxyCmp({
2977
- defineCustomElementFn: defineCustomElement$1j,
3012
+ defineCustomElementFn: defineCustomElement$1k,
2978
3013
  inputs: INPUT_INPUTS,
2979
3014
  methods: ['setFocus', 'getInputElement'],
2980
3015
  })
@@ -3056,7 +3091,7 @@ let IonInputOtp = class IonInputOtp extends ValueAccessor {
3056
3091
  };
3057
3092
  IonInputOtp = __decorate([
3058
3093
  ProxyCmp({
3059
- defineCustomElementFn: defineCustomElement$1k,
3094
+ defineCustomElementFn: defineCustomElement$1l,
3060
3095
  inputs: INPUT_OTP_INPUTS,
3061
3096
  methods: ['setFocus'],
3062
3097
  })
@@ -3109,7 +3144,7 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
3109
3144
  };
3110
3145
  IonRadioGroup = __decorate([
3111
3146
  ProxyCmp({
3112
- defineCustomElementFn: defineCustomElement$1l,
3147
+ defineCustomElementFn: defineCustomElement$1m,
3113
3148
  inputs: RADIO_GROUP_INPUTS,
3114
3149
  })
3115
3150
  ], IonRadioGroup);
@@ -3179,7 +3214,7 @@ let IonRange = class IonRange extends ValueAccessor {
3179
3214
  };
3180
3215
  IonRange = __decorate([
3181
3216
  ProxyCmp({
3182
- defineCustomElementFn: defineCustomElement$1m,
3217
+ defineCustomElementFn: defineCustomElement$1n,
3183
3218
  inputs: RANGE_INPUTS,
3184
3219
  })
3185
3220
  ], IonRange);
@@ -3252,7 +3287,7 @@ let IonSearchbar = class IonSearchbar extends ValueAccessor {
3252
3287
  };
3253
3288
  IonSearchbar = __decorate([
3254
3289
  ProxyCmp({
3255
- defineCustomElementFn: defineCustomElement$1n,
3290
+ defineCustomElementFn: defineCustomElement$1o,
3256
3291
  inputs: SEARCHBAR_INPUTS,
3257
3292
  methods: ['setFocus', 'getInputElement'],
3258
3293
  })
@@ -3305,7 +3340,7 @@ let IonSegment = class IonSegment extends ValueAccessor {
3305
3340
  };
3306
3341
  IonSegment = __decorate([
3307
3342
  ProxyCmp({
3308
- defineCustomElementFn: defineCustomElement$1o,
3343
+ defineCustomElementFn: defineCustomElement$1p,
3309
3344
  inputs: SEGMENT_INPUTS,
3310
3345
  })
3311
3346
  ], IonSegment);
@@ -3380,7 +3415,7 @@ let IonSelect = class IonSelect extends ValueAccessor {
3380
3415
  };
3381
3416
  IonSelect = __decorate([
3382
3417
  ProxyCmp({
3383
- defineCustomElementFn: defineCustomElement$1p,
3418
+ defineCustomElementFn: defineCustomElement$1q,
3384
3419
  inputs: SELECT_INPUTS,
3385
3420
  methods: ['open'],
3386
3421
  })
@@ -3463,7 +3498,7 @@ let IonTextarea = class IonTextarea extends ValueAccessor {
3463
3498
  };
3464
3499
  IonTextarea = __decorate([
3465
3500
  ProxyCmp({
3466
- defineCustomElementFn: defineCustomElement$1q,
3501
+ defineCustomElementFn: defineCustomElement$1r,
3467
3502
  inputs: TEXTAREA_INPUTS,
3468
3503
  methods: ['setFocus', 'getInputElement'],
3469
3504
  })
@@ -3532,7 +3567,7 @@ let IonToggle = class IonToggle extends ValueAccessor {
3532
3567
  };
3533
3568
  IonToggle = __decorate([
3534
3569
  ProxyCmp({
3535
- defineCustomElementFn: defineCustomElement$1r,
3570
+ defineCustomElementFn: defineCustomElement$1s,
3536
3571
  inputs: TOGGLE_INPUTS,
3537
3572
  })
3538
3573
  ], IonToggle);
@@ -3556,5 +3591,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3556
3591
  * Generated bundle index. Do not edit.
3557
3592
  */
3558
3593
 
3559
- export { ActionSheetController, AlertController, AnimationController, GestureController, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterLink, IonRouterLinkWithHref, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LoadingController, MenuController, ModalController, PickerController, PopoverController, ToastController, provideIonicAngular };
3594
+ export { ActionSheetController, AlertController, AnimationController, GestureController, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonDivider, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPickerLegacy, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterLink, IonRouterLinkWithHref, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LoadingController, MenuController, ModalController, PickerController, PopoverController, ToastController, provideIonicAngular };
3560
3595
  //# sourceMappingURL=ionic-angular-standalone.mjs.map