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