@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,190 +1,249 @@
|
|
|
1
|
+
import { __decorate } from 'tslib';
|
|
1
2
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { NG_VALUE_ACCESSOR, NG_VALIDATORS, MaxValidator, MinValidator } from '@angular/forms';
|
|
3
|
+
import { ViewContainerRef, ViewChild, Attribute, Optional, SkipSelf, Component, ChangeDetectionStrategy, Directive, EventEmitter, Output, ContentChildren, ContentChild, inject, Injector, EnvironmentInjector, Injectable, makeEnvironmentProviders, APP_INITIALIZER, forwardRef, HostListener } from '@angular/core';
|
|
4
4
|
import * as i2$1 from '@ionic/angular/common';
|
|
5
|
-
import {
|
|
6
|
-
export {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
5
|
+
import { IonRouterOutlet as IonRouterOutlet$1, ProxyCmp as ProxyCmp$1, IonBackButton as IonBackButton$1, IonModal as IonModal$1, IonPopover as IonPopover$1, RouterLinkDelegateDirective, RouterLinkWithHrefDelegateDirective, IonTabs as IonTabs$1, OverlayBaseController, AngularDelegate, ConfigToken, provideComponentInputBinding, MenuController as MenuController$1, IonNav as IonNav$1, ValueAccessor, setIonicClasses } from '@ionic/angular/common';
|
|
6
|
+
export { Config, DomController, IonModalToken, IonicRouteStrategy, NavController, NavParams, Platform } from '@ionic/angular/common';
|
|
7
|
+
import { defineCustomElement as defineCustomElement$2 } from '@ionic/core/components/ion-back-button.js';
|
|
8
|
+
import { defineCustomElement as defineCustomElement$1 } from '@ionic/core/components/ion-router-outlet.js';
|
|
9
9
|
import * as i1 from '@angular/common';
|
|
10
|
-
import {
|
|
10
|
+
import { CommonModule, NgIf, DOCUMENT } from '@angular/common';
|
|
11
11
|
import * as i2 from '@angular/router';
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
import {
|
|
12
|
+
import { defineCustomElement as defineCustomElement$3 } from '@ionic/core/components/ion-modal.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$4 } from '@ionic/core/components/ion-popover.js';
|
|
14
|
+
import { fromEvent } from 'rxjs';
|
|
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';
|
|
15
104
|
|
|
16
|
-
class
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
105
|
+
let IonRouterOutlet = class IonRouterOutlet extends IonRouterOutlet$1 {
|
|
106
|
+
parentOutlet;
|
|
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;
|
|
31
124
|
}
|
|
32
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
33
|
-
/** @nocollapse */ static
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
type: Directive,
|
|
125
|
+
/** @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 });
|
|
126
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterOutlet, isStandalone: true, selector: "ion-router-outlet", viewQueries: [{ propertyName: "outletContent", first: true, predicate: ["outletContent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: '<ng-container #outletContent><ng-content></ng-content></ng-container>', isInline: true });
|
|
127
|
+
};
|
|
128
|
+
IonRouterOutlet = __decorate([
|
|
129
|
+
ProxyCmp$1({
|
|
130
|
+
defineCustomElementFn: defineCustomElement$1,
|
|
131
|
+
})
|
|
132
|
+
], IonRouterOutlet);
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterOutlet, decorators: [{
|
|
134
|
+
type: Component,
|
|
43
135
|
args: [{
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
136
|
+
selector: 'ion-router-outlet',
|
|
137
|
+
standalone: true,
|
|
138
|
+
template: '<ng-container #outletContent><ng-content></ng-content></ng-container>',
|
|
139
|
+
}]
|
|
140
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
141
|
+
type: Attribute,
|
|
142
|
+
args: ['name']
|
|
143
|
+
}] }, { type: undefined, decorators: [{
|
|
144
|
+
type: Optional
|
|
145
|
+
}, {
|
|
146
|
+
type: Attribute,
|
|
147
|
+
args: ['tabs']
|
|
148
|
+
}] }, { type: i1.Location }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.NgZone }, { type: i2.ActivatedRoute }, { type: IonRouterOutlet, decorators: [{
|
|
149
|
+
type: SkipSelf
|
|
150
|
+
}, {
|
|
151
|
+
type: Optional
|
|
152
|
+
}] }], propDecorators: { outletContent: [{
|
|
153
|
+
type: ViewChild,
|
|
154
|
+
args: ['outletContent', { read: ViewContainerRef, static: true }]
|
|
57
155
|
}] } });
|
|
58
156
|
|
|
59
|
-
class
|
|
60
|
-
|
|
61
|
-
|
|
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);
|
|
72
|
-
}
|
|
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
|
-
}
|
|
157
|
+
let IonBackButton = class IonBackButton extends IonBackButton$1 {
|
|
158
|
+
constructor(routerOutlet, navCtrl, config, r, z, c) {
|
|
159
|
+
super(routerOutlet, navCtrl, config, r, z, c);
|
|
82
160
|
}
|
|
83
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
84
|
-
/** @nocollapse */ static
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
type: Directive,
|
|
161
|
+
/** @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 });
|
|
162
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackButton, isStandalone: true, selector: "ion-back-button", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
163
|
+
};
|
|
164
|
+
IonBackButton = __decorate([
|
|
165
|
+
ProxyCmp$1({
|
|
166
|
+
defineCustomElementFn: defineCustomElement$2,
|
|
167
|
+
})
|
|
168
|
+
], IonBackButton);
|
|
169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackButton, decorators: [{
|
|
170
|
+
type: Component,
|
|
94
171
|
args: [{
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
],
|
|
104
|
-
}]
|
|
105
|
-
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
106
|
-
type: HostListener,
|
|
107
|
-
args: ['ionInput', ['$event']]
|
|
108
|
-
}] } });
|
|
172
|
+
selector: 'ion-back-button',
|
|
173
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
174
|
+
template: '<ng-content></ng-content>',
|
|
175
|
+
standalone: true,
|
|
176
|
+
}]
|
|
177
|
+
}], ctorParameters: () => [{ type: IonRouterOutlet, decorators: [{
|
|
178
|
+
type: Optional
|
|
179
|
+
}] }, { type: i2$1.NavController }, { type: i2$1.Config }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
109
180
|
|
|
110
|
-
class
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
181
|
+
let IonModal = class IonModal extends IonModal$1 {
|
|
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,
|
|
216
|
+
args: [{
|
|
217
|
+
selector: 'ion-popover',
|
|
218
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
219
|
+
template: `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen || keepContentsMounted"></ng-container>`,
|
|
220
|
+
standalone: true,
|
|
221
|
+
imports: [CommonModule],
|
|
222
|
+
}]
|
|
223
|
+
}] });
|
|
224
|
+
|
|
225
|
+
class IonRouterLink extends RouterLinkDelegateDirective {
|
|
226
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
227
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLink, isStandalone: true, selector: ":not(a):not(area)[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
130
228
|
}
|
|
131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLink, decorators: [{
|
|
132
230
|
type: Directive,
|
|
133
231
|
args: [{
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
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 });
|
|
232
|
+
selector: ':not(a):not(area)[routerLink]',
|
|
233
|
+
standalone: true,
|
|
234
|
+
}]
|
|
235
|
+
}] });
|
|
236
|
+
class IonRouterLinkWithHref extends RouterLinkWithHrefDelegateDirective {
|
|
237
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
238
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.0", type: IonRouterLinkWithHref, isStandalone: true, selector: "a[routerLink],area[routerLink]", usesInheritance: true, ngImport: i0 });
|
|
170
239
|
}
|
|
171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRouterLinkWithHref, decorators: [{
|
|
172
241
|
type: Directive,
|
|
173
242
|
args: [{
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
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
|
-
}] } });
|
|
243
|
+
selector: 'a[routerLink],area[routerLink]',
|
|
244
|
+
standalone: true,
|
|
245
|
+
}]
|
|
246
|
+
}] });
|
|
188
247
|
|
|
189
248
|
/* eslint-disable */
|
|
190
249
|
/* tslint:disable */
|
|
@@ -253,10 +312,11 @@ let IonAccordion = class IonAccordion {
|
|
|
253
312
|
this.el = r.nativeElement;
|
|
254
313
|
}
|
|
255
314
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
256
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordion, isStandalone:
|
|
315
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordion, isStandalone: true, selector: "ion-accordion", inputs: { disabled: "disabled", mode: "mode", readonly: "readonly", toggleIcon: "toggleIcon", toggleIconSlot: "toggleIconSlot", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
257
316
|
};
|
|
258
317
|
IonAccordion = __decorate([
|
|
259
318
|
ProxyCmp({
|
|
319
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
260
320
|
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value']
|
|
261
321
|
})
|
|
262
322
|
], IonAccordion);
|
|
@@ -268,7 +328,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
268
328
|
template: '<ng-content></ng-content>',
|
|
269
329
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
270
330
|
inputs: ['disabled', 'mode', 'readonly', 'toggleIcon', 'toggleIconSlot', 'value'],
|
|
271
|
-
standalone: false
|
|
272
331
|
}]
|
|
273
332
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
274
333
|
let IonAccordionGroup = class IonAccordionGroup {
|
|
@@ -281,10 +340,11 @@ let IonAccordionGroup = class IonAccordionGroup {
|
|
|
281
340
|
this.el = r.nativeElement;
|
|
282
341
|
}
|
|
283
342
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAccordionGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
284
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordionGroup, isStandalone:
|
|
343
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAccordionGroup, isStandalone: true, selector: "ion-accordion-group", inputs: { animated: "animated", disabled: "disabled", expand: "expand", mode: "mode", multiple: "multiple", readonly: "readonly", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
285
344
|
};
|
|
286
345
|
IonAccordionGroup = __decorate([
|
|
287
346
|
ProxyCmp({
|
|
347
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
288
348
|
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value']
|
|
289
349
|
})
|
|
290
350
|
], IonAccordionGroup);
|
|
@@ -297,7 +357,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
297
357
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
298
358
|
inputs: ['animated', 'disabled', 'expand', 'mode', 'multiple', 'readonly', 'value'],
|
|
299
359
|
outputs: ['ionChange'],
|
|
300
|
-
standalone: false
|
|
301
360
|
}]
|
|
302
361
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
303
362
|
type: Output
|
|
@@ -319,10 +378,11 @@ let IonActionSheet = class IonActionSheet {
|
|
|
319
378
|
this.el = r.nativeElement;
|
|
320
379
|
}
|
|
321
380
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonActionSheet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
322
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonActionSheet, isStandalone:
|
|
381
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonActionSheet, isStandalone: true, selector: "ion-action-sheet", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionActionSheetDidPresent: "ionActionSheetDidPresent", ionActionSheetWillPresent: "ionActionSheetWillPresent", ionActionSheetWillDismiss: "ionActionSheetWillDismiss", ionActionSheetDidDismiss: "ionActionSheetDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
323
382
|
};
|
|
324
383
|
IonActionSheet = __decorate([
|
|
325
384
|
ProxyCmp({
|
|
385
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
326
386
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
327
387
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
328
388
|
})
|
|
@@ -336,7 +396,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
336
396
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
337
397
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
338
398
|
outputs: ['ionActionSheetDidPresent', 'ionActionSheetWillPresent', 'ionActionSheetWillDismiss', 'ionActionSheetDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
339
|
-
standalone: false
|
|
340
399
|
}]
|
|
341
400
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionActionSheetDidPresent: [{
|
|
342
401
|
type: Output
|
|
@@ -372,10 +431,11 @@ let IonAlert = class IonAlert {
|
|
|
372
431
|
this.el = r.nativeElement;
|
|
373
432
|
}
|
|
374
433
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
375
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAlert, isStandalone:
|
|
434
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAlert, isStandalone: true, selector: "ion-alert", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", buttons: "buttons", cssClass: "cssClass", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", inputs: "inputs", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", subHeader: "subHeader", translucent: "translucent", trigger: "trigger" }, outputs: { ionAlertDidPresent: "ionAlertDidPresent", ionAlertWillPresent: "ionAlertWillPresent", ionAlertWillDismiss: "ionAlertWillDismiss", ionAlertDidDismiss: "ionAlertDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
376
435
|
};
|
|
377
436
|
IonAlert = __decorate([
|
|
378
437
|
ProxyCmp({
|
|
438
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
379
439
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
380
440
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
381
441
|
})
|
|
@@ -389,7 +449,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
389
449
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
390
450
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'cssClass', 'enterAnimation', 'header', 'htmlAttributes', 'inputs', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'subHeader', 'translucent', 'trigger'],
|
|
391
451
|
outputs: ['ionAlertDidPresent', 'ionAlertWillPresent', 'ionAlertWillDismiss', 'ionAlertDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
392
|
-
standalone: false
|
|
393
452
|
}]
|
|
394
453
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionAlertDidPresent: [{
|
|
395
454
|
type: Output
|
|
@@ -417,10 +476,11 @@ let IonApp = class IonApp {
|
|
|
417
476
|
this.el = r.nativeElement;
|
|
418
477
|
}
|
|
419
478
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
420
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonApp, isStandalone:
|
|
479
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonApp, isStandalone: true, selector: "ion-app", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
421
480
|
};
|
|
422
481
|
IonApp = __decorate([
|
|
423
482
|
ProxyCmp({
|
|
483
|
+
defineCustomElementFn: defineCustomElement$9,
|
|
424
484
|
methods: ['setFocus']
|
|
425
485
|
})
|
|
426
486
|
], IonApp);
|
|
@@ -432,7 +492,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
432
492
|
template: '<ng-content></ng-content>',
|
|
433
493
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
434
494
|
inputs: [],
|
|
435
|
-
standalone: false
|
|
436
495
|
}]
|
|
437
496
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
438
497
|
let IonAvatar = class IonAvatar {
|
|
@@ -444,10 +503,12 @@ let IonAvatar = class IonAvatar {
|
|
|
444
503
|
this.el = r.nativeElement;
|
|
445
504
|
}
|
|
446
505
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
447
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAvatar, isStandalone:
|
|
506
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonAvatar, isStandalone: true, selector: "ion-avatar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
448
507
|
};
|
|
449
508
|
IonAvatar = __decorate([
|
|
450
|
-
ProxyCmp({
|
|
509
|
+
ProxyCmp({
|
|
510
|
+
defineCustomElementFn: defineCustomElement$a
|
|
511
|
+
})
|
|
451
512
|
], IonAvatar);
|
|
452
513
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonAvatar, decorators: [{
|
|
453
514
|
type: Component,
|
|
@@ -457,7 +518,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
457
518
|
template: '<ng-content></ng-content>',
|
|
458
519
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
459
520
|
inputs: [],
|
|
460
|
-
standalone: false
|
|
461
521
|
}]
|
|
462
522
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
463
523
|
let IonBackdrop = class IonBackdrop {
|
|
@@ -470,10 +530,11 @@ let IonBackdrop = class IonBackdrop {
|
|
|
470
530
|
this.el = r.nativeElement;
|
|
471
531
|
}
|
|
472
532
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
473
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackdrop, isStandalone:
|
|
533
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBackdrop, isStandalone: true, selector: "ion-backdrop", inputs: { stopPropagation: "stopPropagation", tappable: "tappable", visible: "visible" }, outputs: { ionBackdropTap: "ionBackdropTap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
474
534
|
};
|
|
475
535
|
IonBackdrop = __decorate([
|
|
476
536
|
ProxyCmp({
|
|
537
|
+
defineCustomElementFn: defineCustomElement$b,
|
|
477
538
|
inputs: ['stopPropagation', 'tappable', 'visible']
|
|
478
539
|
})
|
|
479
540
|
], IonBackdrop);
|
|
@@ -486,7 +547,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
486
547
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
487
548
|
inputs: ['stopPropagation', 'tappable', 'visible'],
|
|
488
549
|
outputs: ['ionBackdropTap'],
|
|
489
|
-
standalone: false
|
|
490
550
|
}]
|
|
491
551
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionBackdropTap: [{
|
|
492
552
|
type: Output
|
|
@@ -500,10 +560,11 @@ let IonBadge = class IonBadge {
|
|
|
500
560
|
this.el = r.nativeElement;
|
|
501
561
|
}
|
|
502
562
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
503
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBadge, isStandalone:
|
|
563
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBadge, isStandalone: true, selector: "ion-badge", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
504
564
|
};
|
|
505
565
|
IonBadge = __decorate([
|
|
506
566
|
ProxyCmp({
|
|
567
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
507
568
|
inputs: ['color', 'mode']
|
|
508
569
|
})
|
|
509
570
|
], IonBadge);
|
|
@@ -515,7 +576,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
515
576
|
template: '<ng-content></ng-content>',
|
|
516
577
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
517
578
|
inputs: ['color', 'mode'],
|
|
518
|
-
standalone: false
|
|
519
579
|
}]
|
|
520
580
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
521
581
|
let IonBreadcrumb = class IonBreadcrumb {
|
|
@@ -529,10 +589,11 @@ let IonBreadcrumb = class IonBreadcrumb {
|
|
|
529
589
|
this.el = r.nativeElement;
|
|
530
590
|
}
|
|
531
591
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
532
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumb, isStandalone:
|
|
592
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumb, isStandalone: true, selector: "ion-breadcrumb", inputs: { active: "active", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", separator: "separator", target: "target" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
533
593
|
};
|
|
534
594
|
IonBreadcrumb = __decorate([
|
|
535
595
|
ProxyCmp({
|
|
596
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
536
597
|
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target']
|
|
537
598
|
})
|
|
538
599
|
], IonBreadcrumb);
|
|
@@ -545,7 +606,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
545
606
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
546
607
|
inputs: ['active', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'separator', 'target'],
|
|
547
608
|
outputs: ['ionFocus', 'ionBlur'],
|
|
548
|
-
standalone: false
|
|
549
609
|
}]
|
|
550
610
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
551
611
|
type: Output
|
|
@@ -562,10 +622,11 @@ let IonBreadcrumbs = class IonBreadcrumbs {
|
|
|
562
622
|
this.el = r.nativeElement;
|
|
563
623
|
}
|
|
564
624
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
565
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumbs, isStandalone:
|
|
625
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonBreadcrumbs, isStandalone: true, selector: "ion-breadcrumbs", inputs: { color: "color", itemsAfterCollapse: "itemsAfterCollapse", itemsBeforeCollapse: "itemsBeforeCollapse", maxItems: "maxItems", mode: "mode" }, outputs: { ionCollapsedClick: "ionCollapsedClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
566
626
|
};
|
|
567
627
|
IonBreadcrumbs = __decorate([
|
|
568
628
|
ProxyCmp({
|
|
629
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
569
630
|
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode']
|
|
570
631
|
})
|
|
571
632
|
], IonBreadcrumbs);
|
|
@@ -578,7 +639,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
578
639
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
579
640
|
inputs: ['color', 'itemsAfterCollapse', 'itemsBeforeCollapse', 'maxItems', 'mode'],
|
|
580
641
|
outputs: ['ionCollapsedClick'],
|
|
581
|
-
standalone: false
|
|
582
642
|
}]
|
|
583
643
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionCollapsedClick: [{
|
|
584
644
|
type: Output
|
|
@@ -594,10 +654,11 @@ let IonButton = class IonButton {
|
|
|
594
654
|
this.el = r.nativeElement;
|
|
595
655
|
}
|
|
596
656
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
597
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButton, isStandalone:
|
|
657
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButton, isStandalone: true, selector: "ion-button", inputs: { buttonType: "buttonType", color: "color", disabled: "disabled", download: "download", expand: "expand", fill: "fill", form: "form", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", shape: "shape", size: "size", strong: "strong", target: "target", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
598
658
|
};
|
|
599
659
|
IonButton = __decorate([
|
|
600
660
|
ProxyCmp({
|
|
661
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
601
662
|
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type']
|
|
602
663
|
})
|
|
603
664
|
], IonButton);
|
|
@@ -610,7 +671,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
610
671
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
611
672
|
inputs: ['buttonType', 'color', 'disabled', 'download', 'expand', 'fill', 'form', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'shape', 'size', 'strong', 'target', 'type'],
|
|
612
673
|
outputs: ['ionFocus', 'ionBlur'],
|
|
613
|
-
standalone: false
|
|
614
674
|
}]
|
|
615
675
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
616
676
|
type: Output
|
|
@@ -626,10 +686,11 @@ let IonButtons = class IonButtons {
|
|
|
626
686
|
this.el = r.nativeElement;
|
|
627
687
|
}
|
|
628
688
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonButtons, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
629
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButtons, isStandalone:
|
|
689
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonButtons, isStandalone: true, selector: "ion-buttons", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
630
690
|
};
|
|
631
691
|
IonButtons = __decorate([
|
|
632
692
|
ProxyCmp({
|
|
693
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
633
694
|
inputs: ['collapse']
|
|
634
695
|
})
|
|
635
696
|
], IonButtons);
|
|
@@ -641,7 +702,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
641
702
|
template: '<ng-content></ng-content>',
|
|
642
703
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
643
704
|
inputs: ['collapse'],
|
|
644
|
-
standalone: false
|
|
645
705
|
}]
|
|
646
706
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
647
707
|
let IonCard = class IonCard {
|
|
@@ -653,10 +713,11 @@ let IonCard = class IonCard {
|
|
|
653
713
|
this.el = r.nativeElement;
|
|
654
714
|
}
|
|
655
715
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
656
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCard, isStandalone:
|
|
716
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCard, isStandalone: true, selector: "ion-card", inputs: { button: "button", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
657
717
|
};
|
|
658
718
|
IonCard = __decorate([
|
|
659
719
|
ProxyCmp({
|
|
720
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
660
721
|
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
661
722
|
})
|
|
662
723
|
], IonCard);
|
|
@@ -668,7 +729,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
668
729
|
template: '<ng-content></ng-content>',
|
|
669
730
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
670
731
|
inputs: ['button', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
671
|
-
standalone: false
|
|
672
732
|
}]
|
|
673
733
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
674
734
|
let IonCardContent = class IonCardContent {
|
|
@@ -680,10 +740,11 @@ let IonCardContent = class IonCardContent {
|
|
|
680
740
|
this.el = r.nativeElement;
|
|
681
741
|
}
|
|
682
742
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
683
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardContent, isStandalone:
|
|
743
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardContent, isStandalone: true, selector: "ion-card-content", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
684
744
|
};
|
|
685
745
|
IonCardContent = __decorate([
|
|
686
746
|
ProxyCmp({
|
|
747
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
687
748
|
inputs: ['mode']
|
|
688
749
|
})
|
|
689
750
|
], IonCardContent);
|
|
@@ -695,7 +756,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
695
756
|
template: '<ng-content></ng-content>',
|
|
696
757
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
697
758
|
inputs: ['mode'],
|
|
698
|
-
standalone: false
|
|
699
759
|
}]
|
|
700
760
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
701
761
|
let IonCardHeader = class IonCardHeader {
|
|
@@ -707,10 +767,11 @@ let IonCardHeader = class IonCardHeader {
|
|
|
707
767
|
this.el = r.nativeElement;
|
|
708
768
|
}
|
|
709
769
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
710
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardHeader, isStandalone:
|
|
770
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardHeader, isStandalone: true, selector: "ion-card-header", inputs: { color: "color", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
711
771
|
};
|
|
712
772
|
IonCardHeader = __decorate([
|
|
713
773
|
ProxyCmp({
|
|
774
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
714
775
|
inputs: ['color', 'mode', 'translucent']
|
|
715
776
|
})
|
|
716
777
|
], IonCardHeader);
|
|
@@ -722,7 +783,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
722
783
|
template: '<ng-content></ng-content>',
|
|
723
784
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
724
785
|
inputs: ['color', 'mode', 'translucent'],
|
|
725
|
-
standalone: false
|
|
726
786
|
}]
|
|
727
787
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
728
788
|
let IonCardSubtitle = class IonCardSubtitle {
|
|
@@ -734,10 +794,11 @@ let IonCardSubtitle = class IonCardSubtitle {
|
|
|
734
794
|
this.el = r.nativeElement;
|
|
735
795
|
}
|
|
736
796
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
737
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardSubtitle, isStandalone:
|
|
797
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardSubtitle, isStandalone: true, selector: "ion-card-subtitle", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
738
798
|
};
|
|
739
799
|
IonCardSubtitle = __decorate([
|
|
740
800
|
ProxyCmp({
|
|
801
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
741
802
|
inputs: ['color', 'mode']
|
|
742
803
|
})
|
|
743
804
|
], IonCardSubtitle);
|
|
@@ -749,7 +810,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
749
810
|
template: '<ng-content></ng-content>',
|
|
750
811
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
751
812
|
inputs: ['color', 'mode'],
|
|
752
|
-
standalone: false
|
|
753
813
|
}]
|
|
754
814
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
755
815
|
let IonCardTitle = class IonCardTitle {
|
|
@@ -761,10 +821,11 @@ let IonCardTitle = class IonCardTitle {
|
|
|
761
821
|
this.el = r.nativeElement;
|
|
762
822
|
}
|
|
763
823
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
764
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardTitle, isStandalone:
|
|
824
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCardTitle, isStandalone: true, selector: "ion-card-title", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
765
825
|
};
|
|
766
826
|
IonCardTitle = __decorate([
|
|
767
827
|
ProxyCmp({
|
|
828
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
768
829
|
inputs: ['color', 'mode']
|
|
769
830
|
})
|
|
770
831
|
], IonCardTitle);
|
|
@@ -776,46 +837,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
776
837
|
template: '<ng-content></ng-content>',
|
|
777
838
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
778
839
|
inputs: ['color', 'mode'],
|
|
779
|
-
standalone: false
|
|
780
840
|
}]
|
|
781
841
|
}], 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
|
-
}] } });
|
|
819
842
|
let IonChip = class IonChip {
|
|
820
843
|
z;
|
|
821
844
|
el;
|
|
@@ -825,10 +848,11 @@ let IonChip = class IonChip {
|
|
|
825
848
|
this.el = r.nativeElement;
|
|
826
849
|
}
|
|
827
850
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
828
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonChip, isStandalone:
|
|
851
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonChip, isStandalone: true, selector: "ion-chip", inputs: { color: "color", disabled: "disabled", mode: "mode", outline: "outline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
829
852
|
};
|
|
830
853
|
IonChip = __decorate([
|
|
831
854
|
ProxyCmp({
|
|
855
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
832
856
|
inputs: ['color', 'disabled', 'mode', 'outline']
|
|
833
857
|
})
|
|
834
858
|
], IonChip);
|
|
@@ -840,7 +864,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
840
864
|
template: '<ng-content></ng-content>',
|
|
841
865
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
842
866
|
inputs: ['color', 'disabled', 'mode', 'outline'],
|
|
843
|
-
standalone: false
|
|
844
867
|
}]
|
|
845
868
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
846
869
|
let IonCol = class IonCol {
|
|
@@ -852,10 +875,11 @@ let IonCol = class IonCol {
|
|
|
852
875
|
this.el = r.nativeElement;
|
|
853
876
|
}
|
|
854
877
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
855
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCol, isStandalone:
|
|
878
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonCol, isStandalone: true, selector: "ion-col", inputs: { offset: "offset", offsetLg: "offsetLg", offsetMd: "offsetMd", offsetSm: "offsetSm", offsetXl: "offsetXl", offsetXs: "offsetXs", pull: "pull", pullLg: "pullLg", pullMd: "pullMd", pullSm: "pullSm", pullXl: "pullXl", pullXs: "pullXs", push: "push", pushLg: "pushLg", pushMd: "pushMd", pushSm: "pushSm", pushXl: "pushXl", pushXs: "pushXs", size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm", sizeXl: "sizeXl", sizeXs: "sizeXs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
856
879
|
};
|
|
857
880
|
IonCol = __decorate([
|
|
858
881
|
ProxyCmp({
|
|
882
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
859
883
|
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']
|
|
860
884
|
})
|
|
861
885
|
], IonCol);
|
|
@@ -867,7 +891,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
867
891
|
template: '<ng-content></ng-content>',
|
|
868
892
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
869
893
|
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
|
|
871
894
|
}]
|
|
872
895
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
873
896
|
let IonContent = class IonContent {
|
|
@@ -882,10 +905,11 @@ let IonContent = class IonContent {
|
|
|
882
905
|
this.el = r.nativeElement;
|
|
883
906
|
}
|
|
884
907
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
885
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone:
|
|
908
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonContent, isStandalone: true, selector: "ion-content", inputs: { color: "color", fixedSlotPlacement: "fixedSlotPlacement", forceOverscroll: "forceOverscroll", fullscreen: "fullscreen", scrollEvents: "scrollEvents", scrollX: "scrollX", scrollY: "scrollY" }, outputs: { ionScrollStart: "ionScrollStart", ionScroll: "ionScroll", ionScrollEnd: "ionScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
886
909
|
};
|
|
887
910
|
IonContent = __decorate([
|
|
888
911
|
ProxyCmp({
|
|
912
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
889
913
|
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
890
914
|
methods: ['getScrollElement', 'scrollToTop', 'scrollToBottom', 'scrollByPoint', 'scrollToPoint']
|
|
891
915
|
})
|
|
@@ -899,7 +923,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
899
923
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
900
924
|
inputs: ['color', 'fixedSlotPlacement', 'forceOverscroll', 'fullscreen', 'scrollEvents', 'scrollX', 'scrollY'],
|
|
901
925
|
outputs: ['ionScrollStart', 'ionScroll', 'ionScrollEnd'],
|
|
902
|
-
standalone: false
|
|
903
926
|
}]
|
|
904
927
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionScrollStart: [{
|
|
905
928
|
type: Output
|
|
@@ -908,47 +931,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
908
931
|
}], ionScrollEnd: [{
|
|
909
932
|
type: Output
|
|
910
933
|
}] } });
|
|
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
|
-
}] } });
|
|
952
934
|
let IonDatetimeButton = class IonDatetimeButton {
|
|
953
935
|
z;
|
|
954
936
|
el;
|
|
@@ -958,10 +940,11 @@ let IonDatetimeButton = class IonDatetimeButton {
|
|
|
958
940
|
this.el = r.nativeElement;
|
|
959
941
|
}
|
|
960
942
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonDatetimeButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
961
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetimeButton, isStandalone:
|
|
943
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonDatetimeButton, isStandalone: true, selector: "ion-datetime-button", inputs: { color: "color", datetime: "datetime", disabled: "disabled", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
962
944
|
};
|
|
963
945
|
IonDatetimeButton = __decorate([
|
|
964
946
|
ProxyCmp({
|
|
947
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
965
948
|
inputs: ['color', 'datetime', 'disabled', 'mode']
|
|
966
949
|
})
|
|
967
950
|
], IonDatetimeButton);
|
|
@@ -973,7 +956,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
973
956
|
template: '<ng-content></ng-content>',
|
|
974
957
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
975
958
|
inputs: ['color', 'datetime', 'disabled', 'mode'],
|
|
976
|
-
standalone: false
|
|
977
959
|
}]
|
|
978
960
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
979
961
|
let IonFab = class IonFab {
|
|
@@ -985,10 +967,11 @@ let IonFab = class IonFab {
|
|
|
985
967
|
this.el = r.nativeElement;
|
|
986
968
|
}
|
|
987
969
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
988
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFab, isStandalone:
|
|
970
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFab, isStandalone: true, selector: "ion-fab", inputs: { activated: "activated", edge: "edge", horizontal: "horizontal", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
989
971
|
};
|
|
990
972
|
IonFab = __decorate([
|
|
991
973
|
ProxyCmp({
|
|
974
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
992
975
|
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
993
976
|
methods: ['close']
|
|
994
977
|
})
|
|
@@ -1001,7 +984,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1001
984
|
template: '<ng-content></ng-content>',
|
|
1002
985
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1003
986
|
inputs: ['activated', 'edge', 'horizontal', 'vertical'],
|
|
1004
|
-
standalone: false
|
|
1005
987
|
}]
|
|
1006
988
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1007
989
|
let IonFabButton = class IonFabButton {
|
|
@@ -1015,10 +997,11 @@ let IonFabButton = class IonFabButton {
|
|
|
1015
997
|
this.el = r.nativeElement;
|
|
1016
998
|
}
|
|
1017
999
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1018
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabButton, isStandalone:
|
|
1000
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabButton, isStandalone: true, selector: "ion-fab-button", inputs: { activated: "activated", closeIcon: "closeIcon", color: "color", disabled: "disabled", download: "download", href: "href", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", show: "show", size: "size", target: "target", translucent: "translucent", type: "type" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1019
1001
|
};
|
|
1020
1002
|
IonFabButton = __decorate([
|
|
1021
1003
|
ProxyCmp({
|
|
1004
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
1022
1005
|
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type']
|
|
1023
1006
|
})
|
|
1024
1007
|
], IonFabButton);
|
|
@@ -1031,7 +1014,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1031
1014
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1032
1015
|
inputs: ['activated', 'closeIcon', 'color', 'disabled', 'download', 'href', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'show', 'size', 'target', 'translucent', 'type'],
|
|
1033
1016
|
outputs: ['ionFocus', 'ionBlur'],
|
|
1034
|
-
standalone: false
|
|
1035
1017
|
}]
|
|
1036
1018
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
1037
1019
|
type: Output
|
|
@@ -1047,10 +1029,11 @@ let IonFabList = class IonFabList {
|
|
|
1047
1029
|
this.el = r.nativeElement;
|
|
1048
1030
|
}
|
|
1049
1031
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFabList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1050
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabList, isStandalone:
|
|
1032
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFabList, isStandalone: true, selector: "ion-fab-list", inputs: { activated: "activated", side: "side" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1051
1033
|
};
|
|
1052
1034
|
IonFabList = __decorate([
|
|
1053
1035
|
ProxyCmp({
|
|
1036
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
1054
1037
|
inputs: ['activated', 'side']
|
|
1055
1038
|
})
|
|
1056
1039
|
], IonFabList);
|
|
@@ -1062,7 +1045,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1062
1045
|
template: '<ng-content></ng-content>',
|
|
1063
1046
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1064
1047
|
inputs: ['activated', 'side'],
|
|
1065
|
-
standalone: false
|
|
1066
1048
|
}]
|
|
1067
1049
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1068
1050
|
let IonFooter = class IonFooter {
|
|
@@ -1074,10 +1056,11 @@ let IonFooter = class IonFooter {
|
|
|
1074
1056
|
this.el = r.nativeElement;
|
|
1075
1057
|
}
|
|
1076
1058
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1077
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFooter, isStandalone:
|
|
1059
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonFooter, isStandalone: true, selector: "ion-footer", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1078
1060
|
};
|
|
1079
1061
|
IonFooter = __decorate([
|
|
1080
1062
|
ProxyCmp({
|
|
1063
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
1081
1064
|
inputs: ['collapse', 'mode', 'translucent']
|
|
1082
1065
|
})
|
|
1083
1066
|
], IonFooter);
|
|
@@ -1089,7 +1072,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1089
1072
|
template: '<ng-content></ng-content>',
|
|
1090
1073
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1091
1074
|
inputs: ['collapse', 'mode', 'translucent'],
|
|
1092
|
-
standalone: false
|
|
1093
1075
|
}]
|
|
1094
1076
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1095
1077
|
let IonGrid = class IonGrid {
|
|
@@ -1101,10 +1083,11 @@ let IonGrid = class IonGrid {
|
|
|
1101
1083
|
this.el = r.nativeElement;
|
|
1102
1084
|
}
|
|
1103
1085
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1104
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone:
|
|
1086
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonGrid, isStandalone: true, selector: "ion-grid", inputs: { fixed: "fixed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1105
1087
|
};
|
|
1106
1088
|
IonGrid = __decorate([
|
|
1107
1089
|
ProxyCmp({
|
|
1090
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
1108
1091
|
inputs: ['fixed']
|
|
1109
1092
|
})
|
|
1110
1093
|
], IonGrid);
|
|
@@ -1116,7 +1099,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1116
1099
|
template: '<ng-content></ng-content>',
|
|
1117
1100
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1118
1101
|
inputs: ['fixed'],
|
|
1119
|
-
standalone: false
|
|
1120
1102
|
}]
|
|
1121
1103
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1122
1104
|
let IonHeader = class IonHeader {
|
|
@@ -1128,10 +1110,11 @@ let IonHeader = class IonHeader {
|
|
|
1128
1110
|
this.el = r.nativeElement;
|
|
1129
1111
|
}
|
|
1130
1112
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1131
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonHeader, isStandalone:
|
|
1113
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonHeader, isStandalone: true, selector: "ion-header", inputs: { collapse: "collapse", mode: "mode", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1132
1114
|
};
|
|
1133
1115
|
IonHeader = __decorate([
|
|
1134
1116
|
ProxyCmp({
|
|
1117
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
1135
1118
|
inputs: ['collapse', 'mode', 'translucent']
|
|
1136
1119
|
})
|
|
1137
1120
|
], IonHeader);
|
|
@@ -1143,34 +1126,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1143
1126
|
template: '<ng-content></ng-content>',
|
|
1144
1127
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1145
1128
|
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
|
|
1174
1129
|
}]
|
|
1175
1130
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1176
1131
|
let IonImg = class IonImg {
|
|
@@ -1185,10 +1140,11 @@ let IonImg = class IonImg {
|
|
|
1185
1140
|
this.el = r.nativeElement;
|
|
1186
1141
|
}
|
|
1187
1142
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonImg, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1188
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone:
|
|
1143
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonImg, isStandalone: true, selector: "ion-img", inputs: { alt: "alt", src: "src" }, outputs: { ionImgWillLoad: "ionImgWillLoad", ionImgDidLoad: "ionImgDidLoad", ionError: "ionError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1189
1144
|
};
|
|
1190
1145
|
IonImg = __decorate([
|
|
1191
1146
|
ProxyCmp({
|
|
1147
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
1192
1148
|
inputs: ['alt', 'src']
|
|
1193
1149
|
})
|
|
1194
1150
|
], IonImg);
|
|
@@ -1201,7 +1157,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1201
1157
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1202
1158
|
inputs: ['alt', 'src'],
|
|
1203
1159
|
outputs: ['ionImgWillLoad', 'ionImgDidLoad', 'ionError'],
|
|
1204
|
-
standalone: false
|
|
1205
1160
|
}]
|
|
1206
1161
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionImgWillLoad: [{
|
|
1207
1162
|
type: Output
|
|
@@ -1220,10 +1175,11 @@ let IonInfiniteScroll = class IonInfiniteScroll {
|
|
|
1220
1175
|
this.el = r.nativeElement;
|
|
1221
1176
|
}
|
|
1222
1177
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1223
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScroll, isStandalone:
|
|
1178
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", position: "position", threshold: "threshold" }, outputs: { ionInfinite: "ionInfinite" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1224
1179
|
};
|
|
1225
1180
|
IonInfiniteScroll = __decorate([
|
|
1226
1181
|
ProxyCmp({
|
|
1182
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1227
1183
|
inputs: ['disabled', 'position', 'threshold'],
|
|
1228
1184
|
methods: ['complete']
|
|
1229
1185
|
})
|
|
@@ -1237,7 +1193,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1237
1193
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1238
1194
|
inputs: ['disabled', 'position', 'threshold'],
|
|
1239
1195
|
outputs: ['ionInfinite'],
|
|
1240
|
-
standalone: false
|
|
1241
1196
|
}]
|
|
1242
1197
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInfinite: [{
|
|
1243
1198
|
type: Output
|
|
@@ -1251,10 +1206,11 @@ let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|
|
|
1251
1206
|
this.el = r.nativeElement;
|
|
1252
1207
|
}
|
|
1253
1208
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInfiniteScrollContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1254
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScrollContent, isStandalone:
|
|
1209
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInfiniteScrollContent, isStandalone: true, selector: "ion-infinite-scroll-content", inputs: { loadingSpinner: "loadingSpinner", loadingText: "loadingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1255
1210
|
};
|
|
1256
1211
|
IonInfiniteScrollContent = __decorate([
|
|
1257
1212
|
ProxyCmp({
|
|
1213
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1258
1214
|
inputs: ['loadingSpinner', 'loadingText']
|
|
1259
1215
|
})
|
|
1260
1216
|
], IonInfiniteScrollContent);
|
|
@@ -1266,146 +1222,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1266
1222
|
template: '<ng-content></ng-content>',
|
|
1267
1223
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1268
1224
|
inputs: ['loadingSpinner', 'loadingText'],
|
|
1269
|
-
standalone: false
|
|
1270
1225
|
}]
|
|
1271
1226
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1272
|
-
let
|
|
1227
|
+
let IonInputPasswordToggle = class IonInputPasswordToggle {
|
|
1273
1228
|
z;
|
|
1274
1229
|
el;
|
|
1275
|
-
ionInput = new EventEmitter();
|
|
1276
|
-
ionChange = new EventEmitter();
|
|
1277
|
-
ionBlur = new EventEmitter();
|
|
1278
|
-
ionFocus = new EventEmitter();
|
|
1279
1230
|
constructor(c, r, z) {
|
|
1280
1231
|
this.z = z;
|
|
1281
1232
|
c.detach();
|
|
1282
1233
|
this.el = r.nativeElement;
|
|
1283
1234
|
}
|
|
1284
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
1285
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type:
|
|
1235
|
+
/** @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 });
|
|
1236
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonInputPasswordToggle, isStandalone: true, selector: "ion-input-password-toggle", inputs: { color: "color", hideIcon: "hideIcon", mode: "mode", showIcon: "showIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1286
1237
|
};
|
|
1287
|
-
|
|
1238
|
+
IonInputPasswordToggle = __decorate([
|
|
1288
1239
|
ProxyCmp({
|
|
1289
|
-
|
|
1290
|
-
|
|
1240
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1241
|
+
inputs: ['color', 'hideIcon', 'mode', 'showIcon']
|
|
1291
1242
|
})
|
|
1292
|
-
],
|
|
1293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
1243
|
+
], IonInputPasswordToggle);
|
|
1244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonInputPasswordToggle, decorators: [{
|
|
1294
1245
|
type: Component,
|
|
1295
1246
|
args: [{
|
|
1296
|
-
selector: 'ion-input',
|
|
1247
|
+
selector: 'ion-input-password-toggle',
|
|
1297
1248
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1298
1249
|
template: '<ng-content></ng-content>',
|
|
1299
1250
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1300
|
-
inputs: ['
|
|
1301
|
-
outputs: ['ionInput', 'ionChange', 'ionBlur', 'ionFocus'],
|
|
1302
|
-
standalone: false
|
|
1251
|
+
inputs: ['color', 'hideIcon', 'mode', 'showIcon'],
|
|
1303
1252
|
}]
|
|
1304
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1305
|
-
|
|
1306
|
-
}], ionChange: [{
|
|
1307
|
-
type: Output
|
|
1308
|
-
}], ionBlur: [{
|
|
1309
|
-
type: Output
|
|
1310
|
-
}], ionFocus: [{
|
|
1311
|
-
type: Output
|
|
1312
|
-
}] } });
|
|
1313
|
-
let IonInputOtp = class IonInputOtp {
|
|
1253
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1254
|
+
let IonItem = class IonItem {
|
|
1314
1255
|
z;
|
|
1315
1256
|
el;
|
|
1316
|
-
ionInput = new EventEmitter();
|
|
1317
|
-
ionChange = new EventEmitter();
|
|
1318
|
-
ionComplete = new EventEmitter();
|
|
1319
|
-
ionBlur = new EventEmitter();
|
|
1320
|
-
ionFocus = new EventEmitter();
|
|
1321
1257
|
constructor(c, r, z) {
|
|
1322
1258
|
this.z = z;
|
|
1323
1259
|
c.detach();
|
|
1324
1260
|
this.el = r.nativeElement;
|
|
1325
1261
|
}
|
|
1326
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
1327
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type:
|
|
1262
|
+
/** @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 });
|
|
1263
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItem, isStandalone: true, selector: "ion-item", inputs: { button: "button", color: "color", detail: "detail", detailIcon: "detailIcon", disabled: "disabled", download: "download", href: "href", lines: "lines", mode: "mode", rel: "rel", routerAnimation: "routerAnimation", routerDirection: "routerDirection", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1328
1264
|
};
|
|
1329
|
-
|
|
1265
|
+
IonItem = __decorate([
|
|
1330
1266
|
ProxyCmp({
|
|
1331
|
-
|
|
1332
|
-
|
|
1267
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1268
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type']
|
|
1333
1269
|
})
|
|
1334
|
-
],
|
|
1335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
1270
|
+
], IonItem);
|
|
1271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItem, decorators: [{
|
|
1336
1272
|
type: Component,
|
|
1337
1273
|
args: [{
|
|
1338
|
-
selector: 'ion-
|
|
1274
|
+
selector: 'ion-item',
|
|
1339
1275
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1340
1276
|
template: '<ng-content></ng-content>',
|
|
1341
1277
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1342
|
-
inputs: ['
|
|
1343
|
-
outputs: ['ionInput', 'ionChange', 'ionComplete', 'ionBlur', 'ionFocus'],
|
|
1344
|
-
standalone: false
|
|
1345
|
-
}]
|
|
1346
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionInput: [{
|
|
1347
|
-
type: Output
|
|
1348
|
-
}], ionChange: [{
|
|
1349
|
-
type: Output
|
|
1350
|
-
}], ionComplete: [{
|
|
1351
|
-
type: Output
|
|
1352
|
-
}], ionBlur: [{
|
|
1353
|
-
type: Output
|
|
1354
|
-
}], ionFocus: [{
|
|
1355
|
-
type: Output
|
|
1356
|
-
}] } });
|
|
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
|
|
1278
|
+
inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'],
|
|
1409
1279
|
}]
|
|
1410
1280
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1411
1281
|
let IonItemDivider = class IonItemDivider {
|
|
@@ -1417,10 +1287,11 @@ let IonItemDivider = class IonItemDivider {
|
|
|
1417
1287
|
this.el = r.nativeElement;
|
|
1418
1288
|
}
|
|
1419
1289
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1420
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemDivider, isStandalone:
|
|
1290
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemDivider, isStandalone: true, selector: "ion-item-divider", inputs: { color: "color", mode: "mode", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1421
1291
|
};
|
|
1422
1292
|
IonItemDivider = __decorate([
|
|
1423
1293
|
ProxyCmp({
|
|
1294
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1424
1295
|
inputs: ['color', 'mode', 'sticky']
|
|
1425
1296
|
})
|
|
1426
1297
|
], IonItemDivider);
|
|
@@ -1432,7 +1303,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1432
1303
|
template: '<ng-content></ng-content>',
|
|
1433
1304
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1434
1305
|
inputs: ['color', 'mode', 'sticky'],
|
|
1435
|
-
standalone: false
|
|
1436
1306
|
}]
|
|
1437
1307
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1438
1308
|
let IonItemGroup = class IonItemGroup {
|
|
@@ -1444,10 +1314,12 @@ let IonItemGroup = class IonItemGroup {
|
|
|
1444
1314
|
this.el = r.nativeElement;
|
|
1445
1315
|
}
|
|
1446
1316
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1447
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemGroup, isStandalone:
|
|
1317
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemGroup, isStandalone: true, selector: "ion-item-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1448
1318
|
};
|
|
1449
1319
|
IonItemGroup = __decorate([
|
|
1450
|
-
ProxyCmp({
|
|
1320
|
+
ProxyCmp({
|
|
1321
|
+
defineCustomElementFn: defineCustomElement$C
|
|
1322
|
+
})
|
|
1451
1323
|
], IonItemGroup);
|
|
1452
1324
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemGroup, decorators: [{
|
|
1453
1325
|
type: Component,
|
|
@@ -1457,7 +1329,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1457
1329
|
template: '<ng-content></ng-content>',
|
|
1458
1330
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1459
1331
|
inputs: [],
|
|
1460
|
-
standalone: false
|
|
1461
1332
|
}]
|
|
1462
1333
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1463
1334
|
let IonItemOption = class IonItemOption {
|
|
@@ -1469,10 +1340,11 @@ let IonItemOption = class IonItemOption {
|
|
|
1469
1340
|
this.el = r.nativeElement;
|
|
1470
1341
|
}
|
|
1471
1342
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1472
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOption, isStandalone:
|
|
1343
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOption, isStandalone: true, selector: "ion-item-option", inputs: { color: "color", disabled: "disabled", download: "download", expandable: "expandable", href: "href", mode: "mode", rel: "rel", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1473
1344
|
};
|
|
1474
1345
|
IonItemOption = __decorate([
|
|
1475
1346
|
ProxyCmp({
|
|
1347
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1476
1348
|
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type']
|
|
1477
1349
|
})
|
|
1478
1350
|
], IonItemOption);
|
|
@@ -1484,7 +1356,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1484
1356
|
template: '<ng-content></ng-content>',
|
|
1485
1357
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1486
1358
|
inputs: ['color', 'disabled', 'download', 'expandable', 'href', 'mode', 'rel', 'target', 'type'],
|
|
1487
|
-
standalone: false
|
|
1488
1359
|
}]
|
|
1489
1360
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1490
1361
|
let IonItemOptions = class IonItemOptions {
|
|
@@ -1497,10 +1368,11 @@ let IonItemOptions = class IonItemOptions {
|
|
|
1497
1368
|
this.el = r.nativeElement;
|
|
1498
1369
|
}
|
|
1499
1370
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemOptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1500
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOptions, isStandalone:
|
|
1371
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemOptions, isStandalone: true, selector: "ion-item-options", inputs: { side: "side" }, outputs: { ionSwipe: "ionSwipe" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1501
1372
|
};
|
|
1502
1373
|
IonItemOptions = __decorate([
|
|
1503
1374
|
ProxyCmp({
|
|
1375
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1504
1376
|
inputs: ['side']
|
|
1505
1377
|
})
|
|
1506
1378
|
], IonItemOptions);
|
|
@@ -1513,7 +1385,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1513
1385
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1514
1386
|
inputs: ['side'],
|
|
1515
1387
|
outputs: ['ionSwipe'],
|
|
1516
|
-
standalone: false
|
|
1517
1388
|
}]
|
|
1518
1389
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSwipe: [{
|
|
1519
1390
|
type: Output
|
|
@@ -1528,10 +1399,11 @@ let IonItemSliding = class IonItemSliding {
|
|
|
1528
1399
|
this.el = r.nativeElement;
|
|
1529
1400
|
}
|
|
1530
1401
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonItemSliding, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1531
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemSliding, isStandalone:
|
|
1402
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonItemSliding, isStandalone: true, selector: "ion-item-sliding", inputs: { disabled: "disabled" }, outputs: { ionDrag: "ionDrag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1532
1403
|
};
|
|
1533
1404
|
IonItemSliding = __decorate([
|
|
1534
1405
|
ProxyCmp({
|
|
1406
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1535
1407
|
inputs: ['disabled'],
|
|
1536
1408
|
methods: ['getOpenAmount', 'getSlidingRatio', 'open', 'close', 'closeOpened']
|
|
1537
1409
|
})
|
|
@@ -1545,7 +1417,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1545
1417
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1546
1418
|
inputs: ['disabled'],
|
|
1547
1419
|
outputs: ['ionDrag'],
|
|
1548
|
-
standalone: false
|
|
1549
1420
|
}]
|
|
1550
1421
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionDrag: [{
|
|
1551
1422
|
type: Output
|
|
@@ -1559,10 +1430,11 @@ let IonLabel = class IonLabel {
|
|
|
1559
1430
|
this.el = r.nativeElement;
|
|
1560
1431
|
}
|
|
1561
1432
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1562
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLabel, isStandalone:
|
|
1433
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLabel, isStandalone: true, selector: "ion-label", inputs: { color: "color", mode: "mode", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1563
1434
|
};
|
|
1564
1435
|
IonLabel = __decorate([
|
|
1565
1436
|
ProxyCmp({
|
|
1437
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1566
1438
|
inputs: ['color', 'mode', 'position']
|
|
1567
1439
|
})
|
|
1568
1440
|
], IonLabel);
|
|
@@ -1574,7 +1446,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1574
1446
|
template: '<ng-content></ng-content>',
|
|
1575
1447
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1576
1448
|
inputs: ['color', 'mode', 'position'],
|
|
1577
|
-
standalone: false
|
|
1578
1449
|
}]
|
|
1579
1450
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1580
1451
|
let IonList = class IonList {
|
|
@@ -1586,10 +1457,11 @@ let IonList = class IonList {
|
|
|
1586
1457
|
this.el = r.nativeElement;
|
|
1587
1458
|
}
|
|
1588
1459
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1589
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonList, isStandalone:
|
|
1460
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonList, isStandalone: true, selector: "ion-list", inputs: { inset: "inset", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1590
1461
|
};
|
|
1591
1462
|
IonList = __decorate([
|
|
1592
1463
|
ProxyCmp({
|
|
1464
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1593
1465
|
inputs: ['inset', 'lines', 'mode'],
|
|
1594
1466
|
methods: ['closeSlidingItems']
|
|
1595
1467
|
})
|
|
@@ -1602,7 +1474,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1602
1474
|
template: '<ng-content></ng-content>',
|
|
1603
1475
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1604
1476
|
inputs: ['inset', 'lines', 'mode'],
|
|
1605
|
-
standalone: false
|
|
1606
1477
|
}]
|
|
1607
1478
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1608
1479
|
let IonListHeader = class IonListHeader {
|
|
@@ -1614,10 +1485,11 @@ let IonListHeader = class IonListHeader {
|
|
|
1614
1485
|
this.el = r.nativeElement;
|
|
1615
1486
|
}
|
|
1616
1487
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonListHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1617
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonListHeader, isStandalone:
|
|
1488
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonListHeader, isStandalone: true, selector: "ion-list-header", inputs: { color: "color", lines: "lines", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1618
1489
|
};
|
|
1619
1490
|
IonListHeader = __decorate([
|
|
1620
1491
|
ProxyCmp({
|
|
1492
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1621
1493
|
inputs: ['color', 'lines', 'mode']
|
|
1622
1494
|
})
|
|
1623
1495
|
], IonListHeader);
|
|
@@ -1629,7 +1501,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1629
1501
|
template: '<ng-content></ng-content>',
|
|
1630
1502
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1631
1503
|
inputs: ['color', 'lines', 'mode'],
|
|
1632
|
-
standalone: false
|
|
1633
1504
|
}]
|
|
1634
1505
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1635
1506
|
let IonLoading = class IonLoading {
|
|
@@ -1649,10 +1520,11 @@ let IonLoading = class IonLoading {
|
|
|
1649
1520
|
this.el = r.nativeElement;
|
|
1650
1521
|
}
|
|
1651
1522
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonLoading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1652
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLoading, isStandalone:
|
|
1523
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonLoading, isStandalone: true, selector: "ion-loading", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", htmlAttributes: "htmlAttributes", isOpen: "isOpen", keyboardClose: "keyboardClose", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", showBackdrop: "showBackdrop", spinner: "spinner", translucent: "translucent", trigger: "trigger" }, outputs: { ionLoadingDidPresent: "ionLoadingDidPresent", ionLoadingWillPresent: "ionLoadingWillPresent", ionLoadingWillDismiss: "ionLoadingWillDismiss", ionLoadingDidDismiss: "ionLoadingDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1653
1524
|
};
|
|
1654
1525
|
IonLoading = __decorate([
|
|
1655
1526
|
ProxyCmp({
|
|
1527
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1656
1528
|
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1657
1529
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1658
1530
|
})
|
|
@@ -1666,7 +1538,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1666
1538
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1667
1539
|
inputs: ['animated', 'backdropDismiss', 'cssClass', 'duration', 'enterAnimation', 'htmlAttributes', 'isOpen', 'keyboardClose', 'leaveAnimation', 'message', 'mode', 'showBackdrop', 'spinner', 'translucent', 'trigger'],
|
|
1668
1540
|
outputs: ['ionLoadingDidPresent', 'ionLoadingWillPresent', 'ionLoadingWillDismiss', 'ionLoadingDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
1669
|
-
standalone: false
|
|
1670
1541
|
}]
|
|
1671
1542
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionLoadingDidPresent: [{
|
|
1672
1543
|
type: Output
|
|
@@ -1698,10 +1569,11 @@ let IonMenu = class IonMenu {
|
|
|
1698
1569
|
this.el = r.nativeElement;
|
|
1699
1570
|
}
|
|
1700
1571
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1701
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenu, isStandalone:
|
|
1572
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenu, isStandalone: true, selector: "ion-menu", inputs: { contentId: "contentId", disabled: "disabled", maxEdgeStart: "maxEdgeStart", menuId: "menuId", side: "side", swipeGesture: "swipeGesture", type: "type" }, outputs: { ionWillOpen: "ionWillOpen", ionWillClose: "ionWillClose", ionDidOpen: "ionDidOpen", ionDidClose: "ionDidClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1702
1573
|
};
|
|
1703
1574
|
IonMenu = __decorate([
|
|
1704
1575
|
ProxyCmp({
|
|
1576
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1705
1577
|
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1706
1578
|
methods: ['isOpen', 'isActive', 'open', 'close', 'toggle', 'setOpen']
|
|
1707
1579
|
})
|
|
@@ -1715,7 +1587,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1715
1587
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1716
1588
|
inputs: ['contentId', 'disabled', 'maxEdgeStart', 'menuId', 'side', 'swipeGesture', 'type'],
|
|
1717
1589
|
outputs: ['ionWillOpen', 'ionWillClose', 'ionDidOpen', 'ionDidClose'],
|
|
1718
|
-
standalone: false
|
|
1719
1590
|
}]
|
|
1720
1591
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionWillOpen: [{
|
|
1721
1592
|
type: Output
|
|
@@ -1735,10 +1606,11 @@ let IonMenuButton = class IonMenuButton {
|
|
|
1735
1606
|
this.el = r.nativeElement;
|
|
1736
1607
|
}
|
|
1737
1608
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1738
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuButton, isStandalone:
|
|
1609
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuButton, isStandalone: true, selector: "ion-menu-button", inputs: { autoHide: "autoHide", color: "color", disabled: "disabled", menu: "menu", mode: "mode", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1739
1610
|
};
|
|
1740
1611
|
IonMenuButton = __decorate([
|
|
1741
1612
|
ProxyCmp({
|
|
1613
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1742
1614
|
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type']
|
|
1743
1615
|
})
|
|
1744
1616
|
], IonMenuButton);
|
|
@@ -1750,7 +1622,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1750
1622
|
template: '<ng-content></ng-content>',
|
|
1751
1623
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1752
1624
|
inputs: ['autoHide', 'color', 'disabled', 'menu', 'mode', 'type'],
|
|
1753
|
-
standalone: false
|
|
1754
1625
|
}]
|
|
1755
1626
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1756
1627
|
let IonMenuToggle = class IonMenuToggle {
|
|
@@ -1762,10 +1633,11 @@ let IonMenuToggle = class IonMenuToggle {
|
|
|
1762
1633
|
this.el = r.nativeElement;
|
|
1763
1634
|
}
|
|
1764
1635
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonMenuToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1765
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuToggle, isStandalone:
|
|
1636
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonMenuToggle, isStandalone: true, selector: "ion-menu-toggle", inputs: { autoHide: "autoHide", menu: "menu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1766
1637
|
};
|
|
1767
1638
|
IonMenuToggle = __decorate([
|
|
1768
1639
|
ProxyCmp({
|
|
1640
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1769
1641
|
inputs: ['autoHide', 'menu']
|
|
1770
1642
|
})
|
|
1771
1643
|
], IonMenuToggle);
|
|
@@ -1777,7 +1649,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1777
1649
|
template: '<ng-content></ng-content>',
|
|
1778
1650
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1779
1651
|
inputs: ['autoHide', 'menu'],
|
|
1780
|
-
standalone: false
|
|
1781
1652
|
}]
|
|
1782
1653
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1783
1654
|
let IonNavLink = class IonNavLink {
|
|
@@ -1789,10 +1660,11 @@ let IonNavLink = class IonNavLink {
|
|
|
1789
1660
|
this.el = r.nativeElement;
|
|
1790
1661
|
}
|
|
1791
1662
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNavLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1792
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNavLink, isStandalone:
|
|
1663
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNavLink, isStandalone: true, selector: "ion-nav-link", inputs: { component: "component", componentProps: "componentProps", routerAnimation: "routerAnimation", routerDirection: "routerDirection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1793
1664
|
};
|
|
1794
1665
|
IonNavLink = __decorate([
|
|
1795
1666
|
ProxyCmp({
|
|
1667
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1796
1668
|
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection']
|
|
1797
1669
|
})
|
|
1798
1670
|
], IonNavLink);
|
|
@@ -1804,7 +1676,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1804
1676
|
template: '<ng-content></ng-content>',
|
|
1805
1677
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1806
1678
|
inputs: ['component', 'componentProps', 'routerAnimation', 'routerDirection'],
|
|
1807
|
-
standalone: false
|
|
1808
1679
|
}]
|
|
1809
1680
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1810
1681
|
let IonNote = class IonNote {
|
|
@@ -1816,10 +1687,11 @@ let IonNote = class IonNote {
|
|
|
1816
1687
|
this.el = r.nativeElement;
|
|
1817
1688
|
}
|
|
1818
1689
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonNote, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1819
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNote, isStandalone:
|
|
1690
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNote, isStandalone: true, selector: "ion-note", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1820
1691
|
};
|
|
1821
1692
|
IonNote = __decorate([
|
|
1822
1693
|
ProxyCmp({
|
|
1694
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1823
1695
|
inputs: ['color', 'mode']
|
|
1824
1696
|
})
|
|
1825
1697
|
], IonNote);
|
|
@@ -1831,7 +1703,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1831
1703
|
template: '<ng-content></ng-content>',
|
|
1832
1704
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1833
1705
|
inputs: ['color', 'mode'],
|
|
1834
|
-
standalone: false
|
|
1835
1706
|
}]
|
|
1836
1707
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1837
1708
|
let IonPicker = class IonPicker {
|
|
@@ -1843,10 +1714,11 @@ let IonPicker = class IonPicker {
|
|
|
1843
1714
|
this.el = r.nativeElement;
|
|
1844
1715
|
}
|
|
1845
1716
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1846
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPicker, isStandalone:
|
|
1717
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPicker, isStandalone: true, selector: "ion-picker", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1847
1718
|
};
|
|
1848
1719
|
IonPicker = __decorate([
|
|
1849
1720
|
ProxyCmp({
|
|
1721
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1850
1722
|
inputs: ['mode']
|
|
1851
1723
|
})
|
|
1852
1724
|
], IonPicker);
|
|
@@ -1858,7 +1730,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1858
1730
|
template: '<ng-content></ng-content>',
|
|
1859
1731
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1860
1732
|
inputs: ['mode'],
|
|
1861
|
-
standalone: false
|
|
1862
1733
|
}]
|
|
1863
1734
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1864
1735
|
let IonPickerColumn = class IonPickerColumn {
|
|
@@ -1871,10 +1742,11 @@ let IonPickerColumn = class IonPickerColumn {
|
|
|
1871
1742
|
this.el = r.nativeElement;
|
|
1872
1743
|
}
|
|
1873
1744
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1874
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumn, isStandalone:
|
|
1745
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumn, isStandalone: true, selector: "ion-picker-column", inputs: { color: "color", disabled: "disabled", mode: "mode", value: "value" }, outputs: { ionChange: "ionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1875
1746
|
};
|
|
1876
1747
|
IonPickerColumn = __decorate([
|
|
1877
1748
|
ProxyCmp({
|
|
1749
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1878
1750
|
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1879
1751
|
methods: ['setFocus']
|
|
1880
1752
|
})
|
|
@@ -1888,7 +1760,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1888
1760
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1889
1761
|
inputs: ['color', 'disabled', 'mode', 'value'],
|
|
1890
1762
|
outputs: ['ionChange'],
|
|
1891
|
-
standalone: false
|
|
1892
1763
|
}]
|
|
1893
1764
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionChange: [{
|
|
1894
1765
|
type: Output
|
|
@@ -1902,10 +1773,11 @@ let IonPickerColumnOption = class IonPickerColumnOption {
|
|
|
1902
1773
|
this.el = r.nativeElement;
|
|
1903
1774
|
}
|
|
1904
1775
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonPickerColumnOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1905
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumnOption, isStandalone:
|
|
1776
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonPickerColumnOption, isStandalone: true, selector: "ion-picker-column-option", inputs: { color: "color", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1906
1777
|
};
|
|
1907
1778
|
IonPickerColumnOption = __decorate([
|
|
1908
1779
|
ProxyCmp({
|
|
1780
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1909
1781
|
inputs: ['color', 'disabled', 'value']
|
|
1910
1782
|
})
|
|
1911
1783
|
], IonPickerColumnOption);
|
|
@@ -1917,7 +1789,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1917
1789
|
template: '<ng-content></ng-content>',
|
|
1918
1790
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1919
1791
|
inputs: ['color', 'disabled', 'value'],
|
|
1920
|
-
standalone: false
|
|
1921
1792
|
}]
|
|
1922
1793
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1923
1794
|
let IonProgressBar = class IonProgressBar {
|
|
@@ -1929,10 +1800,11 @@ let IonProgressBar = class IonProgressBar {
|
|
|
1929
1800
|
this.el = r.nativeElement;
|
|
1930
1801
|
}
|
|
1931
1802
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1932
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonProgressBar, isStandalone:
|
|
1803
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonProgressBar, isStandalone: true, selector: "ion-progress-bar", inputs: { buffer: "buffer", color: "color", mode: "mode", reversed: "reversed", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1933
1804
|
};
|
|
1934
1805
|
IonProgressBar = __decorate([
|
|
1935
1806
|
ProxyCmp({
|
|
1807
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1936
1808
|
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value']
|
|
1937
1809
|
})
|
|
1938
1810
|
], IonProgressBar);
|
|
@@ -1944,7 +1816,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1944
1816
|
template: '<ng-content></ng-content>',
|
|
1945
1817
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1946
1818
|
inputs: ['buffer', 'color', 'mode', 'reversed', 'type', 'value'],
|
|
1947
|
-
standalone: false
|
|
1948
1819
|
}]
|
|
1949
1820
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1950
1821
|
let IonRadio = class IonRadio {
|
|
@@ -1958,10 +1829,11 @@ let IonRadio = class IonRadio {
|
|
|
1958
1829
|
this.el = r.nativeElement;
|
|
1959
1830
|
}
|
|
1960
1831
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1961
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone:
|
|
1832
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRadio, isStandalone: true, selector: "ion-radio", inputs: { alignment: "alignment", color: "color", disabled: "disabled", justify: "justify", labelPlacement: "labelPlacement", mode: "mode", name: "name", value: "value" }, outputs: { ionFocus: "ionFocus", ionBlur: "ionBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1962
1833
|
};
|
|
1963
1834
|
IonRadio = __decorate([
|
|
1964
1835
|
ProxyCmp({
|
|
1836
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1965
1837
|
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value']
|
|
1966
1838
|
})
|
|
1967
1839
|
], IonRadio);
|
|
@@ -1974,90 +1846,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
1974
1846
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1975
1847
|
inputs: ['alignment', 'color', 'disabled', 'justify', 'labelPlacement', 'mode', 'name', 'value'],
|
|
1976
1848
|
outputs: ['ionFocus', 'ionBlur'],
|
|
1977
|
-
standalone: false
|
|
1978
1849
|
}]
|
|
1979
1850
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionFocus: [{
|
|
1980
1851
|
type: Output
|
|
1981
1852
|
}], ionBlur: [{
|
|
1982
1853
|
type: Output
|
|
1983
1854
|
}] } });
|
|
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
|
-
}] } });
|
|
2061
1855
|
let IonRefresher = class IonRefresher {
|
|
2062
1856
|
z;
|
|
2063
1857
|
el;
|
|
@@ -2072,10 +1866,11 @@ let IonRefresher = class IonRefresher {
|
|
|
2072
1866
|
this.el = r.nativeElement;
|
|
2073
1867
|
}
|
|
2074
1868
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2075
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone:
|
|
1869
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, outputs: { ionRefresh: "ionRefresh", ionPull: "ionPull", ionStart: "ionStart", ionPullStart: "ionPullStart", ionPullEnd: "ionPullEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2076
1870
|
};
|
|
2077
1871
|
IonRefresher = __decorate([
|
|
2078
1872
|
ProxyCmp({
|
|
1873
|
+
defineCustomElementFn: defineCustomElement$U,
|
|
2079
1874
|
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
2080
1875
|
methods: ['complete', 'cancel', 'getProgress']
|
|
2081
1876
|
})
|
|
@@ -2089,7 +1884,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2089
1884
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2090
1885
|
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
|
2091
1886
|
outputs: ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd'],
|
|
2092
|
-
standalone: false
|
|
2093
1887
|
}]
|
|
2094
1888
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionRefresh: [{
|
|
2095
1889
|
type: Output
|
|
@@ -2111,10 +1905,11 @@ let IonRefresherContent = class IonRefresherContent {
|
|
|
2111
1905
|
this.el = r.nativeElement;
|
|
2112
1906
|
}
|
|
2113
1907
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRefresherContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2114
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresherContent, isStandalone:
|
|
1908
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRefresherContent, isStandalone: true, selector: "ion-refresher-content", inputs: { pullingIcon: "pullingIcon", pullingText: "pullingText", refreshingSpinner: "refreshingSpinner", refreshingText: "refreshingText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2115
1909
|
};
|
|
2116
1910
|
IonRefresherContent = __decorate([
|
|
2117
1911
|
ProxyCmp({
|
|
1912
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
2118
1913
|
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText']
|
|
2119
1914
|
})
|
|
2120
1915
|
], IonRefresherContent);
|
|
@@ -2126,7 +1921,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2126
1921
|
template: '<ng-content></ng-content>',
|
|
2127
1922
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2128
1923
|
inputs: ['pullingIcon', 'pullingText', 'refreshingSpinner', 'refreshingText'],
|
|
2129
|
-
standalone: false
|
|
2130
1924
|
}]
|
|
2131
1925
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2132
1926
|
let IonReorder = class IonReorder {
|
|
@@ -2138,10 +1932,12 @@ let IonReorder = class IonReorder {
|
|
|
2138
1932
|
this.el = r.nativeElement;
|
|
2139
1933
|
}
|
|
2140
1934
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2141
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorder, isStandalone:
|
|
1935
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorder, isStandalone: true, selector: "ion-reorder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2142
1936
|
};
|
|
2143
1937
|
IonReorder = __decorate([
|
|
2144
|
-
ProxyCmp({
|
|
1938
|
+
ProxyCmp({
|
|
1939
|
+
defineCustomElementFn: defineCustomElement$W
|
|
1940
|
+
})
|
|
2145
1941
|
], IonReorder);
|
|
2146
1942
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorder, decorators: [{
|
|
2147
1943
|
type: Component,
|
|
@@ -2151,7 +1947,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2151
1947
|
template: '<ng-content></ng-content>',
|
|
2152
1948
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2153
1949
|
inputs: [],
|
|
2154
|
-
standalone: false
|
|
2155
1950
|
}]
|
|
2156
1951
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2157
1952
|
let IonReorderGroup = class IonReorderGroup {
|
|
@@ -2167,10 +1962,11 @@ let IonReorderGroup = class IonReorderGroup {
|
|
|
2167
1962
|
this.el = r.nativeElement;
|
|
2168
1963
|
}
|
|
2169
1964
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonReorderGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2170
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone:
|
|
1965
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonReorderGroup, isStandalone: true, selector: "ion-reorder-group", inputs: { disabled: "disabled" }, outputs: { ionItemReorder: "ionItemReorder", ionReorderStart: "ionReorderStart", ionReorderMove: "ionReorderMove", ionReorderEnd: "ionReorderEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2171
1966
|
};
|
|
2172
1967
|
IonReorderGroup = __decorate([
|
|
2173
1968
|
ProxyCmp({
|
|
1969
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
2174
1970
|
inputs: ['disabled'],
|
|
2175
1971
|
methods: ['complete']
|
|
2176
1972
|
})
|
|
@@ -2184,7 +1980,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2184
1980
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2185
1981
|
inputs: ['disabled'],
|
|
2186
1982
|
outputs: ['ionItemReorder', 'ionReorderStart', 'ionReorderMove', 'ionReorderEnd'],
|
|
2187
|
-
standalone: false
|
|
2188
1983
|
}]
|
|
2189
1984
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionItemReorder: [{
|
|
2190
1985
|
type: Output
|
|
@@ -2204,10 +1999,11 @@ let IonRippleEffect = class IonRippleEffect {
|
|
|
2204
1999
|
this.el = r.nativeElement;
|
|
2205
2000
|
}
|
|
2206
2001
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRippleEffect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2207
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRippleEffect, isStandalone:
|
|
2002
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRippleEffect, isStandalone: true, selector: "ion-ripple-effect", inputs: { type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2208
2003
|
};
|
|
2209
2004
|
IonRippleEffect = __decorate([
|
|
2210
2005
|
ProxyCmp({
|
|
2006
|
+
defineCustomElementFn: defineCustomElement$Y,
|
|
2211
2007
|
inputs: ['type'],
|
|
2212
2008
|
methods: ['addRipple']
|
|
2213
2009
|
})
|
|
@@ -2220,7 +2016,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2220
2016
|
template: '<ng-content></ng-content>',
|
|
2221
2017
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2222
2018
|
inputs: ['type'],
|
|
2223
|
-
standalone: false
|
|
2224
2019
|
}]
|
|
2225
2020
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2226
2021
|
let IonRow = class IonRow {
|
|
@@ -2232,10 +2027,12 @@ let IonRow = class IonRow {
|
|
|
2232
2027
|
this.el = r.nativeElement;
|
|
2233
2028
|
}
|
|
2234
2029
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2235
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRow, isStandalone:
|
|
2030
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonRow, isStandalone: true, selector: "ion-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2236
2031
|
};
|
|
2237
2032
|
IonRow = __decorate([
|
|
2238
|
-
ProxyCmp({
|
|
2033
|
+
ProxyCmp({
|
|
2034
|
+
defineCustomElementFn: defineCustomElement$Z
|
|
2035
|
+
})
|
|
2239
2036
|
], IonRow);
|
|
2240
2037
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonRow, decorators: [{
|
|
2241
2038
|
type: Component,
|
|
@@ -2245,87 +2042,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2245
2042
|
template: '<ng-content></ng-content>',
|
|
2246
2043
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2247
2044
|
inputs: [],
|
|
2248
|
-
standalone: false
|
|
2249
2045
|
}]
|
|
2250
2046
|
}], 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
|
-
}] } });
|
|
2329
2047
|
let IonSegmentButton = class IonSegmentButton {
|
|
2330
2048
|
z;
|
|
2331
2049
|
el;
|
|
@@ -2335,10 +2053,11 @@ let IonSegmentButton = class IonSegmentButton {
|
|
|
2335
2053
|
this.el = r.nativeElement;
|
|
2336
2054
|
}
|
|
2337
2055
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2338
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentButton, isStandalone:
|
|
2056
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentButton, isStandalone: true, selector: "ion-segment-button", inputs: { contentId: "contentId", disabled: "disabled", layout: "layout", mode: "mode", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2339
2057
|
};
|
|
2340
2058
|
IonSegmentButton = __decorate([
|
|
2341
2059
|
ProxyCmp({
|
|
2060
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
2342
2061
|
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value']
|
|
2343
2062
|
})
|
|
2344
2063
|
], IonSegmentButton);
|
|
@@ -2350,7 +2069,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2350
2069
|
template: '<ng-content></ng-content>',
|
|
2351
2070
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2352
2071
|
inputs: ['contentId', 'disabled', 'layout', 'mode', 'type', 'value'],
|
|
2353
|
-
standalone: false
|
|
2354
2072
|
}]
|
|
2355
2073
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2356
2074
|
let IonSegmentContent = class IonSegmentContent {
|
|
@@ -2362,10 +2080,12 @@ let IonSegmentContent = class IonSegmentContent {
|
|
|
2362
2080
|
this.el = r.nativeElement;
|
|
2363
2081
|
}
|
|
2364
2082
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2365
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentContent, isStandalone:
|
|
2083
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentContent, isStandalone: true, selector: "ion-segment-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2366
2084
|
};
|
|
2367
2085
|
IonSegmentContent = __decorate([
|
|
2368
|
-
ProxyCmp({
|
|
2086
|
+
ProxyCmp({
|
|
2087
|
+
defineCustomElementFn: defineCustomElement$$
|
|
2088
|
+
})
|
|
2369
2089
|
], IonSegmentContent);
|
|
2370
2090
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentContent, decorators: [{
|
|
2371
2091
|
type: Component,
|
|
@@ -2375,7 +2095,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2375
2095
|
template: '<ng-content></ng-content>',
|
|
2376
2096
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2377
2097
|
inputs: [],
|
|
2378
|
-
standalone: false
|
|
2379
2098
|
}]
|
|
2380
2099
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2381
2100
|
let IonSegmentView = class IonSegmentView {
|
|
@@ -2388,10 +2107,11 @@ let IonSegmentView = class IonSegmentView {
|
|
|
2388
2107
|
this.el = r.nativeElement;
|
|
2389
2108
|
}
|
|
2390
2109
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSegmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2391
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentView, isStandalone:
|
|
2110
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSegmentView, isStandalone: true, selector: "ion-segment-view", inputs: { disabled: "disabled", swipeGesture: "swipeGesture" }, outputs: { ionSegmentViewScroll: "ionSegmentViewScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2392
2111
|
};
|
|
2393
2112
|
IonSegmentView = __decorate([
|
|
2394
2113
|
ProxyCmp({
|
|
2114
|
+
defineCustomElementFn: defineCustomElement$10,
|
|
2395
2115
|
inputs: ['disabled', 'swipeGesture']
|
|
2396
2116
|
})
|
|
2397
2117
|
], IonSegmentView);
|
|
@@ -2404,55 +2124,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2404
2124
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2405
2125
|
inputs: ['disabled', 'swipeGesture'],
|
|
2406
2126
|
outputs: ['ionSegmentViewScroll'],
|
|
2407
|
-
standalone: false
|
|
2408
2127
|
}]
|
|
2409
2128
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSegmentViewScroll: [{
|
|
2410
2129
|
type: Output
|
|
2411
2130
|
}] } });
|
|
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
|
-
}] } });
|
|
2456
2131
|
let IonSelectModal = class IonSelectModal {
|
|
2457
2132
|
z;
|
|
2458
2133
|
el;
|
|
@@ -2462,10 +2137,11 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2462
2137
|
this.el = r.nativeElement;
|
|
2463
2138
|
}
|
|
2464
2139
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2465
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectModal, isStandalone:
|
|
2140
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectModal, isStandalone: true, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2466
2141
|
};
|
|
2467
2142
|
IonSelectModal = __decorate([
|
|
2468
2143
|
ProxyCmp({
|
|
2144
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
2469
2145
|
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2470
2146
|
})
|
|
2471
2147
|
], IonSelectModal);
|
|
@@ -2477,7 +2153,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2477
2153
|
template: '<ng-content></ng-content>',
|
|
2478
2154
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2479
2155
|
inputs: ['cancelText', 'header', 'multiple', 'options'],
|
|
2480
|
-
standalone: false
|
|
2481
2156
|
}]
|
|
2482
2157
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2483
2158
|
let IonSelectOption = class IonSelectOption {
|
|
@@ -2489,10 +2164,11 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2489
2164
|
this.el = r.nativeElement;
|
|
2490
2165
|
}
|
|
2491
2166
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2492
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectOption, isStandalone:
|
|
2167
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSelectOption, isStandalone: true, 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 });
|
|
2493
2168
|
};
|
|
2494
2169
|
IonSelectOption = __decorate([
|
|
2495
2170
|
ProxyCmp({
|
|
2171
|
+
defineCustomElementFn: defineCustomElement$12,
|
|
2496
2172
|
inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value']
|
|
2497
2173
|
})
|
|
2498
2174
|
], IonSelectOption);
|
|
@@ -2504,7 +2180,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2504
2180
|
template: '<ng-content></ng-content>',
|
|
2505
2181
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2506
2182
|
inputs: ['description', 'disabled', 'justify', 'labelPlacement', 'mode', 'value'],
|
|
2507
|
-
standalone: false
|
|
2508
2183
|
}]
|
|
2509
2184
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2510
2185
|
let IonSkeletonText = class IonSkeletonText {
|
|
@@ -2516,10 +2191,11 @@ let IonSkeletonText = class IonSkeletonText {
|
|
|
2516
2191
|
this.el = r.nativeElement;
|
|
2517
2192
|
}
|
|
2518
2193
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSkeletonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2519
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSkeletonText, isStandalone:
|
|
2194
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSkeletonText, isStandalone: true, selector: "ion-skeleton-text", inputs: { animated: "animated" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2520
2195
|
};
|
|
2521
2196
|
IonSkeletonText = __decorate([
|
|
2522
2197
|
ProxyCmp({
|
|
2198
|
+
defineCustomElementFn: defineCustomElement$13,
|
|
2523
2199
|
inputs: ['animated']
|
|
2524
2200
|
})
|
|
2525
2201
|
], IonSkeletonText);
|
|
@@ -2531,7 +2207,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2531
2207
|
template: '<ng-content></ng-content>',
|
|
2532
2208
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2533
2209
|
inputs: ['animated'],
|
|
2534
|
-
standalone: false
|
|
2535
2210
|
}]
|
|
2536
2211
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2537
2212
|
let IonSpinner = class IonSpinner {
|
|
@@ -2543,10 +2218,11 @@ let IonSpinner = class IonSpinner {
|
|
|
2543
2218
|
this.el = r.nativeElement;
|
|
2544
2219
|
}
|
|
2545
2220
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2546
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSpinner, isStandalone:
|
|
2221
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSpinner, isStandalone: true, selector: "ion-spinner", inputs: { color: "color", duration: "duration", name: "name", paused: "paused" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2547
2222
|
};
|
|
2548
2223
|
IonSpinner = __decorate([
|
|
2549
2224
|
ProxyCmp({
|
|
2225
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
2550
2226
|
inputs: ['color', 'duration', 'name', 'paused']
|
|
2551
2227
|
})
|
|
2552
2228
|
], IonSpinner);
|
|
@@ -2558,7 +2234,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2558
2234
|
template: '<ng-content></ng-content>',
|
|
2559
2235
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2560
2236
|
inputs: ['color', 'duration', 'name', 'paused'],
|
|
2561
|
-
standalone: false
|
|
2562
2237
|
}]
|
|
2563
2238
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2564
2239
|
let IonSplitPane = class IonSplitPane {
|
|
@@ -2571,10 +2246,11 @@ let IonSplitPane = class IonSplitPane {
|
|
|
2571
2246
|
this.el = r.nativeElement;
|
|
2572
2247
|
}
|
|
2573
2248
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonSplitPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2574
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSplitPane, isStandalone:
|
|
2249
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonSplitPane, isStandalone: true, selector: "ion-split-pane", inputs: { contentId: "contentId", disabled: "disabled", when: "when" }, outputs: { ionSplitPaneVisible: "ionSplitPaneVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2575
2250
|
};
|
|
2576
2251
|
IonSplitPane = __decorate([
|
|
2577
2252
|
ProxyCmp({
|
|
2253
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
2578
2254
|
inputs: ['contentId', 'disabled', 'when']
|
|
2579
2255
|
})
|
|
2580
2256
|
], IonSplitPane);
|
|
@@ -2587,7 +2263,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2587
2263
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2588
2264
|
inputs: ['contentId', 'disabled', 'when'],
|
|
2589
2265
|
outputs: ['ionSplitPaneVisible'],
|
|
2590
|
-
standalone: false
|
|
2591
2266
|
}]
|
|
2592
2267
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionSplitPaneVisible: [{
|
|
2593
2268
|
type: Output
|
|
@@ -2601,10 +2276,11 @@ let IonTab = class IonTab {
|
|
|
2601
2276
|
this.el = r.nativeElement;
|
|
2602
2277
|
}
|
|
2603
2278
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2604
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTab, isStandalone:
|
|
2279
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTab, isStandalone: true, selector: "ion-tab", inputs: { component: "component", tab: "tab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2605
2280
|
};
|
|
2606
2281
|
IonTab = __decorate([
|
|
2607
2282
|
ProxyCmp({
|
|
2283
|
+
defineCustomElementFn: defineCustomElement$16,
|
|
2608
2284
|
inputs: ['component', 'tab'],
|
|
2609
2285
|
methods: ['setActive']
|
|
2610
2286
|
})
|
|
@@ -2617,7 +2293,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2617
2293
|
template: '<ng-content></ng-content>',
|
|
2618
2294
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2619
2295
|
inputs: ['component', { name: 'tab', required: true }],
|
|
2620
|
-
standalone: false
|
|
2621
2296
|
}]
|
|
2622
2297
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2623
2298
|
let IonTabBar = class IonTabBar {
|
|
@@ -2629,10 +2304,11 @@ let IonTabBar = class IonTabBar {
|
|
|
2629
2304
|
this.el = r.nativeElement;
|
|
2630
2305
|
}
|
|
2631
2306
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2632
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabBar, isStandalone:
|
|
2307
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", mode: "mode", selectedTab: "selectedTab", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2633
2308
|
};
|
|
2634
2309
|
IonTabBar = __decorate([
|
|
2635
2310
|
ProxyCmp({
|
|
2311
|
+
defineCustomElementFn: defineCustomElement$17,
|
|
2636
2312
|
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
|
2637
2313
|
})
|
|
2638
2314
|
], IonTabBar);
|
|
@@ -2644,7 +2320,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2644
2320
|
template: '<ng-content></ng-content>',
|
|
2645
2321
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2646
2322
|
inputs: ['color', 'mode', 'selectedTab', 'translucent'],
|
|
2647
|
-
standalone: false
|
|
2648
2323
|
}]
|
|
2649
2324
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2650
2325
|
let IonTabButton = class IonTabButton {
|
|
@@ -2656,10 +2331,11 @@ let IonTabButton = class IonTabButton {
|
|
|
2656
2331
|
this.el = r.nativeElement;
|
|
2657
2332
|
}
|
|
2658
2333
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2659
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabButton, isStandalone:
|
|
2334
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabButton, isStandalone: true, selector: "ion-tab-button", inputs: { disabled: "disabled", download: "download", href: "href", layout: "layout", mode: "mode", rel: "rel", selected: "selected", tab: "tab", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2660
2335
|
};
|
|
2661
2336
|
IonTabButton = __decorate([
|
|
2662
2337
|
ProxyCmp({
|
|
2338
|
+
defineCustomElementFn: defineCustomElement$18,
|
|
2663
2339
|
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target']
|
|
2664
2340
|
})
|
|
2665
2341
|
], IonTabButton);
|
|
@@ -2671,7 +2347,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2671
2347
|
template: '<ng-content></ng-content>',
|
|
2672
2348
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2673
2349
|
inputs: ['disabled', 'download', 'href', 'layout', 'mode', 'rel', 'selected', 'tab', 'target'],
|
|
2674
|
-
standalone: false
|
|
2675
2350
|
}]
|
|
2676
2351
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2677
2352
|
let IonText = class IonText {
|
|
@@ -2683,10 +2358,11 @@ let IonText = class IonText {
|
|
|
2683
2358
|
this.el = r.nativeElement;
|
|
2684
2359
|
}
|
|
2685
2360
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2686
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonText, isStandalone:
|
|
2361
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonText, isStandalone: true, selector: "ion-text", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2687
2362
|
};
|
|
2688
2363
|
IonText = __decorate([
|
|
2689
2364
|
ProxyCmp({
|
|
2365
|
+
defineCustomElementFn: defineCustomElement$19,
|
|
2690
2366
|
inputs: ['color', 'mode']
|
|
2691
2367
|
})
|
|
2692
2368
|
], IonText);
|
|
@@ -2698,50 +2374,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2698
2374
|
template: '<ng-content></ng-content>',
|
|
2699
2375
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2700
2376
|
inputs: ['color', 'mode'],
|
|
2701
|
-
standalone: false
|
|
2702
2377
|
}]
|
|
2703
2378
|
}], 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
|
-
}] } });
|
|
2745
2379
|
let IonThumbnail = class IonThumbnail {
|
|
2746
2380
|
z;
|
|
2747
2381
|
el;
|
|
@@ -2751,10 +2385,12 @@ let IonThumbnail = class IonThumbnail {
|
|
|
2751
2385
|
this.el = r.nativeElement;
|
|
2752
2386
|
}
|
|
2753
2387
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2754
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonThumbnail, isStandalone:
|
|
2388
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonThumbnail, isStandalone: true, selector: "ion-thumbnail", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2755
2389
|
};
|
|
2756
2390
|
IonThumbnail = __decorate([
|
|
2757
|
-
ProxyCmp({
|
|
2391
|
+
ProxyCmp({
|
|
2392
|
+
defineCustomElementFn: defineCustomElement$1a
|
|
2393
|
+
})
|
|
2758
2394
|
], IonThumbnail);
|
|
2759
2395
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonThumbnail, decorators: [{
|
|
2760
2396
|
type: Component,
|
|
@@ -2764,7 +2400,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2764
2400
|
template: '<ng-content></ng-content>',
|
|
2765
2401
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2766
2402
|
inputs: [],
|
|
2767
|
-
standalone: false
|
|
2768
2403
|
}]
|
|
2769
2404
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2770
2405
|
let IonTitle = class IonTitle {
|
|
@@ -2776,10 +2411,11 @@ let IonTitle = class IonTitle {
|
|
|
2776
2411
|
this.el = r.nativeElement;
|
|
2777
2412
|
}
|
|
2778
2413
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2779
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTitle, isStandalone:
|
|
2414
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTitle, isStandalone: true, selector: "ion-title", inputs: { color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2780
2415
|
};
|
|
2781
2416
|
IonTitle = __decorate([
|
|
2782
2417
|
ProxyCmp({
|
|
2418
|
+
defineCustomElementFn: defineCustomElement$1b,
|
|
2783
2419
|
inputs: ['color', 'size']
|
|
2784
2420
|
})
|
|
2785
2421
|
], IonTitle);
|
|
@@ -2791,7 +2427,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2791
2427
|
template: '<ng-content></ng-content>',
|
|
2792
2428
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2793
2429
|
inputs: ['color', 'size'],
|
|
2794
|
-
standalone: false
|
|
2795
2430
|
}]
|
|
2796
2431
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2797
2432
|
let IonToast = class IonToast {
|
|
@@ -2811,10 +2446,11 @@ let IonToast = class IonToast {
|
|
|
2811
2446
|
this.el = r.nativeElement;
|
|
2812
2447
|
}
|
|
2813
2448
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2814
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToast, isStandalone:
|
|
2449
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToast, isStandalone: true, selector: "ion-toast", inputs: { animated: "animated", buttons: "buttons", color: "color", cssClass: "cssClass", duration: "duration", enterAnimation: "enterAnimation", header: "header", htmlAttributes: "htmlAttributes", icon: "icon", isOpen: "isOpen", keyboardClose: "keyboardClose", layout: "layout", leaveAnimation: "leaveAnimation", message: "message", mode: "mode", position: "position", positionAnchor: "positionAnchor", swipeGesture: "swipeGesture", translucent: "translucent", trigger: "trigger" }, outputs: { ionToastDidPresent: "ionToastDidPresent", ionToastWillPresent: "ionToastWillPresent", ionToastWillDismiss: "ionToastWillDismiss", ionToastDidDismiss: "ionToastDidDismiss", didPresent: "didPresent", willPresent: "willPresent", willDismiss: "willDismiss", didDismiss: "didDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2815
2450
|
};
|
|
2816
2451
|
IonToast = __decorate([
|
|
2817
2452
|
ProxyCmp({
|
|
2453
|
+
defineCustomElementFn: defineCustomElement$1c,
|
|
2818
2454
|
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2819
2455
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
2820
2456
|
})
|
|
@@ -2828,7 +2464,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2828
2464
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2829
2465
|
inputs: ['animated', 'buttons', 'color', 'cssClass', 'duration', 'enterAnimation', 'header', 'htmlAttributes', 'icon', 'isOpen', 'keyboardClose', 'layout', 'leaveAnimation', 'message', 'mode', 'position', 'positionAnchor', 'swipeGesture', 'translucent', 'trigger'],
|
|
2830
2466
|
outputs: ['ionToastDidPresent', 'ionToastWillPresent', 'ionToastWillDismiss', 'ionToastDidDismiss', 'didPresent', 'willPresent', 'willDismiss', 'didDismiss'],
|
|
2831
|
-
standalone: false
|
|
2832
2467
|
}]
|
|
2833
2468
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ionToastDidPresent: [{
|
|
2834
2469
|
type: Output
|
|
@@ -2847,125 +2482,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2847
2482
|
}], didDismiss: [{
|
|
2848
2483
|
type: Output
|
|
2849
2484
|
}] } });
|
|
2850
|
-
let
|
|
2485
|
+
let IonToolbar = class IonToolbar {
|
|
2851
2486
|
z;
|
|
2852
2487
|
el;
|
|
2853
|
-
ionChange = new EventEmitter();
|
|
2854
|
-
ionFocus = new EventEmitter();
|
|
2855
|
-
ionBlur = new EventEmitter();
|
|
2856
2488
|
constructor(c, r, z) {
|
|
2857
2489
|
this.z = z;
|
|
2858
2490
|
c.detach();
|
|
2859
2491
|
this.el = r.nativeElement;
|
|
2860
2492
|
}
|
|
2861
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
2862
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type:
|
|
2493
|
+
/** @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 });
|
|
2494
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonToolbar, isStandalone: true, selector: "ion-toolbar", inputs: { color: "color", mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2863
2495
|
};
|
|
2864
|
-
|
|
2496
|
+
IonToolbar = __decorate([
|
|
2865
2497
|
ProxyCmp({
|
|
2866
|
-
|
|
2498
|
+
defineCustomElementFn: defineCustomElement$1d,
|
|
2499
|
+
inputs: ['color', 'mode']
|
|
2867
2500
|
})
|
|
2868
|
-
],
|
|
2869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
2501
|
+
], IonToolbar);
|
|
2502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, decorators: [{
|
|
2870
2503
|
type: Component,
|
|
2871
2504
|
args: [{
|
|
2872
|
-
selector: 'ion-
|
|
2505
|
+
selector: 'ion-toolbar',
|
|
2873
2506
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2874
2507
|
template: '<ng-content></ng-content>',
|
|
2875
2508
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2876
|
-
inputs: ['
|
|
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);
|
|
2903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonToolbar, decorators: [{
|
|
2904
|
-
type: Component,
|
|
2905
|
-
args: [{
|
|
2906
|
-
selector: 'ion-toolbar',
|
|
2907
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2908
|
-
template: '<ng-content></ng-content>',
|
|
2909
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2910
|
-
inputs: ['color', 'mode'],
|
|
2911
|
-
standalone: false
|
|
2509
|
+
inputs: ['color', 'mode'],
|
|
2912
2510
|
}]
|
|
2913
2511
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2914
2512
|
|
|
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
|
-
|
|
2962
2513
|
class IonTabs extends IonTabs$1 {
|
|
2963
2514
|
outlet;
|
|
2964
2515
|
tabBar;
|
|
2965
2516
|
tabBars;
|
|
2966
2517
|
tabs;
|
|
2967
2518
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2968
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabs, isStandalone:
|
|
2519
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTabs, isStandalone: true, selector: "ion-tabs", queries: [{ propertyName: "tabBar", first: true, predicate: IonTabBar, descendants: true }, { propertyName: "tabBars", predicate: IonTabBar }, { propertyName: "tabs", predicate: IonTab }], viewQueries: [{ propertyName: "outlet", first: true, predicate: ["outlet"], descendants: true, read: IonRouterOutlet }], usesInheritance: true, ngImport: i0, template: `
|
|
2969
2520
|
<ng-content select="[slot=top]"></ng-content>
|
|
2970
2521
|
<div class="tabs-inner" #tabsInner>
|
|
2971
2522
|
<ion-router-outlet
|
|
@@ -2978,11 +2529,11 @@ class IonTabs extends IonTabs$1 {
|
|
|
2978
2529
|
<ng-content *ngIf="tabs.length > 0" select="ion-tab"></ng-content>
|
|
2979
2530
|
</div>
|
|
2980
2531
|
<ng-content></ng-content>
|
|
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:
|
|
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: "component", type: IonRouterOutlet, selector: "ion-router-outlet" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2982
2533
|
}
|
|
2983
2534
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTabs, decorators: [{
|
|
2984
2535
|
type: Component,
|
|
2985
|
-
args: [{
|
|
2536
|
+
args: [{ selector: 'ion-tabs', template: `
|
|
2986
2537
|
<ng-content select="[slot=top]"></ng-content>
|
|
2987
2538
|
<div class="tabs-inner" #tabsInner>
|
|
2988
2539
|
<ion-router-outlet
|
|
@@ -2995,7 +2546,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
2995
2546
|
<ng-content *ngIf="tabs.length > 0" select="ion-tab"></ng-content>
|
|
2996
2547
|
</div>
|
|
2997
2548
|
<ng-content></ng-content>
|
|
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"] }]
|
|
2549
|
+
`, standalone: true, imports: [IonRouterOutlet, NgIf], 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"] }]
|
|
2999
2550
|
}], propDecorators: { outlet: [{
|
|
3000
2551
|
type: ViewChild,
|
|
3001
2552
|
args: ['outlet', { read: IonRouterOutlet, static: false }]
|
|
@@ -3010,152 +2561,96 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
3010
2561
|
args: [IonTab]
|
|
3011
2562
|
}] } });
|
|
3012
2563
|
|
|
3013
|
-
class
|
|
3014
|
-
|
|
3015
|
-
|
|
2564
|
+
class ModalController extends OverlayBaseController {
|
|
2565
|
+
angularDelegate = inject(AngularDelegate);
|
|
2566
|
+
injector = inject(Injector);
|
|
2567
|
+
environmentInjector = inject(EnvironmentInjector);
|
|
2568
|
+
constructor() {
|
|
2569
|
+
super(modalController);
|
|
2570
|
+
defineCustomElement$3();
|
|
3016
2571
|
}
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
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 }] });
|
|
3031
|
-
|
|
3032
|
-
class IonNav extends IonNav$1 {
|
|
3033
|
-
constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
|
|
3034
|
-
super(ref, environmentInjector, injector, angularDelegate, z, c);
|
|
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
|
+
});
|
|
3035
2578
|
}
|
|
3036
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
3037
|
-
/** @nocollapse */ static
|
|
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 });
|
|
2579
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2580
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController });
|
|
3083
2581
|
}
|
|
3084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
3085
|
-
type:
|
|
3086
|
-
|
|
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
|
-
}] });
|
|
2582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ModalController, decorators: [{
|
|
2583
|
+
type: Injectable
|
|
2584
|
+
}], ctorParameters: () => [] });
|
|
3095
2585
|
|
|
3096
|
-
class
|
|
3097
|
-
|
|
3098
|
-
|
|
2586
|
+
class PopoverController extends OverlayBaseController {
|
|
2587
|
+
angularDelegate = inject(AngularDelegate);
|
|
2588
|
+
injector = inject(Injector);
|
|
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
|
+
});
|
|
2600
|
+
}
|
|
3099
2601
|
}
|
|
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
2602
|
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
2603
|
+
const provideIonicAngular = (config = {}) => {
|
|
2604
|
+
return makeEnvironmentProviders([
|
|
2605
|
+
{
|
|
2606
|
+
provide: ConfigToken,
|
|
2607
|
+
useValue: config,
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
provide: APP_INITIALIZER,
|
|
2611
|
+
useFactory: initializeIonicAngular,
|
|
2612
|
+
multi: true,
|
|
2613
|
+
deps: [ConfigToken, DOCUMENT],
|
|
2614
|
+
},
|
|
2615
|
+
provideComponentInputBinding(),
|
|
2616
|
+
AngularDelegate,
|
|
2617
|
+
ModalController,
|
|
2618
|
+
PopoverController,
|
|
2619
|
+
]);
|
|
2620
|
+
};
|
|
2621
|
+
const initializeIonicAngular = (config, doc) => {
|
|
2622
|
+
return () => {
|
|
2623
|
+
/**
|
|
2624
|
+
* By default Ionic Framework hides elements that
|
|
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
|
+
};
|
|
3118
2633
|
};
|
|
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
|
-
}] });
|
|
3132
2634
|
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
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 });
|
|
2635
|
+
class ActionSheetController extends OverlayBaseController {
|
|
2636
|
+
constructor() {
|
|
2637
|
+
super(actionSheetController);
|
|
2638
|
+
defineCustomElement$7();
|
|
2639
|
+
}
|
|
2640
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2641
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, providedIn: 'root' });
|
|
3145
2642
|
}
|
|
3146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type:
|
|
3147
|
-
type:
|
|
2643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ActionSheetController, decorators: [{
|
|
2644
|
+
type: Injectable,
|
|
3148
2645
|
args: [{
|
|
3149
|
-
|
|
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' },
|
|
2646
|
+
providedIn: 'root',
|
|
3153
2647
|
}]
|
|
3154
|
-
}] });
|
|
2648
|
+
}], ctorParameters: () => [] });
|
|
3155
2649
|
|
|
3156
2650
|
class AlertController extends OverlayBaseController {
|
|
3157
2651
|
constructor() {
|
|
3158
2652
|
super(alertController);
|
|
2653
|
+
defineCustomElement$8();
|
|
3159
2654
|
}
|
|
3160
2655
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3161
2656
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: AlertController, providedIn: 'root' });
|
|
@@ -3201,20 +2696,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
3201
2696
|
}]
|
|
3202
2697
|
}] });
|
|
3203
2698
|
|
|
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
|
-
|
|
3218
2699
|
class GestureController {
|
|
3219
2700
|
zone;
|
|
3220
2701
|
constructor(zone) {
|
|
@@ -3247,6 +2728,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
3247
2728
|
class LoadingController extends OverlayBaseController {
|
|
3248
2729
|
constructor() {
|
|
3249
2730
|
super(loadingController);
|
|
2731
|
+
defineCustomElement$J();
|
|
3250
2732
|
}
|
|
3251
2733
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3252
2734
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: LoadingController, providedIn: 'root' });
|
|
@@ -3272,46 +2754,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
3272
2754
|
}]
|
|
3273
2755
|
}], ctorParameters: () => [] });
|
|
3274
2756
|
|
|
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
|
-
|
|
3312
2757
|
class ToastController extends OverlayBaseController {
|
|
3313
2758
|
constructor() {
|
|
3314
2759
|
super(toastController);
|
|
2760
|
+
defineCustomElement$1c();
|
|
3315
2761
|
}
|
|
3316
2762
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3317
2763
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ToastController, providedIn: 'root' });
|
|
@@ -3323,217 +2769,876 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
3323
2769
|
}]
|
|
3324
2770
|
}], ctorParameters: () => [] });
|
|
3325
2771
|
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
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
|
-
};
|
|
2772
|
+
let IonNav = class IonNav extends IonNav$1 {
|
|
2773
|
+
constructor(ref, environmentInjector, injector, angularDelegate, z, c) {
|
|
2774
|
+
super(ref, environmentInjector, injector, angularDelegate, z, c);
|
|
2775
|
+
}
|
|
2776
|
+
/** @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 });
|
|
2777
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonNav, isStandalone: true, selector: "ion-nav", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
3350
2778
|
};
|
|
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 }] });
|
|
3351
2792
|
|
|
3352
|
-
const
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
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
|
|
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',
|
|
3438
2805
|
];
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
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',
|
|
3461
2894
|
];
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
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']);
|
|
3481
2918
|
}
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
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,
|
|
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,
|
|
3524
2934
|
args: [{
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
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,
|
|
3529
2942
|
}]
|
|
3530
|
-
}] }
|
|
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
|
+
|
|
3216
|
+
const RANGE_INPUTS = [
|
|
3217
|
+
'activeBarStart',
|
|
3218
|
+
'color',
|
|
3219
|
+
'debounce',
|
|
3220
|
+
'disabled',
|
|
3221
|
+
'dualKnobs',
|
|
3222
|
+
'label',
|
|
3223
|
+
'labelPlacement',
|
|
3224
|
+
'max',
|
|
3225
|
+
'min',
|
|
3226
|
+
'mode',
|
|
3227
|
+
'name',
|
|
3228
|
+
'pin',
|
|
3229
|
+
'pinFormatter',
|
|
3230
|
+
'snaps',
|
|
3231
|
+
'step',
|
|
3232
|
+
'ticks',
|
|
3233
|
+
'value',
|
|
3234
|
+
];
|
|
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
|
+
|
|
3286
|
+
const SEARCHBAR_INPUTS = [
|
|
3287
|
+
'animated',
|
|
3288
|
+
'autocomplete',
|
|
3289
|
+
'autocorrect',
|
|
3290
|
+
'cancelButtonIcon',
|
|
3291
|
+
'cancelButtonText',
|
|
3292
|
+
'clearIcon',
|
|
3293
|
+
'color',
|
|
3294
|
+
'debounce',
|
|
3295
|
+
'disabled',
|
|
3296
|
+
'enterkeyhint',
|
|
3297
|
+
'inputmode',
|
|
3298
|
+
'mode',
|
|
3299
|
+
'name',
|
|
3300
|
+
'placeholder',
|
|
3301
|
+
'searchIcon',
|
|
3302
|
+
'showCancelButton',
|
|
3303
|
+
'showClearButton',
|
|
3304
|
+
'spellcheck',
|
|
3305
|
+
'type',
|
|
3306
|
+
'value',
|
|
3307
|
+
];
|
|
3308
|
+
/**
|
|
3309
|
+
* Pulling the provider into an object and using PURE works
|
|
3310
|
+
* around an ng-packagr issue that causes
|
|
3311
|
+
* components with multiple decorators and
|
|
3312
|
+
* a provider to be re-assigned. This re-assignment
|
|
3313
|
+
* is not supported by Webpack and causes treeshaking
|
|
3314
|
+
* to not work on these kinds of components.
|
|
3315
|
+
*/
|
|
3316
|
+
const accessorProvider$4 = {
|
|
3317
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3318
|
+
useExisting: /*@__PURE__*/ forwardRef(() => IonSearchbar),
|
|
3319
|
+
multi: true,
|
|
3320
|
+
};
|
|
3321
|
+
let IonSearchbar = class IonSearchbar extends ValueAccessor {
|
|
3322
|
+
z;
|
|
3323
|
+
el;
|
|
3324
|
+
constructor(c, r, z, injector) {
|
|
3325
|
+
super(injector, r);
|
|
3326
|
+
this.z = z;
|
|
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
|
+
}] } });
|
|
3531
3487
|
|
|
3532
|
-
|
|
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);
|
|
3544
|
+
}
|
|
3545
|
+
/** @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 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3546
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0", type: IonTextarea, isStandalone: true, selector: "ion-textarea", inputs: { autoGrow: "autoGrow", autocapitalize: "autocapitalize", autofocus: "autofocus", clearOnEdit: "clearOnEdit", color: "color", cols: "cols", counter: "counter", counterFormatter: "counterFormatter", debounce: "debounce", disabled: "disabled", enterkeyhint: "enterkeyhint", errorText: "errorText", fill: "fill", helperText: "helperText", inputmode: "inputmode", label: "label", labelPlacement: "labelPlacement", maxlength: "maxlength", minlength: "minlength", mode: "mode", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", shape: "shape", spellcheck: "spellcheck", value: "value", wrap: "wrap" }, host: { listeners: { "ionInput": "handleIonInput($event.target)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3547
|
+
};
|
|
3548
|
+
IonTextarea = __decorate([
|
|
3549
|
+
ProxyCmp({
|
|
3550
|
+
defineCustomElementFn: defineCustomElement$1p,
|
|
3551
|
+
inputs: TEXTAREA_INPUTS,
|
|
3552
|
+
methods: ['setFocus', 'getInputElement'],
|
|
3553
|
+
})
|
|
3554
|
+
], IonTextarea);
|
|
3555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IonTextarea, decorators: [{
|
|
3556
|
+
type: Component,
|
|
3557
|
+
args: [{
|
|
3558
|
+
selector: 'ion-textarea',
|
|
3559
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3560
|
+
template: '<ng-content></ng-content>',
|
|
3561
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3562
|
+
inputs: TEXTAREA_INPUTS,
|
|
3563
|
+
providers: [accessorProvider$1],
|
|
3564
|
+
standalone: true,
|
|
3565
|
+
}]
|
|
3566
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }], propDecorators: { handleIonInput: [{
|
|
3567
|
+
type: HostListener,
|
|
3568
|
+
args: ['ionInput', ['$event.target']]
|
|
3569
|
+
}] } });
|
|
3570
|
+
|
|
3571
|
+
const TOGGLE_INPUTS = [
|
|
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
|
+
}] } });
|
|
3533
3638
|
|
|
3534
3639
|
/**
|
|
3535
3640
|
* Generated bundle index. Do not edit.
|
|
3536
3641
|
*/
|
|
3537
3642
|
|
|
3538
|
-
export { ActionSheetController, AlertController, AnimationController,
|
|
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, IonRouterLink, IonRouterLinkWithHref, IonRouterOutlet, IonRow, IonSearchbar, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonSelect, IonSelectModal, IonSelectOption, IonSkeletonText, IonSpinner, IonSplitPane, IonTab, IonTabBar, IonTabButton, IonTabs, IonText, IonTextarea, IonThumbnail, IonTitle, IonToast, IonToggle, IonToolbar, LoadingController, MenuController, ModalController, PopoverController, ToastController, provideIonicAngular };
|
|
3539
3644
|
//# sourceMappingURL=ionic-angular.mjs.map
|