@ionic/angular 8.8.9-dev.11779411201.1a483e09 → 8.8.9-dev.11780349068.18c33698
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.
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/display.css +1 -1
- package/css/display.css.map +1 -1
- package/css/flex-utils.css +1 -1
- package/css/flex-utils.css.map +1 -1
- package/css/float-elements.css.map +1 -1
- package/css/global.bundle.css.map +1 -1
- package/css/ionic-swiper.css +1 -1
- package/css/ionic-swiper.css.map +1 -1
- package/css/ionic.bundle.css +1 -1
- package/css/ionic.bundle.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/padding.css.map +1 -1
- package/css/palettes/dark.always.css.map +1 -1
- package/css/palettes/dark.class.css.map +1 -1
- package/css/palettes/dark.system.css.map +1 -1
- package/css/palettes/high-contrast-dark.always.css.map +1 -1
- package/css/palettes/high-contrast-dark.class.css.map +1 -1
- package/css/palettes/high-contrast-dark.system.css.map +1 -1
- package/css/palettes/high-contrast.always.css.map +1 -1
- package/css/palettes/high-contrast.class.css.map +1 -1
- package/css/palettes/high-contrast.system.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/text-alignment.css.map +1 -1
- package/css/text-transformation.css.map +1 -1
- package/css/typography.css.map +1 -1
- package/css/utils.bundle.css +1 -1
- package/css/utils.bundle.css.map +1 -1
- package/fesm2022/ionic-angular-common.mjs +68 -79
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +903 -882
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +1065 -744
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +11 -16
- package/schematics/add/index.js +27 -1
- package/schematics/utils/ast.js +1 -2
- package/schematics/utils/config.js +10 -11
- package/schematics/utils/package.js +1 -2
- package/types/ionic-angular-common.d.ts +1014 -0
- package/types/ionic-angular-standalone.d.ts +1560 -0
- package/{directives/proxies.d.ts → types/ionic-angular.d.ts} +642 -408
- package/app-initialize.d.ts +0 -3
- package/common/directives/control-value-accessors/index.d.ts +0 -1
- package/common/directives/control-value-accessors/value-accessor.d.ts +0 -36
- package/common/directives/navigation/back-button.d.ts +0 -23
- package/common/directives/navigation/nav-params.d.ts +0 -45
- package/common/directives/navigation/nav.d.ts +0 -21
- package/common/directives/navigation/router-link-delegate.d.ts +0 -60
- package/common/directives/navigation/router-outlet.d.ts +0 -104
- package/common/directives/navigation/stack-controller.d.ts +0 -42
- package/common/directives/navigation/stack-utils.d.ts +0 -38
- package/common/directives/navigation/tabs.d.ts +0 -83
- package/common/index.d.ts +0 -22
- package/common/overlays/modal.d.ts +0 -62
- package/common/overlays/popover.d.ts +0 -46
- package/common/providers/angular-delegate.d.ts +0 -28
- package/common/providers/config.d.ts +0 -11
- package/common/providers/dom-controller.d.ts +0 -16
- package/common/providers/menu-controller.d.ts +0 -78
- package/common/providers/nav-controller.d.ts +0 -116
- package/common/providers/platform.d.ts +0 -174
- package/common/types/interfaces.d.ts +0 -8
- package/common/types/ionic-lifecycle-hooks.d.ts +0 -27
- package/common/types/overlay-options.d.ts +0 -16
- package/common/utils/overlay.d.ts +0 -21
- package/common/utils/proxy.d.ts +0 -8
- package/common/utils/routing.d.ts +0 -28
- package/common/utils/util.d.ts +0 -1
- package/css/ionic/bundle.ionic.css +0 -1
- package/css/ionic/bundle.ionic.css.map +0 -1
- package/css/ionic/core.ionic.css +0 -1
- package/css/ionic/core.ionic.css.map +0 -1
- package/css/ionic/global.bundle.ionic.css +0 -1
- package/css/ionic/global.bundle.ionic.css.map +0 -1
- package/css/ionic/ionic-swiper.ionic.css +0 -1
- package/css/ionic/ionic-swiper.ionic.css.map +0 -1
- package/css/ionic/link.ionic.css +0 -1
- package/css/ionic/link.ionic.css.map +0 -1
- package/css/ionic/structure.ionic.css +0 -1
- package/css/ionic/structure.ionic.css.map +0 -1
- package/css/ionic/typography.ionic.css +0 -1
- package/css/ionic/typography.ionic.css.map +0 -1
- package/css/ionic/utils.bundle.ionic.css +0 -1
- package/css/ionic/utils.bundle.ionic.css.map +0 -1
- package/directives/angular-component-lib/utils.d.ts +0 -9
- package/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -10
- package/directives/control-value-accessors/index.d.ts +0 -4
- package/directives/control-value-accessors/numeric-value-accessor.d.ts +0 -11
- package/directives/control-value-accessors/select-value-accessor.d.ts +0 -9
- package/directives/control-value-accessors/text-value-accessor.d.ts +0 -9
- package/directives/navigation/ion-back-button.d.ts +0 -9
- package/directives/navigation/ion-nav.d.ts +0 -8
- package/directives/navigation/ion-router-outlet.d.ts +0 -25
- package/directives/navigation/ion-tabs.d.ts +0 -13
- package/directives/navigation/router-link-delegate.d.ts +0 -16
- package/directives/overlays/modal.d.ts +0 -6
- package/directives/overlays/popover.d.ts +0 -6
- package/directives/proxies-list.d.ts +0 -2
- package/directives/validators/index.d.ts +0 -2
- package/directives/validators/max-validator.d.ts +0 -12
- package/directives/validators/min-validator.d.ts +0 -12
- package/esm2022/app-initialize.mjs +0 -29
- package/esm2022/common/directives/control-value-accessors/index.mjs +0 -2
- package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +0 -153
- package/esm2022/common/directives/navigation/back-button.mjs +0 -61
- package/esm2022/common/directives/navigation/nav-params.mjs +0 -47
- package/esm2022/common/directives/navigation/nav.mjs +0 -49
- package/esm2022/common/directives/navigation/router-link-delegate.mjs +0 -156
- package/esm2022/common/directives/navigation/router-outlet.mjs +0 -480
- package/esm2022/common/directives/navigation/stack-controller.mjs +0 -280
- package/esm2022/common/directives/navigation/stack-utils.mjs +0 -73
- package/esm2022/common/directives/navigation/tabs.mjs +0 -279
- package/esm2022/common/index.mjs +0 -20
- package/esm2022/common/ionic-angular-common.mjs +0 -5
- package/esm2022/common/overlays/modal.mjs +0 -103
- package/esm2022/common/overlays/popover.mjs +0 -91
- package/esm2022/common/providers/angular-delegate.mjs +0 -203
- package/esm2022/common/providers/config.mjs +0 -45
- package/esm2022/common/providers/dom-controller.mjs +0 -45
- package/esm2022/common/providers/menu-controller.mjs +0 -114
- package/esm2022/common/providers/nav-controller.mjs +0 -235
- package/esm2022/common/providers/platform.mjs +0 -258
- package/esm2022/common/types/interfaces.mjs +0 -2
- package/esm2022/common/types/ionic-lifecycle-hooks.mjs +0 -5
- package/esm2022/common/types/overlay-options.mjs +0 -2
- package/esm2022/common/utils/overlay.mjs +0 -26
- package/esm2022/common/utils/proxy.mjs +0 -47
- package/esm2022/common/utils/routing.mjs +0 -55
- package/esm2022/common/utils/util.mjs +0 -10
- package/esm2022/directives/angular-component-lib/utils.mjs +0 -59
- package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +0 -42
- package/esm2022/directives/control-value-accessors/index.mjs +0 -5
- package/esm2022/directives/control-value-accessors/numeric-value-accessor.mjs +0 -50
- package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +0 -39
- package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +0 -38
- package/esm2022/directives/navigation/ion-back-button.mjs +0 -24
- package/esm2022/directives/navigation/ion-nav.mjs +0 -21
- package/esm2022/directives/navigation/ion-router-outlet.mjs +0 -52
- package/esm2022/directives/navigation/ion-tabs.mjs +0 -59
- package/esm2022/directives/navigation/router-link-delegate.mjs +0 -32
- package/esm2022/directives/overlays/modal.mjs +0 -22
- package/esm2022/directives/overlays/popover.mjs +0 -18
- package/esm2022/directives/proxies-list.mjs +0 -92
- package/esm2022/directives/proxies.mjs +0 -2438
- package/esm2022/directives/validators/index.mjs +0 -3
- package/esm2022/directives/validators/max-validator.mjs +0 -27
- package/esm2022/directives/validators/min-validator.mjs +0 -27
- package/esm2022/index.mjs +0 -32
- package/esm2022/ionic-angular.mjs +0 -5
- package/esm2022/ionic-module.mjs +0 -111
- package/esm2022/providers/action-sheet-controller.mjs +0 -19
- package/esm2022/providers/alert-controller.mjs +0 -19
- package/esm2022/providers/animation-controller.mjs +0 -38
- package/esm2022/providers/gesture-controller.mjs +0 -33
- package/esm2022/providers/loading-controller.mjs +0 -19
- package/esm2022/providers/menu-controller.mjs +0 -19
- package/esm2022/providers/modal-controller.mjs +0 -26
- package/esm2022/providers/picker-controller.mjs +0 -22
- package/esm2022/providers/popover-controller.mjs +0 -19
- package/esm2022/providers/toast-controller.mjs +0 -19
- package/esm2022/standalone/directives/angular-component-lib/utils.mjs +0 -59
- package/esm2022/standalone/directives/checkbox.mjs +0 -76
- package/esm2022/standalone/directives/datetime.mjs +0 -95
- package/esm2022/standalone/directives/icon.mjs +0 -35
- package/esm2022/standalone/directives/index.mjs +0 -13
- package/esm2022/standalone/directives/input-otp.mjs +0 -90
- package/esm2022/standalone/directives/input.mjs +0 -113
- package/esm2022/standalone/directives/proxies.mjs +0 -2326
- package/esm2022/standalone/directives/radio-group.mjs +0 -60
- package/esm2022/standalone/directives/range.mjs +0 -78
- package/esm2022/standalone/directives/searchbar.mjs +0 -82
- package/esm2022/standalone/directives/segment.mjs +0 -60
- package/esm2022/standalone/directives/select.mjs +0 -84
- package/esm2022/standalone/directives/textarea.mjs +0 -91
- package/esm2022/standalone/directives/toggle.mjs +0 -76
- package/esm2022/standalone/index.mjs +0 -25
- package/esm2022/standalone/ionic-angular-standalone.mjs +0 -5
- package/esm2022/standalone/navigation/back-button.mjs +0 -32
- package/esm2022/standalone/navigation/nav.mjs +0 -28
- package/esm2022/standalone/navigation/router-link-delegate.mjs +0 -28
- package/esm2022/standalone/navigation/router-outlet.mjs +0 -60
- package/esm2022/standalone/navigation/tabs.mjs +0 -58
- package/esm2022/standalone/overlays/modal.mjs +0 -32
- package/esm2022/standalone/overlays/popover.mjs +0 -28
- package/esm2022/standalone/providers/action-sheet-controller.mjs +0 -21
- package/esm2022/standalone/providers/alert-controller.mjs +0 -21
- package/esm2022/standalone/providers/animation-controller.mjs +0 -38
- package/esm2022/standalone/providers/gesture-controller.mjs +0 -33
- package/esm2022/standalone/providers/ionic-angular.mjs +0 -38
- package/esm2022/standalone/providers/loading-controller.mjs +0 -21
- package/esm2022/standalone/providers/menu-controller.mjs +0 -19
- package/esm2022/standalone/providers/modal-controller.mjs +0 -28
- package/esm2022/standalone/providers/picker-controller.mjs +0 -24
- package/esm2022/standalone/providers/popover-controller.mjs +0 -21
- package/esm2022/standalone/providers/toast-controller.mjs +0 -21
- package/index.d.ts +0 -27
- package/ionic-module.d.ts +0 -28
- package/providers/action-sheet-controller.d.ts +0 -8
- package/providers/alert-controller.d.ts +0 -8
- package/providers/animation-controller.d.ts +0 -25
- package/providers/gesture-controller.d.ts +0 -13
- package/providers/loading-controller.d.ts +0 -8
- package/providers/menu-controller.d.ts +0 -7
- package/providers/modal-controller.d.ts +0 -12
- package/providers/picker-controller.d.ts +0 -11
- package/providers/popover-controller.d.ts +0 -9
- package/providers/toast-controller.d.ts +0 -8
- package/standalone/directives/angular-component-lib/utils.d.ts +0 -9
- package/standalone/directives/checkbox.d.ts +0 -30
- package/standalone/directives/datetime.d.ts +0 -30
- package/standalone/directives/icon.d.ts +0 -9
- package/standalone/directives/index.d.ts +0 -12
- package/standalone/directives/input-otp.d.ts +0 -49
- package/standalone/directives/input.d.ts +0 -47
- package/standalone/directives/proxies.d.ts +0 -1053
- package/standalone/directives/radio-group.d.ts +0 -18
- package/standalone/directives/range.d.ts +0 -47
- package/standalone/directives/searchbar.d.ts +0 -45
- package/standalone/directives/segment.d.ts +0 -19
- package/standalone/directives/select.d.ts +0 -34
- package/standalone/directives/textarea.d.ts +0 -37
- package/standalone/directives/toggle.d.ts +0 -28
- package/standalone/index.d.ts +0 -23
- package/standalone/navigation/back-button.d.ts +0 -9
- package/standalone/navigation/nav.d.ts +0 -8
- package/standalone/navigation/router-link-delegate.d.ts +0 -10
- package/standalone/navigation/router-outlet.d.ts +0 -25
- package/standalone/navigation/tabs.d.ts +0 -13
- package/standalone/overlays/modal.d.ts +0 -6
- package/standalone/overlays/popover.d.ts +0 -6
- package/standalone/providers/action-sheet-controller.d.ts +0 -8
- package/standalone/providers/alert-controller.d.ts +0 -8
- package/standalone/providers/animation-controller.d.ts +0 -25
- package/standalone/providers/gesture-controller.d.ts +0 -13
- package/standalone/providers/ionic-angular.d.ts +0 -7
- package/standalone/providers/loading-controller.d.ts +0 -8
- package/standalone/providers/menu-controller.d.ts +0 -7
- package/standalone/providers/modal-controller.d.ts +0 -12
- package/standalone/providers/picker-controller.d.ts +0 -11
- package/standalone/providers/popover-controller.d.ts +0 -9
- package/standalone/providers/toast-controller.d.ts +0 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Directive,
|
|
2
|
+
import { HostListener, Directive, ChangeDetectionStrategy, Component, EventEmitter, Output, ViewContainerRef, ViewChild, Attribute, Optional, SkipSelf, ContentChildren, ContentChild, forwardRef, Injectable, inject, Injector, EnvironmentInjector, NgZone, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
3
3
|
import { NG_VALUE_ACCESSOR, NG_VALIDATORS, MaxValidator, MinValidator } from '@angular/forms';
|
|
4
4
|
import * as i2$1 from '@ionic/angular/common';
|
|
5
5
|
import { ValueAccessor, setIonicClasses, IonRouterOutlet as IonRouterOutlet$1, IonTabs as IonTabs$1, IonBackButton as IonBackButton$1, IonNav as IonNav$1, RouterLinkDelegateDirective as RouterLinkDelegateDirective$1, RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegateDirective$1, IonModal as IonModal$1, IonPopover as IonPopover$1, OverlayBaseController, MenuController as MenuController$1, AngularDelegate, raf, ConfigToken, provideComponentInputBinding } from '@ionic/angular/common';
|
|
@@ -9,7 +9,7 @@ import { fromEvent } from 'rxjs';
|
|
|
9
9
|
import * as i1 from '@angular/common';
|
|
10
10
|
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
11
11
|
import * as i2 from '@angular/router';
|
|
12
|
-
import { alertController, createAnimation, getTimeGivenProgression, actionSheetController, createGesture, loadingController, menuController, modalController,
|
|
12
|
+
import { alertController, createAnimation, getTimeGivenProgression, actionSheetController, createGesture, loadingController, menuController, modalController, popoverController, toastController, setupConfig } from '@ionic/core';
|
|
13
13
|
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getIonPageElement, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation, openURL } from '@ionic/core';
|
|
14
14
|
import { defineCustomElements } from '@ionic/core/loader';
|
|
15
15
|
|
|
@@ -24,8 +24,8 @@ class BooleanValueAccessorDirective extends ValueAccessor {
|
|
|
24
24
|
_handleIonChange(el) {
|
|
25
25
|
this.handleValueChange(el, el.checked);
|
|
26
26
|
}
|
|
27
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
28
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
27
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: BooleanValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: BooleanValueAccessorDirective, isStandalone: false, selector: "ion-checkbox,ion-toggle", host: { listeners: { "ionChange": "_handleIonChange($event.target)" } }, providers: [
|
|
29
29
|
{
|
|
30
30
|
provide: NG_VALUE_ACCESSOR,
|
|
31
31
|
useExisting: BooleanValueAccessorDirective,
|
|
@@ -33,9 +33,10 @@ class BooleanValueAccessorDirective extends ValueAccessor {
|
|
|
33
33
|
},
|
|
34
34
|
], usesInheritance: true, ngImport: i0 });
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: BooleanValueAccessorDirective, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
|
+
standalone: false,
|
|
39
40
|
selector: 'ion-checkbox,ion-toggle',
|
|
40
41
|
providers: [
|
|
41
42
|
{
|
|
@@ -45,7 +46,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
45
46
|
},
|
|
46
47
|
],
|
|
47
48
|
}]
|
|
48
|
-
}], ctorParameters:
|
|
49
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleIonChange: [{
|
|
49
50
|
type: HostListener,
|
|
50
51
|
args: ['ionChange', ['$event.target']]
|
|
51
52
|
}] } });
|
|
@@ -69,8 +70,8 @@ class NumericValueAccessorDirective extends ValueAccessor {
|
|
|
69
70
|
super.registerOnChange(fn);
|
|
70
71
|
}
|
|
71
72
|
}
|
|
72
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
73
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
73
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: NumericValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
74
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: NumericValueAccessorDirective, isStandalone: false, selector: "ion-input[type=number],ion-input-otp:not([type=text]),ion-range", host: { listeners: { "ionInput": "handleInputEvent($event.target)" } }, providers: [
|
|
74
75
|
{
|
|
75
76
|
provide: NG_VALUE_ACCESSOR,
|
|
76
77
|
useExisting: NumericValueAccessorDirective,
|
|
@@ -78,9 +79,10 @@ class NumericValueAccessorDirective extends ValueAccessor {
|
|
|
78
79
|
},
|
|
79
80
|
], usesInheritance: true, ngImport: i0 });
|
|
80
81
|
}
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
82
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: NumericValueAccessorDirective, decorators: [{
|
|
82
83
|
type: Directive,
|
|
83
84
|
args: [{
|
|
85
|
+
standalone: false,
|
|
84
86
|
selector: 'ion-input[type=number],ion-input-otp:not([type=text]),ion-range',
|
|
85
87
|
providers: [
|
|
86
88
|
{
|
|
@@ -90,7 +92,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
90
92
|
},
|
|
91
93
|
],
|
|
92
94
|
}]
|
|
93
|
-
}], ctorParameters:
|
|
95
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
94
96
|
type: HostListener,
|
|
95
97
|
args: ['ionInput', ['$event.target']]
|
|
96
98
|
}] } });
|
|
@@ -102,8 +104,8 @@ class SelectValueAccessorDirective extends ValueAccessor {
|
|
|
102
104
|
_handleChangeEvent(el) {
|
|
103
105
|
this.handleValueChange(el, el.value);
|
|
104
106
|
}
|
|
105
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
106
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
107
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: SelectValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
108
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: SelectValueAccessorDirective, isStandalone: false, selector: "ion-select, ion-radio-group, ion-segment, ion-datetime", host: { listeners: { "ionChange": "_handleChangeEvent($event.target)" } }, providers: [
|
|
107
109
|
{
|
|
108
110
|
provide: NG_VALUE_ACCESSOR,
|
|
109
111
|
useExisting: SelectValueAccessorDirective,
|
|
@@ -111,9 +113,10 @@ class SelectValueAccessorDirective extends ValueAccessor {
|
|
|
111
113
|
},
|
|
112
114
|
], usesInheritance: true, ngImport: i0 });
|
|
113
115
|
}
|
|
114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: SelectValueAccessorDirective, decorators: [{
|
|
115
117
|
type: Directive,
|
|
116
118
|
args: [{
|
|
119
|
+
standalone: false,
|
|
117
120
|
/* tslint:disable-next-line:directive-selector */
|
|
118
121
|
selector: 'ion-select, ion-radio-group, ion-segment, ion-datetime',
|
|
119
122
|
providers: [
|
|
@@ -124,7 +127,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
124
127
|
},
|
|
125
128
|
],
|
|
126
129
|
}]
|
|
127
|
-
}], ctorParameters:
|
|
130
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleChangeEvent: [{
|
|
128
131
|
type: HostListener,
|
|
129
132
|
args: ['ionChange', ['$event.target']]
|
|
130
133
|
}] } });
|
|
@@ -136,8 +139,8 @@ class TextValueAccessorDirective extends ValueAccessor {
|
|
|
136
139
|
_handleInputEvent(el) {
|
|
137
140
|
this.handleValueChange(el, el.value);
|
|
138
141
|
}
|
|
139
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
140
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
142
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: TextValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
143
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: TextValueAccessorDirective, isStandalone: false, selector: "ion-input:not([type=number]),ion-input-otp[type=text],ion-textarea,ion-searchbar", host: { listeners: { "ionInput": "_handleInputEvent($event.target)" } }, providers: [
|
|
141
144
|
{
|
|
142
145
|
provide: NG_VALUE_ACCESSOR,
|
|
143
146
|
useExisting: TextValueAccessorDirective,
|
|
@@ -145,9 +148,10 @@ class TextValueAccessorDirective extends ValueAccessor {
|
|
|
145
148
|
},
|
|
146
149
|
], usesInheritance: true, ngImport: i0 });
|
|
147
150
|
}
|
|
148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: TextValueAccessorDirective, decorators: [{
|
|
149
152
|
type: Directive,
|
|
150
153
|
args: [{
|
|
154
|
+
standalone: false,
|
|
151
155
|
selector: 'ion-input:not([type=number]),ion-input-otp[type=text],ion-textarea,ion-searchbar',
|
|
152
156
|
providers: [
|
|
153
157
|
{
|
|
@@ -157,7 +161,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
157
161
|
},
|
|
158
162
|
],
|
|
159
163
|
}]
|
|
160
|
-
}], ctorParameters:
|
|
164
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleInputEvent: [{
|
|
161
165
|
type: HostListener,
|
|
162
166
|
args: ['ionInput', ['$event.target']]
|
|
163
167
|
}] } });
|
|
@@ -228,107 +232,162 @@ let IonAccordion = class IonAccordion {
|
|
|
228
232
|
c.detach();
|
|
229
233
|
this.el = r.nativeElement;
|
|
230
234
|
}
|
|
231
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
232
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
235
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
236
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonAccordion, isStandalone: false, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
233
237
|
};
|
|
234
238
|
IonAccordion = __decorate([
|
|
235
239
|
ProxyCmp({
|
|
236
|
-
inputs: ['disabled', 'mode', 'readonly', '
|
|
240
|
+
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
|
|
237
241
|
})
|
|
238
242
|
], IonAccordion);
|
|
239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAccordion, decorators: [{
|
|
240
244
|
type: Component,
|
|
241
245
|
args: [{
|
|
242
246
|
selector: 'ion-accordion',
|
|
243
247
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
244
248
|
template: '<ng-content></ng-content>',
|
|
245
249
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
246
|
-
inputs: ['disabled', 'mode', 'readonly', '
|
|
250
|
+
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
|
|
251
|
+
standalone: false
|
|
247
252
|
}]
|
|
248
|
-
}], ctorParameters:
|
|
253
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
249
254
|
let IonAccordionGroup = class IonAccordionGroup {
|
|
250
255
|
z;
|
|
251
256
|
el;
|
|
257
|
+
ionChange = new EventEmitter();
|
|
252
258
|
constructor(c, r, z) {
|
|
253
259
|
this.z = z;
|
|
254
260
|
c.detach();
|
|
255
261
|
this.el = r.nativeElement;
|
|
256
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
257
262
|
}
|
|
258
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
259
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
263
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
264
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonAccordionGroup, isStandalone: false, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
260
265
|
};
|
|
261
266
|
IonAccordionGroup = __decorate([
|
|
262
267
|
ProxyCmp({
|
|
263
|
-
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', '
|
|
268
|
+
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
|
|
264
269
|
})
|
|
265
270
|
], IonAccordionGroup);
|
|
266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAccordionGroup, decorators: [{
|
|
267
272
|
type: Component,
|
|
268
273
|
args: [{
|
|
269
274
|
selector: 'ion-accordion-group',
|
|
270
275
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
271
276
|
template: '<ng-content></ng-content>',
|
|
272
277
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
273
|
-
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', '
|
|
278
|
+
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
|
|
279
|
+
outputs: ['ionChange'],
|
|
280
|
+
standalone: false
|
|
274
281
|
}]
|
|
275
|
-
}], ctorParameters:
|
|
282
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
283
|
+
type: Output
|
|
284
|
+
}] } });
|
|
276
285
|
let IonActionSheet = class IonActionSheet {
|
|
277
286
|
z;
|
|
278
287
|
el;
|
|
288
|
+
ionActionSheetDidPresent = new EventEmitter();
|
|
289
|
+
ionActionSheetWillPresent = new EventEmitter();
|
|
290
|
+
ionActionSheetWillDismiss = new EventEmitter();
|
|
291
|
+
ionActionSheetDidDismiss = new EventEmitter();
|
|
292
|
+
didPresent = new EventEmitter();
|
|
293
|
+
willPresent = new EventEmitter();
|
|
294
|
+
willDismiss = new EventEmitter();
|
|
295
|
+
didDismiss = new EventEmitter();
|
|
279
296
|
constructor(c, r, z) {
|
|
280
297
|
this.z = z;
|
|
281
298
|
c.detach();
|
|
282
299
|
this.el = r.nativeElement;
|
|
283
|
-
proxyOutputs(this, this.el, ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
284
300
|
}
|
|
285
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
286
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
301
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
302
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonActionSheet, isStandalone: false, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionActionSheetDidPresent: "ionActionSheetDidPresent", ionActionSheetWillPresent: "ionActionSheetWillPresent", ionActionSheetWillDismiss: "ionActionSheetWillDismiss", ionActionSheetDidDismiss: "ionActionSheetDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
287
303
|
};
|
|
288
304
|
IonActionSheet = __decorate([
|
|
289
305
|
ProxyCmp({
|
|
290
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', '
|
|
306
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
291
307
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
292
308
|
})
|
|
293
309
|
], IonActionSheet);
|
|
294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonActionSheet, decorators: [{
|
|
295
311
|
type: Component,
|
|
296
312
|
args: [{
|
|
297
313
|
selector: 'ion-action-sheet',
|
|
298
314
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
299
315
|
template: '<ng-content></ng-content>',
|
|
300
316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
301
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', '
|
|
302
|
-
|
|
303
|
-
|
|
317
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
318
|
+
outputs: ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
319
|
+
standalone: false
|
|
320
|
+
}]
|
|
321
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionActionSheetDidPresent: [{
|
|
322
|
+
type: Output
|
|
323
|
+
}], ionActionSheetWillPresent: [{
|
|
324
|
+
type: Output
|
|
325
|
+
}], ionActionSheetWillDismiss: [{
|
|
326
|
+
type: Output
|
|
327
|
+
}], ionActionSheetDidDismiss: [{
|
|
328
|
+
type: Output
|
|
329
|
+
}], didPresent: [{
|
|
330
|
+
type: Output
|
|
331
|
+
}], willPresent: [{
|
|
332
|
+
type: Output
|
|
333
|
+
}], willDismiss: [{
|
|
334
|
+
type: Output
|
|
335
|
+
}], didDismiss: [{
|
|
336
|
+
type: Output
|
|
337
|
+
}] } });
|
|
304
338
|
let IonAlert = class IonAlert {
|
|
305
339
|
z;
|
|
306
340
|
el;
|
|
341
|
+
ionAlertDidPresent = new EventEmitter();
|
|
342
|
+
ionAlertWillPresent = new EventEmitter();
|
|
343
|
+
ionAlertWillDismiss = new EventEmitter();
|
|
344
|
+
ionAlertDidDismiss = new EventEmitter();
|
|
345
|
+
didPresent = new EventEmitter();
|
|
346
|
+
willPresent = new EventEmitter();
|
|
347
|
+
willDismiss = new EventEmitter();
|
|
348
|
+
didDismiss = new EventEmitter();
|
|
307
349
|
constructor(c, r, z) {
|
|
308
350
|
this.z = z;
|
|
309
351
|
c.detach();
|
|
310
352
|
this.el = r.nativeElement;
|
|
311
|
-
proxyOutputs(this, this.el, ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
312
353
|
}
|
|
313
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
314
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
354
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
355
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonAlert, isStandalone: false, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionAlertDidPresent: "ionAlertDidPresent", ionAlertWillPresent: "ionAlertWillPresent", ionAlertWillDismiss: "ionAlertWillDismiss", ionAlertDidDismiss: "ionAlertDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
315
356
|
};
|
|
316
357
|
IonAlert = __decorate([
|
|
317
358
|
ProxyCmp({
|
|
318
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', '
|
|
359
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
319
360
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
320
361
|
})
|
|
321
362
|
], IonAlert);
|
|
322
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAlert, decorators: [{
|
|
323
364
|
type: Component,
|
|
324
365
|
args: [{
|
|
325
366
|
selector: 'ion-alert',
|
|
326
367
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
327
368
|
template: '<ng-content></ng-content>',
|
|
328
369
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
329
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', '
|
|
330
|
-
|
|
331
|
-
|
|
370
|
+
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
371
|
+
outputs: ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
372
|
+
standalone: false
|
|
373
|
+
}]
|
|
374
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionAlertDidPresent: [{
|
|
375
|
+
type: Output
|
|
376
|
+
}], ionAlertWillPresent: [{
|
|
377
|
+
type: Output
|
|
378
|
+
}], ionAlertWillDismiss: [{
|
|
379
|
+
type: Output
|
|
380
|
+
}], ionAlertDidDismiss: [{
|
|
381
|
+
type: Output
|
|
382
|
+
}], didPresent: [{
|
|
383
|
+
type: Output
|
|
384
|
+
}], willPresent: [{
|
|
385
|
+
type: Output
|
|
386
|
+
}], willDismiss: [{
|
|
387
|
+
type: Output
|
|
388
|
+
}], didDismiss: [{
|
|
389
|
+
type: Output
|
|
390
|
+
}] } });
|
|
332
391
|
let IonApp = class IonApp {
|
|
333
392
|
z;
|
|
334
393
|
el;
|
|
@@ -337,25 +396,25 @@ let IonApp = class IonApp {
|
|
|
337
396
|
c.detach();
|
|
338
397
|
this.el = r.nativeElement;
|
|
339
398
|
}
|
|
340
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
341
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
399
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
400
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonApp, isStandalone: false, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
342
401
|
};
|
|
343
402
|
IonApp = __decorate([
|
|
344
403
|
ProxyCmp({
|
|
345
|
-
inputs: ['mode', 'theme'],
|
|
346
404
|
methods: ['setFocus']
|
|
347
405
|
})
|
|
348
406
|
], IonApp);
|
|
349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonApp, decorators: [{
|
|
350
408
|
type: Component,
|
|
351
409
|
args: [{
|
|
352
410
|
selector: 'ion-app',
|
|
353
411
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
354
412
|
template: '<ng-content></ng-content>',
|
|
355
413
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
356
|
-
inputs: [
|
|
414
|
+
inputs: [],
|
|
415
|
+
standalone: false
|
|
357
416
|
}]
|
|
358
|
-
}], ctorParameters:
|
|
417
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
359
418
|
let IonAvatar = class IonAvatar {
|
|
360
419
|
z;
|
|
361
420
|
el;
|
|
@@ -364,51 +423,54 @@ let IonAvatar = class IonAvatar {
|
|
|
364
423
|
c.detach();
|
|
365
424
|
this.el = r.nativeElement;
|
|
366
425
|
}
|
|
367
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
368
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
426
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
427
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonAvatar, isStandalone: false, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
369
428
|
};
|
|
370
429
|
IonAvatar = __decorate([
|
|
371
|
-
ProxyCmp({
|
|
372
|
-
inputs: ['disabled', 'mode', 'shape', 'size', 'theme']
|
|
373
|
-
})
|
|
430
|
+
ProxyCmp({})
|
|
374
431
|
], IonAvatar);
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAvatar, decorators: [{
|
|
376
433
|
type: Component,
|
|
377
434
|
args: [{
|
|
378
435
|
selector: 'ion-avatar',
|
|
379
436
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
380
437
|
template: '<ng-content></ng-content>',
|
|
381
438
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
382
|
-
inputs: [
|
|
439
|
+
inputs: [],
|
|
440
|
+
standalone: false
|
|
383
441
|
}]
|
|
384
|
-
}], ctorParameters:
|
|
442
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
385
443
|
let IonBackdrop = class IonBackdrop {
|
|
386
444
|
z;
|
|
387
445
|
el;
|
|
446
|
+
ionBackdropTap = new EventEmitter();
|
|
388
447
|
constructor(c, r, z) {
|
|
389
448
|
this.z = z;
|
|
390
449
|
c.detach();
|
|
391
450
|
this.el = r.nativeElement;
|
|
392
|
-
proxyOutputs(this, this.el, ['ionBackdropTap']);
|
|
393
451
|
}
|
|
394
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
395
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
452
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
453
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBackdrop, isStandalone: false, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, outputs: { ionBackdropTap: "ionBackdropTap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
396
454
|
};
|
|
397
455
|
IonBackdrop = __decorate([
|
|
398
456
|
ProxyCmp({
|
|
399
|
-
inputs: ['
|
|
457
|
+
inputs: ['stopPropagation', 'tappable', 'visible']
|
|
400
458
|
})
|
|
401
459
|
], IonBackdrop);
|
|
402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBackdrop, decorators: [{
|
|
403
461
|
type: Component,
|
|
404
462
|
args: [{
|
|
405
463
|
selector: 'ion-backdrop',
|
|
406
464
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
407
465
|
template: '<ng-content></ng-content>',
|
|
408
466
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
409
|
-
inputs: ['
|
|
467
|
+
inputs: ['stopPropagation', 'tappable', 'visible'],
|
|
468
|
+
outputs: ['ionBackdropTap'],
|
|
469
|
+
standalone: false
|
|
410
470
|
}]
|
|
411
|
-
}], ctorParameters:
|
|
471
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionBackdropTap: [{
|
|
472
|
+
type: Output
|
|
473
|
+
}] } });
|
|
412
474
|
let IonBadge = class IonBadge {
|
|
413
475
|
z;
|
|
414
476
|
el;
|
|
@@ -417,105 +479,124 @@ let IonBadge = class IonBadge {
|
|
|
417
479
|
c.detach();
|
|
418
480
|
this.el = r.nativeElement;
|
|
419
481
|
}
|
|
420
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
421
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
482
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
483
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBadge, isStandalone: false, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
422
484
|
};
|
|
423
485
|
IonBadge = __decorate([
|
|
424
486
|
ProxyCmp({
|
|
425
|
-
inputs: ['color', '
|
|
487
|
+
inputs: ['color', 'mode']
|
|
426
488
|
})
|
|
427
489
|
], IonBadge);
|
|
428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBadge, decorators: [{
|
|
429
491
|
type: Component,
|
|
430
492
|
args: [{
|
|
431
493
|
selector: 'ion-badge',
|
|
432
494
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
433
495
|
template: '<ng-content></ng-content>',
|
|
434
496
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
435
|
-
inputs: ['color', '
|
|
497
|
+
inputs: ['color', 'mode'],
|
|
498
|
+
standalone: false
|
|
436
499
|
}]
|
|
437
|
-
}], ctorParameters:
|
|
500
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
438
501
|
let IonBreadcrumb = class IonBreadcrumb {
|
|
439
502
|
z;
|
|
440
503
|
el;
|
|
504
|
+
ionFocus = new EventEmitter();
|
|
505
|
+
ionBlur = new EventEmitter();
|
|
441
506
|
constructor(c, r, z) {
|
|
442
507
|
this.z = z;
|
|
443
508
|
c.detach();
|
|
444
509
|
this.el = r.nativeElement;
|
|
445
|
-
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
446
510
|
}
|
|
447
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
448
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
511
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
512
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBreadcrumb, isStandalone: false, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
449
513
|
};
|
|
450
514
|
IonBreadcrumb = __decorate([
|
|
451
515
|
ProxyCmp({
|
|
452
|
-
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'
|
|
516
|
+
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
|
|
453
517
|
})
|
|
454
518
|
], IonBreadcrumb);
|
|
455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBreadcrumb, decorators: [{
|
|
456
520
|
type: Component,
|
|
457
521
|
args: [{
|
|
458
522
|
selector: 'ion-breadcrumb',
|
|
459
523
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
460
524
|
template: '<ng-content></ng-content>',
|
|
461
525
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
462
|
-
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'
|
|
526
|
+
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
|
|
527
|
+
outputs: ['ionFocus', 'ionBlur'],
|
|
528
|
+
standalone: false
|
|
463
529
|
}]
|
|
464
|
-
}], ctorParameters:
|
|
530
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
531
|
+
type: Output
|
|
532
|
+
}], ionBlur: [{
|
|
533
|
+
type: Output
|
|
534
|
+
}] } });
|
|
465
535
|
let IonBreadcrumbs = class IonBreadcrumbs {
|
|
466
536
|
z;
|
|
467
537
|
el;
|
|
538
|
+
ionCollapsedClick = new EventEmitter();
|
|
468
539
|
constructor(c, r, z) {
|
|
469
540
|
this.z = z;
|
|
470
541
|
c.detach();
|
|
471
542
|
this.el = r.nativeElement;
|
|
472
|
-
proxyOutputs(this, this.el, ['ionCollapsedClick']);
|
|
473
543
|
}
|
|
474
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
475
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
544
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
545
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBreadcrumbs, isStandalone: false, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode" }, outputs: { ionCollapsedClick: "ionCollapsedClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
476
546
|
};
|
|
477
547
|
IonBreadcrumbs = __decorate([
|
|
478
548
|
ProxyCmp({
|
|
479
|
-
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'
|
|
549
|
+
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
|
|
480
550
|
})
|
|
481
551
|
], IonBreadcrumbs);
|
|
482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBreadcrumbs, decorators: [{
|
|
483
553
|
type: Component,
|
|
484
554
|
args: [{
|
|
485
555
|
selector: 'ion-breadcrumbs',
|
|
486
556
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
487
557
|
template: '<ng-content></ng-content>',
|
|
488
558
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
489
|
-
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'
|
|
559
|
+
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
|
|
560
|
+
outputs: ['ionCollapsedClick'],
|
|
561
|
+
standalone: false
|
|
490
562
|
}]
|
|
491
|
-
}], ctorParameters:
|
|
563
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionCollapsedClick: [{
|
|
564
|
+
type: Output
|
|
565
|
+
}] } });
|
|
492
566
|
let IonButton = class IonButton {
|
|
493
567
|
z;
|
|
494
568
|
el;
|
|
569
|
+
ionFocus = new EventEmitter();
|
|
570
|
+
ionBlur = new EventEmitter();
|
|
495
571
|
constructor(c, r, z) {
|
|
496
572
|
this.z = z;
|
|
497
573
|
c.detach();
|
|
498
574
|
this.el = r.nativeElement;
|
|
499
|
-
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
500
575
|
}
|
|
501
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
502
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
576
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
577
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonButton, isStandalone: false, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
503
578
|
};
|
|
504
579
|
IonButton = __decorate([
|
|
505
580
|
ProxyCmp({
|
|
506
|
-
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', '
|
|
581
|
+
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
|
|
507
582
|
})
|
|
508
583
|
], IonButton);
|
|
509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonButton, decorators: [{
|
|
510
585
|
type: Component,
|
|
511
586
|
args: [{
|
|
512
587
|
selector: 'ion-button',
|
|
513
588
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
514
589
|
template: '<ng-content></ng-content>',
|
|
515
590
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
516
|
-
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', '
|
|
591
|
+
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
|
|
592
|
+
outputs: ['ionFocus', 'ionBlur'],
|
|
593
|
+
standalone: false
|
|
517
594
|
}]
|
|
518
|
-
}], ctorParameters:
|
|
595
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
596
|
+
type: Output
|
|
597
|
+
}], ionBlur: [{
|
|
598
|
+
type: Output
|
|
599
|
+
}] } });
|
|
519
600
|
let IonButtons = class IonButtons {
|
|
520
601
|
z;
|
|
521
602
|
el;
|
|
@@ -524,24 +605,25 @@ let IonButtons = class IonButtons {
|
|
|
524
605
|
c.detach();
|
|
525
606
|
this.el = r.nativeElement;
|
|
526
607
|
}
|
|
527
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
528
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
608
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
609
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonButtons, isStandalone: false, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
529
610
|
};
|
|
530
611
|
IonButtons = __decorate([
|
|
531
612
|
ProxyCmp({
|
|
532
|
-
inputs: ['collapse'
|
|
613
|
+
inputs: ['collapse']
|
|
533
614
|
})
|
|
534
615
|
], IonButtons);
|
|
535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonButtons, decorators: [{
|
|
536
617
|
type: Component,
|
|
537
618
|
args: [{
|
|
538
619
|
selector: 'ion-buttons',
|
|
539
620
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
540
621
|
template: '<ng-content></ng-content>',
|
|
541
622
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
542
|
-
inputs: ['collapse'
|
|
623
|
+
inputs: ['collapse'],
|
|
624
|
+
standalone: false
|
|
543
625
|
}]
|
|
544
|
-
}], ctorParameters:
|
|
626
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
545
627
|
let IonCard = class IonCard {
|
|
546
628
|
z;
|
|
547
629
|
el;
|
|
@@ -550,24 +632,25 @@ let IonCard = class IonCard {
|
|
|
550
632
|
c.detach();
|
|
551
633
|
this.el = r.nativeElement;
|
|
552
634
|
}
|
|
553
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
554
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
635
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
636
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCard, isStandalone: false, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
555
637
|
};
|
|
556
638
|
IonCard = __decorate([
|
|
557
639
|
ProxyCmp({
|
|
558
|
-
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', '
|
|
640
|
+
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
559
641
|
})
|
|
560
642
|
], IonCard);
|
|
561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCard, decorators: [{
|
|
562
644
|
type: Component,
|
|
563
645
|
args: [{
|
|
564
646
|
selector: 'ion-card',
|
|
565
647
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
566
648
|
template: '<ng-content></ng-content>',
|
|
567
649
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
568
|
-
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', '
|
|
650
|
+
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
651
|
+
standalone: false
|
|
569
652
|
}]
|
|
570
|
-
}], ctorParameters:
|
|
653
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
571
654
|
let IonCardContent = class IonCardContent {
|
|
572
655
|
z;
|
|
573
656
|
el;
|
|
@@ -576,24 +659,25 @@ let IonCardContent = class IonCardContent {
|
|
|
576
659
|
c.detach();
|
|
577
660
|
this.el = r.nativeElement;
|
|
578
661
|
}
|
|
579
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
580
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
662
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
663
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCardContent, isStandalone: false, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
581
664
|
};
|
|
582
665
|
IonCardContent = __decorate([
|
|
583
666
|
ProxyCmp({
|
|
584
|
-
inputs: ['mode'
|
|
667
|
+
inputs: ['mode']
|
|
585
668
|
})
|
|
586
669
|
], IonCardContent);
|
|
587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardContent, decorators: [{
|
|
588
671
|
type: Component,
|
|
589
672
|
args: [{
|
|
590
673
|
selector: 'ion-card-content',
|
|
591
674
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
592
675
|
template: '<ng-content></ng-content>',
|
|
593
676
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
594
|
-
inputs: ['mode'
|
|
677
|
+
inputs: ['mode'],
|
|
678
|
+
standalone: false
|
|
595
679
|
}]
|
|
596
|
-
}], ctorParameters:
|
|
680
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
597
681
|
let IonCardHeader = class IonCardHeader {
|
|
598
682
|
z;
|
|
599
683
|
el;
|
|
@@ -602,24 +686,25 @@ let IonCardHeader = class IonCardHeader {
|
|
|
602
686
|
c.detach();
|
|
603
687
|
this.el = r.nativeElement;
|
|
604
688
|
}
|
|
605
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
606
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
689
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
690
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCardHeader, isStandalone: false, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
607
691
|
};
|
|
608
692
|
IonCardHeader = __decorate([
|
|
609
693
|
ProxyCmp({
|
|
610
|
-
inputs: ['color', 'mode', '
|
|
694
|
+
inputs: ['color', 'mode', 'translucent']
|
|
611
695
|
})
|
|
612
696
|
], IonCardHeader);
|
|
613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardHeader, decorators: [{
|
|
614
698
|
type: Component,
|
|
615
699
|
args: [{
|
|
616
700
|
selector: 'ion-card-header',
|
|
617
701
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
618
702
|
template: '<ng-content></ng-content>',
|
|
619
703
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
620
|
-
inputs: ['color', 'mode', '
|
|
704
|
+
inputs: ['color', 'mode', 'translucent'],
|
|
705
|
+
standalone: false
|
|
621
706
|
}]
|
|
622
|
-
}], ctorParameters:
|
|
707
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
623
708
|
let IonCardSubtitle = class IonCardSubtitle {
|
|
624
709
|
z;
|
|
625
710
|
el;
|
|
@@ -628,24 +713,25 @@ let IonCardSubtitle = class IonCardSubtitle {
|
|
|
628
713
|
c.detach();
|
|
629
714
|
this.el = r.nativeElement;
|
|
630
715
|
}
|
|
631
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
632
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
716
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
717
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCardSubtitle, isStandalone: false, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
633
718
|
};
|
|
634
719
|
IonCardSubtitle = __decorate([
|
|
635
720
|
ProxyCmp({
|
|
636
|
-
inputs: ['color', 'mode'
|
|
721
|
+
inputs: ['color', 'mode']
|
|
637
722
|
})
|
|
638
723
|
], IonCardSubtitle);
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardSubtitle, decorators: [{
|
|
640
725
|
type: Component,
|
|
641
726
|
args: [{
|
|
642
727
|
selector: 'ion-card-subtitle',
|
|
643
728
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
644
729
|
template: '<ng-content></ng-content>',
|
|
645
730
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
646
|
-
inputs: ['color', 'mode'
|
|
731
|
+
inputs: ['color', 'mode'],
|
|
732
|
+
standalone: false
|
|
647
733
|
}]
|
|
648
|
-
}], ctorParameters:
|
|
734
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
649
735
|
let IonCardTitle = class IonCardTitle {
|
|
650
736
|
z;
|
|
651
737
|
el;
|
|
@@ -654,51 +740,62 @@ let IonCardTitle = class IonCardTitle {
|
|
|
654
740
|
c.detach();
|
|
655
741
|
this.el = r.nativeElement;
|
|
656
742
|
}
|
|
657
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
658
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
743
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardTitle, 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: "21.2.14", type: IonCardTitle, isStandalone: false, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
659
745
|
};
|
|
660
746
|
IonCardTitle = __decorate([
|
|
661
747
|
ProxyCmp({
|
|
662
|
-
inputs: ['color', 'mode'
|
|
748
|
+
inputs: ['color', 'mode']
|
|
663
749
|
})
|
|
664
750
|
], IonCardTitle);
|
|
665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardTitle, decorators: [{
|
|
666
752
|
type: Component,
|
|
667
753
|
args: [{
|
|
668
754
|
selector: 'ion-card-title',
|
|
669
755
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
670
756
|
template: '<ng-content></ng-content>',
|
|
671
757
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
672
|
-
inputs: ['color', 'mode'
|
|
758
|
+
inputs: ['color', 'mode'],
|
|
759
|
+
standalone: false
|
|
673
760
|
}]
|
|
674
|
-
}], ctorParameters:
|
|
761
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
675
762
|
let IonCheckbox = class IonCheckbox {
|
|
676
763
|
z;
|
|
677
764
|
el;
|
|
765
|
+
ionChange = new EventEmitter();
|
|
766
|
+
ionFocus = new EventEmitter();
|
|
767
|
+
ionBlur = new EventEmitter();
|
|
678
768
|
constructor(c, r, z) {
|
|
679
769
|
this.z = z;
|
|
680
770
|
c.detach();
|
|
681
771
|
this.el = r.nativeElement;
|
|
682
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionFocus', 'ionBlur']);
|
|
683
772
|
}
|
|
684
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
685
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
773
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
774
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCheckbox, isStandalone: false, selector: "ion-checkbox", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required", value: "value" }, outputs: { ionChange: "ionChange", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
686
775
|
};
|
|
687
776
|
IonCheckbox = __decorate([
|
|
688
777
|
ProxyCmp({
|
|
689
|
-
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', '
|
|
778
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value']
|
|
690
779
|
})
|
|
691
780
|
], IonCheckbox);
|
|
692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCheckbox, decorators: [{
|
|
693
782
|
type: Component,
|
|
694
783
|
args: [{
|
|
695
784
|
selector: 'ion-checkbox',
|
|
696
785
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
697
786
|
template: '<ng-content></ng-content>',
|
|
698
787
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
699
|
-
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', '
|
|
788
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value'],
|
|
789
|
+
outputs: ['ionChange', 'ionFocus', 'ionBlur'],
|
|
790
|
+
standalone: false
|
|
700
791
|
}]
|
|
701
|
-
}], ctorParameters:
|
|
792
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
793
|
+
type: Output
|
|
794
|
+
}], ionFocus: [{
|
|
795
|
+
type: Output
|
|
796
|
+
}], ionBlur: [{
|
|
797
|
+
type: Output
|
|
798
|
+
}] } });
|
|
702
799
|
let IonChip = class IonChip {
|
|
703
800
|
z;
|
|
704
801
|
el;
|
|
@@ -707,24 +804,25 @@ let IonChip = class IonChip {
|
|
|
707
804
|
c.detach();
|
|
708
805
|
this.el = r.nativeElement;
|
|
709
806
|
}
|
|
710
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
711
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
807
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
808
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonChip, isStandalone: false, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", mode: "mode", outline: "outline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
712
809
|
};
|
|
713
810
|
IonChip = __decorate([
|
|
714
811
|
ProxyCmp({
|
|
715
|
-
inputs: ['color', 'disabled', '
|
|
812
|
+
inputs: ['color', 'disabled', 'mode', 'outline']
|
|
716
813
|
})
|
|
717
814
|
], IonChip);
|
|
718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonChip, decorators: [{
|
|
719
816
|
type: Component,
|
|
720
817
|
args: [{
|
|
721
818
|
selector: 'ion-chip',
|
|
722
819
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
723
820
|
template: '<ng-content></ng-content>',
|
|
724
821
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
725
|
-
inputs: ['color', 'disabled', '
|
|
822
|
+
inputs: ['color', 'disabled', 'mode', 'outline'],
|
|
823
|
+
standalone: false
|
|
726
824
|
}]
|
|
727
|
-
}], ctorParameters:
|
|
825
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
728
826
|
let IonCol = class IonCol {
|
|
729
827
|
z;
|
|
730
828
|
el;
|
|
@@ -733,80 +831,104 @@ let IonCol = class IonCol {
|
|
|
733
831
|
c.detach();
|
|
734
832
|
this.el = r.nativeElement;
|
|
735
833
|
}
|
|
736
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
737
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
834
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
835
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCol, isStandalone: false, selector: "ion-col", inputs: { offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
738
836
|
};
|
|
739
837
|
IonCol = __decorate([
|
|
740
838
|
ProxyCmp({
|
|
741
|
-
inputs: ['
|
|
839
|
+
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']
|
|
742
840
|
})
|
|
743
841
|
], IonCol);
|
|
744
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCol, decorators: [{
|
|
745
843
|
type: Component,
|
|
746
844
|
args: [{
|
|
747
845
|
selector: 'ion-col',
|
|
748
846
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
749
847
|
template: '<ng-content></ng-content>',
|
|
750
848
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
751
|
-
inputs: ['
|
|
849
|
+
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'],
|
|
850
|
+
standalone: false
|
|
752
851
|
}]
|
|
753
|
-
}], ctorParameters:
|
|
852
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
754
853
|
let IonContent = class IonContent {
|
|
755
854
|
z;
|
|
756
855
|
el;
|
|
856
|
+
ionScrollStart = new EventEmitter();
|
|
857
|
+
ionScroll = new EventEmitter();
|
|
858
|
+
ionScrollEnd = new EventEmitter();
|
|
757
859
|
constructor(c, r, z) {
|
|
758
860
|
this.z = z;
|
|
759
861
|
c.detach();
|
|
760
862
|
this.el = r.nativeElement;
|
|
761
|
-
proxyOutputs(this, this.el, ['ionScrollStart', 'ionScroll', 'ionScrollEnd']);
|
|
762
863
|
}
|
|
763
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
764
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
864
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
865
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonContent, isStandalone: false, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
765
866
|
};
|
|
766
867
|
IonContent = __decorate([
|
|
767
868
|
ProxyCmp({
|
|
768
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', '
|
|
869
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
769
870
|
methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
|
|
770
871
|
})
|
|
771
872
|
], IonContent);
|
|
772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonContent, decorators: [{
|
|
773
874
|
type: Component,
|
|
774
875
|
args: [{
|
|
775
876
|
selector: 'ion-content',
|
|
776
877
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
777
878
|
template: '<ng-content></ng-content>',
|
|
778
879
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
779
|
-
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', '
|
|
880
|
+
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
881
|
+
outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],
|
|
882
|
+
standalone: false
|
|
780
883
|
}]
|
|
781
|
-
}], ctorParameters:
|
|
884
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionScrollStart: [{
|
|
885
|
+
type: Output
|
|
886
|
+
}], ionScroll: [{
|
|
887
|
+
type: Output
|
|
888
|
+
}], ionScrollEnd: [{
|
|
889
|
+
type: Output
|
|
890
|
+
}] } });
|
|
782
891
|
let IonDatetime = class IonDatetime {
|
|
783
892
|
z;
|
|
784
893
|
el;
|
|
894
|
+
ionCancel = new EventEmitter();
|
|
895
|
+
ionChange = new EventEmitter();
|
|
896
|
+
ionFocus = new EventEmitter();
|
|
897
|
+
ionBlur = new EventEmitter();
|
|
785
898
|
constructor(c, r, z) {
|
|
786
899
|
this.z = z;
|
|
787
900
|
c.detach();
|
|
788
901
|
this.el = r.nativeElement;
|
|
789
|
-
proxyOutputs(this, this.el, ['ionCancel', 'ionChange', 'ionFocus', 'ionBlur']);
|
|
790
902
|
}
|
|
791
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
792
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
903
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonDatetime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
904
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonDatetime, isStandalone: false, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, outputs: { ionCancel: "ionCancel", ionChange: "ionChange", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
793
905
|
};
|
|
794
906
|
IonDatetime = __decorate([
|
|
795
907
|
ProxyCmp({
|
|
796
|
-
inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', '
|
|
908
|
+
inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', 'titleSelectedDatesFormatter', 'value', 'yearValues'],
|
|
797
909
|
methods: ['confirm', 'reset', 'cancel']
|
|
798
910
|
})
|
|
799
911
|
], IonDatetime);
|
|
800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonDatetime, decorators: [{
|
|
801
913
|
type: Component,
|
|
802
914
|
args: [{
|
|
803
915
|
selector: 'ion-datetime',
|
|
804
916
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
805
917
|
template: '<ng-content></ng-content>',
|
|
806
918
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
807
|
-
inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', '
|
|
919
|
+
inputs: ['cancelText', 'clearText', 'color', 'dayValues', 'disabled', 'doneText', 'firstDayOfWeek', 'formatOptions', 'highlightedDates', 'hourCycle', 'hourValues', 'isDateEnabled', 'locale', 'max', 'min', 'minuteValues', 'mode', 'monthValues', 'multiple', 'name', 'preferWheel', 'presentation', 'readonly', 'showAdjacentDays', 'showClearButton', 'showDefaultButtons', 'showDefaultTimeLabel', 'showDefaultTitle', 'size', 'titleSelectedDatesFormatter', 'value', 'yearValues'],
|
|
920
|
+
outputs: ['ionCancel', 'ionChange', 'ionFocus', 'ionBlur'],
|
|
921
|
+
standalone: false
|
|
808
922
|
}]
|
|
809
|
-
}], ctorParameters:
|
|
923
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionCancel: [{
|
|
924
|
+
type: Output
|
|
925
|
+
}], ionChange: [{
|
|
926
|
+
type: Output
|
|
927
|
+
}], ionFocus: [{
|
|
928
|
+
type: Output
|
|
929
|
+
}], ionBlur: [{
|
|
930
|
+
type: Output
|
|
931
|
+
}] } });
|
|
810
932
|
let IonDatetimeButton = class IonDatetimeButton {
|
|
811
933
|
z;
|
|
812
934
|
el;
|
|
@@ -815,50 +937,25 @@ let IonDatetimeButton = class IonDatetimeButton {
|
|
|
815
937
|
c.detach();
|
|
816
938
|
this.el = r.nativeElement;
|
|
817
939
|
}
|
|
818
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
819
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
940
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
941
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonDatetimeButton, isStandalone: false, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
820
942
|
};
|
|
821
943
|
IonDatetimeButton = __decorate([
|
|
822
944
|
ProxyCmp({
|
|
823
|
-
inputs: ['color', 'datetime', 'disabled', 'mode'
|
|
945
|
+
inputs: ['color', 'datetime', 'disabled', 'mode']
|
|
824
946
|
})
|
|
825
947
|
], IonDatetimeButton);
|
|
826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonDatetimeButton, decorators: [{
|
|
827
949
|
type: Component,
|
|
828
950
|
args: [{
|
|
829
951
|
selector: 'ion-datetime-button',
|
|
830
952
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
831
953
|
template: '<ng-content></ng-content>',
|
|
832
954
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
833
|
-
inputs: ['color', 'datetime', 'disabled', 'mode'
|
|
834
|
-
|
|
835
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
836
|
-
let IonDivider = class IonDivider {
|
|
837
|
-
z;
|
|
838
|
-
el;
|
|
839
|
-
constructor(c, r, z) {
|
|
840
|
-
this.z = z;
|
|
841
|
-
c.detach();
|
|
842
|
-
this.el = r.nativeElement;
|
|
843
|
-
}
|
|
844
|
-
/** @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 });
|
|
845
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonDivider, selector: "ion-divider", inputs: { inset: "inset", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
846
|
-
};
|
|
847
|
-
IonDivider = __decorate([
|
|
848
|
-
ProxyCmp({
|
|
849
|
-
inputs: ['inset', 'spacing']
|
|
850
|
-
})
|
|
851
|
-
], IonDivider);
|
|
852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonDivider, decorators: [{
|
|
853
|
-
type: Component,
|
|
854
|
-
args: [{
|
|
855
|
-
selector: 'ion-divider',
|
|
856
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
857
|
-
template: '<ng-content></ng-content>',
|
|
858
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
859
|
-
inputs: ['inset', 'spacing'],
|
|
955
|
+
inputs: ['color', 'datetime', 'disabled', 'mode'],
|
|
956
|
+
standalone: false
|
|
860
957
|
}]
|
|
861
|
-
}], ctorParameters:
|
|
958
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
862
959
|
let IonFab = class IonFab {
|
|
863
960
|
z;
|
|
864
961
|
el;
|
|
@@ -867,52 +964,60 @@ let IonFab = class IonFab {
|
|
|
867
964
|
c.detach();
|
|
868
965
|
this.el = r.nativeElement;
|
|
869
966
|
}
|
|
870
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
871
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
967
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
968
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonFab, isStandalone: false, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
872
969
|
};
|
|
873
970
|
IonFab = __decorate([
|
|
874
971
|
ProxyCmp({
|
|
875
|
-
inputs: ['activated', 'edge', 'horizontal', '
|
|
972
|
+
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
876
973
|
methods: ['close']
|
|
877
974
|
})
|
|
878
975
|
], IonFab);
|
|
879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFab, decorators: [{
|
|
880
977
|
type: Component,
|
|
881
978
|
args: [{
|
|
882
979
|
selector: 'ion-fab',
|
|
883
980
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
884
981
|
template: '<ng-content></ng-content>',
|
|
885
982
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
886
|
-
inputs: ['activated', 'edge', 'horizontal', '
|
|
983
|
+
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
984
|
+
standalone: false
|
|
887
985
|
}]
|
|
888
|
-
}], ctorParameters:
|
|
986
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
889
987
|
let IonFabButton = class IonFabButton {
|
|
890
988
|
z;
|
|
891
989
|
el;
|
|
990
|
+
ionFocus = new EventEmitter();
|
|
991
|
+
ionBlur = new EventEmitter();
|
|
892
992
|
constructor(c, r, z) {
|
|
893
993
|
this.z = z;
|
|
894
994
|
c.detach();
|
|
895
995
|
this.el = r.nativeElement;
|
|
896
|
-
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
897
996
|
}
|
|
898
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
899
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
997
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
998
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonFabButton, isStandalone: false, 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" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
900
999
|
};
|
|
901
1000
|
IonFabButton = __decorate([
|
|
902
1001
|
ProxyCmp({
|
|
903
|
-
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', '
|
|
1002
|
+
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
|
|
904
1003
|
})
|
|
905
1004
|
], IonFabButton);
|
|
906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1005
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFabButton, decorators: [{
|
|
907
1006
|
type: Component,
|
|
908
1007
|
args: [{
|
|
909
1008
|
selector: 'ion-fab-button',
|
|
910
1009
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
911
1010
|
template: '<ng-content></ng-content>',
|
|
912
1011
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
913
|
-
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', '
|
|
1012
|
+
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
|
|
1013
|
+
outputs: ['ionFocus', 'ionBlur'],
|
|
1014
|
+
standalone: false
|
|
914
1015
|
}]
|
|
915
|
-
}], ctorParameters:
|
|
1016
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
1017
|
+
type: Output
|
|
1018
|
+
}], ionBlur: [{
|
|
1019
|
+
type: Output
|
|
1020
|
+
}] } });
|
|
916
1021
|
let IonFabList = class IonFabList {
|
|
917
1022
|
z;
|
|
918
1023
|
el;
|
|
@@ -921,24 +1026,25 @@ let IonFabList = class IonFabList {
|
|
|
921
1026
|
c.detach();
|
|
922
1027
|
this.el = r.nativeElement;
|
|
923
1028
|
}
|
|
924
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
925
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1029
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1030
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonFabList, isStandalone: false, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
926
1031
|
};
|
|
927
1032
|
IonFabList = __decorate([
|
|
928
1033
|
ProxyCmp({
|
|
929
|
-
inputs: ['activated', '
|
|
1034
|
+
inputs: ['activated', 'side']
|
|
930
1035
|
})
|
|
931
1036
|
], IonFabList);
|
|
932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFabList, decorators: [{
|
|
933
1038
|
type: Component,
|
|
934
1039
|
args: [{
|
|
935
1040
|
selector: 'ion-fab-list',
|
|
936
1041
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
937
1042
|
template: '<ng-content></ng-content>',
|
|
938
1043
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
939
|
-
inputs: ['activated', '
|
|
1044
|
+
inputs: ['activated', 'side'],
|
|
1045
|
+
standalone: false
|
|
940
1046
|
}]
|
|
941
|
-
}], ctorParameters:
|
|
1047
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
942
1048
|
let IonFooter = class IonFooter {
|
|
943
1049
|
z;
|
|
944
1050
|
el;
|
|
@@ -947,50 +1053,25 @@ let IonFooter = class IonFooter {
|
|
|
947
1053
|
c.detach();
|
|
948
1054
|
this.el = r.nativeElement;
|
|
949
1055
|
}
|
|
950
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
951
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1056
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1057
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonFooter, isStandalone: false, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
952
1058
|
};
|
|
953
1059
|
IonFooter = __decorate([
|
|
954
1060
|
ProxyCmp({
|
|
955
|
-
inputs: ['collapse', 'mode', '
|
|
1061
|
+
inputs: ['collapse', 'mode', 'translucent']
|
|
956
1062
|
})
|
|
957
1063
|
], IonFooter);
|
|
958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFooter, decorators: [{
|
|
959
1065
|
type: Component,
|
|
960
1066
|
args: [{
|
|
961
1067
|
selector: 'ion-footer',
|
|
962
1068
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
963
1069
|
template: '<ng-content></ng-content>',
|
|
964
1070
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
965
|
-
inputs: ['collapse', 'mode', '
|
|
1071
|
+
inputs: ['collapse', 'mode', 'translucent'],
|
|
1072
|
+
standalone: false
|
|
966
1073
|
}]
|
|
967
|
-
}], ctorParameters:
|
|
968
|
-
let IonGallery = class IonGallery {
|
|
969
|
-
z;
|
|
970
|
-
el;
|
|
971
|
-
constructor(c, r, z) {
|
|
972
|
-
this.z = z;
|
|
973
|
-
c.detach();
|
|
974
|
-
this.el = r.nativeElement;
|
|
975
|
-
}
|
|
976
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGallery, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
977
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGallery, selector: "ion-gallery", inputs: { columns: "columns", gap: "gap", layout: "layout", mode: "mode", order: "order", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
978
|
-
};
|
|
979
|
-
IonGallery = __decorate([
|
|
980
|
-
ProxyCmp({
|
|
981
|
-
inputs: ['columns', 'gap', 'layout', 'mode', 'order', 'theme']
|
|
982
|
-
})
|
|
983
|
-
], IonGallery);
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGallery, decorators: [{
|
|
985
|
-
type: Component,
|
|
986
|
-
args: [{
|
|
987
|
-
selector: 'ion-gallery',
|
|
988
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
989
|
-
template: '<ng-content></ng-content>',
|
|
990
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
991
|
-
inputs: ['columns', 'gap', 'layout', 'mode', 'order', 'theme'],
|
|
992
|
-
}]
|
|
993
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1074
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
994
1075
|
let IonGrid = class IonGrid {
|
|
995
1076
|
z;
|
|
996
1077
|
el;
|
|
@@ -999,24 +1080,25 @@ let IonGrid = class IonGrid {
|
|
|
999
1080
|
c.detach();
|
|
1000
1081
|
this.el = r.nativeElement;
|
|
1001
1082
|
}
|
|
1002
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1003
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1083
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1084
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonGrid, isStandalone: false, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1004
1085
|
};
|
|
1005
1086
|
IonGrid = __decorate([
|
|
1006
1087
|
ProxyCmp({
|
|
1007
|
-
inputs: ['fixed'
|
|
1088
|
+
inputs: ['fixed']
|
|
1008
1089
|
})
|
|
1009
1090
|
], IonGrid);
|
|
1010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonGrid, decorators: [{
|
|
1011
1092
|
type: Component,
|
|
1012
1093
|
args: [{
|
|
1013
1094
|
selector: 'ion-grid',
|
|
1014
1095
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1015
1096
|
template: '<ng-content></ng-content>',
|
|
1016
1097
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1017
|
-
inputs: ['fixed'
|
|
1098
|
+
inputs: ['fixed'],
|
|
1099
|
+
standalone: false
|
|
1018
1100
|
}]
|
|
1019
|
-
}], ctorParameters:
|
|
1101
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1020
1102
|
let IonHeader = class IonHeader {
|
|
1021
1103
|
z;
|
|
1022
1104
|
el;
|
|
@@ -1025,24 +1107,25 @@ let IonHeader = class IonHeader {
|
|
|
1025
1107
|
c.detach();
|
|
1026
1108
|
this.el = r.nativeElement;
|
|
1027
1109
|
}
|
|
1028
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1029
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1110
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1111
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonHeader, isStandalone: false, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1030
1112
|
};
|
|
1031
1113
|
IonHeader = __decorate([
|
|
1032
1114
|
ProxyCmp({
|
|
1033
|
-
inputs: ['collapse', '
|
|
1115
|
+
inputs: ['collapse', 'mode', 'translucent']
|
|
1034
1116
|
})
|
|
1035
1117
|
], IonHeader);
|
|
1036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonHeader, decorators: [{
|
|
1037
1119
|
type: Component,
|
|
1038
1120
|
args: [{
|
|
1039
1121
|
selector: 'ion-header',
|
|
1040
1122
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1041
1123
|
template: '<ng-content></ng-content>',
|
|
1042
1124
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1043
|
-
inputs: ['collapse', '
|
|
1125
|
+
inputs: ['collapse', 'mode', 'translucent'],
|
|
1126
|
+
standalone: false
|
|
1044
1127
|
}]
|
|
1045
|
-
}], ctorParameters:
|
|
1128
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1046
1129
|
let IonIcon = class IonIcon {
|
|
1047
1130
|
z;
|
|
1048
1131
|
el;
|
|
@@ -1051,15 +1134,15 @@ let IonIcon = class IonIcon {
|
|
|
1051
1134
|
c.detach();
|
|
1052
1135
|
this.el = r.nativeElement;
|
|
1053
1136
|
}
|
|
1054
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1055
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1137
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1138
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonIcon, isStandalone: false, selector: "ion-icon", inputs: { color: "color", flipRtl: "flipRtl", icon: "icon", ios: "ios", lazy: "lazy", md: "md", mode: "mode", name: "name", sanitize: "sanitize", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1056
1139
|
};
|
|
1057
1140
|
IonIcon = __decorate([
|
|
1058
1141
|
ProxyCmp({
|
|
1059
1142
|
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src']
|
|
1060
1143
|
})
|
|
1061
1144
|
], IonIcon);
|
|
1062
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonIcon, decorators: [{
|
|
1063
1146
|
type: Component,
|
|
1064
1147
|
args: [{
|
|
1065
1148
|
selector: 'ion-icon',
|
|
@@ -1067,63 +1150,78 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1067
1150
|
template: '<ng-content></ng-content>',
|
|
1068
1151
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1069
1152
|
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
1153
|
+
standalone: false
|
|
1070
1154
|
}]
|
|
1071
|
-
}], ctorParameters:
|
|
1155
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1072
1156
|
let IonImg = class IonImg {
|
|
1073
1157
|
z;
|
|
1074
1158
|
el;
|
|
1159
|
+
ionImgWillLoad = new EventEmitter();
|
|
1160
|
+
ionImgDidLoad = new EventEmitter();
|
|
1161
|
+
ionError = new EventEmitter();
|
|
1075
1162
|
constructor(c, r, z) {
|
|
1076
1163
|
this.z = z;
|
|
1077
1164
|
c.detach();
|
|
1078
1165
|
this.el = r.nativeElement;
|
|
1079
|
-
proxyOutputs(this, this.el, ['ionImgWillLoad', 'ionImgDidLoad', 'ionError']);
|
|
1080
1166
|
}
|
|
1081
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1082
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1167
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1168
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonImg, isStandalone: false, selector: "ion-img", inputs: { alt: "alt", src: "src" }, outputs: { ionImgWillLoad: "ionImgWillLoad", ionImgDidLoad: "ionImgDidLoad", ionError: "ionError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1083
1169
|
};
|
|
1084
1170
|
IonImg = __decorate([
|
|
1085
1171
|
ProxyCmp({
|
|
1086
|
-
inputs: ['alt', '
|
|
1172
|
+
inputs: ['alt', 'src']
|
|
1087
1173
|
})
|
|
1088
1174
|
], IonImg);
|
|
1089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonImg, decorators: [{
|
|
1090
1176
|
type: Component,
|
|
1091
1177
|
args: [{
|
|
1092
1178
|
selector: 'ion-img',
|
|
1093
1179
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1094
1180
|
template: '<ng-content></ng-content>',
|
|
1095
1181
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1096
|
-
inputs: ['alt', '
|
|
1182
|
+
inputs: ['alt', 'src'],
|
|
1183
|
+
outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],
|
|
1184
|
+
standalone: false
|
|
1097
1185
|
}]
|
|
1098
|
-
}], ctorParameters:
|
|
1186
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionImgWillLoad: [{
|
|
1187
|
+
type: Output
|
|
1188
|
+
}], ionImgDidLoad: [{
|
|
1189
|
+
type: Output
|
|
1190
|
+
}], ionError: [{
|
|
1191
|
+
type: Output
|
|
1192
|
+
}] } });
|
|
1099
1193
|
let IonInfiniteScroll = class IonInfiniteScroll {
|
|
1100
1194
|
z;
|
|
1101
1195
|
el;
|
|
1196
|
+
ionInfinite = new EventEmitter();
|
|
1102
1197
|
constructor(c, r, z) {
|
|
1103
1198
|
this.z = z;
|
|
1104
1199
|
c.detach();
|
|
1105
1200
|
this.el = r.nativeElement;
|
|
1106
|
-
proxyOutputs(this, this.el, ['ionInfinite']);
|
|
1107
1201
|
}
|
|
1108
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1109
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1202
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1203
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInfiniteScroll, isStandalone: false, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, outputs: { ionInfinite: "ionInfinite" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1110
1204
|
};
|
|
1111
1205
|
IonInfiniteScroll = __decorate([
|
|
1112
1206
|
ProxyCmp({
|
|
1113
|
-
inputs: ['disabled', '
|
|
1207
|
+
inputs: ['disabled', 'position', 'threshold'],
|
|
1114
1208
|
methods: ['complete']
|
|
1115
1209
|
})
|
|
1116
1210
|
], IonInfiniteScroll);
|
|
1117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInfiniteScroll, decorators: [{
|
|
1118
1212
|
type: Component,
|
|
1119
1213
|
args: [{
|
|
1120
1214
|
selector: 'ion-infinite-scroll',
|
|
1121
1215
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1122
1216
|
template: '<ng-content></ng-content>',
|
|
1123
1217
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1124
|
-
inputs: ['disabled', '
|
|
1218
|
+
inputs: ['disabled', 'position', 'threshold'],
|
|
1219
|
+
outputs: ['ionInfinite'],
|
|
1220
|
+
standalone: false
|
|
1125
1221
|
}]
|
|
1126
|
-
}], ctorParameters:
|
|
1222
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInfinite: [{
|
|
1223
|
+
type: Output
|
|
1224
|
+
}] } });
|
|
1127
1225
|
let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
1128
1226
|
z;
|
|
1129
1227
|
el;
|
|
@@ -1132,80 +1230,110 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
|
1132
1230
|
c.detach();
|
|
1133
1231
|
this.el = r.nativeElement;
|
|
1134
1232
|
}
|
|
1135
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1136
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1233
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1234
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInfiniteScrollContent, isStandalone: false, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1137
1235
|
};
|
|
1138
1236
|
IonInfiniteScrollContent = __decorate([
|
|
1139
1237
|
ProxyCmp({
|
|
1140
|
-
inputs: ['loadingSpinner', 'loadingText'
|
|
1238
|
+
inputs: ['loadingSpinner', 'loadingText']
|
|
1141
1239
|
})
|
|
1142
1240
|
], IonInfiniteScrollContent);
|
|
1143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
|
|
1144
1242
|
type: Component,
|
|
1145
1243
|
args: [{
|
|
1146
1244
|
selector: 'ion-infinite-scroll-content',
|
|
1147
1245
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1148
1246
|
template: '<ng-content></ng-content>',
|
|
1149
1247
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1150
|
-
inputs: ['loadingSpinner', 'loadingText'
|
|
1248
|
+
inputs: ['loadingSpinner', 'loadingText'],
|
|
1249
|
+
standalone: false
|
|
1151
1250
|
}]
|
|
1152
|
-
}], ctorParameters:
|
|
1251
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1153
1252
|
let IonInput = class IonInput {
|
|
1154
1253
|
z;
|
|
1155
1254
|
el;
|
|
1255
|
+
ionInput = new EventEmitter();
|
|
1256
|
+
ionChange = new EventEmitter();
|
|
1257
|
+
ionBlur = new EventEmitter();
|
|
1258
|
+
ionFocus = new EventEmitter();
|
|
1156
1259
|
constructor(c, r, z) {
|
|
1157
1260
|
this.z = z;
|
|
1158
1261
|
c.detach();
|
|
1159
1262
|
this.el = r.nativeElement;
|
|
1160
|
-
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionBlur', 'ionFocus']);
|
|
1161
1263
|
}
|
|
1162
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1163
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1264
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1265
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInput, isStandalone: false, selector: "ion-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearInputIcon: "clearInputIcon", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, outputs: { ionInput: "ionInput", ionChange: "ionChange", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1164
1266
|
};
|
|
1165
1267
|
IonInput = __decorate([
|
|
1166
1268
|
ProxyCmp({
|
|
1167
|
-
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', '
|
|
1269
|
+
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', 'spellcheck', 'step', 'type', 'value'],
|
|
1168
1270
|
methods: ['setFocus', 'getInputElement']
|
|
1169
1271
|
})
|
|
1170
1272
|
], IonInput);
|
|
1171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInput, decorators: [{
|
|
1172
1274
|
type: Component,
|
|
1173
1275
|
args: [{
|
|
1174
1276
|
selector: 'ion-input',
|
|
1175
1277
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1176
1278
|
template: '<ng-content></ng-content>',
|
|
1177
1279
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1178
|
-
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', '
|
|
1280
|
+
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearInput', 'clearInputIcon', 'clearOnEdit', 'color', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'max', 'maxlength', 'min', 'minlength', 'mode', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'shape', 'spellcheck', 'step', 'type', 'value'],
|
|
1281
|
+
outputs: ['ionInput', 'ionChange', 'ionBlur', 'ionFocus'],
|
|
1282
|
+
standalone: false
|
|
1179
1283
|
}]
|
|
1180
|
-
}], ctorParameters:
|
|
1284
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInput: [{
|
|
1285
|
+
type: Output
|
|
1286
|
+
}], ionChange: [{
|
|
1287
|
+
type: Output
|
|
1288
|
+
}], ionBlur: [{
|
|
1289
|
+
type: Output
|
|
1290
|
+
}], ionFocus: [{
|
|
1291
|
+
type: Output
|
|
1292
|
+
}] } });
|
|
1181
1293
|
let IonInputOtp = class IonInputOtp {
|
|
1182
1294
|
z;
|
|
1183
1295
|
el;
|
|
1296
|
+
ionInput = new EventEmitter();
|
|
1297
|
+
ionChange = new EventEmitter();
|
|
1298
|
+
ionComplete = new EventEmitter();
|
|
1299
|
+
ionBlur = new EventEmitter();
|
|
1300
|
+
ionFocus = new EventEmitter();
|
|
1184
1301
|
constructor(c, r, z) {
|
|
1185
1302
|
this.z = z;
|
|
1186
1303
|
c.detach();
|
|
1187
1304
|
this.el = r.nativeElement;
|
|
1188
|
-
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus']);
|
|
1189
1305
|
}
|
|
1190
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1191
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1306
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInputOtp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1307
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInputOtp, isStandalone: false, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, outputs: { ionInput: "ionInput", ionChange: "ionChange", ionComplete: "ionComplete", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1192
1308
|
};
|
|
1193
1309
|
IonInputOtp = __decorate([
|
|
1194
1310
|
ProxyCmp({
|
|
1195
|
-
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', '
|
|
1311
|
+
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
|
|
1196
1312
|
methods: ['setFocus']
|
|
1197
1313
|
})
|
|
1198
1314
|
], IonInputOtp);
|
|
1199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInputOtp, decorators: [{
|
|
1200
1316
|
type: Component,
|
|
1201
1317
|
args: [{
|
|
1202
1318
|
selector: 'ion-input-otp',
|
|
1203
1319
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1204
1320
|
template: '<ng-content></ng-content>',
|
|
1205
1321
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1206
|
-
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', '
|
|
1322
|
+
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
|
|
1323
|
+
outputs: ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus'],
|
|
1324
|
+
standalone: false
|
|
1207
1325
|
}]
|
|
1208
|
-
}], ctorParameters:
|
|
1326
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInput: [{
|
|
1327
|
+
type: Output
|
|
1328
|
+
}], ionChange: [{
|
|
1329
|
+
type: Output
|
|
1330
|
+
}], ionComplete: [{
|
|
1331
|
+
type: Output
|
|
1332
|
+
}], ionBlur: [{
|
|
1333
|
+
type: Output
|
|
1334
|
+
}], ionFocus: [{
|
|
1335
|
+
type: Output
|
|
1336
|
+
}] } });
|
|
1209
1337
|
let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
1210
1338
|
z;
|
|
1211
1339
|
el;
|
|
@@ -1214,15 +1342,15 @@ let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
|
1214
1342
|
c.detach();
|
|
1215
1343
|
this.el = r.nativeElement;
|
|
1216
1344
|
}
|
|
1217
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1218
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1345
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInputPasswordToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1346
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInputPasswordToggle, isStandalone: false, selector: "ion-input-password-toggle", inputs: { color: "color", hideIcon: "hideIcon", mode: "mode", showIcon: "showIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1219
1347
|
};
|
|
1220
1348
|
IonInputPasswordToggle = __decorate([
|
|
1221
1349
|
ProxyCmp({
|
|
1222
1350
|
inputs: ['color', 'hideIcon', 'mode', 'showIcon']
|
|
1223
1351
|
})
|
|
1224
1352
|
], IonInputPasswordToggle);
|
|
1225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInputPasswordToggle, decorators: [{
|
|
1226
1354
|
type: Component,
|
|
1227
1355
|
args: [{
|
|
1228
1356
|
selector: 'ion-input-password-toggle',
|
|
@@ -1230,8 +1358,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1230
1358
|
template: '<ng-content></ng-content>',
|
|
1231
1359
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1232
1360
|
inputs: ['color', 'hideIcon', 'mode', 'showIcon'],
|
|
1361
|
+
standalone: false
|
|
1233
1362
|
}]
|
|
1234
|
-
}], ctorParameters:
|
|
1363
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1235
1364
|
let IonItem = class IonItem {
|
|
1236
1365
|
z;
|
|
1237
1366
|
el;
|
|
@@ -1240,24 +1369,25 @@ let IonItem = class IonItem {
|
|
|
1240
1369
|
c.detach();
|
|
1241
1370
|
this.el = r.nativeElement;
|
|
1242
1371
|
}
|
|
1243
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1244
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1372
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1373
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItem, isStandalone: false, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1245
1374
|
};
|
|
1246
1375
|
IonItem = __decorate([
|
|
1247
1376
|
ProxyCmp({
|
|
1248
|
-
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', '
|
|
1377
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
1249
1378
|
})
|
|
1250
1379
|
], IonItem);
|
|
1251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItem, decorators: [{
|
|
1252
1381
|
type: Component,
|
|
1253
1382
|
args: [{
|
|
1254
1383
|
selector: 'ion-item',
|
|
1255
1384
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1256
1385
|
template: '<ng-content></ng-content>',
|
|
1257
1386
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1258
|
-
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', '
|
|
1387
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
1388
|
+
standalone: false
|
|
1259
1389
|
}]
|
|
1260
|
-
}], ctorParameters:
|
|
1390
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1261
1391
|
let IonItemDivider = class IonItemDivider {
|
|
1262
1392
|
z;
|
|
1263
1393
|
el;
|
|
@@ -1266,24 +1396,25 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1266
1396
|
c.detach();
|
|
1267
1397
|
this.el = r.nativeElement;
|
|
1268
1398
|
}
|
|
1269
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1270
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1399
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1400
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItemDivider, isStandalone: false, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1271
1401
|
};
|
|
1272
1402
|
IonItemDivider = __decorate([
|
|
1273
1403
|
ProxyCmp({
|
|
1274
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1404
|
+
inputs: ['color', 'mode', 'sticky']
|
|
1275
1405
|
})
|
|
1276
1406
|
], IonItemDivider);
|
|
1277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemDivider, decorators: [{
|
|
1278
1408
|
type: Component,
|
|
1279
1409
|
args: [{
|
|
1280
1410
|
selector: 'ion-item-divider',
|
|
1281
1411
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1282
1412
|
template: '<ng-content></ng-content>',
|
|
1283
1413
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1284
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1414
|
+
inputs: ['color', 'mode', 'sticky'],
|
|
1415
|
+
standalone: false
|
|
1285
1416
|
}]
|
|
1286
|
-
}], ctorParameters:
|
|
1417
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1287
1418
|
let IonItemGroup = class IonItemGroup {
|
|
1288
1419
|
z;
|
|
1289
1420
|
el;
|
|
@@ -1292,24 +1423,23 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1292
1423
|
c.detach();
|
|
1293
1424
|
this.el = r.nativeElement;
|
|
1294
1425
|
}
|
|
1295
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1296
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1426
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1427
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItemGroup, isStandalone: false, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1297
1428
|
};
|
|
1298
1429
|
IonItemGroup = __decorate([
|
|
1299
|
-
ProxyCmp({
|
|
1300
|
-
inputs: ['mode', 'theme']
|
|
1301
|
-
})
|
|
1430
|
+
ProxyCmp({})
|
|
1302
1431
|
], IonItemGroup);
|
|
1303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
1304
1433
|
type: Component,
|
|
1305
1434
|
args: [{
|
|
1306
1435
|
selector: 'ion-item-group',
|
|
1307
1436
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1308
1437
|
template: '<ng-content></ng-content>',
|
|
1309
1438
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1310
|
-
inputs: [
|
|
1439
|
+
inputs: [],
|
|
1440
|
+
standalone: false
|
|
1311
1441
|
}]
|
|
1312
|
-
}], ctorParameters:
|
|
1442
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1313
1443
|
let IonItemOption = class IonItemOption {
|
|
1314
1444
|
z;
|
|
1315
1445
|
el;
|
|
@@ -1318,79 +1448,88 @@ let IonItemOption = class IonItemOption {
|
|
|
1318
1448
|
c.detach();
|
|
1319
1449
|
this.el = r.nativeElement;
|
|
1320
1450
|
}
|
|
1321
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1322
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1451
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1452
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItemOption, isStandalone: false, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", mode: "mode", rel: "rel", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1323
1453
|
};
|
|
1324
1454
|
IonItemOption = __decorate([
|
|
1325
1455
|
ProxyCmp({
|
|
1326
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', '
|
|
1456
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1327
1457
|
})
|
|
1328
1458
|
], IonItemOption);
|
|
1329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemOption, decorators: [{
|
|
1330
1460
|
type: Component,
|
|
1331
1461
|
args: [{
|
|
1332
1462
|
selector: 'ion-item-option',
|
|
1333
1463
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1334
1464
|
template: '<ng-content></ng-content>',
|
|
1335
1465
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1336
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', '
|
|
1466
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
|
|
1467
|
+
standalone: false
|
|
1337
1468
|
}]
|
|
1338
|
-
}], ctorParameters:
|
|
1469
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1339
1470
|
let IonItemOptions = class IonItemOptions {
|
|
1340
1471
|
z;
|
|
1341
1472
|
el;
|
|
1473
|
+
ionSwipe = new EventEmitter();
|
|
1342
1474
|
constructor(c, r, z) {
|
|
1343
1475
|
this.z = z;
|
|
1344
1476
|
c.detach();
|
|
1345
1477
|
this.el = r.nativeElement;
|
|
1346
|
-
proxyOutputs(this, this.el, ['ionSwipe']);
|
|
1347
1478
|
}
|
|
1348
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1349
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1479
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1480
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItemOptions, isStandalone: false, selector: "ion-item-options", inputs: { side: "side" }, outputs: { ionSwipe: "ionSwipe" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1350
1481
|
};
|
|
1351
1482
|
IonItemOptions = __decorate([
|
|
1352
1483
|
ProxyCmp({
|
|
1353
|
-
inputs: ['
|
|
1484
|
+
inputs: ['side']
|
|
1354
1485
|
})
|
|
1355
1486
|
], IonItemOptions);
|
|
1356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemOptions, decorators: [{
|
|
1357
1488
|
type: Component,
|
|
1358
1489
|
args: [{
|
|
1359
1490
|
selector: 'ion-item-options',
|
|
1360
1491
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1361
1492
|
template: '<ng-content></ng-content>',
|
|
1362
1493
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1363
|
-
inputs: ['
|
|
1494
|
+
inputs: ['side'],
|
|
1495
|
+
outputs: ['ionSwipe'],
|
|
1496
|
+
standalone: false
|
|
1364
1497
|
}]
|
|
1365
|
-
}], ctorParameters:
|
|
1498
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSwipe: [{
|
|
1499
|
+
type: Output
|
|
1500
|
+
}] } });
|
|
1366
1501
|
let IonItemSliding = class IonItemSliding {
|
|
1367
1502
|
z;
|
|
1368
1503
|
el;
|
|
1504
|
+
ionDrag = new EventEmitter();
|
|
1369
1505
|
constructor(c, r, z) {
|
|
1370
1506
|
this.z = z;
|
|
1371
1507
|
c.detach();
|
|
1372
1508
|
this.el = r.nativeElement;
|
|
1373
|
-
proxyOutputs(this, this.el, ['ionDrag']);
|
|
1374
1509
|
}
|
|
1375
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1376
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1510
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1511
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItemSliding, isStandalone: false, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, outputs: { ionDrag: "ionDrag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1377
1512
|
};
|
|
1378
1513
|
IonItemSliding = __decorate([
|
|
1379
1514
|
ProxyCmp({
|
|
1380
|
-
inputs: ['disabled'
|
|
1515
|
+
inputs: ['disabled'],
|
|
1381
1516
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1382
1517
|
})
|
|
1383
1518
|
], IonItemSliding);
|
|
1384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemSliding, decorators: [{
|
|
1385
1520
|
type: Component,
|
|
1386
1521
|
args: [{
|
|
1387
1522
|
selector: 'ion-item-sliding',
|
|
1388
1523
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1389
1524
|
template: '<ng-content></ng-content>',
|
|
1390
1525
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1391
|
-
inputs: ['disabled'
|
|
1526
|
+
inputs: ['disabled'],
|
|
1527
|
+
outputs: ['ionDrag'],
|
|
1528
|
+
standalone: false
|
|
1392
1529
|
}]
|
|
1393
|
-
}], ctorParameters:
|
|
1530
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionDrag: [{
|
|
1531
|
+
type: Output
|
|
1532
|
+
}] } });
|
|
1394
1533
|
let IonLabel = class IonLabel {
|
|
1395
1534
|
z;
|
|
1396
1535
|
el;
|
|
@@ -1399,24 +1538,25 @@ let IonLabel = class IonLabel {
|
|
|
1399
1538
|
c.detach();
|
|
1400
1539
|
this.el = r.nativeElement;
|
|
1401
1540
|
}
|
|
1402
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1403
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1541
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonLabel, 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: "21.2.14", type: IonLabel, isStandalone: false, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1404
1543
|
};
|
|
1405
1544
|
IonLabel = __decorate([
|
|
1406
1545
|
ProxyCmp({
|
|
1407
|
-
inputs: ['color', 'mode', 'position'
|
|
1546
|
+
inputs: ['color', 'mode', 'position']
|
|
1408
1547
|
})
|
|
1409
1548
|
], IonLabel);
|
|
1410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonLabel, decorators: [{
|
|
1411
1550
|
type: Component,
|
|
1412
1551
|
args: [{
|
|
1413
1552
|
selector: 'ion-label',
|
|
1414
1553
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1415
1554
|
template: '<ng-content></ng-content>',
|
|
1416
1555
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1417
|
-
inputs: ['color', 'mode', 'position'
|
|
1556
|
+
inputs: ['color', 'mode', 'position'],
|
|
1557
|
+
standalone: false
|
|
1418
1558
|
}]
|
|
1419
|
-
}], ctorParameters:
|
|
1559
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1420
1560
|
let IonList = class IonList {
|
|
1421
1561
|
z;
|
|
1422
1562
|
el;
|
|
@@ -1425,25 +1565,26 @@ let IonList = class IonList {
|
|
|
1425
1565
|
c.detach();
|
|
1426
1566
|
this.el = r.nativeElement;
|
|
1427
1567
|
}
|
|
1428
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1429
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1568
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1569
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonList, isStandalone: false, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1430
1570
|
};
|
|
1431
1571
|
IonList = __decorate([
|
|
1432
1572
|
ProxyCmp({
|
|
1433
|
-
inputs: ['inset', 'lines', 'mode'
|
|
1573
|
+
inputs: ['inset', 'lines', 'mode'],
|
|
1434
1574
|
methods: ['closeSlidingItems']
|
|
1435
1575
|
})
|
|
1436
1576
|
], IonList);
|
|
1437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonList, decorators: [{
|
|
1438
1578
|
type: Component,
|
|
1439
1579
|
args: [{
|
|
1440
1580
|
selector: 'ion-list',
|
|
1441
1581
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1442
1582
|
template: '<ng-content></ng-content>',
|
|
1443
1583
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1444
|
-
inputs: ['inset', 'lines', 'mode'
|
|
1584
|
+
inputs: ['inset', 'lines', 'mode'],
|
|
1585
|
+
standalone: false
|
|
1445
1586
|
}]
|
|
1446
|
-
}], ctorParameters:
|
|
1587
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1447
1588
|
let IonListHeader = class IonListHeader {
|
|
1448
1589
|
z;
|
|
1449
1590
|
el;
|
|
@@ -1452,80 +1593,119 @@ let IonListHeader = class IonListHeader {
|
|
|
1452
1593
|
c.detach();
|
|
1453
1594
|
this.el = r.nativeElement;
|
|
1454
1595
|
}
|
|
1455
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1456
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1596
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1597
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonListHeader, isStandalone: false, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1457
1598
|
};
|
|
1458
1599
|
IonListHeader = __decorate([
|
|
1459
1600
|
ProxyCmp({
|
|
1460
|
-
inputs: ['color', 'lines', 'mode'
|
|
1601
|
+
inputs: ['color', 'lines', 'mode']
|
|
1461
1602
|
})
|
|
1462
1603
|
], IonListHeader);
|
|
1463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonListHeader, decorators: [{
|
|
1464
1605
|
type: Component,
|
|
1465
1606
|
args: [{
|
|
1466
1607
|
selector: 'ion-list-header',
|
|
1467
1608
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1468
1609
|
template: '<ng-content></ng-content>',
|
|
1469
1610
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1470
|
-
inputs: ['color', 'lines', 'mode'
|
|
1611
|
+
inputs: ['color', 'lines', 'mode'],
|
|
1612
|
+
standalone: false
|
|
1471
1613
|
}]
|
|
1472
|
-
}], ctorParameters:
|
|
1614
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1473
1615
|
let IonLoading = class IonLoading {
|
|
1474
1616
|
z;
|
|
1475
1617
|
el;
|
|
1618
|
+
ionLoadingDidPresent = new EventEmitter();
|
|
1619
|
+
ionLoadingWillPresent = new EventEmitter();
|
|
1620
|
+
ionLoadingWillDismiss = new EventEmitter();
|
|
1621
|
+
ionLoadingDidDismiss = new EventEmitter();
|
|
1622
|
+
didPresent = new EventEmitter();
|
|
1623
|
+
willPresent = new EventEmitter();
|
|
1624
|
+
willDismiss = new EventEmitter();
|
|
1625
|
+
didDismiss = new EventEmitter();
|
|
1476
1626
|
constructor(c, r, z) {
|
|
1477
1627
|
this.z = z;
|
|
1478
1628
|
c.detach();
|
|
1479
1629
|
this.el = r.nativeElement;
|
|
1480
|
-
proxyOutputs(this, this.el, ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1481
1630
|
}
|
|
1482
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1483
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1631
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1632
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonLoading, isStandalone: false, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", translucent: "translucent", trigger: "trigger" }, outputs: { ionLoadingDidPresent: "ionLoadingDidPresent", ionLoadingWillPresent: "ionLoadingWillPresent", ionLoadingWillDismiss: "ionLoadingWillDismiss", ionLoadingDidDismiss: "ionLoadingDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1484
1633
|
};
|
|
1485
1634
|
IonLoading = __decorate([
|
|
1486
1635
|
ProxyCmp({
|
|
1487
|
-
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', '
|
|
1636
|
+
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1488
1637
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1489
1638
|
})
|
|
1490
1639
|
], IonLoading);
|
|
1491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonLoading, decorators: [{
|
|
1492
1641
|
type: Component,
|
|
1493
1642
|
args: [{
|
|
1494
1643
|
selector: 'ion-loading',
|
|
1495
1644
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1496
1645
|
template: '<ng-content></ng-content>',
|
|
1497
1646
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1498
|
-
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', '
|
|
1499
|
-
|
|
1500
|
-
|
|
1647
|
+
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1648
|
+
outputs: ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
1649
|
+
standalone: false
|
|
1650
|
+
}]
|
|
1651
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionLoadingDidPresent: [{
|
|
1652
|
+
type: Output
|
|
1653
|
+
}], ionLoadingWillPresent: [{
|
|
1654
|
+
type: Output
|
|
1655
|
+
}], ionLoadingWillDismiss: [{
|
|
1656
|
+
type: Output
|
|
1657
|
+
}], ionLoadingDidDismiss: [{
|
|
1658
|
+
type: Output
|
|
1659
|
+
}], didPresent: [{
|
|
1660
|
+
type: Output
|
|
1661
|
+
}], willPresent: [{
|
|
1662
|
+
type: Output
|
|
1663
|
+
}], willDismiss: [{
|
|
1664
|
+
type: Output
|
|
1665
|
+
}], didDismiss: [{
|
|
1666
|
+
type: Output
|
|
1667
|
+
}] } });
|
|
1501
1668
|
let IonMenu = class IonMenu {
|
|
1502
1669
|
z;
|
|
1503
1670
|
el;
|
|
1671
|
+
ionWillOpen = new EventEmitter();
|
|
1672
|
+
ionWillClose = new EventEmitter();
|
|
1673
|
+
ionDidOpen = new EventEmitter();
|
|
1674
|
+
ionDidClose = new EventEmitter();
|
|
1504
1675
|
constructor(c, r, z) {
|
|
1505
1676
|
this.z = z;
|
|
1506
1677
|
c.detach();
|
|
1507
1678
|
this.el = r.nativeElement;
|
|
1508
|
-
proxyOutputs(this, this.el, ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose']);
|
|
1509
1679
|
}
|
|
1510
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1511
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1680
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1681
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonMenu, isStandalone: false, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, outputs: { ionWillOpen: "ionWillOpen", ionWillClose: "ionWillClose", ionDidOpen: "ionDidOpen", ionDidClose: "ionDidClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1512
1682
|
};
|
|
1513
1683
|
IonMenu = __decorate([
|
|
1514
1684
|
ProxyCmp({
|
|
1515
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', '
|
|
1685
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1516
1686
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1517
1687
|
})
|
|
1518
1688
|
], IonMenu);
|
|
1519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenu, decorators: [{
|
|
1520
1690
|
type: Component,
|
|
1521
1691
|
args: [{
|
|
1522
1692
|
selector: 'ion-menu',
|
|
1523
1693
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1524
1694
|
template: '<ng-content></ng-content>',
|
|
1525
1695
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1526
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', '
|
|
1696
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1697
|
+
outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],
|
|
1698
|
+
standalone: false
|
|
1527
1699
|
}]
|
|
1528
|
-
}], ctorParameters:
|
|
1700
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionWillOpen: [{
|
|
1701
|
+
type: Output
|
|
1702
|
+
}], ionWillClose: [{
|
|
1703
|
+
type: Output
|
|
1704
|
+
}], ionDidOpen: [{
|
|
1705
|
+
type: Output
|
|
1706
|
+
}], ionDidClose: [{
|
|
1707
|
+
type: Output
|
|
1708
|
+
}] } });
|
|
1529
1709
|
let IonMenuButton = class IonMenuButton {
|
|
1530
1710
|
z;
|
|
1531
1711
|
el;
|
|
@@ -1534,24 +1714,25 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1534
1714
|
c.detach();
|
|
1535
1715
|
this.el = r.nativeElement;
|
|
1536
1716
|
}
|
|
1537
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1538
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1717
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1718
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonMenuButton, isStandalone: false, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1539
1719
|
};
|
|
1540
1720
|
IonMenuButton = __decorate([
|
|
1541
1721
|
ProxyCmp({
|
|
1542
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', '
|
|
1722
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1543
1723
|
})
|
|
1544
1724
|
], IonMenuButton);
|
|
1545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenuButton, decorators: [{
|
|
1546
1726
|
type: Component,
|
|
1547
1727
|
args: [{
|
|
1548
1728
|
selector: 'ion-menu-button',
|
|
1549
1729
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1550
1730
|
template: '<ng-content></ng-content>',
|
|
1551
1731
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1552
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', '
|
|
1732
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
|
|
1733
|
+
standalone: false
|
|
1553
1734
|
}]
|
|
1554
|
-
}], ctorParameters:
|
|
1735
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1555
1736
|
let IonMenuToggle = class IonMenuToggle {
|
|
1556
1737
|
z;
|
|
1557
1738
|
el;
|
|
@@ -1560,24 +1741,25 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1560
1741
|
c.detach();
|
|
1561
1742
|
this.el = r.nativeElement;
|
|
1562
1743
|
}
|
|
1563
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1564
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1744
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1745
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonMenuToggle, isStandalone: false, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1565
1746
|
};
|
|
1566
1747
|
IonMenuToggle = __decorate([
|
|
1567
1748
|
ProxyCmp({
|
|
1568
|
-
inputs: ['autoHide', 'menu'
|
|
1749
|
+
inputs: ['autoHide', 'menu']
|
|
1569
1750
|
})
|
|
1570
1751
|
], IonMenuToggle);
|
|
1571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenuToggle, decorators: [{
|
|
1572
1753
|
type: Component,
|
|
1573
1754
|
args: [{
|
|
1574
1755
|
selector: 'ion-menu-toggle',
|
|
1575
1756
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1576
1757
|
template: '<ng-content></ng-content>',
|
|
1577
1758
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1578
|
-
inputs: ['autoHide', 'menu'
|
|
1759
|
+
inputs: ['autoHide', 'menu'],
|
|
1760
|
+
standalone: false
|
|
1579
1761
|
}]
|
|
1580
|
-
}], ctorParameters:
|
|
1762
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1581
1763
|
let IonNavLink = class IonNavLink {
|
|
1582
1764
|
z;
|
|
1583
1765
|
el;
|
|
@@ -1586,24 +1768,25 @@ let IonNavLink = class IonNavLink {
|
|
|
1586
1768
|
c.detach();
|
|
1587
1769
|
this.el = r.nativeElement;
|
|
1588
1770
|
}
|
|
1589
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1590
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1771
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1772
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonNavLink, isStandalone: false, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", routerAnimation: "routerAnimation", routerDirection: "routerDirection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1591
1773
|
};
|
|
1592
1774
|
IonNavLink = __decorate([
|
|
1593
1775
|
ProxyCmp({
|
|
1594
|
-
inputs: ['component', 'componentProps', '
|
|
1776
|
+
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1595
1777
|
})
|
|
1596
1778
|
], IonNavLink);
|
|
1597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNavLink, decorators: [{
|
|
1598
1780
|
type: Component,
|
|
1599
1781
|
args: [{
|
|
1600
1782
|
selector: 'ion-nav-link',
|
|
1601
1783
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1602
1784
|
template: '<ng-content></ng-content>',
|
|
1603
1785
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1604
|
-
inputs: ['component', 'componentProps', '
|
|
1786
|
+
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
|
|
1787
|
+
standalone: false
|
|
1605
1788
|
}]
|
|
1606
|
-
}], ctorParameters:
|
|
1789
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1607
1790
|
let IonNote = class IonNote {
|
|
1608
1791
|
z;
|
|
1609
1792
|
el;
|
|
@@ -1612,24 +1795,25 @@ let IonNote = class IonNote {
|
|
|
1612
1795
|
c.detach();
|
|
1613
1796
|
this.el = r.nativeElement;
|
|
1614
1797
|
}
|
|
1615
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1616
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1798
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1799
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonNote, isStandalone: false, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1617
1800
|
};
|
|
1618
1801
|
IonNote = __decorate([
|
|
1619
1802
|
ProxyCmp({
|
|
1620
|
-
inputs: ['color', 'mode'
|
|
1803
|
+
inputs: ['color', 'mode']
|
|
1621
1804
|
})
|
|
1622
1805
|
], IonNote);
|
|
1623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNote, decorators: [{
|
|
1624
1807
|
type: Component,
|
|
1625
1808
|
args: [{
|
|
1626
1809
|
selector: 'ion-note',
|
|
1627
1810
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1628
1811
|
template: '<ng-content></ng-content>',
|
|
1629
1812
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1630
|
-
inputs: ['color', 'mode'
|
|
1813
|
+
inputs: ['color', 'mode'],
|
|
1814
|
+
standalone: false
|
|
1631
1815
|
}]
|
|
1632
|
-
}], ctorParameters:
|
|
1816
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1633
1817
|
let IonPicker = class IonPicker {
|
|
1634
1818
|
z;
|
|
1635
1819
|
el;
|
|
@@ -1638,52 +1822,57 @@ let IonPicker = class IonPicker {
|
|
|
1638
1822
|
c.detach();
|
|
1639
1823
|
this.el = r.nativeElement;
|
|
1640
1824
|
}
|
|
1641
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1642
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1825
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1826
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonPicker, isStandalone: false, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1643
1827
|
};
|
|
1644
1828
|
IonPicker = __decorate([
|
|
1645
1829
|
ProxyCmp({
|
|
1646
|
-
inputs: ['mode'
|
|
1830
|
+
inputs: ['mode']
|
|
1647
1831
|
})
|
|
1648
1832
|
], IonPicker);
|
|
1649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPicker, decorators: [{
|
|
1650
1834
|
type: Component,
|
|
1651
1835
|
args: [{
|
|
1652
1836
|
selector: 'ion-picker',
|
|
1653
1837
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1654
1838
|
template: '<ng-content></ng-content>',
|
|
1655
1839
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1656
|
-
inputs: ['mode'
|
|
1840
|
+
inputs: ['mode'],
|
|
1841
|
+
standalone: false
|
|
1657
1842
|
}]
|
|
1658
|
-
}], ctorParameters:
|
|
1843
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1659
1844
|
let IonPickerColumn = class IonPickerColumn {
|
|
1660
1845
|
z;
|
|
1661
1846
|
el;
|
|
1847
|
+
ionChange = new EventEmitter();
|
|
1662
1848
|
constructor(c, r, z) {
|
|
1663
1849
|
this.z = z;
|
|
1664
1850
|
c.detach();
|
|
1665
1851
|
this.el = r.nativeElement;
|
|
1666
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
1667
1852
|
}
|
|
1668
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1669
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1853
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1854
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonPickerColumn, isStandalone: false, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1670
1855
|
};
|
|
1671
1856
|
IonPickerColumn = __decorate([
|
|
1672
1857
|
ProxyCmp({
|
|
1673
|
-
inputs: ['color', 'disabled', 'mode', '
|
|
1858
|
+
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1674
1859
|
methods: ['setFocus']
|
|
1675
1860
|
})
|
|
1676
1861
|
], IonPickerColumn);
|
|
1677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPickerColumn, decorators: [{
|
|
1678
1863
|
type: Component,
|
|
1679
1864
|
args: [{
|
|
1680
1865
|
selector: 'ion-picker-column',
|
|
1681
1866
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1682
1867
|
template: '<ng-content></ng-content>',
|
|
1683
1868
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1684
|
-
inputs: ['color', 'disabled', 'mode', '
|
|
1869
|
+
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1870
|
+
outputs: ['ionChange'],
|
|
1871
|
+
standalone: false
|
|
1685
1872
|
}]
|
|
1686
|
-
}], ctorParameters:
|
|
1873
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
1874
|
+
type: Output
|
|
1875
|
+
}] } });
|
|
1687
1876
|
let IonPickerColumnOption = class IonPickerColumnOption {
|
|
1688
1877
|
z;
|
|
1689
1878
|
el;
|
|
@@ -1692,52 +1881,25 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1692
1881
|
c.detach();
|
|
1693
1882
|
this.el = r.nativeElement;
|
|
1694
1883
|
}
|
|
1695
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1696
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1884
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPickerColumnOption, 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: "21.2.14", type: IonPickerColumnOption, isStandalone: false, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1697
1886
|
};
|
|
1698
1887
|
IonPickerColumnOption = __decorate([
|
|
1699
1888
|
ProxyCmp({
|
|
1700
|
-
inputs: ['color', 'disabled', '
|
|
1889
|
+
inputs: ['color', 'disabled', 'value']
|
|
1701
1890
|
})
|
|
1702
1891
|
], IonPickerColumnOption);
|
|
1703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPickerColumnOption, decorators: [{
|
|
1704
1893
|
type: Component,
|
|
1705
1894
|
args: [{
|
|
1706
1895
|
selector: 'ion-picker-column-option',
|
|
1707
1896
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1708
1897
|
template: '<ng-content></ng-content>',
|
|
1709
1898
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1710
|
-
inputs: ['color', 'disabled', '
|
|
1899
|
+
inputs: ['color', 'disabled', 'value'],
|
|
1900
|
+
standalone: false
|
|
1711
1901
|
}]
|
|
1712
|
-
}], ctorParameters:
|
|
1713
|
-
let IonPickerLegacy = class IonPickerLegacy {
|
|
1714
|
-
z;
|
|
1715
|
-
el;
|
|
1716
|
-
constructor(c, r, z) {
|
|
1717
|
-
this.z = z;
|
|
1718
|
-
c.detach();
|
|
1719
|
-
this.el = r.nativeElement;
|
|
1720
|
-
proxyOutputs(this, this.el, ['ionPickerDidPresent', 'ionPickerWillPresent', 'ionPickerWillDismiss', 'ionPickerDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1721
|
-
}
|
|
1722
|
-
/** @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 });
|
|
1723
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonPickerLegacy, 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 });
|
|
1724
|
-
};
|
|
1725
|
-
IonPickerLegacy = __decorate([
|
|
1726
|
-
ProxyCmp({
|
|
1727
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
|
|
1728
|
-
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'getColumn']
|
|
1729
|
-
})
|
|
1730
|
-
], IonPickerLegacy);
|
|
1731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerLegacy, decorators: [{
|
|
1732
|
-
type: Component,
|
|
1733
|
-
args: [{
|
|
1734
|
-
selector: 'ion-picker-legacy',
|
|
1735
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1736
|
-
template: '<ng-content></ng-content>',
|
|
1737
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1738
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
|
|
1739
|
-
}]
|
|
1740
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1902
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1741
1903
|
let IonProgressBar = class IonProgressBar {
|
|
1742
1904
|
z;
|
|
1743
1905
|
el;
|
|
@@ -1746,133 +1908,180 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1746
1908
|
c.detach();
|
|
1747
1909
|
this.el = r.nativeElement;
|
|
1748
1910
|
}
|
|
1749
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1750
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1911
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1912
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonProgressBar, isStandalone: false, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1751
1913
|
};
|
|
1752
1914
|
IonProgressBar = __decorate([
|
|
1753
1915
|
ProxyCmp({
|
|
1754
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', '
|
|
1916
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1755
1917
|
})
|
|
1756
1918
|
], IonProgressBar);
|
|
1757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonProgressBar, decorators: [{
|
|
1758
1920
|
type: Component,
|
|
1759
1921
|
args: [{
|
|
1760
1922
|
selector: 'ion-progress-bar',
|
|
1761
1923
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1762
1924
|
template: '<ng-content></ng-content>',
|
|
1763
1925
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1764
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', '
|
|
1926
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
|
|
1927
|
+
standalone: false
|
|
1765
1928
|
}]
|
|
1766
|
-
}], ctorParameters:
|
|
1929
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1767
1930
|
let IonRadio = class IonRadio {
|
|
1768
1931
|
z;
|
|
1769
1932
|
el;
|
|
1933
|
+
ionFocus = new EventEmitter();
|
|
1934
|
+
ionBlur = new EventEmitter();
|
|
1770
1935
|
constructor(c, r, z) {
|
|
1771
1936
|
this.z = z;
|
|
1772
1937
|
c.detach();
|
|
1773
1938
|
this.el = r.nativeElement;
|
|
1774
|
-
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
1775
1939
|
}
|
|
1776
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1777
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1940
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1941
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRadio, isStandalone: false, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1778
1942
|
};
|
|
1779
1943
|
IonRadio = __decorate([
|
|
1780
1944
|
ProxyCmp({
|
|
1781
|
-
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', '
|
|
1945
|
+
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1782
1946
|
})
|
|
1783
1947
|
], IonRadio);
|
|
1784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRadio, decorators: [{
|
|
1785
1949
|
type: Component,
|
|
1786
1950
|
args: [{
|
|
1787
1951
|
selector: 'ion-radio',
|
|
1788
1952
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1789
1953
|
template: '<ng-content></ng-content>',
|
|
1790
1954
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1791
|
-
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', '
|
|
1955
|
+
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
|
|
1956
|
+
outputs: ['ionFocus', 'ionBlur'],
|
|
1957
|
+
standalone: false
|
|
1792
1958
|
}]
|
|
1793
|
-
}], ctorParameters:
|
|
1959
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
1960
|
+
type: Output
|
|
1961
|
+
}], ionBlur: [{
|
|
1962
|
+
type: Output
|
|
1963
|
+
}] } });
|
|
1794
1964
|
let IonRadioGroup = class IonRadioGroup {
|
|
1795
1965
|
z;
|
|
1796
1966
|
el;
|
|
1967
|
+
ionChange = new EventEmitter();
|
|
1797
1968
|
constructor(c, r, z) {
|
|
1798
1969
|
this.z = z;
|
|
1799
1970
|
c.detach();
|
|
1800
1971
|
this.el = r.nativeElement;
|
|
1801
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
1802
1972
|
}
|
|
1803
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1804
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1973
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1974
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRadioGroup, isStandalone: false, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1805
1975
|
};
|
|
1806
1976
|
IonRadioGroup = __decorate([
|
|
1807
1977
|
ProxyCmp({
|
|
1808
|
-
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', '
|
|
1978
|
+
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value']
|
|
1809
1979
|
})
|
|
1810
1980
|
], IonRadioGroup);
|
|
1811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRadioGroup, decorators: [{
|
|
1812
1982
|
type: Component,
|
|
1813
1983
|
args: [{
|
|
1814
1984
|
selector: 'ion-radio-group',
|
|
1815
1985
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1816
1986
|
template: '<ng-content></ng-content>',
|
|
1817
1987
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1818
|
-
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', '
|
|
1988
|
+
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'],
|
|
1989
|
+
outputs: ['ionChange'],
|
|
1990
|
+
standalone: false
|
|
1819
1991
|
}]
|
|
1820
|
-
}], ctorParameters:
|
|
1992
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
1993
|
+
type: Output
|
|
1994
|
+
}] } });
|
|
1821
1995
|
let IonRange = class IonRange {
|
|
1822
1996
|
z;
|
|
1823
1997
|
el;
|
|
1998
|
+
ionChange = new EventEmitter();
|
|
1999
|
+
ionInput = new EventEmitter();
|
|
2000
|
+
ionFocus = new EventEmitter();
|
|
2001
|
+
ionBlur = new EventEmitter();
|
|
2002
|
+
ionKnobMoveStart = new EventEmitter();
|
|
2003
|
+
ionKnobMoveEnd = new EventEmitter();
|
|
1824
2004
|
constructor(c, r, z) {
|
|
1825
2005
|
this.z = z;
|
|
1826
2006
|
c.detach();
|
|
1827
2007
|
this.el = r.nativeElement;
|
|
1828
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionFocus', 'ionBlur', 'ionKnobMoveStart', 'ionKnobMoveEnd']);
|
|
1829
2008
|
}
|
|
1830
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1831
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2009
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2010
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRange, isStandalone: false, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", ticks: "ticks", value: "value" }, outputs: { ionChange: "ionChange", ionInput: "ionInput", ionFocus: "ionFocus", ionBlur: "ionBlur", ionKnobMoveStart: "ionKnobMoveStart", ionKnobMoveEnd: "ionKnobMoveEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1832
2011
|
};
|
|
1833
2012
|
IonRange = __decorate([
|
|
1834
2013
|
ProxyCmp({
|
|
1835
|
-
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', '
|
|
2014
|
+
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'ticks', 'value']
|
|
1836
2015
|
})
|
|
1837
2016
|
], IonRange);
|
|
1838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRange, decorators: [{
|
|
1839
2018
|
type: Component,
|
|
1840
2019
|
args: [{
|
|
1841
2020
|
selector: 'ion-range',
|
|
1842
2021
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1843
2022
|
template: '<ng-content></ng-content>',
|
|
1844
2023
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1845
|
-
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', '
|
|
2024
|
+
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'ticks', 'value'],
|
|
2025
|
+
outputs: ['ionChange', 'ionInput', 'ionFocus', 'ionBlur', 'ionKnobMoveStart', 'ionKnobMoveEnd'],
|
|
2026
|
+
standalone: false
|
|
1846
2027
|
}]
|
|
1847
|
-
}], ctorParameters:
|
|
2028
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
2029
|
+
type: Output
|
|
2030
|
+
}], ionInput: [{
|
|
2031
|
+
type: Output
|
|
2032
|
+
}], ionFocus: [{
|
|
2033
|
+
type: Output
|
|
2034
|
+
}], ionBlur: [{
|
|
2035
|
+
type: Output
|
|
2036
|
+
}], ionKnobMoveStart: [{
|
|
2037
|
+
type: Output
|
|
2038
|
+
}], ionKnobMoveEnd: [{
|
|
2039
|
+
type: Output
|
|
2040
|
+
}] } });
|
|
1848
2041
|
let IonRefresher = class IonRefresher {
|
|
1849
2042
|
z;
|
|
1850
2043
|
el;
|
|
2044
|
+
ionRefresh = new EventEmitter();
|
|
2045
|
+
ionPull = new EventEmitter();
|
|
2046
|
+
ionStart = new EventEmitter();
|
|
2047
|
+
ionPullStart = new EventEmitter();
|
|
2048
|
+
ionPullEnd = new EventEmitter();
|
|
1851
2049
|
constructor(c, r, z) {
|
|
1852
2050
|
this.z = z;
|
|
1853
2051
|
c.detach();
|
|
1854
2052
|
this.el = r.nativeElement;
|
|
1855
|
-
proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd']);
|
|
1856
2053
|
}
|
|
1857
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1858
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2054
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2055
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRefresher, isStandalone: false, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1859
2056
|
};
|
|
1860
2057
|
IonRefresher = __decorate([
|
|
1861
2058
|
ProxyCmp({
|
|
1862
|
-
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'
|
|
2059
|
+
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1863
2060
|
methods: ['complete', 'cancel', 'getProgress']
|
|
1864
2061
|
})
|
|
1865
2062
|
], IonRefresher);
|
|
1866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRefresher, decorators: [{
|
|
1867
2064
|
type: Component,
|
|
1868
2065
|
args: [{
|
|
1869
2066
|
selector: 'ion-refresher',
|
|
1870
2067
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1871
2068
|
template: '<ng-content></ng-content>',
|
|
1872
2069
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1873
|
-
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'
|
|
2070
|
+
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
2071
|
+
outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],
|
|
2072
|
+
standalone: false
|
|
1874
2073
|
}]
|
|
1875
|
-
}], ctorParameters:
|
|
2074
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionRefresh: [{
|
|
2075
|
+
type: Output
|
|
2076
|
+
}], ionPull: [{
|
|
2077
|
+
type: Output
|
|
2078
|
+
}], ionStart: [{
|
|
2079
|
+
type: Output
|
|
2080
|
+
}], ionPullStart: [{
|
|
2081
|
+
type: Output
|
|
2082
|
+
}], ionPullEnd: [{
|
|
2083
|
+
type: Output
|
|
2084
|
+
}] } });
|
|
1876
2085
|
let IonRefresherContent = class IonRefresherContent {
|
|
1877
2086
|
z;
|
|
1878
2087
|
el;
|
|
@@ -1881,24 +2090,25 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
1881
2090
|
c.detach();
|
|
1882
2091
|
this.el = r.nativeElement;
|
|
1883
2092
|
}
|
|
1884
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1885
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2093
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2094
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRefresherContent, isStandalone: false, selector: "ion-refresher-content", inputs: { pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1886
2095
|
};
|
|
1887
2096
|
IonRefresherContent = __decorate([
|
|
1888
2097
|
ProxyCmp({
|
|
1889
|
-
inputs: ['
|
|
2098
|
+
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
1890
2099
|
})
|
|
1891
2100
|
], IonRefresherContent);
|
|
1892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRefresherContent, decorators: [{
|
|
1893
2102
|
type: Component,
|
|
1894
2103
|
args: [{
|
|
1895
2104
|
selector: 'ion-refresher-content',
|
|
1896
2105
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1897
2106
|
template: '<ng-content></ng-content>',
|
|
1898
2107
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1899
|
-
inputs: ['
|
|
2108
|
+
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
|
|
2109
|
+
standalone: false
|
|
1900
2110
|
}]
|
|
1901
|
-
}], ctorParameters:
|
|
2111
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1902
2112
|
let IonReorder = class IonReorder {
|
|
1903
2113
|
z;
|
|
1904
2114
|
el;
|
|
@@ -1907,52 +2117,64 @@ let IonReorder = class IonReorder {
|
|
|
1907
2117
|
c.detach();
|
|
1908
2118
|
this.el = r.nativeElement;
|
|
1909
2119
|
}
|
|
1910
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1911
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2120
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2121
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonReorder, isStandalone: false, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1912
2122
|
};
|
|
1913
2123
|
IonReorder = __decorate([
|
|
1914
|
-
ProxyCmp({
|
|
1915
|
-
inputs: ['mode', 'theme']
|
|
1916
|
-
})
|
|
2124
|
+
ProxyCmp({})
|
|
1917
2125
|
], IonReorder);
|
|
1918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonReorder, decorators: [{
|
|
1919
2127
|
type: Component,
|
|
1920
2128
|
args: [{
|
|
1921
2129
|
selector: 'ion-reorder',
|
|
1922
2130
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1923
2131
|
template: '<ng-content></ng-content>',
|
|
1924
2132
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1925
|
-
inputs: [
|
|
2133
|
+
inputs: [],
|
|
2134
|
+
standalone: false
|
|
1926
2135
|
}]
|
|
1927
|
-
}], ctorParameters:
|
|
2136
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1928
2137
|
let IonReorderGroup = class IonReorderGroup {
|
|
1929
2138
|
z;
|
|
1930
2139
|
el;
|
|
2140
|
+
ionItemReorder = new EventEmitter();
|
|
2141
|
+
ionReorderStart = new EventEmitter();
|
|
2142
|
+
ionReorderMove = new EventEmitter();
|
|
2143
|
+
ionReorderEnd = new EventEmitter();
|
|
1931
2144
|
constructor(c, r, z) {
|
|
1932
2145
|
this.z = z;
|
|
1933
2146
|
c.detach();
|
|
1934
2147
|
this.el = r.nativeElement;
|
|
1935
|
-
proxyOutputs(this, this.el, ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd']);
|
|
1936
2148
|
}
|
|
1937
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1938
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2149
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2150
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonReorderGroup, isStandalone: false, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1939
2151
|
};
|
|
1940
2152
|
IonReorderGroup = __decorate([
|
|
1941
2153
|
ProxyCmp({
|
|
1942
|
-
inputs: ['disabled'
|
|
2154
|
+
inputs: ['disabled'],
|
|
1943
2155
|
methods: ['complete']
|
|
1944
2156
|
})
|
|
1945
2157
|
], IonReorderGroup);
|
|
1946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonReorderGroup, decorators: [{
|
|
1947
2159
|
type: Component,
|
|
1948
2160
|
args: [{
|
|
1949
2161
|
selector: 'ion-reorder-group',
|
|
1950
2162
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1951
2163
|
template: '<ng-content></ng-content>',
|
|
1952
2164
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1953
|
-
inputs: ['disabled'
|
|
2165
|
+
inputs: ['disabled'],
|
|
2166
|
+
outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
|
|
2167
|
+
standalone: false
|
|
1954
2168
|
}]
|
|
1955
|
-
}], ctorParameters:
|
|
2169
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionItemReorder: [{
|
|
2170
|
+
type: Output
|
|
2171
|
+
}], ionReorderStart: [{
|
|
2172
|
+
type: Output
|
|
2173
|
+
}], ionReorderMove: [{
|
|
2174
|
+
type: Output
|
|
2175
|
+
}], ionReorderEnd: [{
|
|
2176
|
+
type: Output
|
|
2177
|
+
}] } });
|
|
1956
2178
|
let IonRippleEffect = class IonRippleEffect {
|
|
1957
2179
|
z;
|
|
1958
2180
|
el;
|
|
@@ -1961,25 +2183,26 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
1961
2183
|
c.detach();
|
|
1962
2184
|
this.el = r.nativeElement;
|
|
1963
2185
|
}
|
|
1964
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1965
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2186
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2187
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRippleEffect, isStandalone: false, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1966
2188
|
};
|
|
1967
2189
|
IonRippleEffect = __decorate([
|
|
1968
2190
|
ProxyCmp({
|
|
1969
|
-
inputs: ['
|
|
2191
|
+
inputs: ['type'],
|
|
1970
2192
|
methods: ['addRipple']
|
|
1971
2193
|
})
|
|
1972
2194
|
], IonRippleEffect);
|
|
1973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRippleEffect, decorators: [{
|
|
1974
2196
|
type: Component,
|
|
1975
2197
|
args: [{
|
|
1976
2198
|
selector: 'ion-ripple-effect',
|
|
1977
2199
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1978
2200
|
template: '<ng-content></ng-content>',
|
|
1979
2201
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1980
|
-
inputs: ['
|
|
2202
|
+
inputs: ['type'],
|
|
2203
|
+
standalone: false
|
|
1981
2204
|
}]
|
|
1982
|
-
}], ctorParameters:
|
|
2205
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1983
2206
|
let IonRow = class IonRow {
|
|
1984
2207
|
z;
|
|
1985
2208
|
el;
|
|
@@ -1988,79 +2211,101 @@ let IonRow = class IonRow {
|
|
|
1988
2211
|
c.detach();
|
|
1989
2212
|
this.el = r.nativeElement;
|
|
1990
2213
|
}
|
|
1991
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1992
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2214
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2215
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRow, isStandalone: false, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1993
2216
|
};
|
|
1994
2217
|
IonRow = __decorate([
|
|
1995
|
-
ProxyCmp({
|
|
1996
|
-
inputs: ['mode', 'theme']
|
|
1997
|
-
})
|
|
2218
|
+
ProxyCmp({})
|
|
1998
2219
|
], IonRow);
|
|
1999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRow, decorators: [{
|
|
2000
2221
|
type: Component,
|
|
2001
2222
|
args: [{
|
|
2002
2223
|
selector: 'ion-row',
|
|
2003
2224
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2004
2225
|
template: '<ng-content></ng-content>',
|
|
2005
2226
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2006
|
-
inputs: [
|
|
2227
|
+
inputs: [],
|
|
2228
|
+
standalone: false
|
|
2007
2229
|
}]
|
|
2008
|
-
}], ctorParameters:
|
|
2230
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2009
2231
|
let IonSearchbar = class IonSearchbar {
|
|
2010
2232
|
z;
|
|
2011
2233
|
el;
|
|
2234
|
+
ionInput = new EventEmitter();
|
|
2235
|
+
ionChange = new EventEmitter();
|
|
2236
|
+
ionCancel = new EventEmitter();
|
|
2237
|
+
ionClear = new EventEmitter();
|
|
2238
|
+
ionBlur = new EventEmitter();
|
|
2239
|
+
ionFocus = new EventEmitter();
|
|
2012
2240
|
constructor(c, r, z) {
|
|
2013
2241
|
this.z = z;
|
|
2014
2242
|
c.detach();
|
|
2015
2243
|
this.el = r.nativeElement;
|
|
2016
|
-
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionCancel', 'ionClear', 'ionBlur', 'ionFocus']);
|
|
2017
2244
|
}
|
|
2018
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2019
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2245
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSearchbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2246
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSearchbar, isStandalone: false, selector: "ion-searchbar", inputs: { animated: "animated", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", showCancelButton: "showCancelButton", showClearButton: "showClearButton", spellcheck: "spellcheck", type: "type", value: "value" }, outputs: { ionInput: "ionInput", ionChange: "ionChange", ionCancel: "ionCancel", ionClear: "ionClear", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2020
2247
|
};
|
|
2021
2248
|
IonSearchbar = __decorate([
|
|
2022
2249
|
ProxyCmp({
|
|
2023
|
-
inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', '
|
|
2250
|
+
inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', 'showCancelButton', 'showClearButton', 'spellcheck', 'type', 'value'],
|
|
2024
2251
|
methods: ['setFocus', 'getInputElement']
|
|
2025
2252
|
})
|
|
2026
2253
|
], IonSearchbar);
|
|
2027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSearchbar, decorators: [{
|
|
2028
2255
|
type: Component,
|
|
2029
2256
|
args: [{
|
|
2030
2257
|
selector: 'ion-searchbar',
|
|
2031
2258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2032
2259
|
template: '<ng-content></ng-content>',
|
|
2033
2260
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2034
|
-
inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', '
|
|
2261
|
+
inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', 'showCancelButton', 'showClearButton', 'spellcheck', 'type', 'value'],
|
|
2262
|
+
outputs: ['ionInput', 'ionChange', 'ionCancel', 'ionClear', 'ionBlur', 'ionFocus'],
|
|
2263
|
+
standalone: false
|
|
2035
2264
|
}]
|
|
2036
|
-
}], ctorParameters:
|
|
2265
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInput: [{
|
|
2266
|
+
type: Output
|
|
2267
|
+
}], ionChange: [{
|
|
2268
|
+
type: Output
|
|
2269
|
+
}], ionCancel: [{
|
|
2270
|
+
type: Output
|
|
2271
|
+
}], ionClear: [{
|
|
2272
|
+
type: Output
|
|
2273
|
+
}], ionBlur: [{
|
|
2274
|
+
type: Output
|
|
2275
|
+
}], ionFocus: [{
|
|
2276
|
+
type: Output
|
|
2277
|
+
}] } });
|
|
2037
2278
|
let IonSegment = class IonSegment {
|
|
2038
2279
|
z;
|
|
2039
2280
|
el;
|
|
2281
|
+
ionChange = new EventEmitter();
|
|
2040
2282
|
constructor(c, r, z) {
|
|
2041
2283
|
this.z = z;
|
|
2042
2284
|
c.detach();
|
|
2043
2285
|
this.el = r.nativeElement;
|
|
2044
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
2045
2286
|
}
|
|
2046
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2047
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2287
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2288
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSegment, isStandalone: false, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2048
2289
|
};
|
|
2049
2290
|
IonSegment = __decorate([
|
|
2050
2291
|
ProxyCmp({
|
|
2051
|
-
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', '
|
|
2292
|
+
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value']
|
|
2052
2293
|
})
|
|
2053
2294
|
], IonSegment);
|
|
2054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegment, decorators: [{
|
|
2055
2296
|
type: Component,
|
|
2056
2297
|
args: [{
|
|
2057
2298
|
selector: 'ion-segment',
|
|
2058
2299
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2059
2300
|
template: '<ng-content></ng-content>',
|
|
2060
2301
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2061
|
-
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', '
|
|
2302
|
+
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value'],
|
|
2303
|
+
outputs: ['ionChange'],
|
|
2304
|
+
standalone: false
|
|
2062
2305
|
}]
|
|
2063
|
-
}], ctorParameters:
|
|
2306
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
2307
|
+
type: Output
|
|
2308
|
+
}] } });
|
|
2064
2309
|
let IonSegmentButton = class IonSegmentButton {
|
|
2065
2310
|
z;
|
|
2066
2311
|
el;
|
|
@@ -2069,24 +2314,25 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
2069
2314
|
c.detach();
|
|
2070
2315
|
this.el = r.nativeElement;
|
|
2071
2316
|
}
|
|
2072
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2073
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2317
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2318
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSegmentButton, isStandalone: false, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2074
2319
|
};
|
|
2075
2320
|
IonSegmentButton = __decorate([
|
|
2076
2321
|
ProxyCmp({
|
|
2077
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', '
|
|
2322
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
2078
2323
|
})
|
|
2079
2324
|
], IonSegmentButton);
|
|
2080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentButton, decorators: [{
|
|
2081
2326
|
type: Component,
|
|
2082
2327
|
args: [{
|
|
2083
2328
|
selector: 'ion-segment-button',
|
|
2084
2329
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2085
2330
|
template: '<ng-content></ng-content>',
|
|
2086
2331
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2087
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', '
|
|
2332
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
|
|
2333
|
+
standalone: false
|
|
2088
2334
|
}]
|
|
2089
|
-
}], ctorParameters:
|
|
2335
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2090
2336
|
let IonSegmentContent = class IonSegmentContent {
|
|
2091
2337
|
z;
|
|
2092
2338
|
el;
|
|
@@ -2095,13 +2341,13 @@ let IonSegmentContent = class IonSegmentContent {
|
|
|
2095
2341
|
c.detach();
|
|
2096
2342
|
this.el = r.nativeElement;
|
|
2097
2343
|
}
|
|
2098
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2099
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2344
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2345
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSegmentContent, isStandalone: false, selector: "ion-segment-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2100
2346
|
};
|
|
2101
2347
|
IonSegmentContent = __decorate([
|
|
2102
2348
|
ProxyCmp({})
|
|
2103
2349
|
], IonSegmentContent);
|
|
2104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentContent, decorators: [{
|
|
2105
2351
|
type: Component,
|
|
2106
2352
|
args: [{
|
|
2107
2353
|
selector: 'ion-segment-content',
|
|
@@ -2109,26 +2355,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2109
2355
|
template: '<ng-content></ng-content>',
|
|
2110
2356
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2111
2357
|
inputs: [],
|
|
2358
|
+
standalone: false
|
|
2112
2359
|
}]
|
|
2113
|
-
}], ctorParameters:
|
|
2360
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2114
2361
|
let IonSegmentView = class IonSegmentView {
|
|
2115
2362
|
z;
|
|
2116
2363
|
el;
|
|
2364
|
+
ionSegmentViewScroll = new EventEmitter();
|
|
2117
2365
|
constructor(c, r, z) {
|
|
2118
2366
|
this.z = z;
|
|
2119
2367
|
c.detach();
|
|
2120
2368
|
this.el = r.nativeElement;
|
|
2121
|
-
proxyOutputs(this, this.el, ['ionSegmentViewScroll']);
|
|
2122
2369
|
}
|
|
2123
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2124
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2370
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2371
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSegmentView, isStandalone: false, selector: "ion-segment-view", inputs: { disabled: "disabled", swipeGesture: "swipeGesture" }, outputs: { ionSegmentViewScroll: "ionSegmentViewScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2125
2372
|
};
|
|
2126
2373
|
IonSegmentView = __decorate([
|
|
2127
2374
|
ProxyCmp({
|
|
2128
2375
|
inputs: ['disabled', 'swipeGesture']
|
|
2129
2376
|
})
|
|
2130
2377
|
], IonSegmentView);
|
|
2131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentView, decorators: [{
|
|
2132
2379
|
type: Component,
|
|
2133
2380
|
args: [{
|
|
2134
2381
|
selector: 'ion-segment-view',
|
|
@@ -2136,36 +2383,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2136
2383
|
template: '<ng-content></ng-content>',
|
|
2137
2384
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2138
2385
|
inputs: ['disabled', 'swipeGesture'],
|
|
2386
|
+
outputs: ['ionSegmentViewScroll'],
|
|
2387
|
+
standalone: false
|
|
2139
2388
|
}]
|
|
2140
|
-
}], ctorParameters:
|
|
2389
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSegmentViewScroll: [{
|
|
2390
|
+
type: Output
|
|
2391
|
+
}] } });
|
|
2141
2392
|
let IonSelect = class IonSelect {
|
|
2142
2393
|
z;
|
|
2143
2394
|
el;
|
|
2395
|
+
ionChange = new EventEmitter();
|
|
2396
|
+
ionCancel = new EventEmitter();
|
|
2397
|
+
ionDismiss = new EventEmitter();
|
|
2398
|
+
ionFocus = new EventEmitter();
|
|
2399
|
+
ionBlur = new EventEmitter();
|
|
2144
2400
|
constructor(c, r, z) {
|
|
2145
2401
|
this.z = z;
|
|
2146
2402
|
c.detach();
|
|
2147
2403
|
this.el = r.nativeElement;
|
|
2148
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionCancel', 'ionDismiss', 'ionFocus', 'ionBlur']);
|
|
2149
2404
|
}
|
|
2150
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2151
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2405
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2406
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSelect, isStandalone: false, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", required: "required", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, outputs: { ionChange: "ionChange", ionCancel: "ionCancel", ionDismiss: "ionDismiss", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2152
2407
|
};
|
|
2153
2408
|
IonSelect = __decorate([
|
|
2154
2409
|
ProxyCmp({
|
|
2155
|
-
inputs: ['
|
|
2410
|
+
inputs: ['cancelText', 'color', 'compareWith', 'disabled', 'errorText', 'expandedIcon', 'fill', 'helperText', 'interface', 'interfaceOptions', 'justify', 'label', 'labelPlacement', 'mode', 'multiple', 'name', 'okText', 'placeholder', 'required', 'selectedText', 'shape', 'toggleIcon', 'value'],
|
|
2156
2411
|
methods: ['open']
|
|
2157
2412
|
})
|
|
2158
2413
|
], IonSelect);
|
|
2159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelect, decorators: [{
|
|
2160
2415
|
type: Component,
|
|
2161
2416
|
args: [{
|
|
2162
2417
|
selector: 'ion-select',
|
|
2163
2418
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2164
2419
|
template: '<ng-content></ng-content>',
|
|
2165
2420
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2166
|
-
inputs: ['
|
|
2421
|
+
inputs: ['cancelText', 'color', 'compareWith', 'disabled', 'errorText', 'expandedIcon', 'fill', 'helperText', 'interface', 'interfaceOptions', 'justify', 'label', 'labelPlacement', 'mode', 'multiple', 'name', 'okText', 'placeholder', 'required', 'selectedText', 'shape', 'toggleIcon', 'value'],
|
|
2422
|
+
outputs: ['ionChange', 'ionCancel', 'ionDismiss', 'ionFocus', 'ionBlur'],
|
|
2423
|
+
standalone: false
|
|
2167
2424
|
}]
|
|
2168
|
-
}], ctorParameters:
|
|
2425
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
2426
|
+
type: Output
|
|
2427
|
+
}], ionCancel: [{
|
|
2428
|
+
type: Output
|
|
2429
|
+
}], ionDismiss: [{
|
|
2430
|
+
type: Output
|
|
2431
|
+
}], ionFocus: [{
|
|
2432
|
+
type: Output
|
|
2433
|
+
}], ionBlur: [{
|
|
2434
|
+
type: Output
|
|
2435
|
+
}] } });
|
|
2169
2436
|
let IonSelectModal = class IonSelectModal {
|
|
2170
2437
|
z;
|
|
2171
2438
|
el;
|
|
@@ -2174,24 +2441,25 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2174
2441
|
c.detach();
|
|
2175
2442
|
this.el = r.nativeElement;
|
|
2176
2443
|
}
|
|
2177
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2178
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2444
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2445
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSelectModal, isStandalone: false, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2179
2446
|
};
|
|
2180
2447
|
IonSelectModal = __decorate([
|
|
2181
2448
|
ProxyCmp({
|
|
2182
|
-
inputs: ['
|
|
2449
|
+
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2183
2450
|
})
|
|
2184
2451
|
], IonSelectModal);
|
|
2185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelectModal, decorators: [{
|
|
2186
2453
|
type: Component,
|
|
2187
2454
|
args: [{
|
|
2188
2455
|
selector: 'ion-select-modal',
|
|
2189
2456
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2190
2457
|
template: '<ng-content></ng-content>',
|
|
2191
2458
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2192
|
-
inputs: ['
|
|
2459
|
+
inputs: ['cancelText', 'header', 'multiple', 'options'],
|
|
2460
|
+
standalone: false
|
|
2193
2461
|
}]
|
|
2194
|
-
}], ctorParameters:
|
|
2462
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2195
2463
|
let IonSelectOption = class IonSelectOption {
|
|
2196
2464
|
z;
|
|
2197
2465
|
el;
|
|
@@ -2200,24 +2468,25 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2200
2468
|
c.detach();
|
|
2201
2469
|
this.el = r.nativeElement;
|
|
2202
2470
|
}
|
|
2203
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2204
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2471
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2472
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSelectOption, isStandalone: false, selector: "ion-select-option", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2205
2473
|
};
|
|
2206
2474
|
IonSelectOption = __decorate([
|
|
2207
2475
|
ProxyCmp({
|
|
2208
|
-
inputs: ['
|
|
2476
|
+
inputs: ['disabled', 'value']
|
|
2209
2477
|
})
|
|
2210
2478
|
], IonSelectOption);
|
|
2211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelectOption, decorators: [{
|
|
2212
2480
|
type: Component,
|
|
2213
2481
|
args: [{
|
|
2214
2482
|
selector: 'ion-select-option',
|
|
2215
2483
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2216
2484
|
template: '<ng-content></ng-content>',
|
|
2217
2485
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2218
|
-
inputs: ['
|
|
2486
|
+
inputs: ['disabled', 'value'],
|
|
2487
|
+
standalone: false
|
|
2219
2488
|
}]
|
|
2220
|
-
}], ctorParameters:
|
|
2489
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2221
2490
|
let IonSkeletonText = class IonSkeletonText {
|
|
2222
2491
|
z;
|
|
2223
2492
|
el;
|
|
@@ -2226,24 +2495,25 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2226
2495
|
c.detach();
|
|
2227
2496
|
this.el = r.nativeElement;
|
|
2228
2497
|
}
|
|
2229
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2230
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2498
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2499
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSkeletonText, isStandalone: false, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2231
2500
|
};
|
|
2232
2501
|
IonSkeletonText = __decorate([
|
|
2233
2502
|
ProxyCmp({
|
|
2234
|
-
inputs: ['animated'
|
|
2503
|
+
inputs: ['animated']
|
|
2235
2504
|
})
|
|
2236
2505
|
], IonSkeletonText);
|
|
2237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSkeletonText, decorators: [{
|
|
2238
2507
|
type: Component,
|
|
2239
2508
|
args: [{
|
|
2240
2509
|
selector: 'ion-skeleton-text',
|
|
2241
2510
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2242
2511
|
template: '<ng-content></ng-content>',
|
|
2243
2512
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2244
|
-
inputs: ['animated'
|
|
2513
|
+
inputs: ['animated'],
|
|
2514
|
+
standalone: false
|
|
2245
2515
|
}]
|
|
2246
|
-
}], ctorParameters:
|
|
2516
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2247
2517
|
let IonSpinner = class IonSpinner {
|
|
2248
2518
|
z;
|
|
2249
2519
|
el;
|
|
@@ -2252,51 +2522,56 @@ let IonSpinner = class IonSpinner {
|
|
|
2252
2522
|
c.detach();
|
|
2253
2523
|
this.el = r.nativeElement;
|
|
2254
2524
|
}
|
|
2255
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2256
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2525
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2526
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSpinner, isStandalone: false, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2257
2527
|
};
|
|
2258
2528
|
IonSpinner = __decorate([
|
|
2259
2529
|
ProxyCmp({
|
|
2260
|
-
inputs: ['color', 'duration', '
|
|
2530
|
+
inputs: ['color', 'duration', 'name', 'paused']
|
|
2261
2531
|
})
|
|
2262
2532
|
], IonSpinner);
|
|
2263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSpinner, decorators: [{
|
|
2264
2534
|
type: Component,
|
|
2265
2535
|
args: [{
|
|
2266
2536
|
selector: 'ion-spinner',
|
|
2267
2537
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2268
2538
|
template: '<ng-content></ng-content>',
|
|
2269
2539
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2270
|
-
inputs: ['color', 'duration', '
|
|
2540
|
+
inputs: ['color', 'duration', 'name', 'paused'],
|
|
2541
|
+
standalone: false
|
|
2271
2542
|
}]
|
|
2272
|
-
}], ctorParameters:
|
|
2543
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2273
2544
|
let IonSplitPane = class IonSplitPane {
|
|
2274
2545
|
z;
|
|
2275
2546
|
el;
|
|
2547
|
+
ionSplitPaneVisible = new EventEmitter();
|
|
2276
2548
|
constructor(c, r, z) {
|
|
2277
2549
|
this.z = z;
|
|
2278
2550
|
c.detach();
|
|
2279
2551
|
this.el = r.nativeElement;
|
|
2280
|
-
proxyOutputs(this, this.el, ['ionSplitPaneVisible']);
|
|
2281
2552
|
}
|
|
2282
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2283
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2553
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2554
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSplitPane, isStandalone: false, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, outputs: { ionSplitPaneVisible: "ionSplitPaneVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2284
2555
|
};
|
|
2285
2556
|
IonSplitPane = __decorate([
|
|
2286
2557
|
ProxyCmp({
|
|
2287
|
-
inputs: ['contentId', 'disabled', '
|
|
2558
|
+
inputs: ['contentId', 'disabled', 'when']
|
|
2288
2559
|
})
|
|
2289
2560
|
], IonSplitPane);
|
|
2290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSplitPane, decorators: [{
|
|
2291
2562
|
type: Component,
|
|
2292
2563
|
args: [{
|
|
2293
2564
|
selector: 'ion-split-pane',
|
|
2294
2565
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2295
2566
|
template: '<ng-content></ng-content>',
|
|
2296
2567
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2297
|
-
inputs: ['contentId', 'disabled', '
|
|
2568
|
+
inputs: ['contentId', 'disabled', 'when'],
|
|
2569
|
+
outputs: ['ionSplitPaneVisible'],
|
|
2570
|
+
standalone: false
|
|
2298
2571
|
}]
|
|
2299
|
-
}], ctorParameters:
|
|
2572
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSplitPaneVisible: [{
|
|
2573
|
+
type: Output
|
|
2574
|
+
}] } });
|
|
2300
2575
|
let IonTab = class IonTab {
|
|
2301
2576
|
z;
|
|
2302
2577
|
el;
|
|
@@ -2305,25 +2580,26 @@ let IonTab = class IonTab {
|
|
|
2305
2580
|
c.detach();
|
|
2306
2581
|
this.el = r.nativeElement;
|
|
2307
2582
|
}
|
|
2308
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2309
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2583
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2584
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTab, isStandalone: false, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2310
2585
|
};
|
|
2311
2586
|
IonTab = __decorate([
|
|
2312
2587
|
ProxyCmp({
|
|
2313
|
-
inputs: ['component', '
|
|
2588
|
+
inputs: ['component', 'tab'],
|
|
2314
2589
|
methods: ['setActive']
|
|
2315
2590
|
})
|
|
2316
2591
|
], IonTab);
|
|
2317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTab, decorators: [{
|
|
2318
2593
|
type: Component,
|
|
2319
2594
|
args: [{
|
|
2320
2595
|
selector: 'ion-tab',
|
|
2321
2596
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2322
2597
|
template: '<ng-content></ng-content>',
|
|
2323
2598
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2324
|
-
inputs: ['component',
|
|
2599
|
+
inputs: ['component', { name: 'tab', required: true }],
|
|
2600
|
+
standalone: false
|
|
2325
2601
|
}]
|
|
2326
|
-
}], ctorParameters:
|
|
2602
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2327
2603
|
let IonTabBar = class IonTabBar {
|
|
2328
2604
|
z;
|
|
2329
2605
|
el;
|
|
@@ -2332,24 +2608,25 @@ let IonTabBar = class IonTabBar {
|
|
|
2332
2608
|
c.detach();
|
|
2333
2609
|
this.el = r.nativeElement;
|
|
2334
2610
|
}
|
|
2335
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2336
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2611
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2612
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTabBar, isStandalone: false, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2337
2613
|
};
|
|
2338
2614
|
IonTabBar = __decorate([
|
|
2339
2615
|
ProxyCmp({
|
|
2340
|
-
inputs: ['color', '
|
|
2616
|
+
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2341
2617
|
})
|
|
2342
2618
|
], IonTabBar);
|
|
2343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabBar, decorators: [{
|
|
2344
2620
|
type: Component,
|
|
2345
2621
|
args: [{
|
|
2346
2622
|
selector: 'ion-tab-bar',
|
|
2347
2623
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2348
2624
|
template: '<ng-content></ng-content>',
|
|
2349
2625
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2350
|
-
inputs: ['color', '
|
|
2626
|
+
inputs: ['color', 'mode', 'selectedTab', 'translucent'],
|
|
2627
|
+
standalone: false
|
|
2351
2628
|
}]
|
|
2352
|
-
}], ctorParameters:
|
|
2629
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2353
2630
|
let IonTabButton = class IonTabButton {
|
|
2354
2631
|
z;
|
|
2355
2632
|
el;
|
|
@@ -2358,24 +2635,25 @@ let IonTabButton = class IonTabButton {
|
|
|
2358
2635
|
c.detach();
|
|
2359
2636
|
this.el = r.nativeElement;
|
|
2360
2637
|
}
|
|
2361
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2362
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2638
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2639
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTabButton, isStandalone: false, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2363
2640
|
};
|
|
2364
2641
|
IonTabButton = __decorate([
|
|
2365
2642
|
ProxyCmp({
|
|
2366
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', '
|
|
2643
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2367
2644
|
})
|
|
2368
2645
|
], IonTabButton);
|
|
2369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabButton, decorators: [{
|
|
2370
2647
|
type: Component,
|
|
2371
2648
|
args: [{
|
|
2372
2649
|
selector: 'ion-tab-button',
|
|
2373
2650
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2374
2651
|
template: '<ng-content></ng-content>',
|
|
2375
2652
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2376
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', '
|
|
2653
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
|
|
2654
|
+
standalone: false
|
|
2377
2655
|
}]
|
|
2378
|
-
}], ctorParameters:
|
|
2656
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2379
2657
|
let IonText = class IonText {
|
|
2380
2658
|
z;
|
|
2381
2659
|
el;
|
|
@@ -2384,52 +2662,66 @@ let IonText = class IonText {
|
|
|
2384
2662
|
c.detach();
|
|
2385
2663
|
this.el = r.nativeElement;
|
|
2386
2664
|
}
|
|
2387
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2388
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2665
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2666
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonText, isStandalone: false, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2389
2667
|
};
|
|
2390
2668
|
IonText = __decorate([
|
|
2391
2669
|
ProxyCmp({
|
|
2392
|
-
inputs: ['color', 'mode'
|
|
2670
|
+
inputs: ['color', 'mode']
|
|
2393
2671
|
})
|
|
2394
2672
|
], IonText);
|
|
2395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonText, decorators: [{
|
|
2396
2674
|
type: Component,
|
|
2397
2675
|
args: [{
|
|
2398
2676
|
selector: 'ion-text',
|
|
2399
2677
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2400
2678
|
template: '<ng-content></ng-content>',
|
|
2401
2679
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2402
|
-
inputs: ['color', 'mode'
|
|
2680
|
+
inputs: ['color', 'mode'],
|
|
2681
|
+
standalone: false
|
|
2403
2682
|
}]
|
|
2404
|
-
}], ctorParameters:
|
|
2683
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2405
2684
|
let IonTextarea = class IonTextarea {
|
|
2406
2685
|
z;
|
|
2407
2686
|
el;
|
|
2687
|
+
ionChange = new EventEmitter();
|
|
2688
|
+
ionInput = new EventEmitter();
|
|
2689
|
+
ionBlur = new EventEmitter();
|
|
2690
|
+
ionFocus = new EventEmitter();
|
|
2408
2691
|
constructor(c, r, z) {
|
|
2409
2692
|
this.z = z;
|
|
2410
2693
|
c.detach();
|
|
2411
2694
|
this.el = r.nativeElement;
|
|
2412
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionBlur', 'ionFocus']);
|
|
2413
2695
|
}
|
|
2414
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2415
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2696
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2697
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTextarea, isStandalone: false, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape", spellcheck: "spellcheck", value: "value", wrap: "wrap" }, outputs: { ionChange: "ionChange", ionInput: "ionInput", ionBlur: "ionBlur", ionFocus: "ionFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2416
2698
|
};
|
|
2417
2699
|
IonTextarea = __decorate([
|
|
2418
2700
|
ProxyCmp({
|
|
2419
|
-
inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', '
|
|
2701
|
+
inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', 'spellcheck', 'value', 'wrap'],
|
|
2420
2702
|
methods: ['setFocus', 'getInputElement']
|
|
2421
2703
|
})
|
|
2422
2704
|
], IonTextarea);
|
|
2423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTextarea, decorators: [{
|
|
2424
2706
|
type: Component,
|
|
2425
2707
|
args: [{
|
|
2426
2708
|
selector: 'ion-textarea',
|
|
2427
2709
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2428
2710
|
template: '<ng-content></ng-content>',
|
|
2429
2711
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2430
|
-
inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', '
|
|
2712
|
+
inputs: ['autoGrow', 'autocapitalize', 'autofocus', 'clearOnEdit', 'color', 'cols', 'counter', 'counterFormatter', 'debounce', 'disabled', 'enterkeyhint', 'errorText', 'fill', 'helperText', 'inputmode', 'label', 'labelPlacement', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'readonly', 'required', 'rows', 'shape', 'spellcheck', 'value', 'wrap'],
|
|
2713
|
+
outputs: ['ionChange', 'ionInput', 'ionBlur', 'ionFocus'],
|
|
2714
|
+
standalone: false
|
|
2431
2715
|
}]
|
|
2432
|
-
}], ctorParameters:
|
|
2716
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
2717
|
+
type: Output
|
|
2718
|
+
}], ionInput: [{
|
|
2719
|
+
type: Output
|
|
2720
|
+
}], ionBlur: [{
|
|
2721
|
+
type: Output
|
|
2722
|
+
}], ionFocus: [{
|
|
2723
|
+
type: Output
|
|
2724
|
+
}] } });
|
|
2433
2725
|
let IonThumbnail = class IonThumbnail {
|
|
2434
2726
|
z;
|
|
2435
2727
|
el;
|
|
@@ -2438,24 +2730,23 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2438
2730
|
c.detach();
|
|
2439
2731
|
this.el = r.nativeElement;
|
|
2440
2732
|
}
|
|
2441
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2442
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2733
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2734
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonThumbnail, isStandalone: false, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2443
2735
|
};
|
|
2444
2736
|
IonThumbnail = __decorate([
|
|
2445
|
-
ProxyCmp({
|
|
2446
|
-
inputs: ['mode', 'theme']
|
|
2447
|
-
})
|
|
2737
|
+
ProxyCmp({})
|
|
2448
2738
|
], IonThumbnail);
|
|
2449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
2450
2740
|
type: Component,
|
|
2451
2741
|
args: [{
|
|
2452
2742
|
selector: 'ion-thumbnail',
|
|
2453
2743
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2454
2744
|
template: '<ng-content></ng-content>',
|
|
2455
2745
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2456
|
-
inputs: [
|
|
2746
|
+
inputs: [],
|
|
2747
|
+
standalone: false
|
|
2457
2748
|
}]
|
|
2458
|
-
}], ctorParameters:
|
|
2749
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2459
2750
|
let IonTitle = class IonTitle {
|
|
2460
2751
|
z;
|
|
2461
2752
|
el;
|
|
@@ -2464,79 +2755,115 @@ let IonTitle = class IonTitle {
|
|
|
2464
2755
|
c.detach();
|
|
2465
2756
|
this.el = r.nativeElement;
|
|
2466
2757
|
}
|
|
2467
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2468
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2758
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2759
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTitle, isStandalone: false, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2469
2760
|
};
|
|
2470
2761
|
IonTitle = __decorate([
|
|
2471
2762
|
ProxyCmp({
|
|
2472
|
-
inputs: ['color', '
|
|
2763
|
+
inputs: ['color', 'size']
|
|
2473
2764
|
})
|
|
2474
2765
|
], IonTitle);
|
|
2475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTitle, decorators: [{
|
|
2476
2767
|
type: Component,
|
|
2477
2768
|
args: [{
|
|
2478
2769
|
selector: 'ion-title',
|
|
2479
2770
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2480
2771
|
template: '<ng-content></ng-content>',
|
|
2481
2772
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2482
|
-
inputs: ['color', '
|
|
2773
|
+
inputs: ['color', 'size'],
|
|
2774
|
+
standalone: false
|
|
2483
2775
|
}]
|
|
2484
|
-
}], ctorParameters:
|
|
2776
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2485
2777
|
let IonToast = class IonToast {
|
|
2486
2778
|
z;
|
|
2487
2779
|
el;
|
|
2780
|
+
ionToastDidPresent = new EventEmitter();
|
|
2781
|
+
ionToastWillPresent = new EventEmitter();
|
|
2782
|
+
ionToastWillDismiss = new EventEmitter();
|
|
2783
|
+
ionToastDidDismiss = new EventEmitter();
|
|
2784
|
+
didPresent = new EventEmitter();
|
|
2785
|
+
willPresent = new EventEmitter();
|
|
2786
|
+
willDismiss = new EventEmitter();
|
|
2787
|
+
didDismiss = new EventEmitter();
|
|
2488
2788
|
constructor(c, r, z) {
|
|
2489
2789
|
this.z = z;
|
|
2490
2790
|
c.detach();
|
|
2491
2791
|
this.el = r.nativeElement;
|
|
2492
|
-
proxyOutputs(this, this.el, ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
2493
2792
|
}
|
|
2494
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2495
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2793
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2794
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonToast, isStandalone: false, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: "translucent", trigger: "trigger" }, outputs: { ionToastDidPresent: "ionToastDidPresent", ionToastWillPresent: "ionToastWillPresent", ionToastWillDismiss: "ionToastWillDismiss", ionToastDidDismiss: "ionToastDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2496
2795
|
};
|
|
2497
2796
|
IonToast = __decorate([
|
|
2498
2797
|
ProxyCmp({
|
|
2499
|
-
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', '
|
|
2798
|
+
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2500
2799
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2501
2800
|
})
|
|
2502
2801
|
], IonToast);
|
|
2503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToast, decorators: [{
|
|
2504
2803
|
type: Component,
|
|
2505
2804
|
args: [{
|
|
2506
2805
|
selector: 'ion-toast',
|
|
2507
2806
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2508
2807
|
template: '<ng-content></ng-content>',
|
|
2509
2808
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2510
|
-
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', '
|
|
2511
|
-
|
|
2512
|
-
|
|
2809
|
+
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2810
|
+
outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
2811
|
+
standalone: false
|
|
2812
|
+
}]
|
|
2813
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionToastDidPresent: [{
|
|
2814
|
+
type: Output
|
|
2815
|
+
}], ionToastWillPresent: [{
|
|
2816
|
+
type: Output
|
|
2817
|
+
}], ionToastWillDismiss: [{
|
|
2818
|
+
type: Output
|
|
2819
|
+
}], ionToastDidDismiss: [{
|
|
2820
|
+
type: Output
|
|
2821
|
+
}], didPresent: [{
|
|
2822
|
+
type: Output
|
|
2823
|
+
}], willPresent: [{
|
|
2824
|
+
type: Output
|
|
2825
|
+
}], willDismiss: [{
|
|
2826
|
+
type: Output
|
|
2827
|
+
}], didDismiss: [{
|
|
2828
|
+
type: Output
|
|
2829
|
+
}] } });
|
|
2513
2830
|
let IonToggle = class IonToggle {
|
|
2514
2831
|
z;
|
|
2515
2832
|
el;
|
|
2833
|
+
ionChange = new EventEmitter();
|
|
2834
|
+
ionFocus = new EventEmitter();
|
|
2835
|
+
ionBlur = new EventEmitter();
|
|
2516
2836
|
constructor(c, r, z) {
|
|
2517
2837
|
this.z = z;
|
|
2518
2838
|
c.detach();
|
|
2519
2839
|
this.el = r.nativeElement;
|
|
2520
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionFocus', 'ionBlur']);
|
|
2521
2840
|
}
|
|
2522
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2523
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2841
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2842
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonToggle, isStandalone: false, selector: "ion-toggle", inputs: { alignment: "alignment", checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", required: "required", value: "value" }, outputs: { ionChange: "ionChange", ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2524
2843
|
};
|
|
2525
2844
|
IonToggle = __decorate([
|
|
2526
2845
|
ProxyCmp({
|
|
2527
|
-
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', '
|
|
2846
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value']
|
|
2528
2847
|
})
|
|
2529
2848
|
], IonToggle);
|
|
2530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToggle, decorators: [{
|
|
2531
2850
|
type: Component,
|
|
2532
2851
|
args: [{
|
|
2533
2852
|
selector: 'ion-toggle',
|
|
2534
2853
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2535
2854
|
template: '<ng-content></ng-content>',
|
|
2536
2855
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2537
|
-
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', '
|
|
2856
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value'],
|
|
2857
|
+
outputs: ['ionChange', 'ionFocus', 'ionBlur'],
|
|
2858
|
+
standalone: false
|
|
2538
2859
|
}]
|
|
2539
|
-
}], ctorParameters:
|
|
2860
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
2861
|
+
type: Output
|
|
2862
|
+
}], ionFocus: [{
|
|
2863
|
+
type: Output
|
|
2864
|
+
}], ionBlur: [{
|
|
2865
|
+
type: Output
|
|
2866
|
+
}] } });
|
|
2540
2867
|
let IonToolbar = class IonToolbar {
|
|
2541
2868
|
z;
|
|
2542
2869
|
el;
|
|
@@ -2545,25 +2872,27 @@ let IonToolbar = class IonToolbar {
|
|
|
2545
2872
|
c.detach();
|
|
2546
2873
|
this.el = r.nativeElement;
|
|
2547
2874
|
}
|
|
2548
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2549
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2875
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2876
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonToolbar, isStandalone: false, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2550
2877
|
};
|
|
2551
2878
|
IonToolbar = __decorate([
|
|
2552
2879
|
ProxyCmp({
|
|
2553
|
-
inputs: ['color', 'mode'
|
|
2880
|
+
inputs: ['color', 'mode']
|
|
2554
2881
|
})
|
|
2555
2882
|
], IonToolbar);
|
|
2556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToolbar, decorators: [{
|
|
2557
2884
|
type: Component,
|
|
2558
2885
|
args: [{
|
|
2559
2886
|
selector: 'ion-toolbar',
|
|
2560
2887
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2561
2888
|
template: '<ng-content></ng-content>',
|
|
2562
2889
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2563
|
-
inputs: ['color', 'mode'
|
|
2890
|
+
inputs: ['color', 'mode'],
|
|
2891
|
+
standalone: false
|
|
2564
2892
|
}]
|
|
2565
|
-
}], ctorParameters:
|
|
2893
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2566
2894
|
|
|
2895
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2567
2896
|
class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
2568
2897
|
parentOutlet;
|
|
2569
2898
|
/**
|
|
@@ -2584,16 +2913,17 @@ class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
|
2584
2913
|
super(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet);
|
|
2585
2914
|
this.parentOutlet = parentOutlet;
|
|
2586
2915
|
}
|
|
2587
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2588
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2916
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterOutlet, deps: [{ token: 'name', attribute: true }, { token: 'tabs', attribute: true, optional: true }, { token: i1.Location }, { token: i0.ElementRef }, { token: i2.Router }, { token: i0.NgZone }, { token: i2.ActivatedRoute }, { token: IonRouterOutlet, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
2917
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRouterOutlet, isStandalone: false, selector: "ion-router-outlet", viewQueries: [{ propertyName: "outletContent", first: true, predicate: ["outletContent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: '<ng-container #outletContent><ng-content></ng-content></ng-container>', isInline: true });
|
|
2589
2918
|
}
|
|
2590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterOutlet, decorators: [{
|
|
2591
2920
|
type: Component,
|
|
2592
2921
|
args: [{
|
|
2922
|
+
standalone: false,
|
|
2593
2923
|
selector: 'ion-router-outlet',
|
|
2594
2924
|
template: '<ng-container #outletContent><ng-content></ng-content></ng-container>',
|
|
2595
2925
|
}]
|
|
2596
|
-
}], ctorParameters:
|
|
2926
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2597
2927
|
type: Attribute,
|
|
2598
2928
|
args: ['name']
|
|
2599
2929
|
}] }, { type: undefined, decorators: [{
|
|
@@ -2605,18 +2935,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2605
2935
|
type: SkipSelf
|
|
2606
2936
|
}, {
|
|
2607
2937
|
type: Optional
|
|
2608
|
-
}] }]
|
|
2938
|
+
}] }], propDecorators: { outletContent: [{
|
|
2609
2939
|
type: ViewChild,
|
|
2610
2940
|
args: ['outletContent', { read: ViewContainerRef, static: true }]
|
|
2611
2941
|
}] } });
|
|
2612
2942
|
|
|
2943
|
+
// eslint-disable-next-line @angular-eslint/component-class-suffix
|
|
2613
2944
|
class IonTabs extends IonTabs$1 {
|
|
2614
2945
|
outlet;
|
|
2615
2946
|
tabBar;
|
|
2616
2947
|
tabBars;
|
|
2617
2948
|
tabs;
|
|
2618
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2619
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2949
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2950
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTabs, isStandalone: false, selector: "ion-tabs", queries: [{ propertyName: "tabBar", first: true, predicate: IonTabBar, descendants: true }, { propertyName: "tabBars", predicate: IonTabBar }, { propertyName: "tabs", predicate: IonTab }], viewQueries: [{ propertyName: "outlet", first: true, predicate: ["outlet"], descendants: true, read: IonRouterOutlet }], usesInheritance: true, ngImport: i0, template: `
|
|
2620
2951
|
<ng-content select="[slot=top]"></ng-content>
|
|
2621
2952
|
<div class="tabs-inner" #tabsInner>
|
|
2622
2953
|
<ion-router-outlet
|
|
@@ -2631,9 +2962,9 @@ class IonTabs extends IonTabs$1 {
|
|
|
2631
2962
|
<ng-content></ng-content>
|
|
2632
2963
|
`, isInline: true, styles: [":host{display:flex;position:absolute;inset:0;flex-direction:column;width:100%;height:100%;contain:layout size style}.tabs-inner{position:relative;flex:1;contain:layout size style}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IonRouterOutlet, selector: "ion-router-outlet" }] });
|
|
2633
2964
|
}
|
|
2634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabs, decorators: [{
|
|
2635
2966
|
type: Component,
|
|
2636
|
-
args: [{ selector: 'ion-tabs', template: `
|
|
2967
|
+
args: [{ standalone: false, selector: 'ion-tabs', template: `
|
|
2637
2968
|
<ng-content select="[slot=top]"></ng-content>
|
|
2638
2969
|
<div class="tabs-inner" #tabsInner>
|
|
2639
2970
|
<ion-router-outlet
|
|
@@ -2661,39 +2992,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2661
2992
|
args: [IonTab]
|
|
2662
2993
|
}] } });
|
|
2663
2994
|
|
|
2995
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2664
2996
|
class IonBackButton extends IonBackButton$1 {
|
|
2665
2997
|
constructor(routerOutlet, navCtrl, config, r, z, c) {
|
|
2666
2998
|
super(routerOutlet, navCtrl, config, r, z, c);
|
|
2667
2999
|
}
|
|
2668
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2669
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3000
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBackButton, deps: [{ token: IonRouterOutlet, optional: true }, { token: i2$1.NavController }, { token: i2$1.Config }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3001
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBackButton, isStandalone: false, selector: "ion-back-button", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2670
3002
|
}
|
|
2671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBackButton, decorators: [{
|
|
2672
3004
|
type: Component,
|
|
2673
3005
|
args: [{
|
|
3006
|
+
standalone: false,
|
|
2674
3007
|
selector: 'ion-back-button',
|
|
2675
3008
|
template: '<ng-content></ng-content>',
|
|
2676
3009
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2677
3010
|
}]
|
|
2678
|
-
}], ctorParameters:
|
|
3011
|
+
}], ctorParameters: () => [{ type: IonRouterOutlet, decorators: [{
|
|
2679
3012
|
type: Optional
|
|
2680
|
-
}] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]
|
|
3013
|
+
}] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
2681
3014
|
|
|
3015
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2682
3016
|
class IonNav extends IonNav$1 {
|
|
2683
3017
|
constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
|
|
2684
3018
|
super(ref, environmentInjector, injector, angularDelegate, z, c);
|
|
2685
3019
|
}
|
|
2686
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2687
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3020
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNav, deps: [{ token: i0.ElementRef }, { token: i0.EnvironmentInjector }, { token: i0.Injector }, { token: i2$1.AngularDelegate }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3021
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonNav, isStandalone: false, selector: "ion-nav", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2688
3022
|
}
|
|
2689
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNav, decorators: [{
|
|
2690
3024
|
type: Component,
|
|
2691
3025
|
args: [{
|
|
3026
|
+
standalone: false,
|
|
2692
3027
|
selector: 'ion-nav',
|
|
2693
3028
|
template: '<ng-content></ng-content>',
|
|
2694
3029
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2695
3030
|
}]
|
|
2696
|
-
}], ctorParameters:
|
|
3031
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: i2$1.AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
2697
3032
|
|
|
2698
3033
|
/**
|
|
2699
3034
|
* Adds support for Ionic routing directions and animations to the base Angular router link directive.
|
|
@@ -2702,35 +3037,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2702
3037
|
* animation so that the routing integration will transition correctly.
|
|
2703
3038
|
*/
|
|
2704
3039
|
class RouterLinkDelegateDirective extends RouterLinkDelegateDirective$1 {
|
|
2705
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2706
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3040
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkDelegateDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3041
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: RouterLinkDelegateDirective, isStandalone: false, selector: ":not(a):not(area)[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
2707
3042
|
}
|
|
2708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkDelegateDirective, decorators: [{
|
|
2709
3044
|
type: Directive,
|
|
2710
3045
|
args: [{
|
|
3046
|
+
standalone: false,
|
|
2711
3047
|
selector: ':not(a):not(area)[routerLink]',
|
|
2712
3048
|
}]
|
|
2713
3049
|
}] });
|
|
2714
3050
|
class RouterLinkWithHrefDelegateDirective extends RouterLinkWithHrefDelegateDirective$1 {
|
|
2715
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2716
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3051
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkWithHrefDelegateDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3052
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: RouterLinkWithHrefDelegateDirective, isStandalone: false, selector: "a[routerLink],area[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
2717
3053
|
}
|
|
2718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkWithHrefDelegateDirective, decorators: [{
|
|
2719
3055
|
type: Directive,
|
|
2720
3056
|
args: [{
|
|
3057
|
+
standalone: false,
|
|
2721
3058
|
selector: 'a[routerLink],area[routerLink]',
|
|
2722
3059
|
}]
|
|
2723
3060
|
}] });
|
|
2724
3061
|
|
|
2725
3062
|
class IonModal extends IonModal$1 {
|
|
2726
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2727
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3063
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
3064
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonModal, isStandalone: false, selector: "ion-modal", usesInheritance: true, ngImport: i0, template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
2728
3065
|
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
2729
3066
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2730
3067
|
}
|
|
2731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonModal, decorators: [{
|
|
2732
3069
|
type: Component,
|
|
2733
3070
|
args: [{
|
|
3071
|
+
standalone: false,
|
|
2734
3072
|
selector: 'ion-modal',
|
|
2735
3073
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2736
3074
|
template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
@@ -2740,12 +3078,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2740
3078
|
}] });
|
|
2741
3079
|
|
|
2742
3080
|
class IonPopover extends IonPopover$1 {
|
|
2743
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2744
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3081
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
3082
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonPopover, isStandalone: false, selector: "ion-popover", usesInheritance: true, ngImport: i0, template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2745
3083
|
}
|
|
2746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPopover, decorators: [{
|
|
2747
3085
|
type: Component,
|
|
2748
3086
|
args: [{
|
|
3087
|
+
standalone: false,
|
|
2749
3088
|
selector: 'ion-popover',
|
|
2750
3089
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2751
3090
|
template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`,
|
|
@@ -2761,17 +3100,18 @@ const ION_MAX_VALIDATOR = {
|
|
|
2761
3100
|
useExisting: forwardRef(() => IonMaxValidator),
|
|
2762
3101
|
multi: true,
|
|
2763
3102
|
};
|
|
3103
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2764
3104
|
class IonMaxValidator extends MaxValidator {
|
|
2765
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2766
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3105
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMaxValidator, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3106
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonMaxValidator, isStandalone: false, selector: "ion-input[type=number][max][formControlName],ion-input[type=number][max][formControl],ion-input[type=number][max][ngModel]", host: { properties: { "attr.max": "enabled(max) ? max : null" } }, providers: [ION_MAX_VALIDATOR], usesInheritance: true, ngImport: i0 });
|
|
2767
3107
|
}
|
|
2768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMaxValidator, decorators: [{
|
|
2769
3109
|
type: Directive,
|
|
2770
3110
|
args: [{
|
|
3111
|
+
standalone: false,
|
|
2771
3112
|
selector: 'ion-input[type=number][max][formControlName],ion-input[type=number][max][formControl],ion-input[type=number][max][ngModel]',
|
|
2772
3113
|
providers: [ION_MAX_VALIDATOR],
|
|
2773
|
-
|
|
2774
|
-
host: { '[attr.max]': '_enabled ? max : null' },
|
|
3114
|
+
host: { '[attr.max]': 'enabled(max) ? max : null' },
|
|
2775
3115
|
}]
|
|
2776
3116
|
}] });
|
|
2777
3117
|
|
|
@@ -2784,17 +3124,18 @@ const ION_MIN_VALIDATOR = {
|
|
|
2784
3124
|
useExisting: forwardRef(() => IonMinValidator),
|
|
2785
3125
|
multi: true,
|
|
2786
3126
|
};
|
|
3127
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2787
3128
|
class IonMinValidator extends MinValidator {
|
|
2788
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2789
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3129
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMinValidator, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3130
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonMinValidator, isStandalone: false, selector: "ion-input[type=number][min][formControlName],ion-input[type=number][min][formControl],ion-input[type=number][min][ngModel]", host: { properties: { "attr.min": "enabled(min) ? min : null" } }, providers: [ION_MIN_VALIDATOR], usesInheritance: true, ngImport: i0 });
|
|
2790
3131
|
}
|
|
2791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMinValidator, decorators: [{
|
|
2792
3133
|
type: Directive,
|
|
2793
3134
|
args: [{
|
|
3135
|
+
standalone: false,
|
|
2794
3136
|
selector: 'ion-input[type=number][min][formControlName],ion-input[type=number][min][formControl],ion-input[type=number][min][ngModel]',
|
|
2795
3137
|
providers: [ION_MIN_VALIDATOR],
|
|
2796
|
-
|
|
2797
|
-
host: { '[attr.min]': '_enabled ? min : null' },
|
|
3138
|
+
host: { '[attr.min]': 'enabled(min) ? min : null' },
|
|
2798
3139
|
}]
|
|
2799
3140
|
}] });
|
|
2800
3141
|
|
|
@@ -2802,15 +3143,15 @@ class AlertController extends OverlayBaseController {
|
|
|
2802
3143
|
constructor() {
|
|
2803
3144
|
super(alertController);
|
|
2804
3145
|
}
|
|
2805
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2806
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3146
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3147
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AlertController, providedIn: 'root' });
|
|
2807
3148
|
}
|
|
2808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AlertController, decorators: [{
|
|
2809
3150
|
type: Injectable,
|
|
2810
3151
|
args: [{
|
|
2811
3152
|
providedIn: 'root',
|
|
2812
3153
|
}]
|
|
2813
|
-
}], ctorParameters:
|
|
3154
|
+
}], ctorParameters: () => [] });
|
|
2814
3155
|
|
|
2815
3156
|
class AnimationController {
|
|
2816
3157
|
/**
|
|
@@ -2836,10 +3177,10 @@ class AnimationController {
|
|
|
2836
3177
|
easingTime(p0, p1, p2, p3, progression) {
|
|
2837
3178
|
return getTimeGivenProgression(p0, p1, p2, p3, progression);
|
|
2838
3179
|
}
|
|
2839
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2840
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3180
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AnimationController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3181
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AnimationController, providedIn: 'root' });
|
|
2841
3182
|
}
|
|
2842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AnimationController, decorators: [{
|
|
2843
3184
|
type: Injectable,
|
|
2844
3185
|
args: [{
|
|
2845
3186
|
providedIn: 'root',
|
|
@@ -2850,15 +3191,15 @@ class ActionSheetController extends OverlayBaseController {
|
|
|
2850
3191
|
constructor() {
|
|
2851
3192
|
super(actionSheetController);
|
|
2852
3193
|
}
|
|
2853
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2854
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3194
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3195
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ActionSheetController, providedIn: 'root' });
|
|
2855
3196
|
}
|
|
2856
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ActionSheetController, decorators: [{
|
|
2857
3198
|
type: Injectable,
|
|
2858
3199
|
args: [{
|
|
2859
3200
|
providedIn: 'root',
|
|
2860
3201
|
}]
|
|
2861
|
-
}], ctorParameters:
|
|
3202
|
+
}], ctorParameters: () => [] });
|
|
2862
3203
|
|
|
2863
3204
|
class GestureController {
|
|
2864
3205
|
zone;
|
|
@@ -2879,43 +3220,43 @@ class GestureController {
|
|
|
2879
3220
|
}
|
|
2880
3221
|
return createGesture(opts);
|
|
2881
3222
|
}
|
|
2882
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2883
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3223
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: GestureController, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3224
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: GestureController, providedIn: 'root' });
|
|
2884
3225
|
}
|
|
2885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: GestureController, decorators: [{
|
|
2886
3227
|
type: Injectable,
|
|
2887
3228
|
args: [{
|
|
2888
3229
|
providedIn: 'root',
|
|
2889
3230
|
}]
|
|
2890
|
-
}], ctorParameters:
|
|
3231
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2891
3232
|
|
|
2892
3233
|
class LoadingController extends OverlayBaseController {
|
|
2893
3234
|
constructor() {
|
|
2894
3235
|
super(loadingController);
|
|
2895
3236
|
}
|
|
2896
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2897
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3237
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3238
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: LoadingController, providedIn: 'root' });
|
|
2898
3239
|
}
|
|
2899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: LoadingController, decorators: [{
|
|
2900
3241
|
type: Injectable,
|
|
2901
3242
|
args: [{
|
|
2902
3243
|
providedIn: 'root',
|
|
2903
3244
|
}]
|
|
2904
|
-
}], ctorParameters:
|
|
3245
|
+
}], ctorParameters: () => [] });
|
|
2905
3246
|
|
|
2906
3247
|
class MenuController extends MenuController$1 {
|
|
2907
3248
|
constructor() {
|
|
2908
3249
|
super(menuController);
|
|
2909
3250
|
}
|
|
2910
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2911
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3251
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: MenuController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3252
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: MenuController, providedIn: 'root' });
|
|
2912
3253
|
}
|
|
2913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: MenuController, decorators: [{
|
|
2914
3255
|
type: Injectable,
|
|
2915
3256
|
args: [{
|
|
2916
3257
|
providedIn: 'root',
|
|
2917
3258
|
}]
|
|
2918
|
-
}], ctorParameters:
|
|
3259
|
+
}], ctorParameters: () => [] });
|
|
2919
3260
|
|
|
2920
3261
|
class ModalController extends OverlayBaseController {
|
|
2921
3262
|
angularDelegate = inject(AngularDelegate);
|
|
@@ -2931,29 +3272,12 @@ class ModalController extends OverlayBaseController {
|
|
|
2931
3272
|
delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'modal', customInjector),
|
|
2932
3273
|
});
|
|
2933
3274
|
}
|
|
2934
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2935
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3275
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ModalController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3276
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ModalController });
|
|
2936
3277
|
}
|
|
2937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ModalController, decorators: [{
|
|
2938
3279
|
type: Injectable
|
|
2939
|
-
}], ctorParameters:
|
|
2940
|
-
|
|
2941
|
-
/**
|
|
2942
|
-
* @deprecated Use the inline ion-picker component instead.
|
|
2943
|
-
*/
|
|
2944
|
-
class PickerController extends OverlayBaseController {
|
|
2945
|
-
constructor() {
|
|
2946
|
-
super(pickerController);
|
|
2947
|
-
}
|
|
2948
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2949
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, providedIn: 'root' });
|
|
2950
|
-
}
|
|
2951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, decorators: [{
|
|
2952
|
-
type: Injectable,
|
|
2953
|
-
args: [{
|
|
2954
|
-
providedIn: 'root',
|
|
2955
|
-
}]
|
|
2956
|
-
}], ctorParameters: function () { return []; } });
|
|
3280
|
+
}], ctorParameters: () => [] });
|
|
2957
3281
|
|
|
2958
3282
|
class PopoverController extends OverlayBaseController {
|
|
2959
3283
|
angularDelegate = inject(AngularDelegate);
|
|
@@ -2975,15 +3299,15 @@ class ToastController extends OverlayBaseController {
|
|
|
2975
3299
|
constructor() {
|
|
2976
3300
|
super(toastController);
|
|
2977
3301
|
}
|
|
2978
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2979
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3302
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3303
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ToastController, providedIn: 'root' });
|
|
2980
3304
|
}
|
|
2981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ToastController, decorators: [{
|
|
2982
3306
|
type: Injectable,
|
|
2983
3307
|
args: [{
|
|
2984
3308
|
providedIn: 'root',
|
|
2985
3309
|
}]
|
|
2986
|
-
}], ctorParameters:
|
|
3310
|
+
}], ctorParameters: () => [] });
|
|
2987
3311
|
|
|
2988
3312
|
// TODO(FW-2827): types
|
|
2989
3313
|
const appInitialize = (config, doc, zone) => {
|
|
@@ -3035,12 +3359,10 @@ const DIRECTIVES = [
|
|
|
3035
3359
|
IonContent,
|
|
3036
3360
|
IonDatetime,
|
|
3037
3361
|
IonDatetimeButton,
|
|
3038
|
-
IonDivider,
|
|
3039
3362
|
IonFab,
|
|
3040
3363
|
IonFabButton,
|
|
3041
3364
|
IonFabList,
|
|
3042
3365
|
IonFooter,
|
|
3043
|
-
IonGallery,
|
|
3044
3366
|
IonGrid,
|
|
3045
3367
|
IonHeader,
|
|
3046
3368
|
IonIcon,
|
|
@@ -3068,7 +3390,6 @@ const DIRECTIVES = [
|
|
|
3068
3390
|
IonPicker,
|
|
3069
3391
|
IonPickerColumn,
|
|
3070
3392
|
IonPickerColumnOption,
|
|
3071
|
-
IonPickerLegacy,
|
|
3072
3393
|
IonProgressBar,
|
|
3073
3394
|
IonRadio,
|
|
3074
3395
|
IonRadioGroup,
|
|
@@ -3144,8 +3465,8 @@ class IonicModule {
|
|
|
3144
3465
|
],
|
|
3145
3466
|
};
|
|
3146
3467
|
}
|
|
3147
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3148
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
3468
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3469
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.14", ngImport: i0, type: IonicModule, declarations: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, 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, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar,
|
|
3149
3470
|
// manual proxies
|
|
3150
3471
|
IonModal,
|
|
3151
3472
|
IonPopover,
|
|
@@ -3163,7 +3484,7 @@ class IonicModule {
|
|
|
3163
3484
|
RouterLinkWithHrefDelegateDirective,
|
|
3164
3485
|
// validators
|
|
3165
3486
|
IonMinValidator,
|
|
3166
|
-
IonMaxValidator], imports: [CommonModule], exports: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton,
|
|
3487
|
+
IonMaxValidator], imports: [CommonModule], exports: [IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, 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, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar,
|
|
3167
3488
|
// manual proxies
|
|
3168
3489
|
IonModal,
|
|
3169
3490
|
IonPopover,
|
|
@@ -3182,9 +3503,9 @@ class IonicModule {
|
|
|
3182
3503
|
// validators
|
|
3183
3504
|
IonMinValidator,
|
|
3184
3505
|
IonMaxValidator] });
|
|
3185
|
-
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3506
|
+
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonicModule, providers: [ModalController, PopoverController], imports: [CommonModule] });
|
|
3186
3507
|
}
|
|
3187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonicModule, decorators: [{
|
|
3188
3509
|
type: NgModule,
|
|
3189
3510
|
args: [{
|
|
3190
3511
|
declarations: DECLARATIONS,
|
|
@@ -3200,5 +3521,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3200
3521
|
* Generated bundle index. Do not edit.
|
|
3201
3522
|
*/
|
|
3202
3523
|
|
|
3203
|
-
export { ActionSheetController, AlertController, AnimationController, BooleanValueAccessorDirective as BooleanValueAccessor, GestureController, ION_MAX_VALIDATOR, ION_MIN_VALIDATOR, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton,
|
|
3524
|
+
export { ActionSheetController, AlertController, AnimationController, BooleanValueAccessorDirective as BooleanValueAccessor, GestureController, ION_MAX_VALIDATOR, ION_MIN_VALIDATOR, 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, IonMaxValidator, IonMenu, IonMenuButton, IonMenuToggle, IonMinValidator, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, IonicModule, LoadingController, MenuController, ModalController, NumericValueAccessorDirective as NumericValueAccessor, PopoverController, RouterLinkDelegateDirective as RouterLinkDelegate, RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegate, SelectValueAccessorDirective as SelectValueAccessor, TextValueAccessorDirective as TextValueAccessor, ToastController };
|
|
3204
3525
|
//# sourceMappingURL=ionic-angular.mjs.map
|