@ionic/angular 8.8.9-dev.11780945313.14080cb4 → 8.8.9-dev.11780948757.1c55bd21
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/README.md +1 -1
- 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 +96 -84
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +903 -911
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +1065 -771
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +16 -16
- package/schematics/add/index.js +1 -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 +1013 -0
- package/types/ionic-angular-standalone.d.ts +1560 -0
- package/{directives/proxies.d.ts → types/ionic-angular.d.ts} +703 -478
- 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 -93
- package/esm2022/directives/proxies.mjs +0 -2465
- 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 -2356
- 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 -1062
- 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,76 +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', '
|
|
966
|
-
|
|
967
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
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 }]; } });
|
|
994
|
-
let IonGalleryItem = class IonGalleryItem {
|
|
995
|
-
z;
|
|
996
|
-
el;
|
|
997
|
-
constructor(c, r, z) {
|
|
998
|
-
this.z = z;
|
|
999
|
-
c.detach();
|
|
1000
|
-
this.el = r.nativeElement;
|
|
1001
|
-
}
|
|
1002
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGalleryItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1003
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonGalleryItem, selector: "ion-gallery-item", inputs: { mode: "mode", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1004
|
-
};
|
|
1005
|
-
IonGalleryItem = __decorate([
|
|
1006
|
-
ProxyCmp({
|
|
1007
|
-
inputs: ['mode', 'theme']
|
|
1008
|
-
})
|
|
1009
|
-
], IonGalleryItem);
|
|
1010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonGalleryItem, decorators: [{
|
|
1011
|
-
type: Component,
|
|
1012
|
-
args: [{
|
|
1013
|
-
selector: 'ion-gallery-item',
|
|
1014
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1015
|
-
template: '<ng-content></ng-content>',
|
|
1016
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1017
|
-
inputs: ['mode', 'theme'],
|
|
1071
|
+
inputs: ['collapse', 'mode', 'translucent'],
|
|
1072
|
+
standalone: false
|
|
1018
1073
|
}]
|
|
1019
|
-
}], ctorParameters:
|
|
1074
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1020
1075
|
let IonGrid = class IonGrid {
|
|
1021
1076
|
z;
|
|
1022
1077
|
el;
|
|
@@ -1025,24 +1080,25 @@ let IonGrid = class IonGrid {
|
|
|
1025
1080
|
c.detach();
|
|
1026
1081
|
this.el = r.nativeElement;
|
|
1027
1082
|
}
|
|
1028
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1029
|
-
/** @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 });
|
|
1030
1085
|
};
|
|
1031
1086
|
IonGrid = __decorate([
|
|
1032
1087
|
ProxyCmp({
|
|
1033
|
-
inputs: ['fixed'
|
|
1088
|
+
inputs: ['fixed']
|
|
1034
1089
|
})
|
|
1035
1090
|
], IonGrid);
|
|
1036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonGrid, decorators: [{
|
|
1037
1092
|
type: Component,
|
|
1038
1093
|
args: [{
|
|
1039
1094
|
selector: 'ion-grid',
|
|
1040
1095
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1041
1096
|
template: '<ng-content></ng-content>',
|
|
1042
1097
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1043
|
-
inputs: ['fixed'
|
|
1098
|
+
inputs: ['fixed'],
|
|
1099
|
+
standalone: false
|
|
1044
1100
|
}]
|
|
1045
|
-
}], ctorParameters:
|
|
1101
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1046
1102
|
let IonHeader = class IonHeader {
|
|
1047
1103
|
z;
|
|
1048
1104
|
el;
|
|
@@ -1051,24 +1107,25 @@ let IonHeader = class IonHeader {
|
|
|
1051
1107
|
c.detach();
|
|
1052
1108
|
this.el = r.nativeElement;
|
|
1053
1109
|
}
|
|
1054
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1055
|
-
/** @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 });
|
|
1056
1112
|
};
|
|
1057
1113
|
IonHeader = __decorate([
|
|
1058
1114
|
ProxyCmp({
|
|
1059
|
-
inputs: ['collapse', '
|
|
1115
|
+
inputs: ['collapse', 'mode', 'translucent']
|
|
1060
1116
|
})
|
|
1061
1117
|
], IonHeader);
|
|
1062
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonHeader, decorators: [{
|
|
1063
1119
|
type: Component,
|
|
1064
1120
|
args: [{
|
|
1065
1121
|
selector: 'ion-header',
|
|
1066
1122
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1067
1123
|
template: '<ng-content></ng-content>',
|
|
1068
1124
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1069
|
-
inputs: ['collapse', '
|
|
1125
|
+
inputs: ['collapse', 'mode', 'translucent'],
|
|
1126
|
+
standalone: false
|
|
1070
1127
|
}]
|
|
1071
|
-
}], ctorParameters:
|
|
1128
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1072
1129
|
let IonIcon = class IonIcon {
|
|
1073
1130
|
z;
|
|
1074
1131
|
el;
|
|
@@ -1077,15 +1134,15 @@ let IonIcon = class IonIcon {
|
|
|
1077
1134
|
c.detach();
|
|
1078
1135
|
this.el = r.nativeElement;
|
|
1079
1136
|
}
|
|
1080
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1081
|
-
/** @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 });
|
|
1082
1139
|
};
|
|
1083
1140
|
IonIcon = __decorate([
|
|
1084
1141
|
ProxyCmp({
|
|
1085
1142
|
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src']
|
|
1086
1143
|
})
|
|
1087
1144
|
], IonIcon);
|
|
1088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonIcon, decorators: [{
|
|
1089
1146
|
type: Component,
|
|
1090
1147
|
args: [{
|
|
1091
1148
|
selector: 'ion-icon',
|
|
@@ -1093,63 +1150,78 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1093
1150
|
template: '<ng-content></ng-content>',
|
|
1094
1151
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1095
1152
|
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
1153
|
+
standalone: false
|
|
1096
1154
|
}]
|
|
1097
|
-
}], ctorParameters:
|
|
1155
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1098
1156
|
let IonImg = class IonImg {
|
|
1099
1157
|
z;
|
|
1100
1158
|
el;
|
|
1159
|
+
ionImgWillLoad = new EventEmitter();
|
|
1160
|
+
ionImgDidLoad = new EventEmitter();
|
|
1161
|
+
ionError = new EventEmitter();
|
|
1101
1162
|
constructor(c, r, z) {
|
|
1102
1163
|
this.z = z;
|
|
1103
1164
|
c.detach();
|
|
1104
1165
|
this.el = r.nativeElement;
|
|
1105
|
-
proxyOutputs(this, this.el, ['ionImgWillLoad', 'ionImgDidLoad', 'ionError']);
|
|
1106
1166
|
}
|
|
1107
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1108
|
-
/** @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 });
|
|
1109
1169
|
};
|
|
1110
1170
|
IonImg = __decorate([
|
|
1111
1171
|
ProxyCmp({
|
|
1112
|
-
inputs: ['alt', '
|
|
1172
|
+
inputs: ['alt', 'src']
|
|
1113
1173
|
})
|
|
1114
1174
|
], IonImg);
|
|
1115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonImg, decorators: [{
|
|
1116
1176
|
type: Component,
|
|
1117
1177
|
args: [{
|
|
1118
1178
|
selector: 'ion-img',
|
|
1119
1179
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1120
1180
|
template: '<ng-content></ng-content>',
|
|
1121
1181
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1122
|
-
inputs: ['alt', '
|
|
1182
|
+
inputs: ['alt', 'src'],
|
|
1183
|
+
outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],
|
|
1184
|
+
standalone: false
|
|
1123
1185
|
}]
|
|
1124
|
-
}], 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
|
+
}] } });
|
|
1125
1193
|
let IonInfiniteScroll = class IonInfiniteScroll {
|
|
1126
1194
|
z;
|
|
1127
1195
|
el;
|
|
1196
|
+
ionInfinite = new EventEmitter();
|
|
1128
1197
|
constructor(c, r, z) {
|
|
1129
1198
|
this.z = z;
|
|
1130
1199
|
c.detach();
|
|
1131
1200
|
this.el = r.nativeElement;
|
|
1132
|
-
proxyOutputs(this, this.el, ['ionInfinite']);
|
|
1133
1201
|
}
|
|
1134
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1135
|
-
/** @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 });
|
|
1136
1204
|
};
|
|
1137
1205
|
IonInfiniteScroll = __decorate([
|
|
1138
1206
|
ProxyCmp({
|
|
1139
|
-
inputs: ['disabled', '
|
|
1207
|
+
inputs: ['disabled', 'position', 'threshold'],
|
|
1140
1208
|
methods: ['complete']
|
|
1141
1209
|
})
|
|
1142
1210
|
], IonInfiniteScroll);
|
|
1143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInfiniteScroll, decorators: [{
|
|
1144
1212
|
type: Component,
|
|
1145
1213
|
args: [{
|
|
1146
1214
|
selector: 'ion-infinite-scroll',
|
|
1147
1215
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1148
1216
|
template: '<ng-content></ng-content>',
|
|
1149
1217
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1150
|
-
inputs: ['disabled', '
|
|
1218
|
+
inputs: ['disabled', 'position', 'threshold'],
|
|
1219
|
+
outputs: ['ionInfinite'],
|
|
1220
|
+
standalone: false
|
|
1151
1221
|
}]
|
|
1152
|
-
}], ctorParameters:
|
|
1222
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInfinite: [{
|
|
1223
|
+
type: Output
|
|
1224
|
+
}] } });
|
|
1153
1225
|
let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
1154
1226
|
z;
|
|
1155
1227
|
el;
|
|
@@ -1158,80 +1230,110 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
|
1158
1230
|
c.detach();
|
|
1159
1231
|
this.el = r.nativeElement;
|
|
1160
1232
|
}
|
|
1161
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1162
|
-
/** @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 });
|
|
1163
1235
|
};
|
|
1164
1236
|
IonInfiniteScrollContent = __decorate([
|
|
1165
1237
|
ProxyCmp({
|
|
1166
|
-
inputs: ['loadingSpinner', 'loadingText'
|
|
1238
|
+
inputs: ['loadingSpinner', 'loadingText']
|
|
1167
1239
|
})
|
|
1168
1240
|
], IonInfiniteScrollContent);
|
|
1169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
|
|
1170
1242
|
type: Component,
|
|
1171
1243
|
args: [{
|
|
1172
1244
|
selector: 'ion-infinite-scroll-content',
|
|
1173
1245
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1174
1246
|
template: '<ng-content></ng-content>',
|
|
1175
1247
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1176
|
-
inputs: ['loadingSpinner', 'loadingText'
|
|
1248
|
+
inputs: ['loadingSpinner', 'loadingText'],
|
|
1249
|
+
standalone: false
|
|
1177
1250
|
}]
|
|
1178
|
-
}], ctorParameters:
|
|
1251
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1179
1252
|
let IonInput = class IonInput {
|
|
1180
1253
|
z;
|
|
1181
1254
|
el;
|
|
1255
|
+
ionInput = new EventEmitter();
|
|
1256
|
+
ionChange = new EventEmitter();
|
|
1257
|
+
ionBlur = new EventEmitter();
|
|
1258
|
+
ionFocus = new EventEmitter();
|
|
1182
1259
|
constructor(c, r, z) {
|
|
1183
1260
|
this.z = z;
|
|
1184
1261
|
c.detach();
|
|
1185
1262
|
this.el = r.nativeElement;
|
|
1186
|
-
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionBlur', 'ionFocus']);
|
|
1187
1263
|
}
|
|
1188
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1189
|
-
/** @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 });
|
|
1190
1266
|
};
|
|
1191
1267
|
IonInput = __decorate([
|
|
1192
1268
|
ProxyCmp({
|
|
1193
|
-
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'],
|
|
1194
1270
|
methods: ['setFocus', 'getInputElement']
|
|
1195
1271
|
})
|
|
1196
1272
|
], IonInput);
|
|
1197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInput, decorators: [{
|
|
1198
1274
|
type: Component,
|
|
1199
1275
|
args: [{
|
|
1200
1276
|
selector: 'ion-input',
|
|
1201
1277
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1202
1278
|
template: '<ng-content></ng-content>',
|
|
1203
1279
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1204
|
-
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
|
|
1205
1283
|
}]
|
|
1206
|
-
}], 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
|
+
}] } });
|
|
1207
1293
|
let IonInputOtp = class IonInputOtp {
|
|
1208
1294
|
z;
|
|
1209
1295
|
el;
|
|
1296
|
+
ionInput = new EventEmitter();
|
|
1297
|
+
ionChange = new EventEmitter();
|
|
1298
|
+
ionComplete = new EventEmitter();
|
|
1299
|
+
ionBlur = new EventEmitter();
|
|
1300
|
+
ionFocus = new EventEmitter();
|
|
1210
1301
|
constructor(c, r, z) {
|
|
1211
1302
|
this.z = z;
|
|
1212
1303
|
c.detach();
|
|
1213
1304
|
this.el = r.nativeElement;
|
|
1214
|
-
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus']);
|
|
1215
1305
|
}
|
|
1216
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1217
|
-
/** @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 });
|
|
1218
1308
|
};
|
|
1219
1309
|
IonInputOtp = __decorate([
|
|
1220
1310
|
ProxyCmp({
|
|
1221
|
-
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', '
|
|
1311
|
+
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
|
|
1222
1312
|
methods: ['setFocus']
|
|
1223
1313
|
})
|
|
1224
1314
|
], IonInputOtp);
|
|
1225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInputOtp, decorators: [{
|
|
1226
1316
|
type: Component,
|
|
1227
1317
|
args: [{
|
|
1228
1318
|
selector: 'ion-input-otp',
|
|
1229
1319
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1230
1320
|
template: '<ng-content></ng-content>',
|
|
1231
1321
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1232
|
-
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
|
|
1233
1325
|
}]
|
|
1234
|
-
}], 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
|
+
}] } });
|
|
1235
1337
|
let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
1236
1338
|
z;
|
|
1237
1339
|
el;
|
|
@@ -1240,15 +1342,15 @@ let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
|
1240
1342
|
c.detach();
|
|
1241
1343
|
this.el = r.nativeElement;
|
|
1242
1344
|
}
|
|
1243
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1244
|
-
/** @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 });
|
|
1245
1347
|
};
|
|
1246
1348
|
IonInputPasswordToggle = __decorate([
|
|
1247
1349
|
ProxyCmp({
|
|
1248
1350
|
inputs: ['color', 'hideIcon', 'mode', 'showIcon']
|
|
1249
1351
|
})
|
|
1250
1352
|
], IonInputPasswordToggle);
|
|
1251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInputPasswordToggle, decorators: [{
|
|
1252
1354
|
type: Component,
|
|
1253
1355
|
args: [{
|
|
1254
1356
|
selector: 'ion-input-password-toggle',
|
|
@@ -1256,8 +1358,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1256
1358
|
template: '<ng-content></ng-content>',
|
|
1257
1359
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1258
1360
|
inputs: ['color', 'hideIcon', 'mode', 'showIcon'],
|
|
1361
|
+
standalone: false
|
|
1259
1362
|
}]
|
|
1260
|
-
}], ctorParameters:
|
|
1363
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1261
1364
|
let IonItem = class IonItem {
|
|
1262
1365
|
z;
|
|
1263
1366
|
el;
|
|
@@ -1266,24 +1369,25 @@ let IonItem = class IonItem {
|
|
|
1266
1369
|
c.detach();
|
|
1267
1370
|
this.el = r.nativeElement;
|
|
1268
1371
|
}
|
|
1269
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1270
|
-
/** @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 });
|
|
1271
1374
|
};
|
|
1272
1375
|
IonItem = __decorate([
|
|
1273
1376
|
ProxyCmp({
|
|
1274
|
-
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']
|
|
1275
1378
|
})
|
|
1276
1379
|
], IonItem);
|
|
1277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItem, decorators: [{
|
|
1278
1381
|
type: Component,
|
|
1279
1382
|
args: [{
|
|
1280
1383
|
selector: 'ion-item',
|
|
1281
1384
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1282
1385
|
template: '<ng-content></ng-content>',
|
|
1283
1386
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1284
|
-
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
|
|
1285
1389
|
}]
|
|
1286
|
-
}], ctorParameters:
|
|
1390
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1287
1391
|
let IonItemDivider = class IonItemDivider {
|
|
1288
1392
|
z;
|
|
1289
1393
|
el;
|
|
@@ -1292,24 +1396,25 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1292
1396
|
c.detach();
|
|
1293
1397
|
this.el = r.nativeElement;
|
|
1294
1398
|
}
|
|
1295
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1296
|
-
/** @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 });
|
|
1297
1401
|
};
|
|
1298
1402
|
IonItemDivider = __decorate([
|
|
1299
1403
|
ProxyCmp({
|
|
1300
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1404
|
+
inputs: ['color', 'mode', 'sticky']
|
|
1301
1405
|
})
|
|
1302
1406
|
], IonItemDivider);
|
|
1303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemDivider, decorators: [{
|
|
1304
1408
|
type: Component,
|
|
1305
1409
|
args: [{
|
|
1306
1410
|
selector: 'ion-item-divider',
|
|
1307
1411
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1308
1412
|
template: '<ng-content></ng-content>',
|
|
1309
1413
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1310
|
-
inputs: ['color', 'mode', 'sticky'
|
|
1414
|
+
inputs: ['color', 'mode', 'sticky'],
|
|
1415
|
+
standalone: false
|
|
1311
1416
|
}]
|
|
1312
|
-
}], ctorParameters:
|
|
1417
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1313
1418
|
let IonItemGroup = class IonItemGroup {
|
|
1314
1419
|
z;
|
|
1315
1420
|
el;
|
|
@@ -1318,24 +1423,23 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1318
1423
|
c.detach();
|
|
1319
1424
|
this.el = r.nativeElement;
|
|
1320
1425
|
}
|
|
1321
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1322
|
-
/** @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 });
|
|
1323
1428
|
};
|
|
1324
1429
|
IonItemGroup = __decorate([
|
|
1325
|
-
ProxyCmp({
|
|
1326
|
-
inputs: ['mode', 'theme']
|
|
1327
|
-
})
|
|
1430
|
+
ProxyCmp({})
|
|
1328
1431
|
], IonItemGroup);
|
|
1329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
1330
1433
|
type: Component,
|
|
1331
1434
|
args: [{
|
|
1332
1435
|
selector: 'ion-item-group',
|
|
1333
1436
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1334
1437
|
template: '<ng-content></ng-content>',
|
|
1335
1438
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1336
|
-
inputs: [
|
|
1439
|
+
inputs: [],
|
|
1440
|
+
standalone: false
|
|
1337
1441
|
}]
|
|
1338
|
-
}], ctorParameters:
|
|
1442
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1339
1443
|
let IonItemOption = class IonItemOption {
|
|
1340
1444
|
z;
|
|
1341
1445
|
el;
|
|
@@ -1344,79 +1448,88 @@ let IonItemOption = class IonItemOption {
|
|
|
1344
1448
|
c.detach();
|
|
1345
1449
|
this.el = r.nativeElement;
|
|
1346
1450
|
}
|
|
1347
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1348
|
-
/** @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 });
|
|
1349
1453
|
};
|
|
1350
1454
|
IonItemOption = __decorate([
|
|
1351
1455
|
ProxyCmp({
|
|
1352
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', '
|
|
1456
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1353
1457
|
})
|
|
1354
1458
|
], IonItemOption);
|
|
1355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemOption, decorators: [{
|
|
1356
1460
|
type: Component,
|
|
1357
1461
|
args: [{
|
|
1358
1462
|
selector: 'ion-item-option',
|
|
1359
1463
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1360
1464
|
template: '<ng-content></ng-content>',
|
|
1361
1465
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1362
|
-
inputs: ['color', 'disabled', 'download', 'expandable', 'href', '
|
|
1466
|
+
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
|
|
1467
|
+
standalone: false
|
|
1363
1468
|
}]
|
|
1364
|
-
}], ctorParameters:
|
|
1469
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1365
1470
|
let IonItemOptions = class IonItemOptions {
|
|
1366
1471
|
z;
|
|
1367
1472
|
el;
|
|
1473
|
+
ionSwipe = new EventEmitter();
|
|
1368
1474
|
constructor(c, r, z) {
|
|
1369
1475
|
this.z = z;
|
|
1370
1476
|
c.detach();
|
|
1371
1477
|
this.el = r.nativeElement;
|
|
1372
|
-
proxyOutputs(this, this.el, ['ionSwipe']);
|
|
1373
1478
|
}
|
|
1374
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1375
|
-
/** @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 });
|
|
1376
1481
|
};
|
|
1377
1482
|
IonItemOptions = __decorate([
|
|
1378
1483
|
ProxyCmp({
|
|
1379
|
-
inputs: ['
|
|
1484
|
+
inputs: ['side']
|
|
1380
1485
|
})
|
|
1381
1486
|
], IonItemOptions);
|
|
1382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemOptions, decorators: [{
|
|
1383
1488
|
type: Component,
|
|
1384
1489
|
args: [{
|
|
1385
1490
|
selector: 'ion-item-options',
|
|
1386
1491
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1387
1492
|
template: '<ng-content></ng-content>',
|
|
1388
1493
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1389
|
-
inputs: ['
|
|
1494
|
+
inputs: ['side'],
|
|
1495
|
+
outputs: ['ionSwipe'],
|
|
1496
|
+
standalone: false
|
|
1390
1497
|
}]
|
|
1391
|
-
}], ctorParameters:
|
|
1498
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSwipe: [{
|
|
1499
|
+
type: Output
|
|
1500
|
+
}] } });
|
|
1392
1501
|
let IonItemSliding = class IonItemSliding {
|
|
1393
1502
|
z;
|
|
1394
1503
|
el;
|
|
1504
|
+
ionDrag = new EventEmitter();
|
|
1395
1505
|
constructor(c, r, z) {
|
|
1396
1506
|
this.z = z;
|
|
1397
1507
|
c.detach();
|
|
1398
1508
|
this.el = r.nativeElement;
|
|
1399
|
-
proxyOutputs(this, this.el, ['ionDrag']);
|
|
1400
1509
|
}
|
|
1401
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1402
|
-
/** @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 });
|
|
1403
1512
|
};
|
|
1404
1513
|
IonItemSliding = __decorate([
|
|
1405
1514
|
ProxyCmp({
|
|
1406
|
-
inputs: ['disabled'
|
|
1515
|
+
inputs: ['disabled'],
|
|
1407
1516
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1408
1517
|
})
|
|
1409
1518
|
], IonItemSliding);
|
|
1410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemSliding, decorators: [{
|
|
1411
1520
|
type: Component,
|
|
1412
1521
|
args: [{
|
|
1413
1522
|
selector: 'ion-item-sliding',
|
|
1414
1523
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1415
1524
|
template: '<ng-content></ng-content>',
|
|
1416
1525
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1417
|
-
inputs: ['disabled'
|
|
1526
|
+
inputs: ['disabled'],
|
|
1527
|
+
outputs: ['ionDrag'],
|
|
1528
|
+
standalone: false
|
|
1418
1529
|
}]
|
|
1419
|
-
}], ctorParameters:
|
|
1530
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionDrag: [{
|
|
1531
|
+
type: Output
|
|
1532
|
+
}] } });
|
|
1420
1533
|
let IonLabel = class IonLabel {
|
|
1421
1534
|
z;
|
|
1422
1535
|
el;
|
|
@@ -1425,24 +1538,25 @@ let IonLabel = class IonLabel {
|
|
|
1425
1538
|
c.detach();
|
|
1426
1539
|
this.el = r.nativeElement;
|
|
1427
1540
|
}
|
|
1428
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1429
|
-
/** @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 });
|
|
1430
1543
|
};
|
|
1431
1544
|
IonLabel = __decorate([
|
|
1432
1545
|
ProxyCmp({
|
|
1433
|
-
inputs: ['color', 'mode', 'position'
|
|
1546
|
+
inputs: ['color', 'mode', 'position']
|
|
1434
1547
|
})
|
|
1435
1548
|
], IonLabel);
|
|
1436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonLabel, decorators: [{
|
|
1437
1550
|
type: Component,
|
|
1438
1551
|
args: [{
|
|
1439
1552
|
selector: 'ion-label',
|
|
1440
1553
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1441
1554
|
template: '<ng-content></ng-content>',
|
|
1442
1555
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1443
|
-
inputs: ['color', 'mode', 'position'
|
|
1556
|
+
inputs: ['color', 'mode', 'position'],
|
|
1557
|
+
standalone: false
|
|
1444
1558
|
}]
|
|
1445
|
-
}], ctorParameters:
|
|
1559
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1446
1560
|
let IonList = class IonList {
|
|
1447
1561
|
z;
|
|
1448
1562
|
el;
|
|
@@ -1451,25 +1565,26 @@ let IonList = class IonList {
|
|
|
1451
1565
|
c.detach();
|
|
1452
1566
|
this.el = r.nativeElement;
|
|
1453
1567
|
}
|
|
1454
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1455
|
-
/** @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 });
|
|
1456
1570
|
};
|
|
1457
1571
|
IonList = __decorate([
|
|
1458
1572
|
ProxyCmp({
|
|
1459
|
-
inputs: ['inset', 'lines', 'mode'
|
|
1573
|
+
inputs: ['inset', 'lines', 'mode'],
|
|
1460
1574
|
methods: ['closeSlidingItems']
|
|
1461
1575
|
})
|
|
1462
1576
|
], IonList);
|
|
1463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonList, decorators: [{
|
|
1464
1578
|
type: Component,
|
|
1465
1579
|
args: [{
|
|
1466
1580
|
selector: 'ion-list',
|
|
1467
1581
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1468
1582
|
template: '<ng-content></ng-content>',
|
|
1469
1583
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1470
|
-
inputs: ['inset', 'lines', 'mode'
|
|
1584
|
+
inputs: ['inset', 'lines', 'mode'],
|
|
1585
|
+
standalone: false
|
|
1471
1586
|
}]
|
|
1472
|
-
}], ctorParameters:
|
|
1587
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1473
1588
|
let IonListHeader = class IonListHeader {
|
|
1474
1589
|
z;
|
|
1475
1590
|
el;
|
|
@@ -1478,80 +1593,119 @@ let IonListHeader = class IonListHeader {
|
|
|
1478
1593
|
c.detach();
|
|
1479
1594
|
this.el = r.nativeElement;
|
|
1480
1595
|
}
|
|
1481
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1482
|
-
/** @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 });
|
|
1483
1598
|
};
|
|
1484
1599
|
IonListHeader = __decorate([
|
|
1485
1600
|
ProxyCmp({
|
|
1486
|
-
inputs: ['color', 'lines', 'mode'
|
|
1601
|
+
inputs: ['color', 'lines', 'mode']
|
|
1487
1602
|
})
|
|
1488
1603
|
], IonListHeader);
|
|
1489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonListHeader, decorators: [{
|
|
1490
1605
|
type: Component,
|
|
1491
1606
|
args: [{
|
|
1492
1607
|
selector: 'ion-list-header',
|
|
1493
1608
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1494
1609
|
template: '<ng-content></ng-content>',
|
|
1495
1610
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1496
|
-
inputs: ['color', 'lines', 'mode'
|
|
1611
|
+
inputs: ['color', 'lines', 'mode'],
|
|
1612
|
+
standalone: false
|
|
1497
1613
|
}]
|
|
1498
|
-
}], ctorParameters:
|
|
1614
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1499
1615
|
let IonLoading = class IonLoading {
|
|
1500
1616
|
z;
|
|
1501
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();
|
|
1502
1626
|
constructor(c, r, z) {
|
|
1503
1627
|
this.z = z;
|
|
1504
1628
|
c.detach();
|
|
1505
1629
|
this.el = r.nativeElement;
|
|
1506
|
-
proxyOutputs(this, this.el, ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1507
1630
|
}
|
|
1508
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1509
|
-
/** @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 });
|
|
1510
1633
|
};
|
|
1511
1634
|
IonLoading = __decorate([
|
|
1512
1635
|
ProxyCmp({
|
|
1513
|
-
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'],
|
|
1514
1637
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1515
1638
|
})
|
|
1516
1639
|
], IonLoading);
|
|
1517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonLoading, decorators: [{
|
|
1518
1641
|
type: Component,
|
|
1519
1642
|
args: [{
|
|
1520
1643
|
selector: 'ion-loading',
|
|
1521
1644
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1522
1645
|
template: '<ng-content></ng-content>',
|
|
1523
1646
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1524
|
-
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', '
|
|
1525
|
-
|
|
1526
|
-
|
|
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
|
+
}] } });
|
|
1527
1668
|
let IonMenu = class IonMenu {
|
|
1528
1669
|
z;
|
|
1529
1670
|
el;
|
|
1671
|
+
ionWillOpen = new EventEmitter();
|
|
1672
|
+
ionWillClose = new EventEmitter();
|
|
1673
|
+
ionDidOpen = new EventEmitter();
|
|
1674
|
+
ionDidClose = new EventEmitter();
|
|
1530
1675
|
constructor(c, r, z) {
|
|
1531
1676
|
this.z = z;
|
|
1532
1677
|
c.detach();
|
|
1533
1678
|
this.el = r.nativeElement;
|
|
1534
|
-
proxyOutputs(this, this.el, ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose']);
|
|
1535
1679
|
}
|
|
1536
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1537
|
-
/** @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 });
|
|
1538
1682
|
};
|
|
1539
1683
|
IonMenu = __decorate([
|
|
1540
1684
|
ProxyCmp({
|
|
1541
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', '
|
|
1685
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1542
1686
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1543
1687
|
})
|
|
1544
1688
|
], IonMenu);
|
|
1545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenu, decorators: [{
|
|
1546
1690
|
type: Component,
|
|
1547
1691
|
args: [{
|
|
1548
1692
|
selector: 'ion-menu',
|
|
1549
1693
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1550
1694
|
template: '<ng-content></ng-content>',
|
|
1551
1695
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1552
|
-
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', '
|
|
1696
|
+
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1697
|
+
outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],
|
|
1698
|
+
standalone: false
|
|
1553
1699
|
}]
|
|
1554
|
-
}], 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
|
+
}] } });
|
|
1555
1709
|
let IonMenuButton = class IonMenuButton {
|
|
1556
1710
|
z;
|
|
1557
1711
|
el;
|
|
@@ -1560,24 +1714,25 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1560
1714
|
c.detach();
|
|
1561
1715
|
this.el = r.nativeElement;
|
|
1562
1716
|
}
|
|
1563
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1564
|
-
/** @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 });
|
|
1565
1719
|
};
|
|
1566
1720
|
IonMenuButton = __decorate([
|
|
1567
1721
|
ProxyCmp({
|
|
1568
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', '
|
|
1722
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1569
1723
|
})
|
|
1570
1724
|
], IonMenuButton);
|
|
1571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenuButton, decorators: [{
|
|
1572
1726
|
type: Component,
|
|
1573
1727
|
args: [{
|
|
1574
1728
|
selector: 'ion-menu-button',
|
|
1575
1729
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1576
1730
|
template: '<ng-content></ng-content>',
|
|
1577
1731
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1578
|
-
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', '
|
|
1732
|
+
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
|
|
1733
|
+
standalone: false
|
|
1579
1734
|
}]
|
|
1580
|
-
}], ctorParameters:
|
|
1735
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1581
1736
|
let IonMenuToggle = class IonMenuToggle {
|
|
1582
1737
|
z;
|
|
1583
1738
|
el;
|
|
@@ -1586,24 +1741,25 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1586
1741
|
c.detach();
|
|
1587
1742
|
this.el = r.nativeElement;
|
|
1588
1743
|
}
|
|
1589
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1590
|
-
/** @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 });
|
|
1591
1746
|
};
|
|
1592
1747
|
IonMenuToggle = __decorate([
|
|
1593
1748
|
ProxyCmp({
|
|
1594
|
-
inputs: ['autoHide', 'menu'
|
|
1749
|
+
inputs: ['autoHide', 'menu']
|
|
1595
1750
|
})
|
|
1596
1751
|
], IonMenuToggle);
|
|
1597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenuToggle, decorators: [{
|
|
1598
1753
|
type: Component,
|
|
1599
1754
|
args: [{
|
|
1600
1755
|
selector: 'ion-menu-toggle',
|
|
1601
1756
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1602
1757
|
template: '<ng-content></ng-content>',
|
|
1603
1758
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1604
|
-
inputs: ['autoHide', 'menu'
|
|
1759
|
+
inputs: ['autoHide', 'menu'],
|
|
1760
|
+
standalone: false
|
|
1605
1761
|
}]
|
|
1606
|
-
}], ctorParameters:
|
|
1762
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1607
1763
|
let IonNavLink = class IonNavLink {
|
|
1608
1764
|
z;
|
|
1609
1765
|
el;
|
|
@@ -1612,24 +1768,25 @@ let IonNavLink = class IonNavLink {
|
|
|
1612
1768
|
c.detach();
|
|
1613
1769
|
this.el = r.nativeElement;
|
|
1614
1770
|
}
|
|
1615
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1616
|
-
/** @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 });
|
|
1617
1773
|
};
|
|
1618
1774
|
IonNavLink = __decorate([
|
|
1619
1775
|
ProxyCmp({
|
|
1620
|
-
inputs: ['component', 'componentProps', '
|
|
1776
|
+
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1621
1777
|
})
|
|
1622
1778
|
], IonNavLink);
|
|
1623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNavLink, decorators: [{
|
|
1624
1780
|
type: Component,
|
|
1625
1781
|
args: [{
|
|
1626
1782
|
selector: 'ion-nav-link',
|
|
1627
1783
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1628
1784
|
template: '<ng-content></ng-content>',
|
|
1629
1785
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1630
|
-
inputs: ['component', 'componentProps', '
|
|
1786
|
+
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
|
|
1787
|
+
standalone: false
|
|
1631
1788
|
}]
|
|
1632
|
-
}], ctorParameters:
|
|
1789
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1633
1790
|
let IonNote = class IonNote {
|
|
1634
1791
|
z;
|
|
1635
1792
|
el;
|
|
@@ -1638,24 +1795,25 @@ let IonNote = class IonNote {
|
|
|
1638
1795
|
c.detach();
|
|
1639
1796
|
this.el = r.nativeElement;
|
|
1640
1797
|
}
|
|
1641
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1642
|
-
/** @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 });
|
|
1643
1800
|
};
|
|
1644
1801
|
IonNote = __decorate([
|
|
1645
1802
|
ProxyCmp({
|
|
1646
|
-
inputs: ['color', 'mode'
|
|
1803
|
+
inputs: ['color', 'mode']
|
|
1647
1804
|
})
|
|
1648
1805
|
], IonNote);
|
|
1649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNote, decorators: [{
|
|
1650
1807
|
type: Component,
|
|
1651
1808
|
args: [{
|
|
1652
1809
|
selector: 'ion-note',
|
|
1653
1810
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1654
1811
|
template: '<ng-content></ng-content>',
|
|
1655
1812
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1656
|
-
inputs: ['color', 'mode'
|
|
1813
|
+
inputs: ['color', 'mode'],
|
|
1814
|
+
standalone: false
|
|
1657
1815
|
}]
|
|
1658
|
-
}], ctorParameters:
|
|
1816
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1659
1817
|
let IonPicker = class IonPicker {
|
|
1660
1818
|
z;
|
|
1661
1819
|
el;
|
|
@@ -1664,52 +1822,57 @@ let IonPicker = class IonPicker {
|
|
|
1664
1822
|
c.detach();
|
|
1665
1823
|
this.el = r.nativeElement;
|
|
1666
1824
|
}
|
|
1667
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1668
|
-
/** @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 });
|
|
1669
1827
|
};
|
|
1670
1828
|
IonPicker = __decorate([
|
|
1671
1829
|
ProxyCmp({
|
|
1672
|
-
inputs: ['mode'
|
|
1830
|
+
inputs: ['mode']
|
|
1673
1831
|
})
|
|
1674
1832
|
], IonPicker);
|
|
1675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPicker, decorators: [{
|
|
1676
1834
|
type: Component,
|
|
1677
1835
|
args: [{
|
|
1678
1836
|
selector: 'ion-picker',
|
|
1679
1837
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1680
1838
|
template: '<ng-content></ng-content>',
|
|
1681
1839
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1682
|
-
inputs: ['mode'
|
|
1840
|
+
inputs: ['mode'],
|
|
1841
|
+
standalone: false
|
|
1683
1842
|
}]
|
|
1684
|
-
}], ctorParameters:
|
|
1843
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1685
1844
|
let IonPickerColumn = class IonPickerColumn {
|
|
1686
1845
|
z;
|
|
1687
1846
|
el;
|
|
1847
|
+
ionChange = new EventEmitter();
|
|
1688
1848
|
constructor(c, r, z) {
|
|
1689
1849
|
this.z = z;
|
|
1690
1850
|
c.detach();
|
|
1691
1851
|
this.el = r.nativeElement;
|
|
1692
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
1693
1852
|
}
|
|
1694
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1695
|
-
/** @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 });
|
|
1696
1855
|
};
|
|
1697
1856
|
IonPickerColumn = __decorate([
|
|
1698
1857
|
ProxyCmp({
|
|
1699
|
-
inputs: ['color', 'disabled', 'mode', '
|
|
1858
|
+
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1700
1859
|
methods: ['setFocus']
|
|
1701
1860
|
})
|
|
1702
1861
|
], IonPickerColumn);
|
|
1703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPickerColumn, decorators: [{
|
|
1704
1863
|
type: Component,
|
|
1705
1864
|
args: [{
|
|
1706
1865
|
selector: 'ion-picker-column',
|
|
1707
1866
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1708
1867
|
template: '<ng-content></ng-content>',
|
|
1709
1868
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1710
|
-
inputs: ['color', 'disabled', 'mode', '
|
|
1869
|
+
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1870
|
+
outputs: ['ionChange'],
|
|
1871
|
+
standalone: false
|
|
1711
1872
|
}]
|
|
1712
|
-
}], ctorParameters:
|
|
1873
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
1874
|
+
type: Output
|
|
1875
|
+
}] } });
|
|
1713
1876
|
let IonPickerColumnOption = class IonPickerColumnOption {
|
|
1714
1877
|
z;
|
|
1715
1878
|
el;
|
|
@@ -1718,52 +1881,25 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1718
1881
|
c.detach();
|
|
1719
1882
|
this.el = r.nativeElement;
|
|
1720
1883
|
}
|
|
1721
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1722
|
-
/** @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 });
|
|
1723
1886
|
};
|
|
1724
1887
|
IonPickerColumnOption = __decorate([
|
|
1725
1888
|
ProxyCmp({
|
|
1726
|
-
inputs: ['color', 'disabled', '
|
|
1889
|
+
inputs: ['color', 'disabled', 'value']
|
|
1727
1890
|
})
|
|
1728
1891
|
], IonPickerColumnOption);
|
|
1729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPickerColumnOption, decorators: [{
|
|
1730
1893
|
type: Component,
|
|
1731
1894
|
args: [{
|
|
1732
1895
|
selector: 'ion-picker-column-option',
|
|
1733
1896
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1734
1897
|
template: '<ng-content></ng-content>',
|
|
1735
1898
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1736
|
-
inputs: ['color', 'disabled', '
|
|
1899
|
+
inputs: ['color', 'disabled', 'value'],
|
|
1900
|
+
standalone: false
|
|
1737
1901
|
}]
|
|
1738
|
-
}], ctorParameters:
|
|
1739
|
-
let IonPickerLegacy = class IonPickerLegacy {
|
|
1740
|
-
z;
|
|
1741
|
-
el;
|
|
1742
|
-
constructor(c, r, z) {
|
|
1743
|
-
this.z = z;
|
|
1744
|
-
c.detach();
|
|
1745
|
-
this.el = r.nativeElement;
|
|
1746
|
-
proxyOutputs(this, this.el, ['ionPickerDidPresent', 'ionPickerWillPresent', 'ionPickerWillDismiss', 'ionPickerDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1747
|
-
}
|
|
1748
|
-
/** @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 });
|
|
1749
|
-
/** @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 });
|
|
1750
|
-
};
|
|
1751
|
-
IonPickerLegacy = __decorate([
|
|
1752
|
-
ProxyCmp({
|
|
1753
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
|
|
1754
|
-
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'getColumn']
|
|
1755
|
-
})
|
|
1756
|
-
], IonPickerLegacy);
|
|
1757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonPickerLegacy, decorators: [{
|
|
1758
|
-
type: Component,
|
|
1759
|
-
args: [{
|
|
1760
|
-
selector: 'ion-picker-legacy',
|
|
1761
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1762
|
-
template: '<ng-content></ng-content>',
|
|
1763
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1764
|
-
inputs: ['animated', 'backdropDismiss', 'buttons', 'columns', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'showBackdrop', 'theme', 'trigger'],
|
|
1765
|
-
}]
|
|
1766
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1902
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1767
1903
|
let IonProgressBar = class IonProgressBar {
|
|
1768
1904
|
z;
|
|
1769
1905
|
el;
|
|
@@ -1772,133 +1908,180 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1772
1908
|
c.detach();
|
|
1773
1909
|
this.el = r.nativeElement;
|
|
1774
1910
|
}
|
|
1775
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1776
|
-
/** @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 });
|
|
1777
1913
|
};
|
|
1778
1914
|
IonProgressBar = __decorate([
|
|
1779
1915
|
ProxyCmp({
|
|
1780
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', '
|
|
1916
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1781
1917
|
})
|
|
1782
1918
|
], IonProgressBar);
|
|
1783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonProgressBar, decorators: [{
|
|
1784
1920
|
type: Component,
|
|
1785
1921
|
args: [{
|
|
1786
1922
|
selector: 'ion-progress-bar',
|
|
1787
1923
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1788
1924
|
template: '<ng-content></ng-content>',
|
|
1789
1925
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1790
|
-
inputs: ['buffer', 'color', 'mode', 'reversed', '
|
|
1926
|
+
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
|
|
1927
|
+
standalone: false
|
|
1791
1928
|
}]
|
|
1792
|
-
}], ctorParameters:
|
|
1929
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1793
1930
|
let IonRadio = class IonRadio {
|
|
1794
1931
|
z;
|
|
1795
1932
|
el;
|
|
1933
|
+
ionFocus = new EventEmitter();
|
|
1934
|
+
ionBlur = new EventEmitter();
|
|
1796
1935
|
constructor(c, r, z) {
|
|
1797
1936
|
this.z = z;
|
|
1798
1937
|
c.detach();
|
|
1799
1938
|
this.el = r.nativeElement;
|
|
1800
|
-
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
1801
1939
|
}
|
|
1802
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1803
|
-
/** @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 });
|
|
1804
1942
|
};
|
|
1805
1943
|
IonRadio = __decorate([
|
|
1806
1944
|
ProxyCmp({
|
|
1807
|
-
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', '
|
|
1945
|
+
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1808
1946
|
})
|
|
1809
1947
|
], IonRadio);
|
|
1810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRadio, decorators: [{
|
|
1811
1949
|
type: Component,
|
|
1812
1950
|
args: [{
|
|
1813
1951
|
selector: 'ion-radio',
|
|
1814
1952
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1815
1953
|
template: '<ng-content></ng-content>',
|
|
1816
1954
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1817
|
-
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
|
|
1818
1958
|
}]
|
|
1819
|
-
}], ctorParameters:
|
|
1959
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
1960
|
+
type: Output
|
|
1961
|
+
}], ionBlur: [{
|
|
1962
|
+
type: Output
|
|
1963
|
+
}] } });
|
|
1820
1964
|
let IonRadioGroup = class IonRadioGroup {
|
|
1821
1965
|
z;
|
|
1822
1966
|
el;
|
|
1967
|
+
ionChange = new EventEmitter();
|
|
1823
1968
|
constructor(c, r, z) {
|
|
1824
1969
|
this.z = z;
|
|
1825
1970
|
c.detach();
|
|
1826
1971
|
this.el = r.nativeElement;
|
|
1827
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
1828
1972
|
}
|
|
1829
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1830
|
-
/** @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 });
|
|
1831
1975
|
};
|
|
1832
1976
|
IonRadioGroup = __decorate([
|
|
1833
1977
|
ProxyCmp({
|
|
1834
|
-
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', '
|
|
1978
|
+
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value']
|
|
1835
1979
|
})
|
|
1836
1980
|
], IonRadioGroup);
|
|
1837
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRadioGroup, decorators: [{
|
|
1838
1982
|
type: Component,
|
|
1839
1983
|
args: [{
|
|
1840
1984
|
selector: 'ion-radio-group',
|
|
1841
1985
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1842
1986
|
template: '<ng-content></ng-content>',
|
|
1843
1987
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1844
|
-
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', '
|
|
1988
|
+
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'],
|
|
1989
|
+
outputs: ['ionChange'],
|
|
1990
|
+
standalone: false
|
|
1845
1991
|
}]
|
|
1846
|
-
}], ctorParameters:
|
|
1992
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
1993
|
+
type: Output
|
|
1994
|
+
}] } });
|
|
1847
1995
|
let IonRange = class IonRange {
|
|
1848
1996
|
z;
|
|
1849
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();
|
|
1850
2004
|
constructor(c, r, z) {
|
|
1851
2005
|
this.z = z;
|
|
1852
2006
|
c.detach();
|
|
1853
2007
|
this.el = r.nativeElement;
|
|
1854
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionFocus', 'ionBlur', 'ionKnobMoveStart', 'ionKnobMoveEnd']);
|
|
1855
2008
|
}
|
|
1856
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1857
|
-
/** @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 });
|
|
1858
2011
|
};
|
|
1859
2012
|
IonRange = __decorate([
|
|
1860
2013
|
ProxyCmp({
|
|
1861
|
-
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']
|
|
1862
2015
|
})
|
|
1863
2016
|
], IonRange);
|
|
1864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRange, decorators: [{
|
|
1865
2018
|
type: Component,
|
|
1866
2019
|
args: [{
|
|
1867
2020
|
selector: 'ion-range',
|
|
1868
2021
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1869
2022
|
template: '<ng-content></ng-content>',
|
|
1870
2023
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1871
|
-
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
|
|
1872
2027
|
}]
|
|
1873
|
-
}], 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
|
+
}] } });
|
|
1874
2041
|
let IonRefresher = class IonRefresher {
|
|
1875
2042
|
z;
|
|
1876
2043
|
el;
|
|
2044
|
+
ionRefresh = new EventEmitter();
|
|
2045
|
+
ionPull = new EventEmitter();
|
|
2046
|
+
ionStart = new EventEmitter();
|
|
2047
|
+
ionPullStart = new EventEmitter();
|
|
2048
|
+
ionPullEnd = new EventEmitter();
|
|
1877
2049
|
constructor(c, r, z) {
|
|
1878
2050
|
this.z = z;
|
|
1879
2051
|
c.detach();
|
|
1880
2052
|
this.el = r.nativeElement;
|
|
1881
|
-
proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd']);
|
|
1882
2053
|
}
|
|
1883
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1884
|
-
/** @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 });
|
|
1885
2056
|
};
|
|
1886
2057
|
IonRefresher = __decorate([
|
|
1887
2058
|
ProxyCmp({
|
|
1888
|
-
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'
|
|
2059
|
+
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1889
2060
|
methods: ['complete', 'cancel', 'getProgress']
|
|
1890
2061
|
})
|
|
1891
2062
|
], IonRefresher);
|
|
1892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRefresher, decorators: [{
|
|
1893
2064
|
type: Component,
|
|
1894
2065
|
args: [{
|
|
1895
2066
|
selector: 'ion-refresher',
|
|
1896
2067
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1897
2068
|
template: '<ng-content></ng-content>',
|
|
1898
2069
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1899
|
-
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
|
|
1900
2073
|
}]
|
|
1901
|
-
}], 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
|
+
}] } });
|
|
1902
2085
|
let IonRefresherContent = class IonRefresherContent {
|
|
1903
2086
|
z;
|
|
1904
2087
|
el;
|
|
@@ -1907,24 +2090,25 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
1907
2090
|
c.detach();
|
|
1908
2091
|
this.el = r.nativeElement;
|
|
1909
2092
|
}
|
|
1910
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1911
|
-
/** @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 });
|
|
1912
2095
|
};
|
|
1913
2096
|
IonRefresherContent = __decorate([
|
|
1914
2097
|
ProxyCmp({
|
|
1915
|
-
inputs: ['
|
|
2098
|
+
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
1916
2099
|
})
|
|
1917
2100
|
], IonRefresherContent);
|
|
1918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRefresherContent, decorators: [{
|
|
1919
2102
|
type: Component,
|
|
1920
2103
|
args: [{
|
|
1921
2104
|
selector: 'ion-refresher-content',
|
|
1922
2105
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1923
2106
|
template: '<ng-content></ng-content>',
|
|
1924
2107
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1925
|
-
inputs: ['
|
|
2108
|
+
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
|
|
2109
|
+
standalone: false
|
|
1926
2110
|
}]
|
|
1927
|
-
}], ctorParameters:
|
|
2111
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1928
2112
|
let IonReorder = class IonReorder {
|
|
1929
2113
|
z;
|
|
1930
2114
|
el;
|
|
@@ -1933,52 +2117,64 @@ let IonReorder = class IonReorder {
|
|
|
1933
2117
|
c.detach();
|
|
1934
2118
|
this.el = r.nativeElement;
|
|
1935
2119
|
}
|
|
1936
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1937
|
-
/** @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 });
|
|
1938
2122
|
};
|
|
1939
2123
|
IonReorder = __decorate([
|
|
1940
|
-
ProxyCmp({
|
|
1941
|
-
inputs: ['mode', 'theme']
|
|
1942
|
-
})
|
|
2124
|
+
ProxyCmp({})
|
|
1943
2125
|
], IonReorder);
|
|
1944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonReorder, decorators: [{
|
|
1945
2127
|
type: Component,
|
|
1946
2128
|
args: [{
|
|
1947
2129
|
selector: 'ion-reorder',
|
|
1948
2130
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1949
2131
|
template: '<ng-content></ng-content>',
|
|
1950
2132
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1951
|
-
inputs: [
|
|
2133
|
+
inputs: [],
|
|
2134
|
+
standalone: false
|
|
1952
2135
|
}]
|
|
1953
|
-
}], ctorParameters:
|
|
2136
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1954
2137
|
let IonReorderGroup = class IonReorderGroup {
|
|
1955
2138
|
z;
|
|
1956
2139
|
el;
|
|
2140
|
+
ionItemReorder = new EventEmitter();
|
|
2141
|
+
ionReorderStart = new EventEmitter();
|
|
2142
|
+
ionReorderMove = new EventEmitter();
|
|
2143
|
+
ionReorderEnd = new EventEmitter();
|
|
1957
2144
|
constructor(c, r, z) {
|
|
1958
2145
|
this.z = z;
|
|
1959
2146
|
c.detach();
|
|
1960
2147
|
this.el = r.nativeElement;
|
|
1961
|
-
proxyOutputs(this, this.el, ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd']);
|
|
1962
2148
|
}
|
|
1963
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1964
|
-
/** @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 });
|
|
1965
2151
|
};
|
|
1966
2152
|
IonReorderGroup = __decorate([
|
|
1967
2153
|
ProxyCmp({
|
|
1968
|
-
inputs: ['disabled'
|
|
2154
|
+
inputs: ['disabled'],
|
|
1969
2155
|
methods: ['complete']
|
|
1970
2156
|
})
|
|
1971
2157
|
], IonReorderGroup);
|
|
1972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonReorderGroup, decorators: [{
|
|
1973
2159
|
type: Component,
|
|
1974
2160
|
args: [{
|
|
1975
2161
|
selector: 'ion-reorder-group',
|
|
1976
2162
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1977
2163
|
template: '<ng-content></ng-content>',
|
|
1978
2164
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1979
|
-
inputs: ['disabled'
|
|
2165
|
+
inputs: ['disabled'],
|
|
2166
|
+
outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
|
|
2167
|
+
standalone: false
|
|
1980
2168
|
}]
|
|
1981
|
-
}], 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
|
+
}] } });
|
|
1982
2178
|
let IonRippleEffect = class IonRippleEffect {
|
|
1983
2179
|
z;
|
|
1984
2180
|
el;
|
|
@@ -1987,25 +2183,26 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
1987
2183
|
c.detach();
|
|
1988
2184
|
this.el = r.nativeElement;
|
|
1989
2185
|
}
|
|
1990
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1991
|
-
/** @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 });
|
|
1992
2188
|
};
|
|
1993
2189
|
IonRippleEffect = __decorate([
|
|
1994
2190
|
ProxyCmp({
|
|
1995
|
-
inputs: ['
|
|
2191
|
+
inputs: ['type'],
|
|
1996
2192
|
methods: ['addRipple']
|
|
1997
2193
|
})
|
|
1998
2194
|
], IonRippleEffect);
|
|
1999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRippleEffect, decorators: [{
|
|
2000
2196
|
type: Component,
|
|
2001
2197
|
args: [{
|
|
2002
2198
|
selector: 'ion-ripple-effect',
|
|
2003
2199
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2004
2200
|
template: '<ng-content></ng-content>',
|
|
2005
2201
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2006
|
-
inputs: ['
|
|
2202
|
+
inputs: ['type'],
|
|
2203
|
+
standalone: false
|
|
2007
2204
|
}]
|
|
2008
|
-
}], ctorParameters:
|
|
2205
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2009
2206
|
let IonRow = class IonRow {
|
|
2010
2207
|
z;
|
|
2011
2208
|
el;
|
|
@@ -2014,79 +2211,101 @@ let IonRow = class IonRow {
|
|
|
2014
2211
|
c.detach();
|
|
2015
2212
|
this.el = r.nativeElement;
|
|
2016
2213
|
}
|
|
2017
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2018
|
-
/** @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 });
|
|
2019
2216
|
};
|
|
2020
2217
|
IonRow = __decorate([
|
|
2021
|
-
ProxyCmp({
|
|
2022
|
-
inputs: ['mode', 'theme']
|
|
2023
|
-
})
|
|
2218
|
+
ProxyCmp({})
|
|
2024
2219
|
], IonRow);
|
|
2025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRow, decorators: [{
|
|
2026
2221
|
type: Component,
|
|
2027
2222
|
args: [{
|
|
2028
2223
|
selector: 'ion-row',
|
|
2029
2224
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2030
2225
|
template: '<ng-content></ng-content>',
|
|
2031
2226
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2032
|
-
inputs: [
|
|
2227
|
+
inputs: [],
|
|
2228
|
+
standalone: false
|
|
2033
2229
|
}]
|
|
2034
|
-
}], ctorParameters:
|
|
2230
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2035
2231
|
let IonSearchbar = class IonSearchbar {
|
|
2036
2232
|
z;
|
|
2037
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();
|
|
2038
2240
|
constructor(c, r, z) {
|
|
2039
2241
|
this.z = z;
|
|
2040
2242
|
c.detach();
|
|
2041
2243
|
this.el = r.nativeElement;
|
|
2042
|
-
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionCancel', 'ionClear', 'ionBlur', 'ionFocus']);
|
|
2043
2244
|
}
|
|
2044
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2045
|
-
/** @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 });
|
|
2046
2247
|
};
|
|
2047
2248
|
IonSearchbar = __decorate([
|
|
2048
2249
|
ProxyCmp({
|
|
2049
|
-
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'],
|
|
2050
2251
|
methods: ['setFocus', 'getInputElement']
|
|
2051
2252
|
})
|
|
2052
2253
|
], IonSearchbar);
|
|
2053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSearchbar, decorators: [{
|
|
2054
2255
|
type: Component,
|
|
2055
2256
|
args: [{
|
|
2056
2257
|
selector: 'ion-searchbar',
|
|
2057
2258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2058
2259
|
template: '<ng-content></ng-content>',
|
|
2059
2260
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2060
|
-
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
|
|
2061
2264
|
}]
|
|
2062
|
-
}], 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
|
+
}] } });
|
|
2063
2278
|
let IonSegment = class IonSegment {
|
|
2064
2279
|
z;
|
|
2065
2280
|
el;
|
|
2281
|
+
ionChange = new EventEmitter();
|
|
2066
2282
|
constructor(c, r, z) {
|
|
2067
2283
|
this.z = z;
|
|
2068
2284
|
c.detach();
|
|
2069
2285
|
this.el = r.nativeElement;
|
|
2070
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
2071
2286
|
}
|
|
2072
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2073
|
-
/** @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 });
|
|
2074
2289
|
};
|
|
2075
2290
|
IonSegment = __decorate([
|
|
2076
2291
|
ProxyCmp({
|
|
2077
|
-
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', '
|
|
2292
|
+
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value']
|
|
2078
2293
|
})
|
|
2079
2294
|
], IonSegment);
|
|
2080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegment, decorators: [{
|
|
2081
2296
|
type: Component,
|
|
2082
2297
|
args: [{
|
|
2083
2298
|
selector: 'ion-segment',
|
|
2084
2299
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2085
2300
|
template: '<ng-content></ng-content>',
|
|
2086
2301
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2087
|
-
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', '
|
|
2302
|
+
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value'],
|
|
2303
|
+
outputs: ['ionChange'],
|
|
2304
|
+
standalone: false
|
|
2088
2305
|
}]
|
|
2089
|
-
}], ctorParameters:
|
|
2306
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
2307
|
+
type: Output
|
|
2308
|
+
}] } });
|
|
2090
2309
|
let IonSegmentButton = class IonSegmentButton {
|
|
2091
2310
|
z;
|
|
2092
2311
|
el;
|
|
@@ -2095,24 +2314,25 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
2095
2314
|
c.detach();
|
|
2096
2315
|
this.el = r.nativeElement;
|
|
2097
2316
|
}
|
|
2098
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2099
|
-
/** @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 });
|
|
2100
2319
|
};
|
|
2101
2320
|
IonSegmentButton = __decorate([
|
|
2102
2321
|
ProxyCmp({
|
|
2103
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', '
|
|
2322
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
2104
2323
|
})
|
|
2105
2324
|
], IonSegmentButton);
|
|
2106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentButton, decorators: [{
|
|
2107
2326
|
type: Component,
|
|
2108
2327
|
args: [{
|
|
2109
2328
|
selector: 'ion-segment-button',
|
|
2110
2329
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2111
2330
|
template: '<ng-content></ng-content>',
|
|
2112
2331
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2113
|
-
inputs: ['contentId', 'disabled', 'layout', 'mode', '
|
|
2332
|
+
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
|
|
2333
|
+
standalone: false
|
|
2114
2334
|
}]
|
|
2115
|
-
}], ctorParameters:
|
|
2335
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2116
2336
|
let IonSegmentContent = class IonSegmentContent {
|
|
2117
2337
|
z;
|
|
2118
2338
|
el;
|
|
@@ -2121,13 +2341,13 @@ let IonSegmentContent = class IonSegmentContent {
|
|
|
2121
2341
|
c.detach();
|
|
2122
2342
|
this.el = r.nativeElement;
|
|
2123
2343
|
}
|
|
2124
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2125
|
-
/** @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 });
|
|
2126
2346
|
};
|
|
2127
2347
|
IonSegmentContent = __decorate([
|
|
2128
2348
|
ProxyCmp({})
|
|
2129
2349
|
], IonSegmentContent);
|
|
2130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentContent, decorators: [{
|
|
2131
2351
|
type: Component,
|
|
2132
2352
|
args: [{
|
|
2133
2353
|
selector: 'ion-segment-content',
|
|
@@ -2135,26 +2355,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2135
2355
|
template: '<ng-content></ng-content>',
|
|
2136
2356
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2137
2357
|
inputs: [],
|
|
2358
|
+
standalone: false
|
|
2138
2359
|
}]
|
|
2139
|
-
}], ctorParameters:
|
|
2360
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2140
2361
|
let IonSegmentView = class IonSegmentView {
|
|
2141
2362
|
z;
|
|
2142
2363
|
el;
|
|
2364
|
+
ionSegmentViewScroll = new EventEmitter();
|
|
2143
2365
|
constructor(c, r, z) {
|
|
2144
2366
|
this.z = z;
|
|
2145
2367
|
c.detach();
|
|
2146
2368
|
this.el = r.nativeElement;
|
|
2147
|
-
proxyOutputs(this, this.el, ['ionSegmentViewScroll']);
|
|
2148
2369
|
}
|
|
2149
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2150
|
-
/** @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 });
|
|
2151
2372
|
};
|
|
2152
2373
|
IonSegmentView = __decorate([
|
|
2153
2374
|
ProxyCmp({
|
|
2154
2375
|
inputs: ['disabled', 'swipeGesture']
|
|
2155
2376
|
})
|
|
2156
2377
|
], IonSegmentView);
|
|
2157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentView, decorators: [{
|
|
2158
2379
|
type: Component,
|
|
2159
2380
|
args: [{
|
|
2160
2381
|
selector: 'ion-segment-view',
|
|
@@ -2162,36 +2383,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2162
2383
|
template: '<ng-content></ng-content>',
|
|
2163
2384
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2164
2385
|
inputs: ['disabled', 'swipeGesture'],
|
|
2386
|
+
outputs: ['ionSegmentViewScroll'],
|
|
2387
|
+
standalone: false
|
|
2165
2388
|
}]
|
|
2166
|
-
}], ctorParameters:
|
|
2389
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSegmentViewScroll: [{
|
|
2390
|
+
type: Output
|
|
2391
|
+
}] } });
|
|
2167
2392
|
let IonSelect = class IonSelect {
|
|
2168
2393
|
z;
|
|
2169
2394
|
el;
|
|
2395
|
+
ionChange = new EventEmitter();
|
|
2396
|
+
ionCancel = new EventEmitter();
|
|
2397
|
+
ionDismiss = new EventEmitter();
|
|
2398
|
+
ionFocus = new EventEmitter();
|
|
2399
|
+
ionBlur = new EventEmitter();
|
|
2170
2400
|
constructor(c, r, z) {
|
|
2171
2401
|
this.z = z;
|
|
2172
2402
|
c.detach();
|
|
2173
2403
|
this.el = r.nativeElement;
|
|
2174
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionCancel', 'ionDismiss', 'ionFocus', 'ionBlur']);
|
|
2175
2404
|
}
|
|
2176
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2177
|
-
/** @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 });
|
|
2178
2407
|
};
|
|
2179
2408
|
IonSelect = __decorate([
|
|
2180
2409
|
ProxyCmp({
|
|
2181
|
-
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'],
|
|
2182
2411
|
methods: ['open']
|
|
2183
2412
|
})
|
|
2184
2413
|
], IonSelect);
|
|
2185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelect, decorators: [{
|
|
2186
2415
|
type: Component,
|
|
2187
2416
|
args: [{
|
|
2188
2417
|
selector: 'ion-select',
|
|
2189
2418
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2190
2419
|
template: '<ng-content></ng-content>',
|
|
2191
2420
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2192
|
-
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
|
|
2193
2424
|
}]
|
|
2194
|
-
}], 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
|
+
}] } });
|
|
2195
2436
|
let IonSelectModal = class IonSelectModal {
|
|
2196
2437
|
z;
|
|
2197
2438
|
el;
|
|
@@ -2200,24 +2441,25 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2200
2441
|
c.detach();
|
|
2201
2442
|
this.el = r.nativeElement;
|
|
2202
2443
|
}
|
|
2203
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2204
|
-
/** @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 });
|
|
2205
2446
|
};
|
|
2206
2447
|
IonSelectModal = __decorate([
|
|
2207
2448
|
ProxyCmp({
|
|
2208
|
-
inputs: ['
|
|
2449
|
+
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2209
2450
|
})
|
|
2210
2451
|
], IonSelectModal);
|
|
2211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelectModal, decorators: [{
|
|
2212
2453
|
type: Component,
|
|
2213
2454
|
args: [{
|
|
2214
2455
|
selector: 'ion-select-modal',
|
|
2215
2456
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2216
2457
|
template: '<ng-content></ng-content>',
|
|
2217
2458
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2218
|
-
inputs: ['
|
|
2459
|
+
inputs: ['cancelText', 'header', 'multiple', 'options'],
|
|
2460
|
+
standalone: false
|
|
2219
2461
|
}]
|
|
2220
|
-
}], ctorParameters:
|
|
2462
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2221
2463
|
let IonSelectOption = class IonSelectOption {
|
|
2222
2464
|
z;
|
|
2223
2465
|
el;
|
|
@@ -2226,24 +2468,25 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2226
2468
|
c.detach();
|
|
2227
2469
|
this.el = r.nativeElement;
|
|
2228
2470
|
}
|
|
2229
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2230
|
-
/** @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 });
|
|
2231
2473
|
};
|
|
2232
2474
|
IonSelectOption = __decorate([
|
|
2233
2475
|
ProxyCmp({
|
|
2234
|
-
inputs: ['
|
|
2476
|
+
inputs: ['disabled', 'value']
|
|
2235
2477
|
})
|
|
2236
2478
|
], IonSelectOption);
|
|
2237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelectOption, decorators: [{
|
|
2238
2480
|
type: Component,
|
|
2239
2481
|
args: [{
|
|
2240
2482
|
selector: 'ion-select-option',
|
|
2241
2483
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2242
2484
|
template: '<ng-content></ng-content>',
|
|
2243
2485
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2244
|
-
inputs: ['
|
|
2486
|
+
inputs: ['disabled', 'value'],
|
|
2487
|
+
standalone: false
|
|
2245
2488
|
}]
|
|
2246
|
-
}], ctorParameters:
|
|
2489
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2247
2490
|
let IonSkeletonText = class IonSkeletonText {
|
|
2248
2491
|
z;
|
|
2249
2492
|
el;
|
|
@@ -2252,24 +2495,25 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2252
2495
|
c.detach();
|
|
2253
2496
|
this.el = r.nativeElement;
|
|
2254
2497
|
}
|
|
2255
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2256
|
-
/** @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 });
|
|
2257
2500
|
};
|
|
2258
2501
|
IonSkeletonText = __decorate([
|
|
2259
2502
|
ProxyCmp({
|
|
2260
|
-
inputs: ['animated'
|
|
2503
|
+
inputs: ['animated']
|
|
2261
2504
|
})
|
|
2262
2505
|
], IonSkeletonText);
|
|
2263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSkeletonText, decorators: [{
|
|
2264
2507
|
type: Component,
|
|
2265
2508
|
args: [{
|
|
2266
2509
|
selector: 'ion-skeleton-text',
|
|
2267
2510
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2268
2511
|
template: '<ng-content></ng-content>',
|
|
2269
2512
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2270
|
-
inputs: ['animated'
|
|
2513
|
+
inputs: ['animated'],
|
|
2514
|
+
standalone: false
|
|
2271
2515
|
}]
|
|
2272
|
-
}], ctorParameters:
|
|
2516
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2273
2517
|
let IonSpinner = class IonSpinner {
|
|
2274
2518
|
z;
|
|
2275
2519
|
el;
|
|
@@ -2278,51 +2522,56 @@ let IonSpinner = class IonSpinner {
|
|
|
2278
2522
|
c.detach();
|
|
2279
2523
|
this.el = r.nativeElement;
|
|
2280
2524
|
}
|
|
2281
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2282
|
-
/** @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 });
|
|
2283
2527
|
};
|
|
2284
2528
|
IonSpinner = __decorate([
|
|
2285
2529
|
ProxyCmp({
|
|
2286
|
-
inputs: ['color', 'duration', '
|
|
2530
|
+
inputs: ['color', 'duration', 'name', 'paused']
|
|
2287
2531
|
})
|
|
2288
2532
|
], IonSpinner);
|
|
2289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSpinner, decorators: [{
|
|
2290
2534
|
type: Component,
|
|
2291
2535
|
args: [{
|
|
2292
2536
|
selector: 'ion-spinner',
|
|
2293
2537
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2294
2538
|
template: '<ng-content></ng-content>',
|
|
2295
2539
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2296
|
-
inputs: ['color', 'duration', '
|
|
2540
|
+
inputs: ['color', 'duration', 'name', 'paused'],
|
|
2541
|
+
standalone: false
|
|
2297
2542
|
}]
|
|
2298
|
-
}], ctorParameters:
|
|
2543
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2299
2544
|
let IonSplitPane = class IonSplitPane {
|
|
2300
2545
|
z;
|
|
2301
2546
|
el;
|
|
2547
|
+
ionSplitPaneVisible = new EventEmitter();
|
|
2302
2548
|
constructor(c, r, z) {
|
|
2303
2549
|
this.z = z;
|
|
2304
2550
|
c.detach();
|
|
2305
2551
|
this.el = r.nativeElement;
|
|
2306
|
-
proxyOutputs(this, this.el, ['ionSplitPaneVisible']);
|
|
2307
2552
|
}
|
|
2308
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2309
|
-
/** @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 });
|
|
2310
2555
|
};
|
|
2311
2556
|
IonSplitPane = __decorate([
|
|
2312
2557
|
ProxyCmp({
|
|
2313
|
-
inputs: ['contentId', 'disabled', '
|
|
2558
|
+
inputs: ['contentId', 'disabled', 'when']
|
|
2314
2559
|
})
|
|
2315
2560
|
], IonSplitPane);
|
|
2316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSplitPane, decorators: [{
|
|
2317
2562
|
type: Component,
|
|
2318
2563
|
args: [{
|
|
2319
2564
|
selector: 'ion-split-pane',
|
|
2320
2565
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2321
2566
|
template: '<ng-content></ng-content>',
|
|
2322
2567
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2323
|
-
inputs: ['contentId', 'disabled', '
|
|
2568
|
+
inputs: ['contentId', 'disabled', 'when'],
|
|
2569
|
+
outputs: ['ionSplitPaneVisible'],
|
|
2570
|
+
standalone: false
|
|
2324
2571
|
}]
|
|
2325
|
-
}], ctorParameters:
|
|
2572
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSplitPaneVisible: [{
|
|
2573
|
+
type: Output
|
|
2574
|
+
}] } });
|
|
2326
2575
|
let IonTab = class IonTab {
|
|
2327
2576
|
z;
|
|
2328
2577
|
el;
|
|
@@ -2331,25 +2580,26 @@ let IonTab = class IonTab {
|
|
|
2331
2580
|
c.detach();
|
|
2332
2581
|
this.el = r.nativeElement;
|
|
2333
2582
|
}
|
|
2334
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2335
|
-
/** @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 });
|
|
2336
2585
|
};
|
|
2337
2586
|
IonTab = __decorate([
|
|
2338
2587
|
ProxyCmp({
|
|
2339
|
-
inputs: ['component', '
|
|
2588
|
+
inputs: ['component', 'tab'],
|
|
2340
2589
|
methods: ['setActive']
|
|
2341
2590
|
})
|
|
2342
2591
|
], IonTab);
|
|
2343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTab, decorators: [{
|
|
2344
2593
|
type: Component,
|
|
2345
2594
|
args: [{
|
|
2346
2595
|
selector: 'ion-tab',
|
|
2347
2596
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2348
2597
|
template: '<ng-content></ng-content>',
|
|
2349
2598
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2350
|
-
inputs: ['component',
|
|
2599
|
+
inputs: ['component', { name: 'tab', required: true }],
|
|
2600
|
+
standalone: false
|
|
2351
2601
|
}]
|
|
2352
|
-
}], ctorParameters:
|
|
2602
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2353
2603
|
let IonTabBar = class IonTabBar {
|
|
2354
2604
|
z;
|
|
2355
2605
|
el;
|
|
@@ -2358,24 +2608,25 @@ let IonTabBar = class IonTabBar {
|
|
|
2358
2608
|
c.detach();
|
|
2359
2609
|
this.el = r.nativeElement;
|
|
2360
2610
|
}
|
|
2361
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2362
|
-
/** @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 });
|
|
2363
2613
|
};
|
|
2364
2614
|
IonTabBar = __decorate([
|
|
2365
2615
|
ProxyCmp({
|
|
2366
|
-
inputs: ['color', '
|
|
2616
|
+
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2367
2617
|
})
|
|
2368
2618
|
], IonTabBar);
|
|
2369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabBar, decorators: [{
|
|
2370
2620
|
type: Component,
|
|
2371
2621
|
args: [{
|
|
2372
2622
|
selector: 'ion-tab-bar',
|
|
2373
2623
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2374
2624
|
template: '<ng-content></ng-content>',
|
|
2375
2625
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2376
|
-
inputs: ['color', '
|
|
2626
|
+
inputs: ['color', 'mode', 'selectedTab', 'translucent'],
|
|
2627
|
+
standalone: false
|
|
2377
2628
|
}]
|
|
2378
|
-
}], ctorParameters:
|
|
2629
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2379
2630
|
let IonTabButton = class IonTabButton {
|
|
2380
2631
|
z;
|
|
2381
2632
|
el;
|
|
@@ -2384,24 +2635,25 @@ let IonTabButton = class IonTabButton {
|
|
|
2384
2635
|
c.detach();
|
|
2385
2636
|
this.el = r.nativeElement;
|
|
2386
2637
|
}
|
|
2387
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2388
|
-
/** @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 });
|
|
2389
2640
|
};
|
|
2390
2641
|
IonTabButton = __decorate([
|
|
2391
2642
|
ProxyCmp({
|
|
2392
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', '
|
|
2643
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2393
2644
|
})
|
|
2394
2645
|
], IonTabButton);
|
|
2395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabButton, decorators: [{
|
|
2396
2647
|
type: Component,
|
|
2397
2648
|
args: [{
|
|
2398
2649
|
selector: 'ion-tab-button',
|
|
2399
2650
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2400
2651
|
template: '<ng-content></ng-content>',
|
|
2401
2652
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2402
|
-
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', '
|
|
2653
|
+
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
|
|
2654
|
+
standalone: false
|
|
2403
2655
|
}]
|
|
2404
|
-
}], ctorParameters:
|
|
2656
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2405
2657
|
let IonText = class IonText {
|
|
2406
2658
|
z;
|
|
2407
2659
|
el;
|
|
@@ -2410,52 +2662,66 @@ let IonText = class IonText {
|
|
|
2410
2662
|
c.detach();
|
|
2411
2663
|
this.el = r.nativeElement;
|
|
2412
2664
|
}
|
|
2413
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2414
|
-
/** @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 });
|
|
2415
2667
|
};
|
|
2416
2668
|
IonText = __decorate([
|
|
2417
2669
|
ProxyCmp({
|
|
2418
|
-
inputs: ['color', 'mode'
|
|
2670
|
+
inputs: ['color', 'mode']
|
|
2419
2671
|
})
|
|
2420
2672
|
], IonText);
|
|
2421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonText, decorators: [{
|
|
2422
2674
|
type: Component,
|
|
2423
2675
|
args: [{
|
|
2424
2676
|
selector: 'ion-text',
|
|
2425
2677
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2426
2678
|
template: '<ng-content></ng-content>',
|
|
2427
2679
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2428
|
-
inputs: ['color', 'mode'
|
|
2680
|
+
inputs: ['color', 'mode'],
|
|
2681
|
+
standalone: false
|
|
2429
2682
|
}]
|
|
2430
|
-
}], ctorParameters:
|
|
2683
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2431
2684
|
let IonTextarea = class IonTextarea {
|
|
2432
2685
|
z;
|
|
2433
2686
|
el;
|
|
2687
|
+
ionChange = new EventEmitter();
|
|
2688
|
+
ionInput = new EventEmitter();
|
|
2689
|
+
ionBlur = new EventEmitter();
|
|
2690
|
+
ionFocus = new EventEmitter();
|
|
2434
2691
|
constructor(c, r, z) {
|
|
2435
2692
|
this.z = z;
|
|
2436
2693
|
c.detach();
|
|
2437
2694
|
this.el = r.nativeElement;
|
|
2438
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionBlur', 'ionFocus']);
|
|
2439
2695
|
}
|
|
2440
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2441
|
-
/** @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 });
|
|
2442
2698
|
};
|
|
2443
2699
|
IonTextarea = __decorate([
|
|
2444
2700
|
ProxyCmp({
|
|
2445
|
-
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'],
|
|
2446
2702
|
methods: ['setFocus', 'getInputElement']
|
|
2447
2703
|
})
|
|
2448
2704
|
], IonTextarea);
|
|
2449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTextarea, decorators: [{
|
|
2450
2706
|
type: Component,
|
|
2451
2707
|
args: [{
|
|
2452
2708
|
selector: 'ion-textarea',
|
|
2453
2709
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2454
2710
|
template: '<ng-content></ng-content>',
|
|
2455
2711
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2456
|
-
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
|
|
2457
2715
|
}]
|
|
2458
|
-
}], 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
|
+
}] } });
|
|
2459
2725
|
let IonThumbnail = class IonThumbnail {
|
|
2460
2726
|
z;
|
|
2461
2727
|
el;
|
|
@@ -2464,24 +2730,23 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2464
2730
|
c.detach();
|
|
2465
2731
|
this.el = r.nativeElement;
|
|
2466
2732
|
}
|
|
2467
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2468
|
-
/** @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 });
|
|
2469
2735
|
};
|
|
2470
2736
|
IonThumbnail = __decorate([
|
|
2471
|
-
ProxyCmp({
|
|
2472
|
-
inputs: ['mode', 'theme']
|
|
2473
|
-
})
|
|
2737
|
+
ProxyCmp({})
|
|
2474
2738
|
], IonThumbnail);
|
|
2475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
2476
2740
|
type: Component,
|
|
2477
2741
|
args: [{
|
|
2478
2742
|
selector: 'ion-thumbnail',
|
|
2479
2743
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2480
2744
|
template: '<ng-content></ng-content>',
|
|
2481
2745
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2482
|
-
inputs: [
|
|
2746
|
+
inputs: [],
|
|
2747
|
+
standalone: false
|
|
2483
2748
|
}]
|
|
2484
|
-
}], ctorParameters:
|
|
2749
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2485
2750
|
let IonTitle = class IonTitle {
|
|
2486
2751
|
z;
|
|
2487
2752
|
el;
|
|
@@ -2490,79 +2755,115 @@ let IonTitle = class IonTitle {
|
|
|
2490
2755
|
c.detach();
|
|
2491
2756
|
this.el = r.nativeElement;
|
|
2492
2757
|
}
|
|
2493
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2494
|
-
/** @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 });
|
|
2495
2760
|
};
|
|
2496
2761
|
IonTitle = __decorate([
|
|
2497
2762
|
ProxyCmp({
|
|
2498
|
-
inputs: ['color', '
|
|
2763
|
+
inputs: ['color', 'size']
|
|
2499
2764
|
})
|
|
2500
2765
|
], IonTitle);
|
|
2501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTitle, decorators: [{
|
|
2502
2767
|
type: Component,
|
|
2503
2768
|
args: [{
|
|
2504
2769
|
selector: 'ion-title',
|
|
2505
2770
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2506
2771
|
template: '<ng-content></ng-content>',
|
|
2507
2772
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2508
|
-
inputs: ['color', '
|
|
2773
|
+
inputs: ['color', 'size'],
|
|
2774
|
+
standalone: false
|
|
2509
2775
|
}]
|
|
2510
|
-
}], ctorParameters:
|
|
2776
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2511
2777
|
let IonToast = class IonToast {
|
|
2512
2778
|
z;
|
|
2513
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();
|
|
2514
2788
|
constructor(c, r, z) {
|
|
2515
2789
|
this.z = z;
|
|
2516
2790
|
c.detach();
|
|
2517
2791
|
this.el = r.nativeElement;
|
|
2518
|
-
proxyOutputs(this, this.el, ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
2519
2792
|
}
|
|
2520
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2521
|
-
/** @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 });
|
|
2522
2795
|
};
|
|
2523
2796
|
IonToast = __decorate([
|
|
2524
2797
|
ProxyCmp({
|
|
2525
|
-
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'],
|
|
2526
2799
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2527
2800
|
})
|
|
2528
2801
|
], IonToast);
|
|
2529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToast, decorators: [{
|
|
2530
2803
|
type: Component,
|
|
2531
2804
|
args: [{
|
|
2532
2805
|
selector: 'ion-toast',
|
|
2533
2806
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2534
2807
|
template: '<ng-content></ng-content>',
|
|
2535
2808
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2536
|
-
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', '
|
|
2537
|
-
|
|
2538
|
-
|
|
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
|
+
}] } });
|
|
2539
2830
|
let IonToggle = class IonToggle {
|
|
2540
2831
|
z;
|
|
2541
2832
|
el;
|
|
2833
|
+
ionChange = new EventEmitter();
|
|
2834
|
+
ionFocus = new EventEmitter();
|
|
2835
|
+
ionBlur = new EventEmitter();
|
|
2542
2836
|
constructor(c, r, z) {
|
|
2543
2837
|
this.z = z;
|
|
2544
2838
|
c.detach();
|
|
2545
2839
|
this.el = r.nativeElement;
|
|
2546
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionFocus', 'ionBlur']);
|
|
2547
2840
|
}
|
|
2548
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2549
|
-
/** @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 });
|
|
2550
2843
|
};
|
|
2551
2844
|
IonToggle = __decorate([
|
|
2552
2845
|
ProxyCmp({
|
|
2553
|
-
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']
|
|
2554
2847
|
})
|
|
2555
2848
|
], IonToggle);
|
|
2556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToggle, decorators: [{
|
|
2557
2850
|
type: Component,
|
|
2558
2851
|
args: [{
|
|
2559
2852
|
selector: 'ion-toggle',
|
|
2560
2853
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2561
2854
|
template: '<ng-content></ng-content>',
|
|
2562
2855
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2563
|
-
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
|
|
2564
2859
|
}]
|
|
2565
|
-
}], 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
|
+
}] } });
|
|
2566
2867
|
let IonToolbar = class IonToolbar {
|
|
2567
2868
|
z;
|
|
2568
2869
|
el;
|
|
@@ -2571,25 +2872,27 @@ let IonToolbar = class IonToolbar {
|
|
|
2571
2872
|
c.detach();
|
|
2572
2873
|
this.el = r.nativeElement;
|
|
2573
2874
|
}
|
|
2574
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2575
|
-
/** @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 });
|
|
2576
2877
|
};
|
|
2577
2878
|
IonToolbar = __decorate([
|
|
2578
2879
|
ProxyCmp({
|
|
2579
|
-
inputs: ['color', 'mode'
|
|
2880
|
+
inputs: ['color', 'mode']
|
|
2580
2881
|
})
|
|
2581
2882
|
], IonToolbar);
|
|
2582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToolbar, decorators: [{
|
|
2583
2884
|
type: Component,
|
|
2584
2885
|
args: [{
|
|
2585
2886
|
selector: 'ion-toolbar',
|
|
2586
2887
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2587
2888
|
template: '<ng-content></ng-content>',
|
|
2588
2889
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2589
|
-
inputs: ['color', 'mode'
|
|
2890
|
+
inputs: ['color', 'mode'],
|
|
2891
|
+
standalone: false
|
|
2590
2892
|
}]
|
|
2591
|
-
}], ctorParameters:
|
|
2893
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2592
2894
|
|
|
2895
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2593
2896
|
class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
2594
2897
|
parentOutlet;
|
|
2595
2898
|
/**
|
|
@@ -2610,16 +2913,17 @@ class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
|
2610
2913
|
super(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet);
|
|
2611
2914
|
this.parentOutlet = parentOutlet;
|
|
2612
2915
|
}
|
|
2613
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2614
|
-
/** @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 });
|
|
2615
2918
|
}
|
|
2616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterOutlet, decorators: [{
|
|
2617
2920
|
type: Component,
|
|
2618
2921
|
args: [{
|
|
2922
|
+
standalone: false,
|
|
2619
2923
|
selector: 'ion-router-outlet',
|
|
2620
2924
|
template: '<ng-container #outletContent><ng-content></ng-content></ng-container>',
|
|
2621
2925
|
}]
|
|
2622
|
-
}], ctorParameters:
|
|
2926
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2623
2927
|
type: Attribute,
|
|
2624
2928
|
args: ['name']
|
|
2625
2929
|
}] }, { type: undefined, decorators: [{
|
|
@@ -2631,18 +2935,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2631
2935
|
type: SkipSelf
|
|
2632
2936
|
}, {
|
|
2633
2937
|
type: Optional
|
|
2634
|
-
}] }]
|
|
2938
|
+
}] }], propDecorators: { outletContent: [{
|
|
2635
2939
|
type: ViewChild,
|
|
2636
2940
|
args: ['outletContent', { read: ViewContainerRef, static: true }]
|
|
2637
2941
|
}] } });
|
|
2638
2942
|
|
|
2943
|
+
// eslint-disable-next-line @angular-eslint/component-class-suffix
|
|
2639
2944
|
class IonTabs extends IonTabs$1 {
|
|
2640
2945
|
outlet;
|
|
2641
2946
|
tabBar;
|
|
2642
2947
|
tabBars;
|
|
2643
2948
|
tabs;
|
|
2644
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2645
|
-
/** @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: `
|
|
2646
2951
|
<ng-content select="[slot=top]"></ng-content>
|
|
2647
2952
|
<div class="tabs-inner" #tabsInner>
|
|
2648
2953
|
<ion-router-outlet
|
|
@@ -2657,9 +2962,9 @@ class IonTabs extends IonTabs$1 {
|
|
|
2657
2962
|
<ng-content></ng-content>
|
|
2658
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" }] });
|
|
2659
2964
|
}
|
|
2660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabs, decorators: [{
|
|
2661
2966
|
type: Component,
|
|
2662
|
-
args: [{ selector: 'ion-tabs', template: `
|
|
2967
|
+
args: [{ standalone: false, selector: 'ion-tabs', template: `
|
|
2663
2968
|
<ng-content select="[slot=top]"></ng-content>
|
|
2664
2969
|
<div class="tabs-inner" #tabsInner>
|
|
2665
2970
|
<ion-router-outlet
|
|
@@ -2687,39 +2992,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2687
2992
|
args: [IonTab]
|
|
2688
2993
|
}] } });
|
|
2689
2994
|
|
|
2995
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2690
2996
|
class IonBackButton extends IonBackButton$1 {
|
|
2691
2997
|
constructor(routerOutlet, navCtrl, config, r, z, c) {
|
|
2692
2998
|
super(routerOutlet, navCtrl, config, r, z, c);
|
|
2693
2999
|
}
|
|
2694
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2695
|
-
/** @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 });
|
|
2696
3002
|
}
|
|
2697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBackButton, decorators: [{
|
|
2698
3004
|
type: Component,
|
|
2699
3005
|
args: [{
|
|
3006
|
+
standalone: false,
|
|
2700
3007
|
selector: 'ion-back-button',
|
|
2701
3008
|
template: '<ng-content></ng-content>',
|
|
2702
3009
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2703
3010
|
}]
|
|
2704
|
-
}], ctorParameters:
|
|
3011
|
+
}], ctorParameters: () => [{ type: IonRouterOutlet, decorators: [{
|
|
2705
3012
|
type: Optional
|
|
2706
|
-
}] }, { 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 }] });
|
|
2707
3014
|
|
|
3015
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2708
3016
|
class IonNav extends IonNav$1 {
|
|
2709
3017
|
constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
|
|
2710
3018
|
super(ref, environmentInjector, injector, angularDelegate, z, c);
|
|
2711
3019
|
}
|
|
2712
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2713
|
-
/** @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 });
|
|
2714
3022
|
}
|
|
2715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNav, decorators: [{
|
|
2716
3024
|
type: Component,
|
|
2717
3025
|
args: [{
|
|
3026
|
+
standalone: false,
|
|
2718
3027
|
selector: 'ion-nav',
|
|
2719
3028
|
template: '<ng-content></ng-content>',
|
|
2720
3029
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2721
3030
|
}]
|
|
2722
|
-
}], ctorParameters:
|
|
3031
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: i2$1.AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
2723
3032
|
|
|
2724
3033
|
/**
|
|
2725
3034
|
* Adds support for Ionic routing directions and animations to the base Angular router link directive.
|
|
@@ -2728,35 +3037,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2728
3037
|
* animation so that the routing integration will transition correctly.
|
|
2729
3038
|
*/
|
|
2730
3039
|
class RouterLinkDelegateDirective extends RouterLinkDelegateDirective$1 {
|
|
2731
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2732
|
-
/** @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 });
|
|
2733
3042
|
}
|
|
2734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkDelegateDirective, decorators: [{
|
|
2735
3044
|
type: Directive,
|
|
2736
3045
|
args: [{
|
|
3046
|
+
standalone: false,
|
|
2737
3047
|
selector: ':not(a):not(area)[routerLink]',
|
|
2738
3048
|
}]
|
|
2739
3049
|
}] });
|
|
2740
3050
|
class RouterLinkWithHrefDelegateDirective extends RouterLinkWithHrefDelegateDirective$1 {
|
|
2741
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2742
|
-
/** @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 });
|
|
2743
3053
|
}
|
|
2744
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: RouterLinkWithHrefDelegateDirective, decorators: [{
|
|
2745
3055
|
type: Directive,
|
|
2746
3056
|
args: [{
|
|
3057
|
+
standalone: false,
|
|
2747
3058
|
selector: 'a[routerLink],area[routerLink]',
|
|
2748
3059
|
}]
|
|
2749
3060
|
}] });
|
|
2750
3061
|
|
|
2751
3062
|
class IonModal extends IonModal$1 {
|
|
2752
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2753
|
-
/** @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">
|
|
2754
3065
|
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
2755
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 });
|
|
2756
3067
|
}
|
|
2757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonModal, decorators: [{
|
|
2758
3069
|
type: Component,
|
|
2759
3070
|
args: [{
|
|
3071
|
+
standalone: false,
|
|
2760
3072
|
selector: 'ion-modal',
|
|
2761
3073
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2762
3074
|
template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
@@ -2766,12 +3078,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2766
3078
|
}] });
|
|
2767
3079
|
|
|
2768
3080
|
class IonPopover extends IonPopover$1 {
|
|
2769
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2770
|
-
/** @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 });
|
|
2771
3083
|
}
|
|
2772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPopover, decorators: [{
|
|
2773
3085
|
type: Component,
|
|
2774
3086
|
args: [{
|
|
3087
|
+
standalone: false,
|
|
2775
3088
|
selector: 'ion-popover',
|
|
2776
3089
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2777
3090
|
template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`,
|
|
@@ -2787,17 +3100,18 @@ const ION_MAX_VALIDATOR = {
|
|
|
2787
3100
|
useExisting: forwardRef(() => IonMaxValidator),
|
|
2788
3101
|
multi: true,
|
|
2789
3102
|
};
|
|
3103
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2790
3104
|
class IonMaxValidator extends MaxValidator {
|
|
2791
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2792
|
-
/** @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 });
|
|
2793
3107
|
}
|
|
2794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMaxValidator, decorators: [{
|
|
2795
3109
|
type: Directive,
|
|
2796
3110
|
args: [{
|
|
3111
|
+
standalone: false,
|
|
2797
3112
|
selector: 'ion-input[type=number][max][formControlName],ion-input[type=number][max][formControl],ion-input[type=number][max][ngModel]',
|
|
2798
3113
|
providers: [ION_MAX_VALIDATOR],
|
|
2799
|
-
|
|
2800
|
-
host: { '[attr.max]': '_enabled ? max : null' },
|
|
3114
|
+
host: { '[attr.max]': 'enabled(max) ? max : null' },
|
|
2801
3115
|
}]
|
|
2802
3116
|
}] });
|
|
2803
3117
|
|
|
@@ -2810,17 +3124,18 @@ const ION_MIN_VALIDATOR = {
|
|
|
2810
3124
|
useExisting: forwardRef(() => IonMinValidator),
|
|
2811
3125
|
multi: true,
|
|
2812
3126
|
};
|
|
3127
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
2813
3128
|
class IonMinValidator extends MinValidator {
|
|
2814
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2815
|
-
/** @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 });
|
|
2816
3131
|
}
|
|
2817
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMinValidator, decorators: [{
|
|
2818
3133
|
type: Directive,
|
|
2819
3134
|
args: [{
|
|
3135
|
+
standalone: false,
|
|
2820
3136
|
selector: 'ion-input[type=number][min][formControlName],ion-input[type=number][min][formControl],ion-input[type=number][min][ngModel]',
|
|
2821
3137
|
providers: [ION_MIN_VALIDATOR],
|
|
2822
|
-
|
|
2823
|
-
host: { '[attr.min]': '_enabled ? min : null' },
|
|
3138
|
+
host: { '[attr.min]': 'enabled(min) ? min : null' },
|
|
2824
3139
|
}]
|
|
2825
3140
|
}] });
|
|
2826
3141
|
|
|
@@ -2828,15 +3143,15 @@ class AlertController extends OverlayBaseController {
|
|
|
2828
3143
|
constructor() {
|
|
2829
3144
|
super(alertController);
|
|
2830
3145
|
}
|
|
2831
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2832
|
-
/** @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' });
|
|
2833
3148
|
}
|
|
2834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AlertController, decorators: [{
|
|
2835
3150
|
type: Injectable,
|
|
2836
3151
|
args: [{
|
|
2837
3152
|
providedIn: 'root',
|
|
2838
3153
|
}]
|
|
2839
|
-
}], ctorParameters:
|
|
3154
|
+
}], ctorParameters: () => [] });
|
|
2840
3155
|
|
|
2841
3156
|
class AnimationController {
|
|
2842
3157
|
/**
|
|
@@ -2862,10 +3177,10 @@ class AnimationController {
|
|
|
2862
3177
|
easingTime(p0, p1, p2, p3, progression) {
|
|
2863
3178
|
return getTimeGivenProgression(p0, p1, p2, p3, progression);
|
|
2864
3179
|
}
|
|
2865
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2866
|
-
/** @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' });
|
|
2867
3182
|
}
|
|
2868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AnimationController, decorators: [{
|
|
2869
3184
|
type: Injectable,
|
|
2870
3185
|
args: [{
|
|
2871
3186
|
providedIn: 'root',
|
|
@@ -2876,15 +3191,15 @@ class ActionSheetController extends OverlayBaseController {
|
|
|
2876
3191
|
constructor() {
|
|
2877
3192
|
super(actionSheetController);
|
|
2878
3193
|
}
|
|
2879
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2880
|
-
/** @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' });
|
|
2881
3196
|
}
|
|
2882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ActionSheetController, decorators: [{
|
|
2883
3198
|
type: Injectable,
|
|
2884
3199
|
args: [{
|
|
2885
3200
|
providedIn: 'root',
|
|
2886
3201
|
}]
|
|
2887
|
-
}], ctorParameters:
|
|
3202
|
+
}], ctorParameters: () => [] });
|
|
2888
3203
|
|
|
2889
3204
|
class GestureController {
|
|
2890
3205
|
zone;
|
|
@@ -2905,43 +3220,43 @@ class GestureController {
|
|
|
2905
3220
|
}
|
|
2906
3221
|
return createGesture(opts);
|
|
2907
3222
|
}
|
|
2908
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2909
|
-
/** @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' });
|
|
2910
3225
|
}
|
|
2911
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: GestureController, decorators: [{
|
|
2912
3227
|
type: Injectable,
|
|
2913
3228
|
args: [{
|
|
2914
3229
|
providedIn: 'root',
|
|
2915
3230
|
}]
|
|
2916
|
-
}], ctorParameters:
|
|
3231
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2917
3232
|
|
|
2918
3233
|
class LoadingController extends OverlayBaseController {
|
|
2919
3234
|
constructor() {
|
|
2920
3235
|
super(loadingController);
|
|
2921
3236
|
}
|
|
2922
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2923
|
-
/** @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' });
|
|
2924
3239
|
}
|
|
2925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: LoadingController, decorators: [{
|
|
2926
3241
|
type: Injectable,
|
|
2927
3242
|
args: [{
|
|
2928
3243
|
providedIn: 'root',
|
|
2929
3244
|
}]
|
|
2930
|
-
}], ctorParameters:
|
|
3245
|
+
}], ctorParameters: () => [] });
|
|
2931
3246
|
|
|
2932
3247
|
class MenuController extends MenuController$1 {
|
|
2933
3248
|
constructor() {
|
|
2934
3249
|
super(menuController);
|
|
2935
3250
|
}
|
|
2936
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2937
|
-
/** @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' });
|
|
2938
3253
|
}
|
|
2939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: MenuController, decorators: [{
|
|
2940
3255
|
type: Injectable,
|
|
2941
3256
|
args: [{
|
|
2942
3257
|
providedIn: 'root',
|
|
2943
3258
|
}]
|
|
2944
|
-
}], ctorParameters:
|
|
3259
|
+
}], ctorParameters: () => [] });
|
|
2945
3260
|
|
|
2946
3261
|
class ModalController extends OverlayBaseController {
|
|
2947
3262
|
angularDelegate = inject(AngularDelegate);
|
|
@@ -2957,29 +3272,12 @@ class ModalController extends OverlayBaseController {
|
|
|
2957
3272
|
delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'modal', customInjector),
|
|
2958
3273
|
});
|
|
2959
3274
|
}
|
|
2960
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2961
|
-
/** @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 });
|
|
2962
3277
|
}
|
|
2963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ModalController, decorators: [{
|
|
2964
3279
|
type: Injectable
|
|
2965
|
-
}], ctorParameters:
|
|
2966
|
-
|
|
2967
|
-
/**
|
|
2968
|
-
* @deprecated Use the inline ion-picker component instead.
|
|
2969
|
-
*/
|
|
2970
|
-
class PickerController extends OverlayBaseController {
|
|
2971
|
-
constructor() {
|
|
2972
|
-
super(pickerController);
|
|
2973
|
-
}
|
|
2974
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2975
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, providedIn: 'root' });
|
|
2976
|
-
}
|
|
2977
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PickerController, decorators: [{
|
|
2978
|
-
type: Injectable,
|
|
2979
|
-
args: [{
|
|
2980
|
-
providedIn: 'root',
|
|
2981
|
-
}]
|
|
2982
|
-
}], ctorParameters: function () { return []; } });
|
|
3280
|
+
}], ctorParameters: () => [] });
|
|
2983
3281
|
|
|
2984
3282
|
class PopoverController extends OverlayBaseController {
|
|
2985
3283
|
angularDelegate = inject(AngularDelegate);
|
|
@@ -3001,15 +3299,15 @@ class ToastController extends OverlayBaseController {
|
|
|
3001
3299
|
constructor() {
|
|
3002
3300
|
super(toastController);
|
|
3003
3301
|
}
|
|
3004
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3005
|
-
/** @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' });
|
|
3006
3304
|
}
|
|
3007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ToastController, decorators: [{
|
|
3008
3306
|
type: Injectable,
|
|
3009
3307
|
args: [{
|
|
3010
3308
|
providedIn: 'root',
|
|
3011
3309
|
}]
|
|
3012
|
-
}], ctorParameters:
|
|
3310
|
+
}], ctorParameters: () => [] });
|
|
3013
3311
|
|
|
3014
3312
|
// TODO(FW-2827): types
|
|
3015
3313
|
const appInitialize = (config, doc, zone) => {
|
|
@@ -3061,13 +3359,10 @@ const DIRECTIVES = [
|
|
|
3061
3359
|
IonContent,
|
|
3062
3360
|
IonDatetime,
|
|
3063
3361
|
IonDatetimeButton,
|
|
3064
|
-
IonDivider,
|
|
3065
3362
|
IonFab,
|
|
3066
3363
|
IonFabButton,
|
|
3067
3364
|
IonFabList,
|
|
3068
3365
|
IonFooter,
|
|
3069
|
-
IonGallery,
|
|
3070
|
-
IonGalleryItem,
|
|
3071
3366
|
IonGrid,
|
|
3072
3367
|
IonHeader,
|
|
3073
3368
|
IonIcon,
|
|
@@ -3095,7 +3390,6 @@ const DIRECTIVES = [
|
|
|
3095
3390
|
IonPicker,
|
|
3096
3391
|
IonPickerColumn,
|
|
3097
3392
|
IonPickerColumnOption,
|
|
3098
|
-
IonPickerLegacy,
|
|
3099
3393
|
IonProgressBar,
|
|
3100
3394
|
IonRadio,
|
|
3101
3395
|
IonRadioGroup,
|
|
@@ -3171,8 +3465,8 @@ class IonicModule {
|
|
|
3171
3465
|
],
|
|
3172
3466
|
};
|
|
3173
3467
|
}
|
|
3174
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3175
|
-
/** @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,
|
|
3176
3470
|
// manual proxies
|
|
3177
3471
|
IonModal,
|
|
3178
3472
|
IonPopover,
|
|
@@ -3190,7 +3484,7 @@ class IonicModule {
|
|
|
3190
3484
|
RouterLinkWithHrefDelegateDirective,
|
|
3191
3485
|
// validators
|
|
3192
3486
|
IonMinValidator,
|
|
3193
|
-
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,
|
|
3194
3488
|
// manual proxies
|
|
3195
3489
|
IonModal,
|
|
3196
3490
|
IonPopover,
|
|
@@ -3209,9 +3503,9 @@ class IonicModule {
|
|
|
3209
3503
|
// validators
|
|
3210
3504
|
IonMinValidator,
|
|
3211
3505
|
IonMaxValidator] });
|
|
3212
|
-
/** @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] });
|
|
3213
3507
|
}
|
|
3214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonicModule, decorators: [{
|
|
3215
3509
|
type: NgModule,
|
|
3216
3510
|
args: [{
|
|
3217
3511
|
declarations: DECLARATIONS,
|
|
@@ -3227,5 +3521,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3227
3521
|
* Generated bundle index. Do not edit.
|
|
3228
3522
|
*/
|
|
3229
3523
|
|
|
3230
|
-
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 };
|
|
3231
3525
|
//# sourceMappingURL=ionic-angular.mjs.map
|