@ionic/angular 8.8.9-dev.11780086312.13aac420 → 8.8.9-dev.11780414486.1df2bd72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/ionic-angular-common.mjs +67 -79
- package/fesm2022/ionic-angular-common.mjs.map +1 -1
- package/fesm2022/ionic-angular-standalone.mjs +640 -506
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +916 -484
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +11 -16
- package/schematics/add/index.js +27 -1
- package/schematics/utils/ast.js +1 -2
- package/schematics/utils/config.js +10 -11
- package/schematics/utils/package.js +1 -2
- package/types/ionic-angular-common.d.ts +1014 -0
- package/types/ionic-angular-standalone.d.ts +1560 -0
- package/{directives/proxies.d.ts → types/ionic-angular.d.ts} +590 -291
- 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/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 -481
- 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 -89
- package/esm2022/directives/proxies.mjs +0 -2344
- 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 -31
- 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/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 -2228
- 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 -24
- 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/popover-controller.mjs +0 -21
- package/esm2022/standalone/providers/toast-controller.mjs +0 -21
- package/index.d.ts +0 -26
- 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/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 -989
- 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 -22
- 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/popover-controller.d.ts +0 -9
- package/standalone/providers/toast-controller.d.ts +0 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { ViewContainerRef,
|
|
3
|
+
import { ViewContainerRef, ViewChild, Attribute, Optional, SkipSelf, Component, ChangeDetectionStrategy, Directive, EventEmitter, Output, ContentChildren, ContentChild, inject, Injector, EnvironmentInjector, Injectable, makeEnvironmentProviders, APP_INITIALIZER, forwardRef, HostListener } from '@angular/core';
|
|
4
4
|
import * as i2$1 from '@ionic/angular/common';
|
|
5
5
|
import { IonRouterOutlet as IonRouterOutlet$1, ProxyCmp as ProxyCmp$1, IonBackButton as IonBackButton$1, IonModal as IonModal$1, IonPopover as IonPopover$1, RouterLinkDelegateDirective, RouterLinkWithHrefDelegateDirective, IonTabs as IonTabs$1, OverlayBaseController, AngularDelegate, ConfigToken, provideComponentInputBinding, MenuController as MenuController$1, IonNav as IonNav$1, ValueAccessor, setIonicClasses } from '@ionic/angular/common';
|
|
6
6
|
export { Config, DomController, IonModalToken, IonicRouteStrategy, NavController, NavParams, Platform } from '@ionic/angular/common';
|
|
@@ -122,22 +122,22 @@ let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
|
122
122
|
super(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet);
|
|
123
123
|
this.parentOutlet = parentOutlet;
|
|
124
124
|
}
|
|
125
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
126
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
125
|
+
/** @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 });
|
|
126
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRouterOutlet, isStandalone: true, 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 });
|
|
127
127
|
};
|
|
128
128
|
IonRouterOutlet = __decorate([
|
|
129
129
|
ProxyCmp$1({
|
|
130
130
|
defineCustomElementFn: defineCustomElement$1,
|
|
131
131
|
})
|
|
132
132
|
], IonRouterOutlet);
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterOutlet, decorators: [{
|
|
134
134
|
type: Component,
|
|
135
135
|
args: [{
|
|
136
136
|
selector: 'ion-router-outlet',
|
|
137
137
|
standalone: true,
|
|
138
138
|
template: '<ng-container #outletContent><ng-content></ng-content></ng-container>',
|
|
139
139
|
}]
|
|
140
|
-
}], ctorParameters:
|
|
140
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
141
141
|
type: Attribute,
|
|
142
142
|
args: ['name']
|
|
143
143
|
}] }, { type: undefined, decorators: [{
|
|
@@ -149,7 +149,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
149
149
|
type: SkipSelf
|
|
150
150
|
}, {
|
|
151
151
|
type: Optional
|
|
152
|
-
}] }]
|
|
152
|
+
}] }], propDecorators: { outletContent: [{
|
|
153
153
|
type: ViewChild,
|
|
154
154
|
args: ['outletContent', { read: ViewContainerRef, static: true }]
|
|
155
155
|
}] } });
|
|
@@ -158,15 +158,15 @@ let IonBackButton = class IonBackButton extends IonBackButton$1 {
|
|
|
158
158
|
constructor(routerOutlet, navCtrl, config, r, z, c) {
|
|
159
159
|
super(routerOutlet, navCtrl, config, r, z, c);
|
|
160
160
|
}
|
|
161
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
162
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
161
|
+
/** @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 });
|
|
162
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBackButton, isStandalone: true, selector: "ion-back-button", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
163
163
|
};
|
|
164
164
|
IonBackButton = __decorate([
|
|
165
165
|
ProxyCmp$1({
|
|
166
166
|
defineCustomElementFn: defineCustomElement$2,
|
|
167
167
|
})
|
|
168
168
|
], IonBackButton);
|
|
169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBackButton, decorators: [{
|
|
170
170
|
type: Component,
|
|
171
171
|
args: [{
|
|
172
172
|
selector: 'ion-back-button',
|
|
@@ -174,13 +174,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
174
174
|
template: '<ng-content></ng-content>',
|
|
175
175
|
standalone: true,
|
|
176
176
|
}]
|
|
177
|
-
}], ctorParameters:
|
|
177
|
+
}], ctorParameters: () => [{ type: IonRouterOutlet, decorators: [{
|
|
178
178
|
type: Optional
|
|
179
|
-
}] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]
|
|
179
|
+
}] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
180
180
|
|
|
181
181
|
let IonModal = class IonModal extends IonModal$1 {
|
|
182
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
183
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
182
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
183
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonModal, isStandalone: true, selector: "ion-modal", usesInheritance: true, ngImport: i0, template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
184
184
|
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
185
185
|
</div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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 });
|
|
186
186
|
};
|
|
@@ -189,7 +189,7 @@ IonModal = __decorate([
|
|
|
189
189
|
defineCustomElementFn: defineCustomElement$3,
|
|
190
190
|
})
|
|
191
191
|
], IonModal);
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonModal, decorators: [{
|
|
193
193
|
type: Component,
|
|
194
194
|
args: [{
|
|
195
195
|
selector: 'ion-modal',
|
|
@@ -203,15 +203,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
203
203
|
}] });
|
|
204
204
|
|
|
205
205
|
let IonPopover = class IonPopover extends IonPopover$1 {
|
|
206
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
207
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
206
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
207
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonPopover, isStandalone: true, selector: "ion-popover", usesInheritance: true, ngImport: i0, template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { 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 });
|
|
208
208
|
};
|
|
209
209
|
IonPopover = __decorate([
|
|
210
210
|
ProxyCmp$1({
|
|
211
211
|
defineCustomElementFn: defineCustomElement$4,
|
|
212
212
|
})
|
|
213
213
|
], IonPopover);
|
|
214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPopover, decorators: [{
|
|
215
215
|
type: Component,
|
|
216
216
|
args: [{
|
|
217
217
|
selector: 'ion-popover',
|
|
@@ -222,22 +222,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
222
222
|
}]
|
|
223
223
|
}] });
|
|
224
224
|
|
|
225
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
225
226
|
class IonRouterLink extends RouterLinkDelegateDirective {
|
|
226
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
227
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
227
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterLink, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
228
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonRouterLink, isStandalone: true, selector: ":not(a):not(area)[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
228
229
|
}
|
|
229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterLink, decorators: [{
|
|
230
231
|
type: Directive,
|
|
231
232
|
args: [{
|
|
232
233
|
selector: ':not(a):not(area)[routerLink]',
|
|
233
234
|
standalone: true,
|
|
234
235
|
}]
|
|
235
236
|
}] });
|
|
237
|
+
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
236
238
|
class IonRouterLinkWithHref extends RouterLinkWithHrefDelegateDirective {
|
|
237
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
238
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
239
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterLinkWithHref, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
240
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.14", type: IonRouterLinkWithHref, isStandalone: true, selector: "a[routerLink],area[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
239
241
|
}
|
|
240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRouterLinkWithHref, decorators: [{
|
|
241
243
|
type: Directive,
|
|
242
244
|
args: [{
|
|
243
245
|
selector: 'a[routerLink],area[routerLink]',
|
|
@@ -311,8 +313,8 @@ let IonAccordion = class IonAccordion {
|
|
|
311
313
|
c.detach();
|
|
312
314
|
this.el = r.nativeElement;
|
|
313
315
|
}
|
|
314
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
315
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
316
|
+
/** @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 });
|
|
317
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonAccordion, isStandalone: true, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
316
318
|
};
|
|
317
319
|
IonAccordion = __decorate([
|
|
318
320
|
ProxyCmp({
|
|
@@ -320,7 +322,7 @@ IonAccordion = __decorate([
|
|
|
320
322
|
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
|
|
321
323
|
})
|
|
322
324
|
], IonAccordion);
|
|
323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAccordion, decorators: [{
|
|
324
326
|
type: Component,
|
|
325
327
|
args: [{
|
|
326
328
|
selector: 'ion-accordion',
|
|
@@ -328,20 +330,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
328
330
|
template: '<ng-content></ng-content>',
|
|
329
331
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
330
332
|
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
|
|
331
|
-
standalone: true
|
|
332
333
|
}]
|
|
333
|
-
}], ctorParameters:
|
|
334
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
334
335
|
let IonAccordionGroup = class IonAccordionGroup {
|
|
335
336
|
z;
|
|
336
337
|
el;
|
|
338
|
+
ionChange = new EventEmitter();
|
|
337
339
|
constructor(c, r, z) {
|
|
338
340
|
this.z = z;
|
|
339
341
|
c.detach();
|
|
340
342
|
this.el = r.nativeElement;
|
|
341
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
342
343
|
}
|
|
343
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
344
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
344
|
+
/** @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 });
|
|
345
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonAccordionGroup, isStandalone: true, 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 });
|
|
345
346
|
};
|
|
346
347
|
IonAccordionGroup = __decorate([
|
|
347
348
|
ProxyCmp({
|
|
@@ -349,7 +350,7 @@ IonAccordionGroup = __decorate([
|
|
|
349
350
|
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
|
|
350
351
|
})
|
|
351
352
|
], IonAccordionGroup);
|
|
352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAccordionGroup, decorators: [{
|
|
353
354
|
type: Component,
|
|
354
355
|
args: [{
|
|
355
356
|
selector: 'ion-accordion-group',
|
|
@@ -357,20 +358,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
357
358
|
template: '<ng-content></ng-content>',
|
|
358
359
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
359
360
|
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
|
|
360
|
-
|
|
361
|
+
outputs: ['ionChange'],
|
|
361
362
|
}]
|
|
362
|
-
}], ctorParameters:
|
|
363
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
364
|
+
type: Output
|
|
365
|
+
}] } });
|
|
363
366
|
let IonActionSheet = class IonActionSheet {
|
|
364
367
|
z;
|
|
365
368
|
el;
|
|
369
|
+
ionActionSheetDidPresent = new EventEmitter();
|
|
370
|
+
ionActionSheetWillPresent = new EventEmitter();
|
|
371
|
+
ionActionSheetWillDismiss = new EventEmitter();
|
|
372
|
+
ionActionSheetDidDismiss = new EventEmitter();
|
|
373
|
+
didPresent = new EventEmitter();
|
|
374
|
+
willPresent = new EventEmitter();
|
|
375
|
+
willDismiss = new EventEmitter();
|
|
376
|
+
didDismiss = new EventEmitter();
|
|
366
377
|
constructor(c, r, z) {
|
|
367
378
|
this.z = z;
|
|
368
379
|
c.detach();
|
|
369
380
|
this.el = r.nativeElement;
|
|
370
|
-
proxyOutputs(this, this.el, ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
371
381
|
}
|
|
372
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
373
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
382
|
+
/** @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 });
|
|
383
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonActionSheet, isStandalone: true, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, 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 });
|
|
374
384
|
};
|
|
375
385
|
IonActionSheet = __decorate([
|
|
376
386
|
ProxyCmp({
|
|
@@ -379,7 +389,7 @@ IonActionSheet = __decorate([
|
|
|
379
389
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
380
390
|
})
|
|
381
391
|
], IonActionSheet);
|
|
382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonActionSheet, decorators: [{
|
|
383
393
|
type: Component,
|
|
384
394
|
args: [{
|
|
385
395
|
selector: 'ion-action-sheet',
|
|
@@ -387,20 +397,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
387
397
|
template: '<ng-content></ng-content>',
|
|
388
398
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
389
399
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
390
|
-
|
|
391
|
-
}]
|
|
392
|
-
}], ctorParameters:
|
|
400
|
+
outputs: ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
401
|
+
}]
|
|
402
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionActionSheetDidPresent: [{
|
|
403
|
+
type: Output
|
|
404
|
+
}], ionActionSheetWillPresent: [{
|
|
405
|
+
type: Output
|
|
406
|
+
}], ionActionSheetWillDismiss: [{
|
|
407
|
+
type: Output
|
|
408
|
+
}], ionActionSheetDidDismiss: [{
|
|
409
|
+
type: Output
|
|
410
|
+
}], didPresent: [{
|
|
411
|
+
type: Output
|
|
412
|
+
}], willPresent: [{
|
|
413
|
+
type: Output
|
|
414
|
+
}], willDismiss: [{
|
|
415
|
+
type: Output
|
|
416
|
+
}], didDismiss: [{
|
|
417
|
+
type: Output
|
|
418
|
+
}] } });
|
|
393
419
|
let IonAlert = class IonAlert {
|
|
394
420
|
z;
|
|
395
421
|
el;
|
|
422
|
+
ionAlertDidPresent = new EventEmitter();
|
|
423
|
+
ionAlertWillPresent = new EventEmitter();
|
|
424
|
+
ionAlertWillDismiss = new EventEmitter();
|
|
425
|
+
ionAlertDidDismiss = new EventEmitter();
|
|
426
|
+
didPresent = new EventEmitter();
|
|
427
|
+
willPresent = new EventEmitter();
|
|
428
|
+
willDismiss = new EventEmitter();
|
|
429
|
+
didDismiss = new EventEmitter();
|
|
396
430
|
constructor(c, r, z) {
|
|
397
431
|
this.z = z;
|
|
398
432
|
c.detach();
|
|
399
433
|
this.el = r.nativeElement;
|
|
400
|
-
proxyOutputs(this, this.el, ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
401
434
|
}
|
|
402
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
403
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
435
|
+
/** @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 });
|
|
436
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonAlert, isStandalone: true, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, 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 });
|
|
404
437
|
};
|
|
405
438
|
IonAlert = __decorate([
|
|
406
439
|
ProxyCmp({
|
|
@@ -409,7 +442,7 @@ IonAlert = __decorate([
|
|
|
409
442
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
410
443
|
})
|
|
411
444
|
], IonAlert);
|
|
412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAlert, decorators: [{
|
|
413
446
|
type: Component,
|
|
414
447
|
args: [{
|
|
415
448
|
selector: 'ion-alert',
|
|
@@ -417,9 +450,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
417
450
|
template: '<ng-content></ng-content>',
|
|
418
451
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
419
452
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
420
|
-
|
|
421
|
-
}]
|
|
422
|
-
}], ctorParameters:
|
|
453
|
+
outputs: ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
454
|
+
}]
|
|
455
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionAlertDidPresent: [{
|
|
456
|
+
type: Output
|
|
457
|
+
}], ionAlertWillPresent: [{
|
|
458
|
+
type: Output
|
|
459
|
+
}], ionAlertWillDismiss: [{
|
|
460
|
+
type: Output
|
|
461
|
+
}], ionAlertDidDismiss: [{
|
|
462
|
+
type: Output
|
|
463
|
+
}], didPresent: [{
|
|
464
|
+
type: Output
|
|
465
|
+
}], willPresent: [{
|
|
466
|
+
type: Output
|
|
467
|
+
}], willDismiss: [{
|
|
468
|
+
type: Output
|
|
469
|
+
}], didDismiss: [{
|
|
470
|
+
type: Output
|
|
471
|
+
}] } });
|
|
423
472
|
let IonApp = class IonApp {
|
|
424
473
|
z;
|
|
425
474
|
el;
|
|
@@ -428,8 +477,8 @@ let IonApp = class IonApp {
|
|
|
428
477
|
c.detach();
|
|
429
478
|
this.el = r.nativeElement;
|
|
430
479
|
}
|
|
431
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
432
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
480
|
+
/** @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 });
|
|
481
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonApp, isStandalone: true, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
433
482
|
};
|
|
434
483
|
IonApp = __decorate([
|
|
435
484
|
ProxyCmp({
|
|
@@ -437,7 +486,7 @@ IonApp = __decorate([
|
|
|
437
486
|
methods: ['setFocus']
|
|
438
487
|
})
|
|
439
488
|
], IonApp);
|
|
440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonApp, decorators: [{
|
|
441
490
|
type: Component,
|
|
442
491
|
args: [{
|
|
443
492
|
selector: 'ion-app',
|
|
@@ -445,9 +494,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
445
494
|
template: '<ng-content></ng-content>',
|
|
446
495
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
447
496
|
inputs: [],
|
|
448
|
-
standalone: true
|
|
449
497
|
}]
|
|
450
|
-
}], ctorParameters:
|
|
498
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
451
499
|
let IonAvatar = class IonAvatar {
|
|
452
500
|
z;
|
|
453
501
|
el;
|
|
@@ -456,15 +504,15 @@ let IonAvatar = class IonAvatar {
|
|
|
456
504
|
c.detach();
|
|
457
505
|
this.el = r.nativeElement;
|
|
458
506
|
}
|
|
459
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
460
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
507
|
+
/** @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 });
|
|
508
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonAvatar, isStandalone: true, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
461
509
|
};
|
|
462
510
|
IonAvatar = __decorate([
|
|
463
511
|
ProxyCmp({
|
|
464
512
|
defineCustomElementFn: defineCustomElement$a
|
|
465
513
|
})
|
|
466
514
|
], IonAvatar);
|
|
467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonAvatar, decorators: [{
|
|
468
516
|
type: Component,
|
|
469
517
|
args: [{
|
|
470
518
|
selector: 'ion-avatar',
|
|
@@ -472,20 +520,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
472
520
|
template: '<ng-content></ng-content>',
|
|
473
521
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
474
522
|
inputs: [],
|
|
475
|
-
standalone: true
|
|
476
523
|
}]
|
|
477
|
-
}], ctorParameters:
|
|
524
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
478
525
|
let IonBackdrop = class IonBackdrop {
|
|
479
526
|
z;
|
|
480
527
|
el;
|
|
528
|
+
ionBackdropTap = new EventEmitter();
|
|
481
529
|
constructor(c, r, z) {
|
|
482
530
|
this.z = z;
|
|
483
531
|
c.detach();
|
|
484
532
|
this.el = r.nativeElement;
|
|
485
|
-
proxyOutputs(this, this.el, ['ionBackdropTap']);
|
|
486
533
|
}
|
|
487
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
488
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
534
|
+
/** @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 });
|
|
535
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBackdrop, isStandalone: true, 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 });
|
|
489
536
|
};
|
|
490
537
|
IonBackdrop = __decorate([
|
|
491
538
|
ProxyCmp({
|
|
@@ -493,7 +540,7 @@ IonBackdrop = __decorate([
|
|
|
493
540
|
inputs: ['stopPropagation', 'tappable', 'visible']
|
|
494
541
|
})
|
|
495
542
|
], IonBackdrop);
|
|
496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBackdrop, decorators: [{
|
|
497
544
|
type: Component,
|
|
498
545
|
args: [{
|
|
499
546
|
selector: 'ion-backdrop',
|
|
@@ -501,9 +548,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
501
548
|
template: '<ng-content></ng-content>',
|
|
502
549
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
503
550
|
inputs: ['stopPropagation', 'tappable', 'visible'],
|
|
504
|
-
|
|
551
|
+
outputs: ['ionBackdropTap'],
|
|
505
552
|
}]
|
|
506
|
-
}], ctorParameters:
|
|
553
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionBackdropTap: [{
|
|
554
|
+
type: Output
|
|
555
|
+
}] } });
|
|
507
556
|
let IonBadge = class IonBadge {
|
|
508
557
|
z;
|
|
509
558
|
el;
|
|
@@ -512,8 +561,8 @@ let IonBadge = class IonBadge {
|
|
|
512
561
|
c.detach();
|
|
513
562
|
this.el = r.nativeElement;
|
|
514
563
|
}
|
|
515
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
516
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
564
|
+
/** @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 });
|
|
565
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
517
566
|
};
|
|
518
567
|
IonBadge = __decorate([
|
|
519
568
|
ProxyCmp({
|
|
@@ -521,7 +570,7 @@ IonBadge = __decorate([
|
|
|
521
570
|
inputs: ['color', 'mode']
|
|
522
571
|
})
|
|
523
572
|
], IonBadge);
|
|
524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBadge, decorators: [{
|
|
525
574
|
type: Component,
|
|
526
575
|
args: [{
|
|
527
576
|
selector: 'ion-badge',
|
|
@@ -529,20 +578,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
529
578
|
template: '<ng-content></ng-content>',
|
|
530
579
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
531
580
|
inputs: ['color', 'mode'],
|
|
532
|
-
standalone: true
|
|
533
581
|
}]
|
|
534
|
-
}], ctorParameters:
|
|
582
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
535
583
|
let IonBreadcrumb = class IonBreadcrumb {
|
|
536
584
|
z;
|
|
537
585
|
el;
|
|
586
|
+
ionFocus = new EventEmitter();
|
|
587
|
+
ionBlur = new EventEmitter();
|
|
538
588
|
constructor(c, r, z) {
|
|
539
589
|
this.z = z;
|
|
540
590
|
c.detach();
|
|
541
591
|
this.el = r.nativeElement;
|
|
542
|
-
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
543
592
|
}
|
|
544
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
545
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
593
|
+
/** @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 });
|
|
594
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBreadcrumb, isStandalone: true, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
546
595
|
};
|
|
547
596
|
IonBreadcrumb = __decorate([
|
|
548
597
|
ProxyCmp({
|
|
@@ -550,7 +599,7 @@ IonBreadcrumb = __decorate([
|
|
|
550
599
|
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
|
|
551
600
|
})
|
|
552
601
|
], IonBreadcrumb);
|
|
553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBreadcrumb, decorators: [{
|
|
554
603
|
type: Component,
|
|
555
604
|
args: [{
|
|
556
605
|
selector: 'ion-breadcrumb',
|
|
@@ -558,20 +607,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
558
607
|
template: '<ng-content></ng-content>',
|
|
559
608
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
560
609
|
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
|
|
561
|
-
|
|
610
|
+
outputs: ['ionFocus', 'ionBlur'],
|
|
562
611
|
}]
|
|
563
|
-
}], ctorParameters:
|
|
612
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
613
|
+
type: Output
|
|
614
|
+
}], ionBlur: [{
|
|
615
|
+
type: Output
|
|
616
|
+
}] } });
|
|
564
617
|
let IonBreadcrumbs = class IonBreadcrumbs {
|
|
565
618
|
z;
|
|
566
619
|
el;
|
|
620
|
+
ionCollapsedClick = new EventEmitter();
|
|
567
621
|
constructor(c, r, z) {
|
|
568
622
|
this.z = z;
|
|
569
623
|
c.detach();
|
|
570
624
|
this.el = r.nativeElement;
|
|
571
|
-
proxyOutputs(this, this.el, ['ionCollapsedClick']);
|
|
572
625
|
}
|
|
573
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
574
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
626
|
+
/** @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 });
|
|
627
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonBreadcrumbs, isStandalone: true, 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 });
|
|
575
628
|
};
|
|
576
629
|
IonBreadcrumbs = __decorate([
|
|
577
630
|
ProxyCmp({
|
|
@@ -579,7 +632,7 @@ IonBreadcrumbs = __decorate([
|
|
|
579
632
|
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
|
|
580
633
|
})
|
|
581
634
|
], IonBreadcrumbs);
|
|
582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonBreadcrumbs, decorators: [{
|
|
583
636
|
type: Component,
|
|
584
637
|
args: [{
|
|
585
638
|
selector: 'ion-breadcrumbs',
|
|
@@ -587,20 +640,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
587
640
|
template: '<ng-content></ng-content>',
|
|
588
641
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
589
642
|
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
|
|
590
|
-
|
|
643
|
+
outputs: ['ionCollapsedClick'],
|
|
591
644
|
}]
|
|
592
|
-
}], ctorParameters:
|
|
645
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionCollapsedClick: [{
|
|
646
|
+
type: Output
|
|
647
|
+
}] } });
|
|
593
648
|
let IonButton = class IonButton {
|
|
594
649
|
z;
|
|
595
650
|
el;
|
|
651
|
+
ionFocus = new EventEmitter();
|
|
652
|
+
ionBlur = new EventEmitter();
|
|
596
653
|
constructor(c, r, z) {
|
|
597
654
|
this.z = z;
|
|
598
655
|
c.detach();
|
|
599
656
|
this.el = r.nativeElement;
|
|
600
|
-
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
601
657
|
}
|
|
602
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
603
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
658
|
+
/** @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 });
|
|
659
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonButton, isStandalone: true, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
604
660
|
};
|
|
605
661
|
IonButton = __decorate([
|
|
606
662
|
ProxyCmp({
|
|
@@ -608,7 +664,7 @@ IonButton = __decorate([
|
|
|
608
664
|
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
|
|
609
665
|
})
|
|
610
666
|
], IonButton);
|
|
611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonButton, decorators: [{
|
|
612
668
|
type: Component,
|
|
613
669
|
args: [{
|
|
614
670
|
selector: 'ion-button',
|
|
@@ -616,9 +672,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
616
672
|
template: '<ng-content></ng-content>',
|
|
617
673
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
618
674
|
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
|
|
619
|
-
|
|
675
|
+
outputs: ['ionFocus', 'ionBlur'],
|
|
620
676
|
}]
|
|
621
|
-
}], ctorParameters:
|
|
677
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
678
|
+
type: Output
|
|
679
|
+
}], ionBlur: [{
|
|
680
|
+
type: Output
|
|
681
|
+
}] } });
|
|
622
682
|
let IonButtons = class IonButtons {
|
|
623
683
|
z;
|
|
624
684
|
el;
|
|
@@ -627,8 +687,8 @@ let IonButtons = class IonButtons {
|
|
|
627
687
|
c.detach();
|
|
628
688
|
this.el = r.nativeElement;
|
|
629
689
|
}
|
|
630
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
631
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
690
|
+
/** @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 });
|
|
691
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
632
692
|
};
|
|
633
693
|
IonButtons = __decorate([
|
|
634
694
|
ProxyCmp({
|
|
@@ -636,7 +696,7 @@ IonButtons = __decorate([
|
|
|
636
696
|
inputs: ['collapse']
|
|
637
697
|
})
|
|
638
698
|
], IonButtons);
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonButtons, decorators: [{
|
|
640
700
|
type: Component,
|
|
641
701
|
args: [{
|
|
642
702
|
selector: 'ion-buttons',
|
|
@@ -644,9 +704,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
644
704
|
template: '<ng-content></ng-content>',
|
|
645
705
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
646
706
|
inputs: ['collapse'],
|
|
647
|
-
standalone: true
|
|
648
707
|
}]
|
|
649
|
-
}], ctorParameters:
|
|
708
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
650
709
|
let IonCard = class IonCard {
|
|
651
710
|
z;
|
|
652
711
|
el;
|
|
@@ -655,8 +714,8 @@ let IonCard = class IonCard {
|
|
|
655
714
|
c.detach();
|
|
656
715
|
this.el = r.nativeElement;
|
|
657
716
|
}
|
|
658
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
659
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
717
|
+
/** @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 });
|
|
718
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
660
719
|
};
|
|
661
720
|
IonCard = __decorate([
|
|
662
721
|
ProxyCmp({
|
|
@@ -664,7 +723,7 @@ IonCard = __decorate([
|
|
|
664
723
|
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
665
724
|
})
|
|
666
725
|
], IonCard);
|
|
667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCard, decorators: [{
|
|
668
727
|
type: Component,
|
|
669
728
|
args: [{
|
|
670
729
|
selector: 'ion-card',
|
|
@@ -672,9 +731,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
672
731
|
template: '<ng-content></ng-content>',
|
|
673
732
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
674
733
|
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
675
|
-
standalone: true
|
|
676
734
|
}]
|
|
677
|
-
}], ctorParameters:
|
|
735
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
678
736
|
let IonCardContent = class IonCardContent {
|
|
679
737
|
z;
|
|
680
738
|
el;
|
|
@@ -683,8 +741,8 @@ let IonCardContent = class IonCardContent {
|
|
|
683
741
|
c.detach();
|
|
684
742
|
this.el = r.nativeElement;
|
|
685
743
|
}
|
|
686
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
687
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
744
|
+
/** @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 });
|
|
745
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
688
746
|
};
|
|
689
747
|
IonCardContent = __decorate([
|
|
690
748
|
ProxyCmp({
|
|
@@ -692,7 +750,7 @@ IonCardContent = __decorate([
|
|
|
692
750
|
inputs: ['mode']
|
|
693
751
|
})
|
|
694
752
|
], IonCardContent);
|
|
695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardContent, decorators: [{
|
|
696
754
|
type: Component,
|
|
697
755
|
args: [{
|
|
698
756
|
selector: 'ion-card-content',
|
|
@@ -700,9 +758,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
700
758
|
template: '<ng-content></ng-content>',
|
|
701
759
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
702
760
|
inputs: ['mode'],
|
|
703
|
-
standalone: true
|
|
704
761
|
}]
|
|
705
|
-
}], ctorParameters:
|
|
762
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
706
763
|
let IonCardHeader = class IonCardHeader {
|
|
707
764
|
z;
|
|
708
765
|
el;
|
|
@@ -711,8 +768,8 @@ let IonCardHeader = class IonCardHeader {
|
|
|
711
768
|
c.detach();
|
|
712
769
|
this.el = r.nativeElement;
|
|
713
770
|
}
|
|
714
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
715
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
771
|
+
/** @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 });
|
|
772
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
716
773
|
};
|
|
717
774
|
IonCardHeader = __decorate([
|
|
718
775
|
ProxyCmp({
|
|
@@ -720,7 +777,7 @@ IonCardHeader = __decorate([
|
|
|
720
777
|
inputs: ['color', 'mode', 'translucent']
|
|
721
778
|
})
|
|
722
779
|
], IonCardHeader);
|
|
723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardHeader, decorators: [{
|
|
724
781
|
type: Component,
|
|
725
782
|
args: [{
|
|
726
783
|
selector: 'ion-card-header',
|
|
@@ -728,9 +785,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
728
785
|
template: '<ng-content></ng-content>',
|
|
729
786
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
730
787
|
inputs: ['color', 'mode', 'translucent'],
|
|
731
|
-
standalone: true
|
|
732
788
|
}]
|
|
733
|
-
}], ctorParameters:
|
|
789
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
734
790
|
let IonCardSubtitle = class IonCardSubtitle {
|
|
735
791
|
z;
|
|
736
792
|
el;
|
|
@@ -739,8 +795,8 @@ let IonCardSubtitle = class IonCardSubtitle {
|
|
|
739
795
|
c.detach();
|
|
740
796
|
this.el = r.nativeElement;
|
|
741
797
|
}
|
|
742
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
743
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
798
|
+
/** @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 });
|
|
799
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
744
800
|
};
|
|
745
801
|
IonCardSubtitle = __decorate([
|
|
746
802
|
ProxyCmp({
|
|
@@ -748,7 +804,7 @@ IonCardSubtitle = __decorate([
|
|
|
748
804
|
inputs: ['color', 'mode']
|
|
749
805
|
})
|
|
750
806
|
], IonCardSubtitle);
|
|
751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardSubtitle, decorators: [{
|
|
752
808
|
type: Component,
|
|
753
809
|
args: [{
|
|
754
810
|
selector: 'ion-card-subtitle',
|
|
@@ -756,9 +812,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
756
812
|
template: '<ng-content></ng-content>',
|
|
757
813
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
758
814
|
inputs: ['color', 'mode'],
|
|
759
|
-
standalone: true
|
|
760
815
|
}]
|
|
761
|
-
}], ctorParameters:
|
|
816
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
762
817
|
let IonCardTitle = class IonCardTitle {
|
|
763
818
|
z;
|
|
764
819
|
el;
|
|
@@ -767,8 +822,8 @@ let IonCardTitle = class IonCardTitle {
|
|
|
767
822
|
c.detach();
|
|
768
823
|
this.el = r.nativeElement;
|
|
769
824
|
}
|
|
770
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
771
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
825
|
+
/** @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 });
|
|
826
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
772
827
|
};
|
|
773
828
|
IonCardTitle = __decorate([
|
|
774
829
|
ProxyCmp({
|
|
@@ -776,7 +831,7 @@ IonCardTitle = __decorate([
|
|
|
776
831
|
inputs: ['color', 'mode']
|
|
777
832
|
})
|
|
778
833
|
], IonCardTitle);
|
|
779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCardTitle, decorators: [{
|
|
780
835
|
type: Component,
|
|
781
836
|
args: [{
|
|
782
837
|
selector: 'ion-card-title',
|
|
@@ -784,9 +839,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
784
839
|
template: '<ng-content></ng-content>',
|
|
785
840
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
786
841
|
inputs: ['color', 'mode'],
|
|
787
|
-
standalone: true
|
|
788
842
|
}]
|
|
789
|
-
}], ctorParameters:
|
|
843
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
790
844
|
let IonChip = class IonChip {
|
|
791
845
|
z;
|
|
792
846
|
el;
|
|
@@ -795,8 +849,8 @@ let IonChip = class IonChip {
|
|
|
795
849
|
c.detach();
|
|
796
850
|
this.el = r.nativeElement;
|
|
797
851
|
}
|
|
798
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
799
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
852
|
+
/** @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 });
|
|
853
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", mode: "mode", outline: "outline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
800
854
|
};
|
|
801
855
|
IonChip = __decorate([
|
|
802
856
|
ProxyCmp({
|
|
@@ -804,7 +858,7 @@ IonChip = __decorate([
|
|
|
804
858
|
inputs: ['color', 'disabled', 'mode', 'outline']
|
|
805
859
|
})
|
|
806
860
|
], IonChip);
|
|
807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonChip, decorators: [{
|
|
808
862
|
type: Component,
|
|
809
863
|
args: [{
|
|
810
864
|
selector: 'ion-chip',
|
|
@@ -812,9 +866,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
812
866
|
template: '<ng-content></ng-content>',
|
|
813
867
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
814
868
|
inputs: ['color', 'disabled', 'mode', 'outline'],
|
|
815
|
-
standalone: true
|
|
816
869
|
}]
|
|
817
|
-
}], ctorParameters:
|
|
870
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
818
871
|
let IonCol = class IonCol {
|
|
819
872
|
z;
|
|
820
873
|
el;
|
|
@@ -823,8 +876,8 @@ let IonCol = class IonCol {
|
|
|
823
876
|
c.detach();
|
|
824
877
|
this.el = r.nativeElement;
|
|
825
878
|
}
|
|
826
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
827
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
879
|
+
/** @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 });
|
|
880
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
828
881
|
};
|
|
829
882
|
IonCol = __decorate([
|
|
830
883
|
ProxyCmp({
|
|
@@ -832,7 +885,7 @@ IonCol = __decorate([
|
|
|
832
885
|
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']
|
|
833
886
|
})
|
|
834
887
|
], IonCol);
|
|
835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCol, decorators: [{
|
|
836
889
|
type: Component,
|
|
837
890
|
args: [{
|
|
838
891
|
selector: 'ion-col',
|
|
@@ -840,20 +893,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
840
893
|
template: '<ng-content></ng-content>',
|
|
841
894
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
842
895
|
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'],
|
|
843
|
-
standalone: true
|
|
844
896
|
}]
|
|
845
|
-
}], ctorParameters:
|
|
897
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
846
898
|
let IonContent = class IonContent {
|
|
847
899
|
z;
|
|
848
900
|
el;
|
|
901
|
+
ionScrollStart = new EventEmitter();
|
|
902
|
+
ionScroll = new EventEmitter();
|
|
903
|
+
ionScrollEnd = new EventEmitter();
|
|
849
904
|
constructor(c, r, z) {
|
|
850
905
|
this.z = z;
|
|
851
906
|
c.detach();
|
|
852
907
|
this.el = r.nativeElement;
|
|
853
|
-
proxyOutputs(this, this.el, ['ionScrollStart', 'ionScroll', 'ionScrollEnd']);
|
|
854
908
|
}
|
|
855
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
856
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
909
|
+
/** @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 });
|
|
910
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonContent, isStandalone: true, 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 });
|
|
857
911
|
};
|
|
858
912
|
IonContent = __decorate([
|
|
859
913
|
ProxyCmp({
|
|
@@ -862,7 +916,7 @@ IonContent = __decorate([
|
|
|
862
916
|
methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
|
|
863
917
|
})
|
|
864
918
|
], IonContent);
|
|
865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonContent, decorators: [{
|
|
866
920
|
type: Component,
|
|
867
921
|
args: [{
|
|
868
922
|
selector: 'ion-content',
|
|
@@ -870,9 +924,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
870
924
|
template: '<ng-content></ng-content>',
|
|
871
925
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
872
926
|
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
873
|
-
|
|
874
|
-
}]
|
|
875
|
-
}], ctorParameters:
|
|
927
|
+
outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],
|
|
928
|
+
}]
|
|
929
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionScrollStart: [{
|
|
930
|
+
type: Output
|
|
931
|
+
}], ionScroll: [{
|
|
932
|
+
type: Output
|
|
933
|
+
}], ionScrollEnd: [{
|
|
934
|
+
type: Output
|
|
935
|
+
}] } });
|
|
876
936
|
let IonDatetimeButton = class IonDatetimeButton {
|
|
877
937
|
z;
|
|
878
938
|
el;
|
|
@@ -881,8 +941,8 @@ let IonDatetimeButton = class IonDatetimeButton {
|
|
|
881
941
|
c.detach();
|
|
882
942
|
this.el = r.nativeElement;
|
|
883
943
|
}
|
|
884
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
885
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
944
|
+
/** @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 });
|
|
945
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
886
946
|
};
|
|
887
947
|
IonDatetimeButton = __decorate([
|
|
888
948
|
ProxyCmp({
|
|
@@ -890,7 +950,7 @@ IonDatetimeButton = __decorate([
|
|
|
890
950
|
inputs: ['color', 'datetime', 'disabled', 'mode']
|
|
891
951
|
})
|
|
892
952
|
], IonDatetimeButton);
|
|
893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonDatetimeButton, decorators: [{
|
|
894
954
|
type: Component,
|
|
895
955
|
args: [{
|
|
896
956
|
selector: 'ion-datetime-button',
|
|
@@ -898,9 +958,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
898
958
|
template: '<ng-content></ng-content>',
|
|
899
959
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
900
960
|
inputs: ['color', 'datetime', 'disabled', 'mode'],
|
|
901
|
-
standalone: true
|
|
902
961
|
}]
|
|
903
|
-
}], ctorParameters:
|
|
962
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
904
963
|
let IonFab = class IonFab {
|
|
905
964
|
z;
|
|
906
965
|
el;
|
|
@@ -909,8 +968,8 @@ let IonFab = class IonFab {
|
|
|
909
968
|
c.detach();
|
|
910
969
|
this.el = r.nativeElement;
|
|
911
970
|
}
|
|
912
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
913
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
971
|
+
/** @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 });
|
|
972
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
914
973
|
};
|
|
915
974
|
IonFab = __decorate([
|
|
916
975
|
ProxyCmp({
|
|
@@ -919,7 +978,7 @@ IonFab = __decorate([
|
|
|
919
978
|
methods: ['close']
|
|
920
979
|
})
|
|
921
980
|
], IonFab);
|
|
922
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFab, decorators: [{
|
|
923
982
|
type: Component,
|
|
924
983
|
args: [{
|
|
925
984
|
selector: 'ion-fab',
|
|
@@ -927,20 +986,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
927
986
|
template: '<ng-content></ng-content>',
|
|
928
987
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
929
988
|
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
930
|
-
standalone: true
|
|
931
989
|
}]
|
|
932
|
-
}], ctorParameters:
|
|
990
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
933
991
|
let IonFabButton = class IonFabButton {
|
|
934
992
|
z;
|
|
935
993
|
el;
|
|
994
|
+
ionFocus = new EventEmitter();
|
|
995
|
+
ionBlur = new EventEmitter();
|
|
936
996
|
constructor(c, r, z) {
|
|
937
997
|
this.z = z;
|
|
938
998
|
c.detach();
|
|
939
999
|
this.el = r.nativeElement;
|
|
940
|
-
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
941
1000
|
}
|
|
942
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
943
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1001
|
+
/** @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 });
|
|
1002
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", translucent: "translucent", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
944
1003
|
};
|
|
945
1004
|
IonFabButton = __decorate([
|
|
946
1005
|
ProxyCmp({
|
|
@@ -948,7 +1007,7 @@ IonFabButton = __decorate([
|
|
|
948
1007
|
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
|
|
949
1008
|
})
|
|
950
1009
|
], IonFabButton);
|
|
951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFabButton, decorators: [{
|
|
952
1011
|
type: Component,
|
|
953
1012
|
args: [{
|
|
954
1013
|
selector: 'ion-fab-button',
|
|
@@ -956,9 +1015,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
956
1015
|
template: '<ng-content></ng-content>',
|
|
957
1016
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
958
1017
|
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
|
|
959
|
-
|
|
1018
|
+
outputs: ['ionFocus', 'ionBlur'],
|
|
960
1019
|
}]
|
|
961
|
-
}], ctorParameters:
|
|
1020
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
1021
|
+
type: Output
|
|
1022
|
+
}], ionBlur: [{
|
|
1023
|
+
type: Output
|
|
1024
|
+
}] } });
|
|
962
1025
|
let IonFabList = class IonFabList {
|
|
963
1026
|
z;
|
|
964
1027
|
el;
|
|
@@ -967,8 +1030,8 @@ let IonFabList = class IonFabList {
|
|
|
967
1030
|
c.detach();
|
|
968
1031
|
this.el = r.nativeElement;
|
|
969
1032
|
}
|
|
970
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
971
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1033
|
+
/** @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 });
|
|
1034
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
972
1035
|
};
|
|
973
1036
|
IonFabList = __decorate([
|
|
974
1037
|
ProxyCmp({
|
|
@@ -976,7 +1039,7 @@ IonFabList = __decorate([
|
|
|
976
1039
|
inputs: ['activated', 'side']
|
|
977
1040
|
})
|
|
978
1041
|
], IonFabList);
|
|
979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFabList, decorators: [{
|
|
980
1043
|
type: Component,
|
|
981
1044
|
args: [{
|
|
982
1045
|
selector: 'ion-fab-list',
|
|
@@ -984,9 +1047,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
984
1047
|
template: '<ng-content></ng-content>',
|
|
985
1048
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
986
1049
|
inputs: ['activated', 'side'],
|
|
987
|
-
standalone: true
|
|
988
1050
|
}]
|
|
989
|
-
}], ctorParameters:
|
|
1051
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
990
1052
|
let IonFooter = class IonFooter {
|
|
991
1053
|
z;
|
|
992
1054
|
el;
|
|
@@ -995,8 +1057,8 @@ let IonFooter = class IonFooter {
|
|
|
995
1057
|
c.detach();
|
|
996
1058
|
this.el = r.nativeElement;
|
|
997
1059
|
}
|
|
998
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
999
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1060
|
+
/** @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 });
|
|
1061
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1000
1062
|
};
|
|
1001
1063
|
IonFooter = __decorate([
|
|
1002
1064
|
ProxyCmp({
|
|
@@ -1004,7 +1066,7 @@ IonFooter = __decorate([
|
|
|
1004
1066
|
inputs: ['collapse', 'mode', 'translucent']
|
|
1005
1067
|
})
|
|
1006
1068
|
], IonFooter);
|
|
1007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonFooter, decorators: [{
|
|
1008
1070
|
type: Component,
|
|
1009
1071
|
args: [{
|
|
1010
1072
|
selector: 'ion-footer',
|
|
@@ -1012,9 +1074,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1012
1074
|
template: '<ng-content></ng-content>',
|
|
1013
1075
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1014
1076
|
inputs: ['collapse', 'mode', 'translucent'],
|
|
1015
|
-
standalone: true
|
|
1016
1077
|
}]
|
|
1017
|
-
}], ctorParameters:
|
|
1078
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1018
1079
|
let IonGrid = class IonGrid {
|
|
1019
1080
|
z;
|
|
1020
1081
|
el;
|
|
@@ -1023,8 +1084,8 @@ let IonGrid = class IonGrid {
|
|
|
1023
1084
|
c.detach();
|
|
1024
1085
|
this.el = r.nativeElement;
|
|
1025
1086
|
}
|
|
1026
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1027
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1087
|
+
/** @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 });
|
|
1088
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1028
1089
|
};
|
|
1029
1090
|
IonGrid = __decorate([
|
|
1030
1091
|
ProxyCmp({
|
|
@@ -1032,7 +1093,7 @@ IonGrid = __decorate([
|
|
|
1032
1093
|
inputs: ['fixed']
|
|
1033
1094
|
})
|
|
1034
1095
|
], IonGrid);
|
|
1035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonGrid, decorators: [{
|
|
1036
1097
|
type: Component,
|
|
1037
1098
|
args: [{
|
|
1038
1099
|
selector: 'ion-grid',
|
|
@@ -1040,9 +1101,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1040
1101
|
template: '<ng-content></ng-content>',
|
|
1041
1102
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1042
1103
|
inputs: ['fixed'],
|
|
1043
|
-
standalone: true
|
|
1044
1104
|
}]
|
|
1045
|
-
}], ctorParameters:
|
|
1105
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1046
1106
|
let IonHeader = class IonHeader {
|
|
1047
1107
|
z;
|
|
1048
1108
|
el;
|
|
@@ -1051,8 +1111,8 @@ let IonHeader = class IonHeader {
|
|
|
1051
1111
|
c.detach();
|
|
1052
1112
|
this.el = r.nativeElement;
|
|
1053
1113
|
}
|
|
1054
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1055
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1114
|
+
/** @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 });
|
|
1115
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1056
1116
|
};
|
|
1057
1117
|
IonHeader = __decorate([
|
|
1058
1118
|
ProxyCmp({
|
|
@@ -1060,7 +1120,7 @@ IonHeader = __decorate([
|
|
|
1060
1120
|
inputs: ['collapse', 'mode', 'translucent']
|
|
1061
1121
|
})
|
|
1062
1122
|
], IonHeader);
|
|
1063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonHeader, decorators: [{
|
|
1064
1124
|
type: Component,
|
|
1065
1125
|
args: [{
|
|
1066
1126
|
selector: 'ion-header',
|
|
@@ -1068,20 +1128,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1068
1128
|
template: '<ng-content></ng-content>',
|
|
1069
1129
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1070
1130
|
inputs: ['collapse', 'mode', 'translucent'],
|
|
1071
|
-
standalone: true
|
|
1072
1131
|
}]
|
|
1073
|
-
}], ctorParameters:
|
|
1132
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1074
1133
|
let IonImg = class IonImg {
|
|
1075
1134
|
z;
|
|
1076
1135
|
el;
|
|
1136
|
+
ionImgWillLoad = new EventEmitter();
|
|
1137
|
+
ionImgDidLoad = new EventEmitter();
|
|
1138
|
+
ionError = new EventEmitter();
|
|
1077
1139
|
constructor(c, r, z) {
|
|
1078
1140
|
this.z = z;
|
|
1079
1141
|
c.detach();
|
|
1080
1142
|
this.el = r.nativeElement;
|
|
1081
|
-
proxyOutputs(this, this.el, ['ionImgWillLoad', 'ionImgDidLoad', 'ionError']);
|
|
1082
1143
|
}
|
|
1083
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1084
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1144
|
+
/** @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 });
|
|
1145
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonImg, isStandalone: true, 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 });
|
|
1085
1146
|
};
|
|
1086
1147
|
IonImg = __decorate([
|
|
1087
1148
|
ProxyCmp({
|
|
@@ -1089,7 +1150,7 @@ IonImg = __decorate([
|
|
|
1089
1150
|
inputs: ['alt', 'src']
|
|
1090
1151
|
})
|
|
1091
1152
|
], IonImg);
|
|
1092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonImg, decorators: [{
|
|
1093
1154
|
type: Component,
|
|
1094
1155
|
args: [{
|
|
1095
1156
|
selector: 'ion-img',
|
|
@@ -1097,20 +1158,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1097
1158
|
template: '<ng-content></ng-content>',
|
|
1098
1159
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1099
1160
|
inputs: ['alt', 'src'],
|
|
1100
|
-
|
|
1101
|
-
}]
|
|
1102
|
-
}], ctorParameters:
|
|
1161
|
+
outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],
|
|
1162
|
+
}]
|
|
1163
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionImgWillLoad: [{
|
|
1164
|
+
type: Output
|
|
1165
|
+
}], ionImgDidLoad: [{
|
|
1166
|
+
type: Output
|
|
1167
|
+
}], ionError: [{
|
|
1168
|
+
type: Output
|
|
1169
|
+
}] } });
|
|
1103
1170
|
let IonInfiniteScroll = class IonInfiniteScroll {
|
|
1104
1171
|
z;
|
|
1105
1172
|
el;
|
|
1173
|
+
ionInfinite = new EventEmitter();
|
|
1106
1174
|
constructor(c, r, z) {
|
|
1107
1175
|
this.z = z;
|
|
1108
1176
|
c.detach();
|
|
1109
1177
|
this.el = r.nativeElement;
|
|
1110
|
-
proxyOutputs(this, this.el, ['ionInfinite']);
|
|
1111
1178
|
}
|
|
1112
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1113
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1179
|
+
/** @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 });
|
|
1180
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInfiniteScroll, isStandalone: true, 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 });
|
|
1114
1181
|
};
|
|
1115
1182
|
IonInfiniteScroll = __decorate([
|
|
1116
1183
|
ProxyCmp({
|
|
@@ -1119,7 +1186,7 @@ IonInfiniteScroll = __decorate([
|
|
|
1119
1186
|
methods: ['complete']
|
|
1120
1187
|
})
|
|
1121
1188
|
], IonInfiniteScroll);
|
|
1122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInfiniteScroll, decorators: [{
|
|
1123
1190
|
type: Component,
|
|
1124
1191
|
args: [{
|
|
1125
1192
|
selector: 'ion-infinite-scroll',
|
|
@@ -1127,9 +1194,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1127
1194
|
template: '<ng-content></ng-content>',
|
|
1128
1195
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1129
1196
|
inputs: ['disabled', 'position', 'threshold'],
|
|
1130
|
-
|
|
1197
|
+
outputs: ['ionInfinite'],
|
|
1131
1198
|
}]
|
|
1132
|
-
}], ctorParameters:
|
|
1199
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInfinite: [{
|
|
1200
|
+
type: Output
|
|
1201
|
+
}] } });
|
|
1133
1202
|
let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
1134
1203
|
z;
|
|
1135
1204
|
el;
|
|
@@ -1138,8 +1207,8 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
|
1138
1207
|
c.detach();
|
|
1139
1208
|
this.el = r.nativeElement;
|
|
1140
1209
|
}
|
|
1141
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1142
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1210
|
+
/** @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 });
|
|
1211
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1143
1212
|
};
|
|
1144
1213
|
IonInfiniteScrollContent = __decorate([
|
|
1145
1214
|
ProxyCmp({
|
|
@@ -1147,7 +1216,7 @@ IonInfiniteScrollContent = __decorate([
|
|
|
1147
1216
|
inputs: ['loadingSpinner', 'loadingText']
|
|
1148
1217
|
})
|
|
1149
1218
|
], IonInfiniteScrollContent);
|
|
1150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInfiniteScrollContent, decorators: [{
|
|
1151
1220
|
type: Component,
|
|
1152
1221
|
args: [{
|
|
1153
1222
|
selector: 'ion-infinite-scroll-content',
|
|
@@ -1155,9 +1224,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1155
1224
|
template: '<ng-content></ng-content>',
|
|
1156
1225
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1157
1226
|
inputs: ['loadingSpinner', 'loadingText'],
|
|
1158
|
-
standalone: true
|
|
1159
1227
|
}]
|
|
1160
|
-
}], ctorParameters:
|
|
1228
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1161
1229
|
let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
1162
1230
|
z;
|
|
1163
1231
|
el;
|
|
@@ -1166,8 +1234,8 @@ let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
|
1166
1234
|
c.detach();
|
|
1167
1235
|
this.el = r.nativeElement;
|
|
1168
1236
|
}
|
|
1169
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1170
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1237
|
+
/** @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 });
|
|
1238
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInputPasswordToggle, isStandalone: true, 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 });
|
|
1171
1239
|
};
|
|
1172
1240
|
IonInputPasswordToggle = __decorate([
|
|
1173
1241
|
ProxyCmp({
|
|
@@ -1175,7 +1243,7 @@ IonInputPasswordToggle = __decorate([
|
|
|
1175
1243
|
inputs: ['color', 'hideIcon', 'mode', 'showIcon']
|
|
1176
1244
|
})
|
|
1177
1245
|
], IonInputPasswordToggle);
|
|
1178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInputPasswordToggle, decorators: [{
|
|
1179
1247
|
type: Component,
|
|
1180
1248
|
args: [{
|
|
1181
1249
|
selector: 'ion-input-password-toggle',
|
|
@@ -1183,9 +1251,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1183
1251
|
template: '<ng-content></ng-content>',
|
|
1184
1252
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1185
1253
|
inputs: ['color', 'hideIcon', 'mode', 'showIcon'],
|
|
1186
|
-
standalone: true
|
|
1187
1254
|
}]
|
|
1188
|
-
}], ctorParameters:
|
|
1255
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1189
1256
|
let IonItem = class IonItem {
|
|
1190
1257
|
z;
|
|
1191
1258
|
el;
|
|
@@ -1194,8 +1261,8 @@ let IonItem = class IonItem {
|
|
|
1194
1261
|
c.detach();
|
|
1195
1262
|
this.el = r.nativeElement;
|
|
1196
1263
|
}
|
|
1197
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1198
|
-
/** @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: IonItem, 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: IonItem, isStandalone: true, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1199
1266
|
};
|
|
1200
1267
|
IonItem = __decorate([
|
|
1201
1268
|
ProxyCmp({
|
|
@@ -1203,7 +1270,7 @@ IonItem = __decorate([
|
|
|
1203
1270
|
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
1204
1271
|
})
|
|
1205
1272
|
], IonItem);
|
|
1206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItem, decorators: [{
|
|
1207
1274
|
type: Component,
|
|
1208
1275
|
args: [{
|
|
1209
1276
|
selector: 'ion-item',
|
|
@@ -1211,9 +1278,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1211
1278
|
template: '<ng-content></ng-content>',
|
|
1212
1279
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1213
1280
|
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
1214
|
-
standalone: true
|
|
1215
1281
|
}]
|
|
1216
|
-
}], ctorParameters:
|
|
1282
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1217
1283
|
let IonItemDivider = class IonItemDivider {
|
|
1218
1284
|
z;
|
|
1219
1285
|
el;
|
|
@@ -1222,8 +1288,8 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1222
1288
|
c.detach();
|
|
1223
1289
|
this.el = r.nativeElement;
|
|
1224
1290
|
}
|
|
1225
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1226
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1291
|
+
/** @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 });
|
|
1292
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1227
1293
|
};
|
|
1228
1294
|
IonItemDivider = __decorate([
|
|
1229
1295
|
ProxyCmp({
|
|
@@ -1231,7 +1297,7 @@ IonItemDivider = __decorate([
|
|
|
1231
1297
|
inputs: ['color', 'mode', 'sticky']
|
|
1232
1298
|
})
|
|
1233
1299
|
], IonItemDivider);
|
|
1234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemDivider, decorators: [{
|
|
1235
1301
|
type: Component,
|
|
1236
1302
|
args: [{
|
|
1237
1303
|
selector: 'ion-item-divider',
|
|
@@ -1239,9 +1305,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1239
1305
|
template: '<ng-content></ng-content>',
|
|
1240
1306
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1241
1307
|
inputs: ['color', 'mode', 'sticky'],
|
|
1242
|
-
standalone: true
|
|
1243
1308
|
}]
|
|
1244
|
-
}], ctorParameters:
|
|
1309
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1245
1310
|
let IonItemGroup = class IonItemGroup {
|
|
1246
1311
|
z;
|
|
1247
1312
|
el;
|
|
@@ -1250,15 +1315,15 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1250
1315
|
c.detach();
|
|
1251
1316
|
this.el = r.nativeElement;
|
|
1252
1317
|
}
|
|
1253
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1254
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1318
|
+
/** @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 });
|
|
1319
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1255
1320
|
};
|
|
1256
1321
|
IonItemGroup = __decorate([
|
|
1257
1322
|
ProxyCmp({
|
|
1258
1323
|
defineCustomElementFn: defineCustomElement$C
|
|
1259
1324
|
})
|
|
1260
1325
|
], IonItemGroup);
|
|
1261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
1262
1327
|
type: Component,
|
|
1263
1328
|
args: [{
|
|
1264
1329
|
selector: 'ion-item-group',
|
|
@@ -1266,9 +1331,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1266
1331
|
template: '<ng-content></ng-content>',
|
|
1267
1332
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1268
1333
|
inputs: [],
|
|
1269
|
-
standalone: true
|
|
1270
1334
|
}]
|
|
1271
|
-
}], ctorParameters:
|
|
1335
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1272
1336
|
let IonItemOption = class IonItemOption {
|
|
1273
1337
|
z;
|
|
1274
1338
|
el;
|
|
@@ -1277,8 +1341,8 @@ let IonItemOption = class IonItemOption {
|
|
|
1277
1341
|
c.detach();
|
|
1278
1342
|
this.el = r.nativeElement;
|
|
1279
1343
|
}
|
|
1280
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1281
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1344
|
+
/** @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 });
|
|
1345
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItemOption, isStandalone: true, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", mode: "mode", rel: "rel", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1282
1346
|
};
|
|
1283
1347
|
IonItemOption = __decorate([
|
|
1284
1348
|
ProxyCmp({
|
|
@@ -1286,7 +1350,7 @@ IonItemOption = __decorate([
|
|
|
1286
1350
|
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1287
1351
|
})
|
|
1288
1352
|
], IonItemOption);
|
|
1289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemOption, decorators: [{
|
|
1290
1354
|
type: Component,
|
|
1291
1355
|
args: [{
|
|
1292
1356
|
selector: 'ion-item-option',
|
|
@@ -1294,20 +1358,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1294
1358
|
template: '<ng-content></ng-content>',
|
|
1295
1359
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1296
1360
|
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
|
|
1297
|
-
standalone: true
|
|
1298
1361
|
}]
|
|
1299
|
-
}], ctorParameters:
|
|
1362
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1300
1363
|
let IonItemOptions = class IonItemOptions {
|
|
1301
1364
|
z;
|
|
1302
1365
|
el;
|
|
1366
|
+
ionSwipe = new EventEmitter();
|
|
1303
1367
|
constructor(c, r, z) {
|
|
1304
1368
|
this.z = z;
|
|
1305
1369
|
c.detach();
|
|
1306
1370
|
this.el = r.nativeElement;
|
|
1307
|
-
proxyOutputs(this, this.el, ['ionSwipe']);
|
|
1308
1371
|
}
|
|
1309
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1310
|
-
/** @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: IonItemOptions, 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: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { side: "side" }, outputs: { ionSwipe: "ionSwipe" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1311
1374
|
};
|
|
1312
1375
|
IonItemOptions = __decorate([
|
|
1313
1376
|
ProxyCmp({
|
|
@@ -1315,7 +1378,7 @@ IonItemOptions = __decorate([
|
|
|
1315
1378
|
inputs: ['side']
|
|
1316
1379
|
})
|
|
1317
1380
|
], IonItemOptions);
|
|
1318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemOptions, decorators: [{
|
|
1319
1382
|
type: Component,
|
|
1320
1383
|
args: [{
|
|
1321
1384
|
selector: 'ion-item-options',
|
|
@@ -1323,20 +1386,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1323
1386
|
template: '<ng-content></ng-content>',
|
|
1324
1387
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1325
1388
|
inputs: ['side'],
|
|
1326
|
-
|
|
1389
|
+
outputs: ['ionSwipe'],
|
|
1327
1390
|
}]
|
|
1328
|
-
}], ctorParameters:
|
|
1391
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSwipe: [{
|
|
1392
|
+
type: Output
|
|
1393
|
+
}] } });
|
|
1329
1394
|
let IonItemSliding = class IonItemSliding {
|
|
1330
1395
|
z;
|
|
1331
1396
|
el;
|
|
1397
|
+
ionDrag = new EventEmitter();
|
|
1332
1398
|
constructor(c, r, z) {
|
|
1333
1399
|
this.z = z;
|
|
1334
1400
|
c.detach();
|
|
1335
1401
|
this.el = r.nativeElement;
|
|
1336
|
-
proxyOutputs(this, this.el, ['ionDrag']);
|
|
1337
1402
|
}
|
|
1338
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1339
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1403
|
+
/** @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 });
|
|
1404
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, outputs: { ionDrag: "ionDrag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1340
1405
|
};
|
|
1341
1406
|
IonItemSliding = __decorate([
|
|
1342
1407
|
ProxyCmp({
|
|
@@ -1345,7 +1410,7 @@ IonItemSliding = __decorate([
|
|
|
1345
1410
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1346
1411
|
})
|
|
1347
1412
|
], IonItemSliding);
|
|
1348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonItemSliding, decorators: [{
|
|
1349
1414
|
type: Component,
|
|
1350
1415
|
args: [{
|
|
1351
1416
|
selector: 'ion-item-sliding',
|
|
@@ -1353,9 +1418,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1353
1418
|
template: '<ng-content></ng-content>',
|
|
1354
1419
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1355
1420
|
inputs: ['disabled'],
|
|
1356
|
-
|
|
1421
|
+
outputs: ['ionDrag'],
|
|
1357
1422
|
}]
|
|
1358
|
-
}], ctorParameters:
|
|
1423
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionDrag: [{
|
|
1424
|
+
type: Output
|
|
1425
|
+
}] } });
|
|
1359
1426
|
let IonLabel = class IonLabel {
|
|
1360
1427
|
z;
|
|
1361
1428
|
el;
|
|
@@ -1364,8 +1431,8 @@ let IonLabel = class IonLabel {
|
|
|
1364
1431
|
c.detach();
|
|
1365
1432
|
this.el = r.nativeElement;
|
|
1366
1433
|
}
|
|
1367
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1368
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1434
|
+
/** @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 });
|
|
1435
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1369
1436
|
};
|
|
1370
1437
|
IonLabel = __decorate([
|
|
1371
1438
|
ProxyCmp({
|
|
@@ -1373,7 +1440,7 @@ IonLabel = __decorate([
|
|
|
1373
1440
|
inputs: ['color', 'mode', 'position']
|
|
1374
1441
|
})
|
|
1375
1442
|
], IonLabel);
|
|
1376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonLabel, decorators: [{
|
|
1377
1444
|
type: Component,
|
|
1378
1445
|
args: [{
|
|
1379
1446
|
selector: 'ion-label',
|
|
@@ -1381,9 +1448,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1381
1448
|
template: '<ng-content></ng-content>',
|
|
1382
1449
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1383
1450
|
inputs: ['color', 'mode', 'position'],
|
|
1384
|
-
standalone: true
|
|
1385
1451
|
}]
|
|
1386
|
-
}], ctorParameters:
|
|
1452
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1387
1453
|
let IonList = class IonList {
|
|
1388
1454
|
z;
|
|
1389
1455
|
el;
|
|
@@ -1392,8 +1458,8 @@ let IonList = class IonList {
|
|
|
1392
1458
|
c.detach();
|
|
1393
1459
|
this.el = r.nativeElement;
|
|
1394
1460
|
}
|
|
1395
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1396
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1461
|
+
/** @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 });
|
|
1462
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1397
1463
|
};
|
|
1398
1464
|
IonList = __decorate([
|
|
1399
1465
|
ProxyCmp({
|
|
@@ -1402,7 +1468,7 @@ IonList = __decorate([
|
|
|
1402
1468
|
methods: ['closeSlidingItems']
|
|
1403
1469
|
})
|
|
1404
1470
|
], IonList);
|
|
1405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonList, decorators: [{
|
|
1406
1472
|
type: Component,
|
|
1407
1473
|
args: [{
|
|
1408
1474
|
selector: 'ion-list',
|
|
@@ -1410,9 +1476,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1410
1476
|
template: '<ng-content></ng-content>',
|
|
1411
1477
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1412
1478
|
inputs: ['inset', 'lines', 'mode'],
|
|
1413
|
-
standalone: true
|
|
1414
1479
|
}]
|
|
1415
|
-
}], ctorParameters:
|
|
1480
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1416
1481
|
let IonListHeader = class IonListHeader {
|
|
1417
1482
|
z;
|
|
1418
1483
|
el;
|
|
@@ -1421,8 +1486,8 @@ let IonListHeader = class IonListHeader {
|
|
|
1421
1486
|
c.detach();
|
|
1422
1487
|
this.el = r.nativeElement;
|
|
1423
1488
|
}
|
|
1424
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1425
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1489
|
+
/** @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 });
|
|
1490
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1426
1491
|
};
|
|
1427
1492
|
IonListHeader = __decorate([
|
|
1428
1493
|
ProxyCmp({
|
|
@@ -1430,7 +1495,7 @@ IonListHeader = __decorate([
|
|
|
1430
1495
|
inputs: ['color', 'lines', 'mode']
|
|
1431
1496
|
})
|
|
1432
1497
|
], IonListHeader);
|
|
1433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonListHeader, decorators: [{
|
|
1434
1499
|
type: Component,
|
|
1435
1500
|
args: [{
|
|
1436
1501
|
selector: 'ion-list-header',
|
|
@@ -1438,20 +1503,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1438
1503
|
template: '<ng-content></ng-content>',
|
|
1439
1504
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1440
1505
|
inputs: ['color', 'lines', 'mode'],
|
|
1441
|
-
standalone: true
|
|
1442
1506
|
}]
|
|
1443
|
-
}], ctorParameters:
|
|
1507
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1444
1508
|
let IonLoading = class IonLoading {
|
|
1445
1509
|
z;
|
|
1446
1510
|
el;
|
|
1511
|
+
ionLoadingDidPresent = new EventEmitter();
|
|
1512
|
+
ionLoadingWillPresent = new EventEmitter();
|
|
1513
|
+
ionLoadingWillDismiss = new EventEmitter();
|
|
1514
|
+
ionLoadingDidDismiss = new EventEmitter();
|
|
1515
|
+
didPresent = new EventEmitter();
|
|
1516
|
+
willPresent = new EventEmitter();
|
|
1517
|
+
willDismiss = new EventEmitter();
|
|
1518
|
+
didDismiss = new EventEmitter();
|
|
1447
1519
|
constructor(c, r, z) {
|
|
1448
1520
|
this.z = z;
|
|
1449
1521
|
c.detach();
|
|
1450
1522
|
this.el = r.nativeElement;
|
|
1451
|
-
proxyOutputs(this, this.el, ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
1452
1523
|
}
|
|
1453
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1454
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1524
|
+
/** @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 });
|
|
1525
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonLoading, isStandalone: true, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", translucent: "translucent", trigger: "trigger" }, 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 });
|
|
1455
1526
|
};
|
|
1456
1527
|
IonLoading = __decorate([
|
|
1457
1528
|
ProxyCmp({
|
|
@@ -1460,7 +1531,7 @@ IonLoading = __decorate([
|
|
|
1460
1531
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1461
1532
|
})
|
|
1462
1533
|
], IonLoading);
|
|
1463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonLoading, decorators: [{
|
|
1464
1535
|
type: Component,
|
|
1465
1536
|
args: [{
|
|
1466
1537
|
selector: 'ion-loading',
|
|
@@ -1468,20 +1539,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1468
1539
|
template: '<ng-content></ng-content>',
|
|
1469
1540
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1470
1541
|
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1471
|
-
|
|
1472
|
-
}]
|
|
1473
|
-
}], ctorParameters:
|
|
1542
|
+
outputs: ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
1543
|
+
}]
|
|
1544
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionLoadingDidPresent: [{
|
|
1545
|
+
type: Output
|
|
1546
|
+
}], ionLoadingWillPresent: [{
|
|
1547
|
+
type: Output
|
|
1548
|
+
}], ionLoadingWillDismiss: [{
|
|
1549
|
+
type: Output
|
|
1550
|
+
}], ionLoadingDidDismiss: [{
|
|
1551
|
+
type: Output
|
|
1552
|
+
}], didPresent: [{
|
|
1553
|
+
type: Output
|
|
1554
|
+
}], willPresent: [{
|
|
1555
|
+
type: Output
|
|
1556
|
+
}], willDismiss: [{
|
|
1557
|
+
type: Output
|
|
1558
|
+
}], didDismiss: [{
|
|
1559
|
+
type: Output
|
|
1560
|
+
}] } });
|
|
1474
1561
|
let IonMenu = class IonMenu {
|
|
1475
1562
|
z;
|
|
1476
1563
|
el;
|
|
1564
|
+
ionWillOpen = new EventEmitter();
|
|
1565
|
+
ionWillClose = new EventEmitter();
|
|
1566
|
+
ionDidOpen = new EventEmitter();
|
|
1567
|
+
ionDidClose = new EventEmitter();
|
|
1477
1568
|
constructor(c, r, z) {
|
|
1478
1569
|
this.z = z;
|
|
1479
1570
|
c.detach();
|
|
1480
1571
|
this.el = r.nativeElement;
|
|
1481
|
-
proxyOutputs(this, this.el, ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose']);
|
|
1482
1572
|
}
|
|
1483
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1484
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1573
|
+
/** @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 });
|
|
1574
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonMenu, isStandalone: true, 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 });
|
|
1485
1575
|
};
|
|
1486
1576
|
IonMenu = __decorate([
|
|
1487
1577
|
ProxyCmp({
|
|
@@ -1490,7 +1580,7 @@ IonMenu = __decorate([
|
|
|
1490
1580
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1491
1581
|
})
|
|
1492
1582
|
], IonMenu);
|
|
1493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenu, decorators: [{
|
|
1494
1584
|
type: Component,
|
|
1495
1585
|
args: [{
|
|
1496
1586
|
selector: 'ion-menu',
|
|
@@ -1498,9 +1588,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1498
1588
|
template: '<ng-content></ng-content>',
|
|
1499
1589
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1500
1590
|
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1501
|
-
|
|
1502
|
-
}]
|
|
1503
|
-
}], ctorParameters:
|
|
1591
|
+
outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],
|
|
1592
|
+
}]
|
|
1593
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionWillOpen: [{
|
|
1594
|
+
type: Output
|
|
1595
|
+
}], ionWillClose: [{
|
|
1596
|
+
type: Output
|
|
1597
|
+
}], ionDidOpen: [{
|
|
1598
|
+
type: Output
|
|
1599
|
+
}], ionDidClose: [{
|
|
1600
|
+
type: Output
|
|
1601
|
+
}] } });
|
|
1504
1602
|
let IonMenuButton = class IonMenuButton {
|
|
1505
1603
|
z;
|
|
1506
1604
|
el;
|
|
@@ -1509,8 +1607,8 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1509
1607
|
c.detach();
|
|
1510
1608
|
this.el = r.nativeElement;
|
|
1511
1609
|
}
|
|
1512
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1513
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1610
|
+
/** @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 });
|
|
1611
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonMenuButton, isStandalone: true, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1514
1612
|
};
|
|
1515
1613
|
IonMenuButton = __decorate([
|
|
1516
1614
|
ProxyCmp({
|
|
@@ -1518,7 +1616,7 @@ IonMenuButton = __decorate([
|
|
|
1518
1616
|
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1519
1617
|
})
|
|
1520
1618
|
], IonMenuButton);
|
|
1521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenuButton, decorators: [{
|
|
1522
1620
|
type: Component,
|
|
1523
1621
|
args: [{
|
|
1524
1622
|
selector: 'ion-menu-button',
|
|
@@ -1526,9 +1624,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1526
1624
|
template: '<ng-content></ng-content>',
|
|
1527
1625
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1528
1626
|
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
|
|
1529
|
-
standalone: true
|
|
1530
1627
|
}]
|
|
1531
|
-
}], ctorParameters:
|
|
1628
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1532
1629
|
let IonMenuToggle = class IonMenuToggle {
|
|
1533
1630
|
z;
|
|
1534
1631
|
el;
|
|
@@ -1537,8 +1634,8 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1537
1634
|
c.detach();
|
|
1538
1635
|
this.el = r.nativeElement;
|
|
1539
1636
|
}
|
|
1540
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1541
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1637
|
+
/** @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 });
|
|
1638
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1542
1639
|
};
|
|
1543
1640
|
IonMenuToggle = __decorate([
|
|
1544
1641
|
ProxyCmp({
|
|
@@ -1546,7 +1643,7 @@ IonMenuToggle = __decorate([
|
|
|
1546
1643
|
inputs: ['autoHide', 'menu']
|
|
1547
1644
|
})
|
|
1548
1645
|
], IonMenuToggle);
|
|
1549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonMenuToggle, decorators: [{
|
|
1550
1647
|
type: Component,
|
|
1551
1648
|
args: [{
|
|
1552
1649
|
selector: 'ion-menu-toggle',
|
|
@@ -1554,9 +1651,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1554
1651
|
template: '<ng-content></ng-content>',
|
|
1555
1652
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1556
1653
|
inputs: ['autoHide', 'menu'],
|
|
1557
|
-
standalone: true
|
|
1558
1654
|
}]
|
|
1559
|
-
}], ctorParameters:
|
|
1655
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1560
1656
|
let IonNavLink = class IonNavLink {
|
|
1561
1657
|
z;
|
|
1562
1658
|
el;
|
|
@@ -1565,8 +1661,8 @@ let IonNavLink = class IonNavLink {
|
|
|
1565
1661
|
c.detach();
|
|
1566
1662
|
this.el = r.nativeElement;
|
|
1567
1663
|
}
|
|
1568
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1569
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1664
|
+
/** @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 });
|
|
1665
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonNavLink, isStandalone: true, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", routerAnimation: "routerAnimation", routerDirection: "routerDirection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1570
1666
|
};
|
|
1571
1667
|
IonNavLink = __decorate([
|
|
1572
1668
|
ProxyCmp({
|
|
@@ -1574,7 +1670,7 @@ IonNavLink = __decorate([
|
|
|
1574
1670
|
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1575
1671
|
})
|
|
1576
1672
|
], IonNavLink);
|
|
1577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNavLink, decorators: [{
|
|
1578
1674
|
type: Component,
|
|
1579
1675
|
args: [{
|
|
1580
1676
|
selector: 'ion-nav-link',
|
|
@@ -1582,9 +1678,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1582
1678
|
template: '<ng-content></ng-content>',
|
|
1583
1679
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1584
1680
|
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
|
|
1585
|
-
standalone: true
|
|
1586
1681
|
}]
|
|
1587
|
-
}], ctorParameters:
|
|
1682
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1588
1683
|
let IonNote = class IonNote {
|
|
1589
1684
|
z;
|
|
1590
1685
|
el;
|
|
@@ -1593,8 +1688,8 @@ let IonNote = class IonNote {
|
|
|
1593
1688
|
c.detach();
|
|
1594
1689
|
this.el = r.nativeElement;
|
|
1595
1690
|
}
|
|
1596
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1597
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1691
|
+
/** @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 });
|
|
1692
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1598
1693
|
};
|
|
1599
1694
|
IonNote = __decorate([
|
|
1600
1695
|
ProxyCmp({
|
|
@@ -1602,7 +1697,7 @@ IonNote = __decorate([
|
|
|
1602
1697
|
inputs: ['color', 'mode']
|
|
1603
1698
|
})
|
|
1604
1699
|
], IonNote);
|
|
1605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1700
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNote, decorators: [{
|
|
1606
1701
|
type: Component,
|
|
1607
1702
|
args: [{
|
|
1608
1703
|
selector: 'ion-note',
|
|
@@ -1610,9 +1705,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1610
1705
|
template: '<ng-content></ng-content>',
|
|
1611
1706
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1612
1707
|
inputs: ['color', 'mode'],
|
|
1613
|
-
standalone: true
|
|
1614
1708
|
}]
|
|
1615
|
-
}], ctorParameters:
|
|
1709
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1616
1710
|
let IonPicker = class IonPicker {
|
|
1617
1711
|
z;
|
|
1618
1712
|
el;
|
|
@@ -1621,8 +1715,8 @@ let IonPicker = class IonPicker {
|
|
|
1621
1715
|
c.detach();
|
|
1622
1716
|
this.el = r.nativeElement;
|
|
1623
1717
|
}
|
|
1624
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1625
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1718
|
+
/** @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 });
|
|
1719
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1626
1720
|
};
|
|
1627
1721
|
IonPicker = __decorate([
|
|
1628
1722
|
ProxyCmp({
|
|
@@ -1630,7 +1724,7 @@ IonPicker = __decorate([
|
|
|
1630
1724
|
inputs: ['mode']
|
|
1631
1725
|
})
|
|
1632
1726
|
], IonPicker);
|
|
1633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPicker, decorators: [{
|
|
1634
1728
|
type: Component,
|
|
1635
1729
|
args: [{
|
|
1636
1730
|
selector: 'ion-picker',
|
|
@@ -1638,20 +1732,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1638
1732
|
template: '<ng-content></ng-content>',
|
|
1639
1733
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1640
1734
|
inputs: ['mode'],
|
|
1641
|
-
standalone: true
|
|
1642
1735
|
}]
|
|
1643
|
-
}], ctorParameters:
|
|
1736
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1644
1737
|
let IonPickerColumn = class IonPickerColumn {
|
|
1645
1738
|
z;
|
|
1646
1739
|
el;
|
|
1740
|
+
ionChange = new EventEmitter();
|
|
1647
1741
|
constructor(c, r, z) {
|
|
1648
1742
|
this.z = z;
|
|
1649
1743
|
c.detach();
|
|
1650
1744
|
this.el = r.nativeElement;
|
|
1651
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
1652
1745
|
}
|
|
1653
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1654
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1746
|
+
/** @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 });
|
|
1747
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonPickerColumn, isStandalone: true, 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 });
|
|
1655
1748
|
};
|
|
1656
1749
|
IonPickerColumn = __decorate([
|
|
1657
1750
|
ProxyCmp({
|
|
@@ -1660,7 +1753,7 @@ IonPickerColumn = __decorate([
|
|
|
1660
1753
|
methods: ['setFocus']
|
|
1661
1754
|
})
|
|
1662
1755
|
], IonPickerColumn);
|
|
1663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPickerColumn, decorators: [{
|
|
1664
1757
|
type: Component,
|
|
1665
1758
|
args: [{
|
|
1666
1759
|
selector: 'ion-picker-column',
|
|
@@ -1668,9 +1761,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1668
1761
|
template: '<ng-content></ng-content>',
|
|
1669
1762
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1670
1763
|
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1671
|
-
|
|
1764
|
+
outputs: ['ionChange'],
|
|
1672
1765
|
}]
|
|
1673
|
-
}], ctorParameters:
|
|
1766
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
1767
|
+
type: Output
|
|
1768
|
+
}] } });
|
|
1674
1769
|
let IonPickerColumnOption = class IonPickerColumnOption {
|
|
1675
1770
|
z;
|
|
1676
1771
|
el;
|
|
@@ -1679,8 +1774,8 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1679
1774
|
c.detach();
|
|
1680
1775
|
this.el = r.nativeElement;
|
|
1681
1776
|
}
|
|
1682
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1683
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1777
|
+
/** @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 });
|
|
1778
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1684
1779
|
};
|
|
1685
1780
|
IonPickerColumnOption = __decorate([
|
|
1686
1781
|
ProxyCmp({
|
|
@@ -1688,7 +1783,7 @@ IonPickerColumnOption = __decorate([
|
|
|
1688
1783
|
inputs: ['color', 'disabled', 'value']
|
|
1689
1784
|
})
|
|
1690
1785
|
], IonPickerColumnOption);
|
|
1691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonPickerColumnOption, decorators: [{
|
|
1692
1787
|
type: Component,
|
|
1693
1788
|
args: [{
|
|
1694
1789
|
selector: 'ion-picker-column-option',
|
|
@@ -1696,9 +1791,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1696
1791
|
template: '<ng-content></ng-content>',
|
|
1697
1792
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1698
1793
|
inputs: ['color', 'disabled', 'value'],
|
|
1699
|
-
standalone: true
|
|
1700
1794
|
}]
|
|
1701
|
-
}], ctorParameters:
|
|
1795
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1702
1796
|
let IonProgressBar = class IonProgressBar {
|
|
1703
1797
|
z;
|
|
1704
1798
|
el;
|
|
@@ -1707,8 +1801,8 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1707
1801
|
c.detach();
|
|
1708
1802
|
this.el = r.nativeElement;
|
|
1709
1803
|
}
|
|
1710
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1711
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1804
|
+
/** @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 });
|
|
1805
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1712
1806
|
};
|
|
1713
1807
|
IonProgressBar = __decorate([
|
|
1714
1808
|
ProxyCmp({
|
|
@@ -1716,7 +1810,7 @@ IonProgressBar = __decorate([
|
|
|
1716
1810
|
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1717
1811
|
})
|
|
1718
1812
|
], IonProgressBar);
|
|
1719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonProgressBar, decorators: [{
|
|
1720
1814
|
type: Component,
|
|
1721
1815
|
args: [{
|
|
1722
1816
|
selector: 'ion-progress-bar',
|
|
@@ -1724,20 +1818,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1724
1818
|
template: '<ng-content></ng-content>',
|
|
1725
1819
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1726
1820
|
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
|
|
1727
|
-
standalone: true
|
|
1728
1821
|
}]
|
|
1729
|
-
}], ctorParameters:
|
|
1822
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1730
1823
|
let IonRadio = class IonRadio {
|
|
1731
1824
|
z;
|
|
1732
1825
|
el;
|
|
1826
|
+
ionFocus = new EventEmitter();
|
|
1827
|
+
ionBlur = new EventEmitter();
|
|
1733
1828
|
constructor(c, r, z) {
|
|
1734
1829
|
this.z = z;
|
|
1735
1830
|
c.detach();
|
|
1736
1831
|
this.el = r.nativeElement;
|
|
1737
|
-
proxyOutputs(this, this.el, ['ionFocus', 'ionBlur']);
|
|
1738
1832
|
}
|
|
1739
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1740
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1833
|
+
/** @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 });
|
|
1834
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRadio, isStandalone: true, 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 });
|
|
1741
1835
|
};
|
|
1742
1836
|
IonRadio = __decorate([
|
|
1743
1837
|
ProxyCmp({
|
|
@@ -1745,7 +1839,7 @@ IonRadio = __decorate([
|
|
|
1745
1839
|
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1746
1840
|
})
|
|
1747
1841
|
], IonRadio);
|
|
1748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRadio, decorators: [{
|
|
1749
1843
|
type: Component,
|
|
1750
1844
|
args: [{
|
|
1751
1845
|
selector: 'ion-radio',
|
|
@@ -1753,20 +1847,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1753
1847
|
template: '<ng-content></ng-content>',
|
|
1754
1848
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1755
1849
|
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
|
|
1756
|
-
|
|
1850
|
+
outputs: ['ionFocus', 'ionBlur'],
|
|
1757
1851
|
}]
|
|
1758
|
-
}], ctorParameters:
|
|
1852
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
1853
|
+
type: Output
|
|
1854
|
+
}], ionBlur: [{
|
|
1855
|
+
type: Output
|
|
1856
|
+
}] } });
|
|
1759
1857
|
let IonRefresher = class IonRefresher {
|
|
1760
1858
|
z;
|
|
1761
1859
|
el;
|
|
1860
|
+
ionRefresh = new EventEmitter();
|
|
1861
|
+
ionPull = new EventEmitter();
|
|
1862
|
+
ionStart = new EventEmitter();
|
|
1863
|
+
ionPullStart = new EventEmitter();
|
|
1864
|
+
ionPullEnd = new EventEmitter();
|
|
1762
1865
|
constructor(c, r, z) {
|
|
1763
1866
|
this.z = z;
|
|
1764
1867
|
c.detach();
|
|
1765
1868
|
this.el = r.nativeElement;
|
|
1766
|
-
proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd']);
|
|
1767
1869
|
}
|
|
1768
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1769
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1870
|
+
/** @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 });
|
|
1871
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRefresher, isStandalone: true, 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 });
|
|
1770
1872
|
};
|
|
1771
1873
|
IonRefresher = __decorate([
|
|
1772
1874
|
ProxyCmp({
|
|
@@ -1775,7 +1877,7 @@ IonRefresher = __decorate([
|
|
|
1775
1877
|
methods: ['complete', 'cancel', 'getProgress']
|
|
1776
1878
|
})
|
|
1777
1879
|
], IonRefresher);
|
|
1778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRefresher, decorators: [{
|
|
1779
1881
|
type: Component,
|
|
1780
1882
|
args: [{
|
|
1781
1883
|
selector: 'ion-refresher',
|
|
@@ -1783,9 +1885,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1783
1885
|
template: '<ng-content></ng-content>',
|
|
1784
1886
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1785
1887
|
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1786
|
-
|
|
1787
|
-
}]
|
|
1788
|
-
}], ctorParameters:
|
|
1888
|
+
outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],
|
|
1889
|
+
}]
|
|
1890
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionRefresh: [{
|
|
1891
|
+
type: Output
|
|
1892
|
+
}], ionPull: [{
|
|
1893
|
+
type: Output
|
|
1894
|
+
}], ionStart: [{
|
|
1895
|
+
type: Output
|
|
1896
|
+
}], ionPullStart: [{
|
|
1897
|
+
type: Output
|
|
1898
|
+
}], ionPullEnd: [{
|
|
1899
|
+
type: Output
|
|
1900
|
+
}] } });
|
|
1789
1901
|
let IonRefresherContent = class IonRefresherContent {
|
|
1790
1902
|
z;
|
|
1791
1903
|
el;
|
|
@@ -1794,8 +1906,8 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
1794
1906
|
c.detach();
|
|
1795
1907
|
this.el = r.nativeElement;
|
|
1796
1908
|
}
|
|
1797
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1798
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1909
|
+
/** @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 });
|
|
1910
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: { pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1799
1911
|
};
|
|
1800
1912
|
IonRefresherContent = __decorate([
|
|
1801
1913
|
ProxyCmp({
|
|
@@ -1803,7 +1915,7 @@ IonRefresherContent = __decorate([
|
|
|
1803
1915
|
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
1804
1916
|
})
|
|
1805
1917
|
], IonRefresherContent);
|
|
1806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRefresherContent, decorators: [{
|
|
1807
1919
|
type: Component,
|
|
1808
1920
|
args: [{
|
|
1809
1921
|
selector: 'ion-refresher-content',
|
|
@@ -1811,9 +1923,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1811
1923
|
template: '<ng-content></ng-content>',
|
|
1812
1924
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1813
1925
|
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
|
|
1814
|
-
standalone: true
|
|
1815
1926
|
}]
|
|
1816
|
-
}], ctorParameters:
|
|
1927
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1817
1928
|
let IonReorder = class IonReorder {
|
|
1818
1929
|
z;
|
|
1819
1930
|
el;
|
|
@@ -1822,15 +1933,15 @@ let IonReorder = class IonReorder {
|
|
|
1822
1933
|
c.detach();
|
|
1823
1934
|
this.el = r.nativeElement;
|
|
1824
1935
|
}
|
|
1825
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1826
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1936
|
+
/** @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 });
|
|
1937
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonReorder, isStandalone: true, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1827
1938
|
};
|
|
1828
1939
|
IonReorder = __decorate([
|
|
1829
1940
|
ProxyCmp({
|
|
1830
1941
|
defineCustomElementFn: defineCustomElement$W
|
|
1831
1942
|
})
|
|
1832
1943
|
], IonReorder);
|
|
1833
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonReorder, decorators: [{
|
|
1834
1945
|
type: Component,
|
|
1835
1946
|
args: [{
|
|
1836
1947
|
selector: 'ion-reorder',
|
|
@@ -1838,20 +1949,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1838
1949
|
template: '<ng-content></ng-content>',
|
|
1839
1950
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1840
1951
|
inputs: [],
|
|
1841
|
-
standalone: true
|
|
1842
1952
|
}]
|
|
1843
|
-
}], ctorParameters:
|
|
1953
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1844
1954
|
let IonReorderGroup = class IonReorderGroup {
|
|
1845
1955
|
z;
|
|
1846
1956
|
el;
|
|
1957
|
+
ionItemReorder = new EventEmitter();
|
|
1958
|
+
ionReorderStart = new EventEmitter();
|
|
1959
|
+
ionReorderMove = new EventEmitter();
|
|
1960
|
+
ionReorderEnd = new EventEmitter();
|
|
1847
1961
|
constructor(c, r, z) {
|
|
1848
1962
|
this.z = z;
|
|
1849
1963
|
c.detach();
|
|
1850
1964
|
this.el = r.nativeElement;
|
|
1851
|
-
proxyOutputs(this, this.el, ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd']);
|
|
1852
1965
|
}
|
|
1853
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1854
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1966
|
+
/** @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 });
|
|
1967
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonReorderGroup, isStandalone: true, 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 });
|
|
1855
1968
|
};
|
|
1856
1969
|
IonReorderGroup = __decorate([
|
|
1857
1970
|
ProxyCmp({
|
|
@@ -1860,7 +1973,7 @@ IonReorderGroup = __decorate([
|
|
|
1860
1973
|
methods: ['complete']
|
|
1861
1974
|
})
|
|
1862
1975
|
], IonReorderGroup);
|
|
1863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonReorderGroup, decorators: [{
|
|
1864
1977
|
type: Component,
|
|
1865
1978
|
args: [{
|
|
1866
1979
|
selector: 'ion-reorder-group',
|
|
@@ -1868,9 +1981,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1868
1981
|
template: '<ng-content></ng-content>',
|
|
1869
1982
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1870
1983
|
inputs: ['disabled'],
|
|
1871
|
-
|
|
1872
|
-
}]
|
|
1873
|
-
}], ctorParameters:
|
|
1984
|
+
outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
|
|
1985
|
+
}]
|
|
1986
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionItemReorder: [{
|
|
1987
|
+
type: Output
|
|
1988
|
+
}], ionReorderStart: [{
|
|
1989
|
+
type: Output
|
|
1990
|
+
}], ionReorderMove: [{
|
|
1991
|
+
type: Output
|
|
1992
|
+
}], ionReorderEnd: [{
|
|
1993
|
+
type: Output
|
|
1994
|
+
}] } });
|
|
1874
1995
|
let IonRippleEffect = class IonRippleEffect {
|
|
1875
1996
|
z;
|
|
1876
1997
|
el;
|
|
@@ -1879,8 +2000,8 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
1879
2000
|
c.detach();
|
|
1880
2001
|
this.el = r.nativeElement;
|
|
1881
2002
|
}
|
|
1882
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1883
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2003
|
+
/** @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 });
|
|
2004
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1884
2005
|
};
|
|
1885
2006
|
IonRippleEffect = __decorate([
|
|
1886
2007
|
ProxyCmp({
|
|
@@ -1889,7 +2010,7 @@ IonRippleEffect = __decorate([
|
|
|
1889
2010
|
methods: ['addRipple']
|
|
1890
2011
|
})
|
|
1891
2012
|
], IonRippleEffect);
|
|
1892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRippleEffect, decorators: [{
|
|
1893
2014
|
type: Component,
|
|
1894
2015
|
args: [{
|
|
1895
2016
|
selector: 'ion-ripple-effect',
|
|
@@ -1897,9 +2018,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1897
2018
|
template: '<ng-content></ng-content>',
|
|
1898
2019
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1899
2020
|
inputs: ['type'],
|
|
1900
|
-
standalone: true
|
|
1901
2021
|
}]
|
|
1902
|
-
}], ctorParameters:
|
|
2022
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1903
2023
|
let IonRow = class IonRow {
|
|
1904
2024
|
z;
|
|
1905
2025
|
el;
|
|
@@ -1908,15 +2028,15 @@ let IonRow = class IonRow {
|
|
|
1908
2028
|
c.detach();
|
|
1909
2029
|
this.el = r.nativeElement;
|
|
1910
2030
|
}
|
|
1911
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1912
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2031
|
+
/** @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 });
|
|
2032
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRow, isStandalone: true, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1913
2033
|
};
|
|
1914
2034
|
IonRow = __decorate([
|
|
1915
2035
|
ProxyCmp({
|
|
1916
2036
|
defineCustomElementFn: defineCustomElement$Z
|
|
1917
2037
|
})
|
|
1918
2038
|
], IonRow);
|
|
1919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2039
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRow, decorators: [{
|
|
1920
2040
|
type: Component,
|
|
1921
2041
|
args: [{
|
|
1922
2042
|
selector: 'ion-row',
|
|
@@ -1924,9 +2044,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1924
2044
|
template: '<ng-content></ng-content>',
|
|
1925
2045
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1926
2046
|
inputs: [],
|
|
1927
|
-
standalone: true
|
|
1928
2047
|
}]
|
|
1929
|
-
}], ctorParameters:
|
|
2048
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1930
2049
|
let IonSegmentButton = class IonSegmentButton {
|
|
1931
2050
|
z;
|
|
1932
2051
|
el;
|
|
@@ -1935,8 +2054,8 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
1935
2054
|
c.detach();
|
|
1936
2055
|
this.el = r.nativeElement;
|
|
1937
2056
|
}
|
|
1938
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1939
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2057
|
+
/** @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 });
|
|
2058
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1940
2059
|
};
|
|
1941
2060
|
IonSegmentButton = __decorate([
|
|
1942
2061
|
ProxyCmp({
|
|
@@ -1944,7 +2063,7 @@ IonSegmentButton = __decorate([
|
|
|
1944
2063
|
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
1945
2064
|
})
|
|
1946
2065
|
], IonSegmentButton);
|
|
1947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentButton, decorators: [{
|
|
1948
2067
|
type: Component,
|
|
1949
2068
|
args: [{
|
|
1950
2069
|
selector: 'ion-segment-button',
|
|
@@ -1952,9 +2071,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1952
2071
|
template: '<ng-content></ng-content>',
|
|
1953
2072
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1954
2073
|
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
|
|
1955
|
-
standalone: true
|
|
1956
2074
|
}]
|
|
1957
|
-
}], ctorParameters:
|
|
2075
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1958
2076
|
let IonSegmentContent = class IonSegmentContent {
|
|
1959
2077
|
z;
|
|
1960
2078
|
el;
|
|
@@ -1963,15 +2081,15 @@ let IonSegmentContent = class IonSegmentContent {
|
|
|
1963
2081
|
c.detach();
|
|
1964
2082
|
this.el = r.nativeElement;
|
|
1965
2083
|
}
|
|
1966
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1967
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2084
|
+
/** @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 });
|
|
2085
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSegmentContent, isStandalone: true, selector: "ion-segment-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1968
2086
|
};
|
|
1969
2087
|
IonSegmentContent = __decorate([
|
|
1970
2088
|
ProxyCmp({
|
|
1971
2089
|
defineCustomElementFn: defineCustomElement$$
|
|
1972
2090
|
})
|
|
1973
2091
|
], IonSegmentContent);
|
|
1974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentContent, decorators: [{
|
|
1975
2093
|
type: Component,
|
|
1976
2094
|
args: [{
|
|
1977
2095
|
selector: 'ion-segment-content',
|
|
@@ -1979,20 +2097,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1979
2097
|
template: '<ng-content></ng-content>',
|
|
1980
2098
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1981
2099
|
inputs: [],
|
|
1982
|
-
standalone: true
|
|
1983
2100
|
}]
|
|
1984
|
-
}], ctorParameters:
|
|
2101
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1985
2102
|
let IonSegmentView = class IonSegmentView {
|
|
1986
2103
|
z;
|
|
1987
2104
|
el;
|
|
2105
|
+
ionSegmentViewScroll = new EventEmitter();
|
|
1988
2106
|
constructor(c, r, z) {
|
|
1989
2107
|
this.z = z;
|
|
1990
2108
|
c.detach();
|
|
1991
2109
|
this.el = r.nativeElement;
|
|
1992
|
-
proxyOutputs(this, this.el, ['ionSegmentViewScroll']);
|
|
1993
2110
|
}
|
|
1994
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1995
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2111
|
+
/** @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 });
|
|
2112
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSegmentView, isStandalone: true, 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 });
|
|
1996
2113
|
};
|
|
1997
2114
|
IonSegmentView = __decorate([
|
|
1998
2115
|
ProxyCmp({
|
|
@@ -2000,7 +2117,7 @@ IonSegmentView = __decorate([
|
|
|
2000
2117
|
inputs: ['disabled', 'swipeGesture']
|
|
2001
2118
|
})
|
|
2002
2119
|
], IonSegmentView);
|
|
2003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegmentView, decorators: [{
|
|
2004
2121
|
type: Component,
|
|
2005
2122
|
args: [{
|
|
2006
2123
|
selector: 'ion-segment-view',
|
|
@@ -2008,9 +2125,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2008
2125
|
template: '<ng-content></ng-content>',
|
|
2009
2126
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2010
2127
|
inputs: ['disabled', 'swipeGesture'],
|
|
2011
|
-
|
|
2128
|
+
outputs: ['ionSegmentViewScroll'],
|
|
2012
2129
|
}]
|
|
2013
|
-
}], ctorParameters:
|
|
2130
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSegmentViewScroll: [{
|
|
2131
|
+
type: Output
|
|
2132
|
+
}] } });
|
|
2014
2133
|
let IonSelectModal = class IonSelectModal {
|
|
2015
2134
|
z;
|
|
2016
2135
|
el;
|
|
@@ -2019,8 +2138,8 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2019
2138
|
c.detach();
|
|
2020
2139
|
this.el = r.nativeElement;
|
|
2021
2140
|
}
|
|
2022
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2023
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2141
|
+
/** @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 });
|
|
2142
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSelectModal, isStandalone: true, 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 });
|
|
2024
2143
|
};
|
|
2025
2144
|
IonSelectModal = __decorate([
|
|
2026
2145
|
ProxyCmp({
|
|
@@ -2028,7 +2147,7 @@ IonSelectModal = __decorate([
|
|
|
2028
2147
|
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2029
2148
|
})
|
|
2030
2149
|
], IonSelectModal);
|
|
2031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelectModal, decorators: [{
|
|
2032
2151
|
type: Component,
|
|
2033
2152
|
args: [{
|
|
2034
2153
|
selector: 'ion-select-modal',
|
|
@@ -2036,9 +2155,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2036
2155
|
template: '<ng-content></ng-content>',
|
|
2037
2156
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2038
2157
|
inputs: ['cancelText', 'header', 'multiple', 'options'],
|
|
2039
|
-
standalone: true
|
|
2040
2158
|
}]
|
|
2041
|
-
}], ctorParameters:
|
|
2159
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2042
2160
|
let IonSelectOption = class IonSelectOption {
|
|
2043
2161
|
z;
|
|
2044
2162
|
el;
|
|
@@ -2047,8 +2165,8 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2047
2165
|
c.detach();
|
|
2048
2166
|
this.el = r.nativeElement;
|
|
2049
2167
|
}
|
|
2050
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2051
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2168
|
+
/** @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 });
|
|
2169
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2052
2170
|
};
|
|
2053
2171
|
IonSelectOption = __decorate([
|
|
2054
2172
|
ProxyCmp({
|
|
@@ -2056,7 +2174,7 @@ IonSelectOption = __decorate([
|
|
|
2056
2174
|
inputs: ['disabled', 'value']
|
|
2057
2175
|
})
|
|
2058
2176
|
], IonSelectOption);
|
|
2059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelectOption, decorators: [{
|
|
2060
2178
|
type: Component,
|
|
2061
2179
|
args: [{
|
|
2062
2180
|
selector: 'ion-select-option',
|
|
@@ -2064,9 +2182,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2064
2182
|
template: '<ng-content></ng-content>',
|
|
2065
2183
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2066
2184
|
inputs: ['disabled', 'value'],
|
|
2067
|
-
standalone: true
|
|
2068
2185
|
}]
|
|
2069
|
-
}], ctorParameters:
|
|
2186
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2070
2187
|
let IonSkeletonText = class IonSkeletonText {
|
|
2071
2188
|
z;
|
|
2072
2189
|
el;
|
|
@@ -2075,8 +2192,8 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2075
2192
|
c.detach();
|
|
2076
2193
|
this.el = r.nativeElement;
|
|
2077
2194
|
}
|
|
2078
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2079
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2195
|
+
/** @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 });
|
|
2196
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2080
2197
|
};
|
|
2081
2198
|
IonSkeletonText = __decorate([
|
|
2082
2199
|
ProxyCmp({
|
|
@@ -2084,7 +2201,7 @@ IonSkeletonText = __decorate([
|
|
|
2084
2201
|
inputs: ['animated']
|
|
2085
2202
|
})
|
|
2086
2203
|
], IonSkeletonText);
|
|
2087
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSkeletonText, decorators: [{
|
|
2088
2205
|
type: Component,
|
|
2089
2206
|
args: [{
|
|
2090
2207
|
selector: 'ion-skeleton-text',
|
|
@@ -2092,9 +2209,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2092
2209
|
template: '<ng-content></ng-content>',
|
|
2093
2210
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2094
2211
|
inputs: ['animated'],
|
|
2095
|
-
standalone: true
|
|
2096
2212
|
}]
|
|
2097
|
-
}], ctorParameters:
|
|
2213
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2098
2214
|
let IonSpinner = class IonSpinner {
|
|
2099
2215
|
z;
|
|
2100
2216
|
el;
|
|
@@ -2103,8 +2219,8 @@ let IonSpinner = class IonSpinner {
|
|
|
2103
2219
|
c.detach();
|
|
2104
2220
|
this.el = r.nativeElement;
|
|
2105
2221
|
}
|
|
2106
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2107
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2222
|
+
/** @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 });
|
|
2223
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2108
2224
|
};
|
|
2109
2225
|
IonSpinner = __decorate([
|
|
2110
2226
|
ProxyCmp({
|
|
@@ -2112,7 +2228,7 @@ IonSpinner = __decorate([
|
|
|
2112
2228
|
inputs: ['color', 'duration', 'name', 'paused']
|
|
2113
2229
|
})
|
|
2114
2230
|
], IonSpinner);
|
|
2115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSpinner, decorators: [{
|
|
2116
2232
|
type: Component,
|
|
2117
2233
|
args: [{
|
|
2118
2234
|
selector: 'ion-spinner',
|
|
@@ -2120,20 +2236,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2120
2236
|
template: '<ng-content></ng-content>',
|
|
2121
2237
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2122
2238
|
inputs: ['color', 'duration', 'name', 'paused'],
|
|
2123
|
-
standalone: true
|
|
2124
2239
|
}]
|
|
2125
|
-
}], ctorParameters:
|
|
2240
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2126
2241
|
let IonSplitPane = class IonSplitPane {
|
|
2127
2242
|
z;
|
|
2128
2243
|
el;
|
|
2244
|
+
ionSplitPaneVisible = new EventEmitter();
|
|
2129
2245
|
constructor(c, r, z) {
|
|
2130
2246
|
this.z = z;
|
|
2131
2247
|
c.detach();
|
|
2132
2248
|
this.el = r.nativeElement;
|
|
2133
|
-
proxyOutputs(this, this.el, ['ionSplitPaneVisible']);
|
|
2134
2249
|
}
|
|
2135
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2136
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2250
|
+
/** @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 });
|
|
2251
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSplitPane, isStandalone: true, 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 });
|
|
2137
2252
|
};
|
|
2138
2253
|
IonSplitPane = __decorate([
|
|
2139
2254
|
ProxyCmp({
|
|
@@ -2141,7 +2256,7 @@ IonSplitPane = __decorate([
|
|
|
2141
2256
|
inputs: ['contentId', 'disabled', 'when']
|
|
2142
2257
|
})
|
|
2143
2258
|
], IonSplitPane);
|
|
2144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSplitPane, decorators: [{
|
|
2145
2260
|
type: Component,
|
|
2146
2261
|
args: [{
|
|
2147
2262
|
selector: 'ion-split-pane',
|
|
@@ -2149,9 +2264,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2149
2264
|
template: '<ng-content></ng-content>',
|
|
2150
2265
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2151
2266
|
inputs: ['contentId', 'disabled', 'when'],
|
|
2152
|
-
|
|
2267
|
+
outputs: ['ionSplitPaneVisible'],
|
|
2153
2268
|
}]
|
|
2154
|
-
}], ctorParameters:
|
|
2269
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSplitPaneVisible: [{
|
|
2270
|
+
type: Output
|
|
2271
|
+
}] } });
|
|
2155
2272
|
let IonTab = class IonTab {
|
|
2156
2273
|
z;
|
|
2157
2274
|
el;
|
|
@@ -2160,8 +2277,8 @@ let IonTab = class IonTab {
|
|
|
2160
2277
|
c.detach();
|
|
2161
2278
|
this.el = r.nativeElement;
|
|
2162
2279
|
}
|
|
2163
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2164
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2280
|
+
/** @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 });
|
|
2281
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2165
2282
|
};
|
|
2166
2283
|
IonTab = __decorate([
|
|
2167
2284
|
ProxyCmp({
|
|
@@ -2170,17 +2287,16 @@ IonTab = __decorate([
|
|
|
2170
2287
|
methods: ['setActive']
|
|
2171
2288
|
})
|
|
2172
2289
|
], IonTab);
|
|
2173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTab, decorators: [{
|
|
2174
2291
|
type: Component,
|
|
2175
2292
|
args: [{
|
|
2176
2293
|
selector: 'ion-tab',
|
|
2177
2294
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2178
2295
|
template: '<ng-content></ng-content>',
|
|
2179
2296
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2180
|
-
inputs: ['component', 'tab'],
|
|
2181
|
-
standalone: true
|
|
2297
|
+
inputs: ['component', { name: 'tab', required: true }],
|
|
2182
2298
|
}]
|
|
2183
|
-
}], ctorParameters:
|
|
2299
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2184
2300
|
let IonTabBar = class IonTabBar {
|
|
2185
2301
|
z;
|
|
2186
2302
|
el;
|
|
@@ -2189,8 +2305,8 @@ let IonTabBar = class IonTabBar {
|
|
|
2189
2305
|
c.detach();
|
|
2190
2306
|
this.el = r.nativeElement;
|
|
2191
2307
|
}
|
|
2192
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2193
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2308
|
+
/** @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 });
|
|
2309
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2194
2310
|
};
|
|
2195
2311
|
IonTabBar = __decorate([
|
|
2196
2312
|
ProxyCmp({
|
|
@@ -2198,7 +2314,7 @@ IonTabBar = __decorate([
|
|
|
2198
2314
|
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2199
2315
|
})
|
|
2200
2316
|
], IonTabBar);
|
|
2201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabBar, decorators: [{
|
|
2202
2318
|
type: Component,
|
|
2203
2319
|
args: [{
|
|
2204
2320
|
selector: 'ion-tab-bar',
|
|
@@ -2206,9 +2322,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2206
2322
|
template: '<ng-content></ng-content>',
|
|
2207
2323
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2208
2324
|
inputs: ['color', 'mode', 'selectedTab', 'translucent'],
|
|
2209
|
-
standalone: true
|
|
2210
2325
|
}]
|
|
2211
|
-
}], ctorParameters:
|
|
2326
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2212
2327
|
let IonTabButton = class IonTabButton {
|
|
2213
2328
|
z;
|
|
2214
2329
|
el;
|
|
@@ -2217,8 +2332,8 @@ let IonTabButton = class IonTabButton {
|
|
|
2217
2332
|
c.detach();
|
|
2218
2333
|
this.el = r.nativeElement;
|
|
2219
2334
|
}
|
|
2220
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2221
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2335
|
+
/** @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 });
|
|
2336
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2222
2337
|
};
|
|
2223
2338
|
IonTabButton = __decorate([
|
|
2224
2339
|
ProxyCmp({
|
|
@@ -2226,7 +2341,7 @@ IonTabButton = __decorate([
|
|
|
2226
2341
|
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2227
2342
|
})
|
|
2228
2343
|
], IonTabButton);
|
|
2229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabButton, decorators: [{
|
|
2230
2345
|
type: Component,
|
|
2231
2346
|
args: [{
|
|
2232
2347
|
selector: 'ion-tab-button',
|
|
@@ -2234,9 +2349,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2234
2349
|
template: '<ng-content></ng-content>',
|
|
2235
2350
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2236
2351
|
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
|
|
2237
|
-
standalone: true
|
|
2238
2352
|
}]
|
|
2239
|
-
}], ctorParameters:
|
|
2353
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2240
2354
|
let IonText = class IonText {
|
|
2241
2355
|
z;
|
|
2242
2356
|
el;
|
|
@@ -2245,8 +2359,8 @@ let IonText = class IonText {
|
|
|
2245
2359
|
c.detach();
|
|
2246
2360
|
this.el = r.nativeElement;
|
|
2247
2361
|
}
|
|
2248
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2249
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2362
|
+
/** @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 });
|
|
2363
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2250
2364
|
};
|
|
2251
2365
|
IonText = __decorate([
|
|
2252
2366
|
ProxyCmp({
|
|
@@ -2254,7 +2368,7 @@ IonText = __decorate([
|
|
|
2254
2368
|
inputs: ['color', 'mode']
|
|
2255
2369
|
})
|
|
2256
2370
|
], IonText);
|
|
2257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonText, decorators: [{
|
|
2258
2372
|
type: Component,
|
|
2259
2373
|
args: [{
|
|
2260
2374
|
selector: 'ion-text',
|
|
@@ -2262,9 +2376,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2262
2376
|
template: '<ng-content></ng-content>',
|
|
2263
2377
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2264
2378
|
inputs: ['color', 'mode'],
|
|
2265
|
-
standalone: true
|
|
2266
2379
|
}]
|
|
2267
|
-
}], ctorParameters:
|
|
2380
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2268
2381
|
let IonThumbnail = class IonThumbnail {
|
|
2269
2382
|
z;
|
|
2270
2383
|
el;
|
|
@@ -2273,15 +2386,15 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2273
2386
|
c.detach();
|
|
2274
2387
|
this.el = r.nativeElement;
|
|
2275
2388
|
}
|
|
2276
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2277
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2389
|
+
/** @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 });
|
|
2390
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2278
2391
|
};
|
|
2279
2392
|
IonThumbnail = __decorate([
|
|
2280
2393
|
ProxyCmp({
|
|
2281
2394
|
defineCustomElementFn: defineCustomElement$1a
|
|
2282
2395
|
})
|
|
2283
2396
|
], IonThumbnail);
|
|
2284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
2285
2398
|
type: Component,
|
|
2286
2399
|
args: [{
|
|
2287
2400
|
selector: 'ion-thumbnail',
|
|
@@ -2289,9 +2402,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2289
2402
|
template: '<ng-content></ng-content>',
|
|
2290
2403
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2291
2404
|
inputs: [],
|
|
2292
|
-
standalone: true
|
|
2293
2405
|
}]
|
|
2294
|
-
}], ctorParameters:
|
|
2406
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2295
2407
|
let IonTitle = class IonTitle {
|
|
2296
2408
|
z;
|
|
2297
2409
|
el;
|
|
@@ -2300,8 +2412,8 @@ let IonTitle = class IonTitle {
|
|
|
2300
2412
|
c.detach();
|
|
2301
2413
|
this.el = r.nativeElement;
|
|
2302
2414
|
}
|
|
2303
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2304
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2415
|
+
/** @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 });
|
|
2416
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2305
2417
|
};
|
|
2306
2418
|
IonTitle = __decorate([
|
|
2307
2419
|
ProxyCmp({
|
|
@@ -2309,7 +2421,7 @@ IonTitle = __decorate([
|
|
|
2309
2421
|
inputs: ['color', 'size']
|
|
2310
2422
|
})
|
|
2311
2423
|
], IonTitle);
|
|
2312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTitle, decorators: [{
|
|
2313
2425
|
type: Component,
|
|
2314
2426
|
args: [{
|
|
2315
2427
|
selector: 'ion-title',
|
|
@@ -2317,20 +2429,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2317
2429
|
template: '<ng-content></ng-content>',
|
|
2318
2430
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2319
2431
|
inputs: ['color', 'size'],
|
|
2320
|
-
standalone: true
|
|
2321
2432
|
}]
|
|
2322
|
-
}], ctorParameters:
|
|
2433
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2323
2434
|
let IonToast = class IonToast {
|
|
2324
2435
|
z;
|
|
2325
2436
|
el;
|
|
2437
|
+
ionToastDidPresent = new EventEmitter();
|
|
2438
|
+
ionToastWillPresent = new EventEmitter();
|
|
2439
|
+
ionToastWillDismiss = new EventEmitter();
|
|
2440
|
+
ionToastDidDismiss = new EventEmitter();
|
|
2441
|
+
didPresent = new EventEmitter();
|
|
2442
|
+
willPresent = new EventEmitter();
|
|
2443
|
+
willDismiss = new EventEmitter();
|
|
2444
|
+
didDismiss = new EventEmitter();
|
|
2326
2445
|
constructor(c, r, z) {
|
|
2327
2446
|
this.z = z;
|
|
2328
2447
|
c.detach();
|
|
2329
2448
|
this.el = r.nativeElement;
|
|
2330
|
-
proxyOutputs(this, this.el, ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss']);
|
|
2331
2449
|
}
|
|
2332
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2333
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2450
|
+
/** @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 });
|
|
2451
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: "translucent", trigger: "trigger" }, 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 });
|
|
2334
2452
|
};
|
|
2335
2453
|
IonToast = __decorate([
|
|
2336
2454
|
ProxyCmp({
|
|
@@ -2339,7 +2457,7 @@ IonToast = __decorate([
|
|
|
2339
2457
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2340
2458
|
})
|
|
2341
2459
|
], IonToast);
|
|
2342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToast, decorators: [{
|
|
2343
2461
|
type: Component,
|
|
2344
2462
|
args: [{
|
|
2345
2463
|
selector: 'ion-toast',
|
|
@@ -2347,9 +2465,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2347
2465
|
template: '<ng-content></ng-content>',
|
|
2348
2466
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2349
2467
|
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2350
|
-
|
|
2351
|
-
}]
|
|
2352
|
-
}], ctorParameters:
|
|
2468
|
+
outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
2469
|
+
}]
|
|
2470
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionToastDidPresent: [{
|
|
2471
|
+
type: Output
|
|
2472
|
+
}], ionToastWillPresent: [{
|
|
2473
|
+
type: Output
|
|
2474
|
+
}], ionToastWillDismiss: [{
|
|
2475
|
+
type: Output
|
|
2476
|
+
}], ionToastDidDismiss: [{
|
|
2477
|
+
type: Output
|
|
2478
|
+
}], didPresent: [{
|
|
2479
|
+
type: Output
|
|
2480
|
+
}], willPresent: [{
|
|
2481
|
+
type: Output
|
|
2482
|
+
}], willDismiss: [{
|
|
2483
|
+
type: Output
|
|
2484
|
+
}], didDismiss: [{
|
|
2485
|
+
type: Output
|
|
2486
|
+
}] } });
|
|
2353
2487
|
let IonToolbar = class IonToolbar {
|
|
2354
2488
|
z;
|
|
2355
2489
|
el;
|
|
@@ -2358,8 +2492,8 @@ let IonToolbar = class IonToolbar {
|
|
|
2358
2492
|
c.detach();
|
|
2359
2493
|
this.el = r.nativeElement;
|
|
2360
2494
|
}
|
|
2361
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2362
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2495
|
+
/** @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 });
|
|
2496
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2363
2497
|
};
|
|
2364
2498
|
IonToolbar = __decorate([
|
|
2365
2499
|
ProxyCmp({
|
|
@@ -2367,7 +2501,7 @@ IonToolbar = __decorate([
|
|
|
2367
2501
|
inputs: ['color', 'mode']
|
|
2368
2502
|
})
|
|
2369
2503
|
], IonToolbar);
|
|
2370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToolbar, decorators: [{
|
|
2371
2505
|
type: Component,
|
|
2372
2506
|
args: [{
|
|
2373
2507
|
selector: 'ion-toolbar',
|
|
@@ -2375,17 +2509,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2375
2509
|
template: '<ng-content></ng-content>',
|
|
2376
2510
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2377
2511
|
inputs: ['color', 'mode'],
|
|
2378
|
-
standalone: true
|
|
2379
2512
|
}]
|
|
2380
|
-
}], ctorParameters:
|
|
2513
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2381
2514
|
|
|
2515
|
+
// eslint-disable-next-line @angular-eslint/component-class-suffix
|
|
2382
2516
|
class IonTabs extends IonTabs$1 {
|
|
2383
2517
|
outlet;
|
|
2384
2518
|
tabBar;
|
|
2385
2519
|
tabBars;
|
|
2386
2520
|
tabs;
|
|
2387
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2388
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2521
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2522
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTabs, isStandalone: true, 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: `
|
|
2389
2523
|
<ng-content select="[slot=top]"></ng-content>
|
|
2390
2524
|
<div class="tabs-inner" #tabsInner>
|
|
2391
2525
|
<ion-router-outlet
|
|
@@ -2400,7 +2534,7 @@ class IonTabs extends IonTabs$1 {
|
|
|
2400
2534
|
<ng-content></ng-content>
|
|
2401
2535
|
`, 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: "component", type: IonRouterOutlet, selector: "ion-router-outlet" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2402
2536
|
}
|
|
2403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTabs, decorators: [{
|
|
2404
2538
|
type: Component,
|
|
2405
2539
|
args: [{ selector: 'ion-tabs', template: `
|
|
2406
2540
|
<ng-content select="[slot=top]"></ng-content>
|
|
@@ -2445,12 +2579,12 @@ class ModalController extends OverlayBaseController {
|
|
|
2445
2579
|
delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'modal', customInjector),
|
|
2446
2580
|
});
|
|
2447
2581
|
}
|
|
2448
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2449
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2582
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ModalController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2583
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ModalController });
|
|
2450
2584
|
}
|
|
2451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ModalController, decorators: [{
|
|
2452
2586
|
type: Injectable
|
|
2453
|
-
}], ctorParameters:
|
|
2587
|
+
}], ctorParameters: () => [] });
|
|
2454
2588
|
|
|
2455
2589
|
class PopoverController extends OverlayBaseController {
|
|
2456
2590
|
angularDelegate = inject(AngularDelegate);
|
|
@@ -2506,30 +2640,30 @@ class ActionSheetController extends OverlayBaseController {
|
|
|
2506
2640
|
super(actionSheetController);
|
|
2507
2641
|
defineCustomElement$7();
|
|
2508
2642
|
}
|
|
2509
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2510
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2643
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2644
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ActionSheetController, providedIn: 'root' });
|
|
2511
2645
|
}
|
|
2512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ActionSheetController, decorators: [{
|
|
2513
2647
|
type: Injectable,
|
|
2514
2648
|
args: [{
|
|
2515
2649
|
providedIn: 'root',
|
|
2516
2650
|
}]
|
|
2517
|
-
}], ctorParameters:
|
|
2651
|
+
}], ctorParameters: () => [] });
|
|
2518
2652
|
|
|
2519
2653
|
class AlertController extends OverlayBaseController {
|
|
2520
2654
|
constructor() {
|
|
2521
2655
|
super(alertController);
|
|
2522
2656
|
defineCustomElement$8();
|
|
2523
2657
|
}
|
|
2524
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2525
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2658
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2659
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AlertController, providedIn: 'root' });
|
|
2526
2660
|
}
|
|
2527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AlertController, decorators: [{
|
|
2528
2662
|
type: Injectable,
|
|
2529
2663
|
args: [{
|
|
2530
2664
|
providedIn: 'root',
|
|
2531
2665
|
}]
|
|
2532
|
-
}], ctorParameters:
|
|
2666
|
+
}], ctorParameters: () => [] });
|
|
2533
2667
|
|
|
2534
2668
|
class AnimationController {
|
|
2535
2669
|
/**
|
|
@@ -2555,10 +2689,10 @@ class AnimationController {
|
|
|
2555
2689
|
easingTime(p0, p1, p2, p3, progression) {
|
|
2556
2690
|
return getTimeGivenProgression(p0, p1, p2, p3, progression);
|
|
2557
2691
|
}
|
|
2558
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2559
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2692
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AnimationController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2693
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AnimationController, providedIn: 'root' });
|
|
2560
2694
|
}
|
|
2561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: AnimationController, decorators: [{
|
|
2562
2696
|
type: Injectable,
|
|
2563
2697
|
args: [{
|
|
2564
2698
|
providedIn: 'root',
|
|
@@ -2584,80 +2718,80 @@ class GestureController {
|
|
|
2584
2718
|
}
|
|
2585
2719
|
return createGesture(opts);
|
|
2586
2720
|
}
|
|
2587
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2588
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2721
|
+
/** @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 });
|
|
2722
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: GestureController, providedIn: 'root' });
|
|
2589
2723
|
}
|
|
2590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: GestureController, decorators: [{
|
|
2591
2725
|
type: Injectable,
|
|
2592
2726
|
args: [{
|
|
2593
2727
|
providedIn: 'root',
|
|
2594
2728
|
}]
|
|
2595
|
-
}], ctorParameters:
|
|
2729
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2596
2730
|
|
|
2597
2731
|
class LoadingController extends OverlayBaseController {
|
|
2598
2732
|
constructor() {
|
|
2599
2733
|
super(loadingController);
|
|
2600
2734
|
defineCustomElement$J();
|
|
2601
2735
|
}
|
|
2602
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2603
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2736
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2737
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: LoadingController, providedIn: 'root' });
|
|
2604
2738
|
}
|
|
2605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: LoadingController, decorators: [{
|
|
2606
2740
|
type: Injectable,
|
|
2607
2741
|
args: [{
|
|
2608
2742
|
providedIn: 'root',
|
|
2609
2743
|
}]
|
|
2610
|
-
}], ctorParameters:
|
|
2744
|
+
}], ctorParameters: () => [] });
|
|
2611
2745
|
|
|
2612
2746
|
class MenuController extends MenuController$1 {
|
|
2613
2747
|
constructor() {
|
|
2614
2748
|
super(menuController);
|
|
2615
2749
|
}
|
|
2616
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2617
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2750
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: MenuController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2751
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: MenuController, providedIn: 'root' });
|
|
2618
2752
|
}
|
|
2619
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: MenuController, decorators: [{
|
|
2620
2754
|
type: Injectable,
|
|
2621
2755
|
args: [{
|
|
2622
2756
|
providedIn: 'root',
|
|
2623
2757
|
}]
|
|
2624
|
-
}], ctorParameters:
|
|
2758
|
+
}], ctorParameters: () => [] });
|
|
2625
2759
|
|
|
2626
2760
|
class ToastController extends OverlayBaseController {
|
|
2627
2761
|
constructor() {
|
|
2628
2762
|
super(toastController);
|
|
2629
2763
|
defineCustomElement$1c();
|
|
2630
2764
|
}
|
|
2631
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2632
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2765
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2766
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ToastController, providedIn: 'root' });
|
|
2633
2767
|
}
|
|
2634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: ToastController, decorators: [{
|
|
2635
2769
|
type: Injectable,
|
|
2636
2770
|
args: [{
|
|
2637
2771
|
providedIn: 'root',
|
|
2638
2772
|
}]
|
|
2639
|
-
}], ctorParameters:
|
|
2773
|
+
}], ctorParameters: () => [] });
|
|
2640
2774
|
|
|
2641
2775
|
let IonNav = class IonNav extends IonNav$1 {
|
|
2642
2776
|
constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
|
|
2643
2777
|
super(ref, environmentInjector, injector, angularDelegate, z, c);
|
|
2644
2778
|
}
|
|
2645
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2646
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2779
|
+
/** @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 });
|
|
2780
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonNav, isStandalone: true, selector: "ion-nav", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
2647
2781
|
};
|
|
2648
2782
|
IonNav = __decorate([
|
|
2649
2783
|
ProxyCmp$1({
|
|
2650
2784
|
defineCustomElementFn: defineCustomElement$1e,
|
|
2651
2785
|
})
|
|
2652
2786
|
], IonNav);
|
|
2653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonNav, decorators: [{
|
|
2654
2788
|
type: Component,
|
|
2655
2789
|
args: [{
|
|
2656
2790
|
selector: 'ion-nav',
|
|
2657
2791
|
template: '<ng-content></ng-content>',
|
|
2658
2792
|
standalone: true,
|
|
2659
2793
|
}]
|
|
2660
|
-
}], ctorParameters:
|
|
2794
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: i2$1.AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
2661
2795
|
|
|
2662
2796
|
const CHECKBOX_INPUTS = [
|
|
2663
2797
|
'checked',
|
|
@@ -2702,8 +2836,8 @@ let IonCheckbox = class IonCheckbox extends ValueAccessor {
|
|
|
2702
2836
|
handleIonChange(el) {
|
|
2703
2837
|
this.handleValueChange(el, el.checked);
|
|
2704
2838
|
}
|
|
2705
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2706
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2839
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2840
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2707
2841
|
};
|
|
2708
2842
|
IonCheckbox = __decorate([
|
|
2709
2843
|
ProxyCmp({
|
|
@@ -2711,7 +2845,7 @@ IonCheckbox = __decorate([
|
|
|
2711
2845
|
inputs: CHECKBOX_INPUTS,
|
|
2712
2846
|
})
|
|
2713
2847
|
], IonCheckbox);
|
|
2714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonCheckbox, decorators: [{
|
|
2715
2849
|
type: Component,
|
|
2716
2850
|
args: [{
|
|
2717
2851
|
selector: 'ion-checkbox',
|
|
@@ -2722,7 +2856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2722
2856
|
providers: [accessorProvider$a],
|
|
2723
2857
|
standalone: true,
|
|
2724
2858
|
}]
|
|
2725
|
-
}], ctorParameters:
|
|
2859
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
2726
2860
|
type: HostListener,
|
|
2727
2861
|
args: ['ionChange', ['$event.target']]
|
|
2728
2862
|
}] } });
|
|
@@ -2788,8 +2922,8 @@ let IonDatetime = class IonDatetime extends ValueAccessor {
|
|
|
2788
2922
|
handleIonChange(el) {
|
|
2789
2923
|
this.handleValueChange(el, el.value);
|
|
2790
2924
|
}
|
|
2791
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2792
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2925
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2926
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonDatetime, isStandalone: true, 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" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2793
2927
|
};
|
|
2794
2928
|
IonDatetime = __decorate([
|
|
2795
2929
|
ProxyCmp({
|
|
@@ -2798,7 +2932,7 @@ IonDatetime = __decorate([
|
|
|
2798
2932
|
methods: ['confirm', 'reset', 'cancel'],
|
|
2799
2933
|
})
|
|
2800
2934
|
], IonDatetime);
|
|
2801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonDatetime, decorators: [{
|
|
2802
2936
|
type: Component,
|
|
2803
2937
|
args: [{
|
|
2804
2938
|
selector: 'ion-datetime',
|
|
@@ -2809,7 +2943,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2809
2943
|
providers: [accessorProvider$9],
|
|
2810
2944
|
standalone: true,
|
|
2811
2945
|
}]
|
|
2812
|
-
}], ctorParameters:
|
|
2946
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
2813
2947
|
type: HostListener,
|
|
2814
2948
|
args: ['ionChange', ['$event.target']]
|
|
2815
2949
|
}] } });
|
|
@@ -2822,8 +2956,8 @@ let IonIcon = class IonIcon {
|
|
|
2822
2956
|
c.detach();
|
|
2823
2957
|
this.el = r.nativeElement;
|
|
2824
2958
|
}
|
|
2825
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2826
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2959
|
+
/** @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 });
|
|
2960
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonIcon, isStandalone: true, 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 });
|
|
2827
2961
|
};
|
|
2828
2962
|
IonIcon = __decorate([
|
|
2829
2963
|
ProxyCmp({
|
|
@@ -2831,7 +2965,7 @@ IonIcon = __decorate([
|
|
|
2831
2965
|
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
2832
2966
|
})
|
|
2833
2967
|
], IonIcon);
|
|
2834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonIcon, decorators: [{
|
|
2835
2969
|
type: Component,
|
|
2836
2970
|
args: [{
|
|
2837
2971
|
selector: 'ion-icon',
|
|
@@ -2841,7 +2975,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2841
2975
|
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
2842
2976
|
standalone: true,
|
|
2843
2977
|
}]
|
|
2844
|
-
}], ctorParameters:
|
|
2978
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2845
2979
|
|
|
2846
2980
|
const INPUT_INPUTS = [
|
|
2847
2981
|
'accept',
|
|
@@ -2922,8 +3056,8 @@ let IonInput = class IonInput extends ValueAccessor {
|
|
|
2922
3056
|
}
|
|
2923
3057
|
});
|
|
2924
3058
|
}
|
|
2925
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2926
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3059
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3060
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInput, isStandalone: true, selector: "ion-input", inputs: { accept: "accept", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", size: "size", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2927
3061
|
};
|
|
2928
3062
|
IonInput = __decorate([
|
|
2929
3063
|
ProxyCmp({
|
|
@@ -2932,7 +3066,7 @@ IonInput = __decorate([
|
|
|
2932
3066
|
methods: ['setFocus', 'getInputElement'],
|
|
2933
3067
|
})
|
|
2934
3068
|
], IonInput);
|
|
2935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInput, decorators: [{
|
|
2936
3070
|
type: Component,
|
|
2937
3071
|
args: [{
|
|
2938
3072
|
selector: 'ion-input',
|
|
@@ -2943,7 +3077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2943
3077
|
providers: [accessorProvider$8],
|
|
2944
3078
|
standalone: true,
|
|
2945
3079
|
}]
|
|
2946
|
-
}], ctorParameters:
|
|
3080
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
2947
3081
|
type: HostListener,
|
|
2948
3082
|
args: ['ionInput', ['$event.target']]
|
|
2949
3083
|
}] } });
|
|
@@ -3004,8 +3138,8 @@ let IonInputOtp = class IonInputOtp extends ValueAccessor {
|
|
|
3004
3138
|
}
|
|
3005
3139
|
});
|
|
3006
3140
|
}
|
|
3007
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3008
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3141
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3142
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonInputOtp, isStandalone: true, 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" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3009
3143
|
};
|
|
3010
3144
|
IonInputOtp = __decorate([
|
|
3011
3145
|
ProxyCmp({
|
|
@@ -3014,7 +3148,7 @@ IonInputOtp = __decorate([
|
|
|
3014
3148
|
methods: ['setFocus'],
|
|
3015
3149
|
})
|
|
3016
3150
|
], IonInputOtp);
|
|
3017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonInputOtp, decorators: [{
|
|
3018
3152
|
type: Component,
|
|
3019
3153
|
args: [{
|
|
3020
3154
|
selector: 'ion-input-otp',
|
|
@@ -3025,7 +3159,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3025
3159
|
providers: [accessorProvider$7],
|
|
3026
3160
|
standalone: true,
|
|
3027
3161
|
}]
|
|
3028
|
-
}], ctorParameters:
|
|
3162
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
3029
3163
|
type: HostListener,
|
|
3030
3164
|
args: ['ionInput', ['$event.target']]
|
|
3031
3165
|
}] } });
|
|
@@ -3057,8 +3191,8 @@ let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
|
|
|
3057
3191
|
handleIonChange(el) {
|
|
3058
3192
|
this.handleValueChange(el, el.value);
|
|
3059
3193
|
}
|
|
3060
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3061
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3194
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3195
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3062
3196
|
};
|
|
3063
3197
|
IonRadioGroup = __decorate([
|
|
3064
3198
|
ProxyCmp({
|
|
@@ -3066,7 +3200,7 @@ IonRadioGroup = __decorate([
|
|
|
3066
3200
|
inputs: RADIO_GROUP_INPUTS,
|
|
3067
3201
|
})
|
|
3068
3202
|
], IonRadioGroup);
|
|
3069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRadioGroup, decorators: [{
|
|
3070
3204
|
type: Component,
|
|
3071
3205
|
args: [{
|
|
3072
3206
|
selector: 'ion-radio-group',
|
|
@@ -3077,7 +3211,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3077
3211
|
providers: [accessorProvider$6],
|
|
3078
3212
|
standalone: true,
|
|
3079
3213
|
}]
|
|
3080
|
-
}], ctorParameters:
|
|
3214
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
3081
3215
|
type: HostListener,
|
|
3082
3216
|
args: ['ionChange', ['$event.target']]
|
|
3083
3217
|
}] } });
|
|
@@ -3127,8 +3261,8 @@ let IonRange = class IonRange extends ValueAccessor {
|
|
|
3127
3261
|
handleIonInput(el) {
|
|
3128
3262
|
this.handleValueChange(el, el.value);
|
|
3129
3263
|
}
|
|
3130
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3131
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3264
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3265
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonRange, isStandalone: true, 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" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3132
3266
|
};
|
|
3133
3267
|
IonRange = __decorate([
|
|
3134
3268
|
ProxyCmp({
|
|
@@ -3136,7 +3270,7 @@ IonRange = __decorate([
|
|
|
3136
3270
|
inputs: RANGE_INPUTS,
|
|
3137
3271
|
})
|
|
3138
3272
|
], IonRange);
|
|
3139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonRange, decorators: [{
|
|
3140
3274
|
type: Component,
|
|
3141
3275
|
args: [{
|
|
3142
3276
|
selector: 'ion-range',
|
|
@@ -3147,7 +3281,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3147
3281
|
providers: [accessorProvider$5],
|
|
3148
3282
|
standalone: true,
|
|
3149
3283
|
}]
|
|
3150
|
-
}], ctorParameters:
|
|
3284
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
3151
3285
|
type: HostListener,
|
|
3152
3286
|
args: ['ionInput', ['$event.target']]
|
|
3153
3287
|
}] } });
|
|
@@ -3200,8 +3334,8 @@ let IonSearchbar = class IonSearchbar extends ValueAccessor {
|
|
|
3200
3334
|
handleIonInput(el) {
|
|
3201
3335
|
this.handleValueChange(el, el.value);
|
|
3202
3336
|
}
|
|
3203
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3204
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3337
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3338
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSearchbar, isStandalone: true, selector: "ion-searchbar", inputs: { animated: "animated", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", showCancelButton: "showCancelButton", showClearButton: "showClearButton", spellcheck: "spellcheck", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3205
3339
|
};
|
|
3206
3340
|
IonSearchbar = __decorate([
|
|
3207
3341
|
ProxyCmp({
|
|
@@ -3210,7 +3344,7 @@ IonSearchbar = __decorate([
|
|
|
3210
3344
|
methods: ['setFocus', 'getInputElement'],
|
|
3211
3345
|
})
|
|
3212
3346
|
], IonSearchbar);
|
|
3213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSearchbar, decorators: [{
|
|
3214
3348
|
type: Component,
|
|
3215
3349
|
args: [{
|
|
3216
3350
|
selector: 'ion-searchbar',
|
|
@@ -3221,7 +3355,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3221
3355
|
providers: [accessorProvider$4],
|
|
3222
3356
|
standalone: true,
|
|
3223
3357
|
}]
|
|
3224
|
-
}], ctorParameters:
|
|
3358
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
3225
3359
|
type: HostListener,
|
|
3226
3360
|
args: ['ionInput', ['$event.target']]
|
|
3227
3361
|
}] } });
|
|
@@ -3253,8 +3387,8 @@ let IonSegment = class IonSegment extends ValueAccessor {
|
|
|
3253
3387
|
handleIonChange(el) {
|
|
3254
3388
|
this.handleValueChange(el, el.value);
|
|
3255
3389
|
}
|
|
3256
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3257
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3390
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3391
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSegment, isStandalone: true, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3258
3392
|
};
|
|
3259
3393
|
IonSegment = __decorate([
|
|
3260
3394
|
ProxyCmp({
|
|
@@ -3262,7 +3396,7 @@ IonSegment = __decorate([
|
|
|
3262
3396
|
inputs: SEGMENT_INPUTS,
|
|
3263
3397
|
})
|
|
3264
3398
|
], IonSegment);
|
|
3265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSegment, decorators: [{
|
|
3266
3400
|
type: Component,
|
|
3267
3401
|
args: [{
|
|
3268
3402
|
selector: 'ion-segment',
|
|
@@ -3273,7 +3407,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3273
3407
|
providers: [accessorProvider$3],
|
|
3274
3408
|
standalone: true,
|
|
3275
3409
|
}]
|
|
3276
|
-
}], ctorParameters:
|
|
3410
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
3277
3411
|
type: HostListener,
|
|
3278
3412
|
args: ['ionChange', ['$event.target']]
|
|
3279
3413
|
}] } });
|
|
@@ -3328,8 +3462,8 @@ let IonSelect = class IonSelect extends ValueAccessor {
|
|
|
3328
3462
|
handleIonChange(el) {
|
|
3329
3463
|
this.handleValueChange(el, el.value);
|
|
3330
3464
|
}
|
|
3331
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3332
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3465
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3466
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonSelect, isStandalone: true, 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", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3333
3467
|
};
|
|
3334
3468
|
IonSelect = __decorate([
|
|
3335
3469
|
ProxyCmp({
|
|
@@ -3338,7 +3472,7 @@ IonSelect = __decorate([
|
|
|
3338
3472
|
methods: ['open'],
|
|
3339
3473
|
})
|
|
3340
3474
|
], IonSelect);
|
|
3341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonSelect, decorators: [{
|
|
3342
3476
|
type: Component,
|
|
3343
3477
|
args: [{
|
|
3344
3478
|
selector: 'ion-select',
|
|
@@ -3349,7 +3483,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3349
3483
|
providers: [accessorProvider$2],
|
|
3350
3484
|
standalone: true,
|
|
3351
3485
|
}]
|
|
3352
|
-
}], ctorParameters:
|
|
3486
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
3353
3487
|
type: HostListener,
|
|
3354
3488
|
args: ['ionChange', ['$event.target']]
|
|
3355
3489
|
}] } });
|
|
@@ -3411,8 +3545,8 @@ let IonTextarea = class IonTextarea extends ValueAccessor {
|
|
|
3411
3545
|
handleIonInput(el) {
|
|
3412
3546
|
this.handleValueChange(el, el.value);
|
|
3413
3547
|
}
|
|
3414
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3415
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3548
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3549
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonTextarea, isStandalone: true, 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" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3416
3550
|
};
|
|
3417
3551
|
IonTextarea = __decorate([
|
|
3418
3552
|
ProxyCmp({
|
|
@@ -3421,7 +3555,7 @@ IonTextarea = __decorate([
|
|
|
3421
3555
|
methods: ['setFocus', 'getInputElement'],
|
|
3422
3556
|
})
|
|
3423
3557
|
], IonTextarea);
|
|
3424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonTextarea, decorators: [{
|
|
3425
3559
|
type: Component,
|
|
3426
3560
|
args: [{
|
|
3427
3561
|
selector: 'ion-textarea',
|
|
@@ -3432,7 +3566,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3432
3566
|
providers: [accessorProvider$1],
|
|
3433
3567
|
standalone: true,
|
|
3434
3568
|
}]
|
|
3435
|
-
}], ctorParameters:
|
|
3569
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
3436
3570
|
type: HostListener,
|
|
3437
3571
|
args: ['ionInput', ['$event.target']]
|
|
3438
3572
|
}] } });
|
|
@@ -3480,8 +3614,8 @@ let IonToggle = class IonToggle extends ValueAccessor {
|
|
|
3480
3614
|
handleIonChange(el) {
|
|
3481
3615
|
this.handleValueChange(el, el.checked);
|
|
3482
3616
|
}
|
|
3483
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3484
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3617
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3618
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.14", type: IonToggle, isStandalone: true, selector: "ion-toggle", inputs: { checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3485
3619
|
};
|
|
3486
3620
|
IonToggle = __decorate([
|
|
3487
3621
|
ProxyCmp({
|
|
@@ -3489,7 +3623,7 @@ IonToggle = __decorate([
|
|
|
3489
3623
|
inputs: TOGGLE_INPUTS,
|
|
3490
3624
|
})
|
|
3491
3625
|
], IonToggle);
|
|
3492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: IonToggle, decorators: [{
|
|
3493
3627
|
type: Component,
|
|
3494
3628
|
args: [{
|
|
3495
3629
|
selector: 'ion-toggle',
|
|
@@ -3500,7 +3634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3500
3634
|
providers: [accessorProvider],
|
|
3501
3635
|
standalone: true,
|
|
3502
3636
|
}]
|
|
3503
|
-
}], ctorParameters:
|
|
3637
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
3504
3638
|
type: HostListener,
|
|
3505
3639
|
args: ['ionChange', ['$event.target']]
|
|
3506
3640
|
}] } });
|