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