@ionic/angular 8.8.12-dev.11782342444.186b6e9c → 8.8.12-dev.11782931922.18ba507c
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 +5 -5
- package/fesm2022/{ionic-angular-standalone.mjs → ionic-angular-lazy.mjs} +1250 -1355
- package/fesm2022/ionic-angular-lazy.mjs.map +1 -0
- package/fesm2022/ionic-angular.mjs +1351 -1246
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +5 -5
- package/schematics/add/index.js +3 -3
- package/schematics/utils/ast.js +1 -1
- package/types/{ionic-angular-standalone.d.ts → ionic-angular-lazy.d.ts} +589 -496
- package/types/ionic-angular.d.ts +493 -586
- package/fesm2022/ionic-angular-standalone.mjs.map +0 -1
|
@@ -1,249 +1,190 @@
|
|
|
1
|
-
import { __decorate } from 'tslib';
|
|
2
1
|
import * as i0 from '@angular/core';
|
|
3
|
-
import {
|
|
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
|
+
import { NG_VALUE_ACCESSOR, NG_VALIDATORS, MaxValidator, MinValidator } from '@angular/forms';
|
|
4
4
|
import * as i2$1 from '@ionic/angular/common';
|
|
5
|
-
import { IonRouterOutlet as IonRouterOutlet$1,
|
|
6
|
-
export { Config, DomController, IonModalToken, IonicRouteStrategy, NavController, NavParams, Platform } from '@ionic/angular/common';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
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';
|
|
6
|
+
export { AngularDelegate, Config, DomController, IonModalToken, IonicRouteStrategy, NavController, NavParams, Platform } from '@ionic/angular/common';
|
|
7
|
+
import { __decorate } from 'tslib';
|
|
8
|
+
import { fromEvent } from 'rxjs';
|
|
9
9
|
import * as i1 from '@angular/common';
|
|
10
|
-
import {
|
|
10
|
+
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
11
11
|
import * as i2 from '@angular/router';
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
import { defineCustomElement as defineCustomElement$5 } from '@ionic/core/components/ion-accordion.js';
|
|
16
|
-
import { defineCustomElement as defineCustomElement$6 } from '@ionic/core/components/ion-accordion-group.js';
|
|
17
|
-
import { defineCustomElement as defineCustomElement$7 } from '@ionic/core/components/ion-action-sheet.js';
|
|
18
|
-
import { defineCustomElement as defineCustomElement$8 } from '@ionic/core/components/ion-alert.js';
|
|
19
|
-
import { defineCustomElement as defineCustomElement$9 } from '@ionic/core/components/ion-app.js';
|
|
20
|
-
import { defineCustomElement as defineCustomElement$a } from '@ionic/core/components/ion-avatar.js';
|
|
21
|
-
import { defineCustomElement as defineCustomElement$b } from '@ionic/core/components/ion-backdrop.js';
|
|
22
|
-
import { defineCustomElement as defineCustomElement$c } from '@ionic/core/components/ion-badge.js';
|
|
23
|
-
import { defineCustomElement as defineCustomElement$d } from '@ionic/core/components/ion-breadcrumb.js';
|
|
24
|
-
import { defineCustomElement as defineCustomElement$e } from '@ionic/core/components/ion-breadcrumbs.js';
|
|
25
|
-
import { defineCustomElement as defineCustomElement$f } from '@ionic/core/components/ion-button.js';
|
|
26
|
-
import { defineCustomElement as defineCustomElement$g } from '@ionic/core/components/ion-buttons.js';
|
|
27
|
-
import { defineCustomElement as defineCustomElement$h } from '@ionic/core/components/ion-card.js';
|
|
28
|
-
import { defineCustomElement as defineCustomElement$i } from '@ionic/core/components/ion-card-content.js';
|
|
29
|
-
import { defineCustomElement as defineCustomElement$j } from '@ionic/core/components/ion-card-header.js';
|
|
30
|
-
import { defineCustomElement as defineCustomElement$k } from '@ionic/core/components/ion-card-subtitle.js';
|
|
31
|
-
import { defineCustomElement as defineCustomElement$l } from '@ionic/core/components/ion-card-title.js';
|
|
32
|
-
import { defineCustomElement as defineCustomElement$m } from '@ionic/core/components/ion-chip.js';
|
|
33
|
-
import { defineCustomElement as defineCustomElement$n } from '@ionic/core/components/ion-col.js';
|
|
34
|
-
import { defineCustomElement as defineCustomElement$o } from '@ionic/core/components/ion-content.js';
|
|
35
|
-
import { defineCustomElement as defineCustomElement$p } from '@ionic/core/components/ion-datetime-button.js';
|
|
36
|
-
import { defineCustomElement as defineCustomElement$q } from '@ionic/core/components/ion-fab.js';
|
|
37
|
-
import { defineCustomElement as defineCustomElement$r } from '@ionic/core/components/ion-fab-button.js';
|
|
38
|
-
import { defineCustomElement as defineCustomElement$s } from '@ionic/core/components/ion-fab-list.js';
|
|
39
|
-
import { defineCustomElement as defineCustomElement$t } from '@ionic/core/components/ion-footer.js';
|
|
40
|
-
import { defineCustomElement as defineCustomElement$u } from '@ionic/core/components/ion-grid.js';
|
|
41
|
-
import { defineCustomElement as defineCustomElement$v } from '@ionic/core/components/ion-header.js';
|
|
42
|
-
import { defineCustomElement as defineCustomElement$w } from '@ionic/core/components/ion-img.js';
|
|
43
|
-
import { defineCustomElement as defineCustomElement$x } from '@ionic/core/components/ion-infinite-scroll.js';
|
|
44
|
-
import { defineCustomElement as defineCustomElement$y } from '@ionic/core/components/ion-infinite-scroll-content.js';
|
|
45
|
-
import { defineCustomElement as defineCustomElement$z } from '@ionic/core/components/ion-input-password-toggle.js';
|
|
46
|
-
import { defineCustomElement as defineCustomElement$A } from '@ionic/core/components/ion-item.js';
|
|
47
|
-
import { defineCustomElement as defineCustomElement$B } from '@ionic/core/components/ion-item-divider.js';
|
|
48
|
-
import { defineCustomElement as defineCustomElement$C } from '@ionic/core/components/ion-item-group.js';
|
|
49
|
-
import { defineCustomElement as defineCustomElement$D } from '@ionic/core/components/ion-item-option.js';
|
|
50
|
-
import { defineCustomElement as defineCustomElement$E } from '@ionic/core/components/ion-item-options.js';
|
|
51
|
-
import { defineCustomElement as defineCustomElement$F } from '@ionic/core/components/ion-item-sliding.js';
|
|
52
|
-
import { defineCustomElement as defineCustomElement$G } from '@ionic/core/components/ion-label.js';
|
|
53
|
-
import { defineCustomElement as defineCustomElement$H } from '@ionic/core/components/ion-list.js';
|
|
54
|
-
import { defineCustomElement as defineCustomElement$I } from '@ionic/core/components/ion-list-header.js';
|
|
55
|
-
import { defineCustomElement as defineCustomElement$J } from '@ionic/core/components/ion-loading.js';
|
|
56
|
-
import { defineCustomElement as defineCustomElement$K } from '@ionic/core/components/ion-menu.js';
|
|
57
|
-
import { defineCustomElement as defineCustomElement$L } from '@ionic/core/components/ion-menu-button.js';
|
|
58
|
-
import { defineCustomElement as defineCustomElement$M } from '@ionic/core/components/ion-menu-toggle.js';
|
|
59
|
-
import { defineCustomElement as defineCustomElement$N } from '@ionic/core/components/ion-nav-link.js';
|
|
60
|
-
import { defineCustomElement as defineCustomElement$O } from '@ionic/core/components/ion-note.js';
|
|
61
|
-
import { defineCustomElement as defineCustomElement$P } from '@ionic/core/components/ion-picker.js';
|
|
62
|
-
import { defineCustomElement as defineCustomElement$Q } from '@ionic/core/components/ion-picker-column.js';
|
|
63
|
-
import { defineCustomElement as defineCustomElement$R } from '@ionic/core/components/ion-picker-column-option.js';
|
|
64
|
-
import { defineCustomElement as defineCustomElement$S } from '@ionic/core/components/ion-progress-bar.js';
|
|
65
|
-
import { defineCustomElement as defineCustomElement$T } from '@ionic/core/components/ion-radio.js';
|
|
66
|
-
import { defineCustomElement as defineCustomElement$U } from '@ionic/core/components/ion-refresher.js';
|
|
67
|
-
import { defineCustomElement as defineCustomElement$V } from '@ionic/core/components/ion-refresher-content.js';
|
|
68
|
-
import { defineCustomElement as defineCustomElement$W } from '@ionic/core/components/ion-reorder.js';
|
|
69
|
-
import { defineCustomElement as defineCustomElement$X } from '@ionic/core/components/ion-reorder-group.js';
|
|
70
|
-
import { defineCustomElement as defineCustomElement$Y } from '@ionic/core/components/ion-ripple-effect.js';
|
|
71
|
-
import { defineCustomElement as defineCustomElement$Z } from '@ionic/core/components/ion-row.js';
|
|
72
|
-
import { defineCustomElement as defineCustomElement$_ } from '@ionic/core/components/ion-segment-button.js';
|
|
73
|
-
import { defineCustomElement as defineCustomElement$$ } from '@ionic/core/components/ion-segment-content.js';
|
|
74
|
-
import { defineCustomElement as defineCustomElement$10 } from '@ionic/core/components/ion-segment-view.js';
|
|
75
|
-
import { defineCustomElement as defineCustomElement$11 } from '@ionic/core/components/ion-select-modal.js';
|
|
76
|
-
import { defineCustomElement as defineCustomElement$12 } from '@ionic/core/components/ion-select-option.js';
|
|
77
|
-
import { defineCustomElement as defineCustomElement$13 } from '@ionic/core/components/ion-skeleton-text.js';
|
|
78
|
-
import { defineCustomElement as defineCustomElement$14 } from '@ionic/core/components/ion-spinner.js';
|
|
79
|
-
import { defineCustomElement as defineCustomElement$15 } from '@ionic/core/components/ion-split-pane.js';
|
|
80
|
-
import { defineCustomElement as defineCustomElement$16 } from '@ionic/core/components/ion-tab.js';
|
|
81
|
-
import { defineCustomElement as defineCustomElement$17 } from '@ionic/core/components/ion-tab-bar.js';
|
|
82
|
-
import { defineCustomElement as defineCustomElement$18 } from '@ionic/core/components/ion-tab-button.js';
|
|
83
|
-
import { defineCustomElement as defineCustomElement$19 } from '@ionic/core/components/ion-text.js';
|
|
84
|
-
import { defineCustomElement as defineCustomElement$1a } from '@ionic/core/components/ion-thumbnail.js';
|
|
85
|
-
import { defineCustomElement as defineCustomElement$1b } from '@ionic/core/components/ion-title.js';
|
|
86
|
-
import { defineCustomElement as defineCustomElement$1c } from '@ionic/core/components/ion-toast.js';
|
|
87
|
-
import { defineCustomElement as defineCustomElement$1d } from '@ionic/core/components/ion-toolbar.js';
|
|
88
|
-
import { modalController, popoverController, initialize, actionSheetController, alertController, createAnimation, getTimeGivenProgression, createGesture, loadingController, menuController, toastController } from '@ionic/core/components';
|
|
89
|
-
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation } from '@ionic/core/components';
|
|
90
|
-
import { defineCustomElement as defineCustomElement$1e } from '@ionic/core/components/ion-nav.js';
|
|
91
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
92
|
-
import { defineCustomElement as defineCustomElement$1f } from '@ionic/core/components/ion-checkbox.js';
|
|
93
|
-
import { defineCustomElement as defineCustomElement$1g } from '@ionic/core/components/ion-datetime.js';
|
|
94
|
-
import { defineCustomElement as defineCustomElement$1h } from 'ionicons/components/ion-icon.js';
|
|
95
|
-
import { defineCustomElement as defineCustomElement$1i } from '@ionic/core/components/ion-input.js';
|
|
96
|
-
import { defineCustomElement as defineCustomElement$1j } from '@ionic/core/components/ion-input-otp.js';
|
|
97
|
-
import { defineCustomElement as defineCustomElement$1k } from '@ionic/core/components/ion-radio-group.js';
|
|
98
|
-
import { defineCustomElement as defineCustomElement$1l } from '@ionic/core/components/ion-range.js';
|
|
99
|
-
import { defineCustomElement as defineCustomElement$1m } from '@ionic/core/components/ion-searchbar.js';
|
|
100
|
-
import { defineCustomElement as defineCustomElement$1n } from '@ionic/core/components/ion-segment.js';
|
|
101
|
-
import { defineCustomElement as defineCustomElement$1o } from '@ionic/core/components/ion-select.js';
|
|
102
|
-
import { defineCustomElement as defineCustomElement$1p } from '@ionic/core/components/ion-textarea.js';
|
|
103
|
-
import { defineCustomElement as defineCustomElement$1q } from '@ionic/core/components/ion-toggle.js';
|
|
12
|
+
import { alertController, createAnimation, getTimeGivenProgression, actionSheetController, createGesture, loadingController, menuController, modalController, popoverController, toastController, setupConfig } from '@ionic/core';
|
|
13
|
+
export { IonicSafeString, IonicSlides, createAnimation, createGesture, getIonPageElement, getPlatforms, getTimeGivenProgression, iosTransitionAnimation, isPlatform, mdTransitionAnimation, openURL } from '@ionic/core';
|
|
14
|
+
import { defineCustomElements } from '@ionic/core/loader';
|
|
104
15
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
* `static: true` must be set so the query results are resolved
|
|
109
|
-
* before change detection runs. Otherwise, the view container
|
|
110
|
-
* ref will be ion-router-outlet instead of ng-container, and
|
|
111
|
-
* the first view will be added as a sibling of ion-router-outlet
|
|
112
|
-
* instead of a child.
|
|
113
|
-
*/
|
|
114
|
-
outletContent;
|
|
115
|
-
/**
|
|
116
|
-
* We need to pass in the correct instance of IonRouterOutlet
|
|
117
|
-
* otherwise parentOutlet will be null in a nested outlet context.
|
|
118
|
-
* This results in APIs such as NavController.pop not working
|
|
119
|
-
* in nested outlets because the parent outlet cannot be found.
|
|
120
|
-
*/
|
|
121
|
-
constructor(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet) {
|
|
122
|
-
super(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet);
|
|
123
|
-
this.parentOutlet = parentOutlet;
|
|
16
|
+
class BooleanValueAccessorDirective extends ValueAccessor {
|
|
17
|
+
constructor(injector, el) {
|
|
18
|
+
super(injector, el);
|
|
124
19
|
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
]
|
|
133
|
-
|
|
134
|
-
|
|
20
|
+
writeValue(value) {
|
|
21
|
+
this.elementRef.nativeElement.checked = this.lastValue = value;
|
|
22
|
+
setIonicClasses(this.elementRef);
|
|
23
|
+
}
|
|
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;
|
|
30
|
+
this.handleValueChange(el, el.checked);
|
|
31
|
+
}
|
|
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: [
|
|
34
|
+
{
|
|
35
|
+
provide: NG_VALUE_ACCESSOR,
|
|
36
|
+
useExisting: BooleanValueAccessorDirective,
|
|
37
|
+
multi: true,
|
|
38
|
+
},
|
|
39
|
+
], usesInheritance: true, ngImport: i0 });
|
|
40
|
+
}
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: BooleanValueAccessorDirective, decorators: [{
|
|
42
|
+
type: Directive,
|
|
135
43
|
args: [{
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
type: SkipSelf
|
|
150
|
-
}, {
|
|
151
|
-
type: Optional
|
|
152
|
-
}] }], propDecorators: { outletContent: [{
|
|
153
|
-
type: ViewChild,
|
|
154
|
-
args: ['outletContent', { read: ViewContainerRef, static: true }]
|
|
44
|
+
standalone: false,
|
|
45
|
+
selector: 'ion-checkbox,ion-toggle',
|
|
46
|
+
providers: [
|
|
47
|
+
{
|
|
48
|
+
provide: NG_VALUE_ACCESSOR,
|
|
49
|
+
useExisting: BooleanValueAccessorDirective,
|
|
50
|
+
multi: true,
|
|
51
|
+
},
|
|
52
|
+
],
|
|
53
|
+
}]
|
|
54
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleIonChange: [{
|
|
55
|
+
type: HostListener,
|
|
56
|
+
args: ['ionChange', ['$event']]
|
|
155
57
|
}] } });
|
|
156
58
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
59
|
+
class NumericValueAccessorDirective extends ValueAccessor {
|
|
60
|
+
el;
|
|
61
|
+
constructor(injector, el) {
|
|
62
|
+
super(injector, el);
|
|
63
|
+
this.el = el;
|
|
64
|
+
}
|
|
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;
|
|
71
|
+
this.handleValueChange(el, el.value);
|
|
160
72
|
}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
183
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonModal, isStandalone: true, selector: "ion-modal", usesInheritance: true, ngImport: i0, template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
184
|
-
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
185
|
-
</div>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
186
|
-
};
|
|
187
|
-
IonModal = __decorate([
|
|
188
|
-
ProxyCmp$1({
|
|
189
|
-
defineCustomElementFn: defineCustomElement$3,
|
|
190
|
-
})
|
|
191
|
-
], IonModal);
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, decorators: [{
|
|
193
|
-
type: Component,
|
|
194
|
-
args: [{
|
|
195
|
-
selector: 'ion-modal',
|
|
196
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
197
|
-
template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
198
|
-
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
199
|
-
</div>`,
|
|
200
|
-
standalone: true,
|
|
201
|
-
imports: [CommonModule],
|
|
202
|
-
}]
|
|
203
|
-
}] });
|
|
204
|
-
|
|
205
|
-
let IonPopover = class IonPopover extends IonPopover$1 {
|
|
206
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
207
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPopover, isStandalone: true, selector: "ion-popover", usesInheritance: true, ngImport: i0, template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
208
|
-
};
|
|
209
|
-
IonPopover = __decorate([
|
|
210
|
-
ProxyCmp$1({
|
|
211
|
-
defineCustomElementFn: defineCustomElement$4,
|
|
212
|
-
})
|
|
213
|
-
], IonPopover);
|
|
214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, decorators: [{
|
|
215
|
-
type: Component,
|
|
73
|
+
registerOnChange(fn) {
|
|
74
|
+
if (this.el.nativeElement.tagName === 'ION-INPUT' || this.el.nativeElement.tagName === 'ION-INPUT-OTP') {
|
|
75
|
+
super.registerOnChange((value) => {
|
|
76
|
+
fn(value === '' ? null : parseFloat(value));
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
super.registerOnChange(fn);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
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: [
|
|
85
|
+
{
|
|
86
|
+
provide: NG_VALUE_ACCESSOR,
|
|
87
|
+
useExisting: NumericValueAccessorDirective,
|
|
88
|
+
multi: true,
|
|
89
|
+
},
|
|
90
|
+
], usesInheritance: true, ngImport: i0 });
|
|
91
|
+
}
|
|
92
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: NumericValueAccessorDirective, decorators: [{
|
|
93
|
+
type: Directive,
|
|
216
94
|
args: [{
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
95
|
+
standalone: false,
|
|
96
|
+
selector: 'ion-input[type=number],ion-input-otp:not([type=text]),ion-range',
|
|
97
|
+
providers: [
|
|
98
|
+
{
|
|
99
|
+
provide: NG_VALUE_ACCESSOR,
|
|
100
|
+
useExisting: NumericValueAccessorDirective,
|
|
101
|
+
multi: true,
|
|
102
|
+
},
|
|
103
|
+
],
|
|
104
|
+
}]
|
|
105
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
106
|
+
type: HostListener,
|
|
107
|
+
args: ['ionInput', ['$event']]
|
|
108
|
+
}] } });
|
|
224
109
|
|
|
225
|
-
class
|
|
226
|
-
|
|
227
|
-
|
|
110
|
+
class SelectValueAccessorDirective extends ValueAccessor {
|
|
111
|
+
constructor(injector, el) {
|
|
112
|
+
super(injector, el);
|
|
113
|
+
}
|
|
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;
|
|
120
|
+
this.handleValueChange(el, el.value);
|
|
121
|
+
}
|
|
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: [
|
|
124
|
+
{
|
|
125
|
+
provide: NG_VALUE_ACCESSOR,
|
|
126
|
+
useExisting: SelectValueAccessorDirective,
|
|
127
|
+
multi: true,
|
|
128
|
+
},
|
|
129
|
+
], usesInheritance: true, ngImport: i0 });
|
|
228
130
|
}
|
|
229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: SelectValueAccessorDirective, decorators: [{
|
|
230
132
|
type: Directive,
|
|
231
133
|
args: [{
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
134
|
+
standalone: false,
|
|
135
|
+
/* tslint:disable-next-line:directive-selector */
|
|
136
|
+
selector: 'ion-select, ion-radio-group, ion-segment, ion-datetime',
|
|
137
|
+
providers: [
|
|
138
|
+
{
|
|
139
|
+
provide: NG_VALUE_ACCESSOR,
|
|
140
|
+
useExisting: SelectValueAccessorDirective,
|
|
141
|
+
multi: true,
|
|
142
|
+
},
|
|
143
|
+
],
|
|
144
|
+
}]
|
|
145
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleChangeEvent: [{
|
|
146
|
+
type: HostListener,
|
|
147
|
+
args: ['ionChange', ['$event']]
|
|
148
|
+
}] } });
|
|
149
|
+
|
|
150
|
+
class TextValueAccessorDirective extends ValueAccessor {
|
|
151
|
+
constructor(injector, el) {
|
|
152
|
+
super(injector, el);
|
|
153
|
+
}
|
|
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;
|
|
160
|
+
this.handleValueChange(el, el.value);
|
|
161
|
+
}
|
|
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: [
|
|
164
|
+
{
|
|
165
|
+
provide: NG_VALUE_ACCESSOR,
|
|
166
|
+
useExisting: TextValueAccessorDirective,
|
|
167
|
+
multi: true,
|
|
168
|
+
},
|
|
169
|
+
], usesInheritance: true, ngImport: i0 });
|
|
239
170
|
}
|
|
240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: TextValueAccessorDirective, decorators: [{
|
|
241
172
|
type: Directive,
|
|
242
173
|
args: [{
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
174
|
+
standalone: false,
|
|
175
|
+
selector: 'ion-input:not([type=number]),ion-input-otp[type=text],ion-textarea,ion-searchbar',
|
|
176
|
+
providers: [
|
|
177
|
+
{
|
|
178
|
+
provide: NG_VALUE_ACCESSOR,
|
|
179
|
+
useExisting: TextValueAccessorDirective,
|
|
180
|
+
multi: true,
|
|
181
|
+
},
|
|
182
|
+
],
|
|
183
|
+
}]
|
|
184
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleInputEvent: [{
|
|
185
|
+
type: HostListener,
|
|
186
|
+
args: ['ionInput', ['$event']]
|
|
187
|
+
}] } });
|
|
247
188
|
|
|
248
189
|
/* eslint-disable */
|
|
249
190
|
/* tslint:disable */
|
|
@@ -312,11 +253,10 @@ let IonAccordion = class IonAccordion {
|
|
|
312
253
|
this.el = r.nativeElement;
|
|
313
254
|
}
|
|
314
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 });
|
|
315
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordion, isStandalone:
|
|
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 });
|
|
316
257
|
};
|
|
317
258
|
IonAccordion = __decorate([
|
|
318
259
|
ProxyCmp({
|
|
319
|
-
defineCustomElementFn: defineCustomElement$5,
|
|
320
260
|
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
|
|
321
261
|
})
|
|
322
262
|
], IonAccordion);
|
|
@@ -328,6 +268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
328
268
|
template: '<ng-content></ng-content>',
|
|
329
269
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
330
270
|
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
|
|
271
|
+
standalone: false
|
|
331
272
|
}]
|
|
332
273
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
333
274
|
let IonAccordionGroup = class IonAccordionGroup {
|
|
@@ -340,11 +281,10 @@ let IonAccordionGroup = class IonAccordionGroup {
|
|
|
340
281
|
this.el = r.nativeElement;
|
|
341
282
|
}
|
|
342
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 });
|
|
343
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordionGroup, isStandalone:
|
|
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 });
|
|
344
285
|
};
|
|
345
286
|
IonAccordionGroup = __decorate([
|
|
346
287
|
ProxyCmp({
|
|
347
|
-
defineCustomElementFn: defineCustomElement$6,
|
|
348
288
|
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
|
|
349
289
|
})
|
|
350
290
|
], IonAccordionGroup);
|
|
@@ -357,6 +297,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
357
297
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
358
298
|
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
|
|
359
299
|
outputs: ['ionChange'],
|
|
300
|
+
standalone: false
|
|
360
301
|
}]
|
|
361
302
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
362
303
|
type: Output
|
|
@@ -378,11 +319,10 @@ let IonActionSheet = class IonActionSheet {
|
|
|
378
319
|
this.el = r.nativeElement;
|
|
379
320
|
}
|
|
380
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 });
|
|
381
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonActionSheet, isStandalone:
|
|
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 });
|
|
382
323
|
};
|
|
383
324
|
IonActionSheet = __decorate([
|
|
384
325
|
ProxyCmp({
|
|
385
|
-
defineCustomElementFn: defineCustomElement$7,
|
|
386
326
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
387
327
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
388
328
|
})
|
|
@@ -396,6 +336,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
396
336
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
397
337
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
398
338
|
outputs: ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
339
|
+
standalone: false
|
|
399
340
|
}]
|
|
400
341
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionActionSheetDidPresent: [{
|
|
401
342
|
type: Output
|
|
@@ -431,11 +372,10 @@ let IonAlert = class IonAlert {
|
|
|
431
372
|
this.el = r.nativeElement;
|
|
432
373
|
}
|
|
433
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 });
|
|
434
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAlert, isStandalone:
|
|
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 });
|
|
435
376
|
};
|
|
436
377
|
IonAlert = __decorate([
|
|
437
378
|
ProxyCmp({
|
|
438
|
-
defineCustomElementFn: defineCustomElement$8,
|
|
439
379
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
440
380
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
441
381
|
})
|
|
@@ -449,6 +389,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
449
389
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
450
390
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
451
391
|
outputs: ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
392
|
+
standalone: false
|
|
452
393
|
}]
|
|
453
394
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionAlertDidPresent: [{
|
|
454
395
|
type: Output
|
|
@@ -476,11 +417,10 @@ let IonApp = class IonApp {
|
|
|
476
417
|
this.el = r.nativeElement;
|
|
477
418
|
}
|
|
478
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 });
|
|
479
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonApp, isStandalone:
|
|
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 });
|
|
480
421
|
};
|
|
481
422
|
IonApp = __decorate([
|
|
482
423
|
ProxyCmp({
|
|
483
|
-
defineCustomElementFn: defineCustomElement$9,
|
|
484
424
|
methods: ['setFocus']
|
|
485
425
|
})
|
|
486
426
|
], IonApp);
|
|
@@ -492,6 +432,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
492
432
|
template: '<ng-content></ng-content>',
|
|
493
433
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
494
434
|
inputs: [],
|
|
435
|
+
standalone: false
|
|
495
436
|
}]
|
|
496
437
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
497
438
|
let IonAvatar = class IonAvatar {
|
|
@@ -503,12 +444,10 @@ let IonAvatar = class IonAvatar {
|
|
|
503
444
|
this.el = r.nativeElement;
|
|
504
445
|
}
|
|
505
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 });
|
|
506
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAvatar, isStandalone:
|
|
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 });
|
|
507
448
|
};
|
|
508
449
|
IonAvatar = __decorate([
|
|
509
|
-
ProxyCmp({
|
|
510
|
-
defineCustomElementFn: defineCustomElement$a
|
|
511
|
-
})
|
|
450
|
+
ProxyCmp({})
|
|
512
451
|
], IonAvatar);
|
|
513
452
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, decorators: [{
|
|
514
453
|
type: Component,
|
|
@@ -518,6 +457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
518
457
|
template: '<ng-content></ng-content>',
|
|
519
458
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
520
459
|
inputs: [],
|
|
460
|
+
standalone: false
|
|
521
461
|
}]
|
|
522
462
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
523
463
|
let IonBackdrop = class IonBackdrop {
|
|
@@ -530,11 +470,10 @@ let IonBackdrop = class IonBackdrop {
|
|
|
530
470
|
this.el = r.nativeElement;
|
|
531
471
|
}
|
|
532
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 });
|
|
533
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackdrop, isStandalone:
|
|
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 });
|
|
534
474
|
};
|
|
535
475
|
IonBackdrop = __decorate([
|
|
536
476
|
ProxyCmp({
|
|
537
|
-
defineCustomElementFn: defineCustomElement$b,
|
|
538
477
|
inputs: ['stopPropagation', 'tappable', 'visible']
|
|
539
478
|
})
|
|
540
479
|
], IonBackdrop);
|
|
@@ -547,6 +486,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
547
486
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
548
487
|
inputs: ['stopPropagation', 'tappable', 'visible'],
|
|
549
488
|
outputs: ['ionBackdropTap'],
|
|
489
|
+
standalone: false
|
|
550
490
|
}]
|
|
551
491
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionBackdropTap: [{
|
|
552
492
|
type: Output
|
|
@@ -560,11 +500,10 @@ let IonBadge = class IonBadge {
|
|
|
560
500
|
this.el = r.nativeElement;
|
|
561
501
|
}
|
|
562
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 });
|
|
563
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBadge, isStandalone:
|
|
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 });
|
|
564
504
|
};
|
|
565
505
|
IonBadge = __decorate([
|
|
566
506
|
ProxyCmp({
|
|
567
|
-
defineCustomElementFn: defineCustomElement$c,
|
|
568
507
|
inputs: ['color', 'mode']
|
|
569
508
|
})
|
|
570
509
|
], IonBadge);
|
|
@@ -576,6 +515,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
576
515
|
template: '<ng-content></ng-content>',
|
|
577
516
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
578
517
|
inputs: ['color', 'mode'],
|
|
518
|
+
standalone: false
|
|
579
519
|
}]
|
|
580
520
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
581
521
|
let IonBreadcrumb = class IonBreadcrumb {
|
|
@@ -589,11 +529,10 @@ let IonBreadcrumb = class IonBreadcrumb {
|
|
|
589
529
|
this.el = r.nativeElement;
|
|
590
530
|
}
|
|
591
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 });
|
|
592
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumb, isStandalone:
|
|
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 });
|
|
593
533
|
};
|
|
594
534
|
IonBreadcrumb = __decorate([
|
|
595
535
|
ProxyCmp({
|
|
596
|
-
defineCustomElementFn: defineCustomElement$d,
|
|
597
536
|
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
|
|
598
537
|
})
|
|
599
538
|
], IonBreadcrumb);
|
|
@@ -606,6 +545,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
606
545
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
607
546
|
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
|
|
608
547
|
outputs: ['ionFocus', 'ionBlur'],
|
|
548
|
+
standalone: false
|
|
609
549
|
}]
|
|
610
550
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
611
551
|
type: Output
|
|
@@ -622,11 +562,10 @@ let IonBreadcrumbs = class IonBreadcrumbs {
|
|
|
622
562
|
this.el = r.nativeElement;
|
|
623
563
|
}
|
|
624
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 });
|
|
625
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumbs, isStandalone:
|
|
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 });
|
|
626
566
|
};
|
|
627
567
|
IonBreadcrumbs = __decorate([
|
|
628
568
|
ProxyCmp({
|
|
629
|
-
defineCustomElementFn: defineCustomElement$e,
|
|
630
569
|
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
|
|
631
570
|
})
|
|
632
571
|
], IonBreadcrumbs);
|
|
@@ -639,6 +578,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
639
578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
640
579
|
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
|
|
641
580
|
outputs: ['ionCollapsedClick'],
|
|
581
|
+
standalone: false
|
|
642
582
|
}]
|
|
643
583
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionCollapsedClick: [{
|
|
644
584
|
type: Output
|
|
@@ -654,11 +594,10 @@ let IonButton = class IonButton {
|
|
|
654
594
|
this.el = r.nativeElement;
|
|
655
595
|
}
|
|
656
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 });
|
|
657
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButton, isStandalone:
|
|
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 });
|
|
658
598
|
};
|
|
659
599
|
IonButton = __decorate([
|
|
660
600
|
ProxyCmp({
|
|
661
|
-
defineCustomElementFn: defineCustomElement$f,
|
|
662
601
|
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
|
|
663
602
|
})
|
|
664
603
|
], IonButton);
|
|
@@ -671,6 +610,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
671
610
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
672
611
|
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
|
|
673
612
|
outputs: ['ionFocus', 'ionBlur'],
|
|
613
|
+
standalone: false
|
|
674
614
|
}]
|
|
675
615
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
676
616
|
type: Output
|
|
@@ -686,11 +626,10 @@ let IonButtons = class IonButtons {
|
|
|
686
626
|
this.el = r.nativeElement;
|
|
687
627
|
}
|
|
688
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 });
|
|
689
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButtons, isStandalone:
|
|
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 });
|
|
690
630
|
};
|
|
691
631
|
IonButtons = __decorate([
|
|
692
632
|
ProxyCmp({
|
|
693
|
-
defineCustomElementFn: defineCustomElement$g,
|
|
694
633
|
inputs: ['collapse']
|
|
695
634
|
})
|
|
696
635
|
], IonButtons);
|
|
@@ -702,6 +641,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
702
641
|
template: '<ng-content></ng-content>',
|
|
703
642
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
704
643
|
inputs: ['collapse'],
|
|
644
|
+
standalone: false
|
|
705
645
|
}]
|
|
706
646
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
707
647
|
let IonCard = class IonCard {
|
|
@@ -713,11 +653,10 @@ let IonCard = class IonCard {
|
|
|
713
653
|
this.el = r.nativeElement;
|
|
714
654
|
}
|
|
715
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 });
|
|
716
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCard, isStandalone:
|
|
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 });
|
|
717
657
|
};
|
|
718
658
|
IonCard = __decorate([
|
|
719
659
|
ProxyCmp({
|
|
720
|
-
defineCustomElementFn: defineCustomElement$h,
|
|
721
660
|
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
722
661
|
})
|
|
723
662
|
], IonCard);
|
|
@@ -729,6 +668,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
729
668
|
template: '<ng-content></ng-content>',
|
|
730
669
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
731
670
|
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
671
|
+
standalone: false
|
|
732
672
|
}]
|
|
733
673
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
734
674
|
let IonCardContent = class IonCardContent {
|
|
@@ -740,11 +680,10 @@ let IonCardContent = class IonCardContent {
|
|
|
740
680
|
this.el = r.nativeElement;
|
|
741
681
|
}
|
|
742
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 });
|
|
743
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardContent, isStandalone:
|
|
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 });
|
|
744
684
|
};
|
|
745
685
|
IonCardContent = __decorate([
|
|
746
686
|
ProxyCmp({
|
|
747
|
-
defineCustomElementFn: defineCustomElement$i,
|
|
748
687
|
inputs: ['mode']
|
|
749
688
|
})
|
|
750
689
|
], IonCardContent);
|
|
@@ -756,6 +695,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
756
695
|
template: '<ng-content></ng-content>',
|
|
757
696
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
758
697
|
inputs: ['mode'],
|
|
698
|
+
standalone: false
|
|
759
699
|
}]
|
|
760
700
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
761
701
|
let IonCardHeader = class IonCardHeader {
|
|
@@ -767,11 +707,10 @@ let IonCardHeader = class IonCardHeader {
|
|
|
767
707
|
this.el = r.nativeElement;
|
|
768
708
|
}
|
|
769
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 });
|
|
770
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardHeader, isStandalone:
|
|
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 });
|
|
771
711
|
};
|
|
772
712
|
IonCardHeader = __decorate([
|
|
773
713
|
ProxyCmp({
|
|
774
|
-
defineCustomElementFn: defineCustomElement$j,
|
|
775
714
|
inputs: ['color', 'mode', 'translucent']
|
|
776
715
|
})
|
|
777
716
|
], IonCardHeader);
|
|
@@ -783,6 +722,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
783
722
|
template: '<ng-content></ng-content>',
|
|
784
723
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
785
724
|
inputs: ['color', 'mode', 'translucent'],
|
|
725
|
+
standalone: false
|
|
786
726
|
}]
|
|
787
727
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
788
728
|
let IonCardSubtitle = class IonCardSubtitle {
|
|
@@ -794,11 +734,10 @@ let IonCardSubtitle = class IonCardSubtitle {
|
|
|
794
734
|
this.el = r.nativeElement;
|
|
795
735
|
}
|
|
796
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 });
|
|
797
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardSubtitle, isStandalone:
|
|
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 });
|
|
798
738
|
};
|
|
799
739
|
IonCardSubtitle = __decorate([
|
|
800
740
|
ProxyCmp({
|
|
801
|
-
defineCustomElementFn: defineCustomElement$k,
|
|
802
741
|
inputs: ['color', 'mode']
|
|
803
742
|
})
|
|
804
743
|
], IonCardSubtitle);
|
|
@@ -810,6 +749,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
810
749
|
template: '<ng-content></ng-content>',
|
|
811
750
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
812
751
|
inputs: ['color', 'mode'],
|
|
752
|
+
standalone: false
|
|
813
753
|
}]
|
|
814
754
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
815
755
|
let IonCardTitle = class IonCardTitle {
|
|
@@ -821,11 +761,10 @@ let IonCardTitle = class IonCardTitle {
|
|
|
821
761
|
this.el = r.nativeElement;
|
|
822
762
|
}
|
|
823
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 });
|
|
824
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardTitle, isStandalone:
|
|
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 });
|
|
825
765
|
};
|
|
826
766
|
IonCardTitle = __decorate([
|
|
827
767
|
ProxyCmp({
|
|
828
|
-
defineCustomElementFn: defineCustomElement$l,
|
|
829
768
|
inputs: ['color', 'mode']
|
|
830
769
|
})
|
|
831
770
|
], IonCardTitle);
|
|
@@ -837,8 +776,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
837
776
|
template: '<ng-content></ng-content>',
|
|
838
777
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
839
778
|
inputs: ['color', 'mode'],
|
|
779
|
+
standalone: false
|
|
840
780
|
}]
|
|
841
781
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
782
|
+
let IonCheckbox = class IonCheckbox {
|
|
783
|
+
z;
|
|
784
|
+
el;
|
|
785
|
+
ionChange = new EventEmitter();
|
|
786
|
+
ionFocus = new EventEmitter();
|
|
787
|
+
ionBlur = new EventEmitter();
|
|
788
|
+
constructor(c, r, z) {
|
|
789
|
+
this.z = z;
|
|
790
|
+
c.detach();
|
|
791
|
+
this.el = r.nativeElement;
|
|
792
|
+
}
|
|
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 });
|
|
795
|
+
};
|
|
796
|
+
IonCheckbox = __decorate([
|
|
797
|
+
ProxyCmp({
|
|
798
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value']
|
|
799
|
+
})
|
|
800
|
+
], IonCheckbox);
|
|
801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCheckbox, decorators: [{
|
|
802
|
+
type: Component,
|
|
803
|
+
args: [{
|
|
804
|
+
selector: 'ion-checkbox',
|
|
805
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
806
|
+
template: '<ng-content></ng-content>',
|
|
807
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
808
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'errorText', 'helperText', 'indeterminate', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value'],
|
|
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
|
+
}] } });
|
|
842
819
|
let IonChip = class IonChip {
|
|
843
820
|
z;
|
|
844
821
|
el;
|
|
@@ -848,11 +825,10 @@ let IonChip = class IonChip {
|
|
|
848
825
|
this.el = r.nativeElement;
|
|
849
826
|
}
|
|
850
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 });
|
|
851
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonChip, isStandalone:
|
|
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 });
|
|
852
829
|
};
|
|
853
830
|
IonChip = __decorate([
|
|
854
831
|
ProxyCmp({
|
|
855
|
-
defineCustomElementFn: defineCustomElement$m,
|
|
856
832
|
inputs: ['color', 'disabled', 'mode', 'outline']
|
|
857
833
|
})
|
|
858
834
|
], IonChip);
|
|
@@ -864,6 +840,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
864
840
|
template: '<ng-content></ng-content>',
|
|
865
841
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
866
842
|
inputs: ['color', 'disabled', 'mode', 'outline'],
|
|
843
|
+
standalone: false
|
|
867
844
|
}]
|
|
868
845
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
869
846
|
let IonCol = class IonCol {
|
|
@@ -875,11 +852,10 @@ let IonCol = class IonCol {
|
|
|
875
852
|
this.el = r.nativeElement;
|
|
876
853
|
}
|
|
877
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 });
|
|
878
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCol, isStandalone:
|
|
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 });
|
|
879
856
|
};
|
|
880
857
|
IonCol = __decorate([
|
|
881
858
|
ProxyCmp({
|
|
882
|
-
defineCustomElementFn: defineCustomElement$n,
|
|
883
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']
|
|
884
860
|
})
|
|
885
861
|
], IonCol);
|
|
@@ -891,6 +867,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
891
867
|
template: '<ng-content></ng-content>',
|
|
892
868
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
893
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
|
|
894
871
|
}]
|
|
895
872
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
896
873
|
let IonContent = class IonContent {
|
|
@@ -905,11 +882,10 @@ let IonContent = class IonContent {
|
|
|
905
882
|
this.el = r.nativeElement;
|
|
906
883
|
}
|
|
907
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 });
|
|
908
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone:
|
|
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 });
|
|
909
886
|
};
|
|
910
887
|
IonContent = __decorate([
|
|
911
888
|
ProxyCmp({
|
|
912
|
-
defineCustomElementFn: defineCustomElement$o,
|
|
913
889
|
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
914
890
|
methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
|
|
915
891
|
})
|
|
@@ -923,6 +899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
923
899
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
924
900
|
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
925
901
|
outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],
|
|
902
|
+
standalone: false
|
|
926
903
|
}]
|
|
927
904
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionScrollStart: [{
|
|
928
905
|
type: Output
|
|
@@ -931,6 +908,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
931
908
|
}], ionScrollEnd: [{
|
|
932
909
|
type: Output
|
|
933
910
|
}] } });
|
|
911
|
+
let IonDatetime = class IonDatetime {
|
|
912
|
+
z;
|
|
913
|
+
el;
|
|
914
|
+
ionCancel = new EventEmitter();
|
|
915
|
+
ionChange = new EventEmitter();
|
|
916
|
+
ionFocus = new EventEmitter();
|
|
917
|
+
ionBlur = new EventEmitter();
|
|
918
|
+
constructor(c, r, z) {
|
|
919
|
+
this.z = z;
|
|
920
|
+
c.detach();
|
|
921
|
+
this.el = r.nativeElement;
|
|
922
|
+
}
|
|
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 });
|
|
925
|
+
};
|
|
926
|
+
IonDatetime = __decorate([
|
|
927
|
+
ProxyCmp({
|
|
928
|
+
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'],
|
|
929
|
+
methods: ['confirm', 'reset', 'cancel']
|
|
930
|
+
})
|
|
931
|
+
], IonDatetime);
|
|
932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetime, decorators: [{
|
|
933
|
+
type: Component,
|
|
934
|
+
args: [{
|
|
935
|
+
selector: 'ion-datetime',
|
|
936
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
937
|
+
template: '<ng-content></ng-content>',
|
|
938
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
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'],
|
|
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
|
+
}] } });
|
|
934
952
|
let IonDatetimeButton = class IonDatetimeButton {
|
|
935
953
|
z;
|
|
936
954
|
el;
|
|
@@ -940,11 +958,10 @@ let IonDatetimeButton = class IonDatetimeButton {
|
|
|
940
958
|
this.el = r.nativeElement;
|
|
941
959
|
}
|
|
942
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 });
|
|
943
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetimeButton, isStandalone:
|
|
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 });
|
|
944
962
|
};
|
|
945
963
|
IonDatetimeButton = __decorate([
|
|
946
964
|
ProxyCmp({
|
|
947
|
-
defineCustomElementFn: defineCustomElement$p,
|
|
948
965
|
inputs: ['color', 'datetime', 'disabled', 'mode']
|
|
949
966
|
})
|
|
950
967
|
], IonDatetimeButton);
|
|
@@ -956,6 +973,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
956
973
|
template: '<ng-content></ng-content>',
|
|
957
974
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
958
975
|
inputs: ['color', 'datetime', 'disabled', 'mode'],
|
|
976
|
+
standalone: false
|
|
959
977
|
}]
|
|
960
978
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
961
979
|
let IonFab = class IonFab {
|
|
@@ -967,11 +985,10 @@ let IonFab = class IonFab {
|
|
|
967
985
|
this.el = r.nativeElement;
|
|
968
986
|
}
|
|
969
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 });
|
|
970
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFab, isStandalone:
|
|
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 });
|
|
971
989
|
};
|
|
972
990
|
IonFab = __decorate([
|
|
973
991
|
ProxyCmp({
|
|
974
|
-
defineCustomElementFn: defineCustomElement$q,
|
|
975
992
|
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
976
993
|
methods: ['close']
|
|
977
994
|
})
|
|
@@ -984,6 +1001,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
984
1001
|
template: '<ng-content></ng-content>',
|
|
985
1002
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
986
1003
|
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
1004
|
+
standalone: false
|
|
987
1005
|
}]
|
|
988
1006
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
989
1007
|
let IonFabButton = class IonFabButton {
|
|
@@ -997,11 +1015,10 @@ let IonFabButton = class IonFabButton {
|
|
|
997
1015
|
this.el = r.nativeElement;
|
|
998
1016
|
}
|
|
999
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 });
|
|
1000
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabButton, isStandalone:
|
|
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 });
|
|
1001
1019
|
};
|
|
1002
1020
|
IonFabButton = __decorate([
|
|
1003
1021
|
ProxyCmp({
|
|
1004
|
-
defineCustomElementFn: defineCustomElement$r,
|
|
1005
1022
|
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
|
|
1006
1023
|
})
|
|
1007
1024
|
], IonFabButton);
|
|
@@ -1014,6 +1031,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1014
1031
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1015
1032
|
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
|
|
1016
1033
|
outputs: ['ionFocus', 'ionBlur'],
|
|
1034
|
+
standalone: false
|
|
1017
1035
|
}]
|
|
1018
1036
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
1019
1037
|
type: Output
|
|
@@ -1029,11 +1047,10 @@ let IonFabList = class IonFabList {
|
|
|
1029
1047
|
this.el = r.nativeElement;
|
|
1030
1048
|
}
|
|
1031
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 });
|
|
1032
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabList, isStandalone:
|
|
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 });
|
|
1033
1051
|
};
|
|
1034
1052
|
IonFabList = __decorate([
|
|
1035
1053
|
ProxyCmp({
|
|
1036
|
-
defineCustomElementFn: defineCustomElement$s,
|
|
1037
1054
|
inputs: ['activated', 'side']
|
|
1038
1055
|
})
|
|
1039
1056
|
], IonFabList);
|
|
@@ -1045,6 +1062,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1045
1062
|
template: '<ng-content></ng-content>',
|
|
1046
1063
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1047
1064
|
inputs: ['activated', 'side'],
|
|
1065
|
+
standalone: false
|
|
1048
1066
|
}]
|
|
1049
1067
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1050
1068
|
let IonFooter = class IonFooter {
|
|
@@ -1056,11 +1074,10 @@ let IonFooter = class IonFooter {
|
|
|
1056
1074
|
this.el = r.nativeElement;
|
|
1057
1075
|
}
|
|
1058
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 });
|
|
1059
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFooter, isStandalone:
|
|
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 });
|
|
1060
1078
|
};
|
|
1061
1079
|
IonFooter = __decorate([
|
|
1062
1080
|
ProxyCmp({
|
|
1063
|
-
defineCustomElementFn: defineCustomElement$t,
|
|
1064
1081
|
inputs: ['collapse', 'mode', 'translucent']
|
|
1065
1082
|
})
|
|
1066
1083
|
], IonFooter);
|
|
@@ -1072,6 +1089,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1072
1089
|
template: '<ng-content></ng-content>',
|
|
1073
1090
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1074
1091
|
inputs: ['collapse', 'mode', 'translucent'],
|
|
1092
|
+
standalone: false
|
|
1075
1093
|
}]
|
|
1076
1094
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1077
1095
|
let IonGrid = class IonGrid {
|
|
@@ -1083,11 +1101,10 @@ let IonGrid = class IonGrid {
|
|
|
1083
1101
|
this.el = r.nativeElement;
|
|
1084
1102
|
}
|
|
1085
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 });
|
|
1086
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone:
|
|
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 });
|
|
1087
1105
|
};
|
|
1088
1106
|
IonGrid = __decorate([
|
|
1089
1107
|
ProxyCmp({
|
|
1090
|
-
defineCustomElementFn: defineCustomElement$u,
|
|
1091
1108
|
inputs: ['fixed']
|
|
1092
1109
|
})
|
|
1093
1110
|
], IonGrid);
|
|
@@ -1099,6 +1116,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1099
1116
|
template: '<ng-content></ng-content>',
|
|
1100
1117
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1101
1118
|
inputs: ['fixed'],
|
|
1119
|
+
standalone: false
|
|
1102
1120
|
}]
|
|
1103
1121
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1104
1122
|
let IonHeader = class IonHeader {
|
|
@@ -1110,11 +1128,10 @@ let IonHeader = class IonHeader {
|
|
|
1110
1128
|
this.el = r.nativeElement;
|
|
1111
1129
|
}
|
|
1112
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 });
|
|
1113
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonHeader, isStandalone:
|
|
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 });
|
|
1114
1132
|
};
|
|
1115
1133
|
IonHeader = __decorate([
|
|
1116
1134
|
ProxyCmp({
|
|
1117
|
-
defineCustomElementFn: defineCustomElement$v,
|
|
1118
1135
|
inputs: ['collapse', 'mode', 'translucent']
|
|
1119
1136
|
})
|
|
1120
1137
|
], IonHeader);
|
|
@@ -1126,6 +1143,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1126
1143
|
template: '<ng-content></ng-content>',
|
|
1127
1144
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1128
1145
|
inputs: ['collapse', 'mode', 'translucent'],
|
|
1146
|
+
standalone: false
|
|
1147
|
+
}]
|
|
1148
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1149
|
+
let IonIcon = class IonIcon {
|
|
1150
|
+
z;
|
|
1151
|
+
el;
|
|
1152
|
+
constructor(c, r, z) {
|
|
1153
|
+
this.z = z;
|
|
1154
|
+
c.detach();
|
|
1155
|
+
this.el = r.nativeElement;
|
|
1156
|
+
}
|
|
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 });
|
|
1159
|
+
};
|
|
1160
|
+
IonIcon = __decorate([
|
|
1161
|
+
ProxyCmp({
|
|
1162
|
+
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src']
|
|
1163
|
+
})
|
|
1164
|
+
], IonIcon);
|
|
1165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonIcon, decorators: [{
|
|
1166
|
+
type: Component,
|
|
1167
|
+
args: [{
|
|
1168
|
+
selector: 'ion-icon',
|
|
1169
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1170
|
+
template: '<ng-content></ng-content>',
|
|
1171
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1172
|
+
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
1173
|
+
standalone: false
|
|
1129
1174
|
}]
|
|
1130
1175
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1131
1176
|
let IonImg = class IonImg {
|
|
@@ -1140,11 +1185,10 @@ let IonImg = class IonImg {
|
|
|
1140
1185
|
this.el = r.nativeElement;
|
|
1141
1186
|
}
|
|
1142
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 });
|
|
1143
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone:
|
|
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 });
|
|
1144
1189
|
};
|
|
1145
1190
|
IonImg = __decorate([
|
|
1146
1191
|
ProxyCmp({
|
|
1147
|
-
defineCustomElementFn: defineCustomElement$w,
|
|
1148
1192
|
inputs: ['alt', 'src']
|
|
1149
1193
|
})
|
|
1150
1194
|
], IonImg);
|
|
@@ -1157,6 +1201,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1157
1201
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1158
1202
|
inputs: ['alt', 'src'],
|
|
1159
1203
|
outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],
|
|
1204
|
+
standalone: false
|
|
1160
1205
|
}]
|
|
1161
1206
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionImgWillLoad: [{
|
|
1162
1207
|
type: Output
|
|
@@ -1175,11 +1220,10 @@ let IonInfiniteScroll = class IonInfiniteScroll {
|
|
|
1175
1220
|
this.el = r.nativeElement;
|
|
1176
1221
|
}
|
|
1177
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 });
|
|
1178
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScroll, isStandalone:
|
|
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 });
|
|
1179
1224
|
};
|
|
1180
1225
|
IonInfiniteScroll = __decorate([
|
|
1181
1226
|
ProxyCmp({
|
|
1182
|
-
defineCustomElementFn: defineCustomElement$x,
|
|
1183
1227
|
inputs: ['disabled', 'position', 'threshold'],
|
|
1184
1228
|
methods: ['complete']
|
|
1185
1229
|
})
|
|
@@ -1193,6 +1237,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1193
1237
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1194
1238
|
inputs: ['disabled', 'position', 'threshold'],
|
|
1195
1239
|
outputs: ['ionInfinite'],
|
|
1240
|
+
standalone: false
|
|
1196
1241
|
}]
|
|
1197
1242
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInfinite: [{
|
|
1198
1243
|
type: Output
|
|
@@ -1206,11 +1251,10 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
|
1206
1251
|
this.el = r.nativeElement;
|
|
1207
1252
|
}
|
|
1208
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 });
|
|
1209
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScrollContent, isStandalone:
|
|
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 });
|
|
1210
1255
|
};
|
|
1211
1256
|
IonInfiniteScrollContent = __decorate([
|
|
1212
1257
|
ProxyCmp({
|
|
1213
|
-
defineCustomElementFn: defineCustomElement$y,
|
|
1214
1258
|
inputs: ['loadingSpinner', 'loadingText']
|
|
1215
1259
|
})
|
|
1216
1260
|
], IonInfiniteScrollContent);
|
|
@@ -1222,76 +1266,161 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1222
1266
|
template: '<ng-content></ng-content>',
|
|
1223
1267
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1224
1268
|
inputs: ['loadingSpinner', 'loadingText'],
|
|
1269
|
+
standalone: false
|
|
1225
1270
|
}]
|
|
1226
1271
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1227
|
-
let
|
|
1272
|
+
let IonInput = class IonInput {
|
|
1228
1273
|
z;
|
|
1229
1274
|
el;
|
|
1275
|
+
ionInput = new EventEmitter();
|
|
1276
|
+
ionChange = new EventEmitter();
|
|
1277
|
+
ionBlur = new EventEmitter();
|
|
1278
|
+
ionFocus = new EventEmitter();
|
|
1230
1279
|
constructor(c, r, z) {
|
|
1231
1280
|
this.z = z;
|
|
1232
1281
|
c.detach();
|
|
1233
1282
|
this.el = r.nativeElement;
|
|
1234
1283
|
}
|
|
1235
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
1236
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type:
|
|
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 });
|
|
1237
1286
|
};
|
|
1238
|
-
|
|
1287
|
+
IonInput = __decorate([
|
|
1239
1288
|
ProxyCmp({
|
|
1240
|
-
|
|
1241
|
-
|
|
1289
|
+
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'],
|
|
1290
|
+
methods: ['setFocus', 'getInputElement']
|
|
1242
1291
|
})
|
|
1243
|
-
],
|
|
1244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
1292
|
+
], IonInput);
|
|
1293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInput, decorators: [{
|
|
1245
1294
|
type: Component,
|
|
1246
1295
|
args: [{
|
|
1247
|
-
selector: 'ion-input
|
|
1296
|
+
selector: 'ion-input',
|
|
1248
1297
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1249
1298
|
template: '<ng-content></ng-content>',
|
|
1250
1299
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1251
|
-
inputs: ['color', '
|
|
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'],
|
|
1301
|
+
outputs: ['ionInput', 'ionChange', 'ionBlur', 'ionFocus'],
|
|
1302
|
+
standalone: false
|
|
1252
1303
|
}]
|
|
1253
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1254
|
-
|
|
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
|
+
}] } });
|
|
1313
|
+
let IonInputOtp = class IonInputOtp {
|
|
1255
1314
|
z;
|
|
1256
1315
|
el;
|
|
1316
|
+
ionInput = new EventEmitter();
|
|
1317
|
+
ionChange = new EventEmitter();
|
|
1318
|
+
ionComplete = new EventEmitter();
|
|
1319
|
+
ionBlur = new EventEmitter();
|
|
1320
|
+
ionFocus = new EventEmitter();
|
|
1257
1321
|
constructor(c, r, z) {
|
|
1258
1322
|
this.z = z;
|
|
1259
1323
|
c.detach();
|
|
1260
1324
|
this.el = r.nativeElement;
|
|
1261
1325
|
}
|
|
1262
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
1263
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type:
|
|
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 });
|
|
1264
1328
|
};
|
|
1265
|
-
|
|
1329
|
+
IonInputOtp = __decorate([
|
|
1266
1330
|
ProxyCmp({
|
|
1267
|
-
|
|
1268
|
-
|
|
1331
|
+
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
|
|
1332
|
+
methods: ['setFocus']
|
|
1269
1333
|
})
|
|
1270
|
-
],
|
|
1271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
1334
|
+
], IonInputOtp);
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputOtp, decorators: [{
|
|
1272
1336
|
type: Component,
|
|
1273
1337
|
args: [{
|
|
1274
|
-
selector: 'ion-
|
|
1338
|
+
selector: 'ion-input-otp',
|
|
1275
1339
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1276
1340
|
template: '<ng-content></ng-content>',
|
|
1277
1341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1278
|
-
inputs: ['
|
|
1342
|
+
inputs: ['autocapitalize', 'color', 'disabled', 'fill', 'inputmode', 'length', 'pattern', 'readonly', 'separators', 'shape', 'size', 'type', 'value'],
|
|
1343
|
+
outputs: ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus'],
|
|
1344
|
+
standalone: false
|
|
1279
1345
|
}]
|
|
1280
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
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
|
+
}] } });
|
|
1357
|
+
let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
1358
|
+
z;
|
|
1359
|
+
el;
|
|
1360
|
+
constructor(c, r, z) {
|
|
1361
|
+
this.z = z;
|
|
1362
|
+
c.detach();
|
|
1363
|
+
this.el = r.nativeElement;
|
|
1364
|
+
}
|
|
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 });
|
|
1367
|
+
};
|
|
1368
|
+
IonInputPasswordToggle = __decorate([
|
|
1369
|
+
ProxyCmp({
|
|
1370
|
+
inputs: ['color', 'hideIcon', 'mode', 'showIcon']
|
|
1371
|
+
})
|
|
1372
|
+
], IonInputPasswordToggle);
|
|
1373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputPasswordToggle, decorators: [{
|
|
1374
|
+
type: Component,
|
|
1375
|
+
args: [{
|
|
1376
|
+
selector: 'ion-input-password-toggle',
|
|
1377
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1378
|
+
template: '<ng-content></ng-content>',
|
|
1379
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1380
|
+
inputs: ['color', 'hideIcon', 'mode', 'showIcon'],
|
|
1381
|
+
standalone: false
|
|
1382
|
+
}]
|
|
1383
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1384
|
+
let IonItem = class IonItem {
|
|
1385
|
+
z;
|
|
1386
|
+
el;
|
|
1387
|
+
constructor(c, r, z) {
|
|
1388
|
+
this.z = z;
|
|
1389
|
+
c.detach();
|
|
1390
|
+
this.el = r.nativeElement;
|
|
1391
|
+
}
|
|
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 });
|
|
1394
|
+
};
|
|
1395
|
+
IonItem = __decorate([
|
|
1396
|
+
ProxyCmp({
|
|
1397
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
1398
|
+
})
|
|
1399
|
+
], IonItem);
|
|
1400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, decorators: [{
|
|
1401
|
+
type: Component,
|
|
1402
|
+
args: [{
|
|
1403
|
+
selector: 'ion-item',
|
|
1404
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1405
|
+
template: '<ng-content></ng-content>',
|
|
1406
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1407
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
1408
|
+
standalone: false
|
|
1409
|
+
}]
|
|
1410
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1411
|
+
let IonItemDivider = class IonItemDivider {
|
|
1412
|
+
z;
|
|
1413
|
+
el;
|
|
1414
|
+
constructor(c, r, z) {
|
|
1415
|
+
this.z = z;
|
|
1416
|
+
c.detach();
|
|
1287
1417
|
this.el = r.nativeElement;
|
|
1288
1418
|
}
|
|
1289
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 });
|
|
1290
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemDivider, isStandalone:
|
|
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 });
|
|
1291
1421
|
};
|
|
1292
1422
|
IonItemDivider = __decorate([
|
|
1293
1423
|
ProxyCmp({
|
|
1294
|
-
defineCustomElementFn: defineCustomElement$B,
|
|
1295
1424
|
inputs: ['color', 'mode', 'sticky']
|
|
1296
1425
|
})
|
|
1297
1426
|
], IonItemDivider);
|
|
@@ -1303,6 +1432,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1303
1432
|
template: '<ng-content></ng-content>',
|
|
1304
1433
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1305
1434
|
inputs: ['color', 'mode', 'sticky'],
|
|
1435
|
+
standalone: false
|
|
1306
1436
|
}]
|
|
1307
1437
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1308
1438
|
let IonItemGroup = class IonItemGroup {
|
|
@@ -1314,12 +1444,10 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1314
1444
|
this.el = r.nativeElement;
|
|
1315
1445
|
}
|
|
1316
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 });
|
|
1317
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemGroup, isStandalone:
|
|
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 });
|
|
1318
1448
|
};
|
|
1319
1449
|
IonItemGroup = __decorate([
|
|
1320
|
-
ProxyCmp({
|
|
1321
|
-
defineCustomElementFn: defineCustomElement$C
|
|
1322
|
-
})
|
|
1450
|
+
ProxyCmp({})
|
|
1323
1451
|
], IonItemGroup);
|
|
1324
1452
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
1325
1453
|
type: Component,
|
|
@@ -1329,6 +1457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1329
1457
|
template: '<ng-content></ng-content>',
|
|
1330
1458
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1331
1459
|
inputs: [],
|
|
1460
|
+
standalone: false
|
|
1332
1461
|
}]
|
|
1333
1462
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1334
1463
|
let IonItemOption = class IonItemOption {
|
|
@@ -1340,11 +1469,10 @@ let IonItemOption = class IonItemOption {
|
|
|
1340
1469
|
this.el = r.nativeElement;
|
|
1341
1470
|
}
|
|
1342
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 });
|
|
1343
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOption, isStandalone:
|
|
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 });
|
|
1344
1473
|
};
|
|
1345
1474
|
IonItemOption = __decorate([
|
|
1346
1475
|
ProxyCmp({
|
|
1347
|
-
defineCustomElementFn: defineCustomElement$D,
|
|
1348
1476
|
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1349
1477
|
})
|
|
1350
1478
|
], IonItemOption);
|
|
@@ -1356,6 +1484,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1356
1484
|
template: '<ng-content></ng-content>',
|
|
1357
1485
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1358
1486
|
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
|
|
1487
|
+
standalone: false
|
|
1359
1488
|
}]
|
|
1360
1489
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1361
1490
|
let IonItemOptions = class IonItemOptions {
|
|
@@ -1368,11 +1497,10 @@ let IonItemOptions = class IonItemOptions {
|
|
|
1368
1497
|
this.el = r.nativeElement;
|
|
1369
1498
|
}
|
|
1370
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 });
|
|
1371
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOptions, isStandalone:
|
|
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 });
|
|
1372
1501
|
};
|
|
1373
1502
|
IonItemOptions = __decorate([
|
|
1374
1503
|
ProxyCmp({
|
|
1375
|
-
defineCustomElementFn: defineCustomElement$E,
|
|
1376
1504
|
inputs: ['side']
|
|
1377
1505
|
})
|
|
1378
1506
|
], IonItemOptions);
|
|
@@ -1385,6 +1513,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1385
1513
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1386
1514
|
inputs: ['side'],
|
|
1387
1515
|
outputs: ['ionSwipe'],
|
|
1516
|
+
standalone: false
|
|
1388
1517
|
}]
|
|
1389
1518
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSwipe: [{
|
|
1390
1519
|
type: Output
|
|
@@ -1399,11 +1528,10 @@ let IonItemSliding = class IonItemSliding {
|
|
|
1399
1528
|
this.el = r.nativeElement;
|
|
1400
1529
|
}
|
|
1401
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 });
|
|
1402
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemSliding, isStandalone:
|
|
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 });
|
|
1403
1532
|
};
|
|
1404
1533
|
IonItemSliding = __decorate([
|
|
1405
1534
|
ProxyCmp({
|
|
1406
|
-
defineCustomElementFn: defineCustomElement$F,
|
|
1407
1535
|
inputs: ['disabled'],
|
|
1408
1536
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1409
1537
|
})
|
|
@@ -1417,6 +1545,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1417
1545
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1418
1546
|
inputs: ['disabled'],
|
|
1419
1547
|
outputs: ['ionDrag'],
|
|
1548
|
+
standalone: false
|
|
1420
1549
|
}]
|
|
1421
1550
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionDrag: [{
|
|
1422
1551
|
type: Output
|
|
@@ -1430,11 +1559,10 @@ let IonLabel = class IonLabel {
|
|
|
1430
1559
|
this.el = r.nativeElement;
|
|
1431
1560
|
}
|
|
1432
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 });
|
|
1433
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLabel, isStandalone:
|
|
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 });
|
|
1434
1563
|
};
|
|
1435
1564
|
IonLabel = __decorate([
|
|
1436
1565
|
ProxyCmp({
|
|
1437
|
-
defineCustomElementFn: defineCustomElement$G,
|
|
1438
1566
|
inputs: ['color', 'mode', 'position']
|
|
1439
1567
|
})
|
|
1440
1568
|
], IonLabel);
|
|
@@ -1446,6 +1574,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1446
1574
|
template: '<ng-content></ng-content>',
|
|
1447
1575
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1448
1576
|
inputs: ['color', 'mode', 'position'],
|
|
1577
|
+
standalone: false
|
|
1449
1578
|
}]
|
|
1450
1579
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1451
1580
|
let IonList = class IonList {
|
|
@@ -1457,11 +1586,10 @@ let IonList = class IonList {
|
|
|
1457
1586
|
this.el = r.nativeElement;
|
|
1458
1587
|
}
|
|
1459
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 });
|
|
1460
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonList, isStandalone:
|
|
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 });
|
|
1461
1590
|
};
|
|
1462
1591
|
IonList = __decorate([
|
|
1463
1592
|
ProxyCmp({
|
|
1464
|
-
defineCustomElementFn: defineCustomElement$H,
|
|
1465
1593
|
inputs: ['inset', 'lines', 'mode'],
|
|
1466
1594
|
methods: ['closeSlidingItems']
|
|
1467
1595
|
})
|
|
@@ -1474,6 +1602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1474
1602
|
template: '<ng-content></ng-content>',
|
|
1475
1603
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1476
1604
|
inputs: ['inset', 'lines', 'mode'],
|
|
1605
|
+
standalone: false
|
|
1477
1606
|
}]
|
|
1478
1607
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1479
1608
|
let IonListHeader = class IonListHeader {
|
|
@@ -1485,11 +1614,10 @@ let IonListHeader = class IonListHeader {
|
|
|
1485
1614
|
this.el = r.nativeElement;
|
|
1486
1615
|
}
|
|
1487
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 });
|
|
1488
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonListHeader, isStandalone:
|
|
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 });
|
|
1489
1618
|
};
|
|
1490
1619
|
IonListHeader = __decorate([
|
|
1491
1620
|
ProxyCmp({
|
|
1492
|
-
defineCustomElementFn: defineCustomElement$I,
|
|
1493
1621
|
inputs: ['color', 'lines', 'mode']
|
|
1494
1622
|
})
|
|
1495
1623
|
], IonListHeader);
|
|
@@ -1501,6 +1629,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1501
1629
|
template: '<ng-content></ng-content>',
|
|
1502
1630
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1503
1631
|
inputs: ['color', 'lines', 'mode'],
|
|
1632
|
+
standalone: false
|
|
1504
1633
|
}]
|
|
1505
1634
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1506
1635
|
let IonLoading = class IonLoading {
|
|
@@ -1520,11 +1649,10 @@ let IonLoading = class IonLoading {
|
|
|
1520
1649
|
this.el = r.nativeElement;
|
|
1521
1650
|
}
|
|
1522
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 });
|
|
1523
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLoading, isStandalone:
|
|
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 });
|
|
1524
1653
|
};
|
|
1525
1654
|
IonLoading = __decorate([
|
|
1526
1655
|
ProxyCmp({
|
|
1527
|
-
defineCustomElementFn: defineCustomElement$J,
|
|
1528
1656
|
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1529
1657
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1530
1658
|
})
|
|
@@ -1538,6 +1666,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1538
1666
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1539
1667
|
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1540
1668
|
outputs: ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
1669
|
+
standalone: false
|
|
1541
1670
|
}]
|
|
1542
1671
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionLoadingDidPresent: [{
|
|
1543
1672
|
type: Output
|
|
@@ -1569,11 +1698,10 @@ let IonMenu = class IonMenu {
|
|
|
1569
1698
|
this.el = r.nativeElement;
|
|
1570
1699
|
}
|
|
1571
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 });
|
|
1572
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenu, isStandalone:
|
|
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 });
|
|
1573
1702
|
};
|
|
1574
1703
|
IonMenu = __decorate([
|
|
1575
1704
|
ProxyCmp({
|
|
1576
|
-
defineCustomElementFn: defineCustomElement$K,
|
|
1577
1705
|
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1578
1706
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1579
1707
|
})
|
|
@@ -1587,6 +1715,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1587
1715
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1588
1716
|
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1589
1717
|
outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],
|
|
1718
|
+
standalone: false
|
|
1590
1719
|
}]
|
|
1591
1720
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionWillOpen: [{
|
|
1592
1721
|
type: Output
|
|
@@ -1606,11 +1735,10 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1606
1735
|
this.el = r.nativeElement;
|
|
1607
1736
|
}
|
|
1608
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 });
|
|
1609
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuButton, isStandalone:
|
|
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 });
|
|
1610
1739
|
};
|
|
1611
1740
|
IonMenuButton = __decorate([
|
|
1612
1741
|
ProxyCmp({
|
|
1613
|
-
defineCustomElementFn: defineCustomElement$L,
|
|
1614
1742
|
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1615
1743
|
})
|
|
1616
1744
|
], IonMenuButton);
|
|
@@ -1622,6 +1750,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1622
1750
|
template: '<ng-content></ng-content>',
|
|
1623
1751
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1624
1752
|
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
|
|
1753
|
+
standalone: false
|
|
1625
1754
|
}]
|
|
1626
1755
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1627
1756
|
let IonMenuToggle = class IonMenuToggle {
|
|
@@ -1633,11 +1762,10 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1633
1762
|
this.el = r.nativeElement;
|
|
1634
1763
|
}
|
|
1635
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 });
|
|
1636
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuToggle, isStandalone:
|
|
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 });
|
|
1637
1766
|
};
|
|
1638
1767
|
IonMenuToggle = __decorate([
|
|
1639
1768
|
ProxyCmp({
|
|
1640
|
-
defineCustomElementFn: defineCustomElement$M,
|
|
1641
1769
|
inputs: ['autoHide', 'menu']
|
|
1642
1770
|
})
|
|
1643
1771
|
], IonMenuToggle);
|
|
@@ -1649,6 +1777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1649
1777
|
template: '<ng-content></ng-content>',
|
|
1650
1778
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1651
1779
|
inputs: ['autoHide', 'menu'],
|
|
1780
|
+
standalone: false
|
|
1652
1781
|
}]
|
|
1653
1782
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1654
1783
|
let IonNavLink = class IonNavLink {
|
|
@@ -1660,11 +1789,10 @@ let IonNavLink = class IonNavLink {
|
|
|
1660
1789
|
this.el = r.nativeElement;
|
|
1661
1790
|
}
|
|
1662
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 });
|
|
1663
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNavLink, isStandalone:
|
|
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 });
|
|
1664
1793
|
};
|
|
1665
1794
|
IonNavLink = __decorate([
|
|
1666
1795
|
ProxyCmp({
|
|
1667
|
-
defineCustomElementFn: defineCustomElement$N,
|
|
1668
1796
|
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1669
1797
|
})
|
|
1670
1798
|
], IonNavLink);
|
|
@@ -1676,6 +1804,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1676
1804
|
template: '<ng-content></ng-content>',
|
|
1677
1805
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1678
1806
|
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
|
|
1807
|
+
standalone: false
|
|
1679
1808
|
}]
|
|
1680
1809
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1681
1810
|
let IonNote = class IonNote {
|
|
@@ -1687,11 +1816,10 @@ let IonNote = class IonNote {
|
|
|
1687
1816
|
this.el = r.nativeElement;
|
|
1688
1817
|
}
|
|
1689
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 });
|
|
1690
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNote, isStandalone:
|
|
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 });
|
|
1691
1820
|
};
|
|
1692
1821
|
IonNote = __decorate([
|
|
1693
1822
|
ProxyCmp({
|
|
1694
|
-
defineCustomElementFn: defineCustomElement$O,
|
|
1695
1823
|
inputs: ['color', 'mode']
|
|
1696
1824
|
})
|
|
1697
1825
|
], IonNote);
|
|
@@ -1703,6 +1831,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1703
1831
|
template: '<ng-content></ng-content>',
|
|
1704
1832
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1705
1833
|
inputs: ['color', 'mode'],
|
|
1834
|
+
standalone: false
|
|
1706
1835
|
}]
|
|
1707
1836
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1708
1837
|
let IonPicker = class IonPicker {
|
|
@@ -1714,11 +1843,10 @@ let IonPicker = class IonPicker {
|
|
|
1714
1843
|
this.el = r.nativeElement;
|
|
1715
1844
|
}
|
|
1716
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 });
|
|
1717
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPicker, isStandalone:
|
|
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 });
|
|
1718
1847
|
};
|
|
1719
1848
|
IonPicker = __decorate([
|
|
1720
1849
|
ProxyCmp({
|
|
1721
|
-
defineCustomElementFn: defineCustomElement$P,
|
|
1722
1850
|
inputs: ['mode']
|
|
1723
1851
|
})
|
|
1724
1852
|
], IonPicker);
|
|
@@ -1730,6 +1858,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1730
1858
|
template: '<ng-content></ng-content>',
|
|
1731
1859
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1732
1860
|
inputs: ['mode'],
|
|
1861
|
+
standalone: false
|
|
1733
1862
|
}]
|
|
1734
1863
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1735
1864
|
let IonPickerColumn = class IonPickerColumn {
|
|
@@ -1742,11 +1871,10 @@ let IonPickerColumn = class IonPickerColumn {
|
|
|
1742
1871
|
this.el = r.nativeElement;
|
|
1743
1872
|
}
|
|
1744
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 });
|
|
1745
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumn, isStandalone:
|
|
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 });
|
|
1746
1875
|
};
|
|
1747
1876
|
IonPickerColumn = __decorate([
|
|
1748
1877
|
ProxyCmp({
|
|
1749
|
-
defineCustomElementFn: defineCustomElement$Q,
|
|
1750
1878
|
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1751
1879
|
methods: ['setFocus']
|
|
1752
1880
|
})
|
|
@@ -1760,6 +1888,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1760
1888
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1761
1889
|
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1762
1890
|
outputs: ['ionChange'],
|
|
1891
|
+
standalone: false
|
|
1763
1892
|
}]
|
|
1764
1893
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
1765
1894
|
type: Output
|
|
@@ -1773,11 +1902,10 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1773
1902
|
this.el = r.nativeElement;
|
|
1774
1903
|
}
|
|
1775
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 });
|
|
1776
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumnOption, isStandalone:
|
|
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 });
|
|
1777
1906
|
};
|
|
1778
1907
|
IonPickerColumnOption = __decorate([
|
|
1779
1908
|
ProxyCmp({
|
|
1780
|
-
defineCustomElementFn: defineCustomElement$R,
|
|
1781
1909
|
inputs: ['color', 'disabled', 'value']
|
|
1782
1910
|
})
|
|
1783
1911
|
], IonPickerColumnOption);
|
|
@@ -1789,6 +1917,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1789
1917
|
template: '<ng-content></ng-content>',
|
|
1790
1918
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1791
1919
|
inputs: ['color', 'disabled', 'value'],
|
|
1920
|
+
standalone: false
|
|
1792
1921
|
}]
|
|
1793
1922
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1794
1923
|
let IonProgressBar = class IonProgressBar {
|
|
@@ -1800,11 +1929,10 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1800
1929
|
this.el = r.nativeElement;
|
|
1801
1930
|
}
|
|
1802
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 });
|
|
1803
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonProgressBar, isStandalone:
|
|
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 });
|
|
1804
1933
|
};
|
|
1805
1934
|
IonProgressBar = __decorate([
|
|
1806
1935
|
ProxyCmp({
|
|
1807
|
-
defineCustomElementFn: defineCustomElement$S,
|
|
1808
1936
|
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1809
1937
|
})
|
|
1810
1938
|
], IonProgressBar);
|
|
@@ -1816,6 +1944,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1816
1944
|
template: '<ng-content></ng-content>',
|
|
1817
1945
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1818
1946
|
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
|
|
1947
|
+
standalone: false
|
|
1819
1948
|
}]
|
|
1820
1949
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1821
1950
|
let IonRadio = class IonRadio {
|
|
@@ -1829,11 +1958,10 @@ let IonRadio = class IonRadio {
|
|
|
1829
1958
|
this.el = r.nativeElement;
|
|
1830
1959
|
}
|
|
1831
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 });
|
|
1832
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone:
|
|
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 });
|
|
1833
1962
|
};
|
|
1834
1963
|
IonRadio = __decorate([
|
|
1835
1964
|
ProxyCmp({
|
|
1836
|
-
defineCustomElementFn: defineCustomElement$T,
|
|
1837
1965
|
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1838
1966
|
})
|
|
1839
1967
|
], IonRadio);
|
|
@@ -1846,12 +1974,90 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1846
1974
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1847
1975
|
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
|
|
1848
1976
|
outputs: ['ionFocus', 'ionBlur'],
|
|
1977
|
+
standalone: false
|
|
1849
1978
|
}]
|
|
1850
1979
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
1851
1980
|
type: Output
|
|
1852
1981
|
}], ionBlur: [{
|
|
1853
1982
|
type: Output
|
|
1854
1983
|
}] } });
|
|
1984
|
+
let IonRadioGroup = class IonRadioGroup {
|
|
1985
|
+
z;
|
|
1986
|
+
el;
|
|
1987
|
+
ionChange = new EventEmitter();
|
|
1988
|
+
constructor(c, r, z) {
|
|
1989
|
+
this.z = z;
|
|
1990
|
+
c.detach();
|
|
1991
|
+
this.el = r.nativeElement;
|
|
1992
|
+
}
|
|
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 });
|
|
1995
|
+
};
|
|
1996
|
+
IonRadioGroup = __decorate([
|
|
1997
|
+
ProxyCmp({
|
|
1998
|
+
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value']
|
|
1999
|
+
})
|
|
2000
|
+
], IonRadioGroup);
|
|
2001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, decorators: [{
|
|
2002
|
+
type: Component,
|
|
2003
|
+
args: [{
|
|
2004
|
+
selector: 'ion-radio-group',
|
|
2005
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2006
|
+
template: '<ng-content></ng-content>',
|
|
2007
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2008
|
+
inputs: ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'],
|
|
2009
|
+
outputs: ['ionChange'],
|
|
2010
|
+
standalone: false
|
|
2011
|
+
}]
|
|
2012
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
2013
|
+
type: Output
|
|
2014
|
+
}] } });
|
|
2015
|
+
let IonRange = class IonRange {
|
|
2016
|
+
z;
|
|
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();
|
|
2024
|
+
constructor(c, r, z) {
|
|
2025
|
+
this.z = z;
|
|
2026
|
+
c.detach();
|
|
2027
|
+
this.el = r.nativeElement;
|
|
2028
|
+
}
|
|
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 });
|
|
2031
|
+
};
|
|
2032
|
+
IonRange = __decorate([
|
|
2033
|
+
ProxyCmp({
|
|
2034
|
+
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'ticks', 'value']
|
|
2035
|
+
})
|
|
2036
|
+
], IonRange);
|
|
2037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, decorators: [{
|
|
2038
|
+
type: Component,
|
|
2039
|
+
args: [{
|
|
2040
|
+
selector: 'ion-range',
|
|
2041
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2042
|
+
template: '<ng-content></ng-content>',
|
|
2043
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2044
|
+
inputs: ['activeBarStart', 'color', 'debounce', 'disabled', 'dualKnobs', 'label', 'labelPlacement', 'max', 'min', 'mode', 'name', 'pin', 'pinFormatter', 'snaps', 'step', 'ticks', 'value'],
|
|
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
|
+
}] } });
|
|
1855
2061
|
let IonRefresher = class IonRefresher {
|
|
1856
2062
|
z;
|
|
1857
2063
|
el;
|
|
@@ -1866,11 +2072,10 @@ let IonRefresher = class IonRefresher {
|
|
|
1866
2072
|
this.el = r.nativeElement;
|
|
1867
2073
|
}
|
|
1868
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 });
|
|
1869
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone:
|
|
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 });
|
|
1870
2076
|
};
|
|
1871
2077
|
IonRefresher = __decorate([
|
|
1872
2078
|
ProxyCmp({
|
|
1873
|
-
defineCustomElementFn: defineCustomElement$U,
|
|
1874
2079
|
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1875
2080
|
methods: ['complete', 'cancel', 'getProgress']
|
|
1876
2081
|
})
|
|
@@ -1884,6 +2089,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1884
2089
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1885
2090
|
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
1886
2091
|
outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],
|
|
2092
|
+
standalone: false
|
|
1887
2093
|
}]
|
|
1888
2094
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionRefresh: [{
|
|
1889
2095
|
type: Output
|
|
@@ -1905,11 +2111,10 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
1905
2111
|
this.el = r.nativeElement;
|
|
1906
2112
|
}
|
|
1907
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 });
|
|
1908
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresherContent, isStandalone:
|
|
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 });
|
|
1909
2115
|
};
|
|
1910
2116
|
IonRefresherContent = __decorate([
|
|
1911
2117
|
ProxyCmp({
|
|
1912
|
-
defineCustomElementFn: defineCustomElement$V,
|
|
1913
2118
|
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
1914
2119
|
})
|
|
1915
2120
|
], IonRefresherContent);
|
|
@@ -1921,6 +2126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1921
2126
|
template: '<ng-content></ng-content>',
|
|
1922
2127
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1923
2128
|
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
|
|
2129
|
+
standalone: false
|
|
1924
2130
|
}]
|
|
1925
2131
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1926
2132
|
let IonReorder = class IonReorder {
|
|
@@ -1932,12 +2138,10 @@ let IonReorder = class IonReorder {
|
|
|
1932
2138
|
this.el = r.nativeElement;
|
|
1933
2139
|
}
|
|
1934
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 });
|
|
1935
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorder, isStandalone:
|
|
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 });
|
|
1936
2142
|
};
|
|
1937
2143
|
IonReorder = __decorate([
|
|
1938
|
-
ProxyCmp({
|
|
1939
|
-
defineCustomElementFn: defineCustomElement$W
|
|
1940
|
-
})
|
|
2144
|
+
ProxyCmp({})
|
|
1941
2145
|
], IonReorder);
|
|
1942
2146
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, decorators: [{
|
|
1943
2147
|
type: Component,
|
|
@@ -1947,6 +2151,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1947
2151
|
template: '<ng-content></ng-content>',
|
|
1948
2152
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1949
2153
|
inputs: [],
|
|
2154
|
+
standalone: false
|
|
1950
2155
|
}]
|
|
1951
2156
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1952
2157
|
let IonReorderGroup = class IonReorderGroup {
|
|
@@ -1962,11 +2167,10 @@ let IonReorderGroup = class IonReorderGroup {
|
|
|
1962
2167
|
this.el = r.nativeElement;
|
|
1963
2168
|
}
|
|
1964
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 });
|
|
1965
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone:
|
|
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 });
|
|
1966
2171
|
};
|
|
1967
2172
|
IonReorderGroup = __decorate([
|
|
1968
2173
|
ProxyCmp({
|
|
1969
|
-
defineCustomElementFn: defineCustomElement$X,
|
|
1970
2174
|
inputs: ['disabled'],
|
|
1971
2175
|
methods: ['complete']
|
|
1972
2176
|
})
|
|
@@ -1980,6 +2184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1980
2184
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1981
2185
|
inputs: ['disabled'],
|
|
1982
2186
|
outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
|
|
2187
|
+
standalone: false
|
|
1983
2188
|
}]
|
|
1984
2189
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionItemReorder: [{
|
|
1985
2190
|
type: Output
|
|
@@ -1999,11 +2204,10 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
1999
2204
|
this.el = r.nativeElement;
|
|
2000
2205
|
}
|
|
2001
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 });
|
|
2002
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRippleEffect, isStandalone:
|
|
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 });
|
|
2003
2208
|
};
|
|
2004
2209
|
IonRippleEffect = __decorate([
|
|
2005
2210
|
ProxyCmp({
|
|
2006
|
-
defineCustomElementFn: defineCustomElement$Y,
|
|
2007
2211
|
inputs: ['type'],
|
|
2008
2212
|
methods: ['addRipple']
|
|
2009
2213
|
})
|
|
@@ -2016,6 +2220,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2016
2220
|
template: '<ng-content></ng-content>',
|
|
2017
2221
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2018
2222
|
inputs: ['type'],
|
|
2223
|
+
standalone: false
|
|
2019
2224
|
}]
|
|
2020
2225
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2021
2226
|
let IonRow = class IonRow {
|
|
@@ -2027,12 +2232,10 @@ let IonRow = class IonRow {
|
|
|
2027
2232
|
this.el = r.nativeElement;
|
|
2028
2233
|
}
|
|
2029
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 });
|
|
2030
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRow, isStandalone:
|
|
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 });
|
|
2031
2236
|
};
|
|
2032
2237
|
IonRow = __decorate([
|
|
2033
|
-
ProxyCmp({
|
|
2034
|
-
defineCustomElementFn: defineCustomElement$Z
|
|
2035
|
-
})
|
|
2238
|
+
ProxyCmp({})
|
|
2036
2239
|
], IonRow);
|
|
2037
2240
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, decorators: [{
|
|
2038
2241
|
type: Component,
|
|
@@ -2042,8 +2245,87 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2042
2245
|
template: '<ng-content></ng-content>',
|
|
2043
2246
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2044
2247
|
inputs: [],
|
|
2248
|
+
standalone: false
|
|
2045
2249
|
}]
|
|
2046
2250
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2251
|
+
let IonSearchbar = class IonSearchbar {
|
|
2252
|
+
z;
|
|
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();
|
|
2260
|
+
constructor(c, r, z) {
|
|
2261
|
+
this.z = z;
|
|
2262
|
+
c.detach();
|
|
2263
|
+
this.el = r.nativeElement;
|
|
2264
|
+
}
|
|
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 });
|
|
2267
|
+
};
|
|
2268
|
+
IonSearchbar = __decorate([
|
|
2269
|
+
ProxyCmp({
|
|
2270
|
+
inputs: ['animated', 'autocapitalize', 'autocomplete', 'autocorrect', 'cancelButtonIcon', 'cancelButtonText', 'clearIcon', 'color', 'debounce', 'disabled', 'enterkeyhint', 'inputmode', 'maxlength', 'minlength', 'mode', 'name', 'placeholder', 'searchIcon', 'showCancelButton', 'showClearButton', 'spellcheck', 'type', 'value'],
|
|
2271
|
+
methods: ['setFocus', 'getInputElement']
|
|
2272
|
+
})
|
|
2273
|
+
], IonSearchbar);
|
|
2274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSearchbar, decorators: [{
|
|
2275
|
+
type: Component,
|
|
2276
|
+
args: [{
|
|
2277
|
+
selector: 'ion-searchbar',
|
|
2278
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2279
|
+
template: '<ng-content></ng-content>',
|
|
2280
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
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'],
|
|
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
|
+
}] } });
|
|
2298
|
+
let IonSegment = class IonSegment {
|
|
2299
|
+
z;
|
|
2300
|
+
el;
|
|
2301
|
+
ionChange = new EventEmitter();
|
|
2302
|
+
constructor(c, r, z) {
|
|
2303
|
+
this.z = z;
|
|
2304
|
+
c.detach();
|
|
2305
|
+
this.el = r.nativeElement;
|
|
2306
|
+
}
|
|
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 });
|
|
2309
|
+
};
|
|
2310
|
+
IonSegment = __decorate([
|
|
2311
|
+
ProxyCmp({
|
|
2312
|
+
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value']
|
|
2313
|
+
})
|
|
2314
|
+
], IonSegment);
|
|
2315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegment, decorators: [{
|
|
2316
|
+
type: Component,
|
|
2317
|
+
args: [{
|
|
2318
|
+
selector: 'ion-segment',
|
|
2319
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2320
|
+
template: '<ng-content></ng-content>',
|
|
2321
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2322
|
+
inputs: ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value'],
|
|
2323
|
+
outputs: ['ionChange'],
|
|
2324
|
+
standalone: false
|
|
2325
|
+
}]
|
|
2326
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
2327
|
+
type: Output
|
|
2328
|
+
}] } });
|
|
2047
2329
|
let IonSegmentButton = class IonSegmentButton {
|
|
2048
2330
|
z;
|
|
2049
2331
|
el;
|
|
@@ -2053,11 +2335,10 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
2053
2335
|
this.el = r.nativeElement;
|
|
2054
2336
|
}
|
|
2055
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 });
|
|
2056
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentButton, isStandalone:
|
|
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 });
|
|
2057
2339
|
};
|
|
2058
2340
|
IonSegmentButton = __decorate([
|
|
2059
2341
|
ProxyCmp({
|
|
2060
|
-
defineCustomElementFn: defineCustomElement$_,
|
|
2061
2342
|
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
2062
2343
|
})
|
|
2063
2344
|
], IonSegmentButton);
|
|
@@ -2069,6 +2350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2069
2350
|
template: '<ng-content></ng-content>',
|
|
2070
2351
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2071
2352
|
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
|
|
2353
|
+
standalone: false
|
|
2072
2354
|
}]
|
|
2073
2355
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2074
2356
|
let IonSegmentContent = class IonSegmentContent {
|
|
@@ -2080,12 +2362,10 @@ let IonSegmentContent = class IonSegmentContent {
|
|
|
2080
2362
|
this.el = r.nativeElement;
|
|
2081
2363
|
}
|
|
2082
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 });
|
|
2083
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentContent, isStandalone:
|
|
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 });
|
|
2084
2366
|
};
|
|
2085
2367
|
IonSegmentContent = __decorate([
|
|
2086
|
-
ProxyCmp({
|
|
2087
|
-
defineCustomElementFn: defineCustomElement$$
|
|
2088
|
-
})
|
|
2368
|
+
ProxyCmp({})
|
|
2089
2369
|
], IonSegmentContent);
|
|
2090
2370
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentContent, decorators: [{
|
|
2091
2371
|
type: Component,
|
|
@@ -2095,6 +2375,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2095
2375
|
template: '<ng-content></ng-content>',
|
|
2096
2376
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2097
2377
|
inputs: [],
|
|
2378
|
+
standalone: false
|
|
2098
2379
|
}]
|
|
2099
2380
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2100
2381
|
let IonSegmentView = class IonSegmentView {
|
|
@@ -2107,11 +2388,10 @@ let IonSegmentView = class IonSegmentView {
|
|
|
2107
2388
|
this.el = r.nativeElement;
|
|
2108
2389
|
}
|
|
2109
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 });
|
|
2110
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentView, isStandalone:
|
|
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 });
|
|
2111
2392
|
};
|
|
2112
2393
|
IonSegmentView = __decorate([
|
|
2113
2394
|
ProxyCmp({
|
|
2114
|
-
defineCustomElementFn: defineCustomElement$10,
|
|
2115
2395
|
inputs: ['disabled', 'swipeGesture']
|
|
2116
2396
|
})
|
|
2117
2397
|
], IonSegmentView);
|
|
@@ -2124,10 +2404,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2124
2404
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2125
2405
|
inputs: ['disabled', 'swipeGesture'],
|
|
2126
2406
|
outputs: ['ionSegmentViewScroll'],
|
|
2407
|
+
standalone: false
|
|
2127
2408
|
}]
|
|
2128
2409
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSegmentViewScroll: [{
|
|
2129
2410
|
type: Output
|
|
2130
2411
|
}] } });
|
|
2412
|
+
let IonSelect = class IonSelect {
|
|
2413
|
+
z;
|
|
2414
|
+
el;
|
|
2415
|
+
ionChange = new EventEmitter();
|
|
2416
|
+
ionCancel = new EventEmitter();
|
|
2417
|
+
ionDismiss = new EventEmitter();
|
|
2418
|
+
ionFocus = new EventEmitter();
|
|
2419
|
+
ionBlur = new EventEmitter();
|
|
2420
|
+
constructor(c, r, z) {
|
|
2421
|
+
this.z = z;
|
|
2422
|
+
c.detach();
|
|
2423
|
+
this.el = r.nativeElement;
|
|
2424
|
+
}
|
|
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 });
|
|
2427
|
+
};
|
|
2428
|
+
IonSelect = __decorate([
|
|
2429
|
+
ProxyCmp({
|
|
2430
|
+
inputs: ['cancelText', 'color', 'compareWith', 'disabled', 'errorText', 'expandedIcon', 'fill', 'helperText', 'interface', 'interfaceOptions', 'justify', 'label', 'labelPlacement', 'mode', 'multiple', 'name', 'okText', 'placeholder', 'required', 'selectedText', 'shape', 'toggleIcon', 'value'],
|
|
2431
|
+
methods: ['open']
|
|
2432
|
+
})
|
|
2433
|
+
], IonSelect);
|
|
2434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelect, decorators: [{
|
|
2435
|
+
type: Component,
|
|
2436
|
+
args: [{
|
|
2437
|
+
selector: 'ion-select',
|
|
2438
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2439
|
+
template: '<ng-content></ng-content>',
|
|
2440
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
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'],
|
|
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
|
+
}] } });
|
|
2131
2456
|
let IonSelectModal = class IonSelectModal {
|
|
2132
2457
|
z;
|
|
2133
2458
|
el;
|
|
@@ -2137,11 +2462,10 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2137
2462
|
this.el = r.nativeElement;
|
|
2138
2463
|
}
|
|
2139
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 });
|
|
2140
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectModal, isStandalone:
|
|
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 });
|
|
2141
2466
|
};
|
|
2142
2467
|
IonSelectModal = __decorate([
|
|
2143
2468
|
ProxyCmp({
|
|
2144
|
-
defineCustomElementFn: defineCustomElement$11,
|
|
2145
2469
|
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2146
2470
|
})
|
|
2147
2471
|
], IonSelectModal);
|
|
@@ -2153,6 +2477,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2153
2477
|
template: '<ng-content></ng-content>',
|
|
2154
2478
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2155
2479
|
inputs: ['cancelText', 'header', 'multiple', 'options'],
|
|
2480
|
+
standalone: false
|
|
2156
2481
|
}]
|
|
2157
2482
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2158
2483
|
let IonSelectOption = class IonSelectOption {
|
|
@@ -2164,11 +2489,10 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2164
2489
|
this.el = r.nativeElement;
|
|
2165
2490
|
}
|
|
2166
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 });
|
|
2167
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectOption, isStandalone:
|
|
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 });
|
|
2168
2493
|
};
|
|
2169
2494
|
IonSelectOption = __decorate([
|
|
2170
2495
|
ProxyCmp({
|
|
2171
|
-
defineCustomElementFn: defineCustomElement$12,
|
|
2172
2496
|
inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value']
|
|
2173
2497
|
})
|
|
2174
2498
|
], IonSelectOption);
|
|
@@ -2180,6 +2504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2180
2504
|
template: '<ng-content></ng-content>',
|
|
2181
2505
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2182
2506
|
inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value'],
|
|
2507
|
+
standalone: false
|
|
2183
2508
|
}]
|
|
2184
2509
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2185
2510
|
let IonSkeletonText = class IonSkeletonText {
|
|
@@ -2191,11 +2516,10 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2191
2516
|
this.el = r.nativeElement;
|
|
2192
2517
|
}
|
|
2193
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 });
|
|
2194
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSkeletonText, isStandalone:
|
|
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 });
|
|
2195
2520
|
};
|
|
2196
2521
|
IonSkeletonText = __decorate([
|
|
2197
2522
|
ProxyCmp({
|
|
2198
|
-
defineCustomElementFn: defineCustomElement$13,
|
|
2199
2523
|
inputs: ['animated']
|
|
2200
2524
|
})
|
|
2201
2525
|
], IonSkeletonText);
|
|
@@ -2207,6 +2531,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2207
2531
|
template: '<ng-content></ng-content>',
|
|
2208
2532
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2209
2533
|
inputs: ['animated'],
|
|
2534
|
+
standalone: false
|
|
2210
2535
|
}]
|
|
2211
2536
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2212
2537
|
let IonSpinner = class IonSpinner {
|
|
@@ -2218,11 +2543,10 @@ let IonSpinner = class IonSpinner {
|
|
|
2218
2543
|
this.el = r.nativeElement;
|
|
2219
2544
|
}
|
|
2220
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 });
|
|
2221
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSpinner, isStandalone:
|
|
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 });
|
|
2222
2547
|
};
|
|
2223
2548
|
IonSpinner = __decorate([
|
|
2224
2549
|
ProxyCmp({
|
|
2225
|
-
defineCustomElementFn: defineCustomElement$14,
|
|
2226
2550
|
inputs: ['color', 'duration', 'name', 'paused']
|
|
2227
2551
|
})
|
|
2228
2552
|
], IonSpinner);
|
|
@@ -2234,6 +2558,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2234
2558
|
template: '<ng-content></ng-content>',
|
|
2235
2559
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2236
2560
|
inputs: ['color', 'duration', 'name', 'paused'],
|
|
2561
|
+
standalone: false
|
|
2237
2562
|
}]
|
|
2238
2563
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2239
2564
|
let IonSplitPane = class IonSplitPane {
|
|
@@ -2246,11 +2571,10 @@ let IonSplitPane = class IonSplitPane {
|
|
|
2246
2571
|
this.el = r.nativeElement;
|
|
2247
2572
|
}
|
|
2248
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 });
|
|
2249
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSplitPane, isStandalone:
|
|
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 });
|
|
2250
2575
|
};
|
|
2251
2576
|
IonSplitPane = __decorate([
|
|
2252
2577
|
ProxyCmp({
|
|
2253
|
-
defineCustomElementFn: defineCustomElement$15,
|
|
2254
2578
|
inputs: ['contentId', 'disabled', 'when']
|
|
2255
2579
|
})
|
|
2256
2580
|
], IonSplitPane);
|
|
@@ -2263,6 +2587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2263
2587
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2264
2588
|
inputs: ['contentId', 'disabled', 'when'],
|
|
2265
2589
|
outputs: ['ionSplitPaneVisible'],
|
|
2590
|
+
standalone: false
|
|
2266
2591
|
}]
|
|
2267
2592
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSplitPaneVisible: [{
|
|
2268
2593
|
type: Output
|
|
@@ -2276,11 +2601,10 @@ let IonTab = class IonTab {
|
|
|
2276
2601
|
this.el = r.nativeElement;
|
|
2277
2602
|
}
|
|
2278
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 });
|
|
2279
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTab, isStandalone:
|
|
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 });
|
|
2280
2605
|
};
|
|
2281
2606
|
IonTab = __decorate([
|
|
2282
2607
|
ProxyCmp({
|
|
2283
|
-
defineCustomElementFn: defineCustomElement$16,
|
|
2284
2608
|
inputs: ['component', 'tab'],
|
|
2285
2609
|
methods: ['setActive']
|
|
2286
2610
|
})
|
|
@@ -2293,6 +2617,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2293
2617
|
template: '<ng-content></ng-content>',
|
|
2294
2618
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2295
2619
|
inputs: ['component', { name: 'tab', required: true }],
|
|
2620
|
+
standalone: false
|
|
2296
2621
|
}]
|
|
2297
2622
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2298
2623
|
let IonTabBar = class IonTabBar {
|
|
@@ -2304,11 +2629,10 @@ let IonTabBar = class IonTabBar {
|
|
|
2304
2629
|
this.el = r.nativeElement;
|
|
2305
2630
|
}
|
|
2306
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 });
|
|
2307
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabBar, isStandalone:
|
|
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 });
|
|
2308
2633
|
};
|
|
2309
2634
|
IonTabBar = __decorate([
|
|
2310
2635
|
ProxyCmp({
|
|
2311
|
-
defineCustomElementFn: defineCustomElement$17,
|
|
2312
2636
|
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2313
2637
|
})
|
|
2314
2638
|
], IonTabBar);
|
|
@@ -2320,6 +2644,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2320
2644
|
template: '<ng-content></ng-content>',
|
|
2321
2645
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2322
2646
|
inputs: ['color', 'mode', 'selectedTab', 'translucent'],
|
|
2647
|
+
standalone: false
|
|
2323
2648
|
}]
|
|
2324
2649
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2325
2650
|
let IonTabButton = class IonTabButton {
|
|
@@ -2331,11 +2656,10 @@ let IonTabButton = class IonTabButton {
|
|
|
2331
2656
|
this.el = r.nativeElement;
|
|
2332
2657
|
}
|
|
2333
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 });
|
|
2334
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabButton, isStandalone:
|
|
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 });
|
|
2335
2660
|
};
|
|
2336
2661
|
IonTabButton = __decorate([
|
|
2337
2662
|
ProxyCmp({
|
|
2338
|
-
defineCustomElementFn: defineCustomElement$18,
|
|
2339
2663
|
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2340
2664
|
})
|
|
2341
2665
|
], IonTabButton);
|
|
@@ -2347,6 +2671,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2347
2671
|
template: '<ng-content></ng-content>',
|
|
2348
2672
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2349
2673
|
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
|
|
2674
|
+
standalone: false
|
|
2350
2675
|
}]
|
|
2351
2676
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2352
2677
|
let IonText = class IonText {
|
|
@@ -2358,11 +2683,10 @@ let IonText = class IonText {
|
|
|
2358
2683
|
this.el = r.nativeElement;
|
|
2359
2684
|
}
|
|
2360
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 });
|
|
2361
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonText, isStandalone:
|
|
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 });
|
|
2362
2687
|
};
|
|
2363
2688
|
IonText = __decorate([
|
|
2364
2689
|
ProxyCmp({
|
|
2365
|
-
defineCustomElementFn: defineCustomElement$19,
|
|
2366
2690
|
inputs: ['color', 'mode']
|
|
2367
2691
|
})
|
|
2368
2692
|
], IonText);
|
|
@@ -2374,8 +2698,50 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2374
2698
|
template: '<ng-content></ng-content>',
|
|
2375
2699
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2376
2700
|
inputs: ['color', 'mode'],
|
|
2701
|
+
standalone: false
|
|
2377
2702
|
}]
|
|
2378
2703
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2704
|
+
let IonTextarea = class IonTextarea {
|
|
2705
|
+
z;
|
|
2706
|
+
el;
|
|
2707
|
+
ionChange = new EventEmitter();
|
|
2708
|
+
ionInput = new EventEmitter();
|
|
2709
|
+
ionBlur = new EventEmitter();
|
|
2710
|
+
ionFocus = new EventEmitter();
|
|
2711
|
+
constructor(c, r, z) {
|
|
2712
|
+
this.z = z;
|
|
2713
|
+
c.detach();
|
|
2714
|
+
this.el = r.nativeElement;
|
|
2715
|
+
}
|
|
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 });
|
|
2718
|
+
};
|
|
2719
|
+
IonTextarea = __decorate([
|
|
2720
|
+
ProxyCmp({
|
|
2721
|
+
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'],
|
|
2722
|
+
methods: ['setFocus', 'getInputElement']
|
|
2723
|
+
})
|
|
2724
|
+
], IonTextarea);
|
|
2725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTextarea, decorators: [{
|
|
2726
|
+
type: Component,
|
|
2727
|
+
args: [{
|
|
2728
|
+
selector: 'ion-textarea',
|
|
2729
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2730
|
+
template: '<ng-content></ng-content>',
|
|
2731
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
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'],
|
|
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
|
+
}] } });
|
|
2379
2745
|
let IonThumbnail = class IonThumbnail {
|
|
2380
2746
|
z;
|
|
2381
2747
|
el;
|
|
@@ -2385,12 +2751,10 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2385
2751
|
this.el = r.nativeElement;
|
|
2386
2752
|
}
|
|
2387
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 });
|
|
2388
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonThumbnail, isStandalone:
|
|
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 });
|
|
2389
2755
|
};
|
|
2390
2756
|
IonThumbnail = __decorate([
|
|
2391
|
-
ProxyCmp({
|
|
2392
|
-
defineCustomElementFn: defineCustomElement$1a
|
|
2393
|
-
})
|
|
2757
|
+
ProxyCmp({})
|
|
2394
2758
|
], IonThumbnail);
|
|
2395
2759
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
2396
2760
|
type: Component,
|
|
@@ -2400,6 +2764,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2400
2764
|
template: '<ng-content></ng-content>',
|
|
2401
2765
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2402
2766
|
inputs: [],
|
|
2767
|
+
standalone: false
|
|
2403
2768
|
}]
|
|
2404
2769
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2405
2770
|
let IonTitle = class IonTitle {
|
|
@@ -2411,11 +2776,10 @@ let IonTitle = class IonTitle {
|
|
|
2411
2776
|
this.el = r.nativeElement;
|
|
2412
2777
|
}
|
|
2413
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 });
|
|
2414
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTitle, isStandalone:
|
|
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 });
|
|
2415
2780
|
};
|
|
2416
2781
|
IonTitle = __decorate([
|
|
2417
2782
|
ProxyCmp({
|
|
2418
|
-
defineCustomElementFn: defineCustomElement$1b,
|
|
2419
2783
|
inputs: ['color', 'size']
|
|
2420
2784
|
})
|
|
2421
2785
|
], IonTitle);
|
|
@@ -2427,6 +2791,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2427
2791
|
template: '<ng-content></ng-content>',
|
|
2428
2792
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2429
2793
|
inputs: ['color', 'size'],
|
|
2794
|
+
standalone: false
|
|
2430
2795
|
}]
|
|
2431
2796
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2432
2797
|
let IonToast = class IonToast {
|
|
@@ -2446,11 +2811,10 @@ let IonToast = class IonToast {
|
|
|
2446
2811
|
this.el = r.nativeElement;
|
|
2447
2812
|
}
|
|
2448
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 });
|
|
2449
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToast, isStandalone:
|
|
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 });
|
|
2450
2815
|
};
|
|
2451
2816
|
IonToast = __decorate([
|
|
2452
2817
|
ProxyCmp({
|
|
2453
|
-
defineCustomElementFn: defineCustomElement$1c,
|
|
2454
2818
|
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2455
2819
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2456
2820
|
})
|
|
@@ -2464,6 +2828,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2464
2828
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2465
2829
|
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2466
2830
|
outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
2831
|
+
standalone: false
|
|
2467
2832
|
}]
|
|
2468
2833
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionToastDidPresent: [{
|
|
2469
2834
|
type: Output
|
|
@@ -2482,23 +2847,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2482
2847
|
}], didDismiss: [{
|
|
2483
2848
|
type: Output
|
|
2484
2849
|
}] } });
|
|
2485
|
-
let
|
|
2850
|
+
let IonToggle = class IonToggle {
|
|
2486
2851
|
z;
|
|
2487
2852
|
el;
|
|
2853
|
+
ionChange = new EventEmitter();
|
|
2854
|
+
ionFocus = new EventEmitter();
|
|
2855
|
+
ionBlur = new EventEmitter();
|
|
2488
2856
|
constructor(c, r, z) {
|
|
2489
2857
|
this.z = z;
|
|
2490
2858
|
c.detach();
|
|
2491
2859
|
this.el = r.nativeElement;
|
|
2492
2860
|
}
|
|
2493
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
2494
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type:
|
|
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 });
|
|
2495
2863
|
};
|
|
2496
|
-
|
|
2864
|
+
IonToggle = __decorate([
|
|
2497
2865
|
ProxyCmp({
|
|
2498
|
-
|
|
2499
|
-
inputs: ['color', 'mode']
|
|
2866
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value']
|
|
2500
2867
|
})
|
|
2501
|
-
],
|
|
2868
|
+
], IonToggle);
|
|
2869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToggle, decorators: [{
|
|
2870
|
+
type: Component,
|
|
2871
|
+
args: [{
|
|
2872
|
+
selector: 'ion-toggle',
|
|
2873
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2874
|
+
template: '<ng-content></ng-content>',
|
|
2875
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2876
|
+
inputs: ['alignment', 'checked', 'color', 'disabled', 'enableOnOffLabels', 'errorText', 'helperText', 'justify', 'labelPlacement', 'mode', 'name', 'required', 'value'],
|
|
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
|
+
}] } });
|
|
2887
|
+
let IonToolbar = class IonToolbar {
|
|
2888
|
+
z;
|
|
2889
|
+
el;
|
|
2890
|
+
constructor(c, r, z) {
|
|
2891
|
+
this.z = z;
|
|
2892
|
+
c.detach();
|
|
2893
|
+
this.el = r.nativeElement;
|
|
2894
|
+
}
|
|
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 });
|
|
2897
|
+
};
|
|
2898
|
+
IonToolbar = __decorate([
|
|
2899
|
+
ProxyCmp({
|
|
2900
|
+
inputs: ['color', 'mode']
|
|
2901
|
+
})
|
|
2902
|
+
], IonToolbar);
|
|
2502
2903
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, decorators: [{
|
|
2503
2904
|
type: Component,
|
|
2504
2905
|
args: [{
|
|
@@ -2507,16 +2908,64 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2507
2908
|
template: '<ng-content></ng-content>',
|
|
2508
2909
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2509
2910
|
inputs: ['color', 'mode'],
|
|
2911
|
+
standalone: false
|
|
2510
2912
|
}]
|
|
2511
2913
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2512
2914
|
|
|
2915
|
+
class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
2916
|
+
parentOutlet;
|
|
2917
|
+
/**
|
|
2918
|
+
* `static: true` must be set so the query results are resolved
|
|
2919
|
+
* before change detection runs. Otherwise, the view container
|
|
2920
|
+
* ref will be ion-router-outlet instead of ng-container, and
|
|
2921
|
+
* the first view will be added as a sibling of ion-router-outlet
|
|
2922
|
+
* instead of a child.
|
|
2923
|
+
*/
|
|
2924
|
+
outletContent;
|
|
2925
|
+
/**
|
|
2926
|
+
* We need to pass in the correct instance of IonRouterOutlet
|
|
2927
|
+
* otherwise parentOutlet will be null in a nested outlet context.
|
|
2928
|
+
* This results in APIs such as NavController.pop not working
|
|
2929
|
+
* in nested outlets because the parent outlet cannot be found.
|
|
2930
|
+
*/
|
|
2931
|
+
constructor(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet) {
|
|
2932
|
+
super(name, tabs, commonLocation, elementRef, router, zone, activatedRoute, parentOutlet);
|
|
2933
|
+
this.parentOutlet = parentOutlet;
|
|
2934
|
+
}
|
|
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 });
|
|
2937
|
+
}
|
|
2938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, decorators: [{
|
|
2939
|
+
type: Component,
|
|
2940
|
+
args: [{
|
|
2941
|
+
standalone: false,
|
|
2942
|
+
selector: 'ion-router-outlet',
|
|
2943
|
+
template: '<ng-container #outletContent><ng-content></ng-content></ng-container>',
|
|
2944
|
+
}]
|
|
2945
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2946
|
+
type: Attribute,
|
|
2947
|
+
args: ['name']
|
|
2948
|
+
}] }, { type: undefined, decorators: [{
|
|
2949
|
+
type: Optional
|
|
2950
|
+
}, {
|
|
2951
|
+
type: Attribute,
|
|
2952
|
+
args: ['tabs']
|
|
2953
|
+
}] }, { type: i1.Location }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.NgZone }, { type: i2.ActivatedRoute }, { type: IonRouterOutlet, decorators: [{
|
|
2954
|
+
type: SkipSelf
|
|
2955
|
+
}, {
|
|
2956
|
+
type: Optional
|
|
2957
|
+
}] }], propDecorators: { outletContent: [{
|
|
2958
|
+
type: ViewChild,
|
|
2959
|
+
args: ['outletContent', { read: ViewContainerRef, static: true }]
|
|
2960
|
+
}] } });
|
|
2961
|
+
|
|
2513
2962
|
class IonTabs extends IonTabs$1 {
|
|
2514
2963
|
outlet;
|
|
2515
2964
|
tabBar;
|
|
2516
2965
|
tabBars;
|
|
2517
2966
|
tabs;
|
|
2518
2967
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2519
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabs, isStandalone:
|
|
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: `
|
|
2520
2969
|
<ng-content select="[slot=top]"></ng-content>
|
|
2521
2970
|
<div class="tabs-inner" #tabsInner>
|
|
2522
2971
|
<ion-router-outlet
|
|
@@ -2529,11 +2978,11 @@ class IonTabs extends IonTabs$1 {
|
|
|
2529
2978
|
<ng-content *ngIf="tabs.length > 0" select="ion-tab"></ng-content>
|
|
2530
2979
|
</div>
|
|
2531
2980
|
<ng-content></ng-content>
|
|
2532
|
-
`, 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: "
|
|
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" }] });
|
|
2533
2982
|
}
|
|
2534
2983
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, decorators: [{
|
|
2535
2984
|
type: Component,
|
|
2536
|
-
args: [{ selector: 'ion-tabs', template: `
|
|
2985
|
+
args: [{ standalone: false, selector: 'ion-tabs', template: `
|
|
2537
2986
|
<ng-content select="[slot=top]"></ng-content>
|
|
2538
2987
|
<div class="tabs-inner" #tabsInner>
|
|
2539
2988
|
<ion-router-outlet
|
|
@@ -2546,7 +2995,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2546
2995
|
<ng-content *ngIf="tabs.length > 0" select="ion-tab"></ng-content>
|
|
2547
2996
|
</div>
|
|
2548
2997
|
<ng-content></ng-content>
|
|
2549
|
-
`,
|
|
2998
|
+
`, 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"] }]
|
|
2550
2999
|
}], propDecorators: { outlet: [{
|
|
2551
3000
|
type: ViewChild,
|
|
2552
3001
|
args: ['outlet', { read: IonRouterOutlet, static: false }]
|
|
@@ -2561,96 +3010,152 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2561
3010
|
args: [IonTab]
|
|
2562
3011
|
}] } });
|
|
2563
3012
|
|
|
2564
|
-
class
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
environmentInjector = inject(EnvironmentInjector);
|
|
2568
|
-
constructor() {
|
|
2569
|
-
super(modalController);
|
|
2570
|
-
defineCustomElement$3();
|
|
2571
|
-
}
|
|
2572
|
-
create(opts) {
|
|
2573
|
-
const { injector: customInjector, ...restOpts } = opts;
|
|
2574
|
-
return super.create({
|
|
2575
|
-
...restOpts,
|
|
2576
|
-
delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'modal', customInjector),
|
|
2577
|
-
});
|
|
3013
|
+
class IonBackButton extends IonBackButton$1 {
|
|
3014
|
+
constructor(routerOutlet, navCtrl, config, r, z, c) {
|
|
3015
|
+
super(routerOutlet, navCtrl, config, r, z, c);
|
|
2578
3016
|
}
|
|
2579
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
2580
|
-
/** @nocollapse */ static
|
|
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 });
|
|
2581
3019
|
}
|
|
2582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
2583
|
-
type:
|
|
2584
|
-
|
|
3020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, decorators: [{
|
|
3021
|
+
type: Component,
|
|
3022
|
+
args: [{
|
|
3023
|
+
standalone: false,
|
|
3024
|
+
selector: 'ion-back-button',
|
|
3025
|
+
template: '<ng-content></ng-content>',
|
|
3026
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3027
|
+
}]
|
|
3028
|
+
}], ctorParameters: () => [{ type: IonRouterOutlet, decorators: [{
|
|
3029
|
+
type: Optional
|
|
3030
|
+
}] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
2585
3031
|
|
|
2586
|
-
class
|
|
2587
|
-
angularDelegate
|
|
2588
|
-
|
|
2589
|
-
environmentInjector = inject(EnvironmentInjector);
|
|
2590
|
-
constructor() {
|
|
2591
|
-
super(popoverController);
|
|
2592
|
-
defineCustomElement$4();
|
|
2593
|
-
}
|
|
2594
|
-
create(opts) {
|
|
2595
|
-
const { injector: customInjector, ...restOpts } = opts;
|
|
2596
|
-
return super.create({
|
|
2597
|
-
...restOpts,
|
|
2598
|
-
delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'popover', customInjector),
|
|
2599
|
-
});
|
|
3032
|
+
class IonNav extends IonNav$1 {
|
|
3033
|
+
constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
|
|
3034
|
+
super(ref, environmentInjector, injector, angularDelegate, z, c);
|
|
2600
3035
|
}
|
|
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 });
|
|
3038
|
+
}
|
|
3039
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, decorators: [{
|
|
3040
|
+
type: Component,
|
|
3041
|
+
args: [{
|
|
3042
|
+
standalone: false,
|
|
3043
|
+
selector: 'ion-nav',
|
|
3044
|
+
template: '<ng-content></ng-content>',
|
|
3045
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3046
|
+
}]
|
|
3047
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: i2$1.AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
3048
|
+
|
|
3049
|
+
/**
|
|
3050
|
+
* Adds support for Ionic routing directions and animations to the base Angular router link directive.
|
|
3051
|
+
*
|
|
3052
|
+
* When the router link is clicked, the directive will assign the direction and
|
|
3053
|
+
* animation so that the routing integration will transition correctly.
|
|
3054
|
+
*/
|
|
3055
|
+
class RouterLinkDelegateDirective extends RouterLinkDelegateDirective$1 {
|
|
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 });
|
|
3058
|
+
}
|
|
3059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: RouterLinkDelegateDirective, decorators: [{
|
|
3060
|
+
type: Directive,
|
|
3061
|
+
args: [{
|
|
3062
|
+
standalone: false,
|
|
3063
|
+
selector: ':not(a):not(area)[routerLink]',
|
|
3064
|
+
}]
|
|
3065
|
+
}] });
|
|
3066
|
+
class RouterLinkWithHrefDelegateDirective extends RouterLinkWithHrefDelegateDirective$1 {
|
|
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 });
|
|
3069
|
+
}
|
|
3070
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: RouterLinkWithHrefDelegateDirective, decorators: [{
|
|
3071
|
+
type: Directive,
|
|
3072
|
+
args: [{
|
|
3073
|
+
standalone: false,
|
|
3074
|
+
selector: 'a[routerLink],area[routerLink]',
|
|
3075
|
+
}]
|
|
3076
|
+
}] });
|
|
3077
|
+
|
|
3078
|
+
class IonModal extends IonModal$1 {
|
|
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">
|
|
3081
|
+
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
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 });
|
|
2601
3083
|
}
|
|
3084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonModal, decorators: [{
|
|
3085
|
+
type: Component,
|
|
3086
|
+
args: [{
|
|
3087
|
+
standalone: false,
|
|
3088
|
+
selector: 'ion-modal',
|
|
3089
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3090
|
+
template: `<div class="ion-delegate-host ion-page" *ngIf="isCmpOpen || keepContentsMounted">
|
|
3091
|
+
<ng-container [ngTemplateOutlet]="template"></ng-container>
|
|
3092
|
+
</div>`,
|
|
3093
|
+
}]
|
|
3094
|
+
}] });
|
|
2602
3095
|
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
const
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
* are not hydrated, but in the CE build there is no
|
|
2626
|
-
* hydration.
|
|
2627
|
-
* TODO FW-2797: Remove when all integrations have been
|
|
2628
|
-
* migrated to CE build.
|
|
2629
|
-
*/
|
|
2630
|
-
doc.documentElement.classList.add('ion-ce');
|
|
2631
|
-
initialize(config);
|
|
2632
|
-
};
|
|
3096
|
+
class IonPopover extends IonPopover$1 {
|
|
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 });
|
|
3099
|
+
}
|
|
3100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPopover, decorators: [{
|
|
3101
|
+
type: Component,
|
|
3102
|
+
args: [{
|
|
3103
|
+
standalone: false,
|
|
3104
|
+
selector: 'ion-popover',
|
|
3105
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3106
|
+
template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`,
|
|
3107
|
+
}]
|
|
3108
|
+
}] });
|
|
3109
|
+
|
|
3110
|
+
/**
|
|
3111
|
+
* @description
|
|
3112
|
+
* Provider which adds `MaxValidator` to the `NG_VALIDATORS` multi-provider list.
|
|
3113
|
+
*/
|
|
3114
|
+
const ION_MAX_VALIDATOR = {
|
|
3115
|
+
provide: NG_VALIDATORS,
|
|
3116
|
+
useExisting: forwardRef(() => IonMaxValidator),
|
|
3117
|
+
multi: true,
|
|
2633
3118
|
};
|
|
3119
|
+
class IonMaxValidator extends MaxValidator {
|
|
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 });
|
|
3122
|
+
}
|
|
3123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMaxValidator, decorators: [{
|
|
3124
|
+
type: Directive,
|
|
3125
|
+
args: [{
|
|
3126
|
+
standalone: false,
|
|
3127
|
+
selector: 'ion-input[type=number][max][formControlName],ion-input[type=number][max][formControl],ion-input[type=number][max][ngModel]',
|
|
3128
|
+
providers: [ION_MAX_VALIDATOR],
|
|
3129
|
+
host: { '[attr.max]': 'enabled(max) ? max : null' },
|
|
3130
|
+
}]
|
|
3131
|
+
}] });
|
|
2634
3132
|
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
3133
|
+
/**
|
|
3134
|
+
* @description
|
|
3135
|
+
* Provider which adds `MinValidator` to the `NG_VALIDATORS` multi-provider list.
|
|
3136
|
+
*/
|
|
3137
|
+
const ION_MIN_VALIDATOR = {
|
|
3138
|
+
provide: NG_VALIDATORS,
|
|
3139
|
+
useExisting: forwardRef(() => IonMinValidator),
|
|
3140
|
+
multi: true,
|
|
3141
|
+
};
|
|
3142
|
+
class IonMinValidator extends MinValidator {
|
|
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 });
|
|
2642
3145
|
}
|
|
2643
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
2644
|
-
type:
|
|
3146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMinValidator, decorators: [{
|
|
3147
|
+
type: Directive,
|
|
2645
3148
|
args: [{
|
|
2646
|
-
|
|
3149
|
+
standalone: false,
|
|
3150
|
+
selector: 'ion-input[type=number][min][formControlName],ion-input[type=number][min][formControl],ion-input[type=number][min][ngModel]',
|
|
3151
|
+
providers: [ION_MIN_VALIDATOR],
|
|
3152
|
+
host: { '[attr.min]': 'enabled(min) ? min : null' },
|
|
2647
3153
|
}]
|
|
2648
|
-
}]
|
|
3154
|
+
}] });
|
|
2649
3155
|
|
|
2650
3156
|
class AlertController extends OverlayBaseController {
|
|
2651
3157
|
constructor() {
|
|
2652
3158
|
super(alertController);
|
|
2653
|
-
defineCustomElement$8();
|
|
2654
3159
|
}
|
|
2655
3160
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2656
3161
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, providedIn: 'root' });
|
|
@@ -2696,6 +3201,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2696
3201
|
}]
|
|
2697
3202
|
}] });
|
|
2698
3203
|
|
|
3204
|
+
class ActionSheetController extends OverlayBaseController {
|
|
3205
|
+
constructor() {
|
|
3206
|
+
super(actionSheetController);
|
|
3207
|
+
}
|
|
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' });
|
|
3210
|
+
}
|
|
3211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, decorators: [{
|
|
3212
|
+
type: Injectable,
|
|
3213
|
+
args: [{
|
|
3214
|
+
providedIn: 'root',
|
|
3215
|
+
}]
|
|
3216
|
+
}], ctorParameters: () => [] });
|
|
3217
|
+
|
|
2699
3218
|
class GestureController {
|
|
2700
3219
|
zone;
|
|
2701
3220
|
constructor(zone) {
|
|
@@ -2728,7 +3247,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2728
3247
|
class LoadingController extends OverlayBaseController {
|
|
2729
3248
|
constructor() {
|
|
2730
3249
|
super(loadingController);
|
|
2731
|
-
defineCustomElement$J();
|
|
2732
3250
|
}
|
|
2733
3251
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2734
3252
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, providedIn: 'root' });
|
|
@@ -2754,10 +3272,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2754
3272
|
}]
|
|
2755
3273
|
}], ctorParameters: () => [] });
|
|
2756
3274
|
|
|
3275
|
+
class ModalController extends OverlayBaseController {
|
|
3276
|
+
angularDelegate = inject(AngularDelegate);
|
|
3277
|
+
injector = inject(Injector);
|
|
3278
|
+
environmentInjector = inject(EnvironmentInjector);
|
|
3279
|
+
constructor() {
|
|
3280
|
+
super(modalController);
|
|
3281
|
+
}
|
|
3282
|
+
create(opts) {
|
|
3283
|
+
const { injector: customInjector, ...restOpts } = opts;
|
|
3284
|
+
return super.create({
|
|
3285
|
+
...restOpts,
|
|
3286
|
+
delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'modal', customInjector),
|
|
3287
|
+
});
|
|
3288
|
+
}
|
|
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 });
|
|
3291
|
+
}
|
|
3292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController, decorators: [{
|
|
3293
|
+
type: Injectable
|
|
3294
|
+
}], ctorParameters: () => [] });
|
|
3295
|
+
|
|
3296
|
+
class PopoverController extends OverlayBaseController {
|
|
3297
|
+
angularDelegate = inject(AngularDelegate);
|
|
3298
|
+
injector = inject(Injector);
|
|
3299
|
+
environmentInjector = inject(EnvironmentInjector);
|
|
3300
|
+
constructor() {
|
|
3301
|
+
super(popoverController);
|
|
3302
|
+
}
|
|
3303
|
+
create(opts) {
|
|
3304
|
+
const { injector: customInjector, ...restOpts } = opts;
|
|
3305
|
+
return super.create({
|
|
3306
|
+
...restOpts,
|
|
3307
|
+
delegate: this.angularDelegate.create(this.environmentInjector, this.injector, 'popover', customInjector),
|
|
3308
|
+
});
|
|
3309
|
+
}
|
|
3310
|
+
}
|
|
3311
|
+
|
|
2757
3312
|
class ToastController extends OverlayBaseController {
|
|
2758
3313
|
constructor() {
|
|
2759
3314
|
super(toastController);
|
|
2760
|
-
defineCustomElement$1c();
|
|
2761
3315
|
}
|
|
2762
3316
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2763
3317
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, providedIn: 'root' });
|
|
@@ -2769,876 +3323,217 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2769
3323
|
}]
|
|
2770
3324
|
}], ctorParameters: () => [] });
|
|
2771
3325
|
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
3326
|
+
// TODO(FW-2827): types
|
|
3327
|
+
const appInitialize = (config, doc, zone) => {
|
|
3328
|
+
return () => {
|
|
3329
|
+
const win = doc.defaultView;
|
|
3330
|
+
if (win && typeof window !== 'undefined') {
|
|
3331
|
+
setupConfig({
|
|
3332
|
+
...config,
|
|
3333
|
+
_zoneGate: (h) => zone.run(h),
|
|
3334
|
+
});
|
|
3335
|
+
const aelFn = '__zone_symbol__addEventListener' in doc.body ? '__zone_symbol__addEventListener' : 'addEventListener';
|
|
3336
|
+
return defineCustomElements(win, {
|
|
3337
|
+
exclude: ['ion-tabs'],
|
|
3338
|
+
syncQueue: true,
|
|
3339
|
+
raf,
|
|
3340
|
+
jmp: (h) => zone.runOutsideAngular(h),
|
|
3341
|
+
ael(elm, eventName, cb, opts) {
|
|
3342
|
+
elm[aelFn](eventName, cb, opts);
|
|
3343
|
+
},
|
|
3344
|
+
rel(elm, eventName, cb, opts) {
|
|
3345
|
+
elm.removeEventListener(eventName, cb, opts);
|
|
3346
|
+
},
|
|
3347
|
+
});
|
|
3348
|
+
}
|
|
3349
|
+
};
|
|
2778
3350
|
};
|
|
2779
|
-
IonNav = __decorate([
|
|
2780
|
-
ProxyCmp$1({
|
|
2781
|
-
defineCustomElementFn: defineCustomElement$1e,
|
|
2782
|
-
})
|
|
2783
|
-
], IonNav);
|
|
2784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNav, decorators: [{
|
|
2785
|
-
type: Component,
|
|
2786
|
-
args: [{
|
|
2787
|
-
selector: 'ion-nav',
|
|
2788
|
-
template: '<ng-content></ng-content>',
|
|
2789
|
-
standalone: true,
|
|
2790
|
-
}]
|
|
2791
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.EnvironmentInjector }, { type: i0.Injector }, { type: i2$1.AngularDelegate }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
2792
|
-
|
|
2793
|
-
const CHECKBOX_INPUTS = [
|
|
2794
|
-
'checked',
|
|
2795
|
-
'color',
|
|
2796
|
-
'disabled',
|
|
2797
|
-
'errorText',
|
|
2798
|
-
'helperText',
|
|
2799
|
-
'indeterminate',
|
|
2800
|
-
'justify',
|
|
2801
|
-
'labelPlacement',
|
|
2802
|
-
'mode',
|
|
2803
|
-
'name',
|
|
2804
|
-
'value',
|
|
2805
|
-
];
|
|
2806
|
-
/**
|
|
2807
|
-
* Pulling the provider into an object and using PURE works
|
|
2808
|
-
* around an ng-packagr issue that causes
|
|
2809
|
-
* components with multiple decorators and
|
|
2810
|
-
* a provider to be re-assigned. This re-assignment
|
|
2811
|
-
* is not supported by Webpack and causes treeshaking
|
|
2812
|
-
* to not work on these kinds of components.
|
|
2813
|
-
*/
|
|
2814
|
-
const accessorProvider$a = {
|
|
2815
|
-
provide: NG_VALUE_ACCESSOR,
|
|
2816
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonCheckbox),
|
|
2817
|
-
multi: true,
|
|
2818
|
-
};
|
|
2819
|
-
let IonCheckbox = class IonCheckbox extends ValueAccessor {
|
|
2820
|
-
z;
|
|
2821
|
-
el;
|
|
2822
|
-
constructor(c, r, z, injector) {
|
|
2823
|
-
super(injector, r);
|
|
2824
|
-
this.z = z;
|
|
2825
|
-
c.detach();
|
|
2826
|
-
this.el = r.nativeElement;
|
|
2827
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionFocus', 'ionBlur']);
|
|
2828
|
-
}
|
|
2829
|
-
writeValue(value) {
|
|
2830
|
-
this.elementRef.nativeElement.checked = this.lastValue = value;
|
|
2831
|
-
setIonicClasses(this.elementRef);
|
|
2832
|
-
}
|
|
2833
|
-
handleIonChange(el) {
|
|
2834
|
-
this.handleValueChange(el, el.checked);
|
|
2835
|
-
}
|
|
2836
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2837
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCheckbox, isStandalone: true, selector: "ion-checkbox", inputs: { checked: "checked", color: "color", disabled: "disabled", errorText: "errorText", helperText: "helperText", indeterminate: "indeterminate", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$a], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2838
|
-
};
|
|
2839
|
-
IonCheckbox = __decorate([
|
|
2840
|
-
ProxyCmp({
|
|
2841
|
-
defineCustomElementFn: defineCustomElement$1f,
|
|
2842
|
-
inputs: CHECKBOX_INPUTS,
|
|
2843
|
-
})
|
|
2844
|
-
], IonCheckbox);
|
|
2845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCheckbox, decorators: [{
|
|
2846
|
-
type: Component,
|
|
2847
|
-
args: [{
|
|
2848
|
-
selector: 'ion-checkbox',
|
|
2849
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2850
|
-
template: '<ng-content></ng-content>',
|
|
2851
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2852
|
-
inputs: CHECKBOX_INPUTS,
|
|
2853
|
-
providers: [accessorProvider$a],
|
|
2854
|
-
standalone: true,
|
|
2855
|
-
}]
|
|
2856
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
2857
|
-
type: HostListener,
|
|
2858
|
-
args: ['ionChange', ['$event.target']]
|
|
2859
|
-
}] } });
|
|
2860
|
-
|
|
2861
|
-
const DATETIME_INPUTS = [
|
|
2862
|
-
'cancelText',
|
|
2863
|
-
'clearText',
|
|
2864
|
-
'color',
|
|
2865
|
-
'dayValues',
|
|
2866
|
-
'disabled',
|
|
2867
|
-
'doneText',
|
|
2868
|
-
'firstDayOfWeek',
|
|
2869
|
-
'formatOptions',
|
|
2870
|
-
'highlightedDates',
|
|
2871
|
-
'hourCycle',
|
|
2872
|
-
'hourValues',
|
|
2873
|
-
'isDateEnabled',
|
|
2874
|
-
'locale',
|
|
2875
|
-
'max',
|
|
2876
|
-
'min',
|
|
2877
|
-
'minuteValues',
|
|
2878
|
-
'mode',
|
|
2879
|
-
'monthValues',
|
|
2880
|
-
'multiple',
|
|
2881
|
-
'name',
|
|
2882
|
-
'preferWheel',
|
|
2883
|
-
'presentation',
|
|
2884
|
-
'readonly',
|
|
2885
|
-
'showAdjacentDays',
|
|
2886
|
-
'showClearButton',
|
|
2887
|
-
'showDefaultButtons',
|
|
2888
|
-
'showDefaultTimeLabel',
|
|
2889
|
-
'showDefaultTitle',
|
|
2890
|
-
'size',
|
|
2891
|
-
'titleSelectedDatesFormatter',
|
|
2892
|
-
'value',
|
|
2893
|
-
'yearValues',
|
|
2894
|
-
];
|
|
2895
|
-
/**
|
|
2896
|
-
* Pulling the provider into an object and using PURE works
|
|
2897
|
-
* around an ng-packagr issue that causes
|
|
2898
|
-
* components with multiple decorators and
|
|
2899
|
-
* a provider to be re-assigned. This re-assignment
|
|
2900
|
-
* is not supported by Webpack and causes treeshaking
|
|
2901
|
-
* to not work on these kinds of components.
|
|
2902
|
-
|
|
2903
|
-
*/
|
|
2904
|
-
const accessorProvider$9 = {
|
|
2905
|
-
provide: NG_VALUE_ACCESSOR,
|
|
2906
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonDatetime),
|
|
2907
|
-
multi: true,
|
|
2908
|
-
};
|
|
2909
|
-
let IonDatetime = class IonDatetime extends ValueAccessor {
|
|
2910
|
-
z;
|
|
2911
|
-
el;
|
|
2912
|
-
constructor(c, r, z, injector) {
|
|
2913
|
-
super(injector, r);
|
|
2914
|
-
this.z = z;
|
|
2915
|
-
c.detach();
|
|
2916
|
-
this.el = r.nativeElement;
|
|
2917
|
-
proxyOutputs(this, this.el, ['ionCancel', 'ionChange', 'ionFocus', 'ionBlur']);
|
|
2918
|
-
}
|
|
2919
|
-
handleIonChange(el) {
|
|
2920
|
-
this.handleValueChange(el, el.value);
|
|
2921
|
-
}
|
|
2922
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
2923
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetime, isStandalone: true, selector: "ion-datetime", inputs: { cancelText: "cancelText", clearText: "clearText", color: "color", dayValues: "dayValues", disabled: "disabled", doneText: "doneText", firstDayOfWeek: "firstDayOfWeek", formatOptions: "formatOptions", highlightedDates: "highlightedDates", hourCycle: "hourCycle", hourValues: "hourValues", isDateEnabled: "isDateEnabled", locale: "locale", max: "max", min: "min", minuteValues: "minuteValues", mode: "mode", monthValues: "monthValues", multiple: "multiple", name: "name", preferWheel: "preferWheel", presentation: "presentation", readonly: "readonly", showAdjacentDays: "showAdjacentDays", showClearButton: "showClearButton", showDefaultButtons: "showDefaultButtons", showDefaultTimeLabel: "showDefaultTimeLabel", showDefaultTitle: "showDefaultTitle", size: "size", titleSelectedDatesFormatter: "titleSelectedDatesFormatter", value: "value", yearValues: "yearValues" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$9], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2924
|
-
};
|
|
2925
|
-
IonDatetime = __decorate([
|
|
2926
|
-
ProxyCmp({
|
|
2927
|
-
defineCustomElementFn: defineCustomElement$1g,
|
|
2928
|
-
inputs: DATETIME_INPUTS,
|
|
2929
|
-
methods: ['confirm', 'reset', 'cancel'],
|
|
2930
|
-
})
|
|
2931
|
-
], IonDatetime);
|
|
2932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetime, decorators: [{
|
|
2933
|
-
type: Component,
|
|
2934
|
-
args: [{
|
|
2935
|
-
selector: 'ion-datetime',
|
|
2936
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2937
|
-
template: '<ng-content></ng-content>',
|
|
2938
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2939
|
-
inputs: DATETIME_INPUTS,
|
|
2940
|
-
providers: [accessorProvider$9],
|
|
2941
|
-
standalone: true,
|
|
2942
|
-
}]
|
|
2943
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
2944
|
-
type: HostListener,
|
|
2945
|
-
args: ['ionChange', ['$event.target']]
|
|
2946
|
-
}] } });
|
|
2947
|
-
|
|
2948
|
-
let IonIcon = class IonIcon {
|
|
2949
|
-
z;
|
|
2950
|
-
el;
|
|
2951
|
-
constructor(c, r, z) {
|
|
2952
|
-
this.z = z;
|
|
2953
|
-
c.detach();
|
|
2954
|
-
this.el = r.nativeElement;
|
|
2955
|
-
}
|
|
2956
|
-
/** @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 });
|
|
2957
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonIcon, isStandalone: true, selector: "ion-icon", inputs: { color: "color", flipRtl: "flipRtl", icon: "icon", ios: "ios", lazy: "lazy", md: "md", mode: "mode", name: "name", sanitize: "sanitize", size: "size", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2958
|
-
};
|
|
2959
|
-
IonIcon = __decorate([
|
|
2960
|
-
ProxyCmp({
|
|
2961
|
-
defineCustomElementFn: defineCustomElement$1h,
|
|
2962
|
-
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
2963
|
-
})
|
|
2964
|
-
], IonIcon);
|
|
2965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonIcon, decorators: [{
|
|
2966
|
-
type: Component,
|
|
2967
|
-
args: [{
|
|
2968
|
-
selector: 'ion-icon',
|
|
2969
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2970
|
-
template: '<ng-content></ng-content>',
|
|
2971
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2972
|
-
inputs: ['color', 'flipRtl', 'icon', 'ios', 'lazy', 'md', 'mode', 'name', 'sanitize', 'size', 'src'],
|
|
2973
|
-
standalone: true,
|
|
2974
|
-
}]
|
|
2975
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2976
|
-
|
|
2977
|
-
const INPUT_INPUTS = [
|
|
2978
|
-
'accept',
|
|
2979
|
-
'autocapitalize',
|
|
2980
|
-
'autocomplete',
|
|
2981
|
-
'autocorrect',
|
|
2982
|
-
'autofocus',
|
|
2983
|
-
'clearInput',
|
|
2984
|
-
'clearOnEdit',
|
|
2985
|
-
'color',
|
|
2986
|
-
'counter',
|
|
2987
|
-
'counterFormatter',
|
|
2988
|
-
'debounce',
|
|
2989
|
-
'disabled',
|
|
2990
|
-
'enterkeyhint',
|
|
2991
|
-
'errorText',
|
|
2992
|
-
'fill',
|
|
2993
|
-
'helperText',
|
|
2994
|
-
'inputmode',
|
|
2995
|
-
'label',
|
|
2996
|
-
'labelPlacement',
|
|
2997
|
-
'max',
|
|
2998
|
-
'maxlength',
|
|
2999
|
-
'min',
|
|
3000
|
-
'minlength',
|
|
3001
|
-
'mode',
|
|
3002
|
-
'multiple',
|
|
3003
|
-
'name',
|
|
3004
|
-
'pattern',
|
|
3005
|
-
'placeholder',
|
|
3006
|
-
'readonly',
|
|
3007
|
-
'required',
|
|
3008
|
-
'shape',
|
|
3009
|
-
'size',
|
|
3010
|
-
'spellcheck',
|
|
3011
|
-
'step',
|
|
3012
|
-
'type',
|
|
3013
|
-
'value',
|
|
3014
|
-
];
|
|
3015
|
-
/**
|
|
3016
|
-
* Pulling the provider into an object and using PURE works
|
|
3017
|
-
* around an ng-packagr issue that causes
|
|
3018
|
-
* components with multiple decorators and
|
|
3019
|
-
* a provider to be re-assigned. This re-assignment
|
|
3020
|
-
* is not supported by Webpack and causes treeshaking
|
|
3021
|
-
* to not work on these kinds of components.
|
|
3022
|
-
*/
|
|
3023
|
-
const accessorProvider$8 = {
|
|
3024
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3025
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonInput),
|
|
3026
|
-
multi: true,
|
|
3027
|
-
};
|
|
3028
|
-
let IonInput = class IonInput extends ValueAccessor {
|
|
3029
|
-
z;
|
|
3030
|
-
el;
|
|
3031
|
-
constructor(c, r, z, injector) {
|
|
3032
|
-
super(injector, r);
|
|
3033
|
-
this.z = z;
|
|
3034
|
-
c.detach();
|
|
3035
|
-
this.el = r.nativeElement;
|
|
3036
|
-
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionBlur', 'ionFocus']);
|
|
3037
|
-
}
|
|
3038
|
-
handleIonInput(el) {
|
|
3039
|
-
this.handleValueChange(el, el.value);
|
|
3040
|
-
}
|
|
3041
|
-
registerOnChange(fn) {
|
|
3042
|
-
super.registerOnChange((value) => {
|
|
3043
|
-
if (this.type === 'number') {
|
|
3044
|
-
/**
|
|
3045
|
-
* If the input type is `number`, we need to convert the value to a number
|
|
3046
|
-
* when the value is not empty. If the value is empty, we want to treat
|
|
3047
|
-
* the value as null.
|
|
3048
|
-
*/
|
|
3049
|
-
fn(value === '' ? null : parseFloat(value));
|
|
3050
|
-
}
|
|
3051
|
-
else {
|
|
3052
|
-
fn(value);
|
|
3053
|
-
}
|
|
3054
|
-
});
|
|
3055
|
-
}
|
|
3056
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3057
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInput, isStandalone: true, selector: "ion-input", inputs: { accept: "accept", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearInput: "clearInput", clearOnEdit: "clearOnEdit", color: "color", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", mode: "mode", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", shape: "shape", size: "size", spellcheck: "spellcheck", step: "step", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$8], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3058
|
-
};
|
|
3059
|
-
IonInput = __decorate([
|
|
3060
|
-
ProxyCmp({
|
|
3061
|
-
defineCustomElementFn: defineCustomElement$1i,
|
|
3062
|
-
inputs: INPUT_INPUTS,
|
|
3063
|
-
methods: ['setFocus', 'getInputElement'],
|
|
3064
|
-
})
|
|
3065
|
-
], IonInput);
|
|
3066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInput, decorators: [{
|
|
3067
|
-
type: Component,
|
|
3068
|
-
args: [{
|
|
3069
|
-
selector: 'ion-input',
|
|
3070
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3071
|
-
template: '<ng-content></ng-content>',
|
|
3072
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3073
|
-
inputs: INPUT_INPUTS,
|
|
3074
|
-
providers: [accessorProvider$8],
|
|
3075
|
-
standalone: true,
|
|
3076
|
-
}]
|
|
3077
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
3078
|
-
type: HostListener,
|
|
3079
|
-
args: ['ionInput', ['$event.target']]
|
|
3080
|
-
}] } });
|
|
3081
|
-
|
|
3082
|
-
const INPUT_OTP_INPUTS = [
|
|
3083
|
-
'autocapitalize',
|
|
3084
|
-
'color',
|
|
3085
|
-
'disabled',
|
|
3086
|
-
'fill',
|
|
3087
|
-
'inputmode',
|
|
3088
|
-
'length',
|
|
3089
|
-
'pattern',
|
|
3090
|
-
'readonly',
|
|
3091
|
-
'separators',
|
|
3092
|
-
'shape',
|
|
3093
|
-
'size',
|
|
3094
|
-
'type',
|
|
3095
|
-
'value',
|
|
3096
|
-
];
|
|
3097
|
-
/**
|
|
3098
|
-
* Pulling the provider into an object and using PURE works
|
|
3099
|
-
* around an ng-packagr issue that causes
|
|
3100
|
-
* components with multiple decorators and
|
|
3101
|
-
* a provider to be re-assigned. This re-assignment
|
|
3102
|
-
* is not supported by Webpack and causes treeshaking
|
|
3103
|
-
* to not work on these kinds of components.
|
|
3104
|
-
*/
|
|
3105
|
-
const accessorProvider$7 = {
|
|
3106
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3107
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonInputOtp),
|
|
3108
|
-
multi: true,
|
|
3109
|
-
};
|
|
3110
|
-
let IonInputOtp = class IonInputOtp extends ValueAccessor {
|
|
3111
|
-
z;
|
|
3112
|
-
el;
|
|
3113
|
-
constructor(c, r, z, injector) {
|
|
3114
|
-
super(injector, r);
|
|
3115
|
-
this.z = z;
|
|
3116
|
-
c.detach();
|
|
3117
|
-
this.el = r.nativeElement;
|
|
3118
|
-
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus']);
|
|
3119
|
-
}
|
|
3120
|
-
handleIonInput(el) {
|
|
3121
|
-
this.handleValueChange(el, el.value);
|
|
3122
|
-
}
|
|
3123
|
-
registerOnChange(fn) {
|
|
3124
|
-
super.registerOnChange((value) => {
|
|
3125
|
-
if (this.type === 'number') {
|
|
3126
|
-
/**
|
|
3127
|
-
* If the input type is `number`, we need to convert the value to a number
|
|
3128
|
-
* when the value is not empty. If the value is empty, we want to treat
|
|
3129
|
-
* the value as null.
|
|
3130
|
-
*/
|
|
3131
|
-
fn(value === '' ? null : parseFloat(value));
|
|
3132
|
-
}
|
|
3133
|
-
else {
|
|
3134
|
-
fn(value);
|
|
3135
|
-
}
|
|
3136
|
-
});
|
|
3137
|
-
}
|
|
3138
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3139
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputOtp, isStandalone: true, selector: "ion-input-otp", inputs: { autocapitalize: "autocapitalize", color: "color", disabled: "disabled", fill: "fill", inputmode: "inputmode", length: "length", pattern: "pattern", readonly: "readonly", separators: "separators", shape: "shape", size: "size", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$7], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3140
|
-
};
|
|
3141
|
-
IonInputOtp = __decorate([
|
|
3142
|
-
ProxyCmp({
|
|
3143
|
-
defineCustomElementFn: defineCustomElement$1j,
|
|
3144
|
-
inputs: INPUT_OTP_INPUTS,
|
|
3145
|
-
methods: ['setFocus'],
|
|
3146
|
-
})
|
|
3147
|
-
], IonInputOtp);
|
|
3148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputOtp, decorators: [{
|
|
3149
|
-
type: Component,
|
|
3150
|
-
args: [{
|
|
3151
|
-
selector: 'ion-input-otp',
|
|
3152
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3153
|
-
template: '<ng-content></ng-content>',
|
|
3154
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3155
|
-
inputs: INPUT_OTP_INPUTS,
|
|
3156
|
-
providers: [accessorProvider$7],
|
|
3157
|
-
standalone: true,
|
|
3158
|
-
}]
|
|
3159
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
3160
|
-
type: HostListener,
|
|
3161
|
-
args: ['ionInput', ['$event.target']]
|
|
3162
|
-
}] } });
|
|
3163
|
-
|
|
3164
|
-
const RADIO_GROUP_INPUTS = ['allowEmptySelection', 'compareWith', 'errorText', 'helperText', 'name', 'value'];
|
|
3165
|
-
/**
|
|
3166
|
-
* Pulling the provider into an object and using PURE works
|
|
3167
|
-
* around an ng-packagr issue that causes
|
|
3168
|
-
* components with multiple decorators and
|
|
3169
|
-
* a provider to be re-assigned. This re-assignment
|
|
3170
|
-
* is not supported by Webpack and causes treeshaking
|
|
3171
|
-
* to not work on these kinds of components.
|
|
3172
|
-
*/
|
|
3173
|
-
const accessorProvider$6 = {
|
|
3174
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3175
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonRadioGroup),
|
|
3176
|
-
multi: true,
|
|
3177
|
-
};
|
|
3178
|
-
let IonRadioGroup = class IonRadioGroup extends ValueAccessor {
|
|
3179
|
-
z;
|
|
3180
|
-
el;
|
|
3181
|
-
constructor(c, r, z, injector) {
|
|
3182
|
-
super(injector, r);
|
|
3183
|
-
this.z = z;
|
|
3184
|
-
c.detach();
|
|
3185
|
-
this.el = r.nativeElement;
|
|
3186
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
3187
|
-
}
|
|
3188
|
-
handleIonChange(el) {
|
|
3189
|
-
this.handleValueChange(el, el.value);
|
|
3190
|
-
}
|
|
3191
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3192
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadioGroup, isStandalone: true, selector: "ion-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", compareWith: "compareWith", errorText: "errorText", helperText: "helperText", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$6], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3193
|
-
};
|
|
3194
|
-
IonRadioGroup = __decorate([
|
|
3195
|
-
ProxyCmp({
|
|
3196
|
-
defineCustomElementFn: defineCustomElement$1k,
|
|
3197
|
-
inputs: RADIO_GROUP_INPUTS,
|
|
3198
|
-
})
|
|
3199
|
-
], IonRadioGroup);
|
|
3200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadioGroup, decorators: [{
|
|
3201
|
-
type: Component,
|
|
3202
|
-
args: [{
|
|
3203
|
-
selector: 'ion-radio-group',
|
|
3204
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3205
|
-
template: '<ng-content></ng-content>',
|
|
3206
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3207
|
-
inputs: RADIO_GROUP_INPUTS,
|
|
3208
|
-
providers: [accessorProvider$6],
|
|
3209
|
-
standalone: true,
|
|
3210
|
-
}]
|
|
3211
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
3212
|
-
type: HostListener,
|
|
3213
|
-
args: ['ionChange', ['$event.target']]
|
|
3214
|
-
}] } });
|
|
3215
3351
|
|
|
3216
|
-
const
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3352
|
+
const DIRECTIVES = [
|
|
3353
|
+
IonAccordion,
|
|
3354
|
+
IonAccordionGroup,
|
|
3355
|
+
IonActionSheet,
|
|
3356
|
+
IonAlert,
|
|
3357
|
+
IonApp,
|
|
3358
|
+
IonAvatar,
|
|
3359
|
+
IonBackdrop,
|
|
3360
|
+
IonBadge,
|
|
3361
|
+
IonBreadcrumb,
|
|
3362
|
+
IonBreadcrumbs,
|
|
3363
|
+
IonButton,
|
|
3364
|
+
IonButtons,
|
|
3365
|
+
IonCard,
|
|
3366
|
+
IonCardContent,
|
|
3367
|
+
IonCardHeader,
|
|
3368
|
+
IonCardSubtitle,
|
|
3369
|
+
IonCardTitle,
|
|
3370
|
+
IonCheckbox,
|
|
3371
|
+
IonChip,
|
|
3372
|
+
IonCol,
|
|
3373
|
+
IonContent,
|
|
3374
|
+
IonDatetime,
|
|
3375
|
+
IonDatetimeButton,
|
|
3376
|
+
IonFab,
|
|
3377
|
+
IonFabButton,
|
|
3378
|
+
IonFabList,
|
|
3379
|
+
IonFooter,
|
|
3380
|
+
IonGrid,
|
|
3381
|
+
IonHeader,
|
|
3382
|
+
IonIcon,
|
|
3383
|
+
IonImg,
|
|
3384
|
+
IonInfiniteScroll,
|
|
3385
|
+
IonInfiniteScrollContent,
|
|
3386
|
+
IonInput,
|
|
3387
|
+
IonInputOtp,
|
|
3388
|
+
IonInputPasswordToggle,
|
|
3389
|
+
IonItem,
|
|
3390
|
+
IonItemDivider,
|
|
3391
|
+
IonItemGroup,
|
|
3392
|
+
IonItemOption,
|
|
3393
|
+
IonItemOptions,
|
|
3394
|
+
IonItemSliding,
|
|
3395
|
+
IonLabel,
|
|
3396
|
+
IonList,
|
|
3397
|
+
IonListHeader,
|
|
3398
|
+
IonLoading,
|
|
3399
|
+
IonMenu,
|
|
3400
|
+
IonMenuButton,
|
|
3401
|
+
IonMenuToggle,
|
|
3402
|
+
IonNavLink,
|
|
3403
|
+
IonNote,
|
|
3404
|
+
IonPicker,
|
|
3405
|
+
IonPickerColumn,
|
|
3406
|
+
IonPickerColumnOption,
|
|
3407
|
+
IonProgressBar,
|
|
3408
|
+
IonRadio,
|
|
3409
|
+
IonRadioGroup,
|
|
3410
|
+
IonRange,
|
|
3411
|
+
IonRefresher,
|
|
3412
|
+
IonRefresherContent,
|
|
3413
|
+
IonReorder,
|
|
3414
|
+
IonReorderGroup,
|
|
3415
|
+
IonRippleEffect,
|
|
3416
|
+
IonRow,
|
|
3417
|
+
IonSearchbar,
|
|
3418
|
+
IonSegment,
|
|
3419
|
+
IonSegmentButton,
|
|
3420
|
+
IonSegmentContent,
|
|
3421
|
+
IonSegmentView,
|
|
3422
|
+
IonSelect,
|
|
3423
|
+
IonSelectModal,
|
|
3424
|
+
IonSelectOption,
|
|
3425
|
+
IonSkeletonText,
|
|
3426
|
+
IonSpinner,
|
|
3427
|
+
IonSplitPane,
|
|
3428
|
+
IonTab,
|
|
3429
|
+
IonTabBar,
|
|
3430
|
+
IonTabButton,
|
|
3431
|
+
IonText,
|
|
3432
|
+
IonTextarea,
|
|
3433
|
+
IonThumbnail,
|
|
3434
|
+
IonTitle,
|
|
3435
|
+
IonToast,
|
|
3436
|
+
IonToggle,
|
|
3437
|
+
IonToolbar
|
|
3234
3438
|
];
|
|
3235
|
-
/**
|
|
3236
|
-
* Pulling the provider into an object and using PURE works
|
|
3237
|
-
* around an ng-packagr issue that causes
|
|
3238
|
-
* components with multiple decorators and
|
|
3239
|
-
* a provider to be re-assigned. This re-assignment
|
|
3240
|
-
* is not supported by Webpack and causes treeshaking
|
|
3241
|
-
* to not work on these kinds of components.
|
|
3242
|
-
*/
|
|
3243
|
-
const accessorProvider$5 = {
|
|
3244
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3245
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonRange),
|
|
3246
|
-
multi: true,
|
|
3247
|
-
};
|
|
3248
|
-
let IonRange = class IonRange extends ValueAccessor {
|
|
3249
|
-
z;
|
|
3250
|
-
el;
|
|
3251
|
-
constructor(c, r, z, injector) {
|
|
3252
|
-
super(injector, r);
|
|
3253
|
-
this.z = z;
|
|
3254
|
-
c.detach();
|
|
3255
|
-
this.el = r.nativeElement;
|
|
3256
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionFocus', 'ionBlur', 'ionKnobMoveStart', 'ionKnobMoveEnd']);
|
|
3257
|
-
}
|
|
3258
|
-
handleIonInput(el) {
|
|
3259
|
-
this.handleValueChange(el, el.value);
|
|
3260
|
-
}
|
|
3261
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3262
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRange, isStandalone: true, selector: "ion-range", inputs: { activeBarStart: "activeBarStart", color: "color", debounce: "debounce", disabled: "disabled", dualKnobs: "dualKnobs", label: "label", labelPlacement: "labelPlacement", max: "max", min: "min", mode: "mode", name: "name", pin: "pin", pinFormatter: "pinFormatter", snaps: "snaps", step: "step", ticks: "ticks", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$5], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3263
|
-
};
|
|
3264
|
-
IonRange = __decorate([
|
|
3265
|
-
ProxyCmp({
|
|
3266
|
-
defineCustomElementFn: defineCustomElement$1l,
|
|
3267
|
-
inputs: RANGE_INPUTS,
|
|
3268
|
-
})
|
|
3269
|
-
], IonRange);
|
|
3270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRange, decorators: [{
|
|
3271
|
-
type: Component,
|
|
3272
|
-
args: [{
|
|
3273
|
-
selector: 'ion-range',
|
|
3274
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3275
|
-
template: '<ng-content></ng-content>',
|
|
3276
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3277
|
-
inputs: RANGE_INPUTS,
|
|
3278
|
-
providers: [accessorProvider$5],
|
|
3279
|
-
standalone: true,
|
|
3280
|
-
}]
|
|
3281
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
3282
|
-
type: HostListener,
|
|
3283
|
-
args: ['ionInput', ['$event.target']]
|
|
3284
|
-
}] } });
|
|
3285
3439
|
|
|
3286
|
-
const
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3440
|
+
const DECLARATIONS = [
|
|
3441
|
+
// generated proxies
|
|
3442
|
+
...DIRECTIVES,
|
|
3443
|
+
// manual proxies
|
|
3444
|
+
IonModal,
|
|
3445
|
+
IonPopover,
|
|
3446
|
+
// ngModel accessors
|
|
3447
|
+
BooleanValueAccessorDirective,
|
|
3448
|
+
NumericValueAccessorDirective,
|
|
3449
|
+
SelectValueAccessorDirective,
|
|
3450
|
+
TextValueAccessorDirective,
|
|
3451
|
+
// navigation
|
|
3452
|
+
IonTabs,
|
|
3453
|
+
IonRouterOutlet,
|
|
3454
|
+
IonBackButton,
|
|
3455
|
+
IonNav,
|
|
3456
|
+
RouterLinkDelegateDirective,
|
|
3457
|
+
RouterLinkWithHrefDelegateDirective,
|
|
3458
|
+
// validators
|
|
3459
|
+
IonMinValidator,
|
|
3460
|
+
IonMaxValidator,
|
|
3307
3461
|
];
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
c.detach();
|
|
3328
|
-
this.el = r.nativeElement;
|
|
3329
|
-
proxyOutputs(this, this.el, ['ionInput', 'ionChange', 'ionCancel', 'ionClear', 'ionBlur', 'ionFocus']);
|
|
3330
|
-
}
|
|
3331
|
-
handleIonInput(el) {
|
|
3332
|
-
this.handleValueChange(el, el.value);
|
|
3333
|
-
}
|
|
3334
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3335
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSearchbar, isStandalone: true, selector: "ion-searchbar", inputs: { animated: "animated", autocomplete: "autocomplete", autocorrect: "autocorrect", cancelButtonIcon: "cancelButtonIcon", cancelButtonText: "cancelButtonText", clearIcon: "clearIcon", color: "color", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", inputmode: "inputmode", mode: "mode", name: "name", placeholder: "placeholder", searchIcon: "searchIcon", showCancelButton: "showCancelButton", showClearButton: "showClearButton", spellcheck: "spellcheck", type: "type", value: "value" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$4], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3336
|
-
};
|
|
3337
|
-
IonSearchbar = __decorate([
|
|
3338
|
-
ProxyCmp({
|
|
3339
|
-
defineCustomElementFn: defineCustomElement$1m,
|
|
3340
|
-
inputs: SEARCHBAR_INPUTS,
|
|
3341
|
-
methods: ['setFocus', 'getInputElement'],
|
|
3342
|
-
})
|
|
3343
|
-
], IonSearchbar);
|
|
3344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSearchbar, decorators: [{
|
|
3345
|
-
type: Component,
|
|
3346
|
-
args: [{
|
|
3347
|
-
selector: 'ion-searchbar',
|
|
3348
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3349
|
-
template: '<ng-content></ng-content>',
|
|
3350
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3351
|
-
inputs: SEARCHBAR_INPUTS,
|
|
3352
|
-
providers: [accessorProvider$4],
|
|
3353
|
-
standalone: true,
|
|
3354
|
-
}]
|
|
3355
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
3356
|
-
type: HostListener,
|
|
3357
|
-
args: ['ionInput', ['$event.target']]
|
|
3358
|
-
}] } });
|
|
3359
|
-
|
|
3360
|
-
const SEGMENT_INPUTS = ['color', 'disabled', 'mode', 'scrollable', 'selectOnFocus', 'swipeGesture', 'value'];
|
|
3361
|
-
/**
|
|
3362
|
-
* Pulling the provider into an object and using PURE works
|
|
3363
|
-
* around an ng-packagr issue that causes
|
|
3364
|
-
* components with multiple decorators and
|
|
3365
|
-
* a provider to be re-assigned. This re-assignment
|
|
3366
|
-
* is not supported by Webpack and causes treeshaking
|
|
3367
|
-
* to not work on these kinds of components.
|
|
3368
|
-
*/
|
|
3369
|
-
const accessorProvider$3 = {
|
|
3370
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3371
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonSegment),
|
|
3372
|
-
multi: true,
|
|
3373
|
-
};
|
|
3374
|
-
let IonSegment = class IonSegment extends ValueAccessor {
|
|
3375
|
-
z;
|
|
3376
|
-
el;
|
|
3377
|
-
constructor(c, r, z, injector) {
|
|
3378
|
-
super(injector, r);
|
|
3379
|
-
this.z = z;
|
|
3380
|
-
c.detach();
|
|
3381
|
-
this.el = r.nativeElement;
|
|
3382
|
-
proxyOutputs(this, this.el, ['ionChange']);
|
|
3383
|
-
}
|
|
3384
|
-
handleIonChange(el) {
|
|
3385
|
-
this.handleValueChange(el, el.value);
|
|
3386
|
-
}
|
|
3387
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3388
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegment, isStandalone: true, selector: "ion-segment", inputs: { color: "color", disabled: "disabled", mode: "mode", scrollable: "scrollable", selectOnFocus: "selectOnFocus", swipeGesture: "swipeGesture", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3389
|
-
};
|
|
3390
|
-
IonSegment = __decorate([
|
|
3391
|
-
ProxyCmp({
|
|
3392
|
-
defineCustomElementFn: defineCustomElement$1n,
|
|
3393
|
-
inputs: SEGMENT_INPUTS,
|
|
3394
|
-
})
|
|
3395
|
-
], IonSegment);
|
|
3396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegment, decorators: [{
|
|
3397
|
-
type: Component,
|
|
3398
|
-
args: [{
|
|
3399
|
-
selector: 'ion-segment',
|
|
3400
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3401
|
-
template: '<ng-content></ng-content>',
|
|
3402
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3403
|
-
inputs: SEGMENT_INPUTS,
|
|
3404
|
-
providers: [accessorProvider$3],
|
|
3405
|
-
standalone: true,
|
|
3406
|
-
}]
|
|
3407
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
3408
|
-
type: HostListener,
|
|
3409
|
-
args: ['ionChange', ['$event.target']]
|
|
3410
|
-
}] } });
|
|
3411
|
-
|
|
3412
|
-
const SELECT_INPUTS = [
|
|
3413
|
-
'cancelText',
|
|
3414
|
-
'color',
|
|
3415
|
-
'compareWith',
|
|
3416
|
-
'disabled',
|
|
3417
|
-
'errorText',
|
|
3418
|
-
'expandedIcon',
|
|
3419
|
-
'fill',
|
|
3420
|
-
'helperText',
|
|
3421
|
-
'interface',
|
|
3422
|
-
'interfaceOptions',
|
|
3423
|
-
'justify',
|
|
3424
|
-
'label',
|
|
3425
|
-
'labelPlacement',
|
|
3426
|
-
'mode',
|
|
3427
|
-
'multiple',
|
|
3428
|
-
'name',
|
|
3429
|
-
'okText',
|
|
3430
|
-
'placeholder',
|
|
3431
|
-
'selectedText',
|
|
3432
|
-
'shape',
|
|
3433
|
-
'toggleIcon',
|
|
3434
|
-
'value',
|
|
3435
|
-
];
|
|
3436
|
-
/**
|
|
3437
|
-
* Pulling the provider into an object and using PURE works
|
|
3438
|
-
* around an ng-packagr issue that causes
|
|
3439
|
-
* components with multiple decorators and
|
|
3440
|
-
* a provider to be re-assigned. This re-assignment
|
|
3441
|
-
* is not supported by Webpack and causes treeshaking
|
|
3442
|
-
* to not work on these kinds of components.
|
|
3443
|
-
*/
|
|
3444
|
-
const accessorProvider$2 = {
|
|
3445
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3446
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonSelect),
|
|
3447
|
-
multi: true,
|
|
3448
|
-
};
|
|
3449
|
-
let IonSelect = class IonSelect extends ValueAccessor {
|
|
3450
|
-
z;
|
|
3451
|
-
el;
|
|
3452
|
-
constructor(c, r, z, injector) {
|
|
3453
|
-
super(injector, r);
|
|
3454
|
-
this.z = z;
|
|
3455
|
-
c.detach();
|
|
3456
|
-
this.el = r.nativeElement;
|
|
3457
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionCancel', 'ionDismiss', 'ionFocus', 'ionBlur']);
|
|
3458
|
-
}
|
|
3459
|
-
handleIonChange(el) {
|
|
3460
|
-
this.handleValueChange(el, el.value);
|
|
3461
|
-
}
|
|
3462
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3463
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelect, isStandalone: true, selector: "ion-select", inputs: { cancelText: "cancelText", color: "color", compareWith: "compareWith", disabled: "disabled", errorText: "errorText", expandedIcon: "expandedIcon", fill: "fill", helperText: "helperText", interface: "interface", interfaceOptions: "interfaceOptions", justify: "justify", label: "label", labelPlacement: "labelPlacement", mode: "mode", multiple: "multiple", name: "name", okText: "okText", placeholder: "placeholder", selectedText: "selectedText", shape: "shape", toggleIcon: "toggleIcon", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3464
|
-
};
|
|
3465
|
-
IonSelect = __decorate([
|
|
3466
|
-
ProxyCmp({
|
|
3467
|
-
defineCustomElementFn: defineCustomElement$1o,
|
|
3468
|
-
inputs: SELECT_INPUTS,
|
|
3469
|
-
methods: ['open'],
|
|
3470
|
-
})
|
|
3471
|
-
], IonSelect);
|
|
3472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelect, decorators: [{
|
|
3473
|
-
type: Component,
|
|
3474
|
-
args: [{
|
|
3475
|
-
selector: 'ion-select',
|
|
3476
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3477
|
-
template: '<ng-content></ng-content>',
|
|
3478
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3479
|
-
inputs: SELECT_INPUTS,
|
|
3480
|
-
providers: [accessorProvider$2],
|
|
3481
|
-
standalone: true,
|
|
3482
|
-
}]
|
|
3483
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
3484
|
-
type: HostListener,
|
|
3485
|
-
args: ['ionChange', ['$event.target']]
|
|
3486
|
-
}] } });
|
|
3487
|
-
|
|
3488
|
-
const TEXTAREA_INPUTS = [
|
|
3489
|
-
'autoGrow',
|
|
3490
|
-
'autocapitalize',
|
|
3491
|
-
'autofocus',
|
|
3492
|
-
'clearOnEdit',
|
|
3493
|
-
'color',
|
|
3494
|
-
'cols',
|
|
3495
|
-
'counter',
|
|
3496
|
-
'counterFormatter',
|
|
3497
|
-
'debounce',
|
|
3498
|
-
'disabled',
|
|
3499
|
-
'enterkeyhint',
|
|
3500
|
-
'errorText',
|
|
3501
|
-
'fill',
|
|
3502
|
-
'helperText',
|
|
3503
|
-
'inputmode',
|
|
3504
|
-
'label',
|
|
3505
|
-
'labelPlacement',
|
|
3506
|
-
'maxlength',
|
|
3507
|
-
'minlength',
|
|
3508
|
-
'mode',
|
|
3509
|
-
'name',
|
|
3510
|
-
'placeholder',
|
|
3511
|
-
'readonly',
|
|
3512
|
-
'required',
|
|
3513
|
-
'rows',
|
|
3514
|
-
'shape',
|
|
3515
|
-
'spellcheck',
|
|
3516
|
-
'value',
|
|
3517
|
-
'wrap',
|
|
3518
|
-
];
|
|
3519
|
-
/**
|
|
3520
|
-
* Pulling the provider into an object and using PURE works
|
|
3521
|
-
* around an ng-packagr issue that causes
|
|
3522
|
-
* components with multiple decorators and
|
|
3523
|
-
* a provider to be re-assigned. This re-assignment
|
|
3524
|
-
* is not supported by Webpack and causes treeshaking
|
|
3525
|
-
* to not work on these kinds of components.
|
|
3526
|
-
*/
|
|
3527
|
-
const accessorProvider$1 = {
|
|
3528
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3529
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonTextarea),
|
|
3530
|
-
multi: true,
|
|
3531
|
-
};
|
|
3532
|
-
let IonTextarea = class IonTextarea extends ValueAccessor {
|
|
3533
|
-
z;
|
|
3534
|
-
el;
|
|
3535
|
-
constructor(c, r, z, injector) {
|
|
3536
|
-
super(injector, r);
|
|
3537
|
-
this.z = z;
|
|
3538
|
-
c.detach();
|
|
3539
|
-
this.el = r.nativeElement;
|
|
3540
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionInput', 'ionBlur', 'ionFocus']);
|
|
3541
|
-
}
|
|
3542
|
-
handleIonInput(el) {
|
|
3543
|
-
this.handleValueChange(el, el.value);
|
|
3462
|
+
class IonicModule {
|
|
3463
|
+
static forRoot(config = {}) {
|
|
3464
|
+
return {
|
|
3465
|
+
ngModule: IonicModule,
|
|
3466
|
+
providers: [
|
|
3467
|
+
{
|
|
3468
|
+
provide: ConfigToken,
|
|
3469
|
+
useValue: config,
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
provide: APP_INITIALIZER,
|
|
3473
|
+
useFactory: appInitialize,
|
|
3474
|
+
multi: true,
|
|
3475
|
+
deps: [ConfigToken, DOCUMENT, NgZone],
|
|
3476
|
+
},
|
|
3477
|
+
AngularDelegate,
|
|
3478
|
+
provideComponentInputBinding(),
|
|
3479
|
+
],
|
|
3480
|
+
};
|
|
3544
3481
|
}
|
|
3545
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
3546
|
-
/** @nocollapse */ static
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
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,
|
|
3484
|
+
// manual proxies
|
|
3485
|
+
IonModal,
|
|
3486
|
+
IonPopover,
|
|
3487
|
+
// ngModel accessors
|
|
3488
|
+
BooleanValueAccessorDirective,
|
|
3489
|
+
NumericValueAccessorDirective,
|
|
3490
|
+
SelectValueAccessorDirective,
|
|
3491
|
+
TextValueAccessorDirective,
|
|
3492
|
+
// navigation
|
|
3493
|
+
IonTabs,
|
|
3494
|
+
IonRouterOutlet,
|
|
3495
|
+
IonBackButton,
|
|
3496
|
+
IonNav,
|
|
3497
|
+
RouterLinkDelegateDirective,
|
|
3498
|
+
RouterLinkWithHrefDelegateDirective,
|
|
3499
|
+
// validators
|
|
3500
|
+
IonMinValidator,
|
|
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,
|
|
3502
|
+
// manual proxies
|
|
3503
|
+
IonModal,
|
|
3504
|
+
IonPopover,
|
|
3505
|
+
// ngModel accessors
|
|
3506
|
+
BooleanValueAccessorDirective,
|
|
3507
|
+
NumericValueAccessorDirective,
|
|
3508
|
+
SelectValueAccessorDirective,
|
|
3509
|
+
TextValueAccessorDirective,
|
|
3510
|
+
// navigation
|
|
3511
|
+
IonTabs,
|
|
3512
|
+
IonRouterOutlet,
|
|
3513
|
+
IonBackButton,
|
|
3514
|
+
IonNav,
|
|
3515
|
+
RouterLinkDelegateDirective,
|
|
3516
|
+
RouterLinkWithHrefDelegateDirective,
|
|
3517
|
+
// validators
|
|
3518
|
+
IonMinValidator,
|
|
3519
|
+
IonMaxValidator] });
|
|
3520
|
+
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonicModule, providers: [ModalController, PopoverController], imports: [CommonModule] });
|
|
3521
|
+
}
|
|
3522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonicModule, decorators: [{
|
|
3523
|
+
type: NgModule,
|
|
3557
3524
|
args: [{
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
inputs: TEXTAREA_INPUTS,
|
|
3563
|
-
providers: [accessorProvider$1],
|
|
3564
|
-
standalone: true,
|
|
3525
|
+
declarations: DECLARATIONS,
|
|
3526
|
+
exports: DECLARATIONS,
|
|
3527
|
+
providers: [ModalController, PopoverController],
|
|
3528
|
+
imports: [CommonModule],
|
|
3565
3529
|
}]
|
|
3566
|
-
}]
|
|
3567
|
-
type: HostListener,
|
|
3568
|
-
args: ['ionInput', ['$event.target']]
|
|
3569
|
-
}] } });
|
|
3530
|
+
}] });
|
|
3570
3531
|
|
|
3571
|
-
|
|
3572
|
-
'checked',
|
|
3573
|
-
'color',
|
|
3574
|
-
'disabled',
|
|
3575
|
-
'enableOnOffLabels',
|
|
3576
|
-
'errorText',
|
|
3577
|
-
'helperText',
|
|
3578
|
-
'justify',
|
|
3579
|
-
'labelPlacement',
|
|
3580
|
-
'mode',
|
|
3581
|
-
'name',
|
|
3582
|
-
'value',
|
|
3583
|
-
];
|
|
3584
|
-
/**
|
|
3585
|
-
* Pulling the provider into an object and using PURE works
|
|
3586
|
-
* around an ng-packagr issue that causes
|
|
3587
|
-
* components with multiple decorators and
|
|
3588
|
-
* a provider to be re-assigned. This re-assignment
|
|
3589
|
-
* is not supported by Webpack and causes treeshaking
|
|
3590
|
-
* to not work on these kinds of components.
|
|
3591
|
-
*/
|
|
3592
|
-
const accessorProvider = {
|
|
3593
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3594
|
-
useExisting: /*@__PURE__*/ forwardRef(() => IonToggle),
|
|
3595
|
-
multi: true,
|
|
3596
|
-
};
|
|
3597
|
-
let IonToggle = class IonToggle extends ValueAccessor {
|
|
3598
|
-
z;
|
|
3599
|
-
el;
|
|
3600
|
-
constructor(c, r, z, injector) {
|
|
3601
|
-
super(injector, r);
|
|
3602
|
-
this.z = z;
|
|
3603
|
-
c.detach();
|
|
3604
|
-
this.el = r.nativeElement;
|
|
3605
|
-
proxyOutputs(this, this.el, ['ionChange', 'ionFocus', 'ionBlur']);
|
|
3606
|
-
}
|
|
3607
|
-
writeValue(value) {
|
|
3608
|
-
this.elementRef.nativeElement.checked = this.lastValue = value;
|
|
3609
|
-
setIonicClasses(this.elementRef);
|
|
3610
|
-
}
|
|
3611
|
-
handleIonChange(el) {
|
|
3612
|
-
this.handleValueChange(el, el.checked);
|
|
3613
|
-
}
|
|
3614
|
-
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3615
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToggle, isStandalone: true, selector: "ion-toggle", inputs: { checked: "checked", color: "color", disabled: "disabled", enableOnOffLabels: "enableOnOffLabels", errorText: "errorText", helperText: "helperText", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, host: { listeners: { "ionChange": "handleIonChange($event.target)" } }, providers: [accessorProvider], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3616
|
-
};
|
|
3617
|
-
IonToggle = __decorate([
|
|
3618
|
-
ProxyCmp({
|
|
3619
|
-
defineCustomElementFn: defineCustomElement$1q,
|
|
3620
|
-
inputs: TOGGLE_INPUTS,
|
|
3621
|
-
})
|
|
3622
|
-
], IonToggle);
|
|
3623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToggle, decorators: [{
|
|
3624
|
-
type: Component,
|
|
3625
|
-
args: [{
|
|
3626
|
-
selector: 'ion-toggle',
|
|
3627
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3628
|
-
template: '<ng-content></ng-content>',
|
|
3629
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3630
|
-
inputs: TOGGLE_INPUTS,
|
|
3631
|
-
providers: [accessorProvider],
|
|
3632
|
-
standalone: true,
|
|
3633
|
-
}]
|
|
3634
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonChange: [{
|
|
3635
|
-
type: HostListener,
|
|
3636
|
-
args: ['ionChange', ['$event.target']]
|
|
3637
|
-
}] } });
|
|
3532
|
+
// DIRECTIVES
|
|
3638
3533
|
|
|
3639
3534
|
/**
|
|
3640
3535
|
* Generated bundle index. Do not edit.
|
|
3641
3536
|
*/
|
|
3642
3537
|
|
|
3643
|
-
export { ActionSheetController, AlertController, AnimationController, GestureController, IonAccordion, IonAccordionGroup, IonActionSheet, IonAlert, IonApp, IonAvatar, IonBackButton, IonBackdrop, IonBadge, IonBreadcrumb, IonBreadcrumbs, IonButton, IonButtons, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCheckbox, IonChip, IonCol, IonContent, IonDatetime, IonDatetimeButton, IonFab, IonFabButton, IonFabList, IonFooter, IonGrid, IonHeader, IonIcon, IonImg, IonInfiniteScroll, IonInfiniteScrollContent, IonInput, IonInputOtp, IonInputPasswordToggle, IonItem, IonItemDivider, IonItemGroup, IonItemOption, IonItemOptions, IonItemSliding, IonLabel, IonList, IonListHeader, IonLoading, IonMenu, IonMenuButton, IonMenuToggle, IonModal, IonNav, IonNavLink, IonNote, IonPicker, IonPickerColumn, IonPickerColumnOption, IonPopover, IonProgressBar, IonRadio, IonRadioGroup, IonRange, IonRefresher, IonRefresherContent, IonReorder, IonReorderGroup, IonRippleEffect,
|
|
3644
|
-
//# sourceMappingURL=ionic-angular-
|
|
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 };
|
|
3539
|
+
//# sourceMappingURL=ionic-angular-lazy.mjs.map
|