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