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