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